/*! tailwindcss v4.1.18 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-violet-500: oklch(60.6% 0.25 292.717);
    --color-pink-500: oklch(65.6% 0.241 354.308);
    --color-gray-50: oklch(98.5% 0.002 247.839);
    --color-gray-800: oklch(27.8% 0.033 256.848);
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --container-sm: 24rem;
    --container-md: 28rem;
    --container-lg: 32rem;
    --container-xl: 36rem;
    --container-2xl: 42rem;
    --container-3xl: 48rem;
    --container-5xl: 64rem;
    --container-6xl: 72rem;
    --container-7xl: 80rem;
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --text-5xl: 3rem;
    --text-5xl--line-height: 1;
    --text-6xl: 3.75rem;
    --text-6xl--line-height: 1;
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --font-weight-extrabold: 800;
    --font-weight-black: 900;
    --tracking-tighter: -0.05em;
    --tracking-tight: -0.025em;
    --tracking-wider: 0.05em;
    --tracking-widest: 0.1em;
    --leading-tight: 1.25;
    --leading-snug: 1.375;
    --leading-relaxed: 1.625;
    --radius-xl: 0.75rem;
    --radius-2xl: 1rem;
    --radius-3xl: 1.5rem;
    --ease-in: cubic-bezier(0.4, 0, 1, 1);
    --ease-out: cubic-bezier(0, 0, 0.2, 1);
    --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
    --animate-pulse: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
    --animate-bounce: bounce 1s infinite;
    --blur-sm: 8px;
    --blur-md: 12px;
    --blur-2xl: 40px;
    --blur-3xl: 64px;
    --aspect-video: 16 / 9;
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .pointer-events-none {
    pointer-events: none;
  }
  .collapse {
    visibility: collapse;
  }
  .invisible {
    visibility: hidden;
  }
  .visible {
    visibility: visible;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .sticky {
    position: sticky;
  }
  .inset-0 {
    inset: calc(var(--spacing) * 0);
  }
  .inset-x-0 {
    inset-inline: calc(var(--spacing) * 0);
  }
  .-top-1 {
    top: calc(var(--spacing) * -1);
  }
  .-top-4 {
    top: calc(var(--spacing) * -4);
  }
  .-top-6 {
    top: calc(var(--spacing) * -6);
  }
  .-top-10 {
    top: calc(var(--spacing) * -10);
  }
  .-top-15 {
    top: calc(var(--spacing) * -15);
  }
  .-top-20 {
    top: calc(var(--spacing) * -20);
  }
  .-top-\[0px\] {
    top: calc(0px * -1);
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .top-0\.5 {
    top: calc(var(--spacing) * 0.5);
  }
  .top-1 {
    top: calc(var(--spacing) * 1);
  }
  .top-1\/2 {
    top: calc(1/2 * 100%);
  }
  .top-2 {
    top: calc(var(--spacing) * 2);
  }
  .top-3 {
    top: calc(var(--spacing) * 3);
  }
  .top-4 {
    top: calc(var(--spacing) * 4);
  }
  .top-5 {
    top: calc(var(--spacing) * 5);
  }
  .top-7 {
    top: calc(var(--spacing) * 7);
  }
  .top-10 {
    top: calc(var(--spacing) * 10);
  }
  .top-12 {
    top: calc(var(--spacing) * 12);
  }
  .top-35 {
    top: calc(var(--spacing) * 35);
  }
  .top-\[-20\%\] {
    top: -20%;
  }
  .top-\[2px\] {
    top: 2px;
  }
  .top-\[14px\] {
    top: 14px;
  }
  .top-full {
    top: 100%;
  }
  .-right-1 {
    right: calc(var(--spacing) * -1);
  }
  .-right-2 {
    right: calc(var(--spacing) * -2);
  }
  .-right-4 {
    right: calc(var(--spacing) * -4);
  }
  .-right-6 {
    right: calc(var(--spacing) * -6);
  }
  .-right-10 {
    right: calc(var(--spacing) * -10);
  }
  .-right-15 {
    right: calc(var(--spacing) * -15);
  }
  .-right-20 {
    right: calc(var(--spacing) * -20);
  }
  .-right-\[3px\] {
    right: calc(3px * -1);
  }
  .right-0 {
    right: calc(var(--spacing) * 0);
  }
  .right-1 {
    right: calc(var(--spacing) * 1);
  }
  .right-2 {
    right: calc(var(--spacing) * 2);
  }
  .right-3 {
    right: calc(var(--spacing) * 3);
  }
  .right-4 {
    right: calc(var(--spacing) * 4);
  }
  .right-5 {
    right: calc(var(--spacing) * 5);
  }
  .right-6 {
    right: calc(var(--spacing) * 6);
  }
  .right-10 {
    right: calc(var(--spacing) * 10);
  }
  .right-150 {
    right: calc(var(--spacing) * 150);
  }
  .right-\[-10\%\] {
    right: -10%;
  }
  .right-\[-20px\] {
    right: -20px;
  }
  .right-\[7\%\] {
    right: 7%;
  }
  .right-\[10px\] {
    right: 10px;
  }
  .right-\[16px\] {
    right: 16px;
  }
  .-bottom-5 {
    bottom: calc(var(--spacing) * -5);
  }
  .-bottom-6 {
    bottom: calc(var(--spacing) * -6);
  }
  .-bottom-10 {
    bottom: calc(var(--spacing) * -10);
  }
  .-bottom-20 {
    bottom: calc(var(--spacing) * -20);
  }
  .-bottom-40 {
    bottom: calc(var(--spacing) * -40);
  }
  .-bottom-\[8px\] {
    bottom: calc(8px * -1);
  }
  .bottom-0 {
    bottom: calc(var(--spacing) * 0);
  }
  .bottom-2 {
    bottom: calc(var(--spacing) * 2);
  }
  .bottom-3 {
    bottom: calc(var(--spacing) * 3);
  }
  .bottom-4 {
    bottom: calc(var(--spacing) * 4);
  }
  .bottom-8 {
    bottom: calc(var(--spacing) * 8);
  }
  .bottom-10 {
    bottom: calc(var(--spacing) * 10);
  }
  .bottom-\[-20\%\] {
    bottom: -20%;
  }
  .-left-1 {
    left: calc(var(--spacing) * -1);
  }
  .-left-2 {
    left: calc(var(--spacing) * -2);
  }
  .-left-4 {
    left: calc(var(--spacing) * -4);
  }
  .-left-6 {
    left: calc(var(--spacing) * -6);
  }
  .-left-10 {
    left: calc(var(--spacing) * -10);
  }
  .-left-20 {
    left: calc(var(--spacing) * -20);
  }
  .-left-30 {
    left: calc(var(--spacing) * -30);
  }
  .-left-65 {
    left: calc(var(--spacing) * -65);
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .left-1 {
    left: calc(var(--spacing) * 1);
  }
  .left-1\/2 {
    left: calc(1/2 * 100%);
  }
  .left-2 {
    left: calc(var(--spacing) * 2);
  }
  .left-3 {
    left: calc(var(--spacing) * 3);
  }
  .left-4 {
    left: calc(var(--spacing) * 4);
  }
  .left-6 {
    left: calc(var(--spacing) * 6);
  }
  .left-10 {
    left: calc(var(--spacing) * 10);
  }
  .left-70 {
    left: calc(var(--spacing) * 70);
  }
  .left-\[-10\%\] {
    left: -10%;
  }
  .left-\[-20px\] {
    left: -20px;
  }
  .left-\[2px\] {
    left: 2px;
  }
  .left-\[16px\] {
    left: 16px;
  }
  .z-0 {
    z-index: 0;
  }
  .z-1 {
    z-index: 1;
  }
  .z-2 {
    z-index: 2;
  }
  .z-9 {
    z-index: 9;
  }
  .z-10 {
    z-index: 10;
  }
  .z-20 {
    z-index: 20;
  }
  .z-40 {
    z-index: 40;
  }
  .z-50 {
    z-index: 50;
  }
  .z-\[9\] {
    z-index: 9;
  }
  .z-\[10\] {
    z-index: 10;
  }
  .z-\[60\] {
    z-index: 60;
  }
  .z-\[70\] {
    z-index: 70;
  }
  .z-\[80\] {
    z-index: 80;
  }
  .z-\[90\] {
    z-index: 90;
  }
  .z-\[100\] {
    z-index: 100;
  }
  .z-\[999\] {
    z-index: 999;
  }
  .order-first {
    order: -9999;
  }
  .col-span-1 {
    grid-column: span 1 / span 1;
  }
  .col-span-2 {
    grid-column: span 2 / span 2;
  }
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .m-\[5px\] {
    margin: 5px;
  }
  .-mx-\[10px\] {
    margin-inline: calc(10px * -1);
  }
  .mx-6 {
    margin-inline: calc(var(--spacing) * 6);
  }
  .mx-\[2px\] {
    margin-inline: 2px;
  }
  .mx-\[3px\] {
    margin-inline: 3px;
  }
  .mx-\[5px\] {
    margin-inline: 5px;
  }
  .mx-\[8px\] {
    margin-inline: 8px;
  }
  .mx-\[25px\] {
    margin-inline: 25px;
  }
  .mx-auto {
    margin-inline: auto;
  }
  .my-\[15px\] {
    margin-block: 15px;
  }
  .mt-1 {
    margin-top: calc(var(--spacing) * 1);
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mt-3 {
    margin-top: calc(var(--spacing) * 3);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-5 {
    margin-top: calc(var(--spacing) * 5);
  }
  .mt-8 {
    margin-top: calc(var(--spacing) * 8);
  }
  .mt-10 {
    margin-top: calc(var(--spacing) * 10);
  }
  .mt-\[-4px\] {
    margin-top: -4px;
  }
  .mt-\[-15px\] {
    margin-top: -15px;
  }
  .mt-\[-16px\] {
    margin-top: -16px;
  }
  .mt-\[-45px\] {
    margin-top: -45px;
  }
  .mt-\[0px\] {
    margin-top: 0px;
  }
  .mt-\[2px\] {
    margin-top: 2px;
  }
  .mt-\[3px\] {
    margin-top: 3px;
  }
  .mt-\[5px\] {
    margin-top: 5px;
  }
  .mt-\[6px\] {
    margin-top: 6px;
  }
  .mt-\[7px\] {
    margin-top: 7px;
  }
  .mt-\[8px\] {
    margin-top: 8px;
  }
  .mt-\[10px\] {
    margin-top: 10px;
  }
  .mt-\[12px\] {
    margin-top: 12px;
  }
  .mt-\[15px\] {
    margin-top: 15px;
  }
  .mt-\[16px\] {
    margin-top: 16px;
  }
  .mt-\[20px\] {
    margin-top: 20px;
  }
  .mt-\[25px\] {
    margin-top: 25px;
  }
  .mt-\[30px\] {
    margin-top: 30px;
  }
  .mt-\[40px\] {
    margin-top: 40px;
  }
  .mt-\[50px\] {
    margin-top: 50px;
  }
  .mt-\[60px\] {
    margin-top: 60px;
  }
  .mt-\[80px\] {
    margin-top: 80px;
  }
  .mt-auto {
    margin-top: auto;
  }
  .mr-4 {
    margin-right: calc(var(--spacing) * 4);
  }
  .mr-\[0px\] {
    margin-right: 0px;
  }
  .mr-\[4px\] {
    margin-right: 4px;
  }
  .mr-\[5px\] {
    margin-right: 5px;
  }
  .mr-\[6px\] {
    margin-right: 6px;
  }
  .mr-\[10px\] {
    margin-right: 10px;
  }
  .mr-\[18px\] {
    margin-right: 18px;
  }
  .mr-\[20px\] {
    margin-right: 20px;
  }
  .mr-\[25px\] {
    margin-right: 25px;
  }
  .mr-\[40px\] {
    margin-right: 40px;
  }
  .mr-\[180px\] {
    margin-right: 180px;
  }
  .mr-\[230px\] {
    margin-right: 230px;
  }
  .mr-auto {
    margin-right: auto;
  }
  .mb-1 {
    margin-bottom: calc(var(--spacing) * 1);
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-5 {
    margin-bottom: calc(var(--spacing) * 5);
  }
  .mb-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }
  .mb-8 {
    margin-bottom: calc(var(--spacing) * 8);
  }
  .mb-10 {
    margin-bottom: calc(var(--spacing) * 10);
  }
  .mb-12 {
    margin-bottom: calc(var(--spacing) * 12);
  }
  .mb-16 {
    margin-bottom: calc(var(--spacing) * 16);
  }
  .mb-\[8px\] {
    margin-bottom: 8px;
  }
  .mb-\[10px\] {
    margin-bottom: 10px;
  }
  .mb-\[15px\] {
    margin-bottom: 15px;
  }
  .mb-\[20px\] {
    margin-bottom: 20px;
  }
  .mb-\[30px\] {
    margin-bottom: 30px;
  }
  .mb-\[40px\] {
    margin-bottom: 40px;
  }
  .mb-\[60px\] {
    margin-bottom: 60px;
  }
  .mb-\[100px\] {
    margin-bottom: 100px;
  }
  .ml-\[10px\] {
    margin-left: 10px;
  }
  .ml-\[20px\] {
    margin-left: 20px;
  }
  .line-clamp-1 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }
  .line-clamp-2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .inline-block {
    display: inline-block;
  }
  .inline-flex {
    display: inline-flex;
  }
  .aspect-\[4\/3\] {
    aspect-ratio: 4/3;
  }
  .aspect-\[16\/11\] {
    aspect-ratio: 16/11;
  }
  .aspect-square {
    aspect-ratio: 1 / 1;
  }
  .\!h-\[200px\] {
    height: 200px !important;
  }
  .\!h-auto {
    height: auto !important;
  }
  .h-1\.5 {
    height: calc(var(--spacing) * 1.5);
  }
  .h-2 {
    height: calc(var(--spacing) * 2);
  }
  .h-3 {
    height: calc(var(--spacing) * 3);
  }
  .h-4 {
    height: calc(var(--spacing) * 4);
  }
  .h-5 {
    height: calc(var(--spacing) * 5);
  }
  .h-6 {
    height: calc(var(--spacing) * 6);
  }
  .h-7 {
    height: calc(var(--spacing) * 7);
  }
  .h-8 {
    height: calc(var(--spacing) * 8);
  }
  .h-9 {
    height: calc(var(--spacing) * 9);
  }
  .h-10 {
    height: calc(var(--spacing) * 10);
  }
  .h-11 {
    height: calc(var(--spacing) * 11);
  }
  .h-12 {
    height: calc(var(--spacing) * 12);
  }
  .h-14 {
    height: calc(var(--spacing) * 14);
  }
  .h-80 {
    height: calc(var(--spacing) * 80);
  }
  .h-\[1px\] {
    height: 1px;
  }
  .h-\[4px\] {
    height: 4px;
  }
  .h-\[6px\] {
    height: 6px;
  }
  .h-\[8px\] {
    height: 8px;
  }
  .h-\[10px\] {
    height: 10px;
  }
  .h-\[11px\] {
    height: 11px;
  }
  .h-\[12px\] {
    height: 12px;
  }
  .h-\[14px\] {
    height: 14px;
  }
  .h-\[16px\] {
    height: 16px;
  }
  .h-\[18px\] {
    height: 18px;
  }
  .h-\[20px\] {
    height: 20px;
  }
  .h-\[24px\] {
    height: 24px;
  }
  .h-\[28px\] {
    height: 28px;
  }
  .h-\[32px\] {
    height: 32px;
  }
  .h-\[36px\] {
    height: 36px;
  }
  .h-\[40px\] {
    height: 40px;
  }
  .h-\[44px\] {
    height: 44px;
  }
  .h-\[48px\] {
    height: 48px;
  }
  .h-\[50px\] {
    height: 50px;
  }
  .h-\[55px\] {
    height: 55px;
  }
  .h-\[56px\] {
    height: 56px;
  }
  .h-\[59px\] {
    height: 59px;
  }
  .h-\[60px\] {
    height: 60px;
  }
  .h-\[63px\] {
    height: 63px;
  }
  .h-\[68px\] {
    height: 68px;
  }
  .h-\[70px\] {
    height: 70px;
  }
  .h-\[80px\] {
    height: 80px;
  }
  .h-\[88px\] {
    height: 88px;
  }
  .h-\[100px\] {
    height: 100px;
  }
  .h-\[140px\] {
    height: 140px;
  }
  .h-\[152px\] {
    height: 152px;
  }
  .h-\[160px\] {
    height: 160px;
  }
  .h-\[180px\] {
    height: 180px;
  }
  .h-\[192px\] {
    height: 192px;
  }
  .h-\[216px\] {
    height: 216px;
  }
  .h-\[356px\] {
    height: 356px;
  }
  .h-\[400px\] {
    height: 400px;
  }
  .h-\[500px\] {
    height: 500px;
  }
  .h-\[515px\] {
    height: 515px;
  }
  .h-\[537px\] {
    height: 537px;
  }
  .h-auto {
    height: auto;
  }
  .h-fit {
    height: fit-content;
  }
  .h-full {
    height: 100%;
  }
  .max-h-0 {
    max-height: calc(var(--spacing) * 0);
  }
  .max-h-\[85vh\] {
    max-height: 85vh;
  }
  .max-h-\[90vh\] {
    max-height: 90vh;
  }
  .max-h-\[150px\] {
    max-height: 150px;
  }
  .max-h-\[232px\] {
    max-height: 232px;
  }
  .max-h-\[250px\] {
    max-height: 250px;
  }
  .max-h-\[340px\] {
    max-height: 340px;
  }
  .max-h-\[360px\] {
    max-height: 360px;
  }
  .max-h-\[500px\] {
    max-height: 500px;
  }
  .max-h-full {
    max-height: 100%;
  }
  .min-h-screen {
    min-height: 100vh;
  }
  .\!w-fit {
    width: fit-content !important;
  }
  .\!w-full {
    width: 100% !important;
  }
  .w-0 {
    width: calc(var(--spacing) * 0);
  }
  .w-1 {
    width: calc(var(--spacing) * 1);
  }
  .w-1\.5 {
    width: calc(var(--spacing) * 1.5);
  }
  .w-2 {
    width: calc(var(--spacing) * 2);
  }
  .w-3 {
    width: calc(var(--spacing) * 3);
  }
  .w-4 {
    width: calc(var(--spacing) * 4);
  }
  .w-5 {
    width: calc(var(--spacing) * 5);
  }
  .w-6 {
    width: calc(var(--spacing) * 6);
  }
  .w-7 {
    width: calc(var(--spacing) * 7);
  }
  .w-8 {
    width: calc(var(--spacing) * 8);
  }
  .w-9 {
    width: calc(var(--spacing) * 9);
  }
  .w-10 {
    width: calc(var(--spacing) * 10);
  }
  .w-11 {
    width: calc(var(--spacing) * 11);
  }
  .w-12 {
    width: calc(var(--spacing) * 12);
  }
  .w-14 {
    width: calc(var(--spacing) * 14);
  }
  .w-80 {
    width: calc(var(--spacing) * 80);
  }
  .w-\[0px\] {
    width: 0px;
  }
  .w-\[1px\] {
    width: 1px;
  }
  .w-\[8px\] {
    width: 8px;
  }
  .w-\[10px\] {
    width: 10px;
  }
  .w-\[11px\] {
    width: 11px;
  }
  .w-\[12px\] {
    width: 12px;
  }
  .w-\[14px\] {
    width: 14px;
  }
  .w-\[15px\] {
    width: 15px;
  }
  .w-\[16px\] {
    width: 16px;
  }
  .w-\[18px\] {
    width: 18px;
  }
  .w-\[20px\] {
    width: 20px;
  }
  .w-\[24px\] {
    width: 24px;
  }
  .w-\[26px\] {
    width: 26px;
  }
  .w-\[28px\] {
    width: 28px;
  }
  .w-\[30px\] {
    width: 30px;
  }
  .w-\[32px\] {
    width: 32px;
  }
  .w-\[36px\] {
    width: 36px;
  }
  .w-\[38px\] {
    width: 38px;
  }
  .w-\[40px\] {
    width: 40px;
  }
  .w-\[44px\] {
    width: 44px;
  }
  .w-\[48px\] {
    width: 48px;
  }
  .w-\[50px\] {
    width: 50px;
  }
  .w-\[52px\] {
    width: 52px;
  }
  .w-\[54px\] {
    width: 54px;
  }
  .w-\[55px\] {
    width: 55px;
  }
  .w-\[56px\] {
    width: 56px;
  }
  .w-\[60px\] {
    width: 60px;
  }
  .w-\[70\%\] {
    width: 70%;
  }
  .w-\[70px\] {
    width: 70px;
  }
  .w-\[80\%\] {
    width: 80%;
  }
  .w-\[80px\] {
    width: 80px;
  }
  .w-\[85\%\] {
    width: 85%;
  }
  .w-\[90\%\] {
    width: 90%;
  }
  .w-\[90px\] {
    width: 90px;
  }
  .w-\[94\%\] {
    width: 94%;
  }
  .w-\[95\%\] {
    width: 95%;
  }
  .w-\[100\%\] {
    width: 100%;
  }
  .w-\[100px\] {
    width: 100px;
  }
  .w-\[110px\] {
    width: 110px;
  }
  .w-\[120px\] {
    width: 120px;
  }
  .w-\[140px\] {
    width: 140px;
  }
  .w-\[144px\] {
    width: 144px;
  }
  .w-\[180px\] {
    width: 180px;
  }
  .w-\[200px\] {
    width: 200px;
  }
  .w-\[220px\] {
    width: 220px;
  }
  .w-\[250px\] {
    width: 250px;
  }
  .w-\[280px\] {
    width: 280px;
  }
  .w-\[300px\] {
    width: 300px;
  }
  .w-\[340px\] {
    width: 340px;
  }
  .w-\[400px\] {
    width: 400px;
  }
  .w-\[500px\] {
    width: 500px;
  }
  .w-\[502px\] {
    width: 502px;
  }
  .w-\[576px\] {
    width: 576px;
  }
  .w-\[700px\] {
    width: 700px;
  }
  .w-\[912px\] {
    width: 912px;
  }
  .w-fit {
    width: fit-content;
  }
  .w-full {
    width: 100%;
  }
  .max-w-2xl {
    max-width: var(--container-2xl);
  }
  .max-w-3xl {
    max-width: var(--container-3xl);
  }
  .max-w-5xl {
    max-width: var(--container-5xl);
  }
  .max-w-6xl {
    max-width: var(--container-6xl);
  }
  .max-w-7xl {
    max-width: var(--container-7xl);
  }
  .max-w-\[80px\] {
    max-width: 80px;
  }
  .max-w-\[90vw\] {
    max-width: 90vw;
  }
  .max-w-\[120px\] {
    max-width: 120px;
  }
  .max-w-\[180px\] {
    max-width: 180px;
  }
  .max-w-\[220px\] {
    max-width: 220px;
  }
  .max-w-\[264px\] {
    max-width: 264px;
  }
  .max-w-\[280px\] {
    max-width: 280px;
  }
  .max-w-\[300px\] {
    max-width: 300px;
  }
  .max-w-\[320px\] {
    max-width: 320px;
  }
  .max-w-\[400px\] {
    max-width: 400px;
  }
  .max-w-\[420px\] {
    max-width: 420px;
  }
  .max-w-\[480px\] {
    max-width: 480px;
  }
  .max-w-\[520px\] {
    max-width: 520px;
  }
  .max-w-full {
    max-width: 100%;
  }
  .max-w-lg {
    max-width: var(--container-lg);
  }
  .max-w-md {
    max-width: var(--container-md);
  }
  .max-w-sm {
    max-width: var(--container-sm);
  }
  .max-w-xl {
    max-width: var(--container-xl);
  }
  .min-w-0 {
    min-width: calc(var(--spacing) * 0);
  }
  .min-w-fit {
    min-width: fit-content;
  }
  .min-w-max {
    min-width: max-content;
  }
  .flex-1 {
    flex: 1;
  }
  .flex-2 {
    flex: 2;
  }
  .flex-4 {
    flex: 4;
  }
  .flex-5 {
    flex: 5;
  }
  .flex-shrink {
    flex-shrink: 1;
  }
  .flex-shrink-0 {
    flex-shrink: 0;
  }
  .shrink-0 {
    flex-shrink: 0;
  }
  .origin-top {
    transform-origin: top;
  }
  .-translate-x-1\/2 {
    --tw-translate-x: calc(calc(1/2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-x-0 {
    --tw-translate-x: calc(var(--spacing) * 0);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-x-full {
    --tw-translate-x: 100%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .-translate-y-1\/2 {
    --tw-translate-y: calc(calc(1/2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .-translate-y-2 {
    --tw-translate-y: calc(var(--spacing) * -2);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .-translate-y-full {
    --tw-translate-y: -100%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-y-0 {
    --tw-translate-y: calc(var(--spacing) * 0);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-y-1 {
    --tw-translate-y: calc(var(--spacing) * 1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-y-2 {
    --tw-translate-y: calc(var(--spacing) * 2);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-y-4 {
    --tw-translate-y: calc(var(--spacing) * 4);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-y-\[-40\%\] {
    --tw-translate-y: -40%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-y-\[-80\%\] {
    --tw-translate-y: -80%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .scale-95 {
    --tw-scale-x: 95%;
    --tw-scale-y: 95%;
    --tw-scale-z: 95%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .scale-100 {
    --tw-scale-x: 100%;
    --tw-scale-y: 100%;
    --tw-scale-z: 100%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .scale-y-0 {
    --tw-scale-y: 0%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .scale-y-100 {
    --tw-scale-y: 100%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .-rotate-90 {
    rotate: calc(90deg * -1);
  }
  .-rotate-270 {
    rotate: calc(270deg * -1);
  }
  .rotate-45 {
    rotate: 45deg;
  }
  .rotate-90 {
    rotate: 90deg;
  }
  .rotate-180 {
    rotate: 180deg;
  }
  .rotate-270 {
    rotate: 270deg;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .animate-bounce {
    animation: var(--animate-bounce);
  }
  .animate-pulse {
    animation: var(--animate-pulse);
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .resize {
    resize: both;
  }
  .resize-none {
    resize: none;
  }
  .list-disc {
    list-style-type: disc;
  }
  .\[appearance\:textfield\] {
    appearance: textfield;
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-col-reverse {
    flex-direction: column-reverse;
  }
  .flex-row {
    flex-direction: row;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .items-end {
    align-items: flex-end;
  }
  .items-start {
    align-items: flex-start;
  }
  .items-stretch {
    align-items: stretch;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-end {
    justify-content: flex-end;
  }
  .justify-start {
    justify-content: flex-start;
  }
  .justify-items-center {
    justify-items: center;
  }
  .gap-0\.5 {
    gap: calc(var(--spacing) * 0.5);
  }
  .gap-1 {
    gap: calc(var(--spacing) * 1);
  }
  .gap-1\.5 {
    gap: calc(var(--spacing) * 1.5);
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-2\.5 {
    gap: calc(var(--spacing) * 2.5);
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-5 {
    gap: calc(var(--spacing) * 5);
  }
  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }
  .gap-10 {
    gap: calc(var(--spacing) * 10);
  }
  .gap-\[2px\] {
    gap: 2px;
  }
  .gap-\[6px\] {
    gap: 6px;
  }
  .gap-\[8px\] {
    gap: 8px;
  }
  .gap-\[10px\] {
    gap: 10px;
  }
  .space-y-1 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 1) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 1) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-1\.5 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 1.5) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 1.5) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-2 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 2) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-2\.5 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 2.5) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 2.5) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-3 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 3) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 3) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-4 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 4) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-5 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 5) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 5) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-6 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 6) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 6) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-\[8px\] {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(8px * var(--tw-space-y-reverse));
      margin-block-end: calc(8px * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .gap-x-1 {
    column-gap: calc(var(--spacing) * 1);
  }
  .gap-x-2 {
    column-gap: calc(var(--spacing) * 2);
  }
  .gap-x-4 {
    column-gap: calc(var(--spacing) * 4);
  }
  .gap-x-5 {
    column-gap: calc(var(--spacing) * 5);
  }
  .gap-x-8 {
    column-gap: calc(var(--spacing) * 8);
  }
  .-space-x-2 {
    :where(& > :not(:last-child)) {
      --tw-space-x-reverse: 0;
      margin-inline-start: calc(calc(var(--spacing) * -2) * var(--tw-space-x-reverse));
      margin-inline-end: calc(calc(var(--spacing) * -2) * calc(1 - var(--tw-space-x-reverse)));
    }
  }
  .space-x-reverse {
    :where(& > :not(:last-child)) {
      --tw-space-x-reverse: 1;
    }
  }
  .gap-y-2 {
    row-gap: calc(var(--spacing) * 2);
  }
  .gap-y-3 {
    row-gap: calc(var(--spacing) * 3);
  }
  .gap-y-5 {
    row-gap: calc(var(--spacing) * 5);
  }
  .gap-y-6 {
    row-gap: calc(var(--spacing) * 6);
  }
  .truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .overflow-x-auto {
    overflow-x: auto;
  }
  .\!overflow-y-visible {
    overflow-y: visible !important;
  }
  .overflow-y-auto {
    overflow-y: auto;
  }
  .scroll-smooth {
    scroll-behavior: smooth;
  }
  .rounded-2xl {
    border-radius: var(--radius-2xl);
  }
  .rounded-3xl {
    border-radius: var(--radius-3xl);
  }
  .rounded-\[8px\] {
    border-radius: 8px;
  }
  .rounded-\[10px\] {
    border-radius: 10px;
  }
  .rounded-\[12px\] {
    border-radius: 12px;
  }
  .rounded-\[14px\] {
    border-radius: 14px;
  }
  .rounded-\[16px\] {
    border-radius: 16px;
  }
  .rounded-\[18px\] {
    border-radius: 18px;
  }
  .rounded-\[20px\] {
    border-radius: 20px;
  }
  .rounded-\[24px\] {
    border-radius: 24px;
  }
  .rounded-\[32px\] {
    border-radius: 32px;
  }
  .rounded-\[37px\] {
    border-radius: 37px;
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-none {
    border-radius: 0;
  }
  .rounded-xl {
    border-radius: var(--radius-xl);
  }
  .rounded-t-\[8px\] {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
  }
  .rounded-b-\[15px\] {
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
  }
  .rounded-b-\[24px\] {
    border-bottom-right-radius: 24px;
    border-bottom-left-radius: 24px;
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-0 {
    border-style: var(--tw-border-style);
    border-width: 0px;
  }
  .border-1 {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-2 {
    border-style: var(--tw-border-style);
    border-width: 2px;
  }
  .border-3 {
    border-style: var(--tw-border-style);
    border-width: 3px;
  }
  .border-\[1px\] {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-\[3px\] {
    border-style: var(--tw-border-style);
    border-width: 3px;
  }
  .border-x {
    border-inline-style: var(--tw-border-style);
    border-inline-width: 1px;
  }
  .border-y {
    border-block-style: var(--tw-border-style);
    border-block-width: 1px;
  }
  .border-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }
  .border-r-\[3px\] {
    border-right-style: var(--tw-border-style);
    border-right-width: 3px;
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-b-1 {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-dashed {
    --tw-border-style: dashed;
    border-style: dashed;
  }
  .border-\[\#46E8E0\] {
    border-color: #46E8E0;
  }
  .border-\[\#E7EAF0\] {
    border-color: #E7EAF0;
  }
  .border-\[\#F3F4F6\] {
    border-color: #F3F4F6;
  }
  .border-\[\#F6F9FA\] {
    border-color: #F6F9FA;
  }
  .border-\[\#F5535B\] {
    border-color: #F5535B;
  }
  .border-\[\#F5535B\]\/20 {
    border-color: color-mix(in oklab, #F5535B 20%, transparent);
  }
  .border-\[\#FADCDD\] {
    border-color: #FADCDD;
  }
  .border-\[var\(--c-muted\)\] {
    border-color: var(--c-muted);
  }
  .border-transparent {
    border-color: transparent;
  }
  .border-white {
    border-color: var(--color-white);
  }
  .border-white\/5 {
    border-color: color-mix(in srgb, #fff 5%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-white) 5%, transparent);
    }
  }
  .border-white\/10 {
    border-color: color-mix(in srgb, #fff 10%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-white) 10%, transparent);
    }
  }
  .border-white\/30 {
    border-color: color-mix(in srgb, #fff 30%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-white) 30%, transparent);
    }
  }
  .border-r-\[\#E7EAF0\] {
    border-right-color: #E7EAF0;
  }
  .border-b-\[\#E7EAF0\] {
    border-bottom-color: #E7EAF0;
  }
  .border-b-\[\#F6F9FA\] {
    border-bottom-color: #F6F9FA;
  }
  .border-b-\[\#F5535B\] {
    border-bottom-color: #F5535B;
  }
  .bg-\[\#000\]\/10 {
    background-color: color-mix(in oklab, #000 10%, transparent);
  }
  .bg-\[\#3B82F6\] {
    background-color: #3B82F6;
  }
  .bg-\[\#4A3032\] {
    background-color: #4A3032;
  }
  .bg-\[\#7fa4c7\] {
    background-color: #7fa4c7;
  }
  .bg-\[\#10B981\] {
    background-color: #10B981;
  }
  .bg-\[\#14B8A6\] {
    background-color: #14B8A6;
  }
  .bg-\[\#22C55E\] {
    background-color: #22C55E;
  }
  .bg-\[\#46E8E0\] {
    background-color: #46E8E0;
  }
  .bg-\[\#6366F1\] {
    background-color: #6366F1;
  }
  .bg-\[\#384656\] {
    background-color: #384656;
  }
  .bg-\[\#ACB8C4\] {
    background-color: #ACB8C4;
  }
  .bg-\[\#CFD6DF\] {
    background-color: #CFD6DF;
  }
  .bg-\[\#E6F2FD\] {
    background-color: #E6F2FD;
  }
  .bg-\[\#E7EAF0\] {
    background-color: #E7EAF0;
  }
  .bg-\[\#EAB308\] {
    background-color: #EAB308;
  }
  .bg-\[\#EC4899\] {
    background-color: #EC4899;
  }
  .bg-\[\#EEF2FF\] {
    background-color: #EEF2FF;
  }
  .bg-\[\#F0F7FF\] {
    background-color: #F0F7FF;
  }
  .bg-\[\#F0FDF4\] {
    background-color: #F0FDF4;
  }
  .bg-\[\#F0FDFA\] {
    background-color: #F0FDFA;
  }
  .bg-\[\#F2F5FF\] {
    background-color: #F2F5FF;
  }
  .bg-\[\#F4FDF8\] {
    background-color: #F4FDF8;
  }
  .bg-\[\#F5F5F6\] {
    background-color: #F5F5F6;
  }
  .bg-\[\#F6F9FA\] {
    background-color: #F6F9FA;
  }
  .bg-\[\#F8F9FB\] {
    background-color: #F8F9FB;
  }
  .bg-\[\#F9FAFB\] {
    background-color: #F9FAFB;
  }
  .bg-\[\#F18B90\] {
    background-color: #F18B90;
  }
  .bg-\[\#F59E0B\] {
    background-color: #F59E0B;
  }
  .bg-\[\#F5535B\] {
    background-color: #F5535B;
  }
  .bg-\[\#F97316\] {
    background-color: #F97316;
  }
  .bg-\[\#FA5C64\] {
    background-color: #FA5C64;
  }
  .bg-\[\#FAFBFC\] {
    background-color: #FAFBFC;
  }
  .bg-\[\#FCE3E9\] {
    background-color: #FCE3E9;
  }
  .bg-\[\#FCF1F8\] {
    background-color: #FCF1F8;
  }
  .bg-\[\#FCF1F8\]\/30 {
    background-color: color-mix(in oklab, #FCF1F8 30%, transparent);
  }
  .bg-\[\#FDF2F8\] {
    background-color: #FDF2F8;
  }
  .bg-\[\#FEF2F2\] {
    background-color: #FEF2F2;
  }
  .bg-\[\#FEFCE8\] {
    background-color: #FEFCE8;
  }
  .bg-\[\#FFD700\] {
    background-color: #FFD700;
  }
  .bg-\[\#FFF0F0\] {
    background-color: #FFF0F0;
  }
  .bg-\[\#FFF7ED\] {
    background-color: #FFF7ED;
  }
  .bg-\[\#FFFFFF\] {
    background-color: #FFFFFF;
  }
  .bg-\[var\(--c-pink\)\] {
    background-color: var(--c-pink);
  }
  .bg-black {
    background-color: var(--color-black);
  }
  .bg-black\/20 {
    background-color: color-mix(in srgb, #000 20%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-black) 20%, transparent);
    }
  }
  .bg-black\/40 {
    background-color: color-mix(in srgb, #000 40%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-black) 40%, transparent);
    }
  }
  .bg-black\/50 {
    background-color: color-mix(in srgb, #000 50%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-black) 50%, transparent);
    }
  }
  .bg-black\/70 {
    background-color: color-mix(in srgb, #000 70%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-black) 70%, transparent);
    }
  }
  .bg-transparent {
    background-color: transparent;
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .bg-white\/10 {
    background-color: color-mix(in srgb, #fff 10%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-white) 10%, transparent);
    }
  }
  .bg-white\/20 {
    background-color: color-mix(in srgb, #fff 20%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-white) 20%, transparent);
    }
  }
  .bg-white\/80 {
    background-color: color-mix(in srgb, #fff 80%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-white) 80%, transparent);
    }
  }
  .bg-white\/90 {
    background-color: color-mix(in srgb, #fff 90%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-white) 90%, transparent);
    }
  }
  .bg-gradient-to-b {
    --tw-gradient-position: to bottom in oklab;
    background-image: linear-gradient(var(--tw-gradient-stops));
  }
  .bg-gradient-to-br {
    --tw-gradient-position: to bottom right in oklab;
    background-image: linear-gradient(var(--tw-gradient-stops));
  }
  .bg-gradient-to-l {
    --tw-gradient-position: to left in oklab;
    background-image: linear-gradient(var(--tw-gradient-stops));
  }
  .bg-gradient-to-t {
    --tw-gradient-position: to top in oklab;
    background-image: linear-gradient(var(--tw-gradient-stops));
  }
  .from-\[\#00000000\] {
    --tw-gradient-from: #00000000;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .from-\[\#F9FAFB\] {
    --tw-gradient-from: #F9FAFB;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .from-\[\#F5535B\] {
    --tw-gradient-from: #F5535B;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .from-\[\#FCF1F8\] {
    --tw-gradient-from: #FCF1F8;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .from-\[\#ffffff\] {
    --tw-gradient-from: #ffffff;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .from-black\/60 {
    --tw-gradient-from: color-mix(in srgb, #000 60%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      --tw-gradient-from: color-mix(in oklab, var(--color-black) 60%, transparent);
    }
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .from-pink-500\/5 {
    --tw-gradient-from: color-mix(in srgb, oklch(65.6% 0.241 354.308) 5%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      --tw-gradient-from: color-mix(in oklab, var(--color-pink-500) 5%, transparent);
    }
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .via-\[\#0000004D\] {
    --tw-gradient-via: #0000004D;
    --tw-gradient-via-stops: var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-via) var(--tw-gradient-via-position), var(--tw-gradient-to) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-via-stops);
  }
  .via-black\/25 {
    --tw-gradient-via: color-mix(in srgb, #000 25%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      --tw-gradient-via: color-mix(in oklab, var(--color-black) 25%, transparent);
    }
    --tw-gradient-via-stops: var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-via) var(--tw-gradient-via-position), var(--tw-gradient-to) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-via-stops);
  }
  .via-black\/30 {
    --tw-gradient-via: color-mix(in srgb, #000 30%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      --tw-gradient-via: color-mix(in oklab, var(--color-black) 30%, transparent);
    }
    --tw-gradient-via-stops: var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-via) var(--tw-gradient-via-position), var(--tw-gradient-to) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-via-stops);
  }
  .to-\[\#00000080\] {
    --tw-gradient-to: #00000080;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .to-\[\#F3F4F6\] {
    --tw-gradient-to: #F3F4F6;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .to-\[\#FF7B81\] {
    --tw-gradient-to: #FF7B81;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .to-\[\#FFF7ED\] {
    --tw-gradient-to: #FFF7ED;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .to-transparent {
    --tw-gradient-to: transparent;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .to-violet-500\/5 {
    --tw-gradient-to: color-mix(in srgb, oklch(60.6% 0.25 292.717) 5%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      --tw-gradient-to: color-mix(in oklab, var(--color-violet-500) 5%, transparent);
    }
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .fill-\[\#67788E\] {
    fill: #67788E;
  }
  .stroke-\[\#67788E\] {
    stroke: #67788E;
  }
  .stroke-\[\#CFD6DF\] {
    stroke: #CFD6DF;
  }
  .stroke-\[\#F5535B\] {
    stroke: #F5535B;
  }
  .object-contain {
    object-fit: contain;
  }
  .object-cover {
    object-fit: cover;
  }
  .object-top {
    object-position: top;
  }
  .p-1 {
    padding: calc(var(--spacing) * 1);
  }
  .p-2 {
    padding: calc(var(--spacing) * 2);
  }
  .p-3 {
    padding: calc(var(--spacing) * 3);
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .p-5 {
    padding: calc(var(--spacing) * 5);
  }
  .p-6 {
    padding: calc(var(--spacing) * 6);
  }
  .p-12 {
    padding: calc(var(--spacing) * 12);
  }
  .p-\[5px\] {
    padding: 5px;
  }
  .p-\[6px\] {
    padding: 6px;
  }
  .p-\[8px\] {
    padding: 8px;
  }
  .p-\[10px\] {
    padding: 10px;
  }
  .p-\[12px\] {
    padding: 12px;
  }
  .p-\[14px\] {
    padding: 14px;
  }
  .p-\[15px\] {
    padding: 15px;
  }
  .p-\[16px\] {
    padding: 16px;
  }
  .p-\[18px\] {
    padding: 18px;
  }
  .p-\[20px\] {
    padding: 20px;
  }
  .p-\[25px\] {
    padding: 25px;
  }
  .p-\[35px\] {
    padding: 35px;
  }
  .\!px-4 {
    padding-inline: calc(var(--spacing) * 4) !important;
  }
  .\!px-5 {
    padding-inline: calc(var(--spacing) * 5) !important;
  }
  .px-1 {
    padding-inline: calc(var(--spacing) * 1);
  }
  .px-2 {
    padding-inline: calc(var(--spacing) * 2);
  }
  .px-2\.5 {
    padding-inline: calc(var(--spacing) * 2.5);
  }
  .px-3 {
    padding-inline: calc(var(--spacing) * 3);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-5 {
    padding-inline: calc(var(--spacing) * 5);
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .px-8 {
    padding-inline: calc(var(--spacing) * 8);
  }
  .px-\[4px\] {
    padding-inline: 4px;
  }
  .px-\[5px\] {
    padding-inline: 5px;
  }
  .px-\[6px\] {
    padding-inline: 6px;
  }
  .px-\[7px\] {
    padding-inline: 7px;
  }
  .px-\[8px\] {
    padding-inline: 8px;
  }
  .px-\[10px\] {
    padding-inline: 10px;
  }
  .px-\[12px\] {
    padding-inline: 12px;
  }
  .px-\[14px\] {
    padding-inline: 14px;
  }
  .px-\[15px\] {
    padding-inline: 15px;
  }
  .px-\[16px\] {
    padding-inline: 16px;
  }
  .px-\[20px\] {
    padding-inline: 20px;
  }
  .px-\[40px\] {
    padding-inline: 40px;
  }
  .\!py-2\.5 {
    padding-block: calc(var(--spacing) * 2.5) !important;
  }
  .\!py-\[10px\] {
    padding-block: 10px !important;
  }
  .\!py-\[30px\] {
    padding-block: 30px !important;
  }
  .py-0\.5 {
    padding-block: calc(var(--spacing) * 0.5);
  }
  .py-1 {
    padding-block: calc(var(--spacing) * 1);
  }
  .py-1\.5 {
    padding-block: calc(var(--spacing) * 1.5);
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .py-2\.5 {
    padding-block: calc(var(--spacing) * 2.5);
  }
  .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }
  .py-3\.5 {
    padding-block: calc(var(--spacing) * 3.5);
  }
  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }
  .py-5 {
    padding-block: calc(var(--spacing) * 5);
  }
  .py-6 {
    padding-block: calc(var(--spacing) * 6);
  }
  .py-8 {
    padding-block: calc(var(--spacing) * 8);
  }
  .py-12 {
    padding-block: calc(var(--spacing) * 12);
  }
  .py-20 {
    padding-block: calc(var(--spacing) * 20);
  }
  .py-24 {
    padding-block: calc(var(--spacing) * 24);
  }
  .py-\[1px\] {
    padding-block: 1px;
  }
  .py-\[2px\] {
    padding-block: 2px;
  }
  .py-\[4px\] {
    padding-block: 4px;
  }
  .py-\[5px\] {
    padding-block: 5px;
  }
  .py-\[6px\] {
    padding-block: 6px;
  }
  .py-\[8px\] {
    padding-block: 8px;
  }
  .py-\[10px\] {
    padding-block: 10px;
  }
  .py-\[12px\] {
    padding-block: 12px;
  }
  .py-\[14px\] {
    padding-block: 14px;
  }
  .py-\[15px\] {
    padding-block: 15px;
  }
  .py-\[20px\] {
    padding-block: 20px;
  }
  .py-\[30px\] {
    padding-block: 30px;
  }
  .pt-3 {
    padding-top: calc(var(--spacing) * 3);
  }
  .pt-4 {
    padding-top: calc(var(--spacing) * 4);
  }
  .pt-5 {
    padding-top: calc(var(--spacing) * 5);
  }
  .pt-6 {
    padding-top: calc(var(--spacing) * 6);
  }
  .pt-16 {
    padding-top: calc(var(--spacing) * 16);
  }
  .pt-32 {
    padding-top: calc(var(--spacing) * 32);
  }
  .pt-\[10px\] {
    padding-top: 10px;
  }
  .pt-\[12px\] {
    padding-top: 12px;
  }
  .pt-\[80px\] {
    padding-top: 80px;
  }
  .pr-1 {
    padding-right: calc(var(--spacing) * 1);
  }
  .pr-\[5px\] {
    padding-right: 5px;
  }
  .pr-\[15px\] {
    padding-right: 15px;
  }
  .pr-\[35px\] {
    padding-right: 35px;
  }
  .pb-1 {
    padding-bottom: calc(var(--spacing) * 1);
  }
  .pb-2 {
    padding-bottom: calc(var(--spacing) * 2);
  }
  .pb-3 {
    padding-bottom: calc(var(--spacing) * 3);
  }
  .pb-4 {
    padding-bottom: calc(var(--spacing) * 4);
  }
  .pb-5 {
    padding-bottom: calc(var(--spacing) * 5);
  }
  .pb-8 {
    padding-bottom: calc(var(--spacing) * 8);
  }
  .pb-20 {
    padding-bottom: calc(var(--spacing) * 20);
  }
  .pb-\[10px\] {
    padding-bottom: 10px;
  }
  .pb-\[15px\] {
    padding-bottom: 15px;
  }
  .pb-\[20px\] {
    padding-bottom: 20px;
  }
  .pb-\[25px\] {
    padding-bottom: 25px;
  }
  .pl-3 {
    padding-left: calc(var(--spacing) * 3);
  }
  .text-center {
    text-align: center;
  }
  .text-justify {
    text-align: justify;
  }
  .text-left {
    text-align: left;
  }
  .text-right {
    text-align: right;
  }
  .font-sans {
    font-family: var(--font-sans);
  }
  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
  .text-5xl {
    font-size: var(--text-5xl);
    line-height: var(--tw-leading, var(--text-5xl--line-height));
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
  .\!text-\[12px\] {
    font-size: 12px !important;
  }
  .\!text-\[13px\] {
    font-size: 13px !important;
  }
  .text-\[8px\] {
    font-size: 8px;
  }
  .text-\[9px\] {
    font-size: 9px;
  }
  .text-\[10px\] {
    font-size: 10px;
  }
  .text-\[11px\] {
    font-size: 11px;
  }
  .text-\[12px\] {
    font-size: 12px;
  }
  .text-\[13px\] {
    font-size: 13px;
  }
  .text-\[14px\] {
    font-size: 14px;
  }
  .text-\[15px\] {
    font-size: 15px;
  }
  .text-\[16px\] {
    font-size: 16px;
  }
  .text-\[18px\] {
    font-size: 18px;
  }
  .text-\[20px\] {
    font-size: 20px;
  }
  .text-\[22px\] {
    font-size: 22px;
  }
  .text-\[24px\] {
    font-size: 24px;
  }
  .text-\[25px\] {
    font-size: 25px;
  }
  .text-\[30px\] {
    font-size: 30px;
  }
  .text-\[36px\] {
    font-size: 36px;
  }
  .text-\[40px\] {
    font-size: 40px;
  }
  .text-\[44px\] {
    font-size: 44px;
  }
  .text-\[60px\] {
    font-size: 60px;
  }
  .text-\[120px\] {
    font-size: 120px;
  }
  .leading-\[0\.95\] {
    --tw-leading: 0.95;
    line-height: 0.95;
  }
  .leading-\[1\.05\] {
    --tw-leading: 1.05;
    line-height: 1.05;
  }
  .leading-\[1\.9\] {
    --tw-leading: 1.9;
    line-height: 1.9;
  }
  .leading-\[1\.25\] {
    --tw-leading: 1.25;
    line-height: 1.25;
  }
  .leading-\[22px\] {
    --tw-leading: 22px;
    line-height: 22px;
  }
  .leading-\[25px\] {
    --tw-leading: 25px;
    line-height: 25px;
  }
  .leading-none {
    --tw-leading: 1;
    line-height: 1;
  }
  .leading-relaxed {
    --tw-leading: var(--leading-relaxed);
    line-height: var(--leading-relaxed);
  }
  .leading-snug {
    --tw-leading: var(--leading-snug);
    line-height: var(--leading-snug);
  }
  .leading-tight {
    --tw-leading: var(--leading-tight);
    line-height: var(--leading-tight);
  }
  .font-black {
    --tw-font-weight: var(--font-weight-black);
    font-weight: var(--font-weight-black);
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-extrabold {
    --tw-font-weight: var(--font-weight-extrabold);
    font-weight: var(--font-weight-extrabold);
  }
  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
  .font-normal {
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .tracking-\[0\.3em\] {
    --tw-tracking: 0.3em;
    letter-spacing: 0.3em;
  }
  .tracking-tight {
    --tw-tracking: var(--tracking-tight);
    letter-spacing: var(--tracking-tight);
  }
  .tracking-tighter {
    --tw-tracking: var(--tracking-tighter);
    letter-spacing: var(--tracking-tighter);
  }
  .tracking-wider {
    --tw-tracking: var(--tracking-wider);
    letter-spacing: var(--tracking-wider);
  }
  .tracking-widest {
    --tw-tracking: var(--tracking-widest);
    letter-spacing: var(--tracking-widest);
  }
  .whitespace-nowrap {
    white-space: nowrap;
  }
  .text-\[\#000000\] {
    color: #000000;
  }
  .text-\[\#3B82F6\] {
    color: #3B82F6;
  }
  .text-\[\#4A3032\] {
    color: #4A3032;
  }
  .text-\[\#10B981\] {
    color: #10B981;
  }
  .text-\[\#15B981\] {
    color: #15B981;
  }
  .text-\[\#17DC9C\] {
    color: #17DC9C;
  }
  .text-\[\#22C55E\] {
    color: #22C55E;
  }
  .text-\[\#181E25\] {
    color: #181E25;
  }
  .text-\[\#495A6E\] {
    color: #495A6E;
  }
  .text-\[\#3999F2\] {
    color: #3999F2;
  }
  .text-\[\#67788E\] {
    color: #67788E;
  }
  .text-\[\#67788Ex\] {
    color: #67788Ex;
  }
  .text-\[\#384656\] {
    color: #384656;
  }
  .text-\[\#ACB8C4\] {
    color: #ACB8C4;
  }
  .text-\[\#CFD6DF\] {
    color: #CFD6DF;
  }
  .text-\[\#E7EAF0\] {
    color: #E7EAF0;
  }
  .text-\[\#ED5A6E\] {
    color: #ED5A6E;
  }
  .text-\[\#EF4444\] {
    color: #EF4444;
  }
  .text-\[\#F5A623\] {
    color: #F5A623;
  }
  .text-\[\#F59E0B\] {
    color: #F59E0B;
  }
  .text-\[\#F5535B\] {
    color: #F5535B;
  }
  .text-\[\#FA5C64\] {
    color: #FA5C64;
  }
  .text-\[\#FF3D7A\] {
    color: #FF3D7A;
  }
  .text-\[\#FFD700\] {
    color: #FFD700;
  }
  .text-\[\#FFFFFF\] {
    color: #FFFFFF;
  }
  .text-\[\#ffc0c0\] {
    color: #ffc0c0;
  }
  .text-\[\#ffc5c5\] {
    color: #ffc5c5;
  }
  .text-\[\#ffffff\] {
    color: #ffffff;
  }
  .text-\[var\(--c-amber\)\] {
    color: var(--c-amber);
  }
  .text-\[var\(--c-cyan\)\] {
    color: var(--c-cyan);
  }
  .text-\[var\(--c-green\)\] {
    color: var(--c-green);
  }
  .text-\[var\(--c-muted\)\] {
    color: var(--c-muted);
  }
  .text-\[var\(--c-pink\)\] {
    color: var(--c-pink);
  }
  .text-\[var\(--c-violet\)\] {
    color: var(--c-violet);
  }
  .text-black {
    color: var(--color-black);
  }
  .text-gray-800 {
    color: var(--color-gray-800);
  }
  .text-white {
    color: var(--color-white);
  }
  .text-white\/30 {
    color: color-mix(in srgb, #fff 30%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-white) 30%, transparent);
    }
  }
  .text-white\/70 {
    color: color-mix(in srgb, #fff 70%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-white) 70%, transparent);
    }
  }
  .text-white\/80 {
    color: color-mix(in srgb, #fff 80%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-white) 80%, transparent);
    }
  }
  .text-white\/85 {
    color: color-mix(in srgb, #fff 85%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-white) 85%, transparent);
    }
  }
  .text-white\/90 {
    color: color-mix(in srgb, #fff 90%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-white) 90%, transparent);
    }
  }
  .uppercase {
    text-transform: uppercase;
  }
  .line-through {
    text-decoration-line: line-through;
  }
  .antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .placeholder-\[\#ACB8C4\] {
    &::placeholder {
      color: #ACB8C4;
    }
  }
  .accent-\[\#46E8E0\] {
    accent-color: #46E8E0;
  }
  .opacity-0 {
    opacity: 0%;
  }
  .opacity-10 {
    opacity: 10%;
  }
  .opacity-25 {
    opacity: 25%;
  }
  .opacity-30 {
    opacity: 30%;
  }
  .opacity-40 {
    opacity: 40%;
  }
  .opacity-50 {
    opacity: 50%;
  }
  .opacity-60 {
    opacity: 60%;
  }
  .opacity-70 {
    opacity: 70%;
  }
  .opacity-90 {
    opacity: 90%;
  }
  .opacity-100 {
    opacity: 100%;
  }
  .mix-blend-overlay {
    mix-blend-mode: overlay;
  }
  .shadow {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-2xl {
    --tw-shadow: 0 25px 50px -12px var(--tw-shadow-color, rgb(0 0 0 / 0.25));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-\[0_0_16px_rgba\(0\,0\,0\,0\.05\)\] {
    --tw-shadow: 0 0 16px var(--tw-shadow-color, rgba(0,0,0,0.05));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-\[0_0_30px_5px_rgba\(0\,0\,0\,0\.03\)\] {
    --tw-shadow: 0 0 30px 5px var(--tw-shadow-color, rgba(0,0,0,0.03));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-\[0_0_33px_-26px_rgba\(0\,0\,0\,0\.94\)\] {
    --tw-shadow: 0 0 33px -26px var(--tw-shadow-color, rgba(0,0,0,0.94));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-\[0_0_50px_rgba\(0\,0\,0\,0\.15\)\] {
    --tw-shadow: 0 0 50px var(--tw-shadow-color, rgba(0,0,0,0.15));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-\[0_2px_6px_rgba\(0\,0\,0\,0\.15\)\] {
    --tw-shadow: 0 2px 6px var(--tw-shadow-color, rgba(0,0,0,0.15));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-\[0_4px_16px_rgba\(0\,0\,0\,0\.1\)\] {
    --tw-shadow: 0 4px 16px var(--tw-shadow-color, rgba(0,0,0,0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-\[0_4px_16px_rgba\(0\,0\,0\,0\.04\)\] {
    --tw-shadow: 0 4px 16px var(--tw-shadow-color, rgba(0,0,0,0.04));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-\[0_4px_16px_rgba\(0\,0\,0\,0\.05\)\] {
    --tw-shadow: 0 4px 16px var(--tw-shadow-color, rgba(0,0,0,0.05));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-\[0_4px_32px_rgba\(0\,0\,0\,0\.2\)\] {
    --tw-shadow: 0 4px 32px var(--tw-shadow-color, rgba(0,0,0,0.2));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-\[0_8px_24px_rgba\(245\,83\,91\,0\.25\)\] {
    --tw-shadow: 0 8px 24px var(--tw-shadow-color, rgba(245,83,91,0.25));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-\[0_8px_30px_rgba\(0\,0\,0\,0\.1\)\] {
    --tw-shadow: 0 8px 30px var(--tw-shadow-color, rgba(0,0,0,0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-\[0_8px_40px_rgba\(0\,0\,0\,0\.1\)\] {
    --tw-shadow: 0 8px 40px var(--tw-shadow-color, rgba(0,0,0,0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-\[0_8px_40px_rgba\(0\,0\,0\,0\.12\)\] {
    --tw-shadow: 0 8px 40px var(--tw-shadow-color, rgba(0,0,0,0.12));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-\[0_12px_40px_rgba\(0\,0\,0\,0\.15\)\] {
    --tw-shadow: 0 12px 40px var(--tw-shadow-color, rgba(0,0,0,0.15));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-lg {
    --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 4px 6px -4px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-md {
    --tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 2px 4px -2px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-none {
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-sm {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-xl {
    --tw-shadow: 0 20px 25px -5px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 8px 10px -6px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .ring-2 {
    --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-\[\#F5535B\]\/20 {
    --tw-shadow-color: color-mix(in srgb, #F5535B 20%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      --tw-shadow-color: color-mix(in oklab, color-mix(in oklab, #F5535B 20%, transparent) var(--tw-shadow-alpha), transparent);
    }
  }
  .ring-\[\#46E8E0\] {
    --tw-ring-color: #46E8E0;
  }
  .ring-offset-1 {
    --tw-ring-offset-width: 1px;
    --tw-ring-offset-shadow: var(--tw-ring-inset,) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  }
  .outline-0 {
    outline-style: var(--tw-outline-style);
    outline-width: 0px;
  }
  .blur-2xl {
    --tw-blur: blur(var(--blur-2xl));
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .blur-3xl {
    --tw-blur: blur(var(--blur-3xl));
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .blur-\[100px\] {
    --tw-blur: blur(100px);
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .brightness-0 {
    --tw-brightness: brightness(0%);
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .drop-shadow-\[0_4px_16px_rgba\(0\,0\,0\,0\.07\)\] {
    --tw-drop-shadow-size: drop-shadow(0 4px 16px var(--tw-drop-shadow-color, rgba(0,0,0,0.07)));
    --tw-drop-shadow: var(--tw-drop-shadow-size);
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .invert {
    --tw-invert: invert(100%);
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .filter {
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .backdrop-blur {
    --tw-backdrop-blur: blur(8px);
    -webkit-backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
    backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
  }
  .backdrop-blur-\[4px\] {
    --tw-backdrop-blur: blur(4px);
    -webkit-backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
    backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
  }
  .backdrop-blur-md {
    --tw-backdrop-blur: blur(var(--blur-md));
    -webkit-backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
    backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
  }
  .backdrop-blur-sm {
    --tw-backdrop-blur: blur(var(--blur-sm));
    -webkit-backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
    backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
  }
  .backdrop-filter {
    -webkit-backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
    backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
  }
  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-all {
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-colors {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-opacity {
    transition-property: opacity;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-transform {
    transition-property: transform, translate, scale, rotate;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .duration-100 {
    --tw-duration: 100ms;
    transition-duration: 100ms;
  }
  .duration-150 {
    --tw-duration: 150ms;
    transition-duration: 150ms;
  }
  .duration-200 {
    --tw-duration: 200ms;
    transition-duration: 200ms;
  }
  .duration-300 {
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
  .duration-350 {
    --tw-duration: 350ms;
    transition-duration: 350ms;
  }
  .duration-500 {
    --tw-duration: 500ms;
    transition-duration: 500ms;
  }
  .duration-700 {
    --tw-duration: 700ms;
    transition-duration: 700ms;
  }
  .ease-in {
    --tw-ease: var(--ease-in);
    transition-timing-function: var(--ease-in);
  }
  .ease-in-out {
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }
  .ease-out {
    --tw-ease: var(--ease-out);
    transition-timing-function: var(--ease-out);
  }
  .outline-none {
    --tw-outline-style: none;
    outline-style: none;
  }
  .select-none {
    -webkit-user-select: none;
    user-select: none;
  }
  .backface-hidden {
    backface-visibility: hidden;
  }
  .group-hover\:w-\[16px\] {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        width: 16px;
      }
    }
  }
  .group-hover\:-translate-y-2 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        --tw-translate-y: calc(var(--spacing) * -2);
        translate: var(--tw-translate-x) var(--tw-translate-y);
      }
    }
  }
  .group-hover\:translate-y-0 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        --tw-translate-y: calc(var(--spacing) * 0);
        translate: var(--tw-translate-x) var(--tw-translate-y);
      }
    }
  }
  .group-hover\:scale-105 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        --tw-scale-x: 105%;
        --tw-scale-y: 105%;
        --tw-scale-z: 105%;
        scale: var(--tw-scale-x) var(--tw-scale-y);
      }
    }
  }
  .group-hover\:scale-110 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        --tw-scale-x: 110%;
        --tw-scale-y: 110%;
        --tw-scale-z: 110%;
        scale: var(--tw-scale-x) var(--tw-scale-y);
      }
    }
  }
  .group-hover\:rotate-1 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        rotate: 1deg;
      }
    }
  }
  .group-hover\:border-\[var\(--c-pink\)\] {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        border-color: var(--c-pink);
      }
    }
  }
  .group-hover\:bg-\[var\(--c-pink\)\] {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        background-color: var(--c-pink);
      }
    }
  }
  .group-hover\:fill-white {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        fill: var(--color-white);
      }
    }
  }
  .group-hover\:stroke-\[\#F5535B\] {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        stroke: #F5535B;
      }
    }
  }
  .group-hover\:stroke-white {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        stroke: var(--color-white);
      }
    }
  }
  .group-hover\:text-\[\#F5535B\] {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        color: #F5535B;
      }
    }
  }
  .group-hover\:underline {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        text-decoration-line: underline;
      }
    }
  }
  .group-hover\:opacity-100 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        opacity: 100%;
      }
    }
  }
  .placeholder\:text-\[\#ACB8C4\] {
    &::placeholder {
      color: #ACB8C4;
    }
  }
  .placeholder\:text-\[var\(--c-muted\)\] {
    &::placeholder {
      color: var(--c-muted);
    }
  }
  .focus-within\:border-\[\#F5535B\]\/40 {
    &:focus-within {
      border-color: color-mix(in oklab, #F5535B 40%, transparent);
    }
  }
  .hover\:-translate-y-1 {
    &:hover {
      @media (hover: hover) {
        --tw-translate-y: calc(var(--spacing) * -1);
        translate: var(--tw-translate-x) var(--tw-translate-y);
      }
    }
  }
  .hover\:scale-105 {
    &:hover {
      @media (hover: hover) {
        --tw-scale-x: 105%;
        --tw-scale-y: 105%;
        --tw-scale-z: 105%;
        scale: var(--tw-scale-x) var(--tw-scale-y);
      }
    }
  }
  .hover\:scale-110 {
    &:hover {
      @media (hover: hover) {
        --tw-scale-x: 110%;
        --tw-scale-y: 110%;
        --tw-scale-z: 110%;
        scale: var(--tw-scale-x) var(--tw-scale-y);
      }
    }
  }
  .hover\:border-\[\#ACB8C4\] {
    &:hover {
      @media (hover: hover) {
        border-color: #ACB8C4;
      }
    }
  }
  .hover\:border-\[\#CFD6DF\] {
    &:hover {
      @media (hover: hover) {
        border-color: #CFD6DF;
      }
    }
  }
  .hover\:border-\[\#F5535B\] {
    &:hover {
      @media (hover: hover) {
        border-color: #F5535B;
      }
    }
  }
  .hover\:border-\[\#F5535B\]\/30 {
    &:hover {
      @media (hover: hover) {
        border-color: color-mix(in oklab, #F5535B 30%, transparent);
      }
    }
  }
  .hover\:bg-\[\#3a2426\] {
    &:hover {
      @media (hover: hover) {
        background-color: #3a2426;
      }
    }
  }
  .hover\:bg-\[\#E04850\] {
    &:hover {
      @media (hover: hover) {
        background-color: #E04850;
      }
    }
  }
  .hover\:bg-\[\#EEF2FF\] {
    &:hover {
      @media (hover: hover) {
        background-color: #EEF2FF;
      }
    }
  }
  .hover\:bg-\[\#F0F7FF\] {
    &:hover {
      @media (hover: hover) {
        background-color: #F0F7FF;
      }
    }
  }
  .hover\:bg-\[\#F0FDF4\] {
    &:hover {
      @media (hover: hover) {
        background-color: #F0FDF4;
      }
    }
  }
  .hover\:bg-\[\#F0FDFA\] {
    &:hover {
      @media (hover: hover) {
        background-color: #F0FDFA;
      }
    }
  }
  .hover\:bg-\[\#F3F4F6\] {
    &:hover {
      @media (hover: hover) {
        background-color: #F3F4F6;
      }
    }
  }
  .hover\:bg-\[\#F9FAFB\] {
    &:hover {
      @media (hover: hover) {
        background-color: #F9FAFB;
      }
    }
  }
  .hover\:bg-\[\#F5535B\] {
    &:hover {
      @media (hover: hover) {
        background-color: #F5535B;
      }
    }
  }
  .hover\:bg-\[\#FAFBFC\] {
    &:hover {
      @media (hover: hover) {
        background-color: #FAFBFC;
      }
    }
  }
  .hover\:bg-\[\#FCE3E9\] {
    &:hover {
      @media (hover: hover) {
        background-color: #FCE3E9;
      }
    }
  }
  .hover\:bg-\[\#FCF1F8\] {
    &:hover {
      @media (hover: hover) {
        background-color: #FCF1F8;
      }
    }
  }
  .hover\:bg-\[\#FDF2F8\] {
    &:hover {
      @media (hover: hover) {
        background-color: #FDF2F8;
      }
    }
  }
  .hover\:bg-\[\#FEFCE8\] {
    &:hover {
      @media (hover: hover) {
        background-color: #FEFCE8;
      }
    }
  }
  .hover\:bg-\[\#FFF0F0\] {
    &:hover {
      @media (hover: hover) {
        background-color: #FFF0F0;
      }
    }
  }
  .hover\:bg-\[\#FFF7ED\] {
    &:hover {
      @media (hover: hover) {
        background-color: #FFF7ED;
      }
    }
  }
  .hover\:bg-\[\#FFFFFF\] {
    &:hover {
      @media (hover: hover) {
        background-color: #FFFFFF;
      }
    }
  }
  .hover\:bg-\[\#e04850\] {
    &:hover {
      @media (hover: hover) {
        background-color: #e04850;
      }
    }
  }
  .hover\:bg-\[var\(--c-pink\)\] {
    &:hover {
      @media (hover: hover) {
        background-color: var(--c-pink);
      }
    }
  }
  .hover\:bg-gray-50 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-gray-50);
      }
    }
  }
  .hover\:bg-white {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-white);
      }
    }
  }
  .hover\:bg-white\/5 {
    &:hover {
      @media (hover: hover) {
        background-color: color-mix(in srgb, #fff 5%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          background-color: color-mix(in oklab, var(--color-white) 5%, transparent);
        }
      }
    }
  }
  .hover\:bg-white\/20 {
    &:hover {
      @media (hover: hover) {
        background-color: color-mix(in srgb, #fff 20%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          background-color: color-mix(in oklab, var(--color-white) 20%, transparent);
        }
      }
    }
  }
  .hover\:bg-white\/30 {
    &:hover {
      @media (hover: hover) {
        background-color: color-mix(in srgb, #fff 30%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          background-color: color-mix(in oklab, var(--color-white) 30%, transparent);
        }
      }
    }
  }
  .hover\:bg-white\/90 {
    &:hover {
      @media (hover: hover) {
        background-color: color-mix(in srgb, #fff 90%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          background-color: color-mix(in oklab, var(--color-white) 90%, transparent);
        }
      }
    }
  }
  .hover\:text-\[\#3B82F6\] {
    &:hover {
      @media (hover: hover) {
        color: #3B82F6;
      }
    }
  }
  .hover\:text-\[\#14B8A6\] {
    &:hover {
      @media (hover: hover) {
        color: #14B8A6;
      }
    }
  }
  .hover\:text-\[\#22C55E\] {
    &:hover {
      @media (hover: hover) {
        color: #22C55E;
      }
    }
  }
  .hover\:text-\[\#181E25\] {
    &:hover {
      @media (hover: hover) {
        color: #181E25;
      }
    }
  }
  .hover\:text-\[\#6366F1\] {
    &:hover {
      @media (hover: hover) {
        color: #6366F1;
      }
    }
  }
  .hover\:text-\[\#67788E\] {
    &:hover {
      @media (hover: hover) {
        color: #67788E;
      }
    }
  }
  .hover\:text-\[\#384656\] {
    &:hover {
      @media (hover: hover) {
        color: #384656;
      }
    }
  }
  .hover\:text-\[\#E04850\] {
    &:hover {
      @media (hover: hover) {
        color: #E04850;
      }
    }
  }
  .hover\:text-\[\#EAB308\] {
    &:hover {
      @media (hover: hover) {
        color: #EAB308;
      }
    }
  }
  .hover\:text-\[\#EC4899\] {
    &:hover {
      @media (hover: hover) {
        color: #EC4899;
      }
    }
  }
  .hover\:text-\[\#EF4444\] {
    &:hover {
      @media (hover: hover) {
        color: #EF4444;
      }
    }
  }
  .hover\:text-\[\#F5535B\] {
    &:hover {
      @media (hover: hover) {
        color: #F5535B;
      }
    }
  }
  .hover\:text-\[\#F97316\] {
    &:hover {
      @media (hover: hover) {
        color: #F97316;
      }
    }
  }
  .hover\:text-\[\#FFFFFF\] {
    &:hover {
      @media (hover: hover) {
        color: #FFFFFF;
      }
    }
  }
  .hover\:text-white {
    &:hover {
      @media (hover: hover) {
        color: var(--color-white);
      }
    }
  }
  .hover\:underline {
    &:hover {
      @media (hover: hover) {
        text-decoration-line: underline;
      }
    }
  }
  .hover\:opacity-100 {
    &:hover {
      @media (hover: hover) {
        opacity: 100%;
      }
    }
  }
  .hover\:shadow-\[0_0_33px_-26px_rgba\(0\,0\,0\,0\.94\)\] {
    &:hover {
      @media (hover: hover) {
        --tw-shadow: 0 0 33px -26px var(--tw-shadow-color, rgba(0,0,0,0.94));
        box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
      }
    }
  }
  .hover\:shadow-\[0_8px_24px_rgba\(245\,83\,91\,0\.08\)\] {
    &:hover {
      @media (hover: hover) {
        --tw-shadow: 0 8px 24px var(--tw-shadow-color, rgba(245,83,91,0.08));
        box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
      }
    }
  }
  .hover\:shadow-\[0_8px_40px_rgba\(0\,0\,0\,0\.08\)\] {
    &:hover {
      @media (hover: hover) {
        --tw-shadow: 0 8px 40px var(--tw-shadow-color, rgba(0,0,0,0.08));
        box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
      }
    }
  }
  .hover\:shadow-\[0_12px_32px_rgba\(245\,83\,91\,0\.35\)\] {
    &:hover {
      @media (hover: hover) {
        --tw-shadow: 0 12px 32px var(--tw-shadow-color, rgba(245,83,91,0.35));
        box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
      }
    }
  }
  .hover\:shadow-lg {
    &:hover {
      @media (hover: hover) {
        --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 4px 6px -4px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
        box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
      }
    }
  }
  .hover\:shadow-md {
    &:hover {
      @media (hover: hover) {
        --tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 2px 4px -2px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
        box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
      }
    }
  }
  .hover\:shadow-sm {
    &:hover {
      @media (hover: hover) {
        --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
        box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
      }
    }
  }
  .hover\:shadow-xl {
    &:hover {
      @media (hover: hover) {
        --tw-shadow: 0 20px 25px -5px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 8px 10px -6px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
        box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
      }
    }
  }
  .hover\:shadow-\[\#F5535B\]\/30 {
    &:hover {
      @media (hover: hover) {
        --tw-shadow-color: color-mix(in srgb, #F5535B 30%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          --tw-shadow-color: color-mix(in oklab, color-mix(in oklab, #F5535B 30%, transparent) var(--tw-shadow-alpha), transparent);
        }
      }
    }
  }
  .focus\:border-\[\#46E8E0\] {
    &:focus {
      border-color: #46E8E0;
    }
  }
  .focus\:border-\[\#F5535B\] {
    &:focus {
      border-color: #F5535B;
    }
  }
  .focus\:border-\[var\(--c-pink\)\] {
    &:focus {
      border-color: var(--c-pink);
    }
  }
  .focus\:outline-none {
    &:focus {
      --tw-outline-style: none;
      outline-style: none;
    }
  }
  .active\:opacity-100 {
    &:active {
      opacity: 100%;
    }
  }
  .sm\:absolute {
    @media (width >= 40rem) {
      position: absolute;
    }
  }
  .sm\:inset-auto {
    @media (width >= 40rem) {
      inset: auto;
    }
  }
  .sm\:top-4 {
    @media (width >= 40rem) {
      top: calc(var(--spacing) * 4);
    }
  }
  .sm\:top-\[18px\] {
    @media (width >= 40rem) {
      top: 18px;
    }
  }
  .sm\:-right-4 {
    @media (width >= 40rem) {
      right: calc(var(--spacing) * -4);
    }
  }
  .sm\:-right-\[5px\] {
    @media (width >= 40rem) {
      right: calc(5px * -1);
    }
  }
  .sm\:right-0 {
    @media (width >= 40rem) {
      right: calc(var(--spacing) * 0);
    }
  }
  .sm\:right-5 {
    @media (width >= 40rem) {
      right: calc(var(--spacing) * 5);
    }
  }
  .sm\:right-8 {
    @media (width >= 40rem) {
      right: calc(var(--spacing) * 8);
    }
  }
  .sm\:right-16 {
    @media (width >= 40rem) {
      right: calc(var(--spacing) * 16);
    }
  }
  .sm\:right-\[30px\] {
    @media (width >= 40rem) {
      right: 30px;
    }
  }
  .sm\:-bottom-\[10px\] {
    @media (width >= 40rem) {
      bottom: calc(10px * -1);
    }
  }
  .sm\:bottom-4 {
    @media (width >= 40rem) {
      bottom: calc(var(--spacing) * 4);
    }
  }
  .sm\:-left-4 {
    @media (width >= 40rem) {
      left: calc(var(--spacing) * -4);
    }
  }
  .sm\:left-0 {
    @media (width >= 40rem) {
      left: calc(var(--spacing) * 0);
    }
  }
  .sm\:left-6 {
    @media (width >= 40rem) {
      left: calc(var(--spacing) * 6);
    }
  }
  .sm\:left-8 {
    @media (width >= 40rem) {
      left: calc(var(--spacing) * 8);
    }
  }
  .sm\:z-50 {
    @media (width >= 40rem) {
      z-index: 50;
    }
  }
  .sm\:col-span-1 {
    @media (width >= 40rem) {
      grid-column: span 1 / span 1;
    }
  }
  .sm\:mx-0 {
    @media (width >= 40rem) {
      margin-inline: calc(var(--spacing) * 0);
    }
  }
  .sm\:mx-\[3px\] {
    @media (width >= 40rem) {
      margin-inline: 3px;
    }
  }
  .sm\:mx-\[5px\] {
    @media (width >= 40rem) {
      margin-inline: 5px;
    }
  }
  .sm\:mx-\[15px\] {
    @media (width >= 40rem) {
      margin-inline: 15px;
    }
  }
  .sm\:my-\[20px\] {
    @media (width >= 40rem) {
      margin-block: 20px;
    }
  }
  .sm\:mt-0 {
    @media (width >= 40rem) {
      margin-top: calc(var(--spacing) * 0);
    }
  }
  .sm\:mt-3 {
    @media (width >= 40rem) {
      margin-top: calc(var(--spacing) * 3);
    }
  }
  .sm\:mt-\[-18px\] {
    @media (width >= 40rem) {
      margin-top: -18px;
    }
  }
  .sm\:mt-\[-20px\] {
    @media (width >= 40rem) {
      margin-top: -20px;
    }
  }
  .sm\:mt-\[0px\] {
    @media (width >= 40rem) {
      margin-top: 0px;
    }
  }
  .sm\:mt-\[5px\] {
    @media (width >= 40rem) {
      margin-top: 5px;
    }
  }
  .sm\:mt-\[6px\] {
    @media (width >= 40rem) {
      margin-top: 6px;
    }
  }
  .sm\:mt-\[8px\] {
    @media (width >= 40rem) {
      margin-top: 8px;
    }
  }
  .sm\:mt-\[10px\] {
    @media (width >= 40rem) {
      margin-top: 10px;
    }
  }
  .sm\:mt-\[12px\] {
    @media (width >= 40rem) {
      margin-top: 12px;
    }
  }
  .sm\:mt-\[15px\] {
    @media (width >= 40rem) {
      margin-top: 15px;
    }
  }
  .sm\:mt-\[16px\] {
    @media (width >= 40rem) {
      margin-top: 16px;
    }
  }
  .sm\:mt-\[18px\] {
    @media (width >= 40rem) {
      margin-top: 18px;
    }
  }
  .sm\:mt-\[20px\] {
    @media (width >= 40rem) {
      margin-top: 20px;
    }
  }
  .sm\:mt-\[25px\] {
    @media (width >= 40rem) {
      margin-top: 25px;
    }
  }
  .sm\:mt-\[30px\] {
    @media (width >= 40rem) {
      margin-top: 30px;
    }
  }
  .sm\:mt-\[40px\] {
    @media (width >= 40rem) {
      margin-top: 40px;
    }
  }
  .sm\:mt-\[50px\] {
    @media (width >= 40rem) {
      margin-top: 50px;
    }
  }
  .sm\:mt-\[60px\] {
    @media (width >= 40rem) {
      margin-top: 60px;
    }
  }
  .sm\:mt-\[80px\] {
    @media (width >= 40rem) {
      margin-top: 80px;
    }
  }
  .sm\:mr-\[6px\] {
    @media (width >= 40rem) {
      margin-right: 6px;
    }
  }
  .sm\:mr-\[8px\] {
    @media (width >= 40rem) {
      margin-right: 8px;
    }
  }
  .sm\:mr-\[30px\] {
    @media (width >= 40rem) {
      margin-right: 30px;
    }
  }
  .sm\:mb-0 {
    @media (width >= 40rem) {
      margin-bottom: calc(var(--spacing) * 0);
    }
  }
  .sm\:mb-\[0px\] {
    @media (width >= 40rem) {
      margin-bottom: 0px;
    }
  }
  .sm\:mb-\[10px\] {
    @media (width >= 40rem) {
      margin-bottom: 10px;
    }
  }
  .sm\:mb-\[60px\] {
    @media (width >= 40rem) {
      margin-bottom: 60px;
    }
  }
  .sm\:mb-\[100px\] {
    @media (width >= 40rem) {
      margin-bottom: 100px;
    }
  }
  .sm\:block {
    @media (width >= 40rem) {
      display: block;
    }
  }
  .sm\:flex {
    @media (width >= 40rem) {
      display: flex;
    }
  }
  .sm\:hidden {
    @media (width >= 40rem) {
      display: none;
    }
  }
  .sm\:inline {
    @media (width >= 40rem) {
      display: inline;
    }
  }
  .sm\:aspect-video {
    @media (width >= 40rem) {
      aspect-ratio: var(--aspect-video);
    }
  }
  .sm\:h-4 {
    @media (width >= 40rem) {
      height: calc(var(--spacing) * 4);
    }
  }
  .sm\:h-6 {
    @media (width >= 40rem) {
      height: calc(var(--spacing) * 6);
    }
  }
  .sm\:h-8 {
    @media (width >= 40rem) {
      height: calc(var(--spacing) * 8);
    }
  }
  .sm\:h-\[12px\] {
    @media (width >= 40rem) {
      height: 12px;
    }
  }
  .sm\:h-\[14px\] {
    @media (width >= 40rem) {
      height: 14px;
    }
  }
  .sm\:h-\[16px\] {
    @media (width >= 40rem) {
      height: 16px;
    }
  }
  .sm\:h-\[18px\] {
    @media (width >= 40rem) {
      height: 18px;
    }
  }
  .sm\:h-\[20px\] {
    @media (width >= 40rem) {
      height: 20px;
    }
  }
  .sm\:h-\[22px\] {
    @media (width >= 40rem) {
      height: 22px;
    }
  }
  .sm\:h-\[24px\] {
    @media (width >= 40rem) {
      height: 24px;
    }
  }
  .sm\:h-\[28px\] {
    @media (width >= 40rem) {
      height: 28px;
    }
  }
  .sm\:h-\[32px\] {
    @media (width >= 40rem) {
      height: 32px;
    }
  }
  .sm\:h-\[34px\] {
    @media (width >= 40rem) {
      height: 34px;
    }
  }
  .sm\:h-\[36px\] {
    @media (width >= 40rem) {
      height: 36px;
    }
  }
  .sm\:h-\[42px\] {
    @media (width >= 40rem) {
      height: 42px;
    }
  }
  .sm\:h-\[44px\] {
    @media (width >= 40rem) {
      height: 44px;
    }
  }
  .sm\:h-\[45px\] {
    @media (width >= 40rem) {
      height: 45px;
    }
  }
  .sm\:h-\[48px\] {
    @media (width >= 40rem) {
      height: 48px;
    }
  }
  .sm\:h-\[56px\] {
    @media (width >= 40rem) {
      height: 56px;
    }
  }
  .sm\:h-\[60px\] {
    @media (width >= 40rem) {
      height: 60px;
    }
  }
  .sm\:h-\[65px\] {
    @media (width >= 40rem) {
      height: 65px;
    }
  }
  .sm\:h-\[100px\] {
    @media (width >= 40rem) {
      height: 100px;
    }
  }
  .sm\:h-\[150px\] {
    @media (width >= 40rem) {
      height: 150px;
    }
  }
  .sm\:h-\[220px\] {
    @media (width >= 40rem) {
      height: 220px;
    }
  }
  .sm\:h-\[280px\] {
    @media (width >= 40rem) {
      height: 280px;
    }
  }
  .sm\:h-auto {
    @media (width >= 40rem) {
      height: auto;
    }
  }
  .sm\:max-h-\[280px\] {
    @media (width >= 40rem) {
      max-height: 280px;
    }
  }
  .sm\:w-4 {
    @media (width >= 40rem) {
      width: calc(var(--spacing) * 4);
    }
  }
  .sm\:w-6 {
    @media (width >= 40rem) {
      width: calc(var(--spacing) * 6);
    }
  }
  .sm\:w-8 {
    @media (width >= 40rem) {
      width: calc(var(--spacing) * 8);
    }
  }
  .sm\:w-\[12px\] {
    @media (width >= 40rem) {
      width: 12px;
    }
  }
  .sm\:w-\[14px\] {
    @media (width >= 40rem) {
      width: 14px;
    }
  }
  .sm\:w-\[16px\] {
    @media (width >= 40rem) {
      width: 16px;
    }
  }
  .sm\:w-\[18px\] {
    @media (width >= 40rem) {
      width: 18px;
    }
  }
  .sm\:w-\[20px\] {
    @media (width >= 40rem) {
      width: 20px;
    }
  }
  .sm\:w-\[22px\] {
    @media (width >= 40rem) {
      width: 22px;
    }
  }
  .sm\:w-\[24px\] {
    @media (width >= 40rem) {
      width: 24px;
    }
  }
  .sm\:w-\[28px\] {
    @media (width >= 40rem) {
      width: 28px;
    }
  }
  .sm\:w-\[32px\] {
    @media (width >= 40rem) {
      width: 32px;
    }
  }
  .sm\:w-\[34px\] {
    @media (width >= 40rem) {
      width: 34px;
    }
  }
  .sm\:w-\[35px\] {
    @media (width >= 40rem) {
      width: 35px;
    }
  }
  .sm\:w-\[36px\] {
    @media (width >= 40rem) {
      width: 36px;
    }
  }
  .sm\:w-\[42px\] {
    @media (width >= 40rem) {
      width: 42px;
    }
  }
  .sm\:w-\[44px\] {
    @media (width >= 40rem) {
      width: 44px;
    }
  }
  .sm\:w-\[48px\] {
    @media (width >= 40rem) {
      width: 48px;
    }
  }
  .sm\:w-\[50px\] {
    @media (width >= 40rem) {
      width: 50px;
    }
  }
  .sm\:w-\[56px\] {
    @media (width >= 40rem) {
      width: 56px;
    }
  }
  .sm\:w-\[60px\] {
    @media (width >= 40rem) {
      width: 60px;
    }
  }
  .sm\:w-\[62px\] {
    @media (width >= 40rem) {
      width: 62px;
    }
  }
  .sm\:w-\[65px\] {
    @media (width >= 40rem) {
      width: 65px;
    }
  }
  .sm\:w-\[72px\] {
    @media (width >= 40rem) {
      width: 72px;
    }
  }
  .sm\:w-\[78px\] {
    @media (width >= 40rem) {
      width: 78px;
    }
  }
  .sm\:w-\[80px\] {
    @media (width >= 40rem) {
      width: 80px;
    }
  }
  .sm\:w-\[90\%\] {
    @media (width >= 40rem) {
      width: 90%;
    }
  }
  .sm\:w-\[90px\] {
    @media (width >= 40rem) {
      width: 90px;
    }
  }
  .sm\:w-\[100px\] {
    @media (width >= 40rem) {
      width: 100px;
    }
  }
  .sm\:w-\[120px\] {
    @media (width >= 40rem) {
      width: 120px;
    }
  }
  .sm\:w-\[140px\] {
    @media (width >= 40rem) {
      width: 140px;
    }
  }
  .sm\:w-\[150px\] {
    @media (width >= 40rem) {
      width: 150px;
    }
  }
  .sm\:w-\[250px\] {
    @media (width >= 40rem) {
      width: 250px;
    }
  }
  .sm\:w-\[300px\] {
    @media (width >= 40rem) {
      width: 300px;
    }
  }
  .sm\:w-\[380px\] {
    @media (width >= 40rem) {
      width: 380px;
    }
  }
  .sm\:w-\[400px\] {
    @media (width >= 40rem) {
      width: 400px;
    }
  }
  .sm\:w-auto {
    @media (width >= 40rem) {
      width: auto;
    }
  }
  .sm\:max-w-\[250px\] {
    @media (width >= 40rem) {
      max-width: 250px;
    }
  }
  .sm\:max-w-\[350px\] {
    @media (width >= 40rem) {
      max-width: 350px;
    }
  }
  .sm\:max-w-\[480px\] {
    @media (width >= 40rem) {
      max-width: 480px;
    }
  }
  .sm\:max-w-\[600px\] {
    @media (width >= 40rem) {
      max-width: 600px;
    }
  }
  .sm\:min-w-0 {
    @media (width >= 40rem) {
      min-width: calc(var(--spacing) * 0);
    }
  }
  .sm\:flex-none {
    @media (width >= 40rem) {
      flex: none;
    }
  }
  .sm\:translate-y-2 {
    @media (width >= 40rem) {
      --tw-translate-y: calc(var(--spacing) * 2);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .sm\:grid-cols-2 {
    @media (width >= 40rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .sm\:grid-cols-3 {
    @media (width >= 40rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .sm\:flex-row {
    @media (width >= 40rem) {
      flex-direction: row;
    }
  }
  .sm\:items-center {
    @media (width >= 40rem) {
      align-items: center;
    }
  }
  .sm\:justify-center {
    @media (width >= 40rem) {
      justify-content: center;
    }
  }
  .sm\:gap-0 {
    @media (width >= 40rem) {
      gap: calc(var(--spacing) * 0);
    }
  }
  .sm\:gap-1 {
    @media (width >= 40rem) {
      gap: calc(var(--spacing) * 1);
    }
  }
  .sm\:gap-2 {
    @media (width >= 40rem) {
      gap: calc(var(--spacing) * 2);
    }
  }
  .sm\:gap-2\.5 {
    @media (width >= 40rem) {
      gap: calc(var(--spacing) * 2.5);
    }
  }
  .sm\:gap-3 {
    @media (width >= 40rem) {
      gap: calc(var(--spacing) * 3);
    }
  }
  .sm\:gap-4 {
    @media (width >= 40rem) {
      gap: calc(var(--spacing) * 4);
    }
  }
  .sm\:gap-5 {
    @media (width >= 40rem) {
      gap: calc(var(--spacing) * 5);
    }
  }
  .sm\:gap-6 {
    @media (width >= 40rem) {
      gap: calc(var(--spacing) * 6);
    }
  }
  .sm\:gap-\[8px\] {
    @media (width >= 40rem) {
      gap: 8px;
    }
  }
  .sm\:gap-\[12px\] {
    @media (width >= 40rem) {
      gap: 12px;
    }
  }
  .sm\:gap-\[15px\] {
    @media (width >= 40rem) {
      gap: 15px;
    }
  }
  .sm\:gap-x-6 {
    @media (width >= 40rem) {
      column-gap: calc(var(--spacing) * 6);
    }
  }
  .sm\:gap-y-0 {
    @media (width >= 40rem) {
      row-gap: calc(var(--spacing) * 0);
    }
  }
  .sm\:rounded-\[10px\] {
    @media (width >= 40rem) {
      border-radius: 10px;
    }
  }
  .sm\:rounded-\[12px\] {
    @media (width >= 40rem) {
      border-radius: 12px;
    }
  }
  .sm\:rounded-\[13px\] {
    @media (width >= 40rem) {
      border-radius: 13px;
    }
  }
  .sm\:rounded-\[14px\] {
    @media (width >= 40rem) {
      border-radius: 14px;
    }
  }
  .sm\:rounded-\[16px\] {
    @media (width >= 40rem) {
      border-radius: 16px;
    }
  }
  .sm\:rounded-\[20px\] {
    @media (width >= 40rem) {
      border-radius: 20px;
    }
  }
  .sm\:rounded-\[24px\] {
    @media (width >= 40rem) {
      border-radius: 24px;
    }
  }
  .sm\:rounded-\[28px\] {
    @media (width >= 40rem) {
      border-radius: 28px;
    }
  }
  .sm\:rounded-\[32px\] {
    @media (width >= 40rem) {
      border-radius: 32px;
    }
  }
  .sm\:rounded-\[40px\] {
    @media (width >= 40rem) {
      border-radius: 40px;
    }
  }
  .sm\:p-3 {
    @media (width >= 40rem) {
      padding: calc(var(--spacing) * 3);
    }
  }
  .sm\:p-6 {
    @media (width >= 40rem) {
      padding: calc(var(--spacing) * 6);
    }
  }
  .sm\:p-\[7px\] {
    @media (width >= 40rem) {
      padding: 7px;
    }
  }
  .sm\:p-\[8px\] {
    @media (width >= 40rem) {
      padding: 8px;
    }
  }
  .sm\:p-\[10px\] {
    @media (width >= 40rem) {
      padding: 10px;
    }
  }
  .sm\:p-\[12px\] {
    @media (width >= 40rem) {
      padding: 12px;
    }
  }
  .sm\:p-\[14px\] {
    @media (width >= 40rem) {
      padding: 14px;
    }
  }
  .sm\:p-\[15px\] {
    @media (width >= 40rem) {
      padding: 15px;
    }
  }
  .sm\:p-\[16px\] {
    @media (width >= 40rem) {
      padding: 16px;
    }
  }
  .sm\:p-\[18px\] {
    @media (width >= 40rem) {
      padding: 18px;
    }
  }
  .sm\:p-\[20px\] {
    @media (width >= 40rem) {
      padding: 20px;
    }
  }
  .sm\:p-\[30px\] {
    @media (width >= 40rem) {
      padding: 30px;
    }
  }
  .sm\:px-0 {
    @media (width >= 40rem) {
      padding-inline: calc(var(--spacing) * 0);
    }
  }
  .sm\:px-6 {
    @media (width >= 40rem) {
      padding-inline: calc(var(--spacing) * 6);
    }
  }
  .sm\:px-8 {
    @media (width >= 40rem) {
      padding-inline: calc(var(--spacing) * 8);
    }
  }
  .sm\:px-\[5px\] {
    @media (width >= 40rem) {
      padding-inline: 5px;
    }
  }
  .sm\:px-\[7px\] {
    @media (width >= 40rem) {
      padding-inline: 7px;
    }
  }
  .sm\:px-\[9px\] {
    @media (width >= 40rem) {
      padding-inline: 9px;
    }
  }
  .sm\:px-\[10px\] {
    @media (width >= 40rem) {
      padding-inline: 10px;
    }
  }
  .sm\:px-\[12px\] {
    @media (width >= 40rem) {
      padding-inline: 12px;
    }
  }
  .sm\:px-\[13px\] {
    @media (width >= 40rem) {
      padding-inline: 13px;
    }
  }
  .sm\:px-\[14px\] {
    @media (width >= 40rem) {
      padding-inline: 14px;
    }
  }
  .sm\:px-\[15px\] {
    @media (width >= 40rem) {
      padding-inline: 15px;
    }
  }
  .sm\:px-\[16px\] {
    @media (width >= 40rem) {
      padding-inline: 16px;
    }
  }
  .sm\:px-\[20px\] {
    @media (width >= 40rem) {
      padding-inline: 20px;
    }
  }
  .sm\:px-\[24px\] {
    @media (width >= 40rem) {
      padding-inline: 24px;
    }
  }
  .sm\:px-\[32px\] {
    @media (width >= 40rem) {
      padding-inline: 32px;
    }
  }
  .sm\:px-\[40px\] {
    @media (width >= 40rem) {
      padding-inline: 40px;
    }
  }
  .sm\:px-\[80px\] {
    @media (width >= 40rem) {
      padding-inline: 80px;
    }
  }
  .sm\:\!py-\[15px\] {
    @media (width >= 40rem) {
      padding-block: 15px !important;
    }
  }
  .sm\:py-4 {
    @media (width >= 40rem) {
      padding-block: calc(var(--spacing) * 4);
    }
  }
  .sm\:py-\[2px\] {
    @media (width >= 40rem) {
      padding-block: 2px;
    }
  }
  .sm\:py-\[5px\] {
    @media (width >= 40rem) {
      padding-block: 5px;
    }
  }
  .sm\:py-\[10px\] {
    @media (width >= 40rem) {
      padding-block: 10px;
    }
  }
  .sm\:py-\[12px\] {
    @media (width >= 40rem) {
      padding-block: 12px;
    }
  }
  .sm\:py-\[14px\] {
    @media (width >= 40rem) {
      padding-block: 14px;
    }
  }
  .sm\:py-\[15px\] {
    @media (width >= 40rem) {
      padding-block: 15px;
    }
  }
  .sm\:py-\[18px\] {
    @media (width >= 40rem) {
      padding-block: 18px;
    }
  }
  .sm\:py-\[20px\] {
    @media (width >= 40rem) {
      padding-block: 20px;
    }
  }
  .sm\:py-\[30px\] {
    @media (width >= 40rem) {
      padding-block: 30px;
    }
  }
  .sm\:pt-\[18px\] {
    @media (width >= 40rem) {
      padding-top: 18px;
    }
  }
  .sm\:pt-\[160px\] {
    @media (width >= 40rem) {
      padding-top: 160px;
    }
  }
  .sm\:pb-0 {
    @media (width >= 40rem) {
      padding-bottom: calc(var(--spacing) * 0);
    }
  }
  .sm\:pb-4 {
    @media (width >= 40rem) {
      padding-bottom: calc(var(--spacing) * 4);
    }
  }
  .sm\:pb-6 {
    @media (width >= 40rem) {
      padding-bottom: calc(var(--spacing) * 6);
    }
  }
  .sm\:pb-\[12px\] {
    @media (width >= 40rem) {
      padding-bottom: 12px;
    }
  }
  .sm\:pb-\[20px\] {
    @media (width >= 40rem) {
      padding-bottom: 20px;
    }
  }
  .sm\:text-\[10px\] {
    @media (width >= 40rem) {
      font-size: 10px;
    }
  }
  .sm\:text-\[11px\] {
    @media (width >= 40rem) {
      font-size: 11px;
    }
  }
  .sm\:text-\[12px\] {
    @media (width >= 40rem) {
      font-size: 12px;
    }
  }
  .sm\:text-\[13px\] {
    @media (width >= 40rem) {
      font-size: 13px;
    }
  }
  .sm\:text-\[14px\] {
    @media (width >= 40rem) {
      font-size: 14px;
    }
  }
  .sm\:text-\[15px\] {
    @media (width >= 40rem) {
      font-size: 15px;
    }
  }
  .sm\:text-\[16px\] {
    @media (width >= 40rem) {
      font-size: 16px;
    }
  }
  .sm\:text-\[18px\] {
    @media (width >= 40rem) {
      font-size: 18px;
    }
  }
  .sm\:text-\[20px\] {
    @media (width >= 40rem) {
      font-size: 20px;
    }
  }
  .sm\:text-\[22px\] {
    @media (width >= 40rem) {
      font-size: 22px;
    }
  }
  .sm\:text-\[24px\] {
    @media (width >= 40rem) {
      font-size: 24px;
    }
  }
  .sm\:text-\[32px\] {
    @media (width >= 40rem) {
      font-size: 32px;
    }
  }
  .sm\:text-\[40px\] {
    @media (width >= 40rem) {
      font-size: 40px;
    }
  }
  .sm\:text-\[44px\] {
    @media (width >= 40rem) {
      font-size: 44px;
    }
  }
  .sm\:text-\[48px\] {
    @media (width >= 40rem) {
      font-size: 48px;
    }
  }
  .sm\:text-\[56px\] {
    @media (width >= 40rem) {
      font-size: 56px;
    }
  }
  .sm\:text-\[60px\] {
    @media (width >= 40rem) {
      font-size: 60px;
    }
  }
  .sm\:text-\[80px\] {
    @media (width >= 40rem) {
      font-size: 80px;
    }
  }
  .sm\:leading-\[24px\] {
    @media (width >= 40rem) {
      --tw-leading: 24px;
      line-height: 24px;
    }
  }
  .sm\:leading-relaxed {
    @media (width >= 40rem) {
      --tw-leading: var(--leading-relaxed);
      line-height: var(--leading-relaxed);
    }
  }
  .sm\:shadow-\[0_0_33px_-26px_rgba\(0\,0\,0\,0\.94\)\] {
    @media (width >= 40rem) {
      --tw-shadow: 0 0 33px -26px var(--tw-shadow-color, rgba(0,0,0,0.94));
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
  }
  .sm\:shadow-\[0_8px_40px_rgba\(0\,0\,0\,0\.12\)\] {
    @media (width >= 40rem) {
      --tw-shadow: 0 8px 40px var(--tw-shadow-color, rgba(0,0,0,0.12));
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
  }
  .md\:absolute {
    @media (width >= 48rem) {
      position: absolute;
    }
  }
  .md\:top-0 {
    @media (width >= 48rem) {
      top: calc(var(--spacing) * 0);
    }
  }
  .md\:top-6 {
    @media (width >= 48rem) {
      top: calc(var(--spacing) * 6);
    }
  }
  .md\:top-10 {
    @media (width >= 48rem) {
      top: calc(var(--spacing) * 10);
    }
  }
  .md\:top-14 {
    @media (width >= 48rem) {
      top: calc(var(--spacing) * 14);
    }
  }
  .md\:top-20 {
    @media (width >= 48rem) {
      top: calc(var(--spacing) * 20);
    }
  }
  .md\:top-60 {
    @media (width >= 48rem) {
      top: calc(var(--spacing) * 60);
    }
  }
  .md\:-right-5 {
    @media (width >= 48rem) {
      right: calc(var(--spacing) * -5);
    }
  }
  .md\:right-10 {
    @media (width >= 48rem) {
      right: calc(var(--spacing) * 10);
    }
  }
  .md\:right-32 {
    @media (width >= 48rem) {
      right: calc(var(--spacing) * 32);
    }
  }
  .md\:right-\[-40px\] {
    @media (width >= 48rem) {
      right: -40px;
    }
  }
  .md\:right-\[10\%\] {
    @media (width >= 48rem) {
      right: 10%;
    }
  }
  .md\:right-\[50px\] {
    @media (width >= 48rem) {
      right: 50px;
    }
  }
  .md\:-bottom-15 {
    @media (width >= 48rem) {
      bottom: calc(var(--spacing) * -15);
    }
  }
  .md\:-bottom-25 {
    @media (width >= 48rem) {
      bottom: calc(var(--spacing) * -25);
    }
  }
  .md\:bottom-6 {
    @media (width >= 48rem) {
      bottom: calc(var(--spacing) * 6);
    }
  }
  .md\:-left-5 {
    @media (width >= 48rem) {
      left: calc(var(--spacing) * -5);
    }
  }
  .md\:left-10 {
    @media (width >= 48rem) {
      left: calc(var(--spacing) * 10);
    }
  }
  .md\:left-\[-40px\] {
    @media (width >= 48rem) {
      left: -40px;
    }
  }
  .md\:col-span-1 {
    @media (width >= 48rem) {
      grid-column: span 1 / span 1;
    }
  }
  .md\:col-span-2 {
    @media (width >= 48rem) {
      grid-column: span 2 / span 2;
    }
  }
  .md\:col-span-4 {
    @media (width >= 48rem) {
      grid-column: span 4 / span 4;
    }
  }
  .md\:mx-\[5px\] {
    @media (width >= 48rem) {
      margin-inline: 5px;
    }
  }
  .md\:mx-\[10px\] {
    @media (width >= 48rem) {
      margin-inline: 10px;
    }
  }
  .md\:mx-\[20px\] {
    @media (width >= 48rem) {
      margin-inline: 20px;
    }
  }
  .md\:\!mt-\[50px\] {
    @media (width >= 48rem) {
      margin-top: 50px !important;
    }
  }
  .md\:mt-\[-20px\] {
    @media (width >= 48rem) {
      margin-top: -20px;
    }
  }
  .md\:mt-\[-150px\] {
    @media (width >= 48rem) {
      margin-top: -150px;
    }
  }
  .md\:mt-\[0px\] {
    @media (width >= 48rem) {
      margin-top: 0px;
    }
  }
  .md\:mt-\[5px\] {
    @media (width >= 48rem) {
      margin-top: 5px;
    }
  }
  .md\:mt-\[6px\] {
    @media (width >= 48rem) {
      margin-top: 6px;
    }
  }
  .md\:mt-\[7px\] {
    @media (width >= 48rem) {
      margin-top: 7px;
    }
  }
  .md\:mt-\[10px\] {
    @media (width >= 48rem) {
      margin-top: 10px;
    }
  }
  .md\:mt-\[12px\] {
    @media (width >= 48rem) {
      margin-top: 12px;
    }
  }
  .md\:mt-\[15px\] {
    @media (width >= 48rem) {
      margin-top: 15px;
    }
  }
  .md\:mt-\[20px\] {
    @media (width >= 48rem) {
      margin-top: 20px;
    }
  }
  .md\:mt-\[24px\] {
    @media (width >= 48rem) {
      margin-top: 24px;
    }
  }
  .md\:mt-\[30px\] {
    @media (width >= 48rem) {
      margin-top: 30px;
    }
  }
  .md\:mt-\[35px\] {
    @media (width >= 48rem) {
      margin-top: 35px;
    }
  }
  .md\:mt-\[40px\] {
    @media (width >= 48rem) {
      margin-top: 40px;
    }
  }
  .md\:mt-\[50px\] {
    @media (width >= 48rem) {
      margin-top: 50px;
    }
  }
  .md\:mt-\[60px\] {
    @media (width >= 48rem) {
      margin-top: 60px;
    }
  }
  .md\:mt-\[80px\] {
    @media (width >= 48rem) {
      margin-top: 80px;
    }
  }
  .md\:mt-\[100px\] {
    @media (width >= 48rem) {
      margin-top: 100px;
    }
  }
  .md\:mt-\[120px\] {
    @media (width >= 48rem) {
      margin-top: 120px;
    }
  }
  .md\:mt-\[130px\] {
    @media (width >= 48rem) {
      margin-top: 130px;
    }
  }
  .md\:mt-\[160px\] {
    @media (width >= 48rem) {
      margin-top: 160px;
    }
  }
  .md\:mt-\[180px\] {
    @media (width >= 48rem) {
      margin-top: 180px;
    }
  }
  .md\:mr-\[8px\] {
    @media (width >= 48rem) {
      margin-right: 8px;
    }
  }
  .md\:mr-\[10px\] {
    @media (width >= 48rem) {
      margin-right: 10px;
    }
  }
  .md\:mr-\[20px\] {
    @media (width >= 48rem) {
      margin-right: 20px;
    }
  }
  .md\:mr-\[30px\] {
    @media (width >= 48rem) {
      margin-right: 30px;
    }
  }
  .md\:mr-\[40px\] {
    @media (width >= 48rem) {
      margin-right: 40px;
    }
  }
  .md\:mr-\[50px\] {
    @media (width >= 48rem) {
      margin-right: 50px;
    }
  }
  .md\:mr-\[60px\] {
    @media (width >= 48rem) {
      margin-right: 60px;
    }
  }
  .md\:mr-\[75px\] {
    @media (width >= 48rem) {
      margin-right: 75px;
    }
  }
  .md\:mr-\[145px\] {
    @media (width >= 48rem) {
      margin-right: 145px;
    }
  }
  .md\:mb-8 {
    @media (width >= 48rem) {
      margin-bottom: calc(var(--spacing) * 8);
    }
  }
  .md\:mb-\[15px\] {
    @media (width >= 48rem) {
      margin-bottom: 15px;
    }
  }
  .md\:ml-\[50px\] {
    @media (width >= 48rem) {
      margin-left: 50px;
    }
  }
  .md\:block {
    @media (width >= 48rem) {
      display: block;
    }
  }
  .md\:flex {
    @media (width >= 48rem) {
      display: flex;
    }
  }
  .md\:hidden {
    @media (width >= 48rem) {
      display: none;
    }
  }
  .md\:inline {
    @media (width >= 48rem) {
      display: inline;
    }
  }
  .md\:inline-flex {
    @media (width >= 48rem) {
      display: inline-flex;
    }
  }
  .md\:\!h-auto {
    @media (width >= 48rem) {
      height: auto !important;
    }
  }
  .md\:h-10 {
    @media (width >= 48rem) {
      height: calc(var(--spacing) * 10);
    }
  }
  .md\:h-\[16px\] {
    @media (width >= 48rem) {
      height: 16px;
    }
  }
  .md\:h-\[20px\] {
    @media (width >= 48rem) {
      height: 20px;
    }
  }
  .md\:h-\[24px\] {
    @media (width >= 48rem) {
      height: 24px;
    }
  }
  .md\:h-\[32px\] {
    @media (width >= 48rem) {
      height: 32px;
    }
  }
  .md\:h-\[40px\] {
    @media (width >= 48rem) {
      height: 40px;
    }
  }
  .md\:h-\[45px\] {
    @media (width >= 48rem) {
      height: 45px;
    }
  }
  .md\:h-\[50px\] {
    @media (width >= 48rem) {
      height: 50px;
    }
  }
  .md\:h-\[55px\] {
    @media (width >= 48rem) {
      height: 55px;
    }
  }
  .md\:h-\[70px\] {
    @media (width >= 48rem) {
      height: 70px;
    }
  }
  .md\:h-\[88px\] {
    @media (width >= 48rem) {
      height: 88px;
    }
  }
  .md\:h-\[130px\] {
    @media (width >= 48rem) {
      height: 130px;
    }
  }
  .md\:h-\[168px\] {
    @media (width >= 48rem) {
      height: 168px;
    }
  }
  .md\:h-\[196px\] {
    @media (width >= 48rem) {
      height: 196px;
    }
  }
  .md\:h-\[256px\] {
    @media (width >= 48rem) {
      height: 256px;
    }
  }
  .md\:h-\[369px\] {
    @media (width >= 48rem) {
      height: 369px;
    }
  }
  .md\:h-auto {
    @media (width >= 48rem) {
      height: auto;
    }
  }
  .md\:w-5 {
    @media (width >= 48rem) {
      width: calc(var(--spacing) * 5);
    }
  }
  .md\:w-10 {
    @media (width >= 48rem) {
      width: calc(var(--spacing) * 10);
    }
  }
  .md\:w-\[16px\] {
    @media (width >= 48rem) {
      width: 16px;
    }
  }
  .md\:w-\[18px\] {
    @media (width >= 48rem) {
      width: 18px;
    }
  }
  .md\:w-\[20px\] {
    @media (width >= 48rem) {
      width: 20px;
    }
  }
  .md\:w-\[24px\] {
    @media (width >= 48rem) {
      width: 24px;
    }
  }
  .md\:w-\[25px\] {
    @media (width >= 48rem) {
      width: 25px;
    }
  }
  .md\:w-\[32px\] {
    @media (width >= 48rem) {
      width: 32px;
    }
  }
  .md\:w-\[38px\] {
    @media (width >= 48rem) {
      width: 38px;
    }
  }
  .md\:w-\[40px\] {
    @media (width >= 48rem) {
      width: 40px;
    }
  }
  .md\:w-\[45px\] {
    @media (width >= 48rem) {
      width: 45px;
    }
  }
  .md\:w-\[50px\] {
    @media (width >= 48rem) {
      width: 50px;
    }
  }
  .md\:w-\[60px\] {
    @media (width >= 48rem) {
      width: 60px;
    }
  }
  .md\:w-\[70px\] {
    @media (width >= 48rem) {
      width: 70px;
    }
  }
  .md\:w-\[73px\] {
    @media (width >= 48rem) {
      width: 73px;
    }
  }
  .md\:w-\[75px\] {
    @media (width >= 48rem) {
      width: 75px;
    }
  }
  .md\:w-\[76px\] {
    @media (width >= 48rem) {
      width: 76px;
    }
  }
  .md\:w-\[88px\] {
    @media (width >= 48rem) {
      width: 88px;
    }
  }
  .md\:w-\[90\%\] {
    @media (width >= 48rem) {
      width: 90%;
    }
  }
  .md\:w-\[98px\] {
    @media (width >= 48rem) {
      width: 98px;
    }
  }
  .md\:w-\[100px\] {
    @media (width >= 48rem) {
      width: 100px;
    }
  }
  .md\:w-\[130px\] {
    @media (width >= 48rem) {
      width: 130px;
    }
  }
  .md\:w-\[150px\] {
    @media (width >= 48rem) {
      width: 150px;
    }
  }
  .md\:w-\[180px\] {
    @media (width >= 48rem) {
      width: 180px;
    }
  }
  .md\:w-\[200px\] {
    @media (width >= 48rem) {
      width: 200px;
    }
  }
  .md\:w-\[250px\] {
    @media (width >= 48rem) {
      width: 250px;
    }
  }
  .md\:w-\[316px\] {
    @media (width >= 48rem) {
      width: 316px;
    }
  }
  .md\:w-\[340px\] {
    @media (width >= 48rem) {
      width: 340px;
    }
  }
  .md\:w-\[392px\] {
    @media (width >= 48rem) {
      width: 392px;
    }
  }
  .md\:w-\[400px\] {
    @media (width >= 48rem) {
      width: 400px;
    }
  }
  .md\:w-\[500px\] {
    @media (width >= 48rem) {
      width: 500px;
    }
  }
  .md\:w-\[550px\] {
    @media (width >= 48rem) {
      width: 550px;
    }
  }
  .md\:w-auto {
    @media (width >= 48rem) {
      width: auto;
    }
  }
  .md\:max-w-\[280px\] {
    @media (width >= 48rem) {
      max-width: 280px;
    }
  }
  .md\:max-w-\[288px\] {
    @media (width >= 48rem) {
      max-width: 288px;
    }
  }
  .md\:max-w-\[320px\] {
    @media (width >= 48rem) {
      max-width: 320px;
    }
  }
  .md\:max-w-\[450px\] {
    @media (width >= 48rem) {
      max-width: 450px;
    }
  }
  .md\:max-w-\[600px\] {
    @media (width >= 48rem) {
      max-width: 600px;
    }
  }
  .md\:max-w-\[800px\] {
    @media (width >= 48rem) {
      max-width: 800px;
    }
  }
  .md\:flex-1 {
    @media (width >= 48rem) {
      flex: 1;
    }
  }
  .md\:grid-cols-2 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .md\:grid-cols-3 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .md\:grid-cols-12 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(12, minmax(0, 1fr));
    }
  }
  .md\:flex-row {
    @media (width >= 48rem) {
      flex-direction: row;
    }
  }
  .md\:items-center {
    @media (width >= 48rem) {
      align-items: center;
    }
  }
  .md\:justify-center {
    @media (width >= 48rem) {
      justify-content: center;
    }
  }
  .md\:justify-end {
    @media (width >= 48rem) {
      justify-content: flex-end;
    }
  }
  .md\:justify-start {
    @media (width >= 48rem) {
      justify-content: flex-start;
    }
  }
  .md\:gap-0 {
    @media (width >= 48rem) {
      gap: calc(var(--spacing) * 0);
    }
  }
  .md\:gap-3 {
    @media (width >= 48rem) {
      gap: calc(var(--spacing) * 3);
    }
  }
  .md\:gap-4 {
    @media (width >= 48rem) {
      gap: calc(var(--spacing) * 4);
    }
  }
  .md\:gap-5 {
    @media (width >= 48rem) {
      gap: calc(var(--spacing) * 5);
    }
  }
  .md\:gap-6 {
    @media (width >= 48rem) {
      gap: calc(var(--spacing) * 6);
    }
  }
  .md\:gap-8 {
    @media (width >= 48rem) {
      gap: calc(var(--spacing) * 8);
    }
  }
  .md\:gap-\[20px\] {
    @media (width >= 48rem) {
      gap: 20px;
    }
  }
  .md\:gap-x-8 {
    @media (width >= 48rem) {
      column-gap: calc(var(--spacing) * 8);
    }
  }
  .md\:gap-x-10 {
    @media (width >= 48rem) {
      column-gap: calc(var(--spacing) * 10);
    }
  }
  .md\:rounded-\[12px\] {
    @media (width >= 48rem) {
      border-radius: 12px;
    }
  }
  .md\:rounded-\[16px\] {
    @media (width >= 48rem) {
      border-radius: 16px;
    }
  }
  .md\:rounded-\[20px\] {
    @media (width >= 48rem) {
      border-radius: 20px;
    }
  }
  .md\:rounded-\[24px\] {
    @media (width >= 48rem) {
      border-radius: 24px;
    }
  }
  .md\:rounded-\[32px\] {
    @media (width >= 48rem) {
      border-radius: 32px;
    }
  }
  .md\:rounded-\[40px\] {
    @media (width >= 48rem) {
      border-radius: 40px;
    }
  }
  .md\:bg-gradient-to-b {
    @media (width >= 48rem) {
      --tw-gradient-position: to bottom in oklab;
      background-image: linear-gradient(var(--tw-gradient-stops));
    }
  }
  .md\:bg-gradient-to-t {
    @media (width >= 48rem) {
      --tw-gradient-position: to top in oklab;
      background-image: linear-gradient(var(--tw-gradient-stops));
    }
  }
  .md\:bg-none {
    @media (width >= 48rem) {
      background-image: none;
    }
  }
  .md\:from-\[\#4B443E\] {
    @media (width >= 48rem) {
      --tw-gradient-from: #4B443E;
      --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
    }
  }
  .md\:from-\[\#333E40\] {
    @media (width >= 48rem) {
      --tw-gradient-from: #333E40;
      --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
    }
  }
  .md\:from-\[\#FF8E5F\] {
    @media (width >= 48rem) {
      --tw-gradient-from: #FF8E5F;
      --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
    }
  }
  .md\:from-transparent {
    @media (width >= 48rem) {
      --tw-gradient-from: transparent;
      --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
    }
  }
  .md\:via-transparent {
    @media (width >= 48rem) {
      --tw-gradient-via: transparent;
      --tw-gradient-via-stops: var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-via) var(--tw-gradient-via-position), var(--tw-gradient-to) var(--tw-gradient-to-position);
      --tw-gradient-stops: var(--tw-gradient-via-stops);
    }
  }
  .md\:to-\[\#4C5D60\] {
    @media (width >= 48rem) {
      --tw-gradient-to: #4C5D60;
      --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
    }
  }
  .md\:to-\[\#766F68\] {
    @media (width >= 48rem) {
      --tw-gradient-to: #766F68;
      --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
    }
  }
  .md\:to-\[\#FF8E5F\] {
    @media (width >= 48rem) {
      --tw-gradient-to: #FF8E5F;
      --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
    }
  }
  .md\:to-transparent {
    @media (width >= 48rem) {
      --tw-gradient-to: transparent;
      --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
    }
  }
  .md\:fill-\[\#4B443E\] {
    @media (width >= 48rem) {
      fill: #4B443E;
    }
  }
  .md\:fill-\[\#333E40\] {
    @media (width >= 48rem) {
      fill: #333E40;
    }
  }
  .md\:fill-\[\#FF8E5F\] {
    @media (width >= 48rem) {
      fill: #FF8E5F;
    }
  }
  .md\:p-4 {
    @media (width >= 48rem) {
      padding: calc(var(--spacing) * 4);
    }
  }
  .md\:p-8 {
    @media (width >= 48rem) {
      padding: calc(var(--spacing) * 8);
    }
  }
  .md\:p-\[10px\] {
    @media (width >= 48rem) {
      padding: 10px;
    }
  }
  .md\:p-\[15px\] {
    @media (width >= 48rem) {
      padding: 15px;
    }
  }
  .md\:p-\[16px\] {
    @media (width >= 48rem) {
      padding: 16px;
    }
  }
  .md\:p-\[20px\] {
    @media (width >= 48rem) {
      padding: 20px;
    }
  }
  .md\:p-\[25px\] {
    @media (width >= 48rem) {
      padding: 25px;
    }
  }
  .md\:px-12 {
    @media (width >= 48rem) {
      padding-inline: calc(var(--spacing) * 12);
    }
  }
  .md\:px-\[6px\] {
    @media (width >= 48rem) {
      padding-inline: 6px;
    }
  }
  .md\:px-\[8px\] {
    @media (width >= 48rem) {
      padding-inline: 8px;
    }
  }
  .md\:px-\[13px\] {
    @media (width >= 48rem) {
      padding-inline: 13px;
    }
  }
  .md\:px-\[15px\] {
    @media (width >= 48rem) {
      padding-inline: 15px;
    }
  }
  .md\:px-\[16px\] {
    @media (width >= 48rem) {
      padding-inline: 16px;
    }
  }
  .md\:px-\[20px\] {
    @media (width >= 48rem) {
      padding-inline: 20px;
    }
  }
  .md\:px-\[25px\] {
    @media (width >= 48rem) {
      padding-inline: 25px;
    }
  }
  .md\:px-\[30px\] {
    @media (width >= 48rem) {
      padding-inline: 30px;
    }
  }
  .md\:px-\[40px\] {
    @media (width >= 48rem) {
      padding-inline: 40px;
    }
  }
  .md\:px-\[60px\] {
    @media (width >= 48rem) {
      padding-inline: 60px;
    }
  }
  .md\:\!py-\[20px\] {
    @media (width >= 48rem) {
      padding-block: 20px !important;
    }
  }
  .md\:py-\[10px\] {
    @media (width >= 48rem) {
      padding-block: 10px;
    }
  }
  .md\:py-\[12px\] {
    @media (width >= 48rem) {
      padding-block: 12px;
    }
  }
  .md\:py-\[13px\] {
    @media (width >= 48rem) {
      padding-block: 13px;
    }
  }
  .md\:py-\[14px\] {
    @media (width >= 48rem) {
      padding-block: 14px;
    }
  }
  .md\:py-\[15px\] {
    @media (width >= 48rem) {
      padding-block: 15px;
    }
  }
  .md\:py-\[18px\] {
    @media (width >= 48rem) {
      padding-block: 18px;
    }
  }
  .md\:py-\[20px\] {
    @media (width >= 48rem) {
      padding-block: 20px;
    }
  }
  .md\:py-\[40px\] {
    @media (width >= 48rem) {
      padding-block: 40px;
    }
  }
  .md\:pt-\[24px\] {
    @media (width >= 48rem) {
      padding-top: 24px;
    }
  }
  .md\:pr-\[15px\] {
    @media (width >= 48rem) {
      padding-right: 15px;
    }
  }
  .md\:pr-\[25px\] {
    @media (width >= 48rem) {
      padding-right: 25px;
    }
  }
  .md\:pb-\[15px\] {
    @media (width >= 48rem) {
      padding-bottom: 15px;
    }
  }
  .md\:pb-\[25px\] {
    @media (width >= 48rem) {
      padding-bottom: 25px;
    }
  }
  .md\:pb-\[30px\] {
    @media (width >= 48rem) {
      padding-bottom: 30px;
    }
  }
  .md\:text-\[12px\] {
    @media (width >= 48rem) {
      font-size: 12px;
    }
  }
  .md\:text-\[13px\] {
    @media (width >= 48rem) {
      font-size: 13px;
    }
  }
  .md\:text-\[14px\] {
    @media (width >= 48rem) {
      font-size: 14px;
    }
  }
  .md\:text-\[16px\] {
    @media (width >= 48rem) {
      font-size: 16px;
    }
  }
  .md\:text-\[18px\] {
    @media (width >= 48rem) {
      font-size: 18px;
    }
  }
  .md\:text-\[20px\] {
    @media (width >= 48rem) {
      font-size: 20px;
    }
  }
  .md\:text-\[22px\] {
    @media (width >= 48rem) {
      font-size: 22px;
    }
  }
  .md\:text-\[24px\] {
    @media (width >= 48rem) {
      font-size: 24px;
    }
  }
  .md\:text-\[25px\] {
    @media (width >= 48rem) {
      font-size: 25px;
    }
  }
  .md\:text-\[28px\] {
    @media (width >= 48rem) {
      font-size: 28px;
    }
  }
  .md\:text-\[30px\] {
    @media (width >= 48rem) {
      font-size: 30px;
    }
  }
  .md\:text-\[32px\] {
    @media (width >= 48rem) {
      font-size: 32px;
    }
  }
  .md\:text-\[36px\] {
    @media (width >= 48rem) {
      font-size: 36px;
    }
  }
  .md\:text-\[40px\] {
    @media (width >= 48rem) {
      font-size: 40px;
    }
  }
  .md\:text-\[180px\] {
    @media (width >= 48rem) {
      font-size: 180px;
    }
  }
  .md\:text-\[\#4B443E\] {
    @media (width >= 48rem) {
      color: #4B443E;
    }
  }
  .md\:text-\[\#333E40\] {
    @media (width >= 48rem) {
      color: #333E40;
    }
  }
  .md\:text-\[\#FF8E5F\] {
    @media (width >= 48rem) {
      color: #FF8E5F;
    }
  }
  .md\:hover\:from-\[\#2a3233\] {
    @media (width >= 48rem) {
      &:hover {
        @media (hover: hover) {
          --tw-gradient-from: #2a3233;
          --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
        }
      }
    }
  }
  .md\:hover\:to-\[\#3a4a4d\] {
    @media (width >= 48rem) {
      &:hover {
        @media (hover: hover) {
          --tw-gradient-to: #3a4a4d;
          --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
        }
      }
    }
  }
  .lg\:sticky {
    @media (width >= 64rem) {
      position: sticky;
    }
  }
  .lg\:top-1\/2 {
    @media (width >= 64rem) {
      top: calc(1/2 * 100%);
    }
  }
  .lg\:top-13 {
    @media (width >= 64rem) {
      top: calc(var(--spacing) * 13);
    }
  }
  .lg\:top-15 {
    @media (width >= 64rem) {
      top: calc(var(--spacing) * 15);
    }
  }
  .lg\:top-19 {
    @media (width >= 64rem) {
      top: calc(var(--spacing) * 19);
    }
  }
  .lg\:top-20 {
    @media (width >= 64rem) {
      top: calc(var(--spacing) * 20);
    }
  }
  .lg\:top-30 {
    @media (width >= 64rem) {
      top: calc(var(--spacing) * 30);
    }
  }
  .lg\:top-40 {
    @media (width >= 64rem) {
      top: calc(var(--spacing) * 40);
    }
  }
  .lg\:-right-6 {
    @media (width >= 64rem) {
      right: calc(var(--spacing) * -6);
    }
  }
  .lg\:right-5 {
    @media (width >= 64rem) {
      right: calc(var(--spacing) * 5);
    }
  }
  .lg\:right-40 {
    @media (width >= 64rem) {
      right: calc(var(--spacing) * 40);
    }
  }
  .lg\:right-\[11\%\] {
    @media (width >= 64rem) {
      right: 11%;
    }
  }
  .lg\:bottom-auto {
    @media (width >= 64rem) {
      bottom: auto;
    }
  }
  .lg\:-left-6 {
    @media (width >= 64rem) {
      left: calc(var(--spacing) * -6);
    }
  }
  .lg\:left-3 {
    @media (width >= 64rem) {
      left: calc(var(--spacing) * 3);
    }
  }
  .lg\:left-10 {
    @media (width >= 64rem) {
      left: calc(var(--spacing) * 10);
    }
  }
  .lg\:left-25 {
    @media (width >= 64rem) {
      left: calc(var(--spacing) * 25);
    }
  }
  .lg\:order-last {
    @media (width >= 64rem) {
      order: 9999;
    }
  }
  .lg\:col-span-2 {
    @media (width >= 64rem) {
      grid-column: span 2 / span 2;
    }
  }
  .lg\:col-span-3 {
    @media (width >= 64rem) {
      grid-column: span 3 / span 3;
    }
  }
  .lg\:col-span-5 {
    @media (width >= 64rem) {
      grid-column: span 5 / span 5;
    }
  }
  .lg\:col-span-7 {
    @media (width >= 64rem) {
      grid-column: span 7 / span 7;
    }
  }
  .lg\:mx-0 {
    @media (width >= 64rem) {
      margin-inline: calc(var(--spacing) * 0);
    }
  }
  .lg\:mt-0 {
    @media (width >= 64rem) {
      margin-top: calc(var(--spacing) * 0);
    }
  }
  .lg\:mt-2 {
    @media (width >= 64rem) {
      margin-top: calc(var(--spacing) * 2);
    }
  }
  .lg\:mt-6 {
    @media (width >= 64rem) {
      margin-top: calc(var(--spacing) * 6);
    }
  }
  .lg\:mt-\[-270px\] {
    @media (width >= 64rem) {
      margin-top: -270px;
    }
  }
  .lg\:mt-\[0px\] {
    @media (width >= 64rem) {
      margin-top: 0px;
    }
  }
  .lg\:mt-\[10px\] {
    @media (width >= 64rem) {
      margin-top: 10px;
    }
  }
  .lg\:mt-\[15px\] {
    @media (width >= 64rem) {
      margin-top: 15px;
    }
  }
  .lg\:mt-\[20px\] {
    @media (width >= 64rem) {
      margin-top: 20px;
    }
  }
  .lg\:mt-\[30px\] {
    @media (width >= 64rem) {
      margin-top: 30px;
    }
  }
  .lg\:mt-\[40px\] {
    @media (width >= 64rem) {
      margin-top: 40px;
    }
  }
  .lg\:mt-\[50px\] {
    @media (width >= 64rem) {
      margin-top: 50px;
    }
  }
  .lg\:mb-6 {
    @media (width >= 64rem) {
      margin-bottom: calc(var(--spacing) * 6);
    }
  }
  .lg\:block {
    @media (width >= 64rem) {
      display: block;
    }
  }
  .lg\:flex {
    @media (width >= 64rem) {
      display: flex;
    }
  }
  .lg\:grid {
    @media (width >= 64rem) {
      display: grid;
    }
  }
  .lg\:hidden {
    @media (width >= 64rem) {
      display: none;
    }
  }
  .lg\:h-\[24px\] {
    @media (width >= 64rem) {
      height: 24px;
    }
  }
  .lg\:h-\[32px\] {
    @media (width >= 64rem) {
      height: 32px;
    }
  }
  .lg\:h-\[64px\] {
    @media (width >= 64rem) {
      height: 64px;
    }
  }
  .lg\:w-4 {
    @media (width >= 64rem) {
      width: calc(var(--spacing) * 4);
    }
  }
  .lg\:w-\[8px\] {
    @media (width >= 64rem) {
      width: 8px;
    }
  }
  .lg\:w-\[24px\] {
    @media (width >= 64rem) {
      width: 24px;
    }
  }
  .lg\:w-\[30px\] {
    @media (width >= 64rem) {
      width: 30px;
    }
  }
  .lg\:w-\[32px\] {
    @media (width >= 64rem) {
      width: 32px;
    }
  }
  .lg\:w-\[60px\] {
    @media (width >= 64rem) {
      width: 60px;
    }
  }
  .lg\:w-\[64px\] {
    @media (width >= 64rem) {
      width: 64px;
    }
  }
  .lg\:w-\[76px\] {
    @media (width >= 64rem) {
      width: 76px;
    }
  }
  .lg\:w-\[160px\] {
    @media (width >= 64rem) {
      width: 160px;
    }
  }
  .lg\:w-\[180px\] {
    @media (width >= 64rem) {
      width: 180px;
    }
  }
  .lg\:w-\[200px\] {
    @media (width >= 64rem) {
      width: 200px;
    }
  }
  .lg\:w-\[288px\] {
    @media (width >= 64rem) {
      width: 288px;
    }
  }
  .lg\:w-\[350px\] {
    @media (width >= 64rem) {
      width: 350px;
    }
  }
  .lg\:w-\[400px\] {
    @media (width >= 64rem) {
      width: 400px;
    }
  }
  .lg\:w-\[500px\] {
    @media (width >= 64rem) {
      width: 500px;
    }
  }
  .lg\:w-\[900px\] {
    @media (width >= 64rem) {
      width: 900px;
    }
  }
  .lg\:w-auto {
    @media (width >= 64rem) {
      width: auto;
    }
  }
  .lg\:max-w-7xl {
    @media (width >= 64rem) {
      max-width: var(--container-7xl);
    }
  }
  .lg\:max-w-\[188px\] {
    @media (width >= 64rem) {
      max-width: 188px;
    }
  }
  .lg\:max-w-\[288px\] {
    @media (width >= 64rem) {
      max-width: 288px;
    }
  }
  .lg\:max-w-\[380px\] {
    @media (width >= 64rem) {
      max-width: 380px;
    }
  }
  .lg\:max-w-\[392px\] {
    @media (width >= 64rem) {
      max-width: 392px;
    }
  }
  .lg\:max-w-\[500px\] {
    @media (width >= 64rem) {
      max-width: 500px;
    }
  }
  .lg\:max-w-\[600px\] {
    @media (width >= 64rem) {
      max-width: 600px;
    }
  }
  .lg\:max-w-\[720px\] {
    @media (width >= 64rem) {
      max-width: 720px;
    }
  }
  .lg\:max-w-\[808px\] {
    @media (width >= 64rem) {
      max-width: 808px;
    }
  }
  .lg\:flex-1 {
    @media (width >= 64rem) {
      flex: 1;
    }
  }
  .lg\:translate-x-0 {
    @media (width >= 64rem) {
      --tw-translate-x: calc(var(--spacing) * 0);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .lg\:-translate-y-1\/2 {
    @media (width >= 64rem) {
      --tw-translate-y: calc(calc(1/2 * 100%) * -1);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .lg\:rotate-0 {
    @media (width >= 64rem) {
      rotate: 0deg;
    }
  }
  .lg\:rotate-180 {
    @media (width >= 64rem) {
      rotate: 180deg;
    }
  }
  .lg\:grid-cols-3 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .lg\:grid-cols-4 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
  .lg\:grid-cols-10 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(10, minmax(0, 1fr));
    }
  }
  .lg\:grid-cols-12 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(12, minmax(0, 1fr));
    }
  }
  .lg\:grid-cols-\[300px_1fr\] {
    @media (width >= 64rem) {
      grid-template-columns: 300px 1fr;
    }
  }
  .lg\:flex-col {
    @media (width >= 64rem) {
      flex-direction: column;
    }
  }
  .lg\:flex-row {
    @media (width >= 64rem) {
      flex-direction: row;
    }
  }
  .lg\:items-center {
    @media (width >= 64rem) {
      align-items: center;
    }
  }
  .lg\:items-end {
    @media (width >= 64rem) {
      align-items: flex-end;
    }
  }
  .lg\:justify-between {
    @media (width >= 64rem) {
      justify-content: space-between;
    }
  }
  .lg\:justify-start {
    @media (width >= 64rem) {
      justify-content: flex-start;
    }
  }
  .lg\:justify-items-end {
    @media (width >= 64rem) {
      justify-items: end;
    }
  }
  .lg\:gap-0 {
    @media (width >= 64rem) {
      gap: calc(var(--spacing) * 0);
    }
  }
  .lg\:gap-4 {
    @media (width >= 64rem) {
      gap: calc(var(--spacing) * 4);
    }
  }
  .lg\:gap-6 {
    @media (width >= 64rem) {
      gap: calc(var(--spacing) * 6);
    }
  }
  .lg\:gap-7 {
    @media (width >= 64rem) {
      gap: calc(var(--spacing) * 7);
    }
  }
  .lg\:gap-16 {
    @media (width >= 64rem) {
      gap: calc(var(--spacing) * 16);
    }
  }
  .lg\:space-y-6 {
    @media (width >= 64rem) {
      :where(& > :not(:last-child)) {
        --tw-space-y-reverse: 0;
        margin-block-start: calc(calc(var(--spacing) * 6) * var(--tw-space-y-reverse));
        margin-block-end: calc(calc(var(--spacing) * 6) * calc(1 - var(--tw-space-y-reverse)));
      }
    }
  }
  .lg\:gap-x-\[0px\] {
    @media (width >= 64rem) {
      column-gap: 0px;
    }
  }
  .lg\:overflow-visible {
    @media (width >= 64rem) {
      overflow: visible;
    }
  }
  .lg\:rounded-\[16px\] {
    @media (width >= 64rem) {
      border-radius: 16px;
    }
  }
  .lg\:rounded-\[24px\] {
    @media (width >= 64rem) {
      border-radius: 24px;
    }
  }
  .lg\:rounded-\[32px\] {
    @media (width >= 64rem) {
      border-radius: 32px;
    }
  }
  .lg\:rounded-none {
    @media (width >= 64rem) {
      border-radius: 0;
    }
  }
  .lg\:rounded-b-\[88px\] {
    @media (width >= 64rem) {
      border-bottom-right-radius: 88px;
      border-bottom-left-radius: 88px;
    }
  }
  .lg\:p-0 {
    @media (width >= 64rem) {
      padding: calc(var(--spacing) * 0);
    }
  }
  .lg\:p-3 {
    @media (width >= 64rem) {
      padding: calc(var(--spacing) * 3);
    }
  }
  .lg\:p-5 {
    @media (width >= 64rem) {
      padding: calc(var(--spacing) * 5);
    }
  }
  .lg\:p-7 {
    @media (width >= 64rem) {
      padding: calc(var(--spacing) * 7);
    }
  }
  .lg\:p-8 {
    @media (width >= 64rem) {
      padding: calc(var(--spacing) * 8);
    }
  }
  .lg\:p-20 {
    @media (width >= 64rem) {
      padding: calc(var(--spacing) * 20);
    }
  }
  .lg\:p-\[15px\] {
    @media (width >= 64rem) {
      padding: 15px;
    }
  }
  .lg\:p-\[25px\] {
    @media (width >= 64rem) {
      padding: 25px;
    }
  }
  .lg\:px-0 {
    @media (width >= 64rem) {
      padding-inline: calc(var(--spacing) * 0);
    }
  }
  .lg\:px-6 {
    @media (width >= 64rem) {
      padding-inline: calc(var(--spacing) * 6);
    }
  }
  .lg\:px-8 {
    @media (width >= 64rem) {
      padding-inline: calc(var(--spacing) * 8);
    }
  }
  .lg\:px-\[20px\] {
    @media (width >= 64rem) {
      padding-inline: 20px;
    }
  }
  .lg\:px-\[25px\] {
    @media (width >= 64rem) {
      padding-inline: 25px;
    }
  }
  .lg\:px-\[30px\] {
    @media (width >= 64rem) {
      padding-inline: 30px;
    }
  }
  .lg\:px-\[48px\] {
    @media (width >= 64rem) {
      padding-inline: 48px;
    }
  }
  .lg\:py-4 {
    @media (width >= 64rem) {
      padding-block: calc(var(--spacing) * 4);
    }
  }
  .lg\:py-\[15px\] {
    @media (width >= 64rem) {
      padding-block: 15px;
    }
  }
  .lg\:py-\[18px\] {
    @media (width >= 64rem) {
      padding-block: 18px;
    }
  }
  .lg\:pt-\[200px\] {
    @media (width >= 64rem) {
      padding-top: 200px;
    }
  }
  .lg\:pr-\[60px\] {
    @media (width >= 64rem) {
      padding-right: 60px;
    }
  }
  .lg\:text-right {
    @media (width >= 64rem) {
      text-align: right;
    }
  }
  .lg\:text-6xl {
    @media (width >= 64rem) {
      font-size: var(--text-6xl);
      line-height: var(--tw-leading, var(--text-6xl--line-height));
    }
  }
  .lg\:text-\[12px\] {
    @media (width >= 64rem) {
      font-size: 12px;
    }
  }
  .lg\:text-\[13px\] {
    @media (width >= 64rem) {
      font-size: 13px;
    }
  }
  .lg\:text-\[14px\] {
    @media (width >= 64rem) {
      font-size: 14px;
    }
  }
  .lg\:text-\[16px\] {
    @media (width >= 64rem) {
      font-size: 16px;
    }
  }
  .lg\:text-\[17px\] {
    @media (width >= 64rem) {
      font-size: 17px;
    }
  }
  .lg\:text-\[18px\] {
    @media (width >= 64rem) {
      font-size: 18px;
    }
  }
  .lg\:text-\[19px\] {
    @media (width >= 64rem) {
      font-size: 19px;
    }
  }
  .lg\:text-\[20px\] {
    @media (width >= 64rem) {
      font-size: 20px;
    }
  }
  .lg\:text-\[23px\] {
    @media (width >= 64rem) {
      font-size: 23px;
    }
  }
  .lg\:text-\[26px\] {
    @media (width >= 64rem) {
      font-size: 26px;
    }
  }
  .lg\:text-\[28px\] {
    @media (width >= 64rem) {
      font-size: 28px;
    }
  }
  .lg\:text-\[32px\] {
    @media (width >= 64rem) {
      font-size: 32px;
    }
  }
  .lg\:text-\[36px\] {
    @media (width >= 64rem) {
      font-size: 36px;
    }
  }
  .lg\:text-\[42px\] {
    @media (width >= 64rem) {
      font-size: 42px;
    }
  }
  .lg\:text-\[48px\] {
    @media (width >= 64rem) {
      font-size: 48px;
    }
  }
  .lg\:text-\[52px\] {
    @media (width >= 64rem) {
      font-size: 52px;
    }
  }
  .lg\:text-\[56px\] {
    @media (width >= 64rem) {
      font-size: 56px;
    }
  }
  .lg\:text-\[60px\] {
    @media (width >= 64rem) {
      font-size: 60px;
    }
  }
  .lg\:text-\[72px\] {
    @media (width >= 64rem) {
      font-size: 72px;
    }
  }
  .lg\:text-\[78px\] {
    @media (width >= 64rem) {
      font-size: 78px;
    }
  }
  .lg\:text-\[80px\] {
    @media (width >= 64rem) {
      font-size: 80px;
    }
  }
  .lg\:text-\[110px\] {
    @media (width >= 64rem) {
      font-size: 110px;
    }
  }
  .lg\:text-\[220px\] {
    @media (width >= 64rem) {
      font-size: 220px;
    }
  }
  .sm\:lg\:left-6 {
    @media (width >= 40rem) {
      @media (width >= 64rem) {
        left: calc(var(--spacing) * 6);
      }
    }
  }
  .md\:lg\:left-10 {
    @media (width >= 48rem) {
      @media (width >= 64rem) {
        left: calc(var(--spacing) * 10);
      }
    }
  }
  .xl\:absolute {
    @media (width >= 80rem) {
      position: absolute;
    }
  }
  .xl\:top-35 {
    @media (width >= 80rem) {
      top: calc(var(--spacing) * 35);
    }
  }
  .xl\:top-38 {
    @media (width >= 80rem) {
      top: calc(var(--spacing) * 38);
    }
  }
  .xl\:right-12 {
    @media (width >= 80rem) {
      right: calc(var(--spacing) * 12);
    }
  }
  .xl\:-bottom-115 {
    @media (width >= 80rem) {
      bottom: calc(var(--spacing) * -115);
    }
  }
  .xl\:left-0 {
    @media (width >= 80rem) {
      left: calc(var(--spacing) * 0);
    }
  }
  .xl\:col-span-2 {
    @media (width >= 80rem) {
      grid-column: span 2 / span 2;
    }
  }
  .xl\:mt-\[0px\] {
    @media (width >= 80rem) {
      margin-top: 0px;
    }
  }
  .xl\:mt-\[65px\] {
    @media (width >= 80rem) {
      margin-top: 65px;
    }
  }
  .xl\:mt-\[80px\] {
    @media (width >= 80rem) {
      margin-top: 80px;
    }
  }
  .xl\:mt-\[560px\] {
    @media (width >= 80rem) {
      margin-top: 560px;
    }
  }
  .xl\:block {
    @media (width >= 80rem) {
      display: block;
    }
  }
  .xl\:w-\[832px\] {
    @media (width >= 80rem) {
      width: 832px;
    }
  }
  .xl\:w-\[912px\] {
    @media (width >= 80rem) {
      width: 912px;
    }
  }
  .xl\:-translate-x-0 {
    @media (width >= 80rem) {
      --tw-translate-x: calc(var(--spacing) * -0);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .xl\:grid-cols-3 {
    @media (width >= 80rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .xl\:border-r-1 {
    @media (width >= 80rem) {
      border-right-style: var(--tw-border-style);
      border-right-width: 1px;
    }
  }
  .xl\:px-0 {
    @media (width >= 80rem) {
      padding-inline: calc(var(--spacing) * 0);
    }
  }
  .xl\:px-\[0px\] {
    @media (width >= 80rem) {
      padding-inline: 0px;
    }
  }
  .xl\:pt-\[360px\] {
    @media (width >= 80rem) {
      padding-top: 360px;
    }
  }
  .\[\&\:\:-webkit-inner-spin-button\]\:appearance-none {
    &::-webkit-inner-spin-button {
      appearance: none;
    }
  }
  .\[\&\:\:-webkit-outer-spin-button\]\:appearance-none {
    &::-webkit-outer-spin-button {
      appearance: none;
    }
  }
  .\[\&\>a\]\:flex {
    &>a {
      display: flex;
    }
  }
  .\[\&\>a\]\:flex-col {
    &>a {
      flex-direction: column;
    }
  }
  .\[\&\>a\>div\]\:flex {
    &>a>div {
      display: flex;
    }
  }
  .\[\&\>a\>div\]\:min-h-\[286px\] {
    &>a>div {
      min-height: 286px;
    }
  }
  .\[\&\>a\>div\]\:flex-1 {
    &>a>div {
      flex: 1;
    }
  }
  .\[\&\>a\>div\]\:flex-col {
    &>a>div {
      flex-direction: column;
    }
  }
  .\[\&\>a\>div\]\:transition-all {
    &>a>div {
      transition-property: all;
      transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
      transition-duration: var(--tw-duration, var(--default-transition-duration));
    }
  }
  .\[\&\>a\>div\]\:duration-300 {
    &>a>div {
      --tw-duration: 300ms;
      transition-duration: 300ms;
    }
  }
  .\[\&\>a\>div\]\:hover\:-translate-y-1 {
    &>a>div {
      &:hover {
        @media (hover: hover) {
          --tw-translate-y: calc(var(--spacing) * -1);
          translate: var(--tw-translate-x) var(--tw-translate-y);
        }
      }
    }
  }
  .\[\&\>a\>div\]\:hover\:shadow-\[0_8px_24px_rgba\(0\,0\,0\,0\.12\)\] {
    &>a>div {
      &:hover {
        @media (hover: hover) {
          --tw-shadow: 0 8px 24px var(--tw-shadow-color, rgba(0,0,0,0.12));
          box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
        }
      }
    }
  }
  .\[\&\>a\>div\>div\]\:mt-auto {
    &>a>div>div {
      margin-top: auto;
    }
  }
}
/*!
*   _____       _             __                 _____                               ______ _       _   _
*  |_   _|     | |           / _|               |_   _|                             |  ____| |     | | (_)
*    | |  _ __ | |_ ___ _ __| |_ __ _  ___ ___    | |  ___ ___  _ __  ___   ______  | |__  | | __ _| |_ _  ___ ___  _ __
*    | | | '_ \| __/ _ \ '__|  _/ _` |/ __/ _ \   | | / __/ _ \| '_ \/ __| |______| |  __| | |/ _` | __| |/ __/ _ \| '_ \
*   _| |_| | | | ||  __/ |  | || (_| | (_|  __/  _| || (_| (_) | | | \__ \          | |    | | (_| | |_| | (_| (_) | | | |
*  |_____|_| |_|\__\___|_|  |_| \__,_|\___\___| |_____\___\___/|_| |_|___/          |_|    |_|\__,_|\__|_|\___\___/|_| |_|
*
*                         UIcons 2.6.0 - https://www.flaticon.com/uicons/interface-icons
*/
@font-face {
  font-family: "uicons-brands";
  src: url("./webfonts/uicons-brands.woff2") format("woff2"), url("./webfonts/uicons-brands.woff") format("woff"), url("./webfonts/uicons-brands.eot#iefix") format("embedded-opentype");
  font-display: swap;
}
i[class^="fi-brands-"]:before, i[class*=" fi-brands-"]:before, span[class^="fi-brands-"]:before, span[class*="fi-brands-"]:before {
  font-family: uicons-brands !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fi-brands-3m:before {
  content: "\e00c";
}
.fi-brands-500px:before {
  content: "\e012";
}
.fi-brands-abbot-laboratories:before {
  content: "\e01d";
}
.fi-brands-accusoft:before {
  content: "\e020";
}
.fi-brands-acrobat:before {
  content: "\e022";
}
.fi-brands-adobe:before {
  content: "\e031";
}
.fi-brands-aecom:before {
  content: "\e035";
}
.fi-brands-aero:before {
  content: "\e036";
}
.fi-brands-after-effects:before {
  content: "\e037";
}
.fi-brands-airbnb:before {
  content: "\e049";
}
.fi-brands-algolia:before {
  content: "\e055";
}
.fi-brands-amd:before {
  content: "\e060";
}
.fi-brands-american-express:before {
  content: "\e061";
}
.fi-brands-android:before {
  content: "\e06b";
}
.fi-brands-animate:before {
  content: "\e087";
}
.fi-brands-app-store-ios:before {
  content: "\e091";
}
.fi-brands-apple:before {
  content: "\e092";
}
.fi-brands-apple-pay:before {
  content: "\e096";
}
.fi-brands-artstation:before {
  content: "\e106";
}
.fi-brands-astrazeneca:before {
  content: "\e10e";
}
.fi-brands-asus:before {
  content: "\e10f";
}
.fi-brands-atandt:before {
  content: "\e111";
}
.fi-brands-atlassian:before {
  content: "\e112";
}
.fi-brands-atom:before {
  content: "\e113";
}
.fi-brands-audition:before {
  content: "\e11e";
}
.fi-brands-behance:before {
  content: "\e186";
}
.fi-brands-bitcoin:before {
  content: "\e1ad";
}
.fi-brands-blackberry:before {
  content: "\e1b0";
}
.fi-brands-blogger:before {
  content: "\e1c2";
}
.fi-brands-bluetooth:before {
  content: "\e1ca";
}
.fi-brands-bootstrap:before {
  content: "\e1f8";
}
.fi-brands-bridgestone:before {
  content: "\e25b";
}
.fi-brands-burger-king:before {
  content: "\e289";
}
.fi-brands-c:before {
  content: "\e293";
}
.fi-brands-capture:before {
  content: "\e2de";
}
.fi-brands-cc-amazon-pay:before {
  content: "\e323";
}
.fi-brands-cc-apple-pay:before {
  content: "\e324";
}
.fi-brands-cc-diners-club:before {
  content: "\e325";
}
.fi-brands-cc-visa:before {
  content: "\e326";
}
.fi-brands-centos:before {
  content: "\e32a";
}
.fi-brands-character:before {
  content: "\e333";
}
.fi-brands-chromecast:before {
  content: "\e385";
}
.fi-brands-cloudflare:before {
  content: "\e42f";
}
.fi-brands-confluence:before {
  content: "\e491";
}
.fi-brands-creative-commons:before {
  content: "\e4b2";
}
.fi-brands-creative-commons-by:before {
  content: "\e4b3";
}
.fi-brands-creative-commons-nc:before {
  content: "\e4b4";
}
.fi-brands-creative-commons-nc-eu:before {
  content: "\e4b5";
}
.fi-brands-creative-commons-nc-jp:before {
  content: "\e4b6";
}
.fi-brands-creative-commons-nd:before {
  content: "\e4b7";
}
.fi-brands-creative-commons-pd:before {
  content: "\e4b8";
}
.fi-brands-creative-commons-pd-alt:before {
  content: "\e4b9";
}
.fi-brands-creative-commons-remix:before {
  content: "\e4ba";
}
.fi-brands-creative-commons-sa:before {
  content: "\e4bb";
}
.fi-brands-creative-commons-sampling:before {
  content: "\e4bc";
}
.fi-brands-creative-commons-sampling-plus:before {
  content: "\e4bd";
}
.fi-brands-creative-commons-share:before {
  content: "\e4be";
}
.fi-brands-creative-commons-zero:before {
  content: "\e4bf";
}
.fi-brands-css3:before {
  content: "\e4da";
}
.fi-brands-css3-alt:before {
  content: "\e4db";
}
.fi-brands-dailymotion:before {
  content: "\e4fb";
}
.fi-brands-deezer:before {
  content: "\e50f";
}
.fi-brands-delphi:before {
  content: "\e516";
}
.fi-brands-dev:before {
  content: "\e523";
}
.fi-brands-devianart:before {
  content: "\e524";
}
.fi-brands-digg:before {
  content: "\e552";
}
.fi-brands-dimension:before {
  content: "\e55b";
}
.fi-brands-discord:before {
  content: "\e564";
}
.fi-brands-docker:before {
  content: "\e57c";
}
.fi-brands-dribbble:before {
  content: "\e5ae";
}
.fi-brands-dropbox:before {
  content: "\e5b7";
}
.fi-brands-drupal:before {
  content: "\e5c0";
}
.fi-brands-ebay:before {
  content: "\e5db";
}
.fi-brands-elementor:before {
  content: "\e5e7";
}
.fi-brands-ethereum:before {
  content: "\e612";
}
.fi-brands-etsy:before {
  content: "\e614";
}
.fi-brands-evernote:before {
  content: "\e619";
}
.fi-brands-facebook:before {
  content: "\e675";
}
.fi-brands-facebook-messenger:before {
  content: "\e676";
}
.fi-brands-fedex:before {
  content: "\e688";
}
.fi-brands-figma:before {
  content: "\e697";
}
.fi-brands-firefox:before {
  content: "\e6e0";
}
.fi-brands-firefox-browser:before {
  content: "\e6e1";
}
.fi-brands-flaticon:before {
  content: "\e6fb";
}
.fi-brands-flaticon-1:before {
  content: "\e6fc";
}
.fi-brands-flickr:before {
  content: "\e6fe";
}
.fi-brands-flipboard:before {
  content: "\e700";
}
.fi-brands-fonts:before {
  content: "\e735";
}
.fi-brands-foursquare:before {
  content: "\e746";
}
.fi-brands-freepik:before {
  content: "\e74d";
}
.fi-brands-freepik-1:before {
  content: "\e74e";
}
.fi-brands-fresco:before {
  content: "\e751";
}
.fi-brands-github:before {
  content: "\e787";
}
.fi-brands-gitlab:before {
  content: "\e788";
}
.fi-brands-goodreads:before {
  content: "\e79d";
}
.fi-brands-google:before {
  content: "\e79e";
}
.fi-brands-haskell:before {
  content: "\e821";
}
.fi-brands-hbo:before {
  content: "\e82c";
}
.fi-brands-hotjar:before {
  content: "\e87d";
}
.fi-brands-html5:before {
  content: "\e8a4";
}
.fi-brands-huawei:before {
  content: "\e8a5";
}
.fi-brands-hubspot:before {
  content: "\e8a6";
}
.fi-brands-ibm:before {
  content: "\e8ae";
}
.fi-brands-iconfinder:before {
  content: "\e8b3";
}
.fi-brands-illustrator:before {
  content: "\e8b8";
}
.fi-brands-illustrator-draw:before {
  content: "\e8b9";
}
.fi-brands-imdb:before {
  content: "\e8bd";
}
.fi-brands-incopy:before {
  content: "\e8c6";
}
.fi-brands-indesign:before {
  content: "\e8c8";
}
.fi-brands-instagram:before {
  content: "\e8de";
}
.fi-brands-intel:before {
  content: "\e8e4";
}
.fi-brands-invision:before {
  content: "\e8f0";
}
.fi-brands-itunes:before {
  content: "\e901";
}
.fi-brands-janseen:before {
  content: "\e905";
}
.fi-brands-java:before {
  content: "\e909";
}
.fi-brands-jcb:before {
  content: "\e90b";
}
.fi-brands-jira:before {
  content: "\e90c";
}
.fi-brands-johnson-and-johnson:before {
  content: "\e90d";
}
.fi-brands-joomla:before {
  content: "\e910";
}
.fi-brands-js:before {
  content: "\e917";
}
.fi-brands-kickstarter:before {
  content: "\e92d";
}
.fi-brands-line:before {
  content: "\e9a1";
}
.fi-brands-linkedin:before {
  content: "\e9a9";
}
.fi-brands-lisp:before {
  content: "\e9b0";
}
.fi-brands-mailchimp:before {
  content: "\e9e8";
}
.fi-brands-marriott-international:before {
  content: "\ea07";
}
.fi-brands-mcdonalds:before {
  content: "\ea18";
}
.fi-brands-media-encoder:before {
  content: "\ea1c";
}
.fi-brands-medium:before {
  content: "\ea20";
}
.fi-brands-meta:before {
  content: "\ea4b";
}
.fi-brands-microsoft:before {
  content: "\ea5a";
}
.fi-brands-microsoft-edge:before {
  content: "\ea5b";
}
.fi-brands-microsoft-explorer:before {
  content: "\ea5c";
}
.fi-brands-mysql:before {
  content: "\eaca";
}
.fi-brands-napster:before {
  content: "\eacd";
}
.fi-brands-nestle:before {
  content: "\ead1";
}
.fi-brands-netflix:before {
  content: "\ead2";
}
.fi-brands-node-js:before {
  content: "\eaf0";
}
.fi-brands-nvidia:before {
  content: "\eb08";
}
.fi-brands-oracle:before {
  content: "\eb2d";
}
.fi-brands-patreon:before {
  content: "\eb68";
}
.fi-brands-paypal:before {
  content: "\eb71";
}
.fi-brands-pfizer:before {
  content: "\ebda";
}
.fi-brands-photoshop:before {
  content: "\ebec";
}
.fi-brands-photoshop-camera:before {
  content: "\ebed";
}
.fi-brands-photoshop-express:before {
  content: "\ebee";
}
.fi-brands-photoshop-lightroom:before {
  content: "\ebef";
}
.fi-brands-photoshop-lightroom-classic:before {
  content: "\ebf0";
}
.fi-brands-php:before {
  content: "\ebf1";
}
.fi-brands-pinterest:before {
  content: "\ec0a";
}
.fi-brands-postgre:before {
  content: "\ec5a";
}
.fi-brands-premiere:before {
  content: "\ec62";
}
.fi-brands-premiere-rush:before {
  content: "\ec63";
}
.fi-brands-product-hunt:before {
  content: "\ec78";
}
.fi-brands-python:before {
  content: "\ec93";
}
.fi-brands-raspberry-pi:before {
  content: "\ecbc";
}
.fi-brands-reddit:before {
  content: "\ecd4";
}
.fi-brands-samsung:before {
  content: "\ed51";
}
.fi-brands-sap:before {
  content: "\ed54";
}
.fi-brands-sass:before {
  content: "\ed55";
}
.fi-brands-shopify:before {
  content: "\edcd";
}
.fi-brands-siemens:before {
  content: "\ede5";
}
.fi-brands-sketch:before {
  content: "\ee0d";
}
.fi-brands-skype:before {
  content: "\ee24";
}
.fi-brands-slack:before {
  content: "\ee25";
}
.fi-brands-slidesgo:before {
  content: "\ee2f";
}
.fi-brands-snapchat:before {
  content: "\ee3f";
}
.fi-brands-sony:before {
  content: "\ee56";
}
.fi-brands-soundcloud:before {
  content: "\ee6b";
}
.fi-brands-spark:before {
  content: "\ee78";
}
.fi-brands-spotify:before {
  content: "\ee8a";
}
.fi-brands-starbucks:before {
  content: "\eee4";
}
.fi-brands-stock:before {
  content: "\eef3";
}
.fi-brands-storyset:before {
  content: "\ef02";
}
.fi-brands-stripe:before {
  content: "\ef08";
}
.fi-brands-substance-3d-designer:before {
  content: "\ef14";
}
.fi-brands-substance-3d-painter:before {
  content: "\ef15";
}
.fi-brands-substance-3d-sampler:before {
  content: "\ef16";
}
.fi-brands-substance-3d-stager:before {
  content: "\ef17";
}
.fi-brands-swift:before {
  content: "\ef37";
}
.fi-brands-t-mobile:before {
  content: "\ef48";
}
.fi-brands-telegram:before {
  content: "\ef7b";
}
.fi-brands-tencent:before {
  content: "\ef85";
}
.fi-brands-the-home-depot:before {
  content: "\ef9e";
}
.fi-brands-tik-tok:before {
  content: "\efbf";
}
.fi-brands-trello:before {
  content: "\f043";
}
.fi-brands-tripadvisor:before {
  content: "\f04a";
}
.fi-brands-tumblr:before {
  content: "\f072";
}
.fi-brands-twitch:before {
  content: "\f07b";
}
.fi-brands-twitter:before {
  content: "\f07c";
}
.fi-brands-twitter-alt:before {
  content: "\f07d";
}
.fi-brands-twitter-alt-circle:before {
  content: "\f07e";
}
.fi-brands-twitter-alt-square:before {
  content: "\f07f";
}
.fi-brands-typescript:before {
  content: "\f082";
}
.fi-brands-uber:before {
  content: "\f085";
}
.fi-brands-ubuntu:before {
  content: "\f086";
}
.fi-brands-unilever:before {
  content: "\f092";
}
.fi-brands-unity:before {
  content: "\f093";
}
.fi-brands-unsplash:before {
  content: "\f096";
}
.fi-brands-ups:before {
  content: "\f09e";
}
.fi-brands-usaa:before {
  content: "\f0a2";
}
.fi-brands-verizon:before {
  content: "\f0fb";
}
.fi-brands-videvo:before {
  content: "\f106";
}
.fi-brands-vimeo:before {
  content: "\f108";
}
.fi-brands-visa:before {
  content: "\f10d";
}
.fi-brands-visual-basic:before {
  content: "\f112";
}
.fi-brands-vk:before {
  content: "\f113";
}
.fi-brands-walmart:before {
  content: "\f12f";
}
.fi-brands-wepik:before {
  content: "\f14f";
}
.fi-brands-whatsapp:before {
  content: "\f151";
}
.fi-brands-wikipedia:before {
  content: "\f163";
}
.fi-brands-windows:before {
  content: "\f16d";
}
.fi-brands-wix:before {
  content: "\f176";
}
.fi-brands-wordpress:before {
  content: "\f17a";
}
.fi-brands-xd:before {
  content: "\f18c";
}
.fi-brands-xing:before {
  content: "\f18d";
}
.fi-brands-yahoo:before {
  content: "\f18f";
}
.fi-brands-yandex:before {
  content: "\f190";
}
.fi-brands-yelp:before {
  content: "\f191";
}
.fi-brands-youtube:before {
  content: "\f199";
}
.fi-brands-zoom:before {
  content: "\f19d";
}
@font-face {
  font-family: "uicons-regular-rounded";
  src: url("./webfonts/uicons-regular-rounded.woff2") format("woff2"), url("./webfonts/uicons-regular-rounded.woff") format("woff"), url("./webfonts/uicons-regular-rounded.eot#iefix") format("embedded-opentype");
  font-display: swap;
}
i[class^="fi-rr-"], i[class*=" fi-rr-"], span[class^="fi-rr-"], span[class*=" fi-rr-"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  line-height: 1;
}
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: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fi-rr-0:before {
  content: "\f101";
}
.fi-rr-1:before {
  content: "\f102";
}
.fi-rr-2:before {
  content: "\f103";
}
.fi-rr-3:before {
  content: "\f104";
}
.fi-rr-360-degrees:before {
  content: "\f105";
}
.fi-rr-4:before {
  content: "\f106";
}
.fi-rr-5:before {
  content: "\f107";
}
.fi-rr-6:before {
  content: "\f108";
}
.fi-rr-7:before {
  content: "\f109";
}
.fi-rr-8:before {
  content: "\f10a";
}
.fi-rr-9:before {
  content: "\f10b";
}
.fi-rr-a:before {
  content: "\f10c";
}
.fi-rr-accident:before {
  content: "\f10d";
}
.fi-rr-acorn:before {
  content: "\f10e";
}
.fi-rr-ad:before {
  content: "\f10f";
}
.fi-rr-add-document:before {
  content: "\f110";
}
.fi-rr-add-folder:before {
  content: "\f111";
}
.fi-rr-add-image:before {
  content: "\f112";
}
.fi-rr-add:before {
  content: "\f113";
}
.fi-rr-address-book:before {
  content: "\f114";
}
.fi-rr-address-card:before {
  content: "\f115";
}
.fi-rr-admin-alt:before {
  content: "\f116";
}
.fi-rr-admin:before {
  content: "\f117";
}
.fi-rr-air-conditioner:before {
  content: "\f118";
}
.fi-rr-air-freshener:before {
  content: "\f119";
}
.fi-rr-airplane-journey:before {
  content: "\f11a";
}
.fi-rr-airplay:before {
  content: "\f11b";
}
.fi-rr-alarm-clock:before {
  content: "\f11c";
}
.fi-rr-alarm-exclamation:before {
  content: "\f11d";
}
.fi-rr-alarm-plus:before {
  content: "\f11e";
}
.fi-rr-alarm-snooze:before {
  content: "\f11f";
}
.fi-rr-album-circle-plus:before {
  content: "\f120";
}
.fi-rr-album-circle-user:before {
  content: "\f121";
}
.fi-rr-album-collection:before {
  content: "\f122";
}
.fi-rr-album:before {
  content: "\f123";
}
.fi-rr-algorithm:before {
  content: "\f124";
}
.fi-rr-alicorn:before {
  content: "\f125";
}
.fi-rr-alien:before {
  content: "\f126";
}
.fi-rr-align-center:before {
  content: "\f127";
}
.fi-rr-align-justify:before {
  content: "\f128";
}
.fi-rr-align-left:before {
  content: "\f129";
}
.fi-rr-align-slash:before {
  content: "\f12a";
}
.fi-rr-ambulance:before {
  content: "\f12b";
}
.fi-rr-anchor:before {
  content: "\f12c";
}
.fi-rr-angel:before {
  content: "\f12d";
}
.fi-rr-angle-90:before {
  content: "\f12e";
}
.fi-rr-angle-circle-down:before {
  content: "\f12f";
}
.fi-rr-angle-circle-left:before {
  content: "\f130";
}
.fi-rr-angle-circle-right:before {
  content: "\f131";
}
.fi-rr-angle-circle-up:before {
  content: "\f132";
}
.fi-rr-angle-double-left:before {
  content: "\f133";
}
.fi-rr-angle-double-right:before {
  content: "\f134";
}
.fi-rr-angle-double-small-down:before {
  content: "\f135";
}
.fi-rr-angle-double-small-left:before {
  content: "\f136";
}
.fi-rr-angle-double-small-right:before {
  content: "\f137";
}
.fi-rr-angle-double-small-up:before {
  content: "\f138";
}
.fi-rr-angle-down:before {
  content: "\f139";
}
.fi-rr-angle-left:before {
  content: "\f13a";
}
.fi-rr-angle-right:before {
  content: "\f13b";
}
.fi-rr-angle-small-down:before {
  content: "\f13c";
}
.fi-rr-angle-small-left:before {
  content: "\f13d";
}
.fi-rr-angle-small-right:before {
  content: "\f13e";
}
.fi-rr-angle-small-up:before {
  content: "\f13f";
}
.fi-rr-angle-square-down:before {
  content: "\f140";
}
.fi-rr-angle-square-left:before {
  content: "\f141";
}
.fi-rr-angle-square-right:before {
  content: "\f142";
}
.fi-rr-angle-square-up:before {
  content: "\f143";
}
.fi-rr-angle-up:before {
  content: "\f144";
}
.fi-rr-angle:before {
  content: "\f145";
}
.fi-rr-angry:before {
  content: "\f146";
}
.fi-rr-animated-icon:before {
  content: "\f147";
}
.fi-rr-answer-alt:before {
  content: "\f148";
}
.fi-rr-answer:before {
  content: "\f149";
}
.fi-rr-apartment:before {
  content: "\f14a";
}
.fi-rr-aperture:before {
  content: "\f14b";
}
.fi-rr-api:before {
  content: "\f14c";
}
.fi-rr-apple-core:before {
  content: "\f14d";
}
.fi-rr-apple-crate:before {
  content: "\f14e";
}
.fi-rr-apple-whole:before {
  content: "\f14f";
}
.fi-rr-apps-add:before {
  content: "\f150";
}
.fi-rr-apps-delete:before {
  content: "\f151";
}
.fi-rr-apps-sort:before {
  content: "\f152";
}
.fi-rr-apps:before {
  content: "\f153";
}
.fi-rr-archive:before {
  content: "\f154";
}
.fi-rr-archway:before {
  content: "\f155";
}
.fi-rr-arrow-alt-circle-down:before {
  content: "\f156";
}
.fi-rr-arrow-alt-circle-left:before {
  content: "\f157";
}
.fi-rr-arrow-alt-circle-right:before {
  content: "\f158";
}
.fi-rr-arrow-alt-circle-up:before {
  content: "\f159";
}
.fi-rr-arrow-alt-down:before {
  content: "\f15a";
}
.fi-rr-arrow-alt-from-bottom:before {
  content: "\f15b";
}
.fi-rr-arrow-alt-from-left:before {
  content: "\f15c";
}
.fi-rr-arrow-alt-from-right:before {
  content: "\f15d";
}
.fi-rr-arrow-alt-from-top:before {
  content: "\f15e";
}
.fi-rr-arrow-alt-left:before {
  content: "\f15f";
}
.fi-rr-arrow-alt-right:before {
  content: "\f160";
}
.fi-rr-arrow-alt-square-down:before {
  content: "\f161";
}
.fi-rr-arrow-alt-square-left:before {
  content: "\f162";
}
.fi-rr-arrow-alt-square-right:before {
  content: "\f163";
}
.fi-rr-arrow-alt-square-up:before {
  content: "\f164";
}
.fi-rr-arrow-alt-to-bottom:before {
  content: "\f165";
}
.fi-rr-arrow-alt-to-left:before {
  content: "\f166";
}
.fi-rr-arrow-alt-to-right:before {
  content: "\f167";
}
.fi-rr-arrow-alt-to-top:before {
  content: "\f168";
}
.fi-rr-arrow-alt-up:before {
  content: "\f169";
}
.fi-rr-arrow-circle-down:before {
  content: "\f16a";
}
.fi-rr-arrow-circle-left:before {
  content: "\f16b";
}
.fi-rr-arrow-circle-right:before {
  content: "\f16c";
}
.fi-rr-arrow-circle-up:before {
  content: "\f16d";
}
.fi-rr-arrow-down-from-dotted-line:before {
  content: "\f16e";
}
.fi-rr-arrow-down-left:before {
  content: "\f16f";
}
.fi-rr-arrow-down-small-big:before {
  content: "\f170";
}
.fi-rr-arrow-down-to-dotted-line:before {
  content: "\f171";
}
.fi-rr-arrow-down-to-square:before {
  content: "\f172";
}
.fi-rr-arrow-down-triangle-square:before {
  content: "\f173";
}
.fi-rr-arrow-down:before {
  content: "\f174";
}
.fi-rr-arrow-from-bottom:before {
  content: "\f175";
}
.fi-rr-arrow-from-left:before {
  content: "\f176";
}
.fi-rr-arrow-from-right:before {
  content: "\f177";
}
.fi-rr-arrow-from-top:before {
  content: "\f178";
}
.fi-rr-arrow-left-from-line:before {
  content: "\f179";
}
.fi-rr-arrow-left:before {
  content: "\f17a";
}
.fi-rr-arrow-progress:before {
  content: "\f17b";
}
.fi-rr-arrow-right-to-bracket:before {
  content: "\f17c";
}
.fi-rr-arrow-right:before {
  content: "\f17d";
}
.fi-rr-arrow-small-down:before {
  content: "\f17e";
}
.fi-rr-arrow-small-left:before {
  content: "\f17f";
}
.fi-rr-arrow-small-right:before {
  content: "\f180";
}
.fi-rr-arrow-small-up:before {
  content: "\f181";
}
.fi-rr-arrow-square-down:before {
  content: "\f182";
}
.fi-rr-arrow-square-left:before {
  content: "\f183";
}
.fi-rr-arrow-square-right:before {
  content: "\f184";
}
.fi-rr-arrow-square-up:before {
  content: "\f185";
}
.fi-rr-arrow-to-bottom:before {
  content: "\f186";
}
.fi-rr-arrow-to-left:before {
  content: "\f187";
}
.fi-rr-arrow-to-right:before {
  content: "\f188";
}
.fi-rr-arrow-to-top:before {
  content: "\f189";
}
.fi-rr-arrow-trend-down:before {
  content: "\f18a";
}
.fi-rr-arrow-trend-up:before {
  content: "\f18b";
}
.fi-rr-arrow-turn-down-left:before {
  content: "\f18c";
}
.fi-rr-arrow-turn-down-right:before {
  content: "\f18d";
}
.fi-rr-arrow-up-from-dotted-line:before {
  content: "\f18e";
}
.fi-rr-arrow-up-from-square:before {
  content: "\f18f";
}
.fi-rr-arrow-up-left-from-circle:before {
  content: "\f190";
}
.fi-rr-arrow-up-left:before {
  content: "\f191";
}
.fi-rr-arrow-up-right-and-arrow-down-left-from-center:before {
  content: "\f192";
}
.fi-rr-arrow-up-right-from-square:before {
  content: "\f193";
}
.fi-rr-arrow-up-right:before {
  content: "\f194";
}
.fi-rr-arrow-up-small-big:before {
  content: "\f195";
}
.fi-rr-arrow-up-square-triangle:before {
  content: "\f196";
}
.fi-rr-arrow-up-to-dotted-line:before {
  content: "\f197";
}
.fi-rr-arrow-up:before {
  content: "\f198";
}
.fi-rr-arrows-alt-h:before {
  content: "\f199";
}
.fi-rr-arrows-alt-v:before {
  content: "\f19a";
}
.fi-rr-arrows-alt:before {
  content: "\f19b";
}
.fi-rr-arrows-cross:before {
  content: "\f19c";
}
.fi-rr-arrows-from-dotted-line:before {
  content: "\f19d";
}
.fi-rr-arrows-from-line:before {
  content: "\f19e";
}
.fi-rr-arrows-h-copy:before {
  content: "\f19f";
}
.fi-rr-arrows-h:before {
  content: "\f1a0";
}
.fi-rr-arrows-repeat-1:before {
  content: "\f1a1";
}
.fi-rr-arrows-repeat:before {
  content: "\f1a2";
}
.fi-rr-arrows-retweet:before {
  content: "\f1a3";
}
.fi-rr-arrows-to-dotted-line:before {
  content: "\f1a4";
}
.fi-rr-arrows-to-eye:before {
  content: "\f1a5";
}
.fi-rr-arrows-to-line:before {
  content: "\f1a6";
}
.fi-rr-arrows:before {
  content: "\f1a7";
}
.fi-rr-artificial-intelligence:before {
  content: "\f1a8";
}
.fi-rr-assept-document:before {
  content: "\f1a9";
}
.fi-rr-assistive-listening-systems:before {
  content: "\f1aa";
}
.fi-rr-asterik:before {
  content: "\f1ab";
}
.fi-rr-at:before {
  content: "\f1ac";
}
.fi-rr-attribution-pen:before {
  content: "\f1ad";
}
.fi-rr-attribution-pencil:before {
  content: "\f1ae";
}
.fi-rr-aubergine:before {
  content: "\f1af";
}
.fi-rr-auction:before {
  content: "\f1b0";
}
.fi-rr-audio-description-slash:before {
  content: "\f1b1";
}
.fi-rr-audit-alt:before {
  content: "\f1b2";
}
.fi-rr-audit:before {
  content: "\f1b3";
}
.fi-rr-austral-sign:before {
  content: "\f1b4";
}
.fi-rr-avocado:before {
  content: "\f1b5";
}
.fi-rr-award:before {
  content: "\f1b6";
}
.fi-rr-axe-battle:before {
  content: "\f1b7";
}
.fi-rr-axe:before {
  content: "\f1b8";
}
.fi-rr-b:before {
  content: "\f1b9";
}
.fi-rr-baby-carriage:before {
  content: "\f1ba";
}
.fi-rr-baby:before {
  content: "\f1bb";
}
.fi-rr-background:before {
  content: "\f1bc";
}
.fi-rr-backpack:before {
  content: "\f1bd";
}
.fi-rr-bacon:before {
  content: "\f1be";
}
.fi-rr-bacteria:before {
  content: "\f1bf";
}
.fi-rr-bacterium:before {
  content: "\f1c0";
}
.fi-rr-badge-check:before {
  content: "\f1c1";
}
.fi-rr-badge-dollar:before {
  content: "\f1c2";
}
.fi-rr-badge-percent:before {
  content: "\f1c3";
}
.fi-rr-badge-sheriff:before {
  content: "\f1c4";
}
.fi-rr-badge:before {
  content: "\f1c5";
}
.fi-rr-badger-honey:before {
  content: "\f1c6";
}
.fi-rr-badminton:before {
  content: "\f1c7";
}
.fi-rr-bag-seedling:before {
  content: "\f1c8";
}
.fi-rr-bags-shopping:before {
  content: "\f1c9";
}
.fi-rr-baguette:before {
  content: "\f1ca";
}
.fi-rr-bahai:before {
  content: "\f1cb";
}
.fi-rr-baht-sign:before {
  content: "\f1cc";
}
.fi-rr-balance-scale-left:before {
  content: "\f1cd";
}
.fi-rr-balance-scale-right:before {
  content: "\f1ce";
}
.fi-rr-ball-pile:before {
  content: "\f1cf";
}
.fi-rr-ball:before {
  content: "\f1d0";
}
.fi-rr-balloon:before {
  content: "\f1d1";
}
.fi-rr-balloons:before {
  content: "\f1d2";
}
.fi-rr-ballot-check:before {
  content: "\f1d3";
}
.fi-rr-ballot:before {
  content: "\f1d4";
}
.fi-rr-ban-bug:before {
  content: "\f1d5";
}
.fi-rr-ban:before {
  content: "\f1d6";
}
.fi-rr-banana:before {
  content: "\f1d7";
}
.fi-rr-band-aid:before {
  content: "\f1d8";
}
.fi-rr-bangladeshi-taka-sign:before {
  content: "\f1d9";
}
.fi-rr-banjo:before {
  content: "\f1da";
}
.fi-rr-bank:before {
  content: "\f1db";
}
.fi-rr-barber-shop:before {
  content: "\f1dc";
}
.fi-rr-barcode-read:before {
  content: "\f1dd";
}
.fi-rr-barcode-scan:before {
  content: "\f1de";
}
.fi-rr-barcode:before {
  content: "\f1df";
}
.fi-rr-bars-filter:before {
  content: "\f1e0";
}
.fi-rr-bars-progress:before {
  content: "\f1e1";
}
.fi-rr-bars-sort:before {
  content: "\f1e2";
}
.fi-rr-bars-staggered:before {
  content: "\f1e3";
}
.fi-rr-baseball-alt:before {
  content: "\f1e4";
}
.fi-rr-baseball:before {
  content: "\f1e5";
}
.fi-rr-basket-shopping-simple:before {
  content: "\f1e6";
}
.fi-rr-basket:before {
  content: "\f1e7";
}
.fi-rr-basketball:before {
  content: "\f1e8";
}
.fi-rr-bat:before {
  content: "\f1e9";
}
.fi-rr-bath:before {
  content: "\f1ea";
}
.fi-rr-battery-bolt:before {
  content: "\f1eb";
}
.fi-rr-battery-empty:before {
  content: "\f1ec";
}
.fi-rr-battery-exclamation:before {
  content: "\f1ed";
}
.fi-rr-battery-full:before {
  content: "\f1ee";
}
.fi-rr-battery-half:before {
  content: "\f1ef";
}
.fi-rr-battery-quarter:before {
  content: "\f1f0";
}
.fi-rr-battery-slash:before {
  content: "\f1f1";
}
.fi-rr-battery-three-quarters:before {
  content: "\f1f2";
}
.fi-rr-beacon:before {
  content: "\f1f3";
}
.fi-rr-bed-alt:before {
  content: "\f1f4";
}
.fi-rr-bed-bunk:before {
  content: "\f1f5";
}
.fi-rr-bed-empty:before {
  content: "\f1f6";
}
.fi-rr-bed:before {
  content: "\f1f7";
}
.fi-rr-bee:before {
  content: "\f1f8";
}
.fi-rr-beer-mug-empty:before {
  content: "\f1f9";
}
.fi-rr-beer:before {
  content: "\f1fa";
}
.fi-rr-bell-concierge:before {
  content: "\f1fb";
}
.fi-rr-bell-ring:before {
  content: "\f1fc";
}
.fi-rr-bell-school:before {
  content: "\f1fd";
}
.fi-rr-bell-slash:before {
  content: "\f1fe";
}
.fi-rr-bell:before {
  content: "\f1ff";
}
.fi-rr-bells:before {
  content: "\f200";
}
.fi-rr-bench-tree:before {
  content: "\f201";
}
.fi-rr-betamax:before {
  content: "\f202";
}
.fi-rr-bicycle-journey:before {
  content: "\f203";
}
.fi-rr-bike:before {
  content: "\f204";
}
.fi-rr-biking-mountain:before {
  content: "\f205";
}
.fi-rr-biking:before {
  content: "\f206";
}
.fi-rr-billiard:before {
  content: "\f207";
}
.fi-rr-binary-circle-check:before {
  content: "\f208";
}
.fi-rr-binary-lock:before {
  content: "\f209";
}
.fi-rr-binary-slash:before {
  content: "\f20a";
}
.fi-rr-binary:before {
  content: "\f20b";
}
.fi-rr-binoculars:before {
  content: "\f20c";
}
.fi-rr-biohazard:before {
  content: "\f20d";
}
.fi-rr-bird:before {
  content: "\f20e";
}
.fi-rr-bitcoin-sign:before {
  content: "\f20f";
}
.fi-rr-blanket:before {
  content: "\f210";
}
.fi-rr-blender-phone:before {
  content: "\f211";
}
.fi-rr-blender:before {
  content: "\f212";
}
.fi-rr-blinds-open:before {
  content: "\f213";
}
.fi-rr-blinds-raised:before {
  content: "\f214";
}
.fi-rr-blinds:before {
  content: "\f215";
}
.fi-rr-block-brick:before {
  content: "\f216";
}
.fi-rr-block-question:before {
  content: "\f217";
}
.fi-rr-block-quote:before {
  content: "\f218";
}
.fi-rr-block:before {
  content: "\f219";
}
.fi-rr-blog-pencil:before {
  content: "\f21a";
}
.fi-rr-blog-text:before {
  content: "\f21b";
}
.fi-rr-blueberries:before {
  content: "\f21c";
}
.fi-rr-bold:before {
  content: "\f21d";
}
.fi-rr-bolt-auto:before {
  content: "\f21e";
}
.fi-rr-bolt-slash:before {
  content: "\f21f";
}
.fi-rr-bolt:before {
  content: "\f220";
}
.fi-rr-bomb:before {
  content: "\f221";
}
.fi-rr-bone-break:before {
  content: "\f222";
}
.fi-rr-bone:before {
  content: "\f223";
}
.fi-rr-bong:before {
  content: "\f224";
}
.fi-rr-book-alt:before {
  content: "\f225";
}
.fi-rr-book-arrow-right:before {
  content: "\f226";
}
.fi-rr-book-arrow-up:before {
  content: "\f227";
}
.fi-rr-book-atlas:before {
  content: "\f228";
}
.fi-rr-book-bookmark:before {
  content: "\f229";
}
.fi-rr-book-circle-arrow-right:before {
  content: "\f22a";
}
.fi-rr-book-circle-arrow-up:before {
  content: "\f22b";
}
.fi-rr-book-copy:before {
  content: "\f22c";
}
.fi-rr-book-dead:before {
  content: "\f22d";
}
.fi-rr-book-font:before {
  content: "\f22e";
}
.fi-rr-book-medical:before {
  content: "\f22f";
}
.fi-rr-book-open-cover:before {
  content: "\f230";
}
.fi-rr-book-open-reader:before {
  content: "\f231";
}
.fi-rr-book-quran:before {
  content: "\f232";
}
.fi-rr-book-section:before {
  content: "\f233";
}
.fi-rr-book-spells:before {
  content: "\f234";
}
.fi-rr-book-tanakh:before {
  content: "\f235";
}
.fi-rr-book-user:before {
  content: "\f236";
}
.fi-rr-book:before {
  content: "\f237";
}
.fi-rr-bookmark-slash:before {
  content: "\f238";
}
.fi-rr-bookmark:before {
  content: "\f239";
}
.fi-rr-books-medical:before {
  content: "\f23a";
}
.fi-rr-books:before {
  content: "\f23b";
}
.fi-rr-boot-heeled:before {
  content: "\f23c";
}
.fi-rr-boot:before {
  content: "\f23d";
}
.fi-rr-border-all:before {
  content: "\f23e";
}
.fi-rr-border-bottom:before {
  content: "\f23f";
}
.fi-rr-border-center-h:before {
  content: "\f240";
}
.fi-rr-border-center-v:before {
  content: "\f241";
}
.fi-rr-border-inner:before {
  content: "\f242";
}
.fi-rr-border-left:before {
  content: "\f243";
}
.fi-rr-border-none:before {
  content: "\f244";
}
.fi-rr-border-outer:before {
  content: "\f245";
}
.fi-rr-border-right:before {
  content: "\f246";
}
.fi-rr-border-style-alt:before {
  content: "\f247";
}
.fi-rr-border-style:before {
  content: "\f248";
}
.fi-rr-border-top:before {
  content: "\f249";
}
.fi-rr-boss:before {
  content: "\f24a";
}
.fi-rr-bottle-droplet:before {
  content: "\f24b";
}
.fi-rr-bottle:before {
  content: "\f24c";
}
.fi-rr-bow-arrow:before {
  content: "\f24d";
}
.fi-rr-bowl-chopsticks-noodles:before {
  content: "\f24e";
}
.fi-rr-bowl-chopsticks:before {
  content: "\f24f";
}
.fi-rr-bowl-rice:before {
  content: "\f250";
}
.fi-rr-bowl-scoop:before {
  content: "\f251";
}
.fi-rr-bowl-scoops:before {
  content: "\f252";
}
.fi-rr-bowl-soft-serve:before {
  content: "\f253";
}
.fi-rr-bowl-spoon:before {
  content: "\f254";
}
.fi-rr-bowling-ball:before {
  content: "\f255";
}
.fi-rr-bowling-pins:before {
  content: "\f256";
}
.fi-rr-bowling:before {
  content: "\f257";
}
.fi-rr-box-alt:before {
  content: "\f258";
}
.fi-rr-box-ballot:before {
  content: "\f259";
}
.fi-rr-box-check:before {
  content: "\f25a";
}
.fi-rr-box-circle-check:before {
  content: "\f25b";
}
.fi-rr-box-dollar:before {
  content: "\f25c";
}
.fi-rr-box-fragile:before {
  content: "\f25d";
}
.fi-rr-box-heart:before {
  content: "\f25e";
}
.fi-rr-box-open-full:before {
  content: "\f25f";
}
.fi-rr-box-open:before {
  content: "\f260";
}
.fi-rr-box-tissue:before {
  content: "\f261";
}
.fi-rr-box-up:before {
  content: "\f262";
}
.fi-rr-box:before {
  content: "\f263";
}
.fi-rr-boxes:before {
  content: "\f264";
}
.fi-rr-boxing-glove:before {
  content: "\f265";
}
.fi-rr-bracket-curly-right:before {
  content: "\f266";
}
.fi-rr-bracket-curly:before {
  content: "\f267";
}
.fi-rr-bracket-round-right:before {
  content: "\f268";
}
.fi-rr-bracket-round:before {
  content: "\f269";
}
.fi-rr-bracket-square-right:before {
  content: "\f26a";
}
.fi-rr-bracket-square:before {
  content: "\f26b";
}
.fi-rr-brackets-curly:before {
  content: "\f26c";
}
.fi-rr-brackets-round:before {
  content: "\f26d";
}
.fi-rr-brackets-square:before {
  content: "\f26e";
}
.fi-rr-braille-a:before {
  content: "\f26f";
}
.fi-rr-braille-b:before {
  content: "\f270";
}
.fi-rr-braille-c:before {
  content: "\f271";
}
.fi-rr-braille-d:before {
  content: "\f272";
}
.fi-rr-braille-e:before {
  content: "\f273";
}
.fi-rr-braille-g:before {
  content: "\f274";
}
.fi-rr-braille-h:before {
  content: "\f275";
}
.fi-rr-braille-i:before {
  content: "\f276";
}
.fi-rr-braille-j:before {
  content: "\f277";
}
.fi-rr-braille-k:before {
  content: "\f278";
}
.fi-rr-braille-l:before {
  content: "\f279";
}
.fi-rr-braille-m:before {
  content: "\f27a";
}
.fi-rr-braille-n-alt:before {
  content: "\f27b";
}
.fi-rr-braille-n:before {
  content: "\f27c";
}
.fi-rr-braille-o:before {
  content: "\f27d";
}
.fi-rr-braille-p:before {
  content: "\f27e";
}
.fi-rr-braille-q:before {
  content: "\f27f";
}
.fi-rr-braille-r:before {
  content: "\f280";
}
.fi-rr-braille-s:before {
  content: "\f281";
}
.fi-rr-braille-t:before {
  content: "\f282";
}
.fi-rr-braille-u:before {
  content: "\f283";
}
.fi-rr-braille-v:before {
  content: "\f284";
}
.fi-rr-braille-w:before {
  content: "\f285";
}
.fi-rr-braille-x:before {
  content: "\f286";
}
.fi-rr-braille-y:before {
  content: "\f287";
}
.fi-rr-braille-z:before {
  content: "\f288";
}
.fi-rr-braille:before {
  content: "\f289";
}
.fi-rr-brain-circuit:before {
  content: "\f28a";
}
.fi-rr-brain:before {
  content: "\f28b";
}
.fi-rr-bread-loaf:before {
  content: "\f28c";
}
.fi-rr-bread-slice-butter:before {
  content: "\f28d";
}
.fi-rr-bread-slice:before {
  content: "\f28e";
}
.fi-rr-bread:before {
  content: "\f28f";
}
.fi-rr-briefcase-arrow-right:before {
  content: "\f290";
}
.fi-rr-briefcase-blank:before {
  content: "\f291";
}
.fi-rr-briefcase:before {
  content: "\f292";
}
.fi-rr-brightness-low:before {
  content: "\f293";
}
.fi-rr-brightness:before {
  content: "\f294";
}
.fi-rr-bring-forward:before {
  content: "\f295";
}
.fi-rr-bring-front:before {
  content: "\f296";
}
.fi-rr-broadcast-tower:before {
  content: "\f297";
}
.fi-rr-broccoli:before {
  content: "\f298";
}
.fi-rr-broken-image:before {
  content: "\f299";
}
.fi-rr-broom-ball:before {
  content: "\f29a";
}
.fi-rr-broom:before {
  content: "\f29b";
}
.fi-rr-browser-ui:before {
  content: "\f29c";
}
.fi-rr-browser:before {
  content: "\f29d";
}
.fi-rr-browsers:before {
  content: "\f29e";
}
.fi-rr-brush:before {
  content: "\f29f";
}
.fi-rr-bucket:before {
  content: "\f2a0";
}
.fi-rr-budget-alt:before {
  content: "\f2a1";
}
.fi-rr-budget:before {
  content: "\f2a2";
}
.fi-rr-bug-slash:before {
  content: "\f2a3";
}
.fi-rr-bug:before {
  content: "\f2a4";
}
.fi-rr-bugs:before {
  content: "\f2a5";
}
.fi-rr-build-alt:before {
  content: "\f2a6";
}
.fi-rr-build:before {
  content: "\f2a7";
}
.fi-rr-building-ngo:before {
  content: "\f2a8";
}
.fi-rr-building:before {
  content: "\f2a9";
}
.fi-rr-bulb:before {
  content: "\f2aa";
}
.fi-rr-bullet:before {
  content: "\f2ab";
}
.fi-rr-bullhorn:before {
  content: "\f2ac";
}
.fi-rr-bullseye-arrow:before {
  content: "\f2ad";
}
.fi-rr-bullseye-pointer:before {
  content: "\f2ae";
}
.fi-rr-bullseye:before {
  content: "\f2af";
}
.fi-rr-burger-alt:before {
  content: "\f2b0";
}
.fi-rr-burger-fries:before {
  content: "\f2b1";
}
.fi-rr-burger-glass:before {
  content: "\f2b2";
}
.fi-rr-burrito:before {
  content: "\f2b3";
}
.fi-rr-bus-alt:before {
  content: "\f2b4";
}
.fi-rr-bus:before {
  content: "\f2b5";
}
.fi-rr-business-time:before {
  content: "\f2b6";
}
.fi-rr-Butter:before {
  content: "\f2b7";
}
.fi-rr-butterfly:before {
  content: "\f2b8";
}
.fi-rr-c:before {
  content: "\f2b9";
}
.fi-rr-cabin:before {
  content: "\f2ba";
}
.fi-rr-cactus:before {
  content: "\f2bb";
}
.fi-rr-cake-birthday:before {
  content: "\f2bc";
}
.fi-rr-cake-slice:before {
  content: "\f2bd";
}
.fi-rr-cake-wedding:before {
  content: "\f2be";
}
.fi-rr-calculator-bill:before {
  content: "\f2bf";
}
.fi-rr-calculator-money:before {
  content: "\f2c0";
}
.fi-rr-calculator-simple:before {
  content: "\f2c1";
}
.fi-rr-calculator:before {
  content: "\f2c2";
}
.fi-rr-calendar-arrow-down:before {
  content: "\f2c3";
}
.fi-rr-calendar-arrow-up:before {
  content: "\f2c4";
}
.fi-rr-calendar-check:before {
  content: "\f2c5";
}
.fi-rr-calendar-clock:before {
  content: "\f2c6";
}
.fi-rr-calendar-day:before {
  content: "\f2c7";
}
.fi-rr-calendar-days:before {
  content: "\f2c8";
}
.fi-rr-calendar-exclamation:before {
  content: "\f2c9";
}
.fi-rr-calendar-heart:before {
  content: "\f2ca";
}
.fi-rr-calendar-image:before {
  content: "\f2cb";
}
.fi-rr-calendar-lines-pen:before {
  content: "\f2cc";
}
.fi-rr-calendar-lines:before {
  content: "\f2cd";
}
.fi-rr-calendar-minus:before {
  content: "\f2ce";
}
.fi-rr-calendar-pen:before {
  content: "\f2cf";
}
.fi-rr-calendar-plus:before {
  content: "\f2d0";
}
.fi-rr-calendar-star:before {
  content: "\f2d1";
}
.fi-rr-calendar-week:before {
  content: "\f2d2";
}
.fi-rr-calendar-xmark:before {
  content: "\f2d3";
}
.fi-rr-calendar:before {
  content: "\f2d4";
}
.fi-rr-calendars:before {
  content: "\f2d5";
}
.fi-rr-call-history:before {
  content: "\f2d6";
}
.fi-rr-call-incoming:before {
  content: "\f2d7";
}
.fi-rr-call-missed:before {
  content: "\f2d8";
}
.fi-rr-call-outgoing:before {
  content: "\f2d9";
}
.fi-rr-camcorder:before {
  content: "\f2da";
}
.fi-rr-camera-cctv:before {
  content: "\f2db";
}
.fi-rr-camera-movie:before {
  content: "\f2dc";
}
.fi-rr-camera-retro:before {
  content: "\f2dd";
}
.fi-rr-camera-rotate:before {
  content: "\f2de";
}
.fi-rr-camera-security:before {
  content: "\f2df";
}
.fi-rr-camera-slash:before {
  content: "\f2e0";
}
.fi-rr-camera-viewfinder:before {
  content: "\f2e1";
}
.fi-rr-camera:before {
  content: "\f2e2";
}
.fi-rr-campfire:before {
  content: "\f2e3";
}
.fi-rr-camping:before {
  content: "\f2e4";
}
.fi-rr-can-food:before {
  content: "\f2e5";
}
.fi-rr-candle-holder:before {
  content: "\f2e6";
}
.fi-rr-candy-alt:before {
  content: "\f2e7";
}
.fi-rr-candy-bar:before {
  content: "\f2e8";
}
.fi-rr-candy-cane:before {
  content: "\f2e9";
}
.fi-rr-candy-corn:before {
  content: "\f2ea";
}
.fi-rr-candy-sweet:before {
  content: "\f2eb";
}
.fi-rr-candy:before {
  content: "\f2ec";
}
.fi-rr-Cannabis:before {
  content: "\f2ed";
}
.fi-rr-canned-food:before {
  content: "\f2ee";
}
.fi-rr-capsules:before {
  content: "\f2ef";
}
.fi-rr-car-alt:before {
  content: "\f2f0";
}
.fi-rr-car-battery:before {
  content: "\f2f1";
}
.fi-rr-car-bolt:before {
  content: "\f2f2";
}
.fi-rr-car-building:before {
  content: "\f2f3";
}
.fi-rr-car-bump:before {
  content: "\f2f4";
}
.fi-rr-car-bus:before {
  content: "\f2f5";
}
.fi-rr-car-circle-bolt:before {
  content: "\f2f6";
}
.fi-rr-car-crash:before {
  content: "\f2f7";
}
.fi-rr-car-garage:before {
  content: "\f2f8";
}
.fi-rr-car-journey:before {
  content: "\f2f9";
}
.fi-rr-car-mechanic:before {
  content: "\f2fa";
}
.fi-rr-car-rear:before {
  content: "\f2fb";
}
.fi-rr-car-side-bolt:before {
  content: "\f2fc";
}
.fi-rr-car-side:before {
  content: "\f2fd";
}
.fi-rr-car-tilt:before {
  content: "\f2fe";
}
.fi-rr-car-wash:before {
  content: "\f2ff";
}
.fi-rr-car:before {
  content: "\f300";
}
.fi-rr-caravan-alt:before {
  content: "\f301";
}
.fi-rr-caravan:before {
  content: "\f302";
}
.fi-rr-card-club:before {
  content: "\f303";
}
.fi-rr-card-diamond:before {
  content: "\f304";
}
.fi-rr-card-heart:before {
  content: "\f305";
}
.fi-rr-card-spade:before {
  content: "\f306";
}
.fi-rr-caret-circle-down:before {
  content: "\f307";
}
.fi-rr-caret-circle-right:before {
  content: "\f308";
}
.fi-rr-caret-circle-up:before {
  content: "\f309";
}
.fi-rr-caret-down:before {
  content: "\f30a";
}
.fi-rr-caret-left:before {
  content: "\f30b";
}
.fi-rr-caret-quare-up:before {
  content: "\f30c";
}
.fi-rr-caret-right:before {
  content: "\f30d";
}
.fi-rr-caret-square-down:before {
  content: "\f30e";
}
.fi-rr-caret-square-left_1:before {
  content: "\f30f";
}
.fi-rr-caret-square-left:before {
  content: "\f310";
}
.fi-rr-caret-square-right:before {
  content: "\f311";
}
.fi-rr-caret-up:before {
  content: "\f312";
}
.fi-rr-carrot:before {
  content: "\f313";
}
.fi-rr-cars-crash:before {
  content: "\f314";
}
.fi-rr-cars:before {
  content: "\f315";
}
.fi-rr-cart-arrow-down:before {
  content: "\f316";
}
.fi-rr-cart-minus:before {
  content: "\f317";
}
.fi-rr-cart-shopping-fast:before {
  content: "\f318";
}
.fi-rr-cash-register:before {
  content: "\f319";
}
.fi-rr-cassette-tape:before {
  content: "\f31a";
}
.fi-rr-cassette-vhs:before {
  content: "\f31b";
}
.fi-rr-castle:before {
  content: "\f31c";
}
.fi-rr-cat-space:before {
  content: "\f31d";
}
.fi-rr-cat:before {
  content: "\f31e";
}
.fi-rr-catalog-alt:before {
  content: "\f31f";
}
.fi-rr-catalog-magazine:before {
  content: "\f320";
}
.fi-rr-catalog:before {
  content: "\f321";
}
.fi-rr-category-alt:before {
  content: "\f322";
}
.fi-rr-category:before {
  content: "\f323";
}
.fi-rr-cauldron:before {
  content: "\f324";
}
.fi-rr-cedi-sign:before {
  content: "\f325";
}
.fi-rr-cello:before {
  content: "\f326";
}
.fi-rr-cent-sign:before {
  content: "\f327";
}
.fi-rr-chair-office:before {
  content: "\f328";
}
.fi-rr-chair:before {
  content: "\f329";
}
.fi-rr-chalkboard-user:before {
  content: "\f32a";
}
.fi-rr-challenge-alt:before {
  content: "\f32b";
}
.fi-rr-challenge:before {
  content: "\f32c";
}
.fi-rr-charging-station:before {
  content: "\f32d";
}
.fi-rr-chart-area:before {
  content: "\f32e";
}
.fi-rr-chart-bullet:before {
  content: "\f32f";
}
.fi-rr-chart-candlestick:before {
  content: "\f330";
}
.fi-rr-chart-connected:before {
  content: "\f331";
}
.fi-rr-chart-gantt:before {
  content: "\f332";
}
.fi-rr-chart-histogram:before {
  content: "\f333";
}
.fi-rr-chart-line-up:before {
  content: "\f334";
}
.fi-rr-chart-mixed:before {
  content: "\f335";
}
.fi-rr-chart-network:before {
  content: "\f336";
}
.fi-rr-chart-pie-alt:before {
  content: "\f337";
}
.fi-rr-chart-pie:before {
  content: "\f338";
}
.fi-rr-chart-pyramid:before {
  content: "\f339";
}
.fi-rr-chart-radar:before {
  content: "\f33a";
}
.fi-rr-chart-scatter-3d:before {
  content: "\f33b";
}
.fi-rr-chart-scatter-bubble:before {
  content: "\f33c";
}
.fi-rr-chart-scatter:before {
  content: "\f33d";
}
.fi-rr-chart-set-theory:before {
  content: "\f33e";
}
.fi-rr-chart-simple-horizontal:before {
  content: "\f33f";
}
.fi-rr-chart-simple:before {
  content: "\f340";
}
.fi-rr-chart-tree-map:before {
  content: "\f341";
}
.fi-rr-chart-tree:before {
  content: "\f342";
}
.fi-rr-chart-user:before {
  content: "\f343";
}
.fi-rr-chart-waterfall:before {
  content: "\f344";
}
.fi-rr-chat-arrow-down:before {
  content: "\f345";
}
.fi-rr-chat-arrow-grow:before {
  content: "\f346";
}
.fi-rr-chatbot-speech-bubble:before {
  content: "\f347";
}
.fi-rr-chatbot:before {
  content: "\f348";
}
.fi-rr-check-circle:before {
  content: "\f349";
}
.fi-rr-check-double:before {
  content: "\f34a";
}
.fi-rr-check:before {
  content: "\f34b";
}
.fi-rr-checkbox:before {
  content: "\f34c";
}
.fi-rr-cheese-alt:before {
  content: "\f34d";
}
.fi-rr-cheese:before {
  content: "\f34e";
}
.fi-rr-cheeseburger:before {
  content: "\f34f";
}
.fi-rr-cherry:before {
  content: "\f350";
}
.fi-rr-chess-bishop:before {
  content: "\f351";
}
.fi-rr-chess-board:before {
  content: "\f352";
}
.fi-rr-chess-clock-alt:before {
  content: "\f353";
}
.fi-rr-chess-clock:before {
  content: "\f354";
}
.fi-rr-chess-king-alt:before {
  content: "\f355";
}
.fi-rr-chess-king:before {
  content: "\f356";
}
.fi-rr-chess-knight-alt:before {
  content: "\f357";
}
.fi-rr-chess-knight:before {
  content: "\f358";
}
.fi-rr-chess-pawn-alt:before {
  content: "\f359";
}
.fi-rr-chess-piece:before {
  content: "\f35a";
}
.fi-rr-chess-queen-alt:before {
  content: "\f35b";
}
.fi-rr-chess-queen:before {
  content: "\f35c";
}
.fi-rr-chess-rook-alt:before {
  content: "\f35d";
}
.fi-rr-chess-rook:before {
  content: "\f35e";
}
.fi-rr-chess:before {
  content: "\f35f";
}
.fi-rr-chevron-double-down:before {
  content: "\f360";
}
.fi-rr-chevron-double-up:before {
  content: "\f361";
}
.fi-rr-child-head:before {
  content: "\f362";
}
.fi-rr-child:before {
  content: "\f363";
}
.fi-rr-chimney:before {
  content: "\f364";
}
.fi-rr-chocolate:before {
  content: "\f365";
}
.fi-rr-choose-alt:before {
  content: "\f366";
}
.fi-rr-choose:before {
  content: "\f367";
}
.fi-rr-circle-0:before {
  content: "\f368";
}
.fi-rr-circle-1:before {
  content: "\f369";
}
.fi-rr-circle-2:before {
  content: "\f36a";
}
.fi-rr-circle-3:before {
  content: "\f36b";
}
.fi-rr-circle-4:before {
  content: "\f36c";
}
.fi-rr-circle-5:before {
  content: "\f36d";
}
.fi-rr-circle-6:before {
  content: "\f36e";
}
.fi-rr-circle-7:before {
  content: "\f36f";
}
.fi-rr-circle-8:before {
  content: "\f370";
}
.fi-rr-circle-9:before {
  content: "\f371";
}
.fi-rr-circle-a:before {
  content: "\f372";
}
.fi-rr-circle-b:before {
  content: "\f373";
}
.fi-rr-circle-bolt:before {
  content: "\f374";
}
.fi-rr-circle-book-open:before {
  content: "\f375";
}
.fi-rr-circle-bookmark:before {
  content: "\f376";
}
.fi-rr-circle-c:before {
  content: "\f377";
}
.fi-rr-circle-calendar:before {
  content: "\f378";
}
.fi-rr-circle-camera:before {
  content: "\f379";
}
.fi-rr-circle-d:before {
  content: "\f37a";
}
.fi-rr-circle-dashed:before {
  content: "\f37b";
}
.fi-rr-circle-e:before {
  content: "\f37c";
}
.fi-rr-circle-ellipsis-vertical:before {
  content: "\f37d";
}
.fi-rr-circle-ellipsis:before {
  content: "\f37e";
}
.fi-rr-circle-envelope:before {
  content: "\f37f";
}
.fi-rr-circle-exclamation-check:before {
  content: "\f380";
}
.fi-rr-circle-f:before {
  content: "\f381";
}
.fi-rr-circle-g:before {
  content: "\f382";
}
.fi-rr-circle-h:before {
  content: "\f383";
}
.fi-rr-circle-half-stroke:before {
  content: "\f384";
}
.fi-rr-circle-half:before {
  content: "\f385";
}
.fi-rr-circle-heart:before {
  content: "\f386";
}
.fi-rr-circle-i:before {
  content: "\f387";
}
.fi-rr-circle-j:before {
  content: "\f388";
}
.fi-rr-circle-k:before {
  content: "\f389";
}
.fi-rr-circle-l:before {
  content: "\f38a";
}
.fi-rr-circle-m:before {
  content: "\f38b";
}
.fi-rr-circle-microphone-lines:before {
  content: "\f38c";
}
.fi-rr-circle-microphone:before {
  content: "\f38d";
}
.fi-rr-circle-n:before {
  content: "\f38e";
}
.fi-rr-circle-o:before {
  content: "\f38f";
}
.fi-rr-circle-p:before {
  content: "\f390";
}
.fi-rr-circle-phone-flip:before {
  content: "\f391";
}
.fi-rr-circle-phone-hangup:before {
  content: "\f392";
}
.fi-rr-circle-phone:before {
  content: "\f393";
}
.fi-rr-circle-q:before {
  content: "\f394";
}
.fi-rr-circle-quarter:before {
  content: "\f395";
}
.fi-rr-circle-quarters-alt:before {
  content: "\f396";
}
.fi-rr-circle-r:before {
  content: "\f397";
}
.fi-rr-circle-s:before {
  content: "\f398";
}
.fi-rr-circle-small:before {
  content: "\f399";
}
.fi-rr-circle-star:before {
  content: "\f39a";
}
.fi-rr-circle-t:before {
  content: "\f39b";
}
.fi-rr-circle-three-quarters:before {
  content: "\f39c";
}
.fi-rr-circle-trash:before {
  content: "\f39d";
}
.fi-rr-circle-u:before {
  content: "\f39e";
}
.fi-rr-circle-user:before {
  content: "\f39f";
}
.fi-rr-circle-v:before {
  content: "\f3a0";
}
.fi-rr-circle-video:before {
  content: "\f3a1";
}
.fi-rr-circle-w:before {
  content: "\f3a2";
}
.fi-rr-circle-waveform-lines:before {
  content: "\f3a3";
}
.fi-rr-circle-x:before {
  content: "\f3a4";
}
.fi-rr-circle-xmark:before {
  content: "\f3a5";
}
.fi-rr-circle-y:before {
  content: "\f3a6";
}
.fi-rr-circle-z:before {
  content: "\f3a7";
}
.fi-rr-circle:before {
  content: "\f3a8";
}
.fi-rr-citrus-slice:before {
  content: "\f3a9";
}
.fi-rr-citrus:before {
  content: "\f3aa";
}
.fi-rr-city:before {
  content: "\f3ab";
}
.fi-rr-clapperboard-play:before {
  content: "\f3ac";
}
.fi-rr-clapperboard:before {
  content: "\f3ad";
}
.fi-rr-clarinet:before {
  content: "\f3ae";
}
.fi-rr-claw-marks:before {
  content: "\f3af";
}
.fi-rr-clear-alt:before {
  content: "\f3b0";
}
.fi-rr-clip:before {
  content: "\f3b1";
}
.fi-rr-clipboard-check:before {
  content: "\f3b2";
}
.fi-rr-clipboard-list-check:before {
  content: "\f3b3";
}
.fi-rr-clipboard-list:before {
  content: "\f3b4";
}
.fi-rr-clipboard-prescription:before {
  content: "\f3b5";
}
.fi-rr-clipboard-user:before {
  content: "\f3b6";
}
.fi-rr-clipboard:before {
  content: "\f3b7";
}
.fi-rr-clock-desk:before {
  content: "\f3b8";
}
.fi-rr-clock-eight-thirty:before {
  content: "\f3b9";
}
.fi-rr-clock-eleven-thirty:before {
  content: "\f3ba";
}
.fi-rr-clock-eleven:before {
  content: "\f3bb";
}
.fi-rr-clock-five-thirty:before {
  content: "\f3bc";
}
.fi-rr-clock-five:before {
  content: "\f3bd";
}
.fi-rr-clock-four-thirty:before {
  content: "\f3be";
}
.fi-rr-clock-nine-thirty:before {
  content: "\f3bf";
}
.fi-rr-clock-nine:before {
  content: "\f3c0";
}
.fi-rr-clock-one-thirty:before {
  content: "\f3c1";
}
.fi-rr-clock-one:before {
  content: "\f3c2";
}
.fi-rr-clock-seven-thirty:before {
  content: "\f3c3";
}
.fi-rr-clock-seven:before {
  content: "\f3c4";
}
.fi-rr-clock-six-thirty:before {
  content: "\f3c5";
}
.fi-rr-clock-six:before {
  content: "\f3c6";
}
.fi-rr-clock-ten-thirty:before {
  content: "\f3c7";
}
.fi-rr-clock-ten:before {
  content: "\f3c8";
}
.fi-rr-clock-three-thirty:before {
  content: "\f3c9";
}
.fi-rr-clock-three:before {
  content: "\f3ca";
}
.fi-rr-clock-twelve-thirty:before {
  content: "\f3cb";
}
.fi-rr-clock-twelve:before {
  content: "\f3cc";
}
.fi-rr-clock-two-thirty:before {
  content: "\f3cd";
}
.fi-rr-clock-two:before {
  content: "\f3ce";
}
.fi-rr-clock:before {
  content: "\f3cf";
}
.fi-rr-clone:before {
  content: "\f3d0";
}
.fi-rr-closed-captioning-slash:before {
  content: "\f3d1";
}
.fi-rr-clothes-hanger:before {
  content: "\f3d2";
}
.fi-rr-cloud-check:before {
  content: "\f3d3";
}
.fi-rr-cloud-code:before {
  content: "\f3d4";
}
.fi-rr-cloud-disabled:before {
  content: "\f3d5";
}
.fi-rr-cloud-download-alt:before {
  content: "\f3d6";
}
.fi-rr-cloud-download:before {
  content: "\f3d7";
}
.fi-rr-cloud-drizzle:before {
  content: "\f3d8";
}
.fi-rr-cloud-exclamation:before {
  content: "\f3d9";
}
.fi-rr-cloud-hail-mixed:before {
  content: "\f3da";
}
.fi-rr-cloud-hail:before {
  content: "\f3db";
}
.fi-rr-cloud-meatball:before {
  content: "\f3dc";
}
.fi-rr-cloud-moon-rain:before {
  content: "\f3dd";
}
.fi-rr-cloud-moon:before {
  content: "\f3de";
}
.fi-rr-cloud-question:before {
  content: "\f3df";
}
.fi-rr-cloud-rain:before {
  content: "\f3e0";
}
.fi-rr-cloud-rainbow:before {
  content: "\f3e1";
}
.fi-rr-cloud-share:before {
  content: "\f3e2";
}
.fi-rr-cloud-showers-heavy:before {
  content: "\f3e3";
}
.fi-rr-cloud-showers:before {
  content: "\f3e4";
}
.fi-rr-cloud-sleet:before {
  content: "\f3e5";
}
.fi-rr-cloud-snow:before {
  content: "\f3e6";
}
.fi-rr-cloud-sun-rain:before {
  content: "\f3e7";
}
.fi-rr-cloud-sun:before {
  content: "\f3e8";
}
.fi-rr-cloud-upload-alt:before {
  content: "\f3e9";
}
.fi-rr-cloud-upload:before {
  content: "\f3ea";
}
.fi-rr-cloud:before {
  content: "\f3eb";
}
.fi-rr-clouds-moon:before {
  content: "\f3ec";
}
.fi-rr-clouds-sun:before {
  content: "\f3ed";
}
.fi-rr-clouds:before {
  content: "\f3ee";
}
.fi-rr-clover-alt:before {
  content: "\f3ef";
}
.fi-rr-club:before {
  content: "\f3f0";
}
.fi-rr-cocktail-alt:before {
  content: "\f3f1";
}
.fi-rr-cocktail:before {
  content: "\f3f2";
}
.fi-rr-coconut:before {
  content: "\f3f3";
}
.fi-rr-code-branch:before {
  content: "\f3f4";
}
.fi-rr-code-commit:before {
  content: "\f3f5";
}
.fi-rr-code-compare:before {
  content: "\f3f6";
}
.fi-rr-code-fork:before {
  content: "\f3f7";
}
.fi-rr-code-merge:before {
  content: "\f3f8";
}
.fi-rr-code-pull-request-closed:before {
  content: "\f3f9";
}
.fi-rr-code-pull-request-draft:before {
  content: "\f3fa";
}
.fi-rr-code-pull-request:before {
  content: "\f3fb";
}
.fi-rr-code-simple:before {
  content: "\f3fc";
}
.fi-rr-coffee-bean:before {
  content: "\f3fd";
}
.fi-rr-coffee-beans:before {
  content: "\f3fe";
}
.fi-rr-coffee-pot:before {
  content: "\f3ff";
}
.fi-rr-coffee:before {
  content: "\f400";
}
.fi-rr-coffin-cross:before {
  content: "\f401";
}
.fi-rr-coffin:before {
  content: "\f402";
}
.fi-rr-coin-up-arrow:before {
  content: "\f403";
}
.fi-rr-coin:before {
  content: "\f404";
}
.fi-rr-coins:before {
  content: "\f405";
}
.fi-rr-colon-sign:before {
  content: "\f406";
}
.fi-rr-columns-3:before {
  content: "\f407";
}
.fi-rr-comet:before {
  content: "\f408";
}
.fi-rr-command:before {
  content: "\f409";
}
.fi-rr-comment-alt-check:before {
  content: "\f40a";
}
.fi-rr-comment-alt-dots:before {
  content: "\f40b";
}
.fi-rr-comment-alt-edit:before {
  content: "\f40c";
}
.fi-rr-comment-alt-medical:before {
  content: "\f40d";
}
.fi-rr-comment-alt-middle-top:before {
  content: "\f40e";
}
.fi-rr-comment-alt-middle:before {
  content: "\f40f";
}
.fi-rr-comment-alt-minus:before {
  content: "\f410";
}
.fi-rr-comment-alt-music:before {
  content: "\f411";
}
.fi-rr-comment-alt:before {
  content: "\f412";
}
.fi-rr-comment-arrow-down:before {
  content: "\f413";
}
.fi-rr-comment-arrow-up-right:before {
  content: "\f414";
}
.fi-rr-comment-arrow-up:before {
  content: "\f415";
}
.fi-rr-comment-check:before {
  content: "\f416";
}
.fi-rr-comment-code:before {
  content: "\f417";
}
.fi-rr-comment-dollar:before {
  content: "\f418";
}
.fi-rr-comment-dots:before {
  content: "\f419";
}
.fi-rr-comment-exclamation:before {
  content: "\f41a";
}
.fi-rr-comment-heart:before {
  content: "\f41b";
}
.fi-rr-comment-image:before {
  content: "\f41c";
}
.fi-rr-comment-info:before {
  content: "\f41d";
}
.fi-rr-comment-medical:before {
  content: "\f41e";
}
.fi-rr-comment-minus:before {
  content: "\f41f";
}
.fi-rr-comment-pen:before {
  content: "\f420";
}
.fi-rr-comment-question:before {
  content: "\f421";
}
.fi-rr-comment-quote:before {
  content: "\f422";
}
.fi-rr-comment-slash:before {
  content: "\f423";
}
.fi-rr-comment-smile:before {
  content: "\f424";
}
.fi-rr-comment-sms:before {
  content: "\f425";
}
.fi-rr-comment-text:before {
  content: "\f426";
}
.fi-rr-comment-user:before {
  content: "\f427";
}
.fi-rr-comment-xmark:before {
  content: "\f428";
}
.fi-rr-comment:before {
  content: "\f429";
}
.fi-rr-comments-dollar:before {
  content: "\f42a";
}
.fi-rr-comments-question-check:before {
  content: "\f42b";
}
.fi-rr-comments-question:before {
  content: "\f42c";
}
.fi-rr-comments:before {
  content: "\f42d";
}
.fi-rr-compass-slash:before {
  content: "\f42e";
}
.fi-rr-completed:before {
  content: "\f42f";
}
.fi-rr-compliance-clipboard:before {
  content: "\f430";
}
.fi-rr-compliance-document:before {
  content: "\f431";
}
.fi-rr-compliance:before {
  content: "\f432";
}
.fi-rr-compress-alt:before {
  content: "\f433";
}
.fi-rr-compress:before {
  content: "\f434";
}
.fi-rr-computer-classic:before {
  content: "\f435";
}
.fi-rr-computer-mouse:before {
  content: "\f436";
}
.fi-rr-computer-speaker:before {
  content: "\f437";
}
.fi-rr-computer:before {
  content: "\f438";
}
.fi-rr-concierge-bell:before {
  content: "\f439";
}
.fi-rr-condition-alt:before {
  content: "\f43a";
}
.fi-rr-condition:before {
  content: "\f43b";
}
.fi-rr-confetti:before {
  content: "\f43c";
}
.fi-rr-constellation:before {
  content: "\f43d";
}
.fi-rr-container-storage:before {
  content: "\f43e";
}
.fi-rr-conveyor-belt-alt:before {
  content: "\f43f";
}
.fi-rr-conveyor-belt-empty:before {
  content: "\f440";
}
.fi-rr-conveyor-belt:before {
  content: "\f441";
}
.fi-rr-cookie-alt:before {
  content: "\f442";
}
.fi-rr-cookie:before {
  content: "\f443";
}
.fi-rr-copy-alt:before {
  content: "\f444";
}
.fi-rr-copy-image:before {
  content: "\f445";
}
.fi-rr-copy:before {
  content: "\f446";
}
.fi-rr-copyright:before {
  content: "\f447";
}
.fi-rr-corn:before {
  content: "\f448";
}
.fi-rr-couch:before {
  content: "\f449";
}
.fi-rr-cow-alt:before {
  content: "\f44a";
}
.fi-rr-cow:before {
  content: "\f44b";
}
.fi-rr-cowbell-circle-plus:before {
  content: "\f44c";
}
.fi-rr-cowbell-more:before {
  content: "\f44d";
}
.fi-rr-cowbell:before {
  content: "\f44e";
}
.fi-rr-crab:before {
  content: "\f44f";
}
.fi-rr-crate-empty:before {
  content: "\f450";
}
.fi-rr-cream:before {
  content: "\f451";
}
.fi-rr-credit-card:before {
  content: "\f452";
}
.fi-rr-cricket:before {
  content: "\f453";
}
.fi-rr-croissant:before {
  content: "\f454";
}
.fi-rr-cross-circle:before {
  content: "\f455";
}
.fi-rr-cross-religion:before {
  content: "\f456";
}
.fi-rr-cross-small:before {
  content: "\f457";
}
.fi-rr-cross:before {
  content: "\f458";
}
.fi-rr-crow:before {
  content: "\f459";
}
.fi-rr-crown:before {
  content: "\f45a";
}
.fi-rr-crutch:before {
  content: "\f45b";
}
.fi-rr-crutches:before {
  content: "\f45c";
}
.fi-rr-cruzeiro-sign:before {
  content: "\f45d";
}
.fi-rr-crystal-ball:before {
  content: "\f45e";
}
.fi-rr-cube:before {
  content: "\f45f";
}
.fi-rr-cubes-stacked:before {
  content: "\f460";
}
.fi-rr-cubes:before {
  content: "\f461";
}
.fi-rr-cucumber:before {
  content: "\f462";
}
.fi-rr-cup-straw-swoosh:before {
  content: "\f463";
}
.fi-rr-cup-straw:before {
  content: "\f464";
}
.fi-rr-cup-togo:before {
  content: "\f465";
}
.fi-rr-cupcake-alt:before {
  content: "\f466";
}
.fi-rr-cupcake:before {
  content: "\f467";
}
.fi-rr-curling:before {
  content: "\f468";
}
.fi-rr-cursor-finger:before {
  content: "\f469";
}
.fi-rr-cursor-plus:before {
  content: "\f46a";
}
.fi-rr-cursor-text-alt:before {
  content: "\f46b";
}
.fi-rr-cursor-text:before {
  content: "\f46c";
}
.fi-rr-cursor:before {
  content: "\f46d";
}
.fi-rr-custard:before {
  content: "\f46e";
}
.fi-rr-customer-care:before {
  content: "\f46f";
}
.fi-rr-customer-service:before {
  content: "\f470";
}
.fi-rr-d:before {
  content: "\f471";
}
.fi-rr-dagger:before {
  content: "\f472";
}
.fi-rr-dart:before {
  content: "\f473";
}
.fi-rr-dashboard:before {
  content: "\f474";
}
.fi-rr-data-transfer:before {
  content: "\f475";
}
.fi-rr-database:before {
  content: "\f476";
}
.fi-rr-deer-rudolph:before {
  content: "\f477";
}
.fi-rr-deer:before {
  content: "\f478";
}
.fi-rr-delete-document:before {
  content: "\f479";
}
.fi-rr-delete-right:before {
  content: "\f47a";
}
.fi-rr-delete-user:before {
  content: "\f47b";
}
.fi-rr-delete:before {
  content: "\f47c";
}
.fi-rr-democrat:before {
  content: "\f47d";
}
.fi-rr-deposit-alt:before {
  content: "\f47e";
}
.fi-rr-deposit:before {
  content: "\f47f";
}
.fi-rr-description-alt:before {
  content: "\f480";
}
.fi-rr-description:before {
  content: "\f481";
}
.fi-rr-desktop-arrow-down:before {
  content: "\f482";
}
.fi-rr-desktop-wallpaper:before {
  content: "\f483";
}
.fi-rr-devices:before {
  content: "\f484";
}
.fi-rr-dewpoint:before {
  content: "\f485";
}
.fi-rr-dharmachakra:before {
  content: "\f486";
}
.fi-rr-diagram-cells:before {
  content: "\f487";
}
.fi-rr-diagram-lean-canvas:before {
  content: "\f488";
}
.fi-rr-diagram-nested:before {
  content: "\f489";
}
.fi-rr-diagram-next:before {
  content: "\f48a";
}
.fi-rr-diagram-predecessor:before {
  content: "\f48b";
}
.fi-rr-diagram-previous:before {
  content: "\f48c";
}
.fi-rr-diagram-project:before {
  content: "\f48d";
}
.fi-rr-diagram-sankey:before {
  content: "\f48e";
}
.fi-rr-diagram-subtask:before {
  content: "\f48f";
}
.fi-rr-diagram-successor:before {
  content: "\f490";
}
.fi-rr-diagram-venn:before {
  content: "\f491";
}
.fi-rr-dial-high:before {
  content: "\f492";
}
.fi-rr-dial-low:before {
  content: "\f493";
}
.fi-rr-dial-max:before {
  content: "\f494";
}
.fi-rr-dial-med-low:before {
  content: "\f495";
}
.fi-rr-dial-med:before {
  content: "\f496";
}
.fi-rr-dial-min:before {
  content: "\f497";
}
.fi-rr-dial-off:before {
  content: "\f498";
}
.fi-rr-dial:before {
  content: "\f499";
}
.fi-rr-diamond-exclamation:before {
  content: "\f49a";
}
.fi-rr-diamond-turn-right:before {
  content: "\f49b";
}
.fi-rr-diamond:before {
  content: "\f49c";
}
.fi-rr-diary-bookmark-down:before {
  content: "\f49d";
}
.fi-rr-diary-bookmarks:before {
  content: "\f49e";
}
.fi-rr-diary-clasp:before {
  content: "\f49f";
}
.fi-rr-dice-alt:before {
  content: "\f4a0";
}
.fi-rr-dice-d10:before {
  content: "\f4a1";
}
.fi-rr-dice-d12:before {
  content: "\f4a2";
}
.fi-rr-dice-d20:before {
  content: "\f4a3";
}
.fi-rr-dice-d4:before {
  content: "\f4a4";
}
.fi-rr-dice-d6:before {
  content: "\f4a5";
}
.fi-rr-dice-d8:before {
  content: "\f4a6";
}
.fi-rr-dice-four:before {
  content: "\f4a7";
}
.fi-rr-dice-one:before {
  content: "\f4a8";
}
.fi-rr-dice-six:before {
  content: "\f4a9";
}
.fi-rr-dice-three:before {
  content: "\f4aa";
}
.fi-rr-dice-two:before {
  content: "\f4ab";
}
.fi-rr-dice:before {
  content: "\f4ac";
}
.fi-rr-digging:before {
  content: "\f4ad";
}
.fi-rr-digital-tachograph:before {
  content: "\f4ae";
}
.fi-rr-diploma:before {
  content: "\f4af";
}
.fi-rr-direction-signal-arrow:before {
  content: "\f4b0";
}
.fi-rr-direction-signal:before {
  content: "\f4b1";
}
.fi-rr-disc-drive:before {
  content: "\f4b2";
}
.fi-rr-disco-ball:before {
  content: "\f4b3";
}
.fi-rr-discover:before {
  content: "\f4b4";
}
.fi-rr-disease:before {
  content: "\f4b5";
}
.fi-rr-disk:before {
  content: "\f4b6";
}
.fi-rr-display-arrow-down:before {
  content: "\f4b7";
}
.fi-rr-display-code:before {
  content: "\f4b8";
}
.fi-rr-display-medical:before {
  content: "\f4b9";
}
.fi-rr-display-slash:before {
  content: "\f4ba";
}
.fi-rr-distribute-spacing-horizontal:before {
  content: "\f4bb";
}
.fi-rr-distribute-spacing-vertical:before {
  content: "\f4bc";
}
.fi-rr-dizzy:before {
  content: "\f4bd";
}
.fi-rr-dna:before {
  content: "\f4be";
}
.fi-rr-do-not-enter:before {
  content: "\f4bf";
}
.fi-rr-doctor:before {
  content: "\f4c0";
}
.fi-rr-document-signed:before {
  content: "\f4c1";
}
.fi-rr-document:before {
  content: "\f4c2";
}
.fi-rr-dog:before {
  content: "\f4c3";
}
.fi-rr-dollar:before {
  content: "\f4c4";
}
.fi-rr-dolly-flatbed-alt:before {
  content: "\f4c5";
}
.fi-rr-dolly-flatbed-empty:before {
  content: "\f4c6";
}
.fi-rr-dolly-flatbed:before {
  content: "\f4c7";
}
.fi-rr-dolphin:before {
  content: "\f4c8";
}
.fi-rr-donate:before {
  content: "\f4c9";
}
.fi-rr-dong-sign:before {
  content: "\f4ca";
}
.fi-rr-donut:before {
  content: "\f4cb";
}
.fi-rr-door-closed:before {
  content: "\f4cc";
}
.fi-rr-door-open:before {
  content: "\f4cd";
}
.fi-rr-dot-circle:before {
  content: "\f4ce";
}
.fi-rr-dove:before {
  content: "\f4cf";
}
.fi-rr-down-left-and-up-right-to-center:before {
  content: "\f4d0";
}
.fi-rr-down-left:before {
  content: "\f4d1";
}
.fi-rr-down-right:before {
  content: "\f4d2";
}
.fi-rr-down-to-line:before {
  content: "\f4d3";
}
.fi-rr-down:before {
  content: "\f4d4";
}
.fi-rr-download:before {
  content: "\f4d5";
}
.fi-rr-drafting-compass:before {
  content: "\f4d6";
}
.fi-rr-dragon:before {
  content: "\f4d7";
}
.fi-rr-draw-polygon:before {
  content: "\f4d8";
}
.fi-rr-draw-square:before {
  content: "\f4d9";
}
.fi-rr-dreidel:before {
  content: "\f4da";
}
.fi-rr-drink-alt:before {
  content: "\f4db";
}
.fi-rr-driver-man:before {
  content: "\f4dc";
}
.fi-rr-driver-woman:before {
  content: "\f4dd";
}
.fi-rr-drone-alt:before {
  content: "\f4de";
}
.fi-rr-drone-front:before {
  content: "\f4df";
}
.fi-rr-drone:before {
  content: "\f4e0";
}
.fi-rr-drop-down:before {
  content: "\f4e1";
}
.fi-rr-drum-steelpan:before {
  content: "\f4e2";
}
.fi-rr-drum:before {
  content: "\f4e3";
}
.fi-rr-drumstick-bite:before {
  content: "\f4e4";
}
.fi-rr-drumstick:before {
  content: "\f4e5";
}
.fi-rr-dryer-alt:before {
  content: "\f4e6";
}
.fi-rr-dryer:before {
  content: "\f4e7";
}
.fi-rr-duck:before {
  content: "\f4e8";
}
.fi-rr-dumpster-fire:before {
  content: "\f4e9";
}
.fi-rr-dumpster:before {
  content: "\f4ea";
}
.fi-rr-dungeon:before {
  content: "\f4eb";
}
.fi-rr-duplicate:before {
  content: "\f4ec";
}
.fi-rr-e-learning:before {
  content: "\f4ed";
}
.fi-rr-e:before {
  content: "\f4ee";
}
.fi-rr-ear-deaf:before {
  content: "\f4ef";
}
.fi-rr-ear-muffs:before {
  content: "\f4f0";
}
.fi-rr-ear:before {
  content: "\f4f1";
}
.fi-rr-earnings:before {
  content: "\f4f2";
}
.fi-rr-earth-africa:before {
  content: "\f4f3";
}
.fi-rr-earth-americas:before {
  content: "\f4f4";
}
.fi-rr-earth-asia:before {
  content: "\f4f5";
}
.fi-rr-earth-europa:before {
  content: "\f4f6";
}
.fi-rr-eclipse-alt:before {
  content: "\f4f7";
}
.fi-rr-eclipse:before {
  content: "\f4f8";
}
.fi-rr-edit-alt:before {
  content: "\f4f9";
}
.fi-rr-edit:before {
  content: "\f4fa";
}
.fi-rr-egg-fried:before {
  content: "\f4fb";
}
.fi-rr-egg:before {
  content: "\f4fc";
}
.fi-rr-eject:before {
  content: "\f4fd";
}
.fi-rr-elephant:before {
  content: "\f4fe";
}
.fi-rr-elevator:before {
  content: "\f4ff";
}
.fi-rr-employee-alt:before {
  content: "\f500";
}
.fi-rr-employee-man-alt:before {
  content: "\f501";
}
.fi-rr-employee-man:before {
  content: "\f502";
}
.fi-rr-engine-warning:before {
  content: "\f503";
}
.fi-rr-engine:before {
  content: "\f504";
}
.fi-rr-enter:before {
  content: "\f505";
}
.fi-rr-envelope-ban:before {
  content: "\f506";
}
.fi-rr-envelope-bulk:before {
  content: "\f507";
}
.fi-rr-envelope-dot:before {
  content: "\f508";
}
.fi-rr-envelope-download:before {
  content: "\f509";
}
.fi-rr-envelope-marker:before {
  content: "\f50a";
}
.fi-rr-envelope-open-dollar:before {
  content: "\f50b";
}
.fi-rr-envelope-open-text:before {
  content: "\f50c";
}
.fi-rr-envelope-open:before {
  content: "\f50d";
}
.fi-rr-envelope-plus:before {
  content: "\f50e";
}
.fi-rr-envelope:before {
  content: "\f50f";
}
.fi-rr-envelopes:before {
  content: "\f510";
}
.fi-rr-equality:before {
  content: "\f511";
}
.fi-rr-eraser:before {
  content: "\f512";
}
.fi-rr-escalator:before {
  content: "\f513";
}
.fi-rr-ethernet:before {
  content: "\f514";
}
.fi-rr-euro:before {
  content: "\f515";
}
.fi-rr-exchange-alt:before {
  content: "\f516";
}
.fi-rr-exchange:before {
  content: "\f517";
}
.fi-rr-exclamation:before {
  content: "\f518";
}
.fi-rr-exit-alt:before {
  content: "\f519";
}
.fi-rr-exit:before {
  content: "\f51a";
}
.fi-rr-expand-arrows-alt:before {
  content: "\f51b";
}
.fi-rr-expand-arrows:before {
  content: "\f51c";
}
.fi-rr-expand:before {
  content: "\f51d";
}
.fi-rr-external-hard-drive:before {
  content: "\f51e";
}
.fi-rr-external-world:before {
  content: "\f51f";
}
.fi-rr-eye-crossed:before {
  content: "\f520";
}
.fi-rr-eye-dropper-half:before {
  content: "\f521";
}
.fi-rr-eye-dropper:before {
  content: "\f522";
}
.fi-rr-eye:before {
  content: "\f523";
}
.fi-rr-eyes:before {
  content: "\f524";
}
.fi-rr-f:before {
  content: "\f525";
}
.fi-rr-face-angry-horns:before {
  content: "\f526";
}
.fi-rr-face-anguished:before {
  content: "\f527";
}
.fi-rr-face-anxious-sweat:before {
  content: "\f528";
}
.fi-rr-face-astonished:before {
  content: "\f529";
}
.fi-rr-face-awesome:before {
  content: "\f52a";
}
.fi-rr-face-beam-hand-over-mouth:before {
  content: "\f52b";
}
.fi-rr-face-confounded:before {
  content: "\f52c";
}
.fi-rr-face-confused:before {
  content: "\f52d";
}
.fi-rr-face-cowboy-hat:before {
  content: "\f52e";
}
.fi-rr-face-disappointed:before {
  content: "\f52f";
}
.fi-rr-face-disguise:before {
  content: "\f530";
}
.fi-rr-face-downcast-sweat:before {
  content: "\f531";
}
.fi-rr-face-drooling:before {
  content: "\f532";
}
.fi-rr-face-explode:before {
  content: "\f533";
}
.fi-rr-face-expressionless:before {
  content: "\f534";
}
.fi-rr-face-eyes-xmarks:before {
  content: "\f535";
}
.fi-rr-face-fearful:before {
  content: "\f536";
}
.fi-rr-face-glasses:before {
  content: "\f537";
}
.fi-rr-face-grin-tongue-wink:before {
  content: "\f538";
}
.fi-rr-face-hand-yawn:before {
  content: "\f539";
}
.fi-rr-face-head-bandage:before {
  content: "\f53a";
}
.fi-rr-face-hushed:before {
  content: "\f53b";
}
.fi-rr-face-icicles:before {
  content: "\f53c";
}
.fi-rr-face-lying:before {
  content: "\f53d";
}
.fi-rr-face-mask:before {
  content: "\f53e";
}
.fi-rr-face-monocle:before {
  content: "\f53f";
}
.fi-rr-face-nauseated:before {
  content: "\f540";
}
.fi-rr-face-nose-steam:before {
  content: "\f541";
}
.fi-rr-face-party:before {
  content: "\f542";
}
.fi-rr-face-pensive:before {
  content: "\f543";
}
.fi-rr-face-persevering:before {
  content: "\f544";
}
.fi-rr-face-pleading:before {
  content: "\f545";
}
.fi-rr-face-raised-eyebrow:before {
  content: "\f546";
}
.fi-rr-face-relieved:before {
  content: "\f547";
}
.fi-rr-face-sad-sweat:before {
  content: "\f548";
}
.fi-rr-face-scream:before {
  content: "\f549";
}
.fi-rr-face-shush:before {
  content: "\f54a";
}
.fi-rr-face-sleeping:before {
  content: "\f54b";
}
.fi-rr-face-sleepy:before {
  content: "\f54c";
}
.fi-rr-face-smile-halo:before {
  content: "\f54d";
}
.fi-rr-face-smile-hearts:before {
  content: "\f54e";
}
.fi-rr-face-smile-horns:before {
  content: "\f54f";
}
.fi-rr-face-smile-tear:before {
  content: "\f550";
}
.fi-rr-face-smile-tongue:before {
  content: "\f551";
}
.fi-rr-face-smile-upside-down:before {
  content: "\f552";
}
.fi-rr-face-smiling-hands:before {
  content: "\f553";
}
.fi-rr-face-smirking:before {
  content: "\f554";
}
.fi-rr-face-sunglasses:before {
  content: "\f555";
}
.fi-rr-face-swear:before {
  content: "\f556";
}
.fi-rr-face-thermometer:before {
  content: "\f557";
}
.fi-rr-face-thinking:before {
  content: "\f558";
}
.fi-rr-face-tissue:before {
  content: "\f559";
}
.fi-rr-face-tongue-money:before {
  content: "\f55a";
}
.fi-rr-face-tongue-sweat:before {
  content: "\f55b";
}
.fi-rr-face-unamused:before {
  content: "\f55c";
}
.fi-rr-face-viewfinder:before {
  content: "\f55d";
}
.fi-rr-face-vomit:before {
  content: "\f55e";
}
.fi-rr-face-weary:before {
  content: "\f55f";
}
.fi-rr-face-woozy:before {
  content: "\f560";
}
.fi-rr-face-worried:before {
  content: "\f561";
}
.fi-rr-face-zany:before {
  content: "\f562";
}
.fi-rr-face-zipper:before {
  content: "\f563";
}
.fi-rr-falafel:before {
  content: "\f564";
}
.fi-rr-family-dress:before {
  content: "\f565";
}
.fi-rr-family-pants:before {
  content: "\f566";
}
.fi-rr-family:before {
  content: "\f567";
}
.fi-rr-fan-table:before {
  content: "\f568";
}
.fi-rr-fan:before {
  content: "\f569";
}
.fi-rr-farm:before {
  content: "\f56a";
}
.fi-rr-faucet-drip:before {
  content: "\f56b";
}
.fi-rr-faucet:before {
  content: "\f56c";
}
.fi-rr-fax:before {
  content: "\f56d";
}
.fi-rr-feather-pointed:before {
  content: "\f56e";
}
.fi-rr-feather:before {
  content: "\f56f";
}
.fi-rr-features-alt:before {
  content: "\f570";
}
.fi-rr-features:before {
  content: "\f571";
}
.fi-rr-feedback-alt:before {
  content: "\f572";
}
.fi-rr-feedback-hand:before {
  content: "\f573";
}
.fi-rr-feedback-review:before {
  content: "\f574";
}
.fi-rr-feedback:before {
  content: "\f575";
}
.fi-rr-fence:before {
  content: "\f576";
}
.fi-rr-ferris-wheel:before {
  content: "\f577";
}
.fi-rr-fighter-jet:before {
  content: "\f578";
}
.fi-rr-file-ai:before {
  content: "\f579";
}
.fi-rr-file-audio:before {
  content: "\f57a";
}
.fi-rr-file-binary:before {
  content: "\f57b";
}
.fi-rr-file-chart-line:before {
  content: "\f57c";
}
.fi-rr-file-chart-pie:before {
  content: "\f57d";
}
.fi-rr-file-circle-info:before {
  content: "\f57e";
}
.fi-rr-file-code:before {
  content: "\f57f";
}
.fi-rr-file-csv:before {
  content: "\f580";
}
.fi-rr-file-download:before {
  content: "\f581";
}
.fi-rr-file-edit:before {
  content: "\f582";
}
.fi-rr-file-eps:before {
  content: "\f583";
}
.fi-rr-file-excel:before {
  content: "\f584";
}
.fi-rr-file-exclamation:before {
  content: "\f585";
}
.fi-rr-file-export:before {
  content: "\f586";
}
.fi-rr-file-image:before {
  content: "\f587";
}
.fi-rr-file-import:before {
  content: "\f588";
}
.fi-rr-file-invoice-dollar:before {
  content: "\f589";
}
.fi-rr-file-invoice:before {
  content: "\f58a";
}
.fi-rr-file-medical-alt:before {
  content: "\f58b";
}
.fi-rr-file-medical:before {
  content: "\f58c";
}
.fi-rr-file-minus:before {
  content: "\f58d";
}
.fi-rr-file-pdf:before {
  content: "\f58e";
}
.fi-rr-file-powerpoint:before {
  content: "\f58f";
}
.fi-rr-file-prescription:before {
  content: "\f590";
}
.fi-rr-file-psd:before {
  content: "\f591";
}
.fi-rr-file-signature:before {
  content: "\f592";
}
.fi-rr-file-spreadsheet:before {
  content: "\f593";
}
.fi-rr-file-upload:before {
  content: "\f594";
}
.fi-rr-file-user:before {
  content: "\f595";
}
.fi-rr-file-video:before {
  content: "\f596";
}
.fi-rr-file-word:before {
  content: "\f597";
}
.fi-rr-file-zipper:before {
  content: "\f598";
}
.fi-rr-file:before {
  content: "\f599";
}
.fi-rr-files-medical:before {
  content: "\f59a";
}
.fi-rr-fill:before {
  content: "\f59b";
}
.fi-rr-film-canister:before {
  content: "\f59c";
}
.fi-rr-film-slash:before {
  content: "\f59d";
}
.fi-rr-film:before {
  content: "\f59e";
}
.fi-rr-films:before {
  content: "\f59f";
}
.fi-rr-filter-slash:before {
  content: "\f5a0";
}
.fi-rr-filter:before {
  content: "\f5a1";
}
.fi-rr-filters:before {
  content: "\f5a2";
}
.fi-rr-fingerprint:before {
  content: "\f5a3";
}
.fi-rr-fire-burner:before {
  content: "\f5a4";
}
.fi-rr-fire-extinguisher:before {
  content: "\f5a5";
}
.fi-rr-fire-flame-curved:before {
  content: "\f5a6";
}
.fi-rr-fire-flame-simple:before {
  content: "\f5a7";
}
.fi-rr-fire-hydrant:before {
  content: "\f5a8";
}
.fi-rr-fire-smoke:before {
  content: "\f5a9";
}
.fi-rr-fireplace:before {
  content: "\f5aa";
}
.fi-rr-first-award:before {
  content: "\f5ab";
}
.fi-rr-first-laurel:before {
  content: "\f5ac";
}
.fi-rr-first-medal:before {
  content: "\f5ad";
}
.fi-rr-first:before {
  content: "\f5ae";
}
.fi-rr-fish-bones:before {
  content: "\f5af";
}
.fi-rr-fish-cooked:before {
  content: "\f5b0";
}
.fi-rr-fish:before {
  content: "\f5b1";
}
.fi-rr-fishing-rod:before {
  content: "\f5b2";
}
.fi-rr-flag-alt:before {
  content: "\f5b3";
}
.fi-rr-flag-checkered:before {
  content: "\f5b4";
}
.fi-rr-flag-usa:before {
  content: "\f5b5";
}
.fi-rr-flag:before {
  content: "\f5b6";
}
.fi-rr-flame:before {
  content: "\f5b7";
}
.fi-rr-flashlight:before {
  content: "\f5b8";
}
.fi-rr-flask-poison:before {
  content: "\f5b9";
}
.fi-rr-flask-potion:before {
  content: "\f5ba";
}
.fi-rr-flask:before {
  content: "\f5bb";
}
.fi-rr-flatbread-stuffed:before {
  content: "\f5bc";
}
.fi-rr-flatbread:before {
  content: "\f5bd";
}
.fi-rr-flip-horizontal:before {
  content: "\f5be";
}
.fi-rr-floppy-disk-circle-arrow-right:before {
  content: "\f5bf";
}
.fi-rr-floppy-disk-circle-xmark:before {
  content: "\f5c0";
}
.fi-rr-floppy-disk-pen:before {
  content: "\f5c1";
}
.fi-rr-floppy-disks:before {
  content: "\f5c2";
}
.fi-rr-florin-sign:before {
  content: "\f5c3";
}
.fi-rr-flower-bouquet:before {
  content: "\f5c4";
}
.fi-rr-flower-daffodil:before {
  content: "\f5c5";
}
.fi-rr-flower-tulip:before {
  content: "\f5c6";
}
.fi-rr-flower:before {
  content: "\f5c7";
}
.fi-rr-flushed:before {
  content: "\f5c8";
}
.fi-rr-flute:before {
  content: "\f5c9";
}
.fi-rr-flux-capacitor:before {
  content: "\f5ca";
}
.fi-rr-fly-insect:before {
  content: "\f5cb";
}
.fi-rr-flying-disc:before {
  content: "\f5cc";
}
.fi-rr-fog:before {
  content: "\f5cd";
}
.fi-rr-folder-download:before {
  content: "\f5ce";
}
.fi-rr-folder-minus:before {
  content: "\f5cf";
}
.fi-rr-folder-open:before {
  content: "\f5d0";
}
.fi-rr-folder-times:before {
  content: "\f5d1";
}
.fi-rr-folder-tree:before {
  content: "\f5d2";
}
.fi-rr-folder-upload:before {
  content: "\f5d3";
}
.fi-rr-folder-xmark:before {
  content: "\f5d4";
}
.fi-rr-folder:before {
  content: "\f5d5";
}
.fi-rr-folders:before {
  content: "\f5d6";
}
.fi-rr-follow-folder:before {
  content: "\f5d7";
}
.fi-rr-followcollection:before {
  content: "\f5d8";
}
.fi-rr-following:before {
  content: "\f5d9";
}
.fi-rr-fondue-pot:before {
  content: "\f5da";
}
.fi-rr-football:before {
  content: "\f5db";
}
.fi-rr-fork:before {
  content: "\f5dc";
}
.fi-rr-forklift:before {
  content: "\f5dd";
}
.fi-rr-form:before {
  content: "\f5de";
}
.fi-rr-fort:before {
  content: "\f5df";
}
.fi-rr-forward-fast:before {
  content: "\f5e0";
}
.fi-rr-forward:before {
  content: "\f5e1";
}
.fi-rr-fox:before {
  content: "\f5e2";
}
.fi-rr-frame:before {
  content: "\f5e3";
}
.fi-rr-franc-sign:before {
  content: "\f5e4";
}
.fi-rr-french-fries:before {
  content: "\f5e5";
}
.fi-rr-frog:before {
  content: "\f5e6";
}
.fi-rr-frown:before {
  content: "\f5e7";
}
.fi-rr-ftp:before {
  content: "\f5e8";
}
.fi-rr-funnel-dollar:before {
  content: "\f5e9";
}
.fi-rr-g:before {
  content: "\f5ea";
}
.fi-rr-galaxy-alt:before {
  content: "\f5eb";
}
.fi-rr-galaxy-planet:before {
  content: "\f5ec";
}
.fi-rr-galaxy-star:before {
  content: "\f5ed";
}
.fi-rr-galaxy:before {
  content: "\f5ee";
}
.fi-rr-gallery-thumbnails:before {
  content: "\f5ef";
}
.fi-rr-gallery:before {
  content: "\f5f0";
}
.fi-rr-game-board-alt:before {
  content: "\f5f1";
}
.fi-rr-gamepad:before {
  content: "\f5f2";
}
.fi-rr-garage-car:before {
  content: "\f5f3";
}
.fi-rr-garage-open:before {
  content: "\f5f4";
}
.fi-rr-garage:before {
  content: "\f5f5";
}
.fi-rr-garlic-alt:before {
  content: "\f5f6";
}
.fi-rr-garlic:before {
  content: "\f5f7";
}
.fi-rr-gas-pump-alt:before {
  content: "\f5f8";
}
.fi-rr-gas-pump-slash:before {
  content: "\f5f9";
}
.fi-rr-gas-pump:before {
  content: "\f5fa";
}
.fi-rr-gauge-circle-bolt:before {
  content: "\f5fb";
}
.fi-rr-gauge-circle-minus:before {
  content: "\f5fc";
}
.fi-rr-gauge-circle-plus:before {
  content: "\f5fd";
}
.fi-rr-gavel:before {
  content: "\f5fe";
}
.fi-rr-gears:before {
  content: "\f5ff";
}
.fi-rr-gem:before {
  content: "\f600";
}
.fi-rr-ghost:before {
  content: "\f601";
}
.fi-rr-gif-square:before {
  content: "\f602";
}
.fi-rr-gif:before {
  content: "\f603";
}
.fi-rr-gift-card:before {
  content: "\f604";
}
.fi-rr-gift:before {
  content: "\f605";
}
.fi-rr-gifts:before {
  content: "\f606";
}
.fi-rr-gingerbread-man:before {
  content: "\f607";
}
.fi-rr-glass-champagne:before {
  content: "\f608";
}
.fi-rr-glass-cheers:before {
  content: "\f609";
}
.fi-rr-glass-citrus:before {
  content: "\f60a";
}
.fi-rr-glass-empty:before {
  content: "\f60b";
}
.fi-rr-glass-half:before {
  content: "\f60c";
}
.fi-rr-glass-water-droplet:before {
  content: "\f60d";
}
.fi-rr-glass-whiskey-rocks:before {
  content: "\f60e";
}
.fi-rr-glass-whiskey:before {
  content: "\f60f";
}
.fi-rr-glass:before {
  content: "\f610";
}
.fi-rr-glasses:before {
  content: "\f611";
}
.fi-rr-globe-alt:before {
  content: "\f612";
}
.fi-rr-globe-snow:before {
  content: "\f613";
}
.fi-rr-globe:before {
  content: "\f614";
}
.fi-rr-goal-net:before {
  content: "\f615";
}
.fi-rr-golf-ball:before {
  content: "\f616";
}
.fi-rr-golf:before {
  content: "\f617";
}
.fi-rr-government-flag:before {
  content: "\f618";
}
.fi-rr-government-user:before {
  content: "\f619";
}
.fi-rr-graduation-cap:before {
  content: "\f61a";
}
.fi-rr-gramophone:before {
  content: "\f61b";
}
.fi-rr-grape:before {
  content: "\f61c";
}
.fi-rr-graphic-style:before {
  content: "\f61d";
}
.fi-rr-graphic-tablet:before {
  content: "\f61e";
}
.fi-rr-grate-droplet:before {
  content: "\f61f";
}
.fi-rr-grate:before {
  content: "\f620";
}
.fi-rr-grid-alt:before {
  content: "\f621";
}
.fi-rr-grid-dividers:before {
  content: "\f622";
}
.fi-rr-grid:before {
  content: "\f623";
}
.fi-rr-grill-hot-alt:before {
  content: "\f624";
}
.fi-rr-grill:before {
  content: "\f625";
}
.fi-rr-grimace:before {
  content: "\f626";
}
.fi-rr-grin-alt:before {
  content: "\f627";
}
.fi-rr-grin-beam-sweat:before {
  content: "\f628";
}
.fi-rr-grin-beam:before {
  content: "\f629";
}
.fi-rr-grin-hearts:before {
  content: "\f62a";
}
.fi-rr-grin-squint-tears:before {
  content: "\f62b";
}
.fi-rr-grin-squint:before {
  content: "\f62c";
}
.fi-rr-grin-stars:before {
  content: "\f62d";
}
.fi-rr-grin-tears:before {
  content: "\f62e";
}
.fi-rr-grin-tongue-squint:before {
  content: "\f62f";
}
.fi-rr-grin-tongue-wink:before {
  content: "\f630";
}
.fi-rr-grin-tongue:before {
  content: "\f631";
}
.fi-rr-grin-wink:before {
  content: "\f632";
}
.fi-rr-grin:before {
  content: "\f633";
}
.fi-rr-grip-dots-vertical:before {
  content: "\f634";
}
.fi-rr-grip-dots:before {
  content: "\f635";
}
.fi-rr-grip-horizontal:before {
  content: "\f636";
}
.fi-rr-grip-lines-vertical:before {
  content: "\f637";
}
.fi-rr-grip-lines:before {
  content: "\f638";
}
.fi-rr-grip-vertical:before {
  content: "\f639";
}
.fi-rr-guarani-sign:before {
  content: "\f63a";
}
.fi-rr-guide:before {
  content: "\f63b";
}
.fi-rr-guitar-electric:before {
  content: "\f63c";
}
.fi-rr-guitar:before {
  content: "\f63d";
}
.fi-rr-guitars:before {
  content: "\f63e";
}
.fi-rr-gun-squirt:before {
  content: "\f63f";
}
.fi-rr-gym:before {
  content: "\f640";
}
.fi-rr-h-square:before {
  content: "\f641";
}
.fi-rr-h:before {
  content: "\f642";
}
.fi-rr-h1:before {
  content: "\f643";
}
.fi-rr-h2:before {
  content: "\f644";
}
.fi-rr-h3:before {
  content: "\f645";
}
.fi-rr-h4:before {
  content: "\f646";
}
.fi-rr-hamburger-soda:before {
  content: "\f647";
}
.fi-rr-hamburger:before {
  content: "\f648";
}
.fi-rr-hammer-crash:before {
  content: "\f649";
}
.fi-rr-hammer-war:before {
  content: "\f64a";
}
.fi-rr-hammer:before {
  content: "\f64b";
}
.fi-rr-hand-back-fist:before {
  content: "\f64c";
}
.fi-rr-hand-back-point-down:before {
  content: "\f64d";
}
.fi-rr-hand-back-point-left:before {
  content: "\f64e";
}
.fi-rr-hand-back-point-ribbon:before {
  content: "\f64f";
}
.fi-rr-hand-back-point-right:before {
  content: "\f650";
}
.fi-rr-hand-dots:before {
  content: "\f651";
}
.fi-rr-hand-fingers-crossed:before {
  content: "\f652";
}
.fi-rr-hand-fist:before {
  content: "\f653";
}
.fi-rr-hand-heart:before {
  content: "\f654";
}
.fi-rr-hand-holding-box:before {
  content: "\f655";
}
.fi-rr-hand-holding-droplet:before {
  content: "\f656";
}
.fi-rr-hand-holding-heart:before {
  content: "\f657";
}
.fi-rr-hand-holding-magic:before {
  content: "\f658";
}
.fi-rr-hand-holding-medical:before {
  content: "\f659";
}
.fi-rr-hand-holding-seeding:before {
  content: "\f65a";
}
.fi-rr-hand-holding-skull:before {
  content: "\f65b";
}
.fi-rr-hand-holding-usd:before {
  content: "\f65c";
}
.fi-rr-hand-holding-water:before {
  content: "\f65d";
}
.fi-rr-hand-horns:before {
  content: "\f65e";
}
.fi-rr-hand-lizard:before {
  content: "\f65f";
}
.fi-rr-hand-love:before {
  content: "\f660";
}
.fi-rr-hand-middle-finger:before {
  content: "\f661";
}
.fi-rr-hand-paper:before {
  content: "\f662";
}
.fi-rr-hand-peace:before {
  content: "\f663";
}
.fi-rr-hand-point-ribbon:before {
  content: "\f664";
}
.fi-rr-hand-scissors:before {
  content: "\f665";
}
.fi-rr-hand-sparkles:before {
  content: "\f666";
}
.fi-rr-hand-spock:before {
  content: "\f667";
}
.fi-rr-hand-wave:before {
  content: "\f668";
}
.fi-rr-hand:before {
  content: "\f669";
}
.fi-rr-hands-bubbles:before {
  content: "\f66a";
}
.fi-rr-hands-clapping:before {
  content: "\f66b";
}
.fi-rr-hands-heart:before {
  content: "\f66c";
}
.fi-rr-hands-holding-diamond:before {
  content: "\f66d";
}
.fi-rr-hands-holding:before {
  content: "\f66e";
}
.fi-rr-hands-usd:before {
  content: "\f66f";
}
.fi-rr-handshake-angle:before {
  content: "\f670";
}
.fi-rr-handshake-simple-slash:before {
  content: "\f671";
}
.fi-rr-handshake:before {
  content: "\f672";
}
.fi-rr-hard-hat:before {
  content: "\f673";
}
.fi-rr-hastag:before {
  content: "\f674";
}
.fi-rr-hat-birthday:before {
  content: "\f675";
}
.fi-rr-hat-chef:before {
  content: "\f676";
}
.fi-rr-hat-cowboy-side:before {
  content: "\f677";
}
.fi-rr-hat-cowboy:before {
  content: "\f678";
}
.fi-rr-hat-santa:before {
  content: "\f679";
}
.fi-rr-hat-winter:before {
  content: "\f67a";
}
.fi-rr-hat-witch:before {
  content: "\f67b";
}
.fi-rr-hat-wizard:before {
  content: "\f67c";
}
.fi-rr-hdd:before {
  content: "\f67d";
}
.fi-rr-head-side-brain:before {
  content: "\f67e";
}
.fi-rr-head-side-cough-slash:before {
  content: "\f67f";
}
.fi-rr-head-side-cough:before {
  content: "\f680";
}
.fi-rr-head-side-headphones:before {
  content: "\f681";
}
.fi-rr-head-side-heart:before {
  content: "\f682";
}
.fi-rr-head-side-mask:before {
  content: "\f683";
}
.fi-rr-head-side-medical:before {
  content: "\f684";
}
.fi-rr-head-side-thinking:before {
  content: "\f685";
}
.fi-rr-head-side-virus:before {
  content: "\f686";
}
.fi-rr-head-side:before {
  content: "\f687";
}
.fi-rr-head-vr:before {
  content: "\f688";
}
.fi-rr-heading:before {
  content: "\f689";
}
.fi-rr-headphones:before {
  content: "\f68a";
}
.fi-rr-headset:before {
  content: "\f68b";
}
.fi-rr-heart-arrow:before {
  content: "\f68c";
}
.fi-rr-heart-crack:before {
  content: "\f68d";
}
.fi-rr-heart-half-stroke:before {
  content: "\f68e";
}
.fi-rr-heart-half:before {
  content: "\f68f";
}
.fi-rr-heart-rate:before {
  content: "\f690";
}
.fi-rr-heart:before {
  content: "\f691";
}
.fi-rr-heat:before {
  content: "\f692";
}
.fi-rr-helicopter-side:before {
  content: "\f693";
}
.fi-rr-helmet-battle:before {
  content: "\f694";
}
.fi-rr-hexagon-check:before {
  content: "\f695";
}
.fi-rr-hexagon-exclamation:before {
  content: "\f696";
}
.fi-rr-hexagon:before {
  content: "\f697";
}
.fi-rr-high-definition:before {
  content: "\f698";
}
.fi-rr-highlighter-line:before {
  content: "\f699";
}
.fi-rr-highlighter:before {
  content: "\f69a";
}
.fi-rr-hiking:before {
  content: "\f69b";
}
.fi-rr-hippo:before {
  content: "\f69c";
}
.fi-rr-hockey-puck:before {
  content: "\f69d";
}
.fi-rr-hockey-stick-puck:before {
  content: "\f69e";
}
.fi-rr-hockey-sticks:before {
  content: "\f69f";
}
.fi-rr-holly-berry:before {
  content: "\f6a0";
}
.fi-rr-home-heart:before {
  content: "\f6a1";
}
.fi-rr-home-location-alt:before {
  content: "\f6a2";
}
.fi-rr-home-location:before {
  content: "\f6a3";
}
.fi-rr-home:before {
  content: "\f6a4";
}
.fi-rr-honey-pot:before {
  content: "\f6a5";
}
.fi-rr-hood-cloak:before {
  content: "\f6a6";
}
.fi-rr-horizontal-rule:before {
  content: "\f6a7";
}
.fi-rr-horse-head:before {
  content: "\f6a8";
}
.fi-rr-horse-saddle:before {
  content: "\f6a9";
}
.fi-rr-horse:before {
  content: "\f6aa";
}
.fi-rr-hose-reel:before {
  content: "\f6ab";
}
.fi-rr-hose:before {
  content: "\f6ac";
}
.fi-rr-hospital-symbol:before {
  content: "\f6ad";
}
.fi-rr-hospital-user:before {
  content: "\f6ae";
}
.fi-rr-hospital:before {
  content: "\f6af";
}
.fi-rr-hospitals:before {
  content: "\f6b0";
}
.fi-rr-hot-tub:before {
  content: "\f6b1";
}
.fi-rr-hotdog:before {
  content: "\f6b2";
}
.fi-rr-hotel:before {
  content: "\f6b3";
}
.fi-rr-hourglass-end:before {
  content: "\f6b4";
}
.fi-rr-hourglass-start:before {
  content: "\f6b5";
}
.fi-rr-hourglass:before {
  content: "\f6b6";
}
.fi-rr-house-blank:before {
  content: "\f6b7";
}
.fi-rr-house-building:before {
  content: "\f6b8";
}
.fi-rr-house-chimney-blank:before {
  content: "\f6b9";
}
.fi-rr-house-chimney-crack:before {
  content: "\f6ba";
}
.fi-rr-house-chimney-heart:before {
  content: "\f6bb";
}
.fi-rr-house-chimney-medical:before {
  content: "\f6bc";
}
.fi-rr-house-chimney-user:before {
  content: "\f6bd";
}
.fi-rr-house-chimney-window:before {
  content: "\f6be";
}
.fi-rr-house-chimney:before {
  content: "\f6bf";
}
.fi-rr-house-crack:before {
  content: "\f6c0";
}
.fi-rr-house-day:before {
  content: "\f6c1";
}
.fi-rr-house-flood:before {
  content: "\f6c2";
}
.fi-rr-house-laptop:before {
  content: "\f6c3";
}
.fi-rr-house-leave:before {
  content: "\f6c4";
}
.fi-rr-house-medical:before {
  content: "\f6c5";
}
.fi-rr-house-night:before {
  content: "\f6c6";
}
.fi-rr-house-return:before {
  content: "\f6c7";
}
.fi-rr-house-signal:before {
  content: "\f6c8";
}
.fi-rr-house-tree:before {
  content: "\f6c9";
}
.fi-rr-house-tsunami:before {
  content: "\f6ca";
}
.fi-rr-house-turret:before {
  content: "\f6cb";
}
.fi-rr-house-user:before {
  content: "\f6cc";
}
.fi-rr-house-window:before {
  content: "\f6cd";
}
.fi-rr-hr-group:before {
  content: "\f6ce";
}
.fi-rr-hr-person:before {
  content: "\f6cf";
}
.fi-rr-hr:before {
  content: "\f6d0";
}
.fi-rr-hryvnia:before {
  content: "\f6d1";
}
.fi-rr-humidity:before {
  content: "\f6d2";
}
.fi-rr-hundred-points:before {
  content: "\f6d3";
}
.fi-rr-hurricane:before {
  content: "\f6d4";
}
.fi-rr-i:before {
  content: "\f6d5";
}
.fi-rr-ice-cream:before {
  content: "\f6d6";
}
.fi-rr-ice-skate:before {
  content: "\f6d7";
}
.fi-rr-icicles:before {
  content: "\f6d8";
}
.fi-rr-icon-star:before {
  content: "\f6d9";
}
.fi-rr-id-badge:before {
  content: "\f6da";
}
.fi-rr-id-card-clip-alt:before {
  content: "\f6db";
}
.fi-rr-igloo:before {
  content: "\f6dc";
}
.fi-rr-image-slash:before {
  content: "\f6dd";
}
.fi-rr-images-user:before {
  content: "\f6de";
}
.fi-rr-images:before {
  content: "\f6df";
}
.fi-rr-inbox-in:before {
  content: "\f6e0";
}
.fi-rr-inbox-out:before {
  content: "\f6e1";
}
.fi-rr-inbox:before {
  content: "\f6e2";
}
.fi-rr-inboxes:before {
  content: "\f6e3";
}
.fi-rr-incognito:before {
  content: "\f6e4";
}
.fi-rr-indent:before {
  content: "\f6e5";
}
.fi-rr-indian-rupee-sign:before {
  content: "\f6e6";
}
.fi-rr-industry-alt:before {
  content: "\f6e7";
}
.fi-rr-industry-windows:before {
  content: "\f6e8";
}
.fi-rr-infinity:before {
  content: "\f6e9";
}
.fi-rr-info:before {
  content: "\f6ea";
}
.fi-rr-information:before {
  content: "\f6eb";
}
.fi-rr-inhaler:before {
  content: "\f6ec";
}
.fi-rr-input-numeric:before {
  content: "\f6ed";
}
.fi-rr-input-pipe:before {
  content: "\f6ee";
}
.fi-rr-input-text:before {
  content: "\f6ef";
}
.fi-rr-interactive:before {
  content: "\f6f0";
}
.fi-rr-interlining:before {
  content: "\f6f1";
}
.fi-rr-interrogation:before {
  content: "\f6f2";
}
.fi-rr-inventory-alt:before {
  content: "\f6f3";
}
.fi-rr-invest:before {
  content: "\f6f4";
}
.fi-rr-investment:before {
  content: "\f6f5";
}
.fi-rr-invite-alt:before {
  content: "\f6f6";
}
.fi-rr-invite:before {
  content: "\f6f7";
}
.fi-rr-island-tropical:before {
  content: "\f6f8";
}
.fi-rr-it-alt:before {
  content: "\f6f9";
}
.fi-rr-it-computer:before {
  content: "\f6fa";
}
.fi-rr-it:before {
  content: "\f6fb";
}
.fi-rr-italian-lira-sign:before {
  content: "\f6fc";
}
.fi-rr-italic:before {
  content: "\f6fd";
}
.fi-rr-j:before {
  content: "\f6fe";
}
.fi-rr-jam:before {
  content: "\f6ff";
}
.fi-rr-jar-alt:before {
  content: "\f700";
}
.fi-rr-jar-wheat:before {
  content: "\f701";
}
.fi-rr-joint:before {
  content: "\f702";
}
.fi-rr-journal-alt:before {
  content: "\f703";
}
.fi-rr-journal:before {
  content: "\f704";
}
.fi-rr-journey:before {
  content: "\f705";
}
.fi-rr-joystick:before {
  content: "\f706";
}
.fi-rr-jpg:before {
  content: "\f707";
}
.fi-rr-jug-alt:before {
  content: "\f708";
}
.fi-rr-jug-bottle:before {
  content: "\f709";
}
.fi-rr-jug:before {
  content: "\f70a";
}
.fi-rr-k:before {
  content: "\f70b";
}
.fi-rr-kazoo:before {
  content: "\f70c";
}
.fi-rr-kerning:before {
  content: "\f70d";
}
.fi-rr-key-skeleton-left-right:before {
  content: "\f70e";
}
.fi-rr-key:before {
  content: "\f70f";
}
.fi-rr-keyboard-brightness-low:before {
  content: "\f710";
}
.fi-rr-keyboard-brightness:before {
  content: "\f711";
}
.fi-rr-keyboard-down:before {
  content: "\f712";
}
.fi-rr-keyboard-left:before {
  content: "\f713";
}
.fi-rr-keyboard:before {
  content: "\f714";
}
.fi-rr-keynote:before {
  content: "\f715";
}
.fi-rr-kidneys:before {
  content: "\f716";
}
.fi-rr-kip-sign:before {
  content: "\f717";
}
.fi-rr-kiss-beam:before {
  content: "\f718";
}
.fi-rr-kiss-wink-heart:before {
  content: "\f719";
}
.fi-rr-kiss:before {
  content: "\f71a";
}
.fi-rr-kite:before {
  content: "\f71b";
}
.fi-rr-kiwi-bird:before {
  content: "\f71c";
}
.fi-rr-kiwi-fruit:before {
  content: "\f71d";
}
.fi-rr-knife-kitchen:before {
  content: "\f71e";
}
.fi-rr-knife:before {
  content: "\f71f";
}
.fi-rr-l:before {
  content: "\f720";
}
.fi-rr-label:before {
  content: "\f721";
}
.fi-rr-lacrosse-stick-ball:before {
  content: "\f722";
}
.fi-rr-lacrosse-stick:before {
  content: "\f723";
}
.fi-rr-lamp-desk:before {
  content: "\f724";
}
.fi-rr-lamp-floor:before {
  content: "\f725";
}
.fi-rr-lamp-street:before {
  content: "\f726";
}
.fi-rr-lamp:before {
  content: "\f727";
}
.fi-rr-land-layer-location:before {
  content: "\f728";
}
.fi-rr-land-layers:before {
  content: "\f729";
}
.fi-rr-land-location:before {
  content: "\f72a";
}
.fi-rr-landmark-alt:before {
  content: "\f72b";
}
.fi-rr-language:before {
  content: "\f72c";
}
.fi-rr-laptop-arrow-down:before {
  content: "\f72d";
}
.fi-rr-laptop-code:before {
  content: "\f72e";
}
.fi-rr-laptop-medical:before {
  content: "\f72f";
}
.fi-rr-laptop-mobile:before {
  content: "\f730";
}
.fi-rr-laptop-slash:before {
  content: "\f731";
}
.fi-rr-laptop:before {
  content: "\f732";
}
.fi-rr-lari-sign:before {
  content: "\f733";
}
.fi-rr-lasso-sparkles:before {
  content: "\f734";
}
.fi-rr-lasso:before {
  content: "\f735";
}
.fi-rr-laugh-beam:before {
  content: "\f736";
}
.fi-rr-laugh-squint:before {
  content: "\f737";
}
.fi-rr-laugh-wink:before {
  content: "\f738";
}
.fi-rr-laugh:before {
  content: "\f739";
}
.fi-rr-layer-minus:before {
  content: "\f73a";
}
.fi-rr-layer-plus:before {
  content: "\f73b";
}
.fi-rr-layers:before {
  content: "\f73c";
}
.fi-rr-layout-fluid:before {
  content: "\f73d";
}
.fi-rr-leader-alt:before {
  content: "\f73e";
}
.fi-rr-leader:before {
  content: "\f73f";
}
.fi-rr-leadership-alt:before {
  content: "\f740";
}
.fi-rr-leadership:before {
  content: "\f741";
}
.fi-rr-leaf-heart:before {
  content: "\f742";
}
.fi-rr-leaf-maple:before {
  content: "\f743";
}
.fi-rr-leaf-oak:before {
  content: "\f744";
}
.fi-rr-leaf:before {
  content: "\f745";
}
.fi-rr-leafy-green:before {
  content: "\f746";
}
.fi-rr-leave:before {
  content: "\f747";
}
.fi-rr-left:before {
  content: "\f748";
}
.fi-rr-legal:before {
  content: "\f749";
}
.fi-rr-lemon:before {
  content: "\f74a";
}
.fi-rr-letter-case:before {
  content: "\f74b";
}
.fi-rr-lettuce:before {
  content: "\f74c";
}
.fi-rr-level-down-alt:before {
  content: "\f74d";
}
.fi-rr-level-down:before {
  content: "\f74e";
}
.fi-rr-level-up-alt:before {
  content: "\f74f";
}
.fi-rr-level-up:before {
  content: "\f750";
}
.fi-rr-license:before {
  content: "\f751";
}
.fi-rr-life-ring:before {
  content: "\f752";
}
.fi-rr-light-ceiling:before {
  content: "\f753";
}
.fi-rr-light-emergency-on:before {
  content: "\f754";
}
.fi-rr-light-emergency:before {
  content: "\f755";
}
.fi-rr-light-switch-off:before {
  content: "\f756";
}
.fi-rr-light-switch-on:before {
  content: "\f757";
}
.fi-rr-light-switch:before {
  content: "\f758";
}
.fi-rr-lightbulb-dollar:before {
  content: "\f759";
}
.fi-rr-lightbulb-exclamation:before {
  content: "\f75a";
}
.fi-rr-lightbulb-on:before {
  content: "\f75b";
}
.fi-rr-lightbulb-question:before {
  content: "\f75c";
}
.fi-rr-lightbulb-setting:before {
  content: "\f75d";
}
.fi-rr-lightbulb-slash:before {
  content: "\f75e";
}
.fi-rr-lights-holiday:before {
  content: "\f75f";
}
.fi-rr-line-width:before {
  content: "\f760";
}
.fi-rr-link-alt:before {
  content: "\f761";
}
.fi-rr-link-horizontal-slash:before {
  content: "\f762";
}
.fi-rr-link-horizontal:before {
  content: "\f763";
}
.fi-rr-link-slash-alt:before {
  content: "\f764";
}
.fi-rr-link-slash:before {
  content: "\f765";
}
.fi-rr-link:before {
  content: "\f766";
}
.fi-rr-lips:before {
  content: "\f767";
}
.fi-rr-lipstick:before {
  content: "\f768";
}
.fi-rr-lira-sign:before {
  content: "\f769";
}
.fi-rr-list-check:before {
  content: "\f76a";
}
.fi-rr-list-dropdown:before {
  content: "\f76b";
}
.fi-rr-list-music:before {
  content: "\f76c";
}
.fi-rr-list-timeline:before {
  content: "\f76d";
}
.fi-rr-list:before {
  content: "\f76e";
}
.fi-rr-litecoin-sign:before {
  content: "\f76f";
}
.fi-rr-live-alt:before {
  content: "\f770";
}
.fi-rr-live:before {
  content: "\f771";
}
.fi-rr-loading:before {
  content: "\f772";
}
.fi-rr-loan:before {
  content: "\f773";
}
.fi-rr-lobster:before {
  content: "\f774";
}
.fi-rr-location-alt:before {
  content: "\f775";
}
.fi-rr-location-arrow:before {
  content: "\f776";
}
.fi-rr-location-crosshairs-slash:before {
  content: "\f777";
}
.fi-rr-location-crosshairs:before {
  content: "\f778";
}
.fi-rr-location-dot-slash:before {
  content: "\f779";
}
.fi-rr-location-exclamation:before {
  content: "\f77a";
}
.fi-rr-lock-alt:before {
  content: "\f77b";
}
.fi-rr-lock-open-alt:before {
  content: "\f77c";
}
.fi-rr-lock:before {
  content: "\f77d";
}
.fi-rr-locust:before {
  content: "\f77e";
}
.fi-rr-loveseat:before {
  content: "\f77f";
}
.fi-rr-low-vision:before {
  content: "\f780";
}
.fi-rr-luchador:before {
  content: "\f781";
}
.fi-rr-luggage-cart:before {
  content: "\f782";
}
.fi-rr-luggage-rolling:before {
  content: "\f783";
}
.fi-rr-lungs-virus:before {
  content: "\f784";
}
.fi-rr-lungs:before {
  content: "\f785";
}
.fi-rr-m:before {
  content: "\f786";
}
.fi-rr-mace:before {
  content: "\f787";
}
.fi-rr-magic-wand:before {
  content: "\f788";
}
.fi-rr-magnet-user:before {
  content: "\f789";
}
.fi-rr-magnet:before {
  content: "\f78a";
}
.fi-rr-mailbox:before {
  content: "\f78b";
}
.fi-rr-makeup-brush:before {
  content: "\f78c";
}
.fi-rr-man-head:before {
  content: "\f78d";
}
.fi-rr-manat-sign:before {
  content: "\f78e";
}
.fi-rr-mandolin:before {
  content: "\f78f";
}
.fi-rr-mango:before {
  content: "\f790";
}
.fi-rr-manhole:before {
  content: "\f791";
}
.fi-rr-map-marker-check:before {
  content: "\f792";
}
.fi-rr-map-marker-cross:before {
  content: "\f793";
}
.fi-rr-map-marker-edit:before {
  content: "\f794";
}
.fi-rr-map-marker-home:before {
  content: "\f795";
}
.fi-rr-map-marker-minus:before {
  content: "\f796";
}
.fi-rr-map-marker-plus:before {
  content: "\f797";
}
.fi-rr-map-marker-question:before {
  content: "\f798";
}
.fi-rr-map-marker-slash:before {
  content: "\f799";
}
.fi-rr-map-marker-smile:before {
  content: "\f79a";
}
.fi-rr-map-marker:before {
  content: "\f79b";
}
.fi-rr-map-pin:before {
  content: "\f79c";
}
.fi-rr-map:before {
  content: "\f79d";
}
.fi-rr-marker-time:before {
  content: "\f79e";
}
.fi-rr-marker:before {
  content: "\f79f";
}
.fi-rr-mars-double:before {
  content: "\f7a0";
}
.fi-rr-mars-stroke-right:before {
  content: "\f7a1";
}
.fi-rr-mars-stroke-up:before {
  content: "\f7a2";
}
.fi-rr-mars:before {
  content: "\f7a3";
}
.fi-rr-martini-glass-citrus:before {
  content: "\f7a4";
}
.fi-rr-martini-glass-empty:before {
  content: "\f7a5";
}
.fi-rr-mask-carnival:before {
  content: "\f7a6";
}
.fi-rr-mask-face:before {
  content: "\f7a7";
}
.fi-rr-mask-snorkel:before {
  content: "\f7a8";
}
.fi-rr-mask:before {
  content: "\f7a9";
}
.fi-rr-massage:before {
  content: "\f7aa";
}
.fi-rr-match-fire:before {
  content: "\f7ab";
}
.fi-rr-mattress-pillow:before {
  content: "\f7ac";
}
.fi-rr-meat:before {
  content: "\f7ad";
}
.fi-rr-medal:before {
  content: "\f7ae";
}
.fi-rr-medical-star:before {
  content: "\f7af";
}
.fi-rr-medicine:before {
  content: "\f7b0";
}
.fi-rr-meeting-alt:before {
  content: "\f7b1";
}
.fi-rr-meeting:before {
  content: "\f7b2";
}
.fi-rr-megaphone:before {
  content: "\f7b3";
}
.fi-rr-meh-blank:before {
  content: "\f7b4";
}
.fi-rr-meh-rolling-eyes:before {
  content: "\f7b5";
}
.fi-rr-meh:before {
  content: "\f7b6";
}
.fi-rr-melon-alt:before {
  content: "\f7b7";
}
.fi-rr-melon:before {
  content: "\f7b8";
}
.fi-rr-memo-circle-check:before {
  content: "\f7b9";
}
.fi-rr-memo-pad:before {
  content: "\f7ba";
}
.fi-rr-memo:before {
  content: "\f7bb";
}
.fi-rr-memory:before {
  content: "\f7bc";
}
.fi-rr-menu-burger:before {
  content: "\f7bd";
}
.fi-rr-menu-dots-vertical:before {
  content: "\f7be";
}
.fi-rr-menu-dots:before {
  content: "\f7bf";
}
.fi-rr-mercury:before {
  content: "\f7c0";
}
.fi-rr-message-arrow-down:before {
  content: "\f7c1";
}
.fi-rr-message-arrow-up-right:before {
  content: "\f7c2";
}
.fi-rr-message-arrow-up:before {
  content: "\f7c3";
}
.fi-rr-message-bot:before {
  content: "\f7c4";
}
.fi-rr-message-code:before {
  content: "\f7c5";
}
.fi-rr-message-dollar:before {
  content: "\f7c6";
}
.fi-rr-message-image:before {
  content: "\f7c7";
}
.fi-rr-message-question:before {
  content: "\f7c8";
}
.fi-rr-message-quote:before {
  content: "\f7c9";
}
.fi-rr-message-slash:before {
  content: "\f7ca";
}
.fi-rr-message-sms:before {
  content: "\f7cb";
}
.fi-rr-message-text:before {
  content: "\f7cc";
}
.fi-rr-message-xmark:before {
  content: "\f7cd";
}
.fi-rr-messages-dollar:before {
  content: "\f7ce";
}
.fi-rr-messages-question:before {
  content: "\f7cf";
}
.fi-rr-messages:before {
  content: "\f7d0";
}
.fi-rr-meteor:before {
  content: "\f7d1";
}
.fi-rr-meter-bolt:before {
  content: "\f7d2";
}
.fi-rr-meter-droplet:before {
  content: "\f7d3";
}
.fi-rr-meter-fire:before {
  content: "\f7d4";
}
.fi-rr-meter:before {
  content: "\f7d5";
}
.fi-rr-microchip-ai:before {
  content: "\f7d6";
}
.fi-rr-microchip:before {
  content: "\f7d7";
}
.fi-rr-microphone-alt:before {
  content: "\f7d8";
}
.fi-rr-microphone-slash:before {
  content: "\f7d9";
}
.fi-rr-microphone:before {
  content: "\f7da";
}
.fi-rr-microscope:before {
  content: "\f7db";
}
.fi-rr-microwave:before {
  content: "\f7dc";
}
.fi-rr-mill-sign:before {
  content: "\f7dd";
}
.fi-rr-mind-share:before {
  content: "\f7de";
}
.fi-rr-minus-circle:before {
  content: "\f7df";
}
.fi-rr-minus-hexagon:before {
  content: "\f7e0";
}
.fi-rr-minus-small:before {
  content: "\f7e1";
}
.fi-rr-minus:before {
  content: "\f7e2";
}
.fi-rr-mistletoe:before {
  content: "\f7e3";
}
.fi-rr-mobile-button:before {
  content: "\f7e4";
}
.fi-rr-mobile-notch:before {
  content: "\f7e5";
}
.fi-rr-mobile:before {
  content: "\f7e6";
}
.fi-rr-mockup:before {
  content: "\f7e7";
}
.fi-rr-mode-alt:before {
  content: "\f7e8";
}
.fi-rr-mode-landscape:before {
  content: "\f7e9";
}
.fi-rr-mode-portrait:before {
  content: "\f7ea";
}
.fi-rr-mode:before {
  content: "\f7eb";
}
.fi-rr-money-bill-simple:before {
  content: "\f7ec";
}
.fi-rr-money-bill-wave-alt:before {
  content: "\f7ed";
}
.fi-rr-money-bill-wave:before {
  content: "\f7ee";
}
.fi-rr-money-bills-simple:before {
  content: "\f7ef";
}
.fi-rr-money-bills:before {
  content: "\f7f0";
}
.fi-rr-money-check-edit-alt:before {
  content: "\f7f1";
}
.fi-rr-money-check-edit:before {
  content: "\f7f2";
}
.fi-rr-money-check:before {
  content: "\f7f3";
}
.fi-rr-money-from-bracket:before {
  content: "\f7f4";
}
.fi-rr-money-simple-from-bracket:before {
  content: "\f7f5";
}
.fi-rr-money:before {
  content: "\f7f6";
}
.fi-rr-monkey:before {
  content: "\f7f7";
}
.fi-rr-monument:before {
  content: "\f7f8";
}
.fi-rr-moon-stars:before {
  content: "\f7f9";
}
.fi-rr-moon:before {
  content: "\f7fa";
}
.fi-rr-moped:before {
  content: "\f7fb";
}
.fi-rr-mortar-pestle:before {
  content: "\f7fc";
}
.fi-rr-mosquito-net:before {
  content: "\f7fd";
}
.fi-rr-mosquito:before {
  content: "\f7fe";
}
.fi-rr-motorcycle:before {
  content: "\f7ff";
}
.fi-rr-mound:before {
  content: "\f800";
}
.fi-rr-mountain-city:before {
  content: "\f801";
}
.fi-rr-mountain:before {
  content: "\f802";
}
.fi-rr-mountains:before {
  content: "\f803";
}
.fi-rr-mouse:before {
  content: "\f804";
}
.fi-rr-move-to-folder-2:before {
  content: "\f805";
}
.fi-rr-move-to-folder:before {
  content: "\f806";
}
.fi-rr-mp3-player:before {
  content: "\f807";
}
.fi-rr-mug-alt:before {
  content: "\f808";
}
.fi-rr-mug-hot-alt:before {
  content: "\f809";
}
.fi-rr-mug-hot:before {
  content: "\f80a";
}
.fi-rr-mug-marshmallows:before {
  content: "\f80b";
}
.fi-rr-mug-tea-saucer:before {
  content: "\f80c";
}
.fi-rr-mug-tea:before {
  content: "\f80d";
}
.fi-rr-mug:before {
  content: "\f80e";
}
.fi-rr-mushroom-alt:before {
  content: "\f80f";
}
.fi-rr-mushroom:before {
  content: "\f810";
}
.fi-rr-music-alt:before {
  content: "\f811";
}
.fi-rr-music-file:before {
  content: "\f812";
}
.fi-rr-music-note-slash:before {
  content: "\f813";
}
.fi-rr-music-note:before {
  content: "\f814";
}
.fi-rr-music-slash:before {
  content: "\f815";
}
.fi-rr-music:before {
  content: "\f816";
}
.fi-rr-n:before {
  content: "\f817";
}
.fi-rr-naira-sign:before {
  content: "\f818";
}
.fi-rr-narwhal:before {
  content: "\f819";
}
.fi-rr-navigation:before {
  content: "\f81a";
}
.fi-rr-nesting-dolls:before {
  content: "\f81b";
}
.fi-rr-network-cloud:before {
  content: "\f81c";
}
.fi-rr-network:before {
  content: "\f81d";
}
.fi-rr-neuter:before {
  content: "\f81e";
}
.fi-rr-newspaper-open:before {
  content: "\f81f";
}
.fi-rr-newspaper:before {
  content: "\f820";
}
.fi-rr-nfc-lock:before {
  content: "\f821";
}
.fi-rr-nfc-magnifying-glass:before {
  content: "\f822";
}
.fi-rr-nfc-pen:before {
  content: "\f823";
}
.fi-rr-nfc-slash:before {
  content: "\f824";
}
.fi-rr-nfc-trash:before {
  content: "\f825";
}
.fi-rr-nfc:before {
  content: "\f826";
}
.fi-rr-no-people:before {
  content: "\f827";
}
.fi-rr-noodles:before {
  content: "\f828";
}
.fi-rr-notdef:before {
  content: "\f829";
}
.fi-rr-note-medical:before {
  content: "\f82a";
}
.fi-rr-note-sticky:before {
  content: "\f82b";
}
.fi-rr-note:before {
  content: "\f82c";
}
.fi-rr-notebook-alt:before {
  content: "\f82d";
}
.fi-rr-notebook:before {
  content: "\f82e";
}
.fi-rr-notes-medical:before {
  content: "\f82f";
}
.fi-rr-notes:before {
  content: "\f830";
}
.fi-rr-o:before {
  content: "\f831";
}
.fi-rr-object-exclude:before {
  content: "\f832";
}
.fi-rr-object-group:before {
  content: "\f833";
}
.fi-rr-object-intersect:before {
  content: "\f834";
}
.fi-rr-object-subtract:before {
  content: "\f835";
}
.fi-rr-object-ungroup:before {
  content: "\f836";
}
.fi-rr-object-union:before {
  content: "\f837";
}
.fi-rr-objects-column:before {
  content: "\f838";
}
.fi-rr-octagon:before {
  content: "\f839";
}
.fi-rr-oil-can:before {
  content: "\f83a";
}
.fi-rr-oil-temp:before {
  content: "\f83b";
}
.fi-rr-olive-oil:before {
  content: "\f83c";
}
.fi-rr-olive:before {
  content: "\f83d";
}
.fi-rr-olives:before {
  content: "\f83e";
}
.fi-rr-onion:before {
  content: "\f83f";
}
.fi-rr-opacity:before {
  content: "\f840";
}
.fi-rr-operation:before {
  content: "\f841";
}
.fi-rr-ornament:before {
  content: "\f842";
}
.fi-rr-otter:before {
  content: "\f843";
}
.fi-rr-outdent:before {
  content: "\f844";
}
.fi-rr-oven:before {
  content: "\f845";
}
.fi-rr-overline:before {
  content: "\f846";
}
.fi-rr-overview:before {
  content: "\f847";
}
.fi-rr-p:before {
  content: "\f848";
}
.fi-rr-package:before {
  content: "\f849";
}
.fi-rr-page-break:before {
  content: "\f84a";
}
.fi-rr-pager:before {
  content: "\f84b";
}
.fi-rr-paint-brush:before {
  content: "\f84c";
}
.fi-rr-paint-roller:before {
  content: "\f84d";
}
.fi-rr-paintbrush-pencil:before {
  content: "\f84e";
}
.fi-rr-palette:before {
  content: "\f84f";
}
.fi-rr-pallet-alt:before {
  content: "\f850";
}
.fi-rr-pallet:before {
  content: "\f851";
}
.fi-rr-pan-food:before {
  content: "\f852";
}
.fi-rr-pan-frying:before {
  content: "\f853";
}
.fi-rr-pan:before {
  content: "\f854";
}
.fi-rr-pancakes:before {
  content: "\f855";
}
.fi-rr-panorama:before {
  content: "\f856";
}
.fi-rr-paper-plane-top:before {
  content: "\f857";
}
.fi-rr-paper-plane:before {
  content: "\f858";
}
.fi-rr-paperclip-vertical:before {
  content: "\f859";
}
.fi-rr-parachute-box:before {
  content: "\f85a";
}
.fi-rr-paragraph-left:before {
  content: "\f85b";
}
.fi-rr-paragraph:before {
  content: "\f85c";
}
.fi-rr-parking-circle-slash:before {
  content: "\f85d";
}
.fi-rr-parking-circle:before {
  content: "\f85e";
}
.fi-rr-parking-slash:before {
  content: "\f85f";
}
.fi-rr-parking:before {
  content: "\f860";
}
.fi-rr-party-bell:before {
  content: "\f861";
}
.fi-rr-party-horn:before {
  content: "\f862";
}
.fi-rr-passport:before {
  content: "\f863";
}
.fi-rr-password:before {
  content: "\f864";
}
.fi-rr-paste:before {
  content: "\f865";
}
.fi-rr-pattern:before {
  content: "\f866";
}
.fi-rr-pause-circle:before {
  content: "\f867";
}
.fi-rr-pause:before {
  content: "\f868";
}
.fi-rr-paw-claws:before {
  content: "\f869";
}
.fi-rr-paw:before {
  content: "\f86a";
}
.fi-rr-peace:before {
  content: "\f86b";
}
.fi-rr-peach:before {
  content: "\f86c";
}
.fi-rr-peanut:before {
  content: "\f86d";
}
.fi-rr-peanuts:before {
  content: "\f86e";
}
.fi-rr-peapod:before {
  content: "\f86f";
}
.fi-rr-pear:before {
  content: "\f870";
}
.fi-rr-pedestal:before {
  content: "\f871";
}
.fi-rr-pen-circle:before {
  content: "\f872";
}
.fi-rr-pen-clip-slash:before {
  content: "\f873";
}
.fi-rr-pen-clip:before {
  content: "\f874";
}
.fi-rr-pen-fancy-slash:before {
  content: "\f875";
}
.fi-rr-pen-fancy:before {
  content: "\f876";
}
.fi-rr-pen-field:before {
  content: "\f877";
}
.fi-rr-pen-nib-slash:before {
  content: "\f878";
}
.fi-rr-pen-nib:before {
  content: "\f879";
}
.fi-rr-pen-slash:before {
  content: "\f87a";
}
.fi-rr-pen-square:before {
  content: "\f87b";
}
.fi-rr-pen-swirl:before {
  content: "\f87c";
}
.fi-rr-pencil-paintbrush:before {
  content: "\f87d";
}
.fi-rr-pencil-ruler:before {
  content: "\f87e";
}
.fi-rr-pencil-slash:before {
  content: "\f87f";
}
.fi-rr-pencil:before {
  content: "\f880";
}
.fi-rr-pennant:before {
  content: "\f881";
}
.fi-rr-people-arrows-left-right:before {
  content: "\f882";
}
.fi-rr-people-carry-box:before {
  content: "\f883";
}
.fi-rr-people-dress:before {
  content: "\f884";
}
.fi-rr-people-pants:before {
  content: "\f885";
}
.fi-rr-people-poll:before {
  content: "\f886";
}
.fi-rr-people:before {
  content: "\f887";
}
.fi-rr-pepper-alt:before {
  content: "\f888";
}
.fi-rr-pepper-hot:before {
  content: "\f889";
}
.fi-rr-pepper:before {
  content: "\f88a";
}
.fi-rr-percentage:before {
  content: "\f88b";
}
.fi-rr-person-carry-box:before {
  content: "\f88c";
}
.fi-rr-person-circle-check:before {
  content: "\f88d";
}
.fi-rr-person-circle-exclamation:before {
  content: "\f88e";
}
.fi-rr-person-circle-minus:before {
  content: "\f88f";
}
.fi-rr-person-circle-plus:before {
  content: "\f890";
}
.fi-rr-person-circle-question:before {
  content: "\f891";
}
.fi-rr-person-circle-xmark:before {
  content: "\f892";
}
.fi-rr-person-dolly-empty:before {
  content: "\f893";
}
.fi-rr-person-dolly:before {
  content: "\f894";
}
.fi-rr-person-dress-simple:before {
  content: "\f895";
}
.fi-rr-person-dress:before {
  content: "\f896";
}
.fi-rr-person-praying:before {
  content: "\f897";
}
.fi-rr-person-pregnant:before {
  content: "\f898";
}
.fi-rr-person-seat-reclined:before {
  content: "\f899";
}
.fi-rr-person-seat:before {
  content: "\f89a";
}
.fi-rr-person-sign:before {
  content: "\f89b";
}
.fi-rr-person-simple:before {
  content: "\f89c";
}
.fi-rr-person-walking-with-cane:before {
  content: "\f89d";
}
.fi-rr-peseta-sign:before {
  content: "\f89e";
}
.fi-rr-peso-sign:before {
  content: "\f89f";
}
.fi-rr-pharmacy:before {
  content: "\f8a0";
}
.fi-rr-phone-call:before {
  content: "\f8a1";
}
.fi-rr-phone-cross:before {
  content: "\f8a2";
}
.fi-rr-phone-flip:before {
  content: "\f8a3";
}
.fi-rr-phone-office:before {
  content: "\f8a4";
}
.fi-rr-phone-pause:before {
  content: "\f8a5";
}
.fi-rr-phone-plus:before {
  content: "\f8a6";
}
.fi-rr-phone-rotary:before {
  content: "\f8a7";
}
.fi-rr-phone-slash:before {
  content: "\f8a8";
}
.fi-rr-photo-film-music:before {
  content: "\f8a9";
}
.fi-rr-photo-video:before {
  content: "\f8aa";
}
.fi-rr-physics:before {
  content: "\f8ab";
}
.fi-rr-Pi:before {
  content: "\f8ac";
}
.fi-rr-piano-keyboard:before {
  content: "\f8ad";
}
.fi-rr-piano:before {
  content: "\f8ae";
}
.fi-rr-pickaxe:before {
  content: "\f8af";
}
.fi-rr-picnic:before {
  content: "\f8b0";
}
.fi-rr-picpeople-filled:before {
  content: "\f8b1";
}
.fi-rr-picpeople:before {
  content: "\f8b2";
}
.fi-rr-picture:before {
  content: "\f8b3";
}
.fi-rr-pie:before {
  content: "\f8b4";
}
.fi-rr-piece:before {
  content: "\f8b5";
}
.fi-rr-pig-face:before {
  content: "\f8b6";
}
.fi-rr-pig:before {
  content: "\f8b7";
}
.fi-rr-piggy-bank:before {
  content: "\f8b8";
}
.fi-rr-pills:before {
  content: "\f8b9";
}
.fi-rr-pinata:before {
  content: "\f8ba";
}
.fi-rr-pineapple-alt:before {
  content: "\f8bb";
}
.fi-rr-pineapple:before {
  content: "\f8bc";
}
.fi-rr-ping-pong:before {
  content: "\f8bd";
}
.fi-rr-pipe-smoking:before {
  content: "\f8be";
}
.fi-rr-pizza-slice:before {
  content: "\f8bf";
}
.fi-rr-plane-alt:before {
  content: "\f8c0";
}
.fi-rr-plane-arrival:before {
  content: "\f8c1";
}
.fi-rr-plane-departure:before {
  content: "\f8c2";
}
.fi-rr-plane-prop:before {
  content: "\f8c3";
}
.fi-rr-plane-slash:before {
  content: "\f8c4";
}
.fi-rr-plane-tail:before {
  content: "\f8c5";
}
.fi-rr-plane:before {
  content: "\f8c6";
}
.fi-rr-planet-moon:before {
  content: "\f8c7";
}
.fi-rr-planet-ringed:before {
  content: "\f8c8";
}
.fi-rr-plant-wilt:before {
  content: "\f8c9";
}
.fi-rr-plate-wheat:before {
  content: "\f8ca";
}
.fi-rr-plate:before {
  content: "\f8cb";
}
.fi-rr-play-alt:before {
  content: "\f8cc";
}
.fi-rr-play-circle:before {
  content: "\f8cd";
}
.fi-rr-play-pause:before {
  content: "\f8ce";
}
.fi-rr-play:before {
  content: "\f8cf";
}
.fi-rr-playing-cards:before {
  content: "\f8d0";
}
.fi-rr-plug-alt:before {
  content: "\f8d1";
}
.fi-rr-plug-cable:before {
  content: "\f8d2";
}
.fi-rr-plug-connection:before {
  content: "\f8d3";
}
.fi-rr-plug:before {
  content: "\f8d4";
}
.fi-rr-plus-hexagon:before {
  content: "\f8d5";
}
.fi-rr-plus-minus:before {
  content: "\f8d6";
}
.fi-rr-plus-small:before {
  content: "\f8d7";
}
.fi-rr-plus:before {
  content: "\f8d8";
}
.fi-rr-podcast:before {
  content: "\f8d9";
}
.fi-rr-podium-star:before {
  content: "\f8da";
}
.fi-rr-podium:before {
  content: "\f8db";
}
.fi-rr-poker-chip:before {
  content: "\f8dc";
}
.fi-rr-police-box:before {
  content: "\f8dd";
}
.fi-rr-poll-h:before {
  content: "\f8de";
}
.fi-rr-pompebled:before {
  content: "\f8df";
}
.fi-rr-poo-bolt:before {
  content: "\f8e0";
}
.fi-rr-poo:before {
  content: "\f8e1";
}
.fi-rr-pool-8-ball:before {
  content: "\f8e2";
}
.fi-rr-poop:before {
  content: "\f8e3";
}
.fi-rr-popcorn:before {
  content: "\f8e4";
}
.fi-rr-popsicle:before {
  content: "\f8e5";
}
.fi-rr-portal-enter:before {
  content: "\f8e6";
}
.fi-rr-portal-exit:before {
  content: "\f8e7";
}
.fi-rr-portrait:before {
  content: "\f8e8";
}
.fi-rr-pot:before {
  content: "\f8e9";
}
.fi-rr-potato:before {
  content: "\f8ea";
}
.fi-rr-pound:before {
  content: "\f8eb";
}
.fi-rr-power:before {
  content: "\f8ec";
}
.fi-rr-prescription-bottle-alt:before {
  content: "\f8ed";
}
.fi-rr-prescription-bottle-pill:before {
  content: "\f8ee";
}
.fi-rr-prescription-bottle:before {
  content: "\f8ef";
}
.fi-rr-prescription:before {
  content: "\f8f0";
}
.fi-rr-presentation:before {
  content: "\f8f1";
}
.fi-rr-preview:before {
  content: "\f8f2";
}
.fi-rr-print-magnifying-glass:before {
  content: "\f8f3";
}
.fi-rr-print-slash:before {
  content: "\f8f4";
}
.fi-rr-print:before {
  content: "\f8f5";
}
.fi-rr-priority-arrow:before {
  content: "\f8f6";
}
.fi-rr-priority-arrows:before {
  content: "\f8f7";
}
.fi-rr-priority-importance:before {
  content: "\f8f8";
}
.fi-rr-procedures:before {
  content: "\f8f9";
}
.fi-rr-process:before {
  content: "\f8fa";
}
.fi-rr-projector:before {
  content: "\f8fb";
}
.fi-rr-protractor:before {
  content: "\f8fc";
}
.fi-rr-pulse:before {
  content: "\f8fd";
}
.fi-rr-pump-medical:before {
  content: "\f8fe";
}
.fi-rr-pump:before {
  content: "\f8ff";
}
.fi-rr-pumpkin-alt-2:before {
  content: "\f900";
}
.fi-rr-pumpkin-alt:before {
  content: "\f901";
}
.fi-rr-pumpkin:before {
  content: "\f902";
}
.fi-rr-puzzle-alt:before {
  content: "\f903";
}
.fi-rr-puzzle-pieces:before {
  content: "\f904";
}
.fi-rr-puzzle:before {
  content: "\f905";
}
.fi-rr-pyramid:before {
  content: "\f906";
}
.fi-rr-q:before {
  content: "\f907";
}
.fi-rr-qr-scan:before {
  content: "\f908";
}
.fi-rr-QR:before {
  content: "\f909";
}
.fi-rr-qrcode:before {
  content: "\f90a";
}
.fi-rr-question-square:before {
  content: "\f90b";
}
.fi-rr-question:before {
  content: "\f90c";
}
.fi-rr-quiz-alt:before {
  content: "\f90d";
}
.fi-rr-quiz:before {
  content: "\f90e";
}
.fi-rr-quote-right:before {
  content: "\f90f";
}
.fi-rr-r:before {
  content: "\f910";
}
.fi-rr-rabbit-fast:before {
  content: "\f911";
}
.fi-rr-rabbit:before {
  content: "\f912";
}
.fi-rr-racquet:before {
  content: "\f913";
}
.fi-rr-radar:before {
  content: "\f914";
}
.fi-rr-radiation-alt:before {
  content: "\f915";
}
.fi-rr-radiation:before {
  content: "\f916";
}
.fi-rr-radio-alt:before {
  content: "\f917";
}
.fi-rr-radio:before {
  content: "\f918";
}
.fi-rr-radish:before {
  content: "\f919";
}
.fi-rr-rainbow:before {
  content: "\f91a";
}
.fi-rr-raindrops:before {
  content: "\f91b";
}
.fi-rr-ram:before {
  content: "\f91c";
}
.fi-rr-ramp-loading:before {
  content: "\f91d";
}
.fi-rr-rank:before {
  content: "\f91e";
}
.fi-rr-ranking-podium:before {
  content: "\f91f";
}
.fi-rr-ranking-star:before {
  content: "\f920";
}
.fi-rr-ranking-stars:before {
  content: "\f921";
}
.fi-rr-raygun:before {
  content: "\f922";
}
.fi-rr-react:before {
  content: "\f923";
}
.fi-rr-rec:before {
  content: "\f924";
}
.fi-rr-receipt:before {
  content: "\f925";
}
.fi-rr-record-vinyl:before {
  content: "\f926";
}
.fi-rr-rectabgle-vertical:before {
  content: "\f927";
}
.fi-rr-rectangle-barcode:before {
  content: "\f928";
}
.fi-rr-rectangle-code:before {
  content: "\f929";
}
.fi-rr-rectangle-history-circle-plus:before {
  content: "\f92a";
}
.fi-rr-rectangle-horizontal:before {
  content: "\f92b";
}
.fi-rr-rectangle-list:before {
  content: "\f92c";
}
.fi-rr-rectangle-panoramic:before {
  content: "\f92d";
}
.fi-rr-rectangle-pro:before {
  content: "\f92e";
}
.fi-rr-rectangle-vertical-history:before {
  content: "\f92f";
}
.fi-rr-rectangle-vertical:before {
  content: "\f930";
}
.fi-rr-rectangle-xmark:before {
  content: "\f931";
}
.fi-rr-rectangles-mixed:before {
  content: "\f932";
}
.fi-rr-recycle:before {
  content: "\f933";
}
.fi-rr-redo-alt:before {
  content: "\f934";
}
.fi-rr-redo:before {
  content: "\f935";
}
.fi-rr-reel:before {
  content: "\f936";
}
.fi-rr-refer-arrow:before {
  content: "\f937";
}
.fi-rr-refer:before {
  content: "\f938";
}
.fi-rr-reflect-horizontal:before {
  content: "\f939";
}
.fi-rr-reflect-vertical:before {
  content: "\f93a";
}
.fi-rr-reflect:before {
  content: "\f93b";
}
.fi-rr-refresh:before {
  content: "\f93c";
}
.fi-rr-refrigerator:before {
  content: "\f93d";
}
.fi-rr-refund-alt:before {
  content: "\f93e";
}
.fi-rr-refund:before {
  content: "\f93f";
}
.fi-rr-registered:before {
  content: "\f940";
}
.fi-rr-registration-paper:before {
  content: "\f941";
}
.fi-rr-remove-folder:before {
  content: "\f942";
}
.fi-rr-remove-user:before {
  content: "\f943";
}
.fi-rr-rent-signal:before {
  content: "\f944";
}
.fi-rr-rent:before {
  content: "\f945";
}
.fi-rr-replace:before {
  content: "\f946";
}
.fi-rr-reply-all:before {
  content: "\f947";
}
.fi-rr-republican:before {
  content: "\f948";
}
.fi-rr-resize:before {
  content: "\f949";
}
.fi-rr-resources:before {
  content: "\f94a";
}
.fi-rr-restaurant:before {
  content: "\f94b";
}
.fi-rr-restroom-simple:before {
  content: "\f94c";
}
.fi-rr-revenue-alt:before {
  content: "\f94d";
}
.fi-rr-Revenue:before {
  content: "\f94e";
}
.fi-rr-review:before {
  content: "\f94f";
}
.fi-rr-rewind:before {
  content: "\f950";
}
.fi-rr-rhombus:before {
  content: "\f951";
}
.fi-rr-ribbon:before {
  content: "\f952";
}
.fi-rr-right:before {
  content: "\f953";
}
.fi-rr-ring-diamond:before {
  content: "\f954";
}
.fi-rr-ring:before {
  content: "\f955";
}
.fi-rr-rings-wedding:before {
  content: "\f956";
}
.fi-rr-risk-alt:before {
  content: "\f957";
}
.fi-rr-risk:before {
  content: "\f958";
}
.fi-rr-road:before {
  content: "\f959";
}
.fi-rr-robot:before {
  content: "\f95a";
}
.fi-rr-rocket-lunch:before {
  content: "\f95b";
}
.fi-rr-rocket:before {
  content: "\f95c";
}
.fi-rr-roller-coaster:before {
  content: "\f95d";
}
.fi-rr-room-service:before {
  content: "\f95e";
}
.fi-rr-rotate-exclamation:before {
  content: "\f95f";
}
.fi-rr-rotate-left:before {
  content: "\f960";
}
.fi-rr-rotate-right:before {
  content: "\f961";
}
.fi-rr-route-highway:before {
  content: "\f962";
}
.fi-rr-route-interstate:before {
  content: "\f963";
}
.fi-rr-route:before {
  content: "\f964";
}
.fi-rr-router:before {
  content: "\f965";
}
.fi-rr-rss-alt:before {
  content: "\f966";
}
.fi-rr-rss:before {
  content: "\f967";
}
.fi-rr-ruble-sign:before {
  content: "\f968";
}
.fi-rr-rugby:before {
  content: "\f969";
}
.fi-rr-ruler-combined:before {
  content: "\f96a";
}
.fi-rr-ruler-horizontal:before {
  content: "\f96b";
}
.fi-rr-ruler-triangle:before {
  content: "\f96c";
}
.fi-rr-ruler-vertical:before {
  content: "\f96d";
}
.fi-rr-running:before {
  content: "\f96e";
}
.fi-rr-rupee-sign:before {
  content: "\f96f";
}
.fi-rr-rupiah-sign:before {
  content: "\f970";
}
.fi-rr-rv:before {
  content: "\f971";
}
.fi-rr-s:before {
  content: "\f972";
}
.fi-rr-sack-dollar:before {
  content: "\f973";
}
.fi-rr-sack:before {
  content: "\f974";
}
.fi-rr-sad-cry:before {
  content: "\f975";
}
.fi-rr-sad-tear:before {
  content: "\f976";
}
.fi-rr-sad:before {
  content: "\f977";
}
.fi-rr-safe-box:before {
  content: "\f978";
}
.fi-rr-sailboat:before {
  content: "\f979";
}
.fi-rr-salad:before {
  content: "\f97a";
}
.fi-rr-salt-pepper:before {
  content: "\f97b";
}
.fi-rr-salt-shaker:before {
  content: "\f97c";
}
.fi-rr-sandwich-alt:before {
  content: "\f97d";
}
.fi-rr-sandwich:before {
  content: "\f97e";
}
.fi-rr-satellite-dish:before {
  content: "\f97f";
}
.fi-rr-satellite:before {
  content: "\f980";
}
.fi-rr-sauce:before {
  content: "\f981";
}
.fi-rr-sausage:before {
  content: "\f982";
}
.fi-rr-sax-hot:before {
  content: "\f983";
}
.fi-rr-saxophone:before {
  content: "\f984";
}
.fi-rr-scale:before {
  content: "\f985";
}
.fi-rr-scalpel-path:before {
  content: "\f986";
}
.fi-rr-scalpel:before {
  content: "\f987";
}
.fi-rr-scanner-gun:before {
  content: "\f988";
}
.fi-rr-scanner-image:before {
  content: "\f989";
}
.fi-rr-scanner-keyboard:before {
  content: "\f98a";
}
.fi-rr-scanner-touchscreen:before {
  content: "\f98b";
}
.fi-rr-scarecrow:before {
  content: "\f98c";
}
.fi-rr-scarf:before {
  content: "\f98d";
}
.fi-rr-school-bus:before {
  content: "\f98e";
}
.fi-rr-school:before {
  content: "\f98f";
}
.fi-rr-scissors:before {
  content: "\f990";
}
.fi-rr-screen:before {
  content: "\f991";
}
.fi-rr-screencast:before {
  content: "\f992";
}
.fi-rr-screwdriver:before {
  content: "\f993";
}
.fi-rr-scribble:before {
  content: "\f994";
}
.fi-rr-scroll-old:before {
  content: "\f995";
}
.fi-rr-scroll-torah:before {
  content: "\f996";
}
.fi-rr-scroll:before {
  content: "\f997";
}
.fi-rr-scrubber:before {
  content: "\f998";
}
.fi-rr-scythe:before {
  content: "\f999";
}
.fi-rr-sd-card:before {
  content: "\f99a";
}
.fi-rr-sd-cards:before {
  content: "\f99b";
}
.fi-rr-seal-exclamation:before {
  content: "\f99c";
}
.fi-rr-seal-question:before {
  content: "\f99d";
}
.fi-rr-search-alt:before {
  content: "\f99e";
}
.fi-rr-search-dollar:before {
  content: "\f99f";
}
.fi-rr-search-heart:before {
  content: "\f9a0";
}
.fi-rr-search-location:before {
  content: "\f9a1";
}
.fi-rr-search:before {
  content: "\f9a2";
}
.fi-rr-seat-airline:before {
  content: "\f9a3";
}
.fi-rr-second-award:before {
  content: "\f9a4";
}
.fi-rr-second-laurel:before {
  content: "\f9a5";
}
.fi-rr-second-medal:before {
  content: "\f9a6";
}
.fi-rr-second:before {
  content: "\f9a7";
}
.fi-rr-security:before {
  content: "\f9a8";
}
.fi-rr-seedling:before {
  content: "\f9a9";
}
.fi-rr-selection:before {
  content: "\f9aa";
}
.fi-rr-send-back:before {
  content: "\f9ab";
}
.fi-rr-send-backward:before {
  content: "\f9ac";
}
.fi-rr-sensor-alert:before {
  content: "\f9ad";
}
.fi-rr-sensor-fire:before {
  content: "\f9ae";
}
.fi-rr-sensor-on:before {
  content: "\f9af";
}
.fi-rr-sensor-smoke:before {
  content: "\f9b0";
}
.fi-rr-sensor:before {
  content: "\f9b1";
}
.fi-rr-settings-sliders:before {
  content: "\f9b2";
}
.fi-rr-settings:before {
  content: "\f9b3";
}
.fi-rr-share-alt-square:before {
  content: "\f9b4";
}
.fi-rr-share-square:before {
  content: "\f9b5";
}
.fi-rr-share:before {
  content: "\f9b6";
}
.fi-rr-sheep:before {
  content: "\f9b7";
}
.fi-rr-shekel-sign:before {
  content: "\f9b8";
}
.fi-rr-shelves:before {
  content: "\f9b9";
}
.fi-rr-shield-alt:before {
  content: "\f9ba";
}
.fi-rr-shield-check:before {
  content: "\f9bb";
}
.fi-rr-shield-cross:before {
  content: "\f9bc";
}
.fi-rr-shield-exclamation:before {
  content: "\f9bd";
}
.fi-rr-shield-interrogation:before {
  content: "\f9be";
}
.fi-rr-shield-keyhole:before {
  content: "\f9bf";
}
.fi-rr-shield-minus:before {
  content: "\f9c0";
}
.fi-rr-shield-plus:before {
  content: "\f9c1";
}
.fi-rr-shield-slash:before {
  content: "\f9c2";
}
.fi-rr-shield-virus:before {
  content: "\f9c3";
}
.fi-rr-shield-xmark:before {
  content: "\f9c4";
}
.fi-rr-shield:before {
  content: "\f9c5";
}
.fi-rr-ship-side:before {
  content: "\f9c6";
}
.fi-rr-ship:before {
  content: "\f9c7";
}
.fi-rr-shipping-fast:before {
  content: "\f9c8";
}
.fi-rr-shipping-timed:before {
  content: "\f9c9";
}
.fi-rr-shirt-long-sleeve:before {
  content: "\f9ca";
}
.fi-rr-shirt-running:before {
  content: "\f9cb";
}
.fi-rr-shirt-tank-top:before {
  content: "\f9cc";
}
.fi-rr-shish-kebab:before {
  content: "\f9cd";
}
.fi-rr-shoe-prints:before {
  content: "\f9ce";
}
.fi-rr-shop-lock:before {
  content: "\f9cf";
}
.fi-rr-shop-slash:before {
  content: "\f9d0";
}
.fi-rr-shop:before {
  content: "\f9d1";
}
.fi-rr-shopping-bag-add:before {
  content: "\f9d2";
}
.fi-rr-shopping-bag:before {
  content: "\f9d3";
}
.fi-rr-shopping-basket:before {
  content: "\f9d4";
}
.fi-rr-shopping-cart-add:before {
  content: "\f9d5";
}
.fi-rr-shopping-cart-check:before {
  content: "\f9d6";
}
.fi-rr-shopping-cart:before {
  content: "\f9d7";
}
.fi-rr-shovel-snow:before {
  content: "\f9d8";
}
.fi-rr-shovel:before {
  content: "\f9d9";
}
.fi-rr-shower-down:before {
  content: "\f9da";
}
.fi-rr-shower:before {
  content: "\f9db";
}
.fi-rr-shredder:before {
  content: "\f9dc";
}
.fi-rr-shrimp:before {
  content: "\f9dd";
}
.fi-rr-shuffle:before {
  content: "\f9de";
}
.fi-rr-shuttle-van:before {
  content: "\f9df";
}
.fi-rr-shuttlecock:before {
  content: "\f9e0";
}
.fi-rr-Sickle:before {
  content: "\f9e1";
}
.fi-rr-sidebar-flip:before {
  content: "\f9e2";
}
.fi-rr-sidebar:before {
  content: "\f9e3";
}
.fi-rr-sigma:before {
  content: "\f9e4";
}
.fi-rr-sign-hanging:before {
  content: "\f9e5";
}
.fi-rr-sign-in-alt:before {
  content: "\f9e6";
}
.fi-rr-sign-out-alt:before {
  content: "\f9e7";
}
.fi-rr-sign-up:before {
  content: "\f9e8";
}
.fi-rr-signal-alt-1:before {
  content: "\f9e9";
}
.fi-rr-signal-alt-2:before {
  content: "\f9ea";
}
.fi-rr-signal-alt-slash:before {
  content: "\f9eb";
}
.fi-rr-signal-alt:before {
  content: "\f9ec";
}
.fi-rr-signal-bars-fair:before {
  content: "\f9ed";
}
.fi-rr-signal-bars-good:before {
  content: "\f9ee";
}
.fi-rr-signal-bars-weak:before {
  content: "\f9ef";
}
.fi-rr-signal-stream-slash:before {
  content: "\f9f0";
}
.fi-rr-signal-stream:before {
  content: "\f9f1";
}
.fi-rr-signature-lock:before {
  content: "\f9f2";
}
.fi-rr-signature-slash:before {
  content: "\f9f3";
}
.fi-rr-signature:before {
  content: "\f9f4";
}
.fi-rr-sim-card:before {
  content: "\f9f5";
}
.fi-rr-sim-cards:before {
  content: "\f9f6";
}
.fi-rr-sink:before {
  content: "\f9f7";
}
.fi-rr-siren-on:before {
  content: "\f9f8";
}
.fi-rr-Siren:before {
  content: "\f9f9";
}
.fi-rr-site-alt:before {
  content: "\f9fa";
}
.fi-rr-site-browser:before {
  content: "\f9fb";
}
.fi-rr-site:before {
  content: "\f9fc";
}
.fi-rr-sitemap:before {
  content: "\f9fd";
}
.fi-rr-skateboard:before {
  content: "\f9fe";
}
.fi-rr-skating:before {
  content: "\f9ff";
}
.fi-rr-skeleton:before {
  content: "\fa00";
}
.fi-rr-skewer:before {
  content: "\fa01";
}
.fi-rr-ski-boot-ski:before {
  content: "\fa02";
}
.fi-rr-ski-jump:before {
  content: "\fa03";
}
.fi-rr-ski-lift:before {
  content: "\fa04";
}
.fi-rr-skiing-nordic:before {
  content: "\fa05";
}
.fi-rr-skiing:before {
  content: "\fa06";
}
.fi-rr-skull-cow:before {
  content: "\fa07";
}
.fi-rr-skull-crossbones:before {
  content: "\fa08";
}
.fi-rr-skull:before {
  content: "\fa09";
}
.fi-rr-slash:before {
  content: "\fa0a";
}
.fi-rr-sledding:before {
  content: "\fa0b";
}
.fi-rr-sleigh:before {
  content: "\fa0c";
}
.fi-rr-sliders-h-square:before {
  content: "\fa0d";
}
.fi-rr-sliders-v-square:before {
  content: "\fa0e";
}
.fi-rr-sliders-v:before {
  content: "\fa0f";
}
.fi-rr-smartphone:before {
  content: "\fa10";
}
.fi-rr-smile-beam:before {
  content: "\fa11";
}
.fi-rr-smile-plus:before {
  content: "\fa12";
}
.fi-rr-smile-wink:before {
  content: "\fa13";
}
.fi-rr-smile:before {
  content: "\fa14";
}
.fi-rr-smiley-comment-alt:before {
  content: "\fa15";
}
.fi-rr-smog:before {
  content: "\fa16";
}
.fi-rr-smoke:before {
  content: "\fa17";
}
.fi-rr-smoking-ban:before {
  content: "\fa18";
}
.fi-rr-smoking:before {
  content: "\fa19";
}
.fi-rr-snake:before {
  content: "\fa1a";
}
.fi-rr-snooze:before {
  content: "\fa1b";
}
.fi-rr-snow-blowing:before {
  content: "\fa1c";
}
.fi-rr-snowboarding:before {
  content: "\fa1d";
}
.fi-rr-snowflake-droplets:before {
  content: "\fa1e";
}
.fi-rr-snowflake:before {
  content: "\fa1f";
}
.fi-rr-snowflakes:before {
  content: "\fa20";
}
.fi-rr-snowman-alt:before {
  content: "\fa21";
}
.fi-rr-snowman-head:before {
  content: "\fa22";
}
.fi-rr-snowmobile:before {
  content: "\fa23";
}
.fi-rr-snowplow:before {
  content: "\fa24";
}
.fi-rr-soap-alt:before {
  content: "\fa25";
}
.fi-rr-soap:before {
  content: "\fa26";
}
.fi-rr-social-network:before {
  content: "\fa27";
}
.fi-rr-socks:before {
  content: "\fa28";
}
.fi-rr-solar-panel:before {
  content: "\fa29";
}
.fi-rr-solar-system:before {
  content: "\fa2a";
}
.fi-rr-sort-alpha-down-alt:before {
  content: "\fa2b";
}
.fi-rr-sort-alpha-down:before {
  content: "\fa2c";
}
.fi-rr-sort-alpha-up-alt:before {
  content: "\fa2d";
}
.fi-rr-sort-alpha-up:before {
  content: "\fa2e";
}
.fi-rr-sort-alt:before {
  content: "\fa2f";
}
.fi-rr-sort-amount-down-alt:before {
  content: "\fa30";
}
.fi-rr-sort-amount-down:before {
  content: "\fa31";
}
.fi-rr-sort-amount-up-alt:before {
  content: "\fa32";
}
.fi-rr-sort-amount-up:before {
  content: "\fa33";
}
.fi-rr-sort-circle-down:before {
  content: "\fa34";
}
.fi-rr-sort-circle-up:before {
  content: "\fa35";
}
.fi-rr-sort-circle:before {
  content: "\fa36";
}
.fi-rr-sort-down:before {
  content: "\fa37";
}
.fi-rr-sort-numeric-down-alt:before {
  content: "\fa38";
}
.fi-rr-sort-numeric-down:before {
  content: "\fa39";
}
.fi-rr-sort-shapes-down:before {
  content: "\fa3a";
}
.fi-rr-sort-shapes-up:before {
  content: "\fa3b";
}
.fi-rr-sort-size-down:before {
  content: "\fa3c";
}
.fi-rr-sort-size-up:before {
  content: "\fa3d";
}
.fi-rr-sort:before {
  content: "\fa3e";
}
.fi-rr-soup:before {
  content: "\fa3f";
}
.fi-rr-source-data:before {
  content: "\fa40";
}
.fi-rr-spa:before {
  content: "\fa41";
}
.fi-rr-space-shuttle:before {
  content: "\fa42";
}
.fi-rr-space-station-moon-alt:before {
  content: "\fa43";
}
.fi-rr-space-station-moon:before {
  content: "\fa44";
}
.fi-rr-spade:before {
  content: "\fa45";
}
.fi-rr-spaghetti-monster-flying:before {
  content: "\fa46";
}
.fi-rr-sparkles:before {
  content: "\fa47";
}
.fi-rr-speaker:before {
  content: "\fa48";
}
.fi-rr-speakers:before {
  content: "\fa49";
}
.fi-rr-sphere:before {
  content: "\fa4a";
}
.fi-rr-spider-black-widow:before {
  content: "\fa4b";
}
.fi-rr-spider-web:before {
  content: "\fa4c";
}
.fi-rr-spider:before {
  content: "\fa4d";
}
.fi-rr-spinner:before {
  content: "\fa4e";
}
.fi-rr-split:before {
  content: "\fa4f";
}
.fi-rr-splotch:before {
  content: "\fa50";
}
.fi-rr-spoon:before {
  content: "\fa51";
}
.fi-rr-sport:before {
  content: "\fa52";
}
.fi-rr-spray-can-sparkles:before {
  content: "\fa53";
}
.fi-rr-spray-can:before {
  content: "\fa54";
}
.fi-rr-sprinkler:before {
  content: "\fa55";
}
.fi-rr-square-0:before {
  content: "\fa56";
}
.fi-rr-square-1:before {
  content: "\fa57";
}
.fi-rr-square-2:before {
  content: "\fa58";
}
.fi-rr-square-3:before {
  content: "\fa59";
}
.fi-rr-square-4:before {
  content: "\fa5a";
}
.fi-rr-square-5:before {
  content: "\fa5b";
}
.fi-rr-square-6:before {
  content: "\fa5c";
}
.fi-rr-square-7:before {
  content: "\fa5d";
}
.fi-rr-square-8:before {
  content: "\fa5e";
}
.fi-rr-square-9:before {
  content: "\fa5f";
}
.fi-rr-square-a:before {
  content: "\fa60";
}
.fi-rr-square-b:before {
  content: "\fa61";
}
.fi-rr-square-bolt:before {
  content: "\fa62";
}
.fi-rr-square-c:before {
  content: "\fa63";
}
.fi-rr-square-code:before {
  content: "\fa64";
}
.fi-rr-square-d:before {
  content: "\fa65";
}
.fi-rr-square-dashed:before {
  content: "\fa66";
}
.fi-rr-square-e:before {
  content: "\fa67";
}
.fi-rr-square-ellipsis-vertical:before {
  content: "\fa68";
}
.fi-rr-square-ellipsis:before {
  content: "\fa69";
}
.fi-rr-square-exclamation:before {
  content: "\fa6a";
}
.fi-rr-square-f:before {
  content: "\fa6b";
}
.fi-rr-square-g:before {
  content: "\fa6c";
}
.fi-rr-square-h:before {
  content: "\fa6d";
}
.fi-rr-square-heart:before {
  content: "\fa6e";
}
.fi-rr-square-i:before {
  content: "\fa6f";
}
.fi-rr-square-info:before {
  content: "\fa70";
}
.fi-rr-square-j:before {
  content: "\fa71";
}
.fi-rr-square-k:before {
  content: "\fa72";
}
.fi-rr-square-kanban:before {
  content: "\fa73";
}
.fi-rr-square-l:before {
  content: "\fa74";
}
.fi-rr-square-m:before {
  content: "\fa75";
}
.fi-rr-square-minus:before {
  content: "\fa76";
}
.fi-rr-square-n:before {
  content: "\fa77";
}
.fi-rr-square-o:before {
  content: "\fa78";
}
.fi-rr-square-p:before {
  content: "\fa79";
}
.fi-rr-square-phone-hangup:before {
  content: "\fa7a";
}
.fi-rr-square-plus:before {
  content: "\fa7b";
}
.fi-rr-square-poll-horizontal:before {
  content: "\fa7c";
}
.fi-rr-square-poll-vertical:before {
  content: "\fa7d";
}
.fi-rr-square-q:before {
  content: "\fa7e";
}
.fi-rr-square-quote:before {
  content: "\fa7f";
}
.fi-rr-square-r:before {
  content: "\fa80";
}
.fi-rr-square-root:before {
  content: "\fa81";
}
.fi-rr-square-s:before {
  content: "\fa82";
}
.fi-rr-square-small:before {
  content: "\fa83";
}
.fi-rr-square-star:before {
  content: "\fa84";
}
.fi-rr-square-t:before {
  content: "\fa85";
}
.fi-rr-square-terminal:before {
  content: "\fa86";
}
.fi-rr-square-u:before {
  content: "\fa87";
}
.fi-rr-square-up-right:before {
  content: "\fa88";
}
.fi-rr-square-v:before {
  content: "\fa89";
}
.fi-rr-square-w:before {
  content: "\fa8a";
}
.fi-rr-square-x:before {
  content: "\fa8b";
}
.fi-rr-square-y:before {
  content: "\fa8c";
}
.fi-rr-square-z:before {
  content: "\fa8d";
}
.fi-rr-square:before {
  content: "\fa8e";
}
.fi-rr-squid:before {
  content: "\fa8f";
}
.fi-rr-squircle:before {
  content: "\fa90";
}
.fi-rr-squirrel:before {
  content: "\fa91";
}
.fi-rr-staff:before {
  content: "\fa92";
}
.fi-rr-stairs:before {
  content: "\fa93";
}
.fi-rr-stamp:before {
  content: "\fa94";
}
.fi-rr-standard-definition:before {
  content: "\fa95";
}
.fi-rr-star-and-crescent:before {
  content: "\fa96";
}
.fi-rr-star-christmas:before {
  content: "\fa97";
}
.fi-rr-star-comment-alt:before {
  content: "\fa98";
}
.fi-rr-star-exclamation:before {
  content: "\fa99";
}
.fi-rr-star-octogram:before {
  content: "\fa9a";
}
.fi-rr-star-of-david:before {
  content: "\fa9b";
}
.fi-rr-star-sharp-half-stroke:before {
  content: "\fa9c";
}
.fi-rr-star-sharp-half:before {
  content: "\fa9d";
}
.fi-rr-star-shooting:before {
  content: "\fa9e";
}
.fi-rr-star:before {
  content: "\fa9f";
}
.fi-rr-starfighter:before {
  content: "\faa0";
}
.fi-rr-stars:before {
  content: "\faa1";
}
.fi-rr-state-country:before {
  content: "\faa2";
}
.fi-rr-stats:before {
  content: "\faa3";
}
.fi-rr-steak:before {
  content: "\faa4";
}
.fi-rr-steering-wheel:before {
  content: "\faa5";
}
.fi-rr-step-backward:before {
  content: "\faa6";
}
.fi-rr-step-forward:before {
  content: "\faa7";
}
.fi-rr-sterling-sign:before {
  content: "\faa8";
}
.fi-rr-stethoscope:before {
  content: "\faa9";
}
.fi-rr-sticker:before {
  content: "\faaa";
}
.fi-rr-stocking:before {
  content: "\faab";
}
.fi-rr-stomach:before {
  content: "\faac";
}
.fi-rr-stop-circle:before {
  content: "\faad";
}
.fi-rr-stop:before {
  content: "\faae";
}
.fi-rr-stopwatch:before {
  content: "\faaf";
}
.fi-rr-store-alt:before {
  content: "\fab0";
}
.fi-rr-store-lock:before {
  content: "\fab1";
}
.fi-rr-store-slash:before {
  content: "\fab2";
}
.fi-rr-strawberry:before {
  content: "\fab3";
}
.fi-rr-street-view:before {
  content: "\fab4";
}
.fi-rr-stretcher:before {
  content: "\fab5";
}
.fi-rr-strikethrough:before {
  content: "\fab6";
}
.fi-rr-stroopwafel:before {
  content: "\fab7";
}
.fi-rr-subscript:before {
  content: "\fab8";
}
.fi-rr-subscription-alt:before {
  content: "\fab9";
}
.fi-rr-subscription:before {
  content: "\faba";
}
.fi-rr-subtitles:before {
  content: "\fabb";
}
.fi-rr-subway:before {
  content: "\fabc";
}
.fi-rr-suitcase-alt:before {
  content: "\fabd";
}
.fi-rr-summer:before {
  content: "\fabe";
}
.fi-rr-sun-dust:before {
  content: "\fabf";
}
.fi-rr-sun-plant-wilt:before {
  content: "\fac0";
}
.fi-rr-sun:before {
  content: "\fac1";
}
.fi-rr-sunglasses:before {
  content: "\fac2";
}
.fi-rr-sunrise-alt:before {
  content: "\fac3";
}
.fi-rr-sunrise:before {
  content: "\fac4";
}
.fi-rr-sunset:before {
  content: "\fac5";
}
.fi-rr-superscript:before {
  content: "\fac6";
}
.fi-rr-surfing:before {
  content: "\fac7";
}
.fi-rr-surprise:before {
  content: "\fac8";
}
.fi-rr-sushi-alt:before {
  content: "\fac9";
}
.fi-rr-sushi-roll:before {
  content: "\faca";
}
.fi-rr-sushi:before {
  content: "\facb";
}
.fi-rr-swatchbook:before {
  content: "\facc";
}
.fi-rr-swimmer:before {
  content: "\facd";
}
.fi-rr-swimming-pool:before {
  content: "\face";
}
.fi-rr-swipe-down:before {
  content: "\facf";
}
.fi-rr-swipe-left:before {
  content: "\fad0";
}
.fi-rr-swipe-right:before {
  content: "\fad1";
}
.fi-rr-swipe-up:before {
  content: "\fad2";
}
.fi-rr-sword:before {
  content: "\fad3";
}
.fi-rr-symbol:before {
  content: "\fad4";
}
.fi-rr-symbols:before {
  content: "\fad5";
}
.fi-rr-syringe:before {
  content: "\fad6";
}
.fi-rr-t:before {
  content: "\fad7";
}
.fi-rr-tab-folder:before {
  content: "\fad8";
}
.fi-rr-table-columns:before {
  content: "\fad9";
}
.fi-rr-table-layout:before {
  content: "\fada";
}
.fi-rr-table-list:before {
  content: "\fadb";
}
.fi-rr-table-picnic:before {
  content: "\fadc";
}
.fi-rr-table-pivot:before {
  content: "\fadd";
}
.fi-rr-table-rows:before {
  content: "\fade";
}
.fi-rr-table-tree:before {
  content: "\fadf";
}
.fi-rr-table:before {
  content: "\fae0";
}
.fi-rr-tablet-android-alt:before {
  content: "\fae1";
}
.fi-rr-tablet-android:before {
  content: "\fae2";
}
.fi-rr-tablet-rugged:before {
  content: "\fae3";
}
.fi-rr-tablet:before {
  content: "\fae4";
}
.fi-rr-tachometer-alt-average:before {
  content: "\fae5";
}
.fi-rr-tachometer-alt-fastest:before {
  content: "\fae6";
}
.fi-rr-tachometer-alt-slow:before {
  content: "\fae7";
}
.fi-rr-tachometer-alt-slowest:before {
  content: "\fae8";
}
.fi-rr-tachometer-average:before {
  content: "\fae9";
}
.fi-rr-tachometer-fast:before {
  content: "\faea";
}
.fi-rr-tachometer-fastest:before {
  content: "\faeb";
}
.fi-rr-tachometer-slow:before {
  content: "\faec";
}
.fi-rr-tachometer-slowest:before {
  content: "\faed";
}
.fi-rr-tachometer:before {
  content: "\faee";
}
.fi-rr-taco:before {
  content: "\faef";
}
.fi-rr-tags:before {
  content: "\faf0";
}
.fi-rr-tally-1:before {
  content: "\faf1";
}
.fi-rr-tally-2:before {
  content: "\faf2";
}
.fi-rr-tally-3:before {
  content: "\faf3";
}
.fi-rr-tally-4:before {
  content: "\faf4";
}
.fi-rr-tally:before {
  content: "\faf5";
}
.fi-rr-tamale:before {
  content: "\faf6";
}
.fi-rr-tank-water:before {
  content: "\faf7";
}
.fi-rr-tap:before {
  content: "\faf8";
}
.fi-rr-tape:before {
  content: "\faf9";
}
.fi-rr-target:before {
  content: "\fafa";
}
.fi-rr-tax-alt:before {
  content: "\fafb";
}
.fi-rr-tax:before {
  content: "\fafc";
}
.fi-rr-taxi-bus:before {
  content: "\fafd";
}
.fi-rr-taxi:before {
  content: "\fafe";
}
.fi-rr-team-check-alt:before {
  content: "\faff";
}
.fi-rr-team-check:before {
  content: "\fb00";
}
.fi-rr-teddy-bear:before {
  content: "\fb01";
}
.fi-rr-teeth-open:before {
  content: "\fb02";
}
.fi-rr-telescope:before {
  content: "\fb03";
}
.fi-rr-temperature-down:before {
  content: "\fb04";
}
.fi-rr-temperature-frigid:before {
  content: "\fb05";
}
.fi-rr-temperature-high:before {
  content: "\fb06";
}
.fi-rr-temperature-list:before {
  content: "\fb07";
}
.fi-rr-temperature-low:before {
  content: "\fb08";
}
.fi-rr-temperature-up:before {
  content: "\fb09";
}
.fi-rr-template-alt:before {
  content: "\fb0a";
}
.fi-rr-template:before {
  content: "\fb0b";
}
.fi-rr-tenge:before {
  content: "\fb0c";
}
.fi-rr-tennis:before {
  content: "\fb0d";
}
.fi-rr-tent-arrow-down-to-line:before {
  content: "\fb0e";
}
.fi-rr-tent-arrow-left-right:before {
  content: "\fb0f";
}
.fi-rr-tent-arrow-turn-left:before {
  content: "\fb10";
}
.fi-rr-tent-arrows-down:before {
  content: "\fb11";
}
.fi-rr-tents:before {
  content: "\fb12";
}
.fi-rr-terminal:before {
  content: "\fb13";
}
.fi-rr-terrace:before {
  content: "\fb14";
}
.fi-rr-test-tube:before {
  content: "\fb15";
}
.fi-rr-test:before {
  content: "\fb16";
}
.fi-rr-text-box-dots:before {
  content: "\fb17";
}
.fi-rr-text-box-edit:before {
  content: "\fb18";
}
.fi-rr-text-box:before {
  content: "\fb19";
}
.fi-rr-text-check:before {
  content: "\fb1a";
}
.fi-rr-text-height:before {
  content: "\fb1b";
}
.fi-rr-text-shadow:before {
  content: "\fb1c";
}
.fi-rr-text-size:before {
  content: "\fb1d";
}
.fi-rr-text-slash:before {
  content: "\fb1e";
}
.fi-rr-text-width:before {
  content: "\fb1f";
}
.fi-rr-text:before {
  content: "\fb20";
}
.fi-rr-theater-masks:before {
  content: "\fb21";
}
.fi-rr-thermometer-alt:before {
  content: "\fb22";
}
.fi-rr-thermometer-empty:before {
  content: "\fb23";
}
.fi-rr-thermometer-full:before {
  content: "\fb24";
}
.fi-rr-thermometer-half:before {
  content: "\fb25";
}
.fi-rr-thermometer-quarter:before {
  content: "\fb26";
}
.fi-rr-thermometer-three-quarters:before {
  content: "\fb27";
}
.fi-rr-theta:before {
  content: "\fb28";
}
.fi-rr-third-award:before {
  content: "\fb29";
}
.fi-rr-third-laurel:before {
  content: "\fb2a";
}
.fi-rr-third-medal:before {
  content: "\fb2b";
}
.fi-rr-third:before {
  content: "\fb2c";
}
.fi-rr-thought-bubble:before {
  content: "\fb2d";
}
.fi-rr-thumbtack:before {
  content: "\fb2e";
}
.fi-rr-thunderstorm-moon:before {
  content: "\fb2f";
}
.fi-rr-thunderstorm-sun:before {
  content: "\fb30";
}
.fi-rr-thunderstorm:before {
  content: "\fb31";
}
.fi-rr-ticket-airline:before {
  content: "\fb32";
}
.fi-rr-ticket-alt:before {
  content: "\fb33";
}
.fi-rr-ticket:before {
  content: "\fb34";
}
.fi-rr-tickets-airline:before {
  content: "\fb35";
}
.fi-rr-tilde:before {
  content: "\fb36";
}
.fi-rr-time-add:before {
  content: "\fb37";
}
.fi-rr-time-check:before {
  content: "\fb38";
}
.fi-rr-time-delete:before {
  content: "\fb39";
}
.fi-rr-time-fast:before {
  content: "\fb3a";
}
.fi-rr-time-forward-sixty:before {
  content: "\fb3b";
}
.fi-rr-time-forward-ten:before {
  content: "\fb3c";
}
.fi-rr-time-forward:before {
  content: "\fb3d";
}
.fi-rr-time-half-past:before {
  content: "\fb3e";
}
.fi-rr-time-oclock:before {
  content: "\fb3f";
}
.fi-rr-time-past:before {
  content: "\fb40";
}
.fi-rr-time-quarter-past:before {
  content: "\fb41";
}
.fi-rr-time-quarter-to:before {
  content: "\fb42";
}
.fi-rr-time-twenty-four:before {
  content: "\fb43";
}
.fi-rr-times-hexagon:before {
  content: "\fb44";
}
.fi-rr-tint-slash:before {
  content: "\fb45";
}
.fi-rr-tire-flat:before {
  content: "\fb46";
}
.fi-rr-tire-pressure-warning:before {
  content: "\fb47";
}
.fi-rr-tire-rugged:before {
  content: "\fb48";
}
.fi-rr-tire:before {
  content: "\fb49";
}
.fi-rr-tired:before {
  content: "\fb4a";
}
.fi-rr-to-do-alt:before {
  content: "\fb4b";
}
.fi-rr-to-do:before {
  content: "\fb4c";
}
.fi-rr-toggle-off:before {
  content: "\fb4d";
}
.fi-rr-toggle-on:before {
  content: "\fb4e";
}
.fi-rr-toilet-paper-blank-under:before {
  content: "\fb4f";
}
.fi-rr-toilet-paper-blank:before {
  content: "\fb50";
}
.fi-rr-toilet-paper-slash:before {
  content: "\fb51";
}
.fi-rr-toilet-paper-under-slash:before {
  content: "\fb52";
}
.fi-rr-toilet-paper-under:before {
  content: "\fb53";
}
.fi-rr-toilet:before {
  content: "\fb54";
}
.fi-rr-tomato:before {
  content: "\fb55";
}
.fi-rr-tombstone-alt:before {
  content: "\fb56";
}
.fi-rr-tombstone:before {
  content: "\fb57";
}
.fi-rr-tool-box:before {
  content: "\fb58";
}
.fi-rr-tool-crop:before {
  content: "\fb59";
}
.fi-rr-tool-marquee:before {
  content: "\fb5a";
}
.fi-rr-tools:before {
  content: "\fb5b";
}
.fi-rr-tooth:before {
  content: "\fb5c";
}
.fi-rr-toothbrush:before {
  content: "\fb5d";
}
.fi-rr-tornado:before {
  content: "\fb5e";
}
.fi-rr-total:before {
  content: "\fb5f";
}
.fi-rr-tour-guide-people:before {
  content: "\fb60";
}
.fi-rr-tour-virtual:before {
  content: "\fb61";
}
.fi-rr-tower-control:before {
  content: "\fb62";
}
.fi-rr-track:before {
  content: "\fb63";
}
.fi-rr-tractor:before {
  content: "\fb64";
}
.fi-rr-trademark:before {
  content: "\fb65";
}
.fi-rr-traffic-cone:before {
  content: "\fb66";
}
.fi-rr-traffic-light-go:before {
  content: "\fb67";
}
.fi-rr-traffic-light-slow:before {
  content: "\fb68";
}
.fi-rr-traffic-light-stop:before {
  content: "\fb69";
}
.fi-rr-traffic-light:before {
  content: "\fb6a";
}
.fi-rr-trailer:before {
  content: "\fb6b";
}
.fi-rr-train-journey:before {
  content: "\fb6c";
}
.fi-rr-train-side:before {
  content: "\fb6d";
}
.fi-rr-train-station-building:before {
  content: "\fb6e";
}
.fi-rr-train-station:before {
  content: "\fb6f";
}
.fi-rr-train-subway-tunnel:before {
  content: "\fb70";
}
.fi-rr-train-tram:before {
  content: "\fb71";
}
.fi-rr-train:before {
  content: "\fb72";
}
.fi-rr-tram:before {
  content: "\fb73";
}
.fi-rr-transform:before {
  content: "\fb74";
}
.fi-rr-transformer-bolt:before {
  content: "\fb75";
}
.fi-rr-transgender:before {
  content: "\fb76";
}
.fi-rr-transporter-1:before {
  content: "\fb77";
}
.fi-rr-transporter-2:before {
  content: "\fb78";
}
.fi-rr-transporter-3:before {
  content: "\fb79";
}
.fi-rr-transporter-4:before {
  content: "\fb7a";
}
.fi-rr-transporter-5:before {
  content: "\fb7b";
}
.fi-rr-transporter-6:before {
  content: "\fb7c";
}
.fi-rr-transporter-7:before {
  content: "\fb7d";
}
.fi-rr-transporter-empty:before {
  content: "\fb7e";
}
.fi-rr-transporter:before {
  content: "\fb7f";
}
.fi-rr-trash-can-check:before {
  content: "\fb80";
}
.fi-rr-trash-can-clock:before {
  content: "\fb81";
}
.fi-rr-trash-can-list:before {
  content: "\fb82";
}
.fi-rr-trash-can-plus:before {
  content: "\fb83";
}
.fi-rr-trash-can-slash:before {
  content: "\fb84";
}
.fi-rr-trash-check:before {
  content: "\fb85";
}
.fi-rr-trash-clock:before {
  content: "\fb86";
}
.fi-rr-trash-list:before {
  content: "\fb87";
}
.fi-rr-trash-plus:before {
  content: "\fb88";
}
.fi-rr-trash-restore-alt:before {
  content: "\fb89";
}
.fi-rr-trash-restore:before {
  content: "\fb8a";
}
.fi-rr-trash-slash:before {
  content: "\fb8b";
}
.fi-rr-trash-undo-alt:before {
  content: "\fb8c";
}
.fi-rr-trash-undo:before {
  content: "\fb8d";
}
.fi-rr-trash-xmark:before {
  content: "\fb8e";
}
.fi-rr-trash:before {
  content: "\fb8f";
}
.fi-rr-treasure-chest:before {
  content: "\fb90";
}
.fi-rr-treatment:before {
  content: "\fb91";
}
.fi-rr-tree-alt:before {
  content: "\fb92";
}
.fi-rr-tree-christmas:before {
  content: "\fb93";
}
.fi-rr-tree-deciduous:before {
  content: "\fb94";
}
.fi-rr-tree:before {
  content: "\fb95";
}
.fi-rr-trees-alt:before {
  content: "\fb96";
}
.fi-rr-trees:before {
  content: "\fb97";
}
.fi-rr-triangle-music:before {
  content: "\fb98";
}
.fi-rr-triangle-person-digging:before {
  content: "\fb99";
}
.fi-rr-triangle-warning:before {
  content: "\fb9a";
}
.fi-rr-triangle:before {
  content: "\fb9b";
}
.fi-rr-trillium:before {
  content: "\fb9c";
}
.fi-rr-trophy-star:before {
  content: "\fb9d";
}
.fi-rr-trophy:before {
  content: "\fb9e";
}
.fi-rr-truck-bolt:before {
  content: "\fb9f";
}
.fi-rr-truck-container-empty:before {
  content: "\fba0";
}
.fi-rr-truck-container:before {
  content: "\fba1";
}
.fi-rr-truck-couch:before {
  content: "\fba2";
}
.fi-rr-truck-flatbed:before {
  content: "\fba3";
}
.fi-rr-truck-front:before {
  content: "\fba4";
}
.fi-rr-truck-loading:before {
  content: "\fba5";
}
.fi-rr-truck-medical:before {
  content: "\fba6";
}
.fi-rr-truck-monster:before {
  content: "\fba7";
}
.fi-rr-truck-moving:before {
  content: "\fba8";
}
.fi-rr-truck-pickup:before {
  content: "\fba9";
}
.fi-rr-truck-plow:before {
  content: "\fbaa";
}
.fi-rr-truck-ramp:before {
  content: "\fbab";
}
.fi-rr-truck-side:before {
  content: "\fbac";
}
.fi-rr-truck-tow:before {
  content: "\fbad";
}
.fi-rr-trumpet:before {
  content: "\fbae";
}
.fi-rr-tshirt:before {
  content: "\fbaf";
}
.fi-rr-tty-answer:before {
  content: "\fbb0";
}
.fi-rr-tty:before {
  content: "\fbb1";
}
.fi-rr-tubes:before {
  content: "\fbb2";
}
.fi-rr-tugrik-sign:before {
  content: "\fbb3";
}
.fi-rr-turkey:before {
  content: "\fbb4";
}
.fi-rr-turntable:before {
  content: "\fbb5";
}
.fi-rr-turtle:before {
  content: "\fbb6";
}
.fi-rr-tv-music:before {
  content: "\fbb7";
}
.fi-rr-tv-retro:before {
  content: "\fbb8";
}
.fi-rr-typewriter:before {
  content: "\fbb9";
}
.fi-rr-u:before {
  content: "\fbba";
}
.fi-rr-ufo-beam:before {
  content: "\fbbb";
}
.fi-rr-ufo:before {
  content: "\fbbc";
}
.fi-rr-umbrella-beach:before {
  content: "\fbbd";
}
.fi-rr-umbrella:before {
  content: "\fbbe";
}
.fi-rr-underline:before {
  content: "\fbbf";
}
.fi-rr-undo-alt:before {
  content: "\fbc0";
}
.fi-rr-undo:before {
  content: "\fbc1";
}
.fi-rr-unicorn:before {
  content: "\fbc2";
}
.fi-rr-uniform-martial-arts:before {
  content: "\fbc3";
}
.fi-rr-universal-access:before {
  content: "\fbc4";
}
.fi-rr-unlock:before {
  content: "\fbc5";
}
.fi-rr-up-left:before {
  content: "\fbc6";
}
.fi-rr-up-right-from-square:before {
  content: "\fbc7";
}
.fi-rr-up-right:before {
  content: "\fbc8";
}
.fi-rr-up:before {
  content: "\fbc9";
}
.fi-rr-upload:before {
  content: "\fbca";
}
.fi-rr-url:before {
  content: "\fbcb";
}
.fi-rr-usb-pendrive:before {
  content: "\fbcc";
}
.fi-rr-usd-circle:before {
  content: "\fbcd";
}
.fi-rr-usd-square:before {
  content: "\fbce";
}
.fi-rr-user-add:before {
  content: "\fbcf";
}
.fi-rr-user-alien:before {
  content: "\fbd0";
}
.fi-rr-user-astronaut:before {
  content: "\fbd1";
}
.fi-rr-user-check:before {
  content: "\fbd2";
}
.fi-rr-user-chef:before {
  content: "\fbd3";
}
.fi-rr-user-cowboy:before {
  content: "\fbd4";
}
.fi-rr-user-crown:before {
  content: "\fbd5";
}
.fi-rr-user-gear:before {
  content: "\fbd6";
}
.fi-rr-user-headset:before {
  content: "\fbd7";
}
.fi-rr-user-helmet-safety:before {
  content: "\fbd8";
}
.fi-rr-user-injured:before {
  content: "\fbd9";
}
.fi-rr-user-interface-ui:before {
  content: "\fbda";
}
.fi-rr-user-lock:before {
  content: "\fbdb";
}
.fi-rr-user-md-chat:before {
  content: "\fbdc";
}
.fi-rr-user-md:before {
  content: "\fbdd";
}
.fi-rr-user-minus:before {
  content: "\fbde";
}
.fi-rr-user-music:before {
  content: "\fbdf";
}
.fi-rr-user-ninja:before {
  content: "\fbe0";
}
.fi-rr-user-nurse:before {
  content: "\fbe1";
}
.fi-rr-user-pen:before {
  content: "\fbe2";
}
.fi-rr-user-pilot-tie:before {
  content: "\fbe3";
}
.fi-rr-user-pilot:before {
  content: "\fbe4";
}
.fi-rr-user-police:before {
  content: "\fbe5";
}
.fi-rr-user-robot-xmarks:before {
  content: "\fbe6";
}
.fi-rr-user-robot:before {
  content: "\fbe7";
}
.fi-rr-user-shield:before {
  content: "\fbe8";
}
.fi-rr-user-slash:before {
  content: "\fbe9";
}
.fi-rr-user-tag:before {
  content: "\fbea";
}
.fi-rr-user-time:before {
  content: "\fbeb";
}
.fi-rr-user-unlock:before {
  content: "\fbec";
}
.fi-rr-user-visor:before {
  content: "\fbed";
}
.fi-rr-user-xmark:before {
  content: "\fbee";
}
.fi-rr-user:before {
  content: "\fbef";
}
.fi-rr-users-alt:before {
  content: "\fbf0";
}
.fi-rr-users-gear:before {
  content: "\fbf1";
}
.fi-rr-users-medical:before {
  content: "\fbf2";
}
.fi-rr-users-slash:before {
  content: "\fbf3";
}
.fi-rr-users:before {
  content: "\fbf4";
}
.fi-rr-utensils:before {
  content: "\fbf5";
}
.fi-rr-utility-pole-double:before {
  content: "\fbf6";
}
.fi-rr-utility-pole:before {
  content: "\fbf7";
}
.fi-rr-v:before {
  content: "\fbf8";
}
.fi-rr-vacuum-robot:before {
  content: "\fbf9";
}
.fi-rr-vacuum:before {
  content: "\fbfa";
}
.fi-rr-value-absolute:before {
  content: "\fbfb";
}
.fi-rr-vault:before {
  content: "\fbfc";
}
.fi-rr-vector-alt:before {
  content: "\fbfd";
}
.fi-rr-vector-circle:before {
  content: "\fbfe";
}
.fi-rr-vector-polygon:before {
  content: "\fbff";
}
.fi-rr-vector:before {
  content: "\fc00";
}
.fi-rr-venus-double:before {
  content: "\fc01";
}
.fi-rr-venus-mars:before {
  content: "\fc02";
}
.fi-rr-venus:before {
  content: "\fc03";
}
.fi-rr-vest-patches:before {
  content: "\fc04";
}
.fi-rr-vest:before {
  content: "\fc05";
}
.fi-rr-video-arrow-down-left:before {
  content: "\fc06";
}
.fi-rr-video-arrow-up-right:before {
  content: "\fc07";
}
.fi-rr-video-camera-alt:before {
  content: "\fc08";
}
.fi-rr-video-camera:before {
  content: "\fc09";
}
.fi-rr-video-plus:before {
  content: "\fc0a";
}
.fi-rr-video-slash:before {
  content: "\fc0b";
}
.fi-rr-videoconference:before {
  content: "\fc0c";
}
.fi-rr-virus-slash:before {
  content: "\fc0d";
}
.fi-rr-virus:before {
  content: "\fc0e";
}
.fi-rr-viruses:before {
  content: "\fc0f";
}
.fi-rr-voicemail:before {
  content: "\fc10";
}
.fi-rr-volcano:before {
  content: "\fc11";
}
.fi-rr-volleyball:before {
  content: "\fc12";
}
.fi-rr-volume-down:before {
  content: "\fc13";
}
.fi-rr-volume-mute:before {
  content: "\fc14";
}
.fi-rr-volume-off:before {
  content: "\fc15";
}
.fi-rr-volume-slash:before {
  content: "\fc16";
}
.fi-rr-volume:before {
  content: "\fc17";
}
.fi-rr-vote-nay:before {
  content: "\fc18";
}
.fi-rr-vote-yea:before {
  content: "\fc19";
}
.fi-rr-vr-cardboard:before {
  content: "\fc1a";
}
.fi-rr-w:before {
  content: "\fc1b";
}
.fi-rr-waffle:before {
  content: "\fc1c";
}
.fi-rr-wagon-covered:before {
  content: "\fc1d";
}
.fi-rr-walker:before {
  content: "\fc1e";
}
.fi-rr-walkie-talkie:before {
  content: "\fc1f";
}
.fi-rr-walking:before {
  content: "\fc20";
}
.fi-rr-wallet:before {
  content: "\fc21";
}
.fi-rr-warehouse-alt:before {
  content: "\fc22";
}
.fi-rr-washer:before {
  content: "\fc23";
}
.fi-rr-watch-calculator:before {
  content: "\fc24";
}
.fi-rr-watch-fitness:before {
  content: "\fc25";
}
.fi-rr-watch-smart:before {
  content: "\fc26";
}
.fi-rr-watch:before {
  content: "\fc27";
}
.fi-rr-water-bottle:before {
  content: "\fc28";
}
.fi-rr-water-ladder:before {
  content: "\fc29";
}
.fi-rr-water-lower:before {
  content: "\fc2a";
}
.fi-rr-water-rise:before {
  content: "\fc2b";
}
.fi-rr-water:before {
  content: "\fc2c";
}
.fi-rr-watermelon:before {
  content: "\fc2d";
}
.fi-rr-wave-sine:before {
  content: "\fc2e";
}
.fi-rr-wave-square:before {
  content: "\fc2f";
}
.fi-rr-wave-triangle:before {
  content: "\fc30";
}
.fi-rr-waveform-path:before {
  content: "\fc31";
}
.fi-rr-waveform:before {
  content: "\fc32";
}
.fi-rr-webcam-slash:before {
  content: "\fc33";
}
.fi-rr-webcam:before {
  content: "\fc34";
}
.fi-rr-whale:before {
  content: "\fc35";
}
.fi-rr-wheat-awn-circle-exclamation:before {
  content: "\fc36";
}
.fi-rr-wheat-awn-slash:before {
  content: "\fc37";
}
.fi-rr-wheat-awn:before {
  content: "\fc38";
}
.fi-rr-wheat-slash:before {
  content: "\fc39";
}
.fi-rr-wheat:before {
  content: "\fc3a";
}
.fi-rr-wheelchair-move:before {
  content: "\fc3b";
}
.fi-rr-wheelchair:before {
  content: "\fc3c";
}
.fi-rr-whistle:before {
  content: "\fc3d";
}
.fi-rr-wifi-1:before {
  content: "\fc3e";
}
.fi-rr-wifi-2:before {
  content: "\fc3f";
}
.fi-rr-wifi-alt:before {
  content: "\fc40";
}
.fi-rr-wifi-exclamation:before {
  content: "\fc41";
}
.fi-rr-wifi-slash:before {
  content: "\fc42";
}
.fi-rr-wifi:before {
  content: "\fc43";
}
.fi-rr-wind-turbine:before {
  content: "\fc44";
}
.fi-rr-wind-warning:before {
  content: "\fc45";
}
.fi-rr-wind:before {
  content: "\fc46";
}
.fi-rr-window-alt:before {
  content: "\fc47";
}
.fi-rr-window-frame-open:before {
  content: "\fc48";
}
.fi-rr-window-frame:before {
  content: "\fc49";
}
.fi-rr-window-maximize:before {
  content: "\fc4a";
}
.fi-rr-window-minimize:before {
  content: "\fc4b";
}
.fi-rr-window-restore:before {
  content: "\fc4c";
}
.fi-rr-windsock:before {
  content: "\fc4d";
}
.fi-rr-wine-bottle:before {
  content: "\fc4e";
}
.fi-rr-wine-glass-crack:before {
  content: "\fc4f";
}
.fi-rr-wine-glass-empty:before {
  content: "\fc50";
}
.fi-rr-wishlist-heart:before {
  content: "\fc51";
}
.fi-rr-wishlist-star:before {
  content: "\fc52";
}
.fi-rr-woman-head:before {
  content: "\fc53";
}
.fi-rr-won-sign:before {
  content: "\fc54";
}
.fi-rr-workflow-alt:before {
  content: "\fc55";
}
.fi-rr-workflow-setting-alt:before {
  content: "\fc56";
}
.fi-rr-workflow-setting:before {
  content: "\fc57";
}
.fi-rr-workflow:before {
  content: "\fc58";
}
.fi-rr-world:before {
  content: "\fc59";
}
.fi-rr-worm:before {
  content: "\fc5a";
}
.fi-rr-wreath:before {
  content: "\fc5b";
}
.fi-rr-wrench-alt:before {
  content: "\fc5c";
}
.fi-rr-wrench-simple:before {
  content: "\fc5d";
}
.fi-rr-x-ray:before {
  content: "\fc5e";
}
.fi-rr-x:before {
  content: "\fc5f";
}
.fi-rr-y:before {
  content: "\fc60";
}
.fi-rr-yen:before {
  content: "\fc61";
}
.fi-rr-yin-yang:before {
  content: "\fc62";
}
.fi-rr-z:before {
  content: "\fc63";
}
.fi-rr-zoom-in:before {
  content: "\fc64";
}
.fi-rr-zoom-out:before {
  content: "\fc65";
}
@font-face {
  font-family: "uicons-solid-rounded";
  src: url("./webfonts/uicons-solid-rounded.woff2") format("woff2"), url("./webfonts/uicons-solid-rounded.woff") format("woff"), url("./webfonts/uicons-solid-rounded.eot#iefix") format("embedded-opentype");
  font-display: swap;
}
i[class^="fi-sr-"], i[class*=" fi-sr-"], span[class^="fi-sr-"], span[class*=" fi-sr-"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  line-height: 1;
}
i[class^="fi-sr-"]:before, i[class*=" fi-sr-"]:before, span[class^="fi-sr-"]:before, span[class*="fi-sr-"]:before {
  font-family: uicons-solid-rounded !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fi-sr-0:before {
  content: "\e001";
}
.fi-sr-00s-music-disc:before {
  content: "\e002";
}
.fi-sr-1:before {
  content: "\e003";
}
.fi-sr-2:before {
  content: "\e007";
}
.fi-sr-3:before {
  content: "\e009";
}
.fi-sr-360-degrees:before {
  content: "\e00b";
}
.fi-sr-4:before {
  content: "\e00d";
}
.fi-sr-404:before {
  content: "\e00f";
}
.fi-sr-5:before {
  content: "\e010";
}
.fi-sr-6:before {
  content: "\e013";
}
.fi-sr-60s-music-disc:before {
  content: "\e014";
}
.fi-sr-7:before {
  content: "\e015";
}
.fi-sr-70s-music-disc:before {
  content: "\e016";
}
.fi-sr-8:before {
  content: "\e017";
}
.fi-sr-80s-music-disc:before {
  content: "\e018";
}
.fi-sr-9:before {
  content: "\e019";
}
.fi-sr-90s-music-disc:before {
  content: "\e01a";
}
.fi-sr-a:before {
  content: "\e01b";
}
.fi-sr-abacus:before {
  content: "\e01c";
}
.fi-sr-accident:before {
  content: "\e01f";
}
.fi-sr-acorn:before {
  content: "\e021";
}
.fi-sr-ad:before {
  content: "\e023";
}
.fi-sr-ad-forbidden:before {
  content: "\e024";
}
.fi-sr-ad-paid:before {
  content: "\e025";
}
.fi-sr-add:before {
  content: "\e026";
}
.fi-sr-add-document:before {
  content: "\e028";
}
.fi-sr-add-folder:before {
  content: "\e029";
}
.fi-sr-add-image:before {
  content: "\e02a";
}
.fi-sr-address-book:before {
  content: "\e02b";
}
.fi-sr-address-card:before {
  content: "\e02c";
}
.fi-sr-admin:before {
  content: "\e02d";
}
.fi-sr-admin-alt:before {
  content: "\e02e";
}
.fi-sr-age:before {
  content: "\e038";
}
.fi-sr-age-alt:before {
  content: "\e039";
}
.fi-sr-age-restriction-eighteen:before {
  content: "\e03a";
}
.fi-sr-age-restriction-seven:before {
  content: "\e03b";
}
.fi-sr-age-restriction-six:before {
  content: "\e03c";
}
.fi-sr-age-restriction-sixteen:before {
  content: "\e03d";
}
.fi-sr-age-restriction-thirteen:before {
  content: "\e03f";
}
.fi-sr-age-restriction-three:before {
  content: "\e040";
}
.fi-sr-age-restriction-twelve:before {
  content: "\e041";
}
.fi-sr-age-restriction-twenty-one:before {
  content: "\e042";
}
.fi-sr-age-restriction-zero:before {
  content: "\e043";
}
.fi-sr-air-conditioner:before {
  content: "\e046";
}
.fi-sr-air-freshener:before {
  content: "\e047";
}
.fi-sr-air-pollution:before {
  content: "\e048";
}
.fi-sr-airplane-journey:before {
  content: "\e04a";
}
.fi-sr-airplane-window-open:before {
  content: "\e04b";
}
.fi-sr-airplay:before {
  content: "\e04c";
}
.fi-sr-alarm-clock:before {
  content: "\e04d";
}
.fi-sr-alarm-exclamation:before {
  content: "\e04e";
}
.fi-sr-alarm-plus:before {
  content: "\e04f";
}
.fi-sr-alarm-snooze:before {
  content: "\e050";
}
.fi-sr-album:before {
  content: "\e051";
}
.fi-sr-album-circle-plus:before {
  content: "\e052";
}
.fi-sr-album-circle-user:before {
  content: "\e053";
}
.fi-sr-album-collection:before {
  content: "\e054";
}
.fi-sr-algorithm:before {
  content: "\e056";
}
.fi-sr-alicorn:before {
  content: "\e057";
}
.fi-sr-alien:before {
  content: "\e058";
}
.fi-sr-align-center:before {
  content: "\e05a";
}
.fi-sr-align-justify:before {
  content: "\e05b";
}
.fi-sr-align-left:before {
  content: "\e05c";
}
.fi-sr-align-slash:before {
  content: "\e05d";
}
.fi-sr-ambulance:before {
  content: "\e05f";
}
.fi-sr-amp-guitar:before {
  content: "\e063";
}
.fi-sr-amusement-park:before {
  content: "\e065";
}
.fi-sr-analyse:before {
  content: "\e066";
}
.fi-sr-analyse-alt:before {
  content: "\e067";
}
.fi-sr-anatomical-heart:before {
  content: "\e069";
}
.fi-sr-anchor:before {
  content: "\e06a";
}
.fi-sr-angel:before {
  content: "\e06c";
}
.fi-sr-angle:before {
  content: "\e06d";
}
.fi-sr-angle-90:before {
  content: "\e06e";
}
.fi-sr-angle-circle-down:before {
  content: "\e06f";
}
.fi-sr-angle-circle-left:before {
  content: "\e070";
}
.fi-sr-angle-circle-right:before {
  content: "\e071";
}
.fi-sr-angle-circle-up:before {
  content: "\e072";
}
.fi-sr-angle-double-left:before {
  content: "\e073";
}
.fi-sr-angle-double-right:before {
  content: "\e074";
}
.fi-sr-angle-double-small-down:before {
  content: "\e075";
}
.fi-sr-angle-double-small-left:before {
  content: "\e076";
}
.fi-sr-angle-double-small-right:before {
  content: "\e077";
}
.fi-sr-angle-double-small-up:before {
  content: "\e078";
}
.fi-sr-angle-down:before {
  content: "\e079";
}
.fi-sr-angle-left:before {
  content: "\e07a";
}
.fi-sr-angle-right:before {
  content: "\e07b";
}
.fi-sr-angle-small-down:before {
  content: "\e07c";
}
.fi-sr-angle-small-left:before {
  content: "\e07d";
}
.fi-sr-angle-small-right:before {
  content: "\e07e";
}
.fi-sr-angle-small-up:before {
  content: "\e07f";
}
.fi-sr-angle-square-down:before {
  content: "\e080";
}
.fi-sr-angle-square-left:before {
  content: "\e081";
}
.fi-sr-angle-square-right:before {
  content: "\e082";
}
.fi-sr-angle-square-up:before {
  content: "\e083";
}
.fi-sr-angle-up:before {
  content: "\e084";
}
.fi-sr-angles-up-down:before {
  content: "\e085";
}
.fi-sr-angry:before {
  content: "\e086";
}
.fi-sr-animated-icon:before {
  content: "\e088";
}
.fi-sr-ankh:before {
  content: "\e089";
}
.fi-sr-answer:before {
  content: "\e08a";
}
.fi-sr-answer-alt:before {
  content: "\e08b";
}
.fi-sr-apartment:before {
  content: "\e08c";
}
.fi-sr-aperture:before {
  content: "\e08d";
}
.fi-sr-api:before {
  content: "\e08e";
}
.fi-sr-app-notification:before {
  content: "\e090";
}
.fi-sr-apple-books:before {
  content: "\e093";
}
.fi-sr-apple-core:before {
  content: "\e094";
}
.fi-sr-apple-crate:before {
  content: "\e095";
}
.fi-sr-apple-whole:before {
  content: "\e097";
}
.fi-sr-apps:before {
  content: "\e098";
}
.fi-sr-apps-add:before {
  content: "\e099";
}
.fi-sr-apps-delete:before {
  content: "\e09a";
}
.fi-sr-apps-sort:before {
  content: "\e09b";
}
.fi-sr-archive:before {
  content: "\e09c";
}
.fi-sr-archway:before {
  content: "\e09d";
}
.fi-sr-arrow-alt-circle-down:before {
  content: "\e09f";
}
.fi-sr-arrow-alt-circle-left:before {
  content: "\e0a0";
}
.fi-sr-arrow-alt-circle-right:before {
  content: "\e0a1";
}
.fi-sr-arrow-alt-circle-up:before {
  content: "\e0a2";
}
.fi-sr-arrow-alt-down:before {
  content: "\e0a3";
}
.fi-sr-arrow-alt-from-bottom:before {
  content: "\e0a4";
}
.fi-sr-arrow-alt-from-left:before {
  content: "\e0a5";
}
.fi-sr-arrow-alt-from-right:before {
  content: "\e0a6";
}
.fi-sr-arrow-alt-from-top:before {
  content: "\e0a7";
}
.fi-sr-arrow-alt-left:before {
  content: "\e0a8";
}
.fi-sr-arrow-alt-right:before {
  content: "\e0a9";
}
.fi-sr-arrow-alt-square-down:before {
  content: "\e0aa";
}
.fi-sr-arrow-alt-square-left:before {
  content: "\e0ab";
}
.fi-sr-arrow-alt-square-right:before {
  content: "\e0ac";
}
.fi-sr-arrow-alt-square-up:before {
  content: "\e0ad";
}
.fi-sr-arrow-alt-to-bottom:before {
  content: "\e0ae";
}
.fi-sr-arrow-alt-to-left:before {
  content: "\e0af";
}
.fi-sr-arrow-alt-to-right:before {
  content: "\e0b0";
}
.fi-sr-arrow-alt-to-top:before {
  content: "\e0b1";
}
.fi-sr-arrow-alt-up:before {
  content: "\e0b2";
}
.fi-sr-arrow-circle-down:before {
  content: "\e0b3";
}
.fi-sr-arrow-circle-left:before {
  content: "\e0b4";
}
.fi-sr-arrow-circle-right:before {
  content: "\e0b5";
}
.fi-sr-arrow-circle-up:before {
  content: "\e0b6";
}
.fi-sr-arrow-comparison:before {
  content: "\e0b7";
}
.fi-sr-arrow-down:before {
  content: "\e0b8";
}
.fi-sr-arrow-down-from-arc:before {
  content: "\e0ba";
}
.fi-sr-arrow-down-from-dotted-line:before {
  content: "\e0bb";
}
.fi-sr-arrow-down-left:before {
  content: "\e0bc";
}
.fi-sr-arrow-down-small-big:before {
  content: "\e0bd";
}
.fi-sr-arrow-down-strenght:before {
  content: "\e0be";
}
.fi-sr-arrow-down-to-dotted-line:before {
  content: "\e0bf";
}
.fi-sr-arrow-down-to-square:before {
  content: "\e0c0";
}
.fi-sr-arrow-down-triangle-square:before {
  content: "\e0c1";
}
.fi-sr-arrow-from-bottom:before {
  content: "\e0c2";
}
.fi-sr-arrow-from-left:before {
  content: "\e0c3";
}
.fi-sr-arrow-from-right:before {
  content: "\e0c4";
}
.fi-sr-arrow-from-top:before {
  content: "\e0c5";
}
.fi-sr-arrow-left:before {
  content: "\e0c6";
}
.fi-sr-arrow-left-from-arc:before {
  content: "\e0c7";
}
.fi-sr-arrow-left-from-line:before {
  content: "\e0c8";
}
.fi-sr-arrow-left-to-arc:before {
  content: "\e0c9";
}
.fi-sr-arrow-progress:before {
  content: "\e0ca";
}
.fi-sr-arrow-progress-alt:before {
  content: "\e0cb";
}
.fi-sr-arrow-right:before {
  content: "\e0cc";
}
.fi-sr-arrow-right-to-bracket:before {
  content: "\e0cd";
}
.fi-sr-arrow-right-to-city:before {
  content: "\e0ce";
}
.fi-sr-arrow-small-down:before {
  content: "\e0cf";
}
.fi-sr-arrow-small-left:before {
  content: "\e0d0";
}
.fi-sr-arrow-small-right:before {
  content: "\e0d1";
}
.fi-sr-arrow-small-up:before {
  content: "\e0d2";
}
.fi-sr-arrow-square-down:before {
  content: "\e0d3";
}
.fi-sr-arrow-square-left:before {
  content: "\e0d4";
}
.fi-sr-arrow-square-right:before {
  content: "\e0d5";
}
.fi-sr-arrow-square-up:before {
  content: "\e0d6";
}
.fi-sr-arrow-to-bottom:before {
  content: "\e0d7";
}
.fi-sr-arrow-to-left:before {
  content: "\e0d8";
}
.fi-sr-arrow-to-right:before {
  content: "\e0d9";
}
.fi-sr-arrow-to-top:before {
  content: "\e0da";
}
.fi-sr-arrow-trend-down:before {
  content: "\e0db";
}
.fi-sr-arrow-trend-up:before {
  content: "\e0dc";
}
.fi-sr-arrow-turn-down-left:before {
  content: "\e0dd";
}
.fi-sr-arrow-turn-down-right:before {
  content: "\e0de";
}
.fi-sr-arrow-turn-left-up:before {
  content: "\e0e0";
}
.fi-sr-arrow-up:before {
  content: "\e0e2";
}
.fi-sr-arrow-up-from-dotted-line:before {
  content: "\e0e3";
}
.fi-sr-arrow-up-from-ground-water:before {
  content: "\e0e4";
}
.fi-sr-arrow-up-from-square:before {
  content: "\e0e5";
}
.fi-sr-arrow-up-left:before {
  content: "\e0e6";
}
.fi-sr-arrow-up-left-from-circle:before {
  content: "\e0e7";
}
.fi-sr-arrow-up-right:before {
  content: "\e0e8";
}
.fi-sr-arrow-up-right-and-arrow-down-left-from-center:before {
  content: "\e0e9";
}
.fi-sr-arrow-up-right-from-square:before {
  content: "\e0ea";
}
.fi-sr-arrow-up-small-big:before {
  content: "\e0eb";
}
.fi-sr-arrow-up-square-triangle:before {
  content: "\e0ec";
}
.fi-sr-arrow-up-to-arc:before {
  content: "\e0ed";
}
.fi-sr-arrow-up-to-dotted-line:before {
  content: "\e0ee";
}
.fi-sr-arrow-upward-growth-crypto:before {
  content: "\e0ef";
}
.fi-sr-arrows:before {
  content: "\e0f0";
}
.fi-sr-arrows-alt:before {
  content: "\e0f1";
}
.fi-sr-arrows-alt-h:before {
  content: "\e0f2";
}
.fi-sr-arrows-alt-v:before {
  content: "\e0f3";
}
.fi-sr-arrows-cross:before {
  content: "\e0f4";
}
.fi-sr-arrows-down-curve:before {
  content: "\e0f5";
}
.fi-sr-arrows-down-to-people:before {
  content: "\e0f6";
}
.fi-sr-arrows-from-dotted-line:before {
  content: "\e0f7";
}
.fi-sr-arrows-from-line:before {
  content: "\e0f8";
}
.fi-sr-arrows-h:before {
  content: "\e0f9";
}
.fi-sr-arrows-h-copy:before {
  content: "\e0fa";
}
.fi-sr-arrows-repeat:before {
  content: "\e0fb";
}
.fi-sr-arrows-repeat-1:before {
  content: "\e0fc";
}
.fi-sr-arrows-retweet:before {
  content: "\e0fd";
}
.fi-sr-arrows-split-right-and-left:before {
  content: "\e0ff";
}
.fi-sr-arrows-split-up-and-left:before {
  content: "\e100";
}
.fi-sr-arrows-to-circle:before {
  content: "\e101";
}
.fi-sr-arrows-to-dotted-line:before {
  content: "\e102";
}
.fi-sr-arrows-to-eye:before {
  content: "\e103";
}
.fi-sr-arrows-to-line:before {
  content: "\e104";
}
.fi-sr-artificial-intelligence:before {
  content: "\e105";
}
.fi-sr-assept-document:before {
  content: "\e107";
}
.fi-sr-assessment:before {
  content: "\e108";
}
.fi-sr-assessment-alt:before {
  content: "\e109";
}
.fi-sr-assign:before {
  content: "\e10a";
}
.fi-sr-assistive-listening-systems:before {
  content: "\e10b";
}
.fi-sr-asterik:before {
  content: "\e10c";
}
.fi-sr-at:before {
  content: "\e110";
}
.fi-sr-attention-detail:before {
  content: "\e115";
}
.fi-sr-attribution-pen:before {
  content: "\e116";
}
.fi-sr-attribution-pencil:before {
  content: "\e117";
}
.fi-sr-aubergine:before {
  content: "\e118";
}
.fi-sr-auction:before {
  content: "\e119";
}
.fi-sr-audience-megaphone:before {
  content: "\e11a";
}
.fi-sr-audio-description-slash:before {
  content: "\e11b";
}
.fi-sr-audit:before {
  content: "\e11c";
}
.fi-sr-audit-alt:before {
  content: "\e11d";
}
.fi-sr-austral-sign:before {
  content: "\e11f";
}
.fi-sr-australia:before {
  content: "\e120";
}
.fi-sr-australia-country-code:before {
  content: "\e121";
}
.fi-sr-australia-flag:before {
  content: "\e122";
}
.fi-sr-auto-pilot:before {
  content: "\e123";
}
.fi-sr-auto-reply:before {
  content: "\e124";
}
.fi-sr-auto-sync:before {
  content: "\e125";
}
.fi-sr-avocado:before {
  content: "\e126";
}
.fi-sr-award:before {
  content: "\e127";
}
.fi-sr-axe:before {
  content: "\e129";
}
.fi-sr-axe-battle:before {
  content: "\e12a";
}
.fi-sr-b:before {
  content: "\e12b";
}
.fi-sr-baby:before {
  content: "\e12c";
}
.fi-sr-baby-carriage:before {
  content: "\e12d";
}
.fi-sr-back-up:before {
  content: "\e12e";
}
.fi-sr-background:before {
  content: "\e12f";
}
.fi-sr-backpack:before {
  content: "\e130";
}
.fi-sr-bacon:before {
  content: "\e131";
}
.fi-sr-bacteria:before {
  content: "\e132";
}
.fi-sr-bacterium:before {
  content: "\e133";
}
.fi-sr-badge:before {
  content: "\e134";
}
.fi-sr-badge-check:before {
  content: "\e135";
}
.fi-sr-badge-dollar:before {
  content: "\e136";
}
.fi-sr-badge-leaf:before {
  content: "\e137";
}
.fi-sr-badge-percent:before {
  content: "\e138";
}
.fi-sr-badge-sheriff:before {
  content: "\e139";
}
.fi-sr-badger-honey:before {
  content: "\e13a";
}
.fi-sr-badget-check-alt:before {
  content: "\e13b";
}
.fi-sr-badminton:before {
  content: "\e13c";
}
.fi-sr-bag-map-pin:before {
  content: "\e13d";
}
.fi-sr-bag-seedling:before {
  content: "\e13e";
}
.fi-sr-bag-shopping-minus:before {
  content: "\e13f";
}
.fi-sr-bags-shopping:before {
  content: "\e141";
}
.fi-sr-baguette:before {
  content: "\e142";
}
.fi-sr-bahai:before {
  content: "\e143";
}
.fi-sr-baht-sign:before {
  content: "\e144";
}
.fi-sr-balance-scale-left:before {
  content: "\e145";
}
.fi-sr-balance-scale-right:before {
  content: "\e146";
}
.fi-sr-balcony:before {
  content: "\e147";
}
.fi-sr-ball-pile:before {
  content: "\e149";
}
.fi-sr-ballet-dance:before {
  content: "\e14b";
}
.fi-sr-balloon:before {
  content: "\e14c";
}
.fi-sr-balloons:before {
  content: "\e14d";
}
.fi-sr-ballot:before {
  content: "\e14e";
}
.fi-sr-ballot-check:before {
  content: "\e14f";
}
.fi-sr-ban:before {
  content: "\e150";
}
.fi-sr-ban-bug:before {
  content: "\e151";
}
.fi-sr-banana:before {
  content: "\e152";
}
.fi-sr-band-aid:before {
  content: "\e153";
}
.fi-sr-bandage-wound:before {
  content: "\e155";
}
.fi-sr-bangladeshi-taka-sign:before {
  content: "\e156";
}
.fi-sr-banjo:before {
  content: "\e157";
}
.fi-sr-bank:before {
  content: "\e158";
}
.fi-sr-bank-app:before {
  content: "\e159";
}
.fi-sr-banner:before {
  content: "\e15a";
}
.fi-sr-banner-2:before {
  content: "\e15b";
}
.fi-sr-banner-3:before {
  content: "\e15c";
}
.fi-sr-banner-4:before {
  content: "\e15d";
}
.fi-sr-banner-5:before {
  content: "\e15e";
}
.fi-sr-barber-pole:before {
  content: "\e15f";
}
.fi-sr-barber-shop:before {
  content: "\e160";
}
.fi-sr-barcode:before {
  content: "\e161";
}
.fi-sr-barcode-read:before {
  content: "\e162";
}
.fi-sr-barcode-scan:before {
  content: "\e163";
}
.fi-sr-barefoot:before {
  content: "\e164";
}
.fi-sr-bars-filter:before {
  content: "\e165";
}
.fi-sr-bars-progress:before {
  content: "\e166";
}
.fi-sr-bars-sort:before {
  content: "\e167";
}
.fi-sr-bars-staggered:before {
  content: "\e168";
}
.fi-sr-baseball:before {
  content: "\e169";
}
.fi-sr-baseball-alt:before {
  content: "\e16a";
}
.fi-sr-basket-shopping-minus:before {
  content: "\e16c";
}
.fi-sr-basket-shopping-plus:before {
  content: "\e16d";
}
.fi-sr-basket-shopping-simple:before {
  content: "\e16e";
}
.fi-sr-basketball:before {
  content: "\e16f";
}
.fi-sr-basketball-hoop:before {
  content: "\e170";
}
.fi-sr-bat:before {
  content: "\e171";
}
.fi-sr-bath:before {
  content: "\e172";
}
.fi-sr-battery-100:before {
  content: "\e173";
}
.fi-sr-battery-bolt:before {
  content: "\e174";
}
.fi-sr-battery-empty:before {
  content: "\e175";
}
.fi-sr-battery-exclamation:before {
  content: "\e176";
}
.fi-sr-battery-full:before {
  content: "\e177";
}
.fi-sr-battery-half:before {
  content: "\e178";
}
.fi-sr-battery-quarter:before {
  content: "\e179";
}
.fi-sr-battery-slash:before {
  content: "\e17a";
}
.fi-sr-battery-three-quarters:before {
  content: "\e17b";
}
.fi-sr-beacon:before {
  content: "\e17c";
}
.fi-sr-beauty-mask:before {
  content: "\e17d";
}
.fi-sr-bed:before {
  content: "\e17e";
}
.fi-sr-bed-alt:before {
  content: "\e17f";
}
.fi-sr-bed-bunk:before {
  content: "\e180";
}
.fi-sr-bed-empty:before {
  content: "\e181";
}
.fi-sr-bed-pulse:before {
  content: "\e182";
}
.fi-sr-bee:before {
  content: "\e183";
}
.fi-sr-beer:before {
  content: "\e184";
}
.fi-sr-beer-mug-empty:before {
  content: "\e185";
}
.fi-sr-bell:before {
  content: "\e187";
}
.fi-sr-bell-concierge:before {
  content: "\e188";
}
.fi-sr-bell-notification-call:before {
  content: "\e189";
}
.fi-sr-bell-notification-social-media:before {
  content: "\e18a";
}
.fi-sr-bell-ring:before {
  content: "\e18b";
}
.fi-sr-bell-school:before {
  content: "\e18c";
}
.fi-sr-bell-school-slash:before {
  content: "\e18d";
}
.fi-sr-bell-slash:before {
  content: "\e18e";
}
.fi-sr-bells:before {
  content: "\e18f";
}
.fi-sr-bench-tree:before {
  content: "\e190";
}
.fi-sr-benefit:before {
  content: "\e191";
}
.fi-sr-benefit-diamond:before {
  content: "\e192";
}
.fi-sr-benefit-diamond-alt:before {
  content: "\e193";
}
.fi-sr-benefit-hand:before {
  content: "\e194";
}
.fi-sr-benefit-increase:before {
  content: "\e195";
}
.fi-sr-benefit-porcent:before {
  content: "\e196";
}
.fi-sr-betamax:before {
  content: "\e197";
}
.fi-sr-bible:before {
  content: "\e198";
}
.fi-sr-bicycle-journey:before {
  content: "\e199";
}
.fi-sr-big-drop:before {
  content: "\e19a";
}
.fi-sr-bike:before {
  content: "\e19b";
}
.fi-sr-bike-moving:before {
  content: "\e19c";
}
.fi-sr-bike-path:before {
  content: "\e19d";
}
.fi-sr-biking:before {
  content: "\e19e";
}
.fi-sr-biking-mountain:before {
  content: "\e19f";
}
.fi-sr-bill-arrow:before {
  content: "\e1a0";
}
.fi-sr-billiard:before {
  content: "\e1a1";
}
.fi-sr-bin-bottles:before {
  content: "\e1a2";
}
.fi-sr-binary:before {
  content: "\e1a3";
}
.fi-sr-binary-circle-check:before {
  content: "\e1a4";
}
.fi-sr-binary-cloud:before {
  content: "\e1a5";
}
.fi-sr-binary-lock:before {
  content: "\e1a6";
}
.fi-sr-binary-slash:before {
  content: "\e1a7";
}
.fi-sr-binoculars:before {
  content: "\e1a8";
}
.fi-sr-bio:before {
  content: "\e1a9";
}
.fi-sr-bio-leaves:before {
  content: "\e1aa";
}
.fi-sr-biohazard:before {
  content: "\e1ab";
}
.fi-sr-bird:before {
  content: "\e1ac";
}
.fi-sr-bitcoin-sign:before {
  content: "\e1af";
}
.fi-sr-blanket:before {
  content: "\e1b1";
}
.fi-sr-blender:before {
  content: "\e1b2";
}
.fi-sr-blender-phone:before {
  content: "\e1b3";
}
.fi-sr-blinds:before {
  content: "\e1b4";
}
.fi-sr-blinds-open:before {
  content: "\e1b5";
}
.fi-sr-blinds-raised:before {
  content: "\e1b6";
}
.fi-sr-block:before {
  content: "\e1b7";
}
.fi-sr-block-brick:before {
  content: "\e1b8";
}
.fi-sr-block-brick-fire:before {
  content: "\e1b9";
}
.fi-sr-block-microphone:before {
  content: "\e1ba";
}
.fi-sr-block-question:before {
  content: "\e1bb";
}
.fi-sr-block-quote:before {
  content: "\e1bc";
}
.fi-sr-blockchain-3:before {
  content: "\e1bf";
}
.fi-sr-blog-pencil:before {
  content: "\e1c0";
}
.fi-sr-blog-text:before {
  content: "\e1c1";
}
.fi-sr-blood:before {
  content: "\e1c3";
}
.fi-sr-blood-dropper:before {
  content: "\e1c4";
}
.fi-sr-blood-test-tube:before {
  content: "\e1c5";
}
.fi-sr-blood-test-tube-alt:before {
  content: "\e1c6";
}
.fi-sr-blossom:before {
  content: "\e1c7";
}
.fi-sr-blueberries:before {
  content: "\e1c8";
}
.fi-sr-blueprint:before {
  content: "\e1c9";
}
.fi-sr-bluetooth-alt:before {
  content: "\e1cb";
}
.fi-sr-bluetooth-circle:before {
  content: "\e1cc";
}
.fi-sr-bold:before {
  content: "\e1cd";
}
.fi-sr-bolt:before {
  content: "\e1ce";
}
.fi-sr-bolt-auto:before {
  content: "\e1cf";
}
.fi-sr-bolt-slash:before {
  content: "\e1d0";
}
.fi-sr-bomb:before {
  content: "\e1d1";
}
.fi-sr-bone:before {
  content: "\e1d2";
}
.fi-sr-bone-break:before {
  content: "\e1d3";
}
.fi-sr-bong:before {
  content: "\e1d4";
}
.fi-sr-bonus:before {
  content: "\e1d5";
}
.fi-sr-bonus-alt:before {
  content: "\e1d6";
}
.fi-sr-bonus-star:before {
  content: "\e1d7";
}
.fi-sr-book:before {
  content: "\e1d8";
}
.fi-sr-book-alt:before {
  content: "\e1d9";
}
.fi-sr-book-arrow-right:before {
  content: "\e1da";
}
.fi-sr-book-arrow-up:before {
  content: "\e1db";
}
.fi-sr-book-atlas:before {
  content: "\e1dc";
}
.fi-sr-book-bookmark:before {
  content: "\e1dd";
}
.fi-sr-book-circle-arrow-right:before {
  content: "\e1de";
}
.fi-sr-book-circle-arrow-up:before {
  content: "\e1df";
}
.fi-sr-book-copy:before {
  content: "\e1e0";
}
.fi-sr-book-dead:before {
  content: "\e1e1";
}
.fi-sr-book-font:before {
  content: "\e1e2";
}
.fi-sr-book-heart:before {
  content: "\e1e3";
}
.fi-sr-book-medical:before {
  content: "\e1e4";
}
.fi-sr-book-open-cover:before {
  content: "\e1e5";
}
.fi-sr-book-open-reader:before {
  content: "\e1e6";
}
.fi-sr-book-plus:before {
  content: "\e1e7";
}
.fi-sr-book-quran:before {
  content: "\e1e8";
}
.fi-sr-book-section:before {
  content: "\e1e9";
}
.fi-sr-book-spells:before {
  content: "\e1ec";
}
.fi-sr-book-tanakh:before {
  content: "\e1ed";
}
.fi-sr-book-user:before {
  content: "\e1ee";
}
.fi-sr-book-world:before {
  content: "\e1ef";
}
.fi-sr-Booking:before {
  content: "\e1f0";
}
.fi-sr-bookmark:before {
  content: "\e1f1";
}
.fi-sr-bookmark-slash:before {
  content: "\e1f2";
}
.fi-sr-books:before {
  content: "\e1f3";
}
.fi-sr-books-medical:before {
  content: "\e1f4";
}
.fi-sr-boot:before {
  content: "\e1f5";
}
.fi-sr-boot-heeled:before {
  content: "\e1f6";
}
.fi-sr-booth-curtain:before {
  content: "\e1f7";
}
.fi-sr-border-all:before {
  content: "\e1f9";
}
.fi-sr-border-bottom:before {
  content: "\e1fa";
}
.fi-sr-border-center-h:before {
  content: "\e1fb";
}
.fi-sr-border-center-v:before {
  content: "\e1fc";
}
.fi-sr-border-inner:before {
  content: "\e1fd";
}
.fi-sr-border-left:before {
  content: "\e1fe";
}
.fi-sr-border-none:before {
  content: "\e1ff";
}
.fi-sr-border-outer:before {
  content: "\e200";
}
.fi-sr-border-right:before {
  content: "\e201";
}
.fi-sr-border-style:before {
  content: "\e202";
}
.fi-sr-border-style-alt:before {
  content: "\e203";
}
.fi-sr-border-top:before {
  content: "\e204";
}
.fi-sr-boss:before {
  content: "\e205";
}
.fi-sr-bottle:before {
  content: "\e206";
}
.fi-sr-bottle-droplet:before {
  content: "\e207";
}
.fi-sr-bow-arrow:before {
  content: "\e209";
}
.fi-sr-bowl-chopsticks:before {
  content: "\e20a";
}
.fi-sr-bowl-chopsticks-noodles:before {
  content: "\e20b";
}
.fi-sr-bowl-rice:before {
  content: "\e20c";
}
.fi-sr-bowl-scoop:before {
  content: "\e20d";
}
.fi-sr-bowl-scoops:before {
  content: "\e20e";
}
.fi-sr-bowl-soft-serve:before {
  content: "\e20f";
}
.fi-sr-bowl-spoon:before {
  content: "\e210";
}
.fi-sr-bowling:before {
  content: "\e211";
}
.fi-sr-bowling-ball:before {
  content: "\e212";
}
.fi-sr-bowling-pins:before {
  content: "\e213";
}
.fi-sr-box:before {
  content: "\e214";
}
.fi-sr-box-alt:before {
  content: "\e215";
}
.fi-sr-box-ballot:before {
  content: "\e216";
}
.fi-sr-box-check:before {
  content: "\e217";
}
.fi-sr-box-circle-check:before {
  content: "\e218";
}
.fi-sr-box-dollar:before {
  content: "\e219";
}
.fi-sr-box-fragile:before {
  content: "\e21a";
}
.fi-sr-box-heart:before {
  content: "\e21b";
}
.fi-sr-box-open:before {
  content: "\e21c";
}
.fi-sr-box-open-full:before {
  content: "\e21d";
}
.fi-sr-box-tissue:before {
  content: "\e21e";
}
.fi-sr-box-up:before {
  content: "\e21f";
}
.fi-sr-boxes:before {
  content: "\e220";
}
.fi-sr-boxing-glove:before {
  content: "\e221";
}
.fi-sr-bracket-curly:before {
  content: "\e222";
}
.fi-sr-bracket-curly-right:before {
  content: "\e223";
}
.fi-sr-bracket-round:before {
  content: "\e224";
}
.fi-sr-bracket-round-right:before {
  content: "\e225";
}
.fi-sr-bracket-square:before {
  content: "\e226";
}
.fi-sr-bracket-square-right:before {
  content: "\e227";
}
.fi-sr-brackets-curly:before {
  content: "\e228";
}
.fi-sr-brackets-round:before {
  content: "\e229";
}
.fi-sr-brackets-square:before {
  content: "\e22a";
}
.fi-sr-braille:before {
  content: "\e22b";
}
.fi-sr-braille-a:before {
  content: "\e22c";
}
.fi-sr-braille-b:before {
  content: "\e22d";
}
.fi-sr-braille-c:before {
  content: "\e22e";
}
.fi-sr-braille-d:before {
  content: "\e22f";
}
.fi-sr-braille-e:before {
  content: "\e230";
}
.fi-sr-braille-g:before {
  content: "\e231";
}
.fi-sr-braille-h:before {
  content: "\e232";
}
.fi-sr-braille-i:before {
  content: "\e233";
}
.fi-sr-braille-j:before {
  content: "\e234";
}
.fi-sr-braille-k:before {
  content: "\e235";
}
.fi-sr-braille-l:before {
  content: "\e236";
}
.fi-sr-braille-m:before {
  content: "\e237";
}
.fi-sr-braille-n:before {
  content: "\e238";
}
.fi-sr-braille-n-alt:before {
  content: "\e239";
}
.fi-sr-braille-o:before {
  content: "\e23a";
}
.fi-sr-braille-p:before {
  content: "\e23b";
}
.fi-sr-braille-q:before {
  content: "\e23c";
}
.fi-sr-braille-r:before {
  content: "\e23d";
}
.fi-sr-braille-s:before {
  content: "\e23e";
}
.fi-sr-braille-t:before {
  content: "\e23f";
}
.fi-sr-braille-u:before {
  content: "\e240";
}
.fi-sr-braille-v:before {
  content: "\e241";
}
.fi-sr-braille-w:before {
  content: "\e242";
}
.fi-sr-braille-x:before {
  content: "\e243";
}
.fi-sr-braille-y:before {
  content: "\e244";
}
.fi-sr-braille-z:before {
  content: "\e245";
}
.fi-sr-brain:before {
  content: "\e246";
}
.fi-sr-brain-bulb:before {
  content: "\e247";
}
.fi-sr-brain-circuit:before {
  content: "\e248";
}
.fi-sr-brain-lightning:before {
  content: "\e249";
}
.fi-sr-brain-stress:before {
  content: "\e24a";
}
.fi-sr-brake-warning:before {
  content: "\e24b";
}
.fi-sr-branching:before {
  content: "\e24c";
}
.fi-sr-brand:before {
  content: "\e24d";
}
.fi-sr-branding:before {
  content: "\e24e";
}
.fi-sr-brazil:before {
  content: "\e24f";
}
.fi-sr-brazil-flag:before {
  content: "\e250";
}
.fi-sr-brazil-flag-circle:before {
  content: "\e251";
}
.fi-sr-bread:before {
  content: "\e252";
}
.fi-sr-bread-loaf:before {
  content: "\e253";
}
.fi-sr-bread-slice:before {
  content: "\e254";
}
.fi-sr-bread-slice-butter:before {
  content: "\e255";
}
.fi-sr-bridge:before {
  content: "\e256";
}
.fi-sr-bridge-circle-check:before {
  content: "\e257";
}
.fi-sr-bridge-collapse:before {
  content: "\e258";
}
.fi-sr-bridge-suspension:before {
  content: "\e259";
}
.fi-sr-bridge-water:before {
  content: "\e25a";
}
.fi-sr-briefcase:before {
  content: "\e25c";
}
.fi-sr-briefcase-arrow-right:before {
  content: "\e25d";
}
.fi-sr-briefcase-blank:before {
  content: "\e25e";
}
.fi-sr-brightness:before {
  content: "\e25f";
}
.fi-sr-brightness-low:before {
  content: "\e260";
}
.fi-sr-bring-forward:before {
  content: "\e261";
}
.fi-sr-bring-front:before {
  content: "\e262";
}
.fi-sr-broadcast-tower:before {
  content: "\e263";
}
.fi-sr-broccoli:before {
  content: "\e264";
}
.fi-sr-broken-arm:before {
  content: "\e265";
}
.fi-sr-broken-chain-link-wrong:before {
  content: "\e266";
}
.fi-sr-broken-image:before {
  content: "\e267";
}
.fi-sr-broken-leg:before {
  content: "\e268";
}
.fi-sr-broken-nail:before {
  content: "\e269";
}
.fi-sr-broom:before {
  content: "\e26a";
}
.fi-sr-broom-ball:before {
  content: "\e26b";
}
.fi-sr-browser:before {
  content: "\e26c";
}
.fi-sr-browser-ui:before {
  content: "\e26f";
}
.fi-sr-browsers:before {
  content: "\e270";
}
.fi-sr-brush:before {
  content: "\e271";
}
.fi-sr-bubble-discussion:before {
  content: "\e272";
}
.fi-sr-bucket:before {
  content: "\e273";
}
.fi-sr-budget:before {
  content: "\e274";
}
.fi-sr-budget-alt:before {
  content: "\e275";
}
.fi-sr-bug:before {
  content: "\e276";
}
.fi-sr-bug-slash:before {
  content: "\e277";
}
.fi-sr-bugs:before {
  content: "\e278";
}
.fi-sr-build:before {
  content: "\e279";
}
.fi-sr-build-alt:before {
  content: "\e27a";
}
.fi-sr-builder:before {
  content: "\e27b";
}
.fi-sr-building:before {
  content: "\e27c";
}
.fi-sr-building-circle-arrow-right:before {
  content: "\e27d";
}
.fi-sr-building-ngo:before {
  content: "\e27e";
}
.fi-sr-bulb:before {
  content: "\e27f";
}
.fi-sr-bulb-speech-bubble:before {
  content: "\e280";
}
.fi-sr-bullet:before {
  content: "\e281";
}
.fi-sr-bullhorn:before {
  content: "\e282";
}
.fi-sr-bullseye:before {
  content: "\e283";
}
.fi-sr-bullseye-arrow:before {
  content: "\e284";
}
.fi-sr-bullseye-pointer:before {
  content: "\e285";
}
.fi-sr-burger-alt:before {
  content: "\e286";
}
.fi-sr-burger-fries:before {
  content: "\e287";
}
.fi-sr-burger-glass:before {
  content: "\e288";
}
.fi-sr-burrito:before {
  content: "\e28b";
}
.fi-sr-burst:before {
  content: "\e28c";
}
.fi-sr-bus:before {
  content: "\e28d";
}
.fi-sr-bus-alt:before {
  content: "\e28e";
}
.fi-sr-business-time:before {
  content: "\e28f";
}
.fi-sr-Butter:before {
  content: "\e291";
}
.fi-sr-butterfly:before {
  content: "\e292";
}
.fi-sr-c:before {
  content: "\e293";
}
.fi-sr-cabin:before {
  content: "\e294";
}
.fi-sr-cactus:before {
  content: "\e296";
}
.fi-sr-cage-empty:before {
  content: "\e297";
}
.fi-sr-cake-birthday:before {
  content: "\e298";
}
.fi-sr-cake-slice:before {
  content: "\e299";
}
.fi-sr-cake-wedding:before {
  content: "\e29a";
}
.fi-sr-calculator:before {
  content: "\e29b";
}
.fi-sr-calculator-bill:before {
  content: "\e29d";
}
.fi-sr-calculator-math-tax:before {
  content: "\e29e";
}
.fi-sr-calculator-money:before {
  content: "\e29f";
}
.fi-sr-calculator-simple:before {
  content: "\e2a0";
}
.fi-sr-calendar:before {
  content: "\e2a1";
}
.fi-sr-calendar-arrow-down:before {
  content: "\e2a2";
}
.fi-sr-calendar-arrow-up:before {
  content: "\e2a3";
}
.fi-sr-calendar-birhtday-cake:before {
  content: "\e2a4";
}
.fi-sr-calendar-call:before {
  content: "\e2a5";
}
.fi-sr-calendar-check:before {
  content: "\e2a6";
}
.fi-sr-calendar-clock:before {
  content: "\e2a7";
}
.fi-sr-calendar-day:before {
  content: "\e2a8";
}
.fi-sr-calendar-days:before {
  content: "\e2a9";
}
.fi-sr-calendar-event-tax:before {
  content: "\e2aa";
}
.fi-sr-calendar-exclamation:before {
  content: "\e2ab";
}
.fi-sr-calendar-gavel-legal:before {
  content: "\e2ac";
}
.fi-sr-calendar-heart:before {
  content: "\e2ad";
}
.fi-sr-calendar-image:before {
  content: "\e2ae";
}
.fi-sr-calendar-lines:before {
  content: "\e2af";
}
.fi-sr-calendar-lines-pen:before {
  content: "\e2b0";
}
.fi-sr-calendar-minus:before {
  content: "\e2b1";
}
.fi-sr-calendar-payment-loan:before {
  content: "\e2b2";
}
.fi-sr-calendar-pen:before {
  content: "\e2b3";
}
.fi-sr-calendar-plus:before {
  content: "\e2b4";
}
.fi-sr-calendar-salary:before {
  content: "\e2b5";
}
.fi-sr-calendar-shift-swap:before {
  content: "\e2b6";
}
.fi-sr-calendar-star:before {
  content: "\e2b7";
}
.fi-sr-calendar-swap:before {
  content: "\e2b8";
}
.fi-sr-calendar-update:before {
  content: "\e2b9";
}
.fi-sr-calendar-week:before {
  content: "\e2ba";
}
.fi-sr-calendar-xmark:before {
  content: "\e2bb";
}
.fi-sr-calendars:before {
  content: "\e2bc";
}
.fi-sr-call-duration:before {
  content: "\e2bd";
}
.fi-sr-call-forbidden:before {
  content: "\e2be";
}
.fi-sr-call-history:before {
  content: "\e2bf";
}
.fi-sr-call-incoming:before {
  content: "\e2c0";
}
.fi-sr-call-missed:before {
  content: "\e2c1";
}
.fi-sr-call-outgoing:before {
  content: "\e2c2";
}
.fi-sr-camcorder:before {
  content: "\e2c3";
}
.fi-sr-camera:before {
  content: "\e2c4";
}
.fi-sr-camera-cctv:before {
  content: "\e2c5";
}
.fi-sr-camera-movie:before {
  content: "\e2c7";
}
.fi-sr-camera-retro:before {
  content: "\e2c8";
}
.fi-sr-camera-rotate:before {
  content: "\e2c9";
}
.fi-sr-camera-security:before {
  content: "\e2ca";
}
.fi-sr-camera-slash:before {
  content: "\e2cb";
}
.fi-sr-camera-viewfinder:before {
  content: "\e2cc";
}
.fi-sr-campfire:before {
  content: "\e2cd";
}
.fi-sr-camping:before {
  content: "\e2ce";
}
.fi-sr-can-food:before {
  content: "\e2cf";
}
.fi-sr-candle-holder:before {
  content: "\e2d0";
}
.fi-sr-candle-lotus-yoga:before {
  content: "\e2d1";
}
.fi-sr-candle-pose-yoga:before {
  content: "\e2d2";
}
.fi-sr-candy:before {
  content: "\e2d4";
}
.fi-sr-candy-alt:before {
  content: "\e2d5";
}
.fi-sr-candy-bar:before {
  content: "\e2d6";
}
.fi-sr-candy-cane:before {
  content: "\e2d7";
}
.fi-sr-candy-corn:before {
  content: "\e2d8";
}
.fi-sr-candy-sweet:before {
  content: "\e2d9";
}
.fi-sr-Cannabis:before {
  content: "\e2da";
}
.fi-sr-canned-food:before {
  content: "\e2db";
}
.fi-sr-cannon:before {
  content: "\e2dc";
}
.fi-sr-capsules:before {
  content: "\e2dd";
}
.fi-sr-car:before {
  content: "\e2df";
}
.fi-sr-car-alt:before {
  content: "\e2e0";
}
.fi-sr-car-battery:before {
  content: "\e2e1";
}
.fi-sr-car-bolt:before {
  content: "\e2e2";
}
.fi-sr-car-building:before {
  content: "\e2e3";
}
.fi-sr-car-bump:before {
  content: "\e2e4";
}
.fi-sr-car-bus:before {
  content: "\e2e5";
}
.fi-sr-car-circle-bolt:before {
  content: "\e2e6";
}
.fi-sr-car-crash:before {
  content: "\e2e7";
}
.fi-sr-car-garage:before {
  content: "\e2e8";
}
.fi-sr-car-journey:before {
  content: "\e2e9";
}
.fi-sr-car-mechanic:before {
  content: "\e2ea";
}
.fi-sr-car-rear:before {
  content: "\e2eb";
}
.fi-sr-car-side:before {
  content: "\e2ec";
}
.fi-sr-car-side-bolt:before {
  content: "\e2ed";
}
.fi-sr-car-tilt:before {
  content: "\e2ee";
}
.fi-sr-car-tunnel:before {
  content: "\e2ef";
}
.fi-sr-car-wash:before {
  content: "\e2f0";
}
.fi-sr-caravan:before {
  content: "\e2f1";
}
.fi-sr-caravan-alt:before {
  content: "\e2f2";
}
.fi-sr-carbon-cloud:before {
  content: "\e2f3";
}
.fi-sr-carbon-cloud-arrow-down:before {
  content: "\e2f4";
}
.fi-sr-carbon-footprint:before {
  content: "\e2f5";
}
.fi-sr-card-club:before {
  content: "\e2f6";
}
.fi-sr-card-diamond:before {
  content: "\e2f7";
}
.fi-sr-card-heart:before {
  content: "\e2f8";
}
.fi-sr-card-spade:before {
  content: "\e2f9";
}
.fi-sr-cardinal-compass:before {
  content: "\e2fa";
}
.fi-sr-cards-blank:before {
  content: "\e2fc";
}
.fi-sr-career-growth:before {
  content: "\e2fe";
}
.fi-sr-career-path:before {
  content: "\e2ff";
}
.fi-sr-caret-circle-down:before {
  content: "\e300";
}
.fi-sr-caret-circle-right:before {
  content: "\e302";
}
.fi-sr-caret-circle-up:before {
  content: "\e303";
}
.fi-sr-caret-down:before {
  content: "\e304";
}
.fi-sr-caret-left:before {
  content: "\e305";
}
.fi-sr-caret-quare-up:before {
  content: "\e306";
}
.fi-sr-caret-right:before {
  content: "\e307";
}
.fi-sr-caret-square-down:before {
  content: "\e308";
}
.fi-sr-caret-square-left:before {
  content: "\e309";
}
.fi-sr-caret-square-left_1:before {
  content: "\e30a";
}
.fi-sr-caret-square-right:before {
  content: "\e30b";
}
.fi-sr-caret-up:before {
  content: "\e30d";
}
.fi-sr-carrot:before {
  content: "\e30e";
}
.fi-sr-cars:before {
  content: "\e30f";
}
.fi-sr-cars-crash:before {
  content: "\e310";
}
.fi-sr-cart-arrow-down:before {
  content: "\e311";
}
.fi-sr-cart-minus:before {
  content: "\e312";
}
.fi-sr-cart-shopping-fast:before {
  content: "\e313";
}
.fi-sr-case-study:before {
  content: "\e314";
}
.fi-sr-cash-register:before {
  content: "\e315";
}
.fi-sr-cassette-tape:before {
  content: "\e316";
}
.fi-sr-cassette-vhs:before {
  content: "\e317";
}
.fi-sr-castle:before {
  content: "\e318";
}
.fi-sr-cat:before {
  content: "\e319";
}
.fi-sr-cat-dog:before {
  content: "\e31a";
}
.fi-sr-cat-head:before {
  content: "\e31b";
}
.fi-sr-cat-space:before {
  content: "\e31c";
}
.fi-sr-catalog:before {
  content: "\e31d";
}
.fi-sr-catalog-alt:before {
  content: "\e31e";
}
.fi-sr-catalog-magazine:before {
  content: "\e31f";
}
.fi-sr-category:before {
  content: "\e320";
}
.fi-sr-category-alt:before {
  content: "\e321";
}
.fi-sr-cauldron:before {
  content: "\e322";
}
.fi-sr-cedi-sign:before {
  content: "\e327";
}
.fi-sr-cello:before {
  content: "\e328";
}
.fi-sr-cent-sign:before {
  content: "\e329";
}
.fi-sr-chair:before {
  content: "\e32b";
}
.fi-sr-chair-director:before {
  content: "\e32c";
}
.fi-sr-chair-office:before {
  content: "\e32d";
}
.fi-sr-chalkboard:before {
  content: "\e32e";
}
.fi-sr-chalkboard-user:before {
  content: "\e32f";
}
.fi-sr-challenge:before {
  content: "\e330";
}
.fi-sr-challenge-alt:before {
  content: "\e331";
}
.fi-sr-channel:before {
  content: "\e332";
}
.fi-sr-charging-station:before {
  content: "\e334";
}
.fi-sr-chart-area:before {
  content: "\e335";
}
.fi-sr-chart-bar-holding-hand:before {
  content: "\e338";
}
.fi-sr-chart-bullet:before {
  content: "\e339";
}
.fi-sr-chart-candlestick:before {
  content: "\e33a";
}
.fi-sr-chart-connected:before {
  content: "\e33b";
}
.fi-sr-chart-gantt:before {
  content: "\e33c";
}
.fi-sr-chart-histogram:before {
  content: "\e33d";
}
.fi-sr-chart-kanban:before {
  content: "\e33e";
}
.fi-sr-chart-line-up:before {
  content: "\e33f";
}
.fi-sr-chart-line-up-down:before {
  content: "\e340";
}
.fi-sr-chart-mixed:before {
  content: "\e341";
}
.fi-sr-chart-mixed-up-circle-currency:before {
  content: "\e342";
}
.fi-sr-chart-mixed-up-circle-dollar:before {
  content: "\e343";
}
.fi-sr-chart-network:before {
  content: "\e344";
}
.fi-sr-chart-pie:before {
  content: "\e345";
}
.fi-sr-chart-pie-alt:before {
  content: "\e346";
}
.fi-sr-chart-pie-simple-circle-currency:before {
  content: "\e347";
}
.fi-sr-chart-pie-simple-circle-dollar:before {
  content: "\e348";
}
.fi-sr-chart-pyramid:before {
  content: "\e349";
}
.fi-sr-chart-radar:before {
  content: "\e34a";
}
.fi-sr-chart-scatter:before {
  content: "\e34b";
}
.fi-sr-chart-scatter-3d:before {
  content: "\e34c";
}
.fi-sr-chart-scatter-bubble:before {
  content: "\e34d";
}
.fi-sr-chart-set-theory:before {
  content: "\e34e";
}
.fi-sr-chart-simple:before {
  content: "\e34f";
}
.fi-sr-chart-simple-horizontal:before {
  content: "\e350";
}
.fi-sr-chart-tree:before {
  content: "\e351";
}
.fi-sr-chart-tree-map:before {
  content: "\e352";
}
.fi-sr-chart-user:before {
  content: "\e353";
}
.fi-sr-chart-waterfall:before {
  content: "\e354";
}
.fi-sr-chat-arrow-down:before {
  content: "\e355";
}
.fi-sr-chat-arrow-grow:before {
  content: "\e356";
}
.fi-sr-chat-bubble-call:before {
  content: "\e357";
}
.fi-sr-chatbot:before {
  content: "\e358";
}
.fi-sr-chatbot-speech-bubble:before {
  content: "\e359";
}
.fi-sr-cheap:before {
  content: "\e35a";
}
.fi-sr-cheap-bill:before {
  content: "\e35b";
}
.fi-sr-cheap-dollar:before {
  content: "\e35c";
}
.fi-sr-cheap-stack:before {
  content: "\e35d";
}
.fi-sr-cheap-stack-dollar:before {
  content: "\e35e";
}
.fi-sr-check:before {
  content: "\e35f";
}
.fi-sr-check-circle:before {
  content: "\e360";
}
.fi-sr-check-double:before {
  content: "\e361";
}
.fi-sr-check-in-calendar:before {
  content: "\e362";
}
.fi-sr-check-out-calendar:before {
  content: "\e363";
}
.fi-sr-checkbox:before {
  content: "\e364";
}
.fi-sr-checklist-task-budget:before {
  content: "\e365";
}
.fi-sr-cheese:before {
  content: "\e366";
}
.fi-sr-cheese-alt:before {
  content: "\e367";
}
.fi-sr-cheeseburger:before {
  content: "\e368";
}
.fi-sr-cherry:before {
  content: "\e369";
}
.fi-sr-chess:before {
  content: "\e36a";
}
.fi-sr-chess-bishop:before {
  content: "\e36b";
}
.fi-sr-chess-board:before {
  content: "\e36c";
}
.fi-sr-chess-clock:before {
  content: "\e36d";
}
.fi-sr-chess-clock-alt:before {
  content: "\e36e";
}
.fi-sr-chess-king:before {
  content: "\e36f";
}
.fi-sr-chess-king-alt:before {
  content: "\e370";
}
.fi-sr-chess-knight:before {
  content: "\e371";
}
.fi-sr-chess-knight-alt:before {
  content: "\e372";
}
.fi-sr-chess-pawn:before {
  content: "\e373";
}
.fi-sr-chess-pawn-alt:before {
  content: "\e374";
}
.fi-sr-chess-piece:before {
  content: "\e375";
}
.fi-sr-chess-queen:before {
  content: "\e376";
}
.fi-sr-chess-queen-alt:before {
  content: "\e377";
}
.fi-sr-chess-rook:before {
  content: "\e378";
}
.fi-sr-chess-rook-alt:before {
  content: "\e379";
}
.fi-sr-chevron-double-down:before {
  content: "\e37a";
}
.fi-sr-chevron-double-up:before {
  content: "\e37b";
}
.fi-sr-child:before {
  content: "\e37c";
}
.fi-sr-child-head:before {
  content: "\e37d";
}
.fi-sr-chimney:before {
  content: "\e37e";
}
.fi-sr-chip:before {
  content: "\e37f";
}
.fi-sr-chocolate:before {
  content: "\e380";
}
.fi-sr-choir-singing:before {
  content: "\e382";
}
.fi-sr-choose:before {
  content: "\e383";
}
.fi-sr-choose-alt:before {
  content: "\e384";
}
.fi-sr-church:before {
  content: "\e386";
}
.fi-sr-circle:before {
  content: "\e387";
}
.fi-sr-circle-0:before {
  content: "\e388";
}
.fi-sr-circle-1:before {
  content: "\e389";
}
.fi-sr-circle-2:before {
  content: "\e38a";
}
.fi-sr-circle-3:before {
  content: "\e38b";
}
.fi-sr-circle-4:before {
  content: "\e38c";
}
.fi-sr-circle-5:before {
  content: "\e38d";
}
.fi-sr-circle-6:before {
  content: "\e38e";
}
.fi-sr-circle-7:before {
  content: "\e38f";
}
.fi-sr-circle-8:before {
  content: "\e390";
}
.fi-sr-circle-9:before {
  content: "\e391";
}
.fi-sr-circle-a:before {
  content: "\e392";
}
.fi-sr-circle-b:before {
  content: "\e394";
}
.fi-sr-circle-bolt:before {
  content: "\e395";
}
.fi-sr-circle-book-open:before {
  content: "\e396";
}
.fi-sr-circle-bookmark:before {
  content: "\e397";
}
.fi-sr-circle-c:before {
  content: "\e398";
}
.fi-sr-circle-calendar:before {
  content: "\e399";
}
.fi-sr-circle-camera:before {
  content: "\e39a";
}
.fi-sr-circle-d:before {
  content: "\e39c";
}
.fi-sr-circle-dashed:before {
  content: "\e39d";
}
.fi-sr-circle-divide:before {
  content: "\e39e";
}
.fi-sr-circle-e:before {
  content: "\e3a0";
}
.fi-sr-circle-ellipsis:before {
  content: "\e3a1";
}
.fi-sr-circle-ellipsis-vertical:before {
  content: "\e3a2";
}
.fi-sr-circle-envelope:before {
  content: "\e3a3";
}
.fi-sr-circle-exclamation-check:before {
  content: "\e3a4";
}
.fi-sr-circle-f:before {
  content: "\e3a5";
}
.fi-sr-circle-g:before {
  content: "\e3a6";
}
.fi-sr-circle-h:before {
  content: "\e3a7";
}
.fi-sr-circle-half:before {
  content: "\e3a8";
}
.fi-sr-circle-half-stroke:before {
  content: "\e3a9";
}
.fi-sr-circle-heart:before {
  content: "\e3aa";
}
.fi-sr-circle-i:before {
  content: "\e3ab";
}
.fi-sr-circle-j:before {
  content: "\e3ac";
}
.fi-sr-circle-k:before {
  content: "\e3ad";
}
.fi-sr-circle-l:before {
  content: "\e3ae";
}
.fi-sr-circle-m:before {
  content: "\e3af";
}
.fi-sr-circle-microphone:before {
  content: "\e3b0";
}
.fi-sr-circle-microphone-lines:before {
  content: "\e3b1";
}
.fi-sr-circle-n:before {
  content: "\e3b2";
}
.fi-sr-circle-nodes:before {
  content: "\e3b3";
}
.fi-sr-circle-o:before {
  content: "\e3b4";
}
.fi-sr-circle-overlap:before {
  content: "\e3b5";
}
.fi-sr-circle-p:before {
  content: "\e3b6";
}
.fi-sr-circle-phone:before {
  content: "\e3b8";
}
.fi-sr-circle-phone-flip:before {
  content: "\e3b9";
}
.fi-sr-circle-phone-hangup:before {
  content: "\e3ba";
}
.fi-sr-circle-q:before {
  content: "\e3bc";
}
.fi-sr-circle-quarter:before {
  content: "\e3bd";
}
.fi-sr-circle-quarters-alt:before {
  content: "\e3bf";
}
.fi-sr-circle-r:before {
  content: "\e3c0";
}
.fi-sr-circle-s:before {
  content: "\e3c1";
}
.fi-sr-circle-small:before {
  content: "\e3c2";
}
.fi-sr-circle-star:before {
  content: "\e3c3";
}
.fi-sr-circle-t:before {
  content: "\e3c5";
}
.fi-sr-circle-three-quarters:before {
  content: "\e3c6";
}
.fi-sr-circle-trash:before {
  content: "\e3c7";
}
.fi-sr-circle-u:before {
  content: "\e3c8";
}
.fi-sr-circle-user:before {
  content: "\e3c9";
}
.fi-sr-circle-v:before {
  content: "\e3ca";
}
.fi-sr-circle-video:before {
  content: "\e3cb";
}
.fi-sr-circle-w:before {
  content: "\e3cc";
}
.fi-sr-circle-waveform-lines:before {
  content: "\e3cd";
}
.fi-sr-circle-wifi-circle-wifi:before {
  content: "\e3ce";
}
.fi-sr-circle-x:before {
  content: "\e3cf";
}
.fi-sr-circle-xmark:before {
  content: "\e3d0";
}
.fi-sr-circle-y:before {
  content: "\e3d1";
}
.fi-sr-circle-z:before {
  content: "\e3d2";
}
.fi-sr-citrus:before {
  content: "\e3d3";
}
.fi-sr-citrus-slice:before {
  content: "\e3d4";
}
.fi-sr-city:before {
  content: "\e3d5";
}
.fi-sr-clapper-open:before {
  content: "\e3d6";
}
.fi-sr-clapperboard:before {
  content: "\e3d7";
}
.fi-sr-clapperboard-play:before {
  content: "\e3d8";
}
.fi-sr-clarinet:before {
  content: "\e3d9";
}
.fi-sr-claw-marks:before {
  content: "\e3da";
}
.fi-sr-clear-alt:before {
  content: "\e3dd";
}
.fi-sr-clip:before {
  content: "\e3de";
}
.fi-sr-clip-file:before {
  content: "\e3df";
}
.fi-sr-clip-mail:before {
  content: "\e3e0";
}
.fi-sr-clipboard:before {
  content: "\e3e1";
}
.fi-sr-clipboard-check:before {
  content: "\e3e2";
}
.fi-sr-clipboard-exclamation:before {
  content: "\e3e3";
}
.fi-sr-clipboard-list:before {
  content: "\e3e4";
}
.fi-sr-clipboard-list-check:before {
  content: "\e3e5";
}
.fi-sr-clipboard-prescription:before {
  content: "\e3e6";
}
.fi-sr-clipboard-question:before {
  content: "\e3e7";
}
.fi-sr-clipboard-user:before {
  content: "\e3e8";
}
.fi-sr-clipoard-wrong:before {
  content: "\e3e9";
}
.fi-sr-clock:before {
  content: "\e3ea";
}
.fi-sr-clock-desk:before {
  content: "\e3eb";
}
.fi-sr-clock-eight-thirty:before {
  content: "\e3ec";
}
.fi-sr-clock-eleven:before {
  content: "\e3ed";
}
.fi-sr-clock-eleven-thirty:before {
  content: "\e3ee";
}
.fi-sr-clock-five:before {
  content: "\e3ef";
}
.fi-sr-clock-five-thirty:before {
  content: "\e3f0";
}
.fi-sr-clock-four-thirty:before {
  content: "\e3f1";
}
.fi-sr-clock-future-past:before {
  content: "\e3f2";
}
.fi-sr-clock-nine:before {
  content: "\e3f3";
}
.fi-sr-clock-nine-thirty:before {
  content: "\e3f4";
}
.fi-sr-clock-one:before {
  content: "\e3f5";
}
.fi-sr-clock-one-thirty:before {
  content: "\e3f6";
}
.fi-sr-clock-seven:before {
  content: "\e3f7";
}
.fi-sr-clock-seven-thirty:before {
  content: "\e3f8";
}
.fi-sr-clock-six:before {
  content: "\e3f9";
}
.fi-sr-clock-six-thirty:before {
  content: "\e3fa";
}
.fi-sr-clock-ten:before {
  content: "\e3fb";
}
.fi-sr-clock-ten-thirty:before {
  content: "\e3fc";
}
.fi-sr-clock-three:before {
  content: "\e3fd";
}
.fi-sr-clock-three-thirty:before {
  content: "\e3fe";
}
.fi-sr-clock-time-tracking:before {
  content: "\e3ff";
}
.fi-sr-clock-twelve:before {
  content: "\e400";
}
.fi-sr-clock-twelve-thirty:before {
  content: "\e401";
}
.fi-sr-clock-two:before {
  content: "\e402";
}
.fi-sr-clock-two-thirty:before {
  content: "\e403";
}
.fi-sr-clock-up-arrow:before {
  content: "\e404";
}
.fi-sr-clone:before {
  content: "\e405";
}
.fi-sr-closed-captioning-slash:before {
  content: "\e406";
}
.fi-sr-clothes-hanger:before {
  content: "\e407";
}
.fi-sr-clothing-rack:before {
  content: "\e408";
}
.fi-sr-cloud:before {
  content: "\e409";
}
.fi-sr-cloud-back-up:before {
  content: "\e40a";
}
.fi-sr-cloud-back-up-alt:before {
  content: "\e40b";
}
.fi-sr-cloud-check:before {
  content: "\e40c";
}
.fi-sr-cloud-code:before {
  content: "\e40d";
}
.fi-sr-cloud-data:before {
  content: "\e40e";
}
.fi-sr-cloud-disabled:before {
  content: "\e40f";
}
.fi-sr-cloud-download:before {
  content: "\e410";
}
.fi-sr-cloud-download-alt:before {
  content: "\e411";
}
.fi-sr-cloud-download-circle:before {
  content: "\e412";
}
.fi-sr-cloud-drizzle:before {
  content: "\e413";
}
.fi-sr-cloud-exclamation:before {
  content: "\e414";
}
.fi-sr-cloud-gear-automation:before {
  content: "\e416";
}
.fi-sr-cloud-hail:before {
  content: "\e417";
}
.fi-sr-cloud-hail-mixed:before {
  content: "\e418";
}
.fi-sr-cloud-lock:before {
  content: "\e419";
}
.fi-sr-cloud-meatball:before {
  content: "\e41a";
}
.fi-sr-cloud-moon:before {
  content: "\e41c";
}
.fi-sr-cloud-moon-rain:before {
  content: "\e41d";
}
.fi-sr-cloud-question:before {
  content: "\e41f";
}
.fi-sr-cloud-rain:before {
  content: "\e420";
}
.fi-sr-cloud-rainbow:before {
  content: "\e421";
}
.fi-sr-cloud-share:before {
  content: "\e422";
}
.fi-sr-cloud-showers:before {
  content: "\e423";
}
.fi-sr-cloud-showers-heavy:before {
  content: "\e424";
}
.fi-sr-cloud-showers-water:before {
  content: "\e425";
}
.fi-sr-cloud-sleet:before {
  content: "\e427";
}
.fi-sr-cloud-snow:before {
  content: "\e428";
}
.fi-sr-cloud-sun:before {
  content: "\e429";
}
.fi-sr-cloud-sun-rain:before {
  content: "\e42a";
}
.fi-sr-cloud-upload:before {
  content: "\e42b";
}
.fi-sr-cloud-upload-alt:before {
  content: "\e42c";
}
.fi-sr-cloud-upload-circle:before {
  content: "\e42d";
}
.fi-sr-clouds:before {
  content: "\e430";
}
.fi-sr-clouds-moon:before {
  content: "\e431";
}
.fi-sr-clouds-sun:before {
  content: "\e432";
}
.fi-sr-clover-alt:before {
  content: "\e433";
}
.fi-sr-club:before {
  content: "\e434";
}
.fi-sr-cocktail:before {
  content: "\e437";
}
.fi-sr-cocktail-alt:before {
  content: "\e438";
}
.fi-sr-coconut:before {
  content: "\e439";
}
.fi-sr-code-branch:before {
  content: "\e43a";
}
.fi-sr-code-commit:before {
  content: "\e43b";
}
.fi-sr-code-compare:before {
  content: "\e43c";
}
.fi-sr-code-fork:before {
  content: "\e43d";
}
.fi-sr-code-merge:before {
  content: "\e43e";
}
.fi-sr-code-pull-request:before {
  content: "\e43f";
}
.fi-sr-code-pull-request-closed:before {
  content: "\e440";
}
.fi-sr-code-pull-request-draft:before {
  content: "\e441";
}
.fi-sr-code-simple:before {
  content: "\e442";
}
.fi-sr-coffee:before {
  content: "\e443";
}
.fi-sr-coffee-bean:before {
  content: "\e444";
}
.fi-sr-coffee-beans:before {
  content: "\e445";
}
.fi-sr-coffee-heart:before {
  content: "\e446";
}
.fi-sr-coffee-maker:before {
  content: "\e447";
}
.fi-sr-coffee-pot:before {
  content: "\e448";
}
.fi-sr-coffin:before {
  content: "\e449";
}
.fi-sr-coffin-cross:before {
  content: "\e44a";
}
.fi-sr-coin:before {
  content: "\e44b";
}
.fi-sr-coin-up-arrow:before {
  content: "\e44c";
}
.fi-sr-coins:before {
  content: "\e44d";
}
.fi-sr-colon-sign:before {
  content: "\e44f";
}
.fi-sr-columns-3:before {
  content: "\e450";
}
.fi-sr-comet:before {
  content: "\e451";
}
.fi-sr-command:before {
  content: "\e453";
}
.fi-sr-comment:before {
  content: "\e454";
}
.fi-sr-comment-alt:before {
  content: "\e455";
}
.fi-sr-comment-alt-check:before {
  content: "\e456";
}
.fi-sr-comment-alt-dots:before {
  content: "\e457";
}
.fi-sr-comment-alt-edit:before {
  content: "\e458";
}
.fi-sr-comment-alt-medical:before {
  content: "\e459";
}
.fi-sr-comment-alt-middle:before {
  content: "\e45a";
}
.fi-sr-comment-alt-middle-top:before {
  content: "\e45b";
}
.fi-sr-comment-alt-minus:before {
  content: "\e45c";
}
.fi-sr-comment-alt-music:before {
  content: "\e45d";
}
.fi-sr-comment-arrow-down:before {
  content: "\e460";
}
.fi-sr-comment-arrow-up:before {
  content: "\e461";
}
.fi-sr-comment-arrow-up-right:before {
  content: "\e462";
}
.fi-sr-comment-check:before {
  content: "\e463";
}
.fi-sr-comment-code:before {
  content: "\e464";
}
.fi-sr-comment-dollar:before {
  content: "\e465";
}
.fi-sr-comment-dots:before {
  content: "\e466";
}
.fi-sr-comment-exclamation:before {
  content: "\e467";
}
.fi-sr-comment-heart:before {
  content: "\e468";
}
.fi-sr-comment-image:before {
  content: "\e469";
}
.fi-sr-comment-info:before {
  content: "\e46a";
}
.fi-sr-comment-medical:before {
  content: "\e46b";
}
.fi-sr-comment-minus:before {
  content: "\e46c";
}
.fi-sr-comment-pen:before {
  content: "\e46d";
}
.fi-sr-comment-question:before {
  content: "\e46f";
}
.fi-sr-comment-quote:before {
  content: "\e470";
}
.fi-sr-comment-slash:before {
  content: "\e471";
}
.fi-sr-comment-smile:before {
  content: "\e472";
}
.fi-sr-comment-sms:before {
  content: "\e473";
}
.fi-sr-comment-text:before {
  content: "\e474";
}
.fi-sr-comment-user:before {
  content: "\e475";
}
.fi-sr-comment-xmark:before {
  content: "\e476";
}
.fi-sr-comments:before {
  content: "\e477";
}
.fi-sr-comments-dollar:before {
  content: "\e478";
}
.fi-sr-comments-question:before {
  content: "\e479";
}
.fi-sr-comments-question-check:before {
  content: "\e47a";
}
.fi-sr-compass-alt:before {
  content: "\e47b";
}
.fi-sr-compass-east:before {
  content: "\e47c";
}
.fi-sr-compass-north:before {
  content: "\e47d";
}
.fi-sr-compass-slash:before {
  content: "\e47e";
}
.fi-sr-compass-south:before {
  content: "\e47f";
}
.fi-sr-compass-west:before {
  content: "\e480";
}
.fi-sr-completed:before {
  content: "\e481";
}
.fi-sr-compliance:before {
  content: "\e482";
}
.fi-sr-compliance-clipboard:before {
  content: "\e483";
}
.fi-sr-compliance-document:before {
  content: "\e484";
}
.fi-sr-compress:before {
  content: "\e485";
}
.fi-sr-compress-alt:before {
  content: "\e486";
}
.fi-sr-computer:before {
  content: "\e487";
}
.fi-sr-computer-classic:before {
  content: "\e488";
}
.fi-sr-computer-mouse:before {
  content: "\e489";
}
.fi-sr-computer-speaker:before {
  content: "\e48a";
}
.fi-sr-concierge-bell:before {
  content: "\e48b";
}
.fi-sr-condition:before {
  content: "\e48d";
}
.fi-sr-condition-alt:before {
  content: "\e48e";
}
.fi-sr-confetti:before {
  content: "\e48f";
}
.fi-sr-confidential-discussion:before {
  content: "\e490";
}
.fi-sr-console-controller:before {
  content: "\e492";
}
.fi-sr-constellation:before {
  content: "\e493";
}
.fi-sr-contact-lens-eyes:before {
  content: "\e494";
}
.fi-sr-container-storage:before {
  content: "\e495";
}
.fi-sr-convert-document:before {
  content: "\e496";
}
.fi-sr-convert-shapes:before {
  content: "\e497";
}
.fi-sr-conveyor-belt:before {
  content: "\e498";
}
.fi-sr-conveyor-belt-alt:before {
  content: "\e499";
}
.fi-sr-conveyor-belt-arm:before {
  content: "\e49a";
}
.fi-sr-conveyor-belt-empty:before {
  content: "\e49b";
}
.fi-sr-cookie:before {
  content: "\e49c";
}
.fi-sr-cookie-alt:before {
  content: "\e49d";
}
.fi-sr-copy:before {
  content: "\e49e";
}
.fi-sr-copy-alt:before {
  content: "\e49f";
}
.fi-sr-copy-image:before {
  content: "\e4a0";
}
.fi-sr-copyright:before {
  content: "\e4a1";
}
.fi-sr-corn:before {
  content: "\e4a2";
}
.fi-sr-corporate:before {
  content: "\e4a4";
}
.fi-sr-corporate-alt:before {
  content: "\e4a5";
}
.fi-sr-couch:before {
  content: "\e4a6";
}
.fi-sr-court-sport:before {
  content: "\e4a9";
}
.fi-sr-cow:before {
  content: "\e4aa";
}
.fi-sr-cow-alt:before {
  content: "\e4ab";
}
.fi-sr-cowbell:before {
  content: "\e4ac";
}
.fi-sr-cowbell-circle-plus:before {
  content: "\e4ad";
}
.fi-sr-cowbell-more:before {
  content: "\e4ae";
}
.fi-sr-crab:before {
  content: "\e4af";
}
.fi-sr-crate-empty:before {
  content: "\e4b0";
}
.fi-sr-cream:before {
  content: "\e4b1";
}
.fi-sr-credit-card:before {
  content: "\e4c1";
}
.fi-sr-credit-card-buyer:before {
  content: "\e4c2";
}
.fi-sr-credit-card-eye:before {
  content: "\e4c3";
}
.fi-sr-cricket:before {
  content: "\e4c7";
}
.fi-sr-CRM:before {
  content: "\e4c8";
}
.fi-sr-crm-alt:before {
  content: "\e4c9";
}
.fi-sr-crm-computer:before {
  content: "\e4ca";
}
.fi-sr-croissant:before {
  content: "\e4cb";
}
.fi-sr-cross:before {
  content: "\e4cd";
}
.fi-sr-cross-circle:before {
  content: "\e4ce";
}
.fi-sr-cross-religion:before {
  content: "\e4cf";
}
.fi-sr-cross-small:before {
  content: "\e4d0";
}
.fi-sr-crow:before {
  content: "\e4d2";
}
.fi-sr-crown:before {
  content: "\e4d3";
}
.fi-sr-crutch:before {
  content: "\e4d4";
}
.fi-sr-crutches:before {
  content: "\e4d5";
}
.fi-sr-cruzeiro-sign:before {
  content: "\e4d6";
}
.fi-sr-crypto-calendar:before {
  content: "\e4d7";
}
.fi-sr-cryptocurrency:before {
  content: "\e4d8";
}
.fi-sr-crystal-ball:before {
  content: "\e4d9";
}
.fi-sr-cube:before {
  content: "\e4dc";
}
.fi-sr-cubes:before {
  content: "\e4dd";
}
.fi-sr-cubes-stacked:before {
  content: "\e4de";
}
.fi-sr-cucumber:before {
  content: "\e4df";
}
.fi-sr-cup-straw:before {
  content: "\e4e0";
}
.fi-sr-cup-straw-swoosh:before {
  content: "\e4e1";
}
.fi-sr-cup-togo:before {
  content: "\e4e2";
}
.fi-sr-cupcake:before {
  content: "\e4e3";
}
.fi-sr-cupcake-alt:before {
  content: "\e4e4";
}
.fi-sr-curling:before {
  content: "\e4e5";
}
.fi-sr-cursor:before {
  content: "\e4e6";
}
.fi-sr-cursor-finger:before {
  content: "\e4e7";
}
.fi-sr-cursor-plus:before {
  content: "\e4e8";
}
.fi-sr-cursor-text:before {
  content: "\e4e9";
}
.fi-sr-cursor-text-alt:before {
  content: "\e4ea";
}
.fi-sr-curve:before {
  content: "\e4eb";
}
.fi-sr-curve-alt:before {
  content: "\e4ec";
}
.fi-sr-curve-arrow:before {
  content: "\e4ed";
}
.fi-sr-custard:before {
  content: "\e4ee";
}
.fi-sr-customer-care:before {
  content: "\e4ef";
}
.fi-sr-customer-service:before {
  content: "\e4f0";
}
.fi-sr-customization:before {
  content: "\e4f1";
}
.fi-sr-customization-cogwheel:before {
  content: "\e4f2";
}
.fi-sr-customize:before {
  content: "\e4f3";
}
.fi-sr-customize-computer:before {
  content: "\e4f4";
}
.fi-sr-customize-edit:before {
  content: "\e4f5";
}
.fi-sr-CV:before {
  content: "\e4f6";
}
.fi-sr-cvv-card:before {
  content: "\e4f7";
}
.fi-sr-d:before {
  content: "\e4f8";
}
.fi-sr-dagger:before {
  content: "\e4f9";
}
.fi-sr-daily-calendar:before {
  content: "\e4fa";
}
.fi-sr-daisy:before {
  content: "\e4fc";
}
.fi-sr-daisy-alt:before {
  content: "\e4fd";
}
.fi-sr-damage:before {
  content: "\e4fe";
}
.fi-sr-dark-mode:before {
  content: "\e4ff";
}
.fi-sr-dark-mode-alt:before {
  content: "\e500";
}
.fi-sr-dart:before {
  content: "\e501";
}
.fi-sr-dashboard:before {
  content: "\e503";
}
.fi-sr-dashboard-monitor:before {
  content: "\e504";
}
.fi-sr-dashboard-panel:before {
  content: "\e505";
}
.fi-sr-data-transfer:before {
  content: "\e507";
}
.fi-sr-database:before {
  content: "\e508";
}
.fi-sr-database-cloud-circle:before {
  content: "\e509";
}
.fi-sr-debt:before {
  content: "\e50a";
}
.fi-sr-decision-choice:before {
  content: "\e50c";
}
.fi-sr-deer:before {
  content: "\e50d";
}
.fi-sr-deer-rudolph:before {
  content: "\e50e";
}
.fi-sr-degree-credential:before {
  content: "\e510";
}
.fi-sr-delete:before {
  content: "\e511";
}
.fi-sr-delete-document:before {
  content: "\e512";
}
.fi-sr-delete-right:before {
  content: "\e513";
}
.fi-sr-delete-user:before {
  content: "\e514";
}
.fi-sr-democrat:before {
  content: "\e518";
}
.fi-sr-department:before {
  content: "\e519";
}
.fi-sr-department-structure:before {
  content: "\e51a";
}
.fi-sr-deposit:before {
  content: "\e51b";
}
.fi-sr-deposit-alt:before {
  content: "\e51c";
}
.fi-sr-description:before {
  content: "\e51d";
}
.fi-sr-description-alt:before {
  content: "\e51e";
}
.fi-sr-desk:before {
  content: "\e51f";
}
.fi-sr-desktop-arrow-down:before {
  content: "\e520";
}
.fi-sr-desktop-wallpaper:before {
  content: "\e521";
}
.fi-sr-detergent:before {
  content: "\e522";
}
.fi-sr-devices:before {
  content: "\e525";
}
.fi-sr-dewpoint:before {
  content: "\e526";
}
.fi-sr-dharmachakra:before {
  content: "\e527";
}
.fi-sr-diagram-cells:before {
  content: "\e528";
}
.fi-sr-diagram-lean-canvas:before {
  content: "\e529";
}
.fi-sr-diagram-nested:before {
  content: "\e52a";
}
.fi-sr-diagram-next:before {
  content: "\e52b";
}
.fi-sr-diagram-predecessor:before {
  content: "\e52c";
}
.fi-sr-diagram-previous:before {
  content: "\e52d";
}
.fi-sr-diagram-project:before {
  content: "\e52e";
}
.fi-sr-diagram-sankey:before {
  content: "\e52f";
}
.fi-sr-diagram-subtask:before {
  content: "\e530";
}
.fi-sr-diagram-successor:before {
  content: "\e531";
}
.fi-sr-diagram-venn:before {
  content: "\e532";
}
.fi-sr-dial:before {
  content: "\e533";
}
.fi-sr-dial-high:before {
  content: "\e534";
}
.fi-sr-dial-low:before {
  content: "\e535";
}
.fi-sr-dial-max:before {
  content: "\e536";
}
.fi-sr-dial-med:before {
  content: "\e537";
}
.fi-sr-dial-med-low:before {
  content: "\e538";
}
.fi-sr-dial-min:before {
  content: "\e539";
}
.fi-sr-dial-off:before {
  content: "\e53a";
}
.fi-sr-dialogue-exchange:before {
  content: "\e53b";
}
.fi-sr-diamond:before {
  content: "\e53c";
}
.fi-sr-diamond-exclamation:before {
  content: "\e53d";
}
.fi-sr-diamond-turn-right:before {
  content: "\e53e";
}
.fi-sr-diary-bookmark-down:before {
  content: "\e53f";
}
.fi-sr-diary-bookmarks:before {
  content: "\e540";
}
.fi-sr-diary-clasp:before {
  content: "\e541";
}
.fi-sr-dice:before {
  content: "\e542";
}
.fi-sr-dice-alt:before {
  content: "\e543";
}
.fi-sr-dice-d10:before {
  content: "\e544";
}
.fi-sr-dice-d12:before {
  content: "\e545";
}
.fi-sr-dice-d20:before {
  content: "\e546";
}
.fi-sr-dice-d4:before {
  content: "\e547";
}
.fi-sr-dice-d6:before {
  content: "\e548";
}
.fi-sr-dice-d8:before {
  content: "\e549";
}
.fi-sr-dice-four:before {
  content: "\e54a";
}
.fi-sr-dice-one:before {
  content: "\e54b";
}
.fi-sr-dice-six:before {
  content: "\e54c";
}
.fi-sr-dice-three:before {
  content: "\e54d";
}
.fi-sr-dice-two:before {
  content: "\e54e";
}
.fi-sr-dictionary:before {
  content: "\e54f";
}
.fi-sr-dictionary-alt:before {
  content: "\e550";
}
.fi-sr-dictionary-open:before {
  content: "\e551";
}
.fi-sr-digging:before {
  content: "\e553";
}
.fi-sr-digital-payment:before {
  content: "\e558";
}
.fi-sr-digital-tachograph:before {
  content: "\e559";
}
.fi-sr-digital-wallet:before {
  content: "\e55a";
}
.fi-sr-dinner:before {
  content: "\e55c";
}
.fi-sr-diploma:before {
  content: "\e55d";
}
.fi-sr-direction-signal:before {
  content: "\e55e";
}
.fi-sr-direction-signal-arrow:before {
  content: "\e55f";
}
.fi-sr-disc-drive:before {
  content: "\e560";
}
.fi-sr-discover:before {
  content: "\e565";
}
.fi-sr-discussion-group:before {
  content: "\e567";
}
.fi-sr-discussion-idea:before {
  content: "\e568";
}
.fi-sr-disease:before {
  content: "\e569";
}
.fi-sr-disk:before {
  content: "\e56a";
}
.fi-sr-display-arrow-down:before {
  content: "\e56c";
}
.fi-sr-display-chart-up:before {
  content: "\e56e";
}
.fi-sr-display-code:before {
  content: "\e56f";
}
.fi-sr-display-medical:before {
  content: "\e570";
}
.fi-sr-display-slash:before {
  content: "\e571";
}
.fi-sr-distribute-spacing-horizontal:before {
  content: "\e572";
}
.fi-sr-distribute-spacing-vertical:before {
  content: "\e573";
}
.fi-sr-divide:before {
  content: "\e575";
}
.fi-sr-dizzy:before {
  content: "\e576";
}
.fi-sr-dj-disc:before {
  content: "\e577";
}
.fi-sr-dna:before {
  content: "\e578";
}
.fi-sr-do-not-disturb:before {
  content: "\e579";
}
.fi-sr-do-not-disturb-doorknob:before {
  content: "\e57a";
}
.fi-sr-do-not-enter:before {
  content: "\e57b";
}
.fi-sr-doctor:before {
  content: "\e57d";
}
.fi-sr-document:before {
  content: "\e57f";
}
.fi-sr-document-circle-wrong:before {
  content: "\e581";
}
.fi-sr-document-folder-gear:before {
  content: "\e583";
}
.fi-sr-document-gavel:before {
  content: "\e584";
}
.fi-sr-document-gear:before {
  content: "\e586";
}
.fi-sr-document-nft:before {
  content: "\e587";
}
.fi-sr-document-paid:before {
  content: "\e588";
}
.fi-sr-document-signed:before {
  content: "\e589";
}
.fi-sr-dog:before {
  content: "\e58b";
}
.fi-sr-dog-bowl-empty:before {
  content: "\e58c";
}
.fi-sr-dog-leashed:before {
  content: "\e58d";
}
.fi-sr-dollar:before {
  content: "\e58e";
}
.fi-sr-dolly-flatbed:before {
  content: "\e58f";
}
.fi-sr-dolly-flatbed-alt:before {
  content: "\e590";
}
.fi-sr-dolly-flatbed-empty:before {
  content: "\e591";
}
.fi-sr-dolphin:before {
  content: "\e592";
}
.fi-sr-domino-effect:before {
  content: "\e593";
}
.fi-sr-donate:before {
  content: "\e594";
}
.fi-sr-dong-sign:before {
  content: "\e595";
}
.fi-sr-donut:before {
  content: "\e596";
}
.fi-sr-door-closed:before {
  content: "\e597";
}
.fi-sr-door-open:before {
  content: "\e598";
}
.fi-sr-dorm-room:before {
  content: "\e599";
}
.fi-sr-dot-circle:before {
  content: "\e59a";
}
.fi-sr-dot-pending:before {
  content: "\e59b";
}
.fi-sr-dove:before {
  content: "\e59c";
}
.fi-sr-down:before {
  content: "\e59d";
}
.fi-sr-down-from-bracket:before {
  content: "\e59e";
}
.fi-sr-down-left:before {
  content: "\e59f";
}
.fi-sr-down-left-and-up-right-to-center:before {
  content: "\e5a0";
}
.fi-sr-down-right:before {
  content: "\e5a1";
}
.fi-sr-down-to-line:before {
  content: "\e5a2";
}
.fi-sr-download:before {
  content: "\e5a3";
}
.fi-sr-drafting-compass:before {
  content: "\e5a5";
}
.fi-sr-dragon:before {
  content: "\e5a6";
}
.fi-sr-draw-polygon:before {
  content: "\e5a7";
}
.fi-sr-draw-square:before {
  content: "\e5a8";
}
.fi-sr-drawer:before {
  content: "\e5a9";
}
.fi-sr-drawer-alt:before {
  content: "\e5aa";
}
.fi-sr-drawer-empty:before {
  content: "\e5ab";
}
.fi-sr-dreidel:before {
  content: "\e5ac";
}
.fi-sr-dress:before {
  content: "\e5ad";
}
.fi-sr-drink-alt:before {
  content: "\e5b0";
}
.fi-sr-driver-man:before {
  content: "\e5b1";
}
.fi-sr-driver-woman:before {
  content: "\e5b2";
}
.fi-sr-drone:before {
  content: "\e5b3";
}
.fi-sr-drone-alt:before {
  content: "\e5b4";
}
.fi-sr-drone-front:before {
  content: "\e5b5";
}
.fi-sr-drop-down:before {
  content: "\e5b6";
}
.fi-sr-dropdown:before {
  content: "\e5b8";
}
.fi-sr-dropdown-bar:before {
  content: "\e5b9";
}
.fi-sr-dropdown-select:before {
  content: "\e5ba";
}
.fi-sr-drum:before {
  content: "\e5bc";
}
.fi-sr-drum-steelpan:before {
  content: "\e5bd";
}
.fi-sr-drumstick:before {
  content: "\e5be";
}
.fi-sr-drumstick-bite:before {
  content: "\e5bf";
}
.fi-sr-dryer:before {
  content: "\e5c1";
}
.fi-sr-dryer-alt:before {
  content: "\e5c2";
}
.fi-sr-duck:before {
  content: "\e5c4";
}
.fi-sr-dumbbell-fitness:before {
  content: "\e5c5";
}
.fi-sr-dumbbell-horizontal:before {
  content: "\e5c6";
}
.fi-sr-dumbbell-ray:before {
  content: "\e5c7";
}
.fi-sr-dumbbell-weightlifting:before {
  content: "\e5c8";
}
.fi-sr-dumpster:before {
  content: "\e5c9";
}
.fi-sr-dumpster-fire:before {
  content: "\e5ca";
}
.fi-sr-dungeon:before {
  content: "\e5cb";
}
.fi-sr-duplicate:before {
  content: "\e5cc";
}
.fi-sr-duration:before {
  content: "\e5cd";
}
.fi-sr-duration-alt:before {
  content: "\e5ce";
}
.fi-sr-e:before {
  content: "\e5cf";
}
.fi-sr-e-learning:before {
  content: "\e5d0";
}
.fi-sr-ear:before {
  content: "\e5d1";
}
.fi-sr-ear-deaf:before {
  content: "\e5d2";
}
.fi-sr-ear-muffs:before {
  content: "\e5d3";
}
.fi-sr-ear-sound:before {
  content: "\e5d4";
}
.fi-sr-earbuds:before {
  content: "\e5d5";
}
.fi-sr-earnings:before {
  content: "\e5d6";
}
.fi-sr-earth-africa:before {
  content: "\e5d7";
}
.fi-sr-earth-americas:before {
  content: "\e5d8";
}
.fi-sr-earth-asia:before {
  content: "\e5d9";
}
.fi-sr-earth-europa:before {
  content: "\e5da";
}
.fi-sr-eclipse:before {
  content: "\e5dc";
}
.fi-sr-eclipse-alt:before {
  content: "\e5dd";
}
.fi-sr-eco-electric:before {
  content: "\e5de";
}
.fi-sr-edit:before {
  content: "\e5df";
}
.fi-sr-edit-alt:before {
  content: "\e5e0";
}
.fi-sr-edit-message:before {
  content: "\e5e1";
}
.fi-sr-effect:before {
  content: "\e5e2";
}
.fi-sr-egg:before {
  content: "\e5e3";
}
.fi-sr-egg-fried:before {
  content: "\e5e4";
}
.fi-sr-eiffel-tower:before {
  content: "\e5e5";
}
.fi-sr-eject:before {
  content: "\e5e6";
}
.fi-sr-elephant:before {
  content: "\e5e8";
}
.fi-sr-elevator:before {
  content: "\e5e9";
}
.fi-sr-email-pending:before {
  content: "\e5eb";
}
.fi-sr-email-refresh:before {
  content: "\e5ec";
}
.fi-sr-emergency-call:before {
  content: "\e5ed";
}
.fi-sr-employee-alt:before {
  content: "\e5ee";
}
.fi-sr-employee-handbook:before {
  content: "\e5ef";
}
.fi-sr-employee-man:before {
  content: "\e5f0";
}
.fi-sr-employee-man-alt:before {
  content: "\e5f1";
}
.fi-sr-employees:before {
  content: "\e5f4";
}
.fi-sr-employees-woman-man:before {
  content: "\e5f5";
}
.fi-sr-empty-set:before {
  content: "\e5f6";
}
.fi-sr-endless-loop:before {
  content: "\e5f7";
}
.fi-sr-engine:before {
  content: "\e5f9";
}
.fi-sr-engine-warning:before {
  content: "\e5fa";
}
.fi-sr-english:before {
  content: "\e5fb";
}
.fi-sr-enter:before {
  content: "\e5fc";
}
.fi-sr-entertainment:before {
  content: "\e5fd";
}
.fi-sr-envelope:before {
  content: "\e5fe";
}
.fi-sr-envelope-ban:before {
  content: "\e5ff";
}
.fi-sr-envelope-bulk:before {
  content: "\e600";
}
.fi-sr-envelope-dot:before {
  content: "\e601";
}
.fi-sr-envelope-download:before {
  content: "\e602";
}
.fi-sr-envelope-heart:before {
  content: "\e603";
}
.fi-sr-envelope-marker:before {
  content: "\e604";
}
.fi-sr-envelope-open:before {
  content: "\e605";
}
.fi-sr-envelope-open-dollar:before {
  content: "\e606";
}
.fi-sr-envelope-open-text:before {
  content: "\e607";
}
.fi-sr-envelope-plus:before {
  content: "\e608";
}
.fi-sr-envelopes:before {
  content: "\e609";
}
.fi-sr-equality:before {
  content: "\e60b";
}
.fi-sr-equals:before {
  content: "\e60c";
}
.fi-sr-equestrian-statue:before {
  content: "\e60d";
}
.fi-sr-equipment:before {
  content: "\e60e";
}
.fi-sr-eraser:before {
  content: "\e60f";
}
.fi-sr-error-camera:before {
  content: "\e610";
}
.fi-sr-escalator:before {
  content: "\e611";
}
.fi-sr-ethernet:before {
  content: "\e613";
}
.fi-sr-euro:before {
  content: "\e615";
}
.fi-sr-europe-flag:before {
  content: "\e616";
}
.fi-sr-europe-map:before {
  content: "\e617";
}
.fi-sr-european-union:before {
  content: "\e618";
}
.fi-sr-excavator:before {
  content: "\e61a";
}
.fi-sr-exchange:before {
  content: "\e61b";
}
.fi-sr-exchange-alt:before {
  content: "\e61c";
}
.fi-sr-exchange-cryptocurrency:before {
  content: "\e61d";
}
.fi-sr-exclamation:before {
  content: "\e61e";
}
.fi-sr-exit:before {
  content: "\e621";
}
.fi-sr-exit-alt:before {
  content: "\e622";
}
.fi-sr-expand:before {
  content: "\e623";
}
.fi-sr-expand-arrows:before {
  content: "\e624";
}
.fi-sr-expand-arrows-alt:before {
  content: "\e625";
}
.fi-sr-expense:before {
  content: "\e626";
}
.fi-sr-expense-bill:before {
  content: "\e627";
}
.fi-sr-explosion:before {
  content: "\e629";
}
.fi-sr-external-hard-drive:before {
  content: "\e62a";
}
.fi-sr-external-world:before {
  content: "\e62b";
}
.fi-sr-eye:before {
  content: "\e62c";
}
.fi-sr-eye-alert:before {
  content: "\e62d";
}
.fi-sr-eye-arrow-progress:before {
  content: "\e62e";
}
.fi-sr-eye-crossed:before {
  content: "\e62f";
}
.fi-sr-eye-dropper-half:before {
  content: "\e631";
}
.fi-sr-eyes:before {
  content: "\e633";
}
.fi-sr-f:before {
  content: "\e634";
}
.fi-sr-fabric:before {
  content: "\e635";
}
.fi-sr-face-angry-horns:before {
  content: "\e636";
}
.fi-sr-face-anguished:before {
  content: "\e637";
}
.fi-sr-face-anxious-sweat:before {
  content: "\e638";
}
.fi-sr-face-astonished:before {
  content: "\e639";
}
.fi-sr-face-awesome:before {
  content: "\e63a";
}
.fi-sr-face-beam-hand-over-mouth:before {
  content: "\e63b";
}
.fi-sr-face-confounded:before {
  content: "\e63c";
}
.fi-sr-face-confused:before {
  content: "\e63d";
}
.fi-sr-face-cowboy-hat:before {
  content: "\e63e";
}
.fi-sr-face-disappointed:before {
  content: "\e63f";
}
.fi-sr-face-disguise:before {
  content: "\e640";
}
.fi-sr-face-downcast-sweat:before {
  content: "\e641";
}
.fi-sr-face-drooling:before {
  content: "\e642";
}
.fi-sr-face-explode:before {
  content: "\e643";
}
.fi-sr-face-expressionless:before {
  content: "\e644";
}
.fi-sr-face-eyes-xmarks:before {
  content: "\e645";
}
.fi-sr-face-fearful:before {
  content: "\e646";
}
.fi-sr-face-glasses:before {
  content: "\e647";
}
.fi-sr-face-grin-tongue-wink:before {
  content: "\e648";
}
.fi-sr-face-hand-yawn:before {
  content: "\e649";
}
.fi-sr-face-head-bandage:before {
  content: "\e64a";
}
.fi-sr-face-hushed:before {
  content: "\e64b";
}
.fi-sr-face-icicles:before {
  content: "\e64c";
}
.fi-sr-face-lying:before {
  content: "\e64d";
}
.fi-sr-face-mask:before {
  content: "\e64e";
}
.fi-sr-face-monocle:before {
  content: "\e64f";
}
.fi-sr-face-nauseated:before {
  content: "\e650";
}
.fi-sr-face-nose-steam:before {
  content: "\e651";
}
.fi-sr-face-party:before {
  content: "\e652";
}
.fi-sr-face-pensive:before {
  content: "\e653";
}
.fi-sr-face-persevering:before {
  content: "\e654";
}
.fi-sr-face-pleading:before {
  content: "\e655";
}
.fi-sr-face-raised-eyebrow:before {
  content: "\e656";
}
.fi-sr-face-relieved:before {
  content: "\e657";
}
.fi-sr-face-sad-sweat:before {
  content: "\e658";
}
.fi-sr-face-scream:before {
  content: "\e659";
}
.fi-sr-face-shush:before {
  content: "\e65a";
}
.fi-sr-face-sleeping:before {
  content: "\e65b";
}
.fi-sr-face-sleepy:before {
  content: "\e65c";
}
.fi-sr-face-smile-halo:before {
  content: "\e65d";
}
.fi-sr-face-smile-hearts:before {
  content: "\e65e";
}
.fi-sr-face-smile-horns:before {
  content: "\e65f";
}
.fi-sr-face-smile-tear:before {
  content: "\e660";
}
.fi-sr-face-smile-tongue:before {
  content: "\e661";
}
.fi-sr-face-smile-upside-down:before {
  content: "\e662";
}
.fi-sr-face-smiling-hands:before {
  content: "\e663";
}
.fi-sr-face-smirking:before {
  content: "\e664";
}
.fi-sr-face-sunglasses:before {
  content: "\e665";
}
.fi-sr-face-sunglasses-alt:before {
  content: "\e666";
}
.fi-sr-face-swear:before {
  content: "\e667";
}
.fi-sr-face-thermometer:before {
  content: "\e668";
}
.fi-sr-face-thinking:before {
  content: "\e669";
}
.fi-sr-face-tissue:before {
  content: "\e66a";
}
.fi-sr-face-tongue-money:before {
  content: "\e66b";
}
.fi-sr-face-tongue-sweat:before {
  content: "\e66c";
}
.fi-sr-face-unamused:before {
  content: "\e66d";
}
.fi-sr-face-viewfinder:before {
  content: "\e66e";
}
.fi-sr-face-vomit:before {
  content: "\e66f";
}
.fi-sr-face-weary:before {
  content: "\e670";
}
.fi-sr-face-woozy:before {
  content: "\e671";
}
.fi-sr-face-worried:before {
  content: "\e672";
}
.fi-sr-face-zany:before {
  content: "\e673";
}
.fi-sr-face-zipper:before {
  content: "\e674";
}
.fi-sr-facial-massage:before {
  content: "\e677";
}
.fi-sr-fail:before {
  content: "\e678";
}
.fi-sr-falafel:before {
  content: "\e679";
}
.fi-sr-family:before {
  content: "\e67a";
}
.fi-sr-family-dress:before {
  content: "\e67b";
}
.fi-sr-family-pants:before {
  content: "\e67c";
}
.fi-sr-fan:before {
  content: "\e67d";
}
.fi-sr-fan-table:before {
  content: "\e67e";
}
.fi-sr-farfalle:before {
  content: "\e67f";
}
.fi-sr-farm:before {
  content: "\e680";
}
.fi-sr-faucet:before {
  content: "\e681";
}
.fi-sr-faucet-drip:before {
  content: "\e682";
}
.fi-sr-fax:before {
  content: "\e683";
}
.fi-sr-feather:before {
  content: "\e684";
}
.fi-sr-feather-pointed:before {
  content: "\e685";
}
.fi-sr-features:before {
  content: "\e686";
}
.fi-sr-features-alt:before {
  content: "\e687";
}
.fi-sr-fee:before {
  content: "\e689";
}
.fi-sr-fee-receipt:before {
  content: "\e68b";
}
.fi-sr-feedback:before {
  content: "\e68c";
}
.fi-sr-feedback-alt:before {
  content: "\e68d";
}
.fi-sr-feedback-cycle-loop:before {
  content: "\e68e";
}
.fi-sr-feedback-hand:before {
  content: "\e68f";
}
.fi-sr-feedback-review:before {
  content: "\e690";
}
.fi-sr-fence:before {
  content: "\e693";
}
.fi-sr-field-hockey:before {
  content: "\e695";
}
.fi-sr-fighter-jet:before {
  content: "\e696";
}
.fi-sr-file:before {
  content: "\e698";
}
.fi-sr-file-ai:before {
  content: "\e699";
}
.fi-sr-file-audio:before {
  content: "\e69a";
}
.fi-sr-file-binary:before {
  content: "\e69b";
}
.fi-sr-file-chart-line:before {
  content: "\e69c";
}
.fi-sr-file-chart-pie:before {
  content: "\e69d";
}
.fi-sr-file-circle-info:before {
  content: "\e69e";
}
.fi-sr-file-cloud:before {
  content: "\e69f";
}
.fi-sr-file-code:before {
  content: "\e6a0";
}
.fi-sr-file-csv:before {
  content: "\e6a2";
}
.fi-sr-file-download:before {
  content: "\e6a4";
}
.fi-sr-file-edit:before {
  content: "\e6a5";
}
.fi-sr-file-eps:before {
  content: "\e6a6";
}
.fi-sr-file-excel:before {
  content: "\e6a7";
}
.fi-sr-file-exclamation:before {
  content: "\e6a8";
}
.fi-sr-file-export:before {
  content: "\e6a9";
}
.fi-sr-file-image:before {
  content: "\e6ab";
}
.fi-sr-file-import:before {
  content: "\e6ac";
}
.fi-sr-file-invoice:before {
  content: "\e6ad";
}
.fi-sr-file-invoice-dollar:before {
  content: "\e6ae";
}
.fi-sr-file-loop:before {
  content: "\e6b0";
}
.fi-sr-file-medical:before {
  content: "\e6b2";
}
.fi-sr-file-medical-alt:before {
  content: "\e6b3";
}
.fi-sr-file-minus:before {
  content: "\e6b4";
}
.fi-sr-file-pdf:before {
  content: "\e6b5";
}
.fi-sr-file-powerpoint:before {
  content: "\e6b8";
}
.fi-sr-file-prescription:before {
  content: "\e6b9";
}
.fi-sr-file-psd:before {
  content: "\e6ba";
}
.fi-sr-file-question:before {
  content: "\e6bb";
}
.fi-sr-file-recycle:before {
  content: "\e6bc";
}
.fi-sr-file-signature:before {
  content: "\e6bd";
}
.fi-sr-file-spreadsheet:before {
  content: "\e6bf";
}
.fi-sr-file-upload:before {
  content: "\e6c0";
}
.fi-sr-file-user:before {
  content: "\e6c1";
}
.fi-sr-file-video:before {
  content: "\e6c2";
}
.fi-sr-file-word:before {
  content: "\e6c3";
}
.fi-sr-file-xls:before {
  content: "\e6c4";
}
.fi-sr-file-zip-alt:before {
  content: "\e6c6";
}
.fi-sr-file-zip-save:before {
  content: "\e6c7";
}
.fi-sr-file-zipper:before {
  content: "\e6c8";
}
.fi-sr-files-medical:before {
  content: "\e6ca";
}
.fi-sr-fill:before {
  content: "\e6cb";
}
.fi-sr-film:before {
  content: "\e6cc";
}
.fi-sr-film-canister:before {
  content: "\e6cd";
}
.fi-sr-film-slash:before {
  content: "\e6ce";
}
.fi-sr-films:before {
  content: "\e6cf";
}
.fi-sr-filter:before {
  content: "\e6d0";
}
.fi-sr-filter-list:before {
  content: "\e6d1";
}
.fi-sr-filter-slash:before {
  content: "\e6d2";
}
.fi-sr-filters:before {
  content: "\e6d3";
}
.fi-sr-finger-droplet:before {
  content: "\e6d4";
}
.fi-sr-finger-nail:before {
  content: "\e6d5";
}
.fi-sr-fingerprint:before {
  content: "\e6d6";
}
.fi-sr-fingerprint-remove:before {
  content: "\e6d7";
}
.fi-sr-fingerprint-security-risk:before {
  content: "\e6d8";
}
.fi-sr-fingerprint-verified:before {
  content: "\e6d9";
}
.fi-sr-fire-burner:before {
  content: "\e6da";
}
.fi-sr-fire-extinguisher:before {
  content: "\e6db";
}
.fi-sr-fire-flame-curved:before {
  content: "\e6dc";
}
.fi-sr-fire-flame-simple:before {
  content: "\e6dd";
}
.fi-sr-fire-hydrant:before {
  content: "\e6de";
}
.fi-sr-fire-smoke:before {
  content: "\e6df";
}
.fi-sr-fireplace:before {
  content: "\e6e2";
}
.fi-sr-first:before {
  content: "\e6e5";
}
.fi-sr-first-award:before {
  content: "\e6e6";
}
.fi-sr-first-laurel:before {
  content: "\e6e7";
}
.fi-sr-first-medal:before {
  content: "\e6e8";
}
.fi-sr-fish:before {
  content: "\e6e9";
}
.fi-sr-fish-bones:before {
  content: "\e6ea";
}
.fi-sr-fish-cooked:before {
  content: "\e6eb";
}
.fi-sr-fishing-rod:before {
  content: "\e6ec";
}
.fi-sr-fist-move:before {
  content: "\e6ed";
}
.fi-sr-fitness-watch:before {
  content: "\e6ee";
}
.fi-sr-flag:before {
  content: "\e6ef";
}
.fi-sr-flag-alt:before {
  content: "\e6f0";
}
.fi-sr-flag-checkered:before {
  content: "\e6f1";
}
.fi-sr-flag-usa:before {
  content: "\e6f2";
}
.fi-sr-flame:before {
  content: "\e6f3";
}
.fi-sr-flashlight:before {
  content: "\e6f4";
}
.fi-sr-flask:before {
  content: "\e6f5";
}
.fi-sr-flask-gear:before {
  content: "\e6f6";
}
.fi-sr-flask-poison:before {
  content: "\e6f7";
}
.fi-sr-flask-potion:before {
  content: "\e6f8";
}
.fi-sr-flatbread:before {
  content: "\e6f9";
}
.fi-sr-flatbread-stuffed:before {
  content: "\e6fa";
}
.fi-sr-flip-horizontal:before {
  content: "\e6ff";
}
.fi-sr-floor:before {
  content: "\e701";
}
.fi-sr-floor-alt:before {
  content: "\e702";
}
.fi-sr-floor-layer:before {
  content: "\e703";
}
.fi-sr-floppy-disk-circle-arrow-right:before {
  content: "\e704";
}
.fi-sr-floppy-disk-circle-xmark:before {
  content: "\e705";
}
.fi-sr-floppy-disk-pen:before {
  content: "\e706";
}
.fi-sr-floppy-disks:before {
  content: "\e707";
}
.fi-sr-florin-sign:before {
  content: "\e708";
}
.fi-sr-flowchart:before {
  content: "\e709";
}
.fi-sr-flower:before {
  content: "\e70a";
}
.fi-sr-flower-butterfly:before {
  content: "\e70c";
}
.fi-sr-flower-daffodil:before {
  content: "\e70d";
}
.fi-sr-flower-tulip:before {
  content: "\e70e";
}
.fi-sr-flushed:before {
  content: "\e70f";
}
.fi-sr-flute:before {
  content: "\e711";
}
.fi-sr-flux-capacitor:before {
  content: "\e712";
}
.fi-sr-fly-insect:before {
  content: "\e713";
}
.fi-sr-flying-disc:before {
  content: "\e714";
}
.fi-sr-fm-radio:before {
  content: "\e715";
}
.fi-sr-fog:before {
  content: "\e716";
}
.fi-sr-folder:before {
  content: "\e717";
}
.fi-sr-folder-archive:before {
  content: "\e718";
}
.fi-sr-folder-camera:before {
  content: "\e71a";
}
.fi-sr-folder-directory:before {
  content: "\e71b";
}
.fi-sr-folder-download:before {
  content: "\e71c";
}
.fi-sr-folder-fire:before {
  content: "\e71d";
}
.fi-sr-folder-gear:before {
  content: "\e71e";
}
.fi-sr-folder-heart:before {
  content: "\e720";
}
.fi-sr-folder-loop:before {
  content: "\e722";
}
.fi-sr-folder-math:before {
  content: "\e724";
}
.fi-sr-folder-minus:before {
  content: "\e726";
}
.fi-sr-folder-music:before {
  content: "\e727";
}
.fi-sr-folder-open:before {
  content: "\e728";
}
.fi-sr-folder-plus-circle:before {
  content: "\e729";
}
.fi-sr-folder-times:before {
  content: "\e72a";
}
.fi-sr-folder-tree:before {
  content: "\e72b";
}
.fi-sr-folder-upload:before {
  content: "\e72c";
}
.fi-sr-folder-xmark:before {
  content: "\e72e";
}
.fi-sr-folder-xmark-circle:before {
  content: "\e72f";
}
.fi-sr-folders:before {
  content: "\e730";
}
.fi-sr-follow-folder:before {
  content: "\e731";
}
.fi-sr-followcollection:before {
  content: "\e732";
}
.fi-sr-following:before {
  content: "\e733";
}
.fi-sr-fondue-pot:before {
  content: "\e734";
}
.fi-sr-football:before {
  content: "\e739";
}
.fi-sr-footprint:before {
  content: "\e73a";
}
.fi-sr-foreign-language-audio:before {
  content: "\e73b";
}
.fi-sr-forest:before {
  content: "\e73c";
}
.fi-sr-forest-alt:before {
  content: "\e73d";
}
.fi-sr-fork:before {
  content: "\e73e";
}
.fi-sr-fork-spaghetti:before {
  content: "\e73f";
}
.fi-sr-forklift:before {
  content: "\e740";
}
.fi-sr-form:before {
  content: "\e741";
}
.fi-sr-fort:before {
  content: "\e742";
}
.fi-sr-forward:before {
  content: "\e743";
}
.fi-sr-forward-fast:before {
  content: "\e744";
}
.fi-sr-fox:before {
  content: "\e747";
}
.fi-sr-frame:before {
  content: "\e748";
}
.fi-sr-franc-sign:before {
  content: "\e749";
}
.fi-sr-free:before {
  content: "\e74a";
}
.fi-sr-free-delivery:before {
  content: "\e74b";
}
.fi-sr-freemium:before {
  content: "\e74c";
}
.fi-sr-french:before {
  content: "\e74f";
}
.fi-sr-french-fries:before {
  content: "\e750";
}
.fi-sr-friday:before {
  content: "\e752";
}
.fi-sr-frog:before {
  content: "\e753";
}
.fi-sr-frown:before {
  content: "\e754";
}
.fi-sr-ftp:before {
  content: "\e755";
}
.fi-sr-fuel-gauge:before {
  content: "\e756";
}
.fi-sr-function:before {
  content: "\e757";
}
.fi-sr-function-process:before {
  content: "\e759";
}
.fi-sr-function-square:before {
  content: "\e75a";
}
.fi-sr-funnel-dollar:before {
  content: "\e75b";
}
.fi-sr-funnel-money:before {
  content: "\e75c";
}
.fi-sr-fusilli:before {
  content: "\e75d";
}
.fi-sr-g:before {
  content: "\e75e";
}
.fi-sr-galaxy:before {
  content: "\e75f";
}
.fi-sr-galaxy-alt:before {
  content: "\e760";
}
.fi-sr-galaxy-planet:before {
  content: "\e761";
}
.fi-sr-galaxy-star:before {
  content: "\e762";
}
.fi-sr-gallery:before {
  content: "\e763";
}
.fi-sr-gallery-thumbnails:before {
  content: "\e764";
}
.fi-sr-game:before {
  content: "\e765";
}
.fi-sr-game-board-alt:before {
  content: "\e766";
}
.fi-sr-gamepad:before {
  content: "\e768";
}
.fi-sr-games:before {
  content: "\e769";
}
.fi-sr-garage:before {
  content: "\e76a";
}
.fi-sr-garage-car:before {
  content: "\e76b";
}
.fi-sr-garage-open:before {
  content: "\e76c";
}
.fi-sr-garlic:before {
  content: "\e76d";
}
.fi-sr-garlic-alt:before {
  content: "\e76e";
}
.fi-sr-gas-pump:before {
  content: "\e76f";
}
.fi-sr-gas-pump-alt:before {
  content: "\e770";
}
.fi-sr-gas-pump-slash:before {
  content: "\e771";
}
.fi-sr-gauge-circle-bolt:before {
  content: "\e772";
}
.fi-sr-gauge-circle-minus:before {
  content: "\e773";
}
.fi-sr-gauge-circle-plus:before {
  content: "\e774";
}
.fi-sr-gauze-bandage:before {
  content: "\e775";
}
.fi-sr-gavel:before {
  content: "\e776";
}
.fi-sr-gay-couple:before {
  content: "\e777";
}
.fi-sr-gears:before {
  content: "\e77a";
}
.fi-sr-gem:before {
  content: "\e77b";
}
.fi-sr-general:before {
  content: "\e77c";
}
.fi-sr-german:before {
  content: "\e77d";
}
.fi-sr-ghost:before {
  content: "\e77e";
}
.fi-sr-gif:before {
  content: "\e77f";
}
.fi-sr-gif-square:before {
  content: "\e781";
}
.fi-sr-gift:before {
  content: "\e782";
}
.fi-sr-gift-box-benefits:before {
  content: "\e783";
}
.fi-sr-gift-card:before {
  content: "\e784";
}
.fi-sr-gifts:before {
  content: "\e785";
}
.fi-sr-gingerbread-man:before {
  content: "\e786";
}
.fi-sr-glass:before {
  content: "\e789";
}
.fi-sr-glass-champagne:before {
  content: "\e78a";
}
.fi-sr-glass-cheers:before {
  content: "\e78b";
}
.fi-sr-glass-citrus:before {
  content: "\e78c";
}
.fi-sr-glass-empty:before {
  content: "\e78d";
}
.fi-sr-glass-half:before {
  content: "\e78e";
}
.fi-sr-glass-water-droplet:before {
  content: "\e78f";
}
.fi-sr-glass-whiskey:before {
  content: "\e790";
}
.fi-sr-glass-whiskey-rocks:before {
  content: "\e791";
}
.fi-sr-glasses:before {
  content: "\e792";
}
.fi-sr-globe:before {
  content: "\e793";
}
.fi-sr-globe-alt:before {
  content: "\e794";
}
.fi-sr-globe-pointer:before {
  content: "\e795";
}
.fi-sr-globe-snow:before {
  content: "\e796";
}
.fi-sr-globe-user:before {
  content: "\e797";
}
.fi-sr-goal-net:before {
  content: "\e798";
}
.fi-sr-golf:before {
  content: "\e799";
}
.fi-sr-golf-ball:before {
  content: "\e79a";
}
.fi-sr-golf-club:before {
  content: "\e79b";
}
.fi-sr-golf-hole:before {
  content: "\e79c";
}
.fi-sr-gopuram:before {
  content: "\e7a0";
}
.fi-sr-government-budget:before {
  content: "\e7a1";
}
.fi-sr-government-flag:before {
  content: "\e7a2";
}
.fi-sr-government-user:before {
  content: "\e7a3";
}
.fi-sr-gps-navigation:before {
  content: "\e7a4";
}
.fi-sr-graduation-cap:before {
  content: "\e7a5";
}
.fi-sr-gramophone:before {
  content: "\e7a6";
}
.fi-sr-grape:before {
  content: "\e7a7";
}
.fi-sr-graph-curve:before {
  content: "\e7a8";
}
.fi-sr-graphic-style:before {
  content: "\e7a9";
}
.fi-sr-graphic-tablet:before {
  content: "\e7aa";
}
.fi-sr-grass:before {
  content: "\e7ab";
}
.fi-sr-grate:before {
  content: "\e7ac";
}
.fi-sr-grate-droplet:before {
  content: "\e7ad";
}
.fi-sr-greater-than:before {
  content: "\e7ae";
}
.fi-sr-greater-than-equal:before {
  content: "\e7af";
}
.fi-sr-greek-helmet:before {
  content: "\e7b0";
}
.fi-sr-grid:before {
  content: "\e7b1";
}
.fi-sr-grid-alt:before {
  content: "\e7b2";
}
.fi-sr-grid-dividers:before {
  content: "\e7b3";
}
.fi-sr-grill:before {
  content: "\e7b4";
}
.fi-sr-grill-hot-alt:before {
  content: "\e7b5";
}
.fi-sr-grimace:before {
  content: "\e7b6";
}
.fi-sr-grin:before {
  content: "\e7b7";
}
.fi-sr-grin-alt:before {
  content: "\e7b8";
}
.fi-sr-grin-beam:before {
  content: "\e7b9";
}
.fi-sr-grin-beam-sweat:before {
  content: "\e7ba";
}
.fi-sr-grin-hearts:before {
  content: "\e7bb";
}
.fi-sr-grin-squint:before {
  content: "\e7bc";
}
.fi-sr-grin-squint-tears:before {
  content: "\e7bd";
}
.fi-sr-grin-stars:before {
  content: "\e7be";
}
.fi-sr-grin-tears:before {
  content: "\e7bf";
}
.fi-sr-grin-tongue:before {
  content: "\e7c0";
}
.fi-sr-grin-tongue-squint:before {
  content: "\e7c1";
}
.fi-sr-grin-tongue-wink:before {
  content: "\e7c2";
}
.fi-sr-grin-wink:before {
  content: "\e7c3";
}
.fi-sr-grip-dots:before {
  content: "\e7c4";
}
.fi-sr-grip-dots-vertical:before {
  content: "\e7c5";
}
.fi-sr-grip-horizontal:before {
  content: "\e7c6";
}
.fi-sr-grip-lines:before {
  content: "\e7c7";
}
.fi-sr-grip-lines-vertical:before {
  content: "\e7c8";
}
.fi-sr-grip-vertical:before {
  content: "\e7c9";
}
.fi-sr-grocery-bag:before {
  content: "\e7ca";
}
.fi-sr-grocery-basket:before {
  content: "\e7cb";
}
.fi-sr-group-arrows-rotate:before {
  content: "\e7cc";
}
.fi-sr-group-call:before {
  content: "\e7cd";
}
.fi-sr-group-community-social-media:before {
  content: "\e7ce";
}
.fi-sr-growth-chart-invest:before {
  content: "\e7cf";
}
.fi-sr-guarani-sign:before {
  content: "\e7d0";
}
.fi-sr-guide:before {
  content: "\e7d1";
}
.fi-sr-guide-alt:before {
  content: "\e7d2";
}
.fi-sr-guitar:before {
  content: "\e7d3";
}
.fi-sr-guitar-electric:before {
  content: "\e7d4";
}
.fi-sr-guitars:before {
  content: "\e7d5";
}
.fi-sr-gun-squirt:before {
  content: "\e7d6";
}
.fi-sr-gym:before {
  content: "\e7d7";
}
.fi-sr-h:before {
  content: "\e7d8";
}
.fi-sr-h-square:before {
  content: "\e7d9";
}
.fi-sr-h1:before {
  content: "\e7da";
}
.fi-sr-h2:before {
  content: "\e7db";
}
.fi-sr-h3:before {
  content: "\e7dc";
}
.fi-sr-h4:before {
  content: "\e7dd";
}
.fi-sr-hair-clipper:before {
  content: "\e7de";
}
.fi-sr-hamburger:before {
  content: "\e7df";
}
.fi-sr-hamburger-soda:before {
  content: "\e7e0";
}
.fi-sr-hammer:before {
  content: "\e7e1";
}
.fi-sr-hammer-brush:before {
  content: "\e7e2";
}
.fi-sr-hammer-crash:before {
  content: "\e7e3";
}
.fi-sr-hammer-war:before {
  content: "\e7e4";
}
.fi-sr-hamsa:before {
  content: "\e7e5";
}
.fi-sr-hand-back-fist:before {
  content: "\e7e7";
}
.fi-sr-hand-back-point-down:before {
  content: "\e7e8";
}
.fi-sr-hand-back-point-left:before {
  content: "\e7e9";
}
.fi-sr-hand-back-point-ribbon:before {
  content: "\e7ea";
}
.fi-sr-hand-back-point-right:before {
  content: "\e7eb";
}
.fi-sr-hand-bandage-wound:before {
  content: "\e7ec";
}
.fi-sr-hand-bill:before {
  content: "\e7ed";
}
.fi-sr-hand-dots:before {
  content: "\e7ee";
}
.fi-sr-hand-fingers-crossed:before {
  content: "\e7ef";
}
.fi-sr-hand-fist:before {
  content: "\e7f0";
}
.fi-sr-hand-heart:before {
  content: "\e7f1";
}
.fi-sr-hand-holding-box:before {
  content: "\e7f2";
}
.fi-sr-hand-holding-document:before {
  content: "\e7f3";
}
.fi-sr-hand-holding-droplet:before {
  content: "\e7f4";
}
.fi-sr-hand-holding-heart:before {
  content: "\e7f5";
}
.fi-sr-hand-holding-magic:before {
  content: "\e7f6";
}
.fi-sr-hand-holding-medical:before {
  content: "\e7f7";
}
.fi-sr-hand-holding-seeding:before {
  content: "\e7f8";
}
.fi-sr-hand-holding-skull:before {
  content: "\e7fa";
}
.fi-sr-hand-holding-usd:before {
  content: "\e7fb";
}
.fi-sr-hand-holding-water:before {
  content: "\e7fc";
}
.fi-sr-hand-horns:before {
  content: "\e7fd";
}
.fi-sr-hand-key:before {
  content: "\e7fe";
}
.fi-sr-hand-lizard:before {
  content: "\e7ff";
}
.fi-sr-hand-love:before {
  content: "\e800";
}
.fi-sr-hand-middle-finger:before {
  content: "\e801";
}
.fi-sr-hand-paper:before {
  content: "\e802";
}
.fi-sr-hand-peace:before {
  content: "\e803";
}
.fi-sr-hand-point-ribbon:before {
  content: "\e804";
}
.fi-sr-hand-present:before {
  content: "\e805";
}
.fi-sr-hand-scissors:before {
  content: "\e806";
}
.fi-sr-hand-sparkles:before {
  content: "\e807";
}
.fi-sr-hand-spock:before {
  content: "\e808";
}
.fi-sr-hand-wave:before {
  content: "\e809";
}
.fi-sr-handcuffs:before {
  content: "\e80a";
}
.fi-sr-handmade:before {
  content: "\e80b";
}
.fi-sr-hands-brain:before {
  content: "\e80c";
}
.fi-sr-hands-bubbles:before {
  content: "\e80d";
}
.fi-sr-hands-clapping:before {
  content: "\e80e";
}
.fi-sr-hands-heart:before {
  content: "\e80f";
}
.fi-sr-hands-holding:before {
  content: "\e810";
}
.fi-sr-hands-holding-diamond:before {
  content: "\e811";
}
.fi-sr-hands-together:before {
  content: "\e812";
}
.fi-sr-hands-together-heart:before {
  content: "\e813";
}
.fi-sr-hands-usd:before {
  content: "\e815";
}
.fi-sr-handshake:before {
  content: "\e816";
}
.fi-sr-handshake-angle:before {
  content: "\e817";
}
.fi-sr-handshake-deal-loan:before {
  content: "\e818";
}
.fi-sr-handshake-house:before {
  content: "\e819";
}
.fi-sr-handshake-simple-slash:before {
  content: "\e81a";
}
.fi-sr-handshake-trust:before {
  content: "\e81b";
}
.fi-sr-hard-hat:before {
  content: "\e81d";
}
.fi-sr-hashtag-lock:before {
  content: "\e820";
}
.fi-sr-hastag:before {
  content: "\e822";
}
.fi-sr-hat-beach:before {
  content: "\e823";
}
.fi-sr-hat-birthday:before {
  content: "\e824";
}
.fi-sr-hat-chef:before {
  content: "\e825";
}
.fi-sr-hat-cowboy:before {
  content: "\e826";
}
.fi-sr-hat-cowboy-side:before {
  content: "\e827";
}
.fi-sr-hat-santa:before {
  content: "\e828";
}
.fi-sr-hat-winter:before {
  content: "\e829";
}
.fi-sr-hat-witch:before {
  content: "\e82a";
}
.fi-sr-hat-wizard:before {
  content: "\e82b";
}
.fi-sr-hdd:before {
  content: "\e82d";
}
.fi-sr-head-side:before {
  content: "\e82e";
}
.fi-sr-head-side-brain:before {
  content: "\e82f";
}
.fi-sr-head-side-cough:before {
  content: "\e830";
}
.fi-sr-head-side-cough-slash:before {
  content: "\e831";
}
.fi-sr-head-side-headphones:before {
  content: "\e832";
}
.fi-sr-head-side-heart:before {
  content: "\e833";
}
.fi-sr-head-side-mask:before {
  content: "\e834";
}
.fi-sr-head-side-medical:before {
  content: "\e835";
}
.fi-sr-head-side-thinking:before {
  content: "\e836";
}
.fi-sr-head-side-virus:before {
  content: "\e837";
}
.fi-sr-head-vr:before {
  content: "\e838";
}
.fi-sr-heading:before {
  content: "\e839";
}
.fi-sr-headphones:before {
  content: "\e83a";
}
.fi-sr-headset:before {
  content: "\e83b";
}
.fi-sr-heart:before {
  content: "\e83c";
}
.fi-sr-heart-arrow:before {
  content: "\e83d";
}
.fi-sr-heart-brain:before {
  content: "\e83e";
}
.fi-sr-heart-circle-user:before {
  content: "\e83f";
}
.fi-sr-heart-crack:before {
  content: "\e840";
}
.fi-sr-heart-half:before {
  content: "\e841";
}
.fi-sr-heart-half-stroke:before {
  content: "\e842";
}
.fi-sr-heart-health-muscle:before {
  content: "\e843";
}
.fi-sr-heart-lock:before {
  content: "\e844";
}
.fi-sr-heart-partner-handshake:before {
  content: "\e845";
}
.fi-sr-heart-rate:before {
  content: "\e846";
}
.fi-sr-heart-slash:before {
  content: "\e847";
}
.fi-sr-heart-upside-down:before {
  content: "\e848";
}
.fi-sr-heat:before {
  content: "\e849";
}
.fi-sr-helicopter-side:before {
  content: "\e84a";
}
.fi-sr-helmet-battle:before {
  content: "\e84b";
}
.fi-sr-hexagon:before {
  content: "\e84c";
}
.fi-sr-hexagon-check:before {
  content: "\e84d";
}
.fi-sr-hexagon-divide:before {
  content: "\e84e";
}
.fi-sr-hexagon-exclamation:before {
  content: "\e84f";
}
.fi-sr-high-definition:before {
  content: "\e851";
}
.fi-sr-high-five:before {
  content: "\e852";
}
.fi-sr-high-five-celebration-yes:before {
  content: "\e853";
}
.fi-sr-highlighter:before {
  content: "\e854";
}
.fi-sr-highlighter-line:before {
  content: "\e855";
}
.fi-sr-hiking:before {
  content: "\e856";
}
.fi-sr-hiking-boot:before {
  content: "\e857";
}
.fi-sr-hippo:before {
  content: "\e859";
}
.fi-sr-hockey-mask:before {
  content: "\e85a";
}
.fi-sr-hockey-puck:before {
  content: "\e85b";
}
.fi-sr-hockey-stick-puck:before {
  content: "\e85c";
}
.fi-sr-hockey-sticks:before {
  content: "\e85d";
}
.fi-sr-holding-hand-brain:before {
  content: "\e85e";
}
.fi-sr-holding-hand-dinner:before {
  content: "\e85f";
}
.fi-sr-holding-hand-direction:before {
  content: "\e860";
}
.fi-sr-holding-hand-gear:before {
  content: "\e861";
}
.fi-sr-holding-hand-key:before {
  content: "\e862";
}
.fi-sr-holding-hand-nft:before {
  content: "\e863";
}
.fi-sr-holding-hand-revenue:before {
  content: "\e864";
}
.fi-sr-holly-berry:before {
  content: "\e865";
}
.fi-sr-home:before {
  content: "\e866";
}
.fi-sr-home-heart:before {
  content: "\e868";
}
.fi-sr-home-location:before {
  content: "\e869";
}
.fi-sr-home-location-alt:before {
  content: "\e86a";
}
.fi-sr-honey-pot:before {
  content: "\e86c";
}
.fi-sr-hood-cloak:before {
  content: "\e86d";
}
.fi-sr-horizontal-rule:before {
  content: "\e86e";
}
.fi-sr-horse:before {
  content: "\e86f";
}
.fi-sr-horse-head:before {
  content: "\e870";
}
.fi-sr-horse-saddle:before {
  content: "\e871";
}
.fi-sr-horseshoe:before {
  content: "\e872";
}
.fi-sr-horseshoe-broken:before {
  content: "\e873";
}
.fi-sr-hose:before {
  content: "\e874";
}
.fi-sr-hose-reel:before {
  content: "\e875";
}
.fi-sr-hospital:before {
  content: "\e876";
}
.fi-sr-hospital-symbol:before {
  content: "\e877";
}
.fi-sr-hospital-user:before {
  content: "\e878";
}
.fi-sr-hospitals:before {
  content: "\e879";
}
.fi-sr-hot-tub:before {
  content: "\e87a";
}
.fi-sr-hotdog:before {
  content: "\e87b";
}
.fi-sr-hotel:before {
  content: "\e87c";
}
.fi-sr-hourglass:before {
  content: "\e87e";
}
.fi-sr-hourglass-end:before {
  content: "\e87f";
}
.fi-sr-hourglass-start:before {
  content: "\e880";
}
.fi-sr-house-blank:before {
  content: "\e881";
}
.fi-sr-house-building:before {
  content: "\e882";
}
.fi-sr-house-chimney:before {
  content: "\e883";
}
.fi-sr-house-chimney-blank:before {
  content: "\e884";
}
.fi-sr-house-chimney-crack:before {
  content: "\e885";
}
.fi-sr-house-chimney-heart:before {
  content: "\e886";
}
.fi-sr-house-chimney-medical:before {
  content: "\e887";
}
.fi-sr-house-chimney-user:before {
  content: "\e888";
}
.fi-sr-house-chimney-window:before {
  content: "\e889";
}
.fi-sr-house-circle-check:before {
  content: "\e88a";
}
.fi-sr-house-circle-exclamation:before {
  content: "\e88b";
}
.fi-sr-house-circle-xmark:before {
  content: "\e88c";
}
.fi-sr-house-crack:before {
  content: "\e88d";
}
.fi-sr-house-crack-alt:before {
  content: "\e88e";
}
.fi-sr-house-day:before {
  content: "\e88f";
}
.fi-sr-house-fire:before {
  content: "\e890";
}
.fi-sr-house-flag:before {
  content: "\e891";
}
.fi-sr-house-flood:before {
  content: "\e892";
}
.fi-sr-house-key:before {
  content: "\e893";
}
.fi-sr-house-laptop:before {
  content: "\e894";
}
.fi-sr-house-leave:before {
  content: "\e895";
}
.fi-sr-house-lock:before {
  content: "\e896";
}
.fi-sr-house-medical:before {
  content: "\e897";
}
.fi-sr-house-night:before {
  content: "\e898";
}
.fi-sr-house-return:before {
  content: "\e899";
}
.fi-sr-house-signal:before {
  content: "\e89a";
}
.fi-sr-house-tree:before {
  content: "\e89b";
}
.fi-sr-house-tsunami:before {
  content: "\e89c";
}
.fi-sr-house-turret:before {
  content: "\e89d";
}
.fi-sr-house-user:before {
  content: "\e89e";
}
.fi-sr-house-window:before {
  content: "\e89f";
}
.fi-sr-hr:before {
  content: "\e8a0";
}
.fi-sr-hr-group:before {
  content: "\e8a1";
}
.fi-sr-hr-person:before {
  content: "\e8a2";
}
.fi-sr-hryvnia:before {
  content: "\e8a3";
}
.fi-sr-humanitarian-mission:before {
  content: "\e8a7";
}
.fi-sr-humidity:before {
  content: "\e8a8";
}
.fi-sr-hundred-points:before {
  content: "\e8a9";
}
.fi-sr-hurricane:before {
  content: "\e8aa";
}
.fi-sr-hyperloop:before {
  content: "\e8ab";
}
.fi-sr-i:before {
  content: "\e8ad";
}
.fi-sr-ice-cream:before {
  content: "\e8af";
}
.fi-sr-icicles:before {
  content: "\e8b1";
}
.fi-sr-icon-star:before {
  content: "\e8b2";
}
.fi-sr-id-badge:before {
  content: "\e8b4";
}
.fi-sr-id-card-clip-alt:before {
  content: "\e8b5";
}
.fi-sr-idea-exchange:before {
  content: "\e8b6";
}
.fi-sr-igloo:before {
  content: "\e8b7";
}
.fi-sr-image-slash:before {
  content: "\e8ba";
}
.fi-sr-images:before {
  content: "\e8bb";
}
.fi-sr-images-user:before {
  content: "\e8bc";
}
.fi-sr-improve-user:before {
  content: "\e8be";
}
.fi-sr-inbox:before {
  content: "\e8bf";
}
.fi-sr-inbox-full:before {
  content: "\e8c0";
}
.fi-sr-inbox-in:before {
  content: "\e8c1";
}
.fi-sr-inbox-out:before {
  content: "\e8c2";
}
.fi-sr-inboxes:before {
  content: "\e8c3";
}
.fi-sr-incense-sticks-yoga:before {
  content: "\e8c4";
}
.fi-sr-incognito:before {
  content: "\e8c5";
}
.fi-sr-indent:before {
  content: "\e8c7";
}
.fi-sr-india-map:before {
  content: "\e8c9";
}
.fi-sr-indian-rupee-sign:before {
  content: "\e8ca";
}
.fi-sr-industry-alt:before {
  content: "\e8cb";
}
.fi-sr-industry-windows:before {
  content: "\e8cc";
}
.fi-sr-infinity:before {
  content: "\e8cd";
}
.fi-sr-info:before {
  content: "\e8ce";
}
.fi-sr-info-guide:before {
  content: "\e8cf";
}
.fi-sr-information:before {
  content: "\e8d0";
}
.fi-sr-inhaler:before {
  content: "\e8d1";
}
.fi-sr-input-numeric:before {
  content: "\e8d2";
}
.fi-sr-input-pipe:before {
  content: "\e8d3";
}
.fi-sr-input-text:before {
  content: "\e8d4";
}
.fi-sr-insert:before {
  content: "\e8d5";
}
.fi-sr-insert-alt:before {
  content: "\e8d6";
}
.fi-sr-insert-arrows:before {
  content: "\e8d7";
}
.fi-sr-insert-button-circle:before {
  content: "\e8d8";
}
.fi-sr-insert-credit-card:before {
  content: "\e8d9";
}
.fi-sr-insert-square:before {
  content: "\e8da";
}
.fi-sr-insight:before {
  content: "\e8db";
}
.fi-sr-insight-alt:before {
  content: "\e8dc";
}
.fi-sr-insight-head:before {
  content: "\e8dd";
}
.fi-sr-integral:before {
  content: "\e8e1";
}
.fi-sr-interactive:before {
  content: "\e8e5";
}
.fi-sr-interlining:before {
  content: "\e8e6";
}
.fi-sr-internet-speed-wifi:before {
  content: "\e8e7";
}
.fi-sr-interpersonal-skill:before {
  content: "\e8e8";
}
.fi-sr-interrogation:before {
  content: "\e8e9";
}
.fi-sr-intersection:before {
  content: "\e8ea";
}
.fi-sr-introduction:before {
  content: "\e8eb";
}
.fi-sr-introduction-handshake:before {
  content: "\e8ec";
}
.fi-sr-inventory-alt:before {
  content: "\e8ed";
}
.fi-sr-invest:before {
  content: "\e8ee";
}
.fi-sr-investment:before {
  content: "\e8ef";
}
.fi-sr-invite:before {
  content: "\e8f1";
}
.fi-sr-invite-alt:before {
  content: "\e8f2";
}
.fi-sr-iot:before {
  content: "\e8f3";
}
.fi-sr-iot-alt:before {
  content: "\e8f4";
}
.fi-sr-ip-address:before {
  content: "\e8f5";
}
.fi-sr-iron:before {
  content: "\e8f6";
}
.fi-sr-island-tropical:before {
  content: "\e8f7";
}
.fi-sr-issue-loupe:before {
  content: "\e8f8";
}
.fi-sr-it:before {
  content: "\e8f9";
}
.fi-sr-it-alt:before {
  content: "\e8fa";
}
.fi-sr-it-computer:before {
  content: "\e8fc";
}
.fi-sr-italian:before {
  content: "\e8fd";
}
.fi-sr-italian-coffee-maker:before {
  content: "\e8fe";
}
.fi-sr-italian-lira-sign:before {
  content: "\e8ff";
}
.fi-sr-italic:before {
  content: "\e900";
}
.fi-sr-j:before {
  content: "\e902";
}
.fi-sr-jam:before {
  content: "\e904";
}
.fi-sr-japanese:before {
  content: "\e906";
}
.fi-sr-jar-alt:before {
  content: "\e907";
}
.fi-sr-jar-wheat:before {
  content: "\e908";
}
.fi-sr-javascript:before {
  content: "\e90a";
}
.fi-sr-joint:before {
  content: "\e90e";
}
.fi-sr-joker:before {
  content: "\e90f";
}
.fi-sr-journal:before {
  content: "\e911";
}
.fi-sr-journal-alt:before {
  content: "\e912";
}
.fi-sr-journey:before {
  content: "\e913";
}
.fi-sr-joystick:before {
  content: "\e914";
}
.fi-sr-jpg:before {
  content: "\e915";
}
.fi-sr-jug:before {
  content: "\e918";
}
.fi-sr-jug-alt:before {
  content: "\e919";
}
.fi-sr-jug-bottle:before {
  content: "\e91a";
}
.fi-sr-jumping-rope:before {
  content: "\e91b";
}
.fi-sr-k:before {
  content: "\e91c";
}
.fi-sr-kaaba:before {
  content: "\e91d";
}
.fi-sr-kangaroo:before {
  content: "\e91e";
}
.fi-sr-kayak:before {
  content: "\e91f";
}
.fi-sr-kazoo:before {
  content: "\e920";
}
.fi-sr-kerning:before {
  content: "\e921";
}
.fi-sr-key:before {
  content: "\e922";
}
.fi-sr-key-car:before {
  content: "\e923";
}
.fi-sr-key-hole:before {
  content: "\e924";
}
.fi-sr-key-lock-crypto:before {
  content: "\e925";
}
.fi-sr-key-skeleton-left-right:before {
  content: "\e926";
}
.fi-sr-keyboard:before {
  content: "\e927";
}
.fi-sr-keyboard-brightness:before {
  content: "\e928";
}
.fi-sr-keyboard-brightness-low:before {
  content: "\e929";
}
.fi-sr-keyboard-down:before {
  content: "\e92a";
}
.fi-sr-keyboard-left:before {
  content: "\e92b";
}
.fi-sr-keynote:before {
  content: "\e92c";
}
.fi-sr-kidneys:before {
  content: "\e92e";
}
.fi-sr-kip-sign:before {
  content: "\e930";
}
.fi-sr-kiss:before {
  content: "\e931";
}
.fi-sr-kiss-beam:before {
  content: "\e932";
}
.fi-sr-kiss-wink-heart:before {
  content: "\e933";
}
.fi-sr-kitchen-set:before {
  content: "\e934";
}
.fi-sr-kite:before {
  content: "\e935";
}
.fi-sr-kiwi-bird:before {
  content: "\e936";
}
.fi-sr-kiwi-fruit:before {
  content: "\e937";
}
.fi-sr-knife:before {
  content: "\e938";
}
.fi-sr-knife-kitchen:before {
  content: "\e939";
}
.fi-sr-knitting:before {
  content: "\e93a";
}
.fi-sr-knot-rope:before {
  content: "\e93b";
}
.fi-sr-korean:before {
  content: "\e93c";
}
.fi-sr-kpi:before {
  content: "\e93d";
}
.fi-sr-kpi-evaluation:before {
  content: "\e93e";
}
.fi-sr-l:before {
  content: "\e93f";
}
.fi-sr-lab-coat:before {
  content: "\e940";
}
.fi-sr-label:before {
  content: "\e941";
}
.fi-sr-lacrosse-stick:before {
  content: "\e942";
}
.fi-sr-lacrosse-stick-ball:before {
  content: "\e943";
}
.fi-sr-lambda:before {
  content: "\e944";
}
.fi-sr-lamp:before {
  content: "\e945";
}
.fi-sr-lamp-desk:before {
  content: "\e946";
}
.fi-sr-lamp-floor:before {
  content: "\e947";
}
.fi-sr-lamp-street:before {
  content: "\e948";
}
.fi-sr-land-layer-location:before {
  content: "\e949";
}
.fi-sr-land-layers:before {
  content: "\e94a";
}
.fi-sr-land-location:before {
  content: "\e94b";
}
.fi-sr-land-mine-on:before {
  content: "\e94c";
}
.fi-sr-landmark-alt:before {
  content: "\e94d";
}
.fi-sr-language:before {
  content: "\e94e";
}
.fi-sr-language-exchange:before {
  content: "\e94f";
}
.fi-sr-laptop:before {
  content: "\e950";
}
.fi-sr-laptop-arrow-down:before {
  content: "\e951";
}
.fi-sr-laptop-binary:before {
  content: "\e952";
}
.fi-sr-laptop-code:before {
  content: "\e953";
}
.fi-sr-laptop-medical:before {
  content: "\e954";
}
.fi-sr-laptop-mobile:before {
  content: "\e955";
}
.fi-sr-laptop-slash:before {
  content: "\e956";
}
.fi-sr-lari-sign:before {
  content: "\e957";
}
.fi-sr-lasso:before {
  content: "\e958";
}
.fi-sr-lasso-sparkles:before {
  content: "\e959";
}
.fi-sr-last-square:before {
  content: "\e95a";
}
.fi-sr-laugh:before {
  content: "\e95b";
}
.fi-sr-laugh-beam:before {
  content: "\e95c";
}
.fi-sr-laugh-squint:before {
  content: "\e95d";
}
.fi-sr-laugh-wink:before {
  content: "\e95e";
}
.fi-sr-laurel-user:before {
  content: "\e95f";
}
.fi-sr-lawyer-man:before {
  content: "\e960";
}
.fi-sr-lawyer-woman:before {
  content: "\e961";
}
.fi-sr-layer-minus:before {
  content: "\e962";
}
.fi-sr-layer-plus:before {
  content: "\e963";
}
.fi-sr-layers:before {
  content: "\e964";
}
.fi-sr-layout-fluid:before {
  content: "\e965";
}
.fi-sr-lead:before {
  content: "\e966";
}
.fi-sr-lead-funnel:before {
  content: "\e967";
}
.fi-sr-lead-management:before {
  content: "\e968";
}
.fi-sr-leader:before {
  content: "\e969";
}
.fi-sr-leader-alt:before {
  content: "\e96a";
}
.fi-sr-leader-speech:before {
  content: "\e96b";
}
.fi-sr-leaderboard:before {
  content: "\e96c";
}
.fi-sr-leaderboard-alt:before {
  content: "\e96d";
}
.fi-sr-leaderboard-trophy:before {
  content: "\e96e";
}
.fi-sr-leadership:before {
  content: "\e96f";
}
.fi-sr-leadership-alt:before {
  content: "\e970";
}
.fi-sr-leaf:before {
  content: "\e971";
}
.fi-sr-leaf-heart:before {
  content: "\e972";
}
.fi-sr-leaf-maple:before {
  content: "\e973";
}
.fi-sr-leaf-oak:before {
  content: "\e974";
}
.fi-sr-leafy-green:before {
  content: "\e975";
}
.fi-sr-leave:before {
  content: "\e976";
}
.fi-sr-left:before {
  content: "\e977";
}
.fi-sr-left-from-bracket:before {
  content: "\e978";
}
.fi-sr-legal:before {
  content: "\e979";
}
.fi-sr-legal-case:before {
  content: "\e97a";
}
.fi-sr-lemon:before {
  content: "\e97b";
}
.fi-sr-lesbian-couple:before {
  content: "\e97c";
}
.fi-sr-less-than:before {
  content: "\e97d";
}
.fi-sr-less-than-equal:before {
  content: "\e97e";
}
.fi-sr-lesson:before {
  content: "\e97f";
}
.fi-sr-lesson-class:before {
  content: "\e980";
}
.fi-sr-letter-case:before {
  content: "\e981";
}
.fi-sr-lettuce:before {
  content: "\e982";
}
.fi-sr-level-down:before {
  content: "\e983";
}
.fi-sr-level-down-alt:before {
  content: "\e984";
}
.fi-sr-level-up:before {
  content: "\e985";
}
.fi-sr-level-up-alt:before {
  content: "\e986";
}
.fi-sr-license:before {
  content: "\e987";
}
.fi-sr-life:before {
  content: "\e988";
}
.fi-sr-life-ring:before {
  content: "\e989";
}
.fi-sr-light-ceiling:before {
  content: "\e98a";
}
.fi-sr-light-emergency:before {
  content: "\e98b";
}
.fi-sr-light-emergency-on:before {
  content: "\e98c";
}
.fi-sr-light-switch:before {
  content: "\e98d";
}
.fi-sr-light-switch-off:before {
  content: "\e98e";
}
.fi-sr-light-switch-on:before {
  content: "\e98f";
}
.fi-sr-lightbulb-cfl:before {
  content: "\e990";
}
.fi-sr-lightbulb-cfl-on:before {
  content: "\e991";
}
.fi-sr-lightbulb-dollar:before {
  content: "\e993";
}
.fi-sr-lightbulb-exclamation:before {
  content: "\e994";
}
.fi-sr-lightbulb-head:before {
  content: "\e997";
}
.fi-sr-lightbulb-on:before {
  content: "\e998";
}
.fi-sr-lightbulb-question:before {
  content: "\e999";
}
.fi-sr-lightbulb-setting:before {
  content: "\e99a";
}
.fi-sr-lightbulb-slash:before {
  content: "\e99b";
}
.fi-sr-lighthouse:before {
  content: "\e99d";
}
.fi-sr-lights-holiday:before {
  content: "\e99e";
}
.fi-sr-limit-hand:before {
  content: "\e99f";
}
.fi-sr-limit-speedometer:before {
  content: "\e9a0";
}
.fi-sr-line-width:before {
  content: "\e9a2";
}
.fi-sr-link:before {
  content: "\e9a3";
}
.fi-sr-link-alt:before {
  content: "\e9a4";
}
.fi-sr-link-horizontal:before {
  content: "\e9a5";
}
.fi-sr-link-horizontal-slash:before {
  content: "\e9a6";
}
.fi-sr-link-slash:before {
  content: "\e9a7";
}
.fi-sr-link-slash-alt:before {
  content: "\e9a8";
}
.fi-sr-lion:before {
  content: "\e9aa";
}
.fi-sr-lion-head:before {
  content: "\e9ab";
}
.fi-sr-lips:before {
  content: "\e9ac";
}
.fi-sr-lips-silence:before {
  content: "\e9ad";
}
.fi-sr-lipstick:before {
  content: "\e9ae";
}
.fi-sr-lira-sign:before {
  content: "\e9af";
}
.fi-sr-list:before {
  content: "\e9b1";
}
.fi-sr-list-check:before {
  content: "\e9b2";
}
.fi-sr-list-dropdown:before {
  content: "\e9b3";
}
.fi-sr-list-music:before {
  content: "\e9b4";
}
.fi-sr-list-timeline:before {
  content: "\e9b5";
}
.fi-sr-litecoin-sign:before {
  content: "\e9b7";
}
.fi-sr-live:before {
  content: "\e9b8";
}
.fi-sr-live-alt:before {
  content: "\e9b9";
}
.fi-sr-loading:before {
  content: "\e9ba";
}
.fi-sr-loan:before {
  content: "\e9bb";
}
.fi-sr-lobster:before {
  content: "\e9bc";
}
.fi-sr-location-alt:before {
  content: "\e9be";
}
.fi-sr-location-arrow:before {
  content: "\e9bf";
}
.fi-sr-location-crosshairs:before {
  content: "\e9c0";
}
.fi-sr-location-crosshairs-slash:before {
  content: "\e9c1";
}
.fi-sr-location-dot-slash:before {
  content: "\e9c2";
}
.fi-sr-location-exclamation:before {
  content: "\e9c3";
}
.fi-sr-location-pin-call:before {
  content: "\e9c4";
}
.fi-sr-lock:before {
  content: "\e9c5";
}
.fi-sr-lock-alt:before {
  content: "\e9c6";
}
.fi-sr-lock-hashtag:before {
  content: "\e9c7";
}
.fi-sr-lock-open-alt:before {
  content: "\e9c8";
}
.fi-sr-locust:before {
  content: "\e9c9";
}
.fi-sr-loop-square:before {
  content: "\e9cc";
}
.fi-sr-loveseat:before {
  content: "\e9ce";
}
.fi-sr-low-vision:before {
  content: "\e9cf";
}
.fi-sr-luchador:before {
  content: "\e9d0";
}
.fi-sr-luggage-cart:before {
  content: "\e9d1";
}
.fi-sr-luggage-rolling:before {
  content: "\e9d2";
}
.fi-sr-lungs:before {
  content: "\e9d3";
}
.fi-sr-lungs-virus:before {
  content: "\e9d4";
}
.fi-sr-m:before {
  content: "\e9d5";
}
.fi-sr-mace:before {
  content: "\e9d6";
}
.fi-sr-magnet:before {
  content: "\e9dd";
}
.fi-sr-magnet-user:before {
  content: "\e9de";
}
.fi-sr-magnifying-glass-binary:before {
  content: "\e9e0";
}
.fi-sr-magnifying-glass-eye:before {
  content: "\e9e1";
}
.fi-sr-magnifying-glass-wave:before {
  content: "\e9e2";
}
.fi-sr-mail-plus-circle:before {
  content: "\e9e4";
}
.fi-sr-mailbox:before {
  content: "\e9e5";
}
.fi-sr-mailbox-envelope:before {
  content: "\e9e6";
}
.fi-sr-mailbox-flag-up:before {
  content: "\e9e7";
}
.fi-sr-makeup-brush:before {
  content: "\e9e9";
}
.fi-sr-man-head:before {
  content: "\e9ec";
}
.fi-sr-man-scientist:before {
  content: "\e9ed";
}
.fi-sr-manat-sign:before {
  content: "\e9ee";
}
.fi-sr-mandolin:before {
  content: "\e9ef";
}
.fi-sr-mango:before {
  content: "\e9f0";
}
.fi-sr-manhole:before {
  content: "\e9f1";
}
.fi-sr-map:before {
  content: "\e9f2";
}
.fi-sr-map-location-track:before {
  content: "\e9f3";
}
.fi-sr-map-marker:before {
  content: "\e9f4";
}
.fi-sr-map-marker-check:before {
  content: "\e9f5";
}
.fi-sr-map-marker-cross:before {
  content: "\e9f6";
}
.fi-sr-map-marker-edit:before {
  content: "\e9f7";
}
.fi-sr-map-marker-home:before {
  content: "\e9f9";
}
.fi-sr-map-marker-minus:before {
  content: "\e9fa";
}
.fi-sr-map-marker-plus:before {
  content: "\e9fb";
}
.fi-sr-map-marker-question:before {
  content: "\e9fc";
}
.fi-sr-map-marker-slash:before {
  content: "\e9fd";
}
.fi-sr-map-marker-smile:before {
  content: "\e9fe";
}
.fi-sr-map-pin:before {
  content: "\e9ff";
}
.fi-sr-map-point:before {
  content: "\ea00";
}
.fi-sr-marker:before {
  content: "\ea01";
}
.fi-sr-marker-time:before {
  content: "\ea02";
}
.fi-sr-marketplace:before {
  content: "\ea03";
}
.fi-sr-marketplace-alt:before {
  content: "\ea04";
}
.fi-sr-marketplace-store:before {
  content: "\ea05";
}
.fi-sr-marriage-proposal:before {
  content: "\ea06";
}
.fi-sr-mars:before {
  content: "\ea08";
}
.fi-sr-mars-double:before {
  content: "\ea0a";
}
.fi-sr-mars-stroke-right:before {
  content: "\ea0b";
}
.fi-sr-mars-stroke-up:before {
  content: "\ea0c";
}
.fi-sr-martini-glass-citrus:before {
  content: "\ea0d";
}
.fi-sr-martini-glass-empty:before {
  content: "\ea0e";
}
.fi-sr-mask-carnival:before {
  content: "\ea10";
}
.fi-sr-mask-face:before {
  content: "\ea11";
}
.fi-sr-mask-snorkel:before {
  content: "\ea12";
}
.fi-sr-massage:before {
  content: "\ea13";
}
.fi-sr-master-plan:before {
  content: "\ea14";
}
.fi-sr-master-plan-integrate:before {
  content: "\ea15";
}
.fi-sr-match-fire:before {
  content: "\ea16";
}
.fi-sr-mattress-pillow:before {
  content: "\ea17";
}
.fi-sr-measuring-tape:before {
  content: "\ea19";
}
.fi-sr-meat:before {
  content: "\ea1a";
}
.fi-sr-medal:before {
  content: "\ea1b";
}
.fi-sr-medical-star:before {
  content: "\ea1d";
}
.fi-sr-medicine:before {
  content: "\ea1e";
}
.fi-sr-meditation:before {
  content: "\ea1f";
}
.fi-sr-meeting:before {
  content: "\ea21";
}
.fi-sr-meeting-alt:before {
  content: "\ea22";
}
.fi-sr-megaphone:before {
  content: "\ea23";
}
.fi-sr-megaphone-announcement-leader:before {
  content: "\ea24";
}
.fi-sr-megaphone-sound-waves:before {
  content: "\ea25";
}
.fi-sr-meh:before {
  content: "\ea26";
}
.fi-sr-meh-blank:before {
  content: "\ea27";
}
.fi-sr-meh-rolling-eyes:before {
  content: "\ea28";
}
.fi-sr-melon:before {
  content: "\ea29";
}
.fi-sr-melon-alt:before {
  content: "\ea2a";
}
.fi-sr-member-list:before {
  content: "\ea2b";
}
.fi-sr-member-search:before {
  content: "\ea2c";
}
.fi-sr-membership:before {
  content: "\ea2d";
}
.fi-sr-membership-vip:before {
  content: "\ea2e";
}
.fi-sr-memo:before {
  content: "\ea2f";
}
.fi-sr-memo-circle-check:before {
  content: "\ea30";
}
.fi-sr-memo-pad:before {
  content: "\ea31";
}
.fi-sr-memory:before {
  content: "\ea32";
}
.fi-sr-menu-burger:before {
  content: "\ea33";
}
.fi-sr-menu-dots:before {
  content: "\ea34";
}
.fi-sr-menu-dots-vertical:before {
  content: "\ea35";
}
.fi-sr-mercury:before {
  content: "\ea36";
}
.fi-sr-message-alert:before {
  content: "\ea37";
}
.fi-sr-message-arrow-down:before {
  content: "\ea38";
}
.fi-sr-message-arrow-up:before {
  content: "\ea39";
}
.fi-sr-message-arrow-up-right:before {
  content: "\ea3a";
}
.fi-sr-message-bot:before {
  content: "\ea3b";
}
.fi-sr-message-code:before {
  content: "\ea3c";
}
.fi-sr-message-dollar:before {
  content: "\ea3d";
}
.fi-sr-message-heart:before {
  content: "\ea3e";
}
.fi-sr-message-image:before {
  content: "\ea3f";
}
.fi-sr-message-question:before {
  content: "\ea41";
}
.fi-sr-message-quote:before {
  content: "\ea42";
}
.fi-sr-message-slash:before {
  content: "\ea43";
}
.fi-sr-message-sms:before {
  content: "\ea44";
}
.fi-sr-message-star:before {
  content: "\ea45";
}
.fi-sr-message-text:before {
  content: "\ea46";
}
.fi-sr-message-xmark:before {
  content: "\ea47";
}
.fi-sr-messages:before {
  content: "\ea48";
}
.fi-sr-messages-dollar:before {
  content: "\ea49";
}
.fi-sr-messages-question:before {
  content: "\ea4a";
}
.fi-sr-meteor:before {
  content: "\ea4c";
}
.fi-sr-meter:before {
  content: "\ea4d";
}
.fi-sr-meter-bolt:before {
  content: "\ea4e";
}
.fi-sr-meter-droplet:before {
  content: "\ea4f";
}
.fi-sr-meter-fire:before {
  content: "\ea50";
}
.fi-sr-method:before {
  content: "\ea51";
}
.fi-sr-microchip:before {
  content: "\ea52";
}
.fi-sr-microchip-ai:before {
  content: "\ea53";
}
.fi-sr-microphone:before {
  content: "\ea54";
}
.fi-sr-microphone-alt:before {
  content: "\ea55";
}
.fi-sr-microphone-slash:before {
  content: "\ea58";
}
.fi-sr-microscope:before {
  content: "\ea59";
}
.fi-sr-microwave:before {
  content: "\ea5d";
}
.fi-sr-milk:before {
  content: "\ea5e";
}
.fi-sr-milk-alt:before {
  content: "\ea5f";
}
.fi-sr-mill:before {
  content: "\ea60";
}
.fi-sr-mill-sign:before {
  content: "\ea61";
}
.fi-sr-mind-share:before {
  content: "\ea62";
}
.fi-sr-minus:before {
  content: "\ea63";
}
.fi-sr-minus-circle:before {
  content: "\ea64";
}
.fi-sr-minus-hexagon:before {
  content: "\ea65";
}
.fi-sr-minus-small:before {
  content: "\ea66";
}
.fi-sr-mirror:before {
  content: "\ea68";
}
.fi-sr-mirror-user:before {
  content: "\ea69";
}
.fi-sr-mistletoe:before {
  content: "\ea6a";
}
.fi-sr-mix:before {
  content: "\ea6b";
}
.fi-sr-mixer:before {
  content: "\ea6c";
}
.fi-sr-mobile:before {
  content: "\ea6d";
}
.fi-sr-mobile-4g:before {
  content: "\ea6e";
}
.fi-sr-mobile-5g:before {
  content: "\ea6f";
}
.fi-sr-mobile-button:before {
  content: "\ea71";
}
.fi-sr-mobile-hand:before {
  content: "\ea72";
}
.fi-sr-mobile-message:before {
  content: "\ea73";
}
.fi-sr-mobile-notch:before {
  content: "\ea74";
}
.fi-sr-mockup:before {
  content: "\ea77";
}
.fi-sr-mode:before {
  content: "\ea78";
}
.fi-sr-mode-alt:before {
  content: "\ea79";
}
.fi-sr-mode-landscape:before {
  content: "\ea7a";
}
.fi-sr-mode-portrait:before {
  content: "\ea7b";
}
.fi-sr-model-cube:before {
  content: "\ea7c";
}
.fi-sr-model-cube-arrows:before {
  content: "\ea7d";
}
.fi-sr-model-cube-space:before {
  content: "\ea7e";
}
.fi-sr-module:before {
  content: "\ea7f";
}
.fi-sr-monday:before {
  content: "\ea80";
}
.fi-sr-money:before {
  content: "\ea81";
}
.fi-sr-money-bill-simple:before {
  content: "\ea82";
}
.fi-sr-money-bill-transfer:before {
  content: "\ea83";
}
.fi-sr-money-bill-wave:before {
  content: "\ea84";
}
.fi-sr-money-bill-wave-alt:before {
  content: "\ea85";
}
.fi-sr-money-bills:before {
  content: "\ea86";
}
.fi-sr-money-bills-simple:before {
  content: "\ea87";
}
.fi-sr-money-check:before {
  content: "\ea88";
}
.fi-sr-money-check-edit:before {
  content: "\ea89";
}
.fi-sr-money-check-edit-alt:before {
  content: "\ea8a";
}
.fi-sr-money-coin-transfer:before {
  content: "\ea8b";
}
.fi-sr-money-from-bracket:before {
  content: "\ea8c";
}
.fi-sr-money-gears:before {
  content: "\ea8d";
}
.fi-sr-money-income:before {
  content: "\ea8e";
}
.fi-sr-money-simple-from-bracket:before {
  content: "\ea8f";
}
.fi-sr-money-transfer-alt:before {
  content: "\ea90";
}
.fi-sr-money-transfer-coin-arrow:before {
  content: "\ea91";
}
.fi-sr-money-transfer-smartphone:before {
  content: "\ea92";
}
.fi-sr-money-wings:before {
  content: "\ea93";
}
.fi-sr-monkey:before {
  content: "\ea94";
}
.fi-sr-monument:before {
  content: "\ea95";
}
.fi-sr-moon:before {
  content: "\ea96";
}
.fi-sr-moon-stars:before {
  content: "\ea97";
}
.fi-sr-moped:before {
  content: "\ea98";
}
.fi-sr-mortar-pestle:before {
  content: "\ea99";
}
.fi-sr-mortgage:before {
  content: "\ea9a";
}
.fi-sr-mosque:before {
  content: "\ea9b";
}
.fi-sr-mosque-alt:before {
  content: "\ea9c";
}
.fi-sr-mosque-moon:before {
  content: "\ea9d";
}
.fi-sr-mosquito:before {
  content: "\ea9e";
}
.fi-sr-mosquito-net:before {
  content: "\ea9f";
}
.fi-sr-motorcycle:before {
  content: "\eaa2";
}
.fi-sr-mound:before {
  content: "\eaa3";
}
.fi-sr-mountain:before {
  content: "\eaa4";
}
.fi-sr-mountain-city:before {
  content: "\eaa5";
}
.fi-sr-mountains:before {
  content: "\eaa7";
}
.fi-sr-mouse:before {
  content: "\eaa8";
}
.fi-sr-mouse-field:before {
  content: "\eaa9";
}
.fi-sr-mouse-pointer-heart:before {
  content: "\eaaa";
}
.fi-sr-mov-file:before {
  content: "\eaab";
}
.fi-sr-move-to-folder:before {
  content: "\eaac";
}
.fi-sr-move-to-folder-2:before {
  content: "\eaad";
}
.fi-sr-moving:before {
  content: "\eaae";
}
.fi-sr-mower:before {
  content: "\eaaf";
}
.fi-sr-mp3-file:before {
  content: "\eab0";
}
.fi-sr-mp3-player:before {
  content: "\eab1";
}
.fi-sr-mp4-file:before {
  content: "\eab2";
}
.fi-sr-mug:before {
  content: "\eab3";
}
.fi-sr-mug-alt:before {
  content: "\eab4";
}
.fi-sr-mug-hot:before {
  content: "\eab5";
}
.fi-sr-mug-hot-alt:before {
  content: "\eab6";
}
.fi-sr-mug-marshmallows:before {
  content: "\eab7";
}
.fi-sr-mug-tea:before {
  content: "\eab8";
}
.fi-sr-mug-tea-alt:before {
  content: "\eab9";
}
.fi-sr-mug-tea-saucer:before {
  content: "\eaba";
}
.fi-sr-multiple:before {
  content: "\eabb";
}
.fi-sr-multiple-alt:before {
  content: "\eabc";
}
.fi-sr-multitasking:before {
  content: "\eabd";
}
.fi-sr-muscle:before {
  content: "\eabe";
}
.fi-sr-mushroom:before {
  content: "\eabf";
}
.fi-sr-mushroom-alt:before {
  content: "\eac0";
}
.fi-sr-mushroom-cloud:before {
  content: "\eac1";
}
.fi-sr-music:before {
  content: "\eac2";
}
.fi-sr-music-alt:before {
  content: "\eac3";
}
.fi-sr-music-alt-slash:before {
  content: "\eac4";
}
.fi-sr-music-file:before {
  content: "\eac5";
}
.fi-sr-music-magnifying-glass:before {
  content: "\eac6";
}
.fi-sr-music-note:before {
  content: "\eac7";
}
.fi-sr-music-slash:before {
  content: "\eac9";
}
.fi-sr-n:before {
  content: "\eacb";
}
.fi-sr-naira-sign:before {
  content: "\eacc";
}
.fi-sr-narwhal:before {
  content: "\eace";
}
.fi-sr-navigation:before {
  content: "\eacf";
}
.fi-sr-nesting-dolls:before {
  content: "\ead0";
}
.fi-sr-network:before {
  content: "\ead3";
}
.fi-sr-network-analytic:before {
  content: "\ead4";
}
.fi-sr-network-cloud:before {
  content: "\ead5";
}
.fi-sr-network-cloud-computer:before {
  content: "\ead6";
}
.fi-sr-network-user:before {
  content: "\ead7";
}
.fi-sr-neuter:before {
  content: "\ead8";
}
.fi-sr-newsletter-subscribe:before {
  content: "\eadb";
}
.fi-sr-newspaper:before {
  content: "\eadc";
}
.fi-sr-newspaper-open:before {
  content: "\eade";
}
.fi-sr-nfc:before {
  content: "\eadf";
}
.fi-sr-nfc-lock:before {
  content: "\eae0";
}
.fi-sr-nfc-magnifying-glass:before {
  content: "\eae1";
}
.fi-sr-nfc-pen:before {
  content: "\eae2";
}
.fi-sr-nfc-slash:before {
  content: "\eae4";
}
.fi-sr-nfc-trash:before {
  content: "\eae5";
}
.fi-sr-nft-square:before {
  content: "\eae8";
}
.fi-sr-night-day:before {
  content: "\eae9";
}
.fi-sr-no-attention:before {
  content: "\eaea";
}
.fi-sr-no-fee:before {
  content: "\eaeb";
}
.fi-sr-no-food:before {
  content: "\eaec";
}
.fi-sr-no-iron:before {
  content: "\eaed";
}
.fi-sr-no-people:before {
  content: "\eaee";
}
.fi-sr-no-smoking:before {
  content: "\eaef";
}
.fi-sr-noise-cancelling-headphones:before {
  content: "\eaf2";
}
.fi-sr-noodles:before {
  content: "\eaf3";
}
.fi-sr-nose:before {
  content: "\eaf4";
}
.fi-sr-not-equal:before {
  content: "\eaf5";
}
.fi-sr-not-found:before {
  content: "\eaf6";
}
.fi-sr-not-found-alt:before {
  content: "\eaf7";
}
.fi-sr-not-found-magnifying-glass:before {
  content: "\eaf8";
}
.fi-sr-notdef:before {
  content: "\eaf9";
}
.fi-sr-note:before {
  content: "\eafa";
}
.fi-sr-note-medical:before {
  content: "\eafb";
}
.fi-sr-note-sticky:before {
  content: "\eafc";
}
.fi-sr-notebook:before {
  content: "\eafd";
}
.fi-sr-notebook-alt:before {
  content: "\eafe";
}
.fi-sr-notes:before {
  content: "\eaff";
}
.fi-sr-notes-medical:before {
  content: "\eb00";
}
.fi-sr-o:before {
  content: "\eb09";
}
.fi-sr-object-exclude:before {
  content: "\eb0a";
}
.fi-sr-object-group:before {
  content: "\eb0b";
}
.fi-sr-object-intersect:before {
  content: "\eb0c";
}
.fi-sr-object-subtract:before {
  content: "\eb0d";
}
.fi-sr-object-ungroup:before {
  content: "\eb0e";
}
.fi-sr-object-union:before {
  content: "\eb0f";
}
.fi-sr-objects-column:before {
  content: "\eb11";
}
.fi-sr-octagon:before {
  content: "\eb12";
}
.fi-sr-octagon-check:before {
  content: "\eb13";
}
.fi-sr-octagon-divide:before {
  content: "\eb14";
}
.fi-sr-octagon-exclamation:before {
  content: "\eb15";
}
.fi-sr-octagon-minus:before {
  content: "\eb16";
}
.fi-sr-octagon-plus:before {
  content: "\eb17";
}
.fi-sr-octagon-xmark:before {
  content: "\eb18";
}
.fi-sr-office-chair:before {
  content: "\eb1a";
}
.fi-sr-oil-can:before {
  content: "\eb1b";
}
.fi-sr-oil-temp:before {
  content: "\eb1c";
}
.fi-sr-old-people:before {
  content: "\eb1e";
}
.fi-sr-olive:before {
  content: "\eb1f";
}
.fi-sr-olive-branch-dove:before {
  content: "\eb20";
}
.fi-sr-olive-oil:before {
  content: "\eb21";
}
.fi-sr-olives:before {
  content: "\eb22";
}
.fi-sr-om:before {
  content: "\eb23";
}
.fi-sr-omega:before {
  content: "\eb24";
}
.fi-sr-on-air-square:before {
  content: "\eb25";
}
.fi-sr-onboarding:before {
  content: "\eb26";
}
.fi-sr-onion:before {
  content: "\eb27";
}
.fi-sr-opacity:before {
  content: "\eb28";
}
.fi-sr-open-mail-clip:before {
  content: "\eb29";
}
.fi-sr-operating-system-upgrade:before {
  content: "\eb2a";
}
.fi-sr-operation:before {
  content: "\eb2b";
}
.fi-sr-order-history:before {
  content: "\eb2e";
}
.fi-sr-organization-chart:before {
  content: "\eb2f";
}
.fi-sr-ornament:before {
  content: "\eb30";
}
.fi-sr-otp:before {
  content: "\eb31";
}
.fi-sr-otter:before {
  content: "\eb32";
}
.fi-sr-outdent:before {
  content: "\eb34";
}
.fi-sr-oval:before {
  content: "\eb35";
}
.fi-sr-oval-alt:before {
  content: "\eb36";
}
.fi-sr-oven:before {
  content: "\eb37";
}
.fi-sr-overline:before {
  content: "\eb38";
}
.fi-sr-overview:before {
  content: "\eb39";
}
.fi-sr-p:before {
  content: "\eb3a";
}
.fi-sr-package:before {
  content: "\eb3b";
}
.fi-sr-padlock-check:before {
  content: "\eb3c";
}
.fi-sr-page-break:before {
  content: "\eb3d";
}
.fi-sr-pager:before {
  content: "\eb3e";
}
.fi-sr-paid:before {
  content: "\eb3f";
}
.fi-sr-paint:before {
  content: "\eb40";
}
.fi-sr-paint-roller:before {
  content: "\eb42";
}
.fi-sr-paintbrush-pencil:before {
  content: "\eb44";
}
.fi-sr-palette:before {
  content: "\eb45";
}
.fi-sr-pallet:before {
  content: "\eb46";
}
.fi-sr-pallet-alt:before {
  content: "\eb47";
}
.fi-sr-pan:before {
  content: "\eb48";
}
.fi-sr-pan-food:before {
  content: "\eb49";
}
.fi-sr-pan-frying:before {
  content: "\eb4a";
}
.fi-sr-pancakes:before {
  content: "\eb4b";
}
.fi-sr-panorama:before {
  content: "\eb4f";
}
.fi-sr-paper-plane:before {
  content: "\eb50";
}
.fi-sr-paper-plane-launch:before {
  content: "\eb51";
}
.fi-sr-paper-plane-top:before {
  content: "\eb52";
}
.fi-sr-paperclip-vertical:before {
  content: "\eb53";
}
.fi-sr-parachute-box:before {
  content: "\eb54";
}
.fi-sr-paragraph:before {
  content: "\eb55";
}
.fi-sr-paragraph-left:before {
  content: "\eb56";
}
.fi-sr-parking:before {
  content: "\eb57";
}
.fi-sr-parking-circle:before {
  content: "\eb58";
}
.fi-sr-parking-circle-slash:before {
  content: "\eb59";
}
.fi-sr-parking-slash:before {
  content: "\eb5a";
}
.fi-sr-party:before {
  content: "\eb5c";
}
.fi-sr-party-bell:before {
  content: "\eb5d";
}
.fi-sr-party-horn:before {
  content: "\eb5e";
}
.fi-sr-passenger-plane:before {
  content: "\eb5f";
}
.fi-sr-passport:before {
  content: "\eb60";
}
.fi-sr-password:before {
  content: "\eb61";
}
.fi-sr-password-alt:before {
  content: "\eb62";
}
.fi-sr-password-computer:before {
  content: "\eb63";
}
.fi-sr-password-email:before {
  content: "\eb64";
}
.fi-sr-password-lock:before {
  content: "\eb65";
}
.fi-sr-password-smartphone:before {
  content: "\eb66";
}
.fi-sr-paste:before {
  content: "\eb67";
}
.fi-sr-pattern:before {
  content: "\eb69";
}
.fi-sr-pause:before {
  content: "\eb6a";
}
.fi-sr-pause-circle:before {
  content: "\eb6b";
}
.fi-sr-pause-square:before {
  content: "\eb6c";
}
.fi-sr-paw:before {
  content: "\eb6d";
}
.fi-sr-paw-claws:before {
  content: "\eb6e";
}
.fi-sr-paw-heart:before {
  content: "\eb6f";
}
.fi-sr-payment-pos:before {
  content: "\eb70";
}
.fi-sr-payroll:before {
  content: "\eb72";
}
.fi-sr-payroll-calendar:before {
  content: "\eb73";
}
.fi-sr-payroll-check:before {
  content: "\eb74";
}
.fi-sr-peace:before {
  content: "\eb75";
}
.fi-sr-peach:before {
  content: "\eb76";
}
.fi-sr-peanut:before {
  content: "\eb77";
}
.fi-sr-peanuts:before {
  content: "\eb78";
}
.fi-sr-peapod:before {
  content: "\eb79";
}
.fi-sr-pear:before {
  content: "\eb7a";
}
.fi-sr-pedestal:before {
  content: "\eb7b";
}
.fi-sr-pen-circle:before {
  content: "\eb7c";
}
.fi-sr-pen-clip:before {
  content: "\eb7d";
}
.fi-sr-pen-clip-slash:before {
  content: "\eb7e";
}
.fi-sr-pen-fancy:before {
  content: "\eb7f";
}
.fi-sr-pen-fancy-slash:before {
  content: "\eb80";
}
.fi-sr-pen-field:before {
  content: "\eb81";
}
.fi-sr-pen-nib:before {
  content: "\eb82";
}
.fi-sr-pen-nib-slash:before {
  content: "\eb83";
}
.fi-sr-pen-slash:before {
  content: "\eb84";
}
.fi-sr-pen-square:before {
  content: "\eb85";
}
.fi-sr-pen-swirl:before {
  content: "\eb86";
}
.fi-sr-pencil:before {
  content: "\eb87";
}
.fi-sr-pencil-paintbrush:before {
  content: "\eb88";
}
.fi-sr-pencil-ruler:before {
  content: "\eb89";
}
.fi-sr-pencil-slash:before {
  content: "\eb8a";
}
.fi-sr-pending:before {
  content: "\eb8b";
}
.fi-sr-pennant:before {
  content: "\eb8c";
}
.fi-sr-people:before {
  content: "\eb8d";
}
.fi-sr-people-arrows-left-right:before {
  content: "\eb8e";
}
.fi-sr-people-carry-box:before {
  content: "\eb8f";
}
.fi-sr-people-dress:before {
  content: "\eb90";
}
.fi-sr-people-network-partner:before {
  content: "\eb93";
}
.fi-sr-people-pants:before {
  content: "\eb94";
}
.fi-sr-people-poll:before {
  content: "\eb95";
}
.fi-sr-people-pulling:before {
  content: "\eb96";
}
.fi-sr-people-roof:before {
  content: "\eb98";
}
.fi-sr-pepper:before {
  content: "\eb99";
}
.fi-sr-pepper-alt:before {
  content: "\eb9a";
}
.fi-sr-pepper-hot:before {
  content: "\eb9b";
}
.fi-sr-percent-10:before {
  content: "\eb9c";
}
.fi-sr-percent-100:before {
  content: "\eb9d";
}
.fi-sr-percent-20:before {
  content: "\eb9e";
}
.fi-sr-percent-25:before {
  content: "\eb9f";
}
.fi-sr-percent-30:before {
  content: "\eba0";
}
.fi-sr-percent-40:before {
  content: "\eba1";
}
.fi-sr-percent-50:before {
  content: "\eba2";
}
.fi-sr-percent-60:before {
  content: "\eba3";
}
.fi-sr-percent-70:before {
  content: "\eba4";
}
.fi-sr-percent-75:before {
  content: "\eba5";
}
.fi-sr-percent-80:before {
  content: "\eba6";
}
.fi-sr-percent-90:before {
  content: "\eba7";
}
.fi-sr-percentage:before {
  content: "\eba8";
}
.fi-sr-person-battery:before {
  content: "\ebac";
}
.fi-sr-person-burst:before {
  content: "\ebae";
}
.fi-sr-person-carry-box:before {
  content: "\ebaf";
}
.fi-sr-person-circle-check:before {
  content: "\ebb1";
}
.fi-sr-person-circle-exclamation:before {
  content: "\ebb2";
}
.fi-sr-person-circle-minus:before {
  content: "\ebb3";
}
.fi-sr-person-circle-plus:before {
  content: "\ebb4";
}
.fi-sr-person-circle-question:before {
  content: "\ebb5";
}
.fi-sr-person-circle-xmark:before {
  content: "\ebb6";
}
.fi-sr-person-cv:before {
  content: "\ebb7";
}
.fi-sr-person-dolly:before {
  content: "\ebb8";
}
.fi-sr-person-dolly-empty:before {
  content: "\ebb9";
}
.fi-sr-person-dragging-bag:before {
  content: "\ebba";
}
.fi-sr-person-dress:before {
  content: "\ebbb";
}
.fi-sr-person-dress-simple:before {
  content: "\ebbd";
}
.fi-sr-person-luggage:before {
  content: "\ebc1";
}
.fi-sr-person-lunge:before {
  content: "\ebc2";
}
.fi-sr-person-pilates:before {
  content: "\ebc6";
}
.fi-sr-person-praying:before {
  content: "\ebc7";
}
.fi-sr-person-pregnant:before {
  content: "\ebc8";
}
.fi-sr-person-seat:before {
  content: "\ebcb";
}
.fi-sr-person-seat-reclined:before {
  content: "\ebcc";
}
.fi-sr-person-shelter:before {
  content: "\ebcd";
}
.fi-sr-person-sign:before {
  content: "\ebce";
}
.fi-sr-person-simple:before {
  content: "\ebcf";
}
.fi-sr-person-stress:before {
  content: "\ebd0";
}
.fi-sr-person-walking-with-cane:before {
  content: "\ebd6";
}
.fi-sr-peseta-sign:before {
  content: "\ebd7";
}
.fi-sr-peso-sign:before {
  content: "\ebd8";
}
.fi-sr-pets:before {
  content: "\ebd9";
}
.fi-sr-pharmacy:before {
  content: "\ebdb";
}
.fi-sr-phone-call:before {
  content: "\ebde";
}
.fi-sr-phone-cross:before {
  content: "\ebdf";
}
.fi-sr-phone-flip:before {
  content: "\ebe0";
}
.fi-sr-phone-guide:before {
  content: "\ebe1";
}
.fi-sr-phone-heart-message:before {
  content: "\ebe2";
}
.fi-sr-phone-office:before {
  content: "\ebe3";
}
.fi-sr-phone-pause:before {
  content: "\ebe4";
}
.fi-sr-phone-plus:before {
  content: "\ebe5";
}
.fi-sr-phone-rotary:before {
  content: "\ebe6";
}
.fi-sr-phone-slash:before {
  content: "\ebe7";
}
.fi-sr-photo-capture:before {
  content: "\ebe8";
}
.fi-sr-photo-film-music:before {
  content: "\ebea";
}
.fi-sr-photo-video:before {
  content: "\ebeb";
}
.fi-sr-physics:before {
  content: "\ebf2";
}
.fi-sr-Pi:before {
  content: "\ebf3";
}
.fi-sr-piano:before {
  content: "\ebf4";
}
.fi-sr-piano-keyboard:before {
  content: "\ebf5";
}
.fi-sr-pickaxe:before {
  content: "\ebf6";
}
.fi-sr-picking:before {
  content: "\ebf7";
}
.fi-sr-picking-box:before {
  content: "\ebf8";
}
.fi-sr-picnic:before {
  content: "\ebf9";
}
.fi-sr-picpeople:before {
  content: "\ebfa";
}
.fi-sr-picpeople-filled:before {
  content: "\ebfb";
}
.fi-sr-picture:before {
  content: "\ebfc";
}
.fi-sr-pie:before {
  content: "\ebfd";
}
.fi-sr-pig:before {
  content: "\ebff";
}
.fi-sr-pig-bank-bulb:before {
  content: "\ec00";
}
.fi-sr-pig-face:before {
  content: "\ec01";
}
.fi-sr-piggy-bank:before {
  content: "\ec02";
}
.fi-sr-piggy-bank-budget:before {
  content: "\ec03";
}
.fi-sr-pills:before {
  content: "\ec04";
}
.fi-sr-pin-to-pin:before {
  content: "\ec05";
}
.fi-sr-piñata:before {
  content: "\ec06";
}
.fi-sr-pineapple:before {
  content: "\ec07";
}
.fi-sr-pineapple-alt:before {
  content: "\ec08";
}
.fi-sr-pipe-smoking:before {
  content: "\ec0b";
}
.fi-sr-pipette:before {
  content: "\ec0c";
}
.fi-sr-pisa-tower:before {
  content: "\ec0d";
}
.fi-sr-pizza-slice:before {
  content: "\ec0f";
}
.fi-sr-place-of-worship:before {
  content: "\ec10";
}
.fi-sr-plagiarism:before {
  content: "\ec11";
}
.fi-sr-plan:before {
  content: "\ec12";
}
.fi-sr-plan-strategy:before {
  content: "\ec13";
}
.fi-sr-plane:before {
  content: "\ec14";
}
.fi-sr-plane-alt:before {
  content: "\ec15";
}
.fi-sr-plane-arrival:before {
  content: "\ec16";
}
.fi-sr-plane-departure:before {
  content: "\ec17";
}
.fi-sr-plane-prop:before {
  content: "\ec18";
}
.fi-sr-plane-slash:before {
  content: "\ec19";
}
.fi-sr-plane-tail:before {
  content: "\ec1a";
}
.fi-sr-planet-moon:before {
  content: "\ec1d";
}
.fi-sr-planet-ringed:before {
  content: "\ec1e";
}
.fi-sr-plant-care:before {
  content: "\ec1f";
}
.fi-sr-plant-growth:before {
  content: "\ec20";
}
.fi-sr-plant-seed-invest:before {
  content: "\ec21";
}
.fi-sr-plant-wilt:before {
  content: "\ec22";
}
.fi-sr-plate:before {
  content: "\ec23";
}
.fi-sr-plate-eating:before {
  content: "\ec24";
}
.fi-sr-plate-empty:before {
  content: "\ec25";
}
.fi-sr-plate-utensils:before {
  content: "\ec26";
}
.fi-sr-plate-wheat:before {
  content: "\ec27";
}
.fi-sr-play:before {
  content: "\ec28";
}
.fi-sr-play-alt:before {
  content: "\ec29";
}
.fi-sr-play-circle:before {
  content: "\ec2a";
}
.fi-sr-play-microphone:before {
  content: "\ec2b";
}
.fi-sr-play-pause:before {
  content: "\ec2c";
}
.fi-sr-plug:before {
  content: "\ec2e";
}
.fi-sr-plug-alt:before {
  content: "\ec2f";
}
.fi-sr-plug-cable:before {
  content: "\ec30";
}
.fi-sr-plug-circle-bolt:before {
  content: "\ec31";
}
.fi-sr-plug-circle-check:before {
  content: "\ec32";
}
.fi-sr-plug-circle-exclamation:before {
  content: "\ec33";
}
.fi-sr-plug-circle-minus:before {
  content: "\ec34";
}
.fi-sr-plug-circle-plus:before {
  content: "\ec35";
}
.fi-sr-plug-connection:before {
  content: "\ec36";
}
.fi-sr-plus:before {
  content: "\ec37";
}
.fi-sr-plus-hexagon:before {
  content: "\ec38";
}
.fi-sr-plus-minus:before {
  content: "\ec39";
}
.fi-sr-plus-small:before {
  content: "\ec3a";
}
.fi-sr-png-file:before {
  content: "\ec3b";
}
.fi-sr-podcast:before {
  content: "\ec3c";
}
.fi-sr-podium:before {
  content: "\ec3d";
}
.fi-sr-podium-star:before {
  content: "\ec3e";
}
.fi-sr-podium-victory-leader:before {
  content: "\ec3f";
}
.fi-sr-point-of-sale:before {
  content: "\ec40";
}
.fi-sr-point-of-sale-bill:before {
  content: "\ec41";
}
.fi-sr-point-of-sale-signal:before {
  content: "\ec42";
}
.fi-sr-pointer-loading:before {
  content: "\ec44";
}
.fi-sr-pointer-text:before {
  content: "\ec45";
}
.fi-sr-police-box:before {
  content: "\ec47";
}
.fi-sr-polish-bottle:before {
  content: "\ec48";
}
.fi-sr-polish-brush:before {
  content: "\ec49";
}
.fi-sr-poll-h:before {
  content: "\ec4a";
}
.fi-sr-pollution:before {
  content: "\ec4b";
}
.fi-sr-pompebled:before {
  content: "\ec4c";
}
.fi-sr-poo:before {
  content: "\ec4d";
}
.fi-sr-poo-bolt:before {
  content: "\ec4e";
}
.fi-sr-pool-8-ball:before {
  content: "\ec4f";
}
.fi-sr-poop:before {
  content: "\ec50";
}
.fi-sr-popcorn:before {
  content: "\ec51";
}
.fi-sr-popsicle:before {
  content: "\ec52";
}
.fi-sr-population:before {
  content: "\ec53";
}
.fi-sr-population-globe:before {
  content: "\ec54";
}
.fi-sr-portal-enter:before {
  content: "\ec55";
}
.fi-sr-portal-exit:before {
  content: "\ec56";
}
.fi-sr-portrait:before {
  content: "\ec57";
}
.fi-sr-portuguese:before {
  content: "\ec58";
}
.fi-sr-postal-address:before {
  content: "\ec59";
}
.fi-sr-pot:before {
  content: "\ec5b";
}
.fi-sr-potato:before {
  content: "\ec5c";
}
.fi-sr-pound:before {
  content: "\ec5d";
}
.fi-sr-power:before {
  content: "\ec5e";
}
.fi-sr-ppt-file:before {
  content: "\ec5f";
}
.fi-sr-practice:before {
  content: "\ec60";
}
.fi-sr-praying-hands:before {
  content: "\ec61";
}
.fi-sr-prescription:before {
  content: "\ec64";
}
.fi-sr-prescription-bottle:before {
  content: "\ec65";
}
.fi-sr-prescription-bottle-alt:before {
  content: "\ec66";
}
.fi-sr-prescription-bottle-pill:before {
  content: "\ec67";
}
.fi-sr-presentation:before {
  content: "\ec68";
}
.fi-sr-preview:before {
  content: "\ec69";
}
.fi-sr-previous-square:before {
  content: "\ec6a";
}
.fi-sr-print:before {
  content: "\ec6b";
}
.fi-sr-print-magnifying-glass:before {
  content: "\ec6c";
}
.fi-sr-print-slash:before {
  content: "\ec6d";
}
.fi-sr-priority-arrow:before {
  content: "\ec6f";
}
.fi-sr-priority-arrows:before {
  content: "\ec70";
}
.fi-sr-priority-importance:before {
  content: "\ec72";
}
.fi-sr-problem-solving:before {
  content: "\ec75";
}
.fi-sr-procedures:before {
  content: "\ec76";
}
.fi-sr-process:before {
  content: "\ec77";
}
.fi-sr-productivity:before {
  content: "\ec79";
}
.fi-sr-progress-bar-dotted-empty:before {
  content: "\ec7a";
}
.fi-sr-progress-bar-dotted-half:before {
  content: "\ec7b";
}
.fi-sr-progress-bar-dotted-line-half:before {
  content: "\ec7c";
}
.fi-sr-progress-bar-empty:before {
  content: "\ec7d";
}
.fi-sr-progress-bar-half:before {
  content: "\ec7e";
}
.fi-sr-progress-bar-square-empty:before {
  content: "\ec7f";
}
.fi-sr-progress-bar-square-half:before {
  content: "\ec80";
}
.fi-sr-progress-complete:before {
  content: "\ec81";
}
.fi-sr-progress-download:before {
  content: "\ec82";
}
.fi-sr-progress-upload:before {
  content: "\ec83";
}
.fi-sr-projector:before {
  content: "\ec84";
}
.fi-sr-protractor:before {
  content: "\ec85";
}
.fi-sr-pulse:before {
  content: "\ec86";
}
.fi-sr-pump:before {
  content: "\ec87";
}
.fi-sr-pump-medical:before {
  content: "\ec88";
}
.fi-sr-pumpkin:before {
  content: "\ec89";
}
.fi-sr-pumpkin-alt:before {
  content: "\ec8a";
}
.fi-sr-pumpkin-alt-2:before {
  content: "\ec8b";
}
.fi-sr-puzzle-alt:before {
  content: "\ec8d";
}
.fi-sr-puzzle-piece:before {
  content: "\ec8f";
}
.fi-sr-puzzle-piece-integration:before {
  content: "\ec90";
}
.fi-sr-puzzle-pieces:before {
  content: "\ec91";
}
.fi-sr-pyramid:before {
  content: "\ec92";
}
.fi-sr-q:before {
  content: "\ec94";
}
.fi-sr-QR:before {
  content: "\ec95";
}
.fi-sr-qr-scan:before {
  content: "\ec96";
}
.fi-sr-qrcode:before {
  content: "\ec97";
}
.fi-sr-question:before {
  content: "\ec99";
}
.fi-sr-question-square:before {
  content: "\ec9a";
}
.fi-sr-queue:before {
  content: "\ec9b";
}
.fi-sr-queue-alt:before {
  content: "\ec9c";
}
.fi-sr-queue-line:before {
  content: "\ec9d";
}
.fi-sr-queue-signal:before {
  content: "\ec9e";
}
.fi-sr-quill-pen-story:before {
  content: "\ec9f";
}
.fi-sr-quiz:before {
  content: "\eca0";
}
.fi-sr-quiz-alt:before {
  content: "\eca1";
}
.fi-sr-quote-right:before {
  content: "\eca2";
}
.fi-sr-r:before {
  content: "\eca4";
}
.fi-sr-rabbit:before {
  content: "\eca5";
}
.fi-sr-rabbit-fast:before {
  content: "\eca6";
}
.fi-sr-raccoon:before {
  content: "\eca7";
}
.fi-sr-racquet:before {
  content: "\eca8";
}
.fi-sr-radar:before {
  content: "\eca9";
}
.fi-sr-radar-monitoring-track:before {
  content: "\ecaa";
}
.fi-sr-radiation:before {
  content: "\ecab";
}
.fi-sr-radiation-alt:before {
  content: "\ecac";
}
.fi-sr-radio:before {
  content: "\ecad";
}
.fi-sr-radio-alt:before {
  content: "\ecae";
}
.fi-sr-radio-button:before {
  content: "\ecaf";
}
.fi-sr-radio-tower:before {
  content: "\ecb0";
}
.fi-sr-radio-waves:before {
  content: "\ecb1";
}
.fi-sr-radish:before {
  content: "\ecb2";
}
.fi-sr-rainbow:before {
  content: "\ecb3";
}
.fi-sr-raindrops:before {
  content: "\ecb4";
}
.fi-sr-ram:before {
  content: "\ecb5";
}
.fi-sr-ramp-loading:before {
  content: "\ecb6";
}
.fi-sr-rank:before {
  content: "\ecb7";
}
.fi-sr-ranking-podium:before {
  content: "\ecb8";
}
.fi-sr-ranking-podium-empty:before {
  content: "\ecb9";
}
.fi-sr-ranking-star:before {
  content: "\ecba";
}
.fi-sr-ranking-stars:before {
  content: "\ecbb";
}
.fi-sr-raygun:before {
  content: "\ecbd";
}
.fi-sr-razor-barber:before {
  content: "\ecbe";
}
.fi-sr-react:before {
  content: "\ecbf";
}
.fi-sr-rec:before {
  content: "\ecc0";
}
.fi-sr-receipt:before {
  content: "\ecc1";
}
.fi-sr-recipe:before {
  content: "\ecc2";
}
.fi-sr-recipe-book:before {
  content: "\ecc3";
}
.fi-sr-record-vinyl:before {
  content: "\ecc4";
}
.fi-sr-rectabgle-vertical:before {
  content: "\ecc5";
}
.fi-sr-rectangle-barcode:before {
  content: "\ecc6";
}
.fi-sr-rectangle-code:before {
  content: "\ecc7";
}
.fi-sr-rectangle-history-circle-plus:before {
  content: "\ecc8";
}
.fi-sr-rectangle-horizontal:before {
  content: "\ecc9";
}
.fi-sr-rectangle-list:before {
  content: "\ecca";
}
.fi-sr-rectangle-panoramic:before {
  content: "\eccb";
}
.fi-sr-rectangle-pro:before {
  content: "\eccc";
}
.fi-sr-rectangle-vertical:before {
  content: "\eccd";
}
.fi-sr-rectangle-vertical-history:before {
  content: "\ecce";
}
.fi-sr-rectangle-xmark:before {
  content: "\eccf";
}
.fi-sr-rectangles-mixed:before {
  content: "\ecd0";
}
.fi-sr-recycle:before {
  content: "\ecd1";
}
.fi-sr-recycle-bin:before {
  content: "\ecd2";
}
.fi-sr-redo:before {
  content: "\ecd5";
}
.fi-sr-redo-alt:before {
  content: "\ecd6";
}
.fi-sr-reel:before {
  content: "\ecd7";
}
.fi-sr-refer:before {
  content: "\ecd8";
}
.fi-sr-refer-arrow:before {
  content: "\ecd9";
}
.fi-sr-referral:before {
  content: "\ecdc";
}
.fi-sr-referral-alt:before {
  content: "\ecdd";
}
.fi-sr-referral-link-arrow:before {
  content: "\ecde";
}
.fi-sr-referral-user:before {
  content: "\ecdf";
}
.fi-sr-reflect:before {
  content: "\ece0";
}
.fi-sr-reflect-horizontal:before {
  content: "\ece1";
}
.fi-sr-reflect-horizontal-alt:before {
  content: "\ece2";
}
.fi-sr-reflect-vertical:before {
  content: "\ece3";
}
.fi-sr-refresh:before {
  content: "\ece4";
}
.fi-sr-refrigerator:before {
  content: "\ece5";
}
.fi-sr-refund:before {
  content: "\ece6";
}
.fi-sr-refund-alt:before {
  content: "\ece7";
}
.fi-sr-region-pin:before {
  content: "\ece8";
}
.fi-sr-region-pin-alt:before {
  content: "\ece9";
}
.fi-sr-registered:before {
  content: "\ecea";
}
.fi-sr-registration-paper:before {
  content: "\eced";
}
.fi-sr-remote-control:before {
  content: "\ecef";
}
.fi-sr-remote-control-hand:before {
  content: "\ecf0";
}
.fi-sr-remove-folder:before {
  content: "\ecf1";
}
.fi-sr-remove-user:before {
  content: "\ecf2";
}
.fi-sr-rent:before {
  content: "\ecf3";
}
.fi-sr-rent-signal:before {
  content: "\ecf4";
}
.fi-sr-replace:before {
  content: "\ecf5";
}
.fi-sr-replay-10:before {
  content: "\ecf7";
}
.fi-sr-replay-30:before {
  content: "\ecf8";
}
.fi-sr-replay-5:before {
  content: "\ecf9";
}
.fi-sr-reply-all:before {
  content: "\ecfa";
}
.fi-sr-republican:before {
  content: "\ecfb";
}
.fi-sr-research-arrows-circle:before {
  content: "\ecfc";
}
.fi-sr-reservation-smartphone:before {
  content: "\ecfd";
}
.fi-sr-reservation-table:before {
  content: "\ecfe";
}
.fi-sr-resistance-band:before {
  content: "\ecff";
}
.fi-sr-resize:before {
  content: "\ed00";
}
.fi-sr-resources:before {
  content: "\ed01";
}
.fi-sr-responsability:before {
  content: "\ed02";
}
.fi-sr-restaurant:before {
  content: "\ed03";
}
.fi-sr-restock:before {
  content: "\ed04";
}
.fi-sr-restroom-simple:before {
  content: "\ed05";
}
.fi-sr-resume:before {
  content: "\ed06";
}
.fi-sr-Revenue:before {
  content: "\ed07";
}
.fi-sr-revenue-alt:before {
  content: "\ed08";
}
.fi-sr-revenue-euro:before {
  content: "\ed09";
}
.fi-sr-review:before {
  content: "\ed0b";
}
.fi-sr-rewind:before {
  content: "\ed0c";
}
.fi-sr-rewind-button-circle:before {
  content: "\ed0d";
}
.fi-sr-rhombus:before {
  content: "\ed0e";
}
.fi-sr-ribbon:before {
  content: "\ed0f";
}
.fi-sr-right:before {
  content: "\ed10";
}
.fi-sr-right-from-bracket:before {
  content: "\ed11";
}
.fi-sr-ring:before {
  content: "\ed13";
}
.fi-sr-ring-diamond:before {
  content: "\ed14";
}
.fi-sr-rings-wedding:before {
  content: "\ed15";
}
.fi-sr-risk:before {
  content: "\ed16";
}
.fi-sr-risk-alt:before {
  content: "\ed17";
}
.fi-sr-road:before {
  content: "\ed18";
}
.fi-sr-road-barrier:before {
  content: "\ed19";
}
.fi-sr-road-map-pin:before {
  content: "\ed1a";
}
.fi-sr-road-sign-left:before {
  content: "\ed1b";
}
.fi-sr-roadmap:before {
  content: "\ed1c";
}
.fi-sr-robot:before {
  content: "\ed1d";
}
.fi-sr-robotic-arm:before {
  content: "\ed1e";
}
.fi-sr-rocket:before {
  content: "\ed1f";
}
.fi-sr-rocket-hand:before {
  content: "\ed20";
}
.fi-sr-rocket-holding-hand:before {
  content: "\ed21";
}
.fi-sr-rocket-lunch:before {
  content: "\ed22";
}
.fi-sr-roller-coaster:before {
  content: "\ed23";
}
.fi-sr-room-service:before {
  content: "\ed24";
}
.fi-sr-rose:before {
  content: "\ed25";
}
.fi-sr-rose-alt:before {
  content: "\ed26";
}
.fi-sr-rotate-exclamation:before {
  content: "\ed27";
}
.fi-sr-rotate-left:before {
  content: "\ed28";
}
.fi-sr-rotate-reverse:before {
  content: "\ed29";
}
.fi-sr-rotate-right:before {
  content: "\ed2a";
}
.fi-sr-rotate-square:before {
  content: "\ed2b";
}
.fi-sr-roulette:before {
  content: "\ed2c";
}
.fi-sr-route:before {
  content: "\ed2d";
}
.fi-sr-route-highway:before {
  content: "\ed2e";
}
.fi-sr-route-interstate:before {
  content: "\ed2f";
}
.fi-sr-router:before {
  content: "\ed30";
}
.fi-sr-router-wifi:before {
  content: "\ed31";
}
.fi-sr-router-wifi-alt:before {
  content: "\ed32";
}
.fi-sr-rss:before {
  content: "\ed33";
}
.fi-sr-rss-alt:before {
  content: "\ed34";
}
.fi-sr-ruble-sign:before {
  content: "\ed35";
}
.fi-sr-rugby:before {
  content: "\ed36";
}
.fi-sr-rugby-helmet:before {
  content: "\ed37";
}
.fi-sr-ruler-combined:before {
  content: "\ed38";
}
.fi-sr-ruler-horizontal:before {
  content: "\ed39";
}
.fi-sr-ruler-triangle:before {
  content: "\ed3a";
}
.fi-sr-ruler-vertical:before {
  content: "\ed3b";
}
.fi-sr-rules:before {
  content: "\ed3c";
}
.fi-sr-rules-alt:before {
  content: "\ed3d";
}
.fi-sr-running:before {
  content: "\ed3e";
}
.fi-sr-running-track:before {
  content: "\ed3f";
}
.fi-sr-rupee-sign:before {
  content: "\ed40";
}
.fi-sr-rupiah-sign:before {
  content: "\ed41";
}
.fi-sr-russian:before {
  content: "\ed42";
}
.fi-sr-rv:before {
  content: "\ed43";
}
.fi-sr-s:before {
  content: "\ed44";
}
.fi-sr-sack:before {
  content: "\ed45";
}
.fi-sr-sack-dollar:before {
  content: "\ed46";
}
.fi-sr-sad:before {
  content: "\ed47";
}
.fi-sr-sad-cry:before {
  content: "\ed48";
}
.fi-sr-sad-tear:before {
  content: "\ed49";
}
.fi-sr-safe-box:before {
  content: "\ed4a";
}
.fi-sr-sailboat:before {
  content: "\ed4b";
}
.fi-sr-salad:before {
  content: "\ed4c";
}
.fi-sr-salary-alt:before {
  content: "\ed4e";
}
.fi-sr-salt-pepper:before {
  content: "\ed4f";
}
.fi-sr-salt-shaker:before {
  content: "\ed50";
}
.fi-sr-sandwich:before {
  content: "\ed52";
}
.fi-sr-sandwich-alt:before {
  content: "\ed53";
}
.fi-sr-satellite:before {
  content: "\ed56";
}
.fi-sr-satellite-dish:before {
  content: "\ed57";
}
.fi-sr-satisfaction-bar:before {
  content: "\ed58";
}
.fi-sr-saturday:before {
  content: "\ed59";
}
.fi-sr-sauce:before {
  content: "\ed5a";
}
.fi-sr-sausage:before {
  content: "\ed5b";
}
.fi-sr-sax-hot:before {
  content: "\ed5c";
}
.fi-sr-saxophone:before {
  content: "\ed5d";
}
.fi-sr-scale:before {
  content: "\ed5e";
}
.fi-sr-scale-comparison:before {
  content: "\ed5f";
}
.fi-sr-scale-comparison-alt:before {
  content: "\ed60";
}
.fi-sr-scalpel:before {
  content: "\ed61";
}
.fi-sr-scalpel-path:before {
  content: "\ed62";
}
.fi-sr-scanner-gun:before {
  content: "\ed63";
}
.fi-sr-scanner-image:before {
  content: "\ed64";
}
.fi-sr-scanner-keyboard:before {
  content: "\ed65";
}
.fi-sr-scanner-touchscreen:before {
  content: "\ed66";
}
.fi-sr-scarecrow:before {
  content: "\ed67";
}
.fi-sr-scarf:before {
  content: "\ed68";
}
.fi-sr-school:before {
  content: "\ed69";
}
.fi-sr-school-bus:before {
  content: "\ed6a";
}
.fi-sr-school-lock:before {
  content: "\ed6b";
}
.fi-sr-scissors:before {
  content: "\ed6c";
}
.fi-sr-scooter:before {
  content: "\ed6d";
}
.fi-sr-screen:before {
  content: "\ed6e";
}
.fi-sr-screen-share:before {
  content: "\ed6f";
}
.fi-sr-screencast:before {
  content: "\ed71";
}
.fi-sr-screw:before {
  content: "\ed72";
}
.fi-sr-screw-alt:before {
  content: "\ed73";
}
.fi-sr-screwdriver:before {
  content: "\ed74";
}
.fi-sr-scribble:before {
  content: "\ed75";
}
.fi-sr-script:before {
  content: "\ed76";
}
.fi-sr-scroll:before {
  content: "\ed77";
}
.fi-sr-scroll-document-story:before {
  content: "\ed78";
}
.fi-sr-scroll-old:before {
  content: "\ed79";
}
.fi-sr-scroll-torah:before {
  content: "\ed7a";
}
.fi-sr-scrubber:before {
  content: "\ed7b";
}
.fi-sr-sculpture:before {
  content: "\ed7c";
}
.fi-sr-scythe:before {
  content: "\ed7d";
}
.fi-sr-sd-card:before {
  content: "\ed7e";
}
.fi-sr-sd-cards:before {
  content: "\ed7f";
}
.fi-sr-seal:before {
  content: "\ed80";
}
.fi-sr-seal-exclamation:before {
  content: "\ed81";
}
.fi-sr-seal-question:before {
  content: "\ed82";
}
.fi-sr-search:before {
  content: "\ed83";
}
.fi-sr-search-alt:before {
  content: "\ed84";
}
.fi-sr-search-dollar:before {
  content: "\ed85";
}
.fi-sr-search-heart:before {
  content: "\ed86";
}
.fi-sr-search-location:before {
  content: "\ed87";
}
.fi-sr-seat-airline:before {
  content: "\ed88";
}
.fi-sr-seatbelt-safety-driver:before {
  content: "\ed89";
}
.fi-sr-second:before {
  content: "\ed8a";
}
.fi-sr-second-award:before {
  content: "\ed8b";
}
.fi-sr-second-laurel:before {
  content: "\ed8c";
}
.fi-sr-second-medal:before {
  content: "\ed8d";
}
.fi-sr-seedling:before {
  content: "\ed90";
}
.fi-sr-select:before {
  content: "\ed91";
}
.fi-sr-selection:before {
  content: "\ed92";
}
.fi-sr-sell:before {
  content: "\ed93";
}
.fi-sr-seller:before {
  content: "\ed94";
}
.fi-sr-seller-store:before {
  content: "\ed95";
}
.fi-sr-selling:before {
  content: "\ed97";
}
.fi-sr-send-back:before {
  content: "\ed99";
}
.fi-sr-send-backward:before {
  content: "\ed9a";
}
.fi-sr-send-money:before {
  content: "\ed9b";
}
.fi-sr-send-money-smartphone:before {
  content: "\ed9c";
}
.fi-sr-sensor:before {
  content: "\ed9d";
}
.fi-sr-sensor-alert:before {
  content: "\ed9e";
}
.fi-sr-sensor-fire:before {
  content: "\ed9f";
}
.fi-sr-sensor-on:before {
  content: "\eda0";
}
.fi-sr-sensor-smoke:before {
  content: "\eda1";
}
.fi-sr-server-key:before {
  content: "\eda2";
}
.fi-sr-settings:before {
  content: "\eda3";
}
.fi-sr-settings-sliders:before {
  content: "\eda4";
}
.fi-sr-sewing-machine:before {
  content: "\eda5";
}
.fi-sr-sewing-machine-alt:before {
  content: "\eda6";
}
.fi-sr-share:before {
  content: "\eda7";
}
.fi-sr-share-alt-square:before {
  content: "\eda8";
}
.fi-sr-share-square:before {
  content: "\eda9";
}
.fi-sr-sheep:before {
  content: "\edaa";
}
.fi-sr-shekel-sign:before {
  content: "\edab";
}
.fi-sr-shelves:before {
  content: "\edac";
}
.fi-sr-shelves-empty:before {
  content: "\edad";
}
.fi-sr-shield:before {
  content: "\edae";
}
.fi-sr-shield-alt:before {
  content: "\edaf";
}
.fi-sr-shield-cat:before {
  content: "\edb0";
}
.fi-sr-shield-check:before {
  content: "\edb1";
}
.fi-sr-shield-cross:before {
  content: "\edb2";
}
.fi-sr-shield-divided-four:before {
  content: "\edb3";
}
.fi-sr-shield-dog:before {
  content: "\edb4";
}
.fi-sr-shield-exclamation:before {
  content: "\edb5";
}
.fi-sr-shield-interrogation:before {
  content: "\edb6";
}
.fi-sr-shield-keyhole:before {
  content: "\edb7";
}
.fi-sr-shield-minus:before {
  content: "\edb8";
}
.fi-sr-shield-plus:before {
  content: "\edb9";
}
.fi-sr-shield-security-risk:before {
  content: "\edbb";
}
.fi-sr-shield-slash:before {
  content: "\edbc";
}
.fi-sr-shield-trust:before {
  content: "\edbd";
}
.fi-sr-shield-virus:before {
  content: "\edbe";
}
.fi-sr-shield-xmark:before {
  content: "\edbf";
}
.fi-sr-ship:before {
  content: "\edc0";
}
.fi-sr-ship-side:before {
  content: "\edc1";
}
.fi-sr-shipping-fast:before {
  content: "\edc2";
}
.fi-sr-shipping-timed:before {
  content: "\edc3";
}
.fi-sr-shirt:before {
  content: "\edc4";
}
.fi-sr-shirt-long-sleeve:before {
  content: "\edc5";
}
.fi-sr-shirt-running:before {
  content: "\edc6";
}
.fi-sr-shirt-tank-top:before {
  content: "\edc7";
}
.fi-sr-shish-kebab:before {
  content: "\edc8";
}
.fi-sr-shoe-prints:before {
  content: "\edc9";
}
.fi-sr-shop:before {
  content: "\edca";
}
.fi-sr-shop-lock:before {
  content: "\edcb";
}
.fi-sr-shop-slash:before {
  content: "\edcc";
}
.fi-sr-shopping-bag:before {
  content: "\edce";
}
.fi-sr-shopping-bag-add:before {
  content: "\edcf";
}
.fi-sr-shopping-basket:before {
  content: "\edd0";
}
.fi-sr-shopping-cart:before {
  content: "\edd1";
}
.fi-sr-shopping-cart-add:before {
  content: "\edd2";
}
.fi-sr-shopping-cart-buyer:before {
  content: "\edd3";
}
.fi-sr-shopping-cart-check:before {
  content: "\edd4";
}
.fi-sr-shopping-cart-nft:before {
  content: "\edd8";
}
.fi-sr-shovel:before {
  content: "\edd9";
}
.fi-sr-shovel-snow:before {
  content: "\edda";
}
.fi-sr-shower:before {
  content: "\eddb";
}
.fi-sr-shower-down:before {
  content: "\eddc";
}
.fi-sr-shredder:before {
  content: "\eddd";
}
.fi-sr-shrimp:before {
  content: "\edde";
}
.fi-sr-shuffle:before {
  content: "\eddf";
}
.fi-sr-shuttle-van:before {
  content: "\ede0";
}
.fi-sr-shuttlecock:before {
  content: "\ede1";
}
.fi-sr-Sickle:before {
  content: "\ede2";
}
.fi-sr-sidebar:before {
  content: "\ede3";
}
.fi-sr-sidebar-flip:before {
  content: "\ede4";
}
.fi-sr-sigma:before {
  content: "\ede6";
}
.fi-sr-sign-hanging:before {
  content: "\ede7";
}
.fi-sr-sign-in-alt:before {
  content: "\ede8";
}
.fi-sr-sign-out-alt:before {
  content: "\ede9";
}
.fi-sr-sign-posts:before {
  content: "\edea";
}
.fi-sr-sign-posts-wrench:before {
  content: "\edeb";
}
.fi-sr-sign-up:before {
  content: "\edec";
}
.fi-sr-signal-alt:before {
  content: "\eded";
}
.fi-sr-signal-alt-1:before {
  content: "\edee";
}
.fi-sr-signal-alt-2:before {
  content: "\edef";
}
.fi-sr-signal-alt-slash:before {
  content: "\edf0";
}
.fi-sr-signal-bars-fair:before {
  content: "\edf1";
}
.fi-sr-signal-bars-good:before {
  content: "\edf2";
}
.fi-sr-signal-bars-weak:before {
  content: "\edf4";
}
.fi-sr-signal-stream:before {
  content: "\edf7";
}
.fi-sr-signal-stream-slash:before {
  content: "\edf8";
}
.fi-sr-signature:before {
  content: "\edfb";
}
.fi-sr-signature-lock:before {
  content: "\edfc";
}
.fi-sr-signature-slash:before {
  content: "\edfe";
}
.fi-sr-sim-card:before {
  content: "\edff";
}
.fi-sr-sim-cards:before {
  content: "\ee00";
}
.fi-sr-sink:before {
  content: "\ee01";
}
.fi-sr-Siren:before {
  content: "\ee02";
}
.fi-sr-siren-on:before {
  content: "\ee03";
}
.fi-sr-site:before {
  content: "\ee04";
}
.fi-sr-site-alt:before {
  content: "\ee05";
}
.fi-sr-site-browser:before {
  content: "\ee07";
}
.fi-sr-sitemap:before {
  content: "\ee08";
}
.fi-sr-skateboard:before {
  content: "\ee09";
}
.fi-sr-skating:before {
  content: "\ee0a";
}
.fi-sr-skeleton:before {
  content: "\ee0b";
}
.fi-sr-skeleton-ribs:before {
  content: "\ee0c";
}
.fi-sr-skewer:before {
  content: "\ee0e";
}
.fi-sr-ski-boot-ski:before {
  content: "\ee0f";
}
.fi-sr-ski-jump:before {
  content: "\ee10";
}
.fi-sr-ski-lift:before {
  content: "\ee11";
}
.fi-sr-skiing:before {
  content: "\ee12";
}
.fi-sr-skiing-nordic:before {
  content: "\ee13";
}
.fi-sr-skill:before {
  content: "\ee14";
}
.fi-sr-skill-alt:before {
  content: "\ee15";
}
.fi-sr-skill-user:before {
  content: "\ee17";
}
.fi-sr-skin:before {
  content: "\ee18";
}
.fi-sr-skin-acne:before {
  content: "\ee19";
}
.fi-sr-skin-arrow:before {
  content: "\ee1a";
}
.fi-sr-skin-drop:before {
  content: "\ee1b";
}
.fi-sr-skin-hair:before {
  content: "\ee1c";
}
.fi-sr-skin-laser:before {
  content: "\ee1d";
}
.fi-sr-skin-uv:before {
  content: "\ee1e";
}
.fi-sr-skip-15-seconds:before {
  content: "\ee1f";
}
.fi-sr-skull:before {
  content: "\ee20";
}
.fi-sr-skull-cow:before {
  content: "\ee21";
}
.fi-sr-skull-crossbones:before {
  content: "\ee22";
}
.fi-sr-skull-heart:before {
  content: "\ee23";
}
.fi-sr-slash:before {
  content: "\ee26";
}
.fi-sr-sledding:before {
  content: "\ee28";
}
.fi-sr-sleeping-bag:before {
  content: "\ee29";
}
.fi-sr-sleeping-cat:before {
  content: "\ee2a";
}
.fi-sr-sleigh:before {
  content: "\ee2b";
}
.fi-sr-sliders-h-square:before {
  content: "\ee2c";
}
.fi-sr-sliders-v:before {
  content: "\ee2d";
}
.fi-sr-sliders-v-square:before {
  content: "\ee2e";
}
.fi-sr-slot-machine:before {
  content: "\ee30";
}
.fi-sr-smart-home:before {
  content: "\ee31";
}
.fi-sr-smart-home-alt:before {
  content: "\ee32";
}
.fi-sr-smartphone:before {
  content: "\ee33";
}
.fi-sr-smile:before {
  content: "\ee34";
}
.fi-sr-smile-beam:before {
  content: "\ee35";
}
.fi-sr-smile-plus:before {
  content: "\ee36";
}
.fi-sr-smile-wink:before {
  content: "\ee37";
}
.fi-sr-smiley-comment-alt:before {
  content: "\ee38";
}
.fi-sr-smog:before {
  content: "\ee39";
}
.fi-sr-smoke:before {
  content: "\ee3a";
}
.fi-sr-smoking:before {
  content: "\ee3b";
}
.fi-sr-smoking-ban:before {
  content: "\ee3c";
}
.fi-sr-snake:before {
  content: "\ee3d";
}
.fi-sr-snap:before {
  content: "\ee3e";
}
.fi-sr-snooze:before {
  content: "\ee40";
}
.fi-sr-snow-blowing:before {
  content: "\ee41";
}
.fi-sr-snowboarding:before {
  content: "\ee42";
}
.fi-sr-snowflake:before {
  content: "\ee43";
}
.fi-sr-snowflake-droplets:before {
  content: "\ee44";
}
.fi-sr-snowflakes:before {
  content: "\ee45";
}
.fi-sr-snowman-alt:before {
  content: "\ee47";
}
.fi-sr-snowman-head:before {
  content: "\ee48";
}
.fi-sr-snowmobile:before {
  content: "\ee49";
}
.fi-sr-snowplow:before {
  content: "\ee4a";
}
.fi-sr-soap:before {
  content: "\ee4b";
}
.fi-sr-soap-alt:before {
  content: "\ee4c";
}
.fi-sr-socks:before {
  content: "\ee4e";
}
.fi-sr-sofa:before {
  content: "\ee4f";
}
.fi-sr-sofa-size:before {
  content: "\ee50";
}
.fi-sr-solar-panel:before {
  content: "\ee51";
}
.fi-sr-solar-panel-sun:before {
  content: "\ee52";
}
.fi-sr-solar-system:before {
  content: "\ee53";
}
.fi-sr-sold-house:before {
  content: "\ee54";
}
.fi-sr-sold-signal:before {
  content: "\ee55";
}
.fi-sr-sort:before {
  content: "\ee57";
}
.fi-sr-sort-alpha-down:before {
  content: "\ee58";
}
.fi-sr-sort-alpha-down-alt:before {
  content: "\ee59";
}
.fi-sr-sort-alpha-up:before {
  content: "\ee5a";
}
.fi-sr-sort-alpha-up-alt:before {
  content: "\ee5b";
}
.fi-sr-sort-alt:before {
  content: "\ee5c";
}
.fi-sr-sort-amount-down:before {
  content: "\ee5d";
}
.fi-sr-sort-amount-down-alt:before {
  content: "\ee5e";
}
.fi-sr-sort-amount-up:before {
  content: "\ee5f";
}
.fi-sr-sort-amount-up-alt:before {
  content: "\ee60";
}
.fi-sr-sort-circle:before {
  content: "\ee61";
}
.fi-sr-sort-circle-down:before {
  content: "\ee62";
}
.fi-sr-sort-circle-up:before {
  content: "\ee63";
}
.fi-sr-sort-down:before {
  content: "\ee64";
}
.fi-sr-sort-numeric-down:before {
  content: "\ee65";
}
.fi-sr-sort-numeric-down-alt:before {
  content: "\ee66";
}
.fi-sr-sort-shapes-down:before {
  content: "\ee67";
}
.fi-sr-sort-shapes-up:before {
  content: "\ee68";
}
.fi-sr-sort-size-down:before {
  content: "\ee69";
}
.fi-sr-sort-size-up:before {
  content: "\ee6a";
}
.fi-sr-soup:before {
  content: "\ee6c";
}
.fi-sr-source-data:before {
  content: "\ee6d";
}
.fi-sr-source-document:before {
  content: "\ee6e";
}
.fi-sr-source-document-alt:before {
  content: "\ee6f";
}
.fi-sr-spa:before {
  content: "\ee70";
}
.fi-sr-space-shuttle:before {
  content: "\ee71";
}
.fi-sr-space-station-moon:before {
  content: "\ee72";
}
.fi-sr-space-station-moon-alt:before {
  content: "\ee73";
}
.fi-sr-spade:before {
  content: "\ee74";
}
.fi-sr-spaghetti-monster-flying:before {
  content: "\ee75";
}
.fi-sr-spain-map:before {
  content: "\ee76";
}
.fi-sr-spanish:before {
  content: "\ee77";
}
.fi-sr-sparkles:before {
  content: "\ee79";
}
.fi-sr-spartan-helmet:before {
  content: "\ee7a";
}
.fi-sr-speaker:before {
  content: "\ee7b";
}
.fi-sr-speakers:before {
  content: "\ee7c";
}
.fi-sr-speech-bubble-story:before {
  content: "\ee7d";
}
.fi-sr-speedometer-arrow:before {
  content: "\ee7e";
}
.fi-sr-speedometer-kpi:before {
  content: "\ee7f";
}
.fi-sr-sphere:before {
  content: "\ee80";
}
.fi-sr-spider:before {
  content: "\ee81";
}
.fi-sr-spider-black-widow:before {
  content: "\ee82";
}
.fi-sr-spider-web:before {
  content: "\ee83";
}
.fi-sr-spinner:before {
  content: "\ee84";
}
.fi-sr-split:before {
  content: "\ee85";
}
.fi-sr-split-up-relation:before {
  content: "\ee86";
}
.fi-sr-splotch:before {
  content: "\ee87";
}
.fi-sr-spoon:before {
  content: "\ee88";
}
.fi-sr-spray-can:before {
  content: "\ee8b";
}
.fi-sr-spray-can-sparkles:before {
  content: "\ee8c";
}
.fi-sr-spring-calendar:before {
  content: "\ee8d";
}
.fi-sr-sprinkler:before {
  content: "\ee8e";
}
.fi-sr-spy:before {
  content: "\ee8f";
}
.fi-sr-sql-file:before {
  content: "\ee90";
}
.fi-sr-sql-server:before {
  content: "\ee91";
}
.fi-sr-square:before {
  content: "\ee92";
}
.fi-sr-square-0:before {
  content: "\ee93";
}
.fi-sr-square-1:before {
  content: "\ee94";
}
.fi-sr-square-2:before {
  content: "\ee95";
}
.fi-sr-square-3:before {
  content: "\ee96";
}
.fi-sr-square-4:before {
  content: "\ee97";
}
.fi-sr-square-5:before {
  content: "\ee98";
}
.fi-sr-square-6:before {
  content: "\ee99";
}
.fi-sr-square-7:before {
  content: "\ee9a";
}
.fi-sr-square-8:before {
  content: "\ee9b";
}
.fi-sr-square-9:before {
  content: "\ee9c";
}
.fi-sr-square-a:before {
  content: "\ee9d";
}
.fi-sr-square-b:before {
  content: "\ee9f";
}
.fi-sr-square-bolt:before {
  content: "\eea0";
}
.fi-sr-square-c:before {
  content: "\eea1";
}
.fi-sr-square-code:before {
  content: "\eea2";
}
.fi-sr-square-d:before {
  content: "\eea3";
}
.fi-sr-square-dashed:before {
  content: "\eea4";
}
.fi-sr-square-dashed-circle-plus:before {
  content: "\eea5";
}
.fi-sr-square-divide:before {
  content: "\eea6";
}
.fi-sr-square-e:before {
  content: "\eea7";
}
.fi-sr-square-ellipsis:before {
  content: "\eea8";
}
.fi-sr-square-ellipsis-vertical:before {
  content: "\eea9";
}
.fi-sr-square-exclamation:before {
  content: "\eeaa";
}
.fi-sr-square-f:before {
  content: "\eeab";
}
.fi-sr-square-g:before {
  content: "\eeac";
}
.fi-sr-square-h:before {
  content: "\eead";
}
.fi-sr-square-heart:before {
  content: "\eeae";
}
.fi-sr-square-i:before {
  content: "\eeaf";
}
.fi-sr-square-info:before {
  content: "\eeb0";
}
.fi-sr-square-j:before {
  content: "\eeb1";
}
.fi-sr-square-k:before {
  content: "\eeb2";
}
.fi-sr-square-kanban:before {
  content: "\eeb3";
}
.fi-sr-square-l:before {
  content: "\eeb4";
}
.fi-sr-square-m:before {
  content: "\eeb5";
}
.fi-sr-square-minus:before {
  content: "\eeb6";
}
.fi-sr-square-n:before {
  content: "\eeb7";
}
.fi-sr-square-o:before {
  content: "\eeb8";
}
.fi-sr-square-p:before {
  content: "\eeb9";
}
.fi-sr-square-phone-hangup:before {
  content: "\eebb";
}
.fi-sr-square-plus:before {
  content: "\eebc";
}
.fi-sr-square-poll-horizontal:before {
  content: "\eebd";
}
.fi-sr-square-poll-vertical:before {
  content: "\eebe";
}
.fi-sr-square-q:before {
  content: "\eebf";
}
.fi-sr-square-quote:before {
  content: "\eec0";
}
.fi-sr-square-r:before {
  content: "\eec1";
}
.fi-sr-square-root:before {
  content: "\eec2";
}
.fi-sr-square-s:before {
  content: "\eec3";
}
.fi-sr-square-small:before {
  content: "\eec4";
}
.fi-sr-square-star:before {
  content: "\eec5";
}
.fi-sr-square-t:before {
  content: "\eec6";
}
.fi-sr-square-terminal:before {
  content: "\eec7";
}
.fi-sr-square-u:before {
  content: "\eec8";
}
.fi-sr-square-up-right:before {
  content: "\eec9";
}
.fi-sr-square-v:before {
  content: "\eeca";
}
.fi-sr-square-w:before {
  content: "\eecb";
}
.fi-sr-square-x:before {
  content: "\eecc";
}
.fi-sr-square-y:before {
  content: "\eecd";
}
.fi-sr-square-z:before {
  content: "\eece";
}
.fi-sr-squid:before {
  content: "\eecf";
}
.fi-sr-squircle:before {
  content: "\eed0";
}
.fi-sr-squirrel:before {
  content: "\eed1";
}
.fi-sr-staff:before {
  content: "\eed2";
}
.fi-sr-stage:before {
  content: "\eed3";
}
.fi-sr-stage-concert:before {
  content: "\eed4";
}
.fi-sr-stage-theatre:before {
  content: "\eed5";
}
.fi-sr-stairs:before {
  content: "\eed6";
}
.fi-sr-stamp:before {
  content: "\eed7";
}
.fi-sr-standard-definition:before {
  content: "\eed8";
}
.fi-sr-star:before {
  content: "\eed9";
}
.fi-sr-star-and-crescent:before {
  content: "\eeda";
}
.fi-sr-star-christmas:before {
  content: "\eedb";
}
.fi-sr-star-comment-alt:before {
  content: "\eedc";
}
.fi-sr-star-exclamation:before {
  content: "\eedd";
}
.fi-sr-star-octogram:before {
  content: "\eede";
}
.fi-sr-star-of-david:before {
  content: "\eedf";
}
.fi-sr-star-rating-call:before {
  content: "\eee0";
}
.fi-sr-star-sharp-half:before {
  content: "\eee1";
}
.fi-sr-star-sharp-half-stroke:before {
  content: "\eee2";
}
.fi-sr-star-shooting:before {
  content: "\eee3";
}
.fi-sr-starfighter:before {
  content: "\eee5";
}
.fi-sr-stars:before {
  content: "\eee6";
}
.fi-sr-state-country:before {
  content: "\eee7";
}
.fi-sr-stationary-bike:before {
  content: "\eee8";
}
.fi-sr-stats:before {
  content: "\eee9";
}
.fi-sr-steak:before {
  content: "\eeea";
}
.fi-sr-steam-iron:before {
  content: "\eeeb";
}
.fi-sr-steering-wheel:before {
  content: "\eeec";
}
.fi-sr-step-backward:before {
  content: "\eeed";
}
.fi-sr-step-forward:before {
  content: "\eeee";
}
.fi-sr-steps-carreer:before {
  content: "\eeef";
}
.fi-sr-sterling-sign:before {
  content: "\eef0";
}
.fi-sr-stethoscope:before {
  content: "\eef1";
}
.fi-sr-sticker:before {
  content: "\eef2";
}
.fi-sr-stocking:before {
  content: "\eef4";
}
.fi-sr-stomach:before {
  content: "\eef5";
}
.fi-sr-stop:before {
  content: "\eef6";
}
.fi-sr-stop-circle:before {
  content: "\eef7";
}
.fi-sr-stop-square:before {
  content: "\eef8";
}
.fi-sr-stopwatch:before {
  content: "\eef9";
}
.fi-sr-store-alt:before {
  content: "\eefb";
}
.fi-sr-store-buyer:before {
  content: "\eefc";
}
.fi-sr-store-lock:before {
  content: "\eefd";
}
.fi-sr-store-slash:before {
  content: "\eefe";
}
.fi-sr-story-book:before {
  content: "\eeff";
}
.fi-sr-story-fairy-tale:before {
  content: "\ef00";
}
.fi-sr-story-fantasy:before {
  content: "\ef01";
}
.fi-sr-strategy-chess-risk:before {
  content: "\ef03";
}
.fi-sr-strawberry:before {
  content: "\ef04";
}
.fi-sr-street-view:before {
  content: "\ef05";
}
.fi-sr-stretcher:before {
  content: "\ef06";
}
.fi-sr-strikethrough:before {
  content: "\ef07";
}
.fi-sr-stroopwafel:before {
  content: "\ef09";
}
.fi-sr-student:before {
  content: "\ef0a";
}
.fi-sr-student-alt:before {
  content: "\ef0b";
}
.fi-sr-subfolder:before {
  content: "\ef0c";
}
.fi-sr-subscript:before {
  content: "\ef0f";
}
.fi-sr-subscription:before {
  content: "\ef10";
}
.fi-sr-subscription-alt:before {
  content: "\ef11";
}
.fi-sr-subscription-model:before {
  content: "\ef12";
}
.fi-sr-subscription-user:before {
  content: "\ef13";
}
.fi-sr-subtitles:before {
  content: "\ef18";
}
.fi-sr-subtitles-slash:before {
  content: "\ef19";
}
.fi-sr-subway:before {
  content: "\ef1a";
}
.fi-sr-suitcase-alt:before {
  content: "\ef1b";
}
.fi-sr-summary-check:before {
  content: "\ef1c";
}
.fi-sr-summer:before {
  content: "\ef1d";
}
.fi-sr-sun:before {
  content: "\ef1e";
}
.fi-sr-sun-dust:before {
  content: "\ef1f";
}
.fi-sr-sun-plant-wilt:before {
  content: "\ef20";
}
.fi-sr-sun-salutation-yoga:before {
  content: "\ef21";
}
.fi-sr-sunday:before {
  content: "\ef22";
}
.fi-sr-sunglasses:before {
  content: "\ef23";
}
.fi-sr-sunglasses-alt:before {
  content: "\ef24";
}
.fi-sr-sunrise:before {
  content: "\ef25";
}
.fi-sr-sunrise-alt:before {
  content: "\ef26";
}
.fi-sr-sunscreen:before {
  content: "\ef27";
}
.fi-sr-sunset:before {
  content: "\ef28";
}
.fi-sr-superscript:before {
  content: "\ef29";
}
.fi-sr-supplier:before {
  content: "\ef2a";
}
.fi-sr-supplier-alt:before {
  content: "\ef2b";
}
.fi-sr-surfing:before {
  content: "\ef2c";
}
.fi-sr-surprise:before {
  content: "\ef2d";
}
.fi-sr-surveillance-camera:before {
  content: "\ef2e";
}
.fi-sr-survey-xmark:before {
  content: "\ef2f";
}
.fi-sr-sushi:before {
  content: "\ef30";
}
.fi-sr-sushi-alt:before {
  content: "\ef31";
}
.fi-sr-sushi-roll:before {
  content: "\ef32";
}
.fi-sr-svg:before {
  content: "\ef33";
}
.fi-sr-swap:before {
  content: "\ef34";
}
.fi-sr-swatchbook:before {
  content: "\ef36";
}
.fi-sr-swimmer:before {
  content: "\ef38";
}
.fi-sr-swimming-pool:before {
  content: "\ef39";
}
.fi-sr-swing:before {
  content: "\ef3a";
}
.fi-sr-swipe-down:before {
  content: "\ef3b";
}
.fi-sr-swipe-left:before {
  content: "\ef3c";
}
.fi-sr-swipe-right:before {
  content: "\ef3d";
}
.fi-sr-swipe-up:before {
  content: "\ef3e";
}
.fi-sr-sword:before {
  content: "\ef3f";
}
.fi-sr-sword-alt:before {
  content: "\ef40";
}
.fi-sr-symbol:before {
  content: "\ef41";
}
.fi-sr-symbols:before {
  content: "\ef42";
}
.fi-sr-synagogue:before {
  content: "\ef43";
}
.fi-sr-syringe:before {
  content: "\ef44";
}
.fi-sr-syringe-injection-blood:before {
  content: "\ef45";
}
.fi-sr-system-cloud:before {
  content: "\ef46";
}
.fi-sr-t:before {
  content: "\ef47";
}
.fi-sr-t-rex:before {
  content: "\ef49";
}
.fi-sr-tab-folder:before {
  content: "\ef4a";
}
.fi-sr-table:before {
  content: "\ef4b";
}
.fi-sr-table-columns:before {
  content: "\ef4c";
}
.fi-sr-table-layout:before {
  content: "\ef4d";
}
.fi-sr-table-list:before {
  content: "\ef4e";
}
.fi-sr-table-picnic:before {
  content: "\ef4f";
}
.fi-sr-table-pivot:before {
  content: "\ef50";
}
.fi-sr-table-rows:before {
  content: "\ef51";
}
.fi-sr-table-tree:before {
  content: "\ef52";
}
.fi-sr-tablet:before {
  content: "\ef53";
}
.fi-sr-tablet-android:before {
  content: "\ef54";
}
.fi-sr-tablet-android-alt:before {
  content: "\ef55";
}
.fi-sr-tablet-rugged:before {
  content: "\ef56";
}
.fi-sr-tachometer:before {
  content: "\ef57";
}
.fi-sr-tachometer-alt-average:before {
  content: "\ef58";
}
.fi-sr-tachometer-alt-fastest:before {
  content: "\ef59";
}
.fi-sr-tachometer-alt-slow:before {
  content: "\ef5a";
}
.fi-sr-tachometer-alt-slowest:before {
  content: "\ef5b";
}
.fi-sr-tachometer-average:before {
  content: "\ef5c";
}
.fi-sr-tachometer-fast:before {
  content: "\ef5d";
}
.fi-sr-tachometer-fastest:before {
  content: "\ef5e";
}
.fi-sr-tachometer-slow:before {
  content: "\ef5f";
}
.fi-sr-tachometer-slowest:before {
  content: "\ef60";
}
.fi-sr-taco:before {
  content: "\ef61";
}
.fi-sr-tags:before {
  content: "\ef62";
}
.fi-sr-talent:before {
  content: "\ef63";
}
.fi-sr-talent-alt:before {
  content: "\ef64";
}
.fi-sr-talent-hand:before {
  content: "\ef65";
}
.fi-sr-tally:before {
  content: "\ef66";
}
.fi-sr-tally-1:before {
  content: "\ef67";
}
.fi-sr-tally-2:before {
  content: "\ef68";
}
.fi-sr-tally-3:before {
  content: "\ef69";
}
.fi-sr-tally-4:before {
  content: "\ef6a";
}
.fi-sr-tamale:before {
  content: "\ef6b";
}
.fi-sr-tank-water:before {
  content: "\ef6d";
}
.fi-sr-tap:before {
  content: "\ef6e";
}
.fi-sr-tape:before {
  content: "\ef6f";
}
.fi-sr-target:before {
  content: "\ef70";
}
.fi-sr-target-audience:before {
  content: "\ef71";
}
.fi-sr-tattoo-machine:before {
  content: "\ef72";
}
.fi-sr-tax:before {
  content: "\ef73";
}
.fi-sr-tax-alt:before {
  content: "\ef74";
}
.fi-sr-taxi:before {
  content: "\ef75";
}
.fi-sr-taxi-bus:before {
  content: "\ef76";
}
.fi-sr-team-check:before {
  content: "\ef77";
}
.fi-sr-team-check-alt:before {
  content: "\ef78";
}
.fi-sr-teddy-bear:before {
  content: "\ef79";
}
.fi-sr-teeth-open:before {
  content: "\ef7a";
}
.fi-sr-telescope:before {
  content: "\ef7c";
}
.fi-sr-temperature-down:before {
  content: "\ef7d";
}
.fi-sr-temperature-frigid:before {
  content: "\ef7e";
}
.fi-sr-temperature-high:before {
  content: "\ef7f";
}
.fi-sr-temperature-list:before {
  content: "\ef80";
}
.fi-sr-temperature-low:before {
  content: "\ef81";
}
.fi-sr-temperature-up:before {
  content: "\ef82";
}
.fi-sr-template:before {
  content: "\ef83";
}
.fi-sr-template-alt:before {
  content: "\ef84";
}
.fi-sr-tenge:before {
  content: "\ef86";
}
.fi-sr-tennis:before {
  content: "\ef87";
}
.fi-sr-tent-arrow-down-to-line:before {
  content: "\ef88";
}
.fi-sr-tent-arrow-left-right:before {
  content: "\ef89";
}
.fi-sr-tent-arrow-turn-left:before {
  content: "\ef8a";
}
.fi-sr-tent-arrows-down:before {
  content: "\ef8b";
}
.fi-sr-tents:before {
  content: "\ef8c";
}
.fi-sr-terminal:before {
  content: "\ef8d";
}
.fi-sr-terrace:before {
  content: "\ef90";
}
.fi-sr-test:before {
  content: "\ef91";
}
.fi-sr-test-tube:before {
  content: "\ef92";
}
.fi-sr-text:before {
  content: "\ef93";
}
.fi-sr-text-box:before {
  content: "\ef94";
}
.fi-sr-text-box-dots:before {
  content: "\ef95";
}
.fi-sr-text-box-edit:before {
  content: "\ef96";
}
.fi-sr-text-check:before {
  content: "\ef97";
}
.fi-sr-text-height:before {
  content: "\ef98";
}
.fi-sr-text-input-left:before {
  content: "\ef99";
}
.fi-sr-text-shadow:before {
  content: "\ef9a";
}
.fi-sr-text-size:before {
  content: "\ef9b";
}
.fi-sr-text-slash:before {
  content: "\ef9c";
}
.fi-sr-text-width:before {
  content: "\ef9d";
}
.fi-sr-theater-masks:before {
  content: "\ef9f";
}
.fi-sr-thermometer-alt:before {
  content: "\efa0";
}
.fi-sr-thermometer-empty:before {
  content: "\efa1";
}
.fi-sr-thermometer-full:before {
  content: "\efa2";
}
.fi-sr-thermometer-half:before {
  content: "\efa3";
}
.fi-sr-thermometer-quarter:before {
  content: "\efa4";
}
.fi-sr-thermometer-three-quarters:before {
  content: "\efa5";
}
.fi-sr-theta:before {
  content: "\efa6";
}
.fi-sr-third:before {
  content: "\efa7";
}
.fi-sr-third-award:before {
  content: "\efa8";
}
.fi-sr-third-laurel:before {
  content: "\efa9";
}
.fi-sr-third-medal:before {
  content: "\efaa";
}
.fi-sr-thought-bubble:before {
  content: "\efab";
}
.fi-sr-three-direction:before {
  content: "\efad";
}
.fi-sr-three-leaf-clover:before {
  content: "\efae";
}
.fi-sr-thumbs-down:before {
  content: "\efaf";
}
.fi-sr-thumbs-up:before {
  content: "\efb0";
}
.fi-sr-thumbs-up-trust:before {
  content: "\efb1";
}
.fi-sr-thumbtack:before {
  content: "\efb2";
}
.fi-sr-thumbtack-slash:before {
  content: "\efb3";
}
.fi-sr-thunderstorm:before {
  content: "\efb4";
}
.fi-sr-thunderstorm-moon:before {
  content: "\efb5";
}
.fi-sr-thunderstorm-risk:before {
  content: "\efb6";
}
.fi-sr-thunderstorm-sun:before {
  content: "\efb7";
}
.fi-sr-thursday:before {
  content: "\efb8";
}
.fi-sr-ticket:before {
  content: "\efb9";
}
.fi-sr-ticket-airline:before {
  content: "\efba";
}
.fi-sr-ticket-alt:before {
  content: "\efbb";
}
.fi-sr-tickets:before {
  content: "\efbc";
}
.fi-sr-tickets-airline:before {
  content: "\efbd";
}
.fi-sr-tie:before {
  content: "\efbe";
}
.fi-sr-tilde:before {
  content: "\efc0";
}
.fi-sr-time-add:before {
  content: "\efc1";
}
.fi-sr-time-check:before {
  content: "\efc2";
}
.fi-sr-time-delete:before {
  content: "\efc3";
}
.fi-sr-time-fast:before {
  content: "\efc4";
}
.fi-sr-time-forward:before {
  content: "\efc5";
}
.fi-sr-time-forward-sixty:before {
  content: "\efc6";
}
.fi-sr-time-forward-ten:before {
  content: "\efc7";
}
.fi-sr-time-half-past:before {
  content: "\efc8";
}
.fi-sr-time-oclock:before {
  content: "\efc9";
}
.fi-sr-time-past:before {
  content: "\efca";
}
.fi-sr-time-quarter-past:before {
  content: "\efcb";
}
.fi-sr-time-quarter-to:before {
  content: "\efcc";
}
.fi-sr-time-twenty-four:before {
  content: "\efcd";
}
.fi-sr-time-watch-calendar:before {
  content: "\efce";
}
.fi-sr-timer-clock-call:before {
  content: "\efcf";
}
.fi-sr-times-hexagon:before {
  content: "\efd0";
}
.fi-sr-tint-slash:before {
  content: "\efd1";
}
.fi-sr-tip-button:before {
  content: "\efd2";
}
.fi-sr-tip-button-hand:before {
  content: "\efd3";
}
.fi-sr-tip-coin:before {
  content: "\efd4";
}
.fi-sr-tire:before {
  content: "\efd8";
}
.fi-sr-tire-flat:before {
  content: "\efd9";
}
.fi-sr-tire-pressure-warning:before {
  content: "\efda";
}
.fi-sr-tire-rugged:before {
  content: "\efdb";
}
.fi-sr-tired:before {
  content: "\efdc";
}
.fi-sr-to-do:before {
  content: "\efdd";
}
.fi-sr-to-do-alt:before {
  content: "\efde";
}
.fi-sr-together-people:before {
  content: "\efe1";
}
.fi-sr-toggle-off:before {
  content: "\efe3";
}
.fi-sr-toggle-on:before {
  content: "\efe4";
}
.fi-sr-toilet:before {
  content: "\efe5";
}
.fi-sr-toilet-paper-blank:before {
  content: "\efe6";
}
.fi-sr-toilet-paper-blank-under:before {
  content: "\efe7";
}
.fi-sr-toilet-paper-slash:before {
  content: "\efe8";
}
.fi-sr-toilet-paper-under:before {
  content: "\efe9";
}
.fi-sr-toilet-paper-under-slash:before {
  content: "\efea";
}
.fi-sr-toilet-paper-xmark:before {
  content: "\efeb";
}
.fi-sr-toilets-portable:before {
  content: "\efec";
}
.fi-sr-token:before {
  content: "\efed";
}
.fi-sr-tomato:before {
  content: "\efee";
}
.fi-sr-tombstone:before {
  content: "\efef";
}
.fi-sr-tombstone-alt:before {
  content: "\eff0";
}
.fi-sr-tool-box:before {
  content: "\eff1";
}
.fi-sr-tool-crop:before {
  content: "\eff2";
}
.fi-sr-tool-marquee:before {
  content: "\eff3";
}
.fi-sr-tools:before {
  content: "\eff4";
}
.fi-sr-tooth:before {
  content: "\eff5";
}
.fi-sr-toothbrush:before {
  content: "\eff6";
}
.fi-sr-torch-inspiration-leader:before {
  content: "\eff7";
}
.fi-sr-torii-gate:before {
  content: "\eff8";
}
.fi-sr-tornado:before {
  content: "\eff9";
}
.fi-sr-total:before {
  content: "\effa";
}
.fi-sr-tour-guide-people:before {
  content: "\effb";
}
.fi-sr-tour-virtual:before {
  content: "\effc";
}
.fi-sr-tower-control:before {
  content: "\effe";
}
.fi-sr-track:before {
  content: "\efff";
}
.fi-sr-tractor:before {
  content: "\f000";
}
.fi-sr-trademark:before {
  content: "\f001";
}
.fi-sr-traffic-cone:before {
  content: "\f002";
}
.fi-sr-traffic-light:before {
  content: "\f003";
}
.fi-sr-traffic-light-go:before {
  content: "\f004";
}
.fi-sr-traffic-light-slow:before {
  content: "\f005";
}
.fi-sr-traffic-light-stop:before {
  content: "\f006";
}
.fi-sr-trailer:before {
  content: "\f007";
}
.fi-sr-train:before {
  content: "\f008";
}
.fi-sr-train-journey:before {
  content: "\f009";
}
.fi-sr-train-side:before {
  content: "\f00a";
}
.fi-sr-train-station:before {
  content: "\f00b";
}
.fi-sr-train-station-building:before {
  content: "\f00c";
}
.fi-sr-train-subway-tunnel:before {
  content: "\f00d";
}
.fi-sr-train-track:before {
  content: "\f00e";
}
.fi-sr-train-tram:before {
  content: "\f00f";
}
.fi-sr-tram:before {
  content: "\f010";
}
.fi-sr-transaction-euro:before {
  content: "\f011";
}
.fi-sr-transaction-globe:before {
  content: "\f012";
}
.fi-sr-transaction-yen:before {
  content: "\f013";
}
.fi-sr-transform:before {
  content: "\f014";
}
.fi-sr-transformation-block:before {
  content: "\f015";
}
.fi-sr-transformation-circle:before {
  content: "\f016";
}
.fi-sr-transformation-design:before {
  content: "\f017";
}
.fi-sr-transformation-shapes:before {
  content: "\f018";
}
.fi-sr-transformer-bolt:before {
  content: "\f019";
}
.fi-sr-transgender:before {
  content: "\f01a";
}
.fi-sr-translate:before {
  content: "\f01b";
}
.fi-sr-transparency:before {
  content: "\f01c";
}
.fi-sr-transporter:before {
  content: "\f01d";
}
.fi-sr-transporter-1:before {
  content: "\f01e";
}
.fi-sr-transporter-2:before {
  content: "\f01f";
}
.fi-sr-transporter-3:before {
  content: "\f020";
}
.fi-sr-transporter-4:before {
  content: "\f021";
}
.fi-sr-transporter-5:before {
  content: "\f022";
}
.fi-sr-transporter-6:before {
  content: "\f023";
}
.fi-sr-transporter-7:before {
  content: "\f024";
}
.fi-sr-transporter-empty:before {
  content: "\f025";
}
.fi-sr-trash:before {
  content: "\f026";
}
.fi-sr-trash-bag:before {
  content: "\f027";
}
.fi-sr-trash-can-check:before {
  content: "\f028";
}
.fi-sr-trash-can-clock:before {
  content: "\f029";
}
.fi-sr-trash-can-list:before {
  content: "\f02a";
}
.fi-sr-trash-can-plus:before {
  content: "\f02b";
}
.fi-sr-trash-can-slash:before {
  content: "\f02c";
}
.fi-sr-trash-check:before {
  content: "\f02d";
}
.fi-sr-trash-clock:before {
  content: "\f02e";
}
.fi-sr-trash-empty:before {
  content: "\f02f";
}
.fi-sr-trash-list:before {
  content: "\f030";
}
.fi-sr-trash-plus:before {
  content: "\f031";
}
.fi-sr-trash-restore:before {
  content: "\f032";
}
.fi-sr-trash-restore-alt:before {
  content: "\f033";
}
.fi-sr-trash-slash:before {
  content: "\f034";
}
.fi-sr-trash-undo:before {
  content: "\f035";
}
.fi-sr-trash-undo-alt:before {
  content: "\f036";
}
.fi-sr-trash-xmark:before {
  content: "\f037";
}
.fi-sr-treadmill:before {
  content: "\f039";
}
.fi-sr-treasure-chest:before {
  content: "\f03a";
}
.fi-sr-treatment:before {
  content: "\f03b";
}
.fi-sr-tree:before {
  content: "\f03c";
}
.fi-sr-tree-alt:before {
  content: "\f03d";
}
.fi-sr-tree-christmas:before {
  content: "\f03e";
}
.fi-sr-tree-deciduous:before {
  content: "\f03f";
}
.fi-sr-trees:before {
  content: "\f041";
}
.fi-sr-trees-alt:before {
  content: "\f042";
}
.fi-sr-triangle:before {
  content: "\f044";
}
.fi-sr-triangle-music:before {
  content: "\f045";
}
.fi-sr-triangle-person-digging:before {
  content: "\f046";
}
.fi-sr-triangle-warning:before {
  content: "\f047";
}
.fi-sr-tricycle:before {
  content: "\f048";
}
.fi-sr-trillium:before {
  content: "\f049";
}
.fi-sr-troph-cap:before {
  content: "\f04c";
}
.fi-sr-trophy:before {
  content: "\f04d";
}
.fi-sr-trophy-achievement-skill:before {
  content: "\f04e";
}
.fi-sr-trophy-star:before {
  content: "\f04f";
}
.fi-sr-truck-arrow-left:before {
  content: "\f050";
}
.fi-sr-truck-arrow-right:before {
  content: "\f051";
}
.fi-sr-truck-bolt:before {
  content: "\f052";
}
.fi-sr-truck-box:before {
  content: "\f053";
}
.fi-sr-truck-check:before {
  content: "\f054";
}
.fi-sr-truck-container:before {
  content: "\f056";
}
.fi-sr-truck-container-empty:before {
  content: "\f057";
}
.fi-sr-truck-couch:before {
  content: "\f058";
}
.fi-sr-truck-droplet:before {
  content: "\f059";
}
.fi-sr-truck-fire:before {
  content: "\f05a";
}
.fi-sr-truck-flatbed:before {
  content: "\f05b";
}
.fi-sr-truck-front:before {
  content: "\f05c";
}
.fi-sr-truck-ladder:before {
  content: "\f05d";
}
.fi-sr-truck-loading:before {
  content: "\f05e";
}
.fi-sr-truck-medical:before {
  content: "\f05f";
}
.fi-sr-truck-monster:before {
  content: "\f060";
}
.fi-sr-truck-moving:before {
  content: "\f061";
}
.fi-sr-truck-pickup:before {
  content: "\f062";
}
.fi-sr-truck-plow:before {
  content: "\f063";
}
.fi-sr-truck-ramp:before {
  content: "\f064";
}
.fi-sr-truck-side:before {
  content: "\f065";
}
.fi-sr-truck-tow:before {
  content: "\f066";
}
.fi-sr-truck-utensils:before {
  content: "\f067";
}
.fi-sr-trumpet:before {
  content: "\f068";
}
.fi-sr-trust:before {
  content: "\f069";
}
.fi-sr-trust-alt:before {
  content: "\f06a";
}
.fi-sr-tshirt:before {
  content: "\f06b";
}
.fi-sr-tty:before {
  content: "\f06c";
}
.fi-sr-tty-answer:before {
  content: "\f06d";
}
.fi-sr-tubes:before {
  content: "\f06e";
}
.fi-sr-tuesday:before {
  content: "\f070";
}
.fi-sr-tugrik-sign:before {
  content: "\f071";
}
.fi-sr-turkey:before {
  content: "\f073";
}
.fi-sr-turn-left:before {
  content: "\f074";
}
.fi-sr-turn-left-down:before {
  content: "\f075";
}
.fi-sr-turn-right:before {
  content: "\f076";
}
.fi-sr-turntable:before {
  content: "\f077";
}
.fi-sr-turtle:before {
  content: "\f078";
}
.fi-sr-tv-music:before {
  content: "\f079";
}
.fi-sr-tv-retro:before {
  content: "\f07a";
}
.fi-sr-two-nails:before {
  content: "\f080";
}
.fi-sr-two-swords:before {
  content: "\f081";
}
.fi-sr-typewriter:before {
  content: "\f083";
}
.fi-sr-u:before {
  content: "\f084";
}
.fi-sr-ufo:before {
  content: "\f087";
}
.fi-sr-ufo-beam:before {
  content: "\f088";
}
.fi-sr-ui-ux:before {
  content: "\f089";
}
.fi-sr-umbrella:before {
  content: "\f08a";
}
.fi-sr-umbrella-beach:before {
  content: "\f08b";
}
.fi-sr-under-construction:before {
  content: "\f08c";
}
.fi-sr-underline:before {
  content: "\f08d";
}
.fi-sr-undo:before {
  content: "\f08e";
}
.fi-sr-undo-alt:before {
  content: "\f08f";
}
.fi-sr-unicorn:before {
  content: "\f090";
}
.fi-sr-uniform-martial-arts:before {
  content: "\f091";
}
.fi-sr-universal-access:before {
  content: "\f094";
}
.fi-sr-unlock:before {
  content: "\f095";
}
.fi-sr-up:before {
  content: "\f097";
}
.fi-sr-up-from-bracket:before {
  content: "\f098";
}
.fi-sr-up-left:before {
  content: "\f099";
}
.fi-sr-up-right:before {
  content: "\f09a";
}
.fi-sr-up-right-from-square:before {
  content: "\f09b";
}
.fi-sr-upload:before {
  content: "\f09c";
}
.fi-sr-url:before {
  content: "\f09f";
}
.fi-sr-usa-map:before {
  content: "\f0a0";
}
.fi-sr-usa-map-pin:before {
  content: "\f0a1";
}
.fi-sr-usb-pendrive:before {
  content: "\f0a3";
}
.fi-sr-usd-circle:before {
  content: "\f0a4";
}
.fi-sr-usd-square:before {
  content: "\f0a5";
}
.fi-sr-user:before {
  content: "\f0a7";
}
.fi-sr-user-add:before {
  content: "\f0a8";
}
.fi-sr-user-alien:before {
  content: "\f0a9";
}
.fi-sr-user-astronaut:before {
  content: "\f0aa";
}
.fi-sr-user-check:before {
  content: "\f0ab";
}
.fi-sr-user-chef:before {
  content: "\f0ac";
}
.fi-sr-user-coach:before {
  content: "\f0ad";
}
.fi-sr-user-cowboy:before {
  content: "\f0ae";
}
.fi-sr-user-crown:before {
  content: "\f0af";
}
.fi-sr-user-dj:before {
  content: "\f0b1";
}
.fi-sr-user-eating:before {
  content: "\f0b2";
}
.fi-sr-user-experience:before {
  content: "\f0b3";
}
.fi-sr-user-fast-running:before {
  content: "\f0b4";
}
.fi-sr-user-forbidden:before {
  content: "\f0b5";
}
.fi-sr-user-forbidden-alt:before {
  content: "\f0b6";
}
.fi-sr-user-gear:before {
  content: "\f0b7";
}
.fi-sr-user-graduate:before {
  content: "\f0b8";
}
.fi-sr-user-hard-work:before {
  content: "\f0b9";
}
.fi-sr-user-headset:before {
  content: "\f0ba";
}
.fi-sr-user-helmet-safety:before {
  content: "\f0bb";
}
.fi-sr-user-india:before {
  content: "\f0bc";
}
.fi-sr-user-injured:before {
  content: "\f0bd";
}
.fi-sr-user-interface-ui:before {
  content: "\f0be";
}
.fi-sr-user-key:before {
  content: "\f0bf";
}
.fi-sr-user-language:before {
  content: "\f0c0";
}
.fi-sr-user-lock:before {
  content: "\f0c1";
}
.fi-sr-user-md:before {
  content: "\f0c2";
}
.fi-sr-user-md-chat:before {
  content: "\f0c3";
}
.fi-sr-user-minus:before {
  content: "\f0c4";
}
.fi-sr-user-music:before {
  content: "\f0c5";
}
.fi-sr-user-ninja:before {
  content: "\f0c6";
}
.fi-sr-user-nurse:before {
  content: "\f0c7";
}
.fi-sr-user-pen:before {
  content: "\f0c9";
}
.fi-sr-user-pilot:before {
  content: "\f0ca";
}
.fi-sr-user-pilot-tie:before {
  content: "\f0cb";
}
.fi-sr-user-police:before {
  content: "\f0cc";
}
.fi-sr-user-roadmap:before {
  content: "\f0cd";
}
.fi-sr-user-robot:before {
  content: "\f0ce";
}
.fi-sr-user-robot-xmarks:before {
  content: "\f0cf";
}
.fi-sr-user-salary:before {
  content: "\f0d0";
}
.fi-sr-user-shield:before {
  content: "\f0d1";
}
.fi-sr-user-skill-gear:before {
  content: "\f0d3";
}
.fi-sr-user-slash:before {
  content: "\f0d4";
}
.fi-sr-user-speaking:before {
  content: "\f0d5";
}
.fi-sr-user-stress:before {
  content: "\f0d6";
}
.fi-sr-user-suitcase:before {
  content: "\f0d7";
}
.fi-sr-user-tag:before {
  content: "\f0d8";
}
.fi-sr-user-time:before {
  content: "\f0d9";
}
.fi-sr-user-trust:before {
  content: "\f0da";
}
.fi-sr-user-unlock:before {
  content: "\f0db";
}
.fi-sr-user-visor:before {
  content: "\f0dc";
}
.fi-sr-user-volunteer:before {
  content: "\f0dd";
}
.fi-sr-user-xmark:before {
  content: "\f0de";
}
.fi-sr-users:before {
  content: "\f0df";
}
.fi-sr-users-alt:before {
  content: "\f0e0";
}
.fi-sr-users-class:before {
  content: "\f0e1";
}
.fi-sr-users-gear:before {
  content: "\f0e4";
}
.fi-sr-users-loyalty:before {
  content: "\f0e5";
}
.fi-sr-users-medical:before {
  content: "\f0e6";
}
.fi-sr-users-slash:before {
  content: "\f0e7";
}
.fi-sr-utensils:before {
  content: "\f0e8";
}
.fi-sr-utensils-slash:before {
  content: "\f0e9";
}
.fi-sr-utility-pole:before {
  content: "\f0ea";
}
.fi-sr-utility-pole-double:before {
  content: "\f0eb";
}
.fi-sr-ux:before {
  content: "\f0ec";
}
.fi-sr-ux-browser:before {
  content: "\f0ed";
}
.fi-sr-v:before {
  content: "\f0ee";
}
.fi-sr-vacuum:before {
  content: "\f0f0";
}
.fi-sr-vacuum-robot:before {
  content: "\f0f1";
}
.fi-sr-value-absolute:before {
  content: "\f0f2";
}
.fi-sr-vault:before {
  content: "\f0f3";
}
.fi-sr-vector:before {
  content: "\f0f4";
}
.fi-sr-vector-alt:before {
  content: "\f0f5";
}
.fi-sr-vector-circle:before {
  content: "\f0f6";
}
.fi-sr-vector-polygon:before {
  content: "\f0f7";
}
.fi-sr-venus:before {
  content: "\f0f8";
}
.fi-sr-venus-double:before {
  content: "\f0f9";
}
.fi-sr-venus-mars:before {
  content: "\f0fa";
}
.fi-sr-vest:before {
  content: "\f0fc";
}
.fi-sr-vest-patches:before {
  content: "\f0fd";
}
.fi-sr-video-arrow-down-left:before {
  content: "\f0fe";
}
.fi-sr-video-arrow-up-right:before {
  content: "\f0ff";
}
.fi-sr-video-camera:before {
  content: "\f100";
}
.fi-sr-video-camera-alt:before {
  content: "\f101";
}
.fi-sr-video-duration:before {
  content: "\f102";
}
.fi-sr-video-plus:before {
  content: "\f103";
}
.fi-sr-video-slash:before {
  content: "\f104";
}
.fi-sr-videoconference:before {
  content: "\f105";
}
.fi-sr-vihara:before {
  content: "\f107";
}
.fi-sr-violin:before {
  content: "\f109";
}
.fi-sr-virus:before {
  content: "\f10a";
}
.fi-sr-virus-slash:before {
  content: "\f10b";
}
.fi-sr-viruses:before {
  content: "\f10c";
}
.fi-sr-vision:before {
  content: "\f10e";
}
.fi-sr-vision-sense:before {
  content: "\f10f";
}
.fi-sr-vision-target:before {
  content: "\f110";
}
.fi-sr-visit:before {
  content: "\f111";
}
.fi-sr-voicemail:before {
  content: "\f114";
}
.fi-sr-volcano:before {
  content: "\f115";
}
.fi-sr-volleyball:before {
  content: "\f116";
}
.fi-sr-volume:before {
  content: "\f117";
}
.fi-sr-volume-down:before {
  content: "\f118";
}
.fi-sr-volume-mute:before {
  content: "\f119";
}
.fi-sr-volume-off:before {
  content: "\f11a";
}
.fi-sr-volume-slash:before {
  content: "\f11b";
}
.fi-sr-volunteer-vest:before {
  content: "\f11c";
}
.fi-sr-vote-nay:before {
  content: "\f11d";
}
.fi-sr-vote-yea:before {
  content: "\f11e";
}
.fi-sr-vpn:before {
  content: "\f11f";
}
.fi-sr-vpn-globe:before {
  content: "\f120";
}
.fi-sr-vpn-laptop:before {
  content: "\f121";
}
.fi-sr-vpn-shield:before {
  content: "\f122";
}
.fi-sr-vr-cardboard:before {
  content: "\f123";
}
.fi-sr-w:before {
  content: "\f124";
}
.fi-sr-waffle:before {
  content: "\f125";
}
.fi-sr-wagon-covered:before {
  content: "\f126";
}
.fi-sr-walker:before {
  content: "\f127";
}
.fi-sr-walkie-talkie:before {
  content: "\f128";
}
.fi-sr-walking:before {
  content: "\f129";
}
.fi-sr-wallet:before {
  content: "\f12a";
}
.fi-sr-wallet-arrow:before {
  content: "\f12b";
}
.fi-sr-wallet-buyer:before {
  content: "\f12c";
}
.fi-sr-wallet-income:before {
  content: "\f12d";
}
.fi-sr-wallet-nft:before {
  content: "\f12e";
}
.fi-sr-warehouse-alt:before {
  content: "\f131";
}
.fi-sr-warranty:before {
  content: "\f132";
}
.fi-sr-washer:before {
  content: "\f133";
}
.fi-sr-waste:before {
  content: "\f134";
}
.fi-sr-waste-pollution:before {
  content: "\f135";
}
.fi-sr-watch:before {
  content: "\f136";
}
.fi-sr-watch-calculator:before {
  content: "\f137";
}
.fi-sr-watch-fitness:before {
  content: "\f138";
}
.fi-sr-watch-smart:before {
  content: "\f139";
}
.fi-sr-water:before {
  content: "\f13a";
}
.fi-sr-water-bottle:before {
  content: "\f13b";
}
.fi-sr-water-ladder:before {
  content: "\f13c";
}
.fi-sr-water-lower:before {
  content: "\f13d";
}
.fi-sr-water-rise:before {
  content: "\f13e";
}
.fi-sr-watermelon:before {
  content: "\f13f";
}
.fi-sr-wave:before {
  content: "\f141";
}
.fi-sr-wave-sine:before {
  content: "\f142";
}
.fi-sr-wave-square:before {
  content: "\f143";
}
.fi-sr-wave-triangle:before {
  content: "\f144";
}
.fi-sr-waveform:before {
  content: "\f145";
}
.fi-sr-waveform-path:before {
  content: "\f147";
}
.fi-sr-web-design:before {
  content: "\f149";
}
.fi-sr-web-test:before {
  content: "\f14a";
}
.fi-sr-webcam:before {
  content: "\f14b";
}
.fi-sr-webcam-slash:before {
  content: "\f14c";
}
.fi-sr-webhook:before {
  content: "\f14d";
}
.fi-sr-wednesday:before {
  content: "\f14e";
}
.fi-sr-whale:before {
  content: "\f150";
}
.fi-sr-wheat:before {
  content: "\f152";
}
.fi-sr-wheat-awn:before {
  content: "\f153";
}
.fi-sr-wheat-awn-circle-exclamation:before {
  content: "\f154";
}
.fi-sr-wheat-awn-slash:before {
  content: "\f155";
}
.fi-sr-wheat-slash:before {
  content: "\f156";
}
.fi-sr-wheelchair:before {
  content: "\f157";
}
.fi-sr-wheelchair-move:before {
  content: "\f158";
}
.fi-sr-wheelchair-sleeping:before {
  content: "\f159";
}
.fi-sr-whistle:before {
  content: "\f15a";
}
.fi-sr-white-space:before {
  content: "\f15b";
}
.fi-sr-wifi:before {
  content: "\f15c";
}
.fi-sr-wifi-1:before {
  content: "\f15d";
}
.fi-sr-wifi-2:before {
  content: "\f15e";
}
.fi-sr-wifi-alt:before {
  content: "\f15f";
}
.fi-sr-wifi-exclamation:before {
  content: "\f160";
}
.fi-sr-wifi-slash:before {
  content: "\f161";
}
.fi-sr-wifi-xmark:before {
  content: "\f162";
}
.fi-sr-wind:before {
  content: "\f164";
}
.fi-sr-wind-turbine:before {
  content: "\f165";
}
.fi-sr-wind-warning:before {
  content: "\f166";
}
.fi-sr-window-alt:before {
  content: "\f167";
}
.fi-sr-window-frame:before {
  content: "\f168";
}
.fi-sr-window-frame-open:before {
  content: "\f169";
}
.fi-sr-window-maximize:before {
  content: "\f16a";
}
.fi-sr-window-minimize:before {
  content: "\f16b";
}
.fi-sr-window-restore:before {
  content: "\f16c";
}
.fi-sr-windsock:before {
  content: "\f16e";
}
.fi-sr-wine-bottle:before {
  content: "\f16f";
}
.fi-sr-wine-glass-crack:before {
  content: "\f170";
}
.fi-sr-wine-glass-empty:before {
  content: "\f171";
}
.fi-sr-wisdom:before {
  content: "\f173";
}
.fi-sr-wishlist-heart:before {
  content: "\f174";
}
.fi-sr-wishlist-star:before {
  content: "\f175";
}
.fi-sr-woman-head:before {
  content: "\f177";
}
.fi-sr-woman-scientist:before {
  content: "\f178";
}
.fi-sr-won-sign:before {
  content: "\f179";
}
.fi-sr-work-in-progress:before {
  content: "\f17b";
}
.fi-sr-workflow:before {
  content: "\f17c";
}
.fi-sr-workflow-alt:before {
  content: "\f17d";
}
.fi-sr-workflow-setting:before {
  content: "\f17e";
}
.fi-sr-workflow-setting-alt:before {
  content: "\f17f";
}
.fi-sr-workshop:before {
  content: "\f181";
}
.fi-sr-world:before {
  content: "\f182";
}
.fi-sr-worldwide-network:before {
  content: "\f183";
}
.fi-sr-worm:before {
  content: "\f184";
}
.fi-sr-wreath:before {
  content: "\f185";
}
.fi-sr-wrench-alt:before {
  content: "\f186";
}
.fi-sr-wrench-simple:before {
  content: "\f187";
}
.fi-sr-x:before {
  content: "\f18a";
}
.fi-sr-x-ray:before {
  content: "\f18b";
}
.fi-sr-y:before {
  content: "\f18e";
}
.fi-sr-yen:before {
  content: "\f192";
}
.fi-sr-yin-yang:before {
  content: "\f193";
}
.fi-sr-yoga-mat:before {
  content: "\f196";
}
.fi-sr-yoga-moon:before {
  content: "\f197";
}
.fi-sr-yoga-posture:before {
  content: "\f198";
}
.fi-sr-z:before {
  content: "\f19a";
}
.fi-sr-zero-percent:before {
  content: "\f19b";
}
.fi-sr-zip-file:before {
  content: "\f19c";
}
.fi-sr-zoom-in:before {
  content: "\f19e";
}
.fi-sr-zoom-out:before {
  content: "\f19f";
}
.fi-sr-it-computer:before {
  content: "\f106";
}
.fi-sr-pinata:before {
  content: "\f108";
}
@font-face {
  font-family: "uicons-thin-rounded";
  src: url("./webfonts/uicons-thin-rounded.woff2") format("woff2"), url("./webfonts/uicons-thin-rounded.woff") format("woff"), url("./webfonts/uicons-thin-rounded.eot#iefix") format("embedded-opentype");
  font-display: swap;
}
i[class^="fi-tr-"], i[class*=" fi-tr-"], span[class^="fi-tr-"], span[class*=" fi-tr-"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  line-height: 1;
}
i[class^="fi-tr-"]:before, i[class*=" fi-tr-"]:before, span[class^="fi-tr-"]:before, span[class*="fi-tr-"]:before {
  font-family: uicons-thin-rounded !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fi-tr-0:before {
  content: "\e001";
}
.fi-tr-00s-music-disc:before {
  content: "\e002";
}
.fi-tr-1:before {
  content: "\e003";
}
.fi-tr-2:before {
  content: "\e007";
}
.fi-tr-3:before {
  content: "\e009";
}
.fi-tr-360-degrees:before {
  content: "\e00b";
}
.fi-tr-4:before {
  content: "\e00d";
}
.fi-tr-404:before {
  content: "\e00f";
}
.fi-tr-5:before {
  content: "\e010";
}
.fi-tr-6:before {
  content: "\e013";
}
.fi-tr-60s-music-disc:before {
  content: "\e014";
}
.fi-tr-7:before {
  content: "\e015";
}
.fi-tr-70s-music-disc:before {
  content: "\e016";
}
.fi-tr-8:before {
  content: "\e017";
}
.fi-tr-80s-music-disc:before {
  content: "\e018";
}
.fi-tr-9:before {
  content: "\e019";
}
.fi-tr-90s-music-disc:before {
  content: "\e01a";
}
.fi-tr-a:before {
  content: "\e01b";
}
.fi-tr-abacus:before {
  content: "\e01c";
}
.fi-tr-accident:before {
  content: "\e01f";
}
.fi-tr-acorn:before {
  content: "\e021";
}
.fi-tr-ad:before {
  content: "\e023";
}
.fi-tr-ad-forbidden:before {
  content: "\e024";
}
.fi-tr-ad-paid:before {
  content: "\e025";
}
.fi-tr-add:before {
  content: "\e026";
}
.fi-tr-add-document:before {
  content: "\e028";
}
.fi-tr-add-folder:before {
  content: "\e029";
}
.fi-tr-add-image:before {
  content: "\e02a";
}
.fi-tr-address-book:before {
  content: "\e02b";
}
.fi-tr-address-card:before {
  content: "\e02c";
}
.fi-tr-admin:before {
  content: "\e02d";
}
.fi-tr-admin-alt:before {
  content: "\e02e";
}
.fi-tr-age:before {
  content: "\e038";
}
.fi-tr-age-alt:before {
  content: "\e039";
}
.fi-tr-age-restriction-eighteen:before {
  content: "\e03a";
}
.fi-tr-age-restriction-seven:before {
  content: "\e03b";
}
.fi-tr-age-restriction-six:before {
  content: "\e03c";
}
.fi-tr-age-restriction-sixteen:before {
  content: "\e03d";
}
.fi-tr-age-restriction-thirteen:before {
  content: "\e03f";
}
.fi-tr-age-restriction-three:before {
  content: "\e040";
}
.fi-tr-age-restriction-twelve:before {
  content: "\e041";
}
.fi-tr-age-restriction-twenty-one:before {
  content: "\e042";
}
.fi-tr-age-restriction-zero:before {
  content: "\e043";
}
.fi-tr-air-conditioner:before {
  content: "\e046";
}
.fi-tr-air-freshener:before {
  content: "\e047";
}
.fi-tr-air-pollution:before {
  content: "\e048";
}
.fi-tr-airplane-journey:before {
  content: "\e04a";
}
.fi-tr-airplane-window-open:before {
  content: "\e04b";
}
.fi-tr-airplay:before {
  content: "\e04c";
}
.fi-tr-alarm-clock:before {
  content: "\e04d";
}
.fi-tr-alarm-exclamation:before {
  content: "\e04e";
}
.fi-tr-alarm-plus:before {
  content: "\e04f";
}
.fi-tr-alarm-snooze:before {
  content: "\e050";
}
.fi-tr-album:before {
  content: "\e051";
}
.fi-tr-album-circle-plus:before {
  content: "\e052";
}
.fi-tr-album-circle-user:before {
  content: "\e053";
}
.fi-tr-album-collection:before {
  content: "\e054";
}
.fi-tr-algorithm:before {
  content: "\e056";
}
.fi-tr-alicorn:before {
  content: "\e057";
}
.fi-tr-alien:before {
  content: "\e058";
}
.fi-tr-align-center:before {
  content: "\e05a";
}
.fi-tr-align-justify:before {
  content: "\e05b";
}
.fi-tr-align-left:before {
  content: "\e05c";
}
.fi-tr-align-slash:before {
  content: "\e05d";
}
.fi-tr-ambulance:before {
  content: "\e05f";
}
.fi-tr-amp-guitar:before {
  content: "\e063";
}
.fi-tr-analyse:before {
  content: "\e066";
}
.fi-tr-analyse-alt:before {
  content: "\e067";
}
.fi-tr-anatomical-heart:before {
  content: "\e069";
}
.fi-tr-anchor:before {
  content: "\e06a";
}
.fi-tr-angel:before {
  content: "\e06c";
}
.fi-tr-angle:before {
  content: "\e06d";
}
.fi-tr-angle-90:before {
  content: "\e06e";
}
.fi-tr-angle-circle-down:before {
  content: "\e06f";
}
.fi-tr-angle-circle-left:before {
  content: "\e070";
}
.fi-tr-angle-circle-right:before {
  content: "\e071";
}
.fi-tr-angle-circle-up:before {
  content: "\e072";
}
.fi-tr-angle-double-left:before {
  content: "\e073";
}
.fi-tr-angle-double-right:before {
  content: "\e074";
}
.fi-tr-angle-double-small-down:before {
  content: "\e075";
}
.fi-tr-angle-double-small-left:before {
  content: "\e076";
}
.fi-tr-angle-double-small-right:before {
  content: "\e077";
}
.fi-tr-angle-double-small-up:before {
  content: "\e078";
}
.fi-tr-angle-down:before {
  content: "\e079";
}
.fi-tr-angle-left:before {
  content: "\e07a";
}
.fi-tr-angle-right:before {
  content: "\e07b";
}
.fi-tr-angle-small-down:before {
  content: "\e07c";
}
.fi-tr-angle-small-left:before {
  content: "\e07d";
}
.fi-tr-angle-small-right:before {
  content: "\e07e";
}
.fi-tr-angle-small-up:before {
  content: "\e07f";
}
.fi-tr-angle-square-down:before {
  content: "\e080";
}
.fi-tr-angle-square-left:before {
  content: "\e081";
}
.fi-tr-angle-square-right:before {
  content: "\e082";
}
.fi-tr-angle-square-up:before {
  content: "\e083";
}
.fi-tr-angle-up:before {
  content: "\e084";
}
.fi-tr-angles-up-down:before {
  content: "\e085";
}
.fi-tr-angry:before {
  content: "\e086";
}
.fi-tr-animated-icon:before {
  content: "\e088";
}
.fi-tr-ankh:before {
  content: "\e089";
}
.fi-tr-answer:before {
  content: "\e08a";
}
.fi-tr-answer-alt:before {
  content: "\e08b";
}
.fi-tr-apartment:before {
  content: "\e08c";
}
.fi-tr-aperture:before {
  content: "\e08d";
}
.fi-tr-api:before {
  content: "\e08e";
}
.fi-tr-app-notification:before {
  content: "\e090";
}
.fi-tr-apple:before {
  content: "\e092";
}
.fi-tr-apple-books:before {
  content: "\e093";
}
.fi-tr-apple-core:before {
  content: "\e094";
}
.fi-tr-apple-crate:before {
  content: "\e095";
}
.fi-tr-archway:before {
  content: "\e09d";
}
.fi-tr-arrow-alt-circle-down:before {
  content: "\e09f";
}
.fi-tr-arrow-alt-circle-left:before {
  content: "\e0a0";
}
.fi-tr-arrow-alt-circle-right:before {
  content: "\e0a1";
}
.fi-tr-arrow-alt-circle-up:before {
  content: "\e0a2";
}
.fi-tr-arrow-alt-down:before {
  content: "\e0a3";
}
.fi-tr-arrow-alt-from-bottom:before {
  content: "\e0a4";
}
.fi-tr-arrow-alt-from-left:before {
  content: "\e0a5";
}
.fi-tr-arrow-alt-from-right:before {
  content: "\e0a6";
}
.fi-tr-arrow-alt-from-top:before {
  content: "\e0a7";
}
.fi-tr-arrow-alt-left:before {
  content: "\e0a8";
}
.fi-tr-arrow-alt-right:before {
  content: "\e0a9";
}
.fi-tr-arrow-alt-square-down:before {
  content: "\e0aa";
}
.fi-tr-arrow-alt-square-left:before {
  content: "\e0ab";
}
.fi-tr-arrow-alt-square-right:before {
  content: "\e0ac";
}
.fi-tr-arrow-alt-square-up:before {
  content: "\e0ad";
}
.fi-tr-arrow-alt-to-bottom:before {
  content: "\e0ae";
}
.fi-tr-arrow-alt-to-left:before {
  content: "\e0af";
}
.fi-tr-arrow-alt-to-right:before {
  content: "\e0b0";
}
.fi-tr-arrow-alt-to-top:before {
  content: "\e0b1";
}
.fi-tr-arrow-alt-up:before {
  content: "\e0b2";
}
.fi-tr-arrow-circle-down:before {
  content: "\e0b3";
}
.fi-tr-arrow-circle-left:before {
  content: "\e0b4";
}
.fi-tr-arrow-circle-right:before {
  content: "\e0b5";
}
.fi-tr-arrow-circle-up:before {
  content: "\e0b6";
}
.fi-tr-arrow-comparison:before {
  content: "\e0b7";
}
.fi-tr-arrow-down:before {
  content: "\e0b8";
}
.fi-tr-arrow-down-from-arc:before {
  content: "\e0ba";
}
.fi-tr-arrow-down-from-dotted-line:before {
  content: "\e0bb";
}
.fi-tr-arrow-down-left:before {
  content: "\e0bc";
}
.fi-tr-arrow-down-small-big:before {
  content: "\e0bd";
}
.fi-tr-arrow-down-strenght:before {
  content: "\e0be";
}
.fi-tr-arrow-down-to-dotted-line:before {
  content: "\e0bf";
}
.fi-tr-arrow-down-to-square:before {
  content: "\e0c0";
}
.fi-tr-arrow-down-triangle-square:before {
  content: "\e0c1";
}
.fi-tr-arrow-from-bottom:before {
  content: "\e0c2";
}
.fi-tr-arrow-from-left:before {
  content: "\e0c3";
}
.fi-tr-arrow-from-right:before {
  content: "\e0c4";
}
.fi-tr-arrow-from-top:before {
  content: "\e0c5";
}
.fi-tr-arrow-left:before {
  content: "\e0c6";
}
.fi-tr-arrow-left-from-arc:before {
  content: "\e0c7";
}
.fi-tr-arrow-left-from-line:before {
  content: "\e0c8";
}
.fi-tr-arrow-left-to-arc:before {
  content: "\e0c9";
}
.fi-tr-arrow-progress:before {
  content: "\e0ca";
}
.fi-tr-arrow-progress-alt:before {
  content: "\e0cb";
}
.fi-tr-arrow-right:before {
  content: "\e0cc";
}
.fi-tr-arrow-right-to-bracket:before {
  content: "\e0cd";
}
.fi-tr-arrow-right-to-city:before {
  content: "\e0ce";
}
.fi-tr-arrow-small-down:before {
  content: "\e0cf";
}
.fi-tr-arrow-small-left:before {
  content: "\e0d0";
}
.fi-tr-arrow-small-right:before {
  content: "\e0d1";
}
.fi-tr-arrow-small-up:before {
  content: "\e0d2";
}
.fi-tr-arrow-square-down:before {
  content: "\e0d3";
}
.fi-tr-arrow-square-left:before {
  content: "\e0d4";
}
.fi-tr-arrow-square-right:before {
  content: "\e0d5";
}
.fi-tr-arrow-square-up:before {
  content: "\e0d6";
}
.fi-tr-arrow-to-bottom:before {
  content: "\e0d7";
}
.fi-tr-arrow-to-left:before {
  content: "\e0d8";
}
.fi-tr-arrow-to-right:before {
  content: "\e0d9";
}
.fi-tr-arrow-to-top:before {
  content: "\e0da";
}
.fi-tr-arrow-trend-down:before {
  content: "\e0db";
}
.fi-tr-arrow-trend-up:before {
  content: "\e0dc";
}
.fi-tr-arrow-turn-down-left:before {
  content: "\e0dd";
}
.fi-tr-arrow-turn-down-right:before {
  content: "\e0de";
}
.fi-tr-arrow-turn-left-up:before {
  content: "\e0e0";
}
.fi-tr-arrow-up:before {
  content: "\e0e2";
}
.fi-tr-arrow-up-from-dotted-line:before {
  content: "\e0e3";
}
.fi-tr-arrow-up-from-ground-water:before {
  content: "\e0e4";
}
.fi-tr-arrow-up-from-square:before {
  content: "\e0e5";
}
.fi-tr-arrow-up-left:before {
  content: "\e0e6";
}
.fi-tr-arrow-up-left-from-circle:before {
  content: "\e0e7";
}
.fi-tr-arrow-up-right:before {
  content: "\e0e8";
}
.fi-tr-arrow-up-right-and-arrow-down-left-from-center:before {
  content: "\e0e9";
}
.fi-tr-arrow-up-right-from-square:before {
  content: "\e0ea";
}
.fi-tr-arrow-up-small-big:before {
  content: "\e0eb";
}
.fi-tr-arrow-up-square-triangle:before {
  content: "\e0ec";
}
.fi-tr-arrow-up-to-arc:before {
  content: "\e0ed";
}
.fi-tr-arrow-up-to-dotted-line:before {
  content: "\e0ee";
}
.fi-tr-arrow-upward-growth-crypto:before {
  content: "\e0ef";
}
.fi-tr-arrows:before {
  content: "\e0f0";
}
.fi-tr-arrows-alt:before {
  content: "\e0f1";
}
.fi-tr-arrows-alt-h:before {
  content: "\e0f2";
}
.fi-tr-arrows-alt-v:before {
  content: "\e0f3";
}
.fi-tr-arrows-cross:before {
  content: "\e0f4";
}
.fi-tr-arrows-down-curve:before {
  content: "\e0f5";
}
.fi-tr-arrows-down-to-people:before {
  content: "\e0f6";
}
.fi-tr-arrows-from-dotted-line:before {
  content: "\e0f7";
}
.fi-tr-arrows-from-line:before {
  content: "\e0f8";
}
.fi-tr-arrows-h:before {
  content: "\e0f9";
}
.fi-tr-arrows-h-copy:before {
  content: "\e0fa";
}
.fi-tr-arrows-repeat:before {
  content: "\e0fb";
}
.fi-tr-arrows-repeat-1:before {
  content: "\e0fc";
}
.fi-tr-arrows-retweet:before {
  content: "\e0fd";
}
.fi-tr-arrows-split-right-and-left:before {
  content: "\e0ff";
}
.fi-tr-arrows-split-up-and-left:before {
  content: "\e100";
}
.fi-tr-arrows-to-circle:before {
  content: "\e101";
}
.fi-tr-arrows-to-dotted-line:before {
  content: "\e102";
}
.fi-tr-arrows-to-eye:before {
  content: "\e103";
}
.fi-tr-arrows-to-line:before {
  content: "\e104";
}
.fi-tr-artificial-intelligence:before {
  content: "\e105";
}
.fi-tr-assept-document:before {
  content: "\e107";
}
.fi-tr-assessment:before {
  content: "\e108";
}
.fi-tr-assessment-alt:before {
  content: "\e109";
}
.fi-tr-assign:before {
  content: "\e10a";
}
.fi-tr-assistive-listening-systems:before {
  content: "\e10b";
}
.fi-tr-asterik:before {
  content: "\e10c";
}
.fi-tr-at:before {
  content: "\e110";
}
.fi-tr-attention-detail:before {
  content: "\e115";
}
.fi-tr-attribution-pen:before {
  content: "\e116";
}
.fi-tr-attribution-pencil:before {
  content: "\e117";
}
.fi-tr-aubergine:before {
  content: "\e118";
}
.fi-tr-auction:before {
  content: "\e119";
}
.fi-tr-audio-description-slash:before {
  content: "\e11b";
}
.fi-tr-audit:before {
  content: "\e11c";
}
.fi-tr-audit-alt:before {
  content: "\e11d";
}
.fi-tr-austral-sign:before {
  content: "\e11f";
}
.fi-tr-australia:before {
  content: "\e120";
}
.fi-tr-australia-country-code:before {
  content: "\e121";
}
.fi-tr-australia-flag:before {
  content: "\e122";
}
.fi-tr-auto-pilot:before {
  content: "\e123";
}
.fi-tr-auto-reply:before {
  content: "\e124";
}
.fi-tr-auto-sync:before {
  content: "\e125";
}
.fi-tr-avocado:before {
  content: "\e126";
}
.fi-tr-award:before {
  content: "\e127";
}
.fi-tr-axe:before {
  content: "\e129";
}
.fi-tr-axe-battle:before {
  content: "\e12a";
}
.fi-tr-b:before {
  content: "\e12b";
}
.fi-tr-baby:before {
  content: "\e12c";
}
.fi-tr-baby-carriage:before {
  content: "\e12d";
}
.fi-tr-back-up:before {
  content: "\e12e";
}
.fi-tr-background:before {
  content: "\e12f";
}
.fi-tr-backpack:before {
  content: "\e130";
}
.fi-tr-bacon:before {
  content: "\e131";
}
.fi-tr-bacteria:before {
  content: "\e132";
}
.fi-tr-bacterium:before {
  content: "\e133";
}
.fi-tr-badge:before {
  content: "\e134";
}
.fi-tr-badge-check:before {
  content: "\e135";
}
.fi-tr-badge-dollar:before {
  content: "\e136";
}
.fi-tr-badge-leaf:before {
  content: "\e137";
}
.fi-tr-badge-percent:before {
  content: "\e138";
}
.fi-tr-badge-sheriff:before {
  content: "\e139";
}
.fi-tr-badger-honey:before {
  content: "\e13a";
}
.fi-tr-badget-check-alt:before {
  content: "\e13b";
}
.fi-tr-badminton:before {
  content: "\e13c";
}
.fi-tr-bag-map-pin:before {
  content: "\e13d";
}
.fi-tr-bag-seedling:before {
  content: "\e13e";
}
.fi-tr-bag-shopping-minus:before {
  content: "\e13f";
}
.fi-tr-bags-shopping:before {
  content: "\e141";
}
.fi-tr-baguette:before {
  content: "\e142";
}
.fi-tr-bahai:before {
  content: "\e143";
}
.fi-tr-baht-sign:before {
  content: "\e144";
}
.fi-tr-balance-scale-left:before {
  content: "\e145";
}
.fi-tr-balance-scale-right:before {
  content: "\e146";
}
.fi-tr-balcony:before {
  content: "\e147";
}
.fi-tr-ball-pile:before {
  content: "\e149";
}
.fi-tr-ballet-dance:before {
  content: "\e14b";
}
.fi-tr-balloon:before {
  content: "\e14c";
}
.fi-tr-balloons:before {
  content: "\e14d";
}
.fi-tr-ballot:before {
  content: "\e14e";
}
.fi-tr-ballot-check:before {
  content: "\e14f";
}
.fi-tr-ban-bug:before {
  content: "\e151";
}
.fi-tr-banana:before {
  content: "\e152";
}
.fi-tr-band-aid:before {
  content: "\e153";
}
.fi-tr-bandage-wound:before {
  content: "\e155";
}
.fi-tr-bangladeshi-taka-sign:before {
  content: "\e156";
}
.fi-tr-banjo:before {
  content: "\e157";
}
.fi-tr-bank:before {
  content: "\e158";
}
.fi-tr-bank-app:before {
  content: "\e159";
}
.fi-tr-banner:before {
  content: "\e15a";
}
.fi-tr-banner-2:before {
  content: "\e15b";
}
.fi-tr-banner-3:before {
  content: "\e15c";
}
.fi-tr-banner-4:before {
  content: "\e15d";
}
.fi-tr-banner-5:before {
  content: "\e15e";
}
.fi-tr-barber-pole:before {
  content: "\e15f";
}
.fi-tr-barber-shop:before {
  content: "\e160";
}
.fi-tr-barcode:before {
  content: "\e161";
}
.fi-tr-barcode-read:before {
  content: "\e162";
}
.fi-tr-barcode-scan:before {
  content: "\e163";
}
.fi-tr-barefoot:before {
  content: "\e164";
}
.fi-tr-bars-filter:before {
  content: "\e165";
}
.fi-tr-bars-progress:before {
  content: "\e166";
}
.fi-tr-bars-sort:before {
  content: "\e167";
}
.fi-tr-bars-staggered:before {
  content: "\e168";
}
.fi-tr-baseball-alt:before {
  content: "\e16a";
}
.fi-tr-basket-shopping-minus:before {
  content: "\e16c";
}
.fi-tr-basket-shopping-plus:before {
  content: "\e16d";
}
.fi-tr-basket-shopping-simple:before {
  content: "\e16e";
}
.fi-tr-basketball-hoop:before {
  content: "\e170";
}
.fi-tr-bat:before {
  content: "\e171";
}
.fi-tr-bath:before {
  content: "\e172";
}
.fi-tr-battery-100:before {
  content: "\e173";
}
.fi-tr-battery-bolt:before {
  content: "\e174";
}
.fi-tr-battery-empty:before {
  content: "\e175";
}
.fi-tr-battery-exclamation:before {
  content: "\e176";
}
.fi-tr-battery-full:before {
  content: "\e177";
}
.fi-tr-battery-half:before {
  content: "\e178";
}
.fi-tr-battery-quarter:before {
  content: "\e179";
}
.fi-tr-battery-slash:before {
  content: "\e17a";
}
.fi-tr-battery-three-quarters:before {
  content: "\e17b";
}
.fi-tr-beacon:before {
  content: "\e17c";
}
.fi-tr-beauty-mask:before {
  content: "\e17d";
}
.fi-tr-bed:before {
  content: "\e17e";
}
.fi-tr-bed-alt:before {
  content: "\e17f";
}
.fi-tr-bed-bunk:before {
  content: "\e180";
}
.fi-tr-bed-empty:before {
  content: "\e181";
}
.fi-tr-bed-pulse:before {
  content: "\e182";
}
.fi-tr-bee:before {
  content: "\e183";
}
.fi-tr-beer:before {
  content: "\e184";
}
.fi-tr-beer-mug-empty:before {
  content: "\e185";
}
.fi-tr-bell:before {
  content: "\e187";
}
.fi-tr-bell-concierge:before {
  content: "\e188";
}
.fi-tr-bell-ring:before {
  content: "\e18b";
}
.fi-tr-bell-school:before {
  content: "\e18c";
}
.fi-tr-bell-school-slash:before {
  content: "\e18d";
}
.fi-tr-bell-slash:before {
  content: "\e18e";
}
.fi-tr-bells:before {
  content: "\e18f";
}
.fi-tr-bench-tree:before {
  content: "\e190";
}
.fi-tr-benefit:before {
  content: "\e191";
}
.fi-tr-benefit-diamond:before {
  content: "\e192";
}
.fi-tr-benefit-diamond-alt:before {
  content: "\e193";
}
.fi-tr-benefit-hand:before {
  content: "\e194";
}
.fi-tr-benefit-increase:before {
  content: "\e195";
}
.fi-tr-benefit-porcent:before {
  content: "\e196";
}
.fi-tr-betamax:before {
  content: "\e197";
}
.fi-tr-bible:before {
  content: "\e198";
}
.fi-tr-bicycle-journey:before {
  content: "\e199";
}
.fi-tr-big-drop:before {
  content: "\e19a";
}
.fi-tr-bike:before {
  content: "\e19b";
}
.fi-tr-bike-moving:before {
  content: "\e19c";
}
.fi-tr-bike-path:before {
  content: "\e19d";
}
.fi-tr-biking:before {
  content: "\e19e";
}
.fi-tr-biking-mountain:before {
  content: "\e19f";
}
.fi-tr-bill-arrow:before {
  content: "\e1a0";
}
.fi-tr-bin-bottles:before {
  content: "\e1a2";
}
.fi-tr-binary:before {
  content: "\e1a3";
}
.fi-tr-binary-circle-check:before {
  content: "\e1a4";
}
.fi-tr-binary-cloud:before {
  content: "\e1a5";
}
.fi-tr-binary-lock:before {
  content: "\e1a6";
}
.fi-tr-binary-slash:before {
  content: "\e1a7";
}
.fi-tr-binoculars:before {
  content: "\e1a8";
}
.fi-tr-bio:before {
  content: "\e1a9";
}
.fi-tr-bio-leaves:before {
  content: "\e1aa";
}
.fi-tr-biohazard:before {
  content: "\e1ab";
}
.fi-tr-bird:before {
  content: "\e1ac";
}
.fi-tr-bitcoin-sign:before {
  content: "\e1af";
}
.fi-tr-blanket:before {
  content: "\e1b1";
}
.fi-tr-blender:before {
  content: "\e1b2";
}
.fi-tr-blender-phone:before {
  content: "\e1b3";
}
.fi-tr-blinds:before {
  content: "\e1b4";
}
.fi-tr-blinds-open:before {
  content: "\e1b5";
}
.fi-tr-blinds-raised:before {
  content: "\e1b6";
}
.fi-tr-block:before {
  content: "\e1b7";
}
.fi-tr-block-brick:before {
  content: "\e1b8";
}
.fi-tr-block-brick-fire:before {
  content: "\e1b9";
}
.fi-tr-block-microphone:before {
  content: "\e1ba";
}
.fi-tr-block-question:before {
  content: "\e1bb";
}
.fi-tr-block-quote:before {
  content: "\e1bc";
}
.fi-tr-blockchain-3:before {
  content: "\e1bf";
}
.fi-tr-blog-pencil:before {
  content: "\e1c0";
}
.fi-tr-blog-text:before {
  content: "\e1c1";
}
.fi-tr-blood:before {
  content: "\e1c3";
}
.fi-tr-blood-dropper:before {
  content: "\e1c4";
}
.fi-tr-blood-test-tube:before {
  content: "\e1c5";
}
.fi-tr-blood-test-tube-alt:before {
  content: "\e1c6";
}
.fi-tr-blueberries:before {
  content: "\e1c8";
}
.fi-tr-blueprint:before {
  content: "\e1c9";
}
.fi-tr-bluetooth-alt:before {
  content: "\e1cb";
}
.fi-tr-bluetooth-circle:before {
  content: "\e1cc";
}
.fi-tr-bold:before {
  content: "\e1cd";
}
.fi-tr-bolt:before {
  content: "\e1ce";
}
.fi-tr-bolt-auto:before {
  content: "\e1cf";
}
.fi-tr-bolt-slash:before {
  content: "\e1d0";
}
.fi-tr-bomb:before {
  content: "\e1d1";
}
.fi-tr-bone:before {
  content: "\e1d2";
}
.fi-tr-bone-break:before {
  content: "\e1d3";
}
.fi-tr-bong:before {
  content: "\e1d4";
}
.fi-tr-bonus:before {
  content: "\e1d5";
}
.fi-tr-bonus-alt:before {
  content: "\e1d6";
}
.fi-tr-bonus-star:before {
  content: "\e1d7";
}
.fi-tr-book:before {
  content: "\e1d8";
}
.fi-tr-book-alt:before {
  content: "\e1d9";
}
.fi-tr-book-arrow-right:before {
  content: "\e1da";
}
.fi-tr-book-arrow-up:before {
  content: "\e1db";
}
.fi-tr-book-atlas:before {
  content: "\e1dc";
}
.fi-tr-book-bookmark:before {
  content: "\e1dd";
}
.fi-tr-book-circle-arrow-right:before {
  content: "\e1de";
}
.fi-tr-book-circle-arrow-up:before {
  content: "\e1df";
}
.fi-tr-book-copy:before {
  content: "\e1e0";
}
.fi-tr-book-dead:before {
  content: "\e1e1";
}
.fi-tr-book-font:before {
  content: "\e1e2";
}
.fi-tr-book-heart:before {
  content: "\e1e3";
}
.fi-tr-book-medical:before {
  content: "\e1e4";
}
.fi-tr-book-open-cover:before {
  content: "\e1e5";
}
.fi-tr-book-open-reader:before {
  content: "\e1e6";
}
.fi-tr-book-plus:before {
  content: "\e1e7";
}
.fi-tr-book-quran:before {
  content: "\e1e8";
}
.fi-tr-book-section:before {
  content: "\e1e9";
}
.fi-tr-book-spells:before {
  content: "\e1ec";
}
.fi-tr-book-tanakh:before {
  content: "\e1ed";
}
.fi-tr-book-user:before {
  content: "\e1ee";
}
.fi-tr-book-world:before {
  content: "\e1ef";
}
.fi-tr-Booking:before {
  content: "\e1f0";
}
.fi-tr-bookmark:before {
  content: "\e1f1";
}
.fi-tr-bookmark-slash:before {
  content: "\e1f2";
}
.fi-tr-books:before {
  content: "\e1f3";
}
.fi-tr-books-medical:before {
  content: "\e1f4";
}
.fi-tr-boot:before {
  content: "\e1f5";
}
.fi-tr-boot-heeled:before {
  content: "\e1f6";
}
.fi-tr-booth-curtain:before {
  content: "\e1f7";
}
.fi-tr-border-all:before {
  content: "\e1f9";
}
.fi-tr-border-bottom:before {
  content: "\e1fa";
}
.fi-tr-border-center-h:before {
  content: "\e1fb";
}
.fi-tr-border-center-v:before {
  content: "\e1fc";
}
.fi-tr-border-inner:before {
  content: "\e1fd";
}
.fi-tr-border-left:before {
  content: "\e1fe";
}
.fi-tr-border-none:before {
  content: "\e1ff";
}
.fi-tr-border-outer:before {
  content: "\e200";
}
.fi-tr-border-right:before {
  content: "\e201";
}
.fi-tr-border-style:before {
  content: "\e202";
}
.fi-tr-border-style-alt:before {
  content: "\e203";
}
.fi-tr-border-top:before {
  content: "\e204";
}
.fi-tr-boss:before {
  content: "\e205";
}
.fi-tr-bottle:before {
  content: "\e206";
}
.fi-tr-bottle-droplet:before {
  content: "\e207";
}
.fi-tr-bow-arrow:before {
  content: "\e209";
}
.fi-tr-bowl-chopsticks:before {
  content: "\e20a";
}
.fi-tr-bowl-chopsticks-noodles:before {
  content: "\e20b";
}
.fi-tr-bowl-rice:before {
  content: "\e20c";
}
.fi-tr-bowl-scoop:before {
  content: "\e20d";
}
.fi-tr-bowl-scoops:before {
  content: "\e20e";
}
.fi-tr-bowl-soft-serve:before {
  content: "\e20f";
}
.fi-tr-bowl-spoon:before {
  content: "\e210";
}
.fi-tr-bowling-ball:before {
  content: "\e212";
}
.fi-tr-bowling-pins:before {
  content: "\e213";
}
.fi-tr-box-alt:before {
  content: "\e215";
}
.fi-tr-box-ballot:before {
  content: "\e216";
}
.fi-tr-box-check:before {
  content: "\e217";
}
.fi-tr-box-circle-check:before {
  content: "\e218";
}
.fi-tr-box-dollar:before {
  content: "\e219";
}
.fi-tr-box-fragile:before {
  content: "\e21a";
}
.fi-tr-box-heart:before {
  content: "\e21b";
}
.fi-tr-box-open:before {
  content: "\e21c";
}
.fi-tr-box-open-full:before {
  content: "\e21d";
}
.fi-tr-box-tissue:before {
  content: "\e21e";
}
.fi-tr-box-up:before {
  content: "\e21f";
}
.fi-tr-boxes:before {
  content: "\e220";
}
.fi-tr-boxing-glove:before {
  content: "\e221";
}
.fi-tr-bracket-curly:before {
  content: "\e222";
}
.fi-tr-bracket-curly-right:before {
  content: "\e223";
}
.fi-tr-bracket-round:before {
  content: "\e224";
}
.fi-tr-bracket-round-right:before {
  content: "\e225";
}
.fi-tr-bracket-square:before {
  content: "\e226";
}
.fi-tr-bracket-square-right:before {
  content: "\e227";
}
.fi-tr-brackets-curly:before {
  content: "\e228";
}
.fi-tr-brackets-round:before {
  content: "\e229";
}
.fi-tr-brackets-square:before {
  content: "\e22a";
}
.fi-tr-braille:before {
  content: "\e22b";
}
.fi-tr-braille-a:before {
  content: "\e22c";
}
.fi-tr-braille-b:before {
  content: "\e22d";
}
.fi-tr-braille-c:before {
  content: "\e22e";
}
.fi-tr-braille-d:before {
  content: "\e22f";
}
.fi-tr-braille-e:before {
  content: "\e230";
}
.fi-tr-braille-g:before {
  content: "\e231";
}
.fi-tr-braille-h:before {
  content: "\e232";
}
.fi-tr-braille-i:before {
  content: "\e233";
}
.fi-tr-braille-j:before {
  content: "\e234";
}
.fi-tr-braille-k:before {
  content: "\e235";
}
.fi-tr-braille-l:before {
  content: "\e236";
}
.fi-tr-braille-m:before {
  content: "\e237";
}
.fi-tr-braille-n:before {
  content: "\e238";
}
.fi-tr-braille-n-alt:before {
  content: "\e239";
}
.fi-tr-braille-o:before {
  content: "\e23a";
}
.fi-tr-braille-p:before {
  content: "\e23b";
}
.fi-tr-braille-q:before {
  content: "\e23c";
}
.fi-tr-braille-r:before {
  content: "\e23d";
}
.fi-tr-braille-s:before {
  content: "\e23e";
}
.fi-tr-braille-t:before {
  content: "\e23f";
}
.fi-tr-braille-u:before {
  content: "\e240";
}
.fi-tr-braille-v:before {
  content: "\e241";
}
.fi-tr-braille-w:before {
  content: "\e242";
}
.fi-tr-braille-x:before {
  content: "\e243";
}
.fi-tr-braille-y:before {
  content: "\e244";
}
.fi-tr-braille-z:before {
  content: "\e245";
}
.fi-tr-brain:before {
  content: "\e246";
}
.fi-tr-brain-bulb:before {
  content: "\e247";
}
.fi-tr-brain-circuit:before {
  content: "\e248";
}
.fi-tr-brain-lightning:before {
  content: "\e249";
}
.fi-tr-brain-stress:before {
  content: "\e24a";
}
.fi-tr-brake-warning:before {
  content: "\e24b";
}
.fi-tr-branching:before {
  content: "\e24c";
}
.fi-tr-brand:before {
  content: "\e24d";
}
.fi-tr-branding:before {
  content: "\e24e";
}
.fi-tr-brazil:before {
  content: "\e24f";
}
.fi-tr-brazil-flag:before {
  content: "\e250";
}
.fi-tr-brazil-flag-circle:before {
  content: "\e251";
}
.fi-tr-bread:before {
  content: "\e252";
}
.fi-tr-bread-loaf:before {
  content: "\e253";
}
.fi-tr-bread-slice:before {
  content: "\e254";
}
.fi-tr-bread-slice-butter:before {
  content: "\e255";
}
.fi-tr-bridge:before {
  content: "\e256";
}
.fi-tr-bridge-circle-check:before {
  content: "\e257";
}
.fi-tr-bridge-collapse:before {
  content: "\e258";
}
.fi-tr-bridge-suspension:before {
  content: "\e259";
}
.fi-tr-bridge-water:before {
  content: "\e25a";
}
.fi-tr-briefcase-arrow-right:before {
  content: "\e25d";
}
.fi-tr-briefcase-blank:before {
  content: "\e25e";
}
.fi-tr-brightness:before {
  content: "\e25f";
}
.fi-tr-brightness-low:before {
  content: "\e260";
}
.fi-tr-bring-forward:before {
  content: "\e261";
}
.fi-tr-bring-front:before {
  content: "\e262";
}
.fi-tr-broadcast-tower:before {
  content: "\e263";
}
.fi-tr-broccoli:before {
  content: "\e264";
}
.fi-tr-broken-arm:before {
  content: "\e265";
}
.fi-tr-broken-image:before {
  content: "\e267";
}
.fi-tr-broken-leg:before {
  content: "\e268";
}
.fi-tr-broken-nail:before {
  content: "\e269";
}
.fi-tr-broom-ball:before {
  content: "\e26b";
}
.fi-tr-browser:before {
  content: "\e26c";
}
.fi-tr-browser-ui:before {
  content: "\e26f";
}
.fi-tr-browsers:before {
  content: "\e270";
}
.fi-tr-brush:before {
  content: "\e271";
}
.fi-tr-bubble-discussion:before {
  content: "\e272";
}
.fi-tr-bucket:before {
  content: "\e273";
}
.fi-tr-budget:before {
  content: "\e274";
}
.fi-tr-budget-alt:before {
  content: "\e275";
}
.fi-tr-bug:before {
  content: "\e276";
}
.fi-tr-bug-slash:before {
  content: "\e277";
}
.fi-tr-bugs:before {
  content: "\e278";
}
.fi-tr-build:before {
  content: "\e279";
}
.fi-tr-build-alt:before {
  content: "\e27a";
}
.fi-tr-builder:before {
  content: "\e27b";
}
.fi-tr-building:before {
  content: "\e27c";
}
.fi-tr-building-circle-arrow-right:before {
  content: "\e27d";
}
.fi-tr-building-ngo:before {
  content: "\e27e";
}
.fi-tr-bulb:before {
  content: "\e27f";
}
.fi-tr-bulb-speech-bubble:before {
  content: "\e280";
}
.fi-tr-bullet:before {
  content: "\e281";
}
.fi-tr-bullhorn:before {
  content: "\e282";
}
.fi-tr-bullseye:before {
  content: "\e283";
}
.fi-tr-bullseye-arrow:before {
  content: "\e284";
}
.fi-tr-bullseye-pointer:before {
  content: "\e285";
}
.fi-tr-burger-alt:before {
  content: "\e286";
}
.fi-tr-burger-fries:before {
  content: "\e287";
}
.fi-tr-burger-glass:before {
  content: "\e288";
}
.fi-tr-burrito:before {
  content: "\e28b";
}
.fi-tr-burst:before {
  content: "\e28c";
}
.fi-tr-bus:before {
  content: "\e28d";
}
.fi-tr-bus-alt:before {
  content: "\e28e";
}
.fi-tr-business-time:before {
  content: "\e28f";
}
.fi-tr-Butter:before {
  content: "\e291";
}
.fi-tr-butterfly:before {
  content: "\e292";
}
.fi-tr-c:before {
  content: "\e293";
}
.fi-tr-cabin:before {
  content: "\e294";
}
.fi-tr-cactus:before {
  content: "\e296";
}
.fi-tr-cage-empty:before {
  content: "\e297";
}
.fi-tr-cake-birthday:before {
  content: "\e298";
}
.fi-tr-cake-slice:before {
  content: "\e299";
}
.fi-tr-cake-wedding:before {
  content: "\e29a";
}
.fi-tr-calculator:before {
  content: "\e29b";
}
.fi-tr-calculator-bill:before {
  content: "\e29d";
}
.fi-tr-calculator-math-tax:before {
  content: "\e29e";
}
.fi-tr-calculator-money:before {
  content: "\e29f";
}
.fi-tr-calculator-simple:before {
  content: "\e2a0";
}
.fi-tr-calendar:before {
  content: "\e2a1";
}
.fi-tr-calendar-arrow-down:before {
  content: "\e2a2";
}
.fi-tr-calendar-arrow-up:before {
  content: "\e2a3";
}
.fi-tr-calendar-check:before {
  content: "\e2a6";
}
.fi-tr-calendar-clock:before {
  content: "\e2a7";
}
.fi-tr-calendar-day:before {
  content: "\e2a8";
}
.fi-tr-calendar-days:before {
  content: "\e2a9";
}
.fi-tr-calendar-event-tax:before {
  content: "\e2aa";
}
.fi-tr-calendar-exclamation:before {
  content: "\e2ab";
}
.fi-tr-calendar-gavel-legal:before {
  content: "\e2ac";
}
.fi-tr-calendar-heart:before {
  content: "\e2ad";
}
.fi-tr-calendar-image:before {
  content: "\e2ae";
}
.fi-tr-calendar-lines:before {
  content: "\e2af";
}
.fi-tr-calendar-lines-pen:before {
  content: "\e2b0";
}
.fi-tr-calendar-minus:before {
  content: "\e2b1";
}
.fi-tr-calendar-payment-loan:before {
  content: "\e2b2";
}
.fi-tr-calendar-pen:before {
  content: "\e2b3";
}
.fi-tr-calendar-plus:before {
  content: "\e2b4";
}
.fi-tr-calendar-salary:before {
  content: "\e2b5";
}
.fi-tr-calendar-shift-swap:before {
  content: "\e2b6";
}
.fi-tr-calendar-star:before {
  content: "\e2b7";
}
.fi-tr-calendar-swap:before {
  content: "\e2b8";
}
.fi-tr-calendar-update:before {
  content: "\e2b9";
}
.fi-tr-calendar-week:before {
  content: "\e2ba";
}
.fi-tr-calendar-xmark:before {
  content: "\e2bb";
}
.fi-tr-calendars:before {
  content: "\e2bc";
}
.fi-tr-call-duration:before {
  content: "\e2bd";
}
.fi-tr-call-forbidden:before {
  content: "\e2be";
}
.fi-tr-call-history:before {
  content: "\e2bf";
}
.fi-tr-call-incoming:before {
  content: "\e2c0";
}
.fi-tr-call-missed:before {
  content: "\e2c1";
}
.fi-tr-call-outgoing:before {
  content: "\e2c2";
}
.fi-tr-camcorder:before {
  content: "\e2c3";
}
.fi-tr-camera:before {
  content: "\e2c4";
}
.fi-tr-camera-cctv:before {
  content: "\e2c5";
}
.fi-tr-camera-movie:before {
  content: "\e2c7";
}
.fi-tr-camera-retro:before {
  content: "\e2c8";
}
.fi-tr-camera-rotate:before {
  content: "\e2c9";
}
.fi-tr-camera-security:before {
  content: "\e2ca";
}
.fi-tr-camera-slash:before {
  content: "\e2cb";
}
.fi-tr-camera-viewfinder:before {
  content: "\e2cc";
}
.fi-tr-campfire:before {
  content: "\e2cd";
}
.fi-tr-camping:before {
  content: "\e2ce";
}
.fi-tr-can-food:before {
  content: "\e2cf";
}
.fi-tr-candle-holder:before {
  content: "\e2d0";
}
.fi-tr-candle-lotus-yoga:before {
  content: "\e2d1";
}
.fi-tr-candle-pose-yoga:before {
  content: "\e2d2";
}
.fi-tr-candy:before {
  content: "\e2d4";
}
.fi-tr-candy-alt:before {
  content: "\e2d5";
}
.fi-tr-candy-bar:before {
  content: "\e2d6";
}
.fi-tr-candy-cane:before {
  content: "\e2d7";
}
.fi-tr-candy-corn:before {
  content: "\e2d8";
}
.fi-tr-candy-sweet:before {
  content: "\e2d9";
}
.fi-tr-Cannabis:before {
  content: "\e2da";
}
.fi-tr-canned-food:before {
  content: "\e2db";
}
.fi-tr-cannon:before {
  content: "\e2dc";
}
.fi-tr-capsules:before {
  content: "\e2dd";
}
.fi-tr-car:before {
  content: "\e2df";
}
.fi-tr-car-alt:before {
  content: "\e2e0";
}
.fi-tr-car-battery:before {
  content: "\e2e1";
}
.fi-tr-car-bolt:before {
  content: "\e2e2";
}
.fi-tr-car-building:before {
  content: "\e2e3";
}
.fi-tr-car-bump:before {
  content: "\e2e4";
}
.fi-tr-car-bus:before {
  content: "\e2e5";
}
.fi-tr-car-circle-bolt:before {
  content: "\e2e6";
}
.fi-tr-car-crash:before {
  content: "\e2e7";
}
.fi-tr-car-garage:before {
  content: "\e2e8";
}
.fi-tr-car-journey:before {
  content: "\e2e9";
}
.fi-tr-car-mechanic:before {
  content: "\e2ea";
}
.fi-tr-car-rear:before {
  content: "\e2eb";
}
.fi-tr-car-side:before {
  content: "\e2ec";
}
.fi-tr-car-side-bolt:before {
  content: "\e2ed";
}
.fi-tr-car-tilt:before {
  content: "\e2ee";
}
.fi-tr-car-tunnel:before {
  content: "\e2ef";
}
.fi-tr-car-wash:before {
  content: "\e2f0";
}
.fi-tr-caravan:before {
  content: "\e2f1";
}
.fi-tr-caravan-alt:before {
  content: "\e2f2";
}
.fi-tr-carbon-cloud:before {
  content: "\e2f3";
}
.fi-tr-carbon-cloud-arrow-down:before {
  content: "\e2f4";
}
.fi-tr-carbon-footprint:before {
  content: "\e2f5";
}
.fi-tr-card-club:before {
  content: "\e2f6";
}
.fi-tr-card-diamond:before {
  content: "\e2f7";
}
.fi-tr-card-heart:before {
  content: "\e2f8";
}
.fi-tr-card-spade:before {
  content: "\e2f9";
}
.fi-tr-cardinal-compass:before {
  content: "\e2fa";
}
.fi-tr-cards-blank:before {
  content: "\e2fc";
}
.fi-tr-career-growth:before {
  content: "\e2fe";
}
.fi-tr-career-path:before {
  content: "\e2ff";
}
.fi-tr-caret-circle-down:before {
  content: "\e300";
}
.fi-tr-caret-circle-right:before {
  content: "\e302";
}
.fi-tr-caret-circle-up:before {
  content: "\e303";
}
.fi-tr-caret-down:before {
  content: "\e304";
}
.fi-tr-caret-left:before {
  content: "\e305";
}
.fi-tr-caret-right:before {
  content: "\e307";
}
.fi-tr-caret-square-down:before {
  content: "\e308";
}
.fi-tr-caret-square-left:before {
  content: "\e309";
}
.fi-tr-caret-square-left_1:before {
  content: "\e30a";
}
.fi-tr-caret-square-right:before {
  content: "\e30b";
}
.fi-tr-caret-square-up:before {
  content: "\e30c";
}
.fi-tr-caret-up:before {
  content: "\e30d";
}
.fi-tr-carrot:before {
  content: "\e30e";
}
.fi-tr-cars:before {
  content: "\e30f";
}
.fi-tr-cars-crash:before {
  content: "\e310";
}
.fi-tr-cart-arrow-down:before {
  content: "\e311";
}
.fi-tr-cart-minus:before {
  content: "\e312";
}
.fi-tr-cart-shopping-fast:before {
  content: "\e313";
}
.fi-tr-case-study:before {
  content: "\e314";
}
.fi-tr-cash-register:before {
  content: "\e315";
}
.fi-tr-cassette-tape:before {
  content: "\e316";
}
.fi-tr-cassette-vhs:before {
  content: "\e317";
}
.fi-tr-castle:before {
  content: "\e318";
}
.fi-tr-cat:before {
  content: "\e319";
}
.fi-tr-cat-dog:before {
  content: "\e31a";
}
.fi-tr-cat-head:before {
  content: "\e31b";
}
.fi-tr-cat-space:before {
  content: "\e31c";
}
.fi-tr-catalog:before {
  content: "\e31d";
}
.fi-tr-catalog-alt:before {
  content: "\e31e";
}
.fi-tr-catalog-magazine:before {
  content: "\e31f";
}
.fi-tr-category:before {
  content: "\e320";
}
.fi-tr-category-alt:before {
  content: "\e321";
}
.fi-tr-cauldron:before {
  content: "\e322";
}
.fi-tr-cedi-sign:before {
  content: "\e327";
}
.fi-tr-cello:before {
  content: "\e328";
}
.fi-tr-cent-sign:before {
  content: "\e329";
}
.fi-tr-chair:before {
  content: "\e32b";
}
.fi-tr-chair-director:before {
  content: "\e32c";
}
.fi-tr-chair-office:before {
  content: "\e32d";
}
.fi-tr-chalkboard:before {
  content: "\e32e";
}
.fi-tr-chalkboard-user:before {
  content: "\e32f";
}
.fi-tr-challenge:before {
  content: "\e330";
}
.fi-tr-challenge-alt:before {
  content: "\e331";
}
.fi-tr-channel:before {
  content: "\e332";
}
.fi-tr-charging-station:before {
  content: "\e334";
}
.fi-tr-chart-area:before {
  content: "\e335";
}
.fi-tr-chart-arrow-down:before {
  content: "\e336";
}
.fi-tr-chart-arrow-grow:before {
  content: "\e337";
}
.fi-tr-chart-bar-holding-hand:before {
  content: "\e338";
}
.fi-tr-chart-bullet:before {
  content: "\e339";
}
.fi-tr-chart-candlestick:before {
  content: "\e33a";
}
.fi-tr-chart-connected:before {
  content: "\e33b";
}
.fi-tr-chart-gantt:before {
  content: "\e33c";
}
.fi-tr-chart-histogram:before {
  content: "\e33d";
}
.fi-tr-chart-kanban:before {
  content: "\e33e";
}
.fi-tr-chart-line-up:before {
  content: "\e33f";
}
.fi-tr-chart-line-up-down:before {
  content: "\e340";
}
.fi-tr-chart-mixed:before {
  content: "\e341";
}
.fi-tr-chart-mixed-up-circle-currency:before {
  content: "\e342";
}
.fi-tr-chart-mixed-up-circle-dollar:before {
  content: "\e343";
}
.fi-tr-chart-network:before {
  content: "\e344";
}
.fi-tr-chart-pie:before {
  content: "\e345";
}
.fi-tr-chart-pie-alt:before {
  content: "\e346";
}
.fi-tr-chart-pie-simple-circle-currency:before {
  content: "\e347";
}
.fi-tr-chart-pie-simple-circle-dollar:before {
  content: "\e348";
}
.fi-tr-chart-pyramid:before {
  content: "\e349";
}
.fi-tr-chart-radar:before {
  content: "\e34a";
}
.fi-tr-chart-scatter:before {
  content: "\e34b";
}
.fi-tr-chart-scatter-3d:before {
  content: "\e34c";
}
.fi-tr-chart-scatter-bubble:before {
  content: "\e34d";
}
.fi-tr-chart-set-theory:before {
  content: "\e34e";
}
.fi-tr-chart-simple:before {
  content: "\e34f";
}
.fi-tr-chart-simple-horizontal:before {
  content: "\e350";
}
.fi-tr-chart-tree:before {
  content: "\e351";
}
.fi-tr-chart-tree-map:before {
  content: "\e352";
}
.fi-tr-chart-user:before {
  content: "\e353";
}
.fi-tr-chart-waterfall:before {
  content: "\e354";
}
.fi-tr-chatbot:before {
  content: "\e358";
}
.fi-tr-chatbot-speech-bubble:before {
  content: "\e359";
}
.fi-tr-cheap:before {
  content: "\e35a";
}
.fi-tr-cheap-bill:before {
  content: "\e35b";
}
.fi-tr-cheap-dollar:before {
  content: "\e35c";
}
.fi-tr-cheap-stack:before {
  content: "\e35d";
}
.fi-tr-cheap-stack-dollar:before {
  content: "\e35e";
}
.fi-tr-check-circle:before {
  content: "\e360";
}
.fi-tr-check-double:before {
  content: "\e361";
}
.fi-tr-check-in-calendar:before {
  content: "\e362";
}
.fi-tr-check-out-calendar:before {
  content: "\e363";
}
.fi-tr-checklist-task-budget:before {
  content: "\e365";
}
.fi-tr-cheese:before {
  content: "\e366";
}
.fi-tr-cheese-alt:before {
  content: "\e367";
}
.fi-tr-cheeseburger:before {
  content: "\e368";
}
.fi-tr-cherry:before {
  content: "\e369";
}
.fi-tr-chess:before {
  content: "\e36a";
}
.fi-tr-chess-bishop:before {
  content: "\e36b";
}
.fi-tr-chess-board:before {
  content: "\e36c";
}
.fi-tr-chess-clock:before {
  content: "\e36d";
}
.fi-tr-chess-clock-alt:before {
  content: "\e36e";
}
.fi-tr-chess-king:before {
  content: "\e36f";
}
.fi-tr-chess-king-alt:before {
  content: "\e370";
}
.fi-tr-chess-knight:before {
  content: "\e371";
}
.fi-tr-chess-knight-alt:before {
  content: "\e372";
}
.fi-tr-chess-pawn:before {
  content: "\e373";
}
.fi-tr-chess-pawn-alt:before {
  content: "\e374";
}
.fi-tr-chess-queen:before {
  content: "\e376";
}
.fi-tr-chess-queen-alt:before {
  content: "\e377";
}
.fi-tr-chess-rook:before {
  content: "\e378";
}
.fi-tr-chess-rook-alt:before {
  content: "\e379";
}
.fi-tr-chevron-double-down:before {
  content: "\e37a";
}
.fi-tr-chevron-double-up:before {
  content: "\e37b";
}
.fi-tr-child:before {
  content: "\e37c";
}
.fi-tr-child-head:before {
  content: "\e37d";
}
.fi-tr-chimney:before {
  content: "\e37e";
}
.fi-tr-chip:before {
  content: "\e37f";
}
.fi-tr-chocolate-bar:before {
  content: "\e381";
}
.fi-tr-choir-singing:before {
  content: "\e382";
}
.fi-tr-choose:before {
  content: "\e383";
}
.fi-tr-choose-alt:before {
  content: "\e384";
}
.fi-tr-church:before {
  content: "\e386";
}
.fi-tr-circle:before {
  content: "\e387";
}
.fi-tr-circle-0:before {
  content: "\e388";
}
.fi-tr-circle-1:before {
  content: "\e389";
}
.fi-tr-circle-2:before {
  content: "\e38a";
}
.fi-tr-circle-3:before {
  content: "\e38b";
}
.fi-tr-circle-4:before {
  content: "\e38c";
}
.fi-tr-circle-5:before {
  content: "\e38d";
}
.fi-tr-circle-6:before {
  content: "\e38e";
}
.fi-tr-circle-7:before {
  content: "\e38f";
}
.fi-tr-circle-8:before {
  content: "\e390";
}
.fi-tr-circle-9:before {
  content: "\e391";
}
.fi-tr-circle-a:before {
  content: "\e392";
}
.fi-tr-circle-b:before {
  content: "\e394";
}
.fi-tr-circle-bolt:before {
  content: "\e395";
}
.fi-tr-circle-book-open:before {
  content: "\e396";
}
.fi-tr-circle-bookmark:before {
  content: "\e397";
}
.fi-tr-circle-c:before {
  content: "\e398";
}
.fi-tr-circle-calendar:before {
  content: "\e399";
}
.fi-tr-circle-camera:before {
  content: "\e39a";
}
.fi-tr-circle-d:before {
  content: "\e39c";
}
.fi-tr-circle-dashed:before {
  content: "\e39d";
}
.fi-tr-circle-divide:before {
  content: "\e39e";
}
.fi-tr-circle-e:before {
  content: "\e3a0";
}
.fi-tr-circle-ellipsis:before {
  content: "\e3a1";
}
.fi-tr-circle-ellipsis-vertical:before {
  content: "\e3a2";
}
.fi-tr-circle-envelope:before {
  content: "\e3a3";
}
.fi-tr-circle-exclamation-check:before {
  content: "\e3a4";
}
.fi-tr-circle-f:before {
  content: "\e3a5";
}
.fi-tr-circle-g:before {
  content: "\e3a6";
}
.fi-tr-circle-h:before {
  content: "\e3a7";
}
.fi-tr-circle-half:before {
  content: "\e3a8";
}
.fi-tr-circle-half-stroke:before {
  content: "\e3a9";
}
.fi-tr-circle-heart:before {
  content: "\e3aa";
}
.fi-tr-circle-i:before {
  content: "\e3ab";
}
.fi-tr-circle-j:before {
  content: "\e3ac";
}
.fi-tr-circle-k:before {
  content: "\e3ad";
}
.fi-tr-circle-l:before {
  content: "\e3ae";
}
.fi-tr-circle-m:before {
  content: "\e3af";
}
.fi-tr-circle-microphone:before {
  content: "\e3b0";
}
.fi-tr-circle-microphone-lines:before {
  content: "\e3b1";
}
.fi-tr-circle-n:before {
  content: "\e3b2";
}
.fi-tr-circle-nodes:before {
  content: "\e3b3";
}
.fi-tr-circle-o:before {
  content: "\e3b4";
}
.fi-tr-circle-overlap:before {
  content: "\e3b5";
}
.fi-tr-circle-p:before {
  content: "\e3b6";
}
.fi-tr-circle-phone:before {
  content: "\e3b8";
}
.fi-tr-circle-phone-flip:before {
  content: "\e3b9";
}
.fi-tr-circle-phone-hangup:before {
  content: "\e3ba";
}
.fi-tr-circle-q:before {
  content: "\e3bc";
}
.fi-tr-circle-quarters:before {
  content: "\e3be";
}
.fi-tr-circle-quarters-alt:before {
  content: "\e3bf";
}
.fi-tr-circle-r:before {
  content: "\e3c0";
}
.fi-tr-circle-s:before {
  content: "\e3c1";
}
.fi-tr-circle-small:before {
  content: "\e3c2";
}
.fi-tr-circle-star:before {
  content: "\e3c3";
}
.fi-tr-circle-t:before {
  content: "\e3c5";
}
.fi-tr-circle-three-quarters:before {
  content: "\e3c6";
}
.fi-tr-circle-trash:before {
  content: "\e3c7";
}
.fi-tr-circle-u:before {
  content: "\e3c8";
}
.fi-tr-circle-user:before {
  content: "\e3c9";
}
.fi-tr-circle-v:before {
  content: "\e3ca";
}
.fi-tr-circle-video:before {
  content: "\e3cb";
}
.fi-tr-circle-w:before {
  content: "\e3cc";
}
.fi-tr-circle-waveform-lines:before {
  content: "\e3cd";
}
.fi-tr-circle-wifi-circle-wifi:before {
  content: "\e3ce";
}
.fi-tr-circle-x:before {
  content: "\e3cf";
}
.fi-tr-circle-xmark:before {
  content: "\e3d0";
}
.fi-tr-circle-y:before {
  content: "\e3d1";
}
.fi-tr-circle-z:before {
  content: "\e3d2";
}
.fi-tr-citrus:before {
  content: "\e3d3";
}
.fi-tr-citrus-slice:before {
  content: "\e3d4";
}
.fi-tr-city:before {
  content: "\e3d5";
}
.fi-tr-clapper-open:before {
  content: "\e3d6";
}
.fi-tr-clapperboard:before {
  content: "\e3d7";
}
.fi-tr-clapperboard-play:before {
  content: "\e3d8";
}
.fi-tr-clarinet:before {
  content: "\e3d9";
}
.fi-tr-claw-marks:before {
  content: "\e3da";
}
.fi-tr-clear-alt:before {
  content: "\e3dd";
}
.fi-tr-clip-file:before {
  content: "\e3df";
}
.fi-tr-clip-mail:before {
  content: "\e3e0";
}
.fi-tr-clipboard:before {
  content: "\e3e1";
}
.fi-tr-clipboard-check:before {
  content: "\e3e2";
}
.fi-tr-clipboard-exclamation:before {
  content: "\e3e3";
}
.fi-tr-clipboard-list:before {
  content: "\e3e4";
}
.fi-tr-clipboard-list-check:before {
  content: "\e3e5";
}
.fi-tr-clipboard-prescription:before {
  content: "\e3e6";
}
.fi-tr-clipboard-question:before {
  content: "\e3e7";
}
.fi-tr-clipboard-user:before {
  content: "\e3e8";
}
.fi-tr-clipoard-wrong:before {
  content: "\e3e9";
}
.fi-tr-clock:before {
  content: "\e3ea";
}
.fi-tr-clock-desk:before {
  content: "\e3eb";
}
.fi-tr-clock-eight-thirty:before {
  content: "\e3ec";
}
.fi-tr-clock-eleven:before {
  content: "\e3ed";
}
.fi-tr-clock-eleven-thirty:before {
  content: "\e3ee";
}
.fi-tr-clock-five:before {
  content: "\e3ef";
}
.fi-tr-clock-five-thirty:before {
  content: "\e3f0";
}
.fi-tr-clock-four-thirty:before {
  content: "\e3f1";
}
.fi-tr-clock-future-past:before {
  content: "\e3f2";
}
.fi-tr-clock-nine:before {
  content: "\e3f3";
}
.fi-tr-clock-nine-thirty:before {
  content: "\e3f4";
}
.fi-tr-clock-one:before {
  content: "\e3f5";
}
.fi-tr-clock-one-thirty:before {
  content: "\e3f6";
}
.fi-tr-clock-seven:before {
  content: "\e3f7";
}
.fi-tr-clock-seven-thirty:before {
  content: "\e3f8";
}
.fi-tr-clock-six:before {
  content: "\e3f9";
}
.fi-tr-clock-six-thirty:before {
  content: "\e3fa";
}
.fi-tr-clock-ten:before {
  content: "\e3fb";
}
.fi-tr-clock-ten-thirty:before {
  content: "\e3fc";
}
.fi-tr-clock-three:before {
  content: "\e3fd";
}
.fi-tr-clock-three-thirty:before {
  content: "\e3fe";
}
.fi-tr-clock-time-tracking:before {
  content: "\e3ff";
}
.fi-tr-clock-twelve:before {
  content: "\e400";
}
.fi-tr-clock-twelve-thirty:before {
  content: "\e401";
}
.fi-tr-clock-two:before {
  content: "\e402";
}
.fi-tr-clock-two-thirty:before {
  content: "\e403";
}
.fi-tr-clock-up-arrow:before {
  content: "\e404";
}
.fi-tr-clone:before {
  content: "\e405";
}
.fi-tr-closed-captioning-slash:before {
  content: "\e406";
}
.fi-tr-clothes-hanger:before {
  content: "\e407";
}
.fi-tr-clothing-rack:before {
  content: "\e408";
}
.fi-tr-cloud:before {
  content: "\e409";
}
.fi-tr-cloud-back-up:before {
  content: "\e40a";
}
.fi-tr-cloud-back-up-alt:before {
  content: "\e40b";
}
.fi-tr-cloud-check:before {
  content: "\e40c";
}
.fi-tr-cloud-code:before {
  content: "\e40d";
}
.fi-tr-cloud-data:before {
  content: "\e40e";
}
.fi-tr-cloud-disabled:before {
  content: "\e40f";
}
.fi-tr-cloud-download:before {
  content: "\e410";
}
.fi-tr-cloud-download-alt:before {
  content: "\e411";
}
.fi-tr-cloud-download-circle:before {
  content: "\e412";
}
.fi-tr-cloud-drizzle:before {
  content: "\e413";
}
.fi-tr-cloud-exclamation:before {
  content: "\e414";
}
.fi-tr-cloud-gear-automation:before {
  content: "\e416";
}
.fi-tr-cloud-hail:before {
  content: "\e417";
}
.fi-tr-cloud-hail-mixed:before {
  content: "\e418";
}
.fi-tr-cloud-lock:before {
  content: "\e419";
}
.fi-tr-cloud-meatball:before {
  content: "\e41a";
}
.fi-tr-cloud-moon:before {
  content: "\e41c";
}
.fi-tr-cloud-moon-rain:before {
  content: "\e41d";
}
.fi-tr-cloud-question:before {
  content: "\e41f";
}
.fi-tr-cloud-rain:before {
  content: "\e420";
}
.fi-tr-cloud-rainbow:before {
  content: "\e421";
}
.fi-tr-cloud-share:before {
  content: "\e422";
}
.fi-tr-cloud-showers:before {
  content: "\e423";
}
.fi-tr-cloud-showers-heavy:before {
  content: "\e424";
}
.fi-tr-cloud-showers-water:before {
  content: "\e425";
}
.fi-tr-cloud-sleet:before {
  content: "\e427";
}
.fi-tr-cloud-snow:before {
  content: "\e428";
}
.fi-tr-cloud-sun:before {
  content: "\e429";
}
.fi-tr-cloud-sun-rain:before {
  content: "\e42a";
}
.fi-tr-cloud-upload:before {
  content: "\e42b";
}
.fi-tr-cloud-upload-alt:before {
  content: "\e42c";
}
.fi-tr-cloud-upload-circle:before {
  content: "\e42d";
}
.fi-tr-clouds:before {
  content: "\e430";
}
.fi-tr-clouds-moon:before {
  content: "\e431";
}
.fi-tr-clouds-sun:before {
  content: "\e432";
}
.fi-tr-clover-alt:before {
  content: "\e433";
}
.fi-tr-club:before {
  content: "\e434";
}
.fi-tr-cocktail:before {
  content: "\e437";
}
.fi-tr-coconut:before {
  content: "\e439";
}
.fi-tr-code-branch:before {
  content: "\e43a";
}
.fi-tr-code-commit:before {
  content: "\e43b";
}
.fi-tr-code-compare:before {
  content: "\e43c";
}
.fi-tr-code-fork:before {
  content: "\e43d";
}
.fi-tr-code-merge:before {
  content: "\e43e";
}
.fi-tr-code-pull-request:before {
  content: "\e43f";
}
.fi-tr-code-pull-request-closed:before {
  content: "\e440";
}
.fi-tr-code-pull-request-draft:before {
  content: "\e441";
}
.fi-tr-code-simple:before {
  content: "\e442";
}
.fi-tr-coffee:before {
  content: "\e443";
}
.fi-tr-coffee-bean:before {
  content: "\e444";
}
.fi-tr-coffee-beans:before {
  content: "\e445";
}
.fi-tr-coffee-heart:before {
  content: "\e446";
}
.fi-tr-coffee-maker:before {
  content: "\e447";
}
.fi-tr-coffee-pot:before {
  content: "\e448";
}
.fi-tr-coffin:before {
  content: "\e449";
}
.fi-tr-coffin-cross:before {
  content: "\e44a";
}
.fi-tr-coin:before {
  content: "\e44b";
}
.fi-tr-coin-up-arrow:before {
  content: "\e44c";
}
.fi-tr-coins:before {
  content: "\e44d";
}
.fi-tr-colon-sign:before {
  content: "\e44f";
}
.fi-tr-columns-3:before {
  content: "\e450";
}
.fi-tr-comet:before {
  content: "\e451";
}
.fi-tr-command:before {
  content: "\e453";
}
.fi-tr-comment:before {
  content: "\e454";
}
.fi-tr-comment-alt:before {
  content: "\e455";
}
.fi-tr-comment-alt-check:before {
  content: "\e456";
}
.fi-tr-comment-alt-dots:before {
  content: "\e457";
}
.fi-tr-comment-alt-edit:before {
  content: "\e458";
}
.fi-tr-comment-alt-medical:before {
  content: "\e459";
}
.fi-tr-comment-alt-middle:before {
  content: "\e45a";
}
.fi-tr-comment-alt-middle-top:before {
  content: "\e45b";
}
.fi-tr-comment-alt-minus:before {
  content: "\e45c";
}
.fi-tr-comment-alt-music:before {
  content: "\e45d";
}
.fi-tr-comment-arrow-down:before {
  content: "\e460";
}
.fi-tr-comment-arrow-up:before {
  content: "\e461";
}
.fi-tr-comment-arrow-up-right:before {
  content: "\e462";
}
.fi-tr-comment-check:before {
  content: "\e463";
}
.fi-tr-comment-code:before {
  content: "\e464";
}
.fi-tr-comment-dollar:before {
  content: "\e465";
}
.fi-tr-comment-dots:before {
  content: "\e466";
}
.fi-tr-comment-exclamation:before {
  content: "\e467";
}
.fi-tr-comment-heart:before {
  content: "\e468";
}
.fi-tr-comment-image:before {
  content: "\e469";
}
.fi-tr-comment-info:before {
  content: "\e46a";
}
.fi-tr-comment-medical:before {
  content: "\e46b";
}
.fi-tr-comment-minus:before {
  content: "\e46c";
}
.fi-tr-comment-pen:before {
  content: "\e46d";
}
.fi-tr-comment-question:before {
  content: "\e46f";
}
.fi-tr-comment-quote:before {
  content: "\e470";
}
.fi-tr-comment-slash:before {
  content: "\e471";
}
.fi-tr-comment-smile:before {
  content: "\e472";
}
.fi-tr-comment-sms:before {
  content: "\e473";
}
.fi-tr-comment-text:before {
  content: "\e474";
}
.fi-tr-comment-user:before {
  content: "\e475";
}
.fi-tr-comment-xmark:before {
  content: "\e476";
}
.fi-tr-comments:before {
  content: "\e477";
}
.fi-tr-comments-dollar:before {
  content: "\e478";
}
.fi-tr-comments-question:before {
  content: "\e479";
}
.fi-tr-comments-question-check:before {
  content: "\e47a";
}
.fi-tr-compass-alt:before {
  content: "\e47b";
}
.fi-tr-compass-east:before {
  content: "\e47c";
}
.fi-tr-compass-north:before {
  content: "\e47d";
}
.fi-tr-compass-slash:before {
  content: "\e47e";
}
.fi-tr-compass-south:before {
  content: "\e47f";
}
.fi-tr-compass-west:before {
  content: "\e480";
}
.fi-tr-completed:before {
  content: "\e481";
}
.fi-tr-compliance:before {
  content: "\e482";
}
.fi-tr-compliance-clipboard:before {
  content: "\e483";
}
.fi-tr-compliance-document:before {
  content: "\e484";
}
.fi-tr-compress:before {
  content: "\e485";
}
.fi-tr-compress-alt:before {
  content: "\e486";
}
.fi-tr-computer:before {
  content: "\e487";
}
.fi-tr-computer-classic:before {
  content: "\e488";
}
.fi-tr-computer-mouse:before {
  content: "\e489";
}
.fi-tr-computer-speaker:before {
  content: "\e48a";
}
.fi-tr-concierge-bell:before {
  content: "\e48b";
}
.fi-tr-condition:before {
  content: "\e48d";
}
.fi-tr-condition-alt:before {
  content: "\e48e";
}
.fi-tr-confetti:before {
  content: "\e48f";
}
.fi-tr-confidential-discussion:before {
  content: "\e490";
}
.fi-tr-console-controller:before {
  content: "\e492";
}
.fi-tr-constellation:before {
  content: "\e493";
}
.fi-tr-contact-lens-eyes:before {
  content: "\e494";
}
.fi-tr-container-storage:before {
  content: "\e495";
}
.fi-tr-convert-document:before {
  content: "\e496";
}
.fi-tr-convert-shapes:before {
  content: "\e497";
}
.fi-tr-conveyor-belt:before {
  content: "\e498";
}
.fi-tr-conveyor-belt-alt:before {
  content: "\e499";
}
.fi-tr-conveyor-belt-arm:before {
  content: "\e49a";
}
.fi-tr-conveyor-belt-empty:before {
  content: "\e49b";
}
.fi-tr-cookie-alt:before {
  content: "\e49d";
}
.fi-tr-copy:before {
  content: "\e49e";
}
.fi-tr-copy-alt:before {
  content: "\e49f";
}
.fi-tr-copy-image:before {
  content: "\e4a0";
}
.fi-tr-corn:before {
  content: "\e4a2";
}
.fi-tr-corporate:before {
  content: "\e4a4";
}
.fi-tr-corporate-alt:before {
  content: "\e4a5";
}
.fi-tr-couch:before {
  content: "\e4a6";
}
.fi-tr-court-sport:before {
  content: "\e4a9";
}
.fi-tr-cow:before {
  content: "\e4aa";
}
.fi-tr-cow-alt:before {
  content: "\e4ab";
}
.fi-tr-cowbell:before {
  content: "\e4ac";
}
.fi-tr-cowbell-circle-plus:before {
  content: "\e4ad";
}
.fi-tr-cowbell-more:before {
  content: "\e4ae";
}
.fi-tr-crab:before {
  content: "\e4af";
}
.fi-tr-crate-empty:before {
  content: "\e4b0";
}
.fi-tr-cream:before {
  content: "\e4b1";
}
.fi-tr-credit-card-buyer:before {
  content: "\e4c2";
}
.fi-tr-credit-card-eye:before {
  content: "\e4c3";
}
.fi-tr-cricket:before {
  content: "\e4c7";
}
.fi-tr-CRM:before {
  content: "\e4c8";
}
.fi-tr-crm-alt:before {
  content: "\e4c9";
}
.fi-tr-crm-computer:before {
  content: "\e4ca";
}
.fi-tr-croissant:before {
  content: "\e4cb";
}
.fi-tr-cross-religion:before {
  content: "\e4cf";
}
.fi-tr-crow:before {
  content: "\e4d2";
}
.fi-tr-crown:before {
  content: "\e4d3";
}
.fi-tr-crutch:before {
  content: "\e4d4";
}
.fi-tr-crutches:before {
  content: "\e4d5";
}
.fi-tr-cruzeiro-sign:before {
  content: "\e4d6";
}
.fi-tr-crypto-calendar:before {
  content: "\e4d7";
}
.fi-tr-cryptocurrency:before {
  content: "\e4d8";
}
.fi-tr-crystal-ball:before {
  content: "\e4d9";
}
.fi-tr-cube:before {
  content: "\e4dc";
}
.fi-tr-cubes:before {
  content: "\e4dd";
}
.fi-tr-cubes-stacked:before {
  content: "\e4de";
}
.fi-tr-cucumber:before {
  content: "\e4df";
}
.fi-tr-cup-straw:before {
  content: "\e4e0";
}
.fi-tr-cup-straw-swoosh:before {
  content: "\e4e1";
}
.fi-tr-cup-togo:before {
  content: "\e4e2";
}
.fi-tr-cupcake:before {
  content: "\e4e3";
}
.fi-tr-cupcake-alt:before {
  content: "\e4e4";
}
.fi-tr-curling:before {
  content: "\e4e5";
}
.fi-tr-cursor:before {
  content: "\e4e6";
}
.fi-tr-cursor-finger:before {
  content: "\e4e7";
}
.fi-tr-cursor-plus:before {
  content: "\e4e8";
}
.fi-tr-cursor-text:before {
  content: "\e4e9";
}
.fi-tr-cursor-text-alt:before {
  content: "\e4ea";
}
.fi-tr-curve:before {
  content: "\e4eb";
}
.fi-tr-curve-alt:before {
  content: "\e4ec";
}
.fi-tr-curve-arrow:before {
  content: "\e4ed";
}
.fi-tr-custard:before {
  content: "\e4ee";
}
.fi-tr-customer-care:before {
  content: "\e4ef";
}
.fi-tr-customer-service:before {
  content: "\e4f0";
}
.fi-tr-customization:before {
  content: "\e4f1";
}
.fi-tr-customization-cogwheel:before {
  content: "\e4f2";
}
.fi-tr-customize:before {
  content: "\e4f3";
}
.fi-tr-customize-computer:before {
  content: "\e4f4";
}
.fi-tr-customize-edit:before {
  content: "\e4f5";
}
.fi-tr-CV:before {
  content: "\e4f6";
}
.fi-tr-cvv-card:before {
  content: "\e4f7";
}
.fi-tr-d:before {
  content: "\e4f8";
}
.fi-tr-dagger:before {
  content: "\e4f9";
}
.fi-tr-daily-calendar:before {
  content: "\e4fa";
}
.fi-tr-daisy:before {
  content: "\e4fc";
}
.fi-tr-daisy-alt:before {
  content: "\e4fd";
}
.fi-tr-damage:before {
  content: "\e4fe";
}
.fi-tr-dark-mode:before {
  content: "\e4ff";
}
.fi-tr-dark-mode-alt:before {
  content: "\e500";
}
.fi-tr-dashboard:before {
  content: "\e503";
}
.fi-tr-dashboard-monitor:before {
  content: "\e504";
}
.fi-tr-dashboard-panel:before {
  content: "\e505";
}
.fi-tr-database:before {
  content: "\e508";
}
.fi-tr-database-cloud-circle:before {
  content: "\e509";
}
.fi-tr-debt:before {
  content: "\e50a";
}
.fi-tr-decision-choice:before {
  content: "\e50c";
}
.fi-tr-deer:before {
  content: "\e50d";
}
.fi-tr-deer-rudolph:before {
  content: "\e50e";
}
.fi-tr-degree-credential:before {
  content: "\e510";
}
.fi-tr-delete:before {
  content: "\e511";
}
.fi-tr-delete-document:before {
  content: "\e512";
}
.fi-tr-delete-right:before {
  content: "\e513";
}
.fi-tr-delete-user:before {
  content: "\e514";
}
.fi-tr-democrat:before {
  content: "\e518";
}
.fi-tr-department:before {
  content: "\e519";
}
.fi-tr-department-structure:before {
  content: "\e51a";
}
.fi-tr-deposit:before {
  content: "\e51b";
}
.fi-tr-deposit-alt:before {
  content: "\e51c";
}
.fi-tr-description:before {
  content: "\e51d";
}
.fi-tr-description-alt:before {
  content: "\e51e";
}
.fi-tr-desk:before {
  content: "\e51f";
}
.fi-tr-desktop-arrow-down:before {
  content: "\e520";
}
.fi-tr-desktop-wallpaper:before {
  content: "\e521";
}
.fi-tr-detergent:before {
  content: "\e522";
}
.fi-tr-devices:before {
  content: "\e525";
}
.fi-tr-dewpoint:before {
  content: "\e526";
}
.fi-tr-dharmachakra:before {
  content: "\e527";
}
.fi-tr-diagram-cells:before {
  content: "\e528";
}
.fi-tr-diagram-lean-canvas:before {
  content: "\e529";
}
.fi-tr-diagram-nested:before {
  content: "\e52a";
}
.fi-tr-diagram-next:before {
  content: "\e52b";
}
.fi-tr-diagram-predecessor:before {
  content: "\e52c";
}
.fi-tr-diagram-previous:before {
  content: "\e52d";
}
.fi-tr-diagram-project:before {
  content: "\e52e";
}
.fi-tr-diagram-sankey:before {
  content: "\e52f";
}
.fi-tr-diagram-subtask:before {
  content: "\e530";
}
.fi-tr-diagram-successor:before {
  content: "\e531";
}
.fi-tr-diagram-venn:before {
  content: "\e532";
}
.fi-tr-dial:before {
  content: "\e533";
}
.fi-tr-dial-high:before {
  content: "\e534";
}
.fi-tr-dial-low:before {
  content: "\e535";
}
.fi-tr-dial-max:before {
  content: "\e536";
}
.fi-tr-dial-med:before {
  content: "\e537";
}
.fi-tr-dial-med-low:before {
  content: "\e538";
}
.fi-tr-dial-min:before {
  content: "\e539";
}
.fi-tr-dial-off:before {
  content: "\e53a";
}
.fi-tr-dialogue-exchange:before {
  content: "\e53b";
}
.fi-tr-diamond:before {
  content: "\e53c";
}
.fi-tr-diamond-exclamation:before {
  content: "\e53d";
}
.fi-tr-diamond-turn-right:before {
  content: "\e53e";
}
.fi-tr-diary-bookmark-down:before {
  content: "\e53f";
}
.fi-tr-diary-bookmarks:before {
  content: "\e540";
}
.fi-tr-diary-clasp:before {
  content: "\e541";
}
.fi-tr-dice-alt:before {
  content: "\e543";
}
.fi-tr-dice-d10:before {
  content: "\e544";
}
.fi-tr-dice-d12:before {
  content: "\e545";
}
.fi-tr-dice-d20:before {
  content: "\e546";
}
.fi-tr-dice-d4:before {
  content: "\e547";
}
.fi-tr-dice-d6:before {
  content: "\e548";
}
.fi-tr-dice-d8:before {
  content: "\e549";
}
.fi-tr-dice-four:before {
  content: "\e54a";
}
.fi-tr-dice-one:before {
  content: "\e54b";
}
.fi-tr-dice-six:before {
  content: "\e54c";
}
.fi-tr-dice-three:before {
  content: "\e54d";
}
.fi-tr-dice-two:before {
  content: "\e54e";
}
.fi-tr-dictionary:before {
  content: "\e54f";
}
.fi-tr-dictionary-alt:before {
  content: "\e550";
}
.fi-tr-dictionary-open:before {
  content: "\e551";
}
.fi-tr-digging:before {
  content: "\e553";
}
.fi-tr-digital-payment:before {
  content: "\e558";
}
.fi-tr-digital-tachograph:before {
  content: "\e559";
}
.fi-tr-digital-wallet:before {
  content: "\e55a";
}
.fi-tr-dinner:before {
  content: "\e55c";
}
.fi-tr-diploma:before {
  content: "\e55d";
}
.fi-tr-direction-signal:before {
  content: "\e55e";
}
.fi-tr-direction-signal-arrow:before {
  content: "\e55f";
}
.fi-tr-disc-drive:before {
  content: "\e560";
}
.fi-tr-disco-ball:before {
  content: "\e562";
}
.fi-tr-discover:before {
  content: "\e565";
}
.fi-tr-discussion-group:before {
  content: "\e567";
}
.fi-tr-discussion-idea:before {
  content: "\e568";
}
.fi-tr-disease:before {
  content: "\e569";
}
.fi-tr-display:before {
  content: "\e56b";
}
.fi-tr-display-arrow-down:before {
  content: "\e56c";
}
.fi-tr-display-code:before {
  content: "\e56f";
}
.fi-tr-display-medical:before {
  content: "\e570";
}
.fi-tr-display-slash:before {
  content: "\e571";
}
.fi-tr-distribute-spacing-horizontal:before {
  content: "\e572";
}
.fi-tr-distribute-spacing-vertical:before {
  content: "\e573";
}
.fi-tr-divide:before {
  content: "\e575";
}
.fi-tr-dizzy:before {
  content: "\e576";
}
.fi-tr-dj-disc:before {
  content: "\e577";
}
.fi-tr-dna:before {
  content: "\e578";
}
.fi-tr-do-not-disturb:before {
  content: "\e579";
}
.fi-tr-do-not-disturb-doorknob:before {
  content: "\e57a";
}
.fi-tr-do-not-enter:before {
  content: "\e57b";
}
.fi-tr-doctor:before {
  content: "\e57d";
}
.fi-tr-document:before {
  content: "\e57f";
}
.fi-tr-document-circle-wrong:before {
  content: "\e581";
}
.fi-tr-document-folder-gear:before {
  content: "\e583";
}
.fi-tr-document-gavel:before {
  content: "\e584";
}
.fi-tr-document-gear:before {
  content: "\e586";
}
.fi-tr-document-nft:before {
  content: "\e587";
}
.fi-tr-document-paid:before {
  content: "\e588";
}
.fi-tr-document-signed:before {
  content: "\e589";
}
.fi-tr-dog:before {
  content: "\e58b";
}
.fi-tr-dog-bowl-empty:before {
  content: "\e58c";
}
.fi-tr-dog-leashed:before {
  content: "\e58d";
}
.fi-tr-dolly-flatbed:before {
  content: "\e58f";
}
.fi-tr-dolly-flatbed-alt:before {
  content: "\e590";
}
.fi-tr-dolly-flatbed-empty:before {
  content: "\e591";
}
.fi-tr-dolphin:before {
  content: "\e592";
}
.fi-tr-domino-effect:before {
  content: "\e593";
}
.fi-tr-donate:before {
  content: "\e594";
}
.fi-tr-dong-sign:before {
  content: "\e595";
}
.fi-tr-donut:before {
  content: "\e596";
}
.fi-tr-door-closed:before {
  content: "\e597";
}
.fi-tr-door-open:before {
  content: "\e598";
}
.fi-tr-dorm-room:before {
  content: "\e599";
}
.fi-tr-dot-circle:before {
  content: "\e59a";
}
.fi-tr-dot-pending:before {
  content: "\e59b";
}
.fi-tr-dove:before {
  content: "\e59c";
}
.fi-tr-down:before {
  content: "\e59d";
}
.fi-tr-down-from-bracket:before {
  content: "\e59e";
}
.fi-tr-down-left:before {
  content: "\e59f";
}
.fi-tr-down-right:before {
  content: "\e5a1";
}
.fi-tr-down-to-line:before {
  content: "\e5a2";
}
.fi-tr-drafting-compass:before {
  content: "\e5a5";
}
.fi-tr-dragon:before {
  content: "\e5a6";
}
.fi-tr-draw-polygon:before {
  content: "\e5a7";
}
.fi-tr-draw-square:before {
  content: "\e5a8";
}
.fi-tr-drawer:before {
  content: "\e5a9";
}
.fi-tr-drawer-alt:before {
  content: "\e5aa";
}
.fi-tr-drawer-empty:before {
  content: "\e5ab";
}
.fi-tr-dreidel:before {
  content: "\e5ac";
}
.fi-tr-dress:before {
  content: "\e5ad";
}
.fi-tr-drink:before {
  content: "\e5af";
}
.fi-tr-drink-alt:before {
  content: "\e5b0";
}
.fi-tr-driver-man:before {
  content: "\e5b1";
}
.fi-tr-driver-woman:before {
  content: "\e5b2";
}
.fi-tr-drone:before {
  content: "\e5b3";
}
.fi-tr-drone-alt:before {
  content: "\e5b4";
}
.fi-tr-drone-front:before {
  content: "\e5b5";
}
.fi-tr-drop-down:before {
  content: "\e5b6";
}
.fi-tr-dropdown:before {
  content: "\e5b8";
}
.fi-tr-dropdown-bar:before {
  content: "\e5b9";
}
.fi-tr-dropdown-select:before {
  content: "\e5ba";
}
.fi-tr-drum:before {
  content: "\e5bc";
}
.fi-tr-drum-steelpan:before {
  content: "\e5bd";
}
.fi-tr-drumstick:before {
  content: "\e5be";
}
.fi-tr-drumstick-bite:before {
  content: "\e5bf";
}
.fi-tr-dryer:before {
  content: "\e5c1";
}
.fi-tr-dryer-alt:before {
  content: "\e5c2";
}
.fi-tr-duck:before {
  content: "\e5c4";
}
.fi-tr-dumbbell-fitness:before {
  content: "\e5c5";
}
.fi-tr-dumbbell-horizontal:before {
  content: "\e5c6";
}
.fi-tr-dumbbell-ray:before {
  content: "\e5c7";
}
.fi-tr-dumbbell-weightlifting:before {
  content: "\e5c8";
}
.fi-tr-dumpster:before {
  content: "\e5c9";
}
.fi-tr-dumpster-fire:before {
  content: "\e5ca";
}
.fi-tr-dungeon:before {
  content: "\e5cb";
}
.fi-tr-duration:before {
  content: "\e5cd";
}
.fi-tr-duration-alt:before {
  content: "\e5ce";
}
.fi-tr-e:before {
  content: "\e5cf";
}
.fi-tr-e-learning:before {
  content: "\e5d0";
}
.fi-tr-ear:before {
  content: "\e5d1";
}
.fi-tr-ear-deaf:before {
  content: "\e5d2";
}
.fi-tr-ear-muffs:before {
  content: "\e5d3";
}
.fi-tr-ear-sound:before {
  content: "\e5d4";
}
.fi-tr-earbuds:before {
  content: "\e5d5";
}
.fi-tr-earth-africa:before {
  content: "\e5d7";
}
.fi-tr-earth-americas:before {
  content: "\e5d8";
}
.fi-tr-earth-asia:before {
  content: "\e5d9";
}
.fi-tr-earth-europa:before {
  content: "\e5da";
}
.fi-tr-eclipse:before {
  content: "\e5dc";
}
.fi-tr-eclipse-alt:before {
  content: "\e5dd";
}
.fi-tr-eco-electric:before {
  content: "\e5de";
}
.fi-tr-edit:before {
  content: "\e5df";
}
.fi-tr-edit-alt:before {
  content: "\e5e0";
}
.fi-tr-edit-message:before {
  content: "\e5e1";
}
.fi-tr-effect:before {
  content: "\e5e2";
}
.fi-tr-egg:before {
  content: "\e5e3";
}
.fi-tr-egg-fried:before {
  content: "\e5e4";
}
.fi-tr-eiffel-tower:before {
  content: "\e5e5";
}
.fi-tr-eject:before {
  content: "\e5e6";
}
.fi-tr-elephant:before {
  content: "\e5e8";
}
.fi-tr-elevator:before {
  content: "\e5e9";
}
.fi-tr-email-refresh:before {
  content: "\e5ec";
}
.fi-tr-emergency-call:before {
  content: "\e5ed";
}
.fi-tr-employee-alt:before {
  content: "\e5ee";
}
.fi-tr-employee-handbook:before {
  content: "\e5ef";
}
.fi-tr-employee-man:before {
  content: "\e5f0";
}
.fi-tr-employee-man-alt:before {
  content: "\e5f1";
}
.fi-tr-employees:before {
  content: "\e5f4";
}
.fi-tr-employees-woman-man:before {
  content: "\e5f5";
}
.fi-tr-empty-set:before {
  content: "\e5f6";
}
.fi-tr-endless-loop:before {
  content: "\e5f7";
}
.fi-tr-engine:before {
  content: "\e5f9";
}
.fi-tr-engine-warning:before {
  content: "\e5fa";
}
.fi-tr-english:before {
  content: "\e5fb";
}
.fi-tr-envelope:before {
  content: "\e5fe";
}
.fi-tr-envelope-ban:before {
  content: "\e5ff";
}
.fi-tr-envelope-bulk:before {
  content: "\e600";
}
.fi-tr-envelope-dot:before {
  content: "\e601";
}
.fi-tr-envelope-download:before {
  content: "\e602";
}
.fi-tr-envelope-heart:before {
  content: "\e603";
}
.fi-tr-envelope-marker:before {
  content: "\e604";
}
.fi-tr-envelope-open:before {
  content: "\e605";
}
.fi-tr-envelope-open-dollar:before {
  content: "\e606";
}
.fi-tr-envelope-open-text:before {
  content: "\e607";
}
.fi-tr-envelope-plus:before {
  content: "\e608";
}
.fi-tr-envelopes:before {
  content: "\e609";
}
.fi-tr-equality:before {
  content: "\e60b";
}
.fi-tr-equals:before {
  content: "\e60c";
}
.fi-tr-equestrian-statue:before {
  content: "\e60d";
}
.fi-tr-eraser:before {
  content: "\e60f";
}
.fi-tr-error-camera:before {
  content: "\e610";
}
.fi-tr-escalator:before {
  content: "\e611";
}
.fi-tr-ethernet:before {
  content: "\e613";
}
.fi-tr-euro:before {
  content: "\e615";
}
.fi-tr-europe-flag:before {
  content: "\e616";
}
.fi-tr-europe-map:before {
  content: "\e617";
}
.fi-tr-european-union:before {
  content: "\e618";
}
.fi-tr-excavator:before {
  content: "\e61a";
}
.fi-tr-exchange:before {
  content: "\e61b";
}
.fi-tr-exchange-alt:before {
  content: "\e61c";
}
.fi-tr-exchange-cryptocurrency:before {
  content: "\e61d";
}
.fi-tr-exit-alt:before {
  content: "\e622";
}
.fi-tr-expand:before {
  content: "\e623";
}
.fi-tr-expand-arrows:before {
  content: "\e624";
}
.fi-tr-expand-arrows-alt:before {
  content: "\e625";
}
.fi-tr-expense:before {
  content: "\e626";
}
.fi-tr-expense-bill:before {
  content: "\e627";
}
.fi-tr-explosion:before {
  content: "\e629";
}
.fi-tr-external-hard-drive:before {
  content: "\e62a";
}
.fi-tr-external-world:before {
  content: "\e62b";
}
.fi-tr-eye-alert:before {
  content: "\e62d";
}
.fi-tr-eye-arrow-progress:before {
  content: "\e62e";
}
.fi-tr-eye-dropper:before {
  content: "\e630";
}
.fi-tr-eye-dropper-half:before {
  content: "\e631";
}
.fi-tr-eyes:before {
  content: "\e633";
}
.fi-tr-f:before {
  content: "\e634";
}
.fi-tr-fabric:before {
  content: "\e635";
}
.fi-tr-face-angry-horns:before {
  content: "\e636";
}
.fi-tr-face-anguished:before {
  content: "\e637";
}
.fi-tr-face-anxious-sweat:before {
  content: "\e638";
}
.fi-tr-face-astonished:before {
  content: "\e639";
}
.fi-tr-face-awesome:before {
  content: "\e63a";
}
.fi-tr-face-beam-hand-over-mouth:before {
  content: "\e63b";
}
.fi-tr-face-confounded:before {
  content: "\e63c";
}
.fi-tr-face-confused:before {
  content: "\e63d";
}
.fi-tr-face-cowboy-hat:before {
  content: "\e63e";
}
.fi-tr-face-disappointed:before {
  content: "\e63f";
}
.fi-tr-face-disguise:before {
  content: "\e640";
}
.fi-tr-face-downcast-sweat:before {
  content: "\e641";
}
.fi-tr-face-drooling:before {
  content: "\e642";
}
.fi-tr-face-explode:before {
  content: "\e643";
}
.fi-tr-face-expressionless:before {
  content: "\e644";
}
.fi-tr-face-eyes-xmarks:before {
  content: "\e645";
}
.fi-tr-face-fearful:before {
  content: "\e646";
}
.fi-tr-face-glasses:before {
  content: "\e647";
}
.fi-tr-face-grin-tongue-wink:before {
  content: "\e648";
}
.fi-tr-face-hand-yawn:before {
  content: "\e649";
}
.fi-tr-face-head-bandage:before {
  content: "\e64a";
}
.fi-tr-face-hushed:before {
  content: "\e64b";
}
.fi-tr-face-icicles:before {
  content: "\e64c";
}
.fi-tr-face-lying:before {
  content: "\e64d";
}
.fi-tr-face-mask:before {
  content: "\e64e";
}
.fi-tr-face-monocle:before {
  content: "\e64f";
}
.fi-tr-face-nauseated:before {
  content: "\e650";
}
.fi-tr-face-nose-steam:before {
  content: "\e651";
}
.fi-tr-face-party:before {
  content: "\e652";
}
.fi-tr-face-pensive:before {
  content: "\e653";
}
.fi-tr-face-persevering:before {
  content: "\e654";
}
.fi-tr-face-pleading:before {
  content: "\e655";
}
.fi-tr-face-raised-eyebrow:before {
  content: "\e656";
}
.fi-tr-face-relieved:before {
  content: "\e657";
}
.fi-tr-face-sad-sweat:before {
  content: "\e658";
}
.fi-tr-face-scream:before {
  content: "\e659";
}
.fi-tr-face-shush:before {
  content: "\e65a";
}
.fi-tr-face-sleeping:before {
  content: "\e65b";
}
.fi-tr-face-sleepy:before {
  content: "\e65c";
}
.fi-tr-face-smile-halo:before {
  content: "\e65d";
}
.fi-tr-face-smile-hearts:before {
  content: "\e65e";
}
.fi-tr-face-smile-horns:before {
  content: "\e65f";
}
.fi-tr-face-smile-tear:before {
  content: "\e660";
}
.fi-tr-face-smile-tongue:before {
  content: "\e661";
}
.fi-tr-face-smile-upside-down:before {
  content: "\e662";
}
.fi-tr-face-smiling-hands:before {
  content: "\e663";
}
.fi-tr-face-smirking:before {
  content: "\e664";
}
.fi-tr-face-sunglasses:before {
  content: "\e665";
}
.fi-tr-face-sunglasses-alt:before {
  content: "\e666";
}
.fi-tr-face-swear:before {
  content: "\e667";
}
.fi-tr-face-thermometer:before {
  content: "\e668";
}
.fi-tr-face-thinking:before {
  content: "\e669";
}
.fi-tr-face-tissue:before {
  content: "\e66a";
}
.fi-tr-face-tongue-money:before {
  content: "\e66b";
}
.fi-tr-face-tongue-sweat:before {
  content: "\e66c";
}
.fi-tr-face-unamused:before {
  content: "\e66d";
}
.fi-tr-face-viewfinder:before {
  content: "\e66e";
}
.fi-tr-face-vomit:before {
  content: "\e66f";
}
.fi-tr-face-weary:before {
  content: "\e670";
}
.fi-tr-face-woozy:before {
  content: "\e671";
}
.fi-tr-face-worried:before {
  content: "\e672";
}
.fi-tr-face-zany:before {
  content: "\e673";
}
.fi-tr-face-zipper:before {
  content: "\e674";
}
.fi-tr-facial-massage:before {
  content: "\e677";
}
.fi-tr-fail:before {
  content: "\e678";
}
.fi-tr-falafel:before {
  content: "\e679";
}
.fi-tr-family:before {
  content: "\e67a";
}
.fi-tr-family-dress:before {
  content: "\e67b";
}
.fi-tr-family-pants:before {
  content: "\e67c";
}
.fi-tr-fan:before {
  content: "\e67d";
}
.fi-tr-fan-table:before {
  content: "\e67e";
}
.fi-tr-farfalle:before {
  content: "\e67f";
}
.fi-tr-farm:before {
  content: "\e680";
}
.fi-tr-faucet:before {
  content: "\e681";
}
.fi-tr-faucet-drip:before {
  content: "\e682";
}
.fi-tr-fax:before {
  content: "\e683";
}
.fi-tr-feather:before {
  content: "\e684";
}
.fi-tr-feather-pointed:before {
  content: "\e685";
}
.fi-tr-features:before {
  content: "\e686";
}
.fi-tr-features-alt:before {
  content: "\e687";
}
.fi-tr-fee:before {
  content: "\e689";
}
.fi-tr-fee-receipt:before {
  content: "\e68b";
}
.fi-tr-feedback:before {
  content: "\e68c";
}
.fi-tr-feedback-alt:before {
  content: "\e68d";
}
.fi-tr-feedback-cycle-loop:before {
  content: "\e68e";
}
.fi-tr-feedback-hand:before {
  content: "\e68f";
}
.fi-tr-feedback-review:before {
  content: "\e690";
}
.fi-tr-fence:before {
  content: "\e693";
}
.fi-tr-ferris-wheel:before {
  content: "\e694";
}
.fi-tr-field-hockey:before {
  content: "\e695";
}
.fi-tr-fighter-jet:before {
  content: "\e696";
}
.fi-tr-file-audio:before {
  content: "\e69a";
}
.fi-tr-file-binary:before {
  content: "\e69b";
}
.fi-tr-file-chart-line:before {
  content: "\e69c";
}
.fi-tr-file-chart-pie:before {
  content: "\e69d";
}
.fi-tr-file-circle-info:before {
  content: "\e69e";
}
.fi-tr-file-cloud:before {
  content: "\e69f";
}
.fi-tr-file-code:before {
  content: "\e6a0";
}
.fi-tr-file-csv:before {
  content: "\e6a2";
}
.fi-tr-file-download:before {
  content: "\e6a4";
}
.fi-tr-file-edit:before {
  content: "\e6a5";
}
.fi-tr-file-excel:before {
  content: "\e6a7";
}
.fi-tr-file-exclamation:before {
  content: "\e6a8";
}
.fi-tr-file-export:before {
  content: "\e6a9";
}
.fi-tr-file-image:before {
  content: "\e6ab";
}
.fi-tr-file-import:before {
  content: "\e6ac";
}
.fi-tr-file-invoice:before {
  content: "\e6ad";
}
.fi-tr-file-invoice-dollar:before {
  content: "\e6ae";
}
.fi-tr-file-loop:before {
  content: "\e6b0";
}
.fi-tr-file-medical:before {
  content: "\e6b2";
}
.fi-tr-file-medical-alt:before {
  content: "\e6b3";
}
.fi-tr-file-minus:before {
  content: "\e6b4";
}
.fi-tr-file-pdf:before {
  content: "\e6b5";
}
.fi-tr-file-powerpoint:before {
  content: "\e6b8";
}
.fi-tr-file-prescription:before {
  content: "\e6b9";
}
.fi-tr-file-question:before {
  content: "\e6bb";
}
.fi-tr-file-recycle:before {
  content: "\e6bc";
}
.fi-tr-file-signature:before {
  content: "\e6bd";
}
.fi-tr-file-spreadsheet:before {
  content: "\e6bf";
}
.fi-tr-file-upload:before {
  content: "\e6c0";
}
.fi-tr-file-user:before {
  content: "\e6c1";
}
.fi-tr-file-video:before {
  content: "\e6c2";
}
.fi-tr-file-word:before {
  content: "\e6c3";
}
.fi-tr-file-xls:before {
  content: "\e6c4";
}
.fi-tr-file-zip-alt:before {
  content: "\e6c6";
}
.fi-tr-file-zip-save:before {
  content: "\e6c7";
}
.fi-tr-file-zipper:before {
  content: "\e6c8";
}
.fi-tr-files-medical:before {
  content: "\e6ca";
}
.fi-tr-fill:before {
  content: "\e6cb";
}
.fi-tr-film:before {
  content: "\e6cc";
}
.fi-tr-film-canister:before {
  content: "\e6cd";
}
.fi-tr-film-slash:before {
  content: "\e6ce";
}
.fi-tr-films:before {
  content: "\e6cf";
}
.fi-tr-filter:before {
  content: "\e6d0";
}
.fi-tr-filter-list:before {
  content: "\e6d1";
}
.fi-tr-filter-slash:before {
  content: "\e6d2";
}
.fi-tr-filters:before {
  content: "\e6d3";
}
.fi-tr-finger-droplet:before {
  content: "\e6d4";
}
.fi-tr-finger-nail:before {
  content: "\e6d5";
}
.fi-tr-fingerprint:before {
  content: "\e6d6";
}
.fi-tr-fingerprint-remove:before {
  content: "\e6d7";
}
.fi-tr-fingerprint-verified:before {
  content: "\e6d9";
}
.fi-tr-fire-burner:before {
  content: "\e6da";
}
.fi-tr-fire-extinguisher:before {
  content: "\e6db";
}
.fi-tr-fire-flame-curved:before {
  content: "\e6dc";
}
.fi-tr-fire-flame-simple:before {
  content: "\e6dd";
}
.fi-tr-fire-hydrant:before {
  content: "\e6de";
}
.fi-tr-fire-smoke:before {
  content: "\e6df";
}
.fi-tr-fireplace:before {
  content: "\e6e2";
}
.fi-tr-first:before {
  content: "\e6e5";
}
.fi-tr-first-award:before {
  content: "\e6e6";
}
.fi-tr-first-laurel:before {
  content: "\e6e7";
}
.fi-tr-first-medal:before {
  content: "\e6e8";
}
.fi-tr-fish:before {
  content: "\e6e9";
}
.fi-tr-fish-bones:before {
  content: "\e6ea";
}
.fi-tr-fish-cooked:before {
  content: "\e6eb";
}
.fi-tr-fishing-rod:before {
  content: "\e6ec";
}
.fi-tr-fist-move:before {
  content: "\e6ed";
}
.fi-tr-fitness-watch:before {
  content: "\e6ee";
}
.fi-tr-flag:before {
  content: "\e6ef";
}
.fi-tr-flag-alt:before {
  content: "\e6f0";
}
.fi-tr-flag-checkered:before {
  content: "\e6f1";
}
.fi-tr-flag-usa:before {
  content: "\e6f2";
}
.fi-tr-flame:before {
  content: "\e6f3";
}
.fi-tr-flashlight:before {
  content: "\e6f4";
}
.fi-tr-flask:before {
  content: "\e6f5";
}
.fi-tr-flask-gear:before {
  content: "\e6f6";
}
.fi-tr-flask-poison:before {
  content: "\e6f7";
}
.fi-tr-flask-potion:before {
  content: "\e6f8";
}
.fi-tr-flatbread:before {
  content: "\e6f9";
}
.fi-tr-flatbread-stuffed:before {
  content: "\e6fa";
}
.fi-tr-flip-horizontal:before {
  content: "\e6ff";
}
.fi-tr-floor:before {
  content: "\e701";
}
.fi-tr-floor-alt:before {
  content: "\e702";
}
.fi-tr-floor-layer:before {
  content: "\e703";
}
.fi-tr-floppy-disk-circle-arrow-right:before {
  content: "\e704";
}
.fi-tr-floppy-disk-circle-xmark:before {
  content: "\e705";
}
.fi-tr-floppy-disk-pen:before {
  content: "\e706";
}
.fi-tr-floppy-disks:before {
  content: "\e707";
}
.fi-tr-florin-sign:before {
  content: "\e708";
}
.fi-tr-flowchart:before {
  content: "\e709";
}
.fi-tr-flower:before {
  content: "\e70a";
}
.fi-tr-flower-bouquet:before {
  content: "\e70b";
}
.fi-tr-flower-butterfly:before {
  content: "\e70c";
}
.fi-tr-flower-daffodil:before {
  content: "\e70d";
}
.fi-tr-flower-tulip:before {
  content: "\e70e";
}
.fi-tr-flushed:before {
  content: "\e70f";
}
.fi-tr-flute:before {
  content: "\e711";
}
.fi-tr-flux-capacitor:before {
  content: "\e712";
}
.fi-tr-fly-insect:before {
  content: "\e713";
}
.fi-tr-flying-disc:before {
  content: "\e714";
}
.fi-tr-fm-radio:before {
  content: "\e715";
}
.fi-tr-fog:before {
  content: "\e716";
}
.fi-tr-folder-archive:before {
  content: "\e718";
}
.fi-tr-folder-camera:before {
  content: "\e71a";
}
.fi-tr-folder-directory:before {
  content: "\e71b";
}
.fi-tr-folder-download:before {
  content: "\e71c";
}
.fi-tr-folder-fire:before {
  content: "\e71d";
}
.fi-tr-folder-gear:before {
  content: "\e71e";
}
.fi-tr-folder-heart:before {
  content: "\e720";
}
.fi-tr-folder-loop:before {
  content: "\e722";
}
.fi-tr-folder-math:before {
  content: "\e724";
}
.fi-tr-folder-minus:before {
  content: "\e726";
}
.fi-tr-folder-music:before {
  content: "\e727";
}
.fi-tr-folder-open:before {
  content: "\e728";
}
.fi-tr-folder-plus-circle:before {
  content: "\e729";
}
.fi-tr-folder-times:before {
  content: "\e72a";
}
.fi-tr-folder-tree:before {
  content: "\e72b";
}
.fi-tr-folder-upload:before {
  content: "\e72c";
}
.fi-tr-folder-xmark:before {
  content: "\e72e";
}
.fi-tr-folder-xmark-circle:before {
  content: "\e72f";
}
.fi-tr-folders:before {
  content: "\e730";
}
.fi-tr-follow-folder:before {
  content: "\e731";
}
.fi-tr-followcollection:before {
  content: "\e732";
}
.fi-tr-fondue-pot:before {
  content: "\e734";
}
.fi-tr-footprint:before {
  content: "\e73a";
}
.fi-tr-foreign-language-audio:before {
  content: "\e73b";
}
.fi-tr-forest:before {
  content: "\e73c";
}
.fi-tr-forest-alt:before {
  content: "\e73d";
}
.fi-tr-fork:before {
  content: "\e73e";
}
.fi-tr-fork-spaghetti:before {
  content: "\e73f";
}
.fi-tr-forklift:before {
  content: "\e740";
}
.fi-tr-form:before {
  content: "\e741";
}
.fi-tr-fort:before {
  content: "\e742";
}
.fi-tr-forward:before {
  content: "\e743";
}
.fi-tr-forward-fast:before {
  content: "\e744";
}
.fi-tr-fox:before {
  content: "\e747";
}
.fi-tr-frame:before {
  content: "\e748";
}
.fi-tr-franc-sign:before {
  content: "\e749";
}
.fi-tr-free:before {
  content: "\e74a";
}
.fi-tr-free-delivery:before {
  content: "\e74b";
}
.fi-tr-freemium:before {
  content: "\e74c";
}
.fi-tr-french:before {
  content: "\e74f";
}
.fi-tr-french-fries:before {
  content: "\e750";
}
.fi-tr-friday:before {
  content: "\e752";
}
.fi-tr-frog:before {
  content: "\e753";
}
.fi-tr-frown:before {
  content: "\e754";
}
.fi-tr-ftp:before {
  content: "\e755";
}
.fi-tr-fuel-gauge:before {
  content: "\e756";
}
.fi-tr-function:before {
  content: "\e757";
}
.fi-tr-function-process:before {
  content: "\e759";
}
.fi-tr-function-square:before {
  content: "\e75a";
}
.fi-tr-funnel-dollar:before {
  content: "\e75b";
}
.fi-tr-funnel-money:before {
  content: "\e75c";
}
.fi-tr-fusilli:before {
  content: "\e75d";
}
.fi-tr-g:before {
  content: "\e75e";
}
.fi-tr-galaxy:before {
  content: "\e75f";
}
.fi-tr-galaxy-alt:before {
  content: "\e760";
}
.fi-tr-galaxy-planet:before {
  content: "\e761";
}
.fi-tr-galaxy-star:before {
  content: "\e762";
}
.fi-tr-gallery:before {
  content: "\e763";
}
.fi-tr-gallery-thumbnails:before {
  content: "\e764";
}
.fi-tr-game-board-alt:before {
  content: "\e766";
}
.fi-tr-gamepad:before {
  content: "\e768";
}
.fi-tr-garage:before {
  content: "\e76a";
}
.fi-tr-garage-car:before {
  content: "\e76b";
}
.fi-tr-garage-open:before {
  content: "\e76c";
}
.fi-tr-garlic:before {
  content: "\e76d";
}
.fi-tr-garlic-alt:before {
  content: "\e76e";
}
.fi-tr-gas-pump:before {
  content: "\e76f";
}
.fi-tr-gas-pump-slash:before {
  content: "\e771";
}
.fi-tr-gauge-circle-bolt:before {
  content: "\e772";
}
.fi-tr-gauge-circle-minus:before {
  content: "\e773";
}
.fi-tr-gauge-circle-plus:before {
  content: "\e774";
}
.fi-tr-gauze-bandage:before {
  content: "\e775";
}
.fi-tr-gavel:before {
  content: "\e776";
}
.fi-tr-gay-couple:before {
  content: "\e777";
}
.fi-tr-gears:before {
  content: "\e77a";
}
.fi-tr-gem:before {
  content: "\e77b";
}
.fi-tr-general:before {
  content: "\e77c";
}
.fi-tr-german:before {
  content: "\e77d";
}
.fi-tr-ghost:before {
  content: "\e77e";
}
.fi-tr-gif:before {
  content: "\e77f";
}
.fi-tr-gif-square:before {
  content: "\e781";
}
.fi-tr-gift:before {
  content: "\e782";
}
.fi-tr-gift-box-benefits:before {
  content: "\e783";
}
.fi-tr-gift-card:before {
  content: "\e784";
}
.fi-tr-gifts:before {
  content: "\e785";
}
.fi-tr-gingerbread-man:before {
  content: "\e786";
}
.fi-tr-glass:before {
  content: "\e789";
}
.fi-tr-glass-champagne:before {
  content: "\e78a";
}
.fi-tr-glass-cheers:before {
  content: "\e78b";
}
.fi-tr-glass-citrus:before {
  content: "\e78c";
}
.fi-tr-glass-empty:before {
  content: "\e78d";
}
.fi-tr-glass-half:before {
  content: "\e78e";
}
.fi-tr-glass-water-droplet:before {
  content: "\e78f";
}
.fi-tr-glass-whiskey:before {
  content: "\e790";
}
.fi-tr-glass-whiskey-rocks:before {
  content: "\e791";
}
.fi-tr-glasses:before {
  content: "\e792";
}
.fi-tr-globe:before {
  content: "\e793";
}
.fi-tr-globe-alt:before {
  content: "\e794";
}
.fi-tr-globe-pointer:before {
  content: "\e795";
}
.fi-tr-globe-snow:before {
  content: "\e796";
}
.fi-tr-globe-user:before {
  content: "\e797";
}
.fi-tr-goal-net:before {
  content: "\e798";
}
.fi-tr-golf-ball:before {
  content: "\e79a";
}
.fi-tr-golf-club:before {
  content: "\e79b";
}
.fi-tr-golf-hole:before {
  content: "\e79c";
}
.fi-tr-gopuram:before {
  content: "\e7a0";
}
.fi-tr-government-budget:before {
  content: "\e7a1";
}
.fi-tr-government-flag:before {
  content: "\e7a2";
}
.fi-tr-government-user:before {
  content: "\e7a3";
}
.fi-tr-gps-navigation:before {
  content: "\e7a4";
}
.fi-tr-graduation-cap:before {
  content: "\e7a5";
}
.fi-tr-gramophone:before {
  content: "\e7a6";
}
.fi-tr-grape:before {
  content: "\e7a7";
}
.fi-tr-graph-curve:before {
  content: "\e7a8";
}
.fi-tr-graphic-style:before {
  content: "\e7a9";
}
.fi-tr-graphic-tablet:before {
  content: "\e7aa";
}
.fi-tr-grass:before {
  content: "\e7ab";
}
.fi-tr-grate:before {
  content: "\e7ac";
}
.fi-tr-grate-droplet:before {
  content: "\e7ad";
}
.fi-tr-greater-than:before {
  content: "\e7ae";
}
.fi-tr-greater-than-equal:before {
  content: "\e7af";
}
.fi-tr-greek-helmet:before {
  content: "\e7b0";
}
.fi-tr-grid-alt:before {
  content: "\e7b2";
}
.fi-tr-grid-dividers:before {
  content: "\e7b3";
}
.fi-tr-grill:before {
  content: "\e7b4";
}
.fi-tr-grill-hot-alt:before {
  content: "\e7b5";
}
.fi-tr-grimace:before {
  content: "\e7b6";
}
.fi-tr-grin:before {
  content: "\e7b7";
}
.fi-tr-grin-alt:before {
  content: "\e7b8";
}
.fi-tr-grin-beam:before {
  content: "\e7b9";
}
.fi-tr-grin-beam-sweat:before {
  content: "\e7ba";
}
.fi-tr-grin-hearts:before {
  content: "\e7bb";
}
.fi-tr-grin-squint:before {
  content: "\e7bc";
}
.fi-tr-grin-squint-tears:before {
  content: "\e7bd";
}
.fi-tr-grin-stars:before {
  content: "\e7be";
}
.fi-tr-grin-tears:before {
  content: "\e7bf";
}
.fi-tr-grin-tongue:before {
  content: "\e7c0";
}
.fi-tr-grin-tongue-squint:before {
  content: "\e7c1";
}
.fi-tr-grin-tongue-wink:before {
  content: "\e7c2";
}
.fi-tr-grin-wink:before {
  content: "\e7c3";
}
.fi-tr-grip-dots:before {
  content: "\e7c4";
}
.fi-tr-grip-dots-vertical:before {
  content: "\e7c5";
}
.fi-tr-grip-horizontal:before {
  content: "\e7c6";
}
.fi-tr-grip-lines:before {
  content: "\e7c7";
}
.fi-tr-grip-lines-vertical:before {
  content: "\e7c8";
}
.fi-tr-grip-vertical:before {
  content: "\e7c9";
}
.fi-tr-grocery-bag:before {
  content: "\e7ca";
}
.fi-tr-grocery-basket:before {
  content: "\e7cb";
}
.fi-tr-group-arrows-rotate:before {
  content: "\e7cc";
}
.fi-tr-growth-chart-invest:before {
  content: "\e7cf";
}
.fi-tr-guarani-sign:before {
  content: "\e7d0";
}
.fi-tr-guide:before {
  content: "\e7d1";
}
.fi-tr-guide-alt:before {
  content: "\e7d2";
}
.fi-tr-guitar:before {
  content: "\e7d3";
}
.fi-tr-guitar-electric:before {
  content: "\e7d4";
}
.fi-tr-guitars:before {
  content: "\e7d5";
}
.fi-tr-gun-squirt:before {
  content: "\e7d6";
}
.fi-tr-gym:before {
  content: "\e7d7";
}
.fi-tr-h:before {
  content: "\e7d8";
}
.fi-tr-h-square:before {
  content: "\e7d9";
}
.fi-tr-h1:before {
  content: "\e7da";
}
.fi-tr-h2:before {
  content: "\e7db";
}
.fi-tr-h3:before {
  content: "\e7dc";
}
.fi-tr-h4:before {
  content: "\e7dd";
}
.fi-tr-hair-clipper:before {
  content: "\e7de";
}
.fi-tr-hamburger:before {
  content: "\e7df";
}
.fi-tr-hamburger-soda:before {
  content: "\e7e0";
}
.fi-tr-hammer:before {
  content: "\e7e1";
}
.fi-tr-hammer-brush:before {
  content: "\e7e2";
}
.fi-tr-hammer-crash:before {
  content: "\e7e3";
}
.fi-tr-hammer-war:before {
  content: "\e7e4";
}
.fi-tr-hamsa:before {
  content: "\e7e5";
}
.fi-tr-hand:before {
  content: "\e7e6";
}
.fi-tr-hand-back-fist:before {
  content: "\e7e7";
}
.fi-tr-hand-back-point-down:before {
  content: "\e7e8";
}
.fi-tr-hand-back-point-left:before {
  content: "\e7e9";
}
.fi-tr-hand-back-point-ribbon:before {
  content: "\e7ea";
}
.fi-tr-hand-back-point-right:before {
  content: "\e7eb";
}
.fi-tr-hand-bandage-wound:before {
  content: "\e7ec";
}
.fi-tr-hand-bill:before {
  content: "\e7ed";
}
.fi-tr-hand-dots:before {
  content: "\e7ee";
}
.fi-tr-hand-fingers-crossed:before {
  content: "\e7ef";
}
.fi-tr-hand-fist:before {
  content: "\e7f0";
}
.fi-tr-hand-heart:before {
  content: "\e7f1";
}
.fi-tr-hand-holding-box:before {
  content: "\e7f2";
}
.fi-tr-hand-holding-document:before {
  content: "\e7f3";
}
.fi-tr-hand-holding-droplet:before {
  content: "\e7f4";
}
.fi-tr-hand-holding-heart:before {
  content: "\e7f5";
}
.fi-tr-hand-holding-magic:before {
  content: "\e7f6";
}
.fi-tr-hand-holding-medical:before {
  content: "\e7f7";
}
.fi-tr-hand-holding-seeding:before {
  content: "\e7f8";
}
.fi-tr-hand-holding-skull:before {
  content: "\e7fa";
}
.fi-tr-hand-holding-usd:before {
  content: "\e7fb";
}
.fi-tr-hand-holding-water:before {
  content: "\e7fc";
}
.fi-tr-hand-horns:before {
  content: "\e7fd";
}
.fi-tr-hand-key:before {
  content: "\e7fe";
}
.fi-tr-hand-lizard:before {
  content: "\e7ff";
}
.fi-tr-hand-love:before {
  content: "\e800";
}
.fi-tr-hand-middle-finger:before {
  content: "\e801";
}
.fi-tr-hand-paper:before {
  content: "\e802";
}
.fi-tr-hand-peace:before {
  content: "\e803";
}
.fi-tr-hand-point-ribbon:before {
  content: "\e804";
}
.fi-tr-hand-present:before {
  content: "\e805";
}
.fi-tr-hand-scissors:before {
  content: "\e806";
}
.fi-tr-hand-sparkles:before {
  content: "\e807";
}
.fi-tr-hand-spock:before {
  content: "\e808";
}
.fi-tr-hand-wave:before {
  content: "\e809";
}
.fi-tr-handcuffs:before {
  content: "\e80a";
}
.fi-tr-handmade:before {
  content: "\e80b";
}
.fi-tr-hands-brain:before {
  content: "\e80c";
}
.fi-tr-hands-bubbles:before {
  content: "\e80d";
}
.fi-tr-hands-clapping:before {
  content: "\e80e";
}
.fi-tr-hands-heart:before {
  content: "\e80f";
}
.fi-tr-hands-holding:before {
  content: "\e810";
}
.fi-tr-hands-holding-diamond:before {
  content: "\e811";
}
.fi-tr-hands-together:before {
  content: "\e812";
}
.fi-tr-hands-together-heart:before {
  content: "\e813";
}
.fi-tr-hands-usd:before {
  content: "\e815";
}
.fi-tr-handshake:before {
  content: "\e816";
}
.fi-tr-handshake-angle:before {
  content: "\e817";
}
.fi-tr-handshake-deal-loan:before {
  content: "\e818";
}
.fi-tr-handshake-house:before {
  content: "\e819";
}
.fi-tr-handshake-simple-slash:before {
  content: "\e81a";
}
.fi-tr-handshake-trust:before {
  content: "\e81b";
}
.fi-tr-hard-hat:before {
  content: "\e81d";
}
.fi-tr-hashtag:before {
  content: "\e81f";
}
.fi-tr-hashtag-lock:before {
  content: "\e820";
}
.fi-tr-hat-beach:before {
  content: "\e823";
}
.fi-tr-hat-birthday:before {
  content: "\e824";
}
.fi-tr-hat-chef:before {
  content: "\e825";
}
.fi-tr-hat-cowboy:before {
  content: "\e826";
}
.fi-tr-hat-cowboy-side:before {
  content: "\e827";
}
.fi-tr-hat-santa:before {
  content: "\e828";
}
.fi-tr-hat-winter:before {
  content: "\e829";
}
.fi-tr-hat-witch:before {
  content: "\e82a";
}
.fi-tr-hat-wizard:before {
  content: "\e82b";
}
.fi-tr-hdd:before {
  content: "\e82d";
}
.fi-tr-head-side:before {
  content: "\e82e";
}
.fi-tr-head-side-brain:before {
  content: "\e82f";
}
.fi-tr-head-side-cough:before {
  content: "\e830";
}
.fi-tr-head-side-cough-slash:before {
  content: "\e831";
}
.fi-tr-head-side-headphones:before {
  content: "\e832";
}
.fi-tr-head-side-heart:before {
  content: "\e833";
}
.fi-tr-head-side-mask:before {
  content: "\e834";
}
.fi-tr-head-side-medical:before {
  content: "\e835";
}
.fi-tr-head-side-thinking:before {
  content: "\e836";
}
.fi-tr-head-side-virus:before {
  content: "\e837";
}
.fi-tr-head-vr:before {
  content: "\e838";
}
.fi-tr-heading:before {
  content: "\e839";
}
.fi-tr-headphones:before {
  content: "\e83a";
}
.fi-tr-headset:before {
  content: "\e83b";
}
.fi-tr-heart:before {
  content: "\e83c";
}
.fi-tr-heart-arrow:before {
  content: "\e83d";
}
.fi-tr-heart-brain:before {
  content: "\e83e";
}
.fi-tr-heart-circle-user:before {
  content: "\e83f";
}
.fi-tr-heart-crack:before {
  content: "\e840";
}
.fi-tr-heart-half:before {
  content: "\e841";
}
.fi-tr-heart-half-stroke:before {
  content: "\e842";
}
.fi-tr-heart-health-muscle:before {
  content: "\e843";
}
.fi-tr-heart-lock:before {
  content: "\e844";
}
.fi-tr-heart-partner-handshake:before {
  content: "\e845";
}
.fi-tr-heart-rate:before {
  content: "\e846";
}
.fi-tr-heart-slash:before {
  content: "\e847";
}
.fi-tr-heart-upside-down:before {
  content: "\e848";
}
.fi-tr-heat:before {
  content: "\e849";
}
.fi-tr-helicopter-side:before {
  content: "\e84a";
}
.fi-tr-helmet-battle:before {
  content: "\e84b";
}
.fi-tr-hexagon:before {
  content: "\e84c";
}
.fi-tr-hexagon-check:before {
  content: "\e84d";
}
.fi-tr-hexagon-divide:before {
  content: "\e84e";
}
.fi-tr-hexagon-exclamation:before {
  content: "\e84f";
}
.fi-tr-high-definition:before {
  content: "\e851";
}
.fi-tr-high-five:before {
  content: "\e852";
}
.fi-tr-high-five-celebration-yes:before {
  content: "\e853";
}
.fi-tr-highlighter:before {
  content: "\e854";
}
.fi-tr-highlighter-line:before {
  content: "\e855";
}
.fi-tr-hiking:before {
  content: "\e856";
}
.fi-tr-hiking-boot:before {
  content: "\e857";
}
.fi-tr-hippo:before {
  content: "\e859";
}
.fi-tr-hockey-mask:before {
  content: "\e85a";
}
.fi-tr-hockey-puck:before {
  content: "\e85b";
}
.fi-tr-hockey-stick-puck:before {
  content: "\e85c";
}
.fi-tr-hockey-sticks:before {
  content: "\e85d";
}
.fi-tr-holding-hand-brain:before {
  content: "\e85e";
}
.fi-tr-holding-hand-dinner:before {
  content: "\e85f";
}
.fi-tr-holding-hand-direction:before {
  content: "\e860";
}
.fi-tr-holding-hand-gear:before {
  content: "\e861";
}
.fi-tr-holding-hand-key:before {
  content: "\e862";
}
.fi-tr-holding-hand-nft:before {
  content: "\e863";
}
.fi-tr-holding-hand-revenue:before {
  content: "\e864";
}
.fi-tr-holly-berry:before {
  content: "\e865";
}
.fi-tr-home-heart:before {
  content: "\e868";
}
.fi-tr-home-location:before {
  content: "\e869";
}
.fi-tr-home-location-alt:before {
  content: "\e86a";
}
.fi-tr-honey-pot:before {
  content: "\e86c";
}
.fi-tr-hood-cloak:before {
  content: "\e86d";
}
.fi-tr-horizontal-rule:before {
  content: "\e86e";
}
.fi-tr-horse:before {
  content: "\e86f";
}
.fi-tr-horse-head:before {
  content: "\e870";
}
.fi-tr-horse-saddle:before {
  content: "\e871";
}
.fi-tr-horseshoe:before {
  content: "\e872";
}
.fi-tr-horseshoe-broken:before {
  content: "\e873";
}
.fi-tr-hose:before {
  content: "\e874";
}
.fi-tr-hose-reel:before {
  content: "\e875";
}
.fi-tr-hospital:before {
  content: "\e876";
}
.fi-tr-hospital-symbol:before {
  content: "\e877";
}
.fi-tr-hospital-user:before {
  content: "\e878";
}
.fi-tr-hospitals:before {
  content: "\e879";
}
.fi-tr-hot-tub:before {
  content: "\e87a";
}
.fi-tr-hotdog:before {
  content: "\e87b";
}
.fi-tr-hotel:before {
  content: "\e87c";
}
.fi-tr-hourglass:before {
  content: "\e87e";
}
.fi-tr-hourglass-end:before {
  content: "\e87f";
}
.fi-tr-hourglass-start:before {
  content: "\e880";
}
.fi-tr-house-blank:before {
  content: "\e881";
}
.fi-tr-house-building:before {
  content: "\e882";
}
.fi-tr-house-chimney:before {
  content: "\e883";
}
.fi-tr-house-chimney-blank:before {
  content: "\e884";
}
.fi-tr-house-chimney-crack:before {
  content: "\e885";
}
.fi-tr-house-chimney-heart:before {
  content: "\e886";
}
.fi-tr-house-chimney-medical:before {
  content: "\e887";
}
.fi-tr-house-chimney-user:before {
  content: "\e888";
}
.fi-tr-house-chimney-window:before {
  content: "\e889";
}
.fi-tr-house-circle-check:before {
  content: "\e88a";
}
.fi-tr-house-circle-exclamation:before {
  content: "\e88b";
}
.fi-tr-house-circle-xmark:before {
  content: "\e88c";
}
.fi-tr-house-crack:before {
  content: "\e88d";
}
.fi-tr-house-crack-alt:before {
  content: "\e88e";
}
.fi-tr-house-day:before {
  content: "\e88f";
}
.fi-tr-house-fire:before {
  content: "\e890";
}
.fi-tr-house-flag:before {
  content: "\e891";
}
.fi-tr-house-flood:before {
  content: "\e892";
}
.fi-tr-house-key:before {
  content: "\e893";
}
.fi-tr-house-laptop:before {
  content: "\e894";
}
.fi-tr-house-leave:before {
  content: "\e895";
}
.fi-tr-house-lock:before {
  content: "\e896";
}
.fi-tr-house-medical:before {
  content: "\e897";
}
.fi-tr-house-night:before {
  content: "\e898";
}
.fi-tr-house-return:before {
  content: "\e899";
}
.fi-tr-house-signal:before {
  content: "\e89a";
}
.fi-tr-house-tree:before {
  content: "\e89b";
}
.fi-tr-house-tsunami:before {
  content: "\e89c";
}
.fi-tr-house-turret:before {
  content: "\e89d";
}
.fi-tr-house-user:before {
  content: "\e89e";
}
.fi-tr-house-window:before {
  content: "\e89f";
}
.fi-tr-hr:before {
  content: "\e8a0";
}
.fi-tr-hr-group:before {
  content: "\e8a1";
}
.fi-tr-hr-person:before {
  content: "\e8a2";
}
.fi-tr-hryvnia:before {
  content: "\e8a3";
}
.fi-tr-humanitarian-mission:before {
  content: "\e8a7";
}
.fi-tr-humidity:before {
  content: "\e8a8";
}
.fi-tr-hundred-points:before {
  content: "\e8a9";
}
.fi-tr-hurricane:before {
  content: "\e8aa";
}
.fi-tr-hyperloop:before {
  content: "\e8ab";
}
.fi-tr-i:before {
  content: "\e8ad";
}
.fi-tr-ice-cream:before {
  content: "\e8af";
}
.fi-tr-icicles:before {
  content: "\e8b1";
}
.fi-tr-icon-star:before {
  content: "\e8b2";
}
.fi-tr-id-badge:before {
  content: "\e8b4";
}
.fi-tr-id-card-clip-alt:before {
  content: "\e8b5";
}
.fi-tr-idea-exchange:before {
  content: "\e8b6";
}
.fi-tr-igloo:before {
  content: "\e8b7";
}
.fi-tr-image-slash:before {
  content: "\e8ba";
}
.fi-tr-images:before {
  content: "\e8bb";
}
.fi-tr-images-user:before {
  content: "\e8bc";
}
.fi-tr-improve-user:before {
  content: "\e8be";
}
.fi-tr-inbox-in:before {
  content: "\e8c1";
}
.fi-tr-inbox-out:before {
  content: "\e8c2";
}
.fi-tr-inboxes:before {
  content: "\e8c3";
}
.fi-tr-incense-sticks-yoga:before {
  content: "\e8c4";
}
.fi-tr-incognito:before {
  content: "\e8c5";
}
.fi-tr-indent:before {
  content: "\e8c7";
}
.fi-tr-india-map:before {
  content: "\e8c9";
}
.fi-tr-indian-rupee-sign:before {
  content: "\e8ca";
}
.fi-tr-industry-alt:before {
  content: "\e8cb";
}
.fi-tr-industry-windows:before {
  content: "\e8cc";
}
.fi-tr-infinity:before {
  content: "\e8cd";
}
.fi-tr-info-guide:before {
  content: "\e8cf";
}
.fi-tr-information:before {
  content: "\e8d0";
}
.fi-tr-inhaler:before {
  content: "\e8d1";
}
.fi-tr-input-numeric:before {
  content: "\e8d2";
}
.fi-tr-input-pipe:before {
  content: "\e8d3";
}
.fi-tr-input-text:before {
  content: "\e8d4";
}
.fi-tr-insert:before {
  content: "\e8d5";
}
.fi-tr-insert-alt:before {
  content: "\e8d6";
}
.fi-tr-insert-arrows:before {
  content: "\e8d7";
}
.fi-tr-insert-button-circle:before {
  content: "\e8d8";
}
.fi-tr-insert-credit-card:before {
  content: "\e8d9";
}
.fi-tr-insert-square:before {
  content: "\e8da";
}
.fi-tr-insight:before {
  content: "\e8db";
}
.fi-tr-insight-alt:before {
  content: "\e8dc";
}
.fi-tr-insight-head:before {
  content: "\e8dd";
}
.fi-tr-integral:before {
  content: "\e8e1";
}
.fi-tr-interlining:before {
  content: "\e8e6";
}
.fi-tr-internet-speed-wifi:before {
  content: "\e8e7";
}
.fi-tr-interpersonal-skill:before {
  content: "\e8e8";
}
.fi-tr-intersection:before {
  content: "\e8ea";
}
.fi-tr-introduction:before {
  content: "\e8eb";
}
.fi-tr-introduction-handshake:before {
  content: "\e8ec";
}
.fi-tr-inventory-alt:before {
  content: "\e8ed";
}
.fi-tr-invest:before {
  content: "\e8ee";
}
.fi-tr-investment:before {
  content: "\e8ef";
}
.fi-tr-invite:before {
  content: "\e8f1";
}
.fi-tr-invite-alt:before {
  content: "\e8f2";
}
.fi-tr-iot:before {
  content: "\e8f3";
}
.fi-tr-iot-alt:before {
  content: "\e8f4";
}
.fi-tr-ip-address:before {
  content: "\e8f5";
}
.fi-tr-iron:before {
  content: "\e8f6";
}
.fi-tr-island-tropical:before {
  content: "\e8f7";
}
.fi-tr-issue-loupe:before {
  content: "\e8f8";
}
.fi-tr-it:before {
  content: "\e8f9";
}
.fi-tr-it-alt:before {
  content: "\e8fa";
}
.fi-tr-it-computer:before {
  content: "\e8fc";
}
.fi-tr-italian:before {
  content: "\e8fd";
}
.fi-tr-italian-coffee-maker:before {
  content: "\e8fe";
}
.fi-tr-italian-lira-sign:before {
  content: "\e8ff";
}
.fi-tr-italic:before {
  content: "\e900";
}
.fi-tr-j:before {
  content: "\e902";
}
.fi-tr-jam:before {
  content: "\e904";
}
.fi-tr-japanese:before {
  content: "\e906";
}
.fi-tr-jar-alt:before {
  content: "\e907";
}
.fi-tr-jar-wheat:before {
  content: "\e908";
}
.fi-tr-javascript:before {
  content: "\e90a";
}
.fi-tr-joint:before {
  content: "\e90e";
}
.fi-tr-joker:before {
  content: "\e90f";
}
.fi-tr-journal:before {
  content: "\e911";
}
.fi-tr-journal-alt:before {
  content: "\e912";
}
.fi-tr-journey:before {
  content: "\e913";
}
.fi-tr-joystick:before {
  content: "\e914";
}
.fi-tr-jpg:before {
  content: "\e915";
}
.fi-tr-jug:before {
  content: "\e918";
}
.fi-tr-jug-alt:before {
  content: "\e919";
}
.fi-tr-jug-bottle:before {
  content: "\e91a";
}
.fi-tr-jumping-rope:before {
  content: "\e91b";
}
.fi-tr-k:before {
  content: "\e91c";
}
.fi-tr-kaaba:before {
  content: "\e91d";
}
.fi-tr-kangaroo:before {
  content: "\e91e";
}
.fi-tr-kayak:before {
  content: "\e91f";
}
.fi-tr-kazoo:before {
  content: "\e920";
}
.fi-tr-kerning:before {
  content: "\e921";
}
.fi-tr-key:before {
  content: "\e922";
}
.fi-tr-key-car:before {
  content: "\e923";
}
.fi-tr-key-hole:before {
  content: "\e924";
}
.fi-tr-key-lock-crypto:before {
  content: "\e925";
}
.fi-tr-key-skeleton-left-right:before {
  content: "\e926";
}
.fi-tr-keyboard:before {
  content: "\e927";
}
.fi-tr-keyboard-brightness:before {
  content: "\e928";
}
.fi-tr-keyboard-brightness-low:before {
  content: "\e929";
}
.fi-tr-keyboard-down:before {
  content: "\e92a";
}
.fi-tr-keyboard-left:before {
  content: "\e92b";
}
.fi-tr-keynote:before {
  content: "\e92c";
}
.fi-tr-kidneys:before {
  content: "\e92e";
}
.fi-tr-kip-sign:before {
  content: "\e930";
}
.fi-tr-kiss:before {
  content: "\e931";
}
.fi-tr-kiss-beam:before {
  content: "\e932";
}
.fi-tr-kiss-wink-heart:before {
  content: "\e933";
}
.fi-tr-kitchen-set:before {
  content: "\e934";
}
.fi-tr-kite:before {
  content: "\e935";
}
.fi-tr-kiwi-bird:before {
  content: "\e936";
}
.fi-tr-kiwi-fruit:before {
  content: "\e937";
}
.fi-tr-knife:before {
  content: "\e938";
}
.fi-tr-knife-kitchen:before {
  content: "\e939";
}
.fi-tr-knitting:before {
  content: "\e93a";
}
.fi-tr-knot-rope:before {
  content: "\e93b";
}
.fi-tr-korean:before {
  content: "\e93c";
}
.fi-tr-kpi:before {
  content: "\e93d";
}
.fi-tr-kpi-evaluation:before {
  content: "\e93e";
}
.fi-tr-l:before {
  content: "\e93f";
}
.fi-tr-lab-coat:before {
  content: "\e940";
}
.fi-tr-lacrosse-stick:before {
  content: "\e942";
}
.fi-tr-lacrosse-stick-ball:before {
  content: "\e943";
}
.fi-tr-lambda:before {
  content: "\e944";
}
.fi-tr-lamp:before {
  content: "\e945";
}
.fi-tr-lamp-desk:before {
  content: "\e946";
}
.fi-tr-lamp-floor:before {
  content: "\e947";
}
.fi-tr-lamp-street:before {
  content: "\e948";
}
.fi-tr-land-layer-location:before {
  content: "\e949";
}
.fi-tr-land-layers:before {
  content: "\e94a";
}
.fi-tr-land-location:before {
  content: "\e94b";
}
.fi-tr-land-mine-on:before {
  content: "\e94c";
}
.fi-tr-landmark-alt:before {
  content: "\e94d";
}
.fi-tr-language:before {
  content: "\e94e";
}
.fi-tr-language-exchange:before {
  content: "\e94f";
}
.fi-tr-laptop:before {
  content: "\e950";
}
.fi-tr-laptop-arrow-down:before {
  content: "\e951";
}
.fi-tr-laptop-binary:before {
  content: "\e952";
}
.fi-tr-laptop-code:before {
  content: "\e953";
}
.fi-tr-laptop-medical:before {
  content: "\e954";
}
.fi-tr-laptop-mobile:before {
  content: "\e955";
}
.fi-tr-laptop-slash:before {
  content: "\e956";
}
.fi-tr-lari-sign:before {
  content: "\e957";
}
.fi-tr-lasso:before {
  content: "\e958";
}
.fi-tr-lasso-sparkles:before {
  content: "\e959";
}
.fi-tr-last-square:before {
  content: "\e95a";
}
.fi-tr-laugh:before {
  content: "\e95b";
}
.fi-tr-laugh-beam:before {
  content: "\e95c";
}
.fi-tr-laugh-squint:before {
  content: "\e95d";
}
.fi-tr-laugh-wink:before {
  content: "\e95e";
}
.fi-tr-laurel-user:before {
  content: "\e95f";
}
.fi-tr-lawyer-man:before {
  content: "\e960";
}
.fi-tr-lawyer-woman:before {
  content: "\e961";
}
.fi-tr-layer-minus:before {
  content: "\e962";
}
.fi-tr-layer-plus:before {
  content: "\e963";
}
.fi-tr-layers:before {
  content: "\e964";
}
.fi-tr-lead:before {
  content: "\e966";
}
.fi-tr-lead-funnel:before {
  content: "\e967";
}
.fi-tr-lead-management:before {
  content: "\e968";
}
.fi-tr-leader:before {
  content: "\e969";
}
.fi-tr-leader-alt:before {
  content: "\e96a";
}
.fi-tr-leader-speech:before {
  content: "\e96b";
}
.fi-tr-leaderboard:before {
  content: "\e96c";
}
.fi-tr-leaderboard-alt:before {
  content: "\e96d";
}
.fi-tr-leaderboard-trophy:before {
  content: "\e96e";
}
.fi-tr-leadership:before {
  content: "\e96f";
}
.fi-tr-leadership-alt:before {
  content: "\e970";
}
.fi-tr-leaf:before {
  content: "\e971";
}
.fi-tr-leaf-heart:before {
  content: "\e972";
}
.fi-tr-leaf-maple:before {
  content: "\e973";
}
.fi-tr-leaf-oak:before {
  content: "\e974";
}
.fi-tr-leafy-green:before {
  content: "\e975";
}
.fi-tr-leave:before {
  content: "\e976";
}
.fi-tr-left:before {
  content: "\e977";
}
.fi-tr-left-from-bracket:before {
  content: "\e978";
}
.fi-tr-legal:before {
  content: "\e979";
}
.fi-tr-legal-case:before {
  content: "\e97a";
}
.fi-tr-lemon:before {
  content: "\e97b";
}
.fi-tr-lesbian-couple:before {
  content: "\e97c";
}
.fi-tr-less-than:before {
  content: "\e97d";
}
.fi-tr-less-than-equal:before {
  content: "\e97e";
}
.fi-tr-lesson:before {
  content: "\e97f";
}
.fi-tr-lesson-class:before {
  content: "\e980";
}
.fi-tr-letter-case:before {
  content: "\e981";
}
.fi-tr-lettuce:before {
  content: "\e982";
}
.fi-tr-level-down:before {
  content: "\e983";
}
.fi-tr-level-down-alt:before {
  content: "\e984";
}
.fi-tr-level-up:before {
  content: "\e985";
}
.fi-tr-level-up-alt:before {
  content: "\e986";
}
.fi-tr-license:before {
  content: "\e987";
}
.fi-tr-life:before {
  content: "\e988";
}
.fi-tr-light-ceiling:before {
  content: "\e98a";
}
.fi-tr-light-emergency:before {
  content: "\e98b";
}
.fi-tr-light-emergency-on:before {
  content: "\e98c";
}
.fi-tr-light-switch:before {
  content: "\e98d";
}
.fi-tr-light-switch-off:before {
  content: "\e98e";
}
.fi-tr-light-switch-on:before {
  content: "\e98f";
}
.fi-tr-lightbulb-cfl:before {
  content: "\e990";
}
.fi-tr-lightbulb-cfl-on:before {
  content: "\e991";
}
.fi-tr-lightbulb-dollar:before {
  content: "\e993";
}
.fi-tr-lightbulb-exclamation:before {
  content: "\e994";
}
.fi-tr-lightbulb-head:before {
  content: "\e997";
}
.fi-tr-lightbulb-on:before {
  content: "\e998";
}
.fi-tr-lightbulb-question:before {
  content: "\e999";
}
.fi-tr-lightbulb-setting:before {
  content: "\e99a";
}
.fi-tr-lightbulb-slash:before {
  content: "\e99b";
}
.fi-tr-lighthouse:before {
  content: "\e99d";
}
.fi-tr-lights-holiday:before {
  content: "\e99e";
}
.fi-tr-limit-hand:before {
  content: "\e99f";
}
.fi-tr-limit-speedometer:before {
  content: "\e9a0";
}
.fi-tr-line-width:before {
  content: "\e9a2";
}
.fi-tr-link-alt:before {
  content: "\e9a4";
}
.fi-tr-link-horizontal:before {
  content: "\e9a5";
}
.fi-tr-link-horizontal-slash:before {
  content: "\e9a6";
}
.fi-tr-link-slash:before {
  content: "\e9a7";
}
.fi-tr-link-slash-alt:before {
  content: "\e9a8";
}
.fi-tr-lion:before {
  content: "\e9aa";
}
.fi-tr-lion-head:before {
  content: "\e9ab";
}
.fi-tr-lips:before {
  content: "\e9ac";
}
.fi-tr-lips-silence:before {
  content: "\e9ad";
}
.fi-tr-lipstick:before {
  content: "\e9ae";
}
.fi-tr-lira-sign:before {
  content: "\e9af";
}
.fi-tr-list:before {
  content: "\e9b1";
}
.fi-tr-list-check:before {
  content: "\e9b2";
}
.fi-tr-list-dropdown:before {
  content: "\e9b3";
}
.fi-tr-list-music:before {
  content: "\e9b4";
}
.fi-tr-list-timeline:before {
  content: "\e9b5";
}
.fi-tr-litecoin-sign:before {
  content: "\e9b7";
}
.fi-tr-live:before {
  content: "\e9b8";
}
.fi-tr-live-alt:before {
  content: "\e9b9";
}
.fi-tr-loading:before {
  content: "\e9ba";
}
.fi-tr-loan:before {
  content: "\e9bb";
}
.fi-tr-lobster:before {
  content: "\e9bc";
}
.fi-tr-location-alt:before {
  content: "\e9be";
}
.fi-tr-location-arrow:before {
  content: "\e9bf";
}
.fi-tr-location-crosshairs:before {
  content: "\e9c0";
}
.fi-tr-location-crosshairs-slash:before {
  content: "\e9c1";
}
.fi-tr-location-dot-slash:before {
  content: "\e9c2";
}
.fi-tr-location-exclamation:before {
  content: "\e9c3";
}
.fi-tr-lock-alt:before {
  content: "\e9c6";
}
.fi-tr-lock-hashtag:before {
  content: "\e9c7";
}
.fi-tr-lock-open-alt:before {
  content: "\e9c8";
}
.fi-tr-locust:before {
  content: "\e9c9";
}
.fi-tr-loop-square:before {
  content: "\e9cc";
}
.fi-tr-loveseat:before {
  content: "\e9ce";
}
.fi-tr-low-vision:before {
  content: "\e9cf";
}
.fi-tr-luchador:before {
  content: "\e9d0";
}
.fi-tr-luggage-cart:before {
  content: "\e9d1";
}
.fi-tr-luggage-rolling:before {
  content: "\e9d2";
}
.fi-tr-lungs:before {
  content: "\e9d3";
}
.fi-tr-lungs-virus:before {
  content: "\e9d4";
}
.fi-tr-m:before {
  content: "\e9d5";
}
.fi-tr-mace:before {
  content: "\e9d6";
}
.fi-tr-magic-wand:before {
  content: "\e9dc";
}
.fi-tr-magnet:before {
  content: "\e9dd";
}
.fi-tr-magnet-user:before {
  content: "\e9de";
}
.fi-tr-magnifying-glass-binary:before {
  content: "\e9e0";
}
.fi-tr-magnifying-glass-eye:before {
  content: "\e9e1";
}
.fi-tr-magnifying-glass-wave:before {
  content: "\e9e2";
}
.fi-tr-mail-plus-circle:before {
  content: "\e9e4";
}
.fi-tr-mailbox:before {
  content: "\e9e5";
}
.fi-tr-makeup-brush:before {
  content: "\e9e9";
}
.fi-tr-man-head:before {
  content: "\e9ec";
}
.fi-tr-man-scientist:before {
  content: "\e9ed";
}
.fi-tr-manat-sign:before {
  content: "\e9ee";
}
.fi-tr-mandolin:before {
  content: "\e9ef";
}
.fi-tr-mango:before {
  content: "\e9f0";
}
.fi-tr-manhole:before {
  content: "\e9f1";
}
.fi-tr-map:before {
  content: "\e9f2";
}
.fi-tr-map-location-track:before {
  content: "\e9f3";
}
.fi-tr-map-marker:before {
  content: "\e9f4";
}
.fi-tr-map-marker-check:before {
  content: "\e9f5";
}
.fi-tr-map-marker-cross:before {
  content: "\e9f6";
}
.fi-tr-map-marker-edit:before {
  content: "\e9f7";
}
.fi-tr-map-marker-home:before {
  content: "\e9f9";
}
.fi-tr-map-marker-minus:before {
  content: "\e9fa";
}
.fi-tr-map-marker-plus:before {
  content: "\e9fb";
}
.fi-tr-map-marker-question:before {
  content: "\e9fc";
}
.fi-tr-map-marker-slash:before {
  content: "\e9fd";
}
.fi-tr-map-marker-smile:before {
  content: "\e9fe";
}
.fi-tr-map-pin:before {
  content: "\e9ff";
}
.fi-tr-map-point:before {
  content: "\ea00";
}
.fi-tr-marker:before {
  content: "\ea01";
}
.fi-tr-marker-time:before {
  content: "\ea02";
}
.fi-tr-marketplace:before {
  content: "\ea03";
}
.fi-tr-marketplace-alt:before {
  content: "\ea04";
}
.fi-tr-marketplace-store:before {
  content: "\ea05";
}
.fi-tr-marriage-proposal:before {
  content: "\ea06";
}
.fi-tr-mars:before {
  content: "\ea08";
}
.fi-tr-mars-double:before {
  content: "\ea0a";
}
.fi-tr-mars-stroke-right:before {
  content: "\ea0b";
}
.fi-tr-mars-stroke-up:before {
  content: "\ea0c";
}
.fi-tr-martini-glass-citrus:before {
  content: "\ea0d";
}
.fi-tr-martini-glass-empty:before {
  content: "\ea0e";
}
.fi-tr-mask-carnival:before {
  content: "\ea10";
}
.fi-tr-mask-face:before {
  content: "\ea11";
}
.fi-tr-mask-snorkel:before {
  content: "\ea12";
}
.fi-tr-massage:before {
  content: "\ea13";
}
.fi-tr-master-plan:before {
  content: "\ea14";
}
.fi-tr-master-plan-integrate:before {
  content: "\ea15";
}
.fi-tr-match-fire:before {
  content: "\ea16";
}
.fi-tr-mattress-pillow:before {
  content: "\ea17";
}
.fi-tr-measuring-tape:before {
  content: "\ea19";
}
.fi-tr-meat:before {
  content: "\ea1a";
}
.fi-tr-medal:before {
  content: "\ea1b";
}
.fi-tr-medical-star:before {
  content: "\ea1d";
}
.fi-tr-medicine:before {
  content: "\ea1e";
}
.fi-tr-meditation:before {
  content: "\ea1f";
}
.fi-tr-meeting:before {
  content: "\ea21";
}
.fi-tr-meeting-alt:before {
  content: "\ea22";
}
.fi-tr-megaphone:before {
  content: "\ea23";
}
.fi-tr-megaphone-announcement-leader:before {
  content: "\ea24";
}
.fi-tr-megaphone-sound-waves:before {
  content: "\ea25";
}
.fi-tr-meh:before {
  content: "\ea26";
}
.fi-tr-meh-blank:before {
  content: "\ea27";
}
.fi-tr-meh-rolling-eyes:before {
  content: "\ea28";
}
.fi-tr-melon:before {
  content: "\ea29";
}
.fi-tr-melon-alt:before {
  content: "\ea2a";
}
.fi-tr-member-list:before {
  content: "\ea2b";
}
.fi-tr-member-search:before {
  content: "\ea2c";
}
.fi-tr-membership:before {
  content: "\ea2d";
}
.fi-tr-membership-vip:before {
  content: "\ea2e";
}
.fi-tr-memo:before {
  content: "\ea2f";
}
.fi-tr-memo-circle-check:before {
  content: "\ea30";
}
.fi-tr-memo-pad:before {
  content: "\ea31";
}
.fi-tr-memory:before {
  content: "\ea32";
}
.fi-tr-mercury:before {
  content: "\ea36";
}
.fi-tr-message-alert:before {
  content: "\ea37";
}
.fi-tr-message-arrow-down:before {
  content: "\ea38";
}
.fi-tr-message-arrow-up:before {
  content: "\ea39";
}
.fi-tr-message-arrow-up-right:before {
  content: "\ea3a";
}
.fi-tr-message-bot:before {
  content: "\ea3b";
}
.fi-tr-message-code:before {
  content: "\ea3c";
}
.fi-tr-message-dollar:before {
  content: "\ea3d";
}
.fi-tr-message-heart:before {
  content: "\ea3e";
}
.fi-tr-message-image:before {
  content: "\ea3f";
}
.fi-tr-message-question:before {
  content: "\ea41";
}
.fi-tr-message-quote:before {
  content: "\ea42";
}
.fi-tr-message-slash:before {
  content: "\ea43";
}
.fi-tr-message-sms:before {
  content: "\ea44";
}
.fi-tr-message-star:before {
  content: "\ea45";
}
.fi-tr-message-text:before {
  content: "\ea46";
}
.fi-tr-message-xmark:before {
  content: "\ea47";
}
.fi-tr-messages:before {
  content: "\ea48";
}
.fi-tr-messages-dollar:before {
  content: "\ea49";
}
.fi-tr-messages-question:before {
  content: "\ea4a";
}
.fi-tr-meteor:before {
  content: "\ea4c";
}
.fi-tr-meter:before {
  content: "\ea4d";
}
.fi-tr-meter-bolt:before {
  content: "\ea4e";
}
.fi-tr-meter-droplet:before {
  content: "\ea4f";
}
.fi-tr-meter-fire:before {
  content: "\ea50";
}
.fi-tr-method:before {
  content: "\ea51";
}
.fi-tr-microchip:before {
  content: "\ea52";
}
.fi-tr-microchip-ai:before {
  content: "\ea53";
}
.fi-tr-microphone:before {
  content: "\ea54";
}
.fi-tr-microphone-alt:before {
  content: "\ea55";
}
.fi-tr-microphone-slash:before {
  content: "\ea58";
}
.fi-tr-microscope:before {
  content: "\ea59";
}
.fi-tr-microwave:before {
  content: "\ea5d";
}
.fi-tr-milk:before {
  content: "\ea5e";
}
.fi-tr-milk-alt:before {
  content: "\ea5f";
}
.fi-tr-mill:before {
  content: "\ea60";
}
.fi-tr-mill-sign:before {
  content: "\ea61";
}
.fi-tr-mind-share:before {
  content: "\ea62";
}
.fi-tr-minus-circle:before {
  content: "\ea64";
}
.fi-tr-minus-hexagon:before {
  content: "\ea65";
}
.fi-tr-mirror:before {
  content: "\ea68";
}
.fi-tr-mirror-user:before {
  content: "\ea69";
}
.fi-tr-mistletoe:before {
  content: "\ea6a";
}
.fi-tr-mix:before {
  content: "\ea6b";
}
.fi-tr-mixer:before {
  content: "\ea6c";
}
.fi-tr-mobile:before {
  content: "\ea6d";
}
.fi-tr-mobile-4g:before {
  content: "\ea6e";
}
.fi-tr-mobile-5g:before {
  content: "\ea6f";
}
.fi-tr-mobile-button:before {
  content: "\ea71";
}
.fi-tr-mobile-hand:before {
  content: "\ea72";
}
.fi-tr-mobile-message:before {
  content: "\ea73";
}
.fi-tr-mobile-notch:before {
  content: "\ea74";
}
.fi-tr-mockup:before {
  content: "\ea77";
}
.fi-tr-mode:before {
  content: "\ea78";
}
.fi-tr-mode-alt:before {
  content: "\ea79";
}
.fi-tr-mode-landscape:before {
  content: "\ea7a";
}
.fi-tr-mode-portrait:before {
  content: "\ea7b";
}
.fi-tr-model-cube:before {
  content: "\ea7c";
}
.fi-tr-model-cube-arrows:before {
  content: "\ea7d";
}
.fi-tr-model-cube-space:before {
  content: "\ea7e";
}
.fi-tr-module:before {
  content: "\ea7f";
}
.fi-tr-monday:before {
  content: "\ea80";
}
.fi-tr-money:before {
  content: "\ea81";
}
.fi-tr-money-bill-simple:before {
  content: "\ea82";
}
.fi-tr-money-bill-transfer:before {
  content: "\ea83";
}
.fi-tr-money-bill-wave:before {
  content: "\ea84";
}
.fi-tr-money-bill-wave-alt:before {
  content: "\ea85";
}
.fi-tr-money-bills:before {
  content: "\ea86";
}
.fi-tr-money-bills-simple:before {
  content: "\ea87";
}
.fi-tr-money-check:before {
  content: "\ea88";
}
.fi-tr-money-check-edit:before {
  content: "\ea89";
}
.fi-tr-money-check-edit-alt:before {
  content: "\ea8a";
}
.fi-tr-money-coin-transfer:before {
  content: "\ea8b";
}
.fi-tr-money-from-bracket:before {
  content: "\ea8c";
}
.fi-tr-money-gears:before {
  content: "\ea8d";
}
.fi-tr-money-income:before {
  content: "\ea8e";
}
.fi-tr-money-simple-from-bracket:before {
  content: "\ea8f";
}
.fi-tr-money-transfer-alt:before {
  content: "\ea90";
}
.fi-tr-money-transfer-coin-arrow:before {
  content: "\ea91";
}
.fi-tr-money-transfer-smartphone:before {
  content: "\ea92";
}
.fi-tr-money-wings:before {
  content: "\ea93";
}
.fi-tr-monkey:before {
  content: "\ea94";
}
.fi-tr-monument:before {
  content: "\ea95";
}
.fi-tr-moon:before {
  content: "\ea96";
}
.fi-tr-moon-stars:before {
  content: "\ea97";
}
.fi-tr-moped:before {
  content: "\ea98";
}
.fi-tr-mortar-pestle:before {
  content: "\ea99";
}
.fi-tr-mortgage:before {
  content: "\ea9a";
}
.fi-tr-mosque:before {
  content: "\ea9b";
}
.fi-tr-mosque-alt:before {
  content: "\ea9c";
}
.fi-tr-mosque-moon:before {
  content: "\ea9d";
}
.fi-tr-mosquito:before {
  content: "\ea9e";
}
.fi-tr-mosquito-net:before {
  content: "\ea9f";
}
.fi-tr-motorcycle:before {
  content: "\eaa2";
}
.fi-tr-mound:before {
  content: "\eaa3";
}
.fi-tr-mountain:before {
  content: "\eaa4";
}
.fi-tr-mountain-city:before {
  content: "\eaa5";
}
.fi-tr-mountains:before {
  content: "\eaa7";
}
.fi-tr-mouse:before {
  content: "\eaa8";
}
.fi-tr-mouse-field:before {
  content: "\eaa9";
}
.fi-tr-mouse-pointer-heart:before {
  content: "\eaaa";
}
.fi-tr-mov-file:before {
  content: "\eaab";
}
.fi-tr-move-to-folder:before {
  content: "\eaac";
}
.fi-tr-move-to-folder-2:before {
  content: "\eaad";
}
.fi-tr-moving:before {
  content: "\eaae";
}
.fi-tr-mower:before {
  content: "\eaaf";
}
.fi-tr-mp3-file:before {
  content: "\eab0";
}
.fi-tr-mp3-player:before {
  content: "\eab1";
}
.fi-tr-mp4-file:before {
  content: "\eab2";
}
.fi-tr-mug:before {
  content: "\eab3";
}
.fi-tr-mug-alt:before {
  content: "\eab4";
}
.fi-tr-mug-hot:before {
  content: "\eab5";
}
.fi-tr-mug-hot-alt:before {
  content: "\eab6";
}
.fi-tr-mug-marshmallows:before {
  content: "\eab7";
}
.fi-tr-mug-tea:before {
  content: "\eab8";
}
.fi-tr-mug-tea-alt:before {
  content: "\eab9";
}
.fi-tr-mug-tea-saucer:before {
  content: "\eaba";
}
.fi-tr-multiple:before {
  content: "\eabb";
}
.fi-tr-multiple-alt:before {
  content: "\eabc";
}
.fi-tr-multitasking:before {
  content: "\eabd";
}
.fi-tr-muscle:before {
  content: "\eabe";
}
.fi-tr-mushroom:before {
  content: "\eabf";
}
.fi-tr-mushroom-alt:before {
  content: "\eac0";
}
.fi-tr-mushroom-cloud:before {
  content: "\eac1";
}
.fi-tr-music:before {
  content: "\eac2";
}
.fi-tr-music-alt:before {
  content: "\eac3";
}
.fi-tr-music-file:before {
  content: "\eac5";
}
.fi-tr-music-magnifying-glass:before {
  content: "\eac6";
}
.fi-tr-music-note:before {
  content: "\eac7";
}
.fi-tr-music-note-slash:before {
  content: "\eac8";
}
.fi-tr-music-slash:before {
  content: "\eac9";
}
.fi-tr-n:before {
  content: "\eacb";
}
.fi-tr-naira-sign:before {
  content: "\eacc";
}
.fi-tr-narwhal:before {
  content: "\eace";
}
.fi-tr-navigation:before {
  content: "\eacf";
}
.fi-tr-nesting-dolls:before {
  content: "\ead0";
}
.fi-tr-network:before {
  content: "\ead3";
}
.fi-tr-network-analytic:before {
  content: "\ead4";
}
.fi-tr-network-cloud:before {
  content: "\ead5";
}
.fi-tr-network-cloud-computer:before {
  content: "\ead6";
}
.fi-tr-network-user:before {
  content: "\ead7";
}
.fi-tr-neuter:before {
  content: "\ead8";
}
.fi-tr-newsletter-subscribe:before {
  content: "\eadb";
}
.fi-tr-newspaper:before {
  content: "\eadc";
}
.fi-tr-newspaper-open:before {
  content: "\eade";
}
.fi-tr-nfc:before {
  content: "\eadf";
}
.fi-tr-nfc-lock:before {
  content: "\eae0";
}
.fi-tr-nfc-magnifying-glass:before {
  content: "\eae1";
}
.fi-tr-nfc-pen:before {
  content: "\eae2";
}
.fi-tr-nfc-slash:before {
  content: "\eae4";
}
.fi-tr-nfc-trash:before {
  content: "\eae5";
}
.fi-tr-nft-square:before {
  content: "\eae8";
}
.fi-tr-night-day:before {
  content: "\eae9";
}
.fi-tr-no-attention:before {
  content: "\eaea";
}
.fi-tr-no-fee:before {
  content: "\eaeb";
}
.fi-tr-no-food:before {
  content: "\eaec";
}
.fi-tr-no-iron:before {
  content: "\eaed";
}
.fi-tr-no-people:before {
  content: "\eaee";
}
.fi-tr-no-smoking:before {
  content: "\eaef";
}
.fi-tr-noise-cancelling-headphones:before {
  content: "\eaf2";
}
.fi-tr-noodles:before {
  content: "\eaf3";
}
.fi-tr-nose:before {
  content: "\eaf4";
}
.fi-tr-not-equal:before {
  content: "\eaf5";
}
.fi-tr-not-found:before {
  content: "\eaf6";
}
.fi-tr-not-found-alt:before {
  content: "\eaf7";
}
.fi-tr-not-found-magnifying-glass:before {
  content: "\eaf8";
}
.fi-tr-notdef:before {
  content: "\eaf9";
}
.fi-tr-note:before {
  content: "\eafa";
}
.fi-tr-note-medical:before {
  content: "\eafb";
}
.fi-tr-note-sticky:before {
  content: "\eafc";
}
.fi-tr-notebook:before {
  content: "\eafd";
}
.fi-tr-notebook-alt:before {
  content: "\eafe";
}
.fi-tr-notes:before {
  content: "\eaff";
}
.fi-tr-notes-medical:before {
  content: "\eb00";
}
.fi-tr-o:before {
  content: "\eb09";
}
.fi-tr-object-exclude:before {
  content: "\eb0a";
}
.fi-tr-object-group:before {
  content: "\eb0b";
}
.fi-tr-object-intersect:before {
  content: "\eb0c";
}
.fi-tr-object-subtract:before {
  content: "\eb0d";
}
.fi-tr-object-ungroup:before {
  content: "\eb0e";
}
.fi-tr-object-union:before {
  content: "\eb0f";
}
.fi-tr-objects-column:before {
  content: "\eb11";
}
.fi-tr-octagon:before {
  content: "\eb12";
}
.fi-tr-octagon-check:before {
  content: "\eb13";
}
.fi-tr-octagon-divide:before {
  content: "\eb14";
}
.fi-tr-octagon-exclamation:before {
  content: "\eb15";
}
.fi-tr-octagon-minus:before {
  content: "\eb16";
}
.fi-tr-octagon-plus:before {
  content: "\eb17";
}
.fi-tr-octagon-xmark:before {
  content: "\eb18";
}
.fi-tr-office-chair:before {
  content: "\eb1a";
}
.fi-tr-oil-can:before {
  content: "\eb1b";
}
.fi-tr-oil-temp:before {
  content: "\eb1c";
}
.fi-tr-old-people:before {
  content: "\eb1e";
}
.fi-tr-olive:before {
  content: "\eb1f";
}
.fi-tr-olive-branch-dove:before {
  content: "\eb20";
}
.fi-tr-olive-oil:before {
  content: "\eb21";
}
.fi-tr-olives:before {
  content: "\eb22";
}
.fi-tr-om:before {
  content: "\eb23";
}
.fi-tr-omega:before {
  content: "\eb24";
}
.fi-tr-on-air-square:before {
  content: "\eb25";
}
.fi-tr-onboarding:before {
  content: "\eb26";
}
.fi-tr-onion:before {
  content: "\eb27";
}
.fi-tr-opacity:before {
  content: "\eb28";
}
.fi-tr-open-mail-clip:before {
  content: "\eb29";
}
.fi-tr-operating-system-upgrade:before {
  content: "\eb2a";
}
.fi-tr-operation:before {
  content: "\eb2b";
}
.fi-tr-order-history:before {
  content: "\eb2e";
}
.fi-tr-organization-chart:before {
  content: "\eb2f";
}
.fi-tr-ornament:before {
  content: "\eb30";
}
.fi-tr-otp:before {
  content: "\eb31";
}
.fi-tr-otter:before {
  content: "\eb32";
}
.fi-tr-outdent:before {
  content: "\eb34";
}
.fi-tr-oval:before {
  content: "\eb35";
}
.fi-tr-oval-alt:before {
  content: "\eb36";
}
.fi-tr-oven:before {
  content: "\eb37";
}
.fi-tr-overline:before {
  content: "\eb38";
}
.fi-tr-overview:before {
  content: "\eb39";
}
.fi-tr-p:before {
  content: "\eb3a";
}
.fi-tr-package:before {
  content: "\eb3b";
}
.fi-tr-padlock-check:before {
  content: "\eb3c";
}
.fi-tr-page-break:before {
  content: "\eb3d";
}
.fi-tr-pager:before {
  content: "\eb3e";
}
.fi-tr-paid:before {
  content: "\eb3f";
}
.fi-tr-paint-brush:before {
  content: "\eb41";
}
.fi-tr-paint-roller:before {
  content: "\eb42";
}
.fi-tr-paintbrush-pencil:before {
  content: "\eb44";
}
.fi-tr-palette:before {
  content: "\eb45";
}
.fi-tr-pallet:before {
  content: "\eb46";
}
.fi-tr-pallet-alt:before {
  content: "\eb47";
}
.fi-tr-pan:before {
  content: "\eb48";
}
.fi-tr-pan-food:before {
  content: "\eb49";
}
.fi-tr-pan-frying:before {
  content: "\eb4a";
}
.fi-tr-pancakes:before {
  content: "\eb4b";
}
.fi-tr-panorama:before {
  content: "\eb4f";
}
.fi-tr-paper-plane-launch:before {
  content: "\eb51";
}
.fi-tr-paper-plane-top:before {
  content: "\eb52";
}
.fi-tr-paperclip-vertical:before {
  content: "\eb53";
}
.fi-tr-parachute-box:before {
  content: "\eb54";
}
.fi-tr-paragraph:before {
  content: "\eb55";
}
.fi-tr-paragraph-left:before {
  content: "\eb56";
}
.fi-tr-parking:before {
  content: "\eb57";
}
.fi-tr-parking-circle:before {
  content: "\eb58";
}
.fi-tr-parking-circle-slash:before {
  content: "\eb59";
}
.fi-tr-parking-slash:before {
  content: "\eb5a";
}
.fi-tr-party-bell:before {
  content: "\eb5d";
}
.fi-tr-party-horn:before {
  content: "\eb5e";
}
.fi-tr-passenger-plane:before {
  content: "\eb5f";
}
.fi-tr-passport:before {
  content: "\eb60";
}
.fi-tr-password:before {
  content: "\eb61";
}
.fi-tr-password-alt:before {
  content: "\eb62";
}
.fi-tr-password-computer:before {
  content: "\eb63";
}
.fi-tr-password-email:before {
  content: "\eb64";
}
.fi-tr-password-lock:before {
  content: "\eb65";
}
.fi-tr-password-smartphone:before {
  content: "\eb66";
}
.fi-tr-paste:before {
  content: "\eb67";
}
.fi-tr-pattern:before {
  content: "\eb69";
}
.fi-tr-pause:before {
  content: "\eb6a";
}
.fi-tr-pause-circle:before {
  content: "\eb6b";
}
.fi-tr-pause-square:before {
  content: "\eb6c";
}
.fi-tr-paw:before {
  content: "\eb6d";
}
.fi-tr-paw-claws:before {
  content: "\eb6e";
}
.fi-tr-paw-heart:before {
  content: "\eb6f";
}
.fi-tr-payment-pos:before {
  content: "\eb70";
}
.fi-tr-payroll:before {
  content: "\eb72";
}
.fi-tr-payroll-calendar:before {
  content: "\eb73";
}
.fi-tr-payroll-check:before {
  content: "\eb74";
}
.fi-tr-peace:before {
  content: "\eb75";
}
.fi-tr-peach:before {
  content: "\eb76";
}
.fi-tr-peanut:before {
  content: "\eb77";
}
.fi-tr-peanuts:before {
  content: "\eb78";
}
.fi-tr-peapod:before {
  content: "\eb79";
}
.fi-tr-pear:before {
  content: "\eb7a";
}
.fi-tr-pedestal:before {
  content: "\eb7b";
}
.fi-tr-pen-circle:before {
  content: "\eb7c";
}
.fi-tr-pen-clip:before {
  content: "\eb7d";
}
.fi-tr-pen-clip-slash:before {
  content: "\eb7e";
}
.fi-tr-pen-fancy:before {
  content: "\eb7f";
}
.fi-tr-pen-fancy-slash:before {
  content: "\eb80";
}
.fi-tr-pen-field:before {
  content: "\eb81";
}
.fi-tr-pen-nib:before {
  content: "\eb82";
}
.fi-tr-pen-nib-slash:before {
  content: "\eb83";
}
.fi-tr-pen-slash:before {
  content: "\eb84";
}
.fi-tr-pen-square:before {
  content: "\eb85";
}
.fi-tr-pen-swirl:before {
  content: "\eb86";
}
.fi-tr-pencil:before {
  content: "\eb87";
}
.fi-tr-pencil-paintbrush:before {
  content: "\eb88";
}
.fi-tr-pencil-ruler:before {
  content: "\eb89";
}
.fi-tr-pencil-slash:before {
  content: "\eb8a";
}
.fi-tr-pending:before {
  content: "\eb8b";
}
.fi-tr-pennant:before {
  content: "\eb8c";
}
.fi-tr-people:before {
  content: "\eb8d";
}
.fi-tr-people-arrows-left-right:before {
  content: "\eb8e";
}
.fi-tr-people-carry-box:before {
  content: "\eb8f";
}
.fi-tr-people-dress:before {
  content: "\eb90";
}
.fi-tr-people-network-partner:before {
  content: "\eb93";
}
.fi-tr-people-pants:before {
  content: "\eb94";
}
.fi-tr-people-poll:before {
  content: "\eb95";
}
.fi-tr-people-pulling:before {
  content: "\eb96";
}
.fi-tr-people-roof:before {
  content: "\eb98";
}
.fi-tr-pepper:before {
  content: "\eb99";
}
.fi-tr-pepper-alt:before {
  content: "\eb9a";
}
.fi-tr-pepper-hot:before {
  content: "\eb9b";
}
.fi-tr-percent-10:before {
  content: "\eb9c";
}
.fi-tr-percent-100:before {
  content: "\eb9d";
}
.fi-tr-percent-20:before {
  content: "\eb9e";
}
.fi-tr-percent-25:before {
  content: "\eb9f";
}
.fi-tr-percent-30:before {
  content: "\eba0";
}
.fi-tr-percent-40:before {
  content: "\eba1";
}
.fi-tr-percent-50:before {
  content: "\eba2";
}
.fi-tr-percent-60:before {
  content: "\eba3";
}
.fi-tr-percent-70:before {
  content: "\eba4";
}
.fi-tr-percent-75:before {
  content: "\eba5";
}
.fi-tr-percent-80:before {
  content: "\eba6";
}
.fi-tr-percent-90:before {
  content: "\eba7";
}
.fi-tr-percentage:before {
  content: "\eba8";
}
.fi-tr-person-battery:before {
  content: "\ebac";
}
.fi-tr-person-burst:before {
  content: "\ebae";
}
.fi-tr-person-carry-box:before {
  content: "\ebaf";
}
.fi-tr-person-circle-check:before {
  content: "\ebb1";
}
.fi-tr-person-circle-exclamation:before {
  content: "\ebb2";
}
.fi-tr-person-circle-minus:before {
  content: "\ebb3";
}
.fi-tr-person-circle-plus:before {
  content: "\ebb4";
}
.fi-tr-person-circle-question:before {
  content: "\ebb5";
}
.fi-tr-person-circle-xmark:before {
  content: "\ebb6";
}
.fi-tr-person-cv:before {
  content: "\ebb7";
}
.fi-tr-person-dolly:before {
  content: "\ebb8";
}
.fi-tr-person-dolly-empty:before {
  content: "\ebb9";
}
.fi-tr-person-dragging-bag:before {
  content: "\ebba";
}
.fi-tr-person-dress:before {
  content: "\ebbb";
}
.fi-tr-person-dress-simple:before {
  content: "\ebbd";
}
.fi-tr-person-luggage:before {
  content: "\ebc1";
}
.fi-tr-person-lunge:before {
  content: "\ebc2";
}
.fi-tr-person-pilates:before {
  content: "\ebc6";
}
.fi-tr-person-praying:before {
  content: "\ebc7";
}
.fi-tr-person-pregnant:before {
  content: "\ebc8";
}
.fi-tr-person-seat:before {
  content: "\ebcb";
}
.fi-tr-person-seat-reclined:before {
  content: "\ebcc";
}
.fi-tr-person-shelter:before {
  content: "\ebcd";
}
.fi-tr-person-sign:before {
  content: "\ebce";
}
.fi-tr-person-simple:before {
  content: "\ebcf";
}
.fi-tr-person-stress:before {
  content: "\ebd0";
}
.fi-tr-person-walking-with-cane:before {
  content: "\ebd6";
}
.fi-tr-peseta-sign:before {
  content: "\ebd7";
}
.fi-tr-peso-sign:before {
  content: "\ebd8";
}
.fi-tr-pets:before {
  content: "\ebd9";
}
.fi-tr-pharmacy:before {
  content: "\ebdb";
}
.fi-tr-phone-call:before {
  content: "\ebde";
}
.fi-tr-phone-cross:before {
  content: "\ebdf";
}
.fi-tr-phone-flip:before {
  content: "\ebe0";
}
.fi-tr-phone-heart-message:before {
  content: "\ebe2";
}
.fi-tr-phone-office:before {
  content: "\ebe3";
}
.fi-tr-phone-pause:before {
  content: "\ebe4";
}
.fi-tr-phone-plus:before {
  content: "\ebe5";
}
.fi-tr-phone-rotary:before {
  content: "\ebe6";
}
.fi-tr-phone-slash:before {
  content: "\ebe7";
}
.fi-tr-photo-capture:before {
  content: "\ebe8";
}
.fi-tr-photo-film-music:before {
  content: "\ebea";
}
.fi-tr-photo-video:before {
  content: "\ebeb";
}
.fi-tr-physics:before {
  content: "\ebf2";
}
.fi-tr-Pi:before {
  content: "\ebf3";
}
.fi-tr-piano:before {
  content: "\ebf4";
}
.fi-tr-piano-keyboard:before {
  content: "\ebf5";
}
.fi-tr-pickaxe:before {
  content: "\ebf6";
}
.fi-tr-picking:before {
  content: "\ebf7";
}
.fi-tr-picking-box:before {
  content: "\ebf8";
}
.fi-tr-picnic:before {
  content: "\ebf9";
}
.fi-tr-picpeople:before {
  content: "\ebfa";
}
.fi-tr-picpeople-filled:before {
  content: "\ebfb";
}
.fi-tr-picture:before {
  content: "\ebfc";
}
.fi-tr-pie:before {
  content: "\ebfd";
}
.fi-tr-pig:before {
  content: "\ebff";
}
.fi-tr-pig-bank-bulb:before {
  content: "\ec00";
}
.fi-tr-pig-face:before {
  content: "\ec01";
}
.fi-tr-piggy-bank:before {
  content: "\ec02";
}
.fi-tr-piggy-bank-budget:before {
  content: "\ec03";
}
.fi-tr-pills:before {
  content: "\ec04";
}
.fi-tr-pin-to-pin:before {
  content: "\ec05";
}
.fi-tr-piñata:before {
  content: "\ec06";
}
.fi-tr-pineapple:before {
  content: "\ec07";
}
.fi-tr-pineapple-alt:before {
  content: "\ec08";
}
.fi-tr-pipe-smoking:before {
  content: "\ec0b";
}
.fi-tr-pisa-tower:before {
  content: "\ec0d";
}
.fi-tr-pizza-slice:before {
  content: "\ec0f";
}
.fi-tr-place-of-worship:before {
  content: "\ec10";
}
.fi-tr-plagiarism:before {
  content: "\ec11";
}
.fi-tr-plan:before {
  content: "\ec12";
}
.fi-tr-plan-strategy:before {
  content: "\ec13";
}
.fi-tr-plane:before {
  content: "\ec14";
}
.fi-tr-plane-alt:before {
  content: "\ec15";
}
.fi-tr-plane-arrival:before {
  content: "\ec16";
}
.fi-tr-plane-departure:before {
  content: "\ec17";
}
.fi-tr-plane-prop:before {
  content: "\ec18";
}
.fi-tr-plane-slash:before {
  content: "\ec19";
}
.fi-tr-plane-tail:before {
  content: "\ec1a";
}
.fi-tr-planet-moon:before {
  content: "\ec1d";
}
.fi-tr-planet-ringed:before {
  content: "\ec1e";
}
.fi-tr-plant-care:before {
  content: "\ec1f";
}
.fi-tr-plant-growth:before {
  content: "\ec20";
}
.fi-tr-plant-seed-invest:before {
  content: "\ec21";
}
.fi-tr-plant-wilt:before {
  content: "\ec22";
}
.fi-tr-plate:before {
  content: "\ec23";
}
.fi-tr-plate-eating:before {
  content: "\ec24";
}
.fi-tr-plate-empty:before {
  content: "\ec25";
}
.fi-tr-plate-utensils:before {
  content: "\ec26";
}
.fi-tr-plate-wheat:before {
  content: "\ec27";
}
.fi-tr-play:before {
  content: "\ec28";
}
.fi-tr-play-alt:before {
  content: "\ec29";
}
.fi-tr-play-circle:before {
  content: "\ec2a";
}
.fi-tr-play-microphone:before {
  content: "\ec2b";
}
.fi-tr-play-pause:before {
  content: "\ec2c";
}
.fi-tr-plug:before {
  content: "\ec2e";
}
.fi-tr-plug-alt:before {
  content: "\ec2f";
}
.fi-tr-plug-cable:before {
  content: "\ec30";
}
.fi-tr-plug-circle-bolt:before {
  content: "\ec31";
}
.fi-tr-plug-circle-check:before {
  content: "\ec32";
}
.fi-tr-plug-circle-exclamation:before {
  content: "\ec33";
}
.fi-tr-plug-circle-minus:before {
  content: "\ec34";
}
.fi-tr-plug-circle-plus:before {
  content: "\ec35";
}
.fi-tr-plug-connection:before {
  content: "\ec36";
}
.fi-tr-plus-hexagon:before {
  content: "\ec38";
}
.fi-tr-plus-minus:before {
  content: "\ec39";
}
.fi-tr-png-file:before {
  content: "\ec3b";
}
.fi-tr-podcast:before {
  content: "\ec3c";
}
.fi-tr-podium:before {
  content: "\ec3d";
}
.fi-tr-podium-star:before {
  content: "\ec3e";
}
.fi-tr-podium-victory-leader:before {
  content: "\ec3f";
}
.fi-tr-point-of-sale:before {
  content: "\ec40";
}
.fi-tr-point-of-sale-bill:before {
  content: "\ec41";
}
.fi-tr-point-of-sale-signal:before {
  content: "\ec42";
}
.fi-tr-pointer-loading:before {
  content: "\ec44";
}
.fi-tr-pointer-text:before {
  content: "\ec45";
}
.fi-tr-police-box:before {
  content: "\ec47";
}
.fi-tr-polish-bottle:before {
  content: "\ec48";
}
.fi-tr-polish-brush:before {
  content: "\ec49";
}
.fi-tr-poll-h:before {
  content: "\ec4a";
}
.fi-tr-pollution:before {
  content: "\ec4b";
}
.fi-tr-pompebled:before {
  content: "\ec4c";
}
.fi-tr-poo:before {
  content: "\ec4d";
}
.fi-tr-poo-bolt:before {
  content: "\ec4e";
}
.fi-tr-pool-8-ball:before {
  content: "\ec4f";
}
.fi-tr-poop:before {
  content: "\ec50";
}
.fi-tr-popcorn:before {
  content: "\ec51";
}
.fi-tr-popsicle:before {
  content: "\ec52";
}
.fi-tr-population:before {
  content: "\ec53";
}
.fi-tr-population-globe:before {
  content: "\ec54";
}
.fi-tr-portal-enter:before {
  content: "\ec55";
}
.fi-tr-portal-exit:before {
  content: "\ec56";
}
.fi-tr-portrait:before {
  content: "\ec57";
}
.fi-tr-portuguese:before {
  content: "\ec58";
}
.fi-tr-postal-address:before {
  content: "\ec59";
}
.fi-tr-pot:before {
  content: "\ec5b";
}
.fi-tr-potato:before {
  content: "\ec5c";
}
.fi-tr-pound:before {
  content: "\ec5d";
}
.fi-tr-ppt-file:before {
  content: "\ec5f";
}
.fi-tr-practice:before {
  content: "\ec60";
}
.fi-tr-praying-hands:before {
  content: "\ec61";
}
.fi-tr-prescription:before {
  content: "\ec64";
}
.fi-tr-prescription-bottle:before {
  content: "\ec65";
}
.fi-tr-prescription-bottle-alt:before {
  content: "\ec66";
}
.fi-tr-prescription-bottle-pill:before {
  content: "\ec67";
}
.fi-tr-presentation:before {
  content: "\ec68";
}
.fi-tr-preview:before {
  content: "\ec69";
}
.fi-tr-previous-square:before {
  content: "\ec6a";
}
.fi-tr-print:before {
  content: "\ec6b";
}
.fi-tr-print-magnifying-glass:before {
  content: "\ec6c";
}
.fi-tr-print-slash:before {
  content: "\ec6d";
}
.fi-tr-priority-arrow:before {
  content: "\ec6f";
}
.fi-tr-priority-arrows:before {
  content: "\ec70";
}
.fi-tr-priority-importance:before {
  content: "\ec72";
}
.fi-tr-problem-solving:before {
  content: "\ec75";
}
.fi-tr-procedures:before {
  content: "\ec76";
}
.fi-tr-process:before {
  content: "\ec77";
}
.fi-tr-productivity:before {
  content: "\ec79";
}
.fi-tr-progress-bar-dotted-empty:before {
  content: "\ec7a";
}
.fi-tr-progress-bar-dotted-half:before {
  content: "\ec7b";
}
.fi-tr-progress-bar-dotted-line-half:before {
  content: "\ec7c";
}
.fi-tr-progress-bar-empty:before {
  content: "\ec7d";
}
.fi-tr-progress-bar-half:before {
  content: "\ec7e";
}
.fi-tr-progress-bar-square-empty:before {
  content: "\ec7f";
}
.fi-tr-progress-bar-square-half:before {
  content: "\ec80";
}
.fi-tr-progress-complete:before {
  content: "\ec81";
}
.fi-tr-progress-download:before {
  content: "\ec82";
}
.fi-tr-progress-upload:before {
  content: "\ec83";
}
.fi-tr-projector:before {
  content: "\ec84";
}
.fi-tr-protractor:before {
  content: "\ec85";
}
.fi-tr-pulse:before {
  content: "\ec86";
}
.fi-tr-pump:before {
  content: "\ec87";
}
.fi-tr-pump-medical:before {
  content: "\ec88";
}
.fi-tr-pumpkin:before {
  content: "\ec89";
}
.fi-tr-pumpkin-alt:before {
  content: "\ec8a";
}
.fi-tr-pumpkin-alt-2:before {
  content: "\ec8b";
}
.fi-tr-puzzle-alt:before {
  content: "\ec8d";
}
.fi-tr-puzzle-piece:before {
  content: "\ec8f";
}
.fi-tr-puzzle-piece-integration:before {
  content: "\ec90";
}
.fi-tr-puzzle-pieces:before {
  content: "\ec91";
}
.fi-tr-pyramid:before {
  content: "\ec92";
}
.fi-tr-q:before {
  content: "\ec94";
}
.fi-tr-QR:before {
  content: "\ec95";
}
.fi-tr-qr-scan:before {
  content: "\ec96";
}
.fi-tr-qrcode:before {
  content: "\ec97";
}
.fi-tr-question:before {
  content: "\ec99";
}
.fi-tr-question-square:before {
  content: "\ec9a";
}
.fi-tr-queue:before {
  content: "\ec9b";
}
.fi-tr-queue-alt:before {
  content: "\ec9c";
}
.fi-tr-queue-line:before {
  content: "\ec9d";
}
.fi-tr-queue-signal:before {
  content: "\ec9e";
}
.fi-tr-quill-pen-story:before {
  content: "\ec9f";
}
.fi-tr-quiz:before {
  content: "\eca0";
}
.fi-tr-quiz-alt:before {
  content: "\eca1";
}
.fi-tr-quote-right:before {
  content: "\eca2";
}
.fi-tr-r:before {
  content: "\eca4";
}
.fi-tr-rabbit:before {
  content: "\eca5";
}
.fi-tr-rabbit-fast:before {
  content: "\eca6";
}
.fi-tr-raccoon:before {
  content: "\eca7";
}
.fi-tr-racquet:before {
  content: "\eca8";
}
.fi-tr-radar:before {
  content: "\eca9";
}
.fi-tr-radar-monitoring-track:before {
  content: "\ecaa";
}
.fi-tr-radiation:before {
  content: "\ecab";
}
.fi-tr-radiation-alt:before {
  content: "\ecac";
}
.fi-tr-radio:before {
  content: "\ecad";
}
.fi-tr-radio-alt:before {
  content: "\ecae";
}
.fi-tr-radio-button:before {
  content: "\ecaf";
}
.fi-tr-radio-tower:before {
  content: "\ecb0";
}
.fi-tr-radio-waves:before {
  content: "\ecb1";
}
.fi-tr-radish:before {
  content: "\ecb2";
}
.fi-tr-rainbow:before {
  content: "\ecb3";
}
.fi-tr-raindrops:before {
  content: "\ecb4";
}
.fi-tr-ram:before {
  content: "\ecb5";
}
.fi-tr-ramp-loading:before {
  content: "\ecb6";
}
.fi-tr-rank:before {
  content: "\ecb7";
}
.fi-tr-ranking-podium:before {
  content: "\ecb8";
}
.fi-tr-ranking-podium-empty:before {
  content: "\ecb9";
}
.fi-tr-ranking-star:before {
  content: "\ecba";
}
.fi-tr-ranking-stars:before {
  content: "\ecbb";
}
.fi-tr-raygun:before {
  content: "\ecbd";
}
.fi-tr-razor-barber:before {
  content: "\ecbe";
}
.fi-tr-react:before {
  content: "\ecbf";
}
.fi-tr-rec:before {
  content: "\ecc0";
}
.fi-tr-recipe:before {
  content: "\ecc2";
}
.fi-tr-recipe-book:before {
  content: "\ecc3";
}
.fi-tr-record-vinyl:before {
  content: "\ecc4";
}
.fi-tr-rectangle-barcode:before {
  content: "\ecc6";
}
.fi-tr-rectangle-code:before {
  content: "\ecc7";
}
.fi-tr-rectangle-history-circle-plus:before {
  content: "\ecc8";
}
.fi-tr-rectangle-horizontal:before {
  content: "\ecc9";
}
.fi-tr-rectangle-list:before {
  content: "\ecca";
}
.fi-tr-rectangle-panoramic:before {
  content: "\eccb";
}
.fi-tr-rectangle-pro:before {
  content: "\eccc";
}
.fi-tr-rectangle-vertical:before {
  content: "\eccd";
}
.fi-tr-rectangle-vertical-history:before {
  content: "\ecce";
}
.fi-tr-rectangle-xmark:before {
  content: "\eccf";
}
.fi-tr-rectangles-mixed:before {
  content: "\ecd0";
}
.fi-tr-recycle:before {
  content: "\ecd1";
}
.fi-tr-recycle-bin:before {
  content: "\ecd2";
}
.fi-tr-redo:before {
  content: "\ecd5";
}
.fi-tr-redo-alt:before {
  content: "\ecd6";
}
.fi-tr-reel:before {
  content: "\ecd7";
}
.fi-tr-refer:before {
  content: "\ecd8";
}
.fi-tr-refer-arrow:before {
  content: "\ecd9";
}
.fi-tr-referral:before {
  content: "\ecdc";
}
.fi-tr-referral-alt:before {
  content: "\ecdd";
}
.fi-tr-referral-link-arrow:before {
  content: "\ecde";
}
.fi-tr-referral-user:before {
  content: "\ecdf";
}
.fi-tr-reflect:before {
  content: "\ece0";
}
.fi-tr-reflect-horizontal:before {
  content: "\ece1";
}
.fi-tr-reflect-horizontal-alt:before {
  content: "\ece2";
}
.fi-tr-reflect-vertical:before {
  content: "\ece3";
}
.fi-tr-refrigerator:before {
  content: "\ece5";
}
.fi-tr-refund:before {
  content: "\ece6";
}
.fi-tr-refund-alt:before {
  content: "\ece7";
}
.fi-tr-region-pin:before {
  content: "\ece8";
}
.fi-tr-region-pin-alt:before {
  content: "\ece9";
}
.fi-tr-registered:before {
  content: "\ecea";
}
.fi-tr-registration-paper:before {
  content: "\eced";
}
.fi-tr-remote-control:before {
  content: "\ecef";
}
.fi-tr-remote-control-hand:before {
  content: "\ecf0";
}
.fi-tr-remove-folder:before {
  content: "\ecf1";
}
.fi-tr-remove-user:before {
  content: "\ecf2";
}
.fi-tr-rent:before {
  content: "\ecf3";
}
.fi-tr-rent-signal:before {
  content: "\ecf4";
}
.fi-tr-replace:before {
  content: "\ecf5";
}
.fi-tr-replay-10:before {
  content: "\ecf7";
}
.fi-tr-replay-30:before {
  content: "\ecf8";
}
.fi-tr-replay-5:before {
  content: "\ecf9";
}
.fi-tr-reply-all:before {
  content: "\ecfa";
}
.fi-tr-republican:before {
  content: "\ecfb";
}
.fi-tr-research-arrows-circle:before {
  content: "\ecfc";
}
.fi-tr-reservation-smartphone:before {
  content: "\ecfd";
}
.fi-tr-reservation-table:before {
  content: "\ecfe";
}
.fi-tr-resistance-band:before {
  content: "\ecff";
}
.fi-tr-resize:before {
  content: "\ed00";
}
.fi-tr-resources:before {
  content: "\ed01";
}
.fi-tr-responsability:before {
  content: "\ed02";
}
.fi-tr-restaurant:before {
  content: "\ed03";
}
.fi-tr-restock:before {
  content: "\ed04";
}
.fi-tr-restroom-simple:before {
  content: "\ed05";
}
.fi-tr-resume:before {
  content: "\ed06";
}
.fi-tr-Revenue:before {
  content: "\ed07";
}
.fi-tr-revenue-alt:before {
  content: "\ed08";
}
.fi-tr-revenue-euro:before {
  content: "\ed09";
}
.fi-tr-review:before {
  content: "\ed0b";
}
.fi-tr-rewind:before {
  content: "\ed0c";
}
.fi-tr-rewind-button-circle:before {
  content: "\ed0d";
}
.fi-tr-rhombus:before {
  content: "\ed0e";
}
.fi-tr-ribbon:before {
  content: "\ed0f";
}
.fi-tr-right:before {
  content: "\ed10";
}
.fi-tr-right-from-bracket:before {
  content: "\ed11";
}
.fi-tr-ring:before {
  content: "\ed13";
}
.fi-tr-ring-diamond:before {
  content: "\ed14";
}
.fi-tr-rings-wedding:before {
  content: "\ed15";
}
.fi-tr-risk:before {
  content: "\ed16";
}
.fi-tr-risk-alt:before {
  content: "\ed17";
}
.fi-tr-road:before {
  content: "\ed18";
}
.fi-tr-road-barrier:before {
  content: "\ed19";
}
.fi-tr-road-map-pin:before {
  content: "\ed1a";
}
.fi-tr-road-sign-left:before {
  content: "\ed1b";
}
.fi-tr-roadmap:before {
  content: "\ed1c";
}
.fi-tr-robot:before {
  content: "\ed1d";
}
.fi-tr-robotic-arm:before {
  content: "\ed1e";
}
.fi-tr-rocket:before {
  content: "\ed1f";
}
.fi-tr-rocket-hand:before {
  content: "\ed20";
}
.fi-tr-rocket-holding-hand:before {
  content: "\ed21";
}
.fi-tr-rocket-lunch:before {
  content: "\ed22";
}
.fi-tr-roller-coaster:before {
  content: "\ed23";
}
.fi-tr-room-service:before {
  content: "\ed24";
}
.fi-tr-rose:before {
  content: "\ed25";
}
.fi-tr-rose-alt:before {
  content: "\ed26";
}
.fi-tr-rotate-exclamation:before {
  content: "\ed27";
}
.fi-tr-rotate-reverse:before {
  content: "\ed29";
}
.fi-tr-rotate-square:before {
  content: "\ed2b";
}
.fi-tr-roulette:before {
  content: "\ed2c";
}
.fi-tr-route:before {
  content: "\ed2d";
}
.fi-tr-route-highway:before {
  content: "\ed2e";
}
.fi-tr-route-interstate:before {
  content: "\ed2f";
}
.fi-tr-router:before {
  content: "\ed30";
}
.fi-tr-router-wifi:before {
  content: "\ed31";
}
.fi-tr-router-wifi-alt:before {
  content: "\ed32";
}
.fi-tr-rss:before {
  content: "\ed33";
}
.fi-tr-rss-alt:before {
  content: "\ed34";
}
.fi-tr-ruble-sign:before {
  content: "\ed35";
}
.fi-tr-rugby-helmet:before {
  content: "\ed37";
}
.fi-tr-ruler-combined:before {
  content: "\ed38";
}
.fi-tr-ruler-horizontal:before {
  content: "\ed39";
}
.fi-tr-ruler-triangle:before {
  content: "\ed3a";
}
.fi-tr-ruler-vertical:before {
  content: "\ed3b";
}
.fi-tr-rules:before {
  content: "\ed3c";
}
.fi-tr-rules-alt:before {
  content: "\ed3d";
}
.fi-tr-running:before {
  content: "\ed3e";
}
.fi-tr-running-track:before {
  content: "\ed3f";
}
.fi-tr-rupee-sign:before {
  content: "\ed40";
}
.fi-tr-rupiah-sign:before {
  content: "\ed41";
}
.fi-tr-russian:before {
  content: "\ed42";
}
.fi-tr-rv:before {
  content: "\ed43";
}
.fi-tr-s:before {
  content: "\ed44";
}
.fi-tr-sack:before {
  content: "\ed45";
}
.fi-tr-sack-dollar:before {
  content: "\ed46";
}
.fi-tr-sad:before {
  content: "\ed47";
}
.fi-tr-sad-cry:before {
  content: "\ed48";
}
.fi-tr-sad-tear:before {
  content: "\ed49";
}
.fi-tr-safe-box:before {
  content: "\ed4a";
}
.fi-tr-sailboat:before {
  content: "\ed4b";
}
.fi-tr-salad:before {
  content: "\ed4c";
}
.fi-tr-salary-alt:before {
  content: "\ed4e";
}
.fi-tr-salt-pepper:before {
  content: "\ed4f";
}
.fi-tr-salt-shaker:before {
  content: "\ed50";
}
.fi-tr-sandwich:before {
  content: "\ed52";
}
.fi-tr-sandwich-alt:before {
  content: "\ed53";
}
.fi-tr-satellite:before {
  content: "\ed56";
}
.fi-tr-satellite-dish:before {
  content: "\ed57";
}
.fi-tr-satisfaction-bar:before {
  content: "\ed58";
}
.fi-tr-saturday:before {
  content: "\ed59";
}
.fi-tr-sauce:before {
  content: "\ed5a";
}
.fi-tr-sausage:before {
  content: "\ed5b";
}
.fi-tr-sax-hot:before {
  content: "\ed5c";
}
.fi-tr-saxophone:before {
  content: "\ed5d";
}
.fi-tr-scale:before {
  content: "\ed5e";
}
.fi-tr-scale-comparison:before {
  content: "\ed5f";
}
.fi-tr-scale-comparison-alt:before {
  content: "\ed60";
}
.fi-tr-scalpel:before {
  content: "\ed61";
}
.fi-tr-scalpel-path:before {
  content: "\ed62";
}
.fi-tr-scanner-gun:before {
  content: "\ed63";
}
.fi-tr-scanner-image:before {
  content: "\ed64";
}
.fi-tr-scanner-keyboard:before {
  content: "\ed65";
}
.fi-tr-scanner-touchscreen:before {
  content: "\ed66";
}
.fi-tr-scarecrow:before {
  content: "\ed67";
}
.fi-tr-scarf:before {
  content: "\ed68";
}
.fi-tr-school:before {
  content: "\ed69";
}
.fi-tr-school-bus:before {
  content: "\ed6a";
}
.fi-tr-school-lock:before {
  content: "\ed6b";
}
.fi-tr-scissors:before {
  content: "\ed6c";
}
.fi-tr-scooter:before {
  content: "\ed6d";
}
.fi-tr-screen:before {
  content: "\ed6e";
}
.fi-tr-screen-share:before {
  content: "\ed6f";
}
.fi-tr-screencast:before {
  content: "\ed71";
}
.fi-tr-screw:before {
  content: "\ed72";
}
.fi-tr-screw-alt:before {
  content: "\ed73";
}
.fi-tr-screwdriver:before {
  content: "\ed74";
}
.fi-tr-scribble:before {
  content: "\ed75";
}
.fi-tr-script:before {
  content: "\ed76";
}
.fi-tr-scroll:before {
  content: "\ed77";
}
.fi-tr-scroll-document-story:before {
  content: "\ed78";
}
.fi-tr-scroll-old:before {
  content: "\ed79";
}
.fi-tr-scroll-torah:before {
  content: "\ed7a";
}
.fi-tr-scrubber:before {
  content: "\ed7b";
}
.fi-tr-sculpture:before {
  content: "\ed7c";
}
.fi-tr-scythe:before {
  content: "\ed7d";
}
.fi-tr-sd-card:before {
  content: "\ed7e";
}
.fi-tr-sd-cards:before {
  content: "\ed7f";
}
.fi-tr-seal:before {
  content: "\ed80";
}
.fi-tr-seal-exclamation:before {
  content: "\ed81";
}
.fi-tr-seal-question:before {
  content: "\ed82";
}
.fi-tr-search-alt:before {
  content: "\ed84";
}
.fi-tr-search-dollar:before {
  content: "\ed85";
}
.fi-tr-search-heart:before {
  content: "\ed86";
}
.fi-tr-search-location:before {
  content: "\ed87";
}
.fi-tr-seat-airline:before {
  content: "\ed88";
}
.fi-tr-seatbelt-safety-driver:before {
  content: "\ed89";
}
.fi-tr-second:before {
  content: "\ed8a";
}
.fi-tr-second-award:before {
  content: "\ed8b";
}
.fi-tr-second-laurel:before {
  content: "\ed8c";
}
.fi-tr-second-medal:before {
  content: "\ed8d";
}
.fi-tr-seedling:before {
  content: "\ed90";
}
.fi-tr-selection:before {
  content: "\ed92";
}
.fi-tr-sell:before {
  content: "\ed93";
}
.fi-tr-seller:before {
  content: "\ed94";
}
.fi-tr-seller-store:before {
  content: "\ed95";
}
.fi-tr-selling:before {
  content: "\ed97";
}
.fi-tr-send-back:before {
  content: "\ed99";
}
.fi-tr-send-backward:before {
  content: "\ed9a";
}
.fi-tr-send-money:before {
  content: "\ed9b";
}
.fi-tr-send-money-smartphone:before {
  content: "\ed9c";
}
.fi-tr-sensor:before {
  content: "\ed9d";
}
.fi-tr-sensor-alert:before {
  content: "\ed9e";
}
.fi-tr-sensor-fire:before {
  content: "\ed9f";
}
.fi-tr-sensor-on:before {
  content: "\eda0";
}
.fi-tr-sensor-smoke:before {
  content: "\eda1";
}
.fi-tr-server-key:before {
  content: "\eda2";
}
.fi-tr-sewing-machine:before {
  content: "\eda5";
}
.fi-tr-sewing-machine-alt:before {
  content: "\eda6";
}
.fi-tr-share-alt-square:before {
  content: "\eda8";
}
.fi-tr-share-square:before {
  content: "\eda9";
}
.fi-tr-sheep:before {
  content: "\edaa";
}
.fi-tr-shekel-sign:before {
  content: "\edab";
}
.fi-tr-shelves:before {
  content: "\edac";
}
.fi-tr-shelves-empty:before {
  content: "\edad";
}
.fi-tr-shield:before {
  content: "\edae";
}
.fi-tr-shield-alt:before {
  content: "\edaf";
}
.fi-tr-shield-cat:before {
  content: "\edb0";
}
.fi-tr-shield-check:before {
  content: "\edb1";
}
.fi-tr-shield-cross:before {
  content: "\edb2";
}
.fi-tr-shield-divided-four:before {
  content: "\edb3";
}
.fi-tr-shield-dog:before {
  content: "\edb4";
}
.fi-tr-shield-exclamation:before {
  content: "\edb5";
}
.fi-tr-shield-interrogation:before {
  content: "\edb6";
}
.fi-tr-shield-keyhole:before {
  content: "\edb7";
}
.fi-tr-shield-minus:before {
  content: "\edb8";
}
.fi-tr-shield-plus:before {
  content: "\edb9";
}
.fi-tr-shield-security-risk:before {
  content: "\edbb";
}
.fi-tr-shield-slash:before {
  content: "\edbc";
}
.fi-tr-shield-trust:before {
  content: "\edbd";
}
.fi-tr-shield-virus:before {
  content: "\edbe";
}
.fi-tr-shield-xmark:before {
  content: "\edbf";
}
.fi-tr-ship:before {
  content: "\edc0";
}
.fi-tr-ship-side:before {
  content: "\edc1";
}
.fi-tr-shipping-fast:before {
  content: "\edc2";
}
.fi-tr-shipping-timed:before {
  content: "\edc3";
}
.fi-tr-shirt:before {
  content: "\edc4";
}
.fi-tr-shirt-long-sleeve:before {
  content: "\edc5";
}
.fi-tr-shirt-running:before {
  content: "\edc6";
}
.fi-tr-shirt-tank-top:before {
  content: "\edc7";
}
.fi-tr-shish-kebab:before {
  content: "\edc8";
}
.fi-tr-shoe-prints:before {
  content: "\edc9";
}
.fi-tr-shop-lock:before {
  content: "\edcb";
}
.fi-tr-shop-slash:before {
  content: "\edcc";
}
.fi-tr-shopping-basket:before {
  content: "\edd0";
}
.fi-tr-shopping-cart-buyer:before {
  content: "\edd3";
}
.fi-tr-shopping-cart-nft:before {
  content: "\edd8";
}
.fi-tr-shovel:before {
  content: "\edd9";
}
.fi-tr-shovel-snow:before {
  content: "\edda";
}
.fi-tr-shower:before {
  content: "\eddb";
}
.fi-tr-shower-down:before {
  content: "\eddc";
}
.fi-tr-shredder:before {
  content: "\eddd";
}
.fi-tr-shrimp:before {
  content: "\edde";
}
.fi-tr-shuffle:before {
  content: "\eddf";
}
.fi-tr-shuttle-van:before {
  content: "\ede0";
}
.fi-tr-shuttlecock:before {
  content: "\ede1";
}
.fi-tr-Sickle:before {
  content: "\ede2";
}
.fi-tr-sidebar:before {
  content: "\ede3";
}
.fi-tr-sidebar-flip:before {
  content: "\ede4";
}
.fi-tr-sigma:before {
  content: "\ede6";
}
.fi-tr-sign-hanging:before {
  content: "\ede7";
}
.fi-tr-sign-in-alt:before {
  content: "\ede8";
}
.fi-tr-sign-out-alt:before {
  content: "\ede9";
}
.fi-tr-sign-posts:before {
  content: "\edea";
}
.fi-tr-sign-posts-wrench:before {
  content: "\edeb";
}
.fi-tr-sign-up:before {
  content: "\edec";
}
.fi-tr-signal-alt:before {
  content: "\eded";
}
.fi-tr-signal-alt-1:before {
  content: "\edee";
}
.fi-tr-signal-alt-2:before {
  content: "\edef";
}
.fi-tr-signal-alt-slash:before {
  content: "\edf0";
}
.fi-tr-signal-bars-fair:before {
  content: "\edf1";
}
.fi-tr-signal-bars-good:before {
  content: "\edf2";
}
.fi-tr-signal-bars-weak:before {
  content: "\edf4";
}
.fi-tr-signal-stream:before {
  content: "\edf7";
}
.fi-tr-signal-stream-slash:before {
  content: "\edf8";
}
.fi-tr-signature:before {
  content: "\edfb";
}
.fi-tr-signature-lock:before {
  content: "\edfc";
}
.fi-tr-signature-slash:before {
  content: "\edfe";
}
.fi-tr-sim-card:before {
  content: "\edff";
}
.fi-tr-sim-cards:before {
  content: "\ee00";
}
.fi-tr-sink:before {
  content: "\ee01";
}
.fi-tr-Siren:before {
  content: "\ee02";
}
.fi-tr-siren-on:before {
  content: "\ee03";
}
.fi-tr-site:before {
  content: "\ee04";
}
.fi-tr-site-alt:before {
  content: "\ee05";
}
.fi-tr-site-browser:before {
  content: "\ee07";
}
.fi-tr-sitemap:before {
  content: "\ee08";
}
.fi-tr-skating:before {
  content: "\ee0a";
}
.fi-tr-skeleton:before {
  content: "\ee0b";
}
.fi-tr-skeleton-ribs:before {
  content: "\ee0c";
}
.fi-tr-skewer:before {
  content: "\ee0e";
}
.fi-tr-ski-boot-ski:before {
  content: "\ee0f";
}
.fi-tr-ski-jump:before {
  content: "\ee10";
}
.fi-tr-ski-lift:before {
  content: "\ee11";
}
.fi-tr-skiing:before {
  content: "\ee12";
}
.fi-tr-skiing-nordic:before {
  content: "\ee13";
}
.fi-tr-skill:before {
  content: "\ee14";
}
.fi-tr-skill-alt:before {
  content: "\ee15";
}
.fi-tr-skill-user:before {
  content: "\ee17";
}
.fi-tr-skin:before {
  content: "\ee18";
}
.fi-tr-skin-acne:before {
  content: "\ee19";
}
.fi-tr-skin-arrow:before {
  content: "\ee1a";
}
.fi-tr-skin-drop:before {
  content: "\ee1b";
}
.fi-tr-skin-hair:before {
  content: "\ee1c";
}
.fi-tr-skin-laser:before {
  content: "\ee1d";
}
.fi-tr-skin-uv:before {
  content: "\ee1e";
}
.fi-tr-skip-15-seconds:before {
  content: "\ee1f";
}
.fi-tr-skull:before {
  content: "\ee20";
}
.fi-tr-skull-cow:before {
  content: "\ee21";
}
.fi-tr-skull-crossbones:before {
  content: "\ee22";
}
.fi-tr-skull-heart:before {
  content: "\ee23";
}
.fi-tr-slash:before {
  content: "\ee26";
}
.fi-tr-sledding:before {
  content: "\ee28";
}
.fi-tr-sleeping-bag:before {
  content: "\ee29";
}
.fi-tr-sleeping-cat:before {
  content: "\ee2a";
}
.fi-tr-sleigh:before {
  content: "\ee2b";
}
.fi-tr-sliders-h-square:before {
  content: "\ee2c";
}
.fi-tr-sliders-v:before {
  content: "\ee2d";
}
.fi-tr-sliders-v-square:before {
  content: "\ee2e";
}
.fi-tr-slot-machine:before {
  content: "\ee30";
}
.fi-tr-smart-home:before {
  content: "\ee31";
}
.fi-tr-smart-home-alt:before {
  content: "\ee32";
}
.fi-tr-smartphone:before {
  content: "\ee33";
}
.fi-tr-smile:before {
  content: "\ee34";
}
.fi-tr-smile-beam:before {
  content: "\ee35";
}
.fi-tr-smile-plus:before {
  content: "\ee36";
}
.fi-tr-smile-wink:before {
  content: "\ee37";
}
.fi-tr-smiley-comment-alt:before {
  content: "\ee38";
}
.fi-tr-smog:before {
  content: "\ee39";
}
.fi-tr-smoke:before {
  content: "\ee3a";
}
.fi-tr-smoking:before {
  content: "\ee3b";
}
.fi-tr-smoking-ban:before {
  content: "\ee3c";
}
.fi-tr-snake:before {
  content: "\ee3d";
}
.fi-tr-snap:before {
  content: "\ee3e";
}
.fi-tr-snooze:before {
  content: "\ee40";
}
.fi-tr-snow-blowing:before {
  content: "\ee41";
}
.fi-tr-snowboarding:before {
  content: "\ee42";
}
.fi-tr-snowflake:before {
  content: "\ee43";
}
.fi-tr-snowflake-droplets:before {
  content: "\ee44";
}
.fi-tr-snowflakes:before {
  content: "\ee45";
}
.fi-tr-snowman-alt:before {
  content: "\ee47";
}
.fi-tr-snowman-head:before {
  content: "\ee48";
}
.fi-tr-snowmobile:before {
  content: "\ee49";
}
.fi-tr-snowplow:before {
  content: "\ee4a";
}
.fi-tr-soap:before {
  content: "\ee4b";
}
.fi-tr-soap-alt:before {
  content: "\ee4c";
}
.fi-tr-social-network:before {
  content: "\ee4d";
}
.fi-tr-socks:before {
  content: "\ee4e";
}
.fi-tr-sofa:before {
  content: "\ee4f";
}
.fi-tr-sofa-size:before {
  content: "\ee50";
}
.fi-tr-solar-panel:before {
  content: "\ee51";
}
.fi-tr-solar-panel-sun:before {
  content: "\ee52";
}
.fi-tr-solar-system:before {
  content: "\ee53";
}
.fi-tr-sold-house:before {
  content: "\ee54";
}
.fi-tr-sold-signal:before {
  content: "\ee55";
}
.fi-tr-sort:before {
  content: "\ee57";
}
.fi-tr-sort-alpha-down:before {
  content: "\ee58";
}
.fi-tr-sort-alpha-down-alt:before {
  content: "\ee59";
}
.fi-tr-sort-alpha-up:before {
  content: "\ee5a";
}
.fi-tr-sort-alpha-up-alt:before {
  content: "\ee5b";
}
.fi-tr-sort-alt:before {
  content: "\ee5c";
}
.fi-tr-sort-amount-down:before {
  content: "\ee5d";
}
.fi-tr-sort-amount-down-alt:before {
  content: "\ee5e";
}
.fi-tr-sort-amount-up:before {
  content: "\ee5f";
}
.fi-tr-sort-amount-up-alt:before {
  content: "\ee60";
}
.fi-tr-sort-circle:before {
  content: "\ee61";
}
.fi-tr-sort-circle-down:before {
  content: "\ee62";
}
.fi-tr-sort-circle-up:before {
  content: "\ee63";
}
.fi-tr-sort-down:before {
  content: "\ee64";
}
.fi-tr-sort-numeric-down:before {
  content: "\ee65";
}
.fi-tr-sort-numeric-down-alt:before {
  content: "\ee66";
}
.fi-tr-sort-shapes-down:before {
  content: "\ee67";
}
.fi-tr-sort-shapes-up:before {
  content: "\ee68";
}
.fi-tr-sort-size-down:before {
  content: "\ee69";
}
.fi-tr-sort-size-up:before {
  content: "\ee6a";
}
.fi-tr-soup:before {
  content: "\ee6c";
}
.fi-tr-source-data:before {
  content: "\ee6d";
}
.fi-tr-source-document:before {
  content: "\ee6e";
}
.fi-tr-source-document-alt:before {
  content: "\ee6f";
}
.fi-tr-spa:before {
  content: "\ee70";
}
.fi-tr-space-shuttle:before {
  content: "\ee71";
}
.fi-tr-space-station-moon:before {
  content: "\ee72";
}
.fi-tr-space-station-moon-alt:before {
  content: "\ee73";
}
.fi-tr-spade:before {
  content: "\ee74";
}
.fi-tr-spaghetti-monster-flying:before {
  content: "\ee75";
}
.fi-tr-spain-map:before {
  content: "\ee76";
}
.fi-tr-spanish:before {
  content: "\ee77";
}
.fi-tr-sparkles:before {
  content: "\ee79";
}
.fi-tr-spartan-helmet:before {
  content: "\ee7a";
}
.fi-tr-speaker:before {
  content: "\ee7b";
}
.fi-tr-speakers:before {
  content: "\ee7c";
}
.fi-tr-speech-bubble-story:before {
  content: "\ee7d";
}
.fi-tr-speedometer-arrow:before {
  content: "\ee7e";
}
.fi-tr-speedometer-kpi:before {
  content: "\ee7f";
}
.fi-tr-sphere:before {
  content: "\ee80";
}
.fi-tr-spider:before {
  content: "\ee81";
}
.fi-tr-spider-black-widow:before {
  content: "\ee82";
}
.fi-tr-spider-web:before {
  content: "\ee83";
}
.fi-tr-split:before {
  content: "\ee85";
}
.fi-tr-split-up-relation:before {
  content: "\ee86";
}
.fi-tr-splotch:before {
  content: "\ee87";
}
.fi-tr-spoon:before {
  content: "\ee88";
}
.fi-tr-spray-can:before {
  content: "\ee8b";
}
.fi-tr-spray-can-sparkles:before {
  content: "\ee8c";
}
.fi-tr-spring-calendar:before {
  content: "\ee8d";
}
.fi-tr-sprinkler:before {
  content: "\ee8e";
}
.fi-tr-spy:before {
  content: "\ee8f";
}
.fi-tr-sql-file:before {
  content: "\ee90";
}
.fi-tr-sql-server:before {
  content: "\ee91";
}
.fi-tr-square:before {
  content: "\ee92";
}
.fi-tr-square-0:before {
  content: "\ee93";
}
.fi-tr-square-1:before {
  content: "\ee94";
}
.fi-tr-square-2:before {
  content: "\ee95";
}
.fi-tr-square-3:before {
  content: "\ee96";
}
.fi-tr-square-4:before {
  content: "\ee97";
}
.fi-tr-square-5:before {
  content: "\ee98";
}
.fi-tr-square-6:before {
  content: "\ee99";
}
.fi-tr-square-7:before {
  content: "\ee9a";
}
.fi-tr-square-8:before {
  content: "\ee9b";
}
.fi-tr-square-9:before {
  content: "\ee9c";
}
.fi-tr-square-a:before {
  content: "\ee9d";
}
.fi-tr-square-b:before {
  content: "\ee9f";
}
.fi-tr-square-bolt:before {
  content: "\eea0";
}
.fi-tr-square-c:before {
  content: "\eea1";
}
.fi-tr-square-code:before {
  content: "\eea2";
}
.fi-tr-square-d:before {
  content: "\eea3";
}
.fi-tr-square-dashed:before {
  content: "\eea4";
}
.fi-tr-square-dashed-circle-plus:before {
  content: "\eea5";
}
.fi-tr-square-divide:before {
  content: "\eea6";
}
.fi-tr-square-e:before {
  content: "\eea7";
}
.fi-tr-square-ellipsis:before {
  content: "\eea8";
}
.fi-tr-square-ellipsis-vertical:before {
  content: "\eea9";
}
.fi-tr-square-exclamation:before {
  content: "\eeaa";
}
.fi-tr-square-f:before {
  content: "\eeab";
}
.fi-tr-square-g:before {
  content: "\eeac";
}
.fi-tr-square-h:before {
  content: "\eead";
}
.fi-tr-square-heart:before {
  content: "\eeae";
}
.fi-tr-square-i:before {
  content: "\eeaf";
}
.fi-tr-square-info:before {
  content: "\eeb0";
}
.fi-tr-square-j:before {
  content: "\eeb1";
}
.fi-tr-square-k:before {
  content: "\eeb2";
}
.fi-tr-square-kanban:before {
  content: "\eeb3";
}
.fi-tr-square-l:before {
  content: "\eeb4";
}
.fi-tr-square-m:before {
  content: "\eeb5";
}
.fi-tr-square-minus:before {
  content: "\eeb6";
}
.fi-tr-square-n:before {
  content: "\eeb7";
}
.fi-tr-square-o:before {
  content: "\eeb8";
}
.fi-tr-square-p:before {
  content: "\eeb9";
}
.fi-tr-square-phone-hangup:before {
  content: "\eebb";
}
.fi-tr-square-plus:before {
  content: "\eebc";
}
.fi-tr-square-poll-horizontal:before {
  content: "\eebd";
}
.fi-tr-square-poll-vertical:before {
  content: "\eebe";
}
.fi-tr-square-q:before {
  content: "\eebf";
}
.fi-tr-square-quote:before {
  content: "\eec0";
}
.fi-tr-square-r:before {
  content: "\eec1";
}
.fi-tr-square-root:before {
  content: "\eec2";
}
.fi-tr-square-s:before {
  content: "\eec3";
}
.fi-tr-square-small:before {
  content: "\eec4";
}
.fi-tr-square-star:before {
  content: "\eec5";
}
.fi-tr-square-t:before {
  content: "\eec6";
}
.fi-tr-square-terminal:before {
  content: "\eec7";
}
.fi-tr-square-u:before {
  content: "\eec8";
}
.fi-tr-square-up-right:before {
  content: "\eec9";
}
.fi-tr-square-v:before {
  content: "\eeca";
}
.fi-tr-square-w:before {
  content: "\eecb";
}
.fi-tr-square-x:before {
  content: "\eecc";
}
.fi-tr-square-y:before {
  content: "\eecd";
}
.fi-tr-square-z:before {
  content: "\eece";
}
.fi-tr-squid:before {
  content: "\eecf";
}
.fi-tr-squircle:before {
  content: "\eed0";
}
.fi-tr-squirrel:before {
  content: "\eed1";
}
.fi-tr-staff:before {
  content: "\eed2";
}
.fi-tr-stage:before {
  content: "\eed3";
}
.fi-tr-stage-concert:before {
  content: "\eed4";
}
.fi-tr-stage-theatre:before {
  content: "\eed5";
}
.fi-tr-stairs:before {
  content: "\eed6";
}
.fi-tr-stamp:before {
  content: "\eed7";
}
.fi-tr-standard-definition:before {
  content: "\eed8";
}
.fi-tr-star:before {
  content: "\eed9";
}
.fi-tr-star-and-crescent:before {
  content: "\eeda";
}
.fi-tr-star-christmas:before {
  content: "\eedb";
}
.fi-tr-star-comment-alt:before {
  content: "\eedc";
}
.fi-tr-star-exclamation:before {
  content: "\eedd";
}
.fi-tr-star-octogram:before {
  content: "\eede";
}
.fi-tr-star-of-david:before {
  content: "\eedf";
}
.fi-tr-star-sharp-half:before {
  content: "\eee1";
}
.fi-tr-star-sharp-half-stroke:before {
  content: "\eee2";
}
.fi-tr-star-shooting:before {
  content: "\eee3";
}
.fi-tr-starfighter:before {
  content: "\eee5";
}
.fi-tr-stars:before {
  content: "\eee6";
}
.fi-tr-state-country:before {
  content: "\eee7";
}
.fi-tr-stationary-bike:before {
  content: "\eee8";
}
.fi-tr-stats:before {
  content: "\eee9";
}
.fi-tr-steak:before {
  content: "\eeea";
}
.fi-tr-steam-iron:before {
  content: "\eeeb";
}
.fi-tr-steering-wheel:before {
  content: "\eeec";
}
.fi-tr-step-backward:before {
  content: "\eeed";
}
.fi-tr-step-forward:before {
  content: "\eeee";
}
.fi-tr-steps-carreer:before {
  content: "\eeef";
}
.fi-tr-sterling-sign:before {
  content: "\eef0";
}
.fi-tr-stethoscope:before {
  content: "\eef1";
}
.fi-tr-sticker:before {
  content: "\eef2";
}
.fi-tr-stocking:before {
  content: "\eef4";
}
.fi-tr-stomach:before {
  content: "\eef5";
}
.fi-tr-stop:before {
  content: "\eef6";
}
.fi-tr-stop-circle:before {
  content: "\eef7";
}
.fi-tr-stop-square:before {
  content: "\eef8";
}
.fi-tr-stopwatch:before {
  content: "\eef9";
}
.fi-tr-store-alt:before {
  content: "\eefb";
}
.fi-tr-store-buyer:before {
  content: "\eefc";
}
.fi-tr-store-lock:before {
  content: "\eefd";
}
.fi-tr-store-slash:before {
  content: "\eefe";
}
.fi-tr-story-book:before {
  content: "\eeff";
}
.fi-tr-story-fairy-tale:before {
  content: "\ef00";
}
.fi-tr-story-fantasy:before {
  content: "\ef01";
}
.fi-tr-strategy-chess-risk:before {
  content: "\ef03";
}
.fi-tr-strawberry:before {
  content: "\ef04";
}
.fi-tr-street-view:before {
  content: "\ef05";
}
.fi-tr-stretcher:before {
  content: "\ef06";
}
.fi-tr-strikethrough:before {
  content: "\ef07";
}
.fi-tr-stroopwafel:before {
  content: "\ef09";
}
.fi-tr-student:before {
  content: "\ef0a";
}
.fi-tr-student-alt:before {
  content: "\ef0b";
}
.fi-tr-subfolder:before {
  content: "\ef0c";
}
.fi-tr-subscript:before {
  content: "\ef0f";
}
.fi-tr-subscription:before {
  content: "\ef10";
}
.fi-tr-subscription-alt:before {
  content: "\ef11";
}
.fi-tr-subscription-model:before {
  content: "\ef12";
}
.fi-tr-subscription-user:before {
  content: "\ef13";
}
.fi-tr-subtitles:before {
  content: "\ef18";
}
.fi-tr-subtitles-slash:before {
  content: "\ef19";
}
.fi-tr-subway:before {
  content: "\ef1a";
}
.fi-tr-suitcase-alt:before {
  content: "\ef1b";
}
.fi-tr-summary-check:before {
  content: "\ef1c";
}
.fi-tr-summer:before {
  content: "\ef1d";
}
.fi-tr-sun:before {
  content: "\ef1e";
}
.fi-tr-sun-dust:before {
  content: "\ef1f";
}
.fi-tr-sun-plant-wilt:before {
  content: "\ef20";
}
.fi-tr-sun-salutation-yoga:before {
  content: "\ef21";
}
.fi-tr-sunday:before {
  content: "\ef22";
}
.fi-tr-sunglasses:before {
  content: "\ef23";
}
.fi-tr-sunglasses-alt:before {
  content: "\ef24";
}
.fi-tr-sunrise:before {
  content: "\ef25";
}
.fi-tr-sunrise-alt:before {
  content: "\ef26";
}
.fi-tr-sunscreen:before {
  content: "\ef27";
}
.fi-tr-sunset:before {
  content: "\ef28";
}
.fi-tr-superscript:before {
  content: "\ef29";
}
.fi-tr-supplier:before {
  content: "\ef2a";
}
.fi-tr-supplier-alt:before {
  content: "\ef2b";
}
.fi-tr-surprise:before {
  content: "\ef2d";
}
.fi-tr-surveillance-camera:before {
  content: "\ef2e";
}
.fi-tr-survey-xmark:before {
  content: "\ef2f";
}
.fi-tr-sushi:before {
  content: "\ef30";
}
.fi-tr-sushi-alt:before {
  content: "\ef31";
}
.fi-tr-sushi-roll:before {
  content: "\ef32";
}
.fi-tr-svg:before {
  content: "\ef33";
}
.fi-tr-swap:before {
  content: "\ef34";
}
.fi-tr-swatchbook:before {
  content: "\ef36";
}
.fi-tr-swimmer:before {
  content: "\ef38";
}
.fi-tr-swimming-pool:before {
  content: "\ef39";
}
.fi-tr-swing:before {
  content: "\ef3a";
}
.fi-tr-swipe-down:before {
  content: "\ef3b";
}
.fi-tr-swipe-left:before {
  content: "\ef3c";
}
.fi-tr-swipe-right:before {
  content: "\ef3d";
}
.fi-tr-swipe-up:before {
  content: "\ef3e";
}
.fi-tr-sword-alt:before {
  content: "\ef40";
}
.fi-tr-symbol:before {
  content: "\ef41";
}
.fi-tr-symbols:before {
  content: "\ef42";
}
.fi-tr-synagogue:before {
  content: "\ef43";
}
.fi-tr-syringe:before {
  content: "\ef44";
}
.fi-tr-syringe-injection-blood:before {
  content: "\ef45";
}
.fi-tr-system-cloud:before {
  content: "\ef46";
}
.fi-tr-t:before {
  content: "\ef47";
}
.fi-tr-t-rex:before {
  content: "\ef49";
}
.fi-tr-tab-folder:before {
  content: "\ef4a";
}
.fi-tr-table:before {
  content: "\ef4b";
}
.fi-tr-table-columns:before {
  content: "\ef4c";
}
.fi-tr-table-layout:before {
  content: "\ef4d";
}
.fi-tr-table-list:before {
  content: "\ef4e";
}
.fi-tr-table-picnic:before {
  content: "\ef4f";
}
.fi-tr-table-pivot:before {
  content: "\ef50";
}
.fi-tr-table-rows:before {
  content: "\ef51";
}
.fi-tr-table-tree:before {
  content: "\ef52";
}
.fi-tr-tablet:before {
  content: "\ef53";
}
.fi-tr-tablet-android:before {
  content: "\ef54";
}
.fi-tr-tablet-android-alt:before {
  content: "\ef55";
}
.fi-tr-tablet-rugged:before {
  content: "\ef56";
}
.fi-tr-tachometer:before {
  content: "\ef57";
}
.fi-tr-tachometer-alt-average:before {
  content: "\ef58";
}
.fi-tr-tachometer-alt-fastest:before {
  content: "\ef59";
}
.fi-tr-tachometer-alt-slow:before {
  content: "\ef5a";
}
.fi-tr-tachometer-alt-slowest:before {
  content: "\ef5b";
}
.fi-tr-tachometer-average:before {
  content: "\ef5c";
}
.fi-tr-tachometer-fast:before {
  content: "\ef5d";
}
.fi-tr-tachometer-fastest:before {
  content: "\ef5e";
}
.fi-tr-tachometer-slow:before {
  content: "\ef5f";
}
.fi-tr-tachometer-slowest:before {
  content: "\ef60";
}
.fi-tr-taco:before {
  content: "\ef61";
}
.fi-tr-tags:before {
  content: "\ef62";
}
.fi-tr-talent:before {
  content: "\ef63";
}
.fi-tr-talent-alt:before {
  content: "\ef64";
}
.fi-tr-talent-hand:before {
  content: "\ef65";
}
.fi-tr-tally:before {
  content: "\ef66";
}
.fi-tr-tally-1:before {
  content: "\ef67";
}
.fi-tr-tally-2:before {
  content: "\ef68";
}
.fi-tr-tally-3:before {
  content: "\ef69";
}
.fi-tr-tally-4:before {
  content: "\ef6a";
}
.fi-tr-tamale:before {
  content: "\ef6b";
}
.fi-tr-tank-water:before {
  content: "\ef6d";
}
.fi-tr-tap:before {
  content: "\ef6e";
}
.fi-tr-tape:before {
  content: "\ef6f";
}
.fi-tr-target:before {
  content: "\ef70";
}
.fi-tr-target-audience:before {
  content: "\ef71";
}
.fi-tr-tattoo-machine:before {
  content: "\ef72";
}
.fi-tr-tax:before {
  content: "\ef73";
}
.fi-tr-tax-alt:before {
  content: "\ef74";
}
.fi-tr-taxi:before {
  content: "\ef75";
}
.fi-tr-taxi-bus:before {
  content: "\ef76";
}
.fi-tr-team-check:before {
  content: "\ef77";
}
.fi-tr-team-check-alt:before {
  content: "\ef78";
}
.fi-tr-teddy-bear:before {
  content: "\ef79";
}
.fi-tr-teeth-open:before {
  content: "\ef7a";
}
.fi-tr-telescope:before {
  content: "\ef7c";
}
.fi-tr-temperature-down:before {
  content: "\ef7d";
}
.fi-tr-temperature-frigid:before {
  content: "\ef7e";
}
.fi-tr-temperature-high:before {
  content: "\ef7f";
}
.fi-tr-temperature-list:before {
  content: "\ef80";
}
.fi-tr-temperature-low:before {
  content: "\ef81";
}
.fi-tr-temperature-up:before {
  content: "\ef82";
}
.fi-tr-template:before {
  content: "\ef83";
}
.fi-tr-template-alt:before {
  content: "\ef84";
}
.fi-tr-tenge:before {
  content: "\ef86";
}
.fi-tr-tent-arrow-down-to-line:before {
  content: "\ef88";
}
.fi-tr-tent-arrow-left-right:before {
  content: "\ef89";
}
.fi-tr-tent-arrow-turn-left:before {
  content: "\ef8a";
}
.fi-tr-tent-arrows-down:before {
  content: "\ef8b";
}
.fi-tr-tents:before {
  content: "\ef8c";
}
.fi-tr-terminal:before {
  content: "\ef8d";
}
.fi-tr-terrace:before {
  content: "\ef90";
}
.fi-tr-test:before {
  content: "\ef91";
}
.fi-tr-test-tube:before {
  content: "\ef92";
}
.fi-tr-text:before {
  content: "\ef93";
}
.fi-tr-text-box:before {
  content: "\ef94";
}
.fi-tr-text-box-dots:before {
  content: "\ef95";
}
.fi-tr-text-box-edit:before {
  content: "\ef96";
}
.fi-tr-text-check:before {
  content: "\ef97";
}
.fi-tr-text-height:before {
  content: "\ef98";
}
.fi-tr-text-input-left:before {
  content: "\ef99";
}
.fi-tr-text-shadow:before {
  content: "\ef9a";
}
.fi-tr-text-size:before {
  content: "\ef9b";
}
.fi-tr-text-slash:before {
  content: "\ef9c";
}
.fi-tr-text-width:before {
  content: "\ef9d";
}
.fi-tr-theater-masks:before {
  content: "\ef9f";
}
.fi-tr-thermometer-alt:before {
  content: "\efa0";
}
.fi-tr-thermometer-empty:before {
  content: "\efa1";
}
.fi-tr-thermometer-full:before {
  content: "\efa2";
}
.fi-tr-thermometer-half:before {
  content: "\efa3";
}
.fi-tr-thermometer-quarter:before {
  content: "\efa4";
}
.fi-tr-thermometer-three-quarters:before {
  content: "\efa5";
}
.fi-tr-theta:before {
  content: "\efa6";
}
.fi-tr-third:before {
  content: "\efa7";
}
.fi-tr-third-award:before {
  content: "\efa8";
}
.fi-tr-third-laurel:before {
  content: "\efa9";
}
.fi-tr-third-medal:before {
  content: "\efaa";
}
.fi-tr-thought-bubble:before {
  content: "\efab";
}
.fi-tr-three-direction:before {
  content: "\efad";
}
.fi-tr-three-leaf-clover:before {
  content: "\efae";
}
.fi-tr-thumbs-up-trust:before {
  content: "\efb1";
}
.fi-tr-thumbtack:before {
  content: "\efb2";
}
.fi-tr-thumbtack-slash:before {
  content: "\efb3";
}
.fi-tr-thunderstorm:before {
  content: "\efb4";
}
.fi-tr-thunderstorm-moon:before {
  content: "\efb5";
}
.fi-tr-thunderstorm-risk:before {
  content: "\efb6";
}
.fi-tr-thunderstorm-sun:before {
  content: "\efb7";
}
.fi-tr-thursday:before {
  content: "\efb8";
}
.fi-tr-ticket-airline:before {
  content: "\efba";
}
.fi-tr-ticket-alt:before {
  content: "\efbb";
}
.fi-tr-tickets:before {
  content: "\efbc";
}
.fi-tr-tickets-airline:before {
  content: "\efbd";
}
.fi-tr-tie:before {
  content: "\efbe";
}
.fi-tr-tilde:before {
  content: "\efc0";
}
.fi-tr-time-add:before {
  content: "\efc1";
}
.fi-tr-time-check:before {
  content: "\efc2";
}
.fi-tr-time-delete:before {
  content: "\efc3";
}
.fi-tr-time-fast:before {
  content: "\efc4";
}
.fi-tr-time-forward:before {
  content: "\efc5";
}
.fi-tr-time-forward-sixty:before {
  content: "\efc6";
}
.fi-tr-time-forward-ten:before {
  content: "\efc7";
}
.fi-tr-time-half-past:before {
  content: "\efc8";
}
.fi-tr-time-oclock:before {
  content: "\efc9";
}
.fi-tr-time-past:before {
  content: "\efca";
}
.fi-tr-time-quarter-past:before {
  content: "\efcb";
}
.fi-tr-time-quarter-to:before {
  content: "\efcc";
}
.fi-tr-time-twenty-four:before {
  content: "\efcd";
}
.fi-tr-time-watch-calendar:before {
  content: "\efce";
}
.fi-tr-times-hexagon:before {
  content: "\efd0";
}
.fi-tr-tint-slash:before {
  content: "\efd1";
}
.fi-tr-tip-button:before {
  content: "\efd2";
}
.fi-tr-tip-button-hand:before {
  content: "\efd3";
}
.fi-tr-tip-coin:before {
  content: "\efd4";
}
.fi-tr-tire:before {
  content: "\efd8";
}
.fi-tr-tire-flat:before {
  content: "\efd9";
}
.fi-tr-tire-pressure-warning:before {
  content: "\efda";
}
.fi-tr-tire-rugged:before {
  content: "\efdb";
}
.fi-tr-tired:before {
  content: "\efdc";
}
.fi-tr-to-do:before {
  content: "\efdd";
}
.fi-tr-to-do-alt:before {
  content: "\efde";
}
.fi-tr-together-people:before {
  content: "\efe1";
}
.fi-tr-toggle-off:before {
  content: "\efe3";
}
.fi-tr-toggle-on:before {
  content: "\efe4";
}
.fi-tr-toilet:before {
  content: "\efe5";
}
.fi-tr-toilet-paper-blank:before {
  content: "\efe6";
}
.fi-tr-toilet-paper-blank-under:before {
  content: "\efe7";
}
.fi-tr-toilet-paper-slash:before {
  content: "\efe8";
}
.fi-tr-toilet-paper-under:before {
  content: "\efe9";
}
.fi-tr-toilet-paper-under-slash:before {
  content: "\efea";
}
.fi-tr-toilet-paper-xmark:before {
  content: "\efeb";
}
.fi-tr-toilets-portable:before {
  content: "\efec";
}
.fi-tr-token:before {
  content: "\efed";
}
.fi-tr-tomato:before {
  content: "\efee";
}
.fi-tr-tombstone:before {
  content: "\efef";
}
.fi-tr-tombstone-alt:before {
  content: "\eff0";
}
.fi-tr-tool-box:before {
  content: "\eff1";
}
.fi-tr-tool-crop:before {
  content: "\eff2";
}
.fi-tr-tools:before {
  content: "\eff4";
}
.fi-tr-tooth:before {
  content: "\eff5";
}
.fi-tr-toothbrush:before {
  content: "\eff6";
}
.fi-tr-torch-inspiration-leader:before {
  content: "\eff7";
}
.fi-tr-torii-gate:before {
  content: "\eff8";
}
.fi-tr-tornado:before {
  content: "\eff9";
}
.fi-tr-total:before {
  content: "\effa";
}
.fi-tr-tour-guide-people:before {
  content: "\effb";
}
.fi-tr-tour-virtual:before {
  content: "\effc";
}
.fi-tr-tower-control:before {
  content: "\effe";
}
.fi-tr-track:before {
  content: "\efff";
}
.fi-tr-tractor:before {
  content: "\f000";
}
.fi-tr-trademark:before {
  content: "\f001";
}
.fi-tr-traffic-cone:before {
  content: "\f002";
}
.fi-tr-traffic-light:before {
  content: "\f003";
}
.fi-tr-traffic-light-go:before {
  content: "\f004";
}
.fi-tr-traffic-light-slow:before {
  content: "\f005";
}
.fi-tr-traffic-light-stop:before {
  content: "\f006";
}
.fi-tr-trailer:before {
  content: "\f007";
}
.fi-tr-train:before {
  content: "\f008";
}
.fi-tr-train-journey:before {
  content: "\f009";
}
.fi-tr-train-side:before {
  content: "\f00a";
}
.fi-tr-train-station:before {
  content: "\f00b";
}
.fi-tr-train-station-building:before {
  content: "\f00c";
}
.fi-tr-train-subway-tunnel:before {
  content: "\f00d";
}
.fi-tr-train-track:before {
  content: "\f00e";
}
.fi-tr-train-tram:before {
  content: "\f00f";
}
.fi-tr-tram:before {
  content: "\f010";
}
.fi-tr-transaction-euro:before {
  content: "\f011";
}
.fi-tr-transaction-globe:before {
  content: "\f012";
}
.fi-tr-transaction-yen:before {
  content: "\f013";
}
.fi-tr-transformation-block:before {
  content: "\f015";
}
.fi-tr-transformation-circle:before {
  content: "\f016";
}
.fi-tr-transformation-design:before {
  content: "\f017";
}
.fi-tr-transformation-shapes:before {
  content: "\f018";
}
.fi-tr-transformer-bolt:before {
  content: "\f019";
}
.fi-tr-transgender:before {
  content: "\f01a";
}
.fi-tr-translate:before {
  content: "\f01b";
}
.fi-tr-transparency:before {
  content: "\f01c";
}
.fi-tr-transporter:before {
  content: "\f01d";
}
.fi-tr-transporter-1:before {
  content: "\f01e";
}
.fi-tr-transporter-2:before {
  content: "\f01f";
}
.fi-tr-transporter-3:before {
  content: "\f020";
}
.fi-tr-transporter-4:before {
  content: "\f021";
}
.fi-tr-transporter-5:before {
  content: "\f022";
}
.fi-tr-transporter-6:before {
  content: "\f023";
}
.fi-tr-transporter-7:before {
  content: "\f024";
}
.fi-tr-transporter-empty:before {
  content: "\f025";
}
.fi-tr-trash-bag:before {
  content: "\f027";
}
.fi-tr-trash-can-check:before {
  content: "\f028";
}
.fi-tr-trash-can-clock:before {
  content: "\f029";
}
.fi-tr-trash-can-list:before {
  content: "\f02a";
}
.fi-tr-trash-can-plus:before {
  content: "\f02b";
}
.fi-tr-trash-can-slash:before {
  content: "\f02c";
}
.fi-tr-trash-check:before {
  content: "\f02d";
}
.fi-tr-trash-clock:before {
  content: "\f02e";
}
.fi-tr-trash-empty:before {
  content: "\f02f";
}
.fi-tr-trash-list:before {
  content: "\f030";
}
.fi-tr-trash-plus:before {
  content: "\f031";
}
.fi-tr-trash-restore:before {
  content: "\f032";
}
.fi-tr-trash-restore-alt:before {
  content: "\f033";
}
.fi-tr-trash-slash:before {
  content: "\f034";
}
.fi-tr-trash-undo:before {
  content: "\f035";
}
.fi-tr-trash-undo-alt:before {
  content: "\f036";
}
.fi-tr-trash-xmark:before {
  content: "\f037";
}
.fi-tr-treadmill:before {
  content: "\f039";
}
.fi-tr-treasure-chest:before {
  content: "\f03a";
}
.fi-tr-treatment:before {
  content: "\f03b";
}
.fi-tr-tree:before {
  content: "\f03c";
}
.fi-tr-tree-alt:before {
  content: "\f03d";
}
.fi-tr-tree-christmas:before {
  content: "\f03e";
}
.fi-tr-tree-deciduous:before {
  content: "\f03f";
}
.fi-tr-trees:before {
  content: "\f041";
}
.fi-tr-trees-alt:before {
  content: "\f042";
}
.fi-tr-triangle:before {
  content: "\f044";
}
.fi-tr-triangle-music:before {
  content: "\f045";
}
.fi-tr-triangle-person-digging:before {
  content: "\f046";
}
.fi-tr-triangle-warning:before {
  content: "\f047";
}
.fi-tr-tricycle:before {
  content: "\f048";
}
.fi-tr-trillium:before {
  content: "\f049";
}
.fi-tr-troph-cap:before {
  content: "\f04c";
}
.fi-tr-trophy-achievement-skill:before {
  content: "\f04e";
}
.fi-tr-trophy-star:before {
  content: "\f04f";
}
.fi-tr-truck-arrow-left:before {
  content: "\f050";
}
.fi-tr-truck-arrow-right:before {
  content: "\f051";
}
.fi-tr-truck-bolt:before {
  content: "\f052";
}
.fi-tr-truck-box:before {
  content: "\f053";
}
.fi-tr-truck-check:before {
  content: "\f054";
}
.fi-tr-truck-container:before {
  content: "\f056";
}
.fi-tr-truck-container-empty:before {
  content: "\f057";
}
.fi-tr-truck-couch:before {
  content: "\f058";
}
.fi-tr-truck-droplet:before {
  content: "\f059";
}
.fi-tr-truck-fire:before {
  content: "\f05a";
}
.fi-tr-truck-flatbed:before {
  content: "\f05b";
}
.fi-tr-truck-front:before {
  content: "\f05c";
}
.fi-tr-truck-ladder:before {
  content: "\f05d";
}
.fi-tr-truck-loading:before {
  content: "\f05e";
}
.fi-tr-truck-medical:before {
  content: "\f05f";
}
.fi-tr-truck-monster:before {
  content: "\f060";
}
.fi-tr-truck-moving:before {
  content: "\f061";
}
.fi-tr-truck-pickup:before {
  content: "\f062";
}
.fi-tr-truck-plow:before {
  content: "\f063";
}
.fi-tr-truck-ramp:before {
  content: "\f064";
}
.fi-tr-truck-side:before {
  content: "\f065";
}
.fi-tr-truck-tow:before {
  content: "\f066";
}
.fi-tr-truck-utensils:before {
  content: "\f067";
}
.fi-tr-trumpet:before {
  content: "\f068";
}
.fi-tr-trust:before {
  content: "\f069";
}
.fi-tr-trust-alt:before {
  content: "\f06a";
}
.fi-tr-tshirt:before {
  content: "\f06b";
}
.fi-tr-tty:before {
  content: "\f06c";
}
.fi-tr-tty-answer:before {
  content: "\f06d";
}
.fi-tr-tubes:before {
  content: "\f06e";
}
.fi-tr-tuesday:before {
  content: "\f070";
}
.fi-tr-tugrik-sign:before {
  content: "\f071";
}
.fi-tr-turkey:before {
  content: "\f073";
}
.fi-tr-turn-left:before {
  content: "\f074";
}
.fi-tr-turn-left-down:before {
  content: "\f075";
}
.fi-tr-turn-right:before {
  content: "\f076";
}
.fi-tr-turntable:before {
  content: "\f077";
}
.fi-tr-turtle:before {
  content: "\f078";
}
.fi-tr-tv-music:before {
  content: "\f079";
}
.fi-tr-tv-retro:before {
  content: "\f07a";
}
.fi-tr-two-nails:before {
  content: "\f080";
}
.fi-tr-two-swords:before {
  content: "\f081";
}
.fi-tr-typewriter:before {
  content: "\f083";
}
.fi-tr-u:before {
  content: "\f084";
}
.fi-tr-ufo:before {
  content: "\f087";
}
.fi-tr-ufo-beam:before {
  content: "\f088";
}
.fi-tr-ui-ux:before {
  content: "\f089";
}
.fi-tr-umbrella:before {
  content: "\f08a";
}
.fi-tr-umbrella-beach:before {
  content: "\f08b";
}
.fi-tr-under-construction:before {
  content: "\f08c";
}
.fi-tr-underline:before {
  content: "\f08d";
}
.fi-tr-undo:before {
  content: "\f08e";
}
.fi-tr-undo-alt:before {
  content: "\f08f";
}
.fi-tr-unicorn:before {
  content: "\f090";
}
.fi-tr-uniform-martial-arts:before {
  content: "\f091";
}
.fi-tr-universal-access:before {
  content: "\f094";
}
.fi-tr-up:before {
  content: "\f097";
}
.fi-tr-up-from-bracket:before {
  content: "\f098";
}
.fi-tr-up-left:before {
  content: "\f099";
}
.fi-tr-up-right:before {
  content: "\f09a";
}
.fi-tr-up-right-from-square:before {
  content: "\f09b";
}
.fi-tr-url:before {
  content: "\f09f";
}
.fi-tr-usa-map:before {
  content: "\f0a0";
}
.fi-tr-usa-map-pin:before {
  content: "\f0a1";
}
.fi-tr-usb-pendrive:before {
  content: "\f0a3";
}
.fi-tr-usd-circle:before {
  content: "\f0a4";
}
.fi-tr-usd-square:before {
  content: "\f0a5";
}
.fi-tr-user-alien:before {
  content: "\f0a9";
}
.fi-tr-user-astronaut:before {
  content: "\f0aa";
}
.fi-tr-user-check:before {
  content: "\f0ab";
}
.fi-tr-user-chef:before {
  content: "\f0ac";
}
.fi-tr-user-coach:before {
  content: "\f0ad";
}
.fi-tr-user-cowboy:before {
  content: "\f0ae";
}
.fi-tr-user-crown:before {
  content: "\f0af";
}
.fi-tr-user-dj:before {
  content: "\f0b1";
}
.fi-tr-user-eating:before {
  content: "\f0b2";
}
.fi-tr-user-experience:before {
  content: "\f0b3";
}
.fi-tr-user-fast-running:before {
  content: "\f0b4";
}
.fi-tr-user-forbidden:before {
  content: "\f0b5";
}
.fi-tr-user-forbidden-alt:before {
  content: "\f0b6";
}
.fi-tr-user-gear:before {
  content: "\f0b7";
}
.fi-tr-user-graduate:before {
  content: "\f0b8";
}
.fi-tr-user-hard-work:before {
  content: "\f0b9";
}
.fi-tr-user-headset:before {
  content: "\f0ba";
}
.fi-tr-user-helmet-safety:before {
  content: "\f0bb";
}
.fi-tr-user-india:before {
  content: "\f0bc";
}
.fi-tr-user-injured:before {
  content: "\f0bd";
}
.fi-tr-user-interface-ui:before {
  content: "\f0be";
}
.fi-tr-user-key:before {
  content: "\f0bf";
}
.fi-tr-user-language:before {
  content: "\f0c0";
}
.fi-tr-user-lock:before {
  content: "\f0c1";
}
.fi-tr-user-md:before {
  content: "\f0c2";
}
.fi-tr-user-md-chat:before {
  content: "\f0c3";
}
.fi-tr-user-minus:before {
  content: "\f0c4";
}
.fi-tr-user-music:before {
  content: "\f0c5";
}
.fi-tr-user-ninja:before {
  content: "\f0c6";
}
.fi-tr-user-nurse:before {
  content: "\f0c7";
}
.fi-tr-user-pen:before {
  content: "\f0c9";
}
.fi-tr-user-pilot:before {
  content: "\f0ca";
}
.fi-tr-user-pilot-tie:before {
  content: "\f0cb";
}
.fi-tr-user-police:before {
  content: "\f0cc";
}
.fi-tr-user-roadmap:before {
  content: "\f0cd";
}
.fi-tr-user-robot:before {
  content: "\f0ce";
}
.fi-tr-user-robot-xmarks:before {
  content: "\f0cf";
}
.fi-tr-user-salary:before {
  content: "\f0d0";
}
.fi-tr-user-shield:before {
  content: "\f0d1";
}
.fi-tr-user-skill-gear:before {
  content: "\f0d3";
}
.fi-tr-user-slash:before {
  content: "\f0d4";
}
.fi-tr-user-speaking:before {
  content: "\f0d5";
}
.fi-tr-user-stress:before {
  content: "\f0d6";
}
.fi-tr-user-suitcase:before {
  content: "\f0d7";
}
.fi-tr-user-tag:before {
  content: "\f0d8";
}
.fi-tr-user-time:before {
  content: "\f0d9";
}
.fi-tr-user-trust:before {
  content: "\f0da";
}
.fi-tr-user-unlock:before {
  content: "\f0db";
}
.fi-tr-user-visor:before {
  content: "\f0dc";
}
.fi-tr-user-volunteer:before {
  content: "\f0dd";
}
.fi-tr-user-xmark:before {
  content: "\f0de";
}
.fi-tr-users:before {
  content: "\f0df";
}
.fi-tr-users-alt:before {
  content: "\f0e0";
}
.fi-tr-users-class:before {
  content: "\f0e1";
}
.fi-tr-users-gear:before {
  content: "\f0e4";
}
.fi-tr-users-loyalty:before {
  content: "\f0e5";
}
.fi-tr-users-medical:before {
  content: "\f0e6";
}
.fi-tr-users-slash:before {
  content: "\f0e7";
}
.fi-tr-utensils:before {
  content: "\f0e8";
}
.fi-tr-utensils-slash:before {
  content: "\f0e9";
}
.fi-tr-utility-pole:before {
  content: "\f0ea";
}
.fi-tr-utility-pole-double:before {
  content: "\f0eb";
}
.fi-tr-ux:before {
  content: "\f0ec";
}
.fi-tr-ux-browser:before {
  content: "\f0ed";
}
.fi-tr-v:before {
  content: "\f0ee";
}
.fi-tr-vacuum:before {
  content: "\f0f0";
}
.fi-tr-vacuum-robot:before {
  content: "\f0f1";
}
.fi-tr-value-absolute:before {
  content: "\f0f2";
}
.fi-tr-vault:before {
  content: "\f0f3";
}
.fi-tr-vector:before {
  content: "\f0f4";
}
.fi-tr-vector-alt:before {
  content: "\f0f5";
}
.fi-tr-vector-circle:before {
  content: "\f0f6";
}
.fi-tr-vector-polygon:before {
  content: "\f0f7";
}
.fi-tr-venus:before {
  content: "\f0f8";
}
.fi-tr-venus-double:before {
  content: "\f0f9";
}
.fi-tr-venus-mars:before {
  content: "\f0fa";
}
.fi-tr-vest:before {
  content: "\f0fc";
}
.fi-tr-vest-patches:before {
  content: "\f0fd";
}
.fi-tr-video-arrow-down-left:before {
  content: "\f0fe";
}
.fi-tr-video-arrow-up-right:before {
  content: "\f0ff";
}
.fi-tr-video-camera:before {
  content: "\f100";
}
.fi-tr-video-camera-alt:before {
  content: "\f101";
}
.fi-tr-video-duration:before {
  content: "\f102";
}
.fi-tr-video-plus:before {
  content: "\f103";
}
.fi-tr-video-slash:before {
  content: "\f104";
}
.fi-tr-videoconference:before {
  content: "\f105";
}
.fi-tr-vihara:before {
  content: "\f107";
}
.fi-tr-violin:before {
  content: "\f109";
}
.fi-tr-virus:before {
  content: "\f10a";
}
.fi-tr-virus-slash:before {
  content: "\f10b";
}
.fi-tr-viruses:before {
  content: "\f10c";
}
.fi-tr-vision:before {
  content: "\f10e";
}
.fi-tr-vision-sense:before {
  content: "\f10f";
}
.fi-tr-vision-target:before {
  content: "\f110";
}
.fi-tr-visit:before {
  content: "\f111";
}
.fi-tr-voicemail:before {
  content: "\f114";
}
.fi-tr-volcano:before {
  content: "\f115";
}
.fi-tr-volume:before {
  content: "\f117";
}
.fi-tr-volume-down:before {
  content: "\f118";
}
.fi-tr-volume-mute:before {
  content: "\f119";
}
.fi-tr-volume-off:before {
  content: "\f11a";
}
.fi-tr-volume-slash:before {
  content: "\f11b";
}
.fi-tr-volunteer-vest:before {
  content: "\f11c";
}
.fi-tr-vote-nay:before {
  content: "\f11d";
}
.fi-tr-vote-yea:before {
  content: "\f11e";
}
.fi-tr-vpn:before {
  content: "\f11f";
}
.fi-tr-vpn-globe:before {
  content: "\f120";
}
.fi-tr-vpn-laptop:before {
  content: "\f121";
}
.fi-tr-vpn-shield:before {
  content: "\f122";
}
.fi-tr-vr-cardboard:before {
  content: "\f123";
}
.fi-tr-w:before {
  content: "\f124";
}
.fi-tr-waffle:before {
  content: "\f125";
}
.fi-tr-wagon-covered:before {
  content: "\f126";
}
.fi-tr-walker:before {
  content: "\f127";
}
.fi-tr-walkie-talkie:before {
  content: "\f128";
}
.fi-tr-walking:before {
  content: "\f129";
}
.fi-tr-wallet:before {
  content: "\f12a";
}
.fi-tr-wallet-arrow:before {
  content: "\f12b";
}
.fi-tr-wallet-buyer:before {
  content: "\f12c";
}
.fi-tr-wallet-income:before {
  content: "\f12d";
}
.fi-tr-wallet-nft:before {
  content: "\f12e";
}
.fi-tr-warehouse-alt:before {
  content: "\f131";
}
.fi-tr-warranty:before {
  content: "\f132";
}
.fi-tr-washer:before {
  content: "\f133";
}
.fi-tr-waste:before {
  content: "\f134";
}
.fi-tr-waste-pollution:before {
  content: "\f135";
}
.fi-tr-watch:before {
  content: "\f136";
}
.fi-tr-watch-calculator:before {
  content: "\f137";
}
.fi-tr-watch-fitness:before {
  content: "\f138";
}
.fi-tr-watch-smart:before {
  content: "\f139";
}
.fi-tr-water:before {
  content: "\f13a";
}
.fi-tr-water-bottle:before {
  content: "\f13b";
}
.fi-tr-water-ladder:before {
  content: "\f13c";
}
.fi-tr-water-lower:before {
  content: "\f13d";
}
.fi-tr-water-rise:before {
  content: "\f13e";
}
.fi-tr-watermelon:before {
  content: "\f13f";
}
.fi-tr-wave:before {
  content: "\f141";
}
.fi-tr-wave-sine:before {
  content: "\f142";
}
.fi-tr-wave-square:before {
  content: "\f143";
}
.fi-tr-wave-triangle:before {
  content: "\f144";
}
.fi-tr-waveform:before {
  content: "\f145";
}
.fi-tr-waveform-path:before {
  content: "\f147";
}
.fi-tr-web:before {
  content: "\f148";
}
.fi-tr-web-design:before {
  content: "\f149";
}
.fi-tr-web-test:before {
  content: "\f14a";
}
.fi-tr-webcam:before {
  content: "\f14b";
}
.fi-tr-webcam-slash:before {
  content: "\f14c";
}
.fi-tr-webhook:before {
  content: "\f14d";
}
.fi-tr-wednesday:before {
  content: "\f14e";
}
.fi-tr-whale:before {
  content: "\f150";
}
.fi-tr-wheat:before {
  content: "\f152";
}
.fi-tr-wheat-awn:before {
  content: "\f153";
}
.fi-tr-wheat-awn-circle-exclamation:before {
  content: "\f154";
}
.fi-tr-wheat-awn-slash:before {
  content: "\f155";
}
.fi-tr-wheat-slash:before {
  content: "\f156";
}
.fi-tr-wheelchair:before {
  content: "\f157";
}
.fi-tr-wheelchair-move:before {
  content: "\f158";
}
.fi-tr-wheelchair-sleeping:before {
  content: "\f159";
}
.fi-tr-whistle:before {
  content: "\f15a";
}
.fi-tr-white-space:before {
  content: "\f15b";
}
.fi-tr-wifi:before {
  content: "\f15c";
}
.fi-tr-wifi-1:before {
  content: "\f15d";
}
.fi-tr-wifi-2:before {
  content: "\f15e";
}
.fi-tr-wifi-alt:before {
  content: "\f15f";
}
.fi-tr-wifi-exclamation:before {
  content: "\f160";
}
.fi-tr-wifi-slash:before {
  content: "\f161";
}
.fi-tr-wifi-xmark:before {
  content: "\f162";
}
.fi-tr-wind:before {
  content: "\f164";
}
.fi-tr-wind-turbine:before {
  content: "\f165";
}
.fi-tr-wind-warning:before {
  content: "\f166";
}
.fi-tr-window-alt:before {
  content: "\f167";
}
.fi-tr-window-frame:before {
  content: "\f168";
}
.fi-tr-window-frame-open:before {
  content: "\f169";
}
.fi-tr-window-maximize:before {
  content: "\f16a";
}
.fi-tr-window-minimize:before {
  content: "\f16b";
}
.fi-tr-window-restore:before {
  content: "\f16c";
}
.fi-tr-windsock:before {
  content: "\f16e";
}
.fi-tr-wine-bottle:before {
  content: "\f16f";
}
.fi-tr-wine-glass-crack:before {
  content: "\f170";
}
.fi-tr-wine-glass-empty:before {
  content: "\f171";
}
.fi-tr-wisdom:before {
  content: "\f173";
}
.fi-tr-wishlist-heart:before {
  content: "\f174";
}
.fi-tr-wishlist-star:before {
  content: "\f175";
}
.fi-tr-woman-head:before {
  content: "\f177";
}
.fi-tr-woman-scientist:before {
  content: "\f178";
}
.fi-tr-won-sign:before {
  content: "\f179";
}
.fi-tr-work-in-progress:before {
  content: "\f17b";
}
.fi-tr-workflow:before {
  content: "\f17c";
}
.fi-tr-workflow-alt:before {
  content: "\f17d";
}
.fi-tr-workflow-setting:before {
  content: "\f17e";
}
.fi-tr-workflow-setting-alt:before {
  content: "\f17f";
}
.fi-tr-workshop:before {
  content: "\f181";
}
.fi-tr-world:before {
  content: "\f182";
}
.fi-tr-worldwide-network:before {
  content: "\f183";
}
.fi-tr-worm:before {
  content: "\f184";
}
.fi-tr-wreath:before {
  content: "\f185";
}
.fi-tr-wrench-alt:before {
  content: "\f186";
}
.fi-tr-wrench-simple:before {
  content: "\f187";
}
.fi-tr-x:before {
  content: "\f18a";
}
.fi-tr-x-ray:before {
  content: "\f18b";
}
.fi-tr-y:before {
  content: "\f18e";
}
.fi-tr-yen:before {
  content: "\f192";
}
.fi-tr-yin-yang:before {
  content: "\f193";
}
.fi-tr-yoga-mat:before {
  content: "\f196";
}
.fi-tr-yoga-moon:before {
  content: "\f197";
}
.fi-tr-yoga-posture:before {
  content: "\f198";
}
.fi-tr-z:before {
  content: "\f19a";
}
.fi-tr-zero-percent:before {
  content: "\f19b";
}
.fi-tr-zip-file:before {
  content: "\f19c";
}
.fi-tr-zoom-in:before {
  content: "\f19e";
}
.fi-tr-zoom-out:before {
  content: "\f19f";
}
.fi-tr-it-computer:before {
  content: "\f106";
}
.fi-tr-pinata:before {
  content: "\f108";
}
@font-face {
  font-family: 'PlusJakartaSansVF';
  src: url('../fonts/Plus_Jakarta_Sans/PlusJakartaSans-VariableFont_wght.ttf') format('truetype-variations'), url('../fonts/Plus_Jakarta_Sans/PlusJakartaSans-VariableFont_wght.ttf') format('truetype');
  font-weight: 100 1000;
  font-display: fallback;
}
@font-face {
  font-family: 'ClashDisplay';
  src: url('../fonts/clashdisplay/ClashDisplay-Variable.woff2') format('woff2'), url('../fonts/clashdisplay/ClashDisplay-Variable.woff') format('woff'), url('../fonts/clashdisplay/ClashDisplay-Variable.ttf') format('truetype'), url('../fonts/clashdisplay/ClashDisplay-Variable.eot') format('embedded-opentype');
  font-weight: 100 1000;
  font-display: fallback;
}
@font-face {
  font-family: 'ModernWarfare';
  src: url('../fonts/ModernWarfare/ModernWarfare-8MM6z.ttf') format('truetype'),;
}
@font-face {
  font-family: 'yekanbakh';
  src: url('../fonts/yekanbakh/YekanBakhFaNum-VF.woff') format('woff2'), url('../fonts/yekanbakh/YekanBakhFaNum-VF.woff2') format('woff'),;
}
@font-face {
  font-family: 'Dana';
  src: url('../fonts/Dana/DanaVF.ttf') format('truetype'),;
}
@font-face {
  font-family: 'Rokh';
  src: url('../fonts/Rokh/RokhVFGX.ttf') format('truetype'),;
}
::-webkit-scrollbar {
  width: 3px;
  height: 3px;
}
::-webkit-scrollbar-track {
  background: transparent;
}
::-webkit-scrollbar-thumb {
  background: #cbd5e1;
  border-radius: 10px;
}
::-webkit-scrollbar-thumb:hover {
  background: #94a3b8;
}
.coupon-pro {
  -webkit-mask-image: radial-gradient(circle at right 15px bottom 107px, transparent 15px, red 15.5px), linear-gradient(90deg, transparent 25%, red 0, red 75%, transparent 0);
  -webkit-mask-size: 100%, 18px 2px;
  -webkit-mask-repeat: repeat, repeat-x;
  -webkit-mask-position: 15px, 50% calc(100% - 106px);
  -webkit-mask-composite: source-out;
  mask-composite: subtract;
}
.plusJakartaSans {
  font-family: 'PlusJakartaSansVF';
}
.clashDisplay {
  font-family: 'ClashDisplay';
}
.yekanbakh {
  font-family: 'yekanbakh';
}
.Dana {
  font-family: 'Dana';
}
.Rokh {
  font-family: 'Rokh';
}
p, span, a, li, button, input, div {
  font-family: 'Dana' !important;
  -moz-font-feature-settings: "ss02";
  -webkit-font-feature-settings: "ss02";
  font-feature-settings: "ss02";
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Rokh' !important;
}
.swiper-pagination-cards {
  position: relative !important;
  width: auto !important;
  bottom: auto !important;
}
.swiper-pagination-cards .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: #E7EAF0;
  opacity: 1;
  border-radius: 50%;
  transition: all 0.3s ease;
}
.swiper-pagination-cards .swiper-pagination-bullet-active {
  width: 24px;
  background: #F5535B;
  border-radius: 10px;
}
@media (min-width: 640px) {
  .swiper-pagination-cards .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }
  .swiper-pagination-cards .swiper-pagination-bullet-active {
    width: 28px;
  }
}
@media (min-width: 768px) {
  .swiper-pagination-cards .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
  }
  .swiper-pagination-cards .swiper-pagination-bullet-active {
    width: 32px;
  }
}
input[type="checkbox"].accent-\[\#46E8E0\] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 16px;
  height: 16px;
  border: 2px solid #E7EAF0;
  border-radius: 4px;
  background-color: white;
  cursor: pointer;
  position: relative;
  transition: all 0.2s ease;
}
input[type="checkbox"].accent-\[\#46E8E0\]:checked {
  background-color: #46E8E0;
  border-color: #46E8E0;
}
input[type="checkbox"].accent-\[\#46E8E0\]:checked::after {
  content: '';
  position: absolute;
  top: 1px;
  left: 4px;
  width: 5px;
  height: 9px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.slide-image {
  --tw-scale-x: 110%;
  --tw-scale-y: 110%;
  --tw-scale-z: 110%;
  scale: var(--tw-scale-x) var(--tw-scale-y);
  opacity: 0%;
  transition-property: all;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
  --tw-duration: 800ms;
  transition-duration: 800ms;
  --tw-ease: var(--ease-out);
  transition-timing-function: var(--ease-out);
}
.slide-content {
  --tw-translate-x: calc(var(--spacing) * 12);
  translate: var(--tw-translate-x) var(--tw-translate-y);
  opacity: 0%;
  transition-property: all;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
  --tw-duration: 600ms;
  transition-duration: 600ms;
  --tw-ease: var(--ease-out);
  transition-timing-function: var(--ease-out);
}
.slide-title {
  --tw-translate-y: calc(var(--spacing) * 8);
  translate: var(--tw-translate-x) var(--tw-translate-y);
  opacity: 0%;
  transition-property: all;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
  transition-delay: 200ms;
  --tw-duration: 600ms;
  transition-duration: 600ms;
  --tw-ease: var(--ease-out);
  transition-timing-function: var(--ease-out);
}
.slide-desc {
  --tw-translate-y: calc(var(--spacing) * 8);
  translate: var(--tw-translate-x) var(--tw-translate-y);
  opacity: 0%;
  transition-property: all;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
  transition-delay: 400ms;
  --tw-duration: 600ms;
  transition-duration: 600ms;
  --tw-ease: var(--ease-out);
  transition-timing-function: var(--ease-out);
}
.slide-btn {
  --tw-translate-y: calc(var(--spacing) * 8);
  translate: var(--tw-translate-x) var(--tw-translate-y);
  opacity: 0%;
  transition-property: all;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
  transition-delay: 600ms;
  --tw-duration: 600ms;
  transition-duration: 600ms;
  --tw-ease: var(--ease-out);
  transition-timing-function: var(--ease-out);
}
.swiper-slide-active .slide-image {
  --tw-scale-x: 100%;
  --tw-scale-y: 100%;
  --tw-scale-z: 100%;
  scale: var(--tw-scale-x) var(--tw-scale-y);
  opacity: 100%;
}
.swiper-slide-active .slide-content {
  --tw-translate-x: calc(var(--spacing) * 0);
  translate: var(--tw-translate-x) var(--tw-translate-y);
  opacity: 100%;
}
.swiper-slide-active .slide-title, .swiper-slide-active .slide-desc, .swiper-slide-active .slide-btn {
  --tw-translate-y: calc(var(--spacing) * 0);
  translate: var(--tw-translate-x) var(--tw-translate-y);
  opacity: 100%;
}
.hero-pagination {
  position: absolute;
  inset-inline: calc(var(--spacing) * 0);
  bottom: calc(var(--spacing) * 3);
  z-index: 10;
  margin-inline: auto;
  width: fit-content !important;
  border-radius: 16px;
  background-color: color-mix(in oklab, #00000029 40%, transparent);
  padding-inline: calc(var(--spacing) * 1);
  padding-block: calc(var(--spacing) * 0.5);
  --tw-backdrop-blur: blur(36px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
  backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
  @media (width >= 40rem) {
    bottom: calc(var(--spacing) * 6);
  }
  @media (width >= 40rem) {
    border-radius: 24px;
  }
  @media (width >= 40rem) {
    padding-block: calc(var(--spacing) * 1);
  }
  @media (width >= 48rem) {
    background-color: #00000029;
  }
  @media (width >= 48rem) {
    padding-inline: calc(var(--spacing) * 4);
  }
}
.hero-pagination .swiper-pagination-bullet {
  margin-inline: calc(var(--spacing) * 1);
  height: 5px;
  width: 5px;
  border-radius: calc(infinity * 1px);
  background-color: #FFFFFFB2;
  transition-property: all;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
  --tw-duration: 300ms;
  transition-duration: 300ms;
  --tw-ease: var(--ease-in-out);
  transition-timing-function: var(--ease-in-out);
  @media (width >= 40rem) {
    margin-inline: calc(var(--spacing) * 1.5);
  }
  @media (width >= 40rem) {
    height: 8px;
  }
  @media (width >= 40rem) {
    width: 8px;
  }
}
.hero-pagination .swiper-pagination-bullet-active {
  height: 5px;
  width: 14px;
  border-radius: 8px;
  background-color: #FFFFFF;
  @media (width >= 40rem) {
    height: 8px;
  }
  @media (width >= 40rem) {
    width: 24px;
  }
}
.vertical-swiper {
  overflow: hidden;
}
.vertical-slide {
  transition-property: all;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
  --tw-duration: 500ms;
  transition-duration: 500ms;
  --tw-ease: var(--ease-out);
  transition-timing-function: var(--ease-out);
  transform: scale(1);
}
.vertical-slide.swiper-slide-active {
  transform: scale(1);
}
.vertical-slide .slide-inner {
  transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  border-style: var(--tw-border-style);
  border-width: 4px;
  border-color: #FFFFFF;
  background-color: var(--color-white);
  transition-property: all;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
  --tw-duration: 500ms;
  transition-duration: 500ms;
}
.vertical-slide.swiper-slide-active .slide-inner {
  scale: 1.2;
  border-style: var(--tw-border-style);
  border-width: 4px;
  border-color: color-mix(in oklab, #FF0000 30%, transparent);
}
.squircle {
  --smooth-corners: 4;
  mask-image: paint(smooth-corners);
  -webkit-mask-image: paint(smooth-corners);
}
.squircle-3 {
  --smooth-corners: 3;
}
.squircle-4 {
  --smooth-corners: 4;
}
.squircle-5 {
  --smooth-corners: 5;
}
.squircle-6 {
  --smooth-corners: 6;
}
.squircle-sm {
  --smooth-corners: 5;
  mask-image: paint(smooth-corners);
  -webkit-mask-image: paint(smooth-corners);
}
.squircle-md {
  --smooth-corners: 4;
  mask-image: paint(smooth-corners);
  -webkit-mask-image: paint(smooth-corners);
}
.squircle-lg {
  --smooth-corners: 3.5;
  mask-image: paint(smooth-corners);
  -webkit-mask-image: paint(smooth-corners);
}
.squircle-xl {
  --smooth-corners: 3;
  mask-image: paint(smooth-corners);
  -webkit-mask-image: paint(smooth-corners);
}
.squircle-card {
  --smooth-corners: 4;
  mask-image: paint(smooth-corners);
  -webkit-mask-image: paint(smooth-corners);
}
.squircle-btn {
  --smooth-corners: 5;
  mask-image: paint(smooth-corners);
  -webkit-mask-image: paint(smooth-corners);
}
.squircle-img {
  --smooth-corners: 4.5;
  mask-image: paint(smooth-corners);
  -webkit-mask-image: paint(smooth-corners);
}
.nazar .swiper-slide {
  transform: scale(0.8) !important;
  transition: 0.5s;
  filter: blur(2px);
}
.nazar .swiper-slide-active {
  transform: scale(1.0) !important;
  filter: blur(0px);
}
.swiper-nazar-pagination {
  position: relative !important;
  bottom: auto !important;
  width: auto !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 6px !important;
  transform: none !important;
}
.swiper-nazar-pagination .swiper-pagination-bullet {
  width: 8px !important;
  height: 8px !important;
  margin: 0 !important;
  background-color: #E7EAF0 !important;
  opacity: 1 !important;
  border-radius: 50% !important;
  transition: all 0.3s ease !important;
  flex-shrink: 0 !important;
}
.swiper-nazar-pagination .swiper-pagination-bullet-active {
  width: 28px !important;
  height: 8px !important;
  border-radius: 8px !important;
  background-color: #FA5C64 !important;
}
@media (min-width: 768px) {
  .swiper-nazar-pagination .swiper-pagination-bullet {
    width: 10px !important;
    height: 10px !important;
  }
  .swiper-nazar-pagination .swiper-pagination-bullet-active {
    width: 32px !important;
    height: 10px !important;
  }
}
::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
::-webkit-scrollbar-track {
  background: #f8f8f8;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.05);
}
::-webkit-scrollbar-thumb {
  background: #F5535B;
  border-radius: 10px;
  border: 2px solid #f8f8f8;
  background-clip: padding-box;
  transition: all 0.3s ease;
}
::-webkit-scrollbar-thumb:hover {
  background: #e04a52;
  border-width: 1px;
}
::-webkit-scrollbar-thumb:active {
  background: #c94148;
}
::-webkit-scrollbar-corner {
  background: #f8f8f8;
}
.sale-cards-pagination {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.sale-cards-swiper, .sale-cards-swiper .swiper-wrapper {
  overflow: visible !important;
}
.sale-cards-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: #E7EAF0;
  opacity: 1;
  border-radius: 50%;
  transition: all 0.3s ease;
  margin: 0 !important;
}
.sale-cards-pagination .swiper-pagination-bullet-active {
  background: #FA5C64;
  height: 20px;
  border-radius: 4px;
}
@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-scale-x {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-y {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-z {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-space-x-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-gradient-position {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-from {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-via {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-to {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-stops {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-via-stops {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-from-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 0%;
}
@property --tw-gradient-via-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 50%;
}
@property --tw-gradient-to-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  syntax: "*";
  inherits: false;
}
@keyframes pulse {
  50% {
    opacity: 0.5;
  }
}
@keyframes bounce {
  0%, 100% {
    transform: translateY(-25%);
    animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
  }
  50% {
    transform: none;
    animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-space-y-reverse: 0;
      --tw-space-x-reverse: 0;
      --tw-border-style: solid;
      --tw-gradient-position: initial;
      --tw-gradient-from: #0000;
      --tw-gradient-via: #0000;
      --tw-gradient-to: #0000;
      --tw-gradient-stops: initial;
      --tw-gradient-via-stops: initial;
      --tw-gradient-from-position: 0%;
      --tw-gradient-via-position: 50%;
      --tw-gradient-to-position: 100%;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-outline-style: solid;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-backdrop-blur: initial;
      --tw-backdrop-brightness: initial;
      --tw-backdrop-contrast: initial;
      --tw-backdrop-grayscale: initial;
      --tw-backdrop-hue-rotate: initial;
      --tw-backdrop-invert: initial;
      --tw-backdrop-opacity: initial;
      --tw-backdrop-saturate: initial;
      --tw-backdrop-sepia: initial;
      --tw-duration: initial;
      --tw-ease: initial;
    }
  }
}
