
/* -- 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: #25476a;
  --bs-secondary: #379096;
  --bs-success: #3c763d;
  --bs-info: #228FBA;
  --bs-warning: #CE820F;
  --bs-danger: #a8423f;
  --bs-light: #e1e7f0;
  --bs-dark: #373c43;
  --bs-primary-rgb: 37, 71, 106;
  --bs-secondary-rgb: 55, 144, 150;
  --bs-success-rgb: 60, 118, 61;
  --bs-info-rgb: 34, 143, 186;
  --bs-warning-rgb: 206, 130, 15;
  --bs-danger-rgb: 168, 66, 63;
  --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: 117, 134, 143;
  --bs-font-secondary: "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-sans-serif: "Verdana", "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-secondary: var(--bs-font-secondary);
  --bs-body-font-size: 0.8rem;
  --bs-body-font-size-secondary: 0.9rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #75868f;
  --bs-body-bg: #edf1f6;
  --bs-azul-medio: #337ab7;
  --bs-cae: #3F5F66;
  --bs-cae-rgb: 63, 95, 102;
  --bs-tooltip-bg:    var(--bs-cae);
  --bs-tooltip-color: var(--bs-light);
  --bs-tooltip-bg:    var(--bs-cae);
  --bs-tooltip-color: var(--bs-light);
}

*,
*::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-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 {
  box-shadow: inset 0 0 0 0 var(--bs-gray-400);
  color: var(--bs-azul-medio);
  padding: .25rem;
  transition: color .3s ease-in-out, box-shadow .3s ease-in-out;
  text-decoration: none;
}

a:hover {
  box-shadow: inset 200px 0 0 0 var(--bs-gray-300);
  color: var(--bs-body-text-align);
}

.text-gray-900.h5:hover{
  box-shadow: inset 500px 0 0 0 var(--bs-gray-300);
  color: var(--bs-body-text-align);
}
.text-center a:hover {
  box-shadow: none;
}
a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

.navbar-nav a, nav .page-title {
  border-radius: 0.875rem;
  box-shadow: none !important;
  color: inherit;
  font-size: 0.8rem;
}

.navbar-nav a:hover, .navbar-nav a:focus
nav .page-title:hover, nav .page-title:focus {
  background-color: #1f3c5a;
  color: white;
}

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: #a5b1b8;
  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-group-cae {
  padding-top: 28px;
}

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

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

[class*="col-"] .select2-container {
  width:100%!important;
}
[class*="col-"] .select2-container .select2-search input[type="text"] {
  padding:2px 4%!important;
  width:90%!important;
  margin:5px 2%;
}
[class*="col-"] .select2-container .select2-drop {
  width: 100%!important;
}

.select-col-top {
margin: 15px 5px;
}

.select-col-bottom {
margin: 25px 5px 0 5px;
}

.select-col-bottom label, .select-col-top label{
margin-bottom: unset;
}

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

footer {
  background-color: var(--bs-gray-500);
  padding: 0.5em;
  font-family: var(--bs-body-font-secondary);
  font-size: var(--bs-body-font-size-secondary);
}

/* 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: #a5b1b8;
}

.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: 1470px;
  }
}
.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: #75868f;
  --bs-table-striped-bg: #f9fafc;
  --bs-table-active-color: #75868f;
  --bs-table-active-bg: #f2f5f9;
  --bs-table-hover-color: #75868f;
  --bs-table-hover-bg: #f5f7fa;
  width: 100%;
  margin-bottom: 1rem;
  color: #75868f;
  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: #d3dae1;
  --bs-table-striped-bg: #cbd2d9;
  --bs-table-striped-color: #373c43;
  --bs-table-active-bg: #c3cad1;
  --bs-table-active-color: #373c43;
  --bs-table-hover-bg: #c7ced5;
  --bs-table-hover-color: #373c43;
  color: #373c43;
  border-color: #c3cad1;
}

.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: #75868f;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #bfbfbf;
  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: #75868f;
  background-color: #fff;
  border-color: #25476a;
  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: #75868f;
  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: #75868f;
  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: #75868f;
  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: #75868f;
  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='%2375868f' 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 #bfbfbf;
  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: #25476a;
  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 #75868f;
}

.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: #25476a;
  outline: 0;
  box-shadow: 0 0 0.25rem 0.25rem rgba(132, 152, 171, 0.325);
}

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

.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: #25476a;
  border-color: #25476a;
  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(132, 152, 171, 0.325);
}

.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0.25rem 0.25rem rgba(132, 152, 171, 0.325);
}

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

.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.4rem;
  background-color: #25476a;
  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: #21405f;
}

.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: #25476a;
  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: #21405f;
}

.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: #a5b1b8;
}

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

.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: #75868f;
  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: #54A655;
}

.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(84, 166, 85, 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: #54A655;
  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: #54A655;
  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: #54A655;
}

.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='%2375868f' 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: #54A655;
  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: #54A655;
}

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

.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: #54A655;
}

.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='%2375868f' 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: #75868f;
  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: #75868f;
  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: #25476a;
  border-color: #25476a;
  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: #336290;
  border-color: #336290;
}

.btn-check:focus + .btn-primary, .btn-primary:focus {
  color: #fff;
  background-color: #1f3c5a;
  border-color: #1e3955;
  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(70, 99, 128, 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: #1a324a;
  border-color: #1c3550;
}

.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(70, 99, 128, 0.5);
}

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

.btn-secondary {
  color: #fff;
  background-color: #379096;
  border-color: #379096;
  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: #3c763d;
  border-color: #3c763d;
  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: #4C964D;
  border-color: #448645;
}

.btn-check:focus + .btn-success, .btn-success:focus {
  color: #fff;
  background-color: #4C964D;
  border-color: #448645;
  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: #228FBA;
  border-color: #228FBA;
  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: #CE820F;
  border-color: #CE820F;
  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: #a8423f;
  border-color: #a8423f;
  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: #25476a;
  border-color: #25476a;
}

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

.btn-check:focus + .btn-outline-primary, .btn-outline-primary:focus {
  box-shadow: 0 0 0 0.15rem rgba(37, 71, 106, 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: #25476a;
  border-color: #25476a;
}

.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(37, 71, 106, 0.5);
}

.btn-outline-primary:disabled, .btn-outline-primary.disabled {
  color: #25476a;
  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: var(--bs-light);
  border-color: var(--bs-light);
}

.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: var(--bs-light);
  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 1px 5px rgba(55, 60, 67, 0.125), 0 0 0 0.15rem rgba(55, 60, 67, 0.5);
}

#dropdown-atendimentos:focus, #droopdown-atendimentos:active {
  box-shadow: unset;
  background-color: var(--bs-light);
}

.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: #75868f;
  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: #75868f;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

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

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

.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: #75868f;
}

.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: #25476a;
}

.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: #75868f;
  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: #25476a;
  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: #25476a;
  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: .2rem;
    margin-right: 10px;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: var(--bs-primary);
}
.nav-pills a.nav-link.navWarning {
    background: var(--bs-warning);
    color: white;
    border: 0;
}
.nav-pills a.nav-link.navPrimary {
    background: var(--bs-primary);
    color: white;
    border: 0;
}
.nav-pills a.nav-link.navInfo {
    background: var(--bs-info);
    color: white;
    border: 0;
}
.nav-pills a.nav-link.navSuccess {
    background: var(--bs-success);
    color: white;
    border: 0;
}
.nav-pills a.nav-link.navLight {
    background: var(--bs-light);
    color: #373c43;
    border: 0;
}
.nav-link.navLight.active {
    color: #373c43 !important;
}
.nav-pills a.nav-link:hover, .nav-pills .show>.nav-link {
    opacity: 0.9;
    color: #fff;
    box-shadow: 1px 1px 10px var(--bs-dark);
}
.nav-pills a.nav-link:focus {
    font-weight: inherit;
    color: #fff;
    box-shadow: 1px 1px 10px var(--bs-dark);
}
.navbar-nav a.nav-link{
  font-size: 16px;
}
#pills-cae {
    position: relative;
    top: 2px;
    /* width: 60% */}
.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;
  padding-top: 5px;
  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.2rem;
  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-expand-cae .navbar-toggler {
  position: absolute;
  left: 78px;
  top: 58px;
  color: var(--bs-gray-200);
}

.navbar-expand-cae .navbar-toggler:focus {
  box-shadow: none;
}

@media(min-width: 992px){
  .navbar-expand-cae .navbar-toggler{
    display: none;
  }
}

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

.pull-right-profile {
  position: absolute;
  right: 0;
  margin-right: 20px;
  padding: 25px 5px;
  z-index: 100;
}

.button-panel {
  position: absolute;
  right: 0;
  margin-right: 31%;
  z-index: 100;
  top: 6rem;

}

@media(max-width: 1230px){
  .button-panel{
    position: relative;
    top: unset;
  }
}

.profile-nav {
  background-color: var(--bs-primary);
  color: #f6f6f6;
  border-radius: 5px;
  padding-top: 21px;
}

.profile-nav-link {
  display: block;
  padding: 0.5rem 1rem;
  color: #f6f6f6;
  text-decoration: none;
}

.profile-nav-link:hover {
  color: #75868f;
  background-color: var(--bs-gray-100);
}

@media(max-width: 950px){
  #pills-cae {
    top: inherit;
    width: in;
  }
}



@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: #75868f;
  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: #21405f;
  background-color: var(--bs-gray-400);
}


.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='%2375868f'%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;
}

.accordion-button {
  color: #21405f;
  background-color: var(--bs-gray-400);
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.07);
}

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

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

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

.accordion-item {
  background-color: #fff;
  border-bottom: 2px solid var(--bs-gray-100);
}

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

#accordion-duvidas .accordion-body{
  border: 1px solid var(--bs-gray-600)
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0;
  margin-bottom: 1rem;
  list-style: none;
  font-family: var(--bs-body-font-secondary);
}

.breadcrumb a {
  color: var(---bs-body-color);
}

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

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

.breadcrumb-item.active {
  color: #75868f;
}

/*outro modelo*/
.breadcrumb {
  display: flex;
  min-width: 97%;
  border-radius: 0.5rem;
  display: inline-flex;
  margin: 0 2em;
  padding: 0.5em 1em;
  background-color: var(--bs-gray-500);
}


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

.page-link {
  position: relative;
  display: block;
  color: #75868f;
  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: #1e3955;
  border-color: #1e3955;
}

.page-link:focus {
  z-index: 3;
  color: #fff;
  background-color: #162b40;
  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: #25476a;
  border-color: #25476a;
}

.page-item.disabled .page-link {
  color: rgba(117, 134, 143, 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: #162b40;
  background-color: #d3dae1;
  border-color: #c9d1da;
}

.alert-primary .alert-link {
  color: #122233;
}

.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: #25476a;
  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: #75868f;
  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: #75868f;
  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: #25476a;
  border-color: #25476a;
}

.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: #162b40;
  background-color: #bec8d2;
}

.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #162b40;
  background-color: #abb4bd;
}

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

.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 0.75rem 0.75rem 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: #75868f;
}

.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: #25476a;
}

.link-primary:hover, .link-primary:focus {
  color: #182e45;
}

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

th.d-none, td.d-none {
  display: table-cell !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;
}

.space-top {
  margin-top: 20px;
}

.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: #25476a !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: #a5b1b8 !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;
}

.text-bold {
  font-weight: 700;
  padding-right: 3px;
}

.bg-cae {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-cae-rgb), var(--bs-bg-opacity)) !important;
}

.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: #75868f;
  --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: #75868f;
}

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

.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: #25476a;
  border-color: #25476a;
}

.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 #25476a, 0 0 0 rgba(55, 60, 67, 0.25);
}

.btn-primary:hover {
  box-shadow: 0 0.1rem 0.5rem rgba(37, 71, 106, 0.5), 0 0.25rem 1rem rgba(55, 60, 67, 0.2);
}

.btn-primary:active {
  box-shadow: 0 0 0.5rem #25476a, 0 0 0.75rem rgba(55, 60, 67, 0.2) !important;
}

.btn-primary:focus, .btn-primary:active:focus {
  box-shadow: 0 0 0 1px #25476a, 0 0 0.7rem 0.25rem rgba(37, 71, 106, 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: #75868f;
}

.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: #25476a;
  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 #25476a;
}

