@charset "UTF-8";
@import "https://fonts.googleapis.com/css2?family=Unbounded:wght@200..900&display=swap";
@import "https://fonts.cdnfonts.com/css/lufga";
@import "https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&family=SUSE:wght@100..800&display=swap";
@import "https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&family=Noto+Sans:wght@400;700&display=swap";
@import "https://fonts.googleapis.com/css2?family=Unbounded:wght@200;300;400;500;600;700;800&display=swap";

/* node_modules/@ionic/angular/css/core.css */
:root {
  --ion-color-primary: #0054e9;
  --ion-color-primary-rgb:
    0,
    84,
    233;
  --ion-color-primary-contrast: #fff;
  --ion-color-primary-contrast-rgb:
    255,
    255,
    255;
  --ion-color-primary-shade: #004acd;
  --ion-color-primary-tint: #1a65eb;
  --ion-color-secondary: #0163aa;
  --ion-color-secondary-rgb:
    1,
    99,
    170;
  --ion-color-secondary-contrast: #fff;
  --ion-color-secondary-contrast-rgb:
    255,
    255,
    255;
  --ion-color-secondary-shade: #015796;
  --ion-color-secondary-tint: #1a73b3;
  --ion-color-tertiary: #6030ff;
  --ion-color-tertiary-rgb:
    96,
    48,
    255;
  --ion-color-tertiary-contrast: #fff;
  --ion-color-tertiary-contrast-rgb:
    255,
    255,
    255;
  --ion-color-tertiary-shade: #542ae0;
  --ion-color-tertiary-tint: #7045ff;
  --ion-color-success: #2dd55b;
  --ion-color-success-rgb:
    45,
    213,
    91;
  --ion-color-success-contrast: #000;
  --ion-color-success-contrast-rgb:
    0,
    0,
    0;
  --ion-color-success-shade: #28bb50;
  --ion-color-success-tint: #42d96b;
  --ion-color-warning: #ffc409;
  --ion-color-warning-rgb:
    255,
    196,
    9;
  --ion-color-warning-contrast: #000;
  --ion-color-warning-contrast-rgb:
    0,
    0,
    0;
  --ion-color-warning-shade: #e0ac08;
  --ion-color-warning-tint: #ffca22;
  --ion-color-danger: #c5000f;
  --ion-color-danger-rgb:
    197,
    0,
    15;
  --ion-color-danger-contrast: #fff;
  --ion-color-danger-contrast-rgb:
    255,
    255,
    255;
  --ion-color-danger-shade: #ad000d;
  --ion-color-danger-tint: #cb1a27;
  --ion-color-light: #f4f5f8;
  --ion-color-light-rgb:
    244,
    245,
    248;
  --ion-color-light-contrast: #000;
  --ion-color-light-contrast-rgb:
    0,
    0,
    0;
  --ion-color-light-shade: #d7d8da;
  --ion-color-light-tint: #f5f6f9;
  --ion-color-medium: #636469;
  --ion-color-medium-rgb:
    99,
    100,
    105;
  --ion-color-medium-contrast: #fff;
  --ion-color-medium-contrast-rgb:
    255,
    255,
    255;
  --ion-color-medium-shade: #57585c;
  --ion-color-medium-tint: #737478;
  --ion-color-dark: #222428;
  --ion-color-dark-rgb:
    34,
    36,
    40;
  --ion-color-dark-contrast: #fff;
  --ion-color-dark-contrast-rgb:
    255,
    255,
    255;
  --ion-color-dark-shade: #1e2023;
  --ion-color-dark-tint: #383a3e;
}
html.ios {
  --ion-default-font:
    -apple-system,
    BlinkMacSystemFont,
    "Helvetica Neue",
    "Roboto",
    sans-serif;
}
html.md {
  --ion-default-font:
    "Roboto",
    "Helvetica Neue",
    sans-serif;
}
html {
  --ion-dynamic-font: -apple-system-body;
  --ion-font-family: var(--ion-default-font);
}
body {
  background: var(--ion-background-color);
  color: var(--ion-text-color);
}
body.backdrop-no-scroll {
  overflow: hidden;
}
html.ios ion-modal.modal-card ion-header ion-toolbar:first-of-type,
html.ios ion-modal.modal-sheet ion-header ion-toolbar:first-of-type,
html.ios ion-modal ion-footer ion-toolbar:first-of-type,
html.ios ion-footer.modal-footer-moving ion-toolbar:first-of-type {
  padding-top: 6px;
}
html.ios ion-modal.modal-card ion-header ion-toolbar:last-of-type,
html.ios ion-modal.modal-sheet ion-header ion-toolbar:last-of-type {
  padding-bottom: 6px;
}
html.ios ion-modal ion-toolbar,
html.ios .modal-footer-moving ion-toolbar {
  padding-right: calc(var(--ion-safe-area-right) + 8px);
  padding-left: calc(var(--ion-safe-area-left) + 8px);
}
@media screen and (min-width: 768px) {
  html.ios ion-modal.modal-card:first-of-type {
    --backdrop-opacity: 0.18;
  }
}
ion-modal.modal-default.show-modal ~ ion-modal.modal-default {
  --backdrop-opacity: 0;
  --box-shadow: none;
}
html.ios ion-modal.modal-card .ion-page {
  border-top-left-radius: var(--border-radius);
}
.ion-color-primary {
  --ion-color-base: var(--ion-color-primary, #0054e9) !important;
  --ion-color-base-rgb: var(--ion-color-primary-rgb, 0, 84, 233) !important;
  --ion-color-contrast: var(--ion-color-primary-contrast, #fff) !important;
  --ion-color-contrast-rgb: var(--ion-color-primary-contrast-rgb, 255, 255, 255) !important;
  --ion-color-shade: var(--ion-color-primary-shade, #004acd) !important;
  --ion-color-tint: var(--ion-color-primary-tint, #1a65eb) !important;
}
.ion-color-secondary {
  --ion-color-base: var(--ion-color-secondary, #0163aa) !important;
  --ion-color-base-rgb: var(--ion-color-secondary-rgb, 1, 99, 170) !important;
  --ion-color-contrast: var(--ion-color-secondary-contrast, #fff) !important;
  --ion-color-contrast-rgb: var(--ion-color-secondary-contrast-rgb, 255, 255, 255) !important;
  --ion-color-shade: var(--ion-color-secondary-shade, #015796) !important;
  --ion-color-tint: var(--ion-color-secondary-tint, #1a73b3) !important;
}
.ion-color-tertiary {
  --ion-color-base: var(--ion-color-tertiary, #6030ff) !important;
  --ion-color-base-rgb: var(--ion-color-tertiary-rgb, 96, 48, 255) !important;
  --ion-color-contrast: var(--ion-color-tertiary-contrast, #fff) !important;
  --ion-color-contrast-rgb: var(--ion-color-tertiary-contrast-rgb, 255, 255, 255) !important;
  --ion-color-shade: var(--ion-color-tertiary-shade, #542ae0) !important;
  --ion-color-tint: var(--ion-color-tertiary-tint, #7045ff) !important;
}
.ion-color-success {
  --ion-color-base: var(--ion-color-success, #2dd55b) !important;
  --ion-color-base-rgb: var(--ion-color-success-rgb, 45, 213, 91) !important;
  --ion-color-contrast: var(--ion-color-success-contrast, #000) !important;
  --ion-color-contrast-rgb: var(--ion-color-success-contrast-rgb, 0, 0, 0) !important;
  --ion-color-shade: var(--ion-color-success-shade, #28bb50) !important;
  --ion-color-tint: var(--ion-color-success-tint, #42d96b) !important;
}
.ion-color-warning {
  --ion-color-base: var(--ion-color-warning, #ffc409) !important;
  --ion-color-base-rgb: var(--ion-color-warning-rgb, 255, 196, 9) !important;
  --ion-color-contrast: var(--ion-color-warning-contrast, #000) !important;
  --ion-color-contrast-rgb: var(--ion-color-warning-contrast-rgb, 0, 0, 0) !important;
  --ion-color-shade: var(--ion-color-warning-shade, #e0ac08) !important;
  --ion-color-tint: var(--ion-color-warning-tint, #ffca22) !important;
}
.ion-color-danger {
  --ion-color-base: var(--ion-color-danger, #c5000f) !important;
  --ion-color-base-rgb: var(--ion-color-danger-rgb, 197, 0, 15) !important;
  --ion-color-contrast: var(--ion-color-danger-contrast, #fff) !important;
  --ion-color-contrast-rgb: var(--ion-color-danger-contrast-rgb, 255, 255, 255) !important;
  --ion-color-shade: var(--ion-color-danger-shade, #ad000d) !important;
  --ion-color-tint: var(--ion-color-danger-tint, #cb1a27) !important;
}
.ion-color-light {
  --ion-color-base: var(--ion-color-light, #f4f5f8) !important;
  --ion-color-base-rgb: var(--ion-color-light-rgb, 244, 245, 248) !important;
  --ion-color-contrast: var(--ion-color-light-contrast, #000) !important;
  --ion-color-contrast-rgb: var(--ion-color-light-contrast-rgb, 0, 0, 0) !important;
  --ion-color-shade: var(--ion-color-light-shade, #d7d8da) !important;
  --ion-color-tint: var(--ion-color-light-tint, #f5f6f9) !important;
}
.ion-color-medium {
  --ion-color-base: var(--ion-color-medium, #636469) !important;
  --ion-color-base-rgb: var(--ion-color-medium-rgb, 99, 100, 105) !important;
  --ion-color-contrast: var(--ion-color-medium-contrast, #fff) !important;
  --ion-color-contrast-rgb: var(--ion-color-medium-contrast-rgb, 255, 255, 255) !important;
  --ion-color-shade: var(--ion-color-medium-shade, #57585c) !important;
  --ion-color-tint: var(--ion-color-medium-tint, #737478) !important;
}
.ion-color-dark {
  --ion-color-base: var(--ion-color-dark, #222428) !important;
  --ion-color-base-rgb: var(--ion-color-dark-rgb, 34, 36, 40) !important;
  --ion-color-contrast: var(--ion-color-dark-contrast, #fff) !important;
  --ion-color-contrast-rgb: var(--ion-color-dark-contrast-rgb, 255, 255, 255) !important;
  --ion-color-shade: var(--ion-color-dark-shade, #1e2023) !important;
  --ion-color-tint: var(--ion-color-dark-tint, #383a3e) !important;
}
.ion-page {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  position: absolute;
  flex-direction: column;
  justify-content: space-between;
  contain: layout size style;
  z-index: 0;
}
.ion-page.ion-page-overlay-passthrough {
  pointer-events: none;
}
ion-modal > .ion-page {
  position: relative;
  contain: layout style;
  height: 100%;
}
.split-pane-visible > .ion-page.split-pane-main {
  position: relative;
}
ion-route,
ion-route-redirect,
ion-router,
ion-select-option,
ion-nav-controller,
ion-menu-controller,
ion-action-sheet-controller,
ion-alert-controller,
ion-loading-controller,
ion-modal-controller,
ion-picker-controller,
ion-popover-controller,
ion-toast-controller,
.ion-page-hidden {
  display: none !important;
}
.ion-page-invisible {
  opacity: 0;
}
.can-go-back > ion-header ion-back-button {
  display: block;
}
html.plt-ios.plt-hybrid,
html.plt-ios.plt-pwa {
  --ion-statusbar-padding: 20px;
}
@supports (padding-top: 20px) {
  html {
    --ion-safe-area-top: var(--ion-statusbar-padding);
  }
}
@supports (padding-top: env(safe-area-inset-top)) {
  html {
    --ion-safe-area-top: var(--safe-area-inset-top, env(safe-area-inset-top));
    --ion-safe-area-bottom: var(--safe-area-inset-bottom, env(safe-area-inset-bottom));
    --ion-safe-area-left: var(--safe-area-inset-left, env(safe-area-inset-left));
    --ion-safe-area-right: var(--safe-area-inset-right, env(safe-area-inset-right));
  }
}
ion-card.ion-color .ion-inherit-color,
ion-card-header.ion-color .ion-inherit-color {
  color: inherit;
}
.menu-content {
  transform: translate3d(0, 0, 0);
}
.menu-content-open {
  cursor: pointer;
  touch-action: manipulation;
  pointer-events: none;
  overflow-y: hidden;
}
.menu-content-open ion-content {
  --overflow: hidden;
}
.menu-content-open .ion-content-scroll-host {
  overflow: hidden;
}
.ios .menu-content-reveal {
  box-shadow: -8px 0 42px rgba(0, 0, 0, .08);
}
[dir=rtl].ios .menu-content-reveal {
  box-shadow: 8px 0 42px rgba(0, 0, 0, .08);
}
.md .menu-content-reveal {
  box-shadow: 4px 0px 16px rgba(0, 0, 0, .18);
}
.md .menu-content-push {
  box-shadow: 4px 0px 16px rgba(0, 0, 0, .18);
}
ion-accordion-group.accordion-group-expand-inset > ion-accordion:first-of-type {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
ion-accordion-group.accordion-group-expand-inset > ion-accordion:last-of-type {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
ion-accordion-group > ion-accordion:last-of-type ion-item[slot=header] {
  --border-width: 0px;
}
ion-accordion.accordion-animated > [slot=header] .ion-accordion-toggle-icon {
  transition: 300ms transform cubic-bezier(0.25, 0.8, 0.5, 1);
}
@media (prefers-reduced-motion: reduce) {
  ion-accordion .ion-accordion-toggle-icon {
    transition: none !important;
  }
}
ion-accordion.accordion-expanding > [slot=header] .ion-accordion-toggle-icon,
ion-accordion.accordion-expanded > [slot=header] .ion-accordion-toggle-icon {
  transform: rotate(180deg);
}
ion-accordion-group.accordion-group-expand-inset.md > ion-accordion.accordion-previous ion-item[slot=header] {
  --border-width: 0px;
  --inner-border-width: 0px;
}
ion-accordion-group.accordion-group-expand-inset.md > ion-accordion.accordion-expanding:first-of-type,
ion-accordion-group.accordion-group-expand-inset.md > ion-accordion.accordion-expanded:first-of-type {
  margin-top: 0;
}
ion-input input::-webkit-date-and-time-value {
  text-align: start;
}
.ion-datetime-button-overlay {
  --width: fit-content;
  --height: fit-content;
}
.ion-datetime-button-overlay ion-datetime.datetime-grid {
  width: 320px;
  min-height: 320px;
}
[ion-last-focus],
header[tabindex="-1"]:focus,
[role=banner][tabindex="-1"]:focus,
main[tabindex="-1"]:focus,
[role=main][tabindex="-1"]:focus,
h1[tabindex="-1"]:focus,
[role=heading][aria-level="1"][tabindex="-1"]:focus {
  outline: none;
}
.popover-viewport:has(> ion-content) {
  overflow: hidden;
}
@supports not selector(:has(> ion-content)) {
  .popover-viewport {
    overflow: hidden;
  }
}

/* node_modules/@ionic/angular/css/normalize.css */
audio,
canvas,
progress,
video {
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
b,
strong {
  font-weight: bold;
}
img {
  max-width: 100%;
}
hr {
  height: 1px;
  border-width: 0;
  box-sizing: content-box;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
label,
input,
select,
textarea {
  font-family: inherit;
  line-height: normal;
}
textarea {
  overflow: auto;
  height: auto;
  font: inherit;
  color: inherit;
}
textarea::placeholder {
  padding-left: 2px;
}
form,
input,
optgroup,
select {
  margin: 0;
  font: inherit;
  color: inherit;
}
html input[type=button],
input[type=reset],
input[type=submit] {
  cursor: pointer;
  -webkit-appearance: button;
}
a,
a div,
a span,
a ion-icon,
a ion-label,
button,
button div,
button span,
button ion-icon,
button ion-label,
.ion-tappable,
[tappable],
[tappable] div,
[tappable] span,
[tappable] ion-icon,
[tappable] ion-label,
input,
textarea {
  touch-action: manipulation;
}
a ion-label,
button ion-label {
  pointer-events: none;
}
button {
  padding: 0;
  border: 0;
  border-radius: 0;
  font-family: inherit;
  font-style: inherit;
  font-variant: inherit;
  line-height: 1;
  text-transform: none;
  cursor: pointer;
  -webkit-appearance: button;
}
[tappable] {
  cursor: pointer;
}
a[disabled],
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}

/* node_modules/@ionic/angular/css/structure.css */
* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
html {
  width: 100%;
  height: 100%;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
html.ion-ce body {
  display: block;
}
html.plt-pwa {
  height: 100vh;
}
body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  position: fixed;
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  transform: translateZ(0);
  text-rendering: optimizeLegibility;
  overflow: hidden;
  touch-action: manipulation;
  -webkit-user-drag: none;
  -ms-content-zooming: none;
  word-wrap: break-word;
  overscroll-behavior-y: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}

/* node_modules/@ionic/angular/css/typography.css */
html {
  font-family: var(--ion-font-family);
}
@supports (-webkit-touch-callout: none) {
  html {
    font: var(--ion-dynamic-font, 16px var(--ion-font-family));
  }
}
a {
  background-color: transparent;
  color: var(--ion-color-primary, #0054e9);
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 16px;
  margin-bottom: 10px;
  font-weight: 500;
  line-height: 1.2;
}
h1 {
  margin-top: 20px;
  font-size: 1.625rem;
}
h2 {
  margin-top: 18px;
  font-size: 1.5rem;
}
h3 {
  font-size: 1.375rem;
}
h4 {
  font-size: 1.25rem;
}
h5 {
  font-size: 1.125rem;
}
h6 {
  font-size: 1rem;
}
small {
  font-size: 75%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}

/* node_modules/@ionic/angular/css/display.css */
.ion-hide {
  display: none !important;
}
.ion-hide-up {
  display: none !important;
}
.ion-hide-down {
  display: none !important;
}
@media (min-width: 576px) {
  .ion-hide-sm-up {
    display: none !important;
  }
}
@media (max-width: 575.98px) {
  .ion-hide-sm-down {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .ion-hide-md-up {
    display: none !important;
  }
}
@media (max-width: 767.98px) {
  .ion-hide-md-down {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .ion-hide-lg-up {
    display: none !important;
  }
}
@media (max-width: 991.98px) {
  .ion-hide-lg-down {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .ion-hide-xl-up {
    display: none !important;
  }
}
@media (max-width: 1199.98px) {
  .ion-hide-xl-down {
    display: none !important;
  }
}
.ion-display-none {
  display: none !important;
}
@media (min-width: 576px) {
  .ion-display-sm-none {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .ion-display-md-none {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .ion-display-lg-none {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .ion-display-xl-none {
    display: none !important;
  }
}
.ion-display-inline {
  display: inline !important;
}
@media (min-width: 576px) {
  .ion-display-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) {
  .ion-display-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) {
  .ion-display-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .ion-display-xl-inline {
    display: inline !important;
  }
}
.ion-display-inline-block {
  display: inline-block !important;
}
@media (min-width: 576px) {
  .ion-display-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) {
  .ion-display-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) {
  .ion-display-lg-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .ion-display-xl-inline-block {
    display: inline-block !important;
  }
}
.ion-display-block {
  display: block !important;
}
@media (min-width: 576px) {
  .ion-display-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .ion-display-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) {
  .ion-display-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .ion-display-xl-block {
    display: block !important;
  }
}
.ion-display-flex {
  display: flex !important;
}
@media (min-width: 576px) {
  .ion-display-sm-flex {
    display: flex !important;
  }
}
@media (min-width: 768px) {
  .ion-display-md-flex {
    display: flex !important;
  }
}
@media (min-width: 992px) {
  .ion-display-lg-flex {
    display: flex !important;
  }
}
@media (min-width: 1200px) {
  .ion-display-xl-flex {
    display: flex !important;
  }
}
.ion-display-inline-flex {
  display: inline-flex !important;
}
@media (min-width: 576px) {
  .ion-display-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .ion-display-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .ion-display-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .ion-display-xl-inline-flex {
    display: inline-flex !important;
  }
}
.ion-display-grid {
  display: grid !important;
}
@media (min-width: 576px) {
  .ion-display-sm-grid {
    display: grid !important;
  }
}
@media (min-width: 768px) {
  .ion-display-md-grid {
    display: grid !important;
  }
}
@media (min-width: 992px) {
  .ion-display-lg-grid {
    display: grid !important;
  }
}
@media (min-width: 1200px) {
  .ion-display-xl-grid {
    display: grid !important;
  }
}
.ion-display-inline-grid {
  display: inline-grid !important;
}
@media (min-width: 576px) {
  .ion-display-sm-inline-grid {
    display: inline-grid !important;
  }
}
@media (min-width: 768px) {
  .ion-display-md-inline-grid {
    display: inline-grid !important;
  }
}
@media (min-width: 992px) {
  .ion-display-lg-inline-grid {
    display: inline-grid !important;
  }
}
@media (min-width: 1200px) {
  .ion-display-xl-inline-grid {
    display: inline-grid !important;
  }
}
.ion-display-table {
  display: table !important;
}
@media (min-width: 576px) {
  .ion-display-sm-table {
    display: table !important;
  }
}
@media (min-width: 768px) {
  .ion-display-md-table {
    display: table !important;
  }
}
@media (min-width: 992px) {
  .ion-display-lg-table {
    display: table !important;
  }
}
@media (min-width: 1200px) {
  .ion-display-xl-table {
    display: table !important;
  }
}
.ion-display-table-cell {
  display: table-cell !important;
}
@media (min-width: 576px) {
  .ion-display-sm-table-cell {
    display: table-cell !important;
  }
}
@media (min-width: 768px) {
  .ion-display-md-table-cell {
    display: table-cell !important;
  }
}
@media (min-width: 992px) {
  .ion-display-lg-table-cell {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .ion-display-xl-table-cell {
    display: table-cell !important;
  }
}
.ion-display-table-row {
  display: table-row !important;
}
@media (min-width: 576px) {
  .ion-display-sm-table-row {
    display: table-row !important;
  }
}
@media (min-width: 768px) {
  .ion-display-md-table-row {
    display: table-row !important;
  }
}
@media (min-width: 992px) {
  .ion-display-lg-table-row {
    display: table-row !important;
  }
}
@media (min-width: 1200px) {
  .ion-display-xl-table-row {
    display: table-row !important;
  }
}

/* node_modules/@ionic/angular/css/padding.css */
.ion-no-padding {
  --padding-start: 0;
  --padding-end: 0;
  --padding-top: 0;
  --padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.ion-padding {
  --padding-start: var(--ion-padding, 16px);
  --padding-end: var(--ion-padding, 16px);
  --padding-top: var(--ion-padding, 16px);
  --padding-bottom: var(--ion-padding, 16px);
  -webkit-padding-start: var(--ion-padding, 16px);
  padding-inline-start: var(--ion-padding, 16px);
  -webkit-padding-end: var(--ion-padding, 16px);
  padding-inline-end: var(--ion-padding, 16px);
  padding-top: var(--ion-padding, 16px);
  padding-bottom: var(--ion-padding, 16px);
}
.ion-padding-top {
  --padding-top: var(--ion-padding, 16px);
  padding-top: var(--ion-padding, 16px);
}
.ion-padding-start {
  --padding-start: var(--ion-padding, 16px);
  -webkit-padding-start: var(--ion-padding, 16px);
  padding-inline-start: var(--ion-padding, 16px);
}
.ion-padding-end {
  --padding-end: var(--ion-padding, 16px);
  -webkit-padding-end: var(--ion-padding, 16px);
  padding-inline-end: var(--ion-padding, 16px);
}
.ion-padding-bottom {
  --padding-bottom: var(--ion-padding, 16px);
  padding-bottom: var(--ion-padding, 16px);
}
.ion-padding-vertical {
  --padding-top: var(--ion-padding, 16px);
  --padding-bottom: var(--ion-padding, 16px);
  padding-top: var(--ion-padding, 16px);
  padding-bottom: var(--ion-padding, 16px);
}
.ion-padding-horizontal {
  --padding-start: var(--ion-padding, 16px);
  --padding-end: var(--ion-padding, 16px);
  -webkit-padding-start: var(--ion-padding, 16px);
  padding-inline-start: var(--ion-padding, 16px);
  -webkit-padding-end: var(--ion-padding, 16px);
  padding-inline-end: var(--ion-padding, 16px);
}
.ion-no-margin {
  --margin-start: 0;
  --margin-end: 0;
  --margin-top: 0;
  --margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
}
.ion-margin {
  --margin-start: var(--ion-margin, 16px);
  --margin-end: var(--ion-margin, 16px);
  --margin-top: var(--ion-margin, 16px);
  --margin-bottom: var(--ion-margin, 16px);
  -webkit-margin-start: var(--ion-margin, 16px);
  margin-inline-start: var(--ion-margin, 16px);
  -webkit-margin-end: var(--ion-margin, 16px);
  margin-inline-end: var(--ion-margin, 16px);
  margin-top: var(--ion-margin, 16px);
  margin-bottom: var(--ion-margin, 16px);
}
.ion-margin-top {
  --margin-top: var(--ion-margin, 16px);
  margin-top: var(--ion-margin, 16px);
}
.ion-margin-start {
  --margin-start: var(--ion-margin, 16px);
  -webkit-margin-start: var(--ion-margin, 16px);
  margin-inline-start: var(--ion-margin, 16px);
}
.ion-margin-end {
  --margin-end: var(--ion-margin, 16px);
  -webkit-margin-end: var(--ion-margin, 16px);
  margin-inline-end: var(--ion-margin, 16px);
}
.ion-margin-bottom {
  --margin-bottom: var(--ion-margin, 16px);
  margin-bottom: var(--ion-margin, 16px);
}
.ion-margin-vertical {
  --margin-top: var(--ion-margin, 16px);
  --margin-bottom: var(--ion-margin, 16px);
  margin-top: var(--ion-margin, 16px);
  margin-bottom: var(--ion-margin, 16px);
}
.ion-margin-horizontal {
  --margin-start: var(--ion-margin, 16px);
  --margin-end: var(--ion-margin, 16px);
  -webkit-margin-start: var(--ion-margin, 16px);
  margin-inline-start: var(--ion-margin, 16px);
  -webkit-margin-end: var(--ion-margin, 16px);
  margin-inline-end: var(--ion-margin, 16px);
}

/* node_modules/@ionic/angular/css/float-elements.css */
.ion-float-left {
  float: left !important;
}
.ion-float-right {
  float: right !important;
}
.ion-float-start {
  float: left !important;
}
:host-context([dir=rtl]) .ion-float-start {
  float: right !important;
}
[dir=rtl] .ion-float-start {
  float: right !important;
}
@supports selector(:dir(rtl)) {
  .ion-float-start:dir(rtl) {
    float: right !important;
  }
}
.ion-float-end {
  float: right !important;
}
:host-context([dir=rtl]) .ion-float-end {
  float: left !important;
}
[dir=rtl] .ion-float-end {
  float: left !important;
}
@supports selector(:dir(rtl)) {
  .ion-float-end:dir(rtl) {
    float: left !important;
  }
}
@media (min-width: 576px) {
  .ion-float-sm-left {
    float: left !important;
  }
  .ion-float-sm-right {
    float: right !important;
  }
  .ion-float-sm-start {
    float: left !important;
  }
  :host-context([dir=rtl]) .ion-float-sm-start {
    float: right !important;
  }
  [dir=rtl] .ion-float-sm-start {
    float: right !important;
  }
  @supports selector(:dir(rtl)) {
    .ion-float-sm-start:dir(rtl) {
      float: right !important;
    }
  }
  .ion-float-sm-end {
    float: right !important;
  }
  :host-context([dir=rtl]) .ion-float-sm-end {
    float: left !important;
  }
  [dir=rtl] .ion-float-sm-end {
    float: left !important;
  }
  @supports selector(:dir(rtl)) {
    .ion-float-sm-end:dir(rtl) {
      float: left !important;
    }
  }
}
@media (min-width: 768px) {
  .ion-float-md-left {
    float: left !important;
  }
  .ion-float-md-right {
    float: right !important;
  }
  .ion-float-md-start {
    float: left !important;
  }
  :host-context([dir=rtl]) .ion-float-md-start {
    float: right !important;
  }
  [dir=rtl] .ion-float-md-start {
    float: right !important;
  }
  @supports selector(:dir(rtl)) {
    .ion-float-md-start:dir(rtl) {
      float: right !important;
    }
  }
  .ion-float-md-end {
    float: right !important;
  }
  :host-context([dir=rtl]) .ion-float-md-end {
    float: left !important;
  }
  [dir=rtl] .ion-float-md-end {
    float: left !important;
  }
  @supports selector(:dir(rtl)) {
    .ion-float-md-end:dir(rtl) {
      float: left !important;
    }
  }
}
@media (min-width: 992px) {
  .ion-float-lg-left {
    float: left !important;
  }
  .ion-float-lg-right {
    float: right !important;
  }
  .ion-float-lg-start {
    float: left !important;
  }
  :host-context([dir=rtl]) .ion-float-lg-start {
    float: right !important;
  }
  [dir=rtl] .ion-float-lg-start {
    float: right !important;
  }
  @supports selector(:dir(rtl)) {
    .ion-float-lg-start:dir(rtl) {
      float: right !important;
    }
  }
  .ion-float-lg-end {
    float: right !important;
  }
  :host-context([dir=rtl]) .ion-float-lg-end {
    float: left !important;
  }
  [dir=rtl] .ion-float-lg-end {
    float: left !important;
  }
  @supports selector(:dir(rtl)) {
    .ion-float-lg-end:dir(rtl) {
      float: left !important;
    }
  }
}
@media (min-width: 1200px) {
  .ion-float-xl-left {
    float: left !important;
  }
  .ion-float-xl-right {
    float: right !important;
  }
  .ion-float-xl-start {
    float: left !important;
  }
  :host-context([dir=rtl]) .ion-float-xl-start {
    float: right !important;
  }
  [dir=rtl] .ion-float-xl-start {
    float: right !important;
  }
  @supports selector(:dir(rtl)) {
    .ion-float-xl-start:dir(rtl) {
      float: right !important;
    }
  }
  .ion-float-xl-end {
    float: right !important;
  }
  :host-context([dir=rtl]) .ion-float-xl-end {
    float: left !important;
  }
  [dir=rtl] .ion-float-xl-end {
    float: left !important;
  }
  @supports selector(:dir(rtl)) {
    .ion-float-xl-end:dir(rtl) {
      float: left !important;
    }
  }
}

/* node_modules/@ionic/angular/css/text-alignment.css */
.ion-text-center {
  text-align: center !important;
}
.ion-text-justify {
  text-align: justify !important;
}
.ion-text-start {
  text-align: start !important;
}
.ion-text-end {
  text-align: end !important;
}
.ion-text-left {
  text-align: left !important;
}
.ion-text-right {
  text-align: right !important;
}
.ion-text-nowrap {
  white-space: nowrap !important;
}
.ion-text-wrap {
  white-space: normal !important;
}
@media (min-width: 576px) {
  .ion-text-sm-center {
    text-align: center !important;
  }
  .ion-text-sm-justify {
    text-align: justify !important;
  }
  .ion-text-sm-start {
    text-align: start !important;
  }
  .ion-text-sm-end {
    text-align: end !important;
  }
  .ion-text-sm-left {
    text-align: left !important;
  }
  .ion-text-sm-right {
    text-align: right !important;
  }
  .ion-text-sm-nowrap {
    white-space: nowrap !important;
  }
  .ion-text-sm-wrap {
    white-space: normal !important;
  }
}
@media (min-width: 768px) {
  .ion-text-md-center {
    text-align: center !important;
  }
  .ion-text-md-justify {
    text-align: justify !important;
  }
  .ion-text-md-start {
    text-align: start !important;
  }
  .ion-text-md-end {
    text-align: end !important;
  }
  .ion-text-md-left {
    text-align: left !important;
  }
  .ion-text-md-right {
    text-align: right !important;
  }
  .ion-text-md-nowrap {
    white-space: nowrap !important;
  }
  .ion-text-md-wrap {
    white-space: normal !important;
  }
}
@media (min-width: 992px) {
  .ion-text-lg-center {
    text-align: center !important;
  }
  .ion-text-lg-justify {
    text-align: justify !important;
  }
  .ion-text-lg-start {
    text-align: start !important;
  }
  .ion-text-lg-end {
    text-align: end !important;
  }
  .ion-text-lg-left {
    text-align: left !important;
  }
  .ion-text-lg-right {
    text-align: right !important;
  }
  .ion-text-lg-nowrap {
    white-space: nowrap !important;
  }
  .ion-text-lg-wrap {
    white-space: normal !important;
  }
}
@media (min-width: 1200px) {
  .ion-text-xl-center {
    text-align: center !important;
  }
  .ion-text-xl-justify {
    text-align: justify !important;
  }
  .ion-text-xl-start {
    text-align: start !important;
  }
  .ion-text-xl-end {
    text-align: end !important;
  }
  .ion-text-xl-left {
    text-align: left !important;
  }
  .ion-text-xl-right {
    text-align: right !important;
  }
  .ion-text-xl-nowrap {
    white-space: nowrap !important;
  }
  .ion-text-xl-wrap {
    white-space: normal !important;
  }
}

/* node_modules/@ionic/angular/css/text-transformation.css */
.ion-text-uppercase {
  text-transform: uppercase !important;
}
.ion-text-lowercase {
  text-transform: lowercase !important;
}
.ion-text-capitalize {
  text-transform: capitalize !important;
}
@media (min-width: 576px) {
  .ion-text-sm-uppercase {
    text-transform: uppercase !important;
  }
  .ion-text-sm-lowercase {
    text-transform: lowercase !important;
  }
  .ion-text-sm-capitalize {
    text-transform: capitalize !important;
  }
}
@media (min-width: 768px) {
  .ion-text-md-uppercase {
    text-transform: uppercase !important;
  }
  .ion-text-md-lowercase {
    text-transform: lowercase !important;
  }
  .ion-text-md-capitalize {
    text-transform: capitalize !important;
  }
}
@media (min-width: 992px) {
  .ion-text-lg-uppercase {
    text-transform: uppercase !important;
  }
  .ion-text-lg-lowercase {
    text-transform: lowercase !important;
  }
  .ion-text-lg-capitalize {
    text-transform: capitalize !important;
  }
}
@media (min-width: 1200px) {
  .ion-text-xl-uppercase {
    text-transform: uppercase !important;
  }
  .ion-text-xl-lowercase {
    text-transform: lowercase !important;
  }
  .ion-text-xl-capitalize {
    text-transform: capitalize !important;
  }
}

/* node_modules/@ionic/angular/css/flex-utils.css */
.ion-align-content-start {
  align-content: flex-start !important;
}
.ion-align-content-end {
  align-content: flex-end !important;
}
.ion-align-content-center {
  align-content: center !important;
}
.ion-align-content-between {
  align-content: space-between !important;
}
.ion-align-content-around {
  align-content: space-around !important;
}
.ion-align-content-stretch {
  align-content: stretch !important;
}
@media (min-width: 576px) {
  .ion-align-content-sm-start {
    align-content: flex-start !important;
  }
  .ion-align-content-sm-end {
    align-content: flex-end !important;
  }
  .ion-align-content-sm-center {
    align-content: center !important;
  }
  .ion-align-content-sm-between {
    align-content: space-between !important;
  }
  .ion-align-content-sm-around {
    align-content: space-around !important;
  }
  .ion-align-content-sm-stretch {
    align-content: stretch !important;
  }
}
@media (min-width: 768px) {
  .ion-align-content-md-start {
    align-content: flex-start !important;
  }
  .ion-align-content-md-end {
    align-content: flex-end !important;
  }
  .ion-align-content-md-center {
    align-content: center !important;
  }
  .ion-align-content-md-between {
    align-content: space-between !important;
  }
  .ion-align-content-md-around {
    align-content: space-around !important;
  }
  .ion-align-content-md-stretch {
    align-content: stretch !important;
  }
}
@media (min-width: 992px) {
  .ion-align-content-lg-start {
    align-content: flex-start !important;
  }
  .ion-align-content-lg-end {
    align-content: flex-end !important;
  }
  .ion-align-content-lg-center {
    align-content: center !important;
  }
  .ion-align-content-lg-between {
    align-content: space-between !important;
  }
  .ion-align-content-lg-around {
    align-content: space-around !important;
  }
  .ion-align-content-lg-stretch {
    align-content: stretch !important;
  }
}
@media (min-width: 1200px) {
  .ion-align-content-xl-start {
    align-content: flex-start !important;
  }
  .ion-align-content-xl-end {
    align-content: flex-end !important;
  }
  .ion-align-content-xl-center {
    align-content: center !important;
  }
  .ion-align-content-xl-between {
    align-content: space-between !important;
  }
  .ion-align-content-xl-around {
    align-content: space-around !important;
  }
  .ion-align-content-xl-stretch {
    align-content: stretch !important;
  }
}
.ion-align-items-start {
  align-items: start !important;
}
.ion-align-items-end {
  align-items: end !important;
}
.ion-align-items-center {
  align-items: center !important;
}
.ion-align-items-stretch {
  align-items: stretch !important;
}
.ion-align-items-baseline {
  align-items: baseline !important;
}
@media (min-width: 576px) {
  .ion-align-items-sm-start {
    align-items: start !important;
  }
  .ion-align-items-sm-end {
    align-items: end !important;
  }
  .ion-align-items-sm-center {
    align-items: center !important;
  }
  .ion-align-items-sm-stretch {
    align-items: stretch !important;
  }
  .ion-align-items-sm-baseline {
    align-items: baseline !important;
  }
}
@media (min-width: 768px) {
  .ion-align-items-md-start {
    align-items: start !important;
  }
  .ion-align-items-md-end {
    align-items: end !important;
  }
  .ion-align-items-md-center {
    align-items: center !important;
  }
  .ion-align-items-md-stretch {
    align-items: stretch !important;
  }
  .ion-align-items-md-baseline {
    align-items: baseline !important;
  }
}
@media (min-width: 992px) {
  .ion-align-items-lg-start {
    align-items: start !important;
  }
  .ion-align-items-lg-end {
    align-items: end !important;
  }
  .ion-align-items-lg-center {
    align-items: center !important;
  }
  .ion-align-items-lg-stretch {
    align-items: stretch !important;
  }
  .ion-align-items-lg-baseline {
    align-items: baseline !important;
  }
}
@media (min-width: 1200px) {
  .ion-align-items-xl-start {
    align-items: start !important;
  }
  .ion-align-items-xl-end {
    align-items: end !important;
  }
  .ion-align-items-xl-center {
    align-items: center !important;
  }
  .ion-align-items-xl-stretch {
    align-items: stretch !important;
  }
  .ion-align-items-xl-baseline {
    align-items: baseline !important;
  }
}
.ion-align-self-start {
  align-self: start !important;
}
.ion-align-self-end {
  align-self: end !important;
}
.ion-align-self-center {
  align-self: center !important;
}
.ion-align-self-stretch {
  align-self: stretch !important;
}
.ion-align-self-baseline {
  align-self: baseline !important;
}
.ion-align-self-auto {
  align-self: auto !important;
}
@media (min-width: 576px) {
  .ion-align-self-sm-start {
    align-self: start !important;
  }
  .ion-align-self-sm-end {
    align-self: end !important;
  }
  .ion-align-self-sm-center {
    align-self: center !important;
  }
  .ion-align-self-sm-stretch {
    align-self: stretch !important;
  }
  .ion-align-self-sm-baseline {
    align-self: baseline !important;
  }
  .ion-align-self-sm-auto {
    align-self: auto !important;
  }
}
@media (min-width: 768px) {
  .ion-align-self-md-start {
    align-self: start !important;
  }
  .ion-align-self-md-end {
    align-self: end !important;
  }
  .ion-align-self-md-center {
    align-self: center !important;
  }
  .ion-align-self-md-stretch {
    align-self: stretch !important;
  }
  .ion-align-self-md-baseline {
    align-self: baseline !important;
  }
  .ion-align-self-md-auto {
    align-self: auto !important;
  }
}
@media (min-width: 992px) {
  .ion-align-self-lg-start {
    align-self: start !important;
  }
  .ion-align-self-lg-end {
    align-self: end !important;
  }
  .ion-align-self-lg-center {
    align-self: center !important;
  }
  .ion-align-self-lg-stretch {
    align-self: stretch !important;
  }
  .ion-align-self-lg-baseline {
    align-self: baseline !important;
  }
  .ion-align-self-lg-auto {
    align-self: auto !important;
  }
}
@media (min-width: 1200px) {
  .ion-align-self-xl-start {
    align-self: start !important;
  }
  .ion-align-self-xl-end {
    align-self: end !important;
  }
  .ion-align-self-xl-center {
    align-self: center !important;
  }
  .ion-align-self-xl-stretch {
    align-self: stretch !important;
  }
  .ion-align-self-xl-baseline {
    align-self: baseline !important;
  }
  .ion-align-self-xl-auto {
    align-self: auto !important;
  }
}
.ion-justify-content-start {
  justify-content: flex-start !important;
}
.ion-justify-content-end {
  justify-content: flex-end !important;
}
.ion-justify-content-center {
  justify-content: center !important;
}
.ion-justify-content-between {
  justify-content: space-between !important;
}
.ion-justify-content-around {
  justify-content: space-around !important;
}
.ion-justify-content-evenly {
  justify-content: space-evenly !important;
}
@media (min-width: 576px) {
  .ion-justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .ion-justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .ion-justify-content-sm-center {
    justify-content: center !important;
  }
  .ion-justify-content-sm-between {
    justify-content: space-between !important;
  }
  .ion-justify-content-sm-around {
    justify-content: space-around !important;
  }
  .ion-justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
}
@media (min-width: 768px) {
  .ion-justify-content-md-start {
    justify-content: flex-start !important;
  }
  .ion-justify-content-md-end {
    justify-content: flex-end !important;
  }
  .ion-justify-content-md-center {
    justify-content: center !important;
  }
  .ion-justify-content-md-between {
    justify-content: space-between !important;
  }
  .ion-justify-content-md-around {
    justify-content: space-around !important;
  }
  .ion-justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
}
@media (min-width: 992px) {
  .ion-justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .ion-justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .ion-justify-content-lg-center {
    justify-content: center !important;
  }
  .ion-justify-content-lg-between {
    justify-content: space-between !important;
  }
  .ion-justify-content-lg-around {
    justify-content: space-around !important;
  }
  .ion-justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
}
@media (min-width: 1200px) {
  .ion-justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .ion-justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .ion-justify-content-xl-center {
    justify-content: center !important;
  }
  .ion-justify-content-xl-between {
    justify-content: space-between !important;
  }
  .ion-justify-content-xl-around {
    justify-content: space-around !important;
  }
  .ion-justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
}
.ion-flex-row {
  flex-direction: row !important;
}
.ion-flex-row-reverse {
  flex-direction: row-reverse !important;
}
.ion-flex-column {
  flex-direction: column !important;
}
.ion-flex-column-reverse {
  flex-direction: column-reverse !important;
}
@media (min-width: 576px) {
  .ion-flex-sm-row {
    flex-direction: row !important;
  }
  .ion-flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .ion-flex-sm-column {
    flex-direction: column !important;
  }
  .ion-flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
}
@media (min-width: 768px) {
  .ion-flex-md-row {
    flex-direction: row !important;
  }
  .ion-flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .ion-flex-md-column {
    flex-direction: column !important;
  }
  .ion-flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
}
@media (min-width: 992px) {
  .ion-flex-lg-row {
    flex-direction: row !important;
  }
  .ion-flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .ion-flex-lg-column {
    flex-direction: column !important;
  }
  .ion-flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
}
@media (min-width: 1200px) {
  .ion-flex-xl-row {
    flex-direction: row !important;
  }
  .ion-flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .ion-flex-xl-column {
    flex-direction: column !important;
  }
  .ion-flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
}
.ion-wrap {
  flex-wrap: wrap !important;
}
.ion-nowrap {
  flex-wrap: nowrap !important;
}
.ion-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
.ion-flex-wrap {
  flex-wrap: wrap !important;
}
.ion-flex-nowrap {
  flex-wrap: nowrap !important;
}
.ion-flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
@media (min-width: 576px) {
  .ion-flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .ion-flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .ion-flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
}
@media (min-width: 768px) {
  .ion-flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .ion-flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .ion-flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
}
@media (min-width: 992px) {
  .ion-flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .ion-flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .ion-flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
}
@media (min-width: 1200px) {
  .ion-flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .ion-flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .ion-flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
}
.ion-flex-1 {
  flex: 1 !important;
}
.ion-flex-auto {
  flex: auto !important;
}
.ion-flex-initial {
  flex: initial !important;
}
.ion-flex-none {
  flex: none !important;
}
@media (min-width: 576px) {
  .ion-flex-sm-1 {
    flex: 1 !important;
  }
  .ion-flex-sm-auto {
    flex: auto !important;
  }
  .ion-flex-sm-initial {
    flex: initial !important;
  }
  .ion-flex-sm-none {
    flex: none !important;
  }
}
@media (min-width: 768px) {
  .ion-flex-md-1 {
    flex: 1 !important;
  }
  .ion-flex-md-auto {
    flex: auto !important;
  }
  .ion-flex-md-initial {
    flex: initial !important;
  }
  .ion-flex-md-none {
    flex: none !important;
  }
}
@media (min-width: 992px) {
  .ion-flex-lg-1 {
    flex: 1 !important;
  }
  .ion-flex-lg-auto {
    flex: auto !important;
  }
  .ion-flex-lg-initial {
    flex: initial !important;
  }
  .ion-flex-lg-none {
    flex: none !important;
  }
}
@media (min-width: 1200px) {
  .ion-flex-xl-1 {
    flex: 1 !important;
  }
  .ion-flex-xl-auto {
    flex: auto !important;
  }
  .ion-flex-xl-initial {
    flex: initial !important;
  }
  .ion-flex-xl-none {
    flex: none !important;
  }
}
.ion-flex-grow-0 {
  flex-grow: 0 !important;
}
.ion-flex-grow-1 {
  flex-grow: 1 !important;
}
.ion-flex-shrink-0 {
  flex-shrink: 0 !important;
}
.ion-flex-shrink-1 {
  flex-shrink: 1 !important;
}
@media (min-width: 576px) {
  .ion-flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .ion-flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .ion-flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .ion-flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
}
@media (min-width: 768px) {
  .ion-flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .ion-flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .ion-flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .ion-flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
}
@media (min-width: 992px) {
  .ion-flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .ion-flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .ion-flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .ion-flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
}
@media (min-width: 1200px) {
  .ion-flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .ion-flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .ion-flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .ion-flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
}
.ion-order-first {
  order: -1 !important;
}
.ion-order-0 {
  order: 0 !important;
}
.ion-order-1 {
  order: 1 !important;
}
.ion-order-2 {
  order: 2 !important;
}
.ion-order-3 {
  order: 3 !important;
}
.ion-order-4 {
  order: 4 !important;
}
.ion-order-5 {
  order: 5 !important;
}
.ion-order-6 {
  order: 6 !important;
}
.ion-order-7 {
  order: 7 !important;
}
.ion-order-8 {
  order: 8 !important;
}
.ion-order-9 {
  order: 9 !important;
}
.ion-order-10 {
  order: 10 !important;
}
.ion-order-11 {
  order: 11 !important;
}
.ion-order-12 {
  order: 12 !important;
}
.ion-order-last {
  order: 13 !important;
}
@media (min-width: 576px) {
  .ion-order-sm-first {
    order: -1 !important;
  }
  .ion-order-sm-0 {
    order: 0 !important;
  }
  .ion-order-sm-1 {
    order: 1 !important;
  }
  .ion-order-sm-2 {
    order: 2 !important;
  }
  .ion-order-sm-3 {
    order: 3 !important;
  }
  .ion-order-sm-4 {
    order: 4 !important;
  }
  .ion-order-sm-5 {
    order: 5 !important;
  }
  .ion-order-sm-6 {
    order: 6 !important;
  }
  .ion-order-sm-7 {
    order: 7 !important;
  }
  .ion-order-sm-8 {
    order: 8 !important;
  }
  .ion-order-sm-9 {
    order: 9 !important;
  }
  .ion-order-sm-10 {
    order: 10 !important;
  }
  .ion-order-sm-11 {
    order: 11 !important;
  }
  .ion-order-sm-12 {
    order: 12 !important;
  }
  .ion-order-sm-last {
    order: 13 !important;
  }
}
@media (min-width: 768px) {
  .ion-order-md-first {
    order: -1 !important;
  }
  .ion-order-md-0 {
    order: 0 !important;
  }
  .ion-order-md-1 {
    order: 1 !important;
  }
  .ion-order-md-2 {
    order: 2 !important;
  }
  .ion-order-md-3 {
    order: 3 !important;
  }
  .ion-order-md-4 {
    order: 4 !important;
  }
  .ion-order-md-5 {
    order: 5 !important;
  }
  .ion-order-md-6 {
    order: 6 !important;
  }
  .ion-order-md-7 {
    order: 7 !important;
  }
  .ion-order-md-8 {
    order: 8 !important;
  }
  .ion-order-md-9 {
    order: 9 !important;
  }
  .ion-order-md-10 {
    order: 10 !important;
  }
  .ion-order-md-11 {
    order: 11 !important;
  }
  .ion-order-md-12 {
    order: 12 !important;
  }
  .ion-order-md-last {
    order: 13 !important;
  }
}
@media (min-width: 992px) {
  .ion-order-lg-first {
    order: -1 !important;
  }
  .ion-order-lg-0 {
    order: 0 !important;
  }
  .ion-order-lg-1 {
    order: 1 !important;
  }
  .ion-order-lg-2 {
    order: 2 !important;
  }
  .ion-order-lg-3 {
    order: 3 !important;
  }
  .ion-order-lg-4 {
    order: 4 !important;
  }
  .ion-order-lg-5 {
    order: 5 !important;
  }
  .ion-order-lg-6 {
    order: 6 !important;
  }
  .ion-order-lg-7 {
    order: 7 !important;
  }
  .ion-order-lg-8 {
    order: 8 !important;
  }
  .ion-order-lg-9 {
    order: 9 !important;
  }
  .ion-order-lg-10 {
    order: 10 !important;
  }
  .ion-order-lg-11 {
    order: 11 !important;
  }
  .ion-order-lg-12 {
    order: 12 !important;
  }
  .ion-order-lg-last {
    order: 13 !important;
  }
}
@media (min-width: 1200px) {
  .ion-order-xl-first {
    order: -1 !important;
  }
  .ion-order-xl-0 {
    order: 0 !important;
  }
  .ion-order-xl-1 {
    order: 1 !important;
  }
  .ion-order-xl-2 {
    order: 2 !important;
  }
  .ion-order-xl-3 {
    order: 3 !important;
  }
  .ion-order-xl-4 {
    order: 4 !important;
  }
  .ion-order-xl-5 {
    order: 5 !important;
  }
  .ion-order-xl-6 {
    order: 6 !important;
  }
  .ion-order-xl-7 {
    order: 7 !important;
  }
  .ion-order-xl-8 {
    order: 8 !important;
  }
  .ion-order-xl-9 {
    order: 9 !important;
  }
  .ion-order-xl-10 {
    order: 10 !important;
  }
  .ion-order-xl-11 {
    order: 11 !important;
  }
  .ion-order-xl-12 {
    order: 12 !important;
  }
  .ion-order-xl-last {
    order: 13 !important;
  }
}

/* node_modules/@ionic/angular/css/palettes/dark.system.css */
@media (prefers-color-scheme: dark) {
  :root {
    --ion-color-primary: #4d8dff;
    --ion-color-primary-rgb:
      77,
      141,
      255;
    --ion-color-primary-contrast: #000;
    --ion-color-primary-contrast-rgb:
      0,
      0,
      0;
    --ion-color-primary-shade: #447ce0;
    --ion-color-primary-tint: #5f98ff;
    --ion-color-secondary: #46b1ff;
    --ion-color-secondary-rgb:
      70,
      177,
      255;
    --ion-color-secondary-contrast: #000;
    --ion-color-secondary-contrast-rgb:
      0,
      0,
      0;
    --ion-color-secondary-shade: #3e9ce0;
    --ion-color-secondary-tint: #59b9ff;
    --ion-color-tertiary: #8482fb;
    --ion-color-tertiary-rgb:
      132,
      130,
      251;
    --ion-color-tertiary-contrast: #000;
    --ion-color-tertiary-contrast-rgb:
      0,
      0,
      0;
    --ion-color-tertiary-shade: #7472dd;
    --ion-color-tertiary-tint: #908ffb;
    --ion-color-success: #2dd55b;
    --ion-color-success-rgb:
      45,
      213,
      91;
    --ion-color-success-contrast: #000;
    --ion-color-success-contrast-rgb:
      0,
      0,
      0;
    --ion-color-success-shade: #28bb50;
    --ion-color-success-tint: #42d96b;
    --ion-color-warning: #ffce31;
    --ion-color-warning-rgb:
      255,
      206,
      49;
    --ion-color-warning-contrast: #000;
    --ion-color-warning-contrast-rgb:
      0,
      0,
      0;
    --ion-color-warning-shade: #e0b52b;
    --ion-color-warning-tint: #ffd346;
    --ion-color-danger: #f24c58;
    --ion-color-danger-rgb:
      242,
      76,
      88;
    --ion-color-danger-contrast: #000;
    --ion-color-danger-contrast-rgb:
      0,
      0,
      0;
    --ion-color-danger-shade: #d5434d;
    --ion-color-danger-tint: #f35e69;
    --ion-color-light: #222428;
    --ion-color-light-rgb:
      34,
      36,
      40;
    --ion-color-light-contrast: #fff;
    --ion-color-light-contrast-rgb:
      255,
      255,
      255;
    --ion-color-light-shade: #1e2023;
    --ion-color-light-tint: #383a3e;
    --ion-color-medium: #989aa2;
    --ion-color-medium-rgb:
      152,
      154,
      162;
    --ion-color-medium-contrast: #000;
    --ion-color-medium-contrast-rgb:
      0,
      0,
      0;
    --ion-color-medium-shade: #86888f;
    --ion-color-medium-tint: #a2a4ab;
    --ion-color-dark: #f4f5f8;
    --ion-color-dark-rgb:
      244,
      245,
      248;
    --ion-color-dark-contrast: #000;
    --ion-color-dark-contrast-rgb:
      0,
      0,
      0;
    --ion-color-dark-shade: #d7d8da;
    --ion-color-dark-tint: #f5f6f9;
  }
  :root.ios {
    --ion-background-color: #000000;
    --ion-background-color-rgb:
      0,
      0,
      0;
    --ion-text-color: #ffffff;
    --ion-text-color-rgb:
      255,
      255,
      255;
    --ion-background-color-step-50: #0d0d0d;
    --ion-background-color-step-100: #1a1a1a;
    --ion-background-color-step-150: #262626;
    --ion-background-color-step-200: #333333;
    --ion-background-color-step-250: #404040;
    --ion-background-color-step-300: #4d4d4d;
    --ion-background-color-step-350: #595959;
    --ion-background-color-step-400: #666666;
    --ion-background-color-step-450: #737373;
    --ion-background-color-step-500: #808080;
    --ion-background-color-step-550: #8c8c8c;
    --ion-background-color-step-600: #999999;
    --ion-background-color-step-650: #a6a6a6;
    --ion-background-color-step-700: #b3b3b3;
    --ion-background-color-step-750: #bfbfbf;
    --ion-background-color-step-800: #cccccc;
    --ion-background-color-step-850: #d9d9d9;
    --ion-background-color-step-900: #e6e6e6;
    --ion-background-color-step-950: #f2f2f2;
    --ion-text-color-step-50: #f2f2f2;
    --ion-text-color-step-100: #e6e6e6;
    --ion-text-color-step-150: #d9d9d9;
    --ion-text-color-step-200: #cccccc;
    --ion-text-color-step-250: #bfbfbf;
    --ion-text-color-step-300: #b3b3b3;
    --ion-text-color-step-350: #a6a6a6;
    --ion-text-color-step-400: #999999;
    --ion-text-color-step-450: #8c8c8c;
    --ion-text-color-step-500: #808080;
    --ion-text-color-step-550: #737373;
    --ion-text-color-step-600: #666666;
    --ion-text-color-step-650: #595959;
    --ion-text-color-step-700: #4d4d4d;
    --ion-text-color-step-750: #404040;
    --ion-text-color-step-800: #333333;
    --ion-text-color-step-850: #262626;
    --ion-text-color-step-900: #1a1a1a;
    --ion-text-color-step-950: #0d0d0d;
    --ion-item-background: #000000;
    --ion-card-background: #1c1c1d;
  }
  :root.ios ion-modal {
    --ion-background-color: var(--ion-color-step-100, var(--ion-background-color-step-100));
    --ion-toolbar-background: var(--ion-color-step-150, var(--ion-background-color-step-150));
    --ion-toolbar-border-color: var(--ion-color-step-250, var(--ion-background-color-step-250));
  }
  :root.md {
    --ion-background-color: #121212;
    --ion-background-color-rgb:
      18,
      18,
      18;
    --ion-text-color: #ffffff;
    --ion-text-color-rgb:
      255,
      255,
      255;
    --ion-background-color-step-50: #1e1e1e;
    --ion-background-color-step-100: #2a2a2a;
    --ion-background-color-step-150: #363636;
    --ion-background-color-step-200: #414141;
    --ion-background-color-step-250: #4d4d4d;
    --ion-background-color-step-300: #595959;
    --ion-background-color-step-350: #656565;
    --ion-background-color-step-400: #717171;
    --ion-background-color-step-450: #7d7d7d;
    --ion-background-color-step-500: #898989;
    --ion-background-color-step-550: #949494;
    --ion-background-color-step-600: #a0a0a0;
    --ion-background-color-step-650: #acacac;
    --ion-background-color-step-700: #b8b8b8;
    --ion-background-color-step-750: #c4c4c4;
    --ion-background-color-step-800: #d0d0d0;
    --ion-background-color-step-850: #dbdbdb;
    --ion-background-color-step-900: #e7e7e7;
    --ion-background-color-step-950: #f3f3f3;
    --ion-text-color-step-50: #f3f3f3;
    --ion-text-color-step-100: #e7e7e7;
    --ion-text-color-step-150: #dbdbdb;
    --ion-text-color-step-200: #d0d0d0;
    --ion-text-color-step-250: #c4c4c4;
    --ion-text-color-step-300: #b8b8b8;
    --ion-text-color-step-350: #acacac;
    --ion-text-color-step-400: #a0a0a0;
    --ion-text-color-step-450: #949494;
    --ion-text-color-step-500: #898989;
    --ion-text-color-step-550: #7d7d7d;
    --ion-text-color-step-600: #717171;
    --ion-text-color-step-650: #656565;
    --ion-text-color-step-700: #595959;
    --ion-text-color-step-750: #4d4d4d;
    --ion-text-color-step-800: #414141;
    --ion-text-color-step-850: #363636;
    --ion-text-color-step-900: #2a2a2a;
    --ion-text-color-step-950: #1e1e1e;
    --ion-item-background: #1e1e1e;
    --ion-toolbar-background: #1f1f1f;
    --ion-tab-bar-background: #1f1f1f;
    --ion-card-background: #1e1e1e;
  }
}

/* src/global.scss */

/* src/theme/variables.scss */
.toast-container {
  position: fixed;
  top: 16px;
  right: 16px;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.toast-error {
  background-color: #f44336;
  color: #fff;
  padding: 12px 24px;
  z-index: 9999;
  border-radius: 4px;
  font-size: 14px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  animation: slideIn 0.5s ease, fadeOut 0.5s ease 2.5s forwards;
}
.toast-success {
  background-color: #4caf50;
  color: #fff;
  z-index: 9999;
  padding: 12px 24px;
  border-radius: 4px;
  font-size: 14px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  animation: slideIn 0.5s ease, fadeOut 0.5s ease 2.5s forwards;
}
@keyframes slideIn {
  from {
    transform: translateX(100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fadeOut {
  to {
    opacity: 0;
    transform: translateX(100%);
  }
}
.toast-icon {
  font-size: 16px;
  margin-left: 8px !important;
}
.invalid-input {
  border: 2px solid red !important;
  z-index: 100;
  background-color: #f8d7da;
}
.input-error {
  border: 2px solid red !important;
}
.input-success {
  border: 2px solid rgb(57, 225, 57);
}
.no-select {
  -webkit-user-select: none;
  user-select: none;
}
.financiamiento-label {
  width: 100%;
  max-width: 150px;
  float: right;
  background:
    linear-gradient(
      45deg,
      #ff8c00,
      #ffdd57);
  color: white;
  margin-top: 15px;
  bottom: 0;
  font-size: 10px;
  font-weight: bold;
  padding: 2px 4px;
  border-radius: 0 4px 4px 0;
  text-align: center;
  transform: rotate(10deg);
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}

/* node_modules/bootstrap/dist/css/bootstrap.min.css */
/*!
* Bootstrap  v5.3.8 (https://getbootstrap.com/)
* Copyright 2011-2025 The Bootstrap Authors
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
*/
:root,
[data-bs-theme=light] {
  --bs-blue:#0d6efd;
  --bs-indigo:#6610f2;
  --bs-purple:#6f42c1;
  --bs-pink:#d63384;
  --bs-red:#dc3545;
  --bs-orange:#fd7e14;
  --bs-yellow:#ffc107;
  --bs-green:#198754;
  --bs-teal:#20c997;
  --bs-cyan:#0dcaf0;
  --bs-black:#000;
  --bs-white:#fff;
  --bs-gray:#6c757d;
  --bs-gray-dark:#343a40;
  --bs-gray-100:#f8f9fa;
  --bs-gray-200:#e9ecef;
  --bs-gray-300:#dee2e6;
  --bs-gray-400:#ced4da;
  --bs-gray-500:#adb5bd;
  --bs-gray-600:#6c757d;
  --bs-gray-700:#495057;
  --bs-gray-800:#343a40;
  --bs-gray-900:#212529;
  --bs-primary:#0d6efd;
  --bs-secondary:#6c757d;
  --bs-success:#198754;
  --bs-info:#0dcaf0;
  --bs-warning:#ffc107;
  --bs-danger:#dc3545;
  --bs-light:#f8f9fa;
  --bs-dark:#212529;
  --bs-primary-rgb:13,110,253;
  --bs-secondary-rgb:108,117,125;
  --bs-success-rgb:25,135,84;
  --bs-info-rgb:13,202,240;
  --bs-warning-rgb:255,193,7;
  --bs-danger-rgb:220,53,69;
  --bs-light-rgb:248,249,250;
  --bs-dark-rgb:33,37,41;
  --bs-primary-text-emphasis:#052c65;
  --bs-secondary-text-emphasis:#2b2f32;
  --bs-success-text-emphasis:#0a3622;
  --bs-info-text-emphasis:#055160;
  --bs-warning-text-emphasis:#664d03;
  --bs-danger-text-emphasis:#58151c;
  --bs-light-text-emphasis:#495057;
  --bs-dark-text-emphasis:#495057;
  --bs-primary-bg-subtle:#cfe2ff;
  --bs-secondary-bg-subtle:#e2e3e5;
  --bs-success-bg-subtle:#d1e7dd;
  --bs-info-bg-subtle:#cff4fc;
  --bs-warning-bg-subtle:#fff3cd;
  --bs-danger-bg-subtle:#f8d7da;
  --bs-light-bg-subtle:#fcfcfd;
  --bs-dark-bg-subtle:#ced4da;
  --bs-primary-border-subtle:#9ec5fe;
  --bs-secondary-border-subtle:#c4c8cb;
  --bs-success-border-subtle:#a3cfbb;
  --bs-info-border-subtle:#9eeaf9;
  --bs-warning-border-subtle:#ffe69c;
  --bs-danger-border-subtle:#f1aeb5;
  --bs-light-border-subtle:#e9ecef;
  --bs-dark-border-subtle:#adb5bd;
  --bs-white-rgb:255,255,255;
  --bs-black-rgb:0,0,0;
  --bs-font-sans-serif:system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Liberation Sans",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  --bs-font-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
  --bs-gradient:linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.15),
      rgba(255, 255, 255, 0));
  --bs-body-font-family:var(--bs-font-sans-serif);
  --bs-body-font-size:1rem;
  --bs-body-font-weight:400;
  --bs-body-line-height:1.5;
  --bs-body-color:#212529;
  --bs-body-color-rgb:33,37,41;
  --bs-body-bg:#fff;
  --bs-body-bg-rgb:255,255,255;
  --bs-emphasis-color:#000;
  --bs-emphasis-color-rgb:0,0,0;
  --bs-secondary-color:rgba(33, 37, 41, 0.75);
  --bs-secondary-color-rgb:33,37,41;
  --bs-secondary-bg:#e9ecef;
  --bs-secondary-bg-rgb:233,236,239;
  --bs-tertiary-color:rgba(33, 37, 41, 0.5);
  --bs-tertiary-color-rgb:33,37,41;
  --bs-tertiary-bg:#f8f9fa;
  --bs-tertiary-bg-rgb:248,249,250;
  --bs-heading-color:inherit;
  --bs-link-color:#0d6efd;
  --bs-link-color-rgb:13,110,253;
  --bs-link-decoration:underline;
  --bs-link-hover-color:#0a58ca;
  --bs-link-hover-color-rgb:10,88,202;
  --bs-code-color:#d63384;
  --bs-highlight-color:#212529;
  --bs-highlight-bg:#fff3cd;
  --bs-border-width:1px;
  --bs-border-style:solid;
  --bs-border-color:#dee2e6;
  --bs-border-color-translucent:rgba(0, 0, 0, 0.175);
  --bs-border-radius:0.375rem;
  --bs-border-radius-sm:0.25rem;
  --bs-border-radius-lg:0.5rem;
  --bs-border-radius-xl:1rem;
  --bs-border-radius-xxl:2rem;
  --bs-border-radius-2xl:var(--bs-border-radius-xxl);
  --bs-border-radius-pill:50rem;
  --bs-box-shadow:0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm:0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg:0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset:inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width:0.25rem;
  --bs-focus-ring-opacity:0.25;
  --bs-focus-ring-color:rgba(13, 110, 253, 0.25);
  --bs-form-valid-color:#198754;
  --bs-form-valid-border-color:#198754;
  --bs-form-invalid-color:#dc3545;
  --bs-form-invalid-border-color:#dc3545;
}
[data-bs-theme=dark] {
  color-scheme: dark;
  --bs-body-color:#dee2e6;
  --bs-body-color-rgb:222,226,230;
  --bs-body-bg:#212529;
  --bs-body-bg-rgb:33,37,41;
  --bs-emphasis-color:#fff;
  --bs-emphasis-color-rgb:255,255,255;
  --bs-secondary-color:rgba(222, 226, 230, 0.75);
  --bs-secondary-color-rgb:222,226,230;
  --bs-secondary-bg:#343a40;
  --bs-secondary-bg-rgb:52,58,64;
  --bs-tertiary-color:rgba(222, 226, 230, 0.5);
  --bs-tertiary-color-rgb:222,226,230;
  --bs-tertiary-bg:#2b3035;
  --bs-tertiary-bg-rgb:43,48,53;
  --bs-primary-text-emphasis:#6ea8fe;
  --bs-secondary-text-emphasis:#a7acb1;
  --bs-success-text-emphasis:#75b798;
  --bs-info-text-emphasis:#6edff6;
  --bs-warning-text-emphasis:#ffda6a;
  --bs-danger-text-emphasis:#ea868f;
  --bs-light-text-emphasis:#f8f9fa;
  --bs-dark-text-emphasis:#dee2e6;
  --bs-primary-bg-subtle:#031633;
  --bs-secondary-bg-subtle:#161719;
  --bs-success-bg-subtle:#051b11;
  --bs-info-bg-subtle:#032830;
  --bs-warning-bg-subtle:#332701;
  --bs-danger-bg-subtle:#2c0b0e;
  --bs-light-bg-subtle:#343a40;
  --bs-dark-bg-subtle:#1a1d20;
  --bs-primary-border-subtle:#084298;
  --bs-secondary-border-subtle:#41464b;
  --bs-success-border-subtle:#0f5132;
  --bs-info-border-subtle:#087990;
  --bs-warning-border-subtle:#997404;
  --bs-danger-border-subtle:#842029;
  --bs-light-border-subtle:#495057;
  --bs-dark-border-subtle:#343a40;
  --bs-heading-color:inherit;
  --bs-link-color:#6ea8fe;
  --bs-link-hover-color:#8bb9fe;
  --bs-link-color-rgb:110,168,254;
  --bs-link-hover-color-rgb:139,185,254;
  --bs-code-color:#e685b5;
  --bs-highlight-color:#dee2e6;
  --bs-highlight-bg:#664d03;
  --bs-border-color:#495057;
  --bs-border-color-translucent:rgba(255, 255, 255, 0.15);
  --bs-form-valid-color:#75b798;
  --bs-form-valid-border-color:#75b798;
  --bs-form-invalid-color:#ea868f;
  --bs-form-invalid-border-color:#ea868f;
}
*,
::after,
::before {
  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: transparent;
}
hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: var(--bs-border-width) solid;
  opacity: .25;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: .5rem;
  font-weight: 500;
  line-height: 1.2;
  color: var(--bs-heading-color);
}
.h1,
h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width:1200px) {
  .h1,
  h1 {
    font-size: 2.5rem;
  }
}
.h2,
h2 {
  font-size: calc(1.325rem + .9vw);
}
@media (min-width:1200px) {
  .h2,
  h2 {
    font-size: 2rem;
  }
}
.h3,
h3 {
  font-size: calc(1.3rem + .6vw);
}
@media (min-width:1200px) {
  .h3,
  h3 {
    font-size: 1.75rem;
  }
}
.h4,
h4 {
  font-size: calc(1.275rem + .3vw);
}
@media (min-width:1200px) {
  .h4,
  h4 {
    font-size: 1.5rem;
  }
}
.h5,
h5 {
  font-size: 1.25rem;
}
.h6,
h6 {
  font-size: 1rem;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
ol,
ul {
  padding-left: 2rem;
}
dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 1rem;
}
ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0;
}
dt {
  font-weight: 700;
}
dd {
  margin-bottom: .5rem;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1rem;
}
b,
strong {
  font-weight: bolder;
}
.small,
small {
  font-size: .875em;
}
.mark,
mark {
  padding: .1875em;
  color: var(--bs-highlight-color);
  background-color: var(--bs-highlight-bg);
}
sub,
sup {
  position: relative;
  font-size: .75em;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -.25em;
}
sup {
  top: -.5em;
}
a {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity,1));
  text-decoration: underline;
}
a:hover {
  --bs-link-color-rgb:var(--bs-link-hover-color-rgb);
}
a:not([href]):not([class]),
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}
code,
kbd,
pre,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
}
pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: .875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}
code {
  font-size: .875em;
  color: var(--bs-code-color);
  word-wrap: break-word;
}
a > code {
  color: inherit;
}
kbd {
  padding: .1875rem .375rem;
  font-size: .875em;
  color: var(--bs-body-bg);
  background-color: var(--bs-body-color);
  border-radius: .25rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
}
figure {
  margin: 0 0 1rem;
}
img,
svg {
  vertical-align: middle;
}
table {
  caption-side: bottom;
  border-collapse: collapse;
}
caption {
  padding-top: .5rem;
  padding-bottom: .5rem;
  color: var(--bs-secondary-color);
  text-align: left;
}
th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}
tbody,
td,
tfoot,
th,
thead,
tr {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}
label {
  display: inline-block;
}
button {
  border-radius: 0;
}
button:focus:not(:focus-visible) {
  outline: 0;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
select {
  text-transform: none;
}
[role=button] {
  cursor: pointer;
}
select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}
[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
  display: none !important;
}
[type=button],
[type=reset],
[type=submit],
button {
  -webkit-appearance: button;
}
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button: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: .5rem;
  line-height: inherit;
  font-size: calc(1.275rem + .3vw);
}
@media (min-width:1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-year-field {
  padding: 0;
}
::-webkit-inner-spin-button {
  height: auto;
}
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type=search]::-webkit-search-cancel-button {
  cursor: pointer;
  filter: grayscale(1);
}
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-color-swatch-wrapper {
  padding: 0;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
::file-selector-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: 1.25rem;
  font-weight: 300;
}
.display-1 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.625rem + 4.5vw);
}
@media (min-width:1200px) {
  .display-1 {
    font-size: 5rem;
  }
}
.display-2 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.575rem + 3.9vw);
}
@media (min-width:1200px) {
  .display-2 {
    font-size: 4.5rem;
  }
}
.display-3 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.525rem + 3.3vw);
}
@media (min-width:1200px) {
  .display-3 {
    font-size: 4rem;
  }
}
.display-4 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.475rem + 2.7vw);
}
@media (min-width:1200px) {
  .display-4 {
    font-size: 3.5rem;
  }
}
.display-5 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.425rem + 2.1vw);
}
@media (min-width:1200px) {
  .display-5 {
    font-size: 3rem;
  }
}
.display-6 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.375rem + 1.5vw);
}
@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: .5rem;
}
.initialism {
  font-size: .875em;
  text-transform: uppercase;
}
.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.blockquote > :last-child {
  margin-bottom: 0;
}
.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: .875em;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "\2014\a0";
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.img-thumbnail {
  padding: .25rem;
  background-color: var(--bs-body-bg);
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  max-width: 100%;
  height: auto;
}
.figure {
  display: inline-block;
}
.figure-img {
  margin-bottom: .5rem;
  line-height: 1;
}
.figure-caption {
  font-size: .875em;
  color: var(--bs-secondary-color);
}
.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  --bs-gutter-x:1.5rem;
  --bs-gutter-y:0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-right: auto;
  margin-left: auto;
}
@media (min-width:576px) {
  .container,
  .container-sm {
    max-width: 540px;
  }
}
@media (min-width:768px) {
  .container,
  .container-md,
  .container-sm {
    max-width: 720px;
  }
}
@media (min-width:992px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm {
    max-width: 960px;
  }
}
@media (min-width:1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1140px;
  }
}
@media (min-width:1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1320px;
  }
}
:root {
  --bs-breakpoint-xs:0;
  --bs-breakpoint-sm:576px;
  --bs-breakpoint-md:768px;
  --bs-breakpoint-lg:992px;
  --bs-breakpoint-xl:1200px;
  --bs-breakpoint-xxl:1400px;
}
.row {
  --bs-gutter-x:1.5rem;
  --bs-gutter-y:0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-.5 * var(--bs-gutter-x));
  margin-left: calc(-.5 * var(--bs-gutter-x));
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .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.33333333%;
}
.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.66666667%;
}
.col-auto {
  flex: 0 0 auto;
  width: auto;
}
.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}
.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}
.col-3 {
  flex: 0 0 auto;
  width: 25%;
}
.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}
.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}
.col-6 {
  flex: 0 0 auto;
  width: 50%;
}
.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}
.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}
.col-9 {
  flex: 0 0 auto;
  width: 75%;
}
.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}
.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}
.col-12 {
  flex: 0 0 auto;
  width: 100%;
}
.offset-1 {
  margin-left: 8.33333333%;
}
.offset-2 {
  margin-left: 16.66666667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.33333333%;
}
.offset-5 {
  margin-left: 41.66666667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.33333333%;
}
.offset-8 {
  margin-left: 66.66666667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.33333333%;
}
.offset-11 {
  margin-left: 91.66666667%;
}
.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.33333333%;
  }
  .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.66666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .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.33333333%;
  }
  .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.66666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .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.33333333%;
  }
  .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.66666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .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.33333333%;
  }
  .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.66666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .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.33333333%;
  }
  .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.66666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .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-color-type:initial;
  --bs-table-bg-type:initial;
  --bs-table-color-state:initial;
  --bs-table-bg-state:initial;
  --bs-table-color:var(--bs-emphasis-color);
  --bs-table-bg:var(--bs-body-bg);
  --bs-table-border-color:var(--bs-border-color);
  --bs-table-accent-bg:transparent;
  --bs-table-striped-color:var(--bs-emphasis-color);
  --bs-table-striped-bg:rgba(var(--bs-emphasis-color-rgb), 0.05);
  --bs-table-active-color:var(--bs-emphasis-color);
  --bs-table-active-bg:rgba(var(--bs-emphasis-color-rgb), 0.1);
  --bs-table-hover-color:var(--bs-emphasis-color);
  --bs-table-hover-bg:rgba(var(--bs-emphasis-color-rgb), 0.075);
  width: 100%;
  margin-bottom: 1rem;
  vertical-align: top;
  border-color: var(--bs-table-border-color);
}
.table > :not(caption) > * > * {
  padding: .5rem .5rem;
  color: var(--bs-table-color-state,var(--bs-table-color-type,var(--bs-table-color)));
  background-color: var(--bs-table-bg);
  border-bottom-width: var(--bs-border-width);
  box-shadow: inset 0 0 0 9999px var(--bs-table-bg-state,var(--bs-table-bg-type,var(--bs-table-accent-bg)));
}
.table > tbody {
  vertical-align: inherit;
}
.table > thead {
  vertical-align: bottom;
}
.table-group-divider {
  border-top: calc(var(--bs-border-width) * 2) solid currentcolor;
}
.caption-top {
  caption-side: top;
}
.table-sm > :not(caption) > * > * {
  padding: .25rem .25rem;
}
.table-bordered > :not(caption) > * {
  border-width: var(--bs-border-width) 0;
}
.table-bordered > :not(caption) > * > * {
  border-width: 0 var(--bs-border-width);
}
.table-borderless > :not(caption) > * > * {
  border-bottom-width: 0;
}
.table-borderless > :not(:first-child) {
  border-top-width: 0;
}
.table-striped > tbody > tr:nth-of-type(odd) > * {
  --bs-table-color-type:var(--bs-table-striped-color);
  --bs-table-bg-type:var(--bs-table-striped-bg);
}
.table-striped-columns > :not(caption) > tr > :nth-child(2n) {
  --bs-table-color-type:var(--bs-table-striped-color);
  --bs-table-bg-type:var(--bs-table-striped-bg);
}
.table-active {
  --bs-table-color-state:var(--bs-table-active-color);
  --bs-table-bg-state:var(--bs-table-active-bg);
}
.table-hover > tbody > tr:hover > * {
  --bs-table-color-state:var(--bs-table-hover-color);
  --bs-table-bg-state:var(--bs-table-hover-bg);
}
.table-primary {
  --bs-table-color:#000;
  --bs-table-bg:#cfe2ff;
  --bs-table-border-color:#a6b5cc;
  --bs-table-striped-bg:#c5d7f2;
  --bs-table-striped-color:#000;
  --bs-table-active-bg:#bacbe6;
  --bs-table-active-color:#000;
  --bs-table-hover-bg:#bfd1ec;
  --bs-table-hover-color:#000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.table-secondary {
  --bs-table-color:#000;
  --bs-table-bg:#e2e3e5;
  --bs-table-border-color:#b5b6b7;
  --bs-table-striped-bg:#d7d8da;
  --bs-table-striped-color:#000;
  --bs-table-active-bg:#cbccce;
  --bs-table-active-color:#000;
  --bs-table-hover-bg:#d1d2d4;
  --bs-table-hover-color:#000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.table-success {
  --bs-table-color:#000;
  --bs-table-bg:#d1e7dd;
  --bs-table-border-color:#a7b9b1;
  --bs-table-striped-bg:#c7dbd2;
  --bs-table-striped-color:#000;
  --bs-table-active-bg:#bcd0c7;
  --bs-table-active-color:#000;
  --bs-table-hover-bg:#c1d6cc;
  --bs-table-hover-color:#000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.table-info {
  --bs-table-color:#000;
  --bs-table-bg:#cff4fc;
  --bs-table-border-color:#a6c3ca;
  --bs-table-striped-bg:#c5e8ef;
  --bs-table-striped-color:#000;
  --bs-table-active-bg:#badce3;
  --bs-table-active-color:#000;
  --bs-table-hover-bg:#bfe2e9;
  --bs-table-hover-color:#000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.table-warning {
  --bs-table-color:#000;
  --bs-table-bg:#fff3cd;
  --bs-table-border-color:#ccc2a4;
  --bs-table-striped-bg:#f2e7c3;
  --bs-table-striped-color:#000;
  --bs-table-active-bg:#e6dbb9;
  --bs-table-active-color:#000;
  --bs-table-hover-bg:#ece1be;
  --bs-table-hover-color:#000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.table-danger {
  --bs-table-color:#000;
  --bs-table-bg:#f8d7da;
  --bs-table-border-color:#c6acae;
  --bs-table-striped-bg:#eccccf;
  --bs-table-striped-color:#000;
  --bs-table-active-bg:#dfc2c4;
  --bs-table-active-color:#000;
  --bs-table-hover-bg:#e5c7ca;
  --bs-table-hover-color:#000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.table-light {
  --bs-table-color:#000;
  --bs-table-bg:#f8f9fa;
  --bs-table-border-color:#c6c7c8;
  --bs-table-striped-bg:#ecedee;
  --bs-table-striped-color:#000;
  --bs-table-active-bg:#dfe0e1;
  --bs-table-active-color:#000;
  --bs-table-hover-bg:#e5e6e7;
  --bs-table-hover-color:#000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.table-dark {
  --bs-table-color:#fff;
  --bs-table-bg:#212529;
  --bs-table-border-color:#4d5154;
  --bs-table-striped-bg:#2c3034;
  --bs-table-striped-color:#fff;
  --bs-table-active-bg:#373b3e;
  --bs-table-active-color:#fff;
  --bs-table-hover-bg:#323539;
  --bs-table-hover-color:#fff;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.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: .5rem;
}
.col-form-label {
  padding-top: calc(.375rem + var(--bs-border-width));
  padding-bottom: calc(.375rem + var(--bs-border-width));
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}
.col-form-label-lg {
  padding-top: calc(.5rem + var(--bs-border-width));
  padding-bottom: calc(.5rem + var(--bs-border-width));
  font-size: 1.25rem;
}
.col-form-label-sm {
  padding-top: calc(.25rem + var(--bs-border-width));
  padding-bottom: calc(.25rem + var(--bs-border-width));
  font-size: .875rem;
}
.form-text {
  margin-top: .25rem;
  font-size: .875em;
  color: var(--bs-secondary-color);
}
.form-control {
  display: block;
  width: 100%;
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--bs-body-bg);
  background-clip: padding-box;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  transition: border-color .15s ease-in-out, box-shadow .15s 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: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
}
.form-control::-webkit-date-and-time-value {
  min-width: 85px;
  height: 1.5em;
  margin: 0;
}
.form-control::-webkit-datetime-edit {
  display: block;
  padding: 0;
}
.form-control::placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}
.form-control:disabled {
  background-color: var(--bs-secondary-bg);
  opacity: 1;
}
.form-control::-webkit-file-upload-button {
  padding: .375rem .75rem;
  margin: -.375rem -.75rem;
  -webkit-margin-end: .75rem;
  margin-inline-end: .75rem;
  color: var(--bs-body-color);
  background-color: var(--bs-tertiary-bg);
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: var(--bs-border-width);
  border-radius: 0;
  -webkit-transition:
    color .15s ease-in-out,
    background-color .15s ease-in-out,
    border-color .15s ease-in-out,
    box-shadow .15s ease-in-out;
  transition:
    color .15s ease-in-out,
    background-color .15s ease-in-out,
    border-color .15s ease-in-out,
    box-shadow .15s ease-in-out;
}
.form-control::file-selector-button {
  padding: .375rem .75rem;
  margin: -.375rem -.75rem;
  -webkit-margin-end: .75rem;
  margin-inline-end: .75rem;
  color: var(--bs-body-color);
  background-color: var(--bs-tertiary-bg);
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: var(--bs-border-width);
  border-radius: 0;
  transition:
    color .15s ease-in-out,
    background-color .15s ease-in-out,
    border-color .15s ease-in-out,
    box-shadow .15s ease-in-out;
}
@media (prefers-reduced-motion:reduce) {
  .form-control::-webkit-file-upload-button {
    -webkit-transition: none;
    transition: none;
  }
  .form-control::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: var(--bs-secondary-bg);
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: var(--bs-secondary-bg);
}
.form-control-plaintext {
  display: block;
  width: 100%;
  padding: .375rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: var(--bs-body-color);
  background-color: transparent;
  border: solid transparent;
  border-width: var(--bs-border-width) 0;
}
.form-control-plaintext:focus {
  outline: 0;
}
.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm {
  padding-right: 0;
  padding-left: 0;
}
.form-control-sm {
  min-height: calc(1.5em + .5rem + calc(var(--bs-border-width) * 2));
  padding: .25rem .5rem;
  font-size: .875rem;
  border-radius: var(--bs-border-radius-sm);
}
.form-control-sm::-webkit-file-upload-button {
  padding: .25rem .5rem;
  margin: -.25rem -.5rem;
  -webkit-margin-end: .5rem;
  margin-inline-end: .5rem;
}
.form-control-sm::file-selector-button {
  padding: .25rem .5rem;
  margin: -.25rem -.5rem;
  -webkit-margin-end: .5rem;
  margin-inline-end: .5rem;
}
.form-control-lg {
  min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
  padding: .5rem 1rem;
  font-size: 1.25rem;
  border-radius: var(--bs-border-radius-lg);
}
.form-control-lg::-webkit-file-upload-button {
  padding: .5rem 1rem;
  margin: -.5rem -1rem;
  -webkit-margin-end: 1rem;
  margin-inline-end: 1rem;
}
.form-control-lg::file-selector-button {
  padding: .5rem 1rem;
  margin: -.5rem -1rem;
  -webkit-margin-end: 1rem;
  margin-inline-end: 1rem;
}
textarea.form-control {
  min-height: calc(1.5em + .75rem + calc(var(--bs-border-width) * 2));
}
textarea.form-control-sm {
  min-height: calc(1.5em + .5rem + calc(var(--bs-border-width) * 2));
}
textarea.form-control-lg {
  min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
}
.form-control-color {
  width: 3rem;
  height: calc(1.5em + .75rem + calc(var(--bs-border-width) * 2));
  padding: .375rem;
}
.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control-color::-moz-color-swatch {
  border: 0 !important;
  border-radius: var(--bs-border-radius);
}
.form-control-color::-webkit-color-swatch {
  border: 0 !important;
  border-radius: var(--bs-border-radius);
}
.form-control-color.form-control-sm {
  height: calc(1.5em + .5rem + calc(var(--bs-border-width) * 2));
}
.form-control-color.form-control-lg {
  height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
}
.form-select {
  --bs-form-select-bg-img:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  display: block;
  width: 100%;
  padding: .375rem 2.25rem .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--bs-body-bg);
  background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon,none);
  background-repeat: no-repeat;
  background-position: right .75rem center;
  background-size: 16px 12px;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
@media (prefers-reduced-motion:reduce) {
  .form-select {
    transition: none;
  }
}
.form-select:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
}
.form-select[multiple],
.form-select[size]:not([size="1"]) {
  padding-right: .75rem;
  background-image: none;
}
.form-select:disabled {
  background-color: var(--bs-secondary-bg);
}
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 var(--bs-body-color);
}
.form-select-sm {
  padding-top: .25rem;
  padding-bottom: .25rem;
  padding-left: .5rem;
  font-size: .875rem;
  border-radius: var(--bs-border-radius-sm);
}
.form-select-lg {
  padding-top: .5rem;
  padding-bottom: .5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
  border-radius: var(--bs-border-radius-lg);
}
[data-bs-theme=dark] .form-select {
  --bs-form-select-bg-img:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23dee2e6' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}
.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: .125rem;
}
.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}
.form-check-reverse {
  padding-right: 1.5em;
  padding-left: 0;
  text-align: right;
}
.form-check-reverse .form-check-input {
  float: right;
  margin-right: -1.5em;
  margin-left: 0;
}
.form-check-input {
  --bs-form-check-bg:var(--bs-body-bg);
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  margin-top: .25em;
  vertical-align: top;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--bs-form-check-bg);
  background-image: var(--bs-form-check-bg-image);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: var(--bs-border-width) solid var(--bs-border-color);
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
  print-color-adjust: exact;
}
.form-check-input[type=checkbox] {
  border-radius: .25em;
}
.form-check-input[type=radio] {
  border-radius: 50%;
}
.form-check-input:active {
  filter: brightness(90%);
}
.form-check-input:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
}
.form-check-input:checked {
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.form-check-input:checked[type=checkbox] {
  --bs-form-check-bg-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 10 3 3 6-6'/%3e%3c/svg%3e");
}
.form-check-input:checked[type=radio] {
  --bs-form-check-bg-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: #0d6efd;
  border-color: #0d6efd;
  --bs-form-check-bg-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: .5;
}
.form-check-input:disabled ~ .form-check-label,
.form-check-input[disabled] ~ .form-check-label {
  cursor: default;
  opacity: .5;
}
.form-switch {
  padding-left: 2.5em;
}
.form-switch .form-check-input {
  --bs-form-switch-bg:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  width: 2em;
  margin-left: -2.5em;
  background-image: var(--bs-form-switch-bg);
  background-position: left center;
  border-radius: 2em;
  transition: background-position .15s ease-in-out;
}
@media (prefers-reduced-motion:reduce) {
  .form-switch .form-check-input {
    transition: none;
  }
}
.form-switch .form-check-input:focus {
  --bs-form-switch-bg:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e");
}
.form-switch .form-check-input:checked {
  background-position: right center;
  --bs-form-switch-bg: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-reverse {
  padding-right: 2.5em;
  padding-left: 0;
}
.form-switch.form-check-reverse .form-check-input {
  margin-right: -2.5em;
  margin-left: 0;
}
.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: .65;
}
[data-bs-theme=dark] .form-switch .form-check-input:not(:checked):not(:focus) {
  --bs-form-switch-bg:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%28255, 255, 255, 0.25%29'/%3e%3c/svg%3e");
}
.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
}
.form-range:focus {
  outline: 0;
}
.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 .25rem rgba(13, 110, 253, .25);
}
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 .25rem rgba(13, 110, 253, .25);
}
.form-range::-moz-focus-outer {
  border: 0;
}
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -.25rem;
  -webkit-appearance: none;
  appearance: none;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  -webkit-transition:
    background-color .15s ease-in-out,
    border-color .15s ease-in-out,
    box-shadow .15s ease-in-out;
  transition:
    background-color .15s ease-in-out,
    border-color .15s ease-in-out,
    box-shadow .15s ease-in-out;
}
@media (prefers-reduced-motion:reduce) {
  .form-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.form-range::-webkit-slider-thumb:active {
  background-color: #b6d4fe;
}
.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: .5rem;
  color: transparent;
  cursor: pointer;
  background-color: var(--bs-secondary-bg);
  border-color: transparent;
  border-radius: 1rem;
}
.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  -moz-appearance: none;
  appearance: none;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  -moz-transition:
    background-color .15s ease-in-out,
    border-color .15s ease-in-out,
    box-shadow .15s ease-in-out;
  transition:
    background-color .15s ease-in-out,
    border-color .15s ease-in-out,
    box-shadow .15s ease-in-out;
}
@media (prefers-reduced-motion:reduce) {
  .form-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.form-range::-moz-range-thumb:active {
  background-color: #b6d4fe;
}
.form-range::-moz-range-track {
  width: 100%;
  height: .5rem;
  color: transparent;
  cursor: pointer;
  background-color: var(--bs-secondary-bg);
  border-color: transparent;
  border-radius: 1rem;
}
.form-range:disabled {
  pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
  background-color: var(--bs-secondary-color);
}
.form-range:disabled::-moz-range-thumb {
  background-color: var(--bs-secondary-color);
}
.form-floating {
  position: relative;
}
.form-floating > .form-control,
.form-floating > .form-control-plaintext,
.form-floating > .form-select {
  height: calc(3.5rem + calc(var(--bs-border-width) * 2));
  min-height: calc(3.5rem + calc(var(--bs-border-width) * 2));
  line-height: 1.25;
}
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  max-width: 100%;
  height: 100%;
  padding: 1rem .75rem;
  overflow: hidden;
  color: rgba(var(--bs-body-color-rgb), .65);
  text-align: start;
  text-overflow: ellipsis;
  white-space: nowrap;
  pointer-events: none;
  border: var(--bs-border-width) solid transparent;
  transform-origin: 0 0;
  transition: opacity .1s ease-in-out, transform .1s ease-in-out;
}
@media (prefers-reduced-motion:reduce) {
  .form-floating > label {
    transition: none;
  }
}
.form-floating > .form-control,
.form-floating > .form-control-plaintext {
  padding: 1rem .75rem;
}
.form-floating > .form-control-plaintext::placeholder,
.form-floating > .form-control::placeholder {
  color: transparent;
}
.form-floating > .form-control-plaintext:focus,
.form-floating > .form-control-plaintext:not(:placeholder-shown),
.form-floating > .form-control:focus,
.form-floating > .form-control:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: .625rem;
}
.form-floating > .form-control-plaintext:-webkit-autofill,
.form-floating > .form-control:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: .625rem;
}
.form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: .625rem;
  padding-left: .75rem;
}
.form-floating > .form-control-plaintext ~ label,
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label {
  transform: scale(.85) translateY(-.5rem) translateX(.15rem);
}
.form-floating > .form-control:-webkit-autofill ~ label {
  transform: scale(.85) translateY(-.5rem) translateX(.15rem);
}
.form-floating > textarea:focus ~ label::after,
.form-floating > textarea:not(:placeholder-shown) ~ label::after {
  position: absolute;
  inset: 1rem 0.375rem;
  z-index: -1;
  height: 1.5em;
  content: "";
  background-color: var(--bs-body-bg);
  border-radius: var(--bs-border-radius);
}
.form-floating > textarea:disabled ~ label::after {
  background-color: var(--bs-secondary-bg);
}
.form-floating > .form-control-plaintext ~ label {
  border-width: var(--bs-border-width) 0;
}
.form-floating > .form-control:disabled ~ label,
.form-floating > :disabled ~ label {
  color: #6c757d;
}
.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-floating,
.input-group > .form-select {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.input-group > .form-control:focus,
.input-group > .form-floating:focus-within,
.input-group > .form-select:focus {
  z-index: 5;
}
.input-group .btn {
  position: relative;
  z-index: 2;
}
.input-group .btn:focus {
  z-index: 5;
}
.input-group-text {
  display: flex;
  align-items: center;
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  text-align: center;
  white-space: nowrap;
  background-color: var(--bs-tertiary-bg);
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
}
.input-group-lg > .btn,
.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text {
  padding: .5rem 1rem;
  font-size: 1.25rem;
  border-radius: var(--bs-border-radius-lg);
}
.input-group-sm > .btn,
.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text {
  padding: .25rem .5rem;
  font-size: .875rem;
  border-radius: var(--bs-border-radius-sm);
}
.input-group-lg > .form-select,
.input-group-sm > .form-select {
  padding-right: 3rem;
}
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3),
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-control,
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-select,
.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > .dropdown-toggle:nth-last-child(n+4),
.input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-control,
.input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-select,
.input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating) {
  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: calc(-1 * var(--bs-border-width));
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .form-floating:not(:first-child) > .form-control,
.input-group > .form-floating:not(:first-child) > .form-select {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.valid-feedback {
  display: none;
  width: 100%;
  margin-top: .25rem;
  font-size: .875em;
  color: var(--bs-form-valid-color);
}
.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .25rem .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  color: #fff;
  background-color: var(--bs-success);
  border-radius: var(--bs-border-radius);
}
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip,
.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip {
  display: block;
}
.form-control.is-valid,
.was-validated .form-control:valid {
  border-color: var(--bs-form-valid-border-color);
  padding-right: calc(1.5em + .75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.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.1'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(.375em + .1875rem) center;
  background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}
.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
  border-color: var(--bs-form-valid-border-color);
  box-shadow: 0 0 0 .25rem rgba(var(--bs-success-rgb), .25);
}
.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
  padding-right: calc(1.5em + .75rem);
  background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem);
}
.form-select.is-valid,
.was-validated .form-select:valid {
  border-color: var(--bs-form-valid-border-color);
}
.form-select.is-valid:not([multiple]):not([size]),
.form-select.is-valid:not([multiple])[size="1"],
.was-validated .form-select:valid:not([multiple]):not([size]),
.was-validated .form-select:valid:not([multiple])[size="1"] {
  --bs-form-select-bg-icon:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.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.1'/%3e%3c/svg%3e");
  padding-right: 4.125rem;
  background-position: right .75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(.75em + .375rem) calc(.75em + .375rem);
}
.form-select.is-valid:focus,
.was-validated .form-select:valid:focus {
  border-color: var(--bs-form-valid-border-color);
  box-shadow: 0 0 0 .25rem rgba(var(--bs-success-rgb), .25);
}
.form-control-color.is-valid,
.was-validated .form-control-color:valid {
  width: calc(3rem + calc(1.5em + .75rem));
}
.form-check-input.is-valid,
.was-validated .form-check-input:valid {
  border-color: var(--bs-form-valid-border-color);
}
.form-check-input.is-valid:checked,
.was-validated .form-check-input:valid:checked {
  background-color: var(--bs-form-valid-color);
}
.form-check-input.is-valid:focus,
.was-validated .form-check-input:valid:focus {
  box-shadow: 0 0 0 .25rem rgba(var(--bs-success-rgb), .25);
}
.form-check-input.is-valid ~ .form-check-label,
.was-validated .form-check-input:valid ~ .form-check-label {
  color: var(--bs-form-valid-color);
}
.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: .5em;
}
.input-group > .form-control:not(:focus).is-valid,
.input-group > .form-floating:not(:focus-within).is-valid,
.input-group > .form-select:not(:focus).is-valid,
.was-validated .input-group > .form-control:not(:focus):valid,
.was-validated .input-group > .form-floating:not(:focus-within):valid,
.was-validated .input-group > .form-select:not(:focus):valid {
  z-index: 3;
}
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: .25rem;
  font-size: .875em;
  color: var(--bs-form-invalid-color);
}
.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .25rem .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  color: #fff;
  background-color: var(--bs-danger);
  border-radius: var(--bs-border-radius);
}
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip,
.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip {
  display: block;
}
.form-control.is-invalid,
.was-validated .form-control:invalid {
  border-color: var(--bs-form-invalid-border-color);
  padding-right: calc(1.5em + .75rem);
  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='%23dc3545'%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='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(.375em + .1875rem) center;
  background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}
.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
  border-color: var(--bs-form-invalid-border-color);
  box-shadow: 0 0 0 .25rem rgba(var(--bs-danger-rgb), .25);
}
.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
  padding-right: calc(1.5em + .75rem);
  background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem);
}
.form-select.is-invalid,
.was-validated .form-select:invalid {
  border-color: var(--bs-form-invalid-border-color);
}
.form-select.is-invalid:not([multiple]):not([size]),
.form-select.is-invalid:not([multiple])[size="1"],
.was-validated .form-select:invalid:not([multiple]):not([size]),
.was-validated .form-select:invalid:not([multiple])[size="1"] {
  --bs-form-select-bg-icon: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='%23dc3545'%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='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  padding-right: 4.125rem;
  background-position: right .75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(.75em + .375rem) calc(.75em + .375rem);
}
.form-select.is-invalid:focus,
.was-validated .form-select:invalid:focus {
  border-color: var(--bs-form-invalid-border-color);
  box-shadow: 0 0 0 .25rem rgba(var(--bs-danger-rgb), .25);
}
.form-control-color.is-invalid,
.was-validated .form-control-color:invalid {
  width: calc(3rem + calc(1.5em + .75rem));
}
.form-check-input.is-invalid,
.was-validated .form-check-input:invalid {
  border-color: var(--bs-form-invalid-border-color);
}
.form-check-input.is-invalid:checked,
.was-validated .form-check-input:invalid:checked {
  background-color: var(--bs-form-invalid-color);
}
.form-check-input.is-invalid:focus,
.was-validated .form-check-input:invalid:focus {
  box-shadow: 0 0 0 .25rem rgba(var(--bs-danger-rgb), .25);
}
.form-check-input.is-invalid ~ .form-check-label,
.was-validated .form-check-input:invalid ~ .form-check-label {
  color: var(--bs-form-invalid-color);
}
.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: .5em;
}
.input-group > .form-control:not(:focus).is-invalid,
.input-group > .form-floating:not(:focus-within).is-invalid,
.input-group > .form-select:not(:focus).is-invalid,
.was-validated .input-group > .form-control:not(:focus):invalid,
.was-validated .input-group > .form-floating:not(:focus-within):invalid,
.was-validated .input-group > .form-select:not(:focus):invalid {
  z-index: 4;
}
.btn {
  --bs-btn-padding-x:0.75rem;
  --bs-btn-padding-y:0.375rem;
  --bs-btn-font-family: ;
  --bs-btn-font-size:1rem;
  --bs-btn-font-weight:400;
  --bs-btn-line-height:1.5;
  --bs-btn-color:var(--bs-body-color);
  --bs-btn-bg:transparent;
  --bs-btn-border-width:var(--bs-border-width);
  --bs-btn-border-color:transparent;
  --bs-btn-border-radius:var(--bs-border-radius);
  --bs-btn-hover-border-color:transparent;
  --bs-btn-box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.15),0 1px 1px rgba(0, 0, 0, 0.075);
  --bs-btn-disabled-opacity:0.65;
  --bs-btn-focus-box-shadow:0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
  display: inline-block;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  color: var(--bs-btn-color);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  border-radius: var(--bs-btn-border-radius);
  background-color: var(--bs-btn-bg);
  transition:
    color .15s ease-in-out,
    background-color .15s ease-in-out,
    border-color .15s ease-in-out,
    box-shadow .15s ease-in-out;
}
@media (prefers-reduced-motion:reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
}
.btn-check + .btn:hover {
  color: var(--bs-btn-color);
  background-color: var(--bs-btn-bg);
  border-color: var(--bs-btn-border-color);
}
.btn:focus-visible {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:focus-visible + .btn {
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:checked + .btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check) + .btn:active {
  color: var(--bs-btn-active-color);
  background-color: var(--bs-btn-active-bg);
  border-color: var(--bs-btn-active-border-color);
}
.btn-check:checked + .btn:focus-visible,
.btn.active:focus-visible,
.btn.show:focus-visible,
.btn:first-child:active:focus-visible,
:not(.btn-check) + .btn:active:focus-visible {
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:checked:focus-visible + .btn {
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn.disabled,
.btn:disabled,
fieldset:disabled .btn {
  color: var(--bs-btn-disabled-color);
  pointer-events: none;
  background-color: var(--bs-btn-disabled-bg);
  border-color: var(--bs-btn-disabled-border-color);
  opacity: var(--bs-btn-disabled-opacity);
}
.btn-primary {
  --bs-btn-color:#fff;
  --bs-btn-bg:#0d6efd;
  --bs-btn-border-color:#0d6efd;
  --bs-btn-hover-color:#fff;
  --bs-btn-hover-bg:#0b5ed7;
  --bs-btn-hover-border-color:#0a58ca;
  --bs-btn-focus-shadow-rgb:49,132,253;
  --bs-btn-active-color:#fff;
  --bs-btn-active-bg:#0a58ca;
  --bs-btn-active-border-color:#0a53be;
  --bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color:#fff;
  --bs-btn-disabled-bg:#0d6efd;
  --bs-btn-disabled-border-color:#0d6efd;
}
.btn-secondary {
  --bs-btn-color:#fff;
  --bs-btn-bg:#6c757d;
  --bs-btn-border-color:#6c757d;
  --bs-btn-hover-color:#fff;
  --bs-btn-hover-bg:#5c636a;
  --bs-btn-hover-border-color:#565e64;
  --bs-btn-focus-shadow-rgb:130,138,145;
  --bs-btn-active-color:#fff;
  --bs-btn-active-bg:#565e64;
  --bs-btn-active-border-color:#51585e;
  --bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color:#fff;
  --bs-btn-disabled-bg:#6c757d;
  --bs-btn-disabled-border-color:#6c757d;
}
.btn-success {
  --bs-btn-color:#fff;
  --bs-btn-bg:#198754;
  --bs-btn-border-color:#198754;
  --bs-btn-hover-color:#fff;
  --bs-btn-hover-bg:#157347;
  --bs-btn-hover-border-color:#146c43;
  --bs-btn-focus-shadow-rgb:60,153,110;
  --bs-btn-active-color:#fff;
  --bs-btn-active-bg:#146c43;
  --bs-btn-active-border-color:#13653f;
  --bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color:#fff;
  --bs-btn-disabled-bg:#198754;
  --bs-btn-disabled-border-color:#198754;
}
.btn-info {
  --bs-btn-color:#000;
  --bs-btn-bg:#0dcaf0;
  --bs-btn-border-color:#0dcaf0;
  --bs-btn-hover-color:#000;
  --bs-btn-hover-bg:#31d2f2;
  --bs-btn-hover-border-color:#25cff2;
  --bs-btn-focus-shadow-rgb:11,172,204;
  --bs-btn-active-color:#000;
  --bs-btn-active-bg:#3dd5f3;
  --bs-btn-active-border-color:#25cff2;
  --bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color:#000;
  --bs-btn-disabled-bg:#0dcaf0;
  --bs-btn-disabled-border-color:#0dcaf0;
}
.btn-warning {
  --bs-btn-color:#000;
  --bs-btn-bg:#ffc107;
  --bs-btn-border-color:#ffc107;
  --bs-btn-hover-color:#000;
  --bs-btn-hover-bg:#ffca2c;
  --bs-btn-hover-border-color:#ffc720;
  --bs-btn-focus-shadow-rgb:217,164,6;
  --bs-btn-active-color:#000;
  --bs-btn-active-bg:#ffcd39;
  --bs-btn-active-border-color:#ffc720;
  --bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color:#000;
  --bs-btn-disabled-bg:#ffc107;
  --bs-btn-disabled-border-color:#ffc107;
}
.btn-danger {
  --bs-btn-color:#fff;
  --bs-btn-bg:#dc3545;
  --bs-btn-border-color:#dc3545;
  --bs-btn-hover-color:#fff;
  --bs-btn-hover-bg:#bb2d3b;
  --bs-btn-hover-border-color:#b02a37;
  --bs-btn-focus-shadow-rgb:225,83,97;
  --bs-btn-active-color:#fff;
  --bs-btn-active-bg:#b02a37;
  --bs-btn-active-border-color:#a52834;
  --bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color:#fff;
  --bs-btn-disabled-bg:#dc3545;
  --bs-btn-disabled-border-color:#dc3545;
}
.btn-light {
  --bs-btn-color:#000;
  --bs-btn-bg:#f8f9fa;
  --bs-btn-border-color:#f8f9fa;
  --bs-btn-hover-color:#000;
  --bs-btn-hover-bg:#d3d4d5;
  --bs-btn-hover-border-color:#c6c7c8;
  --bs-btn-focus-shadow-rgb:211,212,213;
  --bs-btn-active-color:#000;
  --bs-btn-active-bg:#c6c7c8;
  --bs-btn-active-border-color:#babbbc;
  --bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color:#000;
  --bs-btn-disabled-bg:#f8f9fa;
  --bs-btn-disabled-border-color:#f8f9fa;
}
.btn-dark {
  --bs-btn-color:#fff;
  --bs-btn-bg:#212529;
  --bs-btn-border-color:#212529;
  --bs-btn-hover-color:#fff;
  --bs-btn-hover-bg:#424649;
  --bs-btn-hover-border-color:#373b3e;
  --bs-btn-focus-shadow-rgb:66,70,73;
  --bs-btn-active-color:#fff;
  --bs-btn-active-bg:#4d5154;
  --bs-btn-active-border-color:#373b3e;
  --bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color:#fff;
  --bs-btn-disabled-bg:#212529;
  --bs-btn-disabled-border-color:#212529;
}
.btn-outline-primary {
  --bs-btn-color:#0d6efd;
  --bs-btn-border-color:#0d6efd;
  --bs-btn-hover-color:#fff;
  --bs-btn-hover-bg:#0d6efd;
  --bs-btn-hover-border-color:#0d6efd;
  --bs-btn-focus-shadow-rgb:13,110,253;
  --bs-btn-active-color:#fff;
  --bs-btn-active-bg:#0d6efd;
  --bs-btn-active-border-color:#0d6efd;
  --bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color:#0d6efd;
  --bs-btn-disabled-bg:transparent;
  --bs-btn-disabled-border-color:#0d6efd;
  --bs-gradient:none;
}
.btn-outline-secondary {
  --bs-btn-color:#6c757d;
  --bs-btn-border-color:#6c757d;
  --bs-btn-hover-color:#fff;
  --bs-btn-hover-bg:#6c757d;
  --bs-btn-hover-border-color:#6c757d;
  --bs-btn-focus-shadow-rgb:108,117,125;
  --bs-btn-active-color:#fff;
  --bs-btn-active-bg:#6c757d;
  --bs-btn-active-border-color:#6c757d;
  --bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color:#6c757d;
  --bs-btn-disabled-bg:transparent;
  --bs-btn-disabled-border-color:#6c757d;
  --bs-gradient:none;
}
.btn-outline-success {
  --bs-btn-color:#198754;
  --bs-btn-border-color:#198754;
  --bs-btn-hover-color:#fff;
  --bs-btn-hover-bg:#198754;
  --bs-btn-hover-border-color:#198754;
  --bs-btn-focus-shadow-rgb:25,135,84;
  --bs-btn-active-color:#fff;
  --bs-btn-active-bg:#198754;
  --bs-btn-active-border-color:#198754;
  --bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color:#198754;
  --bs-btn-disabled-bg:transparent;
  --bs-btn-disabled-border-color:#198754;
  --bs-gradient:none;
}
.btn-outline-info {
  --bs-btn-color:#0dcaf0;
  --bs-btn-border-color:#0dcaf0;
  --bs-btn-hover-color:#000;
  --bs-btn-hover-bg:#0dcaf0;
  --bs-btn-hover-border-color:#0dcaf0;
  --bs-btn-focus-shadow-rgb:13,202,240;
  --bs-btn-active-color:#000;
  --bs-btn-active-bg:#0dcaf0;
  --bs-btn-active-border-color:#0dcaf0;
  --bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color:#0dcaf0;
  --bs-btn-disabled-bg:transparent;
  --bs-btn-disabled-border-color:#0dcaf0;
  --bs-gradient:none;
}
.btn-outline-warning {
  --bs-btn-color:#ffc107;
  --bs-btn-border-color:#ffc107;
  --bs-btn-hover-color:#000;
  --bs-btn-hover-bg:#ffc107;
  --bs-btn-hover-border-color:#ffc107;
  --bs-btn-focus-shadow-rgb:255,193,7;
  --bs-btn-active-color:#000;
  --bs-btn-active-bg:#ffc107;
  --bs-btn-active-border-color:#ffc107;
  --bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color:#ffc107;
  --bs-btn-disabled-bg:transparent;
  --bs-btn-disabled-border-color:#ffc107;
  --bs-gradient:none;
}
.btn-outline-danger {
  --bs-btn-color:#dc3545;
  --bs-btn-border-color:#dc3545;
  --bs-btn-hover-color:#fff;
  --bs-btn-hover-bg:#dc3545;
  --bs-btn-hover-border-color:#dc3545;
  --bs-btn-focus-shadow-rgb:220,53,69;
  --bs-btn-active-color:#fff;
  --bs-btn-active-bg:#dc3545;
  --bs-btn-active-border-color:#dc3545;
  --bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color:#dc3545;
  --bs-btn-disabled-bg:transparent;
  --bs-btn-disabled-border-color:#dc3545;
  --bs-gradient:none;
}
.btn-outline-light {
  --bs-btn-color:#f8f9fa;
  --bs-btn-border-color:#f8f9fa;
  --bs-btn-hover-color:#000;
  --bs-btn-hover-bg:#f8f9fa;
  --bs-btn-hover-border-color:#f8f9fa;
  --bs-btn-focus-shadow-rgb:248,249,250;
  --bs-btn-active-color:#000;
  --bs-btn-active-bg:#f8f9fa;
  --bs-btn-active-border-color:#f8f9fa;
  --bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color:#f8f9fa;
  --bs-btn-disabled-bg:transparent;
  --bs-btn-disabled-border-color:#f8f9fa;
  --bs-gradient:none;
}
.btn-outline-dark {
  --bs-btn-color:#212529;
  --bs-btn-border-color:#212529;
  --bs-btn-hover-color:#fff;
  --bs-btn-hover-bg:#212529;
  --bs-btn-hover-border-color:#212529;
  --bs-btn-focus-shadow-rgb:33,37,41;
  --bs-btn-active-color:#fff;
  --bs-btn-active-bg:#212529;
  --bs-btn-active-border-color:#212529;
  --bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color:#212529;
  --bs-btn-disabled-bg:transparent;
  --bs-btn-disabled-border-color:#212529;
  --bs-gradient:none;
}
.btn-link {
  --bs-btn-font-weight:400;
  --bs-btn-color:var(--bs-link-color);
  --bs-btn-bg:transparent;
  --bs-btn-border-color:transparent;
  --bs-btn-hover-color:var(--bs-link-hover-color);
  --bs-btn-hover-border-color:transparent;
  --bs-btn-active-color:var(--bs-link-hover-color);
  --bs-btn-active-border-color:transparent;
  --bs-btn-disabled-color:#6c757d;
  --bs-btn-disabled-border-color:transparent;
  --bs-btn-box-shadow:0 0 0 #000;
  --bs-btn-focus-shadow-rgb:49,132,253;
  text-decoration: underline;
}
.btn-link:focus-visible {
  color: var(--bs-btn-color);
}
.btn-link:hover {
  color: var(--bs-btn-hover-color);
}
.btn-group-lg > .btn,
.btn-lg {
  --bs-btn-padding-y:0.5rem;
  --bs-btn-padding-x:1rem;
  --bs-btn-font-size:1.25rem;
  --bs-btn-border-radius:var(--bs-border-radius-lg);
}
.btn-group-sm > .btn,
.btn-sm {
  --bs-btn-padding-y:0.25rem;
  --bs-btn-padding-x:0.5rem;
  --bs-btn-font-size:0.875rem;
  --bs-btn-border-radius:var(--bs-border-radius-sm);
}
.fade {
  transition: opacity .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 .35s ease;
}
@media (prefers-reduced-motion:reduce) {
  .collapsing {
    transition: none;
  }
}
.collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  transition: width .35s ease;
}
@media (prefers-reduced-motion:reduce) {
  .collapsing.collapse-horizontal {
    transition: none;
  }
}
.dropdown,
.dropdown-center,
.dropend,
.dropstart,
.dropup,
.dropup-center {
  position: relative;
}
.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropdown-menu {
  --bs-dropdown-zindex:1000;
  --bs-dropdown-min-width:10rem;
  --bs-dropdown-padding-x:0;
  --bs-dropdown-padding-y:0.5rem;
  --bs-dropdown-spacer:0.125rem;
  --bs-dropdown-font-size:1rem;
  --bs-dropdown-color:var(--bs-body-color);
  --bs-dropdown-bg:var(--bs-body-bg);
  --bs-dropdown-border-color:var(--bs-border-color-translucent);
  --bs-dropdown-border-radius:var(--bs-border-radius);
  --bs-dropdown-border-width:var(--bs-border-width);
  --bs-dropdown-inner-border-radius:calc(var(--bs-border-radius) - var(--bs-border-width));
  --bs-dropdown-divider-bg:var(--bs-border-color-translucent);
  --bs-dropdown-divider-margin-y:0.5rem;
  --bs-dropdown-box-shadow:var(--bs-box-shadow);
  --bs-dropdown-link-color:var(--bs-body-color);
  --bs-dropdown-link-hover-color:var(--bs-body-color);
  --bs-dropdown-link-hover-bg:var(--bs-tertiary-bg);
  --bs-dropdown-link-active-color:#fff;
  --bs-dropdown-link-active-bg:#0d6efd;
  --bs-dropdown-link-disabled-color:var(--bs-tertiary-color);
  --bs-dropdown-item-padding-x:1rem;
  --bs-dropdown-item-padding-y:0.25rem;
  --bs-dropdown-header-color:#6c757d;
  --bs-dropdown-header-padding-x:1rem;
  --bs-dropdown-header-padding-y:0.5rem;
  position: absolute;
  z-index: var(--bs-dropdown-zindex);
  display: none;
  min-width: var(--bs-dropdown-min-width);
  padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
  margin: 0;
  font-size: var(--bs-dropdown-font-size);
  color: var(--bs-dropdown-color);
  text-align: left;
  list-style: none;
  background-color: var(--bs-dropdown-bg);
  background-clip: padding-box;
  border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
  border-radius: var(--bs-dropdown-border-radius);
}
.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: var(--bs-dropdown-spacer);
}
.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: var(--bs-dropdown-spacer);
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: 0;
  border-right: .3em solid transparent;
  border-bottom: .3em solid;
  border-left: .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: var(--bs-dropdown-spacer);
}
.dropend .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid transparent;
  border-right: 0;
  border-bottom: .3em solid transparent;
  border-left: .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: var(--bs-dropdown-spacer);
}
.dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
}
.dropstart .dropdown-toggle::after {
  display: none;
}
.dropstart .dropdown-toggle::before {
  display: inline-block;
  margin-right: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid transparent;
  border-right: .3em solid;
  border-bottom: .3em solid transparent;
}
.dropstart .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle::before {
  vertical-align: 0;
}
.dropdown-divider {
  height: 0;
  margin: var(--bs-dropdown-divider-margin-y) 0;
  overflow: hidden;
  border-top: 1px solid var(--bs-dropdown-divider-bg);
  opacity: 1;
}
.dropdown-item {
  display: block;
  width: 100%;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  clear: both;
  font-weight: 400;
  color: var(--bs-dropdown-link-color);
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  border-radius: var(--bs-dropdown-item-border-radius,0);
}
.dropdown-item:focus,
.dropdown-item:hover {
  color: var(--bs-dropdown-link-hover-color);
  background-color: var(--bs-dropdown-link-hover-bg);
}
.dropdown-item.active,
.dropdown-item:active {
  color: var(--bs-dropdown-link-active-color);
  text-decoration: none;
  background-color: var(--bs-dropdown-link-active-bg);
}
.dropdown-item.disabled,
.dropdown-item:disabled {
  color: var(--bs-dropdown-link-disabled-color);
  pointer-events: none;
  background-color: transparent;
}
.dropdown-menu.show {
  display: block;
}
.dropdown-header {
  display: block;
  padding: var(--bs-dropdown-header-padding-y) var(--bs-dropdown-header-padding-x);
  margin-bottom: 0;
  font-size: .875rem;
  color: var(--bs-dropdown-header-color);
  white-space: nowrap;
}
.dropdown-item-text {
  display: block;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  color: var(--bs-dropdown-link-color);
}
.dropdown-menu-dark {
  --bs-dropdown-color:#dee2e6;
  --bs-dropdown-bg:#343a40;
  --bs-dropdown-border-color:var(--bs-border-color-translucent);
  --bs-dropdown-box-shadow: ;
  --bs-dropdown-link-color:#dee2e6;
  --bs-dropdown-link-hover-color:#fff;
  --bs-dropdown-divider-bg:var(--bs-border-color-translucent);
  --bs-dropdown-link-hover-bg:rgba(255, 255, 255, 0.15);
  --bs-dropdown-link-active-color:#fff;
  --bs-dropdown-link-active-bg:#0d6efd;
  --bs-dropdown-link-disabled-color:#adb5bd;
  --bs-dropdown-header-color:#adb5bd;
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group-vertical > .btn,
.btn-group > .btn {
  position: relative;
  flex: 1 1 auto;
}
.btn-group-vertical > .btn-check:checked + .btn,
.btn-group-vertical > .btn-check:focus + .btn,
.btn-group-vertical > .btn.active,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:hover,
.btn-group > .btn-check:checked + .btn,
.btn-group > .btn-check:focus + .btn,
.btn-group > .btn.active,
.btn-group > .btn:active,
.btn-group > .btn:focus,
.btn-group > .btn:hover {
  z-index: 1;
}
.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}
.btn-group {
  border-radius: var(--bs-border-radius);
}
.btn-group > .btn-group:not(:first-child),
.btn-group > :not(.btn-check:first-child) + .btn {
  margin-left: calc(-1 * var(--bs-border-width));
}
.btn-group > .btn-group:not(:last-child) > .btn,
.btn-group > .btn.dropdown-toggle-split:first-child,
.btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn-group:not(:first-child) > .btn,
.btn-group > .btn:nth-child(n+3),
.btn-group > :not(.btn-check) + .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.dropdown-toggle-split {
  padding-right: .5625rem;
  padding-left: .5625rem;
}
.dropdown-toggle-split::after,
.dropend .dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle-split::before {
  margin-right: 0;
}
.btn-group-sm > .btn + .dropdown-toggle-split,
.btn-sm + .dropdown-toggle-split {
  padding-right: .375rem;
  padding-left: .375rem;
}
.btn-group-lg > .btn + .dropdown-toggle-split,
.btn-lg + .dropdown-toggle-split {
  padding-right: .75rem;
  padding-left: .75rem;
}
.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn-group:not(:first-child),
.btn-group-vertical > .btn:not(:first-child) {
  margin-top: calc(-1 * var(--bs-border-width));
}
.btn-group-vertical > .btn-group:not(:last-child) > .btn,
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child) > .btn,
.btn-group-vertical > .btn:nth-child(n+3),
.btn-group-vertical > :not(.btn-check) + .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.nav {
  --bs-nav-link-padding-x:1rem;
  --bs-nav-link-padding-y:0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color:var(--bs-link-color);
  --bs-nav-link-hover-color:var(--bs-link-hover-color);
  --bs-nav-link-disabled-color:var(--bs-secondary-color);
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav-link {
  display: block;
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  font-size: var(--bs-nav-link-font-size);
  font-weight: var(--bs-nav-link-font-weight);
  color: var(--bs-nav-link-color);
  text-decoration: none;
  background: 0 0;
  border: 0;
  transition:
    color .15s ease-in-out,
    background-color .15s ease-in-out,
    border-color .15s ease-in-out;
}
@media (prefers-reduced-motion:reduce) {
  .nav-link {
    transition: none;
  }
}
.nav-link:focus,
.nav-link:hover {
  color: var(--bs-nav-link-hover-color);
}
.nav-link:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
}
.nav-link.disabled,
.nav-link:disabled {
  color: var(--bs-nav-link-disabled-color);
  pointer-events: none;
  cursor: default;
}
.nav-tabs {
  --bs-nav-tabs-border-width:var(--bs-border-width);
  --bs-nav-tabs-border-color:var(--bs-border-color);
  --bs-nav-tabs-border-radius:var(--bs-border-radius);
  --bs-nav-tabs-link-hover-border-color:var(--bs-secondary-bg) var(--bs-secondary-bg) var(--bs-border-color);
  --bs-nav-tabs-link-active-color:var(--bs-emphasis-color);
  --bs-nav-tabs-link-active-bg:var(--bs-body-bg);
  --bs-nav-tabs-link-active-border-color:var(--bs-border-color) var(--bs-border-color) var(--bs-body-bg);
  border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color);
}
.nav-tabs .nav-link {
  margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
  border: var(--bs-nav-tabs-border-width) solid transparent;
  border-top-left-radius: var(--bs-nav-tabs-border-radius);
  border-top-right-radius: var(--bs-nav-tabs-border-radius);
}
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  isolation: isolate;
  border-color: var(--bs-nav-tabs-link-hover-border-color);
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: var(--bs-nav-tabs-link-active-color);
  background-color: var(--bs-nav-tabs-link-active-bg);
  border-color: var(--bs-nav-tabs-link-active-border-color);
}
.nav-tabs .dropdown-menu {
  margin-top: calc(-1 * var(--bs-nav-tabs-border-width));
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.nav-pills {
  --bs-nav-pills-border-radius:var(--bs-border-radius);
  --bs-nav-pills-link-active-color:#fff;
  --bs-nav-pills-link-active-bg:#0d6efd;
}
.nav-pills .nav-link {
  border-radius: var(--bs-nav-pills-border-radius);
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: var(--bs-nav-pills-link-active-color);
  background-color: var(--bs-nav-pills-link-active-bg);
}
.nav-underline {
  --bs-nav-underline-gap:1rem;
  --bs-nav-underline-border-width:0.125rem;
  --bs-nav-underline-link-active-color:var(--bs-emphasis-color);
  gap: var(--bs-nav-underline-gap);
}
.nav-underline .nav-link {
  padding-right: 0;
  padding-left: 0;
  border-bottom: var(--bs-nav-underline-border-width) solid transparent;
}
.nav-underline .nav-link:focus,
.nav-underline .nav-link:hover {
  border-bottom-color: currentcolor;
}
.nav-underline .nav-link.active,
.nav-underline .show > .nav-link {
  font-weight: 700;
  color: var(--bs-nav-underline-link-active-color);
  border-bottom-color: currentcolor;
}
.nav-fill .nav-item,
.nav-fill > .nav-link {
  flex: 1 1 auto;
  text-align: center;
}
.nav-justified .nav-item,
.nav-justified > .nav-link {
  flex-grow: 1;
  flex-basis: 0;
  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 {
  --bs-navbar-padding-x:0;
  --bs-navbar-padding-y:0.5rem;
  --bs-navbar-color:rgba(var(--bs-emphasis-color-rgb), 0.65);
  --bs-navbar-hover-color:rgba(var(--bs-emphasis-color-rgb), 0.8);
  --bs-navbar-disabled-color:rgba(var(--bs-emphasis-color-rgb), 0.3);
  --bs-navbar-active-color:rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-padding-y:0.3125rem;
  --bs-navbar-brand-margin-end:1rem;
  --bs-navbar-brand-font-size:1.25rem;
  --bs-navbar-brand-color:rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-hover-color:rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-nav-link-padding-x:0.5rem;
  --bs-navbar-toggler-padding-y:0.25rem;
  --bs-navbar-toggler-padding-x:0.75rem;
  --bs-navbar-toggler-font-size:1.25rem;
  --bs-navbar-toggler-icon-bg:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2833, 37, 41, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  --bs-navbar-toggler-border-color:rgba(var(--bs-emphasis-color-rgb), 0.15);
  --bs-navbar-toggler-border-radius:var(--bs-border-radius);
  --bs-navbar-toggler-focus-width:0.25rem;
  --bs-navbar-toggler-transition:box-shadow 0.15s ease-in-out;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
}
.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-lg,
.navbar > .container-md,
.navbar > .container-sm,
.navbar > .container-xl,
.navbar > .container-xxl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  padding-top: var(--bs-navbar-brand-padding-y);
  padding-bottom: var(--bs-navbar-brand-padding-y);
  margin-right: var(--bs-navbar-brand-margin-end);
  font-size: var(--bs-navbar-brand-font-size);
  color: var(--bs-navbar-brand-color);
  text-decoration: none;
  white-space: nowrap;
}
.navbar-brand:focus,
.navbar-brand:hover {
  color: var(--bs-navbar-brand-hover-color);
}
.navbar-nav {
  --bs-nav-link-padding-x:0;
  --bs-nav-link-padding-y:0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color:var(--bs-navbar-color);
  --bs-nav-link-hover-color:var(--bs-navbar-hover-color);
  --bs-nav-link-disabled-color:var(--bs-navbar-disabled-color);
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
  color: var(--bs-navbar-active-color);
}
.navbar-nav .dropdown-menu {
  position: static;
}
.navbar-text {
  padding-top: .5rem;
  padding-bottom: .5rem;
  color: var(--bs-navbar-color);
}
.navbar-text a,
.navbar-text a:focus,
.navbar-text a:hover {
  color: var(--bs-navbar-active-color);
}
.navbar-collapse {
  flex-grow: 1;
  flex-basis: 100%;
  align-items: center;
}
.navbar-toggler {
  padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
  font-size: var(--bs-navbar-toggler-font-size);
  line-height: 1;
  color: var(--bs-navbar-color);
  background-color: transparent;
  border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
  border-radius: var(--bs-navbar-toggler-border-radius);
  transition: var(--bs-navbar-toggler-transition);
}
@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 var(--bs-navbar-toggler-focus-width);
}
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-image: var(--bs-navbar-toggler-icon-bg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
.navbar-nav-scroll {
  max-height: var(--bs-scroll-height,75vh);
  overflow-y: auto;
}
@media (min-width:576px) {
  .navbar-expand-sm {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .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 {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-sm .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-sm .offcanvas .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: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .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 {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-md .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-md .offcanvas .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: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .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 {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-lg .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-lg .offcanvas .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: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .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 {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-xl .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-xl .offcanvas .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: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .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 {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-xxl .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-xxl .offcanvas .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: var(--bs-navbar-nav-link-padding-x);
  padding-left: var(--bs-navbar-nav-link-padding-x);
}
.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 {
  position: static;
  z-index: auto;
  flex-grow: 1;
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
  background-color: transparent !important;
  border: 0 !important;
  transform: none !important;
  transition: none;
}
.navbar-expand .offcanvas .offcanvas-header {
  display: none;
}
.navbar-expand .offcanvas .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0;
  overflow-y: visible;
}
.navbar-dark,
.navbar[data-bs-theme=dark] {
  --bs-navbar-color:rgba(255, 255, 255, 0.55);
  --bs-navbar-hover-color:rgba(255, 255, 255, 0.75);
  --bs-navbar-disabled-color:rgba(255, 255, 255, 0.25);
  --bs-navbar-active-color:#fff;
  --bs-navbar-brand-color:#fff;
  --bs-navbar-brand-hover-color:#fff;
  --bs-navbar-toggler-border-color:rgba(255, 255, 255, 0.1);
  --bs-navbar-toggler-icon-bg: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");
}
[data-bs-theme=dark] .navbar-toggler-icon {
  --bs-navbar-toggler-icon-bg: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");
}
.card {
  --bs-card-spacer-y:1rem;
  --bs-card-spacer-x:1rem;
  --bs-card-title-spacer-y:0.5rem;
  --bs-card-title-color: ;
  --bs-card-subtitle-color: ;
  --bs-card-border-width:var(--bs-border-width);
  --bs-card-border-color:var(--bs-border-color-translucent);
  --bs-card-border-radius:var(--bs-border-radius);
  --bs-card-box-shadow: ;
  --bs-card-inner-border-radius:calc(var(--bs-border-radius) - (var(--bs-border-width)));
  --bs-card-cap-padding-y:0.5rem;
  --bs-card-cap-padding-x:1rem;
  --bs-card-cap-bg:rgba(var(--bs-body-color-rgb), 0.03);
  --bs-card-cap-color: ;
  --bs-card-height: ;
  --bs-card-color: ;
  --bs-card-bg:var(--bs-body-bg);
  --bs-card-img-overlay-padding:1rem;
  --bs-card-group-margin:0.75rem;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: var(--bs-card-height);
  color: var(--bs-body-color);
  word-wrap: break-word;
  background-color: var(--bs-card-bg);
  background-clip: border-box;
  border: var(--bs-card-border-width) solid var(--bs-card-border-color);
  border-radius: var(--bs-card-border-radius);
}
.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: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius);
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
  border-bottom-left-radius: var(--bs-card-inner-border-radius);
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}
.card-body {
  flex: 1 1 auto;
  padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
  color: var(--bs-card-color);
}
.card-title {
  margin-bottom: var(--bs-card-title-spacer-y);
  color: var(--bs-card-title-color);
}
.card-subtitle {
  margin-top: calc(-.5 * var(--bs-card-title-spacer-y));
  margin-bottom: 0;
  color: var(--bs-card-subtitle-color);
}
.card-text:last-child {
  margin-bottom: 0;
}
.card-link + .card-link {
  margin-left: var(--bs-card-spacer-x);
}
.card-header {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  margin-bottom: 0;
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-bottom: var(--bs-card-border-width) solid var(--bs-card-border-color);
}
.card-header:first-child {
  border-radius: var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0;
}
.card-footer {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-top: var(--bs-card-border-width) solid var(--bs-card-border-color);
}
.card-footer:last-child {
  border-radius: 0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius);
}
.card-header-tabs {
  margin-right: calc(-.5 * var(--bs-card-cap-padding-x));
  margin-bottom: calc(-1 * var(--bs-card-cap-padding-y));
  margin-left: calc(-.5 * var(--bs-card-cap-padding-x));
  border-bottom: 0;
}
.card-header-tabs .nav-link.active {
  background-color: var(--bs-card-bg);
  border-bottom-color: var(--bs-card-bg);
}
.card-header-pills {
  margin-right: calc(-.5 * var(--bs-card-cap-padding-x));
  margin-left: calc(-.5 * var(--bs-card-cap-padding-x));
}
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: var(--bs-card-img-overlay-padding);
  border-radius: var(--bs-card-inner-border-radius);
}
.card-img,
.card-img-bottom,
.card-img-top {
  width: 100%;
}
.card-img,
.card-img-top {
  border-top-left-radius: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius);
}
.card-img,
.card-img-bottom {
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
  border-bottom-left-radius: var(--bs-card-inner-border-radius);
}
.card-group > .card {
  margin-bottom: var(--bs-card-group-margin);
}
@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-header,
  .card-group > .card:not(:last-child) > .card-img-top {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) > .card-footer,
  .card-group > .card:not(:last-child) > .card-img-bottom {
    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-header,
  .card-group > .card:not(:first-child) > .card-img-top {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) > .card-footer,
  .card-group > .card:not(:first-child) > .card-img-bottom {
    border-bottom-left-radius: 0;
  }
}
.accordion {
  --bs-accordion-color:var(--bs-body-color);
  --bs-accordion-bg:var(--bs-body-bg);
  --bs-accordion-transition:color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out,border-radius 0.15s ease;
  --bs-accordion-border-color:var(--bs-border-color);
  --bs-accordion-border-width:var(--bs-border-width);
  --bs-accordion-border-radius:var(--bs-border-radius);
  --bs-accordion-inner-border-radius:calc(var(--bs-border-radius) - (var(--bs-border-width)));
  --bs-accordion-btn-padding-x:1.25rem;
  --bs-accordion-btn-padding-y:1rem;
  --bs-accordion-btn-color:var(--bs-body-color);
  --bs-accordion-btn-bg:var(--bs-accordion-bg);
  --bs-accordion-btn-icon:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23212529' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  --bs-accordion-btn-icon-width:1.25rem;
  --bs-accordion-btn-icon-transform:rotate(-180deg);
  --bs-accordion-btn-icon-transition:transform 0.2s ease-in-out;
  --bs-accordion-btn-active-icon:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23052c65' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  --bs-accordion-btn-focus-box-shadow:0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-accordion-body-padding-x:1.25rem;
  --bs-accordion-body-padding-y:1rem;
  --bs-accordion-active-color:var(--bs-primary-text-emphasis);
  --bs-accordion-active-bg:var(--bs-primary-bg-subtle);
}
.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
  font-size: 1rem;
  color: var(--bs-accordion-btn-color);
  text-align: left;
  background-color: var(--bs-accordion-btn-bg);
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: var(--bs-accordion-transition);
}
@media (prefers-reduced-motion:reduce) {
  .accordion-button {
    transition: none;
  }
}
.accordion-button:not(.collapsed) {
  color: var(--bs-accordion-active-color);
  background-color: var(--bs-accordion-active-bg);
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}
.accordion-button:not(.collapsed)::after {
  background-image: var(--bs-accordion-btn-active-icon);
  transform: var(--bs-accordion-btn-icon-transform);
}
.accordion-button::after {
  flex-shrink: 0;
  width: var(--bs-accordion-btn-icon-width);
  height: var(--bs-accordion-btn-icon-width);
  margin-left: auto;
  content: "";
  background-image: var(--bs-accordion-btn-icon);
  background-repeat: no-repeat;
  background-size: var(--bs-accordion-btn-icon-width);
  transition: var(--bs-accordion-btn-icon-transition);
}
@media (prefers-reduced-motion:reduce) {
  .accordion-button::after {
    transition: none;
  }
}
.accordion-button:hover {
  z-index: 2;
}
.accordion-button:focus {
  z-index: 3;
  outline: 0;
  box-shadow: var(--bs-accordion-btn-focus-box-shadow);
}
.accordion-header {
  margin-bottom: 0;
}
.accordion-item {
  color: var(--bs-accordion-color);
  background-color: var(--bs-accordion-bg);
  border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);
}
.accordion-item:first-of-type {
  border-top-left-radius: var(--bs-accordion-border-radius);
  border-top-right-radius: var(--bs-accordion-border-radius);
}
.accordion-item:first-of-type > .accordion-header .accordion-button {
  border-top-left-radius: var(--bs-accordion-inner-border-radius);
  border-top-right-radius: var(--bs-accordion-inner-border-radius);
}
.accordion-item:not(:first-of-type) {
  border-top: 0;
}
.accordion-item:last-of-type {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
}
.accordion-item:last-of-type > .accordion-header .accordion-button.collapsed {
  border-bottom-right-radius: var(--bs-accordion-inner-border-radius);
  border-bottom-left-radius: var(--bs-accordion-inner-border-radius);
}
.accordion-item:last-of-type > .accordion-collapse {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
}
.accordion-body {
  padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x);
}
.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-collapse,
.accordion-flush > .accordion-item > .accordion-header .accordion-button,
.accordion-flush > .accordion-item > .accordion-header .accordion-button.collapsed {
  border-radius: 0;
}
[data-bs-theme=dark] .accordion-button::after {
  --bs-accordion-btn-icon:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%236ea8fe'%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-.708'/%3e%3c/svg%3e");
  --bs-accordion-btn-active-icon:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%236ea8fe'%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-.708'/%3e%3c/svg%3e");
}
.breadcrumb {
  --bs-breadcrumb-padding-x:0;
  --bs-breadcrumb-padding-y:0;
  --bs-breadcrumb-margin-bottom:1rem;
  --bs-breadcrumb-bg: ;
  --bs-breadcrumb-border-radius: ;
  --bs-breadcrumb-divider-color:var(--bs-secondary-color);
  --bs-breadcrumb-item-padding-x:0.5rem;
  --bs-breadcrumb-item-active-color:var(--bs-secondary-color);
  display: flex;
  flex-wrap: wrap;
  padding: var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x);
  margin-bottom: var(--bs-breadcrumb-margin-bottom);
  font-size: var(--bs-breadcrumb-font-size);
  list-style: none;
  background-color: var(--bs-breadcrumb-bg);
  border-radius: var(--bs-breadcrumb-border-radius);
}
.breadcrumb-item + .breadcrumb-item {
  padding-left: var(--bs-breadcrumb-item-padding-x);
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: var(--bs-breadcrumb-item-padding-x);
  color: var(--bs-breadcrumb-divider-color);
  content: var(--bs-breadcrumb-divider, "/");
}
.breadcrumb-item.active {
  color: var(--bs-breadcrumb-item-active-color);
}
.pagination {
  --bs-pagination-padding-x:0.75rem;
  --bs-pagination-padding-y:0.375rem;
  --bs-pagination-font-size:1rem;
  --bs-pagination-color:var(--bs-link-color);
  --bs-pagination-bg:var(--bs-body-bg);
  --bs-pagination-border-width:var(--bs-border-width);
  --bs-pagination-border-color:var(--bs-border-color);
  --bs-pagination-border-radius:var(--bs-border-radius);
  --bs-pagination-hover-color:var(--bs-link-hover-color);
  --bs-pagination-hover-bg:var(--bs-tertiary-bg);
  --bs-pagination-hover-border-color:var(--bs-border-color);
  --bs-pagination-focus-color:var(--bs-link-hover-color);
  --bs-pagination-focus-bg:var(--bs-secondary-bg);
  --bs-pagination-focus-box-shadow:0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-pagination-active-color:#fff;
  --bs-pagination-active-bg:#0d6efd;
  --bs-pagination-active-border-color:#0d6efd;
  --bs-pagination-disabled-color:var(--bs-secondary-color);
  --bs-pagination-disabled-bg:var(--bs-secondary-bg);
  --bs-pagination-disabled-border-color:var(--bs-border-color);
  display: flex;
  padding-left: 0;
  list-style: none;
}
.page-link {
  position: relative;
  display: block;
  padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
  font-size: var(--bs-pagination-font-size);
  color: var(--bs-pagination-color);
  text-decoration: none;
  background-color: var(--bs-pagination-bg);
  border: var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);
  transition:
    color .15s ease-in-out,
    background-color .15s ease-in-out,
    border-color .15s ease-in-out,
    box-shadow .15s ease-in-out;
}
@media (prefers-reduced-motion:reduce) {
  .page-link {
    transition: none;
  }
}
.page-link:hover {
  z-index: 2;
  color: var(--bs-pagination-hover-color);
  background-color: var(--bs-pagination-hover-bg);
  border-color: var(--bs-pagination-hover-border-color);
}
.page-link:focus {
  z-index: 3;
  color: var(--bs-pagination-focus-color);
  background-color: var(--bs-pagination-focus-bg);
  outline: 0;
  box-shadow: var(--bs-pagination-focus-box-shadow);
}
.active > .page-link,
.page-link.active {
  z-index: 3;
  color: var(--bs-pagination-active-color);
  background-color: var(--bs-pagination-active-bg);
  border-color: var(--bs-pagination-active-border-color);
}
.disabled > .page-link,
.page-link.disabled {
  color: var(--bs-pagination-disabled-color);
  pointer-events: none;
  background-color: var(--bs-pagination-disabled-bg);
  border-color: var(--bs-pagination-disabled-border-color);
}
.page-item:not(:first-child) .page-link {
  margin-left: calc(-1 * var(--bs-border-width));
}
.page-item:first-child .page-link {
  border-top-left-radius: var(--bs-pagination-border-radius);
  border-bottom-left-radius: var(--bs-pagination-border-radius);
}
.page-item:last-child .page-link {
  border-top-right-radius: var(--bs-pagination-border-radius);
  border-bottom-right-radius: var(--bs-pagination-border-radius);
}
.pagination-lg {
  --bs-pagination-padding-x:1.5rem;
  --bs-pagination-padding-y:0.75rem;
  --bs-pagination-font-size:1.25rem;
  --bs-pagination-border-radius:var(--bs-border-radius-lg);
}
.pagination-sm {
  --bs-pagination-padding-x:0.5rem;
  --bs-pagination-padding-y:0.25rem;
  --bs-pagination-font-size:0.875rem;
  --bs-pagination-border-radius:var(--bs-border-radius-sm);
}
.badge {
  --bs-badge-padding-x:0.65em;
  --bs-badge-padding-y:0.35em;
  --bs-badge-font-size:0.75em;
  --bs-badge-font-weight:700;
  --bs-badge-color:#fff;
  --bs-badge-border-radius:var(--bs-border-radius);
  display: inline-block;
  padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
  font-size: var(--bs-badge-font-size);
  font-weight: var(--bs-badge-font-weight);
  line-height: 1;
  color: var(--bs-badge-color);
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: var(--bs-badge-border-radius);
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.alert {
  --bs-alert-bg:transparent;
  --bs-alert-padding-x:1rem;
  --bs-alert-padding-y:1rem;
  --bs-alert-margin-bottom:1rem;
  --bs-alert-color:inherit;
  --bs-alert-border-color:transparent;
  --bs-alert-border:var(--bs-border-width) solid var(--bs-alert-border-color);
  --bs-alert-border-radius:var(--bs-border-radius);
  --bs-alert-link-color:inherit;
  position: relative;
  padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
  margin-bottom: var(--bs-alert-margin-bottom);
  color: var(--bs-alert-color);
  background-color: var(--bs-alert-bg);
  border: var(--bs-alert-border);
  border-radius: var(--bs-alert-border-radius);
}
.alert-heading {
  color: inherit;
}
.alert-link {
  font-weight: 700;
  color: var(--bs-alert-link-color);
}
.alert-dismissible {
  padding-right: 3rem;
}
.alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 1.25rem 1rem;
}
.alert-primary {
  --bs-alert-color:var(--bs-primary-text-emphasis);
  --bs-alert-bg:var(--bs-primary-bg-subtle);
  --bs-alert-border-color:var(--bs-primary-border-subtle);
  --bs-alert-link-color:var(--bs-primary-text-emphasis);
}
.alert-secondary {
  --bs-alert-color:var(--bs-secondary-text-emphasis);
  --bs-alert-bg:var(--bs-secondary-bg-subtle);
  --bs-alert-border-color:var(--bs-secondary-border-subtle);
  --bs-alert-link-color:var(--bs-secondary-text-emphasis);
}
.alert-success {
  --bs-alert-color:var(--bs-success-text-emphasis);
  --bs-alert-bg:var(--bs-success-bg-subtle);
  --bs-alert-border-color:var(--bs-success-border-subtle);
  --bs-alert-link-color:var(--bs-success-text-emphasis);
}
.alert-info {
  --bs-alert-color:var(--bs-info-text-emphasis);
  --bs-alert-bg:var(--bs-info-bg-subtle);
  --bs-alert-border-color:var(--bs-info-border-subtle);
  --bs-alert-link-color:var(--bs-info-text-emphasis);
}
.alert-warning {
  --bs-alert-color:var(--bs-warning-text-emphasis);
  --bs-alert-bg:var(--bs-warning-bg-subtle);
  --bs-alert-border-color:var(--bs-warning-border-subtle);
  --bs-alert-link-color:var(--bs-warning-text-emphasis);
}
.alert-danger {
  --bs-alert-color:var(--bs-danger-text-emphasis);
  --bs-alert-bg:var(--bs-danger-bg-subtle);
  --bs-alert-border-color:var(--bs-danger-border-subtle);
  --bs-alert-link-color:var(--bs-danger-text-emphasis);
}
.alert-light {
  --bs-alert-color:var(--bs-light-text-emphasis);
  --bs-alert-bg:var(--bs-light-bg-subtle);
  --bs-alert-border-color:var(--bs-light-border-subtle);
  --bs-alert-link-color:var(--bs-light-text-emphasis);
}
.alert-dark {
  --bs-alert-color:var(--bs-dark-text-emphasis);
  --bs-alert-bg:var(--bs-dark-bg-subtle);
  --bs-alert-border-color:var(--bs-dark-border-subtle);
  --bs-alert-link-color:var(--bs-dark-text-emphasis);
}
@keyframes progress-bar-stripes {
  0% {
    background-position-x: var(--bs-progress-height);
  }
}
.progress,
.progress-stacked {
  --bs-progress-height:1rem;
  --bs-progress-font-size:0.75rem;
  --bs-progress-bg:var(--bs-secondary-bg);
  --bs-progress-border-radius:var(--bs-border-radius);
  --bs-progress-box-shadow:var(--bs-box-shadow-inset);
  --bs-progress-bar-color:#fff;
  --bs-progress-bar-bg:#0d6efd;
  --bs-progress-bar-transition:width 0.6s ease;
  display: flex;
  height: var(--bs-progress-height);
  overflow: hidden;
  font-size: var(--bs-progress-font-size);
  background-color: var(--bs-progress-bg);
  border-radius: var(--bs-progress-border-radius);
}
.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: var(--bs-progress-bar-color);
  text-align: center;
  white-space: nowrap;
  background-color: var(--bs-progress-bar-bg);
  transition: var(--bs-progress-bar-transition);
}
@media (prefers-reduced-motion:reduce) {
  .progress-bar {
    transition: none;
  }
}
.progress-bar-striped {
  background-image:
    linear-gradient(
      45deg,
      rgba(255, 255, 255, .15) 25%,
      transparent 25%,
      transparent 50%,
      rgba(255, 255, 255, .15) 50%,
      rgba(255, 255, 255, .15) 75%,
      transparent 75%,
      transparent);
  background-size: var(--bs-progress-height) var(--bs-progress-height);
}
.progress-stacked > .progress {
  overflow: visible;
}
.progress-stacked > .progress > .progress-bar {
  width: 100%;
}
.progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion:reduce) {
  .progress-bar-animated {
    animation: none;
  }
}
.list-group {
  --bs-list-group-color:var(--bs-body-color);
  --bs-list-group-bg:var(--bs-body-bg);
  --bs-list-group-border-color:var(--bs-border-color);
  --bs-list-group-border-width:var(--bs-border-width);
  --bs-list-group-border-radius:var(--bs-border-radius);
  --bs-list-group-item-padding-x:1rem;
  --bs-list-group-item-padding-y:0.5rem;
  --bs-list-group-action-color:var(--bs-secondary-color);
  --bs-list-group-action-hover-color:var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg:var(--bs-tertiary-bg);
  --bs-list-group-action-active-color:var(--bs-body-color);
  --bs-list-group-action-active-bg:var(--bs-secondary-bg);
  --bs-list-group-disabled-color:var(--bs-secondary-color);
  --bs-list-group-disabled-bg:var(--bs-body-bg);
  --bs-list-group-active-color:#fff;
  --bs-list-group-active-bg:#0d6efd;
  --bs-list-group-active-border-color:#0d6efd;
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: var(--bs-list-group-border-radius);
}
.list-group-numbered {
  list-style-type: none;
  counter-reset: section;
}
.list-group-numbered > .list-group-item::before {
  content: counters(section, ".") ". ";
  counter-increment: section;
}
.list-group-item {
  position: relative;
  display: block;
  padding: var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);
  color: var(--bs-list-group-color);
  text-decoration: none;
  background-color: var(--bs-list-group-bg);
  border: var(--bs-list-group-border-width) solid var(--bs-list-group-border-color);
}
.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: var(--bs-list-group-disabled-color);
  pointer-events: none;
  background-color: var(--bs-list-group-disabled-bg);
}
.list-group-item.active {
  z-index: 2;
  color: var(--bs-list-group-active-color);
  background-color: var(--bs-list-group-active-bg);
  border-color: var(--bs-list-group-active-border-color);
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: calc(-1 * var(--bs-list-group-border-width));
  border-top-width: var(--bs-list-group-border-width);
}
.list-group-item-action {
  width: 100%;
  color: var(--bs-list-group-action-color);
  text-align: inherit;
}
.list-group-item-action:not(.active):focus,
.list-group-item-action:not(.active):hover {
  z-index: 1;
  color: var(--bs-list-group-action-hover-color);
  text-decoration: none;
  background-color: var(--bs-list-group-action-hover-bg);
}
.list-group-item-action:not(.active):active {
  color: var(--bs-list-group-action-active-color);
  background-color: var(--bs-list-group-action-active-bg);
}
.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child:not(:last-child) {
  border-bottom-left-radius: var(--bs-list-group-border-radius);
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child:not(:first-child) {
  border-top-right-radius: var(--bs-list-group-border-radius);
  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: var(--bs-list-group-border-width);
  border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: calc(-1 * var(--bs-list-group-border-width));
  border-left-width: var(--bs-list-group-border-width);
}
@media (min-width:576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    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: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width:768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    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: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width:992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    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: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width:1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    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: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width:1400px) {
  .list-group-horizontal-xxl {
    flex-direction: row;
  }
  .list-group-horizontal-xxl > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    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: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
.list-group-flush {
  border-radius: 0;
}
.list-group-flush > .list-group-item {
  border-width: 0 0 var(--bs-list-group-border-width);
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}
.list-group-item-primary {
  --bs-list-group-color:var(--bs-primary-text-emphasis);
  --bs-list-group-bg:var(--bs-primary-bg-subtle);
  --bs-list-group-border-color:var(--bs-primary-border-subtle);
  --bs-list-group-action-hover-color:var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg:var(--bs-primary-border-subtle);
  --bs-list-group-action-active-color:var(--bs-emphasis-color);
  --bs-list-group-action-active-bg:var(--bs-primary-border-subtle);
  --bs-list-group-active-color:var(--bs-primary-bg-subtle);
  --bs-list-group-active-bg:var(--bs-primary-text-emphasis);
  --bs-list-group-active-border-color:var(--bs-primary-text-emphasis);
}
.list-group-item-secondary {
  --bs-list-group-color:var(--bs-secondary-text-emphasis);
  --bs-list-group-bg:var(--bs-secondary-bg-subtle);
  --bs-list-group-border-color:var(--bs-secondary-border-subtle);
  --bs-list-group-action-hover-color:var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg:var(--bs-secondary-border-subtle);
  --bs-list-group-action-active-color:var(--bs-emphasis-color);
  --bs-list-group-action-active-bg:var(--bs-secondary-border-subtle);
  --bs-list-group-active-color:var(--bs-secondary-bg-subtle);
  --bs-list-group-active-bg:var(--bs-secondary-text-emphasis);
  --bs-list-group-active-border-color:var(--bs-secondary-text-emphasis);
}
.list-group-item-success {
  --bs-list-group-color:var(--bs-success-text-emphasis);
  --bs-list-group-bg:var(--bs-success-bg-subtle);
  --bs-list-group-border-color:var(--bs-success-border-subtle);
  --bs-list-group-action-hover-color:var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg:var(--bs-success-border-subtle);
  --bs-list-group-action-active-color:var(--bs-emphasis-color);
  --bs-list-group-action-active-bg:var(--bs-success-border-subtle);
  --bs-list-group-active-color:var(--bs-success-bg-subtle);
  --bs-list-group-active-bg:var(--bs-success-text-emphasis);
  --bs-list-group-active-border-color:var(--bs-success-text-emphasis);
}
.list-group-item-info {
  --bs-list-group-color:var(--bs-info-text-emphasis);
  --bs-list-group-bg:var(--bs-info-bg-subtle);
  --bs-list-group-border-color:var(--bs-info-border-subtle);
  --bs-list-group-action-hover-color:var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg:var(--bs-info-border-subtle);
  --bs-list-group-action-active-color:var(--bs-emphasis-color);
  --bs-list-group-action-active-bg:var(--bs-info-border-subtle);
  --bs-list-group-active-color:var(--bs-info-bg-subtle);
  --bs-list-group-active-bg:var(--bs-info-text-emphasis);
  --bs-list-group-active-border-color:var(--bs-info-text-emphasis);
}
.list-group-item-warning {
  --bs-list-group-color:var(--bs-warning-text-emphasis);
  --bs-list-group-bg:var(--bs-warning-bg-subtle);
  --bs-list-group-border-color:var(--bs-warning-border-subtle);
  --bs-list-group-action-hover-color:var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg:var(--bs-warning-border-subtle);
  --bs-list-group-action-active-color:var(--bs-emphasis-color);
  --bs-list-group-action-active-bg:var(--bs-warning-border-subtle);
  --bs-list-group-active-color:var(--bs-warning-bg-subtle);
  --bs-list-group-active-bg:var(--bs-warning-text-emphasis);
  --bs-list-group-active-border-color:var(--bs-warning-text-emphasis);
}
.list-group-item-danger {
  --bs-list-group-color:var(--bs-danger-text-emphasis);
  --bs-list-group-bg:var(--bs-danger-bg-subtle);
  --bs-list-group-border-color:var(--bs-danger-border-subtle);
  --bs-list-group-action-hover-color:var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg:var(--bs-danger-border-subtle);
  --bs-list-group-action-active-color:var(--bs-emphasis-color);
  --bs-list-group-action-active-bg:var(--bs-danger-border-subtle);
  --bs-list-group-active-color:var(--bs-danger-bg-subtle);
  --bs-list-group-active-bg:var(--bs-danger-text-emphasis);
  --bs-list-group-active-border-color:var(--bs-danger-text-emphasis);
}
.list-group-item-light {
  --bs-list-group-color:var(--bs-light-text-emphasis);
  --bs-list-group-bg:var(--bs-light-bg-subtle);
  --bs-list-group-border-color:var(--bs-light-border-subtle);
  --bs-list-group-action-hover-color:var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg:var(--bs-light-border-subtle);
  --bs-list-group-action-active-color:var(--bs-emphasis-color);
  --bs-list-group-action-active-bg:var(--bs-light-border-subtle);
  --bs-list-group-active-color:var(--bs-light-bg-subtle);
  --bs-list-group-active-bg:var(--bs-light-text-emphasis);
  --bs-list-group-active-border-color:var(--bs-light-text-emphasis);
}
.list-group-item-dark {
  --bs-list-group-color:var(--bs-dark-text-emphasis);
  --bs-list-group-bg:var(--bs-dark-bg-subtle);
  --bs-list-group-border-color:var(--bs-dark-border-subtle);
  --bs-list-group-action-hover-color:var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg:var(--bs-dark-border-subtle);
  --bs-list-group-action-active-color:var(--bs-emphasis-color);
  --bs-list-group-action-active-bg:var(--bs-dark-border-subtle);
  --bs-list-group-active-color:var(--bs-dark-bg-subtle);
  --bs-list-group-active-bg:var(--bs-dark-text-emphasis);
  --bs-list-group-active-border-color:var(--bs-dark-text-emphasis);
}
.btn-close {
  --bs-btn-close-color:#000;
  --bs-btn-close-bg:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414'/%3e%3c/svg%3e");
  --bs-btn-close-opacity:0.5;
  --bs-btn-close-hover-opacity:0.75;
  --bs-btn-close-focus-shadow:0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-btn-close-focus-opacity:1;
  --bs-btn-close-disabled-opacity:0.25;
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: .25em .25em;
  color: var(--bs-btn-close-color);
  background: transparent var(--bs-btn-close-bg) center/1em auto no-repeat;
  filter: var(--bs-btn-close-filter);
  border: 0;
  border-radius: .375rem;
  opacity: var(--bs-btn-close-opacity);
}
.btn-close:hover {
  color: var(--bs-btn-close-color);
  text-decoration: none;
  opacity: var(--bs-btn-close-hover-opacity);
}
.btn-close:focus {
  outline: 0;
  box-shadow: var(--bs-btn-close-focus-shadow);
  opacity: var(--bs-btn-close-focus-opacity);
}
.btn-close.disabled,
.btn-close:disabled {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  opacity: var(--bs-btn-close-disabled-opacity);
}
.btn-close-white {
  --bs-btn-close-filter:invert(1) grayscale(100%) brightness(200%);
}
:root,
[data-bs-theme=light] {
  --bs-btn-close-filter: ;
}
[data-bs-theme=dark] {
  --bs-btn-close-filter:invert(1) grayscale(100%) brightness(200%);
}
.toast {
  --bs-toast-zindex:1090;
  --bs-toast-padding-x:0.75rem;
  --bs-toast-padding-y:0.5rem;
  --bs-toast-spacing:1.5rem;
  --bs-toast-max-width:350px;
  --bs-toast-font-size:0.875rem;
  --bs-toast-color: ;
  --bs-toast-bg:rgba(var(--bs-body-bg-rgb), 0.85);
  --bs-toast-border-width:var(--bs-border-width);
  --bs-toast-border-color:var(--bs-border-color-translucent);
  --bs-toast-border-radius:var(--bs-border-radius);
  --bs-toast-box-shadow:var(--bs-box-shadow);
  --bs-toast-header-color:var(--bs-secondary-color);
  --bs-toast-header-bg:rgba(var(--bs-body-bg-rgb), 0.85);
  --bs-toast-header-border-color:var(--bs-border-color-translucent);
  width: var(--bs-toast-max-width);
  max-width: 100%;
  font-size: var(--bs-toast-font-size);
  color: var(--bs-toast-color);
  pointer-events: auto;
  background-color: var(--bs-toast-bg);
  background-clip: padding-box;
  border: var(--bs-toast-border-width) solid var(--bs-toast-border-color);
  box-shadow: var(--bs-toast-box-shadow);
  border-radius: var(--bs-toast-border-radius);
}
.toast.showing {
  opacity: 0;
}
.toast:not(.show) {
  display: none;
}
.toast-container {
  --bs-toast-zindex:1090;
  position: absolute;
  z-index: var(--bs-toast-zindex);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  pointer-events: none;
}
.toast-container > :not(:last-child) {
  margin-bottom: var(--bs-toast-spacing);
}
.toast-header {
  display: flex;
  align-items: center;
  padding: var(--bs-toast-padding-y) var(--bs-toast-padding-x);
  color: var(--bs-toast-header-color);
  background-color: var(--bs-toast-header-bg);
  background-clip: padding-box;
  border-bottom: var(--bs-toast-border-width) solid var(--bs-toast-header-border-color);
  border-top-left-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
  border-top-right-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
}
.toast-header .btn-close {
  margin-right: calc(-.5 * var(--bs-toast-padding-x));
  margin-left: var(--bs-toast-padding-x);
}
.toast-body {
  padding: var(--bs-toast-padding-x);
  word-wrap: break-word;
}
.modal {
  --bs-modal-zindex:1055;
  --bs-modal-width:500px;
  --bs-modal-padding:1rem;
  --bs-modal-margin:0.5rem;
  --bs-modal-color:var(--bs-body-color);
  --bs-modal-bg:var(--bs-body-bg);
  --bs-modal-border-color:var(--bs-border-color-translucent);
  --bs-modal-border-width:var(--bs-border-width);
  --bs-modal-border-radius:var(--bs-border-radius-lg);
  --bs-modal-box-shadow:var(--bs-box-shadow-sm);
  --bs-modal-inner-border-radius:calc(var(--bs-border-radius-lg) - (var(--bs-border-width)));
  --bs-modal-header-padding-x:1rem;
  --bs-modal-header-padding-y:1rem;
  --bs-modal-header-padding:1rem 1rem;
  --bs-modal-header-border-color:var(--bs-border-color);
  --bs-modal-header-border-width:var(--bs-border-width);
  --bs-modal-title-line-height:1.5;
  --bs-modal-footer-gap:0.5rem;
  --bs-modal-footer-bg: ;
  --bs-modal-footer-border-color:var(--bs-border-color);
  --bs-modal-footer-border-width:var(--bs-border-width);
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-modal-zindex);
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: var(--bs-modal-margin);
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transform: translate(0, -50px);
  transition: transform .3s ease-out;
}
@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% - var(--bs-modal-margin) * 2);
}
.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% - var(--bs-modal-margin) * 2);
}
.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  color: var(--bs-modal-color);
  pointer-events: auto;
  background-color: var(--bs-modal-bg);
  background-clip: padding-box;
  border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
  border-radius: var(--bs-modal-border-radius);
  outline: 0;
}
.modal-backdrop {
  --bs-backdrop-zindex:1050;
  --bs-backdrop-bg:#000;
  --bs-backdrop-opacity:0.5;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-backdrop-zindex);
  width: 100vw;
  height: 100vh;
  background-color: var(--bs-backdrop-bg);
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: var(--bs-backdrop-opacity);
}
.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  padding: var(--bs-modal-header-padding);
  border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
  border-top-left-radius: var(--bs-modal-inner-border-radius);
  border-top-right-radius: var(--bs-modal-inner-border-radius);
}
.modal-header .btn-close {
  padding: calc(var(--bs-modal-header-padding-y) * .5) calc(var(--bs-modal-header-padding-x) * .5);
  margin-top: calc(-.5 * var(--bs-modal-header-padding-y));
  margin-right: calc(-.5 * var(--bs-modal-header-padding-x));
  margin-bottom: calc(-.5 * var(--bs-modal-header-padding-y));
  margin-left: auto;
}
.modal-title {
  margin-bottom: 0;
  line-height: var(--bs-modal-title-line-height);
}
.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: var(--bs-modal-padding);
}
.modal-footer {
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * .5);
  background-color: var(--bs-modal-footer-bg);
  border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
  border-bottom-right-radius: var(--bs-modal-inner-border-radius);
  border-bottom-left-radius: var(--bs-modal-inner-border-radius);
}
.modal-footer > * {
  margin: calc(var(--bs-modal-footer-gap) * .5);
}
@media (min-width:576px) {
  .modal {
    --bs-modal-margin:1.75rem;
    --bs-modal-box-shadow:var(--bs-box-shadow);
  }
  .modal-dialog {
    max-width: var(--bs-modal-width);
    margin-right: auto;
    margin-left: auto;
  }
  .modal-sm {
    --bs-modal-width:300px;
  }
}
@media (min-width:992px) {
  .modal-lg,
  .modal-xl {
    --bs-modal-width:800px;
  }
}
@media (min-width:1200px) {
  .modal-xl {
    --bs-modal-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-footer,
.modal-fullscreen .modal-header {
  border-radius: 0;
}
.modal-fullscreen .modal-body {
  overflow-y: auto;
}
@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-footer,
  .modal-fullscreen-sm-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
}
@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-footer,
  .modal-fullscreen-md-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
}
@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-footer,
  .modal-fullscreen-lg-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
}
@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-footer,
  .modal-fullscreen-xl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
}
@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-footer,
  .modal-fullscreen-xxl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
}
.tooltip {
  --bs-tooltip-zindex:1080;
  --bs-tooltip-max-width:200px;
  --bs-tooltip-padding-x:0.5rem;
  --bs-tooltip-padding-y:0.25rem;
  --bs-tooltip-margin: ;
  --bs-tooltip-font-size:0.875rem;
  --bs-tooltip-color:var(--bs-body-bg);
  --bs-tooltip-bg:var(--bs-emphasis-color);
  --bs-tooltip-border-radius:var(--bs-border-radius);
  --bs-tooltip-opacity:0.9;
  --bs-tooltip-arrow-width:0.8rem;
  --bs-tooltip-arrow-height:0.4rem;
  z-index: var(--bs-tooltip-zindex);
  display: block;
  margin: var(--bs-tooltip-margin);
  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;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-tooltip-font-size);
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: var(--bs-tooltip-opacity);
}
.tooltip .tooltip-arrow {
  display: block;
  width: var(--bs-tooltip-arrow-width);
  height: var(--bs-tooltip-arrow-height);
}
.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow,
.bs-tooltip-top .tooltip-arrow {
  bottom: calc(-1 * var(--bs-tooltip-arrow-height));
}
.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before,
.bs-tooltip-top .tooltip-arrow::before {
  top: -1px;
  border-width: var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * .5) 0;
  border-top-color: var(--bs-tooltip-bg);
}
.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow,
.bs-tooltip-end .tooltip-arrow {
  left: calc(-1 * var(--bs-tooltip-arrow-height));
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}
.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before,
.bs-tooltip-end .tooltip-arrow::before {
  right: -1px;
  border-width: calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * .5) 0;
  border-right-color: var(--bs-tooltip-bg);
}
.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow,
.bs-tooltip-bottom .tooltip-arrow {
  top: calc(-1 * var(--bs-tooltip-arrow-height));
}
.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before,
.bs-tooltip-bottom .tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height);
  border-bottom-color: var(--bs-tooltip-bg);
}
.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow,
.bs-tooltip-start .tooltip-arrow {
  right: calc(-1 * var(--bs-tooltip-arrow-height));
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}
.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before,
.bs-tooltip-start .tooltip-arrow::before {
  left: -1px;
  border-width: calc(var(--bs-tooltip-arrow-width) * .5) 0 calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height);
  border-left-color: var(--bs-tooltip-bg);
}
.tooltip-inner {
  max-width: var(--bs-tooltip-max-width);
  padding: var(--bs-tooltip-padding-y) var(--bs-tooltip-padding-x);
  color: var(--bs-tooltip-color);
  text-align: center;
  background-color: var(--bs-tooltip-bg);
  border-radius: var(--bs-tooltip-border-radius);
}
.popover {
  --bs-popover-zindex:1070;
  --bs-popover-max-width:276px;
  --bs-popover-font-size:0.875rem;
  --bs-popover-bg:var(--bs-body-bg);
  --bs-popover-border-width:var(--bs-border-width);
  --bs-popover-border-color:var(--bs-border-color-translucent);
  --bs-popover-border-radius:var(--bs-border-radius-lg);
  --bs-popover-inner-border-radius:calc(var(--bs-border-radius-lg) - var(--bs-border-width));
  --bs-popover-box-shadow:var(--bs-box-shadow);
  --bs-popover-header-padding-x:1rem;
  --bs-popover-header-padding-y:0.5rem;
  --bs-popover-header-font-size:1rem;
  --bs-popover-header-color:inherit;
  --bs-popover-header-bg:var(--bs-secondary-bg);
  --bs-popover-body-padding-x:1rem;
  --bs-popover-body-padding-y:1rem;
  --bs-popover-body-color:var(--bs-body-color);
  --bs-popover-arrow-width:1rem;
  --bs-popover-arrow-height:0.5rem;
  --bs-popover-arrow-border:var(--bs-popover-border-color);
  z-index: var(--bs-popover-zindex);
  display: block;
  max-width: var(--bs-popover-max-width);
  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;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-popover-font-size);
  word-wrap: break-word;
  background-color: var(--bs-popover-bg);
  background-clip: padding-box;
  border: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-radius: var(--bs-popover-border-radius);
}
.popover .popover-arrow {
  display: block;
  width: var(--bs-popover-arrow-width);
  height: var(--bs-popover-arrow-height);
}
.popover .popover-arrow::after,
.popover .popover-arrow::before {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
  border-width: 0;
}
.bs-popover-auto[data-popper-placement^=top] > .popover-arrow,
.bs-popover-top > .popover-arrow {
  bottom: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
}
.bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after,
.bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before,
.bs-popover-top > .popover-arrow::after,
.bs-popover-top > .popover-arrow::before {
  border-width: var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * .5) 0;
}
.bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before,
.bs-popover-top > .popover-arrow::before {
  bottom: 0;
  border-top-color: var(--bs-popover-arrow-border);
}
.bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after,
.bs-popover-top > .popover-arrow::after {
  bottom: var(--bs-popover-border-width);
  border-top-color: var(--bs-popover-bg);
}
.bs-popover-auto[data-popper-placement^=right] > .popover-arrow,
.bs-popover-end > .popover-arrow {
  left: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
  width: var(--bs-popover-arrow-height);
  height: var(--bs-popover-arrow-width);
}
.bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after,
.bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before,
.bs-popover-end > .popover-arrow::after,
.bs-popover-end > .popover-arrow::before {
  border-width: calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * .5) 0;
}
.bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before,
.bs-popover-end > .popover-arrow::before {
  left: 0;
  border-right-color: var(--bs-popover-arrow-border);
}
.bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after,
.bs-popover-end > .popover-arrow::after {
  left: var(--bs-popover-border-width);
  border-right-color: var(--bs-popover-bg);
}
.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow,
.bs-popover-bottom > .popover-arrow {
  top: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
}
.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after,
.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before,
.bs-popover-bottom > .popover-arrow::after,
.bs-popover-bottom > .popover-arrow::before {
  border-width: 0 calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height);
}
.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before,
.bs-popover-bottom > .popover-arrow::before {
  top: 0;
  border-bottom-color: var(--bs-popover-arrow-border);
}
.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after,
.bs-popover-bottom > .popover-arrow::after {
  top: var(--bs-popover-border-width);
  border-bottom-color: var(--bs-popover-bg);
}
.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before,
.bs-popover-bottom .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: var(--bs-popover-arrow-width);
  margin-left: calc(-.5 * var(--bs-popover-arrow-width));
  content: "";
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-header-bg);
}
.bs-popover-auto[data-popper-placement^=left] > .popover-arrow,
.bs-popover-start > .popover-arrow {
  right: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
  width: var(--bs-popover-arrow-height);
  height: var(--bs-popover-arrow-width);
}
.bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after,
.bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before,
.bs-popover-start > .popover-arrow::after,
.bs-popover-start > .popover-arrow::before {
  border-width: calc(var(--bs-popover-arrow-width) * .5) 0 calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height);
}
.bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before,
.bs-popover-start > .popover-arrow::before {
  right: 0;
  border-left-color: var(--bs-popover-arrow-border);
}
.bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after,
.bs-popover-start > .popover-arrow::after {
  right: var(--bs-popover-border-width);
  border-left-color: var(--bs-popover-bg);
}
.popover-header {
  padding: var(--bs-popover-header-padding-y) var(--bs-popover-header-padding-x);
  margin-bottom: 0;
  font-size: var(--bs-popover-header-font-size);
  color: var(--bs-popover-header-color);
  background-color: var(--bs-popover-header-bg);
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-top-left-radius: var(--bs-popover-inner-border-radius);
  border-top-right-radius: var(--bs-popover-inner-border-radius);
}
.popover-header:empty {
  display: none;
}
.popover-body {
  padding: var(--bs-popover-body-padding-y) var(--bs-popover-body-padding-x);
  color: var(--bs-popover-body-color);
}
.carousel {
  position: relative;
}
.carousel.pointer-event {
  touch-action: pan-y;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}
.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: transform .6s ease-in-out;
}
@media (prefers-reduced-motion:reduce) {
  .carousel-item {
    transition: none;
  }
}
.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
  display: block;
}
.active.carousel-item-end,
.carousel-item-next:not(.carousel-item-start) {
  transform: translateX(100%);
}
.active.carousel-item-start,
.carousel-item-prev:not(.carousel-item-end) {
  transform: translateX(-100%);
}
.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end,
.carousel-fade .carousel-item.active {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-end,
.carousel-fade .active.carousel-item-start {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s .6s;
}
@media (prefers-reduced-motion:reduce) {
  .carousel-fade .active.carousel-item-end,
  .carousel-fade .active.carousel-item-start {
    transition: none;
  }
}
.carousel-control-next,
.carousel-control-prev {
  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: 0 0;
  filter: var(--bs-carousel-control-icon-filter);
  border: 0;
  opacity: .5;
  transition: opacity .15s ease;
}
@media (prefers-reduced-motion:reduce) {
  .carousel-control-next,
  .carousel-control-prev {
    transition: none;
  }
}
.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: .9;
}
.carousel-control-prev {
  left: 0;
}
.carousel-control-next {
  right: 0;
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}
.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 0'/%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-.708'/%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%;
}
.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: var(--bs-carousel-indicator-active-bg);
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: .5;
  transition: opacity .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: var(--bs-carousel-caption-color);
  text-align: center;
}
.carousel-dark {
  --bs-carousel-indicator-active-bg:#000;
  --bs-carousel-caption-color:#000;
  --bs-carousel-control-icon-filter:invert(1) grayscale(100);
}
:root,
[data-bs-theme=light] {
  --bs-carousel-indicator-active-bg:#fff;
  --bs-carousel-caption-color:#fff;
  --bs-carousel-control-icon-filter: ;
}
[data-bs-theme=dark] {
  --bs-carousel-indicator-active-bg:#000;
  --bs-carousel-caption-color:#000;
  --bs-carousel-control-icon-filter:invert(1) grayscale(100);
}
.spinner-border,
.spinner-grow {
  display: inline-block;
  flex-shrink: 0;
  width: var(--bs-spinner-width);
  height: var(--bs-spinner-height);
  vertical-align: var(--bs-spinner-vertical-align);
  border-radius: 50%;
  animation: var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name);
}
@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
.spinner-border {
  --bs-spinner-width:2rem;
  --bs-spinner-height:2rem;
  --bs-spinner-vertical-align:-0.125em;
  --bs-spinner-border-width:0.25em;
  --bs-spinner-animation-speed:0.75s;
  --bs-spinner-animation-name:spinner-border;
  border: var(--bs-spinner-border-width) solid currentcolor;
  border-right-color: transparent;
}
.spinner-border-sm {
  --bs-spinner-width:1rem;
  --bs-spinner-height:1rem;
  --bs-spinner-border-width:0.2em;
}
@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
.spinner-grow {
  --bs-spinner-width:2rem;
  --bs-spinner-height:2rem;
  --bs-spinner-vertical-align:-0.125em;
  --bs-spinner-animation-speed:0.75s;
  --bs-spinner-animation-name:spinner-grow;
  background-color: currentcolor;
  opacity: 0;
}
.spinner-grow-sm {
  --bs-spinner-width:1rem;
  --bs-spinner-height:1rem;
}
@media (prefers-reduced-motion:reduce) {
  .spinner-border,
  .spinner-grow {
    --bs-spinner-animation-speed:1.5s;
  }
}
.offcanvas,
.offcanvas-lg,
.offcanvas-md,
.offcanvas-sm,
.offcanvas-xl,
.offcanvas-xxl {
  --bs-offcanvas-zindex:1045;
  --bs-offcanvas-width:400px;
  --bs-offcanvas-height:30vh;
  --bs-offcanvas-padding-x:1rem;
  --bs-offcanvas-padding-y:1rem;
  --bs-offcanvas-color:var(--bs-body-color);
  --bs-offcanvas-bg:var(--bs-body-bg);
  --bs-offcanvas-border-width:var(--bs-border-width);
  --bs-offcanvas-border-color:var(--bs-border-color-translucent);
  --bs-offcanvas-box-shadow:var(--bs-box-shadow-sm);
  --bs-offcanvas-transition:transform 0.3s ease-in-out;
  --bs-offcanvas-title-line-height:1.5;
}
@media (max-width:575.98px) {
  .offcanvas-sm {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width:575.98px) and (prefers-reduced-motion:reduce) {
  .offcanvas-sm {
    transition: none;
  }
}
@media (max-width:575.98px) {
  .offcanvas-sm.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-sm.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-sm.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-sm.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-sm.show:not(.hiding),
  .offcanvas-sm.showing {
    transform: none;
  }
  .offcanvas-sm.hiding,
  .offcanvas-sm.show,
  .offcanvas-sm.showing {
    visibility: visible;
  }
}
@media (min-width:576px) {
  .offcanvas-sm {
    --bs-offcanvas-height:auto;
    --bs-offcanvas-border-width:0;
    background-color: transparent !important;
  }
  .offcanvas-sm .offcanvas-header {
    display: none;
  }
  .offcanvas-sm .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}
@media (max-width:767.98px) {
  .offcanvas-md {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width:767.98px) and (prefers-reduced-motion:reduce) {
  .offcanvas-md {
    transition: none;
  }
}
@media (max-width:767.98px) {
  .offcanvas-md.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-md.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-md.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-md.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-md.show:not(.hiding),
  .offcanvas-md.showing {
    transform: none;
  }
  .offcanvas-md.hiding,
  .offcanvas-md.show,
  .offcanvas-md.showing {
    visibility: visible;
  }
}
@media (min-width:768px) {
  .offcanvas-md {
    --bs-offcanvas-height:auto;
    --bs-offcanvas-border-width:0;
    background-color: transparent !important;
  }
  .offcanvas-md .offcanvas-header {
    display: none;
  }
  .offcanvas-md .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}
@media (max-width:991.98px) {
  .offcanvas-lg {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width:991.98px) and (prefers-reduced-motion:reduce) {
  .offcanvas-lg {
    transition: none;
  }
}
@media (max-width:991.98px) {
  .offcanvas-lg.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-lg.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-lg.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-lg.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-lg.show:not(.hiding),
  .offcanvas-lg.showing {
    transform: none;
  }
  .offcanvas-lg.hiding,
  .offcanvas-lg.show,
  .offcanvas-lg.showing {
    visibility: visible;
  }
}
@media (min-width:992px) {
  .offcanvas-lg {
    --bs-offcanvas-height:auto;
    --bs-offcanvas-border-width:0;
    background-color: transparent !important;
  }
  .offcanvas-lg .offcanvas-header {
    display: none;
  }
  .offcanvas-lg .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}
@media (max-width:1199.98px) {
  .offcanvas-xl {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width:1199.98px) and (prefers-reduced-motion:reduce) {
  .offcanvas-xl {
    transition: none;
  }
}
@media (max-width:1199.98px) {
  .offcanvas-xl.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-xl.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-xl.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-xl.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-xl.show:not(.hiding),
  .offcanvas-xl.showing {
    transform: none;
  }
  .offcanvas-xl.hiding,
  .offcanvas-xl.show,
  .offcanvas-xl.showing {
    visibility: visible;
  }
}
@media (min-width:1200px) {
  .offcanvas-xl {
    --bs-offcanvas-height:auto;
    --bs-offcanvas-border-width:0;
    background-color: transparent !important;
  }
  .offcanvas-xl .offcanvas-header {
    display: none;
  }
  .offcanvas-xl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}
@media (max-width:1399.98px) {
  .offcanvas-xxl {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width:1399.98px) and (prefers-reduced-motion:reduce) {
  .offcanvas-xxl {
    transition: none;
  }
}
@media (max-width:1399.98px) {
  .offcanvas-xxl.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-xxl.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-xxl.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-xxl.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-xxl.show:not(.hiding),
  .offcanvas-xxl.showing {
    transform: none;
  }
  .offcanvas-xxl.hiding,
  .offcanvas-xxl.show,
  .offcanvas-xxl.showing {
    visibility: visible;
  }
}
@media (min-width:1400px) {
  .offcanvas-xxl {
    --bs-offcanvas-height:auto;
    --bs-offcanvas-border-width:0;
    background-color: transparent !important;
  }
  .offcanvas-xxl .offcanvas-header {
    display: none;
  }
  .offcanvas-xxl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}
.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: var(--bs-offcanvas-zindex);
  display: flex;
  flex-direction: column;
  max-width: 100%;
  color: var(--bs-offcanvas-color);
  visibility: hidden;
  background-color: var(--bs-offcanvas-bg);
  background-clip: padding-box;
  outline: 0;
  transition: var(--bs-offcanvas-transition);
}
@media (prefers-reduced-motion:reduce) {
  .offcanvas {
    transition: none;
  }
}
.offcanvas.offcanvas-start {
  top: 0;
  left: 0;
  width: var(--bs-offcanvas-width);
  border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(-100%);
}
.offcanvas.offcanvas-end {
  top: 0;
  right: 0;
  width: var(--bs-offcanvas-width);
  border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(100%);
}
.offcanvas.offcanvas-top {
  top: 0;
  right: 0;
  left: 0;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(-100%);
}
.offcanvas.offcanvas-bottom {
  right: 0;
  left: 0;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(100%);
}
.offcanvas.show:not(.hiding),
.offcanvas.showing {
  transform: none;
}
.offcanvas.hiding,
.offcanvas.show,
.offcanvas.showing {
  visibility: visible;
}
.offcanvas-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.offcanvas-backdrop.fade {
  opacity: 0;
}
.offcanvas-backdrop.show {
  opacity: .5;
}
.offcanvas-header {
  display: flex;
  align-items: center;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
}
.offcanvas-header .btn-close {
  padding: calc(var(--bs-offcanvas-padding-y) * .5) calc(var(--bs-offcanvas-padding-x) * .5);
  margin-top: calc(-.5 * var(--bs-offcanvas-padding-y));
  margin-right: calc(-.5 * var(--bs-offcanvas-padding-x));
  margin-bottom: calc(-.5 * var(--bs-offcanvas-padding-y));
  margin-left: auto;
}
.offcanvas-title {
  margin-bottom: 0;
  line-height: var(--bs-offcanvas-title-line-height);
}
.offcanvas-body {
  flex-grow: 1;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
  overflow-y: auto;
}
.placeholder {
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  cursor: wait;
  background-color: currentcolor;
  opacity: .5;
}
.placeholder.btn::before {
  display: inline-block;
  content: "";
}
.placeholder-xs {
  min-height: .6em;
}
.placeholder-sm {
  min-height: .8em;
}
.placeholder-lg {
  min-height: 1.2em;
}
.placeholder-glow .placeholder {
  animation: placeholder-glow 2s ease-in-out infinite;
}
@keyframes placeholder-glow {
  50% {
    opacity: .2;
  }
}
.placeholder-wave {
  -webkit-mask-image:
    linear-gradient(
      130deg,
      #000 55%,
      rgba(0, 0, 0, 0.8) 75%,
      #000 95%);
  mask-image:
    linear-gradient(
      130deg,
      #000 55%,
      rgba(0, 0, 0, 0.8) 75%,
      #000 95%);
  -webkit-mask-size: 200% 100%;
  mask-size: 200% 100%;
  animation: placeholder-wave 2s linear infinite;
}
@keyframes placeholder-wave {
  100% {
    -webkit-mask-position: -200% 0%;
    mask-position: -200% 0%;
  }
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}
.text-bg-primary {
  color: #fff !important;
  background-color: RGBA(var(--bs-primary-rgb), var(--bs-bg-opacity,1)) !important;
}
.text-bg-secondary {
  color: #fff !important;
  background-color: RGBA(var(--bs-secondary-rgb), var(--bs-bg-opacity,1)) !important;
}
.text-bg-success {
  color: #fff !important;
  background-color: RGBA(var(--bs-success-rgb), var(--bs-bg-opacity,1)) !important;
}
.text-bg-info {
  color: #000 !important;
  background-color: RGBA(var(--bs-info-rgb), var(--bs-bg-opacity,1)) !important;
}
.text-bg-warning {
  color: #000 !important;
  background-color: RGBA(var(--bs-warning-rgb), var(--bs-bg-opacity,1)) !important;
}
.text-bg-danger {
  color: #fff !important;
  background-color: RGBA(var(--bs-danger-rgb), var(--bs-bg-opacity,1)) !important;
}
.text-bg-light {
  color: #000 !important;
  background-color: RGBA(var(--bs-light-rgb), var(--bs-bg-opacity,1)) !important;
}
.text-bg-dark {
  color: #fff !important;
  background-color: RGBA(var(--bs-dark-rgb), var(--bs-bg-opacity,1)) !important;
}
.link-primary {
  color: RGBA(var(--bs-primary-rgb), var(--bs-link-opacity,1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-primary-rgb), var(--bs-link-underline-opacity,1)) !important;
  text-decoration-color: RGBA(var(--bs-primary-rgb), var(--bs-link-underline-opacity,1)) !important;
}
.link-primary:focus,
.link-primary:hover {
  color: RGBA(10, 88, 202, var(--bs-link-opacity,1)) !important;
  -webkit-text-decoration-color: RGBA(10, 88, 202, var(--bs-link-underline-opacity,1)) !important;
  text-decoration-color: RGBA(10, 88, 202, var(--bs-link-underline-opacity,1)) !important;
}
.link-secondary {
  color: RGBA(var(--bs-secondary-rgb), var(--bs-link-opacity,1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-secondary-rgb), var(--bs-link-underline-opacity,1)) !important;
  text-decoration-color: RGBA(var(--bs-secondary-rgb), var(--bs-link-underline-opacity,1)) !important;
}
.link-secondary:focus,
.link-secondary:hover {
  color: RGBA(86, 94, 100, var(--bs-link-opacity,1)) !important;
  -webkit-text-decoration-color: RGBA(86, 94, 100, var(--bs-link-underline-opacity,1)) !important;
  text-decoration-color: RGBA(86, 94, 100, var(--bs-link-underline-opacity,1)) !important;
}
.link-success {
  color: RGBA(var(--bs-success-rgb), var(--bs-link-opacity,1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-success-rgb), var(--bs-link-underline-opacity,1)) !important;
  text-decoration-color: RGBA(var(--bs-success-rgb), var(--bs-link-underline-opacity,1)) !important;
}
.link-success:focus,
.link-success:hover {
  color: RGBA(20, 108, 67, var(--bs-link-opacity,1)) !important;
  -webkit-text-decoration-color: RGBA(20, 108, 67, var(--bs-link-underline-opacity,1)) !important;
  text-decoration-color: RGBA(20, 108, 67, var(--bs-link-underline-opacity,1)) !important;
}
.link-info {
  color: RGBA(var(--bs-info-rgb), var(--bs-link-opacity,1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-info-rgb), var(--bs-link-underline-opacity,1)) !important;
  text-decoration-color: RGBA(var(--bs-info-rgb), var(--bs-link-underline-opacity,1)) !important;
}
.link-info:focus,
.link-info:hover {
  color: RGBA(61, 213, 243, var(--bs-link-opacity,1)) !important;
  -webkit-text-decoration-color: RGBA(61, 213, 243, var(--bs-link-underline-opacity,1)) !important;
  text-decoration-color: RGBA(61, 213, 243, var(--bs-link-underline-opacity,1)) !important;
}
.link-warning {
  color: RGBA(var(--bs-warning-rgb), var(--bs-link-opacity,1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-warning-rgb), var(--bs-link-underline-opacity,1)) !important;
  text-decoration-color: RGBA(var(--bs-warning-rgb), var(--bs-link-underline-opacity,1)) !important;
}
.link-warning:focus,
.link-warning:hover {
  color: RGBA(255, 205, 57, var(--bs-link-opacity,1)) !important;
  -webkit-text-decoration-color: RGBA(255, 205, 57, var(--bs-link-underline-opacity,1)) !important;
  text-decoration-color: RGBA(255, 205, 57, var(--bs-link-underline-opacity,1)) !important;
}
.link-danger {
  color: RGBA(var(--bs-danger-rgb), var(--bs-link-opacity,1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-danger-rgb), var(--bs-link-underline-opacity,1)) !important;
  text-decoration-color: RGBA(var(--bs-danger-rgb), var(--bs-link-underline-opacity,1)) !important;
}
.link-danger:focus,
.link-danger:hover {
  color: RGBA(176, 42, 55, var(--bs-link-opacity,1)) !important;
  -webkit-text-decoration-color: RGBA(176, 42, 55, var(--bs-link-underline-opacity,1)) !important;
  text-decoration-color: RGBA(176, 42, 55, var(--bs-link-underline-opacity,1)) !important;
}
.link-light {
  color: RGBA(var(--bs-light-rgb), var(--bs-link-opacity,1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-light-rgb), var(--bs-link-underline-opacity,1)) !important;
  text-decoration-color: RGBA(var(--bs-light-rgb), var(--bs-link-underline-opacity,1)) !important;
}
.link-light:focus,
.link-light:hover {
  color: RGBA(249, 250, 251, var(--bs-link-opacity,1)) !important;
  -webkit-text-decoration-color: RGBA(249, 250, 251, var(--bs-link-underline-opacity,1)) !important;
  text-decoration-color: RGBA(249, 250, 251, var(--bs-link-underline-opacity,1)) !important;
}
.link-dark {
  color: RGBA(var(--bs-dark-rgb), var(--bs-link-opacity,1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-dark-rgb), var(--bs-link-underline-opacity,1)) !important;
  text-decoration-color: RGBA(var(--bs-dark-rgb), var(--bs-link-underline-opacity,1)) !important;
}
.link-dark:focus,
.link-dark:hover {
  color: RGBA(26, 30, 33, var(--bs-link-opacity,1)) !important;
  -webkit-text-decoration-color: RGBA(26, 30, 33, var(--bs-link-underline-opacity,1)) !important;
  text-decoration-color: RGBA(26, 30, 33, var(--bs-link-underline-opacity,1)) !important;
}
.link-body-emphasis {
  color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity,1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity,1)) !important;
  text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity,1)) !important;
}
.link-body-emphasis:focus,
.link-body-emphasis:hover {
  color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity,.75)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity,0.75)) !important;
  text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity,0.75)) !important;
}
.focus-ring:focus {
  outline: 0;
  box-shadow: var(--bs-focus-ring-x,0) var(--bs-focus-ring-y,0) var(--bs-focus-ring-blur,0) var(--bs-focus-ring-width) var(--bs-focus-ring-color);
}
.icon-link {
  display: inline-flex;
  gap: .375rem;
  align-items: center;
  -webkit-text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity,0.5));
  text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity,0.5));
  text-underline-offset: 0.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.icon-link > .bi {
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  fill: currentcolor;
  transition: .2s ease-in-out transform;
}
@media (prefers-reduced-motion:reduce) {
  .icon-link > .bi {
    transition: none;
  }
}
.icon-link-hover:focus-visible > .bi,
.icon-link-hover:hover > .bi {
  transform: var(--bs-icon-link-transform,translate3d(.25em,0,0));
}
.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:75%;
}
.ratio-16x9 {
  --bs-aspect-ratio:56.25%;
}
.ratio-21x9 {
  --bs-aspect-ratio:42.8571428571%;
}
.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: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1020;
}
.sticky-bottom {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  z-index: 1020;
}
@media (min-width:576px) {
  .sticky-sm-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-sm-bottom {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width:768px) {
  .sticky-md-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-md-bottom {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width:992px) {
  .sticky-lg-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-lg-bottom {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width:1200px) {
  .sticky-xl-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xl-bottom {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width:1400px) {
  .sticky-xxl-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xxl-bottom {
    position: -webkit-sticky;
    position: sticky;
    bottom: 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) {
  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;
}
.visually-hidden-focusable:not(:focus):not(:focus-within):not(caption),
.visually-hidden:not(caption) {
  position: absolute !important;
}
.visually-hidden *,
.visually-hidden-focusable:not(:focus):not(:focus-within) * {
  overflow: hidden !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: var(--bs-border-width);
  min-height: 1em;
  background-color: currentcolor;
  opacity: .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;
}
.object-fit-contain {
  -o-object-fit: contain !important;
  object-fit: contain !important;
}
.object-fit-cover {
  -o-object-fit: cover !important;
  object-fit: cover !important;
}
.object-fit-fill {
  -o-object-fit: fill !important;
  object-fit: fill !important;
}
.object-fit-scale {
  -o-object-fit: scale-down !important;
  object-fit: scale-down !important;
}
.object-fit-none {
  -o-object-fit: none !important;
  object-fit: none !important;
}
.opacity-0 {
  opacity: 0 !important;
}
.opacity-25 {
  opacity: .25 !important;
}
.opacity-50 {
  opacity: .5 !important;
}
.opacity-75 {
  opacity: .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;
}
.overflow-x-auto {
  overflow-x: auto !important;
}
.overflow-x-hidden {
  overflow-x: hidden !important;
}
.overflow-x-visible {
  overflow-x: visible !important;
}
.overflow-x-scroll {
  overflow-x: scroll !important;
}
.overflow-y-auto {
  overflow-y: auto !important;
}
.overflow-y-hidden {
  overflow-y: hidden !important;
}
.overflow-y-visible {
  overflow-y: visible !important;
}
.overflow-y-scroll {
  overflow-y: 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-inline-grid {
  display: inline-grid !important;
}
.d-table {
  display: table !important;
}
.d-table-row {
  display: table-row !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-flex {
  display: flex !important;
}
.d-inline-flex {
  display: inline-flex !important;
}
.d-none {
  display: none !important;
}
.shadow {
  box-shadow: var(--bs-box-shadow) !important;
}
.shadow-sm {
  box-shadow: var(--bs-box-shadow-sm) !important;
}
.shadow-lg {
  box-shadow: var(--bs-box-shadow-lg) !important;
}
.shadow-none {
  box-shadow: none !important;
}
.focus-ring-primary {
  --bs-focus-ring-color:rgba(var(--bs-primary-rgb), var(--bs-focus-ring-opacity));
}
.focus-ring-secondary {
  --bs-focus-ring-color:rgba(var(--bs-secondary-rgb), var(--bs-focus-ring-opacity));
}
.focus-ring-success {
  --bs-focus-ring-color:rgba(var(--bs-success-rgb), var(--bs-focus-ring-opacity));
}
.focus-ring-info {
  --bs-focus-ring-color:rgba(var(--bs-info-rgb), var(--bs-focus-ring-opacity));
}
.focus-ring-warning {
  --bs-focus-ring-color:rgba(var(--bs-warning-rgb), var(--bs-focus-ring-opacity));
}
.focus-ring-danger {
  --bs-focus-ring-color:rgba(var(--bs-danger-rgb), var(--bs-focus-ring-opacity));
}
.focus-ring-light {
  --bs-focus-ring-color:rgba(var(--bs-light-rgb), var(--bs-focus-ring-opacity));
}
.focus-ring-dark {
  --bs-focus-ring-color:rgba(var(--bs-dark-rgb), var(--bs-focus-ring-opacity));
}
.position-static {
  position: static !important;
}
.position-relative {
  position: relative !important;
}
.position-absolute {
  position: absolute !important;
}
.position-fixed {
  position: fixed !important;
}
.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}
.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: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
.border-0 {
  border: 0 !important;
}
.border-top {
  border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
.border-top-0 {
  border-top: 0 !important;
}
.border-end {
  border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
.border-end-0 {
  border-right: 0 !important;
}
.border-bottom {
  border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
.border-bottom-0 {
  border-bottom: 0 !important;
}
.border-start {
  border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
.border-start-0 {
  border-left: 0 !important;
}
.border-primary {
  --bs-border-opacity:1;
  border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important;
}
.border-secondary {
  --bs-border-opacity:1;
  border-color: rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important;
}
.border-success {
  --bs-border-opacity:1;
  border-color: rgba(var(--bs-success-rgb), var(--bs-border-opacity)) !important;
}
.border-info {
  --bs-border-opacity:1;
  border-color: rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important;
}
.border-warning {
  --bs-border-opacity:1;
  border-color: rgba(var(--bs-warning-rgb), var(--bs-border-opacity)) !important;
}
.border-danger {
  --bs-border-opacity:1;
  border-color: rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important;
}
.border-light {
  --bs-border-opacity:1;
  border-color: rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important;
}
.border-dark {
  --bs-border-opacity:1;
  border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important;
}
.border-black {
  --bs-border-opacity:1;
  border-color: rgba(var(--bs-black-rgb), var(--bs-border-opacity)) !important;
}
.border-white {
  --bs-border-opacity:1;
  border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important;
}
.border-primary-subtle {
  border-color: var(--bs-primary-border-subtle) !important;
}
.border-secondary-subtle {
  border-color: var(--bs-secondary-border-subtle) !important;
}
.border-success-subtle {
  border-color: var(--bs-success-border-subtle) !important;
}
.border-info-subtle {
  border-color: var(--bs-info-border-subtle) !important;
}
.border-warning-subtle {
  border-color: var(--bs-warning-border-subtle) !important;
}
.border-danger-subtle {
  border-color: var(--bs-danger-border-subtle) !important;
}
.border-light-subtle {
  border-color: var(--bs-light-border-subtle) !important;
}
.border-dark-subtle {
  border-color: var(--bs-dark-border-subtle) !important;
}
.border-1 {
  border-width: 1px !important;
}
.border-2 {
  border-width: 2px !important;
}
.border-3 {
  border-width: 3px !important;
}
.border-4 {
  border-width: 4px !important;
}
.border-5 {
  border-width: 5px !important;
}
.border-opacity-10 {
  --bs-border-opacity:0.1;
}
.border-opacity-25 {
  --bs-border-opacity:0.25;
}
.border-opacity-50 {
  --bs-border-opacity:0.5;
}
.border-opacity-75 {
  --bs-border-opacity:0.75;
}
.border-opacity-100 {
  --bs-border-opacity:1;
}
.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;
}
.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: .25rem !important;
}
.m-2 {
  margin: .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: .25rem !important;
  margin-left: .25rem !important;
}
.mx-2 {
  margin-right: .5rem !important;
  margin-left: .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: .25rem !important;
  margin-bottom: .25rem !important;
}
.my-2 {
  margin-top: .5rem !important;
  margin-bottom: .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: .25rem !important;
}
.mt-2 {
  margin-top: .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: .25rem !important;
}
.me-2 {
  margin-right: .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: .25rem !important;
}
.mb-2 {
  margin-bottom: .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: .25rem !important;
}
.ms-2 {
  margin-left: .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: .25rem !important;
}
.p-2 {
  padding: .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: .25rem !important;
  padding-left: .25rem !important;
}
.px-2 {
  padding-right: .5rem !important;
  padding-left: .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: .25rem !important;
  padding-bottom: .25rem !important;
}
.py-2 {
  padding-top: .5rem !important;
  padding-bottom: .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: .25rem !important;
}
.pt-2 {
  padding-top: .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: .25rem !important;
}
.pe-2 {
  padding-right: .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: .25rem !important;
}
.pb-2 {
  padding-bottom: .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: .25rem !important;
}
.ps-2 {
  padding-left: .5rem !important;
}
.ps-3 {
  padding-left: 1rem !important;
}
.ps-4 {
  padding-left: 1.5rem !important;
}
.ps-5 {
  padding-left: 3rem !important;
}
.gap-0 {
  gap: 0 !important;
}
.gap-1 {
  gap: .25rem !important;
}
.gap-2 {
  gap: .5rem !important;
}
.gap-3 {
  gap: 1rem !important;
}
.gap-4 {
  gap: 1.5rem !important;
}
.gap-5 {
  gap: 3rem !important;
}
.row-gap-0 {
  row-gap: 0 !important;
}
.row-gap-1 {
  row-gap: .25rem !important;
}
.row-gap-2 {
  row-gap: .5rem !important;
}
.row-gap-3 {
  row-gap: 1rem !important;
}
.row-gap-4 {
  row-gap: 1.5rem !important;
}
.row-gap-5 {
  row-gap: 3rem !important;
}
.column-gap-0 {
  -moz-column-gap: 0 !important;
  column-gap: 0 !important;
}
.column-gap-1 {
  -moz-column-gap: 0.25rem !important;
  column-gap: .25rem !important;
}
.column-gap-2 {
  -moz-column-gap: 0.5rem !important;
  column-gap: .5rem !important;
}
.column-gap-3 {
  -moz-column-gap: 1rem !important;
  column-gap: 1rem !important;
}
.column-gap-4 {
  -moz-column-gap: 1.5rem !important;
  column-gap: 1.5rem !important;
}
.column-gap-5 {
  -moz-column-gap: 3rem !important;
  column-gap: 3rem !important;
}
.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}
.fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}
.fs-2 {
  font-size: calc(1.325rem + .9vw) !important;
}
.fs-3 {
  font-size: calc(1.3rem + .6vw) !important;
}
.fs-4 {
  font-size: calc(1.275rem + .3vw) !important;
}
.fs-5 {
  font-size: 1.25rem !important;
}
.fs-6 {
  font-size: 1rem !important;
}
.fst-italic {
  font-style: italic !important;
}
.fst-normal {
  font-style: normal !important;
}
.fw-lighter {
  font-weight: lighter !important;
}
.fw-light {
  font-weight: 300 !important;
}
.fw-normal {
  font-weight: 400 !important;
}
.fw-medium {
  font-weight: 500 !important;
}
.fw-semibold {
  font-weight: 600 !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;
}
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}
.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-color-rgb), var(--bs-text-opacity)) !important;
}
.text-muted {
  --bs-text-opacity:1;
  color: var(--bs-secondary-color) !important;
}
.text-black-50 {
  --bs-text-opacity:1;
  color: rgba(0, 0, 0, .5) !important;
}
.text-white-50 {
  --bs-text-opacity:1;
  color: rgba(255, 255, 255, .5) !important;
}
.text-body-secondary {
  --bs-text-opacity:1;
  color: var(--bs-secondary-color) !important;
}
.text-body-tertiary {
  --bs-text-opacity:1;
  color: var(--bs-tertiary-color) !important;
}
.text-body-emphasis {
  --bs-text-opacity:1;
  color: var(--bs-emphasis-color) !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-primary-emphasis {
  color: var(--bs-primary-text-emphasis) !important;
}
.text-secondary-emphasis {
  color: var(--bs-secondary-text-emphasis) !important;
}
.text-success-emphasis {
  color: var(--bs-success-text-emphasis) !important;
}
.text-info-emphasis {
  color: var(--bs-info-text-emphasis) !important;
}
.text-warning-emphasis {
  color: var(--bs-warning-text-emphasis) !important;
}
.text-danger-emphasis {
  color: var(--bs-danger-text-emphasis) !important;
}
.text-light-emphasis {
  color: var(--bs-light-text-emphasis) !important;
}
.text-dark-emphasis {
  color: var(--bs-dark-text-emphasis) !important;
}
.link-opacity-10 {
  --bs-link-opacity:0.1;
}
.link-opacity-10-hover:hover {
  --bs-link-opacity:0.1;
}
.link-opacity-25 {
  --bs-link-opacity:0.25;
}
.link-opacity-25-hover:hover {
  --bs-link-opacity:0.25;
}
.link-opacity-50 {
  --bs-link-opacity:0.5;
}
.link-opacity-50-hover:hover {
  --bs-link-opacity:0.5;
}
.link-opacity-75 {
  --bs-link-opacity:0.75;
}
.link-opacity-75-hover:hover {
  --bs-link-opacity:0.75;
}
.link-opacity-100 {
  --bs-link-opacity:1;
}
.link-opacity-100-hover:hover {
  --bs-link-opacity:1;
}
.link-offset-1 {
  text-underline-offset: 0.125em !important;
}
.link-offset-1-hover:hover {
  text-underline-offset: 0.125em !important;
}
.link-offset-2 {
  text-underline-offset: 0.25em !important;
}
.link-offset-2-hover:hover {
  text-underline-offset: 0.25em !important;
}
.link-offset-3 {
  text-underline-offset: 0.375em !important;
}
.link-offset-3-hover:hover {
  text-underline-offset: 0.375em !important;
}
.link-underline-primary {
  --bs-link-underline-opacity:1;
  -webkit-text-decoration-color: rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity)) !important;
  text-decoration-color: rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity)) !important;
}
.link-underline-secondary {
  --bs-link-underline-opacity:1;
  -webkit-text-decoration-color: rgba(var(--bs-secondary-rgb), var(--bs-link-underline-opacity)) !important;
  text-decoration-color: rgba(var(--bs-secondary-rgb), var(--bs-link-underline-opacity)) !important;
}
.link-underline-success {
  --bs-link-underline-opacity:1;
  -webkit-text-decoration-color: rgba(var(--bs-success-rgb), var(--bs-link-underline-opacity)) !important;
  text-decoration-color: rgba(var(--bs-success-rgb), var(--bs-link-underline-opacity)) !important;
}
.link-underline-info {
  --bs-link-underline-opacity:1;
  -webkit-text-decoration-color: rgba(var(--bs-info-rgb), var(--bs-link-underline-opacity)) !important;
  text-decoration-color: rgba(var(--bs-info-rgb), var(--bs-link-underline-opacity)) !important;
}
.link-underline-warning {
  --bs-link-underline-opacity:1;
  -webkit-text-decoration-color: rgba(var(--bs-warning-rgb), var(--bs-link-underline-opacity)) !important;
  text-decoration-color: rgba(var(--bs-warning-rgb), var(--bs-link-underline-opacity)) !important;
}
.link-underline-danger {
  --bs-link-underline-opacity:1;
  -webkit-text-decoration-color: rgba(var(--bs-danger-rgb), var(--bs-link-underline-opacity)) !important;
  text-decoration-color: rgba(var(--bs-danger-rgb), var(--bs-link-underline-opacity)) !important;
}
.link-underline-light {
  --bs-link-underline-opacity:1;
  -webkit-text-decoration-color: rgba(var(--bs-light-rgb), var(--bs-link-underline-opacity)) !important;
  text-decoration-color: rgba(var(--bs-light-rgb), var(--bs-link-underline-opacity)) !important;
}
.link-underline-dark {
  --bs-link-underline-opacity:1;
  -webkit-text-decoration-color: rgba(var(--bs-dark-rgb), var(--bs-link-underline-opacity)) !important;
  text-decoration-color: rgba(var(--bs-dark-rgb), var(--bs-link-underline-opacity)) !important;
}
.link-underline {
  --bs-link-underline-opacity:1;
  -webkit-text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-underline-opacity,1)) !important;
  text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-underline-opacity,1)) !important;
}
.link-underline-opacity-0 {
  --bs-link-underline-opacity:0;
}
.link-underline-opacity-0-hover:hover {
  --bs-link-underline-opacity:0;
}
.link-underline-opacity-10 {
  --bs-link-underline-opacity:0.1;
}
.link-underline-opacity-10-hover:hover {
  --bs-link-underline-opacity:0.1;
}
.link-underline-opacity-25 {
  --bs-link-underline-opacity:0.25;
}
.link-underline-opacity-25-hover:hover {
  --bs-link-underline-opacity:0.25;
}
.link-underline-opacity-50 {
  --bs-link-underline-opacity:0.5;
}
.link-underline-opacity-50-hover:hover {
  --bs-link-underline-opacity:0.5;
}
.link-underline-opacity-75 {
  --bs-link-underline-opacity:0.75;
}
.link-underline-opacity-75-hover:hover {
  --bs-link-underline-opacity:0.75;
}
.link-underline-opacity-100 {
  --bs-link-underline-opacity:1;
}
.link-underline-opacity-100-hover:hover {
  --bs-link-underline-opacity:1;
}
.bg-primary {
  --bs-bg-opacity:1;
  background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
}
.bg-secondary {
  --bs-bg-opacity:1;
  background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
}
.bg-success {
  --bs-bg-opacity:1;
  background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
}
.bg-info {
  --bs-bg-opacity:1;
  background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
}
.bg-warning {
  --bs-bg-opacity:1;
  background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important;
}
.bg-danger {
  --bs-bg-opacity:1;
  background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
}
.bg-light {
  --bs-bg-opacity:1;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}
.bg-dark {
  --bs-bg-opacity:1;
  background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}
.bg-black {
  --bs-bg-opacity:1;
  background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
}
.bg-white {
  --bs-bg-opacity:1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}
.bg-body {
  --bs-bg-opacity:1;
  background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
}
.bg-transparent {
  --bs-bg-opacity:1;
  background-color: transparent !important;
}
.bg-body-secondary {
  --bs-bg-opacity:1;
  background-color: rgba(var(--bs-secondary-bg-rgb), var(--bs-bg-opacity)) !important;
}
.bg-body-tertiary {
  --bs-bg-opacity:1;
  background-color: rgba(var(--bs-tertiary-bg-rgb), var(--bs-bg-opacity)) !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-primary-subtle {
  background-color: var(--bs-primary-bg-subtle) !important;
}
.bg-secondary-subtle {
  background-color: var(--bs-secondary-bg-subtle) !important;
}
.bg-success-subtle {
  background-color: var(--bs-success-bg-subtle) !important;
}
.bg-info-subtle {
  background-color: var(--bs-info-bg-subtle) !important;
}
.bg-warning-subtle {
  background-color: var(--bs-warning-bg-subtle) !important;
}
.bg-danger-subtle {
  background-color: var(--bs-danger-bg-subtle) !important;
}
.bg-light-subtle {
  background-color: var(--bs-light-bg-subtle) !important;
}
.bg-dark-subtle {
  background-color: var(--bs-dark-bg-subtle) !important;
}
.bg-gradient {
  background-image: var(--bs-gradient) !important;
}
.user-select-all {
  -webkit-user-select: all !important;
  -moz-user-select: all !important;
  user-select: all !important;
}
.user-select-auto {
  -webkit-user-select: auto !important;
  -moz-user-select: auto !important;
  user-select: auto !important;
}
.user-select-none {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  user-select: none !important;
}
.pe-none {
  pointer-events: none !important;
}
.pe-auto {
  pointer-events: auto !important;
}
.rounded {
  border-radius: var(--bs-border-radius) !important;
}
.rounded-0 {
  border-radius: 0 !important;
}
.rounded-1 {
  border-radius: var(--bs-border-radius-sm) !important;
}
.rounded-2 {
  border-radius: var(--bs-border-radius) !important;
}
.rounded-3 {
  border-radius: var(--bs-border-radius-lg) !important;
}
.rounded-4 {
  border-radius: var(--bs-border-radius-xl) !important;
}
.rounded-5 {
  border-radius: var(--bs-border-radius-xxl) !important;
}
.rounded-circle {
  border-radius: 50% !important;
}
.rounded-pill {
  border-radius: var(--bs-border-radius-pill) !important;
}
.rounded-top {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}
.rounded-top-0 {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}
.rounded-top-1 {
  border-top-left-radius: var(--bs-border-radius-sm) !important;
  border-top-right-radius: var(--bs-border-radius-sm) !important;
}
.rounded-top-2 {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}
.rounded-top-3 {
  border-top-left-radius: var(--bs-border-radius-lg) !important;
  border-top-right-radius: var(--bs-border-radius-lg) !important;
}
.rounded-top-4 {
  border-top-left-radius: var(--bs-border-radius-xl) !important;
  border-top-right-radius: var(--bs-border-radius-xl) !important;
}
.rounded-top-5 {
  border-top-left-radius: var(--bs-border-radius-xxl) !important;
  border-top-right-radius: var(--bs-border-radius-xxl) !important;
}
.rounded-top-circle {
  border-top-left-radius: 50% !important;
  border-top-right-radius: 50% !important;
}
.rounded-top-pill {
  border-top-left-radius: var(--bs-border-radius-pill) !important;
  border-top-right-radius: var(--bs-border-radius-pill) !important;
}
.rounded-end {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}
.rounded-end-0 {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.rounded-end-1 {
  border-top-right-radius: var(--bs-border-radius-sm) !important;
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
}
.rounded-end-2 {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}
.rounded-end-3 {
  border-top-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
}
.rounded-end-4 {
  border-top-right-radius: var(--bs-border-radius-xl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
}
.rounded-end-5 {
  border-top-right-radius: var(--bs-border-radius-xxl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
}
.rounded-end-circle {
  border-top-right-radius: 50% !important;
  border-bottom-right-radius: 50% !important;
}
.rounded-end-pill {
  border-top-right-radius: var(--bs-border-radius-pill) !important;
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
}
.rounded-bottom {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}
.rounded-bottom-0 {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.rounded-bottom-1 {
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
}
.rounded-bottom-2 {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}
.rounded-bottom-3 {
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
}
.rounded-bottom-4 {
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
}
.rounded-bottom-5 {
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
}
.rounded-bottom-circle {
  border-bottom-right-radius: 50% !important;
  border-bottom-left-radius: 50% !important;
}
.rounded-bottom-pill {
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
}
.rounded-start {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}
.rounded-start-0 {
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
}
.rounded-start-1 {
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
  border-top-left-radius: var(--bs-border-radius-sm) !important;
}
.rounded-start-2 {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}
.rounded-start-3 {
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
  border-top-left-radius: var(--bs-border-radius-lg) !important;
}
.rounded-start-4 {
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
  border-top-left-radius: var(--bs-border-radius-xl) !important;
}
.rounded-start-5 {
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
  border-top-left-radius: var(--bs-border-radius-xxl) !important;
}
.rounded-start-circle {
  border-bottom-left-radius: 50% !important;
  border-top-left-radius: 50% !important;
}
.rounded-start-pill {
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
  border-top-left-radius: var(--bs-border-radius-pill) !important;
}
.visible {
  visibility: visible !important;
}
.invisible {
  visibility: hidden !important;
}
.z-n1 {
  z-index: -1 !important;
}
.z-0 {
  z-index: 0 !important;
}
.z-1 {
  z-index: 1 !important;
}
.z-2 {
  z-index: 2 !important;
}
.z-3 {
  z-index: 3 !important;
}
@media (min-width:576px) {
  .float-sm-start {
    float: left !important;
  }
  .float-sm-end {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
  .object-fit-sm-contain {
    -o-object-fit: contain !important;
    object-fit: contain !important;
  }
  .object-fit-sm-cover {
    -o-object-fit: cover !important;
    object-fit: cover !important;
  }
  .object-fit-sm-fill {
    -o-object-fit: fill !important;
    object-fit: fill !important;
  }
  .object-fit-sm-scale {
    -o-object-fit: scale-down !important;
    object-fit: scale-down !important;
  }
  .object-fit-sm-none {
    -o-object-fit: none !important;
    object-fit: 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-inline-grid {
    display: inline-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;
  }
  .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: .25rem !important;
  }
  .m-sm-2 {
    margin: .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: .25rem !important;
    margin-left: .25rem !important;
  }
  .mx-sm-2 {
    margin-right: .5rem !important;
    margin-left: .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: .25rem !important;
    margin-bottom: .25rem !important;
  }
  .my-sm-2 {
    margin-top: .5rem !important;
    margin-bottom: .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: .25rem !important;
  }
  .mt-sm-2 {
    margin-top: .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: .25rem !important;
  }
  .me-sm-2 {
    margin-right: .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: .25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: .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: .25rem !important;
  }
  .ms-sm-2 {
    margin-left: .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: .25rem !important;
  }
  .p-sm-2 {
    padding: .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: .25rem !important;
    padding-left: .25rem !important;
  }
  .px-sm-2 {
    padding-right: .5rem !important;
    padding-left: .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: .25rem !important;
    padding-bottom: .25rem !important;
  }
  .py-sm-2 {
    padding-top: .5rem !important;
    padding-bottom: .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: .25rem !important;
  }
  .pt-sm-2 {
    padding-top: .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: .25rem !important;
  }
  .pe-sm-2 {
    padding-right: .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: .25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: .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: .25rem !important;
  }
  .ps-sm-2 {
    padding-left: .5rem !important;
  }
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
  .gap-sm-0 {
    gap: 0 !important;
  }
  .gap-sm-1 {
    gap: .25rem !important;
  }
  .gap-sm-2 {
    gap: .5rem !important;
  }
  .gap-sm-3 {
    gap: 1rem !important;
  }
  .gap-sm-4 {
    gap: 1.5rem !important;
  }
  .gap-sm-5 {
    gap: 3rem !important;
  }
  .row-gap-sm-0 {
    row-gap: 0 !important;
  }
  .row-gap-sm-1 {
    row-gap: .25rem !important;
  }
  .row-gap-sm-2 {
    row-gap: .5rem !important;
  }
  .row-gap-sm-3 {
    row-gap: 1rem !important;
  }
  .row-gap-sm-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-sm-5 {
    row-gap: 3rem !important;
  }
  .column-gap-sm-0 {
    -moz-column-gap: 0 !important;
    column-gap: 0 !important;
  }
  .column-gap-sm-1 {
    -moz-column-gap: 0.25rem !important;
    column-gap: .25rem !important;
  }
  .column-gap-sm-2 {
    -moz-column-gap: 0.5rem !important;
    column-gap: .5rem !important;
  }
  .column-gap-sm-3 {
    -moz-column-gap: 1rem !important;
    column-gap: 1rem !important;
  }
  .column-gap-sm-4 {
    -moz-column-gap: 1.5rem !important;
    column-gap: 1.5rem !important;
  }
  .column-gap-sm-5 {
    -moz-column-gap: 3rem !important;
    column-gap: 3rem !important;
  }
  .text-sm-start {
    text-align: left !important;
  }
  .text-sm-end {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width:768px) {
  .float-md-start {
    float: left !important;
  }
  .float-md-end {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
  .object-fit-md-contain {
    -o-object-fit: contain !important;
    object-fit: contain !important;
  }
  .object-fit-md-cover {
    -o-object-fit: cover !important;
    object-fit: cover !important;
  }
  .object-fit-md-fill {
    -o-object-fit: fill !important;
    object-fit: fill !important;
  }
  .object-fit-md-scale {
    -o-object-fit: scale-down !important;
    object-fit: scale-down !important;
  }
  .object-fit-md-none {
    -o-object-fit: none !important;
    object-fit: 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-inline-grid {
    display: inline-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;
  }
  .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: .25rem !important;
  }
  .m-md-2 {
    margin: .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: .25rem !important;
    margin-left: .25rem !important;
  }
  .mx-md-2 {
    margin-right: .5rem !important;
    margin-left: .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: .25rem !important;
    margin-bottom: .25rem !important;
  }
  .my-md-2 {
    margin-top: .5rem !important;
    margin-bottom: .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: .25rem !important;
  }
  .mt-md-2 {
    margin-top: .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: .25rem !important;
  }
  .me-md-2 {
    margin-right: .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: .25rem !important;
  }
  .mb-md-2 {
    margin-bottom: .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: .25rem !important;
  }
  .ms-md-2 {
    margin-left: .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: .25rem !important;
  }
  .p-md-2 {
    padding: .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: .25rem !important;
    padding-left: .25rem !important;
  }
  .px-md-2 {
    padding-right: .5rem !important;
    padding-left: .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: .25rem !important;
    padding-bottom: .25rem !important;
  }
  .py-md-2 {
    padding-top: .5rem !important;
    padding-bottom: .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: .25rem !important;
  }
  .pt-md-2 {
    padding-top: .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: .25rem !important;
  }
  .pe-md-2 {
    padding-right: .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: .25rem !important;
  }
  .pb-md-2 {
    padding-bottom: .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: .25rem !important;
  }
  .ps-md-2 {
    padding-left: .5rem !important;
  }
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .ps-md-5 {
    padding-left: 3rem !important;
  }
  .gap-md-0 {
    gap: 0 !important;
  }
  .gap-md-1 {
    gap: .25rem !important;
  }
  .gap-md-2 {
    gap: .5rem !important;
  }
  .gap-md-3 {
    gap: 1rem !important;
  }
  .gap-md-4 {
    gap: 1.5rem !important;
  }
  .gap-md-5 {
    gap: 3rem !important;
  }
  .row-gap-md-0 {
    row-gap: 0 !important;
  }
  .row-gap-md-1 {
    row-gap: .25rem !important;
  }
  .row-gap-md-2 {
    row-gap: .5rem !important;
  }
  .row-gap-md-3 {
    row-gap: 1rem !important;
  }
  .row-gap-md-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-md-5 {
    row-gap: 3rem !important;
  }
  .column-gap-md-0 {
    -moz-column-gap: 0 !important;
    column-gap: 0 !important;
  }
  .column-gap-md-1 {
    -moz-column-gap: 0.25rem !important;
    column-gap: .25rem !important;
  }
  .column-gap-md-2 {
    -moz-column-gap: 0.5rem !important;
    column-gap: .5rem !important;
  }
  .column-gap-md-3 {
    -moz-column-gap: 1rem !important;
    column-gap: 1rem !important;
  }
  .column-gap-md-4 {
    -moz-column-gap: 1.5rem !important;
    column-gap: 1.5rem !important;
  }
  .column-gap-md-5 {
    -moz-column-gap: 3rem !important;
    column-gap: 3rem !important;
  }
  .text-md-start {
    text-align: left !important;
  }
  .text-md-end {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width:992px) {
  .float-lg-start {
    float: left !important;
  }
  .float-lg-end {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
  .object-fit-lg-contain {
    -o-object-fit: contain !important;
    object-fit: contain !important;
  }
  .object-fit-lg-cover {
    -o-object-fit: cover !important;
    object-fit: cover !important;
  }
  .object-fit-lg-fill {
    -o-object-fit: fill !important;
    object-fit: fill !important;
  }
  .object-fit-lg-scale {
    -o-object-fit: scale-down !important;
    object-fit: scale-down !important;
  }
  .object-fit-lg-none {
    -o-object-fit: none !important;
    object-fit: 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-inline-grid {
    display: inline-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;
  }
  .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: .25rem !important;
  }
  .m-lg-2 {
    margin: .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: .25rem !important;
    margin-left: .25rem !important;
  }
  .mx-lg-2 {
    margin-right: .5rem !important;
    margin-left: .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: .25rem !important;
    margin-bottom: .25rem !important;
  }
  .my-lg-2 {
    margin-top: .5rem !important;
    margin-bottom: .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: .25rem !important;
  }
  .mt-lg-2 {
    margin-top: .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: .25rem !important;
  }
  .me-lg-2 {
    margin-right: .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: .25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: .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: .25rem !important;
  }
  .ms-lg-2 {
    margin-left: .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: .25rem !important;
  }
  .p-lg-2 {
    padding: .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: .25rem !important;
    padding-left: .25rem !important;
  }
  .px-lg-2 {
    padding-right: .5rem !important;
    padding-left: .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: .25rem !important;
    padding-bottom: .25rem !important;
  }
  .py-lg-2 {
    padding-top: .5rem !important;
    padding-bottom: .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: .25rem !important;
  }
  .pt-lg-2 {
    padding-top: .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: .25rem !important;
  }
  .pe-lg-2 {
    padding-right: .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: .25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: .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: .25rem !important;
  }
  .ps-lg-2 {
    padding-left: .5rem !important;
  }
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
  .gap-lg-0 {
    gap: 0 !important;
  }
  .gap-lg-1 {
    gap: .25rem !important;
  }
  .gap-lg-2 {
    gap: .5rem !important;
  }
  .gap-lg-3 {
    gap: 1rem !important;
  }
  .gap-lg-4 {
    gap: 1.5rem !important;
  }
  .gap-lg-5 {
    gap: 3rem !important;
  }
  .row-gap-lg-0 {
    row-gap: 0 !important;
  }
  .row-gap-lg-1 {
    row-gap: .25rem !important;
  }
  .row-gap-lg-2 {
    row-gap: .5rem !important;
  }
  .row-gap-lg-3 {
    row-gap: 1rem !important;
  }
  .row-gap-lg-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-lg-5 {
    row-gap: 3rem !important;
  }
  .column-gap-lg-0 {
    -moz-column-gap: 0 !important;
    column-gap: 0 !important;
  }
  .column-gap-lg-1 {
    -moz-column-gap: 0.25rem !important;
    column-gap: .25rem !important;
  }
  .column-gap-lg-2 {
    -moz-column-gap: 0.5rem !important;
    column-gap: .5rem !important;
  }
  .column-gap-lg-3 {
    -moz-column-gap: 1rem !important;
    column-gap: 1rem !important;
  }
  .column-gap-lg-4 {
    -moz-column-gap: 1.5rem !important;
    column-gap: 1.5rem !important;
  }
  .column-gap-lg-5 {
    -moz-column-gap: 3rem !important;
    column-gap: 3rem !important;
  }
  .text-lg-start {
    text-align: left !important;
  }
  .text-lg-end {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width:1200px) {
  .float-xl-start {
    float: left !important;
  }
  .float-xl-end {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
  .object-fit-xl-contain {
    -o-object-fit: contain !important;
    object-fit: contain !important;
  }
  .object-fit-xl-cover {
    -o-object-fit: cover !important;
    object-fit: cover !important;
  }
  .object-fit-xl-fill {
    -o-object-fit: fill !important;
    object-fit: fill !important;
  }
  .object-fit-xl-scale {
    -o-object-fit: scale-down !important;
    object-fit: scale-down !important;
  }
  .object-fit-xl-none {
    -o-object-fit: none !important;
    object-fit: 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-inline-grid {
    display: inline-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;
  }
  .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: .25rem !important;
  }
  .m-xl-2 {
    margin: .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: .25rem !important;
    margin-left: .25rem !important;
  }
  .mx-xl-2 {
    margin-right: .5rem !important;
    margin-left: .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: .25rem !important;
    margin-bottom: .25rem !important;
  }
  .my-xl-2 {
    margin-top: .5rem !important;
    margin-bottom: .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: .25rem !important;
  }
  .mt-xl-2 {
    margin-top: .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: .25rem !important;
  }
  .me-xl-2 {
    margin-right: .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: .25rem !important;
  }
  .mb-xl-2 {
    margin-bottom: .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: .25rem !important;
  }
  .ms-xl-2 {
    margin-left: .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: .25rem !important;
  }
  .p-xl-2 {
    padding: .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: .25rem !important;
    padding-left: .25rem !important;
  }
  .px-xl-2 {
    padding-right: .5rem !important;
    padding-left: .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: .25rem !important;
    padding-bottom: .25rem !important;
  }
  .py-xl-2 {
    padding-top: .5rem !important;
    padding-bottom: .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: .25rem !important;
  }
  .pt-xl-2 {
    padding-top: .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: .25rem !important;
  }
  .pe-xl-2 {
    padding-right: .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: .25rem !important;
  }
  .pb-xl-2 {
    padding-bottom: .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: .25rem !important;
  }
  .ps-xl-2 {
    padding-left: .5rem !important;
  }
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
  .gap-xl-0 {
    gap: 0 !important;
  }
  .gap-xl-1 {
    gap: .25rem !important;
  }
  .gap-xl-2 {
    gap: .5rem !important;
  }
  .gap-xl-3 {
    gap: 1rem !important;
  }
  .gap-xl-4 {
    gap: 1.5rem !important;
  }
  .gap-xl-5 {
    gap: 3rem !important;
  }
  .row-gap-xl-0 {
    row-gap: 0 !important;
  }
  .row-gap-xl-1 {
    row-gap: .25rem !important;
  }
  .row-gap-xl-2 {
    row-gap: .5rem !important;
  }
  .row-gap-xl-3 {
    row-gap: 1rem !important;
  }
  .row-gap-xl-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-xl-5 {
    row-gap: 3rem !important;
  }
  .column-gap-xl-0 {
    -moz-column-gap: 0 !important;
    column-gap: 0 !important;
  }
  .column-gap-xl-1 {
    -moz-column-gap: 0.25rem !important;
    column-gap: .25rem !important;
  }
  .column-gap-xl-2 {
    -moz-column-gap: 0.5rem !important;
    column-gap: .5rem !important;
  }
  .column-gap-xl-3 {
    -moz-column-gap: 1rem !important;
    column-gap: 1rem !important;
  }
  .column-gap-xl-4 {
    -moz-column-gap: 1.5rem !important;
    column-gap: 1.5rem !important;
  }
  .column-gap-xl-5 {
    -moz-column-gap: 3rem !important;
    column-gap: 3rem !important;
  }
  .text-xl-start {
    text-align: left !important;
  }
  .text-xl-end {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width:1400px) {
  .float-xxl-start {
    float: left !important;
  }
  .float-xxl-end {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
  .object-fit-xxl-contain {
    -o-object-fit: contain !important;
    object-fit: contain !important;
  }
  .object-fit-xxl-cover {
    -o-object-fit: cover !important;
    object-fit: cover !important;
  }
  .object-fit-xxl-fill {
    -o-object-fit: fill !important;
    object-fit: fill !important;
  }
  .object-fit-xxl-scale {
    -o-object-fit: scale-down !important;
    object-fit: scale-down !important;
  }
  .object-fit-xxl-none {
    -o-object-fit: none !important;
    object-fit: 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-inline-grid {
    display: inline-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;
  }
  .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: .25rem !important;
  }
  .m-xxl-2 {
    margin: .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: .25rem !important;
    margin-left: .25rem !important;
  }
  .mx-xxl-2 {
    margin-right: .5rem !important;
    margin-left: .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: .25rem !important;
    margin-bottom: .25rem !important;
  }
  .my-xxl-2 {
    margin-top: .5rem !important;
    margin-bottom: .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: .25rem !important;
  }
  .mt-xxl-2 {
    margin-top: .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: .25rem !important;
  }
  .me-xxl-2 {
    margin-right: .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: .25rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: .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: .25rem !important;
  }
  .ms-xxl-2 {
    margin-left: .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: .25rem !important;
  }
  .p-xxl-2 {
    padding: .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: .25rem !important;
    padding-left: .25rem !important;
  }
  .px-xxl-2 {
    padding-right: .5rem !important;
    padding-left: .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: .25rem !important;
    padding-bottom: .25rem !important;
  }
  .py-xxl-2 {
    padding-top: .5rem !important;
    padding-bottom: .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: .25rem !important;
  }
  .pt-xxl-2 {
    padding-top: .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: .25rem !important;
  }
  .pe-xxl-2 {
    padding-right: .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: .25rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: .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: .25rem !important;
  }
  .ps-xxl-2 {
    padding-left: .5rem !important;
  }
  .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
  .gap-xxl-0 {
    gap: 0 !important;
  }
  .gap-xxl-1 {
    gap: .25rem !important;
  }
  .gap-xxl-2 {
    gap: .5rem !important;
  }
  .gap-xxl-3 {
    gap: 1rem !important;
  }
  .gap-xxl-4 {
    gap: 1.5rem !important;
  }
  .gap-xxl-5 {
    gap: 3rem !important;
  }
  .row-gap-xxl-0 {
    row-gap: 0 !important;
  }
  .row-gap-xxl-1 {
    row-gap: .25rem !important;
  }
  .row-gap-xxl-2 {
    row-gap: .5rem !important;
  }
  .row-gap-xxl-3 {
    row-gap: 1rem !important;
  }
  .row-gap-xxl-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-xxl-5 {
    row-gap: 3rem !important;
  }
  .column-gap-xxl-0 {
    -moz-column-gap: 0 !important;
    column-gap: 0 !important;
  }
  .column-gap-xxl-1 {
    -moz-column-gap: 0.25rem !important;
    column-gap: .25rem !important;
  }
  .column-gap-xxl-2 {
    -moz-column-gap: 0.5rem !important;
    column-gap: .5rem !important;
  }
  .column-gap-xxl-3 {
    -moz-column-gap: 1rem !important;
    column-gap: 1rem !important;
  }
  .column-gap-xxl-4 {
    -moz-column-gap: 1.5rem !important;
    column-gap: 1.5rem !important;
  }
  .column-gap-xxl-5 {
    -moz-column-gap: 3rem !important;
    column-gap: 3rem !important;
  }
  .text-xxl-start {
    text-align: left !important;
  }
  .text-xxl-end {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width:1200px) {
  .fs-1 {
    font-size: 2.5rem !important;
  }
  .fs-2 {
    font-size: 2rem !important;
  }
  .fs-3 {
    font-size: 1.75rem !important;
  }
  .fs-4 {
    font-size: 1.5rem !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-inline-grid {
    display: inline-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;
  }
}

/* src/assets/icons/flaticon-uicons/css/regular/all.css */
@font-face {
  font-family: uicons-regular-rounded;
  src:
    url("./media/uicons-regular-rounded-DWTIAQ4L.woff2") format("woff2"),
    url("./media/uicons-regular-rounded-ZO56MB3L.woff") format("woff"),
    url("./media/uicons-regular-rounded-XQLH6AOV.eot#iefix") format("embedded-opentype");
  font-display: swap;
}
i[class^=fi-rr-]:before,
i[class*=" fi-rr-"]:before,
span[class^=fi-rr-]:before,
span[class*=fi-rr-]:before {
  font-family: uicons-regular-rounded !important;
  font-style: normal;
  font-weight: 400 !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fi-rr-0:before {
  content: "\f101";
}
.fi-rr-1:before {
  content: "\f102";
}
.fi-rr-2:before {
  content: "\f103";
}
.fi-rr-3:before {
  content: "\f104";
}
.fi-rr-360-degrees:before {
  content: "\f105";
}
.fi-rr-4:before {
  content: "\f106";
}
.fi-rr-5:before {
  content: "\f107";
}
.fi-rr-6:before {
  content: "\f108";
}
.fi-rr-7:before {
  content: "\f109";
}
.fi-rr-8:before {
  content: "\f10a";
}
.fi-rr-9:before {
  content: "\f10b";
}
.fi-rr-a:before {
  content: "\f10c";
}
.fi-rr-accident:before {
  content: "\f10d";
}
.fi-rr-acorn:before {
  content: "\f10e";
}
.fi-rr-ad:before {
  content: "\f10f";
}
.fi-rr-add-document:before {
  content: "\f110";
}
.fi-rr-add-folder:before {
  content: "\f111";
}
.fi-rr-add-image:before {
  content: "\f112";
}
.fi-rr-add:before {
  content: "\f113";
}
.fi-rr-address-book:before {
  content: "\f114";
}
.fi-rr-address-card:before {
  content: "\f115";
}
.fi-rr-admin-alt:before {
  content: "\f116";
}
.fi-rr-admin:before {
  content: "\f117";
}
.fi-rr-air-conditioner:before {
  content: "\f118";
}
.fi-rr-air-freshener:before {
  content: "\f119";
}
.fi-rr-airplane-journey:before {
  content: "\f11a";
}
.fi-rr-airplay:before {
  content: "\f11b";
}
.fi-rr-alarm-clock:before {
  content: "\f11c";
}
.fi-rr-alarm-exclamation:before {
  content: "\f11d";
}
.fi-rr-alarm-plus:before {
  content: "\f11e";
}
.fi-rr-alarm-snooze:before {
  content: "\f11f";
}
.fi-rr-album-circle-plus:before {
  content: "\f120";
}
.fi-rr-album-circle-user:before {
  content: "\f121";
}
.fi-rr-album-collection:before {
  content: "\f122";
}
.fi-rr-album:before {
  content: "\f123";
}
.fi-rr-algorithm:before {
  content: "\f124";
}
.fi-rr-alicorn:before {
  content: "\f125";
}
.fi-rr-alien:before {
  content: "\f126";
}
.fi-rr-align-center:before {
  content: "\f127";
}
.fi-rr-align-justify:before {
  content: "\f128";
}
.fi-rr-align-left:before {
  content: "\f129";
}
.fi-rr-align-slash:before {
  content: "\f12a";
}
.fi-rr-ambulance:before {
  content: "\f12b";
}
.fi-rr-anchor:before {
  content: "\f12c";
}
.fi-rr-angel:before {
  content: "\f12d";
}
.fi-rr-angle-90:before {
  content: "\f12e";
}
.fi-rr-angle-circle-down:before {
  content: "\f12f";
}
.fi-rr-angle-circle-left:before {
  content: "\f130";
}
.fi-rr-angle-circle-right:before {
  content: "\f131";
}
.fi-rr-angle-circle-up:before {
  content: "\f132";
}
.fi-rr-angle-double-left:before {
  content: "\f133";
}
.fi-rr-angle-double-right:before {
  content: "\f134";
}
.fi-rr-angle-double-small-down:before {
  content: "\f135";
}
.fi-rr-angle-double-small-left:before {
  content: "\f136";
}
.fi-rr-angle-double-small-right:before {
  content: "\f137";
}
.fi-rr-angle-double-small-up:before {
  content: "\f138";
}
.fi-rr-angle-down:before {
  content: "\f139";
}
.fi-rr-angle-left:before {
  content: "\f13a";
}
.fi-rr-angle-right:before {
  content: "\f13b";
}
.fi-rr-angle-small-down:before {
  content: "\f13c";
}
.fi-rr-angle-small-left:before {
  content: "\f13d";
}
.fi-rr-angle-small-right:before {
  content: "\f13e";
}
.fi-rr-angle-small-up:before {
  content: "\f13f";
}
.fi-rr-angle-square-down:before {
  content: "\f140";
}
.fi-rr-angle-square-left:before {
  content: "\f141";
}
.fi-rr-angle-square-right:before {
  content: "\f142";
}
.fi-rr-angle-square-up:before {
  content: "\f143";
}
.fi-rr-angle-up:before {
  content: "\f144";
}
.fi-rr-angle:before {
  content: "\f145";
}
.fi-rr-angry:before {
  content: "\f146";
}
.fi-rr-animated-icon:before {
  content: "\f147";
}
.fi-rr-answer-alt:before {
  content: "\f148";
}
.fi-rr-answer:before {
  content: "\f149";
}
.fi-rr-apartment:before {
  content: "\f14a";
}
.fi-rr-aperture:before {
  content: "\f14b";
}
.fi-rr-api:before {
  content: "\f14c";
}
.fi-rr-apple-core:before {
  content: "\f14d";
}
.fi-rr-apple-crate:before {
  content: "\f14e";
}
.fi-rr-apple-whole:before {
  content: "\f14f";
}
.fi-rr-apps-add:before {
  content: "\f150";
}
.fi-rr-apps-delete:before {
  content: "\f151";
}
.fi-rr-apps-sort:before {
  content: "\f152";
}
.fi-rr-apps:before {
  content: "\f153";
}
.fi-rr-archive:before {
  content: "\f154";
}
.fi-rr-archway:before {
  content: "\f155";
}
.fi-rr-arrow-alt-circle-down:before {
  content: "\f156";
}
.fi-rr-arrow-alt-circle-left:before {
  content: "\f157";
}
.fi-rr-arrow-alt-circle-right:before {
  content: "\f158";
}
.fi-rr-arrow-alt-circle-up:before {
  content: "\f159";
}
.fi-rr-arrow-alt-down:before {
  content: "\f15a";
}
.fi-rr-arrow-alt-from-bottom:before {
  content: "\f15b";
}
.fi-rr-arrow-alt-from-left:before {
  content: "\f15c";
}
.fi-rr-arrow-alt-from-right:before {
  content: "\f15d";
}
.fi-rr-arrow-alt-from-top:before {
  content: "\f15e";
}
.fi-rr-arrow-alt-left:before {
  content: "\f15f";
}
.fi-rr-arrow-alt-right:before {
  content: "\f160";
}
.fi-rr-arrow-alt-square-down:before {
  content: "\f161";
}
.fi-rr-arrow-alt-square-left:before {
  content: "\f162";
}
.fi-rr-arrow-alt-square-right:before {
  content: "\f163";
}
.fi-rr-arrow-alt-square-up:before {
  content: "\f164";
}
.fi-rr-arrow-alt-to-bottom:before {
  content: "\f165";
}
.fi-rr-arrow-alt-to-left:before {
  content: "\f166";
}
.fi-rr-arrow-alt-to-right:before {
  content: "\f167";
}
.fi-rr-arrow-alt-to-top:before {
  content: "\f168";
}
.fi-rr-arrow-alt-up:before {
  content: "\f169";
}
.fi-rr-arrow-circle-down:before {
  content: "\f16a";
}
.fi-rr-arrow-circle-left:before {
  content: "\f16b";
}
.fi-rr-arrow-circle-right:before {
  content: "\f16c";
}
.fi-rr-arrow-circle-up:before {
  content: "\f16d";
}
.fi-rr-arrow-down-from-dotted-line:before {
  content: "\f16e";
}
.fi-rr-arrow-down-left:before {
  content: "\f16f";
}
.fi-rr-arrow-down-small-big:before {
  content: "\f170";
}
.fi-rr-arrow-down-to-dotted-line:before {
  content: "\f171";
}
.fi-rr-arrow-down-to-square:before {
  content: "\f172";
}
.fi-rr-arrow-down-triangle-square:before {
  content: "\f173";
}
.fi-rr-arrow-down:before {
  content: "\f174";
}
.fi-rr-arrow-from-bottom:before {
  content: "\f175";
}
.fi-rr-arrow-from-left:before {
  content: "\f176";
}
.fi-rr-arrow-from-right:before {
  content: "\f177";
}
.fi-rr-arrow-from-top:before {
  content: "\f178";
}
.fi-rr-arrow-left-from-line:before {
  content: "\f179";
}
.fi-rr-arrow-left:before {
  content: "\f17a";
}
.fi-rr-arrow-progress:before {
  content: "\f17b";
}
.fi-rr-arrow-right-to-bracket:before {
  content: "\f17c";
}
.fi-rr-arrow-right:before {
  content: "\f17d";
}
.fi-rr-arrow-small-down:before {
  content: "\f17e";
}
.fi-rr-arrow-small-left:before {
  content: "\f17f";
}
.fi-rr-arrow-small-right:before {
  content: "\f180";
}
.fi-rr-arrow-small-up:before {
  content: "\f181";
}
.fi-rr-arrow-square-down:before {
  content: "\f182";
}
.fi-rr-arrow-square-left:before {
  content: "\f183";
}
.fi-rr-arrow-square-right:before {
  content: "\f184";
}
.fi-rr-arrow-square-up:before {
  content: "\f185";
}
.fi-rr-arrow-to-bottom:before {
  content: "\f186";
}
.fi-rr-arrow-to-left:before {
  content: "\f187";
}
.fi-rr-arrow-to-right:before {
  content: "\f188";
}
.fi-rr-arrow-to-top:before {
  content: "\f189";
}
.fi-rr-arrow-trend-down:before {
  content: "\f18a";
}
.fi-rr-arrow-trend-up:before {
  content: "\f18b";
}
.fi-rr-arrow-turn-down-left:before {
  content: "\f18c";
}
.fi-rr-arrow-turn-down-right:before {
  content: "\f18d";
}
.fi-rr-arrow-up-from-dotted-line:before {
  content: "\f18e";
}
.fi-rr-arrow-up-from-square:before {
  content: "\f18f";
}
.fi-rr-arrow-up-left-from-circle:before {
  content: "\f190";
}
.fi-rr-arrow-up-left:before {
  content: "\f191";
}
.fi-rr-arrow-up-right-and-arrow-down-left-from-center:before {
  content: "\f192";
}
.fi-rr-arrow-up-right-from-square:before {
  content: "\f193";
}
.fi-rr-arrow-up-right:before {
  content: "\f194";
}
.fi-rr-arrow-up-small-big:before {
  content: "\f195";
}
.fi-rr-arrow-up-square-triangle:before {
  content: "\f196";
}
.fi-rr-arrow-up-to-dotted-line:before {
  content: "\f197";
}
.fi-rr-arrow-up:before {
  content: "\f198";
}
.fi-rr-arrows-alt-h:before {
  content: "\f199";
}
.fi-rr-arrows-alt-v:before {
  content: "\f19a";
}
.fi-rr-arrows-alt:before {
  content: "\f19b";
}
.fi-rr-arrows-cross:before {
  content: "\f19c";
}
.fi-rr-arrows-from-dotted-line:before {
  content: "\f19d";
}
.fi-rr-arrows-from-line:before {
  content: "\f19e";
}
.fi-rr-arrows-h-copy:before {
  content: "\f19f";
}
.fi-rr-arrows-h:before {
  content: "\f1a0";
}
.fi-rr-arrows-repeat-1:before {
  content: "\f1a1";
}
.fi-rr-arrows-repeat:before {
  content: "\f1a2";
}
.fi-rr-arrows-retweet:before {
  content: "\f1a3";
}
.fi-rr-arrows-to-dotted-line:before {
  content: "\f1a4";
}
.fi-rr-arrows-to-eye:before {
  content: "\f1a5";
}
.fi-rr-arrows-to-line:before {
  content: "\f1a6";
}
.fi-rr-arrows:before {
  content: "\f1a7";
}
.fi-rr-artificial-intelligence:before {
  content: "\f1a8";
}
.fi-rr-assept-document:before {
  content: "\f1a9";
}
.fi-rr-assistive-listening-systems:before {
  content: "\f1aa";
}
.fi-rr-asterik:before {
  content: "\f1ab";
}
.fi-rr-at:before {
  content: "\f1ac";
}
.fi-rr-attribution-pen:before {
  content: "\f1ad";
}
.fi-rr-attribution-pencil:before {
  content: "\f1ae";
}
.fi-rr-aubergine:before {
  content: "\f1af";
}
.fi-rr-auction:before {
  content: "\f1b0";
}
.fi-rr-audio-description-slash:before {
  content: "\f1b1";
}
.fi-rr-audit-alt:before {
  content: "\f1b2";
}
.fi-rr-audit:before {
  content: "\f1b3";
}
.fi-rr-austral-sign:before {
  content: "\f1b4";
}
.fi-rr-avocado:before {
  content: "\f1b5";
}
.fi-rr-award:before {
  content: "\f1b6";
}
.fi-rr-axe-battle:before {
  content: "\f1b7";
}
.fi-rr-axe:before {
  content: "\f1b8";
}
.fi-rr-b:before {
  content: "\f1b9";
}
.fi-rr-baby-carriage:before {
  content: "\f1ba";
}
.fi-rr-baby:before {
  content: "\f1bb";
}
.fi-rr-background:before {
  content: "\f1bc";
}
.fi-rr-backpack:before {
  content: "\f1bd";
}
.fi-rr-bacon:before {
  content: "\f1be";
}
.fi-rr-bacteria:before {
  content: "\f1bf";
}
.fi-rr-bacterium:before {
  content: "\f1c0";
}
.fi-rr-badge-check:before {
  content: "\f1c1";
}
.fi-rr-badge-dollar:before {
  content: "\f1c2";
}
.fi-rr-badge-percent:before {
  content: "\f1c3";
}
.fi-rr-badge-sheriff:before {
  content: "\f1c4";
}
.fi-rr-badge:before {
  content: "\f1c5";
}
.fi-rr-badger-honey:before {
  content: "\f1c6";
}
.fi-rr-badminton:before {
  content: "\f1c7";
}
.fi-rr-bag-seedling:before {
  content: "\f1c8";
}
.fi-rr-bags-shopping:before {
  content: "\f1c9";
}
.fi-rr-baguette:before {
  content: "\f1ca";
}
.fi-rr-bahai:before {
  content: "\f1cb";
}
.fi-rr-baht-sign:before {
  content: "\f1cc";
}
.fi-rr-balance-scale-left:before {
  content: "\f1cd";
}
.fi-rr-balance-scale-right:before {
  content: "\f1ce";
}
.fi-rr-ball-pile:before {
  content: "\f1cf";
}
.fi-rr-ball:before {
  content: "\f1d0";
}
.fi-rr-balloon:before {
  content: "\f1d1";
}
.fi-rr-balloons:before {
  content: "\f1d2";
}
.fi-rr-ballot-check:before {
  content: "\f1d3";
}
.fi-rr-ballot:before {
  content: "\f1d4";
}
.fi-rr-ban-bug:before {
  content: "\f1d5";
}
.fi-rr-ban:before {
  content: "\f1d6";
}
.fi-rr-banana:before {
  content: "\f1d7";
}
.fi-rr-band-aid:before {
  content: "\f1d8";
}
.fi-rr-bangladeshi-taka-sign:before {
  content: "\f1d9";
}
.fi-rr-banjo:before {
  content: "\f1da";
}
.fi-rr-bank:before {
  content: "\f1db";
}
.fi-rr-barber-shop:before {
  content: "\f1dc";
}
.fi-rr-barcode-read:before {
  content: "\f1dd";
}
.fi-rr-barcode-scan:before {
  content: "\f1de";
}
.fi-rr-barcode:before {
  content: "\f1df";
}
.fi-rr-bars-filter:before {
  content: "\f1e0";
}
.fi-rr-bars-progress:before {
  content: "\f1e1";
}
.fi-rr-bars-sort:before {
  content: "\f1e2";
}
.fi-rr-bars-staggered:before {
  content: "\f1e3";
}
.fi-rr-baseball-alt:before {
  content: "\f1e4";
}
.fi-rr-baseball:before {
  content: "\f1e5";
}
.fi-rr-basket-shopping-simple:before {
  content: "\f1e6";
}
.fi-rr-basket:before {
  content: "\f1e7";
}
.fi-rr-basketball:before {
  content: "\f1e8";
}
.fi-rr-bat:before {
  content: "\f1e9";
}
.fi-rr-bath:before {
  content: "\f1ea";
}
.fi-rr-battery-bolt:before {
  content: "\f1eb";
}
.fi-rr-battery-empty:before {
  content: "\f1ec";
}
.fi-rr-battery-exclamation:before {
  content: "\f1ed";
}
.fi-rr-battery-full:before {
  content: "\f1ee";
}
.fi-rr-battery-half:before {
  content: "\f1ef";
}
.fi-rr-battery-quarter:before {
  content: "\f1f0";
}
.fi-rr-battery-slash:before {
  content: "\f1f1";
}
.fi-rr-battery-three-quarters:before {
  content: "\f1f2";
}
.fi-rr-beacon:before {
  content: "\f1f3";
}
.fi-rr-bed-alt:before {
  content: "\f1f4";
}
.fi-rr-bed-bunk:before {
  content: "\f1f5";
}
.fi-rr-bed-empty:before {
  content: "\f1f6";
}
.fi-rr-bed:before {
  content: "\f1f7";
}
.fi-rr-bee:before {
  content: "\f1f8";
}
.fi-rr-beer-mug-empty:before {
  content: "\f1f9";
}
.fi-rr-beer:before {
  content: "\f1fa";
}
.fi-rr-bell-concierge:before {
  content: "\f1fb";
}
.fi-rr-bell-ring:before {
  content: "\f1fc";
}
.fi-rr-bell-school:before {
  content: "\f1fd";
}
.fi-rr-bell-slash:before {
  content: "\f1fe";
}
.fi-rr-bell:before {
  content: "\f1ff";
}
.fi-rr-bells:before {
  content: "\f200";
}
.fi-rr-bench-tree:before {
  content: "\f201";
}
.fi-rr-betamax:before {
  content: "\f202";
}
.fi-rr-bicycle-journey:before {
  content: "\f203";
}
.fi-rr-bike:before {
  content: "\f204";
}
.fi-rr-biking-mountain:before {
  content: "\f205";
}
.fi-rr-biking:before {
  content: "\f206";
}
.fi-rr-billiard:before {
  content: "\f207";
}
.fi-rr-binary-circle-check:before {
  content: "\f208";
}
.fi-rr-binary-lock:before {
  content: "\f209";
}
.fi-rr-binary-slash:before {
  content: "\f20a";
}
.fi-rr-binary:before {
  content: "\f20b";
}
.fi-rr-binoculars:before {
  content: "\f20c";
}
.fi-rr-biohazard:before {
  content: "\f20d";
}
.fi-rr-bird:before {
  content: "\f20e";
}
.fi-rr-bitcoin-sign:before {
  content: "\f20f";
}
.fi-rr-blanket:before {
  content: "\f210";
}
.fi-rr-blender-phone:before {
  content: "\f211";
}
.fi-rr-blender:before {
  content: "\f212";
}
.fi-rr-blinds-open:before {
  content: "\f213";
}
.fi-rr-blinds-raised:before {
  content: "\f214";
}
.fi-rr-blinds:before {
  content: "\f215";
}
.fi-rr-block-brick:before {
  content: "\f216";
}
.fi-rr-block-question:before {
  content: "\f217";
}
.fi-rr-block-quote:before {
  content: "\f218";
}
.fi-rr-block:before {
  content: "\f219";
}
.fi-rr-blog-pencil:before {
  content: "\f21a";
}
.fi-rr-blog-text:before {
  content: "\f21b";
}
.fi-rr-blueberries:before {
  content: "\f21c";
}
.fi-rr-bold:before {
  content: "\f21d";
}
.fi-rr-bolt-auto:before {
  content: "\f21e";
}
.fi-rr-bolt-slash:before {
  content: "\f21f";
}
.fi-rr-bolt:before {
  content: "\f220";
}
.fi-rr-bomb:before {
  content: "\f221";
}
.fi-rr-bone-break:before {
  content: "\f222";
}
.fi-rr-bone:before {
  content: "\f223";
}
.fi-rr-bong:before {
  content: "\f224";
}
.fi-rr-book-alt:before {
  content: "\f225";
}
.fi-rr-book-arrow-right:before {
  content: "\f226";
}
.fi-rr-book-arrow-up:before {
  content: "\f227";
}
.fi-rr-book-atlas:before {
  content: "\f228";
}
.fi-rr-book-bookmark:before {
  content: "\f229";
}
.fi-rr-book-circle-arrow-right:before {
  content: "\f22a";
}
.fi-rr-book-circle-arrow-up:before {
  content: "\f22b";
}
.fi-rr-book-copy:before {
  content: "\f22c";
}
.fi-rr-book-dead:before {
  content: "\f22d";
}
.fi-rr-book-font:before {
  content: "\f22e";
}
.fi-rr-book-medical:before {
  content: "\f22f";
}
.fi-rr-book-open-cover:before {
  content: "\f230";
}
.fi-rr-book-open-reader:before {
  content: "\f231";
}
.fi-rr-book-quran:before {
  content: "\f232";
}
.fi-rr-book-section:before {
  content: "\f233";
}
.fi-rr-book-spells:before {
  content: "\f234";
}
.fi-rr-book-tanakh:before {
  content: "\f235";
}
.fi-rr-book-user:before {
  content: "\f236";
}
.fi-rr-book:before {
  content: "\f237";
}
.fi-rr-bookmark-slash:before {
  content: "\f238";
}
.fi-rr-bookmark:before {
  content: "\f239";
}
.fi-rr-books-medical:before {
  content: "\f23a";
}
.fi-rr-books:before {
  content: "\f23b";
}
.fi-rr-boot-heeled:before {
  content: "\f23c";
}
.fi-rr-boot:before {
  content: "\f23d";
}
.fi-rr-border-all:before {
  content: "\f23e";
}
.fi-rr-border-bottom:before {
  content: "\f23f";
}
.fi-rr-border-center-h:before {
  content: "\f240";
}
.fi-rr-border-center-v:before {
  content: "\f241";
}
.fi-rr-border-inner:before {
  content: "\f242";
}
.fi-rr-border-left:before {
  content: "\f243";
}
.fi-rr-border-none:before {
  content: "\f244";
}
.fi-rr-border-outer:before {
  content: "\f245";
}
.fi-rr-border-right:before {
  content: "\f246";
}
.fi-rr-border-style-alt:before {
  content: "\f247";
}
.fi-rr-border-style:before {
  content: "\f248";
}
.fi-rr-border-top:before {
  content: "\f249";
}
.fi-rr-boss:before {
  content: "\f24a";
}
.fi-rr-bottle-droplet:before {
  content: "\f24b";
}
.fi-rr-bottle:before {
  content: "\f24c";
}
.fi-rr-bow-arrow:before {
  content: "\f24d";
}
.fi-rr-bowl-chopsticks-noodles:before {
  content: "\f24e";
}
.fi-rr-bowl-chopsticks:before {
  content: "\f24f";
}
.fi-rr-bowl-rice:before {
  content: "\f250";
}
.fi-rr-bowl-scoop:before {
  content: "\f251";
}
.fi-rr-bowl-scoops:before {
  content: "\f252";
}
.fi-rr-bowl-soft-serve:before {
  content: "\f253";
}
.fi-rr-bowl-spoon:before {
  content: "\f254";
}
.fi-rr-bowling-ball:before {
  content: "\f255";
}
.fi-rr-bowling-pins:before {
  content: "\f256";
}
.fi-rr-bowling:before {
  content: "\f257";
}
.fi-rr-box-alt:before {
  content: "\f258";
}
.fi-rr-box-ballot:before {
  content: "\f259";
}
.fi-rr-box-check:before {
  content: "\f25a";
}
.fi-rr-box-circle-check:before {
  content: "\f25b";
}
.fi-rr-box-dollar:before {
  content: "\f25c";
}
.fi-rr-box-fragile:before {
  content: "\f25d";
}
.fi-rr-box-heart:before {
  content: "\f25e";
}
.fi-rr-box-open-full:before {
  content: "\f25f";
}
.fi-rr-box-open:before {
  content: "\f260";
}
.fi-rr-box-tissue:before {
  content: "\f261";
}
.fi-rr-box-up:before {
  content: "\f262";
}
.fi-rr-box:before {
  content: "\f263";
}
.fi-rr-boxes:before {
  content: "\f264";
}
.fi-rr-boxing-glove:before {
  content: "\f265";
}
.fi-rr-bracket-curly-right:before {
  content: "\f266";
}
.fi-rr-bracket-curly:before {
  content: "\f267";
}
.fi-rr-bracket-round-right:before {
  content: "\f268";
}
.fi-rr-bracket-round:before {
  content: "\f269";
}
.fi-rr-bracket-square-right:before {
  content: "\f26a";
}
.fi-rr-bracket-square:before {
  content: "\f26b";
}
.fi-rr-brackets-curly:before {
  content: "\f26c";
}
.fi-rr-brackets-round:before {
  content: "\f26d";
}
.fi-rr-brackets-square:before {
  content: "\f26e";
}
.fi-rr-braille-a:before {
  content: "\f26f";
}
.fi-rr-braille-b:before {
  content: "\f270";
}
.fi-rr-braille-c:before {
  content: "\f271";
}
.fi-rr-braille-d:before {
  content: "\f272";
}
.fi-rr-braille-e:before {
  content: "\f273";
}
.fi-rr-braille-g:before {
  content: "\f274";
}
.fi-rr-braille-h:before {
  content: "\f275";
}
.fi-rr-braille-i:before {
  content: "\f276";
}
.fi-rr-braille-j:before {
  content: "\f277";
}
.fi-rr-braille-k:before {
  content: "\f278";
}
.fi-rr-braille-l:before {
  content: "\f279";
}
.fi-rr-braille-m:before {
  content: "\f27a";
}
.fi-rr-braille-n-alt:before {
  content: "\f27b";
}
.fi-rr-braille-n:before {
  content: "\f27c";
}
.fi-rr-braille-o:before {
  content: "\f27d";
}
.fi-rr-braille-p:before {
  content: "\f27e";
}
.fi-rr-braille-q:before {
  content: "\f27f";
}
.fi-rr-braille-r:before {
  content: "\f280";
}
.fi-rr-braille-s:before {
  content: "\f281";
}
.fi-rr-braille-t:before {
  content: "\f282";
}
.fi-rr-braille-u:before {
  content: "\f283";
}
.fi-rr-braille-v:before {
  content: "\f284";
}
.fi-rr-braille-w:before {
  content: "\f285";
}
.fi-rr-braille-x:before {
  content: "\f286";
}
.fi-rr-braille-y:before {
  content: "\f287";
}
.fi-rr-braille-z:before {
  content: "\f288";
}
.fi-rr-braille:before {
  content: "\f289";
}
.fi-rr-brain-circuit:before {
  content: "\f28a";
}
.fi-rr-brain:before {
  content: "\f28b";
}
.fi-rr-bread-loaf:before {
  content: "\f28c";
}
.fi-rr-bread-slice-butter:before {
  content: "\f28d";
}
.fi-rr-bread-slice:before {
  content: "\f28e";
}
.fi-rr-bread:before {
  content: "\f28f";
}
.fi-rr-briefcase-arrow-right:before {
  content: "\f290";
}
.fi-rr-briefcase-blank:before {
  content: "\f291";
}
.fi-rr-briefcase:before {
  content: "\f292";
}
.fi-rr-brightness-low:before {
  content: "\f293";
}
.fi-rr-brightness:before {
  content: "\f294";
}
.fi-rr-bring-forward:before {
  content: "\f295";
}
.fi-rr-bring-front:before {
  content: "\f296";
}
.fi-rr-broadcast-tower:before {
  content: "\f297";
}
.fi-rr-broccoli:before {
  content: "\f298";
}
.fi-rr-broken-image:before {
  content: "\f299";
}
.fi-rr-broom-ball:before {
  content: "\f29a";
}
.fi-rr-broom:before {
  content: "\f29b";
}
.fi-rr-browser-ui:before {
  content: "\f29c";
}
.fi-rr-browser:before {
  content: "\f29d";
}
.fi-rr-browsers:before {
  content: "\f29e";
}
.fi-rr-brush:before {
  content: "\f29f";
}
.fi-rr-bucket:before {
  content: "\f2a0";
}
.fi-rr-budget-alt:before {
  content: "\f2a1";
}
.fi-rr-budget:before {
  content: "\f2a2";
}
.fi-rr-bug-slash:before {
  content: "\f2a3";
}
.fi-rr-bug:before {
  content: "\f2a4";
}
.fi-rr-bugs:before {
  content: "\f2a5";
}
.fi-rr-build-alt:before {
  content: "\f2a6";
}
.fi-rr-build:before {
  content: "\f2a7";
}
.fi-rr-building-ngo:before {
  content: "\f2a8";
}
.fi-rr-building:before {
  content: "\f2a9";
}
.fi-rr-bulb:before {
  content: "\f2aa";
}
.fi-rr-bullet:before {
  content: "\f2ab";
}
.fi-rr-bullhorn:before {
  content: "\f2ac";
}
.fi-rr-bullseye-arrow:before {
  content: "\f2ad";
}
.fi-rr-bullseye-pointer:before {
  content: "\f2ae";
}
.fi-rr-bullseye:before {
  content: "\f2af";
}
.fi-rr-burger-alt:before {
  content: "\f2b0";
}
.fi-rr-burger-fries:before {
  content: "\f2b1";
}
.fi-rr-burger-glass:before {
  content: "\f2b2";
}
.fi-rr-burrito:before {
  content: "\f2b3";
}
.fi-rr-bus-alt:before {
  content: "\f2b4";
}
.fi-rr-bus:before {
  content: "\f2b5";
}
.fi-rr-business-time:before {
  content: "\f2b6";
}
.fi-rr-Butter:before {
  content: "\f2b7";
}
.fi-rr-butterfly:before {
  content: "\f2b8";
}
.fi-rr-c:before {
  content: "\f2b9";
}
.fi-rr-cabin:before {
  content: "\f2ba";
}
.fi-rr-cactus:before {
  content: "\f2bb";
}
.fi-rr-cake-birthday:before {
  content: "\f2bc";
}
.fi-rr-cake-slice:before {
  content: "\f2bd";
}
.fi-rr-cake-wedding:before {
  content: "\f2be";
}
.fi-rr-calculator-bill:before {
  content: "\f2bf";
}
.fi-rr-calculator-money:before {
  content: "\f2c0";
}
.fi-rr-calculator-simple:before {
  content: "\f2c1";
}
.fi-rr-calculator:before {
  content: "\f2c2";
}
.fi-rr-calendar-arrow-down:before {
  content: "\f2c3";
}
.fi-rr-calendar-arrow-up:before {
  content: "\f2c4";
}
.fi-rr-calendar-check:before {
  content: "\f2c5";
}
.fi-rr-calendar-clock:before {
  content: "\f2c6";
}
.fi-rr-calendar-day:before {
  content: "\f2c7";
}
.fi-rr-calendar-days:before {
  content: "\f2c8";
}
.fi-rr-calendar-exclamation:before {
  content: "\f2c9";
}
.fi-rr-calendar-heart:before {
  content: "\f2ca";
}
.fi-rr-calendar-image:before {
  content: "\f2cb";
}
.fi-rr-calendar-lines-pen:before {
  content: "\f2cc";
}
.fi-rr-calendar-lines:before {
  content: "\f2cd";
}
.fi-rr-calendar-minus:before {
  content: "\f2ce";
}
.fi-rr-calendar-pen:before {
  content: "\f2cf";
}
.fi-rr-calendar-plus:before {
  content: "\f2d0";
}
.fi-rr-calendar-star:before {
  content: "\f2d1";
}
.fi-rr-calendar-week:before {
  content: "\f2d2";
}
.fi-rr-calendar-xmark:before {
  content: "\f2d3";
}
.fi-rr-calendar:before {
  content: "\f2d4";
}
.fi-rr-calendars:before {
  content: "\f2d5";
}
.fi-rr-call-history:before {
  content: "\f2d6";
}
.fi-rr-call-incoming:before {
  content: "\f2d7";
}
.fi-rr-call-missed:before {
  content: "\f2d8";
}
.fi-rr-call-outgoing:before {
  content: "\f2d9";
}
.fi-rr-camcorder:before {
  content: "\f2da";
}
.fi-rr-camera-cctv:before {
  content: "\f2db";
}
.fi-rr-camera-movie:before {
  content: "\f2dc";
}
.fi-rr-camera-retro:before {
  content: "\f2dd";
}
.fi-rr-camera-rotate:before {
  content: "\f2de";
}
.fi-rr-camera-security:before {
  content: "\f2df";
}
.fi-rr-camera-slash:before {
  content: "\f2e0";
}
.fi-rr-camera-viewfinder:before {
  content: "\f2e1";
}
.fi-rr-camera:before {
  content: "\f2e2";
}
.fi-rr-campfire:before {
  content: "\f2e3";
}
.fi-rr-camping:before {
  content: "\f2e4";
}
.fi-rr-can-food:before {
  content: "\f2e5";
}
.fi-rr-candle-holder:before {
  content: "\f2e6";
}
.fi-rr-candy-alt:before {
  content: "\f2e7";
}
.fi-rr-candy-bar:before {
  content: "\f2e8";
}
.fi-rr-candy-cane:before {
  content: "\f2e9";
}
.fi-rr-candy-corn:before {
  content: "\f2ea";
}
.fi-rr-candy-sweet:before {
  content: "\f2eb";
}
.fi-rr-candy:before {
  content: "\f2ec";
}
.fi-rr-Cannabis:before {
  content: "\f2ed";
}
.fi-rr-canned-food:before {
  content: "\f2ee";
}
.fi-rr-capsules:before {
  content: "\f2ef";
}
.fi-rr-car-alt:before {
  content: "\f2f0";
}
.fi-rr-car-battery:before {
  content: "\f2f1";
}
.fi-rr-car-bolt:before {
  content: "\f2f2";
}
.fi-rr-car-building:before {
  content: "\f2f3";
}
.fi-rr-car-bump:before {
  content: "\f2f4";
}
.fi-rr-car-bus:before {
  content: "\f2f5";
}
.fi-rr-car-circle-bolt:before {
  content: "\f2f6";
}
.fi-rr-car-crash:before {
  content: "\f2f7";
}
.fi-rr-car-garage:before {
  content: "\f2f8";
}
.fi-rr-car-journey:before {
  content: "\f2f9";
}
.fi-rr-car-mechanic:before {
  content: "\f2fa";
}
.fi-rr-car-rear:before {
  content: "\f2fb";
}
.fi-rr-car-side-bolt:before {
  content: "\f2fc";
}
.fi-rr-car-side:before {
  content: "\f2fd";
}
.fi-rr-car-tilt:before {
  content: "\f2fe";
}
.fi-rr-car-wash:before {
  content: "\f2ff";
}
.fi-rr-car:before {
  content: "\f300";
}
.fi-rr-caravan-alt:before {
  content: "\f301";
}
.fi-rr-caravan:before {
  content: "\f302";
}
.fi-rr-card-club:before {
  content: "\f303";
}
.fi-rr-card-diamond:before {
  content: "\f304";
}
.fi-rr-card-heart:before {
  content: "\f305";
}
.fi-rr-card-spade:before {
  content: "\f306";
}
.fi-rr-caret-circle-down:before {
  content: "\f307";
}
.fi-rr-caret-circle-right:before {
  content: "\f308";
}
.fi-rr-caret-circle-up:before {
  content: "\f309";
}
.fi-rr-caret-down:before {
  content: "\f30a";
}
.fi-rr-caret-left:before {
  content: "\f30b";
}
.fi-rr-caret-quare-up:before {
  content: "\f30c";
}
.fi-rr-caret-right:before {
  content: "\f30d";
}
.fi-rr-caret-square-down:before {
  content: "\f30e";
}
.fi-rr-caret-square-left_1:before {
  content: "\f30f";
}
.fi-rr-caret-square-left:before {
  content: "\f310";
}
.fi-rr-caret-square-right:before {
  content: "\f311";
}
.fi-rr-caret-up:before {
  content: "\f312";
}
.fi-rr-carrot:before {
  content: "\f313";
}
.fi-rr-cars-crash:before {
  content: "\f314";
}
.fi-rr-cars:before {
  content: "\f315";
}
.fi-rr-cart-arrow-down:before {
  content: "\f316";
}
.fi-rr-cart-minus:before {
  content: "\f317";
}
.fi-rr-cart-shopping-fast:before {
  content: "\f318";
}
.fi-rr-cash-register:before {
  content: "\f319";
}
.fi-rr-cassette-tape:before {
  content: "\f31a";
}
.fi-rr-cassette-vhs:before {
  content: "\f31b";
}
.fi-rr-castle:before {
  content: "\f31c";
}
.fi-rr-cat-space:before {
  content: "\f31d";
}
.fi-rr-cat:before {
  content: "\f31e";
}
.fi-rr-catalog-alt:before {
  content: "\f31f";
}
.fi-rr-catalog-magazine:before {
  content: "\f320";
}
.fi-rr-catalog:before {
  content: "\f321";
}
.fi-rr-category-alt:before {
  content: "\f322";
}
.fi-rr-category:before {
  content: "\f323";
}
.fi-rr-cauldron:before {
  content: "\f324";
}
.fi-rr-cedi-sign:before {
  content: "\f325";
}
.fi-rr-cello:before {
  content: "\f326";
}
.fi-rr-cent-sign:before {
  content: "\f327";
}
.fi-rr-chair-office:before {
  content: "\f328";
}
.fi-rr-chair:before {
  content: "\f329";
}
.fi-rr-chalkboard-user:before {
  content: "\f32a";
}
.fi-rr-challenge-alt:before {
  content: "\f32b";
}
.fi-rr-challenge:before {
  content: "\f32c";
}
.fi-rr-charging-station:before {
  content: "\f32d";
}
.fi-rr-chart-area:before {
  content: "\f32e";
}
.fi-rr-chart-bullet:before {
  content: "\f32f";
}
.fi-rr-chart-candlestick:before {
  content: "\f330";
}
.fi-rr-chart-connected:before {
  content: "\f331";
}
.fi-rr-chart-gantt:before {
  content: "\f332";
}
.fi-rr-chart-histogram:before {
  content: "\f333";
}
.fi-rr-chart-line-up:before {
  content: "\f334";
}
.fi-rr-chart-mixed:before {
  content: "\f335";
}
.fi-rr-chart-network:before {
  content: "\f336";
}
.fi-rr-chart-pie-alt:before {
  content: "\f337";
}
.fi-rr-chart-pie:before {
  content: "\f338";
}
.fi-rr-chart-pyramid:before {
  content: "\f339";
}
.fi-rr-chart-radar:before {
  content: "\f33a";
}
.fi-rr-chart-scatter-3d:before {
  content: "\f33b";
}
.fi-rr-chart-scatter-bubble:before {
  content: "\f33c";
}
.fi-rr-chart-scatter:before {
  content: "\f33d";
}
.fi-rr-chart-set-theory:before {
  content: "\f33e";
}
.fi-rr-chart-simple-horizontal:before {
  content: "\f33f";
}
.fi-rr-chart-simple:before {
  content: "\f340";
}
.fi-rr-chart-tree-map:before {
  content: "\f341";
}
.fi-rr-chart-tree:before {
  content: "\f342";
}
.fi-rr-chart-user:before {
  content: "\f343";
}
.fi-rr-chart-waterfall:before {
  content: "\f344";
}
.fi-rr-chat-arrow-down:before {
  content: "\f345";
}
.fi-rr-chat-arrow-grow:before {
  content: "\f346";
}
.fi-rr-chatbot-speech-bubble:before {
  content: "\f347";
}
.fi-rr-chatbot:before {
  content: "\f348";
}
.fi-rr-check-circle:before {
  content: "\f349";
}
.fi-rr-check-double:before {
  content: "\f34a";
}
.fi-rr-check:before {
  content: "\f34b";
}
.fi-rr-checkbox:before {
  content: "\f34c";
}
.fi-rr-cheese-alt:before {
  content: "\f34d";
}
.fi-rr-cheese:before {
  content: "\f34e";
}
.fi-rr-cheeseburger:before {
  content: "\f34f";
}
.fi-rr-cherry:before {
  content: "\f350";
}
.fi-rr-chess-bishop:before {
  content: "\f351";
}
.fi-rr-chess-board:before {
  content: "\f352";
}
.fi-rr-chess-clock-alt:before {
  content: "\f353";
}
.fi-rr-chess-clock:before {
  content: "\f354";
}
.fi-rr-chess-king-alt:before {
  content: "\f355";
}
.fi-rr-chess-king:before {
  content: "\f356";
}
.fi-rr-chess-knight-alt:before {
  content: "\f357";
}
.fi-rr-chess-knight:before {
  content: "\f358";
}
.fi-rr-chess-pawn-alt:before {
  content: "\f359";
}
.fi-rr-chess-piece:before {
  content: "\f35a";
}
.fi-rr-chess-queen-alt:before {
  content: "\f35b";
}
.fi-rr-chess-queen:before {
  content: "\f35c";
}
.fi-rr-chess-rook-alt:before {
  content: "\f35d";
}
.fi-rr-chess-rook:before {
  content: "\f35e";
}
.fi-rr-chess:before {
  content: "\f35f";
}
.fi-rr-chevron-double-down:before {
  content: "\f360";
}
.fi-rr-chevron-double-up:before {
  content: "\f361";
}
.fi-rr-child-head:before {
  content: "\f362";
}
.fi-rr-child:before {
  content: "\f363";
}
.fi-rr-chimney:before {
  content: "\f364";
}
.fi-rr-chocolate:before {
  content: "\f365";
}
.fi-rr-choose-alt:before {
  content: "\f366";
}
.fi-rr-choose:before {
  content: "\f367";
}
.fi-rr-circle-0:before {
  content: "\f368";
}
.fi-rr-circle-1:before {
  content: "\f369";
}
.fi-rr-circle-2:before {
  content: "\f36a";
}
.fi-rr-circle-3:before {
  content: "\f36b";
}
.fi-rr-circle-4:before {
  content: "\f36c";
}
.fi-rr-circle-5:before {
  content: "\f36d";
}
.fi-rr-circle-6:before {
  content: "\f36e";
}
.fi-rr-circle-7:before {
  content: "\f36f";
}
.fi-rr-circle-8:before {
  content: "\f370";
}
.fi-rr-circle-9:before {
  content: "\f371";
}
.fi-rr-circle-a:before {
  content: "\f372";
}
.fi-rr-circle-b:before {
  content: "\f373";
}
.fi-rr-circle-bolt:before {
  content: "\f374";
}
.fi-rr-circle-book-open:before {
  content: "\f375";
}
.fi-rr-circle-bookmark:before {
  content: "\f376";
}
.fi-rr-circle-c:before {
  content: "\f377";
}
.fi-rr-circle-calendar:before {
  content: "\f378";
}
.fi-rr-circle-camera:before {
  content: "\f379";
}
.fi-rr-circle-d:before {
  content: "\f37a";
}
.fi-rr-circle-dashed:before {
  content: "\f37b";
}
.fi-rr-circle-e:before {
  content: "\f37c";
}
.fi-rr-circle-ellipsis-vertical:before {
  content: "\f37d";
}
.fi-rr-circle-ellipsis:before {
  content: "\f37e";
}
.fi-rr-circle-envelope:before {
  content: "\f37f";
}
.fi-rr-circle-exclamation-check:before {
  content: "\f380";
}
.fi-rr-circle-f:before {
  content: "\f381";
}
.fi-rr-circle-g:before {
  content: "\f382";
}
.fi-rr-circle-h:before {
  content: "\f383";
}
.fi-rr-circle-half-stroke:before {
  content: "\f384";
}
.fi-rr-circle-half:before {
  content: "\f385";
}
.fi-rr-circle-heart:before {
  content: "\f386";
}
.fi-rr-circle-i:before {
  content: "\f387";
}
.fi-rr-circle-j:before {
  content: "\f388";
}
.fi-rr-circle-k:before {
  content: "\f389";
}
.fi-rr-circle-l:before {
  content: "\f38a";
}
.fi-rr-circle-m:before {
  content: "\f38b";
}
.fi-rr-circle-microphone-lines:before {
  content: "\f38c";
}
.fi-rr-circle-microphone:before {
  content: "\f38d";
}
.fi-rr-circle-n:before {
  content: "\f38e";
}
.fi-rr-circle-o:before {
  content: "\f38f";
}
.fi-rr-circle-p:before {
  content: "\f390";
}
.fi-rr-circle-phone-flip:before {
  content: "\f391";
}
.fi-rr-circle-phone-hangup:before {
  content: "\f392";
}
.fi-rr-circle-phone:before {
  content: "\f393";
}
.fi-rr-circle-q:before {
  content: "\f394";
}
.fi-rr-circle-quarter:before {
  content: "\f395";
}
.fi-rr-circle-quarters-alt:before {
  content: "\f396";
}
.fi-rr-circle-r:before {
  content: "\f397";
}
.fi-rr-circle-s:before {
  content: "\f398";
}
.fi-rr-circle-small:before {
  content: "\f399";
}
.fi-rr-circle-star:before {
  content: "\f39a";
}
.fi-rr-circle-t:before {
  content: "\f39b";
}
.fi-rr-circle-three-quarters:before {
  content: "\f39c";
}
.fi-rr-circle-trash:before {
  content: "\f39d";
}
.fi-rr-circle-u:before {
  content: "\f39e";
}
.fi-rr-circle-user:before {
  content: "\f39f";
}
.fi-rr-circle-v:before {
  content: "\f3a0";
}
.fi-rr-circle-video:before {
  content: "\f3a1";
}
.fi-rr-circle-w:before {
  content: "\f3a2";
}
.fi-rr-circle-waveform-lines:before {
  content: "\f3a3";
}
.fi-rr-circle-x:before {
  content: "\f3a4";
}
.fi-rr-circle-xmark:before {
  content: "\f3a5";
}
.fi-rr-circle-y:before {
  content: "\f3a6";
}
.fi-rr-circle-z:before {
  content: "\f3a7";
}
.fi-rr-circle:before {
  content: "\f3a8";
}
.fi-rr-citrus-slice:before {
  content: "\f3a9";
}
.fi-rr-citrus:before {
  content: "\f3aa";
}
.fi-rr-city:before {
  content: "\f3ab";
}
.fi-rr-clapperboard-play:before {
  content: "\f3ac";
}
.fi-rr-clapperboard:before {
  content: "\f3ad";
}
.fi-rr-clarinet:before {
  content: "\f3ae";
}
.fi-rr-claw-marks:before {
  content: "\f3af";
}
.fi-rr-clear-alt:before {
  content: "\f3b0";
}
.fi-rr-clip:before {
  content: "\f3b1";
}
.fi-rr-clipboard-check:before {
  content: "\f3b2";
}
.fi-rr-clipboard-list-check:before {
  content: "\f3b3";
}
.fi-rr-clipboard-list:before {
  content: "\f3b4";
}
.fi-rr-clipboard-prescription:before {
  content: "\f3b5";
}
.fi-rr-clipboard-user:before {
  content: "\f3b6";
}
.fi-rr-clipboard:before {
  content: "\f3b7";
}
.fi-rr-clock-desk:before {
  content: "\f3b8";
}
.fi-rr-clock-eight-thirty:before {
  content: "\f3b9";
}
.fi-rr-clock-eleven-thirty:before {
  content: "\f3ba";
}
.fi-rr-clock-eleven:before {
  content: "\f3bb";
}
.fi-rr-clock-five-thirty:before {
  content: "\f3bc";
}
.fi-rr-clock-five:before {
  content: "\f3bd";
}
.fi-rr-clock-four-thirty:before {
  content: "\f3be";
}
.fi-rr-clock-nine-thirty:before {
  content: "\f3bf";
}
.fi-rr-clock-nine:before {
  content: "\f3c0";
}
.fi-rr-clock-one-thirty:before {
  content: "\f3c1";
}
.fi-rr-clock-one:before {
  content: "\f3c2";
}
.fi-rr-clock-seven-thirty:before {
  content: "\f3c3";
}
.fi-rr-clock-seven:before {
  content: "\f3c4";
}
.fi-rr-clock-six-thirty:before {
  content: "\f3c5";
}
.fi-rr-clock-six:before {
  content: "\f3c6";
}
.fi-rr-clock-ten-thirty:before {
  content: "\f3c7";
}
.fi-rr-clock-ten:before {
  content: "\f3c8";
}
.fi-rr-clock-three-thirty:before {
  content: "\f3c9";
}
.fi-rr-clock-three:before {
  content: "\f3ca";
}
.fi-rr-clock-twelve-thirty:before {
  content: "\f3cb";
}
.fi-rr-clock-twelve:before {
  content: "\f3cc";
}
.fi-rr-clock-two-thirty:before {
  content: "\f3cd";
}
.fi-rr-clock-two:before {
  content: "\f3ce";
}
.fi-rr-clock:before {
  content: "\f3cf";
}
.fi-rr-clone:before {
  content: "\f3d0";
}
.fi-rr-closed-captioning-slash:before {
  content: "\f3d1";
}
.fi-rr-clothes-hanger:before {
  content: "\f3d2";
}
.fi-rr-cloud-check:before {
  content: "\f3d3";
}
.fi-rr-cloud-code:before {
  content: "\f3d4";
}
.fi-rr-cloud-disabled:before {
  content: "\f3d5";
}
.fi-rr-cloud-download-alt:before {
  content: "\f3d6";
}
.fi-rr-cloud-download:before {
  content: "\f3d7";
}
.fi-rr-cloud-drizzle:before {
  content: "\f3d8";
}
.fi-rr-cloud-exclamation:before {
  content: "\f3d9";
}
.fi-rr-cloud-hail-mixed:before {
  content: "\f3da";
}
.fi-rr-cloud-hail:before {
  content: "\f3db";
}
.fi-rr-cloud-meatball:before {
  content: "\f3dc";
}
.fi-rr-cloud-moon-rain:before {
  content: "\f3dd";
}
.fi-rr-cloud-moon:before {
  content: "\f3de";
}
.fi-rr-cloud-question:before {
  content: "\f3df";
}
.fi-rr-cloud-rain:before {
  content: "\f3e0";
}
.fi-rr-cloud-rainbow:before {
  content: "\f3e1";
}
.fi-rr-cloud-share:before {
  content: "\f3e2";
}
.fi-rr-cloud-showers-heavy:before {
  content: "\f3e3";
}
.fi-rr-cloud-showers:before {
  content: "\f3e4";
}
.fi-rr-cloud-sleet:before {
  content: "\f3e5";
}
.fi-rr-cloud-snow:before {
  content: "\f3e6";
}
.fi-rr-cloud-sun-rain:before {
  content: "\f3e7";
}
.fi-rr-cloud-sun:before {
  content: "\f3e8";
}
.fi-rr-cloud-upload-alt:before {
  content: "\f3e9";
}
.fi-rr-cloud-upload:before {
  content: "\f3ea";
}
.fi-rr-cloud:before {
  content: "\f3eb";
}
.fi-rr-clouds-moon:before {
  content: "\f3ec";
}
.fi-rr-clouds-sun:before {
  content: "\f3ed";
}
.fi-rr-clouds:before {
  content: "\f3ee";
}
.fi-rr-clover-alt:before {
  content: "\f3ef";
}
.fi-rr-club:before {
  content: "\f3f0";
}
.fi-rr-cocktail-alt:before {
  content: "\f3f1";
}
.fi-rr-cocktail:before {
  content: "\f3f2";
}
.fi-rr-coconut:before {
  content: "\f3f3";
}
.fi-rr-code-branch:before {
  content: "\f3f4";
}
.fi-rr-code-commit:before {
  content: "\f3f5";
}
.fi-rr-code-compare:before {
  content: "\f3f6";
}
.fi-rr-code-fork:before {
  content: "\f3f7";
}
.fi-rr-code-merge:before {
  content: "\f3f8";
}
.fi-rr-code-pull-request-closed:before {
  content: "\f3f9";
}
.fi-rr-code-pull-request-draft:before {
  content: "\f3fa";
}
.fi-rr-code-pull-request:before {
  content: "\f3fb";
}
.fi-rr-code-simple:before {
  content: "\f3fc";
}
.fi-rr-coffee-bean:before {
  content: "\f3fd";
}
.fi-rr-coffee-beans:before {
  content: "\f3fe";
}
.fi-rr-coffee-pot:before {
  content: "\f3ff";
}
.fi-rr-coffee:before {
  content: "\f400";
}
.fi-rr-coffin-cross:before {
  content: "\f401";
}
.fi-rr-coffin:before {
  content: "\f402";
}
.fi-rr-coin-up-arrow:before {
  content: "\f403";
}
.fi-rr-coin:before {
  content: "\f404";
}
.fi-rr-coins:before {
  content: "\f405";
}
.fi-rr-colon-sign:before {
  content: "\f406";
}
.fi-rr-columns-3:before {
  content: "\f407";
}
.fi-rr-comet:before {
  content: "\f408";
}
.fi-rr-command:before {
  content: "\f409";
}
.fi-rr-comment-alt-check:before {
  content: "\f40a";
}
.fi-rr-comment-alt-dots:before {
  content: "\f40b";
}
.fi-rr-comment-alt-edit:before {
  content: "\f40c";
}
.fi-rr-comment-alt-medical:before {
  content: "\f40d";
}
.fi-rr-comment-alt-middle-top:before {
  content: "\f40e";
}
.fi-rr-comment-alt-middle:before {
  content: "\f40f";
}
.fi-rr-comment-alt-minus:before {
  content: "\f410";
}
.fi-rr-comment-alt-music:before {
  content: "\f411";
}
.fi-rr-comment-alt:before {
  content: "\f412";
}
.fi-rr-comment-arrow-down:before {
  content: "\f413";
}
.fi-rr-comment-arrow-up-right:before {
  content: "\f414";
}
.fi-rr-comment-arrow-up:before {
  content: "\f415";
}
.fi-rr-comment-check:before {
  content: "\f416";
}
.fi-rr-comment-code:before {
  content: "\f417";
}
.fi-rr-comment-dollar:before {
  content: "\f418";
}
.fi-rr-comment-dots:before {
  content: "\f419";
}
.fi-rr-comment-exclamation:before {
  content: "\f41a";
}
.fi-rr-comment-heart:before {
  content: "\f41b";
}
.fi-rr-comment-image:before {
  content: "\f41c";
}
.fi-rr-comment-info:before {
  content: "\f41d";
}
.fi-rr-comment-medical:before {
  content: "\f41e";
}
.fi-rr-comment-minus:before {
  content: "\f41f";
}
.fi-rr-comment-pen:before {
  content: "\f420";
}
.fi-rr-comment-question:before {
  content: "\f421";
}
.fi-rr-comment-quote:before {
  content: "\f422";
}
.fi-rr-comment-slash:before {
  content: "\f423";
}
.fi-rr-comment-smile:before {
  content: "\f424";
}
.fi-rr-comment-sms:before {
  content: "\f425";
}
.fi-rr-comment-text:before {
  content: "\f426";
}
.fi-rr-comment-user:before {
  content: "\f427";
}
.fi-rr-comment-xmark:before {
  content: "\f428";
}
.fi-rr-comment:before {
  content: "\f429";
}
.fi-rr-comments-dollar:before {
  content: "\f42a";
}
.fi-rr-comments-question-check:before {
  content: "\f42b";
}
.fi-rr-comments-question:before {
  content: "\f42c";
}
.fi-rr-comments:before {
  content: "\f42d";
}
.fi-rr-compass-slash:before {
  content: "\f42e";
}
.fi-rr-completed:before {
  content: "\f42f";
}
.fi-rr-compliance-clipboard:before {
  content: "\f430";
}
.fi-rr-compliance-document:before {
  content: "\f431";
}
.fi-rr-compliance:before {
  content: "\f432";
}
.fi-rr-compress-alt:before {
  content: "\f433";
}
.fi-rr-compress:before {
  content: "\f434";
}
.fi-rr-computer-classic:before {
  content: "\f435";
}
.fi-rr-computer-mouse:before {
  content: "\f436";
}
.fi-rr-computer-speaker:before {
  content: "\f437";
}
.fi-rr-computer:before {
  content: "\f438";
}
.fi-rr-concierge-bell:before {
  content: "\f439";
}
.fi-rr-condition-alt:before {
  content: "\f43a";
}
.fi-rr-condition:before {
  content: "\f43b";
}
.fi-rr-confetti:before {
  content: "\f43c";
}
.fi-rr-constellation:before {
  content: "\f43d";
}
.fi-rr-container-storage:before {
  content: "\f43e";
}
.fi-rr-conveyor-belt-alt:before {
  content: "\f43f";
}
.fi-rr-conveyor-belt-empty:before {
  content: "\f440";
}
.fi-rr-conveyor-belt:before {
  content: "\f441";
}
.fi-rr-cookie-alt:before {
  content: "\f442";
}
.fi-rr-cookie:before {
  content: "\f443";
}
.fi-rr-copy-alt:before {
  content: "\f444";
}
.fi-rr-copy-image:before {
  content: "\f445";
}
.fi-rr-copy:before {
  content: "\f446";
}
.fi-rr-copyright:before {
  content: "\f447";
}
.fi-rr-corn:before {
  content: "\f448";
}
.fi-rr-couch:before {
  content: "\f449";
}
.fi-rr-cow-alt:before {
  content: "\f44a";
}
.fi-rr-cow:before {
  content: "\f44b";
}
.fi-rr-cowbell-circle-plus:before {
  content: "\f44c";
}
.fi-rr-cowbell-more:before {
  content: "\f44d";
}
.fi-rr-cowbell:before {
  content: "\f44e";
}
.fi-rr-crab:before {
  content: "\f44f";
}
.fi-rr-crate-empty:before {
  content: "\f450";
}
.fi-rr-cream:before {
  content: "\f451";
}
.fi-rr-credit-card:before {
  content: "\f452";
}
.fi-rr-cricket:before {
  content: "\f453";
}
.fi-rr-croissant:before {
  content: "\f454";
}
.fi-rr-cross-circle:before {
  content: "\f455";
}
.fi-rr-cross-religion:before {
  content: "\f456";
}
.fi-rr-cross-small:before {
  content: "\f457";
}
.fi-rr-cross:before {
  content: "\f458";
}
.fi-rr-crow:before {
  content: "\f459";
}
.fi-rr-crown:before {
  content: "\f45a";
}
.fi-rr-crutch:before {
  content: "\f45b";
}
.fi-rr-crutches:before {
  content: "\f45c";
}
.fi-rr-cruzeiro-sign:before {
  content: "\f45d";
}
.fi-rr-crystal-ball:before {
  content: "\f45e";
}
.fi-rr-cube:before {
  content: "\f45f";
}
.fi-rr-cubes-stacked:before {
  content: "\f460";
}
.fi-rr-cubes:before {
  content: "\f461";
}
.fi-rr-cucumber:before {
  content: "\f462";
}
.fi-rr-cup-straw-swoosh:before {
  content: "\f463";
}
.fi-rr-cup-straw:before {
  content: "\f464";
}
.fi-rr-cup-togo:before {
  content: "\f465";
}
.fi-rr-cupcake-alt:before {
  content: "\f466";
}
.fi-rr-cupcake:before {
  content: "\f467";
}
.fi-rr-curling:before {
  content: "\f468";
}
.fi-rr-cursor-finger:before {
  content: "\f469";
}
.fi-rr-cursor-plus:before {
  content: "\f46a";
}
.fi-rr-cursor-text-alt:before {
  content: "\f46b";
}
.fi-rr-cursor-text:before {
  content: "\f46c";
}
.fi-rr-cursor:before {
  content: "\f46d";
}
.fi-rr-custard:before {
  content: "\f46e";
}
.fi-rr-customer-care:before {
  content: "\f46f";
}
.fi-rr-customer-service:before {
  content: "\f470";
}
.fi-rr-d:before {
  content: "\f471";
}
.fi-rr-dagger:before {
  content: "\f472";
}
.fi-rr-dart:before {
  content: "\f473";
}
.fi-rr-dashboard:before {
  content: "\f474";
}
.fi-rr-data-transfer:before {
  content: "\f475";
}
.fi-rr-database:before {
  content: "\f476";
}
.fi-rr-deer-rudolph:before {
  content: "\f477";
}
.fi-rr-deer:before {
  content: "\f478";
}
.fi-rr-delete-document:before {
  content: "\f479";
}
.fi-rr-delete-right:before {
  content: "\f47a";
}
.fi-rr-delete-user:before {
  content: "\f47b";
}
.fi-rr-delete:before {
  content: "\f47c";
}
.fi-rr-democrat:before {
  content: "\f47d";
}
.fi-rr-deposit-alt:before {
  content: "\f47e";
}
.fi-rr-deposit:before {
  content: "\f47f";
}
.fi-rr-description-alt:before {
  content: "\f480";
}
.fi-rr-description:before {
  content: "\f481";
}
.fi-rr-desktop-arrow-down:before {
  content: "\f482";
}
.fi-rr-desktop-wallpaper:before {
  content: "\f483";
}
.fi-rr-devices:before {
  content: "\f484";
}
.fi-rr-dewpoint:before {
  content: "\f485";
}
.fi-rr-dharmachakra:before {
  content: "\f486";
}
.fi-rr-diagram-cells:before {
  content: "\f487";
}
.fi-rr-diagram-lean-canvas:before {
  content: "\f488";
}
.fi-rr-diagram-nested:before {
  content: "\f489";
}
.fi-rr-diagram-next:before {
  content: "\f48a";
}
.fi-rr-diagram-predecessor:before {
  content: "\f48b";
}
.fi-rr-diagram-previous:before {
  content: "\f48c";
}
.fi-rr-diagram-project:before {
  content: "\f48d";
}
.fi-rr-diagram-sankey:before {
  content: "\f48e";
}
.fi-rr-diagram-subtask:before {
  content: "\f48f";
}
.fi-rr-diagram-successor:before {
  content: "\f490";
}
.fi-rr-diagram-venn:before {
  content: "\f491";
}
.fi-rr-dial-high:before {
  content: "\f492";
}
.fi-rr-dial-low:before {
  content: "\f493";
}
.fi-rr-dial-max:before {
  content: "\f494";
}
.fi-rr-dial-med-low:before {
  content: "\f495";
}
.fi-rr-dial-med:before {
  content: "\f496";
}
.fi-rr-dial-min:before {
  content: "\f497";
}
.fi-rr-dial-off:before {
  content: "\f498";
}
.fi-rr-dial:before {
  content: "\f499";
}
.fi-rr-diamond-exclamation:before {
  content: "\f49a";
}
.fi-rr-diamond-turn-right:before {
  content: "\f49b";
}
.fi-rr-diamond:before {
  content: "\f49c";
}
.fi-rr-diary-bookmark-down:before {
  content: "\f49d";
}
.fi-rr-diary-bookmarks:before {
  content: "\f49e";
}
.fi-rr-diary-clasp:before {
  content: "\f49f";
}
.fi-rr-dice-alt:before {
  content: "\f4a0";
}
.fi-rr-dice-d10:before {
  content: "\f4a1";
}
.fi-rr-dice-d12:before {
  content: "\f4a2";
}
.fi-rr-dice-d20:before {
  content: "\f4a3";
}
.fi-rr-dice-d4:before {
  content: "\f4a4";
}
.fi-rr-dice-d6:before {
  content: "\f4a5";
}
.fi-rr-dice-d8:before {
  content: "\f4a6";
}
.fi-rr-dice-four:before {
  content: "\f4a7";
}
.fi-rr-dice-one:before {
  content: "\f4a8";
}
.fi-rr-dice-six:before {
  content: "\f4a9";
}
.fi-rr-dice-three:before {
  content: "\f4aa";
}
.fi-rr-dice-two:before {
  content: "\f4ab";
}
.fi-rr-dice:before {
  content: "\f4ac";
}
.fi-rr-digging:before {
  content: "\f4ad";
}
.fi-rr-digital-tachograph:before {
  content: "\f4ae";
}
.fi-rr-diploma:before {
  content: "\f4af";
}
.fi-rr-direction-signal-arrow:before {
  content: "\f4b0";
}
.fi-rr-direction-signal:before {
  content: "\f4b1";
}
.fi-rr-disc-drive:before {
  content: "\f4b2";
}
.fi-rr-disco-ball:before {
  content: "\f4b3";
}
.fi-rr-discover:before {
  content: "\f4b4";
}
.fi-rr-disease:before {
  content: "\f4b5";
}
.fi-rr-disk:before {
  content: "\f4b6";
}
.fi-rr-display-arrow-down:before {
  content: "\f4b7";
}
.fi-rr-display-code:before {
  content: "\f4b8";
}
.fi-rr-display-medical:before {
  content: "\f4b9";
}
.fi-rr-display-slash:before {
  content: "\f4ba";
}
.fi-rr-distribute-spacing-horizontal:before {
  content: "\f4bb";
}
.fi-rr-distribute-spacing-vertical:before {
  content: "\f4bc";
}
.fi-rr-dizzy:before {
  content: "\f4bd";
}
.fi-rr-dna:before {
  content: "\f4be";
}
.fi-rr-do-not-enter:before {
  content: "\f4bf";
}
.fi-rr-doctor:before {
  content: "\f4c0";
}
.fi-rr-document-signed:before {
  content: "\f4c1";
}
.fi-rr-document:before {
  content: "\f4c2";
}
.fi-rr-dog:before {
  content: "\f4c3";
}
.fi-rr-dollar:before {
  content: "\f4c4";
}
.fi-rr-dolly-flatbed-alt:before {
  content: "\f4c5";
}
.fi-rr-dolly-flatbed-empty:before {
  content: "\f4c6";
}
.fi-rr-dolly-flatbed:before {
  content: "\f4c7";
}
.fi-rr-dolphin:before {
  content: "\f4c8";
}
.fi-rr-donate:before {
  content: "\f4c9";
}
.fi-rr-dong-sign:before {
  content: "\f4ca";
}
.fi-rr-donut:before {
  content: "\f4cb";
}
.fi-rr-door-closed:before {
  content: "\f4cc";
}
.fi-rr-door-open:before {
  content: "\f4cd";
}
.fi-rr-dot-circle:before {
  content: "\f4ce";
}
.fi-rr-dove:before {
  content: "\f4cf";
}
.fi-rr-down-left-and-up-right-to-center:before {
  content: "\f4d0";
}
.fi-rr-down-left:before {
  content: "\f4d1";
}
.fi-rr-down-right:before {
  content: "\f4d2";
}
.fi-rr-down-to-line:before {
  content: "\f4d3";
}
.fi-rr-down:before {
  content: "\f4d4";
}
.fi-rr-download:before {
  content: "\f4d5";
}
.fi-rr-drafting-compass:before {
  content: "\f4d6";
}
.fi-rr-dragon:before {
  content: "\f4d7";
}
.fi-rr-draw-polygon:before {
  content: "\f4d8";
}
.fi-rr-draw-square:before {
  content: "\f4d9";
}
.fi-rr-dreidel:before {
  content: "\f4da";
}
.fi-rr-drink-alt:before {
  content: "\f4db";
}
.fi-rr-driver-man:before {
  content: "\f4dc";
}
.fi-rr-driver-woman:before {
  content: "\f4dd";
}
.fi-rr-drone-alt:before {
  content: "\f4de";
}
.fi-rr-drone-front:before {
  content: "\f4df";
}
.fi-rr-drone:before {
  content: "\f4e0";
}
.fi-rr-drop-down:before {
  content: "\f4e1";
}
.fi-rr-drum-steelpan:before {
  content: "\f4e2";
}
.fi-rr-drum:before {
  content: "\f4e3";
}
.fi-rr-drumstick-bite:before {
  content: "\f4e4";
}
.fi-rr-drumstick:before {
  content: "\f4e5";
}
.fi-rr-dryer-alt:before {
  content: "\f4e6";
}
.fi-rr-dryer:before {
  content: "\f4e7";
}
.fi-rr-duck:before {
  content: "\f4e8";
}
.fi-rr-dumpster-fire:before {
  content: "\f4e9";
}
.fi-rr-dumpster:before {
  content: "\f4ea";
}
.fi-rr-dungeon:before {
  content: "\f4eb";
}
.fi-rr-duplicate:before {
  content: "\f4ec";
}
.fi-rr-e-learning:before {
  content: "\f4ed";
}
.fi-rr-e:before {
  content: "\f4ee";
}
.fi-rr-ear-deaf:before {
  content: "\f4ef";
}
.fi-rr-ear-muffs:before {
  content: "\f4f0";
}
.fi-rr-ear:before {
  content: "\f4f1";
}
.fi-rr-earnings:before {
  content: "\f4f2";
}
.fi-rr-earth-africa:before {
  content: "\f4f3";
}
.fi-rr-earth-americas:before {
  content: "\f4f4";
}
.fi-rr-earth-asia:before {
  content: "\f4f5";
}
.fi-rr-earth-europa:before {
  content: "\f4f6";
}
.fi-rr-eclipse-alt:before {
  content: "\f4f7";
}
.fi-rr-eclipse:before {
  content: "\f4f8";
}
.fi-rr-edit-alt:before {
  content: "\f4f9";
}
.fi-rr-edit:before {
  content: "\f4fa";
}
.fi-rr-egg-fried:before {
  content: "\f4fb";
}
.fi-rr-egg:before {
  content: "\f4fc";
}
.fi-rr-eject:before {
  content: "\f4fd";
}
.fi-rr-elephant:before {
  content: "\f4fe";
}
.fi-rr-elevator:before {
  content: "\f4ff";
}
.fi-rr-employee-alt:before {
  content: "\f500";
}
.fi-rr-employee-man-alt:before {
  content: "\f501";
}
.fi-rr-employee-man:before {
  content: "\f502";
}
.fi-rr-engine-warning:before {
  content: "\f503";
}
.fi-rr-engine:before {
  content: "\f504";
}
.fi-rr-enter:before {
  content: "\f505";
}
.fi-rr-envelope-ban:before {
  content: "\f506";
}
.fi-rr-envelope-bulk:before {
  content: "\f507";
}
.fi-rr-envelope-dot:before {
  content: "\f508";
}
.fi-rr-envelope-download:before {
  content: "\f509";
}
.fi-rr-envelope-marker:before {
  content: "\f50a";
}
.fi-rr-envelope-open-dollar:before {
  content: "\f50b";
}
.fi-rr-envelope-open-text:before {
  content: "\f50c";
}
.fi-rr-envelope-open:before {
  content: "\f50d";
}
.fi-rr-envelope-plus:before {
  content: "\f50e";
}
.fi-rr-envelope:before {
  content: "\f50f";
}
.fi-rr-envelopes:before {
  content: "\f510";
}
.fi-rr-equality:before {
  content: "\f511";
}
.fi-rr-eraser:before {
  content: "\f512";
}
.fi-rr-escalator:before {
  content: "\f513";
}
.fi-rr-ethernet:before {
  content: "\f514";
}
.fi-rr-euro:before {
  content: "\f515";
}
.fi-rr-exchange-alt:before {
  content: "\f516";
}
.fi-rr-exchange:before {
  content: "\f517";
}
.fi-rr-exclamation:before {
  content: "\f518";
}
.fi-rr-exit-alt:before {
  content: "\f519";
}
.fi-rr-exit:before {
  content: "\f51a";
}
.fi-rr-expand-arrows-alt:before {
  content: "\f51b";
}
.fi-rr-expand-arrows:before {
  content: "\f51c";
}
.fi-rr-expand:before {
  content: "\f51d";
}
.fi-rr-external-hard-drive:before {
  content: "\f51e";
}
.fi-rr-external-world:before {
  content: "\f51f";
}
.fi-rr-eye-crossed:before {
  content: "\f520";
}
.fi-rr-eye-dropper-half:before {
  content: "\f521";
}
.fi-rr-eye-dropper:before {
  content: "\f522";
}
.fi-rr-eye:before {
  content: "\f523";
}
.fi-rr-eyes:before {
  content: "\f524";
}
.fi-rr-f:before {
  content: "\f525";
}
.fi-rr-face-angry-horns:before {
  content: "\f526";
}
.fi-rr-face-anguished:before {
  content: "\f527";
}
.fi-rr-face-anxious-sweat:before {
  content: "\f528";
}
.fi-rr-face-astonished:before {
  content: "\f529";
}
.fi-rr-face-awesome:before {
  content: "\f52a";
}
.fi-rr-face-beam-hand-over-mouth:before {
  content: "\f52b";
}
.fi-rr-face-confounded:before {
  content: "\f52c";
}
.fi-rr-face-confused:before {
  content: "\f52d";
}
.fi-rr-face-cowboy-hat:before {
  content: "\f52e";
}
.fi-rr-face-disappointed:before {
  content: "\f52f";
}
.fi-rr-face-disguise:before {
  content: "\f530";
}
.fi-rr-face-downcast-sweat:before {
  content: "\f531";
}
.fi-rr-face-drooling:before {
  content: "\f532";
}
.fi-rr-face-explode:before {
  content: "\f533";
}
.fi-rr-face-expressionless:before {
  content: "\f534";
}
.fi-rr-face-eyes-xmarks:before {
  content: "\f535";
}
.fi-rr-face-fearful:before {
  content: "\f536";
}
.fi-rr-face-glasses:before {
  content: "\f537";
}
.fi-rr-face-grin-tongue-wink:before {
  content: "\f538";
}
.fi-rr-face-hand-yawn:before {
  content: "\f539";
}
.fi-rr-face-head-bandage:before {
  content: "\f53a";
}
.fi-rr-face-hushed:before {
  content: "\f53b";
}
.fi-rr-face-icicles:before {
  content: "\f53c";
}
.fi-rr-face-lying:before {
  content: "\f53d";
}
.fi-rr-face-mask:before {
  content: "\f53e";
}
.fi-rr-face-monocle:before {
  content: "\f53f";
}
.fi-rr-face-nauseated:before {
  content: "\f540";
}
.fi-rr-face-nose-steam:before {
  content: "\f541";
}
.fi-rr-face-party:before {
  content: "\f542";
}
.fi-rr-face-pensive:before {
  content: "\f543";
}
.fi-rr-face-persevering:before {
  content: "\f544";
}
.fi-rr-face-pleading:before {
  content: "\f545";
}
.fi-rr-face-raised-eyebrow:before {
  content: "\f546";
}
.fi-rr-face-relieved:before {
  content: "\f547";
}
.fi-rr-face-sad-sweat:before {
  content: "\f548";
}
.fi-rr-face-scream:before {
  content: "\f549";
}
.fi-rr-face-shush:before {
  content: "\f54a";
}
.fi-rr-face-sleeping:before {
  content: "\f54b";
}
.fi-rr-face-sleepy:before {
  content: "\f54c";
}
.fi-rr-face-smile-halo:before {
  content: "\f54d";
}
.fi-rr-face-smile-hearts:before {
  content: "\f54e";
}
.fi-rr-face-smile-horns:before {
  content: "\f54f";
}
.fi-rr-face-smile-tear:before {
  content: "\f550";
}
.fi-rr-face-smile-tongue:before {
  content: "\f551";
}
.fi-rr-face-smile-upside-down:before {
  content: "\f552";
}
.fi-rr-face-smiling-hands:before {
  content: "\f553";
}
.fi-rr-face-smirking:before {
  content: "\f554";
}
.fi-rr-face-sunglasses:before {
  content: "\f555";
}
.fi-rr-face-swear:before {
  content: "\f556";
}
.fi-rr-face-thermometer:before {
  content: "\f557";
}
.fi-rr-face-thinking:before {
  content: "\f558";
}
.fi-rr-face-tissue:before {
  content: "\f559";
}
.fi-rr-face-tongue-money:before {
  content: "\f55a";
}
.fi-rr-face-tongue-sweat:before {
  content: "\f55b";
}
.fi-rr-face-unamused:before {
  content: "\f55c";
}
.fi-rr-face-viewfinder:before {
  content: "\f55d";
}
.fi-rr-face-vomit:before {
  content: "\f55e";
}
.fi-rr-face-weary:before {
  content: "\f55f";
}
.fi-rr-face-woozy:before {
  content: "\f560";
}
.fi-rr-face-worried:before {
  content: "\f561";
}
.fi-rr-face-zany:before {
  content: "\f562";
}
.fi-rr-face-zipper:before {
  content: "\f563";
}
.fi-rr-falafel:before {
  content: "\f564";
}
.fi-rr-family-dress:before {
  content: "\f565";
}
.fi-rr-family-pants:before {
  content: "\f566";
}
.fi-rr-family:before {
  content: "\f567";
}
.fi-rr-fan-table:before {
  content: "\f568";
}
.fi-rr-fan:before {
  content: "\f569";
}
.fi-rr-farm:before {
  content: "\f56a";
}
.fi-rr-faucet-drip:before {
  content: "\f56b";
}
.fi-rr-faucet:before {
  content: "\f56c";
}
.fi-rr-fax:before {
  content: "\f56d";
}
.fi-rr-feather-pointed:before {
  content: "\f56e";
}
.fi-rr-feather:before {
  content: "\f56f";
}
.fi-rr-features-alt:before {
  content: "\f570";
}
.fi-rr-features:before {
  content: "\f571";
}
.fi-rr-feedback-alt:before {
  content: "\f572";
}
.fi-rr-feedback-hand:before {
  content: "\f573";
}
.fi-rr-feedback-review:before {
  content: "\f574";
}
.fi-rr-feedback:before {
  content: "\f575";
}
.fi-rr-fence:before {
  content: "\f576";
}
.fi-rr-ferris-wheel:before {
  content: "\f577";
}
.fi-rr-fighter-jet:before {
  content: "\f578";
}
.fi-rr-file-ai:before {
  content: "\f579";
}
.fi-rr-file-audio:before {
  content: "\f57a";
}
.fi-rr-file-binary:before {
  content: "\f57b";
}
.fi-rr-file-chart-line:before {
  content: "\f57c";
}
.fi-rr-file-chart-pie:before {
  content: "\f57d";
}
.fi-rr-file-circle-info:before {
  content: "\f57e";
}
.fi-rr-file-code:before {
  content: "\f57f";
}
.fi-rr-file-csv:before {
  content: "\f580";
}
.fi-rr-file-download:before {
  content: "\f581";
}
.fi-rr-file-edit:before {
  content: "\f582";
}
.fi-rr-file-eps:before {
  content: "\f583";
}
.fi-rr-file-excel:before {
  content: "\f584";
}
.fi-rr-file-exclamation:before {
  content: "\f585";
}
.fi-rr-file-export:before {
  content: "\f586";
}
.fi-rr-file-image:before {
  content: "\f587";
}
.fi-rr-file-import:before {
  content: "\f588";
}
.fi-rr-file-invoice-dollar:before {
  content: "\f589";
}
.fi-rr-file-invoice:before {
  content: "\f58a";
}
.fi-rr-file-medical-alt:before {
  content: "\f58b";
}
.fi-rr-file-medical:before {
  content: "\f58c";
}
.fi-rr-file-minus:before {
  content: "\f58d";
}
.fi-rr-file-pdf:before {
  content: "\f58e";
}
.fi-rr-file-powerpoint:before {
  content: "\f58f";
}
.fi-rr-file-prescription:before {
  content: "\f590";
}
.fi-rr-file-psd:before {
  content: "\f591";
}
.fi-rr-file-signature:before {
  content: "\f592";
}
.fi-rr-file-spreadsheet:before {
  content: "\f593";
}
.fi-rr-file-upload:before {
  content: "\f594";
}
.fi-rr-file-user:before {
  content: "\f595";
}
.fi-rr-file-video:before {
  content: "\f596";
}
.fi-rr-file-word:before {
  content: "\f597";
}
.fi-rr-file-zipper:before {
  content: "\f598";
}
.fi-rr-file:before {
  content: "\f599";
}
.fi-rr-files-medical:before {
  content: "\f59a";
}
.fi-rr-fill:before {
  content: "\f59b";
}
.fi-rr-film-canister:before {
  content: "\f59c";
}
.fi-rr-film-slash:before {
  content: "\f59d";
}
.fi-rr-film:before {
  content: "\f59e";
}
.fi-rr-films:before {
  content: "\f59f";
}
.fi-rr-filter-slash:before {
  content: "\f5a0";
}
.fi-rr-filter:before {
  content: "\f5a1";
}
.fi-rr-filters:before {
  content: "\f5a2";
}
.fi-rr-fingerprint:before {
  content: "\f5a3";
}
.fi-rr-fire-burner:before {
  content: "\f5a4";
}
.fi-rr-fire-extinguisher:before {
  content: "\f5a5";
}
.fi-rr-fire-flame-curved:before {
  content: "\f5a6";
}
.fi-rr-fire-flame-simple:before {
  content: "\f5a7";
}
.fi-rr-fire-hydrant:before {
  content: "\f5a8";
}
.fi-rr-fire-smoke:before {
  content: "\f5a9";
}
.fi-rr-fireplace:before {
  content: "\f5aa";
}
.fi-rr-first-award:before {
  content: "\f5ab";
}
.fi-rr-first-laurel:before {
  content: "\f5ac";
}
.fi-rr-first-medal:before {
  content: "\f5ad";
}
.fi-rr-first:before {
  content: "\f5ae";
}
.fi-rr-fish-bones:before {
  content: "\f5af";
}
.fi-rr-fish-cooked:before {
  content: "\f5b0";
}
.fi-rr-fish:before {
  content: "\f5b1";
}
.fi-rr-fishing-rod:before {
  content: "\f5b2";
}
.fi-rr-flag-alt:before {
  content: "\f5b3";
}
.fi-rr-flag-checkered:before {
  content: "\f5b4";
}
.fi-rr-flag-usa:before {
  content: "\f5b5";
}
.fi-rr-flag:before {
  content: "\f5b6";
}
.fi-rr-flame:before {
  content: "\f5b7";
}
.fi-rr-flashlight:before {
  content: "\f5b8";
}
.fi-rr-flask-poison:before {
  content: "\f5b9";
}
.fi-rr-flask-potion:before {
  content: "\f5ba";
}
.fi-rr-flask:before {
  content: "\f5bb";
}
.fi-rr-flatbread-stuffed:before {
  content: "\f5bc";
}
.fi-rr-flatbread:before {
  content: "\f5bd";
}
.fi-rr-flip-horizontal:before {
  content: "\f5be";
}
.fi-rr-floppy-disk-circle-arrow-right:before {
  content: "\f5bf";
}
.fi-rr-floppy-disk-circle-xmark:before {
  content: "\f5c0";
}
.fi-rr-floppy-disk-pen:before {
  content: "\f5c1";
}
.fi-rr-floppy-disks:before {
  content: "\f5c2";
}
.fi-rr-florin-sign:before {
  content: "\f5c3";
}
.fi-rr-flower-bouquet:before {
  content: "\f5c4";
}
.fi-rr-flower-daffodil:before {
  content: "\f5c5";
}
.fi-rr-flower-tulip:before {
  content: "\f5c6";
}
.fi-rr-flower:before {
  content: "\f5c7";
}
.fi-rr-flushed:before {
  content: "\f5c8";
}
.fi-rr-flute:before {
  content: "\f5c9";
}
.fi-rr-flux-capacitor:before {
  content: "\f5ca";
}
.fi-rr-fly-insect:before {
  content: "\f5cb";
}
.fi-rr-flying-disc:before {
  content: "\f5cc";
}
.fi-rr-fog:before {
  content: "\f5cd";
}
.fi-rr-folder-download:before {
  content: "\f5ce";
}
.fi-rr-folder-minus:before {
  content: "\f5cf";
}
.fi-rr-folder-open:before {
  content: "\f5d0";
}
.fi-rr-folder-times:before {
  content: "\f5d1";
}
.fi-rr-folder-tree:before {
  content: "\f5d2";
}
.fi-rr-folder-upload:before {
  content: "\f5d3";
}
.fi-rr-folder-xmark:before {
  content: "\f5d4";
}
.fi-rr-folder:before {
  content: "\f5d5";
}
.fi-rr-folders:before {
  content: "\f5d6";
}
.fi-rr-follow-folder:before {
  content: "\f5d7";
}
.fi-rr-followcollection:before {
  content: "\f5d8";
}
.fi-rr-following:before {
  content: "\f5d9";
}
.fi-rr-fondue-pot:before {
  content: "\f5da";
}
.fi-rr-football:before {
  content: "\f5db";
}
.fi-rr-fork:before {
  content: "\f5dc";
}
.fi-rr-forklift:before {
  content: "\f5dd";
}
.fi-rr-form:before {
  content: "\f5de";
}
.fi-rr-fort:before {
  content: "\f5df";
}
.fi-rr-forward-fast:before {
  content: "\f5e0";
}
.fi-rr-forward:before {
  content: "\f5e1";
}
.fi-rr-fox:before {
  content: "\f5e2";
}
.fi-rr-frame:before {
  content: "\f5e3";
}
.fi-rr-franc-sign:before {
  content: "\f5e4";
}
.fi-rr-french-fries:before {
  content: "\f5e5";
}
.fi-rr-frog:before {
  content: "\f5e6";
}
.fi-rr-frown:before {
  content: "\f5e7";
}
.fi-rr-ftp:before {
  content: "\f5e8";
}
.fi-rr-funnel-dollar:before {
  content: "\f5e9";
}
.fi-rr-g:before {
  content: "\f5ea";
}
.fi-rr-galaxy-alt:before {
  content: "\f5eb";
}
.fi-rr-galaxy-planet:before {
  content: "\f5ec";
}
.fi-rr-galaxy-star:before {
  content: "\f5ed";
}
.fi-rr-galaxy:before {
  content: "\f5ee";
}
.fi-rr-gallery-thumbnails:before {
  content: "\f5ef";
}
.fi-rr-gallery:before {
  content: "\f5f0";
}
.fi-rr-game-board-alt:before {
  content: "\f5f1";
}
.fi-rr-gamepad:before {
  content: "\f5f2";
}
.fi-rr-garage-car:before {
  content: "\f5f3";
}
.fi-rr-garage-open:before {
  content: "\f5f4";
}
.fi-rr-garage:before {
  content: "\f5f5";
}
.fi-rr-garlic-alt:before {
  content: "\f5f6";
}
.fi-rr-garlic:before {
  content: "\f5f7";
}
.fi-rr-gas-pump-alt:before {
  content: "\f5f8";
}
.fi-rr-gas-pump-slash:before {
  content: "\f5f9";
}
.fi-rr-gas-pump:before {
  content: "\f5fa";
}
.fi-rr-gauge-circle-bolt:before {
  content: "\f5fb";
}
.fi-rr-gauge-circle-minus:before {
  content: "\f5fc";
}
.fi-rr-gauge-circle-plus:before {
  content: "\f5fd";
}
.fi-rr-gavel:before {
  content: "\f5fe";
}
.fi-rr-gears:before {
  content: "\f5ff";
}
.fi-rr-gem:before {
  content: "\f600";
}
.fi-rr-ghost:before {
  content: "\f601";
}
.fi-rr-gif-square:before {
  content: "\f602";
}
.fi-rr-gif:before {
  content: "\f603";
}
.fi-rr-gift-card:before {
  content: "\f604";
}
.fi-rr-gift:before {
  content: "\f605";
}
.fi-rr-gifts:before {
  content: "\f606";
}
.fi-rr-gingerbread-man:before {
  content: "\f607";
}
.fi-rr-glass-champagne:before {
  content: "\f608";
}
.fi-rr-glass-cheers:before {
  content: "\f609";
}
.fi-rr-glass-citrus:before {
  content: "\f60a";
}
.fi-rr-glass-empty:before {
  content: "\f60b";
}
.fi-rr-glass-half:before {
  content: "\f60c";
}
.fi-rr-glass-water-droplet:before {
  content: "\f60d";
}
.fi-rr-glass-whiskey-rocks:before {
  content: "\f60e";
}
.fi-rr-glass-whiskey:before {
  content: "\f60f";
}
.fi-rr-glass:before {
  content: "\f610";
}
.fi-rr-glasses:before {
  content: "\f611";
}
.fi-rr-globe-alt:before {
  content: "\f612";
}
.fi-rr-globe-snow:before {
  content: "\f613";
}
.fi-rr-globe:before {
  content: "\f614";
}
.fi-rr-goal-net:before {
  content: "\f615";
}
.fi-rr-golf-ball:before {
  content: "\f616";
}
.fi-rr-golf:before {
  content: "\f617";
}
.fi-rr-government-flag:before {
  content: "\f618";
}
.fi-rr-government-user:before {
  content: "\f619";
}
.fi-rr-graduation-cap:before {
  content: "\f61a";
}
.fi-rr-gramophone:before {
  content: "\f61b";
}
.fi-rr-grape:before {
  content: "\f61c";
}
.fi-rr-graphic-style:before {
  content: "\f61d";
}
.fi-rr-graphic-tablet:before {
  content: "\f61e";
}
.fi-rr-grate-droplet:before {
  content: "\f61f";
}
.fi-rr-grate:before {
  content: "\f620";
}
.fi-rr-grid-alt:before {
  content: "\f621";
}
.fi-rr-grid-dividers:before {
  content: "\f622";
}
.fi-rr-grid:before {
  content: "\f623";
}
.fi-rr-grill-hot-alt:before {
  content: "\f624";
}
.fi-rr-grill:before {
  content: "\f625";
}
.fi-rr-grimace:before {
  content: "\f626";
}
.fi-rr-grin-alt:before {
  content: "\f627";
}
.fi-rr-grin-beam-sweat:before {
  content: "\f628";
}
.fi-rr-grin-beam:before {
  content: "\f629";
}
.fi-rr-grin-hearts:before {
  content: "\f62a";
}
.fi-rr-grin-squint-tears:before {
  content: "\f62b";
}
.fi-rr-grin-squint:before {
  content: "\f62c";
}
.fi-rr-grin-stars:before {
  content: "\f62d";
}
.fi-rr-grin-tears:before {
  content: "\f62e";
}
.fi-rr-grin-tongue-squint:before {
  content: "\f62f";
}
.fi-rr-grin-tongue-wink:before {
  content: "\f630";
}
.fi-rr-grin-tongue:before {
  content: "\f631";
}
.fi-rr-grin-wink:before {
  content: "\f632";
}
.fi-rr-grin:before {
  content: "\f633";
}
.fi-rr-grip-dots-vertical:before {
  content: "\f634";
}
.fi-rr-grip-dots:before {
  content: "\f635";
}
.fi-rr-grip-horizontal:before {
  content: "\f636";
}
.fi-rr-grip-lines-vertical:before {
  content: "\f637";
}
.fi-rr-grip-lines:before {
  content: "\f638";
}
.fi-rr-grip-vertical:before {
  content: "\f639";
}
.fi-rr-guarani-sign:before {
  content: "\f63a";
}
.fi-rr-guide:before {
  content: "\f63b";
}
.fi-rr-guitar-electric:before {
  content: "\f63c";
}
.fi-rr-guitar:before {
  content: "\f63d";
}
.fi-rr-guitars:before {
  content: "\f63e";
}
.fi-rr-gun-squirt:before {
  content: "\f63f";
}
.fi-rr-gym:before {
  content: "\f640";
}
.fi-rr-h-square:before {
  content: "\f641";
}
.fi-rr-h:before {
  content: "\f642";
}
.fi-rr-h1:before {
  content: "\f643";
}
.fi-rr-h2:before {
  content: "\f644";
}
.fi-rr-h3:before {
  content: "\f645";
}
.fi-rr-h4:before {
  content: "\f646";
}
.fi-rr-hamburger-soda:before {
  content: "\f647";
}
.fi-rr-hamburger:before {
  content: "\f648";
}
.fi-rr-hammer-crash:before {
  content: "\f649";
}
.fi-rr-hammer-war:before {
  content: "\f64a";
}
.fi-rr-hammer:before {
  content: "\f64b";
}
.fi-rr-hand-back-fist:before {
  content: "\f64c";
}
.fi-rr-hand-back-point-down:before {
  content: "\f64d";
}
.fi-rr-hand-back-point-left:before {
  content: "\f64e";
}
.fi-rr-hand-back-point-ribbon:before {
  content: "\f64f";
}
.fi-rr-hand-back-point-right:before {
  content: "\f650";
}
.fi-rr-hand-dots:before {
  content: "\f651";
}
.fi-rr-hand-fingers-crossed:before {
  content: "\f652";
}
.fi-rr-hand-fist:before {
  content: "\f653";
}
.fi-rr-hand-heart:before {
  content: "\f654";
}
.fi-rr-hand-holding-box:before {
  content: "\f655";
}
.fi-rr-hand-holding-droplet:before {
  content: "\f656";
}
.fi-rr-hand-holding-heart:before {
  content: "\f657";
}
.fi-rr-hand-holding-magic:before {
  content: "\f658";
}
.fi-rr-hand-holding-medical:before {
  content: "\f659";
}
.fi-rr-hand-holding-seeding:before {
  content: "\f65a";
}
.fi-rr-hand-holding-skull:before {
  content: "\f65b";
}
.fi-rr-hand-holding-usd:before {
  content: "\f65c";
}
.fi-rr-hand-holding-water:before {
  content: "\f65d";
}
.fi-rr-hand-horns:before {
  content: "\f65e";
}
.fi-rr-hand-lizard:before {
  content: "\f65f";
}
.fi-rr-hand-love:before {
  content: "\f660";
}
.fi-rr-hand-middle-finger:before {
  content: "\f661";
}
.fi-rr-hand-paper:before {
  content: "\f662";
}
.fi-rr-hand-peace:before {
  content: "\f663";
}
.fi-rr-hand-point-ribbon:before {
  content: "\f664";
}
.fi-rr-hand-scissors:before {
  content: "\f665";
}
.fi-rr-hand-sparkles:before {
  content: "\f666";
}
.fi-rr-hand-spock:before {
  content: "\f667";
}
.fi-rr-hand-wave:before {
  content: "\f668";
}
.fi-rr-hand:before {
  content: "\f669";
}
.fi-rr-hands-bubbles:before {
  content: "\f66a";
}
.fi-rr-hands-clapping:before {
  content: "\f66b";
}
.fi-rr-hands-heart:before {
  content: "\f66c";
}
.fi-rr-hands-holding-diamond:before {
  content: "\f66d";
}
.fi-rr-hands-holding:before {
  content: "\f66e";
}
.fi-rr-hands-usd:before {
  content: "\f66f";
}
.fi-rr-handshake-angle:before {
  content: "\f670";
}
.fi-rr-handshake-simple-slash:before {
  content: "\f671";
}
.fi-rr-handshake:before {
  content: "\f672";
}
.fi-rr-hard-hat:before {
  content: "\f673";
}
.fi-rr-hastag:before {
  content: "\f674";
}
.fi-rr-hat-birthday:before {
  content: "\f675";
}
.fi-rr-hat-chef:before {
  content: "\f676";
}
.fi-rr-hat-cowboy-side:before {
  content: "\f677";
}
.fi-rr-hat-cowboy:before {
  content: "\f678";
}
.fi-rr-hat-santa:before {
  content: "\f679";
}
.fi-rr-hat-winter:before {
  content: "\f67a";
}
.fi-rr-hat-witch:before {
  content: "\f67b";
}
.fi-rr-hat-wizard:before {
  content: "\f67c";
}
.fi-rr-hdd:before {
  content: "\f67d";
}
.fi-rr-head-side-brain:before {
  content: "\f67e";
}
.fi-rr-head-side-cough-slash:before {
  content: "\f67f";
}
.fi-rr-head-side-cough:before {
  content: "\f680";
}
.fi-rr-head-side-headphones:before {
  content: "\f681";
}
.fi-rr-head-side-heart:before {
  content: "\f682";
}
.fi-rr-head-side-mask:before {
  content: "\f683";
}
.fi-rr-head-side-medical:before {
  content: "\f684";
}
.fi-rr-head-side-thinking:before {
  content: "\f685";
}
.fi-rr-head-side-virus:before {
  content: "\f686";
}
.fi-rr-head-side:before {
  content: "\f687";
}
.fi-rr-head-vr:before {
  content: "\f688";
}
.fi-rr-heading:before {
  content: "\f689";
}
.fi-rr-headphones:before {
  content: "\f68a";
}
.fi-rr-headset:before {
  content: "\f68b";
}
.fi-rr-heart-arrow:before {
  content: "\f68c";
}
.fi-rr-heart-crack:before {
  content: "\f68d";
}
.fi-rr-heart-half-stroke:before {
  content: "\f68e";
}
.fi-rr-heart-half:before {
  content: "\f68f";
}
.fi-rr-heart-rate:before {
  content: "\f690";
}
.fi-rr-heart:before {
  content: "\f691";
}
.fi-rr-heat:before {
  content: "\f692";
}
.fi-rr-helicopter-side:before {
  content: "\f693";
}
.fi-rr-helmet-battle:before {
  content: "\f694";
}
.fi-rr-hexagon-check:before {
  content: "\f695";
}
.fi-rr-hexagon-exclamation:before {
  content: "\f696";
}
.fi-rr-hexagon:before {
  content: "\f697";
}
.fi-rr-high-definition:before {
  content: "\f698";
}
.fi-rr-highlighter-line:before {
  content: "\f699";
}
.fi-rr-highlighter:before {
  content: "\f69a";
}
.fi-rr-hiking:before {
  content: "\f69b";
}
.fi-rr-hippo:before {
  content: "\f69c";
}
.fi-rr-hockey-puck:before {
  content: "\f69d";
}
.fi-rr-hockey-stick-puck:before {
  content: "\f69e";
}
.fi-rr-hockey-sticks:before {
  content: "\f69f";
}
.fi-rr-holly-berry:before {
  content: "\f6a0";
}
.fi-rr-home-heart:before {
  content: "\f6a1";
}
.fi-rr-home-location-alt:before {
  content: "\f6a2";
}
.fi-rr-home-location:before {
  content: "\f6a3";
}
.fi-rr-home:before {
  content: "\f6a4";
}
.fi-rr-honey-pot:before {
  content: "\f6a5";
}
.fi-rr-hood-cloak:before {
  content: "\f6a6";
}
.fi-rr-horizontal-rule:before {
  content: "\f6a7";
}
.fi-rr-horse-head:before {
  content: "\f6a8";
}
.fi-rr-horse-saddle:before {
  content: "\f6a9";
}
.fi-rr-horse:before {
  content: "\f6aa";
}
.fi-rr-hose-reel:before {
  content: "\f6ab";
}
.fi-rr-hose:before {
  content: "\f6ac";
}
.fi-rr-hospital-symbol:before {
  content: "\f6ad";
}
.fi-rr-hospital-user:before {
  content: "\f6ae";
}
.fi-rr-hospital:before {
  content: "\f6af";
}
.fi-rr-hospitals:before {
  content: "\f6b0";
}
.fi-rr-hot-tub:before {
  content: "\f6b1";
}
.fi-rr-hotdog:before {
  content: "\f6b2";
}
.fi-rr-hotel:before {
  content: "\f6b3";
}
.fi-rr-hourglass-end:before {
  content: "\f6b4";
}
.fi-rr-hourglass-start:before {
  content: "\f6b5";
}
.fi-rr-hourglass:before {
  content: "\f6b6";
}
.fi-rr-house-blank:before {
  content: "\f6b7";
}
.fi-rr-house-building:before {
  content: "\f6b8";
}
.fi-rr-house-chimney-blank:before {
  content: "\f6b9";
}
.fi-rr-house-chimney-crack:before {
  content: "\f6ba";
}
.fi-rr-house-chimney-heart:before {
  content: "\f6bb";
}
.fi-rr-house-chimney-medical:before {
  content: "\f6bc";
}
.fi-rr-house-chimney-user:before {
  content: "\f6bd";
}
.fi-rr-house-chimney-window:before {
  content: "\f6be";
}
.fi-rr-house-chimney:before {
  content: "\f6bf";
}
.fi-rr-house-crack:before {
  content: "\f6c0";
}
.fi-rr-house-day:before {
  content: "\f6c1";
}
.fi-rr-house-flood:before {
  content: "\f6c2";
}
.fi-rr-house-laptop:before {
  content: "\f6c3";
}
.fi-rr-house-leave:before {
  content: "\f6c4";
}
.fi-rr-house-medical:before {
  content: "\f6c5";
}
.fi-rr-house-night:before {
  content: "\f6c6";
}
.fi-rr-house-return:before {
  content: "\f6c7";
}
.fi-rr-house-signal:before {
  content: "\f6c8";
}
.fi-rr-house-tree:before {
  content: "\f6c9";
}
.fi-rr-house-tsunami:before {
  content: "\f6ca";
}
.fi-rr-house-turret:before {
  content: "\f6cb";
}
.fi-rr-house-user:before {
  content: "\f6cc";
}
.fi-rr-house-window:before {
  content: "\f6cd";
}
.fi-rr-hr-group:before {
  content: "\f6ce";
}
.fi-rr-hr-person:before {
  content: "\f6cf";
}
.fi-rr-hr:before {
  content: "\f6d0";
}
.fi-rr-hryvnia:before {
  content: "\f6d1";
}
.fi-rr-humidity:before {
  content: "\f6d2";
}
.fi-rr-hundred-points:before {
  content: "\f6d3";
}
.fi-rr-hurricane:before {
  content: "\f6d4";
}
.fi-rr-i:before {
  content: "\f6d5";
}
.fi-rr-ice-cream:before {
  content: "\f6d6";
}
.fi-rr-ice-skate:before {
  content: "\f6d7";
}
.fi-rr-icicles:before {
  content: "\f6d8";
}
.fi-rr-icon-star:before {
  content: "\f6d9";
}
.fi-rr-id-badge:before {
  content: "\f6da";
}
.fi-rr-id-card-clip-alt:before {
  content: "\f6db";
}
.fi-rr-igloo:before {
  content: "\f6dc";
}
.fi-rr-image-slash:before {
  content: "\f6dd";
}
.fi-rr-images-user:before {
  content: "\f6de";
}
.fi-rr-images:before {
  content: "\f6df";
}
.fi-rr-inbox-in:before {
  content: "\f6e0";
}
.fi-rr-inbox-out:before {
  content: "\f6e1";
}
.fi-rr-inbox:before {
  content: "\f6e2";
}
.fi-rr-inboxes:before {
  content: "\f6e3";
}
.fi-rr-incognito:before {
  content: "\f6e4";
}
.fi-rr-indent:before {
  content: "\f6e5";
}
.fi-rr-indian-rupee-sign:before {
  content: "\f6e6";
}
.fi-rr-industry-alt:before {
  content: "\f6e7";
}
.fi-rr-industry-windows:before {
  content: "\f6e8";
}
.fi-rr-infinity:before {
  content: "\f6e9";
}
.fi-rr-info:before {
  content: "\f6ea";
}
.fi-rr-information:before {
  content: "\f6eb";
}
.fi-rr-inhaler:before {
  content: "\f6ec";
}
.fi-rr-input-numeric:before {
  content: "\f6ed";
}
.fi-rr-input-pipe:before {
  content: "\f6ee";
}
.fi-rr-input-text:before {
  content: "\f6ef";
}
.fi-rr-interactive:before {
  content: "\f6f0";
}
.fi-rr-interlining:before {
  content: "\f6f1";
}
.fi-rr-interrogation:before {
  content: "\f6f2";
}
.fi-rr-inventory-alt:before {
  content: "\f6f3";
}
.fi-rr-invest:before {
  content: "\f6f4";
}
.fi-rr-investment:before {
  content: "\f6f5";
}
.fi-rr-invite-alt:before {
  content: "\f6f6";
}
.fi-rr-invite:before {
  content: "\f6f7";
}
.fi-rr-island-tropical:before {
  content: "\f6f8";
}
.fi-rr-it-alt:before {
  content: "\f6f9";
}
.fi-rr-it-computer:before {
  content: "\f6fa";
}
.fi-rr-it:before {
  content: "\f6fb";
}
.fi-rr-italian-lira-sign:before {
  content: "\f6fc";
}
.fi-rr-italic:before {
  content: "\f6fd";
}
.fi-rr-j:before {
  content: "\f6fe";
}
.fi-rr-jam:before {
  content: "\f6ff";
}
.fi-rr-jar-alt:before {
  content: "\f700";
}
.fi-rr-jar-wheat:before {
  content: "\f701";
}
.fi-rr-joint:before {
  content: "\f702";
}
.fi-rr-journal-alt:before {
  content: "\f703";
}
.fi-rr-journal:before {
  content: "\f704";
}
.fi-rr-journey:before {
  content: "\f705";
}
.fi-rr-joystick:before {
  content: "\f706";
}
.fi-rr-jpg:before {
  content: "\f707";
}
.fi-rr-jug-alt:before {
  content: "\f708";
}
.fi-rr-jug-bottle:before {
  content: "\f709";
}
.fi-rr-jug:before {
  content: "\f70a";
}
.fi-rr-k:before {
  content: "\f70b";
}
.fi-rr-kazoo:before {
  content: "\f70c";
}
.fi-rr-kerning:before {
  content: "\f70d";
}
.fi-rr-key-skeleton-left-right:before {
  content: "\f70e";
}
.fi-rr-key:before {
  content: "\f70f";
}
.fi-rr-keyboard-brightness-low:before {
  content: "\f710";
}
.fi-rr-keyboard-brightness:before {
  content: "\f711";
}
.fi-rr-keyboard-down:before {
  content: "\f712";
}
.fi-rr-keyboard-left:before {
  content: "\f713";
}
.fi-rr-keyboard:before {
  content: "\f714";
}
.fi-rr-keynote:before {
  content: "\f715";
}
.fi-rr-kidneys:before {
  content: "\f716";
}
.fi-rr-kip-sign:before {
  content: "\f717";
}
.fi-rr-kiss-beam:before {
  content: "\f718";
}
.fi-rr-kiss-wink-heart:before {
  content: "\f719";
}
.fi-rr-kiss:before {
  content: "\f71a";
}
.fi-rr-kite:before {
  content: "\f71b";
}
.fi-rr-kiwi-bird:before {
  content: "\f71c";
}
.fi-rr-kiwi-fruit:before {
  content: "\f71d";
}
.fi-rr-knife-kitchen:before {
  content: "\f71e";
}
.fi-rr-knife:before {
  content: "\f71f";
}
.fi-rr-l:before {
  content: "\f720";
}
.fi-rr-label:before {
  content: "\f721";
}
.fi-rr-lacrosse-stick-ball:before {
  content: "\f722";
}
.fi-rr-lacrosse-stick:before {
  content: "\f723";
}
.fi-rr-lamp-desk:before {
  content: "\f724";
}
.fi-rr-lamp-floor:before {
  content: "\f725";
}
.fi-rr-lamp-street:before {
  content: "\f726";
}
.fi-rr-lamp:before {
  content: "\f727";
}
.fi-rr-land-layer-location:before {
  content: "\f728";
}
.fi-rr-land-layers:before {
  content: "\f729";
}
.fi-rr-land-location:before {
  content: "\f72a";
}
.fi-rr-landmark-alt:before {
  content: "\f72b";
}
.fi-rr-language:before {
  content: "\f72c";
}
.fi-rr-laptop-arrow-down:before {
  content: "\f72d";
}
.fi-rr-laptop-code:before {
  content: "\f72e";
}
.fi-rr-laptop-medical:before {
  content: "\f72f";
}
.fi-rr-laptop-mobile:before {
  content: "\f730";
}
.fi-rr-laptop-slash:before {
  content: "\f731";
}
.fi-rr-laptop:before {
  content: "\f732";
}
.fi-rr-lari-sign:before {
  content: "\f733";
}
.fi-rr-lasso-sparkles:before {
  content: "\f734";
}
.fi-rr-lasso:before {
  content: "\f735";
}
.fi-rr-laugh-beam:before {
  content: "\f736";
}
.fi-rr-laugh-squint:before {
  content: "\f737";
}
.fi-rr-laugh-wink:before {
  content: "\f738";
}
.fi-rr-laugh:before {
  content: "\f739";
}
.fi-rr-layer-minus:before {
  content: "\f73a";
}
.fi-rr-layer-plus:before {
  content: "\f73b";
}
.fi-rr-layers:before {
  content: "\f73c";
}
.fi-rr-layout-fluid:before {
  content: "\f73d";
}
.fi-rr-leader-alt:before {
  content: "\f73e";
}
.fi-rr-leader:before {
  content: "\f73f";
}
.fi-rr-leadership-alt:before {
  content: "\f740";
}
.fi-rr-leadership:before {
  content: "\f741";
}
.fi-rr-leaf-heart:before {
  content: "\f742";
}
.fi-rr-leaf-maple:before {
  content: "\f743";
}
.fi-rr-leaf-oak:before {
  content: "\f744";
}
.fi-rr-leaf:before {
  content: "\f745";
}
.fi-rr-leafy-green:before {
  content: "\f746";
}
.fi-rr-leave:before {
  content: "\f747";
}
.fi-rr-left:before {
  content: "\f748";
}
.fi-rr-legal:before {
  content: "\f749";
}
.fi-rr-lemon:before {
  content: "\f74a";
}
.fi-rr-letter-case:before {
  content: "\f74b";
}
.fi-rr-lettuce:before {
  content: "\f74c";
}
.fi-rr-level-down-alt:before {
  content: "\f74d";
}
.fi-rr-level-down:before {
  content: "\f74e";
}
.fi-rr-level-up-alt:before {
  content: "\f74f";
}
.fi-rr-level-up:before {
  content: "\f750";
}
.fi-rr-license:before {
  content: "\f751";
}
.fi-rr-life-ring:before {
  content: "\f752";
}
.fi-rr-light-ceiling:before {
  content: "\f753";
}
.fi-rr-light-emergency-on:before {
  content: "\f754";
}
.fi-rr-light-emergency:before {
  content: "\f755";
}
.fi-rr-light-switch-off:before {
  content: "\f756";
}
.fi-rr-light-switch-on:before {
  content: "\f757";
}
.fi-rr-light-switch:before {
  content: "\f758";
}
.fi-rr-lightbulb-dollar:before {
  content: "\f759";
}
.fi-rr-lightbulb-exclamation:before {
  content: "\f75a";
}
.fi-rr-lightbulb-on:before {
  content: "\f75b";
}
.fi-rr-lightbulb-question:before {
  content: "\f75c";
}
.fi-rr-lightbulb-setting:before {
  content: "\f75d";
}
.fi-rr-lightbulb-slash:before {
  content: "\f75e";
}
.fi-rr-lights-holiday:before {
  content: "\f75f";
}
.fi-rr-line-width:before {
  content: "\f760";
}
.fi-rr-link-alt:before {
  content: "\f761";
}
.fi-rr-link-horizontal-slash:before {
  content: "\f762";
}
.fi-rr-link-horizontal:before {
  content: "\f763";
}
.fi-rr-link-slash-alt:before {
  content: "\f764";
}
.fi-rr-link-slash:before {
  content: "\f765";
}
.fi-rr-link:before {
  content: "\f766";
}
.fi-rr-lips:before {
  content: "\f767";
}
.fi-rr-lipstick:before {
  content: "\f768";
}
.fi-rr-lira-sign:before {
  content: "\f769";
}
.fi-rr-list-check:before {
  content: "\f76a";
}
.fi-rr-list-dropdown:before {
  content: "\f76b";
}
.fi-rr-list-music:before {
  content: "\f76c";
}
.fi-rr-list-timeline:before {
  content: "\f76d";
}
.fi-rr-list:before {
  content: "\f76e";
}
.fi-rr-litecoin-sign:before {
  content: "\f76f";
}
.fi-rr-live-alt:before {
  content: "\f770";
}
.fi-rr-live:before {
  content: "\f771";
}
.fi-rr-loading:before {
  content: "\f772";
}
.fi-rr-loan:before {
  content: "\f773";
}
.fi-rr-lobster:before {
  content: "\f774";
}
.fi-rr-location-alt:before {
  content: "\f775";
}
.fi-rr-location-arrow:before {
  content: "\f776";
}
.fi-rr-location-crosshairs-slash:before {
  content: "\f777";
}
.fi-rr-location-crosshairs:before {
  content: "\f778";
}
.fi-rr-location-dot-slash:before {
  content: "\f779";
}
.fi-rr-location-exclamation:before {
  content: "\f77a";
}
.fi-rr-lock-alt:before {
  content: "\f77b";
}
.fi-rr-lock-open-alt:before {
  content: "\f77c";
}
.fi-rr-lock:before {
  content: "\f77d";
}
.fi-rr-locust:before {
  content: "\f77e";
}
.fi-rr-loveseat:before {
  content: "\f77f";
}
.fi-rr-low-vision:before {
  content: "\f780";
}
.fi-rr-luchador:before {
  content: "\f781";
}
.fi-rr-luggage-cart:before {
  content: "\f782";
}
.fi-rr-luggage-rolling:before {
  content: "\f783";
}
.fi-rr-lungs-virus:before {
  content: "\f784";
}
.fi-rr-lungs:before {
  content: "\f785";
}
.fi-rr-m:before {
  content: "\f786";
}
.fi-rr-mace:before {
  content: "\f787";
}
.fi-rr-magic-wand:before {
  content: "\f788";
}
.fi-rr-magnet-user:before {
  content: "\f789";
}
.fi-rr-magnet:before {
  content: "\f78a";
}
.fi-rr-mailbox:before {
  content: "\f78b";
}
.fi-rr-makeup-brush:before {
  content: "\f78c";
}
.fi-rr-man-head:before {
  content: "\f78d";
}
.fi-rr-manat-sign:before {
  content: "\f78e";
}
.fi-rr-mandolin:before {
  content: "\f78f";
}
.fi-rr-mango:before {
  content: "\f790";
}
.fi-rr-manhole:before {
  content: "\f791";
}
.fi-rr-map-marker-check:before {
  content: "\f792";
}
.fi-rr-map-marker-cross:before {
  content: "\f793";
}
.fi-rr-map-marker-edit:before {
  content: "\f794";
}
.fi-rr-map-marker-home:before {
  content: "\f795";
}
.fi-rr-map-marker-minus:before {
  content: "\f796";
}
.fi-rr-map-marker-plus:before {
  content: "\f797";
}
.fi-rr-map-marker-question:before {
  content: "\f798";
}
.fi-rr-map-marker-slash:before {
  content: "\f799";
}
.fi-rr-map-marker-smile:before {
  content: "\f79a";
}
.fi-rr-map-marker:before {
  content: "\f79b";
}
.fi-rr-map-pin:before {
  content: "\f79c";
}
.fi-rr-map:before {
  content: "\f79d";
}
.fi-rr-marker-time:before {
  content: "\f79e";
}
.fi-rr-marker:before {
  content: "\f79f";
}
.fi-rr-mars-double:before {
  content: "\f7a0";
}
.fi-rr-mars-stroke-right:before {
  content: "\f7a1";
}
.fi-rr-mars-stroke-up:before {
  content: "\f7a2";
}
.fi-rr-mars:before {
  content: "\f7a3";
}
.fi-rr-martini-glass-citrus:before {
  content: "\f7a4";
}
.fi-rr-martini-glass-empty:before {
  content: "\f7a5";
}
.fi-rr-mask-carnival:before {
  content: "\f7a6";
}
.fi-rr-mask-face:before {
  content: "\f7a7";
}
.fi-rr-mask-snorkel:before {
  content: "\f7a8";
}
.fi-rr-mask:before {
  content: "\f7a9";
}
.fi-rr-massage:before {
  content: "\f7aa";
}
.fi-rr-match-fire:before {
  content: "\f7ab";
}
.fi-rr-mattress-pillow:before {
  content: "\f7ac";
}
.fi-rr-meat:before {
  content: "\f7ad";
}
.fi-rr-medal:before {
  content: "\f7ae";
}
.fi-rr-medical-star:before {
  content: "\f7af";
}
.fi-rr-medicine:before {
  content: "\f7b0";
}
.fi-rr-meeting-alt:before {
  content: "\f7b1";
}
.fi-rr-meeting:before {
  content: "\f7b2";
}
.fi-rr-megaphone:before {
  content: "\f7b3";
}
.fi-rr-meh-blank:before {
  content: "\f7b4";
}
.fi-rr-meh-rolling-eyes:before {
  content: "\f7b5";
}
.fi-rr-meh:before {
  content: "\f7b6";
}
.fi-rr-melon-alt:before {
  content: "\f7b7";
}
.fi-rr-melon:before {
  content: "\f7b8";
}
.fi-rr-memo-circle-check:before {
  content: "\f7b9";
}
.fi-rr-memo-pad:before {
  content: "\f7ba";
}
.fi-rr-memo:before {
  content: "\f7bb";
}
.fi-rr-memory:before {
  content: "\f7bc";
}
.fi-rr-menu-burger:before {
  content: "\f7bd";
}
.fi-rr-menu-dots-vertical:before {
  content: "\f7be";
}
.fi-rr-menu-dots:before {
  content: "\f7bf";
}
.fi-rr-mercury:before {
  content: "\f7c0";
}
.fi-rr-message-arrow-down:before {
  content: "\f7c1";
}
.fi-rr-message-arrow-up-right:before {
  content: "\f7c2";
}
.fi-rr-message-arrow-up:before {
  content: "\f7c3";
}
.fi-rr-message-bot:before {
  content: "\f7c4";
}
.fi-rr-message-code:before {
  content: "\f7c5";
}
.fi-rr-message-dollar:before {
  content: "\f7c6";
}
.fi-rr-message-image:before {
  content: "\f7c7";
}
.fi-rr-message-question:before {
  content: "\f7c8";
}
.fi-rr-message-quote:before {
  content: "\f7c9";
}
.fi-rr-message-slash:before {
  content: "\f7ca";
}
.fi-rr-message-sms:before {
  content: "\f7cb";
}
.fi-rr-message-text:before {
  content: "\f7cc";
}
.fi-rr-message-xmark:before {
  content: "\f7cd";
}
.fi-rr-messages-dollar:before {
  content: "\f7ce";
}
.fi-rr-messages-question:before {
  content: "\f7cf";
}
.fi-rr-messages:before {
  content: "\f7d0";
}
.fi-rr-meteor:before {
  content: "\f7d1";
}
.fi-rr-meter-bolt:before {
  content: "\f7d2";
}
.fi-rr-meter-droplet:before {
  content: "\f7d3";
}
.fi-rr-meter-fire:before {
  content: "\f7d4";
}
.fi-rr-meter:before {
  content: "\f7d5";
}
.fi-rr-microchip-ai:before {
  content: "\f7d6";
}
.fi-rr-microchip:before {
  content: "\f7d7";
}
.fi-rr-microphone-alt:before {
  content: "\f7d8";
}
.fi-rr-microphone-slash:before {
  content: "\f7d9";
}
.fi-rr-microphone:before {
  content: "\f7da";
}
.fi-rr-microscope:before {
  content: "\f7db";
}
.fi-rr-microwave:before {
  content: "\f7dc";
}
.fi-rr-mill-sign:before {
  content: "\f7dd";
}
.fi-rr-mind-share:before {
  content: "\f7de";
}
.fi-rr-minus-circle:before {
  content: "\f7df";
}
.fi-rr-minus-hexagon:before {
  content: "\f7e0";
}
.fi-rr-minus-small:before {
  content: "\f7e1";
}
.fi-rr-minus:before {
  content: "\f7e2";
}
.fi-rr-mistletoe:before {
  content: "\f7e3";
}
.fi-rr-mobile-button:before {
  content: "\f7e4";
}
.fi-rr-mobile-notch:before {
  content: "\f7e5";
}
.fi-rr-mobile:before {
  content: "\f7e6";
}
.fi-rr-mockup:before {
  content: "\f7e7";
}
.fi-rr-mode-alt:before {
  content: "\f7e8";
}
.fi-rr-mode-landscape:before {
  content: "\f7e9";
}
.fi-rr-mode-portrait:before {
  content: "\f7ea";
}
.fi-rr-mode:before {
  content: "\f7eb";
}
.fi-rr-money-bill-simple:before {
  content: "\f7ec";
}
.fi-rr-money-bill-wave-alt:before {
  content: "\f7ed";
}
.fi-rr-money-bill-wave:before {
  content: "\f7ee";
}
.fi-rr-money-bills-simple:before {
  content: "\f7ef";
}
.fi-rr-money-bills:before {
  content: "\f7f0";
}
.fi-rr-money-check-edit-alt:before {
  content: "\f7f1";
}
.fi-rr-money-check-edit:before {
  content: "\f7f2";
}
.fi-rr-money-check:before {
  content: "\f7f3";
}
.fi-rr-money-from-bracket:before {
  content: "\f7f4";
}
.fi-rr-money-simple-from-bracket:before {
  content: "\f7f5";
}
.fi-rr-money:before {
  content: "\f7f6";
}
.fi-rr-monkey:before {
  content: "\f7f7";
}
.fi-rr-monument:before {
  content: "\f7f8";
}
.fi-rr-moon-stars:before {
  content: "\f7f9";
}
.fi-rr-moon:before {
  content: "\f7fa";
}
.fi-rr-moped:before {
  content: "\f7fb";
}
.fi-rr-mortar-pestle:before {
  content: "\f7fc";
}
.fi-rr-mosquito-net:before {
  content: "\f7fd";
}
.fi-rr-mosquito:before {
  content: "\f7fe";
}
.fi-rr-motorcycle:before {
  content: "\f7ff";
}
.fi-rr-mound:before {
  content: "\f800";
}
.fi-rr-mountain-city:before {
  content: "\f801";
}
.fi-rr-mountain:before {
  content: "\f802";
}
.fi-rr-mountains:before {
  content: "\f803";
}
.fi-rr-mouse:before {
  content: "\f804";
}
.fi-rr-move-to-folder-2:before {
  content: "\f805";
}
.fi-rr-move-to-folder:before {
  content: "\f806";
}
.fi-rr-mp3-player:before {
  content: "\f807";
}
.fi-rr-mug-alt:before {
  content: "\f808";
}
.fi-rr-mug-hot-alt:before {
  content: "\f809";
}
.fi-rr-mug-hot:before {
  content: "\f80a";
}
.fi-rr-mug-marshmallows:before {
  content: "\f80b";
}
.fi-rr-mug-tea-saucer:before {
  content: "\f80c";
}
.fi-rr-mug-tea:before {
  content: "\f80d";
}
.fi-rr-mug:before {
  content: "\f80e";
}
.fi-rr-mushroom-alt:before {
  content: "\f80f";
}
.fi-rr-mushroom:before {
  content: "\f810";
}
.fi-rr-music-alt:before {
  content: "\f811";
}
.fi-rr-music-file:before {
  content: "\f812";
}
.fi-rr-music-note-slash:before {
  content: "\f813";
}
.fi-rr-music-note:before {
  content: "\f814";
}
.fi-rr-music-slash:before {
  content: "\f815";
}
.fi-rr-music:before {
  content: "\f816";
}
.fi-rr-n:before {
  content: "\f817";
}
.fi-rr-naira-sign:before {
  content: "\f818";
}
.fi-rr-narwhal:before {
  content: "\f819";
}
.fi-rr-navigation:before {
  content: "\f81a";
}
.fi-rr-nesting-dolls:before {
  content: "\f81b";
}
.fi-rr-network-cloud:before {
  content: "\f81c";
}
.fi-rr-network:before {
  content: "\f81d";
}
.fi-rr-neuter:before {
  content: "\f81e";
}
.fi-rr-newspaper-open:before {
  content: "\f81f";
}
.fi-rr-newspaper:before {
  content: "\f820";
}
.fi-rr-nfc-lock:before {
  content: "\f821";
}
.fi-rr-nfc-magnifying-glass:before {
  content: "\f822";
}
.fi-rr-nfc-pen:before {
  content: "\f823";
}
.fi-rr-nfc-slash:before {
  content: "\f824";
}
.fi-rr-nfc-trash:before {
  content: "\f825";
}
.fi-rr-nfc:before {
  content: "\f826";
}
.fi-rr-no-people:before {
  content: "\f827";
}
.fi-rr-noodles:before {
  content: "\f828";
}
.fi-rr-notdef:before {
  content: "\f829";
}
.fi-rr-note-medical:before {
  content: "\f82a";
}
.fi-rr-note-sticky:before {
  content: "\f82b";
}
.fi-rr-note:before {
  content: "\f82c";
}
.fi-rr-notebook-alt:before {
  content: "\f82d";
}
.fi-rr-notebook:before {
  content: "\f82e";
}
.fi-rr-notes-medical:before {
  content: "\f82f";
}
.fi-rr-notes:before {
  content: "\f830";
}
.fi-rr-o:before {
  content: "\f831";
}
.fi-rr-object-exclude:before {
  content: "\f832";
}
.fi-rr-object-group:before {
  content: "\f833";
}
.fi-rr-object-intersect:before {
  content: "\f834";
}
.fi-rr-object-subtract:before {
  content: "\f835";
}
.fi-rr-object-ungroup:before {
  content: "\f836";
}
.fi-rr-object-union:before {
  content: "\f837";
}
.fi-rr-objects-column:before {
  content: "\f838";
}
.fi-rr-octagon:before {
  content: "\f839";
}
.fi-rr-oil-can:before {
  content: "\f83a";
}
.fi-rr-oil-temp:before {
  content: "\f83b";
}
.fi-rr-olive-oil:before {
  content: "\f83c";
}
.fi-rr-olive:before {
  content: "\f83d";
}
.fi-rr-olives:before {
  content: "\f83e";
}
.fi-rr-onion:before {
  content: "\f83f";
}
.fi-rr-opacity:before {
  content: "\f840";
}
.fi-rr-operation:before {
  content: "\f841";
}
.fi-rr-ornament:before {
  content: "\f842";
}
.fi-rr-otter:before {
  content: "\f843";
}
.fi-rr-outdent:before {
  content: "\f844";
}
.fi-rr-oven:before {
  content: "\f845";
}
.fi-rr-overline:before {
  content: "\f846";
}
.fi-rr-overview:before {
  content: "\f847";
}
.fi-rr-p:before {
  content: "\f848";
}
.fi-rr-package:before {
  content: "\f849";
}
.fi-rr-page-break:before {
  content: "\f84a";
}
.fi-rr-pager:before {
  content: "\f84b";
}
.fi-rr-paint-brush:before {
  content: "\f84c";
}
.fi-rr-paint-roller:before {
  content: "\f84d";
}
.fi-rr-paintbrush-pencil:before {
  content: "\f84e";
}
.fi-rr-palette:before {
  content: "\f84f";
}
.fi-rr-pallet-alt:before {
  content: "\f850";
}
.fi-rr-pallet:before {
  content: "\f851";
}
.fi-rr-pan-food:before {
  content: "\f852";
}
.fi-rr-pan-frying:before {
  content: "\f853";
}
.fi-rr-pan:before {
  content: "\f854";
}
.fi-rr-pancakes:before {
  content: "\f855";
}
.fi-rr-panorama:before {
  content: "\f856";
}
.fi-rr-paper-plane-top:before {
  content: "\f857";
}
.fi-rr-paper-plane:before {
  content: "\f858";
}
.fi-rr-paperclip-vertical:before {
  content: "\f859";
}
.fi-rr-parachute-box:before {
  content: "\f85a";
}
.fi-rr-paragraph-left:before {
  content: "\f85b";
}
.fi-rr-paragraph:before {
  content: "\f85c";
}
.fi-rr-parking-circle-slash:before {
  content: "\f85d";
}
.fi-rr-parking-circle:before {
  content: "\f85e";
}
.fi-rr-parking-slash:before {
  content: "\f85f";
}
.fi-rr-parking:before {
  content: "\f860";
}
.fi-rr-party-bell:before {
  content: "\f861";
}
.fi-rr-party-horn:before {
  content: "\f862";
}
.fi-rr-passport:before {
  content: "\f863";
}
.fi-rr-password:before {
  content: "\f864";
}
.fi-rr-paste:before {
  content: "\f865";
}
.fi-rr-pattern:before {
  content: "\f866";
}
.fi-rr-pause-circle:before {
  content: "\f867";
}
.fi-rr-pause:before {
  content: "\f868";
}
.fi-rr-paw-claws:before {
  content: "\f869";
}
.fi-rr-paw:before {
  content: "\f86a";
}
.fi-rr-peace:before {
  content: "\f86b";
}
.fi-rr-peach:before {
  content: "\f86c";
}
.fi-rr-peanut:before {
  content: "\f86d";
}
.fi-rr-peanuts:before {
  content: "\f86e";
}
.fi-rr-peapod:before {
  content: "\f86f";
}
.fi-rr-pear:before {
  content: "\f870";
}
.fi-rr-pedestal:before {
  content: "\f871";
}
.fi-rr-pen-circle:before {
  content: "\f872";
}
.fi-rr-pen-clip-slash:before {
  content: "\f873";
}
.fi-rr-pen-clip:before {
  content: "\f874";
}
.fi-rr-pen-fancy-slash:before {
  content: "\f875";
}
.fi-rr-pen-fancy:before {
  content: "\f876";
}
.fi-rr-pen-field:before {
  content: "\f877";
}
.fi-rr-pen-nib-slash:before {
  content: "\f878";
}
.fi-rr-pen-nib:before {
  content: "\f879";
}
.fi-rr-pen-slash:before {
  content: "\f87a";
}
.fi-rr-pen-square:before {
  content: "\f87b";
}
.fi-rr-pen-swirl:before {
  content: "\f87c";
}
.fi-rr-pencil-paintbrush:before {
  content: "\f87d";
}
.fi-rr-pencil-ruler:before {
  content: "\f87e";
}
.fi-rr-pencil-slash:before {
  content: "\f87f";
}
.fi-rr-pencil:before {
  content: "\f880";
}
.fi-rr-pennant:before {
  content: "\f881";
}
.fi-rr-people-arrows-left-right:before {
  content: "\f882";
}
.fi-rr-people-carry-box:before {
  content: "\f883";
}
.fi-rr-people-dress:before {
  content: "\f884";
}
.fi-rr-people-pants:before {
  content: "\f885";
}
.fi-rr-people-poll:before {
  content: "\f886";
}
.fi-rr-people:before {
  content: "\f887";
}
.fi-rr-pepper-alt:before {
  content: "\f888";
}
.fi-rr-pepper-hot:before {
  content: "\f889";
}
.fi-rr-pepper:before {
  content: "\f88a";
}
.fi-rr-percentage:before {
  content: "\f88b";
}
.fi-rr-person-carry-box:before {
  content: "\f88c";
}
.fi-rr-person-circle-check:before {
  content: "\f88d";
}
.fi-rr-person-circle-exclamation:before {
  content: "\f88e";
}
.fi-rr-person-circle-minus:before {
  content: "\f88f";
}
.fi-rr-person-circle-plus:before {
  content: "\f890";
}
.fi-rr-person-circle-question:before {
  content: "\f891";
}
.fi-rr-person-circle-xmark:before {
  content: "\f892";
}
.fi-rr-person-dolly-empty:before {
  content: "\f893";
}
.fi-rr-person-dolly:before {
  content: "\f894";
}
.fi-rr-person-dress-simple:before {
  content: "\f895";
}
.fi-rr-person-dress:before {
  content: "\f896";
}
.fi-rr-person-praying:before {
  content: "\f897";
}
.fi-rr-person-pregnant:before {
  content: "\f898";
}
.fi-rr-person-seat-reclined:before {
  content: "\f899";
}
.fi-rr-person-seat:before {
  content: "\f89a";
}
.fi-rr-person-sign:before {
  content: "\f89b";
}
.fi-rr-person-simple:before {
  content: "\f89c";
}
.fi-rr-person-walking-with-cane:before {
  content: "\f89d";
}
.fi-rr-peseta-sign:before {
  content: "\f89e";
}
.fi-rr-peso-sign:before {
  content: "\f89f";
}
.fi-rr-pharmacy:before {
  content: "\f8a0";
}
.fi-rr-phone-call:before {
  content: "\f8a1";
}
.fi-rr-phone-cross:before {
  content: "\f8a2";
}
.fi-rr-phone-flip:before {
  content: "\f8a3";
}
.fi-rr-phone-office:before {
  content: "\f8a4";
}
.fi-rr-phone-pause:before {
  content: "\f8a5";
}
.fi-rr-phone-plus:before {
  content: "\f8a6";
}
.fi-rr-phone-rotary:before {
  content: "\f8a7";
}
.fi-rr-phone-slash:before {
  content: "\f8a8";
}
.fi-rr-photo-film-music:before {
  content: "\f8a9";
}
.fi-rr-photo-video:before {
  content: "\f8aa";
}
.fi-rr-physics:before {
  content: "\f8ab";
}
.fi-rr-Pi:before {
  content: "\f8ac";
}
.fi-rr-piano-keyboard:before {
  content: "\f8ad";
}
.fi-rr-piano:before {
  content: "\f8ae";
}
.fi-rr-pickaxe:before {
  content: "\f8af";
}
.fi-rr-picnic:before {
  content: "\f8b0";
}
.fi-rr-picpeople-filled:before {
  content: "\f8b1";
}
.fi-rr-picpeople:before {
  content: "\f8b2";
}
.fi-rr-picture:before {
  content: "\f8b3";
}
.fi-rr-pie:before {
  content: "\f8b4";
}
.fi-rr-piece:before {
  content: "\f8b5";
}
.fi-rr-pig-face:before {
  content: "\f8b6";
}
.fi-rr-pig:before {
  content: "\f8b7";
}
.fi-rr-piggy-bank:before {
  content: "\f8b8";
}
.fi-rr-pills:before {
  content: "\f8b9";
}
.fi-rr-pinata:before {
  content: "\f8ba";
}
.fi-rr-pineapple-alt:before {
  content: "\f8bb";
}
.fi-rr-pineapple:before {
  content: "\f8bc";
}
.fi-rr-ping-pong:before {
  content: "\f8bd";
}
.fi-rr-pipe-smoking:before {
  content: "\f8be";
}
.fi-rr-pizza-slice:before {
  content: "\f8bf";
}
.fi-rr-plane-alt:before {
  content: "\f8c0";
}
.fi-rr-plane-arrival:before {
  content: "\f8c1";
}
.fi-rr-plane-departure:before {
  content: "\f8c2";
}
.fi-rr-plane-prop:before {
  content: "\f8c3";
}
.fi-rr-plane-slash:before {
  content: "\f8c4";
}
.fi-rr-plane-tail:before {
  content: "\f8c5";
}
.fi-rr-plane:before {
  content: "\f8c6";
}
.fi-rr-planet-moon:before {
  content: "\f8c7";
}
.fi-rr-planet-ringed:before {
  content: "\f8c8";
}
.fi-rr-plant-wilt:before {
  content: "\f8c9";
}
.fi-rr-plate-wheat:before {
  content: "\f8ca";
}
.fi-rr-plate:before {
  content: "\f8cb";
}
.fi-rr-play-alt:before {
  content: "\f8cc";
}
.fi-rr-play-circle:before {
  content: "\f8cd";
}
.fi-rr-play-pause:before {
  content: "\f8ce";
}
.fi-rr-play:before {
  content: "\f8cf";
}
.fi-rr-playing-cards:before {
  content: "\f8d0";
}
.fi-rr-plug-alt:before {
  content: "\f8d1";
}
.fi-rr-plug-cable:before {
  content: "\f8d2";
}
.fi-rr-plug-connection:before {
  content: "\f8d3";
}
.fi-rr-plug:before {
  content: "\f8d4";
}
.fi-rr-plus-hexagon:before {
  content: "\f8d5";
}
.fi-rr-plus-minus:before {
  content: "\f8d6";
}
.fi-rr-plus-small:before {
  content: "\f8d7";
}
.fi-rr-plus:before {
  content: "\f8d8";
}
.fi-rr-podcast:before {
  content: "\f8d9";
}
.fi-rr-podium-star:before {
  content: "\f8da";
}
.fi-rr-podium:before {
  content: "\f8db";
}
.fi-rr-poker-chip:before {
  content: "\f8dc";
}
.fi-rr-police-box:before {
  content: "\f8dd";
}
.fi-rr-poll-h:before {
  content: "\f8de";
}
.fi-rr-pompebled:before {
  content: "\f8df";
}
.fi-rr-poo-bolt:before {
  content: "\f8e0";
}
.fi-rr-poo:before {
  content: "\f8e1";
}
.fi-rr-pool-8-ball:before {
  content: "\f8e2";
}
.fi-rr-poop:before {
  content: "\f8e3";
}
.fi-rr-popcorn:before {
  content: "\f8e4";
}
.fi-rr-popsicle:before {
  content: "\f8e5";
}
.fi-rr-portal-enter:before {
  content: "\f8e6";
}
.fi-rr-portal-exit:before {
  content: "\f8e7";
}
.fi-rr-portrait:before {
  content: "\f8e8";
}
.fi-rr-pot:before {
  content: "\f8e9";
}
.fi-rr-potato:before {
  content: "\f8ea";
}
.fi-rr-pound:before {
  content: "\f8eb";
}
.fi-rr-power:before {
  content: "\f8ec";
}
.fi-rr-prescription-bottle-alt:before {
  content: "\f8ed";
}
.fi-rr-prescription-bottle-pill:before {
  content: "\f8ee";
}
.fi-rr-prescription-bottle:before {
  content: "\f8ef";
}
.fi-rr-prescription:before {
  content: "\f8f0";
}
.fi-rr-presentation:before {
  content: "\f8f1";
}
.fi-rr-preview:before {
  content: "\f8f2";
}
.fi-rr-print-magnifying-glass:before {
  content: "\f8f3";
}
.fi-rr-print-slash:before {
  content: "\f8f4";
}
.fi-rr-print:before {
  content: "\f8f5";
}
.fi-rr-priority-arrow:before {
  content: "\f8f6";
}
.fi-rr-priority-arrows:before {
  content: "\f8f7";
}
.fi-rr-priority-importance:before {
  content: "\f8f8";
}
.fi-rr-procedures:before {
  content: "\f8f9";
}
.fi-rr-process:before {
  content: "\f8fa";
}
.fi-rr-projector:before {
  content: "\f8fb";
}
.fi-rr-protractor:before {
  content: "\f8fc";
}
.fi-rr-pulse:before {
  content: "\f8fd";
}
.fi-rr-pump-medical:before {
  content: "\f8fe";
}
.fi-rr-pump:before {
  content: "\f8ff";
}
.fi-rr-pumpkin-alt-2:before {
  content: "\f900";
}
.fi-rr-pumpkin-alt:before {
  content: "\f901";
}
.fi-rr-pumpkin:before {
  content: "\f902";
}
.fi-rr-puzzle-alt:before {
  content: "\f903";
}
.fi-rr-puzzle-pieces:before {
  content: "\f904";
}
.fi-rr-puzzle:before {
  content: "\f905";
}
.fi-rr-pyramid:before {
  content: "\f906";
}
.fi-rr-q:before {
  content: "\f907";
}
.fi-rr-qr-scan:before {
  content: "\f908";
}
.fi-rr-QR:before {
  content: "\f909";
}
.fi-rr-qrcode:before {
  content: "\f90a";
}
.fi-rr-question-square:before {
  content: "\f90b";
}
.fi-rr-question:before {
  content: "\f90c";
}
.fi-rr-quiz-alt:before {
  content: "\f90d";
}
.fi-rr-quiz:before {
  content: "\f90e";
}
.fi-rr-quote-right:before {
  content: "\f90f";
}
.fi-rr-r:before {
  content: "\f910";
}
.fi-rr-rabbit-fast:before {
  content: "\f911";
}
.fi-rr-rabbit:before {
  content: "\f912";
}
.fi-rr-racquet:before {
  content: "\f913";
}
.fi-rr-radar:before {
  content: "\f914";
}
.fi-rr-radiation-alt:before {
  content: "\f915";
}
.fi-rr-radiation:before {
  content: "\f916";
}
.fi-rr-radio-alt:before {
  content: "\f917";
}
.fi-rr-radio:before {
  content: "\f918";
}
.fi-rr-radish:before {
  content: "\f919";
}
.fi-rr-rainbow:before {
  content: "\f91a";
}
.fi-rr-raindrops:before {
  content: "\f91b";
}
.fi-rr-ram:before {
  content: "\f91c";
}
.fi-rr-ramp-loading:before {
  content: "\f91d";
}
.fi-rr-rank:before {
  content: "\f91e";
}
.fi-rr-ranking-podium:before {
  content: "\f91f";
}
.fi-rr-ranking-star:before {
  content: "\f920";
}
.fi-rr-ranking-stars:before {
  content: "\f921";
}
.fi-rr-raygun:before {
  content: "\f922";
}
.fi-rr-react:before {
  content: "\f923";
}
.fi-rr-rec:before {
  content: "\f924";
}
.fi-rr-receipt:before {
  content: "\f925";
}
.fi-rr-record-vinyl:before {
  content: "\f926";
}
.fi-rr-rectabgle-vertical:before {
  content: "\f927";
}
.fi-rr-rectangle-barcode:before {
  content: "\f928";
}
.fi-rr-rectangle-code:before {
  content: "\f929";
}
.fi-rr-rectangle-history-circle-plus:before {
  content: "\f92a";
}
.fi-rr-rectangle-horizontal:before {
  content: "\f92b";
}
.fi-rr-rectangle-list:before {
  content: "\f92c";
}
.fi-rr-rectangle-panoramic:before {
  content: "\f92d";
}
.fi-rr-rectangle-pro:before {
  content: "\f92e";
}
.fi-rr-rectangle-vertical-history:before {
  content: "\f92f";
}
.fi-rr-rectangle-vertical:before {
  content: "\f930";
}
.fi-rr-rectangle-xmark:before {
  content: "\f931";
}
.fi-rr-rectangles-mixed:before {
  content: "\f932";
}
.fi-rr-recycle:before {
  content: "\f933";
}
.fi-rr-redo-alt:before {
  content: "\f934";
}
.fi-rr-redo:before {
  content: "\f935";
}
.fi-rr-reel:before {
  content: "\f936";
}
.fi-rr-refer-arrow:before {
  content: "\f937";
}
.fi-rr-refer:before {
  content: "\f938";
}
.fi-rr-reflect-horizontal:before {
  content: "\f939";
}
.fi-rr-reflect-vertical:before {
  content: "\f93a";
}
.fi-rr-reflect:before {
  content: "\f93b";
}
.fi-rr-refresh:before {
  content: "\f93c";
}
.fi-rr-refrigerator:before {
  content: "\f93d";
}
.fi-rr-refund-alt:before {
  content: "\f93e";
}
.fi-rr-refund:before {
  content: "\f93f";
}
.fi-rr-registered:before {
  content: "\f940";
}
.fi-rr-registration-paper:before {
  content: "\f941";
}
.fi-rr-remove-folder:before {
  content: "\f942";
}
.fi-rr-remove-user:before {
  content: "\f943";
}
.fi-rr-rent-signal:before {
  content: "\f944";
}
.fi-rr-rent:before {
  content: "\f945";
}
.fi-rr-replace:before {
  content: "\f946";
}
.fi-rr-reply-all:before {
  content: "\f947";
}
.fi-rr-republican:before {
  content: "\f948";
}
.fi-rr-resize:before {
  content: "\f949";
}
.fi-rr-resources:before {
  content: "\f94a";
}
.fi-rr-restaurant:before {
  content: "\f94b";
}
.fi-rr-restroom-simple:before {
  content: "\f94c";
}
.fi-rr-revenue-alt:before {
  content: "\f94d";
}
.fi-rr-Revenue:before {
  content: "\f94e";
}
.fi-rr-review:before {
  content: "\f94f";
}
.fi-rr-rewind:before {
  content: "\f950";
}
.fi-rr-rhombus:before {
  content: "\f951";
}
.fi-rr-ribbon:before {
  content: "\f952";
}
.fi-rr-right:before {
  content: "\f953";
}
.fi-rr-ring-diamond:before {
  content: "\f954";
}
.fi-rr-ring:before {
  content: "\f955";
}
.fi-rr-rings-wedding:before {
  content: "\f956";
}
.fi-rr-risk-alt:before {
  content: "\f957";
}
.fi-rr-risk:before {
  content: "\f958";
}
.fi-rr-road:before {
  content: "\f959";
}
.fi-rr-robot:before {
  content: "\f95a";
}
.fi-rr-rocket-lunch:before {
  content: "\f95b";
}
.fi-rr-rocket:before {
  content: "\f95c";
}
.fi-rr-roller-coaster:before {
  content: "\f95d";
}
.fi-rr-room-service:before {
  content: "\f95e";
}
.fi-rr-rotate-exclamation:before {
  content: "\f95f";
}
.fi-rr-rotate-left:before {
  content: "\f960";
}
.fi-rr-rotate-right:before {
  content: "\f961";
}
.fi-rr-route-highway:before {
  content: "\f962";
}
.fi-rr-route-interstate:before {
  content: "\f963";
}
.fi-rr-route:before {
  content: "\f964";
}
.fi-rr-router:before {
  content: "\f965";
}
.fi-rr-rss-alt:before {
  content: "\f966";
}
.fi-rr-rss:before {
  content: "\f967";
}
.fi-rr-ruble-sign:before {
  content: "\f968";
}
.fi-rr-rugby:before {
  content: "\f969";
}
.fi-rr-ruler-combined:before {
  content: "\f96a";
}
.fi-rr-ruler-horizontal:before {
  content: "\f96b";
}
.fi-rr-ruler-triangle:before {
  content: "\f96c";
}
.fi-rr-ruler-vertical:before {
  content: "\f96d";
}
.fi-rr-running:before {
  content: "\f96e";
}
.fi-rr-rupee-sign:before {
  content: "\f96f";
}
.fi-rr-rupiah-sign:before {
  content: "\f970";
}
.fi-rr-rv:before {
  content: "\f971";
}
.fi-rr-s:before {
  content: "\f972";
}
.fi-rr-sack-dollar:before {
  content: "\f973";
}
.fi-rr-sack:before {
  content: "\f974";
}
.fi-rr-sad-cry:before {
  content: "\f975";
}
.fi-rr-sad-tear:before {
  content: "\f976";
}
.fi-rr-sad:before {
  content: "\f977";
}
.fi-rr-safe-box:before {
  content: "\f978";
}
.fi-rr-sailboat:before {
  content: "\f979";
}
.fi-rr-salad:before {
  content: "\f97a";
}
.fi-rr-salt-pepper:before {
  content: "\f97b";
}
.fi-rr-salt-shaker:before {
  content: "\f97c";
}
.fi-rr-sandwich-alt:before {
  content: "\f97d";
}
.fi-rr-sandwich:before {
  content: "\f97e";
}
.fi-rr-satellite-dish:before {
  content: "\f97f";
}
.fi-rr-satellite:before {
  content: "\f980";
}
.fi-rr-sauce:before {
  content: "\f981";
}
.fi-rr-sausage:before {
  content: "\f982";
}
.fi-rr-sax-hot:before {
  content: "\f983";
}
.fi-rr-saxophone:before {
  content: "\f984";
}
.fi-rr-scale:before {
  content: "\f985";
}
.fi-rr-scalpel-path:before {
  content: "\f986";
}
.fi-rr-scalpel:before {
  content: "\f987";
}
.fi-rr-scanner-gun:before {
  content: "\f988";
}
.fi-rr-scanner-image:before {
  content: "\f989";
}
.fi-rr-scanner-keyboard:before {
  content: "\f98a";
}
.fi-rr-scanner-touchscreen:before {
  content: "\f98b";
}
.fi-rr-scarecrow:before {
  content: "\f98c";
}
.fi-rr-scarf:before {
  content: "\f98d";
}
.fi-rr-school-bus:before {
  content: "\f98e";
}
.fi-rr-school:before {
  content: "\f98f";
}
.fi-rr-scissors:before {
  content: "\f990";
}
.fi-rr-screen:before {
  content: "\f991";
}
.fi-rr-screencast:before {
  content: "\f992";
}
.fi-rr-screwdriver:before {
  content: "\f993";
}
.fi-rr-scribble:before {
  content: "\f994";
}
.fi-rr-scroll-old:before {
  content: "\f995";
}
.fi-rr-scroll-torah:before {
  content: "\f996";
}
.fi-rr-scroll:before {
  content: "\f997";
}
.fi-rr-scrubber:before {
  content: "\f998";
}
.fi-rr-scythe:before {
  content: "\f999";
}
.fi-rr-sd-card:before {
  content: "\f99a";
}
.fi-rr-sd-cards:before {
  content: "\f99b";
}
.fi-rr-seal-exclamation:before {
  content: "\f99c";
}
.fi-rr-seal-question:before {
  content: "\f99d";
}
.fi-rr-search-alt:before {
  content: "\f99e";
}
.fi-rr-search-dollar:before {
  content: "\f99f";
}
.fi-rr-search-heart:before {
  content: "\f9a0";
}
.fi-rr-search-location:before {
  content: "\f9a1";
}
.fi-rr-search:before {
  content: "\f9a2";
}
.fi-rr-seat-airline:before {
  content: "\f9a3";
}
.fi-rr-second-award:before {
  content: "\f9a4";
}
.fi-rr-second-laurel:before {
  content: "\f9a5";
}
.fi-rr-second-medal:before {
  content: "\f9a6";
}
.fi-rr-second:before {
  content: "\f9a7";
}
.fi-rr-security:before {
  content: "\f9a8";
}
.fi-rr-seedling:before {
  content: "\f9a9";
}
.fi-rr-selection:before {
  content: "\f9aa";
}
.fi-rr-send-back:before {
  content: "\f9ab";
}
.fi-rr-send-backward:before {
  content: "\f9ac";
}
.fi-rr-sensor-alert:before {
  content: "\f9ad";
}
.fi-rr-sensor-fire:before {
  content: "\f9ae";
}
.fi-rr-sensor-on:before {
  content: "\f9af";
}
.fi-rr-sensor-smoke:before {
  content: "\f9b0";
}
.fi-rr-sensor:before {
  content: "\f9b1";
}
.fi-rr-settings-sliders:before {
  content: "\f9b2";
}
.fi-rr-settings:before {
  content: "\f9b3";
}
.fi-rr-share-alt-square:before {
  content: "\f9b4";
}
.fi-rr-share-square:before {
  content: "\f9b5";
}
.fi-rr-share:before {
  content: "\f9b6";
}
.fi-rr-sheep:before {
  content: "\f9b7";
}
.fi-rr-shekel-sign:before {
  content: "\f9b8";
}
.fi-rr-shelves:before {
  content: "\f9b9";
}
.fi-rr-shield-alt:before {
  content: "\f9ba";
}
.fi-rr-shield-check:before {
  content: "\f9bb";
}
.fi-rr-shield-cross:before {
  content: "\f9bc";
}
.fi-rr-shield-exclamation:before {
  content: "\f9bd";
}
.fi-rr-shield-interrogation:before {
  content: "\f9be";
}
.fi-rr-shield-keyhole:before {
  content: "\f9bf";
}
.fi-rr-shield-minus:before {
  content: "\f9c0";
}
.fi-rr-shield-plus:before {
  content: "\f9c1";
}
.fi-rr-shield-slash:before {
  content: "\f9c2";
}
.fi-rr-shield-virus:before {
  content: "\f9c3";
}
.fi-rr-shield-xmark:before {
  content: "\f9c4";
}
.fi-rr-shield:before {
  content: "\f9c5";
}
.fi-rr-ship-side:before {
  content: "\f9c6";
}
.fi-rr-ship:before {
  content: "\f9c7";
}
.fi-rr-shipping-fast:before {
  content: "\f9c8";
}
.fi-rr-shipping-timed:before {
  content: "\f9c9";
}
.fi-rr-shirt-long-sleeve:before {
  content: "\f9ca";
}
.fi-rr-shirt-running:before {
  content: "\f9cb";
}
.fi-rr-shirt-tank-top:before {
  content: "\f9cc";
}
.fi-rr-shish-kebab:before {
  content: "\f9cd";
}
.fi-rr-shoe-prints:before {
  content: "\f9ce";
}
.fi-rr-shop-lock:before {
  content: "\f9cf";
}
.fi-rr-shop-slash:before {
  content: "\f9d0";
}
.fi-rr-shop:before {
  content: "\f9d1";
}
.fi-rr-shopping-bag-add:before {
  content: "\f9d2";
}
.fi-rr-shopping-bag:before {
  content: "\f9d3";
}
.fi-rr-shopping-basket:before {
  content: "\f9d4";
}
.fi-rr-shopping-cart-add:before {
  content: "\f9d5";
}
.fi-rr-shopping-cart-check:before {
  content: "\f9d6";
}
.fi-rr-shopping-cart:before {
  content: "\f9d7";
}
.fi-rr-shovel-snow:before {
  content: "\f9d8";
}
.fi-rr-shovel:before {
  content: "\f9d9";
}
.fi-rr-shower-down:before {
  content: "\f9da";
}
.fi-rr-shower:before {
  content: "\f9db";
}
.fi-rr-shredder:before {
  content: "\f9dc";
}
.fi-rr-shrimp:before {
  content: "\f9dd";
}
.fi-rr-shuffle:before {
  content: "\f9de";
}
.fi-rr-shuttle-van:before {
  content: "\f9df";
}
.fi-rr-shuttlecock:before {
  content: "\f9e0";
}
.fi-rr-Sickle:before {
  content: "\f9e1";
}
.fi-rr-sidebar-flip:before {
  content: "\f9e2";
}
.fi-rr-sidebar:before {
  content: "\f9e3";
}
.fi-rr-sigma:before {
  content: "\f9e4";
}
.fi-rr-sign-hanging:before {
  content: "\f9e5";
}
.fi-rr-sign-in-alt:before {
  content: "\f9e6";
}
.fi-rr-sign-out-alt:before {
  content: "\f9e7";
}
.fi-rr-sign-up:before {
  content: "\f9e8";
}
.fi-rr-signal-alt-1:before {
  content: "\f9e9";
}
.fi-rr-signal-alt-2:before {
  content: "\f9ea";
}
.fi-rr-signal-alt-slash:before {
  content: "\f9eb";
}
.fi-rr-signal-alt:before {
  content: "\f9ec";
}
.fi-rr-signal-bars-fair:before {
  content: "\f9ed";
}
.fi-rr-signal-bars-good:before {
  content: "\f9ee";
}
.fi-rr-signal-bars-weak:before {
  content: "\f9ef";
}
.fi-rr-signal-stream-slash:before {
  content: "\f9f0";
}
.fi-rr-signal-stream:before {
  content: "\f9f1";
}
.fi-rr-signature-lock:before {
  content: "\f9f2";
}
.fi-rr-signature-slash:before {
  content: "\f9f3";
}
.fi-rr-signature:before {
  content: "\f9f4";
}
.fi-rr-sim-card:before {
  content: "\f9f5";
}
.fi-rr-sim-cards:before {
  content: "\f9f6";
}
.fi-rr-sink:before {
  content: "\f9f7";
}
.fi-rr-siren-on:before {
  content: "\f9f8";
}
.fi-rr-Siren:before {
  content: "\f9f9";
}
.fi-rr-site-alt:before {
  content: "\f9fa";
}
.fi-rr-site-browser:before {
  content: "\f9fb";
}
.fi-rr-site:before {
  content: "\f9fc";
}
.fi-rr-sitemap:before {
  content: "\f9fd";
}
.fi-rr-skateboard:before {
  content: "\f9fe";
}
.fi-rr-skating:before {
  content: "\f9ff";
}
.fi-rr-skeleton:before {
  content: "\fa00";
}
.fi-rr-skewer:before {
  content: "\fa01";
}
.fi-rr-ski-boot-ski:before {
  content: "\fa02";
}
.fi-rr-ski-jump:before {
  content: "\fa03";
}
.fi-rr-ski-lift:before {
  content: "\fa04";
}
.fi-rr-skiing-nordic:before {
  content: "\fa05";
}
.fi-rr-skiing:before {
  content: "\fa06";
}
.fi-rr-skull-cow:before {
  content: "\fa07";
}
.fi-rr-skull-crossbones:before {
  content: "\fa08";
}
.fi-rr-skull:before {
  content: "\fa09";
}
.fi-rr-slash:before {
  content: "\fa0a";
}
.fi-rr-sledding:before {
  content: "\fa0b";
}
.fi-rr-sleigh:before {
  content: "\fa0c";
}
.fi-rr-sliders-h-square:before {
  content: "\fa0d";
}
.fi-rr-sliders-v-square:before {
  content: "\fa0e";
}
.fi-rr-sliders-v:before {
  content: "\fa0f";
}
.fi-rr-smartphone:before {
  content: "\fa10";
}
.fi-rr-smile-beam:before {
  content: "\fa11";
}
.fi-rr-smile-plus:before {
  content: "\fa12";
}
.fi-rr-smile-wink:before {
  content: "\fa13";
}
.fi-rr-smile:before {
  content: "\fa14";
}
.fi-rr-smiley-comment-alt:before {
  content: "\fa15";
}
.fi-rr-smog:before {
  content: "\fa16";
}
.fi-rr-smoke:before {
  content: "\fa17";
}
.fi-rr-smoking-ban:before {
  content: "\fa18";
}
.fi-rr-smoking:before {
  content: "\fa19";
}
.fi-rr-snake:before {
  content: "\fa1a";
}
.fi-rr-snooze:before {
  content: "\fa1b";
}
.fi-rr-snow-blowing:before {
  content: "\fa1c";
}
.fi-rr-snowboarding:before {
  content: "\fa1d";
}
.fi-rr-snowflake-droplets:before {
  content: "\fa1e";
}
.fi-rr-snowflake:before {
  content: "\fa1f";
}
.fi-rr-snowflakes:before {
  content: "\fa20";
}
.fi-rr-snowman-alt:before {
  content: "\fa21";
}
.fi-rr-snowman-head:before {
  content: "\fa22";
}
.fi-rr-snowmobile:before {
  content: "\fa23";
}
.fi-rr-snowplow:before {
  content: "\fa24";
}
.fi-rr-soap-alt:before {
  content: "\fa25";
}
.fi-rr-soap:before {
  content: "\fa26";
}
.fi-rr-social-network:before {
  content: "\fa27";
}
.fi-rr-socks:before {
  content: "\fa28";
}
.fi-rr-solar-panel:before {
  content: "\fa29";
}
.fi-rr-solar-system:before {
  content: "\fa2a";
}
.fi-rr-sort-alpha-down-alt:before {
  content: "\fa2b";
}
.fi-rr-sort-alpha-down:before {
  content: "\fa2c";
}
.fi-rr-sort-alpha-up-alt:before {
  content: "\fa2d";
}
.fi-rr-sort-alpha-up:before {
  content: "\fa2e";
}
.fi-rr-sort-alt:before {
  content: "\fa2f";
}
.fi-rr-sort-amount-down-alt:before {
  content: "\fa30";
}
.fi-rr-sort-amount-down:before {
  content: "\fa31";
}
.fi-rr-sort-amount-up-alt:before {
  content: "\fa32";
}
.fi-rr-sort-amount-up:before {
  content: "\fa33";
}
.fi-rr-sort-circle-down:before {
  content: "\fa34";
}
.fi-rr-sort-circle-up:before {
  content: "\fa35";
}
.fi-rr-sort-circle:before {
  content: "\fa36";
}
.fi-rr-sort-down:before {
  content: "\fa37";
}
.fi-rr-sort-numeric-down-alt:before {
  content: "\fa38";
}
.fi-rr-sort-numeric-down:before {
  content: "\fa39";
}
.fi-rr-sort-shapes-down:before {
  content: "\fa3a";
}
.fi-rr-sort-shapes-up:before {
  content: "\fa3b";
}
.fi-rr-sort-size-down:before {
  content: "\fa3c";
}
.fi-rr-sort-size-up:before {
  content: "\fa3d";
}
.fi-rr-sort:before {
  content: "\fa3e";
}
.fi-rr-soup:before {
  content: "\fa3f";
}
.fi-rr-source-data:before {
  content: "\fa40";
}
.fi-rr-spa:before {
  content: "\fa41";
}
.fi-rr-space-shuttle:before {
  content: "\fa42";
}
.fi-rr-space-station-moon-alt:before {
  content: "\fa43";
}
.fi-rr-space-station-moon:before {
  content: "\fa44";
}
.fi-rr-spade:before {
  content: "\fa45";
}
.fi-rr-spaghetti-monster-flying:before {
  content: "\fa46";
}
.fi-rr-sparkles:before {
  content: "\fa47";
}
.fi-rr-speaker:before {
  content: "\fa48";
}
.fi-rr-speakers:before {
  content: "\fa49";
}
.fi-rr-sphere:before {
  content: "\fa4a";
}
.fi-rr-spider-black-widow:before {
  content: "\fa4b";
}
.fi-rr-spider-web:before {
  content: "\fa4c";
}
.fi-rr-spider:before {
  content: "\fa4d";
}
.fi-rr-spinner:before {
  content: "\fa4e";
}
.fi-rr-split:before {
  content: "\fa4f";
}
.fi-rr-splotch:before {
  content: "\fa50";
}
.fi-rr-spoon:before {
  content: "\fa51";
}
.fi-rr-sport:before {
  content: "\fa52";
}
.fi-rr-spray-can-sparkles:before {
  content: "\fa53";
}
.fi-rr-spray-can:before {
  content: "\fa54";
}
.fi-rr-sprinkler:before {
  content: "\fa55";
}
.fi-rr-square-0:before {
  content: "\fa56";
}
.fi-rr-square-1:before {
  content: "\fa57";
}
.fi-rr-square-2:before {
  content: "\fa58";
}
.fi-rr-square-3:before {
  content: "\fa59";
}
.fi-rr-square-4:before {
  content: "\fa5a";
}
.fi-rr-square-5:before {
  content: "\fa5b";
}
.fi-rr-square-6:before {
  content: "\fa5c";
}
.fi-rr-square-7:before {
  content: "\fa5d";
}
.fi-rr-square-8:before {
  content: "\fa5e";
}
.fi-rr-square-9:before {
  content: "\fa5f";
}
.fi-rr-square-a:before {
  content: "\fa60";
}
.fi-rr-square-b:before {
  content: "\fa61";
}
.fi-rr-square-bolt:before {
  content: "\fa62";
}
.fi-rr-square-c:before {
  content: "\fa63";
}
.fi-rr-square-code:before {
  content: "\fa64";
}
.fi-rr-square-d:before {
  content: "\fa65";
}
.fi-rr-square-dashed:before {
  content: "\fa66";
}
.fi-rr-square-e:before {
  content: "\fa67";
}
.fi-rr-square-ellipsis-vertical:before {
  content: "\fa68";
}
.fi-rr-square-ellipsis:before {
  content: "\fa69";
}
.fi-rr-square-exclamation:before {
  content: "\fa6a";
}
.fi-rr-square-f:before {
  content: "\fa6b";
}
.fi-rr-square-g:before {
  content: "\fa6c";
}
.fi-rr-square-h:before {
  content: "\fa6d";
}
.fi-rr-square-heart:before {
  content: "\fa6e";
}
.fi-rr-square-i:before {
  content: "\fa6f";
}
.fi-rr-square-info:before {
  content: "\fa70";
}
.fi-rr-square-j:before {
  content: "\fa71";
}
.fi-rr-square-k:before {
  content: "\fa72";
}
.fi-rr-square-kanban:before {
  content: "\fa73";
}
.fi-rr-square-l:before {
  content: "\fa74";
}
.fi-rr-square-m:before {
  content: "\fa75";
}
.fi-rr-square-minus:before {
  content: "\fa76";
}
.fi-rr-square-n:before {
  content: "\fa77";
}
.fi-rr-square-o:before {
  content: "\fa78";
}
.fi-rr-square-p:before {
  content: "\fa79";
}
.fi-rr-square-phone-hangup:before {
  content: "\fa7a";
}
.fi-rr-square-plus:before {
  content: "\fa7b";
}
.fi-rr-square-poll-horizontal:before {
  content: "\fa7c";
}
.fi-rr-square-poll-vertical:before {
  content: "\fa7d";
}
.fi-rr-square-q:before {
  content: "\fa7e";
}
.fi-rr-square-quote:before {
  content: "\fa7f";
}
.fi-rr-square-r:before {
  content: "\fa80";
}
.fi-rr-square-root:before {
  content: "\fa81";
}
.fi-rr-square-s:before {
  content: "\fa82";
}
.fi-rr-square-small:before {
  content: "\fa83";
}
.fi-rr-square-star:before {
  content: "\fa84";
}
.fi-rr-square-t:before {
  content: "\fa85";
}
.fi-rr-square-terminal:before {
  content: "\fa86";
}
.fi-rr-square-u:before {
  content: "\fa87";
}
.fi-rr-square-up-right:before {
  content: "\fa88";
}
.fi-rr-square-v:before {
  content: "\fa89";
}
.fi-rr-square-w:before {
  content: "\fa8a";
}
.fi-rr-square-x:before {
  content: "\fa8b";
}
.fi-rr-square-y:before {
  content: "\fa8c";
}
.fi-rr-square-z:before {
  content: "\fa8d";
}
.fi-rr-square:before {
  content: "\fa8e";
}
.fi-rr-squid:before {
  content: "\fa8f";
}
.fi-rr-squircle:before {
  content: "\fa90";
}
.fi-rr-squirrel:before {
  content: "\fa91";
}
.fi-rr-staff:before {
  content: "\fa92";
}
.fi-rr-stairs:before {
  content: "\fa93";
}
.fi-rr-stamp:before {
  content: "\fa94";
}
.fi-rr-standard-definition:before {
  content: "\fa95";
}
.fi-rr-star-and-crescent:before {
  content: "\fa96";
}
.fi-rr-star-christmas:before {
  content: "\fa97";
}
.fi-rr-star-comment-alt:before {
  content: "\fa98";
}
.fi-rr-star-exclamation:before {
  content: "\fa99";
}
.fi-rr-star-octogram:before {
  content: "\fa9a";
}
.fi-rr-star-of-david:before {
  content: "\fa9b";
}
.fi-rr-star-sharp-half-stroke:before {
  content: "\fa9c";
}
.fi-rr-star-sharp-half:before {
  content: "\fa9d";
}
.fi-rr-star-shooting:before {
  content: "\fa9e";
}
.fi-rr-star:before {
  content: "\fa9f";
}
.fi-rr-starfighter:before {
  content: "\faa0";
}
.fi-rr-stars:before {
  content: "\faa1";
}
.fi-rr-state-country:before {
  content: "\faa2";
}
.fi-rr-stats:before {
  content: "\faa3";
}
.fi-rr-steak:before {
  content: "\faa4";
}
.fi-rr-steering-wheel:before {
  content: "\faa5";
}
.fi-rr-step-backward:before {
  content: "\faa6";
}
.fi-rr-step-forward:before {
  content: "\faa7";
}
.fi-rr-sterling-sign:before {
  content: "\faa8";
}
.fi-rr-stethoscope:before {
  content: "\faa9";
}
.fi-rr-sticker:before {
  content: "\faaa";
}
.fi-rr-stocking:before {
  content: "\faab";
}
.fi-rr-stomach:before {
  content: "\faac";
}
.fi-rr-stop-circle:before {
  content: "\faad";
}
.fi-rr-stop:before {
  content: "\faae";
}
.fi-rr-stopwatch:before {
  content: "\faaf";
}
.fi-rr-store-alt:before {
  content: "\fab0";
}
.fi-rr-store-lock:before {
  content: "\fab1";
}
.fi-rr-store-slash:before {
  content: "\fab2";
}
.fi-rr-strawberry:before {
  content: "\fab3";
}
.fi-rr-street-view:before {
  content: "\fab4";
}
.fi-rr-stretcher:before {
  content: "\fab5";
}
.fi-rr-strikethrough:before {
  content: "\fab6";
}
.fi-rr-stroopwafel:before {
  content: "\fab7";
}
.fi-rr-subscript:before {
  content: "\fab8";
}
.fi-rr-subscription-alt:before {
  content: "\fab9";
}
.fi-rr-subscription:before {
  content: "\faba";
}
.fi-rr-subtitles:before {
  content: "\fabb";
}
.fi-rr-subway:before {
  content: "\fabc";
}
.fi-rr-suitcase-alt:before {
  content: "\fabd";
}
.fi-rr-summer:before {
  content: "\fabe";
}
.fi-rr-sun-dust:before {
  content: "\fabf";
}
.fi-rr-sun-plant-wilt:before {
  content: "\fac0";
}
.fi-rr-sun:before {
  content: "\fac1";
}
.fi-rr-sunglasses:before {
  content: "\fac2";
}
.fi-rr-sunrise-alt:before {
  content: "\fac3";
}
.fi-rr-sunrise:before {
  content: "\fac4";
}
.fi-rr-sunset:before {
  content: "\fac5";
}
.fi-rr-superscript:before {
  content: "\fac6";
}
.fi-rr-surfing:before {
  content: "\fac7";
}
.fi-rr-surprise:before {
  content: "\fac8";
}
.fi-rr-sushi-alt:before {
  content: "\fac9";
}
.fi-rr-sushi-roll:before {
  content: "\faca";
}
.fi-rr-sushi:before {
  content: "\facb";
}
.fi-rr-swatchbook:before {
  content: "\facc";
}
.fi-rr-swimmer:before {
  content: "\facd";
}
.fi-rr-swimming-pool:before {
  content: "\face";
}
.fi-rr-swipe-down:before {
  content: "\facf";
}
.fi-rr-swipe-left:before {
  content: "\fad0";
}
.fi-rr-swipe-right:before {
  content: "\fad1";
}
.fi-rr-swipe-up:before {
  content: "\fad2";
}
.fi-rr-sword:before {
  content: "\fad3";
}
.fi-rr-symbol:before {
  content: "\fad4";
}
.fi-rr-symbols:before {
  content: "\fad5";
}
.fi-rr-syringe:before {
  content: "\fad6";
}
.fi-rr-t:before {
  content: "\fad7";
}
.fi-rr-tab-folder:before {
  content: "\fad8";
}
.fi-rr-table-columns:before {
  content: "\fad9";
}
.fi-rr-table-layout:before {
  content: "\fada";
}
.fi-rr-table-list:before {
  content: "\fadb";
}
.fi-rr-table-picnic:before {
  content: "\fadc";
}
.fi-rr-table-pivot:before {
  content: "\fadd";
}
.fi-rr-table-rows:before {
  content: "\fade";
}
.fi-rr-table-tree:before {
  content: "\fadf";
}
.fi-rr-table:before {
  content: "\fae0";
}
.fi-rr-tablet-android-alt:before {
  content: "\fae1";
}
.fi-rr-tablet-android:before {
  content: "\fae2";
}
.fi-rr-tablet-rugged:before {
  content: "\fae3";
}
.fi-rr-tablet:before {
  content: "\fae4";
}
.fi-rr-tachometer-alt-average:before {
  content: "\fae5";
}
.fi-rr-tachometer-alt-fastest:before {
  content: "\fae6";
}
.fi-rr-tachometer-alt-slow:before {
  content: "\fae7";
}
.fi-rr-tachometer-alt-slowest:before {
  content: "\fae8";
}
.fi-rr-tachometer-average:before {
  content: "\fae9";
}
.fi-rr-tachometer-fast:before {
  content: "\faea";
}
.fi-rr-tachometer-fastest:before {
  content: "\faeb";
}
.fi-rr-tachometer-slow:before {
  content: "\faec";
}
.fi-rr-tachometer-slowest:before {
  content: "\faed";
}
.fi-rr-tachometer:before {
  content: "\faee";
}
.fi-rr-taco:before {
  content: "\faef";
}
.fi-rr-tags:before {
  content: "\faf0";
}
.fi-rr-tally-1:before {
  content: "\faf1";
}
.fi-rr-tally-2:before {
  content: "\faf2";
}
.fi-rr-tally-3:before {
  content: "\faf3";
}
.fi-rr-tally-4:before {
  content: "\faf4";
}
.fi-rr-tally:before {
  content: "\faf5";
}
.fi-rr-tamale:before {
  content: "\faf6";
}
.fi-rr-tank-water:before {
  content: "\faf7";
}
.fi-rr-tap:before {
  content: "\faf8";
}
.fi-rr-tape:before {
  content: "\faf9";
}
.fi-rr-target:before {
  content: "\fafa";
}
.fi-rr-tax-alt:before {
  content: "\fafb";
}
.fi-rr-tax:before {
  content: "\fafc";
}
.fi-rr-taxi-bus:before {
  content: "\fafd";
}
.fi-rr-taxi:before {
  content: "\fafe";
}
.fi-rr-team-check-alt:before {
  content: "\faff";
}
.fi-rr-team-check:before {
  content: "\fb00";
}
.fi-rr-teddy-bear:before {
  content: "\fb01";
}
.fi-rr-teeth-open:before {
  content: "\fb02";
}
.fi-rr-telescope:before {
  content: "\fb03";
}
.fi-rr-temperature-down:before {
  content: "\fb04";
}
.fi-rr-temperature-frigid:before {
  content: "\fb05";
}
.fi-rr-temperature-high:before {
  content: "\fb06";
}
.fi-rr-temperature-list:before {
  content: "\fb07";
}
.fi-rr-temperature-low:before {
  content: "\fb08";
}
.fi-rr-temperature-up:before {
  content: "\fb09";
}
.fi-rr-template-alt:before {
  content: "\fb0a";
}
.fi-rr-template:before {
  content: "\fb0b";
}
.fi-rr-tenge:before {
  content: "\fb0c";
}
.fi-rr-tennis:before {
  content: "\fb0d";
}
.fi-rr-tent-arrow-down-to-line:before {
  content: "\fb0e";
}
.fi-rr-tent-arrow-left-right:before {
  content: "\fb0f";
}
.fi-rr-tent-arrow-turn-left:before {
  content: "\fb10";
}
.fi-rr-tent-arrows-down:before {
  content: "\fb11";
}
.fi-rr-tents:before {
  content: "\fb12";
}
.fi-rr-terminal:before {
  content: "\fb13";
}
.fi-rr-terrace:before {
  content: "\fb14";
}
.fi-rr-test-tube:before {
  content: "\fb15";
}
.fi-rr-test:before {
  content: "\fb16";
}
.fi-rr-text-box-dots:before {
  content: "\fb17";
}
.fi-rr-text-box-edit:before {
  content: "\fb18";
}
.fi-rr-text-box:before {
  content: "\fb19";
}
.fi-rr-text-check:before {
  content: "\fb1a";
}
.fi-rr-text-height:before {
  content: "\fb1b";
}
.fi-rr-text-shadow:before {
  content: "\fb1c";
}
.fi-rr-text-size:before {
  content: "\fb1d";
}
.fi-rr-text-slash:before {
  content: "\fb1e";
}
.fi-rr-text-width:before {
  content: "\fb1f";
}
.fi-rr-text:before {
  content: "\fb20";
}
.fi-rr-theater-masks:before {
  content: "\fb21";
}
.fi-rr-thermometer-alt:before {
  content: "\fb22";
}
.fi-rr-thermometer-empty:before {
  content: "\fb23";
}
.fi-rr-thermometer-full:before {
  content: "\fb24";
}
.fi-rr-thermometer-half:before {
  content: "\fb25";
}
.fi-rr-thermometer-quarter:before {
  content: "\fb26";
}
.fi-rr-thermometer-three-quarters:before {
  content: "\fb27";
}
.fi-rr-theta:before {
  content: "\fb28";
}
.fi-rr-third-award:before {
  content: "\fb29";
}
.fi-rr-third-laurel:before {
  content: "\fb2a";
}
.fi-rr-third-medal:before {
  content: "\fb2b";
}
.fi-rr-third:before {
  content: "\fb2c";
}
.fi-rr-thought-bubble:before {
  content: "\fb2d";
}
.fi-rr-thumbtack:before {
  content: "\fb2e";
}
.fi-rr-thunderstorm-moon:before {
  content: "\fb2f";
}
.fi-rr-thunderstorm-sun:before {
  content: "\fb30";
}
.fi-rr-thunderstorm:before {
  content: "\fb31";
}
.fi-rr-ticket-airline:before {
  content: "\fb32";
}
.fi-rr-ticket-alt:before {
  content: "\fb33";
}
.fi-rr-ticket:before {
  content: "\fb34";
}
.fi-rr-tickets-airline:before {
  content: "\fb35";
}
.fi-rr-tilde:before {
  content: "\fb36";
}
.fi-rr-time-add:before {
  content: "\fb37";
}
.fi-rr-time-check:before {
  content: "\fb38";
}
.fi-rr-time-delete:before {
  content: "\fb39";
}
.fi-rr-time-fast:before {
  content: "\fb3a";
}
.fi-rr-time-forward-sixty:before {
  content: "\fb3b";
}
.fi-rr-time-forward-ten:before {
  content: "\fb3c";
}
.fi-rr-time-forward:before {
  content: "\fb3d";
}
.fi-rr-time-half-past:before {
  content: "\fb3e";
}
.fi-rr-time-oclock:before {
  content: "\fb3f";
}
.fi-rr-time-past:before {
  content: "\fb40";
}
.fi-rr-time-quarter-past:before {
  content: "\fb41";
}
.fi-rr-time-quarter-to:before {
  content: "\fb42";
}
.fi-rr-time-twenty-four:before {
  content: "\fb43";
}
.fi-rr-times-hexagon:before {
  content: "\fb44";
}
.fi-rr-tint-slash:before {
  content: "\fb45";
}
.fi-rr-tire-flat:before {
  content: "\fb46";
}
.fi-rr-tire-pressure-warning:before {
  content: "\fb47";
}
.fi-rr-tire-rugged:before {
  content: "\fb48";
}
.fi-rr-tire:before {
  content: "\fb49";
}
.fi-rr-tired:before {
  content: "\fb4a";
}
.fi-rr-to-do-alt:before {
  content: "\fb4b";
}
.fi-rr-to-do:before {
  content: "\fb4c";
}
.fi-rr-toggle-off:before {
  content: "\fb4d";
}
.fi-rr-toggle-on:before {
  content: "\fb4e";
}
.fi-rr-toilet-paper-blank-under:before {
  content: "\fb4f";
}
.fi-rr-toilet-paper-blank:before {
  content: "\fb50";
}
.fi-rr-toilet-paper-slash:before {
  content: "\fb51";
}
.fi-rr-toilet-paper-under-slash:before {
  content: "\fb52";
}
.fi-rr-toilet-paper-under:before {
  content: "\fb53";
}
.fi-rr-toilet:before {
  content: "\fb54";
}
.fi-rr-tomato:before {
  content: "\fb55";
}
.fi-rr-tombstone-alt:before {
  content: "\fb56";
}
.fi-rr-tombstone:before {
  content: "\fb57";
}
.fi-rr-tool-box:before {
  content: "\fb58";
}
.fi-rr-tool-crop:before {
  content: "\fb59";
}
.fi-rr-tool-marquee:before {
  content: "\fb5a";
}
.fi-rr-tools:before {
  content: "\fb5b";
}
.fi-rr-tooth:before {
  content: "\fb5c";
}
.fi-rr-toothbrush:before {
  content: "\fb5d";
}
.fi-rr-tornado:before {
  content: "\fb5e";
}
.fi-rr-total:before {
  content: "\fb5f";
}
.fi-rr-tour-guide-people:before {
  content: "\fb60";
}
.fi-rr-tour-virtual:before {
  content: "\fb61";
}
.fi-rr-tower-control:before {
  content: "\fb62";
}
.fi-rr-track:before {
  content: "\fb63";
}
.fi-rr-tractor:before {
  content: "\fb64";
}
.fi-rr-trademark:before {
  content: "\fb65";
}
.fi-rr-traffic-cone:before {
  content: "\fb66";
}
.fi-rr-traffic-light-go:before {
  content: "\fb67";
}
.fi-rr-traffic-light-slow:before {
  content: "\fb68";
}
.fi-rr-traffic-light-stop:before {
  content: "\fb69";
}
.fi-rr-traffic-light:before {
  content: "\fb6a";
}
.fi-rr-trailer:before {
  content: "\fb6b";
}
.fi-rr-train-journey:before {
  content: "\fb6c";
}
.fi-rr-train-side:before {
  content: "\fb6d";
}
.fi-rr-train-station-building:before {
  content: "\fb6e";
}
.fi-rr-train-station:before {
  content: "\fb6f";
}
.fi-rr-train-subway-tunnel:before {
  content: "\fb70";
}
.fi-rr-train-tram:before {
  content: "\fb71";
}
.fi-rr-train:before {
  content: "\fb72";
}
.fi-rr-tram:before {
  content: "\fb73";
}
.fi-rr-transform:before {
  content: "\fb74";
}
.fi-rr-transformer-bolt:before {
  content: "\fb75";
}
.fi-rr-transgender:before {
  content: "\fb76";
}
.fi-rr-transporter-1:before {
  content: "\fb77";
}
.fi-rr-transporter-2:before {
  content: "\fb78";
}
.fi-rr-transporter-3:before {
  content: "\fb79";
}
.fi-rr-transporter-4:before {
  content: "\fb7a";
}
.fi-rr-transporter-5:before {
  content: "\fb7b";
}
.fi-rr-transporter-6:before {
  content: "\fb7c";
}
.fi-rr-transporter-7:before {
  content: "\fb7d";
}
.fi-rr-transporter-empty:before {
  content: "\fb7e";
}
.fi-rr-transporter:before {
  content: "\fb7f";
}
.fi-rr-trash-can-check:before {
  content: "\fb80";
}
.fi-rr-trash-can-clock:before {
  content: "\fb81";
}
.fi-rr-trash-can-list:before {
  content: "\fb82";
}
.fi-rr-trash-can-plus:before {
  content: "\fb83";
}
.fi-rr-trash-can-slash:before {
  content: "\fb84";
}
.fi-rr-trash-check:before {
  content: "\fb85";
}
.fi-rr-trash-clock:before {
  content: "\fb86";
}
.fi-rr-trash-list:before {
  content: "\fb87";
}
.fi-rr-trash-plus:before {
  content: "\fb88";
}
.fi-rr-trash-restore-alt:before {
  content: "\fb89";
}
.fi-rr-trash-restore:before {
  content: "\fb8a";
}
.fi-rr-trash-slash:before {
  content: "\fb8b";
}
.fi-rr-trash-undo-alt:before {
  content: "\fb8c";
}
.fi-rr-trash-undo:before {
  content: "\fb8d";
}
.fi-rr-trash-xmark:before {
  content: "\fb8e";
}
.fi-rr-trash:before {
  content: "\fb8f";
}
.fi-rr-treasure-chest:before {
  content: "\fb90";
}
.fi-rr-treatment:before {
  content: "\fb91";
}
.fi-rr-tree-alt:before {
  content: "\fb92";
}
.fi-rr-tree-christmas:before {
  content: "\fb93";
}
.fi-rr-tree-deciduous:before {
  content: "\fb94";
}
.fi-rr-tree:before {
  content: "\fb95";
}
.fi-rr-trees-alt:before {
  content: "\fb96";
}
.fi-rr-trees:before {
  content: "\fb97";
}
.fi-rr-triangle-music:before {
  content: "\fb98";
}
.fi-rr-triangle-person-digging:before {
  content: "\fb99";
}
.fi-rr-triangle-warning:before {
  content: "\fb9a";
}
.fi-rr-triangle:before {
  content: "\fb9b";
}
.fi-rr-trillium:before {
  content: "\fb9c";
}
.fi-rr-trophy-star:before {
  content: "\fb9d";
}
.fi-rr-trophy:before {
  content: "\fb9e";
}
.fi-rr-truck-bolt:before {
  content: "\fb9f";
}
.fi-rr-truck-container-empty:before {
  content: "\fba0";
}
.fi-rr-truck-container:before {
  content: "\fba1";
}
.fi-rr-truck-couch:before {
  content: "\fba2";
}
.fi-rr-truck-flatbed:before {
  content: "\fba3";
}
.fi-rr-truck-front:before {
  content: "\fba4";
}
.fi-rr-truck-loading:before {
  content: "\fba5";
}
.fi-rr-truck-medical:before {
  content: "\fba6";
}
.fi-rr-truck-monster:before {
  content: "\fba7";
}
.fi-rr-truck-moving:before {
  content: "\fba8";
}
.fi-rr-truck-pickup:before {
  content: "\fba9";
}
.fi-rr-truck-plow:before {
  content: "\fbaa";
}
.fi-rr-truck-ramp:before {
  content: "\fbab";
}
.fi-rr-truck-side:before {
  content: "\fbac";
}
.fi-rr-truck-tow:before {
  content: "\fbad";
}
.fi-rr-trumpet:before {
  content: "\fbae";
}
.fi-rr-tshirt:before {
  content: "\fbaf";
}
.fi-rr-tty-answer:before {
  content: "\fbb0";
}
.fi-rr-tty:before {
  content: "\fbb1";
}
.fi-rr-tubes:before {
  content: "\fbb2";
}
.fi-rr-tugrik-sign:before {
  content: "\fbb3";
}
.fi-rr-turkey:before {
  content: "\fbb4";
}
.fi-rr-turntable:before {
  content: "\fbb5";
}
.fi-rr-turtle:before {
  content: "\fbb6";
}
.fi-rr-tv-music:before {
  content: "\fbb7";
}
.fi-rr-tv-retro:before {
  content: "\fbb8";
}
.fi-rr-typewriter:before {
  content: "\fbb9";
}
.fi-rr-u:before {
  content: "\fbba";
}
.fi-rr-ufo-beam:before {
  content: "\fbbb";
}
.fi-rr-ufo:before {
  content: "\fbbc";
}
.fi-rr-umbrella-beach:before {
  content: "\fbbd";
}
.fi-rr-umbrella:before {
  content: "\fbbe";
}
.fi-rr-underline:before {
  content: "\fbbf";
}
.fi-rr-undo-alt:before {
  content: "\fbc0";
}
.fi-rr-undo:before {
  content: "\fbc1";
}
.fi-rr-unicorn:before {
  content: "\fbc2";
}
.fi-rr-uniform-martial-arts:before {
  content: "\fbc3";
}
.fi-rr-universal-access:before {
  content: "\fbc4";
}
.fi-rr-unlock:before {
  content: "\fbc5";
}
.fi-rr-up-left:before {
  content: "\fbc6";
}
.fi-rr-up-right-from-square:before {
  content: "\fbc7";
}
.fi-rr-up-right:before {
  content: "\fbc8";
}
.fi-rr-up:before {
  content: "\fbc9";
}
.fi-rr-upload:before {
  content: "\fbca";
}
.fi-rr-url:before {
  content: "\fbcb";
}
.fi-rr-usb-pendrive:before {
  content: "\fbcc";
}
.fi-rr-usd-circle:before {
  content: "\fbcd";
}
.fi-rr-usd-square:before {
  content: "\fbce";
}
.fi-rr-user-add:before {
  content: "\fbcf";
}
.fi-rr-user-alien:before {
  content: "\fbd0";
}
.fi-rr-user-astronaut:before {
  content: "\fbd1";
}
.fi-rr-user-check:before {
  content: "\fbd2";
}
.fi-rr-user-chef:before {
  content: "\fbd3";
}
.fi-rr-user-cowboy:before {
  content: "\fbd4";
}
.fi-rr-user-crown:before {
  content: "\fbd5";
}
.fi-rr-user-gear:before {
  content: "\fbd6";
}
.fi-rr-user-headset:before {
  content: "\fbd7";
}
.fi-rr-user-helmet-safety:before {
  content: "\fbd8";
}
.fi-rr-user-injured:before {
  content: "\fbd9";
}
.fi-rr-user-interface-ui:before {
  content: "\fbda";
}
.fi-rr-user-lock:before {
  content: "\fbdb";
}
.fi-rr-user-md-chat:before {
  content: "\fbdc";
}
.fi-rr-user-md:before {
  content: "\fbdd";
}
.fi-rr-user-minus:before {
  content: "\fbde";
}
.fi-rr-user-music:before {
  content: "\fbdf";
}
.fi-rr-user-ninja:before {
  content: "\fbe0";
}
.fi-rr-user-nurse:before {
  content: "\fbe1";
}
.fi-rr-user-pen:before {
  content: "\fbe2";
}
.fi-rr-user-pilot-tie:before {
  content: "\fbe3";
}
.fi-rr-user-pilot:before {
  content: "\fbe4";
}
.fi-rr-user-police:before {
  content: "\fbe5";
}
.fi-rr-user-robot-xmarks:before {
  content: "\fbe6";
}
.fi-rr-user-robot:before {
  content: "\fbe7";
}
.fi-rr-user-shield:before {
  content: "\fbe8";
}
.fi-rr-user-slash:before {
  content: "\fbe9";
}
.fi-rr-user-tag:before {
  content: "\fbea";
}
.fi-rr-user-time:before {
  content: "\fbeb";
}
.fi-rr-user-unlock:before {
  content: "\fbec";
}
.fi-rr-user-visor:before {
  content: "\fbed";
}
.fi-rr-user-xmark:before {
  content: "\fbee";
}
.fi-rr-user:before {
  content: "\fbef";
}
.fi-rr-users-alt:before {
  content: "\fbf0";
}
.fi-rr-users-gear:before {
  content: "\fbf1";
}
.fi-rr-users-medical:before {
  content: "\fbf2";
}
.fi-rr-users-slash:before {
  content: "\fbf3";
}
.fi-rr-users:before {
  content: "\fbf4";
}
.fi-rr-utensils:before {
  content: "\fbf5";
}
.fi-rr-utility-pole-double:before {
  content: "\fbf6";
}
.fi-rr-utility-pole:before {
  content: "\fbf7";
}
.fi-rr-v:before {
  content: "\fbf8";
}
.fi-rr-vacuum-robot:before {
  content: "\fbf9";
}
.fi-rr-vacuum:before {
  content: "\fbfa";
}
.fi-rr-value-absolute:before {
  content: "\fbfb";
}
.fi-rr-vault:before {
  content: "\fbfc";
}
.fi-rr-vector-alt:before {
  content: "\fbfd";
}
.fi-rr-vector-circle:before {
  content: "\fbfe";
}
.fi-rr-vector-polygon:before {
  content: "\fbff";
}
.fi-rr-vector:before {
  content: "\fc00";
}
.fi-rr-venus-double:before {
  content: "\fc01";
}
.fi-rr-venus-mars:before {
  content: "\fc02";
}
.fi-rr-venus:before {
  content: "\fc03";
}
.fi-rr-vest-patches:before {
  content: "\fc04";
}
.fi-rr-vest:before {
  content: "\fc05";
}
.fi-rr-video-arrow-down-left:before {
  content: "\fc06";
}
.fi-rr-video-arrow-up-right:before {
  content: "\fc07";
}
.fi-rr-video-camera-alt:before {
  content: "\fc08";
}
.fi-rr-video-camera:before {
  content: "\fc09";
}
.fi-rr-video-plus:before {
  content: "\fc0a";
}
.fi-rr-video-slash:before {
  content: "\fc0b";
}
.fi-rr-videoconference:before {
  content: "\fc0c";
}
.fi-rr-virus-slash:before {
  content: "\fc0d";
}
.fi-rr-virus:before {
  content: "\fc0e";
}
.fi-rr-viruses:before {
  content: "\fc0f";
}
.fi-rr-voicemail:before {
  content: "\fc10";
}
.fi-rr-volcano:before {
  content: "\fc11";
}
.fi-rr-volleyball:before {
  content: "\fc12";
}
.fi-rr-volume-down:before {
  content: "\fc13";
}
.fi-rr-volume-mute:before {
  content: "\fc14";
}
.fi-rr-volume-off:before {
  content: "\fc15";
}
.fi-rr-volume-slash:before {
  content: "\fc16";
}
.fi-rr-volume:before {
  content: "\fc17";
}
.fi-rr-vote-nay:before {
  content: "\fc18";
}
.fi-rr-vote-yea:before {
  content: "\fc19";
}
.fi-rr-vr-cardboard:before {
  content: "\fc1a";
}
.fi-rr-w:before {
  content: "\fc1b";
}
.fi-rr-waffle:before {
  content: "\fc1c";
}
.fi-rr-wagon-covered:before {
  content: "\fc1d";
}
.fi-rr-walker:before {
  content: "\fc1e";
}
.fi-rr-walkie-talkie:before {
  content: "\fc1f";
}
.fi-rr-walking:before {
  content: "\fc20";
}
.fi-rr-wallet:before {
  content: "\fc21";
}
.fi-rr-warehouse-alt:before {
  content: "\fc22";
}
.fi-rr-washer:before {
  content: "\fc23";
}
.fi-rr-watch-calculator:before {
  content: "\fc24";
}
.fi-rr-watch-fitness:before {
  content: "\fc25";
}
.fi-rr-watch-smart:before {
  content: "\fc26";
}
.fi-rr-watch:before {
  content: "\fc27";
}
.fi-rr-water-bottle:before {
  content: "\fc28";
}
.fi-rr-water-ladder:before {
  content: "\fc29";
}
.fi-rr-water-lower:before {
  content: "\fc2a";
}
.fi-rr-water-rise:before {
  content: "\fc2b";
}
.fi-rr-water:before {
  content: "\fc2c";
}
.fi-rr-watermelon:before {
  content: "\fc2d";
}
.fi-rr-wave-sine:before {
  content: "\fc2e";
}
.fi-rr-wave-square:before {
  content: "\fc2f";
}
.fi-rr-wave-triangle:before {
  content: "\fc30";
}
.fi-rr-waveform-path:before {
  content: "\fc31";
}
.fi-rr-waveform:before {
  content: "\fc32";
}
.fi-rr-webcam-slash:before {
  content: "\fc33";
}
.fi-rr-webcam:before {
  content: "\fc34";
}
.fi-rr-whale:before {
  content: "\fc35";
}
.fi-rr-wheat-awn-circle-exclamation:before {
  content: "\fc36";
}
.fi-rr-wheat-awn-slash:before {
  content: "\fc37";
}
.fi-rr-wheat-awn:before {
  content: "\fc38";
}
.fi-rr-wheat-slash:before {
  content: "\fc39";
}
.fi-rr-wheat:before {
  content: "\fc3a";
}
.fi-rr-wheelchair-move:before {
  content: "\fc3b";
}
.fi-rr-wheelchair:before {
  content: "\fc3c";
}
.fi-rr-whistle:before {
  content: "\fc3d";
}
.fi-rr-wifi-1:before {
  content: "\fc3e";
}
.fi-rr-wifi-2:before {
  content: "\fc3f";
}
.fi-rr-wifi-alt:before {
  content: "\fc40";
}
.fi-rr-wifi-exclamation:before {
  content: "\fc41";
}
.fi-rr-wifi-slash:before {
  content: "\fc42";
}
.fi-rr-wifi:before {
  content: "\fc43";
}
.fi-rr-wind-turbine:before {
  content: "\fc44";
}
.fi-rr-wind-warning:before {
  content: "\fc45";
}
.fi-rr-wind:before {
  content: "\fc46";
}
.fi-rr-window-alt:before {
  content: "\fc47";
}
.fi-rr-window-frame-open:before {
  content: "\fc48";
}
.fi-rr-window-frame:before {
  content: "\fc49";
}
.fi-rr-window-maximize:before {
  content: "\fc4a";
}
.fi-rr-window-minimize:before {
  content: "\fc4b";
}
.fi-rr-window-restore:before {
  content: "\fc4c";
}
.fi-rr-windsock:before {
  content: "\fc4d";
}
.fi-rr-wine-bottle:before {
  content: "\fc4e";
}
.fi-rr-wine-glass-crack:before {
  content: "\fc4f";
}
.fi-rr-wine-glass-empty:before {
  content: "\fc50";
}
.fi-rr-wishlist-heart:before {
  content: "\fc51";
}
.fi-rr-wishlist-star:before {
  content: "\fc52";
}
.fi-rr-woman-head:before {
  content: "\fc53";
}
.fi-rr-won-sign:before {
  content: "\fc54";
}
.fi-rr-workflow-alt:before {
  content: "\fc55";
}
.fi-rr-workflow-setting-alt:before {
  content: "\fc56";
}
.fi-rr-workflow-setting:before {
  content: "\fc57";
}
.fi-rr-workflow:before {
  content: "\fc58";
}
.fi-rr-world:before {
  content: "\fc59";
}
.fi-rr-worm:before {
  content: "\fc5a";
}
.fi-rr-wreath:before {
  content: "\fc5b";
}
.fi-rr-wrench-alt:before {
  content: "\fc5c";
}
.fi-rr-wrench-simple:before {
  content: "\fc5d";
}
.fi-rr-x-ray:before {
  content: "\fc5e";
}
.fi-rr-x:before {
  content: "\fc5f";
}
.fi-rr-y:before {
  content: "\fc60";
}
.fi-rr-yen:before {
  content: "\fc61";
}
.fi-rr-yin-yang:before {
  content: "\fc62";
}
.fi-rr-z:before {
  content: "\fc63";
}
.fi-rr-zoom-in:before {
  content: "\fc64";
}
.fi-rr-zoom-out:before {
  content: "\fc65";
}
@font-face {
  font-family: uicons-regular-straight;
  src:
    url("./media/uicons-regular-straight-YUG3ZQSJ.woff2") format("woff2"),
    url("./media/uicons-regular-straight-WSTM3BJO.woff") format("woff"),
    url("./media/uicons-regular-straight-AGJBLBZN.eot#iefix") format("embedded-opentype");
  font-display: swap;
}
i[class^=fi-rs-]:before,
i[class*=" fi-rs-"]:before,
span[class^=fi-rs-]:before,
span[class*=fi-rs-]:before {
  font-family: uicons-regular-straight !important;
  font-style: normal;
  font-weight: 400 !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fi-rs-0:before {
  content: "\f101";
}
.fi-rs-1:before {
  content: "\f102";
}
.fi-rs-2:before {
  content: "\f103";
}
.fi-rs-3:before {
  content: "\f104";
}
.fi-rs-360-degrees:before {
  content: "\f105";
}
.fi-rs-4:before {
  content: "\f106";
}
.fi-rs-5:before {
  content: "\f107";
}
.fi-rs-6:before {
  content: "\f108";
}
.fi-rs-7:before {
  content: "\f109";
}
.fi-rs-8:before {
  content: "\f10a";
}
.fi-rs-9:before {
  content: "\f10b";
}
.fi-rs-a:before {
  content: "\f10c";
}
.fi-rs-accident:before {
  content: "\f10d";
}
.fi-rs-acorn:before {
  content: "\f10e";
}
.fi-rs-ad:before {
  content: "\f10f";
}
.fi-rs-add-document:before {
  content: "\f110";
}
.fi-rs-add-folder:before {
  content: "\f111";
}
.fi-rs-add-image:before {
  content: "\f112";
}
.fi-rs-add:before {
  content: "\f113";
}
.fi-rs-address-book:before {
  content: "\f114";
}
.fi-rs-address-card:before {
  content: "\f115";
}
.fi-rs-admin-alt:before {
  content: "\f116";
}
.fi-rs-admin:before {
  content: "\f117";
}
.fi-rs-air-conditioner:before {
  content: "\f118";
}
.fi-rs-air-freshener:before {
  content: "\f119";
}
.fi-rs-airplane-journey:before {
  content: "\f11a";
}
.fi-rs-airplay:before {
  content: "\f11b";
}
.fi-rs-alarm-clock:before {
  content: "\f11c";
}
.fi-rs-alarm-exclamation:before {
  content: "\f11d";
}
.fi-rs-alarm-plus:before {
  content: "\f11e";
}
.fi-rs-alarm-snooze:before {
  content: "\f11f";
}
.fi-rs-album-circle-plus:before {
  content: "\f120";
}
.fi-rs-album-circle-user:before {
  content: "\f121";
}
.fi-rs-album-collection:before {
  content: "\f122";
}
.fi-rs-album:before {
  content: "\f123";
}
.fi-rs-algorithm:before {
  content: "\f124";
}
.fi-rs-alicorn:before {
  content: "\f125";
}
.fi-rs-alien:before {
  content: "\f126";
}
.fi-rs-align-center:before {
  content: "\f127";
}
.fi-rs-align-justify:before {
  content: "\f128";
}
.fi-rs-align-left:before {
  content: "\f129";
}
.fi-rs-align-slash:before {
  content: "\f12a";
}
.fi-rs-ambulance:before {
  content: "\f12b";
}
.fi-rs-anchor:before {
  content: "\f12c";
}
.fi-rs-angel:before {
  content: "\f12d";
}
.fi-rs-angle-90:before {
  content: "\f12e";
}
.fi-rs-angle-circle-down:before {
  content: "\f12f";
}
.fi-rs-angle-circle-left:before {
  content: "\f130";
}
.fi-rs-angle-circle-right:before {
  content: "\f131";
}
.fi-rs-angle-circle-up:before {
  content: "\f132";
}
.fi-rs-angle-double-left:before {
  content: "\f133";
}
.fi-rs-angle-double-right:before {
  content: "\f134";
}
.fi-rs-angle-double-small-down:before {
  content: "\f135";
}
.fi-rs-angle-double-small-left:before {
  content: "\f136";
}
.fi-rs-angle-double-small-right:before {
  content: "\f137";
}
.fi-rs-angle-double-small-up:before {
  content: "\f138";
}
.fi-rs-angle-down:before {
  content: "\f139";
}
.fi-rs-angle-left:before {
  content: "\f13a";
}
.fi-rs-angle-right:before {
  content: "\f13b";
}
.fi-rs-angle-small-down:before {
  content: "\f13c";
}
.fi-rs-angle-small-left:before {
  content: "\f13d";
}
.fi-rs-angle-small-right:before {
  content: "\f13e";
}
.fi-rs-angle-small-up:before {
  content: "\f13f";
}
.fi-rs-angle-square-down:before {
  content: "\f140";
}
.fi-rs-angle-square-left:before {
  content: "\f141";
}
.fi-rs-angle-square-right:before {
  content: "\f142";
}
.fi-rs-angle-square-up:before {
  content: "\f143";
}
.fi-rs-angle-up:before {
  content: "\f144";
}
.fi-rs-angle:before {
  content: "\f145";
}
.fi-rs-angry:before {
  content: "\f146";
}
.fi-rs-animated-icon:before {
  content: "\f147";
}
.fi-rs-answer-alt:before {
  content: "\f148";
}
.fi-rs-answer:before {
  content: "\f149";
}
.fi-rs-apartment:before {
  content: "\f14a";
}
.fi-rs-aperture:before {
  content: "\f14b";
}
.fi-rs-api:before {
  content: "\f14c";
}
.fi-rs-apple-core:before {
  content: "\f14d";
}
.fi-rs-apple-crate:before {
  content: "\f14e";
}
.fi-rs-apple-whole:before {
  content: "\f14f";
}
.fi-rs-apps-add:before {
  content: "\f150";
}
.fi-rs-apps-delete:before {
  content: "\f151";
}
.fi-rs-apps-sort:before {
  content: "\f152";
}
.fi-rs-apps:before {
  content: "\f153";
}
.fi-rs-archive:before {
  content: "\f154";
}
.fi-rs-archway:before {
  content: "\f155";
}
.fi-rs-arrow-alt-circle-down:before {
  content: "\f156";
}
.fi-rs-arrow-alt-circle-left:before {
  content: "\f157";
}
.fi-rs-arrow-alt-circle-right:before {
  content: "\f158";
}
.fi-rs-arrow-alt-circle-up:before {
  content: "\f159";
}
.fi-rs-arrow-alt-down:before {
  content: "\f15a";
}
.fi-rs-arrow-alt-from-bottom:before {
  content: "\f15b";
}
.fi-rs-arrow-alt-from-left:before {
  content: "\f15c";
}
.fi-rs-arrow-alt-from-right:before {
  content: "\f15d";
}
.fi-rs-arrow-alt-from-top:before {
  content: "\f15e";
}
.fi-rs-arrow-alt-left:before {
  content: "\f15f";
}
.fi-rs-arrow-alt-right:before {
  content: "\f160";
}
.fi-rs-arrow-alt-square-down:before {
  content: "\f161";
}
.fi-rs-arrow-alt-square-left:before {
  content: "\f162";
}
.fi-rs-arrow-alt-square-right:before {
  content: "\f163";
}
.fi-rs-arrow-alt-square-up:before {
  content: "\f164";
}
.fi-rs-arrow-alt-to-bottom:before {
  content: "\f165";
}
.fi-rs-arrow-alt-to-left:before {
  content: "\f166";
}
.fi-rs-arrow-alt-to-right:before {
  content: "\f167";
}
.fi-rs-arrow-alt-to-top:before {
  content: "\f168";
}
.fi-rs-arrow-alt-up:before {
  content: "\f169";
}
.fi-rs-arrow-circle-down:before {
  content: "\f16a";
}
.fi-rs-arrow-circle-left:before {
  content: "\f16b";
}
.fi-rs-arrow-circle-right:before {
  content: "\f16c";
}
.fi-rs-arrow-circle-up:before {
  content: "\f16d";
}
.fi-rs-arrow-down-from-dotted-line:before {
  content: "\f16e";
}
.fi-rs-arrow-down-left:before {
  content: "\f16f";
}
.fi-rs-arrow-down-small-big:before {
  content: "\f170";
}
.fi-rs-arrow-down-to-dotted-line:before {
  content: "\f171";
}
.fi-rs-arrow-down-to-square:before {
  content: "\f172";
}
.fi-rs-arrow-down-triangle-square:before {
  content: "\f173";
}
.fi-rs-arrow-down:before {
  content: "\f174";
}
.fi-rs-arrow-from-bottom:before {
  content: "\f175";
}
.fi-rs-arrow-from-left:before {
  content: "\f176";
}
.fi-rs-arrow-from-right:before {
  content: "\f177";
}
.fi-rs-arrow-from-top:before {
  content: "\f178";
}
.fi-rs-arrow-left-from-line:before {
  content: "\f179";
}
.fi-rs-arrow-left:before {
  content: "\f17a";
}
.fi-rs-arrow-progress:before {
  content: "\f17b";
}
.fi-rs-arrow-right-to-bracket:before {
  content: "\f17c";
}
.fi-rs-arrow-right:before {
  content: "\f17d";
}
.fi-rs-arrow-small-down:before {
  content: "\f17e";
}
.fi-rs-arrow-small-left:before {
  content: "\f17f";
}
.fi-rs-arrow-small-right:before {
  content: "\f180";
}
.fi-rs-arrow-small-up:before {
  content: "\f181";
}
.fi-rs-arrow-square-down:before {
  content: "\f182";
}
.fi-rs-arrow-square-left:before {
  content: "\f183";
}
.fi-rs-arrow-square-right:before {
  content: "\f184";
}
.fi-rs-arrow-square-up:before {
  content: "\f185";
}
.fi-rs-arrow-to-bottom:before {
  content: "\f186";
}
.fi-rs-arrow-to-left:before {
  content: "\f187";
}
.fi-rs-arrow-to-right:before {
  content: "\f188";
}
.fi-rs-arrow-to-top:before {
  content: "\f189";
}
.fi-rs-arrow-trend-down:before {
  content: "\f18a";
}
.fi-rs-arrow-trend-up:before {
  content: "\f18b";
}
.fi-rs-arrow-turn-down-left:before {
  content: "\f18c";
}
.fi-rs-arrow-turn-down-right:before {
  content: "\f18d";
}
.fi-rs-arrow-up-from-dotted-line:before {
  content: "\f18e";
}
.fi-rs-arrow-up-from-square:before {
  content: "\f18f";
}
.fi-rs-arrow-up-left-from-circle:before {
  content: "\f190";
}
.fi-rs-arrow-up-left:before {
  content: "\f191";
}
.fi-rs-arrow-up-right-and-arrow-down-left-from-center:before {
  content: "\f192";
}
.fi-rs-arrow-up-right-from-square:before {
  content: "\f193";
}
.fi-rs-arrow-up-right:before {
  content: "\f194";
}
.fi-rs-arrow-up-small-big:before {
  content: "\f195";
}
.fi-rs-arrow-up-square-triangle:before {
  content: "\f196";
}
.fi-rs-arrow-up-to-dotted-line:before {
  content: "\f197";
}
.fi-rs-arrow-up:before {
  content: "\f198";
}
.fi-rs-arrows-alt-h:before {
  content: "\f199";
}
.fi-rs-arrows-alt-v:before {
  content: "\f19a";
}
.fi-rs-arrows-alt:before {
  content: "\f19b";
}
.fi-rs-arrows-cross:before {
  content: "\f19c";
}
.fi-rs-arrows-from-dotted-line:before {
  content: "\f19d";
}
.fi-rs-arrows-from-line:before {
  content: "\f19e";
}
.fi-rs-arrows-h-copy:before {
  content: "\f19f";
}
.fi-rs-arrows-h:before {
  content: "\f1a0";
}
.fi-rs-arrows-repeat-1:before {
  content: "\f1a1";
}
.fi-rs-arrows-repeat:before {
  content: "\f1a2";
}
.fi-rs-arrows-retweet:before {
  content: "\f1a3";
}
.fi-rs-arrows-to-dotted-line:before {
  content: "\f1a4";
}
.fi-rs-arrows-to-eye:before {
  content: "\f1a5";
}
.fi-rs-arrows-to-line:before {
  content: "\f1a6";
}
.fi-rs-arrows:before {
  content: "\f1a7";
}
.fi-rs-artificial-intelligence:before {
  content: "\f1a8";
}
.fi-rs-assept-document:before {
  content: "\f1a9";
}
.fi-rs-assistive-listening-systems:before {
  content: "\f1aa";
}
.fi-rs-asterik:before {
  content: "\f1ab";
}
.fi-rs-at:before {
  content: "\f1ac";
}
.fi-rs-attribution-pen:before {
  content: "\f1ad";
}
.fi-rs-attribution-pencil:before {
  content: "\f1ae";
}
.fi-rs-aubergine:before {
  content: "\f1af";
}
.fi-rs-auction:before {
  content: "\f1b0";
}
.fi-rs-audio-description-slash:before {
  content: "\f1b1";
}
.fi-rs-audit-alt:before {
  content: "\f1b2";
}
.fi-rs-audit:before {
  content: "\f1b3";
}
.fi-rs-austral-sign:before {
  content: "\f1b4";
}
.fi-rs-avocado:before {
  content: "\f1b5";
}
.fi-rs-award:before {
  content: "\f1b6";
}
.fi-rs-axe-battle:before {
  content: "\f1b7";
}
.fi-rs-axe:before {
  content: "\f1b8";
}
.fi-rs-b:before {
  content: "\f1b9";
}
.fi-rs-baby-carriage:before {
  content: "\f1ba";
}
.fi-rs-baby:before {
  content: "\f1bb";
}
.fi-rs-background:before {
  content: "\f1bc";
}
.fi-rs-backpack:before {
  content: "\f1bd";
}
.fi-rs-bacon:before {
  content: "\f1be";
}
.fi-rs-bacteria:before {
  content: "\f1bf";
}
.fi-rs-bacterium:before {
  content: "\f1c0";
}
.fi-rs-badge-check:before {
  content: "\f1c1";
}
.fi-rs-badge-dollar:before {
  content: "\f1c2";
}
.fi-rs-badge-percent:before {
  content: "\f1c3";
}
.fi-rs-badge-sheriff:before {
  content: "\f1c4";
}
.fi-rs-badge:before {
  content: "\f1c5";
}
.fi-rs-badger-honey:before {
  content: "\f1c6";
}
.fi-rs-badminton:before {
  content: "\f1c7";
}
.fi-rs-bag-seedling:before {
  content: "\f1c8";
}
.fi-rs-bags-shopping:before {
  content: "\f1c9";
}
.fi-rs-baguette:before {
  content: "\f1ca";
}
.fi-rs-bahai:before {
  content: "\f1cb";
}
.fi-rs-baht-sign:before {
  content: "\f1cc";
}
.fi-rs-balance-scale-left:before {
  content: "\f1cd";
}
.fi-rs-balance-scale-right:before {
  content: "\f1ce";
}
.fi-rs-ball-pile:before {
  content: "\f1cf";
}
.fi-rs-balloon:before {
  content: "\f1d0";
}
.fi-rs-balloons:before {
  content: "\f1d1";
}
.fi-rs-ballot-check:before {
  content: "\f1d2";
}
.fi-rs-ballot:before {
  content: "\f1d3";
}
.fi-rs-ban-bug:before {
  content: "\f1d4";
}
.fi-rs-ban:before {
  content: "\f1d5";
}
.fi-rs-banana:before {
  content: "\f1d6";
}
.fi-rs-band-aid:before {
  content: "\f1d7";
}
.fi-rs-bangladeshi-taka-sign:before {
  content: "\f1d8";
}
.fi-rs-banjo:before {
  content: "\f1d9";
}
.fi-rs-bank:before {
  content: "\f1da";
}
.fi-rs-barber-shop:before {
  content: "\f1db";
}
.fi-rs-barcode-read:before {
  content: "\f1dc";
}
.fi-rs-barcode-scan:before {
  content: "\f1dd";
}
.fi-rs-barcode:before {
  content: "\f1de";
}
.fi-rs-bars-filter:before {
  content: "\f1df";
}
.fi-rs-bars-progress:before {
  content: "\f1e0";
}
.fi-rs-bars-sort:before {
  content: "\f1e1";
}
.fi-rs-bars-staggered:before {
  content: "\f1e2";
}
.fi-rs-baseball-alt:before {
  content: "\f1e3";
}
.fi-rs-baseball:before {
  content: "\f1e4";
}
.fi-rs-basket-shopping-simple:before {
  content: "\f1e5";
}
.fi-rs-basketball-hoop:before {
  content: "\f1e6";
}
.fi-rs-basketball:before {
  content: "\f1e7";
}
.fi-rs-bat:before {
  content: "\f1e8";
}
.fi-rs-bath:before {
  content: "\f1e9";
}
.fi-rs-battery-bolt:before {
  content: "\f1ea";
}
.fi-rs-battery-empty:before {
  content: "\f1eb";
}
.fi-rs-battery-exclamation:before {
  content: "\f1ec";
}
.fi-rs-battery-full:before {
  content: "\f1ed";
}
.fi-rs-battery-half:before {
  content: "\f1ee";
}
.fi-rs-battery-quarter:before {
  content: "\f1ef";
}
.fi-rs-battery-slash:before {
  content: "\f1f0";
}
.fi-rs-battery-three-quarters:before {
  content: "\f1f1";
}
.fi-rs-beacon:before {
  content: "\f1f2";
}
.fi-rs-bed-alt:before {
  content: "\f1f3";
}
.fi-rs-bed-bunk:before {
  content: "\f1f4";
}
.fi-rs-bed-empty:before {
  content: "\f1f5";
}
.fi-rs-bed:before {
  content: "\f1f6";
}
.fi-rs-bee:before {
  content: "\f1f7";
}
.fi-rs-beer-mug-empty:before {
  content: "\f1f8";
}
.fi-rs-beer:before {
  content: "\f1f9";
}
.fi-rs-bell-concierge:before {
  content: "\f1fa";
}
.fi-rs-bell-ring:before {
  content: "\f1fb";
}
.fi-rs-bell-school:before {
  content: "\f1fc";
}
.fi-rs-bell-slash:before {
  content: "\f1fd";
}
.fi-rs-bell:before {
  content: "\f1fe";
}
.fi-rs-bells:before {
  content: "\f1ff";
}
.fi-rs-bench-tree:before {
  content: "\f200";
}
.fi-rs-betamax:before {
  content: "\f201";
}
.fi-rs-bicycle-journey:before {
  content: "\f202";
}
.fi-rs-bike:before {
  content: "\f203";
}
.fi-rs-biking-mountain:before {
  content: "\f204";
}
.fi-rs-biking:before {
  content: "\f205";
}
.fi-rs-billiard:before {
  content: "\f206";
}
.fi-rs-binary-circle-check:before {
  content: "\f207";
}
.fi-rs-binary-lock:before {
  content: "\f208";
}
.fi-rs-binary-slash:before {
  content: "\f209";
}
.fi-rs-binary:before {
  content: "\f20a";
}
.fi-rs-binoculars:before {
  content: "\f20b";
}
.fi-rs-biohazard:before {
  content: "\f20c";
}
.fi-rs-bird:before {
  content: "\f20d";
}
.fi-rs-bitcoin-sign:before {
  content: "\f20e";
}
.fi-rs-blanket:before {
  content: "\f20f";
}
.fi-rs-blender-phone:before {
  content: "\f210";
}
.fi-rs-blender:before {
  content: "\f211";
}
.fi-rs-blinds-open:before {
  content: "\f212";
}
.fi-rs-blinds-raised:before {
  content: "\f213";
}
.fi-rs-blinds:before {
  content: "\f214";
}
.fi-rs-block-brick:before {
  content: "\f215";
}
.fi-rs-block-question:before {
  content: "\f216";
}
.fi-rs-block-quote:before {
  content: "\f217";
}
.fi-rs-block:before {
  content: "\f218";
}
.fi-rs-blog-pencil:before {
  content: "\f219";
}
.fi-rs-blog-text:before {
  content: "\f21a";
}
.fi-rs-blueberries:before {
  content: "\f21b";
}
.fi-rs-bold:before {
  content: "\f21c";
}
.fi-rs-bolt-auto:before {
  content: "\f21d";
}
.fi-rs-bolt-slash:before {
  content: "\f21e";
}
.fi-rs-bolt:before {
  content: "\f21f";
}
.fi-rs-bomb:before {
  content: "\f220";
}
.fi-rs-bone-break:before {
  content: "\f221";
}
.fi-rs-bone:before {
  content: "\f222";
}
.fi-rs-bong:before {
  content: "\f223";
}
.fi-rs-book-alt:before {
  content: "\f224";
}
.fi-rs-book-arrow-right:before {
  content: "\f225";
}
.fi-rs-book-arrow-up:before {
  content: "\f226";
}
.fi-rs-book-atlas:before {
  content: "\f227";
}
.fi-rs-book-bookmark:before {
  content: "\f228";
}
.fi-rs-book-circle-arrow-right:before {
  content: "\f229";
}
.fi-rs-book-circle-arrow-up:before {
  content: "\f22a";
}
.fi-rs-book-copy:before {
  content: "\f22b";
}
.fi-rs-book-dead:before {
  content: "\f22c";
}
.fi-rs-book-font:before {
  content: "\f22d";
}
.fi-rs-book-medical:before {
  content: "\f22e";
}
.fi-rs-book-open-cover:before {
  content: "\f22f";
}
.fi-rs-book-open-reader:before {
  content: "\f230";
}
.fi-rs-book-quran:before {
  content: "\f231";
}
.fi-rs-book-section:before {
  content: "\f232";
}
.fi-rs-book-spells:before {
  content: "\f233";
}
.fi-rs-book-tanakh:before {
  content: "\f234";
}
.fi-rs-book-user:before {
  content: "\f235";
}
.fi-rs-book:before {
  content: "\f236";
}
.fi-rs-bookmark-slash:before {
  content: "\f237";
}
.fi-rs-bookmark:before {
  content: "\f238";
}
.fi-rs-books-medical:before {
  content: "\f239";
}
.fi-rs-books:before {
  content: "\f23a";
}
.fi-rs-boot-heeled:before {
  content: "\f23b";
}
.fi-rs-boot:before {
  content: "\f23c";
}
.fi-rs-border-all:before {
  content: "\f23d";
}
.fi-rs-border-bottom:before {
  content: "\f23e";
}
.fi-rs-border-center-h:before {
  content: "\f23f";
}
.fi-rs-border-center-v:before {
  content: "\f240";
}
.fi-rs-border-inner:before {
  content: "\f241";
}
.fi-rs-border-left:before {
  content: "\f242";
}
.fi-rs-border-none:before {
  content: "\f243";
}
.fi-rs-border-outer:before {
  content: "\f244";
}
.fi-rs-border-right:before {
  content: "\f245";
}
.fi-rs-border-style-alt:before {
  content: "\f246";
}
.fi-rs-border-style:before {
  content: "\f247";
}
.fi-rs-border-top:before {
  content: "\f248";
}
.fi-rs-boss:before {
  content: "\f249";
}
.fi-rs-bottle-droplet:before {
  content: "\f24a";
}
.fi-rs-bottle:before {
  content: "\f24b";
}
.fi-rs-bow-arrow:before {
  content: "\f24c";
}
.fi-rs-bowl-chopsticks-noodles:before {
  content: "\f24d";
}
.fi-rs-bowl-chopsticks:before {
  content: "\f24e";
}
.fi-rs-bowl-rice:before {
  content: "\f24f";
}
.fi-rs-bowl-scoop:before {
  content: "\f250";
}
.fi-rs-bowl-scoops:before {
  content: "\f251";
}
.fi-rs-bowl-soft-serve:before {
  content: "\f252";
}
.fi-rs-bowl-spoon:before {
  content: "\f253";
}
.fi-rs-bowling-ball:before {
  content: "\f254";
}
.fi-rs-bowling-pins:before {
  content: "\f255";
}
.fi-rs-bowling:before {
  content: "\f256";
}
.fi-rs-box-alt:before {
  content: "\f257";
}
.fi-rs-box-ballot:before {
  content: "\f258";
}
.fi-rs-box-check:before {
  content: "\f259";
}
.fi-rs-box-circle-check:before {
  content: "\f25a";
}
.fi-rs-box-dollar:before {
  content: "\f25b";
}
.fi-rs-box-fragile:before {
  content: "\f25c";
}
.fi-rs-box-heart:before {
  content: "\f25d";
}
.fi-rs-box-open-full:before {
  content: "\f25e";
}
.fi-rs-box-open:before {
  content: "\f25f";
}
.fi-rs-box-tissue:before {
  content: "\f260";
}
.fi-rs-box-up:before {
  content: "\f261";
}
.fi-rs-box:before {
  content: "\f262";
}
.fi-rs-boxes:before {
  content: "\f263";
}
.fi-rs-boxing-glove:before {
  content: "\f264";
}
.fi-rs-bracket-curly-right:before {
  content: "\f265";
}
.fi-rs-bracket-curly:before {
  content: "\f266";
}
.fi-rs-bracket-round-right:before {
  content: "\f267";
}
.fi-rs-bracket-round:before {
  content: "\f268";
}
.fi-rs-bracket-square-right:before {
  content: "\f269";
}
.fi-rs-bracket-square:before {
  content: "\f26a";
}
.fi-rs-brackets-curly:before {
  content: "\f26b";
}
.fi-rs-brackets-round:before {
  content: "\f26c";
}
.fi-rs-brackets-square:before {
  content: "\f26d";
}
.fi-rs-braille-a:before {
  content: "\f26e";
}
.fi-rs-braille-b:before {
  content: "\f26f";
}
.fi-rs-braille-c:before {
  content: "\f270";
}
.fi-rs-braille-d:before {
  content: "\f271";
}
.fi-rs-braille-e:before {
  content: "\f272";
}
.fi-rs-braille-g:before {
  content: "\f273";
}
.fi-rs-braille-h:before {
  content: "\f274";
}
.fi-rs-braille-i:before {
  content: "\f275";
}
.fi-rs-braille-j:before {
  content: "\f276";
}
.fi-rs-braille-k:before {
  content: "\f277";
}
.fi-rs-braille-l:before {
  content: "\f278";
}
.fi-rs-braille-m:before {
  content: "\f279";
}
.fi-rs-braille-n-alt:before {
  content: "\f27a";
}
.fi-rs-braille-n:before {
  content: "\f27b";
}
.fi-rs-braille-o:before {
  content: "\f27c";
}
.fi-rs-braille-p:before {
  content: "\f27d";
}
.fi-rs-braille-q:before {
  content: "\f27e";
}
.fi-rs-braille-r:before {
  content: "\f27f";
}
.fi-rs-braille-s:before {
  content: "\f280";
}
.fi-rs-braille-t:before {
  content: "\f281";
}
.fi-rs-braille-u:before {
  content: "\f282";
}
.fi-rs-braille-v:before {
  content: "\f283";
}
.fi-rs-braille-w:before {
  content: "\f284";
}
.fi-rs-braille-x:before {
  content: "\f285";
}
.fi-rs-braille-y:before {
  content: "\f286";
}
.fi-rs-braille-z:before {
  content: "\f287";
}
.fi-rs-braille:before {
  content: "\f288";
}
.fi-rs-brain-circuit:before {
  content: "\f289";
}
.fi-rs-brain:before {
  content: "\f28a";
}
.fi-rs-bread-loaf:before {
  content: "\f28b";
}
.fi-rs-bread-slice-butter:before {
  content: "\f28c";
}
.fi-rs-bread-slice:before {
  content: "\f28d";
}
.fi-rs-bread:before {
  content: "\f28e";
}
.fi-rs-briefcase-arrow-right:before {
  content: "\f28f";
}
.fi-rs-briefcase-blank:before {
  content: "\f290";
}
.fi-rs-briefcase:before {
  content: "\f291";
}
.fi-rs-brightness-low:before {
  content: "\f292";
}
.fi-rs-brightness:before {
  content: "\f293";
}
.fi-rs-bring-forward:before {
  content: "\f294";
}
.fi-rs-bring-front:before {
  content: "\f295";
}
.fi-rs-broadcast-tower:before {
  content: "\f296";
}
.fi-rs-broccoli:before {
  content: "\f297";
}
.fi-rs-broken-image:before {
  content: "\f298";
}
.fi-rs-broom-ball:before {
  content: "\f299";
}
.fi-rs-browser-ui:before {
  content: "\f29a";
}
.fi-rs-browser:before {
  content: "\f29b";
}
.fi-rs-browsers:before {
  content: "\f29c";
}
.fi-rs-brush:before {
  content: "\f29d";
}
.fi-rs-bucket:before {
  content: "\f29e";
}
.fi-rs-budget-alt:before {
  content: "\f29f";
}
.fi-rs-budget:before {
  content: "\f2a0";
}
.fi-rs-bug-slash:before {
  content: "\f2a1";
}
.fi-rs-bug:before {
  content: "\f2a2";
}
.fi-rs-bugs:before {
  content: "\f2a3";
}
.fi-rs-build-alt:before {
  content: "\f2a4";
}
.fi-rs-build:before {
  content: "\f2a5";
}
.fi-rs-building-ngo:before {
  content: "\f2a6";
}
.fi-rs-building:before {
  content: "\f2a7";
}
.fi-rs-bulb:before {
  content: "\f2a8";
}
.fi-rs-bullet:before {
  content: "\f2a9";
}
.fi-rs-bullhorn:before {
  content: "\f2aa";
}
.fi-rs-bullseye-arrow:before {
  content: "\f2ab";
}
.fi-rs-bullseye-pointer:before {
  content: "\f2ac";
}
.fi-rs-bullseye:before {
  content: "\f2ad";
}
.fi-rs-burger-alt:before {
  content: "\f2ae";
}
.fi-rs-burger-fries:before {
  content: "\f2af";
}
.fi-rs-burger-glass:before {
  content: "\f2b0";
}
.fi-rs-burger-menu:before {
  content: "\f2b1";
}
.fi-rs-burrito:before {
  content: "\f2b2";
}
.fi-rs-bus-alt:before {
  content: "\f2b3";
}
.fi-rs-bus:before {
  content: "\f2b4";
}
.fi-rs-business-time:before {
  content: "\f2b5";
}
.fi-rs-Butter:before {
  content: "\f2b6";
}
.fi-rs-butterfly:before {
  content: "\f2b7";
}
.fi-rs-c:before {
  content: "\f2b8";
}
.fi-rs-cabin:before {
  content: "\f2b9";
}
.fi-rs-cactus:before {
  content: "\f2ba";
}
.fi-rs-cake-birthday:before {
  content: "\f2bb";
}
.fi-rs-cake-slice:before {
  content: "\f2bc";
}
.fi-rs-cake-wedding:before {
  content: "\f2bd";
}
.fi-rs-calculator-bill:before {
  content: "\f2be";
}
.fi-rs-calculator-money:before {
  content: "\f2bf";
}
.fi-rs-calculator-simple:before {
  content: "\f2c0";
}
.fi-rs-calculator:before {
  content: "\f2c1";
}
.fi-rs-calendar-arrow-down:before {
  content: "\f2c2";
}
.fi-rs-calendar-arrow-up:before {
  content: "\f2c3";
}
.fi-rs-calendar-check:before {
  content: "\f2c4";
}
.fi-rs-calendar-clock:before {
  content: "\f2c5";
}
.fi-rs-calendar-day:before {
  content: "\f2c6";
}
.fi-rs-calendar-days:before {
  content: "\f2c7";
}
.fi-rs-calendar-exclamation:before {
  content: "\f2c8";
}
.fi-rs-calendar-heart:before {
  content: "\f2c9";
}
.fi-rs-calendar-image:before {
  content: "\f2ca";
}
.fi-rs-calendar-lines-pen:before {
  content: "\f2cb";
}
.fi-rs-calendar-lines:before {
  content: "\f2cc";
}
.fi-rs-calendar-minus:before {
  content: "\f2cd";
}
.fi-rs-calendar-pen:before {
  content: "\f2ce";
}
.fi-rs-calendar-plus:before {
  content: "\f2cf";
}
.fi-rs-calendar-star:before {
  content: "\f2d0";
}
.fi-rs-calendar-week:before {
  content: "\f2d1";
}
.fi-rs-calendar-xmark:before {
  content: "\f2d2";
}
.fi-rs-calendar:before {
  content: "\f2d3";
}
.fi-rs-calendars:before {
  content: "\f2d4";
}
.fi-rs-call-history:before {
  content: "\f2d5";
}
.fi-rs-call-incoming:before {
  content: "\f2d6";
}
.fi-rs-call-missed:before {
  content: "\f2d7";
}
.fi-rs-call-outgoing:before {
  content: "\f2d8";
}
.fi-rs-camcorder:before {
  content: "\f2d9";
}
.fi-rs-camera-cctv:before {
  content: "\f2da";
}
.fi-rs-camera-movie:before {
  content: "\f2db";
}
.fi-rs-camera-retro:before {
  content: "\f2dc";
}
.fi-rs-camera-rotate:before {
  content: "\f2dd";
}
.fi-rs-camera-security:before {
  content: "\f2de";
}
.fi-rs-camera-slash:before {
  content: "\f2df";
}
.fi-rs-camera-viewfinder:before {
  content: "\f2e0";
}
.fi-rs-camera:before {
  content: "\f2e1";
}
.fi-rs-campfire:before {
  content: "\f2e2";
}
.fi-rs-camping:before {
  content: "\f2e3";
}
.fi-rs-can-food:before {
  content: "\f2e4";
}
.fi-rs-candle-holder:before {
  content: "\f2e5";
}
.fi-rs-candy-alt:before {
  content: "\f2e6";
}
.fi-rs-candy-bar:before {
  content: "\f2e7";
}
.fi-rs-candy-cane:before {
  content: "\f2e8";
}
.fi-rs-candy-corn:before {
  content: "\f2e9";
}
.fi-rs-candy-sweet:before {
  content: "\f2ea";
}
.fi-rs-candy:before {
  content: "\f2eb";
}
.fi-rs-Cannabis:before {
  content: "\f2ec";
}
.fi-rs-canned-food:before {
  content: "\f2ed";
}
.fi-rs-capsules:before {
  content: "\f2ee";
}
.fi-rs-car-alt:before {
  content: "\f2ef";
}
.fi-rs-car-battery:before {
  content: "\f2f0";
}
.fi-rs-car-bolt:before {
  content: "\f2f1";
}
.fi-rs-car-building:before {
  content: "\f2f2";
}
.fi-rs-car-bump:before {
  content: "\f2f3";
}
.fi-rs-car-bus:before {
  content: "\f2f4";
}
.fi-rs-car-circle-bolt:before {
  content: "\f2f5";
}
.fi-rs-car-crash:before {
  content: "\f2f6";
}
.fi-rs-car-garage:before {
  content: "\f2f7";
}
.fi-rs-car-journey:before {
  content: "\f2f8";
}
.fi-rs-car-mechanic:before {
  content: "\f2f9";
}
.fi-rs-car-rear:before {
  content: "\f2fa";
}
.fi-rs-car-side-bolt:before {
  content: "\f2fb";
}
.fi-rs-car-side:before {
  content: "\f2fc";
}
.fi-rs-car-tilt:before {
  content: "\f2fd";
}
.fi-rs-car-wash:before {
  content: "\f2fe";
}
.fi-rs-car:before {
  content: "\f2ff";
}
.fi-rs-caravan-alt:before {
  content: "\f300";
}
.fi-rs-caravan:before {
  content: "\f301";
}
.fi-rs-card-club:before {
  content: "\f302";
}
.fi-rs-card-diamond:before {
  content: "\f303";
}
.fi-rs-card-heart:before {
  content: "\f304";
}
.fi-rs-card-spade:before {
  content: "\f305";
}
.fi-rs-caret-circle-down:before {
  content: "\f306";
}
.fi-rs-caret-circle-right:before {
  content: "\f307";
}
.fi-rs-caret-circle-up:before {
  content: "\f308";
}
.fi-rs-caret-down:before {
  content: "\f309";
}
.fi-rs-caret-left:before {
  content: "\f30a";
}
.fi-rs-caret-quare-up:before {
  content: "\f30b";
}
.fi-rs-caret-right:before {
  content: "\f30c";
}
.fi-rs-caret-square-down:before {
  content: "\f30d";
}
.fi-rs-caret-square-left_1:before {
  content: "\f30e";
}
.fi-rs-caret-square-left:before {
  content: "\f30f";
}
.fi-rs-caret-square-right:before {
  content: "\f310";
}
.fi-rs-caret-up:before {
  content: "\f311";
}
.fi-rs-carrot:before {
  content: "\f312";
}
.fi-rs-cars-crash:before {
  content: "\f313";
}
.fi-rs-cars:before {
  content: "\f314";
}
.fi-rs-cart-arrow-down:before {
  content: "\f315";
}
.fi-rs-cart-minus:before {
  content: "\f316";
}
.fi-rs-cart-shopping-fast:before {
  content: "\f317";
}
.fi-rs-cash-register:before {
  content: "\f318";
}
.fi-rs-cassette-tape:before {
  content: "\f319";
}
.fi-rs-cassette-vhs:before {
  content: "\f31a";
}
.fi-rs-castle:before {
  content: "\f31b";
}
.fi-rs-cat-space:before {
  content: "\f31c";
}
.fi-rs-cat:before {
  content: "\f31d";
}
.fi-rs-catalog-alt:before {
  content: "\f31e";
}
.fi-rs-catalog-magazine:before {
  content: "\f31f";
}
.fi-rs-catalog:before {
  content: "\f320";
}
.fi-rs-category-alt:before {
  content: "\f321";
}
.fi-rs-category:before {
  content: "\f322";
}
.fi-rs-cauldron:before {
  content: "\f323";
}
.fi-rs-cedi-sign:before {
  content: "\f324";
}
.fi-rs-cello:before {
  content: "\f325";
}
.fi-rs-cent-sign:before {
  content: "\f326";
}
.fi-rs-chair-office:before {
  content: "\f327";
}
.fi-rs-chair:before {
  content: "\f328";
}
.fi-rs-chalkboard-user:before {
  content: "\f329";
}
.fi-rs-challenge-alt:before {
  content: "\f32a";
}
.fi-rs-challenge:before {
  content: "\f32b";
}
.fi-rs-charging-station:before {
  content: "\f32c";
}
.fi-rs-chart-area:before {
  content: "\f32d";
}
.fi-rs-chart-bullet:before {
  content: "\f32e";
}
.fi-rs-chart-candlestick:before {
  content: "\f32f";
}
.fi-rs-chart-connected:before {
  content: "\f330";
}
.fi-rs-chart-gantt:before {
  content: "\f331";
}
.fi-rs-chart-histogram:before {
  content: "\f332";
}
.fi-rs-chart-line-up:before {
  content: "\f333";
}
.fi-rs-chart-mixed:before {
  content: "\f334";
}
.fi-rs-chart-network:before {
  content: "\f335";
}
.fi-rs-chart-pie-alt:before {
  content: "\f336";
}
.fi-rs-chart-pie:before {
  content: "\f337";
}
.fi-rs-chart-pyramid:before {
  content: "\f338";
}
.fi-rs-chart-radar:before {
  content: "\f339";
}
.fi-rs-chart-scatter-3d:before {
  content: "\f33a";
}
.fi-rs-chart-scatter-bubble:before {
  content: "\f33b";
}
.fi-rs-chart-scatter:before {
  content: "\f33c";
}
.fi-rs-chart-set-theory:before {
  content: "\f33d";
}
.fi-rs-chart-simple-horizontal:before {
  content: "\f33e";
}
.fi-rs-chart-simple:before {
  content: "\f33f";
}
.fi-rs-chart-tree-map:before {
  content: "\f340";
}
.fi-rs-chart-tree:before {
  content: "\f341";
}
.fi-rs-chart-user:before {
  content: "\f342";
}
.fi-rs-chart-waterfall:before {
  content: "\f343";
}
.fi-rs-chat-arrow-down:before {
  content: "\f344";
}
.fi-rs-chat-arrow-grow:before {
  content: "\f345";
}
.fi-rs-chatbot-speech-bubble:before {
  content: "\f346";
}
.fi-rs-chatbot:before {
  content: "\f347";
}
.fi-rs-check-circle:before {
  content: "\f348";
}
.fi-rs-check-double:before {
  content: "\f349";
}
.fi-rs-check:before {
  content: "\f34a";
}
.fi-rs-checkbox:before {
  content: "\f34b";
}
.fi-rs-cheese-alt:before {
  content: "\f34c";
}
.fi-rs-cheese:before {
  content: "\f34d";
}
.fi-rs-cheeseburger:before {
  content: "\f34e";
}
.fi-rs-cherry:before {
  content: "\f34f";
}
.fi-rs-chess-bishop:before {
  content: "\f350";
}
.fi-rs-chess-board:before {
  content: "\f351";
}
.fi-rs-chess-clock-alt:before {
  content: "\f352";
}
.fi-rs-chess-clock:before {
  content: "\f353";
}
.fi-rs-chess-king-alt:before {
  content: "\f354";
}
.fi-rs-chess-king:before {
  content: "\f355";
}
.fi-rs-chess-knight-alt:before {
  content: "\f356";
}
.fi-rs-chess-knight:before {
  content: "\f357";
}
.fi-rs-chess-pawn-alt:before {
  content: "\f358";
}
.fi-rs-chess-pawn:before {
  content: "\f359";
}
.fi-rs-chess-piece:before {
  content: "\f35a";
}
.fi-rs-chess-queen-alt:before {
  content: "\f35b";
}
.fi-rs-chess-queen:before {
  content: "\f35c";
}
.fi-rs-chess-rook-alt:before {
  content: "\f35d";
}
.fi-rs-chess-rook:before {
  content: "\f35e";
}
.fi-rs-chess:before {
  content: "\f35f";
}
.fi-rs-chevron-double-down:before {
  content: "\f360";
}
.fi-rs-chevron-double-up:before {
  content: "\f361";
}
.fi-rs-child-head:before {
  content: "\f362";
}
.fi-rs-child:before {
  content: "\f363";
}
.fi-rs-chimney:before {
  content: "\f364";
}
.fi-rs-chocolate:before {
  content: "\f365";
}
.fi-rs-choose-alt:before {
  content: "\f366";
}
.fi-rs-choose:before {
  content: "\f367";
}
.fi-rs-circle-0:before {
  content: "\f368";
}
.fi-rs-circle-1:before {
  content: "\f369";
}
.fi-rs-circle-2:before {
  content: "\f36a";
}
.fi-rs-circle-3:before {
  content: "\f36b";
}
.fi-rs-circle-4:before {
  content: "\f36c";
}
.fi-rs-circle-5:before {
  content: "\f36d";
}
.fi-rs-circle-6:before {
  content: "\f36e";
}
.fi-rs-circle-7:before {
  content: "\f36f";
}
.fi-rs-circle-8:before {
  content: "\f370";
}
.fi-rs-circle-9:before {
  content: "\f371";
}
.fi-rs-circle-a:before {
  content: "\f372";
}
.fi-rs-circle-b:before {
  content: "\f373";
}
.fi-rs-circle-bolt:before {
  content: "\f374";
}
.fi-rs-circle-book-open:before {
  content: "\f375";
}
.fi-rs-circle-bookmark:before {
  content: "\f376";
}
.fi-rs-circle-c:before {
  content: "\f377";
}
.fi-rs-circle-calendar:before {
  content: "\f378";
}
.fi-rs-circle-camera:before {
  content: "\f379";
}
.fi-rs-circle-cross:before {
  content: "\f37a";
}
.fi-rs-circle-d:before {
  content: "\f37b";
}
.fi-rs-circle-dashed:before {
  content: "\f37c";
}
.fi-rs-circle-e:before {
  content: "\f37d";
}
.fi-rs-circle-ellipsis-vertical:before {
  content: "\f37e";
}
.fi-rs-circle-ellipsis:before {
  content: "\f37f";
}
.fi-rs-circle-envelope:before {
  content: "\f380";
}
.fi-rs-circle-exclamation-check:before {
  content: "\f381";
}
.fi-rs-circle-f:before {
  content: "\f382";
}
.fi-rs-circle-g:before {
  content: "\f383";
}
.fi-rs-circle-h:before {
  content: "\f384";
}
.fi-rs-circle-half-stroke:before {
  content: "\f385";
}
.fi-rs-circle-half:before {
  content: "\f386";
}
.fi-rs-circle-heart:before {
  content: "\f387";
}
.fi-rs-circle-i:before {
  content: "\f388";
}
.fi-rs-circle-j:before {
  content: "\f389";
}
.fi-rs-circle-k:before {
  content: "\f38a";
}
.fi-rs-circle-l:before {
  content: "\f38b";
}
.fi-rs-circle-m:before {
  content: "\f38c";
}
.fi-rs-circle-microphone-lines:before {
  content: "\f38d";
}
.fi-rs-circle-microphone:before {
  content: "\f38e";
}
.fi-rs-circle-n:before {
  content: "\f38f";
}
.fi-rs-circle-o:before {
  content: "\f390";
}
.fi-rs-circle-p:before {
  content: "\f391";
}
.fi-rs-circle-phone-flip:before {
  content: "\f392";
}
.fi-rs-circle-phone-hangup:before {
  content: "\f393";
}
.fi-rs-circle-phone:before {
  content: "\f394";
}
.fi-rs-circle-q:before {
  content: "\f395";
}
.fi-rs-circle-quarter:before {
  content: "\f396";
}
.fi-rs-circle-quarters-alt:before {
  content: "\f397";
}
.fi-rs-circle-r:before {
  content: "\f398";
}
.fi-rs-circle-s:before {
  content: "\f399";
}
.fi-rs-circle-small:before {
  content: "\f39a";
}
.fi-rs-circle-star:before {
  content: "\f39b";
}
.fi-rs-circle-t:before {
  content: "\f39c";
}
.fi-rs-circle-three-quarters:before {
  content: "\f39d";
}
.fi-rs-circle-trash:before {
  content: "\f39e";
}
.fi-rs-circle-u:before {
  content: "\f39f";
}
.fi-rs-circle-user:before {
  content: "\f3a0";
}
.fi-rs-circle-v:before {
  content: "\f3a1";
}
.fi-rs-circle-video:before {
  content: "\f3a2";
}
.fi-rs-circle-w:before {
  content: "\f3a3";
}
.fi-rs-circle-waveform-lines:before {
  content: "\f3a4";
}
.fi-rs-circle-x:before {
  content: "\f3a5";
}
.fi-rs-circle-xmark:before {
  content: "\f3a6";
}
.fi-rs-circle-y:before {
  content: "\f3a7";
}
.fi-rs-circle-z:before {
  content: "\f3a8";
}
.fi-rs-circle:before {
  content: "\f3a9";
}
.fi-rs-citrus-slice:before {
  content: "\f3aa";
}
.fi-rs-citrus:before {
  content: "\f3ab";
}
.fi-rs-city:before {
  content: "\f3ac";
}
.fi-rs-clapperboard-play:before {
  content: "\f3ad";
}
.fi-rs-clapperboard:before {
  content: "\f3ae";
}
.fi-rs-clarinet:before {
  content: "\f3af";
}
.fi-rs-claw-marks:before {
  content: "\f3b0";
}
.fi-rs-clean:before {
  content: "\f3b1";
}
.fi-rs-clear-alt:before {
  content: "\f3b2";
}
.fi-rs-clip:before {
  content: "\f3b3";
}
.fi-rs-clipboard-check:before {
  content: "\f3b4";
}
.fi-rs-clipboard-list-check:before {
  content: "\f3b5";
}
.fi-rs-clipboard-list:before {
  content: "\f3b6";
}
.fi-rs-clipboard-prescription:before {
  content: "\f3b7";
}
.fi-rs-clipboard-user:before {
  content: "\f3b8";
}
.fi-rs-clipboard:before {
  content: "\f3b9";
}
.fi-rs-clock-desk:before {
  content: "\f3ba";
}
.fi-rs-clock-eight-thirty:before {
  content: "\f3bb";
}
.fi-rs-clock-eleven-thirty:before {
  content: "\f3bc";
}
.fi-rs-clock-eleven:before {
  content: "\f3bd";
}
.fi-rs-clock-five-thirty:before {
  content: "\f3be";
}
.fi-rs-clock-five:before {
  content: "\f3bf";
}
.fi-rs-clock-four-thirty:before {
  content: "\f3c0";
}
.fi-rs-clock-nine-thirty:before {
  content: "\f3c1";
}
.fi-rs-clock-nine:before {
  content: "\f3c2";
}
.fi-rs-clock-one-thirty:before {
  content: "\f3c3";
}
.fi-rs-clock-one:before {
  content: "\f3c4";
}
.fi-rs-clock-seven-thirty:before {
  content: "\f3c5";
}
.fi-rs-clock-seven:before {
  content: "\f3c6";
}
.fi-rs-clock-six-thirty:before {
  content: "\f3c7";
}
.fi-rs-clock-six:before {
  content: "\f3c8";
}
.fi-rs-clock-ten-thirty:before {
  content: "\f3c9";
}
.fi-rs-clock-ten:before {
  content: "\f3ca";
}
.fi-rs-clock-three-thirty:before {
  content: "\f3cb";
}
.fi-rs-clock-three:before {
  content: "\f3cc";
}
.fi-rs-clock-twelve-thirty:before {
  content: "\f3cd";
}
.fi-rs-clock-twelve:before {
  content: "\f3ce";
}
.fi-rs-clock-two-thirty:before {
  content: "\f3cf";
}
.fi-rs-clock-two:before {
  content: "\f3d0";
}
.fi-rs-clock:before {
  content: "\f3d1";
}
.fi-rs-clone:before {
  content: "\f3d2";
}
.fi-rs-closed-captioning-slash:before {
  content: "\f3d3";
}
.fi-rs-clothes-hanger:before {
  content: "\f3d4";
}
.fi-rs-cloud-check:before {
  content: "\f3d5";
}
.fi-rs-cloud-code:before {
  content: "\f3d6";
}
.fi-rs-cloud-disabled:before {
  content: "\f3d7";
}
.fi-rs-cloud-download-alt:before {
  content: "\f3d8";
}
.fi-rs-cloud-download:before {
  content: "\f3d9";
}
.fi-rs-cloud-drizzle:before {
  content: "\f3da";
}
.fi-rs-cloud-exclamation:before {
  content: "\f3db";
}
.fi-rs-cloud-hail-mixed:before {
  content: "\f3dc";
}
.fi-rs-cloud-hail:before {
  content: "\f3dd";
}
.fi-rs-cloud-meatball:before {
  content: "\f3de";
}
.fi-rs-cloud-moon-rain:before {
  content: "\f3df";
}
.fi-rs-cloud-moon:before {
  content: "\f3e0";
}
.fi-rs-cloud-question:before {
  content: "\f3e1";
}
.fi-rs-cloud-rain:before {
  content: "\f3e2";
}
.fi-rs-cloud-rainbow:before {
  content: "\f3e3";
}
.fi-rs-cloud-share:before {
  content: "\f3e4";
}
.fi-rs-cloud-showers-heavy:before {
  content: "\f3e5";
}
.fi-rs-cloud-showers:before {
  content: "\f3e6";
}
.fi-rs-cloud-sleet:before {
  content: "\f3e7";
}
.fi-rs-cloud-snow:before {
  content: "\f3e8";
}
.fi-rs-cloud-sun-rain:before {
  content: "\f3e9";
}
.fi-rs-cloud-sun:before {
  content: "\f3ea";
}
.fi-rs-cloud-upload-alt:before {
  content: "\f3eb";
}
.fi-rs-cloud-upload:before {
  content: "\f3ec";
}
.fi-rs-cloud:before {
  content: "\f3ed";
}
.fi-rs-clouds-moon:before {
  content: "\f3ee";
}
.fi-rs-clouds-sun:before {
  content: "\f3ef";
}
.fi-rs-clouds:before {
  content: "\f3f0";
}
.fi-rs-clover-alt:before {
  content: "\f3f1";
}
.fi-rs-club:before {
  content: "\f3f2";
}
.fi-rs-cocktail-alt:before {
  content: "\f3f3";
}
.fi-rs-cocktail:before {
  content: "\f3f4";
}
.fi-rs-coconut:before {
  content: "\f3f5";
}
.fi-rs-code-branch:before {
  content: "\f3f6";
}
.fi-rs-code-commit:before {
  content: "\f3f7";
}
.fi-rs-code-compare:before {
  content: "\f3f8";
}
.fi-rs-code-fork:before {
  content: "\f3f9";
}
.fi-rs-code-merge:before {
  content: "\f3fa";
}
.fi-rs-code-pull-request-closed:before {
  content: "\f3fb";
}
.fi-rs-code-pull-request-draft:before {
  content: "\f3fc";
}
.fi-rs-code-pull-request:before {
  content: "\f3fd";
}
.fi-rs-code-simple:before {
  content: "\f3fe";
}
.fi-rs-coffee-bean:before {
  content: "\f3ff";
}
.fi-rs-coffee-beans:before {
  content: "\f400";
}
.fi-rs-coffee-pot:before {
  content: "\f401";
}
.fi-rs-coffee:before {
  content: "\f402";
}
.fi-rs-coffin-cross:before {
  content: "\f403";
}
.fi-rs-coffin:before {
  content: "\f404";
}
.fi-rs-coin-up-arrow:before {
  content: "\f405";
}
.fi-rs-coin:before {
  content: "\f406";
}
.fi-rs-coins:before {
  content: "\f407";
}
.fi-rs-colon-sign:before {
  content: "\f408";
}
.fi-rs-columns-3:before {
  content: "\f409";
}
.fi-rs-comet:before {
  content: "\f40a";
}
.fi-rs-command:before {
  content: "\f40b";
}
.fi-rs-comment-alt-check:before {
  content: "\f40c";
}
.fi-rs-comment-alt-dots:before {
  content: "\f40d";
}
.fi-rs-comment-alt-edit:before {
  content: "\f40e";
}
.fi-rs-comment-alt-medical:before {
  content: "\f40f";
}
.fi-rs-comment-alt-middle-top:before {
  content: "\f410";
}
.fi-rs-comment-alt-middle:before {
  content: "\f411";
}
.fi-rs-comment-alt-minus:before {
  content: "\f412";
}
.fi-rs-comment-alt-music:before {
  content: "\f413";
}
.fi-rs-comment-alt:before {
  content: "\f414";
}
.fi-rs-comment-arrow-down:before {
  content: "\f415";
}
.fi-rs-comment-arrow-up-right:before {
  content: "\f416";
}
.fi-rs-comment-arrow-up:before {
  content: "\f417";
}
.fi-rs-comment-check:before {
  content: "\f418";
}
.fi-rs-comment-code:before {
  content: "\f419";
}
.fi-rs-comment-dollar:before {
  content: "\f41a";
}
.fi-rs-comment-dots:before {
  content: "\f41b";
}
.fi-rs-comment-exclamation:before {
  content: "\f41c";
}
.fi-rs-comment-heart:before {
  content: "\f41d";
}
.fi-rs-comment-image:before {
  content: "\f41e";
}
.fi-rs-comment-info:before {
  content: "\f41f";
}
.fi-rs-comment-medical:before {
  content: "\f420";
}
.fi-rs-comment-minus:before {
  content: "\f421";
}
.fi-rs-comment-pen:before {
  content: "\f422";
}
.fi-rs-comment-question:before {
  content: "\f423";
}
.fi-rs-comment-quote:before {
  content: "\f424";
}
.fi-rs-comment-slash:before {
  content: "\f425";
}
.fi-rs-comment-smile:before {
  content: "\f426";
}
.fi-rs-comment-sms:before {
  content: "\f427";
}
.fi-rs-comment-text:before {
  content: "\f428";
}
.fi-rs-comment-user:before {
  content: "\f429";
}
.fi-rs-comment-xmark:before {
  content: "\f42a";
}
.fi-rs-comment:before {
  content: "\f42b";
}
.fi-rs-comments-dollar:before {
  content: "\f42c";
}
.fi-rs-comments-question-check:before {
  content: "\f42d";
}
.fi-rs-comments-question:before {
  content: "\f42e";
}
.fi-rs-comments:before {
  content: "\f42f";
}
.fi-rs-compass-slash:before {
  content: "\f430";
}
.fi-rs-completed:before {
  content: "\f431";
}
.fi-rs-compliance-clipboard:before {
  content: "\f432";
}
.fi-rs-compliance-document:before {
  content: "\f433";
}
.fi-rs-compliance:before {
  content: "\f434";
}
.fi-rs-compress-alt:before {
  content: "\f435";
}
.fi-rs-compress:before {
  content: "\f436";
}
.fi-rs-computer-classic:before {
  content: "\f437";
}
.fi-rs-computer-mouse:before {
  content: "\f438";
}
.fi-rs-computer-speaker:before {
  content: "\f439";
}
.fi-rs-computer:before {
  content: "\f43a";
}
.fi-rs-concierge-bell:before {
  content: "\f43b";
}
.fi-rs-condition-alt:before {
  content: "\f43c";
}
.fi-rs-condition:before {
  content: "\f43d";
}
.fi-rs-confetti:before {
  content: "\f43e";
}
.fi-rs-constellation:before {
  content: "\f43f";
}
.fi-rs-container-storage:before {
  content: "\f440";
}
.fi-rs-conveyor-belt-alt:before {
  content: "\f441";
}
.fi-rs-conveyor-belt-empty:before {
  content: "\f442";
}
.fi-rs-conveyor-belt:before {
  content: "\f443";
}
.fi-rs-cookie-alt:before {
  content: "\f444";
}
.fi-rs-cookie:before {
  content: "\f445";
}
.fi-rs-copy-alt:before {
  content: "\f446";
}
.fi-rs-copy-image:before {
  content: "\f447";
}
.fi-rs-copy:before {
  content: "\f448";
}
.fi-rs-copyright:before {
  content: "\f449";
}
.fi-rs-corn:before {
  content: "\f44a";
}
.fi-rs-couch:before {
  content: "\f44b";
}
.fi-rs-cow-alt:before {
  content: "\f44c";
}
.fi-rs-cow:before {
  content: "\f44d";
}
.fi-rs-cowbell-circle-plus:before {
  content: "\f44e";
}
.fi-rs-cowbell-more:before {
  content: "\f44f";
}
.fi-rs-cowbell:before {
  content: "\f450";
}
.fi-rs-crab:before {
  content: "\f451";
}
.fi-rs-crate-empty:before {
  content: "\f452";
}
.fi-rs-cream:before {
  content: "\f453";
}
.fi-rs-credit-card:before {
  content: "\f454";
}
.fi-rs-cricket:before {
  content: "\f455";
}
.fi-rs-croissant:before {
  content: "\f456";
}
.fi-rs-cross-religion:before {
  content: "\f457";
}
.fi-rs-cross-small:before {
  content: "\f458";
}
.fi-rs-cross:before {
  content: "\f459";
}
.fi-rs-crossed-eye:before {
  content: "\f45a";
}
.fi-rs-crow:before {
  content: "\f45b";
}
.fi-rs-crown:before {
  content: "\f45c";
}
.fi-rs-crutch:before {
  content: "\f45d";
}
.fi-rs-crutches:before {
  content: "\f45e";
}
.fi-rs-cruzeiro-sign:before {
  content: "\f45f";
}
.fi-rs-crystal-ball:before {
  content: "\f460";
}
.fi-rs-cube:before {
  content: "\f461";
}
.fi-rs-cubes-stacked:before {
  content: "\f462";
}
.fi-rs-cubes:before {
  content: "\f463";
}
.fi-rs-cucumber:before {
  content: "\f464";
}
.fi-rs-cup-straw-swoosh:before {
  content: "\f465";
}
.fi-rs-cup-straw:before {
  content: "\f466";
}
.fi-rs-cup-togo:before {
  content: "\f467";
}
.fi-rs-cupcake-alt:before {
  content: "\f468";
}
.fi-rs-cupcake:before {
  content: "\f469";
}
.fi-rs-curling:before {
  content: "\f46a";
}
.fi-rs-cursor-finger:before {
  content: "\f46b";
}
.fi-rs-cursor-plus:before {
  content: "\f46c";
}
.fi-rs-cursor-text-alt:before {
  content: "\f46d";
}
.fi-rs-cursor-text:before {
  content: "\f46e";
}
.fi-rs-cursor:before {
  content: "\f46f";
}
.fi-rs-custard:before {
  content: "\f470";
}
.fi-rs-customer-care:before {
  content: "\f471";
}
.fi-rs-customer-service:before {
  content: "\f472";
}
.fi-rs-d:before {
  content: "\f473";
}
.fi-rs-dagger:before {
  content: "\f474";
}
.fi-rs-dart:before {
  content: "\f475";
}
.fi-rs-dashboard:before {
  content: "\f476";
}
.fi-rs-data-transfer:before {
  content: "\f477";
}
.fi-rs-database:before {
  content: "\f478";
}
.fi-rs-deer-rudolph:before {
  content: "\f479";
}
.fi-rs-deer:before {
  content: "\f47a";
}
.fi-rs-delete-document:before {
  content: "\f47b";
}
.fi-rs-delete-right:before {
  content: "\f47c";
}
.fi-rs-delete-user:before {
  content: "\f47d";
}
.fi-rs-delete:before {
  content: "\f47e";
}
.fi-rs-democrat:before {
  content: "\f47f";
}
.fi-rs-deposit-alt:before {
  content: "\f480";
}
.fi-rs-deposit:before {
  content: "\f481";
}
.fi-rs-description-alt:before {
  content: "\f482";
}
.fi-rs-description:before {
  content: "\f483";
}
.fi-rs-desktop-arrow-down:before {
  content: "\f484";
}
.fi-rs-desktop-wallpaper:before {
  content: "\f485";
}
.fi-rs-devices:before {
  content: "\f486";
}
.fi-rs-dewpoint:before {
  content: "\f487";
}
.fi-rs-dharmachakra:before {
  content: "\f488";
}
.fi-rs-diagram-cells:before {
  content: "\f489";
}
.fi-rs-diagram-lean-canvas:before {
  content: "\f48a";
}
.fi-rs-diagram-nested:before {
  content: "\f48b";
}
.fi-rs-diagram-next:before {
  content: "\f48c";
}
.fi-rs-diagram-predecessor:before {
  content: "\f48d";
}
.fi-rs-diagram-previous:before {
  content: "\f48e";
}
.fi-rs-diagram-project:before {
  content: "\f48f";
}
.fi-rs-diagram-sankey:before {
  content: "\f490";
}
.fi-rs-diagram-subtask:before {
  content: "\f491";
}
.fi-rs-diagram-successor:before {
  content: "\f492";
}
.fi-rs-diagram-venn:before {
  content: "\f493";
}
.fi-rs-dial-high:before {
  content: "\f494";
}
.fi-rs-dial-low:before {
  content: "\f495";
}
.fi-rs-dial-max:before {
  content: "\f496";
}
.fi-rs-dial-med-low:before {
  content: "\f497";
}
.fi-rs-dial-med:before {
  content: "\f498";
}
.fi-rs-dial-min:before {
  content: "\f499";
}
.fi-rs-dial-off:before {
  content: "\f49a";
}
.fi-rs-dial:before {
  content: "\f49b";
}
.fi-rs-diamond-exclamation:before {
  content: "\f49c";
}
.fi-rs-diamond-turn-right:before {
  content: "\f49d";
}
.fi-rs-diamond:before {
  content: "\f49e";
}
.fi-rs-diary-bookmark-down:before {
  content: "\f49f";
}
.fi-rs-diary-bookmarks:before {
  content: "\f4a0";
}
.fi-rs-diary-clasp:before {
  content: "\f4a1";
}
.fi-rs-dice-alt:before {
  content: "\f4a2";
}
.fi-rs-dice-d10:before {
  content: "\f4a3";
}
.fi-rs-dice-d12:before {
  content: "\f4a4";
}
.fi-rs-dice-d20:before {
  content: "\f4a5";
}
.fi-rs-dice-d4:before {
  content: "\f4a6";
}
.fi-rs-dice-d6:before {
  content: "\f4a7";
}
.fi-rs-dice-d8:before {
  content: "\f4a8";
}
.fi-rs-dice-four:before {
  content: "\f4a9";
}
.fi-rs-dice-one:before {
  content: "\f4aa";
}
.fi-rs-dice-six:before {
  content: "\f4ab";
}
.fi-rs-dice-three:before {
  content: "\f4ac";
}
.fi-rs-dice-two:before {
  content: "\f4ad";
}
.fi-rs-dice:before {
  content: "\f4ae";
}
.fi-rs-digging:before {
  content: "\f4af";
}
.fi-rs-digital-tachograph:before {
  content: "\f4b0";
}
.fi-rs-diploma:before {
  content: "\f4b1";
}
.fi-rs-direction-signal-arrow:before {
  content: "\f4b2";
}
.fi-rs-direction-signal:before {
  content: "\f4b3";
}
.fi-rs-disc-drive:before {
  content: "\f4b4";
}
.fi-rs-disco-ball:before {
  content: "\f4b5";
}
.fi-rs-discover:before {
  content: "\f4b6";
}
.fi-rs-disease:before {
  content: "\f4b7";
}
.fi-rs-disk:before {
  content: "\f4b8";
}
.fi-rs-display-arrow-down:before {
  content: "\f4b9";
}
.fi-rs-display-code:before {
  content: "\f4ba";
}
.fi-rs-display-medical:before {
  content: "\f4bb";
}
.fi-rs-display-slash:before {
  content: "\f4bc";
}
.fi-rs-distribute-spacing-horizontal:before {
  content: "\f4bd";
}
.fi-rs-distribute-spacing-vertical:before {
  content: "\f4be";
}
.fi-rs-dizzy:before {
  content: "\f4bf";
}
.fi-rs-dna:before {
  content: "\f4c0";
}
.fi-rs-do-not-enter:before {
  content: "\f4c1";
}
.fi-rs-doctor:before {
  content: "\f4c2";
}
.fi-rs-document-signed:before {
  content: "\f4c3";
}
.fi-rs-document:before {
  content: "\f4c4";
}
.fi-rs-dog:before {
  content: "\f4c5";
}
.fi-rs-dollar:before {
  content: "\f4c6";
}
.fi-rs-dolly-flatbed-alt:before {
  content: "\f4c7";
}
.fi-rs-dolly-flatbed-empty:before {
  content: "\f4c8";
}
.fi-rs-dolly-flatbed:before {
  content: "\f4c9";
}
.fi-rs-dolphin:before {
  content: "\f4ca";
}
.fi-rs-donate:before {
  content: "\f4cb";
}
.fi-rs-dong-sign:before {
  content: "\f4cc";
}
.fi-rs-donut:before {
  content: "\f4cd";
}
.fi-rs-door-closed:before {
  content: "\f4ce";
}
.fi-rs-door-open:before {
  content: "\f4cf";
}
.fi-rs-dot-circle:before {
  content: "\f4d0";
}
.fi-rs-dove:before {
  content: "\f4d1";
}
.fi-rs-down-left-and-up-right-to-center:before {
  content: "\f4d2";
}
.fi-rs-down-left:before {
  content: "\f4d3";
}
.fi-rs-down-right:before {
  content: "\f4d4";
}
.fi-rs-down-to-line:before {
  content: "\f4d5";
}
.fi-rs-down:before {
  content: "\f4d6";
}
.fi-rs-download:before {
  content: "\f4d7";
}
.fi-rs-drafting-compass:before {
  content: "\f4d8";
}
.fi-rs-dragon:before {
  content: "\f4d9";
}
.fi-rs-draw-polygon:before {
  content: "\f4da";
}
.fi-rs-draw-square:before {
  content: "\f4db";
}
.fi-rs-dreidel:before {
  content: "\f4dc";
}
.fi-rs-drink-alt:before {
  content: "\f4dd";
}
.fi-rs-driver-man:before {
  content: "\f4de";
}
.fi-rs-driver-woman:before {
  content: "\f4df";
}
.fi-rs-drone-alt:before {
  content: "\f4e0";
}
.fi-rs-drone-front:before {
  content: "\f4e1";
}
.fi-rs-drone:before {
  content: "\f4e2";
}
.fi-rs-drop-down:before {
  content: "\f4e3";
}
.fi-rs-drum-steelpan:before {
  content: "\f4e4";
}
.fi-rs-drum:before {
  content: "\f4e5";
}
.fi-rs-drumstick-bite:before {
  content: "\f4e6";
}
.fi-rs-drumstick:before {
  content: "\f4e7";
}
.fi-rs-dryer-alt:before {
  content: "\f4e8";
}
.fi-rs-dryer:before {
  content: "\f4e9";
}
.fi-rs-duck:before {
  content: "\f4ea";
}
.fi-rs-dumpster-fire:before {
  content: "\f4eb";
}
.fi-rs-dumpster:before {
  content: "\f4ec";
}
.fi-rs-dungeon:before {
  content: "\f4ed";
}
.fi-rs-duplicate:before {
  content: "\f4ee";
}
.fi-rs-e-learning:before {
  content: "\f4ef";
}
.fi-rs-e:before {
  content: "\f4f0";
}
.fi-rs-ear-deaf:before {
  content: "\f4f1";
}
.fi-rs-ear-muffs:before {
  content: "\f4f2";
}
.fi-rs-ear:before {
  content: "\f4f3";
}
.fi-rs-earnings:before {
  content: "\f4f4";
}
.fi-rs-earth-africa:before {
  content: "\f4f5";
}
.fi-rs-earth-americas:before {
  content: "\f4f6";
}
.fi-rs-earth-asia:before {
  content: "\f4f7";
}
.fi-rs-earth-europa:before {
  content: "\f4f8";
}
.fi-rs-eclipse-alt:before {
  content: "\f4f9";
}
.fi-rs-eclipse:before {
  content: "\f4fa";
}
.fi-rs-edit-alt:before {
  content: "\f4fb";
}
.fi-rs-edit:before {
  content: "\f4fc";
}
.fi-rs-egg-fried:before {
  content: "\f4fd";
}
.fi-rs-egg:before {
  content: "\f4fe";
}
.fi-rs-eject:before {
  content: "\f4ff";
}
.fi-rs-elephant:before {
  content: "\f500";
}
.fi-rs-elevator:before {
  content: "\f501";
}
.fi-rs-employee-alt:before {
  content: "\f502";
}
.fi-rs-employee-man-alt:before {
  content: "\f503";
}
.fi-rs-employee-man:before {
  content: "\f504";
}
.fi-rs-engine-warning:before {
  content: "\f505";
}
.fi-rs-engine:before {
  content: "\f506";
}
.fi-rs-enter:before {
  content: "\f507";
}
.fi-rs-envelope-ban:before {
  content: "\f508";
}
.fi-rs-envelope-bulk:before {
  content: "\f509";
}
.fi-rs-envelope-dot:before {
  content: "\f50a";
}
.fi-rs-envelope-download:before {
  content: "\f50b";
}
.fi-rs-envelope-marker:before {
  content: "\f50c";
}
.fi-rs-envelope-open-dollar:before {
  content: "\f50d";
}
.fi-rs-envelope-open-text:before {
  content: "\f50e";
}
.fi-rs-envelope-open:before {
  content: "\f50f";
}
.fi-rs-envelope-plus:before {
  content: "\f510";
}
.fi-rs-envelope:before {
  content: "\f511";
}
.fi-rs-envelopes:before {
  content: "\f512";
}
.fi-rs-equality:before {
  content: "\f513";
}
.fi-rs-eraser:before {
  content: "\f514";
}
.fi-rs-escalator:before {
  content: "\f515";
}
.fi-rs-ethernet:before {
  content: "\f516";
}
.fi-rs-euro:before {
  content: "\f517";
}
.fi-rs-exchange-alt:before {
  content: "\f518";
}
.fi-rs-exchange:before {
  content: "\f519";
}
.fi-rs-exclamation:before {
  content: "\f51a";
}
.fi-rs-exit-alt:before {
  content: "\f51b";
}
.fi-rs-exit:before {
  content: "\f51c";
}
.fi-rs-expand-arrows-alt:before {
  content: "\f51d";
}
.fi-rs-expand-arrows:before {
  content: "\f51e";
}
.fi-rs-expand:before {
  content: "\f51f";
}
.fi-rs-external-hard-drive:before {
  content: "\f520";
}
.fi-rs-external-world:before {
  content: "\f521";
}
.fi-rs-eye-dropper-half:before {
  content: "\f522";
}
.fi-rs-eye-dropper:before {
  content: "\f523";
}
.fi-rs-eye:before {
  content: "\f524";
}
.fi-rs-eyes:before {
  content: "\f525";
}
.fi-rs-f:before {
  content: "\f526";
}
.fi-rs-face-angry-horns:before {
  content: "\f527";
}
.fi-rs-face-anguished:before {
  content: "\f528";
}
.fi-rs-face-anxious-sweat:before {
  content: "\f529";
}
.fi-rs-face-astonished:before {
  content: "\f52a";
}
.fi-rs-face-awesome:before {
  content: "\f52b";
}
.fi-rs-face-beam-hand-over-mouth:before {
  content: "\f52c";
}
.fi-rs-face-confounded:before {
  content: "\f52d";
}
.fi-rs-face-confused:before {
  content: "\f52e";
}
.fi-rs-face-cowboy-hat:before {
  content: "\f52f";
}
.fi-rs-face-disappointed:before {
  content: "\f530";
}
.fi-rs-face-disguise:before {
  content: "\f531";
}
.fi-rs-face-downcast-sweat:before {
  content: "\f532";
}
.fi-rs-face-drooling:before {
  content: "\f533";
}
.fi-rs-face-explode:before {
  content: "\f534";
}
.fi-rs-face-expressionless:before {
  content: "\f535";
}
.fi-rs-face-eyes-xmarks:before {
  content: "\f536";
}
.fi-rs-face-fearful:before {
  content: "\f537";
}
.fi-rs-face-glasses:before {
  content: "\f538";
}
.fi-rs-face-grin-tongue-wink:before {
  content: "\f539";
}
.fi-rs-face-hand-yawn:before {
  content: "\f53a";
}
.fi-rs-face-head-bandage:before {
  content: "\f53b";
}
.fi-rs-face-hushed:before {
  content: "\f53c";
}
.fi-rs-face-icicles:before {
  content: "\f53d";
}
.fi-rs-face-lying:before {
  content: "\f53e";
}
.fi-rs-face-mask:before {
  content: "\f53f";
}
.fi-rs-face-monocle:before {
  content: "\f540";
}
.fi-rs-face-nauseated:before {
  content: "\f541";
}
.fi-rs-face-nose-steam:before {
  content: "\f542";
}
.fi-rs-face-party:before {
  content: "\f543";
}
.fi-rs-face-pensive:before {
  content: "\f544";
}
.fi-rs-face-persevering:before {
  content: "\f545";
}
.fi-rs-face-pleading:before {
  content: "\f546";
}
.fi-rs-face-raised-eyebrow:before {
  content: "\f547";
}
.fi-rs-face-relieved:before {
  content: "\f548";
}
.fi-rs-face-sad-sweat:before {
  content: "\f549";
}
.fi-rs-face-scream:before {
  content: "\f54a";
}
.fi-rs-face-shush:before {
  content: "\f54b";
}
.fi-rs-face-sleeping:before {
  content: "\f54c";
}
.fi-rs-face-sleepy:before {
  content: "\f54d";
}
.fi-rs-face-smile-halo:before {
  content: "\f54e";
}
.fi-rs-face-smile-hearts:before {
  content: "\f54f";
}
.fi-rs-face-smile-horns:before {
  content: "\f550";
}
.fi-rs-face-smile-tear:before {
  content: "\f551";
}
.fi-rs-face-smile-tongue:before {
  content: "\f552";
}
.fi-rs-face-smile-upside-down:before {
  content: "\f553";
}
.fi-rs-face-smiling-hands:before {
  content: "\f554";
}
.fi-rs-face-smirking:before {
  content: "\f555";
}
.fi-rs-face-sunglasses:before {
  content: "\f556";
}
.fi-rs-face-swear:before {
  content: "\f557";
}
.fi-rs-face-thermometer:before {
  content: "\f558";
}
.fi-rs-face-thinking:before {
  content: "\f559";
}
.fi-rs-face-tissue:before {
  content: "\f55a";
}
.fi-rs-face-tongue-money:before {
  content: "\f55b";
}
.fi-rs-face-tongue-sweat:before {
  content: "\f55c";
}
.fi-rs-face-unamused:before {
  content: "\f55d";
}
.fi-rs-face-viewfinder:before {
  content: "\f55e";
}
.fi-rs-face-vomit:before {
  content: "\f55f";
}
.fi-rs-face-weary:before {
  content: "\f560";
}
.fi-rs-face-woozy:before {
  content: "\f561";
}
.fi-rs-face-worried:before {
  content: "\f562";
}
.fi-rs-face-zany:before {
  content: "\f563";
}
.fi-rs-face-zipper:before {
  content: "\f564";
}
.fi-rs-falafel:before {
  content: "\f565";
}
.fi-rs-family-dress:before {
  content: "\f566";
}
.fi-rs-family-pants:before {
  content: "\f567";
}
.fi-rs-family:before {
  content: "\f568";
}
.fi-rs-fan-table:before {
  content: "\f569";
}
.fi-rs-fan:before {
  content: "\f56a";
}
.fi-rs-farm:before {
  content: "\f56b";
}
.fi-rs-faucet-drip:before {
  content: "\f56c";
}
.fi-rs-faucet:before {
  content: "\f56d";
}
.fi-rs-fax:before {
  content: "\f56e";
}
.fi-rs-feather-pointed:before {
  content: "\f56f";
}
.fi-rs-feather:before {
  content: "\f570";
}
.fi-rs-features-alt:before {
  content: "\f571";
}
.fi-rs-features:before {
  content: "\f572";
}
.fi-rs-feedback-alt:before {
  content: "\f573";
}
.fi-rs-feedback-hand:before {
  content: "\f574";
}
.fi-rs-feedback-review:before {
  content: "\f575";
}
.fi-rs-feedback:before {
  content: "\f576";
}
.fi-rs-fence:before {
  content: "\f577";
}
.fi-rs-ferris-wheel:before {
  content: "\f578";
}
.fi-rs-field-hockey:before {
  content: "\f579";
}
.fi-rs-fighter-jet:before {
  content: "\f57a";
}
.fi-rs-file-ai:before {
  content: "\f57b";
}
.fi-rs-file-audio:before {
  content: "\f57c";
}
.fi-rs-file-binary:before {
  content: "\f57d";
}
.fi-rs-file-chart-line:before {
  content: "\f57e";
}
.fi-rs-file-chart-pie:before {
  content: "\f57f";
}
.fi-rs-file-circle-info:before {
  content: "\f580";
}
.fi-rs-file-code:before {
  content: "\f581";
}
.fi-rs-file-csv:before {
  content: "\f582";
}
.fi-rs-file-download:before {
  content: "\f583";
}
.fi-rs-file-edit:before {
  content: "\f584";
}
.fi-rs-file-eps:before {
  content: "\f585";
}
.fi-rs-file-excel:before {
  content: "\f586";
}
.fi-rs-file-exclamation:before {
  content: "\f587";
}
.fi-rs-file-export:before {
  content: "\f588";
}
.fi-rs-file-image:before {
  content: "\f589";
}
.fi-rs-file-import:before {
  content: "\f58a";
}
.fi-rs-file-invoice-dollar:before {
  content: "\f58b";
}
.fi-rs-file-invoice:before {
  content: "\f58c";
}
.fi-rs-file-medical-alt:before {
  content: "\f58d";
}
.fi-rs-file-medical:before {
  content: "\f58e";
}
.fi-rs-file-minus:before {
  content: "\f58f";
}
.fi-rs-file-pdf:before {
  content: "\f590";
}
.fi-rs-file-powerpoint:before {
  content: "\f591";
}
.fi-rs-file-prescription:before {
  content: "\f592";
}
.fi-rs-file-psd:before {
  content: "\f593";
}
.fi-rs-file-signature:before {
  content: "\f594";
}
.fi-rs-file-spreadsheet:before {
  content: "\f595";
}
.fi-rs-file-upload:before {
  content: "\f596";
}
.fi-rs-file-user:before {
  content: "\f597";
}
.fi-rs-file-video:before {
  content: "\f598";
}
.fi-rs-file-word:before {
  content: "\f599";
}
.fi-rs-file-zipper:before {
  content: "\f59a";
}
.fi-rs-file:before {
  content: "\f59b";
}
.fi-rs-files-medical:before {
  content: "\f59c";
}
.fi-rs-fill:before {
  content: "\f59d";
}
.fi-rs-film-canister:before {
  content: "\f59e";
}
.fi-rs-film-slash:before {
  content: "\f59f";
}
.fi-rs-film:before {
  content: "\f5a0";
}
.fi-rs-films:before {
  content: "\f5a1";
}
.fi-rs-filter-slash:before {
  content: "\f5a2";
}
.fi-rs-filter:before {
  content: "\f5a3";
}
.fi-rs-filters:before {
  content: "\f5a4";
}
.fi-rs-fingerprint:before {
  content: "\f5a5";
}
.fi-rs-fire-burner:before {
  content: "\f5a6";
}
.fi-rs-fire-extinguisher:before {
  content: "\f5a7";
}
.fi-rs-fire-flame-curved:before {
  content: "\f5a8";
}
.fi-rs-fire-flame-simple:before {
  content: "\f5a9";
}
.fi-rs-fire-hydrant:before {
  content: "\f5aa";
}
.fi-rs-fire-smoke:before {
  content: "\f5ab";
}
.fi-rs-fireplace:before {
  content: "\f5ac";
}
.fi-rs-first-award:before {
  content: "\f5ad";
}
.fi-rs-first-laurel:before {
  content: "\f5ae";
}
.fi-rs-first-medal:before {
  content: "\f5af";
}
.fi-rs-first:before {
  content: "\f5b0";
}
.fi-rs-fish-bones:before {
  content: "\f5b1";
}
.fi-rs-fish-cooked:before {
  content: "\f5b2";
}
.fi-rs-fish:before {
  content: "\f5b3";
}
.fi-rs-fishing-rod:before {
  content: "\f5b4";
}
.fi-rs-flag-alt:before {
  content: "\f5b5";
}
.fi-rs-flag-checkered:before {
  content: "\f5b6";
}
.fi-rs-flag-usa:before {
  content: "\f5b7";
}
.fi-rs-flag:before {
  content: "\f5b8";
}
.fi-rs-flame:before {
  content: "\f5b9";
}
.fi-rs-flashlight:before {
  content: "\f5ba";
}
.fi-rs-flask-poison:before {
  content: "\f5bb";
}
.fi-rs-flask-potion:before {
  content: "\f5bc";
}
.fi-rs-flask:before {
  content: "\f5bd";
}
.fi-rs-flatbread-stuffed:before {
  content: "\f5be";
}
.fi-rs-flatbread:before {
  content: "\f5bf";
}
.fi-rs-flip-horizontal:before {
  content: "\f5c0";
}
.fi-rs-floppy-disk-circle-arrow-right:before {
  content: "\f5c1";
}
.fi-rs-floppy-disk-circle-xmark:before {
  content: "\f5c2";
}
.fi-rs-floppy-disk-pen:before {
  content: "\f5c3";
}
.fi-rs-floppy-disks:before {
  content: "\f5c4";
}
.fi-rs-florin-sign:before {
  content: "\f5c5";
}
.fi-rs-flower-bouquet:before {
  content: "\f5c6";
}
.fi-rs-flower-daffodil:before {
  content: "\f5c7";
}
.fi-rs-flower-tulip:before {
  content: "\f5c8";
}
.fi-rs-flower:before {
  content: "\f5c9";
}
.fi-rs-flushed:before {
  content: "\f5ca";
}
.fi-rs-flute:before {
  content: "\f5cb";
}
.fi-rs-flux-capacitor:before {
  content: "\f5cc";
}
.fi-rs-fly-insect:before {
  content: "\f5cd";
}
.fi-rs-flying-disc:before {
  content: "\f5ce";
}
.fi-rs-fog:before {
  content: "\f5cf";
}
.fi-rs-folder-download:before {
  content: "\f5d0";
}
.fi-rs-folder-minus:before {
  content: "\f5d1";
}
.fi-rs-folder-open:before {
  content: "\f5d2";
}
.fi-rs-folder-times:before {
  content: "\f5d3";
}
.fi-rs-folder-tree:before {
  content: "\f5d4";
}
.fi-rs-folder-upload:before {
  content: "\f5d5";
}
.fi-rs-folder-xmark:before {
  content: "\f5d6";
}
.fi-rs-folder:before {
  content: "\f5d7";
}
.fi-rs-folders:before {
  content: "\f5d8";
}
.fi-rs-follow-folder:before {
  content: "\f5d9";
}
.fi-rs-followcollection:before {
  content: "\f5da";
}
.fi-rs-following:before {
  content: "\f5db";
}
.fi-rs-fondue-pot:before {
  content: "\f5dc";
}
.fi-rs-football:before {
  content: "\f5dd";
}
.fi-rs-fork:before {
  content: "\f5de";
}
.fi-rs-forklift:before {
  content: "\f5df";
}
.fi-rs-form:before {
  content: "\f5e0";
}
.fi-rs-fort:before {
  content: "\f5e1";
}
.fi-rs-forward-fast:before {
  content: "\f5e2";
}
.fi-rs-forward:before {
  content: "\f5e3";
}
.fi-rs-fox:before {
  content: "\f5e4";
}
.fi-rs-frame:before {
  content: "\f5e5";
}
.fi-rs-franc-sign:before {
  content: "\f5e6";
}
.fi-rs-french-fries:before {
  content: "\f5e7";
}
.fi-rs-frog:before {
  content: "\f5e8";
}
.fi-rs-frown:before {
  content: "\f5e9";
}
.fi-rs-ftp:before {
  content: "\f5ea";
}
.fi-rs-funnel-dollar:before {
  content: "\f5eb";
}
.fi-rs-g:before {
  content: "\f5ec";
}
.fi-rs-galaxy-alt:before {
  content: "\f5ed";
}
.fi-rs-galaxy-planet:before {
  content: "\f5ee";
}
.fi-rs-galaxy-star:before {
  content: "\f5ef";
}
.fi-rs-galaxy:before {
  content: "\f5f0";
}
.fi-rs-gallery-thumbnails:before {
  content: "\f5f1";
}
.fi-rs-gallery:before {
  content: "\f5f2";
}
.fi-rs-game-board-alt:before {
  content: "\f5f3";
}
.fi-rs-gamepad:before {
  content: "\f5f4";
}
.fi-rs-garage-car:before {
  content: "\f5f5";
}
.fi-rs-garage-open:before {
  content: "\f5f6";
}
.fi-rs-garage:before {
  content: "\f5f7";
}
.fi-rs-garlic-alt:before {
  content: "\f5f8";
}
.fi-rs-garlic:before {
  content: "\f5f9";
}
.fi-rs-gas-pump-alt:before {
  content: "\f5fa";
}
.fi-rs-gas-pump-slash:before {
  content: "\f5fb";
}
.fi-rs-gas-pump:before {
  content: "\f5fc";
}
.fi-rs-gauge-circle-bolt:before {
  content: "\f5fd";
}
.fi-rs-gauge-circle-minus:before {
  content: "\f5fe";
}
.fi-rs-gauge-circle-plus:before {
  content: "\f5ff";
}
.fi-rs-gavel:before {
  content: "\f600";
}
.fi-rs-gears:before {
  content: "\f601";
}
.fi-rs-gem:before {
  content: "\f602";
}
.fi-rs-ghost:before {
  content: "\f603";
}
.fi-rs-gif-square:before {
  content: "\f604";
}
.fi-rs-gif:before {
  content: "\f605";
}
.fi-rs-gift-card:before {
  content: "\f606";
}
.fi-rs-gift:before {
  content: "\f607";
}
.fi-rs-gifts:before {
  content: "\f608";
}
.fi-rs-gingerbread-man:before {
  content: "\f609";
}
.fi-rs-glass-champagne:before {
  content: "\f60a";
}
.fi-rs-glass-cheers:before {
  content: "\f60b";
}
.fi-rs-glass-citrus:before {
  content: "\f60c";
}
.fi-rs-glass-empty:before {
  content: "\f60d";
}
.fi-rs-glass-half:before {
  content: "\f60e";
}
.fi-rs-glass-water-droplet:before {
  content: "\f60f";
}
.fi-rs-glass-whiskey-rocks:before {
  content: "\f610";
}
.fi-rs-glass-whiskey:before {
  content: "\f611";
}
.fi-rs-glass:before {
  content: "\f612";
}
.fi-rs-glasses:before {
  content: "\f613";
}
.fi-rs-globe-alt:before {
  content: "\f614";
}
.fi-rs-globe-snow:before {
  content: "\f615";
}
.fi-rs-globe:before {
  content: "\f616";
}
.fi-rs-goal-net:before {
  content: "\f617";
}
.fi-rs-golf-ball:before {
  content: "\f618";
}
.fi-rs-golf-club:before {
  content: "\f619";
}
.fi-rs-golf:before {
  content: "\f61a";
}
.fi-rs-government-flag:before {
  content: "\f61b";
}
.fi-rs-government-user:before {
  content: "\f61c";
}
.fi-rs-graduation-cap:before {
  content: "\f61d";
}
.fi-rs-gramophone:before {
  content: "\f61e";
}
.fi-rs-grape:before {
  content: "\f61f";
}
.fi-rs-graphic-style:before {
  content: "\f620";
}
.fi-rs-graphic-tablet:before {
  content: "\f621";
}
.fi-rs-grate-droplet:before {
  content: "\f622";
}
.fi-rs-grate:before {
  content: "\f623";
}
.fi-rs-grid-alt:before {
  content: "\f624";
}
.fi-rs-grid-dividers:before {
  content: "\f625";
}
.fi-rs-grid:before {
  content: "\f626";
}
.fi-rs-grill-hot-alt:before {
  content: "\f627";
}
.fi-rs-grill:before {
  content: "\f628";
}
.fi-rs-grimace:before {
  content: "\f629";
}
.fi-rs-grin-alt:before {
  content: "\f62a";
}
.fi-rs-grin-beam-sweat:before {
  content: "\f62b";
}
.fi-rs-grin-beam:before {
  content: "\f62c";
}
.fi-rs-grin-hearts:before {
  content: "\f62d";
}
.fi-rs-grin-squint-tears:before {
  content: "\f62e";
}
.fi-rs-grin-squint:before {
  content: "\f62f";
}
.fi-rs-grin-stars:before {
  content: "\f630";
}
.fi-rs-grin-tears:before {
  content: "\f631";
}
.fi-rs-grin-tongue-squint:before {
  content: "\f632";
}
.fi-rs-grin-tongue-wink:before {
  content: "\f633";
}
.fi-rs-grin-tongue:before {
  content: "\f634";
}
.fi-rs-grin-wink:before {
  content: "\f635";
}
.fi-rs-grin:before {
  content: "\f636";
}
.fi-rs-grip-dots-vertical:before {
  content: "\f637";
}
.fi-rs-grip-dots:before {
  content: "\f638";
}
.fi-rs-grip-horizontal:before {
  content: "\f639";
}
.fi-rs-grip-lines-vertical:before {
  content: "\f63a";
}
.fi-rs-grip-lines:before {
  content: "\f63b";
}
.fi-rs-grip-vertical:before {
  content: "\f63c";
}
.fi-rs-guarani-sign:before {
  content: "\f63d";
}
.fi-rs-guide:before {
  content: "\f63e";
}
.fi-rs-guitar-electric:before {
  content: "\f63f";
}
.fi-rs-guitar:before {
  content: "\f640";
}
.fi-rs-guitars:before {
  content: "\f641";
}
.fi-rs-gun-squirt:before {
  content: "\f642";
}
.fi-rs-gym:before {
  content: "\f643";
}
.fi-rs-h-square:before {
  content: "\f644";
}
.fi-rs-h:before {
  content: "\f645";
}
.fi-rs-h1:before {
  content: "\f646";
}
.fi-rs-h2:before {
  content: "\f647";
}
.fi-rs-h3:before {
  content: "\f648";
}
.fi-rs-h4:before {
  content: "\f649";
}
.fi-rs-hamburger-soda:before {
  content: "\f64a";
}
.fi-rs-hamburger:before {
  content: "\f64b";
}
.fi-rs-hammer-crash:before {
  content: "\f64c";
}
.fi-rs-hammer-war:before {
  content: "\f64d";
}
.fi-rs-hammer:before {
  content: "\f64e";
}
.fi-rs-hand-back-fist:before {
  content: "\f64f";
}
.fi-rs-hand-back-point-down:before {
  content: "\f650";
}
.fi-rs-hand-back-point-left:before {
  content: "\f651";
}
.fi-rs-hand-back-point-ribbon:before {
  content: "\f652";
}
.fi-rs-hand-back-point-right:before {
  content: "\f653";
}
.fi-rs-hand-dots:before {
  content: "\f654";
}
.fi-rs-hand-fingers-crossed:before {
  content: "\f655";
}
.fi-rs-hand-fist:before {
  content: "\f656";
}
.fi-rs-hand-heart:before {
  content: "\f657";
}
.fi-rs-hand-holding-box:before {
  content: "\f658";
}
.fi-rs-hand-holding-droplet:before {
  content: "\f659";
}
.fi-rs-hand-holding-heart:before {
  content: "\f65a";
}
.fi-rs-hand-holding-magic:before {
  content: "\f65b";
}
.fi-rs-hand-holding-medical:before {
  content: "\f65c";
}
.fi-rs-hand-holding-seeding:before {
  content: "\f65d";
}
.fi-rs-hand-holding-skull:before {
  content: "\f65e";
}
.fi-rs-hand-holding-usd:before {
  content: "\f65f";
}
.fi-rs-hand-holding-water:before {
  content: "\f660";
}
.fi-rs-hand-horns:before {
  content: "\f661";
}
.fi-rs-hand-lizard:before {
  content: "\f662";
}
.fi-rs-hand-love:before {
  content: "\f663";
}
.fi-rs-hand-middle-finger:before {
  content: "\f664";
}
.fi-rs-hand-paper:before {
  content: "\f665";
}
.fi-rs-hand-peace:before {
  content: "\f666";
}
.fi-rs-hand-point-ribbon:before {
  content: "\f667";
}
.fi-rs-hand-scissors:before {
  content: "\f668";
}
.fi-rs-hand-sparkles:before {
  content: "\f669";
}
.fi-rs-hand-spock:before {
  content: "\f66a";
}
.fi-rs-hand-wave:before {
  content: "\f66b";
}
.fi-rs-hand:before {
  content: "\f66c";
}
.fi-rs-hands-bubbles:before {
  content: "\f66d";
}
.fi-rs-hands-clapping:before {
  content: "\f66e";
}
.fi-rs-hands-heart:before {
  content: "\f66f";
}
.fi-rs-hands-holding-diamond:before {
  content: "\f670";
}
.fi-rs-hands-holding:before {
  content: "\f671";
}
.fi-rs-hands-usd:before {
  content: "\f672";
}
.fi-rs-handshake-angle:before {
  content: "\f673";
}
.fi-rs-handshake-simple-slash:before {
  content: "\f674";
}
.fi-rs-handshake:before {
  content: "\f675";
}
.fi-rs-happy:before {
  content: "\f676";
}
.fi-rs-hard-hat:before {
  content: "\f677";
}
.fi-rs-hastag:before {
  content: "\f678";
}
.fi-rs-hat-birthday:before {
  content: "\f679";
}
.fi-rs-hat-chef:before {
  content: "\f67a";
}
.fi-rs-hat-cowboy-side:before {
  content: "\f67b";
}
.fi-rs-hat-cowboy:before {
  content: "\f67c";
}
.fi-rs-hat-santa:before {
  content: "\f67d";
}
.fi-rs-hat-winter:before {
  content: "\f67e";
}
.fi-rs-hat-witch:before {
  content: "\f67f";
}
.fi-rs-hat-wizard:before {
  content: "\f680";
}
.fi-rs-hdd:before {
  content: "\f681";
}
.fi-rs-head-side-brain:before {
  content: "\f682";
}
.fi-rs-head-side-cough-slash:before {
  content: "\f683";
}
.fi-rs-head-side-cough:before {
  content: "\f684";
}
.fi-rs-head-side-headphones:before {
  content: "\f685";
}
.fi-rs-head-side-heart:before {
  content: "\f686";
}
.fi-rs-head-side-mask:before {
  content: "\f687";
}
.fi-rs-head-side-medical:before {
  content: "\f688";
}
.fi-rs-head-side-thinking:before {
  content: "\f689";
}
.fi-rs-head-side-virus:before {
  content: "\f68a";
}
.fi-rs-head-side:before {
  content: "\f68b";
}
.fi-rs-head-vr:before {
  content: "\f68c";
}
.fi-rs-heading:before {
  content: "\f68d";
}
.fi-rs-headphones:before {
  content: "\f68e";
}
.fi-rs-headset:before {
  content: "\f68f";
}
.fi-rs-heart-arrow:before {
  content: "\f690";
}
.fi-rs-heart-crack:before {
  content: "\f691";
}
.fi-rs-heart-half-stroke:before {
  content: "\f692";
}
.fi-rs-heart-half:before {
  content: "\f693";
}
.fi-rs-heart-rate:before {
  content: "\f694";
}
.fi-rs-heart:before {
  content: "\f695";
}
.fi-rs-heat:before {
  content: "\f696";
}
.fi-rs-helicopter-side:before {
  content: "\f697";
}
.fi-rs-helmet-battle:before {
  content: "\f698";
}
.fi-rs-hexagon-check:before {
  content: "\f699";
}
.fi-rs-hexagon-exclamation:before {
  content: "\f69a";
}
.fi-rs-hexagon:before {
  content: "\f69b";
}
.fi-rs-high-definition:before {
  content: "\f69c";
}
.fi-rs-highlighter-line:before {
  content: "\f69d";
}
.fi-rs-highlighter:before {
  content: "\f69e";
}
.fi-rs-hiking:before {
  content: "\f69f";
}
.fi-rs-hippo:before {
  content: "\f6a0";
}
.fi-rs-hockey-mask:before {
  content: "\f6a1";
}
.fi-rs-hockey-puck:before {
  content: "\f6a2";
}
.fi-rs-hockey-stick-puck:before {
  content: "\f6a3";
}
.fi-rs-hockey-sticks:before {
  content: "\f6a4";
}
.fi-rs-holly-berry:before {
  content: "\f6a5";
}
.fi-rs-home-heart:before {
  content: "\f6a6";
}
.fi-rs-home-location-alt:before {
  content: "\f6a7";
}
.fi-rs-home-location:before {
  content: "\f6a8";
}
.fi-rs-home:before {
  content: "\f6a9";
}
.fi-rs-honey-pot:before {
  content: "\f6aa";
}
.fi-rs-hood-cloak:before {
  content: "\f6ab";
}
.fi-rs-horizontal-rule:before {
  content: "\f6ac";
}
.fi-rs-horse-head:before {
  content: "\f6ad";
}
.fi-rs-horse-saddle:before {
  content: "\f6ae";
}
.fi-rs-horse:before {
  content: "\f6af";
}
.fi-rs-hose-reel:before {
  content: "\f6b0";
}
.fi-rs-hose:before {
  content: "\f6b1";
}
.fi-rs-hospital-symbol:before {
  content: "\f6b2";
}
.fi-rs-hospital-user:before {
  content: "\f6b3";
}
.fi-rs-hospital:before {
  content: "\f6b4";
}
.fi-rs-hospitals:before {
  content: "\f6b5";
}
.fi-rs-hot-tub:before {
  content: "\f6b6";
}
.fi-rs-hotdog:before {
  content: "\f6b7";
}
.fi-rs-hotel:before {
  content: "\f6b8";
}
.fi-rs-hourglass-end:before {
  content: "\f6b9";
}
.fi-rs-hourglass-start:before {
  content: "\f6ba";
}
.fi-rs-hourglass:before {
  content: "\f6bb";
}
.fi-rs-house-blank:before {
  content: "\f6bc";
}
.fi-rs-house-building:before {
  content: "\f6bd";
}
.fi-rs-house-chimney-blank:before {
  content: "\f6be";
}
.fi-rs-house-chimney-crack:before {
  content: "\f6bf";
}
.fi-rs-house-chimney-heart:before {
  content: "\f6c0";
}
.fi-rs-house-chimney-medical:before {
  content: "\f6c1";
}
.fi-rs-house-chimney-user:before {
  content: "\f6c2";
}
.fi-rs-house-chimney-window:before {
  content: "\f6c3";
}
.fi-rs-house-chimney:before {
  content: "\f6c4";
}
.fi-rs-house-crack:before {
  content: "\f6c5";
}
.fi-rs-house-day:before {
  content: "\f6c6";
}
.fi-rs-house-flood:before {
  content: "\f6c7";
}
.fi-rs-house-laptop:before {
  content: "\f6c8";
}
.fi-rs-house-leave:before {
  content: "\f6c9";
}
.fi-rs-house-medical:before {
  content: "\f6ca";
}
.fi-rs-house-night:before {
  content: "\f6cb";
}
.fi-rs-house-return:before {
  content: "\f6cc";
}
.fi-rs-house-signal:before {
  content: "\f6cd";
}
.fi-rs-house-tree:before {
  content: "\f6ce";
}
.fi-rs-house-tsunami:before {
  content: "\f6cf";
}
.fi-rs-house-turret:before {
  content: "\f6d0";
}
.fi-rs-house-user:before {
  content: "\f6d1";
}
.fi-rs-house-window:before {
  content: "\f6d2";
}
.fi-rs-hr-group:before {
  content: "\f6d3";
}
.fi-rs-hr-person:before {
  content: "\f6d4";
}
.fi-rs-hr:before {
  content: "\f6d5";
}
.fi-rs-hryvnia:before {
  content: "\f6d6";
}
.fi-rs-humidity:before {
  content: "\f6d7";
}
.fi-rs-hundred-points:before {
  content: "\f6d8";
}
.fi-rs-hurricane:before {
  content: "\f6d9";
}
.fi-rs-i:before {
  content: "\f6da";
}
.fi-rs-ice-cream:before {
  content: "\f6db";
}
.fi-rs-ice-skate:before {
  content: "\f6dc";
}
.fi-rs-icicles:before {
  content: "\f6dd";
}
.fi-rs-icon-star:before {
  content: "\f6de";
}
.fi-rs-id-badge:before {
  content: "\f6df";
}
.fi-rs-id-card-clip-alt:before {
  content: "\f6e0";
}
.fi-rs-igloo:before {
  content: "\f6e1";
}
.fi-rs-image-slash:before {
  content: "\f6e2";
}
.fi-rs-images-user:before {
  content: "\f6e3";
}
.fi-rs-images:before {
  content: "\f6e4";
}
.fi-rs-inbox-in:before {
  content: "\f6e5";
}
.fi-rs-inbox-out:before {
  content: "\f6e6";
}
.fi-rs-inbox:before {
  content: "\f6e7";
}
.fi-rs-inboxes:before {
  content: "\f6e8";
}
.fi-rs-incognito:before {
  content: "\f6e9";
}
.fi-rs-indent:before {
  content: "\f6ea";
}
.fi-rs-indian-rupee-sign:before {
  content: "\f6eb";
}
.fi-rs-industry-alt:before {
  content: "\f6ec";
}
.fi-rs-industry-windows:before {
  content: "\f6ed";
}
.fi-rs-infinity:before {
  content: "\f6ee";
}
.fi-rs-info:before {
  content: "\f6ef";
}
.fi-rs-information:before {
  content: "\f6f0";
}
.fi-rs-inhaler:before {
  content: "\f6f1";
}
.fi-rs-input-numeric:before {
  content: "\f6f2";
}
.fi-rs-input-pipe:before {
  content: "\f6f3";
}
.fi-rs-input-text:before {
  content: "\f6f4";
}
.fi-rs-interactive:before {
  content: "\f6f5";
}
.fi-rs-interlining:before {
  content: "\f6f6";
}
.fi-rs-interrogation:before {
  content: "\f6f7";
}
.fi-rs-inventory-alt:before {
  content: "\f6f8";
}
.fi-rs-invest:before {
  content: "\f6f9";
}
.fi-rs-investment:before {
  content: "\f6fa";
}
.fi-rs-invite-alt:before {
  content: "\f6fb";
}
.fi-rs-invite:before {
  content: "\f6fc";
}
.fi-rs-island-tropical:before {
  content: "\f6fd";
}
.fi-rs-it-alt:before {
  content: "\f6fe";
}
.fi-rs-it-computer:before {
  content: "\f6ff";
}
.fi-rs-it:before {
  content: "\f700";
}
.fi-rs-italian-lira-sign:before {
  content: "\f701";
}
.fi-rs-italic:before {
  content: "\f702";
}
.fi-rs-j:before {
  content: "\f703";
}
.fi-rs-jam:before {
  content: "\f704";
}
.fi-rs-jar-alt:before {
  content: "\f705";
}
.fi-rs-jar-wheat:before {
  content: "\f706";
}
.fi-rs-joint:before {
  content: "\f707";
}
.fi-rs-journal-alt:before {
  content: "\f708";
}
.fi-rs-journal:before {
  content: "\f709";
}
.fi-rs-journey:before {
  content: "\f70a";
}
.fi-rs-joystick:before {
  content: "\f70b";
}
.fi-rs-jpg:before {
  content: "\f70c";
}
.fi-rs-jug-alt:before {
  content: "\f70d";
}
.fi-rs-jug-bottle:before {
  content: "\f70e";
}
.fi-rs-jug:before {
  content: "\f70f";
}
.fi-rs-k:before {
  content: "\f710";
}
.fi-rs-kazoo:before {
  content: "\f711";
}
.fi-rs-kerning:before {
  content: "\f712";
}
.fi-rs-key-skeleton-left-right:before {
  content: "\f713";
}
.fi-rs-key:before {
  content: "\f714";
}
.fi-rs-keyboard-brightness-low:before {
  content: "\f715";
}
.fi-rs-keyboard-brightness:before {
  content: "\f716";
}
.fi-rs-keyboard-down:before {
  content: "\f717";
}
.fi-rs-keyboard-left:before {
  content: "\f718";
}
.fi-rs-keyboard:before {
  content: "\f719";
}
.fi-rs-keynote:before {
  content: "\f71a";
}
.fi-rs-kidneys:before {
  content: "\f71b";
}
.fi-rs-kip-sign:before {
  content: "\f71c";
}
.fi-rs-kiss-beam:before {
  content: "\f71d";
}
.fi-rs-kiss-wink-heart:before {
  content: "\f71e";
}
.fi-rs-kiss:before {
  content: "\f71f";
}
.fi-rs-kite:before {
  content: "\f720";
}
.fi-rs-kiwi-bird:before {
  content: "\f721";
}
.fi-rs-kiwi-fruit:before {
  content: "\f722";
}
.fi-rs-knife-kitchen:before {
  content: "\f723";
}
.fi-rs-knife:before {
  content: "\f724";
}
.fi-rs-l:before {
  content: "\f725";
}
.fi-rs-label:before {
  content: "\f726";
}
.fi-rs-lacrosse-stick-ball:before {
  content: "\f727";
}
.fi-rs-lacrosse-stick:before {
  content: "\f728";
}
.fi-rs-lamp-desk:before {
  content: "\f729";
}
.fi-rs-lamp-floor:before {
  content: "\f72a";
}
.fi-rs-lamp-street:before {
  content: "\f72b";
}
.fi-rs-lamp:before {
  content: "\f72c";
}
.fi-rs-land-layer-location:before {
  content: "\f72d";
}
.fi-rs-land-layers:before {
  content: "\f72e";
}
.fi-rs-land-location:before {
  content: "\f72f";
}
.fi-rs-landmark-alt:before {
  content: "\f730";
}
.fi-rs-language:before {
  content: "\f731";
}
.fi-rs-laptop-arrow-down:before {
  content: "\f732";
}
.fi-rs-laptop-code:before {
  content: "\f733";
}
.fi-rs-laptop-medical:before {
  content: "\f734";
}
.fi-rs-laptop-mobile:before {
  content: "\f735";
}
.fi-rs-laptop-slash:before {
  content: "\f736";
}
.fi-rs-laptop:before {
  content: "\f737";
}
.fi-rs-lari-sign:before {
  content: "\f738";
}
.fi-rs-lasso-sparkles:before {
  content: "\f739";
}
.fi-rs-lasso:before {
  content: "\f73a";
}
.fi-rs-laugh-beam:before {
  content: "\f73b";
}
.fi-rs-laugh-squint:before {
  content: "\f73c";
}
.fi-rs-laugh-wink:before {
  content: "\f73d";
}
.fi-rs-laugh:before {
  content: "\f73e";
}
.fi-rs-layer-minus:before {
  content: "\f73f";
}
.fi-rs-layer-plus:before {
  content: "\f740";
}
.fi-rs-layers:before {
  content: "\f741";
}
.fi-rs-leader-alt:before {
  content: "\f742";
}
.fi-rs-leader:before {
  content: "\f743";
}
.fi-rs-leadership-alt:before {
  content: "\f744";
}
.fi-rs-leadership:before {
  content: "\f745";
}
.fi-rs-leaf-heart:before {
  content: "\f746";
}
.fi-rs-leaf-maple:before {
  content: "\f747";
}
.fi-rs-leaf-oak:before {
  content: "\f748";
}
.fi-rs-leaf:before {
  content: "\f749";
}
.fi-rs-leafy-green:before {
  content: "\f74a";
}
.fi-rs-leave:before {
  content: "\f74b";
}
.fi-rs-left:before {
  content: "\f74c";
}
.fi-rs-legal:before {
  content: "\f74d";
}
.fi-rs-lemon:before {
  content: "\f74e";
}
.fi-rs-letter-case:before {
  content: "\f74f";
}
.fi-rs-lettuce:before {
  content: "\f750";
}
.fi-rs-level-down-alt:before {
  content: "\f751";
}
.fi-rs-level-down:before {
  content: "\f752";
}
.fi-rs-level-up-alt:before {
  content: "\f753";
}
.fi-rs-level-up:before {
  content: "\f754";
}
.fi-rs-license:before {
  content: "\f755";
}
.fi-rs-life-ring:before {
  content: "\f756";
}
.fi-rs-light-ceiling:before {
  content: "\f757";
}
.fi-rs-light-emergency-on:before {
  content: "\f758";
}
.fi-rs-light-emergency:before {
  content: "\f759";
}
.fi-rs-light-switch-off:before {
  content: "\f75a";
}
.fi-rs-light-switch-on:before {
  content: "\f75b";
}
.fi-rs-light-switch:before {
  content: "\f75c";
}
.fi-rs-lightbulb-dollar:before {
  content: "\f75d";
}
.fi-rs-lightbulb-exclamation:before {
  content: "\f75e";
}
.fi-rs-lightbulb-on:before {
  content: "\f75f";
}
.fi-rs-lightbulb-question:before {
  content: "\f760";
}
.fi-rs-lightbulb-setting:before {
  content: "\f761";
}
.fi-rs-lightbulb-slash:before {
  content: "\f762";
}
.fi-rs-lights-holiday:before {
  content: "\f763";
}
.fi-rs-line-width:before {
  content: "\f764";
}
.fi-rs-link-alt:before {
  content: "\f765";
}
.fi-rs-link-horizontal-slash:before {
  content: "\f766";
}
.fi-rs-link-horizontal:before {
  content: "\f767";
}
.fi-rs-link-slash-alt:before {
  content: "\f768";
}
.fi-rs-link-slash:before {
  content: "\f769";
}
.fi-rs-link:before {
  content: "\f76a";
}
.fi-rs-lips:before {
  content: "\f76b";
}
.fi-rs-lipstick:before {
  content: "\f76c";
}
.fi-rs-lira-sign:before {
  content: "\f76d";
}
.fi-rs-list-check:before {
  content: "\f76e";
}
.fi-rs-list-dropdown:before {
  content: "\f76f";
}
.fi-rs-list-music:before {
  content: "\f770";
}
.fi-rs-list-timeline:before {
  content: "\f771";
}
.fi-rs-list:before {
  content: "\f772";
}
.fi-rs-litecoin-sign:before {
  content: "\f773";
}
.fi-rs-live-alt:before {
  content: "\f774";
}
.fi-rs-live:before {
  content: "\f775";
}
.fi-rs-loading:before {
  content: "\f776";
}
.fi-rs-loan:before {
  content: "\f777";
}
.fi-rs-lobster:before {
  content: "\f778";
}
.fi-rs-location-alt:before {
  content: "\f779";
}
.fi-rs-location-arrow:before {
  content: "\f77a";
}
.fi-rs-location-crosshairs-slash:before {
  content: "\f77b";
}
.fi-rs-location-crosshairs:before {
  content: "\f77c";
}
.fi-rs-location-dot-slash:before {
  content: "\f77d";
}
.fi-rs-location-exclamation:before {
  content: "\f77e";
}
.fi-rs-lock-alt:before {
  content: "\f77f";
}
.fi-rs-lock-open-alt:before {
  content: "\f780";
}
.fi-rs-lock:before {
  content: "\f781";
}
.fi-rs-locust:before {
  content: "\f782";
}
.fi-rs-log-out:before {
  content: "\f783";
}
.fi-rs-loveseat:before {
  content: "\f784";
}
.fi-rs-low-vision:before {
  content: "\f785";
}
.fi-rs-luchador:before {
  content: "\f786";
}
.fi-rs-luggage-cart:before {
  content: "\f787";
}
.fi-rs-luggage-rolling:before {
  content: "\f788";
}
.fi-rs-lungs-virus:before {
  content: "\f789";
}
.fi-rs-lungs:before {
  content: "\f78a";
}
.fi-rs-m:before {
  content: "\f78b";
}
.fi-rs-mace:before {
  content: "\f78c";
}
.fi-rs-magic-wand:before {
  content: "\f78d";
}
.fi-rs-magnet-user:before {
  content: "\f78e";
}
.fi-rs-magnet:before {
  content: "\f78f";
}
.fi-rs-mailbox:before {
  content: "\f790";
}
.fi-rs-makeup-brush:before {
  content: "\f791";
}
.fi-rs-man-head:before {
  content: "\f792";
}
.fi-rs-manat-sign:before {
  content: "\f793";
}
.fi-rs-mandolin:before {
  content: "\f794";
}
.fi-rs-mango:before {
  content: "\f795";
}
.fi-rs-manhole:before {
  content: "\f796";
}
.fi-rs-map-marker-check:before {
  content: "\f797";
}
.fi-rs-map-marker-cross:before {
  content: "\f798";
}
.fi-rs-map-marker-edit:before {
  content: "\f799";
}
.fi-rs-map-marker-home:before {
  content: "\f79a";
}
.fi-rs-map-marker-minus:before {
  content: "\f79b";
}
.fi-rs-map-marker-plus:before {
  content: "\f79c";
}
.fi-rs-map-marker-question:before {
  content: "\f79d";
}
.fi-rs-map-marker-slash:before {
  content: "\f79e";
}
.fi-rs-map-marker-smile:before {
  content: "\f79f";
}
.fi-rs-map-marker:before {
  content: "\f7a0";
}
.fi-rs-map-pin:before {
  content: "\f7a1";
}
.fi-rs-map:before {
  content: "\f7a2";
}
.fi-rs-marker-time:before {
  content: "\f7a3";
}
.fi-rs-marker:before {
  content: "\f7a4";
}
.fi-rs-mars-double:before {
  content: "\f7a5";
}
.fi-rs-mars-stroke-right:before {
  content: "\f7a6";
}
.fi-rs-mars-stroke-up:before {
  content: "\f7a7";
}
.fi-rs-mars:before {
  content: "\f7a8";
}
.fi-rs-martini-glass-citrus:before {
  content: "\f7a9";
}
.fi-rs-martini-glass-empty:before {
  content: "\f7aa";
}
.fi-rs-mask-carnival:before {
  content: "\f7ab";
}
.fi-rs-mask-face:before {
  content: "\f7ac";
}
.fi-rs-mask-snorkel:before {
  content: "\f7ad";
}
.fi-rs-massage:before {
  content: "\f7ae";
}
.fi-rs-match-fire:before {
  content: "\f7af";
}
.fi-rs-mattress-pillow:before {
  content: "\f7b0";
}
.fi-rs-meat:before {
  content: "\f7b1";
}
.fi-rs-medal:before {
  content: "\f7b2";
}
.fi-rs-medical-star:before {
  content: "\f7b3";
}
.fi-rs-medicine:before {
  content: "\f7b4";
}
.fi-rs-meeting-alt:before {
  content: "\f7b5";
}
.fi-rs-meeting:before {
  content: "\f7b6";
}
.fi-rs-megaphone:before {
  content: "\f7b7";
}
.fi-rs-meh-blank:before {
  content: "\f7b8";
}
.fi-rs-meh-rolling-eyes:before {
  content: "\f7b9";
}
.fi-rs-meh:before {
  content: "\f7ba";
}
.fi-rs-melon-alt:before {
  content: "\f7bb";
}
.fi-rs-melon:before {
  content: "\f7bc";
}
.fi-rs-memo-circle-check:before {
  content: "\f7bd";
}
.fi-rs-memo-pad:before {
  content: "\f7be";
}
.fi-rs-memo:before {
  content: "\f7bf";
}
.fi-rs-memory:before {
  content: "\f7c0";
}
.fi-rs-menu-dots-vertical:before {
  content: "\f7c1";
}
.fi-rs-menu-dots:before {
  content: "\f7c2";
}
.fi-rs-mercury:before {
  content: "\f7c3";
}
.fi-rs-message-arrow-down:before {
  content: "\f7c4";
}
.fi-rs-message-arrow-up-right:before {
  content: "\f7c5";
}
.fi-rs-message-arrow-up:before {
  content: "\f7c6";
}
.fi-rs-message-bot:before {
  content: "\f7c7";
}
.fi-rs-message-code:before {
  content: "\f7c8";
}
.fi-rs-message-dollar:before {
  content: "\f7c9";
}
.fi-rs-message-image:before {
  content: "\f7ca";
}
.fi-rs-message-question:before {
  content: "\f7cb";
}
.fi-rs-message-quote:before {
  content: "\f7cc";
}
.fi-rs-message-slash:before {
  content: "\f7cd";
}
.fi-rs-message-sms:before {
  content: "\f7ce";
}
.fi-rs-message-text:before {
  content: "\f7cf";
}
.fi-rs-message-xmark:before {
  content: "\f7d0";
}
.fi-rs-messages-dollar:before {
  content: "\f7d1";
}
.fi-rs-messages-question:before {
  content: "\f7d2";
}
.fi-rs-messages:before {
  content: "\f7d3";
}
.fi-rs-meteor:before {
  content: "\f7d4";
}
.fi-rs-meter-bolt:before {
  content: "\f7d5";
}
.fi-rs-meter-droplet:before {
  content: "\f7d6";
}
.fi-rs-meter-fire:before {
  content: "\f7d7";
}
.fi-rs-meter:before {
  content: "\f7d8";
}
.fi-rs-microchip-ai:before {
  content: "\f7d9";
}
.fi-rs-microchip:before {
  content: "\f7da";
}
.fi-rs-microphone-alt:before {
  content: "\f7db";
}
.fi-rs-microphone-slash:before {
  content: "\f7dc";
}
.fi-rs-microphone:before {
  content: "\f7dd";
}
.fi-rs-microscope:before {
  content: "\f7de";
}
.fi-rs-microwave:before {
  content: "\f7df";
}
.fi-rs-mill-sign:before {
  content: "\f7e0";
}
.fi-rs-mind-share:before {
  content: "\f7e1";
}
.fi-rs-minus-circle:before {
  content: "\f7e2";
}
.fi-rs-minus-hexagon:before {
  content: "\f7e3";
}
.fi-rs-minus-small:before {
  content: "\f7e4";
}
.fi-rs-minuss:before {
  content: "\f7e5";
}
.fi-rs-mistletoe:before {
  content: "\f7e6";
}
.fi-rs-mobile-button:before {
  content: "\f7e7";
}
.fi-rs-mobile-notch:before {
  content: "\f7e8";
}
.fi-rs-mobile:before {
  content: "\f7e9";
}
.fi-rs-mockup:before {
  content: "\f7ea";
}
.fi-rs-mode-alt:before {
  content: "\f7eb";
}
.fi-rs-mode-landscape:before {
  content: "\f7ec";
}
.fi-rs-mode-portrait:before {
  content: "\f7ed";
}
.fi-rs-mode:before {
  content: "\f7ee";
}
.fi-rs-money-bill-simple:before {
  content: "\f7ef";
}
.fi-rs-money-bill-wave-alt:before {
  content: "\f7f0";
}
.fi-rs-money-bill-wave:before {
  content: "\f7f1";
}
.fi-rs-money-bills-simple:before {
  content: "\f7f2";
}
.fi-rs-money-bills:before {
  content: "\f7f3";
}
.fi-rs-money-check-edit-alt:before {
  content: "\f7f4";
}
.fi-rs-money-check-edit:before {
  content: "\f7f5";
}
.fi-rs-money-check:before {
  content: "\f7f6";
}
.fi-rs-money-from-bracket:before {
  content: "\f7f7";
}
.fi-rs-money-simple-from-bracket:before {
  content: "\f7f8";
}
.fi-rs-money:before {
  content: "\f7f9";
}
.fi-rs-monkey:before {
  content: "\f7fa";
}
.fi-rs-monument:before {
  content: "\f7fb";
}
.fi-rs-moon-stars:before {
  content: "\f7fc";
}
.fi-rs-moon:before {
  content: "\f7fd";
}
.fi-rs-moped:before {
  content: "\f7fe";
}
.fi-rs-mortar-pestle:before {
  content: "\f7ff";
}
.fi-rs-mosquito-net:before {
  content: "\f800";
}
.fi-rs-mosquito:before {
  content: "\f801";
}
.fi-rs-motorcycle:before {
  content: "\f802";
}
.fi-rs-mound:before {
  content: "\f803";
}
.fi-rs-mountain-city:before {
  content: "\f804";
}
.fi-rs-mountain:before {
  content: "\f805";
}
.fi-rs-mountains:before {
  content: "\f806";
}
.fi-rs-mouse:before {
  content: "\f807";
}
.fi-rs-move-to-folder-2:before {
  content: "\f808";
}
.fi-rs-move-to-folder:before {
  content: "\f809";
}
.fi-rs-mp3-player:before {
  content: "\f80a";
}
.fi-rs-mug-alt:before {
  content: "\f80b";
}
.fi-rs-mug-hot-alt:before {
  content: "\f80c";
}
.fi-rs-mug-hot:before {
  content: "\f80d";
}
.fi-rs-mug-marshmallows:before {
  content: "\f80e";
}
.fi-rs-mug-tea-saucer:before {
  content: "\f80f";
}
.fi-rs-mug-tea:before {
  content: "\f810";
}
.fi-rs-mug:before {
  content: "\f811";
}
.fi-rs-mushroom-alt:before {
  content: "\f812";
}
.fi-rs-mushroom:before {
  content: "\f813";
}
.fi-rs-music-alt:before {
  content: "\f814";
}
.fi-rs-music-file:before {
  content: "\f815";
}
.fi-rs-music-note-slash:before {
  content: "\f816";
}
.fi-rs-music-note:before {
  content: "\f817";
}
.fi-rs-music-slash:before {
  content: "\f818";
}
.fi-rs-music:before {
  content: "\f819";
}
.fi-rs-n:before {
  content: "\f81a";
}
.fi-rs-naira-sign:before {
  content: "\f81b";
}
.fi-rs-narwhal:before {
  content: "\f81c";
}
.fi-rs-navigation:before {
  content: "\f81d";
}
.fi-rs-nesting-dolls:before {
  content: "\f81e";
}
.fi-rs-network-cloud:before {
  content: "\f81f";
}
.fi-rs-network:before {
  content: "\f820";
}
.fi-rs-neuter:before {
  content: "\f821";
}
.fi-rs-newspaper-open:before {
  content: "\f822";
}
.fi-rs-newspaper:before {
  content: "\f823";
}
.fi-rs-nfc-lock:before {
  content: "\f824";
}
.fi-rs-nfc-magnifying-glass:before {
  content: "\f825";
}
.fi-rs-nfc-pen:before {
  content: "\f826";
}
.fi-rs-nfc-slash:before {
  content: "\f827";
}
.fi-rs-nfc-trash:before {
  content: "\f828";
}
.fi-rs-nfc:before {
  content: "\f829";
}
.fi-rs-no-people:before {
  content: "\f82a";
}
.fi-rs-noodles:before {
  content: "\f82b";
}
.fi-rs-notdef:before {
  content: "\f82c";
}
.fi-rs-note-medical:before {
  content: "\f82d";
}
.fi-rs-note-sticky:before {
  content: "\f82e";
}
.fi-rs-note:before {
  content: "\f82f";
}
.fi-rs-notebook-alt:before {
  content: "\f830";
}
.fi-rs-notebook:before {
  content: "\f831";
}
.fi-rs-notes-medical:before {
  content: "\f832";
}
.fi-rs-notes:before {
  content: "\f833";
}
.fi-rs-o:before {
  content: "\f834";
}
.fi-rs-object-exclude:before {
  content: "\f835";
}
.fi-rs-object-group:before {
  content: "\f836";
}
.fi-rs-object-intersect:before {
  content: "\f837";
}
.fi-rs-object-subtract:before {
  content: "\f838";
}
.fi-rs-object-ungroup:before {
  content: "\f839";
}
.fi-rs-object-union:before {
  content: "\f83a";
}
.fi-rs-objects-column:before {
  content: "\f83b";
}
.fi-rs-octagon:before {
  content: "\f83c";
}
.fi-rs-oil-can:before {
  content: "\f83d";
}
.fi-rs-oil-temp:before {
  content: "\f83e";
}
.fi-rs-olive-oil:before {
  content: "\f83f";
}
.fi-rs-olive:before {
  content: "\f840";
}
.fi-rs-olives:before {
  content: "\f841";
}
.fi-rs-onion:before {
  content: "\f842";
}
.fi-rs-opacity:before {
  content: "\f843";
}
.fi-rs-operation:before {
  content: "\f844";
}
.fi-rs-ornament:before {
  content: "\f845";
}
.fi-rs-otter:before {
  content: "\f846";
}
.fi-rs-outdent:before {
  content: "\f847";
}
.fi-rs-oven:before {
  content: "\f848";
}
.fi-rs-overline:before {
  content: "\f849";
}
.fi-rs-overview:before {
  content: "\f84a";
}
.fi-rs-p:before {
  content: "\f84b";
}
.fi-rs-package:before {
  content: "\f84c";
}
.fi-rs-page-break:before {
  content: "\f84d";
}
.fi-rs-pager:before {
  content: "\f84e";
}
.fi-rs-paint-brush:before {
  content: "\f84f";
}
.fi-rs-paint-roller:before {
  content: "\f850";
}
.fi-rs-paintbrush-pencil:before {
  content: "\f851";
}
.fi-rs-palette:before {
  content: "\f852";
}
.fi-rs-pallet-alt:before {
  content: "\f853";
}
.fi-rs-pallet:before {
  content: "\f854";
}
.fi-rs-pan-food:before {
  content: "\f855";
}
.fi-rs-pan-frying:before {
  content: "\f856";
}
.fi-rs-pan:before {
  content: "\f857";
}
.fi-rs-pancakes:before {
  content: "\f858";
}
.fi-rs-panorama:before {
  content: "\f859";
}
.fi-rs-paper-plane-top:before {
  content: "\f85a";
}
.fi-rs-paper-plane:before {
  content: "\f85b";
}
.fi-rs-paperclip-vertical:before {
  content: "\f85c";
}
.fi-rs-parachute-box:before {
  content: "\f85d";
}
.fi-rs-paragraph-left:before {
  content: "\f85e";
}
.fi-rs-paragraph:before {
  content: "\f85f";
}
.fi-rs-parking-circle-slash:before {
  content: "\f860";
}
.fi-rs-parking-circle:before {
  content: "\f861";
}
.fi-rs-parking-slash:before {
  content: "\f862";
}
.fi-rs-parking:before {
  content: "\f863";
}
.fi-rs-party-bell:before {
  content: "\f864";
}
.fi-rs-party-horn:before {
  content: "\f865";
}
.fi-rs-passport:before {
  content: "\f866";
}
.fi-rs-password:before {
  content: "\f867";
}
.fi-rs-paste:before {
  content: "\f868";
}
.fi-rs-pattern:before {
  content: "\f869";
}
.fi-rs-pause-circle:before {
  content: "\f86a";
}
.fi-rs-pause:before {
  content: "\f86b";
}
.fi-rs-paw-claws:before {
  content: "\f86c";
}
.fi-rs-paw:before {
  content: "\f86d";
}
.fi-rs-peace:before {
  content: "\f86e";
}
.fi-rs-peach:before {
  content: "\f86f";
}
.fi-rs-peanut:before {
  content: "\f870";
}
.fi-rs-peanuts:before {
  content: "\f871";
}
.fi-rs-peapod:before {
  content: "\f872";
}
.fi-rs-pear:before {
  content: "\f873";
}
.fi-rs-pedestal:before {
  content: "\f874";
}
.fi-rs-pen-circle:before {
  content: "\f875";
}
.fi-rs-pen-clip-slash:before {
  content: "\f876";
}
.fi-rs-pen-clip:before {
  content: "\f877";
}
.fi-rs-pen-fancy-slash:before {
  content: "\f878";
}
.fi-rs-pen-fancy:before {
  content: "\f879";
}
.fi-rs-pen-field:before {
  content: "\f87a";
}
.fi-rs-pen-nib-slash:before {
  content: "\f87b";
}
.fi-rs-pen-nib:before {
  content: "\f87c";
}
.fi-rs-pen-slash:before {
  content: "\f87d";
}
.fi-rs-pen-square:before {
  content: "\f87e";
}
.fi-rs-pen-swirl:before {
  content: "\f87f";
}
.fi-rs-pencil-paintbrush:before {
  content: "\f880";
}
.fi-rs-pencil-ruler:before {
  content: "\f881";
}
.fi-rs-pencil-slash:before {
  content: "\f882";
}
.fi-rs-pencil:before {
  content: "\f883";
}
.fi-rs-pennant:before {
  content: "\f884";
}
.fi-rs-people-arrows-left-right:before {
  content: "\f885";
}
.fi-rs-people-carry-box:before {
  content: "\f886";
}
.fi-rs-people-dress:before {
  content: "\f887";
}
.fi-rs-people-pants:before {
  content: "\f888";
}
.fi-rs-people-poll:before {
  content: "\f889";
}
.fi-rs-people:before {
  content: "\f88a";
}
.fi-rs-pepper-alt:before {
  content: "\f88b";
}
.fi-rs-pepper-hot:before {
  content: "\f88c";
}
.fi-rs-pepper:before {
  content: "\f88d";
}
.fi-rs-percentage:before {
  content: "\f88e";
}
.fi-rs-person-carry-box:before {
  content: "\f88f";
}
.fi-rs-person-circle-check:before {
  content: "\f890";
}
.fi-rs-person-circle-exclamation:before {
  content: "\f891";
}
.fi-rs-person-circle-minus:before {
  content: "\f892";
}
.fi-rs-person-circle-plus:before {
  content: "\f893";
}
.fi-rs-person-circle-question:before {
  content: "\f894";
}
.fi-rs-person-circle-xmark:before {
  content: "\f895";
}
.fi-rs-person-dolly-empty:before {
  content: "\f896";
}
.fi-rs-person-dolly:before {
  content: "\f897";
}
.fi-rs-person-dress-simple:before {
  content: "\f898";
}
.fi-rs-person-dress:before {
  content: "\f899";
}
.fi-rs-person-praying:before {
  content: "\f89a";
}
.fi-rs-person-pregnant:before {
  content: "\f89b";
}
.fi-rs-person-seat-reclined:before {
  content: "\f89c";
}
.fi-rs-person-seat:before {
  content: "\f89d";
}
.fi-rs-person-sign:before {
  content: "\f89e";
}
.fi-rs-person-simple:before {
  content: "\f89f";
}
.fi-rs-person-walking-with-cane:before {
  content: "\f8a0";
}
.fi-rs-peseta-sign:before {
  content: "\f8a1";
}
.fi-rs-peso-sign:before {
  content: "\f8a2";
}
.fi-rs-pharmacy:before {
  content: "\f8a3";
}
.fi-rs-phone-call:before {
  content: "\f8a4";
}
.fi-rs-phone-cross:before {
  content: "\f8a5";
}
.fi-rs-phone-flip:before {
  content: "\f8a6";
}
.fi-rs-phone-office:before {
  content: "\f8a7";
}
.fi-rs-phone-pause:before {
  content: "\f8a8";
}
.fi-rs-phone-plus:before {
  content: "\f8a9";
}
.fi-rs-phone-rotary:before {
  content: "\f8aa";
}
.fi-rs-phone-slash:before {
  content: "\f8ab";
}
.fi-rs-photo-film-music:before {
  content: "\f8ac";
}
.fi-rs-photo-video:before {
  content: "\f8ad";
}
.fi-rs-physics:before {
  content: "\f8ae";
}
.fi-rs-Pi:before {
  content: "\f8af";
}
.fi-rs-piano-keyboard:before {
  content: "\f8b0";
}
.fi-rs-piano:before {
  content: "\f8b1";
}
.fi-rs-pickaxe:before {
  content: "\f8b2";
}
.fi-rs-picnic:before {
  content: "\f8b3";
}
.fi-rs-picpeople-filled:before {
  content: "\f8b4";
}
.fi-rs-picpeople:before {
  content: "\f8b5";
}
.fi-rs-picture:before {
  content: "\f8b6";
}
.fi-rs-pie:before {
  content: "\f8b7";
}
.fi-rs-pig-face:before {
  content: "\f8b8";
}
.fi-rs-pig:before {
  content: "\f8b9";
}
.fi-rs-piggy-bank:before {
  content: "\f8ba";
}
.fi-rs-pills:before {
  content: "\f8bb";
}
.fi-rs-pinata:before {
  content: "\f8bc";
}
.fi-rs-pineapple-alt:before {
  content: "\f8bd";
}
.fi-rs-pineapple:before {
  content: "\f8be";
}
.fi-rs-ping-pong:before {
  content: "\f8bf";
}
.fi-rs-pipe-smoking:before {
  content: "\f8c0";
}
.fi-rs-pixabay:before {
  content: "\f8c1";
}
.fi-rs-pizza-slice:before {
  content: "\f8c2";
}
.fi-rs-plane-alt:before {
  content: "\f8c3";
}
.fi-rs-plane-arrival:before {
  content: "\f8c4";
}
.fi-rs-plane-departure:before {
  content: "\f8c5";
}
.fi-rs-plane-prop:before {
  content: "\f8c6";
}
.fi-rs-plane-slash:before {
  content: "\f8c7";
}
.fi-rs-plane-tail:before {
  content: "\f8c8";
}
.fi-rs-plane:before {
  content: "\f8c9";
}
.fi-rs-planet-moon:before {
  content: "\f8ca";
}
.fi-rs-planet-ringed:before {
  content: "\f8cb";
}
.fi-rs-plant-wilt:before {
  content: "\f8cc";
}
.fi-rs-plate-wheat:before {
  content: "\f8cd";
}
.fi-rs-plate:before {
  content: "\f8ce";
}
.fi-rs-play-alt:before {
  content: "\f8cf";
}
.fi-rs-play-circle:before {
  content: "\f8d0";
}
.fi-rs-play-pause:before {
  content: "\f8d1";
}
.fi-rs-play:before {
  content: "\f8d2";
}
.fi-rs-playing-cards:before {
  content: "\f8d3";
}
.fi-rs-plug-alt:before {
  content: "\f8d4";
}
.fi-rs-plug-cable:before {
  content: "\f8d5";
}
.fi-rs-plug-connection:before {
  content: "\f8d6";
}
.fi-rs-plug:before {
  content: "\f8d7";
}
.fi-rs-plus-hexagon:before {
  content: "\f8d8";
}
.fi-rs-plus-minus:before {
  content: "\f8d9";
}
.fi-rs-plus-small:before {
  content: "\f8da";
}
.fi-rs-plus:before {
  content: "\f8db";
}
.fi-rs-podcast:before {
  content: "\f8dc";
}
.fi-rs-podium-star:before {
  content: "\f8dd";
}
.fi-rs-podium:before {
  content: "\f8de";
}
.fi-rs-poker-chip:before {
  content: "\f8df";
}
.fi-rs-police-box:before {
  content: "\f8e0";
}
.fi-rs-poll-h:before {
  content: "\f8e1";
}
.fi-rs-pompebled:before {
  content: "\f8e2";
}
.fi-rs-poo-bolt:before {
  content: "\f8e3";
}
.fi-rs-poo:before {
  content: "\f8e4";
}
.fi-rs-pool-8-ball:before {
  content: "\f8e5";
}
.fi-rs-poop:before {
  content: "\f8e6";
}
.fi-rs-popcorn:before {
  content: "\f8e7";
}
.fi-rs-popsicle:before {
  content: "\f8e8";
}
.fi-rs-portal-enter:before {
  content: "\f8e9";
}
.fi-rs-portal-exit:before {
  content: "\f8ea";
}
.fi-rs-portrait:before {
  content: "\f8eb";
}
.fi-rs-pot:before {
  content: "\f8ec";
}
.fi-rs-potato:before {
  content: "\f8ed";
}
.fi-rs-pound:before {
  content: "\f8ee";
}
.fi-rs-prescription-bottle-alt:before {
  content: "\f8ef";
}
.fi-rs-prescription-bottle-pill:before {
  content: "\f8f0";
}
.fi-rs-prescription-bottle:before {
  content: "\f8f1";
}
.fi-rs-prescription:before {
  content: "\f8f2";
}
.fi-rs-presentation:before {
  content: "\f8f3";
}
.fi-rs-preview:before {
  content: "\f8f4";
}
.fi-rs-print-magnifying-glass:before {
  content: "\f8f5";
}
.fi-rs-print-slash:before {
  content: "\f8f6";
}
.fi-rs-print:before {
  content: "\f8f7";
}
.fi-rs-priority-arrow:before {
  content: "\f8f8";
}
.fi-rs-priority-arrows:before {
  content: "\f8f9";
}
.fi-rs-priority-importance:before {
  content: "\f8fa";
}
.fi-rs-procedures:before {
  content: "\f8fb";
}
.fi-rs-process:before {
  content: "\f8fc";
}
.fi-rs-projector:before {
  content: "\f8fd";
}
.fi-rs-protractor:before {
  content: "\f8fe";
}
.fi-rs-pulse:before {
  content: "\f8ff";
}
.fi-rs-pump-medical:before {
  content: "\f900";
}
.fi-rs-pump:before {
  content: "\f901";
}
.fi-rs-pumpkin-alt-2:before {
  content: "\f902";
}
.fi-rs-pumpkin-alt:before {
  content: "\f903";
}
.fi-rs-pumpkin:before {
  content: "\f904";
}
.fi-rs-puzzle-alt:before {
  content: "\f905";
}
.fi-rs-puzzle-piece:before {
  content: "\f906";
}
.fi-rs-puzzle-pieces:before {
  content: "\f907";
}
.fi-rs-pyramid:before {
  content: "\f908";
}
.fi-rs-q:before {
  content: "\f909";
}
.fi-rs-qr-scan:before {
  content: "\f90a";
}
.fi-rs-QR:before {
  content: "\f90b";
}
.fi-rs-qrcode:before {
  content: "\f90c";
}
.fi-rs-question-square:before {
  content: "\f90d";
}
.fi-rs-question:before {
  content: "\f90e";
}
.fi-rs-quiz-alt:before {
  content: "\f90f";
}
.fi-rs-quiz:before {
  content: "\f910";
}
.fi-rs-quote-right:before {
  content: "\f911";
}
.fi-rs-r:before {
  content: "\f912";
}
.fi-rs-rabbit-fast:before {
  content: "\f913";
}
.fi-rs-rabbit:before {
  content: "\f914";
}
.fi-rs-racquet:before {
  content: "\f915";
}
.fi-rs-radar:before {
  content: "\f916";
}
.fi-rs-radiation-alt:before {
  content: "\f917";
}
.fi-rs-radiation:before {
  content: "\f918";
}
.fi-rs-radio-alt:before {
  content: "\f919";
}
.fi-rs-radio:before {
  content: "\f91a";
}
.fi-rs-radish:before {
  content: "\f91b";
}
.fi-rs-rainbow:before {
  content: "\f91c";
}
.fi-rs-raindrops:before {
  content: "\f91d";
}
.fi-rs-ram:before {
  content: "\f91e";
}
.fi-rs-ramp-loading:before {
  content: "\f91f";
}
.fi-rs-rank:before {
  content: "\f920";
}
.fi-rs-ranking-podium:before {
  content: "\f921";
}
.fi-rs-ranking-star:before {
  content: "\f922";
}
.fi-rs-ranking-stars:before {
  content: "\f923";
}
.fi-rs-raygun:before {
  content: "\f924";
}
.fi-rs-react:before {
  content: "\f925";
}
.fi-rs-rec:before {
  content: "\f926";
}
.fi-rs-receipt:before {
  content: "\f927";
}
.fi-rs-record-vinyl:before {
  content: "\f928";
}
.fi-rs-rectabgle-vertical:before {
  content: "\f929";
}
.fi-rs-rectangle-barcode:before {
  content: "\f92a";
}
.fi-rs-rectangle-code:before {
  content: "\f92b";
}
.fi-rs-rectangle-history-circle-plus:before {
  content: "\f92c";
}
.fi-rs-rectangle-horizontal:before {
  content: "\f92d";
}
.fi-rs-rectangle-list:before {
  content: "\f92e";
}
.fi-rs-rectangle-panoramic:before {
  content: "\f92f";
}
.fi-rs-rectangle-pro:before {
  content: "\f930";
}
.fi-rs-rectangle-vertical-history:before {
  content: "\f931";
}
.fi-rs-rectangle-vertical:before {
  content: "\f932";
}
.fi-rs-rectangle-xmark:before {
  content: "\f933";
}
.fi-rs-rectangles-mixed:before {
  content: "\f934";
}
.fi-rs-recycle:before {
  content: "\f935";
}
.fi-rs-redo-alt:before {
  content: "\f936";
}
.fi-rs-redo:before {
  content: "\f937";
}
.fi-rs-reel:before {
  content: "\f938";
}
.fi-rs-refer-arrow:before {
  content: "\f939";
}
.fi-rs-refer:before {
  content: "\f93a";
}
.fi-rs-reflect-horizontal:before {
  content: "\f93b";
}
.fi-rs-reflect-vertical:before {
  content: "\f93c";
}
.fi-rs-reflect:before {
  content: "\f93d";
}
.fi-rs-refresh:before {
  content: "\f93e";
}
.fi-rs-refrigerator:before {
  content: "\f93f";
}
.fi-rs-refund-alt:before {
  content: "\f940";
}
.fi-rs-refund:before {
  content: "\f941";
}
.fi-rs-registered:before {
  content: "\f942";
}
.fi-rs-registration-paper:before {
  content: "\f943";
}
.fi-rs-remove-folder:before {
  content: "\f944";
}
.fi-rs-remove-user:before {
  content: "\f945";
}
.fi-rs-rent-signal:before {
  content: "\f946";
}
.fi-rs-rent:before {
  content: "\f947";
}
.fi-rs-replace:before {
  content: "\f948";
}
.fi-rs-reply-all:before {
  content: "\f949";
}
.fi-rs-republican:before {
  content: "\f94a";
}
.fi-rs-resize:before {
  content: "\f94b";
}
.fi-rs-resources:before {
  content: "\f94c";
}
.fi-rs-restaurant:before {
  content: "\f94d";
}
.fi-rs-restroom-simple:before {
  content: "\f94e";
}
.fi-rs-revenue-alt:before {
  content: "\f94f";
}
.fi-rs-Revenue:before {
  content: "\f950";
}
.fi-rs-review:before {
  content: "\f951";
}
.fi-rs-rewind:before {
  content: "\f952";
}
.fi-rs-rhombus:before {
  content: "\f953";
}
.fi-rs-ribbon:before {
  content: "\f954";
}
.fi-rs-right:before {
  content: "\f955";
}
.fi-rs-ring-diamond:before {
  content: "\f956";
}
.fi-rs-ring:before {
  content: "\f957";
}
.fi-rs-rings-wedding:before {
  content: "\f958";
}
.fi-rs-risk-alt:before {
  content: "\f959";
}
.fi-rs-risk:before {
  content: "\f95a";
}
.fi-rs-road:before {
  content: "\f95b";
}
.fi-rs-robot:before {
  content: "\f95c";
}
.fi-rs-rocket-lunch:before {
  content: "\f95d";
}
.fi-rs-rocket:before {
  content: "\f95e";
}
.fi-rs-roller-coaster:before {
  content: "\f95f";
}
.fi-rs-room-service:before {
  content: "\f960";
}
.fi-rs-rotate-exclamation:before {
  content: "\f961";
}
.fi-rs-rotate-left:before {
  content: "\f962";
}
.fi-rs-rotate-right:before {
  content: "\f963";
}
.fi-rs-route-highway:before {
  content: "\f964";
}
.fi-rs-route-interstate:before {
  content: "\f965";
}
.fi-rs-route:before {
  content: "\f966";
}
.fi-rs-router:before {
  content: "\f967";
}
.fi-rs-rss-alt:before {
  content: "\f968";
}
.fi-rs-rss:before {
  content: "\f969";
}
.fi-rs-ruble-sign:before {
  content: "\f96a";
}
.fi-rs-rugby-helmet:before {
  content: "\f96b";
}
.fi-rs-rugby:before {
  content: "\f96c";
}
.fi-rs-ruler-combined:before {
  content: "\f96d";
}
.fi-rs-ruler-horizontal:before {
  content: "\f96e";
}
.fi-rs-ruler-triangle:before {
  content: "\f96f";
}
.fi-rs-ruler-vertical:before {
  content: "\f970";
}
.fi-rs-running:before {
  content: "\f971";
}
.fi-rs-rupee-sign:before {
  content: "\f972";
}
.fi-rs-rupiah-sign:before {
  content: "\f973";
}
.fi-rs-rv:before {
  content: "\f974";
}
.fi-rs-s:before {
  content: "\f975";
}
.fi-rs-sack-dollar:before {
  content: "\f976";
}
.fi-rs-sack:before {
  content: "\f977";
}
.fi-rs-sad-cry:before {
  content: "\f978";
}
.fi-rs-sad-tear:before {
  content: "\f979";
}
.fi-rs-sad:before {
  content: "\f97a";
}
.fi-rs-safe-box:before {
  content: "\f97b";
}
.fi-rs-sailboat:before {
  content: "\f97c";
}
.fi-rs-salad:before {
  content: "\f97d";
}
.fi-rs-salt-pepper:before {
  content: "\f97e";
}
.fi-rs-salt-shaker:before {
  content: "\f97f";
}
.fi-rs-sandwich-alt:before {
  content: "\f980";
}
.fi-rs-sandwich:before {
  content: "\f981";
}
.fi-rs-satellite-dish:before {
  content: "\f982";
}
.fi-rs-satellite:before {
  content: "\f983";
}
.fi-rs-sauce:before {
  content: "\f984";
}
.fi-rs-sausage:before {
  content: "\f985";
}
.fi-rs-sax-hot:before {
  content: "\f986";
}
.fi-rs-saxophone:before {
  content: "\f987";
}
.fi-rs-scale:before {
  content: "\f988";
}
.fi-rs-scalpel-path:before {
  content: "\f989";
}
.fi-rs-scalpel:before {
  content: "\f98a";
}
.fi-rs-scanner-gun:before {
  content: "\f98b";
}
.fi-rs-scanner-image:before {
  content: "\f98c";
}
.fi-rs-scanner-keyboard:before {
  content: "\f98d";
}
.fi-rs-scanner-touchscreen:before {
  content: "\f98e";
}
.fi-rs-scarecrow:before {
  content: "\f98f";
}
.fi-rs-scarf:before {
  content: "\f990";
}
.fi-rs-school-bus:before {
  content: "\f991";
}
.fi-rs-school:before {
  content: "\f992";
}
.fi-rs-scissors:before {
  content: "\f993";
}
.fi-rs-screen:before {
  content: "\f994";
}
.fi-rs-screencast:before {
  content: "\f995";
}
.fi-rs-screwdriver:before {
  content: "\f996";
}
.fi-rs-scribble:before {
  content: "\f997";
}
.fi-rs-scroll-old:before {
  content: "\f998";
}
.fi-rs-scroll-torah:before {
  content: "\f999";
}
.fi-rs-scroll:before {
  content: "\f99a";
}
.fi-rs-scrubber:before {
  content: "\f99b";
}
.fi-rs-scythe:before {
  content: "\f99c";
}
.fi-rs-sd-card:before {
  content: "\f99d";
}
.fi-rs-sd-cards:before {
  content: "\f99e";
}
.fi-rs-seal-exclamation:before {
  content: "\f99f";
}
.fi-rs-seal-question:before {
  content: "\f9a0";
}
.fi-rs-search-alt:before {
  content: "\f9a1";
}
.fi-rs-search-dollar:before {
  content: "\f9a2";
}
.fi-rs-search-heart:before {
  content: "\f9a3";
}
.fi-rs-search-location:before {
  content: "\f9a4";
}
.fi-rs-search:before {
  content: "\f9a5";
}
.fi-rs-seat-airline:before {
  content: "\f9a6";
}
.fi-rs-second-award:before {
  content: "\f9a7";
}
.fi-rs-second-laurel:before {
  content: "\f9a8";
}
.fi-rs-second-medal:before {
  content: "\f9a9";
}
.fi-rs-second:before {
  content: "\f9aa";
}
.fi-rs-seedling:before {
  content: "\f9ab";
}
.fi-rs-selection:before {
  content: "\f9ac";
}
.fi-rs-send-back:before {
  content: "\f9ad";
}
.fi-rs-send-backward:before {
  content: "\f9ae";
}
.fi-rs-sensor-alert:before {
  content: "\f9af";
}
.fi-rs-sensor-fire:before {
  content: "\f9b0";
}
.fi-rs-sensor-on:before {
  content: "\f9b1";
}
.fi-rs-sensor-smoke:before {
  content: "\f9b2";
}
.fi-rs-sensor:before {
  content: "\f9b3";
}
.fi-rs-settings-sliders:before {
  content: "\f9b4";
}
.fi-rs-settings:before {
  content: "\f9b5";
}
.fi-rs-share-alt-square:before {
  content: "\f9b6";
}
.fi-rs-share-square:before {
  content: "\f9b7";
}
.fi-rs-share:before {
  content: "\f9b8";
}
.fi-rs-sheep:before {
  content: "\f9b9";
}
.fi-rs-shekel-sign:before {
  content: "\f9ba";
}
.fi-rs-shelves:before {
  content: "\f9bb";
}
.fi-rs-shield-alt:before {
  content: "\f9bc";
}
.fi-rs-shield-check:before {
  content: "\f9bd";
}
.fi-rs-shield-cross:before {
  content: "\f9be";
}
.fi-rs-shield-exclamation:before {
  content: "\f9bf";
}
.fi-rs-shield-interrogation:before {
  content: "\f9c0";
}
.fi-rs-shield-keyhole:before {
  content: "\f9c1";
}
.fi-rs-shield-minus:before {
  content: "\f9c2";
}
.fi-rs-shield-plus:before {
  content: "\f9c3";
}
.fi-rs-shield-slash:before {
  content: "\f9c4";
}
.fi-rs-shield-virus:before {
  content: "\f9c5";
}
.fi-rs-shield-xmark:before {
  content: "\f9c6";
}
.fi-rs-shield:before {
  content: "\f9c7";
}
.fi-rs-ship-side:before {
  content: "\f9c8";
}
.fi-rs-ship:before {
  content: "\f9c9";
}
.fi-rs-shipping-fast:before {
  content: "\f9ca";
}
.fi-rs-shipping-timed:before {
  content: "\f9cb";
}
.fi-rs-shirt-long-sleeve:before {
  content: "\f9cc";
}
.fi-rs-shirt-running:before {
  content: "\f9cd";
}
.fi-rs-shirt-tank-top:before {
  content: "\f9ce";
}
.fi-rs-shish-kebab:before {
  content: "\f9cf";
}
.fi-rs-shoe-prints:before {
  content: "\f9d0";
}
.fi-rs-shop-lock:before {
  content: "\f9d1";
}
.fi-rs-shop-slash:before {
  content: "\f9d2";
}
.fi-rs-shop:before {
  content: "\f9d3";
}
.fi-rs-shopping-bag-add:before {
  content: "\f9d4";
}
.fi-rs-shopping-bag:before {
  content: "\f9d5";
}
.fi-rs-shopping-basket:before {
  content: "\f9d6";
}
.fi-rs-shopping-cart-add:before {
  content: "\f9d7";
}
.fi-rs-shopping-cart-check:before {
  content: "\f9d8";
}
.fi-rs-shopping-cart:before {
  content: "\f9d9";
}
.fi-rs-shovel-snow:before {
  content: "\f9da";
}
.fi-rs-shovel:before {
  content: "\f9db";
}
.fi-rs-shower-down:before {
  content: "\f9dc";
}
.fi-rs-shower:before {
  content: "\f9dd";
}
.fi-rs-shredder:before {
  content: "\f9de";
}
.fi-rs-shrimp:before {
  content: "\f9df";
}
.fi-rs-shuffle:before {
  content: "\f9e0";
}
.fi-rs-shuttle-van:before {
  content: "\f9e1";
}
.fi-rs-shuttlecock:before {
  content: "\f9e2";
}
.fi-rs-Sickle:before {
  content: "\f9e3";
}
.fi-rs-sidebar-flip:before {
  content: "\f9e4";
}
.fi-rs-sidebar:before {
  content: "\f9e5";
}
.fi-rs-sigma:before {
  content: "\f9e6";
}
.fi-rs-sign-hanging:before {
  content: "\f9e7";
}
.fi-rs-sign-in-alt:before {
  content: "\f9e8";
}
.fi-rs-sign-out-alt:before {
  content: "\f9e9";
}
.fi-rs-sign-up:before {
  content: "\f9ea";
}
.fi-rs-signal-alt-1:before {
  content: "\f9eb";
}
.fi-rs-signal-alt-2:before {
  content: "\f9ec";
}
.fi-rs-signal-alt-slash:before {
  content: "\f9ed";
}
.fi-rs-signal-alt:before {
  content: "\f9ee";
}
.fi-rs-signal-bars-fair:before {
  content: "\f9ef";
}
.fi-rs-signal-bars-good:before {
  content: "\f9f0";
}
.fi-rs-signal-bars-weak:before {
  content: "\f9f1";
}
.fi-rs-signal-stream-slash:before {
  content: "\f9f2";
}
.fi-rs-signal-stream:before {
  content: "\f9f3";
}
.fi-rs-signature-lock:before {
  content: "\f9f4";
}
.fi-rs-signature-slash:before {
  content: "\f9f5";
}
.fi-rs-signature:before {
  content: "\f9f6";
}
.fi-rs-sim-card:before {
  content: "\f9f7";
}
.fi-rs-sim-cards:before {
  content: "\f9f8";
}
.fi-rs-sink:before {
  content: "\f9f9";
}
.fi-rs-siren-on:before {
  content: "\f9fa";
}
.fi-rs-Siren:before {
  content: "\f9fb";
}
.fi-rs-site-alt:before {
  content: "\f9fc";
}
.fi-rs-site-browser:before {
  content: "\f9fd";
}
.fi-rs-site:before {
  content: "\f9fe";
}
.fi-rs-sitemap:before {
  content: "\f9ff";
}
.fi-rs-skateboard:before {
  content: "\fa00";
}
.fi-rs-skating:before {
  content: "\fa01";
}
.fi-rs-skeleton:before {
  content: "\fa02";
}
.fi-rs-skewer:before {
  content: "\fa03";
}
.fi-rs-ski-boot-ski:before {
  content: "\fa04";
}
.fi-rs-ski-jump:before {
  content: "\fa05";
}
.fi-rs-ski-lift:before {
  content: "\fa06";
}
.fi-rs-skiing-nordic:before {
  content: "\fa07";
}
.fi-rs-skiing:before {
  content: "\fa08";
}
.fi-rs-skull-cow:before {
  content: "\fa09";
}
.fi-rs-skull-crossbones:before {
  content: "\fa0a";
}
.fi-rs-skull:before {
  content: "\fa0b";
}
.fi-rs-slash:before {
  content: "\fa0c";
}
.fi-rs-sledding:before {
  content: "\fa0d";
}
.fi-rs-sleigh:before {
  content: "\fa0e";
}
.fi-rs-sliders-h-square:before {
  content: "\fa0f";
}
.fi-rs-sliders-v-square:before {
  content: "\fa10";
}
.fi-rs-sliders-v:before {
  content: "\fa11";
}
.fi-rs-smartphone:before {
  content: "\fa12";
}
.fi-rs-smile-beam:before {
  content: "\fa13";
}
.fi-rs-smile-plus:before {
  content: "\fa14";
}
.fi-rs-smile-wink:before {
  content: "\fa15";
}
.fi-rs-smiley-comment-alt:before {
  content: "\fa16";
}
.fi-rs-smog:before {
  content: "\fa17";
}
.fi-rs-smoke:before {
  content: "\fa18";
}
.fi-rs-smoking-ban:before {
  content: "\fa19";
}
.fi-rs-smoking:before {
  content: "\fa1a";
}
.fi-rs-snake:before {
  content: "\fa1b";
}
.fi-rs-snooze:before {
  content: "\fa1c";
}
.fi-rs-snow-blowing:before {
  content: "\fa1d";
}
.fi-rs-snowboarding:before {
  content: "\fa1e";
}
.fi-rs-snowflake-droplets:before {
  content: "\fa1f";
}
.fi-rs-snowflake:before {
  content: "\fa20";
}
.fi-rs-snowflakes:before {
  content: "\fa21";
}
.fi-rs-snowman-alt:before {
  content: "\fa22";
}
.fi-rs-snowman-head:before {
  content: "\fa23";
}
.fi-rs-snowmobile:before {
  content: "\fa24";
}
.fi-rs-snowplow:before {
  content: "\fa25";
}
.fi-rs-soap-alt:before {
  content: "\fa26";
}
.fi-rs-soap:before {
  content: "\fa27";
}
.fi-rs-social-network:before {
  content: "\fa28";
}
.fi-rs-socks:before {
  content: "\fa29";
}
.fi-rs-solar-panel:before {
  content: "\fa2a";
}
.fi-rs-solar-system:before {
  content: "\fa2b";
}
.fi-rs-sort-alpha-down-alt:before {
  content: "\fa2c";
}
.fi-rs-sort-alpha-down:before {
  content: "\fa2d";
}
.fi-rs-sort-alpha-up-alt:before {
  content: "\fa2e";
}
.fi-rs-sort-alpha-up:before {
  content: "\fa2f";
}
.fi-rs-sort-alt:before {
  content: "\fa30";
}
.fi-rs-sort-amount-down-alt:before {
  content: "\fa31";
}
.fi-rs-sort-amount-down:before {
  content: "\fa32";
}
.fi-rs-sort-amount-up-alt:before {
  content: "\fa33";
}
.fi-rs-sort-amount-up:before {
  content: "\fa34";
}
.fi-rs-sort-circle-down:before {
  content: "\fa35";
}
.fi-rs-sort-circle-up:before {
  content: "\fa36";
}
.fi-rs-sort-circle:before {
  content: "\fa37";
}
.fi-rs-sort-down:before {
  content: "\fa38";
}
.fi-rs-sort-numeric-down-alt:before {
  content: "\fa39";
}
.fi-rs-sort-numeric-down:before {
  content: "\fa3a";
}
.fi-rs-sort-shapes-down:before {
  content: "\fa3b";
}
.fi-rs-sort-shapes-up:before {
  content: "\fa3c";
}
.fi-rs-sort-size-down:before {
  content: "\fa3d";
}
.fi-rs-sort-size-up:before {
  content: "\fa3e";
}
.fi-rs-sort:before {
  content: "\fa3f";
}
.fi-rs-soup:before {
  content: "\fa40";
}
.fi-rs-source-data:before {
  content: "\fa41";
}
.fi-rs-spa:before {
  content: "\fa42";
}
.fi-rs-space-shuttle:before {
  content: "\fa43";
}
.fi-rs-space-station-moon-alt:before {
  content: "\fa44";
}
.fi-rs-space-station-moon:before {
  content: "\fa45";
}
.fi-rs-spade:before {
  content: "\fa46";
}
.fi-rs-spaghetti-monster-flying:before {
  content: "\fa47";
}
.fi-rs-sparkles:before {
  content: "\fa48";
}
.fi-rs-speaker:before {
  content: "\fa49";
}
.fi-rs-speakers:before {
  content: "\fa4a";
}
.fi-rs-sphere:before {
  content: "\fa4b";
}
.fi-rs-spider-black-widow:before {
  content: "\fa4c";
}
.fi-rs-spider-web:before {
  content: "\fa4d";
}
.fi-rs-spider:before {
  content: "\fa4e";
}
.fi-rs-spinner:before {
  content: "\fa4f";
}
.fi-rs-split:before {
  content: "\fa50";
}
.fi-rs-splotch:before {
  content: "\fa51";
}
.fi-rs-spoon:before {
  content: "\fa52";
}
.fi-rs-spray-can-sparkles:before {
  content: "\fa53";
}
.fi-rs-spray-can:before {
  content: "\fa54";
}
.fi-rs-sprinkler:before {
  content: "\fa55";
}
.fi-rs-square-0:before {
  content: "\fa56";
}
.fi-rs-square-1:before {
  content: "\fa57";
}
.fi-rs-square-2:before {
  content: "\fa58";
}
.fi-rs-square-3:before {
  content: "\fa59";
}
.fi-rs-square-4:before {
  content: "\fa5a";
}
.fi-rs-square-5:before {
  content: "\fa5b";
}
.fi-rs-square-6:before {
  content: "\fa5c";
}
.fi-rs-square-7:before {
  content: "\fa5d";
}
.fi-rs-square-8:before {
  content: "\fa5e";
}
.fi-rs-square-9:before {
  content: "\fa5f";
}
.fi-rs-square-a:before {
  content: "\fa60";
}
.fi-rs-square-b:before {
  content: "\fa61";
}
.fi-rs-square-bolt:before {
  content: "\fa62";
}
.fi-rs-square-c:before {
  content: "\fa63";
}
.fi-rs-square-code:before {
  content: "\fa64";
}
.fi-rs-square-d:before {
  content: "\fa65";
}
.fi-rs-square-dashed:before {
  content: "\fa66";
}
.fi-rs-square-e:before {
  content: "\fa67";
}
.fi-rs-square-ellipsis-vertical:before {
  content: "\fa68";
}
.fi-rs-square-ellipsis:before {
  content: "\fa69";
}
.fi-rs-square-exclamation:before {
  content: "\fa6a";
}
.fi-rs-square-f:before {
  content: "\fa6b";
}
.fi-rs-square-g:before {
  content: "\fa6c";
}
.fi-rs-square-h:before {
  content: "\fa6d";
}
.fi-rs-square-heart:before {
  content: "\fa6e";
}
.fi-rs-square-i:before {
  content: "\fa6f";
}
.fi-rs-square-info:before {
  content: "\fa70";
}
.fi-rs-square-j:before {
  content: "\fa71";
}
.fi-rs-square-k:before {
  content: "\fa72";
}
.fi-rs-square-kanban:before {
  content: "\fa73";
}
.fi-rs-square-l:before {
  content: "\fa74";
}
.fi-rs-square-m:before {
  content: "\fa75";
}
.fi-rs-square-minus:before {
  content: "\fa76";
}
.fi-rs-square-n:before {
  content: "\fa77";
}
.fi-rs-square-o:before {
  content: "\fa78";
}
.fi-rs-square-p:before {
  content: "\fa79";
}
.fi-rs-square-phone-hangup:before {
  content: "\fa7a";
}
.fi-rs-square-plus:before {
  content: "\fa7b";
}
.fi-rs-square-poll-horizontal:before {
  content: "\fa7c";
}
.fi-rs-square-poll-vertical:before {
  content: "\fa7d";
}
.fi-rs-square-q:before {
  content: "\fa7e";
}
.fi-rs-square-quote:before {
  content: "\fa7f";
}
.fi-rs-square-r:before {
  content: "\fa80";
}
.fi-rs-square-root:before {
  content: "\fa81";
}
.fi-rs-square-s:before {
  content: "\fa82";
}
.fi-rs-square-small:before {
  content: "\fa83";
}
.fi-rs-square-star:before {
  content: "\fa84";
}
.fi-rs-square-t:before {
  content: "\fa85";
}
.fi-rs-square-terminal:before {
  content: "\fa86";
}
.fi-rs-square-u:before {
  content: "\fa87";
}
.fi-rs-square-up-right:before {
  content: "\fa88";
}
.fi-rs-square-v:before {
  content: "\fa89";
}
.fi-rs-square-w:before {
  content: "\fa8a";
}
.fi-rs-square-x:before {
  content: "\fa8b";
}
.fi-rs-square-y:before {
  content: "\fa8c";
}
.fi-rs-square-z:before {
  content: "\fa8d";
}
.fi-rs-square:before {
  content: "\fa8e";
}
.fi-rs-squid:before {
  content: "\fa8f";
}
.fi-rs-squircle:before {
  content: "\fa90";
}
.fi-rs-squirrel:before {
  content: "\fa91";
}
.fi-rs-staff:before {
  content: "\fa92";
}
.fi-rs-stairs:before {
  content: "\fa93";
}
.fi-rs-stamp:before {
  content: "\fa94";
}
.fi-rs-standard-definition:before {
  content: "\fa95";
}
.fi-rs-star-and-crescent:before {
  content: "\fa96";
}
.fi-rs-star-christmas:before {
  content: "\fa97";
}
.fi-rs-star-comment-alt:before {
  content: "\fa98";
}
.fi-rs-star-exclamation:before {
  content: "\fa99";
}
.fi-rs-star-octogram:before {
  content: "\fa9a";
}
.fi-rs-star-of-david:before {
  content: "\fa9b";
}
.fi-rs-star-sharp-half-stroke:before {
  content: "\fa9c";
}
.fi-rs-star-sharp-half:before {
  content: "\fa9d";
}
.fi-rs-star-shooting:before {
  content: "\fa9e";
}
.fi-rs-star:before {
  content: "\fa9f";
}
.fi-rs-starfighter:before {
  content: "\faa0";
}
.fi-rs-stars:before {
  content: "\faa1";
}
.fi-rs-state-country:before {
  content: "\faa2";
}
.fi-rs-stats:before {
  content: "\faa3";
}
.fi-rs-steak:before {
  content: "\faa4";
}
.fi-rs-steering-wheel:before {
  content: "\faa5";
}
.fi-rs-step-backward:before {
  content: "\faa6";
}
.fi-rs-step-forward:before {
  content: "\faa7";
}
.fi-rs-sterling-sign:before {
  content: "\faa8";
}
.fi-rs-stethoscope:before {
  content: "\faa9";
}
.fi-rs-sticker:before {
  content: "\faaa";
}
.fi-rs-stocking:before {
  content: "\faab";
}
.fi-rs-stomach:before {
  content: "\faac";
}
.fi-rs-stop-circle:before {
  content: "\faad";
}
.fi-rs-stop:before {
  content: "\faae";
}
.fi-rs-stopwatch:before {
  content: "\faaf";
}
.fi-rs-store-alt:before {
  content: "\fab0";
}
.fi-rs-store-lock:before {
  content: "\fab1";
}
.fi-rs-store-slash:before {
  content: "\fab2";
}
.fi-rs-strawberry:before {
  content: "\fab3";
}
.fi-rs-street-view:before {
  content: "\fab4";
}
.fi-rs-stretcher:before {
  content: "\fab5";
}
.fi-rs-strikethrough:before {
  content: "\fab6";
}
.fi-rs-stroopwafel:before {
  content: "\fab7";
}
.fi-rs-subscript:before {
  content: "\fab8";
}
.fi-rs-subscription-alt:before {
  content: "\fab9";
}
.fi-rs-subscription:before {
  content: "\faba";
}
.fi-rs-subtitles:before {
  content: "\fabb";
}
.fi-rs-subway:before {
  content: "\fabc";
}
.fi-rs-suitcase-alt:before {
  content: "\fabd";
}
.fi-rs-summer:before {
  content: "\fabe";
}
.fi-rs-sun-dust:before {
  content: "\fabf";
}
.fi-rs-sun-plant-wilt:before {
  content: "\fac0";
}
.fi-rs-sun:before {
  content: "\fac1";
}
.fi-rs-sunglasses:before {
  content: "\fac2";
}
.fi-rs-sunrise-alt:before {
  content: "\fac3";
}
.fi-rs-sunrise:before {
  content: "\fac4";
}
.fi-rs-sunset:before {
  content: "\fac5";
}
.fi-rs-superscript:before {
  content: "\fac6";
}
.fi-rs-surfing:before {
  content: "\fac7";
}
.fi-rs-surprise:before {
  content: "\fac8";
}
.fi-rs-sushi-alt:before {
  content: "\fac9";
}
.fi-rs-sushi-roll:before {
  content: "\faca";
}
.fi-rs-sushi:before {
  content: "\facb";
}
.fi-rs-swatchbook:before {
  content: "\facc";
}
.fi-rs-swimmer:before {
  content: "\facd";
}
.fi-rs-swimming-pool:before {
  content: "\face";
}
.fi-rs-swipe-down:before {
  content: "\facf";
}
.fi-rs-swipe-left:before {
  content: "\fad0";
}
.fi-rs-swipe-right:before {
  content: "\fad1";
}
.fi-rs-swipe-up:before {
  content: "\fad2";
}
.fi-rs-sword:before {
  content: "\fad3";
}
.fi-rs-symbol:before {
  content: "\fad4";
}
.fi-rs-symbols:before {
  content: "\fad5";
}
.fi-rs-syringe:before {
  content: "\fad6";
}
.fi-rs-t:before {
  content: "\fad7";
}
.fi-rs-tab-folder:before {
  content: "\fad8";
}
.fi-rs-table-columns:before {
  content: "\fad9";
}
.fi-rs-table-layout:before {
  content: "\fada";
}
.fi-rs-table-list:before {
  content: "\fadb";
}
.fi-rs-table-picnic:before {
  content: "\fadc";
}
.fi-rs-table-pivot:before {
  content: "\fadd";
}
.fi-rs-table-rows:before {
  content: "\fade";
}
.fi-rs-table-tree:before {
  content: "\fadf";
}
.fi-rs-table:before {
  content: "\fae0";
}
.fi-rs-tablet-android-alt:before {
  content: "\fae1";
}
.fi-rs-tablet-android:before {
  content: "\fae2";
}
.fi-rs-tablet-rugged:before {
  content: "\fae3";
}
.fi-rs-tablet:before {
  content: "\fae4";
}
.fi-rs-tachometer-alt-average:before {
  content: "\fae5";
}
.fi-rs-tachometer-alt-fastest:before {
  content: "\fae6";
}
.fi-rs-tachometer-alt-slow:before {
  content: "\fae7";
}
.fi-rs-tachometer-alt-slowest:before {
  content: "\fae8";
}
.fi-rs-tachometer-average:before {
  content: "\fae9";
}
.fi-rs-tachometer-fast:before {
  content: "\faea";
}
.fi-rs-tachometer-fastest:before {
  content: "\faeb";
}
.fi-rs-tachometer-slow:before {
  content: "\faec";
}
.fi-rs-tachometer-slowest:before {
  content: "\faed";
}
.fi-rs-tachometer:before {
  content: "\faee";
}
.fi-rs-taco:before {
  content: "\faef";
}
.fi-rs-tags:before {
  content: "\faf0";
}
.fi-rs-tally-1:before {
  content: "\faf1";
}
.fi-rs-tally-2:before {
  content: "\faf2";
}
.fi-rs-tally-3:before {
  content: "\faf3";
}
.fi-rs-tally-4:before {
  content: "\faf4";
}
.fi-rs-tally:before {
  content: "\faf5";
}
.fi-rs-tamale:before {
  content: "\faf6";
}
.fi-rs-tank-water:before {
  content: "\faf7";
}
.fi-rs-tap:before {
  content: "\faf8";
}
.fi-rs-tape:before {
  content: "\faf9";
}
.fi-rs-target:before {
  content: "\fafa";
}
.fi-rs-tax-alt:before {
  content: "\fafb";
}
.fi-rs-tax:before {
  content: "\fafc";
}
.fi-rs-taxi-bus:before {
  content: "\fafd";
}
.fi-rs-taxi:before {
  content: "\fafe";
}
.fi-rs-team-check-alt:before {
  content: "\faff";
}
.fi-rs-team-check:before {
  content: "\fb00";
}
.fi-rs-teddy-bear:before {
  content: "\fb01";
}
.fi-rs-teeth-open:before {
  content: "\fb02";
}
.fi-rs-telescope:before {
  content: "\fb03";
}
.fi-rs-temperature-down:before {
  content: "\fb04";
}
.fi-rs-temperature-frigid:before {
  content: "\fb05";
}
.fi-rs-temperature-high:before {
  content: "\fb06";
}
.fi-rs-temperature-list:before {
  content: "\fb07";
}
.fi-rs-temperature-low:before {
  content: "\fb08";
}
.fi-rs-temperature-up:before {
  content: "\fb09";
}
.fi-rs-template-alt:before {
  content: "\fb0a";
}
.fi-rs-template:before {
  content: "\fb0b";
}
.fi-rs-tenge:before {
  content: "\fb0c";
}
.fi-rs-tennis:before {
  content: "\fb0d";
}
.fi-rs-tent-arrow-down-to-line:before {
  content: "\fb0e";
}
.fi-rs-tent-arrow-left-right:before {
  content: "\fb0f";
}
.fi-rs-tent-arrow-turn-left:before {
  content: "\fb10";
}
.fi-rs-tent-arrows-down:before {
  content: "\fb11";
}
.fi-rs-tents:before {
  content: "\fb12";
}
.fi-rs-terminal:before {
  content: "\fb13";
}
.fi-rs-terrace:before {
  content: "\fb14";
}
.fi-rs-test-tube:before {
  content: "\fb15";
}
.fi-rs-test:before {
  content: "\fb16";
}
.fi-rs-text-box-dots:before {
  content: "\fb17";
}
.fi-rs-text-box-edit:before {
  content: "\fb18";
}
.fi-rs-text-box:before {
  content: "\fb19";
}
.fi-rs-text-check:before {
  content: "\fb1a";
}
.fi-rs-text-height:before {
  content: "\fb1b";
}
.fi-rs-text-shadow:before {
  content: "\fb1c";
}
.fi-rs-text-size:before {
  content: "\fb1d";
}
.fi-rs-text-slash:before {
  content: "\fb1e";
}
.fi-rs-text-width:before {
  content: "\fb1f";
}
.fi-rs-text:before {
  content: "\fb20";
}
.fi-rs-theater-masks:before {
  content: "\fb21";
}
.fi-rs-thermometer-alt:before {
  content: "\fb22";
}
.fi-rs-thermometer-empty:before {
  content: "\fb23";
}
.fi-rs-thermometer-full:before {
  content: "\fb24";
}
.fi-rs-thermometer-half:before {
  content: "\fb25";
}
.fi-rs-thermometer-quarter:before {
  content: "\fb26";
}
.fi-rs-thermometer-three-quarters:before {
  content: "\fb27";
}
.fi-rs-theta:before {
  content: "\fb28";
}
.fi-rs-third-award:before {
  content: "\fb29";
}
.fi-rs-third-laurel:before {
  content: "\fb2a";
}
.fi-rs-third-medal:before {
  content: "\fb2b";
}
.fi-rs-third:before {
  content: "\fb2c";
}
.fi-rs-thought-bubble:before {
  content: "\fb2d";
}
.fi-rs-thumbtack:before {
  content: "\fb2e";
}
.fi-rs-thunderstorm-moon:before {
  content: "\fb2f";
}
.fi-rs-thunderstorm-sun:before {
  content: "\fb30";
}
.fi-rs-thunderstorm:before {
  content: "\fb31";
}
.fi-rs-ticket-airline:before {
  content: "\fb32";
}
.fi-rs-ticket-alt:before {
  content: "\fb33";
}
.fi-rs-ticket:before {
  content: "\fb34";
}
.fi-rs-tickets-airline:before {
  content: "\fb35";
}
.fi-rs-tilde:before {
  content: "\fb36";
}
.fi-rs-time-add:before {
  content: "\fb37";
}
.fi-rs-time-check:before {
  content: "\fb38";
}
.fi-rs-time-delete:before {
  content: "\fb39";
}
.fi-rs-time-fast:before {
  content: "\fb3a";
}
.fi-rs-time-forward-sixty:before {
  content: "\fb3b";
}
.fi-rs-time-forward-ten:before {
  content: "\fb3c";
}
.fi-rs-time-forward:before {
  content: "\fb3d";
}
.fi-rs-time-half-past:before {
  content: "\fb3e";
}
.fi-rs-time-oclock:before {
  content: "\fb3f";
}
.fi-rs-time-past:before {
  content: "\fb40";
}
.fi-rs-time-quarter-past:before {
  content: "\fb41";
}
.fi-rs-time-quarter-to:before {
  content: "\fb42";
}
.fi-rs-time-twenty-four:before {
  content: "\fb43";
}
.fi-rs-times-hexagon:before {
  content: "\fb44";
}
.fi-rs-tint-slash:before {
  content: "\fb45";
}
.fi-rs-tire-flat:before {
  content: "\fb46";
}
.fi-rs-tire-pressure-warning:before {
  content: "\fb47";
}
.fi-rs-tire-rugged:before {
  content: "\fb48";
}
.fi-rs-tire:before {
  content: "\fb49";
}
.fi-rs-tired:before {
  content: "\fb4a";
}
.fi-rs-to-do-alt:before {
  content: "\fb4b";
}
.fi-rs-to-do:before {
  content: "\fb4c";
}
.fi-rs-toggle-off:before {
  content: "\fb4d";
}
.fi-rs-toggle-on:before {
  content: "\fb4e";
}
.fi-rs-toilet-paper-blank-under:before {
  content: "\fb4f";
}
.fi-rs-toilet-paper-blank:before {
  content: "\fb50";
}
.fi-rs-toilet-paper-slash:before {
  content: "\fb51";
}
.fi-rs-toilet-paper-under-slash:before {
  content: "\fb52";
}
.fi-rs-toilet-paper-under:before {
  content: "\fb53";
}
.fi-rs-toilet:before {
  content: "\fb54";
}
.fi-rs-tomato:before {
  content: "\fb55";
}
.fi-rs-tombstone-alt:before {
  content: "\fb56";
}
.fi-rs-tombstone:before {
  content: "\fb57";
}
.fi-rs-tool-box:before {
  content: "\fb58";
}
.fi-rs-tool-crop:before {
  content: "\fb59";
}
.fi-rs-tool-marquee:before {
  content: "\fb5a";
}
.fi-rs-tools:before {
  content: "\fb5b";
}
.fi-rs-tooth:before {
  content: "\fb5c";
}
.fi-rs-toothbrush:before {
  content: "\fb5d";
}
.fi-rs-tornado:before {
  content: "\fb5e";
}
.fi-rs-total:before {
  content: "\fb5f";
}
.fi-rs-tour-guide-people:before {
  content: "\fb60";
}
.fi-rs-tour-virtual:before {
  content: "\fb61";
}
.fi-rs-tower-control:before {
  content: "\fb62";
}
.fi-rs-track:before {
  content: "\fb63";
}
.fi-rs-tractor:before {
  content: "\fb64";
}
.fi-rs-trademark:before {
  content: "\fb65";
}
.fi-rs-traffic-cone:before {
  content: "\fb66";
}
.fi-rs-traffic-light-go:before {
  content: "\fb67";
}
.fi-rs-traffic-light-slow:before {
  content: "\fb68";
}
.fi-rs-traffic-light-stop:before {
  content: "\fb69";
}
.fi-rs-traffic-light:before {
  content: "\fb6a";
}
.fi-rs-trailer:before {
  content: "\fb6b";
}
.fi-rs-train-journey:before {
  content: "\fb6c";
}
.fi-rs-train-side:before {
  content: "\fb6d";
}
.fi-rs-train-station-building:before {
  content: "\fb6e";
}
.fi-rs-train-station:before {
  content: "\fb6f";
}
.fi-rs-train-subway-tunnel:before {
  content: "\fb70";
}
.fi-rs-train-tram:before {
  content: "\fb71";
}
.fi-rs-train:before {
  content: "\fb72";
}
.fi-rs-tram:before {
  content: "\fb73";
}
.fi-rs-transform:before {
  content: "\fb74";
}
.fi-rs-transformer-bolt:before {
  content: "\fb75";
}
.fi-rs-transgender:before {
  content: "\fb76";
}
.fi-rs-transporter-1:before {
  content: "\fb77";
}
.fi-rs-transporter-2:before {
  content: "\fb78";
}
.fi-rs-transporter-3:before {
  content: "\fb79";
}
.fi-rs-transporter-4:before {
  content: "\fb7a";
}
.fi-rs-transporter-5:before {
  content: "\fb7b";
}
.fi-rs-transporter-6:before {
  content: "\fb7c";
}
.fi-rs-transporter-7:before {
  content: "\fb7d";
}
.fi-rs-transporter-empty:before {
  content: "\fb7e";
}
.fi-rs-transporter:before {
  content: "\fb7f";
}
.fi-rs-trash-can-check:before {
  content: "\fb80";
}
.fi-rs-trash-can-clock:before {
  content: "\fb81";
}
.fi-rs-trash-can-list:before {
  content: "\fb82";
}
.fi-rs-trash-can-plus:before {
  content: "\fb83";
}
.fi-rs-trash-can-slash:before {
  content: "\fb84";
}
.fi-rs-trash-check:before {
  content: "\fb85";
}
.fi-rs-trash-clock:before {
  content: "\fb86";
}
.fi-rs-trash-list:before {
  content: "\fb87";
}
.fi-rs-trash-plus:before {
  content: "\fb88";
}
.fi-rs-trash-restore-alt:before {
  content: "\fb89";
}
.fi-rs-trash-restore:before {
  content: "\fb8a";
}
.fi-rs-trash-slash:before {
  content: "\fb8b";
}
.fi-rs-trash-undo-alt:before {
  content: "\fb8c";
}
.fi-rs-trash-undo:before {
  content: "\fb8d";
}
.fi-rs-trash-xmark:before {
  content: "\fb8e";
}
.fi-rs-trash:before {
  content: "\fb8f";
}
.fi-rs-treasure-chest:before {
  content: "\fb90";
}
.fi-rs-treatment:before {
  content: "\fb91";
}
.fi-rs-tree-alt:before {
  content: "\fb92";
}
.fi-rs-tree-christmas:before {
  content: "\fb93";
}
.fi-rs-tree-deciduous:before {
  content: "\fb94";
}
.fi-rs-tree:before {
  content: "\fb95";
}
.fi-rs-trees-alt:before {
  content: "\fb96";
}
.fi-rs-trees:before {
  content: "\fb97";
}
.fi-rs-triangle-music:before {
  content: "\fb98";
}
.fi-rs-triangle-person-digging:before {
  content: "\fb99";
}
.fi-rs-triangle-warning:before {
  content: "\fb9a";
}
.fi-rs-triangle:before {
  content: "\fb9b";
}
.fi-rs-trillium:before {
  content: "\fb9c";
}
.fi-rs-trophy-star:before {
  content: "\fb9d";
}
.fi-rs-trophy:before {
  content: "\fb9e";
}
.fi-rs-truck-bolt:before {
  content: "\fb9f";
}
.fi-rs-truck-container-empty:before {
  content: "\fba0";
}
.fi-rs-truck-container:before {
  content: "\fba1";
}
.fi-rs-truck-couch:before {
  content: "\fba2";
}
.fi-rs-truck-flatbed:before {
  content: "\fba3";
}
.fi-rs-truck-front:before {
  content: "\fba4";
}
.fi-rs-truck-loading:before {
  content: "\fba5";
}
.fi-rs-truck-medical:before {
  content: "\fba6";
}
.fi-rs-truck-monster:before {
  content: "\fba7";
}
.fi-rs-truck-moving:before {
  content: "\fba8";
}
.fi-rs-truck-pickup:before {
  content: "\fba9";
}
.fi-rs-truck-plow:before {
  content: "\fbaa";
}
.fi-rs-truck-ramp:before {
  content: "\fbab";
}
.fi-rs-truck-side:before {
  content: "\fbac";
}
.fi-rs-truck-tow:before {
  content: "\fbad";
}
.fi-rs-trumpet:before {
  content: "\fbae";
}
.fi-rs-tshirt:before {
  content: "\fbaf";
}
.fi-rs-tty-answer:before {
  content: "\fbb0";
}
.fi-rs-tty:before {
  content: "\fbb1";
}
.fi-rs-tubes:before {
  content: "\fbb2";
}
.fi-rs-tugrik-sign:before {
  content: "\fbb3";
}
.fi-rs-turkey:before {
  content: "\fbb4";
}
.fi-rs-turntable:before {
  content: "\fbb5";
}
.fi-rs-turtle:before {
  content: "\fbb6";
}
.fi-rs-tv-music:before {
  content: "\fbb7";
}
.fi-rs-tv-retro:before {
  content: "\fbb8";
}
.fi-rs-typewriter:before {
  content: "\fbb9";
}
.fi-rs-u:before {
  content: "\fbba";
}
.fi-rs-ufo-beam:before {
  content: "\fbbb";
}
.fi-rs-ufo:before {
  content: "\fbbc";
}
.fi-rs-umbrella-beach:before {
  content: "\fbbd";
}
.fi-rs-umbrella:before {
  content: "\fbbe";
}
.fi-rs-underline:before {
  content: "\fbbf";
}
.fi-rs-undo-alt:before {
  content: "\fbc0";
}
.fi-rs-undo:before {
  content: "\fbc1";
}
.fi-rs-unicorn:before {
  content: "\fbc2";
}
.fi-rs-uniform-martial-arts:before {
  content: "\fbc3";
}
.fi-rs-universal-access:before {
  content: "\fbc4";
}
.fi-rs-unlock:before {
  content: "\fbc5";
}
.fi-rs-up-left:before {
  content: "\fbc6";
}
.fi-rs-up-right-from-square:before {
  content: "\fbc7";
}
.fi-rs-up-right:before {
  content: "\fbc8";
}
.fi-rs-up:before {
  content: "\fbc9";
}
.fi-rs-upload:before {
  content: "\fbca";
}
.fi-rs-url:before {
  content: "\fbcb";
}
.fi-rs-usb-pendrive:before {
  content: "\fbcc";
}
.fi-rs-usd-circle:before {
  content: "\fbcd";
}
.fi-rs-usd-square:before {
  content: "\fbce";
}
.fi-rs-user-add:before {
  content: "\fbcf";
}
.fi-rs-user-alien:before {
  content: "\fbd0";
}
.fi-rs-user-astronaut:before {
  content: "\fbd1";
}
.fi-rs-user-check:before {
  content: "\fbd2";
}
.fi-rs-user-chef:before {
  content: "\fbd3";
}
.fi-rs-user-cowboy:before {
  content: "\fbd4";
}
.fi-rs-user-crown:before {
  content: "\fbd5";
}
.fi-rs-user-gear:before {
  content: "\fbd6";
}
.fi-rs-user-headset:before {
  content: "\fbd7";
}
.fi-rs-user-helmet-safety:before {
  content: "\fbd8";
}
.fi-rs-user-injured:before {
  content: "\fbd9";
}
.fi-rs-user-interface-ui:before {
  content: "\fbda";
}
.fi-rs-user-lock:before {
  content: "\fbdb";
}
.fi-rs-user-md-chat:before {
  content: "\fbdc";
}
.fi-rs-user-md:before {
  content: "\fbdd";
}
.fi-rs-user-minus:before {
  content: "\fbde";
}
.fi-rs-user-music:before {
  content: "\fbdf";
}
.fi-rs-user-ninja:before {
  content: "\fbe0";
}
.fi-rs-user-nurse:before {
  content: "\fbe1";
}
.fi-rs-user-pen:before {
  content: "\fbe2";
}
.fi-rs-user-pilot-tie:before {
  content: "\fbe3";
}
.fi-rs-user-pilot:before {
  content: "\fbe4";
}
.fi-rs-user-police:before {
  content: "\fbe5";
}
.fi-rs-user-robot-xmarks:before {
  content: "\fbe6";
}
.fi-rs-user-robot:before {
  content: "\fbe7";
}
.fi-rs-user-shield:before {
  content: "\fbe8";
}
.fi-rs-user-slash:before {
  content: "\fbe9";
}
.fi-rs-user-tag:before {
  content: "\fbea";
}
.fi-rs-user-time:before {
  content: "\fbeb";
}
.fi-rs-user-unlock:before {
  content: "\fbec";
}
.fi-rs-user-visor:before {
  content: "\fbed";
}
.fi-rs-user-xmark:before {
  content: "\fbee";
}
.fi-rs-user:before {
  content: "\fbef";
}
.fi-rs-users-alt:before {
  content: "\fbf0";
}
.fi-rs-users-gear:before {
  content: "\fbf1";
}
.fi-rs-users-medical:before {
  content: "\fbf2";
}
.fi-rs-users-slash:before {
  content: "\fbf3";
}
.fi-rs-users:before {
  content: "\fbf4";
}
.fi-rs-utensils:before {
  content: "\fbf5";
}
.fi-rs-utility-pole-double:before {
  content: "\fbf6";
}
.fi-rs-utility-pole:before {
  content: "\fbf7";
}
.fi-rs-v:before {
  content: "\fbf8";
}
.fi-rs-vacuum-robot:before {
  content: "\fbf9";
}
.fi-rs-vacuum:before {
  content: "\fbfa";
}
.fi-rs-value-absolute:before {
  content: "\fbfb";
}
.fi-rs-vault:before {
  content: "\fbfc";
}
.fi-rs-vector-alt:before {
  content: "\fbfd";
}
.fi-rs-vector-circle:before {
  content: "\fbfe";
}
.fi-rs-vector-polygon:before {
  content: "\fbff";
}
.fi-rs-vector:before {
  content: "\fc00";
}
.fi-rs-venus-double:before {
  content: "\fc01";
}
.fi-rs-venus-mars:before {
  content: "\fc02";
}
.fi-rs-venus:before {
  content: "\fc03";
}
.fi-rs-vest-patches:before {
  content: "\fc04";
}
.fi-rs-vest:before {
  content: "\fc05";
}
.fi-rs-video-arrow-down-left:before {
  content: "\fc06";
}
.fi-rs-video-arrow-up-right:before {
  content: "\fc07";
}
.fi-rs-video-camera-alt:before {
  content: "\fc08";
}
.fi-rs-video-camera:before {
  content: "\fc09";
}
.fi-rs-video-plus:before {
  content: "\fc0a";
}
.fi-rs-video-slash:before {
  content: "\fc0b";
}
.fi-rs-videoconference:before {
  content: "\fc0c";
}
.fi-rs-virus-slash:before {
  content: "\fc0d";
}
.fi-rs-virus:before {
  content: "\fc0e";
}
.fi-rs-viruses:before {
  content: "\fc0f";
}
.fi-rs-voicemail:before {
  content: "\fc10";
}
.fi-rs-volcano:before {
  content: "\fc11";
}
.fi-rs-volleyball:before {
  content: "\fc12";
}
.fi-rs-volume-down:before {
  content: "\fc13";
}
.fi-rs-volume-mute:before {
  content: "\fc14";
}
.fi-rs-volume-off:before {
  content: "\fc15";
}
.fi-rs-volume-slash:before {
  content: "\fc16";
}
.fi-rs-volume:before {
  content: "\fc17";
}
.fi-rs-vote-nay:before {
  content: "\fc18";
}
.fi-rs-vote-yea:before {
  content: "\fc19";
}
.fi-rs-vr-cardboard:before {
  content: "\fc1a";
}
.fi-rs-w:before {
  content: "\fc1b";
}
.fi-rs-waffle:before {
  content: "\fc1c";
}
.fi-rs-wagon-covered:before {
  content: "\fc1d";
}
.fi-rs-walker:before {
  content: "\fc1e";
}
.fi-rs-walkie-talkie:before {
  content: "\fc1f";
}
.fi-rs-walking:before {
  content: "\fc20";
}
.fi-rs-wallet:before {
  content: "\fc21";
}
.fi-rs-warehouse-alt:before {
  content: "\fc22";
}
.fi-rs-washer:before {
  content: "\fc23";
}
.fi-rs-watch-calculator:before {
  content: "\fc24";
}
.fi-rs-watch-smart:before {
  content: "\fc25";
}
.fi-rs-watch:before {
  content: "\fc26";
}
.fi-rs-water-bottle:before {
  content: "\fc27";
}
.fi-rs-water-ladder:before {
  content: "\fc28";
}
.fi-rs-water-lower:before {
  content: "\fc29";
}
.fi-rs-water-rise:before {
  content: "\fc2a";
}
.fi-rs-water:before {
  content: "\fc2b";
}
.fi-rs-watermelon:before {
  content: "\fc2c";
}
.fi-rs-wave-sine:before {
  content: "\fc2d";
}
.fi-rs-wave-square:before {
  content: "\fc2e";
}
.fi-rs-wave-triangle:before {
  content: "\fc2f";
}
.fi-rs-waveform-path:before {
  content: "\fc30";
}
.fi-rs-waveform:before {
  content: "\fc31";
}
.fi-rs-webcam-slash:before {
  content: "\fc32";
}
.fi-rs-webcam:before {
  content: "\fc33";
}
.fi-rs-whale:before {
  content: "\fc34";
}
.fi-rs-wheat-awn-circle-exclamation:before {
  content: "\fc35";
}
.fi-rs-wheat-awn-slash:before {
  content: "\fc36";
}
.fi-rs-wheat-awn:before {
  content: "\fc37";
}
.fi-rs-wheat-slash:before {
  content: "\fc38";
}
.fi-rs-wheat:before {
  content: "\fc39";
}
.fi-rs-wheelchair-move:before {
  content: "\fc3a";
}
.fi-rs-wheelchair:before {
  content: "\fc3b";
}
.fi-rs-whistle:before {
  content: "\fc3c";
}
.fi-rs-wifi-1:before {
  content: "\fc3d";
}
.fi-rs-wifi-2:before {
  content: "\fc3e";
}
.fi-rs-wifi-alt:before {
  content: "\fc3f";
}
.fi-rs-wifi-exclamation:before {
  content: "\fc40";
}
.fi-rs-wifi-slash:before {
  content: "\fc41";
}
.fi-rs-wifi:before {
  content: "\fc42";
}
.fi-rs-wind-turbine:before {
  content: "\fc43";
}
.fi-rs-wind-warning:before {
  content: "\fc44";
}
.fi-rs-wind:before {
  content: "\fc45";
}
.fi-rs-window-alt:before {
  content: "\fc46";
}
.fi-rs-window-frame-open:before {
  content: "\fc47";
}
.fi-rs-window-frame:before {
  content: "\fc48";
}
.fi-rs-window-maximize:before {
  content: "\fc49";
}
.fi-rs-window-minimize:before {
  content: "\fc4a";
}
.fi-rs-window-restore:before {
  content: "\fc4b";
}
.fi-rs-windsock:before {
  content: "\fc4c";
}
.fi-rs-wine-bottle:before {
  content: "\fc4d";
}
.fi-rs-wine-glass-crack:before {
  content: "\fc4e";
}
.fi-rs-wine-glass-empty:before {
  content: "\fc4f";
}
.fi-rs-wishlist-heart:before {
  content: "\fc50";
}
.fi-rs-wishlist-star:before {
  content: "\fc51";
}
.fi-rs-woman-head:before {
  content: "\fc52";
}
.fi-rs-won-sign:before {
  content: "\fc53";
}
.fi-rs-workflow-alt:before {
  content: "\fc54";
}
.fi-rs-workflow-setting-alt:before {
  content: "\fc55";
}
.fi-rs-workflow-setting:before {
  content: "\fc56";
}
.fi-rs-workflow:before {
  content: "\fc57";
}
.fi-rs-world:before {
  content: "\fc58";
}
.fi-rs-worm:before {
  content: "\fc59";
}
.fi-rs-wreath:before {
  content: "\fc5a";
}
.fi-rs-wrench-alt:before {
  content: "\fc5b";
}
.fi-rs-wrench-simple:before {
  content: "\fc5c";
}
.fi-rs-x:before {
  content: "\fc5d";
}
.fi-rs-y:before {
  content: "\fc5e";
}
.fi-rs-yen:before {
  content: "\fc5f";
}
.fi-rs-yin-yang:before {
  content: "\fc60";
}
.fi-rs-z:before {
  content: "\fc61";
}
.fi-rs-zoom-in:before {
  content: "\fc62";
}
.fi-rs-zoom-out:before {
  content: "\fc63";
}
/*!
*   _____       _             __                 _____                               ______ _       _   _
*  |_   _|     | |           / _|               |_   _|                             |  ____| |     | | (_)
*    | |  _ __ | |_ ___ _ __| |_ __ _  ___ ___    | |  ___ ___  _ __  ___   ______  | |__  | | __ _| |_ _  ___ ___  _ __
*    | | | '_ \| __/ _ \ '__|  _/ _` |/ __/ _ \   | | / __/ _ \| '_ \/ __| |______| |  __| | |/ _` | __| |/ __/ _ \| '_ \
*   _| |_| | | | ||  __/ |  | || (_| | (_|  __/  _| || (_| (_) | | | \__ \          | |    | | (_| | |_| | (_| (_) | | | |
*  |_____|_| |_|\__\___|_|  |_| \__,_|\___\___| |_____\___\___/|_| |_|___/          |_|    |_|\__,_|\__|_|\___\___/|_| |_|
*
*                         UIcons 2.1.0 - https://www.flaticon.com/uicons/interface-icons
*/

/* src/assets/icons/fontawesome/css/all.min.css */
/*!
 * Font Awesome Free 6.0.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2022 Fonticons, Inc.
 */
.fa {
  font-family: var(--fa-style-family,"Font Awesome 6 Free");
  font-weight: var(--fa-style,900);
}
.fa,
.fa-brands,
.fa-duotone,
.fa-light,
.fa-regular,
.fa-solid,
.fa-thin,
.fab,
.fad,
.fal,
.far,
.fas,
.fat {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display,inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
}
.fa-1x {
  font-size: 1em;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-6x {
  font-size: 6em;
}
.fa-7x {
  font-size: 7em;
}
.fa-8x {
  font-size: 8em;
}
.fa-9x {
  font-size: 9em;
}
.fa-10x {
  font-size: 10em;
}
.fa-2xs {
  font-size: .625em;
  line-height: .1em;
  vertical-align: .225em;
}
.fa-xs {
  font-size: .75em;
  line-height: .08333em;
  vertical-align: .125em;
}
.fa-sm {
  font-size: .875em;
  line-height: .07143em;
  vertical-align: .05357em;
}
.fa-lg {
  font-size: 1.25em;
  line-height: .05em;
  vertical-align: -.075em;
}
.fa-xl {
  font-size: 1.5em;
  line-height: .04167em;
  vertical-align: -.125em;
}
.fa-2xl {
  font-size: 2em;
  line-height: .03125em;
  vertical-align: -.1875em;
}
.fa-fw {
  text-align: center;
  width: 1.25em;
}
.fa-ul {
  list-style-type: none;
  margin-left: var(--fa-li-margin,2.5em);
  padding-left: 0;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  left: calc(var(--fa-li-width, 2em)*-1);
  position: absolute;
  text-align: center;
  width: var(--fa-li-width,2em);
  line-height: inherit;
}
.fa-border {
  border-radius: var(--fa-border-radius,.1em);
  border: var(--fa-border-width,.08em) var(--fa-border-style,solid) var(--fa-border-color,#eee);
  padding: var(--fa-border-padding,.2em .25em .15em);
}
.fa-pull-left {
  float: left;
  margin-right: var(--fa-pull-margin,.3em);
}
.fa-pull-right {
  float: right;
  margin-left: var(--fa-pull-margin,.3em);
}
.fa-beat {
  -webkit-animation-name: fa-beat;
  animation-name: fa-beat;
  -webkit-animation-delay: var(--fa-animation-delay,0);
  animation-delay: var(--fa-animation-delay,0);
  -webkit-animation-direction: var(--fa-animation-direction,normal);
  animation-direction: var(--fa-animation-direction,normal);
  -webkit-animation-duration: var(--fa-animation-duration,1s);
  animation-duration: var(--fa-animation-duration,1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count,infinite);
  animation-iteration-count: var(--fa-animation-iteration-count,infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing,ease-in-out);
  animation-timing-function: var(--fa-animation-timing,ease-in-out);
}
.fa-bounce {
  -webkit-animation-name: fa-bounce;
  animation-name: fa-bounce;
  -webkit-animation-delay: var(--fa-animation-delay,0);
  animation-delay: var(--fa-animation-delay,0);
  -webkit-animation-direction: var(--fa-animation-direction,normal);
  animation-direction: var(--fa-animation-direction,normal);
  -webkit-animation-duration: var(--fa-animation-duration,1s);
  animation-duration: var(--fa-animation-duration,1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count,infinite);
  animation-iteration-count: var(--fa-animation-iteration-count,infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing,cubic-bezier(.28,.84,.42,1));
  animation-timing-function: var(--fa-animation-timing,cubic-bezier(.28,.84,.42,1));
}
.fa-fade {
  -webkit-animation-name: fa-fade;
  animation-name: fa-fade;
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count,infinite);
  animation-iteration-count: var(--fa-animation-iteration-count,infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing,cubic-bezier(.4,0,.6,1));
  animation-timing-function: var(--fa-animation-timing,cubic-bezier(.4,0,.6,1));
}
.fa-beat-fade,
.fa-fade {
  -webkit-animation-delay: var(--fa-animation-delay,0);
  animation-delay: var(--fa-animation-delay,0);
  -webkit-animation-direction: var(--fa-animation-direction,normal);
  animation-direction: var(--fa-animation-direction,normal);
  -webkit-animation-duration: var(--fa-animation-duration,1s);
  animation-duration: var(--fa-animation-duration,1s);
}
.fa-beat-fade {
  -webkit-animation-name: fa-beat-fade;
  animation-name: fa-beat-fade;
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count,infinite);
  animation-iteration-count: var(--fa-animation-iteration-count,infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing,cubic-bezier(.4,0,.6,1));
  animation-timing-function: var(--fa-animation-timing,cubic-bezier(.4,0,.6,1));
}
.fa-flip {
  -webkit-animation-name: fa-flip;
  animation-name: fa-flip;
  -webkit-animation-delay: var(--fa-animation-delay,0);
  animation-delay: var(--fa-animation-delay,0);
  -webkit-animation-direction: var(--fa-animation-direction,normal);
  animation-direction: var(--fa-animation-direction,normal);
  -webkit-animation-duration: var(--fa-animation-duration,1s);
  animation-duration: var(--fa-animation-duration,1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count,infinite);
  animation-iteration-count: var(--fa-animation-iteration-count,infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing,ease-in-out);
  animation-timing-function: var(--fa-animation-timing,ease-in-out);
}
.fa-shake {
  -webkit-animation-name: fa-shake;
  animation-name: fa-shake;
  -webkit-animation-duration: var(--fa-animation-duration,1s);
  animation-duration: var(--fa-animation-duration,1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count,infinite);
  animation-iteration-count: var(--fa-animation-iteration-count,infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing,linear);
  animation-timing-function: var(--fa-animation-timing,linear);
}
.fa-shake,
.fa-spin {
  -webkit-animation-delay: var(--fa-animation-delay,0);
  animation-delay: var(--fa-animation-delay,0);
  -webkit-animation-direction: var(--fa-animation-direction,normal);
  animation-direction: var(--fa-animation-direction,normal);
}
.fa-spin {
  -webkit-animation-name: fa-spin;
  animation-name: fa-spin;
  -webkit-animation-duration: var(--fa-animation-duration,2s);
  animation-duration: var(--fa-animation-duration,2s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count,infinite);
  animation-iteration-count: var(--fa-animation-iteration-count,infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing,linear);
  animation-timing-function: var(--fa-animation-timing,linear);
}
.fa-spin-reverse {
  --fa-animation-direction:reverse;
}
.fa-pulse,
.fa-spin-pulse {
  -webkit-animation-name: fa-spin;
  animation-name: fa-spin;
  -webkit-animation-direction: var(--fa-animation-direction,normal);
  animation-direction: var(--fa-animation-direction,normal);
  -webkit-animation-duration: var(--fa-animation-duration,1s);
  animation-duration: var(--fa-animation-duration,1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count,infinite);
  animation-iteration-count: var(--fa-animation-iteration-count,infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing,steps(8));
  animation-timing-function: var(--fa-animation-timing,steps(8));
}
@media (prefers-reduced-motion:reduce) {
  .fa-beat,
  .fa-beat-fade,
  .fa-bounce,
  .fa-fade,
  .fa-flip,
  .fa-pulse,
  .fa-shake,
  .fa-spin,
  .fa-spin-pulse {
    -webkit-animation-delay: -1ms;
    animation-delay: -1ms;
    -webkit-animation-duration: 1ms;
    animation-duration: 1ms;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    transition-delay: 0s;
    transition-duration: 0s;
  }
}
@-webkit-keyframes fa-beat {
  0%, 90% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  45% {
    -webkit-transform: scale(var(--fa-beat-scale,1.25));
    transform: scale(var(--fa-beat-scale,1.25));
  }
}
@keyframes fa-beat {
  0%, 90% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  45% {
    -webkit-transform: scale(var(--fa-beat-scale,1.25));
    transform: scale(var(--fa-beat-scale,1.25));
  }
}
@-webkit-keyframes fa-bounce {
  0% {
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
  }
  10% {
    -webkit-transform: scale(var(--fa-bounce-start-scale-x,1.1), var(--fa-bounce-start-scale-y,.9)) translateY(0);
    transform: scale(var(--fa-bounce-start-scale-x,1.1), var(--fa-bounce-start-scale-y,.9)) translateY(0);
  }
  30% {
    -webkit-transform: scale(var(--fa-bounce-jump-scale-x,.9), var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em));
    transform: scale(var(--fa-bounce-jump-scale-x,.9), var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em));
  }
  50% {
    -webkit-transform: scale(var(--fa-bounce-land-scale-x,1.05), var(--fa-bounce-land-scale-y,.95)) translateY(0);
    transform: scale(var(--fa-bounce-land-scale-x,1.05), var(--fa-bounce-land-scale-y,.95)) translateY(0);
  }
  57% {
    -webkit-transform: scale(1) translateY(var(--fa-bounce-rebound,-.125em));
    transform: scale(1) translateY(var(--fa-bounce-rebound,-.125em));
  }
  64% {
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
  }
  to {
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
  }
}
@keyframes fa-bounce {
  0% {
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
  }
  10% {
    -webkit-transform: scale(var(--fa-bounce-start-scale-x,1.1), var(--fa-bounce-start-scale-y,.9)) translateY(0);
    transform: scale(var(--fa-bounce-start-scale-x,1.1), var(--fa-bounce-start-scale-y,.9)) translateY(0);
  }
  30% {
    -webkit-transform: scale(var(--fa-bounce-jump-scale-x,.9), var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em));
    transform: scale(var(--fa-bounce-jump-scale-x,.9), var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em));
  }
  50% {
    -webkit-transform: scale(var(--fa-bounce-land-scale-x,1.05), var(--fa-bounce-land-scale-y,.95)) translateY(0);
    transform: scale(var(--fa-bounce-land-scale-x,1.05), var(--fa-bounce-land-scale-y,.95)) translateY(0);
  }
  57% {
    -webkit-transform: scale(1) translateY(var(--fa-bounce-rebound,-.125em));
    transform: scale(1) translateY(var(--fa-bounce-rebound,-.125em));
  }
  64% {
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
  }
  to {
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
  }
}
@-webkit-keyframes fa-fade {
  50% {
    opacity: var(--fa-fade-opacity,.4);
  }
}
@keyframes fa-fade {
  50% {
    opacity: var(--fa-fade-opacity,.4);
  }
}
@-webkit-keyframes fa-beat-fade {
  0%, to {
    opacity: var(--fa-beat-fade-opacity,.4);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(var(--fa-beat-fade-scale,1.125));
    transform: scale(var(--fa-beat-fade-scale,1.125));
  }
}
@keyframes fa-beat-fade {
  0%, to {
    opacity: var(--fa-beat-fade-opacity,.4);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(var(--fa-beat-fade-scale,1.125));
    transform: scale(var(--fa-beat-fade-scale,1.125));
  }
}
@-webkit-keyframes fa-flip {
  50% {
    -webkit-transform: rotate3d(var(--fa-flip-x,0), var(--fa-flip-y,1), var(--fa-flip-z,0), var(--fa-flip-angle,-180deg));
    transform: rotate3d(var(--fa-flip-x,0), var(--fa-flip-y,1), var(--fa-flip-z,0), var(--fa-flip-angle,-180deg));
  }
}
@keyframes fa-flip {
  50% {
    -webkit-transform: rotate3d(var(--fa-flip-x,0), var(--fa-flip-y,1), var(--fa-flip-z,0), var(--fa-flip-angle,-180deg));
    transform: rotate3d(var(--fa-flip-x,0), var(--fa-flip-y,1), var(--fa-flip-z,0), var(--fa-flip-angle,-180deg));
  }
}
@-webkit-keyframes fa-shake {
  0% {
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }
  4% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  8%, 24% {
    -webkit-transform: rotate(-18deg);
    transform: rotate(-18deg);
  }
  12%, 28% {
    -webkit-transform: rotate(18deg);
    transform: rotate(18deg);
  }
  16% {
    -webkit-transform: rotate(-22deg);
    transform: rotate(-22deg);
  }
  20% {
    -webkit-transform: rotate(22deg);
    transform: rotate(22deg);
  }
  32% {
    -webkit-transform: rotate(-12deg);
    transform: rotate(-12deg);
  }
  36% {
    -webkit-transform: rotate(12deg);
    transform: rotate(12deg);
  }
  40%, to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes fa-shake {
  0% {
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }
  4% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  8%, 24% {
    -webkit-transform: rotate(-18deg);
    transform: rotate(-18deg);
  }
  12%, 28% {
    -webkit-transform: rotate(18deg);
    transform: rotate(18deg);
  }
  16% {
    -webkit-transform: rotate(-22deg);
    transform: rotate(-22deg);
  }
  20% {
    -webkit-transform: rotate(22deg);
    transform: rotate(22deg);
  }
  32% {
    -webkit-transform: rotate(-12deg);
    transform: rotate(-12deg);
  }
  36% {
    -webkit-transform: rotate(12deg);
    transform: rotate(12deg);
  }
  40%, to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
.fa-rotate-90 {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.fa-flip-vertical {
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
}
.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
  -webkit-transform: scale(-1);
  transform: scale(-1);
}
.fa-rotate-by {
  -webkit-transform: rotate(var(--fa-rotate-angle,none));
  transform: rotate(var(--fa-rotate-angle,none));
}
.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}
.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: var(--fa-stack-z-index,auto);
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: var(--fa-inverse,#fff);
}
.fa-0:before {
  content: "0";
}
.fa-1:before {
  content: "1";
}
.fa-2:before {
  content: "2";
}
.fa-3:before {
  content: "3";
}
.fa-4:before {
  content: "4";
}
.fa-5:before {
  content: "5";
}
.fa-6:before {
  content: "6";
}
.fa-7:before {
  content: "7";
}
.fa-8:before {
  content: "8";
}
.fa-9:before {
  content: "9";
}
.fa-a:before {
  content: "A";
}
.fa-address-book:before,
.fa-contact-book:before {
  content: "\f2b9";
}
.fa-address-card:before,
.fa-contact-card:before,
.fa-vcard:before {
  content: "\f2bb";
}
.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-anchor:before {
  content: "\f13d";
}
.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-angle-double-down:before,
.fa-angles-down:before {
  content: "\f103";
}
.fa-angle-double-left:before,
.fa-angles-left:before {
  content: "\f100";
}
.fa-angle-double-right:before,
.fa-angles-right:before {
  content: "\f101";
}
.fa-angle-double-up:before,
.fa-angles-up:before {
  content: "\f102";
}
.fa-ankh:before {
  content: "\f644";
}
.fa-apple-alt:before,
.fa-apple-whole:before {
  content: "\f5d1";
}
.fa-archway:before {
  content: "\f557";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-arrow-down-1-9:before,
.fa-sort-numeric-asc:before,
.fa-sort-numeric-down:before {
  content: "\f162";
}
.fa-arrow-down-9-1:before,
.fa-sort-numeric-desc:before,
.fa-sort-numeric-down-alt:before {
  content: "\f886";
}
.fa-arrow-down-a-z:before,
.fa-sort-alpha-asc:before,
.fa-sort-alpha-down:before {
  content: "\f15d";
}
.fa-arrow-down-long:before,
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-arrow-down-short-wide:before,
.fa-sort-amount-desc:before,
.fa-sort-amount-down-alt:before {
  content: "\f884";
}
.fa-arrow-down-wide-short:before,
.fa-sort-amount-asc:before,
.fa-sort-amount-down:before {
  content: "\f160";
}
.fa-arrow-down-z-a:before,
.fa-sort-alpha-desc:before,
.fa-sort-alpha-down-alt:before {
  content: "\f881";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-left-long:before,
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-arrow-pointer:before,
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-right-arrow-left:before,
.fa-exchange:before {
  content: "\f0ec";
}
.fa-arrow-right-from-bracket:before,
.fa-sign-out:before {
  content: "\f08b";
}
.fa-arrow-right-long:before,
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-arrow-right-to-bracket:before,
.fa-sign-in:before {
  content: "\f090";
}
.fa-arrow-left-rotate:before,
.fa-arrow-rotate-back:before,
.fa-arrow-rotate-backward:before,
.fa-arrow-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-arrow-right-rotate:before,
.fa-arrow-rotate-forward:before,
.fa-arrow-rotate-right:before,
.fa-redo:before {
  content: "\f01e";
}
.fa-arrow-trend-down:before {
  content: "\e097";
}
.fa-arrow-trend-up:before {
  content: "\e098";
}
.fa-arrow-turn-down:before,
.fa-level-down:before {
  content: "\f149";
}
.fa-arrow-turn-up:before,
.fa-level-up:before {
  content: "\f148";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-up-1-9:before,
.fa-sort-numeric-up:before {
  content: "\f163";
}
.fa-arrow-up-9-1:before,
.fa-sort-numeric-up-alt:before {
  content: "\f887";
}
.fa-arrow-up-a-z:before,
.fa-sort-alpha-up:before {
  content: "\f15e";
}
.fa-arrow-up-from-bracket:before {
  content: "\e09a";
}
.fa-arrow-up-long:before,
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-arrow-up-right-from-square:before,
.fa-external-link:before {
  content: "\f08e";
}
.fa-arrow-up-short-wide:before,
.fa-sort-amount-up-alt:before {
  content: "\f885";
}
.fa-arrow-up-wide-short:before,
.fa-sort-amount-up:before {
  content: "\f161";
}
.fa-arrow-up-z-a:before,
.fa-sort-alpha-up-alt:before {
  content: "\f882";
}
.fa-arrows-h:before,
.fa-arrows-left-right:before {
  content: "\f07e";
}
.fa-arrows-rotate:before,
.fa-refresh:before,
.fa-sync:before {
  content: "\f021";
}
.fa-arrows-up-down:before,
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-up-down-left-right:before,
.fa-arrows:before {
  content: "\f047";
}
.fa-asterisk:before {
  content: "*";
}
.fa-at:before {
  content: "@";
}
.fa-atom:before {
  content: "\f5d2";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-austral-sign:before {
  content: "\e0a9";
}
.fa-award:before {
  content: "\f559";
}
.fa-b:before {
  content: "B";
}
.fa-baby:before {
  content: "\f77c";
}
.fa-baby-carriage:before,
.fa-carriage-baby:before {
  content: "\f77d";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-backward-fast:before,
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward-step:before,
.fa-step-backward:before {
  content: "\f048";
}
.fa-bacon:before {
  content: "\f7e5";
}
.fa-bacteria:before {
  content: "\e059";
}
.fa-bacterium:before {
  content: "\e05a";
}
.fa-bag-shopping:before,
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-bahai:before {
  content: "\f666";
}
.fa-baht-sign:before {
  content: "\e0ac";
}
.fa-ban:before,
.fa-cancel:before {
  content: "\f05e";
}
.fa-ban-smoking:before,
.fa-smoking-ban:before {
  content: "\f54d";
}
.fa-band-aid:before,
.fa-bandage:before {
  content: "\f462";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-bars:before,
.fa-navicon:before {
  content: "\f0c9";
}
.fa-bars-progress:before,
.fa-tasks-alt:before {
  content: "\f828";
}
.fa-bars-staggered:before,
.fa-reorder:before,
.fa-stream:before {
  content: "\f550";
}
.fa-baseball-ball:before,
.fa-baseball:before {
  content: "\f433";
}
.fa-baseball-bat-ball:before {
  content: "\f432";
}
.fa-basket-shopping:before,
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-basketball-ball:before,
.fa-basketball:before {
  content: "\f434";
}
.fa-bath:before,
.fa-bathtub:before {
  content: "\f2cd";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-battery-5:before,
.fa-battery-full:before,
.fa-battery:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-2:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-4:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-bed:before {
  content: "\f236";
}
.fa-bed-pulse:before,
.fa-procedures:before {
  content: "\f487";
}
.fa-beer-mug-empty:before,
.fa-beer:before {
  content: "\f0fc";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-bell-concierge:before,
.fa-concierge-bell:before {
  content: "\f562";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bezier-curve:before {
  content: "\f55b";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-biohazard:before {
  content: "\f780";
}
.fa-bitcoin-sign:before {
  content: "\e0b4";
}
.fa-blender:before {
  content: "\f517";
}
.fa-blender-phone:before {
  content: "\f6b6";
}
.fa-blog:before {
  content: "\f781";
}
.fa-bold:before {
  content: "\f032";
}
.fa-bolt:before,
.fa-zap:before {
  content: "\f0e7";
}
.fa-bolt-lightning:before {
  content: "\e0b7";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-bone:before {
  content: "\f5d7";
}
.fa-bong:before {
  content: "\f55c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-atlas:before,
.fa-book-atlas:before {
  content: "\f558";
}
.fa-bible:before,
.fa-book-bible:before {
  content: "\f647";
}
.fa-book-journal-whills:before,
.fa-journal-whills:before {
  content: "\f66a";
}
.fa-book-medical:before {
  content: "\f7e6";
}
.fa-book-open:before {
  content: "\f518";
}
.fa-book-open-reader:before,
.fa-book-reader:before {
  content: "\f5da";
}
.fa-book-quran:before,
.fa-quran:before {
  content: "\f687";
}
.fa-book-dead:before,
.fa-book-skull:before {
  content: "\f6b7";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-border-all:before {
  content: "\f84c";
}
.fa-border-none:before {
  content: "\f850";
}
.fa-border-style:before,
.fa-border-top-left:before {
  content: "\f853";
}
.fa-bowling-ball:before {
  content: "\f436";
}
.fa-box:before {
  content: "\f466";
}
.fa-archive:before,
.fa-box-archive:before {
  content: "\f187";
}
.fa-box-open:before {
  content: "\f49e";
}
.fa-box-tissue:before {
  content: "\e05b";
}
.fa-boxes-alt:before,
.fa-boxes-stacked:before,
.fa-boxes:before {
  content: "\f468";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-brain:before {
  content: "\f5dc";
}
.fa-brazilian-real-sign:before {
  content: "\e46c";
}
.fa-bread-slice:before {
  content: "\f7ec";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-briefcase-medical:before {
  content: "\f469";
}
.fa-broom:before {
  content: "\f51a";
}
.fa-broom-ball:before,
.fa-quidditch-broom-ball:before,
.fa-quidditch:before {
  content: "\f458";
}
.fa-brush:before {
  content: "\f55d";
}
.fa-bug:before {
  content: "\f188";
}
.fa-bug-slash:before {
  content: "\e490";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-bank:before,
.fa-building-columns:before,
.fa-institution:before,
.fa-museum:before,
.fa-university:before {
  content: "\f19c";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-burger:before,
.fa-hamburger:before {
  content: "\f805";
}
.fa-bus:before {
  content: "\f207";
}
.fa-bus-alt:before,
.fa-bus-simple:before {
  content: "\f55e";
}
.fa-briefcase-clock:before,
.fa-business-time:before {
  content: "\f64a";
}
.fa-c:before {
  content: "C";
}
.fa-birthday-cake:before,
.fa-cake-candles:before,
.fa-cake:before {
  content: "\f1fd";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-calendar:before {
  content: "\f133";
}
.fa-calendar-check:before {
  content: "\f274";
}
.fa-calendar-day:before {
  content: "\f783";
}
.fa-calendar-alt:before,
.fa-calendar-days:before {
  content: "\f073";
}
.fa-calendar-minus:before {
  content: "\f272";
}
.fa-calendar-plus:before {
  content: "\f271";
}
.fa-calendar-week:before {
  content: "\f784";
}
.fa-calendar-times:before,
.fa-calendar-xmark:before {
  content: "\f273";
}
.fa-camera-alt:before,
.fa-camera:before {
  content: "\f030";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-camera-rotate:before {
  content: "\e0d8";
}
.fa-campground:before {
  content: "\f6bb";
}
.fa-candy-cane:before {
  content: "\f786";
}
.fa-cannabis:before {
  content: "\f55f";
}
.fa-capsules:before {
  content: "\f46b";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-battery-car:before,
.fa-car-battery:before {
  content: "\f5df";
}
.fa-car-crash:before {
  content: "\f5e1";
}
.fa-car-alt:before,
.fa-car-rear:before {
  content: "\f5de";
}
.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-up:before {
  content: "\f0d8";
}
.fa-carrot:before {
  content: "\f787";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-cart-flatbed:before,
.fa-dolly-flatbed:before {
  content: "\f474";
}
.fa-cart-flatbed-suitcase:before,
.fa-luggage-cart:before {
  content: "\f59d";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-shopping:before,
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-cash-register:before {
  content: "\f788";
}
.fa-cat:before {
  content: "\f6be";
}
.fa-cedi-sign:before {
  content: "\e0df";
}
.fa-cent-sign:before {
  content: "\e3f5";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-chair:before {
  content: "\f6c0";
}
.fa-blackboard:before,
.fa-chalkboard:before {
  content: "\f51b";
}
.fa-chalkboard-teacher:before,
.fa-chalkboard-user:before {
  content: "\f51c";
}
.fa-champagne-glasses:before,
.fa-glass-cheers:before {
  content: "\f79f";
}
.fa-charging-station:before {
  content: "\f5e7";
}
.fa-area-chart:before,
.fa-chart-area:before {
  content: "\f1fe";
}
.fa-bar-chart:before,
.fa-chart-bar:before {
  content: "\f080";
}
.fa-chart-column:before {
  content: "\e0e3";
}
.fa-chart-gantt:before {
  content: "\e0e4";
}
.fa-chart-line:before,
.fa-line-chart:before {
  content: "\f201";
}
.fa-chart-pie:before,
.fa-pie-chart:before {
  content: "\f200";
}
.fa-check:before {
  content: "\f00c";
}
.fa-check-double:before {
  content: "\f560";
}
.fa-check-to-slot:before,
.fa-vote-yea:before {
  content: "\f772";
}
.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-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-church:before {
  content: "\f51d";
}
.fa-circle:before {
  content: "\f111";
}
.fa-arrow-circle-down:before,
.fa-circle-arrow-down:before {
  content: "\f0ab";
}
.fa-arrow-circle-left:before,
.fa-circle-arrow-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before,
.fa-circle-arrow-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before,
.fa-circle-arrow-up:before {
  content: "\f0aa";
}
.fa-check-circle:before,
.fa-circle-check:before {
  content: "\f058";
}
.fa-chevron-circle-down:before,
.fa-circle-chevron-down:before {
  content: "\f13a";
}
.fa-chevron-circle-left:before,
.fa-circle-chevron-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before,
.fa-circle-chevron-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before,
.fa-circle-chevron-up:before {
  content: "\f139";
}
.fa-circle-dollar-to-slot:before,
.fa-donate:before {
  content: "\f4b9";
}
.fa-circle-dot:before,
.fa-dot-circle:before {
  content: "\f192";
}
.fa-arrow-alt-circle-down:before,
.fa-circle-down:before {
  content: "\f358";
}
.fa-circle-exclamation:before,
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-circle-h:before,
.fa-hospital-symbol:before {
  content: "\f47e";
}
.fa-adjust:before,
.fa-circle-half-stroke:before {
  content: "\f042";
}
.fa-circle-info:before,
.fa-info-circle:before {
  content: "\f05a";
}
.fa-arrow-alt-circle-left:before,
.fa-circle-left:before {
  content: "\f359";
}
.fa-circle-minus:before,
.fa-minus-circle:before {
  content: "\f056";
}
.fa-circle-notch:before {
  content: "\f1ce";
}
.fa-circle-pause:before,
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-circle-play:before,
.fa-play-circle:before {
  content: "\f144";
}
.fa-circle-plus:before,
.fa-plus-circle:before {
  content: "\f055";
}
.fa-circle-question:before,
.fa-question-circle:before {
  content: "\f059";
}
.fa-circle-radiation:before,
.fa-radiation-alt:before {
  content: "\f7ba";
}
.fa-arrow-alt-circle-right:before,
.fa-circle-right:before {
  content: "\f35a";
}
.fa-circle-stop:before,
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-arrow-alt-circle-up:before,
.fa-circle-up:before {
  content: "\f35b";
}
.fa-circle-user:before,
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-circle-xmark:before,
.fa-times-circle:before,
.fa-xmark-circle:before {
  content: "\f057";
}
.fa-city:before {
  content: "\f64f";
}
.fa-clapperboard:before {
  content: "\e131";
}
.fa-clipboard:before {
  content: "\f328";
}
.fa-clipboard-check:before {
  content: "\f46c";
}
.fa-clipboard-list:before {
  content: "\f46d";
}
.fa-clock-four:before,
.fa-clock:before {
  content: "\f017";
}
.fa-clock-rotate-left:before,
.fa-history:before {
  content: "\f1da";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-closed-captioning:before {
  content: "\f20a";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-cloud-arrow-down:before,
.fa-cloud-download-alt:before,
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-arrow-up:before,
.fa-cloud-upload-alt:before,
.fa-cloud-upload:before {
  content: "\f0ee";
}
.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-clover:before {
  content: "\e139";
}
.fa-code:before {
  content: "\f121";
}
.fa-code-branch:before {
  content: "\f126";
}
.fa-code-commit:before {
  content: "\f386";
}
.fa-code-compare:before {
  content: "\e13a";
}
.fa-code-fork:before {
  content: "\e13b";
}
.fa-code-merge:before {
  content: "\f387";
}
.fa-code-pull-request:before {
  content: "\e13c";
}
.fa-coins:before {
  content: "\f51e";
}
.fa-colon-sign:before {
  content: "\e140";
}
.fa-comment:before {
  content: "\f075";
}
.fa-comment-dollar:before {
  content: "\f651";
}
.fa-comment-dots:before,
.fa-commenting:before {
  content: "\f4ad";
}
.fa-comment-medical:before {
  content: "\f7f5";
}
.fa-comment-slash:before {
  content: "\f4b3";
}
.fa-comment-sms:before,
.fa-sms:before {
  content: "\f7cd";
}
.fa-comments:before {
  content: "\f086";
}
.fa-comments-dollar:before {
  content: "\f653";
}
.fa-compact-disc:before {
  content: "\f51f";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-compass-drafting:before,
.fa-drafting-compass:before {
  content: "\f568";
}
.fa-compress:before {
  content: "\f066";
}
.fa-computer-mouse:before,
.fa-mouse:before {
  content: "\f8cc";
}
.fa-cookie:before {
  content: "\f563";
}
.fa-cookie-bite:before {
  content: "\f564";
}
.fa-copy:before {
  content: "\f0c5";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-couch:before {
  content: "\f4b8";
}
.fa-credit-card-alt:before,
.fa-credit-card:before {
  content: "\f09d";
}
.fa-crop:before {
  content: "\f125";
}
.fa-crop-alt:before,
.fa-crop-simple: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-cruzeiro-sign:before {
  content: "\e152";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-d:before {
  content: "D";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-backspace:before,
.fa-delete-left:before {
  content: "\f55a";
}
.fa-democrat:before {
  content: "\f747";
}
.fa-desktop-alt:before,
.fa-desktop:before {
  content: "\f390";
}
.fa-dharmachakra:before {
  content: "\f655";
}
.fa-diagram-next:before {
  content: "\e476";
}
.fa-diagram-predecessor:before {
  content: "\e477";
}
.fa-diagram-project:before,
.fa-project-diagram:before {
  content: "\f542";
}
.fa-diagram-successor:before {
  content: "\e47a";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-diamond-turn-right:before,
.fa-directions:before {
  content: "\f5eb";
}
.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-disease:before {
  content: "\f7fa";
}
.fa-divide:before {
  content: "\f529";
}
.fa-dna:before {
  content: "\f471";
}
.fa-dog:before {
  content: "\f6d3";
}
.fa-dollar-sign:before,
.fa-dollar:before,
.fa-usd:before {
  content: "$";
}
.fa-dolly-box:before,
.fa-dolly:before {
  content: "\f472";
}
.fa-dong-sign:before {
  content: "\e169";
}
.fa-door-closed:before {
  content: "\f52a";
}
.fa-door-open:before {
  content: "\f52b";
}
.fa-dove:before {
  content: "\f4ba";
}
.fa-compress-alt:before,
.fa-down-left-and-up-right-to-center:before {
  content: "\f422";
}
.fa-down-long:before,
.fa-long-arrow-alt-down:before {
  content: "\f309";
}
.fa-download:before {
  content: "\f019";
}
.fa-dragon:before {
  content: "\f6d5";
}
.fa-draw-polygon:before {
  content: "\f5ee";
}
.fa-droplet:before,
.fa-tint:before {
  content: "\f043";
}
.fa-droplet-slash:before,
.fa-tint-slash:before {
  content: "\f5c7";
}
.fa-drum:before {
  content: "\f569";
}
.fa-drum-steelpan:before {
  content: "\f56a";
}
.fa-drumstick-bite:before {
  content: "\f6d7";
}
.fa-dumbbell:before {
  content: "\f44b";
}
.fa-dumpster:before {
  content: "\f793";
}
.fa-dumpster-fire:before {
  content: "\f794";
}
.fa-dungeon:before {
  content: "\f6d9";
}
.fa-e:before {
  content: "E";
}
.fa-deaf:before,
.fa-deafness:before,
.fa-ear-deaf:before,
.fa-hard-of-hearing:before {
  content: "\f2a4";
}
.fa-assistive-listening-systems:before,
.fa-ear-listen:before {
  content: "\f2a2";
}
.fa-earth-africa:before,
.fa-globe-africa:before {
  content: "\f57c";
}
.fa-earth-america:before,
.fa-earth-americas:before,
.fa-earth:before,
.fa-globe-americas:before {
  content: "\f57d";
}
.fa-earth-asia:before,
.fa-globe-asia:before {
  content: "\f57e";
}
.fa-earth-europe:before,
.fa-globe-europe:before {
  content: "\f7a2";
}
.fa-earth-oceania:before,
.fa-globe-oceania:before {
  content: "\e47b";
}
.fa-egg:before {
  content: "\f7fb";
}
.fa-eject:before {
  content: "\f052";
}
.fa-elevator:before {
  content: "\e16d";
}
.fa-ellipsis-h:before,
.fa-ellipsis:before {
  content: "\f141";
}
.fa-ellipsis-v:before,
.fa-ellipsis-vertical:before {
  content: "\f142";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-text:before {
  content: "\f658";
}
.fa-envelopes-bulk:before,
.fa-mail-bulk:before {
  content: "\f674";
}
.fa-equals:before {
  content: "=";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-ethernet:before {
  content: "\f796";
}
.fa-eur:before,
.fa-euro-sign:before,
.fa-euro:before {
  content: "\f153";
}
.fa-exclamation:before {
  content: "!";
}
.fa-expand:before {
  content: "\f065";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-dropper-empty:before,
.fa-eye-dropper:before,
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-eye-low-vision:before,
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-f:before {
  content: "F";
}
.fa-angry:before,
.fa-face-angry:before {
  content: "\f556";
}
.fa-dizzy:before,
.fa-face-dizzy:before {
  content: "\f567";
}
.fa-face-flushed:before,
.fa-flushed:before {
  content: "\f579";
}
.fa-face-frown:before,
.fa-frown:before {
  content: "\f119";
}
.fa-face-frown-open:before,
.fa-frown-open:before {
  content: "\f57a";
}
.fa-face-grimace:before,
.fa-grimace:before {
  content: "\f57f";
}
.fa-face-grin:before,
.fa-grin:before {
  content: "\f580";
}
.fa-face-grin-beam:before,
.fa-grin-beam:before {
  content: "\f582";
}
.fa-face-grin-beam-sweat:before,
.fa-grin-beam-sweat:before {
  content: "\f583";
}
.fa-face-grin-hearts:before,
.fa-grin-hearts:before {
  content: "\f584";
}
.fa-face-grin-squint:before,
.fa-grin-squint:before {
  content: "\f585";
}
.fa-face-grin-squint-tears:before,
.fa-grin-squint-tears:before {
  content: "\f586";
}
.fa-face-grin-stars:before,
.fa-grin-stars:before {
  content: "\f587";
}
.fa-face-grin-tears:before,
.fa-grin-tears:before {
  content: "\f588";
}
.fa-face-grin-tongue:before,
.fa-grin-tongue:before {
  content: "\f589";
}
.fa-face-grin-tongue-squint:before,
.fa-grin-tongue-squint:before {
  content: "\f58a";
}
.fa-face-grin-tongue-wink:before,
.fa-grin-tongue-wink:before {
  content: "\f58b";
}
.fa-face-grin-wide:before,
.fa-grin-alt:before {
  content: "\f581";
}
.fa-face-grin-wink:before,
.fa-grin-wink:before {
  content: "\f58c";
}
.fa-face-kiss:before,
.fa-kiss:before {
  content: "\f596";
}
.fa-face-kiss-beam:before,
.fa-kiss-beam:before {
  content: "\f597";
}
.fa-face-kiss-wink-heart:before,
.fa-kiss-wink-heart:before {
  content: "\f598";
}
.fa-face-laugh:before,
.fa-laugh:before {
  content: "\f599";
}
.fa-face-laugh-beam:before,
.fa-laugh-beam:before {
  content: "\f59a";
}
.fa-face-laugh-squint:before,
.fa-laugh-squint:before {
  content: "\f59b";
}
.fa-face-laugh-wink:before,
.fa-laugh-wink:before {
  content: "\f59c";
}
.fa-face-meh:before,
.fa-meh:before {
  content: "\f11a";
}
.fa-face-meh-blank:before,
.fa-meh-blank:before {
  content: "\f5a4";
}
.fa-face-rolling-eyes:before,
.fa-meh-rolling-eyes:before {
  content: "\f5a5";
}
.fa-face-sad-cry:before,
.fa-sad-cry:before {
  content: "\f5b3";
}
.fa-face-sad-tear:before,
.fa-sad-tear:before {
  content: "\f5b4";
}
.fa-face-smile:before,
.fa-smile:before {
  content: "\f118";
}
.fa-face-smile-beam:before,
.fa-smile-beam:before {
  content: "\f5b8";
}
.fa-face-smile-wink:before,
.fa-smile-wink:before {
  content: "\f4da";
}
.fa-face-surprise:before,
.fa-surprise:before {
  content: "\f5c2";
}
.fa-face-tired:before,
.fa-tired:before {
  content: "\f5c8";
}
.fa-fan:before {
  content: "\f863";
}
.fa-faucet:before {
  content: "\e005";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-feather:before {
  content: "\f52d";
}
.fa-feather-alt:before,
.fa-feather-pointed:before {
  content: "\f56b";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-arrow-down:before,
.fa-file-download:before {
  content: "\f56d";
}
.fa-file-arrow-up:before,
.fa-file-upload:before {
  content: "\f574";
}
.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-excel:before {
  content: "\f1c3";
}
.fa-arrow-right-from-file:before,
.fa-file-export:before {
  content: "\f56e";
}
.fa-file-image:before {
  content: "\f1c5";
}
.fa-arrow-right-to-file:before,
.fa-file-import:before {
  content: "\f56f";
}
.fa-file-invoice:before {
  content: "\f570";
}
.fa-file-invoice-dollar:before {
  content: "\f571";
}
.fa-file-alt:before,
.fa-file-lines:before,
.fa-file-text:before {
  content: "\f15c";
}
.fa-file-medical:before {
  content: "\f477";
}
.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-video:before {
  content: "\f1c8";
}
.fa-file-medical-alt:before,
.fa-file-waveform:before {
  content: "\f478";
}
.fa-file-word:before {
  content: "\f1c2";
}
.fa-file-archive:before,
.fa-file-zipper:before {
  content: "\f1c6";
}
.fa-fill:before {
  content: "\f575";
}
.fa-fill-drip:before {
  content: "\f576";
}
.fa-film:before {
  content: "\f008";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-filter-circle-dollar:before,
.fa-funnel-dollar:before {
  content: "\f662";
}
.fa-filter-circle-xmark:before {
  content: "\e17b";
}
.fa-fingerprint:before {
  content: "\f577";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-fire-alt:before,
.fa-fire-flame-curved:before {
  content: "\f7e4";
}
.fa-burn:before,
.fa-fire-flame-simple:before {
  content: "\f46a";
}
.fa-fish:before {
  content: "\f578";
}
.fa-flag:before {
  content: "\f024";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-flag-usa:before {
  content: "\f74d";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-floppy-disk:before,
.fa-save:before {
  content: "\f0c7";
}
.fa-florin-sign:before {
  content: "\e184";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-minus:before {
  content: "\f65d";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-folder-plus:before {
  content: "\f65e";
}
.fa-folder-tree:before {
  content: "\f802";
}
.fa-font:before {
  content: "\f031";
}
.fa-football-ball:before,
.fa-football:before {
  content: "\f44e";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before,
.fa-forward-fast:before {
  content: "\f050";
}
.fa-forward-step:before,
.fa-step-forward:before {
  content: "\f051";
}
.fa-franc-sign:before {
  content: "\e18f";
}
.fa-frog:before {
  content: "\f52e";
}
.fa-futbol-ball:before,
.fa-futbol:before,
.fa-soccer-ball:before {
  content: "\f1e3";
}
.fa-g:before {
  content: "G";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-gas-pump:before {
  content: "\f52f";
}
.fa-dashboard:before,
.fa-gauge-med:before,
.fa-gauge:before,
.fa-tachometer-alt-average:before {
  content: "\f624";
}
.fa-gauge-high:before,
.fa-tachometer-alt-fast:before,
.fa-tachometer-alt:before {
  content: "\f625";
}
.fa-gauge-simple-med:before,
.fa-gauge-simple:before,
.fa-tachometer-average:before {
  content: "\f629";
}
.fa-gauge-simple-high:before,
.fa-tachometer-fast:before,
.fa-tachometer:before {
  content: "\f62a";
}
.fa-gavel:before,
.fa-legal:before {
  content: "\f0e3";
}
.fa-cog:before,
.fa-gear:before {
  content: "\f013";
}
.fa-cogs:before,
.fa-gears:before {
  content: "\f085";
}
.fa-gem:before {
  content: "\f3a5";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-ghost:before {
  content: "\f6e2";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-gifts:before {
  content: "\f79c";
}
.fa-glasses:before {
  content: "\f530";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-golf-ball-tee:before,
.fa-golf-ball:before {
  content: "\f450";
}
.fa-gopuram:before {
  content: "\f664";
}
.fa-graduation-cap:before,
.fa-mortar-board:before {
  content: "\f19d";
}
.fa-greater-than:before {
  content: ">";
}
.fa-greater-than-equal:before {
  content: "\f532";
}
.fa-grip-horizontal:before,
.fa-grip:before {
  content: "\f58d";
}
.fa-grip-lines:before {
  content: "\f7a4";
}
.fa-grip-lines-vertical:before {
  content: "\f7a5";
}
.fa-grip-vertical:before {
  content: "\f58e";
}
.fa-guarani-sign:before {
  content: "\e19a";
}
.fa-guitar:before {
  content: "\f7a6";
}
.fa-gun:before {
  content: "\e19b";
}
.fa-h:before {
  content: "H";
}
.fa-hammer:before {
  content: "\f6e3";
}
.fa-hamsa:before {
  content: "\f665";
}
.fa-hand-paper:before,
.fa-hand:before {
  content: "\f256";
}
.fa-hand-back-fist:before,
.fa-hand-rock:before {
  content: "\f255";
}
.fa-allergies:before,
.fa-hand-dots:before {
  content: "\f461";
}
.fa-fist-raised:before,
.fa-hand-fist:before {
  content: "\f6de";
}
.fa-hand-holding:before {
  content: "\f4bd";
}
.fa-hand-holding-dollar:before,
.fa-hand-holding-usd:before {
  content: "\f4c0";
}
.fa-hand-holding-droplet:before,
.fa-hand-holding-water:before {
  content: "\f4c1";
}
.fa-hand-holding-heart:before {
  content: "\f4be";
}
.fa-hand-holding-medical:before {
  content: "\e05c";
}
.fa-hand-lizard:before {
  content: "\f258";
}
.fa-hand-middle-finger:before {
  content: "\f806";
}
.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-scissors:before {
  content: "\f257";
}
.fa-hand-sparkles:before {
  content: "\e05d";
}
.fa-hand-spock:before {
  content: "\f259";
}
.fa-hands:before,
.fa-sign-language:before,
.fa-signing:before {
  content: "\f2a7";
}
.fa-american-sign-language-interpreting:before,
.fa-asl-interpreting:before,
.fa-hands-american-sign-language-interpreting:before,
.fa-hands-asl-interpreting:before {
  content: "\f2a3";
}
.fa-hands-bubbles:before,
.fa-hands-wash:before {
  content: "\e05e";
}
.fa-hands-clapping:before {
  content: "\e1a8";
}
.fa-hands-holding:before {
  content: "\f4c2";
}
.fa-hands-praying:before,
.fa-praying-hands:before {
  content: "\f684";
}
.fa-handshake:before {
  content: "\f2b5";
}
.fa-hands-helping:before,
.fa-handshake-angle:before {
  content: "\f4c4";
}
.fa-handshake-alt-slash:before,
.fa-handshake-simple-slash:before {
  content: "\e05f";
}
.fa-handshake-slash:before {
  content: "\e060";
}
.fa-hanukiah:before {
  content: "\f6e6";
}
.fa-hard-drive:before,
.fa-hdd:before {
  content: "\f0a0";
}
.fa-hashtag:before {
  content: "#";
}
.fa-hat-cowboy:before {
  content: "\f8c0";
}
.fa-hat-cowboy-side:before {
  content: "\f8c1";
}
.fa-hat-wizard:before {
  content: "\f6e8";
}
.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-header:before,
.fa-heading:before {
  content: "\f1dc";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-headphones-alt:before,
.fa-headphones-simple:before {
  content: "\f58f";
}
.fa-headset:before {
  content: "\f590";
}
.fa-heart:before {
  content: "\f004";
}
.fa-heart-broken:before,
.fa-heart-crack:before {
  content: "\f7a9";
}
.fa-heart-pulse:before,
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-helicopter:before {
  content: "\f533";
}
.fa-hard-hat:before,
.fa-hat-hard:before,
.fa-helmet-safety:before {
  content: "\f807";
}
.fa-highlighter:before {
  content: "\f591";
}
.fa-hippo:before {
  content: "\f6ed";
}
.fa-hockey-puck:before {
  content: "\f453";
}
.fa-holly-berry:before {
  content: "\f7aa";
}
.fa-horse:before {
  content: "\f6f0";
}
.fa-horse-head:before {
  content: "\f7ab";
}
.fa-hospital-alt:before,
.fa-hospital-wide:before,
.fa-hospital:before {
  content: "\f0f8";
}
.fa-hospital-user:before {
  content: "\f80d";
}
.fa-hot-tub-person:before,
.fa-hot-tub:before {
  content: "\f593";
}
.fa-hotdog:before {
  content: "\f80f";
}
.fa-hotel:before {
  content: "\f594";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before,
.fa-hourglass:before {
  content: "\f254";
}
.fa-hourglass-empty:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-home-alt:before,
.fa-home-lg-alt:before,
.fa-home:before,
.fa-house:before {
  content: "\f015";
}
.fa-home-lg:before,
.fa-house-chimney:before {
  content: "\e3af";
}
.fa-house-chimney-crack:before,
.fa-house-damage:before {
  content: "\f6f1";
}
.fa-clinic-medical:before,
.fa-house-chimney-medical:before {
  content: "\f7f2";
}
.fa-house-chimney-user:before {
  content: "\e065";
}
.fa-house-chimney-window:before {
  content: "\e00d";
}
.fa-house-crack:before {
  content: "\e3b1";
}
.fa-house-laptop:before,
.fa-laptop-house:before {
  content: "\e066";
}
.fa-house-medical:before {
  content: "\e3b2";
}
.fa-home-user:before,
.fa-house-user:before {
  content: "\e1b0";
}
.fa-hryvnia-sign:before,
.fa-hryvnia:before {
  content: "\f6f2";
}
.fa-i:before {
  content: "I";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-ice-cream:before {
  content: "\f810";
}
.fa-icicles:before {
  content: "\f7ad";
}
.fa-heart-music-camera-bolt:before,
.fa-icons:before {
  content: "\f86d";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-id-card-alt:before,
.fa-id-card-clip:before {
  content: "\f47f";
}
.fa-igloo:before {
  content: "\f7ae";
}
.fa-image:before {
  content: "\f03e";
}
.fa-image-portrait:before,
.fa-portrait:before {
  content: "\f3e0";
}
.fa-images:before {
  content: "\f302";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-indian-rupee-sign:before,
.fa-indian-rupee:before,
.fa-inr:before {
  content: "\e1bc";
}
.fa-industry:before {
  content: "\f275";
}
.fa-infinity:before {
  content: "\f534";
}
.fa-info:before {
  content: "\f129";
}
.fa-italic:before {
  content: "\f033";
}
.fa-j:before {
  content: "J";
}
.fa-jedi:before {
  content: "\f669";
}
.fa-fighter-jet:before,
.fa-jet-fighter:before {
  content: "\f0fb";
}
.fa-joint:before {
  content: "\f595";
}
.fa-k:before {
  content: "K";
}
.fa-kaaba:before {
  content: "\f66b";
}
.fa-key:before {
  content: "\f084";
}
.fa-keyboard:before {
  content: "\f11c";
}
.fa-khanda:before {
  content: "\f66d";
}
.fa-kip-sign:before {
  content: "\e1c4";
}
.fa-first-aid:before,
.fa-kit-medical:before {
  content: "\f479";
}
.fa-kiwi-bird:before {
  content: "\f535";
}
.fa-l:before {
  content: "L";
}
.fa-landmark:before {
  content: "\f66f";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-laptop-code:before {
  content: "\f5fc";
}
.fa-laptop-medical:before {
  content: "\f812";
}
.fa-lari-sign:before {
  content: "\e1c8";
}
.fa-layer-group:before {
  content: "\f5fd";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-left-long:before,
.fa-long-arrow-alt-left:before {
  content: "\f30a";
}
.fa-arrows-alt-h:before,
.fa-left-right:before {
  content: "\f337";
}
.fa-lemon:before {
  content: "\f094";
}
.fa-less-than:before {
  content: "<";
}
.fa-less-than-equal:before {
  content: "\f537";
}
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-lightbulb:before {
  content: "\f0eb";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-chain-broken:before,
.fa-chain-slash:before,
.fa-link-slash:before,
.fa-unlink:before {
  content: "\f127";
}
.fa-lira-sign:before {
  content: "\f195";
}
.fa-list-squares:before,
.fa-list:before {
  content: "\f03a";
}
.fa-list-check:before,
.fa-tasks:before {
  content: "\f0ae";
}
.fa-list-1-2:before,
.fa-list-numeric:before,
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-list-dots:before,
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-litecoin-sign:before {
  content: "\e1d3";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-location-crosshairs:before,
.fa-location:before {
  content: "\f601";
}
.fa-location-dot:before,
.fa-map-marker-alt:before {
  content: "\f3c5";
}
.fa-location-pin:before,
.fa-map-marker:before {
  content: "\f041";
}
.fa-lock:before {
  content: "\f023";
}
.fa-lock-open:before {
  content: "\f3c1";
}
.fa-lungs:before {
  content: "\f604";
}
.fa-lungs-virus:before {
  content: "\e067";
}
.fa-m:before {
  content: "M";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-magnifying-glass:before,
.fa-search:before {
  content: "\f002";
}
.fa-magnifying-glass-dollar:before,
.fa-search-dollar:before {
  content: "\f688";
}
.fa-magnifying-glass-location:before,
.fa-search-location:before {
  content: "\f689";
}
.fa-magnifying-glass-minus:before,
.fa-search-minus:before {
  content: "\f010";
}
.fa-magnifying-glass-plus:before,
.fa-search-plus:before {
  content: "\f00e";
}
.fa-manat-sign:before {
  content: "\e1d5";
}
.fa-map:before {
  content: "\f279";
}
.fa-map-location:before,
.fa-map-marked:before {
  content: "\f59f";
}
.fa-map-location-dot:before,
.fa-map-marked-alt:before {
  content: "\f5a0";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-marker:before {
  content: "\f5a1";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mars-and-venus:before {
  content: "\f224";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-h:before,
.fa-mars-stroke-right:before {
  content: "\f22b";
}
.fa-mars-stroke-up:before,
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-glass-martini-alt:before,
.fa-martini-glass:before {
  content: "\f57b";
}
.fa-cocktail:before,
.fa-martini-glass-citrus:before {
  content: "\f561";
}
.fa-glass-martini:before,
.fa-martini-glass-empty:before {
  content: "\f000";
}
.fa-mask:before {
  content: "\f6fa";
}
.fa-mask-face:before {
  content: "\e1d7";
}
.fa-masks-theater:before,
.fa-theater-masks:before {
  content: "\f630";
}
.fa-expand-arrows-alt:before,
.fa-maximize:before {
  content: "\f31e";
}
.fa-medal:before {
  content: "\f5a2";
}
.fa-memory:before {
  content: "\f538";
}
.fa-menorah:before {
  content: "\f676";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-comment-alt:before,
.fa-message:before {
  content: "\f27a";
}
.fa-meteor:before {
  content: "\f753";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-alt:before,
.fa-microphone-lines:before {
  content: "\f3c9";
}
.fa-microphone-alt-slash:before,
.fa-microphone-lines-slash:before {
  content: "\f539";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-microscope:before {
  content: "\f610";
}
.fa-mill-sign:before {
  content: "\e1ed";
}
.fa-compress-arrows-alt:before,
.fa-minimize:before {
  content: "\f78c";
}
.fa-minus:before,
.fa-subtract:before {
  content: "\f068";
}
.fa-mitten:before {
  content: "\f7b5";
}
.fa-mobile-android:before,
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f3ce";
}
.fa-mobile-button:before {
  content: "\f10b";
}
.fa-mobile-alt:before,
.fa-mobile-screen-button:before {
  content: "\f3cd";
}
.fa-money-bill:before {
  content: "\f0d6";
}
.fa-money-bill-1:before,
.fa-money-bill-alt:before {
  content: "\f3d1";
}
.fa-money-bill-1-wave:before,
.fa-money-bill-wave-alt:before {
  content: "\f53b";
}
.fa-money-bill-wave:before {
  content: "\f53a";
}
.fa-money-check:before {
  content: "\f53c";
}
.fa-money-check-alt:before,
.fa-money-check-dollar: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-mug-hot:before {
  content: "\f7b6";
}
.fa-coffee:before,
.fa-mug-saucer:before {
  content: "\f0f4";
}
.fa-music:before {
  content: "\f001";
}
.fa-n:before {
  content: "N";
}
.fa-naira-sign:before {
  content: "\e1f6";
}
.fa-network-wired:before {
  content: "\f6ff";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-newspaper:before {
  content: "\f1ea";
}
.fa-not-equal:before {
  content: "\f53e";
}
.fa-note-sticky:before,
.fa-sticky-note:before {
  content: "\f249";
}
.fa-notes-medical:before {
  content: "\f481";
}
.fa-o:before {
  content: "O";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-oil-can:before {
  content: "\f613";
}
.fa-om:before {
  content: "\f679";
}
.fa-otter:before {
  content: "\f700";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-p:before {
  content: "P";
}
.fa-pager:before {
  content: "\f815";
}
.fa-paint-roller:before {
  content: "\f5aa";
}
.fa-paint-brush:before,
.fa-paintbrush:before {
  content: "\f1fc";
}
.fa-palette:before {
  content: "\f53f";
}
.fa-pallet:before {
  content: "\f482";
}
.fa-panorama:before {
  content: "\e209";
}
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-parachute-box:before {
  content: "\f4cd";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-passport:before {
  content: "\f5ab";
}
.fa-file-clipboard:before,
.fa-paste:before {
  content: "\f0ea";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-peace:before {
  content: "\f67c";
}
.fa-pen:before {
  content: "\f304";
}
.fa-pen-alt:before,
.fa-pen-clip:before {
  content: "\f305";
}
.fa-pen-fancy:before {
  content: "\f5ac";
}
.fa-pen-nib:before {
  content: "\f5ad";
}
.fa-pen-ruler:before,
.fa-pencil-ruler:before {
  content: "\f5ae";
}
.fa-edit:before,
.fa-pen-to-square:before {
  content: "\f044";
}
.fa-pencil-alt:before,
.fa-pencil:before {
  content: "\f303";
}
.fa-people-arrows-left-right:before,
.fa-people-arrows:before {
  content: "\e068";
}
.fa-people-carry-box:before,
.fa-people-carry:before {
  content: "\f4ce";
}
.fa-pepper-hot:before {
  content: "\f816";
}
.fa-percent:before,
.fa-percentage:before {
  content: "%";
}
.fa-male:before,
.fa-person:before {
  content: "\f183";
}
.fa-biking:before,
.fa-person-biking:before {
  content: "\f84a";
}
.fa-person-booth:before {
  content: "\f756";
}
.fa-diagnoses:before,
.fa-person-dots-from-line:before {
  content: "\f470";
}
.fa-female:before,
.fa-person-dress:before {
  content: "\f182";
}
.fa-hiking:before,
.fa-person-hiking:before {
  content: "\f6ec";
}
.fa-person-praying:before,
.fa-pray:before {
  content: "\f683";
}
.fa-person-running:before,
.fa-running:before {
  content: "\f70c";
}
.fa-person-skating:before,
.fa-skating:before {
  content: "\f7c5";
}
.fa-person-skiing:before,
.fa-skiing:before {
  content: "\f7c9";
}
.fa-person-skiing-nordic:before,
.fa-skiing-nordic:before {
  content: "\f7ca";
}
.fa-person-snowboarding:before,
.fa-snowboarding:before {
  content: "\f7ce";
}
.fa-person-swimming:before,
.fa-swimmer:before {
  content: "\f5c4";
}
.fa-person-walking:before,
.fa-walking:before {
  content: "\f554";
}
.fa-blind:before,
.fa-person-walking-with-cane:before {
  content: "\f29d";
}
.fa-peseta-sign:before {
  content: "\e221";
}
.fa-peso-sign:before {
  content: "\e222";
}
.fa-phone:before {
  content: "\f095";
}
.fa-phone-alt:before,
.fa-phone-flip:before {
  content: "\f879";
}
.fa-phone-slash:before {
  content: "\f3dd";
}
.fa-phone-volume:before,
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-photo-film:before,
.fa-photo-video:before {
  content: "\f87c";
}
.fa-piggy-bank:before {
  content: "\f4d3";
}
.fa-pills:before {
  content: "\f484";
}
.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-plug:before {
  content: "\f1e6";
}
.fa-add:before,
.fa-plus:before {
  content: "+";
}
.fa-plus-minus:before {
  content: "\e43c";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-poo:before {
  content: "\f2fe";
}
.fa-poo-bolt:before,
.fa-poo-storm:before {
  content: "\f75a";
}
.fa-poop:before {
  content: "\f619";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-prescription:before {
  content: "\f5b1";
}
.fa-prescription-bottle:before {
  content: "\f485";
}
.fa-prescription-bottle-alt:before,
.fa-prescription-bottle-medical:before {
  content: "\f486";
}
.fa-print:before {
  content: "\f02f";
}
.fa-pump-medical:before {
  content: "\e06a";
}
.fa-pump-soap:before {
  content: "\e06b";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-q:before {
  content: "Q";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-question:before {
  content: "?";
}
.fa-quote-left-alt:before,
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right-alt:before,
.fa-quote-right:before {
  content: "\f10e";
}
.fa-r:before {
  content: "R";
}
.fa-radiation:before {
  content: "\f7b9";
}
.fa-rainbow:before {
  content: "\f75b";
}
.fa-receipt:before {
  content: "\f543";
}
.fa-record-vinyl:before {
  content: "\f8d9";
}
.fa-ad:before,
.fa-rectangle-ad:before {
  content: "\f641";
}
.fa-list-alt:before,
.fa-rectangle-list:before {
  content: "\f022";
}
.fa-rectangle-times:before,
.fa-rectangle-xmark:before,
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f410";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-repeat:before {
  content: "\f363";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f3e5";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-republican:before {
  content: "\f75e";
}
.fa-restroom:before {
  content: "\f7bd";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-ribbon:before {
  content: "\f4d6";
}
.fa-right-from-bracket:before,
.fa-sign-out-alt:before {
  content: "\f2f5";
}
.fa-exchange-alt:before,
.fa-right-left:before {
  content: "\f362";
}
.fa-long-arrow-alt-right:before,
.fa-right-long:before {
  content: "\f30b";
}
.fa-right-to-bracket:before,
.fa-sign-in-alt:before {
  content: "\f2f6";
}
.fa-ring:before {
  content: "\f70b";
}
.fa-road:before {
  content: "\f018";
}
.fa-robot:before {
  content: "\f544";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-rotate:before,
.fa-sync-alt:before {
  content: "\f2f1";
}
.fa-rotate-back:before,
.fa-rotate-backward:before,
.fa-rotate-left:before,
.fa-undo-alt:before {
  content: "\f2ea";
}
.fa-redo-alt:before,
.fa-rotate-forward:before,
.fa-rotate-right:before {
  content: "\f2f9";
}
.fa-route:before {
  content: "\f4d7";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-rouble:before,
.fa-rub:before,
.fa-ruble-sign:before,
.fa-ruble: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-rupee-sign:before,
.fa-rupee:before {
  content: "\f156";
}
.fa-rupiah-sign:before {
  content: "\e23d";
}
.fa-s:before {
  content: "S";
}
.fa-sailboat:before {
  content: "\e445";
}
.fa-satellite:before {
  content: "\f7bf";
}
.fa-satellite-dish:before {
  content: "\f7c0";
}
.fa-balance-scale:before,
.fa-scale-balanced:before {
  content: "\f24e";
}
.fa-balance-scale-left:before,
.fa-scale-unbalanced:before {
  content: "\f515";
}
.fa-balance-scale-right:before,
.fa-scale-unbalanced-flip:before {
  content: "\f516";
}
.fa-school:before {
  content: "\f549";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-screwdriver:before {
  content: "\f54a";
}
.fa-screwdriver-wrench:before,
.fa-tools:before {
  content: "\f7d9";
}
.fa-scroll:before {
  content: "\f70e";
}
.fa-scroll-torah:before,
.fa-torah:before {
  content: "\f6a0";
}
.fa-sd-card:before {
  content: "\f7c2";
}
.fa-section:before {
  content: "\e447";
}
.fa-seedling:before,
.fa-sprout:before {
  content: "\f4d8";
}
.fa-server:before {
  content: "\f233";
}
.fa-shapes:before,
.fa-triangle-circle-square:before {
  content: "\f61f";
}
.fa-arrow-turn-right:before,
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-share-from-square:before,
.fa-share-square:before {
  content: "\f14d";
}
.fa-share-alt:before,
.fa-share-nodes:before {
  content: "\f1e0";
}
.fa-ils:before,
.fa-shekel-sign:before,
.fa-shekel:before,
.fa-sheqel-sign:before,
.fa-sheqel:before {
  content: "\f20b";
}
.fa-shield:before {
  content: "\f132";
}
.fa-shield-alt:before,
.fa-shield-blank:before {
  content: "\f3ed";
}
.fa-shield-virus:before {
  content: "\e06c";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-shirt:before,
.fa-t-shirt:before,
.fa-tshirt:before {
  content: "\f553";
}
.fa-shoe-prints:before {
  content: "\f54b";
}
.fa-shop:before,
.fa-store-alt:before {
  content: "\f54f";
}
.fa-shop-slash:before,
.fa-store-alt-slash:before {
  content: "\e070";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-shrimp:before {
  content: "\e448";
}
.fa-random:before,
.fa-shuffle:before {
  content: "\f074";
}
.fa-shuttle-space:before,
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-sign-hanging:before,
.fa-sign:before {
  content: "\f4d9";
}
.fa-signal-5:before,
.fa-signal-perfect:before,
.fa-signal:before {
  content: "\f012";
}
.fa-signature:before {
  content: "\f5b7";
}
.fa-map-signs:before,
.fa-signs-post:before {
  content: "\f277";
}
.fa-sim-card:before {
  content: "\f7c4";
}
.fa-sink:before {
  content: "\e06d";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-skull:before {
  content: "\f54c";
}
.fa-skull-crossbones:before {
  content: "\f714";
}
.fa-slash:before {
  content: "\f715";
}
.fa-sleigh:before {
  content: "\f7cc";
}
.fa-sliders-h:before,
.fa-sliders:before {
  content: "\f1de";
}
.fa-smog:before {
  content: "\f75f";
}
.fa-smoking:before {
  content: "\f48d";
}
.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,
.fa-unsorted:before {
  content: "\f0dc";
}
.fa-sort-desc:before,
.fa-sort-down:before {
  content: "\f0dd";
}
.fa-sort-asc:before,
.fa-sort-up:before {
  content: "\f0de";
}
.fa-spa:before {
  content: "\f5bb";
}
.fa-pastafarianism:before,
.fa-spaghetti-monster-flying:before {
  content: "\f67b";
}
.fa-spell-check:before {
  content: "\f891";
}
.fa-spider:before {
  content: "\f717";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-splotch:before {
  content: "\f5bc";
}
.fa-spoon:before,
.fa-utensil-spoon:before {
  content: "\f2e5";
}
.fa-spray-can:before {
  content: "\f5bd";
}
.fa-air-freshener:before,
.fa-spray-can-sparkles:before {
  content: "\f5d0";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-external-link-square:before,
.fa-square-arrow-up-right:before {
  content: "\f14c";
}
.fa-caret-square-down:before,
.fa-square-caret-down:before {
  content: "\f150";
}
.fa-caret-square-left:before,
.fa-square-caret-left:before {
  content: "\f191";
}
.fa-caret-square-right:before,
.fa-square-caret-right:before {
  content: "\f152";
}
.fa-caret-square-up:before,
.fa-square-caret-up:before {
  content: "\f151";
}
.fa-check-square:before,
.fa-square-check:before {
  content: "\f14a";
}
.fa-envelope-square:before,
.fa-square-envelope:before {
  content: "\f199";
}
.fa-square-full:before {
  content: "\f45c";
}
.fa-h-square:before,
.fa-square-h:before {
  content: "\f0fd";
}
.fa-minus-square:before,
.fa-square-minus:before {
  content: "\f146";
}
.fa-parking:before,
.fa-square-parking:before {
  content: "\f540";
}
.fa-pen-square:before,
.fa-pencil-square:before,
.fa-square-pen:before {
  content: "\f14b";
}
.fa-phone-square:before,
.fa-square-phone:before {
  content: "\f098";
}
.fa-phone-square-alt:before,
.fa-square-phone-flip:before {
  content: "\f87b";
}
.fa-plus-square:before,
.fa-square-plus:before {
  content: "\f0fe";
}
.fa-poll-h:before,
.fa-square-poll-horizontal:before {
  content: "\f682";
}
.fa-poll:before,
.fa-square-poll-vertical:before {
  content: "\f681";
}
.fa-square-root-alt:before,
.fa-square-root-variable:before {
  content: "\f698";
}
.fa-rss-square:before,
.fa-square-rss:before {
  content: "\f143";
}
.fa-share-alt-square:before,
.fa-square-share-nodes:before {
  content: "\f1e1";
}
.fa-external-link-square-alt:before,
.fa-square-up-right:before {
  content: "\f360";
}
.fa-square-xmark:before,
.fa-times-square:before,
.fa-xmark-square:before {
  content: "\f2d3";
}
.fa-stairs:before {
  content: "\e289";
}
.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,
.fa-star-half-stroke:before {
  content: "\f5c0";
}
.fa-star-of-david:before {
  content: "\f69a";
}
.fa-star-of-life:before {
  content: "\f621";
}
.fa-gbp:before,
.fa-pound-sign:before,
.fa-sterling-sign:before {
  content: "\f154";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-stopwatch:before {
  content: "\f2f2";
}
.fa-stopwatch-20:before {
  content: "\e06f";
}
.fa-store:before {
  content: "\f54e";
}
.fa-store-slash:before {
  content: "\e071";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-stroopwafel:before {
  content: "\f551";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-medkit:before,
.fa-suitcase-medical:before {
  content: "\f0fa";
}
.fa-suitcase-rolling:before {
  content: "\f5c1";
}
.fa-sun:before {
  content: "\f185";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-swatchbook:before {
  content: "\f5c3";
}
.fa-synagogue:before {
  content: "\f69b";
}
.fa-syringe:before {
  content: "\f48e";
}
.fa-t:before {
  content: "T";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-table-cells:before,
.fa-th:before {
  content: "\f00a";
}
.fa-table-cells-large:before,
.fa-th-large:before {
  content: "\f009";
}
.fa-columns:before,
.fa-table-columns:before {
  content: "\f0db";
}
.fa-table-list:before,
.fa-th-list:before {
  content: "\f00b";
}
.fa-ping-pong-paddle-ball:before,
.fa-table-tennis-paddle-ball:before,
.fa-table-tennis:before {
  content: "\f45d";
}
.fa-tablet-android:before,
.fa-tablet:before {
  content: "\f3fb";
}
.fa-tablet-button:before {
  content: "\f10a";
}
.fa-tablet-alt:before,
.fa-tablet-screen-button:before {
  content: "\f3fa";
}
.fa-tablets:before {
  content: "\f490";
}
.fa-digital-tachograph:before,
.fa-tachograph-digital:before {
  content: "\f566";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-tape:before {
  content: "\f4db";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-teeth:before {
  content: "\f62e";
}
.fa-teeth-open:before {
  content: "\f62f";
}
.fa-temperature-0:before,
.fa-temperature-empty:before,
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-temperature-4:before,
.fa-temperature-full:before,
.fa-thermometer-4:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-temperature-2:before,
.fa-temperature-half:before,
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-temperature-high:before {
  content: "\f769";
}
.fa-temperature-low:before {
  content: "\f76b";
}
.fa-temperature-1:before,
.fa-temperature-quarter:before,
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-temperature-3:before,
.fa-temperature-three-quarters:before,
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-tenge-sign:before,
.fa-tenge:before {
  content: "\f7d7";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-remove-format:before,
.fa-text-slash:before {
  content: "\f87d";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-thermometer:before {
  content: "\f491";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumb-tack:before,
.fa-thumbtack:before {
  content: "\f08d";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-ticket-alt:before,
.fa-ticket-simple:before {
  content: "\f3ff";
}
.fa-timeline:before {
  content: "\e29c";
}
.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-tooth:before {
  content: "\f5c9";
}
.fa-torii-gate:before {
  content: "\f6a1";
}
.fa-broadcast-tower:before,
.fa-tower-broadcast:before {
  content: "\f519";
}
.fa-tractor:before {
  content: "\f722";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-traffic-light:before {
  content: "\f637";
}
.fa-trailer:before {
  content: "\e041";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before,
.fa-train-subway:before {
  content: "\f239";
}
.fa-train-tram:before,
.fa-tram:before {
  content: "\f7da";
}
.fa-transgender-alt:before,
.fa-transgender:before {
  content: "\f225";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-trash-arrow-up:before,
.fa-trash-restore:before {
  content: "\f829";
}
.fa-trash-alt:before,
.fa-trash-can:before {
  content: "\f2ed";
}
.fa-trash-can-arrow-up:before,
.fa-trash-restore-alt:before {
  content: "\f82a";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-exclamation-triangle:before,
.fa-triangle-exclamation:before,
.fa-warning:before {
  content: "\f071";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-shipping-fast:before,
.fa-truck-fast:before {
  content: "\f48b";
}
.fa-ambulance:before,
.fa-truck-medical:before {
  content: "\f0f9";
}
.fa-truck-monster:before {
  content: "\f63b";
}
.fa-truck-moving:before {
  content: "\f4df";
}
.fa-truck-pickup:before {
  content: "\f63c";
}
.fa-truck-loading:before,
.fa-truck-ramp-box:before {
  content: "\f4de";
}
.fa-teletype:before,
.fa-tty:before {
  content: "\f1e4";
}
.fa-try:before,
.fa-turkish-lira-sign:before,
.fa-turkish-lira:before {
  content: "\e2bb";
}
.fa-level-down-alt:before,
.fa-turn-down:before {
  content: "\f3be";
}
.fa-level-up-alt:before,
.fa-turn-up:before {
  content: "\f3bf";
}
.fa-television:before,
.fa-tv-alt:before,
.fa-tv:before {
  content: "\f26c";
}
.fa-u:before {
  content: "U";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-umbrella-beach:before {
  content: "\f5ca";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-unlock-alt:before,
.fa-unlock-keyhole:before {
  content: "\f13e";
}
.fa-arrows-alt-v:before,
.fa-up-down:before {
  content: "\f338";
}
.fa-arrows-alt:before,
.fa-up-down-left-right:before {
  content: "\f0b2";
}
.fa-long-arrow-alt-up:before,
.fa-up-long:before {
  content: "\f30c";
}
.fa-expand-alt:before,
.fa-up-right-and-down-left-from-center:before {
  content: "\f424";
}
.fa-external-link-alt:before,
.fa-up-right-from-square:before {
  content: "\f35d";
}
.fa-upload:before {
  content: "\f093";
}
.fa-user:before {
  content: "\f007";
}
.fa-user-astronaut:before {
  content: "\f4fb";
}
.fa-user-check:before {
  content: "\f4fc";
}
.fa-user-clock:before {
  content: "\f4fd";
}
.fa-user-doctor:before,
.fa-user-md:before {
  content: "\f0f0";
}
.fa-user-cog:before,
.fa-user-gear:before {
  content: "\f4fe";
}
.fa-user-graduate:before {
  content: "\f501";
}
.fa-user-friends:before,
.fa-user-group:before {
  content: "\f500";
}
.fa-user-injured:before {
  content: "\f728";
}
.fa-user-alt:before,
.fa-user-large:before {
  content: "\f406";
}
.fa-user-alt-slash:before,
.fa-user-large-slash:before {
  content: "\f4fa";
}
.fa-user-lock:before {
  content: "\f502";
}
.fa-user-minus:before {
  content: "\f503";
}
.fa-user-ninja:before {
  content: "\f504";
}
.fa-user-nurse:before {
  content: "\f82f";
}
.fa-user-edit:before,
.fa-user-pen:before {
  content: "\f4ff";
}
.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,
.fa-user-xmark:before {
  content: "\f235";
}
.fa-users:before {
  content: "\f0c0";
}
.fa-users-cog:before,
.fa-users-gear:before {
  content: "\f509";
}
.fa-users-slash:before {
  content: "\e073";
}
.fa-cutlery:before,
.fa-utensils:before {
  content: "\f2e7";
}
.fa-v:before {
  content: "V";
}
.fa-shuttle-van:before,
.fa-van-shuttle:before {
  content: "\f5b6";
}
.fa-vault:before {
  content: "\e2c5";
}
.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-vial:before {
  content: "\f492";
}
.fa-vials:before {
  content: "\f493";
}
.fa-video-camera:before,
.fa-video:before {
  content: "\f03d";
}
.fa-video-slash:before {
  content: "\f4e2";
}
.fa-vihara:before {
  content: "\f6a7";
}
.fa-virus:before {
  content: "\e074";
}
.fa-virus-covid:before {
  content: "\e4a8";
}
.fa-virus-covid-slash:before {
  content: "\e4a9";
}
.fa-virus-slash:before {
  content: "\e075";
}
.fa-viruses:before {
  content: "\e076";
}
.fa-voicemail:before {
  content: "\f897";
}
.fa-volleyball-ball:before,
.fa-volleyball:before {
  content: "\f45f";
}
.fa-volume-high:before,
.fa-volume-up:before {
  content: "\f028";
}
.fa-volume-down:before,
.fa-volume-low:before {
  content: "\f027";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-mute:before,
.fa-volume-times:before,
.fa-volume-xmark:before {
  content: "\f6a9";
}
.fa-vr-cardboard:before {
  content: "\f729";
}
.fa-w:before {
  content: "W";
}
.fa-wallet:before {
  content: "\f555";
}
.fa-magic:before,
.fa-wand-magic:before {
  content: "\f0d0";
}
.fa-magic-wand-sparkles:before,
.fa-wand-magic-sparkles:before {
  content: "\e2ca";
}
.fa-wand-sparkles:before {
  content: "\f72b";
}
.fa-warehouse:before {
  content: "\f494";
}
.fa-water:before {
  content: "\f773";
}
.fa-ladder-water:before,
.fa-swimming-pool:before,
.fa-water-ladder:before {
  content: "\f5c5";
}
.fa-wave-square:before {
  content: "\f83e";
}
.fa-weight-hanging:before {
  content: "\f5cd";
}
.fa-weight-scale:before,
.fa-weight:before {
  content: "\f496";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-glass-whiskey:before,
.fa-whiskey-glass:before {
  content: "\f7a0";
}
.fa-wifi-3:before,
.fa-wifi-strong:before,
.fa-wifi:before {
  content: "\f1eb";
}
.fa-wind:before {
  content: "\f72e";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-wine-bottle:before {
  content: "\f72f";
}
.fa-wine-glass:before {
  content: "\f4e3";
}
.fa-wine-glass-alt:before,
.fa-wine-glass-empty:before {
  content: "\f5ce";
}
.fa-krw:before,
.fa-won-sign:before,
.fa-won:before {
  content: "\f159";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-x:before {
  content: "X";
}
.fa-x-ray:before {
  content: "\f497";
}
.fa-close:before,
.fa-multiply:before,
.fa-remove:before,
.fa-times:before,
.fa-xmark:before {
  content: "\f00d";
}
.fa-y:before {
  content: "Y";
}
.fa-cny:before,
.fa-jpy:before,
.fa-rmb:before,
.fa-yen-sign:before,
.fa-yen:before {
  content: "\f157";
}
.fa-yin-yang:before {
  content: "\f6ad";
}
.fa-z:before {
  content: "Z";
}
.fa-sr-only,
.fa-sr-only-focusable:not(:focus),
.sr-only,
.sr-only-focusable:not(:focus) {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
:host,
:root {
  --fa-font-brands:normal 400 1em/1 "Font Awesome 6 Brands";
}
@font-face {
  font-family: "Font Awesome 6 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("./media/fa-brands-400.woff2") format("woff2"), url("./media/fa-brands-400.ttf") format("truetype");
}
.fa-brands,
.fab {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}
.fa-42-group:before,
.fa-innosoft:before {
  content: "\e080";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-accessible-icon:before {
  content: "\f368";
}
.fa-accusoft:before {
  content: "\f369";
}
.fa-adn:before {
  content: "\f170";
}
.fa-adversal:before {
  content: "\f36a";
}
.fa-affiliatetheme:before {
  content: "\f36b";
}
.fa-airbnb:before {
  content: "\f834";
}
.fa-algolia:before {
  content: "\f36c";
}
.fa-alipay:before {
  content: "\f642";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-amazon-pay:before {
  content: "\f42c";
}
.fa-amilia:before {
  content: "\f36d";
}
.fa-android:before {
  content: "\f17b";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-angrycreative:before {
  content: "\f36e";
}
.fa-angular:before {
  content: "\f420";
}
.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-pay:before {
  content: "\f415";
}
.fa-artstation:before {
  content: "\f77a";
}
.fa-asymmetrik:before {
  content: "\f372";
}
.fa-atlassian:before {
  content: "\f77b";
}
.fa-audible:before {
  content: "\f373";
}
.fa-autoprefixer:before {
  content: "\f41c";
}
.fa-avianex:before {
  content: "\f374";
}
.fa-aviato:before {
  content: "\f421";
}
.fa-aws:before {
  content: "\f375";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-battle-net:before {
  content: "\f835";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-bilibili:before {
  content: "\e3d9";
}
.fa-bimobject:before {
  content: "\f378";
}
.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-blogger:before {
  content: "\f37c";
}
.fa-blogger-b:before {
  content: "\f37d";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-bootstrap:before {
  content: "\f836";
}
.fa-bots:before {
  content: "\e340";
}
.fa-btc:before {
  content: "\f15a";
}
.fa-buffer:before {
  content: "\f837";
}
.fa-buromobelexperte:before {
  content: "\f37f";
}
.fa-buy-n-large:before {
  content: "\f8a6";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-canadian-maple-leaf:before {
  content: "\f785";
}
.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-chrome:before {
  content: "\f268";
}
.fa-chromecast:before {
  content: "\f838";
}
.fa-cloudflare:before {
  content: "\e07d";
}
.fa-cloudscale:before {
  content: "\f383";
}
.fa-cloudsmith:before {
  content: "\f384";
}
.fa-cloudversify:before {
  content: "\f385";
}
.fa-cmplid:before {
  content: "\e360";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-confluence:before {
  content: "\f78d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-cotton-bureau:before {
  content: "\f89e";
}
.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-critical-role:before {
  content: "\f6c9";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-css3-alt:before {
  content: "\f38b";
}
.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-deezer:before {
  content: "\e077";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-deploydog:before {
  content: "\f38e";
}
.fa-deskpro:before {
  content: "\f38f";
}
.fa-dev:before {
  content: "\f6cc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-dhl:before {
  content: "\f790";
}
.fa-diaspora:before {
  content: "\f791";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-digital-ocean:before {
  content: "\f391";
}
.fa-discord:before {
  content: "\f392";
}
.fa-discourse:before {
  content: "\f393";
}
.fa-dochub:before {
  content: "\f394";
}
.fa-docker:before {
  content: "\f395";
}
.fa-draft2digital:before {
  content: "\f396";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-dribbble-square:before {
  content: "\f397";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-drupal:before {
  content: "\f1a9";
}
.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-elementor:before {
  content: "\f430";
}
.fa-ello:before {
  content: "\f5f1";
}
.fa-ember:before {
  content: "\f423";
}
.fa-empire:before {
  content: "\f1d1";
}
.fa-envira:before {
  content: "\f299";
}
.fa-erlang:before {
  content: "\f39d";
}
.fa-ethereum:before {
  content: "\f42e";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-evernote:before {
  content: "\f839";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-facebook:before {
  content: "\f09a";
}
.fa-facebook-f:before {
  content: "\f39e";
}
.fa-facebook-messenger:before {
  content: "\f39f";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-fantasy-flight-games:before {
  content: "\f6dc";
}
.fa-fedex:before {
  content: "\f797";
}
.fa-fedora:before {
  content: "\f798";
}
.fa-figma:before {
  content: "\f799";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-firefox-browser:before {
  content: "\e007";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-first-order-alt:before {
  content: "\f50a";
}
.fa-firstdraft:before {
  content: "\f3a1";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-flipboard:before {
  content: "\f44d";
}
.fa-fly:before {
  content: "\f417";
}
.fa-font-awesome-flag:before,
.fa-font-awesome-logo-full:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-fonticons-fi:before {
  content: "\f3a2";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-fort-awesome-alt:before {
  content: "\f3a3";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-freebsd:before {
  content: "\f3a4";
}
.fa-fulcrum:before {
  content: "\f50b";
}
.fa-galactic-republic:before {
  content: "\f50c";
}
.fa-galactic-senate:before {
  content: "\f50d";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.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-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-gofore:before {
  content: "\f3a7";
}
.fa-golang:before {
  content: "\e40f";
}
.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-gratipay:before {
  content: "\f184";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-gripfire:before {
  content: "\f3ac";
}
.fa-grunt:before {
  content: "\f3ad";
}
.fa-guilded:before {
  content: "\e07e";
}
.fa-gulp:before {
  content: "\f3ae";
}
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-hacker-news-square:before {
  content: "\f3af";
}
.fa-hackerrank:before {
  content: "\f5f7";
}
.fa-hashnode:before {
  content: "\e499";
}
.fa-hips:before {
  content: "\f452";
}
.fa-hire-a-helper:before {
  content: "\f3b0";
}
.fa-hive:before {
  content: "\e07f";
}
.fa-hooli:before {
  content: "\f427";
}
.fa-hornbill:before {
  content: "\f592";
}
.fa-hotjar:before {
  content: "\f3b1";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-hubspot:before {
  content: "\f3b2";
}
.fa-ideal:before {
  content: "\e013";
}
.fa-imdb:before {
  content: "\f2d8";
}
.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-itch-io:before {
  content: "\f83a";
}
.fa-itunes:before {
  content: "\f3b4";
}
.fa-itunes-note:before {
  content: "\f3b5";
}
.fa-java:before {
  content: "\f4e4";
}
.fa-jedi-order:before {
  content: "\f50e";
}
.fa-jenkins:before {
  content: "\f3b6";
}
.fa-jira:before {
  content: "\f7b1";
}
.fa-joget:before {
  content: "\f3b7";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-js:before {
  content: "\f3b8";
}
.fa-js-square:before {
  content: "\f3b9";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-kaggle:before {
  content: "\f5fa";
}
.fa-keybase:before {
  content: "\f4f5";
}
.fa-keycdn:before {
  content: "\f3ba";
}
.fa-kickstarter:before {
  content: "\f3bb";
}
.fa-kickstarter-k:before {
  content: "\f3bc";
}
.fa-korvue:before {
  content: "\f42f";
}
.fa-laravel:before {
  content: "\f3bd";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-less:before {
  content: "\f41d";
}
.fa-line:before {
  content: "\f3c0";
}
.fa-linkedin:before {
  content: "\f08c";
}
.fa-linkedin-in:before {
  content: "\f0e1";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-lyft:before {
  content: "\f3c3";
}
.fa-magento:before {
  content: "\f3c4";
}
.fa-mailchimp:before {
  content: "\f59e";
}
.fa-mandalorian:before {
  content: "\f50f";
}
.fa-markdown:before {
  content: "\f60f";
}
.fa-mastodon:before {
  content: "\f4f6";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-mdb:before {
  content: "\f8ca";
}
.fa-medapps:before {
  content: "\f3c6";
}
.fa-medium-m:before,
.fa-medium:before {
  content: "\f23a";
}
.fa-medrt:before {
  content: "\f3c8";
}
.fa-meetup:before {
  content: "\f2e0";
}
.fa-megaport:before {
  content: "\f5a3";
}
.fa-mendeley:before {
  content: "\f7b3";
}
.fa-microblog:before {
  content: "\e01a";
}
.fa-microsoft:before {
  content: "\f3ca";
}
.fa-mix:before {
  content: "\f3cb";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-mixer:before {
  content: "\e056";
}
.fa-mizuni:before {
  content: "\f3cc";
}
.fa-modx:before {
  content: "\f285";
}
.fa-monero:before {
  content: "\f3d0";
}
.fa-napster:before {
  content: "\f3d2";
}
.fa-neos:before {
  content: "\f612";
}
.fa-nimblr:before {
  content: "\f5a8";
}
.fa-node:before {
  content: "\f419";
}
.fa-node-js:before {
  content: "\f3d3";
}
.fa-npm:before {
  content: "\f3d4";
}
.fa-ns8:before {
  content: "\f3d5";
}
.fa-nutritionix:before {
  content: "\f3d6";
}
.fa-octopus-deploy:before {
  content: "\e082";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-old-republic:before {
  content: "\f510";
}
.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-padlet:before {
  content: "\e4a0";
}
.fa-page4:before {
  content: "\f3d7";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-palfed:before {
  content: "\f3d8";
}
.fa-patreon:before {
  content: "\f3d9";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-perbyte:before {
  content: "\e083";
}
.fa-periscope:before {
  content: "\f3da";
}
.fa-phabricator:before {
  content: "\f3db";
}
.fa-phoenix-framework:before {
  content: "\f3dc";
}
.fa-phoenix-squadron:before {
  content: "\f511";
}
.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-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-pix:before {
  content: "\e43a";
}
.fa-playstation:before {
  content: "\f3df";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-pushed:before {
  content: "\f3e1";
}
.fa-python:before {
  content: "\f3e2";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-quinscape:before {
  content: "\f459";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-r-project:before {
  content: "\f4f7";
}
.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-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-renren:before {
  content: "\f18b";
}
.fa-replyd:before {
  content: "\f3e6";
}
.fa-researchgate:before {
  content: "\f4f8";
}
.fa-resolving:before {
  content: "\f3e7";
}
.fa-rev:before {
  content: "\f5b2";
}
.fa-rocketchat:before {
  content: "\f3e8";
}
.fa-rockrms:before {
  content: "\f3e9";
}
.fa-rust:before {
  content: "\e07a";
}
.fa-safari:before {
  content: "\f267";
}
.fa-salesforce:before {
  content: "\f83b";
}
.fa-sass:before {
  content: "\f41e";
}
.fa-schlix:before {
  content: "\f3ea";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-searchengin:before {
  content: "\f3eb";
}
.fa-sellcast:before {
  content: "\f2da";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-servicestack:before {
  content: "\f3ec";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-shopify:before {
  content: "\e057";
}
.fa-shopware:before {
  content: "\f5b5";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-sistrix:before {
  content: "\f3ee";
}
.fa-sith:before {
  content: "\f512";
}
.fa-sitrox:before {
  content: "\e44a";
}
.fa-sketch:before {
  content: "\f7c6";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-slack-hash:before,
.fa-slack:before {
  content: "\f198";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-snapchat-ghost:before,
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-sourcetree:before {
  content: "\f7d3";
}
.fa-speakap:before {
  content: "\f3f3";
}
.fa-speaker-deck:before {
  content: "\f83c";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-square-font-awesome:before {
  content: "\f425";
}
.fa-font-awesome-alt:before,
.fa-square-font-awesome-stroke:before {
  content: "\f35c";
}
.fa-squarespace:before {
  content: "\f5be";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-stackpath:before {
  content: "\f842";
}
.fa-staylinked:before {
  content: "\f3f5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-steam-symbol:before {
  content: "\f3f6";
}
.fa-sticker-mule:before {
  content: "\f3f7";
}
.fa-strava:before {
  content: "\f428";
}
.fa-stripe:before {
  content: "\f429";
}
.fa-stripe-s:before {
  content: "\f42a";
}
.fa-studiovinari:before {
  content: "\f3f8";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-supple:before {
  content: "\f3f9";
}
.fa-suse:before {
  content: "\f7d6";
}
.fa-swift:before {
  content: "\f8e1";
}
.fa-symfony:before {
  content: "\f83d";
}
.fa-teamspeak:before {
  content: "\f4f9";
}
.fa-telegram-plane:before,
.fa-telegram:before {
  content: "\f2c6";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-the-red-yeti:before {
  content: "\f69d";
}
.fa-themeco:before {
  content: "\f5c6";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-think-peaks:before {
  content: "\f731";
}
.fa-tiktok:before {
  content: "\e07b";
}
.fa-trade-federation:before {
  content: "\f513";
}
.fa-trello:before {
  content: "\f181";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.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-uncharted:before {
  content: "\e084";
}
.fa-uniregistry:before {
  content: "\f404";
}
.fa-unity:before {
  content: "\e049";
}
.fa-unsplash:before {
  content: "\e07c";
}
.fa-untappd:before {
  content: "\f405";
}
.fa-ups:before {
  content: "\f7e0";
}
.fa-usb:before {
  content: "\f287";
}
.fa-usps:before {
  content: "\f7e1";
}
.fa-ussunnah:before {
  content: "\f407";
}
.fa-vaadin:before {
  content: "\f408";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-viber:before {
  content: "\f409";
}
.fa-vimeo:before {
  content: "\f40a";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-vimeo-v:before {
  content: "\f27d";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-vk:before {
  content: "\f189";
}
.fa-vnv:before {
  content: "\f40b";
}
.fa-vuejs:before {
  content: "\f41f";
}
.fa-watchman-monitoring:before {
  content: "\e087";
}
.fa-waze:before {
  content: "\f83f";
}
.fa-weebly:before {
  content: "\f5cc";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-weixin:before {
  content: "\f1d7";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-whatsapp-square:before {
  content: "\f40c";
}
.fa-whmcs:before {
  content: "\f40d";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-wirsindhandwerk:before,
.fa-wsh:before {
  content: "\e2d0";
}
.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-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-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-yoast:before {
  content: "\f2b1";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-youtube-square:before {
  content: "\f431";
}
.fa-zhihu:before {
  content: "\f63f";
}
:host,
:root {
  --fa-font-regular:normal 400 1em/1 "Font Awesome 6 Free";
}
@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("./media/fa-regular-400.woff2") format("woff2"), url("./media/fa-regular-400.ttf") format("truetype");
}
.fa-regular,
.far {
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
}
:host,
:root {
  --fa-font-solid:normal 900 1em/1 "Font Awesome 6 Free";
}
@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("./media/fa-solid-900.woff2") format("woff2"), url("./media/fa-solid-900.ttf") format("truetype");
}
.fa-solid,
.fas {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}
@font-face {
  font-family: "Font Awesome 5 Brands";
  font-display: block;
  font-weight: 400;
  src: url("./media/fa-brands-400.woff2") format("woff2"), url("./media/fa-brands-400.ttf") format("truetype");
}
@font-face {
  font-family: "Font Awesome 5 Free";
  font-display: block;
  font-weight: 900;
  src: url("./media/fa-solid-900.woff2") format("woff2"), url("./media/fa-solid-900.ttf") format("truetype");
}
@font-face {
  font-family: "Font Awesome 5 Free";
  font-display: block;
  font-weight: 400;
  src: url("./media/fa-regular-400.woff2") format("woff2"), url("./media/fa-regular-400.ttf") format("truetype");
}
@font-face {
  font-family: "FontAwesome";
  font-display: block;
  src: url("./media/fa-solid-900.woff2") format("woff2"), url("./media/fa-solid-900.ttf") format("truetype");
}
@font-face {
  font-family: "FontAwesome";
  font-display: block;
  src: url("./media/fa-brands-400.woff2") format("woff2"), url("./media/fa-brands-400.ttf") format("truetype");
}
@font-face {
  font-family: "FontAwesome";
  font-display: block;
  src: url("./media/fa-regular-400.woff2") format("woff2"), url("./media/fa-regular-400.ttf") format("truetype");
  unicode-range:
    u+f003,
    u+f006,
    u+f014,
    u+f016-f017,
    u+f01a-f01b,
    u+f01d,
    u+f022,
    u+f03e,
    u+f044,
    u+f046,
    u+f05c-f05d,
    u+f06e,
    u+f070,
    u+f087-f088,
    u+f08a,
    u+f094,
    u+f096-f097,
    u+f09d,
    u+f0a0,
    u+f0a2,
    u+f0a4-f0a7,
    u+f0c5,
    u+f0c7,
    u+f0e5-f0e6,
    u+f0eb,
    u+f0f6-f0f8,
    u+f10c,
    u+f114-f115,
    u+f118-f11a,
    u+f11c-f11d,
    u+f133,
    u+f147,
    u+f14e,
    u+f150-f152,
    u+f185-f186,
    u+f18e,
    u+f190-f192,
    u+f196,
    u+f1c1-f1c9,
    u+f1d9,
    u+f1db,
    u+f1e3,
    u+f1ea,
    u+f1f7,
    u+f1f9,
    u+f20a,
    u+f247-f248,
    u+f24a,
    u+f24d,
    u+f255-f25b,
    u+f25d,
    u+f271-f274,
    u+f278,
    u+f27b,
    u+f28c,
    u+f28e,
    u+f29c,
    u+f2b5,
    u+f2b7,
    u+f2ba,
    u+f2bc,
    u+f2be,
    u+f2c0-f2c1,
    u+f2c3,
    u+f2d0,
    u+f2d2,
    u+f2d4,
    u+f2dc;
}
@font-face {
  font-family: "FontAwesome";
  font-display: block;
  src: url("./media/fa-v4compatibility.woff2") format("woff2"), url("./media/fa-v4compatibility.ttf") format("truetype");
  unicode-range:
    u+f041,
    u+f047,
    u+f065-f066,
    u+f07d-f07e,
    u+f080,
    u+f08b,
    u+f08e,
    u+f090,
    u+f09a,
    u+f0ac,
    u+f0ae,
    u+f0b2,
    u+f0d0,
    u+f0d6,
    u+f0e4,
    u+f0ec,
    u+f10a-f10b,
    u+f123,
    u+f13e,
    u+f148-f149,
    u+f14c,
    u+f156,
    u+f15e,
    u+f160-f161,
    u+f163,
    u+f175-f178,
    u+f195,
    u+f1f8,
    u+f219,
    u+f250,
    u+f252,
    u+f27a;
}

/* src/assets/icons/feather/css/iconfont.css */
@font-face {
  font-family: "feather";
  src: url("./media/feather.eot?t=1525787366991");
  src:
    url("./media/feather.eot?t=1525787366991#iefix") format("embedded-opentype"),
    url("./media/feather.woff?t=1525787366991") format("woff"),
    url("./media/feather.ttf?t=1525787366991") format("truetype"),
    url("./media/feather.svg?t=1525787366991#feather") format("svg");
}
.feather {
  font-family: "feather" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-alert-octagon:before {
  content: "\e81b";
}
.icon-alert-circle:before {
  content: "\e81c";
}
.icon-activity:before {
  content: "\e81d";
}
.icon-alert-triangle:before {
  content: "\e81e";
}
.icon-align-center:before {
  content: "\e81f";
}
.icon-airplay:before {
  content: "\e820";
}
.icon-align-justify:before {
  content: "\e821";
}
.icon-align-left:before {
  content: "\e822";
}
.icon-align-right:before {
  content: "\e823";
}
.icon-arrow-down-left:before {
  content: "\e824";
}
.icon-arrow-down-right:before {
  content: "\e825";
}
.icon-anchor:before {
  content: "\e826";
}
.icon-aperture:before {
  content: "\e827";
}
.icon-arrow-left:before {
  content: "\e828";
}
.icon-arrow-right:before {
  content: "\e829";
}
.icon-arrow-down:before {
  content: "\e82a";
}
.icon-arrow-up-left:before {
  content: "\e82b";
}
.icon-arrow-up-right:before {
  content: "\e82c";
}
.icon-arrow-up:before {
  content: "\e82d";
}
.icon-award:before {
  content: "\e82e";
}
.icon-bar-chart:before {
  content: "\e82f";
}
.icon-at-sign:before {
  content: "\e830";
}
.icon-bar-chart-2:before {
  content: "\e831";
}
.icon-battery-charging:before {
  content: "\e832";
}
.icon-bell-off:before {
  content: "\e833";
}
.icon-battery:before {
  content: "\e834";
}
.icon-bluetooth:before {
  content: "\e835";
}
.icon-bell:before {
  content: "\e836";
}
.icon-book:before {
  content: "\e837";
}
.icon-briefcase:before {
  content: "\e838";
}
.icon-camera-off:before {
  content: "\e839";
}
.icon-calendar:before {
  content: "\e83a";
}
.icon-bookmark:before {
  content: "\e83b";
}
.icon-box:before {
  content: "\e83c";
}
.icon-camera:before {
  content: "\e83d";
}
.icon-check-circle:before {
  content: "\e83e";
}
.icon-check:before {
  content: "\e83f";
}
.icon-check-square:before {
  content: "\e840";
}
.icon-cast:before {
  content: "\e841";
}
.icon-chevron-down:before {
  content: "\e842";
}
.icon-chevron-left:before {
  content: "\e843";
}
.icon-chevron-right:before {
  content: "\e844";
}
.icon-chevron-up:before {
  content: "\e845";
}
.icon-chevrons-down:before {
  content: "\e846";
}
.icon-chevrons-right:before {
  content: "\e847";
}
.icon-chevrons-up:before {
  content: "\e848";
}
.icon-chevrons-left:before {
  content: "\e849";
}
.icon-circle:before {
  content: "\e84a";
}
.icon-clipboard:before {
  content: "\e84b";
}
.icon-chrome:before {
  content: "\e84c";
}
.icon-clock:before {
  content: "\e84d";
}
.icon-cloud-lightning:before {
  content: "\e84e";
}
.icon-cloud-drizzle:before {
  content: "\e84f";
}
.icon-cloud-rain:before {
  content: "\e850";
}
.icon-cloud-off:before {
  content: "\e851";
}
.icon-codepen:before {
  content: "\e852";
}
.icon-cloud-snow:before {
  content: "\e853";
}
.icon-compass:before {
  content: "\e854";
}
.icon-copy:before {
  content: "\e855";
}
.icon-corner-down-right:before {
  content: "\e856";
}
.icon-corner-down-left:before {
  content: "\e857";
}
.icon-corner-left-down:before {
  content: "\e858";
}
.icon-corner-left-up:before {
  content: "\e859";
}
.icon-corner-up-left:before {
  content: "\e85a";
}
.icon-corner-up-right:before {
  content: "\e85b";
}
.icon-corner-right-down:before {
  content: "\e85c";
}
.icon-corner-right-up:before {
  content: "\e85d";
}
.icon-cpu:before {
  content: "\e85e";
}
.icon-credit-card:before {
  content: "\e85f";
}
.icon-crosshair:before {
  content: "\e860";
}
.icon-disc:before {
  content: "\e861";
}
.icon-delete:before {
  content: "\e862";
}
.icon-download-cloud:before {
  content: "\e863";
}
.icon-download:before {
  content: "\e864";
}
.icon-droplet:before {
  content: "\e865";
}
.icon-edit-2:before {
  content: "\e866";
}
.icon-edit:before {
  content: "\e867";
}
.icon-edit-1:before {
  content: "\e868";
}
.icon-external-link:before {
  content: "\e869";
}
.icon-eye:before {
  content: "\e86a";
}
.icon-feather:before {
  content: "\e86b";
}
.icon-facebook:before {
  content: "\e86c";
}
.icon-file-minus:before {
  content: "\e86d";
}
.icon-eye-off:before {
  content: "\e86e";
}
.icon-fast-forward:before {
  content: "\e86f";
}
.icon-file-text:before {
  content: "\e870";
}
.icon-film:before {
  content: "\e871";
}
.icon-file:before {
  content: "\e872";
}
.icon-file-plus:before {
  content: "\e873";
}
.icon-folder:before {
  content: "\e874";
}
.icon-filter:before {
  content: "\e875";
}
.icon-flag:before {
  content: "\e876";
}
.icon-globe:before {
  content: "\e877";
}
.icon-grid:before {
  content: "\e878";
}
.icon-heart:before {
  content: "\e879";
}
.icon-home:before {
  content: "\e87a";
}
.icon-github:before {
  content: "\e87b";
}
.icon-image:before {
  content: "\e87c";
}
.icon-inbox:before {
  content: "\e87d";
}
.icon-layers:before {
  content: "\e87e";
}
.icon-info:before {
  content: "\e87f";
}
.icon-instagram:before {
  content: "\e880";
}
.icon-layout:before {
  content: "\e881";
}
.icon-link-2:before {
  content: "\e882";
}
.icon-life-buoy:before {
  content: "\e883";
}
.icon-link:before {
  content: "\e884";
}
.icon-log-in:before {
  content: "\e885";
}
.icon-list:before {
  content: "\e886";
}
.icon-lock:before {
  content: "\e887";
}
.icon-log-out:before {
  content: "\e888";
}
.icon-loader:before {
  content: "\e889";
}
.icon-mail:before {
  content: "\e88a";
}
.icon-maximize-2:before {
  content: "\e88b";
}
.icon-map:before {
  content: "\e88c";
}
.icon-map-pin:before {
  content: "\e88e";
}
.icon-menu:before {
  content: "\e88f";
}
.icon-message-circle:before {
  content: "\e890";
}
.icon-message-square:before {
  content: "\e891";
}
.icon-minimize-2:before {
  content: "\e892";
}
.icon-mic-off:before {
  content: "\e893";
}
.icon-minus-circle:before {
  content: "\e894";
}
.icon-mic:before {
  content: "\e895";
}
.icon-minus-square:before {
  content: "\e896";
}
.icon-minus:before {
  content: "\e897";
}
.icon-moon:before {
  content: "\e898";
}
.icon-monitor:before {
  content: "\e899";
}
.icon-more-vertical:before {
  content: "\e89a";
}
.icon-more-horizontal:before {
  content: "\e89b";
}
.icon-move:before {
  content: "\e89c";
}
.icon-music:before {
  content: "\e89d";
}
.icon-navigation-2:before {
  content: "\e89e";
}
.icon-navigation:before {
  content: "\e89f";
}
.icon-octagon:before {
  content: "\e8a0";
}
.icon-package:before {
  content: "\e8a1";
}
.icon-pause-circle:before {
  content: "\e8a2";
}
.icon-pause:before {
  content: "\e8a3";
}
.icon-percent:before {
  content: "\e8a4";
}
.icon-phone-call:before {
  content: "\e8a5";
}
.icon-phone-forwarded:before {
  content: "\e8a6";
}
.icon-phone-missed:before {
  content: "\e8a7";
}
.icon-phone-off:before {
  content: "\e8a8";
}
.icon-phone-incoming:before {
  content: "\e8a9";
}
.icon-phone:before {
  content: "\e8aa";
}
.icon-phone-outgoing:before {
  content: "\e8ab";
}
.icon-pie-chart:before {
  content: "\e8ac";
}
.icon-play-circle:before {
  content: "\e8ad";
}
.icon-play:before {
  content: "\e8ae";
}
.icon-plus-square:before {
  content: "\e8af";
}
.icon-plus-circle:before {
  content: "\e8b0";
}
.icon-plus:before {
  content: "\e8b1";
}
.icon-pocket:before {
  content: "\e8b2";
}
.icon-printer:before {
  content: "\e8b3";
}
.icon-power:before {
  content: "\e8b4";
}
.icon-radio:before {
  content: "\e8b5";
}
.icon-repeat:before {
  content: "\e8b6";
}
.icon-refresh-ccw:before {
  content: "\e8b7";
}
.icon-rewind:before {
  content: "\e8b8";
}
.icon-rotate-ccw:before {
  content: "\e8b9";
}
.icon-refresh-cw:before {
  content: "\e8ba";
}
.icon-rotate-cw:before {
  content: "\e8bb";
}
.icon-save:before {
  content: "\e8bc";
}
.icon-search:before {
  content: "\e8bd";
}
.icon-server:before {
  content: "\e8be";
}
.icon-scissors:before {
  content: "\e8bf";
}
.icon-share-2:before {
  content: "\e8c0";
}
.icon-share:before {
  content: "\e8c1";
}
.icon-shield:before {
  content: "\e8c2";
}
.icon-settings:before {
  content: "\e8c3";
}
.icon-skip-back:before {
  content: "\e8c4";
}
.icon-shuffle:before {
  content: "\e8c5";
}
.icon-sidebar:before {
  content: "\e8c6";
}
.icon-skip-forward:before {
  content: "\e8c7";
}
.icon-slack:before {
  content: "\e8c8";
}
.icon-slash:before {
  content: "\e8c9";
}
.icon-smartphone:before {
  content: "\e8ca";
}
.icon-square:before {
  content: "\e8cb";
}
.icon-speaker:before {
  content: "\e8cc";
}
.icon-star:before {
  content: "\e8cd";
}
.icon-stop-circle:before {
  content: "\e8ce";
}
.icon-sun:before {
  content: "\e8cf";
}
.icon-sunrise:before {
  content: "\e8d0";
}
.icon-tablet:before {
  content: "\e8d1";
}
.icon-tag:before {
  content: "\e8d2";
}
.icon-sunset:before {
  content: "\e8d3";
}
.icon-target:before {
  content: "\e8d4";
}
.icon-thermometer:before {
  content: "\e8d5";
}
.icon-thumbs-up:before {
  content: "\e8d6";
}
.icon-thumbs-down:before {
  content: "\e8d7";
}
.icon-toggle-left:before {
  content: "\e8d8";
}
.icon-toggle-right:before {
  content: "\e8d9";
}
.icon-trash-2:before {
  content: "\e8da";
}
.icon-trash:before {
  content: "\e8db";
}
.icon-trending-up:before {
  content: "\e8dc";
}
.icon-trending-down:before {
  content: "\e8dd";
}
.icon-triangle:before {
  content: "\e8de";
}
.icon-type:before {
  content: "\e8df";
}
.icon-twitter:before {
  content: "\e8e0";
}
.icon-upload:before {
  content: "\e8e1";
}
.icon-umbrella:before {
  content: "\e8e2";
}
.icon-upload-cloud:before {
  content: "\e8e3";
}
.icon-unlock:before {
  content: "\e8e4";
}
.icon-user-check:before {
  content: "\e8e5";
}
.icon-user-minus:before {
  content: "\e8e6";
}
.icon-user-plus:before {
  content: "\e8e7";
}
.icon-user-x:before {
  content: "\e8e8";
}
.icon-user:before {
  content: "\e8e9";
}
.icon-users:before {
  content: "\e8ea";
}
.icon-video-off:before {
  content: "\e8eb";
}
.icon-video:before {
  content: "\e8ec";
}
.icon-voicemail:before {
  content: "\e8ed";
}
.icon-volume-x:before {
  content: "\e8ee";
}
.icon-volume-2:before {
  content: "\e8ef";
}
.icon-volume-1:before {
  content: "\e8f0";
}
.icon-volume:before {
  content: "\e8f1";
}
.icon-watch:before {
  content: "\e8f2";
}
.icon-wifi:before {
  content: "\e8f3";
}
.icon-x-square:before {
  content: "\e8f4";
}
.icon-wind:before {
  content: "\e8f5";
}
.icon-x:before {
  content: "\e8f6";
}
.icon-x-circle:before {
  content: "\e8f7";
}
.icon-zap:before {
  content: "\e8f8";
}
.icon-zoom-in:before {
  content: "\e8f9";
}
.icon-zoom-out:before {
  content: "\e8fa";
}
.icon-command:before {
  content: "\e8fb";
}
.icon-cloud:before {
  content: "\e8fc";
}
.icon-hash:before {
  content: "\e8fd";
}
.icon-headphones:before {
  content: "\e8fe";
}
.icon-underline:before {
  content: "\e8ff";
}
.icon-italic:before {
  content: "\e900";
}
.icon-bold:before {
  content: "\e901";
}
.icon-crop:before {
  content: "\e902";
}
.icon-help-circle:before {
  content: "\e903";
}
.icon-paperclip:before {
  content: "\e904";
}
.icon-shopping-cart:before {
  content: "\e905";
}
.icon-tv:before {
  content: "\e906";
}
.icon-wifi-off:before {
  content: "\e907";
}
.icon-minimize:before {
  content: "\e88d";
}
.icon-maximize:before {
  content: "\e908";
}
.icon-gitlab:before {
  content: "\e909";
}
.icon-sliders:before {
  content: "\e90a";
}
.icon-star-on:before {
  content: "\e90b";
}
.icon-heart-on:before {
  content: "\e90c";
}
.icon-archive:before {
  content: "\e90d";
}
.icon-arrow-down-circle:before {
  content: "\e90e";
}
.icon-arrow-up-circle:before {
  content: "\e90f";
}
.icon-arrow-left-circle:before {
  content: "\e910";
}
.icon-arrow-right-circle:before {
  content: "\e911";
}
.icon-bar-chart-line-:before {
  content: "\e912";
}
.icon-bar-chart-line:before {
  content: "\e913";
}
.icon-book-open:before {
  content: "\e914";
}
.icon-code:before {
  content: "\e915";
}
.icon-database:before {
  content: "\e916";
}
.icon-dollar-sign:before {
  content: "\e917";
}
.icon-folder-plus:before {
  content: "\e918";
}
.icon-gift:before {
  content: "\e919";
}
.icon-folder-minus:before {
  content: "\e91a";
}
.icon-git-commit:before {
  content: "\e91b";
}
.icon-git-branch:before {
  content: "\e91c";
}
.icon-git-pull-request:before {
  content: "\e91d";
}
.icon-git-merge:before {
  content: "\e91e";
}
.icon-linkedin:before {
  content: "\e91f";
}
.icon-hard-drive:before {
  content: "\e920";
}
.icon-more-vertical-:before {
  content: "\e921";
}
.icon-more-horizontal-:before {
  content: "\e922";
}
.icon-rss:before {
  content: "\e923";
}
.icon-send:before {
  content: "\e924";
}
.icon-shield-off:before {
  content: "\e925";
}
.icon-shopping-bag:before {
  content: "\e926";
}
.icon-terminal:before {
  content: "\e927";
}
.icon-truck:before {
  content: "\e928";
}
.icon-zap-off:before {
  content: "\e929";
}
.icon-youtube:before {
  content: "\e92a";
}

/* src/assets/icons/flaticon/css/flaticon.css */
@font-face {
  font-family: "flaticon";
  src:
    url("./media/flaticon.eot#iefix") format("embedded-opentype"),
    url("./media/flaticon.woff2") format("woff2"),
    url("./media/flaticon.woff") format("woff");
}
i[class^=fi-rr-]:before,
i[class*=" fi-rr-"]:before,
span[class^=fi-rr-]:before,
span[class*=fi-rr-]:before {
  font-family: flaticon !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fi-rr-0:before {
  content: "\f101";
}
.fi-rr-1:before {
  content: "\f102";
}
.fi-rr-2:before {
  content: "\f103";
}
.fi-rr-3:before {
  content: "\f104";
}
.fi-rr-360-degrees:before {
  content: "\f105";
}
.fi-rr-4:before {
  content: "\f106";
}
.fi-rr-5:before {
  content: "\f107";
}
.fi-rr-6:before {
  content: "\f108";
}
.fi-rr-7:before {
  content: "\f109";
}
.fi-rr-8:before {
  content: "\f10a";
}
.fi-rr-9:before {
  content: "\f10b";
}
.fi-rr-a:before {
  content: "\f10c";
}
.fi-rr-acorn:before {
  content: "\f10d";
}
.fi-rr-ad:before {
  content: "\f10e";
}
.fi-rr-add-document:before {
  content: "\f10f";
}
.fi-rr-add-folder:before {
  content: "\f110";
}
.fi-rr-add:before {
  content: "\f111";
}
.fi-rr-address-book:before {
  content: "\f112";
}
.fi-rr-address-card:before {
  content: "\f113";
}
.fi-rr-air-conditioner:before {
  content: "\f114";
}
.fi-rr-air-freshener:before {
  content: "\f115";
}
.fi-rr-airplay:before {
  content: "\f116";
}
.fi-rr-alarm-clock:before {
  content: "\f117";
}
.fi-rr-alarm-exclamation:before {
  content: "\f118";
}
.fi-rr-alarm-plus:before {
  content: "\f119";
}
.fi-rr-alarm-snooze:before {
  content: "\f11a";
}
.fi-rr-album-circle-plus:before {
  content: "\f11b";
}
.fi-rr-album-circle-user:before {
  content: "\f11c";
}
.fi-rr-album-collection:before {
  content: "\f11d";
}
.fi-rr-album:before {
  content: "\f11e";
}
.fi-rr-alien:before {
  content: "\f11f";
}
.fi-rr-align-center:before {
  content: "\f120";
}
.fi-rr-align-justify:before {
  content: "\f121";
}
.fi-rr-align-left:before {
  content: "\f122";
}
.fi-rr-align-slash:before {
  content: "\f123";
}
.fi-rr-ambulance:before {
  content: "\f124";
}
.fi-rr-anchor:before {
  content: "\f125";
}
.fi-rr-angel:before {
  content: "\f126";
}
.fi-rr-angle-circle-down:before {
  content: "\f127";
}
.fi-rr-angle-circle-left:before {
  content: "\f128";
}
.fi-rr-angle-circle-right:before {
  content: "\f129";
}
.fi-rr-angle-circle-up:before {
  content: "\f12a";
}
.fi-rr-angle-double-left:before {
  content: "\f12b";
}
.fi-rr-angle-double-right:before {
  content: "\f12c";
}
.fi-rr-angle-double-small-down:before {
  content: "\f12d";
}
.fi-rr-angle-double-small-left:before {
  content: "\f12e";
}
.fi-rr-angle-double-small-right:before {
  content: "\f12f";
}
.fi-rr-angle-double-small-up:before {
  content: "\f130";
}
.fi-rr-angle-down:before {
  content: "\f131";
}
.fi-rr-angle-left:before {
  content: "\f132";
}
.fi-rr-angle-right:before {
  content: "\f133";
}
.fi-rr-angle-small-down:before {
  content: "\f134";
}
.fi-rr-angle-small-left:before {
  content: "\f135";
}
.fi-rr-angle-small-right:before {
  content: "\f136";
}
.fi-rr-angle-small-up:before {
  content: "\f137";
}
.fi-rr-angle-square-down:before {
  content: "\f138";
}
.fi-rr-angle-square-left:before {
  content: "\f139";
}
.fi-rr-angle-square-right:before {
  content: "\f13a";
}
.fi-rr-angle-square-up:before {
  content: "\f13b";
}
.fi-rr-angle-up:before {
  content: "\f13c";
}
.fi-rr-angry:before {
  content: "\f13d";
}
.fi-rr-animated-icon:before {
  content: "\f13e";
}
.fi-rr-apartment:before {
  content: "\f13f";
}
.fi-rr-aperture:before {
  content: "\f140";
}
.fi-rr-api:before {
  content: "\f141";
}
.fi-rr-apple-crate:before {
  content: "\f142";
}
.fi-rr-apple-whole:before {
  content: "\f143";
}
.fi-rr-apps-add:before {
  content: "\f144";
}
.fi-rr-apps-delete:before {
  content: "\f145";
}
.fi-rr-apps-sort:before {
  content: "\f146";
}
.fi-rr-apps:before {
  content: "\f147";
}
.fi-rr-archive:before {
  content: "\f148";
}
.fi-rr-archway:before {
  content: "\f149";
}
.fi-rr-arrow-alt-circle-down:before {
  content: "\f14a";
}
.fi-rr-arrow-alt-circle-left:before {
  content: "\f14b";
}
.fi-rr-arrow-alt-circle-right:before {
  content: "\f14c";
}
.fi-rr-arrow-alt-circle-up:before {
  content: "\f14d";
}
.fi-rr-arrow-alt-down:before {
  content: "\f14e";
}
.fi-rr-arrow-alt-from-bottom:before {
  content: "\f14f";
}
.fi-rr-arrow-alt-from-left:before {
  content: "\f150";
}
.fi-rr-arrow-alt-from-right:before {
  content: "\f151";
}
.fi-rr-arrow-alt-from-top:before {
  content: "\f152";
}
.fi-rr-arrow-alt-left:before {
  content: "\f153";
}
.fi-rr-arrow-alt-right:before {
  content: "\f154";
}
.fi-rr-arrow-alt-square-down:before {
  content: "\f155";
}
.fi-rr-arrow-alt-square-left:before {
  content: "\f156";
}
.fi-rr-arrow-alt-square-right:before {
  content: "\f157";
}
.fi-rr-arrow-alt-square-up:before {
  content: "\f158";
}
.fi-rr-arrow-alt-to-bottom:before {
  content: "\f159";
}
.fi-rr-arrow-alt-to-left:before {
  content: "\f15a";
}
.fi-rr-arrow-alt-to-right:before {
  content: "\f15b";
}
.fi-rr-arrow-alt-to-top:before {
  content: "\f15c";
}
.fi-rr-arrow-alt-up:before {
  content: "\f15d";
}
.fi-rr-arrow-circle-down:before {
  content: "\f15e";
}
.fi-rr-arrow-circle-left:before {
  content: "\f15f";
}
.fi-rr-arrow-circle-right:before {
  content: "\f160";
}
.fi-rr-arrow-circle-up:before {
  content: "\f161";
}
.fi-rr-arrow-down-from-dotted-line:before {
  content: "\f162";
}
.fi-rr-arrow-down-left:before {
  content: "\f163";
}
.fi-rr-arrow-down-small-big:before {
  content: "\f164";
}
.fi-rr-arrow-down-to-dotted-line:before {
  content: "\f165";
}
.fi-rr-arrow-down-to-square:before {
  content: "\f166";
}
.fi-rr-arrow-down-triangle-square:before {
  content: "\f167";
}
.fi-rr-arrow-down:before {
  content: "\f168";
}
.fi-rr-arrow-from-bottom:before {
  content: "\f169";
}
.fi-rr-arrow-from-left:before {
  content: "\f16a";
}
.fi-rr-arrow-from-right:before {
  content: "\f16b";
}
.fi-rr-arrow-from-top:before {
  content: "\f16c";
}
.fi-rr-arrow-left-from-line:before {
  content: "\f16d";
}
.fi-rr-arrow-left:before {
  content: "\f16e";
}
.fi-rr-arrow-right-to-bracket:before {
  content: "\f16f";
}
.fi-rr-arrow-right:before {
  content: "\f170";
}
.fi-rr-arrow-small-down:before {
  content: "\f171";
}
.fi-rr-arrow-small-left:before {
  content: "\f172";
}
.fi-rr-arrow-small-right:before {
  content: "\f173";
}
.fi-rr-arrow-small-up:before {
  content: "\f174";
}
.fi-rr-arrow-square-down:before {
  content: "\f175";
}
.fi-rr-arrow-square-left:before {
  content: "\f176";
}
.fi-rr-arrow-square-right:before {
  content: "\f177";
}
.fi-rr-arrow-square-up:before {
  content: "\f178";
}
.fi-rr-arrow-to-bottom:before {
  content: "\f179";
}
.fi-rr-arrow-to-left:before {
  content: "\f17a";
}
.fi-rr-arrow-to-right:before {
  content: "\f17b";
}
.fi-rr-arrow-to-top:before {
  content: "\f17c";
}
.fi-rr-arrow-trend-down:before {
  content: "\f17d";
}
.fi-rr-arrow-trend-up:before {
  content: "\f17e";
}
.fi-rr-arrow-turn-down-left:before {
  content: "\f17f";
}
.fi-rr-arrow-turn-down-right:before {
  content: "\f180";
}
.fi-rr-arrow-up-from-dotted-line:before {
  content: "\f181";
}
.fi-rr-arrow-up-from-square:before {
  content: "\f182";
}
.fi-rr-arrow-up-left-from-circle:before {
  content: "\f183";
}
.fi-rr-arrow-up-left:before {
  content: "\f184";
}
.fi-rr-arrow-up-right-and-arrow-down-left-from-center:before {
  content: "\f185";
}
.fi-rr-arrow-up-right-from-square:before {
  content: "\f186";
}
.fi-rr-arrow-up-right:before {
  content: "\f187";
}
.fi-rr-arrow-up-small-big:before {
  content: "\f188";
}
.fi-rr-arrow-up-square-triangle:before {
  content: "\f189";
}
.fi-rr-arrow-up-to-dotted-line:before {
  content: "\f18a";
}
.fi-rr-arrow-up:before {
  content: "\f18b";
}
.fi-rr-arrows-alt-h:before {
  content: "\f18c";
}
.fi-rr-arrows-alt-v:before {
  content: "\f18d";
}
.fi-rr-arrows-alt:before {
  content: "\f18e";
}
.fi-rr-arrows-cross:before {
  content: "\f18f";
}
.fi-rr-arrows-from-dotted-line:before {
  content: "\f190";
}
.fi-rr-arrows-from-line:before {
  content: "\f191";
}
.fi-rr-arrows-h-copy:before {
  content: "\f192";
}
.fi-rr-arrows-h:before {
  content: "\f193";
}
.fi-rr-arrows-repeat-1:before {
  content: "\f194";
}
.fi-rr-arrows-repeat:before {
  content: "\f195";
}
.fi-rr-arrows-retweet:before {
  content: "\f196";
}
.fi-rr-arrows-to-dotted-line:before {
  content: "\f197";
}
.fi-rr-arrows-to-line:before {
  content: "\f198";
}
.fi-rr-arrows:before {
  content: "\f199";
}
.fi-rr-assept-document:before {
  content: "\f19a";
}
.fi-rr-assistive-listening-systems:before {
  content: "\f19b";
}
.fi-rr-asterik:before {
  content: "\f19c";
}
.fi-rr-at:before {
  content: "\f19d";
}
.fi-rr-attribution-pen:before {
  content: "\f19e";
}
.fi-rr-attribution-pencil:before {
  content: "\f19f";
}
.fi-rr-aubergine:before {
  content: "\f1a0";
}
.fi-rr-audio-description-slash:before {
  content: "\f1a1";
}
.fi-rr-austral-sign:before {
  content: "\f1a2";
}
.fi-rr-avocado:before {
  content: "\f1a3";
}
.fi-rr-b:before {
  content: "\f1a4";
}
.fi-rr-baby-carriage:before {
  content: "\f1a5";
}
.fi-rr-baby:before {
  content: "\f1a6";
}
.fi-rr-background:before {
  content: "\f1a7";
}
.fi-rr-backpack:before {
  content: "\f1a8";
}
.fi-rr-bacon:before {
  content: "\f1a9";
}
.fi-rr-bacteria:before {
  content: "\f1aa";
}
.fi-rr-bacterium:before {
  content: "\f1ab";
}
.fi-rr-badge-check:before {
  content: "\f1ac";
}
.fi-rr-badge-dollar:before {
  content: "\f1ad";
}
.fi-rr-badge-percent:before {
  content: "\f1ae";
}
.fi-rr-badge-sheriff:before {
  content: "\f1af";
}
.fi-rr-badge:before {
  content: "\f1b0";
}
.fi-rr-bags-shopping:before {
  content: "\f1b1";
}
.fi-rr-bahai:before {
  content: "\f1b2";
}
.fi-rr-baht-sign:before {
  content: "\f1b3";
}
.fi-rr-balance-scale-left:before {
  content: "\f1b4";
}
.fi-rr-balance-scale-right:before {
  content: "\f1b5";
}
.fi-rr-ball-pile:before {
  content: "\f1b6";
}
.fi-rr-ball:before {
  content: "\f1b7";
}
.fi-rr-balloons:before {
  content: "\f1b8";
}
.fi-rr-ballot-check:before {
  content: "\f1b9";
}
.fi-rr-ballot:before {
  content: "\f1ba";
}
.fi-rr-ban-bug:before {
  content: "\f1bb";
}
.fi-rr-ban:before {
  content: "\f1bc";
}
.fi-rr-band-aid:before {
  content: "\f1bd";
}
.fi-rr-bangladeshi-taka-sign:before {
  content: "\f1be";
}
.fi-rr-banjo:before {
  content: "\f1bf";
}
.fi-rr-bank:before {
  content: "\f1c0";
}
.fi-rr-barber-shop:before {
  content: "\f1c1";
}
.fi-rr-barcode-read:before {
  content: "\f1c2";
}
.fi-rr-barcode-scan:before {
  content: "\f1c3";
}
.fi-rr-barcode:before {
  content: "\f1c4";
}
.fi-rr-bars-filter:before {
  content: "\f1c5";
}
.fi-rr-bars-progress:before {
  content: "\f1c6";
}
.fi-rr-bars-sort:before {
  content: "\f1c7";
}
.fi-rr-bars-staggered:before {
  content: "\f1c8";
}
.fi-rr-baseball-alt:before {
  content: "\f1c9";
}
.fi-rr-baseball:before {
  content: "\f1ca";
}
.fi-rr-basket-shopping-simple:before {
  content: "\f1cb";
}
.fi-rr-basket:before {
  content: "\f1cc";
}
.fi-rr-basketball:before {
  content: "\f1cd";
}
.fi-rr-battery-bolt:before {
  content: "\f1ce";
}
.fi-rr-battery-empty:before {
  content: "\f1cf";
}
.fi-rr-battery-exclamation:before {
  content: "\f1d0";
}
.fi-rr-battery-full:before {
  content: "\f1d1";
}
.fi-rr-battery-half:before {
  content: "\f1d2";
}
.fi-rr-battery-quarter:before {
  content: "\f1d3";
}
.fi-rr-battery-slash:before {
  content: "\f1d4";
}
.fi-rr-battery-three-quarters:before {
  content: "\f1d5";
}
.fi-rr-beacon:before {
  content: "\f1d6";
}
.fi-rr-bed-alt:before {
  content: "\f1d7";
}
.fi-rr-bed:before {
  content: "\f1d8";
}
.fi-rr-beer:before {
  content: "\f1d9";
}
.fi-rr-bell-concierge:before {
  content: "\f1da";
}
.fi-rr-bell-ring:before {
  content: "\f1db";
}
.fi-rr-bell-school:before {
  content: "\f1dc";
}
.fi-rr-bell-slash:before {
  content: "\f1dd";
}
.fi-rr-bell:before {
  content: "\f1de";
}
.fi-rr-bells:before {
  content: "\f1df";
}
.fi-rr-bench-tree:before {
  content: "\f1e0";
}
.fi-rr-betamax:before {
  content: "\f1e1";
}
.fi-rr-bike:before {
  content: "\f1e2";
}
.fi-rr-biking-mountain:before {
  content: "\f1e3";
}
.fi-rr-biking:before {
  content: "\f1e4";
}
.fi-rr-billiard:before {
  content: "\f1e5";
}
.fi-rr-binary-circle-check:before {
  content: "\f1e6";
}
.fi-rr-binary-lock:before {
  content: "\f1e7";
}
.fi-rr-binary-slash:before {
  content: "\f1e8";
}
.fi-rr-binary:before {
  content: "\f1e9";
}
.fi-rr-binoculars:before {
  content: "\f1ea";
}
.fi-rr-biohazard:before {
  content: "\f1eb";
}
.fi-rr-bitcoin-sign:before {
  content: "\f1ec";
}
.fi-rr-blender-phone:before {
  content: "\f1ed";
}
.fi-rr-blinds-open:before {
  content: "\f1ee";
}
.fi-rr-blinds-raised:before {
  content: "\f1ef";
}
.fi-rr-blinds:before {
  content: "\f1f0";
}
.fi-rr-block-brick:before {
  content: "\f1f1";
}
.fi-rr-block-quote:before {
  content: "\f1f2";
}
.fi-rr-block:before {
  content: "\f1f3";
}
.fi-rr-blog-pencil:before {
  content: "\f1f4";
}
.fi-rr-blog-text:before {
  content: "\f1f5";
}
.fi-rr-bold:before {
  content: "\f1f6";
}
.fi-rr-bolt-auto:before {
  content: "\f1f7";
}
.fi-rr-bolt-slash:before {
  content: "\f1f8";
}
.fi-rr-bolt:before {
  content: "\f1f9";
}
.fi-rr-bomb:before {
  content: "\f1fa";
}
.fi-rr-bone-break:before {
  content: "\f1fb";
}
.fi-rr-bone:before {
  content: "\f1fc";
}
.fi-rr-bong:before {
  content: "\f1fd";
}
.fi-rr-book-alt:before {
  content: "\f1fe";
}
.fi-rr-book-arrow-right:before {
  content: "\f1ff";
}
.fi-rr-book-arrow-up:before {
  content: "\f200";
}
.fi-rr-book-atlas:before {
  content: "\f201";
}
.fi-rr-book-bookmark:before {
  content: "\f202";
}
.fi-rr-book-circle-arrow-right:before {
  content: "\f203";
}
.fi-rr-book-circle-arrow-up:before {
  content: "\f204";
}
.fi-rr-book-copy:before {
  content: "\f205";
}
.fi-rr-book-dead:before {
  content: "\f206";
}
.fi-rr-book-font:before {
  content: "\f207";
}
.fi-rr-book-medical:before {
  content: "\f208";
}
.fi-rr-book-open-cover:before {
  content: "\f209";
}
.fi-rr-book-open-reader:before {
  content: "\f20a";
}
.fi-rr-book-quran:before {
  content: "\f20b";
}
.fi-rr-book-section:before {
  content: "\f20c";
}
.fi-rr-book-spells:before {
  content: "\f20d";
}
.fi-rr-book-tanakh:before {
  content: "\f20e";
}
.fi-rr-book-user:before {
  content: "\f20f";
}
.fi-rr-book:before {
  content: "\f210";
}
.fi-rr-bookmark-slash:before {
  content: "\f211";
}
.fi-rr-bookmark:before {
  content: "\f212";
}
.fi-rr-books-medical:before {
  content: "\f213";
}
.fi-rr-books:before {
  content: "\f214";
}
.fi-rr-border-all:before {
  content: "\f215";
}
.fi-rr-border-bottom:before {
  content: "\f216";
}
.fi-rr-border-center-h:before {
  content: "\f217";
}
.fi-rr-border-center-v:before {
  content: "\f218";
}
.fi-rr-border-inner:before {
  content: "\f219";
}
.fi-rr-border-left:before {
  content: "\f21a";
}
.fi-rr-border-none:before {
  content: "\f21b";
}
.fi-rr-border-outer:before {
  content: "\f21c";
}
.fi-rr-border-right:before {
  content: "\f21d";
}
.fi-rr-border-style-alt:before {
  content: "\f21e";
}
.fi-rr-border-style:before {
  content: "\f21f";
}
.fi-rr-border-top:before {
  content: "\f220";
}
.fi-rr-bottle:before {
  content: "\f221";
}
.fi-rr-bow-arrow:before {
  content: "\f222";
}
.fi-rr-bowl-chopsticks-noodles:before {
  content: "\f223";
}
.fi-rr-bowl-chopsticks:before {
  content: "\f224";
}
.fi-rr-bowl-rice:before {
  content: "\f225";
}
.fi-rr-bowling-ball:before {
  content: "\f226";
}
.fi-rr-bowling-pins:before {
  content: "\f227";
}
.fi-rr-bowling:before {
  content: "\f228";
}
.fi-rr-box-alt:before {
  content: "\f229";
}
.fi-rr-box-ballot:before {
  content: "\f22a";
}
.fi-rr-box-check:before {
  content: "\f22b";
}
.fi-rr-box-dollar:before {
  content: "\f22c";
}
.fi-rr-box-fragile:before {
  content: "\f22d";
}
.fi-rr-box-heart:before {
  content: "\f22e";
}
.fi-rr-box-open-full:before {
  content: "\f22f";
}
.fi-rr-box-open:before {
  content: "\f230";
}
.fi-rr-box-tissue:before {
  content: "\f231";
}
.fi-rr-box-up:before {
  content: "\f232";
}
.fi-rr-box:before {
  content: "\f233";
}
.fi-rr-boxes:before {
  content: "\f234";
}
.fi-rr-boxing-glove:before {
  content: "\f235";
}
.fi-rr-bracket-curly-right:before {
  content: "\f236";
}
.fi-rr-bracket-curly:before {
  content: "\f237";
}
.fi-rr-bracket-round-right:before {
  content: "\f238";
}
.fi-rr-bracket-round:before {
  content: "\f239";
}
.fi-rr-bracket-square-right:before {
  content: "\f23a";
}
.fi-rr-bracket-square:before {
  content: "\f23b";
}
.fi-rr-brackets-curly:before {
  content: "\f23c";
}
.fi-rr-brackets-round:before {
  content: "\f23d";
}
.fi-rr-brackets-square:before {
  content: "\f23e";
}
.fi-rr-braille:before {
  content: "\f23f";
}
.fi-rr-brain-circuit:before {
  content: "\f240";
}
.fi-rr-brain:before {
  content: "\f241";
}
.fi-rr-bread-loaf:before {
  content: "\f242";
}
.fi-rr-bread-slice:before {
  content: "\f243";
}
.fi-rr-bread:before {
  content: "\f244";
}
.fi-rr-briefcase-arrow-right:before {
  content: "\f245";
}
.fi-rr-briefcase-blank:before {
  content: "\f246";
}
.fi-rr-briefcase:before {
  content: "\f247";
}
.fi-rr-brightness-low:before {
  content: "\f248";
}
.fi-rr-brightness:before {
  content: "\f249";
}
.fi-rr-bring-forward:before {
  content: "\f24a";
}
.fi-rr-bring-front:before {
  content: "\f24b";
}
.fi-rr-broadcast-tower:before {
  content: "\f24c";
}
.fi-rr-broccoli:before {
  content: "\f24d";
}
.fi-rr-broken-image:before {
  content: "\f24e";
}
.fi-rr-broom:before {
  content: "\f24f";
}
.fi-rr-browser:before {
  content: "\f250";
}
.fi-rr-browsers:before {
  content: "\f251";
}
.fi-rr-brush:before {
  content: "\f252";
}
.fi-rr-bug-slash:before {
  content: "\f253";
}
.fi-rr-bug:before {
  content: "\f254";
}
.fi-rr-building:before {
  content: "\f255";
}
.fi-rr-bulb:before {
  content: "\f256";
}
.fi-rr-bullet:before {
  content: "\f257";
}
.fi-rr-bullhorn:before {
  content: "\f258";
}
.fi-rr-bullseye-arrow:before {
  content: "\f259";
}
.fi-rr-bullseye-pointer:before {
  content: "\f25a";
}
.fi-rr-bullseye:before {
  content: "\f25b";
}
.fi-rr-burger-alt:before {
  content: "\f25c";
}
.fi-rr-burger-fries:before {
  content: "\f25d";
}
.fi-rr-burger-glass:before {
  content: "\f25e";
}
.fi-rr-burrito:before {
  content: "\f25f";
}
.fi-rr-bus-alt:before {
  content: "\f260";
}
.fi-rr-bus:before {
  content: "\f261";
}
.fi-rr-business-time:before {
  content: "\f262";
}
.fi-rr-butterfly:before {
  content: "\f263";
}
.fi-rr-c:before {
  content: "\f264";
}
.fi-rr-cabin:before {
  content: "\f265";
}
.fi-rr-cactus:before {
  content: "\f266";
}
.fi-rr-cake-birthday:before {
  content: "\f267";
}
.fi-rr-cake-wedding:before {
  content: "\f268";
}
.fi-rr-calculator-simple:before {
  content: "\f269";
}
.fi-rr-calculator:before {
  content: "\f26a";
}
.fi-rr-calendar-arrow-down:before {
  content: "\f26b";
}
.fi-rr-calendar-arrow-up:before {
  content: "\f26c";
}
.fi-rr-calendar-check:before {
  content: "\f26d";
}
.fi-rr-calendar-clock:before {
  content: "\f26e";
}
.fi-rr-calendar-day:before {
  content: "\f26f";
}
.fi-rr-calendar-days:before {
  content: "\f270";
}
.fi-rr-calendar-exclamation:before {
  content: "\f271";
}
.fi-rr-calendar-heart:before {
  content: "\f272";
}
.fi-rr-calendar-image:before {
  content: "\f273";
}
.fi-rr-calendar-lines-pen:before {
  content: "\f274";
}
.fi-rr-calendar-lines:before {
  content: "\f275";
}
.fi-rr-calendar-minus:before {
  content: "\f276";
}
.fi-rr-calendar-pen:before {
  content: "\f277";
}
.fi-rr-calendar-plus:before {
  content: "\f278";
}
.fi-rr-calendar-star:before {
  content: "\f279";
}
.fi-rr-calendar-week:before {
  content: "\f27a";
}
.fi-rr-calendar-xmark:before {
  content: "\f27b";
}
.fi-rr-calendar:before {
  content: "\f27c";
}
.fi-rr-calendars:before {
  content: "\f27d";
}
.fi-rr-call-history:before {
  content: "\f27e";
}
.fi-rr-call-incoming:before {
  content: "\f27f";
}
.fi-rr-call-missed:before {
  content: "\f280";
}
.fi-rr-call-outgoing:before {
  content: "\f281";
}
.fi-rr-camcorder:before {
  content: "\f282";
}
.fi-rr-camera-cctv:before {
  content: "\f283";
}
.fi-rr-camera-movie:before {
  content: "\f284";
}
.fi-rr-camera-retro:before {
  content: "\f285";
}
.fi-rr-camera-rotate:before {
  content: "\f286";
}
.fi-rr-camera-security:before {
  content: "\f287";
}
.fi-rr-camera-slash:before {
  content: "\f288";
}
.fi-rr-camera-viewfinder:before {
  content: "\f289";
}
.fi-rr-camera:before {
  content: "\f28a";
}
.fi-rr-campfire:before {
  content: "\f28b";
}
.fi-rr-camping:before {
  content: "\f28c";
}
.fi-rr-candle-holder:before {
  content: "\f28d";
}
.fi-rr-candy-alt:before {
  content: "\f28e";
}
.fi-rr-candy-cane:before {
  content: "\f28f";
}
.fi-rr-candy-corn:before {
  content: "\f290";
}
.fi-rr-candy:before {
  content: "\f291";
}
.fi-rr-Cannabis:before {
  content: "\f292";
}
.fi-rr-canned-food:before {
  content: "\f293";
}
.fi-rr-capsules:before {
  content: "\f294";
}
.fi-rr-car-alt:before {
  content: "\f295";
}
.fi-rr-car-battery:before {
  content: "\f296";
}
.fi-rr-car-bolt:before {
  content: "\f297";
}
.fi-rr-car-building:before {
  content: "\f298";
}
.fi-rr-car-bump:before {
  content: "\f299";
}
.fi-rr-car-bus:before {
  content: "\f29a";
}
.fi-rr-car-circle-bolt:before {
  content: "\f29b";
}
.fi-rr-car-crash:before {
  content: "\f29c";
}
.fi-rr-car-garage:before {
  content: "\f29d";
}
.fi-rr-car-mechanic:before {
  content: "\f29e";
}
.fi-rr-car-side-bolt:before {
  content: "\f29f";
}
.fi-rr-car-side:before {
  content: "\f2a0";
}
.fi-rr-car-tilt:before {
  content: "\f2a1";
}
.fi-rr-car-wash:before {
  content: "\f2a2";
}
.fi-rr-car:before {
  content: "\f2a3";
}
.fi-rr-caravan-alt:before {
  content: "\f2a4";
}
.fi-rr-caravan:before {
  content: "\f2a5";
}
.fi-rr-caret-circle-down:before {
  content: "\f2a6";
}
.fi-rr-caret-circle-right:before {
  content: "\f2a7";
}
.fi-rr-caret-circle-up:before {
  content: "\f2a8";
}
.fi-rr-caret-down:before {
  content: "\f2a9";
}
.fi-rr-caret-left:before {
  content: "\f2aa";
}
.fi-rr-caret-quare-up:before {
  content: "\f2ab";
}
.fi-rr-caret-right:before {
  content: "\f2ac";
}
.fi-rr-caret-square-down:before {
  content: "\f2ad";
}
.fi-rr-caret-square-left_1:before {
  content: "\f2ae";
}
.fi-rr-caret-square-left:before {
  content: "\f2af";
}
.fi-rr-caret-square-right:before {
  content: "\f2b0";
}
.fi-rr-caret-up:before {
  content: "\f2b1";
}
.fi-rr-carrot:before {
  content: "\f2b2";
}
.fi-rr-cars:before {
  content: "\f2b3";
}
.fi-rr-cart-arrow-down:before {
  content: "\f2b4";
}
.fi-rr-cart-minus:before {
  content: "\f2b5";
}
.fi-rr-cart-shopping-fast:before {
  content: "\f2b6";
}
.fi-rr-cash-register:before {
  content: "\f2b7";
}
.fi-rr-cassette-tape:before {
  content: "\f2b8";
}
.fi-rr-cassette-vhs:before {
  content: "\f2b9";
}
.fi-rr-castle:before {
  content: "\f2ba";
}
.fi-rr-cauldron:before {
  content: "\f2bb";
}
.fi-rr-cedi-sign:before {
  content: "\f2bc";
}
.fi-rr-cello:before {
  content: "\f2bd";
}
.fi-rr-cent-sign:before {
  content: "\f2be";
}
.fi-rr-chair-office:before {
  content: "\f2bf";
}
.fi-rr-chair:before {
  content: "\f2c0";
}
.fi-rr-chalkboard-user:before {
  content: "\f2c1";
}
.fi-rr-charging-station:before {
  content: "\f2c2";
}
.fi-rr-chart-area:before {
  content: "\f2c3";
}
.fi-rr-chart-bullet:before {
  content: "\f2c4";
}
.fi-rr-chart-candlestick:before {
  content: "\f2c5";
}
.fi-rr-chart-connected:before {
  content: "\f2c6";
}
.fi-rr-chart-gantt:before {
  content: "\f2c7";
}
.fi-rr-chart-histogram:before {
  content: "\f2c8";
}
.fi-rr-chart-line-up:before {
  content: "\f2c9";
}
.fi-rr-chart-mixed:before {
  content: "\f2ca";
}
.fi-rr-chart-network:before {
  content: "\f2cb";
}
.fi-rr-chart-pie-alt:before {
  content: "\f2cc";
}
.fi-rr-chart-pie:before {
  content: "\f2cd";
}
.fi-rr-chart-pyramid:before {
  content: "\f2ce";
}
.fi-rr-chart-radar:before {
  content: "\f2cf";
}
.fi-rr-chart-scatter-3d:before {
  content: "\f2d0";
}
.fi-rr-chart-scatter-bubble:before {
  content: "\f2d1";
}
.fi-rr-chart-scatter:before {
  content: "\f2d2";
}
.fi-rr-chart-set-theory:before {
  content: "\f2d3";
}
.fi-rr-chart-simple-horizontal:before {
  content: "\f2d4";
}
.fi-rr-chart-simple:before {
  content: "\f2d5";
}
.fi-rr-chart-tree-map:before {
  content: "\f2d6";
}
.fi-rr-chart-tree:before {
  content: "\f2d7";
}
.fi-rr-chart-user:before {
  content: "\f2d8";
}
.fi-rr-chart-waterfall:before {
  content: "\f2d9";
}
.fi-rr-chat-arrow-down:before {
  content: "\f2da";
}
.fi-rr-chat-arrow-grow:before {
  content: "\f2db";
}
.fi-rr-check-circle:before {
  content: "\f2dc";
}
.fi-rr-check-double:before {
  content: "\f2dd";
}
.fi-rr-check:before {
  content: "\f2de";
}
.fi-rr-checkbox:before {
  content: "\f2df";
}
.fi-rr-cheese-alt:before {
  content: "\f2e0";
}
.fi-rr-cheese:before {
  content: "\f2e1";
}
.fi-rr-cheeseburger:before {
  content: "\f2e2";
}
.fi-rr-cherry:before {
  content: "\f2e3";
}
.fi-rr-chess-bishop:before {
  content: "\f2e4";
}
.fi-rr-chess-board:before {
  content: "\f2e5";
}
.fi-rr-chess-clock-alt:before {
  content: "\f2e6";
}
.fi-rr-chess-clock:before {
  content: "\f2e7";
}
.fi-rr-chess-king-alt:before {
  content: "\f2e8";
}
.fi-rr-chess-king:before {
  content: "\f2e9";
}
.fi-rr-chess-knight-alt:before {
  content: "\f2ea";
}
.fi-rr-chess-knight:before {
  content: "\f2eb";
}
.fi-rr-chess-pawn-alt:before {
  content: "\f2ec";
}
.fi-rr-chess-piece:before {
  content: "\f2ed";
}
.fi-rr-chess-queen-alt:before {
  content: "\f2ee";
}
.fi-rr-chess-queen:before {
  content: "\f2ef";
}
.fi-rr-chess-rook-alt:before {
  content: "\f2f0";
}
.fi-rr-chess-rook:before {
  content: "\f2f1";
}
.fi-rr-chess:before {
  content: "\f2f2";
}
.fi-rr-chevron-double-down:before {
  content: "\f2f3";
}
.fi-rr-chevron-double-up:before {
  content: "\f2f4";
}
.fi-rr-child-head:before {
  content: "\f2f5";
}
.fi-rr-chocolate:before {
  content: "\f2f6";
}
.fi-rr-circle-0:before {
  content: "\f2f7";
}
.fi-rr-circle-1:before {
  content: "\f2f8";
}
.fi-rr-circle-2:before {
  content: "\f2f9";
}
.fi-rr-circle-3:before {
  content: "\f2fa";
}
.fi-rr-circle-4:before {
  content: "\f2fb";
}
.fi-rr-circle-5:before {
  content: "\f2fc";
}
.fi-rr-circle-6:before {
  content: "\f2fd";
}
.fi-rr-circle-7:before {
  content: "\f2fe";
}
.fi-rr-circle-8:before {
  content: "\f2ff";
}
.fi-rr-circle-9:before {
  content: "\f300";
}
.fi-rr-circle-a:before {
  content: "\f301";
}
.fi-rr-circle-b:before {
  content: "\f302";
}
.fi-rr-circle-bolt:before {
  content: "\f303";
}
.fi-rr-circle-book-open:before {
  content: "\f304";
}
.fi-rr-circle-bookmark:before {
  content: "\f305";
}
.fi-rr-circle-c:before {
  content: "\f306";
}
.fi-rr-circle-calendar:before {
  content: "\f307";
}
.fi-rr-circle-camera:before {
  content: "\f308";
}
.fi-rr-circle-d:before {
  content: "\f309";
}
.fi-rr-circle-dashed:before {
  content: "\f30a";
}
.fi-rr-circle-e:before {
  content: "\f30b";
}
.fi-rr-circle-ellipsis-vertical:before {
  content: "\f30c";
}
.fi-rr-circle-ellipsis:before {
  content: "\f30d";
}
.fi-rr-circle-envelope:before {
  content: "\f30e";
}
.fi-rr-circle-exclamation-check:before {
  content: "\f30f";
}
.fi-rr-circle-f:before {
  content: "\f310";
}
.fi-rr-circle-g:before {
  content: "\f311";
}
.fi-rr-circle-h:before {
  content: "\f312";
}
.fi-rr-circle-half-stroke:before {
  content: "\f313";
}
.fi-rr-circle-half:before {
  content: "\f314";
}
.fi-rr-circle-heart:before {
  content: "\f315";
}
.fi-rr-circle-i:before {
  content: "\f316";
}
.fi-rr-circle-j:before {
  content: "\f317";
}
.fi-rr-circle-k:before {
  content: "\f318";
}
.fi-rr-circle-l:before {
  content: "\f319";
}
.fi-rr-circle-m:before {
  content: "\f31a";
}
.fi-rr-circle-microphone-lines:before {
  content: "\f31b";
}
.fi-rr-circle-microphone:before {
  content: "\f31c";
}
.fi-rr-circle-n:before {
  content: "\f31d";
}
.fi-rr-circle-o:before {
  content: "\f31e";
}
.fi-rr-circle-p:before {
  content: "\f31f";
}
.fi-rr-circle-phone-flip:before {
  content: "\f320";
}
.fi-rr-circle-phone-hangup:before {
  content: "\f321";
}
.fi-rr-circle-phone:before {
  content: "\f322";
}
.fi-rr-circle-q:before {
  content: "\f323";
}
.fi-rr-circle-quarter:before {
  content: "\f324";
}
.fi-rr-circle-quarters-alt:before {
  content: "\f325";
}
.fi-rr-circle-r:before {
  content: "\f326";
}
.fi-rr-circle-s:before {
  content: "\f327";
}
.fi-rr-circle-small:before {
  content: "\f328";
}
.fi-rr-circle-star:before {
  content: "\f329";
}
.fi-rr-circle-t:before {
  content: "\f32a";
}
.fi-rr-circle-three-quarters:before {
  content: "\f32b";
}
.fi-rr-circle-trash:before {
  content: "\f32c";
}
.fi-rr-circle-u:before {
  content: "\f32d";
}
.fi-rr-circle-user:before {
  content: "\f32e";
}
.fi-rr-circle-v:before {
  content: "\f32f";
}
.fi-rr-circle-video:before {
  content: "\f330";
}
.fi-rr-circle-w:before {
  content: "\f331";
}
.fi-rr-circle-waveform-lines:before {
  content: "\f332";
}
.fi-rr-circle-x:before {
  content: "\f333";
}
.fi-rr-circle-xmark:before {
  content: "\f334";
}
.fi-rr-circle-y:before {
  content: "\f335";
}
.fi-rr-circle-z:before {
  content: "\f336";
}
.fi-rr-circle:before {
  content: "\f337";
}
.fi-rr-city:before {
  content: "\f338";
}
.fi-rr-clapperboard-play:before {
  content: "\f339";
}
.fi-rr-clapperboard:before {
  content: "\f33a";
}
.fi-rr-clarinet:before {
  content: "\f33b";
}
.fi-rr-claw-marks:before {
  content: "\f33c";
}
.fi-rr-clip:before {
  content: "\f33d";
}
.fi-rr-clipboard-list-check:before {
  content: "\f33e";
}
.fi-rr-clipboard-list:before {
  content: "\f33f";
}
.fi-rr-clipboard-prescription:before {
  content: "\f340";
}
.fi-rr-clipboard-user:before {
  content: "\f341";
}
.fi-rr-clipboard:before {
  content: "\f342";
}
.fi-rr-clock-eight-thirty:before {
  content: "\f343";
}
.fi-rr-clock-eleven-thirty:before {
  content: "\f344";
}
.fi-rr-clock-eleven:before {
  content: "\f345";
}
.fi-rr-clock-five-thirty:before {
  content: "\f346";
}
.fi-rr-clock-five:before {
  content: "\f347";
}
.fi-rr-clock-four-thirty:before {
  content: "\f348";
}
.fi-rr-clock-nine-thirty:before {
  content: "\f349";
}
.fi-rr-clock-nine:before {
  content: "\f34a";
}
.fi-rr-clock-one-thirty:before {
  content: "\f34b";
}
.fi-rr-clock-one:before {
  content: "\f34c";
}
.fi-rr-clock-seven-thirty:before {
  content: "\f34d";
}
.fi-rr-clock-seven:before {
  content: "\f34e";
}
.fi-rr-clock-six-thirty:before {
  content: "\f34f";
}
.fi-rr-clock-six:before {
  content: "\f350";
}
.fi-rr-clock-ten-thirty:before {
  content: "\f351";
}
.fi-rr-clock-ten:before {
  content: "\f352";
}
.fi-rr-clock-three-thirty:before {
  content: "\f353";
}
.fi-rr-clock-three:before {
  content: "\f354";
}
.fi-rr-clock-twelve-thirty:before {
  content: "\f355";
}
.fi-rr-clock-twelve:before {
  content: "\f356";
}
.fi-rr-clock-two-thirty:before {
  content: "\f357";
}
.fi-rr-clock-two:before {
  content: "\f358";
}
.fi-rr-clock:before {
  content: "\f359";
}
.fi-rr-clone:before {
  content: "\f35a";
}
.fi-rr-closed-captioning-slash:before {
  content: "\f35b";
}
.fi-rr-cloud-check:before {
  content: "\f35c";
}
.fi-rr-cloud-disabled:before {
  content: "\f35d";
}
.fi-rr-cloud-download-alt:before {
  content: "\f35e";
}
.fi-rr-cloud-download:before {
  content: "\f35f";
}
.fi-rr-cloud-drizzle:before {
  content: "\f360";
}
.fi-rr-cloud-exclamation:before {
  content: "\f361";
}
.fi-rr-cloud-hail-mixed:before {
  content: "\f362";
}
.fi-rr-cloud-hail:before {
  content: "\f363";
}
.fi-rr-cloud-meatball:before {
  content: "\f364";
}
.fi-rr-cloud-moon-rain:before {
  content: "\f365";
}
.fi-rr-cloud-moon:before {
  content: "\f366";
}
.fi-rr-cloud-question:before {
  content: "\f367";
}
.fi-rr-cloud-rain:before {
  content: "\f368";
}
.fi-rr-cloud-rainbow:before {
  content: "\f369";
}
.fi-rr-cloud-share:before {
  content: "\f36a";
}
.fi-rr-cloud-showers-heavy:before {
  content: "\f36b";
}
.fi-rr-cloud-showers:before {
  content: "\f36c";
}
.fi-rr-cloud-sleet:before {
  content: "\f36d";
}
.fi-rr-cloud-snow:before {
  content: "\f36e";
}
.fi-rr-cloud-sun-rain:before {
  content: "\f36f";
}
.fi-rr-cloud-sun:before {
  content: "\f370";
}
.fi-rr-cloud-upload-alt:before {
  content: "\f371";
}
.fi-rr-cloud-upload:before {
  content: "\f372";
}
.fi-rr-cloud:before {
  content: "\f373";
}
.fi-rr-clouds-moon:before {
  content: "\f374";
}
.fi-rr-clouds-sun:before {
  content: "\f375";
}
.fi-rr-clouds:before {
  content: "\f376";
}
.fi-rr-club:before {
  content: "\f377";
}
.fi-rr-cocktail-alt:before {
  content: "\f378";
}
.fi-rr-cocktail:before {
  content: "\f379";
}
.fi-rr-code-branch:before {
  content: "\f37a";
}
.fi-rr-code-commit:before {
  content: "\f37b";
}
.fi-rr-code-compare:before {
  content: "\f37c";
}
.fi-rr-code-fork:before {
  content: "\f37d";
}
.fi-rr-code-merge:before {
  content: "\f37e";
}
.fi-rr-code-pull-request-closed:before {
  content: "\f37f";
}
.fi-rr-code-pull-request-draft:before {
  content: "\f380";
}
.fi-rr-code-pull-request:before {
  content: "\f381";
}
.fi-rr-code-simple:before {
  content: "\f382";
}
.fi-rr-coffee-bean:before {
  content: "\f383";
}
.fi-rr-coffee-beans:before {
  content: "\f384";
}
.fi-rr-coffee-pot:before {
  content: "\f385";
}
.fi-rr-coffee:before {
  content: "\f386";
}
.fi-rr-coffin-cross:before {
  content: "\f387";
}
.fi-rr-coffin:before {
  content: "\f388";
}
.fi-rr-coin:before {
  content: "\f389";
}
.fi-rr-coins:before {
  content: "\f38a";
}
.fi-rr-colon-sign:before {
  content: "\f38b";
}
.fi-rr-columns-3:before {
  content: "\f38c";
}
.fi-rr-comet:before {
  content: "\f38d";
}
.fi-rr-command:before {
  content: "\f38e";
}
.fi-rr-comment-alt-check:before {
  content: "\f38f";
}
.fi-rr-comment-alt-dots:before {
  content: "\f390";
}
.fi-rr-comment-alt-edit:before {
  content: "\f391";
}
.fi-rr-comment-alt-medical:before {
  content: "\f392";
}
.fi-rr-comment-alt-middle-top:before {
  content: "\f393";
}
.fi-rr-comment-alt-middle:before {
  content: "\f394";
}
.fi-rr-comment-alt-minus:before {
  content: "\f395";
}
.fi-rr-comment-alt-music:before {
  content: "\f396";
}
.fi-rr-comment-alt:before {
  content: "\f397";
}
.fi-rr-comment-arrow-down:before {
  content: "\f398";
}
.fi-rr-comment-arrow-up-right:before {
  content: "\f399";
}
.fi-rr-comment-arrow-up:before {
  content: "\f39a";
}
.fi-rr-comment-check:before {
  content: "\f39b";
}
.fi-rr-comment-code:before {
  content: "\f39c";
}
.fi-rr-comment-dollar:before {
  content: "\f39d";
}
.fi-rr-comment-dots:before {
  content: "\f39e";
}
.fi-rr-comment-exclamation:before {
  content: "\f39f";
}
.fi-rr-comment-heart:before {
  content: "\f3a0";
}
.fi-rr-comment-image:before {
  content: "\f3a1";
}
.fi-rr-comment-info:before {
  content: "\f3a2";
}
.fi-rr-comment-medical:before {
  content: "\f3a3";
}
.fi-rr-comment-minus:before {
  content: "\f3a4";
}
.fi-rr-comment-pen:before {
  content: "\f3a5";
}
.fi-rr-comment-question:before {
  content: "\f3a6";
}
.fi-rr-comment-quote:before {
  content: "\f3a7";
}
.fi-rr-comment-slash:before {
  content: "\f3a8";
}
.fi-rr-comment-smile:before {
  content: "\f3a9";
}
.fi-rr-comment-sms:before {
  content: "\f3aa";
}
.fi-rr-comment-text:before {
  content: "\f3ab";
}
.fi-rr-comment-user:before {
  content: "\f3ac";
}
.fi-rr-comment-xmark:before {
  content: "\f3ad";
}
.fi-rr-comment:before {
  content: "\f3ae";
}
.fi-rr-comments-dollar:before {
  content: "\f3af";
}
.fi-rr-comments-question-check:before {
  content: "\f3b0";
}
.fi-rr-comments-question:before {
  content: "\f3b1";
}
.fi-rr-comments:before {
  content: "\f3b2";
}
.fi-rr-compass-slash:before {
  content: "\f3b3";
}
.fi-rr-compress-alt:before {
  content: "\f3b4";
}
.fi-rr-compress:before {
  content: "\f3b5";
}
.fi-rr-computer-speaker:before {
  content: "\f3b6";
}
.fi-rr-computer:before {
  content: "\f3b7";
}
.fi-rr-concierge-bell:before {
  content: "\f3b8";
}
.fi-rr-confetti:before {
  content: "\f3b9";
}
.fi-rr-cookie-alt:before {
  content: "\f3ba";
}
.fi-rr-cookie:before {
  content: "\f3bb";
}
.fi-rr-copy-alt:before {
  content: "\f3bc";
}
.fi-rr-copy-image:before {
  content: "\f3bd";
}
.fi-rr-copy:before {
  content: "\f3be";
}
.fi-rr-copyright:before {
  content: "\f3bf";
}
.fi-rr-corn:before {
  content: "\f3c0";
}
.fi-rr-cow:before {
  content: "\f3c1";
}
.fi-rr-cowbell-circle-plus:before {
  content: "\f3c2";
}
.fi-rr-cowbell-more:before {
  content: "\f3c3";
}
.fi-rr-cowbell:before {
  content: "\f3c4";
}
.fi-rr-cream:before {
  content: "\f3c5";
}
.fi-rr-credit-card:before {
  content: "\f3c6";
}
.fi-rr-cricket:before {
  content: "\f3c7";
}
.fi-rr-croissant:before {
  content: "\f3c8";
}
.fi-rr-cross-circle:before {
  content: "\f3c9";
}
.fi-rr-cross-religion:before {
  content: "\f3ca";
}
.fi-rr-cross-small:before {
  content: "\f3cb";
}
.fi-rr-cross:before {
  content: "\f3cc";
}
.fi-rr-crown:before {
  content: "\f3cd";
}
.fi-rr-crutch:before {
  content: "\f3ce";
}
.fi-rr-crutches:before {
  content: "\f3cf";
}
.fi-rr-cruzeiro-sign:before {
  content: "\f3d0";
}
.fi-rr-crystal-ball:before {
  content: "\f3d1";
}
.fi-rr-cube:before {
  content: "\f3d2";
}
.fi-rr-cubes:before {
  content: "\f3d3";
}
.fi-rr-cupcake:before {
  content: "\f3d4";
}
.fi-rr-curling:before {
  content: "\f3d5";
}
.fi-rr-cursor-finger:before {
  content: "\f3d6";
}
.fi-rr-cursor-plus:before {
  content: "\f3d7";
}
.fi-rr-cursor-text-alt:before {
  content: "\f3d8";
}
.fi-rr-cursor-text:before {
  content: "\f3d9";
}
.fi-rr-cursor:before {
  content: "\f3da";
}
.fi-rr-d:before {
  content: "\f3db";
}
.fi-rr-dart:before {
  content: "\f3dc";
}
.fi-rr-dashboard:before {
  content: "\f3dd";
}
.fi-rr-data-transfer:before {
  content: "\f3de";
}
.fi-rr-database:before {
  content: "\f3df";
}
.fi-rr-delete-document:before {
  content: "\f3e0";
}
.fi-rr-delete-right:before {
  content: "\f3e1";
}
.fi-rr-delete-user:before {
  content: "\f3e2";
}
.fi-rr-delete:before {
  content: "\f3e3";
}
.fi-rr-democrat:before {
  content: "\f3e4";
}
.fi-rr-desktop-wallpaper:before {
  content: "\f3e5";
}
.fi-rr-devices:before {
  content: "\f3e6";
}
.fi-rr-dewpoint:before {
  content: "\f3e7";
}
.fi-rr-dharmachakra:before {
  content: "\f3e8";
}
.fi-rr-diagram-cells:before {
  content: "\f3e9";
}
.fi-rr-diagram-lean-canvas:before {
  content: "\f3ea";
}
.fi-rr-diagram-nested:before {
  content: "\f3eb";
}
.fi-rr-diagram-next:before {
  content: "\f3ec";
}
.fi-rr-diagram-predecessor:before {
  content: "\f3ed";
}
.fi-rr-diagram-previous:before {
  content: "\f3ee";
}
.fi-rr-diagram-project:before {
  content: "\f3ef";
}
.fi-rr-diagram-sankey:before {
  content: "\f3f0";
}
.fi-rr-diagram-subtask:before {
  content: "\f3f1";
}
.fi-rr-diagram-successor:before {
  content: "\f3f2";
}
.fi-rr-diagram-venn:before {
  content: "\f3f3";
}
.fi-rr-dial-high:before {
  content: "\f3f4";
}
.fi-rr-dial-low:before {
  content: "\f3f5";
}
.fi-rr-dial-max:before {
  content: "\f3f6";
}
.fi-rr-dial-med-low:before {
  content: "\f3f7";
}
.fi-rr-dial-med:before {
  content: "\f3f8";
}
.fi-rr-dial-min:before {
  content: "\f3f9";
}
.fi-rr-dial-off:before {
  content: "\f3fa";
}
.fi-rr-dial:before {
  content: "\f3fb";
}
.fi-rr-diamond-exclamation:before {
  content: "\f3fc";
}
.fi-rr-diamond-turn-right:before {
  content: "\f3fd";
}
.fi-rr-diamond:before {
  content: "\f3fe";
}
.fi-rr-dice-alt:before {
  content: "\f3ff";
}
.fi-rr-dice-d10:before {
  content: "\f400";
}
.fi-rr-dice-d12:before {
  content: "\f401";
}
.fi-rr-dice-d20:before {
  content: "\f402";
}
.fi-rr-dice-d4:before {
  content: "\f403";
}
.fi-rr-dice-d6:before {
  content: "\f404";
}
.fi-rr-dice-d8:before {
  content: "\f405";
}
.fi-rr-dice-four:before {
  content: "\f406";
}
.fi-rr-dice-one:before {
  content: "\f407";
}
.fi-rr-dice-six:before {
  content: "\f408";
}
.fi-rr-dice-three:before {
  content: "\f409";
}
.fi-rr-dice-two:before {
  content: "\f40a";
}
.fi-rr-dice:before {
  content: "\f40b";
}
.fi-rr-diploma:before {
  content: "\f40c";
}
.fi-rr-disco-ball:before {
  content: "\f40d";
}
.fi-rr-disease:before {
  content: "\f40e";
}
.fi-rr-disk:before {
  content: "\f40f";
}
.fi-rr-display-code:before {
  content: "\f410";
}
.fi-rr-distribute-spacing-horizontal:before {
  content: "\f411";
}
.fi-rr-distribute-spacing-vertical:before {
  content: "\f412";
}
.fi-rr-dizzy:before {
  content: "\f413";
}
.fi-rr-dna:before {
  content: "\f414";
}
.fi-rr-doctor:before {
  content: "\f415";
}
.fi-rr-document-signed:before {
  content: "\f416";
}
.fi-rr-document:before {
  content: "\f417";
}
.fi-rr-dollar:before {
  content: "\f418";
}
.fi-rr-donate:before {
  content: "\f419";
}
.fi-rr-dong-sign:before {
  content: "\f41a";
}
.fi-rr-door-closed:before {
  content: "\f41b";
}
.fi-rr-door-open:before {
  content: "\f41c";
}
.fi-rr-dot-circle:before {
  content: "\f41d";
}
.fi-rr-down-left-and-up-right-to-center:before {
  content: "\f41e";
}
.fi-rr-down-left:before {
  content: "\f41f";
}
.fi-rr-down-right:before {
  content: "\f420";
}
.fi-rr-down-to-line:before {
  content: "\f421";
}
.fi-rr-down:before {
  content: "\f422";
}
.fi-rr-download:before {
  content: "\f423";
}
.fi-rr-drafting-compass:before {
  content: "\f424";
}
.fi-rr-draw-polygon:before {
  content: "\f425";
}
.fi-rr-draw-square:before {
  content: "\f426";
}
.fi-rr-dreidel:before {
  content: "\f427";
}
.fi-rr-drink-alt:before {
  content: "\f428";
}
.fi-rr-drone-front:before {
  content: "\f429";
}
.fi-rr-drum-steelpan:before {
  content: "\f42a";
}
.fi-rr-drum:before {
  content: "\f42b";
}
.fi-rr-drumstick-bite:before {
  content: "\f42c";
}
.fi-rr-drumstick:before {
  content: "\f42d";
}
.fi-rr-dungeon:before {
  content: "\f42e";
}
.fi-rr-duplicate:before {
  content: "\f42f";
}
.fi-rr-e-learning:before {
  content: "\f430";
}
.fi-rr-e:before {
  content: "\f431";
}
.fi-rr-ear-deaf:before {
  content: "\f432";
}
.fi-rr-ear-muffs:before {
  content: "\f433";
}
.fi-rr-ear:before {
  content: "\f434";
}
.fi-rr-earnings:before {
  content: "\f435";
}
.fi-rr-earth-africa:before {
  content: "\f436";
}
.fi-rr-earth-americas:before {
  content: "\f437";
}
.fi-rr-earth-asia:before {
  content: "\f438";
}
.fi-rr-earth-europa:before {
  content: "\f439";
}
.fi-rr-eclipse-alt:before {
  content: "\f43a";
}
.fi-rr-eclipse:before {
  content: "\f43b";
}
.fi-rr-edit-alt:before {
  content: "\f43c";
}
.fi-rr-edit:before {
  content: "\f43d";
}
.fi-rr-egg-fried:before {
  content: "\f43e";
}
.fi-rr-egg:before {
  content: "\f43f";
}
.fi-rr-eject:before {
  content: "\f440";
}
.fi-rr-elevator:before {
  content: "\f441";
}
.fi-rr-engine-warning:before {
  content: "\f442";
}
.fi-rr-enter:before {
  content: "\f443";
}
.fi-rr-envelope-ban:before {
  content: "\f444";
}
.fi-rr-envelope-bulk:before {
  content: "\f445";
}
.fi-rr-envelope-dot:before {
  content: "\f446";
}
.fi-rr-envelope-download:before {
  content: "\f447";
}
.fi-rr-envelope-marker:before {
  content: "\f448";
}
.fi-rr-envelope-open-dollar:before {
  content: "\f449";
}
.fi-rr-envelope-open-text:before {
  content: "\f44a";
}
.fi-rr-envelope-open:before {
  content: "\f44b";
}
.fi-rr-envelope-plus:before {
  content: "\f44c";
}
.fi-rr-envelope:before {
  content: "\f44d";
}
.fi-rr-envelopes:before {
  content: "\f44e";
}
.fi-rr-equality:before {
  content: "\f44f";
}
.fi-rr-eraser:before {
  content: "\f450";
}
.fi-rr-escalator:before {
  content: "\f451";
}
.fi-rr-euro:before {
  content: "\f452";
}
.fi-rr-exchange-alt:before {
  content: "\f453";
}
.fi-rr-exchange:before {
  content: "\f454";
}
.fi-rr-exclamation:before {
  content: "\f455";
}
.fi-rr-exit:before {
  content: "\f456";
}
.fi-rr-expand-arrows-alt:before {
  content: "\f457";
}
.fi-rr-expand-arrows:before {
  content: "\f458";
}
.fi-rr-expand:before {
  content: "\f459";
}
.fi-rr-eye-crossed:before {
  content: "\f45a";
}
.fi-rr-eye-dropper-half:before {
  content: "\f45b";
}
.fi-rr-eye-dropper:before {
  content: "\f45c";
}
.fi-rr-eye:before {
  content: "\f45d";
}
.fi-rr-eyes:before {
  content: "\f45e";
}
.fi-rr-f:before {
  content: "\f45f";
}
.fi-rr-face-angry-horns:before {
  content: "\f460";
}
.fi-rr-face-anguished:before {
  content: "\f461";
}
.fi-rr-face-anxious-sweat:before {
  content: "\f462";
}
.fi-rr-face-astonished:before {
  content: "\f463";
}
.fi-rr-face-awesome:before {
  content: "\f464";
}
.fi-rr-face-beam-hand-over-mouth:before {
  content: "\f465";
}
.fi-rr-face-confounded:before {
  content: "\f466";
}
.fi-rr-face-confused:before {
  content: "\f467";
}
.fi-rr-face-cowboy-hat:before {
  content: "\f468";
}
.fi-rr-face-disappointed:before {
  content: "\f469";
}
.fi-rr-face-disguise:before {
  content: "\f46a";
}
.fi-rr-face-downcast-sweat:before {
  content: "\f46b";
}
.fi-rr-face-drooling:before {
  content: "\f46c";
}
.fi-rr-face-explode:before {
  content: "\f46d";
}
.fi-rr-face-expressionless:before {
  content: "\f46e";
}
.fi-rr-face-eyes-xmarks:before {
  content: "\f46f";
}
.fi-rr-face-fearful:before {
  content: "\f470";
}
.fi-rr-face-glasses:before {
  content: "\f471";
}
.fi-rr-face-grin-tongue-wink:before {
  content: "\f472";
}
.fi-rr-face-hand-yawn:before {
  content: "\f473";
}
.fi-rr-face-head-bandage:before {
  content: "\f474";
}
.fi-rr-face-hushed:before {
  content: "\f475";
}
.fi-rr-face-icicles:before {
  content: "\f476";
}
.fi-rr-face-lying:before {
  content: "\f477";
}
.fi-rr-face-mask:before {
  content: "\f478";
}
.fi-rr-face-monocle:before {
  content: "\f479";
}
.fi-rr-face-nauseated:before {
  content: "\f47a";
}
.fi-rr-face-nose-steam:before {
  content: "\f47b";
}
.fi-rr-face-party:before {
  content: "\f47c";
}
.fi-rr-face-pensive:before {
  content: "\f47d";
}
.fi-rr-face-persevering:before {
  content: "\f47e";
}
.fi-rr-face-pleading:before {
  content: "\f47f";
}
.fi-rr-face-raised-eyebrow:before {
  content: "\f480";
}
.fi-rr-face-relieved:before {
  content: "\f481";
}
.fi-rr-face-sad-sweat:before {
  content: "\f482";
}
.fi-rr-face-scream:before {
  content: "\f483";
}
.fi-rr-face-shush:before {
  content: "\f484";
}
.fi-rr-face-sleeping:before {
  content: "\f485";
}
.fi-rr-face-sleepy:before {
  content: "\f486";
}
.fi-rr-face-smile-halo:before {
  content: "\f487";
}
.fi-rr-face-smile-hearts:before {
  content: "\f488";
}
.fi-rr-face-smile-horns:before {
  content: "\f489";
}
.fi-rr-face-smile-tear:before {
  content: "\f48a";
}
.fi-rr-face-smile-tongue:before {
  content: "\f48b";
}
.fi-rr-face-smile-upside-down:before {
  content: "\f48c";
}
.fi-rr-face-smiling-hands:before {
  content: "\f48d";
}
.fi-rr-face-smirking:before {
  content: "\f48e";
}
.fi-rr-face-sunglasses:before {
  content: "\f48f";
}
.fi-rr-face-swear:before {
  content: "\f490";
}
.fi-rr-face-thermometer:before {
  content: "\f491";
}
.fi-rr-face-thinking:before {
  content: "\f492";
}
.fi-rr-face-tissue:before {
  content: "\f493";
}
.fi-rr-face-tongue-money:before {
  content: "\f494";
}
.fi-rr-face-tongue-sweat:before {
  content: "\f495";
}
.fi-rr-face-unamused:before {
  content: "\f496";
}
.fi-rr-face-viewfinder:before {
  content: "\f497";
}
.fi-rr-face-vomit:before {
  content: "\f498";
}
.fi-rr-face-weary:before {
  content: "\f499";
}
.fi-rr-face-woozy:before {
  content: "\f49a";
}
.fi-rr-face-worried:before {
  content: "\f49b";
}
.fi-rr-face-zany:before {
  content: "\f49c";
}
.fi-rr-face-zipper:before {
  content: "\f49d";
}
.fi-rr-farm:before {
  content: "\f49e";
}
.fi-rr-fax:before {
  content: "\f49f";
}
.fi-rr-feather-pointed:before {
  content: "\f4a0";
}
.fi-rr-feather:before {
  content: "\f4a1";
}
.fi-rr-fence:before {
  content: "\f4a2";
}
.fi-rr-ferris-wheel:before {
  content: "\f4a3";
}
.fi-rr-fighter-jet:before {
  content: "\f4a4";
}
.fi-rr-file-ai:before {
  content: "\f4a5";
}
.fi-rr-file-audio:before {
  content: "\f4a6";
}
.fi-rr-file-binary:before {
  content: "\f4a7";
}
.fi-rr-file-chart-line:before {
  content: "\f4a8";
}
.fi-rr-file-chart-pie:before {
  content: "\f4a9";
}
.fi-rr-file-circle-info:before {
  content: "\f4aa";
}
.fi-rr-file-code:before {
  content: "\f4ab";
}
.fi-rr-file-csv:before {
  content: "\f4ac";
}
.fi-rr-file-download:before {
  content: "\f4ad";
}
.fi-rr-file-edit:before {
  content: "\f4ae";
}
.fi-rr-file-eps:before {
  content: "\f4af";
}
.fi-rr-file-excel:before {
  content: "\f4b0";
}
.fi-rr-file-exclamation:before {
  content: "\f4b1";
}
.fi-rr-file-export:before {
  content: "\f4b2";
}
.fi-rr-file-image:before {
  content: "\f4b3";
}
.fi-rr-file-import:before {
  content: "\f4b4";
}
.fi-rr-file-invoice-dollar:before {
  content: "\f4b5";
}
.fi-rr-file-invoice:before {
  content: "\f4b6";
}
.fi-rr-file-medical-alt:before {
  content: "\f4b7";
}
.fi-rr-file-medical:before {
  content: "\f4b8";
}
.fi-rr-file-minus:before {
  content: "\f4b9";
}
.fi-rr-file-pdf:before {
  content: "\f4ba";
}
.fi-rr-file-powerpoint:before {
  content: "\f4bb";
}
.fi-rr-file-prescription:before {
  content: "\f4bc";
}
.fi-rr-file-psd:before {
  content: "\f4bd";
}
.fi-rr-file-signature:before {
  content: "\f4be";
}
.fi-rr-file-spreadsheet:before {
  content: "\f4bf";
}
.fi-rr-file-upload:before {
  content: "\f4c0";
}
.fi-rr-file-user:before {
  content: "\f4c1";
}
.fi-rr-file-video:before {
  content: "\f4c2";
}
.fi-rr-file-word:before {
  content: "\f4c3";
}
.fi-rr-file-zipper:before {
  content: "\f4c4";
}
.fi-rr-file:before {
  content: "\f4c5";
}
.fi-rr-files-medical:before {
  content: "\f4c6";
}
.fi-rr-fill:before {
  content: "\f4c7";
}
.fi-rr-film-canister:before {
  content: "\f4c8";
}
.fi-rr-film-slash:before {
  content: "\f4c9";
}
.fi-rr-film:before {
  content: "\f4ca";
}
.fi-rr-films:before {
  content: "\f4cb";
}
.fi-rr-filter-slash:before {
  content: "\f4cc";
}
.fi-rr-filter:before {
  content: "\f4cd";
}
.fi-rr-filters:before {
  content: "\f4ce";
}
.fi-rr-fingerprint:before {
  content: "\f4cf";
}
.fi-rr-fire-flame-curved:before {
  content: "\f4d0";
}
.fi-rr-fire-smoke:before {
  content: "\f4d1";
}
.fi-rr-fish-cooked:before {
  content: "\f4d2";
}
.fi-rr-fish:before {
  content: "\f4d3";
}
.fi-rr-fishing-rod:before {
  content: "\f4d4";
}
.fi-rr-flag-alt:before {
  content: "\f4d5";
}
.fi-rr-flag-checkered:before {
  content: "\f4d6";
}
.fi-rr-flag-usa:before {
  content: "\f4d7";
}
.fi-rr-flag:before {
  content: "\f4d8";
}
.fi-rr-flame:before {
  content: "\f4d9";
}
.fi-rr-flask-poison:before {
  content: "\f4da";
}
.fi-rr-flask-potion:before {
  content: "\f4db";
}
.fi-rr-flip-horizontal:before {
  content: "\f4dc";
}
.fi-rr-floppy-disk-circle-arrow-right:before {
  content: "\f4dd";
}
.fi-rr-floppy-disk-circle-xmark:before {
  content: "\f4de";
}
.fi-rr-florin-sign:before {
  content: "\f4df";
}
.fi-rr-flower-bouquet:before {
  content: "\f4e0";
}
.fi-rr-flower-daffodil:before {
  content: "\f4e1";
}
.fi-rr-flower-tulip:before {
  content: "\f4e2";
}
.fi-rr-flower:before {
  content: "\f4e3";
}
.fi-rr-flushed:before {
  content: "\f4e4";
}
.fi-rr-flute:before {
  content: "\f4e5";
}
.fi-rr-flux-capacitor:before {
  content: "\f4e6";
}
.fi-rr-fog:before {
  content: "\f4e7";
}
.fi-rr-folder-download:before {
  content: "\f4e8";
}
.fi-rr-folder-minus:before {
  content: "\f4e9";
}
.fi-rr-folder-open:before {
  content: "\f4ea";
}
.fi-rr-folder-times:before {
  content: "\f4eb";
}
.fi-rr-folder-tree:before {
  content: "\f4ec";
}
.fi-rr-folder-upload:before {
  content: "\f4ed";
}
.fi-rr-folder-xmark:before {
  content: "\f4ee";
}
.fi-rr-folder:before {
  content: "\f4ef";
}
.fi-rr-folders:before {
  content: "\f4f0";
}
.fi-rr-follow-folder:before {
  content: "\f4f1";
}
.fi-rr-followcollection:before {
  content: "\f4f2";
}
.fi-rr-following:before {
  content: "\f4f3";
}
.fi-rr-football:before {
  content: "\f4f4";
}
.fi-rr-fork:before {
  content: "\f4f5";
}
.fi-rr-form:before {
  content: "\f4f6";
}
.fi-rr-fort:before {
  content: "\f4f7";
}
.fi-rr-forward-fast:before {
  content: "\f4f8";
}
.fi-rr-forward:before {
  content: "\f4f9";
}
.fi-rr-fox:before {
  content: "\f4fa";
}
.fi-rr-franc-sign:before {
  content: "\f4fb";
}
.fi-rr-french-fries:before {
  content: "\f4fc";
}
.fi-rr-frown:before {
  content: "\f4fd";
}
.fi-rr-ftp:before {
  content: "\f4fe";
}
.fi-rr-funnel-dollar:before {
  content: "\f4ff";
}
.fi-rr-g:before {
  content: "\f500";
}
.fi-rr-galaxy:before {
  content: "\f501";
}
.fi-rr-gallery-thumbnails:before {
  content: "\f502";
}
.fi-rr-gallery:before {
  content: "\f503";
}
.fi-rr-game-board-alt:before {
  content: "\f504";
}
.fi-rr-gamepad:before {
  content: "\f505";
}
.fi-rr-garage-car:before {
  content: "\f506";
}
.fi-rr-garage-open:before {
  content: "\f507";
}
.fi-rr-garage:before {
  content: "\f508";
}
.fi-rr-garlic:before {
  content: "\f509";
}
.fi-rr-gas-pump-alt:before {
  content: "\f50a";
}
.fi-rr-gas-pump-slash:before {
  content: "\f50b";
}
.fi-rr-gas-pump:before {
  content: "\f50c";
}
.fi-rr-gavel:before {
  content: "\f50d";
}
.fi-rr-gears:before {
  content: "\f50e";
}
.fi-rr-gem:before {
  content: "\f50f";
}
.fi-rr-ghost:before {
  content: "\f510";
}
.fi-rr-gif-square:before {
  content: "\f511";
}
.fi-rr-gif:before {
  content: "\f512";
}
.fi-rr-gift-card:before {
  content: "\f513";
}
.fi-rr-gift:before {
  content: "\f514";
}
.fi-rr-gifts:before {
  content: "\f515";
}
.fi-rr-gingerbread-man:before {
  content: "\f516";
}
.fi-rr-glass-champagne:before {
  content: "\f517";
}
.fi-rr-glass-cheers:before {
  content: "\f518";
}
.fi-rr-glass-citrus:before {
  content: "\f519";
}
.fi-rr-glass-whiskey-rocks:before {
  content: "\f51a";
}
.fi-rr-glass-whiskey:before {
  content: "\f51b";
}
.fi-rr-glass:before {
  content: "\f51c";
}
.fi-rr-glasses:before {
  content: "\f51d";
}
.fi-rr-globe-alt:before {
  content: "\f51e";
}
.fi-rr-globe-snow:before {
  content: "\f51f";
}
.fi-rr-globe:before {
  content: "\f520";
}
.fi-rr-golf-ball:before {
  content: "\f521";
}
.fi-rr-golf:before {
  content: "\f522";
}
.fi-rr-graduation-cap:before {
  content: "\f523";
}
.fi-rr-gramophone:before {
  content: "\f524";
}
.fi-rr-grape:before {
  content: "\f525";
}
.fi-rr-graphic-style:before {
  content: "\f526";
}
.fi-rr-graphic-tablet:before {
  content: "\f527";
}
.fi-rr-grid-alt:before {
  content: "\f528";
}
.fi-rr-grid-dividers:before {
  content: "\f529";
}
.fi-rr-grid:before {
  content: "\f52a";
}
.fi-rr-grill:before {
  content: "\f52b";
}
.fi-rr-grimace:before {
  content: "\f52c";
}
.fi-rr-grin-alt:before {
  content: "\f52d";
}
.fi-rr-grin-beam-sweat:before {
  content: "\f52e";
}
.fi-rr-grin-beam:before {
  content: "\f52f";
}
.fi-rr-grin-hearts:before {
  content: "\f530";
}
.fi-rr-grin-squint-tears:before {
  content: "\f531";
}
.fi-rr-grin-squint:before {
  content: "\f532";
}
.fi-rr-grin-stars:before {
  content: "\f533";
}
.fi-rr-grin-tears:before {
  content: "\f534";
}
.fi-rr-grin-tongue-squint:before {
  content: "\f535";
}
.fi-rr-grin-tongue-wink:before {
  content: "\f536";
}
.fi-rr-grin-tongue:before {
  content: "\f537";
}
.fi-rr-grin-wink:before {
  content: "\f538";
}
.fi-rr-grin:before {
  content: "\f539";
}
.fi-rr-grip-dots-vertical:before {
  content: "\f53a";
}
.fi-rr-grip-dots:before {
  content: "\f53b";
}
.fi-rr-grip-horizontal:before {
  content: "\f53c";
}
.fi-rr-grip-lines-vertical:before {
  content: "\f53d";
}
.fi-rr-grip-lines:before {
  content: "\f53e";
}
.fi-rr-grip-vertical:before {
  content: "\f53f";
}
.fi-rr-guarani-sign:before {
  content: "\f540";
}
.fi-rr-guitar-electric:before {
  content: "\f541";
}
.fi-rr-guitar:before {
  content: "\f542";
}
.fi-rr-guitars:before {
  content: "\f543";
}
.fi-rr-gym:before {
  content: "\f544";
}
.fi-rr-h-square:before {
  content: "\f545";
}
.fi-rr-h:before {
  content: "\f546";
}
.fi-rr-h1:before {
  content: "\f547";
}
.fi-rr-h2:before {
  content: "\f548";
}
.fi-rr-h3:before {
  content: "\f549";
}
.fi-rr-h4:before {
  content: "\f54a";
}
.fi-rr-hamburger-soda:before {
  content: "\f54b";
}
.fi-rr-hamburger:before {
  content: "\f54c";
}
.fi-rr-hammer-crash:before {
  content: "\f54d";
}
.fi-rr-hammer-war:before {
  content: "\f54e";
}
.fi-rr-hammer:before {
  content: "\f54f";
}
.fi-rr-hand-back-fist:before {
  content: "\f550";
}
.fi-rr-hand-back-point-down:before {
  content: "\f551";
}
.fi-rr-hand-back-point-left:before {
  content: "\f552";
}
.fi-rr-hand-back-point-ribbon:before {
  content: "\f553";
}
.fi-rr-hand-back-point-right:before {
  content: "\f554";
}
.fi-rr-hand-dots:before {
  content: "\f555";
}
.fi-rr-hand-fingers-crossed:before {
  content: "\f556";
}
.fi-rr-hand-heart:before {
  content: "\f557";
}
.fi-rr-hand-holding-box:before {
  content: "\f558";
}
.fi-rr-hand-holding-heart:before {
  content: "\f559";
}
.fi-rr-hand-holding-medical:before {
  content: "\f55a";
}
.fi-rr-hand-holding-seeding:before {
  content: "\f55b";
}
.fi-rr-hand-holding-skull:before {
  content: "\f55c";
}
.fi-rr-hand-holding-usd:before {
  content: "\f55d";
}
.fi-rr-hand-holding-water:before {
  content: "\f55e";
}
.fi-rr-hand-horns:before {
  content: "\f55f";
}
.fi-rr-hand-lizard:before {
  content: "\f560";
}
.fi-rr-hand-love:before {
  content: "\f561";
}
.fi-rr-hand-middle-finger:before {
  content: "\f562";
}
.fi-rr-hand-paper:before {
  content: "\f563";
}
.fi-rr-hand-peace:before {
  content: "\f564";
}
.fi-rr-hand-point-ribbon:before {
  content: "\f565";
}
.fi-rr-hand-scissors:before {
  content: "\f566";
}
.fi-rr-hand-sparkles:before {
  content: "\f567";
}
.fi-rr-hand-spock:before {
  content: "\f568";
}
.fi-rr-hand-wave:before {
  content: "\f569";
}
.fi-rr-hand:before {
  content: "\f56a";
}
.fi-rr-hands-bubbles:before {
  content: "\f56b";
}
.fi-rr-hands-clapping:before {
  content: "\f56c";
}
.fi-rr-hands-holding-diamond:before {
  content: "\f56d";
}
.fi-rr-hands-holding:before {
  content: "\f56e";
}
.fi-rr-hands-usd:before {
  content: "\f56f";
}
.fi-rr-handshake-angle:before {
  content: "\f570";
}
.fi-rr-handshake-simple-slash:before {
  content: "\f571";
}
.fi-rr-handshake:before {
  content: "\f572";
}
.fi-rr-hastag:before {
  content: "\f573";
}
.fi-rr-hat-birthday:before {
  content: "\f574";
}
.fi-rr-hat-chef:before {
  content: "\f575";
}
.fi-rr-hat-santa:before {
  content: "\f576";
}
.fi-rr-hat-witch:before {
  content: "\f577";
}
.fi-rr-hat-wizard:before {
  content: "\f578";
}
.fi-rr-hdd:before {
  content: "\f579";
}
.fi-rr-head-side-brain:before {
  content: "\f57a";
}
.fi-rr-head-side-cough-slash:before {
  content: "\f57b";
}
.fi-rr-head-side-cough:before {
  content: "\f57c";
}
.fi-rr-head-side-headphones:before {
  content: "\f57d";
}
.fi-rr-head-side-heart:before {
  content: "\f57e";
}
.fi-rr-head-side-mask:before {
  content: "\f57f";
}
.fi-rr-head-side-medical:before {
  content: "\f580";
}
.fi-rr-head-side-thinking:before {
  content: "\f581";
}
.fi-rr-head-side-virus:before {
  content: "\f582";
}
.fi-rr-head-side:before {
  content: "\f583";
}
.fi-rr-head-vr:before {
  content: "\f584";
}
.fi-rr-heading:before {
  content: "\f585";
}
.fi-rr-headphones:before {
  content: "\f586";
}
.fi-rr-headset:before {
  content: "\f587";
}
.fi-rr-heart-arrow:before {
  content: "\f588";
}
.fi-rr-heart-crack:before {
  content: "\f589";
}
.fi-rr-heart-half-stroke:before {
  content: "\f58a";
}
.fi-rr-heart-half:before {
  content: "\f58b";
}
.fi-rr-heart-rate:before {
  content: "\f58c";
}
.fi-rr-heart:before {
  content: "\f58d";
}
.fi-rr-heat:before {
  content: "\f58e";
}
.fi-rr-helicopter-side:before {
  content: "\f58f";
}
.fi-rr-hexagon-check:before {
  content: "\f590";
}
.fi-rr-hexagon-exclamation:before {
  content: "\f591";
}
.fi-rr-hexagon:before {
  content: "\f592";
}
.fi-rr-high-definition:before {
  content: "\f593";
}
.fi-rr-highlighter-line:before {
  content: "\f594";
}
.fi-rr-highlighter:before {
  content: "\f595";
}
.fi-rr-hiking:before {
  content: "\f596";
}
.fi-rr-hockey-puck:before {
  content: "\f597";
}
.fi-rr-hockey-sticks:before {
  content: "\f598";
}
.fi-rr-holly-berry:before {
  content: "\f599";
}
.fi-rr-home-heart:before {
  content: "\f59a";
}
.fi-rr-home-location-alt:before {
  content: "\f59b";
}
.fi-rr-home-location:before {
  content: "\f59c";
}
.fi-rr-home:before {
  content: "\f59d";
}
.fi-rr-hood-cloak:before {
  content: "\f59e";
}
.fi-rr-horizontal-rule:before {
  content: "\f59f";
}
.fi-rr-hospital-symbol:before {
  content: "\f5a0";
}
.fi-rr-hospital-user:before {
  content: "\f5a1";
}
.fi-rr-hospital:before {
  content: "\f5a2";
}
.fi-rr-hospitals:before {
  content: "\f5a3";
}
.fi-rr-hot-tub:before {
  content: "\f5a4";
}
.fi-rr-hotdog:before {
  content: "\f5a5";
}
.fi-rr-hotel:before {
  content: "\f5a6";
}
.fi-rr-hourglass-end:before {
  content: "\f5a7";
}
.fi-rr-hourglass-start:before {
  content: "\f5a8";
}
.fi-rr-hourglass:before {
  content: "\f5a9";
}
.fi-rr-house-blank:before {
  content: "\f5aa";
}
.fi-rr-house-building:before {
  content: "\f5ab";
}
.fi-rr-house-chimney-blank:before {
  content: "\f5ac";
}
.fi-rr-house-chimney-crack:before {
  content: "\f5ad";
}
.fi-rr-house-chimney-medical:before {
  content: "\f5ae";
}
.fi-rr-house-chimney-window:before {
  content: "\f5af";
}
.fi-rr-house-chimney:before {
  content: "\f5b0";
}
.fi-rr-house-crack:before {
  content: "\f5b1";
}
.fi-rr-house-flood:before {
  content: "\f5b2";
}
.fi-rr-house-laptop:before {
  content: "\f5b3";
}
.fi-rr-house-medical:before {
  content: "\f5b4";
}
.fi-rr-house-tree:before {
  content: "\f5b5";
}
.fi-rr-house-turret:before {
  content: "\f5b6";
}
.fi-rr-house-window:before {
  content: "\f5b7";
}
.fi-rr-hryvnia:before {
  content: "\f5b8";
}
.fi-rr-humidity:before {
  content: "\f5b9";
}
.fi-rr-hundred-points:before {
  content: "\f5ba";
}
.fi-rr-hurricane:before {
  content: "\f5bb";
}
.fi-rr-i:before {
  content: "\f5bc";
}
.fi-rr-ice-cream:before {
  content: "\f5bd";
}
.fi-rr-ice-skate:before {
  content: "\f5be";
}
.fi-rr-icicles:before {
  content: "\f5bf";
}
.fi-rr-icon-star:before {
  content: "\f5c0";
}
.fi-rr-id-badge:before {
  content: "\f5c1";
}
.fi-rr-id-card-clip-alt:before {
  content: "\f5c2";
}
.fi-rr-igloo:before {
  content: "\f5c3";
}
.fi-rr-image-slash:before {
  content: "\f5c4";
}
.fi-rr-images-user:before {
  content: "\f5c5";
}
.fi-rr-images:before {
  content: "\f5c6";
}
.fi-rr-inbox-in:before {
  content: "\f5c7";
}
.fi-rr-inbox-out:before {
  content: "\f5c8";
}
.fi-rr-inbox:before {
  content: "\f5c9";
}
.fi-rr-inboxes:before {
  content: "\f5ca";
}
.fi-rr-incognito:before {
  content: "\f5cb";
}
.fi-rr-indent:before {
  content: "\f5cc";
}
.fi-rr-indian-rupee-sign:before {
  content: "\f5cd";
}
.fi-rr-industry-windows:before {
  content: "\f5ce";
}
.fi-rr-infinity:before {
  content: "\f5cf";
}
.fi-rr-info:before {
  content: "\f5d0";
}
.fi-rr-information:before {
  content: "\f5d1";
}
.fi-rr-inhaler:before {
  content: "\f5d2";
}
.fi-rr-input-numeric:before {
  content: "\f5d3";
}
.fi-rr-input-pipe:before {
  content: "\f5d4";
}
.fi-rr-input-text:before {
  content: "\f5d5";
}
.fi-rr-interactive:before {
  content: "\f5d6";
}
.fi-rr-interlining:before {
  content: "\f5d7";
}
.fi-rr-interrogation:before {
  content: "\f5d8";
}
.fi-rr-island-tropical:before {
  content: "\f5d9";
}
.fi-rr-italian-lira-sign:before {
  content: "\f5da";
}
.fi-rr-italic:before {
  content: "\f5db";
}
.fi-rr-j:before {
  content: "\f5dc";
}
.fi-rr-jam:before {
  content: "\f5dd";
}
.fi-rr-joint:before {
  content: "\f5de";
}
.fi-rr-joystick:before {
  content: "\f5df";
}
.fi-rr-jpg:before {
  content: "\f5e0";
}
.fi-rr-jug:before {
  content: "\f5e1";
}
.fi-rr-k:before {
  content: "\f5e2";
}
.fi-rr-kazoo:before {
  content: "\f5e3";
}
.fi-rr-kerning:before {
  content: "\f5e4";
}
.fi-rr-key-skeleton-left-right:before {
  content: "\f5e5";
}
.fi-rr-key:before {
  content: "\f5e6";
}
.fi-rr-keyboard-brightness-low:before {
  content: "\f5e7";
}
.fi-rr-keyboard-brightness:before {
  content: "\f5e8";
}
.fi-rr-keyboard:before {
  content: "\f5e9";
}
.fi-rr-keynote:before {
  content: "\f5ea";
}
.fi-rr-kidneys:before {
  content: "\f5eb";
}
.fi-rr-kip-sign:before {
  content: "\f5ec";
}
.fi-rr-kiss-beam:before {
  content: "\f5ed";
}
.fi-rr-kiss-wink-heart:before {
  content: "\f5ee";
}
.fi-rr-kiss:before {
  content: "\f5ef";
}
.fi-rr-kite:before {
  content: "\f5f0";
}
.fi-rr-knife-kitchen:before {
  content: "\f5f1";
}
.fi-rr-knife:before {
  content: "\f5f2";
}
.fi-rr-l:before {
  content: "\f5f3";
}
.fi-rr-label:before {
  content: "\f5f4";
}
.fi-rr-landmark-alt:before {
  content: "\f5f5";
}
.fi-rr-language:before {
  content: "\f5f6";
}
.fi-rr-laptop-code:before {
  content: "\f5f7";
}
.fi-rr-laptop-medical:before {
  content: "\f5f8";
}
.fi-rr-laptop-mobile:before {
  content: "\f5f9";
}
.fi-rr-laptop:before {
  content: "\f5fa";
}
.fi-rr-lari-sign:before {
  content: "\f5fb";
}
.fi-rr-lasso-sparkles:before {
  content: "\f5fc";
}
.fi-rr-lasso:before {
  content: "\f5fd";
}
.fi-rr-laugh-beam:before {
  content: "\f5fe";
}
.fi-rr-laugh-squint:before {
  content: "\f5ff";
}
.fi-rr-laugh-wink:before {
  content: "\f600";
}
.fi-rr-laugh:before {
  content: "\f601";
}
.fi-rr-layer-minus:before {
  content: "\f602";
}
.fi-rr-layer-plus:before {
  content: "\f603";
}
.fi-rr-layers:before {
  content: "\f604";
}
.fi-rr-layout-fluid:before {
  content: "\f605";
}
.fi-rr-leaf-heart:before {
  content: "\f606";
}
.fi-rr-leaf-maple:before {
  content: "\f607";
}
.fi-rr-leaf-oak:before {
  content: "\f608";
}
.fi-rr-leaf:before {
  content: "\f609";
}
.fi-rr-left:before {
  content: "\f60a";
}
.fi-rr-lemon:before {
  content: "\f60b";
}
.fi-rr-letter-case:before {
  content: "\f60c";
}
.fi-rr-lettuce:before {
  content: "\f60d";
}
.fi-rr-level-down-alt:before {
  content: "\f60e";
}
.fi-rr-level-down:before {
  content: "\f60f";
}
.fi-rr-level-up-alt:before {
  content: "\f610";
}
.fi-rr-level-up:before {
  content: "\f611";
}
.fi-rr-license:before {
  content: "\f612";
}
.fi-rr-life-ring:before {
  content: "\f613";
}
.fi-rr-light-emergency-on:before {
  content: "\f614";
}
.fi-rr-light-emergency:before {
  content: "\f615";
}
.fi-rr-light-switch-off:before {
  content: "\f616";
}
.fi-rr-light-switch-on:before {
  content: "\f617";
}
.fi-rr-light-switch:before {
  content: "\f618";
}
.fi-rr-lightbulb-dollar:before {
  content: "\f619";
}
.fi-rr-lightbulb-exclamation:before {
  content: "\f61a";
}
.fi-rr-lightbulb-question:before {
  content: "\f61b";
}
.fi-rr-lightbulb-slash:before {
  content: "\f61c";
}
.fi-rr-lights-holiday:before {
  content: "\f61d";
}
.fi-rr-line-width:before {
  content: "\f61e";
}
.fi-rr-link-alt:before {
  content: "\f61f";
}
.fi-rr-link-horizontal-slash:before {
  content: "\f620";
}
.fi-rr-link-horizontal:before {
  content: "\f621";
}
.fi-rr-link-slash-alt:before {
  content: "\f622";
}
.fi-rr-link-slash:before {
  content: "\f623";
}
.fi-rr-link:before {
  content: "\f624";
}
.fi-rr-lips:before {
  content: "\f625";
}
.fi-rr-lipstick:before {
  content: "\f626";
}
.fi-rr-lira-sign:before {
  content: "\f627";
}
.fi-rr-list-check:before {
  content: "\f628";
}
.fi-rr-list-dropdown:before {
  content: "\f629";
}
.fi-rr-list-music:before {
  content: "\f62a";
}
.fi-rr-list-timeline:before {
  content: "\f62b";
}
.fi-rr-list:before {
  content: "\f62c";
}
.fi-rr-litecoin-sign:before {
  content: "\f62d";
}
.fi-rr-loading:before {
  content: "\f62e";
}
.fi-rr-location-alt:before {
  content: "\f62f";
}
.fi-rr-location-crosshairs-slash:before {
  content: "\f630";
}
.fi-rr-location-crosshairs:before {
  content: "\f631";
}
.fi-rr-location-dot-slash:before {
  content: "\f632";
}
.fi-rr-location-exclamation:before {
  content: "\f633";
}
.fi-rr-lock-alt:before {
  content: "\f634";
}
.fi-rr-lock:before {
  content: "\f635";
}
.fi-rr-low-vision:before {
  content: "\f636";
}
.fi-rr-luchador:before {
  content: "\f637";
}
.fi-rr-luggage-cart:before {
  content: "\f638";
}
.fi-rr-luggage-rolling:before {
  content: "\f639";
}
.fi-rr-lungs-virus:before {
  content: "\f63a";
}
.fi-rr-lungs:before {
  content: "\f63b";
}
.fi-rr-m:before {
  content: "\f63c";
}
.fi-rr-magic-wand:before {
  content: "\f63d";
}
.fi-rr-mailbox:before {
  content: "\f63e";
}
.fi-rr-makeup-brush:before {
  content: "\f63f";
}
.fi-rr-man-head:before {
  content: "\f640";
}
.fi-rr-manat-sign:before {
  content: "\f641";
}
.fi-rr-mandolin:before {
  content: "\f642";
}
.fi-rr-map-marker-check:before {
  content: "\f643";
}
.fi-rr-map-marker-cross:before {
  content: "\f644";
}
.fi-rr-map-marker-edit:before {
  content: "\f645";
}
.fi-rr-map-marker-home:before {
  content: "\f646";
}
.fi-rr-map-marker-minus:before {
  content: "\f647";
}
.fi-rr-map-marker-plus:before {
  content: "\f648";
}
.fi-rr-map-marker-question:before {
  content: "\f649";
}
.fi-rr-map-marker-slash:before {
  content: "\f64a";
}
.fi-rr-map-marker-smile:before {
  content: "\f64b";
}
.fi-rr-map-marker:before {
  content: "\f64c";
}
.fi-rr-map-pin:before {
  content: "\f64d";
}
.fi-rr-map:before {
  content: "\f64e";
}
.fi-rr-marker-time:before {
  content: "\f64f";
}
.fi-rr-marker:before {
  content: "\f650";
}
.fi-rr-mars-double:before {
  content: "\f651";
}
.fi-rr-mars-stroke-right:before {
  content: "\f652";
}
.fi-rr-mars-stroke-up:before {
  content: "\f653";
}
.fi-rr-mars:before {
  content: "\f654";
}
.fi-rr-mask-carnival:before {
  content: "\f655";
}
.fi-rr-mask-face:before {
  content: "\f656";
}
.fi-rr-mask:before {
  content: "\f657";
}
.fi-rr-meat:before {
  content: "\f658";
}
.fi-rr-medical-star:before {
  content: "\f659";
}
.fi-rr-medicine:before {
  content: "\f65a";
}
.fi-rr-megaphone:before {
  content: "\f65b";
}
.fi-rr-meh-blank:before {
  content: "\f65c";
}
.fi-rr-meh-rolling-eyes:before {
  content: "\f65d";
}
.fi-rr-meh:before {
  content: "\f65e";
}
.fi-rr-melon:before {
  content: "\f65f";
}
.fi-rr-memo-circle-check:before {
  content: "\f660";
}
.fi-rr-memo-pad:before {
  content: "\f661";
}
.fi-rr-memo:before {
  content: "\f662";
}
.fi-rr-memory:before {
  content: "\f663";
}
.fi-rr-menu-burger:before {
  content: "\f664";
}
.fi-rr-menu-dots-vertical:before {
  content: "\f665";
}
.fi-rr-menu-dots:before {
  content: "\f666";
}
.fi-rr-mercury:before {
  content: "\f667";
}
.fi-rr-message-arrow-down:before {
  content: "\f668";
}
.fi-rr-message-arrow-up-right:before {
  content: "\f669";
}
.fi-rr-message-arrow-up:before {
  content: "\f66a";
}
.fi-rr-message-bot:before {
  content: "\f66b";
}
.fi-rr-message-code:before {
  content: "\f66c";
}
.fi-rr-message-dollar:before {
  content: "\f66d";
}
.fi-rr-message-image:before {
  content: "\f66e";
}
.fi-rr-message-question:before {
  content: "\f66f";
}
.fi-rr-message-quote:before {
  content: "\f670";
}
.fi-rr-message-slash:before {
  content: "\f671";
}
.fi-rr-message-sms:before {
  content: "\f672";
}
.fi-rr-message-text:before {
  content: "\f673";
}
.fi-rr-message-xmark:before {
  content: "\f674";
}
.fi-rr-messages-dollar:before {
  content: "\f675";
}
.fi-rr-messages-question:before {
  content: "\f676";
}
.fi-rr-messages:before {
  content: "\f677";
}
.fi-rr-meteor:before {
  content: "\f678";
}
.fi-rr-microchip:before {
  content: "\f679";
}
.fi-rr-microphone-alt:before {
  content: "\f67a";
}
.fi-rr-microphone-slash:before {
  content: "\f67b";
}
.fi-rr-microphone:before {
  content: "\f67c";
}
.fi-rr-microscope:before {
  content: "\f67d";
}
.fi-rr-mill-sign:before {
  content: "\f67e";
}
.fi-rr-mind-share:before {
  content: "\f67f";
}
.fi-rr-minus-circle:before {
  content: "\f680";
}
.fi-rr-minus-hexagon:before {
  content: "\f681";
}
.fi-rr-minus-small:before {
  content: "\f682";
}
.fi-rr-minus:before {
  content: "\f683";
}
.fi-rr-mistletoe:before {
  content: "\f684";
}
.fi-rr-mobile-button:before {
  content: "\f685";
}
.fi-rr-mobile-notch:before {
  content: "\f686";
}
.fi-rr-mobile:before {
  content: "\f687";
}
.fi-rr-mockup:before {
  content: "\f688";
}
.fi-rr-mode-landscape:before {
  content: "\f689";
}
.fi-rr-mode-portrait:before {
  content: "\f68a";
}
.fi-rr-money-bill-simple:before {
  content: "\f68b";
}
.fi-rr-money-bill-wave-alt:before {
  content: "\f68c";
}
.fi-rr-money-bill-wave:before {
  content: "\f68d";
}
.fi-rr-money-bills-simple:before {
  content: "\f68e";
}
.fi-rr-money-bills:before {
  content: "\f68f";
}
.fi-rr-money-check-edit-alt:before {
  content: "\f690";
}
.fi-rr-money-check-edit:before {
  content: "\f691";
}
.fi-rr-money-check:before {
  content: "\f692";
}
.fi-rr-money-from-bracket:before {
  content: "\f693";
}
.fi-rr-money-simple-from-bracket:before {
  content: "\f694";
}
.fi-rr-money:before {
  content: "\f695";
}
.fi-rr-monument:before {
  content: "\f696";
}
.fi-rr-moon-stars:before {
  content: "\f697";
}
.fi-rr-moon:before {
  content: "\f698";
}
.fi-rr-mortar-pestle:before {
  content: "\f699";
}
.fi-rr-motorcycle:before {
  content: "\f69a";
}
.fi-rr-mountain:before {
  content: "\f69b";
}
.fi-rr-mountains:before {
  content: "\f69c";
}
.fi-rr-mouse:before {
  content: "\f69d";
}
.fi-rr-move-to-folder-2:before {
  content: "\f69e";
}
.fi-rr-move-to-folder:before {
  content: "\f69f";
}
.fi-rr-mp3-player:before {
  content: "\f6a0";
}
.fi-rr-mug-alt:before {
  content: "\f6a1";
}
.fi-rr-mug-hot-alt:before {
  content: "\f6a2";
}
.fi-rr-mug-hot:before {
  content: "\f6a3";
}
.fi-rr-mug-marshmallows:before {
  content: "\f6a4";
}
.fi-rr-mug-tea:before {
  content: "\f6a5";
}
.fi-rr-mug:before {
  content: "\f6a6";
}
.fi-rr-mushroom:before {
  content: "\f6a7";
}
.fi-rr-music-alt:before {
  content: "\f6a8";
}
.fi-rr-music-file:before {
  content: "\f6a9";
}
.fi-rr-music-note-slash:before {
  content: "\f6aa";
}
.fi-rr-music-note:before {
  content: "\f6ab";
}
.fi-rr-music-slash:before {
  content: "\f6ac";
}
.fi-rr-music:before {
  content: "\f6ad";
}
.fi-rr-n:before {
  content: "\f6ae";
}
.fi-rr-naira-sign:before {
  content: "\f6af";
}
.fi-rr-navigation:before {
  content: "\f6b0";
}
.fi-rr-network-cloud:before {
  content: "\f6b1";
}
.fi-rr-network:before {
  content: "\f6b2";
}
.fi-rr-neuter:before {
  content: "\f6b3";
}
.fi-rr-nfc-lock:before {
  content: "\f6b4";
}
.fi-rr-nfc-magnifying-glass:before {
  content: "\f6b5";
}
.fi-rr-nfc-pen:before {
  content: "\f6b6";
}
.fi-rr-nfc-slash:before {
  content: "\f6b7";
}
.fi-rr-nfc-trash:before {
  content: "\f6b8";
}
.fi-rr-nfc:before {
  content: "\f6b9";
}
.fi-rr-no-people:before {
  content: "\f6ba";
}
.fi-rr-noodles:before {
  content: "\f6bb";
}
.fi-rr-notdef:before {
  content: "\f6bc";
}
.fi-rr-note-medical:before {
  content: "\f6bd";
}
.fi-rr-note-sticky:before {
  content: "\f6be";
}
.fi-rr-note:before {
  content: "\f6bf";
}
.fi-rr-notebook-alt:before {
  content: "\f6c0";
}
.fi-rr-notebook:before {
  content: "\f6c1";
}
.fi-rr-notes-medical:before {
  content: "\f6c2";
}
.fi-rr-notes:before {
  content: "\f6c3";
}
.fi-rr-o:before {
  content: "\f6c4";
}
.fi-rr-object-exclude:before {
  content: "\f6c5";
}
.fi-rr-object-group:before {
  content: "\f6c6";
}
.fi-rr-object-intersect:before {
  content: "\f6c7";
}
.fi-rr-object-subtract:before {
  content: "\f6c8";
}
.fi-rr-object-ungroup:before {
  content: "\f6c9";
}
.fi-rr-object-union:before {
  content: "\f6ca";
}
.fi-rr-objects-column:before {
  content: "\f6cb";
}
.fi-rr-octagon:before {
  content: "\f6cc";
}
.fi-rr-oil-can:before {
  content: "\f6cd";
}
.fi-rr-oil-temp:before {
  content: "\f6ce";
}
.fi-rr-olive-oil:before {
  content: "\f6cf";
}
.fi-rr-olives:before {
  content: "\f6d0";
}
.fi-rr-onion:before {
  content: "\f6d1";
}
.fi-rr-opacity:before {
  content: "\f6d2";
}
.fi-rr-ornament:before {
  content: "\f6d3";
}
.fi-rr-outdent:before {
  content: "\f6d4";
}
.fi-rr-overline:before {
  content: "\f6d5";
}
.fi-rr-p:before {
  content: "\f6d6";
}
.fi-rr-package:before {
  content: "\f6d7";
}
.fi-rr-page-break:before {
  content: "\f6d8";
}
.fi-rr-pager:before {
  content: "\f6d9";
}
.fi-rr-paint-brush:before {
  content: "\f6da";
}
.fi-rr-paint-roller:before {
  content: "\f6db";
}
.fi-rr-paintbrush-pencil:before {
  content: "\f6dc";
}
.fi-rr-palette:before {
  content: "\f6dd";
}
.fi-rr-pan:before {
  content: "\f6de";
}
.fi-rr-panorama:before {
  content: "\f6df";
}
.fi-rr-paper-plane-top:before {
  content: "\f6e0";
}
.fi-rr-paper-plane:before {
  content: "\f6e1";
}
.fi-rr-paperclip-vertical:before {
  content: "\f6e2";
}
.fi-rr-parachute-box:before {
  content: "\f6e3";
}
.fi-rr-paragraph-left:before {
  content: "\f6e4";
}
.fi-rr-paragraph:before {
  content: "\f6e5";
}
.fi-rr-parking-circle-slash:before {
  content: "\f6e6";
}
.fi-rr-parking-circle:before {
  content: "\f6e7";
}
.fi-rr-parking-slash:before {
  content: "\f6e8";
}
.fi-rr-parking:before {
  content: "\f6e9";
}
.fi-rr-party-bell:before {
  content: "\f6ea";
}
.fi-rr-party-horn:before {
  content: "\f6eb";
}
.fi-rr-passport:before {
  content: "\f6ec";
}
.fi-rr-password:before {
  content: "\f6ed";
}
.fi-rr-paste:before {
  content: "\f6ee";
}
.fi-rr-pattern:before {
  content: "\f6ef";
}
.fi-rr-pause-circle:before {
  content: "\f6f0";
}
.fi-rr-pause:before {
  content: "\f6f1";
}
.fi-rr-paw:before {
  content: "\f6f2";
}
.fi-rr-peace:before {
  content: "\f6f3";
}
.fi-rr-peach:before {
  content: "\f6f4";
}
.fi-rr-pen-circle:before {
  content: "\f6f5";
}
.fi-rr-pen-clip-slash:before {
  content: "\f6f6";
}
.fi-rr-pen-clip:before {
  content: "\f6f7";
}
.fi-rr-pen-fancy-slash:before {
  content: "\f6f8";
}
.fi-rr-pen-fancy:before {
  content: "\f6f9";
}
.fi-rr-pen-field:before {
  content: "\f6fa";
}
.fi-rr-pen-nib-slash:before {
  content: "\f6fb";
}
.fi-rr-pen-nib:before {
  content: "\f6fc";
}
.fi-rr-pen-slash:before {
  content: "\f6fd";
}
.fi-rr-pen-square:before {
  content: "\f6fe";
}
.fi-rr-pen-swirl:before {
  content: "\f6ff";
}
.fi-rr-pencil-paintbrush:before {
  content: "\f700";
}
.fi-rr-pencil-ruler:before {
  content: "\f701";
}
.fi-rr-pencil-slash:before {
  content: "\f702";
}
.fi-rr-pencil:before {
  content: "\f703";
}
.fi-rr-pennant:before {
  content: "\f704";
}
.fi-rr-people-arrows-left-right:before {
  content: "\f705";
}
.fi-rr-people-carry-box:before {
  content: "\f706";
}
.fi-rr-people-dress:before {
  content: "\f707";
}
.fi-rr-people-pants:before {
  content: "\f708";
}
.fi-rr-people-poll:before {
  content: "\f709";
}
.fi-rr-people:before {
  content: "\f70a";
}
.fi-rr-pepper-hot:before {
  content: "\f70b";
}
.fi-rr-pepper:before {
  content: "\f70c";
}
.fi-rr-percentage:before {
  content: "\f70d";
}
.fi-rr-person-dolly-empty:before {
  content: "\f70e";
}
.fi-rr-person-dolly:before {
  content: "\f70f";
}
.fi-rr-person-dress-simple:before {
  content: "\f710";
}
.fi-rr-person-dress:before {
  content: "\f711";
}
.fi-rr-person-praying:before {
  content: "\f712";
}
.fi-rr-person-pregnant:before {
  content: "\f713";
}
.fi-rr-person-seat-reclined:before {
  content: "\f714";
}
.fi-rr-person-seat:before {
  content: "\f715";
}
.fi-rr-person-simple:before {
  content: "\f716";
}
.fi-rr-person-walking-with-cane:before {
  content: "\f717";
}
.fi-rr-peseta-sign:before {
  content: "\f718";
}
.fi-rr-peso-sign:before {
  content: "\f719";
}
.fi-rr-pharmacy:before {
  content: "\f71a";
}
.fi-rr-phone-call:before {
  content: "\f71b";
}
.fi-rr-phone-cross:before {
  content: "\f71c";
}
.fi-rr-phone-flip:before {
  content: "\f71d";
}
.fi-rr-phone-office:before {
  content: "\f71e";
}
.fi-rr-phone-pause:before {
  content: "\f71f";
}
.fi-rr-phone-plus:before {
  content: "\f720";
}
.fi-rr-phone-slash:before {
  content: "\f721";
}
.fi-rr-photo-film-music:before {
  content: "\f722";
}
.fi-rr-photo-video:before {
  content: "\f723";
}
.fi-rr-physics:before {
  content: "\f724";
}
.fi-rr-Pi:before {
  content: "\f725";
}
.fi-rr-piano-keyboard:before {
  content: "\f726";
}
.fi-rr-piano:before {
  content: "\f727";
}
.fi-rr-picnic:before {
  content: "\f728";
}
.fi-rr-picpeople-filled:before {
  content: "\f729";
}
.fi-rr-picpeople:before {
  content: "\f72a";
}
.fi-rr-picture:before {
  content: "\f72b";
}
.fi-rr-pie:before {
  content: "\f72c";
}
.fi-rr-piece:before {
  content: "\f72d";
}
.fi-rr-piggy-bank:before {
  content: "\f72e";
}
.fi-rr-pills:before {
  content: "\f72f";
}
.fi-rr-pineapple:before {
  content: "\f730";
}
.fi-rr-ping-pong:before {
  content: "\f731";
}
.fi-rr-pipe-smoking:before {
  content: "\f732";
}
.fi-rr-pizza-slice:before {
  content: "\f733";
}
.fi-rr-plane-alt:before {
  content: "\f734";
}
.fi-rr-plane-arrival:before {
  content: "\f735";
}
.fi-rr-plane-departure:before {
  content: "\f736";
}
.fi-rr-plane-prop:before {
  content: "\f737";
}
.fi-rr-plane-tail:before {
  content: "\f738";
}
.fi-rr-plane:before {
  content: "\f739";
}
.fi-rr-planet-moon:before {
  content: "\f73a";
}
.fi-rr-planet-ringed:before {
  content: "\f73b";
}
.fi-rr-plate:before {
  content: "\f73c";
}
.fi-rr-play-alt:before {
  content: "\f73d";
}
.fi-rr-play-circle:before {
  content: "\f73e";
}
.fi-rr-play-pause:before {
  content: "\f73f";
}
.fi-rr-play:before {
  content: "\f740";
}
.fi-rr-playing-cards:before {
  content: "\f741";
}
.fi-rr-plus-hexagon:before {
  content: "\f742";
}
.fi-rr-plus-minus:before {
  content: "\f743";
}
.fi-rr-plus-small:before {
  content: "\f744";
}
.fi-rr-plus:before {
  content: "\f745";
}
.fi-rr-podcast:before {
  content: "\f746";
}
.fi-rr-podium-star:before {
  content: "\f747";
}
.fi-rr-podium:before {
  content: "\f748";
}
.fi-rr-poker-chip:before {
  content: "\f749";
}
.fi-rr-police-box:before {
  content: "\f74a";
}
.fi-rr-poll-h:before {
  content: "\f74b";
}
.fi-rr-poo-bolt:before {
  content: "\f74c";
}
.fi-rr-poo:before {
  content: "\f74d";
}
.fi-rr-poop:before {
  content: "\f74e";
}
.fi-rr-popcorn:before {
  content: "\f74f";
}
.fi-rr-portal-enter:before {
  content: "\f750";
}
.fi-rr-portal-exit:before {
  content: "\f751";
}
.fi-rr-portrait:before {
  content: "\f752";
}
.fi-rr-pot:before {
  content: "\f753";
}
.fi-rr-pound:before {
  content: "\f754";
}
.fi-rr-power:before {
  content: "\f755";
}
.fi-rr-prescription-bottle-alt:before {
  content: "\f756";
}
.fi-rr-prescription-bottle-pill:before {
  content: "\f757";
}
.fi-rr-prescription-bottle:before {
  content: "\f758";
}
.fi-rr-prescription:before {
  content: "\f759";
}
.fi-rr-presentation:before {
  content: "\f75a";
}
.fi-rr-print-magnifying-glass:before {
  content: "\f75b";
}
.fi-rr-print:before {
  content: "\f75c";
}
.fi-rr-procedures:before {
  content: "\f75d";
}
.fi-rr-projector:before {
  content: "\f75e";
}
.fi-rr-protractor:before {
  content: "\f75f";
}
.fi-rr-pulse:before {
  content: "\f760";
}
.fi-rr-pump-medical:before {
  content: "\f761";
}
.fi-rr-pumpkin-alt:before {
  content: "\f762";
}
.fi-rr-pumpkin:before {
  content: "\f763";
}
.fi-rr-puzzle-alt:before {
  content: "\f764";
}
.fi-rr-puzzle:before {
  content: "\f765";
}
.fi-rr-pyramid:before {
  content: "\f766";
}
.fi-rr-q:before {
  content: "\f767";
}
.fi-rr-qrcode:before {
  content: "\f768";
}
.fi-rr-question-square:before {
  content: "\f769";
}
.fi-rr-question:before {
  content: "\f76a";
}
.fi-rr-quote-right:before {
  content: "\f76b";
}
.fi-rr-r:before {
  content: "\f76c";
}
.fi-rr-racquet:before {
  content: "\f76d";
}
.fi-rr-radar:before {
  content: "\f76e";
}
.fi-rr-radiation-alt:before {
  content: "\f76f";
}
.fi-rr-radiation:before {
  content: "\f770";
}
.fi-rr-radio-alt:before {
  content: "\f771";
}
.fi-rr-radio:before {
  content: "\f772";
}
.fi-rr-radish:before {
  content: "\f773";
}
.fi-rr-rainbow:before {
  content: "\f774";
}
.fi-rr-raindrops:before {
  content: "\f775";
}
.fi-rr-ramp-loading:before {
  content: "\f776";
}
.fi-rr-raygun:before {
  content: "\f777";
}
.fi-rr-rec:before {
  content: "\f778";
}
.fi-rr-receipt:before {
  content: "\f779";
}
.fi-rr-record-vinyl:before {
  content: "\f77a";
}
.fi-rr-rectabgle-vertical:before {
  content: "\f77b";
}
.fi-rr-rectangle-barcode:before {
  content: "\f77c";
}
.fi-rr-rectangle-code:before {
  content: "\f77d";
}
.fi-rr-rectangle-horizontal:before {
  content: "\f77e";
}
.fi-rr-rectangle-list:before {
  content: "\f77f";
}
.fi-rr-rectangle-panoramic:before {
  content: "\f780";
}
.fi-rr-rectangle-pro:before {
  content: "\f781";
}
.fi-rr-rectangle-vertical-history:before {
  content: "\f782";
}
.fi-rr-rectangle-vertical:before {
  content: "\f783";
}
.fi-rr-rectangle-xmark:before {
  content: "\f784";
}
.fi-rr-rectangles-mixed:before {
  content: "\f785";
}
.fi-rr-recycle:before {
  content: "\f786";
}
.fi-rr-redo-alt:before {
  content: "\f787";
}
.fi-rr-redo:before {
  content: "\f788";
}
.fi-rr-reel:before {
  content: "\f789";
}
.fi-rr-reflect-horizontal:before {
  content: "\f78a";
}
.fi-rr-reflect-vertical:before {
  content: "\f78b";
}
.fi-rr-reflect:before {
  content: "\f78c";
}
.fi-rr-refresh:before {
  content: "\f78d";
}
.fi-rr-registered:before {
  content: "\f78e";
}
.fi-rr-remove-folder:before {
  content: "\f78f";
}
.fi-rr-remove-user:before {
  content: "\f790";
}
.fi-rr-replace:before {
  content: "\f791";
}
.fi-rr-reply-all:before {
  content: "\f792";
}
.fi-rr-republican:before {
  content: "\f793";
}
.fi-rr-resize:before {
  content: "\f794";
}
.fi-rr-resources:before {
  content: "\f795";
}
.fi-rr-restaurant:before {
  content: "\f796";
}
.fi-rr-restroom-simple:before {
  content: "\f797";
}
.fi-rr-rewind:before {
  content: "\f798";
}
.fi-rr-rhombus:before {
  content: "\f799";
}
.fi-rr-ribbon:before {
  content: "\f79a";
}
.fi-rr-right:before {
  content: "\f79b";
}
.fi-rr-rings-wedding:before {
  content: "\f79c";
}
.fi-rr-road:before {
  content: "\f79d";
}
.fi-rr-rocket-lunch:before {
  content: "\f79e";
}
.fi-rr-rocket:before {
  content: "\f79f";
}
.fi-rr-roller-coaster:before {
  content: "\f7a0";
}
.fi-rr-room-service:before {
  content: "\f7a1";
}
.fi-rr-rotate-exclamation:before {
  content: "\f7a2";
}
.fi-rr-rotate-left:before {
  content: "\f7a3";
}
.fi-rr-rotate-right:before {
  content: "\f7a4";
}
.fi-rr-route-highway:before {
  content: "\f7a5";
}
.fi-rr-route-interstate:before {
  content: "\f7a6";
}
.fi-rr-route:before {
  content: "\f7a7";
}
.fi-rr-rss-alt:before {
  content: "\f7a8";
}
.fi-rr-rss:before {
  content: "\f7a9";
}
.fi-rr-ruble-sign:before {
  content: "\f7aa";
}
.fi-rr-rugby:before {
  content: "\f7ab";
}
.fi-rr-ruler-combined:before {
  content: "\f7ac";
}
.fi-rr-ruler-horizontal:before {
  content: "\f7ad";
}
.fi-rr-ruler-triangle:before {
  content: "\f7ae";
}
.fi-rr-ruler-vertical:before {
  content: "\f7af";
}
.fi-rr-running:before {
  content: "\f7b0";
}
.fi-rr-rupee-sign:before {
  content: "\f7b1";
}
.fi-rr-rupiah-sign:before {
  content: "\f7b2";
}
.fi-rr-rv:before {
  content: "\f7b3";
}
.fi-rr-s:before {
  content: "\f7b4";
}
.fi-rr-sack-dollar:before {
  content: "\f7b5";
}
.fi-rr-sack:before {
  content: "\f7b6";
}
.fi-rr-sad-cry:before {
  content: "\f7b7";
}
.fi-rr-sad-tear:before {
  content: "\f7b8";
}
.fi-rr-sad:before {
  content: "\f7b9";
}
.fi-rr-sailboat:before {
  content: "\f7ba";
}
.fi-rr-salad:before {
  content: "\f7bb";
}
.fi-rr-salt-pepper:before {
  content: "\f7bc";
}
.fi-rr-sandwich:before {
  content: "\f7bd";
}
.fi-rr-sauce:before {
  content: "\f7be";
}
.fi-rr-sausage:before {
  content: "\f7bf";
}
.fi-rr-sax-hot:before {
  content: "\f7c0";
}
.fi-rr-saxophone:before {
  content: "\f7c1";
}
.fi-rr-scale:before {
  content: "\f7c2";
}
.fi-rr-scalpel-path:before {
  content: "\f7c3";
}
.fi-rr-scalpel:before {
  content: "\f7c4";
}
.fi-rr-scarecrow:before {
  content: "\f7c5";
}
.fi-rr-school-bus:before {
  content: "\f7c6";
}
.fi-rr-school:before {
  content: "\f7c7";
}
.fi-rr-scissors:before {
  content: "\f7c8";
}
.fi-rr-screen:before {
  content: "\f7c9";
}
.fi-rr-screencast:before {
  content: "\f7ca";
}
.fi-rr-scribble:before {
  content: "\f7cb";
}
.fi-rr-scroll-torah:before {
  content: "\f7cc";
}
.fi-rr-scrubber:before {
  content: "\f7cd";
}
.fi-rr-scythe:before {
  content: "\f7ce";
}
.fi-rr-seal-exclamation:before {
  content: "\f7cf";
}
.fi-rr-seal-question:before {
  content: "\f7d0";
}
.fi-rr-search-alt:before {
  content: "\f7d1";
}
.fi-rr-search-dollar:before {
  content: "\f7d2";
}
.fi-rr-search-heart:before {
  content: "\f7d3";
}
.fi-rr-search-location:before {
  content: "\f7d4";
}
.fi-rr-search:before {
  content: "\f7d5";
}
.fi-rr-seat-airline:before {
  content: "\f7d6";
}
.fi-rr-security:before {
  content: "\f7d7";
}
.fi-rr-seedling:before {
  content: "\f7d8";
}
.fi-rr-send-back:before {
  content: "\f7d9";
}
.fi-rr-send-backward:before {
  content: "\f7da";
}
.fi-rr-sensor-alert:before {
  content: "\f7db";
}
.fi-rr-sensor-fire:before {
  content: "\f7dc";
}
.fi-rr-sensor-on:before {
  content: "\f7dd";
}
.fi-rr-sensor-smoke:before {
  content: "\f7de";
}
.fi-rr-sensor:before {
  content: "\f7df";
}
.fi-rr-settings-sliders:before {
  content: "\f7e0";
}
.fi-rr-settings:before {
  content: "\f7e1";
}
.fi-rr-share-alt-square:before {
  content: "\f7e2";
}
.fi-rr-share-square:before {
  content: "\f7e3";
}
.fi-rr-share:before {
  content: "\f7e4";
}
.fi-rr-shekel-sign:before {
  content: "\f7e5";
}
.fi-rr-shield-check:before {
  content: "\f7e6";
}
.fi-rr-shield-exclamation:before {
  content: "\f7e7";
}
.fi-rr-shield-interrogation:before {
  content: "\f7e8";
}
.fi-rr-shield-plus:before {
  content: "\f7e9";
}
.fi-rr-shield-virus:before {
  content: "\f7ea";
}
.fi-rr-shield:before {
  content: "\f7eb";
}
.fi-rr-ship-side:before {
  content: "\f7ec";
}
.fi-rr-ship:before {
  content: "\f7ed";
}
.fi-rr-shoe-prints:before {
  content: "\f7ee";
}
.fi-rr-shop-lock:before {
  content: "\f7ef";
}
.fi-rr-shop-slash:before {
  content: "\f7f0";
}
.fi-rr-shop:before {
  content: "\f7f1";
}
.fi-rr-shopping-bag-add:before {
  content: "\f7f2";
}
.fi-rr-shopping-bag:before {
  content: "\f7f3";
}
.fi-rr-shopping-basket:before {
  content: "\f7f4";
}
.fi-rr-shopping-cart-add:before {
  content: "\f7f5";
}
.fi-rr-shopping-cart-check:before {
  content: "\f7f6";
}
.fi-rr-shopping-cart:before {
  content: "\f7f7";
}
.fi-rr-shredder:before {
  content: "\f7f8";
}
.fi-rr-shrimp:before {
  content: "\f7f9";
}
.fi-rr-shuffle:before {
  content: "\f7fa";
}
.fi-rr-shuttle-van:before {
  content: "\f7fb";
}
.fi-rr-shuttlecock:before {
  content: "\f7fc";
}
.fi-rr-sidebar-flip:before {
  content: "\f7fd";
}
.fi-rr-sidebar:before {
  content: "\f7fe";
}
.fi-rr-sigma:before {
  content: "\f7ff";
}
.fi-rr-sign-hanging:before {
  content: "\f800";
}
.fi-rr-sign-in-alt:before {
  content: "\f801";
}
.fi-rr-sign-out-alt:before {
  content: "\f802";
}
.fi-rr-signal-alt-1:before {
  content: "\f803";
}
.fi-rr-signal-alt-2:before {
  content: "\f804";
}
.fi-rr-signal-alt-slash:before {
  content: "\f805";
}
.fi-rr-signal-alt:before {
  content: "\f806";
}
.fi-rr-signal-bars-fair:before {
  content: "\f807";
}
.fi-rr-signal-bars-good:before {
  content: "\f808";
}
.fi-rr-signal-bars-weak:before {
  content: "\f809";
}
.fi-rr-signal-stream-slash:before {
  content: "\f80a";
}
.fi-rr-signal-stream:before {
  content: "\f80b";
}
.fi-rr-signature-lock:before {
  content: "\f80c";
}
.fi-rr-signature-slash:before {
  content: "\f80d";
}
.fi-rr-signature:before {
  content: "\f80e";
}
.fi-rr-sitemap:before {
  content: "\f80f";
}
.fi-rr-skateboard:before {
  content: "\f810";
}
.fi-rr-skating:before {
  content: "\f811";
}
.fi-rr-skeleton:before {
  content: "\f812";
}
.fi-rr-skewer:before {
  content: "\f813";
}
.fi-rr-ski-jump:before {
  content: "\f814";
}
.fi-rr-ski-lift:before {
  content: "\f815";
}
.fi-rr-skiing-nordic:before {
  content: "\f816";
}
.fi-rr-skiing:before {
  content: "\f817";
}
.fi-rr-skull-crossbones:before {
  content: "\f818";
}
.fi-rr-skull:before {
  content: "\f819";
}
.fi-rr-slash:before {
  content: "\f81a";
}
.fi-rr-sledding:before {
  content: "\f81b";
}
.fi-rr-sleigh:before {
  content: "\f81c";
}
.fi-rr-sliders-h-square:before {
  content: "\f81d";
}
.fi-rr-sliders-v-square:before {
  content: "\f81e";
}
.fi-rr-sliders-v:before {
  content: "\f81f";
}
.fi-rr-smartphone:before {
  content: "\f820";
}
.fi-rr-smile-beam:before {
  content: "\f821";
}
.fi-rr-smile-plus:before {
  content: "\f822";
}
.fi-rr-smile-wink:before {
  content: "\f823";
}
.fi-rr-smile:before {
  content: "\f824";
}
.fi-rr-smiley-comment-alt:before {
  content: "\f825";
}
.fi-rr-smog:before {
  content: "\f826";
}
.fi-rr-smoke:before {
  content: "\f827";
}
.fi-rr-smoking-ban:before {
  content: "\f828";
}
.fi-rr-smoking:before {
  content: "\f829";
}
.fi-rr-snooze:before {
  content: "\f82a";
}
.fi-rr-snow-blowing:before {
  content: "\f82b";
}
.fi-rr-snowboarding:before {
  content: "\f82c";
}
.fi-rr-snowflake:before {
  content: "\f82d";
}
.fi-rr-snowflakes:before {
  content: "\f82e";
}
.fi-rr-snowman-alt:before {
  content: "\f82f";
}
.fi-rr-snowman-head:before {
  content: "\f830";
}
.fi-rr-snowmobile:before {
  content: "\f831";
}
.fi-rr-snowplow:before {
  content: "\f832";
}
.fi-rr-soap:before {
  content: "\f833";
}
.fi-rr-social-network:before {
  content: "\f834";
}
.fi-rr-solar-system:before {
  content: "\f835";
}
.fi-rr-sort-alpha-down-alt:before {
  content: "\f836";
}
.fi-rr-sort-alpha-down:before {
  content: "\f837";
}
.fi-rr-sort-alpha-up-alt:before {
  content: "\f838";
}
.fi-rr-sort-alpha-up:before {
  content: "\f839";
}
.fi-rr-sort-alt:before {
  content: "\f83a";
}
.fi-rr-sort-amount-down-alt:before {
  content: "\f83b";
}
.fi-rr-sort-amount-down:before {
  content: "\f83c";
}
.fi-rr-sort-amount-up-alt:before {
  content: "\f83d";
}
.fi-rr-sort-amount-up:before {
  content: "\f83e";
}
.fi-rr-sort-down:before {
  content: "\f83f";
}
.fi-rr-sort-numeric-down-alt:before {
  content: "\f840";
}
.fi-rr-sort-numeric-down:before {
  content: "\f841";
}
.fi-rr-sort-shapes-down:before {
  content: "\f842";
}
.fi-rr-sort-shapes-up:before {
  content: "\f843";
}
.fi-rr-sort-size-down:before {
  content: "\f844";
}
.fi-rr-sort-size-up:before {
  content: "\f845";
}
.fi-rr-sort:before {
  content: "\f846";
}
.fi-rr-soup:before {
  content: "\f847";
}
.fi-rr-spa:before {
  content: "\f848";
}
.fi-rr-space-shuttle:before {
  content: "\f849";
}
.fi-rr-space-station-moon-alt:before {
  content: "\f84a";
}
.fi-rr-space-station-moon:before {
  content: "\f84b";
}
.fi-rr-spade:before {
  content: "\f84c";
}
.fi-rr-spaghetti-monster-flying:before {
  content: "\f84d";
}
.fi-rr-sparkles:before {
  content: "\f84e";
}
.fi-rr-speaker:before {
  content: "\f84f";
}
.fi-rr-speakers:before {
  content: "\f850";
}
.fi-rr-sphere:before {
  content: "\f851";
}
.fi-rr-spider-web:before {
  content: "\f852";
}
.fi-rr-spinner:before {
  content: "\f853";
}
.fi-rr-split:before {
  content: "\f854";
}
.fi-rr-splotch:before {
  content: "\f855";
}
.fi-rr-spoon:before {
  content: "\f856";
}
.fi-rr-sport:before {
  content: "\f857";
}
.fi-rr-spray-can:before {
  content: "\f858";
}
.fi-rr-square-0:before {
  content: "\f859";
}
.fi-rr-square-1:before {
  content: "\f85a";
}
.fi-rr-square-2:before {
  content: "\f85b";
}
.fi-rr-square-3:before {
  content: "\f85c";
}
.fi-rr-square-4:before {
  content: "\f85d";
}
.fi-rr-square-5:before {
  content: "\f85e";
}
.fi-rr-square-6:before {
  content: "\f85f";
}
.fi-rr-square-7:before {
  content: "\f860";
}
.fi-rr-square-8:before {
  content: "\f861";
}
.fi-rr-square-9:before {
  content: "\f862";
}
.fi-rr-square-a:before {
  content: "\f863";
}
.fi-rr-square-b:before {
  content: "\f864";
}
.fi-rr-square-bolt:before {
  content: "\f865";
}
.fi-rr-square-c:before {
  content: "\f866";
}
.fi-rr-square-code:before {
  content: "\f867";
}
.fi-rr-square-d:before {
  content: "\f868";
}
.fi-rr-square-dashed:before {
  content: "\f869";
}
.fi-rr-square-e:before {
  content: "\f86a";
}
.fi-rr-square-ellipsis-vertical:before {
  content: "\f86b";
}
.fi-rr-square-ellipsis:before {
  content: "\f86c";
}
.fi-rr-square-exclamation:before {
  content: "\f86d";
}
.fi-rr-square-f:before {
  content: "\f86e";
}
.fi-rr-square-g:before {
  content: "\f86f";
}
.fi-rr-square-h:before {
  content: "\f870";
}
.fi-rr-square-heart:before {
  content: "\f871";
}
.fi-rr-square-i:before {
  content: "\f872";
}
.fi-rr-square-info:before {
  content: "\f873";
}
.fi-rr-square-j:before {
  content: "\f874";
}
.fi-rr-square-k:before {
  content: "\f875";
}
.fi-rr-square-kanban:before {
  content: "\f876";
}
.fi-rr-square-l:before {
  content: "\f877";
}
.fi-rr-square-m:before {
  content: "\f878";
}
.fi-rr-square-minus:before {
  content: "\f879";
}
.fi-rr-square-n:before {
  content: "\f87a";
}
.fi-rr-square-o:before {
  content: "\f87b";
}
.fi-rr-square-p:before {
  content: "\f87c";
}
.fi-rr-square-phone-hangup:before {
  content: "\f87d";
}
.fi-rr-square-plus:before {
  content: "\f87e";
}
.fi-rr-square-poll-horizontal:before {
  content: "\f87f";
}
.fi-rr-square-poll-vertical:before {
  content: "\f880";
}
.fi-rr-square-q:before {
  content: "\f881";
}
.fi-rr-square-quote:before {
  content: "\f882";
}
.fi-rr-square-r:before {
  content: "\f883";
}
.fi-rr-square-root:before {
  content: "\f884";
}
.fi-rr-square-s:before {
  content: "\f885";
}
.fi-rr-square-small:before {
  content: "\f886";
}
.fi-rr-square-star:before {
  content: "\f887";
}
.fi-rr-square-t:before {
  content: "\f888";
}
.fi-rr-square-terminal:before {
  content: "\f889";
}
.fi-rr-square-u:before {
  content: "\f88a";
}
.fi-rr-square-v:before {
  content: "\f88b";
}
.fi-rr-square-w:before {
  content: "\f88c";
}
.fi-rr-square-x:before {
  content: "\f88d";
}
.fi-rr-square-y:before {
  content: "\f88e";
}
.fi-rr-square-z:before {
  content: "\f88f";
}
.fi-rr-square:before {
  content: "\f890";
}
.fi-rr-squircle:before {
  content: "\f891";
}
.fi-rr-stamp:before {
  content: "\f892";
}
.fi-rr-standard-definition:before {
  content: "\f893";
}
.fi-rr-star-and-crescent:before {
  content: "\f894";
}
.fi-rr-star-christmas:before {
  content: "\f895";
}
.fi-rr-star-comment-alt:before {
  content: "\f896";
}
.fi-rr-star-exclamation:before {
  content: "\f897";
}
.fi-rr-star-octogram:before {
  content: "\f898";
}
.fi-rr-star-of-david:before {
  content: "\f899";
}
.fi-rr-star-sharp-half-stroke:before {
  content: "\f89a";
}
.fi-rr-star-sharp-half:before {
  content: "\f89b";
}
.fi-rr-star-shooting:before {
  content: "\f89c";
}
.fi-rr-star:before {
  content: "\f89d";
}
.fi-rr-starfighter:before {
  content: "\f89e";
}
.fi-rr-stars:before {
  content: "\f89f";
}
.fi-rr-stats:before {
  content: "\f8a0";
}
.fi-rr-steak:before {
  content: "\f8a1";
}
.fi-rr-steering-wheel:before {
  content: "\f8a2";
}
.fi-rr-step-backward:before {
  content: "\f8a3";
}
.fi-rr-step-forward:before {
  content: "\f8a4";
}
.fi-rr-sterling-sign:before {
  content: "\f8a5";
}
.fi-rr-stethoscope:before {
  content: "\f8a6";
}
.fi-rr-sticker:before {
  content: "\f8a7";
}
.fi-rr-stocking:before {
  content: "\f8a8";
}
.fi-rr-stomach:before {
  content: "\f8a9";
}
.fi-rr-stop-circle:before {
  content: "\f8aa";
}
.fi-rr-stop:before {
  content: "\f8ab";
}
.fi-rr-stopwatch:before {
  content: "\f8ac";
}
.fi-rr-store-alt:before {
  content: "\f8ad";
}
.fi-rr-store-lock:before {
  content: "\f8ae";
}
.fi-rr-store-slash:before {
  content: "\f8af";
}
.fi-rr-strawberry:before {
  content: "\f8b0";
}
.fi-rr-street-view:before {
  content: "\f8b1";
}
.fi-rr-stretcher:before {
  content: "\f8b2";
}
.fi-rr-strikethrough:before {
  content: "\f8b3";
}
.fi-rr-stroopwafel:before {
  content: "\f8b4";
}
.fi-rr-subscript:before {
  content: "\f8b5";
}
.fi-rr-subtitles:before {
  content: "\f8b6";
}
.fi-rr-subway:before {
  content: "\f8b7";
}
.fi-rr-suitcase-alt:before {
  content: "\f8b8";
}
.fi-rr-summer:before {
  content: "\f8b9";
}
.fi-rr-sun-dust:before {
  content: "\f8ba";
}
.fi-rr-sun:before {
  content: "\f8bb";
}
.fi-rr-sunrise-alt:before {
  content: "\f8bc";
}
.fi-rr-sunrise:before {
  content: "\f8bd";
}
.fi-rr-sunset:before {
  content: "\f8be";
}
.fi-rr-superscript:before {
  content: "\f8bf";
}
.fi-rr-surfing:before {
  content: "\f8c0";
}
.fi-rr-surprise:before {
  content: "\f8c1";
}
.fi-rr-sushi:before {
  content: "\f8c2";
}
.fi-rr-swatchbook:before {
  content: "\f8c3";
}
.fi-rr-swimmer:before {
  content: "\f8c4";
}
.fi-rr-sword:before {
  content: "\f8c5";
}
.fi-rr-symbol:before {
  content: "\f8c6";
}
.fi-rr-symbols:before {
  content: "\f8c7";
}
.fi-rr-syringe:before {
  content: "\f8c8";
}
.fi-rr-t:before {
  content: "\f8c9";
}
.fi-rr-table-columns:before {
  content: "\f8ca";
}
.fi-rr-table-layout:before {
  content: "\f8cb";
}
.fi-rr-table-list:before {
  content: "\f8cc";
}
.fi-rr-table-picnic:before {
  content: "\f8cd";
}
.fi-rr-table-pivot:before {
  content: "\f8ce";
}
.fi-rr-table-rows:before {
  content: "\f8cf";
}
.fi-rr-table-tree:before {
  content: "\f8d0";
}
.fi-rr-table:before {
  content: "\f8d1";
}
.fi-rr-tablet:before {
  content: "\f8d2";
}
.fi-rr-tachometer-alt-average:before {
  content: "\f8d3";
}
.fi-rr-tachometer-alt-fastest:before {
  content: "\f8d4";
}
.fi-rr-tachometer-alt-slow:before {
  content: "\f8d5";
}
.fi-rr-tachometer-alt-slowest:before {
  content: "\f8d6";
}
.fi-rr-tachometer-average:before {
  content: "\f8d7";
}
.fi-rr-tachometer-fast:before {
  content: "\f8d8";
}
.fi-rr-tachometer-fastest:before {
  content: "\f8d9";
}
.fi-rr-tachometer-slow:before {
  content: "\f8da";
}
.fi-rr-tachometer-slowest:before {
  content: "\f8db";
}
.fi-rr-tachometer:before {
  content: "\f8dc";
}
.fi-rr-taco:before {
  content: "\f8dd";
}
.fi-rr-tags:before {
  content: "\f8de";
}
.fi-rr-tally-1:before {
  content: "\f8df";
}
.fi-rr-tally-2:before {
  content: "\f8e0";
}
.fi-rr-tally-3:before {
  content: "\f8e1";
}
.fi-rr-tally-4:before {
  content: "\f8e2";
}
.fi-rr-tally:before {
  content: "\f8e3";
}
.fi-rr-target:before {
  content: "\f8e4";
}
.fi-rr-taxi-bus:before {
  content: "\f8e5";
}
.fi-rr-taxi:before {
  content: "\f8e6";
}
.fi-rr-teddy-bear:before {
  content: "\f8e7";
}
.fi-rr-teeth-open:before {
  content: "\f8e8";
}
.fi-rr-telescope:before {
  content: "\f8e9";
}
.fi-rr-temperature-down:before {
  content: "\f8ea";
}
.fi-rr-temperature-frigid:before {
  content: "\f8eb";
}
.fi-rr-temperature-high:before {
  content: "\f8ec";
}
.fi-rr-temperature-list:before {
  content: "\f8ed";
}
.fi-rr-temperature-low:before {
  content: "\f8ee";
}
.fi-rr-temperature-up:before {
  content: "\f8ef";
}
.fi-rr-template-alt:before {
  content: "\f8f0";
}
.fi-rr-template:before {
  content: "\f8f1";
}
.fi-rr-tenge:before {
  content: "\f8f2";
}
.fi-rr-tennis:before {
  content: "\f8f3";
}
.fi-rr-terminal:before {
  content: "\f8f4";
}
.fi-rr-terrace:before {
  content: "\f8f5";
}
.fi-rr-test-tube:before {
  content: "\f8f6";
}
.fi-rr-test:before {
  content: "\f8f7";
}
.fi-rr-text-check:before {
  content: "\f8f8";
}
.fi-rr-text-height:before {
  content: "\f8f9";
}
.fi-rr-text-shadow:before {
  content: "\f8fa";
}
.fi-rr-text-size:before {
  content: "\f8fb";
}
.fi-rr-text-slash:before {
  content: "\f8fc";
}
.fi-rr-text-width:before {
  content: "\f8fd";
}
.fi-rr-text:before {
  content: "\f8fe";
}
.fi-rr-theater-masks:before {
  content: "\f8ff";
}
.fi-rr-thermometer-empty:before {
  content: "\f900";
}
.fi-rr-thermometer-full:before {
  content: "\f901";
}
.fi-rr-thermometer-half:before {
  content: "\f902";
}
.fi-rr-thermometer-quarter:before {
  content: "\f903";
}
.fi-rr-thermometer-three-quarters:before {
  content: "\f904";
}
.fi-rr-theta:before {
  content: "\f905";
}
.fi-rr-thought-bubble:before {
  content: "\f906";
}
.fi-rr-thumbtack:before {
  content: "\f907";
}
.fi-rr-thunderstorm-moon:before {
  content: "\f908";
}
.fi-rr-thunderstorm-sun:before {
  content: "\f909";
}
.fi-rr-thunderstorm:before {
  content: "\f90a";
}
.fi-rr-ticket-airline:before {
  content: "\f90b";
}
.fi-rr-ticket-alt:before {
  content: "\f90c";
}
.fi-rr-ticket:before {
  content: "\f90d";
}
.fi-rr-tickets-airline:before {
  content: "\f90e";
}
.fi-rr-tilde:before {
  content: "\f90f";
}
.fi-rr-time-add:before {
  content: "\f910";
}
.fi-rr-time-check:before {
  content: "\f911";
}
.fi-rr-time-delete:before {
  content: "\f912";
}
.fi-rr-time-fast:before {
  content: "\f913";
}
.fi-rr-time-forward-sixty:before {
  content: "\f914";
}
.fi-rr-time-forward-ten:before {
  content: "\f915";
}
.fi-rr-time-forward:before {
  content: "\f916";
}
.fi-rr-time-half-past:before {
  content: "\f917";
}
.fi-rr-time-oclock:before {
  content: "\f918";
}
.fi-rr-time-past:before {
  content: "\f919";
}
.fi-rr-time-quarter-past:before {
  content: "\f91a";
}
.fi-rr-time-quarter-to:before {
  content: "\f91b";
}
.fi-rr-time-twenty-four:before {
  content: "\f91c";
}
.fi-rr-times-hexagon:before {
  content: "\f91d";
}
.fi-rr-tint-slash:before {
  content: "\f91e";
}
.fi-rr-tire-flat:before {
  content: "\f91f";
}
.fi-rr-tire-pressure-warning:before {
  content: "\f920";
}
.fi-rr-tire-rugged:before {
  content: "\f921";
}
.fi-rr-tire:before {
  content: "\f922";
}
.fi-rr-tired:before {
  content: "\f923";
}
.fi-rr-toggle-off:before {
  content: "\f924";
}
.fi-rr-toggle-on:before {
  content: "\f925";
}
.fi-rr-toilet-paper-blank:before {
  content: "\f926";
}
.fi-rr-tomato:before {
  content: "\f927";
}
.fi-rr-tombstone-alt:before {
  content: "\f928";
}
.fi-rr-tombstone:before {
  content: "\f929";
}
.fi-rr-tool-box:before {
  content: "\f92a";
}
.fi-rr-tool-crop:before {
  content: "\f92b";
}
.fi-rr-tool-marquee:before {
  content: "\f92c";
}
.fi-rr-tooth:before {
  content: "\f92d";
}
.fi-rr-toothbrush:before {
  content: "\f92e";
}
.fi-rr-tornado:before {
  content: "\f92f";
}
.fi-rr-tower-control:before {
  content: "\f930";
}
.fi-rr-tractor:before {
  content: "\f931";
}
.fi-rr-trademark:before {
  content: "\f932";
}
.fi-rr-traffic-light-go:before {
  content: "\f933";
}
.fi-rr-traffic-light-slow:before {
  content: "\f934";
}
.fi-rr-traffic-light-stop:before {
  content: "\f935";
}
.fi-rr-traffic-light:before {
  content: "\f936";
}
.fi-rr-trailer:before {
  content: "\f937";
}
.fi-rr-train-side:before {
  content: "\f938";
}
.fi-rr-train-subway-tunnel:before {
  content: "\f939";
}
.fi-rr-train-tram:before {
  content: "\f93a";
}
.fi-rr-train:before {
  content: "\f93b";
}
.fi-rr-tram:before {
  content: "\f93c";
}
.fi-rr-transform:before {
  content: "\f93d";
}
.fi-rr-transporter-1:before {
  content: "\f93e";
}
.fi-rr-transporter-2:before {
  content: "\f93f";
}
.fi-rr-transporter-3:before {
  content: "\f940";
}
.fi-rr-transporter-4:before {
  content: "\f941";
}
.fi-rr-transporter-5:before {
  content: "\f942";
}
.fi-rr-transporter-6:before {
  content: "\f943";
}
.fi-rr-transporter-7:before {
  content: "\f944";
}
.fi-rr-transporter-empty:before {
  content: "\f945";
}
.fi-rr-transporter:before {
  content: "\f946";
}
.fi-rr-trash-can-check:before {
  content: "\f947";
}
.fi-rr-trash-can-clock:before {
  content: "\f948";
}
.fi-rr-trash-can-list:before {
  content: "\f949";
}
.fi-rr-trash-can-plus:before {
  content: "\f94a";
}
.fi-rr-trash-can-slash:before {
  content: "\f94b";
}
.fi-rr-trash-check:before {
  content: "\f94c";
}
.fi-rr-trash-clock:before {
  content: "\f94d";
}
.fi-rr-trash-list:before {
  content: "\f94e";
}
.fi-rr-trash-plus:before {
  content: "\f94f";
}
.fi-rr-trash-restore-alt:before {
  content: "\f950";
}
.fi-rr-trash-restore:before {
  content: "\f951";
}
.fi-rr-trash-slash:before {
  content: "\f952";
}
.fi-rr-trash-undo-alt:before {
  content: "\f953";
}
.fi-rr-trash-undo:before {
  content: "\f954";
}
.fi-rr-trash-xmark:before {
  content: "\f955";
}
.fi-rr-trash:before {
  content: "\f956";
}
.fi-rr-treasure-chest:before {
  content: "\f957";
}
.fi-rr-treatment:before {
  content: "\f958";
}
.fi-rr-tree-christmas:before {
  content: "\f959";
}
.fi-rr-tree-deciduous:before {
  content: "\f95a";
}
.fi-rr-tree:before {
  content: "\f95b";
}
.fi-rr-trees:before {
  content: "\f95c";
}
.fi-rr-triangle-music:before {
  content: "\f95d";
}
.fi-rr-triangle-warning:before {
  content: "\f95e";
}
.fi-rr-triangle:before {
  content: "\f95f";
}
.fi-rr-trophy-star:before {
  content: "\f960";
}
.fi-rr-trophy:before {
  content: "\f961";
}
.fi-rr-truck-container:before {
  content: "\f962";
}
.fi-rr-truck-couch:before {
  content: "\f963";
}
.fi-rr-truck-loading:before {
  content: "\f964";
}
.fi-rr-truck-monster:before {
  content: "\f965";
}
.fi-rr-truck-moving:before {
  content: "\f966";
}
.fi-rr-truck-pickup:before {
  content: "\f967";
}
.fi-rr-truck-plow:before {
  content: "\f968";
}
.fi-rr-truck-ramp:before {
  content: "\f969";
}
.fi-rr-truck-side:before {
  content: "\f96a";
}
.fi-rr-truck-tow:before {
  content: "\f96b";
}
.fi-rr-trumpet:before {
  content: "\f96c";
}
.fi-rr-tty:before {
  content: "\f96d";
}
.fi-rr-tubes:before {
  content: "\f96e";
}
.fi-rr-tugrik-sign:before {
  content: "\f96f";
}
.fi-rr-turkey:before {
  content: "\f970";
}
.fi-rr-turntable:before {
  content: "\f971";
}
.fi-rr-tv-music:before {
  content: "\f972";
}
.fi-rr-typewriter:before {
  content: "\f973";
}
.fi-rr-u:before {
  content: "\f974";
}
.fi-rr-ufo-beam:before {
  content: "\f975";
}
.fi-rr-ufo:before {
  content: "\f976";
}
.fi-rr-umbrella-beach:before {
  content: "\f977";
}
.fi-rr-umbrella:before {
  content: "\f978";
}
.fi-rr-underline:before {
  content: "\f979";
}
.fi-rr-undo-alt:before {
  content: "\f97a";
}
.fi-rr-undo:before {
  content: "\f97b";
}
.fi-rr-uniform-martial-arts:before {
  content: "\f97c";
}
.fi-rr-universal-access:before {
  content: "\f97d";
}
.fi-rr-unlock:before {
  content: "\f97e";
}
.fi-rr-up-left:before {
  content: "\f97f";
}
.fi-rr-up-right:before {
  content: "\f980";
}
.fi-rr-up:before {
  content: "\f981";
}
.fi-rr-upload:before {
  content: "\f982";
}
.fi-rr-usb-pendrive:before {
  content: "\f983";
}
.fi-rr-usd-circle:before {
  content: "\f984";
}
.fi-rr-usd-square:before {
  content: "\f985";
}
.fi-rr-user-add:before {
  content: "\f986";
}
.fi-rr-user-alien:before {
  content: "\f987";
}
.fi-rr-user-astronaut:before {
  content: "\f988";
}
.fi-rr-user-crown:before {
  content: "\f989";
}
.fi-rr-user-gear:before {
  content: "\f98a";
}
.fi-rr-user-md-chat:before {
  content: "\f98b";
}
.fi-rr-user-md:before {
  content: "\f98c";
}
.fi-rr-user-nurse:before {
  content: "\f98d";
}
.fi-rr-user-pen:before {
  content: "\f98e";
}
.fi-rr-user-pilot-tie:before {
  content: "\f98f";
}
.fi-rr-user-pilot:before {
  content: "\f990";
}
.fi-rr-user-robot:before {
  content: "\f991";
}
.fi-rr-user-slash:before {
  content: "\f992";
}
.fi-rr-user-time:before {
  content: "\f993";
}
.fi-rr-user-visor:before {
  content: "\f994";
}
.fi-rr-user:before {
  content: "\f995";
}
.fi-rr-users-alt:before {
  content: "\f996";
}
.fi-rr-users-gear:before {
  content: "\f997";
}
.fi-rr-users-medical:before {
  content: "\f998";
}
.fi-rr-users:before {
  content: "\f999";
}
.fi-rr-utensils:before {
  content: "\f99a";
}
.fi-rr-v:before {
  content: "\f99b";
}
.fi-rr-value-absolute:before {
  content: "\f99c";
}
.fi-rr-vault:before {
  content: "\f99d";
}
.fi-rr-vector-alt:before {
  content: "\f99e";
}
.fi-rr-vector-circle:before {
  content: "\f99f";
}
.fi-rr-vector-polygon:before {
  content: "\f9a0";
}
.fi-rr-vector:before {
  content: "\f9a1";
}
.fi-rr-venus-double:before {
  content: "\f9a2";
}
.fi-rr-venus-mars:before {
  content: "\f9a3";
}
.fi-rr-venus:before {
  content: "\f9a4";
}
.fi-rr-vest-patches:before {
  content: "\f9a5";
}
.fi-rr-vest:before {
  content: "\f9a6";
}
.fi-rr-video-arrow-down-left:before {
  content: "\f9a7";
}
.fi-rr-video-arrow-up-right:before {
  content: "\f9a8";
}
.fi-rr-video-camera-alt:before {
  content: "\f9a9";
}
.fi-rr-video-camera:before {
  content: "\f9aa";
}
.fi-rr-video-plus:before {
  content: "\f9ab";
}
.fi-rr-video-slash:before {
  content: "\f9ac";
}
.fi-rr-virus-slash:before {
  content: "\f9ad";
}
.fi-rr-virus:before {
  content: "\f9ae";
}
.fi-rr-viruses:before {
  content: "\f9af";
}
.fi-rr-voicemail:before {
  content: "\f9b0";
}
.fi-rr-volcano:before {
  content: "\f9b1";
}
.fi-rr-volleyball:before {
  content: "\f9b2";
}
.fi-rr-volume-down:before {
  content: "\f9b3";
}
.fi-rr-volume-mute:before {
  content: "\f9b4";
}
.fi-rr-volume-off:before {
  content: "\f9b5";
}
.fi-rr-volume-slash:before {
  content: "\f9b6";
}
.fi-rr-volume:before {
  content: "\f9b7";
}
.fi-rr-vote-nay:before {
  content: "\f9b8";
}
.fi-rr-vote-yea:before {
  content: "\f9b9";
}
.fi-rr-w:before {
  content: "\f9ba";
}
.fi-rr-wagon-covered:before {
  content: "\f9bb";
}
.fi-rr-walker:before {
  content: "\f9bc";
}
.fi-rr-walkie-talkie:before {
  content: "\f9bd";
}
.fi-rr-wallet:before {
  content: "\f9be";
}
.fi-rr-warehouse-alt:before {
  content: "\f9bf";
}
.fi-rr-watch-calculator:before {
  content: "\f9c0";
}
.fi-rr-watch-fitness:before {
  content: "\f9c1";
}
.fi-rr-watch-smart:before {
  content: "\f9c2";
}
.fi-rr-watch:before {
  content: "\f9c3";
}
.fi-rr-water-bottle:before {
  content: "\f9c4";
}
.fi-rr-water-ladder:before {
  content: "\f9c5";
}
.fi-rr-water-lower:before {
  content: "\f9c6";
}
.fi-rr-water-rise:before {
  content: "\f9c7";
}
.fi-rr-water:before {
  content: "\f9c8";
}
.fi-rr-watermelon:before {
  content: "\f9c9";
}
.fi-rr-wave-sine:before {
  content: "\f9ca";
}
.fi-rr-wave-square:before {
  content: "\f9cb";
}
.fi-rr-wave-triangle:before {
  content: "\f9cc";
}
.fi-rr-waveform-path:before {
  content: "\f9cd";
}
.fi-rr-waveform:before {
  content: "\f9ce";
}
.fi-rr-webcam-slash:before {
  content: "\f9cf";
}
.fi-rr-webcam:before {
  content: "\f9d0";
}
.fi-rr-wheat:before {
  content: "\f9d1";
}
.fi-rr-wheelchair-move:before {
  content: "\f9d2";
}
.fi-rr-wheelchair:before {
  content: "\f9d3";
}
.fi-rr-whistle:before {
  content: "\f9d4";
}
.fi-rr-wifi-1:before {
  content: "\f9d5";
}
.fi-rr-wifi-2:before {
  content: "\f9d6";
}
.fi-rr-wifi-alt:before {
  content: "\f9d7";
}
.fi-rr-wifi-exclamation:before {
  content: "\f9d8";
}
.fi-rr-wifi-slash:before {
  content: "\f9d9";
}
.fi-rr-wifi:before {
  content: "\f9da";
}
.fi-rr-wind-warning:before {
  content: "\f9db";
}
.fi-rr-wind:before {
  content: "\f9dc";
}
.fi-rr-window-alt:before {
  content: "\f9dd";
}
.fi-rr-window-maximize:before {
  content: "\f9de";
}
.fi-rr-window-minimize:before {
  content: "\f9df";
}
.fi-rr-window-restore:before {
  content: "\f9e0";
}
.fi-rr-windsock:before {
  content: "\f9e1";
}
.fi-rr-wine-bottle:before {
  content: "\f9e2";
}
.fi-rr-wine-glass-crack:before {
  content: "\f9e3";
}
.fi-rr-woman-head:before {
  content: "\f9e4";
}
.fi-rr-won-sign:before {
  content: "\f9e5";
}
.fi-rr-world:before {
  content: "\f9e6";
}
.fi-rr-wreath:before {
  content: "\f9e7";
}
.fi-rr-wrench-simple:before {
  content: "\f9e8";
}
.fi-rr-x-ray:before {
  content: "\f9e9";
}
.fi-rr-x:before {
  content: "\f9ea";
}
.fi-rr-y:before {
  content: "\f9eb";
}
.fi-rr-yen:before {
  content: "\f9ec";
}
.fi-rr-yin-yang:before {
  content: "\f9ed";
}
.fi-rr-z:before {
  content: "\f9ee";
}
.fi-rr-zoom-in:before {
  content: "\f9ef";
}
.fi-rr-zoom-out:before {
  content: "\f9f0";
}

/* src/assets/icons/themify-icons/css/themify-icons.css */
@font-face {
  font-family: "themify";
  src: url("./media/themify9f24.eot?-fvbane");
  src:
    url("./media/themifyd41d.eot?#iefix-fvbane") format("embedded-opentype"),
    url("./media/themify.woff") format("woff"),
    url("./media/themify.ttf") format("truetype"),
    url("./media/themify9f24.svg?-fvbane#themify") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=ti-],
[class*=" ti-"] {
  font-family: "themify";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ti-wand:before {
  content: "\e600";
}
.ti-volume:before {
  content: "\e601";
}
.ti-user:before {
  content: "\e602";
}
.ti-unlock:before {
  content: "\e603";
}
.ti-unlink:before {
  content: "\e604";
}
.ti-trash:before {
  content: "\e605";
}
.ti-thought:before {
  content: "\e606";
}
.ti-target:before {
  content: "\e607";
}
.ti-tag:before {
  content: "\e608";
}
.ti-tablet:before {
  content: "\e609";
}
.ti-star:before {
  content: "\e60a";
}
.ti-spray:before {
  content: "\e60b";
}
.ti-signal:before {
  content: "\e60c";
}
.ti-shopping-cart:before {
  content: "\e60d";
}
.ti-shopping-cart-full:before {
  content: "\e60e";
}
.ti-settings:before {
  content: "\e60f";
}
.ti-search:before {
  content: "\e610";
}
.ti-zoom-in:before {
  content: "\e611";
}
.ti-zoom-out:before {
  content: "\e612";
}
.ti-cut:before {
  content: "\e613";
}
.ti-ruler:before {
  content: "\e614";
}
.ti-ruler-pencil:before {
  content: "\e615";
}
.ti-ruler-alt:before {
  content: "\e616";
}
.ti-bookmark:before {
  content: "\e617";
}
.ti-bookmark-alt:before {
  content: "\e618";
}
.ti-reload:before {
  content: "\e619";
}
.ti-plus:before {
  content: "\e61a";
}
.ti-pin:before {
  content: "\e61b";
}
.ti-pencil:before {
  content: "\e61c";
}
.ti-pencil-alt:before {
  content: "\e61d";
}
.ti-paint-roller:before {
  content: "\e61e";
}
.ti-paint-bucket:before {
  content: "\e61f";
}
.ti-na:before {
  content: "\e620";
}
.ti-mobile:before {
  content: "\e621";
}
.ti-minus:before {
  content: "\e622";
}
.ti-medall:before {
  content: "\e623";
}
.ti-medall-alt:before {
  content: "\e624";
}
.ti-marker:before {
  content: "\e625";
}
.ti-marker-alt:before {
  content: "\e626";
}
.ti-arrow-up:before {
  content: "\e627";
}
.ti-arrow-right:before {
  content: "\e628";
}
.ti-arrow-left:before {
  content: "\e629";
}
.ti-arrow-down:before {
  content: "\e62a";
}
.ti-lock:before {
  content: "\e62b";
}
.ti-location-arrow:before {
  content: "\e62c";
}
.ti-link:before {
  content: "\e62d";
}
.ti-layout:before {
  content: "\e62e";
}
.ti-layers:before {
  content: "\e62f";
}
.ti-layers-alt:before {
  content: "\e630";
}
.ti-key:before {
  content: "\e631";
}
.ti-import:before {
  content: "\e632";
}
.ti-image:before {
  content: "\e633";
}
.ti-heart:before {
  content: "\e634";
}
.ti-heart-broken:before {
  content: "\e635";
}
.ti-hand-stop:before {
  content: "\e636";
}
.ti-hand-open:before {
  content: "\e637";
}
.ti-hand-drag:before {
  content: "\e638";
}
.ti-folder:before {
  content: "\e639";
}
.ti-flag:before {
  content: "\e63a";
}
.ti-flag-alt:before {
  content: "\e63b";
}
.ti-flag-alt-2:before {
  content: "\e63c";
}
.ti-eye:before {
  content: "\e63d";
}
.ti-export:before {
  content: "\e63e";
}
.ti-exchange-vertical:before {
  content: "\e63f";
}
.ti-desktop:before {
  content: "\e640";
}
.ti-cup:before {
  content: "\e641";
}
.ti-crown:before {
  content: "\e642";
}
.ti-comments:before {
  content: "\e643";
}
.ti-comment:before {
  content: "\e644";
}
.ti-comment-alt:before {
  content: "\e645";
}
.ti-close:before {
  content: "\e646";
}
.ti-clip:before {
  content: "\e647";
}
.ti-angle-up:before {
  content: "\e648";
}
.ti-angle-right:before {
  content: "\e649";
}
.ti-angle-left:before {
  content: "\e64a";
}
.ti-angle-down:before {
  content: "\e64b";
}
.ti-check:before {
  content: "\e64c";
}
.ti-check-box:before {
  content: "\e64d";
}
.ti-camera:before {
  content: "\e64e";
}
.ti-announcement:before {
  content: "\e64f";
}
.ti-brush:before {
  content: "\e650";
}
.ti-briefcase:before {
  content: "\e651";
}
.ti-bolt:before {
  content: "\e652";
}
.ti-bolt-alt:before {
  content: "\e653";
}
.ti-blackboard:before {
  content: "\e654";
}
.ti-bag:before {
  content: "\e655";
}
.ti-move:before {
  content: "\e656";
}
.ti-arrows-vertical:before {
  content: "\e657";
}
.ti-arrows-horizontal:before {
  content: "\e658";
}
.ti-fullscreen:before {
  content: "\e659";
}
.ti-arrow-top-right:before {
  content: "\e65a";
}
.ti-arrow-top-left:before {
  content: "\e65b";
}
.ti-arrow-circle-up:before {
  content: "\e65c";
}
.ti-arrow-circle-right:before {
  content: "\e65d";
}
.ti-arrow-circle-left:before {
  content: "\e65e";
}
.ti-arrow-circle-down:before {
  content: "\e65f";
}
.ti-angle-double-up:before {
  content: "\e660";
}
.ti-angle-double-right:before {
  content: "\e661";
}
.ti-angle-double-left:before {
  content: "\e662";
}
.ti-angle-double-down:before {
  content: "\e663";
}
.ti-zip:before {
  content: "\e664";
}
.ti-world:before {
  content: "\e665";
}
.ti-wheelchair:before {
  content: "\e666";
}
.ti-view-list:before {
  content: "\e667";
}
.ti-view-list-alt:before {
  content: "\e668";
}
.ti-view-grid:before {
  content: "\e669";
}
.ti-uppercase:before {
  content: "\e66a";
}
.ti-upload:before {
  content: "\e66b";
}
.ti-underline:before {
  content: "\e66c";
}
.ti-truck:before {
  content: "\e66d";
}
.ti-timer:before {
  content: "\e66e";
}
.ti-ticket:before {
  content: "\e66f";
}
.ti-thumb-up:before {
  content: "\e670";
}
.ti-thumb-down:before {
  content: "\e671";
}
.ti-text:before {
  content: "\e672";
}
.ti-stats-up:before {
  content: "\e673";
}
.ti-stats-down:before {
  content: "\e674";
}
.ti-split-v:before {
  content: "\e675";
}
.ti-split-h:before {
  content: "\e676";
}
.ti-smallcap:before {
  content: "\e677";
}
.ti-shine:before {
  content: "\e678";
}
.ti-shift-right:before {
  content: "\e679";
}
.ti-shift-left:before {
  content: "\e67a";
}
.ti-shield:before {
  content: "\e67b";
}
.ti-notepad:before {
  content: "\e67c";
}
.ti-server:before {
  content: "\e67d";
}
.ti-quote-right:before {
  content: "\e67e";
}
.ti-quote-left:before {
  content: "\e67f";
}
.ti-pulse:before {
  content: "\e680";
}
.ti-printer:before {
  content: "\e681";
}
.ti-power-off:before {
  content: "\e682";
}
.ti-plug:before {
  content: "\e683";
}
.ti-pie-chart:before {
  content: "\e684";
}
.ti-paragraph:before {
  content: "\e685";
}
.ti-panel:before {
  content: "\e686";
}
.ti-package:before {
  content: "\e687";
}
.ti-music:before {
  content: "\e688";
}
.ti-music-alt:before {
  content: "\e689";
}
.ti-mouse:before {
  content: "\e68a";
}
.ti-mouse-alt:before {
  content: "\e68b";
}
.ti-money:before {
  content: "\e68c";
}
.ti-microphone:before {
  content: "\e68d";
}
.ti-menu:before {
  content: "\e68e";
}
.ti-menu-alt:before {
  content: "\e68f";
}
.ti-map:before {
  content: "\e690";
}
.ti-map-alt:before {
  content: "\e691";
}
.ti-loop:before {
  content: "\e692";
}
.ti-location-pin:before {
  content: "\e693";
}
.ti-list:before {
  content: "\e694";
}
.ti-light-bulb:before {
  content: "\e695";
}
.ti-Italic:before {
  content: "\e696";
}
.ti-info:before {
  content: "\e697";
}
.ti-infinite:before {
  content: "\e698";
}
.ti-id-badge:before {
  content: "\e699";
}
.ti-hummer:before {
  content: "\e69a";
}
.ti-home:before {
  content: "\e69b";
}
.ti-help:before {
  content: "\e69c";
}
.ti-headphone:before {
  content: "\e69d";
}
.ti-harddrives:before {
  content: "\e69e";
}
.ti-harddrive:before {
  content: "\e69f";
}
.ti-gift:before {
  content: "\e6a0";
}
.ti-game:before {
  content: "\e6a1";
}
.ti-filter:before {
  content: "\e6a2";
}
.ti-files:before {
  content: "\e6a3";
}
.ti-file:before {
  content: "\e6a4";
}
.ti-eraser:before {
  content: "\e6a5";
}
.ti-envelope:before {
  content: "\e6a6";
}
.ti-download:before {
  content: "\e6a7";
}
.ti-direction:before {
  content: "\e6a8";
}
.ti-direction-alt:before {
  content: "\e6a9";
}
.ti-dashboard:before {
  content: "\e6aa";
}
.ti-control-stop:before {
  content: "\e6ab";
}
.ti-control-shuffle:before {
  content: "\e6ac";
}
.ti-control-play:before {
  content: "\e6ad";
}
.ti-control-pause:before {
  content: "\e6ae";
}
.ti-control-forward:before {
  content: "\e6af";
}
.ti-control-backward:before {
  content: "\e6b0";
}
.ti-cloud:before {
  content: "\e6b1";
}
.ti-cloud-up:before {
  content: "\e6b2";
}
.ti-cloud-down:before {
  content: "\e6b3";
}
.ti-clipboard:before {
  content: "\e6b4";
}
.ti-car:before {
  content: "\e6b5";
}
.ti-calendar:before {
  content: "\e6b6";
}
.ti-book:before {
  content: "\e6b7";
}
.ti-bell:before {
  content: "\e6b8";
}
.ti-basketball:before {
  content: "\e6b9";
}
.ti-bar-chart:before {
  content: "\e6ba";
}
.ti-bar-chart-alt:before {
  content: "\e6bb";
}
.ti-back-right:before {
  content: "\e6bc";
}
.ti-back-left:before {
  content: "\e6bd";
}
.ti-arrows-corner:before {
  content: "\e6be";
}
.ti-archive:before {
  content: "\e6bf";
}
.ti-anchor:before {
  content: "\e6c0";
}
.ti-align-right:before {
  content: "\e6c1";
}
.ti-align-left:before {
  content: "\e6c2";
}
.ti-align-justify:before {
  content: "\e6c3";
}
.ti-align-center:before {
  content: "\e6c4";
}
.ti-alert:before {
  content: "\e6c5";
}
.ti-alarm-clock:before {
  content: "\e6c6";
}
.ti-agenda:before {
  content: "\e6c7";
}
.ti-write:before {
  content: "\e6c8";
}
.ti-window:before {
  content: "\e6c9";
}
.ti-widgetized:before {
  content: "\e6ca";
}
.ti-widget:before {
  content: "\e6cb";
}
.ti-widget-alt:before {
  content: "\e6cc";
}
.ti-wallet:before {
  content: "\e6cd";
}
.ti-video-clapper:before {
  content: "\e6ce";
}
.ti-video-camera:before {
  content: "\e6cf";
}
.ti-vector:before {
  content: "\e6d0";
}
.ti-themify-logo:before {
  content: "\e6d1";
}
.ti-themify-favicon:before {
  content: "\e6d2";
}
.ti-themify-favicon-alt:before {
  content: "\e6d3";
}
.ti-support:before {
  content: "\e6d4";
}
.ti-stamp:before {
  content: "\e6d5";
}
.ti-split-v-alt:before {
  content: "\e6d6";
}
.ti-slice:before {
  content: "\e6d7";
}
.ti-shortcode:before {
  content: "\e6d8";
}
.ti-shift-right-alt:before {
  content: "\e6d9";
}
.ti-shift-left-alt:before {
  content: "\e6da";
}
.ti-ruler-alt-2:before {
  content: "\e6db";
}
.ti-receipt:before {
  content: "\e6dc";
}
.ti-pin2:before {
  content: "\e6dd";
}
.ti-pin-alt:before {
  content: "\e6de";
}
.ti-pencil-alt2:before {
  content: "\e6df";
}
.ti-palette:before {
  content: "\e6e0";
}
.ti-more:before {
  content: "\e6e1";
}
.ti-more-alt:before {
  content: "\e6e2";
}
.ti-microphone-alt:before {
  content: "\e6e3";
}
.ti-magnet:before {
  content: "\e6e4";
}
.ti-line-double:before {
  content: "\e6e5";
}
.ti-line-dotted:before {
  content: "\e6e6";
}
.ti-line-dashed:before {
  content: "\e6e7";
}
.ti-layout-width-full:before {
  content: "\e6e8";
}
.ti-layout-width-default:before {
  content: "\e6e9";
}
.ti-layout-width-default-alt:before {
  content: "\e6ea";
}
.ti-layout-tab:before {
  content: "\e6eb";
}
.ti-layout-tab-window:before {
  content: "\e6ec";
}
.ti-layout-tab-v:before {
  content: "\e6ed";
}
.ti-layout-tab-min:before {
  content: "\e6ee";
}
.ti-layout-slider:before {
  content: "\e6ef";
}
.ti-layout-slider-alt:before {
  content: "\e6f0";
}
.ti-layout-sidebar-right:before {
  content: "\e6f1";
}
.ti-layout-sidebar-none:before {
  content: "\e6f2";
}
.ti-layout-sidebar-left:before {
  content: "\e6f3";
}
.ti-layout-placeholder:before {
  content: "\e6f4";
}
.ti-layout-menu:before {
  content: "\e6f5";
}
.ti-layout-menu-v:before {
  content: "\e6f6";
}
.ti-layout-menu-separated:before {
  content: "\e6f7";
}
.ti-layout-menu-full:before {
  content: "\e6f8";
}
.ti-layout-media-right-alt:before {
  content: "\e6f9";
}
.ti-layout-media-right:before {
  content: "\e6fa";
}
.ti-layout-media-overlay:before {
  content: "\e6fb";
}
.ti-layout-media-overlay-alt:before {
  content: "\e6fc";
}
.ti-layout-media-overlay-alt-2:before {
  content: "\e6fd";
}
.ti-layout-media-left-alt:before {
  content: "\e6fe";
}
.ti-layout-media-left:before {
  content: "\e6ff";
}
.ti-layout-media-center-alt:before {
  content: "\e700";
}
.ti-layout-media-center:before {
  content: "\e701";
}
.ti-layout-list-thumb:before {
  content: "\e702";
}
.ti-layout-list-thumb-alt:before {
  content: "\e703";
}
.ti-layout-list-post:before {
  content: "\e704";
}
.ti-layout-list-large-image:before {
  content: "\e705";
}
.ti-layout-line-solid:before {
  content: "\e706";
}
.ti-layout-grid4:before {
  content: "\e707";
}
.ti-layout-grid3:before {
  content: "\e708";
}
.ti-layout-grid2:before {
  content: "\e709";
}
.ti-layout-grid2-thumb:before {
  content: "\e70a";
}
.ti-layout-cta-right:before {
  content: "\e70b";
}
.ti-layout-cta-left:before {
  content: "\e70c";
}
.ti-layout-cta-center:before {
  content: "\e70d";
}
.ti-layout-cta-btn-right:before {
  content: "\e70e";
}
.ti-layout-cta-btn-left:before {
  content: "\e70f";
}
.ti-layout-column4:before {
  content: "\e710";
}
.ti-layout-column3:before {
  content: "\e711";
}
.ti-layout-column2:before {
  content: "\e712";
}
.ti-layout-accordion-separated:before {
  content: "\e713";
}
.ti-layout-accordion-merged:before {
  content: "\e714";
}
.ti-layout-accordion-list:before {
  content: "\e715";
}
.ti-ink-pen:before {
  content: "\e716";
}
.ti-info-alt:before {
  content: "\e717";
}
.ti-help-alt:before {
  content: "\e718";
}
.ti-headphone-alt:before {
  content: "\e719";
}
.ti-hand-point-up:before {
  content: "\e71a";
}
.ti-hand-point-right:before {
  content: "\e71b";
}
.ti-hand-point-left:before {
  content: "\e71c";
}
.ti-hand-point-down:before {
  content: "\e71d";
}
.ti-gallery:before {
  content: "\e71e";
}
.ti-face-smile:before {
  content: "\e71f";
}
.ti-face-sad:before {
  content: "\e720";
}
.ti-credit-card:before {
  content: "\e721";
}
.ti-control-skip-forward:before {
  content: "\e722";
}
.ti-control-skip-backward:before {
  content: "\e723";
}
.ti-control-record:before {
  content: "\e724";
}
.ti-control-eject:before {
  content: "\e725";
}
.ti-comments-smiley:before {
  content: "\e726";
}
.ti-brush-alt:before {
  content: "\e727";
}
.ti-youtube:before {
  content: "\e728";
}
.ti-vimeo:before {
  content: "\e729";
}
.ti-twitter:before {
  content: "\e72a";
}
.ti-time:before {
  content: "\e72b";
}
.ti-tumblr:before {
  content: "\e72c";
}
.ti-skype:before {
  content: "\e72d";
}
.ti-share:before {
  content: "\e72e";
}
.ti-share-alt:before {
  content: "\e72f";
}
.ti-rocket:before {
  content: "\e730";
}
.ti-pinterest:before {
  content: "\e731";
}
.ti-new-window:before {
  content: "\e732";
}
.ti-microsoft:before {
  content: "\e733";
}
.ti-list-ol:before {
  content: "\e734";
}
.ti-linkedin:before {
  content: "\e735";
}
.ti-layout-sidebar-2:before {
  content: "\e736";
}
.ti-layout-grid4-alt:before {
  content: "\e737";
}
.ti-layout-grid3-alt:before {
  content: "\e738";
}
.ti-layout-grid2-alt:before {
  content: "\e739";
}
.ti-layout-column4-alt:before {
  content: "\e73a";
}
.ti-layout-column3-alt:before {
  content: "\e73b";
}
.ti-layout-column2-alt:before {
  content: "\e73c";
}
.ti-instagram:before {
  content: "\e73d";
}
.ti-google:before {
  content: "\e73e";
}
.ti-github:before {
  content: "\e73f";
}
.ti-flickr:before {
  content: "\e740";
}
.ti-facebook:before {
  content: "\e741";
}
.ti-dropbox:before {
  content: "\e742";
}
.ti-dribbble:before {
  content: "\e743";
}
.ti-apple:before {
  content: "\e744";
}
.ti-android:before {
  content: "\e745";
}
.ti-save:before {
  content: "\e746";
}
.ti-save-alt:before {
  content: "\e747";
}
.ti-yahoo:before {
  content: "\e748";
}
.ti-wordpress:before {
  content: "\e749";
}
.ti-vimeo-alt:before {
  content: "\e74a";
}
.ti-twitter-alt:before {
  content: "\e74b";
}
.ti-tumblr-alt:before {
  content: "\e74c";
}
.ti-trello:before {
  content: "\e74d";
}
.ti-stack-overflow:before {
  content: "\e74e";
}
.ti-soundcloud:before {
  content: "\e74f";
}
.ti-sharethis:before {
  content: "\e750";
}
.ti-sharethis-alt:before {
  content: "\e751";
}
.ti-reddit:before {
  content: "\e752";
}
.ti-pinterest-alt:before {
  content: "\e753";
}
.ti-microsoft-alt:before {
  content: "\e754";
}
.ti-linux:before {
  content: "\e755";
}
.ti-jsfiddle:before {
  content: "\e756";
}
.ti-joomla:before {
  content: "\e757";
}
.ti-html5:before {
  content: "\e758";
}
.ti-flickr-alt:before {
  content: "\e759";
}
.ti-email:before {
  content: "\e75a";
}
.ti-drupal:before {
  content: "\e75b";
}
.ti-dropbox-alt:before {
  content: "\e75c";
}
.ti-css3:before {
  content: "\e75d";
}
.ti-rss:before {
  content: "\e75e";
}
.ti-rss-alt:before {
  content: "\e75f";
}

/* src/assets/css/style.css */
:root {
  --primary: #ffae00ad;
  --primary-hover: #8c00ff;
  --primary-dark: #ffbd2f;
  --secondary: #131921;
  --secondary-light: #7e96b5;
  --polizaqui-color-primary: #ffb000;
  --polizaqui-color-secondary: #9c9b9b;
  --polizaqui-color-error: rgb(238, 90, 90);
  --error: rgb(233, 51, 51);
  --rgba-primary-1: rgba(183, 234, 67, 0.1);
  --rgba-primary-2: rgba(183, 234, 67, 0.2);
  --rgba-primary-3: rgba(183, 234, 67, 0.3);
  --rgba-primary-4: rgba(183, 234, 67, 0.4);
  --rgba-primary-5: rgba(183, 234, 67, 0.5);
  --rgba-primary-6: rgba(183, 234, 67, 0.6);
  --rgba-primary-7: rgba(183, 234, 67, 0.7);
  --rgba-primary-8: rgba(183, 234, 67, 0.8);
  --rgba-primary-9: rgba(183, 234, 67, 0.9);
  --font-family-title: sans-serif;
  --font-family-sub-title: sans-serif;
  --font-family-base: sans-serif;
  --box-shadow: 0px 0 40px 0 rgba(0, 0, 0, 0.1);
  --border-radius-xl: 20px;
  --border-radius-md: 15px;
  --border-radius: 10px;
  --border-radius-sm: 8px;
  --border-color: #e2e2e2;
  --border-color-2: #e0e0e0;
  --body-bg: #fff;
  --body-bg2: #fff;
  --body-color: #000000;
  --dark: #2f2f2f;
  --pink: #ffb000;
  --blue-arys: #122b7c;
  --diamond-arys: #bdbbbb;
  --bg-white: #fff;
  --title: #383838de;
  --card-bg: #fff;
  --theme-text-color: #fff;
  --light: #f2f2f2;
  --bg-light: #f2f2f2;
  --text-accent: #69708a;
  --text-muted: #666666;
  --text-light: rgba(34, 34, 34, 0.6);
  --text-light2: #d9d9d9;
  --text-color: #555;
  --input-bg: #ebf4f0;
}
/*!
   * Bootstrap  v5.3.2 (https://getbootstrap.com/)
   * Copyright 2011-2023 The Bootstrap Authors
   * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
   */
:root,
[data-bs-theme=light] {
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #b7ea43;
  --bs-secondary: #131921;
  --bs-success: #159e42;
  --bs-info: #4cb1ff;
  --bs-warning: #e54f4f;
  --bs-danger: #ff0000;
  --bs-light: #f2f2f2;
  --bs-dark: #2f2f2f;
  --bs-primary-rgb:
    183,
    234,
    67;
  --bs-secondary-rgb:
    19,
    25,
    33;
  --bs-success-rgb:
    21,
    158,
    66;
  --bs-info-rgb:
    76,
    177,
    255;
  --bs-warning-rgb:
    229,
    79,
    79;
  --bs-danger-rgb:
    255,
    0,
    0;
  --bs-light-rgb:
    242,
    242,
    242;
  --bs-dark-rgb:
    47,
    47,
    47;
  --bs-primary-text-emphasis: #495e1b;
  --bs-secondary-text-emphasis: #080a0d;
  --bs-success-text-emphasis: #083f1a;
  --bs-info-text-emphasis: #1e4766;
  --bs-warning-text-emphasis: #5c2020;
  --bs-danger-text-emphasis: #660000;
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: #f1fbd9;
  --bs-secondary-bg-subtle: #d0d1d3;
  --bs-success-bg-subtle: #d0ecd9;
  --bs-info-bg-subtle: #dbefff;
  --bs-warning-bg-subtle: #fadcdc;
  --bs-danger-bg-subtle: #ffcccc;
  --bs-light-bg-subtle: #fcfcfd;
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: #e2f7b4;
  --bs-secondary-border-subtle: #a1a3a6;
  --bs-success-border-subtle: #a1d8b3;
  --bs-info-border-subtle: #b7e0ff;
  --bs-warning-border-subtle: #f5b9b9;
  --bs-danger-border-subtle: #ff9999;
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb:
    255,
    255,
    255;
  --bs-black-rgb:
    0,
    0,
    0;
  --bs-font-sans-serif:
    system-ui,
    -apple-system,
    "Segoe UI",
    Roboto,
    "Helvetica Neue",
    "Noto Sans",
    "Liberation Sans",
    Arial,
    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: "Unbounded", sans-serif;
  --bs-body-font-size: 0.875rem;
  --bs-body-font-weight: 500;
  --bs-body-line-height: 1.6;
  --bs-body-color: #000000;
  --bs-body-color-rgb:
    0,
    0,
    0;
  --bs-body-bg: #f0f0f0;
  --bs-body-bg-rgb:
    240,
    240,
    240;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb:
    0,
    0,
    0;
  --bs-secondary-color: rgba(0, 0, 0, 0.75);
  --bs-secondary-color-rgb:
    0,
    0,
    0;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb:
    233,
    236,
    239;
  --bs-tertiary-color: rgba(0, 0, 0, 0.5);
  --bs-tertiary-color-rgb:
    0,
    0,
    0;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb:
    248,
    249,
    250;
  --bs-heading-color: #222222;
  --bs-link-color: #b7ea43;
  --bs-link-color-rgb:
    183,
    234,
    67;
  --bs-link-decoration: underline;
  --bs-link-hover-color: #92bb36;
  --bs-link-hover-color-rgb:
    146,
    187,
    54;
  --bs-code-color: #ffb000;
  --bs-highlight-color: #000000;
  --bs-highlight-bg: #ffeecc;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0px 0 40px 0 rgba(0, 0, 0, 0.1);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(183, 234, 67, 0.25);
  --bs-form-valid-color: #ffb000;
  --bs-form-valid-border-color: #ffb000;
  --bs-form-invalid-color: #ff0000;
  --bs-form-invalid-border-color: #ff0000;
}
[data-bs-theme=dark] {
  color-scheme: dark;
  --bs-body-color: #dee2e6;
  --bs-body-color-rgb:
    222,
    226,
    230;
  --bs-body-bg: #212529;
  --bs-body-bg-rgb:
    33,
    37,
    41;
  --bs-emphasis-color: #fff;
  --bs-emphasis-color-rgb:
    255,
    255,
    255;
  --bs-secondary-color: rgba(222, 226, 230, 0.75);
  --bs-secondary-color-rgb:
    222,
    226,
    230;
  --bs-secondary-bg: #343a40;
  --bs-secondary-bg-rgb:
    52,
    58,
    64;
  --bs-tertiary-color: rgba(222, 226, 230, 0.5);
  --bs-tertiary-color-rgb:
    222,
    226,
    230;
  --bs-tertiary-bg: #2b3035;
  --bs-tertiary-bg-rgb:
    43,
    48,
    53;
  --bs-primary-text-emphasis: #d4f28e;
  --bs-secondary-text-emphasis: #71757a;
  --bs-success-text-emphasis: #73c58e;
  --bs-info-text-emphasis: #94d0ff;
  --bs-warning-text-emphasis: #ef9595;
  --bs-danger-text-emphasis: #ff6666;
  --bs-light-text-emphasis: #f8f9fa;
  --bs-dark-text-emphasis: #dee2e6;
  --bs-primary-bg-subtle: #252f0d;
  --bs-secondary-bg-subtle: #040507;
  --bs-success-bg-subtle: #04200d;
  --bs-info-bg-subtle: #0f2333;
  --bs-warning-bg-subtle: #2e1010;
  --bs-danger-bg-subtle: #330000;
  --bs-light-bg-subtle: #343a40;
  --bs-dark-bg-subtle: #1a1d20;
  --bs-primary-border-subtle: #6e8c28;
  --bs-secondary-border-subtle: #0b0f14;
  --bs-success-border-subtle: #0d5f28;
  --bs-info-border-subtle: #2e6a99;
  --bs-warning-border-subtle: #892f2f;
  --bs-danger-border-subtle: #990000;
  --bs-light-border-subtle: #495057;
  --bs-dark-border-subtle: #343a40;
  --bs-heading-color: inherit;
  --bs-link-color: #d4f28e;
  --bs-link-hover-color: #ddf5a5;
  --bs-link-color-rgb:
    212,
    242,
    142;
  --bs-link-hover-color-rgb:
    221,
    245,
    165;
  --bs-code-color: #ff66b3;
  --bs-highlight-color: #dee2e6;
  --bs-highlight-bg: #664401;
  --bs-border-color: #495057;
  --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
  --bs-form-valid-color: #b5dfbe;
  --bs-form-valid-border-color: #b5dfbe;
  --bs-form-invalid-color: #ff9ba8;
  --bs-form-invalid-border-color: #ff9ba8;
}
*,
*::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(0, 0, 0, 0);
}
hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: var(--bs-border-width) solid;
  opacity: 0.25;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 600;
  line-height: 1.2;
  color: var(--bs-heading-color);
}
h1,
.h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1,
  .h1 {
    font-size: 2.5rem;
  }
}
h2,
.h2 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h2,
  .h2 {
    font-size: 1.75rem;
  }
}
h3,
.h3 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h3,
  .h3 {
    font-size: 1.5rem;
  }
}
h4,
.h4 {
  font-size: 1.25rem;
}
h5,
.h5 {
  font-size: 1.125rem;
}
h6,
.h6 {
  font-size: 1rem;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
abbr[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.875em;
}
mark,
.mark {
  padding: 0.1875em;
  color: var(--bs-highlight-color);
  background-color: var(--bs-highlight-bg);
}
sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
a {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
  text-decoration: underline;
}
a:hover {
  --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
}
a:not([href]):not([class]),
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}
pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
}
pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}
code {
  font-size: 0.875em;
  color: var(--bs-code-color);
  word-wrap: break-word;
}
a > code {
  color: inherit;
}
kbd {
  padding: 0.1875rem 0.375rem;
  font-size: 0.875em;
  color: var(--bs-body-bg);
  background-color: var(--bs-body-color);
  border-radius: 0.25rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
}
figure {
  margin: 0 0 1rem;
}
img,
svg {
  vertical-align: middle;
}
table {
  caption-side: bottom;
  border-collapse: collapse;
}
caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-secondary-color);
  text-align: left;
}
th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}
thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}
label {
  display: inline-block;
}
button {
  border-radius: 0;
}
button:focus:not(:focus-visible) {
  outline: 0;
}
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
select {
  text-transform: none;
}
[role=button] {
  cursor: pointer;
}
select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}
[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
  display: none !important;
}
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] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-color-swatch-wrapper {
  padding: 0;
}
::file-selector-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: 1.09375rem;
  font-weight: 300;
}
.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.875em;
  text-transform: uppercase;
}
.blockquote {
  margin-bottom: 1rem;
  font-size: 1.09375rem;
}
.blockquote > :last-child {
  margin-bottom: 0;
}
.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "\2014\a0";
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.img-thumbnail {
  padding: 0.25rem;
  background-color: var(--bs-body-bg);
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  max-width: 100%;
  height: auto;
}
.figure {
  display: inline-block;
}
.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}
.figure-caption {
  font-size: 0.875em;
  color: var(--bs-secondary-color);
}
.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
  --bs-gutter-x: 30px;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  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: 1024px;
  }
}
:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1440;
}
.row {
  --bs-gutter-x: 30px;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.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: 1440) {
  .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-color-type: initial;
  --bs-table-bg-type: initial;
  --bs-table-color-state: initial;
  --bs-table-bg-state: initial;
  --bs-table-color: var(--bs-emphasis-color);
  --bs-table-bg: var(--bs-body-bg);
  --bs-table-border-color: var(--bs-border-color);
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: var(--bs-emphasis-color);
  --bs-table-striped-bg: rgba(var(--bs-emphasis-color-rgb), 0.05);
  --bs-table-active-color: var(--bs-emphasis-color);
  --bs-table-active-bg: rgba(var(--bs-emphasis-color-rgb), 0.1);
  --bs-table-hover-color: var(--bs-emphasis-color);
  --bs-table-hover-bg: rgba(var(--bs-emphasis-color-rgb), 0.075);
  width: 100%;
  margin-bottom: 1rem;
  vertical-align: top;
  border-color: var(--bs-table-border-color);
}
.table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  color: var( --bs-table-color-state, var(--bs-table-color-type, var(--bs-table-color)) );
  background-color: var(--bs-table-bg);
  border-bottom-width: var(--bs-border-width);
  box-shadow: inset 0 0 0 9999px var(--bs-table-bg-state, var(--bs-table-bg-type, var(--bs-table-accent-bg)));
}
.table > tbody {
  vertical-align: inherit;
}
.table > thead {
  vertical-align: bottom;
}
.table-group-divider {
  border-top: calc(var(--bs-border-width) * 2) solid currentcolor;
}
.caption-top {
  caption-side: top;
}
.table-sm > :not(caption) > * > * {
  padding: 0.25rem 0.25rem;
}
.table-bordered > :not(caption) > * {
  border-width: var(--bs-border-width) 0;
}
.table-bordered > :not(caption) > * > * {
  border-width: 0 var(--bs-border-width);
}
.table-borderless > :not(caption) > * > * {
  border-bottom-width: 0;
}
.table-borderless > :not(:first-child) {
  border-top-width: 0;
}
.table-striped > tbody > tr:nth-of-type(odd) > * {
  --bs-table-color-type: var(--bs-table-striped-color);
  --bs-table-bg-type: var(--bs-table-striped-bg);
}
.table-striped-columns > :not(caption) > tr > :nth-child(even) {
  --bs-table-color-type: var(--bs-table-striped-color);
  --bs-table-bg-type: var(--bs-table-striped-bg);
}
.table-active {
  --bs-table-color-state: var(--bs-table-active-color);
  --bs-table-bg-state: var(--bs-table-active-bg);
}
.table-hover > tbody > tr:hover > * {
  --bs-table-color-state: var(--bs-table-hover-color);
  --bs-table-bg-state: var(--bs-table-hover-bg);
}
.table-primary {
  --bs-table-color: #000;
  --bs-table-bg: #f1fbd9;
  --bs-table-border-color: #c1c9ae;
  --bs-table-striped-bg: #e5eece;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #d9e2c3;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #dfe8c9;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.table-secondary {
  --bs-table-color: #000;
  --bs-table-bg: #d0d1d3;
  --bs-table-border-color: #a6a7a9;
  --bs-table-striped-bg: #c6c7c8;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bbbcbe;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #c0c1c3;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.table-success {
  --bs-table-color: #000;
  --bs-table-bg: #d0ecd9;
  --bs-table-border-color: #a6bdae;
  --bs-table-striped-bg: #c6e0ce;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bbd4c3;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #c0dac9;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.table-info {
  --bs-table-color: #000;
  --bs-table-bg: #dbefff;
  --bs-table-border-color: #afbfcc;
  --bs-table-striped-bg: #d0e3f2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #c5d7e6;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #cbddec;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.table-warning {
  --bs-table-color: #000;
  --bs-table-bg: #fadcdc;
  --bs-table-border-color: #c8b0b0;
  --bs-table-striped-bg: #eed1d1;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e1c6c6;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e7cccc;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.table-danger {
  --bs-table-color: #000;
  --bs-table-bg: #ffcccc;
  --bs-table-border-color: #cca3a3;
  --bs-table-striped-bg: #f2c2c2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e6b8b8;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #ecbdbd;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.table-light {
  --bs-table-color: #000;
  --bs-table-bg: #f2f2f2;
  --bs-table-border-color: #c2c2c2;
  --bs-table-striped-bg: #e6e6e6;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dadada;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e0e0e0;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.table-dark {
  --bs-table-color: #fff;
  --bs-table-bg: #2f2f2f;
  --bs-table-border-color: #595959;
  --bs-table-striped-bg: #393939;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: #444444;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: #3f3f3f;
  --bs-table-hover-color: #fff;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.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: 1439.98) {
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.form-label {
  margin-bottom: 0.5rem;
}
.col-form-label {
  padding-top: calc(0.375rem + var(--bs-border-width));
  padding-bottom: calc(0.375rem + var(--bs-border-width));
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.6;
}
.col-form-label-lg {
  padding-top: calc(0.5rem + var(--bs-border-width));
  padding-bottom: calc(0.5rem + var(--bs-border-width));
  font-size: 1.09375rem;
}
.col-form-label-sm {
  padding-top: calc(0.25rem + var(--bs-border-width));
  padding-bottom: calc(0.25rem + var(--bs-border-width));
  font-size: 0.76563rem;
}
@media (min-width: 1200px) {
  .col-form-label-sm {
    font-size: 0.76562rem;
  }
}
.form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-secondary-color);
}
.form-control {
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding: 0.375rem 0.75rem;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.6;
  color: var(--bs-body-color);
  appearance: none;
  background-color: var(--bs-body-bg);
  background-clip: padding-box;
  border: var(--bs-border-width) solid var(--bs-border-color) !important;
  border-radius: var(--bs-border-radius) !important;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control[type=file] {
  overflow: hidden;
}
.form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control:focus {
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  border-color: #dbf5a1;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(183, 234, 67, 0.25);
}
.form-control::-webkit-date-and-time-value {
  min-width: 85px;
  height: 1.6em;
  margin: 0;
}
.form-control::-webkit-datetime-edit {
  display: block;
  padding: 0;
}
.form-control::placeholder {
  color: #777777;
  opacity: 1;
}
.form-control:disabled {
  background-color: var(--bs-secondary-bg);
  opacity: 1;
}
.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: var(--bs-body-color);
  background-color: var(--bs-tertiary-bg);
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: var(--bs-border-width);
  border-radius: 0;
  transition:
    color 0.15s ease-in-out,
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: var(--bs-secondary-bg);
}
.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  line-height: 1.6;
  color: var(--bs-body-color);
  background-color: transparent;
  border: solid transparent;
  border-width: var(--bs-border-width) 0;
}
.form-control-plaintext:focus {
  outline: 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.6em + 0.5rem + calc(var(--bs-border-width) * 2));
  padding: 0.25rem 0.5rem;
  font-size: 0.76563rem;
  border-radius: var(--bs-border-radius-sm);
}
@media (min-width: 1200px) {
  .form-control-sm {
    font-size: 0.76562rem;
  }
}
.form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  margin-inline-end: 0.5rem;
}
.form-control-lg {
  min-height: calc(1.6em + 1rem + calc(var(--bs-border-width) * 2));
  padding: 0.5rem 1rem;
  font-size: 1.09375rem;
  border-radius: var(--bs-border-radius-lg);
}
.form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  margin-inline-end: 1rem;
}
textarea.form-control {
  min-height: calc(1.6em + 0.75rem + calc(var(--bs-border-width) * 2));
}
textarea.form-control-sm {
  min-height: calc(1.6em + 0.5rem + calc(var(--bs-border-width) * 2));
}
textarea.form-control-lg {
  min-height: calc(1.6em + 1rem + calc(var(--bs-border-width) * 2));
}
.form-control-color {
  width: 3rem;
  height: calc(1.6em + 0.75rem + calc(var(--bs-border-width) * 2));
  padding: 0.375rem;
}
.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control-color::-moz-color-swatch {
  border: 0 !important;
  border-radius: var(--bs-border-radius);
}
.form-control-color::-webkit-color-swatch {
  border: 0 !important;
  border-radius: var(--bs-border-radius);
}
.form-control-color.form-control-sm {
  height: calc(1.6em + 0.5rem + calc(var(--bs-border-width) * 2));
}
.form-control-color.form-control-lg {
  height: calc(1.6em + 1rem + calc(var(--bs-border-width) * 2));
}
.form-select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.6;
  color: var(--bs-body-color);
  appearance: none;
  background-color: var(--bs-body-bg);
  background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-select {
    transition: none;
  }
}
.form-select:focus {
  border-color: #dbf5a1;
  outline: 0;
  box-shadow: 0 0 0 0rem rgba(183, 234, 67, 0.25);
}
.form-select[multiple],
.form-select[size]:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}
.form-select:disabled {
  background-color: var(--bs-secondary-bg);
}
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 var(--bs-body-color);
}
.form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.76563rem;
  border-radius: var(--bs-border-radius-sm);
}
@media (min-width: 1200px) {
  .form-select-sm {
    font-size: 0.76562rem;
  }
}
.form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.09375rem;
  border-radius: var(--bs-border-radius-lg);
}
[data-bs-theme=dark] .form-select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23dee2e6' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}
.form-check {
  display: block;
  min-height: 1.4rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}
.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}
.form-check-reverse {
  padding-right: 1.5em;
  padding-left: 0;
  text-align: right;
}
.form-check-reverse .form-check-input {
  float: right;
  margin-right: -1.5em;
  margin-left: 0;
}
.form-check-input {
  --bs-form-check-bg: var(--bs-body-bg);
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  margin-top: 0.3em;
  vertical-align: top;
  appearance: none;
  background-color: var(--bs-form-check-bg);
  background-image: var(--bs-form-check-bg-image);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: var(--bs-border-width) solid var(--bs-border-color);
  -webkit-print-color-adjust: exact;
  print-color-adjust: exact;
}
.form-check-input[type=checkbox] {
  border-radius: 0.25em;
}
.form-check-input[type=radio] {
  border-radius: 50%;
}
.form-check-input:active {
  filter: brightness(90%);
}
.form-check-input:focus {
  border-color: #dbf5a1;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(183, 234, 67, 0.25);
}
.form-check-input:checked {
  background-color: #e51e6b;
  border-color: #e51e6b;
}
.form-check-input:checked[type=checkbox] {
  --bs-form-check-bg-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 10 3 3 6-6'/%3e%3c/svg%3e");
}
.form-check-input:checked[type=radio] {
  --bs-form-check-bg-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: #b7ea43;
  border-color: #b7ea43;
  --bs-form-check-bg-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 {
  cursor: default;
  opacity: 0.5;
}
.form-switch {
  padding-left: 2.5em;
}
.form-switch .form-check-input {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  width: 2em;
  margin-left: -2.5em;
  background-image: var(--bs-form-switch-bg);
  background-position: left center;
  border-radius: 2em;
  transition: background-position 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-switch .form-check-input {
    transition: none;
  }
}
.form-switch .form-check-input:focus {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23dbf5a1'/%3e%3c/svg%3e");
}
.form-switch .form-check-input:checked {
  background-position: right center;
  --bs-form-switch-bg: 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-reverse {
  padding-right: 2.5em;
  padding-left: 0;
}
.form-switch.form-check-reverse .form-check-input {
  margin-right: -2.5em;
  margin-left: 0;
}
.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;
}
[data-bs-theme=dark] .form-switch .form-check-input:not(:checked):not(:focus) {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%28255, 255, 255, 0.25%29'/%3e%3c/svg%3e");
}
.form-range {
  width: 100%;
  height: 1rem;
  padding: 0;
  appearance: none;
  background-color: transparent;
}
.form-range:focus {
  outline: 0;
}
.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #f0f0f0, 0 0 0 0.25rem rgba(183, 234, 67, 0.25);
}
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #f0f0f0, 0 0 0 0.25rem rgba(183, 234, 67, 0.25);
}
.form-range::-moz-focus-outer {
  border: 0;
}
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  appearance: none;
  background-color: #b7ea43;
  border: 0;
  border-radius: 1rem;
  transition:
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
    transition: none;
  }
}
.form-range::-webkit-slider-thumb:active {
  background-color: #e9f9c7;
}
.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: var(--bs-secondary-bg);
  border-color: transparent;
  border-radius: 1rem;
}
.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  appearance: none;
  background-color: #b7ea43;
  border: 0;
  border-radius: 1rem;
  transition:
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-moz-range-thumb {
    transition: none;
  }
}
.form-range::-moz-range-thumb:active {
  background-color: #e9f9c7;
}
.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: var(--bs-secondary-bg);
  border-color: transparent;
  border-radius: 1rem;
}
.form-range:disabled {
  pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
  background-color: var(--bs-secondary-color);
}
.form-range:disabled::-moz-range-thumb {
  background-color: var(--bs-secondary-color);
}
.form-floating {
  position: relative;
}
.form-floating > .form-control,
.form-floating > .form-control-plaintext,
.form-floating > .form-select {
  height: calc(3.5rem + calc(var(--bs-border-width) * 2));
  min-height: calc(3.5rem + calc(var(--bs-border-width) * 2));
  line-height: 1.25;
}
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  height: 100%;
  padding: 1rem 0.75rem;
  overflow: hidden;
  text-align: start;
  text-overflow: ellipsis;
  white-space: nowrap;
  pointer-events: none;
  border: var(--bs-border-width) 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,
.form-floating > .form-control-plaintext {
  padding: 1rem 0.75rem;
}
.form-floating > .form-control::placeholder,
.form-floating > .form-control-plaintext::placeholder {
  color: transparent;
}
.form-floating > .form-control:focus,
.form-floating > .form-control:not(:placeholder-shown),
.form-floating > .form-control-plaintext:focus,
.form-floating > .form-control-plaintext:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:-webkit-autofill,
.form-floating > .form-control-plaintext:-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-control-plaintext ~ label,
.form-floating > .form-select ~ label {
  color: rgba(var(--bs-body-color-rgb), 0.65);
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:focus ~ label::after,
.form-floating > .form-control:not(:placeholder-shown) ~ label::after,
.form-floating > .form-control-plaintext ~ label::after,
.form-floating > .form-select ~ label::after {
  position: absolute;
  inset: 1rem 0.375rem;
  z-index: -1;
  height: 1.5em;
  content: "";
  background-color: var(--bs-body-bg);
  border-radius: var(--bs-border-radius);
}
.form-floating > .form-control:-webkit-autofill ~ label {
  color: rgba(var(--bs-body-color-rgb), 0.65);
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control-plaintext ~ label {
  border-width: var(--bs-border-width) 0;
}
.form-floating > :disabled ~ label,
.form-floating > .form-control:disabled ~ label {
  color: #6c757d;
}
.form-floating > :disabled ~ label::after,
.form-floating > .form-control:disabled ~ label::after {
  background-color: var(--bs-secondary-bg);
}
.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-select,
.input-group > .form-floating {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.input-group > .form-control:focus,
.input-group > .form-select:focus,
.input-group > .form-floating:focus-within {
  z-index: 5;
}
.input-group .btn {
  position: relative;
  z-index: 2;
}
.input-group .btn:focus {
  z-index: 5;
}
.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.6;
  color: var(--bs-body-color);
  text-align: center;
  white-space: nowrap;
  background-color: var(--bs-tertiary-bg);
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
}
.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: 1.09375rem;
  border-radius: var(--bs-border-radius-lg);
}
.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text,
.input-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.76563rem;
  border-radius: var(--bs-border-radius-sm);
}
@media (min-width: 1200px) {
  .input-group-sm > .form-control,
  .input-group-sm > .form-select,
  .input-group-sm > .input-group-text,
  .input-group-sm > .btn {
    font-size: 0.76562rem;
  }
}
.input-group-lg > .form-select,
.input-group-sm > .form-select {
  padding-right: 3rem;
}
.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3),
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-control,
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-select {
  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):not(.form-floating),
.input-group.has-validation > .dropdown-toggle:nth-last-child(n+4),
.input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-control,
.input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-select {
  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: calc(var(--bs-border-width) * -1);
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .form-floating:not(:first-child) > .form-control,
.input-group > .form-floating:not(:first-child) > .form-select {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-form-valid-color);
}
.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.76563rem;
  color: #fff;
  background-color: var(--bs-success);
  border-radius: var(--bs-border-radius);
}
@media (min-width: 1200px) {
  .valid-tooltip {
    font-size: 0.76562rem;
  }
}
.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: var(--bs-form-valid-border-color);
  padding-right: calc(1.6em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23159E42' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.4em + 0.1875rem) center;
  background-size: calc(0.8em + 0.375rem) calc(0.8em + 0.375rem);
}
.was-validated .form-control:valid:focus,
.form-control.is-valid:focus {
  border-color: var(--bs-form-valid-border-color);
  box-shadow: 0 0 0 0rem rgba(var(--bs-success-rgb), 0.25);
}
.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
  padding-right: calc(1.6em + 0.75rem);
  background-position: top calc(0.4em + 0.1875rem) right calc(0.4em + 0.1875rem);
}
.was-validated .form-select:valid,
.form-select.is-valid {
  border-color: var(--bs-form-valid-border-color);
}
.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"] {
  --bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23159E42' d='M2.3 6.73.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");
  padding-right: 4.125rem;
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.8em + 0.375rem) calc(0.8em + 0.375rem);
}
.was-validated .form-select:valid:focus,
.form-select.is-valid:focus {
  border-color: var(--bs-form-valid-border-color);
  box-shadow: 0 0 0 0rem rgba(var(--bs-success-rgb), 0.25);
}
.was-validated .form-control-color:valid,
.form-control-color.is-valid {
  width: calc(3rem + calc(1.6em + 0.75rem));
}
.was-validated .form-check-input:valid,
.form-check-input.is-valid {
  border-color: var(--bs-form-valid-border-color);
}
.was-validated .form-check-input:valid:checked,
.form-check-input.is-valid:checked {
  background-color: var(--bs-form-valid-color);
}
.was-validated .form-check-input:valid:focus,
.form-check-input.is-valid:focus {
  box-shadow: 0 0 0 0rem rgba(var(--bs-success-rgb), 0.25);
}
.was-validated .form-check-input:valid ~ .form-check-label,
.form-check-input.is-valid ~ .form-check-label {
  color: var(--bs-form-valid-color);
}
.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: 0.5em;
}
.was-validated .input-group > .form-control:not(:focus):valid,
.input-group > .form-control:not(:focus).is-valid,
.was-validated .input-group > .form-select:not(:focus):valid,
.input-group > .form-select:not(:focus).is-valid,
.was-validated .input-group > .form-floating:not(:focus-within):valid,
.input-group > .form-floating:not(:focus-within).is-valid {
  z-index: 3;
}
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-form-invalid-color);
}
.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.76563rem;
  color: #fff;
  background-color: var(--bs-danger);
  border-radius: var(--bs-border-radius);
}
@media (min-width: 1200px) {
  .invalid-tooltip {
    font-size: 0.76562rem;
  }
}
.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: var(--bs-form-invalid-border-color);
  padding-right: calc(1.6em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23FF0000'%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='%23FF0000' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.4em + 0.1875rem) center;
  background-size: calc(0.8em + 0.375rem) calc(0.8em + 0.375rem);
}
.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus {
  border-color: var(--bs-form-invalid-border-color);
  box-shadow: 0 0 0 0rem rgba(var(--bs-danger-rgb), 0.25);
}
.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
  padding-right: calc(1.6em + 0.75rem);
  background-position: top calc(0.4em + 0.1875rem) right calc(0.4em + 0.1875rem);
}
.was-validated .form-select:invalid,
.form-select.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
}
.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"] {
  --bs-form-select-bg-icon: 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='%23FF0000'%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='%23FF0000' stroke='none'/%3e%3c/svg%3e");
  padding-right: 4.125rem;
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.8em + 0.375rem) calc(0.8em + 0.375rem);
}
.was-validated .form-select:invalid:focus,
.form-select.is-invalid:focus {
  border-color: var(--bs-form-invalid-border-color);
  box-shadow: 0 0 0 0rem rgba(var(--bs-danger-rgb), 0.25);
}
.was-validated .form-control-color:invalid,
.form-control-color.is-invalid {
  width: calc(3rem + calc(1.6em + 0.75rem));
}
.was-validated .form-check-input:invalid,
.form-check-input.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
}
.was-validated .form-check-input:invalid:checked,
.form-check-input.is-invalid:checked {
  background-color: var(--bs-form-invalid-color);
}
.was-validated .form-check-input:invalid:focus,
.form-check-input.is-invalid:focus {
  box-shadow: 0 0 0 0rem rgba(var(--bs-danger-rgb), 0.25);
}
.was-validated .form-check-input:invalid ~ .form-check-label,
.form-check-input.is-invalid ~ .form-check-label {
  color: var(--bs-form-invalid-color);
}
.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: 0.5em;
}
.was-validated .input-group > .form-control:not(:focus):invalid,
.input-group > .form-control:not(:focus).is-invalid,
.was-validated .input-group > .form-select:not(:focus):invalid,
.input-group > .form-select:not(:focus).is-invalid,
.was-validated .input-group > .form-floating:not(:focus-within):invalid,
.input-group > .form-floating:not(:focus-within).is-invalid {
  z-index: 4;
}
.btn {
  --bs-btn-padding-x: 0.75rem;
  --bs-btn-padding-y: 0.375rem;
  --bs-btn-font-family: ;
  --bs-btn-font-size: 0.875rem;
  --bs-btn-font-weight: 400;
  --bs-btn-line-height: 1.6;
  --bs-btn-color: var(--bs-body-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-width: var(--bs-border-width);
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: var(--bs-border-radius);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  --bs-btn-disabled-opacity: 0.65;
  --bs-btn-focus-box-shadow: 0 0 0 0rem rgba(var(--bs-btn-focus-shadow-rgb), 0.5);
  display: inline-block;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  color: var(--bs-btn-color);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  border-radius: var(--bs-btn-border-radius);
  background-color: var(--bs-btn-bg);
  transition:
    color 0.15s ease-in-out,
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
}
.btn-check + .btn:hover {
  color: var(--bs-btn-color);
  background-color: var(--bs-btn-bg);
  border-color: var(--bs-btn-border-color);
}
.btn:focus-visible {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:focus-visible + .btn {
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:checked + .btn,
:not(.btn-check) + .btn:active,
.btn:first-child:active,
.btn.active,
.btn.show {
  color: var(--bs-btn-active-color);
  background-color: var(--bs-btn-active-bg);
  border-color: var(--bs-btn-active-border-color);
}
.btn-check:checked + .btn:focus-visible,
:not(.btn-check) + .btn:active:focus-visible,
.btn:first-child:active:focus-visible,
.btn.active:focus-visible,
.btn.show:focus-visible {
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn:disabled,
.btn.disabled,
fieldset:disabled .btn {
  color: var(--bs-btn-disabled-color);
  pointer-events: none;
  background-color: var(--bs-btn-disabled-bg);
  border-color: var(--bs-btn-disabled-border-color);
  opacity: var(--bs-btn-disabled-opacity);
}
.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #ffb000;
  --bs-btn-border-color: #ffb000;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #ffb000;
  --bs-btn-hover-border-color: #ffb000;
  --bs-btn-focus-shadow-rgb:
    156,
    199,
    57;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ffb000;
  --bs-btn-active-border-color: #ffb000;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #ffb000;
  --bs-btn-disabled-border-color: #ffb000;
}
.btn-secondary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #131921;
  --bs-btn-border-color: #131921;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #10151c;
  --bs-btn-hover-border-color: #0f141a;
  --bs-btn-focus-shadow-rgb:
    54,
    60,
    66;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0f141a;
  --bs-btn-active-border-color: #0e1319;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #131921;
  --bs-btn-disabled-border-color: #131921;
}
.btn-success {
  --bs-btn-color: #000;
  --bs-btn-bg: #159e42;
  --bs-btn-border-color: #159e42;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #38ad5e;
  --bs-btn-hover-border-color: #2ca855;
  --bs-btn-focus-shadow-rgb:
    18,
    134,
    56;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #44b168;
  --bs-btn-active-border-color: #2ca855;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #159e42;
  --bs-btn-disabled-border-color: #159e42;
}
.btn-info {
  --bs-btn-color: #000;
  --bs-btn-bg: #4cb1ff;
  --bs-btn-border-color: #4cb1ff;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #67bdff;
  --bs-btn-hover-border-color: #5eb9ff;
  --bs-btn-focus-shadow-rgb:
    65,
    150,
    217;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #70c1ff;
  --bs-btn-active-border-color: #5eb9ff;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #4cb1ff;
  --bs-btn-disabled-border-color: #4cb1ff;
}
.btn-warning {
  --bs-btn-color: #000;
  --bs-btn-bg: #e54f4f;
  --bs-btn-border-color: #e54f4f;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #e96969;
  --bs-btn-hover-border-color: #e86161;
  --bs-btn-focus-shadow-rgb:
    195,
    67,
    67;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ea7272;
  --bs-btn-active-border-color: #e86161;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #e54f4f;
  --bs-btn-disabled-border-color: #e54f4f;
}
.btn-danger {
  --bs-btn-color: #000;
  --bs-btn-bg: #ff0000;
  --bs-btn-border-color: #ff0000;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ff2626;
  --bs-btn-hover-border-color: #ff1a1a;
  --bs-btn-focus-shadow-rgb:
    217,
    0,
    0;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ff3333;
  --bs-btn-active-border-color: #ff1a1a;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #ff0000;
  --bs-btn-disabled-border-color: #ff0000;
}
.btn-light {
  --bs-btn-color: #000;
  --bs-btn-bg: #f2f2f2;
  --bs-btn-border-color: #f2f2f2;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #cecece;
  --bs-btn-hover-border-color: #c2c2c2;
  --bs-btn-focus-shadow-rgb:
    206,
    206,
    206;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #c2c2c2;
  --bs-btn-active-border-color: #ffffff;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #f2f2f2;
  --bs-btn-disabled-border-color: #f2f2f2;
}
.btn-dark {
  --bs-btn-color: #fff;
  --bs-btn-bg: #2f2f2f;
  --bs-btn-border-color: #2f2f2f;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #4e4e4e;
  --bs-btn-hover-border-color: #444444;
  --bs-btn-focus-shadow-rgb:
    78,
    78,
    78;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #595959;
  --bs-btn-active-border-color: #444444;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #2f2f2f;
  --bs-btn-disabled-border-color: #2f2f2f;
}
.btn-outline-primary {
  --bs-btn-color: #b7ea43;
  --bs-btn-border-color: #b7ea43;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #b7ea43;
  --bs-btn-hover-border-color: #b7ea43;
  --bs-btn-focus-shadow-rgb:
    183,
    234,
    67;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #b7ea43;
  --bs-btn-active-border-color: #b7ea43;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #b7ea43;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #b7ea43;
  --bs-gradient: none;
}
.btn-outline-secondary {
  --bs-btn-color: #131921;
  --bs-btn-border-color: #131921;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #131921;
  --bs-btn-hover-border-color: #131921;
  --bs-btn-focus-shadow-rgb:
    19,
    25,
    33;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #131921;
  --bs-btn-active-border-color: #131921;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #131921;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #131921;
  --bs-gradient: none;
}
.btn-outline-success {
  --bs-btn-color: #159e42;
  --bs-btn-border-color: #159e42;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #159e42;
  --bs-btn-hover-border-color: #159e42;
  --bs-btn-focus-shadow-rgb:
    21,
    158,
    66;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #159e42;
  --bs-btn-active-border-color: #159e42;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #159e42;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #159e42;
  --bs-gradient: none;
}
.btn-outline-info {
  --bs-btn-color: #4cb1ff;
  --bs-btn-border-color: #4cb1ff;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #4cb1ff;
  --bs-btn-hover-border-color: #4cb1ff;
  --bs-btn-focus-shadow-rgb:
    76,
    177,
    255;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #4cb1ff;
  --bs-btn-active-border-color: #4cb1ff;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #4cb1ff;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #4cb1ff;
  --bs-gradient: none;
}
.btn-outline-warning {
  --bs-btn-color: #e54f4f;
  --bs-btn-border-color: #e54f4f;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #e54f4f;
  --bs-btn-hover-border-color: #e54f4f;
  --bs-btn-focus-shadow-rgb:
    229,
    79,
    79;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #e54f4f;
  --bs-btn-active-border-color: #e54f4f;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #e54f4f;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #e54f4f;
  --bs-gradient: none;
}
.btn-outline-danger {
  --bs-btn-color: #ff0000;
  --bs-btn-border-color: #ff0000;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ff0000;
  --bs-btn-hover-border-color: #ff0000;
  --bs-btn-focus-shadow-rgb:
    255,
    0,
    0;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ff0000;
  --bs-btn-active-border-color: #ff0000;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ff0000;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #ff0000;
  --bs-gradient: none;
}
.btn-outline-light {
  --bs-btn-color: #f2f2f2;
  --bs-btn-border-color: #f2f2f2;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #f2f2f2;
  --bs-btn-hover-border-color: #f2f2f2;
  --bs-btn-focus-shadow-rgb:
    242,
    242,
    242;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #f2f2f2;
  --bs-btn-active-border-color: #f2f2f2;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #f2f2f2;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #f2f2f2;
  --bs-gradient: none;
}
.btn-outline-dark {
  --bs-btn-color: #2f2f2f;
  --bs-btn-border-color: #2f2f2f;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #2f2f2f;
  --bs-btn-hover-border-color: #2f2f2f;
  --bs-btn-focus-shadow-rgb:
    47,
    47,
    47;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #2f2f2f;
  --bs-btn-active-border-color: #2f2f2f;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #2f2f2f;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #2f2f2f;
  --bs-gradient: none;
}
.btn-link {
  --bs-btn-font-weight: 400;
  --bs-btn-color: var(--bs-link-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-color: transparent;
  --bs-btn-hover-color: var(--bs-link-hover-color);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-active-color: var(--bs-link-hover-color);
  --bs-btn-active-border-color: transparent;
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-border-color: transparent;
  --bs-btn-box-shadow: 0 0 0 #000;
  --bs-btn-focus-shadow-rgb:
    156,
    199,
    57;
  text-decoration: underline;
}
.btn-link:focus-visible {
  color: var(--bs-btn-color);
}
.btn-link:hover {
  color: var(--bs-btn-hover-color);
}
.btn-lg,
.btn-group-lg > .btn {
  --bs-btn-padding-y: 0.5rem;
  --bs-btn-padding-x: 1rem;
  --bs-btn-font-size: 1.09375rem;
  --bs-btn-border-radius: var(--bs-border-radius-lg);
}
.btn-sm,
.btn-group-sm > .btn {
  --bs-btn-padding-y: 0.25rem;
  --bs-btn-padding-x: 0.5rem;
  --bs-btn-font-size: 0.76563rem;
  --bs-btn-border-radius: var(--bs-border-radius-sm);
}
@media (min-width: 1200px) {
  .btn-sm,
  .btn-group-sm > .btn {
    --bs-btn-font-size: 0.76562rem;
  }
}
.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,
.dropup-center,
.dropdown-center {
  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 {
  --bs-dropdown-zindex: 1000;
  --bs-dropdown-min-width: 10rem;
  --bs-dropdown-padding-x: 0;
  --bs-dropdown-padding-y: 0.5rem;
  --bs-dropdown-spacer: 0.125rem;
  --bs-dropdown-font-size: 0.875rem;
  --bs-dropdown-color: var(--bs-body-color);
  --bs-dropdown-bg: var(--bs-body-bg);
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-border-radius: var(--bs-border-radius);
  --bs-dropdown-border-width: var(--bs-border-width);
  --bs-dropdown-inner-border-radius: calc( var(--bs-border-radius) - var(--bs-border-width) );
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-divider-margin-y: 0.5rem;
  --bs-dropdown-box-shadow: var(--bs-box-shadow);
  --bs-dropdown-link-color: var(--bs-body-color);
  --bs-dropdown-link-hover-color: var(--bs-body-color);
  --bs-dropdown-link-hover-bg: var(--bs-tertiary-bg);
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #b7ea43;
  --bs-dropdown-link-disabled-color: var(--bs-tertiary-color);
  --bs-dropdown-item-padding-x: 1rem;
  --bs-dropdown-item-padding-y: 0.25rem;
  --bs-dropdown-header-color: #6c757d;
  --bs-dropdown-header-padding-x: 1rem;
  --bs-dropdown-header-padding-y: 0.5rem;
  position: absolute;
  z-index: var(--bs-dropdown-zindex);
  display: none;
  min-width: var(--bs-dropdown-min-width);
  padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
  margin: 0;
  font-size: var(--bs-dropdown-font-size);
  color: var(--bs-dropdown-color);
  text-align: left;
  list-style: none;
  background-color: var(--bs-dropdown-bg);
  background-clip: padding-box;
  border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
  border-radius: var(--bs-dropdown-border-radius);
}
.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: var(--bs-dropdown-spacer);
}
.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: 1440) {
  .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: var(--bs-dropdown-spacer);
}
.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: var(--bs-dropdown-spacer);
}
.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: var(--bs-dropdown-spacer);
}
.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: var(--bs-dropdown-divider-margin-y) 0;
  overflow: hidden;
  border-top: 1px solid var(--bs-dropdown-divider-bg);
  opacity: 1;
}
.dropdown-item {
  display: block;
  width: 100%;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  clear: both;
  font-weight: 400;
  color: var(--bs-dropdown-link-color);
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  border-radius: var(--bs-dropdown-item-border-radius, 0);
}
.dropdown-item:hover,
.dropdown-item:focus {
  color: var(--bs-dropdown-link-hover-color);
  background-color: var(--bs-dropdown-link-hover-bg);
}
.dropdown-item.active,
.dropdown-item:active {
  color: var(--bs-dropdown-link-active-color);
  text-decoration: none;
  background-color: var(--bs-dropdown-link-active-bg);
}
.dropdown-item.disabled,
.dropdown-item:disabled {
  color: var(--bs-dropdown-link-disabled-color);
  pointer-events: none;
  background-color: transparent;
}
.dropdown-menu.show {
  display: block;
}
.dropdown-header {
  display: block;
  padding: var(--bs-dropdown-header-padding-y) var(--bs-dropdown-header-padding-x);
  margin-bottom: 0;
  font-size: 0.76563rem;
  color: var(--bs-dropdown-header-color);
  white-space: nowrap;
}
@media (min-width: 1200px) {
  .dropdown-header {
    font-size: 0.76562rem;
  }
}
.dropdown-item-text {
  display: block;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  color: var(--bs-dropdown-link-color);
}
.dropdown-menu-dark {
  --bs-dropdown-color: #dee2e6;
  --bs-dropdown-bg: #343a40;
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-box-shadow: ;
  --bs-dropdown-link-color: #dee2e6;
  --bs-dropdown-link-hover-color: #fff;
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-link-hover-bg: rgba(255, 255, 255, 0.15);
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #b7ea43;
  --bs-dropdown-link-disabled-color: #adb5bd;
  --bs-dropdown-header-color: #adb5bd;
}
.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 {
  border-radius: var(--bs-border-radius);
}
.btn-group > :not(.btn-check:first-child) + .btn,
.btn-group > .btn-group:not(:first-child) {
  margin-left: calc(var(--bs-border-width) * -1);
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn.dropdown-toggle-split:first-child,
.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.5625rem;
  padding-left: 0.5625rem;
}
.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.375rem;
  padding-left: 0.375rem;
}
.btn-lg + .dropdown-toggle-split,
.btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}
.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: calc(var(--bs-border-width) * -1);
}
.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 {
  --bs-nav-link-padding-x: 1rem;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-link-color);
  --bs-nav-link-hover-color: var(--bs-link-hover-color);
  --bs-nav-link-disabled-color: var(--bs-secondary-color);
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav-link {
  display: block;
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  font-size: var(--bs-nav-link-font-size);
  font-weight: var(--bs-nav-link-font-weight);
  color: var(--bs-nav-link-color);
  text-decoration: none;
  background: none;
  border: 0;
  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: var(--bs-nav-link-hover-color);
}
.nav-link:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(183, 234, 67, 0.25);
}
.nav-link.disabled,
.nav-link:disabled {
  color: var(--bs-nav-link-disabled-color);
  pointer-events: none;
  cursor: default;
}
.nav-tabs {
  --bs-nav-tabs-border-width: var(--bs-border-width);
  --bs-nav-tabs-border-color: var(--bs-border-color);
  --bs-nav-tabs-border-radius: var(--bs-border-radius);
  --bs-nav-tabs-link-hover-border-color: var(--bs-secondary-bg) var(--bs-secondary-bg) var(--bs-border-color);
  --bs-nav-tabs-link-active-color: var(--bs-emphasis-color);
  --bs-nav-tabs-link-active-bg: var(--bs-body-bg);
  --bs-nav-tabs-link-active-border-color: var(--bs-border-color) var(--bs-border-color) var(--bs-body-bg);
  border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color);
}
.nav-tabs .nav-link {
  margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
  border: var(--bs-nav-tabs-border-width) solid transparent;
  border-top-left-radius: var(--bs-nav-tabs-border-radius);
  border-top-right-radius: var(--bs-nav-tabs-border-radius);
}
.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: var(--bs-nav-tabs-link-hover-border-color);
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: var(--bs-nav-tabs-link-active-color);
  background-color: var(--bs-nav-tabs-link-active-bg);
  border-color: var(--bs-nav-tabs-link-active-border-color);
}
.nav-tabs .dropdown-menu {
  margin-top: calc(-1 * var(--bs-nav-tabs-border-width));
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.nav-pills {
  --bs-nav-pills-border-radius: var(--bs-border-radius);
  --bs-nav-pills-link-active-color: #fff;
  --bs-nav-pills-link-active-bg: #b7ea43;
}
.nav-pills .nav-link {
  border-radius: var(--bs-nav-pills-border-radius);
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: var(--bs-nav-pills-link-active-color);
  background-color: var(--bs-nav-pills-link-active-bg);
}
.nav-underline {
  --bs-nav-underline-gap: 1rem;
  --bs-nav-underline-border-width: 0.125rem;
  --bs-nav-underline-link-active-color: var(--bs-emphasis-color);
  gap: var(--bs-nav-underline-gap);
}
.nav-underline .nav-link {
  padding-right: 0;
  padding-left: 0;
  border-bottom: var(--bs-nav-underline-border-width) solid transparent;
}
.nav-underline .nav-link:hover,
.nav-underline .nav-link:focus {
  border-bottom-color: currentcolor;
}
.nav-underline .nav-link.active,
.nav-underline .show > .nav-link {
  font-weight: 700;
  color: var(--bs-nav-underline-link-active-color);
  border-bottom-color: currentcolor;
}
.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 {
  --bs-navbar-padding-x: 0;
  --bs-navbar-padding-y: 0.5rem;
  --bs-navbar-color: rgba(var(--bs-emphasis-color-rgb), 0.65);
  --bs-navbar-hover-color: rgba(var(--bs-emphasis-color-rgb), 0.8);
  --bs-navbar-disabled-color: rgba(var(--bs-emphasis-color-rgb), 0.3);
  --bs-navbar-active-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-padding-y: 0.325rem;
  --bs-navbar-brand-margin-end: 1rem;
  --bs-navbar-brand-font-size: 1.09375rem;
  --bs-navbar-brand-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-hover-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-nav-link-padding-x: 0.5rem;
  --bs-navbar-toggler-padding-y: 0.25rem;
  --bs-navbar-toggler-padding-x: 0.75rem;
  --bs-navbar-toggler-font-size: 1.09375rem;
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  --bs-navbar-toggler-border-color: rgba(var(--bs-emphasis-color-rgb), 0.15);
  --bs-navbar-toggler-border-radius: var(--bs-border-radius);
  --bs-navbar-toggler-focus-width: 0rem;
  --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
}
.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-sm,
.navbar > .container-md,
.navbar > .container-lg,
.navbar > .container-xl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  padding-top: var(--bs-navbar-brand-padding-y);
  padding-bottom: var(--bs-navbar-brand-padding-y);
  margin-right: var(--bs-navbar-brand-margin-end);
  font-size: var(--bs-navbar-brand-font-size);
  color: var(--bs-navbar-brand-color);
  text-decoration: none;
  white-space: nowrap;
}
.navbar-brand:hover,
.navbar-brand:focus {
  color: var(--bs-navbar-brand-hover-color);
}
.navbar-nav {
  --bs-nav-link-padding-x: 0;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-navbar-color);
  --bs-nav-link-hover-color: var(--bs-navbar-hover-color);
  --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
  color: var(--bs-navbar-active-color);
}
.navbar-nav .dropdown-menu {
  position: static;
}
.navbar-text {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-navbar-color);
}
.navbar-text a,
.navbar-text a:hover,
.navbar-text a:focus {
  color: var(--bs-navbar-active-color);
}
.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}
.navbar-toggler {
  padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
  font-size: var(--bs-navbar-toggler-font-size);
  line-height: 1;
  color: var(--bs-navbar-color);
  background-color: transparent;
  border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
  border-radius: var(--bs-navbar-toggler-border-radius);
  transition: var(--bs-navbar-toggler-transition);
}
@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 var(--bs-navbar-toggler-focus-width);
}
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-image: var(--bs-navbar-toggler-icon-bg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
.navbar-nav-scroll {
  max-height: var(--bs-scroll-height, 75vh);
  overflow-y: auto;
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .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 {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-sm .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-sm .offcanvas .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: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .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 {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-md .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-md .offcanvas .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: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .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 {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-lg .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-lg .offcanvas .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: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .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 {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-xl .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-xl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1440) {
  .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: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .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 {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-xxl .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-xxl .offcanvas .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: var(--bs-navbar-nav-link-padding-x);
  padding-left: var(--bs-navbar-nav-link-padding-x);
}
.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 {
  position: static;
  z-index: auto;
  flex-grow: 1;
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
  background-color: transparent !important;
  border: 0 !important;
  transform: none !important;
  transition: none;
}
.navbar-expand .offcanvas .offcanvas-header {
  display: none;
}
.navbar-expand .offcanvas .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0;
  overflow-y: visible;
}
.navbar-dark,
.navbar[data-bs-theme=dark] {
  --bs-navbar-color: rgba(255, 255, 255, 0.55);
  --bs-navbar-hover-color: rgba(255, 255, 255, 0.75);
  --bs-navbar-disabled-color: rgba(255, 255, 255, 0.25);
  --bs-navbar-active-color: #fff;
  --bs-navbar-brand-color: #fff;
  --bs-navbar-brand-hover-color: #fff;
  --bs-navbar-toggler-border-color: rgba(255, 255, 255, 0.1);
  --bs-navbar-toggler-icon-bg: 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");
}
[data-bs-theme=dark] .navbar-toggler-icon {
  --bs-navbar-toggler-icon-bg: 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");
}
.card {
  --bs-card-spacer-y: 1rem;
  --bs-card-spacer-x: 1rem;
  --bs-card-title-spacer-y: 0.5rem;
  --bs-card-title-color: ;
  --bs-card-subtitle-color: ;
  --bs-card-border-width: var(--bs-border-width);
  --bs-card-border-color: var(--bs-border-color-translucent);
  --bs-card-border-radius: var(--bs-border-radius);
  --bs-card-box-shadow: ;
  --bs-card-inner-border-radius: calc( var(--bs-border-radius) - (var(--bs-border-width)) );
  --bs-card-cap-padding-y: 0.5rem;
  --bs-card-cap-padding-x: 1rem;
  --bs-card-cap-bg: rgba(var(--bs-body-color-rgb), 0.03);
  --bs-card-cap-color: ;
  --bs-card-height: ;
  --bs-card-color: ;
  --bs-card-bg: var(--bs-body-bg);
  --bs-card-img-overlay-padding: 1rem;
  --bs-card-group-margin: 15px;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: var(--bs-card-height);
  color: var(--bs-body-color);
  word-wrap: break-word;
  background-color: var(--bs-card-bg);
  background-clip: border-box;
  border: var(--bs-card-border-width) solid var(--bs-card-border-color);
  border-radius: var(--bs-card-border-radius);
}
.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: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius);
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
  border-bottom-left-radius: var(--bs-card-inner-border-radius);
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}
.card-body {
  flex: 1 1 auto;
  padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
  color: var(--bs-card-color);
}
.card-title {
  margin-bottom: var(--bs-card-title-spacer-y);
  color: var(--bs-card-title-color);
}
.card-subtitle {
  margin-top: calc(-0.5 * var(--bs-card-title-spacer-y));
  margin-bottom: 0;
  color: var(--bs-card-subtitle-color);
}
.card-text:last-child {
  margin-bottom: 0;
}
.card-link + .card-link {
  margin-left: var(--bs-card-spacer-x);
}
.card-header {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  margin-bottom: 0;
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-bottom: var(--bs-card-border-width) solid var(--bs-card-border-color);
}
.card-header:first-child {
  border-radius: var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0;
}
.card-footer {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-top: var(--bs-card-border-width) solid var(--bs-card-border-color);
}
.card-footer:last-child {
  border-radius: 0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius);
}
.card-header-tabs {
  margin-right: calc(-0.5 * var(--bs-card-cap-padding-x));
  margin-bottom: calc(-1 * var(--bs-card-cap-padding-y));
  margin-left: calc(-0.5 * var(--bs-card-cap-padding-x));
  border-bottom: 0;
}
.card-header-tabs .nav-link.active {
  background-color: var(--bs-card-bg);
  border-bottom-color: var(--bs-card-bg);
}
.card-header-pills {
  margin-right: calc(-0.5 * var(--bs-card-cap-padding-x));
  margin-left: calc(-0.5 * var(--bs-card-cap-padding-x));
}
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: var(--bs-card-img-overlay-padding);
  border-radius: var(--bs-card-inner-border-radius);
}
.card-img,
.card-img-top,
.card-img-bottom {
  width: 100%;
}
.card-img,
.card-img-top {
  border-top-left-radius: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius);
}
.card-img,
.card-img-bottom {
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
  border-bottom-left-radius: var(--bs-card-inner-border-radius);
}
.card-group > .card {
  margin-bottom: var(--bs-card-group-margin);
}
@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 {
  --bs-accordion-color: var(--bs-body-color);
  --bs-accordion-bg: var(--bs-body-bg);
  --bs-accordion-transition:
    color 0.15s ease-in-out,
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out,
    border-radius 0.15s ease;
  --bs-accordion-border-color: var(--bs-border-color);
  --bs-accordion-border-width: var(--bs-border-width);
  --bs-accordion-border-radius: var(--bs-border-radius);
  --bs-accordion-inner-border-radius: calc( var(--bs-border-radius) - (var(--bs-border-width)) );
  --bs-accordion-btn-padding-x: 1.25rem;
  --bs-accordion-btn-padding-y: 1rem;
  --bs-accordion-btn-color: var(--bs-body-color);
  --bs-accordion-btn-bg: var(--bs-accordion-bg);
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000000'%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");
  --bs-accordion-btn-icon-width: 1.25rem;
  --bs-accordion-btn-icon-transform: rotate(-180deg);
  --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23495e1b'%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");
  --bs-accordion-btn-focus-border-color: #dbf5a1;
  --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(183, 234, 67, 0.25);
  --bs-accordion-body-padding-x: 1.25rem;
  --bs-accordion-body-padding-y: 1rem;
  --bs-accordion-active-color: var(--bs-primary-text-emphasis);
  --bs-accordion-active-bg: var(--bs-primary-bg-subtle);
}
.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
  font-size: 0.875rem;
  color: var(--bs-accordion-btn-color);
  text-align: left;
  background-color: var(--bs-accordion-btn-bg);
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: var(--bs-accordion-transition);
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    transition: none;
  }
}
.accordion-button:not(.collapsed) {
  color: var(--bs-accordion-active-color);
  background-color: var(--bs-accordion-active-bg);
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}
.accordion-button:not(.collapsed)::after {
  background-image: var(--bs-accordion-btn-active-icon);
  transform: var(--bs-accordion-btn-icon-transform);
}
.accordion-button::after {
  flex-shrink: 0;
  width: var(--bs-accordion-btn-icon-width);
  height: var(--bs-accordion-btn-icon-width);
  margin-left: auto;
  content: "";
  background-image: var(--bs-accordion-btn-icon);
  background-repeat: no-repeat;
  background-size: var(--bs-accordion-btn-icon-width);
  transition: var(--bs-accordion-btn-icon-transition);
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button::after {
    transition: none;
  }
}
.accordion-button:hover {
  z-index: 2;
}
.accordion-button:focus {
  z-index: 3;
  border-color: var(--bs-accordion-btn-focus-border-color);
  outline: 0;
  box-shadow: var(--bs-accordion-btn-focus-box-shadow);
}
.accordion-header {
  margin-bottom: 0;
}
.accordion-item {
  color: var(--bs-accordion-color);
  background-color: var(--bs-accordion-bg);
  border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);
}
.accordion-item:first-of-type {
  border-top-left-radius: var(--bs-accordion-border-radius);
  border-top-right-radius: var(--bs-accordion-border-radius);
}
.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: var(--bs-accordion-inner-border-radius);
  border-top-right-radius: var(--bs-accordion-inner-border-radius);
}
.accordion-item:not(:first-of-type) {
  border-top: 0;
}
.accordion-item:last-of-type {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
}
.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: var(--bs-accordion-inner-border-radius);
  border-bottom-left-radius: var(--bs-accordion-inner-border-radius);
}
.accordion-item:last-of-type .accordion-collapse {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
}
.accordion-body {
  padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x);
}
.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,
.accordion-flush .accordion-item .accordion-button.collapsed {
  border-radius: 0;
}
[data-bs-theme=dark] .accordion-button::after {
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23d4f28e'%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");
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23d4f28e'%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");
}
.breadcrumb {
  --bs-breadcrumb-padding-x: 0;
  --bs-breadcrumb-padding-y: 0;
  --bs-breadcrumb-margin-bottom: 1rem;
  --bs-breadcrumb-bg: ;
  --bs-breadcrumb-border-radius: ;
  --bs-breadcrumb-divider-color: var(--bs-secondary-color);
  --bs-breadcrumb-item-padding-x: 0.5rem;
  --bs-breadcrumb-item-active-color: var(--bs-secondary-color);
  display: flex;
  flex-wrap: wrap;
  padding: var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x);
  margin-bottom: var(--bs-breadcrumb-margin-bottom);
  font-size: var(--bs-breadcrumb-font-size);
  list-style: none;
  background-color: var(--bs-breadcrumb-bg);
  border-radius: var(--bs-breadcrumb-border-radius);
}
.breadcrumb-item + .breadcrumb-item {
  padding-left: var(--bs-breadcrumb-item-padding-x);
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: var(--bs-breadcrumb-item-padding-x);
  color: var(--bs-breadcrumb-divider-color);
  content: var(--bs-breadcrumb-divider, "/");
}
.breadcrumb-item.active {
  color: var(--bs-breadcrumb-item-active-color);
}
.pagination {
  --bs-pagination-padding-x: 0.75rem;
  --bs-pagination-padding-y: 0.375rem;
  --bs-pagination-font-size: 0.875rem;
  --bs-pagination-color: var(--bs-link-color);
  --bs-pagination-bg: var(--bs-body-bg);
  --bs-pagination-border-width: var(--bs-border-width);
  --bs-pagination-border-color: var(--bs-border-color);
  --bs-pagination-border-radius: var(--bs-border-radius);
  --bs-pagination-hover-color: var(--bs-link-hover-color);
  --bs-pagination-hover-bg: var(--bs-tertiary-bg);
  --bs-pagination-hover-border-color: var(--bs-border-color);
  --bs-pagination-focus-color: var(--bs-link-hover-color);
  --bs-pagination-focus-bg: var(--bs-secondary-bg);
  --bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(183, 234, 67, 0.25);
  --bs-pagination-active-color: #fff;
  --bs-pagination-active-bg: #b7ea43;
  --bs-pagination-active-border-color: #b7ea43;
  --bs-pagination-disabled-color: var(--bs-secondary-color);
  --bs-pagination-disabled-bg: var(--bs-secondary-bg);
  --bs-pagination-disabled-border-color: var(--bs-border-color);
  display: flex;
  padding-left: 0;
  list-style: none;
}
.page-link {
  position: relative;
  display: block;
  padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
  font-size: var(--bs-pagination-font-size);
  color: var(--bs-pagination-color);
  text-decoration: none;
  background-color: var(--bs-pagination-bg);
  border: var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);
  transition:
    color 0.15s ease-in-out,
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .page-link {
    transition: none;
  }
}
.page-link:hover {
  z-index: 2;
  color: var(--bs-pagination-hover-color);
  background-color: var(--bs-pagination-hover-bg);
  border-color: var(--bs-pagination-hover-border-color);
}
.page-link:focus {
  z-index: 3;
  color: var(--bs-pagination-focus-color);
  background-color: var(--bs-pagination-focus-bg);
  outline: 0;
  box-shadow: var(--bs-pagination-focus-box-shadow);
}
.page-link.active,
.active > .page-link {
  z-index: 3;
  color: var(--bs-pagination-active-color);
  background-color: var(--bs-pagination-active-bg);
  border-color: var(--bs-pagination-active-border-color);
}
.page-link.disabled,
.disabled > .page-link {
  color: var(--bs-pagination-disabled-color);
  pointer-events: none;
  background-color: var(--bs-pagination-disabled-bg);
  border-color: var(--bs-pagination-disabled-border-color);
}
.page-item:not(:first-child) .page-link {
  margin-left: calc(var(--bs-border-width) * -1);
}
.page-item:first-child .page-link {
  border-top-left-radius: var(--bs-pagination-border-radius);
  border-bottom-left-radius: var(--bs-pagination-border-radius);
}
.page-item:last-child .page-link {
  border-top-right-radius: var(--bs-pagination-border-radius);
  border-bottom-right-radius: var(--bs-pagination-border-radius);
}
.pagination-lg {
  --bs-pagination-padding-x: 1.5rem;
  --bs-pagination-padding-y: 0.75rem;
  --bs-pagination-font-size: 1.09375rem;
  --bs-pagination-border-radius: var(--bs-border-radius-lg);
}
.pagination-sm {
  --bs-pagination-padding-x: 0.5rem;
  --bs-pagination-padding-y: 0.25rem;
  --bs-pagination-font-size: 0.76563rem;
  --bs-pagination-border-radius: var(--bs-border-radius-sm);
}
@media (min-width: 1200px) {
  .pagination-sm {
    --bs-pagination-font-size: 0.76562rem;
  }
}
.badge {
  --bs-badge-padding-x: 0.65em;
  --bs-badge-padding-y: 0.35em;
  --bs-badge-font-size: 0.75em;
  --bs-badge-font-weight: 700;
  --bs-badge-color: #fff;
  --bs-badge-border-radius: var(--bs-border-radius);
  display: inline-block;
  padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
  font-size: var(--bs-badge-font-size);
  font-weight: var(--bs-badge-font-weight);
  line-height: 1;
  color: var(--bs-badge-color);
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: var(--bs-badge-border-radius);
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.alert {
  --bs-alert-bg: transparent;
  --bs-alert-padding-x: 1rem;
  --bs-alert-padding-y: 1rem;
  --bs-alert-margin-bottom: 1rem;
  --bs-alert-color: inherit;
  --bs-alert-border-color: transparent;
  --bs-alert-border: var(--bs-border-width) solid var(--bs-alert-border-color);
  --bs-alert-border-radius: var(--bs-border-radius);
  --bs-alert-link-color: inherit;
  position: relative;
  padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
  margin-bottom: var(--bs-alert-margin-bottom);
  color: var(--bs-alert-color);
  background-color: var(--bs-alert-bg);
  border: var(--bs-alert-border);
  border-radius: var(--bs-alert-border-radius);
}
.alert-heading {
  color: inherit;
}
.alert-link {
  font-weight: 700;
  color: var(--bs-alert-link-color);
}
.alert-dismissible {
  padding-right: 3rem;
}
.alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 1.25rem 1rem;
}
.alert-primary {
  --bs-alert-color: var(--bs-primary-text-emphasis);
  --bs-alert-bg: var(--bs-primary-bg-subtle);
  --bs-alert-border-color: var(--bs-primary-border-subtle);
  --bs-alert-link-color: var(--bs-primary-text-emphasis);
}
.alert-secondary {
  --bs-alert-color: var(--bs-secondary-text-emphasis);
  --bs-alert-bg: var(--bs-secondary-bg-subtle);
  --bs-alert-border-color: var(--bs-secondary-border-subtle);
  --bs-alert-link-color: var(--bs-secondary-text-emphasis);
}
.alert-success {
  --bs-alert-color: var(--bs-success-text-emphasis);
  --bs-alert-bg: var(--bs-success-bg-subtle);
  --bs-alert-border-color: var(--bs-success-border-subtle);
  --bs-alert-link-color: var(--bs-success-text-emphasis);
}
.alert-info {
  --bs-alert-color: var(--bs-info-text-emphasis);
  --bs-alert-bg: var(--bs-info-bg-subtle);
  --bs-alert-border-color: var(--bs-info-border-subtle);
  --bs-alert-link-color: var(--bs-info-text-emphasis);
}
.alert-warning {
  --bs-alert-color: var(--bs-warning-text-emphasis);
  --bs-alert-bg: var(--bs-warning-bg-subtle);
  --bs-alert-border-color: var(--bs-warning-border-subtle);
  --bs-alert-link-color: var(--bs-warning-text-emphasis);
}
.alert-danger {
  --bs-alert-color: var(--bs-danger-text-emphasis);
  --bs-alert-bg: var(--bs-danger-bg-subtle);
  --bs-alert-border-color: var(--bs-danger-border-subtle);
  --bs-alert-link-color: var(--bs-danger-text-emphasis);
}
.alert-light {
  --bs-alert-color: var(--bs-light-text-emphasis);
  --bs-alert-bg: var(--bs-light-bg-subtle);
  --bs-alert-border-color: var(--bs-light-border-subtle);
  --bs-alert-link-color: var(--bs-light-text-emphasis);
}
.alert-dark {
  --bs-alert-color: var(--bs-dark-text-emphasis);
  --bs-alert-bg: var(--bs-dark-bg-subtle);
  --bs-alert-border-color: var(--bs-dark-border-subtle);
  --bs-alert-link-color: var(--bs-dark-text-emphasis);
}
@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}
.progress,
.progress-stacked {
  --bs-progress-height: 1rem;
  --bs-progress-font-size: 0.65625rem;
  --bs-progress-bg: var(--bs-secondary-bg);
  --bs-progress-border-radius: var(--bs-border-radius);
  --bs-progress-box-shadow: var(--bs-box-shadow-inset);
  --bs-progress-bar-color: #fff;
  --bs-progress-bar-bg: #b7ea43;
  --bs-progress-bar-transition: width 0.6s ease;
  display: flex;
  height: var(--bs-progress-height);
  overflow: hidden;
  font-size: var(--bs-progress-font-size);
  background-color: var(--bs-progress-bg);
  border-radius: var(--bs-progress-border-radius);
}
.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: var(--bs-progress-bar-color);
  text-align: center;
  white-space: nowrap;
  background-color: var(--bs-progress-bar-bg);
  transition: var(--bs-progress-bar-transition);
}
@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: var(--bs-progress-height) var(--bs-progress-height);
}
.progress-stacked > .progress {
  overflow: visible;
}
.progress-stacked > .progress > .progress-bar {
  width: 100%;
}
.progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    animation: none;
  }
}
.list-group {
  --bs-list-group-color: var(--bs-body-color);
  --bs-list-group-bg: var(--bs-body-bg);
  --bs-list-group-border-color: var(--bs-border-color);
  --bs-list-group-border-width: var(--bs-border-width);
  --bs-list-group-border-radius: var(--bs-border-radius);
  --bs-list-group-item-padding-x: 1rem;
  --bs-list-group-item-padding-y: 0.5rem;
  --bs-list-group-action-color: var(--bs-secondary-color);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-tertiary-bg);
  --bs-list-group-action-active-color: var(--bs-body-color);
  --bs-list-group-action-active-bg: var(--bs-secondary-bg);
  --bs-list-group-disabled-color: var(--bs-secondary-color);
  --bs-list-group-disabled-bg: var(--bs-body-bg);
  --bs-list-group-active-color: #fff;
  --bs-list-group-active-bg: #b7ea43;
  --bs-list-group-active-border-color: #b7ea43;
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: var(--bs-list-group-border-radius);
}
.list-group-numbered {
  list-style-type: none;
  counter-reset: section;
}
.list-group-numbered > .list-group-item::before {
  content: counters(section, ".") ". ";
  counter-increment: section;
}
.list-group-item-action {
  width: 100%;
  color: var(--bs-list-group-action-color);
  text-align: inherit;
}
.list-group-item-action:hover,
.list-group-item-action:focus {
  z-index: 1;
  color: var(--bs-list-group-action-hover-color);
  text-decoration: none;
  background-color: var(--bs-list-group-action-hover-bg);
}
.list-group-item-action:active {
  color: var(--bs-list-group-action-active-color);
  background-color: var(--bs-list-group-action-active-bg);
}
.list-group-item {
  position: relative;
  display: block;
  padding: var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);
  color: var(--bs-list-group-color);
  text-decoration: none;
  background-color: var(--bs-list-group-bg);
  border: var(--bs-list-group-border-width) solid var(--bs-list-group-border-color);
}
.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: var(--bs-list-group-disabled-color);
  pointer-events: none;
  background-color: var(--bs-list-group-disabled-bg);
}
.list-group-item.active {
  z-index: 2;
  color: var(--bs-list-group-active-color);
  background-color: var(--bs-list-group-active-bg);
  border-color: var(--bs-list-group-active-border-color);
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: calc(-1 * var(--bs-list-group-border-width));
  border-top-width: var(--bs-list-group-border-width);
}
.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child:not(:last-child) {
  border-bottom-left-radius: var(--bs-list-group-border-radius);
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child:not(:first-child) {
  border-top-right-radius: var(--bs-list-group-border-radius);
  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: var(--bs-list-group-border-width);
  border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: calc(-1 * var(--bs-list-group-border-width));
  border-left-width: var(--bs-list-group-border-width);
}
@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    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: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    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: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    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: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    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: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 1440) {
  .list-group-horizontal-xxl {
    flex-direction: row;
  }
  .list-group-horizontal-xxl > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    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: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
.list-group-flush {
  border-radius: 0;
}
.list-group-flush > .list-group-item {
  border-width: 0 0 var(--bs-list-group-border-width);
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}
.list-group-item-primary {
  --bs-list-group-color: var(--bs-primary-text-emphasis);
  --bs-list-group-bg: var(--bs-primary-bg-subtle);
  --bs-list-group-border-color: var(--bs-primary-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-primary-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-primary-border-subtle);
  --bs-list-group-active-color: var(--bs-primary-bg-subtle);
  --bs-list-group-active-bg: var(--bs-primary-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-primary-text-emphasis);
}
.list-group-item-secondary {
  --bs-list-group-color: var(--bs-secondary-text-emphasis);
  --bs-list-group-bg: var(--bs-secondary-bg-subtle);
  --bs-list-group-border-color: var(--bs-secondary-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-secondary-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-secondary-border-subtle);
  --bs-list-group-active-color: var(--bs-secondary-bg-subtle);
  --bs-list-group-active-bg: var(--bs-secondary-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-secondary-text-emphasis);
}
.list-group-item-success {
  --bs-list-group-color: var(--bs-success-text-emphasis);
  --bs-list-group-bg: var(--bs-success-bg-subtle);
  --bs-list-group-border-color: var(--bs-success-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-success-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-success-border-subtle);
  --bs-list-group-active-color: var(--bs-success-bg-subtle);
  --bs-list-group-active-bg: var(--bs-success-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-success-text-emphasis);
}
.list-group-item-info {
  --bs-list-group-color: var(--bs-info-text-emphasis);
  --bs-list-group-bg: var(--bs-info-bg-subtle);
  --bs-list-group-border-color: var(--bs-info-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-info-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-info-border-subtle);
  --bs-list-group-active-color: var(--bs-info-bg-subtle);
  --bs-list-group-active-bg: var(--bs-info-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-info-text-emphasis);
}
.list-group-item-warning {
  --bs-list-group-color: var(--bs-warning-text-emphasis);
  --bs-list-group-bg: var(--bs-warning-bg-subtle);
  --bs-list-group-border-color: var(--bs-warning-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-warning-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-warning-border-subtle);
  --bs-list-group-active-color: var(--bs-warning-bg-subtle);
  --bs-list-group-active-bg: var(--bs-warning-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-warning-text-emphasis);
}
.list-group-item-danger {
  --bs-list-group-color: var(--bs-danger-text-emphasis);
  --bs-list-group-bg: var(--bs-danger-bg-subtle);
  --bs-list-group-border-color: var(--bs-danger-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-danger-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-danger-border-subtle);
  --bs-list-group-active-color: var(--bs-danger-bg-subtle);
  --bs-list-group-active-bg: var(--bs-danger-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-danger-text-emphasis);
}
.list-group-item-light {
  --bs-list-group-color: var(--bs-light-text-emphasis);
  --bs-list-group-bg: var(--bs-light-bg-subtle);
  --bs-list-group-border-color: var(--bs-light-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-light-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-light-border-subtle);
  --bs-list-group-active-color: var(--bs-light-bg-subtle);
  --bs-list-group-active-bg: var(--bs-light-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-light-text-emphasis);
}
.list-group-item-dark {
  --bs-list-group-color: var(--bs-dark-text-emphasis);
  --bs-list-group-bg: var(--bs-dark-bg-subtle);
  --bs-list-group-border-color: var(--bs-dark-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-dark-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-dark-border-subtle);
  --bs-list-group-active-color: var(--bs-dark-bg-subtle);
  --bs-list-group-active-bg: var(--bs-dark-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-dark-text-emphasis);
}
.btn-close {
  --bs-btn-close-color: #000;
  --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
  --bs-btn-close-opacity: 0.5;
  --bs-btn-close-hover-opacity: 0.75;
  --bs-btn-close-focus-shadow: 0 0 0 0.25rem rgba(183, 234, 67, 0.25);
  --bs-btn-close-focus-opacity: 1;
  --bs-btn-close-disabled-opacity: 0.25;
  --bs-btn-close-white-filter: invert(1) grayscale(100%) brightness(200%);
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: var(--bs-btn-close-color);
  background: transparent var(--bs-btn-close-bg) center/1em auto no-repeat;
  border: 0;
  border-radius: 0.375rem;
  opacity: var(--bs-btn-close-opacity);
}
.btn-close:hover {
  color: var(--bs-btn-close-color);
  text-decoration: none;
  opacity: var(--bs-btn-close-hover-opacity);
}
.btn-close:focus {
  outline: 0;
  box-shadow: var(--bs-btn-close-focus-shadow);
  opacity: var(--bs-btn-close-focus-opacity);
}
.btn-close:disabled,
.btn-close.disabled {
  pointer-events: none;
  -webkit-user-select: none;
  user-select: none;
  opacity: var(--bs-btn-close-disabled-opacity);
}
.btn-close-white {
  filter: var(--bs-btn-close-white-filter);
}
[data-bs-theme=dark] .btn-close {
  filter: var(--bs-btn-close-white-filter);
}
.toast {
  --bs-toast-zindex: 1090;
  --bs-toast-padding-x: 0.75rem;
  --bs-toast-padding-y: 0.5rem;
  --bs-toast-spacing: 30px;
  --bs-toast-max-width: 350px;
  --bs-toast-font-size: 0.875rem;
  --bs-toast-color: ;
  --bs-toast-bg: rgba(var(--bs-body-bg-rgb), 0.85);
  --bs-toast-border-width: var(--bs-border-width);
  --bs-toast-border-color: var(--bs-border-color-translucent);
  --bs-toast-border-radius: var(--bs-border-radius);
  --bs-toast-box-shadow: var(--bs-box-shadow);
  --bs-toast-header-color: var(--bs-secondary-color);
  --bs-toast-header-bg: rgba(var(--bs-body-bg-rgb), 0.85);
  --bs-toast-header-border-color: var(--bs-border-color-translucent);
  width: var(--bs-toast-max-width);
  max-width: 100%;
  font-size: var(--bs-toast-font-size);
  color: var(--bs-toast-color);
  pointer-events: auto;
  background-color: var(--bs-toast-bg);
  background-clip: padding-box;
  border: var(--bs-toast-border-width) solid var(--bs-toast-border-color);
  box-shadow: var(--bs-toast-box-shadow);
  border-radius: var(--bs-toast-border-radius);
}
.toast.showing {
  opacity: 0;
}
.toast:not(.show) {
  display: none;
}
.toast-container {
  --bs-toast-zindex: 1090;
  position: absolute;
  z-index: var(--bs-toast-zindex);
  width: max-content;
  max-width: 100%;
  pointer-events: none;
}
.toast-container > :not(:last-child) {
  margin-bottom: var(--bs-toast-spacing);
}
.toast-header {
  display: flex;
  align-items: center;
  padding: var(--bs-toast-padding-y) var(--bs-toast-padding-x);
  color: var(--bs-toast-header-color);
  background-color: var(--bs-toast-header-bg);
  background-clip: padding-box;
  border-bottom: var(--bs-toast-border-width) solid var(--bs-toast-header-border-color);
  border-top-left-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
  border-top-right-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
}
.toast-header .btn-close {
  margin-right: calc(-0.5 * var(--bs-toast-padding-x));
  margin-left: var(--bs-toast-padding-x);
}
.toast-body {
  padding: var(--bs-toast-padding-x);
  word-wrap: break-word;
}
.modal {
  --bs-modal-zindex: 1055;
  --bs-modal-width: 500px;
  --bs-modal-padding: 1rem;
  --bs-modal-margin: 0.5rem;
  --bs-modal-color: ;
  --bs-modal-bg: var(--bs-body-bg);
  --bs-modal-border-color: var(--bs-border-color-translucent);
  --bs-modal-border-width: var(--bs-border-width);
  --bs-modal-border-radius: var(--bs-border-radius-lg);
  --bs-modal-box-shadow: var(--bs-box-shadow-sm);
  --bs-modal-inner-border-radius: calc( var(--bs-border-radius-lg) - (var(--bs-border-width)) );
  --bs-modal-header-padding-x: 1rem;
  --bs-modal-header-padding-y: 1rem;
  --bs-modal-header-padding: 1rem 1rem;
  --bs-modal-header-border-color: var(--bs-border-color);
  --bs-modal-header-border-width: var(--bs-border-width);
  --bs-modal-title-line-height: 1.6;
  --bs-modal-footer-gap: 0.5rem;
  --bs-modal-footer-bg: ;
  --bs-modal-footer-border-color: var(--bs-border-color);
  --bs-modal-footer-border-width: var(--bs-border-width);
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-modal-zindex);
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: var(--bs-modal-margin);
  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% - var(--bs-modal-margin) * 2);
}
.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% - var(--bs-modal-margin) * 2);
}
.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  color: var(--bs-modal-color);
  pointer-events: auto;
  background-color: var(--bs-modal-bg);
  background-clip: padding-box;
  border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
  border-radius: var(--bs-modal-border-radius);
  outline: 0;
}
.modal-backdrop {
  --bs-backdrop-zindex: 1050;
  --bs-backdrop-bg: #000;
  --bs-backdrop-opacity: 0.5;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-backdrop-zindex);
  width: 100vw;
  height: 100vh;
  background-color: var(--bs-backdrop-bg);
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-modal-header-padding);
  border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
  border-top-left-radius: var(--bs-modal-inner-border-radius);
  border-top-right-radius: var(--bs-modal-inner-border-radius);
}
.modal-header .btn-close {
  padding: calc(var(--bs-modal-header-padding-y) * 0.5) calc(var(--bs-modal-header-padding-x) * 0.5);
  margin: calc(-0.5 * var(--bs-modal-header-padding-y)) calc(-0.5 * var(--bs-modal-header-padding-x)) calc(-0.5 * var(--bs-modal-header-padding-y)) auto;
}
.modal-title {
  margin-bottom: 0;
  line-height: var(--bs-modal-title-line-height);
}
.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: var(--bs-modal-padding);
}
.modal-footer {
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * 0.5);
  background-color: var(--bs-modal-footer-bg);
  border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
  border-bottom-right-radius: var(--bs-modal-inner-border-radius);
  border-bottom-left-radius: var(--bs-modal-inner-border-radius);
}
.modal-footer > * {
  margin: calc(var(--bs-modal-footer-gap) * 0.5);
}
@media (min-width: 576px) {
  .modal {
    --bs-modal-margin: 1.75rem;
    --bs-modal-box-shadow: var(--bs-box-shadow);
  }
  .modal-dialog {
    max-width: var(--bs-modal-width);
    margin-right: auto;
    margin-left: auto;
  }
  .modal-sm {
    --bs-modal-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    --bs-modal-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    --bs-modal-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,
.modal-fullscreen .modal-footer {
  border-radius: 0;
}
.modal-fullscreen .modal-body {
  overflow-y: auto;
}
@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,
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
}
@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,
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
}
@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,
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
}
@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,
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1439.98) {
  .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,
  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
}
.tooltip {
  --bs-tooltip-zindex: 1080;
  --bs-tooltip-max-width: 200px;
  --bs-tooltip-padding-x: 0.5rem;
  --bs-tooltip-padding-y: 0.25rem;
  --bs-tooltip-margin: ;
  --bs-tooltip-font-size: 0.76563rem;
  --bs-tooltip-color: var(--bs-body-bg);
  --bs-tooltip-bg: var(--bs-emphasis-color);
  --bs-tooltip-border-radius: var(--bs-border-radius);
  --bs-tooltip-opacity: 0.9;
  --bs-tooltip-arrow-width: 0.8rem;
  --bs-tooltip-arrow-height: 0.4rem;
  z-index: var(--bs-tooltip-zindex);
  display: block;
  margin: var(--bs-tooltip-margin);
  font-family: "Unbounded", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-tooltip-font-size);
  word-wrap: break-word;
  opacity: 0;
}
@media (min-width: 1200px) {
  .tooltip {
    --bs-tooltip-font-size: 0.76562rem;
  }
}
.tooltip.show {
  opacity: var(--bs-tooltip-opacity);
}
.tooltip .tooltip-arrow {
  display: block;
  width: var(--bs-tooltip-arrow-width);
  height: var(--bs-tooltip-arrow-height);
}
.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.bs-tooltip-top .tooltip-arrow,
.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow {
  bottom: calc(-1 * var(--bs-tooltip-arrow-height));
}
.bs-tooltip-top .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
  top: -1px;
  border-width: var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * 0.5) 0;
  border-top-color: var(--bs-tooltip-bg);
}
.bs-tooltip-end .tooltip-arrow,
.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow {
  left: calc(-1 * var(--bs-tooltip-arrow-height));
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}
.bs-tooltip-end .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
  right: -1px;
  border-width: calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * 0.5) 0;
  border-right-color: var(--bs-tooltip-bg);
}
.bs-tooltip-bottom .tooltip-arrow,
.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow {
  top: calc(-1 * var(--bs-tooltip-arrow-height));
}
.bs-tooltip-bottom .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height);
  border-bottom-color: var(--bs-tooltip-bg);
}
.bs-tooltip-start .tooltip-arrow,
.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow {
  right: calc(-1 * var(--bs-tooltip-arrow-height));
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}
.bs-tooltip-start .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
  left: -1px;
  border-width: calc(var(--bs-tooltip-arrow-width) * 0.5) 0 calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height);
  border-left-color: var(--bs-tooltip-bg);
}
.tooltip-inner {
  max-width: var(--bs-tooltip-max-width);
  padding: var(--bs-tooltip-padding-y) var(--bs-tooltip-padding-x);
  color: var(--bs-tooltip-color);
  text-align: center;
  background-color: var(--bs-tooltip-bg);
  border-radius: var(--bs-tooltip-border-radius);
}
.popover {
  --bs-popover-zindex: 1070;
  --bs-popover-max-width: 276px;
  --bs-popover-font-size: 0.76563rem;
  --bs-popover-bg: var(--bs-body-bg);
  --bs-popover-border-width: var(--bs-border-width);
  --bs-popover-border-color: var(--bs-border-color-translucent);
  --bs-popover-border-radius: var(--bs-border-radius-lg);
  --bs-popover-inner-border-radius: calc( var(--bs-border-radius-lg) - var(--bs-border-width) );
  --bs-popover-box-shadow: var(--bs-box-shadow);
  --bs-popover-header-padding-x: 1rem;
  --bs-popover-header-padding-y: 0.5rem;
  --bs-popover-header-font-size: 0.875rem;
  --bs-popover-header-color: #222222;
  --bs-popover-header-bg: var(--bs-secondary-bg);
  --bs-popover-body-padding-x: 1rem;
  --bs-popover-body-padding-y: 1rem;
  --bs-popover-body-color: var(--bs-body-color);
  --bs-popover-arrow-width: 1rem;
  --bs-popover-arrow-height: 0.5rem;
  --bs-popover-arrow-border: var(--bs-popover-border-color);
  z-index: var(--bs-popover-zindex);
  display: block;
  max-width: var(--bs-popover-max-width);
  font-family: "Unbounded", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-popover-font-size);
  word-wrap: break-word;
  background-color: var(--bs-popover-bg);
  background-clip: padding-box;
  border: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-radius: var(--bs-popover-border-radius);
}
@media (min-width: 1200px) {
  .popover {
    --bs-popover-font-size: 0.76562rem;
  }
}
.popover .popover-arrow {
  display: block;
  width: var(--bs-popover-arrow-width);
  height: var(--bs-popover-arrow-height);
}
.popover .popover-arrow::before,
.popover .popover-arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
  border-width: 0;
}
.bs-popover-top > .popover-arrow,
.bs-popover-auto[data-popper-placement^=top] > .popover-arrow {
  bottom: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
}
.bs-popover-top > .popover-arrow::before,
.bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before,
.bs-popover-top > .popover-arrow::after,
.bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
  border-width: var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * 0.5) 0;
}
.bs-popover-top > .popover-arrow::before,
.bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before {
  bottom: 0;
  border-top-color: var(--bs-popover-arrow-border);
}
.bs-popover-top > .popover-arrow::after,
.bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
  bottom: var(--bs-popover-border-width);
  border-top-color: var(--bs-popover-bg);
}
.bs-popover-end > .popover-arrow,
.bs-popover-auto[data-popper-placement^=right] > .popover-arrow {
  left: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
  width: var(--bs-popover-arrow-height);
  height: var(--bs-popover-arrow-width);
}
.bs-popover-end > .popover-arrow::before,
.bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before,
.bs-popover-end > .popover-arrow::after,
.bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
  border-width: calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * 0.5) 0;
}
.bs-popover-end > .popover-arrow::before,
.bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before {
  left: 0;
  border-right-color: var(--bs-popover-arrow-border);
}
.bs-popover-end > .popover-arrow::after,
.bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
  left: var(--bs-popover-border-width);
  border-right-color: var(--bs-popover-bg);
}
.bs-popover-bottom > .popover-arrow,
.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow {
  top: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
}
.bs-popover-bottom > .popover-arrow::before,
.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before,
.bs-popover-bottom > .popover-arrow::after,
.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
  border-width: 0 calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height);
}
.bs-popover-bottom > .popover-arrow::before,
.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before {
  top: 0;
  border-bottom-color: var(--bs-popover-arrow-border);
}
.bs-popover-bottom > .popover-arrow::after,
.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
  top: var(--bs-popover-border-width);
  border-bottom-color: var(--bs-popover-bg);
}
.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: var(--bs-popover-arrow-width);
  margin-left: calc(-0.5 * var(--bs-popover-arrow-width));
  content: "";
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-header-bg);
}
.bs-popover-start > .popover-arrow,
.bs-popover-auto[data-popper-placement^=left] > .popover-arrow {
  right: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
  width: var(--bs-popover-arrow-height);
  height: var(--bs-popover-arrow-width);
}
.bs-popover-start > .popover-arrow::before,
.bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before,
.bs-popover-start > .popover-arrow::after,
.bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
  border-width: calc(var(--bs-popover-arrow-width) * 0.5) 0 calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height);
}
.bs-popover-start > .popover-arrow::before,
.bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before {
  right: 0;
  border-left-color: var(--bs-popover-arrow-border);
}
.bs-popover-start > .popover-arrow::after,
.bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
  right: var(--bs-popover-border-width);
  border-left-color: var(--bs-popover-bg);
}
.popover-header {
  padding: var(--bs-popover-header-padding-y) var(--bs-popover-header-padding-x);
  margin-bottom: 0;
  font-size: var(--bs-popover-header-font-size);
  color: var(--bs-popover-header-color);
  background-color: var(--bs-popover-header-bg);
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-top-left-radius: var(--bs-popover-inner-border-radius);
  border-top-right-radius: var(--bs-popover-inner-border-radius);
}
.popover-header:empty {
  display: none;
}
.popover-body {
  padding: var(--bs-popover-body-padding-y) var(--bs-popover-body-padding-x);
  color: var(--bs-popover-body-color);
}
.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;
}
.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%);
}
.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%;
}
.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%;
}
.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: #000;
}
.carousel-dark .carousel-caption {
  color: #000;
}
[data-bs-theme=dark] .carousel .carousel-control-prev-icon,
[data-bs-theme=dark] .carousel .carousel-control-next-icon,
[data-bs-theme=dark].carousel .carousel-control-prev-icon,
[data-bs-theme=dark].carousel .carousel-control-next-icon {
  filter: invert(1) grayscale(100);
}
[data-bs-theme=dark] .carousel .carousel-indicators [data-bs-target],
[data-bs-theme=dark].carousel .carousel-indicators [data-bs-target] {
  background-color: #000;
}
[data-bs-theme=dark] .carousel .carousel-caption,
[data-bs-theme=dark].carousel .carousel-caption {
  color: #000;
}
.spinner-grow,
.spinner-border {
  display: inline-block;
  width: var(--bs-spinner-width);
  height: var(--bs-spinner-height);
  vertical-align: var(--bs-spinner-vertical-align);
  border-radius: 50%;
  animation: var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name);
}
@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
.spinner-border {
  --bs-spinner-width: 2rem;
  --bs-spinner-height: 2rem;
  --bs-spinner-vertical-align: -0.125em;
  --bs-spinner-border-width: 0.25em;
  --bs-spinner-animation-speed: 0.75s;
  --bs-spinner-animation-name: spinner-border;
  border: var(--bs-spinner-border-width) solid currentcolor;
  border-right-color: transparent;
}
.spinner-border-sm {
  --bs-spinner-width: 1rem;
  --bs-spinner-height: 1rem;
  --bs-spinner-border-width: 0.2em;
}
@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
.spinner-grow {
  --bs-spinner-width: 2rem;
  --bs-spinner-height: 2rem;
  --bs-spinner-vertical-align: -0.125em;
  --bs-spinner-animation-speed: 0.75s;
  --bs-spinner-animation-name: spinner-grow;
  background-color: currentcolor;
  opacity: 0;
}
.spinner-grow-sm {
  --bs-spinner-width: 1rem;
  --bs-spinner-height: 1rem;
}
@media (prefers-reduced-motion: reduce) {
  .spinner-border,
  .spinner-grow {
    --bs-spinner-animation-speed: 1.5s;
  }
}
.offcanvas-sm,
.offcanvas-md,
.offcanvas-lg,
.offcanvas-xl,
.offcanvas-xxl,
.offcanvas {
  --bs-offcanvas-zindex: 1045;
  --bs-offcanvas-width: 400px;
  --bs-offcanvas-height: 30vh;
  --bs-offcanvas-padding-x: 1rem;
  --bs-offcanvas-padding-y: 1rem;
  --bs-offcanvas-color: var(--bs-body-color);
  --bs-offcanvas-bg: var(--bs-body-bg);
  --bs-offcanvas-border-width: var(--bs-border-width);
  --bs-offcanvas-border-color: var(--bs-border-color-translucent);
  --bs-offcanvas-box-shadow: var(--bs-box-shadow-sm);
  --bs-offcanvas-transition: transform 0.3s ease-in-out;
  --bs-offcanvas-title-line-height: 1.6;
}
@media (max-width: 575.98px) {
  .offcanvas-sm {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 575.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-sm {
    transition: none;
  }
}
@media (max-width: 575.98px) {
  .offcanvas-sm.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-sm.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-sm.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-sm.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-sm.showing,
  .offcanvas-sm.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-sm.showing,
  .offcanvas-sm.hiding,
  .offcanvas-sm.show {
    visibility: visible;
  }
}
@media (min-width: 576px) {
  .offcanvas-sm {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-sm .offcanvas-header {
    display: none;
  }
  .offcanvas-sm .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}
@media (max-width: 767.98px) {
  .offcanvas-md {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 767.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-md {
    transition: none;
  }
}
@media (max-width: 767.98px) {
  .offcanvas-md.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-md.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-md.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-md.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-md.showing,
  .offcanvas-md.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-md.showing,
  .offcanvas-md.hiding,
  .offcanvas-md.show {
    visibility: visible;
  }
}
@media (min-width: 768px) {
  .offcanvas-md {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-md .offcanvas-header {
    display: none;
  }
  .offcanvas-md .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}
@media (max-width: 991.98px) {
  .offcanvas-lg {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 991.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-lg {
    transition: none;
  }
}
@media (max-width: 991.98px) {
  .offcanvas-lg.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-lg.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-lg.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-lg.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-lg.showing,
  .offcanvas-lg.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-lg.showing,
  .offcanvas-lg.hiding,
  .offcanvas-lg.show {
    visibility: visible;
  }
}
@media (min-width: 992px) {
  .offcanvas-lg {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-lg .offcanvas-header {
    display: none;
  }
  .offcanvas-lg .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}
@media (max-width: 1199.98px) {
  .offcanvas-xl {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 1199.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-xl {
    transition: none;
  }
}
@media (max-width: 1199.98px) {
  .offcanvas-xl.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-xl.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-xl.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-xl.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-xl.showing,
  .offcanvas-xl.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-xl.showing,
  .offcanvas-xl.hiding,
  .offcanvas-xl.show {
    visibility: visible;
  }
}
@media (min-width: 1200px) {
  .offcanvas-xl {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-xl .offcanvas-header {
    display: none;
  }
  .offcanvas-xl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}
@media (max-width: 1439.98) {
  .offcanvas-xxl {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 1439.98) and (prefers-reduced-motion: reduce) {
  .offcanvas-xxl {
    transition: none;
  }
}
@media (max-width: 1439.98) {
  .offcanvas-xxl.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-xxl.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-xxl.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-xxl.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-xxl.showing,
  .offcanvas-xxl.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-xxl.showing,
  .offcanvas-xxl.hiding,
  .offcanvas-xxl.show {
    visibility: visible;
  }
}
@media (min-width: 1440) {
  .offcanvas-xxl {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-xxl .offcanvas-header {
    display: none;
  }
  .offcanvas-xxl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}
.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: var(--bs-offcanvas-zindex);
  display: flex;
  flex-direction: column;
  max-width: 100%;
  color: var(--bs-offcanvas-color);
  visibility: hidden;
  background-color: var(--bs-offcanvas-bg);
  background-clip: padding-box;
  outline: 0;
  transition: var(--bs-offcanvas-transition);
}
@media (prefers-reduced-motion: reduce) {
  .offcanvas {
    transition: none;
  }
}
.offcanvas.offcanvas-start {
  top: 0;
  left: 0;
  width: var(--bs-offcanvas-width);
  border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(-100%);
}
.offcanvas.offcanvas-end {
  top: 0;
  right: 0;
  width: var(--bs-offcanvas-width);
  border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(100%);
}
.offcanvas.offcanvas-top {
  top: 0;
  right: 0;
  left: 0;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(-100%);
}
.offcanvas.offcanvas-bottom {
  right: 0;
  left: 0;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(100%);
}
.offcanvas.showing,
.offcanvas.show:not(.hiding) {
  transform: none;
}
.offcanvas.showing,
.offcanvas.hiding,
.offcanvas.show {
  visibility: visible;
}
.offcanvas-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.offcanvas-backdrop.fade {
  opacity: 0;
}
.offcanvas-backdrop.show {
  opacity: 0.5;
}
.offcanvas-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
}
.offcanvas-header .btn-close {
  padding: calc(var(--bs-offcanvas-padding-y) * 0.5) calc(var(--bs-offcanvas-padding-x) * 0.5);
  margin-top: calc(-0.5 * var(--bs-offcanvas-padding-y));
  margin-right: calc(-0.5 * var(--bs-offcanvas-padding-x));
  margin-bottom: calc(-0.5 * var(--bs-offcanvas-padding-y));
}
.offcanvas-title {
  margin-bottom: 0;
  line-height: var(--bs-offcanvas-title-line-height);
}
.offcanvas-body {
  flex-grow: 1;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
  overflow-y: auto;
}
.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 {
  -webkit-mask-image:
    linear-gradient(
      130deg,
      #000 55%,
      rgba(0, 0, 0, 0.8) 75%,
      #000 95%);
  mask-image:
    linear-gradient(
      130deg,
      #000 55%,
      rgba(0, 0, 0, 0.8) 75%,
      #000 95%);
  -webkit-mask-size: 200% 100%;
  mask-size: 200% 100%;
  animation: placeholder-wave 2s linear infinite;
}
@keyframes placeholder-wave {
  100% {
    -webkit-mask-position: -200% 0%;
    mask-position: -200% 0%;
  }
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}
.text-bg-primary {
  color: #000 !important;
  background-color: RGBA(var(--bs-primary-rgb), var(--bs-bg-opacity, 1)) !important;
}
.text-bg-secondary {
  color: #fff !important;
  background-color: RGBA(var(--bs-secondary-rgb), var(--bs-bg-opacity, 1)) !important;
}
.text-bg-success {
  color: #000 !important;
  background-color: RGBA(var(--bs-success-rgb), var(--bs-bg-opacity, 1)) !important;
}
.text-bg-info {
  color: #000 !important;
  background-color: RGBA(var(--bs-info-rgb), var(--bs-bg-opacity, 1)) !important;
}
.text-bg-warning {
  color: #000 !important;
  background-color: RGBA(var(--bs-warning-rgb), var(--bs-bg-opacity, 1)) !important;
}
.text-bg-danger {
  color: #000 !important;
  background-color: RGBA(var(--bs-danger-rgb), var(--bs-bg-opacity, 1)) !important;
}
.text-bg-light {
  color: #000 !important;
  background-color: RGBA(var(--bs-light-rgb), var(--bs-bg-opacity, 1)) !important;
}
.text-bg-dark {
  color: #fff !important;
  background-color: RGBA(var(--bs-dark-rgb), var(--bs-bg-opacity, 1)) !important;
}
.link-primary {
  color: RGBA(var(--bs-primary-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-primary-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-primary:hover,
.link-primary:focus {
  color: RGBA(197, 238, 105, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(197, 238, 105, var(--bs-link-underline-opacity, 1)) !important;
}
.link-secondary {
  color: RGBA(var(--bs-secondary-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-secondary-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-secondary:hover,
.link-secondary:focus {
  color: RGBA(15, 20, 26, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(15, 20, 26, var(--bs-link-underline-opacity, 1)) !important;
}
.link-success {
  color: RGBA(var(--bs-success-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-success-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-success:hover,
.link-success:focus {
  color: RGBA(68, 177, 104, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(68, 177, 104, var(--bs-link-underline-opacity, 1)) !important;
}
.link-info {
  color: RGBA(var(--bs-info-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-info-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-info:hover,
.link-info:focus {
  color: RGBA(112, 193, 255, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(112, 193, 255, var(--bs-link-underline-opacity, 1)) !important;
}
.link-warning {
  color: RGBA(var(--bs-warning-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-warning-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-warning:hover,
.link-warning:focus {
  color: RGBA(234, 114, 114, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(234, 114, 114, var(--bs-link-underline-opacity, 1)) !important;
}
.link-danger {
  color: RGBA(var(--bs-danger-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-danger-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-danger:hover,
.link-danger:focus {
  color: RGBA(255, 51, 51, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(255, 51, 51, var(--bs-link-underline-opacity, 1)) !important;
}
.link-light {
  color: RGBA(var(--bs-light-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-light-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-light:hover,
.link-light:focus {
  color: RGBA(245, 245, 245, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(245, 245, 245, var(--bs-link-underline-opacity, 1)) !important;
}
.link-dark {
  color: RGBA(var(--bs-dark-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-dark-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-dark:hover,
.link-dark:focus {
  color: RGBA(38, 38, 38, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(38, 38, 38, var(--bs-link-underline-opacity, 1)) !important;
}
.link-body-emphasis {
  color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-body-emphasis:hover,
.link-body-emphasis:focus {
  color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 0.75)) !important;
  text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 0.75)) !important;
}
.focus-ring:focus {
  outline: 0;
  box-shadow: var(--bs-focus-ring-x, 0) var(--bs-focus-ring-y, 0) var(--bs-focus-ring-blur, 0) var(--bs-focus-ring-width) var(--bs-focus-ring-color);
}
.icon-link {
  display: inline-flex;
  gap: 0.375rem;
  align-items: center;
  text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 0.5));
  text-underline-offset: 0.25em;
  backface-visibility: hidden;
}
.icon-link > .bi {
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  fill: currentcolor;
  transition: 0.2s ease-in-out transform;
}
@media (prefers-reduced-motion: reduce) {
  .icon-link > .bi {
    transition: none;
  }
}
.icon-link-hover:hover > .bi,
.icon-link-hover:focus-visible > .bi {
  transform: var(--bs-icon-link-transform, translate3d(0.25em, 0, 0));
}
.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;
}
.sticky-bottom {
  position: sticky;
  bottom: 0;
  z-index: 1020;
}
@media (min-width: 576px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-sm-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-md-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-lg-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1440) {
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xxl-bottom {
    position: sticky;
    bottom: 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) {
  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;
}
.visually-hidden:not(caption),
.visually-hidden-focusable:not(:focus):not(:focus-within):not(caption) {
  position: absolute !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: var(--bs-border-width);
  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;
}
.object-fit-contain {
  object-fit: contain !important;
}
.object-fit-cover {
  object-fit: cover !important;
}
.object-fit-fill {
  object-fit: fill !important;
}
.object-fit-scale {
  object-fit: scale-down !important;
}
.object-fit-none {
  object-fit: 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;
}
.overflow-x-auto {
  overflow-x: auto !important;
}
.overflow-x-hidden {
  overflow-x: hidden !important;
}
.overflow-x-visible {
  overflow-x: visible !important;
}
.overflow-x-scroll {
  overflow-x: scroll !important;
}
.overflow-y-auto {
  overflow-y: auto !important;
}
.overflow-y-hidden {
  overflow-y: hidden !important;
}
.overflow-y-visible {
  overflow-y: visible !important;
}
.overflow-y-scroll {
  overflow-y: 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-inline-grid {
  display: inline-grid !important;
}
.d-table {
  display: table !important;
}
.d-table-row {
  display: table-row !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-flex {
  display: flex !important;
}
.d-inline-flex {
  display: inline-flex !important;
}
.d-none {
  display: none !important;
}
.shadow {
  box-shadow: var(--bs-box-shadow) !important;
}
.shadow-sm {
  box-shadow: var(--bs-box-shadow-sm) !important;
}
.shadow-lg {
  box-shadow: var(--bs-box-shadow-lg) !important;
}
.shadow-none {
  box-shadow: none !important;
}
.focus-ring-primary {
  --bs-focus-ring-color: rgba( var(--bs-primary-rgb), var(--bs-focus-ring-opacity) );
}
.focus-ring-secondary {
  --bs-focus-ring-color: rgba( var(--bs-secondary-rgb), var(--bs-focus-ring-opacity) );
}
.focus-ring-success {
  --bs-focus-ring-color: rgba( var(--bs-success-rgb), var(--bs-focus-ring-opacity) );
}
.focus-ring-info {
  --bs-focus-ring-color: rgba(var(--bs-info-rgb), var(--bs-focus-ring-opacity));
}
.focus-ring-warning {
  --bs-focus-ring-color: rgba( var(--bs-warning-rgb), var(--bs-focus-ring-opacity) );
}
.focus-ring-danger {
  --bs-focus-ring-color: rgba( var(--bs-danger-rgb), var(--bs-focus-ring-opacity) );
}
.focus-ring-light {
  --bs-focus-ring-color: rgba( var(--bs-light-rgb), var(--bs-focus-ring-opacity) );
}
.focus-ring-dark {
  --bs-focus-ring-color: rgba(var(--bs-dark-rgb), var(--bs-focus-ring-opacity));
}
.position-static {
  position: static !important;
}
.position-relative {
  position: relative !important;
}
.position-absolute {
  position: absolute !important;
}
.position-fixed {
  position: fixed !important;
}
.position-sticky {
  position: sticky !important;
}
.top-0 {
  top: 0 !important;
}
.top-50 {
  top: 50% !important;
}
.top-100 {
  top: 100% !important;
}
.bottom-0 {
  bottom: 0 !important;
}
.bottom-50 {
  bottom: 50% !important;
}
.bottom-100 {
  bottom: 100% !important;
}
.start-0 {
  left: 0 !important;
}
.start-50 {
  left: 50% !important;
}
.start-100 {
  left: 100% !important;
}
.end-0 {
  right: 0 !important;
}
.end-50 {
  right: 50% !important;
}
.end-100 {
  right: 100% !important;
}
.translate-middle {
  transform: translate(-50%, -50%) !important;
}
.translate-middle-x {
  transform: translateX(-50%) !important;
}
.translate-middle-y {
  transform: translateY(-50%) !important;
}
.border {
  border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
.border-0 {
  border: 0 !important;
}
.border-top {
  border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
.border-top-0 {
  border-top: 0 !important;
}
.border-end {
  border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
.border-end-0 {
  border-right: 0 !important;
}
.border-bottom {
  border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
.border-bottom-0 {
  border-bottom: 0 !important;
}
.border-start {
  border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
.border-start-0 {
  border-left: 0 !important;
}
.border-primary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important;
}
.border-secondary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important;
}
.border-success {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-success-rgb), var(--bs-border-opacity)) !important;
}
.border-info {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important;
}
.border-warning {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-warning-rgb), var(--bs-border-opacity)) !important;
}
.border-danger {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important;
}
.border-light {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important;
}
.border-dark {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important;
}
.border-black {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-black-rgb), var(--bs-border-opacity)) !important;
}
.border-white {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important;
}
.border-primary-subtle {
  border-color: var(--bs-primary-border-subtle) !important;
}
.border-secondary-subtle {
  border-color: var(--bs-secondary-border-subtle) !important;
}
.border-success-subtle {
  border-color: var(--bs-success-border-subtle) !important;
}
.border-info-subtle {
  border-color: var(--bs-info-border-subtle) !important;
}
.border-warning-subtle {
  border-color: var(--bs-warning-border-subtle) !important;
}
.border-danger-subtle {
  border-color: var(--bs-danger-border-subtle) !important;
}
.border-light-subtle {
  border-color: var(--bs-light-border-subtle) !important;
}
.border-dark-subtle {
  border-color: var(--bs-dark-border-subtle) !important;
}
.border-1 {
  border-width: 1px !important;
}
.border-2 {
  border-width: 2px !important;
}
.border-3 {
  border-width: 3px !important;
}
.border-4 {
  border-width: 4px !important;
}
.border-5 {
  border-width: 5px !important;
}
.border-opacity-10 {
  --bs-border-opacity: 0.1;
}
.border-opacity-25 {
  --bs-border-opacity: 0.25;
}
.border-opacity-50 {
  --bs-border-opacity: 0.5;
}
.border-opacity-75 {
  --bs-border-opacity: 0.75;
}
.border-opacity-100 {
  --bs-border-opacity: 1;
}
.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;
}
.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;
}
.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;
}
.row-gap-0 {
  row-gap: 0 !important;
}
.row-gap-1 {
  row-gap: 0.25rem !important;
}
.row-gap-2 {
  row-gap: 0.5rem !important;
}
.row-gap-3 {
  row-gap: 1rem !important;
}
.row-gap-4 {
  row-gap: 1.5rem !important;
}
.row-gap-5 {
  row-gap: 3rem !important;
}
.column-gap-0 {
  column-gap: 0 !important;
}
.column-gap-1 {
  column-gap: 0.25rem !important;
}
.column-gap-2 {
  column-gap: 0.5rem !important;
}
.column-gap-3 {
  column-gap: 1rem !important;
}
.column-gap-4 {
  column-gap: 1.5rem !important;
}
.column-gap-5 {
  column-gap: 3rem !important;
}
.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}
.fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}
.fs-2 {
  font-size: calc(1.3rem + 0.6vw) !important;
}
.fs-3 {
  font-size: calc(1.275rem + 0.3vw) !important;
}
.fs-4 {
  font-size: 1.25rem !important;
}
.fs-5 {
  font-size: 1.125rem !important;
}
.fs-6 {
  font-size: 1rem !important;
}
.fst-italic {
  font-style: italic !important;
}
.fst-normal {
  font-style: normal !important;
}
.fw-lighter {
  font-weight: lighter !important;
}
.fw-light {
  font-weight: 300 !important;
}
.fw-normal {
  font-weight: 400 !important;
}
.fw-medium {
  font-weight: 500 !important;
}
.fw-semibold {
  font-weight: 600 !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.6 !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;
}
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}
.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-color-rgb), var(--bs-text-opacity)) !important;
}
.text-muted {
  --bs-text-opacity: 1;
  color: var(--bs-secondary-color) !important;
}
.text-black-50 {
  --bs-text-opacity: 1;
  color: rgba(0, 0, 0, 0.5) !important;
}
.text-white-50 {
  --bs-text-opacity: 1;
  color: rgba(255, 255, 255, 0.5) !important;
}
.text-body-secondary {
  --bs-text-opacity: 1;
  color: var(--bs-secondary-color) !important;
}
.text-body-tertiary {
  --bs-text-opacity: 1;
  color: var(--bs-tertiary-color) !important;
}
.text-body-emphasis {
  --bs-text-opacity: 1;
  color: var(--bs-emphasis-color) !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-primary-emphasis {
  color: var(--bs-primary-text-emphasis) !important;
}
.text-secondary-emphasis {
  color: var(--bs-secondary-text-emphasis) !important;
}
.text-success-emphasis {
  color: var(--bs-success-text-emphasis) !important;
}
.text-info-emphasis {
  color: var(--bs-info-text-emphasis) !important;
}
.text-warning-emphasis {
  color: var(--bs-warning-text-emphasis) !important;
}
.text-danger-emphasis {
  color: var(--bs-danger-text-emphasis) !important;
}
.text-light-emphasis {
  color: var(--bs-light-text-emphasis) !important;
}
.text-dark-emphasis {
  color: var(--bs-dark-text-emphasis) !important;
}
.link-opacity-10 {
  --bs-link-opacity: 0.1;
}
.link-opacity-10-hover:hover {
  --bs-link-opacity: 0.1;
}
.link-opacity-25 {
  --bs-link-opacity: 0.25;
}
.link-opacity-25-hover:hover {
  --bs-link-opacity: 0.25;
}
.link-opacity-50 {
  --bs-link-opacity: 0.5;
}
.link-opacity-50-hover:hover {
  --bs-link-opacity: 0.5;
}
.link-opacity-75 {
  --bs-link-opacity: 0.75;
}
.link-opacity-75-hover:hover {
  --bs-link-opacity: 0.75;
}
.link-opacity-100 {
  --bs-link-opacity: 1;
}
.link-opacity-100-hover:hover {
  --bs-link-opacity: 1;
}
.link-offset-1 {
  text-underline-offset: 0.125em !important;
}
.link-offset-1-hover:hover {
  text-underline-offset: 0.125em !important;
}
.link-offset-2 {
  text-underline-offset: 0.25em !important;
}
.link-offset-2-hover:hover {
  text-underline-offset: 0.25em !important;
}
.link-offset-3 {
  text-underline-offset: 0.375em !important;
}
.link-offset-3-hover:hover {
  text-underline-offset: 0.375em !important;
}
.link-underline-primary {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity)) !important;
}
.link-underline-secondary {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-secondary-rgb), var(--bs-link-underline-opacity)) !important;
}
.link-underline-success {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-success-rgb), var(--bs-link-underline-opacity)) !important;
}
.link-underline-info {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-info-rgb), var(--bs-link-underline-opacity)) !important;
}
.link-underline-warning {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-warning-rgb), var(--bs-link-underline-opacity)) !important;
}
.link-underline-danger {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-danger-rgb), var(--bs-link-underline-opacity)) !important;
}
.link-underline-light {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-light-rgb), var(--bs-link-underline-opacity)) !important;
}
.link-underline-dark {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-dark-rgb), var(--bs-link-underline-opacity)) !important;
}
.link-underline {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-underline-opacity-0 {
  --bs-link-underline-opacity: 0;
}
.link-underline-opacity-0-hover:hover {
  --bs-link-underline-opacity: 0;
}
.link-underline-opacity-10 {
  --bs-link-underline-opacity: 0.1;
}
.link-underline-opacity-10-hover:hover {
  --bs-link-underline-opacity: 0.1;
}
.link-underline-opacity-25 {
  --bs-link-underline-opacity: 0.25;
}
.link-underline-opacity-25-hover:hover {
  --bs-link-underline-opacity: 0.25;
}
.link-underline-opacity-50 {
  --bs-link-underline-opacity: 0.5;
}
.link-underline-opacity-50-hover:hover {
  --bs-link-underline-opacity: 0.5;
}
.link-underline-opacity-75 {
  --bs-link-underline-opacity: 0.75;
}
.link-underline-opacity-75-hover:hover {
  --bs-link-underline-opacity: 0.75;
}
.link-underline-opacity-100 {
  --bs-link-underline-opacity: 1;
}
.link-underline-opacity-100-hover:hover {
  --bs-link-underline-opacity: 1;
}
.bg-primary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
}
.bg-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
}
.bg-success {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
}
.bg-info {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
}
.bg-warning {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important;
}
.bg-danger {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
}
.bg-light {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}
.bg-dark {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}
.bg-black {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
}
.bg-white {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}
.bg-body {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
}
.bg-transparent {
  --bs-bg-opacity: 1;
  background-color: transparent !important;
}
.bg-body-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-bg-rgb), var(--bs-bg-opacity)) !important;
}
.bg-body-tertiary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-tertiary-bg-rgb), var(--bs-bg-opacity)) !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-primary-subtle {
  background-color: var(--bs-primary-bg-subtle) !important;
}
.bg-secondary-subtle {
  background-color: var(--bs-secondary-bg-subtle) !important;
}
.bg-success-subtle {
  background-color: var(--bs-success-bg-subtle) !important;
}
.bg-info-subtle {
  background-color: var(--bs-info-bg-subtle) !important;
}
.bg-warning-subtle {
  background-color: var(--bs-warning-bg-subtle) !important;
}
.bg-danger-subtle {
  background-color: var(--bs-danger-bg-subtle) !important;
}
.bg-light-subtle {
  background-color: var(--bs-light-bg-subtle) !important;
}
.bg-dark-subtle {
  background-color: var(--bs-dark-bg-subtle) !important;
}
.bg-gradient {
  background-image: var(--bs-gradient) !important;
}
.user-select-all {
  -webkit-user-select: all !important;
  user-select: all !important;
}
.user-select-auto {
  -webkit-user-select: auto !important;
  user-select: auto !important;
}
.user-select-none {
  -webkit-user-select: none !important;
  user-select: none !important;
}
.pe-none {
  pointer-events: none !important;
}
.pe-auto {
  pointer-events: auto !important;
}
.rounded {
  border-radius: var(--bs-border-radius) !important;
}
.rounded-0 {
  border-radius: 0 !important;
}
.rounded-1 {
  border-radius: var(--bs-border-radius-sm) !important;
}
.rounded-2 {
  border-radius: var(--bs-border-radius) !important;
}
.rounded-3 {
  border-radius: var(--bs-border-radius-lg) !important;
}
.rounded-4 {
  border-radius: var(--bs-border-radius-xl) !important;
}
.rounded-5 {
  border-radius: var(--bs-border-radius-xxl) !important;
}
.rounded-circle {
  border-radius: 50% !important;
}
.rounded-pill {
  border-radius: var(--bs-border-radius-pill) !important;
}
.rounded-top {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}
.rounded-top-0 {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}
.rounded-top-1 {
  border-top-left-radius: var(--bs-border-radius-sm) !important;
  border-top-right-radius: var(--bs-border-radius-sm) !important;
}
.rounded-top-2 {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}
.rounded-top-3 {
  border-top-left-radius: var(--bs-border-radius-lg) !important;
  border-top-right-radius: var(--bs-border-radius-lg) !important;
}
.rounded-top-4 {
  border-top-left-radius: var(--bs-border-radius-xl) !important;
  border-top-right-radius: var(--bs-border-radius-xl) !important;
}
.rounded-top-5 {
  border-top-left-radius: var(--bs-border-radius-xxl) !important;
  border-top-right-radius: var(--bs-border-radius-xxl) !important;
}
.rounded-top-circle {
  border-top-left-radius: 50% !important;
  border-top-right-radius: 50% !important;
}
.rounded-top-pill {
  border-top-left-radius: var(--bs-border-radius-pill) !important;
  border-top-right-radius: var(--bs-border-radius-pill) !important;
}
.rounded-end {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}
.rounded-end-0 {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.rounded-end-1 {
  border-top-right-radius: var(--bs-border-radius-sm) !important;
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
}
.rounded-end-2 {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}
.rounded-end-3 {
  border-top-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
}
.rounded-end-4 {
  border-top-right-radius: var(--bs-border-radius-xl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
}
.rounded-end-5 {
  border-top-right-radius: var(--bs-border-radius-xxl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
}
.rounded-end-circle {
  border-top-right-radius: 50% !important;
  border-bottom-right-radius: 50% !important;
}
.rounded-end-pill {
  border-top-right-radius: var(--bs-border-radius-pill) !important;
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
}
.rounded-bottom {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}
.rounded-bottom-0 {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.rounded-bottom-1 {
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
}
.rounded-bottom-2 {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}
.rounded-bottom-3 {
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
}
.rounded-bottom-4 {
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
}
.rounded-bottom-5 {
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
}
.rounded-bottom-circle {
  border-bottom-right-radius: 50% !important;
  border-bottom-left-radius: 50% !important;
}
.rounded-bottom-pill {
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
}
.rounded-start {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}
.rounded-start-0 {
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
}
.rounded-start-1 {
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
  border-top-left-radius: var(--bs-border-radius-sm) !important;
}
.rounded-start-2 {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}
.rounded-start-3 {
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
  border-top-left-radius: var(--bs-border-radius-lg) !important;
}
.rounded-start-4 {
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
  border-top-left-radius: var(--bs-border-radius-xl) !important;
}
.rounded-start-5 {
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
  border-top-left-radius: var(--bs-border-radius-xxl) !important;
}
.rounded-start-circle {
  border-bottom-left-radius: 50% !important;
  border-top-left-radius: 50% !important;
}
.rounded-start-pill {
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
  border-top-left-radius: var(--bs-border-radius-pill) !important;
}
.visible {
  visibility: visible !important;
}
.invisible {
  visibility: hidden !important;
}
.z-n1 {
  z-index: -1 !important;
}
.z-0 {
  z-index: 0 !important;
}
.z-1 {
  z-index: 1 !important;
}
.z-2 {
  z-index: 2 !important;
}
.z-3 {
  z-index: 3 !important;
}
@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }
  .float-sm-end {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
  .object-fit-sm-contain {
    object-fit: contain !important;
  }
  .object-fit-sm-cover {
    object-fit: cover !important;
  }
  .object-fit-sm-fill {
    object-fit: fill !important;
  }
  .object-fit-sm-scale {
    object-fit: scale-down !important;
  }
  .object-fit-sm-none {
    object-fit: 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-inline-grid {
    display: inline-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;
  }
  .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;
  }
  .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;
  }
  .row-gap-sm-0 {
    row-gap: 0 !important;
  }
  .row-gap-sm-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-sm-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-sm-3 {
    row-gap: 1rem !important;
  }
  .row-gap-sm-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-sm-5 {
    row-gap: 3rem !important;
  }
  .column-gap-sm-0 {
    column-gap: 0 !important;
  }
  .column-gap-sm-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-sm-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-sm-3 {
    column-gap: 1rem !important;
  }
  .column-gap-sm-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-sm-5 {
    column-gap: 3rem !important;
  }
  .text-sm-start {
    text-align: left !important;
  }
  .text-sm-end {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .float-md-start {
    float: left !important;
  }
  .float-md-end {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
  .object-fit-md-contain {
    object-fit: contain !important;
  }
  .object-fit-md-cover {
    object-fit: cover !important;
  }
  .object-fit-md-fill {
    object-fit: fill !important;
  }
  .object-fit-md-scale {
    object-fit: scale-down !important;
  }
  .object-fit-md-none {
    object-fit: 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-inline-grid {
    display: inline-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;
  }
  .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;
  }
  .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;
  }
  .row-gap-md-0 {
    row-gap: 0 !important;
  }
  .row-gap-md-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-md-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-md-3 {
    row-gap: 1rem !important;
  }
  .row-gap-md-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-md-5 {
    row-gap: 3rem !important;
  }
  .column-gap-md-0 {
    column-gap: 0 !important;
  }
  .column-gap-md-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-md-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-md-3 {
    column-gap: 1rem !important;
  }
  .column-gap-md-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-md-5 {
    column-gap: 3rem !important;
  }
  .text-md-start {
    text-align: left !important;
  }
  .text-md-end {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .float-lg-start {
    float: left !important;
  }
  .float-lg-end {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
  .object-fit-lg-contain {
    object-fit: contain !important;
  }
  .object-fit-lg-cover {
    object-fit: cover !important;
  }
  .object-fit-lg-fill {
    object-fit: fill !important;
  }
  .object-fit-lg-scale {
    object-fit: scale-down !important;
  }
  .object-fit-lg-none {
    object-fit: 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-inline-grid {
    display: inline-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;
  }
  .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;
  }
  .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;
  }
  .row-gap-lg-0 {
    row-gap: 0 !important;
  }
  .row-gap-lg-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-lg-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-lg-3 {
    row-gap: 1rem !important;
  }
  .row-gap-lg-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-lg-5 {
    row-gap: 3rem !important;
  }
  .column-gap-lg-0 {
    column-gap: 0 !important;
  }
  .column-gap-lg-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-lg-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-lg-3 {
    column-gap: 1rem !important;
  }
  .column-gap-lg-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-lg-5 {
    column-gap: 3rem !important;
  }
  .text-lg-start {
    text-align: left !important;
  }
  .text-lg-end {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important;
  }
  .float-xl-end {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
  .object-fit-xl-contain {
    object-fit: contain !important;
  }
  .object-fit-xl-cover {
    object-fit: cover !important;
  }
  .object-fit-xl-fill {
    object-fit: fill !important;
  }
  .object-fit-xl-scale {
    object-fit: scale-down !important;
  }
  .object-fit-xl-none {
    object-fit: 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-inline-grid {
    display: inline-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;
  }
  .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;
  }
  .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;
  }
  .row-gap-xl-0 {
    row-gap: 0 !important;
  }
  .row-gap-xl-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-xl-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-xl-3 {
    row-gap: 1rem !important;
  }
  .row-gap-xl-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-xl-5 {
    row-gap: 3rem !important;
  }
  .column-gap-xl-0 {
    column-gap: 0 !important;
  }
  .column-gap-xl-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-xl-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-xl-3 {
    column-gap: 1rem !important;
  }
  .column-gap-xl-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-xl-5 {
    column-gap: 3rem !important;
  }
  .text-xl-start {
    text-align: left !important;
  }
  .text-xl-end {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1440) {
  .float-xxl-start {
    float: left !important;
  }
  .float-xxl-end {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
  .object-fit-xxl-contain {
    object-fit: contain !important;
  }
  .object-fit-xxl-cover {
    object-fit: cover !important;
  }
  .object-fit-xxl-fill {
    object-fit: fill !important;
  }
  .object-fit-xxl-scale {
    object-fit: scale-down !important;
  }
  .object-fit-xxl-none {
    object-fit: 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-inline-grid {
    display: inline-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;
  }
  .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;
  }
  .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;
  }
  .row-gap-xxl-0 {
    row-gap: 0 !important;
  }
  .row-gap-xxl-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-xxl-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-xxl-3 {
    row-gap: 1rem !important;
  }
  .row-gap-xxl-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-xxl-5 {
    row-gap: 3rem !important;
  }
  .column-gap-xxl-0 {
    column-gap: 0 !important;
  }
  .column-gap-xxl-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-xxl-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-xxl-3 {
    column-gap: 1rem !important;
  }
  .column-gap-xxl-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-xxl-5 {
    column-gap: 3rem !important;
  }
  .text-xxl-start {
    text-align: left !important;
  }
  .text-xxl-end {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.5rem !important;
  }
  .fs-2 {
    font-size: 1.75rem !important;
  }
  .fs-3 {
    font-size: 1.5rem !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-inline-grid {
    display: inline-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;
  }
}
@font-face {
  font-family: "Lufga";
  src: url("./media/LufgaRegular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Lufga";
  src: url("./media/LufgaItalic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Lufga";
  src: url("./media/LufgaThin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "Lufga";
  src: url("./media/LufgaThinItalic.ttf") format("truetype");
  font-weight: 100;
  font-style: italic;
}
@font-face {
  font-family: "Lufga";
  src: url("./media/LufgaExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "Lufga";
  src: url("./media/LufgaExtraLightItalic.ttf") format("truetype");
  font-weight: 200;
  font-style: italic;
}
@font-face {
  font-family: "Lufga";
  src: url("./media/LufgaLight.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Lufga";
  src: url("./media/LufgaLightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "Lufga";
  src: url("./media/LufgaMedium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Lufga";
  src: url("./media/LufgaMediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "Lufga";
  src: url("./media/LufgaSemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Lufga";
  src: url("./media/LufgaSemiBoldItalic.ttf") format("truetype");
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: "Lufga";
  src: url("./media/LufgaBold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Lufga";
  src: url("./media/LufgaBoldItalic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: "Lufga";
  src: url("./media/LufgaExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Lufga";
  src: url("./media/LufgaExtraBoldItalic.ttf") format("truetype");
  font-weight: 800;
  font-style: italic;
}
@font-face {
  font-family: "Lufga";
  src: url("./media/LufgaBlack.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Lufga";
  src: url("./media/LufgaBlackItalic.ttf") format("truetype");
  font-weight: 900;
  font-style: italic;
}
* {
  outline: none;
  padding: 0;
}
*::after {
  margin: 0;
  padding: 0;
}
*::before {
  margin: 0;
  padding: 0;
}
::selection {
  color: #fff;
  background: var(--primary);
}
body {
  line-height: 1.4;
  color: #000000;
  font-size: 0.875rem;
  font-weight: 400;
  font-family: var(--font-family-base);
}
body.fixed {
  overflow: hidden;
  position: fixed;
}
.body-bg2 {
  background-color: var(--body-bg2);
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: var(--font-family-title);
  font-weight: 600;
  color: var(--title);
}
h1 a,
.h1 a,
h2 a,
.h2 a,
h3 a,
.h3 a,
h4 a,
.h4 a,
h5 a,
.h5 a,
h6 a,
.h6 a,
.h1 a,
.h2 a,
.h3 a,
.h4 a,
.h5 a,
.h6 a {
  color: var(--title);
}
.sub-title {
  font-family: var(--font-family-sub-title);
}
.title-head {
  font-family: var(--font-family-title);
}
h1,
.h1 {
  font-size: 2.5rem;
}
h2,
.h2 {
  font-size: 1.75rem;
}
h3,
.h3 {
  font-size: 1.5rem;
}
h4,
.h4 {
  font-size: 1.25rem;
}
h5,
.h5 {
  font-size: 1.25rem;
}
h6,
.h6 {
  font-size: 1rem;
}
p {
  font-size: 0.875rem;
  font-weight: 400;
}
ul {
  padding: 0;
  margin: 0;
}
img {
  border-style: none;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}
li {
  list-style: none;
}
a {
  text-decoration: none;
  outline: none;
  color: var(--body-color);
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
a:hover,
a:focus,
a.active {
  text-decoration: none;
  outline: none;
  color: var(--primary-hover);
}
.text-primary {
  color: var(--primary) !important;
}
.text-secondary {
  color: var(--secondary) !important;
}
.border-top {
  border-top: 1px solid var(--border-color) !important;
}
.border-bottom {
  border-bottom: 1px solid var(--border-color) !important;
}
.border-left {
  border-left: 1px solid var(--border-color) !important;
}
.border-right {
  border-right: 1px solid var(--border-color) !important;
}
.bg-primary {
  background-color: var(--primary) !important;
}
.text-black {
  color: #071c35 !important;
}
.container {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  box-sizing: border-box;
}
b,
strong,
.strong {
  font-weight: 500;
}
.h-0 {
  height: 0 !important;
}
#main-wrapper {
  opacity: 0;
  transition: all 0.25s ease-in;
  overflow: hidden;
  position: relative;
  z-index: 1;
  margin-top: 60px;
}
#main-wrapper.show {
  opacity: 1;
}
.bg-gray {
  background-color: #f0f6ff;
}
.content-inner {
  padding-top: 50px;
  padding-bottom: 50px;
}
.content-inner-1 {
  padding-top: 100px;
  padding-bottom: 100px;
}
.content-inner-2 {
  padding-top: 120px;
  padding-bottom: 0;
}
html {
  scrollbar-width: none;
}
::-webkit-scrollbar {
  display: none;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
small,
.small,
.small {
  font-size: 0.75rem;
  font-weight: 400;
  display: block;
  line-height: 1.2;
}
.text-light {
  color: rgba(0, 0, 0, 0.5) !important;
}
.title {
  color: var(--title);
  font-family: var(--font-family-title);
  font-weight: 500;
}
.bg-overlay-1 {
  background: rgba(40, 176, 206, 0.85);
}
.bg-overlay-2 {
  background: rgba(20, 171, 135, 0.85);
}
.bg-overlay-3 {
  background: rgba(161, 49, 173, 0.85);
}
.saprater {
  border-bottom: 6px solid var(--border-color);
  margin: 0 -15px;
}
svg.text-primary path {
  fill: var(--primary);
}
svg.text-dark path {
  fill: var(--title);
}
.theme-dark svg.text-dark path {
  fill: #fff;
}
.section-head {
  padding: 30px 0;
}
.section-head .title {
  text-transform: capitalize;
  margin-bottom: 5px;
}
.section-head p {
  text-transform: capitalize;
  margin-bottom: 0;
  font-size: 15px;
}
.page-content.space-top {
  padding-top: var(--headheight);
}
.flex-1 {
  flex: 1;
}
.text-underline {
  text-decoration: underline !important;
  text-underline-offset: 3px;
}
.light-text {
  color: #000000;
  font-size: 0.875rem;
  font-weight: 400;
}
.ic-media,
.ic-post-media {
  position: relative;
  overflow: hidden;
}
.ic-media img,
.ic-post-media img {
  max-width: 100%;
  height: auto;
  width: 100%;
}
.fixed-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.fixed-full-area {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.ic-fix-box {
  margin: 0;
  position: fixed;
  top: 80px;
  left: 50%;
  width: 100%;
  max-width: 600px;
  z-index: 8;
  background-color: var(--body-bg);
  transform: translateX(-50%);
  padding: 15px;
}
.bg-light {
  background-color: var(--bg-light) !important;
}
html,
body {
  height: 100%;
}
.full-height {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.full-height .page-content {
  flex: 1;
}
.full-height .page-content .container {
  height: 100%;
}
.ic-flex-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.font-12 {
  font-size: 12px !important;
}
.font-13 {
  font-size: 13px !important;
}
.font-14 {
  font-size: 14px !important;
}
.font-16 {
  font-size: 16px !important;
}
.font-18 {
  font-size: 18px !important;
}
.font-22 {
  font-size: 22px !important;
}
.font-24 {
  font-size: 24px !important;
}
.font-26 {
  font-size: 26px !important;
}
.font-0 {
  font-size: 0px !important;
}
.font-5 {
  font-size: 5px !important;
}
.font-10 {
  font-size: 10px !important;
}
.font-15 {
  font-size: 15px !important;
}
.font-20 {
  font-size: 20px !important;
}
.font-25 {
  font-size: 25px !important;
}
.font-30 {
  font-size: 30px !important;
}
.font-35 {
  font-size: 35px !important;
}
.font-40 {
  font-size: 40px !important;
}
.font-45 {
  font-size: 45px !important;
}
.font-50 {
  font-size: 50px !important;
}
.font-55 {
  font-size: 55px !important;
}
.font-60 {
  font-size: 60px !important;
}
.font-65 {
  font-size: 65px !important;
}
.font-70 {
  font-size: 70px !important;
}
.font-75 {
  font-size: 75px !important;
}
.font-80 {
  font-size: 80px !important;
}
.font-85 {
  font-size: 85px !important;
}
.font-90 {
  font-size: 90px !important;
}
.font-95 {
  font-size: 95px !important;
}
.font-100 {
  font-size: 100px !important;
}
.font-w100 {
  font-weight: 101 !important;
}
.font-w200 {
  font-weight: 202 !important;
}
.font-w300 {
  font-weight: 303 !important;
}
.font-w400 {
  font-weight: 404 !important;
}
.font-w500 {
  font-weight: 505 !important;
}
.font-w600 {
  font-weight: 606 !important;
}
.font-w700 {
  font-weight: 707 !important;
}
.font-w800 {
  font-weight: 808 !important;
}
.font-w900 {
  font-weight: 909 !important;
}
.ls-0 {
  letter-spacing: 0px;
}
.ls-1 {
  letter-spacing: 1px;
}
.ls-2 {
  letter-spacing: 2px;
}
.ls-3 {
  letter-spacing: 3px;
}
.ls-4 {
  letter-spacing: 4px;
}
.ls-5 {
  letter-spacing: 5px;
}
.p-a0 {
  padding: 0px;
}
.p-l0 {
  padding-left: 0px;
}
.p-r0 {
  padding-right: 0px;
}
.p-t0 {
  padding-top: 0px !important;
}
.p-b0 {
  padding-bottom: 0px;
}
.p-lr0 {
  padding-left: 0px;
  padding-right: 0px;
}
.p-tb0 {
  padding-bottom: 0px !important;
  padding-top: 0px !important;
}
.m-a0 {
  margin: 0px;
}
.m-l0 {
  margin-left: 0px;
}
.m-r0 {
  margin-right: 0px;
}
.m-t0 {
  margin-top: 0px;
}
.m-b0 {
  margin-bottom: 0px;
}
.m-lr0 {
  margin-left: 0px;
  margin-right: 0px;
}
.m-tb0 {
  margin-bottom: 0px;
  margin-top: 0px;
}
.p-a5 {
  padding: 5px;
}
.p-l5 {
  padding-left: 5px;
}
.p-r5 {
  padding-right: 5px;
}
.p-t5 {
  padding-top: 5px !important;
}
.p-b5 {
  padding-bottom: 5px;
}
.p-lr5 {
  padding-left: 5px;
  padding-right: 5px;
}
.p-tb5 {
  padding-bottom: 5px !important;
  padding-top: 5px !important;
}
.m-a5 {
  margin: 5px;
}
.m-l5 {
  margin-left: 5px;
}
.m-r5 {
  margin-right: 5px;
}
.m-t5 {
  margin-top: 5px;
}
.m-b5 {
  margin-bottom: 5px;
}
.m-lr5 {
  margin-left: 5px;
  margin-right: 5px;
}
.m-tb5 {
  margin-bottom: 5px;
  margin-top: 5px;
}
.p-a10 {
  padding: 10px;
}
.p-l10 {
  padding-left: 10px;
}
.p-r10 {
  padding-right: 10px;
}
.p-t10 {
  padding-top: 10px !important;
}
.p-b10 {
  padding-bottom: 10px;
}
.p-lr10 {
  padding-left: 10px;
  padding-right: 10px;
}
.p-tb10 {
  padding-bottom: 10px !important;
  padding-top: 10px !important;
}
.m-a10 {
  margin: 10px;
}
.m-l10 {
  margin-left: 10px;
}
.m-r10 {
  margin-right: 10px;
}
.m-t10 {
  margin-top: 10px;
}
.m-b10 {
  margin-bottom: 10px;
}
.m-lr10 {
  margin-left: 10px;
  margin-right: 10px;
}
.m-tb10 {
  margin-bottom: 10px;
  margin-top: 10px;
}
.p-a15 {
  padding: 15px;
}
.p-l15 {
  padding-left: 15px;
}
.p-r15 {
  padding-right: 15px;
}
.p-t15 {
  padding-top: 15px !important;
}
.p-b15 {
  padding-bottom: 15px;
}
.p-lr15 {
  padding-left: 15px;
  padding-right: 15px;
}
.p-tb15 {
  padding-bottom: 15px !important;
  padding-top: 15px !important;
}
.m-a15 {
  margin: 15px;
}
.m-l15 {
  margin-left: 15px;
}
.m-r15 {
  margin-right: 15px;
}
.m-t15 {
  margin-top: 15px;
}
.m-b15 {
  margin-bottom: 15px;
}
.m-lr15 {
  margin-left: 15px;
  margin-right: 15px;
}
.m-tb15 {
  margin-bottom: 15px;
  margin-top: 15px;
}
.p-a20 {
  padding: 20px;
}
.p-l20 {
  padding-left: 20px;
}
.p-r20 {
  padding-right: 20px;
}
.p-t20 {
  padding-top: 20px !important;
}
.p-b20 {
  padding-bottom: 20px;
}
.p-lr20 {
  padding-left: 20px;
  padding-right: 20px;
}
.p-tb20 {
  padding-bottom: 20px !important;
  padding-top: 20px !important;
}
.m-a20 {
  margin: 20px;
}
.m-l20 {
  margin-left: 20px;
}
.m-r20 {
  margin-right: 20px;
}
.m-t20 {
  margin-top: 20px;
}
.m-b20 {
  margin-bottom: 20px;
}
.m-lr20 {
  margin-left: 20px;
  margin-right: 20px;
}
.m-tb20 {
  margin-bottom: 20px;
  margin-top: 20px;
}
.p-a25 {
  padding: 25px;
}
.p-l25 {
  padding-left: 25px;
}
.p-r25 {
  padding-right: 25px;
}
.p-t25 {
  padding-top: 25px !important;
}
.p-b25 {
  padding-bottom: 25px;
}
.p-lr25 {
  padding-left: 25px;
  padding-right: 25px;
}
.p-tb25 {
  padding-bottom: 25px !important;
  padding-top: 25px !important;
}
.m-a25 {
  margin: 25px;
}
.m-l25 {
  margin-left: 25px;
}
.m-r25 {
  margin-right: 25px;
}
.m-t25 {
  margin-top: 25px;
}
.m-b25 {
  margin-bottom: 25px;
}
.m-lr25 {
  margin-left: 25px;
  margin-right: 25px;
}
.m-tb25 {
  margin-bottom: 25px;
  margin-top: 25px;
}
.p-a30 {
  padding: 30px;
}
.p-l30 {
  padding-left: 30px;
}
.p-r30 {
  padding-right: 30px;
}
.p-t30 {
  padding-top: 30px !important;
}
.p-b30 {
  padding-bottom: 30px;
}
.p-lr30 {
  padding-left: 30px;
  padding-right: 30px;
}
.p-tb30 {
  padding-bottom: 30px !important;
  padding-top: 30px !important;
}
.m-a30 {
  margin: 30px;
}
.m-l30 {
  margin-left: 30px;
}
.m-r30 {
  margin-right: 30px;
}
.m-t30 {
  margin-top: 30px;
}
.m-b30 {
  margin-bottom: 30px;
}
.m-lr30 {
  margin-left: 30px;
  margin-right: 30px;
}
.m-tb30 {
  margin-bottom: 30px;
  margin-top: 30px;
}
.p-a35 {
  padding: 35px;
}
.p-l35 {
  padding-left: 35px;
}
.p-r35 {
  padding-right: 35px;
}
.p-t35 {
  padding-top: 35px !important;
}
.p-b35 {
  padding-bottom: 35px;
}
.p-lr35 {
  padding-left: 35px;
  padding-right: 35px;
}
.p-tb35 {
  padding-bottom: 35px !important;
  padding-top: 35px !important;
}
.m-a35 {
  margin: 35px;
}
.m-l35 {
  margin-left: 35px;
}
.m-r35 {
  margin-right: 35px;
}
.m-t35 {
  margin-top: 35px;
}
.m-b35 {
  margin-bottom: 35px;
}
.m-lr35 {
  margin-left: 35px;
  margin-right: 35px;
}
.m-tb35 {
  margin-bottom: 35px;
  margin-top: 35px;
}
.p-a40 {
  padding: 40px;
}
.p-l40 {
  padding-left: 40px;
}
.p-r40 {
  padding-right: 40px;
}
.p-t40 {
  padding-top: 40px !important;
}
.p-b40 {
  padding-bottom: 40px;
}
.p-lr40 {
  padding-left: 40px;
  padding-right: 40px;
}
.p-tb40 {
  padding-bottom: 40px !important;
  padding-top: 40px !important;
}
.m-a40 {
  margin: 40px;
}
.m-l40 {
  margin-left: 40px;
}
.m-r40 {
  margin-right: 40px;
}
.m-t40 {
  margin-top: 40px;
}
.m-b40 {
  margin-bottom: 40px;
}
.m-lr40 {
  margin-left: 40px;
  margin-right: 40px;
}
.m-tb40 {
  margin-bottom: 40px;
  margin-top: 40px;
}
.p-a45 {
  padding: 45px;
}
.p-l45 {
  padding-left: 45px;
}
.p-r45 {
  padding-right: 45px;
}
.p-t45 {
  padding-top: 45px !important;
}
.p-b45 {
  padding-bottom: 45px;
}
.p-lr45 {
  padding-left: 45px;
  padding-right: 45px;
}
.p-tb45 {
  padding-bottom: 45px !important;
  padding-top: 45px !important;
}
.m-a45 {
  margin: 45px;
}
.m-l45 {
  margin-left: 45px;
}
.m-r45 {
  margin-right: 45px;
}
.m-t45 {
  margin-top: 45px;
}
.m-b45 {
  margin-bottom: 45px;
}
.m-lr45 {
  margin-left: 45px;
  margin-right: 45px;
}
.m-tb45 {
  margin-bottom: 45px;
  margin-top: 45px;
}
.p-a50 {
  padding: 50px;
}
.p-l50 {
  padding-left: 50px;
}
.p-r50 {
  padding-right: 50px;
}
.p-t50 {
  padding-top: 50px !important;
}
.p-b50 {
  padding-bottom: 50px;
}
.p-lr50 {
  padding-left: 50px;
  padding-right: 50px;
}
.p-tb50 {
  padding-bottom: 50px !important;
  padding-top: 50px !important;
}
.m-a50 {
  margin: 50px;
}
.m-l50 {
  margin-left: 50px;
}
.m-r50 {
  margin-right: 50px;
}
.m-t50 {
  margin-top: 50px;
}
.m-b50 {
  margin-bottom: 50px;
}
.m-lr50 {
  margin-left: 50px;
  margin-right: 50px;
}
.m-tb50 {
  margin-bottom: 50px;
  margin-top: 50px;
}
.p-a55 {
  padding: 55px;
}
.p-l55 {
  padding-left: 55px;
}
.p-r55 {
  padding-right: 55px;
}
.p-t55 {
  padding-top: 55px !important;
}
.p-b55 {
  padding-bottom: 55px;
}
.p-lr55 {
  padding-left: 55px;
  padding-right: 55px;
}
.p-tb55 {
  padding-bottom: 55px !important;
  padding-top: 55px !important;
}
.m-a55 {
  margin: 55px;
}
.m-l55 {
  margin-left: 55px;
}
.m-r55 {
  margin-right: 55px;
}
.m-t55 {
  margin-top: 55px;
}
.m-b55 {
  margin-bottom: 55px;
}
.m-lr55 {
  margin-left: 55px;
  margin-right: 55px;
}
.m-tb55 {
  margin-bottom: 55px;
  margin-top: 55px;
}
.p-a60 {
  padding: 60px;
}
.p-l60 {
  padding-left: 60px;
}
.p-r60 {
  padding-right: 60px;
}
.p-t60 {
  padding-top: 60px !important;
}
.p-b60 {
  padding-bottom: 60px;
}
.p-lr60 {
  padding-left: 60px;
  padding-right: 60px;
}
.p-tb60 {
  padding-bottom: 60px !important;
  padding-top: 60px !important;
}
.m-a60 {
  margin: 60px;
}
.m-l60 {
  margin-left: 60px;
}
.m-r60 {
  margin-right: 60px;
}
.m-t60 {
  margin-top: 60px;
}
.m-b60 {
  margin-bottom: 60px;
}
.m-lr60 {
  margin-left: 60px;
  margin-right: 60px;
}
.m-tb60 {
  margin-bottom: 60px;
  margin-top: 60px;
}
.p-a65 {
  padding: 65px;
}
.p-l65 {
  padding-left: 65px;
}
.p-r65 {
  padding-right: 65px;
}
.p-t65 {
  padding-top: 65px !important;
}
.p-b65 {
  padding-bottom: 65px;
}
.p-lr65 {
  padding-left: 65px;
  padding-right: 65px;
}
.p-tb65 {
  padding-bottom: 65px !important;
  padding-top: 65px !important;
}
.m-a65 {
  margin: 65px;
}
.m-l65 {
  margin-left: 65px;
}
.m-r65 {
  margin-right: 65px;
}
.m-t65 {
  margin-top: 65px;
}
.m-b65 {
  margin-bottom: 65px;
}
.m-lr65 {
  margin-left: 65px;
  margin-right: 65px;
}
.m-tb65 {
  margin-bottom: 65px;
  margin-top: 65px;
}
.p-a70 {
  padding: 70px;
}
.p-l70 {
  padding-left: 70px;
}
.p-r70 {
  padding-right: 70px;
}
.p-t70 {
  padding-top: 70px !important;
}
.p-b70 {
  padding-bottom: 70px;
}
.p-lr70 {
  padding-left: 70px;
  padding-right: 70px;
}
.p-tb70 {
  padding-bottom: 70px !important;
  padding-top: 70px !important;
}
.m-a70 {
  margin: 70px;
}
.m-l70 {
  margin-left: 70px;
}
.m-r70 {
  margin-right: 70px;
}
.m-t70 {
  margin-top: 70px;
}
.m-b70 {
  margin-bottom: 70px;
}
.m-lr70 {
  margin-left: 70px;
  margin-right: 70px;
}
.m-tb70 {
  margin-bottom: 70px;
  margin-top: 70px;
}
.p-a75 {
  padding: 75px;
}
.p-l75 {
  padding-left: 75px;
}
.p-r75 {
  padding-right: 75px;
}
.p-t75 {
  padding-top: 75px !important;
}
.p-b75 {
  padding-bottom: 75px;
}
.p-lr75 {
  padding-left: 75px;
  padding-right: 75px;
}
.p-tb75 {
  padding-bottom: 75px !important;
  padding-top: 75px !important;
}
.m-a75 {
  margin: 75px;
}
.m-l75 {
  margin-left: 75px;
}
.m-r75 {
  margin-right: 75px;
}
.m-t75 {
  margin-top: 75px;
}
.m-b75 {
  margin-bottom: 75px;
}
.m-lr75 {
  margin-left: 75px;
  margin-right: 75px;
}
.m-tb75 {
  margin-bottom: 75px;
  margin-top: 75px;
}
.p-a80 {
  padding: 80px;
}
.p-l80 {
  padding-left: 80px;
}
.p-r80 {
  padding-right: 80px;
}
.p-t80 {
  padding-top: 80px !important;
}
.p-b80 {
  padding-bottom: 80px;
}
.p-lr80 {
  padding-left: 80px;
  padding-right: 80px;
}
.p-tb80 {
  padding-bottom: 80px !important;
  padding-top: 80px !important;
}
.m-a80 {
  margin: 80px;
}
.m-l80 {
  margin-left: 80px;
}
.m-r80 {
  margin-right: 80px;
}
.m-t80 {
  margin-top: 80px;
}
.m-b80 {
  margin-bottom: 80px;
}
.m-lr80 {
  margin-left: 80px;
  margin-right: 80px;
}
.m-tb80 {
  margin-bottom: 80px;
  margin-top: 80px;
}
.p-a85 {
  padding: 85px;
}
.p-l85 {
  padding-left: 85px;
}
.p-r85 {
  padding-right: 85px;
}
.p-t85 {
  padding-top: 85px !important;
}
.p-b85 {
  padding-bottom: 85px;
}
.p-lr85 {
  padding-left: 85px;
  padding-right: 85px;
}
.p-tb85 {
  padding-bottom: 85px !important;
  padding-top: 85px !important;
}
.m-a85 {
  margin: 85px;
}
.m-l85 {
  margin-left: 85px;
}
.m-r85 {
  margin-right: 85px;
}
.m-t85 {
  margin-top: 85px;
}
.m-b85 {
  margin-bottom: 85px;
}
.m-lr85 {
  margin-left: 85px;
  margin-right: 85px;
}
.m-tb85 {
  margin-bottom: 85px;
  margin-top: 85px;
}
.p-a90 {
  padding: 90px;
}
.p-l90 {
  padding-left: 90px;
}
.p-r90 {
  padding-right: 90px;
}
.p-t90 {
  padding-top: 90px !important;
}
.p-b90 {
  padding-bottom: 90px;
}
.p-lr90 {
  padding-left: 90px;
  padding-right: 90px;
}
.p-tb90 {
  padding-bottom: 90px !important;
  padding-top: 90px !important;
}
.m-a90 {
  margin: 90px;
}
.m-l90 {
  margin-left: 90px;
}
.m-r90 {
  margin-right: 90px;
}
.m-t90 {
  margin-top: 90px;
}
.m-b90 {
  margin-bottom: 90px;
}
.m-lr90 {
  margin-left: 90px;
  margin-right: 90px;
}
.m-tb90 {
  margin-bottom: 90px;
  margin-top: 90px;
}
.p-a95 {
  padding: 95px;
}
.p-l95 {
  padding-left: 95px;
}
.p-r95 {
  padding-right: 95px;
}
.p-t95 {
  padding-top: 95px !important;
}
.p-b95 {
  padding-bottom: 95px;
}
.p-lr95 {
  padding-left: 95px;
  padding-right: 95px;
}
.p-tb95 {
  padding-bottom: 95px !important;
  padding-top: 95px !important;
}
.m-a95 {
  margin: 95px;
}
.m-l95 {
  margin-left: 95px;
}
.m-r95 {
  margin-right: 95px;
}
.m-t95 {
  margin-top: 95px;
}
.m-b95 {
  margin-bottom: 95px;
}
.m-lr95 {
  margin-left: 95px;
  margin-right: 95px;
}
.m-tb95 {
  margin-bottom: 95px;
  margin-top: 95px;
}
.p-a100 {
  padding: 100px;
}
.p-l100 {
  padding-left: 100px;
}
.p-r100 {
  padding-right: 100px;
}
.p-t100 {
  padding-top: 100px !important;
}
.p-b100 {
  padding-bottom: 100px;
}
.p-lr100 {
  padding-left: 100px;
  padding-right: 100px;
}
.p-tb100 {
  padding-bottom: 100px !important;
  padding-top: 100px !important;
}
.m-a100 {
  margin: 100px;
}
.m-l100 {
  margin-left: 100px;
}
.m-r100 {
  margin-right: 100px;
}
.m-t100 {
  margin-top: 100px;
}
.m-b100 {
  margin-bottom: 100px;
}
.m-lr100 {
  margin-left: 100px;
  margin-right: 100px;
}
.m-tb100 {
  margin-bottom: 100px;
  margin-top: 100px;
}
@media only screen and (max-width: 1200px) {
  .m-lg-t0 {
    margin-top: 0px;
  }
  .m-lg-b0 {
    margin-bottom: 0px;
  }
  .m-lg-t5 {
    margin-top: 5px;
  }
  .m-lg-b5 {
    margin-bottom: 5px;
  }
  .m-lg-t10 {
    margin-top: 10px;
  }
  .m-lg-b10 {
    margin-bottom: 10px;
  }
  .m-lg-t15 {
    margin-top: 15px;
  }
  .m-lg-b15 {
    margin-bottom: 15px;
  }
  .m-lg-t20 {
    margin-top: 20px;
  }
  .m-lg-b20 {
    margin-bottom: 20px;
  }
  .m-lg-t25 {
    margin-top: 25px;
  }
  .m-lg-b25 {
    margin-bottom: 25px;
  }
  .m-lg-t30 {
    margin-top: 30px;
  }
  .m-lg-b30 {
    margin-bottom: 30px;
  }
  .m-lg-t35 {
    margin-top: 35px;
  }
  .m-lg-b35 {
    margin-bottom: 35px;
  }
  .m-lg-t40 {
    margin-top: 40px;
  }
  .m-lg-b40 {
    margin-bottom: 40px;
  }
  .m-lg-t45 {
    margin-top: 45px;
  }
  .m-lg-b45 {
    margin-bottom: 45px;
  }
  .m-lg-t50 {
    margin-top: 50px;
  }
  .m-lg-b50 {
    margin-bottom: 50px;
  }
  .m-lg-t55 {
    margin-top: 55px;
  }
  .m-lg-b55 {
    margin-bottom: 55px;
  }
  .m-lg-t60 {
    margin-top: 60px;
  }
  .m-lg-b60 {
    margin-bottom: 60px;
  }
  .m-lg-t65 {
    margin-top: 65px;
  }
  .m-lg-b65 {
    margin-bottom: 65px;
  }
  .m-lg-t70 {
    margin-top: 70px;
  }
  .m-lg-b70 {
    margin-bottom: 70px;
  }
  .m-lg-t75 {
    margin-top: 75px;
  }
  .m-lg-b75 {
    margin-bottom: 75px;
  }
  .m-lg-t80 {
    margin-top: 80px;
  }
  .m-lg-b80 {
    margin-bottom: 80px;
  }
  .m-lg-t85 {
    margin-top: 85px;
  }
  .m-lg-b85 {
    margin-bottom: 85px;
  }
  .m-lg-t90 {
    margin-top: 90px;
  }
  .m-lg-b90 {
    margin-bottom: 90px;
  }
  .m-lg-t95 {
    margin-top: 95px;
  }
  .m-lg-b95 {
    margin-bottom: 95px;
  }
  .m-lg-t100 {
    margin-top: 100px;
  }
  .m-lg-b100 {
    margin-bottom: 100px;
  }
}
@media only screen and (max-width: 991px) {
  .m-md-t0 {
    margin-top: 0px;
  }
  .m-md-b0 {
    margin-bottom: 0px;
  }
  .m-md-t5 {
    margin-top: 5px;
  }
  .m-md-b5 {
    margin-bottom: 5px;
  }
  .m-md-t10 {
    margin-top: 10px;
  }
  .m-md-b10 {
    margin-bottom: 10px;
  }
  .m-md-t15 {
    margin-top: 15px;
  }
  .m-md-b15 {
    margin-bottom: 15px;
  }
  .m-md-t20 {
    margin-top: 20px;
  }
  .m-md-b20 {
    margin-bottom: 20px;
  }
  .m-md-t25 {
    margin-top: 25px;
  }
  .m-md-b25 {
    margin-bottom: 25px;
  }
  .m-md-t30 {
    margin-top: 30px;
  }
  .m-md-b30 {
    margin-bottom: 30px;
  }
  .m-md-t35 {
    margin-top: 35px;
  }
  .m-md-b35 {
    margin-bottom: 35px;
  }
  .m-md-t40 {
    margin-top: 40px;
  }
  .m-md-b40 {
    margin-bottom: 40px;
  }
  .m-md-t45 {
    margin-top: 45px;
  }
  .m-md-b45 {
    margin-bottom: 45px;
  }
  .m-md-t50 {
    margin-top: 50px;
  }
  .m-md-b50 {
    margin-bottom: 50px;
  }
  .m-md-t55 {
    margin-top: 55px;
  }
  .m-md-b55 {
    margin-bottom: 55px;
  }
  .m-md-t60 {
    margin-top: 60px;
  }
  .m-md-b60 {
    margin-bottom: 60px;
  }
  .m-md-t65 {
    margin-top: 65px;
  }
  .m-md-b65 {
    margin-bottom: 65px;
  }
  .m-md-t70 {
    margin-top: 70px;
  }
  .m-md-b70 {
    margin-bottom: 70px;
  }
  .m-md-t75 {
    margin-top: 75px;
  }
  .m-md-b75 {
    margin-bottom: 75px;
  }
  .m-md-t80 {
    margin-top: 80px;
  }
  .m-md-b80 {
    margin-bottom: 80px;
  }
  .m-md-t85 {
    margin-top: 85px;
  }
  .m-md-b85 {
    margin-bottom: 85px;
  }
  .m-md-t90 {
    margin-top: 90px;
  }
  .m-md-b90 {
    margin-bottom: 90px;
  }
  .m-md-t95 {
    margin-top: 95px;
  }
  .m-md-b95 {
    margin-bottom: 95px;
  }
  .m-md-t100 {
    margin-top: 100px;
  }
  .m-md-b100 {
    margin-bottom: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .m-sm-t0 {
    margin-top: 0px;
  }
  .m-sm-b0 {
    margin-bottom: 0px;
  }
  .m-sm-t5 {
    margin-top: 5px;
  }
  .m-sm-b5 {
    margin-bottom: 5px;
  }
  .m-sm-t10 {
    margin-top: 10px;
  }
  .m-sm-b10 {
    margin-bottom: 10px;
  }
  .m-sm-t15 {
    margin-top: 15px;
  }
  .m-sm-b15 {
    margin-bottom: 15px;
  }
  .m-sm-t20 {
    margin-top: 20px;
  }
  .m-sm-b20 {
    margin-bottom: 20px;
  }
  .m-sm-t25 {
    margin-top: 25px;
  }
  .m-sm-b25 {
    margin-bottom: 25px;
  }
  .m-sm-t30 {
    margin-top: 30px;
  }
  .m-sm-b30 {
    margin-bottom: 30px;
  }
  .m-sm-t35 {
    margin-top: 35px;
  }
  .m-sm-b35 {
    margin-bottom: 35px;
  }
  .m-sm-t40 {
    margin-top: 40px;
  }
  .m-sm-b40 {
    margin-bottom: 40px;
  }
  .m-sm-t45 {
    margin-top: 45px;
  }
  .m-sm-b45 {
    margin-bottom: 45px;
  }
  .m-sm-t50 {
    margin-top: 50px;
  }
  .m-sm-b50 {
    margin-bottom: 50px;
  }
  .m-sm-t55 {
    margin-top: 55px;
  }
  .m-sm-b55 {
    margin-bottom: 55px;
  }
  .m-sm-t60 {
    margin-top: 60px;
  }
  .m-sm-b60 {
    margin-bottom: 60px;
  }
  .m-sm-t65 {
    margin-top: 65px;
  }
  .m-sm-b65 {
    margin-bottom: 65px;
  }
  .m-sm-t70 {
    margin-top: 70px;
  }
  .m-sm-b70 {
    margin-bottom: 70px;
  }
  .m-sm-t75 {
    margin-top: 75px;
  }
  .m-sm-b75 {
    margin-bottom: 75px;
  }
  .m-sm-t80 {
    margin-top: 80px;
  }
  .m-sm-b80 {
    margin-bottom: 80px;
  }
  .m-sm-t85 {
    margin-top: 85px;
  }
  .m-sm-b85 {
    margin-bottom: 85px;
  }
  .m-sm-t90 {
    margin-top: 90px;
  }
  .m-sm-b90 {
    margin-bottom: 90px;
  }
  .m-sm-t95 {
    margin-top: 95px;
  }
  .m-sm-b95 {
    margin-bottom: 95px;
  }
  .m-sm-t100 {
    margin-top: 100px;
  }
  .m-sm-b100 {
    margin-bottom: 100px;
  }
}
@media only screen and (max-width: 576px) {
  .m-xs-t0 {
    margin-top: 0px;
  }
  .m-xs-b0 {
    margin-bottom: 0px;
  }
  .m-xs-t5 {
    margin-top: 5px;
  }
  .m-xs-b5 {
    margin-bottom: 5px;
  }
  .m-xs-t10 {
    margin-top: 10px;
  }
  .m-xs-b10 {
    margin-bottom: 10px;
  }
  .m-xs-t15 {
    margin-top: 15px;
  }
  .m-xs-b15 {
    margin-bottom: 15px;
  }
  .m-xs-t20 {
    margin-top: 20px;
  }
  .m-xs-b20 {
    margin-bottom: 20px;
  }
  .m-xs-t25 {
    margin-top: 25px;
  }
  .m-xs-b25 {
    margin-bottom: 25px;
  }
  .m-xs-t30 {
    margin-top: 30px;
  }
  .m-xs-b30 {
    margin-bottom: 30px;
  }
  .m-xs-t35 {
    margin-top: 35px;
  }
  .m-xs-b35 {
    margin-bottom: 35px;
  }
  .m-xs-t40 {
    margin-top: 40px;
  }
  .m-xs-b40 {
    margin-bottom: 40px;
  }
  .m-xs-t45 {
    margin-top: 45px;
  }
  .m-xs-b45 {
    margin-bottom: 45px;
  }
  .m-xs-t50 {
    margin-top: 50px;
  }
  .m-xs-b50 {
    margin-bottom: 50px;
  }
  .m-xs-t55 {
    margin-top: 55px;
  }
  .m-xs-b55 {
    margin-bottom: 55px;
  }
  .m-xs-t60 {
    margin-top: 60px;
  }
  .m-xs-b60 {
    margin-bottom: 60px;
  }
  .m-xs-t65 {
    margin-top: 65px;
  }
  .m-xs-b65 {
    margin-bottom: 65px;
  }
  .m-xs-t70 {
    margin-top: 70px;
  }
  .m-xs-b70 {
    margin-bottom: 70px;
  }
  .m-xs-t75 {
    margin-top: 75px;
  }
  .m-xs-b75 {
    margin-bottom: 75px;
  }
  .m-xs-t80 {
    margin-top: 80px;
  }
  .m-xs-b80 {
    margin-bottom: 80px;
  }
  .m-xs-t85 {
    margin-top: 85px;
  }
  .m-xs-b85 {
    margin-bottom: 85px;
  }
  .m-xs-t90 {
    margin-top: 90px;
  }
  .m-xs-b90 {
    margin-bottom: 90px;
  }
  .m-xs-t95 {
    margin-top: 95px;
  }
  .m-xs-b95 {
    margin-bottom: 95px;
  }
  .m-xs-t100 {
    margin-top: 100px;
  }
  .m-xs-b100 {
    margin-bottom: 100px;
  }
}
.m-auto {
  margin: auto;
}
.max-w50 {
  max-width: 50px;
}
.max-w60 {
  max-width: 60px;
}
.max-w80 {
  max-width: 80px;
}
.max-w100 {
  max-width: 100px;
}
.max-w200 {
  max-width: 200px;
}
.max-w300 {
  max-width: 300px;
}
.max-w400 {
  max-width: 400px;
}
.max-w500 {
  max-width: 500px;
}
.max-w600 {
  max-width: 600px;
}
.max-w700 {
  max-width: 700px;
}
.max-w800 {
  max-width: 800px;
}
.max-w900 {
  max-width: 900px;
}
.max-w1000 {
  max-width: 1000px;
}
.bg-img-fix {
  background-attachment: fixed;
  background-size: cover;
}
.full-img {
  width: 100%;
}
.sticky-top {
  top: 120px;
}
.img-cover {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
section {
  position: relative;
  z-index: 1;
}
.rounded-full {
  border-radius: 50% !important;
}
.rounded-xl {
  border-radius: 50px !important;
}
.rounded-lg {
  border-radius: 20px !important;
}
.rounded-md {
  border-radius: 15px !important;
}
.rounded-sm {
  border-radius: 5px !important;
}
.rounded {
  border-radius: var(--border-radius) !important;
}
.text-maroon {
  color: #9e0168;
}
.text-orange {
  color: #ff8853;
}
.text-yellow {
  color: #ffa902;
}
.text-skyblue {
  color: #84ca93;
}
.text-red {
  color: #ff586e;
}
.text-green {
  color: #84ca93;
}
.text-blue {
  color: #5543d1;
}
.bg-maroon {
  background-color: #dd2ca0;
}
.bg-maroon.light {
  background-color: rgba(221, 44, 160, 0.1);
}
.bg-maroon.light svg path {
  fill: #dd2ca0;
}
.bg-maroon.light i {
  color: #dd2ca0;
}
.bg-orange {
  background-color: #ff8853;
}
.bg-orange.light {
  background-color: rgba(255, 200, 0, 0.1);
}
.bg-orange.light svg path {
  fill: #ff8853;
}
.bg-orange.light i {
  color: #ff8853;
}
.bg-yellow {
  background-color: #ffc600;
}
.bg-yellow.light {
  background-color: rgba(255, 200, 0, 0.1);
}
.bg-yellow.light svg path,
.bg-yellow.light svg circle {
  fill: #ffc600;
}
.bg-yellow.light i {
  color: #ffc600;
}
.bg-skyblue {
  background-color: #00aeff;
}
.bg-skyblue.light {
  background-color: rgba(0, 174, 255, 0.1);
}
.bg-skyblue.light svg path {
  fill: #00aeff;
}
.bg-skyblue.light i {
  color: #00aeff;
}
.bg-red {
  background-color: #ff586e;
}
.bg-red.light {
  background-color: rgba(255, 88, 110, 0.1);
}
.bg-red.light svg path {
  fill: #ff586e;
}
.bg-red.light i {
  color: #ff586e;
}
.bg-green {
  background-color: #84ca93;
}
.bg-green.light {
  background-color: rgba(4, 165, 124, 0.1);
}
.bg-green.light svg path,
.bg-green.light svg rect {
  fill: #84ca93;
}
.bg-green.light i {
  color: #84ca93;
}
.bg-blue {
  background-color: #4a8be0;
}
.bg-blue.light {
  background-color: rgba(74, 139, 224, 0.1);
}
.bg-blue.light svg path {
  fill: #4a8be0;
}
.bg-blue.light i {
  color: #4a8be0;
}
.bg-pink {
  background-color: #ff4db8;
}
.bg-pink.light {
  background-color: rgba(255, 77, 184, 0.1);
}
.bg-pink.light svg path {
  fill: #ff4db8;
}
.bg-pink.light i {
  color: #ff4db8;
}
:root {
  --headheight: 60px;
  --headwidth: 600px;
}
.header {
  background-color: var(--body-bg);
  min-height: var(--headheight);
  max-width: var(--headwidth);
  z-index: 10;
  padding: 0 15px;
}
.header.style-1 {
  background-color: var(--bg-white);
  border-radius: 0 0 30px 30px;
}
.header.transparent {
  position: absolute;
  width: 100%;
  top: 0;
  background: transparent;
  border: 0;
  left: 0;
  z-index: 999;
}
.header .title {
  margin-bottom: 0;
  white-space: nowrap;
  font-size: 16px;
  text-transform: uppercase;
}
.header .site-title {
  font-weight: 500;
  font-size: 24px;
  color: #131921;
}
.header .header-icon svg circle,
.header .header-icon svg path {
  stroke: var(--title);
}
.header .header-logo img,
.header .header-logo .logo {
  max-width: 80px;
  margin: auto;
}
.header.header-fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
.header .sticky-header {
  position: fixed;
  top: 0;
  z-index: 99999;
  left: 0;
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1);
  background: var(--bg-white);
  transition: all 0.5s;
  width: 100%;
}
.header .header-content {
  display: flex;
  height: 100%;
  min-height: var(--headheight);
  align-items: center;
}
.header .header-content .search-area {
  display: flex;
  align-items: center;
  width: 100%;
}
.header .header-content .img-profile {
  border: 2px solid var(--secondary);
  border-radius: 50%;
  overflow: hidden;
}
.header .header-content .img-profile > img {
  border-radius: inherit;
}
.header .header-content .left-content {
  display: flex;
  align-items: center;
  gap: 10px;
}
.header .header-content .mid-content {
  flex: 1;
  text-align: center;
}
.header.transparent ~ .banner-wrapper,
.header.transparent ~ .content-inner {
  padding-top: var(--headheight) !important;
}
.header.transparent ~ .banner-wrapper + .content-inner {
  padding-top: 0 !important;
}
.main-bar {
  -webkit-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -khtml-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -moz-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -ms-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -o-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
}
.main-bar.sticky-header {
  -webkit-animation: 0.5s ease 0s normal forwards 1 running headerSlideDown;
  -khtml-animation: 0.5s ease 0s normal forwards 1 running headerSlideDown;
  -moz-animation: 0.5s ease 0s normal forwards 1 running headerSlideDown;
  -ms-animation: 0.5s ease 0s normal forwards 1 running headerSlideDown;
  -o-animation: 0.5s ease 0s normal forwards 1 running headerSlideDown;
  animation: 0.5s ease 0s normal forwards 1 running headerSlideDown;
}
@-moz-keyframes headerSlideDown {
  0% {
    margin-top: -150px;
  }
  100% {
    margin-top: 0;
  }
}
@-ms-keyframes headerSlideDown {
  0% {
    margin-top: -150px;
  }
  100% {
    margin-top: 0;
  }
}
@-webkit-keyframes headerSlideDown {
  0% {
    margin-top: -150px;
  }
  100% {
    margin-top: 0;
  }
}
@keyframes headerSlideDown {
  0% {
    margin-top: -150px;
  }
  100% {
    margin-top: 0;
  }
}
.sidebar {
  width: 300px;
  height: 100%;
  background-color: var(--body-bg);
  position: fixed;
  left: -300px;
  top: 0;
  z-index: 999999;
  background-position: center;
  background-size: cover;
  -webkit-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
  overflow-y: hidden;
  display: flex;
  flex-direction: column;
}
.sidebar .inner-sidebar {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow-y: scroll;
  scrollbar-width: none;
}
.sidebar.show {
  left: 0;
  box-shadow: 10px 0 20px 0px rgba(0, 0, 0, 0.2);
}
.sidebar.right {
  left: auto;
  right: -300px;
}
.sidebar.right.show {
  left: auto;
  right: 0;
}
.sidebar .nav-label {
  margin: 20px 0 0;
  padding: 20px 0 8px;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.05rem;
  border-top: 1px solid var(--border-color);
  color: var(--title);
  font-weight: 600;
}
.sidebar .author-box {
  display: flex;
  align-items: center;
  padding: 20px;
  border-bottom: 2px dashed var(--border-color);
}
.sidebar .author-box .ic-media {
  border-radius: var(--border-radius);
  width: 60px;
  height: 60px;
  overflow: hidden;
  margin-right: 15px;
}
.sidebar .author-box .name {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
}
.sidebar .author-box .mail {
  font-size: 12px;
  font-weight: 300;
}
.sidebar .ic-icon i {
  line-height: 1;
  font-size: 18px;
  color: var(--primary);
}
.sidebar .ic-icon svg {
  fill: var(--primary);
}
.sidebar .navbar-nav {
  padding: 15px 20px;
  margin-bottom: 30px;
}
.sidebar .navbar-nav > .nav-label:first-child {
  border-top: 0;
  margin: 0;
  padding-top: 0;
}
.sidebar .navbar-nav li {
  padding: 5px 0;
}
.sidebar .navbar-nav li .ic-icon {
  margin-right: 15px;
}
.sidebar .navbar-nav li .ic-icon i {
  color: var(--title);
  font-size: 18px;
}
.sidebar .navbar-nav li > a {
  position: relative;
  color: inherit;
  display: flex;
  padding: 0;
  font-size: 14px;
  align-items: center;
  font-weight: 400;
  color: #000;
}
.sidebar .navbar-nav li > a:after {
  content: "\e844";
  font-family: "feather" !important;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  font-weight: 500;
  color: #000;
  font-size: 20px;
}
.sidebar .navbar-nav li > a .custom-switch {
  margin-left: auto;
  align-items: center;
  display: flex;
}
.sidebar .navbar-nav li > a .badge {
  margin-left: auto;
  font-size: 10px;
  min-width: 20px;
  min-height: 20px;
  padding: 0;
  height: 20px;
  line-height: 18px;
}
.sidebar .sidebar-bottom {
  margin-top: auto;
}
.sidebar .sidebar-bottom .app-setting {
  padding: 15px;
}
.sidebar .sidebar-bottom .app-setting li {
  padding-bottom: 10px;
}
.sidebar .sidebar-bottom .app-setting li:last-child {
  padding-bottom: 0;
}
.sidebar .sidebar-bottom .app-setting li a {
  display: flex;
  align-items: center;
}
.sidebar .sidebar-bottom .app-setting li span {
  font-weight: 500;
  color: var(--title);
}
.sidebar .sidebar-bottom .app-setting .color-active {
  font-size: 12px;
  color: var(--primary);
  display: flex;
  align-items: center;
  gap: 8px;
}
.sidebar .sidebar-bottom .app-setting .color-active span {
  color: #666666;
}
.sidebar .sidebar-bottom .app-setting .color-active .current-color {
  width: 16px;
  height: 16px;
  background: var(--primary);
  border-radius: 4px;
}
.sidebar .sidebar-bottom .app-info {
  padding: 15px;
  border-top: 1px solid var(--border-color);
}
.sidebar .sidebar-bottom .app-info .name {
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 400;
}
.sidebar .sidebar-bottom .app-info .name b {
  font-weight: 600;
  color: var(--text-color);
}
.sidebar .sidebar-bottom .app-info .ver-info {
  font-size: 12px;
  color: var(--title);
}
.sidebar .bg-layer {
  background-color: #313842;
  width: 100px;
  height: 100px;
  position: absolute;
  top: -50px;
  right: -50px;
  transform: scale(0);
  border-radius: 50%;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  z-index: -1;
}
.sidebar .bg-layer.active {
  transform: scale(20);
}
.ic-mode {
  position: absolute;
  top: 0;
  right: 0;
}
.ic-mode .theme-btn {
  background-color: var(--secondary);
  width: 50px;
  height: 50px;
  position: relative;
  padding: 8px;
  border-radius: 0 0 0 50px;
  z-index: 1;
  -webkit-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
}
.ic-mode .theme-btn .icon {
  position: absolute;
  top: 8px;
  right: 8px;
  -webkit-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
}
.ic-mode .theme-btn .icon svg {
  width: 24px;
  height: 24px;
}
.ic-mode .theme-btn .icon svg path {
  fill: var(--text-color);
}
.ic-mode .theme-btn .moon {
  opacity: 0;
  visibility: hidden;
  transform: rotate(-360deg) scale(0);
}
.ic-mode .theme-btn .sun {
  opacity: 1;
  visibility: visible;
  transform: rotate(-360deg) scale(1);
}
.ic-mode .theme-btn.active {
  background-color: var(--text-color);
}
.ic-mode .theme-btn.active .icon svg path {
  fill: var(--secondary);
}
.ic-mode .theme-btn.active .moon {
  opacity: 1;
  visibility: visible;
  transform: rotate(360deg) scale(1.3);
}
.ic-mode .theme-btn.active .sun {
  opacity: 0;
  visibility: hidden;
  transform: rotate(360deg) scale(0);
}
.dark-overlay {
  position: fixed;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 99999;
  visibility: hidden;
}
.dark-overlay.active {
  visibility: visible;
  background: rgba(19, 25, 33, 0.7);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
}
.footer {
  height: auto;
  align-items: center;
  display: flex;
  z-index: 1;
  flex-direction: column;
}
.footer.fixed {
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 9999;
  position: fixed;
}
.footer.fixed .btn .cart {
  transform: scale(1.5);
}
.footer.transparent {
  background-color: #e5eff5;
}
.footer.shadow {
  box-shadow: 0px 0px 30px 0px rgba(69, 41, 1, 0.1) !important;
}
.menubar-area {
  padding: 0;
  background-color: var(--secondary);
  border-radius: 50px;
}
.menubar-area.footer-fixed {
  position: fixed !important;
  bottom: 10px;
  left: 50%;
  z-index: 10;
  max-width: 600px;
  transform: translateX(-50%);
  width: calc(100% - 20px);
}
.menubar-area .toolbar-inner {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  align-items: center;
  justify-content: space-between;
  min-height: 65px;
}
.menubar-area .toolbar-inner .nav-link,
.menubar-area .toolbar-inner .menu-toggler {
  position: relative;
  color: var(--title);
  text-align: center;
  font-size: 18px;
  width: 48px;
  min-width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.menubar-area .toolbar-inner .nav-link::after,
.menubar-area .toolbar-inner .menu-toggler::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 65px;
  height: 65px;
  background-color: #212830;
  border-radius: 50%;
  z-index: -1;
  display: none;
  transform: translate(-50%, -50%);
}
.menubar-area .toolbar-inner .nav-link svg,
.menubar-area .toolbar-inner .menu-toggler svg {
  width: 20px;
  height: 20px;
}
.menubar-area .toolbar-inner .nav-link svg path,
.menubar-area .toolbar-inner .menu-toggler svg path {
  fill: #fff;
  fill-opacity: 0.25;
}
.menubar-area .toolbar-inner .nav-link.active,
.menubar-area .toolbar-inner .nav-link.item-active,
.menubar-area .toolbar-inner .menu-toggler.active,
.menubar-area .toolbar-inner .menu-toggler.item-active {
  background-color: var(--primary);
}
.menubar-area .toolbar-inner .nav-link.active::after,
.menubar-area .toolbar-inner .nav-link.item-active::after,
.menubar-area .toolbar-inner .menu-toggler.active::after,
.menubar-area .toolbar-inner .menu-toggler.item-active::after {
  display: block;
}
.menubar-area .toolbar-inner .nav-link.active i,
.menubar-area .toolbar-inner .nav-link.item-active i,
.menubar-area .toolbar-inner .menu-toggler.active i,
.menubar-area .toolbar-inner .menu-toggler.item-active i {
  color: var(--secondary);
}
.menubar-area .toolbar-inner .nav-link.active svg path,
.menubar-area .toolbar-inner .nav-link.item-active svg path,
.menubar-area .toolbar-inner .menu-toggler.active svg path,
.menubar-area .toolbar-inner .menu-toggler.item-active svg path {
  fill: var(--secondary);
  fill-opacity: 1;
}
.menubar-area .toolbar-inner .nav-link .title,
.menubar-area .toolbar-inner .menu-toggler .title {
  display: block;
  margin-top: 5px;
  font-weight: 500;
  font-size: 12px;
}
.footer-fixed-btn {
  position: fixed;
  background-color: transparent;
  bottom: 0;
  left: 50%;
  width: 100%;
  max-width: 600px;
  z-index: 9;
  padding: 10px;
  transform: translateX(-50%);
}
.footer-fixed-btn .inner-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  padding: 10px;
  background-color: var(--secondary);
  box-shadow: 0 10px 20px 0 rgba(19, 25, 33, 0.2);
}
[data-theme-color=color-primary-1] {
  --primary: #b7ea43;
  --secondary: #441d3e;
  --rgba-primary-1: rgba(183, 234, 67, 0.1);
  --rgba-primary-2: rgba(183, 234, 67, 0.2);
  --rgba-primary-3: rgba(183, 234, 67, 0.3);
  --rgba-primary-4: rgba(183, 234, 67, 0.4);
  --rgba-primary-5: rgba(183, 234, 67, 0.5);
  --rgba-primary-6: rgba(183, 234, 67, 0.6);
  --rgba-primary-7: rgba(183, 234, 67, 0.7);
  --rgba-primary-8: rgba(183, 234, 67, 0.8);
  --rgba-primary-9: rgba(183, 234, 67, 0.9);
  --theme-text-color: #fff;
}
[data-theme-color=color-primary-2] {
  --primary: #b7ea43;
  --secondary: #441d3e;
  --rgba-primary-1: rgba(183, 234, 67, 0.1);
  --rgba-primary-2: rgba(183, 234, 67, 0.2);
  --rgba-primary-3: rgba(183, 234, 67, 0.3);
  --rgba-primary-4: rgba(183, 234, 67, 0.4);
  --rgba-primary-5: rgba(183, 234, 67, 0.5);
  --rgba-primary-6: rgba(183, 234, 67, 0.6);
  --rgba-primary-7: rgba(183, 234, 67, 0.7);
  --rgba-primary-8: rgba(183, 234, 67, 0.8);
  --rgba-primary-9: rgba(183, 234, 67, 0.9);
  --theme-text-color: #fff;
  --primary-gradient:
    linear-gradient(
      180deg,
      #ff864e 0%,
      #ea3d85 100%);
  --btn-gradient:
    linear-gradient(
      
      94deg,
      #e93e84 14.36%,
      #f46d8f 42.6%,
      #fe854e 80.39% );
}
[data-theme-color=color-primary-3] {
  --primary: #b7ea43;
  --secondary: #441d3e;
  --rgba-primary-1: rgba(183, 234, 67, 0.1);
  --rgba-primary-2: rgba(183, 234, 67, 0.2);
  --rgba-primary-3: rgba(183, 234, 67, 0.3);
  --rgba-primary-4: rgba(183, 234, 67, 0.4);
  --rgba-primary-5: rgba(183, 234, 67, 0.5);
  --rgba-primary-6: rgba(183, 234, 67, 0.6);
  --rgba-primary-7: rgba(183, 234, 67, 0.7);
  --rgba-primary-8: rgba(183, 234, 67, 0.8);
  --rgba-primary-9: rgba(183, 234, 67, 0.9);
  --theme-text-color: #fff;
  --primary-gradient:
    linear-gradient(
      180deg,
      #450080 0%,
      #830cf3 100%);
  --btn-gradient:
    linear-gradient(
      90deg,
      #450080 2.48%,
      #830cf3 99.66%);
}
.theme-dark {
  --dark: #fff;
  --bg-white: rgba(255, 255, 255, 0.1);
  --title: #fff;
  --body-bg: #313842;
  --body-bg2: #313842;
  --body-color: rgba(255, 255, 255, 1);
  --border-color: rgba(255, 255, 255, 0.2);
  --border-color-2: rgba(255, 255, 255, 0.1);
  --bg-dark-light: rgb(44, 63, 109, 0.8);
  --card-bg: rgba(255, 255, 255, 0.1);
  --light: rgba(255, 255, 255, 0.1);
  --bg-light: rgba(255, 255, 255, 0.1);
  --text-accent: #eee;
  --theme-text-color: #000;
  --text-light: rgba(255, 255, 255, 0.5);
  --text-muted: rgba(255, 255, 255, 0.5);
  --rgba-primary-1: rgba(255, 255, 255, 0.1);
  --rgba-primary-2: rgba(255, 255, 255, 0.2);
  --rgba-primary-3: rgba(255, 255, 255, 0.3);
  --rgba-primary-4: rgba(255, 255, 255, 0.4);
  --rgba-primary-5: rgba(255, 255, 255, 0.5);
  --rgba-primary-6: rgba(255, 255, 255, 0.6);
  --rgba-primary-7: rgba(255, 255, 255, 0.7);
  --rgba-primary-8: rgba(255, 255, 255, 0.8);
  --rgba-primary-9: rgba(255, 255, 255, 0.9);
}
.theme-dark .text-secondary {
  --secondary: #fff;
}
.theme-dark .sidebar::after {
  background-color: rgba(28, 33, 46, 0.8);
}
.theme-dark .bg-light {
  background-color: #000;
}
.theme-dark .ic-filter-offcanvas,
.theme-dark .header.style-1 {
  --bg-white: #464c55;
}
.theme-dark .logo-area .logo-dark,
.theme-dark .header-logo .logo-dark {
  display: none !important;
}
.theme-dark .logo-area .logo-white,
.theme-dark .header-logo .logo-white {
  display: block !important;
}
.theme-dark .ic-main-section .ic-color-option {
  background-color: #131921;
  border: 0;
}
.theme-dark .ic-main-section .ic-color-option .ic-color-filter::before,
.theme-dark .ic-main-section .ic-color-option .ic-color-filter::after {
  border-color: #565f6a;
}
.theme-dark .ic-main-section .ic-color-option .ic-color-filter .form-check:first-child span::after {
  border-color: #131921;
}
.theme-dark .ic-main-section .ic-color-option::after {
  background-color: #565f6a;
}
.theme-dark .search-box .input-group .form-control,
.theme-dark .search-box .input-group .input-group-text {
  background-color: #fff !important;
}
.theme-dark .product-info .info-box {
  --secondary: #fff;
  background-color: #131921;
  border-color: transparent;
}
.theme-dark .pwa-offcanvas p {
  color: rgba(255, 255, 255, 0.5);
}
.theme-dark .pwa-offcanvas .logo.dark {
  display: none;
}
.theme-dark .pwa-offcanvas .logo.light {
  display: block;
}
.theme-dark .ic-card.style-1 {
  background:
    linear-gradient(
      180deg,
      #313842 0%,
      #1d2229 100%);
}
.theme-dark .item-bookmark i {
  color: rgba(255, 255, 255, 0.2);
}
.theme-dark .item-bookmark.active i {
  color: #ff6c87;
}
.theme-dark .radio .radio-label .checkmark .check:after {
  border-color: #464c55;
}
.theme-dark .radio.style-2 .radio-label .checkmark .check:after {
  background-color: #fff;
}
.theme-dark .ic-stepper.style-2 {
  --primary: #000000;
}
.theme-dark .ic-stepper.style-3 .bootstrap-touchspin {
  background: #0c101c;
}
.theme-dark .ic-list > ul > li .item-content .ic-icon i {
  color: rgba(255, 255, 255, 0.6);
}
.theme-dark .ic-list > ul > li .item-content .ic-icon svg path {
  fill: rgba(255, 255, 255, 0.6);
}
.theme-dark .ic-icon.icon-primary {
  --title: #000;
}
.theme-dark .ic-offer-coupon {
  background-color: var(--bg-light);
}
.theme-dark .accordion.ic-accordion .checkmark {
  --bg-white: transparent;
}
.theme-dark .add-bank {
  --bg-white: #313842;
}
.theme-dark .form-label,
.theme-dark .ic-wizard .steps .step-content,
.theme-dark .text-notify,
.theme-dark .post-profile .left-content .meta-list li a,
.theme-dark .notification .notification-content small,
.theme-dark .notification .notification-content .small,
.theme-dark .notification .notification-content .small,
.theme-dark .dropdown-menu .dropdown-item,
.theme-dark .text-primary,
.theme-dark .text-dark {
  color: #fff !important;
}
.theme-dark .ic-avatar.list-status .avatar-list .media img,
.theme-dark .ic-avatar.list-stacked .avatar-list .media img {
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.2);
}
.theme-dark .ic-timeline.style-2 .timeline-item .active-box {
  background-color: var(--primary);
}
.theme-dark .ic-timeline.style-2 .timeline-date,
.theme-dark .text-light {
  color: rgba(255, 255, 255, 0.5) !important;
}
.theme-dark .message-list li .media-content p {
  color: rgba(255, 255, 255, 0.7);
}
.theme-dark .message-list li .media:after {
  border-color: #2c3f6d;
}
.theme-dark .message-content .chat-content .message-item .bubble {
  color: #fff;
  background: #3b3b3b;
}
.theme-dark h1 a,
.theme-dark .h1 a,
.theme-dark h2 a,
.theme-dark .h2 a,
.theme-dark h3 a,
.theme-dark .h3 a,
.theme-dark h4 a,
.theme-dark .h4 a,
.theme-dark h5 a,
.theme-dark .h5 a,
.theme-dark h6 a,
.theme-dark .h6 a {
  color: #fff;
}
.theme-dark .text-black {
  color: rgba(255, 255, 255, 0.7) !important;
}
.theme-dark .border-bottom {
  border-color: var(--border-color) !important;
}
.theme-dark .profile-area .content-box ul li a {
  --secondary: #fff;
}
.theme-dark .default-tab .nav-tabs .nav-item .nav-link.active,
.theme-dark .profile-area .profile-content ul li a,
.theme-dark .contact-section ul li p,
.theme-dark .btn-close,
.theme-dark .detail {
  color: #fff;
}
.theme-dark .input-group.input-mini .input-group-text {
  background-color: transparent !important;
}
.theme-dark .sidebar .navbar-nav li a {
  color: #fff;
}
.theme-dark .sidebar .navbar-nav li a:after {
  opacity: 0.5;
  color: #fff;
}
.theme-dark .sidebar .navbar-nav li a .ic-icon i {
  color: #000;
}
.theme-dark .form-control {
  color: #fff !important;
}
.theme-dark .form-control::placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.theme-dark textarea.form-control {
  border-color: var(--border-color) !important;
}
.theme-dark .default-tab.style-2 .ic-tabs::after {
  background:
    linear-gradient(
      0deg,
      rgba(26, 32, 44, 0.8),
      rgba(26, 32, 44, 0));
}
.theme-dark .ic-timeline.style-2 .timeline-item::before {
  background-color: rgba(255, 255, 255, 0.2);
}
.theme-dark .ic-timeline.style-2 .timeline-item::after {
  border-color: rgba(255, 255, 255, 0.2);
}
.theme-color-settings {
  padding: 15px 10px 10px;
  margin: 10px 0 0;
  display: flex;
  flex-wrap: wrap;
}
.theme-color-settings span {
  font-size: 0.875rem;
  font-weight: 500;
}
.theme-color-settings li {
  display: inline-block;
  width: 33.33%;
  text-align: center;
  margin-bottom: 20px;
}
.theme-color-settings li input {
  display: none;
}
.theme-color-settings li label {
  background-color: #000;
  width: 40px;
  border-radius: var(--border-radius);
  height: 40px;
  margin: 0 auto 5px;
  position: relative;
  display: block;
}
.theme-color-settings li label:after {
  content: "\f00c";
  position: absolute;
  top: 50%;
  left: 50%;
  display: none;
  transform: translate(-50%, -50%);
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 16px;
  color: #fff;
}
.theme-color-settings li input:checked + label:after {
  display: block;
}
.theme-color-settings li input[value=color-primary] + label {
  background-color: #fe4487;
}
.theme-color-settings li input[value=color-green] + label {
  background-color: #4cd964;
}
.theme-color-settings li input[value=color-blue] + label {
  background-color: #2196f3;
}
.theme-color-settings li input[value=color-pink] + label {
  background-color: #ff9eb1;
}
.theme-color-settings li input[value=color-yellow] + label {
  background-color: #ffcc00;
}
.theme-color-settings li input[value=color-orange] + label {
  background-color: #ff9500;
}
.theme-color-settings li input[value=color-purple] + label {
  background-color: #9c27b0;
}
.theme-color-settings li input[value=color-red] + label {
  background-color: #ff3b30;
}
.theme-color-settings li input[value=color-lightblue] + label {
  background-color: #5ac8fa;
}
.theme-color-settings li input[value=color-teal] + label {
  background-color: #009688;
}
.theme-color-settings li input[value=color-lime] + label {
  background-color: #cddc39;
}
.theme-color-settings li input[value=color-deeporange] + label {
  background-color: #dd4a01;
}
.accordion .accordion-item {
  color: var(--body-color);
}
.accordion.ic-accordion .accordion-item {
  margin-bottom: 1rem;
  border-radius: var(--border-radius-md);
  border: unset;
  overflow: hidden;
}
.accordion.ic-accordion .accordion-item .ic-icon {
  margin-right: 10px;
  background-color: transparent;
  width: unset;
  min-width: unset;
  height: unset;
  color: var(--primary);
}
.accordion.ic-accordion .accordion-item .ic-icon i {
  font-size: 20px;
}
.accordion.ic-accordion .accordion-item .accordion-header {
  border-radius: 0;
  border: 0;
  padding: 0;
  overflow: hidden;
}
.accordion.ic-accordion .accordion-item .accordion-header .acco-title {
  margin-bottom: 0;
  font-weight: 400;
  font-size: 14px;
}
.accordion.ic-accordion .accordion-item .accordion-header.acco-select .accordion-button .checkmark {
  width: 20px;
  height: 20px;
  background-color: #f2f2f2;
  border: 1px solid #f2f2f2;
  border-radius: 50px;
  margin-left: auto;
  position: relative;
}
.accordion.ic-accordion .accordion-item .accordion-header.acco-select .accordion-button .checkmark::after {
  content: "";
  position: absolute;
  width: 11px;
  height: 11px;
  background-color: var(--text-color);
  border-radius: 50px;
  top: 50%;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
}
.accordion.ic-accordion .accordion-item .accordion-header.acco-select .accordion-button::after {
  content: none;
}
.accordion.ic-accordion .accordion-item .accordion-header .accordion-button {
  border-radius: 0;
  background-color: var(--bg-white);
  color: var(--title);
  box-shadow: none;
  padding: 14px;
  font-size: 14px;
  font-weight: 400;
  border-bottom: 2px dashed var(--border-color-2);
}
.accordion.ic-accordion .accordion-item .accordion-header .accordion-button:after {
  content: "\e842";
  font-family: "feather" !important;
  background-image: unset;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  font-size: 20px;
  font-weight: 500;
  justify-content: center;
  margin-left: auto;
  margin-right: 0;
  opacity: 0.6;
}
.accordion.ic-accordion .accordion-item .accordion-header .accordion-button.collapsed {
  border-color: transparent;
}
.accordion.ic-accordion .accordion-item .accordion-header .accordion-button.collapsed .checkmark::after {
  display: none;
}
.accordion.ic-accordion .accordion-item .accordion-body {
  padding: 15px;
  background-color: var(--bg-white);
  color: var(--dark);
}
.accordion.ic-accordion .accordion-item .accordion-body .ic-icon i {
  font-size: 25px;
  color: var(--text-color);
}
.accordion.ic-accordion .accordion-item .accordion-body .text {
  font-size: 12px;
  color: var(--text-muted);
  margin-bottom: 0;
}
.accordion.ic-accordion.style-2 .accordion-item .accordion-header .accordion-button {
  font-size: 14px;
  font-weight: 500;
  border: 0;
  font-family: var(--font-family-sub-title);
}
.accordion.ic-accordion.style-2 .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  background-color: var(--dark);
  color: var(--theme-text-color);
}
.accordion.ic-accordion.style-2 .accordion-body p {
  font-size: 10px;
  font-weight: 300;
  line-height: 1.8;
}
.accordion.style-1 .accordion-item {
  box-shadow: var(--box-shadow);
  margin-bottom: 16px;
  border-radius: var(--border-radius);
  overflow: hidden;
}
.accordion.style-1 .accordion-item .accordion-header {
  border-radius: 0;
  border: 0;
  padding: 0;
  overflow: hidden;
}
.accordion.style-1 .accordion-item .accordion-header .accordion-button {
  background-color: var(--bg-white);
  box-shadow: none;
  color: var(--dark);
  padding: 12px;
}
.accordion.style-1 .accordion-item .accordion-header .accordion-button:focus {
  background-color: var(--bg-white);
}
.accordion.style-1 .accordion-item .accordion-header .accordion-button:after {
  background-image: none;
  content: "\f105";
  font-family: "Font Awesome 6 Free";
  right: 15px;
  position: absolute;
  font-weight: 900;
  top: 50%;
  width: unset;
  height: unset;
  transform: translateY(-50%) rotate(0deg);
}
.accordion.style-1 .accordion-item .accordion-header .accordion-button:not(.collapsed):after {
  transform: translateY(-50%) rotate(-90deg);
}
.accordion.style-1 .accordion-item .accordion-header .media {
  margin-right: 10px;
  background-color: rgba(187, 195, 192, 0.2);
  padding: 8px;
  border-radius: var(--border-radius-sm);
}
.accordion.style-1 .accordion-item .accordion-header .ic-inner .title {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
}
.accordion.style-1 .accordion-item .accordion-header .ic-inner .para-text {
  margin-bottom: 0;
  font-size: 12px;
  display: block;
}
.accordion.style-1 .accordion-item .accordion-body {
  padding: 15px;
  background-color: var(--bg-white);
}
.accordion.style-1 .accordion-item .accordion-body .ic-list ul {
  padding-left: 20px;
}
.accordion.style-1 .accordion-item .accordion-body .ic-list ul li {
  list-style-type: circle;
  border: 0;
}
.accordion.style-1 .accordion-item .accordion-body .ic-list ul li .item-content {
  padding: 4px 8px;
}
.accordion.style-1 .accordion-item .accordion-body .ic-list ul li .title {
  font-weight: 500;
}
.accordion-primary .accordion-header {
  background: var(--primary);
  border-color: var(--primary);
  color: #fff;
  box-shadow: 0 0.9375rem 1.25rem 0 var(--rgba-primary-2);
}
.accordion-primary .accordion-header.collapsed {
  background: var(--rgba-primary-2);
  border-color: var(--rgba-primary-2);
  color: var(--primary);
  box-shadow: none;
}
.accordion-primary-solid .accordion-header {
  background: var(--primary);
  border-color: var(--primary);
  color: #fff;
  box-shadow: 0 -0.625rem 1.25rem 0 var(--rgba-primary-1);
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.accordion-primary-solid .accordion-header.collapsed {
  background: var(--rgba-primary-1);
  border-color: var(--rgba-primary-1);
  color: var(--primary);
  box-shadow: none;
  border-bottom-left-radius: var(--border-radius-sm);
  border-bottom-right-radius: var(--border-radius-sm);
}
.accordion-primary-solid .accordion__body {
  border: 0.125rem solid var(--primary);
  border-top: none;
  box-shadow: 0 0.9375rem 1.25rem 0 var(--rgba-primary-1);
  border-bottom-left-radius: var(--border-radius-sm);
  border-bottom-right-radius: var(--border-radius-sm);
}
.accordion-danger .accordion-header.collapsed {
  background: #ff0000;
  border-color: #ff0000;
  color: #fff;
  box-shadow: 0 0.9375rem 1.25rem 0 rgba(255, 0, 0, 0.15);
  background: #ffb3b3;
  border-color: #ffb3b3;
  color: #211c37;
  box-shadow: none;
}
.accordion-danger-solid .accordion-header {
  background: #ff0000;
  border-color: #ff0000;
  color: #fff;
  box-shadow: 0 -0.625rem 1.25rem 0 rgba(255, 0, 0, 0.15);
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.accordion-danger-solid .accordion-header.collapsed {
  background: #ffb3b3;
  border-color: #ffb3b3;
  color: #ff4242;
  box-shadow: none;
  border-bottom-left-radius: var(--border-radius-sm);
  border-bottom-right-radius: var(--border-radius-sm);
}
.accordion-danger-solid .accordion__body {
  border: 0.125rem solid #ff0000;
  border-top: none;
  box-shadow: 0 0.9375rem 1.25rem 0 rgba(255, 0, 0, 0.15);
  border-bottom-left-radius: var(--border-radius-sm);
  border-bottom-right-radius: var(--border-radius-sm);
}
.accordion-item {
  margin-bottom: 10px;
  background: none;
  border: none;
}
.accordion-header {
  padding: 0.6rem 0.95rem;
  border: 0.0625rem solid var(--border-color);
  cursor: pointer;
  position: relative;
  color: #211c37;
  font-weight: 400;
  border-radius: var(--border-radius-sm);
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
.accordion-header-indicator {
  font-family: "themify";
  position: absolute;
  right: 1.2rem;
  top: 50%;
  transform: translateY(-50%);
}
.accordion-header-indicator.indicator_bordered {
  display: inline-block;
  width: 1.5625rem;
  text-align: center;
  height: 1.5625rem;
  border: 0.0625rem solid var(--border-color);
  border-radius: 50%;
  line-height: 1.5625rem;
}
.accordion-header-indicator::before {
  content: "\e61a";
  transition: all 0.2s ease-in-out;
  display: block;
  transform: rotate(180deg);
}
@media (prefers-reduced-motion: reduce) {
  .accordion-header-indicator::before {
    transition: none;
  }
}
.accordion-header-indicator.style_two::before {
  content: "\e64b";
  transform: rotate(0);
}
.accordion-header.collapsed .accordion-header-indicator::before {
  transform: rotate(0);
}
.accordion-header.collapsed .accordion-header-indicator.style_two::before {
  transform: rotate(-90deg);
}
.accordion-body-text {
  padding: 0.875rem 1.25rem;
}
.accordion-bordered .accordion__body {
  border: 0.0625rem solid var(--border-color);
  border-top: none;
  border-bottom-left-radius: var(--border-radius-sm);
  border-bottom-right-radius: var(--border-radius-sm);
}
.accordion-bordered .accordion-header.collapsed {
  border-radius: var(--border-radius-sm);
}
.accordion-bordered .accordion-header {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.accordion-no-gutter .accordion-item .accordion-header.collapsed {
  border-bottom: none;
}
.accordion-no-gutter .accordion-item:last-child .accordion-header {
  border-bottom: 0.0625rem solid transparent;
}
.accordion-no-gutter.accordion__bordered .accordion-item:not(:last-child) .accordion__body {
  border-bottom: none;
}
.accordion-left-indicator .accordion-header-text {
  padding-left: 2.5rem;
}
.accordion-left-indicator .accordion-header-indicator {
  right: auto;
  left: 1.5625rem;
}
.accordion-with-icon .accordion-header-text {
  padding-left: 2.5rem;
}
.accordion-with-icon .accordion-header-icon {
  position: absolute;
  right: auto;
  left: 1.5625rem;
  font-family: "themify";
}
.accordion-with-icon .accordion-header-icon::before {
  content: "\e645";
}
.accordion-header-bg .accordion-header {
  background-color: var(--light);
  color: var(--title);
}
.accordion-header-bg .accordion-header-primary {
  background-color: var(--primary);
  color: #fff;
  border-color: var(--primary);
}
.accordion-header-bg .accordion-header-info {
  background-color: #4cb1ff;
  color: #fff;
  border-color: #4cb1ff;
}
.accordion-header-bg .accordion-header-success {
  background-color: #159e42;
  color: #fff;
  border-color: #159e42;
}
.accordion-header-bg.accordion-no-gutter .accordion-header {
  border-color: transparent;
  border-radius: 0;
}
.accordion-header-bg.accordion-no-gutter .accordion-item:first-child .accordion-header {
  border-top-left-radius: var(--border-radius-sm);
  border-top-right-radius: var(--border-radius-sm);
}
.accordion-header-bg.accordion-no-gutter .accordion-item:last-child .accordion-header {
  border-bottom-left-radius: var(--border-radius-sm);
  border-bottom-right-radius: var(--border-radius-sm);
}
.accordion.accordion-no-gutter .accordion-header {
  border-radius: 0;
}
.accordion.accordion-no-gutter .accordion-header.collapsed {
  border-radius: 0;
}
.accordion.accordion-no-gutter .accordion__body {
  border-radius: 0;
}
.accordion.accordion-no-gutter .accordion-item:first-child .accordion-header {
  border-top-left-radius: var(--border-radius-sm);
  border-top-right-radius: var(--border-radius-sm);
}
.accordion.accordion-no-gutter .accordion-item:last-child .accordion-header.collapsed {
  border-bottom-left-radius: var(--border-radius-sm);
  border-bottom-right-radius: var(--border-radius-sm);
}
.accordion.accordion-no-gutter .accordion-item:last-child .accordion__body {
  border-bottom-left-radius: var(--border-radius-sm);
  border-bottom-right-radius: var(--border-radius-sm);
}
.accordion-solid-bg .accordion-header {
  border-color: transparent;
  background-color: var(--rgba-primary-1);
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.accordion-solid-bg .accordion-header.collapsed {
  border-radius: var(--border-radius-sm);
}
.accordion-solid-bg .accordion__body {
  border-color: transparent;
  background-color: var(--rgba-primary-1);
  border-bottom-left-radius: var(--border-radius-sm);
  border-bottom-right-radius: var(--border-radius-sm);
}
.accordion-active-header .accordion-header:not(.collapsed) {
  background-color: #4cb1ff;
  border-color: #4cb1ff;
  color: #fff;
}
.accordion-header-shadow .accordion-header {
  border: none;
  box-shadow: 0 0 0.9375rem -0.1875rem rgba(0, 0, 0, 0.3);
}
.accordion-rounded-stylish .accordion-header {
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
}
.accordion-rounded-stylish .accordion__body {
  border-bottom-left-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}
.accordion-rounded .accordion-header {
  border-radius: 0.3125rem;
}
.accordion-gradient .accordion-header {
  color: #fff;
  background-image:
    linear-gradient(
      to right,
      rgba(186, 1, 181, 0.85) 0%,
      rgba(103, 25, 255, 0.85) 100%);
  border-color: transparent;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.accordion-gradient .accordion-header.collapsed {
  border-bottom-left-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}
.accordion-gradient .accordion__body {
  color: #fff;
  background-image:
    linear-gradient(
      to right,
      rgba(186, 1, 181, 0.85) 0%,
      rgba(103, 25, 255, 0.85) 100%);
  border-color: transparent;
}
.alert {
  border-radius: var(--border-radius-sm);
  padding: 0.5rem 1.4rem 0.5rem 0.6rem;
  margin-bottom: 0.5rem;
  font-size: 0.75rem;
  font-weight: 300;
}
.alert p {
  line-height: 1.5;
}
.alert-square {
  border-radius: 0;
}
.alert-rounded {
  border-radius: 1.875rem;
}
.alert-primary {
  background: var(--rgba-primary-2);
  border-color: var(--rgba-primary-1);
  color: var(--primary);
}
.alert-secondary {
  background: #7e96b5;
  border-color: #131921;
  color: #131921;
}
.alert-success {
  background: #78ed9f;
  border-color: #78ed9f;
  color: #159e42;
}
.alert-warning {
  background: #fcebeb;
  border-color: #fcebeb;
  color: #e54f4f;
}
.alert-danger {
  background: #ffb3b3;
  border-color: #ffb3b3;
  color: #ff0000;
}
.alert-info {
  background: #e5f4ff;
  border-color: #e5f4ff;
  color: #4cb1ff;
}
.alert-dark {
  background: #afafaf;
  border-color: #afafaf;
  color: #2f2f2f;
}
.alert-light {
  background: #f2f2f2;
  border-color: #f2f2f2;
  color: #2f2f2f;
}
.alert-alt.alert-primary {
  border-left: 0.25rem solid var(--primary);
}
.alert-alt.alert-secondary {
  border-left: 0.25rem solid #131921;
}
.alert-alt.alert-success {
  border-left: 0.25rem solid #159e42;
}
.alert-alt.alert-warning {
  border-left: 0.25rem solid #e54f4f;
}
.alert-alt.alert-danger {
  border-left: 0.25rem solid #ff0000;
}
.alert-alt.alert-info {
  border-left: 0.25rem solid #4cb1ff;
}
.alert-alt.alert-dark {
  border-left: 0.25rem solid #2f2f2f;
}
.alert-alt.alert-light {
  border-left: 0.25rem solid #cccccc;
}
.alert-alt.alert-primary.solid {
  border-left: 0.25rem solid var(--primary-dark) !important;
}
.alert-alt.alert-secondary.solid {
  border-left: 0.25rem solid black !important;
}
.alert-alt.alert-success.solid {
  border-left: 0.25rem solid #062d13 !important;
}
.alert-alt.alert-warning.solid {
  border-left: 0.25rem solid #9d1717 !important;
}
.alert-alt.alert-danger.solid {
  border-left: 0.25rem solid maroon !important;
}
.alert-alt.alert-info.solid {
  border-left: 0.25rem solid #0073cc !important;
}
.alert-alt.alert-dark.solid {
  border-left: 0.25rem solid black !important;
}
.alert-alt.alert-light.solid {
  border-left: 0.25rem solid #b2b2b2 !important;
}
.alert.alert-primary.light .btn-close,
.alert.alert-secondary.light .btn-close,
.alert.alert-success.light .btn-close,
.alert.alert-warning.light .btn-close,
.alert.alert-danger.light .btn-close,
.alert.alert-info.light .btn-close,
.alert.alert-dark.light .btn-close {
  color: #2f2f2f !important;
}
.alert-dismissible .btn-close {
  padding: 8px 6px;
  background: transparent;
  opacity: 0.8;
  color: inherit;
  right: 0;
  left: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.alert-dismissible.solid .close:hover {
  color: #fff;
  opacity: 1;
}
.alert-light.alert-dismissible .btn-close {
  color: #6e6e6e;
}
.alert.alert-primary.solid {
  background: var(--primary);
  color: #fff;
  border-color: var(--primary);
}
.alert.alert-secondary.solid {
  background: #131921;
  color: #fff;
  border-color: #131921;
}
.alert.alert-success.solid {
  background: #159e42;
  color: #fff;
  border-color: #159e42;
}
.alert.alert-warning.solid {
  background: #e54f4f;
  color: #fff;
  border-color: #e54f4f;
}
.alert.alert-danger.solid {
  background: #ff0000;
  color: #fff;
  border-color: #ff0000;
}
.alert.alert-info.solid {
  background: #4cb1ff;
  color: #fff;
  border-color: #4cb1ff;
}
.alert.alert-dark.solid {
  background: #2f2f2f;
  color: #fff;
  border-color: #2f2f2f;
}
.alert.alert-light.solid {
  background: #f2f2f2;
  color: #2f2f2f;
  border-color: #f2f2f2;
}
.alert-right-icon > span i {
  font-size: 1.125rem;
  margin-right: 0.3125rem;
}
.alert-right-icon .close i {
  font-size: 1rem;
}
.alert.alert-outline-primary {
  background: transparent;
  color: var(--primary);
  border-color: var(--primary);
}
.alert.alert-outline-secondary {
  background: transparent;
  color: #000000;
  border-color: #131921;
}
.alert.alert-outline-success {
  background: transparent;
  color: #159e42;
  border-color: #159e42;
}
.alert.alert-outline-info {
  background: transparent;
  color: #4cb1ff;
  border-color: #4cb1ff;
}
.alert.alert-outline-warning {
  background: transparent;
  color: #e54f4f;
  border-color: #e54f4f;
}
.alert.alert-outline-danger {
  background: transparent;
  color: #ff0000;
  border-color: #ff0000;
}
.alert.alert-outline-dark {
  background: transparent;
  color: #000000;
  border-color: #2f2f2f;
}
.alert.alert-outline-light {
  background: transparent;
  color: #2f2f2f;
  border-color: #f2f2f2;
}
.alert-social {
  color: #fff;
}
.alert-social .alert-social-icon {
  align-self: center;
  margin-right: 0.9375rem;
}
.alert-social .alert-social-icon i {
  font-size: 2.625rem;
}
.alert-social.facebook {
  background-color: #305ccd;
}
.alert-social.twitter {
  background-color: #1da1f2;
}
.alert-social.linkedin {
  background-color: #007bb6;
}
.alert-social.google-plus {
  background-color: #db4439;
}
.alert-social .close:hover {
  opacity: 1 !important;
  color: #fff !important;
}
.left-icon-big .alert-left-icon-big {
  align-self: center;
  margin-right: 0.9375rem;
}
.left-icon-big .alert-left-icon-big i {
  font-size: 2.1875rem;
  line-height: 1;
}
.offcanvas {
  background-color: var(--body-bg);
}
.offcanvas.offcanvas-bottom {
  border-radius: 20px 20px 0 0;
  height: unset;
  border-top: 0;
}
.offcanvas.offcanvas-top {
  border-radius: 0 0 10px 10px;
  height: unset;
  border-bottom: 0;
  bottom: auto;
}
.offcanvas.offcanvas-end {
  width: 100%;
  border-left: 0;
}
.offcanvas .offcanvas-header {
  padding: 20px 15px;
  border-bottom: 1px solid var(--border-color);
}
.offcanvas .offcanvas-header .offcanvas-title {
  line-height: 1.2;
  font-weight: 500;
}
.offcanvas .offcanvas-body {
  max-height: 100vh;
  color: var(--body-color);
}
.offcanvas .offcanvas-body.fixed {
  border-radius: 0;
  margin-bottom: 200px;
}
.offcanvas .offcanvas-body .btn-close {
  width: auto;
  height: auto;
  line-height: initial;
}
.offcanvas-backdrop {
  background-color: var(--secondary);
}
.offcanvas-backdrop.show {
  opacity: 0.7 !important;
}
.btn-close:focus {
  box-shadow: unset;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, 50px);
}
.modal.fade.show .modal-dialog {
  transform: none;
}
.modal.fade.show.modal-static .modal-dialog {
  transform: scale(1.02);
}
.top-right {
  position: absolute;
  top: 15px;
  right: 15px;
}
.btn-close {
  background: none;
  opacity: 1;
  text-align: center;
  line-height: 25px;
  font-size: 18px;
}
.pwa-offcanvas {
  text-align: center;
}
.pwa-offcanvas .title {
  margin-bottom: 10px;
}
.pwa-offcanvas .logo {
  width: 120px;
  margin: 0 auto 25px;
  display: block;
}
.pwa-offcanvas .logo.light {
  display: none;
}
.pwa-offcanvas .pwa-text {
  margin-bottom: 25px;
  font-size: 12px;
  color: var(--text-muted);
  line-height: 20px;
  font-weight: 300;
}
.pwa-offcanvas.show {
  visibility: visible;
}
.pwa-backdrop {
  visibility: hidden;
}
.pwa-backdrop.show {
  visibility: visible;
  transition: opacity 0.15s linear;
}
.ic-avatar {
  display: flex;
  align-items: center;
}
.ic-avatar .avatar-list {
  margin-right: 10px;
  margin-bottom: 10px;
}
.ic-avatar .avatar-list .media img {
  border-radius: var(--border-radius);
}
.ic-avatar.list-stacked .avatar-list {
  margin-right: -10px;
  margin-bottom: 0;
}
.ic-avatar.list-stacked .avatar-list .media img {
  box-shadow: 0 0 0 2px #fff;
}
.ic-avatar.list-status .avatar-list .media {
  position: relative;
}
.ic-avatar.list-status .avatar-list .media img {
  box-shadow: 0 0 0 2px #fff;
}
.ic-avatar.list-status .avatar-list .media .list-status {
  width: 12px;
  min-width: 12px;
  height: 12px;
  border-radius: 50%;
  position: absolute;
  bottom: 0;
  right: 0;
  border: 2px solid #fff;
}
.badge {
  line-height: 1;
  border-radius: var(--border-radius);
  padding: 4px 8px;
  border: 1px solid transparent;
  font-size: 12px;
  font-weight: 400;
}
.badge.style-1 {
  background-color: transparent;
  box-shadow: none;
  position: relative;
  padding: 0px 15px;
}
.badge.style-1:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  top: 50%;
  left: 0;
  background-color: var(--secondary);
  transform: translateY(-50%);
}
.badge.style-2 {
  background-color: transparent;
  box-shadow: none;
  position: relative;
  padding: 0px 15px;
}
.badge.style-2:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  top: 50%;
  left: 0;
  background-color: #159e42;
  transform: translateY(-50%);
}
.badge.style-3 {
  background-color: rgba(255, 255, 255, 0.3);
  border: 2px solid rgba(255, 255, 255, 0.2);
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  border-radius: 50px;
}
.badge.notification {
  padding: 1.5rem 1.5rem;
}
.badge.counter {
  position: absolute;
  z-index: 2;
  right: -8px;
  top: -6px;
  font-weight: 600;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  padding: 3px 4px;
  font-size: 12px;
}
.badge.badge-light {
  margin: -10px 0;
}
a.badge:hover {
  color: #fff;
}
a.badge.badge-light:hover {
  color: #2f2f2f;
}
a[class*=badge-outline-]:hover {
  color: #2f2f2f;
}
.badge-rounded {
  border-radius: 1.25rem;
}
.badge-circle {
  border-radius: 50%;
  padding: 0;
  width: 20px;
  min-width: 20px;
  display: inline-flex;
  height: 20px;
  justify-content: center;
  line-height: 20px;
}
.badge-outline-primary {
  border-color: var(--primary);
  color: var(--primary);
}
.badge-outline-secondary {
  border-color: #131921;
  color: #131921;
}
.badge-outline-success {
  border-color: #159e42;
  color: #159e42;
}
.badge-outline-info {
  border-color: #4cb1ff;
  color: #4cb1ff;
}
.badge-outline-warning {
  border-color: #e54f4f;
  color: #e54f4f;
}
.badge-outline-danger {
  border-color: #ff0000;
  color: #ff0000;
}
.badge-outline-light {
  border-color: #e8e8e8;
  color: #2f2f2f;
}
.badge-outline-dark {
  border-color: #2f2f2f;
  color: #2f2f2f;
}
.badge-sm {
  font-size: 10px;
  padding: 4px 8px;
  border-radius: var(--border-radius);
}
.badge-lg {
  padding: 8px 14px;
  font-weight: 400;
  font-size: 14px;
}
.badge-default {
  background: #adb6c7;
}
.badge-success {
  background-color: #159e42;
}
.badge-secondary {
  background-color: #131921;
}
.badge-info {
  background-color: #4cb1ff;
}
.badge-primary {
  background-color: var(--primary);
}
.badge-warning {
  background-color: #e54f4f;
}
.badge-danger {
  background-color: #ff0000;
}
.badge-dark {
  background-color: #2f2f2f;
}
.badge-light {
  background-color: #e8e8e8;
  color: #2f2f2f;
}
.light.badge-default {
  background: #adb6c7;
}
.light.badge-primary {
  background-color: white;
  color: #b7ea43;
}
.light.badge-secondary {
  background-color: #7e96b5;
  color: #131921;
}
.light.badge-success {
  background-color: #78ed9f;
  color: #159e42;
}
.light.badge-info {
  background-color: #e5f4ff;
  color: #4cb1ff;
}
.light.badge-warning {
  background-color: #fcebeb;
  color: #e54f4f;
}
.light.badge-danger {
  background-color: #ffb3b3;
  color: #ff0000;
}
.light.badge-dark {
  background-color: #afafaf;
  color: #2f2f2f;
}
.light.badge-light {
  background-color: whitesmoke;
  color: #2f2f2f;
}
.bootstrap-label .label {
  display: inline-block;
  margin-right: 1rem;
}
.bootstrap-label .label:last-child {
  margin-right: 0;
}
.badge-demo .badge {
  margin-right: 0.3125rem;
  margin-bottom: 0.3125rem;
}
.badge-demo .badge:last-child {
  margin-right: 0;
}
.bootstrap-badge-buttons button {
  margin-right: 0.2rem;
  margin-bottom: 1rem;
}
.bootstrap-badge-buttons button:last-child {
  margin-right: 0;
}
.shadow-primary {
  box-shadow: 0px 8px 14px -4px var(--rgba-primary-5);
  transition: all 0.5s !important;
}
.shadow-primary:hover {
  box-shadow: none;
}
.shadow-info {
  box-shadow: 0px 8px 14px -4px rgba(76, 177, 255, 0.5);
  transition: all 0.5s !important;
}
.shadow-info:hover {
  box-shadow: none;
}
.shadow-secondary {
  box-shadow: 0px 8px 14px -4px rgba(19, 25, 33, 0.5);
  transition: all 0.5s !important;
}
.shadow-secondary:hover {
  box-shadow: none;
}
.shadow-dark {
  box-shadow: 0px 8px 14px -4px rgba(47, 47, 47, 0.5);
  transition: all 0.5s !important;
}
.shadow-dark:hover {
  box-shadow: none;
}
.badge-xs {
  font-size: 0.5rem;
  padding: 0rem 0.3125rem;
  line-height: 1rem;
  height: 16px;
}
.badge-sm {
  font-size: 0.6875rem;
  padding: 2px 5px;
  line-height: 0.6875rem;
}
.badge-lg {
  font-size: 0.875rem;
  padding: 0rem 0.625rem;
  line-height: 1.875rem;
}
.badge-xl {
  font-size: 14px;
  padding: 0.1rem 0.9375rem;
  line-height: 2.1875rem;
  font-weight: 400;
}
.ic-breadcrumb {
  box-shadow: 0 0px 12px 0px rgba(112, 112, 112, 0.12);
  background-color: var(--bg-white);
  position: relative;
  z-index: 1;
}
.ic-breadcrumb .breadcrumb .breadcrumb-item {
  font-size: 12px;
  font-weight: 400;
  color: var(--title);
}
.ic-breadcrumb .breadcrumb .breadcrumb-item i {
  margin-right: 0.5rem;
}
.ic-breadcrumb .breadcrumb .breadcrumb-item::before {
  color: var(--title);
}
.ic-breadcrumb.default {
  background-color: transparent;
  box-shadow: unset;
}
.ic-breadcrumb.default .breadcrumb {
  box-shadow: 0 0px 12px 0px rgba(112, 112, 112, 0.12);
  background-color: var(--bg-white);
  border-radius: var(border-radius-base);
}
.ic-breadcrumb.style-3 {
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
  background-position: center center;
}
.ic-breadcrumb.style-3:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: #061238;
  opacity: 0.5;
}
.ic-breadcrumb.style-3 .breadcrumb .breadcrumb-item,
.ic-breadcrumb.style-3 .breadcrumb a {
  color: #fff;
}
.ic-breadcrumb.style-3 .breadcrumb .breadcrumb-item + .breadcrumb-item:before {
  color: #fff;
}
.ic-breadcrumb.bg-primary .breadcrumb .breadcrumb-item,
.ic-breadcrumb.bg-primary .breadcrumb a,
.ic-breadcrumb.bg-secondary .breadcrumb .breadcrumb-item,
.ic-breadcrumb.bg-secondary .breadcrumb a,
.ic-breadcrumb.bg-success .breadcrumb .breadcrumb-item,
.ic-breadcrumb.bg-success .breadcrumb a,
.ic-breadcrumb.bg-danger .breadcrumb .breadcrumb-item,
.ic-breadcrumb.bg-danger .breadcrumb a,
.ic-breadcrumb.bg-info .breadcrumb .breadcrumb-item,
.ic-breadcrumb.bg-info .breadcrumb a,
.ic-breadcrumb.bg-warning .breadcrumb .breadcrumb-item,
.ic-breadcrumb.bg-warning .breadcrumb a,
.ic-breadcrumb.bg-dark .breadcrumb .breadcrumb-item,
.ic-breadcrumb.bg-dark .breadcrumb a {
  color: #ffff;
}
.ic-breadcrumb.bg-primary .breadcrumb .breadcrumb-item + .breadcrumb-item:before,
.ic-breadcrumb.bg-secondary .breadcrumb .breadcrumb-item + .breadcrumb-item:before,
.ic-breadcrumb.bg-success .breadcrumb .breadcrumb-item + .breadcrumb-item:before,
.ic-breadcrumb.bg-danger .breadcrumb .breadcrumb-item + .breadcrumb-item:before,
.ic-breadcrumb.bg-info .breadcrumb .breadcrumb-item + .breadcrumb-item:before,
.ic-breadcrumb.bg-warning .breadcrumb .breadcrumb-item + .breadcrumb-item:before,
.ic-breadcrumb.bg-dark .breadcrumb .breadcrumb-item + .breadcrumb-item:before {
  color: #ffff;
}
.btn {
  font-size: 15px;
  font-weight: 400;
  padding: 12px 20px;
  line-height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none !important;
  border-width: 1px;
  border-radius: var(--border-radius-sm);
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
.btn.btn-shadow {
  box-shadow: 0 0 0 9px #212830;
}
.btn.btn-thin {
  font-weight: 400 !important;
  font-size: 14px;
}
.btn.btn-success,
.btn.btn-warning,
.btn.btn-danger,
.btn.btn-info {
  color: var(--theme-text-color);
}
.btn.btn-gradient {
  background: var(--btn-gradient);
  color: #fff;
  border: 0;
}
.btn.btn-lg,
.btn-group-lg > .btn {
  font-size: 18px;
  padding: 18px 42px;
  line-height: 17px;
}
.btn.btn-lg.btn-thin,
.btn-group-lg > .btn.btn-thin {
  font-size: 15px;
  font-weight: 400 !important;
}
.btn.btn-sm,
.btn-group-sm > .btn {
  padding: 12px 15px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  border-radius: var(--border-radius-sm);
}
.btn.btn-sm.btn-thin,
.btn-group-sm > .btn.btn-thin {
  font-weight: 400 !important;
}
.btn.btn-xs {
  font-size: 14px;
  padding: 8px 15px;
  line-height: 16px;
  border-radius: 6px;
}
.btn.btn-sharp {
  border-radius: 0;
}
.btn:hover,
.btn:focus,
.btn:active {
  outline: 0 !important;
  box-shadow: none;
}
.btn.btn-tp {
  background-color: rgba(255, 255, 255, 0.2);
  color: white;
}
.btn.btn-tp:hover,
.btn.btn-tp:focus,
.btn.btn-tp:active {
  background-color: white;
  color: var(--title);
  border-color: transparent;
}
.btn.btn-white {
  background-color: var(--bg-white);
  color: var(--title);
}
.btn.btn-white:hover,
.btn.btn-white:focus,
.btn.btn-white:active {
  background-color: var(--bg-white);
  color: var(--title);
  border-color: transparent;
}
button {
  cursor: pointer;
}
button:focus {
  outline: 0;
  box-shadow: none;
}
.icon-btn {
  padding: 8px 12px;
}
.btn-primary {
  background-color: var(--primary);
  border-color: var(--primary);
  font-size: 1.05rem;
}
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover {
  border-color: var(--primary);
  background-color: var(--primary-dark);
  box-shadow: none;
}
.btn-primary:disabled,
.btn-primary.disabled {
  background-color: var(--primary);
}
.btn-secondary {
  background-color: var(--secondary);
}
.btn-secondary:active,
.btn-secondary:focus,
.btn-secondary:hover {
  border-color: var(--secondary);
  background-color: var(--secondary);
  box-shadow: none;
}
.btn-outline-primary {
  color: var(--primary);
  border-color: var(--primary);
}
.btn-outline-primary:hover {
  border-color: var(--primary-hover);
  background-color: var(--primary-hover);
}
.btn-outline-primary:focus {
  box-shadow: none;
}
.sharp {
  min-width: 2.5rem;
  padding: 0.4375rem;
  height: 2.5rem;
  min-height: 2.5rem;
}
.sharp.btn-xs {
  padding: 0.1875rem;
  width: 1.625rem;
  height: 1.625rem;
  min-width: 1.625rem;
  min-height: 1.625rem;
}
.btn-block {
  display: block;
  width: 100%;
}
.light {
  border-color: transparent;
}
.light.btn-success {
  background-color: #78ed9f;
  border-color: #78ed9f;
  color: #159e42;
}
.light.btn-success g [fill] {
  fill: #159e42;
}
.light.btn-success:hover {
  background-color: #159e42;
  border-color: #159e42;
  color: #fff;
}
.light.btn-success:hover g [fill] {
  fill: #fff;
}
.light.btn-info {
  background-color: #e5f4ff;
  border-color: #e5f4ff;
  color: #4cb1ff;
}
.light.btn-info g [fill] {
  fill: #4cb1ff;
}
.light.btn-info:hover {
  background-color: #4cb1ff;
  border-color: #4cb1ff;
  color: #fff;
}
.light.btn-info:hover g [fill] {
  fill: #fff;
}
.light.btn-primary {
  background-color: var(--rgba-primary-5);
  color: var(--primary);
}
.light.btn-primary g [fill] {
  fill: var(--primary);
}
.light.btn-primary:hover {
  background-color: var(--primary);
  color: var(--theme-text-color) !important;
}
.light.btn-primary:hover g [fill] {
  fill: #fff;
}
.light.btn-secondary {
  background-color: #7e96b5;
  color: #131921;
}
.light.btn-secondary g [fill] {
  fill: #131921;
}
.light.btn-secondary:hover {
  background-color: #131921;
  color: #fff;
}
.light.btn-secondary:hover g [fill] {
  fill: #fff;
}
.light.btn-warning {
  background-color: #fcebeb;
  color: #e54f4f;
}
.light.btn-warning g [fill] {
  fill: #e54f4f;
}
.light.btn-warning:hover {
  background-color: #e54f4f;
  color: #fff;
}
.light.btn-warning:hover g [fill] {
  fill: #fff;
}
.light.btn-danger {
  background-color: #ffb3b3;
  color: #ff0000;
}
.light.btn-danger g [fill] {
  fill: #ff0000;
}
.light.btn-danger:hover {
  background-color: #ff0000;
  color: #fff;
}
.light.btn-danger:hover g [fill] {
  fill: #fff;
}
.light.btn-dark {
  background-color: #afafaf;
  border-color: #afafaf;
  color: #2f2f2f;
}
.light.btn-dark g [fill] {
  fill: #2f2f2f;
}
[data-theme-version=dark] .light.btn-dark {
  background-color: rgba(47, 47, 47, 0.35);
  color: #fff;
}
.light.btn-dark:hover {
  background-color: #2f2f2f;
  color: #fff;
}
.light.btn-dark:hover g [fill] {
  fill: #fff;
}
.btn-light {
  background: #f2f2f2;
  border-color: #f2f2f2;
  color: #000;
}
.btn-light:active,
.btn-light:focus,
.btn-light:hover {
  background: #e5e5e5;
  color: #2f2f2f;
  border-color: #e5e5e5;
}
.btn-outline-primary:hover {
  color: var(--theme-text-color);
}
.btn-outline-warning:hover {
  color: #fff;
}
.btn-dark {
  background: #2f2f2f;
  border-color: #2f2f2f;
  color: #fff;
}
.btn-dark:active,
.btn-dark:hover {
  background: #494949;
  color: #fff;
  border-color: #161616;
}
.btn-dark:focus {
  background: black;
}
.btn-group.btn-rounded .btn:first-child {
  border-top-left-radius: 1.875rem;
  border-bottom-left-radius: 1.875rem;
}
.btn-group.btn-rounded .btn:last-child {
  border-top-right-radius: 1.875rem;
  border-bottom-right-radius: 1.875rem;
}
.btn-group.style-2 {
  gap: 10px;
}
.btn-group.style-2 .btn.btn-thin {
  font-size: 13px;
  gap: 5px;
}
.btn-rounded {
  border-radius: 50px;
}
.btn-phone {
  background: #ff4500;
  border-color: #ff4500;
  color: #fff;
}
.btn-email {
  background: #1ab7ea;
  border-color: #1ab7ea;
  color: #fff;
}
.btn-icon-end {
  border-left: 0.0625rem solid rgba(255, 255, 255, 0.2);
  display: inline-flex;
  padding: 8px 10px;
  margin-left: 5px;
}
.btn-icon-text {
  overflow: hidden;
  position: relative;
  border: 0;
  font-size: 12px;
  justify-content: left;
  padding-left: 50px;
}
.btn-icon-text i {
  background-color: rgba(0, 0, 0, 0.1);
  width: 42px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
}
.btn-icon-text i.rounded-xl {
  border-radius: 2.75rem;
}
.socia-btn-icon {
  padding: 0;
  width: 45px;
  min-width: 45px;
  height: 45px;
}
.socia-btn-icon.icon-lg {
  width: 55px;
  min-width: 55px;
  height: 55px;
  font-size: 24px;
}
.socia-btn-icon.icon-sm {
  width: 40px;
  min-width: 40px;
  height: 40px;
  font-size: 16px;
}
.btn-icon {
  border-radius: 50px;
  position: relative;
  overflow: hidden;
}
.btn-icon.style-2 i {
  width: 48px !important;
  height: 48px !important;
  background-color: var(--secondary) !important;
  color: var(--theme-text-color) !important;
  line-height: 1;
}
.btn-icon.style-2.icon-start i {
  left: 0 !important;
}
.btn-icon i {
  width: 40px;
  height: 40px;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.2);
  color: var(--theme-text-color);
  font-size: 20px;
  top: 50%;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(-50%);
}
.btn-icon.btn-lg.icon-start,
.btn-group-lg > .btn-icon.icon-start.btn {
  padding-left: 40px;
}
.btn-icon.btn-lg.icon-start i,
.btn-group-lg > .btn-icon.icon-start.btn i {
  left: 2px;
}
.btn-icon.btn-lg.icon-end,
.btn-group-lg > .btn-icon.icon-end.btn {
  padding-right: 40px;
}
.btn-icon.btn-lg.icon-end i,
.btn-group-lg > .btn-icon.icon-end.btn i {
  right: 2px;
}
.btn-icon.btn-lg i,
.btn-group-lg > .btn-icon.btn i {
  width: 48px;
  height: 48px;
  background-color: var(--bg-white);
  color: var(--secondary) !important;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-icon img {
  width: 40px;
  background: #fff;
  padding: 10px;
  border-radius: 20px;
  position: absolute;
  left: 4px;
}
.btn-icon.icon-start {
  padding-left: 60px !important;
}
.btn-icon.icon-start i {
  left: 3px;
}
.btn-icon.icon-end {
  padding-right: 60px;
}
.btn-icon.icon-end i {
  right: 4px;
}
.btn-icon.btn-tp i {
  background-color: var(--bg-white);
  color: #000;
}
.btn-icon-outline {
  border-radius: 50px;
  position: relative;
  overflow: hidden;
}
.btn-icon-outline i {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  line-height: 40px;
  text-align: center;
  transform: translateY(-50%);
}
.btn-icon-outline.icon-start {
  padding-left: 50px;
}
.btn-icon-outline.icon-start i {
  left: 6px;
  border-right: 1px solid var(--border-color);
}
.btn-icon-outline.icon-start img {
  width: 40px;
  padding: 10px;
  position: absolute;
  left: 6px;
  border-right: 1px solid var(--border-color);
}
.btn-icon-outline.icon-end {
  padding-right: 50px;
}
.btn-icon-outline.icon-end i {
  right: 6px;
  border-right: 1px solid var(--border-color);
}
.btn-icon-outline.icon-end img {
  width: 40px;
  padding: 10px;
  border-radius: 20px;
  position: absolute;
  left: 6px;
}
.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;
}
.btn-facebook {
  background: #305ccd;
  border-color: #305ccd;
  color: #fff;
}
.btn-facebook:active,
.btn-facebook:focus,
.btn-facebook:hover {
  background: #2649a4;
  color: #fff;
  border-color: #2649a4;
}
.btn-twitter {
  background: #1da1f2;
  border-color: #1da1f2;
  color: #fff;
}
.btn-twitter:active,
.btn-twitter:focus,
.btn-twitter:hover {
  background: #0c85d0;
  color: #fff;
  border-color: #0c85d0;
}
.btn-youtube {
  background: #ff0000;
  border-color: #ff0000;
  color: #fff;
}
.btn-youtube:active,
.btn-youtube:focus,
.btn-youtube:hover {
  background: #cc0000;
  color: #fff;
  border-color: #cc0000;
}
.btn-instagram {
  background: #c32aa3;
  border-color: #c32aa3;
  color: #fff;
}
.btn-instagram:active,
.btn-instagram:focus,
.btn-instagram:hover {
  background: #992180;
  color: #fff;
  border-color: #992180;
}
.btn-pinterest {
  background: #bd081c;
  border-color: #bd081c;
  color: #fff;
}
.btn-pinterest:active,
.btn-pinterest:focus,
.btn-pinterest:hover {
  background: #8c0615;
  color: #fff;
  border-color: #8c0615;
}
.btn-linkedin {
  background: #007bb6;
  border-color: #007bb6;
  color: #fff;
}
.btn-linkedin:active,
.btn-linkedin:focus,
.btn-linkedin:hover {
  background: #005983;
  color: #fff;
  border-color: #005983;
}
.btn-google-plus {
  background: #db4439;
  border-color: #db4439;
  color: #fff;
}
.btn-google-plus:active,
.btn-google-plus:focus,
.btn-google-plus:hover {
  background: #be2d23;
  color: #fff;
  border-color: #be2d23;
}
.btn-google {
  background: #4285f4;
  border-color: #4285f4;
  color: #fff;
}
.btn-google:active,
.btn-google:focus,
.btn-google:hover {
  background: #1266f1;
  color: #fff;
  border-color: #1266f1;
}
.btn-snapchat {
  background: #fffc00;
  border-color: #fffc00;
  color: #000;
}
.btn-snapchat:active,
.btn-snapchat:focus,
.btn-snapchat:hover {
  background: #ccca00;
  color: #000;
  border-color: #ccca00;
}
.btn-whatsapp {
  background: #25d366;
  border-color: #25d366;
  color: #fff;
}
.btn-whatsapp:active,
.btn-whatsapp:focus,
.btn-whatsapp:hover {
  background: #1da851;
  color: #fff;
  border-color: #1da851;
}
.btn-tumblr {
  background: #35465d;
  border-color: #35465d;
  color: #fff;
}
.btn-tumblr:active,
.btn-tumblr:focus,
.btn-tumblr:hover {
  background: #222e3d;
  color: #fff;
  border-color: #222e3d;
}
.btn-reddit {
  background: #ff4500;
  border-color: #ff4500;
  color: #fff;
}
.btn-reddit:active,
.btn-reddit:focus,
.btn-reddit:hover {
  background: #cc3700;
  color: #fff;
  border-color: #cc3700;
}
.btn-spotify {
  background: #1ed760;
  border-color: #1ed760;
  color: #fff;
}
.btn-spotify:active,
.btn-spotify:focus,
.btn-spotify:hover {
  background: #18aa4c;
  color: #fff;
  border-color: #18aa4c;
}
.btn-yahoo {
  background: #430297;
  border-color: #430297;
  color: #fff;
}
.btn-yahoo:active,
.btn-yahoo:focus,
.btn-yahoo:hover {
  background: #2d0165;
  color: #fff;
  border-color: #2d0165;
}
.btn-dribbble {
  background: #ea4c89;
  border-color: #ea4c89;
  color: #fff;
}
.btn-dribbble:active,
.btn-dribbble:focus,
.btn-dribbble:hover {
  background: #e51e6b;
  color: #fff;
  border-color: #e51e6b;
}
.btn-skype {
  background: #00aff0;
  border-color: #00aff0;
  color: #fff;
}
.btn-skype:active,
.btn-skype:focus,
.btn-skype:hover {
  background: #008abd;
  color: #fff;
  border-color: #008abd;
}
.btn-quora {
  background: #aa2200;
  border-color: #aa2200;
  color: #fff;
}
.btn-quora:active,
.btn-quora:focus,
.btn-quora:hover {
  background: #771800;
  color: #fff;
  border-color: #771800;
}
.btn-vimeo {
  background: #1ab7ea;
  border-color: #1ab7ea;
  color: #fff;
}
.btn-vimeo:active,
.btn-vimeo:focus,
.btn-vimeo:hover {
  background: #1295bf;
  color: #fff;
  border-color: #1295bf;
}
.btn-grey {
  --secondary-light: #898c90;
  background-color: var(--secondary-light);
  color: #fff;
}
.btn-grey.btn-outline-grey {
  border-color: var(--secondary-light);
  color: #fff;
}
.btn-grey:active,
.btn-grey:focus,
.btn-grey:hover {
  background-color: var(--light);
  color: var(--title);
}
.signIn-btn {
  overflow: unset;
}
.signIn-btn i {
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
.signIn-btn:focus,
.signIn-btn:active {
  padding-left: 30px !important;
  padding-right: 60px !important;
}
.signIn-btn:focus i,
.signIn-btn:active i {
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  left: 176px !important;
}
.card {
  margin-bottom: 1.25rem;
  background-color: var(--card-bg);
  transition: all 0.5s ease-in-out;
  position: relative;
  border: 0;
  border-radius: var(--border-radius);
  box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.2);
  color: var(--body-color);
}
.card-body {
  padding: 1rem;
  color: var(--body-color);
}
.card-title {
  text-transform: capitalize;
  color: var(--title);
  font-weight: 400;
  font-size: 16px;
}
.card-title--large {
  font-size: 1.5rem;
}
.card-title--medium {
  font-size: 1rem;
}
.card-title--small {
  font-size: 0.875rem;
}
.card .card-text {
  font-size: 12px;
}
.card-header {
  border-color: var(--border-color);
  position: relative;
  background: transparent;
  padding: 1rem 1.25rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.card-header .card-title {
  margin-bottom: 0px;
}
.card-header .subtitle {
  padding-top: 5px;
  font-size: 14px;
  line-height: 1.5;
  color: var(--body-color);
}
.card-footer {
  border-color: var(--border-color);
  background: transparent;
  padding: 1rem 1.25rem;
}
.card.card-full {
  border-radius: 0;
  margin-left: -15px;
  margin-right: -15px;
}
.card[class*=bg-] .card-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3) !important;
}
.card[class*=bg-] .card-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.3) !important;
}
.card.style-1 {
  border: 0;
  box-shadow: var(--box-shadow2);
}
.card.style-1 .title {
  color: var(--body-color);
}
.card.style-1 .form-check {
  justify-content: space-between;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 12px;
}
.card.style-1 .form-check .form-check-label {
  font-family: var(--font-family-title);
}
.card.style-1 .form-check .form-check-input {
  margin-right: 0;
  z-index: 2;
  border-color: var(--text-light);
}
.card.style-1 .form-check .form-check-input:checked {
  background-color: var(--text-light);
}
.card.style-1 .form-check:last-child {
  padding-bottom: 0;
}
.card.style-2 {
  box-shadow: unset;
  border-radius: var(--border-radius-md);
  margin-bottom: 10px;
  overflow: hidden;
}
.card.style-2 .card-header {
  padding: 15px;
  border-bottom: 2px dashed var(--border-color-2);
}
.card.style-2 .card-header .card-title {
  font-weight: 400;
  font-size: 14px;
}
.card.style-2 .card-header .right-content {
  display: flex;
  align-items: center;
  line-height: normal;
  gap: 4px;
  font-size: 13px;
  font-weight: 400;
  color: var(--text-color);
}
.card.style-2 .card-header .right-content i {
  font-size: 14px;
}
.card.style-2 .card-body {
  padding: 15px;
}
.transparent-card.card {
  background: transparent;
  border: 1px solid transparent;
  box-shadow: none;
}
.ic-media-card {
  position: relative;
}
.ic-media-card .ic-media {
  height: 220px;
  border-radius: var(--border-radius);
}
.ic-media-card .ic-media img {
  height: 100%;
  object-fit: cover;
}
.ic-media-card .ic-media::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background:
    linear-gradient(
      0deg,
      rgba(0, 0, 0, 0.7) 0%,
      rgba(0, 0, 0, 0) 50%);
}
.ic-media-card .ic-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: rgba(255, 255, 255, 0.7);
  padding: 10px;
}
.ic-media-card .ic-content .title {
  margin-bottom: 2px;
  color: #fff;
}
.ic-media-card .ic-content .about {
  font-size: 12px;
}
.ic-media-card .ic-content .active-status {
  position: relative;
  padding-left: 15px;
}
.ic-media-card .ic-content .active-status::before {
  content: "";
  position: absolute;
  background-color: #159e42;
  top: 5px;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 20px;
}
.ic-media-card .ic-content .badge {
  border-color: rgba(255, 255, 255, 0.8);
  background-color: rgba(255, 255, 255, 0.2);
  padding: 4px 10px;
}
.ic-media-card.style-2 .ic-media {
  height: calc(100vh - 350px);
  border-radius: var(--border-radius);
}
.ic-media-card.style-2 .ic-media img {
  height: 100%;
  object-fit: cover;
}
.ic-media-card.style-2 .ic-media::after {
  content: "";
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background:
    linear-gradient(
      0deg,
      rgba(0, 0, 0, 0.7),
      rgba(0, 0, 0, 0));
}
.ic-media-card.style-2 .ic-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: rgba(255, 255, 255, 0.7);
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 9;
  font-family: var(--font-family-title);
}
.ic-media-card.style-2 .ic-content .title {
  color: #fff;
}
.ic-media-card.style-2 .ic-content p {
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 0;
}
.ic-media-card.style-2 .ic-content .ic-icon {
  background: var(--btn-gradient);
  color: #fff;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 0;
}
.ic-media-card.style-2 .ic-content .ic-icon i {
  font-size: 26px;
  margin-top: 2px;
  line-height: 0;
}
.ic-media-card.style-3 .ic-media {
  height: 100%;
  border-radius: var(--border-radius);
}
.ic-media-card.style-3 .ic-media img {
  height: 100%;
  object-fit: cover;
}
.ic-media-card.style-3 .ic-media::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background:
    linear-gradient(
      0deg,
      rgba(0, 0, 0, 0.6),
      rgba(0, 0, 0, 0.1));
}
.ic-media-card.style-3 .ic-content {
  position: absolute;
  bottom: 15px;
  left: 0;
  width: 100%;
  color: rgba(255, 255, 255, 0.7);
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  z-index: 9;
  gap: 5px;
  font-family: var(--font-family-title);
}
.ic-media-card.style-3 .ic-content .title {
  color: #fff;
  margin-bottom: 0;
  font-weight: 500;
}
.ic-media-card.style-3 .ic-content p {
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 5px;
}
.ic-media-card.style-4 .ic-content {
  display: flex;
  align-items: center;
}
.ic-media-card.style-4 .ic-content .title {
  margin-bottom: 3px;
}
.ic-media-card.style-4 .ic-content .ic-icon {
  background: var(--btn-gradient);
  color: #fff;
  min-width: 35px;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.ic-media-card.style-5 {
  overflow: hidden;
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius);
}
.ic-media-card.style-5 .ic-media {
  display: block;
  width: 100%;
  height: 100%;
}
.ic-media-card.style-5 .ic-content {
  display: flex;
  align-items: start;
  flex-direction: column;
  padding: 0;
}
.ic-media-card.style-5 .ic-content .title {
  margin-bottom: 0;
}
.ic-media-card.style-5 .left-content {
  padding: 10px 10px 5px;
}
.ic-media-card.style-5 .left-content > a {
  color: inherit;
}
.ic-media-card.style-5 .meta-btn {
  padding: 10px;
  width: 100%;
  background-color: var(--bg-white);
  display: flex;
  justify-content: center;
  gap: 8px;
}
.ic-media-card.style-5 .meta-btn i {
  transform: scale(1.2);
  font-weight: 900;
}
.divider {
  position: relative;
  width: 100%;
  clear: both;
  border-color: var(--primary);
  border-width: 2px 0 0 0;
  margin: 15px 0;
  border-style: solid;
  z-index: 1;
}
.divider.style-2 {
  display: block;
  border-color: var(--border-color);
  border-width: 1px 0 0 0;
}
.divider.style-3 {
  width: auto;
  display: block;
  border-color: var(--border-color);
  border-width: 1px 0 0 0;
  margin: 15px -15px;
  padding: 0 15px;
}
.divider.divider-dotted {
  border-style: dotted;
}
.divider.divider-dashed {
  border-style: dashed;
}
.divider.border-light {
  border-color: #efefef !important;
}
.divider.inner-divider {
  padding: 10px 0;
}
.divider.inner-divider > i,
.divider.inner-divider > span {
  color: #fff;
  position: absolute;
  text-align: center;
  background-color: var(--primary);
  left: 50%;
  transform: translateX(-50%);
}
.divider.inner-divider > i {
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 50%;
  top: -18px;
}
.divider.inner-divider > span {
  padding: 8px 12px;
  font-size: 13px;
  font-weight: 500;
  line-height: 13px;
  top: -15px;
  border-radius: 2px;
}
.divider.inner-divider.left i,
.divider.inner-divider.left span {
  left: 0;
  transform: unset;
}
.divider.inner-divider.right i,
.divider.inner-divider.right span {
  left: auto;
  right: 0;
  transform: unset;
}
.divider.inner-divider.border-primary i,
.divider.inner-divider.border-primary span {
  background-color: var(--primary);
}
.divider.inner-divider.border-primary.transparent span {
  color: var(--primary);
}
.divider.inner-divider.border-secondary i,
.divider.inner-divider.border-secondary span {
  background-color: var(--secondary);
}
.divider.inner-divider.border-secondary.transparent span {
  color: var(--secondary);
}
.divider.inner-divider.border-success i,
.divider.inner-divider.border-success span {
  background-color: #159e42;
}
.divider.inner-divider.border-success.transparent span {
  color: #159e42;
}
.divider.inner-divider.border-danger i,
.divider.inner-divider.border-danger span {
  background-color: #ff0000;
}
.divider.inner-divider.border-danger.transparent span {
  color: #ff0000;
}
.divider.inner-divider.border-info i,
.divider.inner-divider.border-info span {
  background-color: #4cb1ff;
}
.divider.inner-divider.border-info.transparent span {
  color: #4cb1ff;
}
.divider.inner-divider.border-warning i,
.divider.inner-divider.border-warning span {
  background-color: #e54f4f;
}
.divider.inner-divider.border-warning.transparent span {
  color: #e54f4f;
}
.divider.inner-divider.border-light i,
.divider.inner-divider.border-light span {
  background-color: #efefef;
  color: #000;
}
.divider.inner-divider.border-dark i,
.divider.inner-divider.border-dark span {
  background-color: #2f2f2f;
}
.divider.inner-divider.border-dark.transparent span {
  color: #2f2f2f;
}
.divider.inner-divider.transparent {
  border-width: 1px 0 0 0;
}
.divider.inner-divider.transparent span {
  background-color: var(--bg-white);
  color: #000000;
}
.dropdown-toggle {
  gap: 5px;
}
.dropdown .dropdown-menu {
  min-width: 10rem;
  padding: 0.5rem 0;
  font-size: 0.875rem;
  color: #313131;
  text-align: left;
  list-style: none;
  background-color: var(--bg-white);
  border-radius: 0.25rem;
  border: 0;
  box-shadow: 0 8px 15px 0 rgba(0, 0, 0, 0.04);
}
.dropdown-toggle:focus {
  box-shadow: none !important;
}
.dropdown-outline {
  border: 0.1rem solid var(--primary);
}
.dropdown-menu {
  font-size: inherit;
  border: 0;
  z-index: 2;
  overflow: hidden;
  background-color: var(--bg-white);
  border-radius: var(--border-radius) -sm;
  box-shadow: 0 0 3.125rem 0 rgba(82, 63, 105, 0.15);
  margin-top: 0;
}
.dropdown-menu .dropdown-item {
  font-size: 1rem;
  color: #000000;
  padding: 0.5rem 1.75rem;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
@media only screen and (max-width: 87.5rem) {
  .dropdown-menu .dropdown-item {
    padding: 0.375rem 1rem;
    font-size: 0.875rem;
  }
}
.dropdown-menu .dropdown-item:hover,
.dropdown-menu .dropdown-item:focus,
.dropdown-menu .dropdown-item:active,
.dropdown-menu .dropdown-item.active {
  color: #514e5f;
}
.dropdown-menu .dropdown-item.active,
.dropdown-menu .dropdown-item:active {
  color: var(--primary);
  background: var(--rgba-primary-1);
}
.dropdown-menu.show {
  right: 0;
}
.dropdown-toggle-split {
  padding: 0 0.625rem;
  opacity: 0.85;
}
.dropdown-toggle-split:after {
  margin-left: 0 !important;
}
.dropdown-toggle-split:active,
.dropdown-toggle-split:focus,
.dropdown-toggle-split:hover {
  opacity: 1;
}
.dropright .dropdown-toggle::after {
  content: none;
}
.custom-dropdown {
  display: inline-block;
  margin-bottom: 1rem;
}
.custom-dropdown .dropdown-menu {
  border: 0rem;
  min-width: 10rem;
}
.card-action .custom-dropdown {
  margin: 0rem;
  background: var(--rgba-primary-1);
}
.card-action .custom-dropdown.show,
.card-action .custom-dropdown:focus,
.card-action .custom-dropdown:hover {
  background: var(--primary);
  color: #fff;
}
.card-action .custom-dropdown i {
  display: inline-block;
  padding-top: 0.5625rem;
}
.dropdown .dropdown-dots {
  position: relative;
  height: 0.3125rem;
  width: 0.3125rem;
  background: rgba(47, 47, 47, 0.4);
  border-radius: 0.3125rem;
  display: block;
}
.dropdown .dropdown-dots:after,
.dropdown .dropdown-dots:before {
  content: "";
  height: 0.3125rem;
  width: 0.3125rem;
  background: rgba(47, 47, 47, 0.4);
  position: absolute;
  border-radius: 0.3125rem;
}
.dropdown .dropdown-dots:after {
  right: -0.5rem;
}
.dropdown .dropdown-dots:before {
  left: -0.5rem;
}
.dropdown .dropdown-dots.text-white {
  background: rgba(255, 255, 255, 0.7);
}
.dropdown .dropdown-dots.text-white:after,
.dropdown .dropdown-dots.text-white:before {
  background: rgba(255, 255, 255, 0.7);
}
.form-label {
  font-size: 13px;
  font-weight: 400;
  color: var(--text-color);
  margin-bottom: 5px;
}
.required {
  position: relative;
}
.required::after {
  content: "\f621";
  position: absolute;
  font-size: 6px;
  font-weight: 900;
  color: #ff0000;
  font-family: "Font Awesome 6 Free";
  padding: 3px 0 0 2px;
}
.input-icon + .form-control {
  padding: 0 10px 0 48px;
}
input[type=date]::-webkit-inner-spin-button,
input[type=date]::-webkit-calendar-picker-indicator {
  display: none;
  -webkit-appearance: none;
}
.form-control {
  height: 48px;
  border: 2px solid var(--border-color);
  padding: 10px 15px;
  font-size: 14px;
  font-weight: 300;
  color: var(--title);
  background: var(--bg-white);
  border-radius: var(--border-radius-md);
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
.form-control .select {
  padding: 12px 0;
}
.form-control.form-control-lg {
  height: 4rem;
  font-size: 1rem;
}
.form-control.form-control-sm {
  height: 2.813rem;
  font-size: 0.875rem;
}
.form-control span {
  margin-top: 0;
}
.form-control:-ms-input-placeholder,
.form-control::-webkit-input-placeholder,
.form-control::placeholder {
  color: var(--text-muted);
  font-weight: 300;
}
.form-control:focus,
.form-control:active,
.form-control.active {
  border-color: var(--primary) !important;
  color: var(--dark);
  box-shadow: unset;
  background-color: var(--bg-white);
}
.form-control.style-1 {
  border-color: var(--border-color);
}
.form-control.style-2 {
  background-color: var(--body-bg);
}
.form-control.style-2:focus,
.form-control.style-2:active,
.form-control.style-2.active {
  border-color: var(--primary);
}
textarea.form-control {
  min-height: unset;
  height: auto;
}
textarea.form-control[rows] {
  height: auto;
}
textarea.form-control.ic-textarea {
  background-color: var(--bg-white);
}
.btn-link {
  font-size: 12px;
  color: var(--title);
  text-decoration: underline;
  display: block;
}
.btn-link:hover {
  color: var(--title);
}
textarea {
  height: 120px;
  resize: none;
}
.input-group.input-select .input-group-text {
  padding: 10px 6px 10px 10px;
}
.input-group .input-group-text {
  background-color: var(--bg-white) !important;
  border-width: 2px;
  border-color: var(--border-color);
  border-radius: var(--border-radius);
  transition: all 0.3s ease-in-out;
  padding: 10px 15px;
}
.input-group .input-group-text.style-1 {
  border-color: var(--border-color);
}
.input-group.search-input .btn-close {
  width: 24px;
  position: absolute;
  line-height: 26px;
  height: 24px;
  padding: 0 !important;
  font-size: 0.875rem;
  right: 10px;
  border-radius: 50% !important;
  z-index: 999;
  text-align: center;
  background: #b9b9b9;
  top: 50%;
  display: none;
  transform: translateY(-50%);
}
.input-group.style-2 .ic-input-animate {
  flex: 1;
  border: 1px solid var(--border-color);
  height: 60px;
  padding: 15px;
}
.input-group.style-2 .ic-input-animate:not(:first-child) {
  border-top-right-radius: var(--border-radius-sm);
  border-bottom-right-radius: var(--border-radius-sm);
}
.input-group.style-2 .ic-input-animate .form-control {
  border: 0;
  height: auto;
  padding: 0;
  position: relative;
  top: 10px;
  z-index: 1;
  background: transparent;
}
.input-group.style-2 .ic-input-animate .form-label {
  top: 18px;
  left: 15px;
  margin: 0;
}
.input-group.style-2 .ic-input-animate.focused .form-label {
  top: 10px;
}
.input-group.style-2 .form-control {
  margin-left: 0 !important;
  border-left: 1px solid var(--border-color);
  padding-left: 15px;
  font-size: 18px;
}
.input-group.style-2 .input-group-text {
  background-color: var(--body-bg) !important;
}
.input-group.style-2:focus-within .ic-input-animate,
.input-group.style-2:focus-within .input-group-text,
.input-group.style-2:focus-within .form-control {
  border-color: var(--primary);
}
.input-rounded {
  --radius: 50px;
}
.input-rounded .form-control {
  border-radius: var(--radius);
}
.input-rounded .input-group-text {
  border-radius: var(--radius);
}
.bt-0 {
  border-top: 0 !important;
}
.bb-0 {
  border-bottom: 0 !important;
}
.be-0 {
  border-right: 0 !important;
}
.bs-0 {
  border-left: 0 !important;
}
.input-group:focus-within .input-group-text,
.input-group:focus-within .form-control {
  border-color: var(--primary);
  box-shadow: unset;
}
.show-pass {
  cursor: pointer;
}
.show-pass i {
  font-size: 20px;
  color: var(--primary);
}
.show-pass .eye-open {
  display: none;
}
.show-pass.active .eye-close {
  display: none;
}
.show-pass.active .eye-open {
  display: inline-block;
  color: var(--secondary);
}
select {
  width: 100%;
  height: 48px;
  color: #7e7e7e;
  border: 1px solid #ddd;
  border-radius: 45px;
}
.form-check {
  display: flex;
  align-items: center;
}
.form-check .form-check-input {
  width: 20px;
  min-width: 20px;
  margin-right: 10px;
  height: 20px;
  margin-top: 0;
  border: 2px solid #ffb000;
  background-color: transparent;
}
.form-check .form-check-input:checked {
  background-color: #ffb000;
}
.form-check .form-check-label {
  color: var(--title);
  font-size: 12px;
  font-weight: 400;
  width: 100%;
}
.form-check.style-2 {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0;
}
.form-check.style-2 .form-check-input {
  position: absolute;
  opacity: 0;
  min-width: 0;
  width: 0;
  height: 0;
}
.form-check.style-2 .form-check-label {
  border: 1px solid transparent;
  padding: 14px 20px;
  margin-right: 0;
  font-size: 13px;
  font-weight: 400;
  border-radius: var(--border-radius);
  background-color: var(--primary);
}
.form-check.style-2 .form-check-input:checked + .form-check-label {
  background-color: var(--secondary);
  color: #fff;
}
.form-check.style-3 {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0;
}
.form-check.style-3 .form-check-input {
  background-color: var(--bg-white);
  border: 4px solid var(--light);
  margin: 0;
}
.form-check.style-3 .form-check-input:checked {
  border-color: var(--primary) !important;
  box-shadow: unset;
}
.form-check.style-4 {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0;
}
.form-check.style-4 .form-check-input {
  position: absolute;
  opacity: 0;
  min-width: 0;
  width: 0;
  height: 0;
}
.form-check.style-4 .form-check-label {
  border: 2px solid #ffb000;
  padding: 10px 15px;
  margin-right: 0;
  font-size: 13px;
  font-weight: 400;
  border-radius: var(--border-radius);
  background-color: transparent;
}
.form-check.style-4 .form-check-input:checked + .form-check-label {
  background-color: var(--primary);
  border-color: var(--primary);
  color: var(--secondary);
}
.check-box {
  margin-left: -30px;
  margin-right: 10px;
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  width: auto;
  display: block;
}
.check-box input {
  position: absolute !important;
  transform: translateX(-10000px);
}
.check-box input:checked ~ .check-1 {
  opacity: 0 !important;
  display: none !important;
}
.check-box input:checked ~ .check-2 {
  display: block;
  color: var(--primary);
}
.check-box .fa-check-circle {
  display: none;
}
.check-box i {
  width: 20px;
  text-align: center;
  pointer-events: none;
  position: absolute;
  left: 30px;
  font-size: 1.125rem;
  top: 1px;
  height: 24px;
  line-height: 24px;
}
.check-box label {
  cursor: pointer;
  font-size: 13px;
  font-weight: 500;
  padding: 0 15px 0 35px;
}
.check-box .check-2 {
  display: none;
}
.input-group-text {
  background-color: transparent !important;
}
.input-group-text ~ .form-control {
  margin-left: 0 !important;
}
.input-group > :not(:first-child) {
  border-left: 0;
}
.input-group > :not(:last-child) {
  border-right: 0;
}
.input-lg .input-group-text {
  padding: 10px !important;
}
.input-lg .input-group-text:not(.show-pass) {
  height: 55px;
  padding: 8px;
}
.input-lg .input-group-text:not(.show-pass) .input-icon {
  width: 45px;
  height: 45px;
  font-size: 24px;
  line-height: 45px;
}
.input-lg .input-group-text:not(.show-pass) .input-icon svg {
  width: 28px !important;
  height: 28px !important;
}
.input-lg .input-group-text:not(.show-pass) .input-icon svg circle,
.input-lg .input-group-text:not(.show-pass) .input-icon svg path {
  fill: var(--title);
}
.input-lg .form-control {
  height: 55px;
}
.input-sm .input-group-text:not(.show-pass) {
  height: 45px;
  padding: 5px;
}
.input-sm .input-group-text:not(.show-pass) .input-icon {
  font-size: 14px;
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.input-sm .input-group-text:not(.show-pass) .input-icon svg {
  width: 14px;
  height: 14px;
}
.input-sm .form-control {
  height: 45px;
  font-size: 0.875rem;
}
.input-group-icon .input-group-text:not(.show-pass) {
  padding: 3px;
}
.input-group-icon .input-group-text:not(.show-pass) .input-icon {
  background-color: transparent !important;
  padding: 0;
  width: 38px;
  height: 38px;
  font-size: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.input-group-icon .input-group-text:not(.show-pass) .input-icon svg {
  width: 18px;
  height: 18px;
}
.input-group-icon .input-group-text:not(.show-pass) .input-icon i {
  color: var(--title);
  font-size: 20px;
}
.input-mini .input-group-text {
  padding: 10px 15px;
}
.input-mini .input-group-text,
.input-mini .form-control {
  border-radius: 0;
  border-width: 0 0 1px;
  background-color: transparent !important;
}
.input-mini .form-control {
  padding-left: 5px;
}
.ic-select .input-group-text,
.ic-select .form-control {
  background-color: var(--bg-white) !important;
}
.form-control.custom-image-select {
  border-radius: var(--border-radius);
}
.form-control.custom-image-select img {
  width: 30px;
  min-width: 30px;
  margin-right: 5px;
  height: 20px;
  border-radius: 4px;
}
.form-control.custom-image-select .dropdown-menu {
  width: 100%;
}
.form-control.custom-image-select .dropdown-toggle {
  border: 0 !important;
  padding: 0;
  position: relative;
}
.form-control.custom-image-select .dropdown-toggle:focus {
  outline: none !important;
  outline-offset: none !important;
}
.form-control.custom-image-select .dropdown-toggle.btn-light {
  background-color: var(--bg-white);
}
.form-control.custom-image-select .dropdown-toggle:after {
  content: "\e842";
  position: absolute;
  font-weight: 500;
  top: 50%;
  right: 15px;
  margin-top: 0;
  font-family: "feather" !important;
  border: 0 !important;
  transform: translateY(-50%);
  opacity: 0.5;
}
.form-control.custom-image-select .filter-option-inner-inner {
  margin-right: 5px;
  border-right: 1px solid var(--primary);
  padding-right: 30px;
}
.form-control.custom-image-select .dropdown-menu .dropdown-item {
  padding: 10px 15px 10px 15px;
  text-align: left;
}
.ic-input-animate {
  position: relative;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
.ic-input-animate label {
  position: absolute;
  font-size: 18px;
  font-weight: 400;
  top: 15px;
  left: 0;
  color: #777;
  -webkit-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}
.ic-input-animate.focused label {
  font-size: 12px;
  top: -8px;
  left: 0px;
  margin-bottom: 0;
}
.list-group .list-group-item {
  background-color: var(--bg-white);
  border-color: var(--border-color);
  color: var(--title);
}
.list-group .list-group-item.active {
  --title: #fff !important;
  background-color: var(--primary);
  color: var(--theme-text-color);
}
.list-group .list-group-item-primary {
  background-color: var(--primary-light);
}
.list-group .list-group-item-secondary {
  background-color: var(--secondary-light);
}
.list-group .list-group-item-success {
  background-color: #78ed9f;
}
.list-group .list-group-item-danger {
  background-color: #ffb3b3;
}
.list-group .list-group-item-warning {
  background-color: #fcebeb;
}
.list-group .list-group-item-info {
  background-color: #e5f4ff;
}
.list-group .list-group-item-light {
  background-color: #f2f2f2;
}
.list-group .list-group-item-dark {
  background-color: #afafaf;
}
.ic-list > ul > li {
  border-bottom: 1px solid var(--border-color-2);
  padding: 12px 0;
}
.ic-list > ul > li .ic-media {
  margin-right: 15px;
  min-width: 15px;
}
.ic-list > ul > li .list-icon {
  margin-right: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ic-list > ul > li .list-icon i {
  font-size: 20px;
  line-height: 1;
  color: var(--text-color);
}
.ic-list > ul > li .list-icon svg {
  width: 24px;
  height: 24px;
}
.ic-list > ul > li .list-icon svg path {
  fill: var(--text-color);
}
.ic-list > ul > li .list-icon.icon-sm i {
  font-size: 18px;
}
.ic-list > ul > li .list-icon.icon-sm svg {
  width: 18px;
  height: 18px;
  transform: scale(1.1);
}
.ic-list > ul > li .item-content {
  display: flex;
  align-items: center;
  position: relative;
}
.ic-list > ul > li .item-content .ic-icon i {
  color: rgba(0, 0, 0, 0.4);
}
.ic-list > ul > li .item-content .title {
  color: var(--title);
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom: 0;
}
.ic-list > ul > li .item-link::after {
  content: "\e844";
  font-family: "feather" !important;
  right: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-weight: 500;
  font-size: 20px;
}
.ic-list .ic-list-group .list-group-items {
  padding: 10px;
  margin-bottom: 10px;
  position: relative;
  border: 0;
  background-color: var(--bg-white);
  border-radius: var(--border-radius-md);
}
.ic-list .ic-list-group .list-group-items .item-link {
  display: flex;
  align-items: center;
}
.ic-list .ic-list-group .list-group-items .item-link::after {
  content: "\e829";
  font-family: "feather" !important;
  right: 12px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-weight: 500;
  font-size: 24px;
}
.ic-list .ic-list-group .list-group-items .ic-icon {
  margin-right: 10px;
  border-radius: var(--border-radius);
}
.ic-list .ic-list-group .list-group-items .list-content .title {
  margin-bottom: 2px;
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 400;
}
.ic-list .ic-list-group .list-group-items .list-content .active-status {
  margin-bottom: 0;
  font-size: 11px;
  color: var(--text-muted);
  font-weight: 300;
}
.ic-list.list-space > ul > li {
  padding-left: 20px;
  padding-right: 20px;
}
.ic-list.list-space > ul > li a.item-link:after {
  right: 20px;
}
.ic-list.style-1 ul li {
  border-bottom: 0;
  padding: 10px 0;
}
.ic-list.style-1 ul li a {
  color: var(--body-color);
}
.ic-list.style-1 ul li:last-child {
  padding-bottom: 5px;
}
.ic-list.style-1 ul .item-content .list-icon {
  margin-right: 10px;
}
.ic-list.style-1 ul .item-content .ic-icon {
  margin-right: 15px;
  width: auto;
  height: auto;
}
.ic-list.style-1 ul .item-content .ic-icon svg {
  width: 20px;
  height: 20px;
}
.ic-list.style-1 ul .item-content .ic-icon svg svg path {
  fill: var(--body-color);
}
.ic-list.style-1 ul .item-content .ic-icon i {
  font-size: 20px;
  color: var(--body-color);
}
.ic-list.style-1 ul .item-content .ic-inner .title {
  font-weight: 400;
  color: var(--title);
  font-size: 12px;
  line-height: 1;
  font-family: var(--font-family-base);
}
.ic-list.style-2 ul li {
  padding: 15px;
  margin: 0 -15px;
}
.ic-list.style-2 ul li a {
  color: var(--rgba-primary-8);
}
.ic-list.style-2 ul .item-content .ic-icon {
  margin-right: 15px;
  width: auto;
  height: auto;
}
.ic-list.style-2 ul .item-content .ic-icon svg {
  width: 20px;
  height: 20px;
}
.ic-list.style-2 ul .item-content .ic-icon svg svg path {
  fill: var(--rgba-primary-3);
}
.ic-list.style-2 ul .item-content .ic-icon i {
  font-size: 20px;
  color: var(--rgba-primary-3);
}
.ic-list.style-2 ul .item-content .ic-inner .title {
  font-weight: 400;
  color: var(--title);
  font-size: 16px;
  line-height: 1;
}
.ic-list.style-3 ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.ic-list.style-3 ul li {
  border-bottom: 0px;
  padding: 10px;
  background-color: var(--bg-white);
  border-radius: 10px;
}
.ic-list.style-3 ul li a {
  color: var(--body-color);
}
.ic-list.style-3 ul .item-content .ic-icon {
  margin-right: 12px;
}
.ic-list.style-3 ul .item-content .ic-inner .title {
  font-weight: 400;
  color: var(--title);
  font-size: 14px;
  line-height: 1;
}
.ic-list.style-3 ul .item-link::after {
  opacity: 0.5;
}
.recent-search-list {
  background-color: var(--bg-white);
  margin-bottom: 10px;
  border-radius: var(--border-radius-md);
}
.recent-search-list ul li {
  width: 100%;
  border-bottom: 2px dashed var(--border-color-2);
  padding: 15px;
}
.recent-search-list ul li:last-child {
  border-bottom: 0;
}
.recent-search-list ul li.search-content {
  display: flex;
  align-items: center;
  color: var(--title);
  font-size: 15px;
  font-weight: 400;
}
.recent-search-list ul li.search-content .left-content {
  display: flex;
  align-items: center;
  flex: 1;
  gap: 15px;
}
.recent-search-list ul li.search-content .left-content span {
  font-size: 12px;
}
.recent-search-list ul li.search-content .left-content i {
  font-size: 20px;
  color: var(--primary);
}
.recent-search-list ul li.search-content .right-content {
  color: var(--secondary);
  font-size: 20px;
}
.recent-search-list ul li.search-content .right-content i {
  color: var(--title);
}
.media-0 {
  width: 0px;
  min-width: 0px;
  height: 0px;
}
.media-5 {
  width: 5px;
  min-width: 5px;
  height: 5px;
}
.media-10 {
  width: 10px;
  min-width: 10px;
  height: 10px;
}
.media-15 {
  width: 15px;
  min-width: 15px;
  height: 15px;
}
.media-20 {
  width: 20px;
  min-width: 20px;
  height: 20px;
}
.media-25 {
  width: 25px;
  min-width: 25px;
  height: 25px;
}
.media-30 {
  width: 30px;
  min-width: 30px;
  height: 30px;
}
.media-35 {
  width: 35px;
  min-width: 35px;
  height: 35px;
}
.media-40 {
  width: 40px;
  min-width: 40px;
  height: 40px;
}
.media-45 {
  width: 45px;
  min-width: 45px;
  height: 45px;
}
.media-50 {
  width: 50px;
  min-width: 50px;
  height: 50px;
}
.media-55 {
  width: 55px;
  min-width: 55px;
  height: 55px;
}
.media-60 {
  width: 60px;
  min-width: 60px;
  height: 60px;
}
.media-65 {
  width: 65px;
  min-width: 65px;
  height: 65px;
}
.media-70 {
  width: 70px;
  min-width: 70px;
  height: 70px;
}
.media-75 {
  width: 75px;
  min-width: 75px;
  height: 75px;
}
.media-80 {
  width: 80px;
  min-width: 80px;
  height: 80px;
}
.media-85 {
  width: 85px;
  min-width: 85px;
  height: 85px;
}
.media-90 {
  width: 90px;
  min-width: 90px;
  height: 90px;
}
.media-95 {
  width: 95px;
  min-width: 95px;
  height: 95px;
}
.media-100 {
  width: 100px;
  min-width: 100px;
  height: 100px;
}
.media-105 {
  width: 105px;
  min-width: 105px;
  height: 105px;
}
.media-110 {
  width: 110px;
  min-width: 110px;
  height: 110px;
}
.media-115 {
  width: 115px;
  min-width: 115px;
  height: 115px;
}
.media-120 {
  width: 120px;
  min-width: 120px;
  height: 120px;
}
.media-125 {
  width: 125px;
  min-width: 125px;
  height: 125px;
}
.media-130 {
  width: 130px;
  min-width: 130px;
  height: 130px;
}
.media-135 {
  width: 135px;
  min-width: 135px;
  height: 135px;
}
.media-140 {
  width: 140px;
  min-width: 140px;
  height: 140px;
}
.media-145 {
  width: 145px;
  min-width: 145px;
  height: 145px;
}
.media-150 {
  width: 150px;
  min-width: 150px;
  height: 150px;
}
.media-155 {
  width: 155px;
  min-width: 155px;
  height: 155px;
}
.media-160 {
  width: 160px;
  min-width: 160px;
  height: 160px;
}
.media-165 {
  width: 165px;
  min-width: 165px;
  height: 165px;
}
.media-170 {
  width: 170px;
  min-width: 170px;
  height: 170px;
}
.media-175 {
  width: 175px;
  min-width: 175px;
  height: 175px;
}
.media-180 {
  width: 180px;
  min-width: 180px;
  height: 180px;
}
.media-185 {
  width: 185px;
  min-width: 185px;
  height: 185px;
}
.media-190 {
  width: 190px;
  min-width: 190px;
  height: 190px;
}
.media-195 {
  width: 195px;
  min-width: 195px;
  height: 195px;
}
.media-200 {
  width: 200px;
  min-width: 200px;
  height: 200px;
}
.media {
  display: flex;
  align-items: center;
}
.media img {
  width: 100%;
  min-width: 100%;
  height: 100%;
  object-fit: cover;
}
.media-primary {
  background: var(--rgba-primary-1);
  color: var(--primary);
}
.media-info {
  background: #e5f4ff;
  color: #4cb1ff;
}
.media-warning {
  background: #fcebeb;
  color: #e54f4f;
}
.media-danger {
  background: #ffb3b3;
  color: #ff0000;
}
.media-success {
  background: #78ed9f;
  color: #159e42;
}
.media.rounded-circle img {
  border-radius: 50%;
}
.modal-header {
  padding: 1rem 1.875rem;
  border-color: var(--border-color);
}
.modal-header .btn-close {
  padding: 0;
  margin: 0;
  font-size: 18px;
  opacity: 0.3;
  line-height: 1;
}
.modal-header .close {
  padding: 0.875rem 1.815rem;
  margin: 0;
  position: absolute;
  right: 0;
  float: none;
  top: 0;
  font-size: 1.875rem;
  font-weight: 100;
}
@media only screen and (max-width: 35.9375rem) {
  .modal-header {
    padding: 1rem 1rem 1rem;
  }
}
.modal-body {
  padding: 1.875rem;
}
@media only screen and (max-width: 35.9375rem) {
  .modal-body {
    padding: 1rem;
  }
}
.modal-footer {
  padding: 10px 10px;
  border-top: var(--bg-white);
}
@media only screen and (max-width: 35.9375rem) {
  .modal-footer {
    padding: 1rem;
  }
}
.modal-content {
  border-radius: 10px;
  border: 1px solid var(--border-color);
  background: var(--bg-white);
}
.ic-modal-btn {
  width: 90px;
  min-width: 90px;
  height: 35px;
  line-height: 30px;
  text-align: center;
  font-size: 12px;
  font-weight: 600;
  color: #000000;
  background: var(--bg-white);
  border-radius: var(--border-radius-sm);
  border: 2px dashed var(--border-color);
}
.notification-modal .modal-content {
  border-radius: 20px;
  border: 0;
}
.notification-modal .modal-header {
  border: 0;
  width: 100%;
}
.notification-modal .modal-header .btn-close {
  opacity: 1;
}
.notification-modal .modal-body {
  text-align: center;
  padding: 6px 30px;
}
.notification-modal .modal-body .ic-icon {
  margin: 0 auto 20px;
  width: 100px;
  min-width: 100px;
  height: 100px;
  background-color: var(--primary);
  border-radius: 50%;
}
.notification-modal .modal-body .ic-icon i {
  font-size: 40px;
}
.notification-modal .modal-body .ic-icon svg {
  width: 40px;
  height: 40px;
}
.notification-modal .modal-body .ic-icon svg path {
  stroke: unset;
}
.notification-modal .modal-body p {
  font-size: 12px;
  margin: 0;
  font-weight: 300;
  color: var(--text-muted);
  line-height: 18px;
}
.notification-modal .modal-footer {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 15px 30px 30px;
}
.notification-modal .modal-footer > * {
  margin: 0;
}
.table > :not(:first-child) {
  border-top: 0px solid currentColor;
}
.table-striped > tbody > tr:nth-of-type(odd) > * {
  --bs-table-accent-bg: var(--rgba-primary-1);
}
.table th {
  font-size: 14px;
  font-weight: 600;
}
.pricing-table {
  background-color: var(--bg-white);
  border-radius: var(--border-radius-md);
  overflow: hidden;
  --btn-shadow: 0px 10px 30px 0px rgba(255, 63, 152, 0.2);
}
.pricing-table .pricing-head {
  padding: 20px 15px;
  background-size: cover;
  background-position: center;
}
.pricing-table .pricing-head .price,
.pricing-table .pricing-head .title {
  color: #fff;
}
.pricing-table .pricing-body {
  padding: 20px 15px 0;
}
.pricing-table .table-list .list {
  display: flex;
  align-items: center;
  padding: 8px 0;
  border-bottom: 1px dashed var(--border-color);
  font-family: var(--font-family-title);
}
.pricing-table .table-list .list > i {
  font-size: 16px;
  margin-right: 10px;
  color: #51d961;
}
.pricing-table .table-bottom-content {
  padding: 24px;
}
.subscription-box {
  text-align: center;
}
.subscription-box .icon-bx {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  font-size: 32px;
  background-color: var(--rgba-primary-1);
  color: var(--primary);
}
.short-tag {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-bottom: 26px;
}
.short-tag .btn-check:checked + .tag-btn {
  border-color: var(--primary);
  transform: scale(1.1);
  z-index: 9;
}
.short-tag .btn-check:checked + .tag-btn .mid-content .tag-btn {
  border-left-color: var(--primary);
  border-right-color: var(--primary);
}
.short-tag .btn-check:checked + .tag-btn:after {
  display: block;
}
.short-tag .tag-btn {
  border: 2px solid var(--border-color);
  border-radius: 0;
  padding: 12px;
  background: var(--bg-white);
  display: inline-block;
  position: relative;
  transform: scale(1);
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.short-tag .tag-btn .title {
  font-size: 28px;
  color: var(--title);
  font-weight: 600;
}
.short-tag .tag-btn .pack {
  color: var(--title);
  font-weight: 700;
}
.short-tag .tag-btn .small-text {
  font-size: 14px;
  font-weight: 400;
  color: var(--body-color);
}
.short-tag .mid-content .tag-btn {
  border-left-color: transparent;
  border-right-color: transparent;
}
.form-switch .form-check-input {
  width: 2.25rem;
  height: 1.125rem;
  margin-right: 14px;
}
.form-switch .form-check-input.form-check-primary:checked {
  background-color: var(--primary);
  border-color: var(--primary);
}
.form-switch .form-check-input.form-check-warning:checked {
  background-color: #e54f4f;
  border-color: #e54f4f;
}
.form-switch .form-check-input.form-check-success:checked {
  background-color: #159e42;
  border-color: #159e42;
}
.form-switch .form-check-input.form-check-danger:checked {
  background-color: #ff0000;
  border-color: #ff0000;
}
.form-switch .form-check-input.form-check-info:checked {
  background-color: #4cb1ff;
  border-color: #4cb1ff;
}
.form-switch .form-check-input.form-check-dark:checked {
  background-color: #2f2f2f;
  border-color: #2f2f2f;
}
.custom-switch {
  position: relative;
  line-height: 1;
}
.custom-switch input {
  display: none;
}
.custom-switch label {
  cursor: pointer;
}
.custom-switch label:before {
  content: "";
  display: block !important;
  background-color: var(--bg-white);
  pointer-events: all;
  width: 40px !important;
  height: 22px !important;
  transition: all 250ms ease;
  border-radius: 18px;
  box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.14);
}
.custom-switch label:after {
  content: "";
  display: block !important;
  z-index: 6;
  position: absolute;
  top: 2px;
  left: 2px;
  width: 18px !important;
  height: 18px !important;
  transition: all 250ms ease;
  border-radius: 50px !important;
  background-color: var(--secondary);
  transition: all 250ms ease;
}
.custom-switch .switch-input:checked ~ .custom-switch-label:after {
  transform: translateX(18px) !important;
  -webkit-transform: translateX(18px) !important;
}
.custom-switch .switch-input:checked ~ .custom-switch-label:before {
  background-color: var(--primary) !important;
}
.mode {
  display: flex;
  align-items: center;
}
.mode .custom-switch {
  margin-left: auto;
}
.popover-area .bootstrap-popover .btn {
  padding: 6px 14px;
  font-size: 14px;
}
.popover {
  border: 0.125rem solid var(--primary);
  min-width: 13.125rem;
  box-shadow: 0 0 1.875rem 0 rgba(0, 0, 0, 0.1);
  background-color: var(--bg-white);
}
.popover-header {
  background: var(--primary);
  color: #fff;
  font-weight: 300;
}
.popover-header::before {
  border-bottom: 0 !important;
}
.popover-body {
  font-size: 0.75rem;
  color: var(--body-color);
}
@media only screen and (max-width: 47.9375rem) {
  .popover {
    z-index: 1;
  }
}
.bootstrap-popover-wrapper .bootstrap-popover:not(:last-child) {
  margin-right: 0.5rem;
}
.bootstrap-popover-wrapper .bootstrap-popover {
  margin-bottom: 0.5rem;
}
.bootstrap-popover-wrapper .bootstrap-popover button:hover,
.bootstrap-popover-wrapper .bootstrap-popover button:focus {
  background: var(--primary);
  color: #fff;
  box-shadow: none;
}
.bs-popover-top > .popover-arrow::after,
.bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after,
.bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
  bottom: 0rem;
  border-top-color: var(--primary);
}
.bs-popover-left > .popover-arrow::after,
.bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
  right: 0rem;
  border-left-color: var(--primary);
}
.bs-popover-right > .popover-arrow::after,
.bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
  left: 0rem;
  border-right-color: var(--primary);
}
.bs-popover-bottom > .popover-arrow::after,
.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after,
.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
  top: 0rem;
  border-bottom-color: var(--primary);
}
.note-popover {
  display: none;
}
.progress-bar {
  background-color: var(--primary);
  border-width: 0.125rem;
  border-color: transparent;
}
.progress-bar.primary {
  background-color: var(--primary);
}
.progress-bar.success {
  background-color: #159e42;
  border-color: #159e42;
}
.progress-bar.info {
  background-color: #4cb1ff;
  border-color: #4cb1ff;
}
.progress-bar.danger {
  background-color: #ff0000;
  border-color: #ff0000;
}
.progress-bar.warning {
  background-color: #e54f4f;
  border-color: #e54f4f;
}
.progress-bar.pink {
  background-color: #ff0081;
  border-color: #ff0081;
}
.progress {
  height: 0.875rem;
  background-color: var(--light);
  overflow: hidden;
  border-radius: 10px;
}
.progress-bar {
  border-radius: 10px;
}
.progress-bar-striped {
  background-image:
    linear-gradient(
      45deg,
      rgba(255, 255, 255, 0.4) 25%,
      transparent 25%,
      transparent 50%,
      rgba(255, 255, 255, 0.4) 50%,
      rgba(255, 255, 255, 0.4) 75%,
      transparent 75%,
      transparent);
}
.progress-vertical {
  display: inline-block;
  margin-bottom: 0;
  margin-right: 2rem;
  min-height: 17rem;
  position: relative;
}
.progress-vertical-bottom {
  display: inline-block;
  margin-bottom: 0;
  margin-right: 2rem;
  min-height: 17rem;
  position: relative;
  transform: rotate(180deg);
}
.progress-animated {
  animation-duration: 5s;
  animation-name: myanimation;
  transition: all 5s ease 0s;
}
@keyframes myanimation {
  0% {
    width: 0;
  }
}
@keyframes myanimation {
  0% {
    width: 0;
  }
}
.pagination .page-item .page-link:hover {
  background: var(--primary);
  border-color: var(--primary);
  color: #fff;
}
.pagination .page-item.active .page-link {
  background: var(--primary);
  border-color: var(--primary);
  color: #fff;
}
.pagination {
  margin-bottom: 1rem;
  gap: 10px;
}
.pagination .page-item.page-indicator .page-link {
  padding: 0.69rem 0.8rem;
  font-size: 1.2rem;
  border-top-left-radius: unset;
  border-bottom-left-radius: unset;
  border-radius: var(--border-radius);
}
.pagination .page-item.page-indicator:hover .page-link {
  color: #2f2f2f;
}
.pagination .page-item .page-link {
  z-index: 1;
  border-radius: 0.625rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  background: rgba(255, 255, 255, 0.15);
  color: #2f2f2f;
  border: 0.0625rem solid var(--border-color);
}
[data-theme-version=dark] .pagination .page-item .page-link {
  border-color: var(--border-color);
  color: var(--title);
  background: rgba(255, 255, 255, 0);
}
.pagination .page-item .page-link:focus {
  outline: 0;
  box-shadow: none;
}
.pagination .page-item .page-link:hover {
  background: var(--primary);
  color: #fff;
  border-color: var(--primary);
}
.pagination .page-item.active .page-link {
  background-color: var(--primary);
  border-color: var(--primary);
  color: #fff;
}
[data-theme-version=dark] .pagination .page-item.active .page-link {
  color: #fff;
}
.pagination .page-item .page-link {
  color: var(--title);
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
.pagination .page-item:last-child .page-link {
  margin-right: 0;
}
[direction=rtl] .pagination .page-item:first-child .page-link {
  margin-right: 0;
}
.pagination.no-bg li:not(.page-indicator):not(.active) .page-link {
  background: var(--bg-white);
  border-color: transparent;
}
[data-theme-version=dark] .pagination.no-bg li:not(.page-indicator):not(.active) .page-link {
  background: var(--card-bg);
}
.pagination.no-bg.pagination-primary li:not(.page-indicator):not(.active):hover .page-link {
  background: var(--primary);
  border-color: var(--primary);
}
[data-theme-version=dark] .pagination.no-bg.pagination-primary li:not(.page-indicator):not(.active):hover .page-link {
  background: var(--primary);
  border-color: var(--primary);
}
.pagination.no-bg.pagination-danger li:not(.page-indicator):not(.active):hover .page-link {
  background: #ff0000;
  border-color: #ff0000;
}
[data-theme-version=dark] .pagination.no-bg.pagination-danger li:not(.page-indicator):not(.active):hover .page-link {
  background: #ff0000;
  border-color: #ff0000;
}
.pagination.no-bg.pagination-info li:not(.page-indicator):not(.active):hover .page-link {
  background: #4cb1ff;
  border-color: #4cb1ff;
}
[data-theme-version=dark] .pagination.no-bg.pagination-info li:not(.page-indicator):not(.active):hover .page-link {
  background: #4cb1ff;
  border-color: #4cb1ff;
}
.pagination.no-bg.pagination-warning li:not(.page-indicator):not(.active):hover .page-link {
  background: #e54f4f;
  border-color: #e54f4f;
}
[data-theme-version=dark] .pagination.no-bg.pagination-warning li:not(.page-indicator):not(.active):hover .page-link {
  background: #e54f4f;
  border-color: #e54f4f;
}
.pagination-primary .page-item .page-link {
  background: var(--rgba-primary-1);
  border-color: var(--rgba-primary-1);
  color: var(--title);
}
[data-theme-version=dark] .pagination-primary .page-item .page-link {
  background: var(--rgba-primary-1);
  border-color: transparent;
  color: var(--primary);
}
.pagination-primary .page-item:hover .page-link,
.pagination-primary .page-item.active .page-link {
  background: var(--primary);
  border-color: var(--primary);
}
[data-theme-version=dark] .pagination-primary .page-item:hover .page-link,
[data-theme-version=dark] .pagination-primary .page-item.active .page-link {
  color: #fff;
}
.pagination-danger .page-item .page-link {
  background: #ffb3b3;
  border-color: #ffb3b3;
  color: #ff0000;
}
[data-theme-version=dark] .pagination-danger .page-item .page-link {
  background: rgba(255, 0, 0, 0.15);
  border-color: transparent;
  color: #ff0000;
}
.pagination-danger .page-item:hover .page-link,
.pagination-danger .page-item.active .page-link {
  background: #ff0000;
  border-color: #ff0000;
  box-shadow: 0 0.625rem 1.25rem 0rem rgba(255, 0, 0, 0.2);
}
[data-theme-version=dark] .pagination-danger .page-item:hover .page-link,
[data-theme-version=dark] .pagination-danger .page-item.active .page-link {
  color: #fff;
}
.pagination-info .page-item .page-link {
  background: #e5f4ff;
  border-color: #e5f4ff;
  color: #4cb1ff;
}
[data-theme-version=dark] .pagination-info .page-item .page-link {
  background: rgba(76, 177, 255, 0.1);
  border-color: transparent;
  color: #4cb1ff;
}
.pagination-info .page-item:hover .page-link,
.pagination-info .page-item.active .page-link {
  background: #4cb1ff;
  border-color: #4cb1ff;
  box-shadow: 0 0.625rem 1.25rem 0rem rgba(76, 177, 255, 0.2);
}
.pagination-warning .page-item .page-link {
  background: #fcebeb;
  border-color: #fcebeb;
  color: #e54f4f;
}
[data-theme-version=dark] .pagination-warning .page-item .page-link {
  background: rgba(229, 79, 79, 0.1);
  border-color: transparent;
  color: #e54f4f;
}
.pagination-warning .page-item:hover .page-link,
.pagination-warning .page-item.active .page-link {
  background: #e54f4f;
  border-color: #e54f4f;
  box-shadow: 0 0.625rem 1.25rem 0rem rgba(229, 79, 79, 0.2);
}
.pagination-circle .page-item {
  margin-right: 0.4375rem;
}
.pagination-circle .page-item .page-link,
.pagination-circle .page-item .page-link {
  width: 2.5rem;
  height: 2.5rem;
  padding: 0;
  line-height: 2.5rem;
  border-radius: 50% !important;
  padding: 0;
}
.pagination-circle .page-item.page-indicator .page-link {
  width: 2.5rem;
  border: 1px solid var(--primary);
  border-radius: 22px !important;
  line-height: 1.3rem;
  height: 2.5rem;
  background: var(--rgba-primary-1);
  color: var(--primary);
}
.pagination-circle .page-item.page-indicator .page-link:hover {
  color: #fff;
  background: var(--primary);
}
.pagination.pagination-md .page-item .page-link {
  width: 1.875rem;
  height: 1.875rem;
  line-height: 1.875rem;
  font-size: 0.875rem;
}
.pagination.pagination-sm .page-item.page-indicator .page-link {
  font-size: 0.75rem;
}
.pagination.pagination-sm .page-item .page-link {
  padding: 0;
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.875rem;
  font-size: 13px;
  border-radius: var(--border-radius-sm);
  background: var(--rgba-primary-1);
}
.pagination.pagination-sm .page-item.active .page-link,
.pagination.pagination-sm .page-item:hover .page-link {
  background: var(--primary);
  border-color: var(--primary);
  color: #fff;
}
.pagination.pagination-xs .page-item.page-indicator .page-link {
  font-size: 0.625rem;
}
.pagination.pagination-xs .page-item .page-link {
  padding: 0;
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  font-size: 0.75rem;
  border-radius: var(--border-radius-sm);
}
.scrollspy-example {
  height: 400px;
  margin-top: 0.5rem;
  overflow: auto;
}
.bg-body-tertiary {
  background-color: var(--light) !important;
}
.element-area .nav-tabs {
  border-color: var(--border-color);
}
.element-area .nav-tabs .nav-item .nav-link {
  padding: 6px 6px;
  font-size: 12px;
  color: var(--title);
}
.element-area .nav-tabs .nav-item i {
  transform: scale(1.2);
  display: inline-block;
  color: var(--title);
}
@media only screen and (max-width: 35.9375rem) {
  .element-area .nav-tabs {
    justify-content: space-between;
  }
}
.custom-tab-1 .nav-link {
  background: transparent;
  border-radius: 0rem;
  border-bottom: 0.1875rem solid transparent;
  border-width: 0 0rem 0.1875rem 0;
}
.custom-tab-1 .nav-link:focus,
.custom-tab-1 .nav-link:hover,
.custom-tab-1 .nav-link.active {
  background-color: var(--bg-white);
  border-color: var(--primary);
  border-radius: 0;
  color: var(--primary);
  border-width: 0 0rem 0.1875rem 0;
}
.nav-pills .nav-link {
  color: var(--title);
}
.nav-pills.light .nav-link.active,
.nav-pills.light .show > .nav-link {
  background: var(--rgba-primary-1);
  color: var(--title);
  box-shadow: none;
}
[data-theme-version=dark] .nav-pills.light .nav-link.active,
[data-theme-version=dark] .nav-pills.light .show > .nav-link {
  background: var(--rgba-primary-1);
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background-color: var(--primary);
}
.nav-pills.style-1 {
  align-items: center;
}
.nav-pills.style-1 .nav-item {
  line-height: 0;
}
.nav-pills.style-1 .nav-item .nav-link {
  background-color: transparent;
  padding: 0;
}
.nav-pills.style-1 .nav-item .nav-link i {
  font-size: 22px;
  color: var(--title);
}
.nav-pills.style-1 .nav-item .nav-link svg {
  width: 20px;
  height: 20px;
}
.nav-pills.style-1 .nav-item .nav-link svg path {
  fill: var(--title);
}
.nav-pills.style-1.grid #grid {
  display: none;
}
.nav-pills.style-1.list #list {
  display: none;
}
.default-tab .nav-tabs {
  border-color: var(--border-color);
}
.default-tab .nav-tabs .nav-item .nav-link.active {
  background-color: var(--bg-white);
  border-color: var(--border-color) var(--border-color) var(--bg-white);
}
.default-tab .nav-tabs .nav-item .nav-link:focus-visible {
  box-shadow: unset;
}
.default-tab.style-1 .nav-tabs {
  border: 0;
  margin-bottom: 24px;
}
.default-tab.style-1 .nav-tabs .nav-item {
  padding: 0 10px 0 0;
}
.default-tab.style-1 .nav-tabs .nav-item .nav-link {
  border-width: 0 0 0 0;
  font-size: 16px;
  font-weight: 600;
  padding: 10px 11px;
  color: var(--dark);
  position: relative;
}
.default-tab.style-1 .nav-tabs .nav-item .nav-link.active {
  background-color: var(--bg-white);
}
.default-tab.style-1 .nav-tabs .nav-item .nav-link.active:after {
  background-color: var(--primary);
}
.default-tab.style-1 .nav-tabs .nav-item .nav-link:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 50px;
  background-color: #e8eff3;
  width: 100%;
  height: 4px;
}
.default-tab.style-2 .nav-tabs {
  border-bottom: 0;
  position: sticky;
  top: 60px;
  margin: 0 -15px;
  padding: 15px;
  gap: 10px;
  z-index: 9;
  background-color: var(--bg-white);
}
.default-tab.style-2 .nav-tabs .nav-item {
  width: calc(50% - 5px);
}
.default-tab.style-2 .nav-tabs .nav-item .nav-link {
  border: 1px solid var(--primary);
  font-size: 15px;
  font-weight: 400;
  border-radius: var(--border-radius);
  text-align: center;
  padding: 10px 15px;
  position: relative;
  color: var(--title);
}
.default-tab.style-2 .nav-tabs .nav-item .nav-link.active {
  background-color: var(--primary);
  color: var(--theme-text-color);
}
.default-tab.style-3 .ic-tabs {
  position: fixed;
  bottom: 0;
  left: 50%;
  padding: 10px;
  z-index: 9;
  width: 100%;
  max-width: 600px;
  transform: translateX(-50%);
}
.default-tab.style-3 .nav-tabs {
  border-radius: 50px;
  padding: 10px;
  justify-content: space-between;
  border-bottom: 0;
  background-color: var(--secondary);
  min-height: 65px;
}
.default-tab.style-3 .nav-tabs .nav-item .nav-link {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 50px;
  padding: 12px 15px;
  border: 0;
}
.default-tab.style-3 .nav-tabs .nav-item .nav-link.active {
  background-color: var(--primary);
  color: var(--title);
  box-shadow: 0 0 0 10px #212830;
}
.radio .radio-label {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.radio .radio-label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.radio .radio-label input:checked ~ .checkmark {
  background-color: var(--primary);
  border: 1px solid var(--primary);
}
.radio .radio-label input:checked ~ .checkmark:after {
  display: block;
}
.radio .radio-label .checkmark:after {
  top: 2px;
  left: 2px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 2px solid var(--bg-white);
  background: var(--primary);
}
.radio .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: transparent;
  border-radius: 50%;
  border: 1px solid var(--primary);
}
.radio .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.radio.style-1 {
  display: flex;
  align-items: center;
  gap: 20px;
}
.radio.style-1 .radio-label {
  padding-left: 30px;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 400;
  padding-top: 5px;
}
.radio.style-1 .radio-label .checkmark {
  width: 24px;
  height: 24px;
  border: 0;
  background: var(--light);
}
.radio.style-1 .radio-label .checkmark::after {
  top: 50%;
  left: 50%;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 7px solid var(--bg-white);
  background: var(--light);
  transform: translate(-50%, -50%);
  display: block;
}
.radio.style-1 .radio-label input:checked ~ .checkmark {
  border: 0;
}
.radio.style-2 .radio-label {
  padding-left: 0;
  margin-bottom: 0;
}
.radio.style-2 .radio-label .checkmark {
  position: unset;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  border: 0;
}
.radio.style-2 .radio-label .checkmark .text {
  font-size: 14px;
  color: var(--text-accent);
  font-weight: 500;
}
.radio.style-2 .radio-label .checkmark .check {
  position: absolute;
  top: 50%;
  right: 0;
  left: auto;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: unset;
  transform: translateY(-50%);
  background-color: var(--text-light2);
}
.radio.style-2 .radio-label .checkmark .check:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 14px;
  z-index: 2;
  border-radius: 50%;
  background-color: var(--bg-white);
  transform: translate(-50%, -50%);
}
.radio.style-2 .radio-label input:checked ~ .checkmark {
  background-color: transparent;
  border: 0;
}
.radio.style-2 .radio-label input:checked ~ .checkmark .check {
  background-color: var(--primary);
}
.radio.style-2 .radio-label input:checked ~ .checkmark .check:after {
  background-color: #ebffbc;
}
.radio.style-2 .radio-label input:checked ~ .checkmark:after {
  display: none;
}
.radio.radio-fill .radio-label .checkmark {
  border: 2px solid rgba(215, 215, 215, 0.45);
}
.radio.radio-fill .radio-label .checkmark .text {
  color: var(--title);
  font-size: 16px;
}
.radio.radio-fill .radio-label .checkmark .check {
  border: 2px solid var(--rgba-primary-1);
}
.radio.radio-fill .radio-label .checkmark .check:after {
  content: "";
  background-color: transparent;
}
.radio.radio-fill .radio-label input:checked ~ .checkmark {
  background-color: var(--primary);
  border: 2px solid var(--primary);
}
.radio.radio-fill .radio-label input:checked ~ .checkmark .text {
  color: #ffffff;
}
.radio.radio-fill .radio-label input:checked ~ .checkmark .check {
  border-color: #fff;
}
.radio.radio-fill .radio-label input:checked ~ .checkmark .check:after {
  background-color: #fff;
}
.radio.radio-fill .radio-label input:checked ~ .checkmark:after {
  display: none;
}
.radio.style-3 .radio-label {
  padding-left: 0;
}
.radio.style-3 .radio-label .checkmark {
  position: unset;
  height: 50px;
  width: 100%;
  border: 0;
  background-color: var(--rgba-primary-1);
  display: flex;
  align-items: center;
  border-radius: 50px;
  justify-content: center;
  padding: 15px;
}
.radio.style-3 .radio-label .checkmark .text {
  font-size: 16px;
  color: var(--title);
  font-weight: 700;
}
.radio.style-3 .radio-label input:checked ~ .checkmark {
  background: var(--btn-gradient);
  border: 0;
}
.radio.style-3 .radio-label input:checked ~ .checkmark .text {
  color: #fff;
}
.radio.style-3 .radio-label input:checked ~ .checkmark:after {
  display: none;
}
.radio.style-4 .radio-label {
  padding-left: 0;
  margin-bottom: 0;
  height: 100%;
}
.radio.style-4 .radio-label .checkmark {
  flex-direction: column;
  position: unset;
  width: 100%;
  height: 100%;
  border: 0;
  background-color: var(--rgba-primary-1);
  display: flex;
  align-items: center;
  border-radius: var(--border-radius);
  justify-content: center;
  padding: 20px 10px;
  text-align: center;
}
.radio.style-4 .radio-label .checkmark img {
  width: 30px;
  margin: 10px auto 15px;
  transform: scale(1.2);
}
.radio.style-4 .radio-label .checkmark .text {
  font-size: 16px;
  color: var(--title);
  font-weight: 600;
}
.radio.style-4 .radio-label input:checked ~ .checkmark {
  background: var(--btn-gradient);
  border: 0;
}
.radio.style-4 .radio-label input:checked ~ .checkmark .text {
  color: #fff;
}
.radio.style-4 .radio-label input:checked ~ .checkmark:after {
  display: none;
}
.radio.style-5 .radio-label {
  padding-left: 0;
  margin-bottom: 0;
}
.radio.style-5 .radio-label .checkmark {
  flex-direction: row;
  position: unset;
  width: 100%;
  height: 100%;
  border: 0;
  background-color: var(--rgba-primary-1);
  display: flex;
  align-items: center;
  border-radius: var(--border-radius);
  justify-content: start;
  padding: 15px;
  text-align: center;
}
.radio.style-5 .radio-label .checkmark .icon {
  font-size: 20px;
  color: var(--title);
  opacity: 0.1;
  margin-left: auto;
  width: 30px;
  display: flex;
  height: 30px;
  background-color: rgba(255, 255, 255, 0.2);
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #eeeeee;
}
.radio.style-5 .radio-label .checkmark img {
  width: 22px;
  transform: scale(1.2);
  margin-right: 15px;
}
.radio.style-5 .radio-label .checkmark .text {
  font-size: 16px;
  color: var(--title);
  font-weight: 600;
}
.radio.style-5 .radio-label input:checked ~ .checkmark {
  background: var(--btn-gradient);
  border: 0;
}
.radio.style-5 .radio-label input:checked ~ .checkmark .text {
  color: #fff;
}
.radio.style-5 .radio-label input:checked ~ .checkmark:after {
  display: none;
}
.radio.style-5 .radio-label input:checked ~ .checkmark .icon {
  color: #fff;
  opacity: 1;
}
.radio.square-radio .radio-label .checkmark {
  border-radius: 0;
}
.radio.square-radio .radio-label .checkmark:after {
  border-radius: 0;
  width: 18px;
  height: 18px;
  top: 0;
  left: 0;
}
.radio.circle-radio .radio-label .checkmark {
  border-radius: 50%;
}
.radio.circle-radio .radio-label .checkmark:after {
  border-radius: 50%;
  width: 18px;
  height: 18px;
  top: 0;
  left: 0;
}
.radio.circle-radio.style-1 .checkmark:after {
  border: 0;
}
.ic-color-filter {
  display: flex;
  align-items: center;
  gap: 20px;
}
.ic-color-filter .form-check {
  padding-left: 0;
  padding-right: 0;
}
.ic-color-filter .form-check span {
  height: 22px;
  width: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--primary);
  position: relative;
  border-radius: 50%;
  z-index: 1;
}
.ic-color-filter .form-check span i {
  font-size: 18px;
  color: #fff;
  display: none;
  font-weight: 600;
}
.ic-color-filter .form-check span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  height: 28px;
  width: 28px;
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(1);
  z-index: -1;
  -webkit-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}
.ic-color-filter .form-check .form-check-input {
  opacity: 0;
  position: absolute;
  z-index: 2;
  margin-left: 0;
  margin-top: 0;
  cursor: pointer;
}
.ic-color-filter .form-check .form-check-input:checked + span i {
  display: block;
}
.ic-color-filter .form-check .form-check-input:checked + span::after {
  border-width: 2px;
  border-color: var(--text-color);
  transform: translate(-50%, -50%) scale(1.1);
}
.ic-stepper {
  width: 125px;
}
.ic-stepper small,
.ic-stepper .small {
  text-align: center;
  display: block;
  color: var(--dark);
  font-weight: 500;
  margin-bottom: 5px;
}
.ic-stepper .bootstrap-touchspin {
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
.ic-stepper .bootstrap-touchspin .input-group-btn {
  height: 100%;
}
.ic-stepper .bootstrap-touchspin .input-group-btn .btn {
  border-radius: 40px;
  width: 40px;
  height: 40px;
  padding: 0;
  text-align: center;
  border: 1px solid var(--border-color);
  font-size: 1.5rem;
  color: var(--title);
  background-color: transparent;
}
.ic-stepper .bootstrap-touchspin .input-group-btn .btn:hover,
.ic-stepper .bootstrap-touchspin .input-group-btn .btn:focus,
.ic-stepper .bootstrap-touchspin .input-group-btn .btn:active {
  background: #e8eff3;
  border-color: #e8eff3;
  color: var(--primary);
}
.ic-stepper .bootstrap-touchspin .input-group-btn:not(:first-child) {
  padding: 0;
}
.ic-stepper .bootstrap-touchspin .form-control {
  padding: 0 10px;
  height: 100%;
  font-size: 1.125rem;
  font-weight: 500;
  color: var(--dark);
  background: transparent;
  border: 0;
  z-index: 3;
  text-align: center;
}
.ic-stepper.stepper-fill .bootstrap-touchspin .input-group-btn .btn {
  background-color: var(--primary);
  color: #fff;
  border-color: var(--primary);
}
.ic-stepper.border-2 .bootstrap-touchspin {
  overflow: hidden;
}
.ic-stepper.border-2 .bootstrap-touchspin .btn {
  border-width: 2px;
}
.ic-stepper.small-stepper .bootstrap-touchspin .btn {
  width: 35px;
  height: 35px;
}
.ic-stepper.large .bootstrap-touchspin {
  height: 45px;
}
.ic-stepper.large .bootstrap-touchspin .btn {
  width: 45px;
  height: 45px;
}
.ic-stepper.rounded-stepper .bootstrap-touchspin {
  overflow: hidden;
}
.ic-stepper.rounded-stepper .bootstrap-touchspin .btn {
  border-radius: var(--border-radius);
}
.ic-stepper.danger .bootstrap-touchspin {
  border-color: #ff0000;
}
.ic-stepper.danger .bootstrap-touchspin .input-group-btn .btn {
  color: #fff;
  background-color: #ff0000;
}
.ic-stepper.danger .bootstrap-touchspin .form-control {
  border-color: #ff0000;
  color: #ff0000;
}
.ic-stepper.secondary .bootstrap-touchspin {
  border-color: var(--secondary);
}
.ic-stepper.secondary .bootstrap-touchspin .input-group-btn .btn {
  color: var(--theme-text-color);
  background-color: var(--secondary);
}
.ic-stepper.secondary .bootstrap-touchspin .form-control {
  border-color: var(--secondary);
  color: var(--secondary);
}
.ic-stepper.warning .bootstrap-touchspin {
  border-color: #e54f4f;
}
.ic-stepper.warning .bootstrap-touchspin .input-group-btn .btn {
  color: #fff;
  background-color: #e54f4f;
}
.ic-stepper.warning .bootstrap-touchspin .form-control {
  border-color: #e54f4f;
  color: #e54f4f;
}
.ic-stepper.success .bootstrap-touchspin {
  border-color: #159e42;
}
.ic-stepper.success .bootstrap-touchspin .input-group-btn .btn {
  color: #fff;
  background-color: #159e42;
}
.ic-stepper.success .bootstrap-touchspin .form-control {
  border-color: #159e42;
  color: #159e42;
}
.ic-stepper.info .bootstrap-touchspin {
  border-color: #4cb1ff;
}
.ic-stepper.info .bootstrap-touchspin .input-group-btn .btn {
  color: #fff;
  background-color: #4cb1ff;
}
.ic-stepper.info .bootstrap-touchspin .form-control {
  border-color: #4cb1ff;
  color: #4cb1ff;
}
.ic-stepper.yellow .bootstrap-touchspin {
  border-color: #ffcc00;
}
.ic-stepper.yellow .bootstrap-touchspin .input-group-btn .btn {
  color: #fff;
  background-color: #ffcc00;
}
.ic-stepper.yellow .bootstrap-touchspin .form-control {
  border-color: #ffcc00;
  color: #ffcc00;
}
.ic-stepper.green .bootstrap-touchspin {
  border-color: #4cd964;
}
.ic-stepper.green .bootstrap-touchspin .input-group-btn .btn {
  color: #fff;
  background-color: #4cd964;
}
.ic-stepper.green .bootstrap-touchspin .form-control {
  border-color: #4cd964;
  color: #4cd964;
}
.ic-stepper.dark .bootstrap-touchspin {
  border-color: #000;
}
.ic-stepper.dark .bootstrap-touchspin .input-group-btn .btn {
  color: #fff;
  background-color: #000;
}
.ic-stepper.dark .bootstrap-touchspin .form-control {
  border-color: #000;
  color: #000;
}
.ic-stepper.style-2 {
  width: 100px;
  --primary: #dcdcdc;
}
.ic-stepper.style-2 .bootstrap-touchspin .input-group-btn .btn {
  width: 30px;
  height: 30px;
  font-size: 0;
  border-radius: var(--border-radius-sm);
  background-color: var(--primary);
  border-color: var(--primary);
}
.ic-stepper.style-2 .bootstrap-touchspin .input-group-btn .btn.bootstrap-touchspin-up::after {
  content: "+";
  font-family: "FontAwesome" !important;
  font-size: 14px;
  position: absolute;
  left: 50%;
  top: 50%;
  color: #000;
  transform: translate(-50%, -50%) scale(1.1);
}
.ic-stepper.style-2 .bootstrap-touchspin .input-group-btn .btn.bootstrap-touchspin-down::after {
  content: "\f068";
  font-family: "FontAwesome" !important;
  font-size: 14px;
  position: absolute;
  left: 50%;
  color: #000;
  top: 50%;
  transform: translate(-50%, -50%) scale(1.1);
}
.ic-stepper.style-2 .bootstrap-touchspin .form-control {
  padding: 0 5px;
  font-size: 14px;
  font-weight: 500;
}
.ic-stepper.style-3 {
  width: 100%;
}
.ic-stepper.style-3 .bootstrap-touchspin {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  border-radius: 30px;
}
.ic-stepper.style-3 .bootstrap-touchspin .input-group-btn .btn {
  width: 45px;
  height: 45px;
  font-size: 0;
  border-radius: 50%;
  border: 0;
  background-color: var(--bg-white);
}
.ic-stepper.style-3 .bootstrap-touchspin .input-group-btn .btn.bootstrap-touchspin-up::after {
  content: "+";
  font-family: "FontAwesome" !important;
  font-size: 20px;
  position: absolute;
  left: 50%;
  top: 50%;
  color: var(--title);
  transform: translate(-50%, -50%);
}
.ic-stepper.style-3 .bootstrap-touchspin .input-group-btn .btn.bootstrap-touchspin-down::after {
  content: "\f068";
  font-family: "FontAwesome" !important;
  font-size: 20px;
  position: absolute;
  left: 50%;
  color: var(--title);
  top: 50%;
  transform: translate(-50%, -50%);
}
.ic-stepper.style-3 .bootstrap-touchspin .form-control {
  padding: 0 5px;
  font-size: 16px;
  font-weight: 400;
  color: var(--text-color);
}
.ic-timeline {
  border-left: 2px solid var(--border-color);
  position: relative;
  padding-left: 20px;
  margin: 20px 10px;
}
.ic-timeline .timeline-item {
  position: relative;
  padding-bottom: 30px;
}
.ic-timeline .timeline-item:after {
  content: "";
  top: 0;
  left: -28px;
  position: absolute;
  border-radius: 50%;
  background-color: var(--primary);
  height: 14px;
  width: 14px;
}
.ic-timeline .timeline-item .timeline-tilte {
  margin: 8px 0;
  font-size: 16px;
  font-weight: 400;
}
.ic-timeline .timeline-item .timeline-date {
  margin: 0;
  font-weight: 500;
  color: var(--primary);
  display: block;
}
.ic-timeline .timeline-item .timeline-content {
  margin: 0;
  font-size: 12px;
}
.ic-timeline .timeline-item.light {
  background-color: var(--bg-white) !important;
  color: #000;
}
.ic-timeline .timeline-item.light .timeline-content {
  color: var(--dark);
}
.ic-timeline .timeline-item.light:before,
.ic-timeline .timeline-item.light:after {
  background-color: var(--bg-white) !important;
}
.ic-timeline .timeline-item.primary {
  background-color: var(--primary) !important;
  color: var(--theme-text-color);
}
.ic-timeline .timeline-item.primary .timeline-date,
.ic-timeline .timeline-item.primary .timeline-tilte,
.ic-timeline .timeline-item.primary .timeline-content {
  color: var(--theme-text-color);
}
.ic-timeline .timeline-item.primary:before {
  background-color: var(--primary) !important;
}
.ic-timeline .timeline-item.primary:after {
  border-color: var(--primary) !important;
}
.ic-timeline .timeline-item.secondary {
  background-color: var(--secondary) !important;
  color: #fff;
}
.ic-timeline .timeline-item.secondary .timeline-date,
.ic-timeline .timeline-item.secondary .timeline-tilte,
.ic-timeline .timeline-item.secondary .timeline-content {
  color: var(--theme-text-color);
}
.ic-timeline .timeline-item.secondary:before,
.ic-timeline .timeline-item.secondary:after {
  background-color: var(--secondary) !important;
}
.ic-timeline .timeline-item.success {
  background-color: #159e42 !important;
  color: #fff;
}
.ic-timeline .timeline-item.success .timeline-date,
.ic-timeline .timeline-item.success .timeline-tilte,
.ic-timeline .timeline-item.success .timeline-content {
  color: #fff;
}
.ic-timeline .timeline-item.success:before,
.ic-timeline .timeline-item.success:after {
  background-color: #159e42 !important;
}
.ic-timeline .timeline-item.info {
  background-color: #4cb1ff !important;
  color: #fff;
}
.ic-timeline .timeline-item.info .timeline-date,
.ic-timeline .timeline-item.info .timeline-tilte,
.ic-timeline .timeline-item.info .timeline-content {
  color: #fff;
}
.ic-timeline .timeline-item.info:before,
.ic-timeline .timeline-item.info:after {
  background-color: #4cb1ff !important;
}
.ic-timeline .timeline-item.warning {
  background-color: #e54f4f !important;
  color: #fff;
}
.ic-timeline .timeline-item.warning .timeline-date,
.ic-timeline .timeline-item.warning .timeline-tilte,
.ic-timeline .timeline-item.warning .timeline-content {
  color: #fff;
}
.ic-timeline .timeline-item.warning:before,
.ic-timeline .timeline-item.warning:after {
  background-color: #e54f4f !important;
}
.ic-timeline .timeline-item.danger {
  background-color: #ff0000 !important;
  color: #fff;
}
.ic-timeline .timeline-item.danger .timeline-date,
.ic-timeline .timeline-item.danger .timeline-tilte,
.ic-timeline .timeline-item.danger .timeline-content {
  color: #fff;
}
.ic-timeline .timeline-item.danger:before,
.ic-timeline .timeline-item.danger:after {
  background-color: #ff0000 !important;
}
.ic-timeline.timeline-panel {
  padding-left: 30px;
}
.ic-timeline.timeline-panel .timeline-item {
  margin-bottom: 30px;
  background-color: #fff;
  box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.03);
  border-radius: var(--border-radius);
  padding: 12px 20px;
  position: relative;
}
.ic-timeline.timeline-panel .timeline-item:before {
  content: "";
  position: absolute;
  top: 15px;
  left: -8px;
  background-color: #fff;
  box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.03);
  width: 20px;
  height: 20px;
  transform: rotate(45deg);
  z-index: -1;
}
.ic-timeline.timeline-panel .timeline-item:after {
  top: 17px;
  left: -38px;
}
.ic-timeline.timeline-number {
  border-left: 3px solid var(--primary);
  padding-left: 35px;
}
.ic-timeline.timeline-number .timeline-item {
  padding: 0;
  margin-bottom: 30px;
}
.ic-timeline.timeline-number .timeline-item:after {
  left: -35px;
  top: 50%;
  width: 25px;
  transform: translateY(-50%);
  height: 3px;
  border-radius: 0;
  border: 0;
  background: var(--primary);
}
.ic-timeline.timeline-number .timeline-item .line-content-box {
  background: var(--bg-white);
  border-radius: var(--border-radius);
  box-shadow: 0px 0px 15px 0 rgba(0, 0, 0, 0.2);
  padding: 15px 15px 15px 20px;
  text-align: left;
}
.ic-timeline.timeline-number .timeline-item .line-content-box.media img {
  border-radius: var(--border-radius);
  min-width: 95px;
}
.ic-timeline.timeline-number .timeline-item .line-content-box p {
  margin-bottom: 0;
}
.ic-timeline.timeline-number .timeline-item .line-num {
  border-radius: 40px;
  box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.3);
  color: var(--theme-text-color);
  font-size: 16px;
  font-weight: 600;
  height: 35px;
  line-height: 35px;
  text-align: center;
  position: absolute;
  width: 35px;
  top: 50%;
  left: -25px;
  background: var(--primary);
  transform: translateY(-50%);
  z-index: 1;
}
.ic-timeline.style-2 {
  --primary: #ffb000;
  border-left: 0;
  margin: 10px 20px;
  max-width: 380px;
}
.ic-timeline.style-2 .timeline-item {
  padding-bottom: 23px;
  display: inline-block;
}
.ic-timeline.style-2 .timeline-item .title {
  color: var(--title);
}
.ic-timeline.style-2 .timeline-item .active-box {
  background-color: #f2f3f8;
  border-radius: var(--border-radius-sm);
  padding: 10px 15px;
}
.ic-timeline.style-2 .timeline-item:last-child::before {
  content: none;
}
.ic-timeline.style-2 .timeline-item::before {
  content: "";
  position: absolute;
  left: -30px;
  background-color: var(--text-light2);
  height: 100%;
  top: 20px;
  width: 4px;
}
.ic-timeline.style-2 .timeline-item::after {
  content: "\e83f";
  font-family: "feather" !important;
  font-weight: 600;
  font-size: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 20px;
  left: -40px;
  color: #fff;
  background-color: var(--text-light2);
  height: 24px;
  line-height: 1;
  width: 24px;
  border: 2px solid var(--bg-white);
}
.ic-timeline.style-2 .timeline-item .timeline-tilte {
  margin-top: 0;
  margin-bottom: 3px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
}
.ic-timeline.style-2 .timeline-item .timeline-tilte .title {
  text-transform: capitalize;
  font-weight: 500;
}
.ic-timeline.style-2 .timeline-item .timeline-text {
  margin-bottom: 0;
  color: var(--text-muted);
  font-size: 12px;
}
.ic-timeline.style-2 .timeline-item .timeline-date {
  font-size: 12px;
  font-weight: 600;
  color: var(--primary);
}
.ic-timeline.style-2 .timeline-item .user-info {
  display: flex;
  align-items: center;
}
.ic-timeline.style-2 .timeline-item .user-info .info-content span {
  display: block;
}
.ic-timeline.style-2 .timeline-item .user-info .info-content .title {
  font-weight: 600;
  font-family: var(--font-family-title);
}
.ic-timeline.style-2 .timeline-item .user-info .phone {
  margin-left: auto;
  font-size: 24px;
}
.ic-timeline.style-2 .timeline-item.active .active-box {
  background-color: var(--primary);
}
.ic-timeline.style-2 .timeline-item.active .timeline-date,
.ic-timeline.style-2 .timeline-item.active .timeline-text,
.ic-timeline.style-2 .timeline-item.active .title {
  color: #fff;
}
.ic-timeline.style-2 .timeline-item.active::before {
  background-color: var(--primary);
}
.ic-timeline.style-2 .timeline-item.active::after {
  background-color: var(--primary);
  border-color: var(--primary);
  font-size: 14px;
}
.toast {
  background-color: var(--bg-white);
  border: 1px solid var(--border-color);
  background-color: var(--bg-white);
  overflow: hidden;
  border-radius: var(--border-radius);
}
.toast .toast-header {
  background-color: rgba(255, 255, 255, 0.85);
  border-bottom: 1px solid var(--border-color);
}
.toast .toast-header .btn-close {
  margin-right: calc(-0.5 * var(--bs-toast-padding-x));
  margin-left: var(--bs-toast-padding-x);
}
.toast.style-1 {
  position: relative;
  z-index: 1;
}
.toast.style-1 .toast-body {
  display: flex;
  align-items: center;
  padding: 16px;
}
.toast.style-1 .toast-body svg {
  flex: 0 0 35px;
  width: 35px;
  height: 35px;
  max-width: 35px;
}
.toast.style-1 .toast-body .toast-content strong {
  color: var(--primary);
  font-weight: 500;
}
.toast.style-1 .toast-body .btn-close {
  top: 12px;
  right: 12px;
  z-index: 10;
}
.toast.style-1.toast-primary {
  background-color: var(--primary);
  color: #fff;
}
.toast.style-1.toast-primary .text-primary svg path {
  fill: #fff !important;
}
.toast.style-1.toast-primary .toast-content strong {
  color: #fff;
  font-weight: 500;
}
.toast.style-1.toast-primary .btn-close {
  filter: invert(1) grayscale(100%) brightness(200%);
}
.toast.style-1.toast-secondary {
  background-color: var(--secondary);
  color: var(--theme-text-color);
}
.toast.style-1.toast-secondary .text-primary svg path {
  fill: var(--theme-text-color) !important;
}
.toast.style-1.toast-secondary .toast-content strong {
  color: var(--theme-text-color);
  font-weight: 500;
}
.toast.style-1.toast-secondary .btn-close {
  filter: invert(1) grayscale(100%) brightness(200%);
}
.toast.style-1.toast-success {
  background-color: #159e42;
  color: #fff;
}
.toast.style-1.toast-success .text-primary svg path {
  fill: #fff !important;
}
.toast.style-1.toast-success .toast-content strong {
  color: #fff;
  font-weight: 500;
}
.toast.style-1.toast-success .btn-close {
  filter: invert(1) grayscale(100%) brightness(200%);
}
.toast.style-1.toast-warning {
  background-color: #e54f4f;
  color: #fff;
}
.toast.style-1.toast-warning .text-primary svg path {
  fill: #fff !important;
}
.toast.style-1.toast-warning .toast-content strong {
  color: #fff;
  font-weight: 500;
}
.toast.style-1.toast-warning .btn-close {
  filter: invert(1) grayscale(100%) brightness(200%);
}
.toast.style-1.toast-danger {
  background-color: #ff0000;
  color: #fff;
}
.toast.style-1.toast-danger .text-primary svg path {
  fill: #fff !important;
}
.toast.style-1.toast-danger .toast-content strong {
  color: #fff;
  font-weight: 500;
}
.toast.style-1.toast-danger .btn-close {
  filter: invert(1) grayscale(100%) brightness(200%);
}
.toast.style-1.toast-info {
  background-color: #4cb1ff;
  color: #fff;
}
.toast.style-1.toast-info .text-primary svg path {
  fill: #fff !important;
}
.toast.style-1.toast-info .toast-content strong {
  color: #fff;
  font-weight: 500;
}
.toast.style-1.toast-info .btn-close {
  filter: invert(1) grayscale(100%) brightness(200%);
}
.toast.style-1.toast-dark {
  background-color: #2f2f2f;
  color: #fff;
}
.toast.style-1.toast-dark .text-primary svg path {
  fill: #fff !important;
}
.toast.style-1.toast-dark .toast-content strong {
  color: #fff;
  font-weight: 500;
}
.toast.style-1.toast-dark .btn-close {
  filter: invert(1) grayscale(100%) brightness(200%);
}
.ic-swiper {
  margin-left: -15px !important;
  margin-right: -15px !important;
}
.ic-swiper .swiper-wrapper {
  padding: 15px;
}
.swiper-center {
  margin-left: -15px !important;
  margin-right: -15px !important;
}
.swiper-center .swiper-slide {
  width: auto;
}
.swiper-slider-full {
  margin-right: -15px !important;
  margin-left: -15px !important;
}
.swiper-slider-full .swiper-slide {
  width: 100%;
}
.ic-swiper-gallery-wrapper {
  overflow: hidden;
  position: relative;
}
.ic-swiper-gallery-wrapper .swiper-gallery-prev,
.ic-swiper-gallery-wrapper .swiper-gallery-next {
  border: 0;
  background-color: rgba(0, 0, 0, 0.43) !important;
  color: rgba(255, 255, 255, 0.68);
  width: 40px;
  height: 40px;
  border-radius: var(--border-radius);
  line-height: 40px;
  transform: translateY(-50%);
}
.ic-swiper-gallery-wrapper .swiper-gallery-prev:after,
.ic-swiper-gallery-wrapper .swiper-gallery-next:after {
  font-size: 1.5rem;
  font-family: "FontAwesome";
}
.ic-swiper-gallery-wrapper .swiper-gallery-prev:hover,
.ic-swiper-gallery-wrapper .swiper-gallery-next:hover {
  color: rgba(255, 255, 255, 0.43);
}
.ic-swiper-gallery-wrapper .swiper-gallery-prev:after {
  content: "\f105";
}
.ic-swiper-gallery-wrapper .swiper-gallery-next:after {
  content: "\f104";
}
.ic-swiper-gallery-wrapper .ic-swiper-gallery-thumb {
  margin-top: 10px;
}
.pagination-dots.style-1 {
  bottom: 0 !important;
  opacity: 1;
  position: unset;
  padding: 10px 0;
  z-index: 1;
}
.pagination-dots.style-1 .swiper-pagination-bullet {
  margin: 0 4px;
  width: 16px;
  border-radius: 5px;
  height: 6px;
  background: #d2d2d2;
  opacity: 1;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
.pagination-dots.style-1 .swiper-pagination-bullet-active {
  background: var(--primary);
  width: 27px;
}
.swiper-btn {
  display: flex;
  position: relative;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}
.swiper-pagination .swiper-pagination-bullet {
  margin: 0 7px !important;
  width: 6px;
  height: 6px;
  border-radius: 10px;
  background: var(--primary);
  opacity: 0.2;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
.swiper-pagination .swiper-pagination-bullet-active {
  background: var(--primary);
  opacity: 1;
}
.swiper-pagination.style-1 {
  opacity: 1;
  text-align: center;
  position: unset;
  padding: 0;
}
.swiper-pagination.style-2 {
  bottom: 5px;
}
.swiper-pagination.style-2 .swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.6);
}
.swiper-pagination.style-2 .swiper-pagination-bullet-active {
  background: var(--bg-white);
}
.swiper-pagination.style-3 {
  bottom: 5px;
}
.swiper-pagination.style-3 .swiper-pagination-bullet {
  background: var(--rgba-primary-5);
  border: 0;
  height: 8px;
  width: 8px;
}
.swiper-pagination.style-3 .swiper-pagination-bullet-active {
  width: 30px;
}
.swiper-pagination.count-pagination {
  position: unset;
  text-align: left;
  display: flex;
  align-items: end;
  gap: 13px;
}
.swiper-pagination.count-pagination .swiper-pagination-bullet {
  background-color: unset;
  width: unset;
  height: unset;
  font-size: 12px;
  -webkit-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
  margin: 0 !important;
  line-height: 1;
}
.swiper-pagination.count-pagination .swiper-pagination-bullet-active {
  font-size: 24px;
  font-weight: 600;
}
.swiper-btn-wrapper .swiper-button-next,
.swiper-btn-wrapper .swiper-button-prev {
  position: absolute;
  height: 3rem;
  opacity: 1;
  width: 3rem;
  margin: 0;
  font-size: 1.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3rem;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  color: var(--primary);
  top: 50%;
  border: 1px solid var(--primary);
}
.swiper-btn-wrapper .swiper-button-next i,
.swiper-btn-wrapper .swiper-button-prev i {
  line-height: 0.5;
}
.swiper-btn-wrapper .swiper-button-next:after,
.swiper-btn-wrapper .swiper-button-prev:after {
  content: none;
}
.swiper-btn-wrapper .swiper-button-next:hover,
.swiper-btn-wrapper .swiper-button-prev:hover {
  background: var(--primary);
  color: #fff;
}
.swiper-btn-wrapper .swiper-button-prev {
  left: -60px;
  transform: rotateY(180deg) translateY(-50%);
}
.swiper-btn-wrapper .swiper-button-next {
  right: -60px;
  transform: rotateY(180deg) translateY(-50%);
}
.swiper-btn-center-lr {
  margin-left: -15px;
  margin-right: -15px;
}
.swiper-btn-center-lr > * {
  padding-left: 15px;
  padding-right: 15px;
}
.ic-spinner.box-spinner {
  color: #fff;
  background: rgba(255, 255, 255, 0.2);
  margin-left: auto;
  text-align: center;
  margin-right: auto;
  line-height: 80px;
  width: 60px;
  height: 60px;
  border-radius: var(--border-radius);
}
.ic-spinner .spinner-lg {
  width: 3rem;
  height: 3rem;
}
.ic-spinner .spinner-md {
  width: 2.5rem;
  height: 2.5rem;
}
.ic-spinner .spinner-sm {
  width: 1.5rem;
  height: 1.5rem;
}
.ic-lightgallery img {
  width: 100%;
}
.ic-lightgallery .gallery-box {
  padding-bottom: 10px;
  display: block;
}
.ic-lightgallery .gallery-box img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.ic-lightgallery.style-2 {
  display: flex;
  flex-wrap: wrap;
}
.ic-lightgallery.style-2 .gallery-box {
  width: 33.33%;
  padding-bottom: 5px;
  padding-right: 5px;
}
.ic-lightgallery.style-2 .gallery-box img {
  height: 110px;
}
.noUi-target {
  border: 0px;
  border-radius: var(--border-radius-base);
}
.noUi-connect {
  background-color: var(--primary);
}
.noUi-connects {
  background-color: var(--bg-light);
}
.noUi-connect.c-1-color {
  background-color: #159e42;
}
.noUi-connect.c-2-color {
  background-color: #4cb1ff;
}
.noUi-connect.c-3-color {
  background-color: var(--primary);
}
.noUi-connect.c-4-color {
  background-color: #e54f4f;
}
.noUi-vertical {
  width: 0.375rem;
}
.noUi-horizontal {
  height: 0.475rem;
}
.noUi-horizontal .noUi-handle,
.noUi-vertical .noUi-handle {
  height: 17px;
  width: 17px;
  border-radius: 50px;
  box-shadow: none;
  border: none;
  background-color: var(--primary);
}
.noUi-horizontal .noUi-handle::after,
.noUi-horizontal .noUi-handle::before,
.noUi-vertical .noUi-handle::after,
.noUi-vertical .noUi-handle::before {
  display: none;
}
.noUi-vertical .noUi-handle {
  left: -4px;
  top: -6px;
}
.noUi-horizontal .noUi-handle {
  top: -5px;
}
html:not([dir=rtl]) .noUi-horizontal .noUi-handle {
  right: -6px;
}
#slider-toggle {
  height: 50px;
}
#slider-toggle.off .noUi-handle {
  border-color: var(--primary);
}
label input {
  width: 20px;
  height: 20px;
}
.range-slider.style-1 .noUi-horizontal {
  height: 2px;
}
.range-slider.style-1 .noUi-horizontal .noUi-connects {
  background-color: rgba(19, 25, 33, 0.1);
}
.range-slider.style-1 .noUi-horizontal .noUi-handle {
  width: 24px;
  height: 24px;
  border-radius: 30px;
  border: 3px solid var(--text-color);
  background-color: var(--bg-white);
  top: 50%;
  right: -14px;
  cursor: pointer;
  transform: translateY(-50%);
}
.range-slider.style-1 .noUi-horizontal .noUi-handle:before,
.range-slider.style-1 .noUi-horizontal .noUi-handle:after {
  content: none;
}
.range-slider.style-1 .noUi-horizontal .noUi-handle .noUi-tooltip {
  display: none;
  border: 0px;
  background: var(--text-color);
  color: var(--body-bg);
  border-radius: var(--border-radius);
  font-size: 13px;
  bottom: -35px;
  font-weight: 600;
  padding: 2px 5px;
}
.range-slider.style-1 .noUi-horizontal .noUi-handle .noUi-tooltip:after {
  content: "";
  position: absolute;
  background-color: inherit;
  width: 10px;
  height: 10px;
  top: 4px;
  margin-left: -4px;
  left: 50%;
  transform: rotate(45deg) translate(-50%, -50%);
}
.range-slider.style-1 .noUi-target {
  background: var(--rgba-primary-2);
  border-radius: var(--border-radius);
  border: 0;
  box-shadow: none;
}
.range-slider.style-1 .noUi-target .noUi-connect {
  background: var(--text-color);
}
.range-slider.style-1 .ic-value {
  padding-bottom: 25px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.range-slider.style-1 .example-val {
  color: var(--title);
  background-color: var(--primary);
  border-radius: var(--border-radius-sm);
  padding: 5px 11px;
  font-size: 10px;
}
.ic-slider .slider-head {
  padding: 10px 0;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ic-slider .slider-body {
  display: flex;
  align-items: center;
  padding: 15px 0;
}
.ic-card {
  height: 100%;
  overflow: hidden;
  position: relative;
  background: var(--bg-white);
}
.ic-card .ic-content {
  padding: 20px;
  position: relative;
  width: 100%;
}
.ic-card .inner-content {
  display: flex;
}
.ic-card .inner-content .left-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
}
.ic-card .inner-content .left-content .title {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}
.ic-card .ic-media {
  width: 210px;
}
.ic-card .ic-price .name {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 400;
  color: var(--title);
}
.ic-card .ic-price .price {
  font-size: 24px;
  color: var(--text-color);
  font-weight: 600;
  margin-bottom: 0;
}
.ic-card .cart-btn {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--primary);
  position: absolute;
  right: 10px;
  bottom: 15px;
  border-radius: 50%;
  font-size: 20px;
  color: #fff;
}
.ic-card .cart-btn svg path {
  fill: var(--theme-text-color);
}
.ic-card .info-btn {
  position: absolute;
  bottom: -15px;
  right: 0;
}
.ic-card.style-1 {
  background:
    linear-gradient(
      180deg,
      white 0%,
      #f6f6f6 100%);
}
.ic-card.style-1 .ic-content {
  padding: 20px 20px 5px;
  display: flex;
  flex-direction: column;
  gap: 26px;
}
.ic-card.style-2 {
  border-radius: var(--border-radius-md);
}
.ic-card.style-2 .ic-content {
  padding: 25px 12px 12px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.ic-card.style-2 .ic-content .left-content {
  padding-right: 15px;
}
.ic-card.style-2 .ic-content .ic-media {
  width: 200px;
}
.ic-card.style-2 .remove {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1;
}
.ic-card.style-2 .remove i {
  font-size: 20px;
}
.ic-category .ic-media {
  height: 100%;
  width: 100%;
  border-radius: var(--border-radius-md);
}
.ic-category .ic-media::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  background-color: #000;
  opacity: 0.4;
}
.ic-category .title {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  z-index: 1;
}
.ic-product-swiper .swiper-wrapper {
  padding: 0 15px;
}
.ic-product-swiper .swiper-wrapper .swiper-slide {
  width: 165px;
}
.cart-list {
  display: flex;
  align-items: center;
}
.cart-list .ic-media {
  background-color: var(--body-bg);
  border-radius: var(--border-radius-md);
  margin-right: 10px;
}
.cart-list .title {
  margin-bottom: 0;
}
.cart-list .ic-content {
  display: flex;
  flex-direction: column;
  gap: 4px;
  flex: 1;
}
.cart-list .ic-meta {
  display: flex;
  align-items: center;
  gap: 10px;
}
.cart-list .ic-meta li {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
.cart-list .ic-meta .ic-price {
  font-size: 16px;
  font-weight: 600;
  font-style: italic;
  color: var(--primary);
}
.cart-list .ic-meta .ic-price del {
  font-size: 13px;
  font-weight: 400;
  color: var(--text-light);
}
.cart-list .ic-meta .ic-review span {
  font-size: 12px;
  color: var(--text-light);
}
.cart-list .ic-meta .ic-review i {
  color: #ffa048;
  font-size: 12px;
}
.cart-list .ic-quantity {
  font-size: 14px;
}
.cart-list .ic-quantity .quantity {
  font-weight: 700;
}
.cart-list .ic-icon {
  background-color: var(--body-bg);
  color: var(--title);
  border-radius: 50%;
  box-shadow: unset;
}
.cart-list .ic-icon i {
  font-weight: 600;
}
.cart-list.style-2 {
  background-color: var(--bg-white);
  border-radius: var(--border-radius-xl);
  padding: 10px;
}
.cart-list.style-2 .ic-media {
  border: 0;
}
.cart-list.style-2 .ic-price {
  font-style: normal;
  color: var(--title);
}
.cart-list.style-2 .ic-off {
  font-size: 13px;
  color: #cc0d39;
  font-weight: 600;
}
.featured-card {
  box-shadow: var(--box-shadow);
  background-size: cover;
  background-position: center;
  border-radius: var(--border-radius);
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  padding: 15px;
}
.featured-card .ic-media {
  width: 60px;
  height: 60px;
  padding: 8px;
  background-color: #fff;
  border-radius: var(--border-radius);
  margin-right: 15px;
  min-width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.featured-card .title {
  font-size: 13px;
  font-weight: 500;
  color: #fff;
}
.featured-card .element-name {
  padding: 8px;
  border: 1px solid var(--border-color);
  color: #fff;
  display: inline-block;
  line-height: 1;
  border-radius: 8px;
  font-size: 12px;
}
.featured-card .version {
  display: block;
  margin-left: auto;
  margin-top: auto;
  font-size: 12px;
  font-weight: 500;
  opacity: 0.6;
  color: #fff;
}
.ic-add-about {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: auto;
}
.ic-add-about p {
  max-width: 345px;
}
.item-bookmark {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #cfd0d2;
  border-radius: 50%;
}
.item-bookmark i {
  color: #cfd0d2;
}
.item-bookmark.active i {
  animation: heartblastAnimation 0.5s ease-out;
  color: #ff6c87;
}
.item-bookmark.icon-left {
  left: 15px;
  right: auto;
}
.item-bookmark.icon-right {
  left: auto;
  right: 15px;
}
@keyframes heartblastAnimation {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.3);
  }
  100% {
    transform: scale(1);
  }
}
.fi {
  display: inline-flex;
}
.back-btn i {
  font-size: 24px !important;
}
.ic-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--border-radius-sm);
  width: 45px;
  min-width: 45px;
  height: 45px;
}
.ic-icon i {
  font-size: 20px;
}
.ic-icon svg {
  width: 24px;
  height: 24px;
}
.ic-icon svg path {
  stroke: var(--title);
}
.ic-icon.icon-primary {
  background-color: var(--primary);
  color: var(--title);
}
.ic-icon.icon-trash-found {
  background-color: var(--error);
  color: var(--title);
}
.ic-icon.icon-primary i {
  color: var(--title);
}
.ic-icon.icon-primary svg path {
  fill: var(--title);
}
.ic-icon.icon-lg {
  width: 50px;
  min-width: 50px;
  height: 50px;
}
.ic-icon.icon-lg i {
  font-size: 24px;
}
.ic-icon.icon-sm {
  width: 35px;
  min-width: 35px;
  height: 35px;
}
.ic-icon.icon-sm svg {
  width: 20px;
  height: 20px;
}
.ic-icon.icon-sm i {
  font-size: 18px;
}
.ic-icon.icon-xs {
  width: 30px;
  min-width: 30px;
  height: 30px;
}
.ic-icon.icon-xs i {
  font-size: 16px;
}
.ic-icon.icon-fill {
  background-color: #f6f6f6;
  color: var(--primary);
}
.ic-icon.icon-fill i {
  color: var(--title) !important;
}
.ic-icon.style-2 {
  width: 40px;
  min-width: 40px;
  height: 40px;
}
.ic-icon.style-2 i {
  display: inline-flex;
  font-size: 24px;
}
.ic-icon.style-3 {
  position: absolute;
  top: 8px;
  left: 8px;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  font-size: 16px;
  background-color: var(--rgba-primary-2);
  color: var(--theme-text-color);
  border-radius: 50%;
}
.ic-icon.notification-badge .badge {
  top: 0;
  right: 0;
  left: auto;
}
.ic-icon-box {
  width: 60px;
  min-width: 60px;
  height: 60px;
  border: 1px solid var(--border-color);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.ic-icon-box.fill-white {
  background-color: #fff;
  color: #000;
}
.ic-icon-box.fill-white i {
  color: #000;
}
.ic-icon-box.fill-white svg path {
  fill: #000;
}
.ic-icon-box svg path {
  fill: var(--title);
}
.notification-badge {
  position: relative;
  display: flex;
}
.notification-badge .badge {
  position: absolute;
  top: -4px;
  left: 10px;
  padding: 2px;
  border-radius: 20px;
  font-weight: 400;
  font-size: 10px;
  background-color: #ff3131;
}
.notification-badge svg path {
  fill: var(--title);
}
.btn-close {
  background: none;
}
.btn-close.style-2 {
  font-size: 12px;
  line-height: normal;
}
.btn-close.style-2 i {
  transform: scale(1.2);
}
.ic-btn-icon {
  gap: 0px;
  text-align: left;
  padding: 10px;
  max-width: 175px;
  background-color: var(--bg-white);
  text-transform: uppercase;
}
.ic-btn-icon span {
  padding: 0 15px;
}
.ic-btn-icon i {
  width: 58px;
  min-width: 58px;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 16px;
  background-color: var(--primary);
  color: var(--title);
  font-size: 30px;
}
.pull_delete {
  position: relative;
}
.pull_delete.active {
  background: var(--bg-white);
}
.pull_delete.trans {
  transition: all 0.4s;
}
.pull_delete .pd_btn {
  display: flex !important;
  position: absolute !important;
  right: -75px !important;
  top: 0 !important;
  bottom: 0 !important;
  width: 65px !important;
  font-size: 24px !important;
  background: var(--primary) !important;
  color: var(--title) !important;
  text-align: center !important;
  align-items: center;
  justify-content: center;
  border-radius: var(--border-radius-md);
}
.pull_delete .pd_btn::before {
  content: "\e8da";
  font-family: "feather" !important;
  font-size: 24px !important;
  font-weight: 500;
  font-style: normal;
}
.title-bar {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  position: relative;
  z-index: 9;
  justify-content: space-between;
}
.title-bar .title {
  margin-bottom: 0;
}
.title-bar a,
.title-bar .link {
  font-size: 12px;
  font-weight: 500;
  color: var(--text-color);
}
.title-bar .sub-title {
  margin-bottom: 0;
  text-transform: capitalize;
  font-weight: 400;
  font-size: 14px;
  font-family: var(--font-family-title);
}
.title-bar > a {
  font-weight: 400;
}
.search-box {
  margin: -20px;
  padding: 5px 20px 20px 20px;
  background-color: var(--primary);
  border-radius: 0px 0px 30px 30px;
  margin-bottom: 27px;
}
.search-box .input-group .form-control {
  font-size: 14px;
  height: 50px;
  border-color: transparent;
  border-radius: 50px;
  background-color: var(--bg-white);
}
.search-box .input-group .input-group-text {
  border-color: transparent;
  font-size: 24px;
  color: #ffb000;
}
.search-box .input-group input::placeholder {
  color: #666666;
}
.search-box .input-group:focus-within .input-group-text,
.search-box .input-group:focus-within .form-control {
  border-color: var(--secondary) !important;
}
.ic-prize span {
  display: block;
}
.ic-prize .name {
  font-size: 12px;
  text-transform: uppercase;
  color: var(--title);
}
.ic-prize .prize {
  font-size: 24px;
  font-weight: 700;
  color: var(--text-color);
}
.ic-main-section .title-bar {
  align-items: flex-end;
}
.ic-main-section .title-bar .title {
  text-transform: uppercase;
  font-weight: 700;
}
.ic-main-section .ic-color-option {
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 1px solid var(--secondary);
  border-radius: var(--border-radius);
  background-color: var(--bg-white);
  overflow: hidden;
  gap: 12px;
  position: relative;
  padding-top: 18px;
}
.ic-main-section .ic-color-option::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 153px;
  background-color: var(--secondary);
}
.ic-main-section .ic-color-option .name {
  text-transform: uppercase;
  font-size: 12px;
  display: inline-block;
  text-align: center;
  font-weight: 500;
  line-height: 20px;
  color: var(--title);
}
.ic-main-section .ic-color-option .ic-color-filter {
  display: flex;
  flex-direction: column;
  gap: 22px;
  align-items: center;
  width: 100%;
  padding: 0px 24px 20px;
  position: relative;
}
.ic-main-section .ic-color-option .ic-color-filter::after {
  content: "";
  position: absolute;
  top: 16px;
  left: auto;
  right: 0;
  width: calc(calc(100% / 2) - 23px);
  height: 30px;
  background-color: transparent;
  border-radius: 10px 10px 0 0;
  border-top: 10px solid var(--secondary);
  border-left: 10px solid var(--secondary);
  z-index: 2;
}
.ic-main-section .ic-color-option .ic-color-filter::before {
  content: "";
  position: absolute;
  top: 16px;
  left: 0;
  right: 0;
  width: calc(calc(100% / 2) - 23px);
  height: 30px;
  background-color: transparent;
  border-radius: 10px 10px 0 0;
  border-top: 10px solid var(--secondary);
  border-right: 10px solid var(--secondary);
  z-index: 2;
}
.ic-main-section .ic-color-option .ic-color-filter .form-check .form-check-input {
  width: 48px;
  min-width: 48px;
  height: 48px;
}
.ic-main-section .ic-color-option .ic-color-filter .form-check span {
  height: 36px;
  width: 36px;
}
.ic-main-section .ic-color-option .ic-color-filter .form-check span::after {
  width: 48px;
  height: 48px;
  border: 7px solid #fff;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.ic-main-section .ic-color-option .ic-color-filter .form-check:first-child span::after {
  border-color: #fff;
}
.ic-main-section .ic-media {
  right: -20px;
  margin-top: -70px;
  z-index: -1;
}
@media only screen and (max-width: 359px) {
  .ic-main-section .ic-media {
    margin-top: 0;
  }
}
.product-info {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}
.product-info .info-box {
  display: flex;
  flex-direction: column;
  gap: 0;
  align-items: center;
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius);
  padding: 10px 20px;
  background-color: var(--bg-white);
  width: 100%;
}
.product-info .info-box i {
  font-size: 24px;
  color: var(--text-color);
}
.product-info .info-box .title {
  font-weight: 600;
  margin-bottom: 0;
  line-height: 28px;
}
.product-info .info-box p {
  margin-bottom: 0;
  color: var(--secondary);
  opacity: 0.5;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
}
@media only screen and (min-width: 360px) {
  .product-info .info-box {
    width: calc(50% - 10px);
  }
}
.product-info.style-1 {
  justify-content: unset;
  gap: 5px;
  margin-left: -15px;
  margin-right: -15px;
}
.product-info.style-1 .info-box {
  width: auto;
  flex-direction: unset;
  gap: 5px;
  padding: 10px 8px;
  background-color: var(--bg-white);
  border: 0;
  border-radius: 0;
  flex: 1;
}
.product-info.style-1 .info-box i {
  font-size: 20px;
}
.product-info.style-1 .info-box .title {
  font-size: 12px;
  line-height: unset;
}
.product-info.style-1 .info-box p {
  font-size: 10px;
}
.product-info.style-2 {
  margin-bottom: 10px;
}
.product-info.style-2 .info-box {
  width: auto;
  flex-direction: unset;
  gap: 10px;
  padding: 10px 15px;
  background-color: var(--bg-white);
  border: 0;
  flex: none;
  width: calc(50% - 5px);
}
.product-info.style-2 .info-box i {
  font-size: 24px;
}
.product-info.style-2 .info-box .title {
  font-size: 18px;
  line-height: unset;
}
.product-info.style-2 .info-box p {
  font-size: 11px;
}
.category-btn {
  padding: 14px 15px;
  background-color: var(--primary);
  border-radius: 8px;
  color: var(--secondary);
  display: block;
  font-size: 13px;
  font-weight: 400;
  line-height: 13px;
}
.category-btn:hover,
.category-btn:focus,
.category-btn:active {
  background-color: var(--secondary);
  color: #fff;
}
.category-slide {
  margin: 0 -20px 30px;
  padding: 0 20px;
}
.category-slide .swiper-slide {
  width: auto;
}
.category-slide .swiper-slide.swiper-slide-active .category-btn {
  background-color: #131921;
  color: #fff;
}
.ic-box.style-1 {
  margin: 0 -20px;
}
.ic-box.style-1 .title-bar {
  padding: 0 20px;
}
.ic-box.style-2 {
  background-color: var(--bg-white);
}
.ic-box.style-2 .title-head {
  padding: 15px 20px;
  border-bottom: 2px dashed var(--border-color-2);
}
.ic-box.style-2 .title-head .title {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
}
.ic-box.style-3 {
  background-color: var(--bg-white);
  padding: 15px;
  border-radius: var(--border-radius-md);
}
.ic-box.style-3 .title-head {
  padding: 15px 20px;
  margin: -15px -15px 0;
  border-bottom: 2px dashed var(--border-color-2);
  --title: #131921;
}
.ic-box.style-3 .title-head .title {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
}
.ic-tags {
  display: flex;
  align-items: center;
  gap: 5px;
}
.tag-btn {
  padding: 14px 15px;
  display: inline-flex;
  align-items: center;
  border-radius: var(--border-radius-sm);
  justify-content: center;
  font-size: 13px;
  color: var(--title);
  border: 2px solid var(--border-color-2);
  line-height: 8px;
}
.tag-btn:active,
.tag-btn:focus,
.tag-btn:hover {
  background-color: var(--primary);
  border-color: var(--primary);
  color: var(--title);
}
.chat-list > ul {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.chat-list > ul li {
  position: relative;
  padding: 10px 15px 10px 10px;
  background-color: var(--bg-white);
  border-radius: var(--border-radius-md);
}
.chat-list .list-items {
  display: flex;
  align-items: center;
}
.chat-list .list-items .ic-media {
  width: 50px;
  min-width: 50px;
  height: 50px;
}
.chat-list .list-items .ic-media img {
  border-radius: var(--border-radius);
}
.chat-list .list-items .ic-media::after {
  content: "";
  display: none;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 16px;
  height: 16px;
  background-color: #159e42;
  border: 3px solid var(--body-bg);
  border-radius: 50px;
}
.chat-list .list-items .list-content {
  flex: 1;
}
.chat-list .list-items .list-content .title {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 2px;
}
.chat-list .list-items .list-content .ic-text {
  font-size: 12px;
  color: var(--text-muted);
}
.chat-list .list-items .ic-status {
  font-size: 11px;
  color: var(--text-muted);
}
.chat-list .list-items.active .ic-media::after {
  display: block;
}
.active-status {
  position: relative;
  display: inline-flex;
  align-items: center;
  font-size: 10px;
  gap: 4px;
  color: var(--text-color);
}
.active-status .dot {
  background-color: var(--text-color);
  width: 8px;
  height: 8px;
  border-radius: 20px;
  display: block;
}
.chat-box-area {
  display: flex;
  flex-direction: column;
}
.chat-box-area .active-date {
  color: var(--title);
  text-align: center;
  display: inline-block;
  padding: 5px 10px;
  background-color: var(--bg-white);
  border-radius: 6px;
  font-size: 10px;
  font-weight: 400;
  margin: 15px auto;
}
.chat-box-area .chat-content {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  padding-right: 70px;
}
.chat-box-area .chat-content.user {
  justify-content: flex-end;
  padding-right: 0;
  padding-left: 70px;
}
.chat-box-area .chat-content.user .message-item {
  align-items: end;
}
.chat-box-area .chat-content.user .message-item .bubble {
  background-color: var(--bg-white);
  color: var(--title);
  border-radius: 15px 0px 0px 15px;
}
.chat-box-area .chat-content.user .message-item .bubble:first-child {
  border-radius: 15px 15px 0 15px;
}
.chat-box-area .chat-content.user .message-item .bubble:last-child {
  margin-bottom: 0;
}
.chat-box-area .chat-content.user .message-item .bubble .emoji-icon {
  display: inline-flex;
  width: 30px;
  height: 30px;
  margin: 0 3px;
}
.chat-box-area .chat-content.user .message-item .message-time {
  text-align: right;
}
.chat-box-area .chat-content .message-item {
  margin-bottom: 10px;
  display: flex;
  flex-direction: column;
  align-items: start;
}
.chat-box-area .chat-content .message-item .bubble {
  padding: 10px 15px;
  background-color: var(--primary);
  border-radius: 0 15px 15px 0;
  color: var(--title);
  display: inline-flex;
  margin-bottom: 5px;
  font-size: 12px;
  align-items: center;
  min-width: 75px;
  line-height: 20px;
}
.chat-box-area .chat-content .message-item .bubble:first-child {
  border-radius: 15px 15px 15px 0;
}
.chat-box-area .chat-content .message-item .bubble:last-child {
  margin-bottom: 0;
}
.chat-box-area .chat-content .message-item .message-time {
  font-size: 10px;
  font-weight: 500;
  text-align: left;
  margin-top: 5px;
  color: var(--text-color);
}
.error-page {
  display: block;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.error-page .title {
  font-weight: 800;
}
.error-img {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 170px;
}
.chat-footer {
  position: fixed;
  bottom: 0;
  left: 50%;
  width: 100%;
  background-color: transparent;
  max-width: 600px;
  transform: translateX(-50%);
  padding: 10px;
}
.chat-footer form {
  width: 100%;
}
.chat-footer form .input-wrapper {
  position: relative;
}
.chat-footer form .input-wrapper .form-control {
  min-height: 65px;
  background-color: var(--secondary);
  border-radius: 50px;
  padding: 10px 50px;
  font-size: 14px;
  font-weight: 400;
  border: 0;
  color: var(--theme-text-color);
}
.chat-footer form .input-wrapper .form-control::placeholder {
  color: #ffffff;
  font-weight: 300;
}
.chat-footer form .input-wrapper .icon-popup {
  position: absolute;
  top: 50%;
  left: 20px;
  font-size: 20px;
  transform: translateY(-50%);
  line-height: 0;
  color: var(--text-color);
}
.chat-footer form .input-wrapper .chat-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  background: var(--primary);
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  box-shadow: 0 0 0 8px #212830;
}
.ic-authentication-area {
  margin: 0 -20px;
}
.ic-authentication-area .logo-area {
  text-align: center;
  padding: 60px 30px 30px;
  margin: auto;
}
.ic-authentication-area .logo-area img {
  width: 200px;
}
.ic-authentication-area .ic-form-group {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.ic-authentication-area .ic-form-group .title {
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  margin: auto;
}
.ic-authentication-area .ic-form-group .btn-link {
  font-weight: 500;
  display: inline-block;
  color: #ffb000;
  text-decoration: unset;
  border-bottom: 2px solid #ffb000;
}
.ic-authentication-area .account-section {
  padding: 10px 30px;
}
.ic-authentication-area .account-section .section-head {
  padding: 0;
  margin-bottom: 25px;
}
.ic-authentication-area .account-section .section-head .title {
  text-transform: capitalize;
  font-size: 30px;
  line-height: 1.3;
  margin-bottom: 0;
  padding-right: 60px;
}
.ic-authentication-area .account-section .section-head .title:not(:last-child) {
  margin-bottom: 10px;
}
.ic-authentication-area .account-section .section-head p {
  font-size: 14px;
  color: var(--text-light);
  text-transform: unset;
  font-weight: 300;
}
.ic-authentication-area .account-section .section-head .text-num {
  color: #ffb000;
  font-weight: 600;
  font-size: 15px;
}
.ic-authentication-area .ic-saprate {
  position: relative;
  display: block;
  color: var(--title);
  text-align: center;
  font-weight: 500;
  font-size: 14px;
  margin: 20px 0 0;
  z-index: 1;
}
.ic-authentication-area .ic-saprate > span {
  background-color: var(--body-bg);
  padding: 0 10px;
}
.ic-authentication-area .ic-saprate:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: var(--border-color);
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: -1;
}
.ic-authentication-area .bottom-content {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-left: 30px;
  margin-right: 30px;
}
.account-area.style-2 .section-head {
  padding: 15px 0;
}
.account-area.style-2 .section-head h2,
.account-area.style-2 .section-head .h2 {
  margin-bottom: 10px;
}
.account-area.style-2 .section-head p {
  font-size: 16px;
  margin-bottom: 0;
}
.account-area.style-2 .section-head .badge {
  background-color: var(--rgba-primary-1);
  color: var(--primary);
  padding: 8px 14px;
  font-size: 16px;
  border-radius: var(--border-radius-md);
  font-weight: 700;
}
.account-area.style-2 .back-btn {
  width: unset;
  min-width: unset;
  height: unset;
  background-color: unset;
  border-radius: 50%;
  text-align: left;
  color: var(--title);
  font-size: 28px;
  display: inline-block;
}
.account-area.style-2 .ic-contact .input-group {
  gap: 15px;
}
.account-area.style-2 .ic-contact .input-group .input-group-text {
  font-size: 18px;
  font-weight: 600;
  color: var(--title);
  border-width: 0 0 2px;
  padding-top: 9px;
}
.account-area.style-2 .ic-contact .input-group .form-control {
  padding-left: 0;
  border-width: 0 0 2px;
  font-size: 18px;
  font-weight: 600;
}
.policy-content {
  margin-top: 30px;
}
.policy-content li {
  margin-bottom: 15px;
}
.policy-content li p {
  font-size: 16px;
  margin-bottom: 0;
  line-height: 1.4;
}
.input-group > .form-control:focus,
.input-group > .form-select:focus {
  z-index: unset;
}
.digit-group {
  max-width: 265px;
  display: flex;
  flex-direction: initial;
  margin: 0 auto 10px;
  gap: 10px;
}
.digit-group input {
  text-align: center;
  font-size: 18px;
  color: var(--title);
}
.digit-group.input-mini .form-control {
  border-bottom-width: 2px;
}
.social-btn-group {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin: auto 30px;
}
.welcome-area .info-content {
  margin-top: auto;
  width: 100%;
  padding: 0 30px 25px;
}
.welcome-area .top-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 25px;
}
.welcome-area .top-content .app-logo {
  max-width: 114px;
}
.welcome-area .get-started {
  margin: 0 -30px;
  padding: 0 30px;
  display: flex;
  flex-direction: column;
  gap: 26px;
  height: 100%;
}
.welcome-area .get-started .title {
  font-size: 35px;
  margin-bottom: 0;
  font-weight: 500;
  text-transform: capitalize;
  text-align: right;
  line-height: 45px;
}
.welcome-area .get-started .bottom-content {
  margin-top: auto;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.welcome-area .get-started2 {
  height: 59.23%;
  padding-top: 0px;
}
.welcome-area .get-started2 .swiper-wrapper .swiper-slide {
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0 !important;
}
.welcome-area .get-started2 .swiper-wrapper .swiper-slide.swiper-slide-active {
  opacity: 1 !important;
}
.welcome-area .get-started2 .ic-media {
  margin: auto;
}
.welcome-area.bg-shape {
  position: relative;
}
.welcome-area.bg-shape .bg {
  display: flex;
  flex-direction: column;
  gap: 75px;
  position: absolute;
  top: 35%;
  left: 50%;
  z-index: -1;
  transform: translate(-50%, -50%);
}
.welcome-area.bg-shape .bg .bg2 {
  width: 2000px;
  height: 90px;
  background-color: var(--bg-white);
  transform: rotate(-48deg);
  transform-origin: center;
  top: 0;
  position: relative;
}
.bottom-btn {
  padding: 30px;
  margin-bottom: -30px;
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: end;
  gap: 25px;
  position: relative;
}
.bottom-btn::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 130px;
  background:
    linear-gradient(
      0deg,
      white 30%,
      rgba(255, 255, 255, 0) 100%);
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.bottom-btn .title {
  font-size: 12px;
  font-weight: 400;
  text-align: center;
}
.bottom-btn .btn-link {
  font-weight: 500;
  display: inline-block;
  color: #ffb000;
  text-decoration: unset;
  border-bottom: 2px solid #ffb000;
}
.bottom-btn .bg-image {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.3;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
  mix-blend-mode: luminosity;
}
.loader-screen {
  position: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
}
.loader-screen .version {
  position: absolute;
  bottom: 0;
  text-align: center;
  right: 0;
  left: 0;
  margin-bottom: 10px;
  z-index: 2;
  text-transform: uppercase;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
}
.main-screen {
  overflow: hidden;
  z-index: 1000;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.main-screen .loader {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: -1;
}
.main-screen .loader::after {
  content: "";
  position: absolute;
  width: 282px;
  height: 282px;
  background-color: rgba(255, 255, 255, 0.1);
  top: 50%;
  left: 50%;
  border-radius: 50%;
  z-index: -1;
  animation-name: animateCircle;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  opacity: 0;
}
.main-screen .title {
  font-size: 40px;
  color: #fff;
  display: flex;
  align-items: center;
  text-transform: uppercase;
}
.main-screen .title span {
  line-height: 1;
}
@keyframes dzAnimatePreloder {
  0% {
    transform: scale(1);
  }
  80%, 100% {
    transform: scale(0);
  }
}
@keyframes animateCircle {
  0% {
    transform: translate(-50%, -50%) scale(0);
    opacity: 0;
  }
  50% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
  }
}
.profile-area .main-profile {
  margin-bottom: 20px;
}
.profile-area .main-profile .user-image {
  margin-right: 15px;
}
.profile-area .main-profile .user-image img {
  border-radius: 50%;
}
.profile-area .main-profile .name {
  font-weight: 400;
  font-size: 16px;
}
.profile-area .content-box ul li {
  text-align: center;
}
.profile-area .content-box ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 400;
  background: var(--bg-white);
  border: 1px solid #f0f0f0;
  border-radius: var(--border-radius);
  text-transform: capitalize;
  color: var(--title);
  padding: 15px;
  line-height: 16px;
}
.profile-area .content-box ul li a.active,
.profile-area .content-box ul li a:active,
.profile-area .content-box ul li a:hover,
.profile-area .content-box ul li a:focus {
  background-color: var(--secondary);
  color: var(--theme-text-color);
}
.edit-profile .profile-image {
  display: flex;
  align-items: center;
  gap: 15px;
  background-color: var(--bg-white);
  margin-bottom: 10px;
  padding: 18px 15px;
  border-radius: var(--border-radius-md);
}
.edit-profile .edit-content .name {
  font-size: 19px;
  font-weight: 500;
}
.edit-profile .edit-content p {
  font-size: 12px;
  color: #666666;
  margin-bottom: 0;
}
.edit-profile .avatar-upload .avatar-preview {
  width: 95px;
  height: 95px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border-radius: 50%;
  border: 2px solid var(--pink);
}
.edit-profile .avatar-upload .avatar-preview > #imagePreview {
  display: inline-block;
  width: 85px;
  height: 85px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50%;
}
.edit-profile .avatar-upload .change-btn {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: var(--text-color);
  color: var(--theme-text-color);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  border: 3px solid var(--bg-white);
}
.edit-profile .avatar-upload .change-btn i {
  line-height: 1;
  display: block;
}
.ic-offer-coupon {
  display: flex;
  align-items: center;
  background: var(--bg-white);
  padding: 12px 15px;
  margin-bottom: 15px;
  border-radius: var(--border-radius);
}
.ic-offer-coupon .offer {
  width: 50px;
  height: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
  padding-right: 15px;
  border-right: 2px dashed var(--border-color);
}
.ic-offer-coupon h6,
.ic-offer-coupon .h6 {
  margin-bottom: 0;
  font-weight: 500;
  font-size: 14px;
}
.ic-offer-coupon p {
  margin-bottom: 0;
  color: var(--text-light);
  font-size: 10px;
}
.ic-product-filter {
  max-width: 600px;
  display: flex;
  align-items: center;
  width: 100%;
  border-radius: 50px;
  background-color: var(--secondary);
}
.ic-product-filter li {
  flex: 1;
}
.ic-product-filter li a {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 50px;
  padding: 15px;
  border: 8px solid transparent;
}
.ic-product-filter li a.active {
  background-color: var(--primary);
  color: #000;
  border-color: #212830;
}
.ic-filter-offcanvas {
  margin: 0 10px 85px;
  border-radius: var(--border-radius-md) !important;
  background-color: var(--bg-white);
}
.ic-filter-offcanvas .offcanvas-header {
  padding: 15px;
  border-bottom: 2px dashed var(--border-color-2);
}
.ic-filter-offcanvas .offcanvas-header .offcanvas-title {
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
}
.filter-inner-content {
  margin-bottom: 30px;
}
.filter-inner-content .title-bar {
  margin-bottom: 10px;
}
.ic-product-preview {
  position: relative;
  overflow: hidden;
  background-color: var(--bg-white);
  padding: 15px;
  border-radius: var(--border-radius-md);
  margin-bottom: 10px;
}
.ic-product-preview .product-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 35px;
}
.ic-product-preview .product-meta .ic-status,
.ic-product-preview .product-meta .ic-off {
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 2px;
  color: #eb5757;
}
.ic-product-preview .product-meta .ic-status {
  color: var(--text-color);
}
.ic-product-preview .product-meta .ic-review {
  color: var(--text-muted);
  font-size: 12px;
  font-weight: 400;
}
.ic-product-preview .product-meta .star-rating {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 2px;
  margin-bottom: 2px;
}
.ic-product-preview .product-meta .star-rating li svg {
  width: 16px;
  height: 16px;
}
.ic-product-preview .ic-media {
  max-width: 310px;
  margin: 0 auto 35px;
}
.ic-product-preview .detail-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 2px dashed var(--border-color-2);
  margin: 0 -15px -15px;
  padding: 20px;
}
.ic-product-preview .detail-content .title {
  margin-bottom: 0;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 18px;
  max-width: 130px;
}
.ic-product-detail .color-filter .ic-color-picker {
  display: flex;
  align-items: center;
  gap: 15px;
}
.ic-product-detail .color-filter .ic-color-picker .form-check {
  padding-left: 0;
  padding-right: 0;
}
.ic-product-detail .color-filter .ic-color-picker .form-check span {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--primary);
  position: relative;
  border-radius: 50%;
  z-index: 1;
}
.ic-product-detail .color-filter .ic-color-picker .form-check span i {
  font-size: 16px;
  color: #fff;
  display: none;
}
.ic-product-detail .color-filter .ic-color-picker .form-check span:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 35px;
  height: 35px;
  background-color: transparent;
  border: 1px solid var(--primary);
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(0);
  z-index: -1;
}
.ic-product-detail .color-filter .ic-color-picker .form-check .form-check-input {
  opacity: 0;
  position: absolute;
  z-index: 2;
  margin-left: 0;
  margin-top: 0;
  cursor: pointer;
}
.ic-product-detail .color-filter .ic-color-picker .form-check .form-check-input:checked + span i {
  display: block;
}
.ic-product-detail .color-filter .ic-color-picker .form-check .form-check-input:checked + span:after {
  transform: translate(-50%, -50%) scale(1);
}
.ic-product-detail .color-filter .ic-color-picker .form-check:last-child span {
  margin-right: 0;
}
.ic-product-detail .description p {
  font-size: 14px;
  font-weight: 300;
  color: var(--text-muted);
  line-height: 23px;
}
.ic-product-detail .ic-select-btn {
  gap: 8px;
  display: flex;
  align-items: center;
}
.ic-product-detail .ic-name {
  font-size: 14px;
  font-weight: 400;
}
.ic-product-detail .ic-color-filter {
  margin-bottom: 15px;
}
.ic-product-detail .specification-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.ic-product-detail .specification-list li {
  display: flex;
  align-items: center;
}
.ic-product-detail .specification-list li span {
  flex: 1;
  font-size: 12px;
  font-weight: 400;
}
.ic-product-detail .specification-list li .name {
  color: var(--text-muted);
}
.total-cart {
  display: flex;
  align-items: center;
}
.total-cart .price {
  margin-bottom: 0;
}
.total-cart .item-bookmark {
  position: unset;
  width: 55px;
  height: 55px;
  background-color: #e8e8e8;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--border-radius-sm);
}
.total-cart .item-bookmark i {
  color: #000;
}
.total-cart .item-bookmark.active {
  background-color: #ff2a4f;
}
.total-cart .item-bookmark.active i {
  animation: unset;
  color: #e8e8e8;
}
.ic-total-area {
  padding: 15px 15px 15px;
  margin: 0 -15px;
  border-bottom: 1px solid var(--border-color-2);
}
.ic-total-area.fixed {
  margin: 0;
  position: fixed;
  top: 60px;
  left: 50%;
  width: 100%;
  max-width: 600px;
  z-index: 8;
  background-color: var(--body-bg);
  transform: translateX(-50%);
}
.ic-total-area .total-prize {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 5px;
}
.ic-total-area .total-prize > li {
  font-size: 18px;
}
.ic-total-area .total-prize .prize {
  font-weight: 700;
}
.ic-total-area .ic-text {
  display: flex;
  align-items: center;
  font-size: 15px;
  font-weight: 500;
  color: #159e42;
  gap: 6px;
}
.ic-total-area .ic-text i {
  width: 24px;
  background-color: #159e42;
  height: 24px;
  border-radius: 50%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ic-cart-list {
  border-bottom: 1px solid var(--border-color-2) !important;
  margin: 0 -15px 15px;
}
.ic-cart-list:last-child {
  border-bottom: 0 !important;
  margin-bottom: 15px !important;
}
.info-bx {
  display: flex;
  align-items: center;
  gap: 8px;
  border: 2px solid var(--primary);
  border-radius: var(--border-radius-md);
  background-color: #fbfff3;
  padding: 10px 15px;
  min-height: 50px;
}
.info-bx p {
  margin-bottom: 0;
}
.view-cart ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 18px 20px;
  border-bottom: 2px dashed var(--light);
}
.view-cart ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: var(--title);
}
.view-cart ul li span {
  font-size: 12px;
  display: block;
}
.view-cart ul li .status {
  color: var(--text-color);
}
.view-cart ul li .price {
  color: var(--title);
  margin-bottom: 0;
  font-family: var(--font-family-base);
  font-weight: 600;
}
.view-cart .ic-total {
  padding: 18px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.view-cart .ic-total > span {
  display: block;
  font-size: 14px;
  color: var(--title);
}
.view-cart .ic-total .price {
  color: var(--text-color);
  font-weight: 600;
  margin-bottom: 0;
}
.ic-add-box {
  display: flex;
  align-items: center;
  border-radius: var(--border-radius-md);
  background-color: var(--secondary);
  padding: 12px 15px;
  font-weight: 400;
  font-size: 14px;
}
.ic-add-box span {
  flex: 1;
  color: #fff;
}
.ic-add-box i {
  color: var(--primary);
  font-size: 24px;
}
.payment-card-swiper {
  margin: 0 -15px;
  padding: 0 15px;
}
.payment-card {
  width: 100%;
  border-radius: var(--border-radius-md);
  background-color: var(--light);
  overflow: hidden;
  padding: 15px;
  height: 150px;
  background-repeat: no-repeat;
  background-size: cover;
}
.payment-card.style-2 {
  margin-bottom: 20px;
  height: auto;
  padding: 20px;
}
.payment-card.style-2 .card-info {
  margin-bottom: 45px;
}
.payment-card.style-2 .card-number {
  margin-bottom: 18px;
  letter-spacing: 3px;
}
.payment-card.style-2 .bottom-info {
  background-color: var(--secondary);
  margin: 0 -20px -20px;
  padding: 20px;
}
.payment-card .add-content {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 20px;
  width: 100%;
  height: 100%;
  justify-content: center;
}
.payment-card .add-content i {
  font-size: 30px;
}
.payment-card .add-content .title {
  font-size: 12px;
  margin-bottom: 0;
  text-transform: uppercase;
  letter-spacing: 0.1px;
}
.payment-card.bg-1 {
  background-image: url("./media/bg1.png");
}
.payment-card.bg-2 {
  background-image: url("./media/bg2.png");
}
.payment-card .card-content {
  display: flex;
  flex-direction: column;
}
.payment-card .card-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
}
.payment-card .card-info .card-title {
  font-weight: 400;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1.2px;
  margin-bottom: 0;
  color: #fff;
  display: flex;
  align-items: center;
}
.payment-card .card-info .activity {
  display: inline-block;
  margin-right: 8px;
}
.payment-card .card-number {
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.payment-card .bottom-info {
  display: flex;
  align-items: end;
}
.payment-card .bottom-info .holder-name {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 1.4;
  flex: 1;
  font-weight: 500;
}
.payment-card .bottom-info .card-about {
  color: #fff;
}
.payment-card .bottom-info .card-about span {
  display: block;
  font-size: 12px;
}
.payment-card .bottom-info .card-about small,
.payment-card .bottom-info .card-about .small {
  display: block;
  opacity: 0.5;
  margin-bottom: 4px;
}
.search-input {
  margin-bottom: 0;
  align-items: center;
}
.search-input .search-icon {
  font-size: 22px;
}
.search-input .form-control {
  background-color: transparent;
  border: 0;
}
.add-bank {
  background-color: var(--bg-white);
}
.add-bank .offcanvas-header {
  padding: 5px 15px;
}
.add-bank .offcanvas-body {
  background-color: var(--bg-white);
}
.add-bank .ic-bank-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.add-bank .ic-bank-list li {
  flex: 1;
}
.add-bank .ic-bank-list li .ic-media {
  width: 50px;
  min-width: 50px;
  height: 50px;
  border-radius: var(--border-radius);
  background-color: #f2f2f2;
  padding: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.item-list {
  display: table;
}
.item-list .list {
  padding: 4px 0;
  width: 50%;
  float: left;
}
.item-list .list a {
  font-size: 11px;
  font-weight: 400;
  color: var(--text-muted);
  white-space: nowrap;
}
.rating-area {
  margin-bottom: 27px;
}
.rating-area .ic-text {
  margin-bottom: 6px;
  font-size: 12;
  color: var(--title);
  font-weight: 400;
  text-transform: capitalize;
}
.rating-area .ic-star-rating {
  display: flex;
  align-items: center;
  gap: 8px;
}
.rating-area .ic-star-rating li i {
  font-size: 28px;
  color: #f0f0f0;
}
.rating-area .ic-star-rating li svg {
  width: 28px;
  height: 28px;
}
.rating-area .ic-star-rating li.active i {
  color: var(--text-color);
}
.rating-area .ic-star-rating li.active svg path {
  stroke: var(--text-color);
  fill: var(--text-color);
}
.notification-list ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.notification-list ul li {
  position: relative;
}
.notification-list .list-items {
  display: flex;
  align-items: center;
  padding: 10px;
  background-color: var(--bg-white);
  border-radius: var(--border-radius-md);
}
.notification-list .list-items .media img {
  border-radius: var(--border-radius);
}
.notification-list .list-items .date {
  font-size: 11px;
  color: var(--title);
  opacity: 0.7;
}
.notification-list .list-items .list-content .title {
  font-size: 14px;
  margin-bottom: 0;
  font-weight: 400;
}
.notification-list .list-items .ic-icon-box {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--border-radius);
  background-color: var(--light);
  position: relative;
}
.notification-list .list-items .ic-icon-box:after {
  display: none;
  content: "";
  position: absolute;
  top: -4px;
  right: -4px;
  width: 16px;
  height: 16px;
  z-index: 1;
  border-radius: 10px;
  background-color: #e54f4f;
  border: 2px solid var(--bg-white);
}
.notification-list .list-items .ic-icon-box svg {
  width: 35px;
  height: 35px;
}
.notification-list .list-items .ic-icon-box svg path {
  fill: var(--secondary);
}
#preloader {
  background: rgba(255, 255, 255, 0.5);
  padding: 0;
  margin: 0;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
#preloader .loader {
  margin: 30px auto 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.load-circle {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.load-circle .circle-2 {
  width: 120px;
  height: 120px;
  position: absolute;
  border: 2px solid var(--rgba-primary-4);
  opacity: 1;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.load-circle .circle-2 img {
  max-width: 55px;
}
.load-circle .circle-2::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border: 2px solid var(--primary);
  border-radius: 50%;
  top: 50%;
  left: 50%;
  z-index: -1;
  transform: translate(-50%, -50%);
  animation: load-circle 1s ease-in-out infinite;
}
.load-circle .circle-2::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border: 2px solid var(--primary);
  border-radius: 50%;
  top: 50%;
  left: 50%;
  z-index: -1;
  transform: translate(-50%, -50%);
  animation: load-circle2 1s ease-in-out infinite;
}
@keyframes load-circle {
  0% {
    width: 0;
    height: 0;
    opacity: 0;
  }
  4.9% {
    width: 120px;
    height: 120px;
    opacity: 0;
  }
  5% {
    width: 120px;
    height: 120px;
    opacity: 1;
  }
  100% {
    width: 200px;
    height: 200px;
    opacity: 0;
  }
}
@keyframes load-circle2 {
  0% {
    width: 0;
    height: 0;
    opacity: 0;
  }
  4.9% {
    width: 120px;
    height: 120px;
    opacity: 0;
  }
  5% {
    width: 120px;
    height: 120px;
    opacity: 1;
  }
  100% {
    width: 160px;
    height: 160px;
    opacity: 0;
  }
}

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