@charset "UTF-8";

/* node_modules/@ng-select/ng-select/themes/default.theme.css */
.ng-select.ng-select-opened > .ng-select-container {
  background: #fff;
  border-color: hsl(0, 0%, 70%) #ccc hsl(0, 0%, 85%);
}
.ng-select.ng-select-opened > .ng-select-container:hover {
  box-shadow: none;
}
.ng-select.ng-select-opened > .ng-select-container .ng-arrow {
  top: -2px;
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #999;
  border-width: 0 5px 5px;
}
.ng-select.ng-select-opened > .ng-select-container .ng-arrow:hover {
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #333;
}
.ng-select.ng-select-opened.ng-select-top > .ng-select-container {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.ng-select.ng-select-opened.ng-select-right > .ng-select-container {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.ng-select.ng-select-opened.ng-select-bottom > .ng-select-container {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.ng-select.ng-select-opened.ng-select-left > .ng-select-container {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.ng-select.ng-select-focused:not(.ng-select-opened) > .ng-select-container {
  border-color: #007eff;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 0 3px rgba(0, 126, 255, .1);
}
.ng-select.ng-select-disabled > .ng-select-container {
  background-color: #f9f9f9;
}
.ng-select .ng-has-value .ng-placeholder {
  display: none;
}
.ng-select .ng-select-container {
  color: #333;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #ccc;
  min-height: 36px;
  align-items: center;
}
.ng-select .ng-select-container:hover {
  box-shadow: 0 1px 0 rgba(0, 0, 0, .06);
}
.ng-select .ng-select-container .ng-value-container {
  align-items: center;
  padding-left: 10px;
}
[dir=rtl] .ng-select .ng-select-container .ng-value-container {
  padding-right: 10px;
  padding-left: 0;
}
.ng-select .ng-select-container .ng-value-container .ng-placeholder {
  color: #999;
}
.ng-select.ng-select-single .ng-select-container {
  height: 36px;
}
.ng-select.ng-select-single .ng-select-container .ng-value-container .ng-input {
  top: 5px;
  left: 0;
  padding-left: 10px;
  padding-right: 50px;
}
[dir=rtl] .ng-select.ng-select-single .ng-select-container .ng-value-container .ng-input {
  padding-right: 10px;
  padding-left: 50px;
}
.ng-select.ng-select-multiple.ng-select-disabled > .ng-select-container .ng-value-container .ng-value {
  background-color: #f9f9f9;
  border: 1px solid hsl(0, 0%, 90%);
}
.ng-select.ng-select-multiple.ng-select-disabled > .ng-select-container .ng-value-container .ng-value .ng-value-label {
  padding: 0 5px;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container {
  padding-top: 5px;
  padding-left: 7px;
}
[dir=rtl] .ng-select.ng-select-multiple .ng-select-container .ng-value-container {
  padding-right: 7px;
  padding-left: 0;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value {
  font-size: .9em;
  margin-bottom: 5px;
  color: #333;
  background-color: rgb(234.6, 244.68, 255);
  border-radius: 2px;
  margin-right: 5px;
}
[dir=rtl] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value {
  margin-right: 0;
  margin-left: 5px;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value.ng-value-disabled {
  background-color: #f9f9f9;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value.ng-value-disabled .ng-value-label {
  padding-left: 5px;
}
[dir=rtl] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value.ng-value-disabled .ng-value-label {
  padding-left: 0;
  padding-right: 5px;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-label {
  display: inline-block;
  padding: 1px 5px;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon {
  display: inline-block;
  padding: 1px 5px;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon:hover {
  background-color: rgb(209.1, 231.78, 255);
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon.left {
  border-right: 1px solid rgb(183.6, 218.88, 255);
}
[dir=rtl] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon.left {
  border-left: 1px solid rgb(183.6, 218.88, 255);
  border-right: none;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon.right {
  border-left: 1px solid rgb(183.6, 218.88, 255);
}
[dir=rtl] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon.right {
  border-left: 0;
  border-right: 1px solid rgb(183.6, 218.88, 255);
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-input {
  padding: 0 0 3px 3px;
}
[dir=rtl] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-input {
  padding: 0 3px 3px 0;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-input > input {
  color: #000;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-placeholder {
  top: 5px;
  padding-bottom: 5px;
  padding-left: 3px;
}
[dir=rtl] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-placeholder {
  padding-right: 3px;
  padding-left: 0;
}
.ng-select .ng-clear-wrapper {
  color: #999;
}
.ng-select .ng-clear-wrapper:hover .ng-clear {
  color: #d0021b;
}
.ng-select .ng-clear-wrapper:focus .ng-clear {
  color: #d0021b;
}
.ng-select .ng-clear-wrapper:focus {
  outline: none;
}
.ng-select .ng-spinner-zone {
  padding: 5px 5px 0 0;
}
[dir=rtl] .ng-select .ng-spinner-zone {
  padding: 5px 0 0 5px;
}
.ng-select .ng-arrow-wrapper {
  width: 25px;
  padding-right: 5px;
}
[dir=rtl] .ng-select .ng-arrow-wrapper {
  padding-left: 5px;
  padding-right: 0;
}
.ng-select .ng-arrow-wrapper:hover .ng-arrow {
  border-top-color: #666;
}
.ng-select .ng-arrow-wrapper .ng-arrow {
  border-color: #999 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
  border-style: solid;
  border-width: 5px 5px 2.5px;
}
.ng-dropdown-panel {
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: 0 1px 0 rgba(0, 0, 0, .06);
  left: 0;
}
.ng-dropdown-panel.ng-select-top {
  bottom: 100%;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-color: hsl(0, 0%, 90%);
  margin-bottom: -1px;
}
.ng-dropdown-panel.ng-select-top .ng-dropdown-panel-items .ng-option:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.ng-dropdown-panel.ng-select-right {
  left: 100%;
  top: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-color: hsl(0, 0%, 90%);
  margin-bottom: -1px;
}
.ng-dropdown-panel.ng-select-right .ng-dropdown-panel-items .ng-option:first-child {
  border-top-right-radius: 4px;
}
.ng-dropdown-panel.ng-select-bottom {
  top: 100%;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-color: hsl(0, 0%, 90%);
  margin-top: -1px;
}
.ng-dropdown-panel.ng-select-bottom .ng-dropdown-panel-items .ng-option:last-child {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.ng-dropdown-panel.ng-select-left {
  left: -100%;
  top: 0;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-color: hsl(0, 0%, 90%);
  margin-bottom: -1px;
}
.ng-dropdown-panel.ng-select-left .ng-dropdown-panel-items .ng-option:first-child {
  border-top-left-radius: 4px;
}
.ng-dropdown-panel .ng-dropdown-header {
  border-bottom: 1px solid #ccc;
  padding: 5px 7px;
}
.ng-dropdown-panel .ng-dropdown-footer {
  border-top: 1px solid #ccc;
  padding: 5px 7px;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup {
  -webkit-user-select: none;
  user-select: none;
  padding: 8px 10px;
  font-weight: 500;
  color: rgba(0, 0, 0, .54);
  cursor: pointer;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup.ng-option-disabled {
  cursor: default;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup.ng-option-marked {
  background-color: rgb(244.8, 249.84, 255);
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup.ng-option-selected,
.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup.ng-option-selected.ng-option-marked {
  color: rgba(0, 0, 0, .54);
  background-color: rgb(234.6, 244.68, 255);
  font-weight: 600;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option {
  background-color: #fff;
  color: rgba(0, 0, 0, .87);
  padding: 8px 10px;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected,
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected.ng-option-marked {
  color: #333;
  background-color: rgb(234.6, 244.68, 255);
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected .ng-option-label,
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected.ng-option-marked .ng-option-label {
  font-weight: 600;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-marked {
  background-color: rgb(244.8, 249.84, 255);
  color: #333;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-disabled {
  color: #ccc;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-child {
  padding-left: 22px;
}
[dir=rtl] .ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-child {
  padding-right: 22px;
  padding-left: 0;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option .ng-tag-label {
  font-size: 80%;
  font-weight: 400;
  padding-right: 5px;
}
[dir=rtl] .ng-dropdown-panel .ng-dropdown-panel-items .ng-option .ng-tag-label {
  padding-left: 5px;
  padding-right: 0;
}
[dir=rtl] .ng-dropdown-panel {
  direction: rtl;
  text-align: right;
}

/* apps/klaro-for-natural-person/src/styles.scss */
/*!
 * 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: #195598;
  --bs-secondary: #6c757d;
  --bs-success: #1EB685;
  --bs-info: #195598;
  --bs-warning: #ffc107;
  --bs-danger: #D7335C;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb:
    25,
    85,
    152;
  --bs-secondary-rgb:
    108,
    117,
    125;
  --bs-success-rgb:
    30,
    182,
    133;
  --bs-info-rgb:
    25,
    85,
    152;
  --bs-warning-rgb:
    255,
    193,
    7;
  --bs-danger-rgb:
    215,
    51,
    92;
  --bs-light-rgb:
    248,
    249,
    250;
  --bs-dark-rgb:
    33,
    37,
    41;
  --bs-primary-text-emphasis: rgb(10, 34, 60.8);
  --bs-secondary-text-emphasis: rgb(43.2, 46.8, 50);
  --bs-success-text-emphasis: rgb(12, 72.8, 53.2);
  --bs-info-text-emphasis: rgb(10, 34, 60.8);
  --bs-warning-text-emphasis: rgb(102, 77.2, 2.8);
  --bs-danger-text-emphasis: rgb(86, 20.4, 36.8);
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: rgb(209, 221, 234.4);
  --bs-secondary-bg-subtle: rgb(225.6, 227.4, 229);
  --bs-success-bg-subtle: rgb(210, 240.4, 230.6);
  --bs-info-bg-subtle: rgb(209, 221, 234.4);
  --bs-warning-bg-subtle: rgb(255, 242.6, 205.4);
  --bs-danger-bg-subtle: rgb(247, 214.2, 222.4);
  --bs-light-bg-subtle: rgb(251.5, 252, 252.5);
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: rgb(163, 187, 213.8);
  --bs-secondary-border-subtle: rgb(196.2, 199.8, 203);
  --bs-success-border-subtle: rgb(165, 225.8, 206.2);
  --bs-info-border-subtle: rgb(163, 187, 213.8);
  --bs-warning-border-subtle: rgb(255, 230.2, 155.8);
  --bs-danger-border-subtle: rgb(239, 173.4, 189.8);
  --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: #195598;
  --bs-link-color-rgb:
    25,
    85,
    152;
  --bs-link-decoration: underline;
  --bs-link-hover-color: rgb(20, 68, 121.6);
  --bs-link-hover-color-rgb:
    20,
    68,
    122;
  --bs-code-color: #d63384;
  --bs-highlight-color: #212529;
  --bs-highlight-bg: rgb(255, 242.6, 205.4);
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: #D9D9D9;
  --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(25, 85, 152, 0.25);
  --bs-form-valid-color: #1EB685;
  --bs-form-valid-border-color: #1EB685;
  --bs-form-invalid-color: #D7335C;
  --bs-form-invalid-border-color: #D7335C;
}
[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: rgb(42.5, 47.5, 52.5);
  --bs-tertiary-bg-rgb:
    43,
    48,
    53;
  --bs-primary-text-emphasis: rgb(117, 153, 193.2);
  --bs-secondary-text-emphasis: rgb(166.8, 172.2, 177);
  --bs-success-text-emphasis: rgb(120, 211.2, 181.8);
  --bs-info-text-emphasis: rgb(117, 153, 193.2);
  --bs-warning-text-emphasis: rgb(255, 217.8, 106.2);
  --bs-danger-text-emphasis: rgb(231, 132.6, 157.2);
  --bs-light-text-emphasis: #f8f9fa;
  --bs-dark-text-emphasis: #dee2e6;
  --bs-primary-bg-subtle: rgb(5, 17, 30.4);
  --bs-secondary-bg-subtle: rgb(21.6, 23.4, 25);
  --bs-success-bg-subtle: rgb(6, 36.4, 26.6);
  --bs-info-bg-subtle: rgb(5, 17, 30.4);
  --bs-warning-bg-subtle: rgb(51, 38.6, 1.4);
  --bs-danger-bg-subtle: rgb(43, 10.2, 18.4);
  --bs-light-bg-subtle: #343a40;
  --bs-dark-bg-subtle: #1a1d20;
  --bs-primary-border-subtle: rgb(15, 51, 91.2);
  --bs-secondary-border-subtle: rgb(64.8, 70.2, 75);
  --bs-success-border-subtle: rgb(18, 109.2, 79.8);
  --bs-info-border-subtle: rgb(15, 51, 91.2);
  --bs-warning-border-subtle: rgb(153, 115.8, 4.2);
  --bs-danger-border-subtle: rgb(129, 30.6, 55.2);
  --bs-light-border-subtle: #495057;
  --bs-dark-border-subtle: #343a40;
  --bs-heading-color: inherit;
  --bs-link-color: rgb(117, 153, 193.2);
  --bs-link-hover-color: rgb(144.6, 173.4, 205.56);
  --bs-link-color-rgb:
    117,
    153,
    193;
  --bs-link-hover-color-rgb:
    145,
    173,
    206;
  --bs-code-color: rgb(230.4, 132.6, 181.2);
  --bs-highlight-color: #dee2e6;
  --bs-highlight-bg: rgb(102, 77.2, 2.8);
  --bs-border-color: #495057;
  --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
  --bs-form-valid-color: rgb(117, 183, 152.4);
  --bs-form-valid-border-color: rgb(117, 183, 152.4);
  --bs-form-invalid-color: rgb(234, 133.8, 143.4);
  --bs-form-invalid-border-color: rgb(234, 133.8, 143.4);
}
*,
*::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: 0.875rem 0;
  color: inherit;
  border: 0;
  border-top: var(--bs-border-width) solid;
  opacity: 0.25;
}
h6,
.h6,
h5,
.h5,
h4,
.h4,
h3,
.h3,
h2,
.h2,
h1,
.h1 {
  margin-top: 0;
  margin-bottom: 0.4375rem;
  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 + 0.9vw);
}
@media (min-width: 1200px) {
  h2,
  .h2 {
    font-size: 2rem;
  }
}
h3,
.h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3,
  .h3 {
    font-size: 1.75rem;
  }
}
h4,
.h4 {
  font-size: calc(1.275rem + 0.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] {
  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;
  line-height: inherit;
  font-size: calc(1.275rem + 0.3vw);
}
@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;
}
[type=search]::-webkit-search-cancel-button {
  cursor: pointer;
  filter: grayscale(1);
}
::-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.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: 0.5rem;
}
.initialism {
  font-size: 0.875em;
  text-transform: uppercase;
}
.blockquote {
  margin-bottom: 0.875rem;
  font-size: 1.25rem;
}
.blockquote > :last-child {
  margin-bottom: 0;
}
.blockquote-footer {
  margin-top: -0.875rem;
  margin-bottom: 0.875rem;
  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.4375rem;
  line-height: 1;
}
.figure-caption {
  font-size: 0.875em;
  color: var(--bs-secondary-color);
}
.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  --bs-gutter-x: 1.5rem;
  --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-sm,
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md,
  .container-sm,
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    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(-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.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.21875rem;
}
.g-1,
.gy-1 {
  --bs-gutter-y: 0.21875rem;
}
.g-2,
.gx-2 {
  --bs-gutter-x: 0.4375rem;
}
.g-2,
.gy-2 {
  --bs-gutter-y: 0.4375rem;
}
.g-3,
.gx-3 {
  --bs-gutter-x: 0.65625rem;
}
.g-3,
.gy-3 {
  --bs-gutter-y: 0.65625rem;
}
.g-4,
.gx-4 {
  --bs-gutter-x: 0.875rem;
}
.g-4,
.gy-4 {
  --bs-gutter-y: 0.875rem;
}
.g-5,
.gx-5 {
  --bs-gutter-x: 1.09375rem;
}
.g-5,
.gy-5 {
  --bs-gutter-y: 1.09375rem;
}
.g-6,
.gx-6 {
  --bs-gutter-x: 1.3125rem;
}
.g-6,
.gy-6 {
  --bs-gutter-y: 1.3125rem;
}
.g-7,
.gx-7 {
  --bs-gutter-x: 1.53125rem;
}
.g-7,
.gy-7 {
  --bs-gutter-y: 1.53125rem;
}
.g-8,
.gx-8 {
  --bs-gutter-x: 1.75rem;
}
.g-8,
.gy-8 {
  --bs-gutter-y: 1.75rem;
}
.g-9,
.gx-9 {
  --bs-gutter-x: 1.96875rem;
}
.g-9,
.gy-9 {
  --bs-gutter-y: 1.96875rem;
}
.g-10,
.gx-10 {
  --bs-gutter-x: 2.1875rem;
}
.g-10,
.gy-10 {
  --bs-gutter-y: 2.1875rem;
}
.g-11,
.gx-11 {
  --bs-gutter-x: 2.40625rem;
}
.g-11,
.gy-11 {
  --bs-gutter-y: 2.40625rem;
}
.g-12,
.gx-12 {
  --bs-gutter-x: 2.625rem;
}
.g-12,
.gy-12 {
  --bs-gutter-y: 2.625rem;
}
.g-13,
.gx-13 {
  --bs-gutter-x: 2.84375rem;
}
.g-13,
.gy-13 {
  --bs-gutter-y: 2.84375rem;
}
.g-14,
.gx-14 {
  --bs-gutter-x: 3.0625rem;
}
.g-14,
.gy-14 {
  --bs-gutter-y: 3.0625rem;
}
.g-15,
.gx-15 {
  --bs-gutter-x: 3.28125rem;
}
.g-15,
.gy-15 {
  --bs-gutter-y: 3.28125rem;
}
.g-16,
.gx-16 {
  --bs-gutter-x: 3.5rem;
}
.g-16,
.gy-16 {
  --bs-gutter-y: 3.5rem;
}
@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.21875rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.21875rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.4375rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.4375rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 0.65625rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 0.65625rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 0.875rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 0.875rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 1.09375rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 1.09375rem;
  }
  .g-sm-6,
  .gx-sm-6 {
    --bs-gutter-x: 1.3125rem;
  }
  .g-sm-6,
  .gy-sm-6 {
    --bs-gutter-y: 1.3125rem;
  }
  .g-sm-7,
  .gx-sm-7 {
    --bs-gutter-x: 1.53125rem;
  }
  .g-sm-7,
  .gy-sm-7 {
    --bs-gutter-y: 1.53125rem;
  }
  .g-sm-8,
  .gx-sm-8 {
    --bs-gutter-x: 1.75rem;
  }
  .g-sm-8,
  .gy-sm-8 {
    --bs-gutter-y: 1.75rem;
  }
  .g-sm-9,
  .gx-sm-9 {
    --bs-gutter-x: 1.96875rem;
  }
  .g-sm-9,
  .gy-sm-9 {
    --bs-gutter-y: 1.96875rem;
  }
  .g-sm-10,
  .gx-sm-10 {
    --bs-gutter-x: 2.1875rem;
  }
  .g-sm-10,
  .gy-sm-10 {
    --bs-gutter-y: 2.1875rem;
  }
  .g-sm-11,
  .gx-sm-11 {
    --bs-gutter-x: 2.40625rem;
  }
  .g-sm-11,
  .gy-sm-11 {
    --bs-gutter-y: 2.40625rem;
  }
  .g-sm-12,
  .gx-sm-12 {
    --bs-gutter-x: 2.625rem;
  }
  .g-sm-12,
  .gy-sm-12 {
    --bs-gutter-y: 2.625rem;
  }
  .g-sm-13,
  .gx-sm-13 {
    --bs-gutter-x: 2.84375rem;
  }
  .g-sm-13,
  .gy-sm-13 {
    --bs-gutter-y: 2.84375rem;
  }
  .g-sm-14,
  .gx-sm-14 {
    --bs-gutter-x: 3.0625rem;
  }
  .g-sm-14,
  .gy-sm-14 {
    --bs-gutter-y: 3.0625rem;
  }
  .g-sm-15,
  .gx-sm-15 {
    --bs-gutter-x: 3.28125rem;
  }
  .g-sm-15,
  .gy-sm-15 {
    --bs-gutter-y: 3.28125rem;
  }
  .g-sm-16,
  .gx-sm-16 {
    --bs-gutter-x: 3.5rem;
  }
  .g-sm-16,
  .gy-sm-16 {
    --bs-gutter-y: 3.5rem;
  }
}
@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.21875rem;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.21875rem;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.4375rem;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.4375rem;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 0.65625rem;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 0.65625rem;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 0.875rem;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 0.875rem;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 1.09375rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 1.09375rem;
  }
  .g-md-6,
  .gx-md-6 {
    --bs-gutter-x: 1.3125rem;
  }
  .g-md-6,
  .gy-md-6 {
    --bs-gutter-y: 1.3125rem;
  }
  .g-md-7,
  .gx-md-7 {
    --bs-gutter-x: 1.53125rem;
  }
  .g-md-7,
  .gy-md-7 {
    --bs-gutter-y: 1.53125rem;
  }
  .g-md-8,
  .gx-md-8 {
    --bs-gutter-x: 1.75rem;
  }
  .g-md-8,
  .gy-md-8 {
    --bs-gutter-y: 1.75rem;
  }
  .g-md-9,
  .gx-md-9 {
    --bs-gutter-x: 1.96875rem;
  }
  .g-md-9,
  .gy-md-9 {
    --bs-gutter-y: 1.96875rem;
  }
  .g-md-10,
  .gx-md-10 {
    --bs-gutter-x: 2.1875rem;
  }
  .g-md-10,
  .gy-md-10 {
    --bs-gutter-y: 2.1875rem;
  }
  .g-md-11,
  .gx-md-11 {
    --bs-gutter-x: 2.40625rem;
  }
  .g-md-11,
  .gy-md-11 {
    --bs-gutter-y: 2.40625rem;
  }
  .g-md-12,
  .gx-md-12 {
    --bs-gutter-x: 2.625rem;
  }
  .g-md-12,
  .gy-md-12 {
    --bs-gutter-y: 2.625rem;
  }
  .g-md-13,
  .gx-md-13 {
    --bs-gutter-x: 2.84375rem;
  }
  .g-md-13,
  .gy-md-13 {
    --bs-gutter-y: 2.84375rem;
  }
  .g-md-14,
  .gx-md-14 {
    --bs-gutter-x: 3.0625rem;
  }
  .g-md-14,
  .gy-md-14 {
    --bs-gutter-y: 3.0625rem;
  }
  .g-md-15,
  .gx-md-15 {
    --bs-gutter-x: 3.28125rem;
  }
  .g-md-15,
  .gy-md-15 {
    --bs-gutter-y: 3.28125rem;
  }
  .g-md-16,
  .gx-md-16 {
    --bs-gutter-x: 3.5rem;
  }
  .g-md-16,
  .gy-md-16 {
    --bs-gutter-y: 3.5rem;
  }
}
@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.21875rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.21875rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.4375rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.4375rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 0.65625rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 0.65625rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 0.875rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 0.875rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 1.09375rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 1.09375rem;
  }
  .g-lg-6,
  .gx-lg-6 {
    --bs-gutter-x: 1.3125rem;
  }
  .g-lg-6,
  .gy-lg-6 {
    --bs-gutter-y: 1.3125rem;
  }
  .g-lg-7,
  .gx-lg-7 {
    --bs-gutter-x: 1.53125rem;
  }
  .g-lg-7,
  .gy-lg-7 {
    --bs-gutter-y: 1.53125rem;
  }
  .g-lg-8,
  .gx-lg-8 {
    --bs-gutter-x: 1.75rem;
  }
  .g-lg-8,
  .gy-lg-8 {
    --bs-gutter-y: 1.75rem;
  }
  .g-lg-9,
  .gx-lg-9 {
    --bs-gutter-x: 1.96875rem;
  }
  .g-lg-9,
  .gy-lg-9 {
    --bs-gutter-y: 1.96875rem;
  }
  .g-lg-10,
  .gx-lg-10 {
    --bs-gutter-x: 2.1875rem;
  }
  .g-lg-10,
  .gy-lg-10 {
    --bs-gutter-y: 2.1875rem;
  }
  .g-lg-11,
  .gx-lg-11 {
    --bs-gutter-x: 2.40625rem;
  }
  .g-lg-11,
  .gy-lg-11 {
    --bs-gutter-y: 2.40625rem;
  }
  .g-lg-12,
  .gx-lg-12 {
    --bs-gutter-x: 2.625rem;
  }
  .g-lg-12,
  .gy-lg-12 {
    --bs-gutter-y: 2.625rem;
  }
  .g-lg-13,
  .gx-lg-13 {
    --bs-gutter-x: 2.84375rem;
  }
  .g-lg-13,
  .gy-lg-13 {
    --bs-gutter-y: 2.84375rem;
  }
  .g-lg-14,
  .gx-lg-14 {
    --bs-gutter-x: 3.0625rem;
  }
  .g-lg-14,
  .gy-lg-14 {
    --bs-gutter-y: 3.0625rem;
  }
  .g-lg-15,
  .gx-lg-15 {
    --bs-gutter-x: 3.28125rem;
  }
  .g-lg-15,
  .gy-lg-15 {
    --bs-gutter-y: 3.28125rem;
  }
  .g-lg-16,
  .gx-lg-16 {
    --bs-gutter-x: 3.5rem;
  }
  .g-lg-16,
  .gy-lg-16 {
    --bs-gutter-y: 3.5rem;
  }
}
@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.21875rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.21875rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.4375rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.4375rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 0.65625rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 0.65625rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 0.875rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 0.875rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 1.09375rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 1.09375rem;
  }
  .g-xl-6,
  .gx-xl-6 {
    --bs-gutter-x: 1.3125rem;
  }
  .g-xl-6,
  .gy-xl-6 {
    --bs-gutter-y: 1.3125rem;
  }
  .g-xl-7,
  .gx-xl-7 {
    --bs-gutter-x: 1.53125rem;
  }
  .g-xl-7,
  .gy-xl-7 {
    --bs-gutter-y: 1.53125rem;
  }
  .g-xl-8,
  .gx-xl-8 {
    --bs-gutter-x: 1.75rem;
  }
  .g-xl-8,
  .gy-xl-8 {
    --bs-gutter-y: 1.75rem;
  }
  .g-xl-9,
  .gx-xl-9 {
    --bs-gutter-x: 1.96875rem;
  }
  .g-xl-9,
  .gy-xl-9 {
    --bs-gutter-y: 1.96875rem;
  }
  .g-xl-10,
  .gx-xl-10 {
    --bs-gutter-x: 2.1875rem;
  }
  .g-xl-10,
  .gy-xl-10 {
    --bs-gutter-y: 2.1875rem;
  }
  .g-xl-11,
  .gx-xl-11 {
    --bs-gutter-x: 2.40625rem;
  }
  .g-xl-11,
  .gy-xl-11 {
    --bs-gutter-y: 2.40625rem;
  }
  .g-xl-12,
  .gx-xl-12 {
    --bs-gutter-x: 2.625rem;
  }
  .g-xl-12,
  .gy-xl-12 {
    --bs-gutter-y: 2.625rem;
  }
  .g-xl-13,
  .gx-xl-13 {
    --bs-gutter-x: 2.84375rem;
  }
  .g-xl-13,
  .gy-xl-13 {
    --bs-gutter-y: 2.84375rem;
  }
  .g-xl-14,
  .gx-xl-14 {
    --bs-gutter-x: 3.0625rem;
  }
  .g-xl-14,
  .gy-xl-14 {
    --bs-gutter-y: 3.0625rem;
  }
  .g-xl-15,
  .gx-xl-15 {
    --bs-gutter-x: 3.28125rem;
  }
  .g-xl-15,
  .gy-xl-15 {
    --bs-gutter-y: 3.28125rem;
  }
  .g-xl-16,
  .gx-xl-16 {
    --bs-gutter-x: 3.5rem;
  }
  .g-xl-16,
  .gy-xl-16 {
    --bs-gutter-y: 3.5rem;
  }
}
@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.21875rem;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.21875rem;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.4375rem;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.4375rem;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 0.65625rem;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 0.65625rem;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 0.875rem;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 0.875rem;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 1.09375rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 1.09375rem;
  }
  .g-xxl-6,
  .gx-xxl-6 {
    --bs-gutter-x: 1.3125rem;
  }
  .g-xxl-6,
  .gy-xxl-6 {
    --bs-gutter-y: 1.3125rem;
  }
  .g-xxl-7,
  .gx-xxl-7 {
    --bs-gutter-x: 1.53125rem;
  }
  .g-xxl-7,
  .gy-xxl-7 {
    --bs-gutter-y: 1.53125rem;
  }
  .g-xxl-8,
  .gx-xxl-8 {
    --bs-gutter-x: 1.75rem;
  }
  .g-xxl-8,
  .gy-xxl-8 {
    --bs-gutter-y: 1.75rem;
  }
  .g-xxl-9,
  .gx-xxl-9 {
    --bs-gutter-x: 1.96875rem;
  }
  .g-xxl-9,
  .gy-xxl-9 {
    --bs-gutter-y: 1.96875rem;
  }
  .g-xxl-10,
  .gx-xxl-10 {
    --bs-gutter-x: 2.1875rem;
  }
  .g-xxl-10,
  .gy-xxl-10 {
    --bs-gutter-y: 2.1875rem;
  }
  .g-xxl-11,
  .gx-xxl-11 {
    --bs-gutter-x: 2.40625rem;
  }
  .g-xxl-11,
  .gy-xxl-11 {
    --bs-gutter-y: 2.40625rem;
  }
  .g-xxl-12,
  .gx-xxl-12 {
    --bs-gutter-x: 2.625rem;
  }
  .g-xxl-12,
  .gy-xxl-12 {
    --bs-gutter-y: 2.625rem;
  }
  .g-xxl-13,
  .gx-xxl-13 {
    --bs-gutter-x: 2.84375rem;
  }
  .g-xxl-13,
  .gy-xxl-13 {
    --bs-gutter-y: 2.84375rem;
  }
  .g-xxl-14,
  .gx-xxl-14 {
    --bs-gutter-x: 3.0625rem;
  }
  .g-xxl-14,
  .gy-xxl-14 {
    --bs-gutter-y: 3.0625rem;
  }
  .g-xxl-15,
  .gx-xxl-15 {
    --bs-gutter-x: 3.28125rem;
  }
  .g-xxl-15,
  .gy-xxl-15 {
    --bs-gutter-y: 3.28125rem;
  }
  .g-xxl-16,
  .gx-xxl-16 {
    --bs-gutter-x: 3.5rem;
  }
  .g-xxl-16,
  .gy-xxl-16 {
    --bs-gutter-y: 3.5rem;
  }
}
.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: 0.875rem;
  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: rgb(209, 221, 234.4);
  --bs-table-border-color: rgb(167.2, 176.8, 187.52);
  --bs-table-striped-bg: rgb(198.55, 209.95, 222.68);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(188.1, 198.9, 210.96);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(193.325, 204.425, 216.82);
  --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: rgb(225.6, 227.4, 229);
  --bs-table-border-color: rgb(180.48, 181.92, 183.2);
  --bs-table-striped-bg: rgb(214.32, 216.03, 217.55);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(203.04, 204.66, 206.1);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(208.68, 210.345, 211.825);
  --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: rgb(210, 240.4, 230.6);
  --bs-table-border-color: rgb(168, 192.32, 184.48);
  --bs-table-striped-bg: rgb(199.5, 228.38, 219.07);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(189, 216.36, 207.54);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(194.25, 222.37, 213.305);
  --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: rgb(209, 221, 234.4);
  --bs-table-border-color: rgb(167.2, 176.8, 187.52);
  --bs-table-striped-bg: rgb(198.55, 209.95, 222.68);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(188.1, 198.9, 210.96);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(193.325, 204.425, 216.82);
  --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: rgb(255, 242.6, 205.4);
  --bs-table-border-color: rgb(204, 194.08, 164.32);
  --bs-table-striped-bg: rgb(242.25, 230.47, 195.13);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(229.5, 218.34, 184.86);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(235.875, 224.405, 189.995);
  --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: rgb(247, 214.2, 222.4);
  --bs-table-border-color: rgb(197.6, 171.36, 177.92);
  --bs-table-striped-bg: rgb(234.65, 203.49, 211.28);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(222.3, 192.78, 200.16);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(228.475, 198.135, 205.72);
  --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: rgb(198.4, 199.2, 200);
  --bs-table-striped-bg: rgb(235.6, 236.55, 237.5);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgb(223.2, 224.1, 225);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgb(229.4, 230.325, 231.25);
  --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: rgb(77.4, 80.6, 83.8);
  --bs-table-striped-bg: rgb(44.1, 47.9, 51.7);
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: rgb(55.2, 58.8, 62.4);
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: rgb(49.65, 53.35, 57.05);
  --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: 0.5rem;
}
.col-form-label {
  padding-top: calc(0.875rem + var(--bs-border-width));
  padding-bottom: calc(0.875rem + var(--bs-border-width));
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}
.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.25rem;
}
.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.875rem;
}
.form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-secondary-color);
}
.form-control {
  display: block;
  width: 100%;
  padding: 0.875rem 1.3125rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  appearance: none;
  background-color: var(--bs-body-bg);
  background-clip: padding-box;
  border: var(--bs-border-width) solid var(--klaro-columbia-blue);
  border-radius: 15px;
  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: #195598;
  outline: 0;
  box-shadow: none;
}
.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::file-selector-button {
  padding: 0.875rem 1.3125rem;
  margin: -0.875rem -1.3125rem;
  margin-inline-end: 1.3125rem;
  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.875rem 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-sm,
.form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}
.form-control-sm {
  min-height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: var(--bs-border-radius-sm);
}
.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.5em + 1rem + calc(var(--bs-border-width) * 2));
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  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.5em + 1.75rem + calc(var(--bs-border-width) * 2));
}
textarea.form-control-sm {
  min-height: calc(1.5em + 0.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 + 1.75rem + calc(var(--bs-border-width) * 2));
  padding: 0.875rem;
}
.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control-color::-moz-color-swatch {
  border: 0 !important;
  border-radius: 15px;
}
.form-control-color::-webkit-color-swatch {
  border: 0 !important;
  border-radius: 15px;
}
.form-control-color.form-control-sm {
  height: calc(1.5em + 0.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: 0.875rem 3.9375rem 0.875rem 1.3125rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  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 1.3125rem center;
  background-size: 16px 12px;
  border: var(--bs-border-width) solid var(--klaro-columbia-blue);
  border-radius: 15px;
  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: #195598;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(25, 85, 152, 0.25);
}
.form-select[multiple],
.form-select[size]:not([size="1"]) {
  padding-right: 1.3125rem;
  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.875rem;
  border-radius: var(--bs-border-radius-sm);
}
.form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.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: 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.25em;
  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: #195598;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(25, 85, 152, 0.25);
}
.form-check-input:checked {
  background-color: #195598;
  border-color: #195598;
}
.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: #195598;
  border-color: #195598;
  --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='%23195598'/%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: 1.5rem;
  padding: 0;
  appearance: none;
  background-color: transparent;
}
.form-range:focus {
  outline: 0;
}
.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, none;
}
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, none;
}
.form-range::-moz-focus-outer {
  border: 0;
}
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  appearance: none;
  background-color: #195598;
  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: rgb(186, 204, 224.1);
}
.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: #195598;
  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: rgb(186, 204, 224.1);
}
.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;
  max-width: 100%;
  height: 100%;
  padding: 1rem 1.3125rem;
  overflow: hidden;
  color: rgba(var(--bs-body-color-rgb), 0.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 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 1.3125rem;
}
.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;
  padding-left: 1.3125rem;
}
.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 {
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:-webkit-autofill ~ label {
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > textarea:focus ~ label::after,
.form-floating > textarea:not(:placeholder-shown) ~ label::after {
  position: absolute;
  inset: 1rem 0.65625rem;
  z-index: -1;
  height: 1.5em;
  content: "";
  background-color: var(--bs-body-bg);
  border-radius: 15px;
}
.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 > :disabled ~ label,
.form-floating > .form-control: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-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.875rem 1.3125rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  color: #195598;
  text-align: center;
  white-space: nowrap;
  background-color: transparent;
  border: var(--bs-border-width) solid var(--klaro-columbia-blue);
  border-radius: 15px;
}
.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.25rem;
  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.875rem;
  border-radius: var(--bs-border-radius-sm);
}
.input-group-lg > .form-select,
.input-group-sm > .form-select {
  padding-right: 5.25rem;
}
.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(-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: 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.21875rem 0.4375rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: var(--bs-success);
  border-radius: var(--bs-border-radius);
}
.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.5em + 1.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%231EB685' 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(0.375em + 0.4375rem) center;
  background-size: calc(0.75em + 0.875rem) calc(0.75em + 0.875rem);
}
.was-validated .form-control:valid:focus,
.form-control.is-valid:focus {
  border-color: var(--bs-form-valid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}
.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
  padding-right: calc(1.5em + 1.75rem);
  background-position: top calc(0.375em + 0.4375rem) right calc(0.375em + 0.4375rem);
}
.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='%231EB685' 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: 7.21875rem;
  background-position: right 1.3125rem center, center right 3.9375rem;
  background-size: 16px 12px, calc(0.75em + 0.875rem) calc(0.75em + 0.875rem);
}
.was-validated .form-select:valid:focus,
.form-select.is-valid:focus {
  border-color: var(--bs-form-valid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}
.was-validated .form-control-color:valid,
.form-control-color.is-valid {
  width: calc(3rem + calc(1.5em + 1.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 0.25rem 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.21875rem 0.4375rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: var(--bs-danger);
  border-radius: var(--bs-border-radius);
}
.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.5em + 1.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='%23D7335C'%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='%23D7335C' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.4375rem) center;
  background-size: calc(0.75em + 0.875rem) calc(0.75em + 0.875rem);
}
.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus {
  border-color: var(--bs-form-invalid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}
.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 1.75rem);
  background-position: top calc(0.375em + 0.4375rem) right calc(0.375em + 0.4375rem);
}
.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='%23D7335C'%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='%23D7335C' stroke='none'/%3e%3c/svg%3e");
  padding-right: 7.21875rem;
  background-position: right 1.3125rem center, center right 3.9375rem;
  background-size: 16px 12px, calc(0.75em + 0.875rem) calc(0.75em + 0.875rem);
}
.was-validated .form-select:invalid:focus,
.form-select.is-invalid:focus {
  border-color: var(--bs-form-invalid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}
.was-validated .form-control-color:invalid,
.form-control-color.is-invalid {
  width: calc(3rem + calc(1.5em + 1.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 0.25rem 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: 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;
  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-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: #195598;
  --bs-btn-border-color: #195598;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(21.25, 72.25, 129.2);
  --bs-btn-hover-border-color: rgb(20, 68, 121.6);
  --bs-btn-focus-shadow-rgb:
    60,
    111,
    167;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(20, 68, 121.6);
  --bs-btn-active-border-color: rgb(18.75, 63.75, 114);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #195598;
  --bs-btn-disabled-border-color: #195598;
}
.btn-secondary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #6c757d;
  --bs-btn-border-color: #6c757d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(91.8, 99.45, 106.25);
  --bs-btn-hover-border-color: rgb(86.4, 93.6, 100);
  --bs-btn-focus-shadow-rgb:
    130,
    138,
    145;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(86.4, 93.6, 100);
  --bs-btn-active-border-color: rgb(81, 87.75, 93.75);
  --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: #000;
  --bs-btn-bg: #1EB685;
  --bs-btn-border-color: #1EB685;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(63.75, 192.95, 151.3);
  --bs-btn-hover-border-color: rgb(52.5, 189.3, 145.2);
  --bs-btn-focus-shadow-rgb:
    26,
    155,
    113;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(75, 196.6, 157.4);
  --bs-btn-active-border-color: rgb(52.5, 189.3, 145.2);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #1EB685;
  --bs-btn-disabled-border-color: #1EB685;
}
.btn-info {
  --bs-btn-color: #fff;
  --bs-btn-bg: #195598;
  --bs-btn-border-color: #195598;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(21.25, 72.25, 129.2);
  --bs-btn-hover-border-color: rgb(20, 68, 121.6);
  --bs-btn-focus-shadow-rgb:
    60,
    111,
    167;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(20, 68, 121.6);
  --bs-btn-active-border-color: rgb(18.75, 63.75, 114);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #195598;
  --bs-btn-disabled-border-color: #195598;
}
.btn-warning {
  --bs-btn-color: #000;
  --bs-btn-bg: #ffc107;
  --bs-btn-border-color: #ffc107;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(255, 202.3, 44.2);
  --bs-btn-hover-border-color: rgb(255, 199.2, 31.8);
  --bs-btn-focus-shadow-rgb:
    217,
    164,
    6;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(255, 205.4, 56.6);
  --bs-btn-active-border-color: rgb(255, 199.2, 31.8);
  --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: #D7335C;
  --bs-btn-border-color: #D7335C;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(182.75, 43.35, 78.2);
  --bs-btn-hover-border-color: rgb(172, 40.8, 73.6);
  --bs-btn-focus-shadow-rgb:
    221,
    82,
    116;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(172, 40.8, 73.6);
  --bs-btn-active-border-color: rgb(161.25, 38.25, 69);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #D7335C;
  --bs-btn-disabled-border-color: #D7335C;
}
.btn-light {
  --bs-btn-color: #000;
  --bs-btn-bg: #f8f9fa;
  --bs-btn-border-color: #f8f9fa;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(210.8, 211.65, 212.5);
  --bs-btn-hover-border-color: rgb(198.4, 199.2, 200);
  --bs-btn-focus-shadow-rgb:
    211,
    212,
    213;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(198.4, 199.2, 200);
  --bs-btn-active-border-color: rgb(186, 186.75, 187.5);
  --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: rgb(66.3, 69.7, 73.1);
  --bs-btn-hover-border-color: rgb(55.2, 58.8, 62.4);
  --bs-btn-focus-shadow-rgb:
    66,
    70,
    73;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(77.4, 80.6, 83.8);
  --bs-btn-active-border-color: rgb(55.2, 58.8, 62.4);
  --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: #195598;
  --bs-btn-border-color: #195598;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #195598;
  --bs-btn-hover-border-color: #195598;
  --bs-btn-focus-shadow-rgb:
    25,
    85,
    152;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #195598;
  --bs-btn-active-border-color: #195598;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #195598;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #195598;
  --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: #1EB685;
  --bs-btn-border-color: #1EB685;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #1EB685;
  --bs-btn-hover-border-color: #1EB685;
  --bs-btn-focus-shadow-rgb:
    30,
    182,
    133;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #1EB685;
  --bs-btn-active-border-color: #1EB685;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #1EB685;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #1EB685;
  --bs-gradient: none;
}
.btn-outline-info {
  --bs-btn-color: #195598;
  --bs-btn-border-color: #195598;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #195598;
  --bs-btn-hover-border-color: #195598;
  --bs-btn-focus-shadow-rgb:
    25,
    85,
    152;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #195598;
  --bs-btn-active-border-color: #195598;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #195598;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #195598;
  --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: #D7335C;
  --bs-btn-border-color: #D7335C;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #D7335C;
  --bs-btn-hover-border-color: #D7335C;
  --bs-btn-focus-shadow-rgb:
    215,
    51,
    92;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #D7335C;
  --bs-btn-active-border-color: #D7335C;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #D7335C;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #D7335C;
  --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:
    60,
    111,
    167;
  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.25rem;
  --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.875rem;
  --bs-btn-border-radius: var(--bs-border-radius-sm);
}
.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: 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.4375rem;
  --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: #195598;
  --bs-dropdown-link-disabled-color: var(--bs-tertiary-color);
  --bs-dropdown-item-padding-x: 0.875rem;
  --bs-dropdown-item-padding-y: 0.21875rem;
  --bs-dropdown-header-color: #6c757d;
  --bs-dropdown-header-padding-x: 0.875rem;
  --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: 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.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: #195598;
  --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(-1 * var(--bs-border-width));
}
.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(-1 * var(--bs-border-width));
}
.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:nth-child(n+3),
.btn-group-vertical > :not(.btn-check) + .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(25, 85, 152, 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: #195598;
}
.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-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.4375rem;
  --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-sm,
.navbar > .container-md,
.navbar > .container-lg,
.navbar > .container-xl,
.navbar > .container-xxl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  padding-top: 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-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: 1.53125rem;
  --bs-card-spacer-x: 1.75rem;
  --bs-card-title-spacer-y: 0.4375rem;
  --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: 15px;
  --bs-card-cap-padding-y: 1.53125rem;
  --bs-card-cap-padding-x: 1.75rem;
  --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: 0.875rem;
  --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(-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='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='rgb%2810, 34, 60.8%29' 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(25, 85, 152, 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='rgb%28117, 153, 193.2%29'%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='rgb%28117, 153, 193.2%29'%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(25, 85, 152, 0.25);
  --bs-pagination-active-color: #fff;
  --bs-pagination-active-bg: #195598;
  --bs-pagination-active-border-color: #195598;
  --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(-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: 0.875rem;
  --bs-alert-padding-y: 0.875rem;
  --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: 2.625rem;
}
.alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 1.09375rem 0.875rem;
}
.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: #195598;
  --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: 0.875rem;
  --bs-list-group-item-padding-y: 0.4375rem;
  --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: #195598;
  --bs-list-group-active-border-color: #195598;
  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):hover,
.list-group-item-action:not(.active):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: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(25, 85, 152, 0.25);
  --bs-btn-close-focus-opacity: 1;
  --bs-btn-close-disabled-opacity: 0.25;
  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;
  filter: var(--bs-btn-close-filter);
  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 {
  --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: 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: 0.875rem;
  --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: 0.875rem;
  --bs-modal-header-padding-y: 0.875rem;
  --bs-modal-header-padding: 0.875rem 0.875rem;
  --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 0.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) * 0.5) calc(var(--bs-modal-header-padding-x) * 0.5);
  margin-top: calc(-0.5 * var(--bs-modal-header-padding-y));
  margin-right: calc(-0.5 * var(--bs-modal-header-padding-x));
  margin-bottom: calc(-0.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) * 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: 1399.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-header,
  .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.4375rem;
  --bs-tooltip-padding-y: 0.21875rem;
  --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-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.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: 0.875rem;
  --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: 0.875rem;
  --bs-popover-body-padding-y: 0.875rem;
  --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::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;
  filter: var(--bs-carousel-control-icon-filter);
  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 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: 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: 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-grow,
.spinner-border {
  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-xxl,
.offcanvas-xl,
.offcanvas-lg,
.offcanvas-md,
.offcanvas-sm {
  --bs-offcanvas-zindex: 1045;
  --bs-offcanvas-width: 400px;
  --bs-offcanvas-height: 30vh;
  --bs-offcanvas-padding-x: 0.875rem;
  --bs-offcanvas-padding-y: 0.875rem;
  --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.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: 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.showing,
  .offcanvas-xxl.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-xxl.showing,
  .offcanvas-xxl.hiding,
  .offcanvas-xxl.show {
    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.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;
  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));
  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: 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: #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: #000 !important;
  background-color: RGBA(var(--bs-success-rgb), var(--bs-bg-opacity, 1)) !important;
}
.text-bg-info {
  color: #fff !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;
  text-decoration-color: RGBA(var(--bs-primary-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-primary:hover,
.link-primary:focus {
  color: RGBA(20, 68, 122, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(20, 68, 122, 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(86, 94, 100, var(--bs-link-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;
  text-decoration-color: RGBA(var(--bs-success-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-success:hover,
.link-success:focus {
  color: RGBA(75, 197, 157, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(75, 197, 157, 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(20, 68, 122, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(20, 68, 122, 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(255, 205, 57, var(--bs-link-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;
  text-decoration-color: RGBA(var(--bs-danger-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-danger:hover,
.link-danger:focus {
  color: RGBA(172, 41, 74, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(172, 41, 74, 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(249, 250, 251, var(--bs-link-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;
  text-decoration-color: RGBA(var(--bs-dark-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-dark:hover,
.link-dark:focus {
  color: RGBA(26, 30, 33, var(--bs-link-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;
  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: 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: 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: 1400px) {
  .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;
}
.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: 0.25;
}
.align-baseline {
  vertical-align: baseline !important;
}
.align-top {
  vertical-align: top !important;
}
.align-middle,
.base-spinner-style,
.spinner-yale-blue,
button.standard-btn.btn-yale-blue .button-spinner,
button.standard-btn.btn-cerise .button-spinner,
button.standard-btn.btn-outlined .button-spinner,
button.standard-btn.btn-transparent .button-spinner {
  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,
ng-select.ng-select ng-dropdown-panel,
ngb-datepicker.dropdown-menu.show {
  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,
.base-spinner-style,
.spinner-yale-blue,
button.standard-btn.btn-yale-blue .button-spinner,
button.standard-btn.btn-cerise .button-spinner,
button.standard-btn.btn-outlined .button-spinner,
button.standard-btn.btn-transparent .button-spinner {
  display: inline-block !important;
}
.d-block,
p-panel > div.p-panel-header {
  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,
button.standard-btn,
ng-select.ng-select > .ng-select-container > .ng-value-container .ng-input,
ng-select.ng-select > .ng-select-container .ng-arrow-wrapper .ng-arrow {
  display: flex !important;
}
.d-inline-flex {
  display: inline-flex !important;
}
.d-none,
p-panel.hidden-actions div.p-panel-header-actions {
  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,
ng-select.ng-select ng-dropdown-panel,
ng-select.ng-select.ng-select-focused > .ng-select-container,
ngb-datepicker ngb-datepicker-navigation select.form-select {
  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,
ng-select.ng-select > .ng-select-container > .ng-value-container .ng-input,
ng-select.ng-select > .ng-select-container .ng-arrow-wrapper .ng-arrow {
  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,
ng-select.ng-select > .ng-select-container .ng-clear-wrapper,
ng-select.ng-select > .ng-select-container .ng-arrow-wrapper .ng-arrow,
ng-select.ng-select > .ng-select-container .ng-arrow-wrapper {
  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,
ng-select.ng-select > .ng-select-container > .ng-value-container .ng-input,
ng-select.ng-select > .ng-select-container {
  height: 100% !important;
}
.h-auto,
ng-select.ng-select > .ng-select-container .ng-arrow-wrapper .ng-arrow {
  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,
button.standard-btn,
ng-select.ng-select > .ng-select-container > .ng-value-container .ng-input,
ng-select.ng-select > .ng-select-container .ng-arrow-wrapper .ng-arrow {
  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.21875rem !important;
}
.m-2 {
  margin: 0.4375rem !important;
}
.m-3 {
  margin: 0.65625rem !important;
}
.m-4 {
  margin: 0.875rem !important;
}
.m-5 {
  margin: 1.09375rem !important;
}
.m-6 {
  margin: 1.3125rem !important;
}
.m-7 {
  margin: 1.53125rem !important;
}
.m-8 {
  margin: 1.75rem !important;
}
.m-9 {
  margin: 1.96875rem !important;
}
.m-10 {
  margin: 2.1875rem !important;
}
.m-11 {
  margin: 2.40625rem !important;
}
.m-12 {
  margin: 2.625rem !important;
}
.m-13 {
  margin: 2.84375rem !important;
}
.m-14 {
  margin: 3.0625rem !important;
}
.m-15 {
  margin: 3.28125rem !important;
}
.m-16 {
  margin: 3.5rem !important;
}
.m-auto {
  margin: auto !important;
}
.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.mx-1 {
  margin-right: 0.21875rem !important;
  margin-left: 0.21875rem !important;
}
.mx-2 {
  margin-right: 0.4375rem !important;
  margin-left: 0.4375rem !important;
}
.mx-3 {
  margin-right: 0.65625rem !important;
  margin-left: 0.65625rem !important;
}
.mx-4 {
  margin-right: 0.875rem !important;
  margin-left: 0.875rem !important;
}
.mx-5 {
  margin-right: 1.09375rem !important;
  margin-left: 1.09375rem !important;
}
.mx-6 {
  margin-right: 1.3125rem !important;
  margin-left: 1.3125rem !important;
}
.mx-7 {
  margin-right: 1.53125rem !important;
  margin-left: 1.53125rem !important;
}
.mx-8 {
  margin-right: 1.75rem !important;
  margin-left: 1.75rem !important;
}
.mx-9 {
  margin-right: 1.96875rem !important;
  margin-left: 1.96875rem !important;
}
.mx-10 {
  margin-right: 2.1875rem !important;
  margin-left: 2.1875rem !important;
}
.mx-11 {
  margin-right: 2.40625rem !important;
  margin-left: 2.40625rem !important;
}
.mx-12 {
  margin-right: 2.625rem !important;
  margin-left: 2.625rem !important;
}
.mx-13 {
  margin-right: 2.84375rem !important;
  margin-left: 2.84375rem !important;
}
.mx-14 {
  margin-right: 3.0625rem !important;
  margin-left: 3.0625rem !important;
}
.mx-15 {
  margin-right: 3.28125rem !important;
  margin-left: 3.28125rem !important;
}
.mx-16 {
  margin-right: 3.5rem !important;
  margin-left: 3.5rem !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.21875rem !important;
  margin-bottom: 0.21875rem !important;
}
.my-2 {
  margin-top: 0.4375rem !important;
  margin-bottom: 0.4375rem !important;
}
.my-3 {
  margin-top: 0.65625rem !important;
  margin-bottom: 0.65625rem !important;
}
.my-4 {
  margin-top: 0.875rem !important;
  margin-bottom: 0.875rem !important;
}
.my-5 {
  margin-top: 1.09375rem !important;
  margin-bottom: 1.09375rem !important;
}
.my-6 {
  margin-top: 1.3125rem !important;
  margin-bottom: 1.3125rem !important;
}
.my-7 {
  margin-top: 1.53125rem !important;
  margin-bottom: 1.53125rem !important;
}
.my-8 {
  margin-top: 1.75rem !important;
  margin-bottom: 1.75rem !important;
}
.my-9 {
  margin-top: 1.96875rem !important;
  margin-bottom: 1.96875rem !important;
}
.my-10 {
  margin-top: 2.1875rem !important;
  margin-bottom: 2.1875rem !important;
}
.my-11 {
  margin-top: 2.40625rem !important;
  margin-bottom: 2.40625rem !important;
}
.my-12 {
  margin-top: 2.625rem !important;
  margin-bottom: 2.625rem !important;
}
.my-13 {
  margin-top: 2.84375rem !important;
  margin-bottom: 2.84375rem !important;
}
.my-14 {
  margin-top: 3.0625rem !important;
  margin-bottom: 3.0625rem !important;
}
.my-15 {
  margin-top: 3.28125rem !important;
  margin-bottom: 3.28125rem !important;
}
.my-16 {
  margin-top: 3.5rem !important;
  margin-bottom: 3.5rem !important;
}
.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}
.mt-0 {
  margin-top: 0 !important;
}
.mt-1 {
  margin-top: 0.21875rem !important;
}
.mt-2 {
  margin-top: 0.4375rem !important;
}
.mt-3 {
  margin-top: 0.65625rem !important;
}
.mt-4 {
  margin-top: 0.875rem !important;
}
.mt-5 {
  margin-top: 1.09375rem !important;
}
.mt-6 {
  margin-top: 1.3125rem !important;
}
.mt-7 {
  margin-top: 1.53125rem !important;
}
.mt-8 {
  margin-top: 1.75rem !important;
}
.mt-9 {
  margin-top: 1.96875rem !important;
}
.mt-10 {
  margin-top: 2.1875rem !important;
}
.mt-11 {
  margin-top: 2.40625rem !important;
}
.mt-12 {
  margin-top: 2.625rem !important;
}
.mt-13 {
  margin-top: 2.84375rem !important;
}
.mt-14 {
  margin-top: 3.0625rem !important;
}
.mt-15 {
  margin-top: 3.28125rem !important;
}
.mt-16 {
  margin-top: 3.5rem !important;
}
.mt-auto {
  margin-top: auto !important;
}
.me-0 {
  margin-right: 0 !important;
}
.me-1 {
  margin-right: 0.21875rem !important;
}
.me-2 {
  margin-right: 0.4375rem !important;
}
.me-3 {
  margin-right: 0.65625rem !important;
}
.me-4 {
  margin-right: 0.875rem !important;
}
.me-5 {
  margin-right: 1.09375rem !important;
}
.me-6 {
  margin-right: 1.3125rem !important;
}
.me-7 {
  margin-right: 1.53125rem !important;
}
.me-8 {
  margin-right: 1.75rem !important;
}
.me-9 {
  margin-right: 1.96875rem !important;
}
.me-10 {
  margin-right: 2.1875rem !important;
}
.me-11 {
  margin-right: 2.40625rem !important;
}
.me-12 {
  margin-right: 2.625rem !important;
}
.me-13 {
  margin-right: 2.84375rem !important;
}
.me-14 {
  margin-right: 3.0625rem !important;
}
.me-15 {
  margin-right: 3.28125rem !important;
}
.me-16 {
  margin-right: 3.5rem !important;
}
.me-auto {
  margin-right: auto !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-1 {
  margin-bottom: 0.21875rem !important;
}
.mb-2 {
  margin-bottom: 0.4375rem !important;
}
.mb-3 {
  margin-bottom: 0.65625rem !important;
}
.mb-4 {
  margin-bottom: 0.875rem !important;
}
.mb-5 {
  margin-bottom: 1.09375rem !important;
}
.mb-6 {
  margin-bottom: 1.3125rem !important;
}
.mb-7 {
  margin-bottom: 1.53125rem !important;
}
.mb-8 {
  margin-bottom: 1.75rem !important;
}
.mb-9 {
  margin-bottom: 1.96875rem !important;
}
.mb-10 {
  margin-bottom: 2.1875rem !important;
}
.mb-11 {
  margin-bottom: 2.40625rem !important;
}
.mb-12 {
  margin-bottom: 2.625rem !important;
}
.mb-13 {
  margin-bottom: 2.84375rem !important;
}
.mb-14 {
  margin-bottom: 3.0625rem !important;
}
.mb-15 {
  margin-bottom: 3.28125rem !important;
}
.mb-16 {
  margin-bottom: 3.5rem !important;
}
.mb-auto {
  margin-bottom: auto !important;
}
.ms-0 {
  margin-left: 0 !important;
}
.ms-1 {
  margin-left: 0.21875rem !important;
}
.ms-2 {
  margin-left: 0.4375rem !important;
}
.ms-3 {
  margin-left: 0.65625rem !important;
}
.ms-4 {
  margin-left: 0.875rem !important;
}
.ms-5 {
  margin-left: 1.09375rem !important;
}
.ms-6 {
  margin-left: 1.3125rem !important;
}
.ms-7 {
  margin-left: 1.53125rem !important;
}
.ms-8 {
  margin-left: 1.75rem !important;
}
.ms-9 {
  margin-left: 1.96875rem !important;
}
.ms-10 {
  margin-left: 2.1875rem !important;
}
.ms-11 {
  margin-left: 2.40625rem !important;
}
.ms-12 {
  margin-left: 2.625rem !important;
}
.ms-13 {
  margin-left: 2.84375rem !important;
}
.ms-14 {
  margin-left: 3.0625rem !important;
}
.ms-15 {
  margin-left: 3.28125rem !important;
}
.ms-16 {
  margin-left: 3.5rem !important;
}
.ms-auto {
  margin-left: auto !important;
}
.p-0,
ng-select.ng-select > .ng-select-container > .ng-value-container,
ng-select.ng-select > .ng-select-container .ng-arrow-wrapper {
  padding: 0 !important;
}
.p-1 {
  padding: 0.21875rem !important;
}
.p-2 {
  padding: 0.4375rem !important;
}
.p-3 {
  padding: 0.65625rem !important;
}
.p-4 {
  padding: 0.875rem !important;
}
.p-5 {
  padding: 1.09375rem !important;
}
.p-6 {
  padding: 1.3125rem !important;
}
.p-7 {
  padding: 1.53125rem !important;
}
.p-8 {
  padding: 1.75rem !important;
}
.p-9 {
  padding: 1.96875rem !important;
}
.p-10 {
  padding: 2.1875rem !important;
}
.p-11 {
  padding: 2.40625rem !important;
}
.p-12 {
  padding: 2.625rem !important;
}
.p-13 {
  padding: 2.84375rem !important;
}
.p-14 {
  padding: 3.0625rem !important;
}
.p-15 {
  padding: 3.28125rem !important;
}
.p-16 {
  padding: 3.5rem !important;
}
.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.px-1 {
  padding-right: 0.21875rem !important;
  padding-left: 0.21875rem !important;
}
.px-2 {
  padding-right: 0.4375rem !important;
  padding-left: 0.4375rem !important;
}
.px-3 {
  padding-right: 0.65625rem !important;
  padding-left: 0.65625rem !important;
}
.px-4 {
  padding-right: 0.875rem !important;
  padding-left: 0.875rem !important;
}
.px-5,
ng-select.ng-select > .ng-select-container > .ng-value-container .ng-placeholder,
ng-select.ng-select > .ng-select-container > .ng-value-container .ng-value,
ng-select.ng-select > .ng-select-container > .ng-value-container .ng-input {
  padding-right: 1.09375rem !important;
  padding-left: 1.09375rem !important;
}
.px-6,
button.standard-btn:not(.p-0) {
  padding-right: 1.3125rem !important;
  padding-left: 1.3125rem !important;
}
.px-7 {
  padding-right: 1.53125rem !important;
  padding-left: 1.53125rem !important;
}
.px-8 {
  padding-right: 1.75rem !important;
  padding-left: 1.75rem !important;
}
.px-9 {
  padding-right: 1.96875rem !important;
  padding-left: 1.96875rem !important;
}
.px-10 {
  padding-right: 2.1875rem !important;
  padding-left: 2.1875rem !important;
}
.px-11 {
  padding-right: 2.40625rem !important;
  padding-left: 2.40625rem !important;
}
.px-12 {
  padding-right: 2.625rem !important;
  padding-left: 2.625rem !important;
}
.px-13 {
  padding-right: 2.84375rem !important;
  padding-left: 2.84375rem !important;
}
.px-14 {
  padding-right: 3.0625rem !important;
  padding-left: 3.0625rem !important;
}
.px-15 {
  padding-right: 3.28125rem !important;
  padding-left: 3.28125rem !important;
}
.px-16 {
  padding-right: 3.5rem !important;
  padding-left: 3.5rem !important;
}
.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.py-1 {
  padding-top: 0.21875rem !important;
  padding-bottom: 0.21875rem !important;
}
.py-2 {
  padding-top: 0.4375rem !important;
  padding-bottom: 0.4375rem !important;
}
.py-3 {
  padding-top: 0.65625rem !important;
  padding-bottom: 0.65625rem !important;
}
.py-4,
button.standard-btn:not(.p-0),
ng-select.ng-select > .ng-select-container > .ng-value-container .ng-placeholder,
ng-select.ng-select > .ng-select-container > .ng-value-container .ng-value,
ng-select.ng-select > .ng-select-container > .ng-value-container .ng-input {
  padding-top: 0.875rem !important;
  padding-bottom: 0.875rem !important;
}
.py-5 {
  padding-top: 1.09375rem !important;
  padding-bottom: 1.09375rem !important;
}
.py-6 {
  padding-top: 1.3125rem !important;
  padding-bottom: 1.3125rem !important;
}
.py-7 {
  padding-top: 1.53125rem !important;
  padding-bottom: 1.53125rem !important;
}
.py-8 {
  padding-top: 1.75rem !important;
  padding-bottom: 1.75rem !important;
}
.py-9 {
  padding-top: 1.96875rem !important;
  padding-bottom: 1.96875rem !important;
}
.py-10 {
  padding-top: 2.1875rem !important;
  padding-bottom: 2.1875rem !important;
}
.py-11 {
  padding-top: 2.40625rem !important;
  padding-bottom: 2.40625rem !important;
}
.py-12 {
  padding-top: 2.625rem !important;
  padding-bottom: 2.625rem !important;
}
.py-13 {
  padding-top: 2.84375rem !important;
  padding-bottom: 2.84375rem !important;
}
.py-14 {
  padding-top: 3.0625rem !important;
  padding-bottom: 3.0625rem !important;
}
.py-15 {
  padding-top: 3.28125rem !important;
  padding-bottom: 3.28125rem !important;
}
.py-16 {
  padding-top: 3.5rem !important;
  padding-bottom: 3.5rem !important;
}
.pt-0 {
  padding-top: 0 !important;
}
.pt-1 {
  padding-top: 0.21875rem !important;
}
.pt-2 {
  padding-top: 0.4375rem !important;
}
.pt-3 {
  padding-top: 0.65625rem !important;
}
.pt-4 {
  padding-top: 0.875rem !important;
}
.pt-5 {
  padding-top: 1.09375rem !important;
}
.pt-6 {
  padding-top: 1.3125rem !important;
}
.pt-7 {
  padding-top: 1.53125rem !important;
}
.pt-8 {
  padding-top: 1.75rem !important;
}
.pt-9 {
  padding-top: 1.96875rem !important;
}
.pt-10 {
  padding-top: 2.1875rem !important;
}
.pt-11 {
  padding-top: 2.40625rem !important;
}
.pt-12 {
  padding-top: 2.625rem !important;
}
.pt-13 {
  padding-top: 2.84375rem !important;
}
.pt-14 {
  padding-top: 3.0625rem !important;
}
.pt-15 {
  padding-top: 3.28125rem !important;
}
.pt-16 {
  padding-top: 3.5rem !important;
}
.pe-0 {
  padding-right: 0 !important;
}
.pe-1 {
  padding-right: 0.21875rem !important;
}
.pe-2 {
  padding-right: 0.4375rem !important;
}
.pe-3 {
  padding-right: 0.65625rem !important;
}
.pe-4 {
  padding-right: 0.875rem !important;
}
.pe-5 {
  padding-right: 1.09375rem !important;
}
.pe-6 {
  padding-right: 1.3125rem !important;
}
.pe-7 {
  padding-right: 1.53125rem !important;
}
.pe-8 {
  padding-right: 1.75rem !important;
}
.pe-9 {
  padding-right: 1.96875rem !important;
}
.pe-10 {
  padding-right: 2.1875rem !important;
}
.pe-11 {
  padding-right: 2.40625rem !important;
}
.pe-12 {
  padding-right: 2.625rem !important;
}
.pe-13 {
  padding-right: 2.84375rem !important;
}
.pe-14 {
  padding-right: 3.0625rem !important;
}
.pe-15 {
  padding-right: 3.28125rem !important;
}
.pe-16 {
  padding-right: 3.5rem !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.pb-1 {
  padding-bottom: 0.21875rem !important;
}
.pb-2 {
  padding-bottom: 0.4375rem !important;
}
.pb-3 {
  padding-bottom: 0.65625rem !important;
}
.pb-4 {
  padding-bottom: 0.875rem !important;
}
.pb-5 {
  padding-bottom: 1.09375rem !important;
}
.pb-6 {
  padding-bottom: 1.3125rem !important;
}
.pb-7 {
  padding-bottom: 1.53125rem !important;
}
.pb-8,
.stepper.stepper-pills.vertical-stepper-container .stepper-item:not(:last-child) {
  padding-bottom: 1.75rem !important;
}
.pb-9 {
  padding-bottom: 1.96875rem !important;
}
.pb-10 {
  padding-bottom: 2.1875rem !important;
}
.pb-11 {
  padding-bottom: 2.40625rem !important;
}
.pb-12 {
  padding-bottom: 2.625rem !important;
}
.pb-13 {
  padding-bottom: 2.84375rem !important;
}
.pb-14 {
  padding-bottom: 3.0625rem !important;
}
.pb-15 {
  padding-bottom: 3.28125rem !important;
}
.pb-16 {
  padding-bottom: 3.5rem !important;
}
.ps-0 {
  padding-left: 0 !important;
}
.ps-1 {
  padding-left: 0.21875rem !important;
}
.ps-2 {
  padding-left: 0.4375rem !important;
}
.ps-3 {
  padding-left: 0.65625rem !important;
}
.ps-4 {
  padding-left: 0.875rem !important;
}
.ps-5 {
  padding-left: 1.09375rem !important;
}
.ps-6 {
  padding-left: 1.3125rem !important;
}
.ps-7 {
  padding-left: 1.53125rem !important;
}
.ps-8 {
  padding-left: 1.75rem !important;
}
.ps-9 {
  padding-left: 1.96875rem !important;
}
.ps-10 {
  padding-left: 2.1875rem !important;
}
.ps-11 {
  padding-left: 2.40625rem !important;
}
.ps-12 {
  padding-left: 2.625rem !important;
}
.ps-13 {
  padding-left: 2.84375rem !important;
}
.ps-14 {
  padding-left: 3.0625rem !important;
}
.ps-15 {
  padding-left: 3.28125rem !important;
}
.ps-16 {
  padding-left: 3.5rem !important;
}
.gap-0 {
  gap: 0 !important;
}
.gap-1 {
  gap: 0.21875rem !important;
}
.gap-2 {
  gap: 0.4375rem !important;
}
.gap-3 {
  gap: 0.65625rem !important;
}
.gap-4 {
  gap: 0.875rem !important;
}
.gap-5 {
  gap: 1.09375rem !important;
}
.gap-6 {
  gap: 1.3125rem !important;
}
.gap-7 {
  gap: 1.53125rem !important;
}
.gap-8 {
  gap: 1.75rem !important;
}
.gap-9 {
  gap: 1.96875rem !important;
}
.gap-10 {
  gap: 2.1875rem !important;
}
.gap-11 {
  gap: 2.40625rem !important;
}
.gap-12 {
  gap: 2.625rem !important;
}
.gap-13 {
  gap: 2.84375rem !important;
}
.gap-14 {
  gap: 3.0625rem !important;
}
.gap-15 {
  gap: 3.28125rem !important;
}
.gap-16 {
  gap: 3.5rem !important;
}
.row-gap-0 {
  row-gap: 0 !important;
}
.row-gap-1 {
  row-gap: 0.21875rem !important;
}
.row-gap-2 {
  row-gap: 0.4375rem !important;
}
.row-gap-3 {
  row-gap: 0.65625rem !important;
}
.row-gap-4 {
  row-gap: 0.875rem !important;
}
.row-gap-5 {
  row-gap: 1.09375rem !important;
}
.row-gap-6 {
  row-gap: 1.3125rem !important;
}
.row-gap-7 {
  row-gap: 1.53125rem !important;
}
.row-gap-8 {
  row-gap: 1.75rem !important;
}
.row-gap-9 {
  row-gap: 1.96875rem !important;
}
.row-gap-10 {
  row-gap: 2.1875rem !important;
}
.row-gap-11 {
  row-gap: 2.40625rem !important;
}
.row-gap-12 {
  row-gap: 2.625rem !important;
}
.row-gap-13 {
  row-gap: 2.84375rem !important;
}
.row-gap-14 {
  row-gap: 3.0625rem !important;
}
.row-gap-15 {
  row-gap: 3.28125rem !important;
}
.row-gap-16 {
  row-gap: 3.5rem !important;
}
.column-gap-0 {
  column-gap: 0 !important;
}
.column-gap-1 {
  column-gap: 0.21875rem !important;
}
.column-gap-2 {
  column-gap: 0.4375rem !important;
}
.column-gap-3 {
  column-gap: 0.65625rem !important;
}
.column-gap-4 {
  column-gap: 0.875rem !important;
}
.column-gap-5 {
  column-gap: 1.09375rem !important;
}
.column-gap-6 {
  column-gap: 1.3125rem !important;
}
.column-gap-7 {
  column-gap: 1.53125rem !important;
}
.column-gap-8 {
  column-gap: 1.75rem !important;
}
.column-gap-9 {
  column-gap: 1.96875rem !important;
}
.column-gap-10 {
  column-gap: 2.1875rem !important;
}
.column-gap-11 {
  column-gap: 2.40625rem !important;
}
.column-gap-12 {
  column-gap: 2.625rem !important;
}
.column-gap-13 {
  column-gap: 2.84375rem !important;
}
.column-gap-14 {
  column-gap: 3.0625rem !important;
}
.column-gap-15 {
  column-gap: 3.28125rem !important;
}
.column-gap-16 {
  column-gap: 3.5rem !important;
}
.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}
.fs-1 {
  font-size: calc(1.325rem + 0.9vw) !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: calc(1.26rem + 0.12vw) !important;
}
.fs-5 {
  font-size: 1.175rem !important;
}
.fs-6 {
  font-size: 1rem !important;
}
.fs-7,
button.standard-btn {
  font-size: 0.875rem !important;
}
.fs-8 {
  font-size: 0.75rem !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,
ng-select.ng-select > .ng-select-container .ng-arrow-wrapper .ng-arrow {
  --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.21875rem !important;
  }
  .m-sm-2 {
    margin: 0.4375rem !important;
  }
  .m-sm-3 {
    margin: 0.65625rem !important;
  }
  .m-sm-4 {
    margin: 0.875rem !important;
  }
  .m-sm-5 {
    margin: 1.09375rem !important;
  }
  .m-sm-6 {
    margin: 1.3125rem !important;
  }
  .m-sm-7 {
    margin: 1.53125rem !important;
  }
  .m-sm-8 {
    margin: 1.75rem !important;
  }
  .m-sm-9 {
    margin: 1.96875rem !important;
  }
  .m-sm-10 {
    margin: 2.1875rem !important;
  }
  .m-sm-11 {
    margin: 2.40625rem !important;
  }
  .m-sm-12 {
    margin: 2.625rem !important;
  }
  .m-sm-13 {
    margin: 2.84375rem !important;
  }
  .m-sm-14 {
    margin: 3.0625rem !important;
  }
  .m-sm-15 {
    margin: 3.28125rem !important;
  }
  .m-sm-16 {
    margin: 3.5rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.21875rem !important;
    margin-left: 0.21875rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.4375rem !important;
    margin-left: 0.4375rem !important;
  }
  .mx-sm-3 {
    margin-right: 0.65625rem !important;
    margin-left: 0.65625rem !important;
  }
  .mx-sm-4 {
    margin-right: 0.875rem !important;
    margin-left: 0.875rem !important;
  }
  .mx-sm-5 {
    margin-right: 1.09375rem !important;
    margin-left: 1.09375rem !important;
  }
  .mx-sm-6 {
    margin-right: 1.3125rem !important;
    margin-left: 1.3125rem !important;
  }
  .mx-sm-7 {
    margin-right: 1.53125rem !important;
    margin-left: 1.53125rem !important;
  }
  .mx-sm-8 {
    margin-right: 1.75rem !important;
    margin-left: 1.75rem !important;
  }
  .mx-sm-9 {
    margin-right: 1.96875rem !important;
    margin-left: 1.96875rem !important;
  }
  .mx-sm-10 {
    margin-right: 2.1875rem !important;
    margin-left: 2.1875rem !important;
  }
  .mx-sm-11 {
    margin-right: 2.40625rem !important;
    margin-left: 2.40625rem !important;
  }
  .mx-sm-12 {
    margin-right: 2.625rem !important;
    margin-left: 2.625rem !important;
  }
  .mx-sm-13 {
    margin-right: 2.84375rem !important;
    margin-left: 2.84375rem !important;
  }
  .mx-sm-14 {
    margin-right: 3.0625rem !important;
    margin-left: 3.0625rem !important;
  }
  .mx-sm-15 {
    margin-right: 3.28125rem !important;
    margin-left: 3.28125rem !important;
  }
  .mx-sm-16 {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !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.21875rem !important;
    margin-bottom: 0.21875rem !important;
  }
  .my-sm-2 {
    margin-top: 0.4375rem !important;
    margin-bottom: 0.4375rem !important;
  }
  .my-sm-3 {
    margin-top: 0.65625rem !important;
    margin-bottom: 0.65625rem !important;
  }
  .my-sm-4 {
    margin-top: 0.875rem !important;
    margin-bottom: 0.875rem !important;
  }
  .my-sm-5 {
    margin-top: 1.09375rem !important;
    margin-bottom: 1.09375rem !important;
  }
  .my-sm-6 {
    margin-top: 1.3125rem !important;
    margin-bottom: 1.3125rem !important;
  }
  .my-sm-7 {
    margin-top: 1.53125rem !important;
    margin-bottom: 1.53125rem !important;
  }
  .my-sm-8 {
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important;
  }
  .my-sm-9 {
    margin-top: 1.96875rem !important;
    margin-bottom: 1.96875rem !important;
  }
  .my-sm-10 {
    margin-top: 2.1875rem !important;
    margin-bottom: 2.1875rem !important;
  }
  .my-sm-11 {
    margin-top: 2.40625rem !important;
    margin-bottom: 2.40625rem !important;
  }
  .my-sm-12 {
    margin-top: 2.625rem !important;
    margin-bottom: 2.625rem !important;
  }
  .my-sm-13 {
    margin-top: 2.84375rem !important;
    margin-bottom: 2.84375rem !important;
  }
  .my-sm-14 {
    margin-top: 3.0625rem !important;
    margin-bottom: 3.0625rem !important;
  }
  .my-sm-15 {
    margin-top: 3.28125rem !important;
    margin-bottom: 3.28125rem !important;
  }
  .my-sm-16 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !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.21875rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.4375rem !important;
  }
  .mt-sm-3 {
    margin-top: 0.65625rem !important;
  }
  .mt-sm-4 {
    margin-top: 0.875rem !important;
  }
  .mt-sm-5 {
    margin-top: 1.09375rem !important;
  }
  .mt-sm-6 {
    margin-top: 1.3125rem !important;
  }
  .mt-sm-7 {
    margin-top: 1.53125rem !important;
  }
  .mt-sm-8 {
    margin-top: 1.75rem !important;
  }
  .mt-sm-9 {
    margin-top: 1.96875rem !important;
  }
  .mt-sm-10 {
    margin-top: 2.1875rem !important;
  }
  .mt-sm-11 {
    margin-top: 2.40625rem !important;
  }
  .mt-sm-12 {
    margin-top: 2.625rem !important;
  }
  .mt-sm-13 {
    margin-top: 2.84375rem !important;
  }
  .mt-sm-14 {
    margin-top: 3.0625rem !important;
  }
  .mt-sm-15 {
    margin-top: 3.28125rem !important;
  }
  .mt-sm-16 {
    margin-top: 3.5rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 0.21875rem !important;
  }
  .me-sm-2 {
    margin-right: 0.4375rem !important;
  }
  .me-sm-3 {
    margin-right: 0.65625rem !important;
  }
  .me-sm-4 {
    margin-right: 0.875rem !important;
  }
  .me-sm-5 {
    margin-right: 1.09375rem !important;
  }
  .me-sm-6 {
    margin-right: 1.3125rem !important;
  }
  .me-sm-7 {
    margin-right: 1.53125rem !important;
  }
  .me-sm-8 {
    margin-right: 1.75rem !important;
  }
  .me-sm-9 {
    margin-right: 1.96875rem !important;
  }
  .me-sm-10 {
    margin-right: 2.1875rem !important;
  }
  .me-sm-11 {
    margin-right: 2.40625rem !important;
  }
  .me-sm-12 {
    margin-right: 2.625rem !important;
  }
  .me-sm-13 {
    margin-right: 2.84375rem !important;
  }
  .me-sm-14 {
    margin-right: 3.0625rem !important;
  }
  .me-sm-15 {
    margin-right: 3.28125rem !important;
  }
  .me-sm-16 {
    margin-right: 3.5rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.21875rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.4375rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 0.65625rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 0.875rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 1.09375rem !important;
  }
  .mb-sm-6 {
    margin-bottom: 1.3125rem !important;
  }
  .mb-sm-7 {
    margin-bottom: 1.53125rem !important;
  }
  .mb-sm-8 {
    margin-bottom: 1.75rem !important;
  }
  .mb-sm-9 {
    margin-bottom: 1.96875rem !important;
  }
  .mb-sm-10 {
    margin-bottom: 2.1875rem !important;
  }
  .mb-sm-11 {
    margin-bottom: 2.40625rem !important;
  }
  .mb-sm-12 {
    margin-bottom: 2.625rem !important;
  }
  .mb-sm-13 {
    margin-bottom: 2.84375rem !important;
  }
  .mb-sm-14 {
    margin-bottom: 3.0625rem !important;
  }
  .mb-sm-15 {
    margin-bottom: 3.28125rem !important;
  }
  .mb-sm-16 {
    margin-bottom: 3.5rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 0.21875rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.4375rem !important;
  }
  .ms-sm-3 {
    margin-left: 0.65625rem !important;
  }
  .ms-sm-4 {
    margin-left: 0.875rem !important;
  }
  .ms-sm-5 {
    margin-left: 1.09375rem !important;
  }
  .ms-sm-6 {
    margin-left: 1.3125rem !important;
  }
  .ms-sm-7 {
    margin-left: 1.53125rem !important;
  }
  .ms-sm-8 {
    margin-left: 1.75rem !important;
  }
  .ms-sm-9 {
    margin-left: 1.96875rem !important;
  }
  .ms-sm-10 {
    margin-left: 2.1875rem !important;
  }
  .ms-sm-11 {
    margin-left: 2.40625rem !important;
  }
  .ms-sm-12 {
    margin-left: 2.625rem !important;
  }
  .ms-sm-13 {
    margin-left: 2.84375rem !important;
  }
  .ms-sm-14 {
    margin-left: 3.0625rem !important;
  }
  .ms-sm-15 {
    margin-left: 3.28125rem !important;
  }
  .ms-sm-16 {
    margin-left: 3.5rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.21875rem !important;
  }
  .p-sm-2 {
    padding: 0.4375rem !important;
  }
  .p-sm-3 {
    padding: 0.65625rem !important;
  }
  .p-sm-4 {
    padding: 0.875rem !important;
  }
  .p-sm-5 {
    padding: 1.09375rem !important;
  }
  .p-sm-6 {
    padding: 1.3125rem !important;
  }
  .p-sm-7 {
    padding: 1.53125rem !important;
  }
  .p-sm-8 {
    padding: 1.75rem !important;
  }
  .p-sm-9 {
    padding: 1.96875rem !important;
  }
  .p-sm-10 {
    padding: 2.1875rem !important;
  }
  .p-sm-11 {
    padding: 2.40625rem !important;
  }
  .p-sm-12 {
    padding: 2.625rem !important;
  }
  .p-sm-13 {
    padding: 2.84375rem !important;
  }
  .p-sm-14 {
    padding: 3.0625rem !important;
  }
  .p-sm-15 {
    padding: 3.28125rem !important;
  }
  .p-sm-16 {
    padding: 3.5rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 0.21875rem !important;
    padding-left: 0.21875rem !important;
  }
  .px-sm-2 {
    padding-right: 0.4375rem !important;
    padding-left: 0.4375rem !important;
  }
  .px-sm-3 {
    padding-right: 0.65625rem !important;
    padding-left: 0.65625rem !important;
  }
  .px-sm-4 {
    padding-right: 0.875rem !important;
    padding-left: 0.875rem !important;
  }
  .px-sm-5 {
    padding-right: 1.09375rem !important;
    padding-left: 1.09375rem !important;
  }
  .px-sm-6 {
    padding-right: 1.3125rem !important;
    padding-left: 1.3125rem !important;
  }
  .px-sm-7 {
    padding-right: 1.53125rem !important;
    padding-left: 1.53125rem !important;
  }
  .px-sm-8 {
    padding-right: 1.75rem !important;
    padding-left: 1.75rem !important;
  }
  .px-sm-9 {
    padding-right: 1.96875rem !important;
    padding-left: 1.96875rem !important;
  }
  .px-sm-10 {
    padding-right: 2.1875rem !important;
    padding-left: 2.1875rem !important;
  }
  .px-sm-11 {
    padding-right: 2.40625rem !important;
    padding-left: 2.40625rem !important;
  }
  .px-sm-12 {
    padding-right: 2.625rem !important;
    padding-left: 2.625rem !important;
  }
  .px-sm-13 {
    padding-right: 2.84375rem !important;
    padding-left: 2.84375rem !important;
  }
  .px-sm-14 {
    padding-right: 3.0625rem !important;
    padding-left: 3.0625rem !important;
  }
  .px-sm-15 {
    padding-right: 3.28125rem !important;
    padding-left: 3.28125rem !important;
  }
  .px-sm-16 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.21875rem !important;
    padding-bottom: 0.21875rem !important;
  }
  .py-sm-2 {
    padding-top: 0.4375rem !important;
    padding-bottom: 0.4375rem !important;
  }
  .py-sm-3 {
    padding-top: 0.65625rem !important;
    padding-bottom: 0.65625rem !important;
  }
  .py-sm-4 {
    padding-top: 0.875rem !important;
    padding-bottom: 0.875rem !important;
  }
  .py-sm-5 {
    padding-top: 1.09375rem !important;
    padding-bottom: 1.09375rem !important;
  }
  .py-sm-6 {
    padding-top: 1.3125rem !important;
    padding-bottom: 1.3125rem !important;
  }
  .py-sm-7 {
    padding-top: 1.53125rem !important;
    padding-bottom: 1.53125rem !important;
  }
  .py-sm-8 {
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
  }
  .py-sm-9 {
    padding-top: 1.96875rem !important;
    padding-bottom: 1.96875rem !important;
  }
  .py-sm-10 {
    padding-top: 2.1875rem !important;
    padding-bottom: 2.1875rem !important;
  }
  .py-sm-11 {
    padding-top: 2.40625rem !important;
    padding-bottom: 2.40625rem !important;
  }
  .py-sm-12 {
    padding-top: 2.625rem !important;
    padding-bottom: 2.625rem !important;
  }
  .py-sm-13 {
    padding-top: 2.84375rem !important;
    padding-bottom: 2.84375rem !important;
  }
  .py-sm-14 {
    padding-top: 3.0625rem !important;
    padding-bottom: 3.0625rem !important;
  }
  .py-sm-15 {
    padding-top: 3.28125rem !important;
    padding-bottom: 3.28125rem !important;
  }
  .py-sm-16 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.21875rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.4375rem !important;
  }
  .pt-sm-3 {
    padding-top: 0.65625rem !important;
  }
  .pt-sm-4 {
    padding-top: 0.875rem !important;
  }
  .pt-sm-5 {
    padding-top: 1.09375rem !important;
  }
  .pt-sm-6 {
    padding-top: 1.3125rem !important;
  }
  .pt-sm-7 {
    padding-top: 1.53125rem !important;
  }
  .pt-sm-8 {
    padding-top: 1.75rem !important;
  }
  .pt-sm-9 {
    padding-top: 1.96875rem !important;
  }
  .pt-sm-10 {
    padding-top: 2.1875rem !important;
  }
  .pt-sm-11 {
    padding-top: 2.40625rem !important;
  }
  .pt-sm-12 {
    padding-top: 2.625rem !important;
  }
  .pt-sm-13 {
    padding-top: 2.84375rem !important;
  }
  .pt-sm-14 {
    padding-top: 3.0625rem !important;
  }
  .pt-sm-15 {
    padding-top: 3.28125rem !important;
  }
  .pt-sm-16 {
    padding-top: 3.5rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 0.21875rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.4375rem !important;
  }
  .pe-sm-3 {
    padding-right: 0.65625rem !important;
  }
  .pe-sm-4 {
    padding-right: 0.875rem !important;
  }
  .pe-sm-5 {
    padding-right: 1.09375rem !important;
  }
  .pe-sm-6 {
    padding-right: 1.3125rem !important;
  }
  .pe-sm-7 {
    padding-right: 1.53125rem !important;
  }
  .pe-sm-8 {
    padding-right: 1.75rem !important;
  }
  .pe-sm-9 {
    padding-right: 1.96875rem !important;
  }
  .pe-sm-10 {
    padding-right: 2.1875rem !important;
  }
  .pe-sm-11 {
    padding-right: 2.40625rem !important;
  }
  .pe-sm-12 {
    padding-right: 2.625rem !important;
  }
  .pe-sm-13 {
    padding-right: 2.84375rem !important;
  }
  .pe-sm-14 {
    padding-right: 3.0625rem !important;
  }
  .pe-sm-15 {
    padding-right: 3.28125rem !important;
  }
  .pe-sm-16 {
    padding-right: 3.5rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.21875rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.4375rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 0.65625rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 0.875rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 1.09375rem !important;
  }
  .pb-sm-6 {
    padding-bottom: 1.3125rem !important;
  }
  .pb-sm-7 {
    padding-bottom: 1.53125rem !important;
  }
  .pb-sm-8 {
    padding-bottom: 1.75rem !important;
  }
  .pb-sm-9 {
    padding-bottom: 1.96875rem !important;
  }
  .pb-sm-10 {
    padding-bottom: 2.1875rem !important;
  }
  .pb-sm-11 {
    padding-bottom: 2.40625rem !important;
  }
  .pb-sm-12 {
    padding-bottom: 2.625rem !important;
  }
  .pb-sm-13 {
    padding-bottom: 2.84375rem !important;
  }
  .pb-sm-14 {
    padding-bottom: 3.0625rem !important;
  }
  .pb-sm-15 {
    padding-bottom: 3.28125rem !important;
  }
  .pb-sm-16 {
    padding-bottom: 3.5rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 0.21875rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.4375rem !important;
  }
  .ps-sm-3 {
    padding-left: 0.65625rem !important;
  }
  .ps-sm-4 {
    padding-left: 0.875rem !important;
  }
  .ps-sm-5 {
    padding-left: 1.09375rem !important;
  }
  .ps-sm-6 {
    padding-left: 1.3125rem !important;
  }
  .ps-sm-7 {
    padding-left: 1.53125rem !important;
  }
  .ps-sm-8 {
    padding-left: 1.75rem !important;
  }
  .ps-sm-9 {
    padding-left: 1.96875rem !important;
  }
  .ps-sm-10 {
    padding-left: 2.1875rem !important;
  }
  .ps-sm-11 {
    padding-left: 2.40625rem !important;
  }
  .ps-sm-12 {
    padding-left: 2.625rem !important;
  }
  .ps-sm-13 {
    padding-left: 2.84375rem !important;
  }
  .ps-sm-14 {
    padding-left: 3.0625rem !important;
  }
  .ps-sm-15 {
    padding-left: 3.28125rem !important;
  }
  .ps-sm-16 {
    padding-left: 3.5rem !important;
  }
  .gap-sm-0 {
    gap: 0 !important;
  }
  .gap-sm-1 {
    gap: 0.21875rem !important;
  }
  .gap-sm-2 {
    gap: 0.4375rem !important;
  }
  .gap-sm-3 {
    gap: 0.65625rem !important;
  }
  .gap-sm-4 {
    gap: 0.875rem !important;
  }
  .gap-sm-5 {
    gap: 1.09375rem !important;
  }
  .gap-sm-6 {
    gap: 1.3125rem !important;
  }
  .gap-sm-7 {
    gap: 1.53125rem !important;
  }
  .gap-sm-8 {
    gap: 1.75rem !important;
  }
  .gap-sm-9 {
    gap: 1.96875rem !important;
  }
  .gap-sm-10 {
    gap: 2.1875rem !important;
  }
  .gap-sm-11 {
    gap: 2.40625rem !important;
  }
  .gap-sm-12 {
    gap: 2.625rem !important;
  }
  .gap-sm-13 {
    gap: 2.84375rem !important;
  }
  .gap-sm-14 {
    gap: 3.0625rem !important;
  }
  .gap-sm-15 {
    gap: 3.28125rem !important;
  }
  .gap-sm-16 {
    gap: 3.5rem !important;
  }
  .row-gap-sm-0 {
    row-gap: 0 !important;
  }
  .row-gap-sm-1 {
    row-gap: 0.21875rem !important;
  }
  .row-gap-sm-2 {
    row-gap: 0.4375rem !important;
  }
  .row-gap-sm-3 {
    row-gap: 0.65625rem !important;
  }
  .row-gap-sm-4 {
    row-gap: 0.875rem !important;
  }
  .row-gap-sm-5 {
    row-gap: 1.09375rem !important;
  }
  .row-gap-sm-6 {
    row-gap: 1.3125rem !important;
  }
  .row-gap-sm-7 {
    row-gap: 1.53125rem !important;
  }
  .row-gap-sm-8 {
    row-gap: 1.75rem !important;
  }
  .row-gap-sm-9 {
    row-gap: 1.96875rem !important;
  }
  .row-gap-sm-10 {
    row-gap: 2.1875rem !important;
  }
  .row-gap-sm-11 {
    row-gap: 2.40625rem !important;
  }
  .row-gap-sm-12 {
    row-gap: 2.625rem !important;
  }
  .row-gap-sm-13 {
    row-gap: 2.84375rem !important;
  }
  .row-gap-sm-14 {
    row-gap: 3.0625rem !important;
  }
  .row-gap-sm-15 {
    row-gap: 3.28125rem !important;
  }
  .row-gap-sm-16 {
    row-gap: 3.5rem !important;
  }
  .column-gap-sm-0 {
    column-gap: 0 !important;
  }
  .column-gap-sm-1 {
    column-gap: 0.21875rem !important;
  }
  .column-gap-sm-2 {
    column-gap: 0.4375rem !important;
  }
  .column-gap-sm-3 {
    column-gap: 0.65625rem !important;
  }
  .column-gap-sm-4 {
    column-gap: 0.875rem !important;
  }
  .column-gap-sm-5 {
    column-gap: 1.09375rem !important;
  }
  .column-gap-sm-6 {
    column-gap: 1.3125rem !important;
  }
  .column-gap-sm-7 {
    column-gap: 1.53125rem !important;
  }
  .column-gap-sm-8 {
    column-gap: 1.75rem !important;
  }
  .column-gap-sm-9 {
    column-gap: 1.96875rem !important;
  }
  .column-gap-sm-10 {
    column-gap: 2.1875rem !important;
  }
  .column-gap-sm-11 {
    column-gap: 2.40625rem !important;
  }
  .column-gap-sm-12 {
    column-gap: 2.625rem !important;
  }
  .column-gap-sm-13 {
    column-gap: 2.84375rem !important;
  }
  .column-gap-sm-14 {
    column-gap: 3.0625rem !important;
  }
  .column-gap-sm-15 {
    column-gap: 3.28125rem !important;
  }
  .column-gap-sm-16 {
    column-gap: 3.5rem !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.21875rem !important;
  }
  .m-md-2 {
    margin: 0.4375rem !important;
  }
  .m-md-3 {
    margin: 0.65625rem !important;
  }
  .m-md-4 {
    margin: 0.875rem !important;
  }
  .m-md-5 {
    margin: 1.09375rem !important;
  }
  .m-md-6 {
    margin: 1.3125rem !important;
  }
  .m-md-7 {
    margin: 1.53125rem !important;
  }
  .m-md-8 {
    margin: 1.75rem !important;
  }
  .m-md-9 {
    margin: 1.96875rem !important;
  }
  .m-md-10 {
    margin: 2.1875rem !important;
  }
  .m-md-11 {
    margin: 2.40625rem !important;
  }
  .m-md-12 {
    margin: 2.625rem !important;
  }
  .m-md-13 {
    margin: 2.84375rem !important;
  }
  .m-md-14 {
    margin: 3.0625rem !important;
  }
  .m-md-15 {
    margin: 3.28125rem !important;
  }
  .m-md-16 {
    margin: 3.5rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.21875rem !important;
    margin-left: 0.21875rem !important;
  }
  .mx-md-2 {
    margin-right: 0.4375rem !important;
    margin-left: 0.4375rem !important;
  }
  .mx-md-3 {
    margin-right: 0.65625rem !important;
    margin-left: 0.65625rem !important;
  }
  .mx-md-4 {
    margin-right: 0.875rem !important;
    margin-left: 0.875rem !important;
  }
  .mx-md-5 {
    margin-right: 1.09375rem !important;
    margin-left: 1.09375rem !important;
  }
  .mx-md-6 {
    margin-right: 1.3125rem !important;
    margin-left: 1.3125rem !important;
  }
  .mx-md-7 {
    margin-right: 1.53125rem !important;
    margin-left: 1.53125rem !important;
  }
  .mx-md-8 {
    margin-right: 1.75rem !important;
    margin-left: 1.75rem !important;
  }
  .mx-md-9 {
    margin-right: 1.96875rem !important;
    margin-left: 1.96875rem !important;
  }
  .mx-md-10 {
    margin-right: 2.1875rem !important;
    margin-left: 2.1875rem !important;
  }
  .mx-md-11 {
    margin-right: 2.40625rem !important;
    margin-left: 2.40625rem !important;
  }
  .mx-md-12 {
    margin-right: 2.625rem !important;
    margin-left: 2.625rem !important;
  }
  .mx-md-13 {
    margin-right: 2.84375rem !important;
    margin-left: 2.84375rem !important;
  }
  .mx-md-14 {
    margin-right: 3.0625rem !important;
    margin-left: 3.0625rem !important;
  }
  .mx-md-15 {
    margin-right: 3.28125rem !important;
    margin-left: 3.28125rem !important;
  }
  .mx-md-16 {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !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.21875rem !important;
    margin-bottom: 0.21875rem !important;
  }
  .my-md-2 {
    margin-top: 0.4375rem !important;
    margin-bottom: 0.4375rem !important;
  }
  .my-md-3 {
    margin-top: 0.65625rem !important;
    margin-bottom: 0.65625rem !important;
  }
  .my-md-4 {
    margin-top: 0.875rem !important;
    margin-bottom: 0.875rem !important;
  }
  .my-md-5 {
    margin-top: 1.09375rem !important;
    margin-bottom: 1.09375rem !important;
  }
  .my-md-6 {
    margin-top: 1.3125rem !important;
    margin-bottom: 1.3125rem !important;
  }
  .my-md-7 {
    margin-top: 1.53125rem !important;
    margin-bottom: 1.53125rem !important;
  }
  .my-md-8 {
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important;
  }
  .my-md-9 {
    margin-top: 1.96875rem !important;
    margin-bottom: 1.96875rem !important;
  }
  .my-md-10 {
    margin-top: 2.1875rem !important;
    margin-bottom: 2.1875rem !important;
  }
  .my-md-11 {
    margin-top: 2.40625rem !important;
    margin-bottom: 2.40625rem !important;
  }
  .my-md-12 {
    margin-top: 2.625rem !important;
    margin-bottom: 2.625rem !important;
  }
  .my-md-13 {
    margin-top: 2.84375rem !important;
    margin-bottom: 2.84375rem !important;
  }
  .my-md-14 {
    margin-top: 3.0625rem !important;
    margin-bottom: 3.0625rem !important;
  }
  .my-md-15 {
    margin-top: 3.28125rem !important;
    margin-bottom: 3.28125rem !important;
  }
  .my-md-16 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !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.21875rem !important;
  }
  .mt-md-2 {
    margin-top: 0.4375rem !important;
  }
  .mt-md-3 {
    margin-top: 0.65625rem !important;
  }
  .mt-md-4 {
    margin-top: 0.875rem !important;
  }
  .mt-md-5 {
    margin-top: 1.09375rem !important;
  }
  .mt-md-6 {
    margin-top: 1.3125rem !important;
  }
  .mt-md-7 {
    margin-top: 1.53125rem !important;
  }
  .mt-md-8 {
    margin-top: 1.75rem !important;
  }
  .mt-md-9 {
    margin-top: 1.96875rem !important;
  }
  .mt-md-10 {
    margin-top: 2.1875rem !important;
  }
  .mt-md-11 {
    margin-top: 2.40625rem !important;
  }
  .mt-md-12 {
    margin-top: 2.625rem !important;
  }
  .mt-md-13 {
    margin-top: 2.84375rem !important;
  }
  .mt-md-14 {
    margin-top: 3.0625rem !important;
  }
  .mt-md-15 {
    margin-top: 3.28125rem !important;
  }
  .mt-md-16 {
    margin-top: 3.5rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.21875rem !important;
  }
  .me-md-2 {
    margin-right: 0.4375rem !important;
  }
  .me-md-3 {
    margin-right: 0.65625rem !important;
  }
  .me-md-4 {
    margin-right: 0.875rem !important;
  }
  .me-md-5 {
    margin-right: 1.09375rem !important;
  }
  .me-md-6 {
    margin-right: 1.3125rem !important;
  }
  .me-md-7 {
    margin-right: 1.53125rem !important;
  }
  .me-md-8 {
    margin-right: 1.75rem !important;
  }
  .me-md-9 {
    margin-right: 1.96875rem !important;
  }
  .me-md-10 {
    margin-right: 2.1875rem !important;
  }
  .me-md-11 {
    margin-right: 2.40625rem !important;
  }
  .me-md-12 {
    margin-right: 2.625rem !important;
  }
  .me-md-13 {
    margin-right: 2.84375rem !important;
  }
  .me-md-14 {
    margin-right: 3.0625rem !important;
  }
  .me-md-15 {
    margin-right: 3.28125rem !important;
  }
  .me-md-16 {
    margin-right: 3.5rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.21875rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.4375rem !important;
  }
  .mb-md-3 {
    margin-bottom: 0.65625rem !important;
  }
  .mb-md-4 {
    margin-bottom: 0.875rem !important;
  }
  .mb-md-5 {
    margin-bottom: 1.09375rem !important;
  }
  .mb-md-6 {
    margin-bottom: 1.3125rem !important;
  }
  .mb-md-7 {
    margin-bottom: 1.53125rem !important;
  }
  .mb-md-8 {
    margin-bottom: 1.75rem !important;
  }
  .mb-md-9 {
    margin-bottom: 1.96875rem !important;
  }
  .mb-md-10 {
    margin-bottom: 2.1875rem !important;
  }
  .mb-md-11 {
    margin-bottom: 2.40625rem !important;
  }
  .mb-md-12 {
    margin-bottom: 2.625rem !important;
  }
  .mb-md-13 {
    margin-bottom: 2.84375rem !important;
  }
  .mb-md-14 {
    margin-bottom: 3.0625rem !important;
  }
  .mb-md-15 {
    margin-bottom: 3.28125rem !important;
  }
  .mb-md-16 {
    margin-bottom: 3.5rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.21875rem !important;
  }
  .ms-md-2 {
    margin-left: 0.4375rem !important;
  }
  .ms-md-3 {
    margin-left: 0.65625rem !important;
  }
  .ms-md-4 {
    margin-left: 0.875rem !important;
  }
  .ms-md-5 {
    margin-left: 1.09375rem !important;
  }
  .ms-md-6 {
    margin-left: 1.3125rem !important;
  }
  .ms-md-7 {
    margin-left: 1.53125rem !important;
  }
  .ms-md-8 {
    margin-left: 1.75rem !important;
  }
  .ms-md-9 {
    margin-left: 1.96875rem !important;
  }
  .ms-md-10 {
    margin-left: 2.1875rem !important;
  }
  .ms-md-11 {
    margin-left: 2.40625rem !important;
  }
  .ms-md-12 {
    margin-left: 2.625rem !important;
  }
  .ms-md-13 {
    margin-left: 2.84375rem !important;
  }
  .ms-md-14 {
    margin-left: 3.0625rem !important;
  }
  .ms-md-15 {
    margin-left: 3.28125rem !important;
  }
  .ms-md-16 {
    margin-left: 3.5rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.21875rem !important;
  }
  .p-md-2 {
    padding: 0.4375rem !important;
  }
  .p-md-3 {
    padding: 0.65625rem !important;
  }
  .p-md-4 {
    padding: 0.875rem !important;
  }
  .p-md-5 {
    padding: 1.09375rem !important;
  }
  .p-md-6 {
    padding: 1.3125rem !important;
  }
  .p-md-7 {
    padding: 1.53125rem !important;
  }
  .p-md-8 {
    padding: 1.75rem !important;
  }
  .p-md-9 {
    padding: 1.96875rem !important;
  }
  .p-md-10 {
    padding: 2.1875rem !important;
  }
  .p-md-11 {
    padding: 2.40625rem !important;
  }
  .p-md-12 {
    padding: 2.625rem !important;
  }
  .p-md-13 {
    padding: 2.84375rem !important;
  }
  .p-md-14 {
    padding: 3.0625rem !important;
  }
  .p-md-15 {
    padding: 3.28125rem !important;
  }
  .p-md-16 {
    padding: 3.5rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.21875rem !important;
    padding-left: 0.21875rem !important;
  }
  .px-md-2 {
    padding-right: 0.4375rem !important;
    padding-left: 0.4375rem !important;
  }
  .px-md-3 {
    padding-right: 0.65625rem !important;
    padding-left: 0.65625rem !important;
  }
  .px-md-4 {
    padding-right: 0.875rem !important;
    padding-left: 0.875rem !important;
  }
  .px-md-5 {
    padding-right: 1.09375rem !important;
    padding-left: 1.09375rem !important;
  }
  .px-md-6 {
    padding-right: 1.3125rem !important;
    padding-left: 1.3125rem !important;
  }
  .px-md-7 {
    padding-right: 1.53125rem !important;
    padding-left: 1.53125rem !important;
  }
  .px-md-8 {
    padding-right: 1.75rem !important;
    padding-left: 1.75rem !important;
  }
  .px-md-9 {
    padding-right: 1.96875rem !important;
    padding-left: 1.96875rem !important;
  }
  .px-md-10 {
    padding-right: 2.1875rem !important;
    padding-left: 2.1875rem !important;
  }
  .px-md-11 {
    padding-right: 2.40625rem !important;
    padding-left: 2.40625rem !important;
  }
  .px-md-12 {
    padding-right: 2.625rem !important;
    padding-left: 2.625rem !important;
  }
  .px-md-13 {
    padding-right: 2.84375rem !important;
    padding-left: 2.84375rem !important;
  }
  .px-md-14 {
    padding-right: 3.0625rem !important;
    padding-left: 3.0625rem !important;
  }
  .px-md-15 {
    padding-right: 3.28125rem !important;
    padding-left: 3.28125rem !important;
  }
  .px-md-16 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.21875rem !important;
    padding-bottom: 0.21875rem !important;
  }
  .py-md-2 {
    padding-top: 0.4375rem !important;
    padding-bottom: 0.4375rem !important;
  }
  .py-md-3 {
    padding-top: 0.65625rem !important;
    padding-bottom: 0.65625rem !important;
  }
  .py-md-4 {
    padding-top: 0.875rem !important;
    padding-bottom: 0.875rem !important;
  }
  .py-md-5 {
    padding-top: 1.09375rem !important;
    padding-bottom: 1.09375rem !important;
  }
  .py-md-6 {
    padding-top: 1.3125rem !important;
    padding-bottom: 1.3125rem !important;
  }
  .py-md-7 {
    padding-top: 1.53125rem !important;
    padding-bottom: 1.53125rem !important;
  }
  .py-md-8 {
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
  }
  .py-md-9 {
    padding-top: 1.96875rem !important;
    padding-bottom: 1.96875rem !important;
  }
  .py-md-10 {
    padding-top: 2.1875rem !important;
    padding-bottom: 2.1875rem !important;
  }
  .py-md-11 {
    padding-top: 2.40625rem !important;
    padding-bottom: 2.40625rem !important;
  }
  .py-md-12 {
    padding-top: 2.625rem !important;
    padding-bottom: 2.625rem !important;
  }
  .py-md-13 {
    padding-top: 2.84375rem !important;
    padding-bottom: 2.84375rem !important;
  }
  .py-md-14 {
    padding-top: 3.0625rem !important;
    padding-bottom: 3.0625rem !important;
  }
  .py-md-15 {
    padding-top: 3.28125rem !important;
    padding-bottom: 3.28125rem !important;
  }
  .py-md-16 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.21875rem !important;
  }
  .pt-md-2 {
    padding-top: 0.4375rem !important;
  }
  .pt-md-3 {
    padding-top: 0.65625rem !important;
  }
  .pt-md-4 {
    padding-top: 0.875rem !important;
  }
  .pt-md-5 {
    padding-top: 1.09375rem !important;
  }
  .pt-md-6 {
    padding-top: 1.3125rem !important;
  }
  .pt-md-7 {
    padding-top: 1.53125rem !important;
  }
  .pt-md-8 {
    padding-top: 1.75rem !important;
  }
  .pt-md-9 {
    padding-top: 1.96875rem !important;
  }
  .pt-md-10 {
    padding-top: 2.1875rem !important;
  }
  .pt-md-11 {
    padding-top: 2.40625rem !important;
  }
  .pt-md-12 {
    padding-top: 2.625rem !important;
  }
  .pt-md-13 {
    padding-top: 2.84375rem !important;
  }
  .pt-md-14 {
    padding-top: 3.0625rem !important;
  }
  .pt-md-15 {
    padding-top: 3.28125rem !important;
  }
  .pt-md-16 {
    padding-top: 3.5rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.21875rem !important;
  }
  .pe-md-2 {
    padding-right: 0.4375rem !important;
  }
  .pe-md-3 {
    padding-right: 0.65625rem !important;
  }
  .pe-md-4 {
    padding-right: 0.875rem !important;
  }
  .pe-md-5 {
    padding-right: 1.09375rem !important;
  }
  .pe-md-6 {
    padding-right: 1.3125rem !important;
  }
  .pe-md-7 {
    padding-right: 1.53125rem !important;
  }
  .pe-md-8 {
    padding-right: 1.75rem !important;
  }
  .pe-md-9 {
    padding-right: 1.96875rem !important;
  }
  .pe-md-10 {
    padding-right: 2.1875rem !important;
  }
  .pe-md-11 {
    padding-right: 2.40625rem !important;
  }
  .pe-md-12 {
    padding-right: 2.625rem !important;
  }
  .pe-md-13 {
    padding-right: 2.84375rem !important;
  }
  .pe-md-14 {
    padding-right: 3.0625rem !important;
  }
  .pe-md-15 {
    padding-right: 3.28125rem !important;
  }
  .pe-md-16 {
    padding-right: 3.5rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.21875rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.4375rem !important;
  }
  .pb-md-3 {
    padding-bottom: 0.65625rem !important;
  }
  .pb-md-4 {
    padding-bottom: 0.875rem !important;
  }
  .pb-md-5 {
    padding-bottom: 1.09375rem !important;
  }
  .pb-md-6 {
    padding-bottom: 1.3125rem !important;
  }
  .pb-md-7 {
    padding-bottom: 1.53125rem !important;
  }
  .pb-md-8 {
    padding-bottom: 1.75rem !important;
  }
  .pb-md-9 {
    padding-bottom: 1.96875rem !important;
  }
  .pb-md-10 {
    padding-bottom: 2.1875rem !important;
  }
  .pb-md-11 {
    padding-bottom: 2.40625rem !important;
  }
  .pb-md-12 {
    padding-bottom: 2.625rem !important;
  }
  .pb-md-13 {
    padding-bottom: 2.84375rem !important;
  }
  .pb-md-14 {
    padding-bottom: 3.0625rem !important;
  }
  .pb-md-15 {
    padding-bottom: 3.28125rem !important;
  }
  .pb-md-16 {
    padding-bottom: 3.5rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.21875rem !important;
  }
  .ps-md-2 {
    padding-left: 0.4375rem !important;
  }
  .ps-md-3 {
    padding-left: 0.65625rem !important;
  }
  .ps-md-4 {
    padding-left: 0.875rem !important;
  }
  .ps-md-5 {
    padding-left: 1.09375rem !important;
  }
  .ps-md-6 {
    padding-left: 1.3125rem !important;
  }
  .ps-md-7 {
    padding-left: 1.53125rem !important;
  }
  .ps-md-8 {
    padding-left: 1.75rem !important;
  }
  .ps-md-9 {
    padding-left: 1.96875rem !important;
  }
  .ps-md-10 {
    padding-left: 2.1875rem !important;
  }
  .ps-md-11 {
    padding-left: 2.40625rem !important;
  }
  .ps-md-12 {
    padding-left: 2.625rem !important;
  }
  .ps-md-13 {
    padding-left: 2.84375rem !important;
  }
  .ps-md-14 {
    padding-left: 3.0625rem !important;
  }
  .ps-md-15 {
    padding-left: 3.28125rem !important;
  }
  .ps-md-16 {
    padding-left: 3.5rem !important;
  }
  .gap-md-0 {
    gap: 0 !important;
  }
  .gap-md-1 {
    gap: 0.21875rem !important;
  }
  .gap-md-2 {
    gap: 0.4375rem !important;
  }
  .gap-md-3 {
    gap: 0.65625rem !important;
  }
  .gap-md-4 {
    gap: 0.875rem !important;
  }
  .gap-md-5 {
    gap: 1.09375rem !important;
  }
  .gap-md-6 {
    gap: 1.3125rem !important;
  }
  .gap-md-7 {
    gap: 1.53125rem !important;
  }
  .gap-md-8 {
    gap: 1.75rem !important;
  }
  .gap-md-9 {
    gap: 1.96875rem !important;
  }
  .gap-md-10 {
    gap: 2.1875rem !important;
  }
  .gap-md-11 {
    gap: 2.40625rem !important;
  }
  .gap-md-12 {
    gap: 2.625rem !important;
  }
  .gap-md-13 {
    gap: 2.84375rem !important;
  }
  .gap-md-14 {
    gap: 3.0625rem !important;
  }
  .gap-md-15 {
    gap: 3.28125rem !important;
  }
  .gap-md-16 {
    gap: 3.5rem !important;
  }
  .row-gap-md-0 {
    row-gap: 0 !important;
  }
  .row-gap-md-1 {
    row-gap: 0.21875rem !important;
  }
  .row-gap-md-2 {
    row-gap: 0.4375rem !important;
  }
  .row-gap-md-3 {
    row-gap: 0.65625rem !important;
  }
  .row-gap-md-4 {
    row-gap: 0.875rem !important;
  }
  .row-gap-md-5 {
    row-gap: 1.09375rem !important;
  }
  .row-gap-md-6 {
    row-gap: 1.3125rem !important;
  }
  .row-gap-md-7 {
    row-gap: 1.53125rem !important;
  }
  .row-gap-md-8 {
    row-gap: 1.75rem !important;
  }
  .row-gap-md-9 {
    row-gap: 1.96875rem !important;
  }
  .row-gap-md-10 {
    row-gap: 2.1875rem !important;
  }
  .row-gap-md-11 {
    row-gap: 2.40625rem !important;
  }
  .row-gap-md-12 {
    row-gap: 2.625rem !important;
  }
  .row-gap-md-13 {
    row-gap: 2.84375rem !important;
  }
  .row-gap-md-14 {
    row-gap: 3.0625rem !important;
  }
  .row-gap-md-15 {
    row-gap: 3.28125rem !important;
  }
  .row-gap-md-16 {
    row-gap: 3.5rem !important;
  }
  .column-gap-md-0 {
    column-gap: 0 !important;
  }
  .column-gap-md-1 {
    column-gap: 0.21875rem !important;
  }
  .column-gap-md-2 {
    column-gap: 0.4375rem !important;
  }
  .column-gap-md-3 {
    column-gap: 0.65625rem !important;
  }
  .column-gap-md-4 {
    column-gap: 0.875rem !important;
  }
  .column-gap-md-5 {
    column-gap: 1.09375rem !important;
  }
  .column-gap-md-6 {
    column-gap: 1.3125rem !important;
  }
  .column-gap-md-7 {
    column-gap: 1.53125rem !important;
  }
  .column-gap-md-8 {
    column-gap: 1.75rem !important;
  }
  .column-gap-md-9 {
    column-gap: 1.96875rem !important;
  }
  .column-gap-md-10 {
    column-gap: 2.1875rem !important;
  }
  .column-gap-md-11 {
    column-gap: 2.40625rem !important;
  }
  .column-gap-md-12 {
    column-gap: 2.625rem !important;
  }
  .column-gap-md-13 {
    column-gap: 2.84375rem !important;
  }
  .column-gap-md-14 {
    column-gap: 3.0625rem !important;
  }
  .column-gap-md-15 {
    column-gap: 3.28125rem !important;
  }
  .column-gap-md-16 {
    column-gap: 3.5rem !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.21875rem !important;
  }
  .m-lg-2 {
    margin: 0.4375rem !important;
  }
  .m-lg-3 {
    margin: 0.65625rem !important;
  }
  .m-lg-4 {
    margin: 0.875rem !important;
  }
  .m-lg-5 {
    margin: 1.09375rem !important;
  }
  .m-lg-6 {
    margin: 1.3125rem !important;
  }
  .m-lg-7 {
    margin: 1.53125rem !important;
  }
  .m-lg-8 {
    margin: 1.75rem !important;
  }
  .m-lg-9 {
    margin: 1.96875rem !important;
  }
  .m-lg-10 {
    margin: 2.1875rem !important;
  }
  .m-lg-11 {
    margin: 2.40625rem !important;
  }
  .m-lg-12 {
    margin: 2.625rem !important;
  }
  .m-lg-13 {
    margin: 2.84375rem !important;
  }
  .m-lg-14 {
    margin: 3.0625rem !important;
  }
  .m-lg-15 {
    margin: 3.28125rem !important;
  }
  .m-lg-16 {
    margin: 3.5rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.21875rem !important;
    margin-left: 0.21875rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.4375rem !important;
    margin-left: 0.4375rem !important;
  }
  .mx-lg-3 {
    margin-right: 0.65625rem !important;
    margin-left: 0.65625rem !important;
  }
  .mx-lg-4 {
    margin-right: 0.875rem !important;
    margin-left: 0.875rem !important;
  }
  .mx-lg-5 {
    margin-right: 1.09375rem !important;
    margin-left: 1.09375rem !important;
  }
  .mx-lg-6 {
    margin-right: 1.3125rem !important;
    margin-left: 1.3125rem !important;
  }
  .mx-lg-7 {
    margin-right: 1.53125rem !important;
    margin-left: 1.53125rem !important;
  }
  .mx-lg-8 {
    margin-right: 1.75rem !important;
    margin-left: 1.75rem !important;
  }
  .mx-lg-9 {
    margin-right: 1.96875rem !important;
    margin-left: 1.96875rem !important;
  }
  .mx-lg-10 {
    margin-right: 2.1875rem !important;
    margin-left: 2.1875rem !important;
  }
  .mx-lg-11 {
    margin-right: 2.40625rem !important;
    margin-left: 2.40625rem !important;
  }
  .mx-lg-12 {
    margin-right: 2.625rem !important;
    margin-left: 2.625rem !important;
  }
  .mx-lg-13 {
    margin-right: 2.84375rem !important;
    margin-left: 2.84375rem !important;
  }
  .mx-lg-14 {
    margin-right: 3.0625rem !important;
    margin-left: 3.0625rem !important;
  }
  .mx-lg-15 {
    margin-right: 3.28125rem !important;
    margin-left: 3.28125rem !important;
  }
  .mx-lg-16 {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !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.21875rem !important;
    margin-bottom: 0.21875rem !important;
  }
  .my-lg-2 {
    margin-top: 0.4375rem !important;
    margin-bottom: 0.4375rem !important;
  }
  .my-lg-3 {
    margin-top: 0.65625rem !important;
    margin-bottom: 0.65625rem !important;
  }
  .my-lg-4 {
    margin-top: 0.875rem !important;
    margin-bottom: 0.875rem !important;
  }
  .my-lg-5 {
    margin-top: 1.09375rem !important;
    margin-bottom: 1.09375rem !important;
  }
  .my-lg-6 {
    margin-top: 1.3125rem !important;
    margin-bottom: 1.3125rem !important;
  }
  .my-lg-7 {
    margin-top: 1.53125rem !important;
    margin-bottom: 1.53125rem !important;
  }
  .my-lg-8 {
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important;
  }
  .my-lg-9 {
    margin-top: 1.96875rem !important;
    margin-bottom: 1.96875rem !important;
  }
  .my-lg-10 {
    margin-top: 2.1875rem !important;
    margin-bottom: 2.1875rem !important;
  }
  .my-lg-11 {
    margin-top: 2.40625rem !important;
    margin-bottom: 2.40625rem !important;
  }
  .my-lg-12 {
    margin-top: 2.625rem !important;
    margin-bottom: 2.625rem !important;
  }
  .my-lg-13 {
    margin-top: 2.84375rem !important;
    margin-bottom: 2.84375rem !important;
  }
  .my-lg-14 {
    margin-top: 3.0625rem !important;
    margin-bottom: 3.0625rem !important;
  }
  .my-lg-15 {
    margin-top: 3.28125rem !important;
    margin-bottom: 3.28125rem !important;
  }
  .my-lg-16 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !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.21875rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.4375rem !important;
  }
  .mt-lg-3 {
    margin-top: 0.65625rem !important;
  }
  .mt-lg-4 {
    margin-top: 0.875rem !important;
  }
  .mt-lg-5 {
    margin-top: 1.09375rem !important;
  }
  .mt-lg-6 {
    margin-top: 1.3125rem !important;
  }
  .mt-lg-7 {
    margin-top: 1.53125rem !important;
  }
  .mt-lg-8 {
    margin-top: 1.75rem !important;
  }
  .mt-lg-9 {
    margin-top: 1.96875rem !important;
  }
  .mt-lg-10 {
    margin-top: 2.1875rem !important;
  }
  .mt-lg-11 {
    margin-top: 2.40625rem !important;
  }
  .mt-lg-12 {
    margin-top: 2.625rem !important;
  }
  .mt-lg-13 {
    margin-top: 2.84375rem !important;
  }
  .mt-lg-14 {
    margin-top: 3.0625rem !important;
  }
  .mt-lg-15 {
    margin-top: 3.28125rem !important;
  }
  .mt-lg-16 {
    margin-top: 3.5rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.21875rem !important;
  }
  .me-lg-2 {
    margin-right: 0.4375rem !important;
  }
  .me-lg-3 {
    margin-right: 0.65625rem !important;
  }
  .me-lg-4 {
    margin-right: 0.875rem !important;
  }
  .me-lg-5 {
    margin-right: 1.09375rem !important;
  }
  .me-lg-6 {
    margin-right: 1.3125rem !important;
  }
  .me-lg-7 {
    margin-right: 1.53125rem !important;
  }
  .me-lg-8 {
    margin-right: 1.75rem !important;
  }
  .me-lg-9 {
    margin-right: 1.96875rem !important;
  }
  .me-lg-10 {
    margin-right: 2.1875rem !important;
  }
  .me-lg-11 {
    margin-right: 2.40625rem !important;
  }
  .me-lg-12 {
    margin-right: 2.625rem !important;
  }
  .me-lg-13 {
    margin-right: 2.84375rem !important;
  }
  .me-lg-14 {
    margin-right: 3.0625rem !important;
  }
  .me-lg-15 {
    margin-right: 3.28125rem !important;
  }
  .me-lg-16 {
    margin-right: 3.5rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.21875rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.4375rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 0.65625rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 0.875rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 1.09375rem !important;
  }
  .mb-lg-6 {
    margin-bottom: 1.3125rem !important;
  }
  .mb-lg-7 {
    margin-bottom: 1.53125rem !important;
  }
  .mb-lg-8 {
    margin-bottom: 1.75rem !important;
  }
  .mb-lg-9 {
    margin-bottom: 1.96875rem !important;
  }
  .mb-lg-10 {
    margin-bottom: 2.1875rem !important;
  }
  .mb-lg-11 {
    margin-bottom: 2.40625rem !important;
  }
  .mb-lg-12 {
    margin-bottom: 2.625rem !important;
  }
  .mb-lg-13 {
    margin-bottom: 2.84375rem !important;
  }
  .mb-lg-14 {
    margin-bottom: 3.0625rem !important;
  }
  .mb-lg-15 {
    margin-bottom: 3.28125rem !important;
  }
  .mb-lg-16 {
    margin-bottom: 3.5rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.21875rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.4375rem !important;
  }
  .ms-lg-3 {
    margin-left: 0.65625rem !important;
  }
  .ms-lg-4 {
    margin-left: 0.875rem !important;
  }
  .ms-lg-5 {
    margin-left: 1.09375rem !important;
  }
  .ms-lg-6 {
    margin-left: 1.3125rem !important;
  }
  .ms-lg-7 {
    margin-left: 1.53125rem !important;
  }
  .ms-lg-8 {
    margin-left: 1.75rem !important;
  }
  .ms-lg-9 {
    margin-left: 1.96875rem !important;
  }
  .ms-lg-10 {
    margin-left: 2.1875rem !important;
  }
  .ms-lg-11 {
    margin-left: 2.40625rem !important;
  }
  .ms-lg-12 {
    margin-left: 2.625rem !important;
  }
  .ms-lg-13 {
    margin-left: 2.84375rem !important;
  }
  .ms-lg-14 {
    margin-left: 3.0625rem !important;
  }
  .ms-lg-15 {
    margin-left: 3.28125rem !important;
  }
  .ms-lg-16 {
    margin-left: 3.5rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.21875rem !important;
  }
  .p-lg-2 {
    padding: 0.4375rem !important;
  }
  .p-lg-3 {
    padding: 0.65625rem !important;
  }
  .p-lg-4 {
    padding: 0.875rem !important;
  }
  .p-lg-5 {
    padding: 1.09375rem !important;
  }
  .p-lg-6 {
    padding: 1.3125rem !important;
  }
  .p-lg-7 {
    padding: 1.53125rem !important;
  }
  .p-lg-8 {
    padding: 1.75rem !important;
  }
  .p-lg-9 {
    padding: 1.96875rem !important;
  }
  .p-lg-10 {
    padding: 2.1875rem !important;
  }
  .p-lg-11 {
    padding: 2.40625rem !important;
  }
  .p-lg-12 {
    padding: 2.625rem !important;
  }
  .p-lg-13 {
    padding: 2.84375rem !important;
  }
  .p-lg-14 {
    padding: 3.0625rem !important;
  }
  .p-lg-15 {
    padding: 3.28125rem !important;
  }
  .p-lg-16 {
    padding: 3.5rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.21875rem !important;
    padding-left: 0.21875rem !important;
  }
  .px-lg-2 {
    padding-right: 0.4375rem !important;
    padding-left: 0.4375rem !important;
  }
  .px-lg-3 {
    padding-right: 0.65625rem !important;
    padding-left: 0.65625rem !important;
  }
  .px-lg-4 {
    padding-right: 0.875rem !important;
    padding-left: 0.875rem !important;
  }
  .px-lg-5 {
    padding-right: 1.09375rem !important;
    padding-left: 1.09375rem !important;
  }
  .px-lg-6 {
    padding-right: 1.3125rem !important;
    padding-left: 1.3125rem !important;
  }
  .px-lg-7 {
    padding-right: 1.53125rem !important;
    padding-left: 1.53125rem !important;
  }
  .px-lg-8 {
    padding-right: 1.75rem !important;
    padding-left: 1.75rem !important;
  }
  .px-lg-9 {
    padding-right: 1.96875rem !important;
    padding-left: 1.96875rem !important;
  }
  .px-lg-10 {
    padding-right: 2.1875rem !important;
    padding-left: 2.1875rem !important;
  }
  .px-lg-11 {
    padding-right: 2.40625rem !important;
    padding-left: 2.40625rem !important;
  }
  .px-lg-12 {
    padding-right: 2.625rem !important;
    padding-left: 2.625rem !important;
  }
  .px-lg-13 {
    padding-right: 2.84375rem !important;
    padding-left: 2.84375rem !important;
  }
  .px-lg-14 {
    padding-right: 3.0625rem !important;
    padding-left: 3.0625rem !important;
  }
  .px-lg-15 {
    padding-right: 3.28125rem !important;
    padding-left: 3.28125rem !important;
  }
  .px-lg-16 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.21875rem !important;
    padding-bottom: 0.21875rem !important;
  }
  .py-lg-2 {
    padding-top: 0.4375rem !important;
    padding-bottom: 0.4375rem !important;
  }
  .py-lg-3 {
    padding-top: 0.65625rem !important;
    padding-bottom: 0.65625rem !important;
  }
  .py-lg-4 {
    padding-top: 0.875rem !important;
    padding-bottom: 0.875rem !important;
  }
  .py-lg-5 {
    padding-top: 1.09375rem !important;
    padding-bottom: 1.09375rem !important;
  }
  .py-lg-6 {
    padding-top: 1.3125rem !important;
    padding-bottom: 1.3125rem !important;
  }
  .py-lg-7 {
    padding-top: 1.53125rem !important;
    padding-bottom: 1.53125rem !important;
  }
  .py-lg-8 {
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
  }
  .py-lg-9 {
    padding-top: 1.96875rem !important;
    padding-bottom: 1.96875rem !important;
  }
  .py-lg-10 {
    padding-top: 2.1875rem !important;
    padding-bottom: 2.1875rem !important;
  }
  .py-lg-11 {
    padding-top: 2.40625rem !important;
    padding-bottom: 2.40625rem !important;
  }
  .py-lg-12 {
    padding-top: 2.625rem !important;
    padding-bottom: 2.625rem !important;
  }
  .py-lg-13 {
    padding-top: 2.84375rem !important;
    padding-bottom: 2.84375rem !important;
  }
  .py-lg-14 {
    padding-top: 3.0625rem !important;
    padding-bottom: 3.0625rem !important;
  }
  .py-lg-15 {
    padding-top: 3.28125rem !important;
    padding-bottom: 3.28125rem !important;
  }
  .py-lg-16 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.21875rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.4375rem !important;
  }
  .pt-lg-3 {
    padding-top: 0.65625rem !important;
  }
  .pt-lg-4 {
    padding-top: 0.875rem !important;
  }
  .pt-lg-5 {
    padding-top: 1.09375rem !important;
  }
  .pt-lg-6 {
    padding-top: 1.3125rem !important;
  }
  .pt-lg-7 {
    padding-top: 1.53125rem !important;
  }
  .pt-lg-8 {
    padding-top: 1.75rem !important;
  }
  .pt-lg-9 {
    padding-top: 1.96875rem !important;
  }
  .pt-lg-10 {
    padding-top: 2.1875rem !important;
  }
  .pt-lg-11 {
    padding-top: 2.40625rem !important;
  }
  .pt-lg-12 {
    padding-top: 2.625rem !important;
  }
  .pt-lg-13 {
    padding-top: 2.84375rem !important;
  }
  .pt-lg-14 {
    padding-top: 3.0625rem !important;
  }
  .pt-lg-15 {
    padding-top: 3.28125rem !important;
  }
  .pt-lg-16 {
    padding-top: 3.5rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 0.21875rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.4375rem !important;
  }
  .pe-lg-3 {
    padding-right: 0.65625rem !important;
  }
  .pe-lg-4 {
    padding-right: 0.875rem !important;
  }
  .pe-lg-5 {
    padding-right: 1.09375rem !important;
  }
  .pe-lg-6 {
    padding-right: 1.3125rem !important;
  }
  .pe-lg-7 {
    padding-right: 1.53125rem !important;
  }
  .pe-lg-8 {
    padding-right: 1.75rem !important;
  }
  .pe-lg-9 {
    padding-right: 1.96875rem !important;
  }
  .pe-lg-10 {
    padding-right: 2.1875rem !important;
  }
  .pe-lg-11 {
    padding-right: 2.40625rem !important;
  }
  .pe-lg-12 {
    padding-right: 2.625rem !important;
  }
  .pe-lg-13 {
    padding-right: 2.84375rem !important;
  }
  .pe-lg-14 {
    padding-right: 3.0625rem !important;
  }
  .pe-lg-15 {
    padding-right: 3.28125rem !important;
  }
  .pe-lg-16 {
    padding-right: 3.5rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.21875rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.4375rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 0.65625rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 0.875rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 1.09375rem !important;
  }
  .pb-lg-6 {
    padding-bottom: 1.3125rem !important;
  }
  .pb-lg-7 {
    padding-bottom: 1.53125rem !important;
  }
  .pb-lg-8 {
    padding-bottom: 1.75rem !important;
  }
  .pb-lg-9 {
    padding-bottom: 1.96875rem !important;
  }
  .pb-lg-10 {
    padding-bottom: 2.1875rem !important;
  }
  .pb-lg-11 {
    padding-bottom: 2.40625rem !important;
  }
  .pb-lg-12 {
    padding-bottom: 2.625rem !important;
  }
  .pb-lg-13 {
    padding-bottom: 2.84375rem !important;
  }
  .pb-lg-14 {
    padding-bottom: 3.0625rem !important;
  }
  .pb-lg-15 {
    padding-bottom: 3.28125rem !important;
  }
  .pb-lg-16 {
    padding-bottom: 3.5rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.21875rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.4375rem !important;
  }
  .ps-lg-3 {
    padding-left: 0.65625rem !important;
  }
  .ps-lg-4 {
    padding-left: 0.875rem !important;
  }
  .ps-lg-5 {
    padding-left: 1.09375rem !important;
  }
  .ps-lg-6 {
    padding-left: 1.3125rem !important;
  }
  .ps-lg-7 {
    padding-left: 1.53125rem !important;
  }
  .ps-lg-8 {
    padding-left: 1.75rem !important;
  }
  .ps-lg-9 {
    padding-left: 1.96875rem !important;
  }
  .ps-lg-10 {
    padding-left: 2.1875rem !important;
  }
  .ps-lg-11 {
    padding-left: 2.40625rem !important;
  }
  .ps-lg-12 {
    padding-left: 2.625rem !important;
  }
  .ps-lg-13 {
    padding-left: 2.84375rem !important;
  }
  .ps-lg-14 {
    padding-left: 3.0625rem !important;
  }
  .ps-lg-15 {
    padding-left: 3.28125rem !important;
  }
  .ps-lg-16 {
    padding-left: 3.5rem !important;
  }
  .gap-lg-0 {
    gap: 0 !important;
  }
  .gap-lg-1 {
    gap: 0.21875rem !important;
  }
  .gap-lg-2 {
    gap: 0.4375rem !important;
  }
  .gap-lg-3 {
    gap: 0.65625rem !important;
  }
  .gap-lg-4 {
    gap: 0.875rem !important;
  }
  .gap-lg-5 {
    gap: 1.09375rem !important;
  }
  .gap-lg-6 {
    gap: 1.3125rem !important;
  }
  .gap-lg-7 {
    gap: 1.53125rem !important;
  }
  .gap-lg-8 {
    gap: 1.75rem !important;
  }
  .gap-lg-9 {
    gap: 1.96875rem !important;
  }
  .gap-lg-10 {
    gap: 2.1875rem !important;
  }
  .gap-lg-11 {
    gap: 2.40625rem !important;
  }
  .gap-lg-12 {
    gap: 2.625rem !important;
  }
  .gap-lg-13 {
    gap: 2.84375rem !important;
  }
  .gap-lg-14 {
    gap: 3.0625rem !important;
  }
  .gap-lg-15 {
    gap: 3.28125rem !important;
  }
  .gap-lg-16 {
    gap: 3.5rem !important;
  }
  .row-gap-lg-0 {
    row-gap: 0 !important;
  }
  .row-gap-lg-1 {
    row-gap: 0.21875rem !important;
  }
  .row-gap-lg-2 {
    row-gap: 0.4375rem !important;
  }
  .row-gap-lg-3 {
    row-gap: 0.65625rem !important;
  }
  .row-gap-lg-4 {
    row-gap: 0.875rem !important;
  }
  .row-gap-lg-5 {
    row-gap: 1.09375rem !important;
  }
  .row-gap-lg-6 {
    row-gap: 1.3125rem !important;
  }
  .row-gap-lg-7 {
    row-gap: 1.53125rem !important;
  }
  .row-gap-lg-8 {
    row-gap: 1.75rem !important;
  }
  .row-gap-lg-9 {
    row-gap: 1.96875rem !important;
  }
  .row-gap-lg-10 {
    row-gap: 2.1875rem !important;
  }
  .row-gap-lg-11 {
    row-gap: 2.40625rem !important;
  }
  .row-gap-lg-12 {
    row-gap: 2.625rem !important;
  }
  .row-gap-lg-13 {
    row-gap: 2.84375rem !important;
  }
  .row-gap-lg-14 {
    row-gap: 3.0625rem !important;
  }
  .row-gap-lg-15 {
    row-gap: 3.28125rem !important;
  }
  .row-gap-lg-16 {
    row-gap: 3.5rem !important;
  }
  .column-gap-lg-0 {
    column-gap: 0 !important;
  }
  .column-gap-lg-1 {
    column-gap: 0.21875rem !important;
  }
  .column-gap-lg-2 {
    column-gap: 0.4375rem !important;
  }
  .column-gap-lg-3 {
    column-gap: 0.65625rem !important;
  }
  .column-gap-lg-4 {
    column-gap: 0.875rem !important;
  }
  .column-gap-lg-5 {
    column-gap: 1.09375rem !important;
  }
  .column-gap-lg-6 {
    column-gap: 1.3125rem !important;
  }
  .column-gap-lg-7 {
    column-gap: 1.53125rem !important;
  }
  .column-gap-lg-8 {
    column-gap: 1.75rem !important;
  }
  .column-gap-lg-9 {
    column-gap: 1.96875rem !important;
  }
  .column-gap-lg-10 {
    column-gap: 2.1875rem !important;
  }
  .column-gap-lg-11 {
    column-gap: 2.40625rem !important;
  }
  .column-gap-lg-12 {
    column-gap: 2.625rem !important;
  }
  .column-gap-lg-13 {
    column-gap: 2.84375rem !important;
  }
  .column-gap-lg-14 {
    column-gap: 3.0625rem !important;
  }
  .column-gap-lg-15 {
    column-gap: 3.28125rem !important;
  }
  .column-gap-lg-16 {
    column-gap: 3.5rem !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.21875rem !important;
  }
  .m-xl-2 {
    margin: 0.4375rem !important;
  }
  .m-xl-3 {
    margin: 0.65625rem !important;
  }
  .m-xl-4 {
    margin: 0.875rem !important;
  }
  .m-xl-5 {
    margin: 1.09375rem !important;
  }
  .m-xl-6 {
    margin: 1.3125rem !important;
  }
  .m-xl-7 {
    margin: 1.53125rem !important;
  }
  .m-xl-8 {
    margin: 1.75rem !important;
  }
  .m-xl-9 {
    margin: 1.96875rem !important;
  }
  .m-xl-10 {
    margin: 2.1875rem !important;
  }
  .m-xl-11 {
    margin: 2.40625rem !important;
  }
  .m-xl-12 {
    margin: 2.625rem !important;
  }
  .m-xl-13 {
    margin: 2.84375rem !important;
  }
  .m-xl-14 {
    margin: 3.0625rem !important;
  }
  .m-xl-15 {
    margin: 3.28125rem !important;
  }
  .m-xl-16 {
    margin: 3.5rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 0.21875rem !important;
    margin-left: 0.21875rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.4375rem !important;
    margin-left: 0.4375rem !important;
  }
  .mx-xl-3 {
    margin-right: 0.65625rem !important;
    margin-left: 0.65625rem !important;
  }
  .mx-xl-4 {
    margin-right: 0.875rem !important;
    margin-left: 0.875rem !important;
  }
  .mx-xl-5 {
    margin-right: 1.09375rem !important;
    margin-left: 1.09375rem !important;
  }
  .mx-xl-6 {
    margin-right: 1.3125rem !important;
    margin-left: 1.3125rem !important;
  }
  .mx-xl-7 {
    margin-right: 1.53125rem !important;
    margin-left: 1.53125rem !important;
  }
  .mx-xl-8 {
    margin-right: 1.75rem !important;
    margin-left: 1.75rem !important;
  }
  .mx-xl-9 {
    margin-right: 1.96875rem !important;
    margin-left: 1.96875rem !important;
  }
  .mx-xl-10 {
    margin-right: 2.1875rem !important;
    margin-left: 2.1875rem !important;
  }
  .mx-xl-11 {
    margin-right: 2.40625rem !important;
    margin-left: 2.40625rem !important;
  }
  .mx-xl-12 {
    margin-right: 2.625rem !important;
    margin-left: 2.625rem !important;
  }
  .mx-xl-13 {
    margin-right: 2.84375rem !important;
    margin-left: 2.84375rem !important;
  }
  .mx-xl-14 {
    margin-right: 3.0625rem !important;
    margin-left: 3.0625rem !important;
  }
  .mx-xl-15 {
    margin-right: 3.28125rem !important;
    margin-left: 3.28125rem !important;
  }
  .mx-xl-16 {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !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.21875rem !important;
    margin-bottom: 0.21875rem !important;
  }
  .my-xl-2 {
    margin-top: 0.4375rem !important;
    margin-bottom: 0.4375rem !important;
  }
  .my-xl-3 {
    margin-top: 0.65625rem !important;
    margin-bottom: 0.65625rem !important;
  }
  .my-xl-4 {
    margin-top: 0.875rem !important;
    margin-bottom: 0.875rem !important;
  }
  .my-xl-5 {
    margin-top: 1.09375rem !important;
    margin-bottom: 1.09375rem !important;
  }
  .my-xl-6 {
    margin-top: 1.3125rem !important;
    margin-bottom: 1.3125rem !important;
  }
  .my-xl-7 {
    margin-top: 1.53125rem !important;
    margin-bottom: 1.53125rem !important;
  }
  .my-xl-8 {
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important;
  }
  .my-xl-9 {
    margin-top: 1.96875rem !important;
    margin-bottom: 1.96875rem !important;
  }
  .my-xl-10 {
    margin-top: 2.1875rem !important;
    margin-bottom: 2.1875rem !important;
  }
  .my-xl-11 {
    margin-top: 2.40625rem !important;
    margin-bottom: 2.40625rem !important;
  }
  .my-xl-12 {
    margin-top: 2.625rem !important;
    margin-bottom: 2.625rem !important;
  }
  .my-xl-13 {
    margin-top: 2.84375rem !important;
    margin-bottom: 2.84375rem !important;
  }
  .my-xl-14 {
    margin-top: 3.0625rem !important;
    margin-bottom: 3.0625rem !important;
  }
  .my-xl-15 {
    margin-top: 3.28125rem !important;
    margin-bottom: 3.28125rem !important;
  }
  .my-xl-16 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !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.21875rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.4375rem !important;
  }
  .mt-xl-3 {
    margin-top: 0.65625rem !important;
  }
  .mt-xl-4 {
    margin-top: 0.875rem !important;
  }
  .mt-xl-5 {
    margin-top: 1.09375rem !important;
  }
  .mt-xl-6 {
    margin-top: 1.3125rem !important;
  }
  .mt-xl-7 {
    margin-top: 1.53125rem !important;
  }
  .mt-xl-8 {
    margin-top: 1.75rem !important;
  }
  .mt-xl-9 {
    margin-top: 1.96875rem !important;
  }
  .mt-xl-10 {
    margin-top: 2.1875rem !important;
  }
  .mt-xl-11 {
    margin-top: 2.40625rem !important;
  }
  .mt-xl-12 {
    margin-top: 2.625rem !important;
  }
  .mt-xl-13 {
    margin-top: 2.84375rem !important;
  }
  .mt-xl-14 {
    margin-top: 3.0625rem !important;
  }
  .mt-xl-15 {
    margin-top: 3.28125rem !important;
  }
  .mt-xl-16 {
    margin-top: 3.5rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 0.21875rem !important;
  }
  .me-xl-2 {
    margin-right: 0.4375rem !important;
  }
  .me-xl-3 {
    margin-right: 0.65625rem !important;
  }
  .me-xl-4 {
    margin-right: 0.875rem !important;
  }
  .me-xl-5 {
    margin-right: 1.09375rem !important;
  }
  .me-xl-6 {
    margin-right: 1.3125rem !important;
  }
  .me-xl-7 {
    margin-right: 1.53125rem !important;
  }
  .me-xl-8 {
    margin-right: 1.75rem !important;
  }
  .me-xl-9 {
    margin-right: 1.96875rem !important;
  }
  .me-xl-10 {
    margin-right: 2.1875rem !important;
  }
  .me-xl-11 {
    margin-right: 2.40625rem !important;
  }
  .me-xl-12 {
    margin-right: 2.625rem !important;
  }
  .me-xl-13 {
    margin-right: 2.84375rem !important;
  }
  .me-xl-14 {
    margin-right: 3.0625rem !important;
  }
  .me-xl-15 {
    margin-right: 3.28125rem !important;
  }
  .me-xl-16 {
    margin-right: 3.5rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.21875rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.4375rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 0.65625rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 0.875rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 1.09375rem !important;
  }
  .mb-xl-6 {
    margin-bottom: 1.3125rem !important;
  }
  .mb-xl-7 {
    margin-bottom: 1.53125rem !important;
  }
  .mb-xl-8 {
    margin-bottom: 1.75rem !important;
  }
  .mb-xl-9 {
    margin-bottom: 1.96875rem !important;
  }
  .mb-xl-10 {
    margin-bottom: 2.1875rem !important;
  }
  .mb-xl-11 {
    margin-bottom: 2.40625rem !important;
  }
  .mb-xl-12 {
    margin-bottom: 2.625rem !important;
  }
  .mb-xl-13 {
    margin-bottom: 2.84375rem !important;
  }
  .mb-xl-14 {
    margin-bottom: 3.0625rem !important;
  }
  .mb-xl-15 {
    margin-bottom: 3.28125rem !important;
  }
  .mb-xl-16 {
    margin-bottom: 3.5rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 0.21875rem !important;
  }
  .ms-xl-2 {
    margin-left: 0.4375rem !important;
  }
  .ms-xl-3 {
    margin-left: 0.65625rem !important;
  }
  .ms-xl-4 {
    margin-left: 0.875rem !important;
  }
  .ms-xl-5 {
    margin-left: 1.09375rem !important;
  }
  .ms-xl-6 {
    margin-left: 1.3125rem !important;
  }
  .ms-xl-7 {
    margin-left: 1.53125rem !important;
  }
  .ms-xl-8 {
    margin-left: 1.75rem !important;
  }
  .ms-xl-9 {
    margin-left: 1.96875rem !important;
  }
  .ms-xl-10 {
    margin-left: 2.1875rem !important;
  }
  .ms-xl-11 {
    margin-left: 2.40625rem !important;
  }
  .ms-xl-12 {
    margin-left: 2.625rem !important;
  }
  .ms-xl-13 {
    margin-left: 2.84375rem !important;
  }
  .ms-xl-14 {
    margin-left: 3.0625rem !important;
  }
  .ms-xl-15 {
    margin-left: 3.28125rem !important;
  }
  .ms-xl-16 {
    margin-left: 3.5rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.21875rem !important;
  }
  .p-xl-2 {
    padding: 0.4375rem !important;
  }
  .p-xl-3 {
    padding: 0.65625rem !important;
  }
  .p-xl-4 {
    padding: 0.875rem !important;
  }
  .p-xl-5 {
    padding: 1.09375rem !important;
  }
  .p-xl-6 {
    padding: 1.3125rem !important;
  }
  .p-xl-7 {
    padding: 1.53125rem !important;
  }
  .p-xl-8 {
    padding: 1.75rem !important;
  }
  .p-xl-9 {
    padding: 1.96875rem !important;
  }
  .p-xl-10 {
    padding: 2.1875rem !important;
  }
  .p-xl-11 {
    padding: 2.40625rem !important;
  }
  .p-xl-12 {
    padding: 2.625rem !important;
  }
  .p-xl-13 {
    padding: 2.84375rem !important;
  }
  .p-xl-14 {
    padding: 3.0625rem !important;
  }
  .p-xl-15 {
    padding: 3.28125rem !important;
  }
  .p-xl-16 {
    padding: 3.5rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 0.21875rem !important;
    padding-left: 0.21875rem !important;
  }
  .px-xl-2 {
    padding-right: 0.4375rem !important;
    padding-left: 0.4375rem !important;
  }
  .px-xl-3 {
    padding-right: 0.65625rem !important;
    padding-left: 0.65625rem !important;
  }
  .px-xl-4 {
    padding-right: 0.875rem !important;
    padding-left: 0.875rem !important;
  }
  .px-xl-5 {
    padding-right: 1.09375rem !important;
    padding-left: 1.09375rem !important;
  }
  .px-xl-6 {
    padding-right: 1.3125rem !important;
    padding-left: 1.3125rem !important;
  }
  .px-xl-7 {
    padding-right: 1.53125rem !important;
    padding-left: 1.53125rem !important;
  }
  .px-xl-8 {
    padding-right: 1.75rem !important;
    padding-left: 1.75rem !important;
  }
  .px-xl-9 {
    padding-right: 1.96875rem !important;
    padding-left: 1.96875rem !important;
  }
  .px-xl-10 {
    padding-right: 2.1875rem !important;
    padding-left: 2.1875rem !important;
  }
  .px-xl-11 {
    padding-right: 2.40625rem !important;
    padding-left: 2.40625rem !important;
  }
  .px-xl-12 {
    padding-right: 2.625rem !important;
    padding-left: 2.625rem !important;
  }
  .px-xl-13 {
    padding-right: 2.84375rem !important;
    padding-left: 2.84375rem !important;
  }
  .px-xl-14 {
    padding-right: 3.0625rem !important;
    padding-left: 3.0625rem !important;
  }
  .px-xl-15 {
    padding-right: 3.28125rem !important;
    padding-left: 3.28125rem !important;
  }
  .px-xl-16 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 0.21875rem !important;
    padding-bottom: 0.21875rem !important;
  }
  .py-xl-2 {
    padding-top: 0.4375rem !important;
    padding-bottom: 0.4375rem !important;
  }
  .py-xl-3 {
    padding-top: 0.65625rem !important;
    padding-bottom: 0.65625rem !important;
  }
  .py-xl-4 {
    padding-top: 0.875rem !important;
    padding-bottom: 0.875rem !important;
  }
  .py-xl-5 {
    padding-top: 1.09375rem !important;
    padding-bottom: 1.09375rem !important;
  }
  .py-xl-6 {
    padding-top: 1.3125rem !important;
    padding-bottom: 1.3125rem !important;
  }
  .py-xl-7 {
    padding-top: 1.53125rem !important;
    padding-bottom: 1.53125rem !important;
  }
  .py-xl-8 {
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
  }
  .py-xl-9 {
    padding-top: 1.96875rem !important;
    padding-bottom: 1.96875rem !important;
  }
  .py-xl-10 {
    padding-top: 2.1875rem !important;
    padding-bottom: 2.1875rem !important;
  }
  .py-xl-11 {
    padding-top: 2.40625rem !important;
    padding-bottom: 2.40625rem !important;
  }
  .py-xl-12 {
    padding-top: 2.625rem !important;
    padding-bottom: 2.625rem !important;
  }
  .py-xl-13 {
    padding-top: 2.84375rem !important;
    padding-bottom: 2.84375rem !important;
  }
  .py-xl-14 {
    padding-top: 3.0625rem !important;
    padding-bottom: 3.0625rem !important;
  }
  .py-xl-15 {
    padding-top: 3.28125rem !important;
    padding-bottom: 3.28125rem !important;
  }
  .py-xl-16 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.21875rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.4375rem !important;
  }
  .pt-xl-3 {
    padding-top: 0.65625rem !important;
  }
  .pt-xl-4 {
    padding-top: 0.875rem !important;
  }
  .pt-xl-5 {
    padding-top: 1.09375rem !important;
  }
  .pt-xl-6 {
    padding-top: 1.3125rem !important;
  }
  .pt-xl-7 {
    padding-top: 1.53125rem !important;
  }
  .pt-xl-8 {
    padding-top: 1.75rem !important;
  }
  .pt-xl-9 {
    padding-top: 1.96875rem !important;
  }
  .pt-xl-10 {
    padding-top: 2.1875rem !important;
  }
  .pt-xl-11 {
    padding-top: 2.40625rem !important;
  }
  .pt-xl-12 {
    padding-top: 2.625rem !important;
  }
  .pt-xl-13 {
    padding-top: 2.84375rem !important;
  }
  .pt-xl-14 {
    padding-top: 3.0625rem !important;
  }
  .pt-xl-15 {
    padding-top: 3.28125rem !important;
  }
  .pt-xl-16 {
    padding-top: 3.5rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 0.21875rem !important;
  }
  .pe-xl-2 {
    padding-right: 0.4375rem !important;
  }
  .pe-xl-3 {
    padding-right: 0.65625rem !important;
  }
  .pe-xl-4 {
    padding-right: 0.875rem !important;
  }
  .pe-xl-5 {
    padding-right: 1.09375rem !important;
  }
  .pe-xl-6 {
    padding-right: 1.3125rem !important;
  }
  .pe-xl-7 {
    padding-right: 1.53125rem !important;
  }
  .pe-xl-8 {
    padding-right: 1.75rem !important;
  }
  .pe-xl-9 {
    padding-right: 1.96875rem !important;
  }
  .pe-xl-10 {
    padding-right: 2.1875rem !important;
  }
  .pe-xl-11 {
    padding-right: 2.40625rem !important;
  }
  .pe-xl-12 {
    padding-right: 2.625rem !important;
  }
  .pe-xl-13 {
    padding-right: 2.84375rem !important;
  }
  .pe-xl-14 {
    padding-right: 3.0625rem !important;
  }
  .pe-xl-15 {
    padding-right: 3.28125rem !important;
  }
  .pe-xl-16 {
    padding-right: 3.5rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.21875rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.4375rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 0.65625rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 0.875rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 1.09375rem !important;
  }
  .pb-xl-6 {
    padding-bottom: 1.3125rem !important;
  }
  .pb-xl-7 {
    padding-bottom: 1.53125rem !important;
  }
  .pb-xl-8 {
    padding-bottom: 1.75rem !important;
  }
  .pb-xl-9 {
    padding-bottom: 1.96875rem !important;
  }
  .pb-xl-10 {
    padding-bottom: 2.1875rem !important;
  }
  .pb-xl-11 {
    padding-bottom: 2.40625rem !important;
  }
  .pb-xl-12 {
    padding-bottom: 2.625rem !important;
  }
  .pb-xl-13 {
    padding-bottom: 2.84375rem !important;
  }
  .pb-xl-14 {
    padding-bottom: 3.0625rem !important;
  }
  .pb-xl-15 {
    padding-bottom: 3.28125rem !important;
  }
  .pb-xl-16 {
    padding-bottom: 3.5rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 0.21875rem !important;
  }
  .ps-xl-2 {
    padding-left: 0.4375rem !important;
  }
  .ps-xl-3 {
    padding-left: 0.65625rem !important;
  }
  .ps-xl-4 {
    padding-left: 0.875rem !important;
  }
  .ps-xl-5 {
    padding-left: 1.09375rem !important;
  }
  .ps-xl-6 {
    padding-left: 1.3125rem !important;
  }
  .ps-xl-7 {
    padding-left: 1.53125rem !important;
  }
  .ps-xl-8 {
    padding-left: 1.75rem !important;
  }
  .ps-xl-9 {
    padding-left: 1.96875rem !important;
  }
  .ps-xl-10 {
    padding-left: 2.1875rem !important;
  }
  .ps-xl-11 {
    padding-left: 2.40625rem !important;
  }
  .ps-xl-12 {
    padding-left: 2.625rem !important;
  }
  .ps-xl-13 {
    padding-left: 2.84375rem !important;
  }
  .ps-xl-14 {
    padding-left: 3.0625rem !important;
  }
  .ps-xl-15 {
    padding-left: 3.28125rem !important;
  }
  .ps-xl-16 {
    padding-left: 3.5rem !important;
  }
  .gap-xl-0 {
    gap: 0 !important;
  }
  .gap-xl-1 {
    gap: 0.21875rem !important;
  }
  .gap-xl-2 {
    gap: 0.4375rem !important;
  }
  .gap-xl-3 {
    gap: 0.65625rem !important;
  }
  .gap-xl-4 {
    gap: 0.875rem !important;
  }
  .gap-xl-5 {
    gap: 1.09375rem !important;
  }
  .gap-xl-6 {
    gap: 1.3125rem !important;
  }
  .gap-xl-7 {
    gap: 1.53125rem !important;
  }
  .gap-xl-8 {
    gap: 1.75rem !important;
  }
  .gap-xl-9 {
    gap: 1.96875rem !important;
  }
  .gap-xl-10 {
    gap: 2.1875rem !important;
  }
  .gap-xl-11 {
    gap: 2.40625rem !important;
  }
  .gap-xl-12 {
    gap: 2.625rem !important;
  }
  .gap-xl-13 {
    gap: 2.84375rem !important;
  }
  .gap-xl-14 {
    gap: 3.0625rem !important;
  }
  .gap-xl-15 {
    gap: 3.28125rem !important;
  }
  .gap-xl-16 {
    gap: 3.5rem !important;
  }
  .row-gap-xl-0 {
    row-gap: 0 !important;
  }
  .row-gap-xl-1 {
    row-gap: 0.21875rem !important;
  }
  .row-gap-xl-2 {
    row-gap: 0.4375rem !important;
  }
  .row-gap-xl-3 {
    row-gap: 0.65625rem !important;
  }
  .row-gap-xl-4 {
    row-gap: 0.875rem !important;
  }
  .row-gap-xl-5 {
    row-gap: 1.09375rem !important;
  }
  .row-gap-xl-6 {
    row-gap: 1.3125rem !important;
  }
  .row-gap-xl-7 {
    row-gap: 1.53125rem !important;
  }
  .row-gap-xl-8 {
    row-gap: 1.75rem !important;
  }
  .row-gap-xl-9 {
    row-gap: 1.96875rem !important;
  }
  .row-gap-xl-10 {
    row-gap: 2.1875rem !important;
  }
  .row-gap-xl-11 {
    row-gap: 2.40625rem !important;
  }
  .row-gap-xl-12 {
    row-gap: 2.625rem !important;
  }
  .row-gap-xl-13 {
    row-gap: 2.84375rem !important;
  }
  .row-gap-xl-14 {
    row-gap: 3.0625rem !important;
  }
  .row-gap-xl-15 {
    row-gap: 3.28125rem !important;
  }
  .row-gap-xl-16 {
    row-gap: 3.5rem !important;
  }
  .column-gap-xl-0 {
    column-gap: 0 !important;
  }
  .column-gap-xl-1 {
    column-gap: 0.21875rem !important;
  }
  .column-gap-xl-2 {
    column-gap: 0.4375rem !important;
  }
  .column-gap-xl-3 {
    column-gap: 0.65625rem !important;
  }
  .column-gap-xl-4 {
    column-gap: 0.875rem !important;
  }
  .column-gap-xl-5 {
    column-gap: 1.09375rem !important;
  }
  .column-gap-xl-6 {
    column-gap: 1.3125rem !important;
  }
  .column-gap-xl-7 {
    column-gap: 1.53125rem !important;
  }
  .column-gap-xl-8 {
    column-gap: 1.75rem !important;
  }
  .column-gap-xl-9 {
    column-gap: 1.96875rem !important;
  }
  .column-gap-xl-10 {
    column-gap: 2.1875rem !important;
  }
  .column-gap-xl-11 {
    column-gap: 2.40625rem !important;
  }
  .column-gap-xl-12 {
    column-gap: 2.625rem !important;
  }
  .column-gap-xl-13 {
    column-gap: 2.84375rem !important;
  }
  .column-gap-xl-14 {
    column-gap: 3.0625rem !important;
  }
  .column-gap-xl-15 {
    column-gap: 3.28125rem !important;
  }
  .column-gap-xl-16 {
    column-gap: 3.5rem !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 {
    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.21875rem !important;
  }
  .m-xxl-2 {
    margin: 0.4375rem !important;
  }
  .m-xxl-3 {
    margin: 0.65625rem !important;
  }
  .m-xxl-4 {
    margin: 0.875rem !important;
  }
  .m-xxl-5 {
    margin: 1.09375rem !important;
  }
  .m-xxl-6 {
    margin: 1.3125rem !important;
  }
  .m-xxl-7 {
    margin: 1.53125rem !important;
  }
  .m-xxl-8 {
    margin: 1.75rem !important;
  }
  .m-xxl-9 {
    margin: 1.96875rem !important;
  }
  .m-xxl-10 {
    margin: 2.1875rem !important;
  }
  .m-xxl-11 {
    margin: 2.40625rem !important;
  }
  .m-xxl-12 {
    margin: 2.625rem !important;
  }
  .m-xxl-13 {
    margin: 2.84375rem !important;
  }
  .m-xxl-14 {
    margin: 3.0625rem !important;
  }
  .m-xxl-15 {
    margin: 3.28125rem !important;
  }
  .m-xxl-16 {
    margin: 3.5rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-1 {
    margin-right: 0.21875rem !important;
    margin-left: 0.21875rem !important;
  }
  .mx-xxl-2 {
    margin-right: 0.4375rem !important;
    margin-left: 0.4375rem !important;
  }
  .mx-xxl-3 {
    margin-right: 0.65625rem !important;
    margin-left: 0.65625rem !important;
  }
  .mx-xxl-4 {
    margin-right: 0.875rem !important;
    margin-left: 0.875rem !important;
  }
  .mx-xxl-5 {
    margin-right: 1.09375rem !important;
    margin-left: 1.09375rem !important;
  }
  .mx-xxl-6 {
    margin-right: 1.3125rem !important;
    margin-left: 1.3125rem !important;
  }
  .mx-xxl-7 {
    margin-right: 1.53125rem !important;
    margin-left: 1.53125rem !important;
  }
  .mx-xxl-8 {
    margin-right: 1.75rem !important;
    margin-left: 1.75rem !important;
  }
  .mx-xxl-9 {
    margin-right: 1.96875rem !important;
    margin-left: 1.96875rem !important;
  }
  .mx-xxl-10 {
    margin-right: 2.1875rem !important;
    margin-left: 2.1875rem !important;
  }
  .mx-xxl-11 {
    margin-right: 2.40625rem !important;
    margin-left: 2.40625rem !important;
  }
  .mx-xxl-12 {
    margin-right: 2.625rem !important;
    margin-left: 2.625rem !important;
  }
  .mx-xxl-13 {
    margin-right: 2.84375rem !important;
    margin-left: 2.84375rem !important;
  }
  .mx-xxl-14 {
    margin-right: 3.0625rem !important;
    margin-left: 3.0625rem !important;
  }
  .mx-xxl-15 {
    margin-right: 3.28125rem !important;
    margin-left: 3.28125rem !important;
  }
  .mx-xxl-16 {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !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.21875rem !important;
    margin-bottom: 0.21875rem !important;
  }
  .my-xxl-2 {
    margin-top: 0.4375rem !important;
    margin-bottom: 0.4375rem !important;
  }
  .my-xxl-3 {
    margin-top: 0.65625rem !important;
    margin-bottom: 0.65625rem !important;
  }
  .my-xxl-4 {
    margin-top: 0.875rem !important;
    margin-bottom: 0.875rem !important;
  }
  .my-xxl-5 {
    margin-top: 1.09375rem !important;
    margin-bottom: 1.09375rem !important;
  }
  .my-xxl-6 {
    margin-top: 1.3125rem !important;
    margin-bottom: 1.3125rem !important;
  }
  .my-xxl-7 {
    margin-top: 1.53125rem !important;
    margin-bottom: 1.53125rem !important;
  }
  .my-xxl-8 {
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important;
  }
  .my-xxl-9 {
    margin-top: 1.96875rem !important;
    margin-bottom: 1.96875rem !important;
  }
  .my-xxl-10 {
    margin-top: 2.1875rem !important;
    margin-bottom: 2.1875rem !important;
  }
  .my-xxl-11 {
    margin-top: 2.40625rem !important;
    margin-bottom: 2.40625rem !important;
  }
  .my-xxl-12 {
    margin-top: 2.625rem !important;
    margin-bottom: 2.625rem !important;
  }
  .my-xxl-13 {
    margin-top: 2.84375rem !important;
    margin-bottom: 2.84375rem !important;
  }
  .my-xxl-14 {
    margin-top: 3.0625rem !important;
    margin-bottom: 3.0625rem !important;
  }
  .my-xxl-15 {
    margin-top: 3.28125rem !important;
    margin-bottom: 3.28125rem !important;
  }
  .my-xxl-16 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !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.21875rem !important;
  }
  .mt-xxl-2 {
    margin-top: 0.4375rem !important;
  }
  .mt-xxl-3 {
    margin-top: 0.65625rem !important;
  }
  .mt-xxl-4 {
    margin-top: 0.875rem !important;
  }
  .mt-xxl-5 {
    margin-top: 1.09375rem !important;
  }
  .mt-xxl-6 {
    margin-top: 1.3125rem !important;
  }
  .mt-xxl-7 {
    margin-top: 1.53125rem !important;
  }
  .mt-xxl-8 {
    margin-top: 1.75rem !important;
  }
  .mt-xxl-9 {
    margin-top: 1.96875rem !important;
  }
  .mt-xxl-10 {
    margin-top: 2.1875rem !important;
  }
  .mt-xxl-11 {
    margin-top: 2.40625rem !important;
  }
  .mt-xxl-12 {
    margin-top: 2.625rem !important;
  }
  .mt-xxl-13 {
    margin-top: 2.84375rem !important;
  }
  .mt-xxl-14 {
    margin-top: 3.0625rem !important;
  }
  .mt-xxl-15 {
    margin-top: 3.28125rem !important;
  }
  .mt-xxl-16 {
    margin-top: 3.5rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-1 {
    margin-right: 0.21875rem !important;
  }
  .me-xxl-2 {
    margin-right: 0.4375rem !important;
  }
  .me-xxl-3 {
    margin-right: 0.65625rem !important;
  }
  .me-xxl-4 {
    margin-right: 0.875rem !important;
  }
  .me-xxl-5 {
    margin-right: 1.09375rem !important;
  }
  .me-xxl-6 {
    margin-right: 1.3125rem !important;
  }
  .me-xxl-7 {
    margin-right: 1.53125rem !important;
  }
  .me-xxl-8 {
    margin-right: 1.75rem !important;
  }
  .me-xxl-9 {
    margin-right: 1.96875rem !important;
  }
  .me-xxl-10 {
    margin-right: 2.1875rem !important;
  }
  .me-xxl-11 {
    margin-right: 2.40625rem !important;
  }
  .me-xxl-12 {
    margin-right: 2.625rem !important;
  }
  .me-xxl-13 {
    margin-right: 2.84375rem !important;
  }
  .me-xxl-14 {
    margin-right: 3.0625rem !important;
  }
  .me-xxl-15 {
    margin-right: 3.28125rem !important;
  }
  .me-xxl-16 {
    margin-right: 3.5rem !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.21875rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 0.4375rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 0.65625rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 0.875rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 1.09375rem !important;
  }
  .mb-xxl-6 {
    margin-bottom: 1.3125rem !important;
  }
  .mb-xxl-7 {
    margin-bottom: 1.53125rem !important;
  }
  .mb-xxl-8 {
    margin-bottom: 1.75rem !important;
  }
  .mb-xxl-9 {
    margin-bottom: 1.96875rem !important;
  }
  .mb-xxl-10 {
    margin-bottom: 2.1875rem !important;
  }
  .mb-xxl-11 {
    margin-bottom: 2.40625rem !important;
  }
  .mb-xxl-12 {
    margin-bottom: 2.625rem !important;
  }
  .mb-xxl-13 {
    margin-bottom: 2.84375rem !important;
  }
  .mb-xxl-14 {
    margin-bottom: 3.0625rem !important;
  }
  .mb-xxl-15 {
    margin-bottom: 3.28125rem !important;
  }
  .mb-xxl-16 {
    margin-bottom: 3.5rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-1 {
    margin-left: 0.21875rem !important;
  }
  .ms-xxl-2 {
    margin-left: 0.4375rem !important;
  }
  .ms-xxl-3 {
    margin-left: 0.65625rem !important;
  }
  .ms-xxl-4 {
    margin-left: 0.875rem !important;
  }
  .ms-xxl-5 {
    margin-left: 1.09375rem !important;
  }
  .ms-xxl-6 {
    margin-left: 1.3125rem !important;
  }
  .ms-xxl-7 {
    margin-left: 1.53125rem !important;
  }
  .ms-xxl-8 {
    margin-left: 1.75rem !important;
  }
  .ms-xxl-9 {
    margin-left: 1.96875rem !important;
  }
  .ms-xxl-10 {
    margin-left: 2.1875rem !important;
  }
  .ms-xxl-11 {
    margin-left: 2.40625rem !important;
  }
  .ms-xxl-12 {
    margin-left: 2.625rem !important;
  }
  .ms-xxl-13 {
    margin-left: 2.84375rem !important;
  }
  .ms-xxl-14 {
    margin-left: 3.0625rem !important;
  }
  .ms-xxl-15 {
    margin-left: 3.28125rem !important;
  }
  .ms-xxl-16 {
    margin-left: 3.5rem !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.21875rem !important;
  }
  .p-xxl-2 {
    padding: 0.4375rem !important;
  }
  .p-xxl-3 {
    padding: 0.65625rem !important;
  }
  .p-xxl-4 {
    padding: 0.875rem !important;
  }
  .p-xxl-5 {
    padding: 1.09375rem !important;
  }
  .p-xxl-6 {
    padding: 1.3125rem !important;
  }
  .p-xxl-7 {
    padding: 1.53125rem !important;
  }
  .p-xxl-8 {
    padding: 1.75rem !important;
  }
  .p-xxl-9 {
    padding: 1.96875rem !important;
  }
  .p-xxl-10 {
    padding: 2.1875rem !important;
  }
  .p-xxl-11 {
    padding: 2.40625rem !important;
  }
  .p-xxl-12 {
    padding: 2.625rem !important;
  }
  .p-xxl-13 {
    padding: 2.84375rem !important;
  }
  .p-xxl-14 {
    padding: 3.0625rem !important;
  }
  .p-xxl-15 {
    padding: 3.28125rem !important;
  }
  .p-xxl-16 {
    padding: 3.5rem !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-1 {
    padding-right: 0.21875rem !important;
    padding-left: 0.21875rem !important;
  }
  .px-xxl-2 {
    padding-right: 0.4375rem !important;
    padding-left: 0.4375rem !important;
  }
  .px-xxl-3 {
    padding-right: 0.65625rem !important;
    padding-left: 0.65625rem !important;
  }
  .px-xxl-4 {
    padding-right: 0.875rem !important;
    padding-left: 0.875rem !important;
  }
  .px-xxl-5 {
    padding-right: 1.09375rem !important;
    padding-left: 1.09375rem !important;
  }
  .px-xxl-6 {
    padding-right: 1.3125rem !important;
    padding-left: 1.3125rem !important;
  }
  .px-xxl-7 {
    padding-right: 1.53125rem !important;
    padding-left: 1.53125rem !important;
  }
  .px-xxl-8 {
    padding-right: 1.75rem !important;
    padding-left: 1.75rem !important;
  }
  .px-xxl-9 {
    padding-right: 1.96875rem !important;
    padding-left: 1.96875rem !important;
  }
  .px-xxl-10 {
    padding-right: 2.1875rem !important;
    padding-left: 2.1875rem !important;
  }
  .px-xxl-11 {
    padding-right: 2.40625rem !important;
    padding-left: 2.40625rem !important;
  }
  .px-xxl-12 {
    padding-right: 2.625rem !important;
    padding-left: 2.625rem !important;
  }
  .px-xxl-13 {
    padding-right: 2.84375rem !important;
    padding-left: 2.84375rem !important;
  }
  .px-xxl-14 {
    padding-right: 3.0625rem !important;
    padding-left: 3.0625rem !important;
  }
  .px-xxl-15 {
    padding-right: 3.28125rem !important;
    padding-left: 3.28125rem !important;
  }
  .px-xxl-16 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-1 {
    padding-top: 0.21875rem !important;
    padding-bottom: 0.21875rem !important;
  }
  .py-xxl-2 {
    padding-top: 0.4375rem !important;
    padding-bottom: 0.4375rem !important;
  }
  .py-xxl-3 {
    padding-top: 0.65625rem !important;
    padding-bottom: 0.65625rem !important;
  }
  .py-xxl-4 {
    padding-top: 0.875rem !important;
    padding-bottom: 0.875rem !important;
  }
  .py-xxl-5 {
    padding-top: 1.09375rem !important;
    padding-bottom: 1.09375rem !important;
  }
  .py-xxl-6 {
    padding-top: 1.3125rem !important;
    padding-bottom: 1.3125rem !important;
  }
  .py-xxl-7 {
    padding-top: 1.53125rem !important;
    padding-bottom: 1.53125rem !important;
  }
  .py-xxl-8 {
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
  }
  .py-xxl-9 {
    padding-top: 1.96875rem !important;
    padding-bottom: 1.96875rem !important;
  }
  .py-xxl-10 {
    padding-top: 2.1875rem !important;
    padding-bottom: 2.1875rem !important;
  }
  .py-xxl-11 {
    padding-top: 2.40625rem !important;
    padding-bottom: 2.40625rem !important;
  }
  .py-xxl-12 {
    padding-top: 2.625rem !important;
    padding-bottom: 2.625rem !important;
  }
  .py-xxl-13 {
    padding-top: 2.84375rem !important;
    padding-bottom: 2.84375rem !important;
  }
  .py-xxl-14 {
    padding-top: 3.0625rem !important;
    padding-bottom: 3.0625rem !important;
  }
  .py-xxl-15 {
    padding-top: 3.28125rem !important;
    padding-bottom: 3.28125rem !important;
  }
  .py-xxl-16 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: 0.21875rem !important;
  }
  .pt-xxl-2 {
    padding-top: 0.4375rem !important;
  }
  .pt-xxl-3 {
    padding-top: 0.65625rem !important;
  }
  .pt-xxl-4 {
    padding-top: 0.875rem !important;
  }
  .pt-xxl-5 {
    padding-top: 1.09375rem !important;
  }
  .pt-xxl-6 {
    padding-top: 1.3125rem !important;
  }
  .pt-xxl-7 {
    padding-top: 1.53125rem !important;
  }
  .pt-xxl-8 {
    padding-top: 1.75rem !important;
  }
  .pt-xxl-9 {
    padding-top: 1.96875rem !important;
  }
  .pt-xxl-10 {
    padding-top: 2.1875rem !important;
  }
  .pt-xxl-11 {
    padding-top: 2.40625rem !important;
  }
  .pt-xxl-12 {
    padding-top: 2.625rem !important;
  }
  .pt-xxl-13 {
    padding-top: 2.84375rem !important;
  }
  .pt-xxl-14 {
    padding-top: 3.0625rem !important;
  }
  .pt-xxl-15 {
    padding-top: 3.28125rem !important;
  }
  .pt-xxl-16 {
    padding-top: 3.5rem !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-1 {
    padding-right: 0.21875rem !important;
  }
  .pe-xxl-2 {
    padding-right: 0.4375rem !important;
  }
  .pe-xxl-3 {
    padding-right: 0.65625rem !important;
  }
  .pe-xxl-4 {
    padding-right: 0.875rem !important;
  }
  .pe-xxl-5 {
    padding-right: 1.09375rem !important;
  }
  .pe-xxl-6 {
    padding-right: 1.3125rem !important;
  }
  .pe-xxl-7 {
    padding-right: 1.53125rem !important;
  }
  .pe-xxl-8 {
    padding-right: 1.75rem !important;
  }
  .pe-xxl-9 {
    padding-right: 1.96875rem !important;
  }
  .pe-xxl-10 {
    padding-right: 2.1875rem !important;
  }
  .pe-xxl-11 {
    padding-right: 2.40625rem !important;
  }
  .pe-xxl-12 {
    padding-right: 2.625rem !important;
  }
  .pe-xxl-13 {
    padding-right: 2.84375rem !important;
  }
  .pe-xxl-14 {
    padding-right: 3.0625rem !important;
  }
  .pe-xxl-15 {
    padding-right: 3.28125rem !important;
  }
  .pe-xxl-16 {
    padding-right: 3.5rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: 0.21875rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 0.4375rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 0.65625rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 0.875rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 1.09375rem !important;
  }
  .pb-xxl-6 {
    padding-bottom: 1.3125rem !important;
  }
  .pb-xxl-7 {
    padding-bottom: 1.53125rem !important;
  }
  .pb-xxl-8 {
    padding-bottom: 1.75rem !important;
  }
  .pb-xxl-9 {
    padding-bottom: 1.96875rem !important;
  }
  .pb-xxl-10 {
    padding-bottom: 2.1875rem !important;
  }
  .pb-xxl-11 {
    padding-bottom: 2.40625rem !important;
  }
  .pb-xxl-12 {
    padding-bottom: 2.625rem !important;
  }
  .pb-xxl-13 {
    padding-bottom: 2.84375rem !important;
  }
  .pb-xxl-14 {
    padding-bottom: 3.0625rem !important;
  }
  .pb-xxl-15 {
    padding-bottom: 3.28125rem !important;
  }
  .pb-xxl-16 {
    padding-bottom: 3.5rem !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-1 {
    padding-left: 0.21875rem !important;
  }
  .ps-xxl-2 {
    padding-left: 0.4375rem !important;
  }
  .ps-xxl-3 {
    padding-left: 0.65625rem !important;
  }
  .ps-xxl-4 {
    padding-left: 0.875rem !important;
  }
  .ps-xxl-5 {
    padding-left: 1.09375rem !important;
  }
  .ps-xxl-6 {
    padding-left: 1.3125rem !important;
  }
  .ps-xxl-7 {
    padding-left: 1.53125rem !important;
  }
  .ps-xxl-8 {
    padding-left: 1.75rem !important;
  }
  .ps-xxl-9 {
    padding-left: 1.96875rem !important;
  }
  .ps-xxl-10 {
    padding-left: 2.1875rem !important;
  }
  .ps-xxl-11 {
    padding-left: 2.40625rem !important;
  }
  .ps-xxl-12 {
    padding-left: 2.625rem !important;
  }
  .ps-xxl-13 {
    padding-left: 2.84375rem !important;
  }
  .ps-xxl-14 {
    padding-left: 3.0625rem !important;
  }
  .ps-xxl-15 {
    padding-left: 3.28125rem !important;
  }
  .ps-xxl-16 {
    padding-left: 3.5rem !important;
  }
  .gap-xxl-0 {
    gap: 0 !important;
  }
  .gap-xxl-1 {
    gap: 0.21875rem !important;
  }
  .gap-xxl-2 {
    gap: 0.4375rem !important;
  }
  .gap-xxl-3 {
    gap: 0.65625rem !important;
  }
  .gap-xxl-4 {
    gap: 0.875rem !important;
  }
  .gap-xxl-5 {
    gap: 1.09375rem !important;
  }
  .gap-xxl-6 {
    gap: 1.3125rem !important;
  }
  .gap-xxl-7 {
    gap: 1.53125rem !important;
  }
  .gap-xxl-8 {
    gap: 1.75rem !important;
  }
  .gap-xxl-9 {
    gap: 1.96875rem !important;
  }
  .gap-xxl-10 {
    gap: 2.1875rem !important;
  }
  .gap-xxl-11 {
    gap: 2.40625rem !important;
  }
  .gap-xxl-12 {
    gap: 2.625rem !important;
  }
  .gap-xxl-13 {
    gap: 2.84375rem !important;
  }
  .gap-xxl-14 {
    gap: 3.0625rem !important;
  }
  .gap-xxl-15 {
    gap: 3.28125rem !important;
  }
  .gap-xxl-16 {
    gap: 3.5rem !important;
  }
  .row-gap-xxl-0 {
    row-gap: 0 !important;
  }
  .row-gap-xxl-1 {
    row-gap: 0.21875rem !important;
  }
  .row-gap-xxl-2 {
    row-gap: 0.4375rem !important;
  }
  .row-gap-xxl-3 {
    row-gap: 0.65625rem !important;
  }
  .row-gap-xxl-4 {
    row-gap: 0.875rem !important;
  }
  .row-gap-xxl-5 {
    row-gap: 1.09375rem !important;
  }
  .row-gap-xxl-6 {
    row-gap: 1.3125rem !important;
  }
  .row-gap-xxl-7 {
    row-gap: 1.53125rem !important;
  }
  .row-gap-xxl-8 {
    row-gap: 1.75rem !important;
  }
  .row-gap-xxl-9 {
    row-gap: 1.96875rem !important;
  }
  .row-gap-xxl-10 {
    row-gap: 2.1875rem !important;
  }
  .row-gap-xxl-11 {
    row-gap: 2.40625rem !important;
  }
  .row-gap-xxl-12 {
    row-gap: 2.625rem !important;
  }
  .row-gap-xxl-13 {
    row-gap: 2.84375rem !important;
  }
  .row-gap-xxl-14 {
    row-gap: 3.0625rem !important;
  }
  .row-gap-xxl-15 {
    row-gap: 3.28125rem !important;
  }
  .row-gap-xxl-16 {
    row-gap: 3.5rem !important;
  }
  .column-gap-xxl-0 {
    column-gap: 0 !important;
  }
  .column-gap-xxl-1 {
    column-gap: 0.21875rem !important;
  }
  .column-gap-xxl-2 {
    column-gap: 0.4375rem !important;
  }
  .column-gap-xxl-3 {
    column-gap: 0.65625rem !important;
  }
  .column-gap-xxl-4 {
    column-gap: 0.875rem !important;
  }
  .column-gap-xxl-5 {
    column-gap: 1.09375rem !important;
  }
  .column-gap-xxl-6 {
    column-gap: 1.3125rem !important;
  }
  .column-gap-xxl-7 {
    column-gap: 1.53125rem !important;
  }
  .column-gap-xxl-8 {
    column-gap: 1.75rem !important;
  }
  .column-gap-xxl-9 {
    column-gap: 1.96875rem !important;
  }
  .column-gap-xxl-10 {
    column-gap: 2.1875rem !important;
  }
  .column-gap-xxl-11 {
    column-gap: 2.40625rem !important;
  }
  .column-gap-xxl-12 {
    column-gap: 2.625rem !important;
  }
  .column-gap-xxl-13 {
    column-gap: 2.84375rem !important;
  }
  .column-gap-xxl-14 {
    column-gap: 3.0625rem !important;
  }
  .column-gap-xxl-15 {
    column-gap: 3.28125rem !important;
  }
  .column-gap-xxl-16 {
    column-gap: 3.5rem !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: 2rem !important;
  }
  .fs-2 {
    font-size: 1.75rem !important;
  }
  .fs-3 {
    font-size: 1.5rem !important;
  }
  .fs-4 {
    font-size: 1.35rem !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;
  }
}
ngb-datepicker.dropdown-menu.show {
  border: 1px solid var(--klaro-columbia-blue);
  font-size: 0.875rem;
}
ngb-datepicker ngb-datepicker-navigation select.form-select {
  background-position: right 0.25rem center;
}
ng-select.ng-select > .ng-select-container {
  font-size: 0.875rem;
  border-radius: 15px !important;
  border: 1px solid var(--klaro-columbia-blue);
}
ng-select.ng-select > .ng-select-container .ng-arrow-wrapper .ng-arrow {
  border: none;
  font-family: uicons-regular-rounded, serif;
  padding: 0.875rem 1.09375rem 0.875rem 0.4375rem;
}
ng-select.ng-select > .ng-select-container .ng-arrow-wrapper .ng-arrow:before {
  content: "\f153";
}
ng-select.ng-select.ng-select-focused > .ng-select-container {
  border-color: var(--klaro-yale-blue) !important;
}
ng-select.ng-select ng-dropdown-panel {
  border: 1px solid var(--klaro-columbia-blue);
  font-size: 0.875rem;
  border-radius: 10px !important;
  margin-top: 2px !important;
}
p-panel.panel-header-line-light-silver.p-panel-expanded div.p-panel-header {
  border-bottom: 1px solid var(--klaro-light-silver);
}
p-panel.panel-header-line-light-silver.p-panel-collapsed div.p-panel-header {
  border-bottom: none;
}
.p-tooltip-text {
  font-size: 0.875rem;
}
p-table.standard-table table > thead > tr th:first-child {
  border-radius: 10px 0 0 10px;
}
p-table.standard-table table > thead > tr th:last-child {
  border-radius: 0 10px 10px 0;
}
p-table.standard-table p-paginator p-select > * {
  font-size: 0.875rem;
}
p-toast.p-toast-top-right {
  max-width: 90%;
}
.stepper.stepper-pills .stepper-item {
  display: flex;
  align-items: center;
  transition: all 0.15s ease-in-out;
}
.stepper.stepper-pills .stepper-item .stepper-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.15s ease-in-out;
  background-color: var(--klaro-columbia-blue);
  line-height: 1;
}
.stepper.stepper-pills .stepper-item .stepper-icon .stepper-check {
  display: none;
}
.stepper.stepper-pills .stepper-item .stepper-icon .stepper-number {
  color: var(--klaro-yale-blue);
}
.stepper.stepper-pills .stepper-item .stepper-label {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 1rem;
}
.stepper.stepper-pills .stepper-item .stepper-label .stepper-title {
  color: var(--klaro-yale-blue);
  margin-bottom: 0;
}
.stepper.stepper-pills .stepper-item.current {
  transition: all 0.15s ease-in-out;
}
.stepper.stepper-pills .stepper-item.current .stepper-icon {
  transition: all 0.15s ease-in-out;
  background-color: white;
  border: solid 1px var(--klaro-yale-blue);
}
.stepper.stepper-pills .stepper-item.current .stepper-icon .stepper-check {
  color: var(--klaro-yale-blue);
  display: none;
}
.stepper.stepper-pills .stepper-item.current .stepper-icon .stepper-number {
  color: var(--klaro-yale-blue);
}
.stepper.stepper-pills .stepper-item.current .stepper-title {
  font-weight: 700;
}
.stepper.stepper-pills .stepper-item.current.completed .stepper-icon {
  transition: all 0.15s ease-in-out;
  background-color: white;
}
.stepper.stepper-pills .stepper-item.current.completed .stepper-icon .stepper-check {
  color: var(--klaro-yale-blue) !important;
  display: flex;
}
.stepper.stepper-pills .stepper-item.current.completed .stepper-icon .stepper-number {
  display: none;
}
.stepper.stepper-pills .stepper-item.completed .stepper-icon {
  transition: all 0.15s ease-in-out;
  background-color: var(--klaro-yale-blue);
}
.stepper.stepper-pills .stepper-item.completed .stepper-icon .stepper-check {
  color: white !important;
  display: flex;
}
.stepper.stepper-pills .stepper-item.completed .stepper-icon .stepper-number {
  display: none;
}
.stepper.stepper-pills.horizontal-stepper-container .stepper-item .stepper-line {
  border-bottom: 1px solid var(--klaro-light-silver);
}
.stepper.stepper-pills.vertical-stepper-container .stepper-item {
  position: relative;
}
.stepper.stepper-pills.vertical-stepper-container .stepper-item .stepper-line {
  display: block;
  content: " ";
  justify-content: center;
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  bottom: 0;
  width: 40px;
  transform: translate(50%);
  border-left: 1px solid var(--klaro-light-silver);
}
.stepper.stepper-pills.vertical-stepper-container .stepper-item .stepper-icon {
  z-index: 1;
}
.stepper.stepper-pills.vertical-stepper-container .stepper-item .stepper-item:first-child .stepper-line {
  top: 50%;
}
.stepper.stepper-pills.vertical-stepper-container .stepper-item .stepper-item:last-child .stepper-line {
  bottom: 50%;
}
.color-light-silver {
  color: var(--klaro-light-silver);
}
.w-30px {
  width: 30px;
}
.h-30px {
  height: 30px;
}
.w-40px {
  width: 40px;
}
.h-40px {
  height: 40px;
}
.max-w-450px {
  max-width: 450px;
}
.h-50vh {
  height: 50vh;
}
.outline-none {
  outline: none;
}
.bg-sporty-white {
  background: var(--klaro-sporty-white);
}
.bg-ghost-white {
  background-color: var(--klaro-ghost-white);
}
.transition-all-default {
  transition: all 0.15s ease-in-out;
}
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.cursor-pointer {
  cursor: pointer;
}
.m-negative-2 {
  margin: -0.4375rem;
}
.bs-1-cerise,
ng-select.ng-select.select-error > .ng-select-container {
  border: solid 1px var(--klaro-cerise);
}
.svg-primary {
  fill: var(--klaro-yale-blue);
}
button.standard-btn {
  border-radius: 15px;
}
button.standard-btn.btn-yale-blue {
  border: solid 1px var(--klaro-yale-blue);
  background: var(--klaro-yale-blue);
  color: white;
}
button.standard-btn.btn-yale-blue > .fi,
button.standard-btn.btn-yale-blue > .pi {
  color: white;
}
button.standard-btn.btn-yale-blue .button-spinner {
  border: 2px solid white;
  border-bottom-color: transparent;
}
button.standard-btn.btn-yale-blue:hover:not(:disabled),
button.standard-btn.btn-yale-blue:focus:not(:disabled) {
  background: var(--klaro-vista-blue);
}
button.standard-btn.btn-yale-blue:disabled {
  background: var(--klaro-dark-pastel-blue);
  border-color: var(--klaro-dark-pastel-blue);
}
button.standard-btn.btn-cerise {
  border: solid 1px var(--klaro-cerise);
  background: var(--klaro-cerise);
  color: white;
}
button.standard-btn.btn-cerise > .fi,
button.standard-btn.btn-cerise > .pi {
  color: white;
}
button.standard-btn.btn-cerise .button-spinner {
  border: 2px solid white;
  border-bottom-color: transparent;
}
button.standard-btn.btn-cerise:hover:not(:disabled),
button.standard-btn.btn-cerise:focus:not(:disabled) {
  background: var(--klaro-cyclamen);
}
button.standard-btn.btn-cerise:disabled {
  background: var(--klaro-charm-pink);
  border-color: var(--klaro-charm-pink);
}
button.standard-btn.btn-outlined {
  border: solid 1px var(--klaro-yale-blue);
  background: white;
  color: var(--klaro-yale-blue);
}
button.standard-btn.btn-outlined > .fi,
button.standard-btn.btn-outlined > .pi {
  color: var(--klaro-yale-blue);
}
button.standard-btn.btn-outlined .button-spinner {
  border: 2px solid var(--klaro-yale-blue);
  border-bottom-color: transparent;
}
button.standard-btn.btn-outlined:hover:not(:disabled),
button.standard-btn.btn-outlined:focus:not(:disabled) {
  background: var(--klaro-ghost-white);
}
button.standard-btn.btn-transparent {
  border: solid 1px transparent;
  background: transparent;
  color: var(--klaro-yale-blue);
}
button.standard-btn.btn-transparent > .fi,
button.standard-btn.btn-transparent > .pi {
  color: var(--klaro-yale-blue);
}
button.standard-btn.btn-transparent .button-spinner {
  border: 2px solid var(--klaro-yale-blue);
  border-bottom-color: transparent;
}
.animate-rotate-2-sec {
  animation: rotation 2s linear infinite;
}
.base-spinner-style,
.spinner-yale-blue,
button.standard-btn.btn-yale-blue .button-spinner,
button.standard-btn.btn-cerise .button-spinner,
button.standard-btn.btn-outlined .button-spinner,
button.standard-btn.btn-transparent .button-spinner {
  width: 15px;
  height: 15px;
  border-bottom-color: transparent;
  border-radius: 50%;
  animation: rotation 1s linear infinite;
}
.spinner-yale-blue {
  border: 1px solid var(--klaro-yale-blue);
  border-bottom-color: transparent;
}
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.br-5px {
  border-radius: 5px;
}
.br-15px,
ng-select.ng-select > .ng-select-container {
  border-radius: 15px;
}
.br-10px,
ngb-datepicker.dropdown-menu.show {
  border-radius: 10px;
}
.d-contents {
  display: contents;
}
.input-group.input-with-icon .form-control {
  border-right: 0;
}
.input-group.input-with-icon .input-group-text {
  border-left: 0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  outline: none;
}
.input-group.input-with-icon .input-group-text.additional-button {
  border-right: 0;
}
.input-group.input-with-icon.input-error .form-control,
.input-group.input-with-icon.input-error .input-group-text {
  border-color: var(--klaro-cerise);
}
.input-group.input-with-icon:has(.form-control:focus) .form-control,
.input-group.input-with-icon:has(.form-control:focus) .input-group-text,
.input-group.input-with-icon:has(.input-group-text:focus-visible) .form-control,
.input-group.input-with-icon:has(.input-group-text:focus-visible) .input-group-text {
  border-color: var(--klaro-yale-blue);
}
.input-group.input-with-icon:has(.form-control:disabled) .form-control,
.input-group.input-with-icon:has(.form-control:disabled) .input-group-text {
  background-color: var(--bs-secondary-bg) !important;
}
@media (min-width: 576px) {
  .w-sm-10rem {
    width: 10rem !important;
  }
  .w-sm-15rem {
    width: 15rem !important;
  }
  .w-sm-20rem {
    width: 20rem !important;
  }
}
@media (min-width: 992px) {
  .h-lg-100 {
    height: 100%;
  }
}
:root {
  --klaro-yale-blue: #195598;
  --klaro-cerise: #D7335C;
  --klaro-vista-blue: #7AA6D7;
  --klaro-dark-pastel-blue: #7F9DC3;
  --klaro-cyclamen: #F37C9A;
  --klaro-charm-pink: #E78CA2;
  --klaro-bright-gray: #E8EEF5;
  --klaro-columbia-blue: #D1DDEB;
  --klaro-sporty-white: #EEF0F8;
  --klaro-alice-blue: #EFF6FF;
  --klaro-cerise-pink: #E7377D;
  --klaro-cyan-cornflower-blue: #1A79BC;
  --klaro-dark-gray: #A9A9A9;
  --klaro-light-silver: #D9D9D9;
  --klaro-ghost-white: #F8FAFC;
  --klaro-cultured: #f5f5f5;
  --klaro-gainsboro: #DDDDDD;
  --klaro-dark-green-turuoise: #1EB685;
  --klaro-crystal-quartz: #ECFDF5;
  --klaro-baby-bottom: #FEF2F2;
  --klaro-off-white-gray: #F0F0F0;
  --bs-tertiary-bg: var(--klaro-alice-blue);
  --bs-border-radius-lg: 15px;
}
body {
  font-family:
    Poppins,
    Helvetica,
    "sans-serif";
}

/* node_modules/@flaticon/flaticon-uicons/css/regular/all.css */
@font-face {
  font-family: uicons-regular-rounded;
  src:
    url("./media/uicons-regular-rounded-J3WOUERV.woff2") format("woff2"),
    url("./media/uicons-regular-rounded-KDJ23353.woff") format("woff"),
    url("./media/uicons-regular-rounded-ESQGLQQ4.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;
}
.variable-selector-00:before {
  content: "\fe00";
}
.variable-selector-01:before {
  content: "\fe01";
}
.variable-selector-02:before {
  content: "\fe02";
}
.variable-selector-03:before {
  content: "\fe03";
}
.variable-selector-04:before {
  content: "\fe04";
}
.variable-selector-05:before {
  content: "\fe05";
}
.variable-selector-06:before {
  content: "\fe06";
}
.variable-selector-07:before {
  content: "\fe07";
}
.variable-selector-08:before {
  content: "\fe08";
}
.variable-selector-09:before {
  content: "\fe09";
}
.variable-selector-0a:before {
  content: "\fe0a";
}
.variable-selector-0b:before {
  content: "\fe0b";
}
.variable-selector-0c:before {
  content: "\fe0c";
}
.variable-selector-0d:before {
  content: "\fe0d";
}
.variable-selector-0e:before {
  content: "\fe0e";
}
.variable-selector-0f:before {
  content: "\fe0f";
}
.combining-half-marks-00:before {
  content: "\fe20";
}
.combining-half-marks-01:before {
  content: "\fe21";
}
.combining-half-marks-02:before {
  content: "\fe22";
}
.combining-half-marks-03:before {
  content: "\fe23";
}
.combining-half-marks-04:before {
  content: "\fe24";
}
.combining-half-marks-05:before {
  content: "\fe25";
}
.combining-half-marks-06:before {
  content: "\fe26";
}
.combining-half-marks-07:before {
  content: "\fe27";
}
.combining-half-marks-08:before {
  content: "\fe28";
}
.combining-half-marks-09:before {
  content: "\fe29";
}
.combining-half-marks-0a:before {
  content: "\fe2a";
}
.combining-half-marks-0b:before {
  content: "\fe2b";
}
.combining-half-marks-0c:before {
  content: "\fe2c";
}
.combining-half-marks-0d:before {
  content: "\fe2d";
}
.combining-half-marks-0e:before {
  content: "\fe2e";
}
.combining-half-marks-0f:before {
  content: "\fe2f";
}
.zero-width-no-break-space-0f:before {
  content: "\feff";
}
.fi-rr-0:before {
  content: "\f101";
}
.fi-rr-00s-music-disc:before {
  content: "\f102";
}
.fi-rr-1:before {
  content: "\f103";
}
.fi-rr-2:before {
  content: "\f104";
}
.fi-rr-3:before {
  content: "\f105";
}
.fi-rr-360-degrees:before {
  content: "\f106";
}
.fi-rr-4:before {
  content: "\f107";
}
.fi-rr-404:before {
  content: "\f108";
}
.fi-rr-5:before {
  content: "\f109";
}
.fi-rr-6:before {
  content: "\f10a";
}
.fi-rr-60s-music-disc:before {
  content: "\f10b";
}
.fi-rr-7:before {
  content: "\f10c";
}
.fi-rr-70s-music-disc:before {
  content: "\f10d";
}
.fi-rr-8:before {
  content: "\f10e";
}
.fi-rr-80s-music-disc:before {
  content: "\f10f";
}
.fi-rr-9:before {
  content: "\f110";
}
.fi-rr-90s-music-disc:before {
  content: "\f111";
}
.fi-rr-a:before {
  content: "\f112";
}
.fi-rr-accident:before {
  content: "\f113";
}
.fi-rr-acorn:before {
  content: "\f114";
}
.fi-rr-ad-paid:before {
  content: "\f115";
}
.fi-rr-ad:before {
  content: "\f116";
}
.fi-rr-add-document:before {
  content: "\f117";
}
.fi-rr-add-folder:before {
  content: "\f118";
}
.fi-rr-add-image:before {
  content: "\f119";
}
.fi-rr-add:before {
  content: "\f11a";
}
.fi-rr-address-book:before {
  content: "\f11b";
}
.fi-rr-address-card:before {
  content: "\f11c";
}
.fi-rr-admin-alt:before {
  content: "\f11d";
}
.fi-rr-admin:before {
  content: "\f11e";
}
.fi-rr-age-alt:before {
  content: "\f11f";
}
.fi-rr-age-restriction-eighteen:before {
  content: "\f120";
}
.fi-rr-age-restriction-seven:before {
  content: "\f121";
}
.fi-rr-age-restriction-six:before {
  content: "\f122";
}
.fi-rr-age-restriction-sixteen:before {
  content: "\f123";
}
.fi-rr-age-restriction-thirteen:before {
  content: "\f124";
}
.fi-rr-age-restriction-three:before {
  content: "\f125";
}
.fi-rr-age-restriction-twelve:before {
  content: "\f126";
}
.fi-rr-age-restriction-twenty-one:before {
  content: "\f127";
}
.fi-rr-age-restriction-zero:before {
  content: "\f128";
}
.fi-rr-age:before {
  content: "\f129";
}
.fi-rr-air-conditioner:before {
  content: "\f12a";
}
.fi-rr-air-freshener:before {
  content: "\f12b";
}
.fi-rr-air-pollution:before {
  content: "\f12c";
}
.fi-rr-airplane-journey:before {
  content: "\f12d";
}
.fi-rr-airplane-window-open:before {
  content: "\f12e";
}
.fi-rr-airplay:before {
  content: "\f12f";
}
.fi-rr-alarm-clock:before {
  content: "\f130";
}
.fi-rr-alarm-exclamation:before {
  content: "\f131";
}
.fi-rr-alarm-plus:before {
  content: "\f132";
}
.fi-rr-alarm-snooze:before {
  content: "\f133";
}
.fi-rr-album-circle-plus:before {
  content: "\f134";
}
.fi-rr-album-circle-user:before {
  content: "\f135";
}
.fi-rr-album-collection:before {
  content: "\f136";
}
.fi-rr-album:before {
  content: "\f137";
}
.fi-rr-algorithm:before {
  content: "\f138";
}
.fi-rr-alicorn:before {
  content: "\f139";
}
.fi-rr-alien:before {
  content: "\f13a";
}
.fi-rr-align-center:before {
  content: "\f13b";
}
.fi-rr-align-justify:before {
  content: "\f13c";
}
.fi-rr-align-left:before {
  content: "\f13d";
}
.fi-rr-align-slash:before {
  content: "\f13e";
}
.fi-rr-ambulance:before {
  content: "\f13f";
}
.fi-rr-analyse-alt:before {
  content: "\f140";
}
.fi-rr-analyse:before {
  content: "\f141";
}
.fi-rr-anatomical-heart:before {
  content: "\f142";
}
.fi-rr-anchor:before {
  content: "\f143";
}
.fi-rr-angel:before {
  content: "\f144";
}
.fi-rr-angle-90:before {
  content: "\f145";
}
.fi-rr-angle-circle-down:before {
  content: "\f146";
}
.fi-rr-angle-circle-left:before {
  content: "\f147";
}
.fi-rr-angle-circle-right:before {
  content: "\f148";
}
.fi-rr-angle-circle-up:before {
  content: "\f149";
}
.fi-rr-angle-double-left:before {
  content: "\f14a";
}
.fi-rr-angle-double-right:before {
  content: "\f14b";
}
.fi-rr-angle-double-small-down:before {
  content: "\f14c";
}
.fi-rr-angle-double-small-left:before {
  content: "\f14d";
}
.fi-rr-angle-double-small-right:before {
  content: "\f14e";
}
.fi-rr-angle-double-small-up:before {
  content: "\f14f";
}
.fi-rr-angle-down:before {
  content: "\f150";
}
.fi-rr-angle-left:before {
  content: "\f151";
}
.fi-rr-angle-right:before {
  content: "\f152";
}
.fi-rr-angle-small-down:before {
  content: "\f153";
}
.fi-rr-angle-small-left:before {
  content: "\f154";
}
.fi-rr-angle-small-right:before {
  content: "\f155";
}
.fi-rr-angle-small-up:before {
  content: "\f156";
}
.fi-rr-angle-square-down:before {
  content: "\f157";
}
.fi-rr-angle-square-left:before {
  content: "\f158";
}
.fi-rr-angle-square-right:before {
  content: "\f159";
}
.fi-rr-angle-square-up:before {
  content: "\f15a";
}
.fi-rr-angle-up:before {
  content: "\f15b";
}
.fi-rr-angle:before {
  content: "\f15c";
}
.fi-rr-angles-up-down:before {
  content: "\f15d";
}
.fi-rr-angry:before {
  content: "\f15e";
}
.fi-rr-animated-icon:before {
  content: "\f15f";
}
.fi-rr-ankh:before {
  content: "\f160";
}
.fi-rr-answer-alt:before {
  content: "\f161";
}
.fi-rr-answer:before {
  content: "\f162";
}
.fi-rr-apartment:before {
  content: "\f163";
}
.fi-rr-aperture:before {
  content: "\f164";
}
.fi-rr-api:before {
  content: "\f165";
}
.fi-rr-apple-core:before {
  content: "\f166";
}
.fi-rr-apple-crate:before {
  content: "\f167";
}
.fi-rr-apple-whole:before {
  content: "\f168";
}
.fi-rr-apps-add:before {
  content: "\f169";
}
.fi-rr-apps-delete:before {
  content: "\f16a";
}
.fi-rr-apps-sort:before {
  content: "\f16b";
}
.fi-rr-apps:before {
  content: "\f16c";
}
.fi-rr-archive:before {
  content: "\f16d";
}
.fi-rr-archway:before {
  content: "\f16e";
}
.fi-rr-arrow-alt-circle-down:before {
  content: "\f16f";
}
.fi-rr-arrow-alt-circle-left:before {
  content: "\f170";
}
.fi-rr-arrow-alt-circle-right:before {
  content: "\f171";
}
.fi-rr-arrow-alt-circle-up:before {
  content: "\f172";
}
.fi-rr-arrow-alt-down:before {
  content: "\f173";
}
.fi-rr-arrow-alt-from-bottom:before {
  content: "\f174";
}
.fi-rr-arrow-alt-from-left:before {
  content: "\f175";
}
.fi-rr-arrow-alt-from-right:before {
  content: "\f176";
}
.fi-rr-arrow-alt-from-top:before {
  content: "\f177";
}
.fi-rr-arrow-alt-left:before {
  content: "\f178";
}
.fi-rr-arrow-alt-right:before {
  content: "\f179";
}
.fi-rr-arrow-alt-square-down:before {
  content: "\f17a";
}
.fi-rr-arrow-alt-square-left:before {
  content: "\f17b";
}
.fi-rr-arrow-alt-square-right:before {
  content: "\f17c";
}
.fi-rr-arrow-alt-square-up:before {
  content: "\f17d";
}
.fi-rr-arrow-alt-to-bottom:before {
  content: "\f17e";
}
.fi-rr-arrow-alt-to-left:before {
  content: "\f17f";
}
.fi-rr-arrow-alt-to-right:before {
  content: "\f180";
}
.fi-rr-arrow-alt-to-top:before {
  content: "\f181";
}
.fi-rr-arrow-alt-up:before {
  content: "\f182";
}
.fi-rr-arrow-circle-down:before {
  content: "\f183";
}
.fi-rr-arrow-circle-left:before {
  content: "\f184";
}
.fi-rr-arrow-circle-right:before {
  content: "\f185";
}
.fi-rr-arrow-circle-up:before {
  content: "\f186";
}
.fi-rr-arrow-comparison:before {
  content: "\f187";
}
.fi-rr-arrow-down-from-arc:before {
  content: "\f188";
}
.fi-rr-arrow-down-from-dotted-line:before {
  content: "\f189";
}
.fi-rr-arrow-down-left:before {
  content: "\f18a";
}
.fi-rr-arrow-down-small-big:before {
  content: "\f18b";
}
.fi-rr-arrow-down-to-dotted-line:before {
  content: "\f18c";
}
.fi-rr-arrow-down-to-square:before {
  content: "\f18d";
}
.fi-rr-arrow-down-triangle-square:before {
  content: "\f18e";
}
.fi-rr-arrow-down:before {
  content: "\f18f";
}
.fi-rr-arrow-from-bottom:before {
  content: "\f190";
}
.fi-rr-arrow-from-left:before {
  content: "\f191";
}
.fi-rr-arrow-from-right:before {
  content: "\f192";
}
.fi-rr-arrow-from-top:before {
  content: "\f193";
}
.fi-rr-arrow-left-from-arc:before {
  content: "\f194";
}
.fi-rr-arrow-left-from-line:before {
  content: "\f195";
}
.fi-rr-arrow-left-to-arc:before {
  content: "\f196";
}
.fi-rr-arrow-left:before {
  content: "\f197";
}
.fi-rr-arrow-progress-alt:before {
  content: "\f198";
}
.fi-rr-arrow-progress:before {
  content: "\f199";
}
.fi-rr-arrow-right-to-bracket:before {
  content: "\f19a";
}
.fi-rr-arrow-right:before {
  content: "\f19b";
}
.fi-rr-arrow-small-down:before {
  content: "\f19c";
}
.fi-rr-arrow-small-left:before {
  content: "\f19d";
}
.fi-rr-arrow-small-right:before {
  content: "\f19e";
}
.fi-rr-arrow-small-up:before {
  content: "\f19f";
}
.fi-rr-arrow-square-down:before {
  content: "\f1a0";
}
.fi-rr-arrow-square-left:before {
  content: "\f1a1";
}
.fi-rr-arrow-square-right:before {
  content: "\f1a2";
}
.fi-rr-arrow-square-up:before {
  content: "\f1a3";
}
.fi-rr-arrow-to-bottom:before {
  content: "\f1a4";
}
.fi-rr-arrow-to-left:before {
  content: "\f1a5";
}
.fi-rr-arrow-to-right:before {
  content: "\f1a6";
}
.fi-rr-arrow-to-top:before {
  content: "\f1a7";
}
.fi-rr-arrow-trend-down:before {
  content: "\f1a8";
}
.fi-rr-arrow-trend-up:before {
  content: "\f1a9";
}
.fi-rr-arrow-turn-down-left:before {
  content: "\f1aa";
}
.fi-rr-arrow-turn-down-right:before {
  content: "\f1ab";
}
.fi-rr-arrow-turn-left-up:before {
  content: "\f1ac";
}
.fi-rr-arrow-up-from-dotted-line:before {
  content: "\f1ad";
}
.fi-rr-arrow-up-from-ground-water:before {
  content: "\f1ae";
}
.fi-rr-arrow-up-from-square:before {
  content: "\f1af";
}
.fi-rr-arrow-up-left-from-circle:before {
  content: "\f1b0";
}
.fi-rr-arrow-up-left:before {
  content: "\f1b1";
}
.fi-rr-arrow-up-right-and-arrow-down-left-from-center:before {
  content: "\f1b2";
}
.fi-rr-arrow-up-right-from-square:before {
  content: "\f1b3";
}
.fi-rr-arrow-up-right:before {
  content: "\f1b4";
}
.fi-rr-arrow-up-small-big:before {
  content: "\f1b5";
}
.fi-rr-arrow-up-square-triangle:before {
  content: "\f1b6";
}
.fi-rr-arrow-up-to-arc:before {
  content: "\f1b7";
}
.fi-rr-arrow-up-to-dotted-line:before {
  content: "\f1b8";
}
.fi-rr-arrow-up:before {
  content: "\f1b9";
}
.fi-rr-arrow-upward-growth-crypto:before {
  content: "\f1ba";
}
.fi-rr-arrows-alt-h:before {
  content: "\f1bb";
}
.fi-rr-arrows-alt-v:before {
  content: "\f1bc";
}
.fi-rr-arrows-alt:before {
  content: "\f1bd";
}
.fi-rr-arrows-cross:before {
  content: "\f1be";
}
.fi-rr-arrows-from-dotted-line:before {
  content: "\f1bf";
}
.fi-rr-arrows-from-line:before {
  content: "\f1c0";
}
.fi-rr-arrows-h-copy:before {
  content: "\f1c1";
}
.fi-rr-arrows-h:before {
  content: "\f1c2";
}
.fi-rr-arrows-repeat-1:before {
  content: "\f1c3";
}
.fi-rr-arrows-repeat:before {
  content: "\f1c4";
}
.fi-rr-arrows-retweet:before {
  content: "\f1c5";
}
.fi-rr-arrows-split-right-and-left:before {
  content: "\f1c6";
}
.fi-rr-arrows-split-up-and-left:before {
  content: "\f1c7";
}
.fi-rr-arrows-to-circle:before {
  content: "\f1c8";
}
.fi-rr-arrows-to-dotted-line:before {
  content: "\f1c9";
}
.fi-rr-arrows-to-eye:before {
  content: "\f1ca";
}
.fi-rr-arrows-to-line:before {
  content: "\f1cb";
}
.fi-rr-arrows:before {
  content: "\f1cc";
}
.fi-rr-artificial-intelligence:before {
  content: "\f1cd";
}
.fi-rr-assept-document:before {
  content: "\f1ce";
}
.fi-rr-assessment-alt:before {
  content: "\f1cf";
}
.fi-rr-assessment:before {
  content: "\f1d0";
}
.fi-rr-assign:before {
  content: "\f1d1";
}
.fi-rr-assistive-listening-systems:before {
  content: "\f1d2";
}
.fi-rr-asterik:before {
  content: "\f1d3";
}
.fi-rr-at:before {
  content: "\f1d4";
}
.fi-rr-attribution-pen:before {
  content: "\f1d5";
}
.fi-rr-attribution-pencil:before {
  content: "\f1d6";
}
.fi-rr-aubergine:before {
  content: "\f1d7";
}
.fi-rr-auction:before {
  content: "\f1d8";
}
.fi-rr-audience-megaphone:before {
  content: "\f1d9";
}
.fi-rr-audio-description-slash:before {
  content: "\f1da";
}
.fi-rr-audit-alt:before {
  content: "\f1db";
}
.fi-rr-audit:before {
  content: "\f1dc";
}
.fi-rr-austral-sign:before {
  content: "\f1dd";
}
.fi-rr-avocado:before {
  content: "\f1de";
}
.fi-rr-award:before {
  content: "\f1df";
}
.fi-rr-axe-battle:before {
  content: "\f1e0";
}
.fi-rr-axe:before {
  content: "\f1e1";
}
.fi-rr-b:before {
  content: "\f1e2";
}
.fi-rr-baby-carriage:before {
  content: "\f1e3";
}
.fi-rr-baby:before {
  content: "\f1e4";
}
.fi-rr-back-up:before {
  content: "\f1e5";
}
.fi-rr-background:before {
  content: "\f1e6";
}
.fi-rr-backpack:before {
  content: "\f1e7";
}
.fi-rr-bacon:before {
  content: "\f1e8";
}
.fi-rr-bacteria:before {
  content: "\f1e9";
}
.fi-rr-bacterium:before {
  content: "\f1ea";
}
.fi-rr-badge-check:before {
  content: "\f1eb";
}
.fi-rr-badge-dollar:before {
  content: "\f1ec";
}
.fi-rr-badge-leaf:before {
  content: "\f1ed";
}
.fi-rr-badge-percent:before {
  content: "\f1ee";
}
.fi-rr-badge-sheriff:before {
  content: "\f1ef";
}
.fi-rr-badge:before {
  content: "\f1f0";
}
.fi-rr-badger-honey:before {
  content: "\f1f1";
}
.fi-rr-badget-check-alt:before {
  content: "\f1f2";
}
.fi-rr-badminton:before {
  content: "\f1f3";
}
.fi-rr-bag-map-pin:before {
  content: "\f1f4";
}
.fi-rr-bag-seedling:before {
  content: "\f1f5";
}
.fi-rr-bag-shopping-minus:before {
  content: "\f1f6";
}
.fi-rr-bags-shopping:before {
  content: "\f1f7";
}
.fi-rr-baguette:before {
  content: "\f1f8";
}
.fi-rr-bahai:before {
  content: "\f1f9";
}
.fi-rr-baht-sign:before {
  content: "\f1fa";
}
.fi-rr-balance-scale-left:before {
  content: "\f1fb";
}
.fi-rr-balance-scale-right:before {
  content: "\f1fc";
}
.fi-rr-ball-pile:before {
  content: "\f1fd";
}
.fi-rr-ball:before {
  content: "\f1fe";
}
.fi-rr-ballet-dance:before {
  content: "\f1ff";
}
.fi-rr-balloon:before {
  content: "\f200";
}
.fi-rr-balloons:before {
  content: "\f201";
}
.fi-rr-ballot-check:before {
  content: "\f202";
}
.fi-rr-ballot:before {
  content: "\f203";
}
.fi-rr-ban-bug:before {
  content: "\f204";
}
.fi-rr-ban:before {
  content: "\f205";
}
.fi-rr-banana:before {
  content: "\f206";
}
.fi-rr-band-aid:before {
  content: "\f207";
}
.fi-rr-bangladeshi-taka-sign:before {
  content: "\f208";
}
.fi-rr-banjo:before {
  content: "\f209";
}
.fi-rr-bank:before {
  content: "\f20a";
}
.fi-rr-banner-2:before {
  content: "\f20b";
}
.fi-rr-banner-3:before {
  content: "\f20c";
}
.fi-rr-banner-4:before {
  content: "\f20d";
}
.fi-rr-banner-5:before {
  content: "\f20e";
}
.fi-rr-banner:before {
  content: "\f20f";
}
.fi-rr-barber-pole:before {
  content: "\f210";
}
.fi-rr-barber-shop:before {
  content: "\f211";
}
.fi-rr-barcode-read:before {
  content: "\f212";
}
.fi-rr-barcode-scan:before {
  content: "\f213";
}
.fi-rr-barcode:before {
  content: "\f214";
}
.fi-rr-bars-filter:before {
  content: "\f215";
}
.fi-rr-bars-progress:before {
  content: "\f216";
}
.fi-rr-bars-sort:before {
  content: "\f217";
}
.fi-rr-bars-staggered:before {
  content: "\f218";
}
.fi-rr-baseball-alt:before {
  content: "\f219";
}
.fi-rr-baseball:before {
  content: "\f21a";
}
.fi-rr-basket-shopping-minus:before {
  content: "\f21b";
}
.fi-rr-basket-shopping-plus:before {
  content: "\f21c";
}
.fi-rr-basket-shopping-simple:before {
  content: "\f21d";
}
.fi-rr-basket:before {
  content: "\f21e";
}
.fi-rr-basketball:before {
  content: "\f21f";
}
.fi-rr-bat:before {
  content: "\f220";
}
.fi-rr-bath:before {
  content: "\f221";
}
.fi-rr-battery-bolt:before {
  content: "\f222";
}
.fi-rr-battery-empty:before {
  content: "\f223";
}
.fi-rr-battery-exclamation:before {
  content: "\f224";
}
.fi-rr-battery-full:before {
  content: "\f225";
}
.fi-rr-battery-half:before {
  content: "\f226";
}
.fi-rr-battery-quarter:before {
  content: "\f227";
}
.fi-rr-battery-slash:before {
  content: "\f228";
}
.fi-rr-battery-three-quarters:before {
  content: "\f229";
}
.fi-rr-beacon:before {
  content: "\f22a";
}
.fi-rr-bed-alt:before {
  content: "\f22b";
}
.fi-rr-bed-bunk:before {
  content: "\f22c";
}
.fi-rr-bed-empty:before {
  content: "\f22d";
}
.fi-rr-bed:before {
  content: "\f22e";
}
.fi-rr-bee:before {
  content: "\f22f";
}
.fi-rr-beer-mug-empty:before {
  content: "\f230";
}
.fi-rr-beer:before {
  content: "\f231";
}
.fi-rr-bell-concierge:before {
  content: "\f232";
}
.fi-rr-bell-notification-call:before {
  content: "\f233";
}
.fi-rr-bell-notification-social-media:before {
  content: "\f234";
}
.fi-rr-bell-ring:before {
  content: "\f235";
}
.fi-rr-bell-school-slash:before {
  content: "\f236";
}
.fi-rr-bell-school:before {
  content: "\f237";
}
.fi-rr-bell-slash:before {
  content: "\f238";
}
.fi-rr-bell:before {
  content: "\f239";
}
.fi-rr-bells:before {
  content: "\f23a";
}
.fi-rr-bench-tree:before {
  content: "\f23b";
}
.fi-rr-benefit-diamond-alt:before {
  content: "\f23c";
}
.fi-rr-benefit-diamond:before {
  content: "\f23d";
}
.fi-rr-benefit-hand:before {
  content: "\f23e";
}
.fi-rr-benefit-increase:before {
  content: "\f23f";
}
.fi-rr-benefit-porcent:before {
  content: "\f240";
}
.fi-rr-benefit:before {
  content: "\f241";
}
.fi-rr-betamax:before {
  content: "\f242";
}
.fi-rr-bible:before {
  content: "\f243";
}
.fi-rr-bicycle-journey:before {
  content: "\f244";
}
.fi-rr-bike:before {
  content: "\f245";
}
.fi-rr-biking-mountain:before {
  content: "\f246";
}
.fi-rr-biking:before {
  content: "\f247";
}
.fi-rr-bill-arrow:before {
  content: "\f248";
}
.fi-rr-billiard:before {
  content: "\f249";
}
.fi-rr-bin-bottles:before {
  content: "\f24a";
}
.fi-rr-binary-circle-check:before {
  content: "\f24b";
}
.fi-rr-binary-lock:before {
  content: "\f24c";
}
.fi-rr-binary-slash:before {
  content: "\f24d";
}
.fi-rr-binary:before {
  content: "\f24e";
}
.fi-rr-binoculars:before {
  content: "\f24f";
}
.fi-rr-bio-leaves:before {
  content: "\f250";
}
.fi-rr-bio:before {
  content: "\f251";
}
.fi-rr-biohazard:before {
  content: "\f252";
}
.fi-rr-bird:before {
  content: "\f253";
}
.fi-rr-bitcoin-sign:before {
  content: "\f254";
}
.fi-rr-blanket:before {
  content: "\f255";
}
.fi-rr-blender-phone:before {
  content: "\f256";
}
.fi-rr-blender:before {
  content: "\f257";
}
.fi-rr-blinds-open:before {
  content: "\f258";
}
.fi-rr-blinds-raised:before {
  content: "\f259";
}
.fi-rr-blinds:before {
  content: "\f25a";
}
.fi-rr-block-brick:before {
  content: "\f25b";
}
.fi-rr-block-microphone:before {
  content: "\f25c";
}
.fi-rr-block-question:before {
  content: "\f25d";
}
.fi-rr-block-quote:before {
  content: "\f25e";
}
.fi-rr-block:before {
  content: "\f25f";
}
.fi-rr-blockchain-3:before {
  content: "\f260";
}
.fi-rr-blog-pencil:before {
  content: "\f261";
}
.fi-rr-blog-text:before {
  content: "\f262";
}
.fi-rr-blood-dropper:before {
  content: "\f263";
}
.fi-rr-blood-test-tube-alt:before {
  content: "\f264";
}
.fi-rr-blood-test-tube:before {
  content: "\f265";
}
.fi-rr-blood:before {
  content: "\f266";
}
.fi-rr-blueberries:before {
  content: "\f267";
}
.fi-rr-blueprint:before {
  content: "\f268";
}
.fi-rr-bold:before {
  content: "\f269";
}
.fi-rr-bolt-auto:before {
  content: "\f26a";
}
.fi-rr-bolt-slash:before {
  content: "\f26b";
}
.fi-rr-bolt:before {
  content: "\f26c";
}
.fi-rr-bomb:before {
  content: "\f26d";
}
.fi-rr-bone-break:before {
  content: "\f26e";
}
.fi-rr-bone:before {
  content: "\f26f";
}
.fi-rr-bong:before {
  content: "\f270";
}
.fi-rr-bonus-alt:before {
  content: "\f271";
}
.fi-rr-bonus-star:before {
  content: "\f272";
}
.fi-rr-bonus:before {
  content: "\f273";
}
.fi-rr-book-alt:before {
  content: "\f274";
}
.fi-rr-book-arrow-right:before {
  content: "\f275";
}
.fi-rr-book-arrow-up:before {
  content: "\f276";
}
.fi-rr-book-atlas:before {
  content: "\f277";
}
.fi-rr-book-bookmark:before {
  content: "\f278";
}
.fi-rr-book-circle-arrow-right:before {
  content: "\f279";
}
.fi-rr-book-circle-arrow-up:before {
  content: "\f27a";
}
.fi-rr-book-copy:before {
  content: "\f27b";
}
.fi-rr-book-dead:before {
  content: "\f27c";
}
.fi-rr-book-font:before {
  content: "\f27d";
}
.fi-rr-book-heart:before {
  content: "\f27e";
}
.fi-rr-book-medical:before {
  content: "\f27f";
}
.fi-rr-book-open-cover:before {
  content: "\f280";
}
.fi-rr-book-open-reader:before {
  content: "\f281";
}
.fi-rr-book-plus:before {
  content: "\f282";
}
.fi-rr-book-quran:before {
  content: "\f283";
}
.fi-rr-book-section:before {
  content: "\f284";
}
.fi-rr-book-spells:before {
  content: "\f285";
}
.fi-rr-book-tanakh:before {
  content: "\f286";
}
.fi-rr-book-user:before {
  content: "\f287";
}
.fi-rr-book:before {
  content: "\f288";
}
.fi-rr-Booking:before {
  content: "\f289";
}
.fi-rr-bookmark-slash:before {
  content: "\f28a";
}
.fi-rr-bookmark:before {
  content: "\f28b";
}
.fi-rr-books-medical:before {
  content: "\f28c";
}
.fi-rr-books:before {
  content: "\f28d";
}
.fi-rr-boot-heeled:before {
  content: "\f28e";
}
.fi-rr-boot:before {
  content: "\f28f";
}
.fi-rr-booth-curtain:before {
  content: "\f290";
}
.fi-rr-border-all:before {
  content: "\f291";
}
.fi-rr-border-bottom:before {
  content: "\f292";
}
.fi-rr-border-center-h:before {
  content: "\f293";
}
.fi-rr-border-center-v:before {
  content: "\f294";
}
.fi-rr-border-inner:before {
  content: "\f295";
}
.fi-rr-border-left:before {
  content: "\f296";
}
.fi-rr-border-none:before {
  content: "\f297";
}
.fi-rr-border-outer:before {
  content: "\f298";
}
.fi-rr-border-right:before {
  content: "\f299";
}
.fi-rr-border-style-alt:before {
  content: "\f29a";
}
.fi-rr-border-style:before {
  content: "\f29b";
}
.fi-rr-border-top:before {
  content: "\f29c";
}
.fi-rr-boss:before {
  content: "\f29d";
}
.fi-rr-bottle-droplet:before {
  content: "\f29e";
}
.fi-rr-bottle:before {
  content: "\f29f";
}
.fi-rr-bow-arrow:before {
  content: "\f2a0";
}
.fi-rr-bowl-chopsticks-noodles:before {
  content: "\f2a1";
}
.fi-rr-bowl-chopsticks:before {
  content: "\f2a2";
}
.fi-rr-bowl-rice:before {
  content: "\f2a3";
}
.fi-rr-bowl-scoop:before {
  content: "\f2a4";
}
.fi-rr-bowl-scoops:before {
  content: "\f2a5";
}
.fi-rr-bowl-soft-serve:before {
  content: "\f2a6";
}
.fi-rr-bowl-spoon:before {
  content: "\f2a7";
}
.fi-rr-bowling-ball:before {
  content: "\f2a8";
}
.fi-rr-bowling-pins:before {
  content: "\f2a9";
}
.fi-rr-bowling:before {
  content: "\f2aa";
}
.fi-rr-box-alt:before {
  content: "\f2ab";
}
.fi-rr-box-ballot:before {
  content: "\f2ac";
}
.fi-rr-box-check:before {
  content: "\f2ad";
}
.fi-rr-box-circle-check:before {
  content: "\f2ae";
}
.fi-rr-box-dollar:before {
  content: "\f2af";
}
.fi-rr-box-fragile:before {
  content: "\f2b0";
}
.fi-rr-box-heart:before {
  content: "\f2b1";
}
.fi-rr-box-open-full:before {
  content: "\f2b2";
}
.fi-rr-box-open:before {
  content: "\f2b3";
}
.fi-rr-box-tissue:before {
  content: "\f2b4";
}
.fi-rr-box-up:before {
  content: "\f2b5";
}
.fi-rr-box:before {
  content: "\f2b6";
}
.fi-rr-boxes:before {
  content: "\f2b7";
}
.fi-rr-boxing-glove:before {
  content: "\f2b8";
}
.fi-rr-bracket-curly-right:before {
  content: "\f2b9";
}
.fi-rr-bracket-curly:before {
  content: "\f2ba";
}
.fi-rr-bracket-round-right:before {
  content: "\f2bb";
}
.fi-rr-bracket-round:before {
  content: "\f2bc";
}
.fi-rr-bracket-square-right:before {
  content: "\f2bd";
}
.fi-rr-bracket-square:before {
  content: "\f2be";
}
.fi-rr-brackets-curly:before {
  content: "\f2bf";
}
.fi-rr-brackets-round:before {
  content: "\f2c0";
}
.fi-rr-brackets-square:before {
  content: "\f2c1";
}
.fi-rr-braille-a:before {
  content: "\f2c2";
}
.fi-rr-braille-b:before {
  content: "\f2c3";
}
.fi-rr-braille-c:before {
  content: "\f2c4";
}
.fi-rr-braille-d:before {
  content: "\f2c5";
}
.fi-rr-braille-e:before {
  content: "\f2c6";
}
.fi-rr-braille-g:before {
  content: "\f2c7";
}
.fi-rr-braille-h:before {
  content: "\f2c8";
}
.fi-rr-braille-i:before {
  content: "\f2c9";
}
.fi-rr-braille-j:before {
  content: "\f2ca";
}
.fi-rr-braille-k:before {
  content: "\f2cb";
}
.fi-rr-braille-l:before {
  content: "\f2cc";
}
.fi-rr-braille-m:before {
  content: "\f2cd";
}
.fi-rr-braille-n-alt:before {
  content: "\f2ce";
}
.fi-rr-braille-n:before {
  content: "\f2cf";
}
.fi-rr-braille-o:before {
  content: "\f2d0";
}
.fi-rr-braille-p:before {
  content: "\f2d1";
}
.fi-rr-braille-q:before {
  content: "\f2d2";
}
.fi-rr-braille-r:before {
  content: "\f2d3";
}
.fi-rr-braille-s:before {
  content: "\f2d4";
}
.fi-rr-braille-t:before {
  content: "\f2d5";
}
.fi-rr-braille-u:before {
  content: "\f2d6";
}
.fi-rr-braille-v:before {
  content: "\f2d7";
}
.fi-rr-braille-w:before {
  content: "\f2d8";
}
.fi-rr-braille-x:before {
  content: "\f2d9";
}
.fi-rr-braille-y:before {
  content: "\f2da";
}
.fi-rr-braille-z:before {
  content: "\f2db";
}
.fi-rr-braille:before {
  content: "\f2dc";
}
.fi-rr-brain-circuit:before {
  content: "\f2dd";
}
.fi-rr-brain:before {
  content: "\f2de";
}
.fi-rr-brake-warning:before {
  content: "\f2df";
}
.fi-rr-branching:before {
  content: "\f2e0";
}
.fi-rr-brand:before {
  content: "\f2e1";
}
.fi-rr-branding:before {
  content: "\f2e2";
}
.fi-rr-bread-loaf:before {
  content: "\f2e3";
}
.fi-rr-bread-slice-butter:before {
  content: "\f2e4";
}
.fi-rr-bread-slice:before {
  content: "\f2e5";
}
.fi-rr-bread:before {
  content: "\f2e6";
}
.fi-rr-briefcase-arrow-right:before {
  content: "\f2e7";
}
.fi-rr-briefcase-blank:before {
  content: "\f2e8";
}
.fi-rr-briefcase:before {
  content: "\f2e9";
}
.fi-rr-brightness-low:before {
  content: "\f2ea";
}
.fi-rr-brightness:before {
  content: "\f2eb";
}
.fi-rr-bring-forward:before {
  content: "\f2ec";
}
.fi-rr-bring-front:before {
  content: "\f2ed";
}
.fi-rr-broadcast-tower:before {
  content: "\f2ee";
}
.fi-rr-broccoli:before {
  content: "\f2ef";
}
.fi-rr-broken-chain-link-wrong:before {
  content: "\f2f0";
}
.fi-rr-broken-image:before {
  content: "\f2f1";
}
.fi-rr-broom-ball:before {
  content: "\f2f2";
}
.fi-rr-broom:before {
  content: "\f2f3";
}
.fi-rr-browser-ui:before {
  content: "\f2f4";
}
.fi-rr-browser:before {
  content: "\f2f5";
}
.fi-rr-browsers:before {
  content: "\f2f6";
}
.fi-rr-brush:before {
  content: "\f2f7";
}
.fi-rr-bucket:before {
  content: "\f2f8";
}
.fi-rr-budget-alt:before {
  content: "\f2f9";
}
.fi-rr-budget:before {
  content: "\f2fa";
}
.fi-rr-bug-slash:before {
  content: "\f2fb";
}
.fi-rr-bug:before {
  content: "\f2fc";
}
.fi-rr-bugs:before {
  content: "\f2fd";
}
.fi-rr-build-alt:before {
  content: "\f2fe";
}
.fi-rr-build:before {
  content: "\f2ff";
}
.fi-rr-builder:before {
  content: "\f300";
}
.fi-rr-building-circle-arrow-right:before {
  content: "\f301";
}
.fi-rr-building-ngo:before {
  content: "\f302";
}
.fi-rr-building:before {
  content: "\f303";
}
.fi-rr-bulb:before {
  content: "\f304";
}
.fi-rr-bullet:before {
  content: "\f305";
}
.fi-rr-bullhorn:before {
  content: "\f306";
}
.fi-rr-bullseye-arrow:before {
  content: "\f307";
}
.fi-rr-bullseye-pointer:before {
  content: "\f308";
}
.fi-rr-bullseye:before {
  content: "\f309";
}
.fi-rr-burger-alt:before {
  content: "\f30a";
}
.fi-rr-burger-fries:before {
  content: "\f30b";
}
.fi-rr-burger-glass:before {
  content: "\f30c";
}
.fi-rr-burrito:before {
  content: "\f30d";
}
.fi-rr-burst:before {
  content: "\f30e";
}
.fi-rr-bus-alt:before {
  content: "\f30f";
}
.fi-rr-bus:before {
  content: "\f310";
}
.fi-rr-business-time:before {
  content: "\f311";
}
.fi-rr-Butter:before {
  content: "\f312";
}
.fi-rr-butterfly:before {
  content: "\f313";
}
.fi-rr-c:before {
  content: "\f314";
}
.fi-rr-cabin:before {
  content: "\f315";
}
.fi-rr-cactus:before {
  content: "\f316";
}
.fi-rr-cage-empty:before {
  content: "\f317";
}
.fi-rr-cake-birthday:before {
  content: "\f318";
}
.fi-rr-cake-slice:before {
  content: "\f319";
}
.fi-rr-cake-wedding:before {
  content: "\f31a";
}
.fi-rr-calculator-bill:before {
  content: "\f31b";
}
.fi-rr-calculator-math-tax:before {
  content: "\f31c";
}
.fi-rr-calculator-money:before {
  content: "\f31d";
}
.fi-rr-calculator-simple:before {
  content: "\f31e";
}
.fi-rr-calculator:before {
  content: "\f31f";
}
.fi-rr-calendar-arrow-down:before {
  content: "\f320";
}
.fi-rr-calendar-arrow-up:before {
  content: "\f321";
}
.fi-rr-calendar-birhtday-cake:before {
  content: "\f322";
}
.fi-rr-calendar-call:before {
  content: "\f323";
}
.fi-rr-calendar-check:before {
  content: "\f324";
}
.fi-rr-calendar-clock:before {
  content: "\f325";
}
.fi-rr-calendar-day:before {
  content: "\f326";
}
.fi-rr-calendar-days:before {
  content: "\f327";
}
.fi-rr-calendar-event-tax:before {
  content: "\f328";
}
.fi-rr-calendar-exclamation:before {
  content: "\f329";
}
.fi-rr-calendar-gavel-legal:before {
  content: "\f32a";
}
.fi-rr-calendar-heart:before {
  content: "\f32b";
}
.fi-rr-calendar-image:before {
  content: "\f32c";
}
.fi-rr-calendar-lines-pen:before {
  content: "\f32d";
}
.fi-rr-calendar-lines:before {
  content: "\f32e";
}
.fi-rr-calendar-minus:before {
  content: "\f32f";
}
.fi-rr-calendar-payment-loan:before {
  content: "\f330";
}
.fi-rr-calendar-pen:before {
  content: "\f331";
}
.fi-rr-calendar-plus:before {
  content: "\f332";
}
.fi-rr-calendar-salary:before {
  content: "\f333";
}
.fi-rr-calendar-shift-swap:before {
  content: "\f334";
}
.fi-rr-calendar-star:before {
  content: "\f335";
}
.fi-rr-calendar-swap:before {
  content: "\f336";
}
.fi-rr-calendar-week:before {
  content: "\f337";
}
.fi-rr-calendar-xmark:before {
  content: "\f338";
}
.fi-rr-calendar:before {
  content: "\f339";
}
.fi-rr-calendars:before {
  content: "\f33a";
}
.fi-rr-call-duration:before {
  content: "\f33b";
}
.fi-rr-call-history:before {
  content: "\f33c";
}
.fi-rr-call-incoming:before {
  content: "\f33d";
}
.fi-rr-call-missed:before {
  content: "\f33e";
}
.fi-rr-call-outgoing:before {
  content: "\f33f";
}
.fi-rr-camcorder:before {
  content: "\f340";
}
.fi-rr-camera-cctv:before {
  content: "\f341";
}
.fi-rr-camera-movie:before {
  content: "\f342";
}
.fi-rr-camera-retro:before {
  content: "\f343";
}
.fi-rr-camera-rotate:before {
  content: "\f344";
}
.fi-rr-camera-security:before {
  content: "\f345";
}
.fi-rr-camera-slash:before {
  content: "\f346";
}
.fi-rr-camera-viewfinder:before {
  content: "\f347";
}
.fi-rr-camera:before {
  content: "\f348";
}
.fi-rr-campfire:before {
  content: "\f349";
}
.fi-rr-camping:before {
  content: "\f34a";
}
.fi-rr-can-food:before {
  content: "\f34b";
}
.fi-rr-candle-holder:before {
  content: "\f34c";
}
.fi-rr-candle-lotus-yoga:before {
  content: "\f34d";
}
.fi-rr-candle-pose-yoga:before {
  content: "\f34e";
}
.fi-rr-candy-alt:before {
  content: "\f34f";
}
.fi-rr-candy-bar:before {
  content: "\f350";
}
.fi-rr-candy-cane:before {
  content: "\f351";
}
.fi-rr-candy-corn:before {
  content: "\f352";
}
.fi-rr-candy-sweet:before {
  content: "\f353";
}
.fi-rr-candy:before {
  content: "\f354";
}
.fi-rr-Cannabis:before {
  content: "\f355";
}
.fi-rr-canned-food:before {
  content: "\f356";
}
.fi-rr-capsules:before {
  content: "\f357";
}
.fi-rr-car-alt:before {
  content: "\f358";
}
.fi-rr-car-battery:before {
  content: "\f359";
}
.fi-rr-car-bolt:before {
  content: "\f35a";
}
.fi-rr-car-building:before {
  content: "\f35b";
}
.fi-rr-car-bump:before {
  content: "\f35c";
}
.fi-rr-car-bus:before {
  content: "\f35d";
}
.fi-rr-car-circle-bolt:before {
  content: "\f35e";
}
.fi-rr-car-crash:before {
  content: "\f35f";
}
.fi-rr-car-garage:before {
  content: "\f360";
}
.fi-rr-car-journey:before {
  content: "\f361";
}
.fi-rr-car-mechanic:before {
  content: "\f362";
}
.fi-rr-car-rear:before {
  content: "\f363";
}
.fi-rr-car-side-bolt:before {
  content: "\f364";
}
.fi-rr-car-side:before {
  content: "\f365";
}
.fi-rr-car-tilt:before {
  content: "\f366";
}
.fi-rr-car-tunnel:before {
  content: "\f367";
}
.fi-rr-car-wash:before {
  content: "\f368";
}
.fi-rr-car:before {
  content: "\f369";
}
.fi-rr-caravan-alt:before {
  content: "\f36a";
}
.fi-rr-caravan:before {
  content: "\f36b";
}
.fi-rr-card-club:before {
  content: "\f36c";
}
.fi-rr-card-diamond:before {
  content: "\f36d";
}
.fi-rr-card-heart:before {
  content: "\f36e";
}
.fi-rr-card-spade:before {
  content: "\f36f";
}
.fi-rr-cardinal-compass:before {
  content: "\f370";
}
.fi-rr-career-growth:before {
  content: "\f371";
}
.fi-rr-career-path:before {
  content: "\f372";
}
.fi-rr-caret-circle-down:before {
  content: "\f373";
}
.fi-rr-caret-circle-right:before {
  content: "\f374";
}
.fi-rr-caret-circle-up:before {
  content: "\f375";
}
.fi-rr-caret-down:before {
  content: "\f376";
}
.fi-rr-caret-left:before {
  content: "\f377";
}
.fi-rr-caret-quare-up:before {
  content: "\f378";
}
.fi-rr-caret-right:before {
  content: "\f379";
}
.fi-rr-caret-square-down:before {
  content: "\f37a";
}
.fi-rr-caret-square-left_1:before {
  content: "\f37b";
}
.fi-rr-caret-square-left:before {
  content: "\f37c";
}
.fi-rr-caret-square-right:before {
  content: "\f37d";
}
.fi-rr-caret-up:before {
  content: "\f37e";
}
.fi-rr-carrot:before {
  content: "\f37f";
}
.fi-rr-cars-crash:before {
  content: "\f380";
}
.fi-rr-cars:before {
  content: "\f381";
}
.fi-rr-cart-arrow-down:before {
  content: "\f382";
}
.fi-rr-cart-minus:before {
  content: "\f383";
}
.fi-rr-cart-shopping-fast:before {
  content: "\f384";
}
.fi-rr-cash-register:before {
  content: "\f385";
}
.fi-rr-cassette-tape:before {
  content: "\f386";
}
.fi-rr-cassette-vhs:before {
  content: "\f387";
}
.fi-rr-castle:before {
  content: "\f388";
}
.fi-rr-cat-head:before {
  content: "\f389";
}
.fi-rr-cat-space:before {
  content: "\f38a";
}
.fi-rr-cat:before {
  content: "\f38b";
}
.fi-rr-catalog-alt:before {
  content: "\f38c";
}
.fi-rr-catalog-magazine:before {
  content: "\f38d";
}
.fi-rr-catalog:before {
  content: "\f38e";
}
.fi-rr-category-alt:before {
  content: "\f38f";
}
.fi-rr-category:before {
  content: "\f390";
}
.fi-rr-cauldron:before {
  content: "\f391";
}
.fi-rr-cedi-sign:before {
  content: "\f392";
}
.fi-rr-cello:before {
  content: "\f393";
}
.fi-rr-cent-sign:before {
  content: "\f394";
}
.fi-rr-chair-office:before {
  content: "\f395";
}
.fi-rr-chair:before {
  content: "\f396";
}
.fi-rr-chalkboard-user:before {
  content: "\f397";
}
.fi-rr-chalkboard:before {
  content: "\f398";
}
.fi-rr-challenge-alt:before {
  content: "\f399";
}
.fi-rr-challenge:before {
  content: "\f39a";
}
.fi-rr-channel:before {
  content: "\f39b";
}
.fi-rr-charging-station:before {
  content: "\f39c";
}
.fi-rr-chart-area:before {
  content: "\f39d";
}
.fi-rr-chart-bullet:before {
  content: "\f39e";
}
.fi-rr-chart-candlestick:before {
  content: "\f39f";
}
.fi-rr-chart-connected:before {
  content: "\f3a0";
}
.fi-rr-chart-gantt:before {
  content: "\f3a1";
}
.fi-rr-chart-histogram:before {
  content: "\f3a2";
}
.fi-rr-chart-kanban:before {
  content: "\f3a3";
}
.fi-rr-chart-line-up-down:before {
  content: "\f3a4";
}
.fi-rr-chart-line-up:before {
  content: "\f3a5";
}
.fi-rr-chart-mixed-up-circle-currency:before {
  content: "\f3a6";
}
.fi-rr-chart-mixed-up-circle-dollar:before {
  content: "\f3a7";
}
.fi-rr-chart-mixed:before {
  content: "\f3a8";
}
.fi-rr-chart-network:before {
  content: "\f3a9";
}
.fi-rr-chart-pie-alt:before {
  content: "\f3aa";
}
.fi-rr-chart-pie-simple-circle-currency:before {
  content: "\f3ab";
}
.fi-rr-chart-pie-simple-circle-dollar:before {
  content: "\f3ac";
}
.fi-rr-chart-pie:before {
  content: "\f3ad";
}
.fi-rr-chart-pyramid:before {
  content: "\f3ae";
}
.fi-rr-chart-radar:before {
  content: "\f3af";
}
.fi-rr-chart-scatter-3d:before {
  content: "\f3b0";
}
.fi-rr-chart-scatter-bubble:before {
  content: "\f3b1";
}
.fi-rr-chart-scatter:before {
  content: "\f3b2";
}
.fi-rr-chart-set-theory:before {
  content: "\f3b3";
}
.fi-rr-chart-simple-horizontal:before {
  content: "\f3b4";
}
.fi-rr-chart-simple:before {
  content: "\f3b5";
}
.fi-rr-chart-tree-map:before {
  content: "\f3b6";
}
.fi-rr-chart-tree:before {
  content: "\f3b7";
}
.fi-rr-chart-user:before {
  content: "\f3b8";
}
.fi-rr-chart-waterfall:before {
  content: "\f3b9";
}
.fi-rr-chat-arrow-down:before {
  content: "\f3ba";
}
.fi-rr-chat-arrow-grow:before {
  content: "\f3bb";
}
.fi-rr-chat-bubble-call:before {
  content: "\f3bc";
}
.fi-rr-chatbot-speech-bubble:before {
  content: "\f3bd";
}
.fi-rr-chatbot:before {
  content: "\f3be";
}
.fi-rr-cheap-bill:before {
  content: "\f3bf";
}
.fi-rr-cheap-dollar:before {
  content: "\f3c0";
}
.fi-rr-cheap-stack-dollar:before {
  content: "\f3c1";
}
.fi-rr-cheap-stack:before {
  content: "\f3c2";
}
.fi-rr-cheap:before {
  content: "\f3c3";
}
.fi-rr-check-circle:before {
  content: "\f3c4";
}
.fi-rr-check-double:before {
  content: "\f3c5";
}
.fi-rr-check-in-calendar:before {
  content: "\f3c6";
}
.fi-rr-check-out-calendar:before {
  content: "\f3c7";
}
.fi-rr-check:before {
  content: "\f3c8";
}
.fi-rr-checkbox:before {
  content: "\f3c9";
}
.fi-rr-checklist-task-budget:before {
  content: "\f3ca";
}
.fi-rr-cheese-alt:before {
  content: "\f3cb";
}
.fi-rr-cheese:before {
  content: "\f3cc";
}
.fi-rr-cheeseburger:before {
  content: "\f3cd";
}
.fi-rr-cherry:before {
  content: "\f3ce";
}
.fi-rr-chess-bishop:before {
  content: "\f3cf";
}
.fi-rr-chess-board:before {
  content: "\f3d0";
}
.fi-rr-chess-clock-alt:before {
  content: "\f3d1";
}
.fi-rr-chess-clock:before {
  content: "\f3d2";
}
.fi-rr-chess-king-alt:before {
  content: "\f3d3";
}
.fi-rr-chess-king:before {
  content: "\f3d4";
}
.fi-rr-chess-knight-alt:before {
  content: "\f3d5";
}
.fi-rr-chess-knight:before {
  content: "\f3d6";
}
.fi-rr-chess-pawn-alt:before {
  content: "\f3d7";
}
.fi-rr-chess-piece:before {
  content: "\f3d8";
}
.fi-rr-chess-queen-alt:before {
  content: "\f3d9";
}
.fi-rr-chess-queen:before {
  content: "\f3da";
}
.fi-rr-chess-rook-alt:before {
  content: "\f3db";
}
.fi-rr-chess-rook:before {
  content: "\f3dc";
}
.fi-rr-chess:before {
  content: "\f3dd";
}
.fi-rr-chevron-double-down:before {
  content: "\f3de";
}
.fi-rr-chevron-double-up:before {
  content: "\f3df";
}
.fi-rr-child-head:before {
  content: "\f3e0";
}
.fi-rr-child:before {
  content: "\f3e1";
}
.fi-rr-chimney:before {
  content: "\f3e2";
}
.fi-rr-chip:before {
  content: "\f3e3";
}
.fi-rr-chocolate:before {
  content: "\f3e4";
}
.fi-rr-choir-singing:before {
  content: "\f3e5";
}
.fi-rr-choose-alt:before {
  content: "\f3e6";
}
.fi-rr-choose:before {
  content: "\f3e7";
}
.fi-rr-church:before {
  content: "\f3e8";
}
.fi-rr-circle-0:before {
  content: "\f3e9";
}
.fi-rr-circle-1:before {
  content: "\f3ea";
}
.fi-rr-circle-2:before {
  content: "\f3eb";
}
.fi-rr-circle-3:before {
  content: "\f3ec";
}
.fi-rr-circle-4:before {
  content: "\f3ed";
}
.fi-rr-circle-5:before {
  content: "\f3ee";
}
.fi-rr-circle-6:before {
  content: "\f3ef";
}
.fi-rr-circle-7:before {
  content: "\f3f0";
}
.fi-rr-circle-8:before {
  content: "\f3f1";
}
.fi-rr-circle-9:before {
  content: "\f3f2";
}
.fi-rr-circle-a:before {
  content: "\f3f3";
}
.fi-rr-circle-b:before {
  content: "\f3f4";
}
.fi-rr-circle-bolt:before {
  content: "\f3f5";
}
.fi-rr-circle-book-open:before {
  content: "\f3f6";
}
.fi-rr-circle-bookmark:before {
  content: "\f3f7";
}
.fi-rr-circle-c:before {
  content: "\f3f8";
}
.fi-rr-circle-calendar:before {
  content: "\f3f9";
}
.fi-rr-circle-camera:before {
  content: "\f3fa";
}
.fi-rr-circle-d:before {
  content: "\f3fb";
}
.fi-rr-circle-dashed:before {
  content: "\f3fc";
}
.fi-rr-circle-divide:before {
  content: "\f3fd";
}
.fi-rr-circle-e:before {
  content: "\f3fe";
}
.fi-rr-circle-ellipsis-vertical:before {
  content: "\f3ff";
}
.fi-rr-circle-ellipsis:before {
  content: "\f400";
}
.fi-rr-circle-envelope:before {
  content: "\f401";
}
.fi-rr-circle-exclamation-check:before {
  content: "\f402";
}
.fi-rr-circle-f:before {
  content: "\f403";
}
.fi-rr-circle-g:before {
  content: "\f404";
}
.fi-rr-circle-h:before {
  content: "\f405";
}
.fi-rr-circle-half-stroke:before {
  content: "\f406";
}
.fi-rr-circle-half:before {
  content: "\f407";
}
.fi-rr-circle-heart:before {
  content: "\f408";
}
.fi-rr-circle-i:before {
  content: "\f409";
}
.fi-rr-circle-j:before {
  content: "\f40a";
}
.fi-rr-circle-k:before {
  content: "\f40b";
}
.fi-rr-circle-l:before {
  content: "\f40c";
}
.fi-rr-circle-m:before {
  content: "\f40d";
}
.fi-rr-circle-microphone-lines:before {
  content: "\f40e";
}
.fi-rr-circle-microphone:before {
  content: "\f40f";
}
.fi-rr-circle-n:before {
  content: "\f410";
}
.fi-rr-circle-nodes:before {
  content: "\f411";
}
.fi-rr-circle-o:before {
  content: "\f412";
}
.fi-rr-circle-overlap:before {
  content: "\f413";
}
.fi-rr-circle-p:before {
  content: "\f414";
}
.fi-rr-circle-phone-flip:before {
  content: "\f415";
}
.fi-rr-circle-phone-hangup:before {
  content: "\f416";
}
.fi-rr-circle-phone:before {
  content: "\f417";
}
.fi-rr-circle-q:before {
  content: "\f418";
}
.fi-rr-circle-quarter:before {
  content: "\f419";
}
.fi-rr-circle-quarters-alt:before {
  content: "\f41a";
}
.fi-rr-circle-r:before {
  content: "\f41b";
}
.fi-rr-circle-s:before {
  content: "\f41c";
}
.fi-rr-circle-small:before {
  content: "\f41d";
}
.fi-rr-circle-star:before {
  content: "\f41e";
}
.fi-rr-circle-t:before {
  content: "\f41f";
}
.fi-rr-circle-three-quarters:before {
  content: "\f420";
}
.fi-rr-circle-trash:before {
  content: "\f421";
}
.fi-rr-circle-u:before {
  content: "\f422";
}
.fi-rr-circle-user:before {
  content: "\f423";
}
.fi-rr-circle-v:before {
  content: "\f424";
}
.fi-rr-circle-video:before {
  content: "\f425";
}
.fi-rr-circle-w:before {
  content: "\f426";
}
.fi-rr-circle-waveform-lines:before {
  content: "\f427";
}
.fi-rr-circle-x:before {
  content: "\f428";
}
.fi-rr-circle-xmark:before {
  content: "\f429";
}
.fi-rr-circle-y:before {
  content: "\f42a";
}
.fi-rr-circle-z:before {
  content: "\f42b";
}
.fi-rr-circle:before {
  content: "\f42c";
}
.fi-rr-citrus-slice:before {
  content: "\f42d";
}
.fi-rr-citrus:before {
  content: "\f42e";
}
.fi-rr-city:before {
  content: "\f42f";
}
.fi-rr-clapperboard-play:before {
  content: "\f430";
}
.fi-rr-clapperboard:before {
  content: "\f431";
}
.fi-rr-clarinet:before {
  content: "\f432";
}
.fi-rr-claw-marks:before {
  content: "\f433";
}
.fi-rr-clear-alt:before {
  content: "\f434";
}
.fi-rr-clip-file:before {
  content: "\f435";
}
.fi-rr-clip-mail:before {
  content: "\f436";
}
.fi-rr-clip:before {
  content: "\f437";
}
.fi-rr-clipboard-check:before {
  content: "\f438";
}
.fi-rr-clipboard-exclamation:before {
  content: "\f439";
}
.fi-rr-clipboard-list-check:before {
  content: "\f43a";
}
.fi-rr-clipboard-list:before {
  content: "\f43b";
}
.fi-rr-clipboard-prescription:before {
  content: "\f43c";
}
.fi-rr-clipboard-question:before {
  content: "\f43d";
}
.fi-rr-clipboard-user:before {
  content: "\f43e";
}
.fi-rr-clipboard:before {
  content: "\f43f";
}
.fi-rr-clipoard-wrong:before {
  content: "\f440";
}
.fi-rr-clock-desk:before {
  content: "\f441";
}
.fi-rr-clock-eight-thirty:before {
  content: "\f442";
}
.fi-rr-clock-eleven-thirty:before {
  content: "\f443";
}
.fi-rr-clock-eleven:before {
  content: "\f444";
}
.fi-rr-clock-five-thirty:before {
  content: "\f445";
}
.fi-rr-clock-five:before {
  content: "\f446";
}
.fi-rr-clock-four-thirty:before {
  content: "\f447";
}
.fi-rr-clock-nine-thirty:before {
  content: "\f448";
}
.fi-rr-clock-nine:before {
  content: "\f449";
}
.fi-rr-clock-one-thirty:before {
  content: "\f44a";
}
.fi-rr-clock-one:before {
  content: "\f44b";
}
.fi-rr-clock-seven-thirty:before {
  content: "\f44c";
}
.fi-rr-clock-seven:before {
  content: "\f44d";
}
.fi-rr-clock-six-thirty:before {
  content: "\f44e";
}
.fi-rr-clock-six:before {
  content: "\f44f";
}
.fi-rr-clock-ten-thirty:before {
  content: "\f450";
}
.fi-rr-clock-ten:before {
  content: "\f451";
}
.fi-rr-clock-three-thirty:before {
  content: "\f452";
}
.fi-rr-clock-three:before {
  content: "\f453";
}
.fi-rr-clock-time-tracking:before {
  content: "\f454";
}
.fi-rr-clock-twelve-thirty:before {
  content: "\f455";
}
.fi-rr-clock-twelve:before {
  content: "\f456";
}
.fi-rr-clock-two-thirty:before {
  content: "\f457";
}
.fi-rr-clock-two:before {
  content: "\f458";
}
.fi-rr-clock-up-arrow:before {
  content: "\f459";
}
.fi-rr-clock:before {
  content: "\f45a";
}
.fi-rr-clone:before {
  content: "\f45b";
}
.fi-rr-closed-captioning-slash:before {
  content: "\f45c";
}
.fi-rr-clothes-hanger:before {
  content: "\f45d";
}
.fi-rr-cloud-back-up-alt:before {
  content: "\f45e";
}
.fi-rr-cloud-back-up:before {
  content: "\f45f";
}
.fi-rr-cloud-check:before {
  content: "\f460";
}
.fi-rr-cloud-code:before {
  content: "\f461";
}
.fi-rr-cloud-disabled:before {
  content: "\f462";
}
.fi-rr-cloud-download-alt:before {
  content: "\f463";
}
.fi-rr-cloud-download:before {
  content: "\f464";
}
.fi-rr-cloud-drizzle:before {
  content: "\f465";
}
.fi-rr-cloud-exclamation:before {
  content: "\f466";
}
.fi-rr-cloud-gear-automation:before {
  content: "\f467";
}
.fi-rr-cloud-hail-mixed:before {
  content: "\f468";
}
.fi-rr-cloud-hail:before {
  content: "\f469";
}
.fi-rr-cloud-meatball:before {
  content: "\f46a";
}
.fi-rr-cloud-moon-rain:before {
  content: "\f46b";
}
.fi-rr-cloud-moon:before {
  content: "\f46c";
}
.fi-rr-cloud-question:before {
  content: "\f46d";
}
.fi-rr-cloud-rain:before {
  content: "\f46e";
}
.fi-rr-cloud-rainbow:before {
  content: "\f46f";
}
.fi-rr-cloud-share:before {
  content: "\f470";
}
.fi-rr-cloud-showers-heavy:before {
  content: "\f471";
}
.fi-rr-cloud-showers:before {
  content: "\f472";
}
.fi-rr-cloud-sleet:before {
  content: "\f473";
}
.fi-rr-cloud-snow:before {
  content: "\f474";
}
.fi-rr-cloud-sun-rain:before {
  content: "\f475";
}
.fi-rr-cloud-sun:before {
  content: "\f476";
}
.fi-rr-cloud-upload-alt:before {
  content: "\f477";
}
.fi-rr-cloud-upload:before {
  content: "\f478";
}
.fi-rr-cloud:before {
  content: "\f479";
}
.fi-rr-clouds-moon:before {
  content: "\f47a";
}
.fi-rr-clouds-sun:before {
  content: "\f47b";
}
.fi-rr-clouds:before {
  content: "\f47c";
}
.fi-rr-clover-alt:before {
  content: "\f47d";
}
.fi-rr-club:before {
  content: "\f47e";
}
.fi-rr-cocktail-alt:before {
  content: "\f47f";
}
.fi-rr-cocktail:before {
  content: "\f480";
}
.fi-rr-coconut:before {
  content: "\f481";
}
.fi-rr-code-branch:before {
  content: "\f482";
}
.fi-rr-code-commit:before {
  content: "\f483";
}
.fi-rr-code-compare:before {
  content: "\f484";
}
.fi-rr-code-fork:before {
  content: "\f485";
}
.fi-rr-code-merge:before {
  content: "\f486";
}
.fi-rr-code-pull-request-closed:before {
  content: "\f487";
}
.fi-rr-code-pull-request-draft:before {
  content: "\f488";
}
.fi-rr-code-pull-request:before {
  content: "\f489";
}
.fi-rr-code-simple:before {
  content: "\f48a";
}
.fi-rr-coffee-bean:before {
  content: "\f48b";
}
.fi-rr-coffee-beans:before {
  content: "\f48c";
}
.fi-rr-coffee-heart:before {
  content: "\f48d";
}
.fi-rr-coffee-pot:before {
  content: "\f48e";
}
.fi-rr-coffee:before {
  content: "\f48f";
}
.fi-rr-coffin-cross:before {
  content: "\f490";
}
.fi-rr-coffin:before {
  content: "\f491";
}
.fi-rr-coin-up-arrow:before {
  content: "\f492";
}
.fi-rr-coin:before {
  content: "\f493";
}
.fi-rr-coins:before {
  content: "\f494";
}
.fi-rr-colon-sign:before {
  content: "\f495";
}
.fi-rr-columns-3:before {
  content: "\f496";
}
.fi-rr-comet:before {
  content: "\f497";
}
.fi-rr-command:before {
  content: "\f498";
}
.fi-rr-comment-alt-check:before {
  content: "\f499";
}
.fi-rr-comment-alt-dots:before {
  content: "\f49a";
}
.fi-rr-comment-alt-edit:before {
  content: "\f49b";
}
.fi-rr-comment-alt-medical:before {
  content: "\f49c";
}
.fi-rr-comment-alt-middle-top:before {
  content: "\f49d";
}
.fi-rr-comment-alt-middle:before {
  content: "\f49e";
}
.fi-rr-comment-alt-minus:before {
  content: "\f49f";
}
.fi-rr-comment-alt-music:before {
  content: "\f4a0";
}
.fi-rr-comment-alt:before {
  content: "\f4a1";
}
.fi-rr-comment-arrow-down:before {
  content: "\f4a2";
}
.fi-rr-comment-arrow-up-right:before {
  content: "\f4a3";
}
.fi-rr-comment-arrow-up:before {
  content: "\f4a4";
}
.fi-rr-comment-check:before {
  content: "\f4a5";
}
.fi-rr-comment-code:before {
  content: "\f4a6";
}
.fi-rr-comment-dollar:before {
  content: "\f4a7";
}
.fi-rr-comment-dots:before {
  content: "\f4a8";
}
.fi-rr-comment-exclamation:before {
  content: "\f4a9";
}
.fi-rr-comment-heart:before {
  content: "\f4aa";
}
.fi-rr-comment-image:before {
  content: "\f4ab";
}
.fi-rr-comment-info:before {
  content: "\f4ac";
}
.fi-rr-comment-medical:before {
  content: "\f4ad";
}
.fi-rr-comment-minus:before {
  content: "\f4ae";
}
.fi-rr-comment-pen:before {
  content: "\f4af";
}
.fi-rr-comment-question:before {
  content: "\f4b0";
}
.fi-rr-comment-quote:before {
  content: "\f4b1";
}
.fi-rr-comment-slash:before {
  content: "\f4b2";
}
.fi-rr-comment-smile:before {
  content: "\f4b3";
}
.fi-rr-comment-sms:before {
  content: "\f4b4";
}
.fi-rr-comment-text:before {
  content: "\f4b5";
}
.fi-rr-comment-user:before {
  content: "\f4b6";
}
.fi-rr-comment-xmark:before {
  content: "\f4b7";
}
.fi-rr-comment:before {
  content: "\f4b8";
}
.fi-rr-comments-dollar:before {
  content: "\f4b9";
}
.fi-rr-comments-question-check:before {
  content: "\f4ba";
}
.fi-rr-comments-question:before {
  content: "\f4bb";
}
.fi-rr-comments:before {
  content: "\f4bc";
}
.fi-rr-compass-alt:before {
  content: "\f4bd";
}
.fi-rr-compass-east:before {
  content: "\f4be";
}
.fi-rr-compass-north:before {
  content: "\f4bf";
}
.fi-rr-compass-slash:before {
  content: "\f4c0";
}
.fi-rr-compass-south:before {
  content: "\f4c1";
}
.fi-rr-compass-west:before {
  content: "\f4c2";
}
.fi-rr-completed:before {
  content: "\f4c3";
}
.fi-rr-compliance-clipboard:before {
  content: "\f4c4";
}
.fi-rr-compliance-document:before {
  content: "\f4c5";
}
.fi-rr-compliance:before {
  content: "\f4c6";
}
.fi-rr-compress-alt:before {
  content: "\f4c7";
}
.fi-rr-compress:before {
  content: "\f4c8";
}
.fi-rr-computer-classic:before {
  content: "\f4c9";
}
.fi-rr-computer-mouse:before {
  content: "\f4ca";
}
.fi-rr-computer-speaker:before {
  content: "\f4cb";
}
.fi-rr-computer:before {
  content: "\f4cc";
}
.fi-rr-concierge-bell:before {
  content: "\f4cd";
}
.fi-rr-condition-alt:before {
  content: "\f4ce";
}
.fi-rr-condition:before {
  content: "\f4cf";
}
.fi-rr-confetti:before {
  content: "\f4d0";
}
.fi-rr-constellation:before {
  content: "\f4d1";
}
.fi-rr-container-storage:before {
  content: "\f4d2";
}
.fi-rr-convert-document:before {
  content: "\f4d3";
}
.fi-rr-convert-shapes:before {
  content: "\f4d4";
}
.fi-rr-conveyor-belt-alt:before {
  content: "\f4d5";
}
.fi-rr-conveyor-belt-arm:before {
  content: "\f4d6";
}
.fi-rr-conveyor-belt-empty:before {
  content: "\f4d7";
}
.fi-rr-conveyor-belt:before {
  content: "\f4d8";
}
.fi-rr-cookie-alt:before {
  content: "\f4d9";
}
.fi-rr-cookie:before {
  content: "\f4da";
}
.fi-rr-copy-alt:before {
  content: "\f4db";
}
.fi-rr-copy-image:before {
  content: "\f4dc";
}
.fi-rr-copy:before {
  content: "\f4dd";
}
.fi-rr-copyright:before {
  content: "\f4de";
}
.fi-rr-corn:before {
  content: "\f4df";
}
.fi-rr-corporate-alt:before {
  content: "\f4e0";
}
.fi-rr-corporate:before {
  content: "\f4e1";
}
.fi-rr-couch:before {
  content: "\f4e2";
}
.fi-rr-court-sport:before {
  content: "\f4e3";
}
.fi-rr-cow-alt:before {
  content: "\f4e4";
}
.fi-rr-cow:before {
  content: "\f4e5";
}
.fi-rr-cowbell-circle-plus:before {
  content: "\f4e6";
}
.fi-rr-cowbell-more:before {
  content: "\f4e7";
}
.fi-rr-cowbell:before {
  content: "\f4e8";
}
.fi-rr-crab:before {
  content: "\f4e9";
}
.fi-rr-crate-empty:before {
  content: "\f4ea";
}
.fi-rr-cream:before {
  content: "\f4eb";
}
.fi-rr-credit-card-buyer:before {
  content: "\f4ec";
}
.fi-rr-credit-card-eye:before {
  content: "\f4ed";
}
.fi-rr-credit-card:before {
  content: "\f4ee";
}
.fi-rr-cricket:before {
  content: "\f4ef";
}
.fi-rr-crm-alt:before {
  content: "\f4f0";
}
.fi-rr-crm-computer:before {
  content: "\f4f1";
}
.fi-rr-CRM:before {
  content: "\f4f2";
}
.fi-rr-croissant:before {
  content: "\f4f3";
}
.fi-rr-cross-circle:before {
  content: "\f4f4";
}
.fi-rr-cross-religion:before {
  content: "\f4f5";
}
.fi-rr-cross-small:before {
  content: "\f4f6";
}
.fi-rr-cross:before {
  content: "\f4f7";
}
.fi-rr-crow:before {
  content: "\f4f8";
}
.fi-rr-crown:before {
  content: "\f4f9";
}
.fi-rr-crutch:before {
  content: "\f4fa";
}
.fi-rr-crutches:before {
  content: "\f4fb";
}
.fi-rr-cruzeiro-sign:before {
  content: "\f4fc";
}
.fi-rr-crypto-calendar:before {
  content: "\f4fd";
}
.fi-rr-cryptocurrency:before {
  content: "\f4fe";
}
.fi-rr-crystal-ball:before {
  content: "\f4ff";
}
.fi-rr-cube:before {
  content: "\f500";
}
.fi-rr-cubes-stacked:before {
  content: "\f501";
}
.fi-rr-cubes:before {
  content: "\f502";
}
.fi-rr-cucumber:before {
  content: "\f503";
}
.fi-rr-cup-straw-swoosh:before {
  content: "\f504";
}
.fi-rr-cup-straw:before {
  content: "\f505";
}
.fi-rr-cup-togo:before {
  content: "\f506";
}
.fi-rr-cupcake-alt:before {
  content: "\f507";
}
.fi-rr-cupcake:before {
  content: "\f508";
}
.fi-rr-curling:before {
  content: "\f509";
}
.fi-rr-cursor-finger:before {
  content: "\f50a";
}
.fi-rr-cursor-plus:before {
  content: "\f50b";
}
.fi-rr-cursor-text-alt:before {
  content: "\f50c";
}
.fi-rr-cursor-text:before {
  content: "\f50d";
}
.fi-rr-cursor:before {
  content: "\f50e";
}
.fi-rr-curve-alt:before {
  content: "\f50f";
}
.fi-rr-curve-arrow:before {
  content: "\f510";
}
.fi-rr-curve:before {
  content: "\f511";
}
.fi-rr-custard:before {
  content: "\f512";
}
.fi-rr-customer-care:before {
  content: "\f513";
}
.fi-rr-customer-service:before {
  content: "\f514";
}
.fi-rr-customization-cogwheel:before {
  content: "\f515";
}
.fi-rr-customization:before {
  content: "\f516";
}
.fi-rr-customize-computer:before {
  content: "\f517";
}
.fi-rr-customize-edit:before {
  content: "\f518";
}
.fi-rr-customize:before {
  content: "\f519";
}
.fi-rr-CV:before {
  content: "\f51a";
}
.fi-rr-cvv-card:before {
  content: "\f51b";
}
.fi-rr-d:before {
  content: "\f51c";
}
.fi-rr-dagger:before {
  content: "\f51d";
}
.fi-rr-daily-calendar:before {
  content: "\f51e";
}
.fi-rr-damage:before {
  content: "\f51f";
}
.fi-rr-dart:before {
  content: "\f520";
}
.fi-rr-dashboard-monitor:before {
  content: "\f521";
}
.fi-rr-dashboard-panel:before {
  content: "\f522";
}
.fi-rr-dashboard:before {
  content: "\f523";
}
.fi-rr-data-transfer:before {
  content: "\f524";
}
.fi-rr-database:before {
  content: "\f525";
}
.fi-rr-debt:before {
  content: "\f526";
}
.fi-rr-deer-rudolph:before {
  content: "\f527";
}
.fi-rr-deer:before {
  content: "\f528";
}
.fi-rr-delete-document:before {
  content: "\f529";
}
.fi-rr-delete-right:before {
  content: "\f52a";
}
.fi-rr-delete-user:before {
  content: "\f52b";
}
.fi-rr-delete:before {
  content: "\f52c";
}
.fi-rr-democrat:before {
  content: "\f52d";
}
.fi-rr-department-structure:before {
  content: "\f52e";
}
.fi-rr-department:before {
  content: "\f52f";
}
.fi-rr-deposit-alt:before {
  content: "\f530";
}
.fi-rr-deposit:before {
  content: "\f531";
}
.fi-rr-description-alt:before {
  content: "\f532";
}
.fi-rr-description:before {
  content: "\f533";
}
.fi-rr-desk:before {
  content: "\f534";
}
.fi-rr-desktop-arrow-down:before {
  content: "\f535";
}
.fi-rr-desktop-wallpaper:before {
  content: "\f536";
}
.fi-rr-devices:before {
  content: "\f537";
}
.fi-rr-dewpoint:before {
  content: "\f538";
}
.fi-rr-dharmachakra:before {
  content: "\f539";
}
.fi-rr-diagram-cells:before {
  content: "\f53a";
}
.fi-rr-diagram-lean-canvas:before {
  content: "\f53b";
}
.fi-rr-diagram-nested:before {
  content: "\f53c";
}
.fi-rr-diagram-next:before {
  content: "\f53d";
}
.fi-rr-diagram-predecessor:before {
  content: "\f53e";
}
.fi-rr-diagram-previous:before {
  content: "\f53f";
}
.fi-rr-diagram-project:before {
  content: "\f540";
}
.fi-rr-diagram-sankey:before {
  content: "\f541";
}
.fi-rr-diagram-subtask:before {
  content: "\f542";
}
.fi-rr-diagram-successor:before {
  content: "\f543";
}
.fi-rr-diagram-venn:before {
  content: "\f544";
}
.fi-rr-dial-high:before {
  content: "\f545";
}
.fi-rr-dial-low:before {
  content: "\f546";
}
.fi-rr-dial-max:before {
  content: "\f547";
}
.fi-rr-dial-med-low:before {
  content: "\f548";
}
.fi-rr-dial-med:before {
  content: "\f549";
}
.fi-rr-dial-min:before {
  content: "\f54a";
}
.fi-rr-dial-off:before {
  content: "\f54b";
}
.fi-rr-dial:before {
  content: "\f54c";
}
.fi-rr-diamond-exclamation:before {
  content: "\f54d";
}
.fi-rr-diamond-turn-right:before {
  content: "\f54e";
}
.fi-rr-diamond:before {
  content: "\f54f";
}
.fi-rr-diary-bookmark-down:before {
  content: "\f550";
}
.fi-rr-diary-bookmarks:before {
  content: "\f551";
}
.fi-rr-diary-clasp:before {
  content: "\f552";
}
.fi-rr-dice-alt:before {
  content: "\f553";
}
.fi-rr-dice-d10:before {
  content: "\f554";
}
.fi-rr-dice-d12:before {
  content: "\f555";
}
.fi-rr-dice-d20:before {
  content: "\f556";
}
.fi-rr-dice-d4:before {
  content: "\f557";
}
.fi-rr-dice-d6:before {
  content: "\f558";
}
.fi-rr-dice-d8:before {
  content: "\f559";
}
.fi-rr-dice-four:before {
  content: "\f55a";
}
.fi-rr-dice-one:before {
  content: "\f55b";
}
.fi-rr-dice-six:before {
  content: "\f55c";
}
.fi-rr-dice-three:before {
  content: "\f55d";
}
.fi-rr-dice-two:before {
  content: "\f55e";
}
.fi-rr-dice:before {
  content: "\f55f";
}
.fi-rr-digging:before {
  content: "\f560";
}
.fi-rr-digital-tachograph:before {
  content: "\f561";
}
.fi-rr-dinner:before {
  content: "\f562";
}
.fi-rr-diploma:before {
  content: "\f563";
}
.fi-rr-direction-signal-arrow:before {
  content: "\f564";
}
.fi-rr-direction-signal:before {
  content: "\f565";
}
.fi-rr-disc-drive:before {
  content: "\f566";
}
.fi-rr-disco-ball:before {
  content: "\f567";
}
.fi-rr-discover:before {
  content: "\f568";
}
.fi-rr-disease:before {
  content: "\f569";
}
.fi-rr-disk:before {
  content: "\f56a";
}
.fi-rr-display-arrow-down:before {
  content: "\f56b";
}
.fi-rr-display-chart-up:before {
  content: "\f56c";
}
.fi-rr-display-code:before {
  content: "\f56d";
}
.fi-rr-display-medical:before {
  content: "\f56e";
}
.fi-rr-display-slash:before {
  content: "\f56f";
}
.fi-rr-distribute-spacing-horizontal:before {
  content: "\f570";
}
.fi-rr-distribute-spacing-vertical:before {
  content: "\f571";
}
.fi-rr-divide:before {
  content: "\f572";
}
.fi-rr-dizzy:before {
  content: "\f573";
}
.fi-rr-dna:before {
  content: "\f574";
}
.fi-rr-do-not-enter:before {
  content: "\f575";
}
.fi-rr-doctor:before {
  content: "\f576";
}
.fi-rr-document-circle-wrong:before {
  content: "\f577";
}
.fi-rr-document-paid:before {
  content: "\f578";
}
.fi-rr-document-signed:before {
  content: "\f579";
}
.fi-rr-document:before {
  content: "\f57a";
}
.fi-rr-dog-leashed:before {
  content: "\f57b";
}
.fi-rr-dog:before {
  content: "\f57c";
}
.fi-rr-dollar:before {
  content: "\f57d";
}
.fi-rr-dolly-flatbed-alt:before {
  content: "\f57e";
}
.fi-rr-dolly-flatbed-empty:before {
  content: "\f57f";
}
.fi-rr-dolly-flatbed:before {
  content: "\f580";
}
.fi-rr-dolphin:before {
  content: "\f581";
}
.fi-rr-domino-effect:before {
  content: "\f582";
}
.fi-rr-donate:before {
  content: "\f583";
}
.fi-rr-dong-sign:before {
  content: "\f584";
}
.fi-rr-donut:before {
  content: "\f585";
}
.fi-rr-door-closed:before {
  content: "\f586";
}
.fi-rr-door-open:before {
  content: "\f587";
}
.fi-rr-dot-circle:before {
  content: "\f588";
}
.fi-rr-dot-pending:before {
  content: "\f589";
}
.fi-rr-dove:before {
  content: "\f58a";
}
.fi-rr-down-from-bracket:before {
  content: "\f58b";
}
.fi-rr-down-left-and-up-right-to-center:before {
  content: "\f58c";
}
.fi-rr-down-left:before {
  content: "\f58d";
}
.fi-rr-down-right:before {
  content: "\f58e";
}
.fi-rr-down-to-line:before {
  content: "\f58f";
}
.fi-rr-down:before {
  content: "\f590";
}
.fi-rr-download:before {
  content: "\f591";
}
.fi-rr-drafting-compass:before {
  content: "\f592";
}
.fi-rr-dragon:before {
  content: "\f593";
}
.fi-rr-draw-polygon:before {
  content: "\f594";
}
.fi-rr-draw-square:before {
  content: "\f595";
}
.fi-rr-drawer-alt:before {
  content: "\f596";
}
.fi-rr-drawer-empty:before {
  content: "\f597";
}
.fi-rr-drawer:before {
  content: "\f598";
}
.fi-rr-dreidel:before {
  content: "\f599";
}
.fi-rr-drink-alt:before {
  content: "\f59a";
}
.fi-rr-driver-man:before {
  content: "\f59b";
}
.fi-rr-driver-woman:before {
  content: "\f59c";
}
.fi-rr-drone-alt:before {
  content: "\f59d";
}
.fi-rr-drone-front:before {
  content: "\f59e";
}
.fi-rr-drone:before {
  content: "\f59f";
}
.fi-rr-drop-down:before {
  content: "\f5a0";
}
.fi-rr-dropdown-select:before {
  content: "\f5a1";
}
.fi-rr-dropdown:before {
  content: "\f5a2";
}
.fi-rr-drum-steelpan:before {
  content: "\f5a3";
}
.fi-rr-drum:before {
  content: "\f5a4";
}
.fi-rr-drumstick-bite:before {
  content: "\f5a5";
}
.fi-rr-drumstick:before {
  content: "\f5a6";
}
.fi-rr-dryer-alt:before {
  content: "\f5a7";
}
.fi-rr-dryer:before {
  content: "\f5a8";
}
.fi-rr-duck:before {
  content: "\f5a9";
}
.fi-rr-dumbbell-fitness:before {
  content: "\f5aa";
}
.fi-rr-dumbbell-horizontal:before {
  content: "\f5ab";
}
.fi-rr-dumbbell-ray:before {
  content: "\f5ac";
}
.fi-rr-dumbbell-weightlifting:before {
  content: "\f5ad";
}
.fi-rr-dumpster-fire:before {
  content: "\f5ae";
}
.fi-rr-dumpster:before {
  content: "\f5af";
}
.fi-rr-dungeon:before {
  content: "\f5b0";
}
.fi-rr-duplicate:before {
  content: "\f5b1";
}
.fi-rr-duration-alt:before {
  content: "\f5b2";
}
.fi-rr-duration:before {
  content: "\f5b3";
}
.fi-rr-e-learning:before {
  content: "\f5b4";
}
.fi-rr-e:before {
  content: "\f5b5";
}
.fi-rr-ear-deaf:before {
  content: "\f5b6";
}
.fi-rr-ear-muffs:before {
  content: "\f5b7";
}
.fi-rr-ear:before {
  content: "\f5b8";
}
.fi-rr-earnings:before {
  content: "\f5b9";
}
.fi-rr-earth-africa:before {
  content: "\f5ba";
}
.fi-rr-earth-americas:before {
  content: "\f5bb";
}
.fi-rr-earth-asia:before {
  content: "\f5bc";
}
.fi-rr-earth-europa:before {
  content: "\f5bd";
}
.fi-rr-eclipse-alt:before {
  content: "\f5be";
}
.fi-rr-eclipse:before {
  content: "\f5bf";
}
.fi-rr-edit-alt:before {
  content: "\f5c0";
}
.fi-rr-edit:before {
  content: "\f5c1";
}
.fi-rr-effect:before {
  content: "\f5c2";
}
.fi-rr-egg-fried:before {
  content: "\f5c3";
}
.fi-rr-egg:before {
  content: "\f5c4";
}
.fi-rr-eject:before {
  content: "\f5c5";
}
.fi-rr-elephant:before {
  content: "\f5c6";
}
.fi-rr-elevator:before {
  content: "\f5c7";
}
.fi-rr-email-pending:before {
  content: "\f5c8";
}
.fi-rr-employee-alt:before {
  content: "\f5c9";
}
.fi-rr-employee-handbook:before {
  content: "\f5ca";
}
.fi-rr-employee-man-alt:before {
  content: "\f5cb";
}
.fi-rr-employee-man:before {
  content: "\f5cc";
}
.fi-rr-employees-woman-man:before {
  content: "\f5cd";
}
.fi-rr-employees:before {
  content: "\f5ce";
}
.fi-rr-empty-set:before {
  content: "\f5cf";
}
.fi-rr-endless-loop:before {
  content: "\f5d0";
}
.fi-rr-engine-warning:before {
  content: "\f5d1";
}
.fi-rr-engine:before {
  content: "\f5d2";
}
.fi-rr-enter:before {
  content: "\f5d3";
}
.fi-rr-envelope-ban:before {
  content: "\f5d4";
}
.fi-rr-envelope-bulk:before {
  content: "\f5d5";
}
.fi-rr-envelope-dot:before {
  content: "\f5d6";
}
.fi-rr-envelope-download:before {
  content: "\f5d7";
}
.fi-rr-envelope-heart:before {
  content: "\f5d8";
}
.fi-rr-envelope-marker:before {
  content: "\f5d9";
}
.fi-rr-envelope-open-dollar:before {
  content: "\f5da";
}
.fi-rr-envelope-open-text:before {
  content: "\f5db";
}
.fi-rr-envelope-open:before {
  content: "\f5dc";
}
.fi-rr-envelope-plus:before {
  content: "\f5dd";
}
.fi-rr-envelope:before {
  content: "\f5de";
}
.fi-rr-envelopes:before {
  content: "\f5df";
}
.fi-rr-equality:before {
  content: "\f5e0";
}
.fi-rr-equals:before {
  content: "\f5e1";
}
.fi-rr-eraser:before {
  content: "\f5e2";
}
.fi-rr-error-camera:before {
  content: "\f5e3";
}
.fi-rr-escalator:before {
  content: "\f5e4";
}
.fi-rr-ethernet:before {
  content: "\f5e5";
}
.fi-rr-euro:before {
  content: "\f5e6";
}
.fi-rr-excavator:before {
  content: "\f5e7";
}
.fi-rr-exchange-alt:before {
  content: "\f5e8";
}
.fi-rr-exchange-cryptocurrency:before {
  content: "\f5e9";
}
.fi-rr-exchange:before {
  content: "\f5ea";
}
.fi-rr-exclamation:before {
  content: "\f5eb";
}
.fi-rr-exit-alt:before {
  content: "\f5ec";
}
.fi-rr-exit:before {
  content: "\f5ed";
}
.fi-rr-expand-arrows-alt:before {
  content: "\f5ee";
}
.fi-rr-expand-arrows:before {
  content: "\f5ef";
}
.fi-rr-expand:before {
  content: "\f5f0";
}
.fi-rr-expense-bill:before {
  content: "\f5f1";
}
.fi-rr-expense:before {
  content: "\f5f2";
}
.fi-rr-external-hard-drive:before {
  content: "\f5f3";
}
.fi-rr-external-world:before {
  content: "\f5f4";
}
.fi-rr-eye-crossed:before {
  content: "\f5f5";
}
.fi-rr-eye-dropper-half:before {
  content: "\f5f6";
}
.fi-rr-eye-dropper:before {
  content: "\f5f7";
}
.fi-rr-eye:before {
  content: "\f5f8";
}
.fi-rr-eyes:before {
  content: "\f5f9";
}
.fi-rr-f:before {
  content: "\f5fa";
}
.fi-rr-fabric:before {
  content: "\f5fb";
}
.fi-rr-face-angry-horns:before {
  content: "\f5fc";
}
.fi-rr-face-anguished:before {
  content: "\f5fd";
}
.fi-rr-face-anxious-sweat:before {
  content: "\f5fe";
}
.fi-rr-face-astonished:before {
  content: "\f5ff";
}
.fi-rr-face-awesome:before {
  content: "\f600";
}
.fi-rr-face-beam-hand-over-mouth:before {
  content: "\f601";
}
.fi-rr-face-confounded:before {
  content: "\f602";
}
.fi-rr-face-confused:before {
  content: "\f603";
}
.fi-rr-face-cowboy-hat:before {
  content: "\f604";
}
.fi-rr-face-disappointed:before {
  content: "\f605";
}
.fi-rr-face-disguise:before {
  content: "\f606";
}
.fi-rr-face-downcast-sweat:before {
  content: "\f607";
}
.fi-rr-face-drooling:before {
  content: "\f608";
}
.fi-rr-face-explode:before {
  content: "\f609";
}
.fi-rr-face-expressionless:before {
  content: "\f60a";
}
.fi-rr-face-eyes-xmarks:before {
  content: "\f60b";
}
.fi-rr-face-fearful:before {
  content: "\f60c";
}
.fi-rr-face-glasses:before {
  content: "\f60d";
}
.fi-rr-face-grin-tongue-wink:before {
  content: "\f60e";
}
.fi-rr-face-hand-yawn:before {
  content: "\f60f";
}
.fi-rr-face-head-bandage:before {
  content: "\f610";
}
.fi-rr-face-hushed:before {
  content: "\f611";
}
.fi-rr-face-icicles:before {
  content: "\f612";
}
.fi-rr-face-lying:before {
  content: "\f613";
}
.fi-rr-face-mask:before {
  content: "\f614";
}
.fi-rr-face-monocle:before {
  content: "\f615";
}
.fi-rr-face-nauseated:before {
  content: "\f616";
}
.fi-rr-face-nose-steam:before {
  content: "\f617";
}
.fi-rr-face-party:before {
  content: "\f618";
}
.fi-rr-face-pensive:before {
  content: "\f619";
}
.fi-rr-face-persevering:before {
  content: "\f61a";
}
.fi-rr-face-pleading:before {
  content: "\f61b";
}
.fi-rr-face-raised-eyebrow:before {
  content: "\f61c";
}
.fi-rr-face-relieved:before {
  content: "\f61d";
}
.fi-rr-face-sad-sweat:before {
  content: "\f61e";
}
.fi-rr-face-scream:before {
  content: "\f61f";
}
.fi-rr-face-shush:before {
  content: "\f620";
}
.fi-rr-face-sleeping:before {
  content: "\f621";
}
.fi-rr-face-sleepy:before {
  content: "\f622";
}
.fi-rr-face-smile-halo:before {
  content: "\f623";
}
.fi-rr-face-smile-hearts:before {
  content: "\f624";
}
.fi-rr-face-smile-horns:before {
  content: "\f625";
}
.fi-rr-face-smile-tear:before {
  content: "\f626";
}
.fi-rr-face-smile-tongue:before {
  content: "\f627";
}
.fi-rr-face-smile-upside-down:before {
  content: "\f628";
}
.fi-rr-face-smiling-hands:before {
  content: "\f629";
}
.fi-rr-face-smirking:before {
  content: "\f62a";
}
.fi-rr-face-sunglasses-alt:before {
  content: "\f62b";
}
.fi-rr-face-sunglasses:before {
  content: "\f62c";
}
.fi-rr-face-swear:before {
  content: "\f62d";
}
.fi-rr-face-thermometer:before {
  content: "\f62e";
}
.fi-rr-face-thinking:before {
  content: "\f62f";
}
.fi-rr-face-tissue:before {
  content: "\f630";
}
.fi-rr-face-tongue-money:before {
  content: "\f631";
}
.fi-rr-face-tongue-sweat:before {
  content: "\f632";
}
.fi-rr-face-unamused:before {
  content: "\f633";
}
.fi-rr-face-viewfinder:before {
  content: "\f634";
}
.fi-rr-face-vomit:before {
  content: "\f635";
}
.fi-rr-face-weary:before {
  content: "\f636";
}
.fi-rr-face-woozy:before {
  content: "\f637";
}
.fi-rr-face-worried:before {
  content: "\f638";
}
.fi-rr-face-zany:before {
  content: "\f639";
}
.fi-rr-face-zipper:before {
  content: "\f63a";
}
.fi-rr-fail:before {
  content: "\f63b";
}
.fi-rr-falafel:before {
  content: "\f63c";
}
.fi-rr-family-dress:before {
  content: "\f63d";
}
.fi-rr-family-pants:before {
  content: "\f63e";
}
.fi-rr-family:before {
  content: "\f63f";
}
.fi-rr-fan-table:before {
  content: "\f640";
}
.fi-rr-fan:before {
  content: "\f641";
}
.fi-rr-farm:before {
  content: "\f642";
}
.fi-rr-faucet-drip:before {
  content: "\f643";
}
.fi-rr-faucet:before {
  content: "\f644";
}
.fi-rr-fax:before {
  content: "\f645";
}
.fi-rr-feather-pointed:before {
  content: "\f646";
}
.fi-rr-feather:before {
  content: "\f647";
}
.fi-rr-features-alt:before {
  content: "\f648";
}
.fi-rr-features:before {
  content: "\f649";
}
.fi-rr-fee-receipt:before {
  content: "\f64a";
}
.fi-rr-fee:before {
  content: "\f64b";
}
.fi-rr-feedback-alt:before {
  content: "\f64c";
}
.fi-rr-feedback-cycle-loop:before {
  content: "\f64d";
}
.fi-rr-feedback-hand:before {
  content: "\f64e";
}
.fi-rr-feedback-review:before {
  content: "\f64f";
}
.fi-rr-feedback:before {
  content: "\f650";
}
.fi-rr-fence:before {
  content: "\f651";
}
.fi-rr-ferris-wheel:before {
  content: "\f652";
}
.fi-rr-fighter-jet:before {
  content: "\f653";
}
.fi-rr-file-ai:before {
  content: "\f654";
}
.fi-rr-file-audio:before {
  content: "\f655";
}
.fi-rr-file-binary:before {
  content: "\f656";
}
.fi-rr-file-chart-line:before {
  content: "\f657";
}
.fi-rr-file-chart-pie:before {
  content: "\f658";
}
.fi-rr-file-circle-info:before {
  content: "\f659";
}
.fi-rr-file-cloud:before {
  content: "\f65a";
}
.fi-rr-file-code:before {
  content: "\f65b";
}
.fi-rr-file-csv:before {
  content: "\f65c";
}
.fi-rr-file-download:before {
  content: "\f65d";
}
.fi-rr-file-edit:before {
  content: "\f65e";
}
.fi-rr-file-eps:before {
  content: "\f65f";
}
.fi-rr-file-excel:before {
  content: "\f660";
}
.fi-rr-file-exclamation:before {
  content: "\f661";
}
.fi-rr-file-export:before {
  content: "\f662";
}
.fi-rr-file-image:before {
  content: "\f663";
}
.fi-rr-file-import:before {
  content: "\f664";
}
.fi-rr-file-invoice-dollar:before {
  content: "\f665";
}
.fi-rr-file-invoice:before {
  content: "\f666";
}
.fi-rr-file-medical-alt:before {
  content: "\f667";
}
.fi-rr-file-medical:before {
  content: "\f668";
}
.fi-rr-file-minus:before {
  content: "\f669";
}
.fi-rr-file-pdf:before {
  content: "\f66a";
}
.fi-rr-file-powerpoint:before {
  content: "\f66b";
}
.fi-rr-file-prescription:before {
  content: "\f66c";
}
.fi-rr-file-psd:before {
  content: "\f66d";
}
.fi-rr-file-signature:before {
  content: "\f66e";
}
.fi-rr-file-spreadsheet:before {
  content: "\f66f";
}
.fi-rr-file-upload:before {
  content: "\f670";
}
.fi-rr-file-user:before {
  content: "\f671";
}
.fi-rr-file-video:before {
  content: "\f672";
}
.fi-rr-file-word:before {
  content: "\f673";
}
.fi-rr-file-zipper:before {
  content: "\f674";
}
.fi-rr-file:before {
  content: "\f675";
}
.fi-rr-files-medical:before {
  content: "\f676";
}
.fi-rr-fill:before {
  content: "\f677";
}
.fi-rr-film-canister:before {
  content: "\f678";
}
.fi-rr-film-slash:before {
  content: "\f679";
}
.fi-rr-film:before {
  content: "\f67a";
}
.fi-rr-films:before {
  content: "\f67b";
}
.fi-rr-filter-list:before {
  content: "\f67c";
}
.fi-rr-filter-slash:before {
  content: "\f67d";
}
.fi-rr-filter:before {
  content: "\f67e";
}
.fi-rr-filters:before {
  content: "\f67f";
}
.fi-rr-fingerprint-security-risk:before {
  content: "\f680";
}
.fi-rr-fingerprint:before {
  content: "\f681";
}
.fi-rr-fire-burner:before {
  content: "\f682";
}
.fi-rr-fire-extinguisher:before {
  content: "\f683";
}
.fi-rr-fire-flame-curved:before {
  content: "\f684";
}
.fi-rr-fire-flame-simple:before {
  content: "\f685";
}
.fi-rr-fire-hydrant:before {
  content: "\f686";
}
.fi-rr-fire-smoke:before {
  content: "\f687";
}
.fi-rr-fireplace:before {
  content: "\f688";
}
.fi-rr-first-award:before {
  content: "\f689";
}
.fi-rr-first-laurel:before {
  content: "\f68a";
}
.fi-rr-first-medal:before {
  content: "\f68b";
}
.fi-rr-first:before {
  content: "\f68c";
}
.fi-rr-fish-bones:before {
  content: "\f68d";
}
.fi-rr-fish-cooked:before {
  content: "\f68e";
}
.fi-rr-fish:before {
  content: "\f68f";
}
.fi-rr-fishing-rod:before {
  content: "\f690";
}
.fi-rr-fist-move:before {
  content: "\f691";
}
.fi-rr-flag-alt:before {
  content: "\f692";
}
.fi-rr-flag-checkered:before {
  content: "\f693";
}
.fi-rr-flag-usa:before {
  content: "\f694";
}
.fi-rr-flag:before {
  content: "\f695";
}
.fi-rr-flame:before {
  content: "\f696";
}
.fi-rr-flashlight:before {
  content: "\f697";
}
.fi-rr-flask-gear:before {
  content: "\f698";
}
.fi-rr-flask-poison:before {
  content: "\f699";
}
.fi-rr-flask-potion:before {
  content: "\f69a";
}
.fi-rr-flask:before {
  content: "\f69b";
}
.fi-rr-flatbread-stuffed:before {
  content: "\f69c";
}
.fi-rr-flatbread:before {
  content: "\f69d";
}
.fi-rr-flip-horizontal:before {
  content: "\f69e";
}
.fi-rr-floor-alt:before {
  content: "\f69f";
}
.fi-rr-floor-layer:before {
  content: "\f6a0";
}
.fi-rr-floor:before {
  content: "\f6a1";
}
.fi-rr-floppy-disk-circle-arrow-right:before {
  content: "\f6a2";
}
.fi-rr-floppy-disk-circle-xmark:before {
  content: "\f6a3";
}
.fi-rr-floppy-disk-pen:before {
  content: "\f6a4";
}
.fi-rr-floppy-disks:before {
  content: "\f6a5";
}
.fi-rr-florin-sign:before {
  content: "\f6a6";
}
.fi-rr-flower-bouquet:before {
  content: "\f6a7";
}
.fi-rr-flower-butterfly:before {
  content: "\f6a8";
}
.fi-rr-flower-daffodil:before {
  content: "\f6a9";
}
.fi-rr-flower-tulip:before {
  content: "\f6aa";
}
.fi-rr-flower:before {
  content: "\f6ab";
}
.fi-rr-flushed:before {
  content: "\f6ac";
}
.fi-rr-flute:before {
  content: "\f6ad";
}
.fi-rr-flux-capacitor:before {
  content: "\f6ae";
}
.fi-rr-fly-insect:before {
  content: "\f6af";
}
.fi-rr-flying-disc:before {
  content: "\f6b0";
}
.fi-rr-fog:before {
  content: "\f6b1";
}
.fi-rr-folder-download:before {
  content: "\f6b2";
}
.fi-rr-folder-fire:before {
  content: "\f6b3";
}
.fi-rr-folder-minus:before {
  content: "\f6b4";
}
.fi-rr-folder-open:before {
  content: "\f6b5";
}
.fi-rr-folder-times:before {
  content: "\f6b6";
}
.fi-rr-folder-tree:before {
  content: "\f6b7";
}
.fi-rr-folder-upload:before {
  content: "\f6b8";
}
.fi-rr-folder-xmark:before {
  content: "\f6b9";
}
.fi-rr-folder:before {
  content: "\f6ba";
}
.fi-rr-folders:before {
  content: "\f6bb";
}
.fi-rr-follow-folder:before {
  content: "\f6bc";
}
.fi-rr-followcollection:before {
  content: "\f6bd";
}
.fi-rr-following:before {
  content: "\f6be";
}
.fi-rr-fondue-pot:before {
  content: "\f6bf";
}
.fi-rr-football:before {
  content: "\f6c0";
}
.fi-rr-foreign-language-audio:before {
  content: "\f6c1";
}
.fi-rr-fork:before {
  content: "\f6c2";
}
.fi-rr-forklift:before {
  content: "\f6c3";
}
.fi-rr-form:before {
  content: "\f6c4";
}
.fi-rr-fort:before {
  content: "\f6c5";
}
.fi-rr-forward-fast:before {
  content: "\f6c6";
}
.fi-rr-forward:before {
  content: "\f6c7";
}
.fi-rr-fox:before {
  content: "\f6c8";
}
.fi-rr-frame:before {
  content: "\f6c9";
}
.fi-rr-franc-sign:before {
  content: "\f6ca";
}
.fi-rr-free-delivery:before {
  content: "\f6cb";
}
.fi-rr-free:before {
  content: "\f6cc";
}
.fi-rr-french-fries:before {
  content: "\f6cd";
}
.fi-rr-friday:before {
  content: "\f6ce";
}
.fi-rr-frog:before {
  content: "\f6cf";
}
.fi-rr-frown:before {
  content: "\f6d0";
}
.fi-rr-ftp:before {
  content: "\f6d1";
}
.fi-rr-fuel-gauge:before {
  content: "\f6d2";
}
.fi-rr-function-process:before {
  content: "\f6d3";
}
.fi-rr-function-square:before {
  content: "\f6d4";
}
.fi-rr-function:before {
  content: "\f6d5";
}
.fi-rr-funnel-dollar:before {
  content: "\f6d6";
}
.fi-rr-g:before {
  content: "\f6d7";
}
.fi-rr-galaxy-alt:before {
  content: "\f6d8";
}
.fi-rr-galaxy-planet:before {
  content: "\f6d9";
}
.fi-rr-galaxy-star:before {
  content: "\f6da";
}
.fi-rr-galaxy:before {
  content: "\f6db";
}
.fi-rr-gallery-thumbnails:before {
  content: "\f6dc";
}
.fi-rr-gallery:before {
  content: "\f6dd";
}
.fi-rr-game-board-alt:before {
  content: "\f6de";
}
.fi-rr-gamepad:before {
  content: "\f6df";
}
.fi-rr-garage-car:before {
  content: "\f6e0";
}
.fi-rr-garage-open:before {
  content: "\f6e1";
}
.fi-rr-garage:before {
  content: "\f6e2";
}
.fi-rr-garlic-alt:before {
  content: "\f6e3";
}
.fi-rr-garlic:before {
  content: "\f6e4";
}
.fi-rr-gas-pump-alt:before {
  content: "\f6e5";
}
.fi-rr-gas-pump-slash:before {
  content: "\f6e6";
}
.fi-rr-gas-pump:before {
  content: "\f6e7";
}
.fi-rr-gauge-circle-bolt:before {
  content: "\f6e8";
}
.fi-rr-gauge-circle-minus:before {
  content: "\f6e9";
}
.fi-rr-gauge-circle-plus:before {
  content: "\f6ea";
}
.fi-rr-gavel:before {
  content: "\f6eb";
}
.fi-rr-gay-couple:before {
  content: "\f6ec";
}
.fi-rr-gears:before {
  content: "\f6ed";
}
.fi-rr-gem:before {
  content: "\f6ee";
}
.fi-rr-general:before {
  content: "\f6ef";
}
.fi-rr-ghost:before {
  content: "\f6f0";
}
.fi-rr-gif-square:before {
  content: "\f6f1";
}
.fi-rr-gif:before {
  content: "\f6f2";
}
.fi-rr-gift-box-benefits:before {
  content: "\f6f3";
}
.fi-rr-gift-card:before {
  content: "\f6f4";
}
.fi-rr-gift:before {
  content: "\f6f5";
}
.fi-rr-gifts:before {
  content: "\f6f6";
}
.fi-rr-gingerbread-man:before {
  content: "\f6f7";
}
.fi-rr-glass-champagne:before {
  content: "\f6f8";
}
.fi-rr-glass-cheers:before {
  content: "\f6f9";
}
.fi-rr-glass-citrus:before {
  content: "\f6fa";
}
.fi-rr-glass-empty:before {
  content: "\f6fb";
}
.fi-rr-glass-half:before {
  content: "\f6fc";
}
.fi-rr-glass-water-droplet:before {
  content: "\f6fd";
}
.fi-rr-glass-whiskey-rocks:before {
  content: "\f6fe";
}
.fi-rr-glass-whiskey:before {
  content: "\f6ff";
}
.fi-rr-glass:before {
  content: "\f700";
}
.fi-rr-glasses:before {
  content: "\f701";
}
.fi-rr-globe-alt:before {
  content: "\f702";
}
.fi-rr-globe-pointer:before {
  content: "\f703";
}
.fi-rr-globe-snow:before {
  content: "\f704";
}
.fi-rr-globe:before {
  content: "\f705";
}
.fi-rr-goal-net:before {
  content: "\f706";
}
.fi-rr-golf-ball:before {
  content: "\f707";
}
.fi-rr-golf-hole:before {
  content: "\f708";
}
.fi-rr-golf:before {
  content: "\f709";
}
.fi-rr-gopuram:before {
  content: "\f70a";
}
.fi-rr-government-budget:before {
  content: "\f70b";
}
.fi-rr-government-flag:before {
  content: "\f70c";
}
.fi-rr-government-user:before {
  content: "\f70d";
}
.fi-rr-gps-navigation:before {
  content: "\f70e";
}
.fi-rr-graduation-cap:before {
  content: "\f70f";
}
.fi-rr-gramophone:before {
  content: "\f710";
}
.fi-rr-grape:before {
  content: "\f711";
}
.fi-rr-graph-curve:before {
  content: "\f712";
}
.fi-rr-graphic-style:before {
  content: "\f713";
}
.fi-rr-graphic-tablet:before {
  content: "\f714";
}
.fi-rr-grate-droplet:before {
  content: "\f715";
}
.fi-rr-grate:before {
  content: "\f716";
}
.fi-rr-greater-than-equal:before {
  content: "\f717";
}
.fi-rr-greater-than:before {
  content: "\f718";
}
.fi-rr-greek-helmet:before {
  content: "\f719";
}
.fi-rr-grid-alt:before {
  content: "\f71a";
}
.fi-rr-grid-dividers:before {
  content: "\f71b";
}
.fi-rr-grid:before {
  content: "\f71c";
}
.fi-rr-grill-hot-alt:before {
  content: "\f71d";
}
.fi-rr-grill:before {
  content: "\f71e";
}
.fi-rr-grimace:before {
  content: "\f71f";
}
.fi-rr-grin-alt:before {
  content: "\f720";
}
.fi-rr-grin-beam-sweat:before {
  content: "\f721";
}
.fi-rr-grin-beam:before {
  content: "\f722";
}
.fi-rr-grin-hearts:before {
  content: "\f723";
}
.fi-rr-grin-squint-tears:before {
  content: "\f724";
}
.fi-rr-grin-squint:before {
  content: "\f725";
}
.fi-rr-grin-stars:before {
  content: "\f726";
}
.fi-rr-grin-tears:before {
  content: "\f727";
}
.fi-rr-grin-tongue-squint:before {
  content: "\f728";
}
.fi-rr-grin-tongue-wink:before {
  content: "\f729";
}
.fi-rr-grin-tongue:before {
  content: "\f72a";
}
.fi-rr-grin-wink:before {
  content: "\f72b";
}
.fi-rr-grin:before {
  content: "\f72c";
}
.fi-rr-grip-dots-vertical:before {
  content: "\f72d";
}
.fi-rr-grip-dots:before {
  content: "\f72e";
}
.fi-rr-grip-horizontal:before {
  content: "\f72f";
}
.fi-rr-grip-lines-vertical:before {
  content: "\f730";
}
.fi-rr-grip-lines:before {
  content: "\f731";
}
.fi-rr-grip-vertical:before {
  content: "\f732";
}
.fi-rr-grocery-bag:before {
  content: "\f733";
}
.fi-rr-grocery-basket:before {
  content: "\f734";
}
.fi-rr-group-arrows-rotate:before {
  content: "\f735";
}
.fi-rr-group-call:before {
  content: "\f736";
}
.fi-rr-group-community-social-media:before {
  content: "\f737";
}
.fi-rr-growth-chart-invest:before {
  content: "\f738";
}
.fi-rr-guarani-sign:before {
  content: "\f739";
}
.fi-rr-guide-alt:before {
  content: "\f73a";
}
.fi-rr-guide:before {
  content: "\f73b";
}
.fi-rr-guitar-electric:before {
  content: "\f73c";
}
.fi-rr-guitar:before {
  content: "\f73d";
}
.fi-rr-guitars:before {
  content: "\f73e";
}
.fi-rr-gun-squirt:before {
  content: "\f73f";
}
.fi-rr-gym:before {
  content: "\f740";
}
.fi-rr-h-square:before {
  content: "\f741";
}
.fi-rr-h:before {
  content: "\f742";
}
.fi-rr-h1:before {
  content: "\f743";
}
.fi-rr-h2:before {
  content: "\f744";
}
.fi-rr-h3:before {
  content: "\f745";
}
.fi-rr-h4:before {
  content: "\f746";
}
.fi-rr-hair-clipper:before {
  content: "\f747";
}
.fi-rr-hamburger-soda:before {
  content: "\f748";
}
.fi-rr-hamburger:before {
  content: "\f749";
}
.fi-rr-hammer-crash:before {
  content: "\f74a";
}
.fi-rr-hammer-war:before {
  content: "\f74b";
}
.fi-rr-hammer:before {
  content: "\f74c";
}
.fi-rr-hamsa:before {
  content: "\f74d";
}
.fi-rr-hand-back-fist:before {
  content: "\f74e";
}
.fi-rr-hand-back-point-down:before {
  content: "\f74f";
}
.fi-rr-hand-back-point-left:before {
  content: "\f750";
}
.fi-rr-hand-back-point-ribbon:before {
  content: "\f751";
}
.fi-rr-hand-back-point-right:before {
  content: "\f752";
}
.fi-rr-hand-bill:before {
  content: "\f753";
}
.fi-rr-hand-dots:before {
  content: "\f754";
}
.fi-rr-hand-fingers-crossed:before {
  content: "\f755";
}
.fi-rr-hand-fist:before {
  content: "\f756";
}
.fi-rr-hand-heart:before {
  content: "\f757";
}
.fi-rr-hand-holding-box:before {
  content: "\f758";
}
.fi-rr-hand-holding-droplet:before {
  content: "\f759";
}
.fi-rr-hand-holding-heart:before {
  content: "\f75a";
}
.fi-rr-hand-holding-magic:before {
  content: "\f75b";
}
.fi-rr-hand-holding-medical:before {
  content: "\f75c";
}
.fi-rr-hand-holding-seeding:before {
  content: "\f75d";
}
.fi-rr-hand-holding-skull:before {
  content: "\f75e";
}
.fi-rr-hand-holding-usd:before {
  content: "\f75f";
}
.fi-rr-hand-holding-water:before {
  content: "\f760";
}
.fi-rr-hand-horns:before {
  content: "\f761";
}
.fi-rr-hand-lizard:before {
  content: "\f762";
}
.fi-rr-hand-love:before {
  content: "\f763";
}
.fi-rr-hand-middle-finger:before {
  content: "\f764";
}
.fi-rr-hand-paper:before {
  content: "\f765";
}
.fi-rr-hand-peace:before {
  content: "\f766";
}
.fi-rr-hand-point-ribbon:before {
  content: "\f767";
}
.fi-rr-hand-scissors:before {
  content: "\f768";
}
.fi-rr-hand-sparkles:before {
  content: "\f769";
}
.fi-rr-hand-spock:before {
  content: "\f76a";
}
.fi-rr-hand-wave:before {
  content: "\f76b";
}
.fi-rr-hand:before {
  content: "\f76c";
}
.fi-rr-handmade:before {
  content: "\f76d";
}
.fi-rr-hands-bubbles:before {
  content: "\f76e";
}
.fi-rr-hands-clapping:before {
  content: "\f76f";
}
.fi-rr-hands-heart:before {
  content: "\f770";
}
.fi-rr-hands-holding-diamond:before {
  content: "\f771";
}
.fi-rr-hands-holding:before {
  content: "\f772";
}
.fi-rr-hands-usd:before {
  content: "\f773";
}
.fi-rr-handshake-angle:before {
  content: "\f774";
}
.fi-rr-handshake-deal-loan:before {
  content: "\f775";
}
.fi-rr-handshake-house:before {
  content: "\f776";
}
.fi-rr-handshake-simple-slash:before {
  content: "\f777";
}
.fi-rr-handshake-trust:before {
  content: "\f778";
}
.fi-rr-handshake:before {
  content: "\f779";
}
.fi-rr-hard-hat:before {
  content: "\f77a";
}
.fi-rr-hashtag-lock:before {
  content: "\f77b";
}
.fi-rr-hastag:before {
  content: "\f77c";
}
.fi-rr-hat-beach:before {
  content: "\f77d";
}
.fi-rr-hat-birthday:before {
  content: "\f77e";
}
.fi-rr-hat-chef:before {
  content: "\f77f";
}
.fi-rr-hat-cowboy-side:before {
  content: "\f780";
}
.fi-rr-hat-cowboy:before {
  content: "\f781";
}
.fi-rr-hat-santa:before {
  content: "\f782";
}
.fi-rr-hat-winter:before {
  content: "\f783";
}
.fi-rr-hat-witch:before {
  content: "\f784";
}
.fi-rr-hat-wizard:before {
  content: "\f785";
}
.fi-rr-hdd:before {
  content: "\f786";
}
.fi-rr-head-side-brain:before {
  content: "\f787";
}
.fi-rr-head-side-cough-slash:before {
  content: "\f788";
}
.fi-rr-head-side-cough:before {
  content: "\f789";
}
.fi-rr-head-side-headphones:before {
  content: "\f78a";
}
.fi-rr-head-side-heart:before {
  content: "\f78b";
}
.fi-rr-head-side-mask:before {
  content: "\f78c";
}
.fi-rr-head-side-medical:before {
  content: "\f78d";
}
.fi-rr-head-side-thinking:before {
  content: "\f78e";
}
.fi-rr-head-side-virus:before {
  content: "\f78f";
}
.fi-rr-head-side:before {
  content: "\f790";
}
.fi-rr-head-vr:before {
  content: "\f791";
}
.fi-rr-heading:before {
  content: "\f792";
}
.fi-rr-headphones:before {
  content: "\f793";
}
.fi-rr-headset:before {
  content: "\f794";
}
.fi-rr-heart-arrow:before {
  content: "\f795";
}
.fi-rr-heart-brain:before {
  content: "\f796";
}
.fi-rr-heart-crack:before {
  content: "\f797";
}
.fi-rr-heart-half-stroke:before {
  content: "\f798";
}
.fi-rr-heart-half:before {
  content: "\f799";
}
.fi-rr-heart-health-muscle:before {
  content: "\f79a";
}
.fi-rr-heart-lock:before {
  content: "\f79b";
}
.fi-rr-heart-partner-handshake:before {
  content: "\f79c";
}
.fi-rr-heart-rate:before {
  content: "\f79d";
}
.fi-rr-heart-slash:before {
  content: "\f79e";
}
.fi-rr-heart-upside-down:before {
  content: "\f79f";
}
.fi-rr-heart:before {
  content: "\f7a0";
}
.fi-rr-heat:before {
  content: "\f7a1";
}
.fi-rr-helicopter-side:before {
  content: "\f7a2";
}
.fi-rr-helmet-battle:before {
  content: "\f7a3";
}
.fi-rr-hexagon-check:before {
  content: "\f7a4";
}
.fi-rr-hexagon-divide:before {
  content: "\f7a5";
}
.fi-rr-hexagon-exclamation:before {
  content: "\f7a6";
}
.fi-rr-hexagon:before {
  content: "\f7a7";
}
.fi-rr-high-definition:before {
  content: "\f7a8";
}
.fi-rr-high-five-celebration-yes:before {
  content: "\f7a9";
}
.fi-rr-high-five:before {
  content: "\f7aa";
}
.fi-rr-highlighter-line:before {
  content: "\f7ab";
}
.fi-rr-highlighter:before {
  content: "\f7ac";
}
.fi-rr-hiking:before {
  content: "\f7ad";
}
.fi-rr-hippo:before {
  content: "\f7ae";
}
.fi-rr-hockey-puck:before {
  content: "\f7af";
}
.fi-rr-hockey-stick-puck:before {
  content: "\f7b0";
}
.fi-rr-hockey-sticks:before {
  content: "\f7b1";
}
.fi-rr-holding-hand-gear:before {
  content: "\f7b2";
}
.fi-rr-holding-hand-revenue:before {
  content: "\f7b3";
}
.fi-rr-holly-berry:before {
  content: "\f7b4";
}
.fi-rr-home-heart:before {
  content: "\f7b5";
}
.fi-rr-home-location-alt:before {
  content: "\f7b6";
}
.fi-rr-home-location:before {
  content: "\f7b7";
}
.fi-rr-home:before {
  content: "\f7b8";
}
.fi-rr-honey-pot:before {
  content: "\f7b9";
}
.fi-rr-hood-cloak:before {
  content: "\f7ba";
}
.fi-rr-horizontal-rule:before {
  content: "\f7bb";
}
.fi-rr-horse-head:before {
  content: "\f7bc";
}
.fi-rr-horse-saddle:before {
  content: "\f7bd";
}
.fi-rr-horse:before {
  content: "\f7be";
}
.fi-rr-horseshoe-broken:before {
  content: "\f7bf";
}
.fi-rr-horseshoe:before {
  content: "\f7c0";
}
.fi-rr-hose-reel:before {
  content: "\f7c1";
}
.fi-rr-hose:before {
  content: "\f7c2";
}
.fi-rr-hospital-symbol:before {
  content: "\f7c3";
}
.fi-rr-hospital-user:before {
  content: "\f7c4";
}
.fi-rr-hospital:before {
  content: "\f7c5";
}
.fi-rr-hospitals:before {
  content: "\f7c6";
}
.fi-rr-hot-tub:before {
  content: "\f7c7";
}
.fi-rr-hotdog:before {
  content: "\f7c8";
}
.fi-rr-hotel:before {
  content: "\f7c9";
}
.fi-rr-hourglass-end:before {
  content: "\f7ca";
}
.fi-rr-hourglass-start:before {
  content: "\f7cb";
}
.fi-rr-hourglass:before {
  content: "\f7cc";
}
.fi-rr-house-blank:before {
  content: "\f7cd";
}
.fi-rr-house-building:before {
  content: "\f7ce";
}
.fi-rr-house-chimney-blank:before {
  content: "\f7cf";
}
.fi-rr-house-chimney-crack:before {
  content: "\f7d0";
}
.fi-rr-house-chimney-heart:before {
  content: "\f7d1";
}
.fi-rr-house-chimney-medical:before {
  content: "\f7d2";
}
.fi-rr-house-chimney-user:before {
  content: "\f7d3";
}
.fi-rr-house-chimney-window:before {
  content: "\f7d4";
}
.fi-rr-house-chimney:before {
  content: "\f7d5";
}
.fi-rr-house-circle-check:before {
  content: "\f7d6";
}
.fi-rr-house-circle-exclamation:before {
  content: "\f7d7";
}
.fi-rr-house-circle-xmark:before {
  content: "\f7d8";
}
.fi-rr-house-crack-alt:before {
  content: "\f7d9";
}
.fi-rr-house-crack:before {
  content: "\f7da";
}
.fi-rr-house-day:before {
  content: "\f7db";
}
.fi-rr-house-fire:before {
  content: "\f7dc";
}
.fi-rr-house-flag:before {
  content: "\f7dd";
}
.fi-rr-house-flood:before {
  content: "\f7de";
}
.fi-rr-house-laptop:before {
  content: "\f7df";
}
.fi-rr-house-leave:before {
  content: "\f7e0";
}
.fi-rr-house-lock:before {
  content: "\f7e1";
}
.fi-rr-house-medical:before {
  content: "\f7e2";
}
.fi-rr-house-night:before {
  content: "\f7e3";
}
.fi-rr-house-return:before {
  content: "\f7e4";
}
.fi-rr-house-signal:before {
  content: "\f7e5";
}
.fi-rr-house-tree:before {
  content: "\f7e6";
}
.fi-rr-house-tsunami:before {
  content: "\f7e7";
}
.fi-rr-house-turret:before {
  content: "\f7e8";
}
.fi-rr-house-user:before {
  content: "\f7e9";
}
.fi-rr-house-window:before {
  content: "\f7ea";
}
.fi-rr-hr-group:before {
  content: "\f7eb";
}
.fi-rr-hr-person:before {
  content: "\f7ec";
}
.fi-rr-hr:before {
  content: "\f7ed";
}
.fi-rr-hryvnia:before {
  content: "\f7ee";
}
.fi-rr-humidity:before {
  content: "\f7ef";
}
.fi-rr-hundred-points:before {
  content: "\f7f0";
}
.fi-rr-hurricane:before {
  content: "\f7f1";
}
.fi-rr-i:before {
  content: "\f7f2";
}
.fi-rr-ice-cream:before {
  content: "\f7f3";
}
.fi-rr-ice-skate:before {
  content: "\f7f4";
}
.fi-rr-icicles:before {
  content: "\f7f5";
}
.fi-rr-icon-star:before {
  content: "\f7f6";
}
.fi-rr-id-badge:before {
  content: "\f7f7";
}
.fi-rr-id-card-clip-alt:before {
  content: "\f7f8";
}
.fi-rr-igloo:before {
  content: "\f7f9";
}
.fi-rr-image-slash:before {
  content: "\f7fa";
}
.fi-rr-images-user:before {
  content: "\f7fb";
}
.fi-rr-images:before {
  content: "\f7fc";
}
.fi-rr-improve-user:before {
  content: "\f7fd";
}
.fi-rr-inbox-full:before {
  content: "\f7fe";
}
.fi-rr-inbox-in:before {
  content: "\f7ff";
}
.fi-rr-inbox-out:before {
  content: "\f800";
}
.fi-rr-inbox:before {
  content: "\f801";
}
.fi-rr-inboxes:before {
  content: "\f802";
}
.fi-rr-incense-sticks-yoga:before {
  content: "\f803";
}
.fi-rr-incognito:before {
  content: "\f804";
}
.fi-rr-indent:before {
  content: "\f805";
}
.fi-rr-indian-rupee-sign:before {
  content: "\f806";
}
.fi-rr-industry-alt:before {
  content: "\f807";
}
.fi-rr-industry-windows:before {
  content: "\f808";
}
.fi-rr-infinity:before {
  content: "\f809";
}
.fi-rr-info-guide:before {
  content: "\f80a";
}
.fi-rr-info:before {
  content: "\f80b";
}
.fi-rr-information:before {
  content: "\f80c";
}
.fi-rr-inhaler:before {
  content: "\f80d";
}
.fi-rr-input-numeric:before {
  content: "\f80e";
}
.fi-rr-input-pipe:before {
  content: "\f80f";
}
.fi-rr-input-text:before {
  content: "\f810";
}
.fi-rr-insert-alt:before {
  content: "\f811";
}
.fi-rr-insert-arrows:before {
  content: "\f812";
}
.fi-rr-insert-button-circle:before {
  content: "\f813";
}
.fi-rr-insert-credit-card:before {
  content: "\f814";
}
.fi-rr-insert-square:before {
  content: "\f815";
}
.fi-rr-insert:before {
  content: "\f816";
}
.fi-rr-insight-alt:before {
  content: "\f817";
}
.fi-rr-insight-head:before {
  content: "\f818";
}
.fi-rr-insight:before {
  content: "\f819";
}
.fi-rr-integral:before {
  content: "\f81a";
}
.fi-rr-interactive:before {
  content: "\f81b";
}
.fi-rr-interlining:before {
  content: "\f81c";
}
.fi-rr-internet-speed-wifi:before {
  content: "\f81d";
}
.fi-rr-interrogation:before {
  content: "\f81e";
}
.fi-rr-intersection:before {
  content: "\f81f";
}
.fi-rr-introduction-handshake:before {
  content: "\f820";
}
.fi-rr-introduction:before {
  content: "\f821";
}
.fi-rr-inventory-alt:before {
  content: "\f822";
}
.fi-rr-invest:before {
  content: "\f823";
}
.fi-rr-investment:before {
  content: "\f824";
}
.fi-rr-invite-alt:before {
  content: "\f825";
}
.fi-rr-invite:before {
  content: "\f826";
}
.fi-rr-iot-alt:before {
  content: "\f827";
}
.fi-rr-iot:before {
  content: "\f828";
}
.fi-rr-ip-address:before {
  content: "\f829";
}
.fi-rr-island-tropical:before {
  content: "\f82a";
}
.fi-rr-issue-loupe:before {
  content: "\f82b";
}
.fi-rr-it-alt:before {
  content: "\f82c";
}
.fi-rr-it-computer:before {
  content: "\f82d";
}
.fi-rr-it:before {
  content: "\f82e";
}
.fi-rr-italian-lira-sign:before {
  content: "\f82f";
}
.fi-rr-italic:before {
  content: "\f830";
}
.fi-rr-j:before {
  content: "\f831";
}
.fi-rr-jam:before {
  content: "\f832";
}
.fi-rr-jar-alt:before {
  content: "\f833";
}
.fi-rr-jar-wheat:before {
  content: "\f834";
}
.fi-rr-javascript:before {
  content: "\f835";
}
.fi-rr-joint:before {
  content: "\f836";
}
.fi-rr-joker:before {
  content: "\f837";
}
.fi-rr-journal-alt:before {
  content: "\f838";
}
.fi-rr-journal:before {
  content: "\f839";
}
.fi-rr-journey:before {
  content: "\f83a";
}
.fi-rr-joystick:before {
  content: "\f83b";
}
.fi-rr-jpg:before {
  content: "\f83c";
}
.fi-rr-jug-alt:before {
  content: "\f83d";
}
.fi-rr-jug-bottle:before {
  content: "\f83e";
}
.fi-rr-jug:before {
  content: "\f83f";
}
.fi-rr-jumping-rope:before {
  content: "\f840";
}
.fi-rr-k:before {
  content: "\f841";
}
.fi-rr-kaaba:before {
  content: "\f842";
}
.fi-rr-kazoo:before {
  content: "\f843";
}
.fi-rr-kerning:before {
  content: "\f844";
}
.fi-rr-key-lock-crypto:before {
  content: "\f845";
}
.fi-rr-key-skeleton-left-right:before {
  content: "\f846";
}
.fi-rr-key:before {
  content: "\f847";
}
.fi-rr-keyboard-brightness-low:before {
  content: "\f848";
}
.fi-rr-keyboard-brightness:before {
  content: "\f849";
}
.fi-rr-keyboard-down:before {
  content: "\f84a";
}
.fi-rr-keyboard-left:before {
  content: "\f84b";
}
.fi-rr-keyboard:before {
  content: "\f84c";
}
.fi-rr-keynote:before {
  content: "\f84d";
}
.fi-rr-kidneys:before {
  content: "\f84e";
}
.fi-rr-kip-sign:before {
  content: "\f84f";
}
.fi-rr-kiss-beam:before {
  content: "\f850";
}
.fi-rr-kiss-wink-heart:before {
  content: "\f851";
}
.fi-rr-kiss:before {
  content: "\f852";
}
.fi-rr-kite:before {
  content: "\f853";
}
.fi-rr-kiwi-bird:before {
  content: "\f854";
}
.fi-rr-kiwi-fruit:before {
  content: "\f855";
}
.fi-rr-knife-kitchen:before {
  content: "\f856";
}
.fi-rr-knife:before {
  content: "\f857";
}
.fi-rr-knitting:before {
  content: "\f858";
}
.fi-rr-kpi-evaluation:before {
  content: "\f859";
}
.fi-rr-kpi:before {
  content: "\f85a";
}
.fi-rr-l:before {
  content: "\f85b";
}
.fi-rr-label:before {
  content: "\f85c";
}
.fi-rr-lacrosse-stick-ball:before {
  content: "\f85d";
}
.fi-rr-lacrosse-stick:before {
  content: "\f85e";
}
.fi-rr-lambda:before {
  content: "\f85f";
}
.fi-rr-lamp-desk:before {
  content: "\f860";
}
.fi-rr-lamp-floor:before {
  content: "\f861";
}
.fi-rr-lamp-street:before {
  content: "\f862";
}
.fi-rr-lamp:before {
  content: "\f863";
}
.fi-rr-land-layer-location:before {
  content: "\f864";
}
.fi-rr-land-layers:before {
  content: "\f865";
}
.fi-rr-land-location:before {
  content: "\f866";
}
.fi-rr-landmark-alt:before {
  content: "\f867";
}
.fi-rr-language:before {
  content: "\f868";
}
.fi-rr-laptop-arrow-down:before {
  content: "\f869";
}
.fi-rr-laptop-binary:before {
  content: "\f86a";
}
.fi-rr-laptop-code:before {
  content: "\f86b";
}
.fi-rr-laptop-medical:before {
  content: "\f86c";
}
.fi-rr-laptop-mobile:before {
  content: "\f86d";
}
.fi-rr-laptop-slash:before {
  content: "\f86e";
}
.fi-rr-laptop:before {
  content: "\f86f";
}
.fi-rr-lari-sign:before {
  content: "\f870";
}
.fi-rr-lasso-sparkles:before {
  content: "\f871";
}
.fi-rr-lasso:before {
  content: "\f872";
}
.fi-rr-last-square:before {
  content: "\f873";
}
.fi-rr-laugh-beam:before {
  content: "\f874";
}
.fi-rr-laugh-squint:before {
  content: "\f875";
}
.fi-rr-laugh-wink:before {
  content: "\f876";
}
.fi-rr-laugh:before {
  content: "\f877";
}
.fi-rr-lawyer-man:before {
  content: "\f878";
}
.fi-rr-lawyer-woman:before {
  content: "\f879";
}
.fi-rr-layer-minus:before {
  content: "\f87a";
}
.fi-rr-layer-plus:before {
  content: "\f87b";
}
.fi-rr-layers:before {
  content: "\f87c";
}
.fi-rr-layout-fluid:before {
  content: "\f87d";
}
.fi-rr-lead-funnel:before {
  content: "\f87e";
}
.fi-rr-lead-management:before {
  content: "\f87f";
}
.fi-rr-lead:before {
  content: "\f880";
}
.fi-rr-leader-alt:before {
  content: "\f881";
}
.fi-rr-leader-speech:before {
  content: "\f882";
}
.fi-rr-leader:before {
  content: "\f883";
}
.fi-rr-leaderboard-alt:before {
  content: "\f884";
}
.fi-rr-leaderboard-trophy:before {
  content: "\f885";
}
.fi-rr-leaderboard:before {
  content: "\f886";
}
.fi-rr-leadership-alt:before {
  content: "\f887";
}
.fi-rr-leadership:before {
  content: "\f888";
}
.fi-rr-leaf-heart:before {
  content: "\f889";
}
.fi-rr-leaf-maple:before {
  content: "\f88a";
}
.fi-rr-leaf-oak:before {
  content: "\f88b";
}
.fi-rr-leaf:before {
  content: "\f88c";
}
.fi-rr-leafy-green:before {
  content: "\f88d";
}
.fi-rr-leave:before {
  content: "\f88e";
}
.fi-rr-left-from-bracket:before {
  content: "\f88f";
}
.fi-rr-left:before {
  content: "\f890";
}
.fi-rr-legal:before {
  content: "\f891";
}
.fi-rr-lemon:before {
  content: "\f892";
}
.fi-rr-lesbian-couple:before {
  content: "\f893";
}
.fi-rr-less-than-equal:before {
  content: "\f894";
}
.fi-rr-less-than:before {
  content: "\f895";
}
.fi-rr-lesson-class:before {
  content: "\f896";
}
.fi-rr-lesson:before {
  content: "\f897";
}
.fi-rr-letter-case:before {
  content: "\f898";
}
.fi-rr-lettuce:before {
  content: "\f899";
}
.fi-rr-level-down-alt:before {
  content: "\f89a";
}
.fi-rr-level-down:before {
  content: "\f89b";
}
.fi-rr-level-up-alt:before {
  content: "\f89c";
}
.fi-rr-level-up:before {
  content: "\f89d";
}
.fi-rr-license:before {
  content: "\f89e";
}
.fi-rr-life-ring:before {
  content: "\f89f";
}
.fi-rr-life:before {
  content: "\f8a0";
}
.fi-rr-light-ceiling:before {
  content: "\f8a1";
}
.fi-rr-light-emergency-on:before {
  content: "\f8a2";
}
.fi-rr-light-emergency:before {
  content: "\f8a3";
}
.fi-rr-light-switch-off:before {
  content: "\f8a4";
}
.fi-rr-light-switch-on:before {
  content: "\f8a5";
}
.fi-rr-light-switch:before {
  content: "\f8a6";
}
.fi-rr-lightbulb-cfl-on:before {
  content: "\f8a7";
}
.fi-rr-lightbulb-cfl:before {
  content: "\f8a8";
}
.fi-rr-lightbulb-dollar:before {
  content: "\f8a9";
}
.fi-rr-lightbulb-exclamation:before {
  content: "\f8aa";
}
.fi-rr-lightbulb-head:before {
  content: "\f8ab";
}
.fi-rr-lightbulb-on:before {
  content: "\f8ac";
}
.fi-rr-lightbulb-question:before {
  content: "\f8ad";
}
.fi-rr-lightbulb-setting:before {
  content: "\f8ae";
}
.fi-rr-lightbulb-slash:before {
  content: "\f8af";
}
.fi-rr-lighthouse:before {
  content: "\f8b0";
}
.fi-rr-lights-holiday:before {
  content: "\f8b1";
}
.fi-rr-limit-hand:before {
  content: "\f8b2";
}
.fi-rr-limit-speedometer:before {
  content: "\f8b3";
}
.fi-rr-line-width:before {
  content: "\f8b4";
}
.fi-rr-link-alt:before {
  content: "\f8b5";
}
.fi-rr-link-horizontal-slash:before {
  content: "\f8b6";
}
.fi-rr-link-horizontal:before {
  content: "\f8b7";
}
.fi-rr-link-slash-alt:before {
  content: "\f8b8";
}
.fi-rr-link-slash:before {
  content: "\f8b9";
}
.fi-rr-link:before {
  content: "\f8ba";
}
.fi-rr-lion-head:before {
  content: "\f8bb";
}
.fi-rr-lion:before {
  content: "\f8bc";
}
.fi-rr-lips:before {
  content: "\f8bd";
}
.fi-rr-lipstick:before {
  content: "\f8be";
}
.fi-rr-lira-sign:before {
  content: "\f8bf";
}
.fi-rr-list-check:before {
  content: "\f8c0";
}
.fi-rr-list-dropdown:before {
  content: "\f8c1";
}
.fi-rr-list-music:before {
  content: "\f8c2";
}
.fi-rr-list-timeline:before {
  content: "\f8c3";
}
.fi-rr-list:before {
  content: "\f8c4";
}
.fi-rr-litecoin-sign:before {
  content: "\f8c5";
}
.fi-rr-live-alt:before {
  content: "\f8c6";
}
.fi-rr-live:before {
  content: "\f8c7";
}
.fi-rr-loading:before {
  content: "\f8c8";
}
.fi-rr-loan:before {
  content: "\f8c9";
}
.fi-rr-lobster:before {
  content: "\f8ca";
}
.fi-rr-location-alt:before {
  content: "\f8cb";
}
.fi-rr-location-arrow:before {
  content: "\f8cc";
}
.fi-rr-location-crosshairs-slash:before {
  content: "\f8cd";
}
.fi-rr-location-crosshairs:before {
  content: "\f8ce";
}
.fi-rr-location-dot-slash:before {
  content: "\f8cf";
}
.fi-rr-location-exclamation:before {
  content: "\f8d0";
}
.fi-rr-location-pin-call:before {
  content: "\f8d1";
}
.fi-rr-lock-alt:before {
  content: "\f8d2";
}
.fi-rr-lock-hashtag:before {
  content: "\f8d3";
}
.fi-rr-lock-open-alt:before {
  content: "\f8d4";
}
.fi-rr-lock:before {
  content: "\f8d5";
}
.fi-rr-locust:before {
  content: "\f8d6";
}
.fi-rr-loop-square:before {
  content: "\f8d7";
}
.fi-rr-loveseat:before {
  content: "\f8d8";
}
.fi-rr-low-vision:before {
  content: "\f8d9";
}
.fi-rr-luchador:before {
  content: "\f8da";
}
.fi-rr-luggage-cart:before {
  content: "\f8db";
}
.fi-rr-luggage-rolling:before {
  content: "\f8dc";
}
.fi-rr-lungs-virus:before {
  content: "\f8dd";
}
.fi-rr-lungs:before {
  content: "\f8de";
}
.fi-rr-m:before {
  content: "\f8df";
}
.fi-rr-mace:before {
  content: "\f8e0";
}
.fi-rr-magic-wand:before {
  content: "\f8e1";
}
.fi-rr-magnet-user:before {
  content: "\f8e2";
}
.fi-rr-magnet:before {
  content: "\f8e3";
}
.fi-rr-mailbox-envelope:before {
  content: "\f8e4";
}
.fi-rr-mailbox-flag-up:before {
  content: "\f8e5";
}
.fi-rr-mailbox:before {
  content: "\f8e6";
}
.fi-rr-makeup-brush:before {
  content: "\f8e7";
}
.fi-rr-man-head:before {
  content: "\f8e8";
}
.fi-rr-man-scientist:before {
  content: "\f8e9";
}
.fi-rr-manat-sign:before {
  content: "\f8ea";
}
.fi-rr-mandolin:before {
  content: "\f8eb";
}
.fi-rr-mango:before {
  content: "\f8ec";
}
.fi-rr-manhole:before {
  content: "\f8ed";
}
.fi-rr-map-location-track:before {
  content: "\f8ee";
}
.fi-rr-map-marker-check:before {
  content: "\f8ef";
}
.fi-rr-map-marker-cross:before {
  content: "\f8f0";
}
.fi-rr-map-marker-edit:before {
  content: "\f8f1";
}
.fi-rr-map-marker-home:before {
  content: "\f8f2";
}
.fi-rr-map-marker-minus:before {
  content: "\f8f3";
}
.fi-rr-map-marker-plus:before {
  content: "\f8f4";
}
.fi-rr-map-marker-question:before {
  content: "\f8f5";
}
.fi-rr-map-marker-slash:before {
  content: "\f8f6";
}
.fi-rr-map-marker-smile:before {
  content: "\f8f7";
}
.fi-rr-map-marker:before {
  content: "\f8f8";
}
.fi-rr-map-pin:before {
  content: "\f8f9";
}
.fi-rr-map-point:before {
  content: "\f8fa";
}
.fi-rr-map:before {
  content: "\f8fb";
}
.fi-rr-marker-time:before {
  content: "\f8fc";
}
.fi-rr-marker:before {
  content: "\f8fd";
}
.fi-rr-marketplace-alt:before {
  content: "\f8fe";
}
.fi-rr-marketplace-store:before {
  content: "\f8ff";
}
.fi-rr-marketplace:before {
  content: "\f900";
}
.fi-rr-mars-double:before {
  content: "\f901";
}
.fi-rr-mars-stroke-right:before {
  content: "\f902";
}
.fi-rr-mars-stroke-up:before {
  content: "\f903";
}
.fi-rr-mars:before {
  content: "\f904";
}
.fi-rr-martini-glass-citrus:before {
  content: "\f905";
}
.fi-rr-martini-glass-empty:before {
  content: "\f906";
}
.fi-rr-mask-carnival:before {
  content: "\f907";
}
.fi-rr-mask-face:before {
  content: "\f908";
}
.fi-rr-mask-snorkel:before {
  content: "\f909";
}
.fi-rr-mask:before {
  content: "\f90a";
}
.fi-rr-massage:before {
  content: "\f90b";
}
.fi-rr-match-fire:before {
  content: "\f90c";
}
.fi-rr-mattress-pillow:before {
  content: "\f90d";
}
.fi-rr-measuring-tape:before {
  content: "\f90e";
}
.fi-rr-meat:before {
  content: "\f90f";
}
.fi-rr-medal:before {
  content: "\f910";
}
.fi-rr-medical-star:before {
  content: "\f911";
}
.fi-rr-medicine:before {
  content: "\f912";
}
.fi-rr-meditation:before {
  content: "\f913";
}
.fi-rr-meeting-alt:before {
  content: "\f914";
}
.fi-rr-meeting:before {
  content: "\f915";
}
.fi-rr-megaphone-announcement-leader:before {
  content: "\f916";
}
.fi-rr-megaphone:before {
  content: "\f917";
}
.fi-rr-meh-blank:before {
  content: "\f918";
}
.fi-rr-meh-rolling-eyes:before {
  content: "\f919";
}
.fi-rr-meh:before {
  content: "\f91a";
}
.fi-rr-melon-alt:before {
  content: "\f91b";
}
.fi-rr-melon:before {
  content: "\f91c";
}
.fi-rr-member-list:before {
  content: "\f91d";
}
.fi-rr-member-search:before {
  content: "\f91e";
}
.fi-rr-membership-vip:before {
  content: "\f91f";
}
.fi-rr-membership:before {
  content: "\f920";
}
.fi-rr-memo-circle-check:before {
  content: "\f921";
}
.fi-rr-memo-pad:before {
  content: "\f922";
}
.fi-rr-memo:before {
  content: "\f923";
}
.fi-rr-memory:before {
  content: "\f924";
}
.fi-rr-menu-burger:before {
  content: "\f925";
}
.fi-rr-menu-dots-vertical:before {
  content: "\f926";
}
.fi-rr-menu-dots:before {
  content: "\f927";
}
.fi-rr-mercury:before {
  content: "\f928";
}
.fi-rr-message-arrow-down:before {
  content: "\f929";
}
.fi-rr-message-arrow-up-right:before {
  content: "\f92a";
}
.fi-rr-message-arrow-up:before {
  content: "\f92b";
}
.fi-rr-message-bot:before {
  content: "\f92c";
}
.fi-rr-message-code:before {
  content: "\f92d";
}
.fi-rr-message-dollar:before {
  content: "\f92e";
}
.fi-rr-message-heart:before {
  content: "\f92f";
}
.fi-rr-message-image:before {
  content: "\f930";
}
.fi-rr-message-question:before {
  content: "\f931";
}
.fi-rr-message-quote:before {
  content: "\f932";
}
.fi-rr-message-slash:before {
  content: "\f933";
}
.fi-rr-message-sms:before {
  content: "\f934";
}
.fi-rr-message-text:before {
  content: "\f935";
}
.fi-rr-message-xmark:before {
  content: "\f936";
}
.fi-rr-messages-dollar:before {
  content: "\f937";
}
.fi-rr-messages-question:before {
  content: "\f938";
}
.fi-rr-messages:before {
  content: "\f939";
}
.fi-rr-meteor:before {
  content: "\f93a";
}
.fi-rr-meter-bolt:before {
  content: "\f93b";
}
.fi-rr-meter-droplet:before {
  content: "\f93c";
}
.fi-rr-meter-fire:before {
  content: "\f93d";
}
.fi-rr-meter:before {
  content: "\f93e";
}
.fi-rr-method:before {
  content: "\f93f";
}
.fi-rr-microchip-ai:before {
  content: "\f940";
}
.fi-rr-microchip:before {
  content: "\f941";
}
.fi-rr-microphone-alt:before {
  content: "\f942";
}
.fi-rr-microphone-slash:before {
  content: "\f943";
}
.fi-rr-microphone:before {
  content: "\f944";
}
.fi-rr-microscope:before {
  content: "\f945";
}
.fi-rr-microwave:before {
  content: "\f946";
}
.fi-rr-milk-alt:before {
  content: "\f947";
}
.fi-rr-milk:before {
  content: "\f948";
}
.fi-rr-mill-sign:before {
  content: "\f949";
}
.fi-rr-mind-share:before {
  content: "\f94a";
}
.fi-rr-minus-circle:before {
  content: "\f94b";
}
.fi-rr-minus-hexagon:before {
  content: "\f94c";
}
.fi-rr-minus-small:before {
  content: "\f94d";
}
.fi-rr-minus:before {
  content: "\f94e";
}
.fi-rr-mistletoe:before {
  content: "\f94f";
}
.fi-rr-mix:before {
  content: "\f950";
}
.fi-rr-mobile-button:before {
  content: "\f951";
}
.fi-rr-mobile-notch:before {
  content: "\f952";
}
.fi-rr-mobile:before {
  content: "\f953";
}
.fi-rr-mockup:before {
  content: "\f954";
}
.fi-rr-mode-alt:before {
  content: "\f955";
}
.fi-rr-mode-landscape:before {
  content: "\f956";
}
.fi-rr-mode-portrait:before {
  content: "\f957";
}
.fi-rr-mode:before {
  content: "\f958";
}
.fi-rr-model-cube-arrows:before {
  content: "\f959";
}
.fi-rr-model-cube-space:before {
  content: "\f95a";
}
.fi-rr-model-cube:before {
  content: "\f95b";
}
.fi-rr-module:before {
  content: "\f95c";
}
.fi-rr-monday:before {
  content: "\f95d";
}
.fi-rr-money-bill-simple:before {
  content: "\f95e";
}
.fi-rr-money-bill-transfer:before {
  content: "\f95f";
}
.fi-rr-money-bill-wave-alt:before {
  content: "\f960";
}
.fi-rr-money-bill-wave:before {
  content: "\f961";
}
.fi-rr-money-bills-simple:before {
  content: "\f962";
}
.fi-rr-money-bills:before {
  content: "\f963";
}
.fi-rr-money-check-edit-alt:before {
  content: "\f964";
}
.fi-rr-money-check-edit:before {
  content: "\f965";
}
.fi-rr-money-check:before {
  content: "\f966";
}
.fi-rr-money-coin-transfer:before {
  content: "\f967";
}
.fi-rr-money-from-bracket:before {
  content: "\f968";
}
.fi-rr-money-simple-from-bracket:before {
  content: "\f969";
}
.fi-rr-money-transfer-alt:before {
  content: "\f96a";
}
.fi-rr-money-transfer-coin-arrow:before {
  content: "\f96b";
}
.fi-rr-money-transfer-smartphone:before {
  content: "\f96c";
}
.fi-rr-money-wings:before {
  content: "\f96d";
}
.fi-rr-money:before {
  content: "\f96e";
}
.fi-rr-monkey:before {
  content: "\f96f";
}
.fi-rr-monument:before {
  content: "\f970";
}
.fi-rr-moon-stars:before {
  content: "\f971";
}
.fi-rr-moon:before {
  content: "\f972";
}
.fi-rr-moped:before {
  content: "\f973";
}
.fi-rr-mortar-pestle:before {
  content: "\f974";
}
.fi-rr-mortgage:before {
  content: "\f975";
}
.fi-rr-mosque-alt:before {
  content: "\f976";
}
.fi-rr-mosque-moon:before {
  content: "\f977";
}
.fi-rr-mosque:before {
  content: "\f978";
}
.fi-rr-mosquito-net:before {
  content: "\f979";
}
.fi-rr-mosquito:before {
  content: "\f97a";
}
.fi-rr-motorcycle:before {
  content: "\f97b";
}
.fi-rr-mound:before {
  content: "\f97c";
}
.fi-rr-mountain-city:before {
  content: "\f97d";
}
.fi-rr-mountain:before {
  content: "\f97e";
}
.fi-rr-mountains:before {
  content: "\f97f";
}
.fi-rr-mouse-field:before {
  content: "\f980";
}
.fi-rr-mouse:before {
  content: "\f981";
}
.fi-rr-mov-file:before {
  content: "\f982";
}
.fi-rr-move-to-folder-2:before {
  content: "\f983";
}
.fi-rr-move-to-folder:before {
  content: "\f984";
}
.fi-rr-mp3-file:before {
  content: "\f985";
}
.fi-rr-mp3-player:before {
  content: "\f986";
}
.fi-rr-mp4-file:before {
  content: "\f987";
}
.fi-rr-mug-alt:before {
  content: "\f988";
}
.fi-rr-mug-hot-alt:before {
  content: "\f989";
}
.fi-rr-mug-hot:before {
  content: "\f98a";
}
.fi-rr-mug-marshmallows:before {
  content: "\f98b";
}
.fi-rr-mug-tea-saucer:before {
  content: "\f98c";
}
.fi-rr-mug-tea:before {
  content: "\f98d";
}
.fi-rr-mug:before {
  content: "\f98e";
}
.fi-rr-multiple-alt:before {
  content: "\f98f";
}
.fi-rr-multiple:before {
  content: "\f990";
}
.fi-rr-muscle:before {
  content: "\f991";
}
.fi-rr-mushroom-alt:before {
  content: "\f992";
}
.fi-rr-mushroom:before {
  content: "\f993";
}
.fi-rr-music-alt:before {
  content: "\f994";
}
.fi-rr-music-file:before {
  content: "\f995";
}
.fi-rr-music-note-slash:before {
  content: "\f996";
}
.fi-rr-music-note:before {
  content: "\f997";
}
.fi-rr-music-slash:before {
  content: "\f998";
}
.fi-rr-music:before {
  content: "\f999";
}
.fi-rr-n:before {
  content: "\f99a";
}
.fi-rr-naira-sign:before {
  content: "\f99b";
}
.fi-rr-narwhal:before {
  content: "\f99c";
}
.fi-rr-navigation:before {
  content: "\f99d";
}
.fi-rr-nesting-dolls:before {
  content: "\f99e";
}
.fi-rr-network-analytic:before {
  content: "\f99f";
}
.fi-rr-network-cloud:before {
  content: "\f9a0";
}
.fi-rr-network:before {
  content: "\f9a1";
}
.fi-rr-neuter:before {
  content: "\f9a2";
}
.fi-rr-newsletter-subscribe:before {
  content: "\f9a3";
}
.fi-rr-newspaper-open:before {
  content: "\f9a4";
}
.fi-rr-newspaper:before {
  content: "\f9a5";
}
.fi-rr-nfc-lock:before {
  content: "\f9a6";
}
.fi-rr-nfc-magnifying-glass:before {
  content: "\f9a7";
}
.fi-rr-nfc-pen:before {
  content: "\f9a8";
}
.fi-rr-nfc-slash:before {
  content: "\f9a9";
}
.fi-rr-nfc-trash:before {
  content: "\f9aa";
}
.fi-rr-nfc:before {
  content: "\f9ab";
}
.fi-rr-night-day:before {
  content: "\f9ac";
}
.fi-rr-no-fee:before {
  content: "\f9ad";
}
.fi-rr-no-people:before {
  content: "\f9ae";
}
.fi-rr-noodles:before {
  content: "\f9af";
}
.fi-rr-nose:before {
  content: "\f9b0";
}
.fi-rr-not-equal:before {
  content: "\f9b1";
}
.fi-rr-not-found-alt:before {
  content: "\f9b2";
}
.fi-rr-not-found-magnifying-glass:before {
  content: "\f9b3";
}
.fi-rr-not-found:before {
  content: "\f9b4";
}
.fi-rr-notdef:before {
  content: "\f9b5";
}
.fi-rr-note-medical:before {
  content: "\f9b6";
}
.fi-rr-note-sticky:before {
  content: "\f9b7";
}
.fi-rr-note:before {
  content: "\f9b8";
}
.fi-rr-notebook-alt:before {
  content: "\f9b9";
}
.fi-rr-notebook:before {
  content: "\f9ba";
}
.fi-rr-notes-medical:before {
  content: "\f9bb";
}
.fi-rr-notes:before {
  content: "\f9bc";
}
.fi-rr-o:before {
  content: "\f9bd";
}
.fi-rr-object-exclude:before {
  content: "\f9be";
}
.fi-rr-object-group:before {
  content: "\f9bf";
}
.fi-rr-object-intersect:before {
  content: "\f9c0";
}
.fi-rr-object-subtract:before {
  content: "\f9c1";
}
.fi-rr-object-ungroup:before {
  content: "\f9c2";
}
.fi-rr-object-union:before {
  content: "\f9c3";
}
.fi-rr-objects-column:before {
  content: "\f9c4";
}
.fi-rr-octagon-check:before {
  content: "\f9c5";
}
.fi-rr-octagon-divide:before {
  content: "\f9c6";
}
.fi-rr-octagon-exclamation:before {
  content: "\f9c7";
}
.fi-rr-octagon-minus:before {
  content: "\f9c8";
}
.fi-rr-octagon-plus:before {
  content: "\f9c9";
}
.fi-rr-octagon-xmark:before {
  content: "\f9ca";
}
.fi-rr-octagon:before {
  content: "\f9cb";
}
.fi-rr-oil-can:before {
  content: "\f9cc";
}
.fi-rr-oil-temp:before {
  content: "\f9cd";
}
.fi-rr-olive-oil:before {
  content: "\f9ce";
}
.fi-rr-olive:before {
  content: "\f9cf";
}
.fi-rr-olives:before {
  content: "\f9d0";
}
.fi-rr-om:before {
  content: "\f9d1";
}
.fi-rr-omega:before {
  content: "\f9d2";
}
.fi-rr-onboarding:before {
  content: "\f9d3";
}
.fi-rr-onion:before {
  content: "\f9d4";
}
.fi-rr-opacity:before {
  content: "\f9d5";
}
.fi-rr-open-mail-clip:before {
  content: "\f9d6";
}
.fi-rr-operating-system-upgrade:before {
  content: "\f9d7";
}
.fi-rr-operation:before {
  content: "\f9d8";
}
.fi-rr-order-history:before {
  content: "\f9d9";
}
.fi-rr-organization-chart:before {
  content: "\f9da";
}
.fi-rr-ornament:before {
  content: "\f9db";
}
.fi-rr-otp:before {
  content: "\f9dc";
}
.fi-rr-otter:before {
  content: "\f9dd";
}
.fi-rr-outdent:before {
  content: "\f9de";
}
.fi-rr-oval-alt:before {
  content: "\f9df";
}
.fi-rr-oval:before {
  content: "\f9e0";
}
.fi-rr-oven:before {
  content: "\f9e1";
}
.fi-rr-overline:before {
  content: "\f9e2";
}
.fi-rr-overview:before {
  content: "\f9e3";
}
.fi-rr-p:before {
  content: "\f9e4";
}
.fi-rr-package:before {
  content: "\f9e5";
}
.fi-rr-padlock-check:before {
  content: "\f9e6";
}
.fi-rr-page-break:before {
  content: "\f9e7";
}
.fi-rr-pager:before {
  content: "\f9e8";
}
.fi-rr-paid:before {
  content: "\f9e9";
}
.fi-rr-paint-brush:before {
  content: "\f9ea";
}
.fi-rr-paint-roller:before {
  content: "\f9eb";
}
.fi-rr-paintbrush-pencil:before {
  content: "\f9ec";
}
.fi-rr-palette:before {
  content: "\f9ed";
}
.fi-rr-pallet-alt:before {
  content: "\f9ee";
}
.fi-rr-pallet:before {
  content: "\f9ef";
}
.fi-rr-pan-food:before {
  content: "\f9f0";
}
.fi-rr-pan-frying:before {
  content: "\f9f1";
}
.fi-rr-pan:before {
  content: "\f9f2";
}
.fi-rr-pancakes:before {
  content: "\f9f3";
}
.fi-rr-panorama:before {
  content: "\f9f4";
}
.fi-rr-paper-plane-launch:before {
  content: "\f9f5";
}
.fi-rr-paper-plane-top:before {
  content: "\f9f6";
}
.fi-rr-paper-plane:before {
  content: "\f9f7";
}
.fi-rr-paperclip-vertical:before {
  content: "\f9f8";
}
.fi-rr-parachute-box:before {
  content: "\f9f9";
}
.fi-rr-paragraph-left:before {
  content: "\f9fa";
}
.fi-rr-paragraph:before {
  content: "\f9fb";
}
.fi-rr-parking-circle-slash:before {
  content: "\f9fc";
}
.fi-rr-parking-circle:before {
  content: "\f9fd";
}
.fi-rr-parking-slash:before {
  content: "\f9fe";
}
.fi-rr-parking:before {
  content: "\f9ff";
}
.fi-rr-party-bell:before {
  content: "\fa00";
}
.fi-rr-party-horn:before {
  content: "\fa01";
}
.fi-rr-passport:before {
  content: "\fa02";
}
.fi-rr-password-alt:before {
  content: "\fa03";
}
.fi-rr-password-computer:before {
  content: "\fa04";
}
.fi-rr-password-email:before {
  content: "\fa05";
}
.fi-rr-password-smartphone:before {
  content: "\fa06";
}
.fi-rr-password:before {
  content: "\fa07";
}
.fi-rr-paste:before {
  content: "\fa08";
}
.fi-rr-pattern:before {
  content: "\fa09";
}
.fi-rr-pause-circle:before {
  content: "\fa0a";
}
.fi-rr-pause-square:before {
  content: "\fa0b";
}
.fi-rr-pause:before {
  content: "\fa0c";
}
.fi-rr-paw-claws:before {
  content: "\fa0d";
}
.fi-rr-paw-heart:before {
  content: "\fa0e";
}
.fi-rr-paw:before {
  content: "\fa0f";
}
.fi-rr-payment-pos:before {
  content: "\fa10";
}
.fi-rr-payroll-calendar:before {
  content: "\fa11";
}
.fi-rr-payroll-check:before {
  content: "\fa12";
}
.fi-rr-payroll:before {
  content: "\fa13";
}
.fi-rr-peace:before {
  content: "\fa14";
}
.fi-rr-peach:before {
  content: "\fa15";
}
.fi-rr-peanut:before {
  content: "\fa16";
}
.fi-rr-peanuts:before {
  content: "\fa17";
}
.fi-rr-peapod:before {
  content: "\fa18";
}
.fi-rr-pear:before {
  content: "\fa19";
}
.fi-rr-pedestal:before {
  content: "\fa1a";
}
.fi-rr-pen-circle:before {
  content: "\fa1b";
}
.fi-rr-pen-clip-slash:before {
  content: "\fa1c";
}
.fi-rr-pen-clip:before {
  content: "\fa1d";
}
.fi-rr-pen-fancy-slash:before {
  content: "\fa1e";
}
.fi-rr-pen-fancy:before {
  content: "\fa1f";
}
.fi-rr-pen-field:before {
  content: "\fa20";
}
.fi-rr-pen-nib-slash:before {
  content: "\fa21";
}
.fi-rr-pen-nib:before {
  content: "\fa22";
}
.fi-rr-pen-slash:before {
  content: "\fa23";
}
.fi-rr-pen-square:before {
  content: "\fa24";
}
.fi-rr-pen-swirl:before {
  content: "\fa25";
}
.fi-rr-pencil-paintbrush:before {
  content: "\fa26";
}
.fi-rr-pencil-ruler:before {
  content: "\fa27";
}
.fi-rr-pencil-slash:before {
  content: "\fa28";
}
.fi-rr-pencil:before {
  content: "\fa29";
}
.fi-rr-pending:before {
  content: "\fa2a";
}
.fi-rr-pennant:before {
  content: "\fa2b";
}
.fi-rr-people-arrows-left-right:before {
  content: "\fa2c";
}
.fi-rr-people-carry-box:before {
  content: "\fa2d";
}
.fi-rr-people-dress:before {
  content: "\fa2e";
}
.fi-rr-people-network-partner:before {
  content: "\fa2f";
}
.fi-rr-people-pants:before {
  content: "\fa30";
}
.fi-rr-people-poll:before {
  content: "\fa31";
}
.fi-rr-people-pulling:before {
  content: "\fa32";
}
.fi-rr-people-roof:before {
  content: "\fa33";
}
.fi-rr-people:before {
  content: "\fa34";
}
.fi-rr-pepper-alt:before {
  content: "\fa35";
}
.fi-rr-pepper-hot:before {
  content: "\fa36";
}
.fi-rr-pepper:before {
  content: "\fa37";
}
.fi-rr-percent-10:before {
  content: "\fa38";
}
.fi-rr-percent-100:before {
  content: "\fa39";
}
.fi-rr-percent-20:before {
  content: "\fa3a";
}
.fi-rr-percent-25:before {
  content: "\fa3b";
}
.fi-rr-percent-30:before {
  content: "\fa3c";
}
.fi-rr-percent-40:before {
  content: "\fa3d";
}
.fi-rr-percent-50:before {
  content: "\fa3e";
}
.fi-rr-percent-60:before {
  content: "\fa3f";
}
.fi-rr-percent-70:before {
  content: "\fa40";
}
.fi-rr-percent-75:before {
  content: "\fa41";
}
.fi-rr-percent-80:before {
  content: "\fa42";
}
.fi-rr-percent-90:before {
  content: "\fa43";
}
.fi-rr-percentage:before {
  content: "\fa44";
}
.fi-rr-person-burst:before {
  content: "\fa45";
}
.fi-rr-person-carry-box:before {
  content: "\fa46";
}
.fi-rr-person-circle-check:before {
  content: "\fa47";
}
.fi-rr-person-circle-exclamation:before {
  content: "\fa48";
}
.fi-rr-person-circle-minus:before {
  content: "\fa49";
}
.fi-rr-person-circle-plus:before {
  content: "\fa4a";
}
.fi-rr-person-circle-question:before {
  content: "\fa4b";
}
.fi-rr-person-circle-xmark:before {
  content: "\fa4c";
}
.fi-rr-person-cv:before {
  content: "\fa4d";
}
.fi-rr-person-dolly-empty:before {
  content: "\fa4e";
}
.fi-rr-person-dolly:before {
  content: "\fa4f";
}
.fi-rr-person-dress-simple:before {
  content: "\fa50";
}
.fi-rr-person-dress:before {
  content: "\fa51";
}
.fi-rr-person-luggage:before {
  content: "\fa52";
}
.fi-rr-person-lunge:before {
  content: "\fa53";
}
.fi-rr-person-pilates:before {
  content: "\fa54";
}
.fi-rr-person-praying:before {
  content: "\fa55";
}
.fi-rr-person-pregnant:before {
  content: "\fa56";
}
.fi-rr-person-seat-reclined:before {
  content: "\fa57";
}
.fi-rr-person-seat:before {
  content: "\fa58";
}
.fi-rr-person-shelter:before {
  content: "\fa59";
}
.fi-rr-person-sign:before {
  content: "\fa5a";
}
.fi-rr-person-simple:before {
  content: "\fa5b";
}
.fi-rr-person-walking-with-cane:before {
  content: "\fa5c";
}
.fi-rr-peseta-sign:before {
  content: "\fa5d";
}
.fi-rr-peso-sign:before {
  content: "\fa5e";
}
.fi-rr-pets:before {
  content: "\fa5f";
}
.fi-rr-pharmacy:before {
  content: "\fa60";
}
.fi-rr-phone-call:before {
  content: "\fa61";
}
.fi-rr-phone-cross:before {
  content: "\fa62";
}
.fi-rr-phone-flip:before {
  content: "\fa63";
}
.fi-rr-phone-guide:before {
  content: "\fa64";
}
.fi-rr-phone-heart-message:before {
  content: "\fa65";
}
.fi-rr-phone-office:before {
  content: "\fa66";
}
.fi-rr-phone-pause:before {
  content: "\fa67";
}
.fi-rr-phone-plus:before {
  content: "\fa68";
}
.fi-rr-phone-rotary:before {
  content: "\fa69";
}
.fi-rr-phone-slash:before {
  content: "\fa6a";
}
.fi-rr-photo-capture:before {
  content: "\fa6b";
}
.fi-rr-photo-film-music:before {
  content: "\fa6c";
}
.fi-rr-photo-video:before {
  content: "\fa6d";
}
.fi-rr-physics:before {
  content: "\fa6e";
}
.fi-rr-Pi:before {
  content: "\fa6f";
}
.fi-rr-piano-keyboard:before {
  content: "\fa70";
}
.fi-rr-piano:before {
  content: "\fa71";
}
.fi-rr-pickaxe:before {
  content: "\fa72";
}
.fi-rr-picking-box:before {
  content: "\fa73";
}
.fi-rr-picking:before {
  content: "\fa74";
}
.fi-rr-picnic:before {
  content: "\fa75";
}
.fi-rr-picpeople-filled:before {
  content: "\fa76";
}
.fi-rr-picpeople:before {
  content: "\fa77";
}
.fi-rr-picture:before {
  content: "\fa78";
}
.fi-rr-pie:before {
  content: "\fa79";
}
.fi-rr-piece:before {
  content: "\fa7a";
}
.fi-rr-pig-bank-bulb:before {
  content: "\fa7b";
}
.fi-rr-pig-face:before {
  content: "\fa7c";
}
.fi-rr-pig:before {
  content: "\fa7d";
}
.fi-rr-piggy-bank-budget:before {
  content: "\fa7e";
}
.fi-rr-piggy-bank:before {
  content: "\fa7f";
}
.fi-rr-pills:before {
  content: "\fa80";
}
.fi-rr-pinata:before {
  content: "\fa81";
}
.fi-rr-pineapple-alt:before {
  content: "\fa82";
}
.fi-rr-pineapple:before {
  content: "\fa83";
}
.fi-rr-ping-pong:before {
  content: "\fa84";
}
.fi-rr-pipe-smoking:before {
  content: "\fa85";
}
.fi-rr-pizza-slice:before {
  content: "\fa86";
}
.fi-rr-place-of-worship:before {
  content: "\fa87";
}
.fi-rr-plan-strategy:before {
  content: "\fa88";
}
.fi-rr-plan:before {
  content: "\fa89";
}
.fi-rr-plane-alt:before {
  content: "\fa8a";
}
.fi-rr-plane-arrival:before {
  content: "\fa8b";
}
.fi-rr-plane-departure:before {
  content: "\fa8c";
}
.fi-rr-plane-prop:before {
  content: "\fa8d";
}
.fi-rr-plane-slash:before {
  content: "\fa8e";
}
.fi-rr-plane-tail:before {
  content: "\fa8f";
}
.fi-rr-plane:before {
  content: "\fa90";
}
.fi-rr-planet-moon:before {
  content: "\fa91";
}
.fi-rr-planet-ringed:before {
  content: "\fa92";
}
.fi-rr-plant-care:before {
  content: "\fa93";
}
.fi-rr-plant-growth:before {
  content: "\fa94";
}
.fi-rr-plant-seed-invest:before {
  content: "\fa95";
}
.fi-rr-plant-wilt:before {
  content: "\fa96";
}
.fi-rr-plate-utensils:before {
  content: "\fa97";
}
.fi-rr-plate-wheat:before {
  content: "\fa98";
}
.fi-rr-plate:before {
  content: "\fa99";
}
.fi-rr-play-alt:before {
  content: "\fa9a";
}
.fi-rr-play-circle:before {
  content: "\fa9b";
}
.fi-rr-play-microphone:before {
  content: "\fa9c";
}
.fi-rr-play-pause:before {
  content: "\fa9d";
}
.fi-rr-play:before {
  content: "\fa9e";
}
.fi-rr-playing-cards:before {
  content: "\fa9f";
}
.fi-rr-plug-alt:before {
  content: "\faa0";
}
.fi-rr-plug-cable:before {
  content: "\faa1";
}
.fi-rr-plug-circle-bolt:before {
  content: "\faa2";
}
.fi-rr-plug-circle-check:before {
  content: "\faa3";
}
.fi-rr-plug-circle-exclamation:before {
  content: "\faa4";
}
.fi-rr-plug-circle-minus:before {
  content: "\faa5";
}
.fi-rr-plug-circle-plus:before {
  content: "\faa6";
}
.fi-rr-plug-connection:before {
  content: "\faa7";
}
.fi-rr-plug:before {
  content: "\faa8";
}
.fi-rr-plus-hexagon:before {
  content: "\faa9";
}
.fi-rr-plus-minus:before {
  content: "\faaa";
}
.fi-rr-plus-small:before {
  content: "\faab";
}
.fi-rr-plus:before {
  content: "\faac";
}
.fi-rr-png-file:before {
  content: "\faad";
}
.fi-rr-podcast:before {
  content: "\faae";
}
.fi-rr-podium-star:before {
  content: "\faaf";
}
.fi-rr-podium-victory-leader:before {
  content: "\fab0";
}
.fi-rr-podium:before {
  content: "\fab1";
}
.fi-rr-point-of-sale-bill:before {
  content: "\fab2";
}
.fi-rr-point-of-sale-signal:before {
  content: "\fab3";
}
.fi-rr-point-of-sale:before {
  content: "\fab4";
}
.fi-rr-pointer-loading:before {
  content: "\fab5";
}
.fi-rr-pointer-text:before {
  content: "\fab6";
}
.fi-rr-poker-chip:before {
  content: "\fab7";
}
.fi-rr-police-box:before {
  content: "\fab8";
}
.fi-rr-poll-h:before {
  content: "\fab9";
}
.fi-rr-pollution:before {
  content: "\faba";
}
.fi-rr-pompebled:before {
  content: "\fabb";
}
.fi-rr-poo-bolt:before {
  content: "\fabc";
}
.fi-rr-poo:before {
  content: "\fabd";
}
.fi-rr-pool-8-ball:before {
  content: "\fabe";
}
.fi-rr-poop:before {
  content: "\fabf";
}
.fi-rr-popcorn:before {
  content: "\fac0";
}
.fi-rr-popsicle:before {
  content: "\fac1";
}
.fi-rr-portal-enter:before {
  content: "\fac2";
}
.fi-rr-portal-exit:before {
  content: "\fac3";
}
.fi-rr-portrait:before {
  content: "\fac4";
}
.fi-rr-postal-address:before {
  content: "\fac5";
}
.fi-rr-pot:before {
  content: "\fac6";
}
.fi-rr-potato:before {
  content: "\fac7";
}
.fi-rr-pound:before {
  content: "\fac8";
}
.fi-rr-power:before {
  content: "\fac9";
}
.fi-rr-ppt-file:before {
  content: "\faca";
}
.fi-rr-practice:before {
  content: "\facb";
}
.fi-rr-praying-hands:before {
  content: "\facc";
}
.fi-rr-prescription-bottle-alt:before {
  content: "\facd";
}
.fi-rr-prescription-bottle-pill:before {
  content: "\face";
}
.fi-rr-prescription-bottle:before {
  content: "\facf";
}
.fi-rr-prescription:before {
  content: "\fad0";
}
.fi-rr-presentation:before {
  content: "\fad1";
}
.fi-rr-preview:before {
  content: "\fad2";
}
.fi-rr-previous-square:before {
  content: "\fad3";
}
.fi-rr-print-magnifying-glass:before {
  content: "\fad4";
}
.fi-rr-print-slash:before {
  content: "\fad5";
}
.fi-rr-print:before {
  content: "\fad6";
}
.fi-rr-priority-arrow:before {
  content: "\fad7";
}
.fi-rr-priority-arrows:before {
  content: "\fad8";
}
.fi-rr-priority-importance:before {
  content: "\fad9";
}
.fi-rr-problem-solving:before {
  content: "\fada";
}
.fi-rr-procedures:before {
  content: "\fadb";
}
.fi-rr-process:before {
  content: "\fadc";
}
.fi-rr-productivity:before {
  content: "\fadd";
}
.fi-rr-progress-complete:before {
  content: "\fade";
}
.fi-rr-progress-download:before {
  content: "\fadf";
}
.fi-rr-progress-upload:before {
  content: "\fae0";
}
.fi-rr-projector:before {
  content: "\fae1";
}
.fi-rr-protractor:before {
  content: "\fae2";
}
.fi-rr-pulse:before {
  content: "\fae3";
}
.fi-rr-pump-medical:before {
  content: "\fae4";
}
.fi-rr-pump:before {
  content: "\fae5";
}
.fi-rr-pumpkin-alt-2:before {
  content: "\fae6";
}
.fi-rr-pumpkin-alt:before {
  content: "\fae7";
}
.fi-rr-pumpkin:before {
  content: "\fae8";
}
.fi-rr-puzzle-alt:before {
  content: "\fae9";
}
.fi-rr-puzzle-piece-integration:before {
  content: "\faea";
}
.fi-rr-puzzle-pieces:before {
  content: "\faeb";
}
.fi-rr-puzzle:before {
  content: "\faec";
}
.fi-rr-pyramid:before {
  content: "\faed";
}
.fi-rr-q:before {
  content: "\faee";
}
.fi-rr-qr-scan:before {
  content: "\faef";
}
.fi-rr-QR:before {
  content: "\faf0";
}
.fi-rr-qrcode:before {
  content: "\faf1";
}
.fi-rr-question-square:before {
  content: "\faf2";
}
.fi-rr-question:before {
  content: "\faf3";
}
.fi-rr-queue-alt:before {
  content: "\faf4";
}
.fi-rr-queue-line:before {
  content: "\faf5";
}
.fi-rr-queue-signal:before {
  content: "\faf6";
}
.fi-rr-queue:before {
  content: "\faf7";
}
.fi-rr-quill-pen-story:before {
  content: "\faf8";
}
.fi-rr-quiz-alt:before {
  content: "\faf9";
}
.fi-rr-quiz:before {
  content: "\fafa";
}
.fi-rr-quote-right:before {
  content: "\fafb";
}
.fi-rr-r:before {
  content: "\fafc";
}
.fi-rr-rabbit-fast:before {
  content: "\fafd";
}
.fi-rr-rabbit:before {
  content: "\fafe";
}
.fi-rr-raccoon:before {
  content: "\faff";
}
.fi-rr-racquet:before {
  content: "\fb00";
}
.fi-rr-radar-monitoring-track:before {
  content: "\fb01";
}
.fi-rr-radar:before {
  content: "\fb02";
}
.fi-rr-radiation-alt:before {
  content: "\fb03";
}
.fi-rr-radiation:before {
  content: "\fb04";
}
.fi-rr-radio-alt:before {
  content: "\fb05";
}
.fi-rr-radio-button:before {
  content: "\fb06";
}
.fi-rr-radio:before {
  content: "\fb07";
}
.fi-rr-radish:before {
  content: "\fb08";
}
.fi-rr-rainbow:before {
  content: "\fb09";
}
.fi-rr-raindrops:before {
  content: "\fb0a";
}
.fi-rr-ram:before {
  content: "\fb0b";
}
.fi-rr-ramp-loading:before {
  content: "\fb0c";
}
.fi-rr-rank:before {
  content: "\fb0d";
}
.fi-rr-ranking-podium-empty:before {
  content: "\fb0e";
}
.fi-rr-ranking-podium:before {
  content: "\fb0f";
}
.fi-rr-ranking-star:before {
  content: "\fb10";
}
.fi-rr-ranking-stars:before {
  content: "\fb11";
}
.fi-rr-raygun:before {
  content: "\fb12";
}
.fi-rr-razor-barber:before {
  content: "\fb13";
}
.fi-rr-react:before {
  content: "\fb14";
}
.fi-rr-rec:before {
  content: "\fb15";
}
.fi-rr-receipt:before {
  content: "\fb16";
}
.fi-rr-recipe-book:before {
  content: "\fb17";
}
.fi-rr-recipe:before {
  content: "\fb18";
}
.fi-rr-record-vinyl:before {
  content: "\fb19";
}
.fi-rr-rectabgle-vertical:before {
  content: "\fb1a";
}
.fi-rr-rectangle-barcode:before {
  content: "\fb1b";
}
.fi-rr-rectangle-code:before {
  content: "\fb1c";
}
.fi-rr-rectangle-history-circle-plus:before {
  content: "\fb1d";
}
.fi-rr-rectangle-horizontal:before {
  content: "\fb1e";
}
.fi-rr-rectangle-list:before {
  content: "\fb1f";
}
.fi-rr-rectangle-panoramic:before {
  content: "\fb20";
}
.fi-rr-rectangle-pro:before {
  content: "\fb21";
}
.fi-rr-rectangle-vertical-history:before {
  content: "\fb22";
}
.fi-rr-rectangle-vertical:before {
  content: "\fb23";
}
.fi-rr-rectangle-xmark:before {
  content: "\fb24";
}
.fi-rr-rectangles-mixed:before {
  content: "\fb25";
}
.fi-rr-recycle-bin:before {
  content: "\fb26";
}
.fi-rr-recycle:before {
  content: "\fb27";
}
.fi-rr-redo-alt:before {
  content: "\fb28";
}
.fi-rr-redo:before {
  content: "\fb29";
}
.fi-rr-reel:before {
  content: "\fb2a";
}
.fi-rr-refer-arrow:before {
  content: "\fb2b";
}
.fi-rr-refer:before {
  content: "\fb2c";
}
.fi-rr-referral-alt:before {
  content: "\fb2d";
}
.fi-rr-referral-user:before {
  content: "\fb2e";
}
.fi-rr-referral:before {
  content: "\fb2f";
}
.fi-rr-reflect-horizontal-alt:before {
  content: "\fb30";
}
.fi-rr-reflect-horizontal:before {
  content: "\fb31";
}
.fi-rr-reflect-vertical:before {
  content: "\fb32";
}
.fi-rr-reflect:before {
  content: "\fb33";
}
.fi-rr-refresh:before {
  content: "\fb34";
}
.fi-rr-refrigerator:before {
  content: "\fb35";
}
.fi-rr-refund-alt:before {
  content: "\fb36";
}
.fi-rr-refund:before {
  content: "\fb37";
}
.fi-rr-region-pin-alt:before {
  content: "\fb38";
}
.fi-rr-region-pin:before {
  content: "\fb39";
}
.fi-rr-registered:before {
  content: "\fb3a";
}
.fi-rr-registration-paper:before {
  content: "\fb3b";
}
.fi-rr-remove-folder:before {
  content: "\fb3c";
}
.fi-rr-remove-user:before {
  content: "\fb3d";
}
.fi-rr-rent-signal:before {
  content: "\fb3e";
}
.fi-rr-rent:before {
  content: "\fb3f";
}
.fi-rr-replace:before {
  content: "\fb40";
}
.fi-rr-replay-10:before {
  content: "\fb41";
}
.fi-rr-replay-30:before {
  content: "\fb42";
}
.fi-rr-replay-5:before {
  content: "\fb43";
}
.fi-rr-reply-all:before {
  content: "\fb44";
}
.fi-rr-republican:before {
  content: "\fb45";
}
.fi-rr-reservation-smartphone:before {
  content: "\fb46";
}
.fi-rr-reservation-table:before {
  content: "\fb47";
}
.fi-rr-resistance-band:before {
  content: "\fb48";
}
.fi-rr-resize:before {
  content: "\fb49";
}
.fi-rr-resources:before {
  content: "\fb4a";
}
.fi-rr-restaurant:before {
  content: "\fb4b";
}
.fi-rr-restock:before {
  content: "\fb4c";
}
.fi-rr-restroom-simple:before {
  content: "\fb4d";
}
.fi-rr-resume:before {
  content: "\fb4e";
}
.fi-rr-revenue-alt:before {
  content: "\fb4f";
}
.fi-rr-revenue-euro:before {
  content: "\fb50";
}
.fi-rr-Revenue:before {
  content: "\fb51";
}
.fi-rr-review:before {
  content: "\fb52";
}
.fi-rr-rewind-button-circle:before {
  content: "\fb53";
}
.fi-rr-rewind:before {
  content: "\fb54";
}
.fi-rr-rhombus:before {
  content: "\fb55";
}
.fi-rr-ribbon:before {
  content: "\fb56";
}
.fi-rr-right-from-bracket:before {
  content: "\fb57";
}
.fi-rr-right:before {
  content: "\fb58";
}
.fi-rr-ring-diamond:before {
  content: "\fb59";
}
.fi-rr-ring:before {
  content: "\fb5a";
}
.fi-rr-rings-wedding:before {
  content: "\fb5b";
}
.fi-rr-risk-alt:before {
  content: "\fb5c";
}
.fi-rr-risk:before {
  content: "\fb5d";
}
.fi-rr-road-barrier:before {
  content: "\fb5e";
}
.fi-rr-road-sign-left:before {
  content: "\fb5f";
}
.fi-rr-road:before {
  content: "\fb60";
}
.fi-rr-robot:before {
  content: "\fb61";
}
.fi-rr-robotic-arm:before {
  content: "\fb62";
}
.fi-rr-rocket-lunch:before {
  content: "\fb63";
}
.fi-rr-rocket:before {
  content: "\fb64";
}
.fi-rr-roller-coaster:before {
  content: "\fb65";
}
.fi-rr-room-service:before {
  content: "\fb66";
}
.fi-rr-rotate-exclamation:before {
  content: "\fb67";
}
.fi-rr-rotate-left:before {
  content: "\fb68";
}
.fi-rr-rotate-reverse:before {
  content: "\fb69";
}
.fi-rr-rotate-right:before {
  content: "\fb6a";
}
.fi-rr-rotate-square:before {
  content: "\fb6b";
}
.fi-rr-roulette:before {
  content: "\fb6c";
}
.fi-rr-route-highway:before {
  content: "\fb6d";
}
.fi-rr-route-interstate:before {
  content: "\fb6e";
}
.fi-rr-route:before {
  content: "\fb6f";
}
.fi-rr-router:before {
  content: "\fb70";
}
.fi-rr-rss-alt:before {
  content: "\fb71";
}
.fi-rr-rss:before {
  content: "\fb72";
}
.fi-rr-ruble-sign:before {
  content: "\fb73";
}
.fi-rr-rugby:before {
  content: "\fb74";
}
.fi-rr-ruler-combined:before {
  content: "\fb75";
}
.fi-rr-ruler-horizontal:before {
  content: "\fb76";
}
.fi-rr-ruler-triangle:before {
  content: "\fb77";
}
.fi-rr-ruler-vertical:before {
  content: "\fb78";
}
.fi-rr-rules-alt:before {
  content: "\fb79";
}
.fi-rr-rules:before {
  content: "\fb7a";
}
.fi-rr-running-track:before {
  content: "\fb7b";
}
.fi-rr-running:before {
  content: "\fb7c";
}
.fi-rr-rupee-sign:before {
  content: "\fb7d";
}
.fi-rr-rupiah-sign:before {
  content: "\fb7e";
}
.fi-rr-rv:before {
  content: "\fb7f";
}
.fi-rr-s:before {
  content: "\fb80";
}
.fi-rr-sack-dollar:before {
  content: "\fb81";
}
.fi-rr-sack:before {
  content: "\fb82";
}
.fi-rr-sad-cry:before {
  content: "\fb83";
}
.fi-rr-sad-tear:before {
  content: "\fb84";
}
.fi-rr-sad:before {
  content: "\fb85";
}
.fi-rr-safe-box:before {
  content: "\fb86";
}
.fi-rr-sailboat:before {
  content: "\fb87";
}
.fi-rr-salad:before {
  content: "\fb88";
}
.fi-rr-salary-alt:before {
  content: "\fb89";
}
.fi-rr-salt-pepper:before {
  content: "\fb8a";
}
.fi-rr-salt-shaker:before {
  content: "\fb8b";
}
.fi-rr-sandwich-alt:before {
  content: "\fb8c";
}
.fi-rr-sandwich:before {
  content: "\fb8d";
}
.fi-rr-satellite-dish:before {
  content: "\fb8e";
}
.fi-rr-satellite:before {
  content: "\fb8f";
}
.fi-rr-saturday:before {
  content: "\fb90";
}
.fi-rr-sauce:before {
  content: "\fb91";
}
.fi-rr-sausage:before {
  content: "\fb92";
}
.fi-rr-sax-hot:before {
  content: "\fb93";
}
.fi-rr-saxophone:before {
  content: "\fb94";
}
.fi-rr-scale-comparison-alt:before {
  content: "\fb95";
}
.fi-rr-scale-comparison:before {
  content: "\fb96";
}
.fi-rr-scale:before {
  content: "\fb97";
}
.fi-rr-scalpel-path:before {
  content: "\fb98";
}
.fi-rr-scalpel:before {
  content: "\fb99";
}
.fi-rr-scanner-gun:before {
  content: "\fb9a";
}
.fi-rr-scanner-image:before {
  content: "\fb9b";
}
.fi-rr-scanner-keyboard:before {
  content: "\fb9c";
}
.fi-rr-scanner-touchscreen:before {
  content: "\fb9d";
}
.fi-rr-scarecrow:before {
  content: "\fb9e";
}
.fi-rr-scarf:before {
  content: "\fb9f";
}
.fi-rr-school-bus:before {
  content: "\fba0";
}
.fi-rr-school:before {
  content: "\fba1";
}
.fi-rr-scissors:before {
  content: "\fba2";
}
.fi-rr-scooter:before {
  content: "\fba3";
}
.fi-rr-screen:before {
  content: "\fba4";
}
.fi-rr-screencast:before {
  content: "\fba5";
}
.fi-rr-screw-alt:before {
  content: "\fba6";
}
.fi-rr-screw:before {
  content: "\fba7";
}
.fi-rr-screwdriver:before {
  content: "\fba8";
}
.fi-rr-scribble:before {
  content: "\fba9";
}
.fi-rr-script:before {
  content: "\fbaa";
}
.fi-rr-scroll-document-story:before {
  content: "\fbab";
}
.fi-rr-scroll-old:before {
  content: "\fbac";
}
.fi-rr-scroll-torah:before {
  content: "\fbad";
}
.fi-rr-scroll:before {
  content: "\fbae";
}
.fi-rr-scrubber:before {
  content: "\fbaf";
}
.fi-rr-scythe:before {
  content: "\fbb0";
}
.fi-rr-sd-card:before {
  content: "\fbb1";
}
.fi-rr-sd-cards:before {
  content: "\fbb2";
}
.fi-rr-seal-exclamation:before {
  content: "\fbb3";
}
.fi-rr-seal-question:before {
  content: "\fbb4";
}
.fi-rr-seal:before {
  content: "\fbb5";
}
.fi-rr-search-alt:before {
  content: "\fbb6";
}
.fi-rr-search-dollar:before {
  content: "\fbb7";
}
.fi-rr-search-heart:before {
  content: "\fbb8";
}
.fi-rr-search-location:before {
  content: "\fbb9";
}
.fi-rr-search:before {
  content: "\fbba";
}
.fi-rr-seat-airline:before {
  content: "\fbbb";
}
.fi-rr-seatbelt-safety-driver:before {
  content: "\fbbc";
}
.fi-rr-second-award:before {
  content: "\fbbd";
}
.fi-rr-second-laurel:before {
  content: "\fbbe";
}
.fi-rr-second-medal:before {
  content: "\fbbf";
}
.fi-rr-second:before {
  content: "\fbc0";
}
.fi-rr-security:before {
  content: "\fbc1";
}
.fi-rr-seedling:before {
  content: "\fbc2";
}
.fi-rr-selection:before {
  content: "\fbc3";
}
.fi-rr-sell:before {
  content: "\fbc4";
}
.fi-rr-seller-store:before {
  content: "\fbc5";
}
.fi-rr-seller:before {
  content: "\fbc6";
}
.fi-rr-selling:before {
  content: "\fbc7";
}
.fi-rr-send-back:before {
  content: "\fbc8";
}
.fi-rr-send-backward:before {
  content: "\fbc9";
}
.fi-rr-send-money-smartphone:before {
  content: "\fbca";
}
.fi-rr-send-money:before {
  content: "\fbcb";
}
.fi-rr-sensor-alert:before {
  content: "\fbcc";
}
.fi-rr-sensor-fire:before {
  content: "\fbcd";
}
.fi-rr-sensor-on:before {
  content: "\fbce";
}
.fi-rr-sensor-smoke:before {
  content: "\fbcf";
}
.fi-rr-sensor:before {
  content: "\fbd0";
}
.fi-rr-settings-sliders:before {
  content: "\fbd1";
}
.fi-rr-settings:before {
  content: "\fbd2";
}
.fi-rr-share-alt-square:before {
  content: "\fbd3";
}
.fi-rr-share-square:before {
  content: "\fbd4";
}
.fi-rr-share:before {
  content: "\fbd5";
}
.fi-rr-sheep:before {
  content: "\fbd6";
}
.fi-rr-shekel-sign:before {
  content: "\fbd7";
}
.fi-rr-shelves:before {
  content: "\fbd8";
}
.fi-rr-shield-alt:before {
  content: "\fbd9";
}
.fi-rr-shield-cat:before {
  content: "\fbda";
}
.fi-rr-shield-check:before {
  content: "\fbdb";
}
.fi-rr-shield-cross:before {
  content: "\fbdc";
}
.fi-rr-shield-dog:before {
  content: "\fbdd";
}
.fi-rr-shield-exclamation:before {
  content: "\fbde";
}
.fi-rr-shield-interrogation:before {
  content: "\fbdf";
}
.fi-rr-shield-keyhole:before {
  content: "\fbe0";
}
.fi-rr-shield-minus:before {
  content: "\fbe1";
}
.fi-rr-shield-plus:before {
  content: "\fbe2";
}
.fi-rr-shield-security-risk:before {
  content: "\fbe3";
}
.fi-rr-shield-slash:before {
  content: "\fbe4";
}
.fi-rr-shield-trust:before {
  content: "\fbe5";
}
.fi-rr-shield-virus:before {
  content: "\fbe6";
}
.fi-rr-shield-xmark:before {
  content: "\fbe7";
}
.fi-rr-shield:before {
  content: "\fbe8";
}
.fi-rr-ship-side:before {
  content: "\fbe9";
}
.fi-rr-ship:before {
  content: "\fbea";
}
.fi-rr-shipping-fast:before {
  content: "\fbeb";
}
.fi-rr-shipping-timed:before {
  content: "\fbec";
}
.fi-rr-shirt-long-sleeve:before {
  content: "\fbed";
}
.fi-rr-shirt-running:before {
  content: "\fbee";
}
.fi-rr-shirt-tank-top:before {
  content: "\fbef";
}
.fi-rr-shirt:before {
  content: "\fbf0";
}
.fi-rr-shish-kebab:before {
  content: "\fbf1";
}
.fi-rr-shoe-prints:before {
  content: "\fbf2";
}
.fi-rr-shop-lock:before {
  content: "\fbf3";
}
.fi-rr-shop-slash:before {
  content: "\fbf4";
}
.fi-rr-shop:before {
  content: "\fbf5";
}
.fi-rr-shopping-bag-add:before {
  content: "\fbf6";
}
.fi-rr-shopping-bag:before {
  content: "\fbf7";
}
.fi-rr-shopping-basket:before {
  content: "\fbf8";
}
.fi-rr-shopping-cart-add:before {
  content: "\fbf9";
}
.fi-rr-shopping-cart-buyer:before {
  content: "\fbfa";
}
.fi-rr-shopping-cart-check:before {
  content: "\fbfb";
}
.fi-rr-shopping-cart:before {
  content: "\fbfc";
}
.fi-rr-shovel-snow:before {
  content: "\fbfd";
}
.fi-rr-shovel:before {
  content: "\fbfe";
}
.fi-rr-shower-down:before {
  content: "\fbff";
}
.fi-rr-shower:before {
  content: "\fc00";
}
.fi-rr-shredder:before {
  content: "\fc01";
}
.fi-rr-shrimp:before {
  content: "\fc02";
}
.fi-rr-shuffle:before {
  content: "\fc03";
}
.fi-rr-shuttle-van:before {
  content: "\fc04";
}
.fi-rr-shuttlecock:before {
  content: "\fc05";
}
.fi-rr-Sickle:before {
  content: "\fc06";
}
.fi-rr-sidebar-flip:before {
  content: "\fc07";
}
.fi-rr-sidebar:before {
  content: "\fc08";
}
.fi-rr-sigma:before {
  content: "\fc09";
}
.fi-rr-sign-hanging:before {
  content: "\fc0a";
}
.fi-rr-sign-in-alt:before {
  content: "\fc0b";
}
.fi-rr-sign-out-alt:before {
  content: "\fc0c";
}
.fi-rr-sign-posts-wrench:before {
  content: "\fc0d";
}
.fi-rr-sign-posts:before {
  content: "\fc0e";
}
.fi-rr-sign-up:before {
  content: "\fc0f";
}
.fi-rr-signal-alt-1:before {
  content: "\fc10";
}
.fi-rr-signal-alt-2:before {
  content: "\fc11";
}
.fi-rr-signal-alt-slash:before {
  content: "\fc12";
}
.fi-rr-signal-alt:before {
  content: "\fc13";
}
.fi-rr-signal-bars-fair:before {
  content: "\fc14";
}
.fi-rr-signal-bars-good:before {
  content: "\fc15";
}
.fi-rr-signal-bars-weak:before {
  content: "\fc16";
}
.fi-rr-signal-stream-slash:before {
  content: "\fc17";
}
.fi-rr-signal-stream:before {
  content: "\fc18";
}
.fi-rr-signature-lock:before {
  content: "\fc19";
}
.fi-rr-signature-slash:before {
  content: "\fc1a";
}
.fi-rr-signature:before {
  content: "\fc1b";
}
.fi-rr-sim-card:before {
  content: "\fc1c";
}
.fi-rr-sim-cards:before {
  content: "\fc1d";
}
.fi-rr-sink:before {
  content: "\fc1e";
}
.fi-rr-siren-on:before {
  content: "\fc1f";
}
.fi-rr-Siren:before {
  content: "\fc20";
}
.fi-rr-site-alt:before {
  content: "\fc21";
}
.fi-rr-site-browser:before {
  content: "\fc22";
}
.fi-rr-site:before {
  content: "\fc23";
}
.fi-rr-sitemap:before {
  content: "\fc24";
}
.fi-rr-skateboard:before {
  content: "\fc25";
}
.fi-rr-skating:before {
  content: "\fc26";
}
.fi-rr-skeleton-ribs:before {
  content: "\fc27";
}
.fi-rr-skeleton:before {
  content: "\fc28";
}
.fi-rr-skewer:before {
  content: "\fc29";
}
.fi-rr-ski-boot-ski:before {
  content: "\fc2a";
}
.fi-rr-ski-jump:before {
  content: "\fc2b";
}
.fi-rr-ski-lift:before {
  content: "\fc2c";
}
.fi-rr-skiing-nordic:before {
  content: "\fc2d";
}
.fi-rr-skiing:before {
  content: "\fc2e";
}
.fi-rr-skill-alt:before {
  content: "\fc2f";
}
.fi-rr-skill-user:before {
  content: "\fc30";
}
.fi-rr-skill:before {
  content: "\fc31";
}
.fi-rr-skin-arrow:before {
  content: "\fc32";
}
.fi-rr-skin-drop:before {
  content: "\fc33";
}
.fi-rr-skin-hair:before {
  content: "\fc34";
}
.fi-rr-skin:before {
  content: "\fc35";
}
.fi-rr-skip-15-seconds:before {
  content: "\fc36";
}
.fi-rr-skull-cow:before {
  content: "\fc37";
}
.fi-rr-skull-crossbones:before {
  content: "\fc38";
}
.fi-rr-skull:before {
  content: "\fc39";
}
.fi-rr-slash:before {
  content: "\fc3a";
}
.fi-rr-sledding:before {
  content: "\fc3b";
}
.fi-rr-sleeping-bag:before {
  content: "\fc3c";
}
.fi-rr-sleigh:before {
  content: "\fc3d";
}
.fi-rr-sliders-h-square:before {
  content: "\fc3e";
}
.fi-rr-sliders-v-square:before {
  content: "\fc3f";
}
.fi-rr-sliders-v:before {
  content: "\fc40";
}
.fi-rr-slot-machine:before {
  content: "\fc41";
}
.fi-rr-smart-home-alt:before {
  content: "\fc42";
}
.fi-rr-smart-home:before {
  content: "\fc43";
}
.fi-rr-smartphone:before {
  content: "\fc44";
}
.fi-rr-smile-beam:before {
  content: "\fc45";
}
.fi-rr-smile-plus:before {
  content: "\fc46";
}
.fi-rr-smile-wink:before {
  content: "\fc47";
}
.fi-rr-smile:before {
  content: "\fc48";
}
.fi-rr-smiley-comment-alt:before {
  content: "\fc49";
}
.fi-rr-smog:before {
  content: "\fc4a";
}
.fi-rr-smoke:before {
  content: "\fc4b";
}
.fi-rr-smoking-ban:before {
  content: "\fc4c";
}
.fi-rr-smoking:before {
  content: "\fc4d";
}
.fi-rr-snake:before {
  content: "\fc4e";
}
.fi-rr-snap:before {
  content: "\fc4f";
}
.fi-rr-snooze:before {
  content: "\fc50";
}
.fi-rr-snow-blowing:before {
  content: "\fc51";
}
.fi-rr-snowboarding:before {
  content: "\fc52";
}
.fi-rr-snowflake-droplets:before {
  content: "\fc53";
}
.fi-rr-snowflake:before {
  content: "\fc54";
}
.fi-rr-snowflakes:before {
  content: "\fc55";
}
.fi-rr-snowman-alt:before {
  content: "\fc56";
}
.fi-rr-snowman-head:before {
  content: "\fc57";
}
.fi-rr-snowmobile:before {
  content: "\fc58";
}
.fi-rr-snowplow:before {
  content: "\fc59";
}
.fi-rr-soap-alt:before {
  content: "\fc5a";
}
.fi-rr-soap:before {
  content: "\fc5b";
}
.fi-rr-social-network:before {
  content: "\fc5c";
}
.fi-rr-socks:before {
  content: "\fc5d";
}
.fi-rr-sofa-size:before {
  content: "\fc5e";
}
.fi-rr-sofa:before {
  content: "\fc5f";
}
.fi-rr-solar-panel-sun:before {
  content: "\fc60";
}
.fi-rr-solar-panel:before {
  content: "\fc61";
}
.fi-rr-solar-system:before {
  content: "\fc62";
}
.fi-rr-sold-house:before {
  content: "\fc63";
}
.fi-rr-sold-signal:before {
  content: "\fc64";
}
.fi-rr-sort-alpha-down-alt:before {
  content: "\fc65";
}
.fi-rr-sort-alpha-down:before {
  content: "\fc66";
}
.fi-rr-sort-alpha-up-alt:before {
  content: "\fc67";
}
.fi-rr-sort-alpha-up:before {
  content: "\fc68";
}
.fi-rr-sort-alt:before {
  content: "\fc69";
}
.fi-rr-sort-amount-down-alt:before {
  content: "\fc6a";
}
.fi-rr-sort-amount-down:before {
  content: "\fc6b";
}
.fi-rr-sort-amount-up-alt:before {
  content: "\fc6c";
}
.fi-rr-sort-amount-up:before {
  content: "\fc6d";
}
.fi-rr-sort-circle-down:before {
  content: "\fc6e";
}
.fi-rr-sort-circle-up:before {
  content: "\fc6f";
}
.fi-rr-sort-circle:before {
  content: "\fc70";
}
.fi-rr-sort-down:before {
  content: "\fc71";
}
.fi-rr-sort-numeric-down-alt:before {
  content: "\fc72";
}
.fi-rr-sort-numeric-down:before {
  content: "\fc73";
}
.fi-rr-sort-shapes-down:before {
  content: "\fc74";
}
.fi-rr-sort-shapes-up:before {
  content: "\fc75";
}
.fi-rr-sort-size-down:before {
  content: "\fc76";
}
.fi-rr-sort-size-up:before {
  content: "\fc77";
}
.fi-rr-sort:before {
  content: "\fc78";
}
.fi-rr-soup:before {
  content: "\fc79";
}
.fi-rr-source-data:before {
  content: "\fc7a";
}
.fi-rr-source-document-alt:before {
  content: "\fc7b";
}
.fi-rr-source-document:before {
  content: "\fc7c";
}
.fi-rr-spa:before {
  content: "\fc7d";
}
.fi-rr-space-shuttle:before {
  content: "\fc7e";
}
.fi-rr-space-station-moon-alt:before {
  content: "\fc7f";
}
.fi-rr-space-station-moon:before {
  content: "\fc80";
}
.fi-rr-spade:before {
  content: "\fc81";
}
.fi-rr-spaghetti-monster-flying:before {
  content: "\fc82";
}
.fi-rr-spain-map:before {
  content: "\fc83";
}
.fi-rr-sparkles:before {
  content: "\fc84";
}
.fi-rr-spartan-helmet:before {
  content: "\fc85";
}
.fi-rr-speaker:before {
  content: "\fc86";
}
.fi-rr-speakers:before {
  content: "\fc87";
}
.fi-rr-speech-bubble-story:before {
  content: "\fc88";
}
.fi-rr-speedometer-arrow:before {
  content: "\fc89";
}
.fi-rr-speedometer-kpi:before {
  content: "\fc8a";
}
.fi-rr-sphere:before {
  content: "\fc8b";
}
.fi-rr-spider-black-widow:before {
  content: "\fc8c";
}
.fi-rr-spider-web:before {
  content: "\fc8d";
}
.fi-rr-spider:before {
  content: "\fc8e";
}
.fi-rr-spinner:before {
  content: "\fc8f";
}
.fi-rr-split-up-relation:before {
  content: "\fc90";
}
.fi-rr-split:before {
  content: "\fc91";
}
.fi-rr-splotch:before {
  content: "\fc92";
}
.fi-rr-spoon:before {
  content: "\fc93";
}
.fi-rr-sport:before {
  content: "\fc94";
}
.fi-rr-spray-can-sparkles:before {
  content: "\fc95";
}
.fi-rr-spray-can:before {
  content: "\fc96";
}
.fi-rr-spring-calendar:before {
  content: "\fc97";
}
.fi-rr-sprinkler:before {
  content: "\fc98";
}
.fi-rr-spy:before {
  content: "\fc99";
}
.fi-rr-square-0:before {
  content: "\fc9a";
}
.fi-rr-square-1:before {
  content: "\fc9b";
}
.fi-rr-square-2:before {
  content: "\fc9c";
}
.fi-rr-square-3:before {
  content: "\fc9d";
}
.fi-rr-square-4:before {
  content: "\fc9e";
}
.fi-rr-square-5:before {
  content: "\fc9f";
}
.fi-rr-square-6:before {
  content: "\fca0";
}
.fi-rr-square-7:before {
  content: "\fca1";
}
.fi-rr-square-8:before {
  content: "\fca2";
}
.fi-rr-square-9:before {
  content: "\fca3";
}
.fi-rr-square-a:before {
  content: "\fca4";
}
.fi-rr-square-b:before {
  content: "\fca5";
}
.fi-rr-square-bolt:before {
  content: "\fca6";
}
.fi-rr-square-c:before {
  content: "\fca7";
}
.fi-rr-square-code:before {
  content: "\fca8";
}
.fi-rr-square-d:before {
  content: "\fca9";
}
.fi-rr-square-dashed-circle-plus:before {
  content: "\fcaa";
}
.fi-rr-square-dashed:before {
  content: "\fcab";
}
.fi-rr-square-divide:before {
  content: "\fcac";
}
.fi-rr-square-e:before {
  content: "\fcad";
}
.fi-rr-square-ellipsis-vertical:before {
  content: "\fcae";
}
.fi-rr-square-ellipsis:before {
  content: "\fcaf";
}
.fi-rr-square-exclamation:before {
  content: "\fcb0";
}
.fi-rr-square-f:before {
  content: "\fcb1";
}
.fi-rr-square-g:before {
  content: "\fcb2";
}
.fi-rr-square-h:before {
  content: "\fcb3";
}
.fi-rr-square-heart:before {
  content: "\fcb4";
}
.fi-rr-square-i:before {
  content: "\fcb5";
}
.fi-rr-square-info:before {
  content: "\fcb6";
}
.fi-rr-square-j:before {
  content: "\fcb7";
}
.fi-rr-square-k:before {
  content: "\fcb8";
}
.fi-rr-square-kanban:before {
  content: "\fcb9";
}
.fi-rr-square-l:before {
  content: "\fcba";
}
.fi-rr-square-m:before {
  content: "\fcbb";
}
.fi-rr-square-minus:before {
  content: "\fcbc";
}
.fi-rr-square-n:before {
  content: "\fcbd";
}
.fi-rr-square-o:before {
  content: "\fcbe";
}
.fi-rr-square-p:before {
  content: "\fcbf";
}
.fi-rr-square-phone-hangup:before {
  content: "\fcc0";
}
.fi-rr-square-plus:before {
  content: "\fcc1";
}
.fi-rr-square-poll-horizontal:before {
  content: "\fcc2";
}
.fi-rr-square-poll-vertical:before {
  content: "\fcc3";
}
.fi-rr-square-q:before {
  content: "\fcc4";
}
.fi-rr-square-quote:before {
  content: "\fcc5";
}
.fi-rr-square-r:before {
  content: "\fcc6";
}
.fi-rr-square-root:before {
  content: "\fcc7";
}
.fi-rr-square-s:before {
  content: "\fcc8";
}
.fi-rr-square-small:before {
  content: "\fcc9";
}
.fi-rr-square-star:before {
  content: "\fcca";
}
.fi-rr-square-t:before {
  content: "\fccb";
}
.fi-rr-square-terminal:before {
  content: "\fccc";
}
.fi-rr-square-u:before {
  content: "\fccd";
}
.fi-rr-square-up-right:before {
  content: "\fcce";
}
.fi-rr-square-v:before {
  content: "\fccf";
}
.fi-rr-square-w:before {
  content: "\fcd0";
}
.fi-rr-square-x:before {
  content: "\fcd1";
}
.fi-rr-square-y:before {
  content: "\fcd2";
}
.fi-rr-square-z:before {
  content: "\fcd3";
}
.fi-rr-square:before {
  content: "\fcd4";
}
.fi-rr-squid:before {
  content: "\fcd5";
}
.fi-rr-squircle:before {
  content: "\fcd6";
}
.fi-rr-squirrel:before {
  content: "\fcd7";
}
.fi-rr-staff:before {
  content: "\fcd8";
}
.fi-rr-stage-concert:before {
  content: "\fcd9";
}
.fi-rr-stage-theatre:before {
  content: "\fcda";
}
.fi-rr-stage:before {
  content: "\fcdb";
}
.fi-rr-stairs:before {
  content: "\fcdc";
}
.fi-rr-stamp:before {
  content: "\fcdd";
}
.fi-rr-standard-definition:before {
  content: "\fcde";
}
.fi-rr-star-and-crescent:before {
  content: "\fcdf";
}
.fi-rr-star-christmas:before {
  content: "\fce0";
}
.fi-rr-star-comment-alt:before {
  content: "\fce1";
}
.fi-rr-star-exclamation:before {
  content: "\fce2";
}
.fi-rr-star-octogram:before {
  content: "\fce3";
}
.fi-rr-star-of-david:before {
  content: "\fce4";
}
.fi-rr-star-rating-call:before {
  content: "\fce5";
}
.fi-rr-star-sharp-half-stroke:before {
  content: "\fce6";
}
.fi-rr-star-sharp-half:before {
  content: "\fce7";
}
.fi-rr-star-shooting:before {
  content: "\fce8";
}
.fi-rr-star:before {
  content: "\fce9";
}
.fi-rr-starfighter:before {
  content: "\fcea";
}
.fi-rr-stars:before {
  content: "\fceb";
}
.fi-rr-state-country:before {
  content: "\fcec";
}
.fi-rr-stationary-bike:before {
  content: "\fced";
}
.fi-rr-stats:before {
  content: "\fcee";
}
.fi-rr-steak:before {
  content: "\fcef";
}
.fi-rr-steering-wheel:before {
  content: "\fcf0";
}
.fi-rr-step-backward:before {
  content: "\fcf1";
}
.fi-rr-step-forward:before {
  content: "\fcf2";
}
.fi-rr-sterling-sign:before {
  content: "\fcf3";
}
.fi-rr-stethoscope:before {
  content: "\fcf4";
}
.fi-rr-sticker:before {
  content: "\fcf5";
}
.fi-rr-stocking:before {
  content: "\fcf6";
}
.fi-rr-stomach:before {
  content: "\fcf7";
}
.fi-rr-stop-circle:before {
  content: "\fcf8";
}
.fi-rr-stop-square:before {
  content: "\fcf9";
}
.fi-rr-stop:before {
  content: "\fcfa";
}
.fi-rr-stopwatch:before {
  content: "\fcfb";
}
.fi-rr-store-alt:before {
  content: "\fcfc";
}
.fi-rr-store-buyer:before {
  content: "\fcfd";
}
.fi-rr-store-lock:before {
  content: "\fcfe";
}
.fi-rr-store-slash:before {
  content: "\fcff";
}
.fi-rr-story-book:before {
  content: "\fd00";
}
.fi-rr-story-fairy-tale:before {
  content: "\fd01";
}
.fi-rr-story-fantasy:before {
  content: "\fd02";
}
.fi-rr-strategy-chess-risk:before {
  content: "\fd03";
}
.fi-rr-strawberry:before {
  content: "\fd04";
}
.fi-rr-street-view:before {
  content: "\fd05";
}
.fi-rr-stretcher:before {
  content: "\fd06";
}
.fi-rr-strikethrough:before {
  content: "\fd07";
}
.fi-rr-stroopwafel:before {
  content: "\fd08";
}
.fi-rr-student-alt:before {
  content: "\fd09";
}
.fi-rr-student:before {
  content: "\fd0a";
}
.fi-rr-subscript:before {
  content: "\fd0b";
}
.fi-rr-subscription-alt:before {
  content: "\fd0c";
}
.fi-rr-subscription:before {
  content: "\fd0d";
}
.fi-rr-subtitles-slash:before {
  content: "\fd0e";
}
.fi-rr-subtitles:before {
  content: "\fd0f";
}
.fi-rr-subway:before {
  content: "\fd10";
}
.fi-rr-suitcase-alt:before {
  content: "\fd11";
}
.fi-rr-summary-check:before {
  content: "\fd12";
}
.fi-rr-summer:before {
  content: "\fd13";
}
.fi-rr-sun-dust:before {
  content: "\fd14";
}
.fi-rr-sun-plant-wilt:before {
  content: "\fd15";
}
.fi-rr-sun-salutation-yoga:before {
  content: "\fd16";
}
.fi-rr-sun:before {
  content: "\fd17";
}
.fi-rr-sunday:before {
  content: "\fd18";
}
.fi-rr-sunglasses-alt:before {
  content: "\fd19";
}
.fi-rr-sunglasses:before {
  content: "\fd1a";
}
.fi-rr-sunrise-alt:before {
  content: "\fd1b";
}
.fi-rr-sunrise:before {
  content: "\fd1c";
}
.fi-rr-sunset:before {
  content: "\fd1d";
}
.fi-rr-superscript:before {
  content: "\fd1e";
}
.fi-rr-supplier-alt:before {
  content: "\fd1f";
}
.fi-rr-supplier:before {
  content: "\fd20";
}
.fi-rr-surfing:before {
  content: "\fd21";
}
.fi-rr-surprise:before {
  content: "\fd22";
}
.fi-rr-surveillance-camera:before {
  content: "\fd23";
}
.fi-rr-survey-xmark:before {
  content: "\fd24";
}
.fi-rr-sushi-alt:before {
  content: "\fd25";
}
.fi-rr-sushi-roll:before {
  content: "\fd26";
}
.fi-rr-sushi:before {
  content: "\fd27";
}
.fi-rr-svg:before {
  content: "\fd28";
}
.fi-rr-swap:before {
  content: "\fd29";
}
.fi-rr-swatchbook:before {
  content: "\fd2a";
}
.fi-rr-swimmer:before {
  content: "\fd2b";
}
.fi-rr-swimming-pool:before {
  content: "\fd2c";
}
.fi-rr-swing:before {
  content: "\fd2d";
}
.fi-rr-swipe-down:before {
  content: "\fd2e";
}
.fi-rr-swipe-left:before {
  content: "\fd2f";
}
.fi-rr-swipe-right:before {
  content: "\fd30";
}
.fi-rr-swipe-up:before {
  content: "\fd31";
}
.fi-rr-sword:before {
  content: "\fd32";
}
.fi-rr-symbol:before {
  content: "\fd33";
}
.fi-rr-symbols:before {
  content: "\fd34";
}
.fi-rr-synagogue:before {
  content: "\fd35";
}
.fi-rr-syringe:before {
  content: "\fd36";
}
.fi-rr-system-cloud:before {
  content: "\fd37";
}
.fi-rr-t:before {
  content: "\fd38";
}
.fi-rr-tab-folder:before {
  content: "\fd39";
}
.fi-rr-table-columns:before {
  content: "\fd3a";
}
.fi-rr-table-layout:before {
  content: "\fd3b";
}
.fi-rr-table-list:before {
  content: "\fd3c";
}
.fi-rr-table-picnic:before {
  content: "\fd3d";
}
.fi-rr-table-pivot:before {
  content: "\fd3e";
}
.fi-rr-table-rows:before {
  content: "\fd3f";
}
.fi-rr-table-tree:before {
  content: "\fd40";
}
.fi-rr-table:before {
  content: "\fd41";
}
.fi-rr-tablet-android-alt:before {
  content: "\fd42";
}
.fi-rr-tablet-android:before {
  content: "\fd43";
}
.fi-rr-tablet-rugged:before {
  content: "\fd44";
}
.fi-rr-tablet:before {
  content: "\fd45";
}
.fi-rr-tachometer-alt-average:before {
  content: "\fd46";
}
.fi-rr-tachometer-alt-fastest:before {
  content: "\fd47";
}
.fi-rr-tachometer-alt-slow:before {
  content: "\fd48";
}
.fi-rr-tachometer-alt-slowest:before {
  content: "\fd49";
}
.fi-rr-tachometer-average:before {
  content: "\fd4a";
}
.fi-rr-tachometer-fast:before {
  content: "\fd4b";
}
.fi-rr-tachometer-fastest:before {
  content: "\fd4c";
}
.fi-rr-tachometer-slow:before {
  content: "\fd4d";
}
.fi-rr-tachometer-slowest:before {
  content: "\fd4e";
}
.fi-rr-tachometer:before {
  content: "\fd4f";
}
.fi-rr-taco:before {
  content: "\fd50";
}
.fi-rr-tags:before {
  content: "\fd51";
}
.fi-rr-talent-alt:before {
  content: "\fd52";
}
.fi-rr-talent-hand:before {
  content: "\fd53";
}
.fi-rr-talent:before {
  content: "\fd54";
}
.fi-rr-tally-1:before {
  content: "\fd55";
}
.fi-rr-tally-2:before {
  content: "\fd56";
}
.fi-rr-tally-3:before {
  content: "\fd57";
}
.fi-rr-tally-4:before {
  content: "\fd58";
}
.fi-rr-tally:before {
  content: "\fd59";
}
.fi-rr-tamale:before {
  content: "\fd5a";
}
.fi-rr-tank-water:before {
  content: "\fd5b";
}
.fi-rr-tap:before {
  content: "\fd5c";
}
.fi-rr-tape:before {
  content: "\fd5d";
}
.fi-rr-target-audience:before {
  content: "\fd5e";
}
.fi-rr-target:before {
  content: "\fd5f";
}
.fi-rr-tax-alt:before {
  content: "\fd60";
}
.fi-rr-tax:before {
  content: "\fd61";
}
.fi-rr-taxi-bus:before {
  content: "\fd62";
}
.fi-rr-taxi:before {
  content: "\fd63";
}
.fi-rr-team-check-alt:before {
  content: "\fd64";
}
.fi-rr-team-check:before {
  content: "\fd65";
}
.fi-rr-teddy-bear:before {
  content: "\fd66";
}
.fi-rr-teeth-open:before {
  content: "\fd67";
}
.fi-rr-telescope:before {
  content: "\fd68";
}
.fi-rr-temperature-down:before {
  content: "\fd69";
}
.fi-rr-temperature-frigid:before {
  content: "\fd6a";
}
.fi-rr-temperature-high:before {
  content: "\fd6b";
}
.fi-rr-temperature-list:before {
  content: "\fd6c";
}
.fi-rr-temperature-low:before {
  content: "\fd6d";
}
.fi-rr-temperature-up:before {
  content: "\fd6e";
}
.fi-rr-template-alt:before {
  content: "\fd6f";
}
.fi-rr-template:before {
  content: "\fd70";
}
.fi-rr-tenge:before {
  content: "\fd71";
}
.fi-rr-tennis:before {
  content: "\fd72";
}
.fi-rr-tent-arrow-down-to-line:before {
  content: "\fd73";
}
.fi-rr-tent-arrow-left-right:before {
  content: "\fd74";
}
.fi-rr-tent-arrow-turn-left:before {
  content: "\fd75";
}
.fi-rr-tent-arrows-down:before {
  content: "\fd76";
}
.fi-rr-tents:before {
  content: "\fd77";
}
.fi-rr-terminal:before {
  content: "\fd78";
}
.fi-rr-terrace:before {
  content: "\fd79";
}
.fi-rr-test-tube:before {
  content: "\fd7a";
}
.fi-rr-test:before {
  content: "\fd7b";
}
.fi-rr-text-box-dots:before {
  content: "\fd7c";
}
.fi-rr-text-box-edit:before {
  content: "\fd7d";
}
.fi-rr-text-box:before {
  content: "\fd7e";
}
.fi-rr-text-check:before {
  content: "\fd7f";
}
.fi-rr-text-height:before {
  content: "\fd80";
}
.fi-rr-text-shadow:before {
  content: "\fd81";
}
.fi-rr-text-size:before {
  content: "\fd82";
}
.fi-rr-text-slash:before {
  content: "\fd83";
}
.fi-rr-text-width:before {
  content: "\fd84";
}
.fi-rr-text:before {
  content: "\fd85";
}
.fi-rr-theater-masks:before {
  content: "\fd86";
}
.fi-rr-thermometer-alt:before {
  content: "\fd87";
}
.fi-rr-thermometer-empty:before {
  content: "\fd88";
}
.fi-rr-thermometer-full:before {
  content: "\fd89";
}
.fi-rr-thermometer-half:before {
  content: "\fd8a";
}
.fi-rr-thermometer-quarter:before {
  content: "\fd8b";
}
.fi-rr-thermometer-three-quarters:before {
  content: "\fd8c";
}
.fi-rr-theta:before {
  content: "\fd8d";
}
.fi-rr-third-award:before {
  content: "\fd8e";
}
.fi-rr-third-laurel:before {
  content: "\fd8f";
}
.fi-rr-third-medal:before {
  content: "\fd90";
}
.fi-rr-third:before {
  content: "\fd91";
}
.fi-rr-thought-bubble:before {
  content: "\fd92";
}
.fi-rr-three-leaf-clover:before {
  content: "\fd93";
}
.fi-rr-thumbs-up-trust:before {
  content: "\fd94";
}
.fi-rr-thumbtack:before {
  content: "\fd95";
}
.fi-rr-thunderstorm-moon:before {
  content: "\fd96";
}
.fi-rr-thunderstorm-risk:before {
  content: "\fd97";
}
.fi-rr-thunderstorm-sun:before {
  content: "\fd98";
}
.fi-rr-thunderstorm:before {
  content: "\fd99";
}
.fi-rr-thursday:before {
  content: "\fd9a";
}
.fi-rr-ticket-airline:before {
  content: "\fd9b";
}
.fi-rr-ticket-alt:before {
  content: "\fd9c";
}
.fi-rr-ticket:before {
  content: "\fd9d";
}
.fi-rr-tickets-airline:before {
  content: "\fd9e";
}
.fi-rr-tie:before {
  content: "\fd9f";
}
.fi-rr-tilde:before {
  content: "\fda0";
}
.fi-rr-time-add:before {
  content: "\fda1";
}
.fi-rr-time-check:before {
  content: "\fda2";
}
.fi-rr-time-delete:before {
  content: "\fda3";
}
.fi-rr-time-fast:before {
  content: "\fda4";
}
.fi-rr-time-forward-sixty:before {
  content: "\fda5";
}
.fi-rr-time-forward-ten:before {
  content: "\fda6";
}
.fi-rr-time-forward:before {
  content: "\fda7";
}
.fi-rr-time-half-past:before {
  content: "\fda8";
}
.fi-rr-time-oclock:before {
  content: "\fda9";
}
.fi-rr-time-past:before {
  content: "\fdaa";
}
.fi-rr-time-quarter-past:before {
  content: "\fdab";
}
.fi-rr-time-quarter-to:before {
  content: "\fdac";
}
.fi-rr-time-twenty-four:before {
  content: "\fdad";
}
.fi-rr-time-watch-calendar:before {
  content: "\fdae";
}
.fi-rr-timer-clock-call:before {
  content: "\fdaf";
}
.fi-rr-times-hexagon:before {
  content: "\fdb0";
}
.fi-rr-tint-slash:before {
  content: "\fdb1";
}
.fi-rr-tip-coin:before {
  content: "\fdb2";
}
.fi-rr-tire-flat:before {
  content: "\fdb3";
}
.fi-rr-tire-pressure-warning:before {
  content: "\fdb4";
}
.fi-rr-tire-rugged:before {
  content: "\fdb5";
}
.fi-rr-tire:before {
  content: "\fdb6";
}
.fi-rr-tired:before {
  content: "\fdb7";
}
.fi-rr-to-do-alt:before {
  content: "\fdb8";
}
.fi-rr-to-do:before {
  content: "\fdb9";
}
.fi-rr-together-people:before {
  content: "\fdba";
}
.fi-rr-toggle-off:before {
  content: "\fdbb";
}
.fi-rr-toggle-on:before {
  content: "\fdbc";
}
.fi-rr-toilet-paper-blank-under:before {
  content: "\fdbd";
}
.fi-rr-toilet-paper-blank:before {
  content: "\fdbe";
}
.fi-rr-toilet-paper-slash:before {
  content: "\fdbf";
}
.fi-rr-toilet-paper-under-slash:before {
  content: "\fdc0";
}
.fi-rr-toilet-paper-under:before {
  content: "\fdc1";
}
.fi-rr-toilet:before {
  content: "\fdc2";
}
.fi-rr-toilets-portable:before {
  content: "\fdc3";
}
.fi-rr-token:before {
  content: "\fdc4";
}
.fi-rr-tomato:before {
  content: "\fdc5";
}
.fi-rr-tombstone-alt:before {
  content: "\fdc6";
}
.fi-rr-tombstone:before {
  content: "\fdc7";
}
.fi-rr-tool-box:before {
  content: "\fdc8";
}
.fi-rr-tool-crop:before {
  content: "\fdc9";
}
.fi-rr-tool-marquee:before {
  content: "\fdca";
}
.fi-rr-tools:before {
  content: "\fdcb";
}
.fi-rr-tooth:before {
  content: "\fdcc";
}
.fi-rr-toothbrush:before {
  content: "\fdcd";
}
.fi-rr-torch-inspiration-leader:before {
  content: "\fdce";
}
.fi-rr-torii-gate:before {
  content: "\fdcf";
}
.fi-rr-tornado:before {
  content: "\fdd0";
}
.fi-rr-total:before {
  content: "\fdd1";
}
.fi-rr-tour-guide-people:before {
  content: "\fdd2";
}
.fi-rr-tour-virtual:before {
  content: "\fdd3";
}
.fi-rr-tower-control:before {
  content: "\fdd4";
}
.fi-rr-track:before {
  content: "\fdd5";
}
.fi-rr-tractor:before {
  content: "\fdd6";
}
.fi-rr-trademark:before {
  content: "\fdd7";
}
.fi-rr-traffic-cone:before {
  content: "\fdd8";
}
.fi-rr-traffic-light-go:before {
  content: "\fdd9";
}
.fi-rr-traffic-light-slow:before {
  content: "\fdda";
}
.fi-rr-traffic-light-stop:before {
  content: "\fddb";
}
.fi-rr-traffic-light:before {
  content: "\fddc";
}
.fi-rr-trailer:before {
  content: "\fddd";
}
.fi-rr-train-journey:before {
  content: "\fdde";
}
.fi-rr-train-side:before {
  content: "\fddf";
}
.fi-rr-train-station-building:before {
  content: "\fde0";
}
.fi-rr-train-station:before {
  content: "\fde1";
}
.fi-rr-train-subway-tunnel:before {
  content: "\fde2";
}
.fi-rr-train-track:before {
  content: "\fde3";
}
.fi-rr-train-tram:before {
  content: "\fde4";
}
.fi-rr-train:before {
  content: "\fde5";
}
.fi-rr-tram:before {
  content: "\fde6";
}
.fi-rr-transform:before {
  content: "\fde7";
}
.fi-rr-transformation-block:before {
  content: "\fde8";
}
.fi-rr-transformation-circle:before {
  content: "\fde9";
}
.fi-rr-transformation-design:before {
  content: "\fdea";
}
.fi-rr-transformation-shapes:before {
  content: "\fdeb";
}
.fi-rr-transformer-bolt:before {
  content: "\fdec";
}
.fi-rr-transgender:before {
  content: "\fded";
}
.fi-rr-transporter-1:before {
  content: "\fdee";
}
.fi-rr-transporter-2:before {
  content: "\fdef";
}
.fi-rr-transporter-3:before {
  content: "\fdf0";
}
.fi-rr-transporter-4:before {
  content: "\fdf1";
}
.fi-rr-transporter-5:before {
  content: "\fdf2";
}
.fi-rr-transporter-6:before {
  content: "\fdf3";
}
.fi-rr-transporter-7:before {
  content: "\fdf4";
}
.fi-rr-transporter-empty:before {
  content: "\fdf5";
}
.fi-rr-transporter:before {
  content: "\fdf6";
}
.fi-rr-trash-can-check:before {
  content: "\fdf7";
}
.fi-rr-trash-can-clock:before {
  content: "\fdf8";
}
.fi-rr-trash-can-list:before {
  content: "\fdf9";
}
.fi-rr-trash-can-plus:before {
  content: "\fdfa";
}
.fi-rr-trash-can-slash:before {
  content: "\fdfb";
}
.fi-rr-trash-check:before {
  content: "\fdfc";
}
.fi-rr-trash-clock:before {
  content: "\fdfd";
}
.fi-rr-trash-empty:before {
  content: "\fdfe";
}
.fi-rr-trash-list:before {
  content: "\fdff";
}
.fi-rr-trash-plus:before {
  content: "\fe10";
}
.fi-rr-trash-restore-alt:before {
  content: "\fe11";
}
.fi-rr-trash-restore:before {
  content: "\fe12";
}
.fi-rr-trash-slash:before {
  content: "\fe13";
}
.fi-rr-trash-undo-alt:before {
  content: "\fe14";
}
.fi-rr-trash-undo:before {
  content: "\fe15";
}
.fi-rr-trash-xmark:before {
  content: "\fe16";
}
.fi-rr-trash:before {
  content: "\fe17";
}
.fi-rr-treadmill:before {
  content: "\fe18";
}
.fi-rr-treasure-chest:before {
  content: "\fe19";
}
.fi-rr-treatment:before {
  content: "\fe1a";
}
.fi-rr-tree-alt:before {
  content: "\fe1b";
}
.fi-rr-tree-christmas:before {
  content: "\fe1c";
}
.fi-rr-tree-deciduous:before {
  content: "\fe1d";
}
.fi-rr-tree:before {
  content: "\fe1e";
}
.fi-rr-trees-alt:before {
  content: "\fe1f";
}
.fi-rr-trees:before {
  content: "\fe30";
}
.fi-rr-triangle-music:before {
  content: "\fe31";
}
.fi-rr-triangle-person-digging:before {
  content: "\fe32";
}
.fi-rr-triangle-warning:before {
  content: "\fe33";
}
.fi-rr-triangle:before {
  content: "\fe34";
}
.fi-rr-tricycle:before {
  content: "\fe35";
}
.fi-rr-trillium:before {
  content: "\fe36";
}
.fi-rr-trophy-achievement-skill:before {
  content: "\fe37";
}
.fi-rr-trophy-star:before {
  content: "\fe38";
}
.fi-rr-trophy:before {
  content: "\fe39";
}
.fi-rr-truck-arrow-left:before {
  content: "\fe3a";
}
.fi-rr-truck-arrow-right:before {
  content: "\fe3b";
}
.fi-rr-truck-bolt:before {
  content: "\fe3c";
}
.fi-rr-truck-box:before {
  content: "\fe3d";
}
.fi-rr-truck-check:before {
  content: "\fe3e";
}
.fi-rr-truck-container-empty:before {
  content: "\fe3f";
}
.fi-rr-truck-container:before {
  content: "\fe40";
}
.fi-rr-truck-couch:before {
  content: "\fe41";
}
.fi-rr-truck-fire:before {
  content: "\fe42";
}
.fi-rr-truck-flatbed:before {
  content: "\fe43";
}
.fi-rr-truck-front:before {
  content: "\fe44";
}
.fi-rr-truck-ladder:before {
  content: "\fe45";
}
.fi-rr-truck-loading:before {
  content: "\fe46";
}
.fi-rr-truck-medical:before {
  content: "\fe47";
}
.fi-rr-truck-monster:before {
  content: "\fe48";
}
.fi-rr-truck-moving:before {
  content: "\fe49";
}
.fi-rr-truck-pickup:before {
  content: "\fe4a";
}
.fi-rr-truck-plow:before {
  content: "\fe4b";
}
.fi-rr-truck-ramp:before {
  content: "\fe4c";
}
.fi-rr-truck-side:before {
  content: "\fe4d";
}
.fi-rr-truck-tow:before {
  content: "\fe4e";
}
.fi-rr-truck-utensils:before {
  content: "\fe4f";
}
.fi-rr-trumpet:before {
  content: "\fe50";
}
.fi-rr-trust-alt:before {
  content: "\fe51";
}
.fi-rr-trust:before {
  content: "\fe52";
}
.fi-rr-tshirt:before {
  content: "\fe53";
}
.fi-rr-tty-answer:before {
  content: "\fe54";
}
.fi-rr-tty:before {
  content: "\fe55";
}
.fi-rr-tubes:before {
  content: "\fe56";
}
.fi-rr-tuesday:before {
  content: "\fe57";
}
.fi-rr-tugrik-sign:before {
  content: "\fe58";
}
.fi-rr-turkey:before {
  content: "\fe59";
}
.fi-rr-turn-left-down:before {
  content: "\fe5a";
}
.fi-rr-turn-left:before {
  content: "\fe5b";
}
.fi-rr-turn-right:before {
  content: "\fe5c";
}
.fi-rr-turntable:before {
  content: "\fe5d";
}
.fi-rr-turtle:before {
  content: "\fe5e";
}
.fi-rr-tv-music:before {
  content: "\fe5f";
}
.fi-rr-tv-retro:before {
  content: "\fe60";
}
.fi-rr-typewriter:before {
  content: "\fe61";
}
.fi-rr-u:before {
  content: "\fe62";
}
.fi-rr-ufo-beam:before {
  content: "\fe63";
}
.fi-rr-ufo:before {
  content: "\fe64";
}
.fi-rr-ui-ux:before {
  content: "\fe65";
}
.fi-rr-umbrella-beach:before {
  content: "\fe66";
}
.fi-rr-umbrella:before {
  content: "\fe67";
}
.fi-rr-under-construction:before {
  content: "\fe68";
}
.fi-rr-underline:before {
  content: "\fe69";
}
.fi-rr-undo-alt:before {
  content: "\fe6a";
}
.fi-rr-undo:before {
  content: "\fe6b";
}
.fi-rr-unicorn:before {
  content: "\fe6c";
}
.fi-rr-uniform-martial-arts:before {
  content: "\fe6d";
}
.fi-rr-universal-access:before {
  content: "\fe6e";
}
.fi-rr-unlock:before {
  content: "\fe6f";
}
.fi-rr-up-from-bracket:before {
  content: "\fe70";
}
.fi-rr-up-left:before {
  content: "\fe71";
}
.fi-rr-up-right-from-square:before {
  content: "\fe72";
}
.fi-rr-up-right:before {
  content: "\fe73";
}
.fi-rr-up:before {
  content: "\fe74";
}
.fi-rr-upload:before {
  content: "\fe75";
}
.fi-rr-url:before {
  content: "\fe76";
}
.fi-rr-usb-pendrive:before {
  content: "\fe77";
}
.fi-rr-usd-circle:before {
  content: "\fe78";
}
.fi-rr-usd-square:before {
  content: "\fe79";
}
.fi-rr-user-add:before {
  content: "\fe7a";
}
.fi-rr-user-alien:before {
  content: "\fe7b";
}
.fi-rr-user-astronaut:before {
  content: "\fe7c";
}
.fi-rr-user-check:before {
  content: "\fe7d";
}
.fi-rr-user-chef:before {
  content: "\fe7e";
}
.fi-rr-user-coach:before {
  content: "\fe7f";
}
.fi-rr-user-cowboy:before {
  content: "\fe80";
}
.fi-rr-user-crown:before {
  content: "\fe81";
}
.fi-rr-user-gear:before {
  content: "\fe82";
}
.fi-rr-user-graduate:before {
  content: "\fe83";
}
.fi-rr-user-headset:before {
  content: "\fe84";
}
.fi-rr-user-helmet-safety:before {
  content: "\fe85";
}
.fi-rr-user-injured:before {
  content: "\fe86";
}
.fi-rr-user-interface-ui:before {
  content: "\fe87";
}
.fi-rr-user-key:before {
  content: "\fe88";
}
.fi-rr-user-lock:before {
  content: "\fe89";
}
.fi-rr-user-md-chat:before {
  content: "\fe8a";
}
.fi-rr-user-md:before {
  content: "\fe8b";
}
.fi-rr-user-minus:before {
  content: "\fe8c";
}
.fi-rr-user-music:before {
  content: "\fe8d";
}
.fi-rr-user-ninja:before {
  content: "\fe8e";
}
.fi-rr-user-nurse:before {
  content: "\fe8f";
}
.fi-rr-user-pen:before {
  content: "\fe90";
}
.fi-rr-user-pilot-tie:before {
  content: "\fe91";
}
.fi-rr-user-pilot:before {
  content: "\fe92";
}
.fi-rr-user-police:before {
  content: "\fe93";
}
.fi-rr-user-robot-xmarks:before {
  content: "\fe94";
}
.fi-rr-user-robot:before {
  content: "\fe95";
}
.fi-rr-user-salary:before {
  content: "\fe96";
}
.fi-rr-user-shield:before {
  content: "\fe97";
}
.fi-rr-user-skill-gear:before {
  content: "\fe98";
}
.fi-rr-user-slash:before {
  content: "\fe99";
}
.fi-rr-user-tag:before {
  content: "\fe9a";
}
.fi-rr-user-time:before {
  content: "\fe9b";
}
.fi-rr-user-trust:before {
  content: "\fe9c";
}
.fi-rr-user-unlock:before {
  content: "\fe9d";
}
.fi-rr-user-visor:before {
  content: "\fe9e";
}
.fi-rr-user-xmark:before {
  content: "\fe9f";
}
.fi-rr-user:before {
  content: "\fea0";
}
.fi-rr-users-alt:before {
  content: "\fea1";
}
.fi-rr-users-class:before {
  content: "\fea2";
}
.fi-rr-users-gear:before {
  content: "\fea3";
}
.fi-rr-users-medical:before {
  content: "\fea4";
}
.fi-rr-users-slash:before {
  content: "\fea5";
}
.fi-rr-users:before {
  content: "\fea6";
}
.fi-rr-utensils-slash:before {
  content: "\fea7";
}
.fi-rr-utensils:before {
  content: "\fea8";
}
.fi-rr-utility-pole-double:before {
  content: "\fea9";
}
.fi-rr-utility-pole:before {
  content: "\feaa";
}
.fi-rr-ux-browser:before {
  content: "\feab";
}
.fi-rr-ux:before {
  content: "\feac";
}
.fi-rr-v:before {
  content: "\fead";
}
.fi-rr-vacuum-robot:before {
  content: "\feae";
}
.fi-rr-vacuum:before {
  content: "\feaf";
}
.fi-rr-value-absolute:before {
  content: "\feb0";
}
.fi-rr-vault:before {
  content: "\feb1";
}
.fi-rr-vector-alt:before {
  content: "\feb2";
}
.fi-rr-vector-circle:before {
  content: "\feb3";
}
.fi-rr-vector-polygon:before {
  content: "\feb4";
}
.fi-rr-vector:before {
  content: "\feb5";
}
.fi-rr-venus-double:before {
  content: "\feb6";
}
.fi-rr-venus-mars:before {
  content: "\feb7";
}
.fi-rr-venus:before {
  content: "\feb8";
}
.fi-rr-vest-patches:before {
  content: "\feb9";
}
.fi-rr-vest:before {
  content: "\feba";
}
.fi-rr-video-arrow-down-left:before {
  content: "\febb";
}
.fi-rr-video-arrow-up-right:before {
  content: "\febc";
}
.fi-rr-video-camera-alt:before {
  content: "\febd";
}
.fi-rr-video-camera:before {
  content: "\febe";
}
.fi-rr-video-duration:before {
  content: "\febf";
}
.fi-rr-video-plus:before {
  content: "\fec0";
}
.fi-rr-video-slash:before {
  content: "\fec1";
}
.fi-rr-videoconference:before {
  content: "\fec2";
}
.fi-rr-vihara:before {
  content: "\fec3";
}
.fi-rr-violin:before {
  content: "\fec4";
}
.fi-rr-virus-slash:before {
  content: "\fec5";
}
.fi-rr-virus:before {
  content: "\fec6";
}
.fi-rr-viruses:before {
  content: "\fec7";
}
.fi-rr-visit:before {
  content: "\fec8";
}
.fi-rr-voicemail:before {
  content: "\fec9";
}
.fi-rr-volcano:before {
  content: "\feca";
}
.fi-rr-volleyball:before {
  content: "\fecb";
}
.fi-rr-volume-down:before {
  content: "\fecc";
}
.fi-rr-volume-mute:before {
  content: "\fecd";
}
.fi-rr-volume-off:before {
  content: "\fece";
}
.fi-rr-volume-slash:before {
  content: "\fecf";
}
.fi-rr-volume:before {
  content: "\fed0";
}
.fi-rr-vote-nay:before {
  content: "\fed1";
}
.fi-rr-vote-yea:before {
  content: "\fed2";
}
.fi-rr-vr-cardboard:before {
  content: "\fed3";
}
.fi-rr-w:before {
  content: "\fed4";
}
.fi-rr-waffle:before {
  content: "\fed5";
}
.fi-rr-wagon-covered:before {
  content: "\fed6";
}
.fi-rr-walker:before {
  content: "\fed7";
}
.fi-rr-walkie-talkie:before {
  content: "\fed8";
}
.fi-rr-walking:before {
  content: "\fed9";
}
.fi-rr-wallet-arrow:before {
  content: "\feda";
}
.fi-rr-wallet-buyer:before {
  content: "\fedb";
}
.fi-rr-wallet:before {
  content: "\fedc";
}
.fi-rr-warehouse-alt:before {
  content: "\fedd";
}
.fi-rr-warranty:before {
  content: "\fede";
}
.fi-rr-washer:before {
  content: "\fedf";
}
.fi-rr-waste-pollution:before {
  content: "\fee0";
}
.fi-rr-waste:before {
  content: "\fee1";
}
.fi-rr-watch-calculator:before {
  content: "\fee2";
}
.fi-rr-watch-fitness:before {
  content: "\fee3";
}
.fi-rr-watch-smart:before {
  content: "\fee4";
}
.fi-rr-watch:before {
  content: "\fee5";
}
.fi-rr-water-bottle:before {
  content: "\fee6";
}
.fi-rr-water-ladder:before {
  content: "\fee7";
}
.fi-rr-water-lower:before {
  content: "\fee8";
}
.fi-rr-water-rise:before {
  content: "\fee9";
}
.fi-rr-water:before {
  content: "\feea";
}
.fi-rr-watermelon:before {
  content: "\feeb";
}
.fi-rr-wave-sine:before {
  content: "\feec";
}
.fi-rr-wave-square:before {
  content: "\feed";
}
.fi-rr-wave-triangle:before {
  content: "\feee";
}
.fi-rr-wave:before {
  content: "\feef";
}
.fi-rr-waveform-path:before {
  content: "\fef0";
}
.fi-rr-waveform:before {
  content: "\fef1";
}
.fi-rr-web-design:before {
  content: "\fef2";
}
.fi-rr-webcam-slash:before {
  content: "\fef3";
}
.fi-rr-webcam:before {
  content: "\fef4";
}
.fi-rr-webhook:before {
  content: "\fef5";
}
.fi-rr-wednesday:before {
  content: "\fef6";
}
.fi-rr-whale:before {
  content: "\fef7";
}
.fi-rr-wheat-awn-circle-exclamation:before {
  content: "\fef8";
}
.fi-rr-wheat-awn-slash:before {
  content: "\fef9";
}
.fi-rr-wheat-awn:before {
  content: "\fefa";
}
.fi-rr-wheat-slash:before {
  content: "\fefb";
}
.fi-rr-wheat:before {
  content: "\fefc";
}
.fi-rr-wheelchair-move:before {
  content: "\fefd";
}
.fi-rr-wheelchair-sleeping:before {
  content: "\fefe";
}
.fi-rr-wheelchair:before {
  content: "\ff00";
}
.fi-rr-whistle:before {
  content: "\ff01";
}
.fi-rr-white-space:before {
  content: "\ff02";
}
.fi-rr-wifi-1:before {
  content: "\ff03";
}
.fi-rr-wifi-2:before {
  content: "\ff04";
}
.fi-rr-wifi-alt:before {
  content: "\ff05";
}
.fi-rr-wifi-exclamation:before {
  content: "\ff06";
}
.fi-rr-wifi-slash:before {
  content: "\ff07";
}
.fi-rr-wifi:before {
  content: "\ff08";
}
.fi-rr-wind-turbine:before {
  content: "\ff09";
}
.fi-rr-wind-warning:before {
  content: "\ff0a";
}
.fi-rr-wind:before {
  content: "\ff0b";
}
.fi-rr-window-alt:before {
  content: "\ff0c";
}
.fi-rr-window-frame-open:before {
  content: "\ff0d";
}
.fi-rr-window-frame:before {
  content: "\ff0e";
}
.fi-rr-window-maximize:before {
  content: "\ff0f";
}
.fi-rr-window-minimize:before {
  content: "\ff10";
}
.fi-rr-window-restore:before {
  content: "\ff11";
}
.fi-rr-windsock:before {
  content: "\ff12";
}
.fi-rr-wine-bottle:before {
  content: "\ff13";
}
.fi-rr-wine-glass-crack:before {
  content: "\ff14";
}
.fi-rr-wine-glass-empty:before {
  content: "\ff15";
}
.fi-rr-wishlist-heart:before {
  content: "\ff16";
}
.fi-rr-wishlist-star:before {
  content: "\ff17";
}
.fi-rr-woman-head:before {
  content: "\ff18";
}
.fi-rr-woman-scientist:before {
  content: "\ff19";
}
.fi-rr-won-sign:before {
  content: "\ff1a";
}
.fi-rr-work-in-progress:before {
  content: "\ff1b";
}
.fi-rr-workflow-alt:before {
  content: "\ff1c";
}
.fi-rr-workflow-setting-alt:before {
  content: "\ff1d";
}
.fi-rr-workflow-setting:before {
  content: "\ff1e";
}
.fi-rr-workflow:before {
  content: "\ff1f";
}
.fi-rr-workshop:before {
  content: "\ff20";
}
.fi-rr-world:before {
  content: "\ff21";
}
.fi-rr-worm:before {
  content: "\ff22";
}
.fi-rr-wreath:before {
  content: "\ff23";
}
.fi-rr-wrench-alt:before {
  content: "\ff24";
}
.fi-rr-wrench-simple:before {
  content: "\ff25";
}
.fi-rr-x-ray:before {
  content: "\ff26";
}
.fi-rr-x:before {
  content: "\ff27";
}
.fi-rr-y:before {
  content: "\ff28";
}
.fi-rr-yen:before {
  content: "\ff29";
}
.fi-rr-yin-yang:before {
  content: "\ff2a";
}
.fi-rr-z:before {
  content: "\ff2b";
}
.fi-rr-zip-file:before {
  content: "\ff2c";
}
.fi-rr-zoom-in:before {
  content: "\ff2d";
}
.fi-rr-zoom-out:before {
  content: "\ff2e";
}
@font-face {
  font-family: uicons-regular-straight;
  src:
    url("./media/uicons-regular-straight-2I3O25UC.woff2") format("woff2"),
    url("./media/uicons-regular-straight-AFQI6GFM.woff") format("woff"),
    url("./media/uicons-regular-straight-E4NUVXFC.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;
}
.variable-selector-00:before {
  content: "\fe00";
}
.variable-selector-01:before {
  content: "\fe01";
}
.variable-selector-02:before {
  content: "\fe02";
}
.variable-selector-03:before {
  content: "\fe03";
}
.variable-selector-04:before {
  content: "\fe04";
}
.variable-selector-05:before {
  content: "\fe05";
}
.variable-selector-06:before {
  content: "\fe06";
}
.variable-selector-07:before {
  content: "\fe07";
}
.variable-selector-08:before {
  content: "\fe08";
}
.variable-selector-09:before {
  content: "\fe09";
}
.variable-selector-0a:before {
  content: "\fe0a";
}
.variable-selector-0b:before {
  content: "\fe0b";
}
.variable-selector-0c:before {
  content: "\fe0c";
}
.variable-selector-0d:before {
  content: "\fe0d";
}
.variable-selector-0e:before {
  content: "\fe0e";
}
.variable-selector-0f:before {
  content: "\fe0f";
}
.combining-half-marks-00:before {
  content: "\fe20";
}
.combining-half-marks-01:before {
  content: "\fe21";
}
.combining-half-marks-02:before {
  content: "\fe22";
}
.combining-half-marks-03:before {
  content: "\fe23";
}
.combining-half-marks-04:before {
  content: "\fe24";
}
.combining-half-marks-05:before {
  content: "\fe25";
}
.combining-half-marks-06:before {
  content: "\fe26";
}
.combining-half-marks-07:before {
  content: "\fe27";
}
.combining-half-marks-08:before {
  content: "\fe28";
}
.combining-half-marks-09:before {
  content: "\fe29";
}
.combining-half-marks-0a:before {
  content: "\fe2a";
}
.combining-half-marks-0b:before {
  content: "\fe2b";
}
.combining-half-marks-0c:before {
  content: "\fe2c";
}
.combining-half-marks-0d:before {
  content: "\fe2d";
}
.combining-half-marks-0e:before {
  content: "\fe2e";
}
.combining-half-marks-0f:before {
  content: "\fe2f";
}
.zero-width-no-break-space-0f:before {
  content: "\feff";
}
.fi-rs-0:before {
  content: "\f101";
}
.fi-rs-00s-music-disc:before {
  content: "\f102";
}
.fi-rs-1:before {
  content: "\f103";
}
.fi-rs-2:before {
  content: "\f104";
}
.fi-rs-3:before {
  content: "\f105";
}
.fi-rs-360-degrees:before {
  content: "\f106";
}
.fi-rs-4:before {
  content: "\f107";
}
.fi-rs-404:before {
  content: "\f108";
}
.fi-rs-5:before {
  content: "\f109";
}
.fi-rs-6:before {
  content: "\f10a";
}
.fi-rs-60s-music-disc:before {
  content: "\f10b";
}
.fi-rs-7:before {
  content: "\f10c";
}
.fi-rs-70s-music-disc:before {
  content: "\f10d";
}
.fi-rs-8:before {
  content: "\f10e";
}
.fi-rs-80s-music-disc:before {
  content: "\f10f";
}
.fi-rs-9:before {
  content: "\f110";
}
.fi-rs-90s-music-disc:before {
  content: "\f111";
}
.fi-rs-a:before {
  content: "\f112";
}
.fi-rs-accident:before {
  content: "\f113";
}
.fi-rs-acorn:before {
  content: "\f114";
}
.fi-rs-ad-paid:before {
  content: "\f115";
}
.fi-rs-ad:before {
  content: "\f116";
}
.fi-rs-add-document:before {
  content: "\f117";
}
.fi-rs-add-folder:before {
  content: "\f118";
}
.fi-rs-add-image:before {
  content: "\f119";
}
.fi-rs-add:before {
  content: "\f11a";
}
.fi-rs-address-book:before {
  content: "\f11b";
}
.fi-rs-address-card:before {
  content: "\f11c";
}
.fi-rs-admin-alt:before {
  content: "\f11d";
}
.fi-rs-admin:before {
  content: "\f11e";
}
.fi-rs-age-alt:before {
  content: "\f11f";
}
.fi-rs-age-restriction-eighteen:before {
  content: "\f120";
}
.fi-rs-age-restriction-seven:before {
  content: "\f121";
}
.fi-rs-age-restriction-six:before {
  content: "\f122";
}
.fi-rs-age-restriction-sixteen:before {
  content: "\f123";
}
.fi-rs-age-restriction-thirteen:before {
  content: "\f124";
}
.fi-rs-age-restriction-three:before {
  content: "\f125";
}
.fi-rs-age-restriction-twelve:before {
  content: "\f126";
}
.fi-rs-age-restriction-twenty-one:before {
  content: "\f127";
}
.fi-rs-age-restriction-zero:before {
  content: "\f128";
}
.fi-rs-age:before {
  content: "\f129";
}
.fi-rs-air-conditioner:before {
  content: "\f12a";
}
.fi-rs-air-freshener:before {
  content: "\f12b";
}
.fi-rs-air-pollution:before {
  content: "\f12c";
}
.fi-rs-airplane-journey:before {
  content: "\f12d";
}
.fi-rs-airplane-window-open:before {
  content: "\f12e";
}
.fi-rs-airplay:before {
  content: "\f12f";
}
.fi-rs-alarm-clock:before {
  content: "\f130";
}
.fi-rs-alarm-exclamation:before {
  content: "\f131";
}
.fi-rs-alarm-plus:before {
  content: "\f132";
}
.fi-rs-alarm-snooze:before {
  content: "\f133";
}
.fi-rs-album-circle-plus:before {
  content: "\f134";
}
.fi-rs-album-circle-user:before {
  content: "\f135";
}
.fi-rs-album-collection:before {
  content: "\f136";
}
.fi-rs-album:before {
  content: "\f137";
}
.fi-rs-algorithm:before {
  content: "\f138";
}
.fi-rs-alicorn:before {
  content: "\f139";
}
.fi-rs-alien:before {
  content: "\f13a";
}
.fi-rs-align-center:before {
  content: "\f13b";
}
.fi-rs-align-justify:before {
  content: "\f13c";
}
.fi-rs-align-left:before {
  content: "\f13d";
}
.fi-rs-align-slash:before {
  content: "\f13e";
}
.fi-rs-ambulance:before {
  content: "\f13f";
}
.fi-rs-analyse-alt:before {
  content: "\f140";
}
.fi-rs-analyse:before {
  content: "\f141";
}
.fi-rs-anatomical-heart:before {
  content: "\f142";
}
.fi-rs-anchor:before {
  content: "\f143";
}
.fi-rs-angel:before {
  content: "\f144";
}
.fi-rs-angle-90:before {
  content: "\f145";
}
.fi-rs-angle-circle-down:before {
  content: "\f146";
}
.fi-rs-angle-circle-left:before {
  content: "\f147";
}
.fi-rs-angle-circle-right:before {
  content: "\f148";
}
.fi-rs-angle-circle-up:before {
  content: "\f149";
}
.fi-rs-angle-double-left:before {
  content: "\f14a";
}
.fi-rs-angle-double-right:before {
  content: "\f14b";
}
.fi-rs-angle-double-small-down:before {
  content: "\f14c";
}
.fi-rs-angle-double-small-left:before {
  content: "\f14d";
}
.fi-rs-angle-double-small-right:before {
  content: "\f14e";
}
.fi-rs-angle-double-small-up:before {
  content: "\f14f";
}
.fi-rs-angle-down:before {
  content: "\f150";
}
.fi-rs-angle-left:before {
  content: "\f151";
}
.fi-rs-angle-right:before {
  content: "\f152";
}
.fi-rs-angle-small-down:before {
  content: "\f153";
}
.fi-rs-angle-small-left:before {
  content: "\f154";
}
.fi-rs-angle-small-right:before {
  content: "\f155";
}
.fi-rs-angle-small-up:before {
  content: "\f156";
}
.fi-rs-angle-square-down:before {
  content: "\f157";
}
.fi-rs-angle-square-left:before {
  content: "\f158";
}
.fi-rs-angle-square-right:before {
  content: "\f159";
}
.fi-rs-angle-square-up:before {
  content: "\f15a";
}
.fi-rs-angle-up:before {
  content: "\f15b";
}
.fi-rs-angle:before {
  content: "\f15c";
}
.fi-rs-angles-up-down:before {
  content: "\f15d";
}
.fi-rs-angry:before {
  content: "\f15e";
}
.fi-rs-animated-icon:before {
  content: "\f15f";
}
.fi-rs-ankh:before {
  content: "\f160";
}
.fi-rs-answer-alt:before {
  content: "\f161";
}
.fi-rs-answer:before {
  content: "\f162";
}
.fi-rs-apartment:before {
  content: "\f163";
}
.fi-rs-aperture:before {
  content: "\f164";
}
.fi-rs-api:before {
  content: "\f165";
}
.fi-rs-apple-core:before {
  content: "\f166";
}
.fi-rs-apple-crate:before {
  content: "\f167";
}
.fi-rs-apple-whole:before {
  content: "\f168";
}
.fi-rs-apps-add:before {
  content: "\f169";
}
.fi-rs-apps-delete:before {
  content: "\f16a";
}
.fi-rs-apps-sort:before {
  content: "\f16b";
}
.fi-rs-apps:before {
  content: "\f16c";
}
.fi-rs-archive:before {
  content: "\f16d";
}
.fi-rs-archway:before {
  content: "\f16e";
}
.fi-rs-arrow-alt-circle-down:before {
  content: "\f16f";
}
.fi-rs-arrow-alt-circle-left:before {
  content: "\f170";
}
.fi-rs-arrow-alt-circle-right:before {
  content: "\f171";
}
.fi-rs-arrow-alt-circle-up:before {
  content: "\f172";
}
.fi-rs-arrow-alt-down:before {
  content: "\f173";
}
.fi-rs-arrow-alt-from-bottom:before {
  content: "\f174";
}
.fi-rs-arrow-alt-from-left:before {
  content: "\f175";
}
.fi-rs-arrow-alt-from-right:before {
  content: "\f176";
}
.fi-rs-arrow-alt-from-top:before {
  content: "\f177";
}
.fi-rs-arrow-alt-left:before {
  content: "\f178";
}
.fi-rs-arrow-alt-right:before {
  content: "\f179";
}
.fi-rs-arrow-alt-square-down:before {
  content: "\f17a";
}
.fi-rs-arrow-alt-square-left:before {
  content: "\f17b";
}
.fi-rs-arrow-alt-square-right:before {
  content: "\f17c";
}
.fi-rs-arrow-alt-square-up:before {
  content: "\f17d";
}
.fi-rs-arrow-alt-to-bottom:before {
  content: "\f17e";
}
.fi-rs-arrow-alt-to-left:before {
  content: "\f17f";
}
.fi-rs-arrow-alt-to-right:before {
  content: "\f180";
}
.fi-rs-arrow-alt-to-top:before {
  content: "\f181";
}
.fi-rs-arrow-alt-up:before {
  content: "\f182";
}
.fi-rs-arrow-circle-down:before {
  content: "\f183";
}
.fi-rs-arrow-circle-left:before {
  content: "\f184";
}
.fi-rs-arrow-circle-right:before {
  content: "\f185";
}
.fi-rs-arrow-circle-up:before {
  content: "\f186";
}
.fi-rs-arrow-comparison:before {
  content: "\f187";
}
.fi-rs-arrow-down-from-arc:before {
  content: "\f188";
}
.fi-rs-arrow-down-from-dotted-line:before {
  content: "\f189";
}
.fi-rs-arrow-down-left:before {
  content: "\f18a";
}
.fi-rs-arrow-down-small-big:before {
  content: "\f18b";
}
.fi-rs-arrow-down-to-dotted-line:before {
  content: "\f18c";
}
.fi-rs-arrow-down-to-square:before {
  content: "\f18d";
}
.fi-rs-arrow-down-triangle-square:before {
  content: "\f18e";
}
.fi-rs-arrow-down:before {
  content: "\f18f";
}
.fi-rs-arrow-from-bottom:before {
  content: "\f190";
}
.fi-rs-arrow-from-left:before {
  content: "\f191";
}
.fi-rs-arrow-from-right:before {
  content: "\f192";
}
.fi-rs-arrow-from-top:before {
  content: "\f193";
}
.fi-rs-arrow-left-from-arc:before {
  content: "\f194";
}
.fi-rs-arrow-left-from-line:before {
  content: "\f195";
}
.fi-rs-arrow-left-to-arc:before {
  content: "\f196";
}
.fi-rs-arrow-left:before {
  content: "\f197";
}
.fi-rs-arrow-progress-alt:before {
  content: "\f198";
}
.fi-rs-arrow-progress:before {
  content: "\f199";
}
.fi-rs-arrow-right-to-bracket:before {
  content: "\f19a";
}
.fi-rs-arrow-right:before {
  content: "\f19b";
}
.fi-rs-arrow-small-down:before {
  content: "\f19c";
}
.fi-rs-arrow-small-left:before {
  content: "\f19d";
}
.fi-rs-arrow-small-right:before {
  content: "\f19e";
}
.fi-rs-arrow-small-up:before {
  content: "\f19f";
}
.fi-rs-arrow-square-down:before {
  content: "\f1a0";
}
.fi-rs-arrow-square-left:before {
  content: "\f1a1";
}
.fi-rs-arrow-square-right:before {
  content: "\f1a2";
}
.fi-rs-arrow-square-up:before {
  content: "\f1a3";
}
.fi-rs-arrow-to-bottom:before {
  content: "\f1a4";
}
.fi-rs-arrow-to-left:before {
  content: "\f1a5";
}
.fi-rs-arrow-to-right:before {
  content: "\f1a6";
}
.fi-rs-arrow-to-top:before {
  content: "\f1a7";
}
.fi-rs-arrow-trend-down:before {
  content: "\f1a8";
}
.fi-rs-arrow-trend-up:before {
  content: "\f1a9";
}
.fi-rs-arrow-turn-down-left:before {
  content: "\f1aa";
}
.fi-rs-arrow-turn-down-right:before {
  content: "\f1ab";
}
.fi-rs-arrow-turn-left-up:before {
  content: "\f1ac";
}
.fi-rs-arrow-turn-left:before {
  content: "\f1ad";
}
.fi-rs-arrow-up-from-dotted-line:before {
  content: "\f1ae";
}
.fi-rs-arrow-up-from-ground-water:before {
  content: "\f1af";
}
.fi-rs-arrow-up-from-square:before {
  content: "\f1b0";
}
.fi-rs-arrow-up-left-from-circle:before {
  content: "\f1b1";
}
.fi-rs-arrow-up-left:before {
  content: "\f1b2";
}
.fi-rs-arrow-up-right-and-arrow-down-left-from-center:before {
  content: "\f1b3";
}
.fi-rs-arrow-up-right-from-square:before {
  content: "\f1b4";
}
.fi-rs-arrow-up-right:before {
  content: "\f1b5";
}
.fi-rs-arrow-up-small-big:before {
  content: "\f1b6";
}
.fi-rs-arrow-up-square-triangle:before {
  content: "\f1b7";
}
.fi-rs-arrow-up-to-arc:before {
  content: "\f1b8";
}
.fi-rs-arrow-up-to-dotted-line:before {
  content: "\f1b9";
}
.fi-rs-arrow-up:before {
  content: "\f1ba";
}
.fi-rs-arrow-upward-growth-crypto:before {
  content: "\f1bb";
}
.fi-rs-arrows-alt-h:before {
  content: "\f1bc";
}
.fi-rs-arrows-alt-v:before {
  content: "\f1bd";
}
.fi-rs-arrows-alt:before {
  content: "\f1be";
}
.fi-rs-arrows-cross:before {
  content: "\f1bf";
}
.fi-rs-arrows-from-dotted-line:before {
  content: "\f1c0";
}
.fi-rs-arrows-from-line:before {
  content: "\f1c1";
}
.fi-rs-arrows-h-copy:before {
  content: "\f1c2";
}
.fi-rs-arrows-h:before {
  content: "\f1c3";
}
.fi-rs-arrows-repeat-1:before {
  content: "\f1c4";
}
.fi-rs-arrows-repeat:before {
  content: "\f1c5";
}
.fi-rs-arrows-retweet:before {
  content: "\f1c6";
}
.fi-rs-arrows-split-right-and-left:before {
  content: "\f1c7";
}
.fi-rs-arrows-split-up-and-left:before {
  content: "\f1c8";
}
.fi-rs-arrows-to-circle:before {
  content: "\f1c9";
}
.fi-rs-arrows-to-dotted-line:before {
  content: "\f1ca";
}
.fi-rs-arrows-to-eye:before {
  content: "\f1cb";
}
.fi-rs-arrows-to-line:before {
  content: "\f1cc";
}
.fi-rs-arrows:before {
  content: "\f1cd";
}
.fi-rs-artificial-intelligence:before {
  content: "\f1ce";
}
.fi-rs-assept-document:before {
  content: "\f1cf";
}
.fi-rs-assessment-alt:before {
  content: "\f1d0";
}
.fi-rs-assessment:before {
  content: "\f1d1";
}
.fi-rs-assign:before {
  content: "\f1d2";
}
.fi-rs-assistive-listening-systems:before {
  content: "\f1d3";
}
.fi-rs-asterik:before {
  content: "\f1d4";
}
.fi-rs-at:before {
  content: "\f1d5";
}
.fi-rs-attribution-pen:before {
  content: "\f1d6";
}
.fi-rs-attribution-pencil:before {
  content: "\f1d7";
}
.fi-rs-aubergine:before {
  content: "\f1d8";
}
.fi-rs-auction:before {
  content: "\f1d9";
}
.fi-rs-audience-megaphone:before {
  content: "\f1da";
}
.fi-rs-audio-description-slash:before {
  content: "\f1db";
}
.fi-rs-audit-alt:before {
  content: "\f1dc";
}
.fi-rs-audit:before {
  content: "\f1dd";
}
.fi-rs-austral-sign:before {
  content: "\f1de";
}
.fi-rs-avocado:before {
  content: "\f1df";
}
.fi-rs-award:before {
  content: "\f1e0";
}
.fi-rs-axe-battle:before {
  content: "\f1e1";
}
.fi-rs-axe:before {
  content: "\f1e2";
}
.fi-rs-b:before {
  content: "\f1e3";
}
.fi-rs-baby-carriage:before {
  content: "\f1e4";
}
.fi-rs-baby:before {
  content: "\f1e5";
}
.fi-rs-back-up:before {
  content: "\f1e6";
}
.fi-rs-background:before {
  content: "\f1e7";
}
.fi-rs-backpack:before {
  content: "\f1e8";
}
.fi-rs-bacon:before {
  content: "\f1e9";
}
.fi-rs-bacteria:before {
  content: "\f1ea";
}
.fi-rs-bacterium:before {
  content: "\f1eb";
}
.fi-rs-badge-check:before {
  content: "\f1ec";
}
.fi-rs-badge-dollar:before {
  content: "\f1ed";
}
.fi-rs-badge-leaf:before {
  content: "\f1ee";
}
.fi-rs-badge-percent:before {
  content: "\f1ef";
}
.fi-rs-badge-sheriff:before {
  content: "\f1f0";
}
.fi-rs-badge:before {
  content: "\f1f1";
}
.fi-rs-badger-honey:before {
  content: "\f1f2";
}
.fi-rs-badget-check-alt:before {
  content: "\f1f3";
}
.fi-rs-badminton:before {
  content: "\f1f4";
}
.fi-rs-bag-map-pin:before {
  content: "\f1f5";
}
.fi-rs-bag-seedling:before {
  content: "\f1f6";
}
.fi-rs-bag-shopping-minus:before {
  content: "\f1f7";
}
.fi-rs-bags-shopping:before {
  content: "\f1f8";
}
.fi-rs-baguette:before {
  content: "\f1f9";
}
.fi-rs-bahai:before {
  content: "\f1fa";
}
.fi-rs-baht-sign:before {
  content: "\f1fb";
}
.fi-rs-balance-scale-left:before {
  content: "\f1fc";
}
.fi-rs-balance-scale-right:before {
  content: "\f1fd";
}
.fi-rs-ball-pile:before {
  content: "\f1fe";
}
.fi-rs-ballet-dance:before {
  content: "\f1ff";
}
.fi-rs-balloon:before {
  content: "\f200";
}
.fi-rs-balloons:before {
  content: "\f201";
}
.fi-rs-ballot-check:before {
  content: "\f202";
}
.fi-rs-ballot:before {
  content: "\f203";
}
.fi-rs-ban-bug:before {
  content: "\f204";
}
.fi-rs-ban:before {
  content: "\f205";
}
.fi-rs-banana:before {
  content: "\f206";
}
.fi-rs-band-aid:before {
  content: "\f207";
}
.fi-rs-bangladeshi-taka-sign:before {
  content: "\f208";
}
.fi-rs-banjo:before {
  content: "\f209";
}
.fi-rs-bank:before {
  content: "\f20a";
}
.fi-rs-banner-2:before {
  content: "\f20b";
}
.fi-rs-banner-3:before {
  content: "\f20c";
}
.fi-rs-banner-4:before {
  content: "\f20d";
}
.fi-rs-banner-5:before {
  content: "\f20e";
}
.fi-rs-banner:before {
  content: "\f20f";
}
.fi-rs-barber-pole:before {
  content: "\f210";
}
.fi-rs-barber-shop:before {
  content: "\f211";
}
.fi-rs-barcode-read:before {
  content: "\f212";
}
.fi-rs-barcode-scan:before {
  content: "\f213";
}
.fi-rs-barcode:before {
  content: "\f214";
}
.fi-rs-bars-filter:before {
  content: "\f215";
}
.fi-rs-bars-progress:before {
  content: "\f216";
}
.fi-rs-bars-sort:before {
  content: "\f217";
}
.fi-rs-bars-staggered:before {
  content: "\f218";
}
.fi-rs-baseball-alt:before {
  content: "\f219";
}
.fi-rs-baseball:before {
  content: "\f21a";
}
.fi-rs-basket-shopping-minus:before {
  content: "\f21b";
}
.fi-rs-basket-shopping-plus:before {
  content: "\f21c";
}
.fi-rs-basket-shopping-simple:before {
  content: "\f21d";
}
.fi-rs-basketball-hoop:before {
  content: "\f21e";
}
.fi-rs-basketball:before {
  content: "\f21f";
}
.fi-rs-bat:before {
  content: "\f220";
}
.fi-rs-bath:before {
  content: "\f221";
}
.fi-rs-battery-bolt:before {
  content: "\f222";
}
.fi-rs-battery-empty:before {
  content: "\f223";
}
.fi-rs-battery-exclamation:before {
  content: "\f224";
}
.fi-rs-battery-full:before {
  content: "\f225";
}
.fi-rs-battery-half:before {
  content: "\f226";
}
.fi-rs-battery-quarter:before {
  content: "\f227";
}
.fi-rs-battery-slash:before {
  content: "\f228";
}
.fi-rs-battery-three-quarters:before {
  content: "\f229";
}
.fi-rs-beacon:before {
  content: "\f22a";
}
.fi-rs-bed-alt:before {
  content: "\f22b";
}
.fi-rs-bed-bunk:before {
  content: "\f22c";
}
.fi-rs-bed-empty:before {
  content: "\f22d";
}
.fi-rs-bed:before {
  content: "\f22e";
}
.fi-rs-bee:before {
  content: "\f22f";
}
.fi-rs-beer-mug-empty:before {
  content: "\f230";
}
.fi-rs-beer:before {
  content: "\f231";
}
.fi-rs-bell-concierge:before {
  content: "\f232";
}
.fi-rs-bell-notification-call:before {
  content: "\f233";
}
.fi-rs-bell-notification-social-media:before {
  content: "\f234";
}
.fi-rs-bell-ring:before {
  content: "\f235";
}
.fi-rs-bell-school-slash:before {
  content: "\f236";
}
.fi-rs-bell-school:before {
  content: "\f237";
}
.fi-rs-bell-slash:before {
  content: "\f238";
}
.fi-rs-bell:before {
  content: "\f239";
}
.fi-rs-bells:before {
  content: "\f23a";
}
.fi-rs-bench-tree:before {
  content: "\f23b";
}
.fi-rs-benefit-diamond-alt:before {
  content: "\f23c";
}
.fi-rs-benefit-diamond:before {
  content: "\f23d";
}
.fi-rs-benefit-hand:before {
  content: "\f23e";
}
.fi-rs-benefit-increase:before {
  content: "\f23f";
}
.fi-rs-benefit-porcent:before {
  content: "\f240";
}
.fi-rs-benefit:before {
  content: "\f241";
}
.fi-rs-betamax:before {
  content: "\f242";
}
.fi-rs-bible:before {
  content: "\f243";
}
.fi-rs-bicycle-journey:before {
  content: "\f244";
}
.fi-rs-bike:before {
  content: "\f245";
}
.fi-rs-biking-mountain:before {
  content: "\f246";
}
.fi-rs-biking:before {
  content: "\f247";
}
.fi-rs-bill-arrow:before {
  content: "\f248";
}
.fi-rs-billiard:before {
  content: "\f249";
}
.fi-rs-bin-bottles:before {
  content: "\f24a";
}
.fi-rs-binary-circle-check:before {
  content: "\f24b";
}
.fi-rs-binary-lock:before {
  content: "\f24c";
}
.fi-rs-binary-slash:before {
  content: "\f24d";
}
.fi-rs-binary:before {
  content: "\f24e";
}
.fi-rs-binoculars:before {
  content: "\f24f";
}
.fi-rs-bio-leaves:before {
  content: "\f250";
}
.fi-rs-bio:before {
  content: "\f251";
}
.fi-rs-biohazard:before {
  content: "\f252";
}
.fi-rs-bird:before {
  content: "\f253";
}
.fi-rs-bitcoin-sign:before {
  content: "\f254";
}
.fi-rs-blanket:before {
  content: "\f255";
}
.fi-rs-blender-phone:before {
  content: "\f256";
}
.fi-rs-blender:before {
  content: "\f257";
}
.fi-rs-blinds-open:before {
  content: "\f258";
}
.fi-rs-blinds-raised:before {
  content: "\f259";
}
.fi-rs-blinds:before {
  content: "\f25a";
}
.fi-rs-block-brick:before {
  content: "\f25b";
}
.fi-rs-block-microphone:before {
  content: "\f25c";
}
.fi-rs-block-question:before {
  content: "\f25d";
}
.fi-rs-block-quote:before {
  content: "\f25e";
}
.fi-rs-block:before {
  content: "\f25f";
}
.fi-rs-blockchain-3:before {
  content: "\f260";
}
.fi-rs-blog-pencil:before {
  content: "\f261";
}
.fi-rs-blog-text:before {
  content: "\f262";
}
.fi-rs-blood-dropper:before {
  content: "\f263";
}
.fi-rs-blood-test-tube-alt:before {
  content: "\f264";
}
.fi-rs-blood-test-tube:before {
  content: "\f265";
}
.fi-rs-blood:before {
  content: "\f266";
}
.fi-rs-blueberries:before {
  content: "\f267";
}
.fi-rs-blueprint:before {
  content: "\f268";
}
.fi-rs-bold:before {
  content: "\f269";
}
.fi-rs-bolt-auto:before {
  content: "\f26a";
}
.fi-rs-bolt-slash:before {
  content: "\f26b";
}
.fi-rs-bolt:before {
  content: "\f26c";
}
.fi-rs-bomb:before {
  content: "\f26d";
}
.fi-rs-bone-break:before {
  content: "\f26e";
}
.fi-rs-bone:before {
  content: "\f26f";
}
.fi-rs-bong:before {
  content: "\f270";
}
.fi-rs-bonus-alt:before {
  content: "\f271";
}
.fi-rs-bonus-star:before {
  content: "\f272";
}
.fi-rs-bonus:before {
  content: "\f273";
}
.fi-rs-book-alt:before {
  content: "\f274";
}
.fi-rs-book-arrow-right:before {
  content: "\f275";
}
.fi-rs-book-arrow-up:before {
  content: "\f276";
}
.fi-rs-book-atlas:before {
  content: "\f277";
}
.fi-rs-book-bookmark:before {
  content: "\f278";
}
.fi-rs-book-circle-arrow-right:before {
  content: "\f279";
}
.fi-rs-book-circle-arrow-up:before {
  content: "\f27a";
}
.fi-rs-book-copy:before {
  content: "\f27b";
}
.fi-rs-book-dead:before {
  content: "\f27c";
}
.fi-rs-book-font:before {
  content: "\f27d";
}
.fi-rs-book-heart:before {
  content: "\f27e";
}
.fi-rs-book-medical:before {
  content: "\f27f";
}
.fi-rs-book-open-cover:before {
  content: "\f280";
}
.fi-rs-book-open-reader:before {
  content: "\f281";
}
.fi-rs-book-plus:before {
  content: "\f282";
}
.fi-rs-book-quran:before {
  content: "\f283";
}
.fi-rs-book-section:before {
  content: "\f284";
}
.fi-rs-book-spells:before {
  content: "\f285";
}
.fi-rs-book-tanakh:before {
  content: "\f286";
}
.fi-rs-book-user:before {
  content: "\f287";
}
.fi-rs-book:before {
  content: "\f288";
}
.fi-rs-Booking:before {
  content: "\f289";
}
.fi-rs-bookmark-slash:before {
  content: "\f28a";
}
.fi-rs-bookmark:before {
  content: "\f28b";
}
.fi-rs-books-medical:before {
  content: "\f28c";
}
.fi-rs-books:before {
  content: "\f28d";
}
.fi-rs-boot-heeled:before {
  content: "\f28e";
}
.fi-rs-boot:before {
  content: "\f28f";
}
.fi-rs-booth-curtain:before {
  content: "\f290";
}
.fi-rs-border-all:before {
  content: "\f291";
}
.fi-rs-border-bottom:before {
  content: "\f292";
}
.fi-rs-border-center-h:before {
  content: "\f293";
}
.fi-rs-border-center-v:before {
  content: "\f294";
}
.fi-rs-border-inner:before {
  content: "\f295";
}
.fi-rs-border-left:before {
  content: "\f296";
}
.fi-rs-border-none:before {
  content: "\f297";
}
.fi-rs-border-outer:before {
  content: "\f298";
}
.fi-rs-border-right:before {
  content: "\f299";
}
.fi-rs-border-style-alt:before {
  content: "\f29a";
}
.fi-rs-border-style:before {
  content: "\f29b";
}
.fi-rs-border-top:before {
  content: "\f29c";
}
.fi-rs-boss:before {
  content: "\f29d";
}
.fi-rs-bottle-droplet:before {
  content: "\f29e";
}
.fi-rs-bottle:before {
  content: "\f29f";
}
.fi-rs-bow-arrow:before {
  content: "\f2a0";
}
.fi-rs-bowl-chopsticks-noodles:before {
  content: "\f2a1";
}
.fi-rs-bowl-chopsticks:before {
  content: "\f2a2";
}
.fi-rs-bowl-rice:before {
  content: "\f2a3";
}
.fi-rs-bowl-scoop:before {
  content: "\f2a4";
}
.fi-rs-bowl-scoops:before {
  content: "\f2a5";
}
.fi-rs-bowl-soft-serve:before {
  content: "\f2a6";
}
.fi-rs-bowl-spoon:before {
  content: "\f2a7";
}
.fi-rs-bowling-ball:before {
  content: "\f2a8";
}
.fi-rs-bowling-pins:before {
  content: "\f2a9";
}
.fi-rs-bowling:before {
  content: "\f2aa";
}
.fi-rs-box-alt:before {
  content: "\f2ab";
}
.fi-rs-box-ballot:before {
  content: "\f2ac";
}
.fi-rs-box-check:before {
  content: "\f2ad";
}
.fi-rs-box-circle-check:before {
  content: "\f2ae";
}
.fi-rs-box-dollar:before {
  content: "\f2af";
}
.fi-rs-box-fragile:before {
  content: "\f2b0";
}
.fi-rs-box-heart:before {
  content: "\f2b1";
}
.fi-rs-box-open-full:before {
  content: "\f2b2";
}
.fi-rs-box-open:before {
  content: "\f2b3";
}
.fi-rs-box-tissue:before {
  content: "\f2b4";
}
.fi-rs-box-up:before {
  content: "\f2b5";
}
.fi-rs-box:before {
  content: "\f2b6";
}
.fi-rs-boxes:before {
  content: "\f2b7";
}
.fi-rs-boxing-glove:before {
  content: "\f2b8";
}
.fi-rs-bracket-curly-right:before {
  content: "\f2b9";
}
.fi-rs-bracket-curly:before {
  content: "\f2ba";
}
.fi-rs-bracket-round-right:before {
  content: "\f2bb";
}
.fi-rs-bracket-round:before {
  content: "\f2bc";
}
.fi-rs-bracket-square-right:before {
  content: "\f2bd";
}
.fi-rs-bracket-square:before {
  content: "\f2be";
}
.fi-rs-brackets-curly:before {
  content: "\f2bf";
}
.fi-rs-brackets-round:before {
  content: "\f2c0";
}
.fi-rs-brackets-square:before {
  content: "\f2c1";
}
.fi-rs-braille-a:before {
  content: "\f2c2";
}
.fi-rs-braille-b:before {
  content: "\f2c3";
}
.fi-rs-braille-c:before {
  content: "\f2c4";
}
.fi-rs-braille-d:before {
  content: "\f2c5";
}
.fi-rs-braille-e:before {
  content: "\f2c6";
}
.fi-rs-braille-g:before {
  content: "\f2c7";
}
.fi-rs-braille-h:before {
  content: "\f2c8";
}
.fi-rs-braille-i:before {
  content: "\f2c9";
}
.fi-rs-braille-j:before {
  content: "\f2ca";
}
.fi-rs-braille-k:before {
  content: "\f2cb";
}
.fi-rs-braille-l:before {
  content: "\f2cc";
}
.fi-rs-braille-m:before {
  content: "\f2cd";
}
.fi-rs-braille-n-alt:before {
  content: "\f2ce";
}
.fi-rs-braille-n:before {
  content: "\f2cf";
}
.fi-rs-braille-o:before {
  content: "\f2d0";
}
.fi-rs-braille-p:before {
  content: "\f2d1";
}
.fi-rs-braille-q:before {
  content: "\f2d2";
}
.fi-rs-braille-r:before {
  content: "\f2d3";
}
.fi-rs-braille-s:before {
  content: "\f2d4";
}
.fi-rs-braille-t:before {
  content: "\f2d5";
}
.fi-rs-braille-u:before {
  content: "\f2d6";
}
.fi-rs-braille-v:before {
  content: "\f2d7";
}
.fi-rs-braille-w:before {
  content: "\f2d8";
}
.fi-rs-braille-x:before {
  content: "\f2d9";
}
.fi-rs-braille-y:before {
  content: "\f2da";
}
.fi-rs-braille-z:before {
  content: "\f2db";
}
.fi-rs-braille:before {
  content: "\f2dc";
}
.fi-rs-brain-circuit:before {
  content: "\f2dd";
}
.fi-rs-brain:before {
  content: "\f2de";
}
.fi-rs-brake-warning:before {
  content: "\f2df";
}
.fi-rs-branching:before {
  content: "\f2e0";
}
.fi-rs-brand:before {
  content: "\f2e1";
}
.fi-rs-branding:before {
  content: "\f2e2";
}
.fi-rs-bread-loaf:before {
  content: "\f2e3";
}
.fi-rs-bread-slice-butter:before {
  content: "\f2e4";
}
.fi-rs-bread-slice:before {
  content: "\f2e5";
}
.fi-rs-bread:before {
  content: "\f2e6";
}
.fi-rs-briefcase-arrow-right:before {
  content: "\f2e7";
}
.fi-rs-briefcase-blank:before {
  content: "\f2e8";
}
.fi-rs-briefcase:before {
  content: "\f2e9";
}
.fi-rs-brightness-low:before {
  content: "\f2ea";
}
.fi-rs-brightness:before {
  content: "\f2eb";
}
.fi-rs-bring-forward:before {
  content: "\f2ec";
}
.fi-rs-bring-front:before {
  content: "\f2ed";
}
.fi-rs-broadcast-tower:before {
  content: "\f2ee";
}
.fi-rs-broccoli:before {
  content: "\f2ef";
}
.fi-rs-broken-chain-link-wrong:before {
  content: "\f2f0";
}
.fi-rs-broken-image:before {
  content: "\f2f1";
}
.fi-rs-broom-ball:before {
  content: "\f2f2";
}
.fi-rs-browser-ui:before {
  content: "\f2f3";
}
.fi-rs-browser:before {
  content: "\f2f4";
}
.fi-rs-browsers:before {
  content: "\f2f5";
}
.fi-rs-brush:before {
  content: "\f2f6";
}
.fi-rs-bucket:before {
  content: "\f2f7";
}
.fi-rs-budget-alt:before {
  content: "\f2f8";
}
.fi-rs-budget:before {
  content: "\f2f9";
}
.fi-rs-bug-slash:before {
  content: "\f2fa";
}
.fi-rs-bug:before {
  content: "\f2fb";
}
.fi-rs-bugs:before {
  content: "\f2fc";
}
.fi-rs-build-alt:before {
  content: "\f2fd";
}
.fi-rs-build:before {
  content: "\f2fe";
}
.fi-rs-builder:before {
  content: "\f2ff";
}
.fi-rs-building-circle-arrow-right:before {
  content: "\f300";
}
.fi-rs-building-ngo:before {
  content: "\f301";
}
.fi-rs-building:before {
  content: "\f302";
}
.fi-rs-bulb:before {
  content: "\f303";
}
.fi-rs-bullet:before {
  content: "\f304";
}
.fi-rs-bullhorn:before {
  content: "\f305";
}
.fi-rs-bullseye-arrow:before {
  content: "\f306";
}
.fi-rs-bullseye-pointer:before {
  content: "\f307";
}
.fi-rs-bullseye:before {
  content: "\f308";
}
.fi-rs-burger-alt:before {
  content: "\f309";
}
.fi-rs-burger-fries:before {
  content: "\f30a";
}
.fi-rs-burger-glass:before {
  content: "\f30b";
}
.fi-rs-burger-menu:before {
  content: "\f30c";
}
.fi-rs-burrito:before {
  content: "\f30d";
}
.fi-rs-burst:before {
  content: "\f30e";
}
.fi-rs-bus-alt:before {
  content: "\f30f";
}
.fi-rs-bus:before {
  content: "\f310";
}
.fi-rs-business-time:before {
  content: "\f311";
}
.fi-rs-Butter:before {
  content: "\f312";
}
.fi-rs-butterfly:before {
  content: "\f313";
}
.fi-rs-c:before {
  content: "\f314";
}
.fi-rs-cabin:before {
  content: "\f315";
}
.fi-rs-cactus:before {
  content: "\f316";
}
.fi-rs-cage-empty:before {
  content: "\f317";
}
.fi-rs-cake-birthday:before {
  content: "\f318";
}
.fi-rs-cake-slice:before {
  content: "\f319";
}
.fi-rs-cake-wedding:before {
  content: "\f31a";
}
.fi-rs-calculator-bill:before {
  content: "\f31b";
}
.fi-rs-calculator-math-tax:before {
  content: "\f31c";
}
.fi-rs-calculator-money:before {
  content: "\f31d";
}
.fi-rs-calculator-simple:before {
  content: "\f31e";
}
.fi-rs-calculator:before {
  content: "\f31f";
}
.fi-rs-calendar-arrow-down:before {
  content: "\f320";
}
.fi-rs-calendar-arrow-up:before {
  content: "\f321";
}
.fi-rs-calendar-birhtday-cake:before {
  content: "\f322";
}
.fi-rs-calendar-call:before {
  content: "\f323";
}
.fi-rs-calendar-check:before {
  content: "\f324";
}
.fi-rs-calendar-clock:before {
  content: "\f325";
}
.fi-rs-calendar-day:before {
  content: "\f326";
}
.fi-rs-calendar-days:before {
  content: "\f327";
}
.fi-rs-calendar-event-tax:before {
  content: "\f328";
}
.fi-rs-calendar-exclamation:before {
  content: "\f329";
}
.fi-rs-calendar-gavel-legal:before {
  content: "\f32a";
}
.fi-rs-calendar-heart:before {
  content: "\f32b";
}
.fi-rs-calendar-image:before {
  content: "\f32c";
}
.fi-rs-calendar-lines-pen:before {
  content: "\f32d";
}
.fi-rs-calendar-lines:before {
  content: "\f32e";
}
.fi-rs-calendar-minus:before {
  content: "\f32f";
}
.fi-rs-calendar-payment-loan:before {
  content: "\f330";
}
.fi-rs-calendar-pen:before {
  content: "\f331";
}
.fi-rs-calendar-plus:before {
  content: "\f332";
}
.fi-rs-calendar-salary:before {
  content: "\f333";
}
.fi-rs-calendar-shift-swap:before {
  content: "\f334";
}
.fi-rs-calendar-star:before {
  content: "\f335";
}
.fi-rs-calendar-swap:before {
  content: "\f336";
}
.fi-rs-calendar-week:before {
  content: "\f337";
}
.fi-rs-calendar-xmark:before {
  content: "\f338";
}
.fi-rs-calendar:before {
  content: "\f339";
}
.fi-rs-calendars:before {
  content: "\f33a";
}
.fi-rs-call-duration:before {
  content: "\f33b";
}
.fi-rs-call-history:before {
  content: "\f33c";
}
.fi-rs-call-incoming:before {
  content: "\f33d";
}
.fi-rs-call-missed:before {
  content: "\f33e";
}
.fi-rs-call-outgoing:before {
  content: "\f33f";
}
.fi-rs-camcorder:before {
  content: "\f340";
}
.fi-rs-camera-cctv:before {
  content: "\f341";
}
.fi-rs-camera-movie:before {
  content: "\f342";
}
.fi-rs-camera-retro:before {
  content: "\f343";
}
.fi-rs-camera-rotate:before {
  content: "\f344";
}
.fi-rs-camera-security:before {
  content: "\f345";
}
.fi-rs-camera-slash:before {
  content: "\f346";
}
.fi-rs-camera-viewfinder:before {
  content: "\f347";
}
.fi-rs-camera:before {
  content: "\f348";
}
.fi-rs-campfire:before {
  content: "\f349";
}
.fi-rs-camping:before {
  content: "\f34a";
}
.fi-rs-can-food:before {
  content: "\f34b";
}
.fi-rs-candle-holder:before {
  content: "\f34c";
}
.fi-rs-candle-lotus-yoga:before {
  content: "\f34d";
}
.fi-rs-candle-pose-yoga:before {
  content: "\f34e";
}
.fi-rs-candy-alt:before {
  content: "\f34f";
}
.fi-rs-candy-bar:before {
  content: "\f350";
}
.fi-rs-candy-cane:before {
  content: "\f351";
}
.fi-rs-candy-corn:before {
  content: "\f352";
}
.fi-rs-candy-sweet:before {
  content: "\f353";
}
.fi-rs-candy:before {
  content: "\f354";
}
.fi-rs-Cannabis:before {
  content: "\f355";
}
.fi-rs-canned-food:before {
  content: "\f356";
}
.fi-rs-capsules:before {
  content: "\f357";
}
.fi-rs-car-alt:before {
  content: "\f358";
}
.fi-rs-car-battery:before {
  content: "\f359";
}
.fi-rs-car-bolt:before {
  content: "\f35a";
}
.fi-rs-car-building:before {
  content: "\f35b";
}
.fi-rs-car-bump:before {
  content: "\f35c";
}
.fi-rs-car-bus:before {
  content: "\f35d";
}
.fi-rs-car-circle-bolt:before {
  content: "\f35e";
}
.fi-rs-car-crash:before {
  content: "\f35f";
}
.fi-rs-car-garage:before {
  content: "\f360";
}
.fi-rs-car-journey:before {
  content: "\f361";
}
.fi-rs-car-mechanic:before {
  content: "\f362";
}
.fi-rs-car-rear:before {
  content: "\f363";
}
.fi-rs-car-side-bolt:before {
  content: "\f364";
}
.fi-rs-car-side:before {
  content: "\f365";
}
.fi-rs-car-tilt:before {
  content: "\f366";
}
.fi-rs-car-tunnel:before {
  content: "\f367";
}
.fi-rs-car-wash:before {
  content: "\f368";
}
.fi-rs-car:before {
  content: "\f369";
}
.fi-rs-caravan-alt:before {
  content: "\f36a";
}
.fi-rs-caravan:before {
  content: "\f36b";
}
.fi-rs-card-club:before {
  content: "\f36c";
}
.fi-rs-card-diamond:before {
  content: "\f36d";
}
.fi-rs-card-heart:before {
  content: "\f36e";
}
.fi-rs-card-spade:before {
  content: "\f36f";
}
.fi-rs-cardinal-compass:before {
  content: "\f370";
}
.fi-rs-career-growth:before {
  content: "\f371";
}
.fi-rs-career-path:before {
  content: "\f372";
}
.fi-rs-caret-circle-down:before {
  content: "\f373";
}
.fi-rs-caret-circle-right:before {
  content: "\f374";
}
.fi-rs-caret-circle-up:before {
  content: "\f375";
}
.fi-rs-caret-down:before {
  content: "\f376";
}
.fi-rs-caret-left:before {
  content: "\f377";
}
.fi-rs-caret-quare-up:before {
  content: "\f378";
}
.fi-rs-caret-right:before {
  content: "\f379";
}
.fi-rs-caret-square-down:before {
  content: "\f37a";
}
.fi-rs-caret-square-left_1:before {
  content: "\f37b";
}
.fi-rs-caret-square-left:before {
  content: "\f37c";
}
.fi-rs-caret-square-right:before {
  content: "\f37d";
}
.fi-rs-caret-up:before {
  content: "\f37e";
}
.fi-rs-carrot:before {
  content: "\f37f";
}
.fi-rs-cars-crash:before {
  content: "\f380";
}
.fi-rs-cars:before {
  content: "\f381";
}
.fi-rs-cart-arrow-down:before {
  content: "\f382";
}
.fi-rs-cart-minus:before {
  content: "\f383";
}
.fi-rs-cart-shopping-fast:before {
  content: "\f384";
}
.fi-rs-cash-register:before {
  content: "\f385";
}
.fi-rs-cassette-tape:before {
  content: "\f386";
}
.fi-rs-cassette-vhs:before {
  content: "\f387";
}
.fi-rs-castle:before {
  content: "\f388";
}
.fi-rs-cat-head:before {
  content: "\f389";
}
.fi-rs-cat-space:before {
  content: "\f38a";
}
.fi-rs-cat:before {
  content: "\f38b";
}
.fi-rs-catalog-alt:before {
  content: "\f38c";
}
.fi-rs-catalog-magazine:before {
  content: "\f38d";
}
.fi-rs-catalog:before {
  content: "\f38e";
}
.fi-rs-category-alt:before {
  content: "\f38f";
}
.fi-rs-category:before {
  content: "\f390";
}
.fi-rs-cauldron:before {
  content: "\f391";
}
.fi-rs-cedi-sign:before {
  content: "\f392";
}
.fi-rs-cello:before {
  content: "\f393";
}
.fi-rs-cent-sign:before {
  content: "\f394";
}
.fi-rs-chair-office:before {
  content: "\f395";
}
.fi-rs-chair:before {
  content: "\f396";
}
.fi-rs-chalkboard-user:before {
  content: "\f397";
}
.fi-rs-chalkboard:before {
  content: "\f398";
}
.fi-rs-challenge-alt:before {
  content: "\f399";
}
.fi-rs-challenge:before {
  content: "\f39a";
}
.fi-rs-channel:before {
  content: "\f39b";
}
.fi-rs-charging-station:before {
  content: "\f39c";
}
.fi-rs-chart-area:before {
  content: "\f39d";
}
.fi-rs-chart-bullet:before {
  content: "\f39e";
}
.fi-rs-chart-candlestick:before {
  content: "\f39f";
}
.fi-rs-chart-connected:before {
  content: "\f3a0";
}
.fi-rs-chart-gantt:before {
  content: "\f3a1";
}
.fi-rs-chart-histogram:before {
  content: "\f3a2";
}
.fi-rs-chart-kanban:before {
  content: "\f3a3";
}
.fi-rs-chart-line-up-down:before {
  content: "\f3a4";
}
.fi-rs-chart-line-up:before {
  content: "\f3a5";
}
.fi-rs-chart-mixed-up-circle-currency:before {
  content: "\f3a6";
}
.fi-rs-chart-mixed-up-circle-dollar:before {
  content: "\f3a7";
}
.fi-rs-chart-mixed:before {
  content: "\f3a8";
}
.fi-rs-chart-network:before {
  content: "\f3a9";
}
.fi-rs-chart-pie-alt:before {
  content: "\f3aa";
}
.fi-rs-chart-pie-simple-circle-currency:before {
  content: "\f3ab";
}
.fi-rs-chart-pie-simple-circle-dollar:before {
  content: "\f3ac";
}
.fi-rs-chart-pie:before {
  content: "\f3ad";
}
.fi-rs-chart-pyramid:before {
  content: "\f3ae";
}
.fi-rs-chart-radar:before {
  content: "\f3af";
}
.fi-rs-chart-scatter-3d:before {
  content: "\f3b0";
}
.fi-rs-chart-scatter-bubble:before {
  content: "\f3b1";
}
.fi-rs-chart-scatter:before {
  content: "\f3b2";
}
.fi-rs-chart-set-theory:before {
  content: "\f3b3";
}
.fi-rs-chart-simple-horizontal:before {
  content: "\f3b4";
}
.fi-rs-chart-simple:before {
  content: "\f3b5";
}
.fi-rs-chart-tree-map:before {
  content: "\f3b6";
}
.fi-rs-chart-tree:before {
  content: "\f3b7";
}
.fi-rs-chart-user:before {
  content: "\f3b8";
}
.fi-rs-chart-waterfall:before {
  content: "\f3b9";
}
.fi-rs-chat-arrow-down:before {
  content: "\f3ba";
}
.fi-rs-chat-arrow-grow:before {
  content: "\f3bb";
}
.fi-rs-chat-bubble-call:before {
  content: "\f3bc";
}
.fi-rs-chatbot-speech-bubble:before {
  content: "\f3bd";
}
.fi-rs-chatbot:before {
  content: "\f3be";
}
.fi-rs-cheap-bill:before {
  content: "\f3bf";
}
.fi-rs-cheap-dollar:before {
  content: "\f3c0";
}
.fi-rs-cheap-stack-dollar:before {
  content: "\f3c1";
}
.fi-rs-cheap-stack:before {
  content: "\f3c2";
}
.fi-rs-cheap:before {
  content: "\f3c3";
}
.fi-rs-check-circle:before {
  content: "\f3c4";
}
.fi-rs-check-double:before {
  content: "\f3c5";
}
.fi-rs-check-in-calendar:before {
  content: "\f3c6";
}
.fi-rs-check-out-calendar:before {
  content: "\f3c7";
}
.fi-rs-check:before {
  content: "\f3c8";
}
.fi-rs-checkbox:before {
  content: "\f3c9";
}
.fi-rs-checklist-task-budget:before {
  content: "\f3ca";
}
.fi-rs-cheese-alt:before {
  content: "\f3cb";
}
.fi-rs-cheese:before {
  content: "\f3cc";
}
.fi-rs-cheeseburger:before {
  content: "\f3cd";
}
.fi-rs-cherry:before {
  content: "\f3ce";
}
.fi-rs-chess-bishop:before {
  content: "\f3cf";
}
.fi-rs-chess-board:before {
  content: "\f3d0";
}
.fi-rs-chess-clock-alt:before {
  content: "\f3d1";
}
.fi-rs-chess-clock:before {
  content: "\f3d2";
}
.fi-rs-chess-king-alt:before {
  content: "\f3d3";
}
.fi-rs-chess-king:before {
  content: "\f3d4";
}
.fi-rs-chess-knight-alt:before {
  content: "\f3d5";
}
.fi-rs-chess-knight:before {
  content: "\f3d6";
}
.fi-rs-chess-pawn-alt:before {
  content: "\f3d7";
}
.fi-rs-chess-pawn:before {
  content: "\f3d8";
}
.fi-rs-chess-piece:before {
  content: "\f3d9";
}
.fi-rs-chess-queen-alt:before {
  content: "\f3da";
}
.fi-rs-chess-queen:before {
  content: "\f3db";
}
.fi-rs-chess-rook-alt:before {
  content: "\f3dc";
}
.fi-rs-chess-rook:before {
  content: "\f3dd";
}
.fi-rs-chess:before {
  content: "\f3de";
}
.fi-rs-chevron-double-down:before {
  content: "\f3df";
}
.fi-rs-chevron-double-up:before {
  content: "\f3e0";
}
.fi-rs-child-head:before {
  content: "\f3e1";
}
.fi-rs-child:before {
  content: "\f3e2";
}
.fi-rs-chimney:before {
  content: "\f3e3";
}
.fi-rs-chip:before {
  content: "\f3e4";
}
.fi-rs-chocolate:before {
  content: "\f3e5";
}
.fi-rs-choir-singing:before {
  content: "\f3e6";
}
.fi-rs-choose-alt:before {
  content: "\f3e7";
}
.fi-rs-choose:before {
  content: "\f3e8";
}
.fi-rs-church:before {
  content: "\f3e9";
}
.fi-rs-circle-0:before {
  content: "\f3ea";
}
.fi-rs-circle-1:before {
  content: "\f3eb";
}
.fi-rs-circle-2:before {
  content: "\f3ec";
}
.fi-rs-circle-3:before {
  content: "\f3ed";
}
.fi-rs-circle-4:before {
  content: "\f3ee";
}
.fi-rs-circle-5:before {
  content: "\f3ef";
}
.fi-rs-circle-6:before {
  content: "\f3f0";
}
.fi-rs-circle-7:before {
  content: "\f3f1";
}
.fi-rs-circle-8:before {
  content: "\f3f2";
}
.fi-rs-circle-9:before {
  content: "\f3f3";
}
.fi-rs-circle-a:before {
  content: "\f3f4";
}
.fi-rs-circle-b:before {
  content: "\f3f5";
}
.fi-rs-circle-bolt:before {
  content: "\f3f6";
}
.fi-rs-circle-book-open:before {
  content: "\f3f7";
}
.fi-rs-circle-bookmark:before {
  content: "\f3f8";
}
.fi-rs-circle-c:before {
  content: "\f3f9";
}
.fi-rs-circle-calendar:before {
  content: "\f3fa";
}
.fi-rs-circle-camera:before {
  content: "\f3fb";
}
.fi-rs-circle-cross:before {
  content: "\f3fc";
}
.fi-rs-circle-d:before {
  content: "\f3fd";
}
.fi-rs-circle-dashed:before {
  content: "\f3fe";
}
.fi-rs-circle-divide:before {
  content: "\f3ff";
}
.fi-rs-circle-e:before {
  content: "\f400";
}
.fi-rs-circle-ellipsis-vertical:before {
  content: "\f401";
}
.fi-rs-circle-ellipsis:before {
  content: "\f402";
}
.fi-rs-circle-envelope:before {
  content: "\f403";
}
.fi-rs-circle-exclamation-check:before {
  content: "\f404";
}
.fi-rs-circle-f:before {
  content: "\f405";
}
.fi-rs-circle-g:before {
  content: "\f406";
}
.fi-rs-circle-h:before {
  content: "\f407";
}
.fi-rs-circle-half-stroke:before {
  content: "\f408";
}
.fi-rs-circle-half:before {
  content: "\f409";
}
.fi-rs-circle-heart:before {
  content: "\f40a";
}
.fi-rs-circle-i:before {
  content: "\f40b";
}
.fi-rs-circle-j:before {
  content: "\f40c";
}
.fi-rs-circle-k:before {
  content: "\f40d";
}
.fi-rs-circle-l:before {
  content: "\f40e";
}
.fi-rs-circle-m:before {
  content: "\f40f";
}
.fi-rs-circle-microphone-lines:before {
  content: "\f410";
}
.fi-rs-circle-microphone:before {
  content: "\f411";
}
.fi-rs-circle-n:before {
  content: "\f412";
}
.fi-rs-circle-nodes:before {
  content: "\f413";
}
.fi-rs-circle-o:before {
  content: "\f414";
}
.fi-rs-circle-overlap:before {
  content: "\f415";
}
.fi-rs-circle-p:before {
  content: "\f416";
}
.fi-rs-circle-phone-flip:before {
  content: "\f417";
}
.fi-rs-circle-phone-hangup:before {
  content: "\f418";
}
.fi-rs-circle-phone:before {
  content: "\f419";
}
.fi-rs-circle-q:before {
  content: "\f41a";
}
.fi-rs-circle-quarter:before {
  content: "\f41b";
}
.fi-rs-circle-quarters-alt:before {
  content: "\f41c";
}
.fi-rs-circle-r:before {
  content: "\f41d";
}
.fi-rs-circle-s:before {
  content: "\f41e";
}
.fi-rs-circle-small:before {
  content: "\f41f";
}
.fi-rs-circle-star:before {
  content: "\f420";
}
.fi-rs-circle-t:before {
  content: "\f421";
}
.fi-rs-circle-three-quarters:before {
  content: "\f422";
}
.fi-rs-circle-trash:before {
  content: "\f423";
}
.fi-rs-circle-u:before {
  content: "\f424";
}
.fi-rs-circle-user:before {
  content: "\f425";
}
.fi-rs-circle-v:before {
  content: "\f426";
}
.fi-rs-circle-video:before {
  content: "\f427";
}
.fi-rs-circle-w:before {
  content: "\f428";
}
.fi-rs-circle-waveform-lines:before {
  content: "\f429";
}
.fi-rs-circle-x:before {
  content: "\f42a";
}
.fi-rs-circle-xmark:before {
  content: "\f42b";
}
.fi-rs-circle-y:before {
  content: "\f42c";
}
.fi-rs-circle-z:before {
  content: "\f42d";
}
.fi-rs-circle:before {
  content: "\f42e";
}
.fi-rs-citrus-slice:before {
  content: "\f42f";
}
.fi-rs-citrus:before {
  content: "\f430";
}
.fi-rs-city:before {
  content: "\f431";
}
.fi-rs-clapperboard-play:before {
  content: "\f432";
}
.fi-rs-clapperboard:before {
  content: "\f433";
}
.fi-rs-clarinet:before {
  content: "\f434";
}
.fi-rs-claw-marks:before {
  content: "\f435";
}
.fi-rs-clean:before {
  content: "\f436";
}
.fi-rs-clear-alt:before {
  content: "\f437";
}
.fi-rs-clip-file:before {
  content: "\f438";
}
.fi-rs-clip-mail:before {
  content: "\f439";
}
.fi-rs-clip:before {
  content: "\f43a";
}
.fi-rs-clipboard-check:before {
  content: "\f43b";
}
.fi-rs-clipboard-exclamation:before {
  content: "\f43c";
}
.fi-rs-clipboard-list-check:before {
  content: "\f43d";
}
.fi-rs-clipboard-list:before {
  content: "\f43e";
}
.fi-rs-clipboard-prescription:before {
  content: "\f43f";
}
.fi-rs-clipboard-question:before {
  content: "\f440";
}
.fi-rs-clipboard-user:before {
  content: "\f441";
}
.fi-rs-clipboard:before {
  content: "\f442";
}
.fi-rs-clipoard-wrong:before {
  content: "\f443";
}
.fi-rs-clock-desk:before {
  content: "\f444";
}
.fi-rs-clock-eight-thirty:before {
  content: "\f445";
}
.fi-rs-clock-eleven-thirty:before {
  content: "\f446";
}
.fi-rs-clock-eleven:before {
  content: "\f447";
}
.fi-rs-clock-five-thirty:before {
  content: "\f448";
}
.fi-rs-clock-five:before {
  content: "\f449";
}
.fi-rs-clock-four-thirty:before {
  content: "\f44a";
}
.fi-rs-clock-nine-thirty:before {
  content: "\f44b";
}
.fi-rs-clock-nine:before {
  content: "\f44c";
}
.fi-rs-clock-one-thirty:before {
  content: "\f44d";
}
.fi-rs-clock-one:before {
  content: "\f44e";
}
.fi-rs-clock-seven-thirty:before {
  content: "\f44f";
}
.fi-rs-clock-seven:before {
  content: "\f450";
}
.fi-rs-clock-six-thirty:before {
  content: "\f451";
}
.fi-rs-clock-six:before {
  content: "\f452";
}
.fi-rs-clock-ten-thirty:before {
  content: "\f453";
}
.fi-rs-clock-ten:before {
  content: "\f454";
}
.fi-rs-clock-three-thirty:before {
  content: "\f455";
}
.fi-rs-clock-three:before {
  content: "\f456";
}
.fi-rs-clock-time-tracking:before {
  content: "\f457";
}
.fi-rs-clock-twelve-thirty:before {
  content: "\f458";
}
.fi-rs-clock-twelve:before {
  content: "\f459";
}
.fi-rs-clock-two-thirty:before {
  content: "\f45a";
}
.fi-rs-clock-two:before {
  content: "\f45b";
}
.fi-rs-clock-up-arrow:before {
  content: "\f45c";
}
.fi-rs-clock:before {
  content: "\f45d";
}
.fi-rs-clone:before {
  content: "\f45e";
}
.fi-rs-closed-captioning-slash:before {
  content: "\f45f";
}
.fi-rs-clothes-hanger:before {
  content: "\f460";
}
.fi-rs-cloud-back-up-alt:before {
  content: "\f461";
}
.fi-rs-cloud-back-up:before {
  content: "\f462";
}
.fi-rs-cloud-check:before {
  content: "\f463";
}
.fi-rs-cloud-code:before {
  content: "\f464";
}
.fi-rs-cloud-disabled:before {
  content: "\f465";
}
.fi-rs-cloud-download-alt:before {
  content: "\f466";
}
.fi-rs-cloud-download:before {
  content: "\f467";
}
.fi-rs-cloud-drizzle:before {
  content: "\f468";
}
.fi-rs-cloud-exclamation:before {
  content: "\f469";
}
.fi-rs-cloud-gear-automation:before {
  content: "\f46a";
}
.fi-rs-cloud-hail-mixed:before {
  content: "\f46b";
}
.fi-rs-cloud-hail:before {
  content: "\f46c";
}
.fi-rs-cloud-meatball:before {
  content: "\f46d";
}
.fi-rs-cloud-moon-rain:before {
  content: "\f46e";
}
.fi-rs-cloud-moon:before {
  content: "\f46f";
}
.fi-rs-cloud-question:before {
  content: "\f470";
}
.fi-rs-cloud-rain:before {
  content: "\f471";
}
.fi-rs-cloud-rainbow:before {
  content: "\f472";
}
.fi-rs-cloud-share:before {
  content: "\f473";
}
.fi-rs-cloud-showers-heavy:before {
  content: "\f474";
}
.fi-rs-cloud-showers:before {
  content: "\f475";
}
.fi-rs-cloud-sleet:before {
  content: "\f476";
}
.fi-rs-cloud-snow:before {
  content: "\f477";
}
.fi-rs-cloud-sun-rain:before {
  content: "\f478";
}
.fi-rs-cloud-sun:before {
  content: "\f479";
}
.fi-rs-cloud-upload-alt:before {
  content: "\f47a";
}
.fi-rs-cloud-upload:before {
  content: "\f47b";
}
.fi-rs-cloud:before {
  content: "\f47c";
}
.fi-rs-clouds-moon:before {
  content: "\f47d";
}
.fi-rs-clouds-sun:before {
  content: "\f47e";
}
.fi-rs-clouds:before {
  content: "\f47f";
}
.fi-rs-clover-alt:before {
  content: "\f480";
}
.fi-rs-club:before {
  content: "\f481";
}
.fi-rs-cocktail-alt:before {
  content: "\f482";
}
.fi-rs-cocktail:before {
  content: "\f483";
}
.fi-rs-coconut:before {
  content: "\f484";
}
.fi-rs-code-branch:before {
  content: "\f485";
}
.fi-rs-code-commit:before {
  content: "\f486";
}
.fi-rs-code-compare:before {
  content: "\f487";
}
.fi-rs-code-fork:before {
  content: "\f488";
}
.fi-rs-code-merge:before {
  content: "\f489";
}
.fi-rs-code-pull-request-closed:before {
  content: "\f48a";
}
.fi-rs-code-pull-request-draft:before {
  content: "\f48b";
}
.fi-rs-code-pull-request:before {
  content: "\f48c";
}
.fi-rs-code-simple:before {
  content: "\f48d";
}
.fi-rs-coffee-bean:before {
  content: "\f48e";
}
.fi-rs-coffee-beans:before {
  content: "\f48f";
}
.fi-rs-coffee-heart:before {
  content: "\f490";
}
.fi-rs-coffee-pot:before {
  content: "\f491";
}
.fi-rs-coffee:before {
  content: "\f492";
}
.fi-rs-coffin-cross:before {
  content: "\f493";
}
.fi-rs-coffin:before {
  content: "\f494";
}
.fi-rs-coin-up-arrow:before {
  content: "\f495";
}
.fi-rs-coin:before {
  content: "\f496";
}
.fi-rs-coins:before {
  content: "\f497";
}
.fi-rs-colon-sign:before {
  content: "\f498";
}
.fi-rs-columns-3:before {
  content: "\f499";
}
.fi-rs-comet:before {
  content: "\f49a";
}
.fi-rs-command:before {
  content: "\f49b";
}
.fi-rs-comment-alt-check:before {
  content: "\f49c";
}
.fi-rs-comment-alt-dots:before {
  content: "\f49d";
}
.fi-rs-comment-alt-edit:before {
  content: "\f49e";
}
.fi-rs-comment-alt-medical:before {
  content: "\f49f";
}
.fi-rs-comment-alt-middle-top:before {
  content: "\f4a0";
}
.fi-rs-comment-alt-middle:before {
  content: "\f4a1";
}
.fi-rs-comment-alt-minus:before {
  content: "\f4a2";
}
.fi-rs-comment-alt-music:before {
  content: "\f4a3";
}
.fi-rs-comment-alt:before {
  content: "\f4a4";
}
.fi-rs-comment-arrow-down:before {
  content: "\f4a5";
}
.fi-rs-comment-arrow-up-right:before {
  content: "\f4a6";
}
.fi-rs-comment-arrow-up:before {
  content: "\f4a7";
}
.fi-rs-comment-check:before {
  content: "\f4a8";
}
.fi-rs-comment-code:before {
  content: "\f4a9";
}
.fi-rs-comment-dollar:before {
  content: "\f4aa";
}
.fi-rs-comment-dots:before {
  content: "\f4ab";
}
.fi-rs-comment-exclamation:before {
  content: "\f4ac";
}
.fi-rs-comment-heart:before {
  content: "\f4ad";
}
.fi-rs-comment-image:before {
  content: "\f4ae";
}
.fi-rs-comment-info:before {
  content: "\f4af";
}
.fi-rs-comment-medical:before {
  content: "\f4b0";
}
.fi-rs-comment-minus:before {
  content: "\f4b1";
}
.fi-rs-comment-pen:before {
  content: "\f4b2";
}
.fi-rs-comment-question:before {
  content: "\f4b3";
}
.fi-rs-comment-quote:before {
  content: "\f4b4";
}
.fi-rs-comment-slash:before {
  content: "\f4b5";
}
.fi-rs-comment-smile:before {
  content: "\f4b6";
}
.fi-rs-comment-sms:before {
  content: "\f4b7";
}
.fi-rs-comment-text:before {
  content: "\f4b8";
}
.fi-rs-comment-user:before {
  content: "\f4b9";
}
.fi-rs-comment-xmark:before {
  content: "\f4ba";
}
.fi-rs-comment:before {
  content: "\f4bb";
}
.fi-rs-comments-dollar:before {
  content: "\f4bc";
}
.fi-rs-comments-question-check:before {
  content: "\f4bd";
}
.fi-rs-comments-question:before {
  content: "\f4be";
}
.fi-rs-comments:before {
  content: "\f4bf";
}
.fi-rs-compass-alt:before {
  content: "\f4c0";
}
.fi-rs-compass-east:before {
  content: "\f4c1";
}
.fi-rs-compass-north:before {
  content: "\f4c2";
}
.fi-rs-compass-slash:before {
  content: "\f4c3";
}
.fi-rs-compass-south:before {
  content: "\f4c4";
}
.fi-rs-compass-west:before {
  content: "\f4c5";
}
.fi-rs-completed:before {
  content: "\f4c6";
}
.fi-rs-compliance-clipboard:before {
  content: "\f4c7";
}
.fi-rs-compliance-document:before {
  content: "\f4c8";
}
.fi-rs-compliance:before {
  content: "\f4c9";
}
.fi-rs-compress-alt:before {
  content: "\f4ca";
}
.fi-rs-compress:before {
  content: "\f4cb";
}
.fi-rs-computer-classic:before {
  content: "\f4cc";
}
.fi-rs-computer-mouse:before {
  content: "\f4cd";
}
.fi-rs-computer-speaker:before {
  content: "\f4ce";
}
.fi-rs-computer:before {
  content: "\f4cf";
}
.fi-rs-concierge-bell:before {
  content: "\f4d0";
}
.fi-rs-condition-alt:before {
  content: "\f4d1";
}
.fi-rs-condition:before {
  content: "\f4d2";
}
.fi-rs-confetti:before {
  content: "\f4d3";
}
.fi-rs-constellation:before {
  content: "\f4d4";
}
.fi-rs-container-storage:before {
  content: "\f4d5";
}
.fi-rs-convert-document:before {
  content: "\f4d6";
}
.fi-rs-convert-shapes:before {
  content: "\f4d7";
}
.fi-rs-conveyor-belt-alt:before {
  content: "\f4d8";
}
.fi-rs-conveyor-belt-arm:before {
  content: "\f4d9";
}
.fi-rs-conveyor-belt-empty:before {
  content: "\f4da";
}
.fi-rs-conveyor-belt:before {
  content: "\f4db";
}
.fi-rs-cookie-alt:before {
  content: "\f4dc";
}
.fi-rs-cookie:before {
  content: "\f4dd";
}
.fi-rs-copy-alt:before {
  content: "\f4de";
}
.fi-rs-copy-image:before {
  content: "\f4df";
}
.fi-rs-copy:before {
  content: "\f4e0";
}
.fi-rs-copyright:before {
  content: "\f4e1";
}
.fi-rs-corn:before {
  content: "\f4e2";
}
.fi-rs-corporate-alt:before {
  content: "\f4e3";
}
.fi-rs-corporate:before {
  content: "\f4e4";
}
.fi-rs-couch:before {
  content: "\f4e5";
}
.fi-rs-court-sport:before {
  content: "\f4e6";
}
.fi-rs-cow-alt:before {
  content: "\f4e7";
}
.fi-rs-cow:before {
  content: "\f4e8";
}
.fi-rs-cowbell-circle-plus:before {
  content: "\f4e9";
}
.fi-rs-cowbell-more:before {
  content: "\f4ea";
}
.fi-rs-cowbell:before {
  content: "\f4eb";
}
.fi-rs-crab:before {
  content: "\f4ec";
}
.fi-rs-crate-empty:before {
  content: "\f4ed";
}
.fi-rs-cream:before {
  content: "\f4ee";
}
.fi-rs-credit-card-buyer:before {
  content: "\f4ef";
}
.fi-rs-credit-card-eye:before {
  content: "\f4f0";
}
.fi-rs-credit-card:before {
  content: "\f4f1";
}
.fi-rs-cricket:before {
  content: "\f4f2";
}
.fi-rs-crm-alt:before {
  content: "\f4f3";
}
.fi-rs-crm-computer:before {
  content: "\f4f4";
}
.fi-rs-CRM:before {
  content: "\f4f5";
}
.fi-rs-croissant:before {
  content: "\f4f6";
}
.fi-rs-cross-religion:before {
  content: "\f4f7";
}
.fi-rs-cross-small:before {
  content: "\f4f8";
}
.fi-rs-cross:before {
  content: "\f4f9";
}
.fi-rs-crossed-eye:before {
  content: "\f4fa";
}
.fi-rs-crow:before {
  content: "\f4fb";
}
.fi-rs-crown:before {
  content: "\f4fc";
}
.fi-rs-crutch:before {
  content: "\f4fd";
}
.fi-rs-crutches:before {
  content: "\f4fe";
}
.fi-rs-cruzeiro-sign:before {
  content: "\f4ff";
}
.fi-rs-crypto-calendar:before {
  content: "\f500";
}
.fi-rs-cryptocurrency:before {
  content: "\f501";
}
.fi-rs-crystal-ball:before {
  content: "\f502";
}
.fi-rs-cube:before {
  content: "\f503";
}
.fi-rs-cubes-stacked:before {
  content: "\f504";
}
.fi-rs-cubes:before {
  content: "\f505";
}
.fi-rs-cucumber:before {
  content: "\f506";
}
.fi-rs-cup-straw-swoosh:before {
  content: "\f507";
}
.fi-rs-cup-straw:before {
  content: "\f508";
}
.fi-rs-cup-togo:before {
  content: "\f509";
}
.fi-rs-cupcake-alt:before {
  content: "\f50a";
}
.fi-rs-cupcake:before {
  content: "\f50b";
}
.fi-rs-curling:before {
  content: "\f50c";
}
.fi-rs-cursor-finger:before {
  content: "\f50d";
}
.fi-rs-cursor-plus:before {
  content: "\f50e";
}
.fi-rs-cursor-text-alt:before {
  content: "\f50f";
}
.fi-rs-cursor-text:before {
  content: "\f510";
}
.fi-rs-cursor:before {
  content: "\f511";
}
.fi-rs-curve-alt:before {
  content: "\f512";
}
.fi-rs-curve-arrow:before {
  content: "\f513";
}
.fi-rs-curve:before {
  content: "\f514";
}
.fi-rs-custard:before {
  content: "\f515";
}
.fi-rs-customer-care:before {
  content: "\f516";
}
.fi-rs-customer-service:before {
  content: "\f517";
}
.fi-rs-customization-cogwheel:before {
  content: "\f518";
}
.fi-rs-customization:before {
  content: "\f519";
}
.fi-rs-customize-computer:before {
  content: "\f51a";
}
.fi-rs-customize-edit:before {
  content: "\f51b";
}
.fi-rs-customize:before {
  content: "\f51c";
}
.fi-rs-CV:before {
  content: "\f51d";
}
.fi-rs-cvv-card:before {
  content: "\f51e";
}
.fi-rs-d:before {
  content: "\f51f";
}
.fi-rs-dagger:before {
  content: "\f520";
}
.fi-rs-daily-calendar:before {
  content: "\f521";
}
.fi-rs-damage:before {
  content: "\f522";
}
.fi-rs-dart:before {
  content: "\f523";
}
.fi-rs-dashboard-monitor:before {
  content: "\f524";
}
.fi-rs-dashboard-panel:before {
  content: "\f525";
}
.fi-rs-dashboard:before {
  content: "\f526";
}
.fi-rs-data-transfer:before {
  content: "\f527";
}
.fi-rs-database:before {
  content: "\f528";
}
.fi-rs-debt:before {
  content: "\f529";
}
.fi-rs-deer-rudolph:before {
  content: "\f52a";
}
.fi-rs-deer:before {
  content: "\f52b";
}
.fi-rs-delete-document:before {
  content: "\f52c";
}
.fi-rs-delete-right:before {
  content: "\f52d";
}
.fi-rs-delete-user:before {
  content: "\f52e";
}
.fi-rs-delete:before {
  content: "\f52f";
}
.fi-rs-democrat:before {
  content: "\f530";
}
.fi-rs-department-structure:before {
  content: "\f531";
}
.fi-rs-department:before {
  content: "\f532";
}
.fi-rs-deposit-alt:before {
  content: "\f533";
}
.fi-rs-deposit:before {
  content: "\f534";
}
.fi-rs-description-alt:before {
  content: "\f535";
}
.fi-rs-description:before {
  content: "\f536";
}
.fi-rs-desk:before {
  content: "\f537";
}
.fi-rs-desktop-arrow-down:before {
  content: "\f538";
}
.fi-rs-desktop-wallpaper:before {
  content: "\f539";
}
.fi-rs-devices:before {
  content: "\f53a";
}
.fi-rs-dewpoint:before {
  content: "\f53b";
}
.fi-rs-dharmachakra:before {
  content: "\f53c";
}
.fi-rs-diagram-cells:before {
  content: "\f53d";
}
.fi-rs-diagram-lean-canvas:before {
  content: "\f53e";
}
.fi-rs-diagram-nested:before {
  content: "\f53f";
}
.fi-rs-diagram-next:before {
  content: "\f540";
}
.fi-rs-diagram-predecessor:before {
  content: "\f541";
}
.fi-rs-diagram-previous:before {
  content: "\f542";
}
.fi-rs-diagram-project:before {
  content: "\f543";
}
.fi-rs-diagram-sankey:before {
  content: "\f544";
}
.fi-rs-diagram-subtask:before {
  content: "\f545";
}
.fi-rs-diagram-successor:before {
  content: "\f546";
}
.fi-rs-diagram-venn:before {
  content: "\f547";
}
.fi-rs-dial-high:before {
  content: "\f548";
}
.fi-rs-dial-low:before {
  content: "\f549";
}
.fi-rs-dial-max:before {
  content: "\f54a";
}
.fi-rs-dial-med-low:before {
  content: "\f54b";
}
.fi-rs-dial-med:before {
  content: "\f54c";
}
.fi-rs-dial-min:before {
  content: "\f54d";
}
.fi-rs-dial-off:before {
  content: "\f54e";
}
.fi-rs-dial:before {
  content: "\f54f";
}
.fi-rs-diamond-exclamation:before {
  content: "\f550";
}
.fi-rs-diamond-turn-right:before {
  content: "\f551";
}
.fi-rs-diamond:before {
  content: "\f552";
}
.fi-rs-diary-bookmark-down:before {
  content: "\f553";
}
.fi-rs-diary-bookmarks:before {
  content: "\f554";
}
.fi-rs-diary-clasp:before {
  content: "\f555";
}
.fi-rs-dice-alt:before {
  content: "\f556";
}
.fi-rs-dice-d10:before {
  content: "\f557";
}
.fi-rs-dice-d12:before {
  content: "\f558";
}
.fi-rs-dice-d20:before {
  content: "\f559";
}
.fi-rs-dice-d4:before {
  content: "\f55a";
}
.fi-rs-dice-d6:before {
  content: "\f55b";
}
.fi-rs-dice-d8:before {
  content: "\f55c";
}
.fi-rs-dice-four:before {
  content: "\f55d";
}
.fi-rs-dice-one:before {
  content: "\f55e";
}
.fi-rs-dice-six:before {
  content: "\f55f";
}
.fi-rs-dice-three:before {
  content: "\f560";
}
.fi-rs-dice-two:before {
  content: "\f561";
}
.fi-rs-dice:before {
  content: "\f562";
}
.fi-rs-digging:before {
  content: "\f563";
}
.fi-rs-digital-tachograph:before {
  content: "\f564";
}
.fi-rs-dinner:before {
  content: "\f565";
}
.fi-rs-diploma:before {
  content: "\f566";
}
.fi-rs-direction-signal-arrow:before {
  content: "\f567";
}
.fi-rs-direction-signal:before {
  content: "\f568";
}
.fi-rs-disc-drive:before {
  content: "\f569";
}
.fi-rs-disco-ball:before {
  content: "\f56a";
}
.fi-rs-discover:before {
  content: "\f56b";
}
.fi-rs-disease:before {
  content: "\f56c";
}
.fi-rs-disk:before {
  content: "\f56d";
}
.fi-rs-display-arrow-down:before {
  content: "\f56e";
}
.fi-rs-display-chart-up:before {
  content: "\f56f";
}
.fi-rs-display-code:before {
  content: "\f570";
}
.fi-rs-display-medical:before {
  content: "\f571";
}
.fi-rs-display-slash:before {
  content: "\f572";
}
.fi-rs-distribute-spacing-horizontal:before {
  content: "\f573";
}
.fi-rs-distribute-spacing-vertical:before {
  content: "\f574";
}
.fi-rs-divide:before {
  content: "\f575";
}
.fi-rs-dizzy:before {
  content: "\f576";
}
.fi-rs-dna:before {
  content: "\f577";
}
.fi-rs-do-not-enter:before {
  content: "\f578";
}
.fi-rs-doctor:before {
  content: "\f579";
}
.fi-rs-document-circle-wrong:before {
  content: "\f57a";
}
.fi-rs-document-paid:before {
  content: "\f57b";
}
.fi-rs-document-signed:before {
  content: "\f57c";
}
.fi-rs-document:before {
  content: "\f57d";
}
.fi-rs-dog-leashed:before {
  content: "\f57e";
}
.fi-rs-dog:before {
  content: "\f57f";
}
.fi-rs-dollar:before {
  content: "\f580";
}
.fi-rs-dolly-flatbed-alt:before {
  content: "\f581";
}
.fi-rs-dolly-flatbed-empty:before {
  content: "\f582";
}
.fi-rs-dolly-flatbed:before {
  content: "\f583";
}
.fi-rs-dolphin:before {
  content: "\f584";
}
.fi-rs-domino-effect:before {
  content: "\f585";
}
.fi-rs-donate:before {
  content: "\f586";
}
.fi-rs-dong-sign:before {
  content: "\f587";
}
.fi-rs-donut:before {
  content: "\f588";
}
.fi-rs-door-closed:before {
  content: "\f589";
}
.fi-rs-door-open:before {
  content: "\f58a";
}
.fi-rs-dot-circle:before {
  content: "\f58b";
}
.fi-rs-dot-pending:before {
  content: "\f58c";
}
.fi-rs-dove:before {
  content: "\f58d";
}
.fi-rs-down-from-bracket:before {
  content: "\f58e";
}
.fi-rs-down-left-and-up-right-to-center:before {
  content: "\f58f";
}
.fi-rs-down-left:before {
  content: "\f590";
}
.fi-rs-down-right:before {
  content: "\f591";
}
.fi-rs-down-to-line:before {
  content: "\f592";
}
.fi-rs-down:before {
  content: "\f593";
}
.fi-rs-download:before {
  content: "\f594";
}
.fi-rs-drafting-compass:before {
  content: "\f595";
}
.fi-rs-dragon:before {
  content: "\f596";
}
.fi-rs-draw-polygon:before {
  content: "\f597";
}
.fi-rs-draw-square:before {
  content: "\f598";
}
.fi-rs-drawer-alt:before {
  content: "\f599";
}
.fi-rs-drawer-empty:before {
  content: "\f59a";
}
.fi-rs-drawer:before {
  content: "\f59b";
}
.fi-rs-dreidel:before {
  content: "\f59c";
}
.fi-rs-drink-alt:before {
  content: "\f59d";
}
.fi-rs-driver-man:before {
  content: "\f59e";
}
.fi-rs-driver-woman:before {
  content: "\f59f";
}
.fi-rs-drone-alt:before {
  content: "\f5a0";
}
.fi-rs-drone-front:before {
  content: "\f5a1";
}
.fi-rs-drone:before {
  content: "\f5a2";
}
.fi-rs-drop-down:before {
  content: "\f5a3";
}
.fi-rs-dropdown-select:before {
  content: "\f5a4";
}
.fi-rs-dropdown:before {
  content: "\f5a5";
}
.fi-rs-drum-steelpan:before {
  content: "\f5a6";
}
.fi-rs-drum:before {
  content: "\f5a7";
}
.fi-rs-drumstick-bite:before {
  content: "\f5a8";
}
.fi-rs-drumstick:before {
  content: "\f5a9";
}
.fi-rs-dryer-alt:before {
  content: "\f5aa";
}
.fi-rs-dryer:before {
  content: "\f5ab";
}
.fi-rs-duck:before {
  content: "\f5ac";
}
.fi-rs-dumbbell-fitness:before {
  content: "\f5ad";
}
.fi-rs-dumbbell-horizontal:before {
  content: "\f5ae";
}
.fi-rs-dumbbell-ray:before {
  content: "\f5af";
}
.fi-rs-dumbbell-weightlifting:before {
  content: "\f5b0";
}
.fi-rs-dumpster-fire:before {
  content: "\f5b1";
}
.fi-rs-dumpster:before {
  content: "\f5b2";
}
.fi-rs-dungeon:before {
  content: "\f5b3";
}
.fi-rs-duplicate:before {
  content: "\f5b4";
}
.fi-rs-duration-alt:before {
  content: "\f5b5";
}
.fi-rs-duration:before {
  content: "\f5b6";
}
.fi-rs-e-learning:before {
  content: "\f5b7";
}
.fi-rs-e:before {
  content: "\f5b8";
}
.fi-rs-ear-deaf:before {
  content: "\f5b9";
}
.fi-rs-ear-muffs:before {
  content: "\f5ba";
}
.fi-rs-ear:before {
  content: "\f5bb";
}
.fi-rs-earnings:before {
  content: "\f5bc";
}
.fi-rs-earth-africa:before {
  content: "\f5bd";
}
.fi-rs-earth-americas:before {
  content: "\f5be";
}
.fi-rs-earth-asia:before {
  content: "\f5bf";
}
.fi-rs-earth-europa:before {
  content: "\f5c0";
}
.fi-rs-eclipse-alt:before {
  content: "\f5c1";
}
.fi-rs-eclipse:before {
  content: "\f5c2";
}
.fi-rs-edit-alt:before {
  content: "\f5c3";
}
.fi-rs-edit:before {
  content: "\f5c4";
}
.fi-rs-effect:before {
  content: "\f5c5";
}
.fi-rs-egg-fried:before {
  content: "\f5c6";
}
.fi-rs-egg:before {
  content: "\f5c7";
}
.fi-rs-eject:before {
  content: "\f5c8";
}
.fi-rs-elephant:before {
  content: "\f5c9";
}
.fi-rs-elevator:before {
  content: "\f5ca";
}
.fi-rs-email-pending:before {
  content: "\f5cb";
}
.fi-rs-employee-alt:before {
  content: "\f5cc";
}
.fi-rs-employee-handbook:before {
  content: "\f5cd";
}
.fi-rs-employee-man-alt:before {
  content: "\f5ce";
}
.fi-rs-employee-man:before {
  content: "\f5cf";
}
.fi-rs-employees-woman-man:before {
  content: "\f5d0";
}
.fi-rs-employees:before {
  content: "\f5d1";
}
.fi-rs-empty-set:before {
  content: "\f5d2";
}
.fi-rs-endless-loop:before {
  content: "\f5d3";
}
.fi-rs-engine-warning:before {
  content: "\f5d4";
}
.fi-rs-engine:before {
  content: "\f5d5";
}
.fi-rs-enter:before {
  content: "\f5d6";
}
.fi-rs-envelope-ban:before {
  content: "\f5d7";
}
.fi-rs-envelope-bulk:before {
  content: "\f5d8";
}
.fi-rs-envelope-dot:before {
  content: "\f5d9";
}
.fi-rs-envelope-download:before {
  content: "\f5da";
}
.fi-rs-envelope-heart:before {
  content: "\f5db";
}
.fi-rs-envelope-marker:before {
  content: "\f5dc";
}
.fi-rs-envelope-open-dollar:before {
  content: "\f5dd";
}
.fi-rs-envelope-open-text:before {
  content: "\f5de";
}
.fi-rs-envelope-open:before {
  content: "\f5df";
}
.fi-rs-envelope-plus:before {
  content: "\f5e0";
}
.fi-rs-envelope:before {
  content: "\f5e1";
}
.fi-rs-envelopes:before {
  content: "\f5e2";
}
.fi-rs-equality:before {
  content: "\f5e3";
}
.fi-rs-equals:before {
  content: "\f5e4";
}
.fi-rs-eraser:before {
  content: "\f5e5";
}
.fi-rs-error-camera:before {
  content: "\f5e6";
}
.fi-rs-escalator:before {
  content: "\f5e7";
}
.fi-rs-ethernet:before {
  content: "\f5e8";
}
.fi-rs-euro:before {
  content: "\f5e9";
}
.fi-rs-excavator:before {
  content: "\f5ea";
}
.fi-rs-exchange-alt:before {
  content: "\f5eb";
}
.fi-rs-exchange-cryptocurrency:before {
  content: "\f5ec";
}
.fi-rs-exchange:before {
  content: "\f5ed";
}
.fi-rs-exclamation:before {
  content: "\f5ee";
}
.fi-rs-exit-alt:before {
  content: "\f5ef";
}
.fi-rs-exit:before {
  content: "\f5f0";
}
.fi-rs-expand-arrows-alt:before {
  content: "\f5f1";
}
.fi-rs-expand-arrows:before {
  content: "\f5f2";
}
.fi-rs-expand:before {
  content: "\f5f3";
}
.fi-rs-expense-bill:before {
  content: "\f5f4";
}
.fi-rs-expense:before {
  content: "\f5f5";
}
.fi-rs-external-hard-drive:before {
  content: "\f5f6";
}
.fi-rs-external-world:before {
  content: "\f5f7";
}
.fi-rs-eye-dropper-half:before {
  content: "\f5f8";
}
.fi-rs-eye-dropper:before {
  content: "\f5f9";
}
.fi-rs-eye:before {
  content: "\f5fa";
}
.fi-rs-eyes:before {
  content: "\f5fb";
}
.fi-rs-f:before {
  content: "\f5fc";
}
.fi-rs-fabric:before {
  content: "\f5fd";
}
.fi-rs-face-angry-horns:before {
  content: "\f5fe";
}
.fi-rs-face-anguished:before {
  content: "\f5ff";
}
.fi-rs-face-anxious-sweat:before {
  content: "\f600";
}
.fi-rs-face-astonished:before {
  content: "\f601";
}
.fi-rs-face-awesome:before {
  content: "\f602";
}
.fi-rs-face-beam-hand-over-mouth:before {
  content: "\f603";
}
.fi-rs-face-confounded:before {
  content: "\f604";
}
.fi-rs-face-confused:before {
  content: "\f605";
}
.fi-rs-face-cowboy-hat:before {
  content: "\f606";
}
.fi-rs-face-disappointed:before {
  content: "\f607";
}
.fi-rs-face-disguise:before {
  content: "\f608";
}
.fi-rs-face-downcast-sweat:before {
  content: "\f609";
}
.fi-rs-face-drooling:before {
  content: "\f60a";
}
.fi-rs-face-explode:before {
  content: "\f60b";
}
.fi-rs-face-expressionless:before {
  content: "\f60c";
}
.fi-rs-face-eyes-xmarks:before {
  content: "\f60d";
}
.fi-rs-face-fearful:before {
  content: "\f60e";
}
.fi-rs-face-glasses:before {
  content: "\f60f";
}
.fi-rs-face-grin-tongue-wink:before {
  content: "\f610";
}
.fi-rs-face-hand-yawn:before {
  content: "\f611";
}
.fi-rs-face-head-bandage:before {
  content: "\f612";
}
.fi-rs-face-hushed:before {
  content: "\f613";
}
.fi-rs-face-icicles:before {
  content: "\f614";
}
.fi-rs-face-lying:before {
  content: "\f615";
}
.fi-rs-face-mask:before {
  content: "\f616";
}
.fi-rs-face-monocle:before {
  content: "\f617";
}
.fi-rs-face-nauseated:before {
  content: "\f618";
}
.fi-rs-face-nose-steam:before {
  content: "\f619";
}
.fi-rs-face-party:before {
  content: "\f61a";
}
.fi-rs-face-pensive:before {
  content: "\f61b";
}
.fi-rs-face-persevering:before {
  content: "\f61c";
}
.fi-rs-face-pleading:before {
  content: "\f61d";
}
.fi-rs-face-raised-eyebrow:before {
  content: "\f61e";
}
.fi-rs-face-relieved:before {
  content: "\f61f";
}
.fi-rs-face-sad-sweat:before {
  content: "\f620";
}
.fi-rs-face-scream:before {
  content: "\f621";
}
.fi-rs-face-shush:before {
  content: "\f622";
}
.fi-rs-face-sleeping:before {
  content: "\f623";
}
.fi-rs-face-sleepy:before {
  content: "\f624";
}
.fi-rs-face-smile-halo:before {
  content: "\f625";
}
.fi-rs-face-smile-hearts:before {
  content: "\f626";
}
.fi-rs-face-smile-horns:before {
  content: "\f627";
}
.fi-rs-face-smile-tear:before {
  content: "\f628";
}
.fi-rs-face-smile-tongue:before {
  content: "\f629";
}
.fi-rs-face-smile-upside-down:before {
  content: "\f62a";
}
.fi-rs-face-smiling-hands:before {
  content: "\f62b";
}
.fi-rs-face-smirking:before {
  content: "\f62c";
}
.fi-rs-face-sunglasses-alt:before {
  content: "\f62d";
}
.fi-rs-face-sunglasses:before {
  content: "\f62e";
}
.fi-rs-face-swear:before {
  content: "\f62f";
}
.fi-rs-face-thermometer:before {
  content: "\f630";
}
.fi-rs-face-thinking:before {
  content: "\f631";
}
.fi-rs-face-tissue:before {
  content: "\f632";
}
.fi-rs-face-tongue-money:before {
  content: "\f633";
}
.fi-rs-face-tongue-sweat:before {
  content: "\f634";
}
.fi-rs-face-unamused:before {
  content: "\f635";
}
.fi-rs-face-viewfinder:before {
  content: "\f636";
}
.fi-rs-face-vomit:before {
  content: "\f637";
}
.fi-rs-face-weary:before {
  content: "\f638";
}
.fi-rs-face-woozy:before {
  content: "\f639";
}
.fi-rs-face-worried:before {
  content: "\f63a";
}
.fi-rs-face-zany:before {
  content: "\f63b";
}
.fi-rs-face-zipper:before {
  content: "\f63c";
}
.fi-rs-fail:before {
  content: "\f63d";
}
.fi-rs-falafel:before {
  content: "\f63e";
}
.fi-rs-family-dress:before {
  content: "\f63f";
}
.fi-rs-family-pants:before {
  content: "\f640";
}
.fi-rs-family:before {
  content: "\f641";
}
.fi-rs-fan-table:before {
  content: "\f642";
}
.fi-rs-fan:before {
  content: "\f643";
}
.fi-rs-farm:before {
  content: "\f644";
}
.fi-rs-faucet-drip:before {
  content: "\f645";
}
.fi-rs-faucet:before {
  content: "\f646";
}
.fi-rs-fax:before {
  content: "\f647";
}
.fi-rs-feather-pointed:before {
  content: "\f648";
}
.fi-rs-feather:before {
  content: "\f649";
}
.fi-rs-features-alt:before {
  content: "\f64a";
}
.fi-rs-features:before {
  content: "\f64b";
}
.fi-rs-fee-receipt:before {
  content: "\f64c";
}
.fi-rs-fee:before {
  content: "\f64d";
}
.fi-rs-feedback-alt:before {
  content: "\f64e";
}
.fi-rs-feedback-cycle-loop:before {
  content: "\f64f";
}
.fi-rs-feedback-hand:before {
  content: "\f650";
}
.fi-rs-feedback-review:before {
  content: "\f651";
}
.fi-rs-feedback:before {
  content: "\f652";
}
.fi-rs-fence:before {
  content: "\f653";
}
.fi-rs-ferris-wheel:before {
  content: "\f654";
}
.fi-rs-field-hockey:before {
  content: "\f655";
}
.fi-rs-fighter-jet:before {
  content: "\f656";
}
.fi-rs-file-ai:before {
  content: "\f657";
}
.fi-rs-file-audio:before {
  content: "\f658";
}
.fi-rs-file-binary:before {
  content: "\f659";
}
.fi-rs-file-chart-line:before {
  content: "\f65a";
}
.fi-rs-file-chart-pie:before {
  content: "\f65b";
}
.fi-rs-file-circle-info:before {
  content: "\f65c";
}
.fi-rs-file-cloud:before {
  content: "\f65d";
}
.fi-rs-file-code:before {
  content: "\f65e";
}
.fi-rs-file-csv:before {
  content: "\f65f";
}
.fi-rs-file-download:before {
  content: "\f660";
}
.fi-rs-file-edit:before {
  content: "\f661";
}
.fi-rs-file-eps:before {
  content: "\f662";
}
.fi-rs-file-excel:before {
  content: "\f663";
}
.fi-rs-file-exclamation:before {
  content: "\f664";
}
.fi-rs-file-export:before {
  content: "\f665";
}
.fi-rs-file-image:before {
  content: "\f666";
}
.fi-rs-file-import:before {
  content: "\f667";
}
.fi-rs-file-invoice-dollar:before {
  content: "\f668";
}
.fi-rs-file-invoice:before {
  content: "\f669";
}
.fi-rs-file-medical-alt:before {
  content: "\f66a";
}
.fi-rs-file-medical:before {
  content: "\f66b";
}
.fi-rs-file-minus:before {
  content: "\f66c";
}
.fi-rs-file-pdf:before {
  content: "\f66d";
}
.fi-rs-file-powerpoint:before {
  content: "\f66e";
}
.fi-rs-file-prescription:before {
  content: "\f66f";
}
.fi-rs-file-psd:before {
  content: "\f670";
}
.fi-rs-file-signature:before {
  content: "\f671";
}
.fi-rs-file-spreadsheet:before {
  content: "\f672";
}
.fi-rs-file-upload:before {
  content: "\f673";
}
.fi-rs-file-user:before {
  content: "\f674";
}
.fi-rs-file-video:before {
  content: "\f675";
}
.fi-rs-file-word:before {
  content: "\f676";
}
.fi-rs-file-zipper:before {
  content: "\f677";
}
.fi-rs-file:before {
  content: "\f678";
}
.fi-rs-files-medical:before {
  content: "\f679";
}
.fi-rs-fill:before {
  content: "\f67a";
}
.fi-rs-film-canister:before {
  content: "\f67b";
}
.fi-rs-film-slash:before {
  content: "\f67c";
}
.fi-rs-film:before {
  content: "\f67d";
}
.fi-rs-films:before {
  content: "\f67e";
}
.fi-rs-filter-list:before {
  content: "\f67f";
}
.fi-rs-filter-slash:before {
  content: "\f680";
}
.fi-rs-filter:before {
  content: "\f681";
}
.fi-rs-filters:before {
  content: "\f682";
}
.fi-rs-fingerprint-security-risk:before {
  content: "\f683";
}
.fi-rs-fingerprint:before {
  content: "\f684";
}
.fi-rs-fire-burner:before {
  content: "\f685";
}
.fi-rs-fire-extinguisher:before {
  content: "\f686";
}
.fi-rs-fire-flame-curved:before {
  content: "\f687";
}
.fi-rs-fire-flame-simple:before {
  content: "\f688";
}
.fi-rs-fire-hydrant:before {
  content: "\f689";
}
.fi-rs-fire-smoke:before {
  content: "\f68a";
}
.fi-rs-fireplace:before {
  content: "\f68b";
}
.fi-rs-first-award:before {
  content: "\f68c";
}
.fi-rs-first-laurel:before {
  content: "\f68d";
}
.fi-rs-first-medal:before {
  content: "\f68e";
}
.fi-rs-first:before {
  content: "\f68f";
}
.fi-rs-fish-bones:before {
  content: "\f690";
}
.fi-rs-fish-cooked:before {
  content: "\f691";
}
.fi-rs-fish:before {
  content: "\f692";
}
.fi-rs-fishing-rod:before {
  content: "\f693";
}
.fi-rs-fist-move:before {
  content: "\f694";
}
.fi-rs-flag-alt:before {
  content: "\f695";
}
.fi-rs-flag-checkered:before {
  content: "\f696";
}
.fi-rs-flag-usa:before {
  content: "\f697";
}
.fi-rs-flag:before {
  content: "\f698";
}
.fi-rs-flame:before {
  content: "\f699";
}
.fi-rs-flashlight:before {
  content: "\f69a";
}
.fi-rs-flask-gear:before {
  content: "\f69b";
}
.fi-rs-flask-poison:before {
  content: "\f69c";
}
.fi-rs-flask-potion:before {
  content: "\f69d";
}
.fi-rs-flask:before {
  content: "\f69e";
}
.fi-rs-flatbread-stuffed:before {
  content: "\f69f";
}
.fi-rs-flatbread:before {
  content: "\f6a0";
}
.fi-rs-flip-horizontal:before {
  content: "\f6a1";
}
.fi-rs-floor-alt:before {
  content: "\f6a2";
}
.fi-rs-floor-layer:before {
  content: "\f6a3";
}
.fi-rs-floor:before {
  content: "\f6a4";
}
.fi-rs-floppy-disk-circle-arrow-right:before {
  content: "\f6a5";
}
.fi-rs-floppy-disk-circle-xmark:before {
  content: "\f6a6";
}
.fi-rs-floppy-disk-pen:before {
  content: "\f6a7";
}
.fi-rs-floppy-disks:before {
  content: "\f6a8";
}
.fi-rs-florin-sign:before {
  content: "\f6a9";
}
.fi-rs-flower-bouquet:before {
  content: "\f6aa";
}
.fi-rs-flower-butterfly:before {
  content: "\f6ab";
}
.fi-rs-flower-daffodil:before {
  content: "\f6ac";
}
.fi-rs-flower-tulip:before {
  content: "\f6ad";
}
.fi-rs-flower:before {
  content: "\f6ae";
}
.fi-rs-flushed:before {
  content: "\f6af";
}
.fi-rs-flute:before {
  content: "\f6b0";
}
.fi-rs-flux-capacitor:before {
  content: "\f6b1";
}
.fi-rs-fly-insect:before {
  content: "\f6b2";
}
.fi-rs-flying-disc:before {
  content: "\f6b3";
}
.fi-rs-fog:before {
  content: "\f6b4";
}
.fi-rs-folder-download:before {
  content: "\f6b5";
}
.fi-rs-folder-fire:before {
  content: "\f6b6";
}
.fi-rs-folder-minus:before {
  content: "\f6b7";
}
.fi-rs-folder-open:before {
  content: "\f6b8";
}
.fi-rs-folder-times:before {
  content: "\f6b9";
}
.fi-rs-folder-tree:before {
  content: "\f6ba";
}
.fi-rs-folder-upload:before {
  content: "\f6bb";
}
.fi-rs-folder-xmark:before {
  content: "\f6bc";
}
.fi-rs-folder:before {
  content: "\f6bd";
}
.fi-rs-folders:before {
  content: "\f6be";
}
.fi-rs-follow-folder:before {
  content: "\f6bf";
}
.fi-rs-followcollection:before {
  content: "\f6c0";
}
.fi-rs-following:before {
  content: "\f6c1";
}
.fi-rs-fondue-pot:before {
  content: "\f6c2";
}
.fi-rs-football:before {
  content: "\f6c3";
}
.fi-rs-foreign-language-audio:before {
  content: "\f6c4";
}
.fi-rs-fork:before {
  content: "\f6c5";
}
.fi-rs-forklift:before {
  content: "\f6c6";
}
.fi-rs-form:before {
  content: "\f6c7";
}
.fi-rs-fort:before {
  content: "\f6c8";
}
.fi-rs-forward-fast:before {
  content: "\f6c9";
}
.fi-rs-forward:before {
  content: "\f6ca";
}
.fi-rs-fox:before {
  content: "\f6cb";
}
.fi-rs-frame:before {
  content: "\f6cc";
}
.fi-rs-franc-sign:before {
  content: "\f6cd";
}
.fi-rs-free-delivery:before {
  content: "\f6ce";
}
.fi-rs-free:before {
  content: "\f6cf";
}
.fi-rs-french-fries:before {
  content: "\f6d0";
}
.fi-rs-friday:before {
  content: "\f6d1";
}
.fi-rs-frog:before {
  content: "\f6d2";
}
.fi-rs-frown:before {
  content: "\f6d3";
}
.fi-rs-ftp:before {
  content: "\f6d4";
}
.fi-rs-fuel-gauge:before {
  content: "\f6d5";
}
.fi-rs-function-process:before {
  content: "\f6d6";
}
.fi-rs-function-square:before {
  content: "\f6d7";
}
.fi-rs-function:before {
  content: "\f6d8";
}
.fi-rs-funnel-dollar:before {
  content: "\f6d9";
}
.fi-rs-g:before {
  content: "\f6da";
}
.fi-rs-galaxy-alt:before {
  content: "\f6db";
}
.fi-rs-galaxy-planet:before {
  content: "\f6dc";
}
.fi-rs-galaxy-star:before {
  content: "\f6dd";
}
.fi-rs-galaxy:before {
  content: "\f6de";
}
.fi-rs-gallery-thumbnails:before {
  content: "\f6df";
}
.fi-rs-gallery:before {
  content: "\f6e0";
}
.fi-rs-game-board-alt:before {
  content: "\f6e1";
}
.fi-rs-gamepad:before {
  content: "\f6e2";
}
.fi-rs-garage-car:before {
  content: "\f6e3";
}
.fi-rs-garage-open:before {
  content: "\f6e4";
}
.fi-rs-garage:before {
  content: "\f6e5";
}
.fi-rs-garlic-alt:before {
  content: "\f6e6";
}
.fi-rs-garlic:before {
  content: "\f6e7";
}
.fi-rs-gas-pump-alt:before {
  content: "\f6e8";
}
.fi-rs-gas-pump-slash:before {
  content: "\f6e9";
}
.fi-rs-gas-pump:before {
  content: "\f6ea";
}
.fi-rs-gauge-circle-bolt:before {
  content: "\f6eb";
}
.fi-rs-gauge-circle-minus:before {
  content: "\f6ec";
}
.fi-rs-gauge-circle-plus:before {
  content: "\f6ed";
}
.fi-rs-gavel:before {
  content: "\f6ee";
}
.fi-rs-gay-couple:before {
  content: "\f6ef";
}
.fi-rs-gears:before {
  content: "\f6f0";
}
.fi-rs-gem:before {
  content: "\f6f1";
}
.fi-rs-general:before {
  content: "\f6f2";
}
.fi-rs-ghost:before {
  content: "\f6f3";
}
.fi-rs-gif-square:before {
  content: "\f6f4";
}
.fi-rs-gif:before {
  content: "\f6f5";
}
.fi-rs-gift-box-benefits:before {
  content: "\f6f6";
}
.fi-rs-gift-card:before {
  content: "\f6f7";
}
.fi-rs-gift:before {
  content: "\f6f8";
}
.fi-rs-gifts:before {
  content: "\f6f9";
}
.fi-rs-gingerbread-man:before {
  content: "\f6fa";
}
.fi-rs-glass-champagne:before {
  content: "\f6fb";
}
.fi-rs-glass-cheers:before {
  content: "\f6fc";
}
.fi-rs-glass-citrus:before {
  content: "\f6fd";
}
.fi-rs-glass-empty:before {
  content: "\f6fe";
}
.fi-rs-glass-half:before {
  content: "\f6ff";
}
.fi-rs-glass-water-droplet:before {
  content: "\f700";
}
.fi-rs-glass-whiskey-rocks:before {
  content: "\f701";
}
.fi-rs-glass-whiskey:before {
  content: "\f702";
}
.fi-rs-glass:before {
  content: "\f703";
}
.fi-rs-glasses:before {
  content: "\f704";
}
.fi-rs-globe-alt:before {
  content: "\f705";
}
.fi-rs-globe-pointer:before {
  content: "\f706";
}
.fi-rs-globe-snow:before {
  content: "\f707";
}
.fi-rs-globe:before {
  content: "\f708";
}
.fi-rs-goal-net:before {
  content: "\f709";
}
.fi-rs-golf-ball:before {
  content: "\f70a";
}
.fi-rs-golf-club:before {
  content: "\f70b";
}
.fi-rs-golf-hole:before {
  content: "\f70c";
}
.fi-rs-golf:before {
  content: "\f70d";
}
.fi-rs-gopuram:before {
  content: "\f70e";
}
.fi-rs-government-budget:before {
  content: "\f70f";
}
.fi-rs-government-flag:before {
  content: "\f710";
}
.fi-rs-government-user:before {
  content: "\f711";
}
.fi-rs-gps-navigation:before {
  content: "\f712";
}
.fi-rs-graduation-cap:before {
  content: "\f713";
}
.fi-rs-gramophone:before {
  content: "\f714";
}
.fi-rs-grape:before {
  content: "\f715";
}
.fi-rs-graph-curve:before {
  content: "\f716";
}
.fi-rs-graphic-style:before {
  content: "\f717";
}
.fi-rs-graphic-tablet:before {
  content: "\f718";
}
.fi-rs-grate-droplet:before {
  content: "\f719";
}
.fi-rs-grate:before {
  content: "\f71a";
}
.fi-rs-greater-than-equal:before {
  content: "\f71b";
}
.fi-rs-greater-than:before {
  content: "\f71c";
}
.fi-rs-greek-helmet:before {
  content: "\f71d";
}
.fi-rs-grid-alt:before {
  content: "\f71e";
}
.fi-rs-grid-dividers:before {
  content: "\f71f";
}
.fi-rs-grid:before {
  content: "\f720";
}
.fi-rs-grill-hot-alt:before {
  content: "\f721";
}
.fi-rs-grill:before {
  content: "\f722";
}
.fi-rs-grimace:before {
  content: "\f723";
}
.fi-rs-grin-alt:before {
  content: "\f724";
}
.fi-rs-grin-beam-sweat:before {
  content: "\f725";
}
.fi-rs-grin-beam:before {
  content: "\f726";
}
.fi-rs-grin-hearts:before {
  content: "\f727";
}
.fi-rs-grin-squint-tears:before {
  content: "\f728";
}
.fi-rs-grin-squint:before {
  content: "\f729";
}
.fi-rs-grin-stars:before {
  content: "\f72a";
}
.fi-rs-grin-tears:before {
  content: "\f72b";
}
.fi-rs-grin-tongue-squint:before {
  content: "\f72c";
}
.fi-rs-grin-tongue-wink:before {
  content: "\f72d";
}
.fi-rs-grin-tongue:before {
  content: "\f72e";
}
.fi-rs-grin-wink:before {
  content: "\f72f";
}
.fi-rs-grin:before {
  content: "\f730";
}
.fi-rs-grip-dots-vertical:before {
  content: "\f731";
}
.fi-rs-grip-dots:before {
  content: "\f732";
}
.fi-rs-grip-horizontal:before {
  content: "\f733";
}
.fi-rs-grip-lines-vertical:before {
  content: "\f734";
}
.fi-rs-grip-lines:before {
  content: "\f735";
}
.fi-rs-grip-vertical:before {
  content: "\f736";
}
.fi-rs-grocery-bag:before {
  content: "\f737";
}
.fi-rs-grocery-basket:before {
  content: "\f738";
}
.fi-rs-group-arrows-rotate:before {
  content: "\f739";
}
.fi-rs-group-call:before {
  content: "\f73a";
}
.fi-rs-group-community-social-media:before {
  content: "\f73b";
}
.fi-rs-growth-chart-invest:before {
  content: "\f73c";
}
.fi-rs-guarani-sign:before {
  content: "\f73d";
}
.fi-rs-guide-alt:before {
  content: "\f73e";
}
.fi-rs-guide:before {
  content: "\f73f";
}
.fi-rs-guitar-electric:before {
  content: "\f740";
}
.fi-rs-guitar:before {
  content: "\f741";
}
.fi-rs-guitars:before {
  content: "\f742";
}
.fi-rs-gun-squirt:before {
  content: "\f743";
}
.fi-rs-gym:before {
  content: "\f744";
}
.fi-rs-h-square:before {
  content: "\f745";
}
.fi-rs-h:before {
  content: "\f746";
}
.fi-rs-h1:before {
  content: "\f747";
}
.fi-rs-h2:before {
  content: "\f748";
}
.fi-rs-h3:before {
  content: "\f749";
}
.fi-rs-h4:before {
  content: "\f74a";
}
.fi-rs-hair-clipper:before {
  content: "\f74b";
}
.fi-rs-hamburger-soda:before {
  content: "\f74c";
}
.fi-rs-hamburger:before {
  content: "\f74d";
}
.fi-rs-hammer-crash:before {
  content: "\f74e";
}
.fi-rs-hammer-war:before {
  content: "\f74f";
}
.fi-rs-hammer:before {
  content: "\f750";
}
.fi-rs-hamsa:before {
  content: "\f751";
}
.fi-rs-hand-back-fist:before {
  content: "\f752";
}
.fi-rs-hand-back-point-down:before {
  content: "\f753";
}
.fi-rs-hand-back-point-left:before {
  content: "\f754";
}
.fi-rs-hand-back-point-ribbon:before {
  content: "\f755";
}
.fi-rs-hand-back-point-right:before {
  content: "\f756";
}
.fi-rs-hand-bill:before {
  content: "\f757";
}
.fi-rs-hand-dots:before {
  content: "\f758";
}
.fi-rs-hand-fingers-crossed:before {
  content: "\f759";
}
.fi-rs-hand-fist:before {
  content: "\f75a";
}
.fi-rs-hand-heart:before {
  content: "\f75b";
}
.fi-rs-hand-holding-box:before {
  content: "\f75c";
}
.fi-rs-hand-holding-droplet:before {
  content: "\f75d";
}
.fi-rs-hand-holding-heart:before {
  content: "\f75e";
}
.fi-rs-hand-holding-magic:before {
  content: "\f75f";
}
.fi-rs-hand-holding-medical:before {
  content: "\f760";
}
.fi-rs-hand-holding-seeding:before {
  content: "\f761";
}
.fi-rs-hand-holding-skull:before {
  content: "\f762";
}
.fi-rs-hand-holding-usd:before {
  content: "\f763";
}
.fi-rs-hand-holding-water:before {
  content: "\f764";
}
.fi-rs-hand-horns:before {
  content: "\f765";
}
.fi-rs-hand-lizard:before {
  content: "\f766";
}
.fi-rs-hand-love:before {
  content: "\f767";
}
.fi-rs-hand-middle-finger:before {
  content: "\f768";
}
.fi-rs-hand-paper:before {
  content: "\f769";
}
.fi-rs-hand-peace:before {
  content: "\f76a";
}
.fi-rs-hand-point-ribbon:before {
  content: "\f76b";
}
.fi-rs-hand-scissors:before {
  content: "\f76c";
}
.fi-rs-hand-sparkles:before {
  content: "\f76d";
}
.fi-rs-hand-spock:before {
  content: "\f76e";
}
.fi-rs-hand-wave:before {
  content: "\f76f";
}
.fi-rs-hand:before {
  content: "\f770";
}
.fi-rs-handmade:before {
  content: "\f771";
}
.fi-rs-hands-bubbles:before {
  content: "\f772";
}
.fi-rs-hands-clapping:before {
  content: "\f773";
}
.fi-rs-hands-heart:before {
  content: "\f774";
}
.fi-rs-hands-holding-diamond:before {
  content: "\f775";
}
.fi-rs-hands-holding:before {
  content: "\f776";
}
.fi-rs-hands-usd:before {
  content: "\f777";
}
.fi-rs-handshake-angle:before {
  content: "\f778";
}
.fi-rs-handshake-deal-loan:before {
  content: "\f779";
}
.fi-rs-handshake-house:before {
  content: "\f77a";
}
.fi-rs-handshake-simple-slash:before {
  content: "\f77b";
}
.fi-rs-handshake-trust:before {
  content: "\f77c";
}
.fi-rs-handshake:before {
  content: "\f77d";
}
.fi-rs-happy:before {
  content: "\f77e";
}
.fi-rs-hard-hat:before {
  content: "\f77f";
}
.fi-rs-hashtag-lock:before {
  content: "\f780";
}
.fi-rs-hastag:before {
  content: "\f781";
}
.fi-rs-hat-beach:before {
  content: "\f782";
}
.fi-rs-hat-birthday:before {
  content: "\f783";
}
.fi-rs-hat-chef:before {
  content: "\f784";
}
.fi-rs-hat-cowboy-side:before {
  content: "\f785";
}
.fi-rs-hat-cowboy:before {
  content: "\f786";
}
.fi-rs-hat-santa:before {
  content: "\f787";
}
.fi-rs-hat-winter:before {
  content: "\f788";
}
.fi-rs-hat-witch:before {
  content: "\f789";
}
.fi-rs-hat-wizard:before {
  content: "\f78a";
}
.fi-rs-hdd:before {
  content: "\f78b";
}
.fi-rs-head-side-brain:before {
  content: "\f78c";
}
.fi-rs-head-side-cough-slash:before {
  content: "\f78d";
}
.fi-rs-head-side-cough:before {
  content: "\f78e";
}
.fi-rs-head-side-headphones:before {
  content: "\f78f";
}
.fi-rs-head-side-heart:before {
  content: "\f790";
}
.fi-rs-head-side-mask:before {
  content: "\f791";
}
.fi-rs-head-side-medical:before {
  content: "\f792";
}
.fi-rs-head-side-thinking:before {
  content: "\f793";
}
.fi-rs-head-side-virus:before {
  content: "\f794";
}
.fi-rs-head-side:before {
  content: "\f795";
}
.fi-rs-head-vr:before {
  content: "\f796";
}
.fi-rs-heading:before {
  content: "\f797";
}
.fi-rs-headphones:before {
  content: "\f798";
}
.fi-rs-headset:before {
  content: "\f799";
}
.fi-rs-heart-arrow:before {
  content: "\f79a";
}
.fi-rs-heart-brain:before {
  content: "\f79b";
}
.fi-rs-heart-crack:before {
  content: "\f79c";
}
.fi-rs-heart-half-stroke:before {
  content: "\f79d";
}
.fi-rs-heart-half:before {
  content: "\f79e";
}
.fi-rs-heart-health-muscle:before {
  content: "\f79f";
}
.fi-rs-heart-lock:before {
  content: "\f7a0";
}
.fi-rs-heart-partner-handshake:before {
  content: "\f7a1";
}
.fi-rs-heart-rate:before {
  content: "\f7a2";
}
.fi-rs-heart-slash:before {
  content: "\f7a3";
}
.fi-rs-heart-upside-down:before {
  content: "\f7a4";
}
.fi-rs-heart:before {
  content: "\f7a5";
}
.fi-rs-heat:before {
  content: "\f7a6";
}
.fi-rs-helicopter-side:before {
  content: "\f7a7";
}
.fi-rs-helmet-battle:before {
  content: "\f7a8";
}
.fi-rs-hexagon-check:before {
  content: "\f7a9";
}
.fi-rs-hexagon-divide:before {
  content: "\f7aa";
}
.fi-rs-hexagon-exclamation:before {
  content: "\f7ab";
}
.fi-rs-hexagon:before {
  content: "\f7ac";
}
.fi-rs-high-definition:before {
  content: "\f7ad";
}
.fi-rs-high-five-celebration-yes:before {
  content: "\f7ae";
}
.fi-rs-high-five:before {
  content: "\f7af";
}
.fi-rs-highlighter-line:before {
  content: "\f7b0";
}
.fi-rs-highlighter:before {
  content: "\f7b1";
}
.fi-rs-hiking:before {
  content: "\f7b2";
}
.fi-rs-hippo:before {
  content: "\f7b3";
}
.fi-rs-hockey-mask:before {
  content: "\f7b4";
}
.fi-rs-hockey-puck:before {
  content: "\f7b5";
}
.fi-rs-hockey-stick-puck:before {
  content: "\f7b6";
}
.fi-rs-hockey-sticks:before {
  content: "\f7b7";
}
.fi-rs-holding-hand-gear:before {
  content: "\f7b8";
}
.fi-rs-holding-hand-revenue:before {
  content: "\f7b9";
}
.fi-rs-holly-berry:before {
  content: "\f7ba";
}
.fi-rs-home-heart:before {
  content: "\f7bb";
}
.fi-rs-home-location-alt:before {
  content: "\f7bc";
}
.fi-rs-home-location:before {
  content: "\f7bd";
}
.fi-rs-home:before {
  content: "\f7be";
}
.fi-rs-honey-pot:before {
  content: "\f7bf";
}
.fi-rs-hood-cloak:before {
  content: "\f7c0";
}
.fi-rs-horizontal-rule:before {
  content: "\f7c1";
}
.fi-rs-horse-head:before {
  content: "\f7c2";
}
.fi-rs-horse-saddle:before {
  content: "\f7c3";
}
.fi-rs-horse:before {
  content: "\f7c4";
}
.fi-rs-horseshoe-broken:before {
  content: "\f7c5";
}
.fi-rs-horseshoe:before {
  content: "\f7c6";
}
.fi-rs-hose-reel:before {
  content: "\f7c7";
}
.fi-rs-hose:before {
  content: "\f7c8";
}
.fi-rs-hospital-symbol:before {
  content: "\f7c9";
}
.fi-rs-hospital-user:before {
  content: "\f7ca";
}
.fi-rs-hospital:before {
  content: "\f7cb";
}
.fi-rs-hospitals:before {
  content: "\f7cc";
}
.fi-rs-hot-tub:before {
  content: "\f7cd";
}
.fi-rs-hotdog:before {
  content: "\f7ce";
}
.fi-rs-hotel:before {
  content: "\f7cf";
}
.fi-rs-hourglass-end:before {
  content: "\f7d0";
}
.fi-rs-hourglass-start:before {
  content: "\f7d1";
}
.fi-rs-hourglass:before {
  content: "\f7d2";
}
.fi-rs-house-blank:before {
  content: "\f7d3";
}
.fi-rs-house-building:before {
  content: "\f7d4";
}
.fi-rs-house-chimney-blank:before {
  content: "\f7d5";
}
.fi-rs-house-chimney-crack:before {
  content: "\f7d6";
}
.fi-rs-house-chimney-heart:before {
  content: "\f7d7";
}
.fi-rs-house-chimney-medical:before {
  content: "\f7d8";
}
.fi-rs-house-chimney-user:before {
  content: "\f7d9";
}
.fi-rs-house-chimney-window:before {
  content: "\f7da";
}
.fi-rs-house-chimney:before {
  content: "\f7db";
}
.fi-rs-house-circle-check:before {
  content: "\f7dc";
}
.fi-rs-house-circle-exclamation:before {
  content: "\f7dd";
}
.fi-rs-house-circle-xmark:before {
  content: "\f7de";
}
.fi-rs-house-crack-alt:before {
  content: "\f7df";
}
.fi-rs-house-crack:before {
  content: "\f7e0";
}
.fi-rs-house-day:before {
  content: "\f7e1";
}
.fi-rs-house-fire:before {
  content: "\f7e2";
}
.fi-rs-house-flag:before {
  content: "\f7e3";
}
.fi-rs-house-flood:before {
  content: "\f7e4";
}
.fi-rs-house-laptop:before {
  content: "\f7e5";
}
.fi-rs-house-leave:before {
  content: "\f7e6";
}
.fi-rs-house-lock:before {
  content: "\f7e7";
}
.fi-rs-house-medical:before {
  content: "\f7e8";
}
.fi-rs-house-night:before {
  content: "\f7e9";
}
.fi-rs-house-return:before {
  content: "\f7ea";
}
.fi-rs-house-signal:before {
  content: "\f7eb";
}
.fi-rs-house-tree:before {
  content: "\f7ec";
}
.fi-rs-house-tsunami:before {
  content: "\f7ed";
}
.fi-rs-house-turret:before {
  content: "\f7ee";
}
.fi-rs-house-user:before {
  content: "\f7ef";
}
.fi-rs-house-window:before {
  content: "\f7f0";
}
.fi-rs-hr-group:before {
  content: "\f7f1";
}
.fi-rs-hr-person:before {
  content: "\f7f2";
}
.fi-rs-hr:before {
  content: "\f7f3";
}
.fi-rs-hryvnia:before {
  content: "\f7f4";
}
.fi-rs-humidity:before {
  content: "\f7f5";
}
.fi-rs-hundred-points:before {
  content: "\f7f6";
}
.fi-rs-hurricane:before {
  content: "\f7f7";
}
.fi-rs-i:before {
  content: "\f7f8";
}
.fi-rs-ice-cream:before {
  content: "\f7f9";
}
.fi-rs-ice-skate:before {
  content: "\f7fa";
}
.fi-rs-icicles:before {
  content: "\f7fb";
}
.fi-rs-icon-star:before {
  content: "\f7fc";
}
.fi-rs-id-badge:before {
  content: "\f7fd";
}
.fi-rs-id-card-clip-alt:before {
  content: "\f7fe";
}
.fi-rs-igloo:before {
  content: "\f7ff";
}
.fi-rs-image-slash:before {
  content: "\f800";
}
.fi-rs-images-user:before {
  content: "\f801";
}
.fi-rs-images:before {
  content: "\f802";
}
.fi-rs-improve-user:before {
  content: "\f803";
}
.fi-rs-inbox-full:before {
  content: "\f804";
}
.fi-rs-inbox-in:before {
  content: "\f805";
}
.fi-rs-inbox-out:before {
  content: "\f806";
}
.fi-rs-inbox:before {
  content: "\f807";
}
.fi-rs-inboxes:before {
  content: "\f808";
}
.fi-rs-incense-sticks-yoga:before {
  content: "\f809";
}
.fi-rs-incognito:before {
  content: "\f80a";
}
.fi-rs-indent:before {
  content: "\f80b";
}
.fi-rs-indian-rupee-sign:before {
  content: "\f80c";
}
.fi-rs-industry-alt:before {
  content: "\f80d";
}
.fi-rs-industry-windows:before {
  content: "\f80e";
}
.fi-rs-infinity:before {
  content: "\f80f";
}
.fi-rs-info-guide:before {
  content: "\f810";
}
.fi-rs-info:before {
  content: "\f811";
}
.fi-rs-information:before {
  content: "\f812";
}
.fi-rs-inhaler:before {
  content: "\f813";
}
.fi-rs-input-numeric:before {
  content: "\f814";
}
.fi-rs-input-pipe:before {
  content: "\f815";
}
.fi-rs-input-text:before {
  content: "\f816";
}
.fi-rs-insert-alt:before {
  content: "\f817";
}
.fi-rs-insert-arrows:before {
  content: "\f818";
}
.fi-rs-insert-button-circle:before {
  content: "\f819";
}
.fi-rs-insert-credit-card:before {
  content: "\f81a";
}
.fi-rs-insert-square:before {
  content: "\f81b";
}
.fi-rs-insert:before {
  content: "\f81c";
}
.fi-rs-insight-alt:before {
  content: "\f81d";
}
.fi-rs-insight-head:before {
  content: "\f81e";
}
.fi-rs-insight:before {
  content: "\f81f";
}
.fi-rs-integral:before {
  content: "\f820";
}
.fi-rs-interactive:before {
  content: "\f821";
}
.fi-rs-interlining:before {
  content: "\f822";
}
.fi-rs-internet-speed-wifi:before {
  content: "\f823";
}
.fi-rs-interrogation:before {
  content: "\f824";
}
.fi-rs-intersection:before {
  content: "\f825";
}
.fi-rs-introduction-handshake:before {
  content: "\f826";
}
.fi-rs-introduction:before {
  content: "\f827";
}
.fi-rs-inventory-alt:before {
  content: "\f828";
}
.fi-rs-invest:before {
  content: "\f829";
}
.fi-rs-investment:before {
  content: "\f82a";
}
.fi-rs-invite-alt:before {
  content: "\f82b";
}
.fi-rs-invite:before {
  content: "\f82c";
}
.fi-rs-iot-alt:before {
  content: "\f82d";
}
.fi-rs-iot:before {
  content: "\f82e";
}
.fi-rs-ip-address:before {
  content: "\f82f";
}
.fi-rs-island-tropical:before {
  content: "\f830";
}
.fi-rs-issue-loupe:before {
  content: "\f831";
}
.fi-rs-it-alt:before {
  content: "\f832";
}
.fi-rs-it-computer:before {
  content: "\f833";
}
.fi-rs-it:before {
  content: "\f834";
}
.fi-rs-italian-lira-sign:before {
  content: "\f835";
}
.fi-rs-italic:before {
  content: "\f836";
}
.fi-rs-j:before {
  content: "\f837";
}
.fi-rs-jam:before {
  content: "\f838";
}
.fi-rs-jar-alt:before {
  content: "\f839";
}
.fi-rs-jar-wheat:before {
  content: "\f83a";
}
.fi-rs-javascript:before {
  content: "\f83b";
}
.fi-rs-joint:before {
  content: "\f83c";
}
.fi-rs-joker:before {
  content: "\f83d";
}
.fi-rs-journal-alt:before {
  content: "\f83e";
}
.fi-rs-journal:before {
  content: "\f83f";
}
.fi-rs-journey:before {
  content: "\f840";
}
.fi-rs-joystick:before {
  content: "\f841";
}
.fi-rs-jpg:before {
  content: "\f842";
}
.fi-rs-jug-alt:before {
  content: "\f843";
}
.fi-rs-jug-bottle:before {
  content: "\f844";
}
.fi-rs-jug:before {
  content: "\f845";
}
.fi-rs-jumping-rope:before {
  content: "\f846";
}
.fi-rs-k:before {
  content: "\f847";
}
.fi-rs-kaaba:before {
  content: "\f848";
}
.fi-rs-kazoo:before {
  content: "\f849";
}
.fi-rs-kerning:before {
  content: "\f84a";
}
.fi-rs-key-lock-crypto:before {
  content: "\f84b";
}
.fi-rs-key-skeleton-left-right:before {
  content: "\f84c";
}
.fi-rs-key:before {
  content: "\f84d";
}
.fi-rs-keyboard-brightness-low:before {
  content: "\f84e";
}
.fi-rs-keyboard-brightness:before {
  content: "\f84f";
}
.fi-rs-keyboard-down:before {
  content: "\f850";
}
.fi-rs-keyboard-left:before {
  content: "\f851";
}
.fi-rs-keyboard:before {
  content: "\f852";
}
.fi-rs-keynote:before {
  content: "\f853";
}
.fi-rs-kidneys:before {
  content: "\f854";
}
.fi-rs-kip-sign:before {
  content: "\f855";
}
.fi-rs-kiss-beam:before {
  content: "\f856";
}
.fi-rs-kiss-wink-heart:before {
  content: "\f857";
}
.fi-rs-kiss:before {
  content: "\f858";
}
.fi-rs-kite:before {
  content: "\f859";
}
.fi-rs-kiwi-bird:before {
  content: "\f85a";
}
.fi-rs-kiwi-fruit:before {
  content: "\f85b";
}
.fi-rs-knife-kitchen:before {
  content: "\f85c";
}
.fi-rs-knife:before {
  content: "\f85d";
}
.fi-rs-knitting:before {
  content: "\f85e";
}
.fi-rs-kpi-evaluation:before {
  content: "\f85f";
}
.fi-rs-kpi:before {
  content: "\f860";
}
.fi-rs-l:before {
  content: "\f861";
}
.fi-rs-label:before {
  content: "\f862";
}
.fi-rs-lacrosse-stick-ball:before {
  content: "\f863";
}
.fi-rs-lacrosse-stick:before {
  content: "\f864";
}
.fi-rs-lambda:before {
  content: "\f865";
}
.fi-rs-lamp-desk:before {
  content: "\f866";
}
.fi-rs-lamp-floor:before {
  content: "\f867";
}
.fi-rs-lamp-street:before {
  content: "\f868";
}
.fi-rs-lamp:before {
  content: "\f869";
}
.fi-rs-land-layer-location:before {
  content: "\f86a";
}
.fi-rs-land-layers:before {
  content: "\f86b";
}
.fi-rs-land-location:before {
  content: "\f86c";
}
.fi-rs-landmark-alt:before {
  content: "\f86d";
}
.fi-rs-language:before {
  content: "\f86e";
}
.fi-rs-laptop-arrow-down:before {
  content: "\f86f";
}
.fi-rs-laptop-binary:before {
  content: "\f870";
}
.fi-rs-laptop-code:before {
  content: "\f871";
}
.fi-rs-laptop-medical:before {
  content: "\f872";
}
.fi-rs-laptop-mobile:before {
  content: "\f873";
}
.fi-rs-laptop-slash:before {
  content: "\f874";
}
.fi-rs-laptop:before {
  content: "\f875";
}
.fi-rs-lari-sign:before {
  content: "\f876";
}
.fi-rs-lasso-sparkles:before {
  content: "\f877";
}
.fi-rs-lasso:before {
  content: "\f878";
}
.fi-rs-last-square:before {
  content: "\f879";
}
.fi-rs-laugh-beam:before {
  content: "\f87a";
}
.fi-rs-laugh-squint:before {
  content: "\f87b";
}
.fi-rs-laugh-wink:before {
  content: "\f87c";
}
.fi-rs-laugh:before {
  content: "\f87d";
}
.fi-rs-lawyer-man:before {
  content: "\f87e";
}
.fi-rs-lawyer-woman:before {
  content: "\f87f";
}
.fi-rs-layer-minus:before {
  content: "\f880";
}
.fi-rs-layer-plus:before {
  content: "\f881";
}
.fi-rs-layers:before {
  content: "\f882";
}
.fi-rs-lead-funnel:before {
  content: "\f883";
}
.fi-rs-lead-management:before {
  content: "\f884";
}
.fi-rs-lead:before {
  content: "\f885";
}
.fi-rs-leader-alt:before {
  content: "\f886";
}
.fi-rs-leader-speech:before {
  content: "\f887";
}
.fi-rs-leader:before {
  content: "\f888";
}
.fi-rs-leaderboard-alt:before {
  content: "\f889";
}
.fi-rs-leaderboard-trophy:before {
  content: "\f88a";
}
.fi-rs-leaderboard:before {
  content: "\f88b";
}
.fi-rs-leadership-alt:before {
  content: "\f88c";
}
.fi-rs-leadership:before {
  content: "\f88d";
}
.fi-rs-leaf-heart:before {
  content: "\f88e";
}
.fi-rs-leaf-maple:before {
  content: "\f88f";
}
.fi-rs-leaf-oak:before {
  content: "\f890";
}
.fi-rs-leaf:before {
  content: "\f891";
}
.fi-rs-leafy-green:before {
  content: "\f892";
}
.fi-rs-leave:before {
  content: "\f893";
}
.fi-rs-left-from-bracket:before {
  content: "\f894";
}
.fi-rs-left:before {
  content: "\f895";
}
.fi-rs-legal:before {
  content: "\f896";
}
.fi-rs-lemon:before {
  content: "\f897";
}
.fi-rs-lesbian-couple:before {
  content: "\f898";
}
.fi-rs-less-than-equal:before {
  content: "\f899";
}
.fi-rs-less-than:before {
  content: "\f89a";
}
.fi-rs-lesson-class:before {
  content: "\f89b";
}
.fi-rs-lesson:before {
  content: "\f89c";
}
.fi-rs-letter-case:before {
  content: "\f89d";
}
.fi-rs-lettuce:before {
  content: "\f89e";
}
.fi-rs-level-down-alt:before {
  content: "\f89f";
}
.fi-rs-level-down:before {
  content: "\f8a0";
}
.fi-rs-level-up-alt:before {
  content: "\f8a1";
}
.fi-rs-level-up:before {
  content: "\f8a2";
}
.fi-rs-license:before {
  content: "\f8a3";
}
.fi-rs-life-ring:before {
  content: "\f8a4";
}
.fi-rs-life:before {
  content: "\f8a5";
}
.fi-rs-light-ceiling:before {
  content: "\f8a6";
}
.fi-rs-light-emergency-on:before {
  content: "\f8a7";
}
.fi-rs-light-emergency:before {
  content: "\f8a8";
}
.fi-rs-light-switch-off:before {
  content: "\f8a9";
}
.fi-rs-light-switch-on:before {
  content: "\f8aa";
}
.fi-rs-light-switch:before {
  content: "\f8ab";
}
.fi-rs-lightbulb-cfl-on:before {
  content: "\f8ac";
}
.fi-rs-lightbulb-cfl:before {
  content: "\f8ad";
}
.fi-rs-lightbulb-dollar:before {
  content: "\f8ae";
}
.fi-rs-lightbulb-exclamation:before {
  content: "\f8af";
}
.fi-rs-lightbulb-head:before {
  content: "\f8b0";
}
.fi-rs-lightbulb-on:before {
  content: "\f8b1";
}
.fi-rs-lightbulb-question:before {
  content: "\f8b2";
}
.fi-rs-lightbulb-setting:before {
  content: "\f8b3";
}
.fi-rs-lightbulb-slash:before {
  content: "\f8b4";
}
.fi-rs-lighthouse:before {
  content: "\f8b5";
}
.fi-rs-lights-holiday:before {
  content: "\f8b6";
}
.fi-rs-limit-hand:before {
  content: "\f8b7";
}
.fi-rs-limit-speedometer:before {
  content: "\f8b8";
}
.fi-rs-line-width:before {
  content: "\f8b9";
}
.fi-rs-link-alt:before {
  content: "\f8ba";
}
.fi-rs-link-horizontal-slash:before {
  content: "\f8bb";
}
.fi-rs-link-horizontal:before {
  content: "\f8bc";
}
.fi-rs-link-slash-alt:before {
  content: "\f8bd";
}
.fi-rs-link-slash:before {
  content: "\f8be";
}
.fi-rs-link:before {
  content: "\f8bf";
}
.fi-rs-lion-head:before {
  content: "\f8c0";
}
.fi-rs-lion:before {
  content: "\f8c1";
}
.fi-rs-lips:before {
  content: "\f8c2";
}
.fi-rs-lipstick:before {
  content: "\f8c3";
}
.fi-rs-lira-sign:before {
  content: "\f8c4";
}
.fi-rs-list-check:before {
  content: "\f8c5";
}
.fi-rs-list-dropdown:before {
  content: "\f8c6";
}
.fi-rs-list-music:before {
  content: "\f8c7";
}
.fi-rs-list-timeline:before {
  content: "\f8c8";
}
.fi-rs-list:before {
  content: "\f8c9";
}
.fi-rs-litecoin-sign:before {
  content: "\f8ca";
}
.fi-rs-live-alt:before {
  content: "\f8cb";
}
.fi-rs-live:before {
  content: "\f8cc";
}
.fi-rs-loading:before {
  content: "\f8cd";
}
.fi-rs-loan:before {
  content: "\f8ce";
}
.fi-rs-lobster:before {
  content: "\f8cf";
}
.fi-rs-location-alt:before {
  content: "\f8d0";
}
.fi-rs-location-arrow:before {
  content: "\f8d1";
}
.fi-rs-location-crosshairs-slash:before {
  content: "\f8d2";
}
.fi-rs-location-crosshairs:before {
  content: "\f8d3";
}
.fi-rs-location-dot-slash:before {
  content: "\f8d4";
}
.fi-rs-location-exclamation:before {
  content: "\f8d5";
}
.fi-rs-location-pin-call:before {
  content: "\f8d6";
}
.fi-rs-lock-alt:before {
  content: "\f8d7";
}
.fi-rs-lock-hashtag:before {
  content: "\f8d8";
}
.fi-rs-lock-open-alt:before {
  content: "\f8d9";
}
.fi-rs-lock:before {
  content: "\f8da";
}
.fi-rs-locust:before {
  content: "\f8db";
}
.fi-rs-log-out:before {
  content: "\f8dc";
}
.fi-rs-loop-square:before {
  content: "\f8dd";
}
.fi-rs-loveseat:before {
  content: "\f8de";
}
.fi-rs-low-vision:before {
  content: "\f8df";
}
.fi-rs-luchador:before {
  content: "\f8e0";
}
.fi-rs-luggage-cart:before {
  content: "\f8e1";
}
.fi-rs-luggage-rolling:before {
  content: "\f8e2";
}
.fi-rs-lungs-virus:before {
  content: "\f8e3";
}
.fi-rs-lungs:before {
  content: "\f8e4";
}
.fi-rs-m:before {
  content: "\f8e5";
}
.fi-rs-mace:before {
  content: "\f8e6";
}
.fi-rs-magic-wand:before {
  content: "\f8e7";
}
.fi-rs-magnet-user:before {
  content: "\f8e8";
}
.fi-rs-magnet:before {
  content: "\f8e9";
}
.fi-rs-mailbox-envelope:before {
  content: "\f8ea";
}
.fi-rs-mailbox-flag-up:before {
  content: "\f8eb";
}
.fi-rs-mailbox:before {
  content: "\f8ec";
}
.fi-rs-makeup-brush:before {
  content: "\f8ed";
}
.fi-rs-man-head:before {
  content: "\f8ee";
}
.fi-rs-man-scientist:before {
  content: "\f8ef";
}
.fi-rs-manat-sign:before {
  content: "\f8f0";
}
.fi-rs-mandolin:before {
  content: "\f8f1";
}
.fi-rs-mango:before {
  content: "\f8f2";
}
.fi-rs-manhole:before {
  content: "\f8f3";
}
.fi-rs-map-location-track:before {
  content: "\f8f4";
}
.fi-rs-map-marker-check:before {
  content: "\f8f5";
}
.fi-rs-map-marker-cross:before {
  content: "\f8f6";
}
.fi-rs-map-marker-edit:before {
  content: "\f8f7";
}
.fi-rs-map-marker-home:before {
  content: "\f8f8";
}
.fi-rs-map-marker-minus:before {
  content: "\f8f9";
}
.fi-rs-map-marker-plus:before {
  content: "\f8fa";
}
.fi-rs-map-marker-question:before {
  content: "\f8fb";
}
.fi-rs-map-marker-slash:before {
  content: "\f8fc";
}
.fi-rs-map-marker-smile:before {
  content: "\f8fd";
}
.fi-rs-map-marker:before {
  content: "\f8fe";
}
.fi-rs-map-pin:before {
  content: "\f8ff";
}
.fi-rs-map-point:before {
  content: "\f900";
}
.fi-rs-map:before {
  content: "\f901";
}
.fi-rs-marker-time:before {
  content: "\f902";
}
.fi-rs-marker:before {
  content: "\f903";
}
.fi-rs-marketplace-alt:before {
  content: "\f904";
}
.fi-rs-marketplace-store:before {
  content: "\f905";
}
.fi-rs-marketplace:before {
  content: "\f906";
}
.fi-rs-mars-double:before {
  content: "\f907";
}
.fi-rs-mars-stroke-right:before {
  content: "\f908";
}
.fi-rs-mars-stroke-up:before {
  content: "\f909";
}
.fi-rs-mars:before {
  content: "\f90a";
}
.fi-rs-martini-glass-citrus:before {
  content: "\f90b";
}
.fi-rs-martini-glass-empty:before {
  content: "\f90c";
}
.fi-rs-mask-carnival:before {
  content: "\f90d";
}
.fi-rs-mask-face:before {
  content: "\f90e";
}
.fi-rs-mask-snorkel:before {
  content: "\f90f";
}
.fi-rs-massage:before {
  content: "\f910";
}
.fi-rs-match-fire:before {
  content: "\f911";
}
.fi-rs-mattress-pillow:before {
  content: "\f912";
}
.fi-rs-measuring-tape:before {
  content: "\f913";
}
.fi-rs-meat:before {
  content: "\f914";
}
.fi-rs-medal:before {
  content: "\f915";
}
.fi-rs-medical-star:before {
  content: "\f916";
}
.fi-rs-medicine:before {
  content: "\f917";
}
.fi-rs-meditation:before {
  content: "\f918";
}
.fi-rs-meeting-alt:before {
  content: "\f919";
}
.fi-rs-meeting:before {
  content: "\f91a";
}
.fi-rs-megaphone-announcement-leader:before {
  content: "\f91b";
}
.fi-rs-megaphone:before {
  content: "\f91c";
}
.fi-rs-meh-blank:before {
  content: "\f91d";
}
.fi-rs-meh-rolling-eyes:before {
  content: "\f91e";
}
.fi-rs-meh:before {
  content: "\f91f";
}
.fi-rs-melon-alt:before {
  content: "\f920";
}
.fi-rs-melon:before {
  content: "\f921";
}
.fi-rs-member-list:before {
  content: "\f922";
}
.fi-rs-member-search:before {
  content: "\f923";
}
.fi-rs-membership-vip:before {
  content: "\f924";
}
.fi-rs-membership:before {
  content: "\f925";
}
.fi-rs-memo-circle-check:before {
  content: "\f926";
}
.fi-rs-memo-pad:before {
  content: "\f927";
}
.fi-rs-memo:before {
  content: "\f928";
}
.fi-rs-memory:before {
  content: "\f929";
}
.fi-rs-menu-dots-vertical:before {
  content: "\f92a";
}
.fi-rs-menu-dots:before {
  content: "\f92b";
}
.fi-rs-mercury:before {
  content: "\f92c";
}
.fi-rs-message-arrow-down:before {
  content: "\f92d";
}
.fi-rs-message-arrow-up-right:before {
  content: "\f92e";
}
.fi-rs-message-arrow-up:before {
  content: "\f92f";
}
.fi-rs-message-bot:before {
  content: "\f930";
}
.fi-rs-message-code:before {
  content: "\f931";
}
.fi-rs-message-dollar:before {
  content: "\f932";
}
.fi-rs-message-heart:before {
  content: "\f933";
}
.fi-rs-message-image:before {
  content: "\f934";
}
.fi-rs-message-question:before {
  content: "\f935";
}
.fi-rs-message-quote:before {
  content: "\f936";
}
.fi-rs-message-slash:before {
  content: "\f937";
}
.fi-rs-message-sms:before {
  content: "\f938";
}
.fi-rs-message-text:before {
  content: "\f939";
}
.fi-rs-message-xmark:before {
  content: "\f93a";
}
.fi-rs-messages-dollar:before {
  content: "\f93b";
}
.fi-rs-messages-question:before {
  content: "\f93c";
}
.fi-rs-messages:before {
  content: "\f93d";
}
.fi-rs-meteor:before {
  content: "\f93e";
}
.fi-rs-meter-bolt:before {
  content: "\f93f";
}
.fi-rs-meter-droplet:before {
  content: "\f940";
}
.fi-rs-meter-fire:before {
  content: "\f941";
}
.fi-rs-meter:before {
  content: "\f942";
}
.fi-rs-method:before {
  content: "\f943";
}
.fi-rs-microchip-ai:before {
  content: "\f944";
}
.fi-rs-microchip:before {
  content: "\f945";
}
.fi-rs-microphone-alt:before {
  content: "\f946";
}
.fi-rs-microphone-slash:before {
  content: "\f947";
}
.fi-rs-microphone:before {
  content: "\f948";
}
.fi-rs-microscope:before {
  content: "\f949";
}
.fi-rs-microwave:before {
  content: "\f94a";
}
.fi-rs-milk-alt:before {
  content: "\f94b";
}
.fi-rs-milk:before {
  content: "\f94c";
}
.fi-rs-mill-sign:before {
  content: "\f94d";
}
.fi-rs-mind-share:before {
  content: "\f94e";
}
.fi-rs-minus-circle:before {
  content: "\f94f";
}
.fi-rs-minus-hexagon:before {
  content: "\f950";
}
.fi-rs-minus-small:before {
  content: "\f951";
}
.fi-rs-minuss:before {
  content: "\f952";
}
.fi-rs-mistletoe:before {
  content: "\f953";
}
.fi-rs-mix:before {
  content: "\f954";
}
.fi-rs-mobile-button:before {
  content: "\f955";
}
.fi-rs-mobile-notch:before {
  content: "\f956";
}
.fi-rs-mobile:before {
  content: "\f957";
}
.fi-rs-mockup:before {
  content: "\f958";
}
.fi-rs-mode-alt:before {
  content: "\f959";
}
.fi-rs-mode-landscape:before {
  content: "\f95a";
}
.fi-rs-mode-portrait:before {
  content: "\f95b";
}
.fi-rs-mode:before {
  content: "\f95c";
}
.fi-rs-model-cube-arrows:before {
  content: "\f95d";
}
.fi-rs-model-cube-space:before {
  content: "\f95e";
}
.fi-rs-model-cube:before {
  content: "\f95f";
}
.fi-rs-module:before {
  content: "\f960";
}
.fi-rs-monday:before {
  content: "\f961";
}
.fi-rs-money-bill-simple:before {
  content: "\f962";
}
.fi-rs-money-bill-transfer:before {
  content: "\f963";
}
.fi-rs-money-bill-wave-alt:before {
  content: "\f964";
}
.fi-rs-money-bill-wave:before {
  content: "\f965";
}
.fi-rs-money-bills-simple:before {
  content: "\f966";
}
.fi-rs-money-bills:before {
  content: "\f967";
}
.fi-rs-money-check-edit-alt:before {
  content: "\f968";
}
.fi-rs-money-check-edit:before {
  content: "\f969";
}
.fi-rs-money-check:before {
  content: "\f96a";
}
.fi-rs-money-coin-transfer:before {
  content: "\f96b";
}
.fi-rs-money-from-bracket:before {
  content: "\f96c";
}
.fi-rs-money-simple-from-bracket:before {
  content: "\f96d";
}
.fi-rs-money-transfer-alt:before {
  content: "\f96e";
}
.fi-rs-money-transfer-coin-arrow:before {
  content: "\f96f";
}
.fi-rs-money-transfer-smartphone:before {
  content: "\f970";
}
.fi-rs-money-wings:before {
  content: "\f971";
}
.fi-rs-money:before {
  content: "\f972";
}
.fi-rs-monkey:before {
  content: "\f973";
}
.fi-rs-monument:before {
  content: "\f974";
}
.fi-rs-moon-stars:before {
  content: "\f975";
}
.fi-rs-moon:before {
  content: "\f976";
}
.fi-rs-moped:before {
  content: "\f977";
}
.fi-rs-mortar-pestle:before {
  content: "\f978";
}
.fi-rs-mortgage:before {
  content: "\f979";
}
.fi-rs-mosque-alt:before {
  content: "\f97a";
}
.fi-rs-mosque-moon:before {
  content: "\f97b";
}
.fi-rs-mosque:before {
  content: "\f97c";
}
.fi-rs-mosquito-net:before {
  content: "\f97d";
}
.fi-rs-mosquito:before {
  content: "\f97e";
}
.fi-rs-motorcycle:before {
  content: "\f97f";
}
.fi-rs-mound:before {
  content: "\f980";
}
.fi-rs-mountain-city:before {
  content: "\f981";
}
.fi-rs-mountain:before {
  content: "\f982";
}
.fi-rs-mountains:before {
  content: "\f983";
}
.fi-rs-mouse-field:before {
  content: "\f984";
}
.fi-rs-mouse:before {
  content: "\f985";
}
.fi-rs-mov-file:before {
  content: "\f986";
}
.fi-rs-move-to-folder-2:before {
  content: "\f987";
}
.fi-rs-move-to-folder:before {
  content: "\f988";
}
.fi-rs-mp3-file:before {
  content: "\f989";
}
.fi-rs-mp3-player:before {
  content: "\f98a";
}
.fi-rs-mp4-file:before {
  content: "\f98b";
}
.fi-rs-mug-alt:before {
  content: "\f98c";
}
.fi-rs-mug-hot-alt:before {
  content: "\f98d";
}
.fi-rs-mug-hot:before {
  content: "\f98e";
}
.fi-rs-mug-marshmallows:before {
  content: "\f98f";
}
.fi-rs-mug-tea-saucer:before {
  content: "\f990";
}
.fi-rs-mug-tea:before {
  content: "\f991";
}
.fi-rs-mug:before {
  content: "\f992";
}
.fi-rs-multiple-alt:before {
  content: "\f993";
}
.fi-rs-multiple:before {
  content: "\f994";
}
.fi-rs-muscle:before {
  content: "\f995";
}
.fi-rs-mushroom-alt:before {
  content: "\f996";
}
.fi-rs-mushroom:before {
  content: "\f997";
}
.fi-rs-music-alt:before {
  content: "\f998";
}
.fi-rs-music-file:before {
  content: "\f999";
}
.fi-rs-music-note-slash:before {
  content: "\f99a";
}
.fi-rs-music-note:before {
  content: "\f99b";
}
.fi-rs-music-slash:before {
  content: "\f99c";
}
.fi-rs-music:before {
  content: "\f99d";
}
.fi-rs-n:before {
  content: "\f99e";
}
.fi-rs-naira-sign:before {
  content: "\f99f";
}
.fi-rs-narwhal:before {
  content: "\f9a0";
}
.fi-rs-navigation:before {
  content: "\f9a1";
}
.fi-rs-nesting-dolls:before {
  content: "\f9a2";
}
.fi-rs-network-analytic:before {
  content: "\f9a3";
}
.fi-rs-network-cloud:before {
  content: "\f9a4";
}
.fi-rs-network:before {
  content: "\f9a5";
}
.fi-rs-neuter:before {
  content: "\f9a6";
}
.fi-rs-newsletter-subscribe:before {
  content: "\f9a7";
}
.fi-rs-newspaper-open:before {
  content: "\f9a8";
}
.fi-rs-newspaper:before {
  content: "\f9a9";
}
.fi-rs-nfc-lock:before {
  content: "\f9aa";
}
.fi-rs-nfc-magnifying-glass:before {
  content: "\f9ab";
}
.fi-rs-nfc-pen:before {
  content: "\f9ac";
}
.fi-rs-nfc-slash:before {
  content: "\f9ad";
}
.fi-rs-nfc-trash:before {
  content: "\f9ae";
}
.fi-rs-nfc:before {
  content: "\f9af";
}
.fi-rs-night-day:before {
  content: "\f9b0";
}
.fi-rs-no-fee:before {
  content: "\f9b1";
}
.fi-rs-no-people:before {
  content: "\f9b2";
}
.fi-rs-noodles:before {
  content: "\f9b3";
}
.fi-rs-nose:before {
  content: "\f9b4";
}
.fi-rs-not-equal:before {
  content: "\f9b5";
}
.fi-rs-not-found-alt:before {
  content: "\f9b6";
}
.fi-rs-not-found-magnifying-glass:before {
  content: "\f9b7";
}
.fi-rs-not-found:before {
  content: "\f9b8";
}
.fi-rs-notdef:before {
  content: "\f9b9";
}
.fi-rs-note-medical:before {
  content: "\f9ba";
}
.fi-rs-note-sticky:before {
  content: "\f9bb";
}
.fi-rs-note:before {
  content: "\f9bc";
}
.fi-rs-notebook-alt:before {
  content: "\f9bd";
}
.fi-rs-notebook:before {
  content: "\f9be";
}
.fi-rs-notes-medical:before {
  content: "\f9bf";
}
.fi-rs-notes:before {
  content: "\f9c0";
}
.fi-rs-o:before {
  content: "\f9c1";
}
.fi-rs-object-exclude:before {
  content: "\f9c2";
}
.fi-rs-object-group:before {
  content: "\f9c3";
}
.fi-rs-object-intersect:before {
  content: "\f9c4";
}
.fi-rs-object-subtract:before {
  content: "\f9c5";
}
.fi-rs-object-ungroup:before {
  content: "\f9c6";
}
.fi-rs-object-union:before {
  content: "\f9c7";
}
.fi-rs-objects-column:before {
  content: "\f9c8";
}
.fi-rs-octagon-check:before {
  content: "\f9c9";
}
.fi-rs-octagon-divide:before {
  content: "\f9ca";
}
.fi-rs-octagon-exclamation:before {
  content: "\f9cb";
}
.fi-rs-octagon-minus:before {
  content: "\f9cc";
}
.fi-rs-octagon-plus:before {
  content: "\f9cd";
}
.fi-rs-octagon-xmark:before {
  content: "\f9ce";
}
.fi-rs-octagon:before {
  content: "\f9cf";
}
.fi-rs-oil-can:before {
  content: "\f9d0";
}
.fi-rs-oil-temp:before {
  content: "\f9d1";
}
.fi-rs-olive-oil:before {
  content: "\f9d2";
}
.fi-rs-olive:before {
  content: "\f9d3";
}
.fi-rs-olives:before {
  content: "\f9d4";
}
.fi-rs-om:before {
  content: "\f9d5";
}
.fi-rs-omega:before {
  content: "\f9d6";
}
.fi-rs-onboarding:before {
  content: "\f9d7";
}
.fi-rs-onion:before {
  content: "\f9d8";
}
.fi-rs-opacity:before {
  content: "\f9d9";
}
.fi-rs-open-mail-clip:before {
  content: "\f9da";
}
.fi-rs-operating-system-upgrade:before {
  content: "\f9db";
}
.fi-rs-operation:before {
  content: "\f9dc";
}
.fi-rs-order-history:before {
  content: "\f9dd";
}
.fi-rs-organization-chart:before {
  content: "\f9de";
}
.fi-rs-ornament:before {
  content: "\f9df";
}
.fi-rs-otp:before {
  content: "\f9e0";
}
.fi-rs-otter:before {
  content: "\f9e1";
}
.fi-rs-outdent:before {
  content: "\f9e2";
}
.fi-rs-oval-alt:before {
  content: "\f9e3";
}
.fi-rs-oval:before {
  content: "\f9e4";
}
.fi-rs-oven:before {
  content: "\f9e5";
}
.fi-rs-overline:before {
  content: "\f9e6";
}
.fi-rs-overview:before {
  content: "\f9e7";
}
.fi-rs-p:before {
  content: "\f9e8";
}
.fi-rs-package:before {
  content: "\f9e9";
}
.fi-rs-padlock-check:before {
  content: "\f9ea";
}
.fi-rs-page-break:before {
  content: "\f9eb";
}
.fi-rs-pager:before {
  content: "\f9ec";
}
.fi-rs-paid:before {
  content: "\f9ed";
}
.fi-rs-paint-brush:before {
  content: "\f9ee";
}
.fi-rs-paint-roller:before {
  content: "\f9ef";
}
.fi-rs-paintbrush-pencil:before {
  content: "\f9f0";
}
.fi-rs-palette:before {
  content: "\f9f1";
}
.fi-rs-pallet-alt:before {
  content: "\f9f2";
}
.fi-rs-pallet:before {
  content: "\f9f3";
}
.fi-rs-pan-food:before {
  content: "\f9f4";
}
.fi-rs-pan-frying:before {
  content: "\f9f5";
}
.fi-rs-pan:before {
  content: "\f9f6";
}
.fi-rs-pancakes:before {
  content: "\f9f7";
}
.fi-rs-panorama:before {
  content: "\f9f8";
}
.fi-rs-paper-plane-launch:before {
  content: "\f9f9";
}
.fi-rs-paper-plane-top:before {
  content: "\f9fa";
}
.fi-rs-paper-plane:before {
  content: "\f9fb";
}
.fi-rs-paperclip-vertical:before {
  content: "\f9fc";
}
.fi-rs-parachute-box:before {
  content: "\f9fd";
}
.fi-rs-paragraph-left:before {
  content: "\f9fe";
}
.fi-rs-paragraph:before {
  content: "\f9ff";
}
.fi-rs-parking-circle-slash:before {
  content: "\fa00";
}
.fi-rs-parking-circle:before {
  content: "\fa01";
}
.fi-rs-parking-slash:before {
  content: "\fa02";
}
.fi-rs-parking:before {
  content: "\fa03";
}
.fi-rs-party-bell:before {
  content: "\fa04";
}
.fi-rs-party-horn:before {
  content: "\fa05";
}
.fi-rs-passport:before {
  content: "\fa06";
}
.fi-rs-password-alt:before {
  content: "\fa07";
}
.fi-rs-password-computer:before {
  content: "\fa08";
}
.fi-rs-password-email:before {
  content: "\fa09";
}
.fi-rs-password-smartphone:before {
  content: "\fa0a";
}
.fi-rs-password:before {
  content: "\fa0b";
}
.fi-rs-paste:before {
  content: "\fa0c";
}
.fi-rs-pattern:before {
  content: "\fa0d";
}
.fi-rs-pause-circle:before {
  content: "\fa0e";
}
.fi-rs-pause-square:before {
  content: "\fa0f";
}
.fi-rs-pause:before {
  content: "\fa10";
}
.fi-rs-paw-claws:before {
  content: "\fa11";
}
.fi-rs-paw-heart:before {
  content: "\fa12";
}
.fi-rs-paw:before {
  content: "\fa13";
}
.fi-rs-payment-pos:before {
  content: "\fa14";
}
.fi-rs-payroll-calendar:before {
  content: "\fa15";
}
.fi-rs-payroll-check:before {
  content: "\fa16";
}
.fi-rs-payroll:before {
  content: "\fa17";
}
.fi-rs-peace:before {
  content: "\fa18";
}
.fi-rs-peach:before {
  content: "\fa19";
}
.fi-rs-peanut:before {
  content: "\fa1a";
}
.fi-rs-peanuts:before {
  content: "\fa1b";
}
.fi-rs-peapod:before {
  content: "\fa1c";
}
.fi-rs-pear:before {
  content: "\fa1d";
}
.fi-rs-pedestal:before {
  content: "\fa1e";
}
.fi-rs-pen-circle:before {
  content: "\fa1f";
}
.fi-rs-pen-clip-slash:before {
  content: "\fa20";
}
.fi-rs-pen-clip:before {
  content: "\fa21";
}
.fi-rs-pen-fancy-slash:before {
  content: "\fa22";
}
.fi-rs-pen-fancy:before {
  content: "\fa23";
}
.fi-rs-pen-field:before {
  content: "\fa24";
}
.fi-rs-pen-nib-slash:before {
  content: "\fa25";
}
.fi-rs-pen-nib:before {
  content: "\fa26";
}
.fi-rs-pen-slash:before {
  content: "\fa27";
}
.fi-rs-pen-square:before {
  content: "\fa28";
}
.fi-rs-pen-swirl:before {
  content: "\fa29";
}
.fi-rs-pencil-paintbrush:before {
  content: "\fa2a";
}
.fi-rs-pencil-ruler:before {
  content: "\fa2b";
}
.fi-rs-pencil-slash:before {
  content: "\fa2c";
}
.fi-rs-pencil:before {
  content: "\fa2d";
}
.fi-rs-pending:before {
  content: "\fa2e";
}
.fi-rs-pennant:before {
  content: "\fa2f";
}
.fi-rs-people-arrows-left-right:before {
  content: "\fa30";
}
.fi-rs-people-carry-box:before {
  content: "\fa31";
}
.fi-rs-people-dress:before {
  content: "\fa32";
}
.fi-rs-people-network-partner:before {
  content: "\fa33";
}
.fi-rs-people-pants:before {
  content: "\fa34";
}
.fi-rs-people-poll:before {
  content: "\fa35";
}
.fi-rs-people-pulling:before {
  content: "\fa36";
}
.fi-rs-people-roof:before {
  content: "\fa37";
}
.fi-rs-people:before {
  content: "\fa38";
}
.fi-rs-pepper-alt:before {
  content: "\fa39";
}
.fi-rs-pepper-hot:before {
  content: "\fa3a";
}
.fi-rs-pepper:before {
  content: "\fa3b";
}
.fi-rs-percent-10:before {
  content: "\fa3c";
}
.fi-rs-percent-100:before {
  content: "\fa3d";
}
.fi-rs-percent-20:before {
  content: "\fa3e";
}
.fi-rs-percent-25:before {
  content: "\fa3f";
}
.fi-rs-percent-30:before {
  content: "\fa40";
}
.fi-rs-percent-40:before {
  content: "\fa41";
}
.fi-rs-percent-50:before {
  content: "\fa42";
}
.fi-rs-percent-60:before {
  content: "\fa43";
}
.fi-rs-percent-70:before {
  content: "\fa44";
}
.fi-rs-percent-75:before {
  content: "\fa45";
}
.fi-rs-percent-80:before {
  content: "\fa46";
}
.fi-rs-percent-90:before {
  content: "\fa47";
}
.fi-rs-percentage:before {
  content: "\fa48";
}
.fi-rs-person-burst:before {
  content: "\fa49";
}
.fi-rs-person-carry-box:before {
  content: "\fa4a";
}
.fi-rs-person-circle-check:before {
  content: "\fa4b";
}
.fi-rs-person-circle-exclamation:before {
  content: "\fa4c";
}
.fi-rs-person-circle-minus:before {
  content: "\fa4d";
}
.fi-rs-person-circle-plus:before {
  content: "\fa4e";
}
.fi-rs-person-circle-question:before {
  content: "\fa4f";
}
.fi-rs-person-circle-xmark:before {
  content: "\fa50";
}
.fi-rs-person-cv:before {
  content: "\fa51";
}
.fi-rs-person-dolly-empty:before {
  content: "\fa52";
}
.fi-rs-person-dolly:before {
  content: "\fa53";
}
.fi-rs-person-dress-simple:before {
  content: "\fa54";
}
.fi-rs-person-dress:before {
  content: "\fa55";
}
.fi-rs-person-luggage:before {
  content: "\fa56";
}
.fi-rs-person-lunge:before {
  content: "\fa57";
}
.fi-rs-person-pilates:before {
  content: "\fa58";
}
.fi-rs-person-praying:before {
  content: "\fa59";
}
.fi-rs-person-pregnant:before {
  content: "\fa5a";
}
.fi-rs-person-seat-reclined:before {
  content: "\fa5b";
}
.fi-rs-person-seat:before {
  content: "\fa5c";
}
.fi-rs-person-shelter:before {
  content: "\fa5d";
}
.fi-rs-person-sign:before {
  content: "\fa5e";
}
.fi-rs-person-simple:before {
  content: "\fa5f";
}
.fi-rs-person-walking-with-cane:before {
  content: "\fa60";
}
.fi-rs-peseta-sign:before {
  content: "\fa61";
}
.fi-rs-peso-sign:before {
  content: "\fa62";
}
.fi-rs-pets:before {
  content: "\fa63";
}
.fi-rs-pharmacy:before {
  content: "\fa64";
}
.fi-rs-phone-call:before {
  content: "\fa65";
}
.fi-rs-phone-cross:before {
  content: "\fa66";
}
.fi-rs-phone-flip:before {
  content: "\fa67";
}
.fi-rs-phone-guide:before {
  content: "\fa68";
}
.fi-rs-phone-heart-message:before {
  content: "\fa69";
}
.fi-rs-phone-office:before {
  content: "\fa6a";
}
.fi-rs-phone-pause:before {
  content: "\fa6b";
}
.fi-rs-phone-plus:before {
  content: "\fa6c";
}
.fi-rs-phone-rotary:before {
  content: "\fa6d";
}
.fi-rs-phone-slash:before {
  content: "\fa6e";
}
.fi-rs-photo-capture:before {
  content: "\fa6f";
}
.fi-rs-photo-film-music:before {
  content: "\fa70";
}
.fi-rs-photo-video:before {
  content: "\fa71";
}
.fi-rs-physics:before {
  content: "\fa72";
}
.fi-rs-Pi:before {
  content: "\fa73";
}
.fi-rs-piano-keyboard:before {
  content: "\fa74";
}
.fi-rs-piano:before {
  content: "\fa75";
}
.fi-rs-pickaxe:before {
  content: "\fa76";
}
.fi-rs-picking-box:before {
  content: "\fa77";
}
.fi-rs-picking:before {
  content: "\fa78";
}
.fi-rs-picnic:before {
  content: "\fa79";
}
.fi-rs-picpeople-filled:before {
  content: "\fa7a";
}
.fi-rs-picpeople:before {
  content: "\fa7b";
}
.fi-rs-picture:before {
  content: "\fa7c";
}
.fi-rs-pie:before {
  content: "\fa7d";
}
.fi-rs-pig-bank-bulb:before {
  content: "\fa7e";
}
.fi-rs-pig-face:before {
  content: "\fa7f";
}
.fi-rs-pig:before {
  content: "\fa80";
}
.fi-rs-piggy-bank-budget:before {
  content: "\fa81";
}
.fi-rs-piggy-bank:before {
  content: "\fa82";
}
.fi-rs-pills:before {
  content: "\fa83";
}
.fi-rs-pinata:before {
  content: "\fa84";
}
.fi-rs-pineapple-alt:before {
  content: "\fa85";
}
.fi-rs-pineapple:before {
  content: "\fa86";
}
.fi-rs-ping-pong:before {
  content: "\fa87";
}
.fi-rs-pipe-smoking:before {
  content: "\fa88";
}
.fi-rs-pixabay:before {
  content: "\fa89";
}
.fi-rs-pizza-slice:before {
  content: "\fa8a";
}
.fi-rs-place-of-worship:before {
  content: "\fa8b";
}
.fi-rs-plan-strategy:before {
  content: "\fa8c";
}
.fi-rs-plan:before {
  content: "\fa8d";
}
.fi-rs-plane-alt:before {
  content: "\fa8e";
}
.fi-rs-plane-arrival:before {
  content: "\fa8f";
}
.fi-rs-plane-departure:before {
  content: "\fa90";
}
.fi-rs-plane-prop:before {
  content: "\fa91";
}
.fi-rs-plane-slash:before {
  content: "\fa92";
}
.fi-rs-plane-tail:before {
  content: "\fa93";
}
.fi-rs-plane:before {
  content: "\fa94";
}
.fi-rs-planet-moon:before {
  content: "\fa95";
}
.fi-rs-planet-ringed:before {
  content: "\fa96";
}
.fi-rs-plant-care:before {
  content: "\fa97";
}
.fi-rs-plant-growth:before {
  content: "\fa98";
}
.fi-rs-plant-seed-invest:before {
  content: "\fa99";
}
.fi-rs-plant-wilt:before {
  content: "\fa9a";
}
.fi-rs-plate-utensils:before {
  content: "\fa9b";
}
.fi-rs-plate-wheat:before {
  content: "\fa9c";
}
.fi-rs-plate:before {
  content: "\fa9d";
}
.fi-rs-play-alt:before {
  content: "\fa9e";
}
.fi-rs-play-circle:before {
  content: "\fa9f";
}
.fi-rs-play-microphone:before {
  content: "\faa0";
}
.fi-rs-play-pause:before {
  content: "\faa1";
}
.fi-rs-play:before {
  content: "\faa2";
}
.fi-rs-playing-cards:before {
  content: "\faa3";
}
.fi-rs-plug-alt:before {
  content: "\faa4";
}
.fi-rs-plug-cable:before {
  content: "\faa5";
}
.fi-rs-plug-circle-bolt:before {
  content: "\faa6";
}
.fi-rs-plug-circle-check:before {
  content: "\faa7";
}
.fi-rs-plug-circle-exclamation:before {
  content: "\faa8";
}
.fi-rs-plug-circle-minus:before {
  content: "\faa9";
}
.fi-rs-plug-circle-plus:before {
  content: "\faaa";
}
.fi-rs-plug-connection:before {
  content: "\faab";
}
.fi-rs-plug:before {
  content: "\faac";
}
.fi-rs-plus-hexagon:before {
  content: "\faad";
}
.fi-rs-plus-minus:before {
  content: "\faae";
}
.fi-rs-plus-small:before {
  content: "\faaf";
}
.fi-rs-plus:before {
  content: "\fab0";
}
.fi-rs-png-file:before {
  content: "\fab1";
}
.fi-rs-podcast:before {
  content: "\fab2";
}
.fi-rs-podium-star:before {
  content: "\fab3";
}
.fi-rs-podium-victory-leader:before {
  content: "\fab4";
}
.fi-rs-podium:before {
  content: "\fab5";
}
.fi-rs-point-of-sale-bill:before {
  content: "\fab6";
}
.fi-rs-point-of-sale-signal:before {
  content: "\fab7";
}
.fi-rs-point-of-sale:before {
  content: "\fab8";
}
.fi-rs-pointer-loading:before {
  content: "\fab9";
}
.fi-rs-pointer-text:before {
  content: "\faba";
}
.fi-rs-poker-chip:before {
  content: "\fabb";
}
.fi-rs-police-box:before {
  content: "\fabc";
}
.fi-rs-poll-h:before {
  content: "\fabd";
}
.fi-rs-pollution:before {
  content: "\fabe";
}
.fi-rs-pompebled:before {
  content: "\fabf";
}
.fi-rs-poo-bolt:before {
  content: "\fac0";
}
.fi-rs-poo:before {
  content: "\fac1";
}
.fi-rs-pool-8-ball:before {
  content: "\fac2";
}
.fi-rs-poop:before {
  content: "\fac3";
}
.fi-rs-popcorn:before {
  content: "\fac4";
}
.fi-rs-popsicle:before {
  content: "\fac5";
}
.fi-rs-portal-enter:before {
  content: "\fac6";
}
.fi-rs-portal-exit:before {
  content: "\fac7";
}
.fi-rs-portrait:before {
  content: "\fac8";
}
.fi-rs-postal-address:before {
  content: "\fac9";
}
.fi-rs-pot:before {
  content: "\faca";
}
.fi-rs-potato:before {
  content: "\facb";
}
.fi-rs-pound:before {
  content: "\facc";
}
.fi-rs-ppt-file:before {
  content: "\facd";
}
.fi-rs-practice:before {
  content: "\face";
}
.fi-rs-praying-hands:before {
  content: "\facf";
}
.fi-rs-prescription-bottle-alt:before {
  content: "\fad0";
}
.fi-rs-prescription-bottle-pill:before {
  content: "\fad1";
}
.fi-rs-prescription-bottle:before {
  content: "\fad2";
}
.fi-rs-prescription:before {
  content: "\fad3";
}
.fi-rs-presentation:before {
  content: "\fad4";
}
.fi-rs-preview:before {
  content: "\fad5";
}
.fi-rs-previous-square:before {
  content: "\fad6";
}
.fi-rs-print-magnifying-glass:before {
  content: "\fad7";
}
.fi-rs-print-slash:before {
  content: "\fad8";
}
.fi-rs-print:before {
  content: "\fad9";
}
.fi-rs-priority-arrow:before {
  content: "\fada";
}
.fi-rs-priority-arrows:before {
  content: "\fadb";
}
.fi-rs-priority-importance:before {
  content: "\fadc";
}
.fi-rs-problem-solving:before {
  content: "\fadd";
}
.fi-rs-procedures:before {
  content: "\fade";
}
.fi-rs-process:before {
  content: "\fadf";
}
.fi-rs-productivity:before {
  content: "\fae0";
}
.fi-rs-progress-complete:before {
  content: "\fae1";
}
.fi-rs-progress-download:before {
  content: "\fae2";
}
.fi-rs-progress-upload:before {
  content: "\fae3";
}
.fi-rs-projector:before {
  content: "\fae4";
}
.fi-rs-protractor:before {
  content: "\fae5";
}
.fi-rs-pulse:before {
  content: "\fae6";
}
.fi-rs-pump-medical:before {
  content: "\fae7";
}
.fi-rs-pump:before {
  content: "\fae8";
}
.fi-rs-pumpkin-alt-2:before {
  content: "\fae9";
}
.fi-rs-pumpkin-alt:before {
  content: "\faea";
}
.fi-rs-pumpkin:before {
  content: "\faeb";
}
.fi-rs-puzzle-alt:before {
  content: "\faec";
}
.fi-rs-puzzle-piece-integration:before {
  content: "\faed";
}
.fi-rs-puzzle-piece:before {
  content: "\faee";
}
.fi-rs-puzzle-pieces:before {
  content: "\faef";
}
.fi-rs-pyramid:before {
  content: "\faf0";
}
.fi-rs-q:before {
  content: "\faf1";
}
.fi-rs-qr-scan:before {
  content: "\faf2";
}
.fi-rs-QR:before {
  content: "\faf3";
}
.fi-rs-qrcode:before {
  content: "\faf4";
}
.fi-rs-question-square:before {
  content: "\faf5";
}
.fi-rs-question:before {
  content: "\faf6";
}
.fi-rs-queue-alt:before {
  content: "\faf7";
}
.fi-rs-queue-line:before {
  content: "\faf8";
}
.fi-rs-queue-signal:before {
  content: "\faf9";
}
.fi-rs-queue:before {
  content: "\fafa";
}
.fi-rs-quill-pen-story:before {
  content: "\fafb";
}
.fi-rs-quiz-alt:before {
  content: "\fafc";
}
.fi-rs-quiz:before {
  content: "\fafd";
}
.fi-rs-quote-right:before {
  content: "\fafe";
}
.fi-rs-r:before {
  content: "\faff";
}
.fi-rs-rabbit-fast:before {
  content: "\fb00";
}
.fi-rs-rabbit:before {
  content: "\fb01";
}
.fi-rs-raccoon:before {
  content: "\fb02";
}
.fi-rs-racquet:before {
  content: "\fb03";
}
.fi-rs-radar-monitoring-track:before {
  content: "\fb04";
}
.fi-rs-radar:before {
  content: "\fb05";
}
.fi-rs-radiation-alt:before {
  content: "\fb06";
}
.fi-rs-radiation:before {
  content: "\fb07";
}
.fi-rs-radio-alt:before {
  content: "\fb08";
}
.fi-rs-radio-button:before {
  content: "\fb09";
}
.fi-rs-radio:before {
  content: "\fb0a";
}
.fi-rs-radish:before {
  content: "\fb0b";
}
.fi-rs-rainbow:before {
  content: "\fb0c";
}
.fi-rs-raindrops:before {
  content: "\fb0d";
}
.fi-rs-ram:before {
  content: "\fb0e";
}
.fi-rs-ramp-loading:before {
  content: "\fb0f";
}
.fi-rs-rank:before {
  content: "\fb10";
}
.fi-rs-ranking-podium-empty:before {
  content: "\fb11";
}
.fi-rs-ranking-podium:before {
  content: "\fb12";
}
.fi-rs-ranking-star:before {
  content: "\fb13";
}
.fi-rs-ranking-stars:before {
  content: "\fb14";
}
.fi-rs-raygun:before {
  content: "\fb15";
}
.fi-rs-razor-barber:before {
  content: "\fb16";
}
.fi-rs-react:before {
  content: "\fb17";
}
.fi-rs-rec:before {
  content: "\fb18";
}
.fi-rs-receipt:before {
  content: "\fb19";
}
.fi-rs-recipe-book:before {
  content: "\fb1a";
}
.fi-rs-recipe:before {
  content: "\fb1b";
}
.fi-rs-record-vinyl:before {
  content: "\fb1c";
}
.fi-rs-rectabgle-vertical:before {
  content: "\fb1d";
}
.fi-rs-rectangle-barcode:before {
  content: "\fb1e";
}
.fi-rs-rectangle-code:before {
  content: "\fb1f";
}
.fi-rs-rectangle-history-circle-plus:before {
  content: "\fb20";
}
.fi-rs-rectangle-horizontal:before {
  content: "\fb21";
}
.fi-rs-rectangle-list:before {
  content: "\fb22";
}
.fi-rs-rectangle-panoramic:before {
  content: "\fb23";
}
.fi-rs-rectangle-pro:before {
  content: "\fb24";
}
.fi-rs-rectangle-vertical-history:before {
  content: "\fb25";
}
.fi-rs-rectangle-vertical:before {
  content: "\fb26";
}
.fi-rs-rectangle-xmark:before {
  content: "\fb27";
}
.fi-rs-rectangles-mixed:before {
  content: "\fb28";
}
.fi-rs-recycle-bin:before {
  content: "\fb29";
}
.fi-rs-recycle:before {
  content: "\fb2a";
}
.fi-rs-redo-alt:before {
  content: "\fb2b";
}
.fi-rs-redo:before {
  content: "\fb2c";
}
.fi-rs-reel:before {
  content: "\fb2d";
}
.fi-rs-refer-arrow:before {
  content: "\fb2e";
}
.fi-rs-refer:before {
  content: "\fb2f";
}
.fi-rs-referral-alt:before {
  content: "\fb30";
}
.fi-rs-referral-user:before {
  content: "\fb31";
}
.fi-rs-referral:before {
  content: "\fb32";
}
.fi-rs-reflect-horizontal-alt:before {
  content: "\fb33";
}
.fi-rs-reflect-horizontal:before {
  content: "\fb34";
}
.fi-rs-reflect-vertical:before {
  content: "\fb35";
}
.fi-rs-reflect:before {
  content: "\fb36";
}
.fi-rs-refresh:before {
  content: "\fb37";
}
.fi-rs-refrigerator:before {
  content: "\fb38";
}
.fi-rs-refund-alt:before {
  content: "\fb39";
}
.fi-rs-refund:before {
  content: "\fb3a";
}
.fi-rs-region-pin-alt:before {
  content: "\fb3b";
}
.fi-rs-region-pin:before {
  content: "\fb3c";
}
.fi-rs-registered:before {
  content: "\fb3d";
}
.fi-rs-registration-paper:before {
  content: "\fb3e";
}
.fi-rs-remove-folder:before {
  content: "\fb3f";
}
.fi-rs-remove-user:before {
  content: "\fb40";
}
.fi-rs-rent-signal:before {
  content: "\fb41";
}
.fi-rs-rent:before {
  content: "\fb42";
}
.fi-rs-replace:before {
  content: "\fb43";
}
.fi-rs-replay-10:before {
  content: "\fb44";
}
.fi-rs-replay-30:before {
  content: "\fb45";
}
.fi-rs-replay-5:before {
  content: "\fb46";
}
.fi-rs-reply-all:before {
  content: "\fb47";
}
.fi-rs-republican:before {
  content: "\fb48";
}
.fi-rs-reservation-smartphone:before {
  content: "\fb49";
}
.fi-rs-reservation-table:before {
  content: "\fb4a";
}
.fi-rs-resistance-band:before {
  content: "\fb4b";
}
.fi-rs-resize:before {
  content: "\fb4c";
}
.fi-rs-resources:before {
  content: "\fb4d";
}
.fi-rs-restaurant:before {
  content: "\fb4e";
}
.fi-rs-restock:before {
  content: "\fb4f";
}
.fi-rs-restroom-simple:before {
  content: "\fb50";
}
.fi-rs-resume:before {
  content: "\fb51";
}
.fi-rs-revenue-alt:before {
  content: "\fb52";
}
.fi-rs-revenue-euro:before {
  content: "\fb53";
}
.fi-rs-Revenue:before {
  content: "\fb54";
}
.fi-rs-review:before {
  content: "\fb55";
}
.fi-rs-rewind-button-circle:before {
  content: "\fb56";
}
.fi-rs-rewind:before {
  content: "\fb57";
}
.fi-rs-rhombus:before {
  content: "\fb58";
}
.fi-rs-ribbon:before {
  content: "\fb59";
}
.fi-rs-right-from-bracket:before {
  content: "\fb5a";
}
.fi-rs-right:before {
  content: "\fb5b";
}
.fi-rs-ring-diamond:before {
  content: "\fb5c";
}
.fi-rs-ring:before {
  content: "\fb5d";
}
.fi-rs-rings-wedding:before {
  content: "\fb5e";
}
.fi-rs-risk-alt:before {
  content: "\fb5f";
}
.fi-rs-risk:before {
  content: "\fb60";
}
.fi-rs-road-barrier:before {
  content: "\fb61";
}
.fi-rs-road-sign-left:before {
  content: "\fb62";
}
.fi-rs-road:before {
  content: "\fb63";
}
.fi-rs-robot:before {
  content: "\fb64";
}
.fi-rs-robotic-arm:before {
  content: "\fb65";
}
.fi-rs-rocket-lunch:before {
  content: "\fb66";
}
.fi-rs-rocket:before {
  content: "\fb67";
}
.fi-rs-roller-coaster:before {
  content: "\fb68";
}
.fi-rs-room-service:before {
  content: "\fb69";
}
.fi-rs-rotate-exclamation:before {
  content: "\fb6a";
}
.fi-rs-rotate-left:before {
  content: "\fb6b";
}
.fi-rs-rotate-reverse:before {
  content: "\fb6c";
}
.fi-rs-rotate-right:before {
  content: "\fb6d";
}
.fi-rs-rotate-square:before {
  content: "\fb6e";
}
.fi-rs-roulette:before {
  content: "\fb6f";
}
.fi-rs-route-highway:before {
  content: "\fb70";
}
.fi-rs-route-interstate:before {
  content: "\fb71";
}
.fi-rs-route:before {
  content: "\fb72";
}
.fi-rs-router:before {
  content: "\fb73";
}
.fi-rs-rss-alt:before {
  content: "\fb74";
}
.fi-rs-rss:before {
  content: "\fb75";
}
.fi-rs-ruble-sign:before {
  content: "\fb76";
}
.fi-rs-rugby-helmet:before {
  content: "\fb77";
}
.fi-rs-rugby:before {
  content: "\fb78";
}
.fi-rs-ruler-combined:before {
  content: "\fb79";
}
.fi-rs-ruler-horizontal:before {
  content: "\fb7a";
}
.fi-rs-ruler-triangle:before {
  content: "\fb7b";
}
.fi-rs-ruler-vertical:before {
  content: "\fb7c";
}
.fi-rs-rules-alt:before {
  content: "\fb7d";
}
.fi-rs-rules:before {
  content: "\fb7e";
}
.fi-rs-running-track:before {
  content: "\fb7f";
}
.fi-rs-running:before {
  content: "\fb80";
}
.fi-rs-rupee-sign:before {
  content: "\fb81";
}
.fi-rs-rupiah-sign:before {
  content: "\fb82";
}
.fi-rs-rv:before {
  content: "\fb83";
}
.fi-rs-s:before {
  content: "\fb84";
}
.fi-rs-sack-dollar:before {
  content: "\fb85";
}
.fi-rs-sack:before {
  content: "\fb86";
}
.fi-rs-sad-cry:before {
  content: "\fb87";
}
.fi-rs-sad-tear:before {
  content: "\fb88";
}
.fi-rs-sad:before {
  content: "\fb89";
}
.fi-rs-safe-box:before {
  content: "\fb8a";
}
.fi-rs-sailboat:before {
  content: "\fb8b";
}
.fi-rs-salad:before {
  content: "\fb8c";
}
.fi-rs-salary-alt:before {
  content: "\fb8d";
}
.fi-rs-salt-pepper:before {
  content: "\fb8e";
}
.fi-rs-salt-shaker:before {
  content: "\fb8f";
}
.fi-rs-sandwich-alt:before {
  content: "\fb90";
}
.fi-rs-sandwich:before {
  content: "\fb91";
}
.fi-rs-satellite-dish:before {
  content: "\fb92";
}
.fi-rs-satellite:before {
  content: "\fb93";
}
.fi-rs-saturday:before {
  content: "\fb94";
}
.fi-rs-sauce:before {
  content: "\fb95";
}
.fi-rs-sausage:before {
  content: "\fb96";
}
.fi-rs-sax-hot:before {
  content: "\fb97";
}
.fi-rs-saxophone:before {
  content: "\fb98";
}
.fi-rs-scale-comparison-alt:before {
  content: "\fb99";
}
.fi-rs-scale-comparison:before {
  content: "\fb9a";
}
.fi-rs-scale:before {
  content: "\fb9b";
}
.fi-rs-scalpel-path:before {
  content: "\fb9c";
}
.fi-rs-scalpel:before {
  content: "\fb9d";
}
.fi-rs-scanner-gun:before {
  content: "\fb9e";
}
.fi-rs-scanner-image:before {
  content: "\fb9f";
}
.fi-rs-scanner-keyboard:before {
  content: "\fba0";
}
.fi-rs-scanner-touchscreen:before {
  content: "\fba1";
}
.fi-rs-scarecrow:before {
  content: "\fba2";
}
.fi-rs-scarf:before {
  content: "\fba3";
}
.fi-rs-school-bus:before {
  content: "\fba4";
}
.fi-rs-school:before {
  content: "\fba5";
}
.fi-rs-scissors:before {
  content: "\fba6";
}
.fi-rs-scooter:before {
  content: "\fba7";
}
.fi-rs-screen:before {
  content: "\fba8";
}
.fi-rs-screencast:before {
  content: "\fba9";
}
.fi-rs-screw-alt:before {
  content: "\fbaa";
}
.fi-rs-screw:before {
  content: "\fbab";
}
.fi-rs-screwdriver:before {
  content: "\fbac";
}
.fi-rs-scribble:before {
  content: "\fbad";
}
.fi-rs-script:before {
  content: "\fbae";
}
.fi-rs-scroll-document-story:before {
  content: "\fbaf";
}
.fi-rs-scroll-old:before {
  content: "\fbb0";
}
.fi-rs-scroll-torah:before {
  content: "\fbb1";
}
.fi-rs-scroll:before {
  content: "\fbb2";
}
.fi-rs-scrubber:before {
  content: "\fbb3";
}
.fi-rs-scythe:before {
  content: "\fbb4";
}
.fi-rs-sd-card:before {
  content: "\fbb5";
}
.fi-rs-sd-cards:before {
  content: "\fbb6";
}
.fi-rs-seal-exclamation:before {
  content: "\fbb7";
}
.fi-rs-seal-question:before {
  content: "\fbb8";
}
.fi-rs-seal:before {
  content: "\fbb9";
}
.fi-rs-search-alt:before {
  content: "\fbba";
}
.fi-rs-search-dollar:before {
  content: "\fbbb";
}
.fi-rs-search-heart:before {
  content: "\fbbc";
}
.fi-rs-search-location:before {
  content: "\fbbd";
}
.fi-rs-search:before {
  content: "\fbbe";
}
.fi-rs-seat-airline:before {
  content: "\fbbf";
}
.fi-rs-seatbelt-safety-driver:before {
  content: "\fbc0";
}
.fi-rs-second-award:before {
  content: "\fbc1";
}
.fi-rs-second-laurel:before {
  content: "\fbc2";
}
.fi-rs-second-medal:before {
  content: "\fbc3";
}
.fi-rs-second:before {
  content: "\fbc4";
}
.fi-rs-seedling:before {
  content: "\fbc5";
}
.fi-rs-selection:before {
  content: "\fbc6";
}
.fi-rs-sell:before {
  content: "\fbc7";
}
.fi-rs-seller-store:before {
  content: "\fbc8";
}
.fi-rs-seller:before {
  content: "\fbc9";
}
.fi-rs-selling:before {
  content: "\fbca";
}
.fi-rs-send-back:before {
  content: "\fbcb";
}
.fi-rs-send-backward:before {
  content: "\fbcc";
}
.fi-rs-send-money-smartphone:before {
  content: "\fbcd";
}
.fi-rs-send-money:before {
  content: "\fbce";
}
.fi-rs-sensor-alert:before {
  content: "\fbcf";
}
.fi-rs-sensor-fire:before {
  content: "\fbd0";
}
.fi-rs-sensor-on:before {
  content: "\fbd1";
}
.fi-rs-sensor-smoke:before {
  content: "\fbd2";
}
.fi-rs-sensor:before {
  content: "\fbd3";
}
.fi-rs-settings-sliders:before {
  content: "\fbd4";
}
.fi-rs-settings:before {
  content: "\fbd5";
}
.fi-rs-share-alt-square:before {
  content: "\fbd6";
}
.fi-rs-share-square:before {
  content: "\fbd7";
}
.fi-rs-share:before {
  content: "\fbd8";
}
.fi-rs-sheep:before {
  content: "\fbd9";
}
.fi-rs-shekel-sign:before {
  content: "\fbda";
}
.fi-rs-shelves:before {
  content: "\fbdb";
}
.fi-rs-shield-alt:before {
  content: "\fbdc";
}
.fi-rs-shield-cat:before {
  content: "\fbdd";
}
.fi-rs-shield-check:before {
  content: "\fbde";
}
.fi-rs-shield-cross:before {
  content: "\fbdf";
}
.fi-rs-shield-dog:before {
  content: "\fbe0";
}
.fi-rs-shield-exclamation:before {
  content: "\fbe1";
}
.fi-rs-shield-interrogation:before {
  content: "\fbe2";
}
.fi-rs-shield-keyhole:before {
  content: "\fbe3";
}
.fi-rs-shield-minus:before {
  content: "\fbe4";
}
.fi-rs-shield-plus:before {
  content: "\fbe5";
}
.fi-rs-shield-security-risk:before {
  content: "\fbe6";
}
.fi-rs-shield-slash:before {
  content: "\fbe7";
}
.fi-rs-shield-trust:before {
  content: "\fbe8";
}
.fi-rs-shield-virus:before {
  content: "\fbe9";
}
.fi-rs-shield-xmark:before {
  content: "\fbea";
}
.fi-rs-shield:before {
  content: "\fbeb";
}
.fi-rs-ship-side:before {
  content: "\fbec";
}
.fi-rs-ship:before {
  content: "\fbed";
}
.fi-rs-shipping-fast:before {
  content: "\fbee";
}
.fi-rs-shipping-timed:before {
  content: "\fbef";
}
.fi-rs-shirt-long-sleeve:before {
  content: "\fbf0";
}
.fi-rs-shirt-running:before {
  content: "\fbf1";
}
.fi-rs-shirt-tank-top:before {
  content: "\fbf2";
}
.fi-rs-shirt:before {
  content: "\fbf3";
}
.fi-rs-shish-kebab:before {
  content: "\fbf4";
}
.fi-rs-shoe-prints:before {
  content: "\fbf5";
}
.fi-rs-shop-lock:before {
  content: "\fbf6";
}
.fi-rs-shop-slash:before {
  content: "\fbf7";
}
.fi-rs-shop:before {
  content: "\fbf8";
}
.fi-rs-shopping-bag-add:before {
  content: "\fbf9";
}
.fi-rs-shopping-bag:before {
  content: "\fbfa";
}
.fi-rs-shopping-basket:before {
  content: "\fbfb";
}
.fi-rs-shopping-cart-add:before {
  content: "\fbfc";
}
.fi-rs-shopping-cart-buyer:before {
  content: "\fbfd";
}
.fi-rs-shopping-cart-check:before {
  content: "\fbfe";
}
.fi-rs-shopping-cart:before {
  content: "\fbff";
}
.fi-rs-shovel-snow:before {
  content: "\fc00";
}
.fi-rs-shovel:before {
  content: "\fc01";
}
.fi-rs-shower-down:before {
  content: "\fc02";
}
.fi-rs-shower:before {
  content: "\fc03";
}
.fi-rs-shredder:before {
  content: "\fc04";
}
.fi-rs-shrimp:before {
  content: "\fc05";
}
.fi-rs-shuffle:before {
  content: "\fc06";
}
.fi-rs-shuttle-van:before {
  content: "\fc07";
}
.fi-rs-shuttlecock:before {
  content: "\fc08";
}
.fi-rs-Sickle:before {
  content: "\fc09";
}
.fi-rs-sidebar-flip:before {
  content: "\fc0a";
}
.fi-rs-sidebar:before {
  content: "\fc0b";
}
.fi-rs-sigma:before {
  content: "\fc0c";
}
.fi-rs-sign-hanging:before {
  content: "\fc0d";
}
.fi-rs-sign-in-alt:before {
  content: "\fc0e";
}
.fi-rs-sign-out-alt:before {
  content: "\fc0f";
}
.fi-rs-sign-posts-wrench:before {
  content: "\fc10";
}
.fi-rs-sign-posts:before {
  content: "\fc11";
}
.fi-rs-sign-up:before {
  content: "\fc12";
}
.fi-rs-signal-alt-1:before {
  content: "\fc13";
}
.fi-rs-signal-alt-2:before {
  content: "\fc14";
}
.fi-rs-signal-alt-slash:before {
  content: "\fc15";
}
.fi-rs-signal-alt:before {
  content: "\fc16";
}
.fi-rs-signal-bars-fair:before {
  content: "\fc17";
}
.fi-rs-signal-bars-good:before {
  content: "\fc18";
}
.fi-rs-signal-bars-weak:before {
  content: "\fc19";
}
.fi-rs-signal-stream-slash:before {
  content: "\fc1a";
}
.fi-rs-signal-stream:before {
  content: "\fc1b";
}
.fi-rs-signature-lock:before {
  content: "\fc1c";
}
.fi-rs-signature-slash:before {
  content: "\fc1d";
}
.fi-rs-signature:before {
  content: "\fc1e";
}
.fi-rs-sim-card:before {
  content: "\fc1f";
}
.fi-rs-sim-cards:before {
  content: "\fc20";
}
.fi-rs-sink:before {
  content: "\fc21";
}
.fi-rs-siren-on:before {
  content: "\fc22";
}
.fi-rs-Siren:before {
  content: "\fc23";
}
.fi-rs-site-alt:before {
  content: "\fc24";
}
.fi-rs-site-browser:before {
  content: "\fc25";
}
.fi-rs-site:before {
  content: "\fc26";
}
.fi-rs-sitemap:before {
  content: "\fc27";
}
.fi-rs-skateboard:before {
  content: "\fc28";
}
.fi-rs-skating:before {
  content: "\fc29";
}
.fi-rs-skeleton-ribs:before {
  content: "\fc2a";
}
.fi-rs-skeleton:before {
  content: "\fc2b";
}
.fi-rs-skewer:before {
  content: "\fc2c";
}
.fi-rs-ski-boot-ski:before {
  content: "\fc2d";
}
.fi-rs-ski-jump:before {
  content: "\fc2e";
}
.fi-rs-ski-lift:before {
  content: "\fc2f";
}
.fi-rs-skiing-nordic:before {
  content: "\fc30";
}
.fi-rs-skiing:before {
  content: "\fc31";
}
.fi-rs-skill-alt:before {
  content: "\fc32";
}
.fi-rs-skill-user:before {
  content: "\fc33";
}
.fi-rs-skill:before {
  content: "\fc34";
}
.fi-rs-skin-arrow:before {
  content: "\fc35";
}
.fi-rs-skin-drop:before {
  content: "\fc36";
}
.fi-rs-skin-hair:before {
  content: "\fc37";
}
.fi-rs-skin:before {
  content: "\fc38";
}
.fi-rs-skip-15-seconds:before {
  content: "\fc39";
}
.fi-rs-skull-cow:before {
  content: "\fc3a";
}
.fi-rs-skull-crossbones:before {
  content: "\fc3b";
}
.fi-rs-skull:before {
  content: "\fc3c";
}
.fi-rs-slash:before {
  content: "\fc3d";
}
.fi-rs-sledding:before {
  content: "\fc3e";
}
.fi-rs-sleeping-bag:before {
  content: "\fc3f";
}
.fi-rs-sleigh:before {
  content: "\fc40";
}
.fi-rs-sliders-h-square:before {
  content: "\fc41";
}
.fi-rs-sliders-v-square:before {
  content: "\fc42";
}
.fi-rs-sliders-v:before {
  content: "\fc43";
}
.fi-rs-slot-machine:before {
  content: "\fc44";
}
.fi-rs-smart-home-alt:before {
  content: "\fc45";
}
.fi-rs-smart-home:before {
  content: "\fc46";
}
.fi-rs-smartphone:before {
  content: "\fc47";
}
.fi-rs-smile-beam:before {
  content: "\fc48";
}
.fi-rs-smile-plus:before {
  content: "\fc49";
}
.fi-rs-smile-wink:before {
  content: "\fc4a";
}
.fi-rs-smiley-comment-alt:before {
  content: "\fc4b";
}
.fi-rs-smog:before {
  content: "\fc4c";
}
.fi-rs-smoke:before {
  content: "\fc4d";
}
.fi-rs-smoking-ban:before {
  content: "\fc4e";
}
.fi-rs-smoking:before {
  content: "\fc4f";
}
.fi-rs-snake:before {
  content: "\fc50";
}
.fi-rs-snap:before {
  content: "\fc51";
}
.fi-rs-snooze:before {
  content: "\fc52";
}
.fi-rs-snow-blowing:before {
  content: "\fc53";
}
.fi-rs-snowboarding:before {
  content: "\fc54";
}
.fi-rs-snowflake-droplets:before {
  content: "\fc55";
}
.fi-rs-snowflake:before {
  content: "\fc56";
}
.fi-rs-snowflakes:before {
  content: "\fc57";
}
.fi-rs-snowman-alt:before {
  content: "\fc58";
}
.fi-rs-snowman-head:before {
  content: "\fc59";
}
.fi-rs-snowmobile:before {
  content: "\fc5a";
}
.fi-rs-snowplow:before {
  content: "\fc5b";
}
.fi-rs-soap-alt:before {
  content: "\fc5c";
}
.fi-rs-soap:before {
  content: "\fc5d";
}
.fi-rs-social-network:before {
  content: "\fc5e";
}
.fi-rs-socks:before {
  content: "\fc5f";
}
.fi-rs-sofa-size:before {
  content: "\fc60";
}
.fi-rs-sofa:before {
  content: "\fc61";
}
.fi-rs-solar-panel-sun:before {
  content: "\fc62";
}
.fi-rs-solar-panel:before {
  content: "\fc63";
}
.fi-rs-solar-system:before {
  content: "\fc64";
}
.fi-rs-sold-house:before {
  content: "\fc65";
}
.fi-rs-sold-signal:before {
  content: "\fc66";
}
.fi-rs-sort-alpha-down-alt:before {
  content: "\fc67";
}
.fi-rs-sort-alpha-down:before {
  content: "\fc68";
}
.fi-rs-sort-alpha-up-alt:before {
  content: "\fc69";
}
.fi-rs-sort-alpha-up:before {
  content: "\fc6a";
}
.fi-rs-sort-alt:before {
  content: "\fc6b";
}
.fi-rs-sort-amount-down-alt:before {
  content: "\fc6c";
}
.fi-rs-sort-amount-down:before {
  content: "\fc6d";
}
.fi-rs-sort-amount-up-alt:before {
  content: "\fc6e";
}
.fi-rs-sort-amount-up:before {
  content: "\fc6f";
}
.fi-rs-sort-circle-down:before {
  content: "\fc70";
}
.fi-rs-sort-circle-up:before {
  content: "\fc71";
}
.fi-rs-sort-circle:before {
  content: "\fc72";
}
.fi-rs-sort-down:before {
  content: "\fc73";
}
.fi-rs-sort-numeric-down-alt:before {
  content: "\fc74";
}
.fi-rs-sort-numeric-down:before {
  content: "\fc75";
}
.fi-rs-sort-shapes-down:before {
  content: "\fc76";
}
.fi-rs-sort-shapes-up:before {
  content: "\fc77";
}
.fi-rs-sort-size-down:before {
  content: "\fc78";
}
.fi-rs-sort-size-up:before {
  content: "\fc79";
}
.fi-rs-sort:before {
  content: "\fc7a";
}
.fi-rs-soup:before {
  content: "\fc7b";
}
.fi-rs-source-data:before {
  content: "\fc7c";
}
.fi-rs-source-document-alt:before {
  content: "\fc7d";
}
.fi-rs-source-document:before {
  content: "\fc7e";
}
.fi-rs-spa:before {
  content: "\fc7f";
}
.fi-rs-space-shuttle:before {
  content: "\fc80";
}
.fi-rs-space-station-moon-alt:before {
  content: "\fc81";
}
.fi-rs-space-station-moon:before {
  content: "\fc82";
}
.fi-rs-spade:before {
  content: "\fc83";
}
.fi-rs-spaghetti-monster-flying:before {
  content: "\fc84";
}
.fi-rs-spain-map:before {
  content: "\fc85";
}
.fi-rs-sparkles:before {
  content: "\fc86";
}
.fi-rs-spartan-helmet:before {
  content: "\fc87";
}
.fi-rs-speaker:before {
  content: "\fc88";
}
.fi-rs-speakers:before {
  content: "\fc89";
}
.fi-rs-speech-bubble-story:before {
  content: "\fc8a";
}
.fi-rs-speedometer-arrow:before {
  content: "\fc8b";
}
.fi-rs-speedometer-kpi:before {
  content: "\fc8c";
}
.fi-rs-sphere:before {
  content: "\fc8d";
}
.fi-rs-spider-black-widow:before {
  content: "\fc8e";
}
.fi-rs-spider-web:before {
  content: "\fc8f";
}
.fi-rs-spider:before {
  content: "\fc90";
}
.fi-rs-spinner:before {
  content: "\fc91";
}
.fi-rs-split-up-relation:before {
  content: "\fc92";
}
.fi-rs-split:before {
  content: "\fc93";
}
.fi-rs-splotch:before {
  content: "\fc94";
}
.fi-rs-spoon:before {
  content: "\fc95";
}
.fi-rs-spray-can-sparkles:before {
  content: "\fc96";
}
.fi-rs-spray-can:before {
  content: "\fc97";
}
.fi-rs-spring-calendar:before {
  content: "\fc98";
}
.fi-rs-sprinkler:before {
  content: "\fc99";
}
.fi-rs-spy:before {
  content: "\fc9a";
}
.fi-rs-square-0:before {
  content: "\fc9b";
}
.fi-rs-square-1:before {
  content: "\fc9c";
}
.fi-rs-square-2:before {
  content: "\fc9d";
}
.fi-rs-square-3:before {
  content: "\fc9e";
}
.fi-rs-square-4:before {
  content: "\fc9f";
}
.fi-rs-square-5:before {
  content: "\fca0";
}
.fi-rs-square-6:before {
  content: "\fca1";
}
.fi-rs-square-7:before {
  content: "\fca2";
}
.fi-rs-square-8:before {
  content: "\fca3";
}
.fi-rs-square-9:before {
  content: "\fca4";
}
.fi-rs-square-a:before {
  content: "\fca5";
}
.fi-rs-square-b:before {
  content: "\fca6";
}
.fi-rs-square-bolt:before {
  content: "\fca7";
}
.fi-rs-square-c:before {
  content: "\fca8";
}
.fi-rs-square-code:before {
  content: "\fca9";
}
.fi-rs-square-d:before {
  content: "\fcaa";
}
.fi-rs-square-dashed-circle-plus:before {
  content: "\fcab";
}
.fi-rs-square-dashed:before {
  content: "\fcac";
}
.fi-rs-square-divide:before {
  content: "\fcad";
}
.fi-rs-square-e:before {
  content: "\fcae";
}
.fi-rs-square-ellipsis-vertical:before {
  content: "\fcaf";
}
.fi-rs-square-ellipsis:before {
  content: "\fcb0";
}
.fi-rs-square-exclamation:before {
  content: "\fcb1";
}
.fi-rs-square-f:before {
  content: "\fcb2";
}
.fi-rs-square-g:before {
  content: "\fcb3";
}
.fi-rs-square-h:before {
  content: "\fcb4";
}
.fi-rs-square-heart:before {
  content: "\fcb5";
}
.fi-rs-square-i:before {
  content: "\fcb6";
}
.fi-rs-square-info:before {
  content: "\fcb7";
}
.fi-rs-square-j:before {
  content: "\fcb8";
}
.fi-rs-square-k:before {
  content: "\fcb9";
}
.fi-rs-square-kanban:before {
  content: "\fcba";
}
.fi-rs-square-l:before {
  content: "\fcbb";
}
.fi-rs-square-m:before {
  content: "\fcbc";
}
.fi-rs-square-minus:before {
  content: "\fcbd";
}
.fi-rs-square-n:before {
  content: "\fcbe";
}
.fi-rs-square-o:before {
  content: "\fcbf";
}
.fi-rs-square-p:before {
  content: "\fcc0";
}
.fi-rs-square-phone-hangup:before {
  content: "\fcc1";
}
.fi-rs-square-plus:before {
  content: "\fcc2";
}
.fi-rs-square-poll-horizontal:before {
  content: "\fcc3";
}
.fi-rs-square-poll-vertical:before {
  content: "\fcc4";
}
.fi-rs-square-q:before {
  content: "\fcc5";
}
.fi-rs-square-quote:before {
  content: "\fcc6";
}
.fi-rs-square-r:before {
  content: "\fcc7";
}
.fi-rs-square-root:before {
  content: "\fcc8";
}
.fi-rs-square-s:before {
  content: "\fcc9";
}
.fi-rs-square-small:before {
  content: "\fcca";
}
.fi-rs-square-star:before {
  content: "\fccb";
}
.fi-rs-square-t:before {
  content: "\fccc";
}
.fi-rs-square-terminal:before {
  content: "\fccd";
}
.fi-rs-square-u:before {
  content: "\fcce";
}
.fi-rs-square-up-right:before {
  content: "\fccf";
}
.fi-rs-square-v:before {
  content: "\fcd0";
}
.fi-rs-square-w:before {
  content: "\fcd1";
}
.fi-rs-square-x:before {
  content: "\fcd2";
}
.fi-rs-square-y:before {
  content: "\fcd3";
}
.fi-rs-square-z:before {
  content: "\fcd4";
}
.fi-rs-square:before {
  content: "\fcd5";
}
.fi-rs-squid:before {
  content: "\fcd6";
}
.fi-rs-squircle:before {
  content: "\fcd7";
}
.fi-rs-squirrel:before {
  content: "\fcd8";
}
.fi-rs-staff:before {
  content: "\fcd9";
}
.fi-rs-stage-concert:before {
  content: "\fcda";
}
.fi-rs-stage-theatre:before {
  content: "\fcdb";
}
.fi-rs-stage:before {
  content: "\fcdc";
}
.fi-rs-stairs:before {
  content: "\fcdd";
}
.fi-rs-stamp:before {
  content: "\fcde";
}
.fi-rs-standard-definition:before {
  content: "\fcdf";
}
.fi-rs-star-and-crescent:before {
  content: "\fce0";
}
.fi-rs-star-christmas:before {
  content: "\fce1";
}
.fi-rs-star-comment-alt:before {
  content: "\fce2";
}
.fi-rs-star-exclamation:before {
  content: "\fce3";
}
.fi-rs-star-octogram:before {
  content: "\fce4";
}
.fi-rs-star-of-david:before {
  content: "\fce5";
}
.fi-rs-star-rating-call:before {
  content: "\fce6";
}
.fi-rs-star-sharp-half-stroke:before {
  content: "\fce7";
}
.fi-rs-star-sharp-half:before {
  content: "\fce8";
}
.fi-rs-star-shooting:before {
  content: "\fce9";
}
.fi-rs-star:before {
  content: "\fcea";
}
.fi-rs-starfighter:before {
  content: "\fceb";
}
.fi-rs-stars:before {
  content: "\fcec";
}
.fi-rs-state-country:before {
  content: "\fced";
}
.fi-rs-stationary-bike:before {
  content: "\fcee";
}
.fi-rs-stats:before {
  content: "\fcef";
}
.fi-rs-steak:before {
  content: "\fcf0";
}
.fi-rs-steering-wheel:before {
  content: "\fcf1";
}
.fi-rs-step-backward:before {
  content: "\fcf2";
}
.fi-rs-step-forward:before {
  content: "\fcf3";
}
.fi-rs-sterling-sign:before {
  content: "\fcf4";
}
.fi-rs-stethoscope:before {
  content: "\fcf5";
}
.fi-rs-sticker:before {
  content: "\fcf6";
}
.fi-rs-stocking:before {
  content: "\fcf7";
}
.fi-rs-stomach:before {
  content: "\fcf8";
}
.fi-rs-stop-circle:before {
  content: "\fcf9";
}
.fi-rs-stop-square:before {
  content: "\fcfa";
}
.fi-rs-stop:before {
  content: "\fcfb";
}
.fi-rs-stopwatch:before {
  content: "\fcfc";
}
.fi-rs-store-alt:before {
  content: "\fcfd";
}
.fi-rs-store-buyer:before {
  content: "\fcfe";
}
.fi-rs-store-lock:before {
  content: "\fcff";
}
.fi-rs-store-slash:before {
  content: "\fd00";
}
.fi-rs-story-book:before {
  content: "\fd01";
}
.fi-rs-story-fairy-tale:before {
  content: "\fd02";
}
.fi-rs-story-fantasy:before {
  content: "\fd03";
}
.fi-rs-strategy-chess-risk:before {
  content: "\fd04";
}
.fi-rs-strawberry:before {
  content: "\fd05";
}
.fi-rs-street-view:before {
  content: "\fd06";
}
.fi-rs-stretcher:before {
  content: "\fd07";
}
.fi-rs-strikethrough:before {
  content: "\fd08";
}
.fi-rs-stroopwafel:before {
  content: "\fd09";
}
.fi-rs-student-alt:before {
  content: "\fd0a";
}
.fi-rs-student:before {
  content: "\fd0b";
}
.fi-rs-subscript:before {
  content: "\fd0c";
}
.fi-rs-subscription-alt:before {
  content: "\fd0d";
}
.fi-rs-subscription:before {
  content: "\fd0e";
}
.fi-rs-subtitles-slash:before {
  content: "\fd0f";
}
.fi-rs-subtitles:before {
  content: "\fd10";
}
.fi-rs-subway:before {
  content: "\fd11";
}
.fi-rs-suitcase-alt:before {
  content: "\fd12";
}
.fi-rs-summary-check:before {
  content: "\fd13";
}
.fi-rs-summer:before {
  content: "\fd14";
}
.fi-rs-sun-dust:before {
  content: "\fd15";
}
.fi-rs-sun-plant-wilt:before {
  content: "\fd16";
}
.fi-rs-sun-salutation-yoga:before {
  content: "\fd17";
}
.fi-rs-sun:before {
  content: "\fd18";
}
.fi-rs-sunday:before {
  content: "\fd19";
}
.fi-rs-sunglasses-alt:before {
  content: "\fd1a";
}
.fi-rs-sunglasses:before {
  content: "\fd1b";
}
.fi-rs-sunrise-alt:before {
  content: "\fd1c";
}
.fi-rs-sunrise:before {
  content: "\fd1d";
}
.fi-rs-sunset:before {
  content: "\fd1e";
}
.fi-rs-superscript:before {
  content: "\fd1f";
}
.fi-rs-supplier-alt:before {
  content: "\fd20";
}
.fi-rs-supplier:before {
  content: "\fd21";
}
.fi-rs-surfing:before {
  content: "\fd22";
}
.fi-rs-surprise:before {
  content: "\fd23";
}
.fi-rs-surveillance-camera:before {
  content: "\fd24";
}
.fi-rs-survey-xmark:before {
  content: "\fd25";
}
.fi-rs-sushi-alt:before {
  content: "\fd26";
}
.fi-rs-sushi-roll:before {
  content: "\fd27";
}
.fi-rs-sushi:before {
  content: "\fd28";
}
.fi-rs-svg:before {
  content: "\fd29";
}
.fi-rs-swap:before {
  content: "\fd2a";
}
.fi-rs-swatchbook:before {
  content: "\fd2b";
}
.fi-rs-swimmer:before {
  content: "\fd2c";
}
.fi-rs-swimming-pool:before {
  content: "\fd2d";
}
.fi-rs-swing:before {
  content: "\fd2e";
}
.fi-rs-swipe-down:before {
  content: "\fd2f";
}
.fi-rs-swipe-left:before {
  content: "\fd30";
}
.fi-rs-swipe-right:before {
  content: "\fd31";
}
.fi-rs-swipe-up:before {
  content: "\fd32";
}
.fi-rs-sword:before {
  content: "\fd33";
}
.fi-rs-symbol:before {
  content: "\fd34";
}
.fi-rs-symbols:before {
  content: "\fd35";
}
.fi-rs-synagogue:before {
  content: "\fd36";
}
.fi-rs-syringe:before {
  content: "\fd37";
}
.fi-rs-system-cloud:before {
  content: "\fd38";
}
.fi-rs-t:before {
  content: "\fd39";
}
.fi-rs-tab-folder:before {
  content: "\fd3a";
}
.fi-rs-table-columns:before {
  content: "\fd3b";
}
.fi-rs-table-layout:before {
  content: "\fd3c";
}
.fi-rs-table-list:before {
  content: "\fd3d";
}
.fi-rs-table-picnic:before {
  content: "\fd3e";
}
.fi-rs-table-pivot:before {
  content: "\fd3f";
}
.fi-rs-table-rows:before {
  content: "\fd40";
}
.fi-rs-table-tree:before {
  content: "\fd41";
}
.fi-rs-table:before {
  content: "\fd42";
}
.fi-rs-tablet-android-alt:before {
  content: "\fd43";
}
.fi-rs-tablet-android:before {
  content: "\fd44";
}
.fi-rs-tablet-rugged:before {
  content: "\fd45";
}
.fi-rs-tablet:before {
  content: "\fd46";
}
.fi-rs-tachometer-alt-average:before {
  content: "\fd47";
}
.fi-rs-tachometer-alt-fastest:before {
  content: "\fd48";
}
.fi-rs-tachometer-alt-slow:before {
  content: "\fd49";
}
.fi-rs-tachometer-alt-slowest:before {
  content: "\fd4a";
}
.fi-rs-tachometer-average:before {
  content: "\fd4b";
}
.fi-rs-tachometer-fast:before {
  content: "\fd4c";
}
.fi-rs-tachometer-fastest:before {
  content: "\fd4d";
}
.fi-rs-tachometer-slow:before {
  content: "\fd4e";
}
.fi-rs-tachometer-slowest:before {
  content: "\fd4f";
}
.fi-rs-tachometer:before {
  content: "\fd50";
}
.fi-rs-taco:before {
  content: "\fd51";
}
.fi-rs-tags:before {
  content: "\fd52";
}
.fi-rs-talent-alt:before {
  content: "\fd53";
}
.fi-rs-talent-hand:before {
  content: "\fd54";
}
.fi-rs-talent:before {
  content: "\fd55";
}
.fi-rs-tally-1:before {
  content: "\fd56";
}
.fi-rs-tally-2:before {
  content: "\fd57";
}
.fi-rs-tally-3:before {
  content: "\fd58";
}
.fi-rs-tally-4:before {
  content: "\fd59";
}
.fi-rs-tally:before {
  content: "\fd5a";
}
.fi-rs-tamale:before {
  content: "\fd5b";
}
.fi-rs-tank-water:before {
  content: "\fd5c";
}
.fi-rs-tap:before {
  content: "\fd5d";
}
.fi-rs-tape:before {
  content: "\fd5e";
}
.fi-rs-target-audience:before {
  content: "\fd5f";
}
.fi-rs-target:before {
  content: "\fd60";
}
.fi-rs-tax-alt:before {
  content: "\fd61";
}
.fi-rs-tax:before {
  content: "\fd62";
}
.fi-rs-taxi-bus:before {
  content: "\fd63";
}
.fi-rs-taxi:before {
  content: "\fd64";
}
.fi-rs-team-check-alt:before {
  content: "\fd65";
}
.fi-rs-team-check:before {
  content: "\fd66";
}
.fi-rs-teddy-bear:before {
  content: "\fd67";
}
.fi-rs-teeth-open:before {
  content: "\fd68";
}
.fi-rs-telescope:before {
  content: "\fd69";
}
.fi-rs-temperature-down:before {
  content: "\fd6a";
}
.fi-rs-temperature-frigid:before {
  content: "\fd6b";
}
.fi-rs-temperature-high:before {
  content: "\fd6c";
}
.fi-rs-temperature-list:before {
  content: "\fd6d";
}
.fi-rs-temperature-low:before {
  content: "\fd6e";
}
.fi-rs-temperature-up:before {
  content: "\fd6f";
}
.fi-rs-template-alt:before {
  content: "\fd70";
}
.fi-rs-template:before {
  content: "\fd71";
}
.fi-rs-tenge:before {
  content: "\fd72";
}
.fi-rs-tennis:before {
  content: "\fd73";
}
.fi-rs-tent-arrow-down-to-line:before {
  content: "\fd74";
}
.fi-rs-tent-arrow-left-right:before {
  content: "\fd75";
}
.fi-rs-tent-arrow-turn-left:before {
  content: "\fd76";
}
.fi-rs-tent-arrows-down:before {
  content: "\fd77";
}
.fi-rs-tents:before {
  content: "\fd78";
}
.fi-rs-terminal:before {
  content: "\fd79";
}
.fi-rs-terrace:before {
  content: "\fd7a";
}
.fi-rs-test-tube:before {
  content: "\fd7b";
}
.fi-rs-test:before {
  content: "\fd7c";
}
.fi-rs-text-box-dots:before {
  content: "\fd7d";
}
.fi-rs-text-box-edit:before {
  content: "\fd7e";
}
.fi-rs-text-box:before {
  content: "\fd7f";
}
.fi-rs-text-check:before {
  content: "\fd80";
}
.fi-rs-text-height:before {
  content: "\fd81";
}
.fi-rs-text-shadow:before {
  content: "\fd82";
}
.fi-rs-text-size:before {
  content: "\fd83";
}
.fi-rs-text-slash:before {
  content: "\fd84";
}
.fi-rs-text-width:before {
  content: "\fd85";
}
.fi-rs-text:before {
  content: "\fd86";
}
.fi-rs-theater-masks:before {
  content: "\fd87";
}
.fi-rs-thermometer-alt:before {
  content: "\fd88";
}
.fi-rs-thermometer-empty:before {
  content: "\fd89";
}
.fi-rs-thermometer-full:before {
  content: "\fd8a";
}
.fi-rs-thermometer-half:before {
  content: "\fd8b";
}
.fi-rs-thermometer-quarter:before {
  content: "\fd8c";
}
.fi-rs-thermometer-three-quarters:before {
  content: "\fd8d";
}
.fi-rs-theta:before {
  content: "\fd8e";
}
.fi-rs-third-award:before {
  content: "\fd8f";
}
.fi-rs-third-laurel:before {
  content: "\fd90";
}
.fi-rs-third-medal:before {
  content: "\fd91";
}
.fi-rs-third:before {
  content: "\fd92";
}
.fi-rs-thought-bubble:before {
  content: "\fd93";
}
.fi-rs-three-leaf-clover:before {
  content: "\fd94";
}
.fi-rs-thumbs-up-trust:before {
  content: "\fd95";
}
.fi-rs-thumbtack:before {
  content: "\fd96";
}
.fi-rs-thunderstorm-moon:before {
  content: "\fd97";
}
.fi-rs-thunderstorm-risk:before {
  content: "\fd98";
}
.fi-rs-thunderstorm-sun:before {
  content: "\fd99";
}
.fi-rs-thunderstorm:before {
  content: "\fd9a";
}
.fi-rs-thursday:before {
  content: "\fd9b";
}
.fi-rs-ticket-airline:before {
  content: "\fd9c";
}
.fi-rs-ticket-alt:before {
  content: "\fd9d";
}
.fi-rs-ticket:before {
  content: "\fd9e";
}
.fi-rs-tickets-airline:before {
  content: "\fd9f";
}
.fi-rs-tie:before {
  content: "\fda0";
}
.fi-rs-tilde:before {
  content: "\fda1";
}
.fi-rs-time-add:before {
  content: "\fda2";
}
.fi-rs-time-check:before {
  content: "\fda3";
}
.fi-rs-time-delete:before {
  content: "\fda4";
}
.fi-rs-time-fast:before {
  content: "\fda5";
}
.fi-rs-time-forward-sixty:before {
  content: "\fda6";
}
.fi-rs-time-forward-ten:before {
  content: "\fda7";
}
.fi-rs-time-forward:before {
  content: "\fda8";
}
.fi-rs-time-half-past:before {
  content: "\fda9";
}
.fi-rs-time-oclock:before {
  content: "\fdaa";
}
.fi-rs-time-past:before {
  content: "\fdab";
}
.fi-rs-time-quarter-past:before {
  content: "\fdac";
}
.fi-rs-time-quarter-to:before {
  content: "\fdad";
}
.fi-rs-time-twenty-four:before {
  content: "\fdae";
}
.fi-rs-time-watch-calendar:before {
  content: "\fdaf";
}
.fi-rs-timer-clock-call:before {
  content: "\fdb0";
}
.fi-rs-times-hexagon:before {
  content: "\fdb1";
}
.fi-rs-tint-slash:before {
  content: "\fdb2";
}
.fi-rs-tip-coin:before {
  content: "\fdb3";
}
.fi-rs-tire-flat:before {
  content: "\fdb4";
}
.fi-rs-tire-pressure-warning:before {
  content: "\fdb5";
}
.fi-rs-tire-rugged:before {
  content: "\fdb6";
}
.fi-rs-tire:before {
  content: "\fdb7";
}
.fi-rs-tired:before {
  content: "\fdb8";
}
.fi-rs-to-do-alt:before {
  content: "\fdb9";
}
.fi-rs-to-do:before {
  content: "\fdba";
}
.fi-rs-together-people:before {
  content: "\fdbb";
}
.fi-rs-toggle-off:before {
  content: "\fdbc";
}
.fi-rs-toggle-on:before {
  content: "\fdbd";
}
.fi-rs-toilet-paper-blank-under:before {
  content: "\fdbe";
}
.fi-rs-toilet-paper-blank:before {
  content: "\fdbf";
}
.fi-rs-toilet-paper-slash:before {
  content: "\fdc0";
}
.fi-rs-toilet-paper-under-slash:before {
  content: "\fdc1";
}
.fi-rs-toilet-paper-under:before {
  content: "\fdc2";
}
.fi-rs-toilet:before {
  content: "\fdc3";
}
.fi-rs-toilets-portable:before {
  content: "\fdc4";
}
.fi-rs-token:before {
  content: "\fdc5";
}
.fi-rs-tomato:before {
  content: "\fdc6";
}
.fi-rs-tombstone-alt:before {
  content: "\fdc7";
}
.fi-rs-tombstone:before {
  content: "\fdc8";
}
.fi-rs-tool-box:before {
  content: "\fdc9";
}
.fi-rs-tool-crop:before {
  content: "\fdca";
}
.fi-rs-tool-marquee:before {
  content: "\fdcb";
}
.fi-rs-tools:before {
  content: "\fdcc";
}
.fi-rs-tooth:before {
  content: "\fdcd";
}
.fi-rs-toothbrush:before {
  content: "\fdce";
}
.fi-rs-torch-inspiration-leader:before {
  content: "\fdcf";
}
.fi-rs-torii-gate:before {
  content: "\fdd0";
}
.fi-rs-tornado:before {
  content: "\fdd1";
}
.fi-rs-total:before {
  content: "\fdd2";
}
.fi-rs-tour-guide-people:before {
  content: "\fdd3";
}
.fi-rs-tour-virtual:before {
  content: "\fdd4";
}
.fi-rs-tower-control:before {
  content: "\fdd5";
}
.fi-rs-track:before {
  content: "\fdd6";
}
.fi-rs-tractor:before {
  content: "\fdd7";
}
.fi-rs-trademark:before {
  content: "\fdd8";
}
.fi-rs-traffic-cone:before {
  content: "\fdd9";
}
.fi-rs-traffic-light-go:before {
  content: "\fdda";
}
.fi-rs-traffic-light-slow:before {
  content: "\fddb";
}
.fi-rs-traffic-light-stop:before {
  content: "\fddc";
}
.fi-rs-traffic-light:before {
  content: "\fddd";
}
.fi-rs-trailer:before {
  content: "\fdde";
}
.fi-rs-train-journey:before {
  content: "\fddf";
}
.fi-rs-train-side:before {
  content: "\fde0";
}
.fi-rs-train-station-building:before {
  content: "\fde1";
}
.fi-rs-train-station:before {
  content: "\fde2";
}
.fi-rs-train-subway-tunnel:before {
  content: "\fde3";
}
.fi-rs-train-track:before {
  content: "\fde4";
}
.fi-rs-train-tram:before {
  content: "\fde5";
}
.fi-rs-train:before {
  content: "\fde6";
}
.fi-rs-tram:before {
  content: "\fde7";
}
.fi-rs-transform:before {
  content: "\fde8";
}
.fi-rs-transformation-block:before {
  content: "\fde9";
}
.fi-rs-transformation-circle:before {
  content: "\fdea";
}
.fi-rs-transformation-design:before {
  content: "\fdeb";
}
.fi-rs-transformation-shapes:before {
  content: "\fdec";
}
.fi-rs-transformer-bolt:before {
  content: "\fded";
}
.fi-rs-transgender:before {
  content: "\fdee";
}
.fi-rs-transporter-1:before {
  content: "\fdef";
}
.fi-rs-transporter-2:before {
  content: "\fdf0";
}
.fi-rs-transporter-3:before {
  content: "\fdf1";
}
.fi-rs-transporter-4:before {
  content: "\fdf2";
}
.fi-rs-transporter-5:before {
  content: "\fdf3";
}
.fi-rs-transporter-6:before {
  content: "\fdf4";
}
.fi-rs-transporter-7:before {
  content: "\fdf5";
}
.fi-rs-transporter-empty:before {
  content: "\fdf6";
}
.fi-rs-transporter:before {
  content: "\fdf7";
}
.fi-rs-trash-can-check:before {
  content: "\fdf8";
}
.fi-rs-trash-can-clock:before {
  content: "\fdf9";
}
.fi-rs-trash-can-list:before {
  content: "\fdfa";
}
.fi-rs-trash-can-plus:before {
  content: "\fdfb";
}
.fi-rs-trash-can-slash:before {
  content: "\fdfc";
}
.fi-rs-trash-check:before {
  content: "\fdfd";
}
.fi-rs-trash-clock:before {
  content: "\fdfe";
}
.fi-rs-trash-empty:before {
  content: "\fdff";
}
.fi-rs-trash-list:before {
  content: "\fe10";
}
.fi-rs-trash-plus:before {
  content: "\fe11";
}
.fi-rs-trash-restore-alt:before {
  content: "\fe12";
}
.fi-rs-trash-restore:before {
  content: "\fe13";
}
.fi-rs-trash-slash:before {
  content: "\fe14";
}
.fi-rs-trash-undo-alt:before {
  content: "\fe15";
}
.fi-rs-trash-undo:before {
  content: "\fe16";
}
.fi-rs-trash-xmark:before {
  content: "\fe17";
}
.fi-rs-trash:before {
  content: "\fe18";
}
.fi-rs-treadmill:before {
  content: "\fe19";
}
.fi-rs-treasure-chest:before {
  content: "\fe1a";
}
.fi-rs-treatment:before {
  content: "\fe1b";
}
.fi-rs-tree-alt:before {
  content: "\fe1c";
}
.fi-rs-tree-christmas:before {
  content: "\fe1d";
}
.fi-rs-tree-deciduous:before {
  content: "\fe1e";
}
.fi-rs-tree:before {
  content: "\fe1f";
}
.fi-rs-trees-alt:before {
  content: "\fe30";
}
.fi-rs-trees:before {
  content: "\fe31";
}
.fi-rs-triangle-music:before {
  content: "\fe32";
}
.fi-rs-triangle-person-digging:before {
  content: "\fe33";
}
.fi-rs-triangle-warning:before {
  content: "\fe34";
}
.fi-rs-triangle:before {
  content: "\fe35";
}
.fi-rs-tricycle:before {
  content: "\fe36";
}
.fi-rs-trillium:before {
  content: "\fe37";
}
.fi-rs-trophy-achievement-skill:before {
  content: "\fe38";
}
.fi-rs-trophy-star:before {
  content: "\fe39";
}
.fi-rs-trophy:before {
  content: "\fe3a";
}
.fi-rs-truck-arrow-left:before {
  content: "\fe3b";
}
.fi-rs-truck-arrow-right:before {
  content: "\fe3c";
}
.fi-rs-truck-bolt:before {
  content: "\fe3d";
}
.fi-rs-truck-box:before {
  content: "\fe3e";
}
.fi-rs-truck-check:before {
  content: "\fe3f";
}
.fi-rs-truck-container-empty:before {
  content: "\fe40";
}
.fi-rs-truck-container:before {
  content: "\fe41";
}
.fi-rs-truck-couch:before {
  content: "\fe42";
}
.fi-rs-truck-fire:before {
  content: "\fe43";
}
.fi-rs-truck-flatbed:before {
  content: "\fe44";
}
.fi-rs-truck-front:before {
  content: "\fe45";
}
.fi-rs-truck-ladder:before {
  content: "\fe46";
}
.fi-rs-truck-loading:before {
  content: "\fe47";
}
.fi-rs-truck-medical:before {
  content: "\fe48";
}
.fi-rs-truck-monster:before {
  content: "\fe49";
}
.fi-rs-truck-moving:before {
  content: "\fe4a";
}
.fi-rs-truck-pickup:before {
  content: "\fe4b";
}
.fi-rs-truck-plow:before {
  content: "\fe4c";
}
.fi-rs-truck-ramp:before {
  content: "\fe4d";
}
.fi-rs-truck-side:before {
  content: "\fe4e";
}
.fi-rs-truck-tow:before {
  content: "\fe4f";
}
.fi-rs-truck-utensils:before {
  content: "\fe50";
}
.fi-rs-trumpet:before {
  content: "\fe51";
}
.fi-rs-trust-alt:before {
  content: "\fe52";
}
.fi-rs-trust:before {
  content: "\fe53";
}
.fi-rs-tshirt:before {
  content: "\fe54";
}
.fi-rs-tty-answer:before {
  content: "\fe55";
}
.fi-rs-tty:before {
  content: "\fe56";
}
.fi-rs-tubes:before {
  content: "\fe57";
}
.fi-rs-tuesday:before {
  content: "\fe58";
}
.fi-rs-tugrik-sign:before {
  content: "\fe59";
}
.fi-rs-turkey:before {
  content: "\fe5a";
}
.fi-rs-turn-left:before {
  content: "\fe5b";
}
.fi-rs-turn-right:before {
  content: "\fe5c";
}
.fi-rs-turntable:before {
  content: "\fe5d";
}
.fi-rs-turtle:before {
  content: "\fe5e";
}
.fi-rs-tv-music:before {
  content: "\fe5f";
}
.fi-rs-tv-retro:before {
  content: "\fe60";
}
.fi-rs-typewriter:before {
  content: "\fe61";
}
.fi-rs-u:before {
  content: "\fe62";
}
.fi-rs-ufo-beam:before {
  content: "\fe63";
}
.fi-rs-ufo:before {
  content: "\fe64";
}
.fi-rs-ui-ux:before {
  content: "\fe65";
}
.fi-rs-umbrella-beach:before {
  content: "\fe66";
}
.fi-rs-umbrella:before {
  content: "\fe67";
}
.fi-rs-under-construction:before {
  content: "\fe68";
}
.fi-rs-underline:before {
  content: "\fe69";
}
.fi-rs-undo-alt:before {
  content: "\fe6a";
}
.fi-rs-undo:before {
  content: "\fe6b";
}
.fi-rs-unicorn:before {
  content: "\fe6c";
}
.fi-rs-uniform-martial-arts:before {
  content: "\fe6d";
}
.fi-rs-universal-access:before {
  content: "\fe6e";
}
.fi-rs-unlock:before {
  content: "\fe6f";
}
.fi-rs-up-from-bracket:before {
  content: "\fe70";
}
.fi-rs-up-left:before {
  content: "\fe71";
}
.fi-rs-up-right-from-square:before {
  content: "\fe72";
}
.fi-rs-up-right:before {
  content: "\fe73";
}
.fi-rs-up:before {
  content: "\fe74";
}
.fi-rs-upload:before {
  content: "\fe75";
}
.fi-rs-url:before {
  content: "\fe76";
}
.fi-rs-usb-pendrive:before {
  content: "\fe77";
}
.fi-rs-usd-circle:before {
  content: "\fe78";
}
.fi-rs-usd-square:before {
  content: "\fe79";
}
.fi-rs-user-add:before {
  content: "\fe7a";
}
.fi-rs-user-alien:before {
  content: "\fe7b";
}
.fi-rs-user-astronaut:before {
  content: "\fe7c";
}
.fi-rs-user-check:before {
  content: "\fe7d";
}
.fi-rs-user-chef:before {
  content: "\fe7e";
}
.fi-rs-user-coach:before {
  content: "\fe7f";
}
.fi-rs-user-cowboy:before {
  content: "\fe80";
}
.fi-rs-user-crown:before {
  content: "\fe81";
}
.fi-rs-user-gear:before {
  content: "\fe82";
}
.fi-rs-user-graduate:before {
  content: "\fe83";
}
.fi-rs-user-headset:before {
  content: "\fe84";
}
.fi-rs-user-helmet-safety:before {
  content: "\fe85";
}
.fi-rs-user-injured:before {
  content: "\fe86";
}
.fi-rs-user-interface-ui:before {
  content: "\fe87";
}
.fi-rs-user-key:before {
  content: "\fe88";
}
.fi-rs-user-lock:before {
  content: "\fe89";
}
.fi-rs-user-md-chat:before {
  content: "\fe8a";
}
.fi-rs-user-md:before {
  content: "\fe8b";
}
.fi-rs-user-minus:before {
  content: "\fe8c";
}
.fi-rs-user-music:before {
  content: "\fe8d";
}
.fi-rs-user-ninja:before {
  content: "\fe8e";
}
.fi-rs-user-nurse:before {
  content: "\fe8f";
}
.fi-rs-user-pen:before {
  content: "\fe90";
}
.fi-rs-user-pilot-tie:before {
  content: "\fe91";
}
.fi-rs-user-pilot:before {
  content: "\fe92";
}
.fi-rs-user-police:before {
  content: "\fe93";
}
.fi-rs-user-robot-xmarks:before {
  content: "\fe94";
}
.fi-rs-user-robot:before {
  content: "\fe95";
}
.fi-rs-user-salary:before {
  content: "\fe96";
}
.fi-rs-user-shield:before {
  content: "\fe97";
}
.fi-rs-user-skill-gear:before {
  content: "\fe98";
}
.fi-rs-user-slash:before {
  content: "\fe99";
}
.fi-rs-user-tag:before {
  content: "\fe9a";
}
.fi-rs-user-time:before {
  content: "\fe9b";
}
.fi-rs-user-trust:before {
  content: "\fe9c";
}
.fi-rs-user-unlock:before {
  content: "\fe9d";
}
.fi-rs-user-visor:before {
  content: "\fe9e";
}
.fi-rs-user-xmark:before {
  content: "\fe9f";
}
.fi-rs-user:before {
  content: "\fea0";
}
.fi-rs-users-alt:before {
  content: "\fea1";
}
.fi-rs-users-class:before {
  content: "\fea2";
}
.fi-rs-users-gear:before {
  content: "\fea3";
}
.fi-rs-users-medical:before {
  content: "\fea4";
}
.fi-rs-users-slash:before {
  content: "\fea5";
}
.fi-rs-users:before {
  content: "\fea6";
}
.fi-rs-utensils-slash:before {
  content: "\fea7";
}
.fi-rs-utensils:before {
  content: "\fea8";
}
.fi-rs-utility-pole-double:before {
  content: "\fea9";
}
.fi-rs-utility-pole:before {
  content: "\feaa";
}
.fi-rs-ux-browser:before {
  content: "\feab";
}
.fi-rs-ux:before {
  content: "\feac";
}
.fi-rs-v:before {
  content: "\fead";
}
.fi-rs-vacuum-robot:before {
  content: "\feae";
}
.fi-rs-vacuum:before {
  content: "\feaf";
}
.fi-rs-value-absolute:before {
  content: "\feb0";
}
.fi-rs-vault:before {
  content: "\feb1";
}
.fi-rs-vector-alt:before {
  content: "\feb2";
}
.fi-rs-vector-circle:before {
  content: "\feb3";
}
.fi-rs-vector-polygon:before {
  content: "\feb4";
}
.fi-rs-vector:before {
  content: "\feb5";
}
.fi-rs-venus-double:before {
  content: "\feb6";
}
.fi-rs-venus-mars:before {
  content: "\feb7";
}
.fi-rs-venus:before {
  content: "\feb8";
}
.fi-rs-vest-patches:before {
  content: "\feb9";
}
.fi-rs-vest:before {
  content: "\feba";
}
.fi-rs-video-arrow-down-left:before {
  content: "\febb";
}
.fi-rs-video-arrow-up-right:before {
  content: "\febc";
}
.fi-rs-video-camera-alt:before {
  content: "\febd";
}
.fi-rs-video-camera:before {
  content: "\febe";
}
.fi-rs-video-duration:before {
  content: "\febf";
}
.fi-rs-video-plus:before {
  content: "\fec0";
}
.fi-rs-video-slash:before {
  content: "\fec1";
}
.fi-rs-videoconference:before {
  content: "\fec2";
}
.fi-rs-vihara:before {
  content: "\fec3";
}
.fi-rs-violin:before {
  content: "\fec4";
}
.fi-rs-virus-slash:before {
  content: "\fec5";
}
.fi-rs-virus:before {
  content: "\fec6";
}
.fi-rs-viruses:before {
  content: "\fec7";
}
.fi-rs-visit:before {
  content: "\fec8";
}
.fi-rs-voicemail:before {
  content: "\fec9";
}
.fi-rs-volcano:before {
  content: "\feca";
}
.fi-rs-volleyball:before {
  content: "\fecb";
}
.fi-rs-volume-down:before {
  content: "\fecc";
}
.fi-rs-volume-mute:before {
  content: "\fecd";
}
.fi-rs-volume-off:before {
  content: "\fece";
}
.fi-rs-volume-slash:before {
  content: "\fecf";
}
.fi-rs-volume:before {
  content: "\fed0";
}
.fi-rs-vote-nay:before {
  content: "\fed1";
}
.fi-rs-vote-yea:before {
  content: "\fed2";
}
.fi-rs-vr-cardboard:before {
  content: "\fed3";
}
.fi-rs-w:before {
  content: "\fed4";
}
.fi-rs-waffle:before {
  content: "\fed5";
}
.fi-rs-wagon-covered:before {
  content: "\fed6";
}
.fi-rs-walker:before {
  content: "\fed7";
}
.fi-rs-walkie-talkie:before {
  content: "\fed8";
}
.fi-rs-walking:before {
  content: "\fed9";
}
.fi-rs-wallet-arrow:before {
  content: "\feda";
}
.fi-rs-wallet-buyer:before {
  content: "\fedb";
}
.fi-rs-wallet:before {
  content: "\fedc";
}
.fi-rs-warehouse-alt:before {
  content: "\fedd";
}
.fi-rs-warranty:before {
  content: "\fede";
}
.fi-rs-washer:before {
  content: "\fedf";
}
.fi-rs-waste-pollution:before {
  content: "\fee0";
}
.fi-rs-waste:before {
  content: "\fee1";
}
.fi-rs-watch-calculator:before {
  content: "\fee2";
}
.fi-rs-watch-smart:before {
  content: "\fee3";
}
.fi-rs-watch:before {
  content: "\fee4";
}
.fi-rs-water-bottle:before {
  content: "\fee5";
}
.fi-rs-water-ladder:before {
  content: "\fee6";
}
.fi-rs-water-lower:before {
  content: "\fee7";
}
.fi-rs-water-rise:before {
  content: "\fee8";
}
.fi-rs-water:before {
  content: "\fee9";
}
.fi-rs-watermelon:before {
  content: "\feea";
}
.fi-rs-wave-sine:before {
  content: "\feeb";
}
.fi-rs-wave-square:before {
  content: "\feec";
}
.fi-rs-wave-triangle:before {
  content: "\feed";
}
.fi-rs-wave:before {
  content: "\feee";
}
.fi-rs-waveform-path:before {
  content: "\feef";
}
.fi-rs-waveform:before {
  content: "\fef0";
}
.fi-rs-web-design:before {
  content: "\fef1";
}
.fi-rs-webcam-slash:before {
  content: "\fef2";
}
.fi-rs-webcam:before {
  content: "\fef3";
}
.fi-rs-webhook:before {
  content: "\fef4";
}
.fi-rs-wednesday:before {
  content: "\fef5";
}
.fi-rs-whale:before {
  content: "\fef6";
}
.fi-rs-wheat-awn-circle-exclamation:before {
  content: "\fef7";
}
.fi-rs-wheat-awn-slash:before {
  content: "\fef8";
}
.fi-rs-wheat-awn:before {
  content: "\fef9";
}
.fi-rs-wheat-slash:before {
  content: "\fefa";
}
.fi-rs-wheat:before {
  content: "\fefb";
}
.fi-rs-wheelchair-move:before {
  content: "\fefc";
}
.fi-rs-wheelchair-sleeping:before {
  content: "\fefd";
}
.fi-rs-wheelchair:before {
  content: "\fefe";
}
.fi-rs-whistle:before {
  content: "\ff00";
}
.fi-rs-white-space:before {
  content: "\ff01";
}
.fi-rs-wifi-1:before {
  content: "\ff02";
}
.fi-rs-wifi-2:before {
  content: "\ff03";
}
.fi-rs-wifi-alt:before {
  content: "\ff04";
}
.fi-rs-wifi-exclamation:before {
  content: "\ff05";
}
.fi-rs-wifi-slash:before {
  content: "\ff06";
}
.fi-rs-wifi:before {
  content: "\ff07";
}
.fi-rs-wind-turbine:before {
  content: "\ff08";
}
.fi-rs-wind-warning:before {
  content: "\ff09";
}
.fi-rs-wind:before {
  content: "\ff0a";
}
.fi-rs-window-alt:before {
  content: "\ff0b";
}
.fi-rs-window-frame-open:before {
  content: "\ff0c";
}
.fi-rs-window-frame:before {
  content: "\ff0d";
}
.fi-rs-window-maximize:before {
  content: "\ff0e";
}
.fi-rs-window-minimize:before {
  content: "\ff0f";
}
.fi-rs-window-restore:before {
  content: "\ff10";
}
.fi-rs-windsock:before {
  content: "\ff11";
}
.fi-rs-wine-bottle:before {
  content: "\ff12";
}
.fi-rs-wine-glass-crack:before {
  content: "\ff13";
}
.fi-rs-wine-glass-empty:before {
  content: "\ff14";
}
.fi-rs-wishlist-heart:before {
  content: "\ff15";
}
.fi-rs-wishlist-star:before {
  content: "\ff16";
}
.fi-rs-woman-head:before {
  content: "\ff17";
}
.fi-rs-woman-scientist:before {
  content: "\ff18";
}
.fi-rs-won-sign:before {
  content: "\ff19";
}
.fi-rs-work-in-progress:before {
  content: "\ff1a";
}
.fi-rs-workflow-alt:before {
  content: "\ff1b";
}
.fi-rs-workflow-setting-alt:before {
  content: "\ff1c";
}
.fi-rs-workflow-setting:before {
  content: "\ff1d";
}
.fi-rs-workflow:before {
  content: "\ff1e";
}
.fi-rs-workshop:before {
  content: "\ff1f";
}
.fi-rs-world:before {
  content: "\ff20";
}
.fi-rs-worm:before {
  content: "\ff21";
}
.fi-rs-wreath:before {
  content: "\ff22";
}
.fi-rs-wrench-alt:before {
  content: "\ff23";
}
.fi-rs-wrench-simple:before {
  content: "\ff24";
}
.fi-rs-x:before {
  content: "\ff25";
}
.fi-rs-y:before {
  content: "\ff26";
}
.fi-rs-yen:before {
  content: "\ff27";
}
.fi-rs-yin-yang:before {
  content: "\ff28";
}
.fi-rs-z:before {
  content: "\ff29";
}
.fi-rs-zip-file:before {
  content: "\ff2a";
}
.fi-rs-zoom-in:before {
  content: "\ff2b";
}
.fi-rs-zoom-out:before {
  content: "\ff2c";
}
/*!
*   _____       _             __                 _____                               ______ _       _   _
*  |_   _|     | |           / _|               |_   _|                             |  ____| |     | | (_)
*    | |  _ __ | |_ ___ _ __| |_ __ _  ___ ___    | |  ___ ___  _ __  ___   ______  | |__  | | __ _| |_ _  ___ ___  _ __
*    | | | '_ \| __/ _ \ '__|  _/ _` |/ __/ _ \   | | / __/ _ \| '_ \/ __| |______| |  __| | |/ _` | __| |/ __/ _ \| '_ \
*   _| |_| | | | ||  __/ |  | || (_| | (_|  __/  _| || (_| (_) | | | \__ \          | |    | | (_| | |_| | (_| (_) | | | |
*  |_____|_| |_|\__\___|_|  |_| \__,_|\___\___| |_____\___\___/|_| |_|___/          |_|    |_|\__,_|\__|_|\___\___/|_| |_|
*
*                         UIcons 2.4.2 - https://www.flaticon.com/uicons/interface-icons
*/

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