/* -- 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: #1e3955;
  border-color: #1e3955;
  box-shadow: 0 0.1rem 0.5rem rgba(30, 57, 85, 0.5), 0 0.25rem 1rem rgba(55, 60, 67, 0.2);
  color: #fff;
  z-index: 5;
}

.page-link:focus {
  background-color: #162b40;
  border-color: #162b40;
  box-shadow: 0 0 0 0 #25476a, 0 0 0.35rem 0.2rem rgba(37, 71, 106, 0.4) !important;
  color: #fff;
  z-index: 5;
}

.page-link:active, .active > .page-link {
  background-color: #25476a;
  border-color: #25476a;
  box-shadow: 0 0 0.5rem rgba(37, 71, 106, 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;
}


/*!
 * Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,
.fas,
.far,
.fal,
.fad,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -0.0667em;
}

.fa-xs {
  font-size: 0.75em;
}

.fa-sm {
  font-size: 0.875em;
}

.fa-1x {
  font-size: 1em;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-6x {
  font-size: 6em;
}

.fa-7x {
  font-size: 7em;
}

.fa-8x {
  font-size: 8em;
}

.fa-9x {
  font-size: 9em;
}

.fa-10x {
  font-size: 10em;
}

.fa-fw {
  text-align: center;
  width: 1.25em;
}

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}

.fa-border {
  border: solid 0.08em #eee;
  border-radius: 0.1em;
  padding: 0.2em 0.25em 0.15em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: 0.3em;
}

.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1);
}

.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(-1, -1);
  transform: scale(-1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-flip-both {
  -webkit-filter: none;
  filter: none;
}

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-500px:before {
  content: "\f26e";
}

.fa-accessible-icon:before {
  content: "\f368";
}

.fa-accusoft:before {
  content: "\f369";
}

.fa-acquisitions-incorporated:before {
  content: "\f6af";
}

.fa-ad:before {
  content: "\f641";
}

.fa-address-book:before {
  content: "\f2b9";
}

.fa-address-card:before {
  content: "\f2bb";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-adn:before {
  content: "\f170";
}

.fa-adversal:before {
  content: "\f36a";
}

.fa-affiliatetheme:before {
  content: "\f36b";
}

.fa-air-freshener:before {
  content: "\f5d0";
}

.fa-airbnb:before {
  content: "\f834";
}

.fa-algolia:before {
  content: "\f36c";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-alipay:before {
  content: "\f642";
}

.fa-allergies:before {
  content: "\f461";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-amazon-pay:before {
  content: "\f42c";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-amilia:before {
  content: "\f36d";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-android:before {
  content: "\f17b";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angry:before {
  content: "\f556";
}

.fa-angrycreative:before {
  content: "\f36e";
}

.fa-angular:before {
  content: "\f420";
}

.fa-ankh:before {
  content: "\f644";
}

.fa-app-store:before {
  content: "\f36f";
}

.fa-app-store-ios:before {
  content: "\f370";
}

.fa-apper:before {
  content: "\f371";
}

.fa-apple:before {
  content: "\f179";
}

.fa-apple-alt:before {
  content: "\f5d1";
}

.fa-apple-pay:before {
  content: "\f415";
}

.fa-archive:before {
  content: "\f187";
}

.fa-archway:before {
  content: "\f557";
}

.fa-arrow-alt-circle-down:before {
  content: "\f358";
}

.fa-arrow-alt-circle-left:before {
  content: "\f359";
}

.fa-arrow-alt-circle-right:before {
  content: "\f35a";
}

.fa-arrow-alt-circle-up:before {
  content: "\f35b";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-arrows-alt-h:before {
  content: "\f337";
}

.fa-arrows-alt-v:before {
  content: "\f338";
}

.fa-artstation:before {
  content: "\f77a";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-asymmetrik:before {
  content: "\f372";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-atlas:before {
  content: "\f558";
}

.fa-atlassian:before {
  content: "\f77b";
}

.fa-atom:before {
  content: "\f5d2";
}

.fa-audible:before {
  content: "\f373";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-autoprefixer:before {
  content: "\f41c";
}

.fa-avianex:before {
  content: "\f374";
}

.fa-aviato:before {
  content: "\f421";
}

.fa-award:before {
  content: "\f559";
}

.fa-aws:before {
  content: "\f375";
}

.fa-baby:before {
  content: "\f77c";
}

.fa-baby-carriage:before {
  content: "\f77d";
}

.fa-backspace:before {
  content: "\f55a";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-bacon:before {
  content: "\f7e5";
}

.fa-bacteria:before {
  content: "\e059";
}

.fa-bacterium:before {
  content: "\e05a";
}

.fa-bahai:before {
  content: "\f666";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-balance-scale-left:before {
  content: "\f515";
}

.fa-balance-scale-right:before {
  content: "\f516";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-band-aid:before {
  content: "\f462";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-bars:before {
  content: "\f0c9";
}

.fa-baseball-ball:before {
  content: "\f433";
}

.fa-basketball-ball:before {
  content: "\f434";
}

.fa-bath:before {
  content: "\f2cd";
}

.fa-battery-empty:before {
  content: "\f244";
}

.fa-battery-full:before {
  content: "\f240";
}

.fa-battery-half:before {
  content: "\f242";
}

.fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-battle-net:before {
  content: "\f835";
}

.fa-bed:before {
  content: "\f236";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bezier-curve:before {
  content: "\f55b";
}

.fa-bible:before {
  content: "\f647";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-biking:before {
  content: "\f84a";
}

.fa-bimobject:before {
  content: "\f378";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-biohazard:before {
  content: "\f780";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitcoin:before {
  content: "\f379";
}

.fa-bity:before {
  content: "\f37a";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-blackberry:before {
  content: "\f37b";
}

.fa-blender:before {
  content: "\f517";
}

.fa-blender-phone:before {
  content: "\f6b6";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-blog:before {
  content: "\f781";
}

.fa-blogger:before {
  content: "\f37c";
}

.fa-blogger-b:before {
  content: "\f37d";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-bold:before {
  content: "\f032";
}

.fa-bolt:before {
  content: "\f0e7";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-bone:before {
  content: "\f5d7";
}

.fa-bong:before {
  content: "\f55c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-book-dead:before {
  content: "\f6b7";
}

.fa-book-medical:before {
  content: "\f7e6";
}

.fa-book-open:before {
  content: "\f518";
}

.fa-book-reader:before {
  content: "\f5da";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-bootstrap:before {
  content: "\f836";
}

.fa-border-all:before {
  content: "\f84c";
}

.fa-border-none:before {
  content: "\f850";
}

.fa-border-style:before {
  content: "\f853";
}

.fa-bowling-ball:before {
  content: "\f436";
}

.fa-box:before {
  content: "\f466";
}

.fa-box-open:before {
  content: "\f49e";
}

.fa-box-tissue:before {
  content: "\e05b";
}

.fa-boxes:before {
  content: "\f468";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-brain:before {
  content: "\f5dc";
}

.fa-bread-slice:before {
  content: "\f7ec";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-briefcase-medical:before {
  content: "\f469";
}

.fa-broadcast-tower:before {
  content: "\f519";
}

.fa-broom:before {
  content: "\f51a";
}

.fa-brush:before {
  content: "\f55d";
}

.fa-btc:before {
  content: "\f15a";
}

.fa-buffer:before {
  content: "\f837";
}

.fa-bug:before {
  content: "\f188";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-burn:before {
  content: "\f46a";
}

.fa-buromobelexperte:before {
  content: "\f37f";
}

.fa-bus:before {
  content: "\f207";
}

.fa-bus-alt:before {
  content: "\f55e";
}

.fa-business-time:before {
  content: "\f64a";
}

.fa-buy-n-large:before {
  content: "\f8a6";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-calendar:before {
  content: "\f133";
}

.fa-calendar-alt:before {
  content: "\f073";
}

.fa-calendar-check:before {
  content: "\f274";
}

.fa-calendar-day:before {
  content: "\f783";
}

.fa-calendar-minus:before {
  content: "\f272";
}

.fa-calendar-plus:before {
  content: "\f271";
}

.fa-calendar-times:before {
  content: "\f273";
}

.fa-calendar-week:before {
  content: "\f784";
}

.fa-camera:before {
  content: "\f030";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-campground:before {
  content: "\f6bb";
}

.fa-canadian-maple-leaf:before {
  content: "\f785";
}

.fa-candy-cane:before {
  content: "\f786";
}

.fa-cannabis:before {
  content: "\f55f";
}

.fa-capsules:before {
  content: "\f46b";
}

.fa-car:before {
  content: "\f1b9";
}

.fa-car-alt:before {
  content: "\f5de";
}

.fa-car-battery:before {
  content: "\f5df";
}

.fa-car-crash:before {
  content: "\f5e1";
}

.fa-car-side:before {
  content: "\f5e4";
}

.fa-caravan:before {
  content: "\f8ff";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-caret-square-down:before {
  content: "\f150";
}

.fa-caret-square-left:before {
  content: "\f191";
}

.fa-caret-square-right:before {
  content: "\f152";
}

.fa-caret-square-up:before {
  content: "\f151";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-carrot:before {
  content: "\f787";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cash-register:before {
  content: "\f788";
}

.fa-cat:before {
  content: "\f6be";
}

.fa-cc-amazon-pay:before {
  content: "\f42d";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-apple-pay:before {
  content: "\f416";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-centercode:before {
  content: "\f380";
}

.fa-centos:before {
  content: "\f789";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-chair:before {
  content: "\f6c0";
}

.fa-chalkboard:before {
  content: "\f51b";
}

.fa-chalkboard-teacher:before {
  content: "\f51c";
}

.fa-charging-station:before {
  content: "\f5e7";
}

.fa-chart-area:before {
  content: "\f1fe";
}

.fa-chart-bar:before {
  content: "\f080";
}

.fa-chart-line:before {
  content: "\f201";
}

.fa-chart-pie:before {
  content: "\f200";
}

.fa-check:before {
  content: "\f00c";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-check-double:before {
  content: "\f560";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-cheese:before {
  content: "\f7ef";
}

.fa-chess:before {
  content: "\f439";
}

.fa-chess-bishop:before {
  content: "\f43a";
}

.fa-chess-board:before {
  content: "\f43c";
}

.fa-chess-king:before {
  content: "\f43f";
}

.fa-chess-knight:before {
  content: "\f441";
}

.fa-chess-pawn:before {
  content: "\f443";
}

.fa-chess-queen:before {
  content: "\f445";
}

.fa-chess-rook:before {
  content: "\f447";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-chromecast:before {
  content: "\f838";
}

.fa-church:before {
  content: "\f51d";
}

.fa-circle:before {
  content: "\f111";
}

.fa-circle-notch:before {
  content: "\f1ce";
}

.fa-city:before {
  content: "\f64f";
}

.fa-clinic-medical:before {
  content: "\f7f2";
}

.fa-clipboard:before {
  content: "\f328";
}

.fa-clipboard-check:before {
  content: "\f46c";
}

.fa-clipboard-list:before {
  content: "\f46d";
}

.fa-clock:before {
  content: "\f017";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-closed-captioning:before {
  content: "\f20a";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-cloud-download-alt:before {
  content: "\f381";
}

.fa-cloud-meatball:before {
  content: "\f73b";
}

.fa-cloud-moon:before {
  content: "\f6c3";
}

.fa-cloud-moon-rain:before {
  content: "\f73c";
}

.fa-cloud-rain:before {
  content: "\f73d";
}

.fa-cloud-showers-heavy:before {
  content: "\f740";
}

.fa-cloud-sun:before {
  content: "\f6c4";
}

.fa-cloud-sun-rain:before {
  content: "\f743";
}

.fa-cloud-upload-alt:before {
  content: "\f382";
}

.fa-cloudflare:before {
  content: "\e07d";
}

.fa-cloudscale:before {
  content: "\f383";
}

.fa-cloudsmith:before {
  content: "\f384";
}

.fa-cloudversify:before {
  content: "\f385";
}

.fa-cocktail:before {
  content: "\f561";
}

.fa-code:before {
  content: "\f121";
}

.fa-code-branch:before {
  content: "\f126";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cog:before {
  content: "\f013";
}

.fa-cogs:before {
  content: "\f085";
}

.fa-coins:before {
  content: "\f51e";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-comment:before {
  content: "\f075";
}

.fa-comment-alt:before {
  content: "\f27a";
}

.fa-comment-dollar:before {
  content: "\f651";
}

.fa-comment-dots:before {
  content: "\f4ad";
}

.fa-comment-medical:before {
  content: "\f7f5";
}

.fa-comment-slash:before {
  content: "\f4b3";
}

.fa-comments:before {
  content: "\f086";
}

.fa-comments-dollar:before {
  content: "\f653";
}

.fa-compact-disc:before {
  content: "\f51f";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-compress:before {
  content: "\f066";
}

.fa-compress-alt:before {
  content: "\f422";
}

.fa-compress-arrows-alt:before {
  content: "\f78c";
}

.fa-concierge-bell:before {
  content: "\f562";
}

.fa-confluence:before {
  content: "\f78d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-cookie:before {
  content: "\f563";
}

.fa-cookie-bite:before {
  content: "\f564";
}

.fa-copy:before {
  content: "\f0c5";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-cotton-bureau:before {
  content: "\f89e";
}

.fa-couch:before {
  content: "\f4b8";
}

.fa-cpanel:before {
  content: "\f388";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-creative-commons-by:before {
  content: "\f4e7";
}

.fa-creative-commons-nc:before {
  content: "\f4e8";
}

.fa-creative-commons-nc-eu:before {
  content: "\f4e9";
}

.fa-creative-commons-nc-jp:before {
  content: "\f4ea";
}

.fa-creative-commons-nd:before {
  content: "\f4eb";
}

.fa-creative-commons-pd:before {
  content: "\f4ec";
}

.fa-creative-commons-pd-alt:before {
  content: "\f4ed";
}

.fa-creative-commons-remix:before {
  content: "\f4ee";
}

.fa-creative-commons-sa:before {
  content: "\f4ef";
}

.fa-creative-commons-sampling:before {
  content: "\f4f0";
}

.fa-creative-commons-sampling-plus:before {
  content: "\f4f1";
}

.fa-creative-commons-share:before {
  content: "\f4f2";
}

.fa-creative-commons-zero:before {
  content: "\f4f3";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-critical-role:before {
  content: "\f6c9";
}

.fa-crop:before {
  content: "\f125";
}

.fa-crop-alt:before {
  content: "\f565";
}

.fa-cross:before {
  content: "\f654";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-crow:before {
  content: "\f520";
}

.fa-crown:before {
  content: "\f521";
}

.fa-crutch:before {
  content: "\f7f7";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-css3-alt:before {
  content: "\f38b";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-cut:before {
  content: "\f0c4";
}

.fa-cuttlefish:before {
  content: "\f38c";
}

.fa-d-and-d:before {
  content: "\f38d";
}

.fa-d-and-d-beyond:before {
  content: "\f6ca";
}

.fa-dailymotion:before {
  content: "\e052";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-deaf:before {
  content: "\f2a4";
}

.fa-deezer:before {
  content: "\e077";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-democrat:before {
  content: "\f747";
}

.fa-deploydog:before {
  content: "\f38e";
}

.fa-deskpro:before {
  content: "\f38f";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-dev:before {
  content: "\f6cc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-dharmachakra:before {
  content: "\f655";
}

.fa-dhl:before {
  content: "\f790";
}

.fa-diagnoses:before {
  content: "\f470";
}

.fa-diaspora:before {
  content: "\f791";
}

.fa-dice:before {
  content: "\f522";
}

.fa-dice-d20:before {
  content: "\f6cf";
}

.fa-dice-d6:before {
  content: "\f6d1";
}

.fa-dice-five:before {
  content: "\f523";
}

.fa-dice-four:before {
  content: "\f524";
}

.fa-dice-one:before {
  content: "\f525";
}

.fa-dice-six:before {
  content: "\f526";
}

.fa-dice-three:before {
  content: "\f527";
}

.fa-dice-two:before {
  content: "\f528";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-digital-ocean:before {
  content: "\f391";
}

.fa-digital-tachograph:before {
  content: "\f566";
}

.fa-directions:before {
  content: "\f5eb";
}

.fa-discord:before {
  content: "\f392";
}

.fa-discourse:before {
  content: "\f393";
}

.fa-disease:before {
  content: "\f7fa";
}

.fa-divide:before {
  content: "\f529";
}

.fa-dizzy:before {
  content: "\f567";
}

.fa-dna:before {
  content: "\f471";
}

.fa-dochub:before {
  content: "\f394";
}

.fa-docker:before {
  content: "\f395";
}

.fa-dog:before {
  content: "\f6d3";
}

.fa-dollar-sign:before {
  content: "\f155";
}

.fa-dolly:before {
  content: "\f472";
}

.fa-dolly-flatbed:before {
  content: "\f474";
}

.fa-donate:before {
  content: "\f4b9";
}

.fa-door-closed:before {
  content: "\f52a";
}

.fa-door-open:before {
  content: "\f52b";
}

.fa-dot-circle:before {
  content: "\f192";
}

.fa-dove:before {
  content: "\f4ba";
}

.fa-download:before {
  content: "\f019";
}

.fa-draft2digital:before {
  content: "\f396";
}

.fa-drafting-compass:before {
  content: "\f568";
}

.fa-dragon:before {
  content: "\f6d5";
}

.fa-draw-polygon:before {
  content: "\f5ee";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-dribbble-square:before {
  content: "\f397";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-drum:before {
  content: "\f569";
}

.fa-drum-steelpan:before {
  content: "\f56a";
}

.fa-drumstick-bite:before {
  content: "\f6d7";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-dumbbell:before {
  content: "\f44b";
}

.fa-dumpster:before {
  content: "\f793";
}

.fa-dumpster-fire:before {
  content: "\f794";
}

.fa-dungeon:before {
  content: "\f6d9";
}

.fa-dyalog:before {
  content: "\f399";
}

.fa-earlybirds:before {
  content: "\f39a";
}

.fa-ebay:before {
  content: "\f4f4";
}

.fa-edge:before {
  content: "\f282";
}

.fa-edge-legacy:before {
  content: "\e078";
}

.fa-edit:before {
  content: "\f044";
}

.fa-egg:before {
  content: "\f7fb";
}

.fa-eject:before {
  content: "\f052";
}

.fa-elementor:before {
  content: "\f430";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-ello:before {
  content: "\f5f1";
}

.fa-ember:before {
  content: "\f423";
}

.fa-empire:before {
  content: "\f1d1";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-envelope-open:before {
  content: "\f2b6";
}

.fa-envelope-open-text:before {
  content: "\f658";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-envira:before {
  content: "\f299";
}

.fa-equals:before {
  content: "\f52c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-erlang:before {
  content: "\f39d";
}

.fa-ethereum:before {
  content: "\f42e";
}

.fa-ethernet:before {
  content: "\f796";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-euro-sign:before {
  content: "\f153";
}

.fa-evernote:before {
  content: "\f839";
}

.fa-exchange-alt:before {
  content: "\f362";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-expand:before {
  content: "\f065";
}

.fa-expand-alt:before {
  content: "\f424";
}

.fa-expand-arrows-alt:before {
  content: "\f31e";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-external-link-alt:before {
  content: "\f35d";
}

.fa-external-link-square-alt:before {
  content: "\f360";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-dropper:before {
  content: "\f1fb";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-facebook:before {
  content: "\f09a";
}

.fa-facebook-f:before {
  content: "\f39e";
}

.fa-facebook-messenger:before {
  content: "\f39f";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-fan:before {
  content: "\f863";
}

.fa-fantasy-flight-games:before {
  content: "\f6dc";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-faucet:before {
  content: "\e005";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-feather:before {
  content: "\f52d";
}

.fa-feather-alt:before {
  content: "\f56b";
}

.fa-fedex:before {
  content: "\f797";
}

.fa-fedora:before {
  content: "\f798";
}

.fa-female:before {
  content: "\f182";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-figma:before {
  content: "\f799";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-alt:before {
  content: "\f15c";
}

.fa-file-archive:before {
  content: "\f1c6";
}

.fa-file-audio:before {
  content: "\f1c7";
}

.fa-file-code:before {
  content: "\f1c9";
}

.fa-file-contract:before {
  content: "\f56c";
}

.fa-file-csv:before {
  content: "\f6dd";
}

.fa-file-download:before {
  content: "\f56d";
}

.fa-file-excel:before {
  content: "\f1c3";
}

.fa-file-export:before {
  content: "\f56e";
}

.fa-file-image:before {
  content: "\f1c5";
}

.fa-file-import:before {
  content: "\f56f";
}

.fa-file-invoice:before {
  content: "\f570";
}

.fa-file-invoice-dollar:before {
  content: "\f571";
}

.fa-file-medical:before {
  content: "\f477";
}

.fa-file-medical-alt:before {
  content: "\f478";
}

.fa-file-pdf:before {
  content: "\f1c1";
}

.fa-file-powerpoint:before {
  content: "\f1c4";
}

.fa-file-prescription:before {
  content: "\f572";
}

.fa-file-signature:before {
  content: "\f573";
}

.fa-file-upload:before {
  content: "\f574";
}

.fa-file-video:before {
  content: "\f1c8";
}

.fa-file-word:before {
  content: "\f1c2";
}

.fa-fill:before {
  content: "\f575";
}

.fa-fill-drip:before {
  content: "\f576";
}

.fa-film:before {
  content: "\f008";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-fingerprint:before {
  content: "\f577";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-fire-alt:before {
  content: "\f7e4";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-firefox-browser:before {
  content: "\e007";
}

.fa-first-aid:before {
  content: "\f479";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-first-order-alt:before {
  content: "\f50a";
}

.fa-firstdraft:before {
  content: "\f3a1";
}

.fa-fish:before {
  content: "\f578";
}

.fa-fist-raised:before {
  content: "\f6de";
}

.fa-flag:before {
  content: "\f024";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-flag-usa:before {
  content: "\f74d";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-flipboard:before {
  content: "\f44d";
}

.fa-flushed:before {
  content: "\f579";
}

.fa-fly:before {
  content: "\f417";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-minus:before {
  content: "\f65d";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-folder-plus:before {
  content: "\f65e";
}

.fa-font:before {
  content: "\f031";
}

.fa-font-awesome:before {
  content: "\f2b4";
}

.fa-font-awesome-alt:before {
  content: "\f35c";
}

.fa-font-awesome-flag:before {
  content: "\f425";
}

.fa-font-awesome-logo-full:before {
  content: "\f4e6";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-fonticons-fi:before {
  content: "\f3a2";
}

.fa-football-ball:before {
  content: "\f44e";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-fort-awesome-alt:before {
  content: "\f3a3";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-freebsd:before {
  content: "\f3a4";
}

.fa-frog:before {
  content: "\f52e";
}

.fa-frown:before {
  content: "\f119";
}

.fa-frown-open:before {
  content: "\f57a";
}

.fa-fulcrum:before {
  content: "\f50b";
}

.fa-funnel-dollar:before {
  content: "\f662";
}

.fa-futbol:before {
  content: "\f1e3";
}

.fa-galactic-republic:before {
  content: "\f50c";
}

.fa-galactic-senate:before {
  content: "\f50d";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-gas-pump:before {
  content: "\f52f";
}

.fa-gavel:before {
  content: "\f0e3";
}

.fa-gem:before {
  content: "\f3a5";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-ghost:before {
  content: "\f6e2";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-gifts:before {
  content: "\f79c";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-git-alt:before {
  content: "\f841";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-github:before {
  content: "\f09b";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-gitkraken:before {
  content: "\f3a6";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-gitter:before {
  content: "\f426";
}

.fa-glass-cheers:before {
  content: "\f79f";
}

.fa-glass-martini:before {
  content: "\f000";
}

.fa-glass-martini-alt:before {
  content: "\f57b";
}

.fa-glass-whiskey:before {
  content: "\f7a0";
}

.fa-glasses:before {
  content: "\f530";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-globe-africa:before {
  content: "\f57c";
}

.fa-globe-americas:before {
  content: "\f57d";
}

.fa-globe-asia:before {
  content: "\f57e";
}

.fa-globe-europe:before {
  content: "\f7a2";
}

.fa-gofore:before {
  content: "\f3a7";
}

.fa-golf-ball:before {
  content: "\f450";
}

.fa-goodreads:before {
  content: "\f3a8";
}

.fa-goodreads-g:before {
  content: "\f3a9";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-google-drive:before {
  content: "\f3aa";
}

.fa-google-pay:before {
  content: "\e079";
}

.fa-google-play:before {
  content: "\f3ab";
}

.fa-google-plus:before {
  content: "\f2b3";
}

.fa-google-plus-g:before {
  content: "\f0d5";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-gopuram:before {
  content: "\f664";
}

.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-gratipay:before {
  content: "\f184";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-greater-than:before {
  content: "\f531";
}

.fa-greater-than-equal:before {
  content: "\f532";
}

.fa-grimace:before {
  content: "\f57f";
}

.fa-grin:before {
  content: "\f580";
}

.fa-grin-alt:before {
  content: "\f581";
}

.fa-grin-beam:before {
  content: "\f582";
}

.fa-grin-beam-sweat:before {
  content: "\f583";
}

.fa-grin-hearts:before {
  content: "\f584";
}

.fa-grin-squint:before {
  content: "\f585";
}

.fa-grin-squint-tears:before {
  content: "\f586";
}

.fa-grin-stars:before {
  content: "\f587";
}

.fa-grin-tears:before {
  content: "\f588";
}

.fa-grin-tongue:before {
  content: "\f589";
}

.fa-grin-tongue-squint:before {
  content: "\f58a";
}

.fa-grin-tongue-wink:before {
  content: "\f58b";
}

.fa-grin-wink:before {
  content: "\f58c";
}

.fa-grip-horizontal:before {
  content: "\f58d";
}

.fa-grip-lines:before {
  content: "\f7a4";
}

.fa-grip-lines-vertical:before {
  content: "\f7a5";
}

.fa-grip-vertical:before {
  content: "\f58e";
}

.fa-gripfire:before {
  content: "\f3ac";
}

.fa-grunt:before {
  content: "\f3ad";
}

.fa-guilded:before {
  content: "\e07e";
}

.fa-guitar:before {
  content: "\f7a6";
}

.fa-gulp:before {
  content: "\f3ae";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-hacker-news-square:before {
  content: "\f3af";
}

.fa-hackerrank:before {
  content: "\f5f7";
}

.fa-hamburger:before {
  content: "\f805";
}

.fa-hammer:before {
  content: "\f6e3";
}

.fa-hamsa:before {
  content: "\f665";
}

.fa-hand-holding:before {
  content: "\f4bd";
}

.fa-hand-holding-heart:before {
  content: "\f4be";
}

.fa-hand-holding-medical:before {
  content: "\e05c";
}

.fa-hand-holding-usd:before {
  content: "\f4c0";
}

.fa-hand-holding-water:before {
  content: "\f4c1";
}

.fa-hand-lizard:before {
  content: "\f258";
}

.fa-hand-middle-finger:before {
  content: "\f806";
}

.fa-hand-paper:before {
  content: "\f256";
}

.fa-hand-peace:before {
  content: "\f25b";
}

.fa-hand-point-down:before {
  content: "\f0a7";
}

.fa-hand-point-left:before {
  content: "\f0a5";
}

.fa-hand-point-right:before {
  content: "\f0a4";
}

.fa-hand-point-up:before {
  content: "\f0a6";
}

.fa-hand-pointer:before {
  content: "\f25a";
}

.fa-hand-rock:before {
  content: "\f255";
}

.fa-hand-scissors:before {
  content: "\f257";
}

.fa-hand-sparkles:before {
  content: "\e05d";
}

.fa-hand-spock:before {
  content: "\f259";
}

.fa-hands:before {
  content: "\f4c2";
}

.fa-hands-helping:before {
  content: "\f4c4";
}

.fa-hands-wash:before {
  content: "\e05e";
}

.fa-handshake:before {
  content: "\f2b5";
}

.fa-handshake-alt-slash:before {
  content: "\e05f";
}

.fa-handshake-slash:before {
  content: "\e060";
}

.fa-hanukiah:before {
  content: "\f6e6";
}

.fa-hard-hat:before {
  content: "\f807";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-hat-cowboy:before {
  content: "\f8c0";
}

.fa-hat-cowboy-side:before {
  content: "\f8c1";
}

.fa-hat-wizard:before {
  content: "\f6e8";
}

.fa-hdd:before {
  content: "\f0a0";
}

.fa-head-side-cough:before {
  content: "\e061";
}

.fa-head-side-cough-slash:before {
  content: "\e062";
}

.fa-head-side-mask:before {
  content: "\e063";
}

.fa-head-side-virus:before {
  content: "\e064";
}

.fa-heading:before {
  content: "\f1dc";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-headphones-alt:before {
  content: "\f58f";
}

.fa-headset:before {
  content: "\f590";
}

.fa-heart:before {
  content: "\f004";
}

.fa-heart-broken:before {
  content: "\f7a9";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-helicopter:before {
  content: "\f533";
}

.fa-highlighter:before {
  content: "\f591";
}

.fa-hiking:before {
  content: "\f6ec";
}

.fa-hippo:before {
  content: "\f6ed";
}

.fa-hips:before {
  content: "\f452";
}

.fa-hire-a-helper:before {
  content: "\f3b0";
}

.fa-history:before {
  content: "\f1da";
}

.fa-hive:before {
  content: "\e07f";
}

.fa-hockey-puck:before {
  content: "\f453";
}

.fa-holly-berry:before {
  content: "\f7aa";
}

.fa-home:before {
  content: "\f015";
}

.fa-hooli:before {
  content: "\f427";
}

.fa-hornbill:before {
  content: "\f592";
}

.fa-horse:before {
  content: "\f6f0";
}

.fa-horse-head:before {
  content: "\f7ab";
}

.fa-hospital:before {
  content: "\f0f8";
}

.fa-hospital-alt:before {
  content: "\f47d";
}

.fa-hospital-symbol:before {
  content: "\f47e";
}

.fa-hospital-user:before {
  content: "\f80d";
}

.fa-hot-tub:before {
  content: "\f593";
}

.fa-hotdog:before {
  content: "\f80f";
}

.fa-hotel:before {
  content: "\f594";
}

.fa-hotjar:before {
  content: "\f3b1";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-start:before {
  content: "\f251";
}

.fa-house-damage:before {
  content: "\f6f1";
}

.fa-house-user:before {
  content: "\e065";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-hryvnia:before {
  content: "\f6f2";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-hubspot:before {
  content: "\f3b2";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-ice-cream:before {
  content: "\f810";
}

.fa-icicles:before {
  content: "\f7ad";
}

.fa-icons:before {
  content: "\f86d";
}

.fa-id-badge:before {
  content: "\f2c1";
}

.fa-id-card:before {
  content: "\f2c2";
}

.fa-id-card-alt:before {
  content: "\f47f";
}

.fa-ideal:before {
  content: "\e013";
}

.fa-igloo:before {
  content: "\f7ae";
}

.fa-image:before {
  content: "\f03e";
}

.fa-images:before {
  content: "\f302";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-industry:before {
  content: "\f275";
}

.fa-infinity:before {
  content: "\f534";
}

.fa-info:before {
  content: "\f129";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-innosoft:before {
  content: "\e080";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-instagram-square:before {
  content: "\e055";
}

.fa-instalod:before {
  content: "\e081";
}

.fa-intercom:before {
  content: "\f7af";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-invision:before {
  content: "\f7b0";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-italic:before {
  content: "\f033";
}

.fa-itch-io:before {
  content: "\f83a";
}

.fa-itunes:before {
  content: "\f3b4";
}

.fa-itunes-note:before {
  content: "\f3b5";
}

.fa-java:before {
  content: "\f4e4";
}

.fa-jedi:before {
  content: "\f669";
}

.fa-jedi-order:before {
  content: "\f50e";
}

.fa-jenkins:before {
  content: "\f3b6";
}

.fa-jira:before {
  content: "\f7b1";
}

.fa-joget:before {
  content: "\f3b7";
}

.fa-joint:before {
  content: "\f595";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-journal-whills:before {
  content: "\f66a";
}

.fa-js:before {
  content: "\f3b8";
}

.fa-js-square:before {
  content: "\f3b9";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-kaaba:before {
  content: "\f66b";
}

.fa-kaggle:before {
  content: "\f5fa";
}

.fa-key:before {
  content: "\f084";
}

.fa-keybase:before {
  content: "\f4f5";
}

.fa-keyboard:before {
  content: "\f11c";
}

.fa-keycdn:before {
  content: "\f3ba";
}

.fa-khanda:before {
  content: "\f66d";
}

.fa-kickstarter:before {
  content: "\f3bb";
}

.fa-kickstarter-k:before {
  content: "\f3bc";
}

.fa-kiss:before {
  content: "\f596";
}

.fa-kiss-beam:before {
  content: "\f597";
}

.fa-kiss-wink-heart:before {
  content: "\f598";
}

.fa-kiwi-bird:before {
  content: "\f535";
}

.fa-korvue:before {
  content: "\f42f";
}

.fa-landmark:before {
  content: "\f66f";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-laptop-code:before {
  content: "\f5fc";
}

.fa-laptop-house:before {
  content: "\e066";
}

.fa-laptop-medical:before {
  content: "\f812";
}

.fa-laravel:before {
  content: "\f3bd";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-laugh:before {
  content: "\f599";
}

.fa-laugh-beam:before {
  content: "\f59a";
}

.fa-laugh-squint:before {
  content: "\f59b";
}

.fa-laugh-wink:before {
  content: "\f59c";
}

.fa-layer-group:before {
  content: "\f5fd";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-lemon:before {
  content: "\f094";
}

.fa-less:before {
  content: "\f41d";
}

.fa-less-than:before {
  content: "\f536";
}

.fa-less-than-equal:before {
  content: "\f537";
}

.fa-level-down-alt:before {
  content: "\f3be";
}

.fa-level-up-alt:before {
  content: "\f3bf";
}

.fa-life-ring:before {
  content: "\f1cd";
}

.fa-lightbulb:before {
  content: "\f0eb";
}

.fa-line:before {
  content: "\f3c0";
}

.fa-link:before {
  content: "\f0c1";
}

.fa-linkedin:before {
  content: "\f08c";
}

.fa-linkedin-in:before {
  content: "\f0e1";
}

.fa-linode:before {
  content: "\f2b8";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-lira-sign:before {
  content: "\f195";
}

.fa-list:before {
  content: "\f03a";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-lock:before {
  content: "\f023";
}

.fa-lock-open:before {
  content: "\f3c1";
}

.fa-long-arrow-alt-down:before {
  content: "\f309";
}

.fa-long-arrow-alt-left:before {
  content: "\f30a";
}

.fa-long-arrow-alt-right:before {
  content: "\f30b";
}

.fa-long-arrow-alt-up:before {
  content: "\f30c";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-luggage-cart:before {
  content: "\f59d";
}

.fa-lungs:before {
  content: "\f604";
}

.fa-lungs-virus:before {
  content: "\e067";
}

.fa-lyft:before {
  content: "\f3c3";
}

.fa-magento:before {
  content: "\f3c4";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-mail-bulk:before {
  content: "\f674";
}

.fa-mailchimp:before {
  content: "\f59e";
}

.fa-male:before {
  content: "\f183";
}

.fa-mandalorian:before {
  content: "\f50f";
}

.fa-map:before {
  content: "\f279";
}

.fa-map-marked:before {
  content: "\f59f";
}

.fa-map-marked-alt:before {
  content: "\f5a0";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-map-marker-alt:before {
  content: "\f3c5";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-markdown:before {
  content: "\f60f";
}

.fa-marker:before {
  content: "\f5a1";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mask:before {
  content: "\f6fa";
}

.fa-mastodon:before {
  content: "\f4f6";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-mdb:before {
  content: "\f8ca";
}

.fa-medal:before {
  content: "\f5a2";
}

.fa-medapps:before {
  content: "\f3c6";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-medium-m:before {
  content: "\f3c7";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-medrt:before {
  content: "\f3c8";
}

.fa-meetup:before {
  content: "\f2e0";
}

.fa-megaport:before {
  content: "\f5a3";
}

.fa-meh:before {
  content: "\f11a";
}

.fa-meh-blank:before {
  content: "\f5a4";
}

.fa-meh-rolling-eyes:before {
  content: "\f5a5";
}

.fa-memory:before {
  content: "\f538";
}

.fa-mendeley:before {
  content: "\f7b3";
}

.fa-menorah:before {
  content: "\f676";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-meteor:before {
  content: "\f753";
}

.fa-microblog:before {
  content: "\e01a";
}

.fa-microchip:before {
  content: "\f2db";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-alt:before {
  content: "\f3c9";
}

.fa-microphone-alt-slash:before {
  content: "\f539";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-microscope:before {
  content: "\f610";
}

.fa-microsoft:before {
  content: "\f3ca";
}

.fa-minus:before {
  content: "\f068";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-mitten:before {
  content: "\f7b5";
}

.fa-mix:before {
  content: "\f3cb";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-mixer:before {
  content: "\e056";
}

.fa-mizuni:before {
  content: "\f3cc";
}

.fa-mobile:before {
  content: "\f10b";
}

.fa-mobile-alt:before {
  content: "\f3cd";
}

.fa-modx:before {
  content: "\f285";
}

.fa-monero:before {
  content: "\f3d0";
}

.fa-money-bill:before {
  content: "\f0d6";
}

.fa-money-bill-alt:before {
  content: "\f3d1";
}

.fa-money-bill-wave:before {
  content: "\f53a";
}

.fa-money-bill-wave-alt:before {
  content: "\f53b";
}

.fa-money-check:before {
  content: "\f53c";
}

.fa-money-check-alt:before {
  content: "\f53d";
}

.fa-monument:before {
  content: "\f5a6";
}

.fa-moon:before {
  content: "\f186";
}

.fa-mortar-pestle:before {
  content: "\f5a7";
}

.fa-mosque:before {
  content: "\f678";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-mountain:before {
  content: "\f6fc";
}

.fa-mouse:before {
  content: "\f8cc";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-mug-hot:before {
  content: "\f7b6";
}

.fa-music:before {
  content: "\f001";
}

.fa-napster:before {
  content: "\f3d2";
}

.fa-neos:before {
  content: "\f612";
}

.fa-network-wired:before {
  content: "\f6ff";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-newspaper:before {
  content: "\f1ea";
}

.fa-nimblr:before {
  content: "\f5a8";
}

.fa-node:before {
  content: "\f419";
}

.fa-node-js:before {
  content: "\f3d3";
}

.fa-not-equal:before {
  content: "\f53e";
}

.fa-notes-medical:before {
  content: "\f481";
}

.fa-npm:before {
  content: "\f3d4";
}

.fa-ns8:before {
  content: "\f3d5";
}

.fa-nutritionix:before {
  content: "\f3d6";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-octopus-deploy:before {
  content: "\e082";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-oil-can:before {
  content: "\f613";
}

.fa-old-republic:before {
  content: "\f510";
}

.fa-om:before {
  content: "\f679";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-orcid:before {
  content: "\f8d2";
}

.fa-osi:before {
  content: "\f41a";
}

.fa-otter:before {
  content: "\f700";
}

.fa-outdent:before {
  content: "\f03b";
}

.fa-page4:before {
  content: "\f3d7";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-pager:before {
  content: "\f815";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-paint-roller:before {
  content: "\f5aa";
}

.fa-palette:before {
  content: "\f53f";
}

.fa-palfed:before {
  content: "\f3d8";
}

.fa-pallet:before {
  content: "\f482";
}

.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-parachute-box:before {
  content: "\f4cd";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-parking:before {
  content: "\f540";
}

.fa-passport:before {
  content: "\f5ab";
}

.fa-pastafarianism:before {
  content: "\f67b";
}

.fa-paste:before {
  content: "\f0ea";
}

.fa-patreon:before {
  content: "\f3d9";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-peace:before {
  content: "\f67c";
}

.fa-pen:before {
  content: "\f304";
}

.fa-pen-alt:before {
  content: "\f305";
}

.fa-pen-fancy:before {
  content: "\f5ac";
}

.fa-pen-nib:before {
  content: "\f5ad";
}

.fa-pen-square:before {
  content: "\f14b";
}

.fa-pencil-alt:before {
  content: "\f303";
}

.fa-pencil-ruler:before {
  content: "\f5ae";
}

.fa-penny-arcade:before {
  content: "\f704";
}

.fa-people-arrows:before {
  content: "\e068";
}

.fa-people-carry:before {
  content: "\f4ce";
}

.fa-pepper-hot:before {
  content: "\f816";
}

.fa-perbyte:before {
  content: "\e083";
}

.fa-percent:before {
  content: "\f295";
}

.fa-percentage:before {
  content: "\f541";
}

.fa-periscope:before {
  content: "\f3da";
}

.fa-person-booth:before {
  content: "\f756";
}

.fa-phabricator:before {
  content: "\f3db";
}

.fa-phoenix-framework:before {
  content: "\f3dc";
}

.fa-phoenix-squadron:before {
  content: "\f511";
}

.fa-phone:before {
  content: "\f095";
}

.fa-phone-alt:before {
  content: "\f879";
}

.fa-phone-slash:before {
  content: "\f3dd";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-phone-square-alt:before {
  content: "\f87b";
}

.fa-phone-volume:before {
  content: "\f2a0";
}

.fa-photo-video:before {
  content: "\f87c";
}

.fa-php:before {
  content: "\f457";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-pied-piper-hat:before {
  content: "\f4e5";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-pied-piper-square:before {
  content: "\e01e";
}

.fa-piggy-bank:before {
  content: "\f4d3";
}

.fa-pills:before {
  content: "\f484";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-pizza-slice:before {
  content: "\f818";
}

.fa-place-of-worship:before {
  content: "\f67f";
}

.fa-plane:before {
  content: "\f072";
}

.fa-plane-arrival:before {
  content: "\f5af";
}

.fa-plane-departure:before {
  content: "\f5b0";
}

.fa-plane-slash:before {
  content: "\e069";
}

.fa-play:before {
  content: "\f04b";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-playstation:before {
  content: "\f3df";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-plus:before {
  content: "\f067";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-podcast:before {
  content: "\f2ce";
}

.fa-poll:before {
  content: "\f681";
}

.fa-poll-h:before {
  content: "\f682";
}

.fa-poo:before {
  content: "\f2fe";
}

.fa-poo-storm:before {
  content: "\f75a";
}

.fa-poop:before {
  content: "\f619";
}

.fa-portrait:before {
  content: "\f3e0";
}

.fa-pound-sign:before {
  content: "\f154";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-pray:before {
  content: "\f683";
}

.fa-praying-hands:before {
  content: "\f684";
}

.fa-prescription:before {
  content: "\f5b1";
}

.fa-prescription-bottle:before {
  content: "\f485";
}

.fa-prescription-bottle-alt:before {
  content: "\f486";
}

.fa-print:before {
  content: "\f02f";
}

.fa-procedures:before {
  content: "\f487";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-project-diagram:before {
  content: "\f542";
}

.fa-pump-medical:before {
  content: "\e06a";
}

.fa-pump-soap:before {
  content: "\e06b";
}

.fa-pushed:before {
  content: "\f3e1";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-python:before {
  content: "\f3e2";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-question:before {
  content: "\f128";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-quidditch:before {
  content: "\f458";
}

.fa-quinscape:before {
  content: "\f459";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-quran:before {
  content: "\f687";
}

.fa-r-project:before {
  content: "\f4f7";
}

.fa-radiation:before {
  content: "\f7b9";
}

.fa-radiation-alt:before {
  content: "\f7ba";
}

.fa-rainbow:before {
  content: "\f75b";
}

.fa-random:before {
  content: "\f074";
}

.fa-raspberry-pi:before {
  content: "\f7bb";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-react:before {
  content: "\f41b";
}

.fa-reacteurope:before {
  content: "\f75d";
}

.fa-readme:before {
  content: "\f4d5";
}

.fa-rebel:before {
  content: "\f1d0";
}

.fa-receipt:before {
  content: "\f543";
}

.fa-record-vinyl:before {
  content: "\f8d9";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-red-river:before {
  content: "\f3e3";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-redhat:before {
  content: "\f7bc";
}

.fa-redo:before {
  content: "\f01e";
}

.fa-redo-alt:before {
  content: "\f2f9";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-remove-format:before {
  content: "\f87d";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-reply:before {
  content: "\f3e5";
}

.fa-reply-all:before {
  content: "\f122";
}

.fa-replyd:before {
  content: "\f3e6";
}

.fa-republican:before {
  content: "\f75e";
}

.fa-researchgate:before {
  content: "\f4f8";
}

.fa-resolving:before {
  content: "\f3e7";
}

.fa-restroom:before {
  content: "\f7bd";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-rev:before {
  content: "\f5b2";
}

.fa-ribbon:before {
  content: "\f4d6";
}

.fa-ring:before {
  content: "\f70b";
}

.fa-road:before {
  content: "\f018";
}

.fa-robot:before {
  content: "\f544";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-rocketchat:before {
  content: "\f3e8";
}

.fa-rockrms:before {
  content: "\f3e9";
}

.fa-route:before {
  content: "\f4d7";
}

.fa-rss:before {
  content: "\f09e";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-ruble-sign:before {
  content: "\f158";
}

.fa-ruler:before {
  content: "\f545";
}

.fa-ruler-combined:before {
  content: "\f546";
}

.fa-ruler-horizontal:before {
  content: "\f547";
}

.fa-ruler-vertical:before {
  content: "\f548";
}

.fa-running:before {
  content: "\f70c";
}

.fa-rupee-sign:before {
  content: "\f156";
}

.fa-rust:before {
  content: "\e07a";
}

.fa-sad-cry:before {
  content: "\f5b3";
}

.fa-sad-tear:before {
  content: "\f5b4";
}

.fa-safari:before {
  content: "\f267";
}

.fa-salesforce:before {
  content: "\f83b";
}

.fa-sass:before {
  content: "\f41e";
}

.fa-satellite:before {
  content: "\f7bf";
}

.fa-satellite-dish:before {
  content: "\f7c0";
}

.fa-save:before {
  content: "\f0c7";
}

.fa-schlix:before {
  content: "\f3ea";
}

.fa-school:before {
  content: "\f549";
}

.fa-screwdriver:before {
  content: "\f54a";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-scroll:before {
  content: "\f70e";
}

.fa-sd-card:before {
  content: "\f7c2";
}

.fa-search:before {
  content: "\f002";
}

.fa-search-dollar:before {
  content: "\f688";
}

.fa-search-location:before {
  content: "\f689";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-searchengin:before {
  content: "\f3eb";
}

.fa-seedling:before {
  content: "\f4d8";
}

.fa-sellcast:before {
  content: "\f2da";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-server:before {
  content: "\f233";
}

.fa-servicestack:before {
  content: "\f3ec";
}

.fa-shapes:before {
  content: "\f61f";
}

.fa-share:before {
  content: "\f064";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-shekel-sign:before {
  content: "\f20b";
}

.fa-shield-alt:before {
  content: "\f3ed";
}

.fa-shield-virus:before {
  content: "\e06c";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-shipping-fast:before {
  content: "\f48b";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-shoe-prints:before {
  content: "\f54b";
}

.fa-shopify:before {
  content: "\e057";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-shopware:before {
  content: "\f5b5";
}

.fa-shower:before {
  content: "\f2cc";
}

.fa-shuttle-van:before {
  content: "\f5b6";
}

.fa-sign:before {
  content: "\f4d9";
}

.fa-sign-in-alt:before {
  content: "\f2f6";
}

.fa-sign-language:before {
  content: "\f2a7";
}

.fa-sign-out-alt:before {
  content: "\f2f5";
}

.fa-signal:before {
  content: "\f012";
}

.fa-signature:before {
  content: "\f5b7";
}

.fa-sim-card:before {
  content: "\f7c4";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-sink:before {
  content: "\e06d";
}

.fa-sistrix:before {
  content: "\f3ee";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-sith:before {
  content: "\f512";
}

.fa-skating:before {
  content: "\f7c5";
}

.fa-sketch:before {
  content: "\f7c6";
}

.fa-skiing:before {
  content: "\f7c9";
}

.fa-skiing-nordic:before {
  content: "\f7ca";
}

.fa-skull:before {
  content: "\f54c";
}

.fa-skull-crossbones:before {
  content: "\f714";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-slack:before {
  content: "\f198";
}

.fa-slack-hash:before {
  content: "\f3ef";
}

.fa-slash:before {
  content: "\f715";
}

.fa-sleigh:before {
  content: "\f7cc";
}

.fa-sliders-h:before {
  content: "\f1de";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-smile:before {
  content: "\f118";
}

.fa-smile-beam:before {
  content: "\f5b8";
}

.fa-smile-wink:before {
  content: "\f4da";
}

.fa-smog:before {
  content: "\f75f";
}

.fa-smoking:before {
  content: "\f48d";
}

.fa-smoking-ban:before {
  content: "\f54d";
}

.fa-sms:before {
  content: "\f7cd";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-snowboarding:before {
  content: "\f7ce";
}

.fa-snowflake:before {
  content: "\f2dc";
}

.fa-snowman:before {
  content: "\f7d0";
}

.fa-snowplow:before {
  content: "\f7d2";
}

.fa-soap:before {
  content: "\e06e";
}

.fa-socks:before {
  content: "\f696";
}

.fa-solar-panel:before {
  content: "\f5ba";
}

.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-alpha-down:before {
  content: "\f15d";
}

.fa-sort-alpha-down-alt:before {
  content: "\f881";
}

.fa-sort-alpha-up:before {
  content: "\f15e";
}

.fa-sort-alpha-up-alt:before {
  content: "\f882";
}

.fa-sort-amount-down:before {
  content: "\f160";
}

.fa-sort-amount-down-alt:before {
  content: "\f884";
}

.fa-sort-amount-up:before {
  content: "\f161";
}

.fa-sort-amount-up-alt:before {
  content: "\f885";
}

.fa-sort-down:before {
  content: "\f0dd";
}

.fa-sort-numeric-down:before {
  content: "\f162";
}

.fa-sort-numeric-down-alt:before {
  content: "\f886";
}

.fa-sort-numeric-up:before {
  content: "\f163";
}

.fa-sort-numeric-up-alt:before {
  content: "\f887";
}

.fa-sort-up:before {
  content: "\f0de";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-sourcetree:before {
  content: "\f7d3";
}

.fa-spa:before {
  content: "\f5bb";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-speakap:before {
  content: "\f3f3";
}

.fa-speaker-deck:before {
  content: "\f83c";
}

.fa-spell-check:before {
  content: "\f891";
}

.fa-spider:before {
  content: "\f717";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-splotch:before {
  content: "\f5bc";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-spray-can:before {
  content: "\f5bd";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-square-full:before {
  content: "\f45c";
}

.fa-square-root-alt:before {
  content: "\f698";
}

.fa-squarespace:before {
  content: "\f5be";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-stackpath:before {
  content: "\f842";
}

.fa-stamp:before {
  content: "\f5bf";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-and-crescent:before {
  content: "\f699";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-star-half-alt:before {
  content: "\f5c0";
}

.fa-star-of-david:before {
  content: "\f69a";
}

.fa-star-of-life:before {
  content: "\f621";
}

.fa-staylinked:before {
  content: "\f3f5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-steam-symbol:before {
  content: "\f3f6";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-sticker-mule:before {
  content: "\f3f7";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stopwatch:before {
  content: "\f2f2";
}

.fa-stopwatch-20:before {
  content: "\e06f";
}

.fa-store:before {
  content: "\f54e";
}

.fa-store-alt:before {
  content: "\f54f";
}

.fa-store-alt-slash:before {
  content: "\e070";
}

.fa-store-slash:before {
  content: "\e071";
}

.fa-strava:before {
  content: "\f428";
}

.fa-stream:before {
  content: "\f550";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-stripe:before {
  content: "\f429";
}

.fa-stripe-s:before {
  content: "\f42a";
}

.fa-stroopwafel:before {
  content: "\f551";
}

.fa-studiovinari:before {
  content: "\f3f8";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-subway:before {
  content: "\f239";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-suitcase-rolling:before {
  content: "\f5c1";
}

.fa-sun:before {
  content: "\f185";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-supple:before {
  content: "\f3f9";
}

.fa-surprise:before {
  content: "\f5c2";
}

.fa-suse:before {
  content: "\f7d6";
}

.fa-swatchbook:before {
  content: "\f5c3";
}

.fa-swift:before {
  content: "\f8e1";
}

.fa-swimmer:before {
  content: "\f5c4";
}

.fa-swimming-pool:before {
  content: "\f5c5";
}

.fa-symfony:before {
  content: "\f83d";
}

.fa-synagogue:before {
  content: "\f69b";
}

.fa-sync:before {
  content: "\f021";
}

.fa-sync-alt:before {
  content: "\f2f1";
}

.fa-syringe:before {
  content: "\f48e";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-table-tennis:before {
  content: "\f45d";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-tablet-alt:before {
  content: "\f3fa";
}

.fa-tablets:before {
  content: "\f490";
}

.fa-tachometer-alt:before {
  content: "\f3fd";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-tape:before {
  content: "\f4db";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-taxi:before {
  content: "\f1ba";
}

.fa-teamspeak:before {
  content: "\f4f9";
}

.fa-teeth:before {
  content: "\f62e";
}

.fa-teeth-open:before {
  content: "\f62f";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-telegram-plane:before {
  content: "\f3fe";
}

.fa-temperature-high:before {
  content: "\f769";
}

.fa-temperature-low:before {
  content: "\f76b";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-tenge:before {
  content: "\f7d7";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-the-red-yeti:before {
  content: "\f69d";
}

.fa-theater-masks:before {
  content: "\f630";
}

.fa-themeco:before {
  content: "\f5c6";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-thermometer:before {
  content: "\f491";
}

.fa-thermometer-empty:before {
  content: "\f2cb";
}

.fa-thermometer-full:before {
  content: "\f2c7";
}

.fa-thermometer-half:before {
  content: "\f2c9";
}

.fa-thermometer-quarter:before {
  content: "\f2ca";
}

.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

.fa-think-peaks:before {
  content: "\f731";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbtack:before {
  content: "\f08d";
}

.fa-ticket-alt:before {
  content: "\f3ff";
}

.fa-tiktok:before {
  content: "\e07b";
}

.fa-times:before {
  content: "\f00d";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-tint:before {
  content: "\f043";
}

.fa-tint-slash:before {
  content: "\f5c7";
}

.fa-tired:before {
  content: "\f5c8";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-toilet:before {
  content: "\f7d8";
}

.fa-toilet-paper:before {
  content: "\f71e";
}

.fa-toilet-paper-slash:before {
  content: "\e072";
}

.fa-toolbox:before {
  content: "\f552";
}

.fa-tools:before {
  content: "\f7d9";
}

.fa-tooth:before {
  content: "\f5c9";
}

.fa-torah:before {
  content: "\f6a0";
}

.fa-torii-gate:before {
  content: "\f6a1";
}

.fa-tractor:before {
  content: "\f722";
}

.fa-trade-federation:before {
  content: "\f513";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-traffic-light:before {
  content: "\f637";
}

.fa-trailer:before {
  content: "\e041";
}

.fa-train:before {
  content: "\f238";
}

.fa-tram:before {
  content: "\f7da";
}

.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-trash-alt:before {
  content: "\f2ed";
}

.fa-trash-restore:before {
  content: "\f829";
}

.fa-trash-restore-alt:before {
  content: "\f82a";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-trello:before {
  content: "\f181";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-truck-loading:before {
  content: "\f4de";
}

.fa-truck-monster:before {
  content: "\f63b";
}

.fa-truck-moving:before {
  content: "\f4df";
}

.fa-truck-pickup:before {
  content: "\f63c";
}

.fa-tshirt:before {
  content: "\f553";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-tv:before {
  content: "\f26c";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-typo3:before {
  content: "\f42b";
}

.fa-uber:before {
  content: "\f402";
}

.fa-ubuntu:before {
  content: "\f7df";
}

.fa-uikit:before {
  content: "\f403";
}

.fa-umbraco:before {
  content: "\f8e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-umbrella-beach:before {
  content: "\f5ca";
}

.fa-uncharted:before {
  content: "\e084";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-undo:before {
  content: "\f0e2";
}

.fa-undo-alt:before {
  content: "\f2ea";
}

.fa-uniregistry:before {
  content: "\f404";
}

.fa-unity:before {
  content: "\e049";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-university:before {
  content: "\f19c";
}

.fa-unlink:before {
  content: "\f127";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-unsplash:before {
  content: "\e07c";
}

.fa-untappd:before {
  content: "\f405";
}

.fa-upload:before {
  content: "\f093";
}

.fa-ups:before {
  content: "\f7e0";
}

.fa-usb:before {
  content: "\f287";
}

.fa-user:before {
  content: "\f007";
}

.fa-user-alt:before {
  content: "\f406";
}

.fa-user-alt-slash:before {
  content: "\f4fa";
}

.fa-user-astronaut:before {
  content: "\f4fb";
}

.fa-user-check:before {
  content: "\f4fc";
}

.fa-user-circle:before {
  content: "\f2bd";
}

.fa-user-clock:before {
  content: "\f4fd";
}

.fa-user-cog:before {
  content: "\f4fe";
}

.fa-user-edit:before {
  content: "\f4ff";
}

.fa-user-friends:before {
  content: "\f500";
}

.fa-user-graduate:before {
  content: "\f501";
}

.fa-user-injured:before {
  content: "\f728";
}

.fa-user-lock:before {
  content: "\f502";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-user-minus:before {
  content: "\f503";
}

.fa-user-ninja:before {
  content: "\f504";
}

.fa-user-nurse:before {
  content: "\f82f";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-user-shield:before {
  content: "\f505";
}

.fa-user-slash:before {
  content: "\f506";
}

.fa-user-tag:before {
  content: "\f507";
}

.fa-user-tie:before {
  content: "\f508";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-users:before {
  content: "\f0c0";
}

.fa-users-cog:before {
  content: "\f509";
}

.fa-users-slash:before {
  content: "\e073";
}

.fa-usps:before {
  content: "\f7e1";
}

.fa-ussunnah:before {
  content: "\f407";
}

.fa-utensil-spoon:before {
  content: "\f2e5";
}

.fa-utensils:before {
  content: "\f2e7";
}

.fa-vaadin:before {
  content: "\f408";
}

.fa-vector-square:before {
  content: "\f5cb";
}

.fa-venus:before {
  content: "\f221";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-vest:before {
  content: "\e085";
}

.fa-vest-patches:before {
  content: "\e086";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-vial:before {
  content: "\f492";
}

.fa-vials:before {
  content: "\f493";
}

.fa-viber:before {
  content: "\f409";
}

.fa-video:before {
  content: "\f03d";
}

.fa-video-slash:before {
  content: "\f4e2";
}

.fa-vihara:before {
  content: "\f6a7";
}

.fa-vimeo:before {
  content: "\f40a";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-vimeo-v:before {
  content: "\f27d";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-virus:before {
  content: "\e074";
}

.fa-virus-slash:before {
  content: "\e075";
}

.fa-viruses:before {
  content: "\e076";
}

.fa-vk:before {
  content: "\f189";
}

.fa-vnv:before {
  content: "\f40b";
}

.fa-voicemail:before {
  content: "\f897";
}

.fa-volleyball-ball:before {
  content: "\f45f";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-mute:before {
  content: "\f6a9";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-vote-yea:before {
  content: "\f772";
}

.fa-vr-cardboard:before {
  content: "\f729";
}

.fa-vuejs:before {
  content: "\f41f";
}

.fa-walking:before {
  content: "\f554";
}

.fa-wallet:before {
  content: "\f555";
}

.fa-warehouse:before {
  content: "\f494";
}

.fa-watchman-monitoring:before {
  content: "\e087";
}

.fa-water:before {
  content: "\f773";
}

.fa-wave-square:before {
  content: "\f83e";
}

.fa-waze:before {
  content: "\f83f";
}

.fa-weebly:before {
  content: "\f5cc";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-weight:before {
  content: "\f496";
}

.fa-weight-hanging:before {
  content: "\f5cd";
}

.fa-weixin:before {
  content: "\f1d7";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-whatsapp-square:before {
  content: "\f40c";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-whmcs:before {
  content: "\f40d";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-wind:before {
  content: "\f72e";
}

.fa-window-close:before {
  content: "\f410";
}

.fa-window-maximize:before {
  content: "\f2d0";
}

.fa-window-minimize:before {
  content: "\f2d1";
}

.fa-window-restore:before {
  content: "\f2d2";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-wine-bottle:before {
  content: "\f72f";
}

.fa-wine-glass:before {
  content: "\f4e3";
}

.fa-wine-glass-alt:before {
  content: "\f5ce";
}

.fa-wix:before {
  content: "\f5cf";
}

.fa-wizards-of-the-coast:before {
  content: "\f730";
}

.fa-wodu:before {
  content: "\e088";
}

.fa-wolf-pack-battalion:before {
  content: "\f514";
}

.fa-won-sign:before {
  content: "\f159";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-wordpress-simple:before {
  content: "\f411";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-wpressr:before {
  content: "\f3e4";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-x-ray:before {
  content: "\f497";
}

.fa-xbox:before {
  content: "\f412";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-y-combinator:before {
  content: "\f23b";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-yammer:before {
  content: "\f840";
}

.fa-yandex:before {
  content: "\f413";
}

.fa-yandex-international:before {
  content: "\f414";
}

.fa-yarn:before {
  content: "\f7e3";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-yen-sign:before {
  content: "\f157";
}

.fa-yin-yang:before {
  content: "\f6ad";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-youtube-square:before {
  content: "\f431";
}

.fa-zhihu:before {
  content: "\f63f";
}

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(/pae/../webfonts/fa-brands-400.eot);
  src: url(/pae/../webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"), url(/pae/../webfonts/fa-brands-400.woff2) format("woff2"), url(/pae/../webfonts/fa-brands-400.woff) format("woff"), url(/pae/../webfonts/fa-brands-400.ttf) format("truetype"), url(/pae/../webfonts/fa-brands-400.svg#fontawesome) format("svg");
}
.fab {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(/pae/../webfonts/fa-regular-400.eot);
  src: url(/pae/../webfonts/fa-regular-400.eot?#iefix) format("embedded-opentype"), url(/pae/../webfonts/fa-regular-400.woff2) format("woff2"), url(/pae/../webfonts/fa-regular-400.woff) format("woff"), url(/pae/../webfonts/fa-regular-400.ttf) format("truetype"), url(/pae/../webfonts/fa-regular-400.svg#fontawesome) format("svg");
}
.far {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url(/pae/../webfonts/fa-solid-900.eot);
  src: url(/pae/../webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"), url(/pae/../webfonts/fa-solid-900.woff2) format("woff2"), url(/pae/../webfonts/fa-solid-900.woff) format("woff"), url(/pae/../webfonts/fa-solid-900.ttf) format("truetype"), url(/pae/../webfonts/fa-solid-900.svg#fontawesome) format("svg");
}
.fa,
.fas {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

@font-face {
  font-family: "premium-line-icons";
  src: url(/pae/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(/pae/assets/premium-solid-icons.woff2), url(/pae/assets/premium-solid-icons.woff2) format("woff2"), url(/pae/assets/premium-solid-icons.ttf?v6064f) format("truetype"), url(/pae/assets/premium-solid-icons.svg?v6064f#premium-solid-icons) format("svg");
  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";
}

/* -- 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: #25476a;
  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;
}

.tl-content.card {
  width: 70%;
}

/* -- 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: #75868f;
  --bs-card-bg: #fff;
  --bs-dropdown-bg: #fff;
  --bs-headings-color: #373c43;
  --bs-muted-color: #a5b1b8;
  --bs-link-color: #03a9f4;
  --bs-comp-active-bg: #25476a;
  --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: 117, 134, 143;
  --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: 165, 177, 184;
  --bs-link-color-rgb: 3, 169, 244;
  --bs-comp-active-bg-rgb: 37, 71, 106;
  --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: #75868f;
  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: #f7f7f7;
  color: #75868f;
  display: flex;
  flex-direction: column;
  grid-area: 2/2/3/3;
  width: 100%;
  min-width: 0;
  max-width: 100vw;
}

.content .page-title {
  color: var(--bs-gray-100);
  font-size: 2rem;
  font-weight: 400;
  text-transform: capitalize;
}

.content #navPrincipal .nav-link {
  color: var(--bs-gray-200);
}

.content__wrap {
  padding: 1rem 2rem;
}
.content__wrap__content {
  padding: 1rem 3rem;
}

.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: #25476a;
  color: #dee3e9;
  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: #1f3c5a;
  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: #25476a;
    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: #1f3c5a !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: #1f3c5a !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: #25476a;
  border-radius: 0% 0% 100% 100%/0% 0% 3vw 3vw;
  color: #cfd6df;
  display: flex;
  position: relative;
  width: 100%;
}

.hd--expanded .content__header li {
    list-style-type: none;
}

.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: #cfd6df;
}

.hd--expanded .content__header .breadcrumb-item > a {
  color: white;
}

.hd--expanded .content__header .btn-primary {
  background-color: #1e3955;
  border-color: #1e3955;
}

.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: #25476a;
  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: #25476a;
}

.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: inherit !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: #25476a;
  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: #25476a;
}

.root .mainnav__inner .nav-link {
  color: #75868f;
}

.root .mainnav__inner .nav-link.disabled {
  opacity: 0.4;
}

.root .mainnav__inner .nav-link:hover {
  color: #25476a;
}

.root .mainnav__inner .nav-link.active ~ .nav .active {
  color: #25476a;
}

.root .mainnav__inner .nav-link.active ~ .nav .active:hover {
  color: #25476a;
}

.root .mainnav__inner .nav-link i, .root .mainnav__inner .nav-link .nav-icon {
  color: #33475c !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: #75868f !important;
  }
  .mn--min .mainnav__menu > .nav-item > .nav-link.active {
    background-color: #25476a;
    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: #75868f;
  }
  .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: #75868f;
  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: #75868f;
  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: #25476a;
  color: #dee3e9;
}

.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(222, 227, 233, 0.85) !important;
}

.sb--unite .sidebar .btn-primary, .sb--unite .sidebar .form-switch .form-check-input:checked {
  background-color: #516c88;
  border-color: #516c88;
}

.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: #415f7e;
}

.sb--unite .sidebar .nav-callout .nav-link.active {
  box-shadow: inset 0 -0.1875rem white;
}

.sb--unite .sidebar .nav-link {
  color: #dee3e9;
}

.sb--unite .sidebar .nav-link i, .sb--unite .sidebar .nav-link .nav-icon {
  color: rgba(222, 227, 233, 0.65) !important;
}

.sb--unite .sidebar .list-group-item-action, .sb--unite .sidebar .list-group-item {
  color: #dee3e9;
}

.sb--unite .sidebar .list-group-item-action:hover, .sb--unite .sidebar .list-group-item-action:focus {
  background-color: #395877;
  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: #75868f;
  }
  .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: #25476a;
    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: #25476a;
    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 */
}

