
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS (and SCSS, if configured) file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *
 * require_tree .
 */
/* -- SIZING -- */
/* ---------------------------------------------- */
/*!
 * Bootstrap v5.1.0 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --bs-blue: #03a9f4;
  --bs-indigo: #25476a;
  --bs-purple: #ab47bc;
  --bs-pink: #f06292;
  --bs-red: #df5645;
  --bs-orange: #fa9f1b;
  --bs-yellow: #ffe405;
  --bs-green: #9FCC2E;
  --bs-teal: #26a69a;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #cbd0d8;
  --bs-gray-dark: #9ea2a8;
  --bs-gray-100: #f9fafc;
  --bs-gray-200: #f3f5f9;
  --bs-gray-300: #edf1f6;
  --bs-gray-400: #e7ecf3;
  --bs-gray-500: #e1e7f0;
  --bs-gray-600: #cbd0d8;
  --bs-gray-700: #b4b9c0;
  --bs-gray-800: #9ea2a8;
  --bs-gray-900: #878b90;
  --bs-primary: #dc3d43;
  --bs-secondary: #26a69a;
  --bs-success: #9FCC2E;
  --bs-info: #03a9f4;
  --bs-warning: #fa9f1b;
  --bs-danger: #df5645;
  --bs-light: #e1e7f0;
  --bs-dark: #373c43;
  --bs-primary-rgb: 220, 61, 67;
  --bs-secondary-rgb: 38, 166, 154;
  --bs-success-rgb: 159, 204, 46;
  --bs-info-rgb: 3, 169, 244;
  --bs-warning-rgb: 250, 159, 27;
  --bs-danger-rgb: 223, 86, 69;
  --bs-light-rgb: 225, 231, 240;
  --bs-dark-rgb: 55, 60, 67;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 55, 60, 67;
  --bs-body-rgb: 122, 135, 142;
  --bs-font-sans-serif: "Poppins", "Open Sans", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 0.75rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #7a878e;
  --bs-body-bg: #edf1f6;
}

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

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}
body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(55, 60, 67, 0);
}

hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}

hr:not([size]) {
  height: 1px;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-family: "Ubuntu";
  font-weight: 500;
  line-height: 1.2;
  color: #373c43;
}

h1, .h1 {
  font-size: calc(1.3125rem + 0.75vw);
}

@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 1.875rem;
  }
}
h2, .h2 {
  font-size: calc(1.275rem + 0.3vw);
}

@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 1.5rem;
  }
}
h3, .h3 {
  font-size: calc(1.25625rem + 0.075vw);
}

@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 1.3125rem;
  }
}
h4, .h4 {
  font-size: 1.125rem;
}

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

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

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

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

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

ol,
ul {
  padding-left: 2rem;
}

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, .small {
  font-size: 0.65625rem;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #03a9f4;
  text-decoration: underline;
}

a:hover {
  color: #026e9f;
  text-decoration: underline;
}

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

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
  direction: ltr;
  unicode-bidi: bidi-override;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.75rem;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.75rem;
  color: #f06292;
  word-wrap: break-word;
}

a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.75rem;
  color: #fff;
  background-color: #878b90;
  border-radius: 0.3125rem;
}

kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

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

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

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 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,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

select:disabled {
  opacity: 1;
}

[list]::-webkit-calendar-picker-indicator {
  display: none;
}

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;
}

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

textarea {
  resize: vertical;
}

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

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}

@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

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

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::file-selector-button {
  font: inherit;
}

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

output {
  display: inline-block;
}

iframe {
  border: 0;
}

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

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

.lead {
  font-size: 0.9375rem;
  font-weight: 400;
}

.display-1 {
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  .display-1 {
    font-size: 5rem;
  }
}
.display-2 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  .display-2 {
    font-size: 4.5rem;
  }
}
.display-3 {
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  .display-3 {
    font-size: 4rem;
  }
}
.display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  .display-4 {
    font-size: 3.5rem;
  }
}
.display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  .display-5 {
    font-size: 3rem;
  }
}
.display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  .display-6 {
    font-size: 2.5rem;
  }
}
.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: 0.65625rem;
  text-transform: uppercase;
}

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

.blockquote > :last-child {
  margin-bottom: 0;
}

.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.65625rem;
  color: var(--bs-muted-color);
}

.blockquote-footer::before {
  content: "— ";
}

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: #edf1f6;
  border: 1px solid rgba(0, 0, 0, 0.07);
  border-radius: 0.4375rem;
  box-shadow: 0 0.125rem 0.25rem rgba(55, 60, 67, 0.075);
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

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

.figure-caption {
  font-size: 0.65625rem;
  color: #a8b1b8;
}

.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl,
.container-xxl {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.5rem);
  padding-left: var(--bs-gutter-x, 0.5rem);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container, .container-sm, .container-md {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
    max-width: 1320px;
  }
}
.row {
  --bs-gutter-x: 1rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) * -0.5);
  margin-left: calc(var(--bs-gutter-x) * -0.5);
}

.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0%;
}

.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

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

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

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.33333%;
}

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

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

.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.66667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.33333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66667%;
}

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

.col-4 {
  flex: 0 0 auto;
  width: 33.33333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.66667%;
}

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

.col-7 {
  flex: 0 0 auto;
  width: 58.33333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.66667%;
}

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

.col-10 {
  flex: 0 0 auto;
  width: 83.33333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.66667%;
}

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

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

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

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

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

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

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

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

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

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

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

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

.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}

.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}

.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}

.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}

.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}

.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}

.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}

.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}

.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}

.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.33333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.66667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333%;
  }
  .offset-sm-2 {
    margin-left: 16.66667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333%;
  }
  .offset-sm-5 {
    margin-left: 41.66667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333%;
  }
  .offset-sm-8 {
    margin-left: 66.66667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333%;
  }
  .offset-sm-11 {
    margin-left: 91.66667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.33333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.66667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333%;
  }
  .offset-md-2 {
    margin-left: 16.66667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333%;
  }
  .offset-md-5 {
    margin-left: 41.66667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333%;
  }
  .offset-md-8 {
    margin-left: 66.66667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333%;
  }
  .offset-md-11 {
    margin-left: 91.66667%;
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.33333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.66667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333%;
  }
  .offset-lg-2 {
    margin-left: 16.66667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333%;
  }
  .offset-lg-5 {
    margin-left: 41.66667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333%;
  }
  .offset-lg-8 {
    margin-left: 66.66667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333%;
  }
  .offset-lg-11 {
    margin-left: 91.66667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.33333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.66667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333%;
  }
  .offset-xl-2 {
    margin-left: 16.66667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333%;
  }
  .offset-xl-5 {
    margin-left: 41.66667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333%;
  }
  .offset-xl-8 {
    margin-left: 66.66667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333%;
  }
  .offset-xl-11 {
    margin-left: 91.66667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.33333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.66667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66667%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
.table {
  --bs-table-bg: transparent;
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: #7a878e;
  --bs-table-striped-bg: #f9fafc;
  --bs-table-active-color: #7a878e;
  --bs-table-active-bg: #f2f5f9;
  --bs-table-hover-color: #7a878e;
  --bs-table-hover-bg: #f5f7fa;
  width: 100%;
  margin-bottom: 1rem;
  color: #7a878e;
  vertical-align: top;
  border-color: #f0f3f8;
}

.table > :not(caption) > * > * {
  padding: 0.75rem 0.5rem;
  background-color: var(--bs-table-bg);
  border-bottom-width: 1px;
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}

.table > tbody {
  vertical-align: inherit;
}

.table > thead {
  vertical-align: bottom;
}

.table > :not(:last-child) > :last-child > * {
  border-bottom-color: currentColor;
}

.caption-top {
  caption-side: top;
}

.table-sm > :not(caption) > * > * {
  padding: 0.25rem 0.25rem;
}

.table-bordered > :not(caption) > * {
  border-width: 1px 0;
}

.table-bordered > :not(caption) > * > * {
  border-width: 0 1px;
}

.table-borderless > :not(caption) > * > * {
  border-bottom-width: 0;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  --bs-table-accent-bg: var(--bs-table-striped-bg);
  color: var(--bs-table-striped-color);
}

.table-active {
  --bs-table-accent-bg: var(--bs-table-active-bg);
  color: var(--bs-table-active-color);
}

.table-hover > tbody > tr:hover {
  --bs-table-accent-bg: var(--bs-table-hover-bg);
  color: var(--bs-table-hover-color);
}

.table-primary {
  --bs-table-bg: #f8d8d9;
  --bs-table-striped-bg: #eed0d2;
  --bs-table-striped-color: #373c43;
  --bs-table-active-bg: #e5c8ca;
  --bs-table-active-color: #373c43;
  --bs-table-hover-bg: #eaccce;
  --bs-table-hover-color: #373c43;
  color: #373c43;
  border-color: #e5c8ca;
}

.table-secondary {
  --bs-table-bg: #d4edeb;
  --bs-table-striped-bg: #cce4e3;
  --bs-table-striped-color: #373c43;
  --bs-table-active-bg: #c4dbda;
  --bs-table-active-color: #373c43;
  --bs-table-hover-bg: #c8e0de;
  --bs-table-hover-color: #373c43;
  color: #373c43;
  border-color: #c4dbda;
}

.table-success {
  --bs-table-bg: #ecf5d5;
  --bs-table-striped-bg: #e3ecce;
  --bs-table-striped-color: #373c43;
  --bs-table-active-bg: #dae3c6;
  --bs-table-active-color: #373c43;
  --bs-table-hover-bg: #dee7ca;
  --bs-table-hover-color: #373c43;
  color: #373c43;
  border-color: #dae3c6;
}

.table-info {
  --bs-table-bg: #cdeefd;
  --bs-table-striped-bg: #c6e5f4;
  --bs-table-striped-color: #373c43;
  --bs-table-active-bg: #bedcea;
  --bs-table-active-color: #373c43;
  --bs-table-hover-bg: #c2e1ef;
  --bs-table-hover-color: #373c43;
  color: #373c43;
  border-color: #bedcea;
}

.table-warning {
  --bs-table-bg: #feecd1;
  --bs-table-striped-bg: #f4e3ca;
  --bs-table-striped-color: #373c43;
  --bs-table-active-bg: #eadac3;
  --bs-table-active-color: #373c43;
  --bs-table-hover-bg: #efdfc6;
  --bs-table-hover-color: #373c43;
  color: #373c43;
  border-color: #eadac3;
}

.table-danger {
  --bs-table-bg: #f9ddda;
  --bs-table-striped-bg: #efd5d2;
  --bs-table-striped-color: #373c43;
  --bs-table-active-bg: #e6cdcb;
  --bs-table-active-color: #373c43;
  --bs-table-hover-bg: #ead1cf;
  --bs-table-hover-color: #373c43;
  color: #373c43;
  border-color: #e6cdcb;
}

.table-light {
  --bs-table-bg: #e1e7f0;
  --bs-table-striped-bg: #d9dee7;
  --bs-table-striped-color: #373c43;
  --bs-table-active-bg: #d0d6df;
  --bs-table-active-color: #373c43;
  --bs-table-hover-bg: #d4dae3;
  --bs-table-hover-color: #373c43;
  color: #373c43;
  border-color: #d0d6df;
}

.table-dark {
  --bs-table-bg: #373c43;
  --bs-table-striped-bg: #41464c;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: #4b5056;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: #464b51;
  --bs-table-hover-color: #fff;
  color: #fff;
  border-color: #4b5056;
}

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1399.98px) {
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.form-label {
  margin-bottom: 0.5rem;
}

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

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

.col-form-label-sm {
  padding-top: calc(0.45rem + 1px);
  padding-bottom: calc(0.45rem + 1px);
  font-size: 0.65625rem;
}

.form-text {
  margin-top: 0.25rem;
  font-size: 0.65625rem;
  color: #cbd0d8;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.55rem 1rem;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #7a878e;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.07);
  appearance: none;
  border-radius: 0.4375rem;
  box-shadow: inset 0 1px 2px rgba(55, 60, 67, 0.075);
  transition: border-color 0.35s ease-in-out, box-shadow 0.35s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control[type=file] {
  overflow: hidden;
}

.form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}

.form-control:focus {
  color: #7a878e;
  background-color: #fff;
  border-color: #dc3d43;
  outline: 0;
  box-shadow: inset 0 1px 2px rgba(55, 60, 67, 0.075), 0 0 0.75rem 0 rgba(0, 0, 0, 0.125);
}

.form-control::-webkit-date-and-time-value {
  height: 1.5em;
}

.form-control::placeholder {
  color: #9ea2a8;
  opacity: 1;
}

.form-control:disabled, .form-control[readonly] {
  background-color: #f3f5f9;
  border-color: #edf1f6;
  opacity: 1;
}

.form-control::file-selector-button {
  padding: 0.55rem 1rem;
  margin: -0.55rem -1rem;
  margin-inline-end: 1rem;
  color: #7a878e;
  background-color: #fff;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out, border-color 0.25s ease-in-out, box-shadow 0.25s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: #f2f2f2;
}

.form-control::-webkit-file-upload-button {
  padding: 0.55rem 1rem;
  margin: -0.55rem -1rem;
  margin-inline-end: 1rem;
  color: #7a878e;
  background-color: #fff;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out, border-color 0.25s ease-in-out, box-shadow 0.25s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control::-webkit-file-upload-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: #f2f2f2;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.55rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: #7a878e;
  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 {
  min-height: calc(1.5em + 0.9rem + 2px);
  padding: 0.45rem 0.95rem;
  font-size: 0.65625rem;
  border-radius: 0.3125rem;
}

.form-control-sm::file-selector-button {
  padding: 0.45rem 0.95rem;
  margin: -0.45rem -0.95rem;
  margin-inline-end: 0.95rem;
}

.form-control-sm::-webkit-file-upload-button {
  padding: 0.45rem 0.95rem;
  margin: -0.45rem -0.95rem;
  margin-inline-end: 0.95rem;
}

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

.form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  margin-inline-end: 1rem;
}

.form-control-lg::-webkit-file-upload-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  margin-inline-end: 1rem;
}

textarea.form-control {
  min-height: calc(1.5em + 1.1rem + 2px);
}

textarea.form-control-sm {
  min-height: calc(1.5em + 0.9rem + 2px);
}

textarea.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
}

.form-control-color {
  width: 3rem;
  height: auto;
  padding: 0.55rem;
}

.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}

.form-control-color::-moz-color-swatch {
  height: 1.5em;
  border-radius: 0.4375rem;
}

.form-control-color::-webkit-color-swatch {
  height: 1.5em;
  border-radius: 0.4375rem;
}

.form-select {
  display: block;
  width: 100%;
  padding: 0.55rem 3rem 0.55rem 1rem;
  -moz-padding-start: calc(1rem - 3px);
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #7a878e;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%237a878e' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 16px 12px;
  border: 1px solid rgba(0, 0, 0, 0.07);
  border-radius: 0.4375rem;
  box-shadow: inset 0 1px 2px rgba(55, 60, 67, 0.075);
  transition: border-color 0.35s ease-in-out, box-shadow 0.35s ease-in-out;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .form-select {
    transition: none;
  }
}
.form-select:focus {
  border-color: #dc3d43;
  outline: 0;
  box-shadow: inset 0 1px 2px rgba(55, 60, 67, 0.075), 0 0 0.75rem 0 rgba(0, 0, 0, 0.125);
}

.form-select[multiple], .form-select[size]:not([size="1"]) {
  padding-right: 1rem;
  background-image: none;
}

.form-select:disabled {
  background-color: #f3f5f9;
  border-color: #edf1f6;
}

.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #7a878e;
}

.form-select-sm {
  padding-top: 0.45rem;
  padding-bottom: 0.45rem;
  padding-left: 0.95rem;
  font-size: 0.65625rem;
}

.form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 0.9375rem;
}

.form-check {
  display: block;
  min-height: 1.125rem;
  padding-left: 1.75em;
  margin-bottom: 0.125rem;
}

.form-check .form-check-input {
  float: left;
  margin-left: -1.75em;
}

.form-check-input {
  width: 1.25em;
  height: 1.25em;
  margin-top: 0.125em;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.2095);
  appearance: none;
  color-adjust: exact;
}

.form-check-input[type=checkbox] {
  border-radius: 0.35em;
}

.form-check-input[type=radio] {
  border-radius: 50%;
}

.form-check-input:active {
  filter: brightness(90%);
}

.form-check-input:focus {
  border-color: #dc3d43;
  outline: 0;
  box-shadow: 0 0 0.25rem 0.25rem rgba(235, 146, 149, 0.325);
}

.form-check-input:checked {
  background-color: #dc3d43;
  border-color: #dc3d43;
}

.form-check-input:checked[type=checkbox] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}

.form-check-input:checked[type=radio] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}

.form-check-input[type=checkbox]:indeterminate {
  background-color: #dc3d43;
  border-color: #dc3d43;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}

.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}

.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  opacity: 0.5;
}

.form-switch {
  padding-left: 2.6em;
}

.form-switch .form-check-input {
  width: 2.1em;
  margin-left: -2.6em;
  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");
  background-position: left center;
  border-radius: 2.1em;
  transition: background 0.35s;
}

@media (prefers-reduced-motion: reduce) {
  .form-switch .form-check-input {
    transition: none;
  }
}
.form-switch .form-check-input:focus {
  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");
}

.form-switch .form-check-input:checked {
  background-position: right center;
  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");
}

.form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}

.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.btn-check[disabled] + .btn, .btn-check:disabled + .btn {
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}

.form-range {
  width: 100%;
  height: 1.3rem;
  padding: 0;
  background-color: transparent;
  appearance: none;
}

.form-range:focus {
  outline: 0;
}

.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0.25rem 0.25rem rgba(235, 146, 149, 0.325);
}

.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0.25rem 0.25rem rgba(235, 146, 149, 0.325);
}

.form-range::-moz-focus-outer {
  border: 0;
}

.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.4rem;
  background-color: #dc3d43;
  border: 0;
  border-radius: 1rem;
  box-shadow: 0 0.1rem 0.25rem rgba(55, 60, 67, 0.1);
  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) {
  .form-range::-webkit-slider-thumb {
    transition: none;
  }
}
.form-range::-webkit-slider-thumb:active {
  background-color: #c6373c;
}

.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.2rem;
  color: transparent;
  cursor: pointer;
  background-color: #f3f5f9;
  border-color: transparent;
  border-radius: 1rem;
  box-shadow: inset 0 1px 2px rgba(55, 60, 67, 0.075);
}

.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #dc3d43;
  border: 0;
  border-radius: 1rem;
  box-shadow: 0 0.1rem 0.25rem rgba(55, 60, 67, 0.1);
  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) {
  .form-range::-moz-range-thumb {
    transition: none;
  }
}
.form-range::-moz-range-thumb:active {
  background-color: #c6373c;
}

.form-range::-moz-range-track {
  width: 100%;
  height: 0.2rem;
  color: transparent;
  cursor: pointer;
  background-color: #f3f5f9;
  border-color: transparent;
  border-radius: 1rem;
  box-shadow: inset 0 1px 2px rgba(55, 60, 67, 0.075);
}

.form-range:disabled {
  pointer-events: none;
}

.form-range:disabled::-webkit-slider-thumb {
  background-color: #a8b1b8;
}

.form-range:disabled::-moz-range-thumb {
  background-color: #a8b1b8;
}

.form-floating {
  position: relative;
}

.form-floating > .form-control,
.form-floating > .form-select {
  height: calc(3.5rem + 2px);
  line-height: 1.25;
}

.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: 1rem 1rem;
  pointer-events: none;
  border: 1px solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-floating > label {
    transition: none;
  }
}
.form-floating > .form-control {
  padding: 1rem 1rem;
}

.form-floating > .form-control::placeholder {
  color: transparent;
}

.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}

.form-floating > .form-control:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}

.form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}

.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.form-floating > .form-control:-webkit-autofill ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

.input-group > .form-control,
.input-group > .form-select {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}

.input-group > .form-control:focus,
.input-group > .form-select:focus {
  z-index: 3;
}

.input-group .btn {
  position: relative;
  z-index: 2;
}

.input-group .btn:focus {
  z-index: 3;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.55rem 1rem;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #7a878e;
  text-align: center;
  white-space: nowrap;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.07);
  border-radius: 0.4375rem;
}

.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 0.9375rem;
  border-radius: 0.5625rem;
}

.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text,
.input-group-sm > .btn {
  padding: 0.45rem 0.95rem;
  font-size: 0.65625rem;
  border-radius: 0.3125rem;
}

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

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

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

.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.65625rem;
  color: #9FCC2E;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.5rem 0.75rem;
  margin-top: 0.1rem;
  font-size: 0.65625rem;
  color: #fff;
  background-color: rgba(159, 204, 46, 0.9);
  border-radius: 0.4375rem;
}

.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: #9FCC2E;
  padding-right: calc(1.5em + 1.1rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%239FCC2E' 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.375em + 0.275rem) center;
  background-size: calc(0.75em + 0.55rem) calc(0.75em + 0.55rem);
}

.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #9FCC2E;
  box-shadow: 0 0 0.5rem 0.15rem rgba(159, 204, 46, 0.1);
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 1.1rem);
  background-position: top calc(0.375em + 0.275rem) right calc(0.375em + 0.275rem);
}

.was-validated .form-select:valid, .form-select.is-valid {
  border-color: #9FCC2E;
}

.was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"], .form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"] {
  padding-right: 5.5rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%237a878e' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%239FCC2E' 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-position: right 1rem center, center right 3rem;
  background-size: 16px 12px, calc(0.75em + 0.55rem) calc(0.75em + 0.55rem);
}

.was-validated .form-select:valid:focus, .form-select.is-valid:focus {
  border-color: #9FCC2E;
  box-shadow: 0 0 0.5rem 0.15rem rgba(159, 204, 46, 0.1);
}

.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: #9FCC2E;
}

.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
  background-color: #9FCC2E;
}

.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
  box-shadow: 0 0 0.5rem 0.15rem rgba(159, 204, 46, 0.1);
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #9FCC2E;
}

.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: 0.5em;
}

.was-validated .input-group .form-control:valid, .input-group .form-control.is-valid, .was-validated .input-group .form-select:valid,
.input-group .form-select.is-valid {
  z-index: 1;
}

.was-validated .input-group .form-control:valid:focus, .input-group .form-control.is-valid:focus, .was-validated .input-group .form-select:valid:focus,
.input-group .form-select.is-valid:focus {
  z-index: 3;
}

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

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.5rem 0.75rem;
  margin-top: 0.1rem;
  font-size: 0.65625rem;
  color: #fff;
  background-color: rgba(223, 86, 69, 0.9);
  border-radius: 0.4375rem;
}

.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: #df5645;
  padding-right: calc(1.5em + 1.1rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23df5645'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23df5645' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.275rem) center;
  background-size: calc(0.75em + 0.55rem) calc(0.75em + 0.55rem);
}

.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #df5645;
  box-shadow: 0 0 0.5rem 0.15rem rgba(223, 86, 69, 0.1);
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 1.1rem);
  background-position: top calc(0.375em + 0.275rem) right calc(0.375em + 0.275rem);
}

.was-validated .form-select:invalid, .form-select.is-invalid {
  border-color: #df5645;
}

.was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"], .form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"] {
  padding-right: 5.5rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%237a878e' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23df5645'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23df5645' stroke='none'/%3e%3c/svg%3e");
  background-position: right 1rem center, center right 3rem;
  background-size: 16px 12px, calc(0.75em + 0.55rem) calc(0.75em + 0.55rem);
}

.was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
  border-color: #df5645;
  box-shadow: 0 0 0.5rem 0.15rem rgba(223, 86, 69, 0.1);
}

.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
  border-color: #df5645;
}

.was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
  background-color: #df5645;
}

.was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
  box-shadow: 0 0 0.5rem 0.15rem rgba(223, 86, 69, 0.1);
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #df5645;
}

.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: 0.5em;
}

.was-validated .input-group .form-control:invalid, .input-group .form-control.is-invalid, .was-validated .input-group .form-select:invalid,
.input-group .form-select.is-invalid {
  z-index: 2;
}

.was-validated .input-group .form-control:invalid:focus, .input-group .form-control.is-invalid:focus, .was-validated .input-group .form-select:invalid:focus,
.input-group .form-select.is-invalid:focus {
  z-index: 3;
}

.btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #7a878e;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.55rem 1rem;
  font-size: 0.7125rem;
  border-radius: 0.4375rem;
  transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out, border-color 0.25s ease-in-out, box-shadow 0.25s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #7a878e;
  text-decoration: none;
}

.btn-check:focus + .btn, .btn:focus {
  outline: 0;
  box-shadow: 0 0 0.5rem 0 rgba(0, 0, 0, 0.125);
}

.btn-check:checked + .btn,
.btn-check:active + .btn, .btn:active, .btn.active {
  box-shadow: inset 0 3px 5px rgba(55, 60, 67, 0.125);
}

.btn-check:checked + .btn:focus,
.btn-check:active + .btn:focus, .btn:active:focus, .btn.active:focus {
  box-shadow: 0 0 0.5rem 0 rgba(0, 0, 0, 0.125), inset 0 3px 5px rgba(55, 60, 67, 0.125);
}

.btn:disabled, .btn.disabled,
fieldset:disabled .btn {
  pointer-events: none;
  opacity: 0.65;
  box-shadow: none;
}

.btn-primary {
  color: #fff;
  background-color: #dc3d43;
  border-color: #dc3d43;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(55, 60, 67, 0.075);
}

.btn-primary:hover {
  color: #fff;
  background-color: #bb3439;
  border-color: #b03136;
}

.btn-check:focus + .btn-primary, .btn-primary:focus {
  color: #fff;
  background-color: #bb3439;
  border-color: #b03136;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(55, 60, 67, 0.075), 0 0 0 0.15rem rgba(225, 90, 95, 0.5);
}

.btn-check:checked + .btn-primary,
.btn-check:active + .btn-primary, .btn-primary:active, .btn-primary.active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #9a2b2f;
  border-color: #a52e32;
}

.btn-check:checked + .btn-primary:focus,
.btn-check:active + .btn-primary:focus, .btn-primary:active:focus, .btn-primary.active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(55, 60, 67, 0.125), 0 0 0 0.15rem rgba(225, 90, 95, 0.5);
}

.btn-primary:disabled, .btn-primary.disabled {
  color: #fff;
  background-color: #dc3d43;
  border-color: #dc3d43;
}

.btn-secondary {
  color: #fff;
  background-color: #26a69a;
  border-color: #26a69a;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(55, 60, 67, 0.075);
}

.btn-secondary:hover {
  color: #fff;
  background-color: #208d83;
  border-color: #1e857b;
}

.btn-check:focus + .btn-secondary, .btn-secondary:focus {
  color: #fff;
  background-color: #208d83;
  border-color: #1e857b;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(55, 60, 67, 0.075), 0 0 0 0.15rem rgba(71, 179, 169, 0.5);
}

.btn-check:checked + .btn-secondary,
.btn-check:active + .btn-secondary, .btn-secondary:active, .btn-secondary.active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #1b746c;
  border-color: #1d7d74;
}

.btn-check:checked + .btn-secondary:focus,
.btn-check:active + .btn-secondary:focus, .btn-secondary:active:focus, .btn-secondary.active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(55, 60, 67, 0.125), 0 0 0 0.15rem rgba(71, 179, 169, 0.5);
}

.btn-secondary:disabled, .btn-secondary.disabled {
  color: #fff;
  background-color: #26a69a;
  border-color: #26a69a;
}

.btn-success {
  color: #fff;
  background-color: #9FCC2E;
  border-color: #9FCC2E;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(55, 60, 67, 0.075);
}

.btn-success:hover {
  color: #fff;
  background-color: #87ad27;
  border-color: #7fa325;
}

.btn-check:focus + .btn-success, .btn-success:focus {
  color: #fff;
  background-color: #87ad27;
  border-color: #7fa325;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(55, 60, 67, 0.075), 0 0 0 0.15rem rgba(173, 212, 77, 0.5);
}

.btn-check:checked + .btn-success,
.btn-check:active + .btn-success, .btn-success:active, .btn-success.active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #6f8f20;
  border-color: #779923;
}

.btn-check:checked + .btn-success:focus,
.btn-check:active + .btn-success:focus, .btn-success:active:focus, .btn-success.active:focus,
.show > .btn-success.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(55, 60, 67, 0.125), 0 0 0 0.15rem rgba(173, 212, 77, 0.5);
}

.btn-success:disabled, .btn-success.disabled {
  color: #fff;
  background-color: #9FCC2E;
  border-color: #9FCC2E;
}

.btn-info {
  color: #fff;
  background-color: #03a9f4;
  border-color: #03a9f4;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(55, 60, 67, 0.075);
}

.btn-info:hover {
  color: #fff;
  background-color: #0390cf;
  border-color: #0287c3;
}

.btn-check:focus + .btn-info, .btn-info:focus {
  color: #fff;
  background-color: #0390cf;
  border-color: #0287c3;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(55, 60, 67, 0.075), 0 0 0 0.15rem rgba(41, 182, 246, 0.5);
}

.btn-check:checked + .btn-info,
.btn-check:active + .btn-info, .btn-info:active, .btn-info.active,
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #0276ab;
  border-color: #027fb7;
}

.btn-check:checked + .btn-info:focus,
.btn-check:active + .btn-info:focus, .btn-info:active:focus, .btn-info.active:focus,
.show > .btn-info.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(55, 60, 67, 0.125), 0 0 0 0.15rem rgba(41, 182, 246, 0.5);
}

.btn-info:disabled, .btn-info.disabled {
  color: #fff;
  background-color: #03a9f4;
  border-color: #03a9f4;
}

.btn-warning {
  color: #fff;
  background-color: #fa9f1b;
  border-color: #fa9f1b;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(55, 60, 67, 0.075);
}

.btn-warning:hover {
  color: #fff;
  background-color: #d58717;
  border-color: #c87f16;
}

.btn-check:focus + .btn-warning, .btn-warning:focus {
  color: #fff;
  background-color: #d58717;
  border-color: #c87f16;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(55, 60, 67, 0.075), 0 0 0 0.15rem rgba(251, 173, 61, 0.5);
}

.btn-check:checked + .btn-warning,
.btn-check:active + .btn-warning, .btn-warning:active, .btn-warning.active,
.show > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #af6f13;
  border-color: #bc7714;
}

.btn-check:checked + .btn-warning:focus,
.btn-check:active + .btn-warning:focus, .btn-warning:active:focus, .btn-warning.active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(55, 60, 67, 0.125), 0 0 0 0.15rem rgba(251, 173, 61, 0.5);
}

.btn-warning:disabled, .btn-warning.disabled {
  color: #fff;
  background-color: #fa9f1b;
  border-color: #fa9f1b;
}

.btn-danger {
  color: #fff;
  background-color: #df5645;
  border-color: #df5645;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(55, 60, 67, 0.075);
}

.btn-danger:hover {
  color: #fff;
  background-color: #be493b;
  border-color: #b24537;
}

.btn-check:focus + .btn-danger, .btn-danger:focus {
  color: #fff;
  background-color: #be493b;
  border-color: #b24537;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(55, 60, 67, 0.075), 0 0 0 0.15rem rgba(228, 111, 97, 0.5);
}

.btn-check:checked + .btn-danger,
.btn-check:active + .btn-danger, .btn-danger:active, .btn-danger.active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #9c3c30;
  border-color: #a74134;
}

.btn-check:checked + .btn-danger:focus,
.btn-check:active + .btn-danger:focus, .btn-danger:active:focus, .btn-danger.active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(55, 60, 67, 0.125), 0 0 0 0.15rem rgba(228, 111, 97, 0.5);
}

.btn-danger:disabled, .btn-danger.disabled {
  color: #fff;
  background-color: #df5645;
  border-color: #df5645;
}

.btn-light {
  color: #373c43;
  background-color: #e1e7f0;
  border-color: #e1e7f0;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(55, 60, 67, 0.075);
}

.btn-light:hover {
  color: #373c43;
  background-color: #e6ebf2;
  border-color: #e4e9f2;
}

.btn-check:focus + .btn-light, .btn-light:focus {
  color: #373c43;
  background-color: #e6ebf2;
  border-color: #e4e9f2;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(55, 60, 67, 0.075), 0 0 0 0.15rem rgba(200, 205, 214, 0.5);
}

.btn-check:checked + .btn-light,
.btn-check:active + .btn-light, .btn-light:active, .btn-light.active,
.show > .btn-light.dropdown-toggle {
  color: #373c43;
  background-color: #e7ecf3;
  border-color: #e4e9f2;
}

.btn-check:checked + .btn-light:focus,
.btn-check:active + .btn-light:focus, .btn-light:active:focus, .btn-light.active:focus,
.show > .btn-light.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(55, 60, 67, 0.125), 0 0 0 0.15rem rgba(200, 205, 214, 0.5);
}

.btn-light:disabled, .btn-light.disabled {
  color: #373c43;
  background-color: #e1e7f0;
  border-color: #e1e7f0;
}

.btn-dark {
  color: #fff;
  background-color: #373c43;
  border-color: #373c43;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(55, 60, 67, 0.075);
}

.btn-dark:hover {
  color: #fff;
  background-color: #2f3339;
  border-color: #2c3036;
}

.btn-check:focus + .btn-dark, .btn-dark:focus {
  color: #fff;
  background-color: #2f3339;
  border-color: #2c3036;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(55, 60, 67, 0.075), 0 0 0 0.15rem rgba(85, 89, 95, 0.5);
}

.btn-check:checked + .btn-dark,
.btn-check:active + .btn-dark, .btn-dark:active, .btn-dark.active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #272a2f;
  border-color: #292d32;
}

.btn-check:checked + .btn-dark:focus,
.btn-check:active + .btn-dark:focus, .btn-dark:active:focus, .btn-dark.active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(55, 60, 67, 0.125), 0 0 0 0.15rem rgba(85, 89, 95, 0.5);
}

.btn-dark:disabled, .btn-dark.disabled {
  color: #fff;
  background-color: #373c43;
  border-color: #373c43;
}

.btn-outline-primary {
  color: #dc3d43;
  border-color: #dc3d43;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #dc3d43;
  border-color: #dc3d43;
}

.btn-check:focus + .btn-outline-primary, .btn-outline-primary:focus {
  box-shadow: 0 0 0 0.15rem rgba(220, 61, 67, 0.5);
}

.btn-check:checked + .btn-outline-primary,
.btn-check:active + .btn-outline-primary, .btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show {
  color: #fff;
  background-color: #dc3d43;
  border-color: #dc3d43;
}

.btn-check:checked + .btn-outline-primary:focus,
.btn-check:active + .btn-outline-primary:focus, .btn-outline-primary:active:focus, .btn-outline-primary.active:focus, .btn-outline-primary.dropdown-toggle.show:focus {
  box-shadow: inset 0 3px 5px rgba(55, 60, 67, 0.125), 0 0 0 0.15rem rgba(220, 61, 67, 0.5);
}

.btn-outline-primary:disabled, .btn-outline-primary.disabled {
  color: #dc3d43;
  background-color: transparent;
}

.btn-outline-secondary {
  color: #26a69a;
  border-color: #26a69a;
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #26a69a;
  border-color: #26a69a;
}

.btn-check:focus + .btn-outline-secondary, .btn-outline-secondary:focus {
  box-shadow: 0 0 0 0.15rem rgba(38, 166, 154, 0.5);
}

.btn-check:checked + .btn-outline-secondary,
.btn-check:active + .btn-outline-secondary, .btn-outline-secondary:active, .btn-outline-secondary.active, .btn-outline-secondary.dropdown-toggle.show {
  color: #fff;
  background-color: #26a69a;
  border-color: #26a69a;
}

.btn-check:checked + .btn-outline-secondary:focus,
.btn-check:active + .btn-outline-secondary:focus, .btn-outline-secondary:active:focus, .btn-outline-secondary.active:focus, .btn-outline-secondary.dropdown-toggle.show:focus {
  box-shadow: inset 0 3px 5px rgba(55, 60, 67, 0.125), 0 0 0 0.15rem rgba(38, 166, 154, 0.5);
}

.btn-outline-secondary:disabled, .btn-outline-secondary.disabled {
  color: #26a69a;
  background-color: transparent;
}

.btn-outline-success {
  color: #9FCC2E;
  border-color: #9FCC2E;
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #9FCC2E;
  border-color: #9FCC2E;
}

.btn-check:focus + .btn-outline-success, .btn-outline-success:focus {
  box-shadow: 0 0 0 0.15rem rgba(159, 204, 46, 0.5);
}

.btn-check:checked + .btn-outline-success,
.btn-check:active + .btn-outline-success, .btn-outline-success:active, .btn-outline-success.active, .btn-outline-success.dropdown-toggle.show {
  color: #fff;
  background-color: #9FCC2E;
  border-color: #9FCC2E;
}

.btn-check:checked + .btn-outline-success:focus,
.btn-check:active + .btn-outline-success:focus, .btn-outline-success:active:focus, .btn-outline-success.active:focus, .btn-outline-success.dropdown-toggle.show:focus {
  box-shadow: inset 0 3px 5px rgba(55, 60, 67, 0.125), 0 0 0 0.15rem rgba(159, 204, 46, 0.5);
}

.btn-outline-success:disabled, .btn-outline-success.disabled {
  color: #9FCC2E;
  background-color: transparent;
}

.btn-outline-info {
  color: #03a9f4;
  border-color: #03a9f4;
}

.btn-outline-info:hover {
  color: #fff;
  background-color: #03a9f4;
  border-color: #03a9f4;
}

.btn-check:focus + .btn-outline-info, .btn-outline-info:focus {
  box-shadow: 0 0 0 0.15rem rgba(3, 169, 244, 0.5);
}

.btn-check:checked + .btn-outline-info,
.btn-check:active + .btn-outline-info, .btn-outline-info:active, .btn-outline-info.active, .btn-outline-info.dropdown-toggle.show {
  color: #fff;
  background-color: #03a9f4;
  border-color: #03a9f4;
}

.btn-check:checked + .btn-outline-info:focus,
.btn-check:active + .btn-outline-info:focus, .btn-outline-info:active:focus, .btn-outline-info.active:focus, .btn-outline-info.dropdown-toggle.show:focus {
  box-shadow: inset 0 3px 5px rgba(55, 60, 67, 0.125), 0 0 0 0.15rem rgba(3, 169, 244, 0.5);
}

.btn-outline-info:disabled, .btn-outline-info.disabled {
  color: #03a9f4;
  background-color: transparent;
}

.btn-outline-warning {
  color: #fa9f1b;
  border-color: #fa9f1b;
}

.btn-outline-warning:hover {
  color: #fff;
  background-color: #fa9f1b;
  border-color: #fa9f1b;
}

.btn-check:focus + .btn-outline-warning, .btn-outline-warning:focus {
  box-shadow: 0 0 0 0.15rem rgba(250, 159, 27, 0.5);
}

.btn-check:checked + .btn-outline-warning,
.btn-check:active + .btn-outline-warning, .btn-outline-warning:active, .btn-outline-warning.active, .btn-outline-warning.dropdown-toggle.show {
  color: #fff;
  background-color: #fa9f1b;
  border-color: #fa9f1b;
}

.btn-check:checked + .btn-outline-warning:focus,
.btn-check:active + .btn-outline-warning:focus, .btn-outline-warning:active:focus, .btn-outline-warning.active:focus, .btn-outline-warning.dropdown-toggle.show:focus {
  box-shadow: inset 0 3px 5px rgba(55, 60, 67, 0.125), 0 0 0 0.15rem rgba(250, 159, 27, 0.5);
}

.btn-outline-warning:disabled, .btn-outline-warning.disabled {
  color: #fa9f1b;
  background-color: transparent;
}

.btn-outline-danger {
  color: #df5645;
  border-color: #df5645;
}

.btn-outline-danger:hover {
  color: #fff;
  background-color: #df5645;
  border-color: #df5645;
}

.btn-check:focus + .btn-outline-danger, .btn-outline-danger:focus {
  box-shadow: 0 0 0 0.15rem rgba(223, 86, 69, 0.5);
}

.btn-check:checked + .btn-outline-danger,
.btn-check:active + .btn-outline-danger, .btn-outline-danger:active, .btn-outline-danger.active, .btn-outline-danger.dropdown-toggle.show {
  color: #fff;
  background-color: #df5645;
  border-color: #df5645;
}

.btn-check:checked + .btn-outline-danger:focus,
.btn-check:active + .btn-outline-danger:focus, .btn-outline-danger:active:focus, .btn-outline-danger.active:focus, .btn-outline-danger.dropdown-toggle.show:focus {
  box-shadow: inset 0 3px 5px rgba(55, 60, 67, 0.125), 0 0 0 0.15rem rgba(223, 86, 69, 0.5);
}

.btn-outline-danger:disabled, .btn-outline-danger.disabled {
  color: #df5645;
  background-color: transparent;
}

.btn-outline-light {
  color: #e1e7f0;
  border-color: #e1e7f0;
}

.btn-outline-light:hover {
  color: #373c43;
  background-color: #e1e7f0;
  border-color: #e1e7f0;
}

.btn-check:focus + .btn-outline-light, .btn-outline-light:focus {
  box-shadow: 0 0 0 0.15rem rgba(225, 231, 240, 0.5);
}

.btn-check:checked + .btn-outline-light,
.btn-check:active + .btn-outline-light, .btn-outline-light:active, .btn-outline-light.active, .btn-outline-light.dropdown-toggle.show {
  color: #373c43;
  background-color: #e1e7f0;
  border-color: #e1e7f0;
}

.btn-check:checked + .btn-outline-light:focus,
.btn-check:active + .btn-outline-light:focus, .btn-outline-light:active:focus, .btn-outline-light.active:focus, .btn-outline-light.dropdown-toggle.show:focus {
  box-shadow: inset 0 3px 5px rgba(55, 60, 67, 0.125), 0 0 0 0.15rem rgba(225, 231, 240, 0.5);
}

.btn-outline-light:disabled, .btn-outline-light.disabled {
  color: #e1e7f0;
  background-color: transparent;
}

.btn-outline-dark {
  color: #373c43;
  border-color: #373c43;
}

.btn-outline-dark:hover {
  color: #fff;
  background-color: #373c43;
  border-color: #373c43;
}

.btn-check:focus + .btn-outline-dark, .btn-outline-dark:focus {
  box-shadow: 0 0 0 0.15rem rgba(55, 60, 67, 0.5);
}

.btn-check:checked + .btn-outline-dark,
.btn-check:active + .btn-outline-dark, .btn-outline-dark:active, .btn-outline-dark.active, .btn-outline-dark.dropdown-toggle.show {
  color: #fff;
  background-color: #373c43;
  border-color: #373c43;
}

.btn-check:checked + .btn-outline-dark:focus,
.btn-check:active + .btn-outline-dark:focus, .btn-outline-dark:active:focus, .btn-outline-dark.active:focus, .btn-outline-dark.dropdown-toggle.show:focus {
  box-shadow: inset 0 3px 5px rgba(55, 60, 67, 0.125), 0 0 0 0.15rem rgba(55, 60, 67, 0.5);
}

.btn-outline-dark:disabled, .btn-outline-dark.disabled {
  color: #373c43;
  background-color: transparent;
}

.btn-link {
  font-weight: 400;
  color: #03a9f4;
  text-decoration: underline;
}

.btn-link:hover {
  color: #026e9f;
  text-decoration: underline;
}

.btn-link:focus {
  text-decoration: underline;
}

.btn-link:disabled, .btn-link.disabled {
  color: #cbd0d8;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 0.9375rem;
  border-radius: 0.5625rem;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 0.45rem 0.95rem;
  font-size: 0.65625rem;
  border-radius: 0.3125rem;
}

.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 {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  .collapsing.collapse-horizontal {
    transition: none;
  }
}
.dropup,
.dropend,
.dropdown,
.dropstart {
  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;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: 0.5rem 0.5rem;
  margin: 0;
  font-size: 0.75rem;
  color: #7a878e;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 0 solid transparent;
  border-radius: 0.4375rem;
  box-shadow: 0 0.5rem 2rem 0rem rgba(33, 48, 85, 0.31);
}

.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: 0.125rem;
}

.dropdown-menu-start {
  --bs-position: start;
}

.dropdown-menu-start[data-bs-popper] {
  right: auto;
  left: 0;
}

.dropdown-menu-end {
  --bs-position: end;
}

.dropdown-menu-end[data-bs-popper] {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-start {
    --bs-position: start;
  }
  .dropdown-menu-sm-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-end {
    --bs-position: end;
  }
  .dropdown-menu-sm-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-start {
    --bs-position: start;
  }
  .dropdown-menu-md-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-end {
    --bs-position: end;
  }
  .dropdown-menu-md-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-start {
    --bs-position: start;
  }
  .dropdown-menu-lg-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-end {
    --bs-position: end;
  }
  .dropdown-menu-lg-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-start {
    --bs-position: start;
  }
  .dropdown-menu-xl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-end {
    --bs-position: end;
  }
  .dropdown-menu-xl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1400px) {
  .dropdown-menu-xxl-start {
    --bs-position: start;
  }
  .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xxl-end {
    --bs-position: end;
  }
  .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu[data-bs-popper] {
  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;
}

.dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}

.dropend .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;
}

.dropend .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropend .dropdown-toggle::after {
  vertical-align: 0;
}

.dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}

.dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

.dropstart .dropdown-toggle::after {
  display: none;
}

.dropstart .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;
}

.dropstart .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropstart .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.4rem 0.5rem;
  clear: both;
  font-weight: 400;
  color: #7a878e;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-item:hover, .dropdown-item:focus {
  color: #555f63;
  text-decoration: none;
  background-color: #f2f4f8;
}

.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #dc3d43;
}

.dropdown-item.disabled, .dropdown-item:disabled {
  color: #e1e7f0;
  pointer-events: none;
  background-color: transparent;
}

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

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

.dropdown-item-text {
  display: block;
  padding: 0.4rem 0.5rem;
  color: #7a878e;
}

.dropdown-menu-dark {
  color: #edf1f6;
  background-color: #373c43;
  border-color: transparent;
}

.dropdown-menu-dark .dropdown-item {
  color: #edf1f6;
}

.dropdown-menu-dark .dropdown-item:hover, .dropdown-menu-dark .dropdown-item:focus {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.15);
}

.dropdown-menu-dark .dropdown-item.active, .dropdown-menu-dark .dropdown-item:active {
  color: #fff;
  background-color: #dc3d43;
}

.dropdown-menu-dark .dropdown-item.disabled, .dropdown-menu-dark .dropdown-item:disabled {
  color: #e1e7f0;
}

.dropdown-menu-dark .dropdown-divider {
  border-color: rgba(0, 0, 0, 0.07);
}

.dropdown-menu-dark .dropdown-item-text {
  color: #edf1f6;
}

.dropdown-menu-dark .dropdown-header {
  color: #e1e7f0;
}

.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-check:checked + .btn,
.btn-group > .btn-check:focus + .btn,
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn-check:checked + .btn,
.btn-group-vertical > .btn-check:focus + .btn,
.btn-group-vertical > .btn:hover,
.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:nth-child(n+3),
.btn-group > :not(.btn-check) + .btn,
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after,
.dropend .dropdown-toggle-split::after {
  margin-left: 0;
}

.dropstart .dropdown-toggle-split::before {
  margin-right: 0;
}

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

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

.btn-group.show .dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(55, 60, 67, 0.125);
}

.btn-group.show .dropdown-toggle.btn-link {
  box-shadow: none;
}

.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 ~ .btn,
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

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

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
  color: #7a878e;
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .nav-link {
    transition: none;
  }
}
.nav-link:hover, .nav-link:focus {
  color: #dc3d43;
  text-decoration: none;
}

.nav-link.disabled {
  color: #cbd0d8;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}

.nav-tabs .nav-link {
  margin-bottom: -1px;
  background: none;
  border: 1px solid transparent;
  border-top-left-radius: 0.4375rem;
  border-top-right-radius: 0.4375rem;
}

.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: transparent;
  isolation: isolate;
}

.nav-tabs .nav-link.disabled {
  color: #cbd0d8;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #dc3d43;
  background-color: #fff;
  border-color: rgba(0, 0, 0, 0.07) rgba(0, 0, 0, 0.07) #fff;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: 0.4375rem;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #dc3d43;
}

.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;
}

.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
  width: 100%;
}

.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-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar > .container,
.navbar > .container-fluid, .navbar > .container-sm, .navbar > .container-md, .navbar > .container-lg, .navbar > .container-xl, .navbar > .container-xxl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}

.navbar-brand {
  padding-top: 0.54688rem;
  padding-bottom: 0.54688rem;
  margin-right: 1rem;
  font-size: 0.9375rem;
  text-decoration: none;
  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;
}

.navbar-text {
  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.9375rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.4375rem;
  transition: box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .navbar-toggler {
    transition: none;
  }
}
.navbar-toggler:hover {
  text-decoration: none;
}

.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 0.15rem;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

.navbar-nav-scroll {
  max-height: var(--bs-scroll-height, 75vh);
  overflow-y: auto;
}

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-wrap: 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 .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
  .navbar-expand-sm .offcanvas-header {
    display: none;
  }
  .navbar-expand-sm .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }
  .navbar-expand-sm .offcanvas-top,
  .navbar-expand-sm .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-sm .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-wrap: 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 .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
  .navbar-expand-md .offcanvas-header {
    display: none;
  }
  .navbar-expand-md .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }
  .navbar-expand-md .offcanvas-top,
  .navbar-expand-md .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-md .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-wrap: 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 .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  .navbar-expand-lg .offcanvas-header {
    display: none;
  }
  .navbar-expand-lg .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }
  .navbar-expand-lg .offcanvas-top,
  .navbar-expand-lg .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-lg .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-wrap: 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 .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-xl .offcanvas-header {
    display: none;
  }
  .navbar-expand-xl .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }
  .navbar-expand-xl .offcanvas-top,
  .navbar-expand-xl .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-xl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1400px) {
  .navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xxl .offcanvas-header {
    display: none;
  }
  .navbar-expand-xxl .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }
  .navbar-expand-xxl .offcanvas-top,
  .navbar-expand-xxl .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-xxl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
.navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start;
}

.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 .navbar-nav-scroll {
  overflow: visible;
}

.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}

.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-expand .offcanvas-header {
  display: none;
}

.navbar-expand .offcanvas {
  position: inherit;
  bottom: 0;
  z-index: 1000;
  flex-grow: 1;
  visibility: visible !important;
  background-color: transparent;
  border-right: 0;
  border-left: 0;
  transition: none;
  transform: none;
}

.navbar-expand .offcanvas-top,
.navbar-expand .offcanvas-bottom {
  height: auto;
  border-top: 0;
  border-bottom: 0;
}

.navbar-expand .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0;
  overflow-y: visible;
}

.navbar-light .navbar-brand {
  color: rgba(55, 60, 67, 0.9);
}

.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(55, 60, 67, 0.9);
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(55, 60, 67, 0.55);
}

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(55, 60, 67, 0.7);
}

.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(55, 60, 67, 0.3);
}

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(55, 60, 67, 0.9);
}

.navbar-light .navbar-toggler {
  color: rgba(55, 60, 67, 0.55);
  border-color: rgba(55, 60, 67, 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='rgba%2855, 60, 67, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-light .navbar-text {
  color: rgba(55, 60, 67, 0.55);
}

.navbar-light .navbar-text a,
.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
  color: rgba(55, 60, 67, 0.9);
}

.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.55);
}

.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 .nav-link.active {
  color: #fff;
}

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.55);
  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%28255, 255, 255, 0.55%29' 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.55);
}

.navbar-dark .navbar-text a,
.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(0, 0, 0, 0.07);
  border-radius: 0.4375rem;
  box-shadow: 0 1rem 1rem -0.75rem rgba(105, 96, 215, 0.175);
}

.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.4375rem - 1px);
  border-top-right-radius: calc(0.4375rem - 1px);
}

.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.4375rem - 1px);
  border-bottom-left-radius: calc(0.4375rem - 1px);
}

.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

.card-body {
  flex: 1 1 auto;
  padding: 1.25rem 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.9375rem 1.25rem;
  margin-bottom: 0;
  background-color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}

.card-header:first-child {
  border-radius: calc(0.4375rem - 1px) calc(0.4375rem - 1px) 0 0;
}

.card-footer {
  padding: 0.9375rem 1.25rem;
  background-color: #fff;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
}

.card-footer:last-child {
  border-radius: 0 0 calc(0.4375rem - 1px) calc(0.4375rem - 1px);
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.9375rem;
  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: 1rem;
  border-radius: calc(0.4375rem - 1px);
}

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

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

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

.card-group > .card {
  margin-bottom: 0.5rem;
}

@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;
  }
}
.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1rem 1.25rem;
  font-size: 0.75rem;
  color: #7a878e;
  text-align: left;
  background-color: #fff;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out, border-color 0.25s ease-in-out, box-shadow 0.25s ease-in-out, border-radius 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    transition: none;
  }
}
.accordion-button:not(.collapsed) {
  color: #c6373c;
  background-color: #f9fafc;
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.07);
}

.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23c6373c'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: rotate(-180deg);
}

.accordion-button::after {
  flex-shrink: 0;
  width: 0.75rem;
  height: 0.75rem;
  margin-left: auto;
  content: "";
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%237a878e'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 0.75rem;
  transition: transform 0.2s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .accordion-button::after {
    transition: none;
  }
}
.accordion-button:hover {
  z-index: 2;
}

.accordion-button:focus {
  z-index: 3;
  border-color: #dc3d43;
  outline: 0;
  box-shadow: none;
}

.accordion-header {
  margin-bottom: 0;
}

.accordion-item {
  background-color: #fff;
  border: 0 solid rgba(0, 0, 0, 0.07);
}

.accordion-item:first-of-type {
  border-top-left-radius: 0.4375rem;
  border-top-right-radius: 0.4375rem;
}

.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: 0.4375rem;
  border-top-right-radius: 0.4375rem;
}

.accordion-item:not(:first-of-type) {
  border-top: 0;
}

.accordion-item:last-of-type {
  border-bottom-right-radius: 0.4375rem;
  border-bottom-left-radius: 0.4375rem;
}

.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: 0.4375rem;
  border-bottom-left-radius: 0.4375rem;
}

.accordion-item:last-of-type .accordion-collapse {
  border-bottom-right-radius: 0.4375rem;
  border-bottom-left-radius: 0.4375rem;
}

.accordion-body {
  padding: 1rem 1.25rem;
}

.accordion-flush .accordion-collapse {
  border-width: 0;
}

.accordion-flush .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

.accordion-flush .accordion-item:first-child {
  border-top: 0;
}

.accordion-flush .accordion-item:last-child {
  border-bottom: 0;
}

.accordion-flush .accordion-item .accordion-button {
  border-radius: 0;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0;
  margin-bottom: 1rem;
  list-style: none;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}

.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #7a878e;
  content: var(--bs-breadcrumb-divider, ">");
}

.breadcrumb-item.active {
  color: #7a878e;
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
}

.page-link {
  position: relative;
  display: block;
  color: #7a878e;
  text-decoration: none;
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.07);
  transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

@media (prefers-reduced-motion: reduce) {
  .page-link {
    transition: none;
  }
}
.page-link:hover {
  z-index: 2;
  color: #fff;
  text-decoration: none;
  background-color: #b03136;
  border-color: #b03136;
}

.page-link:focus {
  z-index: 3;
  color: #fff;
  background-color: #842528;
  outline: 0;
  box-shadow: 0 0 0.5rem 0 rgba(0, 0, 0, 0.125);
}

.page-item:not(:first-child) .page-link {
  margin-left: -1px;
}

.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #dc3d43;
  border-color: #dc3d43;
}

.page-item.disabled .page-link {
  color: rgba(122, 135, 142, 0.5);
  pointer-events: none;
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.07);
}

.page-link {
  padding: 0.375rem 0.75rem;
}

.page-item:first-child .page-link {
  border-top-left-radius: 0.4375rem;
  border-bottom-left-radius: 0.4375rem;
}

.page-item:last-child .page-link {
  border-top-right-radius: 0.4375rem;
  border-bottom-right-radius: 0.4375rem;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 0.9375rem;
}

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.5625rem;
  border-bottom-left-radius: 0.5625rem;
}

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.5625rem;
  border-bottom-right-radius: 0.5625rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.65625rem;
}

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.3125rem;
  border-bottom-left-radius: 0.3125rem;
}

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.3125rem;
  border-bottom-right-radius: 0.3125rem;
}

.badge {
  display: inline-block;
  padding: 0.35em 0.65em;
  font-size: 0.75em;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.4375rem;
}

.badge:empty {
  display: none;
}

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

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

.alert-heading {
  color: inherit;
}

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

.alert-dismissible {
  padding-right: 3rem;
}

.alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 1.25rem 1rem;
}

.alert-primary {
  color: #842528;
  background-color: #f8d8d9;
  border-color: #f6cfd0;
}

.alert-primary .alert-link {
  color: #6a1e20;
}

.alert-secondary {
  color: #17645c;
  background-color: #d4edeb;
  border-color: #c9e9e6;
}

.alert-secondary .alert-link {
  color: #12504a;
}

.alert-success {
  color: #5f7a1c;
  background-color: #ecf5d5;
  border-color: #e7f2cb;
}

.alert-success .alert-link {
  color: #4c6216;
}

.alert-info {
  color: #026592;
  background-color: #cdeefd;
  border-color: #c0eafc;
}

.alert-info .alert-link {
  color: #025175;
}

.alert-warning {
  color: #965f10;
  background-color: #feecd1;
  border-color: #fee7c6;
}

.alert-warning .alert-link {
  color: #784c0d;
}

.alert-danger {
  color: #863429;
  background-color: #f9ddda;
  border-color: #f7d5d1;
}

.alert-danger .alert-link {
  color: #6b2a21;
}

.alert-light {
  color: #878b90;
  background-color: #f9fafc;
  border-color: #f8f9fb;
}

.alert-light .alert-link {
  color: #6c6f73;
}

.alert-dark {
  color: #212428;
  background-color: #d7d8d9;
  border-color: #cdced0;
}

.alert-dark .alert-link {
  color: #1a1d20;
}

@keyframes progress-bar-stripes {
  0% {
    background-position-x: 0.5rem;
  }
}
.progress {
  display: flex;
  height: 0.5rem;
  overflow: hidden;
  font-size: 0.5625rem;
  background-color: rgba(55, 60, 67, 0.075);
  border-radius: 0.4375rem;
  box-shadow: inset 0 1px 2px rgba(55, 60, 67, 0.075);
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #dc3d43;
  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: 0.5rem 0.5rem;
}

.progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes;
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    animation: none;
  }
}
.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.4375rem;
}

.list-group-numbered {
  list-style-type: none;
  counter-reset: section;
}

.list-group-numbered > li::before {
  content: counters(section, ".") ". ";
  counter-increment: section;
}

.list-group-item-action {
  width: 100%;
  color: #b4b9c0;
  text-align: inherit;
}

.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #7a878e;
  text-decoration: none;
  background-color: #f2f4f8;
}

.list-group-item-action:active {
  color: #373c43;
  background-color: #edf1f6;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.5rem 1rem;
  color: #7a878e;
  text-decoration: none;
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.07);
}

.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: #cbd0d8;
  pointer-events: none;
  background-color: transparent;
}

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #dc3d43;
  border-color: #dc3d43;
}

.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.4375rem;
  border-top-right-radius: 0;
}

.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 0.4375rem;
  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.4375rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 0.4375rem;
    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.4375rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0.4375rem;
    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.4375rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0.4375rem;
    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.4375rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 0.4375rem;
    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;
  }
}
@media (min-width: 1400px) {
  .list-group-horizontal-xxl {
    flex-direction: row;
  }
  .list-group-horizontal-xxl > .list-group-item:first-child {
    border-bottom-left-radius: 0.4375rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item:last-child {
    border-top-right-radius: 0.4375rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xxl > .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: #842528;
  background-color: #f5c5c7;
}

.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #842528;
  background-color: #ddb1b3;
}

.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #842528;
  border-color: #842528;
}

.list-group-item-secondary {
  color: #17645c;
  background-color: #bee4e1;
}

.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #17645c;
  background-color: #abcdcb;
}

.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #17645c;
  border-color: #17645c;
}

.list-group-item-success {
  color: #5f7a1c;
  background-color: #e2f0c0;
}

.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #5f7a1c;
  background-color: #cbd8ad;
}

.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #5f7a1c;
  border-color: #5f7a1c;
}

.list-group-item-info {
  color: #026592;
  background-color: #b3e5fc;
}

.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #026592;
  background-color: #a1cee3;
}

.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #026592;
  border-color: #026592;
}

.list-group-item-warning {
  color: #965f10;
  background-color: #fee2bb;
}

.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #965f10;
  background-color: #e5cba8;
}

.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #965f10;
  border-color: #965f10;
}

.list-group-item-danger {
  color: #863429;
  background-color: #f5ccc7;
}

.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #863429;
  background-color: #ddb8b3;
}

.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #863429;
  border-color: #863429;
}

.list-group-item-light {
  color: #878b90;
  background-color: #f6f8fb;
}

.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #878b90;
  background-color: #dddfe2;
}

.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #878b90;
  border-color: #878b90;
}

.list-group-item-dark {
  color: #212428;
  background-color: #c3c5c7;
}

.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #212428;
  background-color: #b0b1b3;
}

.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #212428;
  border-color: #212428;
}

.btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: #373c43;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23373c43'%3e%3cpath d='m3.786 2.375-1.411 1.411 4.214 4.214-4.214 4.214 1.411 1.411 4.214-4.214 4.214 4.214 1.411-1.411-4.214-4.214 4.214-4.214-1.411-1.411-4.214 4.214z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  border: 0;
  border-radius: 0.4375rem;
  opacity: 0.5;
}

.btn-close:hover {
  color: #373c43;
  text-decoration: none;
  opacity: 0.75;
}

.btn-close:focus {
  outline: 0;
  box-shadow: 0 0 0.5rem 0 rgba(0, 0, 0, 0.125);
  opacity: 1;
}

.btn-close:disabled, .btn-close.disabled {
  pointer-events: none;
  user-select: none;
  opacity: 0.25;
}

.btn-close-white {
  filter: invert(1) grayscale(100%) brightness(200%);
}

.toast {
  width: 350px;
  max-width: 100%;
  font-size: 0.875rem;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid transparent;
  box-shadow: 0 0.5rem 1rem 0rem rgba(105, 96, 215, 0.2);
  border-radius: 0.4375rem;
}

.toast.showing {
  opacity: 0;
}

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

.toast-container {
  width: max-content;
  max-width: 100%;
  pointer-events: none;
}

.toast-container > :not(:last-child) {
  margin-bottom: 0.5rem;
}

.toast-header {
  display: flex;
  align-items: center;
  padding: 0.5rem 0.75rem;
  color: #373c43;
  background-color: transparent;
  background-clip: padding-box;
  border-bottom: 1px solid transparent;
  border-top-left-radius: calc(0.4375rem - 1px);
  border-top-right-radius: calc(0.4375rem - 1px);
}

.toast-header .btn-close {
  margin-right: -0.375rem;
  margin-left: 0.75rem;
}

.toast-body {
  padding: 0.75rem;
  word-wrap: break-word;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1055;
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  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 {
  height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.07);
  border-radius: 0.4375rem;
  box-shadow: 0 0.125rem 0.25rem rgba(55, 60, 67, 0.075);
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  width: 100vw;
  height: 100vh;
  background-color: #373c43;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.65;
}

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  border-top-left-radius: calc(0.4375rem - 1px);
  border-top-right-radius: calc(0.4375rem - 1px);
}

.modal-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin: -0.5rem -0.5rem -0.5rem auto;
}

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

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

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
  border-bottom-right-radius: calc(0.4375rem - 1px);
  border-bottom-left-radius: calc(0.4375rem - 1px);
}

.modal-footer > * {
  margin: 0.25rem;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-content {
    box-shadow: 0 0.5rem 1rem rgba(55, 60, 67, 0.15);
  }
  .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;
  }
}
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}

.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}

.modal-fullscreen .modal-header {
  border-radius: 0;
}

.modal-fullscreen .modal-body {
  overflow-y: auto;
}

.modal-fullscreen .modal-footer {
  border-radius: 0;
}

@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
}
.tooltip {
  position: absolute;
  z-index: 1080;
  display: block;
  margin: 0;
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  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.65625rem;
  word-wrap: break-word;
  opacity: 0;
}

.tooltip.show {
  opacity: 0.9;
}

.tooltip .tooltip-arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[data-popper-placement^=top] {
  padding: 0.4rem 0;
}

.bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow {
  bottom: 0;
}

.bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
  top: -1px;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #373c43;
}

.bs-tooltip-end, .bs-tooltip-auto[data-popper-placement^=right] {
  padding: 0 0.4rem;
}

.bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
  right: -1px;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #373c43;
}

.bs-tooltip-bottom, .bs-tooltip-auto[data-popper-placement^=bottom] {
  padding: 0.4rem 0;
}

.bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow {
  top: 0;
}

.bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #373c43;
}

.bs-tooltip-start, .bs-tooltip-auto[data-popper-placement^=left] {
  padding: 0 0.4rem;
}

.bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
  left: -1px;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #373c43;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.5rem 0.75rem;
  color: #fff;
  text-align: center;
  background-color: #373c43;
  border-radius: 0.4375rem;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1070;
  display: block;
  max-width: 276px;
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  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.65625rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.07);
  border-radius: 0.4375rem;
  box-shadow: 0 0.5rem 1rem 0rem rgba(105, 96, 215, 0.2);
}

.popover .popover-arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
}

.popover .popover-arrow::before, .popover .popover-arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top > .popover-arrow, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow {
  bottom: calc(-0.5rem - 1px);
}

.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.07);
}

.bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

.bs-popover-end > .popover-arrow, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
}

.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.07);
}

.bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

.bs-popover-bottom > .popover-arrow, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow {
  top: calc(-0.5rem - 1px);
}

.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.07);
}

.bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}

.bs-popover-bottom .popover-header::before, .bs-popover-auto[data-popper-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid rgba(55, 60, 67, 0.03);
}

.bs-popover-start > .popover-arrow, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
}

.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.07);
}

.bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 0.75rem;
  color: #373c43;
  background-color: rgba(55, 60, 67, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  border-top-left-radius: calc(0.4375rem - 1px);
  border-top-right-radius: calc(0.4375rem - 1px);
}

.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 1rem 1rem;
  color: #7a878e;
}

.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%;
  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;
}

/* rtl:begin:ignore */
.carousel-item-next:not(.carousel-item-start),
.active.carousel-item-end {
  transform: translateX(100%);
}

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

/* rtl:end:ignore */
.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end {
  z-index: 1;
  opacity: 1;
}

.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-start,
  .carousel-fade .active.carousel-item-end {
    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%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  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: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}

/* rtl:options: {
  "autoRename": true,
  "stringMap":[ {
    "name"    : "prev-next",
    "search"  : "prev",
    "replace" : "next"
  } ]
} */
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  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 [data-bs-target] {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
}

.carousel-dark .carousel-control-prev-icon,
.carousel-dark .carousel-control-next-icon {
  filter: invert(1) grayscale(100);
}

.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #373c43;
}

.carousel-dark .carousel-caption {
  color: #373c43;
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: 0.75s linear infinite spinner-border;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  animation: 0.75s linear infinite spinner-grow;
}

.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
  .spinner-grow {
    animation-duration: 1.5s;
  }
}
.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: 1045;
  display: flex;
  flex-direction: column;
  max-width: 100%;
  visibility: hidden;
  background-color: #fff;
  background-clip: padding-box;
  outline: 0;
  box-shadow: 0 0.125rem 0.25rem rgba(55, 60, 67, 0.075);
  transition: transform 0.3s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .offcanvas {
    transition: none;
  }
}
.offcanvas-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #373c43;
}

.offcanvas-backdrop.fade {
  opacity: 0;
}

.offcanvas-backdrop.show {
  opacity: 0.65;
}

.offcanvas-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
}

.offcanvas-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin-top: -0.5rem;
  margin-right: -0.5rem;
  margin-bottom: -0.5rem;
}

.offcanvas-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.offcanvas-body {
  flex-grow: 1;
  padding: 1rem 1rem;
  overflow-y: auto;
}

.offcanvas-start {
  top: 0;
  left: 0;
  width: 400px;
  border-right: 1px solid rgba(0, 0, 0, 0.07);
  transform: translateX(-100%);
}

.offcanvas-end {
  top: 0;
  right: 0;
  width: 400px;
  border-left: 1px solid rgba(0, 0, 0, 0.07);
  transform: translateX(100%);
}

.offcanvas-top {
  top: 0;
  right: 0;
  left: 0;
  height: 30vh;
  max-height: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  transform: translateY(-100%);
}

.offcanvas-bottom {
  right: 0;
  left: 0;
  height: 30vh;
  max-height: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
  transform: translateY(100%);
}

.offcanvas.show {
  transform: none;
}

.placeholder {
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  cursor: wait;
  background-color: currentColor;
  opacity: 0.5;
}

.placeholder.btn::before {
  display: inline-block;
  content: "";
}

.placeholder-xs {
  min-height: 0.6em;
}

.placeholder-sm {
  min-height: 0.8em;
}

.placeholder-lg {
  min-height: 1.2em;
}

.placeholder-glow .placeholder {
  animation: placeholder-glow 2s ease-in-out infinite;
}

@keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}
.placeholder-wave {
  mask-image: linear-gradient(130deg, #373c43 55%, rgba(0, 0, 0, 0.8) 75%, #373c43 95%);
  mask-size: 200% 100%;
  animation: placeholder-wave 2s linear infinite;
}

@keyframes placeholder-wave {
  100% {
    mask-position: -200% 0%;
  }
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.link-primary {
  color: #dc3d43;
}

.link-primary:hover, .link-primary:focus {
  color: #8f282c;
}

.link-secondary {
  color: #26a69a;
}

.link-secondary:hover, .link-secondary:focus {
  color: #196c64;
}

.link-success {
  color: #9FCC2E;
}

.link-success:hover, .link-success:focus {
  color: #67851e;
}

.link-info {
  color: #03a9f4;
}

.link-info:hover, .link-info:focus {
  color: #026e9f;
}

.link-warning {
  color: #fa9f1b;
}

.link-warning:hover, .link-warning:focus {
  color: #a36712;
}

.link-danger {
  color: #df5645;
}

.link-danger:hover, .link-danger:focus {
  color: #91382d;
}

.link-light {
  color: #e1e7f0;
}

.link-light:hover, .link-light:focus {
  color: #eceff5;
}

.link-dark {
  color: #373c43;
}

.link-dark:hover, .link-dark:focus {
  color: #24272c;
}

.ratio {
  position: relative;
  width: 100%;
}

.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}

.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ratio-1x1 {
  --bs-aspect-ratio: 100%;
}

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

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

.ratio-21x9 {
  --bs-aspect-ratio: calc(9 / 21 * 100%);
}

.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;
}

.sticky-top {
  position: sticky;
  top: 0;
  z-index: 1020;
}

@media (min-width: 576px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1400px) {
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
}

.vstack {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-self: stretch;
}

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

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

.vr {
  display: inline-block;
  align-self: stretch;
  width: 1px;
  min-height: 1em;
  background-color: currentColor;
  opacity: 0.25;
}

.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;
}

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

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

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

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

.opacity-25 {
  opacity: 0.25 !important;
}

.opacity-50 {
  opacity: 0.5 !important;
}

.opacity-75 {
  opacity: 0.75 !important;
}

.opacity-100 {
  opacity: 1 !important;
}

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

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

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

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

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

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

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

.d-grid {
  display: grid !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;
}

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

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(55, 60, 67, 0.15) !important;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(55, 60, 67, 0.075) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(55, 60, 67, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

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

.top-50 {
  top: 50% !important;
}

.top-100 {
  top: 100% !important;
}

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

.bottom-50 {
  bottom: 50% !important;
}

.bottom-100 {
  bottom: 100% !important;
}

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

.start-50 {
  left: 50% !important;
}

.start-100 {
  left: 100% !important;
}

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

.end-50 {
  right: 50% !important;
}

.end-100 {
  right: 100% !important;
}

.translate-middle {
  transform: translate(-50%, -50%) !important;
}

.translate-middle-x {
  transform: translateX(-50%) !important;
}

.translate-middle-y {
  transform: translateY(-50%) !important;
}

.border {
  border: 1px solid rgba(0, 0, 0, 0.07) !important;
}

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

.border-top {
  border-top: 1px solid rgba(0, 0, 0, 0.07) !important;
}

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

.border-end {
  border-right: 1px solid rgba(0, 0, 0, 0.07) !important;
}

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

.border-bottom {
  border-bottom: 1px solid rgba(0, 0, 0, 0.07) !important;
}

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

.border-start {
  border-left: 1px solid rgba(0, 0, 0, 0.07) !important;
}

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

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

.border-secondary {
  border-color: #26a69a !important;
}

.border-success {
  border-color: #9FCC2E !important;
}

.border-info {
  border-color: #03a9f4 !important;
}

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

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

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

.border-dark {
  border-color: #373c43 !important;
}

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

.border-1 {
  border-width: 1px !important;
}

.border-2 {
  border-width: 2px !important;
}

.border-3 {
  border-width: 3px !important;
}

.border-4 {
  border-width: 4px !important;
}

.border-5 {
  border-width: 5px !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.vw-100 {
  width: 100vw !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mh-100 {
  max-height: 100% !important;
}

.vh-100 {
  height: 100vh !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

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

.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-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;
}

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

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

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

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

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

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

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

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

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

.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;
}

.justify-content-evenly {
  justify-content: space-evenly !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;
}

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

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

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

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

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

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

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

.order-last {
  order: 6 !important;
}

.m-0 {
  margin: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.mt-auto {
  margin-top: auto !important;
}

.me-0 {
  margin-right: 0 !important;
}

.me-1 {
  margin-right: 0.25rem !important;
}

.me-2 {
  margin-right: 0.5rem !important;
}

.me-3 {
  margin-right: 1rem !important;
}

.me-4 {
  margin-right: 1.5rem !important;
}

.me-5 {
  margin-right: 3rem !important;
}

.me-auto {
  margin-right: auto !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ms-0 {
  margin-left: 0 !important;
}

.ms-1 {
  margin-left: 0.25rem !important;
}

.ms-2 {
  margin-left: 0.5rem !important;
}

.ms-3 {
  margin-left: 1rem !important;
}

.ms-4 {
  margin-left: 1.5rem !important;
}

.ms-5 {
  margin-left: 3rem !important;
}

.ms-auto {
  margin-left: auto !important;
}

.p-0 {
  padding: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

.pe-0 {
  padding-right: 0 !important;
}

.pe-1 {
  padding-right: 0.25rem !important;
}

.pe-2 {
  padding-right: 0.5rem !important;
}

.pe-3 {
  padding-right: 1rem !important;
}

.pe-4 {
  padding-right: 1.5rem !important;
}

.pe-5 {
  padding-right: 3rem !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.ps-0 {
  padding-left: 0 !important;
}

.ps-1 {
  padding-left: 0.25rem !important;
}

.ps-2 {
  padding-left: 0.5rem !important;
}

.ps-3 {
  padding-left: 1rem !important;
}

.ps-4 {
  padding-left: 1.5rem !important;
}

.ps-5 {
  padding-left: 3rem !important;
}

.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}

.fs-1 {
  font-size: calc(1.3125rem + 0.75vw) !important;
}

.fs-2 {
  font-size: calc(1.275rem + 0.3vw) !important;
}

.fs-3 {
  font-size: calc(1.25625rem + 0.075vw) !important;
}

.fs-4 {
  font-size: 1.125rem !important;
}

.fs-5 {
  font-size: 0.9375rem !important;
}

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

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

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

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

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

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

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

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

.lh-1 {
  line-height: 1 !important;
}

.lh-sm {
  line-height: 1.25 !important;
}

.lh-base {
  line-height: 1.5 !important;
}

.lh-lg {
  line-height: 2 !important;
}

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

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

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

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

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

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

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

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

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

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

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

/* rtl:begin:remove */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

/* rtl:end:remove */
.text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}

.text-secondary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}

.text-success {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}

.text-info {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
}

.text-warning {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
}

.text-danger {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}

.text-light {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;
}

.text-dark {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
}

.text-black {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}

.text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}

.text-body {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-body-rgb), var(--bs-text-opacity)) !important;
}

.text-muted {
  --bs-text-opacity: 1;
  color: #a8b1b8 !important;
}

.text-black-50 {
  --bs-text-opacity: 1;
  color: rgba(55, 60, 67, 0.5) !important;
}

.text-white-50 {
  --bs-text-opacity: 1;
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-reset {
  --bs-text-opacity: 1;
  color: inherit !important;
}

.text-opacity-25 {
  --bs-text-opacity: 0.25;
}

.text-opacity-50 {
  --bs-text-opacity: 0.5;
}

.text-opacity-75 {
  --bs-text-opacity: 0.75;
}

.text-opacity-100 {
  --bs-text-opacity: 1;
}

.bg-primary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-success {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
}

.bg-info {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
}

.bg-warning {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important;
}

.bg-danger {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
}

.bg-light {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}

.bg-dark {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}

.bg-black {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
}

.bg-white {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}

.bg-body {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-body-rgb), var(--bs-bg-opacity)) !important;
}

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

.bg-opacity-10 {
  --bs-bg-opacity: 0.1;
}

.bg-opacity-25 {
  --bs-bg-opacity: 0.25;
}

.bg-opacity-50 {
  --bs-bg-opacity: 0.5;
}

.bg-opacity-75 {
  --bs-bg-opacity: 0.75;
}

.bg-opacity-100 {
  --bs-bg-opacity: 1;
}

.bg-gradient {
  background-image: var(--bs-gradient) !important;
}

.user-select-all {
  user-select: all !important;
}

.user-select-auto {
  user-select: auto !important;
}

.user-select-none {
  user-select: none !important;
}

.pe-none {
  pointer-events: none !important;
}

.pe-auto {
  pointer-events: auto !important;
}

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

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

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

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

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

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

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

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

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

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

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

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

.w-auto {
  width: auto !important;
}

.w-160px {
  width: 160px !important;
}

.w-200px {
  width: 200px !important;
}

.w-250px {
  width: 250px !important;
}

.w-300px {
  width: 300px !important;
}

.w-350px {
  width: 350px !important;
}

.w-400px {
  width: 400px !important;
}

.w-450px {
  width: 450px !important;
}

.min-w-0 {
  min-width: 0 !important;
}

.min-h-0 {
  min-height: 0 !important;
}

@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }
  .float-sm-end {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !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;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .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-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;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-sm-0 {
    gap: 0 !important;
  }
  .gap-sm-1 {
    gap: 0.25rem !important;
  }
  .gap-sm-2 {
    gap: 0.5rem !important;
  }
  .gap-sm-3 {
    gap: 1rem !important;
  }
  .gap-sm-4 {
    gap: 1.5rem !important;
  }
  .gap-sm-5 {
    gap: 3rem !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;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !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;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
  .text-sm-start {
    text-align: left !important;
  }
  .text-sm-end {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
  .w-sm-auto {
    width: auto !important;
  }
  .w-sm-160px {
    width: 160px !important;
  }
  .w-sm-200px {
    width: 200px !important;
  }
  .w-sm-250px {
    width: 250px !important;
  }
  .w-sm-300px {
    width: 300px !important;
  }
  .w-sm-350px {
    width: 350px !important;
  }
  .w-sm-400px {
    width: 400px !important;
  }
  .w-sm-450px {
    width: 450px !important;
  }
}
@media (min-width: 768px) {
  .float-md-start {
    float: left !important;
  }
  .float-md-end {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !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;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .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-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;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-md-0 {
    gap: 0 !important;
  }
  .gap-md-1 {
    gap: 0.25rem !important;
  }
  .gap-md-2 {
    gap: 0.5rem !important;
  }
  .gap-md-3 {
    gap: 1rem !important;
  }
  .gap-md-4 {
    gap: 1.5rem !important;
  }
  .gap-md-5 {
    gap: 3rem !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;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !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;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .me-md-3 {
    margin-right: 1rem !important;
  }
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .me-md-5 {
    margin-right: 3rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .ps-md-5 {
    padding-left: 3rem !important;
  }
  .text-md-start {
    text-align: left !important;
  }
  .text-md-end {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
  .w-md-auto {
    width: auto !important;
  }
  .w-md-160px {
    width: 160px !important;
  }
  .w-md-200px {
    width: 200px !important;
  }
  .w-md-250px {
    width: 250px !important;
  }
  .w-md-300px {
    width: 300px !important;
  }
  .w-md-350px {
    width: 350px !important;
  }
  .w-md-400px {
    width: 400px !important;
  }
  .w-md-450px {
    width: 450px !important;
  }
}
@media (min-width: 992px) {
  .float-lg-start {
    float: left !important;
  }
  .float-lg-end {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !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;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .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-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;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-lg-0 {
    gap: 0 !important;
  }
  .gap-lg-1 {
    gap: 0.25rem !important;
  }
  .gap-lg-2 {
    gap: 0.5rem !important;
  }
  .gap-lg-3 {
    gap: 1rem !important;
  }
  .gap-lg-4 {
    gap: 1.5rem !important;
  }
  .gap-lg-5 {
    gap: 3rem !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;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !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;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
  .text-lg-start {
    text-align: left !important;
  }
  .text-lg-end {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
  .w-lg-auto {
    width: auto !important;
  }
  .w-lg-160px {
    width: 160px !important;
  }
  .w-lg-200px {
    width: 200px !important;
  }
  .w-lg-250px {
    width: 250px !important;
  }
  .w-lg-300px {
    width: 300px !important;
  }
  .w-lg-350px {
    width: 350px !important;
  }
  .w-lg-400px {
    width: 400px !important;
  }
  .w-lg-450px {
    width: 450px !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important;
  }
  .float-xl-end {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !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;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .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-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;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-xl-0 {
    gap: 0 !important;
  }
  .gap-xl-1 {
    gap: 0.25rem !important;
  }
  .gap-xl-2 {
    gap: 0.5rem !important;
  }
  .gap-xl-3 {
    gap: 1rem !important;
  }
  .gap-xl-4 {
    gap: 1.5rem !important;
  }
  .gap-xl-5 {
    gap: 3rem !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;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !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;
  }
  .order-xl-first {
    order: -1 !important;
  }
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
  .order-xl-last {
    order: 6 !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xl-5 {
    margin-right: 3rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xl-5 {
    margin-left: 3rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
  .text-xl-start {
    text-align: left !important;
  }
  .text-xl-end {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
  .w-xl-auto {
    width: auto !important;
  }
  .w-xl-160px {
    width: 160px !important;
  }
  .w-xl-200px {
    width: 200px !important;
  }
  .w-xl-250px {
    width: 250px !important;
  }
  .w-xl-300px {
    width: 300px !important;
  }
  .w-xl-350px {
    width: 350px !important;
  }
  .w-xl-400px {
    width: 400px !important;
  }
  .w-xl-450px {
    width: 450px !important;
  }
}
@media (min-width: 1400px) {
  .float-xxl-start {
    float: left !important;
  }
  .float-xxl-end {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-xxl-0 {
    gap: 0 !important;
  }
  .gap-xxl-1 {
    gap: 0.25rem !important;
  }
  .gap-xxl-2 {
    gap: 0.5rem !important;
  }
  .gap-xxl-3 {
    gap: 1rem !important;
  }
  .gap-xxl-4 {
    gap: 1.5rem !important;
  }
  .gap-xxl-5 {
    gap: 3rem !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  .order-xxl-first {
    order: -1 !important;
  }
  .order-xxl-0 {
    order: 0 !important;
  }
  .order-xxl-1 {
    order: 1 !important;
  }
  .order-xxl-2 {
    order: 2 !important;
  }
  .order-xxl-3 {
    order: 3 !important;
  }
  .order-xxl-4 {
    order: 4 !important;
  }
  .order-xxl-5 {
    order: 5 !important;
  }
  .order-xxl-last {
    order: 6 !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xxl-3 {
    margin-right: 1rem !important;
  }
  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xxl-5 {
    margin-right: 3rem !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
  .text-xxl-start {
    text-align: left !important;
  }
  .text-xxl-end {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
  .w-xxl-auto {
    width: auto !important;
  }
  .w-xxl-160px {
    width: 160px !important;
  }
  .w-xxl-200px {
    width: 200px !important;
  }
  .w-xxl-250px {
    width: 250px !important;
  }
  .w-xxl-300px {
    width: 300px !important;
  }
  .w-xxl-350px {
    width: 350px !important;
  }
  .w-xxl-400px {
    width: 400px !important;
  }
  .w-xxl-450px {
    width: 450px !important;
  }
}
@media (min-width: 1200px) {
  .fs-1 {
    font-size: 1.875rem !important;
  }
  .fs-2 {
    font-size: 1.5rem !important;
  }
  .fs-3 {
    font-size: 1.3125rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !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;
  }
  .d-print-none {
    display: none !important;
  }
}
/* -- IMAGES -- */
/* ---------------------------------------------- */
.img-xs {
  width: 1.75rem;
  height: 1.75rem;
}

.img-sm {
  width: 2.25rem;
  height: 2.25rem;
}

.img-md {
  width: 4rem;
  height: 4rem;
}

.img-lg {
  width: 6rem;
  height: 6rem;
}

.img-xl {
  width: 8rem;
  height: 8rem;
}

.img-xxl {
  width: 16rem;
  height: 16rem;
}

/* -- TABLES -- */
/* ---------------------------------------------- */
.table {
  border-collapse: separate;
  border-radius: 0.4375rem;
  border-spacing: 0;
  overflow: hidden;
  --bs-table-color: #7a878e;
  --bs-table-border-color: #f0f3f8;
  --bs-table-head-border-color: currentColor;
}

.table:not(.table-borderless):not(.table-bordered) > :not(:last-child) > :last-child > * {
  border-bottom-width: 2px;
}

.table > :not(.caption) > *:last-child > * {
  border-bottom-width: 0;
}

.table thead th {
  color: var(--bs-headings-color);
}

.table td:first-child, .table th:first-child {
  padding-left: 8px;
}

.table td:last-child, .table th:last-child {
  padding-right: 8px;
}

.table tr:first-child th, .table tr:first-child td {
  border-top: 0;
}

.table > :not(:last-child) > :last-child > * {
  border-bottom-color: currentColor;
}

.table-bordered {
  border-collapse: collapse;
}

.table-separate {
  border-spacing: 0 0.5rem;
  overflow: visible;
}

.table-separate td, .table-separate th {
  background-color: rgba(55, 60, 67, 0.035);
  border: 0;
}

.table-separate td:first-child, .table-separate th:first-child {
  border-top-left-radius: 0.4375rem;
  border-bottom-left-radius: 0.4375rem;
}

.table-separate td:last-child, .table-separate th:last-child {
  border-top-right-radius: 0.4375rem;
  border-bottom-right-radius: 0.4375rem;
}

.table-separate .bg-transparent td, .table-separate .bg-transparent th {
  background-color: transparent !important;
  color: #7a878e;
}

.table-primary > :not(:last-child) > :last-child > * {
  border-bottom-color: #f9e0e1;
}

.table-primary.table-separate td, .table-primary.table-separate th {
  background-color: var(--bs-table-bg);
}

.table-secondary > :not(:last-child) > :last-child > * {
  border-bottom-color: #ddf1ef;
}

.table-secondary.table-separate td, .table-secondary.table-separate th {
  background-color: var(--bs-table-bg);
}

.table-success > :not(:last-child) > :last-child > * {
  border-bottom-color: #f0f7dd;
}

.table-success.table-separate td, .table-success.table-separate th {
  background-color: var(--bs-table-bg);
}

.table-info > :not(:last-child) > :last-child > * {
  border-bottom-color: #d7f1fd;
}

.table-info.table-separate td, .table-info.table-separate th {
  background-color: var(--bs-table-bg);
}

.table-warning > :not(:last-child) > :last-child > * {
  border-bottom-color: #fef0da;
}

.table-warning.table-separate td, .table-warning.table-separate th {
  background-color: var(--bs-table-bg);
}

.table-danger > :not(:last-child) > :last-child > * {
  border-bottom-color: #fae4e1;
}

.table-danger.table-separate td, .table-danger.table-separate th {
  background-color: var(--bs-table-bg);
}

.table-light > :not(:last-child) > :last-child > * {
  border-bottom-color: #e7ecf3;
}

.table-light.table-separate td, .table-light.table-separate th {
  background-color: var(--bs-table-bg);
}

.table-dark > :not(:last-child) > :last-child > * {
  border-bottom-color: #5f6369;
}

.table-dark.table-separate td, .table-dark.table-separate th {
  background-color: var(--bs-table-bg);
}

/* -- TOOLBARS -- */
/* ---------------------------------------------- */
.toolbar-start {
  margin-bottom: 0.75rem;
}

.toolbar-end {
  align-items: center;
  display: inline-flex;
  flex-direction: row;
}

.toolbar-end > :not(:first-child) {
  margin-left: 0.625rem;
}

@media (min-width: 768px) {
  .toolbar {
    align-items: center;
    display: flex;
  }
  .toolbar-start {
    flex: 1 1 0;
    margin-bottom: 0;
  }
}
/* -- TYPOGRAPHY -- */
/* ---------------------------------------------- */
/* Font weight */
/* ---------------------------------------------- */
.fw-semibold {
  font-weight: 500;
}

/* Blockquote */
/* ---------------------------------------------- */
.blockquote .quote:before, .blockquote .quote:after {
  display: inline-block;
  content: "“";
  font-size: 350%;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  height: 0.25em;
  line-height: 1ex;
  vertical-align: middle;
  margin-inline-end: 2%;
  opacity: 0.55;
}

.blockquote .quote:after {
  content: "”";
  line-height: 1.7ex;
  margin-inline: 2% 0;
}

/* -- FORMS -- */
/* ---------------------------------------------- */
.form-control, .form-select {
  box-shadow: none;
}

.form-control-plaintext {
  outline: none !important;
}

.form-control-color {
  max-width: 2.5rem;
}

.form-check-input, .form-check-input:focus {
  transition: box-shadow 0.35s;
}

.form-control.bg-transparent::placeholder {
  color: inherit;
  opacity: 0.55;
}

/* -- FORM CHECK -- */
/* ---------------------------------------------- */
.form-check-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.form-switch .form-check-input {
  background-color: #b4b9c0;
  border-color: #b4b9c0;
  cursor: pointer;
  height: 1.35em;
  margin-top: 0;
  position: relative;
  top: 0.5625rem;
  transform: translateY(calc(-50% + 1px));
  transition: background 0.35s !important;
  user-select: none;
}

.form-switch .form-check-input:checked {
  background-color: #dc3d43;
  border-color: #dc3d43;
}

.form-select option[selected=true] {
  color: #373c43;
  font-weight: bold;
}

/* -- INPUT GROUP -- */
/* ---------------------------------------------- */
.input-group.rounded-pill > :first-child {
  border-top-left-radius: 50rem;
  border-bottom-left-radius: 50rem;
}

.input-group.rounded-pill > :last-child:not(.dropdown-menu), .input-group.rounded-pill > .dropdown-toggle:nth-last-child(2) {
  border-top-right-radius: 50rem;
  border-bottom-right-radius: 50rem;
}

/* -- BADGES -- */
/* ---------------------------------------------- */
.badge-super {
  position: absolute !important;
  inset: 0.15rem auto auto 100% !important;
  transform: translate(max(-0.625rem, -50%), -50%);
  z-index: 1;
}

/* -- BREADCRUMBS -- */
/* ---------------------------------------------- */
.breadcrumb-item > a {
  font-weight: 700;
  text-decoration: none;
}

.breadcrumb-item > a:hover {
  text-decoration: none;
  text-decoration: none;
  box-shadow: 0 2px;
}

/* -- BUTTONS -- */
/* ---------------------------------------------- */
.btn-primary {
  box-shadow: 0 0 0 #dc3d43, 0 0 0 rgba(55, 60, 67, 0.25);
}

.btn-primary:hover {
  box-shadow: 0 0.1rem 0.5rem rgba(220, 61, 67, 0.5), 0 0.25rem 1rem rgba(55, 60, 67, 0.2);
}

.btn-primary:active {
  box-shadow: 0 0 0.5rem #dc3d43, 0 0 0.75rem rgba(55, 60, 67, 0.2) !important;
}

.btn-primary:focus, .btn-primary:active:focus {
  box-shadow: 0 0 0 1px #dc3d43, 0 0 0.7rem 0.25rem rgba(220, 61, 67, 0.4) !important;
}

.btn-secondary {
  box-shadow: 0 0 0 #26a69a, 0 0 0 rgba(55, 60, 67, 0.25);
}

.btn-secondary:hover {
  box-shadow: 0 0.1rem 0.5rem rgba(38, 166, 154, 0.5), 0 0.25rem 1rem rgba(55, 60, 67, 0.2);
}

.btn-secondary:active {
  box-shadow: 0 0 0.5rem #26a69a, 0 0 0.75rem rgba(55, 60, 67, 0.2) !important;
}

.btn-secondary:focus, .btn-secondary:active:focus {
  box-shadow: 0 0 0 1px #26a69a, 0 0 0.7rem 0.25rem rgba(38, 166, 154, 0.4) !important;
}

.btn-success {
  box-shadow: 0 0 0 #9FCC2E, 0 0 0 rgba(55, 60, 67, 0.25);
}

.btn-success:hover {
  box-shadow: 0 0.1rem 0.5rem rgba(159, 204, 46, 0.5), 0 0.25rem 1rem rgba(55, 60, 67, 0.2);
}

.btn-success:active {
  box-shadow: 0 0 0.5rem #9FCC2E, 0 0 0.75rem rgba(55, 60, 67, 0.2) !important;
}

.btn-success:focus, .btn-success:active:focus {
  box-shadow: 0 0 0 1px #9FCC2E, 0 0 0.7rem 0.25rem rgba(159, 204, 46, 0.4) !important;
}

.btn-info {
  box-shadow: 0 0 0 #03a9f4, 0 0 0 rgba(55, 60, 67, 0.25);
}

.btn-info:hover {
  box-shadow: 0 0.1rem 0.5rem rgba(3, 169, 244, 0.5), 0 0.25rem 1rem rgba(55, 60, 67, 0.2);
}

.btn-info:active {
  box-shadow: 0 0 0.5rem #03a9f4, 0 0 0.75rem rgba(55, 60, 67, 0.2) !important;
}

.btn-info:focus, .btn-info:active:focus {
  box-shadow: 0 0 0 1px #03a9f4, 0 0 0.7rem 0.25rem rgba(3, 169, 244, 0.4) !important;
}

.btn-warning {
  box-shadow: 0 0 0 #fa9f1b, 0 0 0 rgba(55, 60, 67, 0.25);
}

.btn-warning:hover {
  box-shadow: 0 0.1rem 0.5rem rgba(250, 159, 27, 0.5), 0 0.25rem 1rem rgba(55, 60, 67, 0.2);
}

.btn-warning:active {
  box-shadow: 0 0 0.5rem #fa9f1b, 0 0 0.75rem rgba(55, 60, 67, 0.2) !important;
}

.btn-warning:focus, .btn-warning:active:focus {
  box-shadow: 0 0 0 1px #fa9f1b, 0 0 0.7rem 0.25rem rgba(250, 159, 27, 0.4) !important;
}

.btn-danger {
  box-shadow: 0 0 0 #df5645, 0 0 0 rgba(55, 60, 67, 0.25);
}

.btn-danger:hover {
  box-shadow: 0 0.1rem 0.5rem rgba(223, 86, 69, 0.5), 0 0.25rem 1rem rgba(55, 60, 67, 0.2);
}

.btn-danger:active {
  box-shadow: 0 0 0.5rem #df5645, 0 0 0.75rem rgba(55, 60, 67, 0.2) !important;
}

.btn-danger:focus, .btn-danger:active:focus {
  box-shadow: 0 0 0 1px #df5645, 0 0 0.7rem 0.25rem rgba(223, 86, 69, 0.4) !important;
}

.btn-light {
  box-shadow: 0 0 0 #e1e7f0, 0 0 0 rgba(55, 60, 67, 0.25);
}

.btn-light:hover {
  box-shadow: 0 0.1rem 0.5rem rgba(225, 231, 240, 0.5), 0 0.25rem 1rem rgba(55, 60, 67, 0.2);
}

.btn-light:active {
  box-shadow: 0 0 0.5rem #e1e7f0, 0 0 0.75rem rgba(55, 60, 67, 0.2) !important;
}

.btn-light:focus, .btn-light:active:focus {
  box-shadow: 0 0 0 1px #e1e7f0, 0 0 0.7rem 0.25rem rgba(225, 231, 240, 0.4) !important;
}

.btn-dark {
  box-shadow: 0 0 0 #373c43, 0 0 0 rgba(55, 60, 67, 0.25);
}

.btn-dark:hover {
  box-shadow: 0 0.1rem 0.5rem rgba(55, 60, 67, 0.5), 0 0.25rem 1rem rgba(55, 60, 67, 0.2);
}

.btn-dark:active {
  box-shadow: 0 0 0.5rem #373c43, 0 0 0.75rem rgba(55, 60, 67, 0.2) !important;
}

.btn-dark:focus, .btn-dark:active:focus {
  box-shadow: 0 0 0 1px #373c43, 0 0 0.7rem 0.25rem rgba(55, 60, 67, 0.4) !important;
}

.btn-xs {
  padding: 0.15rem 0.35rem;
  font-size: 0.65625rem;
  border-radius: 0.3125rem;
}

.btn i, .btn .icon {
  user-select: none;
  pointer-events: none;
}

.btn[aria-pressed=true] .icon-active {
  display: unset;
}

.btn[aria-pressed=true] .icon-inactive {
  display: none;
}

.btn[aria-pressed=false] .icon-active {
  display: none;
}

.btn[aria-pressed=false] .icon-inactive {
  display: unset;
}

.btn-outline-light, .btn-outline-light:disabled, .btn-outline-light.disabled {
  color: #7a878e;
}

.btn-icon {
  align-items: center;
  box-sizing: content-box;
  display: inline-flex;
  height: calc(1.1rem + 1.5em);
  justify-content: center;
  padding: 0;
  width: calc(1.1rem + 1.5em);
}

.btn-icon.btn-lg, .btn-group-lg > .btn-icon.btn {
  width: calc(1rem + 1.5em);
  height: calc(1rem + 1.5em);
}

.btn-icon.btn-sm, .btn-group-sm > .btn-icon.btn {
  width: calc(0.9rem + 1.5em);
  height: calc(0.9rem + 1.5em);
}

.btn-icon.btn-xs {
  width: calc(0.9rem + 0.75em);
  height: calc(0.9rem + 0.75em);
}

.btn-link {
  transition-duration: 0s;
}

.btn.bg-transparent:not(.shadow-none):hover {
  box-shadow: none;
}

.btn.bg-transparent:not(.shadow-none):active {
  box-shadow: 0 0 0.75rem rgba(55, 60, 67, 0.2) !important;
}

.btn.bg-transparent:not(.shadow-none):focus {
  box-shadow: 0 0 0.7rem rgba(55, 60, 67, 0.2) !important;
}

.btn-link {
  transition-property: color, background-color;
  box-shadow: none;
  border-radius: 0;
  text-decoration: none !important;
}

.btn-link.text-decoration-underline {
  border-bottom: 1px dotted;
}

.btn-link:where(h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, .h1, .h2, .h3, .h4, .h5, .h6) {
  font-weight: 500;
  color: var(--bs-headings-color);
}

.btn-link:focus {
  box-shadow: 0 1px 0 0 !important;
}

.btn-link:hover, .btn-link:active {
  box-shadow: 0 2px 0 0 !important;
}

.btn-link[class*=text-]:not([class*=text-decoration-]):not([class*=text-truncate]):hover, .btn-link[class*=text-]:not([class*=text-decoration-]):not([class*=text-truncate]):active, .btn-link[class*=text-]:not([class*=text-decoration-]):not([class*=text-truncate]):focus {
  color: var(--bs-primary);
}

.btn-hover:not(:hover):not(:focus):not(:active):not(.active) {
  background-color: transparent !important;
  border-color: transparent !important;
}

.btn-hover:not(:hover):not(:focus):not(:active):not(.active):not(.text-inherit):not([class*=bg-]) {
  color: var(--bs-headings-color);
}

.btn-hover:not(:hover):not(:focus):not(:active):not(.active).text-inherit, .btn-hover:not(:hover):not(:focus):not(:active):not(.active)[class*=bg-] {
  color: inherit !important;
}

/* -- CARDS -- */
/* ---------------------------------------------- */
.card {
  box-shadow: 0 1rem 1rem -0.75rem rgba(105, 96, 215, 0.175);
}

.card:not([class*=border-]) {
  border: 0;
}

.card-header {
  min-height: 3.5rem;
}

.card[class*=bg-] .card-header {
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}

.card[class*=bg-] :where(h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6) {
  color: inherit;
}

.card-header-tabs {
  margin-bottom: -1rem;
}

/* -- DROPDOWN -- */
/* ---------------------------------------------- */
.dropdown-menu {
  display: block;
  margin-bottom: 2.5rem;
  margin-top: 2.5rem;
  opacity: 0;
  pointer-events: none;
  touch-action: none;
  transition-timing-function: linear;
  transition: visibility 0.35s, margin 0.35s ease-in-out, opacity 0.35s, transform 0s linear 0.35s;
  transform: scale(0);
  visibility: hidden;
}

.dropdown-menu.show {
  box-shadow: 0 0.5rem 2rem 0rem rgba(33, 48, 85, 0.31);
  margin: 0 !important;
  opacity: 1;
  pointer-events: visible;
  touch-action: auto;
  transition-timing-function: ease;
  transition: visibility 0.35s, margin 0.35s ease-in-out, opacity 0.35s, transform 0s;
  visibility: visible;
}

.dropdown-menu[data-popper-placement*=top-] {
  top: auto !important;
}

.dropend > .dropdown-menu, .dropstart > .dropdown-menu {
  margin-bottom: 0;
  margin-left: -2.5rem;
  margin-right: -2.5rem;
  margin-top: 0;
}

.dropdown-menu .dropdown-divider {
  background-color: rgba(0, 0, 0, 0.07);
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.dropdown-block-header {
  margin: -0.5rem -0.5rem;
  border-start-start-radius: 0.4375rem;
  border-start-end-radius: 0.4375rem;
}

.mega-dropdown {
  max-width: 100vw;
  width: max-content;
}

@media (min-width: 992px) {
  .mega-dropdown {
    max-width: 75vw;
  }
}
.dropdown-item {
  border-radius: 0.21875rem;
  margin-bottom: 0.15rem;
}

.dropdown-menu[data-bs-popper], .mst {
  top: 100% !important;
}

.mot {
  top: auto !important;
}

.mol {
  left: auto !important;
  right: 0 !important;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-start {
    left: 0 !important;
    right: auto !important;
  }
  .dropdown-menu-sm-end {
    left: auto !important;
    right: 0 !important;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-start {
    left: 0 !important;
    right: auto !important;
  }
  .dropdown-menu-md-end {
    left: auto !important;
    right: 0 !important;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-start {
    left: 0 !important;
    right: auto !important;
  }
  .dropdown-menu-lg-end {
    left: auto !important;
    right: 0 !important;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-start {
    left: 0 !important;
    right: auto !important;
  }
  .dropdown-menu-xl-end {
    left: auto !important;
    right: 0 !important;
  }
}
@media (min-width: 1400px) {
  .dropdown-menu-xxl-start {
    left: 0 !important;
    right: auto !important;
  }
  .dropdown-menu-xxl-end {
    left: auto !important;
    right: 0 !important;
  }
}
/* -- LIST GROUP -- */
/* ---------------------------------------------- */
.list-group-item.active {
  font-weight: bold;
}

.list-group-item.active :where(h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6) {
  color: inherit;
}

.list-group-item.active :where(p, span, small, .small, div) {
  font-weight: normal;
}

.list-group-borderless > .list-group-item {
  border: 0;
}

.list-group-borderless > .list-group-item-action {
  border-radius: 0.4375rem;
}

/* -- NAVS -- */
/* ---------------------------------------------- */
.nav.flex-column {
  flex-wrap: nowrap;
}

.nav:not(.nav-pills) .nav-link.active {
  color: #dc3d43;
  font-weight: bold;
}

.nav:not(.nav-pills) .nav-link i, .nav:not(.nav-pills) .nav-link .nav-icon {
  color: #cbd0d8 !important;
}

.nav-tabs .nav-link {
  align-items: center;
  background-color: #f7f9fb;
  display: flex;
  margin-right: 1px;
  min-height: 2.5rem;
}

.nav-tabs .nav-link.disabled {
  background-color: rgba(247, 249, 251, 0.4);
}

.nav-tabs .nav-link:hover:not(.disabled):not(.active) {
  background-color: #e6ecf3;
}

.nav-tabs .dropdown-menu {
  border-top-left-radius: 0.4375rem;
  border-top-right-radius: 0.4375rem;
  margin-top: 2.5rem;
}

.tab-base .nav-tabs, .tab-base .nav-tabs .nav-link {
  border: 0;
}

.tab-base .tab-content {
  background-color: #fff;
  border-top-right-radius: 0.4375rem;
  border-bottom-left-radius: 0.4375rem;
  border-bottom-right-radius: 0.4375rem;
  padding: 1.25rem 1.25rem;
}

.tab-base .nav-callout {
  background-color: #fff;
  border-top-left-radius: 0.4375rem;
  border-top-right-radius: 0.4375rem;
}

.tab-base .nav-callout .nav-link {
  align-items: center;
  display: flex;
  min-height: 2.5rem;
  padding-top: 1rem;
}

.tab-base .nav-tabs.justify-content-end ~ .tab-content, .tab-base .nav-callout.justify-content-end ~ .tab-content {
  border-top-left-radius: 0.4375rem;
  border-top-right-radius: 0;
}

.tab-base.tab-vertical {
  align-items: flex-start;
  display: flex;
}

.tab-base.tab-vertical .nav-item, .tab-base.tab-vertical .nav-link {
  width: 100%;
}

.tab-base.tab-vertical .nav-tabs .nav-link {
  border-bottom-left-radius: 0.4375rem;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  margin-bottom: 2px;
}

.tab-base.tab-vertical .nav-pills ~ .tab-content {
  border-radius: 0.4375rem;
}

.nav-callout {
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}

.nav-callout .nav-link {
  appearance: none;
  background-color: transparent;
  border: 0;
}

.nav-callout .nav-link.active {
  box-shadow: inset 0 -0.1875rem #dc3d43;
}

/* -- PAGINATION -- */
/* ---------------------------------------------- */
.page-link {
  position: relative;
  transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
  z-index: 1;
}

.page-link:hover {
  background-color: #b03136;
  border-color: #b03136;
  box-shadow: 0 0.1rem 0.5rem rgba(176, 49, 54, 0.5), 0 0.25rem 1rem rgba(55, 60, 67, 0.2);
  color: #fff;
  z-index: 5;
}

.page-link:focus {
  background-color: #842528;
  border-color: #842528;
  box-shadow: 0 0 0 0 #dc3d43, 0 0 0.35rem 0.2rem rgba(220, 61, 67, 0.4) !important;
  color: #fff;
  z-index: 5;
}

.page-link:active, .active > .page-link {
  background-color: #dc3d43;
  border-color: #dc3d43;
  box-shadow: 0 0 0.5rem rgba(220, 61, 67, 0.5), 0 0 0.25rem rgba(55, 60, 67, 0.05) !important;
  color: #fff;
  z-index: 5;
}

/* -- PROGRESS -- */
/* ---------------------------------------------- */
.progress-bar:last-child {
  border-top-right-radius: 0.4375rem;
  border-bottom-right-radius: 0.4375rem;
}

.progress-xs {
  height: 0.0625rem;
}

.progress-sm {
  height: 0.125rem;
}

.progress-md {
  height: 0.25rem;
}

.progress-lg {
  height: 1rem;
}

.progress-xl {
  height: 1.25rem;
}

/* -- COLORS -- */
/* ---------------------------------------------- */
.text-head {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-headings-color-rgb), var(--bs-text-opacity)) !important;
}

.bg-blue-100 {
  --bs-bg-opacity: 1;
  background-color: rgba(205, 238, 253, var(--bs-bg-opacity)) !important;
}

.text-blue-100 {
  --bs-text-opacity: 1;
  color: rgba(205, 238, 253, var(--bs-text-opacity)) !important;
}

.bg-blue-200 {
  --bs-bg-opacity: 1;
  background-color: rgba(154, 221, 251, var(--bs-bg-opacity)) !important;
}

.text-blue-200 {
  --bs-text-opacity: 1;
  color: rgba(154, 221, 251, var(--bs-text-opacity)) !important;
}

.bg-blue-300 {
  --bs-bg-opacity: 1;
  background-color: rgba(104, 203, 248, var(--bs-bg-opacity)) !important;
}

.text-blue-300 {
  --bs-text-opacity: 1;
  color: rgba(104, 203, 248, var(--bs-text-opacity)) !important;
}

.bg-blue-400 {
  --bs-bg-opacity: 1;
  background-color: rgba(53, 186, 246, var(--bs-bg-opacity)) !important;
}

.text-blue-400 {
  --bs-text-opacity: 1;
  color: rgba(53, 186, 246, var(--bs-text-opacity)) !important;
}

.bg-blue-500, .bg-blue {
  --bs-bg-opacity: 1;
  background-color: rgba(3, 169, 244, var(--bs-bg-opacity)) !important;
}

.text-blue-500, .text-blue {
  --bs-text-opacity: 1;
  color: rgba(3, 169, 244, var(--bs-text-opacity)) !important;
}

.bg-blue-600 {
  --bs-bg-opacity: 1;
  background-color: rgba(2, 135, 195, var(--bs-bg-opacity)) !important;
}

.text-blue-600 {
  --bs-text-opacity: 1;
  color: rgba(2, 135, 195, var(--bs-text-opacity)) !important;
}

.bg-blue-700 {
  --bs-bg-opacity: 1;
  background-color: rgba(2, 101, 146, var(--bs-bg-opacity)) !important;
}

.text-blue-700 {
  --bs-text-opacity: 1;
  color: rgba(2, 101, 146, var(--bs-text-opacity)) !important;
}

.bg-blue-800 {
  --bs-bg-opacity: 1;
  background-color: rgba(1, 68, 98, var(--bs-bg-opacity)) !important;
}

.text-blue-800 {
  --bs-text-opacity: 1;
  color: rgba(1, 68, 98, var(--bs-text-opacity)) !important;
}

.bg-blue-900 {
  --bs-bg-opacity: 1;
  background-color: rgba(1, 34, 49, var(--bs-bg-opacity)) !important;
}

.text-blue-900 {
  --bs-text-opacity: 1;
  color: rgba(1, 34, 49, var(--bs-text-opacity)) !important;
}

.bg-indigo-100 {
  --bs-bg-opacity: 1;
  background-color: rgba(211, 218, 225, var(--bs-bg-opacity)) !important;
}

.text-indigo-100 {
  --bs-text-opacity: 1;
  color: rgba(211, 218, 225, var(--bs-text-opacity)) !important;
}

.bg-indigo-200 {
  --bs-bg-opacity: 1;
  background-color: rgba(168, 181, 195, var(--bs-bg-opacity)) !important;
}

.text-indigo-200 {
  --bs-text-opacity: 1;
  color: rgba(168, 181, 195, var(--bs-text-opacity)) !important;
}

.bg-indigo-300 {
  --bs-bg-opacity: 1;
  background-color: rgba(124, 145, 166, var(--bs-bg-opacity)) !important;
}

.text-indigo-300 {
  --bs-text-opacity: 1;
  color: rgba(124, 145, 166, var(--bs-text-opacity)) !important;
}

.bg-indigo-400 {
  --bs-bg-opacity: 1;
  background-color: rgba(81, 108, 136, var(--bs-bg-opacity)) !important;
}

.text-indigo-400 {
  --bs-text-opacity: 1;
  color: rgba(81, 108, 136, var(--bs-text-opacity)) !important;
}

.bg-indigo-500, .bg-indigo {
  --bs-bg-opacity: 1;
  background-color: rgba(37, 71, 106, var(--bs-bg-opacity)) !important;
}

.text-indigo-500, .text-indigo {
  --bs-text-opacity: 1;
  color: rgba(37, 71, 106, var(--bs-text-opacity)) !important;
}

.bg-indigo-600 {
  --bs-bg-opacity: 1;
  background-color: rgba(30, 57, 85, var(--bs-bg-opacity)) !important;
}

.text-indigo-600 {
  --bs-text-opacity: 1;
  color: rgba(30, 57, 85, var(--bs-text-opacity)) !important;
}

.bg-indigo-700 {
  --bs-bg-opacity: 1;
  background-color: rgba(22, 43, 64, var(--bs-bg-opacity)) !important;
}

.text-indigo-700 {
  --bs-text-opacity: 1;
  color: rgba(22, 43, 64, var(--bs-text-opacity)) !important;
}

.bg-indigo-800 {
  --bs-bg-opacity: 1;
  background-color: rgba(15, 28, 42, var(--bs-bg-opacity)) !important;
}

.text-indigo-800 {
  --bs-text-opacity: 1;
  color: rgba(15, 28, 42, var(--bs-text-opacity)) !important;
}

.bg-indigo-900 {
  --bs-bg-opacity: 1;
  background-color: rgba(7, 14, 21, var(--bs-bg-opacity)) !important;
}

.text-indigo-900 {
  --bs-text-opacity: 1;
  color: rgba(7, 14, 21, var(--bs-text-opacity)) !important;
}

.bg-purple-100 {
  --bs-bg-opacity: 1;
  background-color: rgba(221, 181, 228, var(--bs-bg-opacity)) !important;
}

.text-purple-100 {
  --bs-text-opacity: 1;
  color: rgba(221, 181, 228, var(--bs-text-opacity)) !important;
}

.bg-purple-200 {
  --bs-bg-opacity: 1;
  background-color: rgba(238, 218, 242, var(--bs-bg-opacity)) !important;
}

.text-purple-200 {
  --bs-text-opacity: 1;
  color: rgba(238, 218, 242, var(--bs-text-opacity)) !important;
}

.bg-purple-300 {
  --bs-bg-opacity: 1;
  background-color: rgba(205, 145, 215, var(--bs-bg-opacity)) !important;
}

.text-purple-300 {
  --bs-text-opacity: 1;
  color: rgba(205, 145, 215, var(--bs-text-opacity)) !important;
}

.bg-purple-400 {
  --bs-bg-opacity: 1;
  background-color: rgba(188, 108, 201, var(--bs-bg-opacity)) !important;
}

.text-purple-400 {
  --bs-text-opacity: 1;
  color: rgba(188, 108, 201, var(--bs-text-opacity)) !important;
}

.bg-purple-500, .bg-purple {
  --bs-bg-opacity: 1;
  background-color: rgba(171, 71, 188, var(--bs-bg-opacity)) !important;
}

.text-purple-500, .text-purple {
  --bs-text-opacity: 1;
  color: rgba(171, 71, 188, var(--bs-text-opacity)) !important;
}

.bg-purple-600 {
  --bs-bg-opacity: 1;
  background-color: rgba(137, 57, 150, var(--bs-bg-opacity)) !important;
}

.text-purple-600 {
  --bs-text-opacity: 1;
  color: rgba(137, 57, 150, var(--bs-text-opacity)) !important;
}

.bg-purple-700 {
  --bs-bg-opacity: 1;
  background-color: rgba(103, 43, 113, var(--bs-bg-opacity)) !important;
}

.text-purple-700 {
  --bs-text-opacity: 1;
  color: rgba(103, 43, 113, var(--bs-text-opacity)) !important;
}

.bg-purple-800 {
  --bs-bg-opacity: 1;
  background-color: rgba(68, 28, 75, var(--bs-bg-opacity)) !important;
}

.text-purple-800 {
  --bs-text-opacity: 1;
  color: rgba(68, 28, 75, var(--bs-text-opacity)) !important;
}

.bg-purple-900 {
  --bs-bg-opacity: 1;
  background-color: rgba(34, 14, 38, var(--bs-bg-opacity)) !important;
}

.text-purple-900 {
  --bs-text-opacity: 1;
  color: rgba(34, 14, 38, var(--bs-text-opacity)) !important;
}

.bg-pink-100 {
  --bs-bg-opacity: 1;
  background-color: rgba(252, 224, 233, var(--bs-bg-opacity)) !important;
}

.text-pink-100 {
  --bs-text-opacity: 1;
  color: rgba(252, 224, 233, var(--bs-text-opacity)) !important;
}

.bg-pink-200 {
  --bs-bg-opacity: 1;
  background-color: rgba(249, 192, 211, var(--bs-bg-opacity)) !important;
}

.text-pink-200 {
  --bs-text-opacity: 1;
  color: rgba(249, 192, 211, var(--bs-text-opacity)) !important;
}

.bg-pink-300 {
  --bs-bg-opacity: 1;
  background-color: rgba(246, 161, 190, var(--bs-bg-opacity)) !important;
}

.text-pink-300 {
  --bs-text-opacity: 1;
  color: rgba(246, 161, 190, var(--bs-text-opacity)) !important;
}

.bg-pink-400 {
  --bs-bg-opacity: 1;
  background-color: rgba(243, 129, 168, var(--bs-bg-opacity)) !important;
}

.text-pink-400 {
  --bs-text-opacity: 1;
  color: rgba(243, 129, 168, var(--bs-text-opacity)) !important;
}

.bg-pink-500, .bg-pink {
  --bs-bg-opacity: 1;
  background-color: rgba(240, 98, 146, var(--bs-bg-opacity)) !important;
}

.text-pink-500, .text-pink {
  --bs-text-opacity: 1;
  color: rgba(240, 98, 146, var(--bs-text-opacity)) !important;
}

.bg-pink-600 {
  --bs-bg-opacity: 1;
  background-color: rgba(192, 78, 117, var(--bs-bg-opacity)) !important;
}

.text-pink-600 {
  --bs-text-opacity: 1;
  color: rgba(192, 78, 117, var(--bs-text-opacity)) !important;
}

.bg-pink-700 {
  --bs-bg-opacity: 1;
  background-color: rgba(144, 59, 88, var(--bs-bg-opacity)) !important;
}

.text-pink-700 {
  --bs-text-opacity: 1;
  color: rgba(144, 59, 88, var(--bs-text-opacity)) !important;
}

.bg-pink-800 {
  --bs-bg-opacity: 1;
  background-color: rgba(96, 39, 58, var(--bs-bg-opacity)) !important;
}

.text-pink-800 {
  --bs-text-opacity: 1;
  color: rgba(96, 39, 58, var(--bs-text-opacity)) !important;
}

.bg-pink-900 {
  --bs-bg-opacity: 1;
  background-color: rgba(48, 20, 29, var(--bs-bg-opacity)) !important;
}

.text-pink-900 {
  --bs-text-opacity: 1;
  color: rgba(48, 20, 29, var(--bs-text-opacity)) !important;
}

.bg-red-100 {
  --bs-bg-opacity: 1;
  background-color: rgba(249, 221, 218, var(--bs-bg-opacity)) !important;
}

.text-red-100 {
  --bs-text-opacity: 1;
  color: rgba(249, 221, 218, var(--bs-text-opacity)) !important;
}

.bg-red-200 {
  --bs-bg-opacity: 1;
  background-color: rgba(242, 187, 181, var(--bs-bg-opacity)) !important;
}

.text-red-200 {
  --bs-text-opacity: 1;
  color: rgba(242, 187, 181, var(--bs-text-opacity)) !important;
}

.bg-red-300 {
  --bs-bg-opacity: 1;
  background-color: rgba(236, 154, 143, var(--bs-bg-opacity)) !important;
}

.text-red-300 {
  --bs-text-opacity: 1;
  color: rgba(236, 154, 143, var(--bs-text-opacity)) !important;
}

.bg-red-400 {
  --bs-bg-opacity: 1;
  background-color: rgba(229, 120, 106, var(--bs-bg-opacity)) !important;
}

.text-red-400 {
  --bs-text-opacity: 1;
  color: rgba(229, 120, 106, var(--bs-text-opacity)) !important;
}

.bg-red-500, .bg-red {
  --bs-bg-opacity: 1;
  background-color: rgba(223, 86, 69, var(--bs-bg-opacity)) !important;
}

.text-red-500, .text-red {
  --bs-text-opacity: 1;
  color: rgba(223, 86, 69, var(--bs-text-opacity)) !important;
}

.bg-red-600 {
  --bs-bg-opacity: 1;
  background-color: rgba(178, 69, 55, var(--bs-bg-opacity)) !important;
}

.text-red-600 {
  --bs-text-opacity: 1;
  color: rgba(178, 69, 55, var(--bs-text-opacity)) !important;
}

.bg-red-700 {
  --bs-bg-opacity: 1;
  background-color: rgba(134, 52, 41, var(--bs-bg-opacity)) !important;
}

.text-red-700 {
  --bs-text-opacity: 1;
  color: rgba(134, 52, 41, var(--bs-text-opacity)) !important;
}

.bg-red-800 {
  --bs-bg-opacity: 1;
  background-color: rgba(89, 34, 28, var(--bs-bg-opacity)) !important;
}

.text-red-800 {
  --bs-text-opacity: 1;
  color: rgba(89, 34, 28, var(--bs-text-opacity)) !important;
}

.bg-red-900 {
  --bs-bg-opacity: 1;
  background-color: rgba(45, 17, 14, var(--bs-bg-opacity)) !important;
}

.text-red-900 {
  --bs-text-opacity: 1;
  color: rgba(45, 17, 14, var(--bs-text-opacity)) !important;
}

.bg-orange-100 {
  --bs-bg-opacity: 1;
  background-color: rgba(254, 236, 209, var(--bs-bg-opacity)) !important;
}

.text-orange-100 {
  --bs-text-opacity: 1;
  color: rgba(254, 236, 209, var(--bs-text-opacity)) !important;
}

.bg-orange-200 {
  --bs-bg-opacity: 1;
  background-color: rgba(253, 217, 164, var(--bs-bg-opacity)) !important;
}

.text-orange-200 {
  --bs-text-opacity: 1;
  color: rgba(253, 217, 164, var(--bs-text-opacity)) !important;
}

.bg-orange-300 {
  --bs-bg-opacity: 1;
  background-color: rgba(252, 197, 118, var(--bs-bg-opacity)) !important;
}

.text-orange-300 {
  --bs-text-opacity: 1;
  color: rgba(252, 197, 118, var(--bs-text-opacity)) !important;
}

.bg-orange-400 {
  --bs-bg-opacity: 1;
  background-color: rgba(251, 178, 73, var(--bs-bg-opacity)) !important;
}

.text-orange-400 {
  --bs-text-opacity: 1;
  color: rgba(251, 178, 73, var(--bs-text-opacity)) !important;
}

.bg-orange-500, .bg-orange {
  --bs-bg-opacity: 1;
  background-color: rgba(250, 159, 27, var(--bs-bg-opacity)) !important;
}

.text-orange-500, .text-orange {
  --bs-text-opacity: 1;
  color: rgba(250, 159, 27, var(--bs-text-opacity)) !important;
}

.bg-orange-600 {
  --bs-bg-opacity: 1;
  background-color: rgba(200, 127, 22, var(--bs-bg-opacity)) !important;
}

.text-orange-600 {
  --bs-text-opacity: 1;
  color: rgba(200, 127, 22, var(--bs-text-opacity)) !important;
}

.bg-orange-700 {
  --bs-bg-opacity: 1;
  background-color: rgba(150, 95, 16, var(--bs-bg-opacity)) !important;
}

.text-orange-700 {
  --bs-text-opacity: 1;
  color: rgba(150, 95, 16, var(--bs-text-opacity)) !important;
}

.bg-orange-800 {
  --bs-bg-opacity: 1;
  background-color: rgba(100, 64, 11, var(--bs-bg-opacity)) !important;
}

.text-orange-800 {
  --bs-text-opacity: 1;
  color: rgba(100, 64, 11, var(--bs-text-opacity)) !important;
}

.bg-orange-900 {
  --bs-bg-opacity: 1;
  background-color: rgba(50, 32, 5, var(--bs-bg-opacity)) !important;
}

.text-orange-900 {
  --bs-text-opacity: 1;
  color: rgba(50, 32, 5, var(--bs-text-opacity)) !important;
}

.bg-yellow-100 {
  --bs-bg-opacity: 1;
  background-color: rgba(255, 250, 205, var(--bs-bg-opacity)) !important;
}

.text-yellow-100 {
  --bs-text-opacity: 1;
  color: rgba(255, 250, 205, var(--bs-text-opacity)) !important;
}

.bg-yellow-200 {
  --bs-bg-opacity: 1;
  background-color: rgba(255, 244, 155, var(--bs-bg-opacity)) !important;
}

.text-yellow-200 {
  --bs-text-opacity: 1;
  color: rgba(255, 244, 155, var(--bs-text-opacity)) !important;
}

.bg-yellow-300 {
  --bs-bg-opacity: 1;
  background-color: rgba(255, 239, 105, var(--bs-bg-opacity)) !important;
}

.text-yellow-300 {
  --bs-text-opacity: 1;
  color: rgba(255, 239, 105, var(--bs-text-opacity)) !important;
}

.bg-yellow-400 {
  --bs-bg-opacity: 1;
  background-color: rgba(255, 233, 55, var(--bs-bg-opacity)) !important;
}

.text-yellow-400 {
  --bs-text-opacity: 1;
  color: rgba(255, 233, 55, var(--bs-text-opacity)) !important;
}

.bg-yellow-500, .bg-yellow {
  --bs-bg-opacity: 1;
  background-color: rgba(255, 228, 5, var(--bs-bg-opacity)) !important;
}

.text-yellow-500, .text-yellow {
  --bs-text-opacity: 1;
  color: rgba(255, 228, 5, var(--bs-text-opacity)) !important;
}

.bg-yellow-600 {
  --bs-bg-opacity: 1;
  background-color: rgba(204, 182, 4, var(--bs-bg-opacity)) !important;
}

.text-yellow-600 {
  --bs-text-opacity: 1;
  color: rgba(204, 182, 4, var(--bs-text-opacity)) !important;
}

.bg-yellow-700 {
  --bs-bg-opacity: 1;
  background-color: rgba(153, 137, 3, var(--bs-bg-opacity)) !important;
}

.text-yellow-700 {
  --bs-text-opacity: 1;
  color: rgba(153, 137, 3, var(--bs-text-opacity)) !important;
}

.bg-yellow-800 {
  --bs-bg-opacity: 1;
  background-color: rgba(102, 91, 2, var(--bs-bg-opacity)) !important;
}

.text-yellow-800 {
  --bs-text-opacity: 1;
  color: rgba(102, 91, 2, var(--bs-text-opacity)) !important;
}

.bg-yellow-900 {
  --bs-bg-opacity: 1;
  background-color: rgba(51, 46, 1, var(--bs-bg-opacity)) !important;
}

.text-yellow-900 {
  --bs-text-opacity: 1;
  color: rgba(51, 46, 1, var(--bs-text-opacity)) !important;
}

.bg-green-100 {
  --bs-bg-opacity: 1;
  background-color: rgba(236, 245, 213, var(--bs-bg-opacity)) !important;
}

.text-green-100 {
  --bs-text-opacity: 1;
  color: rgba(236, 245, 213, var(--bs-text-opacity)) !important;
}

.bg-green-200 {
  --bs-bg-opacity: 1;
  background-color: rgba(217, 235, 171, var(--bs-bg-opacity)) !important;
}

.text-green-200 {
  --bs-text-opacity: 1;
  color: rgba(217, 235, 171, var(--bs-text-opacity)) !important;
}

.bg-green-300 {
  --bs-bg-opacity: 1;
  background-color: rgba(197, 224, 130, var(--bs-bg-opacity)) !important;
}

.text-green-300 {
  --bs-text-opacity: 1;
  color: rgba(197, 224, 130, var(--bs-text-opacity)) !important;
}

.bg-green-400 {
  --bs-bg-opacity: 1;
  background-color: rgba(178, 214, 88, var(--bs-bg-opacity)) !important;
}

.text-green-400 {
  --bs-text-opacity: 1;
  color: rgba(178, 214, 88, var(--bs-text-opacity)) !important;
}

.bg-green-500, .bg-green {
  --bs-bg-opacity: 1;
  background-color: rgba(159, 204, 46, var(--bs-bg-opacity)) !important;
}

.text-green-500, .text-green {
  --bs-text-opacity: 1;
  color: rgba(159, 204, 46, var(--bs-text-opacity)) !important;
}

.bg-green-600 {
  --bs-bg-opacity: 1;
  background-color: rgba(127, 163, 37, var(--bs-bg-opacity)) !important;
}

.text-green-600 {
  --bs-text-opacity: 1;
  color: rgba(127, 163, 37, var(--bs-text-opacity)) !important;
}

.bg-green-700 {
  --bs-bg-opacity: 1;
  background-color: rgba(95, 122, 28, var(--bs-bg-opacity)) !important;
}

.text-green-700 {
  --bs-text-opacity: 1;
  color: rgba(95, 122, 28, var(--bs-text-opacity)) !important;
}

.bg-green-800 {
  --bs-bg-opacity: 1;
  background-color: rgba(64, 82, 18, var(--bs-bg-opacity)) !important;
}

.text-green-800 {
  --bs-text-opacity: 1;
  color: rgba(64, 82, 18, var(--bs-text-opacity)) !important;
}

.bg-green-900 {
  --bs-bg-opacity: 1;
  background-color: rgba(32, 41, 9, var(--bs-bg-opacity)) !important;
}

.text-green-900 {
  --bs-text-opacity: 1;
  color: rgba(32, 41, 9, var(--bs-text-opacity)) !important;
}

.bg-teal-100 {
  --bs-bg-opacity: 1;
  background-color: rgba(212, 237, 235, var(--bs-bg-opacity)) !important;
}

.text-teal-100 {
  --bs-text-opacity: 1;
  color: rgba(212, 237, 235, var(--bs-text-opacity)) !important;
}

.bg-teal-200 {
  --bs-bg-opacity: 1;
  background-color: rgba(168, 219, 215, var(--bs-bg-opacity)) !important;
}

.text-teal-200 {
  --bs-text-opacity: 1;
  color: rgba(168, 219, 215, var(--bs-text-opacity)) !important;
}

.bg-teal-300 {
  --bs-bg-opacity: 1;
  background-color: rgba(125, 202, 194, var(--bs-bg-opacity)) !important;
}

.text-teal-300 {
  --bs-text-opacity: 1;
  color: rgba(125, 202, 194, var(--bs-text-opacity)) !important;
}

.bg-teal-400 {
  --bs-bg-opacity: 1;
  background-color: rgba(81, 184, 174, var(--bs-bg-opacity)) !important;
}

.text-teal-400 {
  --bs-text-opacity: 1;
  color: rgba(81, 184, 174, var(--bs-text-opacity)) !important;
}

.bg-teal-500, .bg-teal {
  --bs-bg-opacity: 1;
  background-color: rgba(38, 166, 154, var(--bs-bg-opacity)) !important;
}

.text-teal-500, .text-teal {
  --bs-text-opacity: 1;
  color: rgba(38, 166, 154, var(--bs-text-opacity)) !important;
}

.bg-teal-600 {
  --bs-bg-opacity: 1;
  background-color: rgba(30, 133, 123, var(--bs-bg-opacity)) !important;
}

.text-teal-600 {
  --bs-text-opacity: 1;
  color: rgba(30, 133, 123, var(--bs-text-opacity)) !important;
}

.bg-teal-700 {
  --bs-bg-opacity: 1;
  background-color: rgba(23, 100, 92, var(--bs-bg-opacity)) !important;
}

.text-teal-700 {
  --bs-text-opacity: 1;
  color: rgba(23, 100, 92, var(--bs-text-opacity)) !important;
}

.bg-teal-800 {
  --bs-bg-opacity: 1;
  background-color: rgba(15, 66, 62, var(--bs-bg-opacity)) !important;
}

.text-teal-800 {
  --bs-text-opacity: 1;
  color: rgba(15, 66, 62, var(--bs-text-opacity)) !important;
}

.bg-teal-900 {
  --bs-bg-opacity: 1;
  background-color: rgba(8, 33, 31, var(--bs-bg-opacity)) !important;
}

.text-teal-900 {
  --bs-text-opacity: 1;
  color: rgba(8, 33, 31, var(--bs-text-opacity)) !important;
}

.bg-cyan-100 {
  --bs-bg-opacity: 1;
  background-color: rgba(207, 244, 252, var(--bs-bg-opacity)) !important;
}

.text-cyan-100 {
  --bs-text-opacity: 1;
  color: rgba(207, 244, 252, var(--bs-text-opacity)) !important;
}

.bg-cyan-200 {
  --bs-bg-opacity: 1;
  background-color: rgba(158, 234, 249, var(--bs-bg-opacity)) !important;
}

.text-cyan-200 {
  --bs-text-opacity: 1;
  color: rgba(158, 234, 249, var(--bs-text-opacity)) !important;
}

.bg-cyan-300 {
  --bs-bg-opacity: 1;
  background-color: rgba(110, 223, 246, var(--bs-bg-opacity)) !important;
}

.text-cyan-300 {
  --bs-text-opacity: 1;
  color: rgba(110, 223, 246, var(--bs-text-opacity)) !important;
}

.bg-cyan-400 {
  --bs-bg-opacity: 1;
  background-color: rgba(61, 213, 243, var(--bs-bg-opacity)) !important;
}

.text-cyan-400 {
  --bs-text-opacity: 1;
  color: rgba(61, 213, 243, var(--bs-text-opacity)) !important;
}

.bg-cyan-500, .bg-cyan {
  --bs-bg-opacity: 1;
  background-color: rgba(13, 202, 240, var(--bs-bg-opacity)) !important;
}

.text-cyan-500, .text-cyan {
  --bs-text-opacity: 1;
  color: rgba(13, 202, 240, var(--bs-text-opacity)) !important;
}

.bg-cyan-600 {
  --bs-bg-opacity: 1;
  background-color: rgba(10, 162, 192, var(--bs-bg-opacity)) !important;
}

.text-cyan-600 {
  --bs-text-opacity: 1;
  color: rgba(10, 162, 192, var(--bs-text-opacity)) !important;
}

.bg-cyan-700 {
  --bs-bg-opacity: 1;
  background-color: rgba(8, 121, 144, var(--bs-bg-opacity)) !important;
}

.text-cyan-700 {
  --bs-text-opacity: 1;
  color: rgba(8, 121, 144, var(--bs-text-opacity)) !important;
}

.bg-cyan-800 {
  --bs-bg-opacity: 1;
  background-color: rgba(5, 81, 96, var(--bs-bg-opacity)) !important;
}

.text-cyan-800 {
  --bs-text-opacity: 1;
  color: rgba(5, 81, 96, var(--bs-text-opacity)) !important;
}

.bg-cyan-900 {
  --bs-bg-opacity: 1;
  background-color: rgba(3, 40, 48, var(--bs-bg-opacity)) !important;
}

.text-cyan-900 {
  --bs-text-opacity: 1;
  color: rgba(3, 40, 48, var(--bs-text-opacity)) !important;
}

.bg-gray-100 {
  --bs-bg-opacity: 1;
  background-color: rgba(249, 250, 252, var(--bs-bg-opacity)) !important;
}

.text-gray-100 {
  --bs-text-opacity: 1;
  color: rgba(249, 250, 252, var(--bs-text-opacity)) !important;
}

.bg-gray-200 {
  --bs-bg-opacity: 1;
  background-color: rgba(243, 245, 249, var(--bs-bg-opacity)) !important;
}

.text-gray-200 {
  --bs-text-opacity: 1;
  color: rgba(243, 245, 249, var(--bs-text-opacity)) !important;
}

.bg-gray-300 {
  --bs-bg-opacity: 1;
  background-color: rgba(237, 241, 246, var(--bs-bg-opacity)) !important;
}

.text-gray-300 {
  --bs-text-opacity: 1;
  color: rgba(237, 241, 246, var(--bs-text-opacity)) !important;
}

.bg-gray-400 {
  --bs-bg-opacity: 1;
  background-color: rgba(231, 236, 243, var(--bs-bg-opacity)) !important;
}

.text-gray-400 {
  --bs-text-opacity: 1;
  color: rgba(231, 236, 243, var(--bs-text-opacity)) !important;
}

.bg-gray-500, .bg-gray {
  --bs-bg-opacity: 1;
  background-color: rgba(225, 231, 240, var(--bs-bg-opacity)) !important;
}

.text-gray-500, .text-gray {
  --bs-text-opacity: 1;
  color: rgba(225, 231, 240, var(--bs-text-opacity)) !important;
}

.bg-gray-600 {
  --bs-bg-opacity: 1;
  background-color: rgba(203, 208, 216, var(--bs-bg-opacity)) !important;
}

.text-gray-600 {
  --bs-text-opacity: 1;
  color: rgba(203, 208, 216, var(--bs-text-opacity)) !important;
}

.bg-gray-700 {
  --bs-bg-opacity: 1;
  background-color: rgba(180, 185, 192, var(--bs-bg-opacity)) !important;
}

.text-gray-700 {
  --bs-text-opacity: 1;
  color: rgba(180, 185, 192, var(--bs-text-opacity)) !important;
}

.bg-gray-800 {
  --bs-bg-opacity: 1;
  background-color: rgba(158, 162, 168, var(--bs-bg-opacity)) !important;
}

.text-gray-800 {
  --bs-text-opacity: 1;
  color: rgba(158, 162, 168, var(--bs-text-opacity)) !important;
}

.bg-gray-900 {
  --bs-bg-opacity: 1;
  background-color: rgba(135, 139, 144, var(--bs-bg-opacity)) !important;
}

.text-gray-900 {
  --bs-text-opacity: 1;
  color: rgba(135, 139, 144, var(--bs-text-opacity)) !important;
}

/* -- OPACITY -- */
/* ---------------------------------------------- */
.opacity-10 {
  opacity: 0.1;
}

.opacity-20 {
  opacity: 0.2;
}

.opacity-30 {
  opacity: 0.3;
}

.opacity-40 {
  opacity: 0.4;
}

.opacity-50 {
  opacity: 0.5;
}

.opacity-60 {
  opacity: 0.6;
}

.opacity-70 {
  opacity: 0.7;
}

.opacity-80 {
  opacity: 0.8;
}

.opacity-90 {
  opacity: 0.9;
}

.opacity-100 {
  opacity: 1;
}

.bg-opacity-10 {
  --bs-bg-opacity: 0.1;
}

.bg-opacity-20 {
  --bs-bg-opacity: 0.2;
}

.bg-opacity-30 {
  --bs-bg-opacity: 0.3;
}

.bg-opacity-40 {
  --bs-bg-opacity: 0.4;
}

.bg-opacity-50 {
  --bs-bg-opacity: 0.5;
}

.bg-opacity-60 {
  --bs-bg-opacity: 0.6;
}

.bg-opacity-70 {
  --bs-bg-opacity: 0.7;
}

.bg-opacity-80 {
  --bs-bg-opacity: 0.8;
}

.bg-opacity-90 {
  --bs-bg-opacity: 0.9;
}

.bg-opacity-100 {
  --bs-bg-opacity: 1;
}

.text-opacity-10 {
  --bs-text-opacity: 0.1;
}

.text-opacity-20 {
  --bs-text-opacity: 0.2;
}

.text-opacity-30 {
  --bs-text-opacity: 0.3;
}

.text-opacity-40 {
  --bs-text-opacity: 0.4;
}

.text-opacity-50 {
  --bs-text-opacity: 0.5;
}

.text-opacity-60 {
  --bs-text-opacity: 0.6;
}

.text-opacity-70 {
  --bs-text-opacity: 0.7;
}

.text-opacity-80 {
  --bs-text-opacity: 0.8;
}

.text-opacity-90 {
  --bs-text-opacity: 0.9;
}

.text-opacity-100 {
  --bs-text-opacity: 1;
}


/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS (and SCSS, if configured) file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *
 * require_tree .
 */
/* -- SIZING -- */
/* ---------------------------------------------- */
/*!
 * Bootstrap v5.1.0 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --bs-blue: #03a9f4;
  --bs-indigo: #25476a;
  --bs-purple: #ab47bc;
  --bs-pink: #f06292;
  --bs-red: #df5645;
  --bs-orange: #fa9f1b;
  --bs-yellow: #ffe405;
  --bs-green: #9FCC2E;
  --bs-teal: #26a69a;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #cbd0d8;
  --bs-gray-dark: #9ea2a8;
  --bs-gray-100: #f9fafc;
  --bs-gray-200: #f3f5f9;
  --bs-gray-300: #edf1f6;
  --bs-gray-400: #e7ecf3;
  --bs-gray-500: #e1e7f0;
  --bs-gray-600: #cbd0d8;
  --bs-gray-700: #b4b9c0;
  --bs-gray-800: #9ea2a8;
  --bs-gray-900: #878b90;
  --bs-primary: #dc3d43;
  --bs-secondary: #26a69a;
  --bs-success: #9FCC2E;
  --bs-info: #03a9f4;
  --bs-warning: #fa9f1b;
  --bs-danger: #df5645;
  --bs-light: #e1e7f0;
  --bs-dark: #373c43;
  --bs-primary-rgb: 220, 61, 67;
  --bs-secondary-rgb: 38, 166, 154;
  --bs-success-rgb: 159, 204, 46;
  --bs-info-rgb: 3, 169, 244;
  --bs-warning-rgb: 250, 159, 27;
  --bs-danger-rgb: 223, 86, 69;
  --bs-light-rgb: 225, 231, 240;
  --bs-dark-rgb: 55, 60, 67;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 55, 60, 67;
  --bs-body-rgb: 122, 135, 142;
  --bs-font-sans-serif: "Poppins", "Open Sans", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 0.75rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #7a878e;
  --bs-body-bg: #edf1f6;
}

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

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}
body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(55, 60, 67, 0);
}

hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}

hr:not([size]) {
  height: 1px;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-family: "Ubuntu";
  font-weight: 500;
  line-height: 1.2;
  color: #373c43;
}

h1, .h1 {
  font-size: calc(1.3125rem + 0.75vw);
}

@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 1.875rem;
  }
}
h2, .h2 {
  font-size: calc(1.275rem + 0.3vw);
}

@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 1.5rem;
  }
}
h3, .h3 {
  font-size: calc(1.25625rem + 0.075vw);
}

@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 1.3125rem;
  }
}
h4, .h4 {
  font-size: 1.125rem;
}

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

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

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

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

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

ol,
ul {
  padding-left: 2rem;
}

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, .small {
  font-size: 0.65625rem;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #03a9f4;
  text-decoration: underline;
}

a:hover {
  color: #026e9f;
  text-decoration: underline;
}

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

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
  direction: ltr;
  unicode-bidi: bidi-override;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.75rem;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.75rem;
  color: #f06292;
  word-wrap: break-word;
}

a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.75rem;
  color: #fff;
  background-color: #878b90;
  border-radius: 0.3125rem;
}

kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

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

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

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 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,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

select:disabled {
  opacity: 1;
}

[list]::-webkit-calendar-picker-indicator {
  display: none;
}

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;
}

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

textarea {
  resize: vertical;
}

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

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}

@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

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

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::file-selector-button {
  font: inherit;
}

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

output {
  display: inline-block;
}

iframe {
  border: 0;
}

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

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

.lead {
  font-size: 0.9375rem;
  font-weight: 400;
}

.display-1 {
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  .display-1 {
    font-size: 5rem;
  }
}
.display-2 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  .display-2 {
    font-size: 4.5rem;
  }
}
.display-3 {
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  .display-3 {
    font-size: 4rem;
  }
}
.display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  .display-4 {
    font-size: 3.5rem;
  }
}
.display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  .display-5 {
    font-size: 3rem;
  }
}
.display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  .display-6 {
    font-size: 2.5rem;
  }
}
.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: 0.65625rem;
  text-transform: uppercase;
}

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

.blockquote > :last-child {
  margin-bottom: 0;
}

.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.65625rem;
  color: var(--bs-muted-color);
}

.blockquote-footer::before {
  content: "— ";
}

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: #edf1f6;
  border: 1px solid rgba(0, 0, 0, 0.07);
  border-radius: 0.4375rem;
  box-shadow: 0 0.125rem 0.25rem rgba(55, 60, 67, 0.075);
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

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

.figure-caption {
  font-size: 0.65625rem;
  color: #a8b1b8;
}

.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl,
.container-xxl {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.5rem);
  padding-left: var(--bs-gutter-x, 0.5rem);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container, .container-sm, .container-md {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
    max-width: 1320px;
  }
}
.row {
  --bs-gutter-x: 1rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) * -0.5);
  margin-left: calc(var(--bs-gutter-x) * -0.5);
}

.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0%;
}

.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

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

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

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.33333%;
}

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

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

.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.66667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.33333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66667%;
}

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

.col-4 {
  flex: 0 0 auto;
  width: 33.33333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.66667%;
}

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

.col-7 {
  flex: 0 0 auto;
  width: 58.33333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.66667%;
}

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

.col-10 {
  flex: 0 0 auto;
  width: 83.33333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.66667%;
}

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

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

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

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

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

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

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

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

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

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

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

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

.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}

.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}

.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}

.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}

.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}

.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}

.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}

.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}

.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}

.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.33333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.66667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333%;
  }
  .offset-sm-2 {
    margin-left: 16.66667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333%;
  }
  .offset-sm-5 {
    margin-left: 41.66667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333%;
  }
  .offset-sm-8 {
    margin-left: 66.66667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333%;
  }
  .offset-sm-11 {
    margin-left: 91.66667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.33333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.66667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333%;
  }
  .offset-md-2 {
    margin-left: 16.66667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333%;
  }
  .offset-md-5 {
    margin-left: 41.66667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333%;
  }
  .offset-md-8 {
    margin-left: 66.66667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333%;
  }
  .offset-md-11 {
    margin-left: 91.66667%;
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.33333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.66667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333%;
  }
  .offset-lg-2 {
    margin-left: 16.66667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333%;
  }
  .offset-lg-5 {
    margin-left: 41.66667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333%;
  }
  .offset-lg-8 {
    margin-left: 66.66667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333%;
  }
  .offset-lg-11 {
    margin-left: 91.66667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.33333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.66667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333%;
  }
  .offset-xl-2 {
    margin-left: 16.66667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333%;
  }
  .offset-xl-5 {
    margin-left: 41.66667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333%;
  }
  .offset-xl-8 {
    margin-left: 66.66667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333%;
  }
  .offset-xl-11 {
    margin-left: 91.66667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.33333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.66667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66667%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
.table {
  --bs-table-bg: transparent;
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: #7a878e;
  --bs-table-striped-bg: #f9fafc;
  --bs-table-active-color: #7a878e;
  --bs-table-active-bg: #f2f5f9;
  --bs-table-hover-color: #7a878e;
  --bs-table-hover-bg: #f5f7fa;
  width: 100%;
  margin-bottom: 1rem;
  color: #7a878e;
  vertical-align: top;
  border-color: #f0f3f8;
}

.table > :not(caption) > * > * {
  padding: 0.75rem 0.5rem;
  background-color: var(--bs-table-bg);
  border-bottom-width: 1px;
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}

.table > tbody {
  vertical-align: inherit;
}

.table > thead {
  vertical-align: bottom;
}

.table > :not(:last-child) > :last-child > * {
  border-bottom-color: currentColor;
}

.caption-top {
  caption-side: top;
}

.table-sm > :not(caption) > * > * {
  padding: 0.25rem 0.25rem;
}

.table-bordered > :not(caption) > * {
  border-width: 1px 0;
}

.table-bordered > :not(caption) > * > * {
  border-width: 0 1px;
}

.table-borderless > :not(caption) > * > * {
  border-bottom-width: 0;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  --bs-table-accent-bg: var(--bs-table-striped-bg);
  color: var(--bs-table-striped-color);
}

.table-active {
  --bs-table-accent-bg: var(--bs-table-active-bg);
  color: var(--bs-table-active-color);
}

.table-hover > tbody > tr:hover {
  --bs-table-accent-bg: var(--bs-table-hover-bg);
  color: var(--bs-table-hover-color);
}

.table-primary {
  --bs-table-bg: #f8d8d9;
  --bs-table-striped-bg: #eed0d2;
  --bs-table-striped-color: #373c43;
  --bs-table-active-bg: #e5c8ca;
  --bs-table-active-color: #373c43;
  --bs-table-hover-bg: #eaccce;
  --bs-table-hover-color: #373c43;
  color: #373c43;
  border-color: #e5c8ca;
}

.table-secondary {
  --bs-table-bg: #d4edeb;
  --bs-table-striped-bg: #cce4e3;
  --bs-table-striped-color: #373c43;
  --bs-table-active-bg: #c4dbda;
  --bs-table-active-color: #373c43;
  --bs-table-hover-bg: #c8e0de;
  --bs-table-hover-color: #373c43;
  color: #373c43;
  border-color: #c4dbda;
}

.table-success {
  --bs-table-bg: #ecf5d5;
  --bs-table-striped-bg: #e3ecce;
  --bs-table-striped-color: #373c43;
  --bs-table-active-bg: #dae3c6;
  --bs-table-active-color: #373c43;
  --bs-table-hover-bg: #dee7ca;
  --bs-table-hover-color: #373c43;
  color: #373c43;
  border-color: #dae3c6;
}

.table-info {
  --bs-table-bg: #cdeefd;
  --bs-table-striped-bg: #c6e5f4;
  --bs-table-striped-color: #373c43;
  --bs-table-active-bg: #bedcea;
  --bs-table-active-color: #373c43;
  --bs-table-hover-bg: #c2e1ef;
  --bs-table-hover-color: #373c43;
  color: #373c43;
  border-color: #bedcea;
}

.table-warning {
  --bs-table-bg: #feecd1;
  --bs-table-striped-bg: #f4e3ca;
  --bs-table-striped-color: #373c43;
  --bs-table-active-bg: #eadac3;
  --bs-table-active-color: #373c43;
  --bs-table-hover-bg: #efdfc6;
  --bs-table-hover-color: #373c43;
  color: #373c43;
  border-color: #eadac3;
}

.table-danger {
  --bs-table-bg: #f9ddda;
  --bs-table-striped-bg: #efd5d2;
  --bs-table-striped-color: #373c43;
  --bs-table-active-bg: #e6cdcb;
  --bs-table-active-color: #373c43;
  --bs-table-hover-bg: #ead1cf;
  --bs-table-hover-color: #373c43;
  color: #373c43;
  border-color: #e6cdcb;
}

.table-light {
  --bs-table-bg: #e1e7f0;
  --bs-table-striped-bg: #d9dee7;
  --bs-table-striped-color: #373c43;
  --bs-table-active-bg: #d0d6df;
  --bs-table-active-color: #373c43;
  --bs-table-hover-bg: #d4dae3;
  --bs-table-hover-color: #373c43;
  color: #373c43;
  border-color: #d0d6df;
}

.table-dark {
  --bs-table-bg: #373c43;
  --bs-table-striped-bg: #41464c;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: #4b5056;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: #464b51;
  --bs-table-hover-color: #fff;
  color: #fff;
  border-color: #4b5056;
}

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1399.98px) {
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.form-label {
  margin-bottom: 0.5rem;
}

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

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

.col-form-label-sm {
  padding-top: calc(0.45rem + 1px);
  padding-bottom: calc(0.45rem + 1px);
  font-size: 0.65625rem;
}

.form-text {
  margin-top: 0.25rem;
  font-size: 0.65625rem;
  color: #cbd0d8;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.55rem 1rem;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #7a878e;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.07);
  appearance: none;
  border-radius: 0.4375rem;
  box-shadow: inset 0 1px 2px rgba(55, 60, 67, 0.075);
  transition: border-color 0.35s ease-in-out, box-shadow 0.35s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control[type=file] {
  overflow: hidden;
}

.form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}

.form-control:focus {
  color: #7a878e;
  background-color: #fff;
  border-color: #dc3d43;
  outline: 0;
  box-shadow: inset 0 1px 2px rgba(55, 60, 67, 0.075), 0 0 0.75rem 0 rgba(0, 0, 0, 0.125);
}

.form-control::-webkit-date-and-time-value {
  height: 1.5em;
}

.form-control::placeholder {
  color: #9ea2a8;
  opacity: 1;
}

.form-control:disabled, .form-control[readonly] {
  background-color: #f3f5f9;
  border-color: #edf1f6;
  opacity: 1;
}

.form-control::file-selector-button {
  padding: 0.55rem 1rem;
  margin: -0.55rem -1rem;
  margin-inline-end: 1rem;
  color: #7a878e;
  background-color: #fff;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out, border-color 0.25s ease-in-out, box-shadow 0.25s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: #f2f2f2;
}

.form-control::-webkit-file-upload-button {
  padding: 0.55rem 1rem;
  margin: -0.55rem -1rem;
  margin-inline-end: 1rem;
  color: #7a878e;
  background-color: #fff;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out, border-color 0.25s ease-in-out, box-shadow 0.25s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control::-webkit-file-upload-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: #f2f2f2;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.55rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: #7a878e;
  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 {
  min-height: calc(1.5em + 0.9rem + 2px);
  padding: 0.45rem 0.95rem;
  font-size: 0.65625rem;
  border-radius: 0.3125rem;
}

.form-control-sm::file-selector-button {
  padding: 0.45rem 0.95rem;
  margin: -0.45rem -0.95rem;
  margin-inline-end: 0.95rem;
}

.form-control-sm::-webkit-file-upload-button {
  padding: 0.45rem 0.95rem;
  margin: -0.45rem -0.95rem;
  margin-inline-end: 0.95rem;
}

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

.form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  margin-inline-end: 1rem;
}

.form-control-lg::-webkit-file-upload-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  margin-inline-end: 1rem;
}

textarea.form-control {
  min-height: calc(1.5em + 1.1rem + 2px);
}

textarea.form-control-sm {
  min-height: calc(1.5em + 0.9rem + 2px);
}

textarea.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
}

.form-control-color {
  width: 3rem;
  height: auto;
  padding: 0.55rem;
}

.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}

.form-control-color::-moz-color-swatch {
  height: 1.5em;
  border-radius: 0.4375rem;
}

.form-control-color::-webkit-color-swatch {
  height: 1.5em;
  border-radius: 0.4375rem;
}

.form-select {
  display: block;
  width: 100%;
  padding: 0.55rem 3rem 0.55rem 1rem;
  -moz-padding-start: calc(1rem - 3px);
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #7a878e;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%237a878e' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 16px 12px;
  border: 1px solid rgba(0, 0, 0, 0.07);
  border-radius: 0.4375rem;
  box-shadow: inset 0 1px 2px rgba(55, 60, 67, 0.075);
  transition: border-color 0.35s ease-in-out, box-shadow 0.35s ease-in-out;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .form-select {
    transition: none;
  }
}
.form-select:focus {
  border-color: #dc3d43;
  outline: 0;
  box-shadow: inset 0 1px 2px rgba(55, 60, 67, 0.075), 0 0 0.75rem 0 rgba(0, 0, 0, 0.125);
}

.form-select[multiple], .form-select[size]:not([size="1"]) {
  padding-right: 1rem;
  background-image: none;
}

.form-select:disabled {
  background-color: #f3f5f9;
  border-color: #edf1f6;
}

.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #7a878e;
}

.form-select-sm {
  padding-top: 0.45rem;
  padding-bottom: 0.45rem;
  padding-left: 0.95rem;
  font-size: 0.65625rem;
}

.form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 0.9375rem;
}

.form-check {
  display: block;
  min-height: 1.125rem;
  padding-left: 1.75em;
  margin-bottom: 0.125rem;
}

.form-check .form-check-input {
  float: left;
  margin-left: -1.75em;
}

.form-check-input {
  width: 1.25em;
  height: 1.25em;
  margin-top: 0.125em;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.2095);
  appearance: none;
  color-adjust: exact;
}

.form-check-input[type=checkbox] {
  border-radius: 0.35em;
}

.form-check-input[type=radio] {
  border-radius: 50%;
}

.form-check-input:active {
  filter: brightness(90%);
}

.form-check-input:focus {
  border-color: #dc3d43;
  outline: 0;
  box-shadow: 0 0 0.25rem 0.25rem rgba(235, 146, 149, 0.325);
}

.form-check-input:checked {
  background-color: #dc3d43;
  border-color: #dc3d43;
}

.form-check-input:checked[type=checkbox] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}

.form-check-input:checked[type=radio] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}

.form-check-input[type=checkbox]:indeterminate {
  background-color: #dc3d43;
  border-color: #dc3d43;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}

.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}

.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  opacity: 0.5;
}

.form-switch {
  padding-left: 2.6em;
}

.form-switch .form-check-input {
  width: 2.1em;
  margin-left: -2.6em;
  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");
  background-position: left center;
  border-radius: 2.1em;
  transition: background 0.35s;
}

@media (prefers-reduced-motion: reduce) {
  .form-switch .form-check-input {
    transition: none;
  }
}
.form-switch .form-check-input:focus {
  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");
}

.form-switch .form-check-input:checked {
  background-position: right center;
  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");
}

.form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}

.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.btn-check[disabled] + .btn, .btn-check:disabled + .btn {
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}

.form-range {
  width: 100%;
  height: 1.3rem;
  padding: 0;
  background-color: transparent;
  appearance: none;
}

.form-range:focus {
  outline: 0;
}

.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0.25rem 0.25rem rgba(235, 146, 149, 0.325);
}

.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0.25rem 0.25rem rgba(235, 146, 149, 0.325);
}

.form-range::-moz-focus-outer {
  border: 0;
}

.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.4rem;
  background-color: #dc3d43;
  border: 0;
  border-radius: 1rem;
  box-shadow: 0 0.1rem 0.25rem rgba(55, 60, 67, 0.1);
  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) {
  .form-range::-webkit-slider-thumb {
    transition: none;
  }
}
.form-range::-webkit-slider-thumb:active {
  background-color: #c6373c;
}

.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.2rem;
  color: transparent;
  cursor: pointer;
  background-color: #f3f5f9;
  border-color: transparent;
  border-radius: 1rem;
  box-shadow: inset 0 1px 2px rgba(55, 60, 67, 0.075);
}

.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #dc3d43;
  border: 0;
  border-radius: 1rem;
  box-shadow: 0 0.1rem 0.25rem rgba(55, 60, 67, 0.1);
  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) {
  .form-range::-moz-range-thumb {
    transition: none;
  }
}
.form-range::-moz-range-thumb:active {
  background-color: #c6373c;
}

.form-range::-moz-range-track {
  width: 100%;
  height: 0.2rem;
  color: transparent;
  cursor: pointer;
  background-color: #f3f5f9;
  border-color: transparent;
  border-radius: 1rem;
  box-shadow: inset 0 1px 2px rgba(55, 60, 67, 0.075);
}

.form-range:disabled {
  pointer-events: none;
}

.form-range:disabled::-webkit-slider-thumb {
  background-color: #a8b1b8;
}

.form-range:disabled::-moz-range-thumb {
  background-color: #a8b1b8;
}

.form-floating {
  position: relative;
}

.form-floating > .form-control,
.form-floating > .form-select {
  height: calc(3.5rem + 2px);
  line-height: 1.25;
}

.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: 1rem 1rem;
  pointer-events: none;
  border: 1px solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-floating > label {
    transition: none;
  }
}
.form-floating > .form-control {
  padding: 1rem 1rem;
}

.form-floating > .form-control::placeholder {
  color: transparent;
}

.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}

.form-floating > .form-control:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}

.form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}

.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.form-floating > .form-control:-webkit-autofill ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

.input-group > .form-control,
.input-group > .form-select {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}

.input-group > .form-control:focus,
.input-group > .form-select:focus {
  z-index: 3;
}

.input-group .btn {
  position: relative;
  z-index: 2;
}

.input-group .btn:focus {
  z-index: 3;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.55rem 1rem;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #7a878e;
  text-align: center;
  white-space: nowrap;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.07);
  border-radius: 0.4375rem;
}

.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 0.9375rem;
  border-radius: 0.5625rem;
}

.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text,
.input-group-sm > .btn {
  padding: 0.45rem 0.95rem;
  font-size: 0.65625rem;
  border-radius: 0.3125rem;
}

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

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

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

.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.65625rem;
  color: #9FCC2E;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.5rem 0.75rem;
  margin-top: 0.1rem;
  font-size: 0.65625rem;
  color: #fff;
  background-color: rgba(159, 204, 46, 0.9);
  border-radius: 0.4375rem;
}

.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: #9FCC2E;
  padding-right: calc(1.5em + 1.1rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%239FCC2E' 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.375em + 0.275rem) center;
  background-size: calc(0.75em + 0.55rem) calc(0.75em + 0.55rem);
}

.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #9FCC2E;
  box-shadow: 0 0 0.5rem 0.15rem rgba(159, 204, 46, 0.1);
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 1.1rem);
  background-position: top calc(0.375em + 0.275rem) right calc(0.375em + 0.275rem);
}

.was-validated .form-select:valid, .form-select.is-valid {
  border-color: #9FCC2E;
}

.was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"], .form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"] {
  padding-right: 5.5rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%237a878e' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%239FCC2E' 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-position: right 1rem center, center right 3rem;
  background-size: 16px 12px, calc(0.75em + 0.55rem) calc(0.75em + 0.55rem);
}

.was-validated .form-select:valid:focus, .form-select.is-valid:focus {
  border-color: #9FCC2E;
  box-shadow: 0 0 0.5rem 0.15rem rgba(159, 204, 46, 0.1);
}

.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: #9FCC2E;
}

.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
  background-color: #9FCC2E;
}

.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
  box-shadow: 0 0 0.5rem 0.15rem rgba(159, 204, 46, 0.1);
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #9FCC2E;
}

.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: 0.5em;
}

.was-validated .input-group .form-control:valid, .input-group .form-control.is-valid, .was-validated .input-group .form-select:valid,
.input-group .form-select.is-valid {
  z-index: 1;
}

.was-validated .input-group .form-control:valid:focus, .input-group .form-control.is-valid:focus, .was-validated .input-group .form-select:valid:focus,
.input-group .form-select.is-valid:focus {
  z-index: 3;
}

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

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.5rem 0.75rem;
  margin-top: 0.1rem;
  font-size: 0.65625rem;
  color: #fff;
  background-color: rgba(223, 86, 69, 0.9);
  border-radius: 0.4375rem;
}

.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: #df5645;
  padding-right: calc(1.5em + 1.1rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23df5645'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23df5645' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.275rem) center;
  background-size: calc(0.75em + 0.55rem) calc(0.75em + 0.55rem);
}

.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #df5645;
  box-shadow: 0 0 0.5rem 0.15rem rgba(223, 86, 69, 0.1);
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 1.1rem);
  background-position: top calc(0.375em + 0.275rem) right calc(0.375em + 0.275rem);
}

.was-validated .form-select:invalid, .form-select.is-invalid {
  border-color: #df5645;
}

.was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"], .form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"] {
  padding-right: 5.5rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%237a878e' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23df5645'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23df5645' stroke='none'/%3e%3c/svg%3e");
  background-position: right 1rem center, center right 3rem;
  background-size: 16px 12px, calc(0.75em + 0.55rem) calc(0.75em + 0.55rem);
}

.was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
  border-color: #df5645;
  box-shadow: 0 0 0.5rem 0.15rem rgba(223, 86, 69, 0.1);
}

.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
  border-color: #df5645;
}

.was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
  background-color: #df5645;
}

.was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
  box-shadow: 0 0 0.5rem 0.15rem rgba(223, 86, 69, 0.1);
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #df5645;
}

.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: 0.5em;
}

.was-validated .input-group .form-control:invalid, .input-group .form-control.is-invalid, .was-validated .input-group .form-select:invalid,
.input-group .form-select.is-invalid {
  z-index: 2;
}

.was-validated .input-group .form-control:invalid:focus, .input-group .form-control.is-invalid:focus, .was-validated .input-group .form-select:invalid:focus,
.input-group .form-select.is-invalid:focus {
  z-index: 3;
}

.btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #7a878e;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.55rem 1rem;
  font-size: 0.7125rem;
  border-radius: 0.4375rem;
  transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out, border-color 0.25s ease-in-out, box-shadow 0.25s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #7a878e;
  text-decoration: none;
}

.btn-check:focus + .btn, .btn:focus {
  outline: 0;
  box-shadow: 0 0 0.5rem 0 rgba(0, 0, 0, 0.125);
}

.btn-check:checked + .btn,
.btn-check:active + .btn, .btn:active, .btn.active {
  box-shadow: inset 0 3px 5px rgba(55, 60, 67, 0.125);
}

.btn-check:checked + .btn:focus,
.btn-check:active + .btn:focus, .btn:active:focus, .btn.active:focus {
  box-shadow: 0 0 0.5rem 0 rgba(0, 0, 0, 0.125), inset 0 3px 5px rgba(55, 60, 67, 0.125);
}

.btn:disabled, .btn.disabled,
fieldset:disabled .btn {
  pointer-events: none;
  opacity: 0.65;
  box-shadow: none;
}

.btn-primary {
  color: #fff;
  background-color: #0000CD;
  border-color: #00008B;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(55, 60, 67, 0.075);
}

.btn-primary:hover {
  color: #fff;
  background-color: #0746f3;
  border-color: #191970;
}

.btn-check:focus + .btn-primary, .btn-primary:focus {
  color: #fff;
  background-color: #0746f3;
  border-color: #191970;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(55, 60, 67, 0.075), 0 0 0 0.15rem rgba(225, 90, 95, 0.5);
}

.btn-check:checked + .btn-primary,
.btn-check:active + .btn-primary, .btn-primary:active, .btn-primary.active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0746f3;
  border-color: #191970;
}

.btn-check:checked + .btn-primary:focus,
.btn-check:active + .btn-primary:focus, .btn-primary:active:focus, .btn-primary.active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(55, 60, 67, 0.125), 0 0 0 0.15rem rgba(225, 90, 95, 0.5);
}

.btn-primary:disabled, .btn-primary.disabled {
  color: #fff;
  background-color: #0000CD;
  border-color: #00008B;
}

.btn-secondary {
  color: #fff;
  background-color: #26a69a;
  border-color: #26a69a;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(55, 60, 67, 0.075);
}

.btn-secondary:hover {
  color: #fff;
  background-color: #208d83;
  border-color: #1e857b;
}

.btn-check:focus + .btn-secondary, .btn-secondary:focus {
  color: #fff;
  background-color: #208d83;
  border-color: #1e857b;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(55, 60, 67, 0.075), 0 0 0 0.15rem rgba(71, 179, 169, 0.5);
}

.btn-check:checked + .btn-secondary,
.btn-check:active + .btn-secondary, .btn-secondary:active, .btn-secondary.active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #1b746c;
  border-color: #1d7d74;
}

.btn-check:checked + .btn-secondary:focus,
.btn-check:active + .btn-secondary:focus, .btn-secondary:active:focus, .btn-secondary.active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(55, 60, 67, 0.125), 0 0 0 0.15rem rgba(71, 179, 169, 0.5);
}

.btn-secondary:disabled, .btn-secondary.disabled {
  color: #fff;
  background-color: #26a69a;
  border-color: #26a69a;
}

.btn-success {
  color: #fff;
  background-color: #9FCC2E;
  border-color: #9FCC2E;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(55, 60, 67, 0.075);
}

.btn-success:hover {
  color: #fff;
  background-color: #87ad27;
  border-color: #7fa325;
}

.btn-check:focus + .btn-success, .btn-success:focus {
  color: #fff;
  background-color: #87ad27;
  border-color: #7fa325;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(55, 60, 67, 0.075), 0 0 0 0.15rem rgba(173, 212, 77, 0.5);
}

.btn-check:checked + .btn-success,
.btn-check:active + .btn-success, .btn-success:active, .btn-success.active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #6f8f20;
  border-color: #779923;
}

.btn-check:checked + .btn-success:focus,
.btn-check:active + .btn-success:focus, .btn-success:active:focus, .btn-success.active:focus,
.show > .btn-success.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(55, 60, 67, 0.125), 0 0 0 0.15rem rgba(173, 212, 77, 0.5);
}

.btn-success:disabled, .btn-success.disabled {
  color: #fff;
  background-color: #9FCC2E;
  border-color: #9FCC2E;
}

.btn-info {
  color: #fff;
  background-color: #03a9f4;
  border-color: #03a9f4;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(55, 60, 67, 0.075);
}

.btn-info:hover {
  color: #fff;
  background-color: #0390cf;
  border-color: #0287c3;
}

.btn-check:focus + .btn-info, .btn-info:focus {
  color: #fff;
  background-color: #0390cf;
  border-color: #0287c3;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(55, 60, 67, 0.075), 0 0 0 0.15rem rgba(41, 182, 246, 0.5);
}

.btn-check:checked + .btn-info,
.btn-check:active + .btn-info, .btn-info:active, .btn-info.active,
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #0276ab;
  border-color: #027fb7;
}

.btn-check:checked + .btn-info:focus,
.btn-check:active + .btn-info:focus, .btn-info:active:focus, .btn-info.active:focus,
.show > .btn-info.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(55, 60, 67, 0.125), 0 0 0 0.15rem rgba(41, 182, 246, 0.5);
}

.btn-info:disabled, .btn-info.disabled {
  color: #fff;
  background-color: #03a9f4;
  border-color: #03a9f4;
}

.btn-warning {
  color: #fff;
  background-color: #fa9f1b;
  border-color: #fa9f1b;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(55, 60, 67, 0.075);
}

.btn-warning:hover {
  color: #fff;
  background-color: #d58717;
  border-color: #c87f16;
}

.btn-check:focus + .btn-warning, .btn-warning:focus {
  color: #fff;
  background-color: #d58717;
  border-color: #c87f16;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(55, 60, 67, 0.075), 0 0 0 0.15rem rgba(251, 173, 61, 0.5);
}

.btn-check:checked + .btn-warning,
.btn-check:active + .btn-warning, .btn-warning:active, .btn-warning.active,
.show > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #af6f13;
  border-color: #bc7714;
}

.btn-check:checked + .btn-warning:focus,
.btn-check:active + .btn-warning:focus, .btn-warning:active:focus, .btn-warning.active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(55, 60, 67, 0.125), 0 0 0 0.15rem rgba(251, 173, 61, 0.5);
}

.btn-warning:disabled, .btn-warning.disabled {
  color: #fff;
  background-color: #fa9f1b;
  border-color: #fa9f1b;
}

.btn-danger {
  color: #fff;
  background-color: #df5645;
  border-color: #df5645;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(55, 60, 67, 0.075);
}

.btn-danger:hover {
  color: #fff;
  background-color: #be493b;
  border-color: #b24537;
}

.btn-check:focus + .btn-danger, .btn-danger:focus {
  color: #fff;
  background-color: #be493b;
  border-color: #b24537;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(55, 60, 67, 0.075), 0 0 0 0.15rem rgba(228, 111, 97, 0.5);
}

.btn-check:checked + .btn-danger,
.btn-check:active + .btn-danger, .btn-danger:active, .btn-danger.active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #9c3c30;
  border-color: #a74134;
}

.btn-check:checked + .btn-danger:focus,
.btn-check:active + .btn-danger:focus, .btn-danger:active:focus, .btn-danger.active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(55, 60, 67, 0.125), 0 0 0 0.15rem rgba(228, 111, 97, 0.5);
}

.btn-danger:disabled, .btn-danger.disabled {
  color: #fff;
  background-color: #df5645;
  border-color: #df5645;
}

.btn-light {
  color: #373c43;
  background-color: #e1e7f0;
  border-color: #e1e7f0;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(55, 60, 67, 0.075);
}

.btn-light:hover {
  color: #373c43;
  background-color: #e6ebf2;
  border-color: #e4e9f2;
}

.btn-check:focus + .btn-light, .btn-light:focus {
  color: #373c43;
  background-color: #e6ebf2;
  border-color: #e4e9f2;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(55, 60, 67, 0.075), 0 0 0 0.15rem rgba(200, 205, 214, 0.5);
}

.btn-check:checked + .btn-light,
.btn-check:active + .btn-light, .btn-light:active, .btn-light.active,
.show > .btn-light.dropdown-toggle {
  color: #373c43;
  background-color: #e7ecf3;
  border-color: #e4e9f2;
}

.btn-check:checked + .btn-light:focus,
.btn-check:active + .btn-light:focus, .btn-light:active:focus, .btn-light.active:focus,
.show > .btn-light.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(55, 60, 67, 0.125), 0 0 0 0.15rem rgba(200, 205, 214, 0.5);
}

.btn-light:disabled, .btn-light.disabled {
  color: #373c43;
  background-color: #e1e7f0;
  border-color: #e1e7f0;
}

.btn-dark {
  color: #fff;
  background-color: #373c43;
  border-color: #373c43;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(55, 60, 67, 0.075);
}

.btn-dark:hover {
  color: #fff;
  background-color: #2f3339;
  border-color: #2c3036;
}

.btn-check:focus + .btn-dark, .btn-dark:focus {
  color: #fff;
  background-color: #2f3339;
  border-color: #2c3036;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(55, 60, 67, 0.075), 0 0 0 0.15rem rgba(85, 89, 95, 0.5);
}

.btn-check:checked + .btn-dark,
.btn-check:active + .btn-dark, .btn-dark:active, .btn-dark.active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #272a2f;
  border-color: #292d32;
}

.btn-check:checked + .btn-dark:focus,
.btn-check:active + .btn-dark:focus, .btn-dark:active:focus, .btn-dark.active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(55, 60, 67, 0.125), 0 0 0 0.15rem rgba(85, 89, 95, 0.5);
}

.btn-dark:disabled, .btn-dark.disabled {
  color: #fff;
  background-color: #373c43;
  border-color: #373c43;
}

.btn-outline-primary {
  color: #dc3d43;
  border-color: #dc3d43;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #dc3d43;
  border-color: #dc3d43;
}

.btn-check:focus + .btn-outline-primary, .btn-outline-primary:focus {
  box-shadow: 0 0 0 0.15rem rgba(220, 61, 67, 0.5);
}

.btn-check:checked + .btn-outline-primary,
.btn-check:active + .btn-outline-primary, .btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show {
  color: #fff;
  background-color: #dc3d43;
  border-color: #dc3d43;
}

.btn-check:checked + .btn-outline-primary:focus,
.btn-check:active + .btn-outline-primary:focus, .btn-outline-primary:active:focus, .btn-outline-primary.active:focus, .btn-outline-primary.dropdown-toggle.show:focus {
  box-shadow: inset 0 3px 5px rgba(55, 60, 67, 0.125), 0 0 0 0.15rem rgba(220, 61, 67, 0.5);
}

.btn-outline-primary:disabled, .btn-outline-primary.disabled {
  color: #dc3d43;
  background-color: transparent;
}

.btn-outline-secondary {
  color: #26a69a;
  border-color: #26a69a;
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #26a69a;
  border-color: #26a69a;
}

.btn-check:focus + .btn-outline-secondary, .btn-outline-secondary:focus {
  box-shadow: 0 0 0 0.15rem rgba(38, 166, 154, 0.5);
}

.btn-check:checked + .btn-outline-secondary,
.btn-check:active + .btn-outline-secondary, .btn-outline-secondary:active, .btn-outline-secondary.active, .btn-outline-secondary.dropdown-toggle.show {
  color: #fff;
  background-color: #26a69a;
  border-color: #26a69a;
}

.btn-check:checked + .btn-outline-secondary:focus,
.btn-check:active + .btn-outline-secondary:focus, .btn-outline-secondary:active:focus, .btn-outline-secondary.active:focus, .btn-outline-secondary.dropdown-toggle.show:focus {
  box-shadow: inset 0 3px 5px rgba(55, 60, 67, 0.125), 0 0 0 0.15rem rgba(38, 166, 154, 0.5);
}

.btn-outline-secondary:disabled, .btn-outline-secondary.disabled {
  color: #26a69a;
  background-color: transparent;
}

.btn-outline-success {
  color: #9FCC2E;
  border-color: #9FCC2E;
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #9FCC2E;
  border-color: #9FCC2E;
}

.btn-check:focus + .btn-outline-success, .btn-outline-success:focus {
  box-shadow: 0 0 0 0.15rem rgba(159, 204, 46, 0.5);
}

.btn-check:checked + .btn-outline-success,
.btn-check:active + .btn-outline-success, .btn-outline-success:active, .btn-outline-success.active, .btn-outline-success.dropdown-toggle.show {
  color: #fff;
  background-color: #9FCC2E;
  border-color: #9FCC2E;
}

.btn-check:checked + .btn-outline-success:focus,
.btn-check:active + .btn-outline-success:focus, .btn-outline-success:active:focus, .btn-outline-success.active:focus, .btn-outline-success.dropdown-toggle.show:focus {
  box-shadow: inset 0 3px 5px rgba(55, 60, 67, 0.125), 0 0 0 0.15rem rgba(159, 204, 46, 0.5);
}

.btn-outline-success:disabled, .btn-outline-success.disabled {
  color: #9FCC2E;
  background-color: transparent;
}

.btn-outline-info {
  color: #03a9f4;
  border-color: #03a9f4;
}

.btn-outline-info:hover {
  color: #fff;
  background-color: #03a9f4;
  border-color: #03a9f4;
}

.btn-check:focus + .btn-outline-info, .btn-outline-info:focus {
  box-shadow: 0 0 0 0.15rem rgba(3, 169, 244, 0.5);
}

.btn-check:checked + .btn-outline-info,
.btn-check:active + .btn-outline-info, .btn-outline-info:active, .btn-outline-info.active, .btn-outline-info.dropdown-toggle.show {
  color: #fff;
  background-color: #03a9f4;
  border-color: #03a9f4;
}

.btn-check:checked + .btn-outline-info:focus,
.btn-check:active + .btn-outline-info:focus, .btn-outline-info:active:focus, .btn-outline-info.active:focus, .btn-outline-info.dropdown-toggle.show:focus {
  box-shadow: inset 0 3px 5px rgba(55, 60, 67, 0.125), 0 0 0 0.15rem rgba(3, 169, 244, 0.5);
}

.btn-outline-info:disabled, .btn-outline-info.disabled {
  color: #03a9f4;
  background-color: transparent;
}

.btn-outline-warning {
  color: #0000CD;
  border-color: #0000CD;
}

.btn-outline-warning:hover {
  color: #fff;
  background-color: #fa9f1b;
  border-color: #0000CD;
}

.btn-check:focus + .btn-outline-warning, .btn-outline-warning:focus {
  box-shadow: 0 0 0 0.15rem rgba(250, 159, 27, 0.5);
}

.btn-check:checked + .btn-outline-warning,
.btn-check:active + .btn-outline-warning, .btn-outline-warning:active, .btn-outline-warning.active, .btn-outline-warning.dropdown-toggle.show {
  color: #fff;
  background-color: #fa9f1b;
  border-color: #fa9f1b;
}

.btn-check:checked + .btn-outline-warning:focus,
.btn-check:active + .btn-outline-warning:focus, .btn-outline-warning:active:focus, .btn-outline-warning.active:focus, .btn-outline-warning.dropdown-toggle.show:focus {
  box-shadow: inset 0 3px 5px rgba(55, 60, 67, 0.125), 0 0 0 0.15rem rgba(250, 159, 27, 0.5);
}

.btn-outline-warning:disabled, .btn-outline-warning.disabled {
  color: #fa9f1b;
  background-color: transparent;
}

.btn-outline-danger {
  color: #0000CD;
  border-color: #0000CD;
}

.btn-outline-danger:hover {
  color: #fff;
  background-color: #df5645;
  border-color: #0000CD;
}

.btn-check:focus + .btn-outline-danger, .btn-outline-danger:focus {
  box-shadow: 0 0 0 0.15rem rgba(223, 86, 69, 0.5);
}

.btn-check:checked + .btn-outline-danger,
.btn-check:active + .btn-outline-danger, .btn-outline-danger:active, .btn-outline-danger.active, .btn-outline-danger.dropdown-toggle.show {
  color: #fff;
  background-color: #df5645;
  border-color: #df5645;
}

.btn-check:checked + .btn-outline-danger:focus,
.btn-check:active + .btn-outline-danger:focus, .btn-outline-danger:active:focus, .btn-outline-danger.active:focus, .btn-outline-danger.dropdown-toggle.show:focus {
  box-shadow: inset 0 3px 5px rgba(55, 60, 67, 0.125), 0 0 0 0.15rem rgba(223, 86, 69, 0.5);
}

.btn-outline-danger:disabled, .btn-outline-danger.disabled {
  color: #df5645;
  background-color: transparent;
}

.btn-outline-light {
  color: #e1e7f0;
  border-color: #e1e7f0;
}

.btn-outline-light:hover {
  color: #373c43;
  background-color: #e1e7f0;
  border-color: #e1e7f0;
}

.btn-check:focus + .btn-outline-light, .btn-outline-light:focus {
  box-shadow: 0 0 0 0.15rem rgba(225, 231, 240, 0.5);
}

.btn-check:checked + .btn-outline-light,
.btn-check:active + .btn-outline-light, .btn-outline-light:active, .btn-outline-light.active, .btn-outline-light.dropdown-toggle.show {
  color: #373c43;
  background-color: #e1e7f0;
  border-color: #e1e7f0;
}

.btn-check:checked + .btn-outline-light:focus,
.btn-check:active + .btn-outline-light:focus, .btn-outline-light:active:focus, .btn-outline-light.active:focus, .btn-outline-light.dropdown-toggle.show:focus {
  box-shadow: inset 0 3px 5px rgba(55, 60, 67, 0.125), 0 0 0 0.15rem rgba(225, 231, 240, 0.5);
}

.btn-outline-light:disabled, .btn-outline-light.disabled {
  color: #e1e7f0;
  background-color: transparent;
}

.btn-outline-dark {
  color: #373c43;
  border-color: #373c43;
}

.btn-outline-dark:hover {
  color: #fff;
  background-color: #373c43;
  border-color: #373c43;
}

.btn-check:focus + .btn-outline-dark, .btn-outline-dark:focus {
  box-shadow: 0 0 0 0.15rem rgba(55, 60, 67, 0.5);
}

.btn-check:checked + .btn-outline-dark,
.btn-check:active + .btn-outline-dark, .btn-outline-dark:active, .btn-outline-dark.active, .btn-outline-dark.dropdown-toggle.show {
  color: #fff;
  background-color: #373c43;
  border-color: #373c43;
}

.btn-check:checked + .btn-outline-dark:focus,
.btn-check:active + .btn-outline-dark:focus, .btn-outline-dark:active:focus, .btn-outline-dark.active:focus, .btn-outline-dark.dropdown-toggle.show:focus {
  box-shadow: inset 0 3px 5px rgba(55, 60, 67, 0.125), 0 0 0 0.15rem rgba(55, 60, 67, 0.5);
}

.btn-outline-dark:disabled, .btn-outline-dark.disabled {
  color: #373c43;
  background-color: transparent;
}

.btn-link {
  font-weight: 400;
  color: #0000CD;
  text-decoration: underline;
}

.btn-link:hover {
  color: #026e9f;
  text-decoration: underline;
}

.btn-link:focus {
  text-decoration: underline;
}

.btn-link:disabled, .btn-link.disabled {
  color: #cbd0d8;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 0.9375rem;
  border-radius: 0.5625rem;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 0.45rem 0.95rem;
  font-size: 0.65625rem;
  border-radius: 0.3125rem;
}

.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 {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  .collapsing.collapse-horizontal {
    transition: none;
  }
}
.dropup,
.dropend,
.dropdown,
.dropstart {
  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;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: 0.5rem 0.5rem;
  margin: 0;
  font-size: 0.75rem;
  color: #7a878e;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 0 solid transparent;
  border-radius: 0.4375rem;
  box-shadow: 0 0.5rem 2rem 0rem rgba(33, 48, 85, 0.31);
}

.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: 0.125rem;
}

.dropdown-menu-start {
  --bs-position: start;
}

.dropdown-menu-start[data-bs-popper] {
  right: auto;
  left: 0;
}

.dropdown-menu-end {
  --bs-position: end;
}

.dropdown-menu-end[data-bs-popper] {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-start {
    --bs-position: start;
  }
  .dropdown-menu-sm-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-end {
    --bs-position: end;
  }
  .dropdown-menu-sm-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-start {
    --bs-position: start;
  }
  .dropdown-menu-md-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-end {
    --bs-position: end;
  }
  .dropdown-menu-md-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-start {
    --bs-position: start;
  }
  .dropdown-menu-lg-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-end {
    --bs-position: end;
  }
  .dropdown-menu-lg-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-start {
    --bs-position: start;
  }
  .dropdown-menu-xl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-end {
    --bs-position: end;
  }
  .dropdown-menu-xl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1400px) {
  .dropdown-menu-xxl-start {
    --bs-position: start;
  }
  .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xxl-end {
    --bs-position: end;
  }
  .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu[data-bs-popper] {
  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;
}

.dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}

.dropend .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;
}

.dropend .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropend .dropdown-toggle::after {
  vertical-align: 0;
}

.dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}

.dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

.dropstart .dropdown-toggle::after {
  display: none;
}

.dropstart .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;
}

.dropstart .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropstart .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.4rem 0.5rem;
  clear: both;
  font-weight: 400;
  color: #7a878e;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-item:hover, .dropdown-item:focus {
  color: #555f63;
  text-decoration: none;
  background-color: #f2f4f8;
}

.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #dc3d43;
}

.dropdown-item.disabled, .dropdown-item:disabled {
  color: #e1e7f0;
  pointer-events: none;
  background-color: transparent;
}

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

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

.dropdown-item-text {
  display: block;
  padding: 0.4rem 0.5rem;
  color: #7a878e;
}

.dropdown-menu-dark {
  color: #edf1f6;
  background-color: #373c43;
  border-color: transparent;
}

.dropdown-menu-dark .dropdown-item {
  color: #edf1f6;
}

.dropdown-menu-dark .dropdown-item:hover, .dropdown-menu-dark .dropdown-item:focus {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.15);
}

.dropdown-menu-dark .dropdown-item.active, .dropdown-menu-dark .dropdown-item:active {
  color: #fff;
  background-color: #dc3d43;
}

.dropdown-menu-dark .dropdown-item.disabled, .dropdown-menu-dark .dropdown-item:disabled {
  color: #e1e7f0;
}

.dropdown-menu-dark .dropdown-divider {
  border-color: rgba(0, 0, 0, 0.07);
}

.dropdown-menu-dark .dropdown-item-text {
  color: #edf1f6;
}

.dropdown-menu-dark .dropdown-header {
  color: #e1e7f0;
}

.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-check:checked + .btn,
.btn-group > .btn-check:focus + .btn,
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn-check:checked + .btn,
.btn-group-vertical > .btn-check:focus + .btn,
.btn-group-vertical > .btn:hover,
.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:nth-child(n+3),
.btn-group > :not(.btn-check) + .btn,
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after,
.dropend .dropdown-toggle-split::after {
  margin-left: 0;
}

.dropstart .dropdown-toggle-split::before {
  margin-right: 0;
}

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

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

.btn-group.show .dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(55, 60, 67, 0.125);
}

.btn-group.show .dropdown-toggle.btn-link {
  box-shadow: none;
}

.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 ~ .btn,
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

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

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
  color: #7a878e;
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .nav-link {
    transition: none;
  }
}
.nav-link:hover, .nav-link:focus {
  color: #dc3d43;
  text-decoration: none;
}

.nav-link.disabled {
  color: #cbd0d8;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}

.nav-tabs .nav-link {
  margin-bottom: -1px;
  background: none;
  border: 1px solid transparent;
  border-top-left-radius: 0.4375rem;
  border-top-right-radius: 0.4375rem;
}

.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: transparent;
  isolation: isolate;
}

.nav-tabs .nav-link.disabled {
  color: #cbd0d8;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #dc3d43;
  background-color: #fff;
  border-color: rgba(0, 0, 0, 0.07) rgba(0, 0, 0, 0.07) #fff;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: 0.4375rem;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #dc3d43;
}

.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;
}

.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
  width: 100%;
}

.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-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar > .container,
.navbar > .container-fluid, .navbar > .container-sm, .navbar > .container-md, .navbar > .container-lg, .navbar > .container-xl, .navbar > .container-xxl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}

.navbar-brand {
  padding-top: 0.54688rem;
  padding-bottom: 0.54688rem;
  margin-right: 1rem;
  font-size: 0.9375rem;
  text-decoration: none;
  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;
}

.navbar-text {
  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.9375rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.4375rem;
  transition: box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .navbar-toggler {
    transition: none;
  }
}
.navbar-toggler:hover {
  text-decoration: none;
}

.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 0.15rem;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

.navbar-nav-scroll {
  max-height: var(--bs-scroll-height, 75vh);
  overflow-y: auto;
}

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-wrap: 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 .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
  .navbar-expand-sm .offcanvas-header {
    display: none;
  }
  .navbar-expand-sm .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }
  .navbar-expand-sm .offcanvas-top,
  .navbar-expand-sm .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-sm .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-wrap: 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 .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
  .navbar-expand-md .offcanvas-header {
    display: none;
  }
  .navbar-expand-md .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }
  .navbar-expand-md .offcanvas-top,
  .navbar-expand-md .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-md .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-wrap: 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 .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  .navbar-expand-lg .offcanvas-header {
    display: none;
  }
  .navbar-expand-lg .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }
  .navbar-expand-lg .offcanvas-top,
  .navbar-expand-lg .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-lg .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-wrap: 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 .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-xl .offcanvas-header {
    display: none;
  }
  .navbar-expand-xl .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }
  .navbar-expand-xl .offcanvas-top,
  .navbar-expand-xl .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-xl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1400px) {
  .navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xxl .offcanvas-header {
    display: none;
  }
  .navbar-expand-xxl .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }
  .navbar-expand-xxl .offcanvas-top,
  .navbar-expand-xxl .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-xxl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
.navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start;
}

.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 .navbar-nav-scroll {
  overflow: visible;
}

.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}

.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-expand .offcanvas-header {
  display: none;
}

.navbar-expand .offcanvas {
  position: inherit;
  bottom: 0;
  z-index: 1000;
  flex-grow: 1;
  visibility: visible !important;
  background-color: transparent;
  border-right: 0;
  border-left: 0;
  transition: none;
  transform: none;
}

.navbar-expand .offcanvas-top,
.navbar-expand .offcanvas-bottom {
  height: auto;
  border-top: 0;
  border-bottom: 0;
}

.navbar-expand .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0;
  overflow-y: visible;
}

.navbar-light .navbar-brand {
  color: rgba(55, 60, 67, 0.9);
}

.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(55, 60, 67, 0.9);
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(55, 60, 67, 0.55);
}

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(55, 60, 67, 0.7);
}

.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(55, 60, 67, 0.3);
}

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(55, 60, 67, 0.9);
}

.navbar-light .navbar-toggler {
  color: rgba(55, 60, 67, 0.55);
  border-color: rgba(55, 60, 67, 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='rgba%2855, 60, 67, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-light .navbar-text {
  color: rgba(55, 60, 67, 0.55);
}

.navbar-light .navbar-text a,
.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
  color: rgba(55, 60, 67, 0.9);
}

.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.55);
}

.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 .nav-link.active {
  color: #fff;
}

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.55);
  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%28255, 255, 255, 0.55%29' 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.55);
}

.navbar-dark .navbar-text a,
.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(0, 0, 0, 0.07);
  border-radius: 0.4375rem;
  box-shadow: 0 1rem 1rem -0.75rem rgba(105, 96, 215, 0.175);
}

.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.4375rem - 1px);
  border-top-right-radius: calc(0.4375rem - 1px);
}

.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.4375rem - 1px);
  border-bottom-left-radius: calc(0.4375rem - 1px);
}

.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

.card-body {
  flex: 1 1 auto;
  padding: 1.25rem 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.9375rem 1.25rem;
  margin-bottom: 0;
  background-color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}

.card-header:first-child {
  border-radius: calc(0.4375rem - 1px) calc(0.4375rem - 1px) 0 0;
}

.card-footer {
  padding: 0.9375rem 1.25rem;
  background-color: #fff;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
}

.card-footer:last-child {
  border-radius: 0 0 calc(0.4375rem - 1px) calc(0.4375rem - 1px);
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.9375rem;
  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: 1rem;
  border-radius: calc(0.4375rem - 1px);
}

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

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

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

.card-group > .card {
  margin-bottom: 0.5rem;
}

@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;
  }
}
.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1rem 1.25rem;
  font-size: 0.75rem;
  color: #7a878e;
  text-align: left;
  background-color: #fff;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out, border-color 0.25s ease-in-out, box-shadow 0.25s ease-in-out, border-radius 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    transition: none;
  }
}
.accordion-button:not(.collapsed) {
  color: #c6373c;
  background-color: #f9fafc;
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.07);
}

.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23c6373c'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: rotate(-180deg);
}

.accordion-button::after {
  flex-shrink: 0;
  width: 0.75rem;
  height: 0.75rem;
  margin-left: auto;
  content: "";
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%237a878e'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 0.75rem;
  transition: transform 0.2s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .accordion-button::after {
    transition: none;
  }
}
.accordion-button:hover {
  z-index: 2;
}

.accordion-button:focus {
  z-index: 3;
  border-color: #dc3d43;
  outline: 0;
  box-shadow: none;
}

.accordion-header {
  margin-bottom: 0;
}

.accordion-item {
  background-color: #fff;
  border: 0 solid rgba(0, 0, 0, 0.07);
}

.accordion-item:first-of-type {
  border-top-left-radius: 0.4375rem;
  border-top-right-radius: 0.4375rem;
}

.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: 0.4375rem;
  border-top-right-radius: 0.4375rem;
}

.accordion-item:not(:first-of-type) {
  border-top: 0;
}

.accordion-item:last-of-type {
  border-bottom-right-radius: 0.4375rem;
  border-bottom-left-radius: 0.4375rem;
}

.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: 0.4375rem;
  border-bottom-left-radius: 0.4375rem;
}

.accordion-item:last-of-type .accordion-collapse {
  border-bottom-right-radius: 0.4375rem;
  border-bottom-left-radius: 0.4375rem;
}

.accordion-body {
  padding: 1rem 1.25rem;
}

.accordion-flush .accordion-collapse {
  border-width: 0;
}

.accordion-flush .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

.accordion-flush .accordion-item:first-child {
  border-top: 0;
}

.accordion-flush .accordion-item:last-child {
  border-bottom: 0;
}

.accordion-flush .accordion-item .accordion-button {
  border-radius: 0;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0;
  margin-bottom: 1rem;
  list-style: none;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}

.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #7a878e;
  content: var(--bs-breadcrumb-divider, ">");
}

.breadcrumb-item.active {
  color: #7a878e;
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
}

.page-link {
  position: relative;
  display: block;
  color: #7a878e;
  text-decoration: none;
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.07);
  transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

@media (prefers-reduced-motion: reduce) {
  .page-link {
    transition: none;
  }
}
.page-link:hover {
  z-index: 2;
  color: #fff;
  text-decoration: none;
  background-color: #b03136;
  border-color: #b03136;
}

.page-link:focus {
  z-index: 3;
  color: #fff;
  background-color: #842528;
  outline: 0;
  box-shadow: 0 0 0.5rem 0 rgba(0, 0, 0, 0.125);
}

.page-item:not(:first-child) .page-link {
  margin-left: -1px;
}

.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #dc3d43;
  border-color: #dc3d43;
}

.page-item.disabled .page-link {
  color: rgba(122, 135, 142, 0.5);
  pointer-events: none;
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.07);
}

.page-link {
  padding: 0.375rem 0.75rem;
}

.page-item:first-child .page-link {
  border-top-left-radius: 0.4375rem;
  border-bottom-left-radius: 0.4375rem;
}

.page-item:last-child .page-link {
  border-top-right-radius: 0.4375rem;
  border-bottom-right-radius: 0.4375rem;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 0.9375rem;
}

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.5625rem;
  border-bottom-left-radius: 0.5625rem;
}

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.5625rem;
  border-bottom-right-radius: 0.5625rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.65625rem;
}

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.3125rem;
  border-bottom-left-radius: 0.3125rem;
}

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.3125rem;
  border-bottom-right-radius: 0.3125rem;
}

.badge {
  display: inline-block;
  padding: 0.35em 0.65em;
  font-size: 0.75em;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.4375rem;
}

.badge:empty {
  display: none;
}

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

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

.alert-heading {
  color: inherit;
}

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

.alert-dismissible {
  padding-right: 3rem;
}

.alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 1.25rem 1rem;
}

.alert-primary {
  color: #842528;
  background-color: #f8d8d9;
  border-color: #f6cfd0;
}

.alert-primary .alert-link {
  color: #6a1e20;
}

.alert-secondary {
  color: #17645c;
  background-color: #d4edeb;
  border-color: #c9e9e6;
}

.alert-secondary .alert-link {
  color: #12504a;
}

.alert-success {
  color: #5f7a1c;
  background-color: #ecf5d5;
  border-color: #e7f2cb;
}

.alert-success .alert-link {
  color: #4c6216;
}

.alert-info {
  color: #026592;
  background-color: #cdeefd;
  border-color: #c0eafc;
}

.alert-info .alert-link {
  color: #025175;
}

.alert-warning {
  color: #965f10;
  background-color: #feecd1;
  border-color: #fee7c6;
}

.alert-warning .alert-link {
  color: #784c0d;
}

.alert-danger {
  color: #863429;
  background-color: #f9ddda;
  border-color: #f7d5d1;
}

.alert-danger .alert-link {
  color: #6b2a21;
}

.alert-light {
  color: #878b90;
  background-color: #f9fafc;
  border-color: #f8f9fb;
}

.alert-light .alert-link {
  color: #6c6f73;
}

.alert-dark {
  color: #212428;
  background-color: #d7d8d9;
  border-color: #cdced0;
}

.alert-dark .alert-link {
  color: #1a1d20;
}

@keyframes progress-bar-stripes {
  0% {
    background-position-x: 0.5rem;
  }
}
.progress {
  display: flex;
  height: 0.5rem;
  overflow: hidden;
  font-size: 0.5625rem;
  background-color: rgba(55, 60, 67, 0.075);
  border-radius: 0.4375rem;
  box-shadow: inset 0 1px 2px rgba(55, 60, 67, 0.075);
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #dc3d43;
  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: 0.5rem 0.5rem;
}

.progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes;
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    animation: none;
  }
}
.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.4375rem;
}

.list-group-numbered {
  list-style-type: none;
  counter-reset: section;
}

.list-group-numbered > li::before {
  content: counters(section, ".") ". ";
  counter-increment: section;
}

.list-group-item-action {
  width: 100%;
  color: #b4b9c0;
  text-align: inherit;
}

.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #7a878e;
  text-decoration: none;
  background-color: #f2f4f8;
}

.list-group-item-action:active {
  color: #373c43;
  background-color: #edf1f6;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.5rem 1rem;
  color: #7a878e;
  text-decoration: none;
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.07);
}

.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: #cbd0d8;
  pointer-events: none;
  background-color: transparent;
}

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #dc3d43;
  border-color: #dc3d43;
}

.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.4375rem;
  border-top-right-radius: 0;
}

.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 0.4375rem;
  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.4375rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 0.4375rem;
    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.4375rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0.4375rem;
    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.4375rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0.4375rem;
    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.4375rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 0.4375rem;
    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;
  }
}
@media (min-width: 1400px) {
  .list-group-horizontal-xxl {
    flex-direction: row;
  }
  .list-group-horizontal-xxl > .list-group-item:first-child {
    border-bottom-left-radius: 0.4375rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item:last-child {
    border-top-right-radius: 0.4375rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xxl > .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: #842528;
  background-color: #f5c5c7;
}

.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #842528;
  background-color: #ddb1b3;
}

.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #842528;
  border-color: #842528;
}

.list-group-item-secondary {
  color: #17645c;
  background-color: #bee4e1;
}

.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #17645c;
  background-color: #abcdcb;
}

.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #17645c;
  border-color: #17645c;
}

.list-group-item-success {
  color: #5f7a1c;
  background-color: #e2f0c0;
}

.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #5f7a1c;
  background-color: #cbd8ad;
}

.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #5f7a1c;
  border-color: #5f7a1c;
}

.list-group-item-info {
  color: #026592;
  background-color: #b3e5fc;
}

.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #026592;
  background-color: #a1cee3;
}

.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #026592;
  border-color: #026592;
}

.list-group-item-warning {
  color: #965f10;
  background-color: #fee2bb;
}

.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #965f10;
  background-color: #e5cba8;
}

.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #965f10;
  border-color: #965f10;
}

.list-group-item-danger {
  color: #863429;
  background-color: #f5ccc7;
}

.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #863429;
  background-color: #ddb8b3;
}

.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #863429;
  border-color: #863429;
}

.list-group-item-light {
  color: #878b90;
  background-color: #f6f8fb;
}

.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #878b90;
  background-color: #dddfe2;
}

.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #878b90;
  border-color: #878b90;
}

.list-group-item-dark {
  color: #212428;
  background-color: #c3c5c7;
}

.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #212428;
  background-color: #b0b1b3;
}

.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #212428;
  border-color: #212428;
}

.btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: #373c43;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23373c43'%3e%3cpath d='m3.786 2.375-1.411 1.411 4.214 4.214-4.214 4.214 1.411 1.411 4.214-4.214 4.214 4.214 1.411-1.411-4.214-4.214 4.214-4.214-1.411-1.411-4.214 4.214z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  border: 0;
  border-radius: 0.4375rem;
  opacity: 0.5;
}

.btn-close:hover {
  color: #373c43;
  text-decoration: none;
  opacity: 0.75;
}

.btn-close:focus {
  outline: 0;
  box-shadow: 0 0 0.5rem 0 rgba(0, 0, 0, 0.125);
  opacity: 1;
}

.btn-close:disabled, .btn-close.disabled {
  pointer-events: none;
  user-select: none;
  opacity: 0.25;
}

.btn-close-white {
  filter: invert(1) grayscale(100%) brightness(200%);
}

.toast {
  width: 350px;
  max-width: 100%;
  font-size: 0.875rem;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid transparent;
  box-shadow: 0 0.5rem 1rem 0rem rgba(105, 96, 215, 0.2);
  border-radius: 0.4375rem;
}

.toast.showing {
  opacity: 0;
}

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

.toast-container {
  width: max-content;
  max-width: 100%;
  pointer-events: none;
}

.toast-container > :not(:last-child) {
  margin-bottom: 0.5rem;
}

.toast-header {
  display: flex;
  align-items: center;
  padding: 0.5rem 0.75rem;
  color: #373c43;
  background-color: transparent;
  background-clip: padding-box;
  border-bottom: 1px solid transparent;
  border-top-left-radius: calc(0.4375rem - 1px);
  border-top-right-radius: calc(0.4375rem - 1px);
}

.toast-header .btn-close {
  margin-right: -0.375rem;
  margin-left: 0.75rem;
}

.toast-body {
  padding: 0.75rem;
  word-wrap: break-word;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1055;
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  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 {
  height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.07);
  border-radius: 0.4375rem;
  box-shadow: 0 0.125rem 0.25rem rgba(55, 60, 67, 0.075);
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  width: 100vw;
  height: 100vh;
  background-color: #373c43;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.65;
}

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  border-top-left-radius: calc(0.4375rem - 1px);
  border-top-right-radius: calc(0.4375rem - 1px);
}

.modal-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin: -0.5rem -0.5rem -0.5rem auto;
}

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

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

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
  border-bottom-right-radius: calc(0.4375rem - 1px);
  border-bottom-left-radius: calc(0.4375rem - 1px);
}

.modal-footer > * {
  margin: 0.25rem;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-content {
    box-shadow: 0 0.5rem 1rem rgba(55, 60, 67, 0.15);
  }
  .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;
  }
}
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}

.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}

.modal-fullscreen .modal-header {
  border-radius: 0;
}

.modal-fullscreen .modal-body {
  overflow-y: auto;
}

.modal-fullscreen .modal-footer {
  border-radius: 0;
}

@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
}
.tooltip {
  position: absolute;
  z-index: 1080;
  display: block;
  margin: 0;
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  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.65625rem;
  word-wrap: break-word;
  opacity: 0;
}

.tooltip.show {
  opacity: 0.9;
}

.tooltip .tooltip-arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[data-popper-placement^=top] {
  padding: 0.4rem 0;
}

.bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow {
  bottom: 0;
}

.bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
  top: -1px;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #373c43;
}

.bs-tooltip-end, .bs-tooltip-auto[data-popper-placement^=right] {
  padding: 0 0.4rem;
}

.bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
  right: -1px;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #373c43;
}

.bs-tooltip-bottom, .bs-tooltip-auto[data-popper-placement^=bottom] {
  padding: 0.4rem 0;
}

.bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow {
  top: 0;
}

.bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #373c43;
}

.bs-tooltip-start, .bs-tooltip-auto[data-popper-placement^=left] {
  padding: 0 0.4rem;
}

.bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
  left: -1px;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #373c43;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.5rem 0.75rem;
  color: #fff;
  text-align: center;
  background-color: #373c43;
  border-radius: 0.4375rem;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1070;
  display: block;
  max-width: 276px;
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  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.65625rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.07);
  border-radius: 0.4375rem;
  box-shadow: 0 0.5rem 1rem 0rem rgba(105, 96, 215, 0.2);
}

.popover .popover-arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
}

.popover .popover-arrow::before, .popover .popover-arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top > .popover-arrow, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow {
  bottom: calc(-0.5rem - 1px);
}

.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.07);
}

.bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

.bs-popover-end > .popover-arrow, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
}

.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.07);
}

.bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

.bs-popover-bottom > .popover-arrow, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow {
  top: calc(-0.5rem - 1px);
}

.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.07);
}

.bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}

.bs-popover-bottom .popover-header::before, .bs-popover-auto[data-popper-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid rgba(55, 60, 67, 0.03);
}

.bs-popover-start > .popover-arrow, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
}

.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.07);
}

.bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 0.75rem;
  color: #373c43;
  background-color: rgba(55, 60, 67, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  border-top-left-radius: calc(0.4375rem - 1px);
  border-top-right-radius: calc(0.4375rem - 1px);
}

.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 1rem 1rem;
  color: #7a878e;
}

.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%;
  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;
}

/* rtl:begin:ignore */
.carousel-item-next:not(.carousel-item-start),
.active.carousel-item-end {
  transform: translateX(100%);
}

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

/* rtl:end:ignore */
.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end {
  z-index: 1;
  opacity: 1;
}

.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-start,
  .carousel-fade .active.carousel-item-end {
    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%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  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: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}

/* rtl:options: {
  "autoRename": true,
  "stringMap":[ {
    "name"    : "prev-next",
    "search"  : "prev",
    "replace" : "next"
  } ]
} */
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  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 [data-bs-target] {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
}

.carousel-dark .carousel-control-prev-icon,
.carousel-dark .carousel-control-next-icon {
  filter: invert(1) grayscale(100);
}

.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #373c43;
}

.carousel-dark .carousel-caption {
  color: #373c43;
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: 0.75s linear infinite spinner-border;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  animation: 0.75s linear infinite spinner-grow;
}

.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
  .spinner-grow {
    animation-duration: 1.5s;
  }
}
.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: 1045;
  display: flex;
  flex-direction: column;
  max-width: 100%;
  visibility: hidden;
  background-color: #fff;
  background-clip: padding-box;
  outline: 0;
  box-shadow: 0 0.125rem 0.25rem rgba(55, 60, 67, 0.075);
  transition: transform 0.3s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .offcanvas {
    transition: none;
  }
}
.offcanvas-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #373c43;
}

.offcanvas-backdrop.fade {
  opacity: 0;
}

.offcanvas-backdrop.show {
  opacity: 0.65;
}

.offcanvas-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
}

.offcanvas-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin-top: -0.5rem;
  margin-right: -0.5rem;
  margin-bottom: -0.5rem;
}

.offcanvas-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.offcanvas-body {
  flex-grow: 1;
  padding: 1rem 1rem;
  overflow-y: auto;
}

.offcanvas-start {
  top: 0;
  left: 0;
  width: 400px;
  border-right: 1px solid rgba(0, 0, 0, 0.07);
  transform: translateX(-100%);
}

.offcanvas-end {
  top: 0;
  right: 0;
  width: 400px;
  border-left: 1px solid rgba(0, 0, 0, 0.07);
  transform: translateX(100%);
}

.offcanvas-top {
  top: 0;
  right: 0;
  left: 0;
  height: 30vh;
  max-height: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  transform: translateY(-100%);
}

.offcanvas-bottom {
  right: 0;
  left: 0;
  height: 30vh;
  max-height: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
  transform: translateY(100%);
}

.offcanvas.show {
  transform: none;
}

.placeholder {
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  cursor: wait;
  background-color: currentColor;
  opacity: 0.5;
}

.placeholder.btn::before {
  display: inline-block;
  content: "";
}

.placeholder-xs {
  min-height: 0.6em;
}

.placeholder-sm {
  min-height: 0.8em;
}

.placeholder-lg {
  min-height: 1.2em;
}

.placeholder-glow .placeholder {
  animation: placeholder-glow 2s ease-in-out infinite;
}

@keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}
.placeholder-wave {
  mask-image: linear-gradient(130deg, #373c43 55%, rgba(0, 0, 0, 0.8) 75%, #373c43 95%);
  mask-size: 200% 100%;
  animation: placeholder-wave 2s linear infinite;
}

@keyframes placeholder-wave {
  100% {
    mask-position: -200% 0%;
  }
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.link-primary {
  color: #dc3d43;
}

.link-primary:hover, .link-primary:focus {
  color: #8f282c;
}

.link-secondary {
  color: #26a69a;
}

.link-secondary:hover, .link-secondary:focus {
  color: #00008B;
}

.link-success {
  color: #9FCC2E;
}

.link-success:hover, .link-success:focus {
  color: #67851e;
}

.link-info {
  color: #03a9f4;
}

.link-info:hover, .link-info:focus {
  color: #026e9f;
}

.link-warning {
  color: #fa9f1b;
}

.link-warning:hover, .link-warning:focus {
  color: #a36712;
}

.link-danger {
  color: #df5645;
}

.link-danger:hover, .link-danger:focus {
  color: #91382d;
}

.link-light {
  color: #e1e7f0;
}

.link-light:hover, .link-light:focus {
  color: #eceff5;
}

.link-dark {
  color: #373c43;
}

.link-dark:hover, .link-dark:focus {
  color: #24272c;
}

.ratio {
  position: relative;
  width: 100%;
}

.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}

.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ratio-1x1 {
  --bs-aspect-ratio: 100%;
}

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

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

.ratio-21x9 {
  --bs-aspect-ratio: calc(9 / 21 * 100%);
}

.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;
}

.sticky-top {
  position: sticky;
  top: 0;
  z-index: 1020;
}

@media (min-width: 576px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1400px) {
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
}

.vstack {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-self: stretch;
}

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

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

.vr {
  display: inline-block;
  align-self: stretch;
  width: 1px;
  min-height: 1em;
  background-color: currentColor;
  opacity: 0.25;
}

.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;
}

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

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

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

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

.opacity-25 {
  opacity: 0.25 !important;
}

.opacity-50 {
  opacity: 0.5 !important;
}

.opacity-75 {
  opacity: 0.75 !important;
}

.opacity-100 {
  opacity: 1 !important;
}

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

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

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

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

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

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

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

.d-grid {
  display: grid !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;
}

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

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(55, 60, 67, 0.15) !important;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(55, 60, 67, 0.075) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(55, 60, 67, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

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

.top-50 {
  top: 50% !important;
}

.top-100 {
  top: 100% !important;
}

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

.bottom-50 {
  bottom: 50% !important;
}

.bottom-100 {
  bottom: 100% !important;
}

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

.start-50 {
  left: 50% !important;
}

.start-100 {
  left: 100% !important;
}

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

.end-50 {
  right: 50% !important;
}

.end-100 {
  right: 100% !important;
}

.translate-middle {
  transform: translate(-50%, -50%) !important;
}

.translate-middle-x {
  transform: translateX(-50%) !important;
}

.translate-middle-y {
  transform: translateY(-50%) !important;
}

.border {
  border: 1px solid rgba(0, 0, 0, 0.07) !important;
}

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

.border-top {
  border-top: 1px solid rgba(0, 0, 0, 0.07) !important;
}

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

.border-end {
  border-right: 1px solid rgba(0, 0, 0, 0.07) !important;
}

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

.border-bottom {
  border-bottom: 1px solid rgba(0, 0, 0, 0.07) !important;
}

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

.border-start {
  border-left: 1px solid rgba(0, 0, 0, 0.07) !important;
}

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

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

.border-secondary {
  border-color: #26a69a !important;
}

.border-success {
  border-color: #9FCC2E !important;
}

.border-info {
  border-color: #03a9f4 !important;
}

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

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

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

.border-dark {
  border-color: #373c43 !important;
}

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

.border-1 {
  border-width: 1px !important;
}

.border-2 {
  border-width: 2px !important;
}

.border-3 {
  border-width: 3px !important;
}

.border-4 {
  border-width: 4px !important;
}

.border-5 {
  border-width: 5px !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.vw-100 {
  width: 100vw !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mh-100 {
  max-height: 100% !important;
}

.vh-100 {
  height: 100vh !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

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

.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-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;
}

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

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

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

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

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

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

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

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

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

.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;
}

.justify-content-evenly {
  justify-content: space-evenly !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;
}

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

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

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

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

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

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

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

.order-last {
  order: 6 !important;
}

.m-0 {
  margin: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.mt-auto {
  margin-top: auto !important;
}

.me-0 {
  margin-right: 0 !important;
}

.me-1 {
  margin-right: 0.25rem !important;
}

.me-2 {
  margin-right: 0.5rem !important;
}

.me-3 {
  margin-right: 1rem !important;
}

.me-4 {
  margin-right: 1.5rem !important;
}

.me-5 {
  margin-right: 3rem !important;
}

.me-auto {
  margin-right: auto !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ms-0 {
  margin-left: 0 !important;
}

.ms-1 {
  margin-left: 0.25rem !important;
}

.ms-2 {
  margin-left: 0.5rem !important;
}

.ms-3 {
  margin-left: 1rem !important;
}

.ms-4 {
  margin-left: 1.5rem !important;
}

.ms-5 {
  margin-left: 3rem !important;
}

.ms-auto {
  margin-left: auto !important;
}

.p-0 {
  padding: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

.pe-0 {
  padding-right: 0 !important;
}

.pe-1 {
  padding-right: 0.25rem !important;
}

.pe-2 {
  padding-right: 0.5rem !important;
}

.pe-3 {
  padding-right: 1rem !important;
}

.pe-4 {
  padding-right: 1.5rem !important;
}

.pe-5 {
  padding-right: 3rem !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.ps-0 {
  padding-left: 0 !important;
}

.ps-1 {
  padding-left: 0.25rem !important;
}

.ps-2 {
  padding-left: 0.5rem !important;
}

.ps-3 {
  padding-left: 1rem !important;
}

.ps-4 {
  padding-left: 1.5rem !important;
}

.ps-5 {
  padding-left: 3rem !important;
}

.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}

.fs-1 {
  font-size: calc(1.3125rem + 0.75vw) !important;
}

.fs-2 {
  font-size: calc(1.275rem + 0.3vw) !important;
}

.fs-3 {
  font-size: calc(1.25625rem + 0.075vw) !important;
}

.fs-4 {
  font-size: 1.125rem !important;
}

.fs-5 {
  font-size: 0.9375rem !important;
}

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

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

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

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

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

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

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

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

.lh-1 {
  line-height: 1 !important;
}

.lh-sm {
  line-height: 1.25 !important;
}

.lh-base {
  line-height: 1.5 !important;
}

.lh-lg {
  line-height: 2 !important;
}

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

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

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

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

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

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

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

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

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

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

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

/* rtl:begin:remove */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

/* rtl:end:remove */
.text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}

.text-secondary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}

.text-success {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}

.text-info {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
}

.text-warning {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
}

.text-danger {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}

.text-light {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;
}

.text-dark {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
}

.text-black {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}

.text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}

.text-body {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-body-rgb), var(--bs-text-opacity)) !important;
}

.text-muted {
  --bs-text-opacity: 1;
  color: #a8b1b8 !important;
}

.text-black-50 {
  --bs-text-opacity: 1;
  color: rgba(55, 60, 67, 0.5) !important;
}

.text-white-50 {
  --bs-text-opacity: 1;
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-reset {
  --bs-text-opacity: 1;
  color: inherit !important;
}

.text-opacity-25 {
  --bs-text-opacity: 0.25;
}

.text-opacity-50 {
  --bs-text-opacity: 0.5;
}

.text-opacity-75 {
  --bs-text-opacity: 0.75;
}

.text-opacity-100 {
  --bs-text-opacity: 1;
}

.bg-primary {
  --bs-bg-opacity: 1;
  background-color: #0000CD !important;
}

.bg-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-success {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
}

.bg-info {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
}

.bg-warning {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important;
}

.bg-danger {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
}

.bg-light {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}

.bg-dark {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}

.bg-black {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
}

.bg-white {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}

.bg-body {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-body-rgb), var(--bs-bg-opacity)) !important;
}

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

.bg-opacity-10 {
  --bs-bg-opacity: 0.1;
}

.bg-opacity-25 {
  --bs-bg-opacity: 0.25;
}

.bg-opacity-50 {
  --bs-bg-opacity: 0.5;
}

.bg-opacity-75 {
  --bs-bg-opacity: 0.75;
}

.bg-opacity-100 {
  --bs-bg-opacity: 1;
}

.bg-gradient {
  background-image: var(--bs-gradient) !important;
}

.user-select-all {
  user-select: all !important;
}

.user-select-auto {
  user-select: auto !important;
}

.user-select-none {
  user-select: none !important;
}

.pe-none {
  pointer-events: none !important;
}

.pe-auto {
  pointer-events: auto !important;
}

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

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

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

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

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

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

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

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

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

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

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

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

.w-auto {
  width: auto !important;
}

.w-160px {
  width: 160px !important;
}

.w-200px {
  width: 200px !important;
}

.w-250px {
  width: 250px !important;
}

.w-300px {
  width: 300px !important;
}

.w-350px {
  width: 350px !important;
}

.w-400px {
  width: 400px !important;
}

.w-450px {
  width: 450px !important;
}

.min-w-0 {
  min-width: 0 !important;
}

.min-h-0 {
  min-height: 0 !important;
}

@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }
  .float-sm-end {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !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;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .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-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;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-sm-0 {
    gap: 0 !important;
  }
  .gap-sm-1 {
    gap: 0.25rem !important;
  }
  .gap-sm-2 {
    gap: 0.5rem !important;
  }
  .gap-sm-3 {
    gap: 1rem !important;
  }
  .gap-sm-4 {
    gap: 1.5rem !important;
  }
  .gap-sm-5 {
    gap: 3rem !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;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !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;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
  .text-sm-start {
    text-align: left !important;
  }
  .text-sm-end {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
  .w-sm-auto {
    width: auto !important;
  }
  .w-sm-160px {
    width: 160px !important;
  }
  .w-sm-200px {
    width: 200px !important;
  }
  .w-sm-250px {
    width: 250px !important;
  }
  .w-sm-300px {
    width: 300px !important;
  }
  .w-sm-350px {
    width: 350px !important;
  }
  .w-sm-400px {
    width: 400px !important;
  }
  .w-sm-450px {
    width: 450px !important;
  }
}
@media (min-width: 768px) {
  .float-md-start {
    float: left !important;
  }
  .float-md-end {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !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;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .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-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;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-md-0 {
    gap: 0 !important;
  }
  .gap-md-1 {
    gap: 0.25rem !important;
  }
  .gap-md-2 {
    gap: 0.5rem !important;
  }
  .gap-md-3 {
    gap: 1rem !important;
  }
  .gap-md-4 {
    gap: 1.5rem !important;
  }
  .gap-md-5 {
    gap: 3rem !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;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !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;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .me-md-3 {
    margin-right: 1rem !important;
  }
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .me-md-5 {
    margin-right: 3rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .ps-md-5 {
    padding-left: 3rem !important;
  }
  .text-md-start {
    text-align: left !important;
  }
  .text-md-end {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
  .w-md-auto {
    width: auto !important;
  }
  .w-md-160px {
    width: 160px !important;
  }
  .w-md-200px {
    width: 200px !important;
  }
  .w-md-250px {
    width: 250px !important;
  }
  .w-md-300px {
    width: 300px !important;
  }
  .w-md-350px {
    width: 350px !important;
  }
  .w-md-400px {
    width: 400px !important;
  }
  .w-md-450px {
    width: 450px !important;
  }
}
@media (min-width: 992px) {
  .float-lg-start {
    float: left !important;
  }
  .float-lg-end {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !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;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .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-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;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-lg-0 {
    gap: 0 !important;
  }
  .gap-lg-1 {
    gap: 0.25rem !important;
  }
  .gap-lg-2 {
    gap: 0.5rem !important;
  }
  .gap-lg-3 {
    gap: 1rem !important;
  }
  .gap-lg-4 {
    gap: 1.5rem !important;
  }
  .gap-lg-5 {
    gap: 3rem !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;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !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;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
  .text-lg-start {
    text-align: left !important;
  }
  .text-lg-end {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
  .w-lg-auto {
    width: auto !important;
  }
  .w-lg-160px {
    width: 160px !important;
  }
  .w-lg-200px {
    width: 200px !important;
  }
  .w-lg-250px {
    width: 250px !important;
  }
  .w-lg-300px {
    width: 300px !important;
  }
  .w-lg-350px {
    width: 350px !important;
  }
  .w-lg-400px {
    width: 400px !important;
  }
  .w-lg-450px {
    width: 450px !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important;
  }
  .float-xl-end {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !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;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .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-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;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-xl-0 {
    gap: 0 !important;
  }
  .gap-xl-1 {
    gap: 0.25rem !important;
  }
  .gap-xl-2 {
    gap: 0.5rem !important;
  }
  .gap-xl-3 {
    gap: 1rem !important;
  }
  .gap-xl-4 {
    gap: 1.5rem !important;
  }
  .gap-xl-5 {
    gap: 3rem !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;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !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;
  }
  .order-xl-first {
    order: -1 !important;
  }
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
  .order-xl-last {
    order: 6 !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xl-5 {
    margin-right: 3rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xl-5 {
    margin-left: 3rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
  .text-xl-start {
    text-align: left !important;
  }
  .text-xl-end {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
  .w-xl-auto {
    width: auto !important;
  }
  .w-xl-160px {
    width: 160px !important;
  }
  .w-xl-200px {
    width: 200px !important;
  }
  .w-xl-250px {
    width: 250px !important;
  }
  .w-xl-300px {
    width: 300px !important;
  }
  .w-xl-350px {
    width: 350px !important;
  }
  .w-xl-400px {
    width: 400px !important;
  }
  .w-xl-450px {
    width: 450px !important;
  }
}
@media (min-width: 1400px) {
  .float-xxl-start {
    float: left !important;
  }
  .float-xxl-end {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-xxl-0 {
    gap: 0 !important;
  }
  .gap-xxl-1 {
    gap: 0.25rem !important;
  }
  .gap-xxl-2 {
    gap: 0.5rem !important;
  }
  .gap-xxl-3 {
    gap: 1rem !important;
  }
  .gap-xxl-4 {
    gap: 1.5rem !important;
  }
  .gap-xxl-5 {
    gap: 3rem !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  .order-xxl-first {
    order: -1 !important;
  }
  .order-xxl-0 {
    order: 0 !important;
  }
  .order-xxl-1 {
    order: 1 !important;
  }
  .order-xxl-2 {
    order: 2 !important;
  }
  .order-xxl-3 {
    order: 3 !important;
  }
  .order-xxl-4 {
    order: 4 !important;
  }
  .order-xxl-5 {
    order: 5 !important;
  }
  .order-xxl-last {
    order: 6 !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xxl-3 {
    margin-right: 1rem !important;
  }
  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xxl-5 {
    margin-right: 3rem !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
  .text-xxl-start {
    text-align: left !important;
  }
  .text-xxl-end {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
  .w-xxl-auto {
    width: auto !important;
  }
  .w-xxl-160px {
    width: 160px !important;
  }
  .w-xxl-200px {
    width: 200px !important;
  }
  .w-xxl-250px {
    width: 250px !important;
  }
  .w-xxl-300px {
    width: 300px !important;
  }
  .w-xxl-350px {
    width: 350px !important;
  }
  .w-xxl-400px {
    width: 400px !important;
  }
  .w-xxl-450px {
    width: 450px !important;
  }
}
@media (min-width: 1200px) {
  .fs-1 {
    font-size: 1.875rem !important;
  }
  .fs-2 {
    font-size: 1.5rem !important;
  }
  .fs-3 {
    font-size: 1.3125rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !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;
  }
  .d-print-none {
    display: none !important;
  }
}
/* -- IMAGES -- */
/* ---------------------------------------------- */
.img-xs {
  width: 1.75rem;
  height: 1.75rem;
}

.img-sm {
  width: 2.25rem;
  height: 2.25rem;
}

.img-md {
  width: 4rem;
  height: 4rem;
}

.img-lg {
  width: 6rem;
  height: 6rem;
}

.img-xl {
  width: 8rem;
  height: 8rem;
}

.img-xxl {
  width: 16rem;
  height: 16rem;
}

/* -- TABLES -- */
/* ---------------------------------------------- */
.table {
  border-collapse: separate;
  border-radius: 0.4375rem;
  border-spacing: 0;
  overflow: hidden;
  --bs-table-color: #7a878e;
  --bs-table-border-color: #f0f3f8;
  --bs-table-head-border-color: currentColor;
}

.table:not(.table-borderless):not(.table-bordered) > :not(:last-child) > :last-child > * {
  border-bottom-width: 2px;
}

.table > :not(.caption) > *:last-child > * {
  border-bottom-width: 0;
}

.table thead th {
  color: var(--bs-headings-color);
}

.table td:first-child, .table th:first-child {
  padding-left: 8px;
}

.table td:last-child, .table th:last-child {
  padding-right: 8px;
}

.table tr:first-child th, .table tr:first-child td {
  border-top: 0;
}

.table > :not(:last-child) > :last-child > * {
  border-bottom-color: currentColor;
}

.table-bordered {
  border-collapse: collapse;
}

.table-separate {
  border-spacing: 0 0.5rem;
  overflow: visible;
}

.table-separate td, .table-separate th {
  background-color: rgba(55, 60, 67, 0.035);
  border: 0;
}

.table-separate td:first-child, .table-separate th:first-child {
  border-top-left-radius: 0.4375rem;
  border-bottom-left-radius: 0.4375rem;
}

.table-separate td:last-child, .table-separate th:last-child {
  border-top-right-radius: 0.4375rem;
  border-bottom-right-radius: 0.4375rem;
}

.table-separate .bg-transparent td, .table-separate .bg-transparent th {
  background-color: transparent !important;
  color: #7a878e;
}

.table-primary > :not(:last-child) > :last-child > * {
  border-bottom-color: #f9e0e1;
}

.table-primary.table-separate td, .table-primary.table-separate th {
  background-color: var(--bs-table-bg);
}

.table-secondary > :not(:last-child) > :last-child > * {
  border-bottom-color: #ddf1ef;
}

.table-secondary.table-separate td, .table-secondary.table-separate th {
  background-color: var(--bs-table-bg);
}

.table-success > :not(:last-child) > :last-child > * {
  border-bottom-color: #f0f7dd;
}

.table-success.table-separate td, .table-success.table-separate th {
  background-color: var(--bs-table-bg);
}

.table-info > :not(:last-child) > :last-child > * {
  border-bottom-color: #d7f1fd;
}

.table-info.table-separate td, .table-info.table-separate th {
  background-color: var(--bs-table-bg);
}

.table-warning > :not(:last-child) > :last-child > * {
  border-bottom-color: #fef0da;
}

.table-warning.table-separate td, .table-warning.table-separate th {
  background-color: var(--bs-table-bg);
}

.table-danger > :not(:last-child) > :last-child > * {
  border-bottom-color: #fae4e1;
}

.table-danger.table-separate td, .table-danger.table-separate th {
  background-color: var(--bs-table-bg);
}

.table-light > :not(:last-child) > :last-child > * {
  border-bottom-color: #e7ecf3;
}

.table-light.table-separate td, .table-light.table-separate th {
  background-color: var(--bs-table-bg);
}

.table-dark > :not(:last-child) > :last-child > * {
  border-bottom-color: #5f6369;
}

.table-dark.table-separate td, .table-dark.table-separate th {
  background-color: var(--bs-table-bg);
}

/* -- TOOLBARS -- */
/* ---------------------------------------------- */
.toolbar-start {
  margin-bottom: 0.75rem;
}

.toolbar-end {
  align-items: center;
  display: inline-flex;
  flex-direction: row;
}

.toolbar-end > :not(:first-child) {
  margin-left: 0.625rem;
}

@media (min-width: 768px) {
  .toolbar {
    align-items: center;
    display: flex;
  }
  .toolbar-start {
    flex: 1 1 0;
    margin-bottom: 0;
  }
}
/* -- TYPOGRAPHY -- */
/* ---------------------------------------------- */
/* Font weight */
/* ---------------------------------------------- */
.fw-semibold {
  font-weight: 500;
}

/* Blockquote */
/* ---------------------------------------------- */
.blockquote .quote:before, .blockquote .quote:after {
  display: inline-block;
  content: "“";
  font-size: 350%;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  height: 0.25em;
  line-height: 1ex;
  vertical-align: middle;
  margin-inline-end: 2%;
  opacity: 0.55;
}

.blockquote .quote:after {
  content: "”";
  line-height: 1.7ex;
  margin-inline: 2% 0;
}

/* -- FORMS -- */
/* ---------------------------------------------- */
.form-control, .form-select {
  box-shadow: none;
}

.form-control-plaintext {
  outline: none !important;
}

.form-control-color {
  max-width: 2.5rem;
}

.form-check-input, .form-check-input:focus {
  transition: box-shadow 0.35s;
}

.form-control.bg-transparent::placeholder {
  color: inherit;
  opacity: 0.55;
}

/* -- FORM CHECK -- */
/* ---------------------------------------------- */
.form-check-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.form-switch .form-check-input {
  background-color: #b4b9c0;
  border-color: #b4b9c0;
  cursor: pointer;
  height: 1.35em;
  margin-top: 0;
  position: relative;
  top: 0.5625rem;
  transform: translateY(calc(-50% + 1px));
  transition: background 0.35s !important;
  user-select: none;
}

.form-switch .form-check-input:checked {
  background-color: #0000CD;
  border-color: #0000CD;
}

.form-select option[selected=true] {
  color: #373c43;
  font-weight: bold;
}

/* -- INPUT GROUP -- */
/* ---------------------------------------------- */
.input-group.rounded-pill > :first-child {
  border-top-left-radius: 50rem;
  border-bottom-left-radius: 50rem;
}

.input-group.rounded-pill > :last-child:not(.dropdown-menu), .input-group.rounded-pill > .dropdown-toggle:nth-last-child(2) {
  border-top-right-radius: 50rem;
  border-bottom-right-radius: 50rem;
}

/* -- BADGES -- */
/* ---------------------------------------------- */
.badge-super {
  position: absolute !important;
  inset: 0.15rem auto auto 100% !important;
  transform: translate(max(-0.625rem, -50%), -50%);
  z-index: 1;
}

/* -- BREADCRUMBS -- */
/* ---------------------------------------------- */
.breadcrumb-item > a {
  font-weight: 700;
  text-decoration: none;
  color: #0000CD;
}

.breadcrumb-item > a:hover {
  text-decoration: none;
  text-decoration: none;
  box-shadow: 0 2px;
}

/* -- BUTTONS -- */
/* ---------------------------------------------- */
.btn-primary {
  box-shadow: 0 0 0 #dc3d43, 0 0 0 rgba(55, 60, 67, 0.25);
}

.btn-primary:hover {
  box-shadow: 0 0.1rem 0.5rem rgba(220, 61, 67, 0.5), 0 0.25rem 1rem rgba(55, 60, 67, 0.2);
}

.btn-primary:active {
  box-shadow: 0 0 0.5rem #dc3d43, 0 0 0.75rem rgba(55, 60, 67, 0.2) !important;
}

.btn-primary:focus, .btn-primary:active:focus {
  box-shadow: 0 0 0 1px #00008B, 0 0 0.7rem 0.25rem rgba(0, 0, 255, 0.1) !important;
}

.btn-secondary {
  box-shadow: 0 0 0 #26a69a, 0 0 0 rgba(55, 60, 67, 0.25);
}

.btn-secondary:hover {
  box-shadow: 0 0.1rem 0.5rem rgba(38, 166, 154, 0.5), 0 0.25rem 1rem rgba(55, 60, 67, 0.2);
}

.btn-secondary:active {
  box-shadow: 0 0 0.5rem #26a69a, 0 0 0.75rem rgba(55, 60, 67, 0.2) !important;
}

.btn-secondary:focus, .btn-secondary:active:focus {
  box-shadow: 0 0 0 1px #26a69a, 0 0 0.7rem 0.25rem rgba(38, 166, 154, 0.4) !important;
}

.btn-success {
  box-shadow: 0 0 0 #9FCC2E, 0 0 0 rgba(55, 60, 67, 0.25);
}

.btn-success:hover {
  box-shadow: 0 0.1rem 0.5rem rgba(159, 204, 46, 0.5), 0 0.25rem 1rem rgba(55, 60, 67, 0.2);
}

.btn-success:active {
  box-shadow: 0 0 0.5rem #9FCC2E, 0 0 0.75rem rgba(55, 60, 67, 0.2) !important;
}

.btn-success:focus, .btn-success:active:focus {
  box-shadow: 0 0 0 1px #9FCC2E, 0 0 0.7rem 0.25rem rgba(159, 204, 46, 0.4) !important;
}

.btn-info {
  box-shadow: 0 0 0 #03a9f4, 0 0 0 rgba(55, 60, 67, 0.25);
}

.btn-info:hover {
  box-shadow: 0 0.1rem 0.5rem rgba(3, 169, 244, 0.5), 0 0.25rem 1rem rgba(55, 60, 67, 0.2);
}

.btn-info:active {
  box-shadow: 0 0 0.5rem #03a9f4, 0 0 0.75rem rgba(55, 60, 67, 0.2) !important;
}

.btn-info:focus, .btn-info:active:focus {
  box-shadow: 0 0 0 1px #03a9f4, 0 0 0.7rem 0.25rem rgba(3, 169, 244, 0.4) !important;
}

.btn-warning {
  box-shadow: 0 0 0 #fa9f1b, 0 0 0 rgba(55, 60, 67, 0.25);
}

.btn-warning:hover {
  box-shadow: 0 0.1rem 0.5rem rgba(250, 159, 27, 0.5), 0 0.25rem 1rem rgba(55, 60, 67, 0.2);
}

.btn-warning:active {
  box-shadow: 0 0 0.5rem #fa9f1b, 0 0 0.75rem rgba(55, 60, 67, 0.2) !important;
}

.btn-warning:focus, .btn-warning:active:focus {
  box-shadow: 0 0 0 1px #fa9f1b, 0 0 0.7rem 0.25rem rgba(250, 159, 27, 0.4) !important;
}

.btn-danger {
  box-shadow: 0 0 0 #df5645, 0 0 0 rgba(55, 60, 67, 0.25);
}

.btn-danger:hover {
  box-shadow: 0 0.1rem 0.5rem rgba(223, 86, 69, 0.5), 0 0.25rem 1rem rgba(55, 60, 67, 0.2);
}

.btn-danger:active {
  box-shadow: 0 0 0.5rem #df5645, 0 0 0.75rem rgba(55, 60, 67, 0.2) !important;
}

.btn-danger:focus, .btn-danger:active:focus {
  box-shadow: 0 0 0 1px #df5645, 0 0 0.7rem 0.25rem rgba(223, 86, 69, 0.4) !important;
}

.btn-light {
  box-shadow: 0 0 0 #e1e7f0, 0 0 0 rgba(55, 60, 67, 0.25);
}

.btn-light:hover {
  box-shadow: 0 0.1rem 0.5rem rgba(225, 231, 240, 0.5), 0 0.25rem 1rem rgba(55, 60, 67, 0.2);
}

.btn-light:active {
  box-shadow: 0 0 0.5rem #e1e7f0, 0 0 0.75rem rgba(55, 60, 67, 0.2) !important;
}

.btn-light:focus, .btn-light:active:focus {
  box-shadow: 0 0 0 1px #e1e7f0, 0 0 0.7rem 0.25rem rgba(225, 231, 240, 0.4) !important;
}

.btn-dark {
  box-shadow: 0 0 0 #373c43, 0 0 0 rgba(55, 60, 67, 0.25);
}

.btn-dark:hover {
  box-shadow: 0 0.1rem 0.5rem rgba(55, 60, 67, 0.5), 0 0.25rem 1rem rgba(55, 60, 67, 0.2);
}

.btn-dark:active {
  box-shadow: 0 0 0.5rem #373c43, 0 0 0.75rem rgba(55, 60, 67, 0.2) !important;
}

.btn-dark:focus, .btn-dark:active:focus {
  box-shadow: 0 0 0 1px #373c43, 0 0 0.7rem 0.25rem rgba(55, 60, 67, 0.4) !important;
}

.btn-xs {
  padding: 0.15rem 0.35rem;
  font-size: 0.65625rem;
  border-radius: 0.3125rem;
}

.btn i, .btn .icon {
  user-select: none;
  pointer-events: none;
}

.btn[aria-pressed=true] .icon-active {
  display: unset;
}

.btn[aria-pressed=true] .icon-inactive {
  display: none;
}

.btn[aria-pressed=false] .icon-active {
  display: none;
}

.btn[aria-pressed=false] .icon-inactive {
  display: unset;
}

.btn-outline-light, .btn-outline-light:disabled, .btn-outline-light.disabled {
  color: #7a878e;
}

.btn-icon {
  align-items: center;
  box-sizing: content-box;
  display: inline-flex;
  height: calc(1.1rem + 1.5em);
  justify-content: center;
  padding: 0;
  width: calc(1.1rem + 1.5em);
}

.btn-icon.btn-lg, .btn-group-lg > .btn-icon.btn {
  width: calc(1rem + 1.5em);
  height: calc(1rem + 1.5em);
}

.btn-icon.btn-sm, .btn-group-sm > .btn-icon.btn {
  width: calc(0.9rem + 1.5em);
  height: calc(0.9rem + 1.5em);
}

.btn-icon.btn-xs {
  width: calc(0.9rem + 0.75em);
  height: calc(0.9rem + 0.75em);
}

.btn-link {
  transition-duration: 0s;
}

.btn.bg-transparent:not(.shadow-none):hover {
  box-shadow: none;
}

.btn.bg-transparent:not(.shadow-none):active {
  box-shadow: 0 0 0.75rem rgba(55, 60, 67, 0.2) !important;
}

.btn.bg-transparent:not(.shadow-none):focus {
  box-shadow: 0 0 0.7rem rgba(55, 60, 67, 0.2) !important;
}

.btn-link {
  transition-property: color, background-color;
  box-shadow: none;
  border-radius: 0;
  text-decoration: none !important;
}

.btn-link.text-decoration-underline {
  border-bottom: 1px dotted;
}

.btn-link:where(h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, .h1, .h2, .h3, .h4, .h5, .h6) {
  font-weight: 500;
  color: var(--bs-headings-color);
}

.btn-link:focus {
  box-shadow: 0 1px 0 0 !important;
}

.btn-link:hover, .btn-link:active {
  box-shadow: 0 2px 0 0 !important;
}

.btn-link[class*=text-]:not([class*=text-decoration-]):not([class*=text-truncate]):hover, .btn-link[class*=text-]:not([class*=text-decoration-]):not([class*=text-truncate]):active, .btn-link[class*=text-]:not([class*=text-decoration-]):not([class*=text-truncate]):focus {
  color: var(--bs-primary);
}

.btn-hover:not(:hover):not(:focus):not(:active):not(.active) {
  background-color: transparent !important;
  border-color: transparent !important;
}

.btn-hover:not(:hover):not(:focus):not(:active):not(.active):not(.text-inherit):not([class*=bg-]) {
  color: var(--bs-headings-color);
}

.btn-hover:not(:hover):not(:focus):not(:active):not(.active).text-inherit, .btn-hover:not(:hover):not(:focus):not(:active):not(.active)[class*=bg-] {
  color: inherit !important;
}

/* -- CARDS -- */
/* ---------------------------------------------- */
.card {
  box-shadow: 0 1rem 1rem -0.75rem rgba(105, 96, 215, 0.175);
}

.card:not([class*=border-]) {
  border: 0;
}

.card-header {
  min-height: 3.5rem;
}

.card[class*=bg-] .card-header {
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}

.card[class*=bg-] :where(h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6) {
  color: inherit;
}

.card-header-tabs {
  margin-bottom: -1rem;
}

/* -- DROPDOWN -- */
/* ---------------------------------------------- */
.dropdown-menu {
  display: block;
  margin-bottom: 2.5rem;
  margin-top: 2.5rem;
  opacity: 0;
  pointer-events: none;
  touch-action: none;
  transition-timing-function: linear;
  transition: visibility 0.35s, margin 0.35s ease-in-out, opacity 0.35s, transform 0s linear 0.35s;
  transform: scale(0);
  visibility: hidden;
}

.dropdown-menu.show {
  box-shadow: 0 0.5rem 2rem 0rem rgba(33, 48, 85, 0.31);
  margin: 0 !important;
  opacity: 1;
  pointer-events: visible;
  touch-action: auto;
  transition-timing-function: ease;
  transition: visibility 0.35s, margin 0.35s ease-in-out, opacity 0.35s, transform 0s;
  visibility: visible;
}

.dropdown-menu[data-popper-placement*=top-] {
  top: auto !important;
}

.dropend > .dropdown-menu, .dropstart > .dropdown-menu {
  margin-bottom: 0;
  margin-left: -2.5rem;
  margin-right: -2.5rem;
  margin-top: 0;
}

.dropdown-menu .dropdown-divider {
  background-color: rgba(0, 0, 0, 0.07);
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.dropdown-block-header {
  margin: -0.5rem -0.5rem;
  border-start-start-radius: 0.4375rem;
  border-start-end-radius: 0.4375rem;
}

.mega-dropdown {
  max-width: 100vw;
  width: max-content;
}

@media (min-width: 992px) {
  .mega-dropdown {
    max-width: 75vw;
  }
}
.dropdown-item {
  border-radius: 0.21875rem;
  margin-bottom: 0.15rem;
}

.dropdown-menu[data-bs-popper], .mst {
  top: 100% !important;
}

.mot {
  top: auto !important;
}

.mol {
  left: auto !important;
  right: 0 !important;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-start {
    left: 0 !important;
    right: auto !important;
  }
  .dropdown-menu-sm-end {
    left: auto !important;
    right: 0 !important;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-start {
    left: 0 !important;
    right: auto !important;
  }
  .dropdown-menu-md-end {
    left: auto !important;
    right: 0 !important;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-start {
    left: 0 !important;
    right: auto !important;
  }
  .dropdown-menu-lg-end {
    left: auto !important;
    right: 0 !important;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-start {
    left: 0 !important;
    right: auto !important;
  }
  .dropdown-menu-xl-end {
    left: auto !important;
    right: 0 !important;
  }
}
@media (min-width: 1400px) {
  .dropdown-menu-xxl-start {
    left: 0 !important;
    right: auto !important;
  }
  .dropdown-menu-xxl-end {
    left: auto !important;
    right: 0 !important;
  }
}
/* -- LIST GROUP -- */
/* ---------------------------------------------- */
.list-group-item.active {
  font-weight: bold;
}

.list-group-item.active :where(h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6) {
  color: inherit;
}

.list-group-item.active :where(p, span, small, .small, div) {
  font-weight: normal;
}

.list-group-borderless > .list-group-item {
  border: 0;
}

.list-group-borderless > .list-group-item-action {
  border-radius: 0.4375rem;
}

/* -- NAVS -- */
/* ---------------------------------------------- */
.nav.flex-column {
  flex-wrap: nowrap;
}

.nav:not(.nav-pills) .nav-link.active {
  color: #dc3d43;
  font-weight: bold;
}

.nav:not(.nav-pills) .nav-link i, .nav:not(.nav-pills) .nav-link .nav-icon {
  color: #cbd0d8 !important;
}

.nav-tabs .nav-link {
  align-items: center;
  background-color: #f7f9fb;
  display: flex;
  margin-right: 1px;
  min-height: 2.5rem;
}

.nav-tabs .nav-link.disabled {
  background-color: rgba(247, 249, 251, 0.4);
}

.nav-tabs .nav-link:hover:not(.disabled):not(.active) {
  background-color: #e6ecf3;
}

.nav-tabs .dropdown-menu {
  border-top-left-radius: 0.4375rem;
  border-top-right-radius: 0.4375rem;
  margin-top: 2.5rem;
}

.tab-base .nav-tabs, .tab-base .nav-tabs .nav-link {
  border: 0;
}

.tab-base .tab-content {
  background-color: #fff;
  border-top-right-radius: 0.4375rem;
  border-bottom-left-radius: 0.4375rem;
  border-bottom-right-radius: 0.4375rem;
  padding: 1.25rem 1.25rem;
}

.tab-base .nav-callout {
  background-color: #fff;
  border-top-left-radius: 0.4375rem;
  border-top-right-radius: 0.4375rem;
}

.tab-base .nav-callout .nav-link {
  align-items: center;
  display: flex;
  min-height: 2.5rem;
  padding-top: 1rem;
}

.tab-base .nav-tabs.justify-content-end ~ .tab-content, .tab-base .nav-callout.justify-content-end ~ .tab-content {
  border-top-left-radius: 0.4375rem;
  border-top-right-radius: 0;
}

.tab-base.tab-vertical {
  align-items: flex-start;
  display: flex;
}

.tab-base.tab-vertical .nav-item, .tab-base.tab-vertical .nav-link {
  width: 100%;
}

.tab-base.tab-vertical .nav-tabs .nav-link {
  border-bottom-left-radius: 0.4375rem;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  margin-bottom: 2px;
}

.tab-base.tab-vertical .nav-pills ~ .tab-content {
  border-radius: 0.4375rem;
}

.nav-callout {
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}

.nav-callout .nav-link {
  appearance: none;
  background-color: transparent;
  border: 0;
}

.nav-callout .nav-link.active {
  box-shadow: inset 0 -0.1875rem #dc3d43;
}

/* -- PAGINATION -- */
/* ---------------------------------------------- */
.page-link {
  position: relative;
  transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
  z-index: 1;
}

.page-link:hover {
  background-color: #b03136;
  border-color: #b03136;
  box-shadow: 0 0.1rem 0.5rem rgba(176, 49, 54, 0.5), 0 0.25rem 1rem rgba(55, 60, 67, 0.2);
  color: #fff;
  z-index: 5;
}

.page-link:focus {
  background-color: #842528;
  border-color: #842528;
  box-shadow: 0 0 0 0 #dc3d43, 0 0 0.35rem 0.2rem rgba(220, 61, 67, 0.4) !important;
  color: #fff;
  z-index: 5;
}

.page-link:active, .active > .page-link {
  background-color: #dc3d43;
  border-color: #dc3d43;
  box-shadow: 0 0 0.5rem rgba(220, 61, 67, 0.5), 0 0 0.25rem rgba(55, 60, 67, 0.05) !important;
  color: #fff;
  z-index: 5;
}

/* -- PROGRESS -- */
/* ---------------------------------------------- */
.progress-bar:last-child {
  border-top-right-radius: 0.4375rem;
  border-bottom-right-radius: 0.4375rem;
}

.progress-xs {
  height: 0.0625rem;
}

.progress-sm {
  height: 0.125rem;
}

.progress-md {
  height: 0.25rem;
}

.progress-lg {
  height: 1rem;
}

.progress-xl {
  height: 1.25rem;
}

/* -- COLORS -- */
/* ---------------------------------------------- */
.text-head {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-headings-color-rgb), var(--bs-text-opacity)) !important;
}

.bg-blue-100 {
  --bs-bg-opacity: 1;
  background-color: rgba(205, 238, 253, var(--bs-bg-opacity)) !important;
}

.text-blue-100 {
  --bs-text-opacity: 1;
  color: rgba(205, 238, 253, var(--bs-text-opacity)) !important;
}

.bg-blue-200 {
  --bs-bg-opacity: 1;
  background-color: rgba(154, 221, 251, var(--bs-bg-opacity)) !important;
}

.text-blue-200 {
  --bs-text-opacity: 1;
  color: rgba(154, 221, 251, var(--bs-text-opacity)) !important;
}

.bg-blue-300 {
  --bs-bg-opacity: 1;
  background-color: rgba(104, 203, 248, var(--bs-bg-opacity)) !important;
}

.text-blue-300 {
  --bs-text-opacity: 1;
  color: rgba(104, 203, 248, var(--bs-text-opacity)) !important;
}

.bg-blue-400 {
  --bs-bg-opacity: 1;
  background-color: rgba(53, 186, 246, var(--bs-bg-opacity)) !important;
}

.text-blue-400 {
  --bs-text-opacity: 1;
  color: rgba(53, 186, 246, var(--bs-text-opacity)) !important;
}

.bg-blue-500, .bg-blue {
  --bs-bg-opacity: 1;
  background-color: rgba(3, 169, 244, var(--bs-bg-opacity)) !important;
}

.text-blue-500, .text-blue {
  --bs-text-opacity: 1;
  color: rgba(3, 169, 244, var(--bs-text-opacity)) !important;
}

.bg-blue-600 {
  --bs-bg-opacity: 1;
  background-color: rgba(2, 135, 195, var(--bs-bg-opacity)) !important;
}

.text-blue-600 {
  --bs-text-opacity: 1;
  color: rgba(2, 135, 195, var(--bs-text-opacity)) !important;
}

.bg-blue-700 {
  --bs-bg-opacity: 1;
  background-color: rgba(2, 101, 146, var(--bs-bg-opacity)) !important;
}

.text-blue-700 {
  --bs-text-opacity: 1;
  color: rgba(2, 101, 146, var(--bs-text-opacity)) !important;
}

.bg-blue-800 {
  --bs-bg-opacity: 1;
  background-color: rgba(1, 68, 98, var(--bs-bg-opacity)) !important;
}

.text-blue-800 {
  --bs-text-opacity: 1;
  color: rgba(1, 68, 98, var(--bs-text-opacity)) !important;
}

.bg-blue-900 {
  --bs-bg-opacity: 1;
  background-color: rgba(1, 34, 49, var(--bs-bg-opacity)) !important;
}

.text-blue-900 {
  --bs-text-opacity: 1;
  color: rgba(1, 34, 49, var(--bs-text-opacity)) !important;
}

.bg-indigo-100 {
  --bs-bg-opacity: 1;
  background-color: rgba(211, 218, 225, var(--bs-bg-opacity)) !important;
}

.text-indigo-100 {
  --bs-text-opacity: 1;
  color: rgba(211, 218, 225, var(--bs-text-opacity)) !important;
}

.bg-indigo-200 {
  --bs-bg-opacity: 1;
  background-color: rgba(168, 181, 195, var(--bs-bg-opacity)) !important;
}

.text-indigo-200 {
  --bs-text-opacity: 1;
  color: rgba(168, 181, 195, var(--bs-text-opacity)) !important;
}

.bg-indigo-300 {
  --bs-bg-opacity: 1;
  background-color: rgba(124, 145, 166, var(--bs-bg-opacity)) !important;
}

.text-indigo-300 {
  --bs-text-opacity: 1;
  color: rgba(124, 145, 166, var(--bs-text-opacity)) !important;
}

.bg-indigo-400 {
  --bs-bg-opacity: 1;
  background-color: rgba(81, 108, 136, var(--bs-bg-opacity)) !important;
}

.text-indigo-400 {
  --bs-text-opacity: 1;
  color: rgba(81, 108, 136, var(--bs-text-opacity)) !important;
}

.bg-indigo-500, .bg-indigo {
  --bs-bg-opacity: 1;
  background-color: rgba(37, 71, 106, var(--bs-bg-opacity)) !important;
}

.text-indigo-500, .text-indigo {
  --bs-text-opacity: 1;
  color: rgba(37, 71, 106, var(--bs-text-opacity)) !important;
}

.bg-indigo-600 {
  --bs-bg-opacity: 1;
  background-color: rgba(30, 57, 85, var(--bs-bg-opacity)) !important;
}

.text-indigo-600 {
  --bs-text-opacity: 1;
  color: rgba(30, 57, 85, var(--bs-text-opacity)) !important;
}

.bg-indigo-700 {
  --bs-bg-opacity: 1;
  background-color: rgba(22, 43, 64, var(--bs-bg-opacity)) !important;
}

.text-indigo-700 {
  --bs-text-opacity: 1;
  color: rgba(22, 43, 64, var(--bs-text-opacity)) !important;
}

.bg-indigo-800 {
  --bs-bg-opacity: 1;
  background-color: rgba(15, 28, 42, var(--bs-bg-opacity)) !important;
}

.text-indigo-800 {
  --bs-text-opacity: 1;
  color: rgba(15, 28, 42, var(--bs-text-opacity)) !important;
}

.bg-indigo-900 {
  --bs-bg-opacity: 1;
  background-color: rgba(7, 14, 21, var(--bs-bg-opacity)) !important;
}

.text-indigo-900 {
  --bs-text-opacity: 1;
  color: rgba(7, 14, 21, var(--bs-text-opacity)) !important;
}

.bg-purple-100 {
  --bs-bg-opacity: 1;
  background-color: rgba(221, 181, 228, var(--bs-bg-opacity)) !important;
}

.text-purple-100 {
  --bs-text-opacity: 1;
  color: rgba(221, 181, 228, var(--bs-text-opacity)) !important;
}

.bg-purple-200 {
  --bs-bg-opacity: 1;
  background-color: rgba(238, 218, 242, var(--bs-bg-opacity)) !important;
}

.text-purple-200 {
  --bs-text-opacity: 1;
  color: rgba(238, 218, 242, var(--bs-text-opacity)) !important;
}

.bg-purple-300 {
  --bs-bg-opacity: 1;
  background-color: rgba(205, 145, 215, var(--bs-bg-opacity)) !important;
}

.text-purple-300 {
  --bs-text-opacity: 1;
  color: rgba(205, 145, 215, var(--bs-text-opacity)) !important;
}

.bg-purple-400 {
  --bs-bg-opacity: 1;
  background-color: rgba(188, 108, 201, var(--bs-bg-opacity)) !important;
}

.text-purple-400 {
  --bs-text-opacity: 1;
  color: rgba(188, 108, 201, var(--bs-text-opacity)) !important;
}

.bg-purple-500, .bg-purple {
  --bs-bg-opacity: 1;
  background-color: rgba(171, 71, 188, var(--bs-bg-opacity)) !important;
}

.text-purple-500, .text-purple {
  --bs-text-opacity: 1;
  color: rgba(171, 71, 188, var(--bs-text-opacity)) !important;
}

.bg-purple-600 {
  --bs-bg-opacity: 1;
  background-color: rgba(137, 57, 150, var(--bs-bg-opacity)) !important;
}

.text-purple-600 {
  --bs-text-opacity: 1;
  color: rgba(137, 57, 150, var(--bs-text-opacity)) !important;
}

.bg-purple-700 {
  --bs-bg-opacity: 1;
  background-color: rgba(103, 43, 113, var(--bs-bg-opacity)) !important;
}

.text-purple-700 {
  --bs-text-opacity: 1;
  color: rgba(103, 43, 113, var(--bs-text-opacity)) !important;
}

.bg-purple-800 {
  --bs-bg-opacity: 1;
  background-color: rgba(68, 28, 75, var(--bs-bg-opacity)) !important;
}

.text-purple-800 {
  --bs-text-opacity: 1;
  color: rgba(68, 28, 75, var(--bs-text-opacity)) !important;
}

.bg-purple-900 {
  --bs-bg-opacity: 1;
  background-color: rgba(34, 14, 38, var(--bs-bg-opacity)) !important;
}

.text-purple-900 {
  --bs-text-opacity: 1;
  color: rgba(34, 14, 38, var(--bs-text-opacity)) !important;
}

.bg-pink-100 {
  --bs-bg-opacity: 1;
  background-color: rgba(252, 224, 233, var(--bs-bg-opacity)) !important;
}

.text-pink-100 {
  --bs-text-opacity: 1;
  color: rgba(252, 224, 233, var(--bs-text-opacity)) !important;
}

.bg-pink-200 {
  --bs-bg-opacity: 1;
  background-color: rgba(249, 192, 211, var(--bs-bg-opacity)) !important;
}

.text-pink-200 {
  --bs-text-opacity: 1;
  color: rgba(249, 192, 211, var(--bs-text-opacity)) !important;
}

.bg-pink-300 {
  --bs-bg-opacity: 1;
  background-color: rgba(246, 161, 190, var(--bs-bg-opacity)) !important;
}

.text-pink-300 {
  --bs-text-opacity: 1;
  color: rgba(246, 161, 190, var(--bs-text-opacity)) !important;
}

.bg-pink-400 {
  --bs-bg-opacity: 1;
  background-color: rgba(243, 129, 168, var(--bs-bg-opacity)) !important;
}

.text-pink-400 {
  --bs-text-opacity: 1;
  color: rgba(243, 129, 168, var(--bs-text-opacity)) !important;
}

.bg-pink-500, .bg-pink {
  --bs-bg-opacity: 1;
  background-color: rgba(240, 98, 146, var(--bs-bg-opacity)) !important;
}

.text-pink-500, .text-pink {
  --bs-text-opacity: 1;
  color: rgba(240, 98, 146, var(--bs-text-opacity)) !important;
}

.bg-pink-600 {
  --bs-bg-opacity: 1;
  background-color: rgba(192, 78, 117, var(--bs-bg-opacity)) !important;
}

.text-pink-600 {
  --bs-text-opacity: 1;
  color: rgba(192, 78, 117, var(--bs-text-opacity)) !important;
}

.bg-pink-700 {
  --bs-bg-opacity: 1;
  background-color: rgba(144, 59, 88, var(--bs-bg-opacity)) !important;
}

.text-pink-700 {
  --bs-text-opacity: 1;
  color: rgba(144, 59, 88, var(--bs-text-opacity)) !important;
}

.bg-pink-800 {
  --bs-bg-opacity: 1;
  background-color: rgba(96, 39, 58, var(--bs-bg-opacity)) !important;
}

.text-pink-800 {
  --bs-text-opacity: 1;
  color: rgba(96, 39, 58, var(--bs-text-opacity)) !important;
}

.bg-pink-900 {
  --bs-bg-opacity: 1;
  background-color: rgba(48, 20, 29, var(--bs-bg-opacity)) !important;
}

.text-pink-900 {
  --bs-text-opacity: 1;
  color: rgba(48, 20, 29, var(--bs-text-opacity)) !important;
}

.bg-red-100 {
  --bs-bg-opacity: 1;
  background-color: rgba(249, 221, 218, var(--bs-bg-opacity)) !important;
}

.text-red-100 {
  --bs-text-opacity: 1;
  color: rgba(249, 221, 218, var(--bs-text-opacity)) !important;
}

.bg-red-200 {
  --bs-bg-opacity: 1;
  background-color: rgba(242, 187, 181, var(--bs-bg-opacity)) !important;
}

.text-red-200 {
  --bs-text-opacity: 1;
  color: rgba(242, 187, 181, var(--bs-text-opacity)) !important;
}

.bg-red-300 {
  --bs-bg-opacity: 1;
  background-color: rgba(236, 154, 143, var(--bs-bg-opacity)) !important;
}

.text-red-300 {
  --bs-text-opacity: 1;
  color: rgba(236, 154, 143, var(--bs-text-opacity)) !important;
}

.bg-red-400 {
  --bs-bg-opacity: 1;
  background-color: rgba(229, 120, 106, var(--bs-bg-opacity)) !important;
}

.text-red-400 {
  --bs-text-opacity: 1;
  color: rgba(229, 120, 106, var(--bs-text-opacity)) !important;
}

.bg-red-500, .bg-red {
  --bs-bg-opacity: 1;
  background-color: rgba(223, 86, 69, var(--bs-bg-opacity)) !important;
}

.text-red-500, .text-red {
  --bs-text-opacity: 1;
  color: rgba(223, 86, 69, var(--bs-text-opacity)) !important;
}

.bg-red-600 {
  --bs-bg-opacity: 1;
  background-color: rgba(178, 69, 55, var(--bs-bg-opacity)) !important;
}

.text-red-600 {
  --bs-text-opacity: 1;
  color: rgba(178, 69, 55, var(--bs-text-opacity)) !important;
}

.bg-red-700 {
  --bs-bg-opacity: 1;
  background-color: rgba(134, 52, 41, var(--bs-bg-opacity)) !important;
}

.text-red-700 {
  --bs-text-opacity: 1;
  color: rgba(134, 52, 41, var(--bs-text-opacity)) !important;
}

.bg-red-800 {
  --bs-bg-opacity: 1;
  background-color: rgba(89, 34, 28, var(--bs-bg-opacity)) !important;
}

.text-red-800 {
  --bs-text-opacity: 1;
  color: rgba(89, 34, 28, var(--bs-text-opacity)) !important;
}

.bg-red-900 {
  --bs-bg-opacity: 1;
  background-color: rgba(45, 17, 14, var(--bs-bg-opacity)) !important;
}

.text-red-900 {
  --bs-text-opacity: 1;
  color: rgba(45, 17, 14, var(--bs-text-opacity)) !important;
}

.bg-orange-100 {
  --bs-bg-opacity: 1;
  background-color: rgba(254, 236, 209, var(--bs-bg-opacity)) !important;
}

.text-orange-100 {
  --bs-text-opacity: 1;
  color: rgba(254, 236, 209, var(--bs-text-opacity)) !important;
}

.bg-orange-200 {
  --bs-bg-opacity: 1;
  background-color: rgba(253, 217, 164, var(--bs-bg-opacity)) !important;
}

.text-orange-200 {
  --bs-text-opacity: 1;
  color: rgba(253, 217, 164, var(--bs-text-opacity)) !important;
}

.bg-orange-300 {
  --bs-bg-opacity: 1;
  background-color: rgba(252, 197, 118, var(--bs-bg-opacity)) !important;
}

.text-orange-300 {
  --bs-text-opacity: 1;
  color: rgba(252, 197, 118, var(--bs-text-opacity)) !important;
}

.bg-orange-400 {
  --bs-bg-opacity: 1;
  background-color: rgba(251, 178, 73, var(--bs-bg-opacity)) !important;
}

.text-orange-400 {
  --bs-text-opacity: 1;
  color: rgba(251, 178, 73, var(--bs-text-opacity)) !important;
}

.bg-orange-500, .bg-orange {
  --bs-bg-opacity: 1;
  background-color: rgba(250, 159, 27, var(--bs-bg-opacity)) !important;
}

.text-orange-500, .text-orange {
  --bs-text-opacity: 1;
  color: rgba(250, 159, 27, var(--bs-text-opacity)) !important;
}

.bg-orange-600 {
  --bs-bg-opacity: 1;
  background-color: rgba(200, 127, 22, var(--bs-bg-opacity)) !important;
}

.text-orange-600 {
  --bs-text-opacity: 1;
  color: rgba(200, 127, 22, var(--bs-text-opacity)) !important;
}

.bg-orange-700 {
  --bs-bg-opacity: 1;
  background-color: rgba(150, 95, 16, var(--bs-bg-opacity)) !important;
}

.text-orange-700 {
  --bs-text-opacity: 1;
  color: rgba(150, 95, 16, var(--bs-text-opacity)) !important;
}

.bg-orange-800 {
  --bs-bg-opacity: 1;
  background-color: rgba(100, 64, 11, var(--bs-bg-opacity)) !important;
}

.text-orange-800 {
  --bs-text-opacity: 1;
  color: rgba(100, 64, 11, var(--bs-text-opacity)) !important;
}

.bg-orange-900 {
  --bs-bg-opacity: 1;
  background-color: rgba(50, 32, 5, var(--bs-bg-opacity)) !important;
}

.text-orange-900 {
  --bs-text-opacity: 1;
  color: rgba(50, 32, 5, var(--bs-text-opacity)) !important;
}

.bg-yellow-100 {
  --bs-bg-opacity: 1;
  background-color: rgba(255, 250, 205, var(--bs-bg-opacity)) !important;
}

.text-yellow-100 {
  --bs-text-opacity: 1;
  color: rgba(255, 250, 205, var(--bs-text-opacity)) !important;
}

.bg-yellow-200 {
  --bs-bg-opacity: 1;
  background-color: rgba(255, 244, 155, var(--bs-bg-opacity)) !important;
}

.text-yellow-200 {
  --bs-text-opacity: 1;
  color: rgba(255, 244, 155, var(--bs-text-opacity)) !important;
}

.bg-yellow-300 {
  --bs-bg-opacity: 1;
  background-color: rgba(255, 239, 105, var(--bs-bg-opacity)) !important;
}

.text-yellow-300 {
  --bs-text-opacity: 1;
  color: rgba(255, 239, 105, var(--bs-text-opacity)) !important;
}

.bg-yellow-400 {
  --bs-bg-opacity: 1;
  background-color: rgba(255, 233, 55, var(--bs-bg-opacity)) !important;
}

.text-yellow-400 {
  --bs-text-opacity: 1;
  color: rgba(255, 233, 55, var(--bs-text-opacity)) !important;
}

.bg-yellow-500, .bg-yellow {
  --bs-bg-opacity: 1;
  background-color: rgba(255, 228, 5, var(--bs-bg-opacity)) !important;
}

.text-yellow-500, .text-yellow {
  --bs-text-opacity: 1;
  color: rgba(255, 228, 5, var(--bs-text-opacity)) !important;
}

.bg-yellow-600 {
  --bs-bg-opacity: 1;
  background-color: rgba(204, 182, 4, var(--bs-bg-opacity)) !important;
}

.text-yellow-600 {
  --bs-text-opacity: 1;
  color: rgba(204, 182, 4, var(--bs-text-opacity)) !important;
}

.bg-yellow-700 {
  --bs-bg-opacity: 1;
  background-color: rgba(153, 137, 3, var(--bs-bg-opacity)) !important;
}

.text-yellow-700 {
  --bs-text-opacity: 1;
  color: rgba(153, 137, 3, var(--bs-text-opacity)) !important;
}

.bg-yellow-800 {
  --bs-bg-opacity: 1;
  background-color: rgba(102, 91, 2, var(--bs-bg-opacity)) !important;
}

.text-yellow-800 {
  --bs-text-opacity: 1;
  color: rgba(102, 91, 2, var(--bs-text-opacity)) !important;
}

.bg-yellow-900 {
  --bs-bg-opacity: 1;
  background-color: rgba(51, 46, 1, var(--bs-bg-opacity)) !important;
}

.text-yellow-900 {
  --bs-text-opacity: 1;
  color: rgba(51, 46, 1, var(--bs-text-opacity)) !important;
}

.bg-green-100 {
  --bs-bg-opacity: 1;
  background-color: rgba(236, 245, 213, var(--bs-bg-opacity)) !important;
}

.text-green-100 {
  --bs-text-opacity: 1;
  color: rgba(236, 245, 213, var(--bs-text-opacity)) !important;
}

.bg-green-200 {
  --bs-bg-opacity: 1;
  background-color: rgba(217, 235, 171, var(--bs-bg-opacity)) !important;
}

.text-green-200 {
  --bs-text-opacity: 1;
  color: rgba(217, 235, 171, var(--bs-text-opacity)) !important;
}

.bg-green-300 {
  --bs-bg-opacity: 1;
  background-color: rgba(197, 224, 130, var(--bs-bg-opacity)) !important;
}

.text-green-300 {
  --bs-text-opacity: 1;
  color: rgba(197, 224, 130, var(--bs-text-opacity)) !important;
}

.bg-green-400 {
  --bs-bg-opacity: 1;
  background-color: rgba(178, 214, 88, var(--bs-bg-opacity)) !important;
}

.text-green-400 {
  --bs-text-opacity: 1;
  color: rgba(178, 214, 88, var(--bs-text-opacity)) !important;
}

.bg-green-500, .bg-green {
  --bs-bg-opacity: 1;
  background-color: rgba(159, 204, 46, var(--bs-bg-opacity)) !important;
}

.text-green-500, .text-green {
  --bs-text-opacity: 1;
  color: rgba(159, 204, 46, var(--bs-text-opacity)) !important;
}

.bg-green-600 {
  --bs-bg-opacity: 1;
  background-color: rgba(127, 163, 37, var(--bs-bg-opacity)) !important;
}

.text-green-600 {
  --bs-text-opacity: 1;
  color: rgba(127, 163, 37, var(--bs-text-opacity)) !important;
}

.bg-green-700 {
  --bs-bg-opacity: 1;
  background-color: rgba(95, 122, 28, var(--bs-bg-opacity)) !important;
}

.text-green-700 {
  --bs-text-opacity: 1;
  color: rgba(95, 122, 28, var(--bs-text-opacity)) !important;
}

.bg-green-800 {
  --bs-bg-opacity: 1;
  background-color: rgba(64, 82, 18, var(--bs-bg-opacity)) !important;
}

.text-green-800 {
  --bs-text-opacity: 1;
  color: rgba(64, 82, 18, var(--bs-text-opacity)) !important;
}

.bg-green-900 {
  --bs-bg-opacity: 1;
  background-color: rgba(32, 41, 9, var(--bs-bg-opacity)) !important;
}

.text-green-900 {
  --bs-text-opacity: 1;
  color: rgba(32, 41, 9, var(--bs-text-opacity)) !important;
}

.bg-teal-100 {
  --bs-bg-opacity: 1;
  background-color: rgba(212, 237, 235, var(--bs-bg-opacity)) !important;
}

.text-teal-100 {
  --bs-text-opacity: 1;
  color: rgba(212, 237, 235, var(--bs-text-opacity)) !important;
}

.bg-teal-200 {
  --bs-bg-opacity: 1;
  background-color: rgba(168, 219, 215, var(--bs-bg-opacity)) !important;
}

.text-teal-200 {
  --bs-text-opacity: 1;
  color: rgba(168, 219, 215, var(--bs-text-opacity)) !important;
}

.bg-teal-300 {
  --bs-bg-opacity: 1;
  background-color: rgba(125, 202, 194, var(--bs-bg-opacity)) !important;
}

.text-teal-300 {
  --bs-text-opacity: 1;
  color: rgba(125, 202, 194, var(--bs-text-opacity)) !important;
}

.bg-teal-400 {
  --bs-bg-opacity: 1;
  background-color: rgba(81, 184, 174, var(--bs-bg-opacity)) !important;
}

.text-teal-400 {
  --bs-text-opacity: 1;
  color: rgba(81, 184, 174, var(--bs-text-opacity)) !important;
}

.bg-teal-500, .bg-teal {
  --bs-bg-opacity: 1;
  background-color: rgba(38, 166, 154, var(--bs-bg-opacity)) !important;
}

.text-teal-500, .text-teal {
  --bs-text-opacity: 1;
  color: rgba(38, 166, 154, var(--bs-text-opacity)) !important;
}

.bg-teal-600 {
  --bs-bg-opacity: 1;
  background-color: rgba(30, 133, 123, var(--bs-bg-opacity)) !important;
}

.text-teal-600 {
  --bs-text-opacity: 1;
  color: rgba(30, 133, 123, var(--bs-text-opacity)) !important;
}

.bg-teal-700 {
  --bs-bg-opacity: 1;
  background-color: rgba(23, 100, 92, var(--bs-bg-opacity)) !important;
}

.text-teal-700 {
  --bs-text-opacity: 1;
  color: rgba(23, 100, 92, var(--bs-text-opacity)) !important;
}

.bg-teal-800 {
  --bs-bg-opacity: 1;
  background-color: rgba(15, 66, 62, var(--bs-bg-opacity)) !important;
}

.text-teal-800 {
  --bs-text-opacity: 1;
  color: rgba(15, 66, 62, var(--bs-text-opacity)) !important;
}

.bg-teal-900 {
  --bs-bg-opacity: 1;
  background-color: rgba(8, 33, 31, var(--bs-bg-opacity)) !important;
}

.text-teal-900 {
  --bs-text-opacity: 1;
  color: rgba(8, 33, 31, var(--bs-text-opacity)) !important;
}

.bg-cyan-100 {
  --bs-bg-opacity: 1;
  background-color: rgba(207, 244, 252, var(--bs-bg-opacity)) !important;
}

.text-cyan-100 {
  --bs-text-opacity: 1;
  color: rgba(207, 244, 252, var(--bs-text-opacity)) !important;
}

.bg-cyan-200 {
  --bs-bg-opacity: 1;
  background-color: rgba(158, 234, 249, var(--bs-bg-opacity)) !important;
}

.text-cyan-200 {
  --bs-text-opacity: 1;
  color: rgba(158, 234, 249, var(--bs-text-opacity)) !important;
}

.bg-cyan-300 {
  --bs-bg-opacity: 1;
  background-color: rgba(110, 223, 246, var(--bs-bg-opacity)) !important;
}

.text-cyan-300 {
  --bs-text-opacity: 1;
  color: rgba(110, 223, 246, var(--bs-text-opacity)) !important;
}

.bg-cyan-400 {
  --bs-bg-opacity: 1;
  background-color: rgba(61, 213, 243, var(--bs-bg-opacity)) !important;
}

.text-cyan-400 {
  --bs-text-opacity: 1;
  color: rgba(61, 213, 243, var(--bs-text-opacity)) !important;
}

.bg-cyan-500, .bg-cyan {
  --bs-bg-opacity: 1;
  background-color: rgba(13, 202, 240, var(--bs-bg-opacity)) !important;
}

.text-cyan-500, .text-cyan {
  --bs-text-opacity: 1;
  color: rgba(13, 202, 240, var(--bs-text-opacity)) !important;
}

.bg-cyan-600 {
  --bs-bg-opacity: 1;
  background-color: rgba(10, 162, 192, var(--bs-bg-opacity)) !important;
}

.text-cyan-600 {
  --bs-text-opacity: 1;
  color: rgba(10, 162, 192, var(--bs-text-opacity)) !important;
}

.bg-cyan-700 {
  --bs-bg-opacity: 1;
  background-color: rgba(8, 121, 144, var(--bs-bg-opacity)) !important;
}

.text-cyan-700 {
  --bs-text-opacity: 1;
  color: rgba(8, 121, 144, var(--bs-text-opacity)) !important;
}

.bg-cyan-800 {
  --bs-bg-opacity: 1;
  background-color: rgba(5, 81, 96, var(--bs-bg-opacity)) !important;
}

.text-cyan-800 {
  --bs-text-opacity: 1;
  color: rgba(5, 81, 96, var(--bs-text-opacity)) !important;
}

.bg-cyan-900 {
  --bs-bg-opacity: 1;
  background-color: rgba(3, 40, 48, var(--bs-bg-opacity)) !important;
}

.text-cyan-900 {
  --bs-text-opacity: 1;
  color: rgba(3, 40, 48, var(--bs-text-opacity)) !important;
}

.bg-gray-100 {
  --bs-bg-opacity: 1;
  background-color: rgba(249, 250, 252, var(--bs-bg-opacity)) !important;
}

.text-gray-100 {
  --bs-text-opacity: 1;
  color: rgba(249, 250, 252, var(--bs-text-opacity)) !important;
}

.bg-gray-200 {
  --bs-bg-opacity: 1;
  background-color: rgba(243, 245, 249, var(--bs-bg-opacity)) !important;
}

.text-gray-200 {
  --bs-text-opacity: 1;
  color: rgba(243, 245, 249, var(--bs-text-opacity)) !important;
}

.bg-gray-300 {
  --bs-bg-opacity: 1;
  background-color: rgba(237, 241, 246, var(--bs-bg-opacity)) !important;
}

.text-gray-300 {
  --bs-text-opacity: 1;
  color: rgba(237, 241, 246, var(--bs-text-opacity)) !important;
}

.bg-gray-400 {
  --bs-bg-opacity: 1;
  background-color: rgba(231, 236, 243, var(--bs-bg-opacity)) !important;
}

.text-gray-400 {
  --bs-text-opacity: 1;
  color: rgba(231, 236, 243, var(--bs-text-opacity)) !important;
}

.bg-gray-500, .bg-gray {
  --bs-bg-opacity: 1;
  background-color: rgba(225, 231, 240, var(--bs-bg-opacity)) !important;
}

.text-gray-500, .text-gray {
  --bs-text-opacity: 1;
  color: rgba(225, 231, 240, var(--bs-text-opacity)) !important;
}

.bg-gray-600 {
  --bs-bg-opacity: 1;
  background-color: rgba(203, 208, 216, var(--bs-bg-opacity)) !important;
}

.text-gray-600 {
  --bs-text-opacity: 1;
  color: rgba(203, 208, 216, var(--bs-text-opacity)) !important;
}

.bg-gray-700 {
  --bs-bg-opacity: 1;
  background-color: rgba(180, 185, 192, var(--bs-bg-opacity)) !important;
}

.text-gray-700 {
  --bs-text-opacity: 1;
  color: rgba(180, 185, 192, var(--bs-text-opacity)) !important;
}

.bg-gray-800 {
  --bs-bg-opacity: 1;
  background-color: rgba(158, 162, 168, var(--bs-bg-opacity)) !important;
}

.text-gray-800 {
  --bs-text-opacity: 1;
  color: rgba(158, 162, 168, var(--bs-text-opacity)) !important;
}

.bg-gray-900 {
  --bs-bg-opacity: 1;
  background-color: rgba(135, 139, 144, var(--bs-bg-opacity)) !important;
}

.text-gray-900 {
  --bs-text-opacity: 1;
  color: rgba(135, 139, 144, var(--bs-text-opacity)) !important;
}

/* -- OPACITY -- */
/* ---------------------------------------------- */
.opacity-10 {
  opacity: 0.1;
}

.opacity-20 {
  opacity: 0.2;
}

.opacity-30 {
  opacity: 0.3;
}

.opacity-40 {
  opacity: 0.4;
}

.opacity-50 {
  opacity: 0.5;
}

.opacity-60 {
  opacity: 0.6;
}

.opacity-70 {
  opacity: 0.7;
}

.opacity-80 {
  opacity: 0.8;
}

.opacity-90 {
  opacity: 0.9;
}

.opacity-100 {
  opacity: 1;
}

.bg-opacity-10 {
  --bs-bg-opacity: 0.1;
}

.bg-opacity-20 {
  --bs-bg-opacity: 0.2;
}

.bg-opacity-30 {
  --bs-bg-opacity: 0.3;
}

.bg-opacity-40 {
  --bs-bg-opacity: 0.4;
}

.bg-opacity-50 {
  --bs-bg-opacity: 0.5;
}

.bg-opacity-60 {
  --bs-bg-opacity: 0.6;
}

.bg-opacity-70 {
  --bs-bg-opacity: 0.7;
}

.bg-opacity-80 {
  --bs-bg-opacity: 0.8;
}

.bg-opacity-90 {
  --bs-bg-opacity: 0.9;
}

.bg-opacity-100 {
  --bs-bg-opacity: 1;
}

.text-opacity-10 {
  --bs-text-opacity: 0.1;
}

.text-opacity-20 {
  --bs-text-opacity: 0.2;
}

.text-opacity-30 {
  --bs-text-opacity: 0.3;
}

.text-opacity-40 {
  --bs-text-opacity: 0.4;
}

.text-opacity-50 {
  --bs-text-opacity: 0.5;
}

.text-opacity-60 {
  --bs-text-opacity: 0.6;
}

.text-opacity-70 {
  --bs-text-opacity: 0.7;
}

.text-opacity-80 {
  --bs-text-opacity: 0.8;
}

.text-opacity-90 {
  --bs-text-opacity: 0.9;
}

.text-opacity-100 {
  --bs-text-opacity: 1;
}

/* -- SEARCHBOX -- */
/* ---------------------------------------------- */
.searchbox {
  width: auto;
}

.searchbox .searchbox__input {
  padding-right: calc(1ex + 2rem);
  transition: width 0.5s 0.25s ease, background-color 0.5s 0.25s ease;
}

.searchbox .searchbox__input:focus {
  transition: width 0.5s 0.25s ease, background-color 0.5s 0.25s ease;
}

.searchbox .searchbox__input.bg-transparent {
  background-color: transparent !important;
  border: 0;
  box-shadow: none !important;
  color: inherit;
}

.searchbox .searchbox__input.bg-transparent:focus {
  background-color: rgba(0, 0, 0, 0.15) !important;
}

.searchbox.input-group:not(.has-validation) > .searchbox__input:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
  border-radius: 0.4375rem;
}

.searchbox .searchbox__btn {
  font-size: 1rem;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity 0.5s 0.25s ease, visibility 0.5s 0.25s ease;
  z-index: 5;
}

.searchbox.searchbox--auto-expand .searchbox__input {
  width: 20vw;
}

.searchbox.searchbox--auto-expand .searchbox__input:focus {
  width: 35vw;
}

.searchbox.searchbox--hide-btn .searchbox__btn {
  opacity: 0;
  visibility: hidden;
}

.searchbox.searchbox--hide-btn .searchbox__input:focus ~ .searchbox__btn, .searchbox.searchbox--hide-btn .searchbox__input:focus ~ div > .searchbox__btn {
  opacity: 1;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  visibility: visible;
}

/* -- SCROLL PAGE TO TOP -- */
/* ---------------------------------------------- */
.scroll-container {
  pointer-events: none;
  position: absolute;
  right: 1rem;
  top: min(100% - 4em, 120vh);
  bottom: 4em;
  clip-path: inset(0 0 0 0);
  z-index: 999;
}

.scroll-page {
  align-items: center;
  background-color: #0000CD;
  border: 4px solid #edf1f6 !important;
  border-radius: 0.4375rem;
  color: #fff !important;
  cursor: pointer;
  display: flex;
  justify-content: center;
  pointer-events: visible;
  position: sticky;
  right: 1rem;
  text-decoration: none;
  top: calc(100vh - 4em - 1rem);
  width: 4em;
  z-index: 99999;
}

.scroll-page:after {
  border-style: solid;
  border-width: 2px 2px 0 0;
  content: "";
  display: inline-block;
  height: 0.75em;
  left: calc(50% - 0.375em);
  pointer-events: none;
  position: absolute;
  top: calc(50% - 0.175em);
  transform-origin: center center;
  transform: rotate(-45deg);
  width: 0.75em;
}

/* -- BACKDROP FOR MAIN NAVIGATION AND SIDEBAR -- */
/* ---------------------------------------------- */
.root:before {
  background-color: rgba(0, 0, 0, 0.55);
  content: "";
  display: block;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  visibility: hidden;
  z-index: -1;
}

.root.mn--show:before, .root.sb--show:before {
  cursor: pointer;
  opacity: 1;
  pointer-events: visible;
  visibility: visible;
  z-index: 9998;
}

/* -- TIMELINE -- */
/* ---------------------------------------------- */
.timeline {
  display: flex;
  flex-direction: column;
  gap: var(--timeline-entry-gap);
}

.timeline {
  --timeline-dot: var(--bs-primary);
  --timeline-line: var(--bs-primary);
  --timeline-line-width: 2px;
  --timeline-point-gap: 0.25rem;
  --timeline-point-size: 0.5rem;
  --timeline-media-size: 2.25rem;
  --timeline-entry-gap: 1.5rem;
}

.timeline .tl-time:not(:empty) {
  min-width: 7rem;
  text-align: end;
}

.timeline .tl-time .tl-date {
  font-size: 90%;
}

.timeline .tl-time .tl-time {
  color: var(--bs-headings-color);
  font-weight: 700;
}

.timeline .tl-entry {
  display: flex;
  gap: 0.75rem;
}

.timeline .tl-point:before {
  background-color: var(--timeline-dot);
  border-radius: 50%;
  content: "";
  display: block;
  height: var(--timeline-point-size);
  transform: translateY(0.75ex);
  width: var(--timeline-point-size);
}

.timeline .tl-point:after {
  border-inline-start: var(--timeline-line-width) solid var(--timeline-line);
  content: "";
  display: block;
  height: calc(100% - var(--timeline-point-size) - var(--timeline-point-gap) * 2 + var(--timeline-entry-gap));
  inset: calc(0.75ex + var(--timeline-point-gap)) auto auto calc(50% - var(--timeline-line-width) / 2);
  position: relative;
}

.timeline .tl-media {
  flex: 0 0 var(--timeline-media-size);
}

.timeline .tl-media i {
  align-items: center;
  display: flex;
  justify-content: center;
}

.timeline .tl-media:after {
  border-inline-start: var(--timeline-line-width) solid var(--timeline-line);
  content: "";
  display: block;
  height: calc(100% - var(--timeline-media-size) - var(--timeline-point-gap) * 2 + var(--timeline-entry-gap));
  inset: var(--timeline-point-gap) auto auto calc(50% - var(--timeline-line-width) / 2);
  position: relative;
}

.timeline .tl-entry.active .tl-icon .ratio {
  box-shadow: 0 0 0 var(--timeline-line-width), 0 0 0 calc(var(--timeline-line-width) * 2) var(--bs-primary);
}

.timeline .tl-entry.active .tl-point:before {
  background-color: transparent;
  box-shadow: 0 0 0 var(--timeline-line-width) var(--timeline-dot);
}

.timeline .tl-entry.active .tl-point:after {
  height: calc(100% - var(--timeline-line-width) - var(--timeline-point-size) - var(--timeline-point-gap) * 2 + var(--timeline-entry-gap));
  top: calc(0.75ex + var(--timeline-point-gap) + var(--timeline-line-width));
}

.timeline .tl-entry:last-child .tl-point:after, .timeline .tl-entry:last-child .tl-media:after {
  border-color: var(--bs-muted-color);
  border-inline-start-style: dotted;
}

.timeline-two-column .tl-entry > .tl-time, .timeline-two-column .tl-content {
  width: 50%;
}

.timeline-two-column .tl-content > * {
  display: inline-flex;
  flex-direction: column;
}

.timeline-two-column .tl-entry-start {
  flex-direction: row-reverse;
}

.timeline-two-column .tl-entry-start .tl-time {
  text-align: start;
}

.timeline-two-column .tl-entry-start .tl-content {
  align-items: flex-end;
  display: inline-flex;
  flex-direction: column;
  justify-content: end;
}

/* -- SPEECH BUBBLE -- */
/* ---------------------------------------------- */
.bubble {
  background-color: var(--bs-card-bg);
  border-radius: 1.5rem;
  border-end-start-radius: 0;
  color: var(--bs-card-color);
  display: inline-flex;
  flex-direction: column;
  max-width: min(400px, 80%);
  padding: 0.5rem 1rem;
  position: relative;
}

.bubble:after {
  border-color: transparent transparent var(--bs-card-bg) transparent;
  border-style: solid;
  border-width: 0 0 5px 7px;
  bottom: 0;
  content: "";
  display: block;
  left: -7px;
  position: absolute;
  width: 0;
  z-index: 1;
}

.bubble.bubble-primary, .bubble-primary .bubble {
  background-color: var(--bs-comp-active-bg);
  border-radius: 1.5rem;
  border-end-end-radius: 0;
  color: var(--bs-comp-active-color);
}

.bubble.bubble-primary:after, .bubble-primary .bubble:after {
  border-color: transparent transparent transparent var(--bs-comp-active-bg);
  border-width: 5px 0 0 7px;
  left: auto;
  right: -7px;
}

/* -- ROOT -- */
/* ---------------------------------------------- */
.root {
  display: grid;
  gap: 0 0;
  grid-template-columns: min-content 1fr;
  grid-template-rows: min-content 1fr;
  min-height: 100vh;
  width: 100%;
}

:root {
  --bs-body-bg: #edf1f6;
  --bs-body-color: #7a878e;
  --bs-card-bg: #fff;
  --bs-dropdown-bg: #fff;
  --bs-headings-color: #373c43;
  --bs-muted-color: #a8b1b8;
  --bs-link-color: #03a9f4;
  --bs-comp-active-bg: #dc3d43;
  --bs-comp-active-color: #fff;
  --bs-border-color: rgba(0, 0, 0, 0.07);
  --bs-body-bg-rgb: 237, 241, 246;
  --bs-body-color-rgb: 122, 135, 142;
  --bs-card-bg-rgb: 255, 255, 255;
  --bs-dropdown-bg-rgb: 255, 255, 255;
  --bs-headings-color-rgb: 55, 60, 67;
  --bs-muted-color-rgb: 168, 177, 184;
  --bs-link-color-rgb: 3, 169, 244;
  --bs-comp-active-bg-rgb: 220, 61, 67;
  --bs-comp-active-color-rgb: 255, 255, 255;
  --bs-border-radius: 0.4375rem;
}

body {
  overflow-x: hidden;
  position: relative;
  background-size: cover;
  background-attachment: fixed;
}

/* -- REBOOT -- */
/* ---------------------------------------------- */
hr, .vr {
  background-color: rgba(0, 0, 0, 0.07);
  opacity: 1;
}

/* -- FRONT CONTAINER -- */
/* ---------------------------------------------- */
.front-container {
  background-color: #edf1f6;
  color: #7a878e;
  grid-auto-columns: 1fr;
  grid-template-columns: 1fr;
  grid-template-rows: min-content 1fr min-content;
}

.front-container .header {
  grid-area: 1/1/2/2;
}

.front-container .content {
  background-color: transparent;
  color: inherit;
  grid-area: 2/1/3/2;
}

.front-container .footer {
  grid-area: 3/1/4/2;
}

body[style*=background]:not(.boxed-layout) > .front-container, .bg-img:not(.boxed-layout) > .front-container {
  background-color: transparent;
}

/* -- CONTENTS -- */
/* ---------------------------------------------- */
.content {
  background-color: #edf1f6;
  color: #7a878e;
  display: flex;
  flex-direction: column;
  grid-area: 2/2/3/3;
  width: 100%;
  min-width: 0;
  max-width: 100vw;
}

.content .page-title {
  color: #0000CD;
  font-size: 2rem;
  font-weight: 400;
  text-transform: capitalize;
}

.content__wrap {
  padding: 1rem 1rem;
}

.root:not(.hd--expanded) .content__header > .content__wrap {
  padding-bottom: 0 !important;
}

@media (min-width: 768px) {
  .content__wrap {
    padding-inline: 1.25rem;
  }
}
@media (min-width: 992px) {
  .content__wrap {
    padding-inline: 1.25rem;
  }
}
@media (min-width: 1200px) {
  .content__wrap {
    padding-inline: 1.25rem;
  }
}
/* -- CONTENT VIEW -- */
/* ---------------------------------------------- */
.content-full-page {
  position: fixed;
  inset: 0;
  z-index: 999999;
  border-radius: 0 !important;
}

/* -- SINGLE CONTENT VIEW -- */
/* ---------------------------------------------- */
.body-sc > .root {
  position: relative;
  height: 100vh;
  overflow: hidden;
  z-index: 999999;
}

.body-sc .sidebar, .body-sc .header, .body-sc .content__header:after {
  z-index: 0 !important;
}

.single-content {
  display: flex;
  min-height: 0 !important;
  flex: 1 1 0;
}

@media (min-width: 576px) {
  .single-content-sm {
    display: flex;
    min-height: 0 !important;
    flex: 1 1 0;
  }
}
@media (min-width: 768px) {
  .single-content-md {
    display: flex;
    min-height: 0 !important;
    flex: 1 1 0;
  }
}
@media (min-width: 992px) {
  .single-content-lg {
    display: flex;
    min-height: 0 !important;
    flex: 1 1 0;
  }
}
@media (min-width: 1200px) {
  .single-content-xl {
    display: flex;
    min-height: 0 !important;
    flex: 1 1 0;
  }
}
@media (min-width: 1400px) {
  .single-content-xxl {
    display: flex;
    min-height: 0 !important;
    flex: 1 1 0;
  }
}
/* -- HEADER -- */
/* ---------------------------------------------- */
.header {
  background-color: #008B8B;
  color: #fae2e3;
  grid-area: 1/1/2/3;
}

.header__inner {
  align-items: center;
  display: flex;
  height: 3.125rem;
  padding-inline: 1rem;
}

.header__brand {
  background-color: transparent;
  color: white;
  align-items: center;
  display: flex;
  height: 100%;
}

.brand-wrap {
  align-items: center;
  display: flex;
  position: relative;
}

.brand-wrap:hover {
  transition: transform 0.5s ease;
  transform: scale(1.1);
}

.brand-img {
  margin-inline-end: 0.5rem;
  text-align: center;
  width: auto;
}

.brand-img img {
  width: 27px;
  height: 27px;
}

.brand-title {
  display: none;
}

.header__content {
  align-items: center;
  display: flex;
  flex-grow: 1;
  height: 100%;
  justify-content: space-between;
}

.header__content-start {
  flex-grow: 1;
}

.header__content-start, .header__content-end {
  align-items: center;
  display: flex;
  gap: 0.3rem;
}

.header__content-start > *, .header__content-end > * {
  margin: 0 -0.1rem;
}

.header__btn {
  border-radius: 0.875rem;
  box-shadow: none !important;
  color: inherit;
  font-size: 0.8rem;
}

.header__btn:hover, .header__btn:focus {
  background-color: #0000CD;
  color: white;
}

.header-searchbox {
  position: relative;
  margin-left: auto;
}

.searchbox__backdrop {
  position: relative;
}

.hd--sticky .header {
  position: sticky;
  top: 0;
  z-index: 1000;
}

.hd--sticky.mn--sticky.mn--max .mainnav .mainnav__inner {
  height: calc(100vh - 3.125rem);
  top: 3.125rem;
}

@media (max-width: 767.98px) {
  .header__content .searchbox {
    background-color: #dc3d43;
    left: 0;
    padding-left: var(--bs-gutter-x, 0.75rem);
    padding-right: var(--bs-gutter-x, 0.75rem);
    position: fixed;
    top: 0;
    width: 100vw;
    z-index: 9999;
  }
  .header__content .searchbox .searchbox__input {
    position: fixed;
    top: -99rem;
  }
  .header__content .searchbox .searchbox__input, .header__content .searchbox .searchbox__input:focus ~ .searchbox__backdrop {
    margin-bottom: calc(2px + 0.3625rem);
    margin-top: calc(2px + 0.3625rem);
  }
  .header__content .searchbox .searchbox__input, .header__content .searchbox .searchbox__btn {
    transition-duration: 0s;
  }
  .header__content .searchbox .searchbox__input:focus {
    background-color: #bb3439 !important;
    position: static;
  }
  .header__content .searchbox .searchbox__input:focus ~ .searchbox__backdrop:after {
    background-color: rgba(0, 0, 0, 0.5);
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
  }
  .header__content .dropdown-menu {
    margin-inline: 0.5rem !important;
    max-width: calc(100vw - 1rem);
    width: 100vw;
  }
  .hd--sticky .header__content .dropdown-menu {
    max-height: calc(100vh - 3.125rem - 0.5rem);
    overflow-x: hidden;
  }
}
@media (min-width: 768px) {
  .brand-img, .header-searchbox {
    margin: 0;
  }
  .brand-title {
    color: white !important;
    display: block;
    font-family: "Ubuntu", sans-serif;
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1.25rem;
    margin-inline: 0.5rem;
    text-decoration: none !important;
  }
  .header .searchbox .searchbox__input.bg-transparent {
    border-radius: 0.875rem !important;
  }
  .header .searchbox .searchbox__input.bg-transparent:focus {
    background-color: #bb3439 !important;
  }
  .searchbox__backdrop {
    height: 100%;
    margin: 0 !important;
    position: absolute;
    right: 0;
    top: 0;
  }
}
@media (min-width: 992px) {
  .mn--max .header__brand {
    transition: max-width 0.5s ease;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .header__inner {
    padding-inline: 1.25rem;
  }
}
@media (min-width: 992px) {
  .header__inner {
    padding-inline: 1.25rem;
  }
}
@media (min-width: 1200px) {
  .header__inner {
    padding-inline: 1.25rem;
  }
}
/* -- EXPANDED HEADER -- */
/* ---------------------------------------------- */
.hd--expanded .content__header {
  background-color: #dc3d43;
  border-radius: 0% 0% 100% 100%/0% 0% 3vw 3vw;
  color: #f6ccce;
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
}

.hd--expanded .content__header :where(h1, h2, h3, h4, h5, h6) {
  color: white;
}

.hd--expanded .content__header .text-head {
  color: white !important;
}

.hd--expanded .content__header .text-muted {
  color: rgba(255, 255, 255, 0.75) !important;
}

.hd--expanded .content__header .page-title {
  color: white;
}

.hd--expanded .content__header .page-title:after {
  background-color: white;
}

.hd--expanded .content__header .breadcrumb-item:before, .hd--expanded .content__header .breadcrumb-item.active {
  color: #f6ccce;
}

.hd--expanded .content__header .breadcrumb-item > a {
  color: white;
}

.hd--expanded .content__header .btn-primary {
  background-color: #b03136;
  border-color: #b03136;
}

.hd--expanded .content__header .btn-link {
  color: #c0eafc;
}

.hd--expanded .content__header .btn-link:hover, .hd--expanded .content__header .btn-link:focus, .hd--expanded .content__header .btn-link:active, .hd--expanded .content__header .btn-link.active {
  color: #74d0f9;
}

.hd--expanded .content__header.overlapping .content__wrap:after {
  content: "";
  display: block;
  height: 12.5vw;
  width: 100%;
}

.hd--expanded .content__header.overlapping + .content__boxed {
  margin-top: calc(-12.5vw - 2rem);
  z-index: 99;
}

.hd--expanded .content__header:not(.overlapping):not(.rounded-0) {
  min-height: 10.9375rem;
}

.hd--expanded.mn--max.mn--sticky .content__header:before, .hd--expanded.mn--min.mn--sticky .content__header:before {
  position: sticky;
  top: -0.06125rem;
}

.hd--expanded.mn--max.hd--sticky .content__header:not(.rounded-0):before, .hd--expanded.mn--max.mn--sticky .content__header:not(.rounded-0):before, .hd--expanded.mn--min.hd--sticky .content__header:not(.rounded-0):before, .hd--expanded.mn--min.mn--sticky .content__header:not(.rounded-0):before {
  margin-bottom: 2.1875rem;
}

.hd--expanded.mn--max.hd--sticky .content__header:before, .hd--expanded.mn--min.hd--sticky .content__header:before {
  position: sticky;
  top: 3.125rem;
}

.hd--expanded.mn--max.hd--sticky .content__header:not(.rounded-0) .content__wrap, .hd--expanded.mn--max.mn--sticky .content__header:not(.rounded-0) .content__wrap, .hd--expanded.mn--min.hd--sticky .content__header:not(.rounded-0) .content__wrap, .hd--expanded.mn--min.mn--sticky .content__header:not(.rounded-0) .content__wrap {
  margin-top: -3.28125rem;
}

.hd--expanded.mn--max .content__header .content__wrap, .hd--expanded.mn--min .content__header .content__wrap {
  margin-top: -1.09375rem;
}

.hd--expanded.mn--max .content__header:before, .hd--expanded.mn--min .content__header:before {
  background-color: #dc3d43;
  content: "";
  display: block;
  height: 1.09375rem;
  margin-left: 0;
  -webkit-mask-image: radial-gradient(circle at 0 1.09375rem, transparent 0, transparent 1.09375rem, black 1.09375rem);
  mask-image: radial-gradient(circle 1.09375rem at 0 1.09375rem, transparent 0, transparent 1.09375rem, black 1.09375rem);
  position: relative;
  top: -0.06125rem;
  transform: translateX(-1.09375rem);
  width: 1.155rem;
  z-index: 10;
}

/* -- FAIR HEADER -- */
/* ---------------------------------------------- */
.hd--fair .header__inner {
  padding-inline-start: 0 !important;
}

.hd--fair.mn--min .header__brand, .hd--fair.mn--max .header__brand {
  background-color: #fff;
  color: #dc3d43;
}

.hd--fair .header__brand {
  background-color: transparent;
  color: white;
  padding-inline-start: 1rem;
  margin-inline-end: 0.5rem;
}

.hd--fair .header__brand .brand-title {
  color: #0000CD !important;
}

.hd--fair.hd--expanded .content__header:before {
  visibility: hidden;
}

/* -- CENTERED LAYOUT -- */
/* ---------------------------------------------- */
@media (min-width: 990px) {
  .hd--fair.mn--max .header__brand {
    margin-inline-end: 0 !important;
  }
  .centered-layout .hd--fair .header__brand {
    padding-inline: 1.25rem;
  }
  .centered-layout .hd--fair.mn--min .header__inner, .centered-layout .hd--fair.mn--max .header__inner {
    max-width: none !important;
  }
  .centered-layout .hd--fair.mn--min .header__brand {
    width: 100%;
    max-width: 3.75rem;
    justify-content: center;
    padding: 0;
    margin-inline-end: 0 !important;
  }
  .centered-layout .hd--fair.mn--min .header__brand .brand-title {
    display: none;
  }
  .centered-layout .hd--fair.mn--max .header__brand {
    width: 13.75rem;
  }
}
@media (min-width: 1210px) {
  .centered-layout .hd--fair.mn--max .header__brand {
    padding-inline: 1.25rem;
  }
}
@media (min-width: 1200px) {
  .centered-layout .hd--fair.mn--max .header__brand {
    padding-inline: 1.25rem;
  }
}
/* -- MAINNAV MENU LINK -- */
/* ---------------------------------------------- */
.mainnav__caption {
  color: #373c43;
}

.mainnav__inner .mainnav__menu .nav-link {
  padding-block: 0.59rem;
}

.mainnav__inner .mainnav__menu > .nav-item > .nav-link {
  display: flex;
}

.mainnav__inner .mainnav__menu > .nav-item > .nav-link.active {
  background-color: #0000CD;
  border-radius: 0.4375rem;
  box-shadow: none;
  color: #fff;
  font-weight: bold;
}

.mainnav__inner .mainnav__menu > .nav-item > .nav-link.active i, .mainnav__inner .mainnav__menu > .nav-item > .nav-link.active .nav-icon {
  color: inherit !important;
}

.mainnav__inner .mainnav__menu > .nav-item > .nav-link:not(.collapsed):not(.active) {
  color: #0000CD;
}

.root .mainnav__inner .nav-link {
  color: #6495ED;
}

.root .mainnav__inner .nav-link.disabled {
  opacity: 0.4;
}

.root .mainnav__inner .nav-link:hover {
  color: #0000CD;
}

.root .mainnav__inner .nav-link.active ~ .nav .active {
  color: #dc3d43;
}

.root .mainnav__inner .nav-link.active ~ .nav .active:hover {
  color: #dc3d43;
}

.root .mainnav__inner .nav-link i, .root .mainnav__inner .nav-link .nav-icon {
  color: #0000CD !important;
}

.mainnav__menu .mininav-content {
  flex-direction: column;
  flex-wrap: nowrap;
}

.mainnav__menu .mininav-toggle {
  align-items: center;
  display: flex;
}

.mainnav__menu .mininav-toggle > .nav-label, .mainnav__menu .mininav-toggle .nav-icon, .mainnav__menu .mininav-toggle i {
  pointer-events: none;
}

.mainnav__menu .mininav-toggle .nav-label {
  display: inline-block;
}

.mainnav__menu .has-sub > .mininav-toggle:not(.has-badge):after {
  border-style: solid;
  border-width: 0.15em 0.15em 0 0;
  content: "";
  display: inline-block;
  height: 0.55em;
  margin-left: auto;
  transform: rotate(135deg);
  transition: transform 0.25s;
  width: 0.55em;
}

.mainnav__menu .has-sub > .mininav-toggle.collapsed:after {
  transform: rotate(45deg);
}

.root:not(.mn--min) .mainnav__menu .has-sub.open > .mininav-content {
  display: block;
  height: auto !important;
}

.root:not(.mn--min) .mainnav__menu .has-sub.open > .mininav-toggle:after {
  transition: none !important;
  transform: rotate(135deg) !important;
}

@media (max-width: 991.98px) {
  .root .mininav-content {
    position: static !important;
    transform: none !important;
  }
  .root .mainnav__menu > .nav-item.has-sub .has-sub > .mininav-content {
    border-inline-start: 1px dashed rgba(55, 60, 67, 0.45);
    border-radius: 0.4375rem;
    margin-inline-start: calc(0.25em + 1rem) !important;
    padding-inline-start: 0.5rem;
  }
  .root .mainnav__menu > .nav-item.has-sub .has-sub > .mininav-content > .nav-item > .nav-link {
    padding-inline: 0.75em;
  }
  .root .mainnav__menu > .nav-item.has-sub > .mininav-content {
    border-inline-start: 1px dashed rgba(55, 60, 67, 0.45);
    margin-inline-start: 1.75em !important;
  }
  .root .mainnav__menu > .nav-item.has-sub > .mininav-content > .nav-item > .nav-link {
    padding-inline-start: calc(0.5em + 1rem);
  }
}
@media (min-width: 992px) {
  .root:not(.mn--min) .mininav-content {
    position: static !important;
    transform: none !important;
  }
  .root:not(.mn--min) .mainnav__menu > .nav-item.has-sub .has-sub > .mininav-content {
    border-inline-start: 1px dashed rgba(55, 60, 67, 0.45);
    margin-inline-start: calc(0.25em + 1rem);
    padding-inline-start: 0.5rem;
  }
  .root:not(.mn--min) .mainnav__menu > .nav-item.has-sub .has-sub > .mininav-content > .nav-item > .nav-link {
    padding-inline: 0.75em;
  }
  .root:not(.mn--min) .mainnav__menu > .nav-item.has-sub > .mininav-content {
    border-inline-start: 1px dashed rgba(55, 60, 67, 0.45);
    margin-inline-start: 1.75em;
  }
  .root:not(.mn--min) .mainnav__menu > .nav-item.has-sub > .mininav-content > .nav-item > .nav-link {
    padding-inline-start: calc(0.5em + 1rem);
  }
}
/* -- MAIN NAVIGATION - MINI / COLLAPSED MODE -- */
/* ---------------------------------------------- */
@media (min-width: 992px) {
  .mn--min {
    padding: 0 !important;
  }
  .mn--min .mainnav {
    max-width: 3.75rem;
    transition: max-width 0.5s ease;
    will-change: max-width;
    z-index: auto;
  }
  .mn--min .header__inner {
    padding-left: 0;
  }
  .mn--min .header__brand {
    justify-content: center;
    max-width: 3.75rem;
    padding-inline-start: 0;
    transition: max-width 0.5s ease;
    width: 100%;
    will-change: max-width;
  }
  .mn--min.mn--sticky.hd--expanded .content__header::before {
    z-index: 100;
  }
  .mn--min.mn--sticky.hd--expanded .mainnav {
    z-index: 99;
  }
  .mn--min.hd--sticky .mainnav__inner {
    top: 3.125rem;
    z-index: auto;
  }
  .mn--sticky.mn--min.hd--sticky .mainnav__inner {
    height: calc(100vh - 3.125rem);
  }
  .mn--min .mainnav__profile .mininav-content {
    min-width: 13rem;
  }
  .mn--min .mainnav__avatar {
    height: auto;
    width: 2rem;
  }
  .mn--min .d-mn-min {
    display: block;
  }
  .mn--min .d-mn-max,
  .mn--min .d-mn-max:not(.show),
  .mn--min .brand-title,
  .mn--min .mainnav__caption,
  .mn--min .mainnav__menu > .has-sub > .nav-link:after,
  .mn--min .mainnav__menu > .nav-item > .nav-link .nav-label:not(.show) {
    display: none;
  }
  .mn--min .mainnav__menu > .nav-item > .nav-link {
    justify-content: center;
  }
  .mn--min .mainnav__menu > .nav-item > .nav-link i, .mn--min .mainnav__menu > .nav-item > .nav-link .nav-icon {
    color: #7a878e !important;
  }
  .mn--min .mainnav__menu > .nav-item > .nav-link.active {
    background-color: #dc3d43;
    color: #fff;
  }
  .mn--min .mainnav__menu > .nav-item > .nav-link.active i, .mn--min .mainnav__menu > .nav-item > .nav-link.active .nav-icon {
    color: #fff !important;
  }
  .mn--min .mainnav__menu > .nav-item, .mn--min .mainnav__menu > .nav-item > .nav-link i {
    margin: 0 !important;
  }
  .mn--min .mainnav__menu > .nav-item {
    margin-bottom: 0.25rem !important;
    width: 100%;
  }
  .mn--min .mainnav__menu > .has-sub .has-sub > .nav-link {
    gap: 2.5rem;
  }
  .mn--min .mininav-toggle {
    cursor: pointer;
  }
  .mn--min .mininav-toggle .nav-label {
    color: #7a878e;
  }
  .mn--min .mininav-content {
    padding: 0.5rem 0.25rem;
    background-color: #fff;
    border-radius: 0.4375rem;
    box-shadow: 0.25rem 0 1.5rem 0 rgba(0, 0, 0, 0.2);
    min-width: 11rem;
    max-width: 19rem;
    white-space: nowrap;
    margin-inline-start: 1rem !important;
  }
  .mn--min .mininav-content .nav-link {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .mn--min .mininav-content.show {
    position: fixed;
    top: -100rem;
    z-index: 100;
    transition: transform 0.15s linear 0.1s;
  }
  .mn--min .mininav-content:not(.nav) {
    padding: 0.75rem 0.25rem;
  }
  .mn--min .mininav-content.nav-label {
    padding: 0.75rem 1.5rem;
  }
  .mn--min .mininav-content.collapsing {
    transition: 0s !important;
  }
  .mn--min .mainnav__menu > .nav-item.has-sub .has-sub > .mininav-content {
    margin-inline-start: 0.25rem !important;
  }
  .mn--min .mainnav__top-content {
    flex: 1 1 0;
    min-height: 0 !important;
  }
  .mn--min .mainnav__bottom-content {
    z-index: 100;
  }
}
/* -- MAIN NAVIGATION - MAX / EXPANDED MODE -- */
/* ---------------------------------------------- */
@media (min-width: 992px) {
  .mn--max .mainnav {
    position: relative;
  }
  .mn--max .mainnav__inner {
    position: absolute;
  }
  .mn--max .mainnav {
    transition: max-width 0.5s ease;
    will-change: max-width;
  }
  .mn--max .header__inner {
    padding-inline-start: 0;
  }
  .mn--max .header__content, .mn--min .header__content {
    padding-inline-start: 1.25rem;
  }
  .mn--max .header__brand {
    padding-inline-start: 1.25rem;
    max-width: 13.75rem;
    width: 13.75rem;
    will-change: max-width;
  }
}
@media (min-width: 1200px) {
  .mn--max .header__brand {
    padding-inline-start: 1.25rem;
  }
}
/* -- DEFAULT MAIN NAVIGATION -- */
/* ---------------------------------------------- */
.mainnav {
  display: flex;
  grid-area: 2/1/3/2;
  max-width: 13.75rem;
  width: 13.75rem;
}

.mainnav .scrollable-content {
  scrollbar-width: none;
}

.mainnav__inner {
  background-color: #fff;
  color: #7a878e;
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
}

.mainnav__inner :where(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6):not(.mainnav__caption) {
  color: #373c43;
}

.mainnav__inner :where(.border-top, .border-end, .border-bottom, .border-start) {
  border-color: #e1e2e3 !important;
}

.mainnav__inner .dropdown-toggle:after {
  color: #373c43;
}

.mainnav__inner .text-muted {
  color: #c3c5c7 !important;
}

.d-mn-max, .d-mn-max.collapse {
  display: block;
}

.d-mn-min {
  display: none;
}

.mainnav__avatar.border {
  padding: 0.1rem;
}

.mainnav__top-content {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: auto;
  width: 100%;
}

.mainnav__top-content.os-host-overflow {
  overflow: visible;
}

.mainnav__bottom-content {
  background-color: #fff;
  bottom: 0;
  margin-top: auto;
  position: sticky;
}

.mainnav__top-content, .mainnav__bottom-content {
  padding-inline: 0.75rem;
}

@media (min-width: 768px) {
  .mainnav__top-content, .mainnav__bottom-content {
    padding-inline: 0.75rem;
  }
}
@media (min-width: 992px) {
  .mainnav__top-content, .mainnav__bottom-content {
    padding-inline: 0.75rem;
  }
}
@media (min-width: 1200px) {
  .mainnav__top-content, .mainnav__bottom-content {
    padding-inline: 0.75rem;
  }
}
.mn--show .mainnav {
  transform: translateX(0);
  z-index: 9999;
}

.mn--show .mainnav, .mainnav {
  transition: transform 0.5s ease;
}

.mn--sticky .mainnav__inner {
  height: 100vh;
  position: sticky;
  top: 0;
}

.root:not(.mn--max):not(.mn--min) .mainnav {
  position: absolute;
  inset: 0 auto;
}

.root:not(.mn--max):not(.mn--min):not(.mn--show) .mainnav {
  transform: translateX(-13.8125rem);
  z-index: 1002;
}

@media (max-width: 991.98px) {
  .mainnav__menu .mininav-toggle .nav-label {
    position: static !important;
    transform: none !important;
  }
  .mn--min .mainnav {
    inset: 0 auto;
    position: absolute;
  }
  .mn--min:not(.mn--show) .mainnav {
    transform: translateX(-13.8125rem);
    z-index: 1002;
  }
}
@media (max-width: 991.98px) {
  .mn--max .mainnav {
    inset: 0 auto;
    position: absolute;
  }
  .mn--max:not(.mn--show) .mainnav {
    transform: translateX(-13.8125rem);
    z-index: 1002;
  }
}
/* -- MAIN NAVIGATION - OFF CANVAS / PUSH MODE -- */
/* ---------------------------------------------- */
.mn--push .mainnav {
  transform: translateX(-13.8125rem);
}

.mn--push .mainnav, .mn--push .content, .mn--push .header, .mn--push.mn--show .mainnav, .mn--push.mn--show .content, .mn--push.mn--show .header {
  transition: transform 0.5s ease;
}

.mn--push.mn--show .mainnav {
  transform: translateX(0);
  z-index: 9999;
}

.mn--push.mn--show .content, .mn--push.mn--show .header {
  transform: translateX(13.75rem);
}

.mn--push.mn--show.sb--show.sb--pinned .sidebar {
  transform: translateX(13.75rem);
}

/* -- MAIN NAVIGATION - OFF CANVAS / REVEAL MODE -- */
/* ---------------------------------------------- */
.mn--reveal .mainnav {
  pointer-events: none;
  transform: translateX(0) !important;
  z-index: 5 !important;
}

.mn--reveal .header {
  z-index: 12;
}

.mn--reveal .content, .mn--reveal .sidebar {
  z-index: 10;
}

.mn--reveal.sb--pinned .sidebar {
  z-index: 11;
}

.mn--reveal .content, .mn--reveal .header, .mn--reveal.mn--show .content, .mn--reveal.mn--show .header {
  transition: transform 0.5s ease;
}

.mn--reveal.mn--show .mainnav {
  pointer-events: visible;
}

.mn--reveal.mn--show:before, .mn--reveal.mn--show .content, .mn--reveal.mn--show .header {
  transform: translateX(13.75rem);
}

.mn--reveal.mn--show:before {
  transition: opacity 0.5s, transform 0.5s !important;
}

.mn--reveal.mn--show.sb--show.sb--pinned .sidebar {
  transform: translateX(13.75rem);
}

/* -- SIDEBARS -- */
/* ---------------------------------------------- */
.sidebar {
  align-items: stretch;
  background-color: #fff;
  box-sizing: content-box;
  color: #7a878e;
  display: flex;
  flex-direction: column;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateX(17.1875rem);
  visibility: hidden;
  width: 0;
  z-index: 1002;
}

.sidebar .scrollable-content {
  scrollbar-width: none;
}

.sidebar__inner {
  height: 100vh;
  overflow-x: hidden;
  padding-block: 1.5rem;
  position: sticky;
  top: 0;
}

.sidebar__wrap {
  padding-inline: 0.5rem;
}

.sb--show .sidebar {
  overflow: visible;
  transform: translateX(0);
  visibility: visible;
  width: 17.1875rem;
  z-index: 9999;
}

.sidebar {
  transition: visibility 0.5s, width 0s linear 0.5s, padding 0.5s ease, transform 0.5s ease;
}

.sb--show .sidebar {
  transition: visibility 0.5s, padding 0.5s ease, transform 0.5s ease;
}

@media (min-width: 1195px) {
  .sb--pinned .sidebar {
    overflow: visible;
    transform: translateX(0);
    visibility: visible;
    width: 17.1875rem;
    z-index: 9999;
  }
  .sidebar {
    transition: visibility 0.5s, width 0s linear 0.5s, padding 0.5s ease, transform 0.5s ease;
  }
  .sb--pinned .sidebar {
    transition: visibility 0.5s, padding 0.5s ease, transform 0.5s ease;
  }
}
.sidebar__stuck {
  display: none;
}

@media (min-width: 768px) {
  .sidebar__wrap {
    padding-inline: 0.5rem;
  }
}
@media (min-width: 992px) {
  .sidebar__wrap {
    padding-inline: 0.5rem;
  }
}
@media (min-width: 1200px) {
  .sidebar__wrap {
    padding-inline: 0.5rem;
  }
}
/* -- DISABLE THE SIDEBAR BACKDROP -- */
/* ---------------------------------------------- */
.sb--bd-0.sb--show:before {
  opacity: 0;
}

.sb--bd-0.sb--show .sidebar {
  box-shadow: 0 0.5rem 3rem rgba(55, 60, 67, 0.5);
}

/* -- SIDEBAR - STATIC POSITION */
/* ---------------------------------------------- */
.sb--static .sidebar__inner {
  overflow: visible;
  position: static;
}

/* -- SIDEBAR - STUCK -- */
/* ---------------------------------------------- */
.sidebar__stuck {
  display: none;
}

.sb--stuck.sb--show:before {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}

.sb--stuck.sb--show .sidebar {
  box-shadow: 0 0.5rem 3rem rgba(55, 60, 67, 0.5);
}

.sb--stuck .sidebar__stuck {
  display: flex;
}

/* -- SIDEBAR UNITE -- */
/* ---------------------------------------------- */
.sb--unite .sidebar {
  background-color: #dc3d43;
  color: #fae2e3;
}

.sb--unite .sidebar :where(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6), .sb--unite .sidebar .nav-link.active, .sb--unite .sidebar .nav-link:hover, .sb--unite .sidebar .nav-link:focus {
  color: white;
}

.sb--unite .sidebar .text-muted {
  color: rgba(250, 226, 227, 0.85) !important;
}

.sb--unite .sidebar .btn-primary, .sb--unite .sidebar .form-switch .form-check-input:checked {
  background-color: #e36469;
  border-color: #e36469;
}

.sb--unite .sidebar .btn-link {
  color: #c0eafc;
}

.sb--unite .sidebar .btn-link:hover, .sb--unite .sidebar .btn-link:focus, .sb--unite .sidebar .btn-link:active, .sb--unite .sidebar .btn-link.active {
  color: #74d0f9;
}

.sb--unite .sidebar .nav-callout {
  border-color: #dd575d;
}

.sb--unite .sidebar .nav-callout .nav-link.active {
  box-shadow: inset 0 -0.1875rem white;
}

.sb--unite .sidebar .nav-link {
  color: #fae2e3;
}

.sb--unite .sidebar .nav-link i, .sb--unite .sidebar .nav-link .nav-icon {
  color: rgba(250, 226, 227, 0.65) !important;
}

.sb--unite .sidebar .list-group-item-action, .sb--unite .sidebar .list-group-item {
  color: #fae2e3;
}

.sb--unite .sidebar .list-group-item-action:hover, .sb--unite .sidebar .list-group-item-action:focus {
  background-color: #df4e54;
  color: white;
}

/* -- PINNED SIDEBAR */
/* ---------------------------------------------- */
@media (min-width: 1195px) {
  .sb--pinned:not(.mn--show):before {
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
  }
  .sb--pinned.hd--sticky .sidebar__inner {
    top: 3.125rem;
  }
  .sb--pinned .content__boxed {
    padding-right: 17.1875rem;
  }
  .sb--pinned:not(.mn--push):not(.mn--reveal) .sidebar {
    transition-duration: 0s !important;
  }
  .sb--pinned:not(.sb--unite) .sidebar {
    background-color: transparent;
  }
  .sb--pinned:not(.sb--unite) .sidebar .sidebar__inner {
    background-color: #edf1f6;
    color: #7a878e;
  }
  .sb--pinned:not(.sb--static) .sidebar .sidebar__inner {
    height: calc(100vh - 3.125rem);
    overflow-x: hidden;
  }
  .sb--pinned .sidebar {
    height: calc(100% - 3.125rem);
    top: 3.125rem;
    z-index: 999;
  }
  .sb--pinned .sidebar .sidebar__inner {
    border-top-left-radius: 1.09375rem;
  }
  .sb--pinned.sb--unite .sidebar__inner {
    border-radius: 0;
  }
  .sb--pinned.sb--unite .sidebar:after {
    background-color: #dc3d43;
    content: "";
    display: block;
    height: 1.09375rem;
    margin-left: -1.09375rem;
    margin-top: -100vh;
    -webkit-mask-image: radial-gradient(circle at 0 1.09375rem, transparent 0, transparent 1.09375rem, black 1.15625rem);
    mask-image: radial-gradient(circle at 0 1.09375rem, transparent 0, transparent 1.09375rem, black 1.15625rem);
    position: relative;
    top: 3.125rem;
    width: 1.155rem;
  }
  .sb--pinned.sb--unite.hd--sticky .sidebar:after {
    position: sticky;
  }
  .sb--pinned.sb--unite.hd--expanded .content__header:after {
    align-self: flex-end;
    background-color: #dc3d43;
    content: "";
    display: block;
    height: 1.15625rem;
    -webkit-mask-image: radial-gradient(circle at 0 1.09375rem, transparent 1.09375rem, black 1.15625rem);
    mask-image: radial-gradient(circle at 0 1.09375rem, transparent 1.09375rem, black 1.15625rem);
    position: absolute;
    top: 100%;
    transition: transform 0.5s ease;
    width: 1.15625rem;
    z-index: 1000;
  }
  .sb--pinned.sb--unite.hd--expanded .content__header {
    border-radius: 0 !important;
  }
}
@media (min-width: 990px) {
  .centered-layout .sb--pinned:not(.sb--unite) .sidebar__inner {
    border-radius: 1.09375rem;
  }
  .centered-layout .sb--pinned .content__header {
    padding-inline-end: calc((100vw - 990px) / 2 + 17.1875rem) !important;
    width: auto !important;
  }
  .centered-layout .sb--pinned .content__boxed {
    padding-inline-end: 18.75rem;
  }
  .centered-layout .sb--pinned .sidebar {
    padding-right: calc((100vw - 990px) / 2);
  }
  .centered-layout .mn--min.sb--pinned .content__boxed, .centered-layout .mn--max.sb--pinned .content__boxed {
    padding-inline-end: calc((100vw - 990px) / 2 + 17.1875rem);
  }
  .centered-layout .mn--min.sb--pinned .sidebar, .centered-layout .mn--max.sb--pinned .sidebar {
    padding-right: calc((100vw - 990px) / 2);
  }
}
/* -- TRANSITION TIMING FUNCTIONS -- */
/* ---------------------------------------------- */
.in-quart .mn--reveal.mn--show:before,
.in-quart :where(.mainnav, .content, .header, .header__brand, .sidebar, .offcanvas, .collapsing, .searchbox__input, .dropdown-menu, .mininav-toggle:after, .sb--pinned .content__boxed) {
  transition-timing-function: cubic-bezier(0.755, 0.045, 0.915, 0.135) !important;
}

.out-quart .mn--reveal.mn--show:before,
.out-quart :where(.mainnav, .content, .header, .header__brand, .sidebar, .offcanvas, .collapsing, .searchbox__input, .dropdown-menu, .mininav-toggle:after, .sb--pinned .content__boxed) {
  transition-timing-function: cubic-bezier(0.015, 0.77, 0.04, 0.985) !important;
}

.in-back .mn--reveal.mn--show:before,
.in-back :where(.mainnav, .content, .header, .header__brand, .sidebar, .offcanvas, .collapsing, .searchbox__input, .dropdown-menu, .mininav-toggle:after, .sb--pinned .content__boxed) {
  transition-timing-function: cubic-bezier(0.705, -0.155, 0.735, 0.045) !important;
}

.out-back .mn--reveal.mn--show:before,
.out-back :where(.mainnav, .content, .header, .header__brand, .sidebar, .offcanvas, .collapsing, .searchbox__input, .dropdown-menu, .mininav-toggle:after, .sb--pinned .content__boxed) {
  transition-timing-function: cubic-bezier(0.28, 1.02, 0.36, 1.145) !important;
}

.in-out-back .mn--reveal.mn--show:before,
.in-out-back :where(.mainnav, .content, .header, .header__brand, .sidebar, .offcanvas, .collapsing, .searchbox__input, .dropdown-menu, .mininav-toggle:after, .sb--pinned .content__boxed) {
  transition-timing-function: cubic-bezier(1, -0.28, 0, 1.275) !important;
}

.steps .mn--reveal.mn--show:before,
.steps :where(.mainnav, .content, .header, .header__brand, .sidebar, .offcanvas, .collapsing, .searchbox__input, .dropdown-menu, .mininav-toggle:after, .sb--pinned .content__boxed) {
  transition-timing-function: cubic-bezier(0, 0.955, 1, 0.045) !important;
}

.jumping .mn--reveal.mn--show:before,
.jumping :where(.mainnav, .content, .header, .header__brand, .sidebar, .offcanvas, .collapsing, .searchbox__input, .dropdown-menu, .mininav-toggle:after, .sb--pinned .content__boxed) {
  transition-timing-function: cubic-bezier(0.005, 1.045, 0.25, 0.915) !important;
}

.rubber .mn--reveal.mn--show:before,
.rubber :where(.mainnav, .content, .header, .header__brand, .sidebar, .offcanvas, .collapsing, .searchbox__input, .dropdown-menu, .mininav-toggle:after, .sb--pinned .content__boxed) {
  transition-timing-function: cubic-bezier(0.135, 1.525, 0, 0.9) !important;
}

/* -- SCROLLBARS -- */
/* ---------------------------------------------- */
html, body, .scrollable-content {
  scrollbar-color: rgba(135, 139, 144, 0.5) rgba(255, 255, 255, 0);
  scrollbar-width: thin;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}

html::-webkit-scrollbar, body::-webkit-scrollbar, .scrollable-content::-webkit-scrollbar {
  width: 0.1875rem;
}

html::-webkit-scrollbar-track, body::-webkit-scrollbar-track, .scrollable-content::-webkit-scrollbar-track {
  background-color: transparent;
}

html::-webkit-scrollbar-thumb, body::-webkit-scrollbar-thumb, .scrollable-content::-webkit-scrollbar-thumb {
  background: rgba(135, 139, 144, 0.5);
  border-radius: 2rem;
}

html::-webkit-scrollbar-thumb:hover, body::-webkit-scrollbar-thumb:hover, .scrollable-content::-webkit-scrollbar-thumb:hover {
  background: rgba(135, 139, 144, 0.5);
  width: 0.625rem;
}

/* -- OPTIMIZE -- */
/* ---------------------------------------------- */
.offcanvas-body,
.dropdown-menu,
.sidebar {
  content-visibility: auto;
}

.dropdown-menu img[loading=lazy], .offcanvas img[loading=lazy], .sidebar img[loading=lazy] {
  display: none;
}

.dropdown-menu.show img[loading=lazy], .offcanvas.show img[loading=lazy], .sb--show .sidebar img[loading=lazy] {
  display: unset;
}

@media (min-width: 1195px) {
  .sb--pinned .sidebar img[loading=lazy] {
    display: unset;
  }
}
/* -- OBJECT FIT -- */
/* ---------------------------------------------- */
.object-fill {
  object-fit: fill;
}

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

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

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

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

/* -- MEDIA PRINT -- */
/* ---------------------------------------------- */
@page {
  margin: 0cm auto;
  size: 8.5in 11in;
}
@media print {
  html, body, #root, .content {
    background-color: transparent;
  }
  #root {
    display: block;
    color: #555e69;
    background-color: #fff;
  }
  h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    color: #30353b;
  }
  .content {
    color: inherit !important;
  }
  .badge {
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
  }
  .card {
    background-color: transparent;
    box-shadow: none;
  }
  .bg-light {
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
    background-color: #ecf1f4 !important;
  }
  .text-muted {
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
    color: #727e8c !important;
  }
  .table {
    border-color: #ecf1f4 !important;
    color: #30353b !important;
  }
  .table thead tr, .table thead th {
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
    background-color: transparent !important;
    color: #30353b !important;
  }
  .table tbody tr, .table tbody td {
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
    border-color: #ecf1f4;
    color: #30353b !important;
  }
  .table tbody td {
    background-color: transparent;
    box-shadow: none;
  }
  .table.table-striped tbody tr:nth-child(odd) td {
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
    background-color: #ecf1f4;
  }
  .header, .sidebar, #mainnav-container,
  .content__header, footer, .scroll-container, #_dm-settingsToggler {
    display: none !important;
  }
  .hd--expanded .content__header.overlapping + .content__boxed {
    margin-top: 0 !important;
  }
  .d-md-flex, .d-lg-flex, .d-xl-flex {
    display: flex !important;
  }
}
/* -- RIBBON -- */
/* ---------------------------------------------- */
.ribbon {
  position: absolute;
  right: -5px;
  top: -5px;
  z-index: 1;
  overflow: hidden;
  width: 75px;
  height: 75px;
  text-align: right;
}

.ribbon span {
  font-size: 10px;
  font-weight: bold;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  line-height: 20px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  width: 100px;
  display: block;
  background: #E53F50;
  box-shadow: 0 3px 10px -5px black;
  position: absolute;
  top: 19px;
  right: -21px;
}

.ribbon span:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 100%;
  z-index: -1;
  border-left: 3px solid #e53f50;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #e53f50;
}

.ribbon span:after {
  content: "";
  position: absolute;
  right: 0px;
  top: 100%;
  z-index: -1;
  border-left: 3px solid transparent;
  border-right: 3px solid #e53f50;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #e53f50;
}

/* -- ERROR CODE -- */
/* ---------------------------------------------- */
.error-code {
  font-size: 9rem !important;
  font-weight: 400;
  line-height: 1;
}

/* -- BOXED LAYOUT -- */
/* ---------------------------------------------- */
@media (min-width: 1200px) {
  .boxed-layout {
    background-attachment: fixed;
    background-color: #9a9a9a;
    background-image: none;
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: 0 2rem 1rem rgba(55, 60, 67, 0.25);
    margin: 0 auto;
    max-width: 1200px;
    padding-top: 1rem;
    padding-inline-end: 0 !important;
  }
  .boxed-layout .root {
    -webkit-clip-path: inset(0 0 0 0 round 0.75rem);
    clip-path: inset(0 0 0 0 round 0.75rem);
  }
  .boxed-layout .mn--reveal.mn--show:before {
    max-width: 1200px;
    margin: 0 auto;
    transition: transform 0.5s ease !important;
    transform: translateX(calc(100% - 1200px + 13.75rem));
  }
  .boxed-layout .mega-dropdown {
    max-width: 900px;
  }
  .boxed-layout .searchbox.searchbox--auto-expand .searchbox__input {
    max-width: 30vw;
  }
  .boxed-layout .sb--pinned .sidebar {
    top: 4.1875rem;
  }
}
/* -- CENTERED LAYOUT -- */
/* ---------------------------------------------- */
@media (min-width: 990px) {
  .centered-layout .hd--expanded:not(.mn--max):not(.mn--min) .content__header {
    box-sizing: content-box;
    margin: 0;
    padding-inline: calc((100% - 990px) / 2 - 1.25rem);
    width: calc(990px + 2.5rem);
  }
  .centered-layout .content__boxed, .centered-layout .header__inner, .centered-layout .footer {
    margin: 0 auto;
    min-width: calc(990px + 2.5rem);
    max-width: calc(990px + 2.5rem);
  }
  .centered-layout .mn--max .content__boxed, .centered-layout .mn--max .header__inner {
    max-width: none;
    margin: 0 auto;
  }
  .centered-layout .mn--min .header__inner {
    padding-inline-start: 1.25rem;
  }
  .centered-layout .mn--min .header__brand {
    width: auto;
    max-width: none;
    justify-content: start;
  }
  .centered-layout .mn--min .brand-title {
    display: block;
  }
  .centered-layout .mn--min .content__boxed {
    margin: 0;
    max-width: none;
    padding-left: calc((100vw - 990px) / 2 - 3.75rem - 1.25rem);
    padding-right: calc((100vw - 990px) / 2 - 1.25rem);
  }
  .centered-layout .mn--min .content__boxed:not(.content__header) {
    min-width: 100%;
    max-width: min-content;
  }
  .centered-layout .mn--min .content__header:before {
    transform: translateX(min(-1.03125rem, (990px - 100vw) / 2 + 3.75rem + 1.25rem - 1.09375rem));
  }
}
@media (min-width: 1210px) {
  .centered-layout .mn--max .content__boxed, .centered-layout .mn--max .header__inner {
    margin: 0 auto;
    max-width: calc(990px + 2.5rem);
  }
  .centered-layout .mn--max .header__brand {
    width: auto;
  }
  .centered-layout .mn--max .content__boxed {
    margin: 0;
    max-width: none;
    padding-left: calc((100vw - 990px) / 2 - 13.75rem - 1.25rem);
    padding-right: calc((100vw - 990px) / 2 - 1.25rem);
  }
  .centered-layout .mn--max .content__boxed:not(.content__header) {
    min-width: 100%;
    max-width: min-content;
  }
  .centered-layout .mn--max .content__header:before {
    transform: translateX(min(-1.03125rem, (990px - 100vw) / 2 + 13.75rem + 1rem));
  }
}
/*
Version: 3.4.5 Timestamp: Mon Nov  4 08:22:42 PST 2013
*/
.select2-container {
  margin: 0;
  position: relative;
  display: inline-block;
  /* inline-block for ie7 */
  zoom: 1;
  *display: inline;
  vertical-align: middle;
}

.select2-container,
.select2-drop,
.select2-search,
.select2-search input {
  /*
    Force border-box so that % widths fit the parent
    container without overlap because of margin/padding.

    More Info : http://www.quirksmode.org/css/box.html
  */
  -webkit-box-sizing: border-box;
  /* webkit */
  -moz-box-sizing: border-box;
  /* firefox */
  box-sizing: border-box;
  /* css3 */
}

.select2-container .select2-choice {
  display: block;
  height: 26px;
  padding: 0 0 0 8px;
  overflow: hidden;
  position: relative;
  border: 1px solid #aaa;
  white-space: nowrap;
  line-height: 26px;
  color: #444;
  text-decoration: none;
  border-radius: 4px;
  background-clip: padding-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(0.5, #fff));
  background-image: -webkit-linear-gradient(center bottom, #eee 0%, #fff 50%);
  background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#eeeeee", GradientType=0);
  background-image: linear-gradient(top, #fff 0%, #eee 50%);
}

.select2-container.select2-drop-above .select2-choice {
  border-bottom-color: #aaa;
  border-radius: 0 0 4px 4px;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(0.9, #fff));
  background-image: -webkit-linear-gradient(center bottom, #eee 0%, #fff 90%);
  background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 90%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#eeeeee", GradientType=0);
  background-image: linear-gradient(top, #eee 0%, #fff 90%);
}

.select2-container.select2-allowclear .select2-choice .select2-chosen {
  margin-right: 42px;
}

.select2-container .select2-choice > .select2-chosen {
  margin-right: 26px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.select2-container .select2-choice abbr {
  display: none;
  width: 12px;
  height: 12px;
  position: absolute;
  right: 24px;
  top: 8px;
  font-size: 1px;
  text-decoration: none;
  border: 0;
  background: url(/agenda_sala/assets/select2-6efcb80455de752ca66378ff45927b371a3bcc468d6cf45bebb7b64957c45ed9.png) right top no-repeat;
  cursor: pointer;
  outline: 0;
}

.select2-container.select2-allowclear .select2-choice abbr {
  display: inline-block;
}

.select2-container .select2-choice abbr:hover {
  background-position: right -11px;
  cursor: pointer;
}

.select2-drop-mask {
  border: 0;
  margin: 0;
  padding: 0;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 9998;
  /* styles required for IE to work */
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-drop {
  width: 100%;
  margin-top: -1px;
  position: absolute;
  z-index: 9999;
  top: 100%;
  background: #fff;
  color: #000;
  border: 1px solid #aaa;
  border-top: 0;
  border-radius: 0 0 4px 4px;
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}

.select2-drop-auto-width {
  border-top: 1px solid #aaa;
  width: auto;
}

.select2-drop-auto-width .select2-search {
  padding-top: 4px;
}

.select2-drop.select2-drop-above {
  margin-top: 1px;
  border-top: 1px solid #aaa;
  border-bottom: 0;
  border-radius: 4px 4px 0 0;
  -webkit-box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15);
}

.select2-drop-active {
  border: 1px solid #5897fb;
  border-top: none;
}

.select2-drop.select2-drop-above.select2-drop-active {
  border-top: 1px solid #5897fb;
}

.select2-container .select2-choice .select2-arrow {
  display: inline-block;
  width: 18px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  border-left: 1px solid #aaa;
  border-radius: 0 4px 4px 0;
  background-clip: padding-box;
  background: #ccc;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ccc), color-stop(0.6, #eee));
  background-image: -webkit-linear-gradient(center bottom, #ccc 0%, #eee 60%);
  background-image: -moz-linear-gradient(center bottom, #ccc 0%, #eee 60%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#eeeeee", endColorstr="#cccccc", GradientType=0);
  background-image: linear-gradient(top, #ccc 0%, #eee 60%);
}

.select2-container .select2-choice .select2-arrow b {
  display: block;
  width: 100%;
  height: 100%;
  background: url(/agenda_sala/assets/select2-6efcb80455de752ca66378ff45927b371a3bcc468d6cf45bebb7b64957c45ed9.png) no-repeat 0 1px;
}

.select2-search {
  display: inline-block;
  width: 100%;
  min-height: 26px;
  margin: 0;
  padding-left: 4px;
  padding-right: 4px;
  position: relative;
  z-index: 10000;
  white-space: nowrap;
}

.select2-search input {
  width: 100%;
  height: auto !important;
  min-height: 26px;
  padding: 4px 20px 4px 5px;
  margin: 0;
  outline: 0;
  font-family: sans-serif;
  font-size: 1em;
  border: 1px solid #aaa;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #fff url(/agenda_sala/assets/select2-6efcb80455de752ca66378ff45927b371a3bcc468d6cf45bebb7b64957c45ed9.png) no-repeat 100% -22px;
  background: url(/agenda_sala/assets/select2-6efcb80455de752ca66378ff45927b371a3bcc468d6cf45bebb7b64957c45ed9.png) no-repeat 100% -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
  background: url(/agenda_sala/assets/select2-6efcb80455de752ca66378ff45927b371a3bcc468d6cf45bebb7b64957c45ed9.png) no-repeat 100% -22px, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
  background: url(/agenda_sala/assets/select2-6efcb80455de752ca66378ff45927b371a3bcc468d6cf45bebb7b64957c45ed9.png) no-repeat 100% -22px, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
  background: url(/agenda_sala/assets/select2-6efcb80455de752ca66378ff45927b371a3bcc468d6cf45bebb7b64957c45ed9.png) no-repeat 100% -22px, linear-gradient(top, #fff 85%, #eee 99%);
}

.select2-drop.select2-drop-above .select2-search input {
  margin-top: 4px;
}

.select2-search input.select2-active {
  background: #fff url(/agenda_sala/assets/select2-spinner-e611bd10da5752d2c77c75664d6ec0cc16491d9d1d85012a753624374ccfeeae.gif) no-repeat 100%;
  background: url(/agenda_sala/assets/select2-spinner-e611bd10da5752d2c77c75664d6ec0cc16491d9d1d85012a753624374ccfeeae.gif) no-repeat 100%, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
  background: url(/agenda_sala/assets/select2-spinner-e611bd10da5752d2c77c75664d6ec0cc16491d9d1d85012a753624374ccfeeae.gif) no-repeat 100%, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
  background: url(/agenda_sala/assets/select2-spinner-e611bd10da5752d2c77c75664d6ec0cc16491d9d1d85012a753624374ccfeeae.gif) no-repeat 100%, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
  background: url(/agenda_sala/assets/select2-spinner-e611bd10da5752d2c77c75664d6ec0cc16491d9d1d85012a753624374ccfeeae.gif) no-repeat 100%, linear-gradient(top, #fff 85%, #eee 99%);
}

.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
  border: 1px solid #5897fb;
  outline: none;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.select2-dropdown-open .select2-choice {
  border-bottom-color: transparent;
  -webkit-box-shadow: 0 1px 0 #fff inset;
  box-shadow: 0 1px 0 #fff inset;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-color: #eee;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #fff), color-stop(0.5, #eee));
  background-image: -webkit-linear-gradient(center bottom, #fff 0%, #eee 50%);
  background-image: -moz-linear-gradient(center bottom, #fff 0%, #eee 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#eeeeee", endColorstr="#ffffff", GradientType=0);
  background-image: linear-gradient(top, #fff 0%, #eee 50%);
}

.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices {
  border: 1px solid #5897fb;
  border-top-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(0.5, #eee));
  background-image: -webkit-linear-gradient(center top, #fff 0%, #eee 50%);
  background-image: -moz-linear-gradient(center top, #fff 0%, #eee 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#eeeeee", endColorstr="#ffffff", GradientType=0);
  background-image: linear-gradient(bottom, #fff 0%, #eee 50%);
}

.select2-dropdown-open .select2-choice .select2-arrow {
  background: transparent;
  border-left: none;
  filter: none;
}

.select2-dropdown-open .select2-choice .select2-arrow b {
  background-position: -18px 1px;
}

/* results */
.select2-results {
  max-height: 200px;
  padding: 0 0 0 4px;
  margin: 4px 4px 4px 0;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.select2-results ul.select2-result-sub {
  margin: 0;
  padding-left: 0;
}

.select2-results ul.select2-result-sub > li .select2-result-label {
  padding-left: 20px;
}

.select2-results ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 40px;
}

.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 60px;
}

.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 80px;
}

.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 100px;
}

.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 110px;
}

.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 120px;
}

.select2-results li {
  list-style: none;
  display: list-item;
  background-image: none;
}

.select2-results li.select2-result-with-children > .select2-result-label {
  font-weight: bold;
}

.select2-results .select2-result-label {
  padding: 3px 7px 4px;
  margin: 0;
  cursor: pointer;
  min-height: 1em;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.select2-results .select2-highlighted {
  background: #3875d7;
  color: #fff;
}

.select2-results li em {
  background: #feffde;
  font-style: normal;
}

.select2-results .select2-highlighted em {
  background: transparent;
}

.select2-results .select2-highlighted ul {
  background: #fff;
  color: #000;
}

.select2-results .select2-no-results,
.select2-results .select2-searching,
.select2-results .select2-selection-limit {
  background: #f4f4f4;
  display: list-item;
}

/*
disabled look for disabled choices in the results dropdown
*/
.select2-results .select2-disabled.select2-highlighted {
  color: #666;
  background: #f4f4f4;
  display: list-item;
  cursor: default;
}

.select2-results .select2-disabled {
  background: #f4f4f4;
  display: list-item;
  cursor: default;
}

.select2-results .select2-selected {
  display: none;
}

.select2-more-results.select2-active {
  background: #f4f4f4 url(/agenda_sala/assets/select2-spinner-e611bd10da5752d2c77c75664d6ec0cc16491d9d1d85012a753624374ccfeeae.gif) no-repeat 100%;
}

.select2-more-results {
  background: #f4f4f4;
  display: list-item;
}

/* disabled styles */
.select2-container.select2-container-disabled .select2-choice {
  background-color: #f4f4f4;
  background-image: none;
  border: 1px solid #ddd;
  cursor: default;
}

.select2-container.select2-container-disabled .select2-choice .select2-arrow {
  background-color: #f4f4f4;
  background-image: none;
  border-left: 0;
}

.select2-container.select2-container-disabled .select2-choice abbr {
  display: none;
}

/* multiselect */
.select2-container-multi .select2-choices {
  height: auto !important;
  height: 1%;
  margin: 0;
  padding: 0;
  position: relative;
  border: 1px solid #aaa;
  cursor: text;
  overflow: hidden;
  background-color: #fff;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(1%, #eee), color-stop(15%, #fff));
  background-image: -webkit-linear-gradient(top, #eee 1%, #fff 15%);
  background-image: -moz-linear-gradient(top, #eee 1%, #fff 15%);
  background-image: linear-gradient(top, #eee 1%, #fff 15%);
}

.select2-locked {
  padding: 3px 5px 3px 5px !important;
}

.select2-container-multi .select2-choices {
  min-height: 26px;
}

.select2-container-multi.select2-container-active .select2-choices {
  border: 1px solid #5897fb;
  outline: none;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.select2-container-multi .select2-choices li {
  float: left;
  list-style: none;
}

.select2-container-multi .select2-choices .select2-search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

.select2-container-multi .select2-choices .select2-search-field input {
  padding: 5px;
  margin: 1px 0;
  font-family: sans-serif;
  font-size: 100%;
  color: #666;
  outline: 0;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent !important;
}

.select2-container-multi .select2-choices .select2-search-field input.select2-active {
  background: #fff url(/agenda_sala/assets/select2-spinner-e611bd10da5752d2c77c75664d6ec0cc16491d9d1d85012a753624374ccfeeae.gif) no-repeat 100% !important;
}

.select2-default {
  color: #999 !important;
}

.select2-container-multi .select2-choices .select2-search-choice {
  padding: 3px 5px 3px 18px;
  margin: 3px 0 3px 5px;
  position: relative;
  line-height: 13px;
  color: #333;
  cursor: default;
  border: 1px solid #aaaaaa;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  background-clip: padding-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #e4e4e4;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#eeeeee", endColorstr="#f4f4f4", GradientType=0);
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eee));
  background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
}

.select2-container-multi .select2-choices .select2-search-choice .select2-chosen {
  cursor: default;
}

.select2-container-multi .select2-choices .select2-search-choice-focus {
  background: #d4d4d4;
}

.select2-search-choice-close {
  display: block;
  width: 12px;
  height: 13px;
  position: absolute;
  right: 3px;
  top: 4px;
  font-size: 1px;
  outline: none;
  background: url(/agenda_sala/assets/select2-6efcb80455de752ca66378ff45927b371a3bcc468d6cf45bebb7b64957c45ed9.png) right top no-repeat;
}

.select2-container-multi .select2-search-choice-close {
  left: 3px;
}

.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover {
  background-position: right -11px;
}

.select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close {
  background-position: right -11px;
}

/* disabled styles */
.select2-container-multi.select2-container-disabled .select2-choices {
  background-color: #f4f4f4;
  background-image: none;
  border: 1px solid #ddd;
  cursor: default;
}

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
  padding: 3px 5px 3px 5px;
  border: 1px solid #ddd;
  background-image: none;
  background-color: #f4f4f4;
}

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close {
  display: none;
  background: none;
}

/* end multiselect */
.select2-result-selectable .select2-match,
.select2-result-unselectable .select2-match {
  text-decoration: underline;
}

.select2-offscreen,
.select2-offscreen:focus {
  clip: rect(0 0 0 0) !important;
  width: 1px !important;
  height: 1px !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
  outline: 0 !important;
  left: 0px !important;
  top: 0px !important;
}

.select2-display-none {
  display: none;
}

.select2-measure-scrollbar {
  position: absolute;
  top: -10000px;
  left: -10000px;
  width: 100px;
  height: 100px;
  overflow: scroll;
}

/* Retina-ize icons */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
  .select2-search input,
  .select2-search-choice-close,
  .select2-container .select2-choice abbr,
  .select2-container .select2-choice .select2-arrow b {
    background-image: url(/agenda_sala/assets/select2x2-e682f64b4fa50a0bd189766a50cd778db4e8529b30302af6305c7df1e40bf442.png) !important;
    background-repeat: no-repeat !important;
    background-size: 60px 40px !important;
  }
  .select2-search input {
    background-position: 100% -21px !important;
  }
}
/**
 * Select2 Bootstrap 3 CSS v1.4.1
 * Tested with Bootstrap v3.2.0 and Select2 v3.3.2, v3.4.1-v3.4.5, v3.5.1, master
 * in latest Chrome, Safari, Firefox, Opera (Mac) and IE8-IE11
 * MIT License
 */
/**
 * Reset Bootstrap 3 .form-control styles which - if applied to the
 * original <select>-element the Select2-plugin may be run against -
 * are copied to the .select2-container.
 *
 * 1. Overwrite .select2-container's original display:inline-block
 *    with Bootstrap 3's default for .form-control, display:block;
 *    courtesy of @juristr (@see https://github.com/fk/select2-bootstrap-css/pull/1)
 */
.select2-container.form-control {
  background: transparent;
  border: none;
  display: block;
  /* 1 */
  margin: 0;
  padding: 0;
}

/**
 * Adjust Select2 inputs to fit Bootstrap 3 default .form-control appearance.
 */
.select2-container .select2-choices .select2-search-field input,
.select2-container .select2-choice,
.select2-container .select2-choices {
  background: none;
  padding: 0;
  border-color: #cccccc;
  border-radius: 4px;
  color: #555555;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: white;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.select2-search input {
  border-color: #cccccc;
  border-radius: 4px;
  color: #555555;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: white;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.select2-container .select2-choices .select2-search-field input {
  -webkit-box-shadow: none;
  box-shadow: none;
}

/**
 * Adjust Select2 input heights to match the Bootstrap default.
 */
.select2-container .select2-choice {
  height: 34px;
  line-height: 1.42857;
}

/**
 * Address Multi Select2's height which - depending on how many elements have been selected -
 * may grown higher than their initial size.
 */
.select2-container.select2-container-multi.form-control {
  height: auto;
}

/**
 * Address Bootstrap 3 control sizing classes
 * @see http://getbootstrap.com/css/#forms-control-sizes
 */
.select2-container.input-sm .select2-choice,
.input-group-sm .select2-container .select2-choice {
  height: 30px;
  line-height: 1.5;
  border-radius: 3px;
}

.select2-container.input-lg .select2-choice,
.input-group-lg .select2-container .select2-choice {
  height: 46px;
  line-height: 1.33;
  border-radius: 6px;
}

.select2-container-multi .select2-choices .select2-search-field input {
  height: 32px;
}

.select2-container-multi.input-sm .select2-choices .select2-search-field input,
.input-group-sm .select2-container-multi .select2-choices .select2-search-field input {
  height: 28px;
}

.select2-container-multi.input-lg .select2-choices .select2-search-field input,
.input-group-lg .select2-container-multi .select2-choices .select2-search-field input {
  height: 44px;
}

/**
 * Adjust height and line-height for .select2-search-field amd multi-select Select2 widgets.
 *
 * 1. Class repetition to address missing .select2-chosen in Select2 < 3.3.2.
 */
.select2-container-multi .select2-choices .select2-search-field input {
  margin: 0;
}

.select2-chosen,
.select2-choice > span:first-child,
.select2-container .select2-choices .select2-search-field input {
  padding: 6px 12px;
}

.input-sm .select2-chosen,
.input-group-sm .select2-chosen,
.input-sm .select2-choice > span:first-child,
.input-group-sm .select2-choice > span:first-child,
.input-sm .select2-choices .select2-search-field input,
.input-group-sm .select2-choices .select2-search-field input {
  padding: 5px 10px;
}

.input-lg .select2-chosen,
.input-group-lg .select2-chosen,
.input-lg .select2-choice > span:first-child,
.input-group-lg .select2-choice > span:first-child,
.input-lg .select2-choices .select2-search-field input,
.input-group-lg .select2-choices .select2-search-field input {
  padding: 10px 16px;
}

.select2-container-multi .select2-choices .select2-search-choice {
  margin-top: 5px;
  margin-bottom: 3px;
}

.select2-container-multi.input-sm .select2-choices .select2-search-choice,
.input-group-sm .select2-container-multi .select2-choices .select2-search-choice {
  margin-top: 3px;
  margin-bottom: 2px;
}

.select2-container-multi.input-lg .select2-choices .select2-search-choice,
.input-group-lg .select2-container-multi .select2-choices .select2-search-choice {
  line-height: 24px;
}

/**
 * Adjust the single Select2's dropdown arrow button appearance.
 *
 * 1. For Select2 v.3.3.2.
 */
.select2-container .select2-choice .select2-arrow,
.select2-container .select2-choice div {
  border-left: 1px solid #cccccc;
  background: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

.select2-dropdown-open .select2-choice .select2-arrow,
.select2-dropdown-open .select2-choice div {
  border-left-color: transparent;
  background: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

/**
 * Adjust the dropdown arrow button icon position for the single-select Select2 elements
 * to make it line up vertically now that we increased the height of .select2-container.
 *
 * 1. Class repetition to address missing .select2-chosen in Select2 v.3.3.2.
 */
.select2-container .select2-choice .select2-arrow b,
.select2-container .select2-choice div b {
  background-position: 0 3px;
}

.select2-dropdown-open .select2-choice .select2-arrow b,
.select2-dropdown-open .select2-choice div b {
  background-position: -18px 3px;
}

.select2-container.input-sm .select2-choice .select2-arrow b,
.input-group-sm .select2-container .select2-choice .select2-arrow b,
.select2-container.input-sm .select2-choice div b,
.input-group-sm .select2-container .select2-choice div b {
  background-position: 0 1px;
}

.select2-dropdown-open.input-sm .select2-choice .select2-arrow b,
.input-group-sm .select2-dropdown-open .select2-choice .select2-arrow b,
.select2-dropdown-open.input-sm .select2-choice div b,
.input-group-sm .select2-dropdown-open .select2-choice div b {
  background-position: -18px 1px;
}

.select2-container.input-lg .select2-choice .select2-arrow b,
.input-group-lg .select2-container .select2-choice .select2-arrow b,
.select2-container.input-lg .select2-choice div b,
.input-group-lg .select2-container .select2-choice div b {
  background-position: 0 9px;
}

.select2-dropdown-open.input-lg .select2-choice .select2-arrow b,
.input-group-lg .select2-dropdown-open .select2-choice .select2-arrow b,
.select2-dropdown-open.input-lg .select2-choice div b,
.input-group-lg .select2-dropdown-open .select2-choice div b {
  background-position: -18px 9px;
}

/**
 * Address Bootstrap's validation states and change Select2's border colors and focus states.
 * Apply .has-warning, .has-danger or .has-succes to #select2-drop to match Bootstraps' colors.
 */
.has-warning .select2-choice,
.has-warning .select2-choices {
  border-color: #8a6d3b;
}

.has-warning .select2-container-active .select2-choice,
.has-warning .select2-container-multi.select2-container-active .select2-choices {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}

.has-warning.select2-drop-active {
  border-color: #66512c;
}

.has-warning.select2-drop-active.select2-drop.select2-drop-above {
  border-top-color: #66512c;
}

.has-error .select2-choice,
.has-error .select2-choices {
  border-color: #a94442;
}

.has-error .select2-container-active .select2-choice,
.has-error .select2-container-multi.select2-container-active .select2-choices {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

.has-error.select2-drop-active {
  border-color: #843534;
}

.has-error.select2-drop-active.select2-drop.select2-drop-above {
  border-top-color: #843534;
}

.has-success .select2-choice,
.has-success .select2-choices {
  border-color: #3c763d;
}

.has-success .select2-container-active .select2-choice,
.has-success .select2-container-multi.select2-container-active .select2-choices {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}

.has-success.select2-drop-active {
  border-color: #2b542c;
}

.has-success.select2-drop-active.select2-drop.select2-drop-above {
  border-top-color: #2b542c;
}

/**
 * Make Select2's active-styles - applied to .select2-container when the widget receives focus -
 * fit Bootstrap 3's .form-element:focus appearance.
 */
.select2-container-active .select2-choice,
.select2-container-multi.select2-container-active .select2-choices {
  border-color: #66afe9;
  outline: none;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.select2-drop-active {
  border-color: #66afe9;
}

.select2-drop-auto-width,
.select2-drop.select2-drop-above.select2-drop-active {
  border-top-color: #66afe9;
}

/**
 * Select2 widgets in Bootstrap Input Groups
 *
 * When Select2 widgets are combined with other elements using Bootstrap 3's
 * "Input Group" component, we don't want specific edges of the Select2 container
 * to have a border-radius.
 *
 * In Bootstrap 2, input groups required a markup where these style adjustments
 * could be bound to a CSS-class identifying if the additional elements are appended,
 * prepended or both.
 *
 * Bootstrap 3 doesn't rely on these classes anymore, so we have to use our own.
 * Use .select2-bootstrap-prepend and .select2-bootstrap-append on a Bootstrap 3 .input-group
 * to let the contained Select2 widget know which edges should not be rounded as they are
 * directly followed by another element.
 *
 * @see http://getbootstrap.com/components/#input-groups
 */
.input-group.select2-bootstrap-prepend [class^=select2-choice] {
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
}

.input-group.select2-bootstrap-append [class^=select2-choice] {
  border-bottom-right-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

.select2-dropdown-open [class^=select2-choice] {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.select2-dropdown-open.select2-drop-above [class^=select2-choice] {
  border-top-right-radius: 0 !important;
  border-top-left-radius: 0 !important;
  border-bottom-right-radius: 4px !important;
  border-bottom-left-radius: 4px !important;
}

.input-group.select2-bootstrap-prepend .select2-dropdown-open.select2-drop-above [class^=select2-choice] {
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
}

.input-group.select2-bootstrap-append .select2-dropdown-open.select2-drop-above [class^=select2-choice] {
  border-bottom-right-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

.input-group.input-group-sm.select2-bootstrap-prepend .select2-dropdown-open.select2-drop-above [class^=select2-choice] {
  border-bottom-right-radius: 3px !important;
}

.input-group.input-group-lg.select2-bootstrap-prepend .select2-dropdown-open.select2-drop-above [class^=select2-choice] {
  border-bottom-right-radius: 6px !important;
}

.input-group.input-group-sm.select2-bootstrap-append .select2-dropdown-open.select2-drop-above [class^=select2-choice] {
  border-bottom-left-radius: 3px !important;
}

.input-group.input-group-lg.select2-bootstrap-append .select2-dropdown-open.select2-drop-above [class^=select2-choice] {
  border-bottom-left-radius: 6px !important;
}

/**
 * Adjust Select2's choices hover and selected styles to match Bootstrap 3's default dropdown styles.
 */
.select2-results .select2-highlighted {
  color: white;
  background-color: #428bca;
}

/**
 * Adjust alignment of Bootstrap 3 buttons in Bootstrap 3 Input Groups to address
 * Multi Select2's height which - depending on how many elements have been selected -
 * may grown higher than their initial size.
 */
.select2-bootstrap-append .select2-container-multiple,
.select2-bootstrap-append .input-group-btn,
.select2-bootstrap-append .input-group-btn .btn,
.select2-bootstrap-prepend .select2-container-multiple,
.select2-bootstrap-prepend .input-group-btn,
.select2-bootstrap-prepend .input-group-btn .btn {
  vertical-align: top;
}

/**
 * Make Multi Select2's choices match Bootstrap 3's default button styles.
 */
.select2-container-multi .select2-choices .select2-search-choice {
  color: #555555;
  background: white;
  border-color: #cccccc;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.select2-container-multi .select2-choices .select2-search-choice-focus {
  background: #ebebeb;
  border-color: #adadad;
  color: #333333;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/**
 * Address Multi Select2's choice close-button vertical alignment.
 */
.select2-search-choice-close {
  margin-top: -7px;
  top: 50%;
}

/**
 * Adjust the single Select2's clear button position (used to reset the select box
 * back to the placeholder value and visible once a selection is made
 * activated by Select2's "allowClear" option).
 */
.select2-container .select2-choice abbr {
  top: 50%;
}

/**
 * Adjust "no results" and "selection limit" messages to make use
 * of Bootstrap 3's default "Alert" style.
 *
 * @see http://getbootstrap.com/components/#alerts-default
 */
.select2-results .select2-no-results,
.select2-results .select2-searching,
.select2-results .select2-selection-limit {
  background-color: #fcf8e3;
  color: #8a6d3b;
}

/**
 * Address disabled Select2 styles.
 *
 * 1. For Select2 v.3.3.2.
 * 2. Revert border-left:0 inherited from Select2's CSS to prevent the arrow
 *    from jumping when switching from disabled to enabled state and vice versa.
 */
.select2-container.select2-container-disabled .select2-choice,
.select2-container.select2-container-disabled .select2-choices {
  cursor: not-allowed;
  background-color: #eeeeee;
  border-color: #cccccc;
}

.select2-container.select2-container-disabled .select2-choice .select2-arrow,
.select2-container.select2-container-disabled .select2-choice div,
.select2-container.select2-container-disabled .select2-choices .select2-arrow,
.select2-container.select2-container-disabled .select2-choices div {
  background-color: transparent;
  border-left: 1px solid transparent;
  /* 2 */
}

/**
 * Address Select2's loading indicator position - which should not stick
 * to the right edge of Select2's search input.
 *
 * 1. in .select2-search input
 * 2. in Multi Select2's .select2-search-field input
 * 3. in the status-message of infinite-scroll with remote data (@see http://ivaynberg.github.io/select2/#infinite)
 *
 * These styles alter Select2's default background-position of 100%
 * and supply the new background-position syntax to browsers which support it:
 *
 * 1. Android, Safari < 6/Mobile, IE<9: change to a relative background-position of 99%
 * 2. Chrome 25+, Firefox 13+, IE 9+, Opera 10.5+: use the new CSS3-background-position syntax
 *
 * @see http://www.w3.org/TR/css3-background/#background-position
 *
 * @todo Since both Select2 and Bootstrap 3 only support IE8 and above,
 * we could use the :after-pseudo-element to display the loading indicator.
 * Alternatively, we could supply an altered loading indicator image which already
 * contains an offset to the right.
 */
.select2-search input.select2-active,
.select2-container-multi .select2-choices .select2-search-field input.select2-active,
.select2-more-results.select2-active {
  background-position: 99%;
  /* 4 */
  background-position: right 4px center;
  /* 5 */
}

/**
 * To support Select2 pre v3.4.2 in combination with Bootstrap v3.2.0,
 * ensure that .select2-offscreen width, height and position can not be overwritten.
 *
 * This adresses changes in Bootstrap somewhere after the initial v3.0.0 which -
 * in combination with Select2's pre-v3.4.2 CSS missing the "!important" after
 * the following rules - allow Bootstrap to overwrite the latter, which results in
 * the original <select> element Select2 is replacing not be properly being hidden
 * when used in a "Bootstrap Input Group with Addon".
 **/
.select2-offscreen,
.select2-offscreen:focus {
  width: 1px !important;
  height: 1px !important;
  position: absolute !important;
}

.select2-results .select2-highlighted {
  background: #da5959;
  color: #fff;
}

@font-face {
  font-family: "premium-line-icons";
  src: url(/agenda_sala/assets/premium-line-icons-8e0de70cfc4f567618bf4f10a70d405eb9863a196859f05acec1106f7be381b7.woff2) format("woff2");
  font-weight: normal;
  font-style: normal;
}
[class^=pli-], [class*=" pli-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "premium-line-icons" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  vertical-align: middle;
}

.pli-3d-glasses:before {
  content: "\e900";
}

.pli-3d-glasses-2:before {
  content: "\e901";
}

.pli-a-z:before {
  content: "\e902";
}

.pli-aa:before {
  content: "\e903";
}

.pli-add:before {
  content: "\e904";
}

.pli-add-bag:before {
  content: "\e905";
}

.pli-add-basket:before {
  content: "\e906";
}

.pli-add-cart:before {
  content: "\e907";
}

.pli-add-space-after-paragraph:before {
  content: "\e908";
}

.pli-add-space-before-paragraph:before {
  content: "\e909";
}

.pli-add-user:before {
  content: "\e90a";
}

.pli-add-user-star:before {
  content: "\e90b";
}

.pli-add-window:before {
  content: "\e90c";
}

.pli-address-book:before {
  content: "\e90d";
}

.pli-address-book-2:before {
  content: "\e90e";
}

.pli-administrator:before {
  content: "\e90f";
}

.pli-aerobics:before {
  content: "\e910";
}

.pli-aerobics-2:before {
  content: "\e911";
}

.pli-aerobics-3:before {
  content: "\e912";
}

.pli-affiliate:before {
  content: "\e913";
}

.pli-aim:before {
  content: "\e914";
}

.pli-air-balloon:before {
  content: "\e915";
}

.pli-airbrush:before {
  content: "\e916";
}

.pli-airship:before {
  content: "\e917";
}

.pli-alarm:before {
  content: "\e918";
}

.pli-alarm-clock:before {
  content: "\e919";
}

.pli-alarm-clock-2:before {
  content: "\e91a";
}

.pli-alien:before {
  content: "\e91b";
}

.pli-alien-2:before {
  content: "\e91c";
}

.pli-align-center:before {
  content: "\e91d";
}

.pli-align-justify-all:before {
  content: "\e91e";
}

.pli-align-justify-center:before {
  content: "\e91f";
}

.pli-align-justify-left:before {
  content: "\e920";
}

.pli-align-justify-right:before {
  content: "\e921";
}

.pli-align-left:before {
  content: "\e922";
}

.pli-align-right:before {
  content: "\e923";
}

.pli-alligator:before {
  content: "\e924";
}

.pli-alpha:before {
  content: "\e925";
}

.pli-ambulance:before {
  content: "\e926";
}

.pli-amx:before {
  content: "\e927";
}

.pli-anchor:before {
  content: "\e928";
}

.pli-anchor-2:before {
  content: "\e929";
}

.pli-android:before {
  content: "\e92a";
}

.pli-android-store:before {
  content: "\e92b";
}

.pli-angel:before {
  content: "\e92c";
}

.pli-angel-smiley:before {
  content: "\e92d";
}

.pli-angry:before {
  content: "\e92e";
}

.pli-apple:before {
  content: "\e92f";
}

.pli-apple-bite:before {
  content: "\e930";
}

.pli-apple-store:before {
  content: "\e931";
}

.pli-approved-window:before {
  content: "\e932";
}

.pli-aquarius:before {
  content: "\e933";
}

.pli-aquarius-2:before {
  content: "\e934";
}

.pli-archery:before {
  content: "\e935";
}

.pli-archery-2:before {
  content: "\e936";
}

.pli-argentina:before {
  content: "\e937";
}

.pli-aries:before {
  content: "\e938";
}

.pli-aries-2:before {
  content: "\e939";
}

.pli-army-key:before {
  content: "\e93a";
}

.pli-arrow-around:before {
  content: "\e93b";
}

.pli-arrow-back:before {
  content: "\e93c";
}

.pli-arrow-back-2:before {
  content: "\e93d";
}

.pli-arrow-back-3:before {
  content: "\e93e";
}

.pli-arrow-barrier:before {
  content: "\e93f";
}

.pli-arrow-circle:before {
  content: "\e940";
}

.pli-arrow-cross:before {
  content: "\e941";
}

.pli-arrow-down:before {
  content: "\e942";
}

.pli-arrow-down-2:before {
  content: "\e943";
}

.pli-arrow-down-3:before {
  content: "\e944";
}

.pli-arrow-down-in-circle:before {
  content: "\e945";
}

.pli-arrow-fork:before {
  content: "\e946";
}

.pli-arrow-forward:before {
  content: "\e947";
}

.pli-arrow-forward-2:before {
  content: "\e948";
}

.pli-arrow-forward-3:before {
  content: "\e949";
}

.pli-arrow-from:before {
  content: "\e94a";
}

.pli-arrow-inside:before {
  content: "\e94b";
}

.pli-arrow-inside-45:before {
  content: "\e94c";
}

.pli-arrow-inside-gap:before {
  content: "\e94d";
}

.pli-arrow-inside-gap-45:before {
  content: "\e94e";
}

.pli-arrow-into:before {
  content: "\e94f";
}

.pli-arrow-join:before {
  content: "\e950";
}

.pli-arrow-junction:before {
  content: "\e951";
}

.pli-arrow-left:before {
  content: "\e952";
}

.pli-arrow-left-2:before {
  content: "\e953";
}

.pli-arrow-left-in-circle:before {
  content: "\e954";
}

.pli-arrow-loop:before {
  content: "\e955";
}

.pli-arrow-merge:before {
  content: "\e956";
}

.pli-arrow-mix:before {
  content: "\e957";
}

.pli-arrow-out-left:before {
  content: "\e958";
}

.pli-arrow-out-right:before {
  content: "\e959";
}

.pli-arrow-outside:before {
  content: "\e95a";
}

.pli-arrow-outside-45:before {
  content: "\e95b";
}

.pli-arrow-outside-gap:before {
  content: "\e95c";
}

.pli-arrow-outside-gap-45:before {
  content: "\e95d";
}

.pli-arrow-over:before {
  content: "\e95e";
}

.pli-arrow-refresh:before {
  content: "\e95f";
}

.pli-arrow-refresh-2:before {
  content: "\e960";
}

.pli-arrow-right:before {
  content: "\e961";
}

.pli-arrow-right-2:before {
  content: "\e962";
}

.pli-arrow-right-in-circle:before {
  content: "\e963";
}

.pli-arrow-shuffle:before {
  content: "\e964";
}

.pli-arrow-squiggly:before {
  content: "\e965";
}

.pli-arrow-through:before {
  content: "\e966";
}

.pli-arrow-to:before {
  content: "\e967";
}

.pli-arrow-turn-left:before {
  content: "\e968";
}

.pli-arrow-turn-right:before {
  content: "\e969";
}

.pli-arrow-up:before {
  content: "\e96a";
}

.pli-arrow-up-2:before {
  content: "\e96b";
}

.pli-arrow-up-3:before {
  content: "\e96c";
}

.pli-arrow-up-in-circle:before {
  content: "\e96d";
}

.pli-arrow-x-left:before {
  content: "\e96e";
}

.pli-arrow-x-right:before {
  content: "\e96f";
}

.pli-ask:before {
  content: "\e970";
}

.pli-assistant:before {
  content: "\e971";
}

.pli-astronaut:before {
  content: "\e972";
}

.pli-at-sign:before {
  content: "\e973";
}

.pli-atm:before {
  content: "\e974";
}

.pli-atom:before {
  content: "\e975";
}

.pli-audio:before {
  content: "\e976";
}

.pli-auto-flash:before {
  content: "\e977";
}

.pli-autumn:before {
  content: "\e978";
}

.pli-baby:before {
  content: "\e979";
}

.pli-baby-clothes:before {
  content: "\e97a";
}

.pli-baby-clothes-2:before {
  content: "\e97b";
}

.pli-baby-cry:before {
  content: "\e97c";
}

.pli-back:before {
  content: "\e97d";
}

.pli-back-media:before {
  content: "\e97e";
}

.pli-back-media-2:before {
  content: "\e97f";
}

.pli-back-music:before {
  content: "\e980";
}

.pli-background:before {
  content: "\e981";
}

.pli-bacteria:before {
  content: "\e982";
}

.pli-bag:before {
  content: "\e983";
}

.pli-bag-coin:before {
  content: "\e984";
}

.pli-bag-items:before {
  content: "\e985";
}

.pli-bag-quantity:before {
  content: "\e986";
}

.pli-bakelite:before {
  content: "\e987";
}

.pli-ballet-shoes:before {
  content: "\e988";
}

.pli-balloon:before {
  content: "\e989";
}

.pli-banana:before {
  content: "\e98a";
}

.pli-band-aid:before {
  content: "\e98b";
}

.pli-bank:before {
  content: "\e98c";
}

.pli-bar-chart:before {
  content: "\e98d";
}

.pli-bar-chart-2:before {
  content: "\e98e";
}

.pli-bar-chart-3:before {
  content: "\e98f";
}

.pli-bar-chart-4:before {
  content: "\e990";
}

.pli-bar-chart-5:before {
  content: "\e991";
}

.pli-bar-code:before {
  content: "\e992";
}

.pli-barricade:before {
  content: "\e993";
}

.pli-barricade-2:before {
  content: "\e994";
}

.pli-baseball:before {
  content: "\e995";
}

.pli-basket-ball:before {
  content: "\e996";
}

.pli-basket-coins:before {
  content: "\e997";
}

.pli-basket-items:before {
  content: "\e998";
}

.pli-basket-quantity:before {
  content: "\e999";
}

.pli-bat:before {
  content: "\e99a";
}

.pli-bat-2:before {
  content: "\e99b";
}

.pli-bathrobe:before {
  content: "\e99c";
}

.pli-batman-mask:before {
  content: "\e99d";
}

.pli-battery-0:before {
  content: "\e99e";
}

.pli-battery-100:before {
  content: "\e99f";
}

.pli-battery-25:before {
  content: "\e9a0";
}

.pli-battery-50:before {
  content: "\e9a1";
}

.pli-battery-75:before {
  content: "\e9a2";
}

.pli-battery-charge:before {
  content: "\e9a3";
}

.pli-bear:before {
  content: "\e9a4";
}

.pli-beard:before {
  content: "\e9a5";
}

.pli-beard-2:before {
  content: "\e9a6";
}

.pli-beard-3:before {
  content: "\e9a7";
}

.pli-bebo:before {
  content: "\e9a8";
}

.pli-bee:before {
  content: "\e9a9";
}

.pli-beer:before {
  content: "\e9aa";
}

.pli-beer-glass:before {
  content: "\e9ab";
}

.pli-behance:before {
  content: "\e9ac";
}

.pli-bell:before {
  content: "\e9ad";
}

.pli-bell-2:before {
  content: "\e9ae";
}

.pli-belt:before {
  content: "\e9af";
}

.pli-belt-2:before {
  content: "\e9b0";
}

.pli-belt-3:before {
  content: "\e9b1";
}

.pli-berlin-tower:before {
  content: "\e9b2";
}

.pli-beta:before {
  content: "\e9b3";
}

.pli-betvibes:before {
  content: "\e9b4";
}

.pli-bicycle:before {
  content: "\e9b5";
}

.pli-bicycle-2:before {
  content: "\e9b6";
}

.pli-bicycle-3:before {
  content: "\e9b7";
}

.pli-big-ben:before {
  content: "\e9b8";
}

.pli-big-data:before {
  content: "\e9b9";
}

.pli-bike-helmet:before {
  content: "\e9ba";
}

.pli-bikini:before {
  content: "\e9bb";
}

.pli-billing:before {
  content: "\e9bc";
}

.pli-bing:before {
  content: "\e9bd";
}

.pli-binocular:before {
  content: "\e9be";
}

.pli-bio-hazard:before {
  content: "\e9bf";
}

.pli-biotech:before {
  content: "\e9c0";
}

.pli-bird:before {
  content: "\e9c1";
}

.pli-bird-delivering-letter:before {
  content: "\e9c2";
}

.pli-birthday-cake:before {
  content: "\e9c3";
}

.pli-bisexual:before {
  content: "\e9c4";
}

.pli-bishop:before {
  content: "\e9c5";
}

.pli-bitcoin:before {
  content: "\e9c6";
}

.pli-black-cat:before {
  content: "\e9c7";
}

.pli-blackboard:before {
  content: "\e9c8";
}

.pli-blinklist:before {
  content: "\e9c9";
}

.pli-block-cloud:before {
  content: "\e9ca";
}

.pli-block-window:before {
  content: "\e9cb";
}

.pli-blogger:before {
  content: "\e9cc";
}

.pli-blood:before {
  content: "\e9cd";
}

.pli-blouse:before {
  content: "\e9ce";
}

.pli-blueprint:before {
  content: "\e9cf";
}

.pli-board:before {
  content: "\e9d0";
}

.pli-bodybuilding:before {
  content: "\e9d1";
}

.pli-bold-text:before {
  content: "\e9d2";
}

.pli-bone:before {
  content: "\e9d3";
}

.pli-bones:before {
  content: "\e9d4";
}

.pli-book:before {
  content: "\e9d5";
}

.pli-bookmark:before {
  content: "\e9d6";
}

.pli-books:before {
  content: "\e9d7";
}

.pli-books-2:before {
  content: "\e9d8";
}

.pli-boom:before {
  content: "\e9d9";
}

.pli-boot:before {
  content: "\e9da";
}

.pli-boot-2:before {
  content: "\e9db";
}

.pli-bottom-to-top:before {
  content: "\e9dc";
}

.pli-bow:before {
  content: "\e9dd";
}

.pli-bow-2:before {
  content: "\e9de";
}

.pli-bow-3:before {
  content: "\e9df";
}

.pli-bow-4:before {
  content: "\e9e0";
}

.pli-bow-5:before {
  content: "\e9e1";
}

.pli-bow-6:before {
  content: "\e9e2";
}

.pli-bowling:before {
  content: "\e9e3";
}

.pli-bowling-2:before {
  content: "\e9e4";
}

.pli-box:before {
  content: "\e9e5";
}

.pli-box-close:before {
  content: "\e9e6";
}

.pli-box-full:before {
  content: "\e9e7";
}

.pli-box-gloves:before {
  content: "\e9e8";
}

.pli-box-open:before {
  content: "\e9e9";
}

.pli-box-with-folders:before {
  content: "\e9ea";
}

.pli-boy:before {
  content: "\e9eb";
}

.pli-bra:before {
  content: "\e9ec";
}

.pli-brain:before {
  content: "\e9ed";
}

.pli-brain-2:before {
  content: "\e9ee";
}

.pli-brain-3:before {
  content: "\e9ef";
}

.pli-brazil:before {
  content: "\e9f0";
}

.pli-bread:before {
  content: "\e9f1";
}

.pli-bread-2:before {
  content: "\e9f2";
}

.pli-bridge:before {
  content: "\e9f3";
}

.pli-brightkite:before {
  content: "\e9f4";
}

.pli-broken-link:before {
  content: "\e9f5";
}

.pli-broken-link-2:before {
  content: "\e9f6";
}

.pli-broom:before {
  content: "\e9f7";
}

.pli-brush:before {
  content: "\e9f8";
}

.pli-bucket:before {
  content: "\e9f9";
}

.pli-bug:before {
  content: "\e9fa";
}

.pli-building:before {
  content: "\e9fb";
}

.pli-bulleted-list:before {
  content: "\e9fc";
}

.pli-bus:before {
  content: "\e9fd";
}

.pli-bus-2:before {
  content: "\e9fe";
}

.pli-business-man:before {
  content: "\e9ff";
}

.pli-business-man-woman:before {
  content: "\ea00";
}

.pli-business-mens:before {
  content: "\ea01";
}

.pli-business-woman:before {
  content: "\ea02";
}

.pli-butterfly:before {
  content: "\ea03";
}

.pli-button:before {
  content: "\ea04";
}

.pli-cable-car:before {
  content: "\ea05";
}

.pli-cake:before {
  content: "\ea06";
}

.pli-calculator:before {
  content: "\ea07";
}

.pli-calculator-2:before {
  content: "\ea08";
}

.pli-calculator-3:before {
  content: "\ea09";
}

.pli-calendar:before {
  content: "\ea0a";
}

.pli-calendar-2:before {
  content: "\ea0b";
}

.pli-calendar-3:before {
  content: "\ea0c";
}

.pli-calendar-4:before {
  content: "\ea0d";
}

.pli-calendar-clock:before {
  content: "\ea0e";
}

.pli-camel:before {
  content: "\ea0f";
}

.pli-camera:before {
  content: "\ea10";
}

.pli-camera-2:before {
  content: "\ea11";
}

.pli-camera-3:before {
  content: "\ea12";
}

.pli-camera-4:before {
  content: "\ea13";
}

.pli-camera-5:before {
  content: "\ea14";
}

.pli-camera-back:before {
  content: "\ea15";
}

.pli-can:before {
  content: "\ea16";
}

.pli-can-2:before {
  content: "\ea17";
}

.pli-canada:before {
  content: "\ea18";
}

.pli-cancer:before {
  content: "\ea19";
}

.pli-cancer-2:before {
  content: "\ea1a";
}

.pli-cancer-3:before {
  content: "\ea1b";
}

.pli-candle:before {
  content: "\ea1c";
}

.pli-candy:before {
  content: "\ea1d";
}

.pli-candy-cane:before {
  content: "\ea1e";
}

.pli-cannon:before {
  content: "\ea1f";
}

.pli-cap:before {
  content: "\ea20";
}

.pli-cap-2:before {
  content: "\ea21";
}

.pli-cap-3:before {
  content: "\ea22";
}

.pli-cap-smiley:before {
  content: "\ea23";
}

.pli-capricorn:before {
  content: "\ea24";
}

.pli-capricorn-2:before {
  content: "\ea25";
}

.pli-car:before {
  content: "\ea26";
}

.pli-car-2:before {
  content: "\ea27";
}

.pli-car-3:before {
  content: "\ea28";
}

.pli-car-wheel:before {
  content: "\ea29";
}

.pli-cardigan:before {
  content: "\ea2a";
}

.pli-cardiovascular:before {
  content: "\ea2b";
}

.pli-cart-coin:before {
  content: "\ea2c";
}

.pli-cart-items:before {
  content: "\ea2d";
}

.pli-cart-quantity:before {
  content: "\ea2e";
}

.pli-casette-tape:before {
  content: "\ea2f";
}

.pli-cash-register:before {
  content: "\ea30";
}

.pli-cash-register-2:before {
  content: "\ea31";
}

.pli-castle:before {
  content: "\ea32";
}

.pli-cat:before {
  content: "\ea33";
}

.pli-cathedral:before {
  content: "\ea34";
}

.pli-cauldron:before {
  content: "\ea35";
}

.pli-cd:before {
  content: "\ea36";
}

.pli-cd-2:before {
  content: "\ea37";
}

.pli-cd-cover:before {
  content: "\ea38";
}

.pli-cello:before {
  content: "\ea39";
}

.pli-celsius:before {
  content: "\ea3a";
}

.pli-chair:before {
  content: "\ea3b";
}

.pli-charger:before {
  content: "\ea3c";
}

.pli-check:before {
  content: "\ea3d";
}

.pli-check-2:before {
  content: "\ea3e";
}

.pli-checked-user:before {
  content: "\ea3f";
}

.pli-checkered-flag:before {
  content: "\ea40";
}

.pli-checkmate:before {
  content: "\ea41";
}

.pli-checkout:before {
  content: "\ea42";
}

.pli-checkout-bag:before {
  content: "\ea43";
}

.pli-checkout-basket:before {
  content: "\ea44";
}

.pli-cheese:before {
  content: "\ea45";
}

.pli-cheetah:before {
  content: "\ea46";
}

.pli-chef:before {
  content: "\ea47";
}

.pli-chef-hat:before {
  content: "\ea48";
}

.pli-chef-hat-2:before {
  content: "\ea49";
}

.pli-chemical:before {
  content: "\ea4a";
}

.pli-chemical-2:before {
  content: "\ea4b";
}

.pli-chemical-3:before {
  content: "\ea4c";
}

.pli-chemical-4:before {
  content: "\ea4d";
}

.pli-chemical-5:before {
  content: "\ea4e";
}

.pli-chess:before {
  content: "\ea4f";
}

.pli-chess-board:before {
  content: "\ea50";
}

.pli-chevron-down:before {
  content: "\ea51";
}

.pli-chevron-left:before {
  content: "\ea52";
}

.pli-chevron-right:before {
  content: "\ea53";
}

.pli-chevron-up:before {
  content: "\ea54";
}

.pli-chicken:before {
  content: "\ea55";
}

.pli-chile:before {
  content: "\ea56";
}

.pli-chimney:before {
  content: "\ea57";
}

.pli-china:before {
  content: "\ea58";
}

.pli-chinese-temple:before {
  content: "\ea59";
}

.pli-chip:before {
  content: "\ea5a";
}

.pli-chopsticks:before {
  content: "\ea5b";
}

.pli-chopsticks-2:before {
  content: "\ea5c";
}

.pli-christmas:before {
  content: "\ea5d";
}

.pli-christmas-ball:before {
  content: "\ea5e";
}

.pli-christmas-bell:before {
  content: "\ea5f";
}

.pli-christmas-candle:before {
  content: "\ea60";
}

.pli-christmas-hat:before {
  content: "\ea61";
}

.pli-christmas-sleigh:before {
  content: "\ea62";
}

.pli-christmas-snowman:before {
  content: "\ea63";
}

.pli-christmas-sock:before {
  content: "\ea64";
}

.pli-christmas-tree:before {
  content: "\ea65";
}

.pli-chrome:before {
  content: "\ea66";
}

.pli-chrysler-building:before {
  content: "\ea67";
}

.pli-cinema:before {
  content: "\ea68";
}

.pli-circular-point:before {
  content: "\ea69";
}

.pli-city-hall:before {
  content: "\ea6a";
}

.pli-clamp:before {
  content: "\ea6b";
}

.pli-clapperboard-close:before {
  content: "\ea6c";
}

.pli-clapperboard-open:before {
  content: "\ea6d";
}

.pli-claps:before {
  content: "\ea6e";
}

.pli-clef:before {
  content: "\ea6f";
}

.pli-clinic:before {
  content: "\ea70";
}

.pli-clock:before {
  content: "\ea71";
}

.pli-clock-2:before {
  content: "\ea72";
}

.pli-clock-3:before {
  content: "\ea73";
}

.pli-clock-4:before {
  content: "\ea74";
}

.pli-clock-back:before {
  content: "\ea75";
}

.pli-clock-forward:before {
  content: "\ea76";
}

.pli-close:before {
  content: "\ea77";
}

.pli-close-window:before {
  content: "\ea78";
}

.pli-clothing-store:before {
  content: "\ea79";
}

.pli-cloud:before {
  content: "\ea7a";
}

.pli-cloud-camera:before {
  content: "\ea7b";
}

.pli-cloud-computer:before {
  content: "\ea7c";
}

.pli-cloud-email:before {
  content: "\ea7d";
}

.pli-cloud-hail:before {
  content: "\ea7e";
}

.pli-cloud-laptop:before {
  content: "\ea7f";
}

.pli-cloud-lock:before {
  content: "\ea80";
}

.pli-cloud-min:before {
  content: "\ea81";
}

.pli-cloud-moon:before {
  content: "\ea82";
}

.pli-cloud-music:before {
  content: "\ea83";
}

.pli-cloud-picture:before {
  content: "\ea84";
}

.pli-cloud-plus:before {
  content: "\ea85";
}

.pli-cloud-rain:before {
  content: "\ea86";
}

.pli-cloud-remove:before {
  content: "\ea87";
}

.pli-cloud-secure:before {
  content: "\ea88";
}

.pli-cloud-settings:before {
  content: "\ea89";
}

.pli-cloud-smartphone:before {
  content: "\ea8a";
}

.pli-cloud-snow:before {
  content: "\ea8b";
}

.pli-cloud-sun:before {
  content: "\ea8c";
}

.pli-cloud-tablet:before {
  content: "\ea8d";
}

.pli-cloud-video:before {
  content: "\ea8e";
}

.pli-cloud-weather:before {
  content: "\ea8f";
}

.pli-clouds:before {
  content: "\ea90";
}

.pli-clouds-weather:before {
  content: "\ea91";
}

.pli-clown:before {
  content: "\ea92";
}

.pli-cmyk:before {
  content: "\ea93";
}

.pli-coat:before {
  content: "\ea94";
}

.pli-cocktail:before {
  content: "\ea95";
}

.pli-coconut:before {
  content: "\ea96";
}

.pli-code-window:before {
  content: "\ea97";
}

.pli-coding:before {
  content: "\ea98";
}

.pli-coffee:before {
  content: "\ea99";
}

.pli-coffee-2:before {
  content: "\ea9a";
}

.pli-coffee-bean:before {
  content: "\ea9b";
}

.pli-coffee-machine:before {
  content: "\ea9c";
}

.pli-coffee-to-go:before {
  content: "\ea9d";
}

.pli-coffin:before {
  content: "\ea9e";
}

.pli-coin:before {
  content: "\ea9f";
}

.pli-coins:before {
  content: "\eaa0";
}

.pli-coins-2:before {
  content: "\eaa1";
}

.pli-coins-3:before {
  content: "\eaa2";
}

.pli-colombia:before {
  content: "\eaa3";
}

.pli-colosseum:before {
  content: "\eaa4";
}

.pli-column:before {
  content: "\eaa5";
}

.pli-column-2:before {
  content: "\eaa6";
}

.pli-column-3:before {
  content: "\eaa7";
}

.pli-comb:before {
  content: "\eaa8";
}

.pli-comb-2:before {
  content: "\eaa9";
}

.pli-communication-tower:before {
  content: "\eaaa";
}

.pli-communication-tower-2:before {
  content: "\eaab";
}

.pli-compass:before {
  content: "\eaac";
}

.pli-compass-2:before {
  content: "\eaad";
}

.pli-compass-3:before {
  content: "\eaae";
}

.pli-compass-4:before {
  content: "\eaaf";
}

.pli-compass-rose:before {
  content: "\eab0";
}

.pli-computer:before {
  content: "\eab1";
}

.pli-computer-2:before {
  content: "\eab2";
}

.pli-computer-3:before {
  content: "\eab3";
}

.pli-computer-secure:before {
  content: "\eab4";
}

.pli-conference:before {
  content: "\eab5";
}

.pli-confused:before {
  content: "\eab6";
}

.pli-conservation:before {
  content: "\eab7";
}

.pli-consulting:before {
  content: "\eab8";
}

.pli-contrast:before {
  content: "\eab9";
}

.pli-control:before {
  content: "\eaba";
}

.pli-control-2:before {
  content: "\eabb";
}

.pli-cookie-man:before {
  content: "\eabc";
}

.pli-cookies:before {
  content: "\eabd";
}

.pli-cool:before {
  content: "\eabe";
}

.pli-cool-guy:before {
  content: "\eabf";
}

.pli-copyright:before {
  content: "\eac0";
}

.pli-costume:before {
  content: "\eac1";
}

.pli-couple-sign:before {
  content: "\eac2";
}

.pli-cow:before {
  content: "\eac3";
}

.pli-cpu:before {
  content: "\eac4";
}

.pli-crane:before {
  content: "\eac5";
}

.pli-cranium:before {
  content: "\eac6";
}

.pli-credit-card:before {
  content: "\eac7";
}

.pli-credit-card-2:before {
  content: "\eac8";
}

.pli-credit-card-3:before {
  content: "\eac9";
}

.pli-cricket:before {
  content: "\eaca";
}

.pli-criminal:before {
  content: "\eacb";
}

.pli-croissant:before {
  content: "\eacc";
}

.pli-crop:before {
  content: "\eacd";
}

.pli-crop-2:before {
  content: "\eace";
}

.pli-cross:before {
  content: "\eacf";
}

.pli-crown:before {
  content: "\ead0";
}

.pli-crown-2:before {
  content: "\ead1";
}

.pli-crying:before {
  content: "\ead2";
}

.pli-cube-molecule:before {
  content: "\ead3";
}

.pli-cube-molecule-2:before {
  content: "\ead4";
}

.pli-cupcake:before {
  content: "\ead5";
}

.pli-cursor:before {
  content: "\ead6";
}

.pli-cursor-click:before {
  content: "\ead7";
}

.pli-cursor-click-2:before {
  content: "\ead8";
}

.pli-cursor-move:before {
  content: "\ead9";
}

.pli-cursor-move-2:before {
  content: "\eada";
}

.pli-cursor-select:before {
  content: "\eadb";
}

.pli-dam:before {
  content: "\eadc";
}

.pli-danger:before {
  content: "\eadd";
}

.pli-danger-2:before {
  content: "\eade";
}

.pli-dashboard:before {
  content: "\eadf";
}

.pli-data:before {
  content: "\eae0";
}

.pli-data-backup:before {
  content: "\eae1";
}

.pli-data-block:before {
  content: "\eae2";
}

.pli-data-center:before {
  content: "\eae3";
}

.pli-data-clock:before {
  content: "\eae4";
}

.pli-data-cloud:before {
  content: "\eae5";
}

.pli-data-compress:before {
  content: "\eae6";
}

.pli-data-copy:before {
  content: "\eae7";
}

.pli-data-download:before {
  content: "\eae8";
}

.pli-data-financial:before {
  content: "\eae9";
}

.pli-data-key:before {
  content: "\eaea";
}

.pli-data-lock:before {
  content: "\eaeb";
}

.pli-data-network:before {
  content: "\eaec";
}

.pli-data-password:before {
  content: "\eaed";
}

.pli-data-power:before {
  content: "\eaee";
}

.pli-data-refresh:before {
  content: "\eaef";
}

.pli-data-save:before {
  content: "\eaf0";
}

.pli-data-search:before {
  content: "\eaf1";
}

.pli-data-security:before {
  content: "\eaf2";
}

.pli-data-settings:before {
  content: "\eaf3";
}

.pli-data-sharing:before {
  content: "\eaf4";
}

.pli-data-shield:before {
  content: "\eaf5";
}

.pli-data-signal:before {
  content: "\eaf6";
}

.pli-data-storage:before {
  content: "\eaf7";
}

.pli-data-stream:before {
  content: "\eaf8";
}

.pli-data-transfer:before {
  content: "\eaf9";
}

.pli-data-unlock:before {
  content: "\eafa";
}

.pli-data-upload:before {
  content: "\eafb";
}

.pli-data-yes:before {
  content: "\eafc";
}

.pli-daylight:before {
  content: "\eafd";
}

.pli-death:before {
  content: "\eafe";
}

.pli-debian:before {
  content: "\eaff";
}

.pli-dec:before {
  content: "\eb00";
}

.pli-decrease-indent:before {
  content: "\eb01";
}

.pli-deer:before {
  content: "\eb02";
}

.pli-deer-2:before {
  content: "\eb03";
}

.pli-delete-window:before {
  content: "\eb04";
}

.pli-delicious:before {
  content: "\eb05";
}

.pli-denmark:before {
  content: "\eb06";
}

.pli-depression:before {
  content: "\eb07";
}

.pli-deviantart:before {
  content: "\eb08";
}

.pli-device-sync-with-cloud:before {
  content: "\eb09";
}

.pli-diamond:before {
  content: "\eb0a";
}

.pli-dice:before {
  content: "\eb0b";
}

.pli-dice-2:before {
  content: "\eb0c";
}

.pli-digg:before {
  content: "\eb0d";
}

.pli-digital-drawing:before {
  content: "\eb0e";
}

.pli-diigo:before {
  content: "\eb0f";
}

.pli-dinosaur:before {
  content: "\eb10";
}

.pli-diploma:before {
  content: "\eb11";
}

.pli-diploma-2:before {
  content: "\eb12";
}

.pli-direction-east:before {
  content: "\eb13";
}

.pli-direction-north:before {
  content: "\eb14";
}

.pli-direction-south:before {
  content: "\eb15";
}

.pli-direction-west:before {
  content: "\eb16";
}

.pli-director:before {
  content: "\eb17";
}

.pli-disk:before {
  content: "\eb18";
}

.pli-dj:before {
  content: "\eb19";
}

.pli-dna:before {
  content: "\eb1a";
}

.pli-dna-2:before {
  content: "\eb1b";
}

.pli-dna-helix:before {
  content: "\eb1c";
}

.pli-doctor:before {
  content: "\eb1d";
}

.pli-dog:before {
  content: "\eb1e";
}

.pli-dollar:before {
  content: "\eb1f";
}

.pli-dollar-sign:before {
  content: "\eb20";
}

.pli-dollar-sign-2:before {
  content: "\eb21";
}

.pli-dolphin:before {
  content: "\eb22";
}

.pli-domino:before {
  content: "\eb23";
}

.pli-door:before {
  content: "\eb24";
}

.pli-door-hanger:before {
  content: "\eb25";
}

.pli-dopplr:before {
  content: "\eb26";
}

.pli-dot-horizontal:before {
  content: "\eb27";
}

.pli-dot-vertical:before {
  content: "\eb28";
}

.pli-double-circle:before {
  content: "\eb29";
}

.pli-double-tap:before {
  content: "\eb2a";
}

.pli-doughnut:before {
  content: "\eb2b";
}

.pli-dove:before {
  content: "\eb2c";
}

.pli-down:before {
  content: "\eb2d";
}

.pli-down-2:before {
  content: "\eb2e";
}

.pli-down-3:before {
  content: "\eb2f";
}

.pli-down-4:before {
  content: "\eb30";
}

.pli-download:before {
  content: "\eb31";
}

.pli-download-2:before {
  content: "\eb32";
}

.pli-download-from-cloud:before {
  content: "\eb33";
}

.pli-download-window:before {
  content: "\eb34";
}

.pli-downward:before {
  content: "\eb35";
}

.pli-drag:before {
  content: "\eb36";
}

.pli-drag-down:before {
  content: "\eb37";
}

.pli-drag-left:before {
  content: "\eb38";
}

.pli-drag-right:before {
  content: "\eb39";
}

.pli-drag-up:before {
  content: "\eb3a";
}

.pli-dress:before {
  content: "\eb3b";
}

.pli-dribbble:before {
  content: "\eb3c";
}

.pli-drill:before {
  content: "\eb3d";
}

.pli-drill-2:before {
  content: "\eb3e";
}

.pli-drop:before {
  content: "\eb3f";
}

.pli-dropbox:before {
  content: "\eb40";
}

.pli-drum:before {
  content: "\eb41";
}

.pli-dry:before {
  content: "\eb42";
}

.pli-duck:before {
  content: "\eb43";
}

.pli-dumbbell:before {
  content: "\eb44";
}

.pli-duplicate-layer:before {
  content: "\eb45";
}

.pli-duplicate-window:before {
  content: "\eb46";
}

.pli-dvd:before {
  content: "\eb47";
}

.pli-eagle:before {
  content: "\eb48";
}

.pli-ear:before {
  content: "\eb49";
}

.pli-earphones:before {
  content: "\eb4a";
}

.pli-earphones-2:before {
  content: "\eb4b";
}

.pli-eco-icon:before {
  content: "\eb4c";
}

.pli-edit:before {
  content: "\eb4d";
}

.pli-edit-map:before {
  content: "\eb4e";
}

.pli-eggs:before {
  content: "\eb4f";
}

.pli-egypt:before {
  content: "\eb50";
}

.pli-eifel-tower:before {
  content: "\eb51";
}

.pli-eject:before {
  content: "\eb52";
}

.pli-eject-2:before {
  content: "\eb53";
}

.pli-el-castillo:before {
  content: "\eb54";
}

.pli-elbow:before {
  content: "\eb55";
}

.pli-electric-guitar:before {
  content: "\eb56";
}

.pli-electricity:before {
  content: "\eb57";
}

.pli-elephant:before {
  content: "\eb58";
}

.pli-email:before {
  content: "\eb59";
}

.pli-embassy:before {
  content: "\eb5a";
}

.pli-empire-state-building:before {
  content: "\eb5b";
}

.pli-empty-box:before {
  content: "\eb5c";
}

.pli-end:before {
  content: "\eb5d";
}

.pli-end-2:before {
  content: "\eb5e";
}

.pli-end-3:before {
  content: "\eb5f";
}

.pli-endways:before {
  content: "\eb60";
}

.pli-engineering:before {
  content: "\eb61";
}

.pli-envelope:before {
  content: "\eb62";
}

.pli-envelope-2:before {
  content: "\eb63";
}

.pli-environmental:before {
  content: "\eb64";
}

.pli-environmental-2:before {
  content: "\eb65";
}

.pli-environmental-3:before {
  content: "\eb66";
}

.pli-equalizer:before {
  content: "\eb67";
}

.pli-eraser:before {
  content: "\eb68";
}

.pli-eraser-2:before {
  content: "\eb69";
}

.pli-eraser-3:before {
  content: "\eb6a";
}

.pli-error-404-window:before {
  content: "\eb6b";
}

.pli-euro:before {
  content: "\eb6c";
}

.pli-euro-sign:before {
  content: "\eb6d";
}

.pli-euro-sign-2:before {
  content: "\eb6e";
}

.pli-evernote:before {
  content: "\eb6f";
}

.pli-evil:before {
  content: "\eb70";
}

.pli-exclamation:before {
  content: "\eb71";
}

.pli-explode:before {
  content: "\eb72";
}

.pli-eye:before {
  content: "\eb73";
}

.pli-eye-2:before {
  content: "\eb74";
}

.pli-eye-blind:before {
  content: "\eb75";
}

.pli-eye-invisible:before {
  content: "\eb76";
}

.pli-eye-scan:before {
  content: "\eb77";
}

.pli-eye-visible:before {
  content: "\eb78";
}

.pli-eyebrow:before {
  content: "\eb79";
}

.pli-eyebrow-2:before {
  content: "\eb7a";
}

.pli-eyebrow-3:before {
  content: "\eb7b";
}

.pli-eyeglasses-smiley:before {
  content: "\eb7c";
}

.pli-eyeglasses-smiley-2:before {
  content: "\eb7d";
}

.pli-face-style:before {
  content: "\eb7e";
}

.pli-face-style-2:before {
  content: "\eb7f";
}

.pli-face-style-3:before {
  content: "\eb80";
}

.pli-face-style-4:before {
  content: "\eb81";
}

.pli-face-style-5:before {
  content: "\eb82";
}

.pli-face-style-6:before {
  content: "\eb83";
}

.pli-facebook:before {
  content: "\eb84";
}

.pli-facebook-2:before {
  content: "\eb85";
}

.pli-factory:before {
  content: "\eb86";
}

.pli-factory-2:before {
  content: "\eb87";
}

.pli-fahrenheit:before {
  content: "\eb88";
}

.pli-family-sign:before {
  content: "\eb89";
}

.pli-fan:before {
  content: "\eb8a";
}

.pli-farmer:before {
  content: "\eb8b";
}

.pli-fashion:before {
  content: "\eb8c";
}

.pli-favorite-window:before {
  content: "\eb8d";
}

.pli-fax:before {
  content: "\eb8e";
}

.pli-feather:before {
  content: "\eb8f";
}

.pli-feedburner:before {
  content: "\eb90";
}

.pli-female:before {
  content: "\eb91";
}

.pli-female-2:before {
  content: "\eb92";
}

.pli-female-sign:before {
  content: "\eb93";
}

.pli-file:before {
  content: "\eb94";
}

.pli-file-add:before {
  content: "\eb95";
}

.pli-file-block:before {
  content: "\eb96";
}

.pli-file-bookmark:before {
  content: "\eb97";
}

.pli-file-chart:before {
  content: "\eb98";
}

.pli-file-clipboard:before {
  content: "\eb99";
}

.pli-file-clipboard-file-text:before {
  content: "\eb9a";
}

.pli-file-clipboard-text-image:before {
  content: "\eb9b";
}

.pli-file-cloud:before {
  content: "\eb9c";
}

.pli-file-copy:before {
  content: "\eb9d";
}

.pli-file-copy-2:before {
  content: "\eb9e";
}

.pli-file-csv:before {
  content: "\eb9f";
}

.pli-file-delete:before {
  content: "\eba0";
}

.pli-file-download:before {
  content: "\eba1";
}

.pli-file-edit:before {
  content: "\eba2";
}

.pli-file-excel:before {
  content: "\eba3";
}

.pli-file-favorite:before {
  content: "\eba4";
}

.pli-file-fire:before {
  content: "\eba5";
}

.pli-file-graph:before {
  content: "\eba6";
}

.pli-file-hide:before {
  content: "\eba7";
}

.pli-file-horizontal:before {
  content: "\eba8";
}

.pli-file-horizontal-text:before {
  content: "\eba9";
}

.pli-file-html:before {
  content: "\ebaa";
}

.pli-file-jpg:before {
  content: "\ebab";
}

.pli-file-link:before {
  content: "\ebac";
}

.pli-file-loading:before {
  content: "\ebad";
}

.pli-file-lock:before {
  content: "\ebae";
}

.pli-file-love:before {
  content: "\ebaf";
}

.pli-file-music:before {
  content: "\ebb0";
}

.pli-file-network:before {
  content: "\ebb1";
}

.pli-file-pictures:before {
  content: "\ebb2";
}

.pli-file-pie:before {
  content: "\ebb3";
}

.pli-file-presentation:before {
  content: "\ebb4";
}

.pli-file-refresh:before {
  content: "\ebb5";
}

.pli-file-remove:before {
  content: "\ebb6";
}

.pli-file-search:before {
  content: "\ebb7";
}

.pli-file-settings:before {
  content: "\ebb8";
}

.pli-file-share:before {
  content: "\ebb9";
}

.pli-file-text-image:before {
  content: "\ebba";
}

.pli-file-trash:before {
  content: "\ebbb";
}

.pli-file-txt:before {
  content: "\ebbc";
}

.pli-file-upload:before {
  content: "\ebbd";
}

.pli-file-video:before {
  content: "\ebbe";
}

.pli-file-word:before {
  content: "\ebbf";
}

.pli-file-zip:before {
  content: "\ebc0";
}

.pli-files:before {
  content: "\ebc1";
}

.pli-film:before {
  content: "\ebc2";
}

.pli-film-board:before {
  content: "\ebc3";
}

.pli-film-cartridge:before {
  content: "\ebc4";
}

.pli-film-strip:before {
  content: "\ebc5";
}

.pli-film-video:before {
  content: "\ebc6";
}

.pli-filter:before {
  content: "\ebc7";
}

.pli-filter-2:before {
  content: "\ebc8";
}

.pli-financial:before {
  content: "\ebc9";
}

.pli-find-user:before {
  content: "\ebca";
}

.pli-finger:before {
  content: "\ebcb";
}

.pli-finger-drag-four-sides:before {
  content: "\ebcc";
}

.pli-finger-drag-two-sides:before {
  content: "\ebcd";
}

.pli-finger-print:before {
  content: "\ebce";
}

.pli-fingerprint:before {
  content: "\ebcf";
}

.pli-fingerprint-2:before {
  content: "\ebd0";
}

.pli-fire-flame:before {
  content: "\ebd1";
}

.pli-fire-flame-2:before {
  content: "\ebd2";
}

.pli-fire-hydrant:before {
  content: "\ebd3";
}

.pli-fire-station:before {
  content: "\ebd4";
}

.pli-firefox:before {
  content: "\ebd5";
}

.pli-firewall:before {
  content: "\ebd6";
}

.pli-first:before {
  content: "\ebd7";
}

.pli-first-aid:before {
  content: "\ebd8";
}

.pli-fish:before {
  content: "\ebd9";
}

.pli-fish-food:before {
  content: "\ebda";
}

.pli-fit-to:before {
  content: "\ebdb";
}

.pli-fit-to-2:before {
  content: "\ebdc";
}

.pli-five-fingers:before {
  content: "\ebdd";
}

.pli-five-fingers-drag:before {
  content: "\ebde";
}

.pli-five-fingers-drag-2:before {
  content: "\ebdf";
}

.pli-five-fingers-touch:before {
  content: "\ebe0";
}

.pli-flag:before {
  content: "\ebe1";
}

.pli-flag-2:before {
  content: "\ebe2";
}

.pli-flag-3:before {
  content: "\ebe3";
}

.pli-flag-4:before {
  content: "\ebe4";
}

.pli-flag-5:before {
  content: "\ebe5";
}

.pli-flag-6:before {
  content: "\ebe6";
}

.pli-flamingo:before {
  content: "\ebe7";
}

.pli-flash:before {
  content: "\ebe8";
}

.pli-flash-2:before {
  content: "\ebe9";
}

.pli-flash-video:before {
  content: "\ebea";
}

.pli-flashlight:before {
  content: "\ebeb";
}

.pli-flask:before {
  content: "\ebec";
}

.pli-flask-2:before {
  content: "\ebed";
}

.pli-flick:before {
  content: "\ebee";
}

.pli-flickr:before {
  content: "\ebef";
}

.pli-flowerpot:before {
  content: "\ebf0";
}

.pli-fluorescent:before {
  content: "\ebf1";
}

.pli-fog-day:before {
  content: "\ebf2";
}

.pli-fog-night:before {
  content: "\ebf3";
}

.pli-folder:before {
  content: "\ebf4";
}

.pli-folder-add:before {
  content: "\ebf5";
}

.pli-folder-archive:before {
  content: "\ebf6";
}

.pli-folder-binder:before {
  content: "\ebf7";
}

.pli-folder-binder-2:before {
  content: "\ebf8";
}

.pli-folder-block:before {
  content: "\ebf9";
}

.pli-folder-bookmark:before {
  content: "\ebfa";
}

.pli-folder-close:before {
  content: "\ebfb";
}

.pli-folder-cloud:before {
  content: "\ebfc";
}

.pli-folder-delete:before {
  content: "\ebfd";
}

.pli-folder-download:before {
  content: "\ebfe";
}

.pli-folder-edit:before {
  content: "\ebff";
}

.pli-folder-favorite:before {
  content: "\ec00";
}

.pli-folder-fire:before {
  content: "\ec01";
}

.pli-folder-hide:before {
  content: "\ec02";
}

.pli-folder-link:before {
  content: "\ec03";
}

.pli-folder-loading:before {
  content: "\ec04";
}

.pli-folder-lock:before {
  content: "\ec05";
}

.pli-folder-love:before {
  content: "\ec06";
}

.pli-folder-music:before {
  content: "\ec07";
}

.pli-folder-network:before {
  content: "\ec08";
}

.pli-folder-open:before {
  content: "\ec09";
}

.pli-folder-open-2:before {
  content: "\ec0a";
}

.pli-folder-organizing:before {
  content: "\ec0b";
}

.pli-folder-pictures:before {
  content: "\ec0c";
}

.pli-folder-refresh:before {
  content: "\ec0d";
}

.pli-folder-remove:before {
  content: "\ec0e";
}

.pli-folder-search:before {
  content: "\ec0f";
}

.pli-folder-settings:before {
  content: "\ec10";
}

.pli-folder-share:before {
  content: "\ec11";
}

.pli-folder-trash:before {
  content: "\ec12";
}

.pli-folder-upload:before {
  content: "\ec13";
}

.pli-folder-video:before {
  content: "\ec14";
}

.pli-folder-with-document:before {
  content: "\ec15";
}

.pli-folder-zip:before {
  content: "\ec16";
}

.pli-folders:before {
  content: "\ec17";
}

.pli-font-color:before {
  content: "\ec18";
}

.pli-font-name:before {
  content: "\ec19";
}

.pli-font-size:before {
  content: "\ec1a";
}

.pli-font-style:before {
  content: "\ec1b";
}

.pli-font-style-subscript:before {
  content: "\ec1c";
}

.pli-font-style-superscript:before {
  content: "\ec1d";
}

.pli-font-window:before {
  content: "\ec1e";
}

.pli-foot:before {
  content: "\ec1f";
}

.pli-foot-2:before {
  content: "\ec20";
}

.pli-football:before {
  content: "\ec21";
}

.pli-football-2:before {
  content: "\ec22";
}

.pli-footprint:before {
  content: "\ec23";
}

.pli-footprint-2:before {
  content: "\ec24";
}

.pli-footprint-3:before {
  content: "\ec25";
}

.pli-forest:before {
  content: "\ec26";
}

.pli-fork:before {
  content: "\ec27";
}

.pli-formspring:before {
  content: "\ec28";
}

.pli-formula:before {
  content: "\ec29";
}

.pli-forward:before {
  content: "\ec2a";
}

.pli-fountain-pen:before {
  content: "\ec2b";
}

.pli-four-fingers:before {
  content: "\ec2c";
}

.pli-four-fingers-drag:before {
  content: "\ec2d";
}

.pli-four-fingers-drag-2:before {
  content: "\ec2e";
}

.pli-four-fingers-touch:before {
  content: "\ec2f";
}

.pli-foursquare:before {
  content: "\ec30";
}

.pli-fox:before {
  content: "\ec31";
}

.pli-frankenstein:before {
  content: "\ec32";
}

.pli-french-fries:before {
  content: "\ec33";
}

.pli-friendfeed:before {
  content: "\ec34";
}

.pli-friendster:before {
  content: "\ec35";
}

.pli-frog:before {
  content: "\ec36";
}

.pli-fruits:before {
  content: "\ec37";
}

.pli-fuel:before {
  content: "\ec38";
}

.pli-full-bag:before {
  content: "\ec39";
}

.pli-full-basket:before {
  content: "\ec3a";
}

.pli-full-cart:before {
  content: "\ec3b";
}

.pli-full-moon:before {
  content: "\ec3c";
}

.pli-full-screen:before {
  content: "\ec3d";
}

.pli-full-screen-2:before {
  content: "\ec3e";
}

.pli-full-view:before {
  content: "\ec3f";
}

.pli-full-view-2:before {
  content: "\ec40";
}

.pli-full-view-window:before {
  content: "\ec41";
}

.pli-function:before {
  content: "\ec42";
}

.pli-funky:before {
  content: "\ec43";
}

.pli-funny-bicycle:before {
  content: "\ec44";
}

.pli-furl:before {
  content: "\ec45";
}

.pli-gamepad:before {
  content: "\ec46";
}

.pli-gamepad-2:before {
  content: "\ec47";
}

.pli-gas-pump:before {
  content: "\ec48";
}

.pli-gauge:before {
  content: "\ec49";
}

.pli-gauge-2:before {
  content: "\ec4a";
}

.pli-gay:before {
  content: "\ec4b";
}

.pli-gear:before {
  content: "\ec4c";
}

.pli-gear-2:before {
  content: "\ec4d";
}

.pli-gears:before {
  content: "\ec4e";
}

.pli-gears-2:before {
  content: "\ec4f";
}

.pli-geek:before {
  content: "\ec50";
}

.pli-geek-2:before {
  content: "\ec51";
}

.pli-gemini:before {
  content: "\ec52";
}

.pli-gemini-2:before {
  content: "\ec53";
}

.pli-genius:before {
  content: "\ec54";
}

.pli-gentleman:before {
  content: "\ec55";
}

.pli-geo:before {
  content: "\ec56";
}

.pli-geo-2:before {
  content: "\ec57";
}

.pli-geo-2-close:before {
  content: "\ec58";
}

.pli-geo-2-love:before {
  content: "\ec59";
}

.pli-geo-2-min:before {
  content: "\ec5a";
}

.pli-geo-2-number:before {
  content: "\ec5b";
}

.pli-geo-2-plus:before {
  content: "\ec5c";
}

.pli-geo-2-star:before {
  content: "\ec5d";
}

.pli-geo-3:before {
  content: "\ec5e";
}

.pli-geo-3-close:before {
  content: "\ec5f";
}

.pli-geo-3-love:before {
  content: "\ec60";
}

.pli-geo-3-min:before {
  content: "\ec61";
}

.pli-geo-3-number:before {
  content: "\ec62";
}

.pli-geo-3-plus:before {
  content: "\ec63";
}

.pli-geo-3-star:before {
  content: "\ec64";
}

.pli-geo-close:before {
  content: "\ec65";
}

.pli-geo-love:before {
  content: "\ec66";
}

.pli-geo-min:before {
  content: "\ec67";
}

.pli-geo-number:before {
  content: "\ec68";
}

.pli-geo-plus:before {
  content: "\ec69";
}

.pli-geo-star:before {
  content: "\ec6a";
}

.pli-ghost:before {
  content: "\ec6b";
}

.pli-gift-box:before {
  content: "\ec6c";
}

.pli-giraffe:before {
  content: "\ec6d";
}

.pli-girl:before {
  content: "\ec6e";
}

.pli-glass-water:before {
  content: "\ec6f";
}

.pli-glasses:before {
  content: "\ec70";
}

.pli-glasses-2:before {
  content: "\ec71";
}

.pli-glasses-3:before {
  content: "\ec72";
}

.pli-global-position:before {
  content: "\ec73";
}

.pli-globe:before {
  content: "\ec74";
}

.pli-globe-2:before {
  content: "\ec75";
}

.pli-gloves:before {
  content: "\ec76";
}

.pli-go-bottom:before {
  content: "\ec77";
}

.pli-go-top:before {
  content: "\ec78";
}

.pli-goggles:before {
  content: "\ec79";
}

.pli-golf:before {
  content: "\ec7a";
}

.pli-golf-2:before {
  content: "\ec7b";
}

.pli-google:before {
  content: "\ec7c";
}

.pli-google-buzz:before {
  content: "\ec7d";
}

.pli-google-drive:before {
  content: "\ec7e";
}

.pli-google-play:before {
  content: "\ec7f";
}

.pli-google-plus:before {
  content: "\ec80";
}

.pli-gopro:before {
  content: "\ec81";
}

.pli-gorilla:before {
  content: "\ec82";
}

.pli-gowalla:before {
  content: "\ec83";
}

.pli-grave:before {
  content: "\ec84";
}

.pli-graveyard:before {
  content: "\ec85";
}

.pli-greece:before {
  content: "\ec86";
}

.pli-green-energy:before {
  content: "\ec87";
}

.pli-green-house:before {
  content: "\ec88";
}

.pli-guitar:before {
  content: "\ec89";
}

.pli-gun:before {
  content: "\ec8a";
}

.pli-gun-2:before {
  content: "\ec8b";
}

.pli-gun-3:before {
  content: "\ec8c";
}

.pli-gymnastics:before {
  content: "\ec8d";
}

.pli-hair:before {
  content: "\ec8e";
}

.pli-hair-2:before {
  content: "\ec8f";
}

.pli-hair-3:before {
  content: "\ec90";
}

.pli-hair-4:before {
  content: "\ec91";
}

.pli-half-moon:before {
  content: "\ec92";
}

.pli-halloween-halfmoon:before {
  content: "\ec93";
}

.pli-halloween-moon:before {
  content: "\ec94";
}

.pli-hamburger:before {
  content: "\ec95";
}

.pli-hammer:before {
  content: "\ec96";
}

.pli-hand:before {
  content: "\ec97";
}

.pli-hand-touch:before {
  content: "\ec98";
}

.pli-hand-touch-2:before {
  content: "\ec99";
}

.pli-hand-touch-smartphone:before {
  content: "\ec9a";
}

.pli-hands:before {
  content: "\ec9b";
}

.pli-handshake:before {
  content: "\ec9c";
}

.pli-hanger:before {
  content: "\ec9d";
}

.pli-happy:before {
  content: "\ec9e";
}

.pli-hat:before {
  content: "\ec9f";
}

.pli-hat-2:before {
  content: "\eca0";
}

.pli-haunted-house:before {
  content: "\eca1";
}

.pli-hd:before {
  content: "\eca2";
}

.pli-hd-video:before {
  content: "\eca3";
}

.pli-hdd:before {
  content: "\eca4";
}

.pli-headphone:before {
  content: "\eca5";
}

.pli-headphones:before {
  content: "\eca6";
}

.pli-headset:before {
  content: "\eca7";
}

.pli-heart:before {
  content: "\eca8";
}

.pli-heart-2:before {
  content: "\eca9";
}

.pli-heels:before {
  content: "\ecaa";
}

.pli-heels-2:before {
  content: "\ecab";
}

.pli-height-window:before {
  content: "\ecac";
}

.pli-helicopter:before {
  content: "\ecad";
}

.pli-helicopter-2:before {
  content: "\ecae";
}

.pli-helix-2:before {
  content: "\ecaf";
}

.pli-hello:before {
  content: "\ecb0";
}

.pli-helmet:before {
  content: "\ecb1";
}

.pli-helmet-2:before {
  content: "\ecb2";
}

.pli-helmet-3:before {
  content: "\ecb3";
}

.pli-hippo:before {
  content: "\ecb4";
}

.pli-hipster-glasses:before {
  content: "\ecb5";
}

.pli-hipster-glasses-2:before {
  content: "\ecb6";
}

.pli-hipster-glasses-3:before {
  content: "\ecb7";
}

.pli-hipster-headphones:before {
  content: "\ecb8";
}

.pli-hipster-man:before {
  content: "\ecb9";
}

.pli-hipster-man-2:before {
  content: "\ecba";
}

.pli-hipster-man-3:before {
  content: "\ecbb";
}

.pli-hipster-sunglasses:before {
  content: "\ecbc";
}

.pli-hipster-sunglasses-2:before {
  content: "\ecbd";
}

.pli-hipster-sunglasses-3:before {
  content: "\ecbe";
}

.pli-hokey:before {
  content: "\ecbf";
}

.pli-holly:before {
  content: "\ecc0";
}

.pli-home:before {
  content: "\ecc1";
}

.pli-home-2:before {
  content: "\ecc2";
}

.pli-home-3:before {
  content: "\ecc3";
}

.pli-home-4:before {
  content: "\ecc4";
}

.pli-home-5:before {
  content: "\ecc5";
}

.pli-home-window:before {
  content: "\ecc6";
}

.pli-honey:before {
  content: "\ecc7";
}

.pli-hongkong:before {
  content: "\ecc8";
}

.pli-hoodie:before {
  content: "\ecc9";
}

.pli-horror:before {
  content: "\ecca";
}

.pli-horse:before {
  content: "\eccb";
}

.pli-hospital:before {
  content: "\eccc";
}

.pli-hospital-2:before {
  content: "\eccd";
}

.pli-hot-dog:before {
  content: "\ecce";
}

.pli-hotel:before {
  content: "\eccf";
}

.pli-hour:before {
  content: "\ecd0";
}

.pli-hub:before {
  content: "\ecd1";
}

.pli-humor:before {
  content: "\ecd2";
}

.pli-hurt:before {
  content: "\ecd3";
}

.pli-ice-cream:before {
  content: "\ecd4";
}

.pli-icq:before {
  content: "\ecd5";
}

.pli-id-2:before {
  content: "\ecd6";
}

.pli-id-3:before {
  content: "\ecd7";
}

.pli-id-card:before {
  content: "\ecd8";
}

.pli-idea:before {
  content: "\ecd9";
}

.pli-idea-2:before {
  content: "\ecda";
}

.pli-idea-3:before {
  content: "\ecdb";
}

.pli-idea-4:before {
  content: "\ecdc";
}

.pli-idea-5:before {
  content: "\ecdd";
}

.pli-identification-badge:before {
  content: "\ecde";
}

.pli-imdb:before {
  content: "\ecdf";
}

.pli-inbox:before {
  content: "\ece0";
}

.pli-inbox-empty:before {
  content: "\ece1";
}

.pli-inbox-forward:before {
  content: "\ece2";
}

.pli-inbox-full:before {
  content: "\ece3";
}

.pli-inbox-into:before {
  content: "\ece4";
}

.pli-inbox-out:before {
  content: "\ece5";
}

.pli-inbox-reply:before {
  content: "\ece6";
}

.pli-increase-indent:before {
  content: "\ece7";
}

.pli-indent-first-line:before {
  content: "\ece8";
}

.pli-indent-left-margin:before {
  content: "\ece9";
}

.pli-indent-right-margin:before {
  content: "\ecea";
}

.pli-india:before {
  content: "\eceb";
}

.pli-infinity:before {
  content: "\ecec";
}

.pli-info-window:before {
  content: "\eced";
}

.pli-information:before {
  content: "\ecee";
}

.pli-instagram:before {
  content: "\ecef";
}

.pli-internet:before {
  content: "\ecf0";
}

.pli-internet-2:before {
  content: "\ecf1";
}

.pli-internet-explorer:before {
  content: "\ecf2";
}

.pli-internet-smiley:before {
  content: "\ecf3";
}

.pli-ios-apple:before {
  content: "\ecf4";
}

.pli-israel:before {
  content: "\ecf5";
}

.pli-italic-text:before {
  content: "\ecf6";
}

.pli-jacket:before {
  content: "\ecf7";
}

.pli-jacket-2:before {
  content: "\ecf8";
}

.pli-jamaica:before {
  content: "\ecf9";
}

.pli-japan:before {
  content: "\ecfa";
}

.pli-japanese-gate:before {
  content: "\ecfb";
}

.pli-jeans:before {
  content: "\ecfc";
}

.pli-jeep:before {
  content: "\ecfd";
}

.pli-jeep-2:before {
  content: "\ecfe";
}

.pli-jet:before {
  content: "\ecff";
}

.pli-joystick:before {
  content: "\ed00";
}

.pli-juice:before {
  content: "\ed01";
}

.pli-jump-rope:before {
  content: "\ed02";
}

.pli-kangaroo:before {
  content: "\ed03";
}

.pli-kenya:before {
  content: "\ed04";
}

.pli-key:before {
  content: "\ed05";
}

.pli-key-2:before {
  content: "\ed06";
}

.pli-key-3:before {
  content: "\ed07";
}

.pli-key-lock:before {
  content: "\ed08";
}

.pli-keyboard:before {
  content: "\ed09";
}

.pli-keyboard-3:before {
  content: "\ed0a";
}

.pli-keypad:before {
  content: "\ed0b";
}

.pli-king:before {
  content: "\ed0c";
}

.pli-king-2:before {
  content: "\ed0d";
}

.pli-kiss:before {
  content: "\ed0e";
}

.pli-knee:before {
  content: "\ed0f";
}

.pli-knife:before {
  content: "\ed10";
}

.pli-knife-2:before {
  content: "\ed11";
}

.pli-knight:before {
  content: "\ed12";
}

.pli-koala:before {
  content: "\ed13";
}

.pli-korea:before {
  content: "\ed14";
}

.pli-lamp:before {
  content: "\ed15";
}

.pli-landscape:before {
  content: "\ed16";
}

.pli-landscape-2:before {
  content: "\ed17";
}

.pli-lantern:before {
  content: "\ed18";
}

.pli-laptop:before {
  content: "\ed19";
}

.pli-laptop-2:before {
  content: "\ed1a";
}

.pli-laptop-3:before {
  content: "\ed1b";
}

.pli-laptop-phone:before {
  content: "\ed1c";
}

.pli-laptop-secure:before {
  content: "\ed1d";
}

.pli-laptop-tablet:before {
  content: "\ed1e";
}

.pli-laser:before {
  content: "\ed1f";
}

.pli-last:before {
  content: "\ed20";
}

.pli-last-fm:before {
  content: "\ed21";
}

.pli-laughing:before {
  content: "\ed22";
}

.pli-layer-backward:before {
  content: "\ed23";
}

.pli-layer-forward:before {
  content: "\ed24";
}

.pli-layout-grid:before {
  content: "\ed25";
}

.pli-leafs:before {
  content: "\ed26";
}

.pli-leafs-2:before {
  content: "\ed27";
}

.pli-leaning-tower:before {
  content: "\ed28";
}

.pli-left:before {
  content: "\ed29";
}

.pli-left-2:before {
  content: "\ed2a";
}

.pli-left-3:before {
  content: "\ed2b";
}

.pli-left-4:before {
  content: "\ed2c";
}

.pli-left-right:before {
  content: "\ed2d";
}

.pli-left-right-3:before {
  content: "\ed2e";
}

.pli-left-to-right:before {
  content: "\ed2f";
}

.pli-leg:before {
  content: "\ed30";
}

.pli-leg-2:before {
  content: "\ed31";
}

.pli-lego:before {
  content: "\ed32";
}

.pli-lemon:before {
  content: "\ed33";
}

.pli-len:before {
  content: "\ed34";
}

.pli-len-2:before {
  content: "\ed35";
}

.pli-len-3:before {
  content: "\ed36";
}

.pli-leo:before {
  content: "\ed37";
}

.pli-leo-2:before {
  content: "\ed38";
}

.pli-leopard:before {
  content: "\ed39";
}

.pli-letter-close:before {
  content: "\ed3a";
}

.pli-letter-open:before {
  content: "\ed3b";
}

.pli-letter-sent:before {
  content: "\ed3c";
}

.pli-libra:before {
  content: "\ed3d";
}

.pli-libra-2:before {
  content: "\ed3e";
}

.pli-library:before {
  content: "\ed3f";
}

.pli-library-2:before {
  content: "\ed40";
}

.pli-life-jacket:before {
  content: "\ed41";
}

.pli-lifesaver:before {
  content: "\ed42";
}

.pli-light-bulb:before {
  content: "\ed43";
}

.pli-light-bulb-2:before {
  content: "\ed44";
}

.pli-light-bulb-leaf:before {
  content: "\ed45";
}

.pli-lighthouse:before {
  content: "\ed46";
}

.pli-like:before {
  content: "\ed47";
}

.pli-like-2:before {
  content: "\ed48";
}

.pli-line-chart:before {
  content: "\ed49";
}

.pli-line-chart-2:before {
  content: "\ed4a";
}

.pli-line-chart-3:before {
  content: "\ed4b";
}

.pli-line-chart-4:before {
  content: "\ed4c";
}

.pli-line-spacing:before {
  content: "\ed4d";
}

.pli-line-spacing-text:before {
  content: "\ed4e";
}

.pli-link:before {
  content: "\ed4f";
}

.pli-link-2:before {
  content: "\ed50";
}

.pli-linkedin:before {
  content: "\ed51";
}

.pli-linkedin-2:before {
  content: "\ed52";
}

.pli-linux:before {
  content: "\ed53";
}

.pli-lion:before {
  content: "\ed54";
}

.pli-livejournal:before {
  content: "\ed55";
}

.pli-loading:before {
  content: "\ed56";
}

.pli-loading-2:before {
  content: "\ed57";
}

.pli-loading-3:before {
  content: "\ed58";
}

.pli-loading-window:before {
  content: "\ed59";
}

.pli-location:before {
  content: "\ed5a";
}

.pli-location-2:before {
  content: "\ed5b";
}

.pli-lock:before {
  content: "\ed5c";
}

.pli-lock-2:before {
  content: "\ed5d";
}

.pli-lock-3:before {
  content: "\ed5e";
}

.pli-lock-user:before {
  content: "\ed5f";
}

.pli-lock-window:before {
  content: "\ed60";
}

.pli-lollipop:before {
  content: "\ed61";
}

.pli-lollipop-2:before {
  content: "\ed62";
}

.pli-lollipop-3:before {
  content: "\ed63";
}

.pli-loop:before {
  content: "\ed64";
}

.pli-loud:before {
  content: "\ed65";
}

.pli-loudspeaker:before {
  content: "\ed66";
}

.pli-love:before {
  content: "\ed67";
}

.pli-love-2:before {
  content: "\ed68";
}

.pli-love-user:before {
  content: "\ed69";
}

.pli-love-window:before {
  content: "\ed6a";
}

.pli-lowercase-text:before {
  content: "\ed6b";
}

.pli-luggage:before {
  content: "\ed6c";
}

.pli-luggage-2:before {
  content: "\ed6d";
}

.pli-macro:before {
  content: "\ed6e";
}

.pli-magic-wand:before {
  content: "\ed6f";
}

.pli-magnet:before {
  content: "\ed70";
}

.pli-magnifi-glass:before {
  content: "\ed71";
}

.pli-magnifi-glass-min:before {
  content: "\ed72";
}

.pli-magnifi-glass-plus:before {
  content: "\ed73";
}

.pli-mail:before {
  content: "\ed74";
}

.pli-mail-2:before {
  content: "\ed75";
}

.pli-mail-3:before {
  content: "\ed76";
}

.pli-mail-add:before {
  content: "\ed77";
}

.pli-mail-attachment:before {
  content: "\ed78";
}

.pli-mail-block:before {
  content: "\ed79";
}

.pli-mail-delete:before {
  content: "\ed7a";
}

.pli-mail-favorite:before {
  content: "\ed7b";
}

.pli-mail-forward:before {
  content: "\ed7c";
}

.pli-mail-gallery:before {
  content: "\ed7d";
}

.pli-mail-inbox:before {
  content: "\ed7e";
}

.pli-mail-link:before {
  content: "\ed7f";
}

.pli-mail-lock:before {
  content: "\ed80";
}

.pli-mail-love:before {
  content: "\ed81";
}

.pli-mail-money:before {
  content: "\ed82";
}

.pli-mail-open:before {
  content: "\ed83";
}

.pli-mail-outbox:before {
  content: "\ed84";
}

.pli-mail-password:before {
  content: "\ed85";
}

.pli-mail-photo:before {
  content: "\ed86";
}

.pli-mail-read:before {
  content: "\ed87";
}

.pli-mail-remove:before {
  content: "\ed88";
}

.pli-mail-reply:before {
  content: "\ed89";
}

.pli-mail-reply-all:before {
  content: "\ed8a";
}

.pli-mail-search:before {
  content: "\ed8b";
}

.pli-mail-send:before {
  content: "\ed8c";
}

.pli-mail-settings:before {
  content: "\ed8d";
}

.pli-mail-unread:before {
  content: "\ed8e";
}

.pli-mail-video:before {
  content: "\ed8f";
}

.pli-mail-with-at-sign:before {
  content: "\ed90";
}

.pli-mail-with-cursor:before {
  content: "\ed91";
}

.pli-mailbox-empty:before {
  content: "\ed92";
}

.pli-mailbox-full:before {
  content: "\ed93";
}

.pli-male:before {
  content: "\ed94";
}

.pli-male + female:before {
  content: "\ed95";
}

.pli-male-2:before {
  content: "\ed96";
}

.pli-male-female:before {
  content: "\ed97";
}

.pli-male-sign:before {
  content: "\ed98";
}

.pli-man-sign:before {
  content: "\ed99";
}

.pli-management:before {
  content: "\ed9a";
}

.pli-mans-underwear:before {
  content: "\ed9b";
}

.pli-mans-underwear-2:before {
  content: "\ed9c";
}

.pli-map:before {
  content: "\ed9d";
}

.pli-map-2:before {
  content: "\ed9e";
}

.pli-map-marker:before {
  content: "\ed9f";
}

.pli-map-marker-2:before {
  content: "\eda0";
}

.pli-map-marker-3:before {
  content: "\eda1";
}

.pli-marker:before {
  content: "\eda2";
}

.pli-marker-2:before {
  content: "\eda3";
}

.pli-marker-3:before {
  content: "\eda4";
}

.pli-martini-glass:before {
  content: "\eda5";
}

.pli-mask:before {
  content: "\eda6";
}

.pli-master-card:before {
  content: "\eda7";
}

.pli-maximize:before {
  content: "\eda8";
}

.pli-maximize-2:before {
  content: "\eda9";
}

.pli-maximize-3:before {
  content: "\edaa";
}

.pli-maximize-window:before {
  content: "\edab";
}

.pli-medal:before {
  content: "\edac";
}

.pli-medal-2:before {
  content: "\edad";
}

.pli-medal-3:before {
  content: "\edae";
}

.pli-medical-sign:before {
  content: "\edaf";
}

.pli-medicine:before {
  content: "\edb0";
}

.pli-medicine-2:before {
  content: "\edb1";
}

.pli-medicine-3:before {
  content: "\edb2";
}

.pli-megaphone:before {
  content: "\edb3";
}

.pli-memory-card:before {
  content: "\edb4";
}

.pli-memory-card-2:before {
  content: "\edb5";
}

.pli-memory-card-3:before {
  content: "\edb6";
}

.pli-men:before {
  content: "\edb7";
}

.pli-menorah:before {
  content: "\edb8";
}

.pli-mens:before {
  content: "\edb9";
}

.pli-metacafe:before {
  content: "\edba";
}

.pli-mexico:before {
  content: "\edbb";
}

.pli-mic:before {
  content: "\edbc";
}

.pli-microphone:before {
  content: "\edbd";
}

.pli-microphone-2:before {
  content: "\edbe";
}

.pli-microphone-3:before {
  content: "\edbf";
}

.pli-microphone-4:before {
  content: "\edc0";
}

.pli-microphone-5:before {
  content: "\edc1";
}

.pli-microphone-6:before {
  content: "\edc2";
}

.pli-microphone-7:before {
  content: "\edc3";
}

.pli-microscope:before {
  content: "\edc4";
}

.pli-milk-bottle:before {
  content: "\edc5";
}

.pli-milk-bottle-2:before {
  content: "\edc6";
}

.pli-min:before {
  content: "\edc7";
}

.pli-mine:before {
  content: "\edc8";
}

.pli-minimize:before {
  content: "\edc9";
}

.pli-minimize-2:before {
  content: "\edca";
}

.pli-minimize-3:before {
  content: "\edcb";
}

.pli-minimize-maximize-close-window:before {
  content: "\edcc";
}

.pli-minimize-window:before {
  content: "\edcd";
}

.pli-mirror:before {
  content: "\edce";
}

.pli-mixer:before {
  content: "\edcf";
}

.pli-mixx:before {
  content: "\edd0";
}

.pli-money:before {
  content: "\edd1";
}

.pli-money-2:before {
  content: "\edd2";
}

.pli-money-bag:before {
  content: "\edd3";
}

.pli-money-smiley:before {
  content: "\edd4";
}

.pli-monitor:before {
  content: "\edd5";
}

.pli-monitor-2:before {
  content: "\edd6";
}

.pli-monitor-3:before {
  content: "\edd7";
}

.pli-monitor-4:before {
  content: "\edd8";
}

.pli-monitor-5:before {
  content: "\edd9";
}

.pli-monitor-analytics:before {
  content: "\edda";
}

.pli-monitor-laptop:before {
  content: "\eddb";
}

.pli-monitor-phone:before {
  content: "\eddc";
}

.pli-monitor-tablet:before {
  content: "\eddd";
}

.pli-monitor-vertical:before {
  content: "\edde";
}

.pli-monitoring:before {
  content: "\eddf";
}

.pli-monkey:before {
  content: "\ede0";
}

.pli-monster:before {
  content: "\ede1";
}

.pli-morocco:before {
  content: "\ede2";
}

.pli-motorcycle:before {
  content: "\ede3";
}

.pli-mouse:before {
  content: "\ede4";
}

.pli-mouse-2:before {
  content: "\ede5";
}

.pli-mouse-3:before {
  content: "\ede6";
}

.pli-mouse-4:before {
  content: "\ede7";
}

.pli-mouse-pointer:before {
  content: "\ede8";
}

.pli-moustache-smiley:before {
  content: "\ede9";
}

.pli-movie:before {
  content: "\edea";
}

.pli-movie-ticket:before {
  content: "\edeb";
}

.pli-mp3-file:before {
  content: "\edec";
}

.pli-museum:before {
  content: "\eded";
}

.pli-mushroom:before {
  content: "\edee";
}

.pli-music-note:before {
  content: "\edef";
}

.pli-music-note-2:before {
  content: "\edf0";
}

.pli-music-note-3:before {
  content: "\edf1";
}

.pli-music-note-4:before {
  content: "\edf2";
}

.pli-music-player:before {
  content: "\edf3";
}

.pli-mustache:before {
  content: "\edf4";
}

.pli-mustache-2:before {
  content: "\edf5";
}

.pli-mustache-3:before {
  content: "\edf6";
}

.pli-mustache-4:before {
  content: "\edf7";
}

.pli-mustache-5:before {
  content: "\edf8";
}

.pli-mustache-6:before {
  content: "\edf9";
}

.pli-mustache-7:before {
  content: "\edfa";
}

.pli-mustache-8:before {
  content: "\edfb";
}

.pli-mute:before {
  content: "\edfc";
}

.pli-myspace:before {
  content: "\edfd";
}

.pli-navigate-end:before {
  content: "\edfe";
}

.pli-navigate-start:before {
  content: "\edff";
}

.pli-navigation-left-window:before {
  content: "\ee00";
}

.pli-navigation-right-window:before {
  content: "\ee01";
}

.pli-nepal:before {
  content: "\ee02";
}

.pli-netscape:before {
  content: "\ee03";
}

.pli-network:before {
  content: "\ee04";
}

.pli-network-window:before {
  content: "\ee05";
}

.pli-neutron:before {
  content: "\ee06";
}

.pli-new-mail:before {
  content: "\ee07";
}

.pli-new-tab:before {
  content: "\ee08";
}

.pli-newspaper:before {
  content: "\ee09";
}

.pli-newspaper-2:before {
  content: "\ee0a";
}

.pli-newsvine:before {
  content: "\ee0b";
}

.pli-next:before {
  content: "\ee0c";
}

.pli-next-media:before {
  content: "\ee0d";
}

.pli-next-media-2:before {
  content: "\ee0e";
}

.pli-next-music:before {
  content: "\ee0f";
}

.pli-no-battery:before {
  content: "\ee10";
}

.pli-no-drop:before {
  content: "\ee11";
}

.pli-no-flash:before {
  content: "\ee12";
}

.pli-no-smoking:before {
  content: "\ee13";
}

.pli-normal-text:before {
  content: "\ee14";
}

.pli-nose:before {
  content: "\ee15";
}

.pli-note:before {
  content: "\ee16";
}

.pli-notepad:before {
  content: "\ee17";
}

.pli-notepad-2:before {
  content: "\ee18";
}

.pli-nuclear:before {
  content: "\ee19";
}

.pli-numbering-list:before {
  content: "\ee1a";
}

.pli-nurse:before {
  content: "\ee1b";
}

.pli-office:before {
  content: "\ee1c";
}

.pli-office-lamp:before {
  content: "\ee1d";
}

.pli-oil:before {
  content: "\ee1e";
}

.pli-old-camera:before {
  content: "\ee1f";
}

.pli-old-cassette:before {
  content: "\ee20";
}

.pli-old-clock:before {
  content: "\ee21";
}

.pli-old-radio:before {
  content: "\ee22";
}

.pli-old-sticky:before {
  content: "\ee23";
}

.pli-old-sticky-2:before {
  content: "\ee24";
}

.pli-old-telephone:before {
  content: "\ee25";
}

.pli-old-tv:before {
  content: "\ee26";
}

.pli-on-air:before {
  content: "\ee27";
}

.pli-on-off:before {
  content: "\ee28";
}

.pli-on-off-2:before {
  content: "\ee29";
}

.pli-on-off-3:before {
  content: "\ee2a";
}

.pli-one-finger:before {
  content: "\ee2b";
}

.pli-one-finger-touch:before {
  content: "\ee2c";
}

.pli-one-window:before {
  content: "\ee2d";
}

.pli-open-banana:before {
  content: "\ee2e";
}

.pli-open-book:before {
  content: "\ee2f";
}

.pli-opera:before {
  content: "\ee30";
}

.pli-opera-house:before {
  content: "\ee31";
}

.pli-optimization:before {
  content: "\ee32";
}

.pli-orientation:before {
  content: "\ee33";
}

.pli-orientation-2:before {
  content: "\ee34";
}

.pli-orientation-3:before {
  content: "\ee35";
}

.pli-orkut:before {
  content: "\ee36";
}

.pli-ornament:before {
  content: "\ee37";
}

.pli-overtime:before {
  content: "\ee38";
}

.pli-overtime-2:before {
  content: "\ee39";
}

.pli-owl:before {
  content: "\ee3a";
}

.pli-pac-man:before {
  content: "\ee3b";
}

.pli-paint-brush:before {
  content: "\ee3c";
}

.pli-paint-bucket:before {
  content: "\ee3d";
}

.pli-paintbrush:before {
  content: "\ee3e";
}

.pli-palette:before {
  content: "\ee3f";
}

.pli-palm-tree:before {
  content: "\ee40";
}

.pli-panda:before {
  content: "\ee41";
}

.pli-panorama:before {
  content: "\ee42";
}

.pli-pantheon:before {
  content: "\ee43";
}

.pli-pantone:before {
  content: "\ee44";
}

.pli-pants:before {
  content: "\ee45";
}

.pli-paper:before {
  content: "\ee46";
}

.pli-paper-plane:before {
  content: "\ee47";
}

.pli-paperclip:before {
  content: "\ee48";
}

.pli-parasailing:before {
  content: "\ee49";
}

.pli-parrot:before {
  content: "\ee4a";
}

.pli-password:before {
  content: "\ee4b";
}

.pli-password-field:before {
  content: "\ee4c";
}

.pli-password-shopping:before {
  content: "\ee4d";
}

.pli-password-shopping-2:before {
  content: "\ee4e";
}

.pli-pause:before {
  content: "\ee4f";
}

.pli-pause-2:before {
  content: "\ee50";
}

.pli-paw:before {
  content: "\ee51";
}

.pli-pawn:before {
  content: "\ee52";
}

.pli-paypal:before {
  content: "\ee53";
}

.pli-pen:before {
  content: "\ee54";
}

.pli-pen-2:before {
  content: "\ee55";
}

.pli-pen-3:before {
  content: "\ee56";
}

.pli-pen-4:before {
  content: "\ee57";
}

.pli-pen-5:before {
  content: "\ee58";
}

.pli-pen-6:before {
  content: "\ee59";
}

.pli-pencil:before {
  content: "\ee5a";
}

.pli-pencil-ruler:before {
  content: "\ee5b";
}

.pli-penguin:before {
  content: "\ee5c";
}

.pli-pentagon:before {
  content: "\ee5d";
}

.pli-people-on-cloud:before {
  content: "\ee5e";
}

.pli-pepper:before {
  content: "\ee5f";
}

.pli-pepper-with-fire:before {
  content: "\ee60";
}

.pli-petrol:before {
  content: "\ee61";
}

.pli-petronas-tower:before {
  content: "\ee62";
}

.pli-philippines:before {
  content: "\ee63";
}

.pli-phone:before {
  content: "\ee64";
}

.pli-phone-2:before {
  content: "\ee65";
}

.pli-phone-3:before {
  content: "\ee66";
}

.pli-phone-3g:before {
  content: "\ee67";
}

.pli-phone-4g:before {
  content: "\ee68";
}

.pli-phone-simcard:before {
  content: "\ee69";
}

.pli-phone-sms:before {
  content: "\ee6a";
}

.pli-phone-wifi:before {
  content: "\ee6b";
}

.pli-photo:before {
  content: "\ee6c";
}

.pli-photo-2:before {
  content: "\ee6d";
}

.pli-photo-3:before {
  content: "\ee6e";
}

.pli-photo-album:before {
  content: "\ee6f";
}

.pli-photo-album-2:before {
  content: "\ee70";
}

.pli-photo-album-3:before {
  content: "\ee71";
}

.pli-photos:before {
  content: "\ee72";
}

.pli-physics:before {
  content: "\ee73";
}

.pli-pi:before {
  content: "\ee74";
}

.pli-piano:before {
  content: "\ee75";
}

.pli-picasa:before {
  content: "\ee76";
}

.pli-pie-chart:before {
  content: "\ee77";
}

.pli-pie-chart-2:before {
  content: "\ee78";
}

.pli-pie-chart-3:before {
  content: "\ee79";
}

.pli-pilates:before {
  content: "\ee7a";
}

.pli-pilates-2:before {
  content: "\ee7b";
}

.pli-pilates-3:before {
  content: "\ee7c";
}

.pli-pilot:before {
  content: "\ee7d";
}

.pli-pinch:before {
  content: "\ee7e";
}

.pli-ping-pong:before {
  content: "\ee7f";
}

.pli-pinterest:before {
  content: "\ee80";
}

.pli-pipe:before {
  content: "\ee81";
}

.pli-pipette:before {
  content: "\ee82";
}

.pli-pisces:before {
  content: "\ee83";
}

.pli-pisces-2:before {
  content: "\ee84";
}

.pli-pizza:before {
  content: "\ee85";
}

.pli-pizza-slice:before {
  content: "\ee86";
}

.pli-plane:before {
  content: "\ee87";
}

.pli-plane-2:before {
  content: "\ee88";
}

.pli-plant:before {
  content: "\ee89";
}

.pli-plasmid:before {
  content: "\ee8a";
}

.pli-plaster:before {
  content: "\ee8b";
}

.pli-plastic-cup-phone:before {
  content: "\ee8c";
}

.pli-plastic-cup-phone-2:before {
  content: "\ee8d";
}

.pli-plate:before {
  content: "\ee8e";
}

.pli-plates:before {
  content: "\ee8f";
}

.pli-plaxo:before {
  content: "\ee90";
}

.pli-play-music:before {
  content: "\ee91";
}

.pli-plug-in:before {
  content: "\ee92";
}

.pli-plug-in-2:before {
  content: "\ee93";
}

.pli-plurk:before {
  content: "\ee94";
}

.pli-pointer:before {
  content: "\ee95";
}

.pli-poland:before {
  content: "\ee96";
}

.pli-police:before {
  content: "\ee97";
}

.pli-police-man:before {
  content: "\ee98";
}

.pli-police-station:before {
  content: "\ee99";
}

.pli-police-woman:before {
  content: "\ee9a";
}

.pli-polo-shirt:before {
  content: "\ee9b";
}

.pli-portrait:before {
  content: "\ee9c";
}

.pli-portugal:before {
  content: "\ee9d";
}

.pli-post-mail:before {
  content: "\ee9e";
}

.pli-post-mail-2:before {
  content: "\ee9f";
}

.pli-post-office:before {
  content: "\eea0";
}

.pli-post-sign:before {
  content: "\eea1";
}

.pli-post-sign-2-ways:before {
  content: "\eea2";
}

.pli-posterous:before {
  content: "\eea3";
}

.pli-pound:before {
  content: "\eea4";
}

.pli-pound-sign:before {
  content: "\eea5";
}

.pli-pound-sign-2:before {
  content: "\eea6";
}

.pli-power:before {
  content: "\eea7";
}

.pli-power-2:before {
  content: "\eea8";
}

.pli-power-3:before {
  content: "\eea9";
}

.pli-power-cable:before {
  content: "\eeaa";
}

.pli-power-station:before {
  content: "\eeab";
}

.pli-prater:before {
  content: "\eeac";
}

.pli-present:before {
  content: "\eead";
}

.pli-presents:before {
  content: "\eeae";
}

.pli-press:before {
  content: "\eeaf";
}

.pli-preview:before {
  content: "\eeb0";
}

.pli-previous:before {
  content: "\eeb1";
}

.pli-pricing:before {
  content: "\eeb2";
}

.pli-printer:before {
  content: "\eeb3";
}

.pli-professor:before {
  content: "\eeb4";
}

.pli-profile:before {
  content: "\eeb5";
}

.pli-project:before {
  content: "\eeb6";
}

.pli-projector:before {
  content: "\eeb7";
}

.pli-projector-2:before {
  content: "\eeb8";
}

.pli-pulse:before {
  content: "\eeb9";
}

.pli-pumpkin:before {
  content: "\eeba";
}

.pli-punk:before {
  content: "\eebb";
}

.pli-punker:before {
  content: "\eebc";
}

.pli-puzzle:before {
  content: "\eebd";
}

.pli-pyramids:before {
  content: "\eebe";
}

.pli-qik:before {
  content: "\eebf";
}

.pli-qr-code:before {
  content: "\eec0";
}

.pli-queen:before {
  content: "\eec1";
}

.pli-queen-2:before {
  content: "\eec2";
}

.pli-question:before {
  content: "\eec3";
}

.pli-question-circle:before {
  content: "\eec4";
}

.pli-quill:before {
  content: "\eec5";
}

.pli-quill-2:before {
  content: "\eec6";
}

.pli-quill-3:before {
  content: "\eec7";
}

.pli-quotes:before {
  content: "\eec8";
}

.pli-quotes-2:before {
  content: "\eec9";
}

.pli-radio:before {
  content: "\eeca";
}

.pli-radioactive:before {
  content: "\eecb";
}

.pli-rafting:before {
  content: "\eecc";
}

.pli-rain-drop:before {
  content: "\eecd";
}

.pli-rainbow:before {
  content: "\eece";
}

.pli-rainbow-2:before {
  content: "\eecf";
}

.pli-ram:before {
  content: "\eed0";
}

.pli-razor-blade:before {
  content: "\eed1";
}

.pli-receipt:before {
  content: "\eed2";
}

.pli-receipt-2:before {
  content: "\eed3";
}

.pli-receipt-3:before {
  content: "\eed4";
}

.pli-receipt-4:before {
  content: "\eed5";
}

.pli-record:before {
  content: "\eed6";
}

.pli-record-3:before {
  content: "\eed7";
}

.pli-record-music:before {
  content: "\eed8";
}

.pli-record-music-2:before {
  content: "\eed9";
}

.pli-recycling:before {
  content: "\eeda";
}

.pli-recycling-2:before {
  content: "\eedb";
}

.pli-reddit:before {
  content: "\eedc";
}

.pli-redhat:before {
  content: "\eedd";
}

.pli-redirect:before {
  content: "\eede";
}

.pli-redo:before {
  content: "\eedf";
}

.pli-reel:before {
  content: "\eee0";
}

.pli-refinery:before {
  content: "\eee1";
}

.pli-refresh:before {
  content: "\eee2";
}

.pli-refresh-window:before {
  content: "\eee3";
}

.pli-reload:before {
  content: "\eee4";
}

.pli-reload-2:before {
  content: "\eee5";
}

.pli-reload-3:before {
  content: "\eee6";
}

.pli-remote-control:before {
  content: "\eee7";
}

.pli-remote-control-2:before {
  content: "\eee8";
}

.pli-remove:before {
  content: "\eee9";
}

.pli-remove-bag:before {
  content: "\eeea";
}

.pli-remove-basket:before {
  content: "\eeeb";
}

.pli-remove-cart:before {
  content: "\eeec";
}

.pli-remove-user:before {
  content: "\eeed";
}

.pli-remove-window:before {
  content: "\eeee";
}

.pli-rename:before {
  content: "\eeef";
}

.pli-repair:before {
  content: "\eef0";
}

.pli-repeat:before {
  content: "\eef1";
}

.pli-repeat-2:before {
  content: "\eef2";
}

.pli-repeat-3:before {
  content: "\eef3";
}

.pli-repeat-4:before {
  content: "\eef4";
}

.pli-repeat-5:before {
  content: "\eef5";
}

.pli-repeat-6:before {
  content: "\eef6";
}

.pli-repeat-7:before {
  content: "\eef7";
}

.pli-reset:before {
  content: "\eef8";
}

.pli-resize:before {
  content: "\eef9";
}

.pli-restore-window:before {
  content: "\eefa";
}

.pli-retouching:before {
  content: "\eefb";
}

.pli-retro:before {
  content: "\eefc";
}

.pli-retro-camera:before {
  content: "\eefd";
}

.pli-retweet:before {
  content: "\eefe";
}

.pli-reverbnation:before {
  content: "\eeff";
}

.pli-rewind:before {
  content: "\ef00";
}

.pli-rgb:before {
  content: "\ef01";
}

.pli-ribbon:before {
  content: "\ef02";
}

.pli-ribbon-2:before {
  content: "\ef03";
}

.pli-ribbon-3:before {
  content: "\ef04";
}

.pli-right:before {
  content: "\ef05";
}

.pli-right-2:before {
  content: "\ef06";
}

.pli-right-3:before {
  content: "\ef07";
}

.pli-right-4:before {
  content: "\ef08";
}

.pli-right-to-left:before {
  content: "\ef09";
}

.pli-road:before {
  content: "\ef0a";
}

.pli-road-2:before {
  content: "\ef0b";
}

.pli-road-3:before {
  content: "\ef0c";
}

.pli-robot:before {
  content: "\ef0d";
}

.pli-robot-2:before {
  content: "\ef0e";
}

.pli-rock-and-roll:before {
  content: "\ef0f";
}

.pli-rocket:before {
  content: "\ef10";
}

.pli-roller:before {
  content: "\ef11";
}

.pli-roof:before {
  content: "\ef12";
}

.pli-rook:before {
  content: "\ef13";
}

.pli-rotate-gesture:before {
  content: "\ef14";
}

.pli-rotate-gesture-2:before {
  content: "\ef15";
}

.pli-rotate-gesture-3:before {
  content: "\ef16";
}

.pli-rotation:before {
  content: "\ef17";
}

.pli-rotation-360:before {
  content: "\ef18";
}

.pli-router:before {
  content: "\ef19";
}

.pli-router-2:before {
  content: "\ef1a";
}

.pli-rss:before {
  content: "\ef1b";
}

.pli-ruler:before {
  content: "\ef1c";
}

.pli-ruler-2:before {
  content: "\ef1d";
}

.pli-running:before {
  content: "\ef1e";
}

.pli-running-shoes:before {
  content: "\ef1f";
}

.pli-safari:before {
  content: "\ef20";
}

.pli-safe-box:before {
  content: "\ef21";
}

.pli-safe-box-2:before {
  content: "\ef22";
}

.pli-safety-pin-close:before {
  content: "\ef23";
}

.pli-safety-pin-open:before {
  content: "\ef24";
}

.pli-sagittarius:before {
  content: "\ef25";
}

.pli-sagittarius-2:before {
  content: "\ef26";
}

.pli-sailing-ship:before {
  content: "\ef27";
}

.pli-sandwatch:before {
  content: "\ef28";
}

.pli-sandwatch-2:before {
  content: "\ef29";
}

.pli-santa-claus:before {
  content: "\ef2a";
}

.pli-santa-claus-2:before {
  content: "\ef2b";
}

.pli-santa-on-sled:before {
  content: "\ef2c";
}

.pli-satellite:before {
  content: "\ef2d";
}

.pli-satellite-2:before {
  content: "\ef2e";
}

.pli-save:before {
  content: "\ef2f";
}

.pli-save-window:before {
  content: "\ef30";
}

.pli-saw:before {
  content: "\ef31";
}

.pli-saxophone:before {
  content: "\ef32";
}

.pli-scale:before {
  content: "\ef33";
}

.pli-scarf:before {
  content: "\ef34";
}

.pli-scissor:before {
  content: "\ef35";
}

.pli-scooter:before {
  content: "\ef36";
}

.pli-scooter-front:before {
  content: "\ef37";
}

.pli-scorpio:before {
  content: "\ef38";
}

.pli-scorpio-2:before {
  content: "\ef39";
}

.pli-scotland:before {
  content: "\ef3a";
}

.pli-screwdriver:before {
  content: "\ef3b";
}

.pli-scroll:before {
  content: "\ef3c";
}

.pli-scroll-fast:before {
  content: "\ef3d";
}

.pli-scroller:before {
  content: "\ef3e";
}

.pli-scroller-2:before {
  content: "\ef3f";
}

.pli-sea-dog:before {
  content: "\ef40";
}

.pli-search-on-cloud:before {
  content: "\ef41";
}

.pli-search-people:before {
  content: "\ef42";
}

.pli-seconds:before {
  content: "\ef43";
}

.pli-seconds-2:before {
  content: "\ef44";
}

.pli-security-block:before {
  content: "\ef45";
}

.pli-security-bug:before {
  content: "\ef46";
}

.pli-security-camera:before {
  content: "\ef47";
}

.pli-security-check:before {
  content: "\ef48";
}

.pli-security-remove:before {
  content: "\ef49";
}

.pli-security-settings:before {
  content: "\ef4a";
}

.pli-security-smiley:before {
  content: "\ef4b";
}

.pli-seed:before {
  content: "\ef4c";
}

.pli-selfie:before {
  content: "\ef4d";
}

.pli-serbia:before {
  content: "\ef4e";
}

.pli-server:before {
  content: "\ef4f";
}

.pli-server-2:before {
  content: "\ef50";
}

.pli-servers:before {
  content: "\ef51";
}

.pli-settings-window:before {
  content: "\ef52";
}

.pli-sewing-machine:before {
  content: "\ef53";
}

.pli-share:before {
  content: "\ef54";
}

.pli-share-on-cloud:before {
  content: "\ef55";
}

.pli-share-window:before {
  content: "\ef56";
}

.pli-sharethis:before {
  content: "\ef57";
}

.pli-shark:before {
  content: "\ef58";
}

.pli-sheep:before {
  content: "\ef59";
}

.pli-sheriff-badge:before {
  content: "\ef5a";
}

.pli-shield:before {
  content: "\ef5b";
}

.pli-ship:before {
  content: "\ef5c";
}

.pli-ship-2:before {
  content: "\ef5d";
}

.pli-shirt:before {
  content: "\ef5e";
}

.pli-shoes:before {
  content: "\ef5f";
}

.pli-shoes-2:before {
  content: "\ef60";
}

.pli-shoes-3:before {
  content: "\ef61";
}

.pli-shop:before {
  content: "\ef62";
}

.pli-shop-2:before {
  content: "\ef63";
}

.pli-shop-3:before {
  content: "\ef64";
}

.pli-shop-4:before {
  content: "\ef65";
}

.pli-shopping-bag:before {
  content: "\ef66";
}

.pli-shopping-basket:before {
  content: "\ef67";
}

.pli-shopping-cart:before {
  content: "\ef68";
}

.pli-short-pants:before {
  content: "\ef69";
}

.pli-shoutwire:before {
  content: "\ef6a";
}

.pli-shovel:before {
  content: "\ef6b";
}

.pli-shuffle:before {
  content: "\ef6c";
}

.pli-shuffle-2:before {
  content: "\ef6d";
}

.pli-shuffle-3:before {
  content: "\ef6e";
}

.pli-shuffle-4:before {
  content: "\ef6f";
}

.pli-shutter:before {
  content: "\ef70";
}

.pli-sidebar-window:before {
  content: "\ef71";
}

.pli-signal:before {
  content: "\ef72";
}

.pli-singapore:before {
  content: "\ef73";
}

.pli-skate-shoes:before {
  content: "\ef74";
}

.pli-skateboard:before {
  content: "\ef75";
}

.pli-skateboard-2:before {
  content: "\ef76";
}

.pli-skeleton:before {
  content: "\ef77";
}

.pli-ski:before {
  content: "\ef78";
}

.pli-skirt:before {
  content: "\ef79";
}

.pli-skrill:before {
  content: "\ef7a";
}

.pli-skull:before {
  content: "\ef7b";
}

.pli-skydiving:before {
  content: "\ef7c";
}

.pli-skype:before {
  content: "\ef7d";
}

.pli-sled:before {
  content: "\ef7e";
}

.pli-sled-with-gifts:before {
  content: "\ef7f";
}

.pli-sleeping:before {
  content: "\ef80";
}

.pli-sleet:before {
  content: "\ef81";
}

.pli-slippers:before {
  content: "\ef82";
}

.pli-smart:before {
  content: "\ef83";
}

.pli-smartphone:before {
  content: "\ef84";
}

.pli-smartphone-2:before {
  content: "\ef85";
}

.pli-smartphone-3:before {
  content: "\ef86";
}

.pli-smartphone-4:before {
  content: "\ef87";
}

.pli-smartphone-secure:before {
  content: "\ef88";
}

.pli-smile:before {
  content: "\ef89";
}

.pli-smoking-area:before {
  content: "\ef8a";
}

.pli-smoking-pipe:before {
  content: "\ef8b";
}

.pli-snake:before {
  content: "\ef8c";
}

.pli-snorkel:before {
  content: "\ef8d";
}

.pli-snow:before {
  content: "\ef8e";
}

.pli-snow-2:before {
  content: "\ef8f";
}

.pli-snow-dome:before {
  content: "\ef90";
}

.pli-snow-storm:before {
  content: "\ef91";
}

.pli-snowflake:before {
  content: "\ef92";
}

.pli-snowflake-2:before {
  content: "\ef93";
}

.pli-snowflake-3:before {
  content: "\ef94";
}

.pli-snowflake-4:before {
  content: "\ef95";
}

.pli-snowman:before {
  content: "\ef96";
}

.pli-soccer-ball:before {
  content: "\ef97";
}

.pli-soccer-shoes:before {
  content: "\ef98";
}

.pli-socks:before {
  content: "\ef99";
}

.pli-solar:before {
  content: "\ef9a";
}

.pli-sound:before {
  content: "\ef9b";
}

.pli-sound-wave:before {
  content: "\ef9c";
}

.pli-soundcloud:before {
  content: "\ef9d";
}

.pli-soup:before {
  content: "\ef9e";
}

.pli-south-africa:before {
  content: "\ef9f";
}

.pli-space-needle:before {
  content: "\efa0";
}

.pli-spain:before {
  content: "\efa1";
}

.pli-spam-mail:before {
  content: "\efa2";
}

.pli-speak:before {
  content: "\efa3";
}

.pli-speak-2:before {
  content: "\efa4";
}

.pli-speaker:before {
  content: "\efa5";
}

.pli-speaker-2:before {
  content: "\efa6";
}

.pli-speech-bubble:before {
  content: "\efa7";
}

.pli-speech-bubble-10:before {
  content: "\efa8";
}

.pli-speech-bubble-11:before {
  content: "\efa9";
}

.pli-speech-bubble-12:before {
  content: "\efaa";
}

.pli-speech-bubble-13:before {
  content: "\efab";
}

.pli-speech-bubble-2:before {
  content: "\efac";
}

.pli-speech-bubble-3:before {
  content: "\efad";
}

.pli-speech-bubble-4:before {
  content: "\efae";
}

.pli-speech-bubble-5:before {
  content: "\efaf";
}

.pli-speech-bubble-6:before {
  content: "\efb0";
}

.pli-speech-bubble-7:before {
  content: "\efb1";
}

.pli-speech-bubble-8:before {
  content: "\efb2";
}

.pli-speech-bubble-9:before {
  content: "\efb3";
}

.pli-speech-bubble-asking:before {
  content: "\efb4";
}

.pli-speech-bubble-comic:before {
  content: "\efb5";
}

.pli-speech-bubble-comic-2:before {
  content: "\efb6";
}

.pli-speech-bubble-comic-3:before {
  content: "\efb7";
}

.pli-speech-bubble-comic-4:before {
  content: "\efb8";
}

.pli-speech-bubble-dialog:before {
  content: "\efb9";
}

.pli-speech-bubbles:before {
  content: "\efba";
}

.pli-spell-check:before {
  content: "\efbb";
}

.pli-spell-check-abc:before {
  content: "\efbc";
}

.pli-spermium:before {
  content: "\efbd";
}

.pli-spider:before {
  content: "\efbe";
}

.pli-spider-2:before {
  content: "\efbf";
}

.pli-spiderweb:before {
  content: "\efc0";
}

.pli-split-four-windows:before {
  content: "\efc1";
}

.pli-split-horizontal:before {
  content: "\efc2";
}

.pli-split-horizontal-2:before {
  content: "\efc3";
}

.pli-split-vertical:before {
  content: "\efc4";
}

.pli-split-vertical-2:before {
  content: "\efc5";
}

.pli-split-window:before {
  content: "\efc6";
}

.pli-spoon:before {
  content: "\efc7";
}

.pli-sport-mode:before {
  content: "\efc8";
}

.pli-sports-clothing:before {
  content: "\efc9";
}

.pli-sports-clothing-2:before {
  content: "\efca";
}

.pli-sports-shirt:before {
  content: "\efcb";
}

.pli-spot:before {
  content: "\efcc";
}

.pli-spray:before {
  content: "\efcd";
}

.pli-spread:before {
  content: "\efce";
}

.pli-spring:before {
  content: "\efcf";
}

.pli-spurl:before {
  content: "\efd0";
}

.pli-spy:before {
  content: "\efd1";
}

.pli-squirrel:before {
  content: "\efd2";
}

.pli-ssl:before {
  content: "\efd3";
}

.pli-st-basilscathedral:before {
  content: "\efd4";
}

.pli-st-paulscathedral:before {
  content: "\efd5";
}

.pli-stamp:before {
  content: "\efd6";
}

.pli-stamp-2:before {
  content: "\efd7";
}

.pli-stapler:before {
  content: "\efd8";
}

.pli-star:before {
  content: "\efd9";
}

.pli-star-2:before {
  content: "\efda";
}

.pli-star-track:before {
  content: "\efdb";
}

.pli-starfish:before {
  content: "\efdc";
}

.pli-start:before {
  content: "\efdd";
}

.pli-start-2:before {
  content: "\efde";
}

.pli-start-3:before {
  content: "\efdf";
}

.pli-start-ways:before {
  content: "\efe0";
}

.pli-statistic:before {
  content: "\efe1";
}

.pli-stethoscope:before {
  content: "\efe2";
}

.pli-stop:before {
  content: "\efe3";
}

.pli-stop-2:before {
  content: "\efe4";
}

.pli-stop-music:before {
  content: "\efe5";
}

.pli-stopwatch:before {
  content: "\efe6";
}

.pli-stopwatch-2:before {
  content: "\efe7";
}

.pli-storm:before {
  content: "\efe8";
}

.pli-street-view:before {
  content: "\efe9";
}

.pli-street-view-2:before {
  content: "\efea";
}

.pli-strikethrough-text:before {
  content: "\efeb";
}

.pli-stroller:before {
  content: "\efec";
}

.pli-structure:before {
  content: "\efed";
}

.pli-student-female:before {
  content: "\efee";
}

.pli-student-hat:before {
  content: "\efef";
}

.pli-student-hat-2:before {
  content: "\eff0";
}

.pli-student-male:before {
  content: "\eff1";
}

.pli-student-male-female:before {
  content: "\eff2";
}

.pli-students:before {
  content: "\eff3";
}

.pli-studio-flash:before {
  content: "\eff4";
}

.pli-studio-lightbox:before {
  content: "\eff5";
}

.pli-stumbleupon:before {
  content: "\eff6";
}

.pli-suit:before {
  content: "\eff7";
}

.pli-suitcase:before {
  content: "\eff8";
}

.pli-sum:before {
  content: "\eff9";
}

.pli-summer:before {
  content: "\effa";
}

.pli-sun:before {
  content: "\effb";
}

.pli-sun-cloudy-rain:before {
  content: "\effc";
}

.pli-sunglasses:before {
  content: "\effd";
}

.pli-sunglasses-2:before {
  content: "\effe";
}

.pli-sunglasses-3:before {
  content: "\efff";
}

.pli-sunglasses-smiley:before {
  content: "\f000";
}

.pli-sunglasses-smiley-2:before {
  content: "\f001";
}

.pli-sunglasses-w:before {
  content: "\f002";
}

.pli-sunglasses-w-2:before {
  content: "\f003";
}

.pli-sunglasses-w-3:before {
  content: "\f004";
}

.pli-sunrise:before {
  content: "\f005";
}

.pli-sunset:before {
  content: "\f006";
}

.pli-superman:before {
  content: "\f007";
}

.pli-support:before {
  content: "\f008";
}

.pli-surprise:before {
  content: "\f009";
}

.pli-sushi:before {
  content: "\f00a";
}

.pli-sweden:before {
  content: "\f00b";
}

.pli-swimming:before {
  content: "\f00c";
}

.pli-swimming-short:before {
  content: "\f00d";
}

.pli-swimwear:before {
  content: "\f00e";
}

.pli-switch:before {
  content: "\f00f";
}

.pli-switzerland:before {
  content: "\f010";
}

.pli-sync:before {
  content: "\f011";
}

.pli-sync-cloud:before {
  content: "\f012";
}

.pli-synchronize:before {
  content: "\f013";
}

.pli-synchronize-2:before {
  content: "\f014";
}

.pli-t-shirt:before {
  content: "\f015";
}

.pli-tablet:before {
  content: "\f016";
}

.pli-tablet-2:before {
  content: "\f017";
}

.pli-tablet-3:before {
  content: "\f018";
}

.pli-tablet-orientation:before {
  content: "\f019";
}

.pli-tablet-phone:before {
  content: "\f01a";
}

.pli-tablet-secure:before {
  content: "\f01b";
}

.pli-tablet-vertical:before {
  content: "\f01c";
}

.pli-tactic:before {
  content: "\f01d";
}

.pli-tag:before {
  content: "\f01e";
}

.pli-tag-2:before {
  content: "\f01f";
}

.pli-tag-3:before {
  content: "\f020";
}

.pli-tag-4:before {
  content: "\f021";
}

.pli-tag-5:before {
  content: "\f022";
}

.pli-taj-mahal:before {
  content: "\f023";
}

.pli-talk-man:before {
  content: "\f024";
}

.pli-tap:before {
  content: "\f025";
}

.pli-target:before {
  content: "\f026";
}

.pli-target-market:before {
  content: "\f027";
}

.pli-taurus:before {
  content: "\f028";
}

.pli-taurus-2:before {
  content: "\f029";
}

.pli-taxi:before {
  content: "\f02a";
}

.pli-taxi-2:before {
  content: "\f02b";
}

.pli-taxi-sign:before {
  content: "\f02c";
}

.pli-tea-mug:before {
  content: "\f02d";
}

.pli-teacher:before {
  content: "\f02e";
}

.pli-teapot:before {
  content: "\f02f";
}

.pli-technorati:before {
  content: "\f030";
}

.pli-teddy-bear:before {
  content: "\f031";
}

.pli-telephone:before {
  content: "\f032";
}

.pli-telephone-2:before {
  content: "\f033";
}

.pli-telescope:before {
  content: "\f034";
}

.pli-temperature:before {
  content: "\f035";
}

.pli-temperature-2:before {
  content: "\f036";
}

.pli-temperature-3:before {
  content: "\f037";
}

.pli-temple:before {
  content: "\f038";
}

.pli-tennis:before {
  content: "\f039";
}

.pli-tennis-ball:before {
  content: "\f03a";
}

.pli-tent:before {
  content: "\f03b";
}

.pli-test-tube:before {
  content: "\f03c";
}

.pli-test-tube-2:before {
  content: "\f03d";
}

.pli-testimonal:before {
  content: "\f03e";
}

.pli-text-box:before {
  content: "\f03f";
}

.pli-text-effect:before {
  content: "\f040";
}

.pli-text-highlight-color:before {
  content: "\f041";
}

.pli-text-paragraph:before {
  content: "\f042";
}

.pli-thailand:before {
  content: "\f043";
}

.pli-the-white-house:before {
  content: "\f044";
}

.pli-this-side-up:before {
  content: "\f045";
}

.pli-thread:before {
  content: "\f046";
}

.pli-three-arrow-fork:before {
  content: "\f047";
}

.pli-three-fingers:before {
  content: "\f048";
}

.pli-three-fingers-drag:before {
  content: "\f049";
}

.pli-three-fingers-drag-2:before {
  content: "\f04a";
}

.pli-three-fingers-touch:before {
  content: "\f04b";
}

.pli-thumb:before {
  content: "\f04c";
}

.pli-thumbs-down-smiley:before {
  content: "\f04d";
}

.pli-thumbs-up-smiley:before {
  content: "\f04e";
}

.pli-thunder:before {
  content: "\f04f";
}

.pli-thunderstorm:before {
  content: "\f050";
}

.pli-ticket:before {
  content: "\f051";
}

.pli-tie:before {
  content: "\f052";
}

.pli-tie-2:before {
  content: "\f053";
}

.pli-tie-3:before {
  content: "\f054";
}

.pli-tie-4:before {
  content: "\f055";
}

.pli-tiger:before {
  content: "\f056";
}

.pli-time-backup:before {
  content: "\f057";
}

.pli-time-bomb:before {
  content: "\f058";
}

.pli-time-clock:before {
  content: "\f059";
}

.pli-time-fire:before {
  content: "\f05a";
}

.pli-time-machine:before {
  content: "\f05b";
}

.pli-time-window:before {
  content: "\f05c";
}

.pli-timer:before {
  content: "\f05d";
}

.pli-timer-2:before {
  content: "\f05e";
}

.pli-to-bottom:before {
  content: "\f05f";
}

.pli-to-bottom-2:before {
  content: "\f060";
}

.pli-to-left:before {
  content: "\f061";
}

.pli-to-right:before {
  content: "\f062";
}

.pli-to-top:before {
  content: "\f063";
}

.pli-to-top-2:before {
  content: "\f064";
}

.pli-token:before {
  content: "\f065";
}

.pli-tomato:before {
  content: "\f066";
}

.pli-tongue:before {
  content: "\f067";
}

.pli-tooth:before {
  content: "\f068";
}

.pli-tooth-2:before {
  content: "\f069";
}

.pli-top-to-bottom:before {
  content: "\f06a";
}

.pli-torch:before {
  content: "\f06b";
}

.pli-touch-window:before {
  content: "\f06c";
}

.pli-tower:before {
  content: "\f06d";
}

.pli-tower-2:before {
  content: "\f06e";
}

.pli-tower-bridge:before {
  content: "\f06f";
}

.pli-trace:before {
  content: "\f070";
}

.pli-tractor:before {
  content: "\f071";
}

.pli-traffic-light:before {
  content: "\f072";
}

.pli-traffic-light-2:before {
  content: "\f073";
}

.pli-train:before {
  content: "\f074";
}

.pli-train-2:before {
  content: "\f075";
}

.pli-tram:before {
  content: "\f076";
}

.pli-transform:before {
  content: "\f077";
}

.pli-transform-2:before {
  content: "\f078";
}

.pli-transform-3:before {
  content: "\f079";
}

.pli-transform-4:before {
  content: "\f07a";
}

.pli-trash:before {
  content: "\f07b";
}

.pli-trash-with-man:before {
  content: "\f07c";
}

.pli-tree:before {
  content: "\f07d";
}

.pli-tree-2:before {
  content: "\f07e";
}

.pli-tree-3:before {
  content: "\f07f";
}

.pli-tree-4:before {
  content: "\f080";
}

.pli-tree-5:before {
  content: "\f081";
}

.pli-trekking:before {
  content: "\f082";
}

.pli-triangle-arrow-down:before {
  content: "\f083";
}

.pli-triangle-arrow-left:before {
  content: "\f084";
}

.pli-triangle-arrow-right:before {
  content: "\f085";
}

.pli-triangle-arrow-up:before {
  content: "\f086";
}

.pli-tripod-2:before {
  content: "\f087";
}

.pli-tripod-and-video:before {
  content: "\f088";
}

.pli-tripod-with-camera:before {
  content: "\f089";
}

.pli-tripod-with-gopro:before {
  content: "\f08a";
}

.pli-trophy:before {
  content: "\f08b";
}

.pli-trophy-2:before {
  content: "\f08c";
}

.pli-truck:before {
  content: "\f08d";
}

.pli-trumpet:before {
  content: "\f08e";
}

.pli-tumblr:before {
  content: "\f08f";
}

.pli-turkey:before {
  content: "\f090";
}

.pli-turn-down:before {
  content: "\f091";
}

.pli-turn-down-2:before {
  content: "\f092";
}

.pli-turn-down-from-left:before {
  content: "\f093";
}

.pli-turn-down-from-right:before {
  content: "\f094";
}

.pli-turn-left:before {
  content: "\f095";
}

.pli-turn-left-3:before {
  content: "\f096";
}

.pli-turn-right:before {
  content: "\f097";
}

.pli-turn-right-3:before {
  content: "\f098";
}

.pli-turn-up:before {
  content: "\f099";
}

.pli-turn-up-2:before {
  content: "\f09a";
}

.pli-turtle:before {
  content: "\f09b";
}

.pli-tuxedo:before {
  content: "\f09c";
}

.pli-tv:before {
  content: "\f09d";
}

.pli-twister:before {
  content: "\f09e";
}

.pli-twitter:before {
  content: "\f09f";
}

.pli-twitter-2:before {
  content: "\f0a0";
}

.pli-two-fingers:before {
  content: "\f0a1";
}

.pli-two-fingers-drag:before {
  content: "\f0a2";
}

.pli-two-fingers-drag-2:before {
  content: "\f0a3";
}

.pli-two-fingers-scroll:before {
  content: "\f0a4";
}

.pli-two-fingers-touch:before {
  content: "\f0a5";
}

.pli-two-windows:before {
  content: "\f0a6";
}

.pli-type-pass:before {
  content: "\f0a7";
}

.pli-ukraine:before {
  content: "\f0a8";
}

.pli-umbrella:before {
  content: "\f0a9";
}

.pli-umbrella-2:before {
  content: "\f0aa";
}

.pli-umbrella-3:before {
  content: "\f0ab";
}

.pli-underline-text:before {
  content: "\f0ac";
}

.pli-undo:before {
  content: "\f0ad";
}

.pli-united-kingdom:before {
  content: "\f0ae";
}

.pli-united-states:before {
  content: "\f0af";
}

.pli-university:before {
  content: "\f0b0";
}

.pli-university-2:before {
  content: "\f0b1";
}

.pli-unlike:before {
  content: "\f0b2";
}

.pli-unlike-2:before {
  content: "\f0b3";
}

.pli-unlock:before {
  content: "\f0b4";
}

.pli-unlock-2:before {
  content: "\f0b5";
}

.pli-unlock-3:before {
  content: "\f0b6";
}

.pli-up:before {
  content: "\f0b7";
}

.pli-up-2:before {
  content: "\f0b8";
}

.pli-up-3:before {
  content: "\f0b9";
}

.pli-up-4:before {
  content: "\f0ba";
}

.pli-up-down:before {
  content: "\f0bb";
}

.pli-up-down-3:before {
  content: "\f0bc";
}

.pli-upgrade:before {
  content: "\f0bd";
}

.pli-upload:before {
  content: "\f0be";
}

.pli-upload-2:before {
  content: "\f0bf";
}

.pli-upload-to-cloud:before {
  content: "\f0c0";
}

.pli-upload-window:before {
  content: "\f0c1";
}

.pli-uppercase-text:before {
  content: "\f0c2";
}

.pli-upward:before {
  content: "\f0c3";
}

.pli-url-window:before {
  content: "\f0c4";
}

.pli-usb:before {
  content: "\f0c5";
}

.pli-usb-2:before {
  content: "\f0c6";
}

.pli-usb-cable:before {
  content: "\f0c7";
}

.pli-user:before {
  content: "\f0c8";
}

.pli-ustream:before {
  content: "\f0c9";
}

.pli-vase:before {
  content: "\f0ca";
}

.pli-vector:before {
  content: "\f0cb";
}

.pli-vector-2:before {
  content: "\f0cc";
}

.pli-vector-3:before {
  content: "\f0cd";
}

.pli-vector-4:before {
  content: "\f0ce";
}

.pli-vector-5:before {
  content: "\f0cf";
}

.pli-venn-diagram:before {
  content: "\f0d0";
}

.pli-vest:before {
  content: "\f0d1";
}

.pli-vest-2:before {
  content: "\f0d2";
}

.pli-viddler:before {
  content: "\f0d3";
}

.pli-video:before {
  content: "\f0d4";
}

.pli-video-2:before {
  content: "\f0d5";
}

.pli-video-3:before {
  content: "\f0d6";
}

.pli-video-4:before {
  content: "\f0d7";
}

.pli-video-5:before {
  content: "\f0d8";
}

.pli-video-6:before {
  content: "\f0d9";
}

.pli-video-game-controller:before {
  content: "\f0da";
}

.pli-video-len:before {
  content: "\f0db";
}

.pli-video-len-2:before {
  content: "\f0dc";
}

.pli-video-photographer:before {
  content: "\f0dd";
}

.pli-video-tripod:before {
  content: "\f0de";
}

.pli-vietnam:before {
  content: "\f0df";
}

.pli-view-height:before {
  content: "\f0e0";
}

.pli-list-view:before {
  content: "\f0e1";
}

.pli-view-width:before {
  content: "\f0e2";
}

.pli-vimeo:before {
  content: "\f0e3";
}

.pli-virgo:before {
  content: "\f0e4";
}

.pli-virgo-2:before {
  content: "\f0e5";
}

.pli-virus:before {
  content: "\f0e6";
}

.pli-virus-2:before {
  content: "\f0e7";
}

.pli-virus-3:before {
  content: "\f0e8";
}

.pli-visa:before {
  content: "\f0e9";
}

.pli-voice:before {
  content: "\f0ea";
}

.pli-voicemail:before {
  content: "\f0eb";
}

.pli-volleyball:before {
  content: "\f0ec";
}

.pli-volume-down:before {
  content: "\f0ed";
}

.pli-volume-up:before {
  content: "\f0ee";
}

.pli-vpn:before {
  content: "\f0ef";
}

.pli-wacom-tablet:before {
  content: "\f0f0";
}

.pli-waiter:before {
  content: "\f0f1";
}

.pli-walkie-talkie:before {
  content: "\f0f2";
}

.pli-wallet:before {
  content: "\f0f3";
}

.pli-wallet-2:before {
  content: "\f0f4";
}

.pli-wallet-3:before {
  content: "\f0f5";
}

.pli-warehouse:before {
  content: "\f0f6";
}

.pli-warning-window:before {
  content: "\f0f7";
}

.pli-watch:before {
  content: "\f0f8";
}

.pli-watch-2:before {
  content: "\f0f9";
}

.pli-watch-3:before {
  content: "\f0fa";
}

.pli-wave:before {
  content: "\f0fb";
}

.pli-wave-2:before {
  content: "\f0fc";
}

.pli-webcam:before {
  content: "\f0fd";
}

.pli-weight-lift:before {
  content: "\f0fe";
}

.pli-wheelbarrow:before {
  content: "\f0ff";
}

.pli-wheelchair:before {
  content: "\f100";
}

.pli-width-window:before {
  content: "\f101";
}

.pli-wifi:before {
  content: "\f102";
}

.pli-wifi-2:before {
  content: "\f103";
}

.pli-wifi-keyboard:before {
  content: "\f104";
}

.pli-wind-turbine:before {
  content: "\f105";
}

.pli-windmill:before {
  content: "\f106";
}

.pli-window:before {
  content: "\f107";
}

.pli-window-2:before {
  content: "\f108";
}

.pli-windows:before {
  content: "\f109";
}

.pli-windows-2:before {
  content: "\f10a";
}

.pli-windows-microsoft:before {
  content: "\f10b";
}

.pli-windsock:before {
  content: "\f10c";
}

.pli-windy:before {
  content: "\f10d";
}

.pli-wine-bottle:before {
  content: "\f10e";
}

.pli-wine-glass:before {
  content: "\f10f";
}

.pli-wink:before {
  content: "\f110";
}

.pli-winter:before {
  content: "\f111";
}

.pli-winter-2:before {
  content: "\f112";
}

.pli-wireless:before {
  content: "\f113";
}

.pli-witch:before {
  content: "\f114";
}

.pli-witch-hat:before {
  content: "\f115";
}

.pli-wizard:before {
  content: "\f116";
}

.pli-wolf:before {
  content: "\f117";
}

.pli-woman-man-sign:before {
  content: "\f118";
}

.pli-woman-sign:before {
  content: "\f119";
}

.pli-womans-underwear:before {
  content: "\f11a";
}

.pli-womans-underwear-2:before {
  content: "\f11b";
}

.pli-women:before {
  content: "\f11c";
}

.pli-wonder-woman:before {
  content: "\f11d";
}

.pli-wordpress:before {
  content: "\f11e";
}

.pli-worker:before {
  content: "\f11f";
}

.pli-worker-clothes:before {
  content: "\f120";
}

.pli-wrap-text:before {
  content: "\f121";
}

.pli-wreath:before {
  content: "\f122";
}

.pli-wrench:before {
  content: "\f123";
}

.pli-x-box:before {
  content: "\f124";
}

.pli-x-ray:before {
  content: "\f125";
}

.pli-xanga:before {
  content: "\f126";
}

.pli-xing:before {
  content: "\f127";
}

.pli-yacht:before {
  content: "\f128";
}

.pli-yahoo:before {
  content: "\f129";
}

.pli-yahoo-buzz:before {
  content: "\f12a";
}

.pli-yelp:before {
  content: "\f12b";
}

.pli-yes:before {
  content: "\f12c";
}

.pli-ying-yang:before {
  content: "\f12d";
}

.pli-youtube:before {
  content: "\f12e";
}

.pli-z-a:before {
  content: "\f12f";
}

.pli-zebra:before {
  content: "\f130";
}

.pli-zombie:before {
  content: "\f131";
}

.pli-zoom-gesture:before {
  content: "\f132";
}

.pli-zootool:before {
  content: "\f133";
}

@font-face {
  font-family: "premium-solid-icons";
  src: url(/agenda_sala/assets/premium-solid-icons-60e9ee2159211776221462769d21f48ee52befa72aedcea39ab5b6489b8fdbb6.woff2) format("woff2");
  font-weight: normal;
  font-style: normal;
}
[class^=psi-], [class*=" psi-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "premium-solid-icons" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  vertical-align: middle;
}

.psi-3d-glasses:before {
  content: "\e900";
}

.psi-3d-glasses-2:before {
  content: "\e901";
}

.psi-a-z:before {
  content: "\e902";
}

.psi-aa:before {
  content: "\e903";
}

.psi-add:before {
  content: "\e904";
}

.psi-add-bag:before {
  content: "\e905";
}

.psi-add-basket:before {
  content: "\e906";
}

.psi-add-cart:before {
  content: "\e907";
}

.psi-add-space-after-paragraph:before {
  content: "\e908";
}

.psi-add-space-before-paragraph:before {
  content: "\e909";
}

.psi-add-user:before {
  content: "\e90a";
}

.psi-add-user-star:before {
  content: "\e90b";
}

.psi-add-window:before {
  content: "\e90c";
}

.psi-address-book:before {
  content: "\e90d";
}

.psi-address-book-2:before {
  content: "\e90e";
}

.psi-administrator:before {
  content: "\e90f";
}

.psi-aerobics:before {
  content: "\e910";
}

.psi-aerobics-2:before {
  content: "\e911";
}

.psi-aerobics-3:before {
  content: "\e912";
}

.psi-affiliate:before {
  content: "\e913";
}

.psi-aim:before {
  content: "\e914";
}

.psi-air-balloon:before {
  content: "\e915";
}

.psi-airbrush:before {
  content: "\e916";
}

.psi-airship:before {
  content: "\e917";
}

.psi-alarm:before {
  content: "\e918";
}

.psi-alarm-clock:before {
  content: "\e919";
}

.psi-alarm-clock-2:before {
  content: "\e91a";
}

.psi-alien:before {
  content: "\e91b";
}

.psi-alien-2:before {
  content: "\e91c";
}

.psi-align-center:before {
  content: "\e91d";
}

.psi-align-justify-all:before {
  content: "\e91e";
}

.psi-align-justify-center:before {
  content: "\e91f";
}

.psi-align-justify-left:before {
  content: "\e920";
}

.psi-align-justify-right:before {
  content: "\e921";
}

.psi-align-left:before {
  content: "\e922";
}

.psi-align-right:before {
  content: "\e923";
}

.psi-alligator:before {
  content: "\e924";
}

.psi-alpha:before {
  content: "\e925";
}

.psi-ambulance:before {
  content: "\e926";
}

.psi-amx:before {
  content: "\e927";
}

.psi-anchor:before {
  content: "\e928";
}

.psi-anchor-2:before {
  content: "\e929";
}

.psi-android:before {
  content: "\e92a";
}

.psi-android-store:before {
  content: "\e92b";
}

.psi-angel:before {
  content: "\e92c";
}

.psi-angel-smiley:before {
  content: "\e92d";
}

.psi-angry:before {
  content: "\e92e";
}

.psi-apple:before {
  content: "\e92f";
}

.psi-apple-bite:before {
  content: "\e930";
}

.psi-apple-store:before {
  content: "\e931";
}

.psi-approved-window:before {
  content: "\e932";
}

.psi-aquarius:before {
  content: "\e933";
}

.psi-aquarius-2:before {
  content: "\e934";
}

.psi-archery:before {
  content: "\e935";
}

.psi-archery-2:before {
  content: "\e936";
}

.psi-argentina:before {
  content: "\e937";
}

.psi-aries:before {
  content: "\e938";
}

.psi-aries-2:before {
  content: "\e939";
}

.psi-army-key:before {
  content: "\e93a";
}

.psi-arrow-around:before {
  content: "\e93b";
}

.psi-arrow-back:before {
  content: "\e93c";
}

.psi-arrow-back-2:before {
  content: "\e93d";
}

.psi-arrow-back-3:before {
  content: "\e93e";
}

.psi-arrow-barrier:before {
  content: "\e93f";
}

.psi-arrow-circle:before {
  content: "\e940";
}

.psi-arrow-cross:before {
  content: "\e941";
}

.psi-arrow-down:before {
  content: "\e942";
}

.psi-arrow-down-2:before {
  content: "\e943";
}

.psi-arrow-down-3:before {
  content: "\e944";
}

.psi-arrow-down-in-circle:before {
  content: "\e945";
}

.psi-arrow-fork:before {
  content: "\e946";
}

.psi-arrow-forward:before {
  content: "\e947";
}

.psi-arrow-forward-2:before {
  content: "\e948";
}

.psi-arrow-forward-3:before {
  content: "\e949";
}

.psi-arrow-from:before {
  content: "\e94a";
}

.psi-arrow-inside:before {
  content: "\e94b";
}

.psi-arrow-inside-45:before {
  content: "\e94c";
}

.psi-arrow-inside-gap:before {
  content: "\e94d";
}

.psi-arrow-inside-gap-45:before {
  content: "\e94e";
}

.psi-arrow-into:before {
  content: "\e94f";
}

.psi-arrow-join:before {
  content: "\e950";
}

.psi-arrow-junction:before {
  content: "\e951";
}

.psi-arrow-left:before {
  content: "\e952";
}

.psi-arrow-left-2:before {
  content: "\e953";
}

.psi-arrow-left-in-circle:before {
  content: "\e954";
}

.psi-arrow-loop:before {
  content: "\e955";
}

.psi-arrow-merge:before {
  content: "\e956";
}

.psi-arrow-mix:before {
  content: "\e957";
}

.psi-arrow-out-left:before {
  content: "\e958";
}

.psi-arrow-out-right:before {
  content: "\e959";
}

.psi-arrow-outside:before {
  content: "\e95a";
}

.psi-arrow-outside-45:before {
  content: "\e95b";
}

.psi-arrow-outside-gap:before {
  content: "\e95c";
}

.psi-arrow-outside-gap-45:before {
  content: "\e95d";
}

.psi-arrow-over:before {
  content: "\e95e";
}

.psi-arrow-refresh:before {
  content: "\e95f";
}

.psi-arrow-refresh-2:before {
  content: "\e960";
}

.psi-arrow-right:before {
  content: "\e961";
}

.psi-arrow-right-2:before {
  content: "\e962";
}

.psi-arrow-right-in-circle:before {
  content: "\e963";
}

.psi-arrow-shuffle:before {
  content: "\e964";
}

.psi-arrow-squiggly:before {
  content: "\e965";
}

.psi-arrow-through:before {
  content: "\e966";
}

.psi-arrow-to:before {
  content: "\e967";
}

.psi-arrow-turn-left:before {
  content: "\e968";
}

.psi-arrow-turn-right:before {
  content: "\e969";
}

.psi-arrow-up:before {
  content: "\e96a";
}

.psi-arrow-up-2:before {
  content: "\e96b";
}

.psi-arrow-up-3:before {
  content: "\e96c";
}

.psi-arrow-up-in-circle:before {
  content: "\e96d";
}

.psi-arrow-x-left:before {
  content: "\e96e";
}

.psi-arrow-x-right:before {
  content: "\e96f";
}

.psi-ask:before {
  content: "\e970";
}

.psi-assistant:before {
  content: "\e971";
}

.psi-astronaut:before {
  content: "\e972";
}

.psi-at-sign:before {
  content: "\e973";
}

.psi-atm:before {
  content: "\e974";
}

.psi-atom:before {
  content: "\e975";
}

.psi-audio:before {
  content: "\e976";
}

.psi-auto-flash:before {
  content: "\e977";
}

.psi-autumn:before {
  content: "\e978";
}

.psi-baby:before {
  content: "\e979";
}

.psi-baby-clothes:before {
  content: "\e97a";
}

.psi-baby-clothes-2:before {
  content: "\e97b";
}

.psi-baby-cry:before {
  content: "\e97c";
}

.psi-back:before {
  content: "\e97d";
}

.psi-back-media:before {
  content: "\e97e";
}

.psi-back-media-2:before {
  content: "\e97f";
}

.psi-back-music:before {
  content: "\e980";
}

.psi-background:before {
  content: "\e981";
}

.psi-bacteria:before {
  content: "\e982";
}

.psi-bag:before {
  content: "\e983";
}

.psi-bag-coin:before {
  content: "\e984";
}

.psi-bag-items:before {
  content: "\e985";
}

.psi-bag-quantity:before {
  content: "\e986";
}

.psi-bakelite:before {
  content: "\e987";
}

.psi-ballet-shoes:before {
  content: "\e988";
}

.psi-balloon:before {
  content: "\e989";
}

.psi-banana:before {
  content: "\e98a";
}

.psi-band-aid:before {
  content: "\e98b";
}

.psi-bank:before {
  content: "\e98c";
}

.psi-bar-chart:before {
  content: "\e98d";
}

.psi-bar-chart-2:before {
  content: "\e98e";
}

.psi-bar-chart-3:before {
  content: "\e98f";
}

.psi-bar-chart-4:before {
  content: "\e990";
}

.psi-bar-chart-5:before {
  content: "\e991";
}

.psi-bar-code:before {
  content: "\e992";
}

.psi-barricade:before {
  content: "\e993";
}

.psi-barricade-2:before {
  content: "\e994";
}

.psi-baseball:before {
  content: "\e995";
}

.psi-basket-ball:before {
  content: "\e996";
}

.psi-basket-coins:before {
  content: "\e997";
}

.psi-basket-items:before {
  content: "\e998";
}

.psi-basket-quantity:before {
  content: "\e999";
}

.psi-bat:before {
  content: "\e99a";
}

.psi-bat-2:before {
  content: "\e99b";
}

.psi-bathrobe:before {
  content: "\e99c";
}

.psi-batman-mask:before {
  content: "\e99d";
}

.psi-battery-0:before {
  content: "\e99e";
}

.psi-battery-100:before {
  content: "\e99f";
}

.psi-battery-25:before {
  content: "\e9a0";
}

.psi-battery-50:before {
  content: "\e9a1";
}

.psi-battery-75:before {
  content: "\e9a2";
}

.psi-battery-charge:before {
  content: "\e9a3";
}

.psi-bear:before {
  content: "\e9a4";
}

.psi-beard:before {
  content: "\e9a5";
}

.psi-beard-2:before {
  content: "\e9a6";
}

.psi-beard-3:before {
  content: "\e9a7";
}

.psi-bebo:before {
  content: "\e9a8";
}

.psi-bee:before {
  content: "\e9a9";
}

.psi-beer:before {
  content: "\e9aa";
}

.psi-beer-glass:before {
  content: "\e9ab";
}

.psi-behance:before {
  content: "\e9ac";
}

.psi-bell:before {
  content: "\e9ad";
}

.psi-bell-2:before {
  content: "\e9ae";
}

.psi-belt:before {
  content: "\e9af";
}

.psi-belt-2:before {
  content: "\e9b0";
}

.psi-belt-3:before {
  content: "\e9b1";
}

.psi-berlin-tower:before {
  content: "\e9b2";
}

.psi-beta:before {
  content: "\e9b3";
}

.psi-betvibes:before {
  content: "\e9b4";
}

.psi-bicycle:before {
  content: "\e9b5";
}

.psi-bicycle-2:before {
  content: "\e9b6";
}

.psi-bicycle-3:before {
  content: "\e9b7";
}

.psi-big-ben:before {
  content: "\e9b8";
}

.psi-big-data:before {
  content: "\e9b9";
}

.psi-bike-helmet:before {
  content: "\e9ba";
}

.psi-bikini:before {
  content: "\e9bb";
}

.psi-billing:before {
  content: "\e9bc";
}

.psi-bing:before {
  content: "\e9bd";
}

.psi-binocular:before {
  content: "\e9be";
}

.psi-bio-hazard:before {
  content: "\e9bf";
}

.psi-biotech:before {
  content: "\e9c0";
}

.psi-bird:before {
  content: "\e9c1";
}

.psi-bird-delivering-letter:before {
  content: "\e9c2";
}

.psi-birthday-cake:before {
  content: "\e9c3";
}

.psi-bisexual:before {
  content: "\e9c4";
}

.psi-bishop:before {
  content: "\e9c5";
}

.psi-bitcoin:before {
  content: "\e9c6";
}

.psi-black-cat:before {
  content: "\e9c7";
}

.psi-blackboard:before {
  content: "\e9c8";
}

.psi-blinklist:before {
  content: "\e9c9";
}

.psi-block-cloud:before {
  content: "\e9ca";
}

.psi-block-window:before {
  content: "\e9cb";
}

.psi-blogger:before {
  content: "\e9cc";
}

.psi-blood:before {
  content: "\e9cd";
}

.psi-blouse:before {
  content: "\e9ce";
}

.psi-blueprint:before {
  content: "\e9cf";
}

.psi-board:before {
  content: "\e9d0";
}

.psi-bodybuilding:before {
  content: "\e9d1";
}

.psi-bold-text:before {
  content: "\e9d2";
}

.psi-bone:before {
  content: "\e9d3";
}

.psi-bones:before {
  content: "\e9d4";
}

.psi-book:before {
  content: "\e9d5";
}

.psi-bookmark:before {
  content: "\e9d6";
}

.psi-books:before {
  content: "\e9d7";
}

.psi-books-2:before {
  content: "\e9d8";
}

.psi-boom:before {
  content: "\e9d9";
}

.psi-boot:before {
  content: "\e9da";
}

.psi-boot-2:before {
  content: "\e9db";
}

.psi-bottom-to-top:before {
  content: "\e9dc";
}

.psi-bow:before {
  content: "\e9dd";
}

.psi-bow-2:before {
  content: "\e9de";
}

.psi-bow-3:before {
  content: "\e9df";
}

.psi-bow-4:before {
  content: "\e9e0";
}

.psi-bow-5:before {
  content: "\e9e1";
}

.psi-bow-6:before {
  content: "\e9e2";
}

.psi-bowling:before {
  content: "\e9e3";
}

.psi-bowling-2:before {
  content: "\e9e4";
}

.psi-box:before {
  content: "\e9e5";
}

.psi-box-close:before {
  content: "\e9e6";
}

.psi-box-full:before {
  content: "\e9e7";
}

.psi-box-gloves:before {
  content: "\e9e8";
}

.psi-box-open:before {
  content: "\e9e9";
}

.psi-box-with-folders:before {
  content: "\e9ea";
}

.psi-boy:before {
  content: "\e9eb";
}

.psi-bra:before {
  content: "\e9ec";
}

.psi-brain:before {
  content: "\e9ed";
}

.psi-brain-2:before {
  content: "\e9ee";
}

.psi-brain-3:before {
  content: "\e9ef";
}

.psi-brazil:before {
  content: "\e9f0";
}

.psi-bread:before {
  content: "\e9f1";
}

.psi-bread-2:before {
  content: "\e9f2";
}

.psi-bridge:before {
  content: "\e9f3";
}

.psi-brightkite:before {
  content: "\e9f4";
}

.psi-broken-link:before {
  content: "\e9f5";
}

.psi-broken-link-2:before {
  content: "\e9f6";
}

.psi-broom:before {
  content: "\e9f7";
}

.psi-brush:before {
  content: "\e9f8";
}

.psi-bucket:before {
  content: "\e9f9";
}

.psi-bug:before {
  content: "\e9fa";
}

.psi-building:before {
  content: "\e9fb";
}

.psi-bulleted-list:before {
  content: "\e9fc";
}

.psi-bus:before {
  content: "\e9fd";
}

.psi-bus-2:before {
  content: "\e9fe";
}

.psi-business-man:before {
  content: "\e9ff";
}

.psi-business-man-woman:before {
  content: "\ea00";
}

.psi-business-mens:before {
  content: "\ea01";
}

.psi-business-woman:before {
  content: "\ea02";
}

.psi-butterfly:before {
  content: "\ea03";
}

.psi-button:before {
  content: "\ea04";
}

.psi-cable-car:before {
  content: "\ea05";
}

.psi-cake:before {
  content: "\ea06";
}

.psi-calculator:before {
  content: "\ea07";
}

.psi-calculator-2:before {
  content: "\ea08";
}

.psi-calculator-3:before {
  content: "\ea09";
}

.psi-calendar:before {
  content: "\ea0a";
}

.psi-calendar-2:before {
  content: "\ea0b";
}

.psi-calendar-3:before {
  content: "\ea0c";
}

.psi-calendar-4:before {
  content: "\ea0d";
}

.psi-calendar-clock:before {
  content: "\ea0e";
}

.psi-camel:before {
  content: "\ea0f";
}

.psi-camera:before {
  content: "\ea10";
}

.psi-camera-2:before {
  content: "\ea11";
}

.psi-camera-3:before {
  content: "\ea12";
}

.psi-camera-4:before {
  content: "\ea13";
}

.psi-camera-5:before {
  content: "\ea14";
}

.psi-camera-back:before {
  content: "\ea15";
}

.psi-can:before {
  content: "\ea16";
}

.psi-can-2:before {
  content: "\ea17";
}

.psi-canada:before {
  content: "\ea18";
}

.psi-cancer:before {
  content: "\ea19";
}

.psi-cancer-2:before {
  content: "\ea1a";
}

.psi-cancer-3:before {
  content: "\ea1b";
}

.psi-candle:before {
  content: "\ea1c";
}

.psi-candy:before {
  content: "\ea1d";
}

.psi-candy-cane:before {
  content: "\ea1e";
}

.psi-cannon:before {
  content: "\ea1f";
}

.psi-cap:before {
  content: "\ea20";
}

.psi-cap-2:before {
  content: "\ea21";
}

.psi-cap-3:before {
  content: "\ea22";
}

.psi-cap-smiley:before {
  content: "\ea23";
}

.psi-capricorn:before {
  content: "\ea24";
}

.psi-capricorn-2:before {
  content: "\ea25";
}

.psi-car:before {
  content: "\ea26";
}

.psi-car-2:before {
  content: "\ea27";
}

.psi-car-3:before {
  content: "\ea28";
}

.psi-car-wheel:before {
  content: "\ea29";
}

.psi-cardigan:before {
  content: "\ea2a";
}

.psi-cardiovascular:before {
  content: "\ea2b";
}

.psi-cart-coin:before {
  content: "\ea2c";
}

.psi-cart-items:before {
  content: "\ea2d";
}

.psi-cart-quantity:before {
  content: "\ea2e";
}

.psi-casette-tape:before {
  content: "\ea2f";
}

.psi-cash-register:before {
  content: "\ea30";
}

.psi-cash-register-2:before {
  content: "\ea31";
}

.psi-castle:before {
  content: "\ea32";
}

.psi-cat:before {
  content: "\ea33";
}

.psi-cathedral:before {
  content: "\ea34";
}

.psi-cauldron:before {
  content: "\ea35";
}

.psi-cd:before {
  content: "\ea36";
}

.psi-cd-2:before {
  content: "\ea37";
}

.psi-cd-cover:before {
  content: "\ea38";
}

.psi-cello:before {
  content: "\ea39";
}

.psi-celsius:before {
  content: "\ea3a";
}

.psi-chair:before {
  content: "\ea3b";
}

.psi-charger:before {
  content: "\ea3c";
}

.psi-check:before {
  content: "\ea3d";
}

.psi-check-2:before {
  content: "\ea3e";
}

.psi-checked-user:before {
  content: "\ea3f";
}

.psi-checkered-flag:before {
  content: "\ea40";
}

.psi-checkmate:before {
  content: "\ea41";
}

.psi-checkout:before {
  content: "\ea42";
}

.psi-checkout-bag:before {
  content: "\ea43";
}

.psi-checkout-basket:before {
  content: "\ea44";
}

.psi-cheese:before {
  content: "\ea45";
}

.psi-cheetah:before {
  content: "\ea46";
}

.psi-chef:before {
  content: "\ea47";
}

.psi-chef-hat:before {
  content: "\ea48";
}

.psi-chef-hat-2:before {
  content: "\ea49";
}

.psi-chemical:before {
  content: "\ea4a";
}

.psi-chemical-2:before {
  content: "\ea4b";
}

.psi-chemical-3:before {
  content: "\ea4c";
}

.psi-chemical-4:before {
  content: "\ea4d";
}

.psi-chemical-5:before {
  content: "\ea4e";
}

.psi-chess:before {
  content: "\ea4f";
}

.psi-chess-board:before {
  content: "\ea50";
}

.psi-chevron-down:before {
  content: "\ea51";
}

.psi-chevron-left:before {
  content: "\ea52";
}

.psi-chevron-right:before {
  content: "\ea53";
}

.psi-chevron-up:before {
  content: "\ea54";
}

.psi-chicken:before {
  content: "\ea55";
}

.psi-chile:before {
  content: "\ea56";
}

.psi-chimney:before {
  content: "\ea57";
}

.psi-china:before {
  content: "\ea58";
}

.psi-chinese-temple:before {
  content: "\ea59";
}

.psi-chip:before {
  content: "\ea5a";
}

.psi-chopsticks:before {
  content: "\ea5b";
}

.psi-chopsticks-2:before {
  content: "\ea5c";
}

.psi-christmas:before {
  content: "\ea5d";
}

.psi-christmas-ball:before {
  content: "\ea5e";
}

.psi-christmas-bell:before {
  content: "\ea5f";
}

.psi-christmas-candle:before {
  content: "\ea60";
}

.psi-christmas-hat:before {
  content: "\ea61";
}

.psi-christmas-sleigh:before {
  content: "\ea62";
}

.psi-christmas-snowman:before {
  content: "\ea63";
}

.psi-christmas-sock:before {
  content: "\ea64";
}

.psi-christmas-tree:before {
  content: "\ea65";
}

.psi-chrome:before {
  content: "\ea66";
}

.psi-chrysler-building:before {
  content: "\ea67";
}

.psi-cinema:before {
  content: "\ea68";
}

.psi-circular-point:before {
  content: "\ea69";
}

.psi-city-hall:before {
  content: "\ea6a";
}

.psi-clamp:before {
  content: "\ea6b";
}

.psi-clapperboard-close:before {
  content: "\ea6c";
}

.psi-clapperboard-open:before {
  content: "\ea6d";
}

.psi-claps:before {
  content: "\ea6e";
}

.psi-clef:before {
  content: "\ea6f";
}

.psi-clinic:before {
  content: "\ea70";
}

.psi-clock:before {
  content: "\ea71";
}

.psi-clock-2:before {
  content: "\ea72";
}

.psi-clock-3:before {
  content: "\ea73";
}

.psi-clock-4:before {
  content: "\ea74";
}

.psi-clock-back:before {
  content: "\ea75";
}

.psi-clock-forward:before {
  content: "\ea76";
}

.psi-close:before {
  content: "\ea77";
}

.psi-close-window:before {
  content: "\ea78";
}

.psi-clothing-store:before {
  content: "\ea79";
}

.psi-cloud:before {
  content: "\ea7a";
}

.psi-cloud-camera:before {
  content: "\ea7b";
}

.psi-cloud-computer:before {
  content: "\ea7c";
}

.psi-cloud-email:before {
  content: "\ea7d";
}

.psi-cloud-hail:before {
  content: "\ea7e";
}

.psi-cloud-laptop:before {
  content: "\ea7f";
}

.psi-cloud-lock:before {
  content: "\ea80";
}

.psi-cloud-min:before {
  content: "\ea81";
}

.psi-cloud-moon:before {
  content: "\ea82";
}

.psi-cloud-music:before {
  content: "\ea83";
}

.psi-cloud-picture:before {
  content: "\ea84";
}

.psi-cloud-plus:before {
  content: "\ea85";
}

.psi-cloud-rain:before {
  content: "\ea86";
}

.psi-cloud-remove:before {
  content: "\ea87";
}

.psi-cloud-secure:before {
  content: "\ea88";
}

.psi-cloud-settings:before {
  content: "\ea89";
}

.psi-cloud-smartphone:before {
  content: "\ea8a";
}

.psi-cloud-snow:before {
  content: "\ea8b";
}

.psi-cloud-sun:before {
  content: "\ea8c";
}

.psi-cloud-tablet:before {
  content: "\ea8d";
}

.psi-cloud-video:before {
  content: "\ea8e";
}

.psi-cloud-weather:before {
  content: "\ea8f";
}

.psi-clouds:before {
  content: "\ea90";
}

.psi-clouds-weather:before {
  content: "\ea91";
}

.psi-clown:before {
  content: "\ea92";
}

.psi-cmyk:before {
  content: "\ea93";
}

.psi-coat:before {
  content: "\ea94";
}

.psi-cocktail:before {
  content: "\ea95";
}

.psi-coconut:before {
  content: "\ea96";
}

.psi-code-window:before {
  content: "\ea97";
}

.psi-coding:before {
  content: "\ea98";
}

.psi-coffee:before {
  content: "\ea99";
}

.psi-coffee-2:before {
  content: "\ea9a";
}

.psi-coffee-bean:before {
  content: "\ea9b";
}

.psi-coffee-machine:before {
  content: "\ea9c";
}

.psi-coffee-to-go:before {
  content: "\ea9d";
}

.psi-coffin:before {
  content: "\ea9e";
}

.psi-coin:before {
  content: "\ea9f";
}

.psi-coins:before {
  content: "\eaa0";
}

.psi-coins-2:before {
  content: "\eaa1";
}

.psi-coins-3:before {
  content: "\eaa2";
}

.psi-colombia:before {
  content: "\eaa3";
}

.psi-colosseum:before {
  content: "\eaa4";
}

.psi-column:before {
  content: "\eaa5";
}

.psi-column-2:before {
  content: "\eaa6";
}

.psi-column-3:before {
  content: "\eaa7";
}

.psi-comb:before {
  content: "\eaa8";
}

.psi-comb-2:before {
  content: "\eaa9";
}

.psi-communication-tower:before {
  content: "\eaaa";
}

.psi-communication-tower-2:before {
  content: "\eaab";
}

.psi-compass:before {
  content: "\eaac";
}

.psi-compass-2:before {
  content: "\eaad";
}

.psi-compass-3:before {
  content: "\eaae";
}

.psi-compass-4:before {
  content: "\eaaf";
}

.psi-compass-rose:before {
  content: "\eab0";
}

.psi-computer:before {
  content: "\eab1";
}

.psi-computer-2:before {
  content: "\eab2";
}

.psi-computer-3:before {
  content: "\eab3";
}

.psi-computer-secure:before {
  content: "\eab4";
}

.psi-conference:before {
  content: "\eab5";
}

.psi-confused:before {
  content: "\eab6";
}

.psi-conservation:before {
  content: "\eab7";
}

.psi-consulting:before {
  content: "\eab8";
}

.psi-contrast:before {
  content: "\eab9";
}

.psi-control:before {
  content: "\eaba";
}

.psi-control-2:before {
  content: "\eabb";
}

.psi-cookie-man:before {
  content: "\eabc";
}

.psi-cookies:before {
  content: "\eabd";
}

.psi-cool:before {
  content: "\eabe";
}

.psi-cool-guy:before {
  content: "\eabf";
}

.psi-copyright:before {
  content: "\eac0";
}

.psi-costume:before {
  content: "\eac1";
}

.psi-couple-sign:before {
  content: "\eac2";
}

.psi-cow:before {
  content: "\eac3";
}

.psi-cpu:before {
  content: "\eac4";
}

.psi-crane:before {
  content: "\eac5";
}

.psi-cranium:before {
  content: "\eac6";
}

.psi-credit-card:before {
  content: "\eac7";
}

.psi-credit-card-2:before {
  content: "\eac8";
}

.psi-credit-card-3:before {
  content: "\eac9";
}

.psi-cricket:before {
  content: "\eaca";
}

.psi-criminal:before {
  content: "\eacb";
}

.psi-croissant:before {
  content: "\eacc";
}

.psi-crop:before {
  content: "\eacd";
}

.psi-crop-2:before {
  content: "\eace";
}

.psi-cross:before {
  content: "\eacf";
}

.psi-crown:before {
  content: "\ead0";
}

.psi-crown-2:before {
  content: "\ead1";
}

.psi-crying:before {
  content: "\ead2";
}

.psi-cube-molecule:before {
  content: "\ead3";
}

.psi-cube-molecule-2:before {
  content: "\ead4";
}

.psi-cupcake:before {
  content: "\ead5";
}

.psi-cursor:before {
  content: "\ead6";
}

.psi-cursor-click:before {
  content: "\ead7";
}

.psi-cursor-click-2:before {
  content: "\ead8";
}

.psi-cursor-move:before {
  content: "\ead9";
}

.psi-cursor-move-2:before {
  content: "\eada";
}

.psi-cursor-select:before {
  content: "\eadb";
}

.psi-dam:before {
  content: "\eadc";
}

.psi-danger:before {
  content: "\eadd";
}

.psi-danger-2:before {
  content: "\eade";
}

.psi-dashboard:before {
  content: "\eadf";
}

.psi-data:before {
  content: "\eae0";
}

.psi-data-backup:before {
  content: "\eae1";
}

.psi-data-block:before {
  content: "\eae2";
}

.psi-data-center:before {
  content: "\eae3";
}

.psi-data-clock:before {
  content: "\eae4";
}

.psi-data-cloud:before {
  content: "\eae5";
}

.psi-data-compress:before {
  content: "\eae6";
}

.psi-data-copy:before {
  content: "\eae7";
}

.psi-data-download:before {
  content: "\eae8";
}

.psi-data-financial:before {
  content: "\eae9";
}

.psi-data-key:before {
  content: "\eaea";
}

.psi-data-lock:before {
  content: "\eaeb";
}

.psi-data-network:before {
  content: "\eaec";
}

.psi-data-password:before {
  content: "\eaed";
}

.psi-data-power:before {
  content: "\eaee";
}

.psi-data-refresh:before {
  content: "\eaef";
}

.psi-data-save:before {
  content: "\eaf0";
}

.psi-data-search:before {
  content: "\eaf1";
}

.psi-data-security:before {
  content: "\eaf2";
}

.psi-data-settings:before {
  content: "\eaf3";
}

.psi-data-sharing:before {
  content: "\eaf4";
}

.psi-data-shield:before {
  content: "\eaf5";
}

.psi-data-signal:before {
  content: "\eaf6";
}

.psi-data-storage:before {
  content: "\eaf7";
}

.psi-data-stream:before {
  content: "\eaf8";
}

.psi-data-transfer:before {
  content: "\eaf9";
}

.psi-data-unlock:before {
  content: "\eafa";
}

.psi-data-upload:before {
  content: "\eafb";
}

.psi-data-yes:before {
  content: "\eafc";
}

.psi-daylight:before {
  content: "\eafd";
}

.psi-death:before {
  content: "\eafe";
}

.psi-debian:before {
  content: "\eaff";
}

.psi-dec:before {
  content: "\eb00";
}

.psi-decrease-indent:before {
  content: "\eb01";
}

.psi-deer:before {
  content: "\eb02";
}

.psi-deer-2:before {
  content: "\eb03";
}

.psi-delete-window:before {
  content: "\eb04";
}

.psi-delicious:before {
  content: "\eb05";
}

.psi-denmark:before {
  content: "\eb06";
}

.psi-depression:before {
  content: "\eb07";
}

.psi-deviantart:before {
  content: "\eb08";
}

.psi-device-sync-with-cloud:before {
  content: "\eb09";
}

.psi-diamond:before {
  content: "\eb0a";
}

.psi-dice:before {
  content: "\eb0b";
}

.psi-dice-2:before {
  content: "\eb0c";
}

.psi-digg:before {
  content: "\eb0d";
}

.psi-digital-drawing:before {
  content: "\eb0e";
}

.psi-diigo:before {
  content: "\eb0f";
}

.psi-dinosaur:before {
  content: "\eb10";
}

.psi-diploma:before {
  content: "\eb11";
}

.psi-diploma-2:before {
  content: "\eb12";
}

.psi-direction-east:before {
  content: "\eb13";
}

.psi-direction-north:before {
  content: "\eb14";
}

.psi-direction-south:before {
  content: "\eb15";
}

.psi-direction-west:before {
  content: "\eb16";
}

.psi-director:before {
  content: "\eb17";
}

.psi-disk:before {
  content: "\eb18";
}

.psi-dj:before {
  content: "\eb19";
}

.psi-dna:before {
  content: "\eb1a";
}

.psi-dna-2:before {
  content: "\eb1b";
}

.psi-dna-helix:before {
  content: "\eb1c";
}

.psi-doctor:before {
  content: "\eb1d";
}

.psi-dog:before {
  content: "\eb1e";
}

.psi-dollar:before {
  content: "\eb1f";
}

.psi-dollar-sign:before {
  content: "\eb20";
}

.psi-dollar-sign-2:before {
  content: "\eb21";
}

.psi-dolphin:before {
  content: "\eb22";
}

.psi-domino:before {
  content: "\eb23";
}

.psi-door:before {
  content: "\eb24";
}

.psi-door-hanger:before {
  content: "\eb25";
}

.psi-dopplr:before {
  content: "\eb26";
}

.psi-dot-horizontal:before {
  content: "\eb27";
}

.psi-dot-vertical:before {
  content: "\eb28";
}

.psi-double-circle:before {
  content: "\eb29";
}

.psi-double-tap:before {
  content: "\eb2a";
}

.psi-doughnut:before {
  content: "\eb2b";
}

.psi-dove:before {
  content: "\eb2c";
}

.psi-down:before {
  content: "\eb2d";
}

.psi-down-2:before {
  content: "\eb2e";
}

.psi-down-3:before {
  content: "\eb2f";
}

.psi-down-4:before {
  content: "\eb30";
}

.psi-download:before {
  content: "\eb31";
}

.psi-download-2:before {
  content: "\eb32";
}

.psi-download-from-cloud:before {
  content: "\eb33";
}

.psi-download-window:before {
  content: "\eb34";
}

.psi-downward:before {
  content: "\eb35";
}

.psi-drag:before {
  content: "\eb36";
}

.psi-drag-down:before {
  content: "\eb37";
}

.psi-drag-left:before {
  content: "\eb38";
}

.psi-drag-right:before {
  content: "\eb39";
}

.psi-drag-up:before {
  content: "\eb3a";
}

.psi-dress:before {
  content: "\eb3b";
}

.psi-dribbble:before {
  content: "\eb3c";
}

.psi-drill:before {
  content: "\eb3d";
}

.psi-drill-2:before {
  content: "\eb3e";
}

.psi-drop:before {
  content: "\eb3f";
}

.psi-dropbox:before {
  content: "\eb40";
}

.psi-drum:before {
  content: "\eb41";
}

.psi-dry:before {
  content: "\eb42";
}

.psi-duck:before {
  content: "\eb43";
}

.psi-dumbbell:before {
  content: "\eb44";
}

.psi-duplicate-layer:before {
  content: "\eb45";
}

.psi-duplicate-window:before {
  content: "\eb46";
}

.psi-dvd:before {
  content: "\eb47";
}

.psi-eagle:before {
  content: "\eb48";
}

.psi-ear:before {
  content: "\eb49";
}

.psi-earphones:before {
  content: "\eb4a";
}

.psi-earphones-2:before {
  content: "\eb4b";
}

.psi-eci-icon:before {
  content: "\eb4c";
}

.psi-edit:before {
  content: "\eb4d";
}

.psi-edit-map:before {
  content: "\eb4e";
}

.psi-eggs:before {
  content: "\eb4f";
}

.psi-egypt:before {
  content: "\eb50";
}

.psi-eifel-tower:before {
  content: "\eb51";
}

.psi-eject:before {
  content: "\eb52";
}

.psi-eject-2:before {
  content: "\eb53";
}

.psi-el-castillo:before {
  content: "\eb54";
}

.psi-elbow:before {
  content: "\eb55";
}

.psi-electric-guitar:before {
  content: "\eb56";
}

.psi-electricity:before {
  content: "\eb57";
}

.psi-elephant:before {
  content: "\eb58";
}

.psi-email:before {
  content: "\eb59";
}

.psi-embassy:before {
  content: "\eb5a";
}

.psi-empire-state-building:before {
  content: "\eb5b";
}

.psi-empty-box:before {
  content: "\eb5c";
}

.psi-end:before {
  content: "\eb5d";
}

.psi-end-2:before {
  content: "\eb5e";
}

.psi-end-3:before {
  content: "\eb5f";
}

.psi-endways:before {
  content: "\eb60";
}

.psi-engineering:before {
  content: "\eb61";
}

.psi-envelope:before {
  content: "\eb62";
}

.psi-envelope-2:before {
  content: "\eb63";
}

.psi-environmental:before {
  content: "\eb64";
}

.psi-environmental-2:before {
  content: "\eb65";
}

.psi-environmental-3:before {
  content: "\eb66";
}

.psi-equalizer:before {
  content: "\eb67";
}

.psi-eraser:before {
  content: "\eb68";
}

.psi-eraser-2:before {
  content: "\eb69";
}

.psi-eraser-3:before {
  content: "\eb6a";
}

.psi-error-404-window:before {
  content: "\eb6b";
}

.psi-euro:before {
  content: "\eb6c";
}

.psi-euro-sign:before {
  content: "\eb6d";
}

.psi-euro-sign-2:before {
  content: "\eb6e";
}

.psi-evernote:before {
  content: "\eb6f";
}

.psi-evil:before {
  content: "\eb70";
}

.psi-exclamation:before {
  content: "\eb71";
}

.psi-explode:before {
  content: "\eb72";
}

.psi-eye:before {
  content: "\eb73";
}

.psi-eye-2:before {
  content: "\eb74";
}

.psi-eye-blind:before {
  content: "\eb75";
}

.psi-eye-invisible:before {
  content: "\eb76";
}

.psi-eye-scan:before {
  content: "\eb77";
}

.psi-eye-visible:before {
  content: "\eb78";
}

.psi-eyebrow:before {
  content: "\eb79";
}

.psi-eyebrow-2:before {
  content: "\eb7a";
}

.psi-eyebrow-3:before {
  content: "\eb7b";
}

.psi-eyeglasses-smiley:before {
  content: "\eb7c";
}

.psi-eyeglasses-smiley-2:before {
  content: "\eb7d";
}

.psi-face-style:before {
  content: "\eb7e";
}

.psi-face-style-2:before {
  content: "\eb7f";
}

.psi-face-style-3:before {
  content: "\eb80";
}

.psi-face-style-4:before {
  content: "\eb81";
}

.psi-face-style-5:before {
  content: "\eb82";
}

.psi-face-style-6:before {
  content: "\eb83";
}

.psi-facebook:before {
  content: "\eb84";
}

.psi-facebook-2:before {
  content: "\eb85";
}

.psi-factory:before {
  content: "\eb86";
}

.psi-factory-2:before {
  content: "\eb87";
}

.psi-fahrenheit:before {
  content: "\eb88";
}

.psi-family-sign:before {
  content: "\eb89";
}

.psi-fan:before {
  content: "\eb8a";
}

.psi-farmer:before {
  content: "\eb8b";
}

.psi-fashion:before {
  content: "\eb8c";
}

.psi-favorite-window:before {
  content: "\eb8d";
}

.psi-fax:before {
  content: "\eb8e";
}

.psi-feather:before {
  content: "\eb8f";
}

.psi-feedburner:before {
  content: "\eb90";
}

.psi-female:before {
  content: "\eb91";
}

.psi-female-2:before {
  content: "\eb92";
}

.psi-female-sign:before {
  content: "\eb93";
}

.psi-file:before {
  content: "\eb94";
}

.psi-file-add:before {
  content: "\eb95";
}

.psi-file-block:before {
  content: "\eb96";
}

.psi-file-bookmark:before {
  content: "\eb97";
}

.psi-file-chart:before {
  content: "\eb98";
}

.psi-file-clipboard:before {
  content: "\eb99";
}

.psi-file-clipboard-file-text:before {
  content: "\eb9a";
}

.psi-file-clipboard-text-image:before {
  content: "\eb9b";
}

.psi-file-cloud:before {
  content: "\eb9c";
}

.psi-file-copy:before {
  content: "\eb9d";
}

.psi-file-copy-2:before {
  content: "\eb9e";
}

.psi-file-csv:before {
  content: "\eb9f";
}

.psi-file-delete:before {
  content: "\eba0";
}

.psi-file-download:before {
  content: "\eba1";
}

.psi-file-edit:before {
  content: "\eba2";
}

.psi-file-excel:before {
  content: "\eba3";
}

.psi-file-favorite:before {
  content: "\eba4";
}

.psi-file-fire:before {
  content: "\eba5";
}

.psi-file-graph:before {
  content: "\eba6";
}

.psi-file-hide:before {
  content: "\eba7";
}

.psi-file-horizontal:before {
  content: "\eba8";
}

.psi-file-horizontal-text:before {
  content: "\eba9";
}

.psi-file-html:before {
  content: "\ebaa";
}

.psi-file-jpg:before {
  content: "\ebab";
}

.psi-file-link:before {
  content: "\ebac";
}

.psi-file-loading:before {
  content: "\ebad";
}

.psi-file-lock:before {
  content: "\ebae";
}

.psi-file-love:before {
  content: "\ebaf";
}

.psi-file-music:before {
  content: "\ebb0";
}

.psi-file-network:before {
  content: "\ebb1";
}

.psi-file-pictures:before {
  content: "\ebb2";
}

.psi-file-pie:before {
  content: "\ebb3";
}

.psi-file-presentation:before {
  content: "\ebb4";
}

.psi-file-refresh:before {
  content: "\ebb5";
}

.psi-file-remove:before {
  content: "\ebb6";
}

.psi-file-search:before {
  content: "\ebb7";
}

.psi-file-settings:before {
  content: "\ebb8";
}

.psi-file-share:before {
  content: "\ebb9";
}

.psi-file-text-image:before {
  content: "\ebba";
}

.psi-file-trash:before {
  content: "\ebbb";
}

.psi-file-txt:before {
  content: "\ebbc";
}

.psi-file-upload:before {
  content: "\ebbd";
}

.psi-file-video:before {
  content: "\ebbe";
}

.psi-file-word:before {
  content: "\ebbf";
}

.psi-file-zip:before {
  content: "\ebc0";
}

.psi-files:before {
  content: "\ebc1";
}

.psi-film:before {
  content: "\ebc2";
}

.psi-film-board:before {
  content: "\ebc3";
}

.psi-film-cartridge:before {
  content: "\ebc4";
}

.psi-film-strip:before {
  content: "\ebc5";
}

.psi-film-video:before {
  content: "\ebc6";
}

.psi-filter:before {
  content: "\ebc7";
}

.psi-filter-2:before {
  content: "\ebc8";
}

.psi-financial:before {
  content: "\ebc9";
}

.psi-find-user:before {
  content: "\ebca";
}

.psi-finger:before {
  content: "\ebcb";
}

.psi-finger-drag-four-sides:before {
  content: "\ebcc";
}

.psi-finger-drag-two-sides:before {
  content: "\ebcd";
}

.psi-finger-print:before {
  content: "\ebce";
}

.psi-fingerprint:before {
  content: "\ebcf";
}

.psi-fingerprint-2:before {
  content: "\ebd0";
}

.psi-fire-flame:before {
  content: "\ebd1";
}

.psi-fire-flame-2:before {
  content: "\ebd2";
}

.psi-fire-hydrant:before {
  content: "\ebd3";
}

.psi-fire-station:before {
  content: "\ebd4";
}

.psi-firefox:before {
  content: "\ebd5";
}

.psi-firewall:before {
  content: "\ebd6";
}

.psi-first:before {
  content: "\ebd7";
}

.psi-first-aid:before {
  content: "\ebd8";
}

.psi-fish:before {
  content: "\ebd9";
}

.psi-fish-food:before {
  content: "\ebda";
}

.psi-fit-to:before {
  content: "\ebdb";
}

.psi-fit-to-2:before {
  content: "\ebdc";
}

.psi-five-fingers:before {
  content: "\ebdd";
}

.psi-five-fingers-drag:before {
  content: "\ebde";
}

.psi-five-fingers-drag-2:before {
  content: "\ebdf";
}

.psi-five-fingers-touch:before {
  content: "\ebe0";
}

.psi-flag:before {
  content: "\ebe1";
}

.psi-flag-2:before {
  content: "\ebe2";
}

.psi-flag-3:before {
  content: "\ebe3";
}

.psi-flag-4:before {
  content: "\ebe4";
}

.psi-flag-5:before {
  content: "\ebe5";
}

.psi-flag-6:before {
  content: "\ebe6";
}

.psi-flamingo:before {
  content: "\ebe7";
}

.psi-flash:before {
  content: "\ebe8";
}

.psi-flash-2:before {
  content: "\ebe9";
}

.psi-flash-video:before {
  content: "\ebea";
}

.psi-flashlight:before {
  content: "\ebeb";
}

.psi-flask:before {
  content: "\ebec";
}

.psi-flask-2:before {
  content: "\ebed";
}

.psi-flick:before {
  content: "\ebee";
}

.psi-flickr:before {
  content: "\ebef";
}

.psi-flowerpot:before {
  content: "\ebf0";
}

.psi-fluorescent:before {
  content: "\ebf1";
}

.psi-fog-day:before {
  content: "\ebf2";
}

.psi-fog-night:before {
  content: "\ebf3";
}

.psi-folder:before {
  content: "\ebf4";
}

.psi-folder-add:before {
  content: "\ebf5";
}

.psi-folder-archive:before {
  content: "\ebf6";
}

.psi-folder-binder:before {
  content: "\ebf7";
}

.psi-folder-binder-2:before {
  content: "\ebf8";
}

.psi-folder-block:before {
  content: "\ebf9";
}

.psi-folder-bookmark:before {
  content: "\ebfa";
}

.psi-folder-close:before {
  content: "\ebfb";
}

.psi-folder-cloud:before {
  content: "\ebfc";
}

.psi-folder-delete:before {
  content: "\ebfd";
}

.psi-folder-download:before {
  content: "\ebfe";
}

.psi-folder-edit:before {
  content: "\ebff";
}

.psi-folder-favorite:before {
  content: "\ec00";
}

.psi-folder-fire:before {
  content: "\ec01";
}

.psi-folder-hide:before {
  content: "\ec02";
}

.psi-folder-link:before {
  content: "\ec03";
}

.psi-folder-loading:before {
  content: "\ec04";
}

.psi-folder-lock:before {
  content: "\ec05";
}

.psi-folder-love:before {
  content: "\ec06";
}

.psi-folder-music:before {
  content: "\ec07";
}

.psi-folder-network:before {
  content: "\ec08";
}

.psi-folder-open:before {
  content: "\ec09";
}

.psi-folder-open-2:before {
  content: "\ec0a";
}

.psi-folder-organizing:before {
  content: "\ec0b";
}

.psi-folder-pictures:before {
  content: "\ec0c";
}

.psi-folder-refresh:before {
  content: "\ec0d";
}

.psi-folder-remove:before {
  content: "\ec0e";
}

.psi-folder-search:before {
  content: "\ec0f";
}

.psi-folder-settings:before {
  content: "\ec10";
}

.psi-folder-share:before {
  content: "\ec11";
}

.psi-folder-trash:before {
  content: "\ec12";
}

.psi-folder-upload:before {
  content: "\ec13";
}

.psi-folder-video:before {
  content: "\ec14";
}

.psi-folder-with-document:before {
  content: "\ec15";
}

.psi-folder-zip:before {
  content: "\ec16";
}

.psi-folders:before {
  content: "\ec17";
}

.psi-font-color:before {
  content: "\ec18";
}

.psi-font-name:before {
  content: "\ec19";
}

.psi-font-size:before {
  content: "\ec1a";
}

.psi-font-style:before {
  content: "\ec1b";
}

.psi-font-style-subscript:before {
  content: "\ec1c";
}

.psi-font-style-superscript:before {
  content: "\ec1d";
}

.psi-font-window:before {
  content: "\ec1e";
}

.psi-foot:before {
  content: "\ec1f";
}

.psi-foot-2:before {
  content: "\ec20";
}

.psi-football:before {
  content: "\ec21";
}

.psi-football-2:before {
  content: "\ec22";
}

.psi-footprint:before {
  content: "\ec23";
}

.psi-footprint-2:before {
  content: "\ec24";
}

.psi-footprint-3:before {
  content: "\ec25";
}

.psi-forest:before {
  content: "\ec26";
}

.psi-fork:before {
  content: "\ec27";
}

.psi-formspring:before {
  content: "\ec28";
}

.psi-formula:before {
  content: "\ec29";
}

.psi-forward:before {
  content: "\ec2a";
}

.psi-fountain-pen:before {
  content: "\ec2b";
}

.psi-four-fingers:before {
  content: "\ec2c";
}

.psi-four-fingers-drag:before {
  content: "\ec2d";
}

.psi-four-fingers-drag-2:before {
  content: "\ec2e";
}

.psi-four-fingers-touch:before {
  content: "\ec2f";
}

.psi-foursquare:before {
  content: "\ec30";
}

.psi-fox:before {
  content: "\ec31";
}

.psi-frankenstein:before {
  content: "\ec32";
}

.psi-french-fries:before {
  content: "\ec33";
}

.psi-friendfeed:before {
  content: "\ec34";
}

.psi-friendster:before {
  content: "\ec35";
}

.psi-frog:before {
  content: "\ec36";
}

.psi-fruits:before {
  content: "\ec37";
}

.psi-fuel:before {
  content: "\ec38";
}

.psi-full-bag:before {
  content: "\ec39";
}

.psi-full-basket:before {
  content: "\ec3a";
}

.psi-full-cart:before {
  content: "\ec3b";
}

.psi-full-moon:before {
  content: "\ec3c";
}

.psi-full-screen:before {
  content: "\ec3d";
}

.psi-full-screen-2:before {
  content: "\ec3e";
}

.psi-full-view:before {
  content: "\ec3f";
}

.psi-full-view-2:before {
  content: "\ec40";
}

.psi-full-view-window:before {
  content: "\ec41";
}

.psi-function:before {
  content: "\ec42";
}

.psi-funky:before {
  content: "\ec43";
}

.psi-funny-bicycle:before {
  content: "\ec44";
}

.psi-furl:before {
  content: "\ec45";
}

.psi-gamepad:before {
  content: "\ec46";
}

.psi-gamepad-2:before {
  content: "\ec47";
}

.psi-gas-pump:before {
  content: "\ec48";
}

.psi-gauge:before {
  content: "\ec49";
}

.psi-gauge-2:before {
  content: "\ec4a";
}

.psi-gay:before {
  content: "\ec4b";
}

.psi-gear:before {
  content: "\ec4c";
}

.psi-gear-2:before {
  content: "\ec4d";
}

.psi-gears:before {
  content: "\ec4e";
}

.psi-gears-2:before {
  content: "\ec4f";
}

.psi-geek:before {
  content: "\ec50";
}

.psi-geek-2:before {
  content: "\ec51";
}

.psi-gemini:before {
  content: "\ec52";
}

.psi-gemini-2:before {
  content: "\ec53";
}

.psi-genius:before {
  content: "\ec54";
}

.psi-gentleman:before {
  content: "\ec55";
}

.psi-geo:before {
  content: "\ec56";
}

.psi-geo-2:before {
  content: "\ec57";
}

.psi-geo-2-close:before {
  content: "\ec58";
}

.psi-geo-2-love:before {
  content: "\ec59";
}

.psi-geo-2-min:before {
  content: "\ec5a";
}

.psi-geo-2-number:before {
  content: "\ec5b";
}

.psi-geo-2-plus:before {
  content: "\ec5c";
}

.psi-geo-2-star:before {
  content: "\ec5d";
}

.psi-geo-3:before {
  content: "\ec5e";
}

.psi-geo-3-close:before {
  content: "\ec5f";
}

.psi-geo-3-love:before {
  content: "\ec60";
}

.psi-geo-3-min:before {
  content: "\ec61";
}

.psi-geo-3-number:before {
  content: "\ec62";
}

.psi-geo-3-plus:before {
  content: "\ec63";
}

.psi-geo-3-star:before {
  content: "\ec64";
}

.psi-geo-close:before {
  content: "\ec65";
}

.psi-geo-love:before {
  content: "\ec66";
}

.psi-geo-min:before {
  content: "\ec67";
}

.psi-geo-number:before {
  content: "\ec68";
}

.psi-geo-plus:before {
  content: "\ec69";
}

.psi-geo-star:before {
  content: "\ec6a";
}

.psi-ghost:before {
  content: "\ec6b";
}

.psi-gift-box:before {
  content: "\ec6c";
}

.psi-giraffe:before {
  content: "\ec6d";
}

.psi-girl:before {
  content: "\ec6e";
}

.psi-glass-water:before {
  content: "\ec6f";
}

.psi-glasses:before {
  content: "\ec70";
}

.psi-glasses-2:before {
  content: "\ec71";
}

.psi-glasses-3:before {
  content: "\ec72";
}

.psi-global-position:before {
  content: "\ec73";
}

.psi-globe:before {
  content: "\ec74";
}

.psi-globe-2:before {
  content: "\ec75";
}

.psi-gloves:before {
  content: "\ec76";
}

.psi-go-bottom:before {
  content: "\ec77";
}

.psi-go-top:before {
  content: "\ec78";
}

.psi-goggles:before {
  content: "\ec79";
}

.psi-golf:before {
  content: "\ec7a";
}

.psi-golf-2:before {
  content: "\ec7b";
}

.psi-google:before {
  content: "\ec7c";
}

.psi-google-buzz:before {
  content: "\ec7d";
}

.psi-google-drive:before {
  content: "\ec7e";
}

.psi-google-play:before {
  content: "\ec7f";
}

.psi-google-plus:before {
  content: "\ec80";
}

.psi-gopro:before {
  content: "\ec81";
}

.psi-gorilla:before {
  content: "\ec82";
}

.psi-gowalla:before {
  content: "\ec83";
}

.psi-grave:before {
  content: "\ec84";
}

.psi-graveyard:before {
  content: "\ec85";
}

.psi-greece:before {
  content: "\ec86";
}

.psi-green-energy:before {
  content: "\ec87";
}

.psi-green-house:before {
  content: "\ec88";
}

.psi-guitar:before {
  content: "\ec89";
}

.psi-gun:before {
  content: "\ec8a";
}

.psi-gun-2:before {
  content: "\ec8b";
}

.psi-gun-3:before {
  content: "\ec8c";
}

.psi-gymnastics:before {
  content: "\ec8d";
}

.psi-hair:before {
  content: "\ec8e";
}

.psi-hair-2:before {
  content: "\ec8f";
}

.psi-hair-3:before {
  content: "\ec90";
}

.psi-hair-4:before {
  content: "\ec91";
}

.psi-half-moon:before {
  content: "\ec92";
}

.psi-halloween-halfmoon:before {
  content: "\ec93";
}

.psi-halloween-moon:before {
  content: "\ec94";
}

.psi-hamburger:before {
  content: "\ec95";
}

.psi-hammer:before {
  content: "\ec96";
}

.psi-hand:before {
  content: "\ec97";
}

.psi-hand-touch:before {
  content: "\ec98";
}

.psi-hand-touch-2:before {
  content: "\ec99";
}

.psi-hand-touch-smartphone:before {
  content: "\ec9a";
}

.psi-hands:before {
  content: "\ec9b";
}

.psi-handshake:before {
  content: "\ec9c";
}

.psi-hanger:before {
  content: "\ec9d";
}

.psi-happy:before {
  content: "\ec9e";
}

.psi-hat:before {
  content: "\ec9f";
}

.psi-hat-2:before {
  content: "\eca0";
}

.psi-haunted-house:before {
  content: "\eca1";
}

.psi-hd:before {
  content: "\eca2";
}

.psi-hd-video:before {
  content: "\eca3";
}

.psi-hdd:before {
  content: "\eca4";
}

.psi-headphone:before {
  content: "\eca5";
}

.psi-headphones:before {
  content: "\eca6";
}

.psi-headset:before {
  content: "\eca7";
}

.psi-heart:before {
  content: "\eca8";
}

.psi-heart-2:before {
  content: "\eca9";
}

.psi-heels:before {
  content: "\ecaa";
}

.psi-heels-2:before {
  content: "\ecab";
}

.psi-height-window:before {
  content: "\ecac";
}

.psi-helicopter:before {
  content: "\ecad";
}

.psi-helicopter-2:before {
  content: "\ecae";
}

.psi-helix-2:before {
  content: "\ecaf";
}

.psi-hello:before {
  content: "\ecb0";
}

.psi-helmet:before {
  content: "\ecb1";
}

.psi-helmet-2:before {
  content: "\ecb2";
}

.psi-helmet-3:before {
  content: "\ecb3";
}

.psi-hippo:before {
  content: "\ecb4";
}

.psi-hipster-glasses:before {
  content: "\ecb5";
}

.psi-hipster-glasses-2:before {
  content: "\ecb6";
}

.psi-hipster-glasses-3:before {
  content: "\ecb7";
}

.psi-hipster-headphones:before {
  content: "\ecb8";
}

.psi-hipster-man:before {
  content: "\ecb9";
}

.psi-hipster-man-2:before {
  content: "\ecba";
}

.psi-hipster-man-3:before {
  content: "\ecbb";
}

.psi-hipster-sunglasses:before {
  content: "\ecbc";
}

.psi-hipster-sunglasses-2:before {
  content: "\ecbd";
}

.psi-hipster-sunglasses-3:before {
  content: "\ecbe";
}

.psi-hokey:before {
  content: "\ecbf";
}

.psi-holly:before {
  content: "\ecc0";
}

.psi-home:before {
  content: "\ecc1";
}

.psi-home-2:before {
  content: "\ecc2";
}

.psi-home-3:before {
  content: "\ecc3";
}

.psi-home-4:before {
  content: "\ecc4";
}

.psi-home-5:before {
  content: "\ecc5";
}

.psi-home-window:before {
  content: "\ecc6";
}

.psi-honey:before {
  content: "\ecc7";
}

.psi-hongkong:before {
  content: "\ecc8";
}

.psi-hoodie:before {
  content: "\ecc9";
}

.psi-horror:before {
  content: "\ecca";
}

.psi-horse:before {
  content: "\eccb";
}

.psi-hospital:before {
  content: "\eccc";
}

.psi-hospital-2:before {
  content: "\eccd";
}

.psi-hot-dog:before {
  content: "\ecce";
}

.psi-hotel:before {
  content: "\eccf";
}

.psi-hour:before {
  content: "\ecd0";
}

.psi-hub:before {
  content: "\ecd1";
}

.psi-humor:before {
  content: "\ecd2";
}

.psi-hurt:before {
  content: "\ecd3";
}

.psi-ice-cream:before {
  content: "\ecd4";
}

.psi-icq:before {
  content: "\ecd5";
}

.psi-id-2:before {
  content: "\ecd6";
}

.psi-id-3:before {
  content: "\ecd7";
}

.psi-id-card:before {
  content: "\ecd8";
}

.psi-idea:before {
  content: "\ecd9";
}

.psi-idea-2:before {
  content: "\ecda";
}

.psi-idea-3:before {
  content: "\ecdb";
}

.psi-idea-4:before {
  content: "\ecdc";
}

.psi-idea-5:before {
  content: "\ecdd";
}

.psi-identification-badge:before {
  content: "\ecde";
}

.psi-imdb:before {
  content: "\ecdf";
}

.psi-inbox:before {
  content: "\ece0";
}

.psi-inbox-empty:before {
  content: "\ece1";
}

.psi-inbox-forward:before {
  content: "\ece2";
}

.psi-inbox-full:before {
  content: "\ece3";
}

.psi-inbox-into:before {
  content: "\ece4";
}

.psi-inbox-out:before {
  content: "\ece5";
}

.psi-inbox-reply:before {
  content: "\ece6";
}

.psi-increase-indent:before {
  content: "\ece7";
}

.psi-indent-first-line:before {
  content: "\ece8";
}

.psi-indent-left-margin:before {
  content: "\ece9";
}

.psi-indent-right-margin:before {
  content: "\ecea";
}

.psi-india:before {
  content: "\eceb";
}

.psi-infinity:before {
  content: "\ecec";
}

.psi-info-window:before {
  content: "\eced";
}

.psi-information:before {
  content: "\ecee";
}

.psi-instagram:before {
  content: "\ecef";
}

.psi-internet:before {
  content: "\ecf0";
}

.psi-internet-2:before {
  content: "\ecf1";
}

.psi-internet-explorer:before {
  content: "\ecf2";
}

.psi-internet-smiley:before {
  content: "\ecf3";
}

.psi-ios-apple:before {
  content: "\ecf4";
}

.psi-israel:before {
  content: "\ecf5";
}

.psi-italic-text:before {
  content: "\ecf6";
}

.psi-jacket:before {
  content: "\ecf7";
}

.psi-jacket-2:before {
  content: "\ecf8";
}

.psi-jamaica:before {
  content: "\ecf9";
}

.psi-japan:before {
  content: "\ecfa";
}

.psi-japanese-gate:before {
  content: "\ecfb";
}

.psi-jeans:before {
  content: "\ecfc";
}

.psi-jeep:before {
  content: "\ecfd";
}

.psi-jeep-2:before {
  content: "\ecfe";
}

.psi-jet:before {
  content: "\ecff";
}

.psi-joystick:before {
  content: "\ed00";
}

.psi-juice:before {
  content: "\ed01";
}

.psi-jump-rope:before {
  content: "\ed02";
}

.psi-kangaroo:before {
  content: "\ed03";
}

.psi-kenya:before {
  content: "\ed04";
}

.psi-key:before {
  content: "\ed05";
}

.psi-key-2:before {
  content: "\ed06";
}

.psi-key-3:before {
  content: "\ed07";
}

.psi-key-lock:before {
  content: "\ed08";
}

.psi-keyboard:before {
  content: "\ed09";
}

.psi-keyboard-3:before {
  content: "\ed0a";
}

.psi-keypad:before {
  content: "\ed0b";
}

.psi-king:before {
  content: "\ed0c";
}

.psi-king-2:before {
  content: "\ed0d";
}

.psi-kiss:before {
  content: "\ed0e";
}

.psi-knee:before {
  content: "\ed0f";
}

.psi-knife:before {
  content: "\ed10";
}

.psi-knife-2:before {
  content: "\ed11";
}

.psi-knight:before {
  content: "\ed12";
}

.psi-koala:before {
  content: "\ed13";
}

.psi-korea:before {
  content: "\ed14";
}

.psi-lamp:before {
  content: "\ed15";
}

.psi-landscape:before {
  content: "\ed16";
}

.psi-landscape-2:before {
  content: "\ed17";
}

.psi-lantern:before {
  content: "\ed18";
}

.psi-laptop:before {
  content: "\ed19";
}

.psi-laptop-2:before {
  content: "\ed1a";
}

.psi-laptop-3:before {
  content: "\ed1b";
}

.psi-laptop-phone:before {
  content: "\ed1c";
}

.psi-laptop-secure:before {
  content: "\ed1d";
}

.psi-laptop-tablet:before {
  content: "\ed1e";
}

.psi-laser:before {
  content: "\ed1f";
}

.psi-last:before {
  content: "\ed20";
}

.psi-last-fm:before {
  content: "\ed21";
}

.psi-laughing:before {
  content: "\ed22";
}

.psi-layer-backward:before {
  content: "\ed23";
}

.psi-layer-forward:before {
  content: "\ed24";
}

.psi-layout-grid:before {
  content: "\ed25";
}

.psi-leafs:before {
  content: "\ed26";
}

.psi-leafs-2:before {
  content: "\ed27";
}

.psi-leaning-tower:before {
  content: "\ed28";
}

.psi-left:before {
  content: "\ed29";
}

.psi-left-2:before {
  content: "\ed2a";
}

.psi-left-3:before {
  content: "\ed2b";
}

.psi-left-4:before {
  content: "\ed2c";
}

.psi-left-right:before {
  content: "\ed2d";
}

.psi-left-right-3:before {
  content: "\ed2e";
}

.psi-left-to-right:before {
  content: "\ed2f";
}

.psi-leg:before {
  content: "\ed30";
}

.psi-leg-2:before {
  content: "\ed31";
}

.psi-lego:before {
  content: "\ed32";
}

.psi-lemon:before {
  content: "\ed33";
}

.psi-len:before {
  content: "\ed34";
}

.psi-len-2:before {
  content: "\ed35";
}

.psi-len-3:before {
  content: "\ed36";
}

.psi-leo:before {
  content: "\ed37";
}

.psi-leo-2:before {
  content: "\ed38";
}

.psi-leopard:before {
  content: "\ed39";
}

.psi-letter-close:before {
  content: "\ed3a";
}

.psi-letter-open:before {
  content: "\ed3b";
}

.psi-letter-sent:before {
  content: "\ed3c";
}

.psi-libra:before {
  content: "\ed3d";
}

.psi-libra-2:before {
  content: "\ed3e";
}

.psi-library:before {
  content: "\ed3f";
}

.psi-library-2:before {
  content: "\ed40";
}

.psi-life-jacket:before {
  content: "\ed41";
}

.psi-lifesaver:before {
  content: "\ed42";
}

.psi-light-bulb:before {
  content: "\ed43";
}

.psi-light-bulb-2:before {
  content: "\ed44";
}

.psi-light-bulb-leaf:before {
  content: "\ed45";
}

.psi-lighthouse:before {
  content: "\ed46";
}

.psi-like:before {
  content: "\ed47";
}

.psi-like-2:before {
  content: "\ed48";
}

.psi-line-chart:before {
  content: "\ed49";
}

.psi-line-chart-2:before {
  content: "\ed4a";
}

.psi-line-chart-3:before {
  content: "\ed4b";
}

.psi-line-chart-4:before {
  content: "\ed4c";
}

.psi-line-spacing:before {
  content: "\ed4d";
}

.psi-line-spacing-text:before {
  content: "\ed4e";
}

.psi-link:before {
  content: "\ed4f";
}

.psi-link-2:before {
  content: "\ed50";
}

.psi-linkedin:before {
  content: "\ed51";
}

.psi-linkedin-2:before {
  content: "\ed52";
}

.psi-linux:before {
  content: "\ed53";
}

.psi-lion:before {
  content: "\ed54";
}

.psi-livejournal:before {
  content: "\ed55";
}

.psi-loading:before {
  content: "\ed56";
}

.psi-loading-2:before {
  content: "\ed57";
}

.psi-loading-3:before {
  content: "\ed58";
}

.psi-loading-window:before {
  content: "\ed59";
}

.psi-location:before {
  content: "\ed5a";
}

.psi-location-2:before {
  content: "\ed5b";
}

.psi-lock:before {
  content: "\ed5c";
}

.psi-lock-2:before {
  content: "\ed5d";
}

.psi-lock-3:before {
  content: "\ed5e";
}

.psi-lock-user:before {
  content: "\ed5f";
}

.psi-lock-window:before {
  content: "\ed60";
}

.psi-lollipop:before {
  content: "\ed61";
}

.psi-lollipop-2:before {
  content: "\ed62";
}

.psi-lollipop-3:before {
  content: "\ed63";
}

.psi-loop:before {
  content: "\ed64";
}

.psi-loud:before {
  content: "\ed65";
}

.psi-loudspeaker:before {
  content: "\ed66";
}

.psi-love:before {
  content: "\ed67";
}

.psi-love-2:before {
  content: "\ed68";
}

.psi-love-user:before {
  content: "\ed69";
}

.psi-love-window:before {
  content: "\ed6a";
}

.psi-lowercase-text:before {
  content: "\ed6b";
}

.psi-luggage:before {
  content: "\ed6c";
}

.psi-luggage-2:before {
  content: "\ed6d";
}

.psi-macro:before {
  content: "\ed6e";
}

.psi-magic-wand:before {
  content: "\ed6f";
}

.psi-magnet:before {
  content: "\ed70";
}

.psi-magnifi-glass:before {
  content: "\ed71";
}

.psi-magnifi-glass-plus:before {
  content: "\ed72";
}

.psi-magnifi-glass-min:before {
  content: "\ed73";
}

.psi-mail:before {
  content: "\ed74";
}

.psi-mail-2:before {
  content: "\ed75";
}

.psi-mail-3:before {
  content: "\ed76";
}

.psi-mail-add:before {
  content: "\ed77";
}

.psi-mail-attachment:before {
  content: "\ed78";
}

.psi-mail-block:before {
  content: "\ed79";
}

.psi-mail-delete:before {
  content: "\ed7a";
}

.psi-mail-favorite:before {
  content: "\ed7b";
}

.psi-mail-forward:before {
  content: "\ed7c";
}

.psi-mail-gallery:before {
  content: "\ed7d";
}

.psi-mail-inbox:before {
  content: "\ed7e";
}

.psi-mail-link:before {
  content: "\ed7f";
}

.psi-mail-lock:before {
  content: "\ed80";
}

.psi-mail-love:before {
  content: "\ed81";
}

.psi-mail-money:before {
  content: "\ed82";
}

.psi-mail-open:before {
  content: "\ed83";
}

.psi-mail-outbox:before {
  content: "\ed84";
}

.psi-mail-password:before {
  content: "\ed85";
}

.psi-mail-photo:before {
  content: "\ed86";
}

.psi-mail-read:before {
  content: "\ed87";
}

.psi-mail-remove:before {
  content: "\ed88";
}

.psi-mail-reply:before {
  content: "\ed89";
}

.psi-mail-reply-all:before {
  content: "\ed8a";
}

.psi-mail-search:before {
  content: "\ed8b";
}

.psi-mail-send:before {
  content: "\ed8c";
}

.psi-mail-settings:before {
  content: "\ed8d";
}

.psi-mail-unread:before {
  content: "\ed8e";
}

.psi-mail-video:before {
  content: "\ed8f";
}

.psi-mail-with-at-sign:before {
  content: "\ed90";
}

.psi-mail-with-cursor:before {
  content: "\ed91";
}

.psi-mailbox-empty:before {
  content: "\ed92";
}

.psi-mailbox-full:before {
  content: "\ed93";
}

.psi-male:before {
  content: "\ed94";
}

.psi-male + female:before {
  content: "\ed95";
}

.psi-male-2:before {
  content: "\ed96";
}

.psi-male-female:before {
  content: "\ed97";
}

.psi-male-sign:before {
  content: "\ed98";
}

.psi-man-sign:before {
  content: "\ed99";
}

.psi-management:before {
  content: "\ed9a";
}

.psi-mans-underwear:before {
  content: "\ed9b";
}

.psi-mans-underwear-2:before {
  content: "\ed9c";
}

.psi-map:before {
  content: "\ed9d";
}

.psi-map-2:before {
  content: "\ed9e";
}

.psi-map-marker:before {
  content: "\ed9f";
}

.psi-map-marker-2:before {
  content: "\eda0";
}

.psi-map-marker-3:before {
  content: "\eda1";
}

.psi-marker:before {
  content: "\eda2";
}

.psi-marker-2:before {
  content: "\eda3";
}

.psi-marker-3:before {
  content: "\eda4";
}

.psi-martini-glass:before {
  content: "\eda5";
}

.psi-mask:before {
  content: "\eda6";
}

.psi-master-card:before {
  content: "\eda7";
}

.psi-maximize:before {
  content: "\eda8";
}

.psi-maximize-2:before {
  content: "\eda9";
}

.psi-maximize-3:before {
  content: "\edaa";
}

.psi-maximize-window:before {
  content: "\edab";
}

.psi-medal:before {
  content: "\edac";
}

.psi-medal-2:before {
  content: "\edad";
}

.psi-medal-3:before {
  content: "\edae";
}

.psi-medical-sign:before {
  content: "\edaf";
}

.psi-medicine:before {
  content: "\edb0";
}

.psi-medicine-2:before {
  content: "\edb1";
}

.psi-medicine-3:before {
  content: "\edb2";
}

.psi-megaphone:before {
  content: "\edb3";
}

.psi-memory-card:before {
  content: "\edb4";
}

.psi-memory-card-2:before {
  content: "\edb5";
}

.psi-memory-card-3:before {
  content: "\edb6";
}

.psi-men:before {
  content: "\edb7";
}

.psi-menorah:before {
  content: "\edb8";
}

.psi-mens:before {
  content: "\edb9";
}

.psi-metacafe:before {
  content: "\edba";
}

.psi-mexico:before {
  content: "\edbb";
}

.psi-mic:before {
  content: "\edbc";
}

.psi-microphone:before {
  content: "\edbd";
}

.psi-microphone-2:before {
  content: "\edbe";
}

.psi-microphone-3:before {
  content: "\edbf";
}

.psi-microphone-4:before {
  content: "\edc0";
}

.psi-microphone-5:before {
  content: "\edc1";
}

.psi-microphone-6:before {
  content: "\edc2";
}

.psi-microphone-7:before {
  content: "\edc3";
}

.psi-microscope:before {
  content: "\edc4";
}

.psi-milk-bottle:before {
  content: "\edc5";
}

.psi-milk-bottle-2:before {
  content: "\edc6";
}

.psi-min:before {
  content: "\edc7";
}

.psi-mine:before {
  content: "\edc8";
}

.psi-minimize:before {
  content: "\edc9";
}

.psi-minimize-2:before {
  content: "\edca";
}

.psi-minimize-3:before {
  content: "\edcb";
}

.psi-minimize-maximize-close-window:before {
  content: "\edcc";
}

.psi-minimize-window:before {
  content: "\edcd";
}

.psi-mirror:before {
  content: "\edce";
}

.psi-mixer:before {
  content: "\edcf";
}

.psi-mixx:before {
  content: "\edd0";
}

.psi-money:before {
  content: "\edd1";
}

.psi-money-2:before {
  content: "\edd2";
}

.psi-money-bag:before {
  content: "\edd3";
}

.psi-money-smiley:before {
  content: "\edd4";
}

.psi-monitor:before {
  content: "\edd5";
}

.psi-monitor-2:before {
  content: "\edd6";
}

.psi-monitor-3:before {
  content: "\edd7";
}

.psi-monitor-4:before {
  content: "\edd8";
}

.psi-monitor-5:before {
  content: "\edd9";
}

.psi-monitor-analytics:before {
  content: "\edda";
}

.psi-monitor-laptop:before {
  content: "\eddb";
}

.psi-monitor-phone:before {
  content: "\eddc";
}

.psi-monitor-tablet:before {
  content: "\eddd";
}

.psi-monitor-vertical:before {
  content: "\edde";
}

.psi-monitoring:before {
  content: "\eddf";
}

.psi-monkey:before {
  content: "\ede0";
}

.psi-monster:before {
  content: "\ede1";
}

.psi-morocco:before {
  content: "\ede2";
}

.psi-motorcycle:before {
  content: "\ede3";
}

.psi-mouse:before {
  content: "\ede4";
}

.psi-mouse-2:before {
  content: "\ede5";
}

.psi-mouse-3:before {
  content: "\ede6";
}

.psi-mouse-4:before {
  content: "\ede7";
}

.psi-mouse-pointer:before {
  content: "\ede8";
}

.psi-moustache-smiley:before {
  content: "\ede9";
}

.psi-movie:before {
  content: "\edea";
}

.psi-movie-ticket:before {
  content: "\edeb";
}

.psi-mp3-file:before {
  content: "\edec";
}

.psi-museum:before {
  content: "\eded";
}

.psi-mushroom:before {
  content: "\edee";
}

.psi-music-note:before {
  content: "\edef";
}

.psi-music-note-2:before {
  content: "\edf0";
}

.psi-music-note-3:before {
  content: "\edf1";
}

.psi-music-note-4:before {
  content: "\edf2";
}

.psi-music-player:before {
  content: "\edf3";
}

.psi-mustache:before {
  content: "\edf4";
}

.psi-mustache-2:before {
  content: "\edf5";
}

.psi-mustache-3:before {
  content: "\edf6";
}

.psi-mustache-4:before {
  content: "\edf7";
}

.psi-mustache-5:before {
  content: "\edf8";
}

.psi-mustache-6:before {
  content: "\edf9";
}

.psi-mustache-7:before {
  content: "\edfa";
}

.psi-mustache-8:before {
  content: "\edfb";
}

.psi-mute:before {
  content: "\edfc";
}

.psi-myspace:before {
  content: "\edfd";
}

.psi-navigate-end:before {
  content: "\edfe";
}

.psi-navigate-start:before {
  content: "\edff";
}

.psi-navigation-left-window:before {
  content: "\ee00";
}

.psi-navigation-right-window:before {
  content: "\ee01";
}

.psi-nepal:before {
  content: "\ee02";
}

.psi-netscape:before {
  content: "\ee03";
}

.psi-network:before {
  content: "\ee04";
}

.psi-network-window:before {
  content: "\ee05";
}

.psi-neutron:before {
  content: "\ee06";
}

.psi-new-mail:before {
  content: "\ee07";
}

.psi-new-tab:before {
  content: "\ee08";
}

.psi-newspaper:before {
  content: "\ee09";
}

.psi-newspaper-2:before {
  content: "\ee0a";
}

.psi-newsvine:before {
  content: "\ee0b";
}

.psi-next:before {
  content: "\ee0c";
}

.psi-next-media:before {
  content: "\ee0d";
}

.psi-next-media-2:before {
  content: "\ee0e";
}

.psi-next-music:before {
  content: "\ee0f";
}

.psi-no-battery:before {
  content: "\ee10";
}

.psi-no-drop:before {
  content: "\ee11";
}

.psi-no-flash:before {
  content: "\ee12";
}

.psi-no-smoking:before {
  content: "\ee13";
}

.psi-normal-text:before {
  content: "\ee14";
}

.psi-nose:before {
  content: "\ee15";
}

.psi-note:before {
  content: "\ee16";
}

.psi-notepad:before {
  content: "\ee17";
}

.psi-notepad-2:before {
  content: "\ee18";
}

.psi-nuclear:before {
  content: "\ee19";
}

.psi-numbering-list:before {
  content: "\ee1a";
}

.psi-nurse:before {
  content: "\ee1b";
}

.psi-office:before {
  content: "\ee1c";
}

.psi-office-lamp:before {
  content: "\ee1d";
}

.psi-oil:before {
  content: "\ee1e";
}

.psi-old-camera:before {
  content: "\ee1f";
}

.psi-old-cassette:before {
  content: "\ee20";
}

.psi-old-clock:before {
  content: "\ee21";
}

.psi-old-radio:before {
  content: "\ee22";
}

.psi-old-sticky:before {
  content: "\ee23";
}

.psi-old-sticky-2:before {
  content: "\ee24";
}

.psi-old-telephone:before {
  content: "\ee25";
}

.psi-old-tv:before {
  content: "\ee26";
}

.psi-on-air:before {
  content: "\ee27";
}

.psi-on-off:before {
  content: "\ee28";
}

.psi-on-off-2:before {
  content: "\ee29";
}

.psi-on-off-3:before {
  content: "\ee2a";
}

.psi-one-finger:before {
  content: "\ee2b";
}

.psi-one-finger-touch:before {
  content: "\ee2c";
}

.psi-one-window:before {
  content: "\ee2d";
}

.psi-open-banana:before {
  content: "\ee2e";
}

.psi-open-book:before {
  content: "\ee2f";
}

.psi-opera:before {
  content: "\ee30";
}

.psi-opera-house:before {
  content: "\ee31";
}

.psi-optimization:before {
  content: "\ee32";
}

.psi-orientation:before {
  content: "\ee33";
}

.psi-orientation-2:before {
  content: "\ee34";
}

.psi-orientation-3:before {
  content: "\ee35";
}

.psi-orkut:before {
  content: "\ee36";
}

.psi-ornament:before {
  content: "\ee37";
}

.psi-overtime:before {
  content: "\ee38";
}

.psi-overtime-2:before {
  content: "\ee39";
}

.psi-owl:before {
  content: "\ee3a";
}

.psi-pac-man:before {
  content: "\ee3b";
}

.psi-paint-brush:before {
  content: "\ee3c";
}

.psi-paint-bucket:before {
  content: "\ee3d";
}

.psi-paintbrush:before {
  content: "\ee3e";
}

.psi-palette:before {
  content: "\ee3f";
}

.psi-palm-tree:before {
  content: "\ee40";
}

.psi-panda:before {
  content: "\ee41";
}

.psi-panorama:before {
  content: "\ee42";
}

.psi-pantheon:before {
  content: "\ee43";
}

.psi-pantone:before {
  content: "\ee44";
}

.psi-pants:before {
  content: "\ee45";
}

.psi-paper:before {
  content: "\ee46";
}

.psi-paper-plane:before {
  content: "\ee47";
}

.psi-paperclip:before {
  content: "\ee48";
}

.psi-parasailing:before {
  content: "\ee49";
}

.psi-parrot:before {
  content: "\ee4a";
}

.psi-password:before {
  content: "\ee4b";
}

.psi-password-field:before {
  content: "\ee4c";
}

.psi-password-shopping:before {
  content: "\ee4d";
}

.psi-password-shopping-2:before {
  content: "\ee4e";
}

.psi-pause:before {
  content: "\ee4f";
}

.psi-pause-2:before {
  content: "\ee50";
}

.psi-paw:before {
  content: "\ee51";
}

.psi-pawn:before {
  content: "\ee52";
}

.psi-paypal:before {
  content: "\ee53";
}

.psi-pen:before {
  content: "\ee54";
}

.psi-pen-2:before {
  content: "\ee55";
}

.psi-pen-3:before {
  content: "\ee56";
}

.psi-pen-4:before {
  content: "\ee57";
}

.psi-pen-5:before {
  content: "\ee58";
}

.psi-pen-6:before {
  content: "\ee59";
}

.psi-pencil:before {
  content: "\ee5a";
}

.psi-pencil-ruler:before {
  content: "\ee5b";
}

.psi-penguin:before {
  content: "\ee5c";
}

.psi-pentagon:before {
  content: "\ee5d";
}

.psi-people-on-cloud:before {
  content: "\ee5e";
}

.psi-pepper:before {
  content: "\ee5f";
}

.psi-pepper-with-fire:before {
  content: "\ee60";
}

.psi-petrol:before {
  content: "\ee61";
}

.psi-petronas-tower:before {
  content: "\ee62";
}

.psi-philippines:before {
  content: "\ee63";
}

.psi-phone:before {
  content: "\ee64";
}

.psi-phone-2:before {
  content: "\ee65";
}

.psi-phone-3:before {
  content: "\ee66";
}

.psi-phone-3g:before {
  content: "\ee67";
}

.psi-phone-4g:before {
  content: "\ee68";
}

.psi-phone-simcard:before {
  content: "\ee69";
}

.psi-phone-sms:before {
  content: "\ee6a";
}

.psi-phone-wifi:before {
  content: "\ee6b";
}

.psi-photo:before {
  content: "\ee6c";
}

.psi-photo-2:before {
  content: "\ee6d";
}

.psi-photo-3:before {
  content: "\ee6e";
}

.psi-photo-album:before {
  content: "\ee6f";
}

.psi-photo-album-2:before {
  content: "\ee70";
}

.psi-photo-album-3:before {
  content: "\ee71";
}

.psi-photos:before {
  content: "\ee72";
}

.psi-physics:before {
  content: "\ee73";
}

.psi-pi:before {
  content: "\ee74";
}

.psi-piano:before {
  content: "\ee75";
}

.psi-picasa:before {
  content: "\ee76";
}

.psi-pie-chart:before {
  content: "\ee77";
}

.psi-pie-chart-2:before {
  content: "\ee78";
}

.psi-pie-chart-3:before {
  content: "\ee79";
}

.psi-pilates:before {
  content: "\ee7a";
}

.psi-pilates-2:before {
  content: "\ee7b";
}

.psi-pilates-3:before {
  content: "\ee7c";
}

.psi-pilot:before {
  content: "\ee7d";
}

.psi-pinch:before {
  content: "\ee7e";
}

.psi-ping-pong:before {
  content: "\ee7f";
}

.psi-pinterest:before {
  content: "\ee80";
}

.psi-pipe:before {
  content: "\ee81";
}

.psi-pipette:before {
  content: "\ee82";
}

.psi-pisces:before {
  content: "\ee83";
}

.psi-pisces-2:before {
  content: "\ee84";
}

.psi-pizza:before {
  content: "\ee85";
}

.psi-pizza-slice:before {
  content: "\ee86";
}

.psi-plane:before {
  content: "\ee87";
}

.psi-plane-2:before {
  content: "\ee88";
}

.psi-plant:before {
  content: "\ee89";
}

.psi-plasmid:before {
  content: "\ee8a";
}

.psi-plaster:before {
  content: "\ee8b";
}

.psi-plastic-cup-phone:before {
  content: "\ee8c";
}

.psi-plastic-cup-phone-2:before {
  content: "\ee8d";
}

.psi-plate:before {
  content: "\ee8e";
}

.psi-plates:before {
  content: "\ee8f";
}

.psi-plaxo:before {
  content: "\ee90";
}

.psi-play-music:before {
  content: "\ee91";
}

.psi-plug-in:before {
  content: "\ee92";
}

.psi-plug-in-2:before {
  content: "\ee93";
}

.psi-plurk:before {
  content: "\ee94";
}

.psi-pointer:before {
  content: "\ee95";
}

.psi-poland:before {
  content: "\ee96";
}

.psi-police:before {
  content: "\ee97";
}

.psi-police-man:before {
  content: "\ee98";
}

.psi-police-station:before {
  content: "\ee99";
}

.psi-police-woman:before {
  content: "\ee9a";
}

.psi-polo-shirt:before {
  content: "\ee9b";
}

.psi-portrait:before {
  content: "\ee9c";
}

.psi-portugal:before {
  content: "\ee9d";
}

.psi-post-mail:before {
  content: "\ee9e";
}

.psi-post-mail-2:before {
  content: "\ee9f";
}

.psi-post-office:before {
  content: "\eea0";
}

.psi-post-sign:before {
  content: "\eea1";
}

.psi-post-sign-2-ways:before {
  content: "\eea2";
}

.psi-posterous:before {
  content: "\eea3";
}

.psi-pound:before {
  content: "\eea4";
}

.psi-pound-sign:before {
  content: "\eea5";
}

.psi-pound-sign-2:before {
  content: "\eea6";
}

.psi-power:before {
  content: "\eea7";
}

.psi-power-2:before {
  content: "\eea8";
}

.psi-power-3:before {
  content: "\eea9";
}

.psi-power-cable:before {
  content: "\eeaa";
}

.psi-power-station:before {
  content: "\eeab";
}

.psi-prater:before {
  content: "\eeac";
}

.psi-present:before {
  content: "\eead";
}

.psi-presents:before {
  content: "\eeae";
}

.psi-press:before {
  content: "\eeaf";
}

.psi-preview:before {
  content: "\eeb0";
}

.psi-previous:before {
  content: "\eeb1";
}

.psi-pricing:before {
  content: "\eeb2";
}

.psi-printer:before {
  content: "\eeb3";
}

.psi-professor:before {
  content: "\eeb4";
}

.psi-profile:before {
  content: "\eeb5";
}

.psi-project:before {
  content: "\eeb6";
}

.psi-projector:before {
  content: "\eeb7";
}

.psi-projector-2:before {
  content: "\eeb8";
}

.psi-pulse:before {
  content: "\eeb9";
}

.psi-pumpkin:before {
  content: "\eeba";
}

.psi-punk:before {
  content: "\eebb";
}

.psi-punker:before {
  content: "\eebc";
}

.psi-puzzle:before {
  content: "\eebd";
}

.psi-pyramids:before {
  content: "\eebe";
}

.psi-qik:before {
  content: "\eebf";
}

.psi-qr-code:before {
  content: "\eec0";
}

.psi-queen:before {
  content: "\eec1";
}

.psi-queen-2:before {
  content: "\eec2";
}

.psi-question:before {
  content: "\eec3";
}

.psi-quill:before {
  content: "\eec4";
}

.psi-quill-2:before {
  content: "\eec5";
}

.psi-quill-3:before {
  content: "\eec6";
}

.psi-quotes:before {
  content: "\eec7";
}

.psi-quotes-2:before {
  content: "\eec8";
}

.psi-radio:before {
  content: "\eec9";
}

.psi-radioactive:before {
  content: "\eeca";
}

.psi-rafting:before {
  content: "\eecb";
}

.psi-rain-drop:before {
  content: "\eecc";
}

.psi-rainbow:before {
  content: "\eecd";
}

.psi-rainbow-2:before {
  content: "\eece";
}

.psi-ram:before {
  content: "\eecf";
}

.psi-razor-blade:before {
  content: "\eed0";
}

.psi-receipt:before {
  content: "\eed1";
}

.psi-receipt-2:before {
  content: "\eed2";
}

.psi-receipt-3:before {
  content: "\eed3";
}

.psi-receipt-4:before {
  content: "\eed4";
}

.psi-record:before {
  content: "\eed5";
}

.psi-record-3:before {
  content: "\eed6";
}

.psi-record-music:before {
  content: "\eed7";
}

.psi-record-music-2:before {
  content: "\eed8";
}

.psi-recycling:before {
  content: "\eed9";
}

.psi-recycling-2:before {
  content: "\eeda";
}

.psi-reddit:before {
  content: "\eedb";
}

.psi-redhat:before {
  content: "\eedc";
}

.psi-redirect:before {
  content: "\eedd";
}

.psi-redo:before {
  content: "\eede";
}

.psi-reel:before {
  content: "\eedf";
}

.psi-refinery:before {
  content: "\eee0";
}

.psi-refresh:before {
  content: "\eee1";
}

.psi-refresh-window:before {
  content: "\eee2";
}

.psi-reload:before {
  content: "\eee3";
}

.psi-reload-2:before {
  content: "\eee4";
}

.psi-reload-3:before {
  content: "\eee5";
}

.psi-remote-control:before {
  content: "\eee6";
}

.psi-remote-control-2:before {
  content: "\eee7";
}

.psi-remove:before {
  content: "\eee8";
}

.psi-remove-bag:before {
  content: "\eee9";
}

.psi-remove-basket:before {
  content: "\eeea";
}

.psi-remove-cart:before {
  content: "\eeeb";
}

.psi-remove-user:before {
  content: "\eeec";
}

.psi-remove-window:before {
  content: "\eeed";
}

.psi-rename:before {
  content: "\eeee";
}

.psi-repair:before {
  content: "\eeef";
}

.psi-repeat:before {
  content: "\eef0";
}

.psi-repeat-2:before {
  content: "\eef1";
}

.psi-repeat-3:before {
  content: "\eef2";
}

.psi-repeat-4:before {
  content: "\eef3";
}

.psi-repeat-5:before {
  content: "\eef4";
}

.psi-repeat-6:before {
  content: "\eef5";
}

.psi-repeat-7:before {
  content: "\eef6";
}

.psi-reset:before {
  content: "\eef7";
}

.psi-resize:before {
  content: "\eef8";
}

.psi-restore-window:before {
  content: "\eef9";
}

.psi-retouching:before {
  content: "\eefa";
}

.psi-retro:before {
  content: "\eefb";
}

.psi-retro-camera:before {
  content: "\eefc";
}

.psi-retweet:before {
  content: "\eefd";
}

.psi-reverbnation:before {
  content: "\eefe";
}

.psi-rewind:before {
  content: "\eeff";
}

.psi-rgb:before {
  content: "\ef00";
}

.psi-ribbon:before {
  content: "\ef01";
}

.psi-ribbon-2:before {
  content: "\ef02";
}

.psi-ribbon-3:before {
  content: "\ef03";
}

.psi-right:before {
  content: "\ef04";
}

.psi-right-2:before {
  content: "\ef05";
}

.psi-right-3:before {
  content: "\ef06";
}

.psi-right-4:before {
  content: "\ef07";
}

.psi-right-to-left:before {
  content: "\ef08";
}

.psi-road:before {
  content: "\ef09";
}

.psi-road-2:before {
  content: "\ef0a";
}

.psi-road-3:before {
  content: "\ef0b";
}

.psi-robot:before {
  content: "\ef0c";
}

.psi-robot-2:before {
  content: "\ef0d";
}

.psi-rock-and-roll:before {
  content: "\ef0e";
}

.psi-rocket:before {
  content: "\ef0f";
}

.psi-roller:before {
  content: "\ef10";
}

.psi-roof:before {
  content: "\ef11";
}

.psi-rook:before {
  content: "\ef12";
}

.psi-rotate-gesture:before {
  content: "\ef13";
}

.psi-rotate-gesture-2:before {
  content: "\ef14";
}

.psi-rotate-gesture-3:before {
  content: "\ef15";
}

.psi-rotation:before {
  content: "\ef16";
}

.psi-rotation-360:before {
  content: "\ef17";
}

.psi-router:before {
  content: "\ef18";
}

.psi-router-2:before {
  content: "\ef19";
}

.psi-rss:before {
  content: "\ef1a";
}

.psi-ruler:before {
  content: "\ef1b";
}

.psi-ruler-2:before {
  content: "\ef1c";
}

.psi-running:before {
  content: "\ef1d";
}

.psi-running-shoes:before {
  content: "\ef1e";
}

.psi-safari:before {
  content: "\ef1f";
}

.psi-safe-box:before {
  content: "\ef20";
}

.psi-safe-box-2:before {
  content: "\ef21";
}

.psi-safety-pin-close:before {
  content: "\ef22";
}

.psi-safety-pin-open:before {
  content: "\ef23";
}

.psi-sagittarius:before {
  content: "\ef24";
}

.psi-sagittarius-2:before {
  content: "\ef25";
}

.psi-sailing-ship:before {
  content: "\ef26";
}

.psi-sandwatch:before {
  content: "\ef27";
}

.psi-sandwatch-2:before {
  content: "\ef28";
}

.psi-santa-claus:before {
  content: "\ef29";
}

.psi-santa-claus-2:before {
  content: "\ef2a";
}

.psi-santa-on-sled:before {
  content: "\ef2b";
}

.psi-satellite:before {
  content: "\ef2c";
}

.psi-satellite-2:before {
  content: "\ef2d";
}

.psi-save:before {
  content: "\ef2e";
}

.psi-save-window:before {
  content: "\ef2f";
}

.psi-saw:before {
  content: "\ef30";
}

.psi-saxophone:before {
  content: "\ef31";
}

.psi-scale:before {
  content: "\ef32";
}

.psi-scarf:before {
  content: "\ef33";
}

.psi-scissor:before {
  content: "\ef34";
}

.psi-scooter:before {
  content: "\ef35";
}

.psi-scooter-front:before {
  content: "\ef36";
}

.psi-scorpio:before {
  content: "\ef37";
}

.psi-scorpio-2:before {
  content: "\ef38";
}

.psi-scotland:before {
  content: "\ef39";
}

.psi-screwdriver:before {
  content: "\ef3a";
}

.psi-scroll:before {
  content: "\ef3b";
}

.psi-scroll-fast:before {
  content: "\ef3c";
}

.psi-scroller:before {
  content: "\ef3d";
}

.psi-scroller-2:before {
  content: "\ef3e";
}

.psi-sea-dog:before {
  content: "\ef3f";
}

.psi-search-on-cloud:before {
  content: "\ef40";
}

.psi-search-people:before {
  content: "\ef41";
}

.psi-seconds:before {
  content: "\ef42";
}

.psi-seconds-2:before {
  content: "\ef43";
}

.psi-security-block:before {
  content: "\ef44";
}

.psi-security-bug:before {
  content: "\ef45";
}

.psi-security-camera:before {
  content: "\ef46";
}

.psi-security-check:before {
  content: "\ef47";
}

.psi-security-remove:before {
  content: "\ef48";
}

.psi-security-settings:before {
  content: "\ef49";
}

.psi-security-smiley:before {
  content: "\ef4a";
}

.psi-seed:before {
  content: "\ef4b";
}

.psi-selfie:before {
  content: "\ef4c";
}

.psi-serbia:before {
  content: "\ef4d";
}

.psi-server:before {
  content: "\ef4e";
}

.psi-server-2:before {
  content: "\ef4f";
}

.psi-servers:before {
  content: "\ef50";
}

.psi-settings-window:before {
  content: "\ef51";
}

.psi-sewing-machine:before {
  content: "\ef52";
}

.psi-share:before {
  content: "\ef53";
}

.psi-share-on-cloud:before {
  content: "\ef54";
}

.psi-share-window:before {
  content: "\ef55";
}

.psi-sharethis:before {
  content: "\ef56";
}

.psi-shark:before {
  content: "\ef57";
}

.psi-sheep:before {
  content: "\ef58";
}

.psi-sheriff-badge:before {
  content: "\ef59";
}

.psi-shield:before {
  content: "\ef5a";
}

.psi-ship:before {
  content: "\ef5b";
}

.psi-ship-2:before {
  content: "\ef5c";
}

.psi-shirt:before {
  content: "\ef5d";
}

.psi-shoes:before {
  content: "\ef5e";
}

.psi-shoes-2:before {
  content: "\ef5f";
}

.psi-shoes-3:before {
  content: "\ef60";
}

.psi-shop:before {
  content: "\ef61";
}

.psi-shop-2:before {
  content: "\ef62";
}

.psi-shop-3:before {
  content: "\ef63";
}

.psi-shop-4:before {
  content: "\ef64";
}

.psi-shopping-bag:before {
  content: "\ef65";
}

.psi-shopping-basket:before {
  content: "\ef66";
}

.psi-shopping-cart:before {
  content: "\ef67";
}

.psi-short-pants:before {
  content: "\ef68";
}

.psi-shoutwire:before {
  content: "\ef69";
}

.psi-shovel:before {
  content: "\ef6a";
}

.psi-shuffle:before {
  content: "\ef6b";
}

.psi-shuffle-2:before {
  content: "\ef6c";
}

.psi-shuffle-3:before {
  content: "\ef6d";
}

.psi-shuffle-4:before {
  content: "\ef6e";
}

.psi-shutter:before {
  content: "\ef6f";
}

.psi-sidebar-window:before {
  content: "\ef70";
}

.psi-signal:before {
  content: "\ef71";
}

.psi-singapore:before {
  content: "\ef72";
}

.psi-skate-shoes:before {
  content: "\ef73";
}

.psi-skateboard:before {
  content: "\ef74";
}

.psi-skateboard-2:before {
  content: "\ef75";
}

.psi-skeleton:before {
  content: "\ef76";
}

.psi-ski:before {
  content: "\ef77";
}

.psi-skirt:before {
  content: "\ef78";
}

.psi-skrill:before {
  content: "\ef79";
}

.psi-skull:before {
  content: "\ef7a";
}

.psi-skydiving:before {
  content: "\ef7b";
}

.psi-skype:before {
  content: "\ef7c";
}

.psi-sled:before {
  content: "\ef7d";
}

.psi-sled-with-gifts:before {
  content: "\ef7e";
}

.psi-sleeping:before {
  content: "\ef7f";
}

.psi-sleet:before {
  content: "\ef80";
}

.psi-slippers:before {
  content: "\ef81";
}

.psi-smart:before {
  content: "\ef82";
}

.psi-smartphone:before {
  content: "\ef83";
}

.psi-smartphone-2:before {
  content: "\ef84";
}

.psi-smartphone-3:before {
  content: "\ef85";
}

.psi-smartphone-4:before {
  content: "\ef86";
}

.psi-smartphone-secure:before {
  content: "\ef87";
}

.psi-smile:before {
  content: "\ef88";
}

.psi-smoking-area:before {
  content: "\ef89";
}

.psi-smoking-pipe:before {
  content: "\ef8a";
}

.psi-snake:before {
  content: "\ef8b";
}

.psi-snorkel:before {
  content: "\ef8c";
}

.psi-snow:before {
  content: "\ef8d";
}

.psi-snow-2:before {
  content: "\ef8e";
}

.psi-snow-dome:before {
  content: "\ef8f";
}

.psi-snow-storm:before {
  content: "\ef90";
}

.psi-snowflake:before {
  content: "\ef91";
}

.psi-snowflake-2:before {
  content: "\ef92";
}

.psi-snowflake-3:before {
  content: "\ef93";
}

.psi-snowflake-4:before {
  content: "\ef94";
}

.psi-snowman:before {
  content: "\ef95";
}

.psi-soccer-ball:before {
  content: "\ef96";
}

.psi-soccer-shoes:before {
  content: "\ef97";
}

.psi-socks:before {
  content: "\ef98";
}

.psi-solar:before {
  content: "\ef99";
}

.psi-sound:before {
  content: "\ef9a";
}

.psi-sound-wave:before {
  content: "\ef9b";
}

.psi-soundcloud:before {
  content: "\ef9c";
}

.psi-soup:before {
  content: "\ef9d";
}

.psi-south-africa:before {
  content: "\ef9e";
}

.psi-space-needle:before {
  content: "\ef9f";
}

.psi-spain:before {
  content: "\efa0";
}

.psi-spam-mail:before {
  content: "\efa1";
}

.psi-speak:before {
  content: "\efa2";
}

.psi-speak-2:before {
  content: "\efa3";
}

.psi-speaker:before {
  content: "\efa4";
}

.psi-speaker-2:before {
  content: "\efa5";
}

.psi-speech-bubble:before {
  content: "\efa6";
}

.psi-speech-bubble-10:before {
  content: "\efa7";
}

.psi-speech-bubble-11:before {
  content: "\efa8";
}

.psi-speech-bubble-12:before {
  content: "\efa9";
}

.psi-speech-bubble-13:before {
  content: "\efaa";
}

.psi-speech-bubble-2:before {
  content: "\efab";
}

.psi-speech-bubble-3:before {
  content: "\efac";
}

.psi-speech-bubble-4:before {
  content: "\efad";
}

.psi-speech-bubble-5:before {
  content: "\efae";
}

.psi-speech-bubble-6:before {
  content: "\efaf";
}

.psi-speech-bubble-7:before {
  content: "\efb0";
}

.psi-speech-bubble-8:before {
  content: "\efb1";
}

.psi-speech-bubble-9:before {
  content: "\efb2";
}

.psi-speech-bubble-asking:before {
  content: "\efb3";
}

.psi-speech-bubble-comic:before {
  content: "\efb4";
}

.psi-speech-bubble-comic-2:before {
  content: "\efb5";
}

.psi-speech-bubble-comic-3:before {
  content: "\efb6";
}

.psi-speech-bubble-comic-4:before {
  content: "\efb7";
}

.psi-speech-bubble-dialog:before {
  content: "\efb8";
}

.psi-speech-bubbles:before {
  content: "\efb9";
}

.psi-spell-check:before {
  content: "\efba";
}

.psi-spell-check-abc:before {
  content: "\efbb";
}

.psi-spermium:before {
  content: "\efbc";
}

.psi-spider:before {
  content: "\efbd";
}

.psi-spider-2:before {
  content: "\efbe";
}

.psi-spiderweb:before {
  content: "\efbf";
}

.psi-split-four-windows:before {
  content: "\efc0";
}

.psi-split-horizontal:before {
  content: "\efc1";
}

.psi-split-horizontal-2:before {
  content: "\efc2";
}

.psi-split-vertical:before {
  content: "\efc3";
}

.psi-split-vertical-2:before {
  content: "\efc4";
}

.psi-split-window:before {
  content: "\efc5";
}

.psi-spoon:before {
  content: "\efc6";
}

.psi-sport-mode:before {
  content: "\efc7";
}

.psi-sports-clothing:before {
  content: "\efc8";
}

.psi-sports-clothing-2:before {
  content: "\efc9";
}

.psi-sports-shirt:before {
  content: "\efca";
}

.psi-spot:before {
  content: "\efcb";
}

.psi-spray:before {
  content: "\efcc";
}

.psi-spread:before {
  content: "\efcd";
}

.psi-spring:before {
  content: "\efce";
}

.psi-spurl:before {
  content: "\efcf";
}

.psi-spy:before {
  content: "\efd0";
}

.psi-squirrel:before {
  content: "\efd1";
}

.psi-ssl:before {
  content: "\efd2";
}

.psi-st-basilscathedral:before {
  content: "\efd3";
}

.psi-st-paulscathedral:before {
  content: "\efd4";
}

.psi-stamp:before {
  content: "\efd5";
}

.psi-stamp-2:before {
  content: "\efd6";
}

.psi-stapler:before {
  content: "\efd7";
}

.psi-star:before {
  content: "\efd8";
}

.psi-star-2:before {
  content: "\efd9";
}

.psi-star-track:before {
  content: "\efda";
}

.psi-starfish:before {
  content: "\efdb";
}

.psi-start:before {
  content: "\efdc";
}

.psi-start-2:before {
  content: "\efdd";
}

.psi-start-3:before {
  content: "\efde";
}

.psi-start-ways:before {
  content: "\efdf";
}

.psi-statistic:before {
  content: "\efe0";
}

.psi-stethoscope:before {
  content: "\efe1";
}

.psi-stop:before {
  content: "\efe2";
}

.psi-stop-2:before {
  content: "\efe3";
}

.psi-stop-music:before {
  content: "\efe4";
}

.psi-stopwatch:before {
  content: "\efe5";
}

.psi-stopwatch-2:before {
  content: "\efe6";
}

.psi-storm:before {
  content: "\efe7";
}

.psi-street-view:before {
  content: "\efe8";
}

.psi-street-view-2:before {
  content: "\efe9";
}

.psi-strikethrough-text:before {
  content: "\efea";
}

.psi-stroller:before {
  content: "\efeb";
}

.psi-structure:before {
  content: "\efec";
}

.psi-student-female:before {
  content: "\efed";
}

.psi-student-hat:before {
  content: "\efee";
}

.psi-student-hat-2:before {
  content: "\efef";
}

.psi-student-male:before {
  content: "\eff0";
}

.psi-student-male-female:before {
  content: "\eff1";
}

.psi-students:before {
  content: "\eff2";
}

.psi-studio-flash:before {
  content: "\eff3";
}

.psi-studio-lightbox:before {
  content: "\eff4";
}

.psi-stumbleupon:before {
  content: "\eff5";
}

.psi-suit:before {
  content: "\eff6";
}

.psi-suitcase:before {
  content: "\eff7";
}

.psi-sum:before {
  content: "\eff8";
}

.psi-sum-2:before {
  content: "\eff9";
}

.psi-summer:before {
  content: "\effa";
}

.psi-sun:before {
  content: "\effb";
}

.psi-sun-cloudy-rain:before {
  content: "\effc";
}

.psi-sunglasses:before {
  content: "\effd";
}

.psi-sunglasses-2:before {
  content: "\effe";
}

.psi-sunglasses-3:before {
  content: "\efff";
}

.psi-sunglasses-smiley:before {
  content: "\f000";
}

.psi-sunglasses-smiley-2:before {
  content: "\f001";
}

.psi-sunglasses-w:before {
  content: "\f002";
}

.psi-sunglasses-w-2:before {
  content: "\f003";
}

.psi-sunglasses-w-3:before {
  content: "\f004";
}

.psi-sunrise:before {
  content: "\f005";
}

.psi-sunset:before {
  content: "\f006";
}

.psi-superman:before {
  content: "\f007";
}

.psi-support:before {
  content: "\f008";
}

.psi-surprise:before {
  content: "\f009";
}

.psi-sushi:before {
  content: "\f00a";
}

.psi-sweden:before {
  content: "\f00b";
}

.psi-swimming:before {
  content: "\f00c";
}

.psi-swimming-short:before {
  content: "\f00d";
}

.psi-swimwear:before {
  content: "\f00e";
}

.psi-switch:before {
  content: "\f00f";
}

.psi-switzerland:before {
  content: "\f010";
}

.psi-sync:before {
  content: "\f011";
}

.psi-sync-cloud:before {
  content: "\f012";
}

.psi-synchronize:before {
  content: "\f013";
}

.psi-synchronize-2:before {
  content: "\f014";
}

.psi-t-shirt:before {
  content: "\f015";
}

.psi-tablet:before {
  content: "\f016";
}

.psi-tablet-2:before {
  content: "\f017";
}

.psi-tablet-3:before {
  content: "\f018";
}

.psi-tablet-orientation:before {
  content: "\f019";
}

.psi-tablet-phone:before {
  content: "\f01a";
}

.psi-tablet-secure:before {
  content: "\f01b";
}

.psi-tablet-vertical:before {
  content: "\f01c";
}

.psi-tactic:before {
  content: "\f01d";
}

.psi-tag:before {
  content: "\f01e";
}

.psi-tag-2:before {
  content: "\f01f";
}

.psi-tag-3:before {
  content: "\f020";
}

.psi-tag-4:before {
  content: "\f021";
}

.psi-tag-5:before {
  content: "\f022";
}

.psi-taj-mahal:before {
  content: "\f023";
}

.psi-talk-man:before {
  content: "\f024";
}

.psi-tap:before {
  content: "\f025";
}

.psi-target:before {
  content: "\f026";
}

.psi-target-market:before {
  content: "\f027";
}

.psi-taurus:before {
  content: "\f028";
}

.psi-taurus-2:before {
  content: "\f029";
}

.psi-taxi:before {
  content: "\f02a";
}

.psi-taxi-2:before {
  content: "\f02b";
}

.psi-taxi-sign:before {
  content: "\f02c";
}

.psi-tea-mug:before {
  content: "\f02d";
}

.psi-teacher:before {
  content: "\f02e";
}

.psi-teapot:before {
  content: "\f02f";
}

.psi-technorati:before {
  content: "\f030";
}

.psi-teddy-bear:before {
  content: "\f031";
}

.psi-telephone:before {
  content: "\f032";
}

.psi-telephone-2:before {
  content: "\f033";
}

.psi-telescope:before {
  content: "\f034";
}

.psi-temperature:before {
  content: "\f035";
}

.psi-temperature-2:before {
  content: "\f036";
}

.psi-temperature-3:before {
  content: "\f037";
}

.psi-temple:before {
  content: "\f038";
}

.psi-tennis:before {
  content: "\f039";
}

.psi-tennis-ball:before {
  content: "\f03a";
}

.psi-tent:before {
  content: "\f03b";
}

.psi-test-tube:before {
  content: "\f03c";
}

.psi-test-tube-2:before {
  content: "\f03d";
}

.psi-testimonal:before {
  content: "\f03e";
}

.psi-text-box:before {
  content: "\f03f";
}

.psi-text-effect:before {
  content: "\f040";
}

.psi-text-highlight-color:before {
  content: "\f041";
}

.psi-text-paragraph:before {
  content: "\f042";
}

.psi-thailand:before {
  content: "\f043";
}

.psi-the-white-house:before {
  content: "\f044";
}

.psi-this-side-up:before {
  content: "\f045";
}

.psi-thread:before {
  content: "\f046";
}

.psi-three-arrow-fork:before {
  content: "\f047";
}

.psi-three-fingers:before {
  content: "\f048";
}

.psi-three-fingers-drag:before {
  content: "\f049";
}

.psi-three-fingers-drag-2:before {
  content: "\f04a";
}

.psi-three-fingers-touch:before {
  content: "\f04b";
}

.psi-thumb:before {
  content: "\f04c";
}

.psi-thumbs-down-smiley:before {
  content: "\f04d";
}

.psi-thumbs-up-smiley:before {
  content: "\f04e";
}

.psi-thunder:before {
  content: "\f04f";
}

.psi-thunderstorm:before {
  content: "\f050";
}

.psi-ticket:before {
  content: "\f051";
}

.psi-tie:before {
  content: "\f052";
}

.psi-tie-2:before {
  content: "\f053";
}

.psi-tie-3:before {
  content: "\f054";
}

.psi-tie-4:before {
  content: "\f055";
}

.psi-tiger:before {
  content: "\f056";
}

.psi-time-backup:before {
  content: "\f057";
}

.psi-time-bomb:before {
  content: "\f058";
}

.psi-time-clock:before {
  content: "\f059";
}

.psi-time-fire:before {
  content: "\f05a";
}

.psi-time-machine:before {
  content: "\f05b";
}

.psi-time-window:before {
  content: "\f05c";
}

.psi-timer:before {
  content: "\f05d";
}

.psi-timer-2:before {
  content: "\f05e";
}

.psi-to-bottom:before {
  content: "\f05f";
}

.psi-to-bottom-2:before {
  content: "\f060";
}

.psi-to-left:before {
  content: "\f061";
}

.psi-to-right:before {
  content: "\f062";
}

.psi-to-top:before {
  content: "\f063";
}

.psi-to-top-2:before {
  content: "\f064";
}

.psi-token:before {
  content: "\f065";
}

.psi-tomato:before {
  content: "\f066";
}

.psi-tongue:before {
  content: "\f067";
}

.psi-tooth:before {
  content: "\f068";
}

.psi-tooth-2:before {
  content: "\f069";
}

.psi-top-to-bottom:before {
  content: "\f06a";
}

.psi-torch:before {
  content: "\f06b";
}

.psi-touch-window:before {
  content: "\f06c";
}

.psi-tower:before {
  content: "\f06d";
}

.psi-tower-2:before {
  content: "\f06e";
}

.psi-tower-bridge:before {
  content: "\f06f";
}

.psi-trace:before {
  content: "\f070";
}

.psi-tractor:before {
  content: "\f071";
}

.psi-traffic-light:before {
  content: "\f072";
}

.psi-traffic-light-2:before {
  content: "\f073";
}

.psi-train:before {
  content: "\f074";
}

.psi-train-2:before {
  content: "\f075";
}

.psi-tram:before {
  content: "\f076";
}

.psi-transform:before {
  content: "\f077";
}

.psi-transform-2:before {
  content: "\f078";
}

.psi-transform-3:before {
  content: "\f079";
}

.psi-transform-4:before {
  content: "\f07a";
}

.psi-trash:before {
  content: "\f07b";
}

.psi-trash-with-men:before {
  content: "\f07c";
}

.psi-tree:before {
  content: "\f07d";
}

.psi-tree-2:before {
  content: "\f07e";
}

.psi-tree-3:before {
  content: "\f07f";
}

.psi-tree-4:before {
  content: "\f080";
}

.psi-tree-5:before {
  content: "\f081";
}

.psi-trekking:before {
  content: "\f082";
}

.psi-triangle-arrow-down:before {
  content: "\f083";
}

.psi-triangle-arrow-left:before {
  content: "\f084";
}

.psi-triangle-arrow-right:before {
  content: "\f085";
}

.psi-triangle-arrow-up:before {
  content: "\f086";
}

.psi-tripod-2:before {
  content: "\f087";
}

.psi-tripod-and-video:before {
  content: "\f088";
}

.psi-tripod-with-camera:before {
  content: "\f089";
}

.psi-tripod-with-gopro:before {
  content: "\f08a";
}

.psi-trophy:before {
  content: "\f08b";
}

.psi-trophy-2:before {
  content: "\f08c";
}

.psi-truck:before {
  content: "\f08d";
}

.psi-trumpet:before {
  content: "\f08e";
}

.psi-tumblr:before {
  content: "\f08f";
}

.psi-turkey:before {
  content: "\f090";
}

.psi-turn-down:before {
  content: "\f091";
}

.psi-turn-down-2:before {
  content: "\f092";
}

.psi-turn-down-from-left:before {
  content: "\f093";
}

.psi-turn-down-from-right:before {
  content: "\f094";
}

.psi-turn-left:before {
  content: "\f095";
}

.psi-turn-left-3:before {
  content: "\f096";
}

.psi-turn-right:before {
  content: "\f097";
}

.psi-turn-right-3:before {
  content: "\f098";
}

.psi-turn-up:before {
  content: "\f099";
}

.psi-turn-up-2:before {
  content: "\f09a";
}

.psi-turtle:before {
  content: "\f09b";
}

.psi-tuxedo:before {
  content: "\f09c";
}

.psi-tv:before {
  content: "\f09d";
}

.psi-twister:before {
  content: "\f09e";
}

.psi-twitter:before {
  content: "\f09f";
}

.psi-twitter-2:before {
  content: "\f0a0";
}

.psi-two-fingers:before {
  content: "\f0a1";
}

.psi-two-fingers-drag:before {
  content: "\f0a2";
}

.psi-two-fingers-drag-2:before {
  content: "\f0a3";
}

.psi-two-fingers-scroll:before {
  content: "\f0a4";
}

.psi-two-fingers-touch:before {
  content: "\f0a5";
}

.psi-two-windows:before {
  content: "\f0a6";
}

.psi-type-pass:before {
  content: "\f0a7";
}

.psi-ukraine:before {
  content: "\f0a8";
}

.psi-umbrella:before {
  content: "\f0a9";
}

.psi-umbrella-2:before {
  content: "\f0aa";
}

.psi-umbrella-3:before {
  content: "\f0ab";
}

.psi-underline-text:before {
  content: "\f0ac";
}

.psi-undo:before {
  content: "\f0ad";
}

.psi-united-kingdom:before {
  content: "\f0ae";
}

.psi-united-states:before {
  content: "\f0af";
}

.psi-university:before {
  content: "\f0b0";
}

.psi-university-2:before {
  content: "\f0b1";
}

.psi-unlike:before {
  content: "\f0b2";
}

.psi-unlike-2:before {
  content: "\f0b3";
}

.psi-unlock:before {
  content: "\f0b4";
}

.psi-unlock-2:before {
  content: "\f0b5";
}

.psi-unlock-3:before {
  content: "\f0b6";
}

.psi-up:before {
  content: "\f0b7";
}

.psi-up-2:before {
  content: "\f0b8";
}

.psi-up-3:before {
  content: "\f0b9";
}

.psi-up-4:before {
  content: "\f0ba";
}

.psi-up-down:before {
  content: "\f0bb";
}

.psi-up-down-3:before {
  content: "\f0bc";
}

.psi-upgrade:before {
  content: "\f0bd";
}

.psi-upload:before {
  content: "\f0be";
}

.psi-upload-2:before {
  content: "\f0bf";
}

.psi-upload-to-cloud:before {
  content: "\f0c0";
}

.psi-upload-window:before {
  content: "\f0c1";
}

.psi-uppercase-text:before {
  content: "\f0c2";
}

.psi-upward:before {
  content: "\f0c3";
}

.psi-url-window:before {
  content: "\f0c4";
}

.psi-usb:before {
  content: "\f0c5";
}

.psi-usb-2:before {
  content: "\f0c6";
}

.psi-usb-cable:before {
  content: "\f0c7";
}

.psi-user:before {
  content: "\f0c8";
}

.psi-ustream:before {
  content: "\f0c9";
}

.psi-vase:before {
  content: "\f0ca";
}

.psi-vector:before {
  content: "\f0cb";
}

.psi-vector-2:before {
  content: "\f0cc";
}

.psi-vector-3:before {
  content: "\f0cd";
}

.psi-vector-4:before {
  content: "\f0ce";
}

.psi-vector-5:before {
  content: "\f0cf";
}

.psi-venn-diagram:before {
  content: "\f0d0";
}

.psi-vest:before {
  content: "\f0d1";
}

.psi-vest-2:before {
  content: "\f0d2";
}

.psi-viddler:before {
  content: "\f0d3";
}

.psi-video:before {
  content: "\f0d4";
}

.psi-video-2:before {
  content: "\f0d5";
}

.psi-video-3:before {
  content: "\f0d6";
}

.psi-video-4:before {
  content: "\f0d7";
}

.psi-video-5:before {
  content: "\f0d8";
}

.psi-video-6:before {
  content: "\f0d9";
}

.psi-video-game-controller:before {
  content: "\f0da";
}

.psi-video-len:before {
  content: "\f0db";
}

.psi-video-len-2:before {
  content: "\f0dc";
}

.psi-video-photographer:before {
  content: "\f0dd";
}

.psi-video-tripod:before {
  content: "\f0de";
}

.psi-vietnam:before {
  content: "\f0df";
}

.psi-view-height:before {
  content: "\f0e0";
}

.psi-list-view:before {
  content: "\f0e1";
}

.psi-view-width:before {
  content: "\f0e2";
}

.psi-vimeo:before {
  content: "\f0e3";
}

.psi-virgo:before {
  content: "\f0e4";
}

.psi-virgo-2:before {
  content: "\f0e5";
}

.psi-virus:before {
  content: "\f0e6";
}

.psi-virus-2:before {
  content: "\f0e7";
}

.psi-virus-3:before {
  content: "\f0e8";
}

.psi-visa:before {
  content: "\f0e9";
}

.psi-voice:before {
  content: "\f0ea";
}

.psi-voicemail:before {
  content: "\f0eb";
}

.psi-volleyball:before {
  content: "\f0ec";
}

.psi-volume-down:before {
  content: "\f0ed";
}

.psi-volume-up:before {
  content: "\f0ee";
}

.psi-vpn:before {
  content: "\f0ef";
}

.psi-wacom-tablet:before {
  content: "\f0f0";
}

.psi-waiter:before {
  content: "\f0f1";
}

.psi-walkie-talkie:before {
  content: "\f0f2";
}

.psi-wallet:before {
  content: "\f0f3";
}

.psi-wallet-2:before {
  content: "\f0f4";
}

.psi-wallet-3:before {
  content: "\f0f5";
}

.psi-warehouse:before {
  content: "\f0f6";
}

.psi-warning-window:before {
  content: "\f0f7";
}

.psi-watch:before {
  content: "\f0f8";
}

.psi-watch-2:before {
  content: "\f0f9";
}

.psi-watch-3:before {
  content: "\f0fa";
}

.psi-wave:before {
  content: "\f0fb";
}

.psi-wave-2:before {
  content: "\f0fc";
}

.psi-webcam:before {
  content: "\f0fd";
}

.psi-weight-lift:before {
  content: "\f0fe";
}

.psi-wheelbarrow:before {
  content: "\f0ff";
}

.psi-wheelchair:before {
  content: "\f100";
}

.psi-width-window:before {
  content: "\f101";
}

.psi-wifi:before {
  content: "\f102";
}

.psi-wifi-2:before {
  content: "\f103";
}

.psi-wifi-keyboard:before {
  content: "\f104";
}

.psi-wind-turbine:before {
  content: "\f105";
}

.psi-windmill:before {
  content: "\f106";
}

.psi-window:before {
  content: "\f107";
}

.psi-window-2:before {
  content: "\f108";
}

.psi-windows:before {
  content: "\f109";
}

.psi-windows-2:before {
  content: "\f10a";
}

.psi-windows-microsoft:before {
  content: "\f10b";
}

.psi-windsock:before {
  content: "\f10c";
}

.psi-windy:before {
  content: "\f10d";
}

.psi-wine-bottle:before {
  content: "\f10e";
}

.psi-wine-glass:before {
  content: "\f10f";
}

.psi-wink:before {
  content: "\f110";
}

.psi-winter:before {
  content: "\f111";
}

.psi-winter-2:before {
  content: "\f112";
}

.psi-wireless:before {
  content: "\f113";
}

.psi-witch:before {
  content: "\f114";
}

.psi-witch-hat:before {
  content: "\f115";
}

.psi-wizard:before {
  content: "\f116";
}

.psi-wolf:before {
  content: "\f117";
}

.psi-woman-man-sign:before {
  content: "\f118";
}

.psi-woman-sign:before {
  content: "\f119";
}

.psi-womans-underwear:before {
  content: "\f11a";
}

.psi-womans-underwear-2:before {
  content: "\f11b";
}

.psi-women:before {
  content: "\f11c";
}

.psi-wonder-woman:before {
  content: "\f11d";
}

.psi-wordpress:before {
  content: "\f11e";
}

.psi-worker:before {
  content: "\f11f";
}

.psi-worker-clothes:before {
  content: "\f120";
}

.psi-wrap-text:before {
  content: "\f121";
}

.psi-wreath:before {
  content: "\f122";
}

.psi-wrench:before {
  content: "\f123";
}

.psi-x-box:before {
  content: "\f124";
}

.psi-x-ray:before {
  content: "\f125";
}

.psi-xanga:before {
  content: "\f126";
}

.psi-xing:before {
  content: "\f127";
}

.psi-yacht:before {
  content: "\f128";
}

.psi-yahoo:before {
  content: "\f129";
}

.psi-yahoo-buzz:before {
  content: "\f12a";
}

.psi-yelp:before {
  content: "\f12b";
}

.psi-yes:before {
  content: "\f12c";
}

.psi-ying-yang:before {
  content: "\f12d";
}

.psi-youtube:before {
  content: "\f12e";
}

.psi-z-a:before {
  content: "\f12f";
}

.psi-zebra:before {
  content: "\f130";
}

.psi-zombie:before {
  content: "\f131";
}

.psi-zoom-gesture:before {
  content: "\f132";
}

.psi-zootool:before {
  content: "\f133";
}

/*!
 * Bootstrap Icons v1.10.5 (https://icons.getbootstrap.com/)
 * Copyright 2019-2023 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/icons/blob/main/LICENSE)
 */
@font-face {
  font-display: block;
  font-family: "bootstrap-icons";
  src: url(/agenda_sala/assets/bootstrap-icons-cbdadea7b7c998d4578dcc107c4373b7448713c015c6f8f13e4125a90c4e3aa1.woff2?1fa40e8900654d2863d011707b9fb6f2) format("woff2"), url(/agenda_sala/assets/bootstrap-icons-1a51ee225426a539ddeada4fe9ed4fe0e1198565287269de541ab589c5355948.woff?1fa40e8900654d2863d011707b9fb6f2) format("woff");
}
.bi::before,
[class^=bi-]::before,
[class*=" bi-"]::before {
  display: inline-block;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -0.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.bi-123::before {
  content: "\f67f";
}

.bi-alarm-fill::before {
  content: "\f101";
}

.bi-alarm::before {
  content: "\f102";
}

.bi-align-bottom::before {
  content: "\f103";
}

.bi-align-center::before {
  content: "\f104";
}

.bi-align-end::before {
  content: "\f105";
}

.bi-align-middle::before {
  content: "\f106";
}

.bi-align-start::before {
  content: "\f107";
}

.bi-align-top::before {
  content: "\f108";
}

.bi-alt::before {
  content: "\f109";
}

.bi-app-indicator::before {
  content: "\f10a";
}

.bi-app::before {
  content: "\f10b";
}

.bi-archive-fill::before {
  content: "\f10c";
}

.bi-archive::before {
  content: "\f10d";
}

.bi-arrow-90deg-down::before {
  content: "\f10e";
}

.bi-arrow-90deg-left::before {
  content: "\f10f";
}

.bi-arrow-90deg-right::before {
  content: "\f110";
}

.bi-arrow-90deg-up::before {
  content: "\f111";
}

.bi-arrow-bar-down::before {
  content: "\f112";
}

.bi-arrow-bar-left::before {
  content: "\f113";
}

.bi-arrow-bar-right::before {
  content: "\f114";
}

.bi-arrow-bar-up::before {
  content: "\f115";
}

.bi-arrow-clockwise::before {
  content: "\f116";
}

.bi-arrow-counterclockwise::before {
  content: "\f117";
}

.bi-arrow-down-circle-fill::before {
  content: "\f118";
}

.bi-arrow-down-circle::before {
  content: "\f119";
}

.bi-arrow-down-left-circle-fill::before {
  content: "\f11a";
}

.bi-arrow-down-left-circle::before {
  content: "\f11b";
}

.bi-arrow-down-left-square-fill::before {
  content: "\f11c";
}

.bi-arrow-down-left-square::before {
  content: "\f11d";
}

.bi-arrow-down-left::before {
  content: "\f11e";
}

.bi-arrow-down-right-circle-fill::before {
  content: "\f11f";
}

.bi-arrow-down-right-circle::before {
  content: "\f120";
}

.bi-arrow-down-right-square-fill::before {
  content: "\f121";
}

.bi-arrow-down-right-square::before {
  content: "\f122";
}

.bi-arrow-down-right::before {
  content: "\f123";
}

.bi-arrow-down-short::before {
  content: "\f124";
}

.bi-arrow-down-square-fill::before {
  content: "\f125";
}

.bi-arrow-down-square::before {
  content: "\f126";
}

.bi-arrow-down-up::before {
  content: "\f127";
}

.bi-arrow-down::before {
  content: "\f128";
}

.bi-arrow-left-circle-fill::before {
  content: "\f129";
}

.bi-arrow-left-circle::before {
  content: "\f12a";
}

.bi-arrow-left-right::before {
  content: "\f12b";
}

.bi-arrow-left-short::before {
  content: "\f12c";
}

.bi-arrow-left-square-fill::before {
  content: "\f12d";
}

.bi-arrow-left-square::before {
  content: "\f12e";
}

.bi-arrow-left::before {
  content: "\f12f";
}

.bi-arrow-repeat::before {
  content: "\f130";
}

.bi-arrow-return-left::before {
  content: "\f131";
}

.bi-arrow-return-right::before {
  content: "\f132";
}

.bi-arrow-right-circle-fill::before {
  content: "\f133";
}

.bi-arrow-right-circle::before {
  content: "\f134";
}

.bi-arrow-right-short::before {
  content: "\f135";
}

.bi-arrow-right-square-fill::before {
  content: "\f136";
}

.bi-arrow-right-square::before {
  content: "\f137";
}

.bi-arrow-right::before {
  content: "\f138";
}

.bi-arrow-up-circle-fill::before {
  content: "\f139";
}

.bi-arrow-up-circle::before {
  content: "\f13a";
}

.bi-arrow-up-left-circle-fill::before {
  content: "\f13b";
}

.bi-arrow-up-left-circle::before {
  content: "\f13c";
}

.bi-arrow-up-left-square-fill::before {
  content: "\f13d";
}

.bi-arrow-up-left-square::before {
  content: "\f13e";
}

.bi-arrow-up-left::before {
  content: "\f13f";
}

.bi-arrow-up-right-circle-fill::before {
  content: "\f140";
}

.bi-arrow-up-right-circle::before {
  content: "\f141";
}

.bi-arrow-up-right-square-fill::before {
  content: "\f142";
}

.bi-arrow-up-right-square::before {
  content: "\f143";
}

.bi-arrow-up-right::before {
  content: "\f144";
}

.bi-arrow-up-short::before {
  content: "\f145";
}

.bi-arrow-up-square-fill::before {
  content: "\f146";
}

.bi-arrow-up-square::before {
  content: "\f147";
}

.bi-arrow-up::before {
  content: "\f148";
}

.bi-arrows-angle-contract::before {
  content: "\f149";
}

.bi-arrows-angle-expand::before {
  content: "\f14a";
}

.bi-arrows-collapse::before {
  content: "\f14b";
}

.bi-arrows-expand::before {
  content: "\f14c";
}

.bi-arrows-fullscreen::before {
  content: "\f14d";
}

.bi-arrows-move::before {
  content: "\f14e";
}

.bi-aspect-ratio-fill::before {
  content: "\f14f";
}

.bi-aspect-ratio::before {
  content: "\f150";
}

.bi-asterisk::before {
  content: "\f151";
}

.bi-at::before {
  content: "\f152";
}

.bi-award-fill::before {
  content: "\f153";
}

.bi-award::before {
  content: "\f154";
}

.bi-back::before {
  content: "\f155";
}

.bi-backspace-fill::before {
  content: "\f156";
}

.bi-backspace-reverse-fill::before {
  content: "\f157";
}

.bi-backspace-reverse::before {
  content: "\f158";
}

.bi-backspace::before {
  content: "\f159";
}

.bi-badge-3d-fill::before {
  content: "\f15a";
}

.bi-badge-3d::before {
  content: "\f15b";
}

.bi-badge-4k-fill::before {
  content: "\f15c";
}

.bi-badge-4k::before {
  content: "\f15d";
}

.bi-badge-8k-fill::before {
  content: "\f15e";
}

.bi-badge-8k::before {
  content: "\f15f";
}

.bi-badge-ad-fill::before {
  content: "\f160";
}

.bi-badge-ad::before {
  content: "\f161";
}

.bi-badge-ar-fill::before {
  content: "\f162";
}

.bi-badge-ar::before {
  content: "\f163";
}

.bi-badge-cc-fill::before {
  content: "\f164";
}

.bi-badge-cc::before {
  content: "\f165";
}

.bi-badge-hd-fill::before {
  content: "\f166";
}

.bi-badge-hd::before {
  content: "\f167";
}

.bi-badge-tm-fill::before {
  content: "\f168";
}

.bi-badge-tm::before {
  content: "\f169";
}

.bi-badge-vo-fill::before {
  content: "\f16a";
}

.bi-badge-vo::before {
  content: "\f16b";
}

.bi-badge-vr-fill::before {
  content: "\f16c";
}

.bi-badge-vr::before {
  content: "\f16d";
}

.bi-badge-wc-fill::before {
  content: "\f16e";
}

.bi-badge-wc::before {
  content: "\f16f";
}

.bi-bag-check-fill::before {
  content: "\f170";
}

.bi-bag-check::before {
  content: "\f171";
}

.bi-bag-dash-fill::before {
  content: "\f172";
}

.bi-bag-dash::before {
  content: "\f173";
}

.bi-bag-fill::before {
  content: "\f174";
}

.bi-bag-plus-fill::before {
  content: "\f175";
}

.bi-bag-plus::before {
  content: "\f176";
}

.bi-bag-x-fill::before {
  content: "\f177";
}

.bi-bag-x::before {
  content: "\f178";
}

.bi-bag::before {
  content: "\f179";
}

.bi-bar-chart-fill::before {
  content: "\f17a";
}

.bi-bar-chart-line-fill::before {
  content: "\f17b";
}

.bi-bar-chart-line::before {
  content: "\f17c";
}

.bi-bar-chart-steps::before {
  content: "\f17d";
}

.bi-bar-chart::before {
  content: "\f17e";
}

.bi-basket-fill::before {
  content: "\f17f";
}

.bi-basket::before {
  content: "\f180";
}

.bi-basket2-fill::before {
  content: "\f181";
}

.bi-basket2::before {
  content: "\f182";
}

.bi-basket3-fill::before {
  content: "\f183";
}

.bi-basket3::before {
  content: "\f184";
}

.bi-battery-charging::before {
  content: "\f185";
}

.bi-battery-full::before {
  content: "\f186";
}

.bi-battery-half::before {
  content: "\f187";
}

.bi-battery::before {
  content: "\f188";
}

.bi-bell-fill::before {
  content: "\f189";
}

.bi-bell::before {
  content: "\f18a";
}

.bi-bezier::before {
  content: "\f18b";
}

.bi-bezier2::before {
  content: "\f18c";
}

.bi-bicycle::before {
  content: "\f18d";
}

.bi-binoculars-fill::before {
  content: "\f18e";
}

.bi-binoculars::before {
  content: "\f18f";
}

.bi-blockquote-left::before {
  content: "\f190";
}

.bi-blockquote-right::before {
  content: "\f191";
}

.bi-book-fill::before {
  content: "\f192";
}

.bi-book-half::before {
  content: "\f193";
}

.bi-book::before {
  content: "\f194";
}

.bi-bookmark-check-fill::before {
  content: "\f195";
}

.bi-bookmark-check::before {
  content: "\f196";
}

.bi-bookmark-dash-fill::before {
  content: "\f197";
}

.bi-bookmark-dash::before {
  content: "\f198";
}

.bi-bookmark-fill::before {
  content: "\f199";
}

.bi-bookmark-heart-fill::before {
  content: "\f19a";
}

.bi-bookmark-heart::before {
  content: "\f19b";
}

.bi-bookmark-plus-fill::before {
  content: "\f19c";
}

.bi-bookmark-plus::before {
  content: "\f19d";
}

.bi-bookmark-star-fill::before {
  content: "\f19e";
}

.bi-bookmark-star::before {
  content: "\f19f";
}

.bi-bookmark-x-fill::before {
  content: "\f1a0";
}

.bi-bookmark-x::before {
  content: "\f1a1";
}

.bi-bookmark::before {
  content: "\f1a2";
}

.bi-bookmarks-fill::before {
  content: "\f1a3";
}

.bi-bookmarks::before {
  content: "\f1a4";
}

.bi-bookshelf::before {
  content: "\f1a5";
}

.bi-bootstrap-fill::before {
  content: "\f1a6";
}

.bi-bootstrap-reboot::before {
  content: "\f1a7";
}

.bi-bootstrap::before {
  content: "\f1a8";
}

.bi-border-all::before {
  content: "\f1a9";
}

.bi-border-bottom::before {
  content: "\f1aa";
}

.bi-border-center::before {
  content: "\f1ab";
}

.bi-border-inner::before {
  content: "\f1ac";
}

.bi-border-left::before {
  content: "\f1ad";
}

.bi-border-middle::before {
  content: "\f1ae";
}

.bi-border-outer::before {
  content: "\f1af";
}

.bi-border-right::before {
  content: "\f1b0";
}

.bi-border-style::before {
  content: "\f1b1";
}

.bi-border-top::before {
  content: "\f1b2";
}

.bi-border-width::before {
  content: "\f1b3";
}

.bi-border::before {
  content: "\f1b4";
}

.bi-bounding-box-circles::before {
  content: "\f1b5";
}

.bi-bounding-box::before {
  content: "\f1b6";
}

.bi-box-arrow-down-left::before {
  content: "\f1b7";
}

.bi-box-arrow-down-right::before {
  content: "\f1b8";
}

.bi-box-arrow-down::before {
  content: "\f1b9";
}

.bi-box-arrow-in-down-left::before {
  content: "\f1ba";
}

.bi-box-arrow-in-down-right::before {
  content: "\f1bb";
}

.bi-box-arrow-in-down::before {
  content: "\f1bc";
}

.bi-box-arrow-in-left::before {
  content: "\f1bd";
}

.bi-box-arrow-in-right::before {
  content: "\f1be";
}

.bi-box-arrow-in-up-left::before {
  content: "\f1bf";
}

.bi-box-arrow-in-up-right::before {
  content: "\f1c0";
}

.bi-box-arrow-in-up::before {
  content: "\f1c1";
}

.bi-box-arrow-left::before {
  content: "\f1c2";
}

.bi-box-arrow-right::before {
  content: "\f1c3";
}

.bi-box-arrow-up-left::before {
  content: "\f1c4";
}

.bi-box-arrow-up-right::before {
  content: "\f1c5";
}

.bi-box-arrow-up::before {
  content: "\f1c6";
}

.bi-box-seam::before {
  content: "\f1c7";
}

.bi-box::before {
  content: "\f1c8";
}

.bi-braces::before {
  content: "\f1c9";
}

.bi-bricks::before {
  content: "\f1ca";
}

.bi-briefcase-fill::before {
  content: "\f1cb";
}

.bi-briefcase::before {
  content: "\f1cc";
}

.bi-brightness-alt-high-fill::before {
  content: "\f1cd";
}

.bi-brightness-alt-high::before {
  content: "\f1ce";
}

.bi-brightness-alt-low-fill::before {
  content: "\f1cf";
}

.bi-brightness-alt-low::before {
  content: "\f1d0";
}

.bi-brightness-high-fill::before {
  content: "\f1d1";
}

.bi-brightness-high::before {
  content: "\f1d2";
}

.bi-brightness-low-fill::before {
  content: "\f1d3";
}

.bi-brightness-low::before {
  content: "\f1d4";
}

.bi-broadcast-pin::before {
  content: "\f1d5";
}

.bi-broadcast::before {
  content: "\f1d6";
}

.bi-brush-fill::before {
  content: "\f1d7";
}

.bi-brush::before {
  content: "\f1d8";
}

.bi-bucket-fill::before {
  content: "\f1d9";
}

.bi-bucket::before {
  content: "\f1da";
}

.bi-bug-fill::before {
  content: "\f1db";
}

.bi-bug::before {
  content: "\f1dc";
}

.bi-building::before {
  content: "\f1dd";
}

.bi-bullseye::before {
  content: "\f1de";
}

.bi-calculator-fill::before {
  content: "\f1df";
}

.bi-calculator::before {
  content: "\f1e0";
}

.bi-calendar-check-fill::before {
  content: "\f1e1";
}

.bi-calendar-check::before {
  content: "\f1e2";
}

.bi-calendar-date-fill::before {
  content: "\f1e3";
}

.bi-calendar-date::before {
  content: "\f1e4";
}

.bi-calendar-day-fill::before {
  content: "\f1e5";
}

.bi-calendar-day::before {
  content: "\f1e6";
}

.bi-calendar-event-fill::before {
  content: "\f1e7";
}

.bi-calendar-event::before {
  content: "\f1e8";
}

.bi-calendar-fill::before {
  content: "\f1e9";
}

.bi-calendar-minus-fill::before {
  content: "\f1ea";
}

.bi-calendar-minus::before {
  content: "\f1eb";
}

.bi-calendar-month-fill::before {
  content: "\f1ec";
}

.bi-calendar-month::before {
  content: "\f1ed";
}

.bi-calendar-plus-fill::before {
  content: "\f1ee";
}

.bi-calendar-plus::before {
  content: "\f1ef";
}

.bi-calendar-range-fill::before {
  content: "\f1f0";
}

.bi-calendar-range::before {
  content: "\f1f1";
}

.bi-calendar-week-fill::before {
  content: "\f1f2";
}

.bi-calendar-week::before {
  content: "\f1f3";
}

.bi-calendar-x-fill::before {
  content: "\f1f4";
}

.bi-calendar-x::before {
  content: "\f1f5";
}

.bi-calendar::before {
  content: "\f1f6";
}

.bi-calendar2-check-fill::before {
  content: "\f1f7";
}

.bi-calendar2-check::before {
  content: "\f1f8";
}

.bi-calendar2-date-fill::before {
  content: "\f1f9";
}

.bi-calendar2-date::before {
  content: "\f1fa";
}

.bi-calendar2-day-fill::before {
  content: "\f1fb";
}

.bi-calendar2-day::before {
  content: "\f1fc";
}

.bi-calendar2-event-fill::before {
  content: "\f1fd";
}

.bi-calendar2-event::before {
  content: "\f1fe";
}

.bi-calendar2-fill::before {
  content: "\f1ff";
}

.bi-calendar2-minus-fill::before {
  content: "\f200";
}

.bi-calendar2-minus::before {
  content: "\f201";
}

.bi-calendar2-month-fill::before {
  content: "\f202";
}

.bi-calendar2-month::before {
  content: "\f203";
}

.bi-calendar2-plus-fill::before {
  content: "\f204";
}

.bi-calendar2-plus::before {
  content: "\f205";
}

.bi-calendar2-range-fill::before {
  content: "\f206";
}

.bi-calendar2-range::before {
  content: "\f207";
}

.bi-calendar2-week-fill::before {
  content: "\f208";
}

.bi-calendar2-week::before {
  content: "\f209";
}

.bi-calendar2-x-fill::before {
  content: "\f20a";
}

.bi-calendar2-x::before {
  content: "\f20b";
}

.bi-calendar2::before {
  content: "\f20c";
}

.bi-calendar3-event-fill::before {
  content: "\f20d";
}

.bi-calendar3-event::before {
  content: "\f20e";
}

.bi-calendar3-fill::before {
  content: "\f20f";
}

.bi-calendar3-range-fill::before {
  content: "\f210";
}

.bi-calendar3-range::before {
  content: "\f211";
}

.bi-calendar3-week-fill::before {
  content: "\f212";
}

.bi-calendar3-week::before {
  content: "\f213";
}

.bi-calendar3::before {
  content: "\f214";
}

.bi-calendar4-event::before {
  content: "\f215";
}

.bi-calendar4-range::before {
  content: "\f216";
}

.bi-calendar4-week::before {
  content: "\f217";
}

.bi-calendar4::before {
  content: "\f218";
}

.bi-camera-fill::before {
  content: "\f219";
}

.bi-camera-reels-fill::before {
  content: "\f21a";
}

.bi-camera-reels::before {
  content: "\f21b";
}

.bi-camera-video-fill::before {
  content: "\f21c";
}

.bi-camera-video-off-fill::before {
  content: "\f21d";
}

.bi-camera-video-off::before {
  content: "\f21e";
}

.bi-camera-video::before {
  content: "\f21f";
}

.bi-camera::before {
  content: "\f220";
}

.bi-camera2::before {
  content: "\f221";
}

.bi-capslock-fill::before {
  content: "\f222";
}

.bi-capslock::before {
  content: "\f223";
}

.bi-card-checklist::before {
  content: "\f224";
}

.bi-card-heading::before {
  content: "\f225";
}

.bi-card-image::before {
  content: "\f226";
}

.bi-card-list::before {
  content: "\f227";
}

.bi-card-text::before {
  content: "\f228";
}

.bi-caret-down-fill::before {
  content: "\f229";
}

.bi-caret-down-square-fill::before {
  content: "\f22a";
}

.bi-caret-down-square::before {
  content: "\f22b";
}

.bi-caret-down::before {
  content: "\f22c";
}

.bi-caret-left-fill::before {
  content: "\f22d";
}

.bi-caret-left-square-fill::before {
  content: "\f22e";
}

.bi-caret-left-square::before {
  content: "\f22f";
}

.bi-caret-left::before {
  content: "\f230";
}

.bi-caret-right-fill::before {
  content: "\f231";
}

.bi-caret-right-square-fill::before {
  content: "\f232";
}

.bi-caret-right-square::before {
  content: "\f233";
}

.bi-caret-right::before {
  content: "\f234";
}

.bi-caret-up-fill::before {
  content: "\f235";
}

.bi-caret-up-square-fill::before {
  content: "\f236";
}

.bi-caret-up-square::before {
  content: "\f237";
}

.bi-caret-up::before {
  content: "\f238";
}

.bi-cart-check-fill::before {
  content: "\f239";
}

.bi-cart-check::before {
  content: "\f23a";
}

.bi-cart-dash-fill::before {
  content: "\f23b";
}

.bi-cart-dash::before {
  content: "\f23c";
}

.bi-cart-fill::before {
  content: "\f23d";
}

.bi-cart-plus-fill::before {
  content: "\f23e";
}

.bi-cart-plus::before {
  content: "\f23f";
}

.bi-cart-x-fill::before {
  content: "\f240";
}

.bi-cart-x::before {
  content: "\f241";
}

.bi-cart::before {
  content: "\f242";
}

.bi-cart2::before {
  content: "\f243";
}

.bi-cart3::before {
  content: "\f244";
}

.bi-cart4::before {
  content: "\f245";
}

.bi-cash-stack::before {
  content: "\f246";
}

.bi-cash::before {
  content: "\f247";
}

.bi-cast::before {
  content: "\f248";
}

.bi-chat-dots-fill::before {
  content: "\f249";
}

.bi-chat-dots::before {
  content: "\f24a";
}

.bi-chat-fill::before {
  content: "\f24b";
}

.bi-chat-left-dots-fill::before {
  content: "\f24c";
}

.bi-chat-left-dots::before {
  content: "\f24d";
}

.bi-chat-left-fill::before {
  content: "\f24e";
}

.bi-chat-left-quote-fill::before {
  content: "\f24f";
}

.bi-chat-left-quote::before {
  content: "\f250";
}

.bi-chat-left-text-fill::before {
  content: "\f251";
}

.bi-chat-left-text::before {
  content: "\f252";
}

.bi-chat-left::before {
  content: "\f253";
}

.bi-chat-quote-fill::before {
  content: "\f254";
}

.bi-chat-quote::before {
  content: "\f255";
}

.bi-chat-right-dots-fill::before {
  content: "\f256";
}

.bi-chat-right-dots::before {
  content: "\f257";
}

.bi-chat-right-fill::before {
  content: "\f258";
}

.bi-chat-right-quote-fill::before {
  content: "\f259";
}

.bi-chat-right-quote::before {
  content: "\f25a";
}

.bi-chat-right-text-fill::before {
  content: "\f25b";
}

.bi-chat-right-text::before {
  content: "\f25c";
}

.bi-chat-right::before {
  content: "\f25d";
}

.bi-chat-square-dots-fill::before {
  content: "\f25e";
}

.bi-chat-square-dots::before {
  content: "\f25f";
}

.bi-chat-square-fill::before {
  content: "\f260";
}

.bi-chat-square-quote-fill::before {
  content: "\f261";
}

.bi-chat-square-quote::before {
  content: "\f262";
}

.bi-chat-square-text-fill::before {
  content: "\f263";
}

.bi-chat-square-text::before {
  content: "\f264";
}

.bi-chat-square::before {
  content: "\f265";
}

.bi-chat-text-fill::before {
  content: "\f266";
}

.bi-chat-text::before {
  content: "\f267";
}

.bi-chat::before {
  content: "\f268";
}

.bi-check-all::before {
  content: "\f269";
}

.bi-check-circle-fill::before {
  content: "\f26a";
}

.bi-check-circle::before {
  content: "\f26b";
}

.bi-check-square-fill::before {
  content: "\f26c";
}

.bi-check-square::before {
  content: "\f26d";
}

.bi-check::before {
  content: "\f26e";
}

.bi-check2-all::before {
  content: "\f26f";
}

.bi-check2-circle::before {
  content: "\f270";
}

.bi-check2-square::before {
  content: "\f271";
}

.bi-check2::before {
  content: "\f272";
}

.bi-chevron-bar-contract::before {
  content: "\f273";
}

.bi-chevron-bar-down::before {
  content: "\f274";
}

.bi-chevron-bar-expand::before {
  content: "\f275";
}

.bi-chevron-bar-left::before {
  content: "\f276";
}

.bi-chevron-bar-right::before {
  content: "\f277";
}

.bi-chevron-bar-up::before {
  content: "\f278";
}

.bi-chevron-compact-down::before {
  content: "\f279";
}

.bi-chevron-compact-left::before {
  content: "\f27a";
}

.bi-chevron-compact-right::before {
  content: "\f27b";
}

.bi-chevron-compact-up::before {
  content: "\f27c";
}

.bi-chevron-contract::before {
  content: "\f27d";
}

.bi-chevron-double-down::before {
  content: "\f27e";
}

.bi-chevron-double-left::before {
  content: "\f27f";
}

.bi-chevron-double-right::before {
  content: "\f280";
}

.bi-chevron-double-up::before {
  content: "\f281";
}

.bi-chevron-down::before {
  content: "\f282";
}

.bi-chevron-expand::before {
  content: "\f283";
}

.bi-chevron-left::before {
  content: "\f284";
}

.bi-chevron-right::before {
  content: "\f285";
}

.bi-chevron-up::before {
  content: "\f286";
}

.bi-circle-fill::before {
  content: "\f287";
}

.bi-circle-half::before {
  content: "\f288";
}

.bi-circle-square::before {
  content: "\f289";
}

.bi-circle::before {
  content: "\f28a";
}

.bi-clipboard-check::before {
  content: "\f28b";
}

.bi-clipboard-data::before {
  content: "\f28c";
}

.bi-clipboard-minus::before {
  content: "\f28d";
}

.bi-clipboard-plus::before {
  content: "\f28e";
}

.bi-clipboard-x::before {
  content: "\f28f";
}

.bi-clipboard::before {
  content: "\f290";
}

.bi-clock-fill::before {
  content: "\f291";
}

.bi-clock-history::before {
  content: "\f292";
}

.bi-clock::before {
  content: "\f293";
}

.bi-cloud-arrow-down-fill::before {
  content: "\f294";
}

.bi-cloud-arrow-down::before {
  content: "\f295";
}

.bi-cloud-arrow-up-fill::before {
  content: "\f296";
}

.bi-cloud-arrow-up::before {
  content: "\f297";
}

.bi-cloud-check-fill::before {
  content: "\f298";
}

.bi-cloud-check::before {
  content: "\f299";
}

.bi-cloud-download-fill::before {
  content: "\f29a";
}

.bi-cloud-download::before {
  content: "\f29b";
}

.bi-cloud-drizzle-fill::before {
  content: "\f29c";
}

.bi-cloud-drizzle::before {
  content: "\f29d";
}

.bi-cloud-fill::before {
  content: "\f29e";
}

.bi-cloud-fog-fill::before {
  content: "\f29f";
}

.bi-cloud-fog::before {
  content: "\f2a0";
}

.bi-cloud-fog2-fill::before {
  content: "\f2a1";
}

.bi-cloud-fog2::before {
  content: "\f2a2";
}

.bi-cloud-hail-fill::before {
  content: "\f2a3";
}

.bi-cloud-hail::before {
  content: "\f2a4";
}

.bi-cloud-haze-fill::before {
  content: "\f2a6";
}

.bi-cloud-haze::before {
  content: "\f2a7";
}

.bi-cloud-haze2-fill::before {
  content: "\f2a8";
}

.bi-cloud-lightning-fill::before {
  content: "\f2a9";
}

.bi-cloud-lightning-rain-fill::before {
  content: "\f2aa";
}

.bi-cloud-lightning-rain::before {
  content: "\f2ab";
}

.bi-cloud-lightning::before {
  content: "\f2ac";
}

.bi-cloud-minus-fill::before {
  content: "\f2ad";
}

.bi-cloud-minus::before {
  content: "\f2ae";
}

.bi-cloud-moon-fill::before {
  content: "\f2af";
}

.bi-cloud-moon::before {
  content: "\f2b0";
}

.bi-cloud-plus-fill::before {
  content: "\f2b1";
}

.bi-cloud-plus::before {
  content: "\f2b2";
}

.bi-cloud-rain-fill::before {
  content: "\f2b3";
}

.bi-cloud-rain-heavy-fill::before {
  content: "\f2b4";
}

.bi-cloud-rain-heavy::before {
  content: "\f2b5";
}

.bi-cloud-rain::before {
  content: "\f2b6";
}

.bi-cloud-slash-fill::before {
  content: "\f2b7";
}

.bi-cloud-slash::before {
  content: "\f2b8";
}

.bi-cloud-sleet-fill::before {
  content: "\f2b9";
}

.bi-cloud-sleet::before {
  content: "\f2ba";
}

.bi-cloud-snow-fill::before {
  content: "\f2bb";
}

.bi-cloud-snow::before {
  content: "\f2bc";
}

.bi-cloud-sun-fill::before {
  content: "\f2bd";
}

.bi-cloud-sun::before {
  content: "\f2be";
}

.bi-cloud-upload-fill::before {
  content: "\f2bf";
}

.bi-cloud-upload::before {
  content: "\f2c0";
}

.bi-cloud::before {
  content: "\f2c1";
}

.bi-clouds-fill::before {
  content: "\f2c2";
}

.bi-clouds::before {
  content: "\f2c3";
}

.bi-cloudy-fill::before {
  content: "\f2c4";
}

.bi-cloudy::before {
  content: "\f2c5";
}

.bi-code-slash::before {
  content: "\f2c6";
}

.bi-code-square::before {
  content: "\f2c7";
}

.bi-code::before {
  content: "\f2c8";
}

.bi-collection-fill::before {
  content: "\f2c9";
}

.bi-collection-play-fill::before {
  content: "\f2ca";
}

.bi-collection-play::before {
  content: "\f2cb";
}

.bi-collection::before {
  content: "\f2cc";
}

.bi-columns-gap::before {
  content: "\f2cd";
}

.bi-columns::before {
  content: "\f2ce";
}

.bi-command::before {
  content: "\f2cf";
}

.bi-compass-fill::before {
  content: "\f2d0";
}

.bi-compass::before {
  content: "\f2d1";
}

.bi-cone-striped::before {
  content: "\f2d2";
}

.bi-cone::before {
  content: "\f2d3";
}

.bi-controller::before {
  content: "\f2d4";
}

.bi-cpu-fill::before {
  content: "\f2d5";
}

.bi-cpu::before {
  content: "\f2d6";
}

.bi-credit-card-2-back-fill::before {
  content: "\f2d7";
}

.bi-credit-card-2-back::before {
  content: "\f2d8";
}

.bi-credit-card-2-front-fill::before {
  content: "\f2d9";
}

.bi-credit-card-2-front::before {
  content: "\f2da";
}

.bi-credit-card-fill::before {
  content: "\f2db";
}

.bi-credit-card::before {
  content: "\f2dc";
}

.bi-crop::before {
  content: "\f2dd";
}

.bi-cup-fill::before {
  content: "\f2de";
}

.bi-cup-straw::before {
  content: "\f2df";
}

.bi-cup::before {
  content: "\f2e0";
}

.bi-cursor-fill::before {
  content: "\f2e1";
}

.bi-cursor-text::before {
  content: "\f2e2";
}

.bi-cursor::before {
  content: "\f2e3";
}

.bi-dash-circle-dotted::before {
  content: "\f2e4";
}

.bi-dash-circle-fill::before {
  content: "\f2e5";
}

.bi-dash-circle::before {
  content: "\f2e6";
}

.bi-dash-square-dotted::before {
  content: "\f2e7";
}

.bi-dash-square-fill::before {
  content: "\f2e8";
}

.bi-dash-square::before {
  content: "\f2e9";
}

.bi-dash::before {
  content: "\f2ea";
}

.bi-diagram-2-fill::before {
  content: "\f2eb";
}

.bi-diagram-2::before {
  content: "\f2ec";
}

.bi-diagram-3-fill::before {
  content: "\f2ed";
}

.bi-diagram-3::before {
  content: "\f2ee";
}

.bi-diamond-fill::before {
  content: "\f2ef";
}

.bi-diamond-half::before {
  content: "\f2f0";
}

.bi-diamond::before {
  content: "\f2f1";
}

.bi-dice-1-fill::before {
  content: "\f2f2";
}

.bi-dice-1::before {
  content: "\f2f3";
}

.bi-dice-2-fill::before {
  content: "\f2f4";
}

.bi-dice-2::before {
  content: "\f2f5";
}

.bi-dice-3-fill::before {
  content: "\f2f6";
}

.bi-dice-3::before {
  content: "\f2f7";
}

.bi-dice-4-fill::before {
  content: "\f2f8";
}

.bi-dice-4::before {
  content: "\f2f9";
}

.bi-dice-5-fill::before {
  content: "\f2fa";
}

.bi-dice-5::before {
  content: "\f2fb";
}

.bi-dice-6-fill::before {
  content: "\f2fc";
}

.bi-dice-6::before {
  content: "\f2fd";
}

.bi-disc-fill::before {
  content: "\f2fe";
}

.bi-disc::before {
  content: "\f2ff";
}

.bi-discord::before {
  content: "\f300";
}

.bi-display-fill::before {
  content: "\f301";
}

.bi-display::before {
  content: "\f302";
}

.bi-distribute-horizontal::before {
  content: "\f303";
}

.bi-distribute-vertical::before {
  content: "\f304";
}

.bi-door-closed-fill::before {
  content: "\f305";
}

.bi-door-closed::before {
  content: "\f306";
}

.bi-door-open-fill::before {
  content: "\f307";
}

.bi-door-open::before {
  content: "\f308";
}

.bi-dot::before {
  content: "\f309";
}

.bi-download::before {
  content: "\f30a";
}

.bi-droplet-fill::before {
  content: "\f30b";
}

.bi-droplet-half::before {
  content: "\f30c";
}

.bi-droplet::before {
  content: "\f30d";
}

.bi-earbuds::before {
  content: "\f30e";
}

.bi-easel-fill::before {
  content: "\f30f";
}

.bi-easel::before {
  content: "\f310";
}

.bi-egg-fill::before {
  content: "\f311";
}

.bi-egg-fried::before {
  content: "\f312";
}

.bi-egg::before {
  content: "\f313";
}

.bi-eject-fill::before {
  content: "\f314";
}

.bi-eject::before {
  content: "\f315";
}

.bi-emoji-angry-fill::before {
  content: "\f316";
}

.bi-emoji-angry::before {
  content: "\f317";
}

.bi-emoji-dizzy-fill::before {
  content: "\f318";
}

.bi-emoji-dizzy::before {
  content: "\f319";
}

.bi-emoji-expressionless-fill::before {
  content: "\f31a";
}

.bi-emoji-expressionless::before {
  content: "\f31b";
}

.bi-emoji-frown-fill::before {
  content: "\f31c";
}

.bi-emoji-frown::before {
  content: "\f31d";
}

.bi-emoji-heart-eyes-fill::before {
  content: "\f31e";
}

.bi-emoji-heart-eyes::before {
  content: "\f31f";
}

.bi-emoji-laughing-fill::before {
  content: "\f320";
}

.bi-emoji-laughing::before {
  content: "\f321";
}

.bi-emoji-neutral-fill::before {
  content: "\f322";
}

.bi-emoji-neutral::before {
  content: "\f323";
}

.bi-emoji-smile-fill::before {
  content: "\f324";
}

.bi-emoji-smile-upside-down-fill::before {
  content: "\f325";
}

.bi-emoji-smile-upside-down::before {
  content: "\f326";
}

.bi-emoji-smile::before {
  content: "\f327";
}

.bi-emoji-sunglasses-fill::before {
  content: "\f328";
}

.bi-emoji-sunglasses::before {
  content: "\f329";
}

.bi-emoji-wink-fill::before {
  content: "\f32a";
}

.bi-emoji-wink::before {
  content: "\f32b";
}

.bi-envelope-fill::before {
  content: "\f32c";
}

.bi-envelope-open-fill::before {
  content: "\f32d";
}

.bi-envelope-open::before {
  content: "\f32e";
}

.bi-envelope::before {
  content: "\f32f";
}

.bi-eraser-fill::before {
  content: "\f330";
}

.bi-eraser::before {
  content: "\f331";
}

.bi-exclamation-circle-fill::before {
  content: "\f332";
}

.bi-exclamation-circle::before {
  content: "\f333";
}

.bi-exclamation-diamond-fill::before {
  content: "\f334";
}

.bi-exclamation-diamond::before {
  content: "\f335";
}

.bi-exclamation-octagon-fill::before {
  content: "\f336";
}

.bi-exclamation-octagon::before {
  content: "\f337";
}

.bi-exclamation-square-fill::before {
  content: "\f338";
}

.bi-exclamation-square::before {
  content: "\f339";
}

.bi-exclamation-triangle-fill::before {
  content: "\f33a";
}

.bi-exclamation-triangle::before {
  content: "\f33b";
}

.bi-exclamation::before {
  content: "\f33c";
}

.bi-exclude::before {
  content: "\f33d";
}

.bi-eye-fill::before {
  content: "\f33e";
}

.bi-eye-slash-fill::before {
  content: "\f33f";
}

.bi-eye-slash::before {
  content: "\f340";
}

.bi-eye::before {
  content: "\f341";
}

.bi-eyedropper::before {
  content: "\f342";
}

.bi-eyeglasses::before {
  content: "\f343";
}

.bi-facebook::before {
  content: "\f344";
}

.bi-file-arrow-down-fill::before {
  content: "\f345";
}

.bi-file-arrow-down::before {
  content: "\f346";
}

.bi-file-arrow-up-fill::before {
  content: "\f347";
}

.bi-file-arrow-up::before {
  content: "\f348";
}

.bi-file-bar-graph-fill::before {
  content: "\f349";
}

.bi-file-bar-graph::before {
  content: "\f34a";
}

.bi-file-binary-fill::before {
  content: "\f34b";
}

.bi-file-binary::before {
  content: "\f34c";
}

.bi-file-break-fill::before {
  content: "\f34d";
}

.bi-file-break::before {
  content: "\f34e";
}

.bi-file-check-fill::before {
  content: "\f34f";
}

.bi-file-check::before {
  content: "\f350";
}

.bi-file-code-fill::before {
  content: "\f351";
}

.bi-file-code::before {
  content: "\f352";
}

.bi-file-diff-fill::before {
  content: "\f353";
}

.bi-file-diff::before {
  content: "\f354";
}

.bi-file-earmark-arrow-down-fill::before {
  content: "\f355";
}

.bi-file-earmark-arrow-down::before {
  content: "\f356";
}

.bi-file-earmark-arrow-up-fill::before {
  content: "\f357";
}

.bi-file-earmark-arrow-up::before {
  content: "\f358";
}

.bi-file-earmark-bar-graph-fill::before {
  content: "\f359";
}

.bi-file-earmark-bar-graph::before {
  content: "\f35a";
}

.bi-file-earmark-binary-fill::before {
  content: "\f35b";
}

.bi-file-earmark-binary::before {
  content: "\f35c";
}

.bi-file-earmark-break-fill::before {
  content: "\f35d";
}

.bi-file-earmark-break::before {
  content: "\f35e";
}

.bi-file-earmark-check-fill::before {
  content: "\f35f";
}

.bi-file-earmark-check::before {
  content: "\f360";
}

.bi-file-earmark-code-fill::before {
  content: "\f361";
}

.bi-file-earmark-code::before {
  content: "\f362";
}

.bi-file-earmark-diff-fill::before {
  content: "\f363";
}

.bi-file-earmark-diff::before {
  content: "\f364";
}

.bi-file-earmark-easel-fill::before {
  content: "\f365";
}

.bi-file-earmark-easel::before {
  content: "\f366";
}

.bi-file-earmark-excel-fill::before {
  content: "\f367";
}

.bi-file-earmark-excel::before {
  content: "\f368";
}

.bi-file-earmark-fill::before {
  content: "\f369";
}

.bi-file-earmark-font-fill::before {
  content: "\f36a";
}

.bi-file-earmark-font::before {
  content: "\f36b";
}

.bi-file-earmark-image-fill::before {
  content: "\f36c";
}

.bi-file-earmark-image::before {
  content: "\f36d";
}

.bi-file-earmark-lock-fill::before {
  content: "\f36e";
}

.bi-file-earmark-lock::before {
  content: "\f36f";
}

.bi-file-earmark-lock2-fill::before {
  content: "\f370";
}

.bi-file-earmark-lock2::before {
  content: "\f371";
}

.bi-file-earmark-medical-fill::before {
  content: "\f372";
}

.bi-file-earmark-medical::before {
  content: "\f373";
}

.bi-file-earmark-minus-fill::before {
  content: "\f374";
}

.bi-file-earmark-minus::before {
  content: "\f375";
}

.bi-file-earmark-music-fill::before {
  content: "\f376";
}

.bi-file-earmark-music::before {
  content: "\f377";
}

.bi-file-earmark-person-fill::before {
  content: "\f378";
}

.bi-file-earmark-person::before {
  content: "\f379";
}

.bi-file-earmark-play-fill::before {
  content: "\f37a";
}

.bi-file-earmark-play::before {
  content: "\f37b";
}

.bi-file-earmark-plus-fill::before {
  content: "\f37c";
}

.bi-file-earmark-plus::before {
  content: "\f37d";
}

.bi-file-earmark-post-fill::before {
  content: "\f37e";
}

.bi-file-earmark-post::before {
  content: "\f37f";
}

.bi-file-earmark-ppt-fill::before {
  content: "\f380";
}

.bi-file-earmark-ppt::before {
  content: "\f381";
}

.bi-file-earmark-richtext-fill::before {
  content: "\f382";
}

.bi-file-earmark-richtext::before {
  content: "\f383";
}

.bi-file-earmark-ruled-fill::before {
  content: "\f384";
}

.bi-file-earmark-ruled::before {
  content: "\f385";
}

.bi-file-earmark-slides-fill::before {
  content: "\f386";
}

.bi-file-earmark-slides::before {
  content: "\f387";
}

.bi-file-earmark-spreadsheet-fill::before {
  content: "\f388";
}

.bi-file-earmark-spreadsheet::before {
  content: "\f389";
}

.bi-file-earmark-text-fill::before {
  content: "\f38a";
}

.bi-file-earmark-text::before {
  content: "\f38b";
}

.bi-file-earmark-word-fill::before {
  content: "\f38c";
}

.bi-file-earmark-word::before {
  content: "\f38d";
}

.bi-file-earmark-x-fill::before {
  content: "\f38e";
}

.bi-file-earmark-x::before {
  content: "\f38f";
}

.bi-file-earmark-zip-fill::before {
  content: "\f390";
}

.bi-file-earmark-zip::before {
  content: "\f391";
}

.bi-file-earmark::before {
  content: "\f392";
}

.bi-file-easel-fill::before {
  content: "\f393";
}

.bi-file-easel::before {
  content: "\f394";
}

.bi-file-excel-fill::before {
  content: "\f395";
}

.bi-file-excel::before {
  content: "\f396";
}

.bi-file-fill::before {
  content: "\f397";
}

.bi-file-font-fill::before {
  content: "\f398";
}

.bi-file-font::before {
  content: "\f399";
}

.bi-file-image-fill::before {
  content: "\f39a";
}

.bi-file-image::before {
  content: "\f39b";
}

.bi-file-lock-fill::before {
  content: "\f39c";
}

.bi-file-lock::before {
  content: "\f39d";
}

.bi-file-lock2-fill::before {
  content: "\f39e";
}

.bi-file-lock2::before {
  content: "\f39f";
}

.bi-file-medical-fill::before {
  content: "\f3a0";
}

.bi-file-medical::before {
  content: "\f3a1";
}

.bi-file-minus-fill::before {
  content: "\f3a2";
}

.bi-file-minus::before {
  content: "\f3a3";
}

.bi-file-music-fill::before {
  content: "\f3a4";
}

.bi-file-music::before {
  content: "\f3a5";
}

.bi-file-person-fill::before {
  content: "\f3a6";
}

.bi-file-person::before {
  content: "\f3a7";
}

.bi-file-play-fill::before {
  content: "\f3a8";
}

.bi-file-play::before {
  content: "\f3a9";
}

.bi-file-plus-fill::before {
  content: "\f3aa";
}

.bi-file-plus::before {
  content: "\f3ab";
}

.bi-file-post-fill::before {
  content: "\f3ac";
}

.bi-file-post::before {
  content: "\f3ad";
}

.bi-file-ppt-fill::before {
  content: "\f3ae";
}

.bi-file-ppt::before {
  content: "\f3af";
}

.bi-file-richtext-fill::before {
  content: "\f3b0";
}

.bi-file-richtext::before {
  content: "\f3b1";
}

.bi-file-ruled-fill::before {
  content: "\f3b2";
}

.bi-file-ruled::before {
  content: "\f3b3";
}

.bi-file-slides-fill::before {
  content: "\f3b4";
}

.bi-file-slides::before {
  content: "\f3b5";
}

.bi-file-spreadsheet-fill::before {
  content: "\f3b6";
}

.bi-file-spreadsheet::before {
  content: "\f3b7";
}

.bi-file-text-fill::before {
  content: "\f3b8";
}

.bi-file-text::before {
  content: "\f3b9";
}

.bi-file-word-fill::before {
  content: "\f3ba";
}

.bi-file-word::before {
  content: "\f3bb";
}

.bi-file-x-fill::before {
  content: "\f3bc";
}

.bi-file-x::before {
  content: "\f3bd";
}

.bi-file-zip-fill::before {
  content: "\f3be";
}

.bi-file-zip::before {
  content: "\f3bf";
}

.bi-file::before {
  content: "\f3c0";
}

.bi-files-alt::before {
  content: "\f3c1";
}

.bi-files::before {
  content: "\f3c2";
}

.bi-film::before {
  content: "\f3c3";
}

.bi-filter-circle-fill::before {
  content: "\f3c4";
}

.bi-filter-circle::before {
  content: "\f3c5";
}

.bi-filter-left::before {
  content: "\f3c6";
}

.bi-filter-right::before {
  content: "\f3c7";
}

.bi-filter-square-fill::before {
  content: "\f3c8";
}

.bi-filter-square::before {
  content: "\f3c9";
}

.bi-filter::before {
  content: "\f3ca";
}

.bi-flag-fill::before {
  content: "\f3cb";
}

.bi-flag::before {
  content: "\f3cc";
}

.bi-flower1::before {
  content: "\f3cd";
}

.bi-flower2::before {
  content: "\f3ce";
}

.bi-flower3::before {
  content: "\f3cf";
}

.bi-folder-check::before {
  content: "\f3d0";
}

.bi-folder-fill::before {
  content: "\f3d1";
}

.bi-folder-minus::before {
  content: "\f3d2";
}

.bi-folder-plus::before {
  content: "\f3d3";
}

.bi-folder-symlink-fill::before {
  content: "\f3d4";
}

.bi-folder-symlink::before {
  content: "\f3d5";
}

.bi-folder-x::before {
  content: "\f3d6";
}

.bi-folder::before {
  content: "\f3d7";
}

.bi-folder2-open::before {
  content: "\f3d8";
}

.bi-folder2::before {
  content: "\f3d9";
}

.bi-fonts::before {
  content: "\f3da";
}

.bi-forward-fill::before {
  content: "\f3db";
}

.bi-forward::before {
  content: "\f3dc";
}

.bi-front::before {
  content: "\f3dd";
}

.bi-fullscreen-exit::before {
  content: "\f3de";
}

.bi-fullscreen::before {
  content: "\f3df";
}

.bi-funnel-fill::before {
  content: "\f3e0";
}

.bi-funnel::before {
  content: "\f3e1";
}

.bi-gear-fill::before {
  content: "\f3e2";
}

.bi-gear-wide-connected::before {
  content: "\f3e3";
}

.bi-gear-wide::before {
  content: "\f3e4";
}

.bi-gear::before {
  content: "\f3e5";
}

.bi-gem::before {
  content: "\f3e6";
}

.bi-geo-alt-fill::before {
  content: "\f3e7";
}

.bi-geo-alt::before {
  content: "\f3e8";
}

.bi-geo-fill::before {
  content: "\f3e9";
}

.bi-geo::before {
  content: "\f3ea";
}

.bi-gift-fill::before {
  content: "\f3eb";
}

.bi-gift::before {
  content: "\f3ec";
}

.bi-github::before {
  content: "\f3ed";
}

.bi-globe::before {
  content: "\f3ee";
}

.bi-globe2::before {
  content: "\f3ef";
}

.bi-google::before {
  content: "\f3f0";
}

.bi-graph-down::before {
  content: "\f3f1";
}

.bi-graph-up::before {
  content: "\f3f2";
}

.bi-grid-1x2-fill::before {
  content: "\f3f3";
}

.bi-grid-1x2::before {
  content: "\f3f4";
}

.bi-grid-3x2-gap-fill::before {
  content: "\f3f5";
}

.bi-grid-3x2-gap::before {
  content: "\f3f6";
}

.bi-grid-3x2::before {
  content: "\f3f7";
}

.bi-grid-3x3-gap-fill::before {
  content: "\f3f8";
}

.bi-grid-3x3-gap::before {
  content: "\f3f9";
}

.bi-grid-3x3::before {
  content: "\f3fa";
}

.bi-grid-fill::before {
  content: "\f3fb";
}

.bi-grid::before {
  content: "\f3fc";
}

.bi-grip-horizontal::before {
  content: "\f3fd";
}

.bi-grip-vertical::before {
  content: "\f3fe";
}

.bi-hammer::before {
  content: "\f3ff";
}

.bi-hand-index-fill::before {
  content: "\f400";
}

.bi-hand-index-thumb-fill::before {
  content: "\f401";
}

.bi-hand-index-thumb::before {
  content: "\f402";
}

.bi-hand-index::before {
  content: "\f403";
}

.bi-hand-thumbs-down-fill::before {
  content: "\f404";
}

.bi-hand-thumbs-down::before {
  content: "\f405";
}

.bi-hand-thumbs-up-fill::before {
  content: "\f406";
}

.bi-hand-thumbs-up::before {
  content: "\f407";
}

.bi-handbag-fill::before {
  content: "\f408";
}

.bi-handbag::before {
  content: "\f409";
}

.bi-hash::before {
  content: "\f40a";
}

.bi-hdd-fill::before {
  content: "\f40b";
}

.bi-hdd-network-fill::before {
  content: "\f40c";
}

.bi-hdd-network::before {
  content: "\f40d";
}

.bi-hdd-rack-fill::before {
  content: "\f40e";
}

.bi-hdd-rack::before {
  content: "\f40f";
}

.bi-hdd-stack-fill::before {
  content: "\f410";
}

.bi-hdd-stack::before {
  content: "\f411";
}

.bi-hdd::before {
  content: "\f412";
}

.bi-headphones::before {
  content: "\f413";
}

.bi-headset::before {
  content: "\f414";
}

.bi-heart-fill::before {
  content: "\f415";
}

.bi-heart-half::before {
  content: "\f416";
}

.bi-heart::before {
  content: "\f417";
}

.bi-heptagon-fill::before {
  content: "\f418";
}

.bi-heptagon-half::before {
  content: "\f419";
}

.bi-heptagon::before {
  content: "\f41a";
}

.bi-hexagon-fill::before {
  content: "\f41b";
}

.bi-hexagon-half::before {
  content: "\f41c";
}

.bi-hexagon::before {
  content: "\f41d";
}

.bi-hourglass-bottom::before {
  content: "\f41e";
}

.bi-hourglass-split::before {
  content: "\f41f";
}

.bi-hourglass-top::before {
  content: "\f420";
}

.bi-hourglass::before {
  content: "\f421";
}

.bi-house-door-fill::before {
  content: "\f422";
}

.bi-house-door::before {
  content: "\f423";
}

.bi-house-fill::before {
  content: "\f424";
}

.bi-house::before {
  content: "\f425";
}

.bi-hr::before {
  content: "\f426";
}

.bi-hurricane::before {
  content: "\f427";
}

.bi-image-alt::before {
  content: "\f428";
}

.bi-image-fill::before {
  content: "\f429";
}

.bi-image::before {
  content: "\f42a";
}

.bi-images::before {
  content: "\f42b";
}

.bi-inbox-fill::before {
  content: "\f42c";
}

.bi-inbox::before {
  content: "\f42d";
}

.bi-inboxes-fill::before {
  content: "\f42e";
}

.bi-inboxes::before {
  content: "\f42f";
}

.bi-info-circle-fill::before {
  content: "\f430";
}

.bi-info-circle::before {
  content: "\f431";
}

.bi-info-square-fill::before {
  content: "\f432";
}

.bi-info-square::before {
  content: "\f433";
}

.bi-info::before {
  content: "\f434";
}

.bi-input-cursor-text::before {
  content: "\f435";
}

.bi-input-cursor::before {
  content: "\f436";
}

.bi-instagram::before {
  content: "\f437";
}

.bi-intersect::before {
  content: "\f438";
}

.bi-journal-album::before {
  content: "\f439";
}

.bi-journal-arrow-down::before {
  content: "\f43a";
}

.bi-journal-arrow-up::before {
  content: "\f43b";
}

.bi-journal-bookmark-fill::before {
  content: "\f43c";
}

.bi-journal-bookmark::before {
  content: "\f43d";
}

.bi-journal-check::before {
  content: "\f43e";
}

.bi-journal-code::before {
  content: "\f43f";
}

.bi-journal-medical::before {
  content: "\f440";
}

.bi-journal-minus::before {
  content: "\f441";
}

.bi-journal-plus::before {
  content: "\f442";
}

.bi-journal-richtext::before {
  content: "\f443";
}

.bi-journal-text::before {
  content: "\f444";
}

.bi-journal-x::before {
  content: "\f445";
}

.bi-journal::before {
  content: "\f446";
}

.bi-journals::before {
  content: "\f447";
}

.bi-joystick::before {
  content: "\f448";
}

.bi-justify-left::before {
  content: "\f449";
}

.bi-justify-right::before {
  content: "\f44a";
}

.bi-justify::before {
  content: "\f44b";
}

.bi-kanban-fill::before {
  content: "\f44c";
}

.bi-kanban::before {
  content: "\f44d";
}

.bi-key-fill::before {
  content: "\f44e";
}

.bi-key::before {
  content: "\f44f";
}

.bi-keyboard-fill::before {
  content: "\f450";
}

.bi-keyboard::before {
  content: "\f451";
}

.bi-ladder::before {
  content: "\f452";
}

.bi-lamp-fill::before {
  content: "\f453";
}

.bi-lamp::before {
  content: "\f454";
}

.bi-laptop-fill::before {
  content: "\f455";
}

.bi-laptop::before {
  content: "\f456";
}

.bi-layer-backward::before {
  content: "\f457";
}

.bi-layer-forward::before {
  content: "\f458";
}

.bi-layers-fill::before {
  content: "\f459";
}

.bi-layers-half::before {
  content: "\f45a";
}

.bi-layers::before {
  content: "\f45b";
}

.bi-layout-sidebar-inset-reverse::before {
  content: "\f45c";
}

.bi-layout-sidebar-inset::before {
  content: "\f45d";
}

.bi-layout-sidebar-reverse::before {
  content: "\f45e";
}

.bi-layout-sidebar::before {
  content: "\f45f";
}

.bi-layout-split::before {
  content: "\f460";
}

.bi-layout-text-sidebar-reverse::before {
  content: "\f461";
}

.bi-layout-text-sidebar::before {
  content: "\f462";
}

.bi-layout-text-window-reverse::before {
  content: "\f463";
}

.bi-layout-text-window::before {
  content: "\f464";
}

.bi-layout-three-columns::before {
  content: "\f465";
}

.bi-layout-wtf::before {
  content: "\f466";
}

.bi-life-preserver::before {
  content: "\f467";
}

.bi-lightbulb-fill::before {
  content: "\f468";
}

.bi-lightbulb-off-fill::before {
  content: "\f469";
}

.bi-lightbulb-off::before {
  content: "\f46a";
}

.bi-lightbulb::before {
  content: "\f46b";
}

.bi-lightning-charge-fill::before {
  content: "\f46c";
}

.bi-lightning-charge::before {
  content: "\f46d";
}

.bi-lightning-fill::before {
  content: "\f46e";
}

.bi-lightning::before {
  content: "\f46f";
}

.bi-link-45deg::before {
  content: "\f470";
}

.bi-link::before {
  content: "\f471";
}

.bi-linkedin::before {
  content: "\f472";
}

.bi-list-check::before {
  content: "\f473";
}

.bi-list-nested::before {
  content: "\f474";
}

.bi-list-ol::before {
  content: "\f475";
}

.bi-list-stars::before {
  content: "\f476";
}

.bi-list-task::before {
  content: "\f477";
}

.bi-list-ul::before {
  content: "\f478";
}

.bi-list::before {
  content: "\f479";
}

.bi-lock-fill::before {
  content: "\f47a";
}

.bi-lock::before {
  content: "\f47b";
}

.bi-mailbox::before {
  content: "\f47c";
}

.bi-mailbox2::before {
  content: "\f47d";
}

.bi-map-fill::before {
  content: "\f47e";
}

.bi-map::before {
  content: "\f47f";
}

.bi-markdown-fill::before {
  content: "\f480";
}

.bi-markdown::before {
  content: "\f481";
}

.bi-mask::before {
  content: "\f482";
}

.bi-megaphone-fill::before {
  content: "\f483";
}

.bi-megaphone::before {
  content: "\f484";
}

.bi-menu-app-fill::before {
  content: "\f485";
}

.bi-menu-app::before {
  content: "\f486";
}

.bi-menu-button-fill::before {
  content: "\f487";
}

.bi-menu-button-wide-fill::before {
  content: "\f488";
}

.bi-menu-button-wide::before {
  content: "\f489";
}

.bi-menu-button::before {
  content: "\f48a";
}

.bi-menu-down::before {
  content: "\f48b";
}

.bi-menu-up::before {
  content: "\f48c";
}

.bi-mic-fill::before {
  content: "\f48d";
}

.bi-mic-mute-fill::before {
  content: "\f48e";
}

.bi-mic-mute::before {
  content: "\f48f";
}

.bi-mic::before {
  content: "\f490";
}

.bi-minecart-loaded::before {
  content: "\f491";
}

.bi-minecart::before {
  content: "\f492";
}

.bi-moisture::before {
  content: "\f493";
}

.bi-moon-fill::before {
  content: "\f494";
}

.bi-moon-stars-fill::before {
  content: "\f495";
}

.bi-moon-stars::before {
  content: "\f496";
}

.bi-moon::before {
  content: "\f497";
}

.bi-mouse-fill::before {
  content: "\f498";
}

.bi-mouse::before {
  content: "\f499";
}

.bi-mouse2-fill::before {
  content: "\f49a";
}

.bi-mouse2::before {
  content: "\f49b";
}

.bi-mouse3-fill::before {
  content: "\f49c";
}

.bi-mouse3::before {
  content: "\f49d";
}

.bi-music-note-beamed::before {
  content: "\f49e";
}

.bi-music-note-list::before {
  content: "\f49f";
}

.bi-music-note::before {
  content: "\f4a0";
}

.bi-music-player-fill::before {
  content: "\f4a1";
}

.bi-music-player::before {
  content: "\f4a2";
}

.bi-newspaper::before {
  content: "\f4a3";
}

.bi-node-minus-fill::before {
  content: "\f4a4";
}

.bi-node-minus::before {
  content: "\f4a5";
}

.bi-node-plus-fill::before {
  content: "\f4a6";
}

.bi-node-plus::before {
  content: "\f4a7";
}

.bi-nut-fill::before {
  content: "\f4a8";
}

.bi-nut::before {
  content: "\f4a9";
}

.bi-octagon-fill::before {
  content: "\f4aa";
}

.bi-octagon-half::before {
  content: "\f4ab";
}

.bi-octagon::before {
  content: "\f4ac";
}

.bi-option::before {
  content: "\f4ad";
}

.bi-outlet::before {
  content: "\f4ae";
}

.bi-paint-bucket::before {
  content: "\f4af";
}

.bi-palette-fill::before {
  content: "\f4b0";
}

.bi-palette::before {
  content: "\f4b1";
}

.bi-palette2::before {
  content: "\f4b2";
}

.bi-paperclip::before {
  content: "\f4b3";
}

.bi-paragraph::before {
  content: "\f4b4";
}

.bi-patch-check-fill::before {
  content: "\f4b5";
}

.bi-patch-check::before {
  content: "\f4b6";
}

.bi-patch-exclamation-fill::before {
  content: "\f4b7";
}

.bi-patch-exclamation::before {
  content: "\f4b8";
}

.bi-patch-minus-fill::before {
  content: "\f4b9";
}

.bi-patch-minus::before {
  content: "\f4ba";
}

.bi-patch-plus-fill::before {
  content: "\f4bb";
}

.bi-patch-plus::before {
  content: "\f4bc";
}

.bi-patch-question-fill::before {
  content: "\f4bd";
}

.bi-patch-question::before {
  content: "\f4be";
}

.bi-pause-btn-fill::before {
  content: "\f4bf";
}

.bi-pause-btn::before {
  content: "\f4c0";
}

.bi-pause-circle-fill::before {
  content: "\f4c1";
}

.bi-pause-circle::before {
  content: "\f4c2";
}

.bi-pause-fill::before {
  content: "\f4c3";
}

.bi-pause::before {
  content: "\f4c4";
}

.bi-peace-fill::before {
  content: "\f4c5";
}

.bi-peace::before {
  content: "\f4c6";
}

.bi-pen-fill::before {
  content: "\f4c7";
}

.bi-pen::before {
  content: "\f4c8";
}

.bi-pencil-fill::before {
  content: "\f4c9";
}

.bi-pencil-square::before {
  content: "\f4ca";
}

.bi-pencil::before {
  content: "\f4cb";
}

.bi-pentagon-fill::before {
  content: "\f4cc";
}

.bi-pentagon-half::before {
  content: "\f4cd";
}

.bi-pentagon::before {
  content: "\f4ce";
}

.bi-people-fill::before {
  content: "\f4cf";
}

.bi-people::before {
  content: "\f4d0";
}

.bi-percent::before {
  content: "\f4d1";
}

.bi-person-badge-fill::before {
  content: "\f4d2";
}

.bi-person-badge::before {
  content: "\f4d3";
}

.bi-person-bounding-box::before {
  content: "\f4d4";
}

.bi-person-check-fill::before {
  content: "\f4d5";
}

.bi-person-check::before {
  content: "\f4d6";
}

.bi-person-circle::before {
  content: "\f4d7";
}

.bi-person-dash-fill::before {
  content: "\f4d8";
}

.bi-person-dash::before {
  content: "\f4d9";
}

.bi-person-fill::before {
  content: "\f4da";
}

.bi-person-lines-fill::before {
  content: "\f4db";
}

.bi-person-plus-fill::before {
  content: "\f4dc";
}

.bi-person-plus::before {
  content: "\f4dd";
}

.bi-person-square::before {
  content: "\f4de";
}

.bi-person-x-fill::before {
  content: "\f4df";
}

.bi-person-x::before {
  content: "\f4e0";
}

.bi-person::before {
  content: "\f4e1";
}

.bi-phone-fill::before {
  content: "\f4e2";
}

.bi-phone-landscape-fill::before {
  content: "\f4e3";
}

.bi-phone-landscape::before {
  content: "\f4e4";
}

.bi-phone-vibrate-fill::before {
  content: "\f4e5";
}

.bi-phone-vibrate::before {
  content: "\f4e6";
}

.bi-phone::before {
  content: "\f4e7";
}

.bi-pie-chart-fill::before {
  content: "\f4e8";
}

.bi-pie-chart::before {
  content: "\f4e9";
}

.bi-pin-angle-fill::before {
  content: "\f4ea";
}

.bi-pin-angle::before {
  content: "\f4eb";
}

.bi-pin-fill::before {
  content: "\f4ec";
}

.bi-pin::before {
  content: "\f4ed";
}

.bi-pip-fill::before {
  content: "\f4ee";
}

.bi-pip::before {
  content: "\f4ef";
}

.bi-play-btn-fill::before {
  content: "\f4f0";
}

.bi-play-btn::before {
  content: "\f4f1";
}

.bi-play-circle-fill::before {
  content: "\f4f2";
}

.bi-play-circle::before {
  content: "\f4f3";
}

.bi-play-fill::before {
  content: "\f4f4";
}

.bi-play::before {
  content: "\f4f5";
}

.bi-plug-fill::before {
  content: "\f4f6";
}

.bi-plug::before {
  content: "\f4f7";
}

.bi-plus-circle-dotted::before {
  content: "\f4f8";
}

.bi-plus-circle-fill::before {
  content: "\f4f9";
}

.bi-plus-circle::before {
  content: "\f4fa";
}

.bi-plus-square-dotted::before {
  content: "\f4fb";
}

.bi-plus-square-fill::before {
  content: "\f4fc";
}

.bi-plus-square::before {
  content: "\f4fd";
}

.bi-plus::before {
  content: "\f4fe";
}

.bi-power::before {
  content: "\f4ff";
}

.bi-printer-fill::before {
  content: "\f500";
}

.bi-printer::before {
  content: "\f501";
}

.bi-puzzle-fill::before {
  content: "\f502";
}

.bi-puzzle::before {
  content: "\f503";
}

.bi-question-circle-fill::before {
  content: "\f504";
}

.bi-question-circle::before {
  content: "\f505";
}

.bi-question-diamond-fill::before {
  content: "\f506";
}

.bi-question-diamond::before {
  content: "\f507";
}

.bi-question-octagon-fill::before {
  content: "\f508";
}

.bi-question-octagon::before {
  content: "\f509";
}

.bi-question-square-fill::before {
  content: "\f50a";
}

.bi-question-square::before {
  content: "\f50b";
}

.bi-question::before {
  content: "\f50c";
}

.bi-rainbow::before {
  content: "\f50d";
}

.bi-receipt-cutoff::before {
  content: "\f50e";
}

.bi-receipt::before {
  content: "\f50f";
}

.bi-reception-0::before {
  content: "\f510";
}

.bi-reception-1::before {
  content: "\f511";
}

.bi-reception-2::before {
  content: "\f512";
}

.bi-reception-3::before {
  content: "\f513";
}

.bi-reception-4::before {
  content: "\f514";
}

.bi-record-btn-fill::before {
  content: "\f515";
}

.bi-record-btn::before {
  content: "\f516";
}

.bi-record-circle-fill::before {
  content: "\f517";
}

.bi-record-circle::before {
  content: "\f518";
}

.bi-record-fill::before {
  content: "\f519";
}

.bi-record::before {
  content: "\f51a";
}

.bi-record2-fill::before {
  content: "\f51b";
}

.bi-record2::before {
  content: "\f51c";
}

.bi-reply-all-fill::before {
  content: "\f51d";
}

.bi-reply-all::before {
  content: "\f51e";
}

.bi-reply-fill::before {
  content: "\f51f";
}

.bi-reply::before {
  content: "\f520";
}

.bi-rss-fill::before {
  content: "\f521";
}

.bi-rss::before {
  content: "\f522";
}

.bi-rulers::before {
  content: "\f523";
}

.bi-save-fill::before {
  content: "\f524";
}

.bi-save::before {
  content: "\f525";
}

.bi-save2-fill::before {
  content: "\f526";
}

.bi-save2::before {
  content: "\f527";
}

.bi-scissors::before {
  content: "\f528";
}

.bi-screwdriver::before {
  content: "\f529";
}

.bi-search::before {
  content: "\f52a";
}

.bi-segmented-nav::before {
  content: "\f52b";
}

.bi-server::before {
  content: "\f52c";
}

.bi-share-fill::before {
  content: "\f52d";
}

.bi-share::before {
  content: "\f52e";
}

.bi-shield-check::before {
  content: "\f52f";
}

.bi-shield-exclamation::before {
  content: "\f530";
}

.bi-shield-fill-check::before {
  content: "\f531";
}

.bi-shield-fill-exclamation::before {
  content: "\f532";
}

.bi-shield-fill-minus::before {
  content: "\f533";
}

.bi-shield-fill-plus::before {
  content: "\f534";
}

.bi-shield-fill-x::before {
  content: "\f535";
}

.bi-shield-fill::before {
  content: "\f536";
}

.bi-shield-lock-fill::before {
  content: "\f537";
}

.bi-shield-lock::before {
  content: "\f538";
}

.bi-shield-minus::before {
  content: "\f539";
}

.bi-shield-plus::before {
  content: "\f53a";
}

.bi-shield-shaded::before {
  content: "\f53b";
}

.bi-shield-slash-fill::before {
  content: "\f53c";
}

.bi-shield-slash::before {
  content: "\f53d";
}

.bi-shield-x::before {
  content: "\f53e";
}

.bi-shield::before {
  content: "\f53f";
}

.bi-shift-fill::before {
  content: "\f540";
}

.bi-shift::before {
  content: "\f541";
}

.bi-shop-window::before {
  content: "\f542";
}

.bi-shop::before {
  content: "\f543";
}

.bi-shuffle::before {
  content: "\f544";
}

.bi-signpost-2-fill::before {
  content: "\f545";
}

.bi-signpost-2::before {
  content: "\f546";
}

.bi-signpost-fill::before {
  content: "\f547";
}

.bi-signpost-split-fill::before {
  content: "\f548";
}

.bi-signpost-split::before {
  content: "\f549";
}

.bi-signpost::before {
  content: "\f54a";
}

.bi-sim-fill::before {
  content: "\f54b";
}

.bi-sim::before {
  content: "\f54c";
}

.bi-skip-backward-btn-fill::before {
  content: "\f54d";
}

.bi-skip-backward-btn::before {
  content: "\f54e";
}

.bi-skip-backward-circle-fill::before {
  content: "\f54f";
}

.bi-skip-backward-circle::before {
  content: "\f550";
}

.bi-skip-backward-fill::before {
  content: "\f551";
}

.bi-skip-backward::before {
  content: "\f552";
}

.bi-skip-end-btn-fill::before {
  content: "\f553";
}

.bi-skip-end-btn::before {
  content: "\f554";
}

.bi-skip-end-circle-fill::before {
  content: "\f555";
}

.bi-skip-end-circle::before {
  content: "\f556";
}

.bi-skip-end-fill::before {
  content: "\f557";
}

.bi-skip-end::before {
  content: "\f558";
}

.bi-skip-forward-btn-fill::before {
  content: "\f559";
}

.bi-skip-forward-btn::before {
  content: "\f55a";
}

.bi-skip-forward-circle-fill::before {
  content: "\f55b";
}

.bi-skip-forward-circle::before {
  content: "\f55c";
}

.bi-skip-forward-fill::before {
  content: "\f55d";
}

.bi-skip-forward::before {
  content: "\f55e";
}

.bi-skip-start-btn-fill::before {
  content: "\f55f";
}

.bi-skip-start-btn::before {
  content: "\f560";
}

.bi-skip-start-circle-fill::before {
  content: "\f561";
}

.bi-skip-start-circle::before {
  content: "\f562";
}

.bi-skip-start-fill::before {
  content: "\f563";
}

.bi-skip-start::before {
  content: "\f564";
}

.bi-slack::before {
  content: "\f565";
}

.bi-slash-circle-fill::before {
  content: "\f566";
}

.bi-slash-circle::before {
  content: "\f567";
}

.bi-slash-square-fill::before {
  content: "\f568";
}

.bi-slash-square::before {
  content: "\f569";
}

.bi-slash::before {
  content: "\f56a";
}

.bi-sliders::before {
  content: "\f56b";
}

.bi-smartwatch::before {
  content: "\f56c";
}

.bi-snow::before {
  content: "\f56d";
}

.bi-snow2::before {
  content: "\f56e";
}

.bi-snow3::before {
  content: "\f56f";
}

.bi-sort-alpha-down-alt::before {
  content: "\f570";
}

.bi-sort-alpha-down::before {
  content: "\f571";
}

.bi-sort-alpha-up-alt::before {
  content: "\f572";
}

.bi-sort-alpha-up::before {
  content: "\f573";
}

.bi-sort-down-alt::before {
  content: "\f574";
}

.bi-sort-down::before {
  content: "\f575";
}

.bi-sort-numeric-down-alt::before {
  content: "\f576";
}

.bi-sort-numeric-down::before {
  content: "\f577";
}

.bi-sort-numeric-up-alt::before {
  content: "\f578";
}

.bi-sort-numeric-up::before {
  content: "\f579";
}

.bi-sort-up-alt::before {
  content: "\f57a";
}

.bi-sort-up::before {
  content: "\f57b";
}

.bi-soundwave::before {
  content: "\f57c";
}

.bi-speaker-fill::before {
  content: "\f57d";
}

.bi-speaker::before {
  content: "\f57e";
}

.bi-speedometer::before {
  content: "\f57f";
}

.bi-speedometer2::before {
  content: "\f580";
}

.bi-spellcheck::before {
  content: "\f581";
}

.bi-square-fill::before {
  content: "\f582";
}

.bi-square-half::before {
  content: "\f583";
}

.bi-square::before {
  content: "\f584";
}

.bi-stack::before {
  content: "\f585";
}

.bi-star-fill::before {
  content: "\f586";
}

.bi-star-half::before {
  content: "\f587";
}

.bi-star::before {
  content: "\f588";
}

.bi-stars::before {
  content: "\f589";
}

.bi-stickies-fill::before {
  content: "\f58a";
}

.bi-stickies::before {
  content: "\f58b";
}

.bi-sticky-fill::before {
  content: "\f58c";
}

.bi-sticky::before {
  content: "\f58d";
}

.bi-stop-btn-fill::before {
  content: "\f58e";
}

.bi-stop-btn::before {
  content: "\f58f";
}

.bi-stop-circle-fill::before {
  content: "\f590";
}

.bi-stop-circle::before {
  content: "\f591";
}

.bi-stop-fill::before {
  content: "\f592";
}

.bi-stop::before {
  content: "\f593";
}

.bi-stoplights-fill::before {
  content: "\f594";
}

.bi-stoplights::before {
  content: "\f595";
}

.bi-stopwatch-fill::before {
  content: "\f596";
}

.bi-stopwatch::before {
  content: "\f597";
}

.bi-subtract::before {
  content: "\f598";
}

.bi-suit-club-fill::before {
  content: "\f599";
}

.bi-suit-club::before {
  content: "\f59a";
}

.bi-suit-diamond-fill::before {
  content: "\f59b";
}

.bi-suit-diamond::before {
  content: "\f59c";
}

.bi-suit-heart-fill::before {
  content: "\f59d";
}

.bi-suit-heart::before {
  content: "\f59e";
}

.bi-suit-spade-fill::before {
  content: "\f59f";
}

.bi-suit-spade::before {
  content: "\f5a0";
}

.bi-sun-fill::before {
  content: "\f5a1";
}

.bi-sun::before {
  content: "\f5a2";
}

.bi-sunglasses::before {
  content: "\f5a3";
}

.bi-sunrise-fill::before {
  content: "\f5a4";
}

.bi-sunrise::before {
  content: "\f5a5";
}

.bi-sunset-fill::before {
  content: "\f5a6";
}

.bi-sunset::before {
  content: "\f5a7";
}

.bi-symmetry-horizontal::before {
  content: "\f5a8";
}

.bi-symmetry-vertical::before {
  content: "\f5a9";
}

.bi-table::before {
  content: "\f5aa";
}

.bi-tablet-fill::before {
  content: "\f5ab";
}

.bi-tablet-landscape-fill::before {
  content: "\f5ac";
}

.bi-tablet-landscape::before {
  content: "\f5ad";
}

.bi-tablet::before {
  content: "\f5ae";
}

.bi-tag-fill::before {
  content: "\f5af";
}

.bi-tag::before {
  content: "\f5b0";
}

.bi-tags-fill::before {
  content: "\f5b1";
}

.bi-tags::before {
  content: "\f5b2";
}

.bi-telegram::before {
  content: "\f5b3";
}

.bi-telephone-fill::before {
  content: "\f5b4";
}

.bi-telephone-forward-fill::before {
  content: "\f5b5";
}

.bi-telephone-forward::before {
  content: "\f5b6";
}

.bi-telephone-inbound-fill::before {
  content: "\f5b7";
}

.bi-telephone-inbound::before {
  content: "\f5b8";
}

.bi-telephone-minus-fill::before {
  content: "\f5b9";
}

.bi-telephone-minus::before {
  content: "\f5ba";
}

.bi-telephone-outbound-fill::before {
  content: "\f5bb";
}

.bi-telephone-outbound::before {
  content: "\f5bc";
}

.bi-telephone-plus-fill::before {
  content: "\f5bd";
}

.bi-telephone-plus::before {
  content: "\f5be";
}

.bi-telephone-x-fill::before {
  content: "\f5bf";
}

.bi-telephone-x::before {
  content: "\f5c0";
}

.bi-telephone::before {
  content: "\f5c1";
}

.bi-terminal-fill::before {
  content: "\f5c2";
}

.bi-terminal::before {
  content: "\f5c3";
}

.bi-text-center::before {
  content: "\f5c4";
}

.bi-text-indent-left::before {
  content: "\f5c5";
}

.bi-text-indent-right::before {
  content: "\f5c6";
}

.bi-text-left::before {
  content: "\f5c7";
}

.bi-text-paragraph::before {
  content: "\f5c8";
}

.bi-text-right::before {
  content: "\f5c9";
}

.bi-textarea-resize::before {
  content: "\f5ca";
}

.bi-textarea-t::before {
  content: "\f5cb";
}

.bi-textarea::before {
  content: "\f5cc";
}

.bi-thermometer-half::before {
  content: "\f5cd";
}

.bi-thermometer-high::before {
  content: "\f5ce";
}

.bi-thermometer-low::before {
  content: "\f5cf";
}

.bi-thermometer-snow::before {
  content: "\f5d0";
}

.bi-thermometer-sun::before {
  content: "\f5d1";
}

.bi-thermometer::before {
  content: "\f5d2";
}

.bi-three-dots-vertical::before {
  content: "\f5d3";
}

.bi-three-dots::before {
  content: "\f5d4";
}

.bi-toggle-off::before {
  content: "\f5d5";
}

.bi-toggle-on::before {
  content: "\f5d6";
}

.bi-toggle2-off::before {
  content: "\f5d7";
}

.bi-toggle2-on::before {
  content: "\f5d8";
}

.bi-toggles::before {
  content: "\f5d9";
}

.bi-toggles2::before {
  content: "\f5da";
}

.bi-tools::before {
  content: "\f5db";
}

.bi-tornado::before {
  content: "\f5dc";
}

.bi-trash-fill::before {
  content: "\f5dd";
}

.bi-trash::before {
  content: "\f5de";
}

.bi-trash2-fill::before {
  content: "\f5df";
}

.bi-trash2::before {
  content: "\f5e0";
}

.bi-tree-fill::before {
  content: "\f5e1";
}

.bi-tree::before {
  content: "\f5e2";
}

.bi-triangle-fill::before {
  content: "\f5e3";
}

.bi-triangle-half::before {
  content: "\f5e4";
}

.bi-triangle::before {
  content: "\f5e5";
}

.bi-trophy-fill::before {
  content: "\f5e6";
}

.bi-trophy::before {
  content: "\f5e7";
}

.bi-tropical-storm::before {
  content: "\f5e8";
}

.bi-truck-flatbed::before {
  content: "\f5e9";
}

.bi-truck::before {
  content: "\f5ea";
}

.bi-tsunami::before {
  content: "\f5eb";
}

.bi-tv-fill::before {
  content: "\f5ec";
}

.bi-tv::before {
  content: "\f5ed";
}

.bi-twitch::before {
  content: "\f5ee";
}

.bi-twitter::before {
  content: "\f5ef";
}

.bi-type-bold::before {
  content: "\f5f0";
}

.bi-type-h1::before {
  content: "\f5f1";
}

.bi-type-h2::before {
  content: "\f5f2";
}

.bi-type-h3::before {
  content: "\f5f3";
}

.bi-type-italic::before {
  content: "\f5f4";
}

.bi-type-strikethrough::before {
  content: "\f5f5";
}

.bi-type-underline::before {
  content: "\f5f6";
}

.bi-type::before {
  content: "\f5f7";
}

.bi-ui-checks-grid::before {
  content: "\f5f8";
}

.bi-ui-checks::before {
  content: "\f5f9";
}

.bi-ui-radios-grid::before {
  content: "\f5fa";
}

.bi-ui-radios::before {
  content: "\f5fb";
}

.bi-umbrella-fill::before {
  content: "\f5fc";
}

.bi-umbrella::before {
  content: "\f5fd";
}

.bi-union::before {
  content: "\f5fe";
}

.bi-unlock-fill::before {
  content: "\f5ff";
}

.bi-unlock::before {
  content: "\f600";
}

.bi-upc-scan::before {
  content: "\f601";
}

.bi-upc::before {
  content: "\f602";
}

.bi-upload::before {
  content: "\f603";
}

.bi-vector-pen::before {
  content: "\f604";
}

.bi-view-list::before {
  content: "\f605";
}

.bi-view-stacked::before {
  content: "\f606";
}

.bi-vinyl-fill::before {
  content: "\f607";
}

.bi-vinyl::before {
  content: "\f608";
}

.bi-voicemail::before {
  content: "\f609";
}

.bi-volume-down-fill::before {
  content: "\f60a";
}

.bi-volume-down::before {
  content: "\f60b";
}

.bi-volume-mute-fill::before {
  content: "\f60c";
}

.bi-volume-mute::before {
  content: "\f60d";
}

.bi-volume-off-fill::before {
  content: "\f60e";
}

.bi-volume-off::before {
  content: "\f60f";
}

.bi-volume-up-fill::before {
  content: "\f610";
}

.bi-volume-up::before {
  content: "\f611";
}

.bi-vr::before {
  content: "\f612";
}

.bi-wallet-fill::before {
  content: "\f613";
}

.bi-wallet::before {
  content: "\f614";
}

.bi-wallet2::before {
  content: "\f615";
}

.bi-watch::before {
  content: "\f616";
}

.bi-water::before {
  content: "\f617";
}

.bi-whatsapp::before {
  content: "\f618";
}

.bi-wifi-1::before {
  content: "\f619";
}

.bi-wifi-2::before {
  content: "\f61a";
}

.bi-wifi-off::before {
  content: "\f61b";
}

.bi-wifi::before {
  content: "\f61c";
}

.bi-wind::before {
  content: "\f61d";
}

.bi-window-dock::before {
  content: "\f61e";
}

.bi-window-sidebar::before {
  content: "\f61f";
}

.bi-window::before {
  content: "\f620";
}

.bi-wrench::before {
  content: "\f621";
}

.bi-x-circle-fill::before {
  content: "\f622";
}

.bi-x-circle::before {
  content: "\f623";
}

.bi-x-diamond-fill::before {
  content: "\f624";
}

.bi-x-diamond::before {
  content: "\f625";
}

.bi-x-octagon-fill::before {
  content: "\f626";
}

.bi-x-octagon::before {
  content: "\f627";
}

.bi-x-square-fill::before {
  content: "\f628";
}

.bi-x-square::before {
  content: "\f629";
}

.bi-x::before {
  content: "\f62a";
}

.bi-youtube::before {
  content: "\f62b";
}

.bi-zoom-in::before {
  content: "\f62c";
}

.bi-zoom-out::before {
  content: "\f62d";
}

.bi-bank::before {
  content: "\f62e";
}

.bi-bank2::before {
  content: "\f62f";
}

.bi-bell-slash-fill::before {
  content: "\f630";
}

.bi-bell-slash::before {
  content: "\f631";
}

.bi-cash-coin::before {
  content: "\f632";
}

.bi-check-lg::before {
  content: "\f633";
}

.bi-coin::before {
  content: "\f634";
}

.bi-currency-bitcoin::before {
  content: "\f635";
}

.bi-currency-dollar::before {
  content: "\f636";
}

.bi-currency-euro::before {
  content: "\f637";
}

.bi-currency-exchange::before {
  content: "\f638";
}

.bi-currency-pound::before {
  content: "\f639";
}

.bi-currency-yen::before {
  content: "\f63a";
}

.bi-dash-lg::before {
  content: "\f63b";
}

.bi-exclamation-lg::before {
  content: "\f63c";
}

.bi-file-earmark-pdf-fill::before {
  content: "\f63d";
}

.bi-file-earmark-pdf::before {
  content: "\f63e";
}

.bi-file-pdf-fill::before {
  content: "\f63f";
}

.bi-file-pdf::before {
  content: "\f640";
}

.bi-gender-ambiguous::before {
  content: "\f641";
}

.bi-gender-female::before {
  content: "\f642";
}

.bi-gender-male::before {
  content: "\f643";
}

.bi-gender-trans::before {
  content: "\f644";
}

.bi-headset-vr::before {
  content: "\f645";
}

.bi-info-lg::before {
  content: "\f646";
}

.bi-mastodon::before {
  content: "\f647";
}

.bi-messenger::before {
  content: "\f648";
}

.bi-piggy-bank-fill::before {
  content: "\f649";
}

.bi-piggy-bank::before {
  content: "\f64a";
}

.bi-pin-map-fill::before {
  content: "\f64b";
}

.bi-pin-map::before {
  content: "\f64c";
}

.bi-plus-lg::before {
  content: "\f64d";
}

.bi-question-lg::before {
  content: "\f64e";
}

.bi-recycle::before {
  content: "\f64f";
}

.bi-reddit::before {
  content: "\f650";
}

.bi-safe-fill::before {
  content: "\f651";
}

.bi-safe2-fill::before {
  content: "\f652";
}

.bi-safe2::before {
  content: "\f653";
}

.bi-sd-card-fill::before {
  content: "\f654";
}

.bi-sd-card::before {
  content: "\f655";
}

.bi-skype::before {
  content: "\f656";
}

.bi-slash-lg::before {
  content: "\f657";
}

.bi-translate::before {
  content: "\f658";
}

.bi-x-lg::before {
  content: "\f659";
}

.bi-safe::before {
  content: "\f65a";
}

.bi-apple::before {
  content: "\f65b";
}

.bi-microsoft::before {
  content: "\f65d";
}

.bi-windows::before {
  content: "\f65e";
}

.bi-behance::before {
  content: "\f65c";
}

.bi-dribbble::before {
  content: "\f65f";
}

.bi-line::before {
  content: "\f660";
}

.bi-medium::before {
  content: "\f661";
}

.bi-paypal::before {
  content: "\f662";
}

.bi-pinterest::before {
  content: "\f663";
}

.bi-signal::before {
  content: "\f664";
}

.bi-snapchat::before {
  content: "\f665";
}

.bi-spotify::before {
  content: "\f666";
}

.bi-stack-overflow::before {
  content: "\f667";
}

.bi-strava::before {
  content: "\f668";
}

.bi-wordpress::before {
  content: "\f669";
}

.bi-vimeo::before {
  content: "\f66a";
}

.bi-activity::before {
  content: "\f66b";
}

.bi-easel2-fill::before {
  content: "\f66c";
}

.bi-easel2::before {
  content: "\f66d";
}

.bi-easel3-fill::before {
  content: "\f66e";
}

.bi-easel3::before {
  content: "\f66f";
}

.bi-fan::before {
  content: "\f670";
}

.bi-fingerprint::before {
  content: "\f671";
}

.bi-graph-down-arrow::before {
  content: "\f672";
}

.bi-graph-up-arrow::before {
  content: "\f673";
}

.bi-hypnotize::before {
  content: "\f674";
}

.bi-magic::before {
  content: "\f675";
}

.bi-person-rolodex::before {
  content: "\f676";
}

.bi-person-video::before {
  content: "\f677";
}

.bi-person-video2::before {
  content: "\f678";
}

.bi-person-video3::before {
  content: "\f679";
}

.bi-person-workspace::before {
  content: "\f67a";
}

.bi-radioactive::before {
  content: "\f67b";
}

.bi-webcam-fill::before {
  content: "\f67c";
}

.bi-webcam::before {
  content: "\f67d";
}

.bi-yin-yang::before {
  content: "\f67e";
}

.bi-bandaid-fill::before {
  content: "\f680";
}

.bi-bandaid::before {
  content: "\f681";
}

.bi-bluetooth::before {
  content: "\f682";
}

.bi-body-text::before {
  content: "\f683";
}

.bi-boombox::before {
  content: "\f684";
}

.bi-boxes::before {
  content: "\f685";
}

.bi-dpad-fill::before {
  content: "\f686";
}

.bi-dpad::before {
  content: "\f687";
}

.bi-ear-fill::before {
  content: "\f688";
}

.bi-ear::before {
  content: "\f689";
}

.bi-envelope-check-fill::before {
  content: "\f68b";
}

.bi-envelope-check::before {
  content: "\f68c";
}

.bi-envelope-dash-fill::before {
  content: "\f68e";
}

.bi-envelope-dash::before {
  content: "\f68f";
}

.bi-envelope-exclamation-fill::before {
  content: "\f691";
}

.bi-envelope-exclamation::before {
  content: "\f692";
}

.bi-envelope-plus-fill::before {
  content: "\f693";
}

.bi-envelope-plus::before {
  content: "\f694";
}

.bi-envelope-slash-fill::before {
  content: "\f696";
}

.bi-envelope-slash::before {
  content: "\f697";
}

.bi-envelope-x-fill::before {
  content: "\f699";
}

.bi-envelope-x::before {
  content: "\f69a";
}

.bi-explicit-fill::before {
  content: "\f69b";
}

.bi-explicit::before {
  content: "\f69c";
}

.bi-git::before {
  content: "\f69d";
}

.bi-infinity::before {
  content: "\f69e";
}

.bi-list-columns-reverse::before {
  content: "\f69f";
}

.bi-list-columns::before {
  content: "\f6a0";
}

.bi-meta::before {
  content: "\f6a1";
}

.bi-nintendo-switch::before {
  content: "\f6a4";
}

.bi-pc-display-horizontal::before {
  content: "\f6a5";
}

.bi-pc-display::before {
  content: "\f6a6";
}

.bi-pc-horizontal::before {
  content: "\f6a7";
}

.bi-pc::before {
  content: "\f6a8";
}

.bi-playstation::before {
  content: "\f6a9";
}

.bi-plus-slash-minus::before {
  content: "\f6aa";
}

.bi-projector-fill::before {
  content: "\f6ab";
}

.bi-projector::before {
  content: "\f6ac";
}

.bi-qr-code-scan::before {
  content: "\f6ad";
}

.bi-qr-code::before {
  content: "\f6ae";
}

.bi-quora::before {
  content: "\f6af";
}

.bi-quote::before {
  content: "\f6b0";
}

.bi-robot::before {
  content: "\f6b1";
}

.bi-send-check-fill::before {
  content: "\f6b2";
}

.bi-send-check::before {
  content: "\f6b3";
}

.bi-send-dash-fill::before {
  content: "\f6b4";
}

.bi-send-dash::before {
  content: "\f6b5";
}

.bi-send-exclamation-fill::before {
  content: "\f6b7";
}

.bi-send-exclamation::before {
  content: "\f6b8";
}

.bi-send-fill::before {
  content: "\f6b9";
}

.bi-send-plus-fill::before {
  content: "\f6ba";
}

.bi-send-plus::before {
  content: "\f6bb";
}

.bi-send-slash-fill::before {
  content: "\f6bc";
}

.bi-send-slash::before {
  content: "\f6bd";
}

.bi-send-x-fill::before {
  content: "\f6be";
}

.bi-send-x::before {
  content: "\f6bf";
}

.bi-send::before {
  content: "\f6c0";
}

.bi-steam::before {
  content: "\f6c1";
}

.bi-terminal-dash::before {
  content: "\f6c3";
}

.bi-terminal-plus::before {
  content: "\f6c4";
}

.bi-terminal-split::before {
  content: "\f6c5";
}

.bi-ticket-detailed-fill::before {
  content: "\f6c6";
}

.bi-ticket-detailed::before {
  content: "\f6c7";
}

.bi-ticket-fill::before {
  content: "\f6c8";
}

.bi-ticket-perforated-fill::before {
  content: "\f6c9";
}

.bi-ticket-perforated::before {
  content: "\f6ca";
}

.bi-ticket::before {
  content: "\f6cb";
}

.bi-tiktok::before {
  content: "\f6cc";
}

.bi-window-dash::before {
  content: "\f6cd";
}

.bi-window-desktop::before {
  content: "\f6ce";
}

.bi-window-fullscreen::before {
  content: "\f6cf";
}

.bi-window-plus::before {
  content: "\f6d0";
}

.bi-window-split::before {
  content: "\f6d1";
}

.bi-window-stack::before {
  content: "\f6d2";
}

.bi-window-x::before {
  content: "\f6d3";
}

.bi-xbox::before {
  content: "\f6d4";
}

.bi-ethernet::before {
  content: "\f6d5";
}

.bi-hdmi-fill::before {
  content: "\f6d6";
}

.bi-hdmi::before {
  content: "\f6d7";
}

.bi-usb-c-fill::before {
  content: "\f6d8";
}

.bi-usb-c::before {
  content: "\f6d9";
}

.bi-usb-fill::before {
  content: "\f6da";
}

.bi-usb-plug-fill::before {
  content: "\f6db";
}

.bi-usb-plug::before {
  content: "\f6dc";
}

.bi-usb-symbol::before {
  content: "\f6dd";
}

.bi-usb::before {
  content: "\f6de";
}

.bi-boombox-fill::before {
  content: "\f6df";
}

.bi-displayport::before {
  content: "\f6e1";
}

.bi-gpu-card::before {
  content: "\f6e2";
}

.bi-memory::before {
  content: "\f6e3";
}

.bi-modem-fill::before {
  content: "\f6e4";
}

.bi-modem::before {
  content: "\f6e5";
}

.bi-motherboard-fill::before {
  content: "\f6e6";
}

.bi-motherboard::before {
  content: "\f6e7";
}

.bi-optical-audio-fill::before {
  content: "\f6e8";
}

.bi-optical-audio::before {
  content: "\f6e9";
}

.bi-pci-card::before {
  content: "\f6ea";
}

.bi-router-fill::before {
  content: "\f6eb";
}

.bi-router::before {
  content: "\f6ec";
}

.bi-thunderbolt-fill::before {
  content: "\f6ef";
}

.bi-thunderbolt::before {
  content: "\f6f0";
}

.bi-usb-drive-fill::before {
  content: "\f6f1";
}

.bi-usb-drive::before {
  content: "\f6f2";
}

.bi-usb-micro-fill::before {
  content: "\f6f3";
}

.bi-usb-micro::before {
  content: "\f6f4";
}

.bi-usb-mini-fill::before {
  content: "\f6f5";
}

.bi-usb-mini::before {
  content: "\f6f6";
}

.bi-cloud-haze2::before {
  content: "\f6f7";
}

.bi-device-hdd-fill::before {
  content: "\f6f8";
}

.bi-device-hdd::before {
  content: "\f6f9";
}

.bi-device-ssd-fill::before {
  content: "\f6fa";
}

.bi-device-ssd::before {
  content: "\f6fb";
}

.bi-displayport-fill::before {
  content: "\f6fc";
}

.bi-mortarboard-fill::before {
  content: "\f6fd";
}

.bi-mortarboard::before {
  content: "\f6fe";
}

.bi-terminal-x::before {
  content: "\f6ff";
}

.bi-arrow-through-heart-fill::before {
  content: "\f700";
}

.bi-arrow-through-heart::before {
  content: "\f701";
}

.bi-badge-sd-fill::before {
  content: "\f702";
}

.bi-badge-sd::before {
  content: "\f703";
}

.bi-bag-heart-fill::before {
  content: "\f704";
}

.bi-bag-heart::before {
  content: "\f705";
}

.bi-balloon-fill::before {
  content: "\f706";
}

.bi-balloon-heart-fill::before {
  content: "\f707";
}

.bi-balloon-heart::before {
  content: "\f708";
}

.bi-balloon::before {
  content: "\f709";
}

.bi-box2-fill::before {
  content: "\f70a";
}

.bi-box2-heart-fill::before {
  content: "\f70b";
}

.bi-box2-heart::before {
  content: "\f70c";
}

.bi-box2::before {
  content: "\f70d";
}

.bi-braces-asterisk::before {
  content: "\f70e";
}

.bi-calendar-heart-fill::before {
  content: "\f70f";
}

.bi-calendar-heart::before {
  content: "\f710";
}

.bi-calendar2-heart-fill::before {
  content: "\f711";
}

.bi-calendar2-heart::before {
  content: "\f712";
}

.bi-chat-heart-fill::before {
  content: "\f713";
}

.bi-chat-heart::before {
  content: "\f714";
}

.bi-chat-left-heart-fill::before {
  content: "\f715";
}

.bi-chat-left-heart::before {
  content: "\f716";
}

.bi-chat-right-heart-fill::before {
  content: "\f717";
}

.bi-chat-right-heart::before {
  content: "\f718";
}

.bi-chat-square-heart-fill::before {
  content: "\f719";
}

.bi-chat-square-heart::before {
  content: "\f71a";
}

.bi-clipboard-check-fill::before {
  content: "\f71b";
}

.bi-clipboard-data-fill::before {
  content: "\f71c";
}

.bi-clipboard-fill::before {
  content: "\f71d";
}

.bi-clipboard-heart-fill::before {
  content: "\f71e";
}

.bi-clipboard-heart::before {
  content: "\f71f";
}

.bi-clipboard-minus-fill::before {
  content: "\f720";
}

.bi-clipboard-plus-fill::before {
  content: "\f721";
}

.bi-clipboard-pulse::before {
  content: "\f722";
}

.bi-clipboard-x-fill::before {
  content: "\f723";
}

.bi-clipboard2-check-fill::before {
  content: "\f724";
}

.bi-clipboard2-check::before {
  content: "\f725";
}

.bi-clipboard2-data-fill::before {
  content: "\f726";
}

.bi-clipboard2-data::before {
  content: "\f727";
}

.bi-clipboard2-fill::before {
  content: "\f728";
}

.bi-clipboard2-heart-fill::before {
  content: "\f729";
}

.bi-clipboard2-heart::before {
  content: "\f72a";
}

.bi-clipboard2-minus-fill::before {
  content: "\f72b";
}

.bi-clipboard2-minus::before {
  content: "\f72c";
}

.bi-clipboard2-plus-fill::before {
  content: "\f72d";
}

.bi-clipboard2-plus::before {
  content: "\f72e";
}

.bi-clipboard2-pulse-fill::before {
  content: "\f72f";
}

.bi-clipboard2-pulse::before {
  content: "\f730";
}

.bi-clipboard2-x-fill::before {
  content: "\f731";
}

.bi-clipboard2-x::before {
  content: "\f732";
}

.bi-clipboard2::before {
  content: "\f733";
}

.bi-emoji-kiss-fill::before {
  content: "\f734";
}

.bi-emoji-kiss::before {
  content: "\f735";
}

.bi-envelope-heart-fill::before {
  content: "\f736";
}

.bi-envelope-heart::before {
  content: "\f737";
}

.bi-envelope-open-heart-fill::before {
  content: "\f738";
}

.bi-envelope-open-heart::before {
  content: "\f739";
}

.bi-envelope-paper-fill::before {
  content: "\f73a";
}

.bi-envelope-paper-heart-fill::before {
  content: "\f73b";
}

.bi-envelope-paper-heart::before {
  content: "\f73c";
}

.bi-envelope-paper::before {
  content: "\f73d";
}

.bi-filetype-aac::before {
  content: "\f73e";
}

.bi-filetype-ai::before {
  content: "\f73f";
}

.bi-filetype-bmp::before {
  content: "\f740";
}

.bi-filetype-cs::before {
  content: "\f741";
}

.bi-filetype-css::before {
  content: "\f742";
}

.bi-filetype-csv::before {
  content: "\f743";
}

.bi-filetype-doc::before {
  content: "\f744";
}

.bi-filetype-docx::before {
  content: "\f745";
}

.bi-filetype-exe::before {
  content: "\f746";
}

.bi-filetype-gif::before {
  content: "\f747";
}

.bi-filetype-heic::before {
  content: "\f748";
}

.bi-filetype-html::before {
  content: "\f749";
}

.bi-filetype-java::before {
  content: "\f74a";
}

.bi-filetype-jpg::before {
  content: "\f74b";
}

.bi-filetype-js::before {
  content: "\f74c";
}

.bi-filetype-jsx::before {
  content: "\f74d";
}

.bi-filetype-key::before {
  content: "\f74e";
}

.bi-filetype-m4p::before {
  content: "\f74f";
}

.bi-filetype-md::before {
  content: "\f750";
}

.bi-filetype-mdx::before {
  content: "\f751";
}

.bi-filetype-mov::before {
  content: "\f752";
}

.bi-filetype-mp3::before {
  content: "\f753";
}

.bi-filetype-mp4::before {
  content: "\f754";
}

.bi-filetype-otf::before {
  content: "\f755";
}

.bi-filetype-pdf::before {
  content: "\f756";
}

.bi-filetype-php::before {
  content: "\f757";
}

.bi-filetype-png::before {
  content: "\f758";
}

.bi-filetype-ppt::before {
  content: "\f75a";
}

.bi-filetype-psd::before {
  content: "\f75b";
}

.bi-filetype-py::before {
  content: "\f75c";
}

.bi-filetype-raw::before {
  content: "\f75d";
}

.bi-filetype-rb::before {
  content: "\f75e";
}

.bi-filetype-sass::before {
  content: "\f75f";
}

.bi-filetype-scss::before {
  content: "\f760";
}

.bi-filetype-sh::before {
  content: "\f761";
}

.bi-filetype-svg::before {
  content: "\f762";
}

.bi-filetype-tiff::before {
  content: "\f763";
}

.bi-filetype-tsx::before {
  content: "\f764";
}

.bi-filetype-ttf::before {
  content: "\f765";
}

.bi-filetype-txt::before {
  content: "\f766";
}

.bi-filetype-wav::before {
  content: "\f767";
}

.bi-filetype-woff::before {
  content: "\f768";
}

.bi-filetype-xls::before {
  content: "\f76a";
}

.bi-filetype-xml::before {
  content: "\f76b";
}

.bi-filetype-yml::before {
  content: "\f76c";
}

.bi-heart-arrow::before {
  content: "\f76d";
}

.bi-heart-pulse-fill::before {
  content: "\f76e";
}

.bi-heart-pulse::before {
  content: "\f76f";
}

.bi-heartbreak-fill::before {
  content: "\f770";
}

.bi-heartbreak::before {
  content: "\f771";
}

.bi-hearts::before {
  content: "\f772";
}

.bi-hospital-fill::before {
  content: "\f773";
}

.bi-hospital::before {
  content: "\f774";
}

.bi-house-heart-fill::before {
  content: "\f775";
}

.bi-house-heart::before {
  content: "\f776";
}

.bi-incognito::before {
  content: "\f777";
}

.bi-magnet-fill::before {
  content: "\f778";
}

.bi-magnet::before {
  content: "\f779";
}

.bi-person-heart::before {
  content: "\f77a";
}

.bi-person-hearts::before {
  content: "\f77b";
}

.bi-phone-flip::before {
  content: "\f77c";
}

.bi-plugin::before {
  content: "\f77d";
}

.bi-postage-fill::before {
  content: "\f77e";
}

.bi-postage-heart-fill::before {
  content: "\f77f";
}

.bi-postage-heart::before {
  content: "\f780";
}

.bi-postage::before {
  content: "\f781";
}

.bi-postcard-fill::before {
  content: "\f782";
}

.bi-postcard-heart-fill::before {
  content: "\f783";
}

.bi-postcard-heart::before {
  content: "\f784";
}

.bi-postcard::before {
  content: "\f785";
}

.bi-search-heart-fill::before {
  content: "\f786";
}

.bi-search-heart::before {
  content: "\f787";
}

.bi-sliders2-vertical::before {
  content: "\f788";
}

.bi-sliders2::before {
  content: "\f789";
}

.bi-trash3-fill::before {
  content: "\f78a";
}

.bi-trash3::before {
  content: "\f78b";
}

.bi-valentine::before {
  content: "\f78c";
}

.bi-valentine2::before {
  content: "\f78d";
}

.bi-wrench-adjustable-circle-fill::before {
  content: "\f78e";
}

.bi-wrench-adjustable-circle::before {
  content: "\f78f";
}

.bi-wrench-adjustable::before {
  content: "\f790";
}

.bi-filetype-json::before {
  content: "\f791";
}

.bi-filetype-pptx::before {
  content: "\f792";
}

.bi-filetype-xlsx::before {
  content: "\f793";
}

.bi-1-circle-fill::before {
  content: "\f796";
}

.bi-1-circle::before {
  content: "\f797";
}

.bi-1-square-fill::before {
  content: "\f798";
}

.bi-1-square::before {
  content: "\f799";
}

.bi-2-circle-fill::before {
  content: "\f79c";
}

.bi-2-circle::before {
  content: "\f79d";
}

.bi-2-square-fill::before {
  content: "\f79e";
}

.bi-2-square::before {
  content: "\f79f";
}

.bi-3-circle-fill::before {
  content: "\f7a2";
}

.bi-3-circle::before {
  content: "\f7a3";
}

.bi-3-square-fill::before {
  content: "\f7a4";
}

.bi-3-square::before {
  content: "\f7a5";
}

.bi-4-circle-fill::before {
  content: "\f7a8";
}

.bi-4-circle::before {
  content: "\f7a9";
}

.bi-4-square-fill::before {
  content: "\f7aa";
}

.bi-4-square::before {
  content: "\f7ab";
}

.bi-5-circle-fill::before {
  content: "\f7ae";
}

.bi-5-circle::before {
  content: "\f7af";
}

.bi-5-square-fill::before {
  content: "\f7b0";
}

.bi-5-square::before {
  content: "\f7b1";
}

.bi-6-circle-fill::before {
  content: "\f7b4";
}

.bi-6-circle::before {
  content: "\f7b5";
}

.bi-6-square-fill::before {
  content: "\f7b6";
}

.bi-6-square::before {
  content: "\f7b7";
}

.bi-7-circle-fill::before {
  content: "\f7ba";
}

.bi-7-circle::before {
  content: "\f7bb";
}

.bi-7-square-fill::before {
  content: "\f7bc";
}

.bi-7-square::before {
  content: "\f7bd";
}

.bi-8-circle-fill::before {
  content: "\f7c0";
}

.bi-8-circle::before {
  content: "\f7c1";
}

.bi-8-square-fill::before {
  content: "\f7c2";
}

.bi-8-square::before {
  content: "\f7c3";
}

.bi-9-circle-fill::before {
  content: "\f7c6";
}

.bi-9-circle::before {
  content: "\f7c7";
}

.bi-9-square-fill::before {
  content: "\f7c8";
}

.bi-9-square::before {
  content: "\f7c9";
}

.bi-airplane-engines-fill::before {
  content: "\f7ca";
}

.bi-airplane-engines::before {
  content: "\f7cb";
}

.bi-airplane-fill::before {
  content: "\f7cc";
}

.bi-airplane::before {
  content: "\f7cd";
}

.bi-alexa::before {
  content: "\f7ce";
}

.bi-alipay::before {
  content: "\f7cf";
}

.bi-android::before {
  content: "\f7d0";
}

.bi-android2::before {
  content: "\f7d1";
}

.bi-box-fill::before {
  content: "\f7d2";
}

.bi-box-seam-fill::before {
  content: "\f7d3";
}

.bi-browser-chrome::before {
  content: "\f7d4";
}

.bi-browser-edge::before {
  content: "\f7d5";
}

.bi-browser-firefox::before {
  content: "\f7d6";
}

.bi-browser-safari::before {
  content: "\f7d7";
}

.bi-c-circle-fill::before {
  content: "\f7da";
}

.bi-c-circle::before {
  content: "\f7db";
}

.bi-c-square-fill::before {
  content: "\f7dc";
}

.bi-c-square::before {
  content: "\f7dd";
}

.bi-capsule-pill::before {
  content: "\f7de";
}

.bi-capsule::before {
  content: "\f7df";
}

.bi-car-front-fill::before {
  content: "\f7e0";
}

.bi-car-front::before {
  content: "\f7e1";
}

.bi-cassette-fill::before {
  content: "\f7e2";
}

.bi-cassette::before {
  content: "\f7e3";
}

.bi-cc-circle-fill::before {
  content: "\f7e6";
}

.bi-cc-circle::before {
  content: "\f7e7";
}

.bi-cc-square-fill::before {
  content: "\f7e8";
}

.bi-cc-square::before {
  content: "\f7e9";
}

.bi-cup-hot-fill::before {
  content: "\f7ea";
}

.bi-cup-hot::before {
  content: "\f7eb";
}

.bi-currency-rupee::before {
  content: "\f7ec";
}

.bi-dropbox::before {
  content: "\f7ed";
}

.bi-escape::before {
  content: "\f7ee";
}

.bi-fast-forward-btn-fill::before {
  content: "\f7ef";
}

.bi-fast-forward-btn::before {
  content: "\f7f0";
}

.bi-fast-forward-circle-fill::before {
  content: "\f7f1";
}

.bi-fast-forward-circle::before {
  content: "\f7f2";
}

.bi-fast-forward-fill::before {
  content: "\f7f3";
}

.bi-fast-forward::before {
  content: "\f7f4";
}

.bi-filetype-sql::before {
  content: "\f7f5";
}

.bi-fire::before {
  content: "\f7f6";
}

.bi-google-play::before {
  content: "\f7f7";
}

.bi-h-circle-fill::before {
  content: "\f7fa";
}

.bi-h-circle::before {
  content: "\f7fb";
}

.bi-h-square-fill::before {
  content: "\f7fc";
}

.bi-h-square::before {
  content: "\f7fd";
}

.bi-indent::before {
  content: "\f7fe";
}

.bi-lungs-fill::before {
  content: "\f7ff";
}

.bi-lungs::before {
  content: "\f800";
}

.bi-microsoft-teams::before {
  content: "\f801";
}

.bi-p-circle-fill::before {
  content: "\f804";
}

.bi-p-circle::before {
  content: "\f805";
}

.bi-p-square-fill::before {
  content: "\f806";
}

.bi-p-square::before {
  content: "\f807";
}

.bi-pass-fill::before {
  content: "\f808";
}

.bi-pass::before {
  content: "\f809";
}

.bi-prescription::before {
  content: "\f80a";
}

.bi-prescription2::before {
  content: "\f80b";
}

.bi-r-circle-fill::before {
  content: "\f80e";
}

.bi-r-circle::before {
  content: "\f80f";
}

.bi-r-square-fill::before {
  content: "\f810";
}

.bi-r-square::before {
  content: "\f811";
}

.bi-repeat-1::before {
  content: "\f812";
}

.bi-repeat::before {
  content: "\f813";
}

.bi-rewind-btn-fill::before {
  content: "\f814";
}

.bi-rewind-btn::before {
  content: "\f815";
}

.bi-rewind-circle-fill::before {
  content: "\f816";
}

.bi-rewind-circle::before {
  content: "\f817";
}

.bi-rewind-fill::before {
  content: "\f818";
}

.bi-rewind::before {
  content: "\f819";
}

.bi-train-freight-front-fill::before {
  content: "\f81a";
}

.bi-train-freight-front::before {
  content: "\f81b";
}

.bi-train-front-fill::before {
  content: "\f81c";
}

.bi-train-front::before {
  content: "\f81d";
}

.bi-train-lightrail-front-fill::before {
  content: "\f81e";
}

.bi-train-lightrail-front::before {
  content: "\f81f";
}

.bi-truck-front-fill::before {
  content: "\f820";
}

.bi-truck-front::before {
  content: "\f821";
}

.bi-ubuntu::before {
  content: "\f822";
}

.bi-unindent::before {
  content: "\f823";
}

.bi-unity::before {
  content: "\f824";
}

.bi-universal-access-circle::before {
  content: "\f825";
}

.bi-universal-access::before {
  content: "\f826";
}

.bi-virus::before {
  content: "\f827";
}

.bi-virus2::before {
  content: "\f828";
}

.bi-wechat::before {
  content: "\f829";
}

.bi-yelp::before {
  content: "\f82a";
}

.bi-sign-stop-fill::before {
  content: "\f82b";
}

.bi-sign-stop-lights-fill::before {
  content: "\f82c";
}

.bi-sign-stop-lights::before {
  content: "\f82d";
}

.bi-sign-stop::before {
  content: "\f82e";
}

.bi-sign-turn-left-fill::before {
  content: "\f82f";
}

.bi-sign-turn-left::before {
  content: "\f830";
}

.bi-sign-turn-right-fill::before {
  content: "\f831";
}

.bi-sign-turn-right::before {
  content: "\f832";
}

.bi-sign-turn-slight-left-fill::before {
  content: "\f833";
}

.bi-sign-turn-slight-left::before {
  content: "\f834";
}

.bi-sign-turn-slight-right-fill::before {
  content: "\f835";
}

.bi-sign-turn-slight-right::before {
  content: "\f836";
}

.bi-sign-yield-fill::before {
  content: "\f837";
}

.bi-sign-yield::before {
  content: "\f838";
}

.bi-ev-station-fill::before {
  content: "\f839";
}

.bi-ev-station::before {
  content: "\f83a";
}

.bi-fuel-pump-diesel-fill::before {
  content: "\f83b";
}

.bi-fuel-pump-diesel::before {
  content: "\f83c";
}

.bi-fuel-pump-fill::before {
  content: "\f83d";
}

.bi-fuel-pump::before {
  content: "\f83e";
}

.bi-0-circle-fill::before {
  content: "\f83f";
}

.bi-0-circle::before {
  content: "\f840";
}

.bi-0-square-fill::before {
  content: "\f841";
}

.bi-0-square::before {
  content: "\f842";
}

.bi-rocket-fill::before {
  content: "\f843";
}

.bi-rocket-takeoff-fill::before {
  content: "\f844";
}

.bi-rocket-takeoff::before {
  content: "\f845";
}

.bi-rocket::before {
  content: "\f846";
}

.bi-stripe::before {
  content: "\f847";
}

.bi-subscript::before {
  content: "\f848";
}

.bi-superscript::before {
  content: "\f849";
}

.bi-trello::before {
  content: "\f84a";
}

.bi-envelope-at-fill::before {
  content: "\f84b";
}

.bi-envelope-at::before {
  content: "\f84c";
}

.bi-regex::before {
  content: "\f84d";
}

.bi-text-wrap::before {
  content: "\f84e";
}

.bi-sign-dead-end-fill::before {
  content: "\f84f";
}

.bi-sign-dead-end::before {
  content: "\f850";
}

.bi-sign-do-not-enter-fill::before {
  content: "\f851";
}

.bi-sign-do-not-enter::before {
  content: "\f852";
}

.bi-sign-intersection-fill::before {
  content: "\f853";
}

.bi-sign-intersection-side-fill::before {
  content: "\f854";
}

.bi-sign-intersection-side::before {
  content: "\f855";
}

.bi-sign-intersection-t-fill::before {
  content: "\f856";
}

.bi-sign-intersection-t::before {
  content: "\f857";
}

.bi-sign-intersection-y-fill::before {
  content: "\f858";
}

.bi-sign-intersection-y::before {
  content: "\f859";
}

.bi-sign-intersection::before {
  content: "\f85a";
}

.bi-sign-merge-left-fill::before {
  content: "\f85b";
}

.bi-sign-merge-left::before {
  content: "\f85c";
}

.bi-sign-merge-right-fill::before {
  content: "\f85d";
}

.bi-sign-merge-right::before {
  content: "\f85e";
}

.bi-sign-no-left-turn-fill::before {
  content: "\f85f";
}

.bi-sign-no-left-turn::before {
  content: "\f860";
}

.bi-sign-no-parking-fill::before {
  content: "\f861";
}

.bi-sign-no-parking::before {
  content: "\f862";
}

.bi-sign-no-right-turn-fill::before {
  content: "\f863";
}

.bi-sign-no-right-turn::before {
  content: "\f864";
}

.bi-sign-railroad-fill::before {
  content: "\f865";
}

.bi-sign-railroad::before {
  content: "\f866";
}

.bi-building-add::before {
  content: "\f867";
}

.bi-building-check::before {
  content: "\f868";
}

.bi-building-dash::before {
  content: "\f869";
}

.bi-building-down::before {
  content: "\f86a";
}

.bi-building-exclamation::before {
  content: "\f86b";
}

.bi-building-fill-add::before {
  content: "\f86c";
}

.bi-building-fill-check::before {
  content: "\f86d";
}

.bi-building-fill-dash::before {
  content: "\f86e";
}

.bi-building-fill-down::before {
  content: "\f86f";
}

.bi-building-fill-exclamation::before {
  content: "\f870";
}

.bi-building-fill-gear::before {
  content: "\f871";
}

.bi-building-fill-lock::before {
  content: "\f872";
}

.bi-building-fill-slash::before {
  content: "\f873";
}

.bi-building-fill-up::before {
  content: "\f874";
}

.bi-building-fill-x::before {
  content: "\f875";
}

.bi-building-fill::before {
  content: "\f876";
}

.bi-building-gear::before {
  content: "\f877";
}

.bi-building-lock::before {
  content: "\f878";
}

.bi-building-slash::before {
  content: "\f879";
}

.bi-building-up::before {
  content: "\f87a";
}

.bi-building-x::before {
  content: "\f87b";
}

.bi-buildings-fill::before {
  content: "\f87c";
}

.bi-buildings::before {
  content: "\f87d";
}

.bi-bus-front-fill::before {
  content: "\f87e";
}

.bi-bus-front::before {
  content: "\f87f";
}

.bi-ev-front-fill::before {
  content: "\f880";
}

.bi-ev-front::before {
  content: "\f881";
}

.bi-globe-americas::before {
  content: "\f882";
}

.bi-globe-asia-australia::before {
  content: "\f883";
}

.bi-globe-central-south-asia::before {
  content: "\f884";
}

.bi-globe-europe-africa::before {
  content: "\f885";
}

.bi-house-add-fill::before {
  content: "\f886";
}

.bi-house-add::before {
  content: "\f887";
}

.bi-house-check-fill::before {
  content: "\f888";
}

.bi-house-check::before {
  content: "\f889";
}

.bi-house-dash-fill::before {
  content: "\f88a";
}

.bi-house-dash::before {
  content: "\f88b";
}

.bi-house-down-fill::before {
  content: "\f88c";
}

.bi-house-down::before {
  content: "\f88d";
}

.bi-house-exclamation-fill::before {
  content: "\f88e";
}

.bi-house-exclamation::before {
  content: "\f88f";
}

.bi-house-gear-fill::before {
  content: "\f890";
}

.bi-house-gear::before {
  content: "\f891";
}

.bi-house-lock-fill::before {
  content: "\f892";
}

.bi-house-lock::before {
  content: "\f893";
}

.bi-house-slash-fill::before {
  content: "\f894";
}

.bi-house-slash::before {
  content: "\f895";
}

.bi-house-up-fill::before {
  content: "\f896";
}

.bi-house-up::before {
  content: "\f897";
}

.bi-house-x-fill::before {
  content: "\f898";
}

.bi-house-x::before {
  content: "\f899";
}

.bi-person-add::before {
  content: "\f89a";
}

.bi-person-down::before {
  content: "\f89b";
}

.bi-person-exclamation::before {
  content: "\f89c";
}

.bi-person-fill-add::before {
  content: "\f89d";
}

.bi-person-fill-check::before {
  content: "\f89e";
}

.bi-person-fill-dash::before {
  content: "\f89f";
}

.bi-person-fill-down::before {
  content: "\f8a0";
}

.bi-person-fill-exclamation::before {
  content: "\f8a1";
}

.bi-person-fill-gear::before {
  content: "\f8a2";
}

.bi-person-fill-lock::before {
  content: "\f8a3";
}

.bi-person-fill-slash::before {
  content: "\f8a4";
}

.bi-person-fill-up::before {
  content: "\f8a5";
}

.bi-person-fill-x::before {
  content: "\f8a6";
}

.bi-person-gear::before {
  content: "\f8a7";
}

.bi-person-lock::before {
  content: "\f8a8";
}

.bi-person-slash::before {
  content: "\f8a9";
}

.bi-person-up::before {
  content: "\f8aa";
}

.bi-scooter::before {
  content: "\f8ab";
}

.bi-taxi-front-fill::before {
  content: "\f8ac";
}

.bi-taxi-front::before {
  content: "\f8ad";
}

.bi-amd::before {
  content: "\f8ae";
}

.bi-database-add::before {
  content: "\f8af";
}

.bi-database-check::before {
  content: "\f8b0";
}

.bi-database-dash::before {
  content: "\f8b1";
}

.bi-database-down::before {
  content: "\f8b2";
}

.bi-database-exclamation::before {
  content: "\f8b3";
}

.bi-database-fill-add::before {
  content: "\f8b4";
}

.bi-database-fill-check::before {
  content: "\f8b5";
}

.bi-database-fill-dash::before {
  content: "\f8b6";
}

.bi-database-fill-down::before {
  content: "\f8b7";
}

.bi-database-fill-exclamation::before {
  content: "\f8b8";
}

.bi-database-fill-gear::before {
  content: "\f8b9";
}

.bi-database-fill-lock::before {
  content: "\f8ba";
}

.bi-database-fill-slash::before {
  content: "\f8bb";
}

.bi-database-fill-up::before {
  content: "\f8bc";
}

.bi-database-fill-x::before {
  content: "\f8bd";
}

.bi-database-fill::before {
  content: "\f8be";
}

.bi-database-gear::before {
  content: "\f8bf";
}

.bi-database-lock::before {
  content: "\f8c0";
}

.bi-database-slash::before {
  content: "\f8c1";
}

.bi-database-up::before {
  content: "\f8c2";
}

.bi-database-x::before {
  content: "\f8c3";
}

.bi-database::before {
  content: "\f8c4";
}

.bi-houses-fill::before {
  content: "\f8c5";
}

.bi-houses::before {
  content: "\f8c6";
}

.bi-nvidia::before {
  content: "\f8c7";
}

.bi-person-vcard-fill::before {
  content: "\f8c8";
}

.bi-person-vcard::before {
  content: "\f8c9";
}

.bi-sina-weibo::before {
  content: "\f8ca";
}

.bi-tencent-qq::before {
  content: "\f8cb";
}

.bi-wikipedia::before {
  content: "\f8cc";
}

:root {
  --tagify-dd-color-primary: rgb(53, 149, 246);
  --tagify-dd-bg-color: white;
  --tagify-dd-item-pad: .3em .5em ;
}

.tagify {
  --tags-disabled-bg: #F1F1F1;
  --tags-border-color: #DDD;
  --tags-hover-border-color: #CCC;
  --tags-focus-border-color: #3595f6;
  --tag-border-radius: 8px;
  --tag-bg: #0000CD;
  --tag-hover: #D3E2E2;
  --tag-text-color: #fff;
  --tag-text-color--edit: black;
  --tag-pad: 0.3em 0.5em;
  --tag-inset-shadow-size: 1.1em;
  --tag-invalid-color: #D39494;
  --tag-invalid-bg: rgba(211, 148, 148, 0.5);
  --tag-remove-bg: rgba(211, 148, 148, 0.3);
  --tag-remove-btn-color: #fff;
  --tag-remove-btn-bg: none;
  --tag-remove-btn-bg--hover: #c77777;
  --input-color: inherit;
  --tag--min-width: 1ch;
  --tag--max-width: auto;
  --tag-hide-transition: 0.3s;
  --placeholder-color: rgba(0, 0, 0, 0.6);
  --placeholder-color-focus: rgba(0, 0, 0, 0.25);
  --loader-size: .8em;
  --readonly-striped: 1;
  display: inline-flex;
  align-items: flex-start;
  flex-wrap: wrap;
  border: 1px solid var(--tags-border-color);
  padding: 0;
  line-height: 0;
  cursor: text;
  outline: 0;
  position: relative;
  box-sizing: border-box;
  transition: 0.1s;
}

@keyframes tags--bump {
  30% {
    transform: scale(1.2);
  }
}
@keyframes rotateLoader {
  to {
    transform: rotate(1turn);
  }
}
.tagify:hover:not(.tagify--focus):not(.tagify--invalid) {
  --tags-border-color: var(--tags-hover-border-color) ;
}

.tagify[disabled] {
  background: var(--tags-disabled-bg);
  filter: saturate(0);
  opacity: 0.5;
  pointer-events: none;
}

.tagify[disabled].tagify--select,
.tagify[readonly].tagify--select {
  pointer-events: none;
}

.tagify[disabled]:not(.tagify--mix):not(.tagify--select),
.tagify[readonly]:not(.tagify--mix):not(.tagify--select) {
  cursor: default;
}

.tagify[disabled]:not(.tagify--mix):not(.tagify--select) > .tagify__input,
.tagify[readonly]:not(.tagify--mix):not(.tagify--select) > .tagify__input {
  visibility: hidden;
  width: 0;
  margin: 5px 0;
}

.tagify[disabled]:not(.tagify--mix):not(.tagify--select) .tagify__tag > div,
.tagify[readonly]:not(.tagify--mix):not(.tagify--select) .tagify__tag > div {
  padding: var(--tag-pad);
}

.tagify[disabled]:not(.tagify--mix):not(.tagify--select) .tagify__tag > div::before,
.tagify[readonly]:not(.tagify--mix):not(.tagify--select) .tagify__tag > div::before {
  animation: readonlyStyles 1s calc(-1s * (var(--readonly-striped) - 1)) paused;
}

@keyframes readonlyStyles {
  0% {
    background: linear-gradient(45deg, var(--tag-bg) 25%, transparent 25%, transparent 50%, var(--tag-bg) 50%, var(--tag-bg) 75%, transparent 75%, transparent) 0/5px 5px;
    box-shadow: none;
    filter: brightness(0.95);
  }
}
.tagify[disabled] .tagify__tag__removeBtn,
.tagify[readonly] .tagify__tag__removeBtn {
  display: none;
}

.tagify--loading .tagify__input > br:last-child {
  display: none;
}

.tagify--loading .tagify__input::before {
  content: none;
}

.tagify--loading .tagify__input::after {
  content: "";
  vertical-align: middle;
  opacity: 1;
  width: 0.7em;
  height: 0.7em;
  width: var(--loader-size);
  height: var(--loader-size);
  min-width: 0;
  border: 3px solid;
  border-color: #eee #bbb #888 transparent;
  border-radius: 50%;
  animation: rotateLoader 0.4s infinite linear;
  content: "" !important;
  margin: -2px 0 -2px 0.5em;
}

.tagify--loading .tagify__input:empty::after {
  margin-left: 0;
}

.tagify + input,
.tagify + textarea {
  position: absolute !important;
  left: -9999em !important;
  transform: scale(0) !important;
}

.tagify__tag {
  display: inline-flex;
  align-items: center;
  margin: 8px 0 5px 5px;
  position: relative;
  z-index: 1;
  outline: 0;
  line-height: normal;
  cursor: default;
  transition: 0.13s ease-out;
  font-size: 0.75em;
  font-weight: 700;
}

.tagify__tag > div {
  vertical-align: top;
  box-sizing: border-box;
  max-width: 100%;
  padding: var(--tag-pad);
  color: var(--tag-text-color);
  line-height: inherit;
  border-radius: var(--tag-border-radius);
  white-space: nowrap;
  transition: 0.13s ease-out;
}

.tagify__tag > div > * {
  white-space: pre-wrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  vertical-align: top;
  min-width: var(--tag--min-width);
  max-width: var(--tag--max-width);
  transition: 0.8s ease, 0.1s color;
}

.tagify__tag > div > [contenteditable] {
  outline: 0;
  -webkit-user-select: text;
  user-select: text;
  cursor: text;
  margin: -2px;
  padding: 2px;
  max-width: 350px;
}

.tagify__tag > div::before {
  content: "";
  position: absolute;
  border-radius: inherit;
  inset: var(--tag-bg-inset, 0);
  z-index: -1;
  pointer-events: none;
  transition: 120ms ease;
  animation: tags--bump 0.3s ease-out 1;
  box-shadow: 0 0 0 var(--tag-inset-shadow-size) var(--tag-bg) inset;
}

.tagify__tag:focus div::before,
.tagify__tag:hover:not([readonly]) div::before {
  --tag-bg-inset: -2.5px;
  --tag-bg: var(--tag-hover) ;
}

.tagify__tag--loading {
  pointer-events: none;
}

.tagify__tag--loading .tagify__tag__removeBtn {
  display: none;
}

.tagify__tag--loading::after {
  --loader-size: .4em;
  content: "";
  vertical-align: middle;
  opacity: 1;
  width: 0.7em;
  height: 0.7em;
  width: var(--loader-size);
  height: var(--loader-size);
  min-width: 0;
  border: 3px solid;
  border-color: #eee #bbb #888 transparent;
  border-radius: 50%;
  animation: rotateLoader 0.4s infinite linear;
  margin: 0 0.5em 0 -0.1em;
}

.tagify__tag--flash div::before {
  animation: none;
}

.tagify__tag--hide {
  width: 0 !important;
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
  opacity: 0;
  transform: scale(0);
  transition: var(--tag-hide-transition);
  pointer-events: none;
}

.tagify__tag--hide > div > * {
  white-space: nowrap;
}

.tagify__tag.tagify--noAnim > div::before {
  animation: none;
}

.tagify__tag.tagify--notAllowed:not(.tagify__tag--editable) div > span {
  opacity: 0.5;
}

.tagify__tag.tagify--notAllowed:not(.tagify__tag--editable) div::before {
  --tag-bg: var(--tag-invalid-bg);
  transition: 0.2s;
}

.tagify__tag[readonly] .tagify__tag__removeBtn {
  display: none;
}

.tagify__tag[readonly] > div::before {
  animation: readonlyStyles 1s calc(-1s * (var(--readonly-striped) - 1)) paused;
}

@keyframes readonlyStyles {
  0% {
    background: linear-gradient(45deg, var(--tag-bg) 25%, transparent 25%, transparent 50%, var(--tag-bg) 50%, var(--tag-bg) 75%, transparent 75%, transparent) 0/5px 5px;
    box-shadow: none;
    filter: brightness(0.95);
  }
}
.tagify__tag--editable > div {
  color: var(--tag-text-color--edit);
}

.tagify__tag--editable > div::before {
  box-shadow: 0 0 0 2px var(--tag-hover) inset !important;
}

.tagify__tag--editable > .tagify__tag__removeBtn {
  pointer-events: none;
}

.tagify__tag--editable > .tagify__tag__removeBtn::after {
  opacity: 0;
  transform: translateX(100%) translateX(5px);
}

.tagify__tag--editable.tagify--invalid > div::before {
  box-shadow: 0 0 0 2px var(--tag-invalid-color) inset !important;
}

.tagify__tag__removeBtn {
  order: 5;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  cursor: pointer;
  font: 14px/1 Arial;
  background: var(--tag-remove-btn-bg);
  color: var(--tag-remove-btn-color);
  width: 14px;
  height: 14px;
  margin-right: 4.6666666667px;
  margin-left: auto;
  overflow: hidden;
  transition: 0.2s ease-out;
}

.tagify__tag__removeBtn::after {
  content: "×";
  transition: 0.3s, color 0s;
}

.tagify__tag__removeBtn:hover {
  color: #fff;
  background: var(--tag-remove-btn-bg--hover);
}

.tagify__tag__removeBtn:hover + div > span {
  opacity: 0.5;
}

.tagify__tag__removeBtn:hover + div::before {
  box-shadow: 0 0 0 var(--tag-inset-shadow-size) var(--tag-remove-bg, rgba(211, 148, 148, 0.3)) inset !important;
  transition: box-shadow 0.2s;
}

.tagify:not(.tagify--mix) .tagify__input br {
  display: none;
}

.tagify:not(.tagify--mix) .tagify__input * {
  display: inline;
  white-space: nowrap;
}

.tagify__input {
  flex-grow: 1;
  display: inline-block;
  min-width: 25px;
  margin: 5px;
  padding: var(--tag-pad);
  line-height: normal;
  position: relative;
  white-space: pre-wrap;
  color: var(--input-color);
  box-sizing: inherit;
}

.tagify__input:empty::before {
  position: static;
}

.tagify__input:focus {
  outline: 0;
}

.tagify__input:focus::before {
  transition: 0.2s ease-out;
  opacity: 0;
  transform: translatex(6px);
}

@supports (-ms-ime-align: auto) {
  .tagify__input:focus::before {
    display: none;
  }
}
.tagify__input:focus:empty::before {
  transition: 0.2s ease-out;
  opacity: 1;
  transform: none;
  color: rgba(0, 0, 0, 0.25);
  color: var(--placeholder-color-focus);
}

@-moz-document url-prefix() {
  .tagify__input:focus:empty::after {
    display: none;
  }
}
.tagify__input::before {
  content: attr(data-placeholder);
  height: 1em;
  line-height: 1em;
  margin: auto 0;
  z-index: 1;
  color: var(--placeholder-color);
  white-space: nowrap;
  pointer-events: none;
  opacity: 0;
  position: absolute;
}

.tagify__input::after {
  content: attr(data-suggest);
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  min-width: calc(100% - 1.5em);
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: pre;
  color: var(--tag-text-color);
  opacity: 0.3;
  pointer-events: none;
  max-width: 100px;
}

.tagify__input .tagify__tag {
  margin: 0 1px;
}

.tagify--mix {
  display: block;
}

.tagify--mix .tagify__input {
  padding: 5px;
  margin: 0;
  width: 100%;
  height: 100%;
  line-height: 1.5;
  display: block;
}

.tagify--mix .tagify__input::before {
  height: auto;
  display: none;
  line-height: inherit;
}

.tagify--mix .tagify__input::after {
  content: none;
}

.tagify--select::after {
  content: ">";
  opacity: 0.5;
  position: absolute;
  top: 50%;
  right: 0;
  bottom: 0;
  font: 16px monospace;
  line-height: 8px;
  height: 8px;
  pointer-events: none;
  transform: translate(-150%, -50%) scaleX(1.2) rotate(90deg);
  transition: 0.2s ease-in-out;
}

.tagify--select[aria-expanded=true]::after {
  transform: translate(-150%, -50%) rotate(270deg) scaleY(1.2);
}

.tagify--select .tagify__tag {
  position: absolute;
  top: 0;
  right: 1.8em;
  bottom: 0;
}

.tagify--select .tagify__tag div {
  display: none;
}

.tagify--select .tagify__input {
  width: 100%;
}

.tagify--empty .tagify__input::before {
  transition: 0.2s ease-out;
  opacity: 1;
  transform: none;
  display: inline-block;
  width: auto;
}

.tagify--mix .tagify--empty .tagify__input::before {
  display: inline-block;
}

.tagify--focus {
  --tags-border-color: var(--tags-focus-border-color);
  transition: 0s;
}

.tagify--invalid {
  --tags-border-color: #D39494 ;
}

.tagify__dropdown {
  position: absolute;
  z-index: 9999;
  transform: translateY(1px);
  overflow: hidden;
}

.tagify__dropdown[placement=top] {
  margin-top: 0;
  transform: translateY(-100%);
}

.tagify__dropdown[placement=top] .tagify__dropdown__wrapper {
  border-top-width: 1.1px;
  border-bottom-width: 0;
}

.tagify__dropdown[position=text] {
  box-shadow: 0 0 0 3px rgba(var(--tagify-dd-color-primary), 0.1);
  font-size: 0.9em;
}

.tagify__dropdown[position=text] .tagify__dropdown__wrapper {
  border-width: 1px;
}

.tagify__dropdown__wrapper {
  max-height: 300px;
  overflow: auto;
  overflow-x: hidden;
  background: var(--tagify-dd-bg-color);
  border: 1px solid;
  border-color: var(--tagify-dd-color-primary);
  border-bottom-width: 1.5px;
  border-top-width: 0;
  box-shadow: 0 2px 4px -2px rgba(0, 0, 0, 0.2);
  transition: 0.25s cubic-bezier(0, 1, 0.5, 1);
}

.tagify__dropdown__header:empty {
  display: none;
}

.tagify__dropdown__footer {
  display: inline-block;
  margin-top: 0.5em;
  padding: var(--tagify-dd-item-pad);
  font-size: 0.7em;
  font-style: italic;
  opacity: 0.5;
}

.tagify__dropdown__footer:empty {
  display: none;
}

.tagify__dropdown--initial .tagify__dropdown__wrapper {
  max-height: 20px;
  transform: translateY(-1em);
}

.tagify__dropdown--initial[placement=top] .tagify__dropdown__wrapper {
  transform: translateY(2em);
}

.tagify__dropdown__item {
  box-sizing: border-box;
  padding: var(--tagify-dd-item-pad);
  margin: 1px;
  cursor: pointer;
  border-radius: 2px;
  position: relative;
  outline: 0;
  max-height: 60px;
  max-width: 100%;
}

.tagify__dropdown__item--active {
  background: var(--tagify-dd-color-primary);
  color: #fff;
}

.tagify__dropdown__item:active {
  filter: brightness(105%);
}

.tagify__dropdown__item--hidden {
  padding-top: 0;
  padding-bottom: 0;
  margin: 0 1px;
  pointer-events: none;
  overflow: hidden;
  max-height: 0;
  transition: var(--tagify-dd-item--hidden-duration, 0.3s) !important;
}

.tagify__dropdown__item--hidden > * {
  transform: translateY(-100%);
  opacity: 0;
  transition: inherit;
}

.turbolinks-progress-bar {
  height: 5px;
  background-color: green;
}

.form-floating .form-control.form-placeholder-shown:not(.form-control-focus) ~ label {
  opacity: unset;
  transform: unset;
}

.tags-menu mark {
  text-decoration: underline;
  background: none;
  color: currentColor;
  padding: 0;
}

.fc .fc-daygrid-day.fc-day-enabled {
  background-color: rgba(130, 255, 40, 0.15);
}

.custom-select {
  font-size: larger;
  font-weight: bold;
}


/*
Version: 3.4.5 Timestamp: Mon Nov  4 08:22:42 PST 2013
*/
.select2-container {
  margin: 0;
  position: relative;
  display: inline-block;
  /* inline-block for ie7 */
  zoom: 1;
  *display: inline;
  vertical-align: middle;
}

.select2-container,
.select2-drop,
.select2-search,
.select2-search input {
  /*
    Force border-box so that % widths fit the parent
    container without overlap because of margin/padding.

    More Info : http://www.quirksmode.org/css/box.html
  */
  -webkit-box-sizing: border-box;
  /* webkit */
  -moz-box-sizing: border-box;
  /* firefox */
  box-sizing: border-box;
  /* css3 */
}

.select2-container .select2-choice {
  display: block;
  height: 26px;
  padding: 0 0 0 8px;
  overflow: hidden;
  position: relative;
  border: 1px solid #aaa;
  white-space: nowrap;
  line-height: 26px;
  color: #444;
  text-decoration: none;
  border-radius: 4px;
  background-clip: padding-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(0.5, #fff));
  background-image: -webkit-linear-gradient(center bottom, #eee 0%, #fff 50%);
  background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#eeeeee", GradientType=0);
  background-image: linear-gradient(top, #fff 0%, #eee 50%);
}

.select2-container.select2-drop-above .select2-choice {
  border-bottom-color: #aaa;
  border-radius: 0 0 4px 4px;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(0.9, #fff));
  background-image: -webkit-linear-gradient(center bottom, #eee 0%, #fff 90%);
  background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 90%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#eeeeee", GradientType=0);
  background-image: linear-gradient(top, #eee 0%, #fff 90%);
}

.select2-container.select2-allowclear .select2-choice .select2-chosen {
  margin-right: 42px;
}

.select2-container .select2-choice > .select2-chosen {
  margin-right: 26px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.select2-container .select2-choice abbr {
  display: none;
  width: 12px;
  height: 12px;
  position: absolute;
  right: 24px;
  top: 8px;
  font-size: 1px;
  text-decoration: none;
  border: 0;
  background: url(/agenda_sala/assets/select2-6efcb80455de752ca66378ff45927b371a3bcc468d6cf45bebb7b64957c45ed9.png) right top no-repeat;
  cursor: pointer;
  outline: 0;
}

.select2-container.select2-allowclear .select2-choice abbr {
  display: inline-block;
}

.select2-container .select2-choice abbr:hover {
  background-position: right -11px;
  cursor: pointer;
}

.select2-drop-mask {
  border: 0;
  margin: 0;
  padding: 0;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 9998;
  /* styles required for IE to work */
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-drop {
  width: 100%;
  margin-top: -1px;
  position: absolute;
  z-index: 9999;
  top: 100%;
  background: #fff;
  color: #000;
  border: 1px solid #aaa;
  border-top: 0;
  border-radius: 0 0 4px 4px;
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}

.select2-drop-auto-width {
  border-top: 1px solid #aaa;
  width: auto;
}

.select2-drop-auto-width .select2-search {
  padding-top: 4px;
}

.select2-drop.select2-drop-above {
  margin-top: 1px;
  border-top: 1px solid #aaa;
  border-bottom: 0;
  border-radius: 4px 4px 0 0;
  -webkit-box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15);
}

.select2-drop-active {
  border: 1px solid #5897fb;
  border-top: none;
}

.select2-drop.select2-drop-above.select2-drop-active {
  border-top: 1px solid #5897fb;
}

.select2-container .select2-choice .select2-arrow {
  display: inline-block;
  width: 18px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  border-left: 1px solid #aaa;
  border-radius: 0 4px 4px 0;
  background-clip: padding-box;
  background: #ccc;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ccc), color-stop(0.6, #eee));
  background-image: -webkit-linear-gradient(center bottom, #ccc 0%, #eee 60%);
  background-image: -moz-linear-gradient(center bottom, #ccc 0%, #eee 60%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#eeeeee", endColorstr="#cccccc", GradientType=0);
  background-image: linear-gradient(top, #ccc 0%, #eee 60%);
}

.select2-container .select2-choice .select2-arrow b {
  display: block;
  width: 100%;
  height: 100%;
  background: url(/agenda_sala/assets/select2-6efcb80455de752ca66378ff45927b371a3bcc468d6cf45bebb7b64957c45ed9.png) no-repeat 0 1px;
}

.select2-search {
  display: inline-block;
  width: 100%;
  min-height: 26px;
  margin: 0;
  padding-left: 4px;
  padding-right: 4px;
  position: relative;
  z-index: 10000;
  white-space: nowrap;
}

.select2-search input {
  width: 100%;
  height: auto !important;
  min-height: 26px;
  padding: 4px 20px 4px 5px;
  margin: 0;
  outline: 0;
  font-family: sans-serif;
  font-size: 1em;
  border: 1px solid #aaa;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #fff url(/agenda_sala/assets/select2-6efcb80455de752ca66378ff45927b371a3bcc468d6cf45bebb7b64957c45ed9.png) no-repeat 100% -22px;
  background: url(/agenda_sala/assets/select2-6efcb80455de752ca66378ff45927b371a3bcc468d6cf45bebb7b64957c45ed9.png) no-repeat 100% -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
  background: url(/agenda_sala/assets/select2-6efcb80455de752ca66378ff45927b371a3bcc468d6cf45bebb7b64957c45ed9.png) no-repeat 100% -22px, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
  background: url(/agenda_sala/assets/select2-6efcb80455de752ca66378ff45927b371a3bcc468d6cf45bebb7b64957c45ed9.png) no-repeat 100% -22px, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
  background: url(/agenda_sala/assets/select2-6efcb80455de752ca66378ff45927b371a3bcc468d6cf45bebb7b64957c45ed9.png) no-repeat 100% -22px, linear-gradient(top, #fff 85%, #eee 99%);
}

.select2-drop.select2-drop-above .select2-search input {
  margin-top: 4px;
}

.select2-search input.select2-active {
  background: #fff url(/agenda_sala/assets/select2-spinner-e611bd10da5752d2c77c75664d6ec0cc16491d9d1d85012a753624374ccfeeae.gif) no-repeat 100%;
  background: url(/agenda_sala/assets/select2-spinner-e611bd10da5752d2c77c75664d6ec0cc16491d9d1d85012a753624374ccfeeae.gif) no-repeat 100%, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
  background: url(/agenda_sala/assets/select2-spinner-e611bd10da5752d2c77c75664d6ec0cc16491d9d1d85012a753624374ccfeeae.gif) no-repeat 100%, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
  background: url(/agenda_sala/assets/select2-spinner-e611bd10da5752d2c77c75664d6ec0cc16491d9d1d85012a753624374ccfeeae.gif) no-repeat 100%, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
  background: url(/agenda_sala/assets/select2-spinner-e611bd10da5752d2c77c75664d6ec0cc16491d9d1d85012a753624374ccfeeae.gif) no-repeat 100%, linear-gradient(top, #fff 85%, #eee 99%);
}

.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
  border: 1px solid #5897fb;
  outline: none;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.select2-dropdown-open .select2-choice {
  border-bottom-color: transparent;
  -webkit-box-shadow: 0 1px 0 #fff inset;
  box-shadow: 0 1px 0 #fff inset;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-color: #eee;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #fff), color-stop(0.5, #eee));
  background-image: -webkit-linear-gradient(center bottom, #fff 0%, #eee 50%);
  background-image: -moz-linear-gradient(center bottom, #fff 0%, #eee 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#eeeeee", endColorstr="#ffffff", GradientType=0);
  background-image: linear-gradient(top, #fff 0%, #eee 50%);
}

.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices {
  border: 1px solid #5897fb;
  border-top-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(0.5, #eee));
  background-image: -webkit-linear-gradient(center top, #fff 0%, #eee 50%);
  background-image: -moz-linear-gradient(center top, #fff 0%, #eee 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#eeeeee", endColorstr="#ffffff", GradientType=0);
  background-image: linear-gradient(bottom, #fff 0%, #eee 50%);
}

.select2-dropdown-open .select2-choice .select2-arrow {
  background: transparent;
  border-left: none;
  filter: none;
}

.select2-dropdown-open .select2-choice .select2-arrow b {
  background-position: -18px 1px;
}

/* results */
.select2-results {
  max-height: 200px;
  padding: 0 0 0 4px;
  margin: 4px 4px 4px 0;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.select2-results ul.select2-result-sub {
  margin: 0;
  padding-left: 0;
}

.select2-results ul.select2-result-sub > li .select2-result-label {
  padding-left: 20px;
}

.select2-results ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 40px;
}

.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 60px;
}

.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 80px;
}

.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 100px;
}

.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 110px;
}

.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 120px;
}

.select2-results li {
  list-style: none;
  display: list-item;
  background-image: none;
}

.select2-results li.select2-result-with-children > .select2-result-label {
  font-weight: bold;
}

.select2-results .select2-result-label {
  padding: 3px 7px 4px;
  margin: 0;
  cursor: pointer;
  min-height: 1em;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.select2-results .select2-highlighted {
  background: #3875d7;
  color: #fff;
}

.select2-results li em {
  background: #feffde;
  font-style: normal;
}

.select2-results .select2-highlighted em {
  background: transparent;
}

.select2-results .select2-highlighted ul {
  background: #fff;
  color: #000;
}

.select2-results .select2-no-results,
.select2-results .select2-searching,
.select2-results .select2-selection-limit {
  background: #f4f4f4;
  display: list-item;
}

/*
disabled look for disabled choices in the results dropdown
*/
.select2-results .select2-disabled.select2-highlighted {
  color: #666;
  background: #f4f4f4;
  display: list-item;
  cursor: default;
}

.select2-results .select2-disabled {
  background: #f4f4f4;
  display: list-item;
  cursor: default;
}

.select2-results .select2-selected {
  display: none;
}

.select2-more-results.select2-active {
  background: #f4f4f4 url(/agenda_sala/assets/select2-spinner-e611bd10da5752d2c77c75664d6ec0cc16491d9d1d85012a753624374ccfeeae.gif) no-repeat 100%;
}

.select2-more-results {
  background: #f4f4f4;
  display: list-item;
}

/* disabled styles */
.select2-container.select2-container-disabled .select2-choice {
  background-color: #f4f4f4;
  background-image: none;
  border: 1px solid #ddd;
  cursor: default;
}

.select2-container.select2-container-disabled .select2-choice .select2-arrow {
  background-color: #f4f4f4;
  background-image: none;
  border-left: 0;
}

.select2-container.select2-container-disabled .select2-choice abbr {
  display: none;
}

/* multiselect */
.select2-container-multi .select2-choices {
  height: auto !important;
  height: 1%;
  margin: 0;
  padding: 0;
  position: relative;
  border: 1px solid #aaa;
  cursor: text;
  overflow: hidden;
  background-color: #fff;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(1%, #eee), color-stop(15%, #fff));
  background-image: -webkit-linear-gradient(top, #eee 1%, #fff 15%);
  background-image: -moz-linear-gradient(top, #eee 1%, #fff 15%);
  background-image: linear-gradient(top, #eee 1%, #fff 15%);
}

.select2-locked {
  padding: 3px 5px 3px 5px !important;
}

.select2-container-multi .select2-choices {
  min-height: 26px;
}

.select2-container-multi.select2-container-active .select2-choices {
  border: 1px solid #5897fb;
  outline: none;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.select2-container-multi .select2-choices li {
  float: left;
  list-style: none;
}

.select2-container-multi .select2-choices .select2-search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

.select2-container-multi .select2-choices .select2-search-field input {
  padding: 5px;
  margin: 1px 0;
  font-family: sans-serif;
  font-size: 100%;
  color: #666;
  outline: 0;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent !important;
}

.select2-container-multi .select2-choices .select2-search-field input.select2-active {
  background: #fff url(/agenda_sala/assets/select2-spinner-e611bd10da5752d2c77c75664d6ec0cc16491d9d1d85012a753624374ccfeeae.gif) no-repeat 100% !important;
}

.select2-default {
  color: #999 !important;
}

.select2-container-multi .select2-choices .select2-search-choice {
  padding: 3px 5px 3px 18px;
  margin: 3px 0 3px 5px;
  position: relative;
  line-height: 13px;
  color: #333;
  cursor: default;
  border: 1px solid #aaaaaa;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  background-clip: padding-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #e4e4e4;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#eeeeee", endColorstr="#f4f4f4", GradientType=0);
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eee));
  background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
}

.select2-container-multi .select2-choices .select2-search-choice .select2-chosen {
  cursor: default;
}

.select2-container-multi .select2-choices .select2-search-choice-focus {
  background: #d4d4d4;
}

.select2-search-choice-close {
  display: block;
  width: 12px;
  height: 13px;
  position: absolute;
  right: 3px;
  top: 4px;
  font-size: 1px;
  outline: none;
  background: url(/agenda_sala/assets/select2-6efcb80455de752ca66378ff45927b371a3bcc468d6cf45bebb7b64957c45ed9.png) right top no-repeat;
}

.select2-container-multi .select2-search-choice-close {
  left: 3px;
}

.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover {
  background-position: right -11px;
}

.select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close {
  background-position: right -11px;
}

/* disabled styles */
.select2-container-multi.select2-container-disabled .select2-choices {
  background-color: #f4f4f4;
  background-image: none;
  border: 1px solid #ddd;
  cursor: default;
}

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
  padding: 3px 5px 3px 5px;
  border: 1px solid #ddd;
  background-image: none;
  background-color: #f4f4f4;
}

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close {
  display: none;
  background: none;
}

/* end multiselect */
.select2-result-selectable .select2-match,
.select2-result-unselectable .select2-match {
  text-decoration: underline;
}

.select2-offscreen,
.select2-offscreen:focus {
  clip: rect(0 0 0 0) !important;
  width: 1px !important;
  height: 1px !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
  outline: 0 !important;
  left: 0px !important;
  top: 0px !important;
}

.select2-display-none {
  display: none;
}

.select2-measure-scrollbar {
  position: absolute;
  top: -10000px;
  left: -10000px;
  width: 100px;
  height: 100px;
  overflow: scroll;
}

/* Retina-ize icons */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
  .select2-search input,
  .select2-search-choice-close,
  .select2-container .select2-choice abbr,
  .select2-container .select2-choice .select2-arrow b {
    background-image: url(/agenda_sala/assets/select2x2-e682f64b4fa50a0bd189766a50cd778db4e8529b30302af6305c7df1e40bf442.png) !important;
    background-repeat: no-repeat !important;
    background-size: 60px 40px !important;
  }
  .select2-search input {
    background-position: 100% -21px !important;
  }
}
/**
 * Select2 Bootstrap 3 CSS v1.4.1
 * Tested with Bootstrap v3.2.0 and Select2 v3.3.2, v3.4.1-v3.4.5, v3.5.1, master
 * in latest Chrome, Safari, Firefox, Opera (Mac) and IE8-IE11
 * MIT License
 */
/**
 * Reset Bootstrap 3 .form-control styles which - if applied to the
 * original <select>-element the Select2-plugin may be run against -
 * are copied to the .select2-container.
 *
 * 1. Overwrite .select2-container's original display:inline-block
 *    with Bootstrap 3's default for .form-control, display:block;
 *    courtesy of @juristr (@see https://github.com/fk/select2-bootstrap-css/pull/1)
 */
.select2-container.form-control {
  background: transparent;
  border: none;
  display: block;
  /* 1 */
  margin: 0;
  padding: 0;
}

/**
 * Adjust Select2 inputs to fit Bootstrap 3 default .form-control appearance.
 */
.select2-container .select2-choices .select2-search-field input,
.select2-container .select2-choice,
.select2-container .select2-choices {
  background: none;
  padding: 0;
  border-color: #cccccc;
  border-radius: 4px;
  color: #555555;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: white;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.select2-search input {
  border-color: #cccccc;
  border-radius: 4px;
  color: #555555;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: white;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.select2-container .select2-choices .select2-search-field input {
  -webkit-box-shadow: none;
  box-shadow: none;
}

/**
 * Adjust Select2 input heights to match the Bootstrap default.
 */
.select2-container .select2-choice {
  height: 34px;
  line-height: 1.42857;
}

/**
 * Address Multi Select2's height which - depending on how many elements have been selected -
 * may grown higher than their initial size.
 */
.select2-container.select2-container-multi.form-control {
  height: auto;
}

/**
 * Address Bootstrap 3 control sizing classes
 * @see http://getbootstrap.com/css/#forms-control-sizes
 */
.select2-container.input-sm .select2-choice,
.input-group-sm .select2-container .select2-choice {
  height: 30px;
  line-height: 1.5;
  border-radius: 3px;
}

.select2-container.input-lg .select2-choice,
.input-group-lg .select2-container .select2-choice {
  height: 46px;
  line-height: 1.33;
  border-radius: 6px;
}

.select2-container-multi .select2-choices .select2-search-field input {
  height: 32px;
}

.select2-container-multi.input-sm .select2-choices .select2-search-field input,
.input-group-sm .select2-container-multi .select2-choices .select2-search-field input {
  height: 28px;
}

.select2-container-multi.input-lg .select2-choices .select2-search-field input,
.input-group-lg .select2-container-multi .select2-choices .select2-search-field input {
  height: 44px;
}

/**
 * Adjust height and line-height for .select2-search-field amd multi-select Select2 widgets.
 *
 * 1. Class repetition to address missing .select2-chosen in Select2 < 3.3.2.
 */
.select2-container-multi .select2-choices .select2-search-field input {
  margin: 0;
}

.select2-chosen,
.select2-choice > span:first-child,
.select2-container .select2-choices .select2-search-field input {
  padding: 6px 12px;
}

.input-sm .select2-chosen,
.input-group-sm .select2-chosen,
.input-sm .select2-choice > span:first-child,
.input-group-sm .select2-choice > span:first-child,
.input-sm .select2-choices .select2-search-field input,
.input-group-sm .select2-choices .select2-search-field input {
  padding: 5px 10px;
}

.input-lg .select2-chosen,
.input-group-lg .select2-chosen,
.input-lg .select2-choice > span:first-child,
.input-group-lg .select2-choice > span:first-child,
.input-lg .select2-choices .select2-search-field input,
.input-group-lg .select2-choices .select2-search-field input {
  padding: 10px 16px;
}

.select2-container-multi .select2-choices .select2-search-choice {
  margin-top: 5px;
  margin-bottom: 3px;
}

.select2-container-multi.input-sm .select2-choices .select2-search-choice,
.input-group-sm .select2-container-multi .select2-choices .select2-search-choice {
  margin-top: 3px;
  margin-bottom: 2px;
}

.select2-container-multi.input-lg .select2-choices .select2-search-choice,
.input-group-lg .select2-container-multi .select2-choices .select2-search-choice {
  line-height: 24px;
}

/**
 * Adjust the single Select2's dropdown arrow button appearance.
 *
 * 1. For Select2 v.3.3.2.
 */
.select2-container .select2-choice .select2-arrow,
.select2-container .select2-choice div {
  border-left: 1px solid #cccccc;
  background: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

.select2-dropdown-open .select2-choice .select2-arrow,
.select2-dropdown-open .select2-choice div {
  border-left-color: transparent;
  background: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

/**
 * Adjust the dropdown arrow button icon position for the single-select Select2 elements
 * to make it line up vertically now that we increased the height of .select2-container.
 *
 * 1. Class repetition to address missing .select2-chosen in Select2 v.3.3.2.
 */
.select2-container .select2-choice .select2-arrow b,
.select2-container .select2-choice div b {
  background-position: 0 3px;
}

.select2-dropdown-open .select2-choice .select2-arrow b,
.select2-dropdown-open .select2-choice div b {
  background-position: -18px 3px;
}

.select2-container.input-sm .select2-choice .select2-arrow b,
.input-group-sm .select2-container .select2-choice .select2-arrow b,
.select2-container.input-sm .select2-choice div b,
.input-group-sm .select2-container .select2-choice div b {
  background-position: 0 1px;
}

.select2-dropdown-open.input-sm .select2-choice .select2-arrow b,
.input-group-sm .select2-dropdown-open .select2-choice .select2-arrow b,
.select2-dropdown-open.input-sm .select2-choice div b,
.input-group-sm .select2-dropdown-open .select2-choice div b {
  background-position: -18px 1px;
}

.select2-container.input-lg .select2-choice .select2-arrow b,
.input-group-lg .select2-container .select2-choice .select2-arrow b,
.select2-container.input-lg .select2-choice div b,
.input-group-lg .select2-container .select2-choice div b {
  background-position: 0 9px;
}

.select2-dropdown-open.input-lg .select2-choice .select2-arrow b,
.input-group-lg .select2-dropdown-open .select2-choice .select2-arrow b,
.select2-dropdown-open.input-lg .select2-choice div b,
.input-group-lg .select2-dropdown-open .select2-choice div b {
  background-position: -18px 9px;
}

/**
 * Address Bootstrap's validation states and change Select2's border colors and focus states.
 * Apply .has-warning, .has-danger or .has-succes to #select2-drop to match Bootstraps' colors.
 */
.has-warning .select2-choice,
.has-warning .select2-choices {
  border-color: #8a6d3b;
}

.has-warning .select2-container-active .select2-choice,
.has-warning .select2-container-multi.select2-container-active .select2-choices {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}

.has-warning.select2-drop-active {
  border-color: #66512c;
}

.has-warning.select2-drop-active.select2-drop.select2-drop-above {
  border-top-color: #66512c;
}

.has-error .select2-choice,
.has-error .select2-choices {
  border-color: #a94442;
}

.has-error .select2-container-active .select2-choice,
.has-error .select2-container-multi.select2-container-active .select2-choices {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

.has-error.select2-drop-active {
  border-color: #843534;
}

.has-error.select2-drop-active.select2-drop.select2-drop-above {
  border-top-color: #843534;
}

.has-success .select2-choice,
.has-success .select2-choices {
  border-color: #3c763d;
}

.has-success .select2-container-active .select2-choice,
.has-success .select2-container-multi.select2-container-active .select2-choices {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}

.has-success.select2-drop-active {
  border-color: #2b542c;
}

.has-success.select2-drop-active.select2-drop.select2-drop-above {
  border-top-color: #2b542c;
}

/**
 * Make Select2's active-styles - applied to .select2-container when the widget receives focus -
 * fit Bootstrap 3's .form-element:focus appearance.
 */
.select2-container-active .select2-choice,
.select2-container-multi.select2-container-active .select2-choices {
  border-color: #66afe9;
  outline: none;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.select2-drop-active {
  border-color: #66afe9;
}

.select2-drop-auto-width,
.select2-drop.select2-drop-above.select2-drop-active {
  border-top-color: #66afe9;
}

/**
 * Select2 widgets in Bootstrap Input Groups
 *
 * When Select2 widgets are combined with other elements using Bootstrap 3's
 * "Input Group" component, we don't want specific edges of the Select2 container
 * to have a border-radius.
 *
 * In Bootstrap 2, input groups required a markup where these style adjustments
 * could be bound to a CSS-class identifying if the additional elements are appended,
 * prepended or both.
 *
 * Bootstrap 3 doesn't rely on these classes anymore, so we have to use our own.
 * Use .select2-bootstrap-prepend and .select2-bootstrap-append on a Bootstrap 3 .input-group
 * to let the contained Select2 widget know which edges should not be rounded as they are
 * directly followed by another element.
 *
 * @see http://getbootstrap.com/components/#input-groups
 */
.input-group.select2-bootstrap-prepend [class^=select2-choice] {
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
}

.input-group.select2-bootstrap-append [class^=select2-choice] {
  border-bottom-right-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

.select2-dropdown-open [class^=select2-choice] {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.select2-dropdown-open.select2-drop-above [class^=select2-choice] {
  border-top-right-radius: 0 !important;
  border-top-left-radius: 0 !important;
  border-bottom-right-radius: 4px !important;
  border-bottom-left-radius: 4px !important;
}

.input-group.select2-bootstrap-prepend .select2-dropdown-open.select2-drop-above [class^=select2-choice] {
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
}

.input-group.select2-bootstrap-append .select2-dropdown-open.select2-drop-above [class^=select2-choice] {
  border-bottom-right-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

.input-group.input-group-sm.select2-bootstrap-prepend .select2-dropdown-open.select2-drop-above [class^=select2-choice] {
  border-bottom-right-radius: 3px !important;
}

.input-group.input-group-lg.select2-bootstrap-prepend .select2-dropdown-open.select2-drop-above [class^=select2-choice] {
  border-bottom-right-radius: 6px !important;
}

.input-group.input-group-sm.select2-bootstrap-append .select2-dropdown-open.select2-drop-above [class^=select2-choice] {
  border-bottom-left-radius: 3px !important;
}

.input-group.input-group-lg.select2-bootstrap-append .select2-dropdown-open.select2-drop-above [class^=select2-choice] {
  border-bottom-left-radius: 6px !important;
}

/**
 * Adjust Select2's choices hover and selected styles to match Bootstrap 3's default dropdown styles.
 */
.select2-results .select2-highlighted {
  color: white;
  background-color: #428bca;
}

/**
 * Adjust alignment of Bootstrap 3 buttons in Bootstrap 3 Input Groups to address
 * Multi Select2's height which - depending on how many elements have been selected -
 * may grown higher than their initial size.
 */
.select2-bootstrap-append .select2-container-multiple,
.select2-bootstrap-append .input-group-btn,
.select2-bootstrap-append .input-group-btn .btn,
.select2-bootstrap-prepend .select2-container-multiple,
.select2-bootstrap-prepend .input-group-btn,
.select2-bootstrap-prepend .input-group-btn .btn {
  vertical-align: top;
}

/**
 * Make Multi Select2's choices match Bootstrap 3's default button styles.
 */
.select2-container-multi .select2-choices .select2-search-choice {
  color: #555555;
  background: white;
  border-color: #cccccc;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.select2-container-multi .select2-choices .select2-search-choice-focus {
  background: #ebebeb;
  border-color: #adadad;
  color: #333333;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/**
 * Address Multi Select2's choice close-button vertical alignment.
 */
.select2-search-choice-close {
  margin-top: -7px;
  top: 50%;
}

/**
 * Adjust the single Select2's clear button position (used to reset the select box
 * back to the placeholder value and visible once a selection is made
 * activated by Select2's "allowClear" option).
 */
.select2-container .select2-choice abbr {
  top: 50%;
}

/**
 * Adjust "no results" and "selection limit" messages to make use
 * of Bootstrap 3's default "Alert" style.
 *
 * @see http://getbootstrap.com/components/#alerts-default
 */
.select2-results .select2-no-results,
.select2-results .select2-searching,
.select2-results .select2-selection-limit {
  background-color: #fcf8e3;
  color: #8a6d3b;
}

/**
 * Address disabled Select2 styles.
 *
 * 1. For Select2 v.3.3.2.
 * 2. Revert border-left:0 inherited from Select2's CSS to prevent the arrow
 *    from jumping when switching from disabled to enabled state and vice versa.
 */
.select2-container.select2-container-disabled .select2-choice,
.select2-container.select2-container-disabled .select2-choices {
  cursor: not-allowed;
  background-color: #eeeeee;
  border-color: #cccccc;
}

.select2-container.select2-container-disabled .select2-choice .select2-arrow,
.select2-container.select2-container-disabled .select2-choice div,
.select2-container.select2-container-disabled .select2-choices .select2-arrow,
.select2-container.select2-container-disabled .select2-choices div {
  background-color: transparent;
  border-left: 1px solid transparent;
  /* 2 */
}

/**
 * Address Select2's loading indicator position - which should not stick
 * to the right edge of Select2's search input.
 *
 * 1. in .select2-search input
 * 2. in Multi Select2's .select2-search-field input
 * 3. in the status-message of infinite-scroll with remote data (@see http://ivaynberg.github.io/select2/#infinite)
 *
 * These styles alter Select2's default background-position of 100%
 * and supply the new background-position syntax to browsers which support it:
 *
 * 1. Android, Safari < 6/Mobile, IE<9: change to a relative background-position of 99%
 * 2. Chrome 25+, Firefox 13+, IE 9+, Opera 10.5+: use the new CSS3-background-position syntax
 *
 * @see http://www.w3.org/TR/css3-background/#background-position
 *
 * @todo Since both Select2 and Bootstrap 3 only support IE8 and above,
 * we could use the :after-pseudo-element to display the loading indicator.
 * Alternatively, we could supply an altered loading indicator image which already
 * contains an offset to the right.
 */
.select2-search input.select2-active,
.select2-container-multi .select2-choices .select2-search-field input.select2-active,
.select2-more-results.select2-active {
  background-position: 99%;
  /* 4 */
  background-position: right 4px center;
  /* 5 */
}

/**
 * To support Select2 pre v3.4.2 in combination with Bootstrap v3.2.0,
 * ensure that .select2-offscreen width, height and position can not be overwritten.
 *
 * This adresses changes in Bootstrap somewhere after the initial v3.0.0 which -
 * in combination with Select2's pre-v3.4.2 CSS missing the "!important" after
 * the following rules - allow Bootstrap to overwrite the latter, which results in
 * the original <select> element Select2 is replacing not be properly being hidden
 * when used in a "Bootstrap Input Group with Addon".
 **/
.select2-offscreen,
.select2-offscreen:focus {
  width: 1px !important;
  height: 1px !important;
  position: absolute !important;
}

.select2-results .select2-highlighted {
  background: #da5959;
  color: #fff;
}

@font-face {
  font-family: "premium-line-icons";
  src: url(/agenda_sala/assets/premium-line-icons-8e0de70cfc4f567618bf4f10a70d405eb9863a196859f05acec1106f7be381b7.woff2) format("woff2");
  font-weight: normal;
  font-style: normal;
}
[class^=pli-], [class*=" pli-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "premium-line-icons" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  vertical-align: middle;
}

.pli-3d-glasses:before {
  content: "\e900";
}

.pli-3d-glasses-2:before {
  content: "\e901";
}

.pli-a-z:before {
  content: "\e902";
}

.pli-aa:before {
  content: "\e903";
}

.pli-add:before {
  content: "\e904";
}

.pli-add-bag:before {
  content: "\e905";
}

.pli-add-basket:before {
  content: "\e906";
}

.pli-add-cart:before {
  content: "\e907";
}

.pli-add-space-after-paragraph:before {
  content: "\e908";
}

.pli-add-space-before-paragraph:before {
  content: "\e909";
}

.pli-add-user:before {
  content: "\e90a";
}

.pli-add-user-star:before {
  content: "\e90b";
}

.pli-add-window:before {
  content: "\e90c";
}

.pli-address-book:before {
  content: "\e90d";
}

.pli-address-book-2:before {
  content: "\e90e";
}

.pli-administrator:before {
  content: "\e90f";
}

.pli-aerobics:before {
  content: "\e910";
}

.pli-aerobics-2:before {
  content: "\e911";
}

.pli-aerobics-3:before {
  content: "\e912";
}

.pli-affiliate:before {
  content: "\e913";
}

.pli-aim:before {
  content: "\e914";
}

.pli-air-balloon:before {
  content: "\e915";
}

.pli-airbrush:before {
  content: "\e916";
}

.pli-airship:before {
  content: "\e917";
}

.pli-alarm:before {
  content: "\e918";
}

.pli-alarm-clock:before {
  content: "\e919";
}

.pli-alarm-clock-2:before {
  content: "\e91a";
}

.pli-alien:before {
  content: "\e91b";
}

.pli-alien-2:before {
  content: "\e91c";
}

.pli-align-center:before {
  content: "\e91d";
}

.pli-align-justify-all:before {
  content: "\e91e";
}

.pli-align-justify-center:before {
  content: "\e91f";
}

.pli-align-justify-left:before {
  content: "\e920";
}

.pli-align-justify-right:before {
  content: "\e921";
}

.pli-align-left:before {
  content: "\e922";
}

.pli-align-right:before {
  content: "\e923";
}

.pli-alligator:before {
  content: "\e924";
}

.pli-alpha:before {
  content: "\e925";
}

.pli-ambulance:before {
  content: "\e926";
}

.pli-amx:before {
  content: "\e927";
}

.pli-anchor:before {
  content: "\e928";
}

.pli-anchor-2:before {
  content: "\e929";
}

.pli-android:before {
  content: "\e92a";
}

.pli-android-store:before {
  content: "\e92b";
}

.pli-angel:before {
  content: "\e92c";
}

.pli-angel-smiley:before {
  content: "\e92d";
}

.pli-angry:before {
  content: "\e92e";
}

.pli-apple:before {
  content: "\e92f";
}

.pli-apple-bite:before {
  content: "\e930";
}

.pli-apple-store:before {
  content: "\e931";
}

.pli-approved-window:before {
  content: "\e932";
}

.pli-aquarius:before {
  content: "\e933";
}

.pli-aquarius-2:before {
  content: "\e934";
}

.pli-archery:before {
  content: "\e935";
}

.pli-archery-2:before {
  content: "\e936";
}

.pli-argentina:before {
  content: "\e937";
}

.pli-aries:before {
  content: "\e938";
}

.pli-aries-2:before {
  content: "\e939";
}

.pli-army-key:before {
  content: "\e93a";
}

.pli-arrow-around:before {
  content: "\e93b";
}

.pli-arrow-back:before {
  content: "\e93c";
}

.pli-arrow-back-2:before {
  content: "\e93d";
}

.pli-arrow-back-3:before {
  content: "\e93e";
}

.pli-arrow-barrier:before {
  content: "\e93f";
}

.pli-arrow-circle:before {
  content: "\e940";
}

.pli-arrow-cross:before {
  content: "\e941";
}

.pli-arrow-down:before {
  content: "\e942";
}

.pli-arrow-down-2:before {
  content: "\e943";
}

.pli-arrow-down-3:before {
  content: "\e944";
}

.pli-arrow-down-in-circle:before {
  content: "\e945";
}

.pli-arrow-fork:before {
  content: "\e946";
}

.pli-arrow-forward:before {
  content: "\e947";
}

.pli-arrow-forward-2:before {
  content: "\e948";
}

.pli-arrow-forward-3:before {
  content: "\e949";
}

.pli-arrow-from:before {
  content: "\e94a";
}

.pli-arrow-inside:before {
  content: "\e94b";
}

.pli-arrow-inside-45:before {
  content: "\e94c";
}

.pli-arrow-inside-gap:before {
  content: "\e94d";
}

.pli-arrow-inside-gap-45:before {
  content: "\e94e";
}

.pli-arrow-into:before {
  content: "\e94f";
}

.pli-arrow-join:before {
  content: "\e950";
}

.pli-arrow-junction:before {
  content: "\e951";
}

.pli-arrow-left:before {
  content: "\e952";
}

.pli-arrow-left-2:before {
  content: "\e953";
}

.pli-arrow-left-in-circle:before {
  content: "\e954";
}

.pli-arrow-loop:before {
  content: "\e955";
}

.pli-arrow-merge:before {
  content: "\e956";
}

.pli-arrow-mix:before {
  content: "\e957";
}

.pli-arrow-out-left:before {
  content: "\e958";
}

.pli-arrow-out-right:before {
  content: "\e959";
}

.pli-arrow-outside:before {
  content: "\e95a";
}

.pli-arrow-outside-45:before {
  content: "\e95b";
}

.pli-arrow-outside-gap:before {
  content: "\e95c";
}

.pli-arrow-outside-gap-45:before {
  content: "\e95d";
}

.pli-arrow-over:before {
  content: "\e95e";
}

.pli-arrow-refresh:before {
  content: "\e95f";
}

.pli-arrow-refresh-2:before {
  content: "\e960";
}

.pli-arrow-right:before {
  content: "\e961";
}

.pli-arrow-right-2:before {
  content: "\e962";
}

.pli-arrow-right-in-circle:before {
  content: "\e963";
}

.pli-arrow-shuffle:before {
  content: "\e964";
}

.pli-arrow-squiggly:before {
  content: "\e965";
}

.pli-arrow-through:before {
  content: "\e966";
}

.pli-arrow-to:before {
  content: "\e967";
}

.pli-arrow-turn-left:before {
  content: "\e968";
}

.pli-arrow-turn-right:before {
  content: "\e969";
}

.pli-arrow-up:before {
  content: "\e96a";
}

.pli-arrow-up-2:before {
  content: "\e96b";
}

.pli-arrow-up-3:before {
  content: "\e96c";
}

.pli-arrow-up-in-circle:before {
  content: "\e96d";
}

.pli-arrow-x-left:before {
  content: "\e96e";
}

.pli-arrow-x-right:before {
  content: "\e96f";
}

.pli-ask:before {
  content: "\e970";
}

.pli-assistant:before {
  content: "\e971";
}

.pli-astronaut:before {
  content: "\e972";
}

.pli-at-sign:before {
  content: "\e973";
}

.pli-atm:before {
  content: "\e974";
}

.pli-atom:before {
  content: "\e975";
}

.pli-audio:before {
  content: "\e976";
}

.pli-auto-flash:before {
  content: "\e977";
}

.pli-autumn:before {
  content: "\e978";
}

.pli-baby:before {
  content: "\e979";
}

.pli-baby-clothes:before {
  content: "\e97a";
}

.pli-baby-clothes-2:before {
  content: "\e97b";
}

.pli-baby-cry:before {
  content: "\e97c";
}

.pli-back:before {
  content: "\e97d";
}

.pli-back-media:before {
  content: "\e97e";
}

.pli-back-media-2:before {
  content: "\e97f";
}

.pli-back-music:before {
  content: "\e980";
}

.pli-background:before {
  content: "\e981";
}

.pli-bacteria:before {
  content: "\e982";
}

.pli-bag:before {
  content: "\e983";
}

.pli-bag-coin:before {
  content: "\e984";
}

.pli-bag-items:before {
  content: "\e985";
}

.pli-bag-quantity:before {
  content: "\e986";
}

.pli-bakelite:before {
  content: "\e987";
}

.pli-ballet-shoes:before {
  content: "\e988";
}

.pli-balloon:before {
  content: "\e989";
}

.pli-banana:before {
  content: "\e98a";
}

.pli-band-aid:before {
  content: "\e98b";
}

.pli-bank:before {
  content: "\e98c";
}

.pli-bar-chart:before {
  content: "\e98d";
}

.pli-bar-chart-2:before {
  content: "\e98e";
}

.pli-bar-chart-3:before {
  content: "\e98f";
}

.pli-bar-chart-4:before {
  content: "\e990";
}

.pli-bar-chart-5:before {
  content: "\e991";
}

.pli-bar-code:before {
  content: "\e992";
}

.pli-barricade:before {
  content: "\e993";
}

.pli-barricade-2:before {
  content: "\e994";
}

.pli-baseball:before {
  content: "\e995";
}

.pli-basket-ball:before {
  content: "\e996";
}

.pli-basket-coins:before {
  content: "\e997";
}

.pli-basket-items:before {
  content: "\e998";
}

.pli-basket-quantity:before {
  content: "\e999";
}

.pli-bat:before {
  content: "\e99a";
}

.pli-bat-2:before {
  content: "\e99b";
}

.pli-bathrobe:before {
  content: "\e99c";
}

.pli-batman-mask:before {
  content: "\e99d";
}

.pli-battery-0:before {
  content: "\e99e";
}

.pli-battery-100:before {
  content: "\e99f";
}

.pli-battery-25:before {
  content: "\e9a0";
}

.pli-battery-50:before {
  content: "\e9a1";
}

.pli-battery-75:before {
  content: "\e9a2";
}

.pli-battery-charge:before {
  content: "\e9a3";
}

.pli-bear:before {
  content: "\e9a4";
}

.pli-beard:before {
  content: "\e9a5";
}

.pli-beard-2:before {
  content: "\e9a6";
}

.pli-beard-3:before {
  content: "\e9a7";
}

.pli-bebo:before {
  content: "\e9a8";
}

.pli-bee:before {
  content: "\e9a9";
}

.pli-beer:before {
  content: "\e9aa";
}

.pli-beer-glass:before {
  content: "\e9ab";
}

.pli-behance:before {
  content: "\e9ac";
}

.pli-bell:before {
  content: "\e9ad";
}

.pli-bell-2:before {
  content: "\e9ae";
}

.pli-belt:before {
  content: "\e9af";
}

.pli-belt-2:before {
  content: "\e9b0";
}

.pli-belt-3:before {
  content: "\e9b1";
}

.pli-berlin-tower:before {
  content: "\e9b2";
}

.pli-beta:before {
  content: "\e9b3";
}

.pli-betvibes:before {
  content: "\e9b4";
}

.pli-bicycle:before {
  content: "\e9b5";
}

.pli-bicycle-2:before {
  content: "\e9b6";
}

.pli-bicycle-3:before {
  content: "\e9b7";
}

.pli-big-ben:before {
  content: "\e9b8";
}

.pli-big-data:before {
  content: "\e9b9";
}

.pli-bike-helmet:before {
  content: "\e9ba";
}

.pli-bikini:before {
  content: "\e9bb";
}

.pli-billing:before {
  content: "\e9bc";
}

.pli-bing:before {
  content: "\e9bd";
}

.pli-binocular:before {
  content: "\e9be";
}

.pli-bio-hazard:before {
  content: "\e9bf";
}

.pli-biotech:before {
  content: "\e9c0";
}

.pli-bird:before {
  content: "\e9c1";
}

.pli-bird-delivering-letter:before {
  content: "\e9c2";
}

.pli-birthday-cake:before {
  content: "\e9c3";
}

.pli-bisexual:before {
  content: "\e9c4";
}

.pli-bishop:before {
  content: "\e9c5";
}

.pli-bitcoin:before {
  content: "\e9c6";
}

.pli-black-cat:before {
  content: "\e9c7";
}

.pli-blackboard:before {
  content: "\e9c8";
}

.pli-blinklist:before {
  content: "\e9c9";
}

.pli-block-cloud:before {
  content: "\e9ca";
}

.pli-block-window:before {
  content: "\e9cb";
}

.pli-blogger:before {
  content: "\e9cc";
}

.pli-blood:before {
  content: "\e9cd";
}

.pli-blouse:before {
  content: "\e9ce";
}

.pli-blueprint:before {
  content: "\e9cf";
}

.pli-board:before {
  content: "\e9d0";
}

.pli-bodybuilding:before {
  content: "\e9d1";
}

.pli-bold-text:before {
  content: "\e9d2";
}

.pli-bone:before {
  content: "\e9d3";
}

.pli-bones:before {
  content: "\e9d4";
}

.pli-book:before {
  content: "\e9d5";
}

.pli-bookmark:before {
  content: "\e9d6";
}

.pli-books:before {
  content: "\e9d7";
}

.pli-books-2:before {
  content: "\e9d8";
}

.pli-boom:before {
  content: "\e9d9";
}

.pli-boot:before {
  content: "\e9da";
}

.pli-boot-2:before {
  content: "\e9db";
}

.pli-bottom-to-top:before {
  content: "\e9dc";
}

.pli-bow:before {
  content: "\e9dd";
}

.pli-bow-2:before {
  content: "\e9de";
}

.pli-bow-3:before {
  content: "\e9df";
}

.pli-bow-4:before {
  content: "\e9e0";
}

.pli-bow-5:before {
  content: "\e9e1";
}

.pli-bow-6:before {
  content: "\e9e2";
}

.pli-bowling:before {
  content: "\e9e3";
}

.pli-bowling-2:before {
  content: "\e9e4";
}

.pli-box:before {
  content: "\e9e5";
}

.pli-box-close:before {
  content: "\e9e6";
}

.pli-box-full:before {
  content: "\e9e7";
}

.pli-box-gloves:before {
  content: "\e9e8";
}

.pli-box-open:before {
  content: "\e9e9";
}

.pli-box-with-folders:before {
  content: "\e9ea";
}

.pli-boy:before {
  content: "\e9eb";
}

.pli-bra:before {
  content: "\e9ec";
}

.pli-brain:before {
  content: "\e9ed";
}

.pli-brain-2:before {
  content: "\e9ee";
}

.pli-brain-3:before {
  content: "\e9ef";
}

.pli-brazil:before {
  content: "\e9f0";
}

.pli-bread:before {
  content: "\e9f1";
}

.pli-bread-2:before {
  content: "\e9f2";
}

.pli-bridge:before {
  content: "\e9f3";
}

.pli-brightkite:before {
  content: "\e9f4";
}

.pli-broken-link:before {
  content: "\e9f5";
}

.pli-broken-link-2:before {
  content: "\e9f6";
}

.pli-broom:before {
  content: "\e9f7";
}

.pli-brush:before {
  content: "\e9f8";
}

.pli-bucket:before {
  content: "\e9f9";
}

.pli-bug:before {
  content: "\e9fa";
}

.pli-building:before {
  content: "\e9fb";
}

.pli-bulleted-list:before {
  content: "\e9fc";
}

.pli-bus:before {
  content: "\e9fd";
}

.pli-bus-2:before {
  content: "\e9fe";
}

.pli-business-man:before {
  content: "\e9ff";
}

.pli-business-man-woman:before {
  content: "\ea00";
}

.pli-business-mens:before {
  content: "\ea01";
}

.pli-business-woman:before {
  content: "\ea02";
}

.pli-butterfly:before {
  content: "\ea03";
}

.pli-button:before {
  content: "\ea04";
}

.pli-cable-car:before {
  content: "\ea05";
}

.pli-cake:before {
  content: "\ea06";
}

.pli-calculator:before {
  content: "\ea07";
}

.pli-calculator-2:before {
  content: "\ea08";
}

.pli-calculator-3:before {
  content: "\ea09";
}

.pli-calendar:before {
  content: "\ea0a";
}

.pli-calendar-2:before {
  content: "\ea0b";
}

.pli-calendar-3:before {
  content: "\ea0c";
}

.pli-calendar-4:before {
  content: "\ea0d";
}

.pli-calendar-clock:before {
  content: "\ea0e";
}

.pli-camel:before {
  content: "\ea0f";
}

.pli-camera:before {
  content: "\ea10";
}

.pli-camera-2:before {
  content: "\ea11";
}

.pli-camera-3:before {
  content: "\ea12";
}

.pli-camera-4:before {
  content: "\ea13";
}

.pli-camera-5:before {
  content: "\ea14";
}

.pli-camera-back:before {
  content: "\ea15";
}

.pli-can:before {
  content: "\ea16";
}

.pli-can-2:before {
  content: "\ea17";
}

.pli-canada:before {
  content: "\ea18";
}

.pli-cancer:before {
  content: "\ea19";
}

.pli-cancer-2:before {
  content: "\ea1a";
}

.pli-cancer-3:before {
  content: "\ea1b";
}

.pli-candle:before {
  content: "\ea1c";
}

.pli-candy:before {
  content: "\ea1d";
}

.pli-candy-cane:before {
  content: "\ea1e";
}

.pli-cannon:before {
  content: "\ea1f";
}

.pli-cap:before {
  content: "\ea20";
}

.pli-cap-2:before {
  content: "\ea21";
}

.pli-cap-3:before {
  content: "\ea22";
}

.pli-cap-smiley:before {
  content: "\ea23";
}

.pli-capricorn:before {
  content: "\ea24";
}

.pli-capricorn-2:before {
  content: "\ea25";
}

.pli-car:before {
  content: "\ea26";
}

.pli-car-2:before {
  content: "\ea27";
}

.pli-car-3:before {
  content: "\ea28";
}

.pli-car-wheel:before {
  content: "\ea29";
}

.pli-cardigan:before {
  content: "\ea2a";
}

.pli-cardiovascular:before {
  content: "\ea2b";
}

.pli-cart-coin:before {
  content: "\ea2c";
}

.pli-cart-items:before {
  content: "\ea2d";
}

.pli-cart-quantity:before {
  content: "\ea2e";
}

.pli-casette-tape:before {
  content: "\ea2f";
}

.pli-cash-register:before {
  content: "\ea30";
}

.pli-cash-register-2:before {
  content: "\ea31";
}

.pli-castle:before {
  content: "\ea32";
}

.pli-cat:before {
  content: "\ea33";
}

.pli-cathedral:before {
  content: "\ea34";
}

.pli-cauldron:before {
  content: "\ea35";
}

.pli-cd:before {
  content: "\ea36";
}

.pli-cd-2:before {
  content: "\ea37";
}

.pli-cd-cover:before {
  content: "\ea38";
}

.pli-cello:before {
  content: "\ea39";
}

.pli-celsius:before {
  content: "\ea3a";
}

.pli-chair:before {
  content: "\ea3b";
}

.pli-charger:before {
  content: "\ea3c";
}

.pli-check:before {
  content: "\ea3d";
}

.pli-check-2:before {
  content: "\ea3e";
}

.pli-checked-user:before {
  content: "\ea3f";
}

.pli-checkered-flag:before {
  content: "\ea40";
}

.pli-checkmate:before {
  content: "\ea41";
}

.pli-checkout:before {
  content: "\ea42";
}

.pli-checkout-bag:before {
  content: "\ea43";
}

.pli-checkout-basket:before {
  content: "\ea44";
}

.pli-cheese:before {
  content: "\ea45";
}

.pli-cheetah:before {
  content: "\ea46";
}

.pli-chef:before {
  content: "\ea47";
}

.pli-chef-hat:before {
  content: "\ea48";
}

.pli-chef-hat-2:before {
  content: "\ea49";
}

.pli-chemical:before {
  content: "\ea4a";
}

.pli-chemical-2:before {
  content: "\ea4b";
}

.pli-chemical-3:before {
  content: "\ea4c";
}

.pli-chemical-4:before {
  content: "\ea4d";
}

.pli-chemical-5:before {
  content: "\ea4e";
}

.pli-chess:before {
  content: "\ea4f";
}

.pli-chess-board:before {
  content: "\ea50";
}

.pli-chevron-down:before {
  content: "\ea51";
}

.pli-chevron-left:before {
  content: "\ea52";
}

.pli-chevron-right:before {
  content: "\ea53";
}

.pli-chevron-up:before {
  content: "\ea54";
}

.pli-chicken:before {
  content: "\ea55";
}

.pli-chile:before {
  content: "\ea56";
}

.pli-chimney:before {
  content: "\ea57";
}

.pli-china:before {
  content: "\ea58";
}

.pli-chinese-temple:before {
  content: "\ea59";
}

.pli-chip:before {
  content: "\ea5a";
}

.pli-chopsticks:before {
  content: "\ea5b";
}

.pli-chopsticks-2:before {
  content: "\ea5c";
}

.pli-christmas:before {
  content: "\ea5d";
}

.pli-christmas-ball:before {
  content: "\ea5e";
}

.pli-christmas-bell:before {
  content: "\ea5f";
}

.pli-christmas-candle:before {
  content: "\ea60";
}

.pli-christmas-hat:before {
  content: "\ea61";
}

.pli-christmas-sleigh:before {
  content: "\ea62";
}

.pli-christmas-snowman:before {
  content: "\ea63";
}

.pli-christmas-sock:before {
  content: "\ea64";
}

.pli-christmas-tree:before {
  content: "\ea65";
}

.pli-chrome:before {
  content: "\ea66";
}

.pli-chrysler-building:before {
  content: "\ea67";
}

.pli-cinema:before {
  content: "\ea68";
}

.pli-circular-point:before {
  content: "\ea69";
}

.pli-city-hall:before {
  content: "\ea6a";
}

.pli-clamp:before {
  content: "\ea6b";
}

.pli-clapperboard-close:before {
  content: "\ea6c";
}

.pli-clapperboard-open:before {
  content: "\ea6d";
}

.pli-claps:before {
  content: "\ea6e";
}

.pli-clef:before {
  content: "\ea6f";
}

.pli-clinic:before {
  content: "\ea70";
}

.pli-clock:before {
  content: "\ea71";
}

.pli-clock-2:before {
  content: "\ea72";
}

.pli-clock-3:before {
  content: "\ea73";
}

.pli-clock-4:before {
  content: "\ea74";
}

.pli-clock-back:before {
  content: "\ea75";
}

.pli-clock-forward:before {
  content: "\ea76";
}

.pli-close:before {
  content: "\ea77";
}

.pli-close-window:before {
  content: "\ea78";
}

.pli-clothing-store:before {
  content: "\ea79";
}

.pli-cloud:before {
  content: "\ea7a";
}

.pli-cloud-camera:before {
  content: "\ea7b";
}

.pli-cloud-computer:before {
  content: "\ea7c";
}

.pli-cloud-email:before {
  content: "\ea7d";
}

.pli-cloud-hail:before {
  content: "\ea7e";
}

.pli-cloud-laptop:before {
  content: "\ea7f";
}

.pli-cloud-lock:before {
  content: "\ea80";
}

.pli-cloud-min:before {
  content: "\ea81";
}

.pli-cloud-moon:before {
  content: "\ea82";
}

.pli-cloud-music:before {
  content: "\ea83";
}

.pli-cloud-picture:before {
  content: "\ea84";
}

.pli-cloud-plus:before {
  content: "\ea85";
}

.pli-cloud-rain:before {
  content: "\ea86";
}

.pli-cloud-remove:before {
  content: "\ea87";
}

.pli-cloud-secure:before {
  content: "\ea88";
}

.pli-cloud-settings:before {
  content: "\ea89";
}

.pli-cloud-smartphone:before {
  content: "\ea8a";
}

.pli-cloud-snow:before {
  content: "\ea8b";
}

.pli-cloud-sun:before {
  content: "\ea8c";
}

.pli-cloud-tablet:before {
  content: "\ea8d";
}

.pli-cloud-video:before {
  content: "\ea8e";
}

.pli-cloud-weather:before {
  content: "\ea8f";
}

.pli-clouds:before {
  content: "\ea90";
}

.pli-clouds-weather:before {
  content: "\ea91";
}

.pli-clown:before {
  content: "\ea92";
}

.pli-cmyk:before {
  content: "\ea93";
}

.pli-coat:before {
  content: "\ea94";
}

.pli-cocktail:before {
  content: "\ea95";
}

.pli-coconut:before {
  content: "\ea96";
}

.pli-code-window:before {
  content: "\ea97";
}

.pli-coding:before {
  content: "\ea98";
}

.pli-coffee:before {
  content: "\ea99";
}

.pli-coffee-2:before {
  content: "\ea9a";
}

.pli-coffee-bean:before {
  content: "\ea9b";
}

.pli-coffee-machine:before {
  content: "\ea9c";
}

.pli-coffee-to-go:before {
  content: "\ea9d";
}

.pli-coffin:before {
  content: "\ea9e";
}

.pli-coin:before {
  content: "\ea9f";
}

.pli-coins:before {
  content: "\eaa0";
}

.pli-coins-2:before {
  content: "\eaa1";
}

.pli-coins-3:before {
  content: "\eaa2";
}

.pli-colombia:before {
  content: "\eaa3";
}

.pli-colosseum:before {
  content: "\eaa4";
}

.pli-column:before {
  content: "\eaa5";
}

.pli-column-2:before {
  content: "\eaa6";
}

.pli-column-3:before {
  content: "\eaa7";
}

.pli-comb:before {
  content: "\eaa8";
}

.pli-comb-2:before {
  content: "\eaa9";
}

.pli-communication-tower:before {
  content: "\eaaa";
}

.pli-communication-tower-2:before {
  content: "\eaab";
}

.pli-compass:before {
  content: "\eaac";
}

.pli-compass-2:before {
  content: "\eaad";
}

.pli-compass-3:before {
  content: "\eaae";
}

.pli-compass-4:before {
  content: "\eaaf";
}

.pli-compass-rose:before {
  content: "\eab0";
}

.pli-computer:before {
  content: "\eab1";
}

.pli-computer-2:before {
  content: "\eab2";
}

.pli-computer-3:before {
  content: "\eab3";
}

.pli-computer-secure:before {
  content: "\eab4";
}

.pli-conference:before {
  content: "\eab5";
}

.pli-confused:before {
  content: "\eab6";
}

.pli-conservation:before {
  content: "\eab7";
}

.pli-consulting:before {
  content: "\eab8";
}

.pli-contrast:before {
  content: "\eab9";
}

.pli-control:before {
  content: "\eaba";
}

.pli-control-2:before {
  content: "\eabb";
}

.pli-cookie-man:before {
  content: "\eabc";
}

.pli-cookies:before {
  content: "\eabd";
}

.pli-cool:before {
  content: "\eabe";
}

.pli-cool-guy:before {
  content: "\eabf";
}

.pli-copyright:before {
  content: "\eac0";
}

.pli-costume:before {
  content: "\eac1";
}

.pli-couple-sign:before {
  content: "\eac2";
}

.pli-cow:before {
  content: "\eac3";
}

.pli-cpu:before {
  content: "\eac4";
}

.pli-crane:before {
  content: "\eac5";
}

.pli-cranium:before {
  content: "\eac6";
}

.pli-credit-card:before {
  content: "\eac7";
}

.pli-credit-card-2:before {
  content: "\eac8";
}

.pli-credit-card-3:before {
  content: "\eac9";
}

.pli-cricket:before {
  content: "\eaca";
}

.pli-criminal:before {
  content: "\eacb";
}

.pli-croissant:before {
  content: "\eacc";
}

.pli-crop:before {
  content: "\eacd";
}

.pli-crop-2:before {
  content: "\eace";
}

.pli-cross:before {
  content: "\eacf";
}

.pli-crown:before {
  content: "\ead0";
}

.pli-crown-2:before {
  content: "\ead1";
}

.pli-crying:before {
  content: "\ead2";
}

.pli-cube-molecule:before {
  content: "\ead3";
}

.pli-cube-molecule-2:before {
  content: "\ead4";
}

.pli-cupcake:before {
  content: "\ead5";
}

.pli-cursor:before {
  content: "\ead6";
}

.pli-cursor-click:before {
  content: "\ead7";
}

.pli-cursor-click-2:before {
  content: "\ead8";
}

.pli-cursor-move:before {
  content: "\ead9";
}

.pli-cursor-move-2:before {
  content: "\eada";
}

.pli-cursor-select:before {
  content: "\eadb";
}

.pli-dam:before {
  content: "\eadc";
}

.pli-danger:before {
  content: "\eadd";
}

.pli-danger-2:before {
  content: "\eade";
}

.pli-dashboard:before {
  content: "\eadf";
}

.pli-data:before {
  content: "\eae0";
}

.pli-data-backup:before {
  content: "\eae1";
}

.pli-data-block:before {
  content: "\eae2";
}

.pli-data-center:before {
  content: "\eae3";
}

.pli-data-clock:before {
  content: "\eae4";
}

.pli-data-cloud:before {
  content: "\eae5";
}

.pli-data-compress:before {
  content: "\eae6";
}

.pli-data-copy:before {
  content: "\eae7";
}

.pli-data-download:before {
  content: "\eae8";
}

.pli-data-financial:before {
  content: "\eae9";
}

.pli-data-key:before {
  content: "\eaea";
}

.pli-data-lock:before {
  content: "\eaeb";
}

.pli-data-network:before {
  content: "\eaec";
}

.pli-data-password:before {
  content: "\eaed";
}

.pli-data-power:before {
  content: "\eaee";
}

.pli-data-refresh:before {
  content: "\eaef";
}

.pli-data-save:before {
  content: "\eaf0";
}

.pli-data-search:before {
  content: "\eaf1";
}

.pli-data-security:before {
  content: "\eaf2";
}

.pli-data-settings:before {
  content: "\eaf3";
}

.pli-data-sharing:before {
  content: "\eaf4";
}

.pli-data-shield:before {
  content: "\eaf5";
}

.pli-data-signal:before {
  content: "\eaf6";
}

.pli-data-storage:before {
  content: "\eaf7";
}

.pli-data-stream:before {
  content: "\eaf8";
}

.pli-data-transfer:before {
  content: "\eaf9";
}

.pli-data-unlock:before {
  content: "\eafa";
}

.pli-data-upload:before {
  content: "\eafb";
}

.pli-data-yes:before {
  content: "\eafc";
}

.pli-daylight:before {
  content: "\eafd";
}

.pli-death:before {
  content: "\eafe";
}

.pli-debian:before {
  content: "\eaff";
}

.pli-dec:before {
  content: "\eb00";
}

.pli-decrease-indent:before {
  content: "\eb01";
}

.pli-deer:before {
  content: "\eb02";
}

.pli-deer-2:before {
  content: "\eb03";
}

.pli-delete-window:before {
  content: "\eb04";
}

.pli-delicious:before {
  content: "\eb05";
}

.pli-denmark:before {
  content: "\eb06";
}

.pli-depression:before {
  content: "\eb07";
}

.pli-deviantart:before {
  content: "\eb08";
}

.pli-device-sync-with-cloud:before {
  content: "\eb09";
}

.pli-diamond:before {
  content: "\eb0a";
}

.pli-dice:before {
  content: "\eb0b";
}

.pli-dice-2:before {
  content: "\eb0c";
}

.pli-digg:before {
  content: "\eb0d";
}

.pli-digital-drawing:before {
  content: "\eb0e";
}

.pli-diigo:before {
  content: "\eb0f";
}

.pli-dinosaur:before {
  content: "\eb10";
}

.pli-diploma:before {
  content: "\eb11";
}

.pli-diploma-2:before {
  content: "\eb12";
}

.pli-direction-east:before {
  content: "\eb13";
}

.pli-direction-north:before {
  content: "\eb14";
}

.pli-direction-south:before {
  content: "\eb15";
}

.pli-direction-west:before {
  content: "\eb16";
}

.pli-director:before {
  content: "\eb17";
}

.pli-disk:before {
  content: "\eb18";
}

.pli-dj:before {
  content: "\eb19";
}

.pli-dna:before {
  content: "\eb1a";
}

.pli-dna-2:before {
  content: "\eb1b";
}

.pli-dna-helix:before {
  content: "\eb1c";
}

.pli-doctor:before {
  content: "\eb1d";
}

.pli-dog:before {
  content: "\eb1e";
}

.pli-dollar:before {
  content: "\eb1f";
}

.pli-dollar-sign:before {
  content: "\eb20";
}

.pli-dollar-sign-2:before {
  content: "\eb21";
}

.pli-dolphin:before {
  content: "\eb22";
}

.pli-domino:before {
  content: "\eb23";
}

.pli-door:before {
  content: "\eb24";
}

.pli-door-hanger:before {
  content: "\eb25";
}

.pli-dopplr:before {
  content: "\eb26";
}

.pli-dot-horizontal:before {
  content: "\eb27";
}

.pli-dot-vertical:before {
  content: "\eb28";
}

.pli-double-circle:before {
  content: "\eb29";
}

.pli-double-tap:before {
  content: "\eb2a";
}

.pli-doughnut:before {
  content: "\eb2b";
}

.pli-dove:before {
  content: "\eb2c";
}

.pli-down:before {
  content: "\eb2d";
}

.pli-down-2:before {
  content: "\eb2e";
}

.pli-down-3:before {
  content: "\eb2f";
}

.pli-down-4:before {
  content: "\eb30";
}

.pli-download:before {
  content: "\eb31";
}

.pli-download-2:before {
  content: "\eb32";
}

.pli-download-from-cloud:before {
  content: "\eb33";
}

.pli-download-window:before {
  content: "\eb34";
}

.pli-downward:before {
  content: "\eb35";
}

.pli-drag:before {
  content: "\eb36";
}

.pli-drag-down:before {
  content: "\eb37";
}

.pli-drag-left:before {
  content: "\eb38";
}

.pli-drag-right:before {
  content: "\eb39";
}

.pli-drag-up:before {
  content: "\eb3a";
}

.pli-dress:before {
  content: "\eb3b";
}

.pli-dribbble:before {
  content: "\eb3c";
}

.pli-drill:before {
  content: "\eb3d";
}

.pli-drill-2:before {
  content: "\eb3e";
}

.pli-drop:before {
  content: "\eb3f";
}

.pli-dropbox:before {
  content: "\eb40";
}

.pli-drum:before {
  content: "\eb41";
}

.pli-dry:before {
  content: "\eb42";
}

.pli-duck:before {
  content: "\eb43";
}

.pli-dumbbell:before {
  content: "\eb44";
}

.pli-duplicate-layer:before {
  content: "\eb45";
}

.pli-duplicate-window:before {
  content: "\eb46";
}

.pli-dvd:before {
  content: "\eb47";
}

.pli-eagle:before {
  content: "\eb48";
}

.pli-ear:before {
  content: "\eb49";
}

.pli-earphones:before {
  content: "\eb4a";
}

.pli-earphones-2:before {
  content: "\eb4b";
}

.pli-eco-icon:before {
  content: "\eb4c";
}

.pli-edit:before {
  content: "\eb4d";
}

.pli-edit-map:before {
  content: "\eb4e";
}

.pli-eggs:before {
  content: "\eb4f";
}

.pli-egypt:before {
  content: "\eb50";
}

.pli-eifel-tower:before {
  content: "\eb51";
}

.pli-eject:before {
  content: "\eb52";
}

.pli-eject-2:before {
  content: "\eb53";
}

.pli-el-castillo:before {
  content: "\eb54";
}

.pli-elbow:before {
  content: "\eb55";
}

.pli-electric-guitar:before {
  content: "\eb56";
}

.pli-electricity:before {
  content: "\eb57";
}

.pli-elephant:before {
  content: "\eb58";
}

.pli-email:before {
  content: "\eb59";
}

.pli-embassy:before {
  content: "\eb5a";
}

.pli-empire-state-building:before {
  content: "\eb5b";
}

.pli-empty-box:before {
  content: "\eb5c";
}

.pli-end:before {
  content: "\eb5d";
}

.pli-end-2:before {
  content: "\eb5e";
}

.pli-end-3:before {
  content: "\eb5f";
}

.pli-endways:before {
  content: "\eb60";
}

.pli-engineering:before {
  content: "\eb61";
}

.pli-envelope:before {
  content: "\eb62";
}

.pli-envelope-2:before {
  content: "\eb63";
}

.pli-environmental:before {
  content: "\eb64";
}

.pli-environmental-2:before {
  content: "\eb65";
}

.pli-environmental-3:before {
  content: "\eb66";
}

.pli-equalizer:before {
  content: "\eb67";
}

.pli-eraser:before {
  content: "\eb68";
}

.pli-eraser-2:before {
  content: "\eb69";
}

.pli-eraser-3:before {
  content: "\eb6a";
}

.pli-error-404-window:before {
  content: "\eb6b";
}

.pli-euro:before {
  content: "\eb6c";
}

.pli-euro-sign:before {
  content: "\eb6d";
}

.pli-euro-sign-2:before {
  content: "\eb6e";
}

.pli-evernote:before {
  content: "\eb6f";
}

.pli-evil:before {
  content: "\eb70";
}

.pli-exclamation:before {
  content: "\eb71";
}

.pli-explode:before {
  content: "\eb72";
}

.pli-eye:before {
  content: "\eb73";
}

.pli-eye-2:before {
  content: "\eb74";
}

.pli-eye-blind:before {
  content: "\eb75";
}

.pli-eye-invisible:before {
  content: "\eb76";
}

.pli-eye-scan:before {
  content: "\eb77";
}

.pli-eye-visible:before {
  content: "\eb78";
}

.pli-eyebrow:before {
  content: "\eb79";
}

.pli-eyebrow-2:before {
  content: "\eb7a";
}

.pli-eyebrow-3:before {
  content: "\eb7b";
}

.pli-eyeglasses-smiley:before {
  content: "\eb7c";
}

.pli-eyeglasses-smiley-2:before {
  content: "\eb7d";
}

.pli-face-style:before {
  content: "\eb7e";
}

.pli-face-style-2:before {
  content: "\eb7f";
}

.pli-face-style-3:before {
  content: "\eb80";
}

.pli-face-style-4:before {
  content: "\eb81";
}

.pli-face-style-5:before {
  content: "\eb82";
}

.pli-face-style-6:before {
  content: "\eb83";
}

.pli-facebook:before {
  content: "\eb84";
}

.pli-facebook-2:before {
  content: "\eb85";
}

.pli-factory:before {
  content: "\eb86";
}

.pli-factory-2:before {
  content: "\eb87";
}

.pli-fahrenheit:before {
  content: "\eb88";
}

.pli-family-sign:before {
  content: "\eb89";
}

.pli-fan:before {
  content: "\eb8a";
}

.pli-farmer:before {
  content: "\eb8b";
}

.pli-fashion:before {
  content: "\eb8c";
}

.pli-favorite-window:before {
  content: "\eb8d";
}

.pli-fax:before {
  content: "\eb8e";
}

.pli-feather:before {
  content: "\eb8f";
}

.pli-feedburner:before {
  content: "\eb90";
}

.pli-female:before {
  content: "\eb91";
}

.pli-female-2:before {
  content: "\eb92";
}

.pli-female-sign:before {
  content: "\eb93";
}

.pli-file:before {
  content: "\eb94";
}

.pli-file-add:before {
  content: "\eb95";
}

.pli-file-block:before {
  content: "\eb96";
}

.pli-file-bookmark:before {
  content: "\eb97";
}

.pli-file-chart:before {
  content: "\eb98";
}

.pli-file-clipboard:before {
  content: "\eb99";
}

.pli-file-clipboard-file-text:before {
  content: "\eb9a";
}

.pli-file-clipboard-text-image:before {
  content: "\eb9b";
}

.pli-file-cloud:before {
  content: "\eb9c";
}

.pli-file-copy:before {
  content: "\eb9d";
}

.pli-file-copy-2:before {
  content: "\eb9e";
}

.pli-file-csv:before {
  content: "\eb9f";
}

.pli-file-delete:before {
  content: "\eba0";
}

.pli-file-download:before {
  content: "\eba1";
}

.pli-file-edit:before {
  content: "\eba2";
}

.pli-file-excel:before {
  content: "\eba3";
}

.pli-file-favorite:before {
  content: "\eba4";
}

.pli-file-fire:before {
  content: "\eba5";
}

.pli-file-graph:before {
  content: "\eba6";
}

.pli-file-hide:before {
  content: "\eba7";
}

.pli-file-horizontal:before {
  content: "\eba8";
}

.pli-file-horizontal-text:before {
  content: "\eba9";
}

.pli-file-html:before {
  content: "\ebaa";
}

.pli-file-jpg:before {
  content: "\ebab";
}

.pli-file-link:before {
  content: "\ebac";
}

.pli-file-loading:before {
  content: "\ebad";
}

.pli-file-lock:before {
  content: "\ebae";
}

.pli-file-love:before {
  content: "\ebaf";
}

.pli-file-music:before {
  content: "\ebb0";
}

.pli-file-network:before {
  content: "\ebb1";
}

.pli-file-pictures:before {
  content: "\ebb2";
}

.pli-file-pie:before {
  content: "\ebb3";
}

.pli-file-presentation:before {
  content: "\ebb4";
}

.pli-file-refresh:before {
  content: "\ebb5";
}

.pli-file-remove:before {
  content: "\ebb6";
}

.pli-file-search:before {
  content: "\ebb7";
}

.pli-file-settings:before {
  content: "\ebb8";
}

.pli-file-share:before {
  content: "\ebb9";
}

.pli-file-text-image:before {
  content: "\ebba";
}

.pli-file-trash:before {
  content: "\ebbb";
}

.pli-file-txt:before {
  content: "\ebbc";
}

.pli-file-upload:before {
  content: "\ebbd";
}

.pli-file-video:before {
  content: "\ebbe";
}

.pli-file-word:before {
  content: "\ebbf";
}

.pli-file-zip:before {
  content: "\ebc0";
}

.pli-files:before {
  content: "\ebc1";
}

.pli-film:before {
  content: "\ebc2";
}

.pli-film-board:before {
  content: "\ebc3";
}

.pli-film-cartridge:before {
  content: "\ebc4";
}

.pli-film-strip:before {
  content: "\ebc5";
}

.pli-film-video:before {
  content: "\ebc6";
}

.pli-filter:before {
  content: "\ebc7";
}

.pli-filter-2:before {
  content: "\ebc8";
}

.pli-financial:before {
  content: "\ebc9";
}

.pli-find-user:before {
  content: "\ebca";
}

.pli-finger:before {
  content: "\ebcb";
}

.pli-finger-drag-four-sides:before {
  content: "\ebcc";
}

.pli-finger-drag-two-sides:before {
  content: "\ebcd";
}

.pli-finger-print:before {
  content: "\ebce";
}

.pli-fingerprint:before {
  content: "\ebcf";
}

.pli-fingerprint-2:before {
  content: "\ebd0";
}

.pli-fire-flame:before {
  content: "\ebd1";
}

.pli-fire-flame-2:before {
  content: "\ebd2";
}

.pli-fire-hydrant:before {
  content: "\ebd3";
}

.pli-fire-station:before {
  content: "\ebd4";
}

.pli-firefox:before {
  content: "\ebd5";
}

.pli-firewall:before {
  content: "\ebd6";
}

.pli-first:before {
  content: "\ebd7";
}

.pli-first-aid:before {
  content: "\ebd8";
}

.pli-fish:before {
  content: "\ebd9";
}

.pli-fish-food:before {
  content: "\ebda";
}

.pli-fit-to:before {
  content: "\ebdb";
}

.pli-fit-to-2:before {
  content: "\ebdc";
}

.pli-five-fingers:before {
  content: "\ebdd";
}

.pli-five-fingers-drag:before {
  content: "\ebde";
}

.pli-five-fingers-drag-2:before {
  content: "\ebdf";
}

.pli-five-fingers-touch:before {
  content: "\ebe0";
}

.pli-flag:before {
  content: "\ebe1";
}

.pli-flag-2:before {
  content: "\ebe2";
}

.pli-flag-3:before {
  content: "\ebe3";
}

.pli-flag-4:before {
  content: "\ebe4";
}

.pli-flag-5:before {
  content: "\ebe5";
}

.pli-flag-6:before {
  content: "\ebe6";
}

.pli-flamingo:before {
  content: "\ebe7";
}

.pli-flash:before {
  content: "\ebe8";
}

.pli-flash-2:before {
  content: "\ebe9";
}

.pli-flash-video:before {
  content: "\ebea";
}

.pli-flashlight:before {
  content: "\ebeb";
}

.pli-flask:before {
  content: "\ebec";
}

.pli-flask-2:before {
  content: "\ebed";
}

.pli-flick:before {
  content: "\ebee";
}

.pli-flickr:before {
  content: "\ebef";
}

.pli-flowerpot:before {
  content: "\ebf0";
}

.pli-fluorescent:before {
  content: "\ebf1";
}

.pli-fog-day:before {
  content: "\ebf2";
}

.pli-fog-night:before {
  content: "\ebf3";
}

.pli-folder:before {
  content: "\ebf4";
}

.pli-folder-add:before {
  content: "\ebf5";
}

.pli-folder-archive:before {
  content: "\ebf6";
}

.pli-folder-binder:before {
  content: "\ebf7";
}

.pli-folder-binder-2:before {
  content: "\ebf8";
}

.pli-folder-block:before {
  content: "\ebf9";
}

.pli-folder-bookmark:before {
  content: "\ebfa";
}

.pli-folder-close:before {
  content: "\ebfb";
}

.pli-folder-cloud:before {
  content: "\ebfc";
}

.pli-folder-delete:before {
  content: "\ebfd";
}

.pli-folder-download:before {
  content: "\ebfe";
}

.pli-folder-edit:before {
  content: "\ebff";
}

.pli-folder-favorite:before {
  content: "\ec00";
}

.pli-folder-fire:before {
  content: "\ec01";
}

.pli-folder-hide:before {
  content: "\ec02";
}

.pli-folder-link:before {
  content: "\ec03";
}

.pli-folder-loading:before {
  content: "\ec04";
}

.pli-folder-lock:before {
  content: "\ec05";
}

.pli-folder-love:before {
  content: "\ec06";
}

.pli-folder-music:before {
  content: "\ec07";
}

.pli-folder-network:before {
  content: "\ec08";
}

.pli-folder-open:before {
  content: "\ec09";
}

.pli-folder-open-2:before {
  content: "\ec0a";
}

.pli-folder-organizing:before {
  content: "\ec0b";
}

.pli-folder-pictures:before {
  content: "\ec0c";
}

.pli-folder-refresh:before {
  content: "\ec0d";
}

.pli-folder-remove:before {
  content: "\ec0e";
}

.pli-folder-search:before {
  content: "\ec0f";
}

.pli-folder-settings:before {
  content: "\ec10";
}

.pli-folder-share:before {
  content: "\ec11";
}

.pli-folder-trash:before {
  content: "\ec12";
}

.pli-folder-upload:before {
  content: "\ec13";
}

.pli-folder-video:before {
  content: "\ec14";
}

.pli-folder-with-document:before {
  content: "\ec15";
}

.pli-folder-zip:before {
  content: "\ec16";
}

.pli-folders:before {
  content: "\ec17";
}

.pli-font-color:before {
  content: "\ec18";
}

.pli-font-name:before {
  content: "\ec19";
}

.pli-font-size:before {
  content: "\ec1a";
}

.pli-font-style:before {
  content: "\ec1b";
}

.pli-font-style-subscript:before {
  content: "\ec1c";
}

.pli-font-style-superscript:before {
  content: "\ec1d";
}

.pli-font-window:before {
  content: "\ec1e";
}

.pli-foot:before {
  content: "\ec1f";
}

.pli-foot-2:before {
  content: "\ec20";
}

.pli-football:before {
  content: "\ec21";
}

.pli-football-2:before {
  content: "\ec22";
}

.pli-footprint:before {
  content: "\ec23";
}

.pli-footprint-2:before {
  content: "\ec24";
}

.pli-footprint-3:before {
  content: "\ec25";
}

.pli-forest:before {
  content: "\ec26";
}

.pli-fork:before {
  content: "\ec27";
}

.pli-formspring:before {
  content: "\ec28";
}

.pli-formula:before {
  content: "\ec29";
}

.pli-forward:before {
  content: "\ec2a";
}

.pli-fountain-pen:before {
  content: "\ec2b";
}

.pli-four-fingers:before {
  content: "\ec2c";
}

.pli-four-fingers-drag:before {
  content: "\ec2d";
}

.pli-four-fingers-drag-2:before {
  content: "\ec2e";
}

.pli-four-fingers-touch:before {
  content: "\ec2f";
}

.pli-foursquare:before {
  content: "\ec30";
}

.pli-fox:before {
  content: "\ec31";
}

.pli-frankenstein:before {
  content: "\ec32";
}

.pli-french-fries:before {
  content: "\ec33";
}

.pli-friendfeed:before {
  content: "\ec34";
}

.pli-friendster:before {
  content: "\ec35";
}

.pli-frog:before {
  content: "\ec36";
}

.pli-fruits:before {
  content: "\ec37";
}

.pli-fuel:before {
  content: "\ec38";
}

.pli-full-bag:before {
  content: "\ec39";
}

.pli-full-basket:before {
  content: "\ec3a";
}

.pli-full-cart:before {
  content: "\ec3b";
}

.pli-full-moon:before {
  content: "\ec3c";
}

.pli-full-screen:before {
  content: "\ec3d";
}

.pli-full-screen-2:before {
  content: "\ec3e";
}

.pli-full-view:before {
  content: "\ec3f";
}

.pli-full-view-2:before {
  content: "\ec40";
}

.pli-full-view-window:before {
  content: "\ec41";
}

.pli-function:before {
  content: "\ec42";
}

.pli-funky:before {
  content: "\ec43";
}

.pli-funny-bicycle:before {
  content: "\ec44";
}

.pli-furl:before {
  content: "\ec45";
}

.pli-gamepad:before {
  content: "\ec46";
}

.pli-gamepad-2:before {
  content: "\ec47";
}

.pli-gas-pump:before {
  content: "\ec48";
}

.pli-gauge:before {
  content: "\ec49";
}

.pli-gauge-2:before {
  content: "\ec4a";
}

.pli-gay:before {
  content: "\ec4b";
}

.pli-gear:before {
  content: "\ec4c";
}

.pli-gear-2:before {
  content: "\ec4d";
}

.pli-gears:before {
  content: "\ec4e";
}

.pli-gears-2:before {
  content: "\ec4f";
}

.pli-geek:before {
  content: "\ec50";
}

.pli-geek-2:before {
  content: "\ec51";
}

.pli-gemini:before {
  content: "\ec52";
}

.pli-gemini-2:before {
  content: "\ec53";
}

.pli-genius:before {
  content: "\ec54";
}

.pli-gentleman:before {
  content: "\ec55";
}

.pli-geo:before {
  content: "\ec56";
}

.pli-geo-2:before {
  content: "\ec57";
}

.pli-geo-2-close:before {
  content: "\ec58";
}

.pli-geo-2-love:before {
  content: "\ec59";
}

.pli-geo-2-min:before {
  content: "\ec5a";
}

.pli-geo-2-number:before {
  content: "\ec5b";
}

.pli-geo-2-plus:before {
  content: "\ec5c";
}

.pli-geo-2-star:before {
  content: "\ec5d";
}

.pli-geo-3:before {
  content: "\ec5e";
}

.pli-geo-3-close:before {
  content: "\ec5f";
}

.pli-geo-3-love:before {
  content: "\ec60";
}

.pli-geo-3-min:before {
  content: "\ec61";
}

.pli-geo-3-number:before {
  content: "\ec62";
}

.pli-geo-3-plus:before {
  content: "\ec63";
}

.pli-geo-3-star:before {
  content: "\ec64";
}

.pli-geo-close:before {
  content: "\ec65";
}

.pli-geo-love:before {
  content: "\ec66";
}

.pli-geo-min:before {
  content: "\ec67";
}

.pli-geo-number:before {
  content: "\ec68";
}

.pli-geo-plus:before {
  content: "\ec69";
}

.pli-geo-star:before {
  content: "\ec6a";
}

.pli-ghost:before {
  content: "\ec6b";
}

.pli-gift-box:before {
  content: "\ec6c";
}

.pli-giraffe:before {
  content: "\ec6d";
}

.pli-girl:before {
  content: "\ec6e";
}

.pli-glass-water:before {
  content: "\ec6f";
}

.pli-glasses:before {
  content: "\ec70";
}

.pli-glasses-2:before {
  content: "\ec71";
}

.pli-glasses-3:before {
  content: "\ec72";
}

.pli-global-position:before {
  content: "\ec73";
}

.pli-globe:before {
  content: "\ec74";
}

.pli-globe-2:before {
  content: "\ec75";
}

.pli-gloves:before {
  content: "\ec76";
}

.pli-go-bottom:before {
  content: "\ec77";
}

.pli-go-top:before {
  content: "\ec78";
}

.pli-goggles:before {
  content: "\ec79";
}

.pli-golf:before {
  content: "\ec7a";
}

.pli-golf-2:before {
  content: "\ec7b";
}

.pli-google:before {
  content: "\ec7c";
}

.pli-google-buzz:before {
  content: "\ec7d";
}

.pli-google-drive:before {
  content: "\ec7e";
}

.pli-google-play:before {
  content: "\ec7f";
}

.pli-google-plus:before {
  content: "\ec80";
}

.pli-gopro:before {
  content: "\ec81";
}

.pli-gorilla:before {
  content: "\ec82";
}

.pli-gowalla:before {
  content: "\ec83";
}

.pli-grave:before {
  content: "\ec84";
}

.pli-graveyard:before {
  content: "\ec85";
}

.pli-greece:before {
  content: "\ec86";
}

.pli-green-energy:before {
  content: "\ec87";
}

.pli-green-house:before {
  content: "\ec88";
}

.pli-guitar:before {
  content: "\ec89";
}

.pli-gun:before {
  content: "\ec8a";
}

.pli-gun-2:before {
  content: "\ec8b";
}

.pli-gun-3:before {
  content: "\ec8c";
}

.pli-gymnastics:before {
  content: "\ec8d";
}

.pli-hair:before {
  content: "\ec8e";
}

.pli-hair-2:before {
  content: "\ec8f";
}

.pli-hair-3:before {
  content: "\ec90";
}

.pli-hair-4:before {
  content: "\ec91";
}

.pli-half-moon:before {
  content: "\ec92";
}

.pli-halloween-halfmoon:before {
  content: "\ec93";
}

.pli-halloween-moon:before {
  content: "\ec94";
}

.pli-hamburger:before {
  content: "\ec95";
}

.pli-hammer:before {
  content: "\ec96";
}

.pli-hand:before {
  content: "\ec97";
}

.pli-hand-touch:before {
  content: "\ec98";
}

.pli-hand-touch-2:before {
  content: "\ec99";
}

.pli-hand-touch-smartphone:before {
  content: "\ec9a";
}

.pli-hands:before {
  content: "\ec9b";
}

.pli-handshake:before {
  content: "\ec9c";
}

.pli-hanger:before {
  content: "\ec9d";
}

.pli-happy:before {
  content: "\ec9e";
}

.pli-hat:before {
  content: "\ec9f";
}

.pli-hat-2:before {
  content: "\eca0";
}

.pli-haunted-house:before {
  content: "\eca1";
}

.pli-hd:before {
  content: "\eca2";
}

.pli-hd-video:before {
  content: "\eca3";
}

.pli-hdd:before {
  content: "\eca4";
}

.pli-headphone:before {
  content: "\eca5";
}

.pli-headphones:before {
  content: "\eca6";
}

.pli-headset:before {
  content: "\eca7";
}

.pli-heart:before {
  content: "\eca8";
}

.pli-heart-2:before {
  content: "\eca9";
}

.pli-heels:before {
  content: "\ecaa";
}

.pli-heels-2:before {
  content: "\ecab";
}

.pli-height-window:before {
  content: "\ecac";
}

.pli-helicopter:before {
  content: "\ecad";
}

.pli-helicopter-2:before {
  content: "\ecae";
}

.pli-helix-2:before {
  content: "\ecaf";
}

.pli-hello:before {
  content: "\ecb0";
}

.pli-helmet:before {
  content: "\ecb1";
}

.pli-helmet-2:before {
  content: "\ecb2";
}

.pli-helmet-3:before {
  content: "\ecb3";
}

.pli-hippo:before {
  content: "\ecb4";
}

.pli-hipster-glasses:before {
  content: "\ecb5";
}

.pli-hipster-glasses-2:before {
  content: "\ecb6";
}

.pli-hipster-glasses-3:before {
  content: "\ecb7";
}

.pli-hipster-headphones:before {
  content: "\ecb8";
}

.pli-hipster-man:before {
  content: "\ecb9";
}

.pli-hipster-man-2:before {
  content: "\ecba";
}

.pli-hipster-man-3:before {
  content: "\ecbb";
}

.pli-hipster-sunglasses:before {
  content: "\ecbc";
}

.pli-hipster-sunglasses-2:before {
  content: "\ecbd";
}

.pli-hipster-sunglasses-3:before {
  content: "\ecbe";
}

.pli-hokey:before {
  content: "\ecbf";
}

.pli-holly:before {
  content: "\ecc0";
}

.pli-home:before {
  content: "\ecc1";
}

.pli-home-2:before {
  content: "\ecc2";
}

.pli-home-3:before {
  content: "\ecc3";
}

.pli-home-4:before {
  content: "\ecc4";
}

.pli-home-5:before {
  content: "\ecc5";
}

.pli-home-window:before {
  content: "\ecc6";
}

.pli-honey:before {
  content: "\ecc7";
}

.pli-hongkong:before {
  content: "\ecc8";
}

.pli-hoodie:before {
  content: "\ecc9";
}

.pli-horror:before {
  content: "\ecca";
}

.pli-horse:before {
  content: "\eccb";
}

.pli-hospital:before {
  content: "\eccc";
}

.pli-hospital-2:before {
  content: "\eccd";
}

.pli-hot-dog:before {
  content: "\ecce";
}

.pli-hotel:before {
  content: "\eccf";
}

.pli-hour:before {
  content: "\ecd0";
}

.pli-hub:before {
  content: "\ecd1";
}

.pli-humor:before {
  content: "\ecd2";
}

.pli-hurt:before {
  content: "\ecd3";
}

.pli-ice-cream:before {
  content: "\ecd4";
}

.pli-icq:before {
  content: "\ecd5";
}

.pli-id-2:before {
  content: "\ecd6";
}

.pli-id-3:before {
  content: "\ecd7";
}

.pli-id-card:before {
  content: "\ecd8";
}

.pli-idea:before {
  content: "\ecd9";
}

.pli-idea-2:before {
  content: "\ecda";
}

.pli-idea-3:before {
  content: "\ecdb";
}

.pli-idea-4:before {
  content: "\ecdc";
}

.pli-idea-5:before {
  content: "\ecdd";
}

.pli-identification-badge:before {
  content: "\ecde";
}

.pli-imdb:before {
  content: "\ecdf";
}

.pli-inbox:before {
  content: "\ece0";
}

.pli-inbox-empty:before {
  content: "\ece1";
}

.pli-inbox-forward:before {
  content: "\ece2";
}

.pli-inbox-full:before {
  content: "\ece3";
}

.pli-inbox-into:before {
  content: "\ece4";
}

.pli-inbox-out:before {
  content: "\ece5";
}

.pli-inbox-reply:before {
  content: "\ece6";
}

.pli-increase-indent:before {
  content: "\ece7";
}

.pli-indent-first-line:before {
  content: "\ece8";
}

.pli-indent-left-margin:before {
  content: "\ece9";
}

.pli-indent-right-margin:before {
  content: "\ecea";
}

.pli-india:before {
  content: "\eceb";
}

.pli-infinity:before {
  content: "\ecec";
}

.pli-info-window:before {
  content: "\eced";
}

.pli-information:before {
  content: "\ecee";
}

.pli-instagram:before {
  content: "\ecef";
}

.pli-internet:before {
  content: "\ecf0";
}

.pli-internet-2:before {
  content: "\ecf1";
}

.pli-internet-explorer:before {
  content: "\ecf2";
}

.pli-internet-smiley:before {
  content: "\ecf3";
}

.pli-ios-apple:before {
  content: "\ecf4";
}

.pli-israel:before {
  content: "\ecf5";
}

.pli-italic-text:before {
  content: "\ecf6";
}

.pli-jacket:before {
  content: "\ecf7";
}

.pli-jacket-2:before {
  content: "\ecf8";
}

.pli-jamaica:before {
  content: "\ecf9";
}

.pli-japan:before {
  content: "\ecfa";
}

.pli-japanese-gate:before {
  content: "\ecfb";
}

.pli-jeans:before {
  content: "\ecfc";
}

.pli-jeep:before {
  content: "\ecfd";
}

.pli-jeep-2:before {
  content: "\ecfe";
}

.pli-jet:before {
  content: "\ecff";
}

.pli-joystick:before {
  content: "\ed00";
}

.pli-juice:before {
  content: "\ed01";
}

.pli-jump-rope:before {
  content: "\ed02";
}

.pli-kangaroo:before {
  content: "\ed03";
}

.pli-kenya:before {
  content: "\ed04";
}

.pli-key:before {
  content: "\ed05";
}

.pli-key-2:before {
  content: "\ed06";
}

.pli-key-3:before {
  content: "\ed07";
}

.pli-key-lock:before {
  content: "\ed08";
}

.pli-keyboard:before {
  content: "\ed09";
}

.pli-keyboard-3:before {
  content: "\ed0a";
}

.pli-keypad:before {
  content: "\ed0b";
}

.pli-king:before {
  content: "\ed0c";
}

.pli-king-2:before {
  content: "\ed0d";
}

.pli-kiss:before {
  content: "\ed0e";
}

.pli-knee:before {
  content: "\ed0f";
}

.pli-knife:before {
  content: "\ed10";
}

.pli-knife-2:before {
  content: "\ed11";
}

.pli-knight:before {
  content: "\ed12";
}

.pli-koala:before {
  content: "\ed13";
}

.pli-korea:before {
  content: "\ed14";
}

.pli-lamp:before {
  content: "\ed15";
}

.pli-landscape:before {
  content: "\ed16";
}

.pli-landscape-2:before {
  content: "\ed17";
}

.pli-lantern:before {
  content: "\ed18";
}

.pli-laptop:before {
  content: "\ed19";
}

.pli-laptop-2:before {
  content: "\ed1a";
}

.pli-laptop-3:before {
  content: "\ed1b";
}

.pli-laptop-phone:before {
  content: "\ed1c";
}

.pli-laptop-secure:before {
  content: "\ed1d";
}

.pli-laptop-tablet:before {
  content: "\ed1e";
}

.pli-laser:before {
  content: "\ed1f";
}

.pli-last:before {
  content: "\ed20";
}

.pli-last-fm:before {
  content: "\ed21";
}

.pli-laughing:before {
  content: "\ed22";
}

.pli-layer-backward:before {
  content: "\ed23";
}

.pli-layer-forward:before {
  content: "\ed24";
}

.pli-layout-grid:before {
  content: "\ed25";
}

.pli-leafs:before {
  content: "\ed26";
}

.pli-leafs-2:before {
  content: "\ed27";
}

.pli-leaning-tower:before {
  content: "\ed28";
}

.pli-left:before {
  content: "\ed29";
}

.pli-left-2:before {
  content: "\ed2a";
}

.pli-left-3:before {
  content: "\ed2b";
}

.pli-left-4:before {
  content: "\ed2c";
}

.pli-left-right:before {
  content: "\ed2d";
}

.pli-left-right-3:before {
  content: "\ed2e";
}

.pli-left-to-right:before {
  content: "\ed2f";
}

.pli-leg:before {
  content: "\ed30";
}

.pli-leg-2:before {
  content: "\ed31";
}

.pli-lego:before {
  content: "\ed32";
}

.pli-lemon:before {
  content: "\ed33";
}

.pli-len:before {
  content: "\ed34";
}

.pli-len-2:before {
  content: "\ed35";
}

.pli-len-3:before {
  content: "\ed36";
}

.pli-leo:before {
  content: "\ed37";
}

.pli-leo-2:before {
  content: "\ed38";
}

.pli-leopard:before {
  content: "\ed39";
}

.pli-letter-close:before {
  content: "\ed3a";
}

.pli-letter-open:before {
  content: "\ed3b";
}

.pli-letter-sent:before {
  content: "\ed3c";
}

.pli-libra:before {
  content: "\ed3d";
}

.pli-libra-2:before {
  content: "\ed3e";
}

.pli-library:before {
  content: "\ed3f";
}

.pli-library-2:before {
  content: "\ed40";
}

.pli-life-jacket:before {
  content: "\ed41";
}

.pli-lifesaver:before {
  content: "\ed42";
}

.pli-light-bulb:before {
  content: "\ed43";
}

.pli-light-bulb-2:before {
  content: "\ed44";
}

.pli-light-bulb-leaf:before {
  content: "\ed45";
}

.pli-lighthouse:before {
  content: "\ed46";
}

.pli-like:before {
  content: "\ed47";
}

.pli-like-2:before {
  content: "\ed48";
}

.pli-line-chart:before {
  content: "\ed49";
}

.pli-line-chart-2:before {
  content: "\ed4a";
}

.pli-line-chart-3:before {
  content: "\ed4b";
}

.pli-line-chart-4:before {
  content: "\ed4c";
}

.pli-line-spacing:before {
  content: "\ed4d";
}

.pli-line-spacing-text:before {
  content: "\ed4e";
}

.pli-link:before {
  content: "\ed4f";
}

.pli-link-2:before {
  content: "\ed50";
}

.pli-linkedin:before {
  content: "\ed51";
}

.pli-linkedin-2:before {
  content: "\ed52";
}

.pli-linux:before {
  content: "\ed53";
}

.pli-lion:before {
  content: "\ed54";
}

.pli-livejournal:before {
  content: "\ed55";
}

.pli-loading:before {
  content: "\ed56";
}

.pli-loading-2:before {
  content: "\ed57";
}

.pli-loading-3:before {
  content: "\ed58";
}

.pli-loading-window:before {
  content: "\ed59";
}

.pli-location:before {
  content: "\ed5a";
}

.pli-location-2:before {
  content: "\ed5b";
}

.pli-lock:before {
  content: "\ed5c";
}

.pli-lock-2:before {
  content: "\ed5d";
}

.pli-lock-3:before {
  content: "\ed5e";
}

.pli-lock-user:before {
  content: "\ed5f";
}

.pli-lock-window:before {
  content: "\ed60";
}

.pli-lollipop:before {
  content: "\ed61";
}

.pli-lollipop-2:before {
  content: "\ed62";
}

.pli-lollipop-3:before {
  content: "\ed63";
}

.pli-loop:before {
  content: "\ed64";
}

.pli-loud:before {
  content: "\ed65";
}

.pli-loudspeaker:before {
  content: "\ed66";
}

.pli-love:before {
  content: "\ed67";
}

.pli-love-2:before {
  content: "\ed68";
}

.pli-love-user:before {
  content: "\ed69";
}

.pli-love-window:before {
  content: "\ed6a";
}

.pli-lowercase-text:before {
  content: "\ed6b";
}

.pli-luggage:before {
  content: "\ed6c";
}

.pli-luggage-2:before {
  content: "\ed6d";
}

.pli-macro:before {
  content: "\ed6e";
}

.pli-magic-wand:before {
  content: "\ed6f";
}

.pli-magnet:before {
  content: "\ed70";
}

.pli-magnifi-glass:before {
  content: "\ed71";
}

.pli-magnifi-glass-min:before {
  content: "\ed72";
}

.pli-magnifi-glass-plus:before {
  content: "\ed73";
}

.pli-mail:before {
  content: "\ed74";
}

.pli-mail-2:before {
  content: "\ed75";
}

.pli-mail-3:before {
  content: "\ed76";
}

.pli-mail-add:before {
  content: "\ed77";
}

.pli-mail-attachment:before {
  content: "\ed78";
}

.pli-mail-block:before {
  content: "\ed79";
}

.pli-mail-delete:before {
  content: "\ed7a";
}

.pli-mail-favorite:before {
  content: "\ed7b";
}

.pli-mail-forward:before {
  content: "\ed7c";
}

.pli-mail-gallery:before {
  content: "\ed7d";
}

.pli-mail-inbox:before {
  content: "\ed7e";
}

.pli-mail-link:before {
  content: "\ed7f";
}

.pli-mail-lock:before {
  content: "\ed80";
}

.pli-mail-love:before {
  content: "\ed81";
}

.pli-mail-money:before {
  content: "\ed82";
}

.pli-mail-open:before {
  content: "\ed83";
}

.pli-mail-outbox:before {
  content: "\ed84";
}

.pli-mail-password:before {
  content: "\ed85";
}

.pli-mail-photo:before {
  content: "\ed86";
}

.pli-mail-read:before {
  content: "\ed87";
}

.pli-mail-remove:before {
  content: "\ed88";
}

.pli-mail-reply:before {
  content: "\ed89";
}

.pli-mail-reply-all:before {
  content: "\ed8a";
}

.pli-mail-search:before {
  content: "\ed8b";
}

.pli-mail-send:before {
  content: "\ed8c";
}

.pli-mail-settings:before {
  content: "\ed8d";
}

.pli-mail-unread:before {
  content: "\ed8e";
}

.pli-mail-video:before {
  content: "\ed8f";
}

.pli-mail-with-at-sign:before {
  content: "\ed90";
}

.pli-mail-with-cursor:before {
  content: "\ed91";
}

.pli-mailbox-empty:before {
  content: "\ed92";
}

.pli-mailbox-full:before {
  content: "\ed93";
}

.pli-male:before {
  content: "\ed94";
}

.pli-male + female:before {
  content: "\ed95";
}

.pli-male-2:before {
  content: "\ed96";
}

.pli-male-female:before {
  content: "\ed97";
}

.pli-male-sign:before {
  content: "\ed98";
}

.pli-man-sign:before {
  content: "\ed99";
}

.pli-management:before {
  content: "\ed9a";
}

.pli-mans-underwear:before {
  content: "\ed9b";
}

.pli-mans-underwear-2:before {
  content: "\ed9c";
}

.pli-map:before {
  content: "\ed9d";
}

.pli-map-2:before {
  content: "\ed9e";
}

.pli-map-marker:before {
  content: "\ed9f";
}

.pli-map-marker-2:before {
  content: "\eda0";
}

.pli-map-marker-3:before {
  content: "\eda1";
}

.pli-marker:before {
  content: "\eda2";
}

.pli-marker-2:before {
  content: "\eda3";
}

.pli-marker-3:before {
  content: "\eda4";
}

.pli-martini-glass:before {
  content: "\eda5";
}

.pli-mask:before {
  content: "\eda6";
}

.pli-master-card:before {
  content: "\eda7";
}

.pli-maximize:before {
  content: "\eda8";
}

.pli-maximize-2:before {
  content: "\eda9";
}

.pli-maximize-3:before {
  content: "\edaa";
}

.pli-maximize-window:before {
  content: "\edab";
}

.pli-medal:before {
  content: "\edac";
}

.pli-medal-2:before {
  content: "\edad";
}

.pli-medal-3:before {
  content: "\edae";
}

.pli-medical-sign:before {
  content: "\edaf";
}

.pli-medicine:before {
  content: "\edb0";
}

.pli-medicine-2:before {
  content: "\edb1";
}

.pli-medicine-3:before {
  content: "\edb2";
}

.pli-megaphone:before {
  content: "\edb3";
}

.pli-memory-card:before {
  content: "\edb4";
}

.pli-memory-card-2:before {
  content: "\edb5";
}

.pli-memory-card-3:before {
  content: "\edb6";
}

.pli-men:before {
  content: "\edb7";
}

.pli-menorah:before {
  content: "\edb8";
}

.pli-mens:before {
  content: "\edb9";
}

.pli-metacafe:before {
  content: "\edba";
}

.pli-mexico:before {
  content: "\edbb";
}

.pli-mic:before {
  content: "\edbc";
}

.pli-microphone:before {
  content: "\edbd";
}

.pli-microphone-2:before {
  content: "\edbe";
}

.pli-microphone-3:before {
  content: "\edbf";
}

.pli-microphone-4:before {
  content: "\edc0";
}

.pli-microphone-5:before {
  content: "\edc1";
}

.pli-microphone-6:before {
  content: "\edc2";
}

.pli-microphone-7:before {
  content: "\edc3";
}

.pli-microscope:before {
  content: "\edc4";
}

.pli-milk-bottle:before {
  content: "\edc5";
}

.pli-milk-bottle-2:before {
  content: "\edc6";
}

.pli-min:before {
  content: "\edc7";
}

.pli-mine:before {
  content: "\edc8";
}

.pli-minimize:before {
  content: "\edc9";
}

.pli-minimize-2:before {
  content: "\edca";
}

.pli-minimize-3:before {
  content: "\edcb";
}

.pli-minimize-maximize-close-window:before {
  content: "\edcc";
}

.pli-minimize-window:before {
  content: "\edcd";
}

.pli-mirror:before {
  content: "\edce";
}

.pli-mixer:before {
  content: "\edcf";
}

.pli-mixx:before {
  content: "\edd0";
}

.pli-money:before {
  content: "\edd1";
}

.pli-money-2:before {
  content: "\edd2";
}

.pli-money-bag:before {
  content: "\edd3";
}

.pli-money-smiley:before {
  content: "\edd4";
}

.pli-monitor:before {
  content: "\edd5";
}

.pli-monitor-2:before {
  content: "\edd6";
}

.pli-monitor-3:before {
  content: "\edd7";
}

.pli-monitor-4:before {
  content: "\edd8";
}

.pli-monitor-5:before {
  content: "\edd9";
}

.pli-monitor-analytics:before {
  content: "\edda";
}

.pli-monitor-laptop:before {
  content: "\eddb";
}

.pli-monitor-phone:before {
  content: "\eddc";
}

.pli-monitor-tablet:before {
  content: "\eddd";
}

.pli-monitor-vertical:before {
  content: "\edde";
}

.pli-monitoring:before {
  content: "\eddf";
}

.pli-monkey:before {
  content: "\ede0";
}

.pli-monster:before {
  content: "\ede1";
}

.pli-morocco:before {
  content: "\ede2";
}

.pli-motorcycle:before {
  content: "\ede3";
}

.pli-mouse:before {
  content: "\ede4";
}

.pli-mouse-2:before {
  content: "\ede5";
}

.pli-mouse-3:before {
  content: "\ede6";
}

.pli-mouse-4:before {
  content: "\ede7";
}

.pli-mouse-pointer:before {
  content: "\ede8";
}

.pli-moustache-smiley:before {
  content: "\ede9";
}

.pli-movie:before {
  content: "\edea";
}

.pli-movie-ticket:before {
  content: "\edeb";
}

.pli-mp3-file:before {
  content: "\edec";
}

.pli-museum:before {
  content: "\eded";
}

.pli-mushroom:before {
  content: "\edee";
}

.pli-music-note:before {
  content: "\edef";
}

.pli-music-note-2:before {
  content: "\edf0";
}

.pli-music-note-3:before {
  content: "\edf1";
}

.pli-music-note-4:before {
  content: "\edf2";
}

.pli-music-player:before {
  content: "\edf3";
}

.pli-mustache:before {
  content: "\edf4";
}

.pli-mustache-2:before {
  content: "\edf5";
}

.pli-mustache-3:before {
  content: "\edf6";
}

.pli-mustache-4:before {
  content: "\edf7";
}

.pli-mustache-5:before {
  content: "\edf8";
}

.pli-mustache-6:before {
  content: "\edf9";
}

.pli-mustache-7:before {
  content: "\edfa";
}

.pli-mustache-8:before {
  content: "\edfb";
}

.pli-mute:before {
  content: "\edfc";
}

.pli-myspace:before {
  content: "\edfd";
}

.pli-navigate-end:before {
  content: "\edfe";
}

.pli-navigate-start:before {
  content: "\edff";
}

.pli-navigation-left-window:before {
  content: "\ee00";
}

.pli-navigation-right-window:before {
  content: "\ee01";
}

.pli-nepal:before {
  content: "\ee02";
}

.pli-netscape:before {
  content: "\ee03";
}

.pli-network:before {
  content: "\ee04";
}

.pli-network-window:before {
  content: "\ee05";
}

.pli-neutron:before {
  content: "\ee06";
}

.pli-new-mail:before {
  content: "\ee07";
}

.pli-new-tab:before {
  content: "\ee08";
}

.pli-newspaper:before {
  content: "\ee09";
}

.pli-newspaper-2:before {
  content: "\ee0a";
}

.pli-newsvine:before {
  content: "\ee0b";
}

.pli-next:before {
  content: "\ee0c";
}

.pli-next-media:before {
  content: "\ee0d";
}

.pli-next-media-2:before {
  content: "\ee0e";
}

.pli-next-music:before {
  content: "\ee0f";
}

.pli-no-battery:before {
  content: "\ee10";
}

.pli-no-drop:before {
  content: "\ee11";
}

.pli-no-flash:before {
  content: "\ee12";
}

.pli-no-smoking:before {
  content: "\ee13";
}

.pli-normal-text:before {
  content: "\ee14";
}

.pli-nose:before {
  content: "\ee15";
}

.pli-note:before {
  content: "\ee16";
}

.pli-notepad:before {
  content: "\ee17";
}

.pli-notepad-2:before {
  content: "\ee18";
}

.pli-nuclear:before {
  content: "\ee19";
}

.pli-numbering-list:before {
  content: "\ee1a";
}

.pli-nurse:before {
  content: "\ee1b";
}

.pli-office:before {
  content: "\ee1c";
}

.pli-office-lamp:before {
  content: "\ee1d";
}

.pli-oil:before {
  content: "\ee1e";
}

.pli-old-camera:before {
  content: "\ee1f";
}

.pli-old-cassette:before {
  content: "\ee20";
}

.pli-old-clock:before {
  content: "\ee21";
}

.pli-old-radio:before {
  content: "\ee22";
}

.pli-old-sticky:before {
  content: "\ee23";
}

.pli-old-sticky-2:before {
  content: "\ee24";
}

.pli-old-telephone:before {
  content: "\ee25";
}

.pli-old-tv:before {
  content: "\ee26";
}

.pli-on-air:before {
  content: "\ee27";
}

.pli-on-off:before {
  content: "\ee28";
}

.pli-on-off-2:before {
  content: "\ee29";
}

.pli-on-off-3:before {
  content: "\ee2a";
}

.pli-one-finger:before {
  content: "\ee2b";
}

.pli-one-finger-touch:before {
  content: "\ee2c";
}

.pli-one-window:before {
  content: "\ee2d";
}

.pli-open-banana:before {
  content: "\ee2e";
}

.pli-open-book:before {
  content: "\ee2f";
}

.pli-opera:before {
  content: "\ee30";
}

.pli-opera-house:before {
  content: "\ee31";
}

.pli-optimization:before {
  content: "\ee32";
}

.pli-orientation:before {
  content: "\ee33";
}

.pli-orientation-2:before {
  content: "\ee34";
}

.pli-orientation-3:before {
  content: "\ee35";
}

.pli-orkut:before {
  content: "\ee36";
}

.pli-ornament:before {
  content: "\ee37";
}

.pli-overtime:before {
  content: "\ee38";
}

.pli-overtime-2:before {
  content: "\ee39";
}

.pli-owl:before {
  content: "\ee3a";
}

.pli-pac-man:before {
  content: "\ee3b";
}

.pli-paint-brush:before {
  content: "\ee3c";
}

.pli-paint-bucket:before {
  content: "\ee3d";
}

.pli-paintbrush:before {
  content: "\ee3e";
}

.pli-palette:before {
  content: "\ee3f";
}

.pli-palm-tree:before {
  content: "\ee40";
}

.pli-panda:before {
  content: "\ee41";
}

.pli-panorama:before {
  content: "\ee42";
}

.pli-pantheon:before {
  content: "\ee43";
}

.pli-pantone:before {
  content: "\ee44";
}

.pli-pants:before {
  content: "\ee45";
}

.pli-paper:before {
  content: "\ee46";
}

.pli-paper-plane:before {
  content: "\ee47";
}

.pli-paperclip:before {
  content: "\ee48";
}

.pli-parasailing:before {
  content: "\ee49";
}

.pli-parrot:before {
  content: "\ee4a";
}

.pli-password:before {
  content: "\ee4b";
}

.pli-password-field:before {
  content: "\ee4c";
}

.pli-password-shopping:before {
  content: "\ee4d";
}

.pli-password-shopping-2:before {
  content: "\ee4e";
}

.pli-pause:before {
  content: "\ee4f";
}

.pli-pause-2:before {
  content: "\ee50";
}

.pli-paw:before {
  content: "\ee51";
}

.pli-pawn:before {
  content: "\ee52";
}

.pli-paypal:before {
  content: "\ee53";
}

.pli-pen:before {
  content: "\ee54";
}

.pli-pen-2:before {
  content: "\ee55";
}

.pli-pen-3:before {
  content: "\ee56";
}

.pli-pen-4:before {
  content: "\ee57";
}

.pli-pen-5:before {
  content: "\ee58";
}

.pli-pen-6:before {
  content: "\ee59";
}

.pli-pencil:before {
  content: "\ee5a";
}

.pli-pencil-ruler:before {
  content: "\ee5b";
}

.pli-penguin:before {
  content: "\ee5c";
}

.pli-pentagon:before {
  content: "\ee5d";
}

.pli-people-on-cloud:before {
  content: "\ee5e";
}

.pli-pepper:before {
  content: "\ee5f";
}

.pli-pepper-with-fire:before {
  content: "\ee60";
}

.pli-petrol:before {
  content: "\ee61";
}

.pli-petronas-tower:before {
  content: "\ee62";
}

.pli-philippines:before {
  content: "\ee63";
}

.pli-phone:before {
  content: "\ee64";
}

.pli-phone-2:before {
  content: "\ee65";
}

.pli-phone-3:before {
  content: "\ee66";
}

.pli-phone-3g:before {
  content: "\ee67";
}

.pli-phone-4g:before {
  content: "\ee68";
}

.pli-phone-simcard:before {
  content: "\ee69";
}

.pli-phone-sms:before {
  content: "\ee6a";
}

.pli-phone-wifi:before {
  content: "\ee6b";
}

.pli-photo:before {
  content: "\ee6c";
}

.pli-photo-2:before {
  content: "\ee6d";
}

.pli-photo-3:before {
  content: "\ee6e";
}

.pli-photo-album:before {
  content: "\ee6f";
}

.pli-photo-album-2:before {
  content: "\ee70";
}

.pli-photo-album-3:before {
  content: "\ee71";
}

.pli-photos:before {
  content: "\ee72";
}

.pli-physics:before {
  content: "\ee73";
}

.pli-pi:before {
  content: "\ee74";
}

.pli-piano:before {
  content: "\ee75";
}

.pli-picasa:before {
  content: "\ee76";
}

.pli-pie-chart:before {
  content: "\ee77";
}

.pli-pie-chart-2:before {
  content: "\ee78";
}

.pli-pie-chart-3:before {
  content: "\ee79";
}

.pli-pilates:before {
  content: "\ee7a";
}

.pli-pilates-2:before {
  content: "\ee7b";
}

.pli-pilates-3:before {
  content: "\ee7c";
}

.pli-pilot:before {
  content: "\ee7d";
}

.pli-pinch:before {
  content: "\ee7e";
}

.pli-ping-pong:before {
  content: "\ee7f";
}

.pli-pinterest:before {
  content: "\ee80";
}

.pli-pipe:before {
  content: "\ee81";
}

.pli-pipette:before {
  content: "\ee82";
}

.pli-pisces:before {
  content: "\ee83";
}

.pli-pisces-2:before {
  content: "\ee84";
}

.pli-pizza:before {
  content: "\ee85";
}

.pli-pizza-slice:before {
  content: "\ee86";
}

.pli-plane:before {
  content: "\ee87";
}

.pli-plane-2:before {
  content: "\ee88";
}

.pli-plant:before {
  content: "\ee89";
}

.pli-plasmid:before {
  content: "\ee8a";
}

.pli-plaster:before {
  content: "\ee8b";
}

.pli-plastic-cup-phone:before {
  content: "\ee8c";
}

.pli-plastic-cup-phone-2:before {
  content: "\ee8d";
}

.pli-plate:before {
  content: "\ee8e";
}

.pli-plates:before {
  content: "\ee8f";
}

.pli-plaxo:before {
  content: "\ee90";
}

.pli-play-music:before {
  content: "\ee91";
}

.pli-plug-in:before {
  content: "\ee92";
}

.pli-plug-in-2:before {
  content: "\ee93";
}

.pli-plurk:before {
  content: "\ee94";
}

.pli-pointer:before {
  content: "\ee95";
}

.pli-poland:before {
  content: "\ee96";
}

.pli-police:before {
  content: "\ee97";
}

.pli-police-man:before {
  content: "\ee98";
}

.pli-police-station:before {
  content: "\ee99";
}

.pli-police-woman:before {
  content: "\ee9a";
}

.pli-polo-shirt:before {
  content: "\ee9b";
}

.pli-portrait:before {
  content: "\ee9c";
}

.pli-portugal:before {
  content: "\ee9d";
}

.pli-post-mail:before {
  content: "\ee9e";
}

.pli-post-mail-2:before {
  content: "\ee9f";
}

.pli-post-office:before {
  content: "\eea0";
}

.pli-post-sign:before {
  content: "\eea1";
}

.pli-post-sign-2-ways:before {
  content: "\eea2";
}

.pli-posterous:before {
  content: "\eea3";
}

.pli-pound:before {
  content: "\eea4";
}

.pli-pound-sign:before {
  content: "\eea5";
}

.pli-pound-sign-2:before {
  content: "\eea6";
}

.pli-power:before {
  content: "\eea7";
}

.pli-power-2:before {
  content: "\eea8";
}

.pli-power-3:before {
  content: "\eea9";
}

.pli-power-cable:before {
  content: "\eeaa";
}

.pli-power-station:before {
  content: "\eeab";
}

.pli-prater:before {
  content: "\eeac";
}

.pli-present:before {
  content: "\eead";
}

.pli-presents:before {
  content: "\eeae";
}

.pli-press:before {
  content: "\eeaf";
}

.pli-preview:before {
  content: "\eeb0";
}

.pli-previous:before {
  content: "\eeb1";
}

.pli-pricing:before {
  content: "\eeb2";
}

.pli-printer:before {
  content: "\eeb3";
}

.pli-professor:before {
  content: "\eeb4";
}

.pli-profile:before {
  content: "\eeb5";
}

.pli-project:before {
  content: "\eeb6";
}

.pli-projector:before {
  content: "\eeb7";
}

.pli-projector-2:before {
  content: "\eeb8";
}

.pli-pulse:before {
  content: "\eeb9";
}

.pli-pumpkin:before {
  content: "\eeba";
}

.pli-punk:before {
  content: "\eebb";
}

.pli-punker:before {
  content: "\eebc";
}

.pli-puzzle:before {
  content: "\eebd";
}

.pli-pyramids:before {
  content: "\eebe";
}

.pli-qik:before {
  content: "\eebf";
}

.pli-qr-code:before {
  content: "\eec0";
}

.pli-queen:before {
  content: "\eec1";
}

.pli-queen-2:before {
  content: "\eec2";
}

.pli-question:before {
  content: "\eec3";
}

.pli-question-circle:before {
  content: "\eec4";
}

.pli-quill:before {
  content: "\eec5";
}

.pli-quill-2:before {
  content: "\eec6";
}

.pli-quill-3:before {
  content: "\eec7";
}

.pli-quotes:before {
  content: "\eec8";
}

.pli-quotes-2:before {
  content: "\eec9";
}

.pli-radio:before {
  content: "\eeca";
}

.pli-radioactive:before {
  content: "\eecb";
}

.pli-rafting:before {
  content: "\eecc";
}

.pli-rain-drop:before {
  content: "\eecd";
}

.pli-rainbow:before {
  content: "\eece";
}

.pli-rainbow-2:before {
  content: "\eecf";
}

.pli-ram:before {
  content: "\eed0";
}

.pli-razor-blade:before {
  content: "\eed1";
}

.pli-receipt:before {
  content: "\eed2";
}

.pli-receipt-2:before {
  content: "\eed3";
}

.pli-receipt-3:before {
  content: "\eed4";
}

.pli-receipt-4:before {
  content: "\eed5";
}

.pli-record:before {
  content: "\eed6";
}

.pli-record-3:before {
  content: "\eed7";
}

.pli-record-music:before {
  content: "\eed8";
}

.pli-record-music-2:before {
  content: "\eed9";
}

.pli-recycling:before {
  content: "\eeda";
}

.pli-recycling-2:before {
  content: "\eedb";
}

.pli-reddit:before {
  content: "\eedc";
}

.pli-redhat:before {
  content: "\eedd";
}

.pli-redirect:before {
  content: "\eede";
}

.pli-redo:before {
  content: "\eedf";
}

.pli-reel:before {
  content: "\eee0";
}

.pli-refinery:before {
  content: "\eee1";
}

.pli-refresh:before {
  content: "\eee2";
}

.pli-refresh-window:before {
  content: "\eee3";
}

.pli-reload:before {
  content: "\eee4";
}

.pli-reload-2:before {
  content: "\eee5";
}

.pli-reload-3:before {
  content: "\eee6";
}

.pli-remote-control:before {
  content: "\eee7";
}

.pli-remote-control-2:before {
  content: "\eee8";
}

.pli-remove:before {
  content: "\eee9";
}

.pli-remove-bag:before {
  content: "\eeea";
}

.pli-remove-basket:before {
  content: "\eeeb";
}

.pli-remove-cart:before {
  content: "\eeec";
}

.pli-remove-user:before {
  content: "\eeed";
}

.pli-remove-window:before {
  content: "\eeee";
}

.pli-rename:before {
  content: "\eeef";
}

.pli-repair:before {
  content: "\eef0";
}

.pli-repeat:before {
  content: "\eef1";
}

.pli-repeat-2:before {
  content: "\eef2";
}

.pli-repeat-3:before {
  content: "\eef3";
}

.pli-repeat-4:before {
  content: "\eef4";
}

.pli-repeat-5:before {
  content: "\eef5";
}

.pli-repeat-6:before {
  content: "\eef6";
}

.pli-repeat-7:before {
  content: "\eef7";
}

.pli-reset:before {
  content: "\eef8";
}

.pli-resize:before {
  content: "\eef9";
}

.pli-restore-window:before {
  content: "\eefa";
}

.pli-retouching:before {
  content: "\eefb";
}

.pli-retro:before {
  content: "\eefc";
}

.pli-retro-camera:before {
  content: "\eefd";
}

.pli-retweet:before {
  content: "\eefe";
}

.pli-reverbnation:before {
  content: "\eeff";
}

.pli-rewind:before {
  content: "\ef00";
}

.pli-rgb:before {
  content: "\ef01";
}

.pli-ribbon:before {
  content: "\ef02";
}

.pli-ribbon-2:before {
  content: "\ef03";
}

.pli-ribbon-3:before {
  content: "\ef04";
}

.pli-right:before {
  content: "\ef05";
}

.pli-right-2:before {
  content: "\ef06";
}

.pli-right-3:before {
  content: "\ef07";
}

.pli-right-4:before {
  content: "\ef08";
}

.pli-right-to-left:before {
  content: "\ef09";
}

.pli-road:before {
  content: "\ef0a";
}

.pli-road-2:before {
  content: "\ef0b";
}

.pli-road-3:before {
  content: "\ef0c";
}

.pli-robot:before {
  content: "\ef0d";
}

.pli-robot-2:before {
  content: "\ef0e";
}

.pli-rock-and-roll:before {
  content: "\ef0f";
}

.pli-rocket:before {
  content: "\ef10";
}

.pli-roller:before {
  content: "\ef11";
}

.pli-roof:before {
  content: "\ef12";
}

.pli-rook:before {
  content: "\ef13";
}

.pli-rotate-gesture:before {
  content: "\ef14";
}

.pli-rotate-gesture-2:before {
  content: "\ef15";
}

.pli-rotate-gesture-3:before {
  content: "\ef16";
}

.pli-rotation:before {
  content: "\ef17";
}

.pli-rotation-360:before {
  content: "\ef18";
}

.pli-router:before {
  content: "\ef19";
}

.pli-router-2:before {
  content: "\ef1a";
}

.pli-rss:before {
  content: "\ef1b";
}

.pli-ruler:before {
  content: "\ef1c";
}

.pli-ruler-2:before {
  content: "\ef1d";
}

.pli-running:before {
  content: "\ef1e";
}

.pli-running-shoes:before {
  content: "\ef1f";
}

.pli-safari:before {
  content: "\ef20";
}

.pli-safe-box:before {
  content: "\ef21";
}

.pli-safe-box-2:before {
  content: "\ef22";
}

.pli-safety-pin-close:before {
  content: "\ef23";
}

.pli-safety-pin-open:before {
  content: "\ef24";
}

.pli-sagittarius:before {
  content: "\ef25";
}

.pli-sagittarius-2:before {
  content: "\ef26";
}

.pli-sailing-ship:before {
  content: "\ef27";
}

.pli-sandwatch:before {
  content: "\ef28";
}

.pli-sandwatch-2:before {
  content: "\ef29";
}

.pli-santa-claus:before {
  content: "\ef2a";
}

.pli-santa-claus-2:before {
  content: "\ef2b";
}

.pli-santa-on-sled:before {
  content: "\ef2c";
}

.pli-satellite:before {
  content: "\ef2d";
}

.pli-satellite-2:before {
  content: "\ef2e";
}

.pli-save:before {
  content: "\ef2f";
}

.pli-save-window:before {
  content: "\ef30";
}

.pli-saw:before {
  content: "\ef31";
}

.pli-saxophone:before {
  content: "\ef32";
}

.pli-scale:before {
  content: "\ef33";
}

.pli-scarf:before {
  content: "\ef34";
}

.pli-scissor:before {
  content: "\ef35";
}

.pli-scooter:before {
  content: "\ef36";
}

.pli-scooter-front:before {
  content: "\ef37";
}

.pli-scorpio:before {
  content: "\ef38";
}

.pli-scorpio-2:before {
  content: "\ef39";
}

.pli-scotland:before {
  content: "\ef3a";
}

.pli-screwdriver:before {
  content: "\ef3b";
}

.pli-scroll:before {
  content: "\ef3c";
}

.pli-scroll-fast:before {
  content: "\ef3d";
}

.pli-scroller:before {
  content: "\ef3e";
}

.pli-scroller-2:before {
  content: "\ef3f";
}

.pli-sea-dog:before {
  content: "\ef40";
}

.pli-search-on-cloud:before {
  content: "\ef41";
}

.pli-search-people:before {
  content: "\ef42";
}

.pli-seconds:before {
  content: "\ef43";
}

.pli-seconds-2:before {
  content: "\ef44";
}

.pli-security-block:before {
  content: "\ef45";
}

.pli-security-bug:before {
  content: "\ef46";
}

.pli-security-camera:before {
  content: "\ef47";
}

.pli-security-check:before {
  content: "\ef48";
}

.pli-security-remove:before {
  content: "\ef49";
}

.pli-security-settings:before {
  content: "\ef4a";
}

.pli-security-smiley:before {
  content: "\ef4b";
}

.pli-seed:before {
  content: "\ef4c";
}

.pli-selfie:before {
  content: "\ef4d";
}

.pli-serbia:before {
  content: "\ef4e";
}

.pli-server:before {
  content: "\ef4f";
}

.pli-server-2:before {
  content: "\ef50";
}

.pli-servers:before {
  content: "\ef51";
}

.pli-settings-window:before {
  content: "\ef52";
}

.pli-sewing-machine:before {
  content: "\ef53";
}

.pli-share:before {
  content: "\ef54";
}

.pli-share-on-cloud:before {
  content: "\ef55";
}

.pli-share-window:before {
  content: "\ef56";
}

.pli-sharethis:before {
  content: "\ef57";
}

.pli-shark:before {
  content: "\ef58";
}

.pli-sheep:before {
  content: "\ef59";
}

.pli-sheriff-badge:before {
  content: "\ef5a";
}

.pli-shield:before {
  content: "\ef5b";
}

.pli-ship:before {
  content: "\ef5c";
}

.pli-ship-2:before {
  content: "\ef5d";
}

.pli-shirt:before {
  content: "\ef5e";
}

.pli-shoes:before {
  content: "\ef5f";
}

.pli-shoes-2:before {
  content: "\ef60";
}

.pli-shoes-3:before {
  content: "\ef61";
}

.pli-shop:before {
  content: "\ef62";
}

.pli-shop-2:before {
  content: "\ef63";
}

.pli-shop-3:before {
  content: "\ef64";
}

.pli-shop-4:before {
  content: "\ef65";
}

.pli-shopping-bag:before {
  content: "\ef66";
}

.pli-shopping-basket:before {
  content: "\ef67";
}

.pli-shopping-cart:before {
  content: "\ef68";
}

.pli-short-pants:before {
  content: "\ef69";
}

.pli-shoutwire:before {
  content: "\ef6a";
}

.pli-shovel:before {
  content: "\ef6b";
}

.pli-shuffle:before {
  content: "\ef6c";
}

.pli-shuffle-2:before {
  content: "\ef6d";
}

.pli-shuffle-3:before {
  content: "\ef6e";
}

.pli-shuffle-4:before {
  content: "\ef6f";
}

.pli-shutter:before {
  content: "\ef70";
}

.pli-sidebar-window:before {
  content: "\ef71";
}

.pli-signal:before {
  content: "\ef72";
}

.pli-singapore:before {
  content: "\ef73";
}

.pli-skate-shoes:before {
  content: "\ef74";
}

.pli-skateboard:before {
  content: "\ef75";
}

.pli-skateboard-2:before {
  content: "\ef76";
}

.pli-skeleton:before {
  content: "\ef77";
}

.pli-ski:before {
  content: "\ef78";
}

.pli-skirt:before {
  content: "\ef79";
}

.pli-skrill:before {
  content: "\ef7a";
}

.pli-skull:before {
  content: "\ef7b";
}

.pli-skydiving:before {
  content: "\ef7c";
}

.pli-skype:before {
  content: "\ef7d";
}

.pli-sled:before {
  content: "\ef7e";
}

.pli-sled-with-gifts:before {
  content: "\ef7f";
}

.pli-sleeping:before {
  content: "\ef80";
}

.pli-sleet:before {
  content: "\ef81";
}

.pli-slippers:before {
  content: "\ef82";
}

.pli-smart:before {
  content: "\ef83";
}

.pli-smartphone:before {
  content: "\ef84";
}

.pli-smartphone-2:before {
  content: "\ef85";
}

.pli-smartphone-3:before {
  content: "\ef86";
}

.pli-smartphone-4:before {
  content: "\ef87";
}

.pli-smartphone-secure:before {
  content: "\ef88";
}

.pli-smile:before {
  content: "\ef89";
}

.pli-smoking-area:before {
  content: "\ef8a";
}

.pli-smoking-pipe:before {
  content: "\ef8b";
}

.pli-snake:before {
  content: "\ef8c";
}

.pli-snorkel:before {
  content: "\ef8d";
}

.pli-snow:before {
  content: "\ef8e";
}

.pli-snow-2:before {
  content: "\ef8f";
}

.pli-snow-dome:before {
  content: "\ef90";
}

.pli-snow-storm:before {
  content: "\ef91";
}

.pli-snowflake:before {
  content: "\ef92";
}

.pli-snowflake-2:before {
  content: "\ef93";
}

.pli-snowflake-3:before {
  content: "\ef94";
}

.pli-snowflake-4:before {
  content: "\ef95";
}

.pli-snowman:before {
  content: "\ef96";
}

.pli-soccer-ball:before {
  content: "\ef97";
}

.pli-soccer-shoes:before {
  content: "\ef98";
}

.pli-socks:before {
  content: "\ef99";
}

.pli-solar:before {
  content: "\ef9a";
}

.pli-sound:before {
  content: "\ef9b";
}

.pli-sound-wave:before {
  content: "\ef9c";
}

.pli-soundcloud:before {
  content: "\ef9d";
}

.pli-soup:before {
  content: "\ef9e";
}

.pli-south-africa:before {
  content: "\ef9f";
}

.pli-space-needle:before {
  content: "\efa0";
}

.pli-spain:before {
  content: "\efa1";
}

.pli-spam-mail:before {
  content: "\efa2";
}

.pli-speak:before {
  content: "\efa3";
}

.pli-speak-2:before {
  content: "\efa4";
}

.pli-speaker:before {
  content: "\efa5";
}

.pli-speaker-2:before {
  content: "\efa6";
}

.pli-speech-bubble:before {
  content: "\efa7";
}

.pli-speech-bubble-10:before {
  content: "\efa8";
}

.pli-speech-bubble-11:before {
  content: "\efa9";
}

.pli-speech-bubble-12:before {
  content: "\efaa";
}

.pli-speech-bubble-13:before {
  content: "\efab";
}

.pli-speech-bubble-2:before {
  content: "\efac";
}

.pli-speech-bubble-3:before {
  content: "\efad";
}

.pli-speech-bubble-4:before {
  content: "\efae";
}

.pli-speech-bubble-5:before {
  content: "\efaf";
}

.pli-speech-bubble-6:before {
  content: "\efb0";
}

.pli-speech-bubble-7:before {
  content: "\efb1";
}

.pli-speech-bubble-8:before {
  content: "\efb2";
}

.pli-speech-bubble-9:before {
  content: "\efb3";
}

.pli-speech-bubble-asking:before {
  content: "\efb4";
}

.pli-speech-bubble-comic:before {
  content: "\efb5";
}

.pli-speech-bubble-comic-2:before {
  content: "\efb6";
}

.pli-speech-bubble-comic-3:before {
  content: "\efb7";
}

.pli-speech-bubble-comic-4:before {
  content: "\efb8";
}

.pli-speech-bubble-dialog:before {
  content: "\efb9";
}

.pli-speech-bubbles:before {
  content: "\efba";
}

.pli-spell-check:before {
  content: "\efbb";
}

.pli-spell-check-abc:before {
  content: "\efbc";
}

.pli-spermium:before {
  content: "\efbd";
}

.pli-spider:before {
  content: "\efbe";
}

.pli-spider-2:before {
  content: "\efbf";
}

.pli-spiderweb:before {
  content: "\efc0";
}

.pli-split-four-windows:before {
  content: "\efc1";
}

.pli-split-horizontal:before {
  content: "\efc2";
}

.pli-split-horizontal-2:before {
  content: "\efc3";
}

.pli-split-vertical:before {
  content: "\efc4";
}

.pli-split-vertical-2:before {
  content: "\efc5";
}

.pli-split-window:before {
  content: "\efc6";
}

.pli-spoon:before {
  content: "\efc7";
}

.pli-sport-mode:before {
  content: "\efc8";
}

.pli-sports-clothing:before {
  content: "\efc9";
}

.pli-sports-clothing-2:before {
  content: "\efca";
}

.pli-sports-shirt:before {
  content: "\efcb";
}

.pli-spot:before {
  content: "\efcc";
}

.pli-spray:before {
  content: "\efcd";
}

.pli-spread:before {
  content: "\efce";
}

.pli-spring:before {
  content: "\efcf";
}

.pli-spurl:before {
  content: "\efd0";
}

.pli-spy:before {
  content: "\efd1";
}

.pli-squirrel:before {
  content: "\efd2";
}

.pli-ssl:before {
  content: "\efd3";
}

.pli-st-basilscathedral:before {
  content: "\efd4";
}

.pli-st-paulscathedral:before {
  content: "\efd5";
}

.pli-stamp:before {
  content: "\efd6";
}

.pli-stamp-2:before {
  content: "\efd7";
}

.pli-stapler:before {
  content: "\efd8";
}

.pli-star:before {
  content: "\efd9";
}

.pli-star-2:before {
  content: "\efda";
}

.pli-star-track:before {
  content: "\efdb";
}

.pli-starfish:before {
  content: "\efdc";
}

.pli-start:before {
  content: "\efdd";
}

.pli-start-2:before {
  content: "\efde";
}

.pli-start-3:before {
  content: "\efdf";
}

.pli-start-ways:before {
  content: "\efe0";
}

.pli-statistic:before {
  content: "\efe1";
}

.pli-stethoscope:before {
  content: "\efe2";
}

.pli-stop:before {
  content: "\efe3";
}

.pli-stop-2:before {
  content: "\efe4";
}

.pli-stop-music:before {
  content: "\efe5";
}

.pli-stopwatch:before {
  content: "\efe6";
}

.pli-stopwatch-2:before {
  content: "\efe7";
}

.pli-storm:before {
  content: "\efe8";
}

.pli-street-view:before {
  content: "\efe9";
}

.pli-street-view-2:before {
  content: "\efea";
}

.pli-strikethrough-text:before {
  content: "\efeb";
}

.pli-stroller:before {
  content: "\efec";
}

.pli-structure:before {
  content: "\efed";
}

.pli-student-female:before {
  content: "\efee";
}

.pli-student-hat:before {
  content: "\efef";
}

.pli-student-hat-2:before {
  content: "\eff0";
}

.pli-student-male:before {
  content: "\eff1";
}

.pli-student-male-female:before {
  content: "\eff2";
}

.pli-students:before {
  content: "\eff3";
}

.pli-studio-flash:before {
  content: "\eff4";
}

.pli-studio-lightbox:before {
  content: "\eff5";
}

.pli-stumbleupon:before {
  content: "\eff6";
}

.pli-suit:before {
  content: "\eff7";
}

.pli-suitcase:before {
  content: "\eff8";
}

.pli-sum:before {
  content: "\eff9";
}

.pli-summer:before {
  content: "\effa";
}

.pli-sun:before {
  content: "\effb";
}

.pli-sun-cloudy-rain:before {
  content: "\effc";
}

.pli-sunglasses:before {
  content: "\effd";
}

.pli-sunglasses-2:before {
  content: "\effe";
}

.pli-sunglasses-3:before {
  content: "\efff";
}

.pli-sunglasses-smiley:before {
  content: "\f000";
}

.pli-sunglasses-smiley-2:before {
  content: "\f001";
}

.pli-sunglasses-w:before {
  content: "\f002";
}

.pli-sunglasses-w-2:before {
  content: "\f003";
}

.pli-sunglasses-w-3:before {
  content: "\f004";
}

.pli-sunrise:before {
  content: "\f005";
}

.pli-sunset:before {
  content: "\f006";
}

.pli-superman:before {
  content: "\f007";
}

.pli-support:before {
  content: "\f008";
}

.pli-surprise:before {
  content: "\f009";
}

.pli-sushi:before {
  content: "\f00a";
}

.pli-sweden:before {
  content: "\f00b";
}

.pli-swimming:before {
  content: "\f00c";
}

.pli-swimming-short:before {
  content: "\f00d";
}

.pli-swimwear:before {
  content: "\f00e";
}

.pli-switch:before {
  content: "\f00f";
}

.pli-switzerland:before {
  content: "\f010";
}

.pli-sync:before {
  content: "\f011";
}

.pli-sync-cloud:before {
  content: "\f012";
}

.pli-synchronize:before {
  content: "\f013";
}

.pli-synchronize-2:before {
  content: "\f014";
}

.pli-t-shirt:before {
  content: "\f015";
}

.pli-tablet:before {
  content: "\f016";
}

.pli-tablet-2:before {
  content: "\f017";
}

.pli-tablet-3:before {
  content: "\f018";
}

.pli-tablet-orientation:before {
  content: "\f019";
}

.pli-tablet-phone:before {
  content: "\f01a";
}

.pli-tablet-secure:before {
  content: "\f01b";
}

.pli-tablet-vertical:before {
  content: "\f01c";
}

.pli-tactic:before {
  content: "\f01d";
}

.pli-tag:before {
  content: "\f01e";
}

.pli-tag-2:before {
  content: "\f01f";
}

.pli-tag-3:before {
  content: "\f020";
}

.pli-tag-4:before {
  content: "\f021";
}

.pli-tag-5:before {
  content: "\f022";
}

.pli-taj-mahal:before {
  content: "\f023";
}

.pli-talk-man:before {
  content: "\f024";
}

.pli-tap:before {
  content: "\f025";
}

.pli-target:before {
  content: "\f026";
}

.pli-target-market:before {
  content: "\f027";
}

.pli-taurus:before {
  content: "\f028";
}

.pli-taurus-2:before {
  content: "\f029";
}

.pli-taxi:before {
  content: "\f02a";
}

.pli-taxi-2:before {
  content: "\f02b";
}

.pli-taxi-sign:before {
  content: "\f02c";
}

.pli-tea-mug:before {
  content: "\f02d";
}

.pli-teacher:before {
  content: "\f02e";
}

.pli-teapot:before {
  content: "\f02f";
}

.pli-technorati:before {
  content: "\f030";
}

.pli-teddy-bear:before {
  content: "\f031";
}

.pli-telephone:before {
  content: "\f032";
}

.pli-telephone-2:before {
  content: "\f033";
}

.pli-telescope:before {
  content: "\f034";
}

.pli-temperature:before {
  content: "\f035";
}

.pli-temperature-2:before {
  content: "\f036";
}

.pli-temperature-3:before {
  content: "\f037";
}

.pli-temple:before {
  content: "\f038";
}

.pli-tennis:before {
  content: "\f039";
}

.pli-tennis-ball:before {
  content: "\f03a";
}

.pli-tent:before {
  content: "\f03b";
}

.pli-test-tube:before {
  content: "\f03c";
}

.pli-test-tube-2:before {
  content: "\f03d";
}

.pli-testimonal:before {
  content: "\f03e";
}

.pli-text-box:before {
  content: "\f03f";
}

.pli-text-effect:before {
  content: "\f040";
}

.pli-text-highlight-color:before {
  content: "\f041";
}

.pli-text-paragraph:before {
  content: "\f042";
}

.pli-thailand:before {
  content: "\f043";
}

.pli-the-white-house:before {
  content: "\f044";
}

.pli-this-side-up:before {
  content: "\f045";
}

.pli-thread:before {
  content: "\f046";
}

.pli-three-arrow-fork:before {
  content: "\f047";
}

.pli-three-fingers:before {
  content: "\f048";
}

.pli-three-fingers-drag:before {
  content: "\f049";
}

.pli-three-fingers-drag-2:before {
  content: "\f04a";
}

.pli-three-fingers-touch:before {
  content: "\f04b";
}

.pli-thumb:before {
  content: "\f04c";
}

.pli-thumbs-down-smiley:before {
  content: "\f04d";
}

.pli-thumbs-up-smiley:before {
  content: "\f04e";
}

.pli-thunder:before {
  content: "\f04f";
}

.pli-thunderstorm:before {
  content: "\f050";
}

.pli-ticket:before {
  content: "\f051";
}

.pli-tie:before {
  content: "\f052";
}

.pli-tie-2:before {
  content: "\f053";
}

.pli-tie-3:before {
  content: "\f054";
}

.pli-tie-4:before {
  content: "\f055";
}

.pli-tiger:before {
  content: "\f056";
}

.pli-time-backup:before {
  content: "\f057";
}

.pli-time-bomb:before {
  content: "\f058";
}

.pli-time-clock:before {
  content: "\f059";
}

.pli-time-fire:before {
  content: "\f05a";
}

.pli-time-machine:before {
  content: "\f05b";
}

.pli-time-window:before {
  content: "\f05c";
}

.pli-timer:before {
  content: "\f05d";
}

.pli-timer-2:before {
  content: "\f05e";
}

.pli-to-bottom:before {
  content: "\f05f";
}

.pli-to-bottom-2:before {
  content: "\f060";
}

.pli-to-left:before {
  content: "\f061";
}

.pli-to-right:before {
  content: "\f062";
}

.pli-to-top:before {
  content: "\f063";
}

.pli-to-top-2:before {
  content: "\f064";
}

.pli-token:before {
  content: "\f065";
}

.pli-tomato:before {
  content: "\f066";
}

.pli-tongue:before {
  content: "\f067";
}

.pli-tooth:before {
  content: "\f068";
}

.pli-tooth-2:before {
  content: "\f069";
}

.pli-top-to-bottom:before {
  content: "\f06a";
}

.pli-torch:before {
  content: "\f06b";
}

.pli-touch-window:before {
  content: "\f06c";
}

.pli-tower:before {
  content: "\f06d";
}

.pli-tower-2:before {
  content: "\f06e";
}

.pli-tower-bridge:before {
  content: "\f06f";
}

.pli-trace:before {
  content: "\f070";
}

.pli-tractor:before {
  content: "\f071";
}

.pli-traffic-light:before {
  content: "\f072";
}

.pli-traffic-light-2:before {
  content: "\f073";
}

.pli-train:before {
  content: "\f074";
}

.pli-train-2:before {
  content: "\f075";
}

.pli-tram:before {
  content: "\f076";
}

.pli-transform:before {
  content: "\f077";
}

.pli-transform-2:before {
  content: "\f078";
}

.pli-transform-3:before {
  content: "\f079";
}

.pli-transform-4:before {
  content: "\f07a";
}

.pli-trash:before {
  content: "\f07b";
}

.pli-trash-with-man:before {
  content: "\f07c";
}

.pli-tree:before {
  content: "\f07d";
}

.pli-tree-2:before {
  content: "\f07e";
}

.pli-tree-3:before {
  content: "\f07f";
}

.pli-tree-4:before {
  content: "\f080";
}

.pli-tree-5:before {
  content: "\f081";
}

.pli-trekking:before {
  content: "\f082";
}

.pli-triangle-arrow-down:before {
  content: "\f083";
}

.pli-triangle-arrow-left:before {
  content: "\f084";
}

.pli-triangle-arrow-right:before {
  content: "\f085";
}

.pli-triangle-arrow-up:before {
  content: "\f086";
}

.pli-tripod-2:before {
  content: "\f087";
}

.pli-tripod-and-video:before {
  content: "\f088";
}

.pli-tripod-with-camera:before {
  content: "\f089";
}

.pli-tripod-with-gopro:before {
  content: "\f08a";
}

.pli-trophy:before {
  content: "\f08b";
}

.pli-trophy-2:before {
  content: "\f08c";
}

.pli-truck:before {
  content: "\f08d";
}

.pli-trumpet:before {
  content: "\f08e";
}

.pli-tumblr:before {
  content: "\f08f";
}

.pli-turkey:before {
  content: "\f090";
}

.pli-turn-down:before {
  content: "\f091";
}

.pli-turn-down-2:before {
  content: "\f092";
}

.pli-turn-down-from-left:before {
  content: "\f093";
}

.pli-turn-down-from-right:before {
  content: "\f094";
}

.pli-turn-left:before {
  content: "\f095";
}

.pli-turn-left-3:before {
  content: "\f096";
}

.pli-turn-right:before {
  content: "\f097";
}

.pli-turn-right-3:before {
  content: "\f098";
}

.pli-turn-up:before {
  content: "\f099";
}

.pli-turn-up-2:before {
  content: "\f09a";
}

.pli-turtle:before {
  content: "\f09b";
}

.pli-tuxedo:before {
  content: "\f09c";
}

.pli-tv:before {
  content: "\f09d";
}

.pli-twister:before {
  content: "\f09e";
}

.pli-twitter:before {
  content: "\f09f";
}

.pli-twitter-2:before {
  content: "\f0a0";
}

.pli-two-fingers:before {
  content: "\f0a1";
}

.pli-two-fingers-drag:before {
  content: "\f0a2";
}

.pli-two-fingers-drag-2:before {
  content: "\f0a3";
}

.pli-two-fingers-scroll:before {
  content: "\f0a4";
}

.pli-two-fingers-touch:before {
  content: "\f0a5";
}

.pli-two-windows:before {
  content: "\f0a6";
}

.pli-type-pass:before {
  content: "\f0a7";
}

.pli-ukraine:before {
  content: "\f0a8";
}

.pli-umbrella:before {
  content: "\f0a9";
}

.pli-umbrella-2:before {
  content: "\f0aa";
}

.pli-umbrella-3:before {
  content: "\f0ab";
}

.pli-underline-text:before {
  content: "\f0ac";
}

.pli-undo:before {
  content: "\f0ad";
}

.pli-united-kingdom:before {
  content: "\f0ae";
}

.pli-united-states:before {
  content: "\f0af";
}

.pli-university:before {
  content: "\f0b0";
}

.pli-university-2:before {
  content: "\f0b1";
}

.pli-unlike:before {
  content: "\f0b2";
}

.pli-unlike-2:before {
  content: "\f0b3";
}

.pli-unlock:before {
  content: "\f0b4";
}

.pli-unlock-2:before {
  content: "\f0b5";
}

.pli-unlock-3:before {
  content: "\f0b6";
}

.pli-up:before {
  content: "\f0b7";
}

.pli-up-2:before {
  content: "\f0b8";
}

.pli-up-3:before {
  content: "\f0b9";
}

.pli-up-4:before {
  content: "\f0ba";
}

.pli-up-down:before {
  content: "\f0bb";
}

.pli-up-down-3:before {
  content: "\f0bc";
}

.pli-upgrade:before {
  content: "\f0bd";
}

.pli-upload:before {
  content: "\f0be";
}

.pli-upload-2:before {
  content: "\f0bf";
}

.pli-upload-to-cloud:before {
  content: "\f0c0";
}

.pli-upload-window:before {
  content: "\f0c1";
}

.pli-uppercase-text:before {
  content: "\f0c2";
}

.pli-upward:before {
  content: "\f0c3";
}

.pli-url-window:before {
  content: "\f0c4";
}

.pli-usb:before {
  content: "\f0c5";
}

.pli-usb-2:before {
  content: "\f0c6";
}

.pli-usb-cable:before {
  content: "\f0c7";
}

.pli-user:before {
  content: "\f0c8";
}

.pli-ustream:before {
  content: "\f0c9";
}

.pli-vase:before {
  content: "\f0ca";
}

.pli-vector:before {
  content: "\f0cb";
}

.pli-vector-2:before {
  content: "\f0cc";
}

.pli-vector-3:before {
  content: "\f0cd";
}

.pli-vector-4:before {
  content: "\f0ce";
}

.pli-vector-5:before {
  content: "\f0cf";
}

.pli-venn-diagram:before {
  content: "\f0d0";
}

.pli-vest:before {
  content: "\f0d1";
}

.pli-vest-2:before {
  content: "\f0d2";
}

.pli-viddler:before {
  content: "\f0d3";
}

.pli-video:before {
  content: "\f0d4";
}

.pli-video-2:before {
  content: "\f0d5";
}

.pli-video-3:before {
  content: "\f0d6";
}

.pli-video-4:before {
  content: "\f0d7";
}

.pli-video-5:before {
  content: "\f0d8";
}

.pli-video-6:before {
  content: "\f0d9";
}

.pli-video-game-controller:before {
  content: "\f0da";
}

.pli-video-len:before {
  content: "\f0db";
}

.pli-video-len-2:before {
  content: "\f0dc";
}

.pli-video-photographer:before {
  content: "\f0dd";
}

.pli-video-tripod:before {
  content: "\f0de";
}

.pli-vietnam:before {
  content: "\f0df";
}

.pli-view-height:before {
  content: "\f0e0";
}

.pli-list-view:before {
  content: "\f0e1";
}

.pli-view-width:before {
  content: "\f0e2";
}

.pli-vimeo:before {
  content: "\f0e3";
}

.pli-virgo:before {
  content: "\f0e4";
}

.pli-virgo-2:before {
  content: "\f0e5";
}

.pli-virus:before {
  content: "\f0e6";
}

.pli-virus-2:before {
  content: "\f0e7";
}

.pli-virus-3:before {
  content: "\f0e8";
}

.pli-visa:before {
  content: "\f0e9";
}

.pli-voice:before {
  content: "\f0ea";
}

.pli-voicemail:before {
  content: "\f0eb";
}

.pli-volleyball:before {
  content: "\f0ec";
}

.pli-volume-down:before {
  content: "\f0ed";
}

.pli-volume-up:before {
  content: "\f0ee";
}

.pli-vpn:before {
  content: "\f0ef";
}

.pli-wacom-tablet:before {
  content: "\f0f0";
}

.pli-waiter:before {
  content: "\f0f1";
}

.pli-walkie-talkie:before {
  content: "\f0f2";
}

.pli-wallet:before {
  content: "\f0f3";
}

.pli-wallet-2:before {
  content: "\f0f4";
}

.pli-wallet-3:before {
  content: "\f0f5";
}

.pli-warehouse:before {
  content: "\f0f6";
}

.pli-warning-window:before {
  content: "\f0f7";
}

.pli-watch:before {
  content: "\f0f8";
}

.pli-watch-2:before {
  content: "\f0f9";
}

.pli-watch-3:before {
  content: "\f0fa";
}

.pli-wave:before {
  content: "\f0fb";
}

.pli-wave-2:before {
  content: "\f0fc";
}

.pli-webcam:before {
  content: "\f0fd";
}

.pli-weight-lift:before {
  content: "\f0fe";
}

.pli-wheelbarrow:before {
  content: "\f0ff";
}

.pli-wheelchair:before {
  content: "\f100";
}

.pli-width-window:before {
  content: "\f101";
}

.pli-wifi:before {
  content: "\f102";
}

.pli-wifi-2:before {
  content: "\f103";
}

.pli-wifi-keyboard:before {
  content: "\f104";
}

.pli-wind-turbine:before {
  content: "\f105";
}

.pli-windmill:before {
  content: "\f106";
}

.pli-window:before {
  content: "\f107";
}

.pli-window-2:before {
  content: "\f108";
}

.pli-windows:before {
  content: "\f109";
}

.pli-windows-2:before {
  content: "\f10a";
}

.pli-windows-microsoft:before {
  content: "\f10b";
}

.pli-windsock:before {
  content: "\f10c";
}

.pli-windy:before {
  content: "\f10d";
}

.pli-wine-bottle:before {
  content: "\f10e";
}

.pli-wine-glass:before {
  content: "\f10f";
}

.pli-wink:before {
  content: "\f110";
}

.pli-winter:before {
  content: "\f111";
}

.pli-winter-2:before {
  content: "\f112";
}

.pli-wireless:before {
  content: "\f113";
}

.pli-witch:before {
  content: "\f114";
}

.pli-witch-hat:before {
  content: "\f115";
}

.pli-wizard:before {
  content: "\f116";
}

.pli-wolf:before {
  content: "\f117";
}

.pli-woman-man-sign:before {
  content: "\f118";
}

.pli-woman-sign:before {
  content: "\f119";
}

.pli-womans-underwear:before {
  content: "\f11a";
}

.pli-womans-underwear-2:before {
  content: "\f11b";
}

.pli-women:before {
  content: "\f11c";
}

.pli-wonder-woman:before {
  content: "\f11d";
}

.pli-wordpress:before {
  content: "\f11e";
}

.pli-worker:before {
  content: "\f11f";
}

.pli-worker-clothes:before {
  content: "\f120";
}

.pli-wrap-text:before {
  content: "\f121";
}

.pli-wreath:before {
  content: "\f122";
}

.pli-wrench:before {
  content: "\f123";
}

.pli-x-box:before {
  content: "\f124";
}

.pli-x-ray:before {
  content: "\f125";
}

.pli-xanga:before {
  content: "\f126";
}

.pli-xing:before {
  content: "\f127";
}

.pli-yacht:before {
  content: "\f128";
}

.pli-yahoo:before {
  content: "\f129";
}

.pli-yahoo-buzz:before {
  content: "\f12a";
}

.pli-yelp:before {
  content: "\f12b";
}

.pli-yes:before {
  content: "\f12c";
}

.pli-ying-yang:before {
  content: "\f12d";
}

.pli-youtube:before {
  content: "\f12e";
}

.pli-z-a:before {
  content: "\f12f";
}

.pli-zebra:before {
  content: "\f130";
}

.pli-zombie:before {
  content: "\f131";
}

.pli-zoom-gesture:before {
  content: "\f132";
}

.pli-zootool:before {
  content: "\f133";
}

@font-face {
  font-family: "premium-solid-icons";
  src: url(/agenda_sala/assets/premium-solid-icons-60e9ee2159211776221462769d21f48ee52befa72aedcea39ab5b6489b8fdbb6.woff2) format("woff2");
  font-weight: normal;
  font-style: normal;
}
[class^=psi-], [class*=" psi-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "premium-solid-icons" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  vertical-align: middle;
}

.psi-3d-glasses:before {
  content: "\e900";
}

.psi-3d-glasses-2:before {
  content: "\e901";
}

.psi-a-z:before {
  content: "\e902";
}

.psi-aa:before {
  content: "\e903";
}

.psi-add:before {
  content: "\e904";
}

.psi-add-bag:before {
  content: "\e905";
}

.psi-add-basket:before {
  content: "\e906";
}

.psi-add-cart:before {
  content: "\e907";
}

.psi-add-space-after-paragraph:before {
  content: "\e908";
}

.psi-add-space-before-paragraph:before {
  content: "\e909";
}

.psi-add-user:before {
  content: "\e90a";
}

.psi-add-user-star:before {
  content: "\e90b";
}

.psi-add-window:before {
  content: "\e90c";
}

.psi-address-book:before {
  content: "\e90d";
}

.psi-address-book-2:before {
  content: "\e90e";
}

.psi-administrator:before {
  content: "\e90f";
}

.psi-aerobics:before {
  content: "\e910";
}

.psi-aerobics-2:before {
  content: "\e911";
}

.psi-aerobics-3:before {
  content: "\e912";
}

.psi-affiliate:before {
  content: "\e913";
}

.psi-aim:before {
  content: "\e914";
}

.psi-air-balloon:before {
  content: "\e915";
}

.psi-airbrush:before {
  content: "\e916";
}

.psi-airship:before {
  content: "\e917";
}

.psi-alarm:before {
  content: "\e918";
}

.psi-alarm-clock:before {
  content: "\e919";
}

.psi-alarm-clock-2:before {
  content: "\e91a";
}

.psi-alien:before {
  content: "\e91b";
}

.psi-alien-2:before {
  content: "\e91c";
}

.psi-align-center:before {
  content: "\e91d";
}

.psi-align-justify-all:before {
  content: "\e91e";
}

.psi-align-justify-center:before {
  content: "\e91f";
}

.psi-align-justify-left:before {
  content: "\e920";
}

.psi-align-justify-right:before {
  content: "\e921";
}

.psi-align-left:before {
  content: "\e922";
}

.psi-align-right:before {
  content: "\e923";
}

.psi-alligator:before {
  content: "\e924";
}

.psi-alpha:before {
  content: "\e925";
}

.psi-ambulance:before {
  content: "\e926";
}

.psi-amx:before {
  content: "\e927";
}

.psi-anchor:before {
  content: "\e928";
}

.psi-anchor-2:before {
  content: "\e929";
}

.psi-android:before {
  content: "\e92a";
}

.psi-android-store:before {
  content: "\e92b";
}

.psi-angel:before {
  content: "\e92c";
}

.psi-angel-smiley:before {
  content: "\e92d";
}

.psi-angry:before {
  content: "\e92e";
}

.psi-apple:before {
  content: "\e92f";
}

.psi-apple-bite:before {
  content: "\e930";
}

.psi-apple-store:before {
  content: "\e931";
}

.psi-approved-window:before {
  content: "\e932";
}

.psi-aquarius:before {
  content: "\e933";
}

.psi-aquarius-2:before {
  content: "\e934";
}

.psi-archery:before {
  content: "\e935";
}

.psi-archery-2:before {
  content: "\e936";
}

.psi-argentina:before {
  content: "\e937";
}

.psi-aries:before {
  content: "\e938";
}

.psi-aries-2:before {
  content: "\e939";
}

.psi-army-key:before {
  content: "\e93a";
}

.psi-arrow-around:before {
  content: "\e93b";
}

.psi-arrow-back:before {
  content: "\e93c";
}

.psi-arrow-back-2:before {
  content: "\e93d";
}

.psi-arrow-back-3:before {
  content: "\e93e";
}

.psi-arrow-barrier:before {
  content: "\e93f";
}

.psi-arrow-circle:before {
  content: "\e940";
}

.psi-arrow-cross:before {
  content: "\e941";
}

.psi-arrow-down:before {
  content: "\e942";
}

.psi-arrow-down-2:before {
  content: "\e943";
}

.psi-arrow-down-3:before {
  content: "\e944";
}

.psi-arrow-down-in-circle:before {
  content: "\e945";
}

.psi-arrow-fork:before {
  content: "\e946";
}

.psi-arrow-forward:before {
  content: "\e947";
}

.psi-arrow-forward-2:before {
  content: "\e948";
}

.psi-arrow-forward-3:before {
  content: "\e949";
}

.psi-arrow-from:before {
  content: "\e94a";
}

.psi-arrow-inside:before {
  content: "\e94b";
}

.psi-arrow-inside-45:before {
  content: "\e94c";
}

.psi-arrow-inside-gap:before {
  content: "\e94d";
}

.psi-arrow-inside-gap-45:before {
  content: "\e94e";
}

.psi-arrow-into:before {
  content: "\e94f";
}

.psi-arrow-join:before {
  content: "\e950";
}

.psi-arrow-junction:before {
  content: "\e951";
}

.psi-arrow-left:before {
  content: "\e952";
}

.psi-arrow-left-2:before {
  content: "\e953";
}

.psi-arrow-left-in-circle:before {
  content: "\e954";
}

.psi-arrow-loop:before {
  content: "\e955";
}

.psi-arrow-merge:before {
  content: "\e956";
}

.psi-arrow-mix:before {
  content: "\e957";
}

.psi-arrow-out-left:before {
  content: "\e958";
}

.psi-arrow-out-right:before {
  content: "\e959";
}

.psi-arrow-outside:before {
  content: "\e95a";
}

.psi-arrow-outside-45:before {
  content: "\e95b";
}

.psi-arrow-outside-gap:before {
  content: "\e95c";
}

.psi-arrow-outside-gap-45:before {
  content: "\e95d";
}

.psi-arrow-over:before {
  content: "\e95e";
}

.psi-arrow-refresh:before {
  content: "\e95f";
}

.psi-arrow-refresh-2:before {
  content: "\e960";
}

.psi-arrow-right:before {
  content: "\e961";
}

.psi-arrow-right-2:before {
  content: "\e962";
}

.psi-arrow-right-in-circle:before {
  content: "\e963";
}

.psi-arrow-shuffle:before {
  content: "\e964";
}

.psi-arrow-squiggly:before {
  content: "\e965";
}

.psi-arrow-through:before {
  content: "\e966";
}

.psi-arrow-to:before {
  content: "\e967";
}

.psi-arrow-turn-left:before {
  content: "\e968";
}

.psi-arrow-turn-right:before {
  content: "\e969";
}

.psi-arrow-up:before {
  content: "\e96a";
}

.psi-arrow-up-2:before {
  content: "\e96b";
}

.psi-arrow-up-3:before {
  content: "\e96c";
}

.psi-arrow-up-in-circle:before {
  content: "\e96d";
}

.psi-arrow-x-left:before {
  content: "\e96e";
}

.psi-arrow-x-right:before {
  content: "\e96f";
}

.psi-ask:before {
  content: "\e970";
}

.psi-assistant:before {
  content: "\e971";
}

.psi-astronaut:before {
  content: "\e972";
}

.psi-at-sign:before {
  content: "\e973";
}

.psi-atm:before {
  content: "\e974";
}

.psi-atom:before {
  content: "\e975";
}

.psi-audio:before {
  content: "\e976";
}

.psi-auto-flash:before {
  content: "\e977";
}

.psi-autumn:before {
  content: "\e978";
}

.psi-baby:before {
  content: "\e979";
}

.psi-baby-clothes:before {
  content: "\e97a";
}

.psi-baby-clothes-2:before {
  content: "\e97b";
}

.psi-baby-cry:before {
  content: "\e97c";
}

.psi-back:before {
  content: "\e97d";
}

.psi-back-media:before {
  content: "\e97e";
}

.psi-back-media-2:before {
  content: "\e97f";
}

.psi-back-music:before {
  content: "\e980";
}

.psi-background:before {
  content: "\e981";
}

.psi-bacteria:before {
  content: "\e982";
}

.psi-bag:before {
  content: "\e983";
}

.psi-bag-coin:before {
  content: "\e984";
}

.psi-bag-items:before {
  content: "\e985";
}

.psi-bag-quantity:before {
  content: "\e986";
}

.psi-bakelite:before {
  content: "\e987";
}

.psi-ballet-shoes:before {
  content: "\e988";
}

.psi-balloon:before {
  content: "\e989";
}

.psi-banana:before {
  content: "\e98a";
}

.psi-band-aid:before {
  content: "\e98b";
}

.psi-bank:before {
  content: "\e98c";
}

.psi-bar-chart:before {
  content: "\e98d";
}

.psi-bar-chart-2:before {
  content: "\e98e";
}

.psi-bar-chart-3:before {
  content: "\e98f";
}

.psi-bar-chart-4:before {
  content: "\e990";
}

.psi-bar-chart-5:before {
  content: "\e991";
}

.psi-bar-code:before {
  content: "\e992";
}

.psi-barricade:before {
  content: "\e993";
}

.psi-barricade-2:before {
  content: "\e994";
}

.psi-baseball:before {
  content: "\e995";
}

.psi-basket-ball:before {
  content: "\e996";
}

.psi-basket-coins:before {
  content: "\e997";
}

.psi-basket-items:before {
  content: "\e998";
}

.psi-basket-quantity:before {
  content: "\e999";
}

.psi-bat:before {
  content: "\e99a";
}

.psi-bat-2:before {
  content: "\e99b";
}

.psi-bathrobe:before {
  content: "\e99c";
}

.psi-batman-mask:before {
  content: "\e99d";
}

.psi-battery-0:before {
  content: "\e99e";
}

.psi-battery-100:before {
  content: "\e99f";
}

.psi-battery-25:before {
  content: "\e9a0";
}

.psi-battery-50:before {
  content: "\e9a1";
}

.psi-battery-75:before {
  content: "\e9a2";
}

.psi-battery-charge:before {
  content: "\e9a3";
}

.psi-bear:before {
  content: "\e9a4";
}

.psi-beard:before {
  content: "\e9a5";
}

.psi-beard-2:before {
  content: "\e9a6";
}

.psi-beard-3:before {
  content: "\e9a7";
}

.psi-bebo:before {
  content: "\e9a8";
}

.psi-bee:before {
  content: "\e9a9";
}

.psi-beer:before {
  content: "\e9aa";
}

.psi-beer-glass:before {
  content: "\e9ab";
}

.psi-behance:before {
  content: "\e9ac";
}

.psi-bell:before {
  content: "\e9ad";
}

.psi-bell-2:before {
  content: "\e9ae";
}

.psi-belt:before {
  content: "\e9af";
}

.psi-belt-2:before {
  content: "\e9b0";
}

.psi-belt-3:before {
  content: "\e9b1";
}

.psi-berlin-tower:before {
  content: "\e9b2";
}

.psi-beta:before {
  content: "\e9b3";
}

.psi-betvibes:before {
  content: "\e9b4";
}

.psi-bicycle:before {
  content: "\e9b5";
}

.psi-bicycle-2:before {
  content: "\e9b6";
}

.psi-bicycle-3:before {
  content: "\e9b7";
}

.psi-big-ben:before {
  content: "\e9b8";
}

.psi-big-data:before {
  content: "\e9b9";
}

.psi-bike-helmet:before {
  content: "\e9ba";
}

.psi-bikini:before {
  content: "\e9bb";
}

.psi-billing:before {
  content: "\e9bc";
}

.psi-bing:before {
  content: "\e9bd";
}

.psi-binocular:before {
  content: "\e9be";
}

.psi-bio-hazard:before {
  content: "\e9bf";
}

.psi-biotech:before {
  content: "\e9c0";
}

.psi-bird:before {
  content: "\e9c1";
}

.psi-bird-delivering-letter:before {
  content: "\e9c2";
}

.psi-birthday-cake:before {
  content: "\e9c3";
}

.psi-bisexual:before {
  content: "\e9c4";
}

.psi-bishop:before {
  content: "\e9c5";
}

.psi-bitcoin:before {
  content: "\e9c6";
}

.psi-black-cat:before {
  content: "\e9c7";
}

.psi-blackboard:before {
  content: "\e9c8";
}

.psi-blinklist:before {
  content: "\e9c9";
}

.psi-block-cloud:before {
  content: "\e9ca";
}

.psi-block-window:before {
  content: "\e9cb";
}

.psi-blogger:before {
  content: "\e9cc";
}

.psi-blood:before {
  content: "\e9cd";
}

.psi-blouse:before {
  content: "\e9ce";
}

.psi-blueprint:before {
  content: "\e9cf";
}

.psi-board:before {
  content: "\e9d0";
}

.psi-bodybuilding:before {
  content: "\e9d1";
}

.psi-bold-text:before {
  content: "\e9d2";
}

.psi-bone:before {
  content: "\e9d3";
}

.psi-bones:before {
  content: "\e9d4";
}

.psi-book:before {
  content: "\e9d5";
}

.psi-bookmark:before {
  content: "\e9d6";
}

.psi-books:before {
  content: "\e9d7";
}

.psi-books-2:before {
  content: "\e9d8";
}

.psi-boom:before {
  content: "\e9d9";
}

.psi-boot:before {
  content: "\e9da";
}

.psi-boot-2:before {
  content: "\e9db";
}

.psi-bottom-to-top:before {
  content: "\e9dc";
}

.psi-bow:before {
  content: "\e9dd";
}

.psi-bow-2:before {
  content: "\e9de";
}

.psi-bow-3:before {
  content: "\e9df";
}

.psi-bow-4:before {
  content: "\e9e0";
}

.psi-bow-5:before {
  content: "\e9e1";
}

.psi-bow-6:before {
  content: "\e9e2";
}

.psi-bowling:before {
  content: "\e9e3";
}

.psi-bowling-2:before {
  content: "\e9e4";
}

.psi-box:before {
  content: "\e9e5";
}

.psi-box-close:before {
  content: "\e9e6";
}

.psi-box-full:before {
  content: "\e9e7";
}

.psi-box-gloves:before {
  content: "\e9e8";
}

.psi-box-open:before {
  content: "\e9e9";
}

.psi-box-with-folders:before {
  content: "\e9ea";
}

.psi-boy:before {
  content: "\e9eb";
}

.psi-bra:before {
  content: "\e9ec";
}

.psi-brain:before {
  content: "\e9ed";
}

.psi-brain-2:before {
  content: "\e9ee";
}

.psi-brain-3:before {
  content: "\e9ef";
}

.psi-brazil:before {
  content: "\e9f0";
}

.psi-bread:before {
  content: "\e9f1";
}

.psi-bread-2:before {
  content: "\e9f2";
}

.psi-bridge:before {
  content: "\e9f3";
}

.psi-brightkite:before {
  content: "\e9f4";
}

.psi-broken-link:before {
  content: "\e9f5";
}

.psi-broken-link-2:before {
  content: "\e9f6";
}

.psi-broom:before {
  content: "\e9f7";
}

.psi-brush:before {
  content: "\e9f8";
}

.psi-bucket:before {
  content: "\e9f9";
}

.psi-bug:before {
  content: "\e9fa";
}

.psi-building:before {
  content: "\e9fb";
}

.psi-bulleted-list:before {
  content: "\e9fc";
}

.psi-bus:before {
  content: "\e9fd";
}

.psi-bus-2:before {
  content: "\e9fe";
}

.psi-business-man:before {
  content: "\e9ff";
}

.psi-business-man-woman:before {
  content: "\ea00";
}

.psi-business-mens:before {
  content: "\ea01";
}

.psi-business-woman:before {
  content: "\ea02";
}

.psi-butterfly:before {
  content: "\ea03";
}

.psi-button:before {
  content: "\ea04";
}

.psi-cable-car:before {
  content: "\ea05";
}

.psi-cake:before {
  content: "\ea06";
}

.psi-calculator:before {
  content: "\ea07";
}

.psi-calculator-2:before {
  content: "\ea08";
}

.psi-calculator-3:before {
  content: "\ea09";
}

.psi-calendar:before {
  content: "\ea0a";
}

.psi-calendar-2:before {
  content: "\ea0b";
}

.psi-calendar-3:before {
  content: "\ea0c";
}

.psi-calendar-4:before {
  content: "\ea0d";
}

.psi-calendar-clock:before {
  content: "\ea0e";
}

.psi-camel:before {
  content: "\ea0f";
}

.psi-camera:before {
  content: "\ea10";
}

.psi-camera-2:before {
  content: "\ea11";
}

.psi-camera-3:before {
  content: "\ea12";
}

.psi-camera-4:before {
  content: "\ea13";
}

.psi-camera-5:before {
  content: "\ea14";
}

.psi-camera-back:before {
  content: "\ea15";
}

.psi-can:before {
  content: "\ea16";
}

.psi-can-2:before {
  content: "\ea17";
}

.psi-canada:before {
  content: "\ea18";
}

.psi-cancer:before {
  content: "\ea19";
}

.psi-cancer-2:before {
  content: "\ea1a";
}

.psi-cancer-3:before {
  content: "\ea1b";
}

.psi-candle:before {
  content: "\ea1c";
}

.psi-candy:before {
  content: "\ea1d";
}

.psi-candy-cane:before {
  content: "\ea1e";
}

.psi-cannon:before {
  content: "\ea1f";
}

.psi-cap:before {
  content: "\ea20";
}

.psi-cap-2:before {
  content: "\ea21";
}

.psi-cap-3:before {
  content: "\ea22";
}

.psi-cap-smiley:before {
  content: "\ea23";
}

.psi-capricorn:before {
  content: "\ea24";
}

.psi-capricorn-2:before {
  content: "\ea25";
}

.psi-car:before {
  content: "\ea26";
}

.psi-car-2:before {
  content: "\ea27";
}

.psi-car-3:before {
  content: "\ea28";
}

.psi-car-wheel:before {
  content: "\ea29";
}

.psi-cardigan:before {
  content: "\ea2a";
}

.psi-cardiovascular:before {
  content: "\ea2b";
}

.psi-cart-coin:before {
  content: "\ea2c";
}

.psi-cart-items:before {
  content: "\ea2d";
}

.psi-cart-quantity:before {
  content: "\ea2e";
}

.psi-casette-tape:before {
  content: "\ea2f";
}

.psi-cash-register:before {
  content: "\ea30";
}

.psi-cash-register-2:before {
  content: "\ea31";
}

.psi-castle:before {
  content: "\ea32";
}

.psi-cat:before {
  content: "\ea33";
}

.psi-cathedral:before {
  content: "\ea34";
}

.psi-cauldron:before {
  content: "\ea35";
}

.psi-cd:before {
  content: "\ea36";
}

.psi-cd-2:before {
  content: "\ea37";
}

.psi-cd-cover:before {
  content: "\ea38";
}

.psi-cello:before {
  content: "\ea39";
}

.psi-celsius:before {
  content: "\ea3a";
}

.psi-chair:before {
  content: "\ea3b";
}

.psi-charger:before {
  content: "\ea3c";
}

.psi-check:before {
  content: "\ea3d";
}

.psi-check-2:before {
  content: "\ea3e";
}

.psi-checked-user:before {
  content: "\ea3f";
}

.psi-checkered-flag:before {
  content: "\ea40";
}

.psi-checkmate:before {
  content: "\ea41";
}

.psi-checkout:before {
  content: "\ea42";
}

.psi-checkout-bag:before {
  content: "\ea43";
}

.psi-checkout-basket:before {
  content: "\ea44";
}

.psi-cheese:before {
  content: "\ea45";
}

.psi-cheetah:before {
  content: "\ea46";
}

.psi-chef:before {
  content: "\ea47";
}

.psi-chef-hat:before {
  content: "\ea48";
}

.psi-chef-hat-2:before {
  content: "\ea49";
}

.psi-chemical:before {
  content: "\ea4a";
}

.psi-chemical-2:before {
  content: "\ea4b";
}

.psi-chemical-3:before {
  content: "\ea4c";
}

.psi-chemical-4:before {
  content: "\ea4d";
}

.psi-chemical-5:before {
  content: "\ea4e";
}

.psi-chess:before {
  content: "\ea4f";
}

.psi-chess-board:before {
  content: "\ea50";
}

.psi-chevron-down:before {
  content: "\ea51";
}

.psi-chevron-left:before {
  content: "\ea52";
}

.psi-chevron-right:before {
  content: "\ea53";
}

.psi-chevron-up:before {
  content: "\ea54";
}

.psi-chicken:before {
  content: "\ea55";
}

.psi-chile:before {
  content: "\ea56";
}

.psi-chimney:before {
  content: "\ea57";
}

.psi-china:before {
  content: "\ea58";
}

.psi-chinese-temple:before {
  content: "\ea59";
}

.psi-chip:before {
  content: "\ea5a";
}

.psi-chopsticks:before {
  content: "\ea5b";
}

.psi-chopsticks-2:before {
  content: "\ea5c";
}

.psi-christmas:before {
  content: "\ea5d";
}

.psi-christmas-ball:before {
  content: "\ea5e";
}

.psi-christmas-bell:before {
  content: "\ea5f";
}

.psi-christmas-candle:before {
  content: "\ea60";
}

.psi-christmas-hat:before {
  content: "\ea61";
}

.psi-christmas-sleigh:before {
  content: "\ea62";
}

.psi-christmas-snowman:before {
  content: "\ea63";
}

.psi-christmas-sock:before {
  content: "\ea64";
}

.psi-christmas-tree:before {
  content: "\ea65";
}

.psi-chrome:before {
  content: "\ea66";
}

.psi-chrysler-building:before {
  content: "\ea67";
}

.psi-cinema:before {
  content: "\ea68";
}

.psi-circular-point:before {
  content: "\ea69";
}

.psi-city-hall:before {
  content: "\ea6a";
}

.psi-clamp:before {
  content: "\ea6b";
}

.psi-clapperboard-close:before {
  content: "\ea6c";
}

.psi-clapperboard-open:before {
  content: "\ea6d";
}

.psi-claps:before {
  content: "\ea6e";
}

.psi-clef:before {
  content: "\ea6f";
}

.psi-clinic:before {
  content: "\ea70";
}

.psi-clock:before {
  content: "\ea71";
}

.psi-clock-2:before {
  content: "\ea72";
}

.psi-clock-3:before {
  content: "\ea73";
}

.psi-clock-4:before {
  content: "\ea74";
}

.psi-clock-back:before {
  content: "\ea75";
}

.psi-clock-forward:before {
  content: "\ea76";
}

.psi-close:before {
  content: "\ea77";
}

.psi-close-window:before {
  content: "\ea78";
}

.psi-clothing-store:before {
  content: "\ea79";
}

.psi-cloud:before {
  content: "\ea7a";
}

.psi-cloud-camera:before {
  content: "\ea7b";
}

.psi-cloud-computer:before {
  content: "\ea7c";
}

.psi-cloud-email:before {
  content: "\ea7d";
}

.psi-cloud-hail:before {
  content: "\ea7e";
}

.psi-cloud-laptop:before {
  content: "\ea7f";
}

.psi-cloud-lock:before {
  content: "\ea80";
}

.psi-cloud-min:before {
  content: "\ea81";
}

.psi-cloud-moon:before {
  content: "\ea82";
}

.psi-cloud-music:before {
  content: "\ea83";
}

.psi-cloud-picture:before {
  content: "\ea84";
}

.psi-cloud-plus:before {
  content: "\ea85";
}

.psi-cloud-rain:before {
  content: "\ea86";
}

.psi-cloud-remove:before {
  content: "\ea87";
}

.psi-cloud-secure:before {
  content: "\ea88";
}

.psi-cloud-settings:before {
  content: "\ea89";
}

.psi-cloud-smartphone:before {
  content: "\ea8a";
}

.psi-cloud-snow:before {
  content: "\ea8b";
}

.psi-cloud-sun:before {
  content: "\ea8c";
}

.psi-cloud-tablet:before {
  content: "\ea8d";
}

.psi-cloud-video:before {
  content: "\ea8e";
}

.psi-cloud-weather:before {
  content: "\ea8f";
}

.psi-clouds:before {
  content: "\ea90";
}

.psi-clouds-weather:before {
  content: "\ea91";
}

.psi-clown:before {
  content: "\ea92";
}

.psi-cmyk:before {
  content: "\ea93";
}

.psi-coat:before {
  content: "\ea94";
}

.psi-cocktail:before {
  content: "\ea95";
}

.psi-coconut:before {
  content: "\ea96";
}

.psi-code-window:before {
  content: "\ea97";
}

.psi-coding:before {
  content: "\ea98";
}

.psi-coffee:before {
  content: "\ea99";
}

.psi-coffee-2:before {
  content: "\ea9a";
}

.psi-coffee-bean:before {
  content: "\ea9b";
}

.psi-coffee-machine:before {
  content: "\ea9c";
}

.psi-coffee-to-go:before {
  content: "\ea9d";
}

.psi-coffin:before {
  content: "\ea9e";
}

.psi-coin:before {
  content: "\ea9f";
}

.psi-coins:before {
  content: "\eaa0";
}

.psi-coins-2:before {
  content: "\eaa1";
}

.psi-coins-3:before {
  content: "\eaa2";
}

.psi-colombia:before {
  content: "\eaa3";
}

.psi-colosseum:before {
  content: "\eaa4";
}

.psi-column:before {
  content: "\eaa5";
}

.psi-column-2:before {
  content: "\eaa6";
}

.psi-column-3:before {
  content: "\eaa7";
}

.psi-comb:before {
  content: "\eaa8";
}

.psi-comb-2:before {
  content: "\eaa9";
}

.psi-communication-tower:before {
  content: "\eaaa";
}

.psi-communication-tower-2:before {
  content: "\eaab";
}

.psi-compass:before {
  content: "\eaac";
}

.psi-compass-2:before {
  content: "\eaad";
}

.psi-compass-3:before {
  content: "\eaae";
}

.psi-compass-4:before {
  content: "\eaaf";
}

.psi-compass-rose:before {
  content: "\eab0";
}

.psi-computer:before {
  content: "\eab1";
}

.psi-computer-2:before {
  content: "\eab2";
}

.psi-computer-3:before {
  content: "\eab3";
}

.psi-computer-secure:before {
  content: "\eab4";
}

.psi-conference:before {
  content: "\eab5";
}

.psi-confused:before {
  content: "\eab6";
}

.psi-conservation:before {
  content: "\eab7";
}

.psi-consulting:before {
  content: "\eab8";
}

.psi-contrast:before {
  content: "\eab9";
}

.psi-control:before {
  content: "\eaba";
}

.psi-control-2:before {
  content: "\eabb";
}

.psi-cookie-man:before {
  content: "\eabc";
}

.psi-cookies:before {
  content: "\eabd";
}

.psi-cool:before {
  content: "\eabe";
}

.psi-cool-guy:before {
  content: "\eabf";
}

.psi-copyright:before {
  content: "\eac0";
}

.psi-costume:before {
  content: "\eac1";
}

.psi-couple-sign:before {
  content: "\eac2";
}

.psi-cow:before {
  content: "\eac3";
}

.psi-cpu:before {
  content: "\eac4";
}

.psi-crane:before {
  content: "\eac5";
}

.psi-cranium:before {
  content: "\eac6";
}

.psi-credit-card:before {
  content: "\eac7";
}

.psi-credit-card-2:before {
  content: "\eac8";
}

.psi-credit-card-3:before {
  content: "\eac9";
}

.psi-cricket:before {
  content: "\eaca";
}

.psi-criminal:before {
  content: "\eacb";
}

.psi-croissant:before {
  content: "\eacc";
}

.psi-crop:before {
  content: "\eacd";
}

.psi-crop-2:before {
  content: "\eace";
}

.psi-cross:before {
  content: "\eacf";
}

.psi-crown:before {
  content: "\ead0";
}

.psi-crown-2:before {
  content: "\ead1";
}

.psi-crying:before {
  content: "\ead2";
}

.psi-cube-molecule:before {
  content: "\ead3";
}

.psi-cube-molecule-2:before {
  content: "\ead4";
}

.psi-cupcake:before {
  content: "\ead5";
}

.psi-cursor:before {
  content: "\ead6";
}

.psi-cursor-click:before {
  content: "\ead7";
}

.psi-cursor-click-2:before {
  content: "\ead8";
}

.psi-cursor-move:before {
  content: "\ead9";
}

.psi-cursor-move-2:before {
  content: "\eada";
}

.psi-cursor-select:before {
  content: "\eadb";
}

.psi-dam:before {
  content: "\eadc";
}

.psi-danger:before {
  content: "\eadd";
}

.psi-danger-2:before {
  content: "\eade";
}

.psi-dashboard:before {
  content: "\eadf";
}

.psi-data:before {
  content: "\eae0";
}

.psi-data-backup:before {
  content: "\eae1";
}

.psi-data-block:before {
  content: "\eae2";
}

.psi-data-center:before {
  content: "\eae3";
}

.psi-data-clock:before {
  content: "\eae4";
}

.psi-data-cloud:before {
  content: "\eae5";
}

.psi-data-compress:before {
  content: "\eae6";
}

.psi-data-copy:before {
  content: "\eae7";
}

.psi-data-download:before {
  content: "\eae8";
}

.psi-data-financial:before {
  content: "\eae9";
}

.psi-data-key:before {
  content: "\eaea";
}

.psi-data-lock:before {
  content: "\eaeb";
}

.psi-data-network:before {
  content: "\eaec";
}

.psi-data-password:before {
  content: "\eaed";
}

.psi-data-power:before {
  content: "\eaee";
}

.psi-data-refresh:before {
  content: "\eaef";
}

.psi-data-save:before {
  content: "\eaf0";
}

.psi-data-search:before {
  content: "\eaf1";
}

.psi-data-security:before {
  content: "\eaf2";
}

.psi-data-settings:before {
  content: "\eaf3";
}

.psi-data-sharing:before {
  content: "\eaf4";
}

.psi-data-shield:before {
  content: "\eaf5";
}

.psi-data-signal:before {
  content: "\eaf6";
}

.psi-data-storage:before {
  content: "\eaf7";
}

.psi-data-stream:before {
  content: "\eaf8";
}

.psi-data-transfer:before {
  content: "\eaf9";
}

.psi-data-unlock:before {
  content: "\eafa";
}

.psi-data-upload:before {
  content: "\eafb";
}

.psi-data-yes:before {
  content: "\eafc";
}

.psi-daylight:before {
  content: "\eafd";
}

.psi-death:before {
  content: "\eafe";
}

.psi-debian:before {
  content: "\eaff";
}

.psi-dec:before {
  content: "\eb00";
}

.psi-decrease-indent:before {
  content: "\eb01";
}

.psi-deer:before {
  content: "\eb02";
}

.psi-deer-2:before {
  content: "\eb03";
}

.psi-delete-window:before {
  content: "\eb04";
}

.psi-delicious:before {
  content: "\eb05";
}

.psi-denmark:before {
  content: "\eb06";
}

.psi-depression:before {
  content: "\eb07";
}

.psi-deviantart:before {
  content: "\eb08";
}

.psi-device-sync-with-cloud:before {
  content: "\eb09";
}

.psi-diamond:before {
  content: "\eb0a";
}

.psi-dice:before {
  content: "\eb0b";
}

.psi-dice-2:before {
  content: "\eb0c";
}

.psi-digg:before {
  content: "\eb0d";
}

.psi-digital-drawing:before {
  content: "\eb0e";
}

.psi-diigo:before {
  content: "\eb0f";
}

.psi-dinosaur:before {
  content: "\eb10";
}

.psi-diploma:before {
  content: "\eb11";
}

.psi-diploma-2:before {
  content: "\eb12";
}

.psi-direction-east:before {
  content: "\eb13";
}

.psi-direction-north:before {
  content: "\eb14";
}

.psi-direction-south:before {
  content: "\eb15";
}

.psi-direction-west:before {
  content: "\eb16";
}

.psi-director:before {
  content: "\eb17";
}

.psi-disk:before {
  content: "\eb18";
}

.psi-dj:before {
  content: "\eb19";
}

.psi-dna:before {
  content: "\eb1a";
}

.psi-dna-2:before {
  content: "\eb1b";
}

.psi-dna-helix:before {
  content: "\eb1c";
}

.psi-doctor:before {
  content: "\eb1d";
}

.psi-dog:before {
  content: "\eb1e";
}

.psi-dollar:before {
  content: "\eb1f";
}

.psi-dollar-sign:before {
  content: "\eb20";
}

.psi-dollar-sign-2:before {
  content: "\eb21";
}

.psi-dolphin:before {
  content: "\eb22";
}

.psi-domino:before {
  content: "\eb23";
}

.psi-door:before {
  content: "\eb24";
}

.psi-door-hanger:before {
  content: "\eb25";
}

.psi-dopplr:before {
  content: "\eb26";
}

.psi-dot-horizontal:before {
  content: "\eb27";
}

.psi-dot-vertical:before {
  content: "\eb28";
}

.psi-double-circle:before {
  content: "\eb29";
}

.psi-double-tap:before {
  content: "\eb2a";
}

.psi-doughnut:before {
  content: "\eb2b";
}

.psi-dove:before {
  content: "\eb2c";
}

.psi-down:before {
  content: "\eb2d";
}

.psi-down-2:before {
  content: "\eb2e";
}

.psi-down-3:before {
  content: "\eb2f";
}

.psi-down-4:before {
  content: "\eb30";
}

.psi-download:before {
  content: "\eb31";
}

.psi-download-2:before {
  content: "\eb32";
}

.psi-download-from-cloud:before {
  content: "\eb33";
}

.psi-download-window:before {
  content: "\eb34";
}

.psi-downward:before {
  content: "\eb35";
}

.psi-drag:before {
  content: "\eb36";
}

.psi-drag-down:before {
  content: "\eb37";
}

.psi-drag-left:before {
  content: "\eb38";
}

.psi-drag-right:before {
  content: "\eb39";
}

.psi-drag-up:before {
  content: "\eb3a";
}

.psi-dress:before {
  content: "\eb3b";
}

.psi-dribbble:before {
  content: "\eb3c";
}

.psi-drill:before {
  content: "\eb3d";
}

.psi-drill-2:before {
  content: "\eb3e";
}

.psi-drop:before {
  content: "\eb3f";
}

.psi-dropbox:before {
  content: "\eb40";
}

.psi-drum:before {
  content: "\eb41";
}

.psi-dry:before {
  content: "\eb42";
}

.psi-duck:before {
  content: "\eb43";
}

.psi-dumbbell:before {
  content: "\eb44";
}

.psi-duplicate-layer:before {
  content: "\eb45";
}

.psi-duplicate-window:before {
  content: "\eb46";
}

.psi-dvd:before {
  content: "\eb47";
}

.psi-eagle:before {
  content: "\eb48";
}

.psi-ear:before {
  content: "\eb49";
}

.psi-earphones:before {
  content: "\eb4a";
}

.psi-earphones-2:before {
  content: "\eb4b";
}

.psi-eci-icon:before {
  content: "\eb4c";
}

.psi-edit:before {
  content: "\eb4d";
}

.psi-edit-map:before {
  content: "\eb4e";
}

.psi-eggs:before {
  content: "\eb4f";
}

.psi-egypt:before {
  content: "\eb50";
}

.psi-eifel-tower:before {
  content: "\eb51";
}

.psi-eject:before {
  content: "\eb52";
}

.psi-eject-2:before {
  content: "\eb53";
}

.psi-el-castillo:before {
  content: "\eb54";
}

.psi-elbow:before {
  content: "\eb55";
}

.psi-electric-guitar:before {
  content: "\eb56";
}

.psi-electricity:before {
  content: "\eb57";
}

.psi-elephant:before {
  content: "\eb58";
}

.psi-email:before {
  content: "\eb59";
}

.psi-embassy:before {
  content: "\eb5a";
}

.psi-empire-state-building:before {
  content: "\eb5b";
}

.psi-empty-box:before {
  content: "\eb5c";
}

.psi-end:before {
  content: "\eb5d";
}

.psi-end-2:before {
  content: "\eb5e";
}

.psi-end-3:before {
  content: "\eb5f";
}

.psi-endways:before {
  content: "\eb60";
}

.psi-engineering:before {
  content: "\eb61";
}

.psi-envelope:before {
  content: "\eb62";
}

.psi-envelope-2:before {
  content: "\eb63";
}

.psi-environmental:before {
  content: "\eb64";
}

.psi-environmental-2:before {
  content: "\eb65";
}

.psi-environmental-3:before {
  content: "\eb66";
}

.psi-equalizer:before {
  content: "\eb67";
}

.psi-eraser:before {
  content: "\eb68";
}

.psi-eraser-2:before {
  content: "\eb69";
}

.psi-eraser-3:before {
  content: "\eb6a";
}

.psi-error-404-window:before {
  content: "\eb6b";
}

.psi-euro:before {
  content: "\eb6c";
}

.psi-euro-sign:before {
  content: "\eb6d";
}

.psi-euro-sign-2:before {
  content: "\eb6e";
}

.psi-evernote:before {
  content: "\eb6f";
}

.psi-evil:before {
  content: "\eb70";
}

.psi-exclamation:before {
  content: "\eb71";
}

.psi-explode:before {
  content: "\eb72";
}

.psi-eye:before {
  content: "\eb73";
}

.psi-eye-2:before {
  content: "\eb74";
}

.psi-eye-blind:before {
  content: "\eb75";
}

.psi-eye-invisible:before {
  content: "\eb76";
}

.psi-eye-scan:before {
  content: "\eb77";
}

.psi-eye-visible:before {
  content: "\eb78";
}

.psi-eyebrow:before {
  content: "\eb79";
}

.psi-eyebrow-2:before {
  content: "\eb7a";
}

.psi-eyebrow-3:before {
  content: "\eb7b";
}

.psi-eyeglasses-smiley:before {
  content: "\eb7c";
}

.psi-eyeglasses-smiley-2:before {
  content: "\eb7d";
}

.psi-face-style:before {
  content: "\eb7e";
}

.psi-face-style-2:before {
  content: "\eb7f";
}

.psi-face-style-3:before {
  content: "\eb80";
}

.psi-face-style-4:before {
  content: "\eb81";
}

.psi-face-style-5:before {
  content: "\eb82";
}

.psi-face-style-6:before {
  content: "\eb83";
}

.psi-facebook:before {
  content: "\eb84";
}

.psi-facebook-2:before {
  content: "\eb85";
}

.psi-factory:before {
  content: "\eb86";
}

.psi-factory-2:before {
  content: "\eb87";
}

.psi-fahrenheit:before {
  content: "\eb88";
}

.psi-family-sign:before {
  content: "\eb89";
}

.psi-fan:before {
  content: "\eb8a";
}

.psi-farmer:before {
  content: "\eb8b";
}

.psi-fashion:before {
  content: "\eb8c";
}

.psi-favorite-window:before {
  content: "\eb8d";
}

.psi-fax:before {
  content: "\eb8e";
}

.psi-feather:before {
  content: "\eb8f";
}

.psi-feedburner:before {
  content: "\eb90";
}

.psi-female:before {
  content: "\eb91";
}

.psi-female-2:before {
  content: "\eb92";
}

.psi-female-sign:before {
  content: "\eb93";
}

.psi-file:before {
  content: "\eb94";
}

.psi-file-add:before {
  content: "\eb95";
}

.psi-file-block:before {
  content: "\eb96";
}

.psi-file-bookmark:before {
  content: "\eb97";
}

.psi-file-chart:before {
  content: "\eb98";
}

.psi-file-clipboard:before {
  content: "\eb99";
}

.psi-file-clipboard-file-text:before {
  content: "\eb9a";
}

.psi-file-clipboard-text-image:before {
  content: "\eb9b";
}

.psi-file-cloud:before {
  content: "\eb9c";
}

.psi-file-copy:before {
  content: "\eb9d";
}

.psi-file-copy-2:before {
  content: "\eb9e";
}

.psi-file-csv:before {
  content: "\eb9f";
}

.psi-file-delete:before {
  content: "\eba0";
}

.psi-file-download:before {
  content: "\eba1";
}

.psi-file-edit:before {
  content: "\eba2";
}

.psi-file-excel:before {
  content: "\eba3";
}

.psi-file-favorite:before {
  content: "\eba4";
}

.psi-file-fire:before {
  content: "\eba5";
}

.psi-file-graph:before {
  content: "\eba6";
}

.psi-file-hide:before {
  content: "\eba7";
}

.psi-file-horizontal:before {
  content: "\eba8";
}

.psi-file-horizontal-text:before {
  content: "\eba9";
}

.psi-file-html:before {
  content: "\ebaa";
}

.psi-file-jpg:before {
  content: "\ebab";
}

.psi-file-link:before {
  content: "\ebac";
}

.psi-file-loading:before {
  content: "\ebad";
}

.psi-file-lock:before {
  content: "\ebae";
}

.psi-file-love:before {
  content: "\ebaf";
}

.psi-file-music:before {
  content: "\ebb0";
}

.psi-file-network:before {
  content: "\ebb1";
}

.psi-file-pictures:before {
  content: "\ebb2";
}

.psi-file-pie:before {
  content: "\ebb3";
}

.psi-file-presentation:before {
  content: "\ebb4";
}

.psi-file-refresh:before {
  content: "\ebb5";
}

.psi-file-remove:before {
  content: "\ebb6";
}

.psi-file-search:before {
  content: "\ebb7";
}

.psi-file-settings:before {
  content: "\ebb8";
}

.psi-file-share:before {
  content: "\ebb9";
}

.psi-file-text-image:before {
  content: "\ebba";
}

.psi-file-trash:before {
  content: "\ebbb";
}

.psi-file-txt:before {
  content: "\ebbc";
}

.psi-file-upload:before {
  content: "\ebbd";
}

.psi-file-video:before {
  content: "\ebbe";
}

.psi-file-word:before {
  content: "\ebbf";
}

.psi-file-zip:before {
  content: "\ebc0";
}

.psi-files:before {
  content: "\ebc1";
}

.psi-film:before {
  content: "\ebc2";
}

.psi-film-board:before {
  content: "\ebc3";
}

.psi-film-cartridge:before {
  content: "\ebc4";
}

.psi-film-strip:before {
  content: "\ebc5";
}

.psi-film-video:before {
  content: "\ebc6";
}

.psi-filter:before {
  content: "\ebc7";
}

.psi-filter-2:before {
  content: "\ebc8";
}

.psi-financial:before {
  content: "\ebc9";
}

.psi-find-user:before {
  content: "\ebca";
}

.psi-finger:before {
  content: "\ebcb";
}

.psi-finger-drag-four-sides:before {
  content: "\ebcc";
}

.psi-finger-drag-two-sides:before {
  content: "\ebcd";
}

.psi-finger-print:before {
  content: "\ebce";
}

.psi-fingerprint:before {
  content: "\ebcf";
}

.psi-fingerprint-2:before {
  content: "\ebd0";
}

.psi-fire-flame:before {
  content: "\ebd1";
}

.psi-fire-flame-2:before {
  content: "\ebd2";
}

.psi-fire-hydrant:before {
  content: "\ebd3";
}

.psi-fire-station:before {
  content: "\ebd4";
}

.psi-firefox:before {
  content: "\ebd5";
}

.psi-firewall:before {
  content: "\ebd6";
}

.psi-first:before {
  content: "\ebd7";
}

.psi-first-aid:before {
  content: "\ebd8";
}

.psi-fish:before {
  content: "\ebd9";
}

.psi-fish-food:before {
  content: "\ebda";
}

.psi-fit-to:before {
  content: "\ebdb";
}

.psi-fit-to-2:before {
  content: "\ebdc";
}

.psi-five-fingers:before {
  content: "\ebdd";
}

.psi-five-fingers-drag:before {
  content: "\ebde";
}

.psi-five-fingers-drag-2:before {
  content: "\ebdf";
}

.psi-five-fingers-touch:before {
  content: "\ebe0";
}

.psi-flag:before {
  content: "\ebe1";
}

.psi-flag-2:before {
  content: "\ebe2";
}

.psi-flag-3:before {
  content: "\ebe3";
}

.psi-flag-4:before {
  content: "\ebe4";
}

.psi-flag-5:before {
  content: "\ebe5";
}

.psi-flag-6:before {
  content: "\ebe6";
}

.psi-flamingo:before {
  content: "\ebe7";
}

.psi-flash:before {
  content: "\ebe8";
}

.psi-flash-2:before {
  content: "\ebe9";
}

.psi-flash-video:before {
  content: "\ebea";
}

.psi-flashlight:before {
  content: "\ebeb";
}

.psi-flask:before {
  content: "\ebec";
}

.psi-flask-2:before {
  content: "\ebed";
}

.psi-flick:before {
  content: "\ebee";
}

.psi-flickr:before {
  content: "\ebef";
}

.psi-flowerpot:before {
  content: "\ebf0";
}

.psi-fluorescent:before {
  content: "\ebf1";
}

.psi-fog-day:before {
  content: "\ebf2";
}

.psi-fog-night:before {
  content: "\ebf3";
}

.psi-folder:before {
  content: "\ebf4";
}

.psi-folder-add:before {
  content: "\ebf5";
}

.psi-folder-archive:before {
  content: "\ebf6";
}

.psi-folder-binder:before {
  content: "\ebf7";
}

.psi-folder-binder-2:before {
  content: "\ebf8";
}

.psi-folder-block:before {
  content: "\ebf9";
}

.psi-folder-bookmark:before {
  content: "\ebfa";
}

.psi-folder-close:before {
  content: "\ebfb";
}

.psi-folder-cloud:before {
  content: "\ebfc";
}

.psi-folder-delete:before {
  content: "\ebfd";
}

.psi-folder-download:before {
  content: "\ebfe";
}

.psi-folder-edit:before {
  content: "\ebff";
}

.psi-folder-favorite:before {
  content: "\ec00";
}

.psi-folder-fire:before {
  content: "\ec01";
}

.psi-folder-hide:before {
  content: "\ec02";
}

.psi-folder-link:before {
  content: "\ec03";
}

.psi-folder-loading:before {
  content: "\ec04";
}

.psi-folder-lock:before {
  content: "\ec05";
}

.psi-folder-love:before {
  content: "\ec06";
}

.psi-folder-music:before {
  content: "\ec07";
}

.psi-folder-network:before {
  content: "\ec08";
}

.psi-folder-open:before {
  content: "\ec09";
}

.psi-folder-open-2:before {
  content: "\ec0a";
}

.psi-folder-organizing:before {
  content: "\ec0b";
}

.psi-folder-pictures:before {
  content: "\ec0c";
}

.psi-folder-refresh:before {
  content: "\ec0d";
}

.psi-folder-remove:before {
  content: "\ec0e";
}

.psi-folder-search:before {
  content: "\ec0f";
}

.psi-folder-settings:before {
  content: "\ec10";
}

.psi-folder-share:before {
  content: "\ec11";
}

.psi-folder-trash:before {
  content: "\ec12";
}

.psi-folder-upload:before {
  content: "\ec13";
}

.psi-folder-video:before {
  content: "\ec14";
}

.psi-folder-with-document:before {
  content: "\ec15";
}

.psi-folder-zip:before {
  content: "\ec16";
}

.psi-folders:before {
  content: "\ec17";
}

.psi-font-color:before {
  content: "\ec18";
}

.psi-font-name:before {
  content: "\ec19";
}

.psi-font-size:before {
  content: "\ec1a";
}

.psi-font-style:before {
  content: "\ec1b";
}

.psi-font-style-subscript:before {
  content: "\ec1c";
}

.psi-font-style-superscript:before {
  content: "\ec1d";
}

.psi-font-window:before {
  content: "\ec1e";
}

.psi-foot:before {
  content: "\ec1f";
}

.psi-foot-2:before {
  content: "\ec20";
}

.psi-football:before {
  content: "\ec21";
}

.psi-football-2:before {
  content: "\ec22";
}

.psi-footprint:before {
  content: "\ec23";
}

.psi-footprint-2:before {
  content: "\ec24";
}

.psi-footprint-3:before {
  content: "\ec25";
}

.psi-forest:before {
  content: "\ec26";
}

.psi-fork:before {
  content: "\ec27";
}

.psi-formspring:before {
  content: "\ec28";
}

.psi-formula:before {
  content: "\ec29";
}

.psi-forward:before {
  content: "\ec2a";
}

.psi-fountain-pen:before {
  content: "\ec2b";
}

.psi-four-fingers:before {
  content: "\ec2c";
}

.psi-four-fingers-drag:before {
  content: "\ec2d";
}

.psi-four-fingers-drag-2:before {
  content: "\ec2e";
}

.psi-four-fingers-touch:before {
  content: "\ec2f";
}

.psi-foursquare:before {
  content: "\ec30";
}

.psi-fox:before {
  content: "\ec31";
}

.psi-frankenstein:before {
  content: "\ec32";
}

.psi-french-fries:before {
  content: "\ec33";
}

.psi-friendfeed:before {
  content: "\ec34";
}

.psi-friendster:before {
  content: "\ec35";
}

.psi-frog:before {
  content: "\ec36";
}

.psi-fruits:before {
  content: "\ec37";
}

.psi-fuel:before {
  content: "\ec38";
}

.psi-full-bag:before {
  content: "\ec39";
}

.psi-full-basket:before {
  content: "\ec3a";
}

.psi-full-cart:before {
  content: "\ec3b";
}

.psi-full-moon:before {
  content: "\ec3c";
}

.psi-full-screen:before {
  content: "\ec3d";
}

.psi-full-screen-2:before {
  content: "\ec3e";
}

.psi-full-view:before {
  content: "\ec3f";
}

.psi-full-view-2:before {
  content: "\ec40";
}

.psi-full-view-window:before {
  content: "\ec41";
}

.psi-function:before {
  content: "\ec42";
}

.psi-funky:before {
  content: "\ec43";
}

.psi-funny-bicycle:before {
  content: "\ec44";
}

.psi-furl:before {
  content: "\ec45";
}

.psi-gamepad:before {
  content: "\ec46";
}

.psi-gamepad-2:before {
  content: "\ec47";
}

.psi-gas-pump:before {
  content: "\ec48";
}

.psi-gauge:before {
  content: "\ec49";
}

.psi-gauge-2:before {
  content: "\ec4a";
}

.psi-gay:before {
  content: "\ec4b";
}

.psi-gear:before {
  content: "\ec4c";
}

.psi-gear-2:before {
  content: "\ec4d";
}

.psi-gears:before {
  content: "\ec4e";
}

.psi-gears-2:before {
  content: "\ec4f";
}

.psi-geek:before {
  content: "\ec50";
}

.psi-geek-2:before {
  content: "\ec51";
}

.psi-gemini:before {
  content: "\ec52";
}

.psi-gemini-2:before {
  content: "\ec53";
}

.psi-genius:before {
  content: "\ec54";
}

.psi-gentleman:before {
  content: "\ec55";
}

.psi-geo:before {
  content: "\ec56";
}

.psi-geo-2:before {
  content: "\ec57";
}

.psi-geo-2-close:before {
  content: "\ec58";
}

.psi-geo-2-love:before {
  content: "\ec59";
}

.psi-geo-2-min:before {
  content: "\ec5a";
}

.psi-geo-2-number:before {
  content: "\ec5b";
}

.psi-geo-2-plus:before {
  content: "\ec5c";
}

.psi-geo-2-star:before {
  content: "\ec5d";
}

.psi-geo-3:before {
  content: "\ec5e";
}

.psi-geo-3-close:before {
  content: "\ec5f";
}

.psi-geo-3-love:before {
  content: "\ec60";
}

.psi-geo-3-min:before {
  content: "\ec61";
}

.psi-geo-3-number:before {
  content: "\ec62";
}

.psi-geo-3-plus:before {
  content: "\ec63";
}

.psi-geo-3-star:before {
  content: "\ec64";
}

.psi-geo-close:before {
  content: "\ec65";
}

.psi-geo-love:before {
  content: "\ec66";
}

.psi-geo-min:before {
  content: "\ec67";
}

.psi-geo-number:before {
  content: "\ec68";
}

.psi-geo-plus:before {
  content: "\ec69";
}

.psi-geo-star:before {
  content: "\ec6a";
}

.psi-ghost:before {
  content: "\ec6b";
}

.psi-gift-box:before {
  content: "\ec6c";
}

.psi-giraffe:before {
  content: "\ec6d";
}

.psi-girl:before {
  content: "\ec6e";
}

.psi-glass-water:before {
  content: "\ec6f";
}

.psi-glasses:before {
  content: "\ec70";
}

.psi-glasses-2:before {
  content: "\ec71";
}

.psi-glasses-3:before {
  content: "\ec72";
}

.psi-global-position:before {
  content: "\ec73";
}

.psi-globe:before {
  content: "\ec74";
}

.psi-globe-2:before {
  content: "\ec75";
}

.psi-gloves:before {
  content: "\ec76";
}

.psi-go-bottom:before {
  content: "\ec77";
}

.psi-go-top:before {
  content: "\ec78";
}

.psi-goggles:before {
  content: "\ec79";
}

.psi-golf:before {
  content: "\ec7a";
}

.psi-golf-2:before {
  content: "\ec7b";
}

.psi-google:before {
  content: "\ec7c";
}

.psi-google-buzz:before {
  content: "\ec7d";
}

.psi-google-drive:before {
  content: "\ec7e";
}

.psi-google-play:before {
  content: "\ec7f";
}

.psi-google-plus:before {
  content: "\ec80";
}

.psi-gopro:before {
  content: "\ec81";
}

.psi-gorilla:before {
  content: "\ec82";
}

.psi-gowalla:before {
  content: "\ec83";
}

.psi-grave:before {
  content: "\ec84";
}

.psi-graveyard:before {
  content: "\ec85";
}

.psi-greece:before {
  content: "\ec86";
}

.psi-green-energy:before {
  content: "\ec87";
}

.psi-green-house:before {
  content: "\ec88";
}

.psi-guitar:before {
  content: "\ec89";
}

.psi-gun:before {
  content: "\ec8a";
}

.psi-gun-2:before {
  content: "\ec8b";
}

.psi-gun-3:before {
  content: "\ec8c";
}

.psi-gymnastics:before {
  content: "\ec8d";
}

.psi-hair:before {
  content: "\ec8e";
}

.psi-hair-2:before {
  content: "\ec8f";
}

.psi-hair-3:before {
  content: "\ec90";
}

.psi-hair-4:before {
  content: "\ec91";
}

.psi-half-moon:before {
  content: "\ec92";
}

.psi-halloween-halfmoon:before {
  content: "\ec93";
}

.psi-halloween-moon:before {
  content: "\ec94";
}

.psi-hamburger:before {
  content: "\ec95";
}

.psi-hammer:before {
  content: "\ec96";
}

.psi-hand:before {
  content: "\ec97";
}

.psi-hand-touch:before {
  content: "\ec98";
}

.psi-hand-touch-2:before {
  content: "\ec99";
}

.psi-hand-touch-smartphone:before {
  content: "\ec9a";
}

.psi-hands:before {
  content: "\ec9b";
}

.psi-handshake:before {
  content: "\ec9c";
}

.psi-hanger:before {
  content: "\ec9d";
}

.psi-happy:before {
  content: "\ec9e";
}

.psi-hat:before {
  content: "\ec9f";
}

.psi-hat-2:before {
  content: "\eca0";
}

.psi-haunted-house:before {
  content: "\eca1";
}

.psi-hd:before {
  content: "\eca2";
}

.psi-hd-video:before {
  content: "\eca3";
}

.psi-hdd:before {
  content: "\eca4";
}

.psi-headphone:before {
  content: "\eca5";
}

.psi-headphones:before {
  content: "\eca6";
}

.psi-headset:before {
  content: "\eca7";
}

.psi-heart:before {
  content: "\eca8";
}

.psi-heart-2:before {
  content: "\eca9";
}

.psi-heels:before {
  content: "\ecaa";
}

.psi-heels-2:before {
  content: "\ecab";
}

.psi-height-window:before {
  content: "\ecac";
}

.psi-helicopter:before {
  content: "\ecad";
}

.psi-helicopter-2:before {
  content: "\ecae";
}

.psi-helix-2:before {
  content: "\ecaf";
}

.psi-hello:before {
  content: "\ecb0";
}

.psi-helmet:before {
  content: "\ecb1";
}

.psi-helmet-2:before {
  content: "\ecb2";
}

.psi-helmet-3:before {
  content: "\ecb3";
}

.psi-hippo:before {
  content: "\ecb4";
}

.psi-hipster-glasses:before {
  content: "\ecb5";
}

.psi-hipster-glasses-2:before {
  content: "\ecb6";
}

.psi-hipster-glasses-3:before {
  content: "\ecb7";
}

.psi-hipster-headphones:before {
  content: "\ecb8";
}

.psi-hipster-man:before {
  content: "\ecb9";
}

.psi-hipster-man-2:before {
  content: "\ecba";
}

.psi-hipster-man-3:before {
  content: "\ecbb";
}

.psi-hipster-sunglasses:before {
  content: "\ecbc";
}

.psi-hipster-sunglasses-2:before {
  content: "\ecbd";
}

.psi-hipster-sunglasses-3:before {
  content: "\ecbe";
}

.psi-hokey:before {
  content: "\ecbf";
}

.psi-holly:before {
  content: "\ecc0";
}

.psi-home:before {
  content: "\ecc1";
}

.psi-home-2:before {
  content: "\ecc2";
}

.psi-home-3:before {
  content: "\ecc3";
}

.psi-home-4:before {
  content: "\ecc4";
}

.psi-home-5:before {
  content: "\ecc5";
}

.psi-home-window:before {
  content: "\ecc6";
}

.psi-honey:before {
  content: "\ecc7";
}

.psi-hongkong:before {
  content: "\ecc8";
}

.psi-hoodie:before {
  content: "\ecc9";
}

.psi-horror:before {
  content: "\ecca";
}

.psi-horse:before {
  content: "\eccb";
}

.psi-hospital:before {
  content: "\eccc";
}

.psi-hospital-2:before {
  content: "\eccd";
}

.psi-hot-dog:before {
  content: "\ecce";
}

.psi-hotel:before {
  content: "\eccf";
}

.psi-hour:before {
  content: "\ecd0";
}

.psi-hub:before {
  content: "\ecd1";
}

.psi-humor:before {
  content: "\ecd2";
}

.psi-hurt:before {
  content: "\ecd3";
}

.psi-ice-cream:before {
  content: "\ecd4";
}

.psi-icq:before {
  content: "\ecd5";
}

.psi-id-2:before {
  content: "\ecd6";
}

.psi-id-3:before {
  content: "\ecd7";
}

.psi-id-card:before {
  content: "\ecd8";
}

.psi-idea:before {
  content: "\ecd9";
}

.psi-idea-2:before {
  content: "\ecda";
}

.psi-idea-3:before {
  content: "\ecdb";
}

.psi-idea-4:before {
  content: "\ecdc";
}

.psi-idea-5:before {
  content: "\ecdd";
}

.psi-identification-badge:before {
  content: "\ecde";
}

.psi-imdb:before {
  content: "\ecdf";
}

.psi-inbox:before {
  content: "\ece0";
}

.psi-inbox-empty:before {
  content: "\ece1";
}

.psi-inbox-forward:before {
  content: "\ece2";
}

.psi-inbox-full:before {
  content: "\ece3";
}

.psi-inbox-into:before {
  content: "\ece4";
}

.psi-inbox-out:before {
  content: "\ece5";
}

.psi-inbox-reply:before {
  content: "\ece6";
}

.psi-increase-indent:before {
  content: "\ece7";
}

.psi-indent-first-line:before {
  content: "\ece8";
}

.psi-indent-left-margin:before {
  content: "\ece9";
}

.psi-indent-right-margin:before {
  content: "\ecea";
}

.psi-india:before {
  content: "\eceb";
}

.psi-infinity:before {
  content: "\ecec";
}

.psi-info-window:before {
  content: "\eced";
}

.psi-information:before {
  content: "\ecee";
}

.psi-instagram:before {
  content: "\ecef";
}

.psi-internet:before {
  content: "\ecf0";
}

.psi-internet-2:before {
  content: "\ecf1";
}

.psi-internet-explorer:before {
  content: "\ecf2";
}

.psi-internet-smiley:before {
  content: "\ecf3";
}

.psi-ios-apple:before {
  content: "\ecf4";
}

.psi-israel:before {
  content: "\ecf5";
}

.psi-italic-text:before {
  content: "\ecf6";
}

.psi-jacket:before {
  content: "\ecf7";
}

.psi-jacket-2:before {
  content: "\ecf8";
}

.psi-jamaica:before {
  content: "\ecf9";
}

.psi-japan:before {
  content: "\ecfa";
}

.psi-japanese-gate:before {
  content: "\ecfb";
}

.psi-jeans:before {
  content: "\ecfc";
}

.psi-jeep:before {
  content: "\ecfd";
}

.psi-jeep-2:before {
  content: "\ecfe";
}

.psi-jet:before {
  content: "\ecff";
}

.psi-joystick:before {
  content: "\ed00";
}

.psi-juice:before {
  content: "\ed01";
}

.psi-jump-rope:before {
  content: "\ed02";
}

.psi-kangaroo:before {
  content: "\ed03";
}

.psi-kenya:before {
  content: "\ed04";
}

.psi-key:before {
  content: "\ed05";
}

.psi-key-2:before {
  content: "\ed06";
}

.psi-key-3:before {
  content: "\ed07";
}

.psi-key-lock:before {
  content: "\ed08";
}

.psi-keyboard:before {
  content: "\ed09";
}

.psi-keyboard-3:before {
  content: "\ed0a";
}

.psi-keypad:before {
  content: "\ed0b";
}

.psi-king:before {
  content: "\ed0c";
}

.psi-king-2:before {
  content: "\ed0d";
}

.psi-kiss:before {
  content: "\ed0e";
}

.psi-knee:before {
  content: "\ed0f";
}

.psi-knife:before {
  content: "\ed10";
}

.psi-knife-2:before {
  content: "\ed11";
}

.psi-knight:before {
  content: "\ed12";
}

.psi-koala:before {
  content: "\ed13";
}

.psi-korea:before {
  content: "\ed14";
}

.psi-lamp:before {
  content: "\ed15";
}

.psi-landscape:before {
  content: "\ed16";
}

.psi-landscape-2:before {
  content: "\ed17";
}

.psi-lantern:before {
  content: "\ed18";
}

.psi-laptop:before {
  content: "\ed19";
}

.psi-laptop-2:before {
  content: "\ed1a";
}

.psi-laptop-3:before {
  content: "\ed1b";
}

.psi-laptop-phone:before {
  content: "\ed1c";
}

.psi-laptop-secure:before {
  content: "\ed1d";
}

.psi-laptop-tablet:before {
  content: "\ed1e";
}

.psi-laser:before {
  content: "\ed1f";
}

.psi-last:before {
  content: "\ed20";
}

.psi-last-fm:before {
  content: "\ed21";
}

.psi-laughing:before {
  content: "\ed22";
}

.psi-layer-backward:before {
  content: "\ed23";
}

.psi-layer-forward:before {
  content: "\ed24";
}

.psi-layout-grid:before {
  content: "\ed25";
}

.psi-leafs:before {
  content: "\ed26";
}

.psi-leafs-2:before {
  content: "\ed27";
}

.psi-leaning-tower:before {
  content: "\ed28";
}

.psi-left:before {
  content: "\ed29";
}

.psi-left-2:before {
  content: "\ed2a";
}

.psi-left-3:before {
  content: "\ed2b";
}

.psi-left-4:before {
  content: "\ed2c";
}

.psi-left-right:before {
  content: "\ed2d";
}

.psi-left-right-3:before {
  content: "\ed2e";
}

.psi-left-to-right:before {
  content: "\ed2f";
}

.psi-leg:before {
  content: "\ed30";
}

.psi-leg-2:before {
  content: "\ed31";
}

.psi-lego:before {
  content: "\ed32";
}

.psi-lemon:before {
  content: "\ed33";
}

.psi-len:before {
  content: "\ed34";
}

.psi-len-2:before {
  content: "\ed35";
}

.psi-len-3:before {
  content: "\ed36";
}

.psi-leo:before {
  content: "\ed37";
}

.psi-leo-2:before {
  content: "\ed38";
}

.psi-leopard:before {
  content: "\ed39";
}

.psi-letter-close:before {
  content: "\ed3a";
}

.psi-letter-open:before {
  content: "\ed3b";
}

.psi-letter-sent:before {
  content: "\ed3c";
}

.psi-libra:before {
  content: "\ed3d";
}

.psi-libra-2:before {
  content: "\ed3e";
}

.psi-library:before {
  content: "\ed3f";
}

.psi-library-2:before {
  content: "\ed40";
}

.psi-life-jacket:before {
  content: "\ed41";
}

.psi-lifesaver:before {
  content: "\ed42";
}

.psi-light-bulb:before {
  content: "\ed43";
}

.psi-light-bulb-2:before {
  content: "\ed44";
}

.psi-light-bulb-leaf:before {
  content: "\ed45";
}

.psi-lighthouse:before {
  content: "\ed46";
}

.psi-like:before {
  content: "\ed47";
}

.psi-like-2:before {
  content: "\ed48";
}

.psi-line-chart:before {
  content: "\ed49";
}

.psi-line-chart-2:before {
  content: "\ed4a";
}

.psi-line-chart-3:before {
  content: "\ed4b";
}

.psi-line-chart-4:before {
  content: "\ed4c";
}

.psi-line-spacing:before {
  content: "\ed4d";
}

.psi-line-spacing-text:before {
  content: "\ed4e";
}

.psi-link:before {
  content: "\ed4f";
}

.psi-link-2:before {
  content: "\ed50";
}

.psi-linkedin:before {
  content: "\ed51";
}

.psi-linkedin-2:before {
  content: "\ed52";
}

.psi-linux:before {
  content: "\ed53";
}

.psi-lion:before {
  content: "\ed54";
}

.psi-livejournal:before {
  content: "\ed55";
}

.psi-loading:before {
  content: "\ed56";
}

.psi-loading-2:before {
  content: "\ed57";
}

.psi-loading-3:before {
  content: "\ed58";
}

.psi-loading-window:before {
  content: "\ed59";
}

.psi-location:before {
  content: "\ed5a";
}

.psi-location-2:before {
  content: "\ed5b";
}

.psi-lock:before {
  content: "\ed5c";
}

.psi-lock-2:before {
  content: "\ed5d";
}

.psi-lock-3:before {
  content: "\ed5e";
}

.psi-lock-user:before {
  content: "\ed5f";
}

.psi-lock-window:before {
  content: "\ed60";
}

.psi-lollipop:before {
  content: "\ed61";
}

.psi-lollipop-2:before {
  content: "\ed62";
}

.psi-lollipop-3:before {
  content: "\ed63";
}

.psi-loop:before {
  content: "\ed64";
}

.psi-loud:before {
  content: "\ed65";
}

.psi-loudspeaker:before {
  content: "\ed66";
}

.psi-love:before {
  content: "\ed67";
}

.psi-love-2:before {
  content: "\ed68";
}

.psi-love-user:before {
  content: "\ed69";
}

.psi-love-window:before {
  content: "\ed6a";
}

.psi-lowercase-text:before {
  content: "\ed6b";
}

.psi-luggage:before {
  content: "\ed6c";
}

.psi-luggage-2:before {
  content: "\ed6d";
}

.psi-macro:before {
  content: "\ed6e";
}

.psi-magic-wand:before {
  content: "\ed6f";
}

.psi-magnet:before {
  content: "\ed70";
}

.psi-magnifi-glass:before {
  content: "\ed71";
}

.psi-magnifi-glass-plus:before {
  content: "\ed72";
}

.psi-magnifi-glass-min:before {
  content: "\ed73";
}

.psi-mail:before {
  content: "\ed74";
}

.psi-mail-2:before {
  content: "\ed75";
}

.psi-mail-3:before {
  content: "\ed76";
}

.psi-mail-add:before {
  content: "\ed77";
}

.psi-mail-attachment:before {
  content: "\ed78";
}

.psi-mail-block:before {
  content: "\ed79";
}

.psi-mail-delete:before {
  content: "\ed7a";
}

.psi-mail-favorite:before {
  content: "\ed7b";
}

.psi-mail-forward:before {
  content: "\ed7c";
}

.psi-mail-gallery:before {
  content: "\ed7d";
}

.psi-mail-inbox:before {
  content: "\ed7e";
}

.psi-mail-link:before {
  content: "\ed7f";
}

.psi-mail-lock:before {
  content: "\ed80";
}

.psi-mail-love:before {
  content: "\ed81";
}

.psi-mail-money:before {
  content: "\ed82";
}

.psi-mail-open:before {
  content: "\ed83";
}

.psi-mail-outbox:before {
  content: "\ed84";
}

.psi-mail-password:before {
  content: "\ed85";
}

.psi-mail-photo:before {
  content: "\ed86";
}

.psi-mail-read:before {
  content: "\ed87";
}

.psi-mail-remove:before {
  content: "\ed88";
}

.psi-mail-reply:before {
  content: "\ed89";
}

.psi-mail-reply-all:before {
  content: "\ed8a";
}

.psi-mail-search:before {
  content: "\ed8b";
}

.psi-mail-send:before {
  content: "\ed8c";
}

.psi-mail-settings:before {
  content: "\ed8d";
}

.psi-mail-unread:before {
  content: "\ed8e";
}

.psi-mail-video:before {
  content: "\ed8f";
}

.psi-mail-with-at-sign:before {
  content: "\ed90";
}

.psi-mail-with-cursor:before {
  content: "\ed91";
}

.psi-mailbox-empty:before {
  content: "\ed92";
}

.psi-mailbox-full:before {
  content: "\ed93";
}

.psi-male:before {
  content: "\ed94";
}

.psi-male + female:before {
  content: "\ed95";
}

.psi-male-2:before {
  content: "\ed96";
}

.psi-male-female:before {
  content: "\ed97";
}

.psi-male-sign:before {
  content: "\ed98";
}

.psi-man-sign:before {
  content: "\ed99";
}

.psi-management:before {
  content: "\ed9a";
}

.psi-mans-underwear:before {
  content: "\ed9b";
}

.psi-mans-underwear-2:before {
  content: "\ed9c";
}

.psi-map:before {
  content: "\ed9d";
}

.psi-map-2:before {
  content: "\ed9e";
}

.psi-map-marker:before {
  content: "\ed9f";
}

.psi-map-marker-2:before {
  content: "\eda0";
}

.psi-map-marker-3:before {
  content: "\eda1";
}

.psi-marker:before {
  content: "\eda2";
}

.psi-marker-2:before {
  content: "\eda3";
}

.psi-marker-3:before {
  content: "\eda4";
}

.psi-martini-glass:before {
  content: "\eda5";
}

.psi-mask:before {
  content: "\eda6";
}

.psi-master-card:before {
  content: "\eda7";
}

.psi-maximize:before {
  content: "\eda8";
}

.psi-maximize-2:before {
  content: "\eda9";
}

.psi-maximize-3:before {
  content: "\edaa";
}

.psi-maximize-window:before {
  content: "\edab";
}

.psi-medal:before {
  content: "\edac";
}

.psi-medal-2:before {
  content: "\edad";
}

.psi-medal-3:before {
  content: "\edae";
}

.psi-medical-sign:before {
  content: "\edaf";
}

.psi-medicine:before {
  content: "\edb0";
}

.psi-medicine-2:before {
  content: "\edb1";
}

.psi-medicine-3:before {
  content: "\edb2";
}

.psi-megaphone:before {
  content: "\edb3";
}

.psi-memory-card:before {
  content: "\edb4";
}

.psi-memory-card-2:before {
  content: "\edb5";
}

.psi-memory-card-3:before {
  content: "\edb6";
}

.psi-men:before {
  content: "\edb7";
}

.psi-menorah:before {
  content: "\edb8";
}

.psi-mens:before {
  content: "\edb9";
}

.psi-metacafe:before {
  content: "\edba";
}

.psi-mexico:before {
  content: "\edbb";
}

.psi-mic:before {
  content: "\edbc";
}

.psi-microphone:before {
  content: "\edbd";
}

.psi-microphone-2:before {
  content: "\edbe";
}

.psi-microphone-3:before {
  content: "\edbf";
}

.psi-microphone-4:before {
  content: "\edc0";
}

.psi-microphone-5:before {
  content: "\edc1";
}

.psi-microphone-6:before {
  content: "\edc2";
}

.psi-microphone-7:before {
  content: "\edc3";
}

.psi-microscope:before {
  content: "\edc4";
}

.psi-milk-bottle:before {
  content: "\edc5";
}

.psi-milk-bottle-2:before {
  content: "\edc6";
}

.psi-min:before {
  content: "\edc7";
}

.psi-mine:before {
  content: "\edc8";
}

.psi-minimize:before {
  content: "\edc9";
}

.psi-minimize-2:before {
  content: "\edca";
}

.psi-minimize-3:before {
  content: "\edcb";
}

.psi-minimize-maximize-close-window:before {
  content: "\edcc";
}

.psi-minimize-window:before {
  content: "\edcd";
}

.psi-mirror:before {
  content: "\edce";
}

.psi-mixer:before {
  content: "\edcf";
}

.psi-mixx:before {
  content: "\edd0";
}

.psi-money:before {
  content: "\edd1";
}

.psi-money-2:before {
  content: "\edd2";
}

.psi-money-bag:before {
  content: "\edd3";
}

.psi-money-smiley:before {
  content: "\edd4";
}

.psi-monitor:before {
  content: "\edd5";
}

.psi-monitor-2:before {
  content: "\edd6";
}

.psi-monitor-3:before {
  content: "\edd7";
}

.psi-monitor-4:before {
  content: "\edd8";
}

.psi-monitor-5:before {
  content: "\edd9";
}

.psi-monitor-analytics:before {
  content: "\edda";
}

.psi-monitor-laptop:before {
  content: "\eddb";
}

.psi-monitor-phone:before {
  content: "\eddc";
}

.psi-monitor-tablet:before {
  content: "\eddd";
}

.psi-monitor-vertical:before {
  content: "\edde";
}

.psi-monitoring:before {
  content: "\eddf";
}

.psi-monkey:before {
  content: "\ede0";
}

.psi-monster:before {
  content: "\ede1";
}

.psi-morocco:before {
  content: "\ede2";
}

.psi-motorcycle:before {
  content: "\ede3";
}

.psi-mouse:before {
  content: "\ede4";
}

.psi-mouse-2:before {
  content: "\ede5";
}

.psi-mouse-3:before {
  content: "\ede6";
}

.psi-mouse-4:before {
  content: "\ede7";
}

.psi-mouse-pointer:before {
  content: "\ede8";
}

.psi-moustache-smiley:before {
  content: "\ede9";
}

.psi-movie:before {
  content: "\edea";
}

.psi-movie-ticket:before {
  content: "\edeb";
}

.psi-mp3-file:before {
  content: "\edec";
}

.psi-museum:before {
  content: "\eded";
}

.psi-mushroom:before {
  content: "\edee";
}

.psi-music-note:before {
  content: "\edef";
}

.psi-music-note-2:before {
  content: "\edf0";
}

.psi-music-note-3:before {
  content: "\edf1";
}

.psi-music-note-4:before {
  content: "\edf2";
}

.psi-music-player:before {
  content: "\edf3";
}

.psi-mustache:before {
  content: "\edf4";
}

.psi-mustache-2:before {
  content: "\edf5";
}

.psi-mustache-3:before {
  content: "\edf6";
}

.psi-mustache-4:before {
  content: "\edf7";
}

.psi-mustache-5:before {
  content: "\edf8";
}

.psi-mustache-6:before {
  content: "\edf9";
}

.psi-mustache-7:before {
  content: "\edfa";
}

.psi-mustache-8:before {
  content: "\edfb";
}

.psi-mute:before {
  content: "\edfc";
}

.psi-myspace:before {
  content: "\edfd";
}

.psi-navigate-end:before {
  content: "\edfe";
}

.psi-navigate-start:before {
  content: "\edff";
}

.psi-navigation-left-window:before {
  content: "\ee00";
}

.psi-navigation-right-window:before {
  content: "\ee01";
}

.psi-nepal:before {
  content: "\ee02";
}

.psi-netscape:before {
  content: "\ee03";
}

.psi-network:before {
  content: "\ee04";
}

.psi-network-window:before {
  content: "\ee05";
}

.psi-neutron:before {
  content: "\ee06";
}

.psi-new-mail:before {
  content: "\ee07";
}

.psi-new-tab:before {
  content: "\ee08";
}

.psi-newspaper:before {
  content: "\ee09";
}

.psi-newspaper-2:before {
  content: "\ee0a";
}

.psi-newsvine:before {
  content: "\ee0b";
}

.psi-next:before {
  content: "\ee0c";
}

.psi-next-media:before {
  content: "\ee0d";
}

.psi-next-media-2:before {
  content: "\ee0e";
}

.psi-next-music:before {
  content: "\ee0f";
}

.psi-no-battery:before {
  content: "\ee10";
}

.psi-no-drop:before {
  content: "\ee11";
}

.psi-no-flash:before {
  content: "\ee12";
}

.psi-no-smoking:before {
  content: "\ee13";
}

.psi-normal-text:before {
  content: "\ee14";
}

.psi-nose:before {
  content: "\ee15";
}

.psi-note:before {
  content: "\ee16";
}

.psi-notepad:before {
  content: "\ee17";
}

.psi-notepad-2:before {
  content: "\ee18";
}

.psi-nuclear:before {
  content: "\ee19";
}

.psi-numbering-list:before {
  content: "\ee1a";
}

.psi-nurse:before {
  content: "\ee1b";
}

.psi-office:before {
  content: "\ee1c";
}

.psi-office-lamp:before {
  content: "\ee1d";
}

.psi-oil:before {
  content: "\ee1e";
}

.psi-old-camera:before {
  content: "\ee1f";
}

.psi-old-cassette:before {
  content: "\ee20";
}

.psi-old-clock:before {
  content: "\ee21";
}

.psi-old-radio:before {
  content: "\ee22";
}

.psi-old-sticky:before {
  content: "\ee23";
}

.psi-old-sticky-2:before {
  content: "\ee24";
}

.psi-old-telephone:before {
  content: "\ee25";
}

.psi-old-tv:before {
  content: "\ee26";
}

.psi-on-air:before {
  content: "\ee27";
}

.psi-on-off:before {
  content: "\ee28";
}

.psi-on-off-2:before {
  content: "\ee29";
}

.psi-on-off-3:before {
  content: "\ee2a";
}

.psi-one-finger:before {
  content: "\ee2b";
}

.psi-one-finger-touch:before {
  content: "\ee2c";
}

.psi-one-window:before {
  content: "\ee2d";
}

.psi-open-banana:before {
  content: "\ee2e";
}

.psi-open-book:before {
  content: "\ee2f";
}

.psi-opera:before {
  content: "\ee30";
}

.psi-opera-house:before {
  content: "\ee31";
}

.psi-optimization:before {
  content: "\ee32";
}

.psi-orientation:before {
  content: "\ee33";
}

.psi-orientation-2:before {
  content: "\ee34";
}

.psi-orientation-3:before {
  content: "\ee35";
}

.psi-orkut:before {
  content: "\ee36";
}

.psi-ornament:before {
  content: "\ee37";
}

.psi-overtime:before {
  content: "\ee38";
}

.psi-overtime-2:before {
  content: "\ee39";
}

.psi-owl:before {
  content: "\ee3a";
}

.psi-pac-man:before {
  content: "\ee3b";
}

.psi-paint-brush:before {
  content: "\ee3c";
}

.psi-paint-bucket:before {
  content: "\ee3d";
}

.psi-paintbrush:before {
  content: "\ee3e";
}

.psi-palette:before {
  content: "\ee3f";
}

.psi-palm-tree:before {
  content: "\ee40";
}

.psi-panda:before {
  content: "\ee41";
}

.psi-panorama:before {
  content: "\ee42";
}

.psi-pantheon:before {
  content: "\ee43";
}

.psi-pantone:before {
  content: "\ee44";
}

.psi-pants:before {
  content: "\ee45";
}

.psi-paper:before {
  content: "\ee46";
}

.psi-paper-plane:before {
  content: "\ee47";
}

.psi-paperclip:before {
  content: "\ee48";
}

.psi-parasailing:before {
  content: "\ee49";
}

.psi-parrot:before {
  content: "\ee4a";
}

.psi-password:before {
  content: "\ee4b";
}

.psi-password-field:before {
  content: "\ee4c";
}

.psi-password-shopping:before {
  content: "\ee4d";
}

.psi-password-shopping-2:before {
  content: "\ee4e";
}

.psi-pause:before {
  content: "\ee4f";
}

.psi-pause-2:before {
  content: "\ee50";
}

.psi-paw:before {
  content: "\ee51";
}

.psi-pawn:before {
  content: "\ee52";
}

.psi-paypal:before {
  content: "\ee53";
}

.psi-pen:before {
  content: "\ee54";
}

.psi-pen-2:before {
  content: "\ee55";
}

.psi-pen-3:before {
  content: "\ee56";
}

.psi-pen-4:before {
  content: "\ee57";
}

.psi-pen-5:before {
  content: "\ee58";
}

.psi-pen-6:before {
  content: "\ee59";
}

.psi-pencil:before {
  content: "\ee5a";
}

.psi-pencil-ruler:before {
  content: "\ee5b";
}

.psi-penguin:before {
  content: "\ee5c";
}

.psi-pentagon:before {
  content: "\ee5d";
}

.psi-people-on-cloud:before {
  content: "\ee5e";
}

.psi-pepper:before {
  content: "\ee5f";
}

.psi-pepper-with-fire:before {
  content: "\ee60";
}

.psi-petrol:before {
  content: "\ee61";
}

.psi-petronas-tower:before {
  content: "\ee62";
}

.psi-philippines:before {
  content: "\ee63";
}

.psi-phone:before {
  content: "\ee64";
}

.psi-phone-2:before {
  content: "\ee65";
}

.psi-phone-3:before {
  content: "\ee66";
}

.psi-phone-3g:before {
  content: "\ee67";
}

.psi-phone-4g:before {
  content: "\ee68";
}

.psi-phone-simcard:before {
  content: "\ee69";
}

.psi-phone-sms:before {
  content: "\ee6a";
}

.psi-phone-wifi:before {
  content: "\ee6b";
}

.psi-photo:before {
  content: "\ee6c";
}

.psi-photo-2:before {
  content: "\ee6d";
}

.psi-photo-3:before {
  content: "\ee6e";
}

.psi-photo-album:before {
  content: "\ee6f";
}

.psi-photo-album-2:before {
  content: "\ee70";
}

.psi-photo-album-3:before {
  content: "\ee71";
}

.psi-photos:before {
  content: "\ee72";
}

.psi-physics:before {
  content: "\ee73";
}

.psi-pi:before {
  content: "\ee74";
}

.psi-piano:before {
  content: "\ee75";
}

.psi-picasa:before {
  content: "\ee76";
}

.psi-pie-chart:before {
  content: "\ee77";
}

.psi-pie-chart-2:before {
  content: "\ee78";
}

.psi-pie-chart-3:before {
  content: "\ee79";
}

.psi-pilates:before {
  content: "\ee7a";
}

.psi-pilates-2:before {
  content: "\ee7b";
}

.psi-pilates-3:before {
  content: "\ee7c";
}

.psi-pilot:before {
  content: "\ee7d";
}

.psi-pinch:before {
  content: "\ee7e";
}

.psi-ping-pong:before {
  content: "\ee7f";
}

.psi-pinterest:before {
  content: "\ee80";
}

.psi-pipe:before {
  content: "\ee81";
}

.psi-pipette:before {
  content: "\ee82";
}

.psi-pisces:before {
  content: "\ee83";
}

.psi-pisces-2:before {
  content: "\ee84";
}

.psi-pizza:before {
  content: "\ee85";
}

.psi-pizza-slice:before {
  content: "\ee86";
}

.psi-plane:before {
  content: "\ee87";
}

.psi-plane-2:before {
  content: "\ee88";
}

.psi-plant:before {
  content: "\ee89";
}

.psi-plasmid:before {
  content: "\ee8a";
}

.psi-plaster:before {
  content: "\ee8b";
}

.psi-plastic-cup-phone:before {
  content: "\ee8c";
}

.psi-plastic-cup-phone-2:before {
  content: "\ee8d";
}

.psi-plate:before {
  content: "\ee8e";
}

.psi-plates:before {
  content: "\ee8f";
}

.psi-plaxo:before {
  content: "\ee90";
}

.psi-play-music:before {
  content: "\ee91";
}

.psi-plug-in:before {
  content: "\ee92";
}

.psi-plug-in-2:before {
  content: "\ee93";
}

.psi-plurk:before {
  content: "\ee94";
}

.psi-pointer:before {
  content: "\ee95";
}

.psi-poland:before {
  content: "\ee96";
}

.psi-police:before {
  content: "\ee97";
}

.psi-police-man:before {
  content: "\ee98";
}

.psi-police-station:before {
  content: "\ee99";
}

.psi-police-woman:before {
  content: "\ee9a";
}

.psi-polo-shirt:before {
  content: "\ee9b";
}

.psi-portrait:before {
  content: "\ee9c";
}

.psi-portugal:before {
  content: "\ee9d";
}

.psi-post-mail:before {
  content: "\ee9e";
}

.psi-post-mail-2:before {
  content: "\ee9f";
}

.psi-post-office:before {
  content: "\eea0";
}

.psi-post-sign:before {
  content: "\eea1";
}

.psi-post-sign-2-ways:before {
  content: "\eea2";
}

.psi-posterous:before {
  content: "\eea3";
}

.psi-pound:before {
  content: "\eea4";
}

.psi-pound-sign:before {
  content: "\eea5";
}

.psi-pound-sign-2:before {
  content: "\eea6";
}

.psi-power:before {
  content: "\eea7";
}

.psi-power-2:before {
  content: "\eea8";
}

.psi-power-3:before {
  content: "\eea9";
}

.psi-power-cable:before {
  content: "\eeaa";
}

.psi-power-station:before {
  content: "\eeab";
}

.psi-prater:before {
  content: "\eeac";
}

.psi-present:before {
  content: "\eead";
}

.psi-presents:before {
  content: "\eeae";
}

.psi-press:before {
  content: "\eeaf";
}

.psi-preview:before {
  content: "\eeb0";
}

.psi-previous:before {
  content: "\eeb1";
}

.psi-pricing:before {
  content: "\eeb2";
}

.psi-printer:before {
  content: "\eeb3";
}

.psi-professor:before {
  content: "\eeb4";
}

.psi-profile:before {
  content: "\eeb5";
}

.psi-project:before {
  content: "\eeb6";
}

.psi-projector:before {
  content: "\eeb7";
}

.psi-projector-2:before {
  content: "\eeb8";
}

.psi-pulse:before {
  content: "\eeb9";
}

.psi-pumpkin:before {
  content: "\eeba";
}

.psi-punk:before {
  content: "\eebb";
}

.psi-punker:before {
  content: "\eebc";
}

.psi-puzzle:before {
  content: "\eebd";
}

.psi-pyramids:before {
  content: "\eebe";
}

.psi-qik:before {
  content: "\eebf";
}

.psi-qr-code:before {
  content: "\eec0";
}

.psi-queen:before {
  content: "\eec1";
}

.psi-queen-2:before {
  content: "\eec2";
}

.psi-question:before {
  content: "\eec3";
}

.psi-quill:before {
  content: "\eec4";
}

.psi-quill-2:before {
  content: "\eec5";
}

.psi-quill-3:before {
  content: "\eec6";
}

.psi-quotes:before {
  content: "\eec7";
}

.psi-quotes-2:before {
  content: "\eec8";
}

.psi-radio:before {
  content: "\eec9";
}

.psi-radioactive:before {
  content: "\eeca";
}

.psi-rafting:before {
  content: "\eecb";
}

.psi-rain-drop:before {
  content: "\eecc";
}

.psi-rainbow:before {
  content: "\eecd";
}

.psi-rainbow-2:before {
  content: "\eece";
}

.psi-ram:before {
  content: "\eecf";
}

.psi-razor-blade:before {
  content: "\eed0";
}

.psi-receipt:before {
  content: "\eed1";
}

.psi-receipt-2:before {
  content: "\eed2";
}

.psi-receipt-3:before {
  content: "\eed3";
}

.psi-receipt-4:before {
  content: "\eed4";
}

.psi-record:before {
  content: "\eed5";
}

.psi-record-3:before {
  content: "\eed6";
}

.psi-record-music:before {
  content: "\eed7";
}

.psi-record-music-2:before {
  content: "\eed8";
}

.psi-recycling:before {
  content: "\eed9";
}

.psi-recycling-2:before {
  content: "\eeda";
}

.psi-reddit:before {
  content: "\eedb";
}

.psi-redhat:before {
  content: "\eedc";
}

.psi-redirect:before {
  content: "\eedd";
}

.psi-redo:before {
  content: "\eede";
}

.psi-reel:before {
  content: "\eedf";
}

.psi-refinery:before {
  content: "\eee0";
}

.psi-refresh:before {
  content: "\eee1";
}

.psi-refresh-window:before {
  content: "\eee2";
}

.psi-reload:before {
  content: "\eee3";
}

.psi-reload-2:before {
  content: "\eee4";
}

.psi-reload-3:before {
  content: "\eee5";
}

.psi-remote-control:before {
  content: "\eee6";
}

.psi-remote-control-2:before {
  content: "\eee7";
}

.psi-remove:before {
  content: "\eee8";
}

.psi-remove-bag:before {
  content: "\eee9";
}

.psi-remove-basket:before {
  content: "\eeea";
}

.psi-remove-cart:before {
  content: "\eeeb";
}

.psi-remove-user:before {
  content: "\eeec";
}

.psi-remove-window:before {
  content: "\eeed";
}

.psi-rename:before {
  content: "\eeee";
}

.psi-repair:before {
  content: "\eeef";
}

.psi-repeat:before {
  content: "\eef0";
}

.psi-repeat-2:before {
  content: "\eef1";
}

.psi-repeat-3:before {
  content: "\eef2";
}

.psi-repeat-4:before {
  content: "\eef3";
}

.psi-repeat-5:before {
  content: "\eef4";
}

.psi-repeat-6:before {
  content: "\eef5";
}

.psi-repeat-7:before {
  content: "\eef6";
}

.psi-reset:before {
  content: "\eef7";
}

.psi-resize:before {
  content: "\eef8";
}

.psi-restore-window:before {
  content: "\eef9";
}

.psi-retouching:before {
  content: "\eefa";
}

.psi-retro:before {
  content: "\eefb";
}

.psi-retro-camera:before {
  content: "\eefc";
}

.psi-retweet:before {
  content: "\eefd";
}

.psi-reverbnation:before {
  content: "\eefe";
}

.psi-rewind:before {
  content: "\eeff";
}

.psi-rgb:before {
  content: "\ef00";
}

.psi-ribbon:before {
  content: "\ef01";
}

.psi-ribbon-2:before {
  content: "\ef02";
}

.psi-ribbon-3:before {
  content: "\ef03";
}

.psi-right:before {
  content: "\ef04";
}

.psi-right-2:before {
  content: "\ef05";
}

.psi-right-3:before {
  content: "\ef06";
}

.psi-right-4:before {
  content: "\ef07";
}

.psi-right-to-left:before {
  content: "\ef08";
}

.psi-road:before {
  content: "\ef09";
}

.psi-road-2:before {
  content: "\ef0a";
}

.psi-road-3:before {
  content: "\ef0b";
}

.psi-robot:before {
  content: "\ef0c";
}

.psi-robot-2:before {
  content: "\ef0d";
}

.psi-rock-and-roll:before {
  content: "\ef0e";
}

.psi-rocket:before {
  content: "\ef0f";
}

.psi-roller:before {
  content: "\ef10";
}

.psi-roof:before {
  content: "\ef11";
}

.psi-rook:before {
  content: "\ef12";
}

.psi-rotate-gesture:before {
  content: "\ef13";
}

.psi-rotate-gesture-2:before {
  content: "\ef14";
}

.psi-rotate-gesture-3:before {
  content: "\ef15";
}

.psi-rotation:before {
  content: "\ef16";
}

.psi-rotation-360:before {
  content: "\ef17";
}

.psi-router:before {
  content: "\ef18";
}

.psi-router-2:before {
  content: "\ef19";
}

.psi-rss:before {
  content: "\ef1a";
}

.psi-ruler:before {
  content: "\ef1b";
}

.psi-ruler-2:before {
  content: "\ef1c";
}

.psi-running:before {
  content: "\ef1d";
}

.psi-running-shoes:before {
  content: "\ef1e";
}

.psi-safari:before {
  content: "\ef1f";
}

.psi-safe-box:before {
  content: "\ef20";
}

.psi-safe-box-2:before {
  content: "\ef21";
}

.psi-safety-pin-close:before {
  content: "\ef22";
}

.psi-safety-pin-open:before {
  content: "\ef23";
}

.psi-sagittarius:before {
  content: "\ef24";
}

.psi-sagittarius-2:before {
  content: "\ef25";
}

.psi-sailing-ship:before {
  content: "\ef26";
}

.psi-sandwatch:before {
  content: "\ef27";
}

.psi-sandwatch-2:before {
  content: "\ef28";
}

.psi-santa-claus:before {
  content: "\ef29";
}

.psi-santa-claus-2:before {
  content: "\ef2a";
}

.psi-santa-on-sled:before {
  content: "\ef2b";
}

.psi-satellite:before {
  content: "\ef2c";
}

.psi-satellite-2:before {
  content: "\ef2d";
}

.psi-save:before {
  content: "\ef2e";
}

.psi-save-window:before {
  content: "\ef2f";
}

.psi-saw:before {
  content: "\ef30";
}

.psi-saxophone:before {
  content: "\ef31";
}

.psi-scale:before {
  content: "\ef32";
}

.psi-scarf:before {
  content: "\ef33";
}

.psi-scissor:before {
  content: "\ef34";
}

.psi-scooter:before {
  content: "\ef35";
}

.psi-scooter-front:before {
  content: "\ef36";
}

.psi-scorpio:before {
  content: "\ef37";
}

.psi-scorpio-2:before {
  content: "\ef38";
}

.psi-scotland:before {
  content: "\ef39";
}

.psi-screwdriver:before {
  content: "\ef3a";
}

.psi-scroll:before {
  content: "\ef3b";
}

.psi-scroll-fast:before {
  content: "\ef3c";
}

.psi-scroller:before {
  content: "\ef3d";
}

.psi-scroller-2:before {
  content: "\ef3e";
}

.psi-sea-dog:before {
  content: "\ef3f";
}

.psi-search-on-cloud:before {
  content: "\ef40";
}

.psi-search-people:before {
  content: "\ef41";
}

.psi-seconds:before {
  content: "\ef42";
}

.psi-seconds-2:before {
  content: "\ef43";
}

.psi-security-block:before {
  content: "\ef44";
}

.psi-security-bug:before {
  content: "\ef45";
}

.psi-security-camera:before {
  content: "\ef46";
}

.psi-security-check:before {
  content: "\ef47";
}

.psi-security-remove:before {
  content: "\ef48";
}

.psi-security-settings:before {
  content: "\ef49";
}

.psi-security-smiley:before {
  content: "\ef4a";
}

.psi-seed:before {
  content: "\ef4b";
}

.psi-selfie:before {
  content: "\ef4c";
}

.psi-serbia:before {
  content: "\ef4d";
}

.psi-server:before {
  content: "\ef4e";
}

.psi-server-2:before {
  content: "\ef4f";
}

.psi-servers:before {
  content: "\ef50";
}

.psi-settings-window:before {
  content: "\ef51";
}

.psi-sewing-machine:before {
  content: "\ef52";
}

.psi-share:before {
  content: "\ef53";
}

.psi-share-on-cloud:before {
  content: "\ef54";
}

.psi-share-window:before {
  content: "\ef55";
}

.psi-sharethis:before {
  content: "\ef56";
}

.psi-shark:before {
  content: "\ef57";
}

.psi-sheep:before {
  content: "\ef58";
}

.psi-sheriff-badge:before {
  content: "\ef59";
}

.psi-shield:before {
  content: "\ef5a";
}

.psi-ship:before {
  content: "\ef5b";
}

.psi-ship-2:before {
  content: "\ef5c";
}

.psi-shirt:before {
  content: "\ef5d";
}

.psi-shoes:before {
  content: "\ef5e";
}

.psi-shoes-2:before {
  content: "\ef5f";
}

.psi-shoes-3:before {
  content: "\ef60";
}

.psi-shop:before {
  content: "\ef61";
}

.psi-shop-2:before {
  content: "\ef62";
}

.psi-shop-3:before {
  content: "\ef63";
}

.psi-shop-4:before {
  content: "\ef64";
}

.psi-shopping-bag:before {
  content: "\ef65";
}

.psi-shopping-basket:before {
  content: "\ef66";
}

.psi-shopping-cart:before {
  content: "\ef67";
}

.psi-short-pants:before {
  content: "\ef68";
}

.psi-shoutwire:before {
  content: "\ef69";
}

.psi-shovel:before {
  content: "\ef6a";
}

.psi-shuffle:before {
  content: "\ef6b";
}

.psi-shuffle-2:before {
  content: "\ef6c";
}

.psi-shuffle-3:before {
  content: "\ef6d";
}

.psi-shuffle-4:before {
  content: "\ef6e";
}

.psi-shutter:before {
  content: "\ef6f";
}

.psi-sidebar-window:before {
  content: "\ef70";
}

.psi-signal:before {
  content: "\ef71";
}

.psi-singapore:before {
  content: "\ef72";
}

.psi-skate-shoes:before {
  content: "\ef73";
}

.psi-skateboard:before {
  content: "\ef74";
}

.psi-skateboard-2:before {
  content: "\ef75";
}

.psi-skeleton:before {
  content: "\ef76";
}

.psi-ski:before {
  content: "\ef77";
}

.psi-skirt:before {
  content: "\ef78";
}

.psi-skrill:before {
  content: "\ef79";
}

.psi-skull:before {
  content: "\ef7a";
}

.psi-skydiving:before {
  content: "\ef7b";
}

.psi-skype:before {
  content: "\ef7c";
}

.psi-sled:before {
  content: "\ef7d";
}

.psi-sled-with-gifts:before {
  content: "\ef7e";
}

.psi-sleeping:before {
  content: "\ef7f";
}

.psi-sleet:before {
  content: "\ef80";
}

.psi-slippers:before {
  content: "\ef81";
}

.psi-smart:before {
  content: "\ef82";
}

.psi-smartphone:before {
  content: "\ef83";
}

.psi-smartphone-2:before {
  content: "\ef84";
}

.psi-smartphone-3:before {
  content: "\ef85";
}

.psi-smartphone-4:before {
  content: "\ef86";
}

.psi-smartphone-secure:before {
  content: "\ef87";
}

.psi-smile:before {
  content: "\ef88";
}

.psi-smoking-area:before {
  content: "\ef89";
}

.psi-smoking-pipe:before {
  content: "\ef8a";
}

.psi-snake:before {
  content: "\ef8b";
}

.psi-snorkel:before {
  content: "\ef8c";
}

.psi-snow:before {
  content: "\ef8d";
}

.psi-snow-2:before {
  content: "\ef8e";
}

.psi-snow-dome:before {
  content: "\ef8f";
}

.psi-snow-storm:before {
  content: "\ef90";
}

.psi-snowflake:before {
  content: "\ef91";
}

.psi-snowflake-2:before {
  content: "\ef92";
}

.psi-snowflake-3:before {
  content: "\ef93";
}

.psi-snowflake-4:before {
  content: "\ef94";
}

.psi-snowman:before {
  content: "\ef95";
}

.psi-soccer-ball:before {
  content: "\ef96";
}

.psi-soccer-shoes:before {
  content: "\ef97";
}

.psi-socks:before {
  content: "\ef98";
}

.psi-solar:before {
  content: "\ef99";
}

.psi-sound:before {
  content: "\ef9a";
}

.psi-sound-wave:before {
  content: "\ef9b";
}

.psi-soundcloud:before {
  content: "\ef9c";
}

.psi-soup:before {
  content: "\ef9d";
}

.psi-south-africa:before {
  content: "\ef9e";
}

.psi-space-needle:before {
  content: "\ef9f";
}

.psi-spain:before {
  content: "\efa0";
}

.psi-spam-mail:before {
  content: "\efa1";
}

.psi-speak:before {
  content: "\efa2";
}

.psi-speak-2:before {
  content: "\efa3";
}

.psi-speaker:before {
  content: "\efa4";
}

.psi-speaker-2:before {
  content: "\efa5";
}

.psi-speech-bubble:before {
  content: "\efa6";
}

.psi-speech-bubble-10:before {
  content: "\efa7";
}

.psi-speech-bubble-11:before {
  content: "\efa8";
}

.psi-speech-bubble-12:before {
  content: "\efa9";
}

.psi-speech-bubble-13:before {
  content: "\efaa";
}

.psi-speech-bubble-2:before {
  content: "\efab";
}

.psi-speech-bubble-3:before {
  content: "\efac";
}

.psi-speech-bubble-4:before {
  content: "\efad";
}

.psi-speech-bubble-5:before {
  content: "\efae";
}

.psi-speech-bubble-6:before {
  content: "\efaf";
}

.psi-speech-bubble-7:before {
  content: "\efb0";
}

.psi-speech-bubble-8:before {
  content: "\efb1";
}

.psi-speech-bubble-9:before {
  content: "\efb2";
}

.psi-speech-bubble-asking:before {
  content: "\efb3";
}

.psi-speech-bubble-comic:before {
  content: "\efb4";
}

.psi-speech-bubble-comic-2:before {
  content: "\efb5";
}

.psi-speech-bubble-comic-3:before {
  content: "\efb6";
}

.psi-speech-bubble-comic-4:before {
  content: "\efb7";
}

.psi-speech-bubble-dialog:before {
  content: "\efb8";
}

.psi-speech-bubbles:before {
  content: "\efb9";
}

.psi-spell-check:before {
  content: "\efba";
}

.psi-spell-check-abc:before {
  content: "\efbb";
}

.psi-spermium:before {
  content: "\efbc";
}

.psi-spider:before {
  content: "\efbd";
}

.psi-spider-2:before {
  content: "\efbe";
}

.psi-spiderweb:before {
  content: "\efbf";
}

.psi-split-four-windows:before {
  content: "\efc0";
}

.psi-split-horizontal:before {
  content: "\efc1";
}

.psi-split-horizontal-2:before {
  content: "\efc2";
}

.psi-split-vertical:before {
  content: "\efc3";
}

.psi-split-vertical-2:before {
  content: "\efc4";
}

.psi-split-window:before {
  content: "\efc5";
}

.psi-spoon:before {
  content: "\efc6";
}

.psi-sport-mode:before {
  content: "\efc7";
}

.psi-sports-clothing:before {
  content: "\efc8";
}

.psi-sports-clothing-2:before {
  content: "\efc9";
}

.psi-sports-shirt:before {
  content: "\efca";
}

.psi-spot:before {
  content: "\efcb";
}

.psi-spray:before {
  content: "\efcc";
}

.psi-spread:before {
  content: "\efcd";
}

.psi-spring:before {
  content: "\efce";
}

.psi-spurl:before {
  content: "\efcf";
}

.psi-spy:before {
  content: "\efd0";
}

.psi-squirrel:before {
  content: "\efd1";
}

.psi-ssl:before {
  content: "\efd2";
}

.psi-st-basilscathedral:before {
  content: "\efd3";
}

.psi-st-paulscathedral:before {
  content: "\efd4";
}

.psi-stamp:before {
  content: "\efd5";
}

.psi-stamp-2:before {
  content: "\efd6";
}

.psi-stapler:before {
  content: "\efd7";
}

.psi-star:before {
  content: "\efd8";
}

.psi-star-2:before {
  content: "\efd9";
}

.psi-star-track:before {
  content: "\efda";
}

.psi-starfish:before {
  content: "\efdb";
}

.psi-start:before {
  content: "\efdc";
}

.psi-start-2:before {
  content: "\efdd";
}

.psi-start-3:before {
  content: "\efde";
}

.psi-start-ways:before {
  content: "\efdf";
}

.psi-statistic:before {
  content: "\efe0";
}

.psi-stethoscope:before {
  content: "\efe1";
}

.psi-stop:before {
  content: "\efe2";
}

.psi-stop-2:before {
  content: "\efe3";
}

.psi-stop-music:before {
  content: "\efe4";
}

.psi-stopwatch:before {
  content: "\efe5";
}

.psi-stopwatch-2:before {
  content: "\efe6";
}

.psi-storm:before {
  content: "\efe7";
}

.psi-street-view:before {
  content: "\efe8";
}

.psi-street-view-2:before {
  content: "\efe9";
}

.psi-strikethrough-text:before {
  content: "\efea";
}

.psi-stroller:before {
  content: "\efeb";
}

.psi-structure:before {
  content: "\efec";
}

.psi-student-female:before {
  content: "\efed";
}

.psi-student-hat:before {
  content: "\efee";
}

.psi-student-hat-2:before {
  content: "\efef";
}

.psi-student-male:before {
  content: "\eff0";
}

.psi-student-male-female:before {
  content: "\eff1";
}

.psi-students:before {
  content: "\eff2";
}

.psi-studio-flash:before {
  content: "\eff3";
}

.psi-studio-lightbox:before {
  content: "\eff4";
}

.psi-stumbleupon:before {
  content: "\eff5";
}

.psi-suit:before {
  content: "\eff6";
}

.psi-suitcase:before {
  content: "\eff7";
}

.psi-sum:before {
  content: "\eff8";
}

.psi-sum-2:before {
  content: "\eff9";
}

.psi-summer:before {
  content: "\effa";
}

.psi-sun:before {
  content: "\effb";
}

.psi-sun-cloudy-rain:before {
  content: "\effc";
}

.psi-sunglasses:before {
  content: "\effd";
}

.psi-sunglasses-2:before {
  content: "\effe";
}

.psi-sunglasses-3:before {
  content: "\efff";
}

.psi-sunglasses-smiley:before {
  content: "\f000";
}

.psi-sunglasses-smiley-2:before {
  content: "\f001";
}

.psi-sunglasses-w:before {
  content: "\f002";
}

.psi-sunglasses-w-2:before {
  content: "\f003";
}

.psi-sunglasses-w-3:before {
  content: "\f004";
}

.psi-sunrise:before {
  content: "\f005";
}

.psi-sunset:before {
  content: "\f006";
}

.psi-superman:before {
  content: "\f007";
}

.psi-support:before {
  content: "\f008";
}

.psi-surprise:before {
  content: "\f009";
}

.psi-sushi:before {
  content: "\f00a";
}

.psi-sweden:before {
  content: "\f00b";
}

.psi-swimming:before {
  content: "\f00c";
}

.psi-swimming-short:before {
  content: "\f00d";
}

.psi-swimwear:before {
  content: "\f00e";
}

.psi-switch:before {
  content: "\f00f";
}

.psi-switzerland:before {
  content: "\f010";
}

.psi-sync:before {
  content: "\f011";
}

.psi-sync-cloud:before {
  content: "\f012";
}

.psi-synchronize:before {
  content: "\f013";
}

.psi-synchronize-2:before {
  content: "\f014";
}

.psi-t-shirt:before {
  content: "\f015";
}

.psi-tablet:before {
  content: "\f016";
}

.psi-tablet-2:before {
  content: "\f017";
}

.psi-tablet-3:before {
  content: "\f018";
}

.psi-tablet-orientation:before {
  content: "\f019";
}

.psi-tablet-phone:before {
  content: "\f01a";
}

.psi-tablet-secure:before {
  content: "\f01b";
}

.psi-tablet-vertical:before {
  content: "\f01c";
}

.psi-tactic:before {
  content: "\f01d";
}

.psi-tag:before {
  content: "\f01e";
}

.psi-tag-2:before {
  content: "\f01f";
}

.psi-tag-3:before {
  content: "\f020";
}

.psi-tag-4:before {
  content: "\f021";
}

.psi-tag-5:before {
  content: "\f022";
}

.psi-taj-mahal:before {
  content: "\f023";
}

.psi-talk-man:before {
  content: "\f024";
}

.psi-tap:before {
  content: "\f025";
}

.psi-target:before {
  content: "\f026";
}

.psi-target-market:before {
  content: "\f027";
}

.psi-taurus:before {
  content: "\f028";
}

.psi-taurus-2:before {
  content: "\f029";
}

.psi-taxi:before {
  content: "\f02a";
}

.psi-taxi-2:before {
  content: "\f02b";
}

.psi-taxi-sign:before {
  content: "\f02c";
}

.psi-tea-mug:before {
  content: "\f02d";
}

.psi-teacher:before {
  content: "\f02e";
}

.psi-teapot:before {
  content: "\f02f";
}

.psi-technorati:before {
  content: "\f030";
}

.psi-teddy-bear:before {
  content: "\f031";
}

.psi-telephone:before {
  content: "\f032";
}

.psi-telephone-2:before {
  content: "\f033";
}

.psi-telescope:before {
  content: "\f034";
}

.psi-temperature:before {
  content: "\f035";
}

.psi-temperature-2:before {
  content: "\f036";
}

.psi-temperature-3:before {
  content: "\f037";
}

.psi-temple:before {
  content: "\f038";
}

.psi-tennis:before {
  content: "\f039";
}

.psi-tennis-ball:before {
  content: "\f03a";
}

.psi-tent:before {
  content: "\f03b";
}

.psi-test-tube:before {
  content: "\f03c";
}

.psi-test-tube-2:before {
  content: "\f03d";
}

.psi-testimonal:before {
  content: "\f03e";
}

.psi-text-box:before {
  content: "\f03f";
}

.psi-text-effect:before {
  content: "\f040";
}

.psi-text-highlight-color:before {
  content: "\f041";
}

.psi-text-paragraph:before {
  content: "\f042";
}

.psi-thailand:before {
  content: "\f043";
}

.psi-the-white-house:before {
  content: "\f044";
}

.psi-this-side-up:before {
  content: "\f045";
}

.psi-thread:before {
  content: "\f046";
}

.psi-three-arrow-fork:before {
  content: "\f047";
}

.psi-three-fingers:before {
  content: "\f048";
}

.psi-three-fingers-drag:before {
  content: "\f049";
}

.psi-three-fingers-drag-2:before {
  content: "\f04a";
}

.psi-three-fingers-touch:before {
  content: "\f04b";
}

.psi-thumb:before {
  content: "\f04c";
}

.psi-thumbs-down-smiley:before {
  content: "\f04d";
}

.psi-thumbs-up-smiley:before {
  content: "\f04e";
}

.psi-thunder:before {
  content: "\f04f";
}

.psi-thunderstorm:before {
  content: "\f050";
}

.psi-ticket:before {
  content: "\f051";
}

.psi-tie:before {
  content: "\f052";
}

.psi-tie-2:before {
  content: "\f053";
}

.psi-tie-3:before {
  content: "\f054";
}

.psi-tie-4:before {
  content: "\f055";
}

.psi-tiger:before {
  content: "\f056";
}

.psi-time-backup:before {
  content: "\f057";
}

.psi-time-bomb:before {
  content: "\f058";
}

.psi-time-clock:before {
  content: "\f059";
}

.psi-time-fire:before {
  content: "\f05a";
}

.psi-time-machine:before {
  content: "\f05b";
}

.psi-time-window:before {
  content: "\f05c";
}

.psi-timer:before {
  content: "\f05d";
}

.psi-timer-2:before {
  content: "\f05e";
}

.psi-to-bottom:before {
  content: "\f05f";
}

.psi-to-bottom-2:before {
  content: "\f060";
}

.psi-to-left:before {
  content: "\f061";
}

.psi-to-right:before {
  content: "\f062";
}

.psi-to-top:before {
  content: "\f063";
}

.psi-to-top-2:before {
  content: "\f064";
}

.psi-token:before {
  content: "\f065";
}

.psi-tomato:before {
  content: "\f066";
}

.psi-tongue:before {
  content: "\f067";
}

.psi-tooth:before {
  content: "\f068";
}

.psi-tooth-2:before {
  content: "\f069";
}

.psi-top-to-bottom:before {
  content: "\f06a";
}

.psi-torch:before {
  content: "\f06b";
}

.psi-touch-window:before {
  content: "\f06c";
}

.psi-tower:before {
  content: "\f06d";
}

.psi-tower-2:before {
  content: "\f06e";
}

.psi-tower-bridge:before {
  content: "\f06f";
}

.psi-trace:before {
  content: "\f070";
}

.psi-tractor:before {
  content: "\f071";
}

.psi-traffic-light:before {
  content: "\f072";
}

.psi-traffic-light-2:before {
  content: "\f073";
}

.psi-train:before {
  content: "\f074";
}

.psi-train-2:before {
  content: "\f075";
}

.psi-tram:before {
  content: "\f076";
}

.psi-transform:before {
  content: "\f077";
}

.psi-transform-2:before {
  content: "\f078";
}

.psi-transform-3:before {
  content: "\f079";
}

.psi-transform-4:before {
  content: "\f07a";
}

.psi-trash:before {
  content: "\f07b";
}

.psi-trash-with-men:before {
  content: "\f07c";
}

.psi-tree:before {
  content: "\f07d";
}

.psi-tree-2:before {
  content: "\f07e";
}

.psi-tree-3:before {
  content: "\f07f";
}

.psi-tree-4:before {
  content: "\f080";
}

.psi-tree-5:before {
  content: "\f081";
}

.psi-trekking:before {
  content: "\f082";
}

.psi-triangle-arrow-down:before {
  content: "\f083";
}

.psi-triangle-arrow-left:before {
  content: "\f084";
}

.psi-triangle-arrow-right:before {
  content: "\f085";
}

.psi-triangle-arrow-up:before {
  content: "\f086";
}

.psi-tripod-2:before {
  content: "\f087";
}

.psi-tripod-and-video:before {
  content: "\f088";
}

.psi-tripod-with-camera:before {
  content: "\f089";
}

.psi-tripod-with-gopro:before {
  content: "\f08a";
}

.psi-trophy:before {
  content: "\f08b";
}

.psi-trophy-2:before {
  content: "\f08c";
}

.psi-truck:before {
  content: "\f08d";
}

.psi-trumpet:before {
  content: "\f08e";
}

.psi-tumblr:before {
  content: "\f08f";
}

.psi-turkey:before {
  content: "\f090";
}

.psi-turn-down:before {
  content: "\f091";
}

.psi-turn-down-2:before {
  content: "\f092";
}

.psi-turn-down-from-left:before {
  content: "\f093";
}

.psi-turn-down-from-right:before {
  content: "\f094";
}

.psi-turn-left:before {
  content: "\f095";
}

.psi-turn-left-3:before {
  content: "\f096";
}

.psi-turn-right:before {
  content: "\f097";
}

.psi-turn-right-3:before {
  content: "\f098";
}

.psi-turn-up:before {
  content: "\f099";
}

.psi-turn-up-2:before {
  content: "\f09a";
}

.psi-turtle:before {
  content: "\f09b";
}

.psi-tuxedo:before {
  content: "\f09c";
}

.psi-tv:before {
  content: "\f09d";
}

.psi-twister:before {
  content: "\f09e";
}

.psi-twitter:before {
  content: "\f09f";
}

.psi-twitter-2:before {
  content: "\f0a0";
}

.psi-two-fingers:before {
  content: "\f0a1";
}

.psi-two-fingers-drag:before {
  content: "\f0a2";
}

.psi-two-fingers-drag-2:before {
  content: "\f0a3";
}

.psi-two-fingers-scroll:before {
  content: "\f0a4";
}

.psi-two-fingers-touch:before {
  content: "\f0a5";
}

.psi-two-windows:before {
  content: "\f0a6";
}

.psi-type-pass:before {
  content: "\f0a7";
}

.psi-ukraine:before {
  content: "\f0a8";
}

.psi-umbrella:before {
  content: "\f0a9";
}

.psi-umbrella-2:before {
  content: "\f0aa";
}

.psi-umbrella-3:before {
  content: "\f0ab";
}

.psi-underline-text:before {
  content: "\f0ac";
}

.psi-undo:before {
  content: "\f0ad";
}

.psi-united-kingdom:before {
  content: "\f0ae";
}

.psi-united-states:before {
  content: "\f0af";
}

.psi-university:before {
  content: "\f0b0";
}

.psi-university-2:before {
  content: "\f0b1";
}

.psi-unlike:before {
  content: "\f0b2";
}

.psi-unlike-2:before {
  content: "\f0b3";
}

.psi-unlock:before {
  content: "\f0b4";
}

.psi-unlock-2:before {
  content: "\f0b5";
}

.psi-unlock-3:before {
  content: "\f0b6";
}

.psi-up:before {
  content: "\f0b7";
}

.psi-up-2:before {
  content: "\f0b8";
}

.psi-up-3:before {
  content: "\f0b9";
}

.psi-up-4:before {
  content: "\f0ba";
}

.psi-up-down:before {
  content: "\f0bb";
}

.psi-up-down-3:before {
  content: "\f0bc";
}

.psi-upgrade:before {
  content: "\f0bd";
}

.psi-upload:before {
  content: "\f0be";
}

.psi-upload-2:before {
  content: "\f0bf";
}

.psi-upload-to-cloud:before {
  content: "\f0c0";
}

.psi-upload-window:before {
  content: "\f0c1";
}

.psi-uppercase-text:before {
  content: "\f0c2";
}

.psi-upward:before {
  content: "\f0c3";
}

.psi-url-window:before {
  content: "\f0c4";
}

.psi-usb:before {
  content: "\f0c5";
}

.psi-usb-2:before {
  content: "\f0c6";
}

.psi-usb-cable:before {
  content: "\f0c7";
}

.psi-user:before {
  content: "\f0c8";
}

.psi-ustream:before {
  content: "\f0c9";
}

.psi-vase:before {
  content: "\f0ca";
}

.psi-vector:before {
  content: "\f0cb";
}

.psi-vector-2:before {
  content: "\f0cc";
}

.psi-vector-3:before {
  content: "\f0cd";
}

.psi-vector-4:before {
  content: "\f0ce";
}

.psi-vector-5:before {
  content: "\f0cf";
}

.psi-venn-diagram:before {
  content: "\f0d0";
}

.psi-vest:before {
  content: "\f0d1";
}

.psi-vest-2:before {
  content: "\f0d2";
}

.psi-viddler:before {
  content: "\f0d3";
}

.psi-video:before {
  content: "\f0d4";
}

.psi-video-2:before {
  content: "\f0d5";
}

.psi-video-3:before {
  content: "\f0d6";
}

.psi-video-4:before {
  content: "\f0d7";
}

.psi-video-5:before {
  content: "\f0d8";
}

.psi-video-6:before {
  content: "\f0d9";
}

.psi-video-game-controller:before {
  content: "\f0da";
}

.psi-video-len:before {
  content: "\f0db";
}

.psi-video-len-2:before {
  content: "\f0dc";
}

.psi-video-photographer:before {
  content: "\f0dd";
}

.psi-video-tripod:before {
  content: "\f0de";
}

.psi-vietnam:before {
  content: "\f0df";
}

.psi-view-height:before {
  content: "\f0e0";
}

.psi-list-view:before {
  content: "\f0e1";
}

.psi-view-width:before {
  content: "\f0e2";
}

.psi-vimeo:before {
  content: "\f0e3";
}

.psi-virgo:before {
  content: "\f0e4";
}

.psi-virgo-2:before {
  content: "\f0e5";
}

.psi-virus:before {
  content: "\f0e6";
}

.psi-virus-2:before {
  content: "\f0e7";
}

.psi-virus-3:before {
  content: "\f0e8";
}

.psi-visa:before {
  content: "\f0e9";
}

.psi-voice:before {
  content: "\f0ea";
}

.psi-voicemail:before {
  content: "\f0eb";
}

.psi-volleyball:before {
  content: "\f0ec";
}

.psi-volume-down:before {
  content: "\f0ed";
}

.psi-volume-up:before {
  content: "\f0ee";
}

.psi-vpn:before {
  content: "\f0ef";
}

.psi-wacom-tablet:before {
  content: "\f0f0";
}

.psi-waiter:before {
  content: "\f0f1";
}

.psi-walkie-talkie:before {
  content: "\f0f2";
}

.psi-wallet:before {
  content: "\f0f3";
}

.psi-wallet-2:before {
  content: "\f0f4";
}

.psi-wallet-3:before {
  content: "\f0f5";
}

.psi-warehouse:before {
  content: "\f0f6";
}

.psi-warning-window:before {
  content: "\f0f7";
}

.psi-watch:before {
  content: "\f0f8";
}

.psi-watch-2:before {
  content: "\f0f9";
}

.psi-watch-3:before {
  content: "\f0fa";
}

.psi-wave:before {
  content: "\f0fb";
}

.psi-wave-2:before {
  content: "\f0fc";
}

.psi-webcam:before {
  content: "\f0fd";
}

.psi-weight-lift:before {
  content: "\f0fe";
}

.psi-wheelbarrow:before {
  content: "\f0ff";
}

.psi-wheelchair:before {
  content: "\f100";
}

.psi-width-window:before {
  content: "\f101";
}

.psi-wifi:before {
  content: "\f102";
}

.psi-wifi-2:before {
  content: "\f103";
}

.psi-wifi-keyboard:before {
  content: "\f104";
}

.psi-wind-turbine:before {
  content: "\f105";
}

.psi-windmill:before {
  content: "\f106";
}

.psi-window:before {
  content: "\f107";
}

.psi-window-2:before {
  content: "\f108";
}

.psi-windows:before {
  content: "\f109";
}

.psi-windows-2:before {
  content: "\f10a";
}

.psi-windows-microsoft:before {
  content: "\f10b";
}

.psi-windsock:before {
  content: "\f10c";
}

.psi-windy:before {
  content: "\f10d";
}

.psi-wine-bottle:before {
  content: "\f10e";
}

.psi-wine-glass:before {
  content: "\f10f";
}

.psi-wink:before {
  content: "\f110";
}

.psi-winter:before {
  content: "\f111";
}

.psi-winter-2:before {
  content: "\f112";
}

.psi-wireless:before {
  content: "\f113";
}

.psi-witch:before {
  content: "\f114";
}

.psi-witch-hat:before {
  content: "\f115";
}

.psi-wizard:before {
  content: "\f116";
}

.psi-wolf:before {
  content: "\f117";
}

.psi-woman-man-sign:before {
  content: "\f118";
}

.psi-woman-sign:before {
  content: "\f119";
}

.psi-womans-underwear:before {
  content: "\f11a";
}

.psi-womans-underwear-2:before {
  content: "\f11b";
}

.psi-women:before {
  content: "\f11c";
}

.psi-wonder-woman:before {
  content: "\f11d";
}

.psi-wordpress:before {
  content: "\f11e";
}

.psi-worker:before {
  content: "\f11f";
}

.psi-worker-clothes:before {
  content: "\f120";
}

.psi-wrap-text:before {
  content: "\f121";
}

.psi-wreath:before {
  content: "\f122";
}

.psi-wrench:before {
  content: "\f123";
}

.psi-x-box:before {
  content: "\f124";
}

.psi-x-ray:before {
  content: "\f125";
}

.psi-xanga:before {
  content: "\f126";
}

.psi-xing:before {
  content: "\f127";
}

.psi-yacht:before {
  content: "\f128";
}

.psi-yahoo:before {
  content: "\f129";
}

.psi-yahoo-buzz:before {
  content: "\f12a";
}

.psi-yelp:before {
  content: "\f12b";
}

.psi-yes:before {
  content: "\f12c";
}

.psi-ying-yang:before {
  content: "\f12d";
}

.psi-youtube:before {
  content: "\f12e";
}

.psi-z-a:before {
  content: "\f12f";
}

.psi-zebra:before {
  content: "\f130";
}

.psi-zombie:before {
  content: "\f131";
}

.psi-zoom-gesture:before {
  content: "\f132";
}

.psi-zootool:before {
  content: "\f133";
}

/*!
 * Bootstrap Icons v1.10.5 (https://icons.getbootstrap.com/)
 * Copyright 2019-2023 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/icons/blob/main/LICENSE)
 */
@font-face {
  font-display: block;
  font-family: "bootstrap-icons";
  src: url(/agenda_sala/assets/bootstrap-icons-cbdadea7b7c998d4578dcc107c4373b7448713c015c6f8f13e4125a90c4e3aa1.woff2?1fa40e8900654d2863d011707b9fb6f2) format("woff2"), url(/agenda_sala/assets/bootstrap-icons-1a51ee225426a539ddeada4fe9ed4fe0e1198565287269de541ab589c5355948.woff?1fa40e8900654d2863d011707b9fb6f2) format("woff");
}
.bi::before,
[class^=bi-]::before,
[class*=" bi-"]::before {
  display: inline-block;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -0.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.bi-123::before {
  content: "\f67f";
}

.bi-alarm-fill::before {
  content: "\f101";
}

.bi-alarm::before {
  content: "\f102";
}

.bi-align-bottom::before {
  content: "\f103";
}

.bi-align-center::before {
  content: "\f104";
}

.bi-align-end::before {
  content: "\f105";
}

.bi-align-middle::before {
  content: "\f106";
}

.bi-align-start::before {
  content: "\f107";
}

.bi-align-top::before {
  content: "\f108";
}

.bi-alt::before {
  content: "\f109";
}

.bi-app-indicator::before {
  content: "\f10a";
}

.bi-app::before {
  content: "\f10b";
}

.bi-archive-fill::before {
  content: "\f10c";
}

.bi-archive::before {
  content: "\f10d";
}

.bi-arrow-90deg-down::before {
  content: "\f10e";
}

.bi-arrow-90deg-left::before {
  content: "\f10f";
}

.bi-arrow-90deg-right::before {
  content: "\f110";
}

.bi-arrow-90deg-up::before {
  content: "\f111";
}

.bi-arrow-bar-down::before {
  content: "\f112";
}

.bi-arrow-bar-left::before {
  content: "\f113";
}

.bi-arrow-bar-right::before {
  content: "\f114";
}

.bi-arrow-bar-up::before {
  content: "\f115";
}

.bi-arrow-clockwise::before {
  content: "\f116";
}

.bi-arrow-counterclockwise::before {
  content: "\f117";
}

.bi-arrow-down-circle-fill::before {
  content: "\f118";
}

.bi-arrow-down-circle::before {
  content: "\f119";
}

.bi-arrow-down-left-circle-fill::before {
  content: "\f11a";
}

.bi-arrow-down-left-circle::before {
  content: "\f11b";
}

.bi-arrow-down-left-square-fill::before {
  content: "\f11c";
}

.bi-arrow-down-left-square::before {
  content: "\f11d";
}

.bi-arrow-down-left::before {
  content: "\f11e";
}

.bi-arrow-down-right-circle-fill::before {
  content: "\f11f";
}

.bi-arrow-down-right-circle::before {
  content: "\f120";
}

.bi-arrow-down-right-square-fill::before {
  content: "\f121";
}

.bi-arrow-down-right-square::before {
  content: "\f122";
}

.bi-arrow-down-right::before {
  content: "\f123";
}

.bi-arrow-down-short::before {
  content: "\f124";
}

.bi-arrow-down-square-fill::before {
  content: "\f125";
}

.bi-arrow-down-square::before {
  content: "\f126";
}

.bi-arrow-down-up::before {
  content: "\f127";
}

.bi-arrow-down::before {
  content: "\f128";
}

.bi-arrow-left-circle-fill::before {
  content: "\f129";
}

.bi-arrow-left-circle::before {
  content: "\f12a";
}

.bi-arrow-left-right::before {
  content: "\f12b";
}

.bi-arrow-left-short::before {
  content: "\f12c";
}

.bi-arrow-left-square-fill::before {
  content: "\f12d";
}

.bi-arrow-left-square::before {
  content: "\f12e";
}

.bi-arrow-left::before {
  content: "\f12f";
}

.bi-arrow-repeat::before {
  content: "\f130";
}

.bi-arrow-return-left::before {
  content: "\f131";
}

.bi-arrow-return-right::before {
  content: "\f132";
}

.bi-arrow-right-circle-fill::before {
  content: "\f133";
}

.bi-arrow-right-circle::before {
  content: "\f134";
}

.bi-arrow-right-short::before {
  content: "\f135";
}

.bi-arrow-right-square-fill::before {
  content: "\f136";
}

.bi-arrow-right-square::before {
  content: "\f137";
}

.bi-arrow-right::before {
  content: "\f138";
}

.bi-arrow-up-circle-fill::before {
  content: "\f139";
}

.bi-arrow-up-circle::before {
  content: "\f13a";
}

.bi-arrow-up-left-circle-fill::before {
  content: "\f13b";
}

.bi-arrow-up-left-circle::before {
  content: "\f13c";
}

.bi-arrow-up-left-square-fill::before {
  content: "\f13d";
}

.bi-arrow-up-left-square::before {
  content: "\f13e";
}

.bi-arrow-up-left::before {
  content: "\f13f";
}

.bi-arrow-up-right-circle-fill::before {
  content: "\f140";
}

.bi-arrow-up-right-circle::before {
  content: "\f141";
}

.bi-arrow-up-right-square-fill::before {
  content: "\f142";
}

.bi-arrow-up-right-square::before {
  content: "\f143";
}

.bi-arrow-up-right::before {
  content: "\f144";
}

.bi-arrow-up-short::before {
  content: "\f145";
}

.bi-arrow-up-square-fill::before {
  content: "\f146";
}

.bi-arrow-up-square::before {
  content: "\f147";
}

.bi-arrow-up::before {
  content: "\f148";
}

.bi-arrows-angle-contract::before {
  content: "\f149";
}

.bi-arrows-angle-expand::before {
  content: "\f14a";
}

.bi-arrows-collapse::before {
  content: "\f14b";
}

.bi-arrows-expand::before {
  content: "\f14c";
}

.bi-arrows-fullscreen::before {
  content: "\f14d";
}

.bi-arrows-move::before {
  content: "\f14e";
}

.bi-aspect-ratio-fill::before {
  content: "\f14f";
}

.bi-aspect-ratio::before {
  content: "\f150";
}

.bi-asterisk::before {
  content: "\f151";
}

.bi-at::before {
  content: "\f152";
}

.bi-award-fill::before {
  content: "\f153";
}

.bi-award::before {
  content: "\f154";
}

.bi-back::before {
  content: "\f155";
}

.bi-backspace-fill::before {
  content: "\f156";
}

.bi-backspace-reverse-fill::before {
  content: "\f157";
}

.bi-backspace-reverse::before {
  content: "\f158";
}

.bi-backspace::before {
  content: "\f159";
}

.bi-badge-3d-fill::before {
  content: "\f15a";
}

.bi-badge-3d::before {
  content: "\f15b";
}

.bi-badge-4k-fill::before {
  content: "\f15c";
}

.bi-badge-4k::before {
  content: "\f15d";
}

.bi-badge-8k-fill::before {
  content: "\f15e";
}

.bi-badge-8k::before {
  content: "\f15f";
}

.bi-badge-ad-fill::before {
  content: "\f160";
}

.bi-badge-ad::before {
  content: "\f161";
}

.bi-badge-ar-fill::before {
  content: "\f162";
}

.bi-badge-ar::before {
  content: "\f163";
}

.bi-badge-cc-fill::before {
  content: "\f164";
}

.bi-badge-cc::before {
  content: "\f165";
}

.bi-badge-hd-fill::before {
  content: "\f166";
}

.bi-badge-hd::before {
  content: "\f167";
}

.bi-badge-tm-fill::before {
  content: "\f168";
}

.bi-badge-tm::before {
  content: "\f169";
}

.bi-badge-vo-fill::before {
  content: "\f16a";
}

.bi-badge-vo::before {
  content: "\f16b";
}

.bi-badge-vr-fill::before {
  content: "\f16c";
}

.bi-badge-vr::before {
  content: "\f16d";
}

.bi-badge-wc-fill::before {
  content: "\f16e";
}

.bi-badge-wc::before {
  content: "\f16f";
}

.bi-bag-check-fill::before {
  content: "\f170";
}

.bi-bag-check::before {
  content: "\f171";
}

.bi-bag-dash-fill::before {
  content: "\f172";
}

.bi-bag-dash::before {
  content: "\f173";
}

.bi-bag-fill::before {
  content: "\f174";
}

.bi-bag-plus-fill::before {
  content: "\f175";
}

.bi-bag-plus::before {
  content: "\f176";
}

.bi-bag-x-fill::before {
  content: "\f177";
}

.bi-bag-x::before {
  content: "\f178";
}

.bi-bag::before {
  content: "\f179";
}

.bi-bar-chart-fill::before {
  content: "\f17a";
}

.bi-bar-chart-line-fill::before {
  content: "\f17b";
}

.bi-bar-chart-line::before {
  content: "\f17c";
}

.bi-bar-chart-steps::before {
  content: "\f17d";
}

.bi-bar-chart::before {
  content: "\f17e";
}

.bi-basket-fill::before {
  content: "\f17f";
}

.bi-basket::before {
  content: "\f180";
}

.bi-basket2-fill::before {
  content: "\f181";
}

.bi-basket2::before {
  content: "\f182";
}

.bi-basket3-fill::before {
  content: "\f183";
}

.bi-basket3::before {
  content: "\f184";
}

.bi-battery-charging::before {
  content: "\f185";
}

.bi-battery-full::before {
  content: "\f186";
}

.bi-battery-half::before {
  content: "\f187";
}

.bi-battery::before {
  content: "\f188";
}

.bi-bell-fill::before {
  content: "\f189";
}

.bi-bell::before {
  content: "\f18a";
}

.bi-bezier::before {
  content: "\f18b";
}

.bi-bezier2::before {
  content: "\f18c";
}

.bi-bicycle::before {
  content: "\f18d";
}

.bi-binoculars-fill::before {
  content: "\f18e";
}

.bi-binoculars::before {
  content: "\f18f";
}

.bi-blockquote-left::before {
  content: "\f190";
}

.bi-blockquote-right::before {
  content: "\f191";
}

.bi-book-fill::before {
  content: "\f192";
}

.bi-book-half::before {
  content: "\f193";
}

.bi-book::before {
  content: "\f194";
}

.bi-bookmark-check-fill::before {
  content: "\f195";
}

.bi-bookmark-check::before {
  content: "\f196";
}

.bi-bookmark-dash-fill::before {
  content: "\f197";
}

.bi-bookmark-dash::before {
  content: "\f198";
}

.bi-bookmark-fill::before {
  content: "\f199";
}

.bi-bookmark-heart-fill::before {
  content: "\f19a";
}

.bi-bookmark-heart::before {
  content: "\f19b";
}

.bi-bookmark-plus-fill::before {
  content: "\f19c";
}

.bi-bookmark-plus::before {
  content: "\f19d";
}

.bi-bookmark-star-fill::before {
  content: "\f19e";
}

.bi-bookmark-star::before {
  content: "\f19f";
}

.bi-bookmark-x-fill::before {
  content: "\f1a0";
}

.bi-bookmark-x::before {
  content: "\f1a1";
}

.bi-bookmark::before {
  content: "\f1a2";
}

.bi-bookmarks-fill::before {
  content: "\f1a3";
}

.bi-bookmarks::before {
  content: "\f1a4";
}

.bi-bookshelf::before {
  content: "\f1a5";
}

.bi-bootstrap-fill::before {
  content: "\f1a6";
}

.bi-bootstrap-reboot::before {
  content: "\f1a7";
}

.bi-bootstrap::before {
  content: "\f1a8";
}

.bi-border-all::before {
  content: "\f1a9";
}

.bi-border-bottom::before {
  content: "\f1aa";
}

.bi-border-center::before {
  content: "\f1ab";
}

.bi-border-inner::before {
  content: "\f1ac";
}

.bi-border-left::before {
  content: "\f1ad";
}

.bi-border-middle::before {
  content: "\f1ae";
}

.bi-border-outer::before {
  content: "\f1af";
}

.bi-border-right::before {
  content: "\f1b0";
}

.bi-border-style::before {
  content: "\f1b1";
}

.bi-border-top::before {
  content: "\f1b2";
}

.bi-border-width::before {
  content: "\f1b3";
}

.bi-border::before {
  content: "\f1b4";
}

.bi-bounding-box-circles::before {
  content: "\f1b5";
}

.bi-bounding-box::before {
  content: "\f1b6";
}

.bi-box-arrow-down-left::before {
  content: "\f1b7";
}

.bi-box-arrow-down-right::before {
  content: "\f1b8";
}

.bi-box-arrow-down::before {
  content: "\f1b9";
}

.bi-box-arrow-in-down-left::before {
  content: "\f1ba";
}

.bi-box-arrow-in-down-right::before {
  content: "\f1bb";
}

.bi-box-arrow-in-down::before {
  content: "\f1bc";
}

.bi-box-arrow-in-left::before {
  content: "\f1bd";
}

.bi-box-arrow-in-right::before {
  content: "\f1be";
}

.bi-box-arrow-in-up-left::before {
  content: "\f1bf";
}

.bi-box-arrow-in-up-right::before {
  content: "\f1c0";
}

.bi-box-arrow-in-up::before {
  content: "\f1c1";
}

.bi-box-arrow-left::before {
  content: "\f1c2";
}

.bi-box-arrow-right::before {
  content: "\f1c3";
}

.bi-box-arrow-up-left::before {
  content: "\f1c4";
}

.bi-box-arrow-up-right::before {
  content: "\f1c5";
}

.bi-box-arrow-up::before {
  content: "\f1c6";
}

.bi-box-seam::before {
  content: "\f1c7";
}

.bi-box::before {
  content: "\f1c8";
}

.bi-braces::before {
  content: "\f1c9";
}

.bi-bricks::before {
  content: "\f1ca";
}

.bi-briefcase-fill::before {
  content: "\f1cb";
}

.bi-briefcase::before {
  content: "\f1cc";
}

.bi-brightness-alt-high-fill::before {
  content: "\f1cd";
}

.bi-brightness-alt-high::before {
  content: "\f1ce";
}

.bi-brightness-alt-low-fill::before {
  content: "\f1cf";
}

.bi-brightness-alt-low::before {
  content: "\f1d0";
}

.bi-brightness-high-fill::before {
  content: "\f1d1";
}

.bi-brightness-high::before {
  content: "\f1d2";
}

.bi-brightness-low-fill::before {
  content: "\f1d3";
}

.bi-brightness-low::before {
  content: "\f1d4";
}

.bi-broadcast-pin::before {
  content: "\f1d5";
}

.bi-broadcast::before {
  content: "\f1d6";
}

.bi-brush-fill::before {
  content: "\f1d7";
}

.bi-brush::before {
  content: "\f1d8";
}

.bi-bucket-fill::before {
  content: "\f1d9";
}

.bi-bucket::before {
  content: "\f1da";
}

.bi-bug-fill::before {
  content: "\f1db";
}

.bi-bug::before {
  content: "\f1dc";
}

.bi-building::before {
  content: "\f1dd";
}

.bi-bullseye::before {
  content: "\f1de";
}

.bi-calculator-fill::before {
  content: "\f1df";
}

.bi-calculator::before {
  content: "\f1e0";
}

.bi-calendar-check-fill::before {
  content: "\f1e1";
}

.bi-calendar-check::before {
  content: "\f1e2";
}

.bi-calendar-date-fill::before {
  content: "\f1e3";
}

.bi-calendar-date::before {
  content: "\f1e4";
}

.bi-calendar-day-fill::before {
  content: "\f1e5";
}

.bi-calendar-day::before {
  content: "\f1e6";
}

.bi-calendar-event-fill::before {
  content: "\f1e7";
}

.bi-calendar-event::before {
  content: "\f1e8";
}

.bi-calendar-fill::before {
  content: "\f1e9";
}

.bi-calendar-minus-fill::before {
  content: "\f1ea";
}

.bi-calendar-minus::before {
  content: "\f1eb";
}

.bi-calendar-month-fill::before {
  content: "\f1ec";
}

.bi-calendar-month::before {
  content: "\f1ed";
}

.bi-calendar-plus-fill::before {
  content: "\f1ee";
}

.bi-calendar-plus::before {
  content: "\f1ef";
}

.bi-calendar-range-fill::before {
  content: "\f1f0";
}

.bi-calendar-range::before {
  content: "\f1f1";
}

.bi-calendar-week-fill::before {
  content: "\f1f2";
}

.bi-calendar-week::before {
  content: "\f1f3";
}

.bi-calendar-x-fill::before {
  content: "\f1f4";
}

.bi-calendar-x::before {
  content: "\f1f5";
}

.bi-calendar::before {
  content: "\f1f6";
}

.bi-calendar2-check-fill::before {
  content: "\f1f7";
}

.bi-calendar2-check::before {
  content: "\f1f8";
}

.bi-calendar2-date-fill::before {
  content: "\f1f9";
}

.bi-calendar2-date::before {
  content: "\f1fa";
}

.bi-calendar2-day-fill::before {
  content: "\f1fb";
}

.bi-calendar2-day::before {
  content: "\f1fc";
}

.bi-calendar2-event-fill::before {
  content: "\f1fd";
}

.bi-calendar2-event::before {
  content: "\f1fe";
}

.bi-calendar2-fill::before {
  content: "\f1ff";
}

.bi-calendar2-minus-fill::before {
  content: "\f200";
}

.bi-calendar2-minus::before {
  content: "\f201";
}

.bi-calendar2-month-fill::before {
  content: "\f202";
}

.bi-calendar2-month::before {
  content: "\f203";
}

.bi-calendar2-plus-fill::before {
  content: "\f204";
}

.bi-calendar2-plus::before {
  content: "\f205";
}

.bi-calendar2-range-fill::before {
  content: "\f206";
}

.bi-calendar2-range::before {
  content: "\f207";
}

.bi-calendar2-week-fill::before {
  content: "\f208";
}

.bi-calendar2-week::before {
  content: "\f209";
}

.bi-calendar2-x-fill::before {
  content: "\f20a";
}

.bi-calendar2-x::before {
  content: "\f20b";
}

.bi-calendar2::before {
  content: "\f20c";
}

.bi-calendar3-event-fill::before {
  content: "\f20d";
}

.bi-calendar3-event::before {
  content: "\f20e";
}

.bi-calendar3-fill::before {
  content: "\f20f";
}

.bi-calendar3-range-fill::before {
  content: "\f210";
}

.bi-calendar3-range::before {
  content: "\f211";
}

.bi-calendar3-week-fill::before {
  content: "\f212";
}

.bi-calendar3-week::before {
  content: "\f213";
}

.bi-calendar3::before {
  content: "\f214";
}

.bi-calendar4-event::before {
  content: "\f215";
}

.bi-calendar4-range::before {
  content: "\f216";
}

.bi-calendar4-week::before {
  content: "\f217";
}

.bi-calendar4::before {
  content: "\f218";
}

.bi-camera-fill::before {
  content: "\f219";
}

.bi-camera-reels-fill::before {
  content: "\f21a";
}

.bi-camera-reels::before {
  content: "\f21b";
}

.bi-camera-video-fill::before {
  content: "\f21c";
}

.bi-camera-video-off-fill::before {
  content: "\f21d";
}

.bi-camera-video-off::before {
  content: "\f21e";
}

.bi-camera-video::before {
  content: "\f21f";
}

.bi-camera::before {
  content: "\f220";
}

.bi-camera2::before {
  content: "\f221";
}

.bi-capslock-fill::before {
  content: "\f222";
}

.bi-capslock::before {
  content: "\f223";
}

.bi-card-checklist::before {
  content: "\f224";
}

.bi-card-heading::before {
  content: "\f225";
}

.bi-card-image::before {
  content: "\f226";
}

.bi-card-list::before {
  content: "\f227";
}

.bi-card-text::before {
  content: "\f228";
}

.bi-caret-down-fill::before {
  content: "\f229";
}

.bi-caret-down-square-fill::before {
  content: "\f22a";
}

.bi-caret-down-square::before {
  content: "\f22b";
}

.bi-caret-down::before {
  content: "\f22c";
}

.bi-caret-left-fill::before {
  content: "\f22d";
}

.bi-caret-left-square-fill::before {
  content: "\f22e";
}

.bi-caret-left-square::before {
  content: "\f22f";
}

.bi-caret-left::before {
  content: "\f230";
}

.bi-caret-right-fill::before {
  content: "\f231";
}

.bi-caret-right-square-fill::before {
  content: "\f232";
}

.bi-caret-right-square::before {
  content: "\f233";
}

.bi-caret-right::before {
  content: "\f234";
}

.bi-caret-up-fill::before {
  content: "\f235";
}

.bi-caret-up-square-fill::before {
  content: "\f236";
}

.bi-caret-up-square::before {
  content: "\f237";
}

.bi-caret-up::before {
  content: "\f238";
}

.bi-cart-check-fill::before {
  content: "\f239";
}

.bi-cart-check::before {
  content: "\f23a";
}

.bi-cart-dash-fill::before {
  content: "\f23b";
}

.bi-cart-dash::before {
  content: "\f23c";
}

.bi-cart-fill::before {
  content: "\f23d";
}

.bi-cart-plus-fill::before {
  content: "\f23e";
}

.bi-cart-plus::before {
  content: "\f23f";
}

.bi-cart-x-fill::before {
  content: "\f240";
}

.bi-cart-x::before {
  content: "\f241";
}

.bi-cart::before {
  content: "\f242";
}

.bi-cart2::before {
  content: "\f243";
}

.bi-cart3::before {
  content: "\f244";
}

.bi-cart4::before {
  content: "\f245";
}

.bi-cash-stack::before {
  content: "\f246";
}

.bi-cash::before {
  content: "\f247";
}

.bi-cast::before {
  content: "\f248";
}

.bi-chat-dots-fill::before {
  content: "\f249";
}

.bi-chat-dots::before {
  content: "\f24a";
}

.bi-chat-fill::before {
  content: "\f24b";
}

.bi-chat-left-dots-fill::before {
  content: "\f24c";
}

.bi-chat-left-dots::before {
  content: "\f24d";
}

.bi-chat-left-fill::before {
  content: "\f24e";
}

.bi-chat-left-quote-fill::before {
  content: "\f24f";
}

.bi-chat-left-quote::before {
  content: "\f250";
}

.bi-chat-left-text-fill::before {
  content: "\f251";
}

.bi-chat-left-text::before {
  content: "\f252";
}

.bi-chat-left::before {
  content: "\f253";
}

.bi-chat-quote-fill::before {
  content: "\f254";
}

.bi-chat-quote::before {
  content: "\f255";
}

.bi-chat-right-dots-fill::before {
  content: "\f256";
}

.bi-chat-right-dots::before {
  content: "\f257";
}

.bi-chat-right-fill::before {
  content: "\f258";
}

.bi-chat-right-quote-fill::before {
  content: "\f259";
}

.bi-chat-right-quote::before {
  content: "\f25a";
}

.bi-chat-right-text-fill::before {
  content: "\f25b";
}

.bi-chat-right-text::before {
  content: "\f25c";
}

.bi-chat-right::before {
  content: "\f25d";
}

.bi-chat-square-dots-fill::before {
  content: "\f25e";
}

.bi-chat-square-dots::before {
  content: "\f25f";
}

.bi-chat-square-fill::before {
  content: "\f260";
}

.bi-chat-square-quote-fill::before {
  content: "\f261";
}

.bi-chat-square-quote::before {
  content: "\f262";
}

.bi-chat-square-text-fill::before {
  content: "\f263";
}

.bi-chat-square-text::before {
  content: "\f264";
}

.bi-chat-square::before {
  content: "\f265";
}

.bi-chat-text-fill::before {
  content: "\f266";
}

.bi-chat-text::before {
  content: "\f267";
}

.bi-chat::before {
  content: "\f268";
}

.bi-check-all::before {
  content: "\f269";
}

.bi-check-circle-fill::before {
  content: "\f26a";
}

.bi-check-circle::before {
  content: "\f26b";
}

.bi-check-square-fill::before {
  content: "\f26c";
}

.bi-check-square::before {
  content: "\f26d";
}

.bi-check::before {
  content: "\f26e";
}

.bi-check2-all::before {
  content: "\f26f";
}

.bi-check2-circle::before {
  content: "\f270";
}

.bi-check2-square::before {
  content: "\f271";
}

.bi-check2::before {
  content: "\f272";
}

.bi-chevron-bar-contract::before {
  content: "\f273";
}

.bi-chevron-bar-down::before {
  content: "\f274";
}

.bi-chevron-bar-expand::before {
  content: "\f275";
}

.bi-chevron-bar-left::before {
  content: "\f276";
}

.bi-chevron-bar-right::before {
  content: "\f277";
}

.bi-chevron-bar-up::before {
  content: "\f278";
}

.bi-chevron-compact-down::before {
  content: "\f279";
}

.bi-chevron-compact-left::before {
  content: "\f27a";
}

.bi-chevron-compact-right::before {
  content: "\f27b";
}

.bi-chevron-compact-up::before {
  content: "\f27c";
}

.bi-chevron-contract::before {
  content: "\f27d";
}

.bi-chevron-double-down::before {
  content: "\f27e";
}

.bi-chevron-double-left::before {
  content: "\f27f";
}

.bi-chevron-double-right::before {
  content: "\f280";
}

.bi-chevron-double-up::before {
  content: "\f281";
}

.bi-chevron-down::before {
  content: "\f282";
}

.bi-chevron-expand::before {
  content: "\f283";
}

.bi-chevron-left::before {
  content: "\f284";
}

.bi-chevron-right::before {
  content: "\f285";
}

.bi-chevron-up::before {
  content: "\f286";
}

.bi-circle-fill::before {
  content: "\f287";
}

.bi-circle-half::before {
  content: "\f288";
}

.bi-circle-square::before {
  content: "\f289";
}

.bi-circle::before {
  content: "\f28a";
}

.bi-clipboard-check::before {
  content: "\f28b";
}

.bi-clipboard-data::before {
  content: "\f28c";
}

.bi-clipboard-minus::before {
  content: "\f28d";
}

.bi-clipboard-plus::before {
  content: "\f28e";
}

.bi-clipboard-x::before {
  content: "\f28f";
}

.bi-clipboard::before {
  content: "\f290";
}

.bi-clock-fill::before {
  content: "\f291";
}

.bi-clock-history::before {
  content: "\f292";
}

.bi-clock::before {
  content: "\f293";
}

.bi-cloud-arrow-down-fill::before {
  content: "\f294";
}

.bi-cloud-arrow-down::before {
  content: "\f295";
}

.bi-cloud-arrow-up-fill::before {
  content: "\f296";
}

.bi-cloud-arrow-up::before {
  content: "\f297";
}

.bi-cloud-check-fill::before {
  content: "\f298";
}

.bi-cloud-check::before {
  content: "\f299";
}

.bi-cloud-download-fill::before {
  content: "\f29a";
}

.bi-cloud-download::before {
  content: "\f29b";
}

.bi-cloud-drizzle-fill::before {
  content: "\f29c";
}

.bi-cloud-drizzle::before {
  content: "\f29d";
}

.bi-cloud-fill::before {
  content: "\f29e";
}

.bi-cloud-fog-fill::before {
  content: "\f29f";
}

.bi-cloud-fog::before {
  content: "\f2a0";
}

.bi-cloud-fog2-fill::before {
  content: "\f2a1";
}

.bi-cloud-fog2::before {
  content: "\f2a2";
}

.bi-cloud-hail-fill::before {
  content: "\f2a3";
}

.bi-cloud-hail::before {
  content: "\f2a4";
}

.bi-cloud-haze-fill::before {
  content: "\f2a6";
}

.bi-cloud-haze::before {
  content: "\f2a7";
}

.bi-cloud-haze2-fill::before {
  content: "\f2a8";
}

.bi-cloud-lightning-fill::before {
  content: "\f2a9";
}

.bi-cloud-lightning-rain-fill::before {
  content: "\f2aa";
}

.bi-cloud-lightning-rain::before {
  content: "\f2ab";
}

.bi-cloud-lightning::before {
  content: "\f2ac";
}

.bi-cloud-minus-fill::before {
  content: "\f2ad";
}

.bi-cloud-minus::before {
  content: "\f2ae";
}

.bi-cloud-moon-fill::before {
  content: "\f2af";
}

.bi-cloud-moon::before {
  content: "\f2b0";
}

.bi-cloud-plus-fill::before {
  content: "\f2b1";
}

.bi-cloud-plus::before {
  content: "\f2b2";
}

.bi-cloud-rain-fill::before {
  content: "\f2b3";
}

.bi-cloud-rain-heavy-fill::before {
  content: "\f2b4";
}

.bi-cloud-rain-heavy::before {
  content: "\f2b5";
}

.bi-cloud-rain::before {
  content: "\f2b6";
}

.bi-cloud-slash-fill::before {
  content: "\f2b7";
}

.bi-cloud-slash::before {
  content: "\f2b8";
}

.bi-cloud-sleet-fill::before {
  content: "\f2b9";
}

.bi-cloud-sleet::before {
  content: "\f2ba";
}

.bi-cloud-snow-fill::before {
  content: "\f2bb";
}

.bi-cloud-snow::before {
  content: "\f2bc";
}

.bi-cloud-sun-fill::before {
  content: "\f2bd";
}

.bi-cloud-sun::before {
  content: "\f2be";
}

.bi-cloud-upload-fill::before {
  content: "\f2bf";
}

.bi-cloud-upload::before {
  content: "\f2c0";
}

.bi-cloud::before {
  content: "\f2c1";
}

.bi-clouds-fill::before {
  content: "\f2c2";
}

.bi-clouds::before {
  content: "\f2c3";
}

.bi-cloudy-fill::before {
  content: "\f2c4";
}

.bi-cloudy::before {
  content: "\f2c5";
}

.bi-code-slash::before {
  content: "\f2c6";
}

.bi-code-square::before {
  content: "\f2c7";
}

.bi-code::before {
  content: "\f2c8";
}

.bi-collection-fill::before {
  content: "\f2c9";
}

.bi-collection-play-fill::before {
  content: "\f2ca";
}

.bi-collection-play::before {
  content: "\f2cb";
}

.bi-collection::before {
  content: "\f2cc";
}

.bi-columns-gap::before {
  content: "\f2cd";
}

.bi-columns::before {
  content: "\f2ce";
}

.bi-command::before {
  content: "\f2cf";
}

.bi-compass-fill::before {
  content: "\f2d0";
}

.bi-compass::before {
  content: "\f2d1";
}

.bi-cone-striped::before {
  content: "\f2d2";
}

.bi-cone::before {
  content: "\f2d3";
}

.bi-controller::before {
  content: "\f2d4";
}

.bi-cpu-fill::before {
  content: "\f2d5";
}

.bi-cpu::before {
  content: "\f2d6";
}

.bi-credit-card-2-back-fill::before {
  content: "\f2d7";
}

.bi-credit-card-2-back::before {
  content: "\f2d8";
}

.bi-credit-card-2-front-fill::before {
  content: "\f2d9";
}

.bi-credit-card-2-front::before {
  content: "\f2da";
}

.bi-credit-card-fill::before {
  content: "\f2db";
}

.bi-credit-card::before {
  content: "\f2dc";
}

.bi-crop::before {
  content: "\f2dd";
}

.bi-cup-fill::before {
  content: "\f2de";
}

.bi-cup-straw::before {
  content: "\f2df";
}

.bi-cup::before {
  content: "\f2e0";
}

.bi-cursor-fill::before {
  content: "\f2e1";
}

.bi-cursor-text::before {
  content: "\f2e2";
}

.bi-cursor::before {
  content: "\f2e3";
}

.bi-dash-circle-dotted::before {
  content: "\f2e4";
}

.bi-dash-circle-fill::before {
  content: "\f2e5";
}

.bi-dash-circle::before {
  content: "\f2e6";
}

.bi-dash-square-dotted::before {
  content: "\f2e7";
}

.bi-dash-square-fill::before {
  content: "\f2e8";
}

.bi-dash-square::before {
  content: "\f2e9";
}

.bi-dash::before {
  content: "\f2ea";
}

.bi-diagram-2-fill::before {
  content: "\f2eb";
}

.bi-diagram-2::before {
  content: "\f2ec";
}

.bi-diagram-3-fill::before {
  content: "\f2ed";
}

.bi-diagram-3::before {
  content: "\f2ee";
}

.bi-diamond-fill::before {
  content: "\f2ef";
}

.bi-diamond-half::before {
  content: "\f2f0";
}

.bi-diamond::before {
  content: "\f2f1";
}

.bi-dice-1-fill::before {
  content: "\f2f2";
}

.bi-dice-1::before {
  content: "\f2f3";
}

.bi-dice-2-fill::before {
  content: "\f2f4";
}

.bi-dice-2::before {
  content: "\f2f5";
}

.bi-dice-3-fill::before {
  content: "\f2f6";
}

.bi-dice-3::before {
  content: "\f2f7";
}

.bi-dice-4-fill::before {
  content: "\f2f8";
}

.bi-dice-4::before {
  content: "\f2f9";
}

.bi-dice-5-fill::before {
  content: "\f2fa";
}

.bi-dice-5::before {
  content: "\f2fb";
}

.bi-dice-6-fill::before {
  content: "\f2fc";
}

.bi-dice-6::before {
  content: "\f2fd";
}

.bi-disc-fill::before {
  content: "\f2fe";
}

.bi-disc::before {
  content: "\f2ff";
}

.bi-discord::before {
  content: "\f300";
}

.bi-display-fill::before {
  content: "\f301";
}

.bi-display::before {
  content: "\f302";
}

.bi-distribute-horizontal::before {
  content: "\f303";
}

.bi-distribute-vertical::before {
  content: "\f304";
}

.bi-door-closed-fill::before {
  content: "\f305";
}

.bi-door-closed::before {
  content: "\f306";
}

.bi-door-open-fill::before {
  content: "\f307";
}

.bi-door-open::before {
  content: "\f308";
}

.bi-dot::before {
  content: "\f309";
}

.bi-download::before {
  content: "\f30a";
}

.bi-droplet-fill::before {
  content: "\f30b";
}

.bi-droplet-half::before {
  content: "\f30c";
}

.bi-droplet::before {
  content: "\f30d";
}

.bi-earbuds::before {
  content: "\f30e";
}

.bi-easel-fill::before {
  content: "\f30f";
}

.bi-easel::before {
  content: "\f310";
}

.bi-egg-fill::before {
  content: "\f311";
}

.bi-egg-fried::before {
  content: "\f312";
}

.bi-egg::before {
  content: "\f313";
}

.bi-eject-fill::before {
  content: "\f314";
}

.bi-eject::before {
  content: "\f315";
}

.bi-emoji-angry-fill::before {
  content: "\f316";
}

.bi-emoji-angry::before {
  content: "\f317";
}

.bi-emoji-dizzy-fill::before {
  content: "\f318";
}

.bi-emoji-dizzy::before {
  content: "\f319";
}

.bi-emoji-expressionless-fill::before {
  content: "\f31a";
}

.bi-emoji-expressionless::before {
  content: "\f31b";
}

.bi-emoji-frown-fill::before {
  content: "\f31c";
}

.bi-emoji-frown::before {
  content: "\f31d";
}

.bi-emoji-heart-eyes-fill::before {
  content: "\f31e";
}

.bi-emoji-heart-eyes::before {
  content: "\f31f";
}

.bi-emoji-laughing-fill::before {
  content: "\f320";
}

.bi-emoji-laughing::before {
  content: "\f321";
}

.bi-emoji-neutral-fill::before {
  content: "\f322";
}

.bi-emoji-neutral::before {
  content: "\f323";
}

.bi-emoji-smile-fill::before {
  content: "\f324";
}

.bi-emoji-smile-upside-down-fill::before {
  content: "\f325";
}

.bi-emoji-smile-upside-down::before {
  content: "\f326";
}

.bi-emoji-smile::before {
  content: "\f327";
}

.bi-emoji-sunglasses-fill::before {
  content: "\f328";
}

.bi-emoji-sunglasses::before {
  content: "\f329";
}

.bi-emoji-wink-fill::before {
  content: "\f32a";
}

.bi-emoji-wink::before {
  content: "\f32b";
}

.bi-envelope-fill::before {
  content: "\f32c";
}

.bi-envelope-open-fill::before {
  content: "\f32d";
}

.bi-envelope-open::before {
  content: "\f32e";
}

.bi-envelope::before {
  content: "\f32f";
}

.bi-eraser-fill::before {
  content: "\f330";
}

.bi-eraser::before {
  content: "\f331";
}

.bi-exclamation-circle-fill::before {
  content: "\f332";
}

.bi-exclamation-circle::before {
  content: "\f333";
}

.bi-exclamation-diamond-fill::before {
  content: "\f334";
}

.bi-exclamation-diamond::before {
  content: "\f335";
}

.bi-exclamation-octagon-fill::before {
  content: "\f336";
}

.bi-exclamation-octagon::before {
  content: "\f337";
}

.bi-exclamation-square-fill::before {
  content: "\f338";
}

.bi-exclamation-square::before {
  content: "\f339";
}

.bi-exclamation-triangle-fill::before {
  content: "\f33a";
}

.bi-exclamation-triangle::before {
  content: "\f33b";
}

.bi-exclamation::before {
  content: "\f33c";
}

.bi-exclude::before {
  content: "\f33d";
}

.bi-eye-fill::before {
  content: "\f33e";
}

.bi-eye-slash-fill::before {
  content: "\f33f";
}

.bi-eye-slash::before {
  content: "\f340";
}

.bi-eye::before {
  content: "\f341";
}

.bi-eyedropper::before {
  content: "\f342";
}

.bi-eyeglasses::before {
  content: "\f343";
}

.bi-facebook::before {
  content: "\f344";
}

.bi-file-arrow-down-fill::before {
  content: "\f345";
}

.bi-file-arrow-down::before {
  content: "\f346";
}

.bi-file-arrow-up-fill::before {
  content: "\f347";
}

.bi-file-arrow-up::before {
  content: "\f348";
}

.bi-file-bar-graph-fill::before {
  content: "\f349";
}

.bi-file-bar-graph::before {
  content: "\f34a";
}

.bi-file-binary-fill::before {
  content: "\f34b";
}

.bi-file-binary::before {
  content: "\f34c";
}

.bi-file-break-fill::before {
  content: "\f34d";
}

.bi-file-break::before {
  content: "\f34e";
}

.bi-file-check-fill::before {
  content: "\f34f";
}

.bi-file-check::before {
  content: "\f350";
}

.bi-file-code-fill::before {
  content: "\f351";
}

.bi-file-code::before {
  content: "\f352";
}

.bi-file-diff-fill::before {
  content: "\f353";
}

.bi-file-diff::before {
  content: "\f354";
}

.bi-file-earmark-arrow-down-fill::before {
  content: "\f355";
}

.bi-file-earmark-arrow-down::before {
  content: "\f356";
}

.bi-file-earmark-arrow-up-fill::before {
  content: "\f357";
}

.bi-file-earmark-arrow-up::before {
  content: "\f358";
}

.bi-file-earmark-bar-graph-fill::before {
  content: "\f359";
}

.bi-file-earmark-bar-graph::before {
  content: "\f35a";
}

.bi-file-earmark-binary-fill::before {
  content: "\f35b";
}

.bi-file-earmark-binary::before {
  content: "\f35c";
}

.bi-file-earmark-break-fill::before {
  content: "\f35d";
}

.bi-file-earmark-break::before {
  content: "\f35e";
}

.bi-file-earmark-check-fill::before {
  content: "\f35f";
}

.bi-file-earmark-check::before {
  content: "\f360";
}

.bi-file-earmark-code-fill::before {
  content: "\f361";
}

.bi-file-earmark-code::before {
  content: "\f362";
}

.bi-file-earmark-diff-fill::before {
  content: "\f363";
}

.bi-file-earmark-diff::before {
  content: "\f364";
}

.bi-file-earmark-easel-fill::before {
  content: "\f365";
}

.bi-file-earmark-easel::before {
  content: "\f366";
}

.bi-file-earmark-excel-fill::before {
  content: "\f367";
}

.bi-file-earmark-excel::before {
  content: "\f368";
}

.bi-file-earmark-fill::before {
  content: "\f369";
}

.bi-file-earmark-font-fill::before {
  content: "\f36a";
}

.bi-file-earmark-font::before {
  content: "\f36b";
}

.bi-file-earmark-image-fill::before {
  content: "\f36c";
}

.bi-file-earmark-image::before {
  content: "\f36d";
}

.bi-file-earmark-lock-fill::before {
  content: "\f36e";
}

.bi-file-earmark-lock::before {
  content: "\f36f";
}

.bi-file-earmark-lock2-fill::before {
  content: "\f370";
}

.bi-file-earmark-lock2::before {
  content: "\f371";
}

.bi-file-earmark-medical-fill::before {
  content: "\f372";
}

.bi-file-earmark-medical::before {
  content: "\f373";
}

.bi-file-earmark-minus-fill::before {
  content: "\f374";
}

.bi-file-earmark-minus::before {
  content: "\f375";
}

.bi-file-earmark-music-fill::before {
  content: "\f376";
}

.bi-file-earmark-music::before {
  content: "\f377";
}

.bi-file-earmark-person-fill::before {
  content: "\f378";
}

.bi-file-earmark-person::before {
  content: "\f379";
}

.bi-file-earmark-play-fill::before {
  content: "\f37a";
}

.bi-file-earmark-play::before {
  content: "\f37b";
}

.bi-file-earmark-plus-fill::before {
  content: "\f37c";
}

.bi-file-earmark-plus::before {
  content: "\f37d";
}

.bi-file-earmark-post-fill::before {
  content: "\f37e";
}

.bi-file-earmark-post::before {
  content: "\f37f";
}

.bi-file-earmark-ppt-fill::before {
  content: "\f380";
}

.bi-file-earmark-ppt::before {
  content: "\f381";
}

.bi-file-earmark-richtext-fill::before {
  content: "\f382";
}

.bi-file-earmark-richtext::before {
  content: "\f383";
}

.bi-file-earmark-ruled-fill::before {
  content: "\f384";
}

.bi-file-earmark-ruled::before {
  content: "\f385";
}

.bi-file-earmark-slides-fill::before {
  content: "\f386";
}

.bi-file-earmark-slides::before {
  content: "\f387";
}

.bi-file-earmark-spreadsheet-fill::before {
  content: "\f388";
}

.bi-file-earmark-spreadsheet::before {
  content: "\f389";
}

.bi-file-earmark-text-fill::before {
  content: "\f38a";
}

.bi-file-earmark-text::before {
  content: "\f38b";
}

.bi-file-earmark-word-fill::before {
  content: "\f38c";
}

.bi-file-earmark-word::before {
  content: "\f38d";
}

.bi-file-earmark-x-fill::before {
  content: "\f38e";
}

.bi-file-earmark-x::before {
  content: "\f38f";
}

.bi-file-earmark-zip-fill::before {
  content: "\f390";
}

.bi-file-earmark-zip::before {
  content: "\f391";
}

.bi-file-earmark::before {
  content: "\f392";
}

.bi-file-easel-fill::before {
  content: "\f393";
}

.bi-file-easel::before {
  content: "\f394";
}

.bi-file-excel-fill::before {
  content: "\f395";
}

.bi-file-excel::before {
  content: "\f396";
}

.bi-file-fill::before {
  content: "\f397";
}

.bi-file-font-fill::before {
  content: "\f398";
}

.bi-file-font::before {
  content: "\f399";
}

.bi-file-image-fill::before {
  content: "\f39a";
}

.bi-file-image::before {
  content: "\f39b";
}

.bi-file-lock-fill::before {
  content: "\f39c";
}

.bi-file-lock::before {
  content: "\f39d";
}

.bi-file-lock2-fill::before {
  content: "\f39e";
}

.bi-file-lock2::before {
  content: "\f39f";
}

.bi-file-medical-fill::before {
  content: "\f3a0";
}

.bi-file-medical::before {
  content: "\f3a1";
}

.bi-file-minus-fill::before {
  content: "\f3a2";
}

.bi-file-minus::before {
  content: "\f3a3";
}

.bi-file-music-fill::before {
  content: "\f3a4";
}

.bi-file-music::before {
  content: "\f3a5";
}

.bi-file-person-fill::before {
  content: "\f3a6";
}

.bi-file-person::before {
  content: "\f3a7";
}

.bi-file-play-fill::before {
  content: "\f3a8";
}

.bi-file-play::before {
  content: "\f3a9";
}

.bi-file-plus-fill::before {
  content: "\f3aa";
}

.bi-file-plus::before {
  content: "\f3ab";
}

.bi-file-post-fill::before {
  content: "\f3ac";
}

.bi-file-post::before {
  content: "\f3ad";
}

.bi-file-ppt-fill::before {
  content: "\f3ae";
}

.bi-file-ppt::before {
  content: "\f3af";
}

.bi-file-richtext-fill::before {
  content: "\f3b0";
}

.bi-file-richtext::before {
  content: "\f3b1";
}

.bi-file-ruled-fill::before {
  content: "\f3b2";
}

.bi-file-ruled::before {
  content: "\f3b3";
}

.bi-file-slides-fill::before {
  content: "\f3b4";
}

.bi-file-slides::before {
  content: "\f3b5";
}

.bi-file-spreadsheet-fill::before {
  content: "\f3b6";
}

.bi-file-spreadsheet::before {
  content: "\f3b7";
}

.bi-file-text-fill::before {
  content: "\f3b8";
}

.bi-file-text::before {
  content: "\f3b9";
}

.bi-file-word-fill::before {
  content: "\f3ba";
}

.bi-file-word::before {
  content: "\f3bb";
}

.bi-file-x-fill::before {
  content: "\f3bc";
}

.bi-file-x::before {
  content: "\f3bd";
}

.bi-file-zip-fill::before {
  content: "\f3be";
}

.bi-file-zip::before {
  content: "\f3bf";
}

.bi-file::before {
  content: "\f3c0";
}

.bi-files-alt::before {
  content: "\f3c1";
}

.bi-files::before {
  content: "\f3c2";
}

.bi-film::before {
  content: "\f3c3";
}

.bi-filter-circle-fill::before {
  content: "\f3c4";
}

.bi-filter-circle::before {
  content: "\f3c5";
}

.bi-filter-left::before {
  content: "\f3c6";
}

.bi-filter-right::before {
  content: "\f3c7";
}

.bi-filter-square-fill::before {
  content: "\f3c8";
}

.bi-filter-square::before {
  content: "\f3c9";
}

.bi-filter::before {
  content: "\f3ca";
}

.bi-flag-fill::before {
  content: "\f3cb";
}

.bi-flag::before {
  content: "\f3cc";
}

.bi-flower1::before {
  content: "\f3cd";
}

.bi-flower2::before {
  content: "\f3ce";
}

.bi-flower3::before {
  content: "\f3cf";
}

.bi-folder-check::before {
  content: "\f3d0";
}

.bi-folder-fill::before {
  content: "\f3d1";
}

.bi-folder-minus::before {
  content: "\f3d2";
}

.bi-folder-plus::before {
  content: "\f3d3";
}

.bi-folder-symlink-fill::before {
  content: "\f3d4";
}

.bi-folder-symlink::before {
  content: "\f3d5";
}

.bi-folder-x::before {
  content: "\f3d6";
}

.bi-folder::before {
  content: "\f3d7";
}

.bi-folder2-open::before {
  content: "\f3d8";
}

.bi-folder2::before {
  content: "\f3d9";
}

.bi-fonts::before {
  content: "\f3da";
}

.bi-forward-fill::before {
  content: "\f3db";
}

.bi-forward::before {
  content: "\f3dc";
}

.bi-front::before {
  content: "\f3dd";
}

.bi-fullscreen-exit::before {
  content: "\f3de";
}

.bi-fullscreen::before {
  content: "\f3df";
}

.bi-funnel-fill::before {
  content: "\f3e0";
}

.bi-funnel::before {
  content: "\f3e1";
}

.bi-gear-fill::before {
  content: "\f3e2";
}

.bi-gear-wide-connected::before {
  content: "\f3e3";
}

.bi-gear-wide::before {
  content: "\f3e4";
}

.bi-gear::before {
  content: "\f3e5";
}

.bi-gem::before {
  content: "\f3e6";
}

.bi-geo-alt-fill::before {
  content: "\f3e7";
}

.bi-geo-alt::before {
  content: "\f3e8";
}

.bi-geo-fill::before {
  content: "\f3e9";
}

.bi-geo::before {
  content: "\f3ea";
}

.bi-gift-fill::before {
  content: "\f3eb";
}

.bi-gift::before {
  content: "\f3ec";
}

.bi-github::before {
  content: "\f3ed";
}

.bi-globe::before {
  content: "\f3ee";
}

.bi-globe2::before {
  content: "\f3ef";
}

.bi-google::before {
  content: "\f3f0";
}

.bi-graph-down::before {
  content: "\f3f1";
}

.bi-graph-up::before {
  content: "\f3f2";
}

.bi-grid-1x2-fill::before {
  content: "\f3f3";
}

.bi-grid-1x2::before {
  content: "\f3f4";
}

.bi-grid-3x2-gap-fill::before {
  content: "\f3f5";
}

.bi-grid-3x2-gap::before {
  content: "\f3f6";
}

.bi-grid-3x2::before {
  content: "\f3f7";
}

.bi-grid-3x3-gap-fill::before {
  content: "\f3f8";
}

.bi-grid-3x3-gap::before {
  content: "\f3f9";
}

.bi-grid-3x3::before {
  content: "\f3fa";
}

.bi-grid-fill::before {
  content: "\f3fb";
}

.bi-grid::before {
  content: "\f3fc";
}

.bi-grip-horizontal::before {
  content: "\f3fd";
}

.bi-grip-vertical::before {
  content: "\f3fe";
}

.bi-hammer::before {
  content: "\f3ff";
}

.bi-hand-index-fill::before {
  content: "\f400";
}

.bi-hand-index-thumb-fill::before {
  content: "\f401";
}

.bi-hand-index-thumb::before {
  content: "\f402";
}

.bi-hand-index::before {
  content: "\f403";
}

.bi-hand-thumbs-down-fill::before {
  content: "\f404";
}

.bi-hand-thumbs-down::before {
  content: "\f405";
}

.bi-hand-thumbs-up-fill::before {
  content: "\f406";
}

.bi-hand-thumbs-up::before {
  content: "\f407";
}

.bi-handbag-fill::before {
  content: "\f408";
}

.bi-handbag::before {
  content: "\f409";
}

.bi-hash::before {
  content: "\f40a";
}

.bi-hdd-fill::before {
  content: "\f40b";
}

.bi-hdd-network-fill::before {
  content: "\f40c";
}

.bi-hdd-network::before {
  content: "\f40d";
}

.bi-hdd-rack-fill::before {
  content: "\f40e";
}

.bi-hdd-rack::before {
  content: "\f40f";
}

.bi-hdd-stack-fill::before {
  content: "\f410";
}

.bi-hdd-stack::before {
  content: "\f411";
}

.bi-hdd::before {
  content: "\f412";
}

.bi-headphones::before {
  content: "\f413";
}

.bi-headset::before {
  content: "\f414";
}

.bi-heart-fill::before {
  content: "\f415";
}

.bi-heart-half::before {
  content: "\f416";
}

.bi-heart::before {
  content: "\f417";
}

.bi-heptagon-fill::before {
  content: "\f418";
}

.bi-heptagon-half::before {
  content: "\f419";
}

.bi-heptagon::before {
  content: "\f41a";
}

.bi-hexagon-fill::before {
  content: "\f41b";
}

.bi-hexagon-half::before {
  content: "\f41c";
}

.bi-hexagon::before {
  content: "\f41d";
}

.bi-hourglass-bottom::before {
  content: "\f41e";
}

.bi-hourglass-split::before {
  content: "\f41f";
}

.bi-hourglass-top::before {
  content: "\f420";
}

.bi-hourglass::before {
  content: "\f421";
}

.bi-house-door-fill::before {
  content: "\f422";
}

.bi-house-door::before {
  content: "\f423";
}

.bi-house-fill::before {
  content: "\f424";
}

.bi-house::before {
  content: "\f425";
}

.bi-hr::before {
  content: "\f426";
}

.bi-hurricane::before {
  content: "\f427";
}

.bi-image-alt::before {
  content: "\f428";
}

.bi-image-fill::before {
  content: "\f429";
}

.bi-image::before {
  content: "\f42a";
}

.bi-images::before {
  content: "\f42b";
}

.bi-inbox-fill::before {
  content: "\f42c";
}

.bi-inbox::before {
  content: "\f42d";
}

.bi-inboxes-fill::before {
  content: "\f42e";
}

.bi-inboxes::before {
  content: "\f42f";
}

.bi-info-circle-fill::before {
  content: "\f430";
}

.bi-info-circle::before {
  content: "\f431";
}

.bi-info-square-fill::before {
  content: "\f432";
}

.bi-info-square::before {
  content: "\f433";
}

.bi-info::before {
  content: "\f434";
}

.bi-input-cursor-text::before {
  content: "\f435";
}

.bi-input-cursor::before {
  content: "\f436";
}

.bi-instagram::before {
  content: "\f437";
}

.bi-intersect::before {
  content: "\f438";
}

.bi-journal-album::before {
  content: "\f439";
}

.bi-journal-arrow-down::before {
  content: "\f43a";
}

.bi-journal-arrow-up::before {
  content: "\f43b";
}

.bi-journal-bookmark-fill::before {
  content: "\f43c";
}

.bi-journal-bookmark::before {
  content: "\f43d";
}

.bi-journal-check::before {
  content: "\f43e";
}

.bi-journal-code::before {
  content: "\f43f";
}

.bi-journal-medical::before {
  content: "\f440";
}

.bi-journal-minus::before {
  content: "\f441";
}

.bi-journal-plus::before {
  content: "\f442";
}

.bi-journal-richtext::before {
  content: "\f443";
}

.bi-journal-text::before {
  content: "\f444";
}

.bi-journal-x::before {
  content: "\f445";
}

.bi-journal::before {
  content: "\f446";
}

.bi-journals::before {
  content: "\f447";
}

.bi-joystick::before {
  content: "\f448";
}

.bi-justify-left::before {
  content: "\f449";
}

.bi-justify-right::before {
  content: "\f44a";
}

.bi-justify::before {
  content: "\f44b";
}

.bi-kanban-fill::before {
  content: "\f44c";
}

.bi-kanban::before {
  content: "\f44d";
}

.bi-key-fill::before {
  content: "\f44e";
}

.bi-key::before {
  content: "\f44f";
}

.bi-keyboard-fill::before {
  content: "\f450";
}

.bi-keyboard::before {
  content: "\f451";
}

.bi-ladder::before {
  content: "\f452";
}

.bi-lamp-fill::before {
  content: "\f453";
}

.bi-lamp::before {
  content: "\f454";
}

.bi-laptop-fill::before {
  content: "\f455";
}

.bi-laptop::before {
  content: "\f456";
}

.bi-layer-backward::before {
  content: "\f457";
}

.bi-layer-forward::before {
  content: "\f458";
}

.bi-layers-fill::before {
  content: "\f459";
}

.bi-layers-half::before {
  content: "\f45a";
}

.bi-layers::before {
  content: "\f45b";
}

.bi-layout-sidebar-inset-reverse::before {
  content: "\f45c";
}

.bi-layout-sidebar-inset::before {
  content: "\f45d";
}

.bi-layout-sidebar-reverse::before {
  content: "\f45e";
}

.bi-layout-sidebar::before {
  content: "\f45f";
}

.bi-layout-split::before {
  content: "\f460";
}

.bi-layout-text-sidebar-reverse::before {
  content: "\f461";
}

.bi-layout-text-sidebar::before {
  content: "\f462";
}

.bi-layout-text-window-reverse::before {
  content: "\f463";
}

.bi-layout-text-window::before {
  content: "\f464";
}

.bi-layout-three-columns::before {
  content: "\f465";
}

.bi-layout-wtf::before {
  content: "\f466";
}

.bi-life-preserver::before {
  content: "\f467";
}

.bi-lightbulb-fill::before {
  content: "\f468";
}

.bi-lightbulb-off-fill::before {
  content: "\f469";
}

.bi-lightbulb-off::before {
  content: "\f46a";
}

.bi-lightbulb::before {
  content: "\f46b";
}

.bi-lightning-charge-fill::before {
  content: "\f46c";
}

.bi-lightning-charge::before {
  content: "\f46d";
}

.bi-lightning-fill::before {
  content: "\f46e";
}

.bi-lightning::before {
  content: "\f46f";
}

.bi-link-45deg::before {
  content: "\f470";
}

.bi-link::before {
  content: "\f471";
}

.bi-linkedin::before {
  content: "\f472";
}

.bi-list-check::before {
  content: "\f473";
}

.bi-list-nested::before {
  content: "\f474";
}

.bi-list-ol::before {
  content: "\f475";
}

.bi-list-stars::before {
  content: "\f476";
}

.bi-list-task::before {
  content: "\f477";
}

.bi-list-ul::before {
  content: "\f478";
}

.bi-list::before {
  content: "\f479";
}

.bi-lock-fill::before {
  content: "\f47a";
}

.bi-lock::before {
  content: "\f47b";
}

.bi-mailbox::before {
  content: "\f47c";
}

.bi-mailbox2::before {
  content: "\f47d";
}

.bi-map-fill::before {
  content: "\f47e";
}

.bi-map::before {
  content: "\f47f";
}

.bi-markdown-fill::before {
  content: "\f480";
}

.bi-markdown::before {
  content: "\f481";
}

.bi-mask::before {
  content: "\f482";
}

.bi-megaphone-fill::before {
  content: "\f483";
}

.bi-megaphone::before {
  content: "\f484";
}

.bi-menu-app-fill::before {
  content: "\f485";
}

.bi-menu-app::before {
  content: "\f486";
}

.bi-menu-button-fill::before {
  content: "\f487";
}

.bi-menu-button-wide-fill::before {
  content: "\f488";
}

.bi-menu-button-wide::before {
  content: "\f489";
}

.bi-menu-button::before {
  content: "\f48a";
}

.bi-menu-down::before {
  content: "\f48b";
}

.bi-menu-up::before {
  content: "\f48c";
}

.bi-mic-fill::before {
  content: "\f48d";
}

.bi-mic-mute-fill::before {
  content: "\f48e";
}

.bi-mic-mute::before {
  content: "\f48f";
}

.bi-mic::before {
  content: "\f490";
}

.bi-minecart-loaded::before {
  content: "\f491";
}

.bi-minecart::before {
  content: "\f492";
}

.bi-moisture::before {
  content: "\f493";
}

.bi-moon-fill::before {
  content: "\f494";
}

.bi-moon-stars-fill::before {
  content: "\f495";
}

.bi-moon-stars::before {
  content: "\f496";
}

.bi-moon::before {
  content: "\f497";
}

.bi-mouse-fill::before {
  content: "\f498";
}

.bi-mouse::before {
  content: "\f499";
}

.bi-mouse2-fill::before {
  content: "\f49a";
}

.bi-mouse2::before {
  content: "\f49b";
}

.bi-mouse3-fill::before {
  content: "\f49c";
}

.bi-mouse3::before {
  content: "\f49d";
}

.bi-music-note-beamed::before {
  content: "\f49e";
}

.bi-music-note-list::before {
  content: "\f49f";
}

.bi-music-note::before {
  content: "\f4a0";
}

.bi-music-player-fill::before {
  content: "\f4a1";
}

.bi-music-player::before {
  content: "\f4a2";
}

.bi-newspaper::before {
  content: "\f4a3";
}

.bi-node-minus-fill::before {
  content: "\f4a4";
}

.bi-node-minus::before {
  content: "\f4a5";
}

.bi-node-plus-fill::before {
  content: "\f4a6";
}

.bi-node-plus::before {
  content: "\f4a7";
}

.bi-nut-fill::before {
  content: "\f4a8";
}

.bi-nut::before {
  content: "\f4a9";
}

.bi-octagon-fill::before {
  content: "\f4aa";
}

.bi-octagon-half::before {
  content: "\f4ab";
}

.bi-octagon::before {
  content: "\f4ac";
}

.bi-option::before {
  content: "\f4ad";
}

.bi-outlet::before {
  content: "\f4ae";
}

.bi-paint-bucket::before {
  content: "\f4af";
}

.bi-palette-fill::before {
  content: "\f4b0";
}

.bi-palette::before {
  content: "\f4b1";
}

.bi-palette2::before {
  content: "\f4b2";
}

.bi-paperclip::before {
  content: "\f4b3";
}

.bi-paragraph::before {
  content: "\f4b4";
}

.bi-patch-check-fill::before {
  content: "\f4b5";
}

.bi-patch-check::before {
  content: "\f4b6";
}

.bi-patch-exclamation-fill::before {
  content: "\f4b7";
}

.bi-patch-exclamation::before {
  content: "\f4b8";
}

.bi-patch-minus-fill::before {
  content: "\f4b9";
}

.bi-patch-minus::before {
  content: "\f4ba";
}

.bi-patch-plus-fill::before {
  content: "\f4bb";
}

.bi-patch-plus::before {
  content: "\f4bc";
}

.bi-patch-question-fill::before {
  content: "\f4bd";
}

.bi-patch-question::before {
  content: "\f4be";
}

.bi-pause-btn-fill::before {
  content: "\f4bf";
}

.bi-pause-btn::before {
  content: "\f4c0";
}

.bi-pause-circle-fill::before {
  content: "\f4c1";
}

.bi-pause-circle::before {
  content: "\f4c2";
}

.bi-pause-fill::before {
  content: "\f4c3";
}

.bi-pause::before {
  content: "\f4c4";
}

.bi-peace-fill::before {
  content: "\f4c5";
}

.bi-peace::before {
  content: "\f4c6";
}

.bi-pen-fill::before {
  content: "\f4c7";
}

.bi-pen::before {
  content: "\f4c8";
}

.bi-pencil-fill::before {
  content: "\f4c9";
}

.bi-pencil-square::before {
  content: "\f4ca";
}

.bi-pencil::before {
  content: "\f4cb";
}

.bi-pentagon-fill::before {
  content: "\f4cc";
}

.bi-pentagon-half::before {
  content: "\f4cd";
}

.bi-pentagon::before {
  content: "\f4ce";
}

.bi-people-fill::before {
  content: "\f4cf";
}

.bi-people::before {
  content: "\f4d0";
}

.bi-percent::before {
  content: "\f4d1";
}

.bi-person-badge-fill::before {
  content: "\f4d2";
}

.bi-person-badge::before {
  content: "\f4d3";
}

.bi-person-bounding-box::before {
  content: "\f4d4";
}

.bi-person-check-fill::before {
  content: "\f4d5";
}

.bi-person-check::before {
  content: "\f4d6";
}

.bi-person-circle::before {
  content: "\f4d7";
}

.bi-person-dash-fill::before {
  content: "\f4d8";
}

.bi-person-dash::before {
  content: "\f4d9";
}

.bi-person-fill::before {
  content: "\f4da";
}

.bi-person-lines-fill::before {
  content: "\f4db";
}

.bi-person-plus-fill::before {
  content: "\f4dc";
}

.bi-person-plus::before {
  content: "\f4dd";
}

.bi-person-square::before {
  content: "\f4de";
}

.bi-person-x-fill::before {
  content: "\f4df";
}

.bi-person-x::before {
  content: "\f4e0";
}

.bi-person::before {
  content: "\f4e1";
}

.bi-phone-fill::before {
  content: "\f4e2";
}

.bi-phone-landscape-fill::before {
  content: "\f4e3";
}

.bi-phone-landscape::before {
  content: "\f4e4";
}

.bi-phone-vibrate-fill::before {
  content: "\f4e5";
}

.bi-phone-vibrate::before {
  content: "\f4e6";
}

.bi-phone::before {
  content: "\f4e7";
}

.bi-pie-chart-fill::before {
  content: "\f4e8";
}

.bi-pie-chart::before {
  content: "\f4e9";
}

.bi-pin-angle-fill::before {
  content: "\f4ea";
}

.bi-pin-angle::before {
  content: "\f4eb";
}

.bi-pin-fill::before {
  content: "\f4ec";
}

.bi-pin::before {
  content: "\f4ed";
}

.bi-pip-fill::before {
  content: "\f4ee";
}

.bi-pip::before {
  content: "\f4ef";
}

.bi-play-btn-fill::before {
  content: "\f4f0";
}

.bi-play-btn::before {
  content: "\f4f1";
}

.bi-play-circle-fill::before {
  content: "\f4f2";
}

.bi-play-circle::before {
  content: "\f4f3";
}

.bi-play-fill::before {
  content: "\f4f4";
}

.bi-play::before {
  content: "\f4f5";
}

.bi-plug-fill::before {
  content: "\f4f6";
}

.bi-plug::before {
  content: "\f4f7";
}

.bi-plus-circle-dotted::before {
  content: "\f4f8";
}

.bi-plus-circle-fill::before {
  content: "\f4f9";
}

.bi-plus-circle::before {
  content: "\f4fa";
}

.bi-plus-square-dotted::before {
  content: "\f4fb";
}

.bi-plus-square-fill::before {
  content: "\f4fc";
}

.bi-plus-square::before {
  content: "\f4fd";
}

.bi-plus::before {
  content: "\f4fe";
}

.bi-power::before {
  content: "\f4ff";
}

.bi-printer-fill::before {
  content: "\f500";
}

.bi-printer::before {
  content: "\f501";
}

.bi-puzzle-fill::before {
  content: "\f502";
}

.bi-puzzle::before {
  content: "\f503";
}

.bi-question-circle-fill::before {
  content: "\f504";
}

.bi-question-circle::before {
  content: "\f505";
}

.bi-question-diamond-fill::before {
  content: "\f506";
}

.bi-question-diamond::before {
  content: "\f507";
}

.bi-question-octagon-fill::before {
  content: "\f508";
}

.bi-question-octagon::before {
  content: "\f509";
}

.bi-question-square-fill::before {
  content: "\f50a";
}

.bi-question-square::before {
  content: "\f50b";
}

.bi-question::before {
  content: "\f50c";
}

.bi-rainbow::before {
  content: "\f50d";
}

.bi-receipt-cutoff::before {
  content: "\f50e";
}

.bi-receipt::before {
  content: "\f50f";
}

.bi-reception-0::before {
  content: "\f510";
}

.bi-reception-1::before {
  content: "\f511";
}

.bi-reception-2::before {
  content: "\f512";
}

.bi-reception-3::before {
  content: "\f513";
}

.bi-reception-4::before {
  content: "\f514";
}

.bi-record-btn-fill::before {
  content: "\f515";
}

.bi-record-btn::before {
  content: "\f516";
}

.bi-record-circle-fill::before {
  content: "\f517";
}

.bi-record-circle::before {
  content: "\f518";
}

.bi-record-fill::before {
  content: "\f519";
}

.bi-record::before {
  content: "\f51a";
}

.bi-record2-fill::before {
  content: "\f51b";
}

.bi-record2::before {
  content: "\f51c";
}

.bi-reply-all-fill::before {
  content: "\f51d";
}

.bi-reply-all::before {
  content: "\f51e";
}

.bi-reply-fill::before {
  content: "\f51f";
}

.bi-reply::before {
  content: "\f520";
}

.bi-rss-fill::before {
  content: "\f521";
}

.bi-rss::before {
  content: "\f522";
}

.bi-rulers::before {
  content: "\f523";
}

.bi-save-fill::before {
  content: "\f524";
}

.bi-save::before {
  content: "\f525";
}

.bi-save2-fill::before {
  content: "\f526";
}

.bi-save2::before {
  content: "\f527";
}

.bi-scissors::before {
  content: "\f528";
}

.bi-screwdriver::before {
  content: "\f529";
}

.bi-search::before {
  content: "\f52a";
}

.bi-segmented-nav::before {
  content: "\f52b";
}

.bi-server::before {
  content: "\f52c";
}

.bi-share-fill::before {
  content: "\f52d";
}

.bi-share::before {
  content: "\f52e";
}

.bi-shield-check::before {
  content: "\f52f";
}

.bi-shield-exclamation::before {
  content: "\f530";
}

.bi-shield-fill-check::before {
  content: "\f531";
}

.bi-shield-fill-exclamation::before {
  content: "\f532";
}

.bi-shield-fill-minus::before {
  content: "\f533";
}

.bi-shield-fill-plus::before {
  content: "\f534";
}

.bi-shield-fill-x::before {
  content: "\f535";
}

.bi-shield-fill::before {
  content: "\f536";
}

.bi-shield-lock-fill::before {
  content: "\f537";
}

.bi-shield-lock::before {
  content: "\f538";
}

.bi-shield-minus::before {
  content: "\f539";
}

.bi-shield-plus::before {
  content: "\f53a";
}

.bi-shield-shaded::before {
  content: "\f53b";
}

.bi-shield-slash-fill::before {
  content: "\f53c";
}

.bi-shield-slash::before {
  content: "\f53d";
}

.bi-shield-x::before {
  content: "\f53e";
}

.bi-shield::before {
  content: "\f53f";
}

.bi-shift-fill::before {
  content: "\f540";
}

.bi-shift::before {
  content: "\f541";
}

.bi-shop-window::before {
  content: "\f542";
}

.bi-shop::before {
  content: "\f543";
}

.bi-shuffle::before {
  content: "\f544";
}

.bi-signpost-2-fill::before {
  content: "\f545";
}

.bi-signpost-2::before {
  content: "\f546";
}

.bi-signpost-fill::before {
  content: "\f547";
}

.bi-signpost-split-fill::before {
  content: "\f548";
}

.bi-signpost-split::before {
  content: "\f549";
}

.bi-signpost::before {
  content: "\f54a";
}

.bi-sim-fill::before {
  content: "\f54b";
}

.bi-sim::before {
  content: "\f54c";
}

.bi-skip-backward-btn-fill::before {
  content: "\f54d";
}

.bi-skip-backward-btn::before {
  content: "\f54e";
}

.bi-skip-backward-circle-fill::before {
  content: "\f54f";
}

.bi-skip-backward-circle::before {
  content: "\f550";
}

.bi-skip-backward-fill::before {
  content: "\f551";
}

.bi-skip-backward::before {
  content: "\f552";
}

.bi-skip-end-btn-fill::before {
  content: "\f553";
}

.bi-skip-end-btn::before {
  content: "\f554";
}

.bi-skip-end-circle-fill::before {
  content: "\f555";
}

.bi-skip-end-circle::before {
  content: "\f556";
}

.bi-skip-end-fill::before {
  content: "\f557";
}

.bi-skip-end::before {
  content: "\f558";
}

.bi-skip-forward-btn-fill::before {
  content: "\f559";
}

.bi-skip-forward-btn::before {
  content: "\f55a";
}

.bi-skip-forward-circle-fill::before {
  content: "\f55b";
}

.bi-skip-forward-circle::before {
  content: "\f55c";
}

.bi-skip-forward-fill::before {
  content: "\f55d";
}

.bi-skip-forward::before {
  content: "\f55e";
}

.bi-skip-start-btn-fill::before {
  content: "\f55f";
}

.bi-skip-start-btn::before {
  content: "\f560";
}

.bi-skip-start-circle-fill::before {
  content: "\f561";
}

.bi-skip-start-circle::before {
  content: "\f562";
}

.bi-skip-start-fill::before {
  content: "\f563";
}

.bi-skip-start::before {
  content: "\f564";
}

.bi-slack::before {
  content: "\f565";
}

.bi-slash-circle-fill::before {
  content: "\f566";
}

.bi-slash-circle::before {
  content: "\f567";
}

.bi-slash-square-fill::before {
  content: "\f568";
}

.bi-slash-square::before {
  content: "\f569";
}

.bi-slash::before {
  content: "\f56a";
}

.bi-sliders::before {
  content: "\f56b";
}

.bi-smartwatch::before {
  content: "\f56c";
}

.bi-snow::before {
  content: "\f56d";
}

.bi-snow2::before {
  content: "\f56e";
}

.bi-snow3::before {
  content: "\f56f";
}

.bi-sort-alpha-down-alt::before {
  content: "\f570";
}

.bi-sort-alpha-down::before {
  content: "\f571";
}

.bi-sort-alpha-up-alt::before {
  content: "\f572";
}

.bi-sort-alpha-up::before {
  content: "\f573";
}

.bi-sort-down-alt::before {
  content: "\f574";
}

.bi-sort-down::before {
  content: "\f575";
}

.bi-sort-numeric-down-alt::before {
  content: "\f576";
}

.bi-sort-numeric-down::before {
  content: "\f577";
}

.bi-sort-numeric-up-alt::before {
  content: "\f578";
}

.bi-sort-numeric-up::before {
  content: "\f579";
}

.bi-sort-up-alt::before {
  content: "\f57a";
}

.bi-sort-up::before {
  content: "\f57b";
}

.bi-soundwave::before {
  content: "\f57c";
}

.bi-speaker-fill::before {
  content: "\f57d";
}

.bi-speaker::before {
  content: "\f57e";
}

.bi-speedometer::before {
  content: "\f57f";
}

.bi-speedometer2::before {
  content: "\f580";
}

.bi-spellcheck::before {
  content: "\f581";
}

.bi-square-fill::before {
  content: "\f582";
}

.bi-square-half::before {
  content: "\f583";
}

.bi-square::before {
  content: "\f584";
}

.bi-stack::before {
  content: "\f585";
}

.bi-star-fill::before {
  content: "\f586";
}

.bi-star-half::before {
  content: "\f587";
}

.bi-star::before {
  content: "\f588";
}

.bi-stars::before {
  content: "\f589";
}

.bi-stickies-fill::before {
  content: "\f58a";
}

.bi-stickies::before {
  content: "\f58b";
}

.bi-sticky-fill::before {
  content: "\f58c";
}

.bi-sticky::before {
  content: "\f58d";
}

.bi-stop-btn-fill::before {
  content: "\f58e";
}

.bi-stop-btn::before {
  content: "\f58f";
}

.bi-stop-circle-fill::before {
  content: "\f590";
}

.bi-stop-circle::before {
  content: "\f591";
}

.bi-stop-fill::before {
  content: "\f592";
}

.bi-stop::before {
  content: "\f593";
}

.bi-stoplights-fill::before {
  content: "\f594";
}

.bi-stoplights::before {
  content: "\f595";
}

.bi-stopwatch-fill::before {
  content: "\f596";
}

.bi-stopwatch::before {
  content: "\f597";
}

.bi-subtract::before {
  content: "\f598";
}

.bi-suit-club-fill::before {
  content: "\f599";
}

.bi-suit-club::before {
  content: "\f59a";
}

.bi-suit-diamond-fill::before {
  content: "\f59b";
}

.bi-suit-diamond::before {
  content: "\f59c";
}

.bi-suit-heart-fill::before {
  content: "\f59d";
}

.bi-suit-heart::before {
  content: "\f59e";
}

.bi-suit-spade-fill::before {
  content: "\f59f";
}

.bi-suit-spade::before {
  content: "\f5a0";
}

.bi-sun-fill::before {
  content: "\f5a1";
}

.bi-sun::before {
  content: "\f5a2";
}

.bi-sunglasses::before {
  content: "\f5a3";
}

.bi-sunrise-fill::before {
  content: "\f5a4";
}

.bi-sunrise::before {
  content: "\f5a5";
}

.bi-sunset-fill::before {
  content: "\f5a6";
}

.bi-sunset::before {
  content: "\f5a7";
}

.bi-symmetry-horizontal::before {
  content: "\f5a8";
}

.bi-symmetry-vertical::before {
  content: "\f5a9";
}

.bi-table::before {
  content: "\f5aa";
}

.bi-tablet-fill::before {
  content: "\f5ab";
}

.bi-tablet-landscape-fill::before {
  content: "\f5ac";
}

.bi-tablet-landscape::before {
  content: "\f5ad";
}

.bi-tablet::before {
  content: "\f5ae";
}

.bi-tag-fill::before {
  content: "\f5af";
}

.bi-tag::before {
  content: "\f5b0";
}

.bi-tags-fill::before {
  content: "\f5b1";
}

.bi-tags::before {
  content: "\f5b2";
}

.bi-telegram::before {
  content: "\f5b3";
}

.bi-telephone-fill::before {
  content: "\f5b4";
}

.bi-telephone-forward-fill::before {
  content: "\f5b5";
}

.bi-telephone-forward::before {
  content: "\f5b6";
}

.bi-telephone-inbound-fill::before {
  content: "\f5b7";
}

.bi-telephone-inbound::before {
  content: "\f5b8";
}

.bi-telephone-minus-fill::before {
  content: "\f5b9";
}

.bi-telephone-minus::before {
  content: "\f5ba";
}

.bi-telephone-outbound-fill::before {
  content: "\f5bb";
}

.bi-telephone-outbound::before {
  content: "\f5bc";
}

.bi-telephone-plus-fill::before {
  content: "\f5bd";
}

.bi-telephone-plus::before {
  content: "\f5be";
}

.bi-telephone-x-fill::before {
  content: "\f5bf";
}

.bi-telephone-x::before {
  content: "\f5c0";
}

.bi-telephone::before {
  content: "\f5c1";
}

.bi-terminal-fill::before {
  content: "\f5c2";
}

.bi-terminal::before {
  content: "\f5c3";
}

.bi-text-center::before {
  content: "\f5c4";
}

.bi-text-indent-left::before {
  content: "\f5c5";
}

.bi-text-indent-right::before {
  content: "\f5c6";
}

.bi-text-left::before {
  content: "\f5c7";
}

.bi-text-paragraph::before {
  content: "\f5c8";
}

.bi-text-right::before {
  content: "\f5c9";
}

.bi-textarea-resize::before {
  content: "\f5ca";
}

.bi-textarea-t::before {
  content: "\f5cb";
}

.bi-textarea::before {
  content: "\f5cc";
}

.bi-thermometer-half::before {
  content: "\f5cd";
}

.bi-thermometer-high::before {
  content: "\f5ce";
}

.bi-thermometer-low::before {
  content: "\f5cf";
}

.bi-thermometer-snow::before {
  content: "\f5d0";
}

.bi-thermometer-sun::before {
  content: "\f5d1";
}

.bi-thermometer::before {
  content: "\f5d2";
}

.bi-three-dots-vertical::before {
  content: "\f5d3";
}

.bi-three-dots::before {
  content: "\f5d4";
}

.bi-toggle-off::before {
  content: "\f5d5";
}

.bi-toggle-on::before {
  content: "\f5d6";
}

.bi-toggle2-off::before {
  content: "\f5d7";
}

.bi-toggle2-on::before {
  content: "\f5d8";
}

.bi-toggles::before {
  content: "\f5d9";
}

.bi-toggles2::before {
  content: "\f5da";
}

.bi-tools::before {
  content: "\f5db";
}

.bi-tornado::before {
  content: "\f5dc";
}

.bi-trash-fill::before {
  content: "\f5dd";
}

.bi-trash::before {
  content: "\f5de";
}

.bi-trash2-fill::before {
  content: "\f5df";
}

.bi-trash2::before {
  content: "\f5e0";
}

.bi-tree-fill::before {
  content: "\f5e1";
}

.bi-tree::before {
  content: "\f5e2";
}

.bi-triangle-fill::before {
  content: "\f5e3";
}

.bi-triangle-half::before {
  content: "\f5e4";
}

.bi-triangle::before {
  content: "\f5e5";
}

.bi-trophy-fill::before {
  content: "\f5e6";
}

.bi-trophy::before {
  content: "\f5e7";
}

.bi-tropical-storm::before {
  content: "\f5e8";
}

.bi-truck-flatbed::before {
  content: "\f5e9";
}

.bi-truck::before {
  content: "\f5ea";
}

.bi-tsunami::before {
  content: "\f5eb";
}

.bi-tv-fill::before {
  content: "\f5ec";
}

.bi-tv::before {
  content: "\f5ed";
}

.bi-twitch::before {
  content: "\f5ee";
}

.bi-twitter::before {
  content: "\f5ef";
}

.bi-type-bold::before {
  content: "\f5f0";
}

.bi-type-h1::before {
  content: "\f5f1";
}

.bi-type-h2::before {
  content: "\f5f2";
}

.bi-type-h3::before {
  content: "\f5f3";
}

.bi-type-italic::before {
  content: "\f5f4";
}

.bi-type-strikethrough::before {
  content: "\f5f5";
}

.bi-type-underline::before {
  content: "\f5f6";
}

.bi-type::before {
  content: "\f5f7";
}

.bi-ui-checks-grid::before {
  content: "\f5f8";
}

.bi-ui-checks::before {
  content: "\f5f9";
}

.bi-ui-radios-grid::before {
  content: "\f5fa";
}

.bi-ui-radios::before {
  content: "\f5fb";
}

.bi-umbrella-fill::before {
  content: "\f5fc";
}

.bi-umbrella::before {
  content: "\f5fd";
}

.bi-union::before {
  content: "\f5fe";
}

.bi-unlock-fill::before {
  content: "\f5ff";
}

.bi-unlock::before {
  content: "\f600";
}

.bi-upc-scan::before {
  content: "\f601";
}

.bi-upc::before {
  content: "\f602";
}

.bi-upload::before {
  content: "\f603";
}

.bi-vector-pen::before {
  content: "\f604";
}

.bi-view-list::before {
  content: "\f605";
}

.bi-view-stacked::before {
  content: "\f606";
}

.bi-vinyl-fill::before {
  content: "\f607";
}

.bi-vinyl::before {
  content: "\f608";
}

.bi-voicemail::before {
  content: "\f609";
}

.bi-volume-down-fill::before {
  content: "\f60a";
}

.bi-volume-down::before {
  content: "\f60b";
}

.bi-volume-mute-fill::before {
  content: "\f60c";
}

.bi-volume-mute::before {
  content: "\f60d";
}

.bi-volume-off-fill::before {
  content: "\f60e";
}

.bi-volume-off::before {
  content: "\f60f";
}

.bi-volume-up-fill::before {
  content: "\f610";
}

.bi-volume-up::before {
  content: "\f611";
}

.bi-vr::before {
  content: "\f612";
}

.bi-wallet-fill::before {
  content: "\f613";
}

.bi-wallet::before {
  content: "\f614";
}

.bi-wallet2::before {
  content: "\f615";
}

.bi-watch::before {
  content: "\f616";
}

.bi-water::before {
  content: "\f617";
}

.bi-whatsapp::before {
  content: "\f618";
}

.bi-wifi-1::before {
  content: "\f619";
}

.bi-wifi-2::before {
  content: "\f61a";
}

.bi-wifi-off::before {
  content: "\f61b";
}

.bi-wifi::before {
  content: "\f61c";
}

.bi-wind::before {
  content: "\f61d";
}

.bi-window-dock::before {
  content: "\f61e";
}

.bi-window-sidebar::before {
  content: "\f61f";
}

.bi-window::before {
  content: "\f620";
}

.bi-wrench::before {
  content: "\f621";
}

.bi-x-circle-fill::before {
  content: "\f622";
}

.bi-x-circle::before {
  content: "\f623";
}

.bi-x-diamond-fill::before {
  content: "\f624";
}

.bi-x-diamond::before {
  content: "\f625";
}

.bi-x-octagon-fill::before {
  content: "\f626";
}

.bi-x-octagon::before {
  content: "\f627";
}

.bi-x-square-fill::before {
  content: "\f628";
}

.bi-x-square::before {
  content: "\f629";
}

.bi-x::before {
  content: "\f62a";
}

.bi-youtube::before {
  content: "\f62b";
}

.bi-zoom-in::before {
  content: "\f62c";
}

.bi-zoom-out::before {
  content: "\f62d";
}

.bi-bank::before {
  content: "\f62e";
}

.bi-bank2::before {
  content: "\f62f";
}

.bi-bell-slash-fill::before {
  content: "\f630";
}

.bi-bell-slash::before {
  content: "\f631";
}

.bi-cash-coin::before {
  content: "\f632";
}

.bi-check-lg::before {
  content: "\f633";
}

.bi-coin::before {
  content: "\f634";
}

.bi-currency-bitcoin::before {
  content: "\f635";
}

.bi-currency-dollar::before {
  content: "\f636";
}

.bi-currency-euro::before {
  content: "\f637";
}

.bi-currency-exchange::before {
  content: "\f638";
}

.bi-currency-pound::before {
  content: "\f639";
}

.bi-currency-yen::before {
  content: "\f63a";
}

.bi-dash-lg::before {
  content: "\f63b";
}

.bi-exclamation-lg::before {
  content: "\f63c";
}

.bi-file-earmark-pdf-fill::before {
  content: "\f63d";
}

.bi-file-earmark-pdf::before {
  content: "\f63e";
}

.bi-file-pdf-fill::before {
  content: "\f63f";
}

.bi-file-pdf::before {
  content: "\f640";
}

.bi-gender-ambiguous::before {
  content: "\f641";
}

.bi-gender-female::before {
  content: "\f642";
}

.bi-gender-male::before {
  content: "\f643";
}

.bi-gender-trans::before {
  content: "\f644";
}

.bi-headset-vr::before {
  content: "\f645";
}

.bi-info-lg::before {
  content: "\f646";
}

.bi-mastodon::before {
  content: "\f647";
}

.bi-messenger::before {
  content: "\f648";
}

.bi-piggy-bank-fill::before {
  content: "\f649";
}

.bi-piggy-bank::before {
  content: "\f64a";
}

.bi-pin-map-fill::before {
  content: "\f64b";
}

.bi-pin-map::before {
  content: "\f64c";
}

.bi-plus-lg::before {
  content: "\f64d";
}

.bi-question-lg::before {
  content: "\f64e";
}

.bi-recycle::before {
  content: "\f64f";
}

.bi-reddit::before {
  content: "\f650";
}

.bi-safe-fill::before {
  content: "\f651";
}

.bi-safe2-fill::before {
  content: "\f652";
}

.bi-safe2::before {
  content: "\f653";
}

.bi-sd-card-fill::before {
  content: "\f654";
}

.bi-sd-card::before {
  content: "\f655";
}

.bi-skype::before {
  content: "\f656";
}

.bi-slash-lg::before {
  content: "\f657";
}

.bi-translate::before {
  content: "\f658";
}

.bi-x-lg::before {
  content: "\f659";
}

.bi-safe::before {
  content: "\f65a";
}

.bi-apple::before {
  content: "\f65b";
}

.bi-microsoft::before {
  content: "\f65d";
}

.bi-windows::before {
  content: "\f65e";
}

.bi-behance::before {
  content: "\f65c";
}

.bi-dribbble::before {
  content: "\f65f";
}

.bi-line::before {
  content: "\f660";
}

.bi-medium::before {
  content: "\f661";
}

.bi-paypal::before {
  content: "\f662";
}

.bi-pinterest::before {
  content: "\f663";
}

.bi-signal::before {
  content: "\f664";
}

.bi-snapchat::before {
  content: "\f665";
}

.bi-spotify::before {
  content: "\f666";
}

.bi-stack-overflow::before {
  content: "\f667";
}

.bi-strava::before {
  content: "\f668";
}

.bi-wordpress::before {
  content: "\f669";
}

.bi-vimeo::before {
  content: "\f66a";
}

.bi-activity::before {
  content: "\f66b";
}

.bi-easel2-fill::before {
  content: "\f66c";
}

.bi-easel2::before {
  content: "\f66d";
}

.bi-easel3-fill::before {
  content: "\f66e";
}

.bi-easel3::before {
  content: "\f66f";
}

.bi-fan::before {
  content: "\f670";
}

.bi-fingerprint::before {
  content: "\f671";
}

.bi-graph-down-arrow::before {
  content: "\f672";
}

.bi-graph-up-arrow::before {
  content: "\f673";
}

.bi-hypnotize::before {
  content: "\f674";
}

.bi-magic::before {
  content: "\f675";
}

.bi-person-rolodex::before {
  content: "\f676";
}

.bi-person-video::before {
  content: "\f677";
}

.bi-person-video2::before {
  content: "\f678";
}

.bi-person-video3::before {
  content: "\f679";
}

.bi-person-workspace::before {
  content: "\f67a";
}

.bi-radioactive::before {
  content: "\f67b";
}

.bi-webcam-fill::before {
  content: "\f67c";
}

.bi-webcam::before {
  content: "\f67d";
}

.bi-yin-yang::before {
  content: "\f67e";
}

.bi-bandaid-fill::before {
  content: "\f680";
}

.bi-bandaid::before {
  content: "\f681";
}

.bi-bluetooth::before {
  content: "\f682";
}

.bi-body-text::before {
  content: "\f683";
}

.bi-boombox::before {
  content: "\f684";
}

.bi-boxes::before {
  content: "\f685";
}

.bi-dpad-fill::before {
  content: "\f686";
}

.bi-dpad::before {
  content: "\f687";
}

.bi-ear-fill::before {
  content: "\f688";
}

.bi-ear::before {
  content: "\f689";
}

.bi-envelope-check-fill::before {
  content: "\f68b";
}

.bi-envelope-check::before {
  content: "\f68c";
}

.bi-envelope-dash-fill::before {
  content: "\f68e";
}

.bi-envelope-dash::before {
  content: "\f68f";
}

.bi-envelope-exclamation-fill::before {
  content: "\f691";
}

.bi-envelope-exclamation::before {
  content: "\f692";
}

.bi-envelope-plus-fill::before {
  content: "\f693";
}

.bi-envelope-plus::before {
  content: "\f694";
}

.bi-envelope-slash-fill::before {
  content: "\f696";
}

.bi-envelope-slash::before {
  content: "\f697";
}

.bi-envelope-x-fill::before {
  content: "\f699";
}

.bi-envelope-x::before {
  content: "\f69a";
}

.bi-explicit-fill::before {
  content: "\f69b";
}

.bi-explicit::before {
  content: "\f69c";
}

.bi-git::before {
  content: "\f69d";
}

.bi-infinity::before {
  content: "\f69e";
}

.bi-list-columns-reverse::before {
  content: "\f69f";
}

.bi-list-columns::before {
  content: "\f6a0";
}

.bi-meta::before {
  content: "\f6a1";
}

.bi-nintendo-switch::before {
  content: "\f6a4";
}

.bi-pc-display-horizontal::before {
  content: "\f6a5";
}

.bi-pc-display::before {
  content: "\f6a6";
}

.bi-pc-horizontal::before {
  content: "\f6a7";
}

.bi-pc::before {
  content: "\f6a8";
}

.bi-playstation::before {
  content: "\f6a9";
}

.bi-plus-slash-minus::before {
  content: "\f6aa";
}

.bi-projector-fill::before {
  content: "\f6ab";
}

.bi-projector::before {
  content: "\f6ac";
}

.bi-qr-code-scan::before {
  content: "\f6ad";
}

.bi-qr-code::before {
  content: "\f6ae";
}

.bi-quora::before {
  content: "\f6af";
}

.bi-quote::before {
  content: "\f6b0";
}

.bi-robot::before {
  content: "\f6b1";
}

.bi-send-check-fill::before {
  content: "\f6b2";
}

.bi-send-check::before {
  content: "\f6b3";
}

.bi-send-dash-fill::before {
  content: "\f6b4";
}

.bi-send-dash::before {
  content: "\f6b5";
}

.bi-send-exclamation-fill::before {
  content: "\f6b7";
}

.bi-send-exclamation::before {
  content: "\f6b8";
}

.bi-send-fill::before {
  content: "\f6b9";
}

.bi-send-plus-fill::before {
  content: "\f6ba";
}

.bi-send-plus::before {
  content: "\f6bb";
}

.bi-send-slash-fill::before {
  content: "\f6bc";
}

.bi-send-slash::before {
  content: "\f6bd";
}

.bi-send-x-fill::before {
  content: "\f6be";
}

.bi-send-x::before {
  content: "\f6bf";
}

.bi-send::before {
  content: "\f6c0";
}

.bi-steam::before {
  content: "\f6c1";
}

.bi-terminal-dash::before {
  content: "\f6c3";
}

.bi-terminal-plus::before {
  content: "\f6c4";
}

.bi-terminal-split::before {
  content: "\f6c5";
}

.bi-ticket-detailed-fill::before {
  content: "\f6c6";
}

.bi-ticket-detailed::before {
  content: "\f6c7";
}

.bi-ticket-fill::before {
  content: "\f6c8";
}

.bi-ticket-perforated-fill::before {
  content: "\f6c9";
}

.bi-ticket-perforated::before {
  content: "\f6ca";
}

.bi-ticket::before {
  content: "\f6cb";
}

.bi-tiktok::before {
  content: "\f6cc";
}

.bi-window-dash::before {
  content: "\f6cd";
}

.bi-window-desktop::before {
  content: "\f6ce";
}

.bi-window-fullscreen::before {
  content: "\f6cf";
}

.bi-window-plus::before {
  content: "\f6d0";
}

.bi-window-split::before {
  content: "\f6d1";
}

.bi-window-stack::before {
  content: "\f6d2";
}

.bi-window-x::before {
  content: "\f6d3";
}

.bi-xbox::before {
  content: "\f6d4";
}

.bi-ethernet::before {
  content: "\f6d5";
}

.bi-hdmi-fill::before {
  content: "\f6d6";
}

.bi-hdmi::before {
  content: "\f6d7";
}

.bi-usb-c-fill::before {
  content: "\f6d8";
}

.bi-usb-c::before {
  content: "\f6d9";
}

.bi-usb-fill::before {
  content: "\f6da";
}

.bi-usb-plug-fill::before {
  content: "\f6db";
}

.bi-usb-plug::before {
  content: "\f6dc";
}

.bi-usb-symbol::before {
  content: "\f6dd";
}

.bi-usb::before {
  content: "\f6de";
}

.bi-boombox-fill::before {
  content: "\f6df";
}

.bi-displayport::before {
  content: "\f6e1";
}

.bi-gpu-card::before {
  content: "\f6e2";
}

.bi-memory::before {
  content: "\f6e3";
}

.bi-modem-fill::before {
  content: "\f6e4";
}

.bi-modem::before {
  content: "\f6e5";
}

.bi-motherboard-fill::before {
  content: "\f6e6";
}

.bi-motherboard::before {
  content: "\f6e7";
}

.bi-optical-audio-fill::before {
  content: "\f6e8";
}

.bi-optical-audio::before {
  content: "\f6e9";
}

.bi-pci-card::before {
  content: "\f6ea";
}

.bi-router-fill::before {
  content: "\f6eb";
}

.bi-router::before {
  content: "\f6ec";
}

.bi-thunderbolt-fill::before {
  content: "\f6ef";
}

.bi-thunderbolt::before {
  content: "\f6f0";
}

.bi-usb-drive-fill::before {
  content: "\f6f1";
}

.bi-usb-drive::before {
  content: "\f6f2";
}

.bi-usb-micro-fill::before {
  content: "\f6f3";
}

.bi-usb-micro::before {
  content: "\f6f4";
}

.bi-usb-mini-fill::before {
  content: "\f6f5";
}

.bi-usb-mini::before {
  content: "\f6f6";
}

.bi-cloud-haze2::before {
  content: "\f6f7";
}

.bi-device-hdd-fill::before {
  content: "\f6f8";
}

.bi-device-hdd::before {
  content: "\f6f9";
}

.bi-device-ssd-fill::before {
  content: "\f6fa";
}

.bi-device-ssd::before {
  content: "\f6fb";
}

.bi-displayport-fill::before {
  content: "\f6fc";
}

.bi-mortarboard-fill::before {
  content: "\f6fd";
}

.bi-mortarboard::before {
  content: "\f6fe";
}

.bi-terminal-x::before {
  content: "\f6ff";
}

.bi-arrow-through-heart-fill::before {
  content: "\f700";
}

.bi-arrow-through-heart::before {
  content: "\f701";
}

.bi-badge-sd-fill::before {
  content: "\f702";
}

.bi-badge-sd::before {
  content: "\f703";
}

.bi-bag-heart-fill::before {
  content: "\f704";
}

.bi-bag-heart::before {
  content: "\f705";
}

.bi-balloon-fill::before {
  content: "\f706";
}

.bi-balloon-heart-fill::before {
  content: "\f707";
}

.bi-balloon-heart::before {
  content: "\f708";
}

.bi-balloon::before {
  content: "\f709";
}

.bi-box2-fill::before {
  content: "\f70a";
}

.bi-box2-heart-fill::before {
  content: "\f70b";
}

.bi-box2-heart::before {
  content: "\f70c";
}

.bi-box2::before {
  content: "\f70d";
}

.bi-braces-asterisk::before {
  content: "\f70e";
}

.bi-calendar-heart-fill::before {
  content: "\f70f";
}

.bi-calendar-heart::before {
  content: "\f710";
}

.bi-calendar2-heart-fill::before {
  content: "\f711";
}

.bi-calendar2-heart::before {
  content: "\f712";
}

.bi-chat-heart-fill::before {
  content: "\f713";
}

.bi-chat-heart::before {
  content: "\f714";
}

.bi-chat-left-heart-fill::before {
  content: "\f715";
}

.bi-chat-left-heart::before {
  content: "\f716";
}

.bi-chat-right-heart-fill::before {
  content: "\f717";
}

.bi-chat-right-heart::before {
  content: "\f718";
}

.bi-chat-square-heart-fill::before {
  content: "\f719";
}

.bi-chat-square-heart::before {
  content: "\f71a";
}

.bi-clipboard-check-fill::before {
  content: "\f71b";
}

.bi-clipboard-data-fill::before {
  content: "\f71c";
}

.bi-clipboard-fill::before {
  content: "\f71d";
}

.bi-clipboard-heart-fill::before {
  content: "\f71e";
}

.bi-clipboard-heart::before {
  content: "\f71f";
}

.bi-clipboard-minus-fill::before {
  content: "\f720";
}

.bi-clipboard-plus-fill::before {
  content: "\f721";
}

.bi-clipboard-pulse::before {
  content: "\f722";
}

.bi-clipboard-x-fill::before {
  content: "\f723";
}

.bi-clipboard2-check-fill::before {
  content: "\f724";
}

.bi-clipboard2-check::before {
  content: "\f725";
}

.bi-clipboard2-data-fill::before {
  content: "\f726";
}

.bi-clipboard2-data::before {
  content: "\f727";
}

.bi-clipboard2-fill::before {
  content: "\f728";
}

.bi-clipboard2-heart-fill::before {
  content: "\f729";
}

.bi-clipboard2-heart::before {
  content: "\f72a";
}

.bi-clipboard2-minus-fill::before {
  content: "\f72b";
}

.bi-clipboard2-minus::before {
  content: "\f72c";
}

.bi-clipboard2-plus-fill::before {
  content: "\f72d";
}

.bi-clipboard2-plus::before {
  content: "\f72e";
}

.bi-clipboard2-pulse-fill::before {
  content: "\f72f";
}

.bi-clipboard2-pulse::before {
  content: "\f730";
}

.bi-clipboard2-x-fill::before {
  content: "\f731";
}

.bi-clipboard2-x::before {
  content: "\f732";
}

.bi-clipboard2::before {
  content: "\f733";
}

.bi-emoji-kiss-fill::before {
  content: "\f734";
}

.bi-emoji-kiss::before {
  content: "\f735";
}

.bi-envelope-heart-fill::before {
  content: "\f736";
}

.bi-envelope-heart::before {
  content: "\f737";
}

.bi-envelope-open-heart-fill::before {
  content: "\f738";
}

.bi-envelope-open-heart::before {
  content: "\f739";
}

.bi-envelope-paper-fill::before {
  content: "\f73a";
}

.bi-envelope-paper-heart-fill::before {
  content: "\f73b";
}

.bi-envelope-paper-heart::before {
  content: "\f73c";
}

.bi-envelope-paper::before {
  content: "\f73d";
}

.bi-filetype-aac::before {
  content: "\f73e";
}

.bi-filetype-ai::before {
  content: "\f73f";
}

.bi-filetype-bmp::before {
  content: "\f740";
}

.bi-filetype-cs::before {
  content: "\f741";
}

.bi-filetype-css::before {
  content: "\f742";
}

.bi-filetype-csv::before {
  content: "\f743";
}

.bi-filetype-doc::before {
  content: "\f744";
}

.bi-filetype-docx::before {
  content: "\f745";
}

.bi-filetype-exe::before {
  content: "\f746";
}

.bi-filetype-gif::before {
  content: "\f747";
}

.bi-filetype-heic::before {
  content: "\f748";
}

.bi-filetype-html::before {
  content: "\f749";
}

.bi-filetype-java::before {
  content: "\f74a";
}

.bi-filetype-jpg::before {
  content: "\f74b";
}

.bi-filetype-js::before {
  content: "\f74c";
}

.bi-filetype-jsx::before {
  content: "\f74d";
}

.bi-filetype-key::before {
  content: "\f74e";
}

.bi-filetype-m4p::before {
  content: "\f74f";
}

.bi-filetype-md::before {
  content: "\f750";
}

.bi-filetype-mdx::before {
  content: "\f751";
}

.bi-filetype-mov::before {
  content: "\f752";
}

.bi-filetype-mp3::before {
  content: "\f753";
}

.bi-filetype-mp4::before {
  content: "\f754";
}

.bi-filetype-otf::before {
  content: "\f755";
}

.bi-filetype-pdf::before {
  content: "\f756";
}

.bi-filetype-php::before {
  content: "\f757";
}

.bi-filetype-png::before {
  content: "\f758";
}

.bi-filetype-ppt::before {
  content: "\f75a";
}

.bi-filetype-psd::before {
  content: "\f75b";
}

.bi-filetype-py::before {
  content: "\f75c";
}

.bi-filetype-raw::before {
  content: "\f75d";
}

.bi-filetype-rb::before {
  content: "\f75e";
}

.bi-filetype-sass::before {
  content: "\f75f";
}

.bi-filetype-scss::before {
  content: "\f760";
}

.bi-filetype-sh::before {
  content: "\f761";
}

.bi-filetype-svg::before {
  content: "\f762";
}

.bi-filetype-tiff::before {
  content: "\f763";
}

.bi-filetype-tsx::before {
  content: "\f764";
}

.bi-filetype-ttf::before {
  content: "\f765";
}

.bi-filetype-txt::before {
  content: "\f766";
}

.bi-filetype-wav::before {
  content: "\f767";
}

.bi-filetype-woff::before {
  content: "\f768";
}

.bi-filetype-xls::before {
  content: "\f76a";
}

.bi-filetype-xml::before {
  content: "\f76b";
}

.bi-filetype-yml::before {
  content: "\f76c";
}

.bi-heart-arrow::before {
  content: "\f76d";
}

.bi-heart-pulse-fill::before {
  content: "\f76e";
}

.bi-heart-pulse::before {
  content: "\f76f";
}

.bi-heartbreak-fill::before {
  content: "\f770";
}

.bi-heartbreak::before {
  content: "\f771";
}

.bi-hearts::before {
  content: "\f772";
}

.bi-hospital-fill::before {
  content: "\f773";
}

.bi-hospital::before {
  content: "\f774";
}

.bi-house-heart-fill::before {
  content: "\f775";
}

.bi-house-heart::before {
  content: "\f776";
}

.bi-incognito::before {
  content: "\f777";
}

.bi-magnet-fill::before {
  content: "\f778";
}

.bi-magnet::before {
  content: "\f779";
}

.bi-person-heart::before {
  content: "\f77a";
}

.bi-person-hearts::before {
  content: "\f77b";
}

.bi-phone-flip::before {
  content: "\f77c";
}

.bi-plugin::before {
  content: "\f77d";
}

.bi-postage-fill::before {
  content: "\f77e";
}

.bi-postage-heart-fill::before {
  content: "\f77f";
}

.bi-postage-heart::before {
  content: "\f780";
}

.bi-postage::before {
  content: "\f781";
}

.bi-postcard-fill::before {
  content: "\f782";
}

.bi-postcard-heart-fill::before {
  content: "\f783";
}

.bi-postcard-heart::before {
  content: "\f784";
}

.bi-postcard::before {
  content: "\f785";
}

.bi-search-heart-fill::before {
  content: "\f786";
}

.bi-search-heart::before {
  content: "\f787";
}

.bi-sliders2-vertical::before {
  content: "\f788";
}

.bi-sliders2::before {
  content: "\f789";
}

.bi-trash3-fill::before {
  content: "\f78a";
}

.bi-trash3::before {
  content: "\f78b";
}

.bi-valentine::before {
  content: "\f78c";
}

.bi-valentine2::before {
  content: "\f78d";
}

.bi-wrench-adjustable-circle-fill::before {
  content: "\f78e";
}

.bi-wrench-adjustable-circle::before {
  content: "\f78f";
}

.bi-wrench-adjustable::before {
  content: "\f790";
}

.bi-filetype-json::before {
  content: "\f791";
}

.bi-filetype-pptx::before {
  content: "\f792";
}

.bi-filetype-xlsx::before {
  content: "\f793";
}

.bi-1-circle-fill::before {
  content: "\f796";
}

.bi-1-circle::before {
  content: "\f797";
}

.bi-1-square-fill::before {
  content: "\f798";
}

.bi-1-square::before {
  content: "\f799";
}

.bi-2-circle-fill::before {
  content: "\f79c";
}

.bi-2-circle::before {
  content: "\f79d";
}

.bi-2-square-fill::before {
  content: "\f79e";
}

.bi-2-square::before {
  content: "\f79f";
}

.bi-3-circle-fill::before {
  content: "\f7a2";
}

.bi-3-circle::before {
  content: "\f7a3";
}

.bi-3-square-fill::before {
  content: "\f7a4";
}

.bi-3-square::before {
  content: "\f7a5";
}

.bi-4-circle-fill::before {
  content: "\f7a8";
}

.bi-4-circle::before {
  content: "\f7a9";
}

.bi-4-square-fill::before {
  content: "\f7aa";
}

.bi-4-square::before {
  content: "\f7ab";
}

.bi-5-circle-fill::before {
  content: "\f7ae";
}

.bi-5-circle::before {
  content: "\f7af";
}

.bi-5-square-fill::before {
  content: "\f7b0";
}

.bi-5-square::before {
  content: "\f7b1";
}

.bi-6-circle-fill::before {
  content: "\f7b4";
}

.bi-6-circle::before {
  content: "\f7b5";
}

.bi-6-square-fill::before {
  content: "\f7b6";
}

.bi-6-square::before {
  content: "\f7b7";
}

.bi-7-circle-fill::before {
  content: "\f7ba";
}

.bi-7-circle::before {
  content: "\f7bb";
}

.bi-7-square-fill::before {
  content: "\f7bc";
}

.bi-7-square::before {
  content: "\f7bd";
}

.bi-8-circle-fill::before {
  content: "\f7c0";
}

.bi-8-circle::before {
  content: "\f7c1";
}

.bi-8-square-fill::before {
  content: "\f7c2";
}

.bi-8-square::before {
  content: "\f7c3";
}

.bi-9-circle-fill::before {
  content: "\f7c6";
}

.bi-9-circle::before {
  content: "\f7c7";
}

.bi-9-square-fill::before {
  content: "\f7c8";
}

.bi-9-square::before {
  content: "\f7c9";
}

.bi-airplane-engines-fill::before {
  content: "\f7ca";
}

.bi-airplane-engines::before {
  content: "\f7cb";
}

.bi-airplane-fill::before {
  content: "\f7cc";
}

.bi-airplane::before {
  content: "\f7cd";
}

.bi-alexa::before {
  content: "\f7ce";
}

.bi-alipay::before {
  content: "\f7cf";
}

.bi-android::before {
  content: "\f7d0";
}

.bi-android2::before {
  content: "\f7d1";
}

.bi-box-fill::before {
  content: "\f7d2";
}

.bi-box-seam-fill::before {
  content: "\f7d3";
}

.bi-browser-chrome::before {
  content: "\f7d4";
}

.bi-browser-edge::before {
  content: "\f7d5";
}

.bi-browser-firefox::before {
  content: "\f7d6";
}

.bi-browser-safari::before {
  content: "\f7d7";
}

.bi-c-circle-fill::before {
  content: "\f7da";
}

.bi-c-circle::before {
  content: "\f7db";
}

.bi-c-square-fill::before {
  content: "\f7dc";
}

.bi-c-square::before {
  content: "\f7dd";
}

.bi-capsule-pill::before {
  content: "\f7de";
}

.bi-capsule::before {
  content: "\f7df";
}

.bi-car-front-fill::before {
  content: "\f7e0";
}

.bi-car-front::before {
  content: "\f7e1";
}

.bi-cassette-fill::before {
  content: "\f7e2";
}

.bi-cassette::before {
  content: "\f7e3";
}

.bi-cc-circle-fill::before {
  content: "\f7e6";
}

.bi-cc-circle::before {
  content: "\f7e7";
}

.bi-cc-square-fill::before {
  content: "\f7e8";
}

.bi-cc-square::before {
  content: "\f7e9";
}

.bi-cup-hot-fill::before {
  content: "\f7ea";
}

.bi-cup-hot::before {
  content: "\f7eb";
}

.bi-currency-rupee::before {
  content: "\f7ec";
}

.bi-dropbox::before {
  content: "\f7ed";
}

.bi-escape::before {
  content: "\f7ee";
}

.bi-fast-forward-btn-fill::before {
  content: "\f7ef";
}

.bi-fast-forward-btn::before {
  content: "\f7f0";
}

.bi-fast-forward-circle-fill::before {
  content: "\f7f1";
}

.bi-fast-forward-circle::before {
  content: "\f7f2";
}

.bi-fast-forward-fill::before {
  content: "\f7f3";
}

.bi-fast-forward::before {
  content: "\f7f4";
}

.bi-filetype-sql::before {
  content: "\f7f5";
}

.bi-fire::before {
  content: "\f7f6";
}

.bi-google-play::before {
  content: "\f7f7";
}

.bi-h-circle-fill::before {
  content: "\f7fa";
}

.bi-h-circle::before {
  content: "\f7fb";
}

.bi-h-square-fill::before {
  content: "\f7fc";
}

.bi-h-square::before {
  content: "\f7fd";
}

.bi-indent::before {
  content: "\f7fe";
}

.bi-lungs-fill::before {
  content: "\f7ff";
}

.bi-lungs::before {
  content: "\f800";
}

.bi-microsoft-teams::before {
  content: "\f801";
}

.bi-p-circle-fill::before {
  content: "\f804";
}

.bi-p-circle::before {
  content: "\f805";
}

.bi-p-square-fill::before {
  content: "\f806";
}

.bi-p-square::before {
  content: "\f807";
}

.bi-pass-fill::before {
  content: "\f808";
}

.bi-pass::before {
  content: "\f809";
}

.bi-prescription::before {
  content: "\f80a";
}

.bi-prescription2::before {
  content: "\f80b";
}

.bi-r-circle-fill::before {
  content: "\f80e";
}

.bi-r-circle::before {
  content: "\f80f";
}

.bi-r-square-fill::before {
  content: "\f810";
}

.bi-r-square::before {
  content: "\f811";
}

.bi-repeat-1::before {
  content: "\f812";
}

.bi-repeat::before {
  content: "\f813";
}

.bi-rewind-btn-fill::before {
  content: "\f814";
}

.bi-rewind-btn::before {
  content: "\f815";
}

.bi-rewind-circle-fill::before {
  content: "\f816";
}

.bi-rewind-circle::before {
  content: "\f817";
}

.bi-rewind-fill::before {
  content: "\f818";
}

.bi-rewind::before {
  content: "\f819";
}

.bi-train-freight-front-fill::before {
  content: "\f81a";
}

.bi-train-freight-front::before {
  content: "\f81b";
}

.bi-train-front-fill::before {
  content: "\f81c";
}

.bi-train-front::before {
  content: "\f81d";
}

.bi-train-lightrail-front-fill::before {
  content: "\f81e";
}

.bi-train-lightrail-front::before {
  content: "\f81f";
}

.bi-truck-front-fill::before {
  content: "\f820";
}

.bi-truck-front::before {
  content: "\f821";
}

.bi-ubuntu::before {
  content: "\f822";
}

.bi-unindent::before {
  content: "\f823";
}

.bi-unity::before {
  content: "\f824";
}

.bi-universal-access-circle::before {
  content: "\f825";
}

.bi-universal-access::before {
  content: "\f826";
}

.bi-virus::before {
  content: "\f827";
}

.bi-virus2::before {
  content: "\f828";
}

.bi-wechat::before {
  content: "\f829";
}

.bi-yelp::before {
  content: "\f82a";
}

.bi-sign-stop-fill::before {
  content: "\f82b";
}

.bi-sign-stop-lights-fill::before {
  content: "\f82c";
}

.bi-sign-stop-lights::before {
  content: "\f82d";
}

.bi-sign-stop::before {
  content: "\f82e";
}

.bi-sign-turn-left-fill::before {
  content: "\f82f";
}

.bi-sign-turn-left::before {
  content: "\f830";
}

.bi-sign-turn-right-fill::before {
  content: "\f831";
}

.bi-sign-turn-right::before {
  content: "\f832";
}

.bi-sign-turn-slight-left-fill::before {
  content: "\f833";
}

.bi-sign-turn-slight-left::before {
  content: "\f834";
}

.bi-sign-turn-slight-right-fill::before {
  content: "\f835";
}

.bi-sign-turn-slight-right::before {
  content: "\f836";
}

.bi-sign-yield-fill::before {
  content: "\f837";
}

.bi-sign-yield::before {
  content: "\f838";
}

.bi-ev-station-fill::before {
  content: "\f839";
}

.bi-ev-station::before {
  content: "\f83a";
}

.bi-fuel-pump-diesel-fill::before {
  content: "\f83b";
}

.bi-fuel-pump-diesel::before {
  content: "\f83c";
}

.bi-fuel-pump-fill::before {
  content: "\f83d";
}

.bi-fuel-pump::before {
  content: "\f83e";
}

.bi-0-circle-fill::before {
  content: "\f83f";
}

.bi-0-circle::before {
  content: "\f840";
}

.bi-0-square-fill::before {
  content: "\f841";
}

.bi-0-square::before {
  content: "\f842";
}

.bi-rocket-fill::before {
  content: "\f843";
}

.bi-rocket-takeoff-fill::before {
  content: "\f844";
}

.bi-rocket-takeoff::before {
  content: "\f845";
}

.bi-rocket::before {
  content: "\f846";
}

.bi-stripe::before {
  content: "\f847";
}

.bi-subscript::before {
  content: "\f848";
}

.bi-superscript::before {
  content: "\f849";
}

.bi-trello::before {
  content: "\f84a";
}

.bi-envelope-at-fill::before {
  content: "\f84b";
}

.bi-envelope-at::before {
  content: "\f84c";
}

.bi-regex::before {
  content: "\f84d";
}

.bi-text-wrap::before {
  content: "\f84e";
}

.bi-sign-dead-end-fill::before {
  content: "\f84f";
}

.bi-sign-dead-end::before {
  content: "\f850";
}

.bi-sign-do-not-enter-fill::before {
  content: "\f851";
}

.bi-sign-do-not-enter::before {
  content: "\f852";
}

.bi-sign-intersection-fill::before {
  content: "\f853";
}

.bi-sign-intersection-side-fill::before {
  content: "\f854";
}

.bi-sign-intersection-side::before {
  content: "\f855";
}

.bi-sign-intersection-t-fill::before {
  content: "\f856";
}

.bi-sign-intersection-t::before {
  content: "\f857";
}

.bi-sign-intersection-y-fill::before {
  content: "\f858";
}

.bi-sign-intersection-y::before {
  content: "\f859";
}

.bi-sign-intersection::before {
  content: "\f85a";
}

.bi-sign-merge-left-fill::before {
  content: "\f85b";
}

.bi-sign-merge-left::before {
  content: "\f85c";
}

.bi-sign-merge-right-fill::before {
  content: "\f85d";
}

.bi-sign-merge-right::before {
  content: "\f85e";
}

.bi-sign-no-left-turn-fill::before {
  content: "\f85f";
}

.bi-sign-no-left-turn::before {
  content: "\f860";
}

.bi-sign-no-parking-fill::before {
  content: "\f861";
}

.bi-sign-no-parking::before {
  content: "\f862";
}

.bi-sign-no-right-turn-fill::before {
  content: "\f863";
}

.bi-sign-no-right-turn::before {
  content: "\f864";
}

.bi-sign-railroad-fill::before {
  content: "\f865";
}

.bi-sign-railroad::before {
  content: "\f866";
}

.bi-building-add::before {
  content: "\f867";
}

.bi-building-check::before {
  content: "\f868";
}

.bi-building-dash::before {
  content: "\f869";
}

.bi-building-down::before {
  content: "\f86a";
}

.bi-building-exclamation::before {
  content: "\f86b";
}

.bi-building-fill-add::before {
  content: "\f86c";
}

.bi-building-fill-check::before {
  content: "\f86d";
}

.bi-building-fill-dash::before {
  content: "\f86e";
}

.bi-building-fill-down::before {
  content: "\f86f";
}

.bi-building-fill-exclamation::before {
  content: "\f870";
}

.bi-building-fill-gear::before {
  content: "\f871";
}

.bi-building-fill-lock::before {
  content: "\f872";
}

.bi-building-fill-slash::before {
  content: "\f873";
}

.bi-building-fill-up::before {
  content: "\f874";
}

.bi-building-fill-x::before {
  content: "\f875";
}

.bi-building-fill::before {
  content: "\f876";
}

.bi-building-gear::before {
  content: "\f877";
}

.bi-building-lock::before {
  content: "\f878";
}

.bi-building-slash::before {
  content: "\f879";
}

.bi-building-up::before {
  content: "\f87a";
}

.bi-building-x::before {
  content: "\f87b";
}

.bi-buildings-fill::before {
  content: "\f87c";
}

.bi-buildings::before {
  content: "\f87d";
}

.bi-bus-front-fill::before {
  content: "\f87e";
}

.bi-bus-front::before {
  content: "\f87f";
}

.bi-ev-front-fill::before {
  content: "\f880";
}

.bi-ev-front::before {
  content: "\f881";
}

.bi-globe-americas::before {
  content: "\f882";
}

.bi-globe-asia-australia::before {
  content: "\f883";
}

.bi-globe-central-south-asia::before {
  content: "\f884";
}

.bi-globe-europe-africa::before {
  content: "\f885";
}

.bi-house-add-fill::before {
  content: "\f886";
}

.bi-house-add::before {
  content: "\f887";
}

.bi-house-check-fill::before {
  content: "\f888";
}

.bi-house-check::before {
  content: "\f889";
}

.bi-house-dash-fill::before {
  content: "\f88a";
}

.bi-house-dash::before {
  content: "\f88b";
}

.bi-house-down-fill::before {
  content: "\f88c";
}

.bi-house-down::before {
  content: "\f88d";
}

.bi-house-exclamation-fill::before {
  content: "\f88e";
}

.bi-house-exclamation::before {
  content: "\f88f";
}

.bi-house-gear-fill::before {
  content: "\f890";
}

.bi-house-gear::before {
  content: "\f891";
}

.bi-house-lock-fill::before {
  content: "\f892";
}

.bi-house-lock::before {
  content: "\f893";
}

.bi-house-slash-fill::before {
  content: "\f894";
}

.bi-house-slash::before {
  content: "\f895";
}

.bi-house-up-fill::before {
  content: "\f896";
}

.bi-house-up::before {
  content: "\f897";
}

.bi-house-x-fill::before {
  content: "\f898";
}

.bi-house-x::before {
  content: "\f899";
}

.bi-person-add::before {
  content: "\f89a";
}

.bi-person-down::before {
  content: "\f89b";
}

.bi-person-exclamation::before {
  content: "\f89c";
}

.bi-person-fill-add::before {
  content: "\f89d";
}

.bi-person-fill-check::before {
  content: "\f89e";
}

.bi-person-fill-dash::before {
  content: "\f89f";
}

.bi-person-fill-down::before {
  content: "\f8a0";
}

.bi-person-fill-exclamation::before {
  content: "\f8a1";
}

.bi-person-fill-gear::before {
  content: "\f8a2";
}

.bi-person-fill-lock::before {
  content: "\f8a3";
}

.bi-person-fill-slash::before {
  content: "\f8a4";
}

.bi-person-fill-up::before {
  content: "\f8a5";
}

.bi-person-fill-x::before {
  content: "\f8a6";
}

.bi-person-gear::before {
  content: "\f8a7";
}

.bi-person-lock::before {
  content: "\f8a8";
}

.bi-person-slash::before {
  content: "\f8a9";
}

.bi-person-up::before {
  content: "\f8aa";
}

.bi-scooter::before {
  content: "\f8ab";
}

.bi-taxi-front-fill::before {
  content: "\f8ac";
}

.bi-taxi-front::before {
  content: "\f8ad";
}

.bi-amd::before {
  content: "\f8ae";
}

.bi-database-add::before {
  content: "\f8af";
}

.bi-database-check::before {
  content: "\f8b0";
}

.bi-database-dash::before {
  content: "\f8b1";
}

.bi-database-down::before {
  content: "\f8b2";
}

.bi-database-exclamation::before {
  content: "\f8b3";
}

.bi-database-fill-add::before {
  content: "\f8b4";
}

.bi-database-fill-check::before {
  content: "\f8b5";
}

.bi-database-fill-dash::before {
  content: "\f8b6";
}

.bi-database-fill-down::before {
  content: "\f8b7";
}

.bi-database-fill-exclamation::before {
  content: "\f8b8";
}

.bi-database-fill-gear::before {
  content: "\f8b9";
}

.bi-database-fill-lock::before {
  content: "\f8ba";
}

.bi-database-fill-slash::before {
  content: "\f8bb";
}

.bi-database-fill-up::before {
  content: "\f8bc";
}

.bi-database-fill-x::before {
  content: "\f8bd";
}

.bi-database-fill::before {
  content: "\f8be";
}

.bi-database-gear::before {
  content: "\f8bf";
}

.bi-database-lock::before {
  content: "\f8c0";
}

.bi-database-slash::before {
  content: "\f8c1";
}

.bi-database-up::before {
  content: "\f8c2";
}

.bi-database-x::before {
  content: "\f8c3";
}

.bi-database::before {
  content: "\f8c4";
}

.bi-houses-fill::before {
  content: "\f8c5";
}

.bi-houses::before {
  content: "\f8c6";
}

.bi-nvidia::before {
  content: "\f8c7";
}

.bi-person-vcard-fill::before {
  content: "\f8c8";
}

.bi-person-vcard::before {
  content: "\f8c9";
}

.bi-sina-weibo::before {
  content: "\f8ca";
}

.bi-tencent-qq::before {
  content: "\f8cb";
}

.bi-wikipedia::before {
  content: "\f8cc";
}

:root {
  --tagify-dd-color-primary: rgb(53, 149, 246);
  --tagify-dd-bg-color: white;
  --tagify-dd-item-pad: .3em .5em ;
}

.tagify {
  --tags-disabled-bg: #F1F1F1;
  --tags-border-color: #DDD;
  --tags-hover-border-color: #CCC;
  --tags-focus-border-color: #3595f6;
  --tag-border-radius: 8px;
  --tag-bg: #dc3d43;
  --tag-hover: #D3E2E2;
  --tag-text-color: #fff;
  --tag-text-color--edit: black;
  --tag-pad: 0.3em 0.5em;
  --tag-inset-shadow-size: 1.1em;
  --tag-invalid-color: #D39494;
  --tag-invalid-bg: rgba(211, 148, 148, 0.5);
  --tag-remove-bg: rgba(211, 148, 148, 0.3);
  --tag-remove-btn-color: #fff;
  --tag-remove-btn-bg: none;
  --tag-remove-btn-bg--hover: #c77777;
  --input-color: inherit;
  --tag--min-width: 1ch;
  --tag--max-width: auto;
  --tag-hide-transition: 0.3s;
  --placeholder-color: rgba(0, 0, 0, 0.6);
  --placeholder-color-focus: rgba(0, 0, 0, 0.25);
  --loader-size: .8em;
  --readonly-striped: 1;
  display: inline-flex;
  align-items: flex-start;
  flex-wrap: wrap;
  border: 1px solid var(--tags-border-color);
  padding: 0;
  line-height: 0;
  cursor: text;
  outline: 0;
  position: relative;
  box-sizing: border-box;
  transition: 0.1s;
}

@keyframes tags--bump {
  30% {
    transform: scale(1.2);
  }
}
@keyframes rotateLoader {
  to {
    transform: rotate(1turn);
  }
}
.tagify:hover:not(.tagify--focus):not(.tagify--invalid) {
  --tags-border-color: var(--tags-hover-border-color) ;
}

.tagify[disabled] {
  background: var(--tags-disabled-bg);
  filter: saturate(0);
  opacity: 0.5;
  pointer-events: none;
}

.tagify[disabled].tagify--select,
.tagify[readonly].tagify--select {
  pointer-events: none;
}

.tagify[disabled]:not(.tagify--mix):not(.tagify--select),
.tagify[readonly]:not(.tagify--mix):not(.tagify--select) {
  cursor: default;
}

.tagify[disabled]:not(.tagify--mix):not(.tagify--select) > .tagify__input,
.tagify[readonly]:not(.tagify--mix):not(.tagify--select) > .tagify__input {
  visibility: hidden;
  width: 0;
  margin: 5px 0;
}

.tagify[disabled]:not(.tagify--mix):not(.tagify--select) .tagify__tag > div,
.tagify[readonly]:not(.tagify--mix):not(.tagify--select) .tagify__tag > div {
  padding: var(--tag-pad);
}

.tagify[disabled]:not(.tagify--mix):not(.tagify--select) .tagify__tag > div::before,
.tagify[readonly]:not(.tagify--mix):not(.tagify--select) .tagify__tag > div::before {
  animation: readonlyStyles 1s calc(-1s * (var(--readonly-striped) - 1)) paused;
}

@keyframes readonlyStyles {
  0% {
    background: linear-gradient(45deg, var(--tag-bg) 25%, transparent 25%, transparent 50%, var(--tag-bg) 50%, var(--tag-bg) 75%, transparent 75%, transparent) 0/5px 5px;
    box-shadow: none;
    filter: brightness(0.95);
  }
}
.tagify[disabled] .tagify__tag__removeBtn,
.tagify[readonly] .tagify__tag__removeBtn {
  display: none;
}

.tagify--loading .tagify__input > br:last-child {
  display: none;
}

.tagify--loading .tagify__input::before {
  content: none;
}

.tagify--loading .tagify__input::after {
  content: "";
  vertical-align: middle;
  opacity: 1;
  width: 0.7em;
  height: 0.7em;
  width: var(--loader-size);
  height: var(--loader-size);
  min-width: 0;
  border: 3px solid;
  border-color: #eee #bbb #888 transparent;
  border-radius: 50%;
  animation: rotateLoader 0.4s infinite linear;
  content: "" !important;
  margin: -2px 0 -2px 0.5em;
}

.tagify--loading .tagify__input:empty::after {
  margin-left: 0;
}

.tagify + input,
.tagify + textarea {
  position: absolute !important;
  left: -9999em !important;
  transform: scale(0) !important;
}

.tagify__tag {
  display: inline-flex;
  align-items: center;
  margin: 8px 0 5px 5px;
  position: relative;
  z-index: 1;
  outline: 0;
  line-height: normal;
  cursor: default;
  transition: 0.13s ease-out;
  font-size: 0.75em;
  font-weight: 700;
}

.tagify__tag > div {
  vertical-align: top;
  box-sizing: border-box;
  max-width: 100%;
  padding: var(--tag-pad);
  color: var(--tag-text-color);
  line-height: inherit;
  border-radius: var(--tag-border-radius);
  white-space: nowrap;
  transition: 0.13s ease-out;
}

.tagify__tag > div > * {
  white-space: pre-wrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  vertical-align: top;
  min-width: var(--tag--min-width);
  max-width: var(--tag--max-width);
  transition: 0.8s ease, 0.1s color;
}

.tagify__tag > div > [contenteditable] {
  outline: 0;
  -webkit-user-select: text;
  user-select: text;
  cursor: text;
  margin: -2px;
  padding: 2px;
  max-width: 350px;
}

.tagify__tag > div::before {
  content: "";
  position: absolute;
  border-radius: inherit;
  inset: var(--tag-bg-inset, 0);
  z-index: -1;
  pointer-events: none;
  transition: 120ms ease;
  animation: tags--bump 0.3s ease-out 1;
  box-shadow: 0 0 0 var(--tag-inset-shadow-size) var(--tag-bg) inset;
}

.tagify__tag:focus div::before,
.tagify__tag:hover:not([readonly]) div::before {
  --tag-bg-inset: -2.5px;
  --tag-bg: var(--tag-hover) ;
}

.tagify__tag--loading {
  pointer-events: none;
}

.tagify__tag--loading .tagify__tag__removeBtn {
  display: none;
}

.tagify__tag--loading::after {
  --loader-size: .4em;
  content: "";
  vertical-align: middle;
  opacity: 1;
  width: 0.7em;
  height: 0.7em;
  width: var(--loader-size);
  height: var(--loader-size);
  min-width: 0;
  border: 3px solid;
  border-color: #eee #bbb #888 transparent;
  border-radius: 50%;
  animation: rotateLoader 0.4s infinite linear;
  margin: 0 0.5em 0 -0.1em;
}

.tagify__tag--flash div::before {
  animation: none;
}

.tagify__tag--hide {
  width: 0 !important;
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
  opacity: 0;
  transform: scale(0);
  transition: var(--tag-hide-transition);
  pointer-events: none;
}

.tagify__tag--hide > div > * {
  white-space: nowrap;
}

.tagify__tag.tagify--noAnim > div::before {
  animation: none;
}

.tagify__tag.tagify--notAllowed:not(.tagify__tag--editable) div > span {
  opacity: 0.5;
}

.tagify__tag.tagify--notAllowed:not(.tagify__tag--editable) div::before {
  --tag-bg: var(--tag-invalid-bg);
  transition: 0.2s;
}

.tagify__tag[readonly] .tagify__tag__removeBtn {
  display: none;
}

.tagify__tag[readonly] > div::before {
  animation: readonlyStyles 1s calc(-1s * (var(--readonly-striped) - 1)) paused;
}

@keyframes readonlyStyles {
  0% {
    background: linear-gradient(45deg, var(--tag-bg) 25%, transparent 25%, transparent 50%, var(--tag-bg) 50%, var(--tag-bg) 75%, transparent 75%, transparent) 0/5px 5px;
    box-shadow: none;
    filter: brightness(0.95);
  }
}
.tagify__tag--editable > div {
  color: var(--tag-text-color--edit);
}

.tagify__tag--editable > div::before {
  box-shadow: 0 0 0 2px var(--tag-hover) inset !important;
}

.tagify__tag--editable > .tagify__tag__removeBtn {
  pointer-events: none;
}

.tagify__tag--editable > .tagify__tag__removeBtn::after {
  opacity: 0;
  transform: translateX(100%) translateX(5px);
}

.tagify__tag--editable.tagify--invalid > div::before {
  box-shadow: 0 0 0 2px var(--tag-invalid-color) inset !important;
}

.tagify__tag__removeBtn {
  order: 5;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  cursor: pointer;
  font: 14px/1 Arial;
  background: var(--tag-remove-btn-bg);
  color: var(--tag-remove-btn-color);
  width: 14px;
  height: 14px;
  margin-right: 4.6666666667px;
  margin-left: auto;
  overflow: hidden;
  transition: 0.2s ease-out;
}

.tagify__tag__removeBtn::after {
  content: "×";
  transition: 0.3s, color 0s;
}

.tagify__tag__removeBtn:hover {
  color: #fff;
  background: var(--tag-remove-btn-bg--hover);
}

.tagify__tag__removeBtn:hover + div > span {
  opacity: 0.5;
}

.tagify__tag__removeBtn:hover + div::before {
  box-shadow: 0 0 0 var(--tag-inset-shadow-size) var(--tag-remove-bg, rgba(211, 148, 148, 0.3)) inset !important;
  transition: box-shadow 0.2s;
}

.tagify:not(.tagify--mix) .tagify__input br {
  display: none;
}

.tagify:not(.tagify--mix) .tagify__input * {
  display: inline;
  white-space: nowrap;
}

.tagify__input {
  flex-grow: 1;
  display: inline-block;
  min-width: 25px;
  margin: 5px;
  padding: var(--tag-pad);
  line-height: normal;
  position: relative;
  white-space: pre-wrap;
  color: var(--input-color);
  box-sizing: inherit;
}

.tagify__input:empty::before {
  position: static;
}

.tagify__input:focus {
  outline: 0;
}

.tagify__input:focus::before {
  transition: 0.2s ease-out;
  opacity: 0;
  transform: translatex(6px);
}

@supports (-ms-ime-align: auto) {
  .tagify__input:focus::before {
    display: none;
  }
}
.tagify__input:focus:empty::before {
  transition: 0.2s ease-out;
  opacity: 1;
  transform: none;
  color: rgba(0, 0, 0, 0.25);
  color: var(--placeholder-color-focus);
}

@-moz-document url-prefix() {
  .tagify__input:focus:empty::after {
    display: none;
  }
}
.tagify__input::before {
  content: attr(data-placeholder);
  height: 1em;
  line-height: 1em;
  margin: auto 0;
  z-index: 1;
  color: var(--placeholder-color);
  white-space: nowrap;
  pointer-events: none;
  opacity: 0;
  position: absolute;
}

.tagify__input::after {
  content: attr(data-suggest);
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  min-width: calc(100% - 1.5em);
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: pre;
  color: var(--tag-text-color);
  opacity: 0.3;
  pointer-events: none;
  max-width: 100px;
}

.tagify__input .tagify__tag {
  margin: 0 1px;
}

.tagify--mix {
  display: block;
}

.tagify--mix .tagify__input {
  padding: 5px;
  margin: 0;
  width: 100%;
  height: 100%;
  line-height: 1.5;
  display: block;
}

.tagify--mix .tagify__input::before {
  height: auto;
  display: none;
  line-height: inherit;
}

.tagify--mix .tagify__input::after {
  content: none;
}

.tagify--select::after {
  content: ">";
  opacity: 0.5;
  position: absolute;
  top: 50%;
  right: 0;
  bottom: 0;
  font: 16px monospace;
  line-height: 8px;
  height: 8px;
  pointer-events: none;
  transform: translate(-150%, -50%) scaleX(1.2) rotate(90deg);
  transition: 0.2s ease-in-out;
}

.tagify--select[aria-expanded=true]::after {
  transform: translate(-150%, -50%) rotate(270deg) scaleY(1.2);
}

.tagify--select .tagify__tag {
  position: absolute;
  top: 0;
  right: 1.8em;
  bottom: 0;
}

.tagify--select .tagify__tag div {
  display: none;
}

.tagify--select .tagify__input {
  width: 100%;
}

.tagify--empty .tagify__input::before {
  transition: 0.2s ease-out;
  opacity: 1;
  transform: none;
  display: inline-block;
  width: auto;
}

.tagify--mix .tagify--empty .tagify__input::before {
  display: inline-block;
}

.tagify--focus {
  --tags-border-color: var(--tags-focus-border-color);
  transition: 0s;
}

.tagify--invalid {
  --tags-border-color: #D39494 ;
}

.tagify__dropdown {
  position: absolute;
  z-index: 9999;
  transform: translateY(1px);
  overflow: hidden;
}

.tagify__dropdown[placement=top] {
  margin-top: 0;
  transform: translateY(-100%);
}

.tagify__dropdown[placement=top] .tagify__dropdown__wrapper {
  border-top-width: 1.1px;
  border-bottom-width: 0;
}

.tagify__dropdown[position=text] {
  box-shadow: 0 0 0 3px rgba(var(--tagify-dd-color-primary), 0.1);
  font-size: 0.9em;
}

.tagify__dropdown[position=text] .tagify__dropdown__wrapper {
  border-width: 1px;
}

.tagify__dropdown__wrapper {
  max-height: 300px;
  overflow: auto;
  overflow-x: hidden;
  background: var(--tagify-dd-bg-color);
  border: 1px solid;
  border-color: var(--tagify-dd-color-primary);
  border-bottom-width: 1.5px;
  border-top-width: 0;
  box-shadow: 0 2px 4px -2px rgba(0, 0, 0, 0.2);
  transition: 0.25s cubic-bezier(0, 1, 0.5, 1);
}

.tagify__dropdown__header:empty {
  display: none;
}

.tagify__dropdown__footer {
  display: inline-block;
  margin-top: 0.5em;
  padding: var(--tagify-dd-item-pad);
  font-size: 0.7em;
  font-style: italic;
  opacity: 0.5;
}

.tagify__dropdown__footer:empty {
  display: none;
}

.tagify__dropdown--initial .tagify__dropdown__wrapper {
  max-height: 20px;
  transform: translateY(-1em);
}

.tagify__dropdown--initial[placement=top] .tagify__dropdown__wrapper {
  transform: translateY(2em);
}

.tagify__dropdown__item {
  box-sizing: border-box;
  padding: var(--tagify-dd-item-pad);
  margin: 1px;
  cursor: pointer;
  border-radius: 2px;
  position: relative;
  outline: 0;
  max-height: 60px;
  max-width: 100%;
}

.tagify__dropdown__item--active {
  background: var(--tagify-dd-color-primary);
  color: #fff;
}

.tagify__dropdown__item:active {
  filter: brightness(105%);
}

.tagify__dropdown__item--hidden {
  padding-top: 0;
  padding-bottom: 0;
  margin: 0 1px;
  pointer-events: none;
  overflow: hidden;
  max-height: 0;
  transition: var(--tagify-dd-item--hidden-duration, 0.3s) !important;
}

.tagify__dropdown__item--hidden > * {
  transform: translateY(-100%);
  opacity: 0;
  transition: inherit;
}

.turbolinks-progress-bar {
  height: 5px;
  background-color: green;
}

.form-floating .form-control.form-placeholder-shown:not(.form-control-focus) ~ label {
  opacity: unset;
  transform: unset;
}

.tags-menu mark {
  text-decoration: underline;
  background: none;
  color: currentColor;
  padding: 0;
}

.fc .fc-daygrid-day.fc-day-enabled {
  background-color: rgba(130, 255, 40, 0.15);
}

.custom-select {
  font-size: larger;
  font-weight: bold;
}

/*# sourceMappingURL=application.css.map */