.maxScroll {
  max-height: 70vh;
}

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: #878787;
    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));
  }
}

/*
Trix 1.3.1
Copyright Â© 2020 Basecamp, LLC
http://trix-editor.org/*/
trix-editor {
  border: 1px solid #bbb;
  border-radius: 3px;
  margin: 0;
  padding: 0.4em 0.6em;
  min-height: 5em;
  outline: none;
}

trix-toolbar * {
  box-sizing: border-box;
  background-color: var(--bs-light);
  border-top-left-radius: 0.4375rem;
  border-top-right-radius: 0.4375rem;
}

trix-toolbar .trix-button-row {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  overflow-x: auto;
  padding: 0.7em 1em 0 1em;
}

trix-toolbar .trix-button-group {
  display: flex;
  margin-bottom: 10px;
  border: 1px solid #bbb;
  border-top-color: #ccc;
  border-bottom-color: #888;
  border-radius: 3px;
}

trix-toolbar .trix-button-group:not(:first-child) {
  margin-left: 1.5vw;
}

@media (max-device-width: 768px) {
  trix-toolbar .trix-button-group:not(:first-child) {
    margin-left: 0;
  }
}
trix-toolbar .trix-button-group-spacer {
  flex-grow: 1;
}

@media (max-device-width: 768px) {
  trix-toolbar .trix-button-group-spacer {
    display: none;
  }
}
trix-toolbar .trix-button {
  position: relative;
  float: left;
  color: rgba(0, 0, 0, 0.6);
  font-size: 0.75em;
  font-weight: 600;
  white-space: nowrap;
  padding: 0 0.5em;
  margin: 0;
  outline: none;
  border: none;
  border-bottom: 1px solid #ddd;
  border-radius: 0;
  background: transparent;
}

trix-toolbar .trix-button:not(:first-child) {
  border-left: 1px solid #ccc;
}

trix-toolbar .trix-button.trix-active {
  background: #cbeefa;
  color: black;
}

trix-toolbar .trix-button:not(:disabled) {
  cursor: pointer;
}

trix-toolbar .trix-button:disabled {
  color: rgba(0, 0, 0, 0.125);
}

@media (max-device-width: 768px) {
  trix-toolbar .trix-button {
    letter-spacing: -0.01em;
    padding: 0 0.3em;
  }
}
trix-toolbar .trix-button--icon {
  font-size: inherit;
  width: 2.6em;
  height: 1.6em;
  max-width: calc(0.8em + 4vw);
  text-indent: -9999px;
}

@media (max-device-width: 768px) {
  trix-toolbar .trix-button--icon {
    height: 2em;
    max-width: calc(0.8em + 3.5vw);
  }
}
trix-toolbar .trix-button--icon::before {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.6;
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

@media (max-device-width: 768px) {
  trix-toolbar .trix-button--icon::before {
    right: 6%;
    left: 6%;
  }
}
trix-toolbar .trix-button--icon.trix-active::before {
  opacity: 1;
}

trix-toolbar .trix-button--icon:disabled::before {
  opacity: 0.125;
}

trix-toolbar .trix-button--icon-attach::before {
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M16.5%206v11.5a4%204%200%201%201-8%200V5a2.5%202.5%200%200%201%205%200v10.5a1%201%200%201%201-2%200V6H10v9.5a2.5%202.5%200%200%200%205%200V5a4%204%200%201%200-8%200v12.5a5.5%205.5%200%200%200%2011%200V6h-1.5z%22%2F%3E%3C%2Fsvg%3E);
  top: 8%;
  bottom: 4%;
}

trix-toolbar .trix-button--icon-bold::before {
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M15.6%2011.8c1-.7%201.6-1.8%201.6-2.8a4%204%200%200%200-4-4H7v14h7c2.1%200%203.7-1.7%203.7-3.8%200-1.5-.8-2.8-2.1-3.4zM10%207.5h3a1.5%201.5%200%201%201%200%203h-3v-3zm3.5%209H10v-3h3.5a1.5%201.5%200%201%201%200%203z%22%2F%3E%3C%2Fsvg%3E);
}

trix-toolbar .trix-button--icon-italic::before {
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M10%205v3h2.2l-3.4%208H6v3h8v-3h-2.2l3.4-8H18V5h-8z%22%2F%3E%3C%2Fsvg%3E);
}

trix-toolbar .trix-button--icon-link::before {
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M9.88%2013.7a4.3%204.3%200%200%201%200-6.07l3.37-3.37a4.26%204.26%200%200%201%206.07%200%204.3%204.3%200%200%201%200%206.06l-1.96%201.72a.91.91%200%201%201-1.3-1.3l1.97-1.71a2.46%202.46%200%200%200-3.48-3.48l-3.38%203.37a2.46%202.46%200%200%200%200%203.48.91.91%200%201%201-1.3%201.3z%22%2F%3E%3Cpath%20d%3D%22M4.25%2019.46a4.3%204.3%200%200%201%200-6.07l1.93-1.9a.91.91%200%201%201%201.3%201.3l-1.93%201.9a2.46%202.46%200%200%200%203.48%203.48l3.37-3.38c.96-.96.96-2.52%200-3.48a.91.91%200%201%201%201.3-1.3%204.3%204.3%200%200%201%200%206.07l-3.38%203.38a4.26%204.26%200%200%201-6.07%200z%22%2F%3E%3C%2Fsvg%3E);
}

trix-toolbar .trix-button--icon-strike::before {
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M12.73%2014l.28.14c.26.15.45.3.57.44.12.14.18.3.18.5%200%20.3-.15.56-.44.75-.3.2-.76.3-1.39.3A13.52%2013.52%200%200%201%207%2014.95v3.37a10.64%2010.64%200%200%200%204.84.88c1.26%200%202.35-.19%203.28-.56.93-.37%201.64-.9%202.14-1.57s.74-1.45.74-2.32c0-.26-.02-.51-.06-.75h-5.21zm-5.5-4c-.08-.34-.12-.7-.12-1.1%200-1.29.52-2.3%201.58-3.02%201.05-.72%202.5-1.08%204.34-1.08%201.62%200%203.28.34%204.97%201l-1.3%202.93c-1.47-.6-2.73-.9-3.8-.9-.55%200-.96.08-1.2.26-.26.17-.38.38-.38.64%200%20.27.16.52.48.74.17.12.53.3%201.05.53H7.23zM3%2013h18v-2H3v2z%22%2F%3E%3C%2Fsvg%3E);
}

trix-toolbar .trix-button--icon-quote::before {
  background-image: url(data:image/svg+xml,%3Csvg%20version%3D%221%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M6%2017h3l2-4V7H5v6h3zm8%200h3l2-4V7h-6v6h3z%22%2F%3E%3C%2Fsvg%3E);
}

trix-toolbar .trix-button--icon-heading-1::before {
  background-image: url(data:image/svg+xml,%3Csvg%20version%3D%221%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M12%209v3H9v7H6v-7H3V9h9zM8%204h14v3h-6v12h-3V7H8V4z%22%2F%3E%3C%2Fsvg%3E);
}

trix-toolbar .trix-button--icon-code::before {
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M18.2%2012L15%2015.2l1.4%201.4L21%2012l-4.6-4.6L15%208.8l3.2%203.2zM5.8%2012L9%208.8%207.6%207.4%203%2012l4.6%204.6L9%2015.2%205.8%2012z%22%2F%3E%3C%2Fsvg%3E);
}

trix-toolbar .trix-button--icon-bullet-list::before {
  background-image: url(data:image/svg+xml,%3Csvg%20version%3D%221%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M4%204a2%202%200%201%200%200%204%202%202%200%200%200%200-4zm0%206a2%202%200%201%200%200%204%202%202%200%200%200%200-4zm0%206a2%202%200%201%200%200%204%202%202%200%200%200%200-4zm4%203h14v-2H8v2zm0-6h14v-2H8v2zm0-8v2h14V5H8z%22%2F%3E%3C%2Fsvg%3E);
}

trix-toolbar .trix-button--icon-number-list::before {
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M2%2017h2v.5H3v1h1v.5H2v1h3v-4H2v1zm1-9h1V4H2v1h1v3zm-1%203h1.8L2%2013.1v.9h3v-1H3.2L5%2010.9V10H2v1zm5-6v2h14V5H7zm0%2014h14v-2H7v2zm0-6h14v-2H7v2z%22%2F%3E%3C%2Fsvg%3E);
}

trix-toolbar .trix-button--icon-undo::before {
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M12.5%208c-2.6%200-5%201-6.9%202.6L2%207v9h9l-3.6-3.6A8%208%200%200%201%2020%2016l2.4-.8a10.5%2010.5%200%200%200-10-7.2z%22%2F%3E%3C%2Fsvg%3E);
}

trix-toolbar .trix-button--icon-redo::before {
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M18.4%2010.6a10.5%2010.5%200%200%200-16.9%204.6L4%2016a8%208%200%200%201%2012.7-3.6L13%2016h9V7l-3.6%203.6z%22%2F%3E%3C%2Fsvg%3E);
}

trix-toolbar .trix-button--icon-decrease-nesting-level::before {
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M3%2019h19v-2H3v2zm7-6h12v-2H10v2zm-8.3-.3l2.8%202.9L6%2014.2%204%2012l2-2-1.4-1.5L1%2012l.7.7zM3%205v2h19V5H3z%22%2F%3E%3C%2Fsvg%3E);
}

trix-toolbar .trix-button--icon-increase-nesting-level::before {
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M3%2019h19v-2H3v2zm7-6h12v-2H10v2zm-6.9-1L1%2014.2l1.4%201.4L6%2012l-.7-.7-2.8-2.8L1%209.9%203.1%2012zM3%205v2h19V5H3z%22%2F%3E%3C%2Fsvg%3E);
}

trix-toolbar .trix-dialogs {
  position: relative;
}

trix-toolbar .trix-dialog {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  font-size: 0.75em;
  padding: 15px 10px;
  background: #fff;
  box-shadow: 0 0.3em 1em #ccc;
  border-top: 2px solid #888;
  border-radius: 5px;
  z-index: 5;
}

trix-toolbar .trix-input--dialog {
  font-size: inherit;
  font-weight: normal;
  padding: 0.5em 0.8em;
  margin: 0 10px 0 0;
  border-radius: 3px;
  border: 1px solid #bbb;
  background-color: #fff;
  box-shadow: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

trix-toolbar .trix-input--dialog.validate:invalid {
  box-shadow: #F00 0px 0px 1.5px 1px;
}

trix-toolbar .trix-button--dialog {
  font-size: inherit;
  padding: 0.5em;
  border-bottom: none;
}

trix-toolbar .trix-dialog--link {
  max-width: 600px;
}

trix-toolbar .trix-dialog__link-fields {
  display: flex;
  align-items: baseline;
}

trix-toolbar .trix-dialog__link-fields .trix-input {
  flex: 1;
}

trix-toolbar .trix-dialog__link-fields .trix-button-group {
  flex: 0 0 content;
  margin: 0;
}

trix-editor [data-trix-mutable]:not(.attachment__caption-editor) {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

trix-editor [data-trix-mutable]::-moz-selection,
trix-editor [data-trix-cursor-target]::-moz-selection, trix-editor [data-trix-mutable] ::-moz-selection {
  background: none;
}

trix-editor [data-trix-mutable]::selection,
trix-editor [data-trix-cursor-target]::selection, trix-editor [data-trix-mutable] ::selection {
  background: none;
}

trix-editor [data-trix-mutable].attachment__caption-editor:focus::-moz-selection {
  background: highlight;
}

trix-editor [data-trix-mutable].attachment__caption-editor:focus::selection {
  background: highlight;
}

trix-editor [data-trix-mutable].attachment.attachment--file {
  box-shadow: 0 0 0 2px highlight;
  border-color: transparent;
}

trix-editor [data-trix-mutable].attachment img {
  box-shadow: 0 0 0 2px highlight;
}

trix-editor .attachment {
  position: relative;
}

trix-editor .attachment:hover {
  cursor: default;
}

trix-editor .attachment--preview .attachment__caption:hover {
  cursor: text;
}

trix-editor .attachment__progress {
  position: absolute;
  z-index: 1;
  height: 20px;
  top: calc(50% - 10px);
  left: 5%;
  width: 90%;
  opacity: 0.9;
  transition: opacity 200ms ease-in;
}

trix-editor .attachment__progress[value="100"] {
  opacity: 0;
}

trix-editor .attachment__caption-editor {
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
  color: inherit;
  text-align: center;
  vertical-align: top;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

trix-editor .attachment__toolbar {
  position: absolute;
  z-index: 1;
  top: -0.9em;
  left: 0;
  width: 100%;
  text-align: center;
}

trix-editor .trix-button-group {
  display: inline-flex;
}

trix-editor .trix-button {
  position: relative;
  float: left;
  color: #666;
  white-space: nowrap;
  font-size: 80%;
  padding: 0 0.8em;
  margin: 0;
  outline: none;
  border: none;
  border-radius: 0;
  background: transparent;
}

trix-editor .trix-button:not(:first-child) {
  border-left: 1px solid #ccc;
}

trix-editor .trix-button.trix-active {
  background: #cbeefa;
}

trix-editor .trix-button:not(:disabled) {
  cursor: pointer;
}

trix-editor .trix-button--remove {
  text-indent: -9999px;
  display: inline-block;
  padding: 0;
  outline: none;
  width: 1.8em;
  height: 1.8em;
  line-height: 1.8em;
  border-radius: 50%;
  background-color: #fff;
  border: 2px solid highlight;
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.25);
}

trix-editor .trix-button--remove::before {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.7;
  content: "";
  background-image: url(data:image/svg+xml,%3Csvg%20height%3D%2224%22%20width%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M19%206.4L17.6%205%2012%2010.6%206.4%205%205%206.4l5.6%205.6L5%2017.6%206.4%2019l5.6-5.6%205.6%205.6%201.4-1.4-5.6-5.6z%22%2F%3E%3Cpath%20d%3D%22M0%200h24v24H0z%22%20fill%3D%22none%22%2F%3E%3C%2Fsvg%3E);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 90%;
}

trix-editor .trix-button--remove:hover {
  border-color: #333;
}

trix-editor .trix-button--remove:hover::before {
  opacity: 1;
}

trix-editor .attachment__metadata-container {
  position: relative;
}

trix-editor .attachment__metadata {
  position: absolute;
  left: 50%;
  top: 2em;
  transform: translate(-50%, 0);
  max-width: 90%;
  padding: 0.1em 0.6em;
  font-size: 0.8em;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 3px;
}

trix-editor .attachment__metadata .attachment__name {
  display: inline-block;
  max-width: 100%;
  vertical-align: bottom;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

trix-editor .attachment__metadata .attachment__size {
  margin-left: 0.2em;
  white-space: nowrap;
}

trix-editor.form-control {
  border-top-right-radius: unset;
  border-top-left-radius: unset;
}

.trix-content {
  line-height: 1.5;
}

.trix-content * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.trix-content h1 {
  font-size: 1.2em;
  line-height: 1.2;
}

.trix-content blockquote {
  border: 0 solid #ccc;
  border-left-width: 0.3em;
  margin-left: 0.3em;
  padding-left: 0.6em;
}

.trix-content [dir=rtl] blockquote,
.trix-content blockquote[dir=rtl] {
  border-width: 0;
  border-right-width: 0.3em;
  margin-right: 0.3em;
  padding-right: 0.6em;
}

.trix-content li {
  margin-left: 1em;
}

.trix-content [dir=rtl] li {
  margin-right: 1em;
}

.trix-content pre {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  font-family: monospace;
  font-size: 0.9em;
  padding: 0.5em;
  white-space: pre;
  background-color: #eee;
  overflow-x: auto;
}

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

.trix-content .attachment {
  display: inline-block;
  position: relative;
  max-width: 100%;
}

.trix-content .attachment a {
  color: inherit;
  text-decoration: none;
}

.trix-content .attachment a:hover, .trix-content .attachment a:visited:hover {
  color: inherit;
}

.trix-content .attachment__caption {
  text-align: center;
}

.trix-content .attachment__caption .attachment__name + .attachment__size::before {
  content: " Â· ";
}

.trix-content .attachment--preview {
  width: 100%;
  text-align: center;
}

.trix-content .attachment--preview .attachment__caption {
  color: #666;
  font-size: 0.9em;
  line-height: 1.2;
}

.trix-content .attachment--file {
  color: #333;
  line-height: 1;
  margin: 0 2px 2px 2px;
  padding: 0.4em 1em;
  border: 1px solid #bbb;
  border-radius: 5px;
}

.trix-content .attachment-gallery {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

.trix-content .attachment-gallery .attachment {
  flex: 1 0 33%;
  padding: 0 0.5em;
  max-width: 33%;
}

.trix-content .attachment-gallery.attachment-gallery--2 .attachment, .trix-content .attachment-gallery.attachment-gallery--4 .attachment {
  flex-basis: 50%;
  max-width: 50%;
}

.trix-content .attachment-gallery > action-text-attachment,
.trix-content .attachment-gallery > .attachment {
  flex: 1 0 33%;
  padding: 0 0.5em;
  max-width: 33%;
}
.trix-content .attachment-gallery.attachment-gallery--2 > action-text-attachment,
.trix-content .attachment-gallery.attachment-gallery--2 > .attachment, .trix-content .attachment-gallery.attachment-gallery--4 > action-text-attachment,
.trix-content .attachment-gallery.attachment-gallery--4 > .attachment {
  flex-basis: 50%;
  max-width: 50%;
}
.trix-content action-text-attachment .attachment {
  padding: 0 !important;
  max-width: 100% !important;
}

.trix-button-group--file-tools {
  display: none;
}

.trix-button--icon-attach {
  display: none;
}

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-search--inline {
  float: left;
}

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-results__option[aria-selected] {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
  padding: 1px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline {
  float: right;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFCCCCCC", GradientType=0);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFFFFFFF", GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white;
}

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

.autocomplete-results {
  background-color: #fff;
  max-height: 200px;
  overflow-y: scroll;
  position: absolute;
  z-index: 10;
}

.autocomplete-results li {
  display: inline-block;
  width: 100%;
}

.select2 small.help-block {
  z-index: 9999;
}

.select2-close-mask {
  z-index: 10001;
}

.select2-dropdown {
  z-index: 10002;
}

/* Formulário Wizard */

#comarca.form-control:valid, #serventia.form-control:valid, #processo.form-control:valid {
  border: 1px solid #bfbfbf;
  background-image: unset;

}

.navbar-nav #inicioCAE:hover, .navbar-nav #inicioCAE:focus
.navbar-nav #loginCAE:hover, .navbar-nav #loginCAE:focus
 {
  background-color: #f2f2f2;
  color: #1f3c5a;
  border-radius: 5px;
}

/*---- To the top respostas----*/

.topo-resposta-container {
  pointer-events: none;
  position: absolute;
  left: 0;
  top: Min(calc( 100% - 4em), 85vh);
  bottom: 4em;
  clip-path: inset(0 0 0 0);
  z-index: 999;
}

.topo-resposta-page {
  align-items: center;
  background-color: var(--bs-gray-500);
  border: 3px solid #fff !important;
  border-radius: 0.4375rem;
  color: var(--bs-dark);
  cursor: pointer;
  display: flex;
  justify-content: center;
  pointer-events: visible;
  position: sticky;
  right: 1rem;
  text-decoration: none;
  top: calc( 100vh - 8em - 1rem);
  width: 4em;
  z-index: 99999;
  transition: unset;
}


.topo-resposta-page:after {
  border-style: solid;
  border-width: 2px 2px 0 0;
  display: inline-block;
  height: 0.75em;
  left: calc( 50% - .375em);
  pointer-events: none;
  position: absolute;
  top: calc( 50% - .175em);
  transform-origin: center center;

  width: 0.75em;
}

.topo-resposta-page:hover, .topo-resposta-page:focus {
  color:rgba(255, 255, 255, 0.8);
  border: 4px solid #fff !important;
  background-color: var(--bs-gray-900);
  box-shadow: unset;
}

#navPrincipal .navbar-nav a:hover, #navPrincipal .navbar-nav a:focus,
.pull-right-profile .header__btn:hover, .pull-right-profile .header__btn:focus {
  background-color: #3E7580;
}

a#logo-cae:hover {
    box-shadow: none;
    transition: unset;
    background-color: #3e7580;
}

.p-1 a.nav-link:hover {
  box-shadow: none;
  transition: none;
  background-color: inherit;
}

.btn , .card, .form-control, .breadcrumb, .navbar-nav a, .nav-pills, .nav-pills .nav-link, .nav-item button {
  border-radius: 0.2rem;
}

#navPrincipal{
  background-image: url(https://docs.tjgo.jus.br/institucional/departamentos/software/imagens/background2_corregedoria.jpg);
}

#form-login {
    margin-top: 8em;
}

.alert-float {
  top: 100px;
  right: 40%;
  z-index: 100;
  position: absolute;
  width: 25%;
}
#loginAlert .alert {
  position: absolute;
  top: 25%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
}

/*tooltips*/
.bs-tooltip-top .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
    border-top-color: var(--bs-tooltip-bg,#000);
}
.bs-tooltip-end .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
    border-right-color: var(--bs-tooltip-bg,#000);
}
.bs-tooltip-bottom .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
    border-bottom-color: var(--bs-tooltip-bg,#000);
}
.bs-tooltip-start .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
    border-left-color: var(--bs-tooltip-bg,#000);
}
.tooltip-inner {
    color: var(--bs-tooltip-color,#fff);
    background-color: var(--bs-tooltip-bg,#000);
}

.btnToggle .pli-magnifi-glass-plus , .btnToggle .pli-magnifi-glass-min {
  font-size: var(--bs-body-font-size-secondary);
  vertical-align: top;
}

.tl-entry:not(:last-child) .botaoResposta {
  display: none;
}

.fimWizard {
  margin: 0 15em;
}

.select2-selection--single {
  min-height: 37px;
}

@media(max-width: 1400px){
  .fimWizard {
    margin: 0 5em;
  }
}
@media(max-width: 992px){
  .fimWizard{
    margin: 0 2em;
  }
  .topo-resposta-container{
    display: none;
  }
}
@media(max-width: 768px){
  .row.row-nav, .fimWizard .row{
    display: initial;
  }
  .logo-cae-login {
    display: none;
  }
  .border-light.mx-5 {
    margin: 0 !important;
  }
  #message-login.content__wrap {
    padding: .1rem
  }
  .timeline .tl-time:not(:empty) {
    min-width: unset;
    text-align: start;
  }
  .tl-content.card{
    width: 100%;
  }
}
@media(max-width: 576px){
  .content_wizard {
    padding: 1.5em;
  }
}
