@keyframes spin {
    0% {
        transform: translateZ(0) rotate(0deg);
    }

    100% {
        transform: translateZ(0) rotate(360deg);
    }
}

.abp-block-area {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 102;
    background-color: #fff;
    opacity: .8;
    transition: opacity .25s;
}

    .abp-block-area.abp-block-area-disappearing {
        opacity: 0;
    }

    .abp-block-area.abp-block-area-busy:after {
        content: attr(data-text);
        display: block;
        max-width: 125px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: 20px;
        font-family: sans-serif;
        color: #343a40;
        text-align: center;
        text-transform: uppercase;
    }

    .abp-block-area.abp-block-area-busy:before {
        content: "";
        display: block;
        width: 150px;
        height: 150px;
        border-radius: 50%;
        border-width: 2px;
        border-style: solid;
        border-color: transparent #228ae6 #228ae6 #228ae6;
        position: absolute;
        top: calc(50% - 75px);
        left: calc(50% - 75px);
        will-change: transform;
        animation: spin .75s infinite ease-in-out;
    }
@charset "UTF-8";
/*!
 * Bootstrap  v5.3.8 (https://getbootstrap.com/)
 * Copyright 2011-2025 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root,
[data-bs-theme=light] {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-primary-text-emphasis: #052c65;
  --bs-secondary-text-emphasis: #2b2f32;
  --bs-success-text-emphasis: #0a3622;
  --bs-info-text-emphasis: #055160;
  --bs-warning-text-emphasis: #664d03;
  --bs-danger-text-emphasis: #58151c;
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: #cfe2ff;
  --bs-secondary-bg-subtle: #e2e3e5;
  --bs-success-bg-subtle: #d1e7dd;
  --bs-info-bg-subtle: #cff4fc;
  --bs-warning-bg-subtle: #fff3cd;
  --bs-danger-bg-subtle: #f8d7da;
  --bs-light-bg-subtle: #fcfcfd;
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: #9ec5fe;
  --bs-secondary-border-subtle: #c4c8cb;
  --bs-success-border-subtle: #a3cfbb;
  --bs-info-border-subtle: #9eeaf9;
  --bs-warning-border-subtle: #ffe69c;
  --bs-danger-border-subtle: #f1aeb5;
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg: #fff;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(33, 37, 41, 0.75);
  --bs-secondary-color-rgb: 33, 37, 41;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: rgba(33, 37, 41, 0.5);
  --bs-tertiary-color-rgb: 33, 37, 41;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-heading-color: inherit;
  --bs-link-color: #0d6efd;
  --bs-link-color-rgb: 13, 110, 253;
  --bs-link-decoration: underline;
  --bs-link-hover-color: #0a58ca;
  --bs-link-hover-color-rgb: 10, 88, 202;
  --bs-code-color: #d63384;
  --bs-highlight-color: #212529;
  --bs-highlight-bg: #fff3cd;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(13, 110, 253, 0.25);
  --bs-form-valid-color: #198754;
  --bs-form-valid-border-color: #198754;
  --bs-form-invalid-color: #dc3545;
  --bs-form-invalid-border-color: #dc3545;
}

[data-bs-theme=dark] {
  color-scheme: dark;
  --bs-body-color: #dee2e6;
  --bs-body-color-rgb: 222, 226, 230;
  --bs-body-bg: #212529;
  --bs-body-bg-rgb: 33, 37, 41;
  --bs-emphasis-color: #fff;
  --bs-emphasis-color-rgb: 255, 255, 255;
  --bs-secondary-color: rgba(222, 226, 230, 0.75);
  --bs-secondary-color-rgb: 222, 226, 230;
  --bs-secondary-bg: #343a40;
  --bs-secondary-bg-rgb: 52, 58, 64;
  --bs-tertiary-color: rgba(222, 226, 230, 0.5);
  --bs-tertiary-color-rgb: 222, 226, 230;
  --bs-tertiary-bg: #2b3035;
  --bs-tertiary-bg-rgb: 43, 48, 53;
  --bs-primary-text-emphasis: #6ea8fe;
  --bs-secondary-text-emphasis: #a7acb1;
  --bs-success-text-emphasis: #75b798;
  --bs-info-text-emphasis: #6edff6;
  --bs-warning-text-emphasis: #ffda6a;
  --bs-danger-text-emphasis: #ea868f;
  --bs-light-text-emphasis: #f8f9fa;
  --bs-dark-text-emphasis: #dee2e6;
  --bs-primary-bg-subtle: #031633;
  --bs-secondary-bg-subtle: #161719;
  --bs-success-bg-subtle: #051b11;
  --bs-info-bg-subtle: #032830;
  --bs-warning-bg-subtle: #332701;
  --bs-danger-bg-subtle: #2c0b0e;
  --bs-light-bg-subtle: #343a40;
  --bs-dark-bg-subtle: #1a1d20;
  --bs-primary-border-subtle: #084298;
  --bs-secondary-border-subtle: #41464b;
  --bs-success-border-subtle: #0f5132;
  --bs-info-border-subtle: #087990;
  --bs-warning-border-subtle: #997404;
  --bs-danger-border-subtle: #842029;
  --bs-light-border-subtle: #495057;
  --bs-dark-border-subtle: #343a40;
  --bs-heading-color: inherit;
  --bs-link-color: #6ea8fe;
  --bs-link-hover-color: #8bb9fe;
  --bs-link-color-rgb: 110, 168, 254;
  --bs-link-hover-color-rgb: 139, 185, 254;
  --bs-code-color: #e685b5;
  --bs-highlight-color: #dee2e6;
  --bs-highlight-bg: #664d03;
  --bs-border-color: #495057;
  --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
  --bs-form-valid-color: #75b798;
  --bs-form-valid-border-color: #75b798;
  --bs-form-invalid-color: #ea868f;
  --bs-form-invalid-border-color: #ea868f;
}

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

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: var(--bs-border-width) solid;
  opacity: 0.25;
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: var(--bs-heading-color);
}

h1, .h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 2.5rem;
  }
}

h2, .h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 2rem;
  }
}

h3, .h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 1.75rem;
  }
}

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

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

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

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

abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

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

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

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small, .small {
  font-size: 0.875em;
}

mark, .mark {
  padding: 0.1875em;
  color: var(--bs-highlight-color);
  background-color: var(--bs-highlight-bg);
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
  text-decoration: underline;
}
a:hover {
  --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
}

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

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

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: var(--bs-code-color);
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.1875rem 0.375rem;
  font-size: 0.875em;
  color: var(--bs-body-bg);
  background-color: var(--bs-body-color);
  border-radius: 0.25rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

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

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-secondary-color);
  text-align: left;
}

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

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

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

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

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

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}

[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
  display: none !important;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

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

textarea {
  resize: vertical;
}

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

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  line-height: inherit;
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}

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

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

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type=search]::-webkit-search-cancel-button {
  cursor: pointer;
  filter: grayscale(1);
}

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

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

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

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

output {
  display: inline-block;
}

iframe {
  border: 0;
}

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

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

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

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

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

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

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

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

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 0.875em;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.blockquote > :last-child {
  margin-bottom: 0;
}

.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "— ";
}

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: var(--bs-body-bg);
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

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

.figure-caption {
  font-size: 0.875em;
  color: var(--bs-secondary-color);
}

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

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1320px;
  }
}
:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1400px;
}

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

.col {
  flex: 1 0 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
.table {
  --bs-table-color-type: initial;
  --bs-table-bg-type: initial;
  --bs-table-color-state: initial;
  --bs-table-bg-state: initial;
  --bs-table-color: var(--bs-emphasis-color);
  --bs-table-bg: var(--bs-body-bg);
  --bs-table-border-color: var(--bs-border-color);
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: var(--bs-emphasis-color);
  --bs-table-striped-bg: rgba(var(--bs-emphasis-color-rgb), 0.05);
  --bs-table-active-color: var(--bs-emphasis-color);
  --bs-table-active-bg: rgba(var(--bs-emphasis-color-rgb), 0.1);
  --bs-table-hover-color: var(--bs-emphasis-color);
  --bs-table-hover-bg: rgba(var(--bs-emphasis-color-rgb), 0.075);
  width: 100%;
  margin-bottom: 1rem;
  vertical-align: top;
  border-color: var(--bs-table-border-color);
}
.table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  color: var(--bs-table-color-state, var(--bs-table-color-type, var(--bs-table-color)));
  background-color: var(--bs-table-bg);
  border-bottom-width: var(--bs-border-width);
  box-shadow: inset 0 0 0 9999px var(--bs-table-bg-state, var(--bs-table-bg-type, var(--bs-table-accent-bg)));
}
.table > tbody {
  vertical-align: inherit;
}
.table > thead {
  vertical-align: bottom;
}

.table-group-divider {
  border-top: calc(var(--bs-border-width) * 2) solid currentcolor;
}

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

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

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

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

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

.table-striped-columns > :not(caption) > tr > :nth-child(even) {
  --bs-table-color-type: var(--bs-table-striped-color);
  --bs-table-bg-type: var(--bs-table-striped-bg);
}

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

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

.table-primary {
  --bs-table-color: #000;
  --bs-table-bg: #cfe2ff;
  --bs-table-border-color: #a6b5cc;
  --bs-table-striped-bg: #c5d7f2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bacbe6;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfd1ec;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-secondary {
  --bs-table-color: #000;
  --bs-table-bg: #e2e3e5;
  --bs-table-border-color: #b5b6b7;
  --bs-table-striped-bg: #d7d8da;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #cbccce;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #d1d2d4;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-success {
  --bs-table-color: #000;
  --bs-table-bg: #d1e7dd;
  --bs-table-border-color: #a7b9b1;
  --bs-table-striped-bg: #c7dbd2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bcd0c7;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #c1d6cc;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-info {
  --bs-table-color: #000;
  --bs-table-bg: #cff4fc;
  --bs-table-border-color: #a6c3ca;
  --bs-table-striped-bg: #c5e8ef;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #badce3;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfe2e9;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-warning {
  --bs-table-color: #000;
  --bs-table-bg: #fff3cd;
  --bs-table-border-color: #ccc2a4;
  --bs-table-striped-bg: #f2e7c3;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e6dbb9;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #ece1be;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-danger {
  --bs-table-color: #000;
  --bs-table-bg: #f8d7da;
  --bs-table-border-color: #c6acae;
  --bs-table-striped-bg: #eccccf;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfc2c4;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5c7ca;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-light {
  --bs-table-color: #000;
  --bs-table-bg: #f8f9fa;
  --bs-table-border-color: #c6c7c8;
  --bs-table-striped-bg: #ecedee;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfe0e1;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5e6e7;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-dark {
  --bs-table-color: #fff;
  --bs-table-bg: #212529;
  --bs-table-border-color: #4d5154;
  --bs-table-striped-bg: #2c3034;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: #373b3e;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: #323539;
  --bs-table-hover-color: #fff;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

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

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

.col-form-label {
  padding-top: calc(0.375rem + var(--bs-border-width));
  padding-bottom: calc(0.375rem + var(--bs-border-width));
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + var(--bs-border-width));
  padding-bottom: calc(0.5rem + var(--bs-border-width));
  font-size: 1.25rem;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + var(--bs-border-width));
  padding-bottom: calc(0.25rem + var(--bs-border-width));
  font-size: 0.875rem;
}

.form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-secondary-color);
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--bs-body-bg);
  background-clip: padding-box;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control[type=file] {
  overflow: hidden;
}
.form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control:focus {
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-control::-webkit-date-and-time-value {
  min-width: 85px;
  height: 1.5em;
  margin: 0;
}
.form-control::-webkit-datetime-edit {
  display: block;
  padding: 0;
}
.form-control::placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}
.form-control:disabled {
  background-color: var(--bs-secondary-bg);
  opacity: 1;
}
.form-control::-webkit-file-upload-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
  margin-inline-end: 0.75rem;
  color: var(--bs-body-color);
  background-color: var(--bs-tertiary-bg);
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: var(--bs-border-width);
  border-radius: 0;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
  margin-inline-end: 0.75rem;
  color: var(--bs-body-color);
  background-color: var(--bs-tertiary-bg);
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: var(--bs-border-width);
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::-webkit-file-upload-button {
    -webkit-transition: none;
    transition: none;
  }
  .form-control::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: var(--bs-secondary-bg);
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: var(--bs-secondary-bg);
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: var(--bs-body-color);
  background-color: transparent;
  border: solid transparent;
  border-width: var(--bs-border-width) 0;
}
.form-control-plaintext:focus {
  outline: 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  min-height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: var(--bs-border-radius-sm);
}
.form-control-sm::-webkit-file-upload-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  -webkit-margin-end: 0.5rem;
  margin-inline-end: 0.5rem;
}
.form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  -webkit-margin-end: 0.5rem;
  margin-inline-end: 0.5rem;
}

.form-control-lg {
  min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: var(--bs-border-radius-lg);
}
.form-control-lg::-webkit-file-upload-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  -webkit-margin-end: 1rem;
  margin-inline-end: 1rem;
}
.form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  -webkit-margin-end: 1rem;
  margin-inline-end: 1rem;
}

textarea.form-control {
  min-height: calc(1.5em + 0.75rem + calc(var(--bs-border-width) * 2));
}
textarea.form-control-sm {
  min-height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
}
textarea.form-control-lg {
  min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
}

.form-control-color {
  width: 3rem;
  height: calc(1.5em + 0.75rem + calc(var(--bs-border-width) * 2));
  padding: 0.375rem;
}
.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control-color::-moz-color-swatch {
  border: 0 !important;
  border-radius: var(--bs-border-radius);
}
.form-control-color::-webkit-color-swatch {
  border: 0 !important;
  border-radius: var(--bs-border-radius);
}
.form-control-color.form-control-sm {
  height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
}
.form-control-color.form-control-lg {
  height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
}

.form-select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--bs-body-bg);
  background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-select {
    transition: none;
  }
}
.form-select:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-select[multiple], .form-select[size]:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}
.form-select:disabled {
  background-color: var(--bs-secondary-bg);
}
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 var(--bs-body-color);
}

.form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
  border-radius: var(--bs-border-radius-sm);
}

.form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
  border-radius: var(--bs-border-radius-lg);
}

[data-bs-theme=dark] .form-select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23dee2e6' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}

.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}
.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}

.form-check-reverse {
  padding-right: 1.5em;
  padding-left: 0;
  text-align: right;
}
.form-check-reverse .form-check-input {
  float: right;
  margin-right: -1.5em;
  margin-left: 0;
}

.form-check-input {
  --bs-form-check-bg: var(--bs-body-bg);
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--bs-form-check-bg);
  background-image: var(--bs-form-check-bg-image);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: var(--bs-border-width) solid var(--bs-border-color);
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
  print-color-adjust: exact;
}
.form-check-input[type=checkbox] {
  border-radius: 0.25em;
}
.form-check-input[type=radio] {
  border-radius: 50%;
}
.form-check-input:active {
  filter: brightness(90%);
}
.form-check-input:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-check-input:checked {
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.form-check-input:checked[type=checkbox] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}
.form-check-input:checked[type=radio] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}
.form-check-input[type=checkbox]:indeterminate {
  background-color: #0d6efd;
  border-color: #0d6efd;
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}
.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  cursor: default;
  opacity: 0.5;
}

.form-switch {
  padding-left: 2.5em;
}
.form-switch .form-check-input {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  width: 2em;
  margin-left: -2.5em;
  background-image: var(--bs-form-switch-bg);
  background-position: left center;
  border-radius: 2em;
  transition: background-position 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-switch .form-check-input {
    transition: none;
  }
}
.form-switch .form-check-input:focus {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e");
}
.form-switch .form-check-input:checked {
  background-position: right center;
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.form-switch.form-check-reverse {
  padding-right: 2.5em;
  padding-left: 0;
}
.form-switch.form-check-reverse .form-check-input {
  margin-right: -2.5em;
  margin-left: 0;
}

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

.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.btn-check[disabled] + .btn, .btn-check:disabled + .btn {
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}

[data-bs-theme=dark] .form-switch .form-check-input:not(:checked):not(:focus) {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%28255, 255, 255, 0.25%29'/%3e%3c/svg%3e");
}

.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
}
.form-range:focus {
  outline: 0;
}
.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-range::-moz-focus-outer {
  border: 0;
}
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  -webkit-appearance: none;
  appearance: none;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.form-range::-webkit-slider-thumb:active {
  background-color: #b6d4fe;
}
.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: var(--bs-secondary-bg);
  border-color: transparent;
  border-radius: 1rem;
}
.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  -moz-appearance: none;
  appearance: none;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.form-range::-moz-range-thumb:active {
  background-color: #b6d4fe;
}
.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: var(--bs-secondary-bg);
  border-color: transparent;
  border-radius: 1rem;
}
.form-range:disabled {
  pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
  background-color: var(--bs-secondary-color);
}
.form-range:disabled::-moz-range-thumb {
  background-color: var(--bs-secondary-color);
}

.form-floating {
  position: relative;
}
.form-floating > .form-control,
.form-floating > .form-control-plaintext,
.form-floating > .form-select {
  height: calc(3.5rem + calc(var(--bs-border-width) * 2));
  min-height: calc(3.5rem + calc(var(--bs-border-width) * 2));
  line-height: 1.25;
}
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  max-width: 100%;
  height: 100%;
  padding: 1rem 0.75rem;
  overflow: hidden;
  color: rgba(var(--bs-body-color-rgb), 0.65);
  text-align: start;
  text-overflow: ellipsis;
  white-space: nowrap;
  pointer-events: none;
  border: var(--bs-border-width) solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-floating > label {
    transition: none;
  }
}
.form-floating > .form-control,
.form-floating > .form-control-plaintext {
  padding: 1rem 0.75rem;
}
.form-floating > .form-control::placeholder,
.form-floating > .form-control-plaintext::placeholder {
  color: transparent;
}
.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown),
.form-floating > .form-control-plaintext:focus,
.form-floating > .form-control-plaintext:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:-webkit-autofill,
.form-floating > .form-control-plaintext:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
  padding-left: 0.75rem;
}
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-control-plaintext ~ label,
.form-floating > .form-select ~ label {
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:-webkit-autofill ~ label {
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > textarea:focus ~ label::after,
.form-floating > textarea:not(:placeholder-shown) ~ label::after {
  position: absolute;
  inset: 1rem 0.375rem;
  z-index: -1;
  height: 1.5em;
  content: "";
  background-color: var(--bs-body-bg);
  border-radius: var(--bs-border-radius);
}
.form-floating > textarea:disabled ~ label::after {
  background-color: var(--bs-secondary-bg);
}
.form-floating > .form-control-plaintext ~ label {
  border-width: var(--bs-border-width) 0;
}
.form-floating > :disabled ~ label,
.form-floating > .form-control:disabled ~ label {
  color: #6c757d;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-select,
.input-group > .form-floating {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.input-group > .form-control:focus,
.input-group > .form-select:focus,
.input-group > .form-floating:focus-within {
  z-index: 5;
}
.input-group .btn {
  position: relative;
  z-index: 2;
}
.input-group .btn:focus {
  z-index: 5;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  text-align: center;
  white-space: nowrap;
  background-color: var(--bs-tertiary-bg);
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
}

.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: var(--bs-border-radius-lg);
}

.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text,
.input-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: var(--bs-border-radius-sm);
}

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

.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3),
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-control,
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group.has-validation > .dropdown-toggle:nth-last-child(n+4),
.input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-control,
.input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: calc(-1 * var(--bs-border-width));
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .form-floating:not(:first-child) > .form-control,
.input-group > .form-floating:not(:first-child) > .form-select {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-form-valid-color);
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: var(--bs-success);
  border-radius: var(--bs-border-radius);
}

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: var(--bs-form-valid-border-color);
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: var(--bs-form-valid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}

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

.was-validated .form-select:valid, .form-select.is-valid {
  border-color: var(--bs-form-valid-border-color);
}
.was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"], .form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"] {
  --bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1'/%3e%3c/svg%3e");
  padding-right: 4.125rem;
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:valid:focus, .form-select.is-valid:focus {
  border-color: var(--bs-form-valid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}

.was-validated .form-control-color:valid, .form-control-color.is-valid {
  width: calc(3rem + calc(1.5em + 0.75rem));
}

.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: var(--bs-form-valid-border-color);
}
.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
  background-color: var(--bs-form-valid-color);
}
.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: var(--bs-form-valid-color);
}

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

.was-validated .input-group > .form-control:not(:focus):valid, .input-group > .form-control:not(:focus).is-valid,
.was-validated .input-group > .form-select:not(:focus):valid,
.input-group > .form-select:not(:focus).is-valid,
.was-validated .input-group > .form-floating:not(:focus-within):valid,
.input-group > .form-floating:not(:focus-within).is-valid {
  z-index: 3;
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-form-invalid-color);
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: var(--bs-danger);
  border-radius: var(--bs-border-radius);
}

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: var(--bs-form-invalid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}

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

.was-validated .form-select:invalid, .form-select.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
}
.was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"], .form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"] {
  --bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  padding-right: 4.125rem;
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
  border-color: var(--bs-form-invalid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}

.was-validated .form-control-color:invalid, .form-control-color.is-invalid {
  width: calc(3rem + calc(1.5em + 0.75rem));
}

.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
}
.was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
  background-color: var(--bs-form-invalid-color);
}
.was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: var(--bs-form-invalid-color);
}

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

.was-validated .input-group > .form-control:not(:focus):invalid, .input-group > .form-control:not(:focus).is-invalid,
.was-validated .input-group > .form-select:not(:focus):invalid,
.input-group > .form-select:not(:focus).is-invalid,
.was-validated .input-group > .form-floating:not(:focus-within):invalid,
.input-group > .form-floating:not(:focus-within).is-invalid {
  z-index: 4;
}

.btn {
  --bs-btn-padding-x: 0.75rem;
  --bs-btn-padding-y: 0.375rem;
  --bs-btn-font-family: ;
  --bs-btn-font-size: 1rem;
  --bs-btn-font-weight: 400;
  --bs-btn-line-height: 1.5;
  --bs-btn-color: var(--bs-body-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-width: var(--bs-border-width);
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: var(--bs-border-radius);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  --bs-btn-disabled-opacity: 0.65;
  --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
  display: inline-block;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  color: var(--bs-btn-color);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  border-radius: var(--bs-btn-border-radius);
  background-color: var(--bs-btn-bg);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
}
.btn-check + .btn:hover {
  color: var(--bs-btn-color);
  background-color: var(--bs-btn-bg);
  border-color: var(--bs-btn-border-color);
}
.btn:focus-visible {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:focus-visible + .btn {
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:checked + .btn, :not(.btn-check) + .btn:active, .btn:first-child:active, .btn.active, .btn.show {
  color: var(--bs-btn-active-color);
  background-color: var(--bs-btn-active-bg);
  border-color: var(--bs-btn-active-border-color);
}
.btn-check:checked + .btn:focus-visible, :not(.btn-check) + .btn:active:focus-visible, .btn:first-child:active:focus-visible, .btn.active:focus-visible, .btn.show:focus-visible {
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:checked:focus-visible + .btn {
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn:disabled, .btn.disabled, fieldset:disabled .btn {
  color: var(--bs-btn-disabled-color);
  pointer-events: none;
  background-color: var(--bs-btn-disabled-bg);
  border-color: var(--bs-btn-disabled-border-color);
  opacity: var(--bs-btn-disabled-opacity);
}

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #0d6efd;
  --bs-btn-border-color: #0d6efd;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0b5ed7;
  --bs-btn-hover-border-color: #0a58ca;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0a58ca;
  --bs-btn-active-border-color: #0a53be;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #0d6efd;
  --bs-btn-disabled-border-color: #0d6efd;
}

.btn-secondary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #6c757d;
  --bs-btn-border-color: #6c757d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #5c636a;
  --bs-btn-hover-border-color: #565e64;
  --bs-btn-focus-shadow-rgb: 130, 138, 145;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #565e64;
  --bs-btn-active-border-color: #51585e;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #6c757d;
  --bs-btn-disabled-border-color: #6c757d;
}

.btn-success {
  --bs-btn-color: #fff;
  --bs-btn-bg: #198754;
  --bs-btn-border-color: #198754;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #157347;
  --bs-btn-hover-border-color: #146c43;
  --bs-btn-focus-shadow-rgb: 60, 153, 110;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #146c43;
  --bs-btn-active-border-color: #13653f;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #198754;
  --bs-btn-disabled-border-color: #198754;
}

.btn-info {
  --bs-btn-color: #000;
  --bs-btn-bg: #0dcaf0;
  --bs-btn-border-color: #0dcaf0;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #31d2f2;
  --bs-btn-hover-border-color: #25cff2;
  --bs-btn-focus-shadow-rgb: 11, 172, 204;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #3dd5f3;
  --bs-btn-active-border-color: #25cff2;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #0dcaf0;
  --bs-btn-disabled-border-color: #0dcaf0;
}

.btn-warning {
  --bs-btn-color: #000;
  --bs-btn-bg: #ffc107;
  --bs-btn-border-color: #ffc107;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ffca2c;
  --bs-btn-hover-border-color: #ffc720;
  --bs-btn-focus-shadow-rgb: 217, 164, 6;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ffcd39;
  --bs-btn-active-border-color: #ffc720;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #ffc107;
  --bs-btn-disabled-border-color: #ffc107;
}

.btn-danger {
  --bs-btn-color: #fff;
  --bs-btn-bg: #dc3545;
  --bs-btn-border-color: #dc3545;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #bb2d3b;
  --bs-btn-hover-border-color: #b02a37;
  --bs-btn-focus-shadow-rgb: 225, 83, 97;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #b02a37;
  --bs-btn-active-border-color: #a52834;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #dc3545;
  --bs-btn-disabled-border-color: #dc3545;
}

.btn-light {
  --bs-btn-color: #000;
  --bs-btn-bg: #f8f9fa;
  --bs-btn-border-color: #f8f9fa;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #d3d4d5;
  --bs-btn-hover-border-color: #c6c7c8;
  --bs-btn-focus-shadow-rgb: 211, 212, 213;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #c6c7c8;
  --bs-btn-active-border-color: #babbbc;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #f8f9fa;
  --bs-btn-disabled-border-color: #f8f9fa;
}

.btn-dark {
  --bs-btn-color: #fff;
  --bs-btn-bg: #212529;
  --bs-btn-border-color: #212529;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #424649;
  --bs-btn-hover-border-color: #373b3e;
  --bs-btn-focus-shadow-rgb: 66, 70, 73;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #4d5154;
  --bs-btn-active-border-color: #373b3e;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #212529;
  --bs-btn-disabled-border-color: #212529;
}

.btn-outline-primary {
  --bs-btn-color: #0d6efd;
  --bs-btn-border-color: #0d6efd;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0d6efd;
  --bs-btn-hover-border-color: #0d6efd;
  --bs-btn-focus-shadow-rgb: 13, 110, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0d6efd;
  --bs-btn-active-border-color: #0d6efd;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #0d6efd;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #0d6efd;
  --bs-gradient: none;
}

.btn-outline-secondary {
  --bs-btn-color: #6c757d;
  --bs-btn-border-color: #6c757d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #6c757d;
  --bs-btn-hover-border-color: #6c757d;
  --bs-btn-focus-shadow-rgb: 108, 117, 125;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #6c757d;
  --bs-btn-active-border-color: #6c757d;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #6c757d;
  --bs-gradient: none;
}

.btn-outline-success {
  --bs-btn-color: #198754;
  --bs-btn-border-color: #198754;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #198754;
  --bs-btn-hover-border-color: #198754;
  --bs-btn-focus-shadow-rgb: 25, 135, 84;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #198754;
  --bs-btn-active-border-color: #198754;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #198754;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #198754;
  --bs-gradient: none;
}

.btn-outline-info {
  --bs-btn-color: #0dcaf0;
  --bs-btn-border-color: #0dcaf0;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #0dcaf0;
  --bs-btn-hover-border-color: #0dcaf0;
  --bs-btn-focus-shadow-rgb: 13, 202, 240;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #0dcaf0;
  --bs-btn-active-border-color: #0dcaf0;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #0dcaf0;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #0dcaf0;
  --bs-gradient: none;
}

.btn-outline-warning {
  --bs-btn-color: #ffc107;
  --bs-btn-border-color: #ffc107;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ffc107;
  --bs-btn-hover-border-color: #ffc107;
  --bs-btn-focus-shadow-rgb: 255, 193, 7;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ffc107;
  --bs-btn-active-border-color: #ffc107;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ffc107;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #ffc107;
  --bs-gradient: none;
}

.btn-outline-danger {
  --bs-btn-color: #dc3545;
  --bs-btn-border-color: #dc3545;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #dc3545;
  --bs-btn-hover-border-color: #dc3545;
  --bs-btn-focus-shadow-rgb: 220, 53, 69;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #dc3545;
  --bs-btn-active-border-color: #dc3545;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #dc3545;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #dc3545;
  --bs-gradient: none;
}

.btn-outline-light {
  --bs-btn-color: #f8f9fa;
  --bs-btn-border-color: #f8f9fa;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #f8f9fa;
  --bs-btn-hover-border-color: #f8f9fa;
  --bs-btn-focus-shadow-rgb: 248, 249, 250;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #f8f9fa;
  --bs-btn-active-border-color: #f8f9fa;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #f8f9fa;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #f8f9fa;
  --bs-gradient: none;
}

.btn-outline-dark {
  --bs-btn-color: #212529;
  --bs-btn-border-color: #212529;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #212529;
  --bs-btn-hover-border-color: #212529;
  --bs-btn-focus-shadow-rgb: 33, 37, 41;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #212529;
  --bs-btn-active-border-color: #212529;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #212529;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #212529;
  --bs-gradient: none;
}

.btn-link {
  --bs-btn-font-weight: 400;
  --bs-btn-color: var(--bs-link-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-color: transparent;
  --bs-btn-hover-color: var(--bs-link-hover-color);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-active-color: var(--bs-link-hover-color);
  --bs-btn-active-border-color: transparent;
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-border-color: transparent;
  --bs-btn-box-shadow: 0 0 0 #000;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  text-decoration: underline;
}
.btn-link:focus-visible {
  color: var(--bs-btn-color);
}
.btn-link:hover {
  color: var(--bs-btn-hover-color);
}

.btn-lg, .btn-group-lg > .btn {
  --bs-btn-padding-y: 0.5rem;
  --bs-btn-padding-x: 1rem;
  --bs-btn-font-size: 1.25rem;
  --bs-btn-border-radius: var(--bs-border-radius-lg);
}

.btn-sm, .btn-group-sm > .btn {
  --bs-btn-padding-y: 0.25rem;
  --bs-btn-padding-x: 0.5rem;
  --bs-btn-font-size: 0.875rem;
  --bs-btn-border-radius: var(--bs-border-radius-sm);
}

.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

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

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

.dropup,
.dropend,
.dropdown,
.dropstart,
.dropup-center,
.dropdown-center {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  --bs-dropdown-zindex: 1000;
  --bs-dropdown-min-width: 10rem;
  --bs-dropdown-padding-x: 0;
  --bs-dropdown-padding-y: 0.5rem;
  --bs-dropdown-spacer: 0.125rem;
  --bs-dropdown-font-size: 1rem;
  --bs-dropdown-color: var(--bs-body-color);
  --bs-dropdown-bg: var(--bs-body-bg);
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-border-radius: var(--bs-border-radius);
  --bs-dropdown-border-width: var(--bs-border-width);
  --bs-dropdown-inner-border-radius: calc(var(--bs-border-radius) - var(--bs-border-width));
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-divider-margin-y: 0.5rem;
  --bs-dropdown-box-shadow: var(--bs-box-shadow);
  --bs-dropdown-link-color: var(--bs-body-color);
  --bs-dropdown-link-hover-color: var(--bs-body-color);
  --bs-dropdown-link-hover-bg: var(--bs-tertiary-bg);
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #0d6efd;
  --bs-dropdown-link-disabled-color: var(--bs-tertiary-color);
  --bs-dropdown-item-padding-x: 1rem;
  --bs-dropdown-item-padding-y: 0.25rem;
  --bs-dropdown-header-color: #6c757d;
  --bs-dropdown-header-padding-x: 1rem;
  --bs-dropdown-header-padding-y: 0.5rem;
  position: absolute;
  z-index: var(--bs-dropdown-zindex);
  display: none;
  min-width: var(--bs-dropdown-min-width);
  padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
  margin: 0;
  font-size: var(--bs-dropdown-font-size);
  color: var(--bs-dropdown-color);
  text-align: left;
  list-style: none;
  background-color: var(--bs-dropdown-bg);
  background-clip: padding-box;
  border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
  border-radius: var(--bs-dropdown-border-radius);
}
.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: var(--bs-dropdown-spacer);
}

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

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

@media (min-width: 576px) {
  .dropdown-menu-sm-start {
    --bs-position: start;
  }
  .dropdown-menu-sm-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-end {
    --bs-position: end;
  }
  .dropdown-menu-sm-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-start {
    --bs-position: start;
  }
  .dropdown-menu-md-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-end {
    --bs-position: end;
  }
  .dropdown-menu-md-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-start {
    --bs-position: start;
  }
  .dropdown-menu-lg-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-end {
    --bs-position: end;
  }
  .dropdown-menu-lg-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-start {
    --bs-position: start;
  }
  .dropdown-menu-xl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-end {
    --bs-position: end;
  }
  .dropdown-menu-xl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1400px) {
  .dropdown-menu-xxl-start {
    --bs-position: start;
  }
  .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xxl-end {
    --bs-position: end;
  }
  .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: var(--bs-dropdown-spacer);
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: var(--bs-dropdown-spacer);
}
.dropend .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropend .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropend .dropdown-toggle::after {
  vertical-align: 0;
}

.dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: var(--bs-dropdown-spacer);
}
.dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropstart .dropdown-toggle::after {
  display: none;
}
.dropstart .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropstart .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-divider {
  height: 0;
  margin: var(--bs-dropdown-divider-margin-y) 0;
  overflow: hidden;
  border-top: 1px solid var(--bs-dropdown-divider-bg);
  opacity: 1;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  clear: both;
  font-weight: 400;
  color: var(--bs-dropdown-link-color);
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  border-radius: var(--bs-dropdown-item-border-radius, 0);
}
.dropdown-item:hover, .dropdown-item:focus {
  color: var(--bs-dropdown-link-hover-color);
  background-color: var(--bs-dropdown-link-hover-bg);
}
.dropdown-item.active, .dropdown-item:active {
  color: var(--bs-dropdown-link-active-color);
  text-decoration: none;
  background-color: var(--bs-dropdown-link-active-bg);
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: var(--bs-dropdown-link-disabled-color);
  pointer-events: none;
  background-color: transparent;
}

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

.dropdown-header {
  display: block;
  padding: var(--bs-dropdown-header-padding-y) var(--bs-dropdown-header-padding-x);
  margin-bottom: 0;
  font-size: 0.875rem;
  color: var(--bs-dropdown-header-color);
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  color: var(--bs-dropdown-link-color);
}

.dropdown-menu-dark {
  --bs-dropdown-color: #dee2e6;
  --bs-dropdown-bg: #343a40;
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-box-shadow: ;
  --bs-dropdown-link-color: #dee2e6;
  --bs-dropdown-link-hover-color: #fff;
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-link-hover-bg: rgba(255, 255, 255, 0.15);
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #0d6efd;
  --bs-dropdown-link-disabled-color: #adb5bd;
  --bs-dropdown-header-color: #adb5bd;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}
.btn-group > .btn-check:checked + .btn,
.btn-group > .btn-check:focus + .btn,
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn-check:checked + .btn,
.btn-group-vertical > .btn-check:focus + .btn,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}

.btn-group {
  border-radius: var(--bs-border-radius);
}
.btn-group > :not(.btn-check:first-child) + .btn,
.btn-group > .btn-group:not(:first-child) {
  margin-left: calc(-1 * var(--bs-border-width));
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn.dropdown-toggle-split:first-child,
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:nth-child(n+3),
.btn-group > :not(.btn-check) + .btn,
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropend .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle-split::before {
  margin-right: 0;
}

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

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

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: calc(-1 * var(--bs-border-width));
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:nth-child(n+3),
.btn-group-vertical > :not(.btn-check) + .btn,
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav {
  --bs-nav-link-padding-x: 1rem;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-link-color);
  --bs-nav-link-hover-color: var(--bs-link-hover-color);
  --bs-nav-link-disabled-color: var(--bs-secondary-color);
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  font-size: var(--bs-nav-link-font-size);
  font-weight: var(--bs-nav-link-font-weight);
  color: var(--bs-nav-link-color);
  text-decoration: none;
  background: none;
  border: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .nav-link {
    transition: none;
  }
}
.nav-link:hover, .nav-link:focus {
  color: var(--bs-nav-link-hover-color);
}
.nav-link:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.nav-link.disabled, .nav-link:disabled {
  color: var(--bs-nav-link-disabled-color);
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  --bs-nav-tabs-border-width: var(--bs-border-width);
  --bs-nav-tabs-border-color: var(--bs-border-color);
  --bs-nav-tabs-border-radius: var(--bs-border-radius);
  --bs-nav-tabs-link-hover-border-color: var(--bs-secondary-bg) var(--bs-secondary-bg) var(--bs-border-color);
  --bs-nav-tabs-link-active-color: var(--bs-emphasis-color);
  --bs-nav-tabs-link-active-bg: var(--bs-body-bg);
  --bs-nav-tabs-link-active-border-color: var(--bs-border-color) var(--bs-border-color) var(--bs-body-bg);
  border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color);
}
.nav-tabs .nav-link {
  margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
  border: var(--bs-nav-tabs-border-width) solid transparent;
  border-top-left-radius: var(--bs-nav-tabs-border-radius);
  border-top-right-radius: var(--bs-nav-tabs-border-radius);
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: var(--bs-nav-tabs-link-hover-border-color);
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: var(--bs-nav-tabs-link-active-color);
  background-color: var(--bs-nav-tabs-link-active-bg);
  border-color: var(--bs-nav-tabs-link-active-border-color);
}
.nav-tabs .dropdown-menu {
  margin-top: calc(-1 * var(--bs-nav-tabs-border-width));
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills {
  --bs-nav-pills-border-radius: var(--bs-border-radius);
  --bs-nav-pills-link-active-color: #fff;
  --bs-nav-pills-link-active-bg: #0d6efd;
}
.nav-pills .nav-link {
  border-radius: var(--bs-nav-pills-border-radius);
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: var(--bs-nav-pills-link-active-color);
  background-color: var(--bs-nav-pills-link-active-bg);
}

.nav-underline {
  --bs-nav-underline-gap: 1rem;
  --bs-nav-underline-border-width: 0.125rem;
  --bs-nav-underline-link-active-color: var(--bs-emphasis-color);
  gap: var(--bs-nav-underline-gap);
}
.nav-underline .nav-link {
  padding-right: 0;
  padding-left: 0;
  border-bottom: var(--bs-nav-underline-border-width) solid transparent;
}
.nav-underline .nav-link:hover, .nav-underline .nav-link:focus {
  border-bottom-color: currentcolor;
}
.nav-underline .nav-link.active,
.nav-underline .show > .nav-link {
  font-weight: 700;
  color: var(--bs-nav-underline-link-active-color);
  border-bottom-color: currentcolor;
}

.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-grow: 1;
  flex-basis: 0;
  text-align: center;
}

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

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.navbar {
  --bs-navbar-padding-x: 0;
  --bs-navbar-padding-y: 0.5rem;
  --bs-navbar-color: rgba(var(--bs-emphasis-color-rgb), 0.65);
  --bs-navbar-hover-color: rgba(var(--bs-emphasis-color-rgb), 0.8);
  --bs-navbar-disabled-color: rgba(var(--bs-emphasis-color-rgb), 0.3);
  --bs-navbar-active-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-padding-y: 0.3125rem;
  --bs-navbar-brand-margin-end: 1rem;
  --bs-navbar-brand-font-size: 1.25rem;
  --bs-navbar-brand-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-hover-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-nav-link-padding-x: 0.5rem;
  --bs-navbar-toggler-padding-y: 0.25rem;
  --bs-navbar-toggler-padding-x: 0.75rem;
  --bs-navbar-toggler-font-size: 1.25rem;
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2833, 37, 41, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  --bs-navbar-toggler-border-color: rgba(var(--bs-emphasis-color-rgb), 0.15);
  --bs-navbar-toggler-border-radius: var(--bs-border-radius);
  --bs-navbar-toggler-focus-width: 0.25rem;
  --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
}
.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-sm,
.navbar > .container-md,
.navbar > .container-lg,
.navbar > .container-xl,
.navbar > .container-xxl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  padding-top: var(--bs-navbar-brand-padding-y);
  padding-bottom: var(--bs-navbar-brand-padding-y);
  margin-right: var(--bs-navbar-brand-margin-end);
  font-size: var(--bs-navbar-brand-font-size);
  color: var(--bs-navbar-brand-color);
  text-decoration: none;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  color: var(--bs-navbar-brand-hover-color);
}

.navbar-nav {
  --bs-nav-link-padding-x: 0;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-navbar-color);
  --bs-nav-link-hover-color: var(--bs-navbar-hover-color);
  --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
  color: var(--bs-navbar-active-color);
}
.navbar-nav .dropdown-menu {
  position: static;
}

.navbar-text {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-navbar-color);
}
.navbar-text a,
.navbar-text a:hover,
.navbar-text a:focus {
  color: var(--bs-navbar-active-color);
}

.navbar-collapse {
  flex-grow: 1;
  flex-basis: 100%;
  align-items: center;
}

.navbar-toggler {
  padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
  font-size: var(--bs-navbar-toggler-font-size);
  line-height: 1;
  color: var(--bs-navbar-color);
  background-color: transparent;
  border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
  border-radius: var(--bs-navbar-toggler-border-radius);
  transition: var(--bs-navbar-toggler-transition);
}
@media (prefers-reduced-motion: reduce) {
  .navbar-toggler {
    transition: none;
  }
}
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width);
}

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

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

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
  .navbar-expand-sm .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-sm .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-sm .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
  .navbar-expand-md .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-md .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-md .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  .navbar-expand-lg .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-lg .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-lg .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xl .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-xl .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-xl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1400px) {
  .navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xxl .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-xxl .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-xxl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
.navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: var(--bs-navbar-nav-link-padding-x);
  padding-left: var(--bs-navbar-nav-link-padding-x);
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}
.navbar-expand .offcanvas {
  position: static;
  z-index: auto;
  flex-grow: 1;
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
  background-color: transparent !important;
  border: 0 !important;
  transform: none !important;
  transition: none;
}
.navbar-expand .offcanvas .offcanvas-header {
  display: none;
}
.navbar-expand .offcanvas .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0;
  overflow-y: visible;
}

.navbar-dark,
.navbar[data-bs-theme=dark] {
  --bs-navbar-color: rgba(255, 255, 255, 0.55);
  --bs-navbar-hover-color: rgba(255, 255, 255, 0.75);
  --bs-navbar-disabled-color: rgba(255, 255, 255, 0.25);
  --bs-navbar-active-color: #fff;
  --bs-navbar-brand-color: #fff;
  --bs-navbar-brand-hover-color: #fff;
  --bs-navbar-toggler-border-color: rgba(255, 255, 255, 0.1);
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

[data-bs-theme=dark] .navbar-toggler-icon {
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.card {
  --bs-card-spacer-y: 1rem;
  --bs-card-spacer-x: 1rem;
  --bs-card-title-spacer-y: 0.5rem;
  --bs-card-title-color: ;
  --bs-card-subtitle-color: ;
  --bs-card-border-width: var(--bs-border-width);
  --bs-card-border-color: var(--bs-border-color-translucent);
  --bs-card-border-radius: var(--bs-border-radius);
  --bs-card-box-shadow: ;
  --bs-card-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
  --bs-card-cap-padding-y: 0.5rem;
  --bs-card-cap-padding-x: 1rem;
  --bs-card-cap-bg: rgba(var(--bs-body-color-rgb), 0.03);
  --bs-card-cap-color: ;
  --bs-card-height: ;
  --bs-card-color: ;
  --bs-card-bg: var(--bs-body-bg);
  --bs-card-img-overlay-padding: 1rem;
  --bs-card-group-margin: 0.75rem;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: var(--bs-card-height);
  color: var(--bs-body-color);
  word-wrap: break-word;
  background-color: var(--bs-card-bg);
  background-clip: border-box;
  border: var(--bs-card-border-width) solid var(--bs-card-border-color);
  border-radius: var(--bs-card-border-radius);
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius);
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
  border-bottom-left-radius: var(--bs-card-inner-border-radius);
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

.card-body {
  flex: 1 1 auto;
  padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
  color: var(--bs-card-color);
}

.card-title {
  margin-bottom: var(--bs-card-title-spacer-y);
  color: var(--bs-card-title-color);
}

.card-subtitle {
  margin-top: calc(-0.5 * var(--bs-card-title-spacer-y));
  margin-bottom: 0;
  color: var(--bs-card-subtitle-color);
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link + .card-link {
  margin-left: var(--bs-card-spacer-x);
}

.card-header {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  margin-bottom: 0;
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-bottom: var(--bs-card-border-width) solid var(--bs-card-border-color);
}
.card-header:first-child {
  border-radius: var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0;
}

.card-footer {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-top: var(--bs-card-border-width) solid var(--bs-card-border-color);
}
.card-footer:last-child {
  border-radius: 0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius);
}

.card-header-tabs {
  margin-right: calc(-0.5 * var(--bs-card-cap-padding-x));
  margin-bottom: calc(-1 * var(--bs-card-cap-padding-y));
  margin-left: calc(-0.5 * var(--bs-card-cap-padding-x));
  border-bottom: 0;
}
.card-header-tabs .nav-link.active {
  background-color: var(--bs-card-bg);
  border-bottom-color: var(--bs-card-bg);
}

.card-header-pills {
  margin-right: calc(-0.5 * var(--bs-card-cap-padding-x));
  margin-left: calc(-0.5 * var(--bs-card-cap-padding-x));
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: var(--bs-card-img-overlay-padding);
  border-radius: var(--bs-card-inner-border-radius);
}

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

.card-img,
.card-img-top {
  border-top-left-radius: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius);
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
  border-bottom-left-radius: var(--bs-card-inner-border-radius);
}

.card-group > .card {
  margin-bottom: var(--bs-card-group-margin);
}
@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) > .card-img-top,
  .card-group > .card:not(:last-child) > .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) > .card-img-bottom,
  .card-group > .card:not(:last-child) > .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) > .card-img-top,
  .card-group > .card:not(:first-child) > .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) > .card-img-bottom,
  .card-group > .card:not(:first-child) > .card-footer {
    border-bottom-left-radius: 0;
  }
}

.accordion {
  --bs-accordion-color: var(--bs-body-color);
  --bs-accordion-bg: var(--bs-body-bg);
  --bs-accordion-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
  --bs-accordion-border-color: var(--bs-border-color);
  --bs-accordion-border-width: var(--bs-border-width);
  --bs-accordion-border-radius: var(--bs-border-radius);
  --bs-accordion-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
  --bs-accordion-btn-padding-x: 1.25rem;
  --bs-accordion-btn-padding-y: 1rem;
  --bs-accordion-btn-color: var(--bs-body-color);
  --bs-accordion-btn-bg: var(--bs-accordion-bg);
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23212529' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  --bs-accordion-btn-icon-width: 1.25rem;
  --bs-accordion-btn-icon-transform: rotate(-180deg);
  --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23052c65' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-accordion-body-padding-x: 1.25rem;
  --bs-accordion-body-padding-y: 1rem;
  --bs-accordion-active-color: var(--bs-primary-text-emphasis);
  --bs-accordion-active-bg: var(--bs-primary-bg-subtle);
}

.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
  font-size: 1rem;
  color: var(--bs-accordion-btn-color);
  text-align: left;
  background-color: var(--bs-accordion-btn-bg);
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: var(--bs-accordion-transition);
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    transition: none;
  }
}
.accordion-button:not(.collapsed) {
  color: var(--bs-accordion-active-color);
  background-color: var(--bs-accordion-active-bg);
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}
.accordion-button:not(.collapsed)::after {
  background-image: var(--bs-accordion-btn-active-icon);
  transform: var(--bs-accordion-btn-icon-transform);
}
.accordion-button::after {
  flex-shrink: 0;
  width: var(--bs-accordion-btn-icon-width);
  height: var(--bs-accordion-btn-icon-width);
  margin-left: auto;
  content: "";
  background-image: var(--bs-accordion-btn-icon);
  background-repeat: no-repeat;
  background-size: var(--bs-accordion-btn-icon-width);
  transition: var(--bs-accordion-btn-icon-transition);
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button::after {
    transition: none;
  }
}
.accordion-button:hover {
  z-index: 2;
}
.accordion-button:focus {
  z-index: 3;
  outline: 0;
  box-shadow: var(--bs-accordion-btn-focus-box-shadow);
}

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

.accordion-item {
  color: var(--bs-accordion-color);
  background-color: var(--bs-accordion-bg);
  border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);
}
.accordion-item:first-of-type {
  border-top-left-radius: var(--bs-accordion-border-radius);
  border-top-right-radius: var(--bs-accordion-border-radius);
}
.accordion-item:first-of-type > .accordion-header .accordion-button {
  border-top-left-radius: var(--bs-accordion-inner-border-radius);
  border-top-right-radius: var(--bs-accordion-inner-border-radius);
}
.accordion-item:not(:first-of-type) {
  border-top: 0;
}
.accordion-item:last-of-type {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
}
.accordion-item:last-of-type > .accordion-header .accordion-button.collapsed {
  border-bottom-right-radius: var(--bs-accordion-inner-border-radius);
  border-bottom-left-radius: var(--bs-accordion-inner-border-radius);
}
.accordion-item:last-of-type > .accordion-collapse {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
}

.accordion-body {
  padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x);
}

.accordion-flush > .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.accordion-flush > .accordion-item:first-child {
  border-top: 0;
}
.accordion-flush > .accordion-item:last-child {
  border-bottom: 0;
}
.accordion-flush > .accordion-item > .accordion-collapse,
.accordion-flush > .accordion-item > .accordion-header .accordion-button,
.accordion-flush > .accordion-item > .accordion-header .accordion-button.collapsed {
  border-radius: 0;
}

[data-bs-theme=dark] .accordion-button::after {
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%236ea8fe'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e");
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%236ea8fe'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e");
}

.breadcrumb {
  --bs-breadcrumb-padding-x: 0;
  --bs-breadcrumb-padding-y: 0;
  --bs-breadcrumb-margin-bottom: 1rem;
  --bs-breadcrumb-bg: ;
  --bs-breadcrumb-border-radius: ;
  --bs-breadcrumb-divider-color: var(--bs-secondary-color);
  --bs-breadcrumb-item-padding-x: 0.5rem;
  --bs-breadcrumb-item-active-color: var(--bs-secondary-color);
  display: flex;
  flex-wrap: wrap;
  padding: var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x);
  margin-bottom: var(--bs-breadcrumb-margin-bottom);
  font-size: var(--bs-breadcrumb-font-size);
  list-style: none;
  background-color: var(--bs-breadcrumb-bg);
  border-radius: var(--bs-breadcrumb-border-radius);
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: var(--bs-breadcrumb-item-padding-x);
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: var(--bs-breadcrumb-item-padding-x);
  color: var(--bs-breadcrumb-divider-color);
  content: var(--bs-breadcrumb-divider, "/") /* rtl: var(--bs-breadcrumb-divider, "/") */;
}
.breadcrumb-item.active {
  color: var(--bs-breadcrumb-item-active-color);
}

.pagination {
  --bs-pagination-padding-x: 0.75rem;
  --bs-pagination-padding-y: 0.375rem;
  --bs-pagination-font-size: 1rem;
  --bs-pagination-color: var(--bs-link-color);
  --bs-pagination-bg: var(--bs-body-bg);
  --bs-pagination-border-width: var(--bs-border-width);
  --bs-pagination-border-color: var(--bs-border-color);
  --bs-pagination-border-radius: var(--bs-border-radius);
  --bs-pagination-hover-color: var(--bs-link-hover-color);
  --bs-pagination-hover-bg: var(--bs-tertiary-bg);
  --bs-pagination-hover-border-color: var(--bs-border-color);
  --bs-pagination-focus-color: var(--bs-link-hover-color);
  --bs-pagination-focus-bg: var(--bs-secondary-bg);
  --bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-pagination-active-color: #fff;
  --bs-pagination-active-bg: #0d6efd;
  --bs-pagination-active-border-color: #0d6efd;
  --bs-pagination-disabled-color: var(--bs-secondary-color);
  --bs-pagination-disabled-bg: var(--bs-secondary-bg);
  --bs-pagination-disabled-border-color: var(--bs-border-color);
  display: flex;
  padding-left: 0;
  list-style: none;
}

.page-link {
  position: relative;
  display: block;
  padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
  font-size: var(--bs-pagination-font-size);
  color: var(--bs-pagination-color);
  text-decoration: none;
  background-color: var(--bs-pagination-bg);
  border: var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .page-link {
    transition: none;
  }
}
.page-link:hover {
  z-index: 2;
  color: var(--bs-pagination-hover-color);
  background-color: var(--bs-pagination-hover-bg);
  border-color: var(--bs-pagination-hover-border-color);
}
.page-link:focus {
  z-index: 3;
  color: var(--bs-pagination-focus-color);
  background-color: var(--bs-pagination-focus-bg);
  outline: 0;
  box-shadow: var(--bs-pagination-focus-box-shadow);
}
.page-link.active, .active > .page-link {
  z-index: 3;
  color: var(--bs-pagination-active-color);
  background-color: var(--bs-pagination-active-bg);
  border-color: var(--bs-pagination-active-border-color);
}
.page-link.disabled, .disabled > .page-link {
  color: var(--bs-pagination-disabled-color);
  pointer-events: none;
  background-color: var(--bs-pagination-disabled-bg);
  border-color: var(--bs-pagination-disabled-border-color);
}

.page-item:not(:first-child) .page-link {
  margin-left: calc(-1 * var(--bs-border-width));
}
.page-item:first-child .page-link {
  border-top-left-radius: var(--bs-pagination-border-radius);
  border-bottom-left-radius: var(--bs-pagination-border-radius);
}
.page-item:last-child .page-link {
  border-top-right-radius: var(--bs-pagination-border-radius);
  border-bottom-right-radius: var(--bs-pagination-border-radius);
}

.pagination-lg {
  --bs-pagination-padding-x: 1.5rem;
  --bs-pagination-padding-y: 0.75rem;
  --bs-pagination-font-size: 1.25rem;
  --bs-pagination-border-radius: var(--bs-border-radius-lg);
}

.pagination-sm {
  --bs-pagination-padding-x: 0.5rem;
  --bs-pagination-padding-y: 0.25rem;
  --bs-pagination-font-size: 0.875rem;
  --bs-pagination-border-radius: var(--bs-border-radius-sm);
}

.badge {
  --bs-badge-padding-x: 0.65em;
  --bs-badge-padding-y: 0.35em;
  --bs-badge-font-size: 0.75em;
  --bs-badge-font-weight: 700;
  --bs-badge-color: #fff;
  --bs-badge-border-radius: var(--bs-border-radius);
  display: inline-block;
  padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
  font-size: var(--bs-badge-font-size);
  font-weight: var(--bs-badge-font-weight);
  line-height: 1;
  color: var(--bs-badge-color);
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: var(--bs-badge-border-radius);
}
.badge:empty {
  display: none;
}

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

.alert {
  --bs-alert-bg: transparent;
  --bs-alert-padding-x: 1rem;
  --bs-alert-padding-y: 1rem;
  --bs-alert-margin-bottom: 1rem;
  --bs-alert-color: inherit;
  --bs-alert-border-color: transparent;
  --bs-alert-border: var(--bs-border-width) solid var(--bs-alert-border-color);
  --bs-alert-border-radius: var(--bs-border-radius);
  --bs-alert-link-color: inherit;
  position: relative;
  padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
  margin-bottom: var(--bs-alert-margin-bottom);
  color: var(--bs-alert-color);
  background-color: var(--bs-alert-bg);
  border: var(--bs-alert-border);
  border-radius: var(--bs-alert-border-radius);
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
  color: var(--bs-alert-link-color);
}

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

.alert-primary {
  --bs-alert-color: var(--bs-primary-text-emphasis);
  --bs-alert-bg: var(--bs-primary-bg-subtle);
  --bs-alert-border-color: var(--bs-primary-border-subtle);
  --bs-alert-link-color: var(--bs-primary-text-emphasis);
}

.alert-secondary {
  --bs-alert-color: var(--bs-secondary-text-emphasis);
  --bs-alert-bg: var(--bs-secondary-bg-subtle);
  --bs-alert-border-color: var(--bs-secondary-border-subtle);
  --bs-alert-link-color: var(--bs-secondary-text-emphasis);
}

.alert-success {
  --bs-alert-color: var(--bs-success-text-emphasis);
  --bs-alert-bg: var(--bs-success-bg-subtle);
  --bs-alert-border-color: var(--bs-success-border-subtle);
  --bs-alert-link-color: var(--bs-success-text-emphasis);
}

.alert-info {
  --bs-alert-color: var(--bs-info-text-emphasis);
  --bs-alert-bg: var(--bs-info-bg-subtle);
  --bs-alert-border-color: var(--bs-info-border-subtle);
  --bs-alert-link-color: var(--bs-info-text-emphasis);
}

.alert-warning {
  --bs-alert-color: var(--bs-warning-text-emphasis);
  --bs-alert-bg: var(--bs-warning-bg-subtle);
  --bs-alert-border-color: var(--bs-warning-border-subtle);
  --bs-alert-link-color: var(--bs-warning-text-emphasis);
}

.alert-danger {
  --bs-alert-color: var(--bs-danger-text-emphasis);
  --bs-alert-bg: var(--bs-danger-bg-subtle);
  --bs-alert-border-color: var(--bs-danger-border-subtle);
  --bs-alert-link-color: var(--bs-danger-text-emphasis);
}

.alert-light {
  --bs-alert-color: var(--bs-light-text-emphasis);
  --bs-alert-bg: var(--bs-light-bg-subtle);
  --bs-alert-border-color: var(--bs-light-border-subtle);
  --bs-alert-link-color: var(--bs-light-text-emphasis);
}

.alert-dark {
  --bs-alert-color: var(--bs-dark-text-emphasis);
  --bs-alert-bg: var(--bs-dark-bg-subtle);
  --bs-alert-border-color: var(--bs-dark-border-subtle);
  --bs-alert-link-color: var(--bs-dark-text-emphasis);
}

@keyframes progress-bar-stripes {
  0% {
    background-position-x: var(--bs-progress-height);
  }
}
.progress,
.progress-stacked {
  --bs-progress-height: 1rem;
  --bs-progress-font-size: 0.75rem;
  --bs-progress-bg: var(--bs-secondary-bg);
  --bs-progress-border-radius: var(--bs-border-radius);
  --bs-progress-box-shadow: var(--bs-box-shadow-inset);
  --bs-progress-bar-color: #fff;
  --bs-progress-bar-bg: #0d6efd;
  --bs-progress-bar-transition: width 0.6s ease;
  display: flex;
  height: var(--bs-progress-height);
  overflow: hidden;
  font-size: var(--bs-progress-font-size);
  background-color: var(--bs-progress-bg);
  border-radius: var(--bs-progress-border-radius);
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: var(--bs-progress-bar-color);
  text-align: center;
  white-space: nowrap;
  background-color: var(--bs-progress-bar-bg);
  transition: var(--bs-progress-bar-transition);
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: var(--bs-progress-height) var(--bs-progress-height);
}

.progress-stacked > .progress {
  overflow: visible;
}

.progress-stacked > .progress > .progress-bar {
  width: 100%;
}

.progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    animation: none;
  }
}

.list-group {
  --bs-list-group-color: var(--bs-body-color);
  --bs-list-group-bg: var(--bs-body-bg);
  --bs-list-group-border-color: var(--bs-border-color);
  --bs-list-group-border-width: var(--bs-border-width);
  --bs-list-group-border-radius: var(--bs-border-radius);
  --bs-list-group-item-padding-x: 1rem;
  --bs-list-group-item-padding-y: 0.5rem;
  --bs-list-group-action-color: var(--bs-secondary-color);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-tertiary-bg);
  --bs-list-group-action-active-color: var(--bs-body-color);
  --bs-list-group-action-active-bg: var(--bs-secondary-bg);
  --bs-list-group-disabled-color: var(--bs-secondary-color);
  --bs-list-group-disabled-bg: var(--bs-body-bg);
  --bs-list-group-active-color: #fff;
  --bs-list-group-active-bg: #0d6efd;
  --bs-list-group-active-border-color: #0d6efd;
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: var(--bs-list-group-border-radius);
}

.list-group-numbered {
  list-style-type: none;
  counter-reset: section;
}
.list-group-numbered > .list-group-item::before {
  content: counters(section, ".") ". ";
  counter-increment: section;
}

.list-group-item {
  position: relative;
  display: block;
  padding: var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);
  color: var(--bs-list-group-color);
  text-decoration: none;
  background-color: var(--bs-list-group-bg);
  border: var(--bs-list-group-border-width) solid var(--bs-list-group-border-color);
}
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: var(--bs-list-group-disabled-color);
  pointer-events: none;
  background-color: var(--bs-list-group-disabled-bg);
}
.list-group-item.active {
  z-index: 2;
  color: var(--bs-list-group-active-color);
  background-color: var(--bs-list-group-active-bg);
  border-color: var(--bs-list-group-active-border-color);
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: calc(-1 * var(--bs-list-group-border-width));
  border-top-width: var(--bs-list-group-border-width);
}

.list-group-item-action {
  width: 100%;
  color: var(--bs-list-group-action-color);
  text-align: inherit;
}
.list-group-item-action:not(.active):hover, .list-group-item-action:not(.active):focus {
  z-index: 1;
  color: var(--bs-list-group-action-hover-color);
  text-decoration: none;
  background-color: var(--bs-list-group-action-hover-bg);
}
.list-group-item-action:not(.active):active {
  color: var(--bs-list-group-action-active-color);
  background-color: var(--bs-list-group-action-active-bg);
}

.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child:not(:last-child) {
  border-bottom-left-radius: var(--bs-list-group-border-radius);
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child:not(:first-child) {
  border-top-right-radius: var(--bs-list-group-border-radius);
  border-bottom-left-radius: 0;
}
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: var(--bs-list-group-border-width);
  border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: calc(-1 * var(--bs-list-group-border-width));
  border-left-width: var(--bs-list-group-border-width);
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 1400px) {
  .list-group-horizontal-xxl {
    flex-direction: row;
  }
  .list-group-horizontal-xxl > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
.list-group-flush {
  border-radius: 0;
}
.list-group-flush > .list-group-item {
  border-width: 0 0 var(--bs-list-group-border-width);
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  --bs-list-group-color: var(--bs-primary-text-emphasis);
  --bs-list-group-bg: var(--bs-primary-bg-subtle);
  --bs-list-group-border-color: var(--bs-primary-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-primary-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-primary-border-subtle);
  --bs-list-group-active-color: var(--bs-primary-bg-subtle);
  --bs-list-group-active-bg: var(--bs-primary-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-primary-text-emphasis);
}

.list-group-item-secondary {
  --bs-list-group-color: var(--bs-secondary-text-emphasis);
  --bs-list-group-bg: var(--bs-secondary-bg-subtle);
  --bs-list-group-border-color: var(--bs-secondary-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-secondary-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-secondary-border-subtle);
  --bs-list-group-active-color: var(--bs-secondary-bg-subtle);
  --bs-list-group-active-bg: var(--bs-secondary-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-secondary-text-emphasis);
}

.list-group-item-success {
  --bs-list-group-color: var(--bs-success-text-emphasis);
  --bs-list-group-bg: var(--bs-success-bg-subtle);
  --bs-list-group-border-color: var(--bs-success-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-success-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-success-border-subtle);
  --bs-list-group-active-color: var(--bs-success-bg-subtle);
  --bs-list-group-active-bg: var(--bs-success-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-success-text-emphasis);
}

.list-group-item-info {
  --bs-list-group-color: var(--bs-info-text-emphasis);
  --bs-list-group-bg: var(--bs-info-bg-subtle);
  --bs-list-group-border-color: var(--bs-info-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-info-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-info-border-subtle);
  --bs-list-group-active-color: var(--bs-info-bg-subtle);
  --bs-list-group-active-bg: var(--bs-info-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-info-text-emphasis);
}

.list-group-item-warning {
  --bs-list-group-color: var(--bs-warning-text-emphasis);
  --bs-list-group-bg: var(--bs-warning-bg-subtle);
  --bs-list-group-border-color: var(--bs-warning-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-warning-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-warning-border-subtle);
  --bs-list-group-active-color: var(--bs-warning-bg-subtle);
  --bs-list-group-active-bg: var(--bs-warning-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-warning-text-emphasis);
}

.list-group-item-danger {
  --bs-list-group-color: var(--bs-danger-text-emphasis);
  --bs-list-group-bg: var(--bs-danger-bg-subtle);
  --bs-list-group-border-color: var(--bs-danger-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-danger-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-danger-border-subtle);
  --bs-list-group-active-color: var(--bs-danger-bg-subtle);
  --bs-list-group-active-bg: var(--bs-danger-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-danger-text-emphasis);
}

.list-group-item-light {
  --bs-list-group-color: var(--bs-light-text-emphasis);
  --bs-list-group-bg: var(--bs-light-bg-subtle);
  --bs-list-group-border-color: var(--bs-light-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-light-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-light-border-subtle);
  --bs-list-group-active-color: var(--bs-light-bg-subtle);
  --bs-list-group-active-bg: var(--bs-light-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-light-text-emphasis);
}

.list-group-item-dark {
  --bs-list-group-color: var(--bs-dark-text-emphasis);
  --bs-list-group-bg: var(--bs-dark-bg-subtle);
  --bs-list-group-border-color: var(--bs-dark-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-dark-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-dark-border-subtle);
  --bs-list-group-active-color: var(--bs-dark-bg-subtle);
  --bs-list-group-active-bg: var(--bs-dark-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-dark-text-emphasis);
}

.btn-close {
  --bs-btn-close-color: #000;
  --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414'/%3e%3c/svg%3e");
  --bs-btn-close-opacity: 0.5;
  --bs-btn-close-hover-opacity: 0.75;
  --bs-btn-close-focus-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-btn-close-focus-opacity: 1;
  --bs-btn-close-disabled-opacity: 0.25;
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: var(--bs-btn-close-color);
  background: transparent var(--bs-btn-close-bg) center/1em auto no-repeat;
  filter: var(--bs-btn-close-filter);
  border: 0;
  border-radius: 0.375rem;
  opacity: var(--bs-btn-close-opacity);
}
.btn-close:hover {
  color: var(--bs-btn-close-color);
  text-decoration: none;
  opacity: var(--bs-btn-close-hover-opacity);
}
.btn-close:focus {
  outline: 0;
  box-shadow: var(--bs-btn-close-focus-shadow);
  opacity: var(--bs-btn-close-focus-opacity);
}
.btn-close:disabled, .btn-close.disabled {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  opacity: var(--bs-btn-close-disabled-opacity);
}

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

:root,
[data-bs-theme=light] {
  --bs-btn-close-filter: ;
}

[data-bs-theme=dark] {
  --bs-btn-close-filter: invert(1) grayscale(100%) brightness(200%);
}

.toast {
  --bs-toast-zindex: 1090;
  --bs-toast-padding-x: 0.75rem;
  --bs-toast-padding-y: 0.5rem;
  --bs-toast-spacing: 1.5rem;
  --bs-toast-max-width: 350px;
  --bs-toast-font-size: 0.875rem;
  --bs-toast-color: ;
  --bs-toast-bg: rgba(var(--bs-body-bg-rgb), 0.85);
  --bs-toast-border-width: var(--bs-border-width);
  --bs-toast-border-color: var(--bs-border-color-translucent);
  --bs-toast-border-radius: var(--bs-border-radius);
  --bs-toast-box-shadow: var(--bs-box-shadow);
  --bs-toast-header-color: var(--bs-secondary-color);
  --bs-toast-header-bg: rgba(var(--bs-body-bg-rgb), 0.85);
  --bs-toast-header-border-color: var(--bs-border-color-translucent);
  width: var(--bs-toast-max-width);
  max-width: 100%;
  font-size: var(--bs-toast-font-size);
  color: var(--bs-toast-color);
  pointer-events: auto;
  background-color: var(--bs-toast-bg);
  background-clip: padding-box;
  border: var(--bs-toast-border-width) solid var(--bs-toast-border-color);
  box-shadow: var(--bs-toast-box-shadow);
  border-radius: var(--bs-toast-border-radius);
}
.toast.showing {
  opacity: 0;
}
.toast:not(.show) {
  display: none;
}

.toast-container {
  --bs-toast-zindex: 1090;
  position: absolute;
  z-index: var(--bs-toast-zindex);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  pointer-events: none;
}
.toast-container > :not(:last-child) {
  margin-bottom: var(--bs-toast-spacing);
}

.toast-header {
  display: flex;
  align-items: center;
  padding: var(--bs-toast-padding-y) var(--bs-toast-padding-x);
  color: var(--bs-toast-header-color);
  background-color: var(--bs-toast-header-bg);
  background-clip: padding-box;
  border-bottom: var(--bs-toast-border-width) solid var(--bs-toast-header-border-color);
  border-top-left-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
  border-top-right-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
}
.toast-header .btn-close {
  margin-right: calc(-0.5 * var(--bs-toast-padding-x));
  margin-left: var(--bs-toast-padding-x);
}

.toast-body {
  padding: var(--bs-toast-padding-x);
  word-wrap: break-word;
}

.modal {
  --bs-modal-zindex: 1055;
  --bs-modal-width: 500px;
  --bs-modal-padding: 1rem;
  --bs-modal-margin: 0.5rem;
  --bs-modal-color: var(--bs-body-color);
  --bs-modal-bg: var(--bs-body-bg);
  --bs-modal-border-color: var(--bs-border-color-translucent);
  --bs-modal-border-width: var(--bs-border-width);
  --bs-modal-border-radius: var(--bs-border-radius-lg);
  --bs-modal-box-shadow: var(--bs-box-shadow-sm);
  --bs-modal-inner-border-radius: calc(var(--bs-border-radius-lg) - (var(--bs-border-width)));
  --bs-modal-header-padding-x: 1rem;
  --bs-modal-header-padding-y: 1rem;
  --bs-modal-header-padding: 1rem 1rem;
  --bs-modal-header-border-color: var(--bs-border-color);
  --bs-modal-header-border-width: var(--bs-border-width);
  --bs-modal-title-line-height: 1.5;
  --bs-modal-footer-gap: 0.5rem;
  --bs-modal-footer-bg: ;
  --bs-modal-footer-border-color: var(--bs-border-color);
  --bs-modal-footer-border-width: var(--bs-border-width);
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-modal-zindex);
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: var(--bs-modal-margin);
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transform: translate(0, -50px);
  transition: transform 0.3s ease-out;
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  height: calc(100% - var(--bs-modal-margin) * 2);
}
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - var(--bs-modal-margin) * 2);
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  color: var(--bs-modal-color);
  pointer-events: auto;
  background-color: var(--bs-modal-bg);
  background-clip: padding-box;
  border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
  border-radius: var(--bs-modal-border-radius);
  outline: 0;
}

.modal-backdrop {
  --bs-backdrop-zindex: 1050;
  --bs-backdrop-bg: #000;
  --bs-backdrop-opacity: 0.5;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-backdrop-zindex);
  width: 100vw;
  height: 100vh;
  background-color: var(--bs-backdrop-bg);
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: var(--bs-backdrop-opacity);
}

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  padding: var(--bs-modal-header-padding);
  border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
  border-top-left-radius: var(--bs-modal-inner-border-radius);
  border-top-right-radius: var(--bs-modal-inner-border-radius);
}
.modal-header .btn-close {
  padding: calc(var(--bs-modal-header-padding-y) * 0.5) calc(var(--bs-modal-header-padding-x) * 0.5);
  margin-top: calc(-0.5 * var(--bs-modal-header-padding-y));
  margin-right: calc(-0.5 * var(--bs-modal-header-padding-x));
  margin-bottom: calc(-0.5 * var(--bs-modal-header-padding-y));
  margin-left: auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: var(--bs-modal-title-line-height);
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: var(--bs-modal-padding);
}

.modal-footer {
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * 0.5);
  background-color: var(--bs-modal-footer-bg);
  border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
  border-bottom-right-radius: var(--bs-modal-inner-border-radius);
  border-bottom-left-radius: var(--bs-modal-inner-border-radius);
}
.modal-footer > * {
  margin: calc(var(--bs-modal-footer-gap) * 0.5);
}

@media (min-width: 576px) {
  .modal {
    --bs-modal-margin: 1.75rem;
    --bs-modal-box-shadow: var(--bs-box-shadow);
  }
  .modal-dialog {
    max-width: var(--bs-modal-width);
    margin-right: auto;
    margin-left: auto;
  }
  .modal-sm {
    --bs-modal-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    --bs-modal-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    --bs-modal-width: 1140px;
  }
}
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.modal-fullscreen .modal-header,
.modal-fullscreen .modal-footer {
  border-radius: 0;
}
.modal-fullscreen .modal-body {
  overflow-y: auto;
}

@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-header,
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-header,
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-header,
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-header,
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-header,
  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
}
.tooltip {
  --bs-tooltip-zindex: 1080;
  --bs-tooltip-max-width: 200px;
  --bs-tooltip-padding-x: 0.5rem;
  --bs-tooltip-padding-y: 0.25rem;
  --bs-tooltip-margin: ;
  --bs-tooltip-font-size: 0.875rem;
  --bs-tooltip-color: var(--bs-body-bg);
  --bs-tooltip-bg: var(--bs-emphasis-color);
  --bs-tooltip-border-radius: var(--bs-border-radius);
  --bs-tooltip-opacity: 0.9;
  --bs-tooltip-arrow-width: 0.8rem;
  --bs-tooltip-arrow-height: 0.4rem;
  z-index: var(--bs-tooltip-zindex);
  display: block;
  margin: var(--bs-tooltip-margin);
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-tooltip-font-size);
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: var(--bs-tooltip-opacity);
}
.tooltip .tooltip-arrow {
  display: block;
  width: var(--bs-tooltip-arrow-width);
  height: var(--bs-tooltip-arrow-height);
}
.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow {
  bottom: calc(-1 * var(--bs-tooltip-arrow-height));
}
.bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
  top: -1px;
  border-width: var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * 0.5) 0;
  border-top-color: var(--bs-tooltip-bg);
}

/* rtl:begin:ignore */
.bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow {
  left: calc(-1 * var(--bs-tooltip-arrow-height));
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}
.bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
  right: -1px;
  border-width: calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * 0.5) 0;
  border-right-color: var(--bs-tooltip-bg);
}

/* rtl:end:ignore */
.bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow {
  top: calc(-1 * var(--bs-tooltip-arrow-height));
}
.bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height);
  border-bottom-color: var(--bs-tooltip-bg);
}

/* rtl:begin:ignore */
.bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow {
  right: calc(-1 * var(--bs-tooltip-arrow-height));
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}
.bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
  left: -1px;
  border-width: calc(var(--bs-tooltip-arrow-width) * 0.5) 0 calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height);
  border-left-color: var(--bs-tooltip-bg);
}

/* rtl:end:ignore */
.tooltip-inner {
  max-width: var(--bs-tooltip-max-width);
  padding: var(--bs-tooltip-padding-y) var(--bs-tooltip-padding-x);
  color: var(--bs-tooltip-color);
  text-align: center;
  background-color: var(--bs-tooltip-bg);
  border-radius: var(--bs-tooltip-border-radius);
}

.popover {
  --bs-popover-zindex: 1070;
  --bs-popover-max-width: 276px;
  --bs-popover-font-size: 0.875rem;
  --bs-popover-bg: var(--bs-body-bg);
  --bs-popover-border-width: var(--bs-border-width);
  --bs-popover-border-color: var(--bs-border-color-translucent);
  --bs-popover-border-radius: var(--bs-border-radius-lg);
  --bs-popover-inner-border-radius: calc(var(--bs-border-radius-lg) - var(--bs-border-width));
  --bs-popover-box-shadow: var(--bs-box-shadow);
  --bs-popover-header-padding-x: 1rem;
  --bs-popover-header-padding-y: 0.5rem;
  --bs-popover-header-font-size: 1rem;
  --bs-popover-header-color: inherit;
  --bs-popover-header-bg: var(--bs-secondary-bg);
  --bs-popover-body-padding-x: 1rem;
  --bs-popover-body-padding-y: 1rem;
  --bs-popover-body-color: var(--bs-body-color);
  --bs-popover-arrow-width: 1rem;
  --bs-popover-arrow-height: 0.5rem;
  --bs-popover-arrow-border: var(--bs-popover-border-color);
  z-index: var(--bs-popover-zindex);
  display: block;
  max-width: var(--bs-popover-max-width);
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-popover-font-size);
  word-wrap: break-word;
  background-color: var(--bs-popover-bg);
  background-clip: padding-box;
  border: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-radius: var(--bs-popover-border-radius);
}
.popover .popover-arrow {
  display: block;
  width: var(--bs-popover-arrow-width);
  height: var(--bs-popover-arrow-height);
}
.popover .popover-arrow::before, .popover .popover-arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
  border-width: 0;
}

.bs-popover-top > .popover-arrow, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow {
  bottom: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
}
.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before, .bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
  border-width: var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * 0.5) 0;
}
.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before {
  bottom: 0;
  border-top-color: var(--bs-popover-arrow-border);
}
.bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
  bottom: var(--bs-popover-border-width);
  border-top-color: var(--bs-popover-bg);
}

/* rtl:begin:ignore */
.bs-popover-end > .popover-arrow, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow {
  left: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
  width: var(--bs-popover-arrow-height);
  height: var(--bs-popover-arrow-width);
}
.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before, .bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
  border-width: calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * 0.5) 0;
}
.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before {
  left: 0;
  border-right-color: var(--bs-popover-arrow-border);
}
.bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
  left: var(--bs-popover-border-width);
  border-right-color: var(--bs-popover-bg);
}

/* rtl:end:ignore */
.bs-popover-bottom > .popover-arrow, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow {
  top: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
}
.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before, .bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
  border-width: 0 calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height);
}
.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before {
  top: 0;
  border-bottom-color: var(--bs-popover-arrow-border);
}
.bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
  top: var(--bs-popover-border-width);
  border-bottom-color: var(--bs-popover-bg);
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[data-popper-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: var(--bs-popover-arrow-width);
  margin-left: calc(-0.5 * var(--bs-popover-arrow-width));
  content: "";
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-header-bg);
}

/* rtl:begin:ignore */
.bs-popover-start > .popover-arrow, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow {
  right: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
  width: var(--bs-popover-arrow-height);
  height: var(--bs-popover-arrow-width);
}
.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before, .bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
  border-width: calc(var(--bs-popover-arrow-width) * 0.5) 0 calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height);
}
.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before {
  right: 0;
  border-left-color: var(--bs-popover-arrow-border);
}
.bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
  right: var(--bs-popover-border-width);
  border-left-color: var(--bs-popover-bg);
}

/* rtl:end:ignore */
.popover-header {
  padding: var(--bs-popover-header-padding-y) var(--bs-popover-header-padding-x);
  margin-bottom: 0;
  font-size: var(--bs-popover-header-font-size);
  color: var(--bs-popover-header-color);
  background-color: var(--bs-popover-header-bg);
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-top-left-radius: var(--bs-popover-inner-border-radius);
  border-top-right-radius: var(--bs-popover-inner-border-radius);
}
.popover-header:empty {
  display: none;
}

.popover-body {
  padding: var(--bs-popover-body-padding-y) var(--bs-popover-body-padding-x);
  color: var(--bs-popover-body-color);
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

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

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

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-start,
  .carousel-fade .active.carousel-item-end {
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  filter: var(--bs-carousel-control-icon-filter);
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}

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

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

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
}
.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: var(--bs-carousel-indicator-active-bg);
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators [data-bs-target] {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: var(--bs-carousel-caption-color);
  text-align: center;
}

.carousel-dark {
  --bs-carousel-indicator-active-bg: #000;
  --bs-carousel-caption-color: #000;
  --bs-carousel-control-icon-filter: invert(1) grayscale(100);
}

:root,
[data-bs-theme=light] {
  --bs-carousel-indicator-active-bg: #fff;
  --bs-carousel-caption-color: #fff;
  --bs-carousel-control-icon-filter: ;
}

[data-bs-theme=dark] {
  --bs-carousel-indicator-active-bg: #000;
  --bs-carousel-caption-color: #000;
  --bs-carousel-control-icon-filter: invert(1) grayscale(100);
}

.spinner-grow,
.spinner-border {
  display: inline-block;
  flex-shrink: 0;
  width: var(--bs-spinner-width);
  height: var(--bs-spinner-height);
  vertical-align: var(--bs-spinner-vertical-align);
  border-radius: 50%;
  animation: var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name);
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg) /* rtl:ignore */;
  }
}
.spinner-border {
  --bs-spinner-width: 2rem;
  --bs-spinner-height: 2rem;
  --bs-spinner-vertical-align: -0.125em;
  --bs-spinner-border-width: 0.25em;
  --bs-spinner-animation-speed: 0.75s;
  --bs-spinner-animation-name: spinner-border;
  border: var(--bs-spinner-border-width) solid currentcolor;
  border-right-color: transparent;
}

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

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
.spinner-grow {
  --bs-spinner-width: 2rem;
  --bs-spinner-height: 2rem;
  --bs-spinner-vertical-align: -0.125em;
  --bs-spinner-animation-speed: 0.75s;
  --bs-spinner-animation-name: spinner-grow;
  background-color: currentcolor;
  opacity: 0;
}

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

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
  .spinner-grow {
    --bs-spinner-animation-speed: 1.5s;
  }
}
.offcanvas, .offcanvas-xxl, .offcanvas-xl, .offcanvas-lg, .offcanvas-md, .offcanvas-sm {
  --bs-offcanvas-zindex: 1045;
  --bs-offcanvas-width: 400px;
  --bs-offcanvas-height: 30vh;
  --bs-offcanvas-padding-x: 1rem;
  --bs-offcanvas-padding-y: 1rem;
  --bs-offcanvas-color: var(--bs-body-color);
  --bs-offcanvas-bg: var(--bs-body-bg);
  --bs-offcanvas-border-width: var(--bs-border-width);
  --bs-offcanvas-border-color: var(--bs-border-color-translucent);
  --bs-offcanvas-box-shadow: var(--bs-box-shadow-sm);
  --bs-offcanvas-transition: transform 0.3s ease-in-out;
  --bs-offcanvas-title-line-height: 1.5;
}

@media (max-width: 575.98px) {
  .offcanvas-sm {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 575.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-sm {
    transition: none;
  }
}
@media (max-width: 575.98px) {
  .offcanvas-sm.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-sm.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-sm.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-sm.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-sm.showing, .offcanvas-sm.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-sm.showing, .offcanvas-sm.hiding, .offcanvas-sm.show {
    visibility: visible;
  }
}
@media (min-width: 576px) {
  .offcanvas-sm {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-sm .offcanvas-header {
    display: none;
  }
  .offcanvas-sm .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 767.98px) {
  .offcanvas-md {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 767.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-md {
    transition: none;
  }
}
@media (max-width: 767.98px) {
  .offcanvas-md.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-md.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-md.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-md.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-md.showing, .offcanvas-md.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-md.showing, .offcanvas-md.hiding, .offcanvas-md.show {
    visibility: visible;
  }
}
@media (min-width: 768px) {
  .offcanvas-md {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-md .offcanvas-header {
    display: none;
  }
  .offcanvas-md .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 991.98px) {
  .offcanvas-lg {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 991.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-lg {
    transition: none;
  }
}
@media (max-width: 991.98px) {
  .offcanvas-lg.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-lg.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-lg.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-lg.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-lg.showing, .offcanvas-lg.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-lg.showing, .offcanvas-lg.hiding, .offcanvas-lg.show {
    visibility: visible;
  }
}
@media (min-width: 992px) {
  .offcanvas-lg {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-lg .offcanvas-header {
    display: none;
  }
  .offcanvas-lg .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 1199.98px) {
  .offcanvas-xl {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 1199.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-xl {
    transition: none;
  }
}
@media (max-width: 1199.98px) {
  .offcanvas-xl.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-xl.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-xl.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-xl.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-xl.showing, .offcanvas-xl.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-xl.showing, .offcanvas-xl.hiding, .offcanvas-xl.show {
    visibility: visible;
  }
}
@media (min-width: 1200px) {
  .offcanvas-xl {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-xl .offcanvas-header {
    display: none;
  }
  .offcanvas-xl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 1399.98px) {
  .offcanvas-xxl {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 1399.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-xxl {
    transition: none;
  }
}
@media (max-width: 1399.98px) {
  .offcanvas-xxl.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-xxl.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-xxl.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-xxl.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-xxl.showing, .offcanvas-xxl.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-xxl.showing, .offcanvas-xxl.hiding, .offcanvas-xxl.show {
    visibility: visible;
  }
}
@media (min-width: 1400px) {
  .offcanvas-xxl {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-xxl .offcanvas-header {
    display: none;
  }
  .offcanvas-xxl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: var(--bs-offcanvas-zindex);
  display: flex;
  flex-direction: column;
  max-width: 100%;
  color: var(--bs-offcanvas-color);
  visibility: hidden;
  background-color: var(--bs-offcanvas-bg);
  background-clip: padding-box;
  outline: 0;
  transition: var(--bs-offcanvas-transition);
}
@media (prefers-reduced-motion: reduce) {
  .offcanvas {
    transition: none;
  }
}
.offcanvas.offcanvas-start {
  top: 0;
  left: 0;
  width: var(--bs-offcanvas-width);
  border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(-100%);
}
.offcanvas.offcanvas-end {
  top: 0;
  right: 0;
  width: var(--bs-offcanvas-width);
  border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(100%);
}
.offcanvas.offcanvas-top {
  top: 0;
  right: 0;
  left: 0;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(-100%);
}
.offcanvas.offcanvas-bottom {
  right: 0;
  left: 0;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(100%);
}
.offcanvas.showing, .offcanvas.show:not(.hiding) {
  transform: none;
}
.offcanvas.showing, .offcanvas.hiding, .offcanvas.show {
  visibility: visible;
}

.offcanvas-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.offcanvas-backdrop.fade {
  opacity: 0;
}
.offcanvas-backdrop.show {
  opacity: 0.5;
}

.offcanvas-header {
  display: flex;
  align-items: center;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
}
.offcanvas-header .btn-close {
  padding: calc(var(--bs-offcanvas-padding-y) * 0.5) calc(var(--bs-offcanvas-padding-x) * 0.5);
  margin-top: calc(-0.5 * var(--bs-offcanvas-padding-y));
  margin-right: calc(-0.5 * var(--bs-offcanvas-padding-x));
  margin-bottom: calc(-0.5 * var(--bs-offcanvas-padding-y));
  margin-left: auto;
}

.offcanvas-title {
  margin-bottom: 0;
  line-height: var(--bs-offcanvas-title-line-height);
}

.offcanvas-body {
  flex-grow: 1;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
  overflow-y: auto;
}

.placeholder {
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  cursor: wait;
  background-color: currentcolor;
  opacity: 0.5;
}
.placeholder.btn::before {
  display: inline-block;
  content: "";
}

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

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

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

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

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

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

.text-bg-primary {
  color: #fff !important;
  background-color: RGBA(var(--bs-primary-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-secondary {
  color: #fff !important;
  background-color: RGBA(var(--bs-secondary-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-success {
  color: #fff !important;
  background-color: RGBA(var(--bs-success-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-info {
  color: #000 !important;
  background-color: RGBA(var(--bs-info-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-warning {
  color: #000 !important;
  background-color: RGBA(var(--bs-warning-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-danger {
  color: #fff !important;
  background-color: RGBA(var(--bs-danger-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-light {
  color: #000 !important;
  background-color: RGBA(var(--bs-light-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-dark {
  color: #fff !important;
  background-color: RGBA(var(--bs-dark-rgb), var(--bs-bg-opacity, 1)) !important;
}

.link-primary {
  color: RGBA(var(--bs-primary-rgb), var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-primary-rgb), var(--bs-link-underline-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-primary-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-primary:hover, .link-primary:focus {
  color: RGBA(10, 88, 202, var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(10, 88, 202, var(--bs-link-underline-opacity, 1)) !important;
  text-decoration-color: RGBA(10, 88, 202, var(--bs-link-underline-opacity, 1)) !important;
}

.link-secondary {
  color: RGBA(var(--bs-secondary-rgb), var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-secondary-rgb), var(--bs-link-underline-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-secondary-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-secondary:hover, .link-secondary:focus {
  color: RGBA(86, 94, 100, var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(86, 94, 100, var(--bs-link-underline-opacity, 1)) !important;
  text-decoration-color: RGBA(86, 94, 100, var(--bs-link-underline-opacity, 1)) !important;
}

.link-success {
  color: RGBA(var(--bs-success-rgb), var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-success-rgb), var(--bs-link-underline-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-success-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-success:hover, .link-success:focus {
  color: RGBA(20, 108, 67, var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(20, 108, 67, var(--bs-link-underline-opacity, 1)) !important;
  text-decoration-color: RGBA(20, 108, 67, var(--bs-link-underline-opacity, 1)) !important;
}

.link-info {
  color: RGBA(var(--bs-info-rgb), var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-info-rgb), var(--bs-link-underline-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-info-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-info:hover, .link-info:focus {
  color: RGBA(61, 213, 243, var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(61, 213, 243, var(--bs-link-underline-opacity, 1)) !important;
  text-decoration-color: RGBA(61, 213, 243, var(--bs-link-underline-opacity, 1)) !important;
}

.link-warning {
  color: RGBA(var(--bs-warning-rgb), var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-warning-rgb), var(--bs-link-underline-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-warning-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-warning:hover, .link-warning:focus {
  color: RGBA(255, 205, 57, var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(255, 205, 57, var(--bs-link-underline-opacity, 1)) !important;
  text-decoration-color: RGBA(255, 205, 57, var(--bs-link-underline-opacity, 1)) !important;
}

.link-danger {
  color: RGBA(var(--bs-danger-rgb), var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-danger-rgb), var(--bs-link-underline-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-danger-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-danger:hover, .link-danger:focus {
  color: RGBA(176, 42, 55, var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(176, 42, 55, var(--bs-link-underline-opacity, 1)) !important;
  text-decoration-color: RGBA(176, 42, 55, var(--bs-link-underline-opacity, 1)) !important;
}

.link-light {
  color: RGBA(var(--bs-light-rgb), var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-light-rgb), var(--bs-link-underline-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-light-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-light:hover, .link-light:focus {
  color: RGBA(249, 250, 251, var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(249, 250, 251, var(--bs-link-underline-opacity, 1)) !important;
  text-decoration-color: RGBA(249, 250, 251, var(--bs-link-underline-opacity, 1)) !important;
}

.link-dark {
  color: RGBA(var(--bs-dark-rgb), var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-dark-rgb), var(--bs-link-underline-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-dark-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-dark:hover, .link-dark:focus {
  color: RGBA(26, 30, 33, var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(26, 30, 33, var(--bs-link-underline-opacity, 1)) !important;
  text-decoration-color: RGBA(26, 30, 33, var(--bs-link-underline-opacity, 1)) !important;
}

.link-body-emphasis {
  color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-body-emphasis:hover, .link-body-emphasis:focus {
  color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 0.75)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 0.75)) !important;
  text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 0.75)) !important;
}

.focus-ring:focus {
  outline: 0;
  box-shadow: var(--bs-focus-ring-x, 0) var(--bs-focus-ring-y, 0) var(--bs-focus-ring-blur, 0) var(--bs-focus-ring-width) var(--bs-focus-ring-color);
}

.icon-link {
  display: inline-flex;
  gap: 0.375rem;
  align-items: center;
  -webkit-text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 0.5));
  text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 0.5));
  text-underline-offset: 0.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.icon-link > .bi {
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  fill: currentcolor;
  transition: 0.2s ease-in-out transform;
}
@media (prefers-reduced-motion: reduce) {
  .icon-link > .bi {
    transition: none;
  }
}

.icon-link-hover:hover > .bi, .icon-link-hover:focus-visible > .bi {
  transform: var(--bs-icon-link-transform, translate3d(0.25em, 0, 0));
}

.ratio {
  position: relative;
  width: 100%;
}
.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}
.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

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

.ratio-4x3 {
  --bs-aspect-ratio: 75%;
}

.ratio-16x9 {
  --bs-aspect-ratio: 56.25%;
}

.ratio-21x9 {
  --bs-aspect-ratio: 42.8571428571%;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

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

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

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

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

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

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

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

.vr {
  display: inline-block;
  align-self: stretch;
  width: var(--bs-border-width);
  min-height: 1em;
  background-color: currentcolor;
  opacity: 0.25;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

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

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

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

.object-fit-contain {
  -o-object-fit: contain !important;
  object-fit: contain !important;
}

.object-fit-cover {
  -o-object-fit: cover !important;
  object-fit: cover !important;
}

.object-fit-fill {
  -o-object-fit: fill !important;
  object-fit: fill !important;
}

.object-fit-scale {
  -o-object-fit: scale-down !important;
  object-fit: scale-down !important;
}

.object-fit-none {
  -o-object-fit: none !important;
  object-fit: none !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

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

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

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

.shadow {
  box-shadow: var(--bs-box-shadow) !important;
}

.shadow-sm {
  box-shadow: var(--bs-box-shadow-sm) !important;
}

.shadow-lg {
  box-shadow: var(--bs-box-shadow-lg) !important;
}

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

.focus-ring-primary {
  --bs-focus-ring-color: rgba(var(--bs-primary-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-secondary {
  --bs-focus-ring-color: rgba(var(--bs-secondary-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-success {
  --bs-focus-ring-color: rgba(var(--bs-success-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-info {
  --bs-focus-ring-color: rgba(var(--bs-info-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-warning {
  --bs-focus-ring-color: rgba(var(--bs-warning-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-danger {
  --bs-focus-ring-color: rgba(var(--bs-danger-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-light {
  --bs-focus-ring-color: rgba(var(--bs-light-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-dark {
  --bs-focus-ring-color: rgba(var(--bs-dark-rgb), var(--bs-focus-ring-opacity));
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border {
  border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

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

.border-top {
  border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

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

.border-end {
  border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

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

.border-bottom {
  border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

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

.border-start {
  border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

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

.border-primary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important;
}

.border-secondary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important;
}

.border-success {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-success-rgb), var(--bs-border-opacity)) !important;
}

.border-info {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important;
}

.border-warning {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-warning-rgb), var(--bs-border-opacity)) !important;
}

.border-danger {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important;
}

.border-light {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important;
}

.border-dark {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important;
}

.border-black {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-black-rgb), var(--bs-border-opacity)) !important;
}

.border-white {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important;
}

.border-primary-subtle {
  border-color: var(--bs-primary-border-subtle) !important;
}

.border-secondary-subtle {
  border-color: var(--bs-secondary-border-subtle) !important;
}

.border-success-subtle {
  border-color: var(--bs-success-border-subtle) !important;
}

.border-info-subtle {
  border-color: var(--bs-info-border-subtle) !important;
}

.border-warning-subtle {
  border-color: var(--bs-warning-border-subtle) !important;
}

.border-danger-subtle {
  border-color: var(--bs-danger-border-subtle) !important;
}

.border-light-subtle {
  border-color: var(--bs-light-border-subtle) !important;
}

.border-dark-subtle {
  border-color: var(--bs-dark-border-subtle) !important;
}

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

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

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

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

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

.border-opacity-10 {
  --bs-border-opacity: 0.1;
}

.border-opacity-25 {
  --bs-border-opacity: 0.25;
}

.border-opacity-50 {
  --bs-border-opacity: 0.5;
}

.border-opacity-75 {
  --bs-border-opacity: 0.75;
}

.border-opacity-100 {
  --bs-border-opacity: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

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

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

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

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.justify-content-evenly {
  justify-content: space-evenly !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

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

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

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

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

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

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

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

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

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

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

.mt-auto {
  margin-top: auto !important;
}

.me-0 {
  margin-right: 0 !important;
}

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

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

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

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

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

.me-auto {
  margin-right: auto !important;
}

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

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

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

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

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

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

.mb-auto {
  margin-bottom: auto !important;
}

.ms-0 {
  margin-left: 0 !important;
}

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

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

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

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

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

.ms-auto {
  margin-left: auto !important;
}

.p-0 {
  padding: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

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

.pt-1 {
  padding-top: 0.25rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

.pe-0 {
  padding-right: 0 !important;
}

.pe-1 {
  padding-right: 0.25rem !important;
}

.pe-2 {
  padding-right: 0.5rem !important;
}

.pe-3 {
  padding-right: 1rem !important;
}

.pe-4 {
  padding-right: 1.5rem !important;
}

.pe-5 {
  padding-right: 3rem !important;
}

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

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.ps-0 {
  padding-left: 0 !important;
}

.ps-1 {
  padding-left: 0.25rem !important;
}

.ps-2 {
  padding-left: 0.5rem !important;
}

.ps-3 {
  padding-left: 1rem !important;
}

.ps-4 {
  padding-left: 1.5rem !important;
}

.ps-5 {
  padding-left: 3rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}

.fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}

.fs-2 {
  font-size: calc(1.325rem + 0.9vw) !important;
}

.fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important;
}

.fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important;
}

.fs-5 {
  font-size: 1.25rem !important;
}

.fs-6 {
  font-size: 1rem !important;
}

.fst-italic {
  font-style: italic !important;
}

.fst-normal {
  font-style: normal !important;
}

.fw-lighter {
  font-weight: lighter !important;
}

.fw-light {
  font-weight: 300 !important;
}

.fw-normal {
  font-weight: 400 !important;
}

.fw-medium {
  font-weight: 500 !important;
}

.fw-semibold {
  font-weight: 600 !important;
}

.fw-bold {
  font-weight: 700 !important;
}

.fw-bolder {
  font-weight: bolder !important;
}

.lh-1 {
  line-height: 1 !important;
}

.lh-sm {
  line-height: 1.25 !important;
}

.lh-base {
  line-height: 1.5 !important;
}

.lh-lg {
  line-height: 2 !important;
}

.text-start {
  text-align: left !important;
}

.text-end {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-decoration-underline {
  text-decoration: underline !important;
}

.text-decoration-line-through {
  text-decoration: line-through !important;
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

/* rtl:begin:remove */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

/* rtl:end:remove */
.text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}

.text-secondary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}

.text-success {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}

.text-info {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
}

.text-warning {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
}

.text-danger {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}

.text-light {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;
}

.text-dark {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
}

.text-black {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}

.text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}

.text-body {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;
}

.text-muted {
  --bs-text-opacity: 1;
  color: var(--bs-secondary-color) !important;
}

.text-black-50 {
  --bs-text-opacity: 1;
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  --bs-text-opacity: 1;
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-body-secondary {
  --bs-text-opacity: 1;
  color: var(--bs-secondary-color) !important;
}

.text-body-tertiary {
  --bs-text-opacity: 1;
  color: var(--bs-tertiary-color) !important;
}

.text-body-emphasis {
  --bs-text-opacity: 1;
  color: var(--bs-emphasis-color) !important;
}

.text-reset {
  --bs-text-opacity: 1;
  color: inherit !important;
}

.text-opacity-25 {
  --bs-text-opacity: 0.25;
}

.text-opacity-50 {
  --bs-text-opacity: 0.5;
}

.text-opacity-75 {
  --bs-text-opacity: 0.75;
}

.text-opacity-100 {
  --bs-text-opacity: 1;
}

.text-primary-emphasis {
  color: var(--bs-primary-text-emphasis) !important;
}

.text-secondary-emphasis {
  color: var(--bs-secondary-text-emphasis) !important;
}

.text-success-emphasis {
  color: var(--bs-success-text-emphasis) !important;
}

.text-info-emphasis {
  color: var(--bs-info-text-emphasis) !important;
}

.text-warning-emphasis {
  color: var(--bs-warning-text-emphasis) !important;
}

.text-danger-emphasis {
  color: var(--bs-danger-text-emphasis) !important;
}

.text-light-emphasis {
  color: var(--bs-light-text-emphasis) !important;
}

.text-dark-emphasis {
  color: var(--bs-dark-text-emphasis) !important;
}

.link-opacity-10 {
  --bs-link-opacity: 0.1;
}

.link-opacity-10-hover:hover {
  --bs-link-opacity: 0.1;
}

.link-opacity-25 {
  --bs-link-opacity: 0.25;
}

.link-opacity-25-hover:hover {
  --bs-link-opacity: 0.25;
}

.link-opacity-50 {
  --bs-link-opacity: 0.5;
}

.link-opacity-50-hover:hover {
  --bs-link-opacity: 0.5;
}

.link-opacity-75 {
  --bs-link-opacity: 0.75;
}

.link-opacity-75-hover:hover {
  --bs-link-opacity: 0.75;
}

.link-opacity-100 {
  --bs-link-opacity: 1;
}

.link-opacity-100-hover:hover {
  --bs-link-opacity: 1;
}

.link-offset-1 {
  text-underline-offset: 0.125em !important;
}

.link-offset-1-hover:hover {
  text-underline-offset: 0.125em !important;
}

.link-offset-2 {
  text-underline-offset: 0.25em !important;
}

.link-offset-2-hover:hover {
  text-underline-offset: 0.25em !important;
}

.link-offset-3 {
  text-underline-offset: 0.375em !important;
}

.link-offset-3-hover:hover {
  text-underline-offset: 0.375em !important;
}

.link-underline-primary {
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity)) !important;
  text-decoration-color: rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-secondary {
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--bs-secondary-rgb), var(--bs-link-underline-opacity)) !important;
  text-decoration-color: rgba(var(--bs-secondary-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-success {
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--bs-success-rgb), var(--bs-link-underline-opacity)) !important;
  text-decoration-color: rgba(var(--bs-success-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-info {
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--bs-info-rgb), var(--bs-link-underline-opacity)) !important;
  text-decoration-color: rgba(var(--bs-info-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-warning {
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--bs-warning-rgb), var(--bs-link-underline-opacity)) !important;
  text-decoration-color: rgba(var(--bs-warning-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-danger {
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--bs-danger-rgb), var(--bs-link-underline-opacity)) !important;
  text-decoration-color: rgba(var(--bs-danger-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-light {
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--bs-light-rgb), var(--bs-link-underline-opacity)) !important;
  text-decoration-color: rgba(var(--bs-light-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-dark {
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--bs-dark-rgb), var(--bs-link-underline-opacity)) !important;
  text-decoration-color: rgba(var(--bs-dark-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline {
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
  text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

.link-underline-opacity-0 {
  --bs-link-underline-opacity: 0;
}

.link-underline-opacity-0-hover:hover {
  --bs-link-underline-opacity: 0;
}

.link-underline-opacity-10 {
  --bs-link-underline-opacity: 0.1;
}

.link-underline-opacity-10-hover:hover {
  --bs-link-underline-opacity: 0.1;
}

.link-underline-opacity-25 {
  --bs-link-underline-opacity: 0.25;
}

.link-underline-opacity-25-hover:hover {
  --bs-link-underline-opacity: 0.25;
}

.link-underline-opacity-50 {
  --bs-link-underline-opacity: 0.5;
}

.link-underline-opacity-50-hover:hover {
  --bs-link-underline-opacity: 0.5;
}

.link-underline-opacity-75 {
  --bs-link-underline-opacity: 0.75;
}

.link-underline-opacity-75-hover:hover {
  --bs-link-underline-opacity: 0.75;
}

.link-underline-opacity-100 {
  --bs-link-underline-opacity: 1;
}

.link-underline-opacity-100-hover:hover {
  --bs-link-underline-opacity: 1;
}

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

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

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

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

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

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

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

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

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

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

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

.bg-transparent {
  --bs-bg-opacity: 1;
  background-color: transparent !important;
}

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

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

.bg-opacity-10 {
  --bs-bg-opacity: 0.1;
}

.bg-opacity-25 {
  --bs-bg-opacity: 0.25;
}

.bg-opacity-50 {
  --bs-bg-opacity: 0.5;
}

.bg-opacity-75 {
  --bs-bg-opacity: 0.75;
}

.bg-opacity-100 {
  --bs-bg-opacity: 1;
}

.bg-primary-subtle {
  background-color: var(--bs-primary-bg-subtle) !important;
}

.bg-secondary-subtle {
  background-color: var(--bs-secondary-bg-subtle) !important;
}

.bg-success-subtle {
  background-color: var(--bs-success-bg-subtle) !important;
}

.bg-info-subtle {
  background-color: var(--bs-info-bg-subtle) !important;
}

.bg-warning-subtle {
  background-color: var(--bs-warning-bg-subtle) !important;
}

.bg-danger-subtle {
  background-color: var(--bs-danger-bg-subtle) !important;
}

.bg-light-subtle {
  background-color: var(--bs-light-bg-subtle) !important;
}

.bg-dark-subtle {
  background-color: var(--bs-dark-bg-subtle) !important;
}

.bg-gradient {
  background-image: var(--bs-gradient) !important;
}

.user-select-all {
  -webkit-user-select: all !important;
  -moz-user-select: all !important;
  user-select: all !important;
}

.user-select-auto {
  -webkit-user-select: auto !important;
  -moz-user-select: auto !important;
  user-select: auto !important;
}

.user-select-none {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  user-select: none !important;
}

.pe-none {
  pointer-events: none !important;
}

.pe-auto {
  pointer-events: auto !important;
}

.rounded {
  border-radius: var(--bs-border-radius) !important;
}

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

.rounded-1 {
  border-radius: var(--bs-border-radius-sm) !important;
}

.rounded-2 {
  border-radius: var(--bs-border-radius) !important;
}

.rounded-3 {
  border-radius: var(--bs-border-radius-lg) !important;
}

.rounded-4 {
  border-radius: var(--bs-border-radius-xl) !important;
}

.rounded-5 {
  border-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: var(--bs-border-radius-pill) !important;
}

.rounded-top {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}

.rounded-top-0 {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

.rounded-top-1 {
  border-top-left-radius: var(--bs-border-radius-sm) !important;
  border-top-right-radius: var(--bs-border-radius-sm) !important;
}

.rounded-top-2 {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}

.rounded-top-3 {
  border-top-left-radius: var(--bs-border-radius-lg) !important;
  border-top-right-radius: var(--bs-border-radius-lg) !important;
}

.rounded-top-4 {
  border-top-left-radius: var(--bs-border-radius-xl) !important;
  border-top-right-radius: var(--bs-border-radius-xl) !important;
}

.rounded-top-5 {
  border-top-left-radius: var(--bs-border-radius-xxl) !important;
  border-top-right-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-top-circle {
  border-top-left-radius: 50% !important;
  border-top-right-radius: 50% !important;
}

.rounded-top-pill {
  border-top-left-radius: var(--bs-border-radius-pill) !important;
  border-top-right-radius: var(--bs-border-radius-pill) !important;
}

.rounded-end {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}

.rounded-end-0 {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.rounded-end-1 {
  border-top-right-radius: var(--bs-border-radius-sm) !important;
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
}

.rounded-end-2 {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}

.rounded-end-3 {
  border-top-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
}

.rounded-end-4 {
  border-top-right-radius: var(--bs-border-radius-xl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
}

.rounded-end-5 {
  border-top-right-radius: var(--bs-border-radius-xxl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-end-circle {
  border-top-right-radius: 50% !important;
  border-bottom-right-radius: 50% !important;
}

.rounded-end-pill {
  border-top-right-radius: var(--bs-border-radius-pill) !important;
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
}

.rounded-bottom {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}

.rounded-bottom-0 {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.rounded-bottom-1 {
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
}

.rounded-bottom-2 {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}

.rounded-bottom-3 {
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
}

.rounded-bottom-4 {
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
}

.rounded-bottom-5 {
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-bottom-circle {
  border-bottom-right-radius: 50% !important;
  border-bottom-left-radius: 50% !important;
}

.rounded-bottom-pill {
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
}

.rounded-start {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}

.rounded-start-0 {
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
}

.rounded-start-1 {
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
  border-top-left-radius: var(--bs-border-radius-sm) !important;
}

.rounded-start-2 {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}

.rounded-start-3 {
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
  border-top-left-radius: var(--bs-border-radius-lg) !important;
}

.rounded-start-4 {
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
  border-top-left-radius: var(--bs-border-radius-xl) !important;
}

.rounded-start-5 {
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
  border-top-left-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-start-circle {
  border-bottom-left-radius: 50% !important;
  border-top-left-radius: 50% !important;
}

.rounded-start-pill {
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
  border-top-left-radius: var(--bs-border-radius-pill) !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

.z-n1 {
  z-index: -1 !important;
}

.z-0 {
  z-index: 0 !important;
}

.z-1 {
  z-index: 1 !important;
}

.z-2 {
  z-index: 2 !important;
}

.z-3 {
  z-index: 3 !important;
}

@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }
  .float-sm-end {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
  .object-fit-sm-contain {
    -o-object-fit: contain !important;
    object-fit: contain !important;
  }
  .object-fit-sm-cover {
    -o-object-fit: cover !important;
    object-fit: cover !important;
  }
  .object-fit-sm-fill {
    -o-object-fit: fill !important;
    object-fit: fill !important;
  }
  .object-fit-sm-scale {
    -o-object-fit: scale-down !important;
    object-fit: scale-down !important;
  }
  .object-fit-sm-none {
    -o-object-fit: none !important;
    object-fit: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-inline-grid {
    display: inline-grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
  .gap-sm-0 {
    gap: 0 !important;
  }
  .gap-sm-1 {
    gap: 0.25rem !important;
  }
  .gap-sm-2 {
    gap: 0.5rem !important;
  }
  .gap-sm-3 {
    gap: 1rem !important;
  }
  .gap-sm-4 {
    gap: 1.5rem !important;
  }
  .gap-sm-5 {
    gap: 3rem !important;
  }
  .row-gap-sm-0 {
    row-gap: 0 !important;
  }
  .row-gap-sm-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-sm-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-sm-3 {
    row-gap: 1rem !important;
  }
  .row-gap-sm-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-sm-5 {
    row-gap: 3rem !important;
  }
  .column-gap-sm-0 {
    -moz-column-gap: 0 !important;
    column-gap: 0 !important;
  }
  .column-gap-sm-1 {
    -moz-column-gap: 0.25rem !important;
    column-gap: 0.25rem !important;
  }
  .column-gap-sm-2 {
    -moz-column-gap: 0.5rem !important;
    column-gap: 0.5rem !important;
  }
  .column-gap-sm-3 {
    -moz-column-gap: 1rem !important;
    column-gap: 1rem !important;
  }
  .column-gap-sm-4 {
    -moz-column-gap: 1.5rem !important;
    column-gap: 1.5rem !important;
  }
  .column-gap-sm-5 {
    -moz-column-gap: 3rem !important;
    column-gap: 3rem !important;
  }
  .text-sm-start {
    text-align: left !important;
  }
  .text-sm-end {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .float-md-start {
    float: left !important;
  }
  .float-md-end {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
  .object-fit-md-contain {
    -o-object-fit: contain !important;
    object-fit: contain !important;
  }
  .object-fit-md-cover {
    -o-object-fit: cover !important;
    object-fit: cover !important;
  }
  .object-fit-md-fill {
    -o-object-fit: fill !important;
    object-fit: fill !important;
  }
  .object-fit-md-scale {
    -o-object-fit: scale-down !important;
    object-fit: scale-down !important;
  }
  .object-fit-md-none {
    -o-object-fit: none !important;
    object-fit: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-inline-grid {
    display: inline-grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .me-md-3 {
    margin-right: 1rem !important;
  }
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .me-md-5 {
    margin-right: 3rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .ps-md-5 {
    padding-left: 3rem !important;
  }
  .gap-md-0 {
    gap: 0 !important;
  }
  .gap-md-1 {
    gap: 0.25rem !important;
  }
  .gap-md-2 {
    gap: 0.5rem !important;
  }
  .gap-md-3 {
    gap: 1rem !important;
  }
  .gap-md-4 {
    gap: 1.5rem !important;
  }
  .gap-md-5 {
    gap: 3rem !important;
  }
  .row-gap-md-0 {
    row-gap: 0 !important;
  }
  .row-gap-md-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-md-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-md-3 {
    row-gap: 1rem !important;
  }
  .row-gap-md-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-md-5 {
    row-gap: 3rem !important;
  }
  .column-gap-md-0 {
    -moz-column-gap: 0 !important;
    column-gap: 0 !important;
  }
  .column-gap-md-1 {
    -moz-column-gap: 0.25rem !important;
    column-gap: 0.25rem !important;
  }
  .column-gap-md-2 {
    -moz-column-gap: 0.5rem !important;
    column-gap: 0.5rem !important;
  }
  .column-gap-md-3 {
    -moz-column-gap: 1rem !important;
    column-gap: 1rem !important;
  }
  .column-gap-md-4 {
    -moz-column-gap: 1.5rem !important;
    column-gap: 1.5rem !important;
  }
  .column-gap-md-5 {
    -moz-column-gap: 3rem !important;
    column-gap: 3rem !important;
  }
  .text-md-start {
    text-align: left !important;
  }
  .text-md-end {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .float-lg-start {
    float: left !important;
  }
  .float-lg-end {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
  .object-fit-lg-contain {
    -o-object-fit: contain !important;
    object-fit: contain !important;
  }
  .object-fit-lg-cover {
    -o-object-fit: cover !important;
    object-fit: cover !important;
  }
  .object-fit-lg-fill {
    -o-object-fit: fill !important;
    object-fit: fill !important;
  }
  .object-fit-lg-scale {
    -o-object-fit: scale-down !important;
    object-fit: scale-down !important;
  }
  .object-fit-lg-none {
    -o-object-fit: none !important;
    object-fit: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-inline-grid {
    display: inline-grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
  .gap-lg-0 {
    gap: 0 !important;
  }
  .gap-lg-1 {
    gap: 0.25rem !important;
  }
  .gap-lg-2 {
    gap: 0.5rem !important;
  }
  .gap-lg-3 {
    gap: 1rem !important;
  }
  .gap-lg-4 {
    gap: 1.5rem !important;
  }
  .gap-lg-5 {
    gap: 3rem !important;
  }
  .row-gap-lg-0 {
    row-gap: 0 !important;
  }
  .row-gap-lg-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-lg-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-lg-3 {
    row-gap: 1rem !important;
  }
  .row-gap-lg-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-lg-5 {
    row-gap: 3rem !important;
  }
  .column-gap-lg-0 {
    -moz-column-gap: 0 !important;
    column-gap: 0 !important;
  }
  .column-gap-lg-1 {
    -moz-column-gap: 0.25rem !important;
    column-gap: 0.25rem !important;
  }
  .column-gap-lg-2 {
    -moz-column-gap: 0.5rem !important;
    column-gap: 0.5rem !important;
  }
  .column-gap-lg-3 {
    -moz-column-gap: 1rem !important;
    column-gap: 1rem !important;
  }
  .column-gap-lg-4 {
    -moz-column-gap: 1.5rem !important;
    column-gap: 1.5rem !important;
  }
  .column-gap-lg-5 {
    -moz-column-gap: 3rem !important;
    column-gap: 3rem !important;
  }
  .text-lg-start {
    text-align: left !important;
  }
  .text-lg-end {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important;
  }
  .float-xl-end {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
  .object-fit-xl-contain {
    -o-object-fit: contain !important;
    object-fit: contain !important;
  }
  .object-fit-xl-cover {
    -o-object-fit: cover !important;
    object-fit: cover !important;
  }
  .object-fit-xl-fill {
    -o-object-fit: fill !important;
    object-fit: fill !important;
  }
  .object-fit-xl-scale {
    -o-object-fit: scale-down !important;
    object-fit: scale-down !important;
  }
  .object-fit-xl-none {
    -o-object-fit: none !important;
    object-fit: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-inline-grid {
    display: inline-grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  .order-xl-first {
    order: -1 !important;
  }
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
  .order-xl-last {
    order: 6 !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xl-5 {
    margin-right: 3rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xl-5 {
    margin-left: 3rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
  .gap-xl-0 {
    gap: 0 !important;
  }
  .gap-xl-1 {
    gap: 0.25rem !important;
  }
  .gap-xl-2 {
    gap: 0.5rem !important;
  }
  .gap-xl-3 {
    gap: 1rem !important;
  }
  .gap-xl-4 {
    gap: 1.5rem !important;
  }
  .gap-xl-5 {
    gap: 3rem !important;
  }
  .row-gap-xl-0 {
    row-gap: 0 !important;
  }
  .row-gap-xl-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-xl-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-xl-3 {
    row-gap: 1rem !important;
  }
  .row-gap-xl-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-xl-5 {
    row-gap: 3rem !important;
  }
  .column-gap-xl-0 {
    -moz-column-gap: 0 !important;
    column-gap: 0 !important;
  }
  .column-gap-xl-1 {
    -moz-column-gap: 0.25rem !important;
    column-gap: 0.25rem !important;
  }
  .column-gap-xl-2 {
    -moz-column-gap: 0.5rem !important;
    column-gap: 0.5rem !important;
  }
  .column-gap-xl-3 {
    -moz-column-gap: 1rem !important;
    column-gap: 1rem !important;
  }
  .column-gap-xl-4 {
    -moz-column-gap: 1.5rem !important;
    column-gap: 1.5rem !important;
  }
  .column-gap-xl-5 {
    -moz-column-gap: 3rem !important;
    column-gap: 3rem !important;
  }
  .text-xl-start {
    text-align: left !important;
  }
  .text-xl-end {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1400px) {
  .float-xxl-start {
    float: left !important;
  }
  .float-xxl-end {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
  .object-fit-xxl-contain {
    -o-object-fit: contain !important;
    object-fit: contain !important;
  }
  .object-fit-xxl-cover {
    -o-object-fit: cover !important;
    object-fit: cover !important;
  }
  .object-fit-xxl-fill {
    -o-object-fit: fill !important;
    object-fit: fill !important;
  }
  .object-fit-xxl-scale {
    -o-object-fit: scale-down !important;
    object-fit: scale-down !important;
  }
  .object-fit-xxl-none {
    -o-object-fit: none !important;
    object-fit: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-inline-grid {
    display: inline-grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  .order-xxl-first {
    order: -1 !important;
  }
  .order-xxl-0 {
    order: 0 !important;
  }
  .order-xxl-1 {
    order: 1 !important;
  }
  .order-xxl-2 {
    order: 2 !important;
  }
  .order-xxl-3 {
    order: 3 !important;
  }
  .order-xxl-4 {
    order: 4 !important;
  }
  .order-xxl-5 {
    order: 5 !important;
  }
  .order-xxl-last {
    order: 6 !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xxl-3 {
    margin-right: 1rem !important;
  }
  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xxl-5 {
    margin-right: 3rem !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
  .gap-xxl-0 {
    gap: 0 !important;
  }
  .gap-xxl-1 {
    gap: 0.25rem !important;
  }
  .gap-xxl-2 {
    gap: 0.5rem !important;
  }
  .gap-xxl-3 {
    gap: 1rem !important;
  }
  .gap-xxl-4 {
    gap: 1.5rem !important;
  }
  .gap-xxl-5 {
    gap: 3rem !important;
  }
  .row-gap-xxl-0 {
    row-gap: 0 !important;
  }
  .row-gap-xxl-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-xxl-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-xxl-3 {
    row-gap: 1rem !important;
  }
  .row-gap-xxl-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-xxl-5 {
    row-gap: 3rem !important;
  }
  .column-gap-xxl-0 {
    -moz-column-gap: 0 !important;
    column-gap: 0 !important;
  }
  .column-gap-xxl-1 {
    -moz-column-gap: 0.25rem !important;
    column-gap: 0.25rem !important;
  }
  .column-gap-xxl-2 {
    -moz-column-gap: 0.5rem !important;
    column-gap: 0.5rem !important;
  }
  .column-gap-xxl-3 {
    -moz-column-gap: 1rem !important;
    column-gap: 1rem !important;
  }
  .column-gap-xxl-4 {
    -moz-column-gap: 1.5rem !important;
    column-gap: 1.5rem !important;
  }
  .column-gap-xxl-5 {
    -moz-column-gap: 3rem !important;
    column-gap: 3rem !important;
  }
  .text-xxl-start {
    text-align: left !important;
  }
  .text-xxl-end {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.5rem !important;
  }
  .fs-2 {
    font-size: 2rem !important;
  }
  .fs-3 {
    font-size: 1.75rem !important;
  }
  .fs-4 {
    font-size: 1.5rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !important;
  }
  .d-print-inline-grid {
    display: inline-grid !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}

/*# sourceMappingURL=bootstrap.css.map *//*!
 * Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2024 Fonticons, Inc.
 */
.fa {
  font-family: var(--fa-style-family, "Font Awesome 6 Free");
  font-weight: var(--fa-style, 900); }

.fas,
.far,
.fab,
.fa-solid,
.fa-regular,
.fa-brands,
.fa {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto; }

.fas::before,
.far::before,
.fab::before,
.fa-solid::before,
.fa-regular::before,
.fa-brands::before,
.fa::before {
  content: var(--fa); }

.fa-classic,
.fas,
.fa-solid,
.far,
.fa-regular {
  font-family: 'Font Awesome 6 Free'; }

.fa-brands,
.fab {
  font-family: 'Font Awesome 6 Brands'; }

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

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

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

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

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

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

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

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

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

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

.fa-2xs {
  font-size: 0.625em;
  line-height: 0.1em;
  vertical-align: 0.225em; }

.fa-xs {
  font-size: 0.75em;
  line-height: 0.08333em;
  vertical-align: 0.125em; }

.fa-sm {
  font-size: 0.875em;
  line-height: 0.07143em;
  vertical-align: 0.05357em; }

.fa-lg {
  font-size: 1.25em;
  line-height: 0.05em;
  vertical-align: -0.075em; }

.fa-xl {
  font-size: 1.5em;
  line-height: 0.04167em;
  vertical-align: -0.125em; }

.fa-2xl {
  font-size: 2em;
  line-height: 0.03125em;
  vertical-align: -0.1875em; }

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

.fa-ul {
  list-style-type: none;
  margin-left: var(--fa-li-margin, 2.5em);
  padding-left: 0; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  left: calc(-1 * var(--fa-li-width, 2em));
  position: absolute;
  text-align: center;
  width: var(--fa-li-width, 2em);
  line-height: inherit; }

.fa-border {
  border-color: var(--fa-border-color, #eee);
  border-radius: var(--fa-border-radius, 0.1em);
  border-style: var(--fa-border-style, solid);
  border-width: var(--fa-border-width, 0.08em);
  padding: var(--fa-border-padding, 0.2em 0.25em 0.15em); }

.fa-pull-left {
  float: left;
  margin-right: var(--fa-pull-margin, 0.3em); }

.fa-pull-right {
  float: right;
  margin-left: var(--fa-pull-margin, 0.3em); }

.fa-beat {
  animation-name: fa-beat;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, ease-in-out); }

.fa-bounce {
  animation-name: fa-bounce;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1)); }

.fa-fade {
  animation-name: fa-fade;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1)); }

.fa-beat-fade {
  animation-name: fa-beat-fade;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1)); }

.fa-flip {
  animation-name: fa-flip;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, ease-in-out); }

.fa-shake {
  animation-name: fa-shake;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, linear); }

.fa-spin {
  animation-name: fa-spin;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 2s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, linear); }

.fa-spin-reverse {
  --fa-animation-direction: reverse; }

.fa-pulse,
.fa-spin-pulse {
  animation-name: fa-spin;
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, steps(8)); }

@media (prefers-reduced-motion: reduce) {
  .fa-beat,
  .fa-bounce,
  .fa-fade,
  .fa-beat-fade,
  .fa-flip,
  .fa-pulse,
  .fa-shake,
  .fa-spin,
  .fa-spin-pulse {
    animation-delay: -1ms;
    animation-duration: 1ms;
    animation-iteration-count: 1;
    transition-delay: 0s;
    transition-duration: 0s; } }

@keyframes fa-beat {
  0%, 90% {
    transform: scale(1); }
  45% {
    transform: scale(var(--fa-beat-scale, 1.25)); } }

@keyframes fa-bounce {
  0% {
    transform: scale(1, 1) translateY(0); }
  10% {
    transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0); }
  30% {
    transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em)); }
  50% {
    transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0); }
  57% {
    transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em)); }
  64% {
    transform: scale(1, 1) translateY(0); }
  100% {
    transform: scale(1, 1) translateY(0); } }

@keyframes fa-fade {
  50% {
    opacity: var(--fa-fade-opacity, 0.4); } }

@keyframes fa-beat-fade {
  0%, 100% {
    opacity: var(--fa-beat-fade-opacity, 0.4);
    transform: scale(1); }
  50% {
    opacity: 1;
    transform: scale(var(--fa-beat-fade-scale, 1.125)); } }

@keyframes fa-flip {
  50% {
    transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg)); } }

@keyframes fa-shake {
  0% {
    transform: rotate(-15deg); }
  4% {
    transform: rotate(15deg); }
  8%, 24% {
    transform: rotate(-18deg); }
  12%, 28% {
    transform: rotate(18deg); }
  16% {
    transform: rotate(-22deg); }
  20% {
    transform: rotate(22deg); }
  32% {
    transform: rotate(-12deg); }
  36% {
    transform: rotate(12deg); }
  40%, 100% {
    transform: rotate(0deg); } }

@keyframes fa-spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.fa-rotate-90 {
  transform: rotate(90deg); }

.fa-rotate-180 {
  transform: rotate(180deg); }

.fa-rotate-270 {
  transform: rotate(270deg); }

.fa-flip-horizontal {
  transform: scale(-1, 1); }

.fa-flip-vertical {
  transform: scale(1, -1); }

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
  transform: scale(-1, -1); }

.fa-rotate-by {
  transform: rotate(var(--fa-rotate-angle, 0)); }

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

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: var(--fa-stack-z-index, auto); }

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

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

.fa-inverse {
  color: var(--fa-inverse, #fff); }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */

.fa-0 {
  --fa: "\30"; }

.fa-1 {
  --fa: "\31"; }

.fa-2 {
  --fa: "\32"; }

.fa-3 {
  --fa: "\33"; }

.fa-4 {
  --fa: "\34"; }

.fa-5 {
  --fa: "\35"; }

.fa-6 {
  --fa: "\36"; }

.fa-7 {
  --fa: "\37"; }

.fa-8 {
  --fa: "\38"; }

.fa-9 {
  --fa: "\39"; }

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

.fa-arrows-to-circle {
  --fa: "\e4bd"; }

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

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

.fa-at {
  --fa: "\40"; }

.fa-trash-can {
  --fa: "\f2ed"; }

.fa-trash-alt {
  --fa: "\f2ed"; }

.fa-text-height {
  --fa: "\f034"; }

.fa-user-xmark {
  --fa: "\f235"; }

.fa-user-times {
  --fa: "\f235"; }

.fa-stethoscope {
  --fa: "\f0f1"; }

.fa-message {
  --fa: "\f27a"; }

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

.fa-info {
  --fa: "\f129"; }

.fa-down-left-and-up-right-to-center {
  --fa: "\f422"; }

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

.fa-explosion {
  --fa: "\e4e9"; }

.fa-file-lines {
  --fa: "\f15c"; }

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

.fa-file-text {
  --fa: "\f15c"; }

.fa-wave-square {
  --fa: "\f83e"; }

.fa-ring {
  --fa: "\f70b"; }

.fa-building-un {
  --fa: "\e4d9"; }

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

.fa-calendar-days {
  --fa: "\f073"; }

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

.fa-anchor-circle-check {
  --fa: "\e4aa"; }

.fa-building-circle-arrow-right {
  --fa: "\e4d1"; }

.fa-volleyball {
  --fa: "\f45f"; }

.fa-volleyball-ball {
  --fa: "\f45f"; }

.fa-arrows-up-to-line {
  --fa: "\e4c2"; }

.fa-sort-down {
  --fa: "\f0dd"; }

.fa-sort-desc {
  --fa: "\f0dd"; }

.fa-circle-minus {
  --fa: "\f056"; }

.fa-minus-circle {
  --fa: "\f056"; }

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

.fa-right-from-bracket {
  --fa: "\f2f5"; }

.fa-sign-out-alt {
  --fa: "\f2f5"; }

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

.fa-soap {
  --fa: "\e06e"; }

.fa-icons {
  --fa: "\f86d"; }

.fa-heart-music-camera-bolt {
  --fa: "\f86d"; }

.fa-microphone-lines-slash {
  --fa: "\f539"; }

.fa-microphone-alt-slash {
  --fa: "\f539"; }

.fa-bridge-circle-check {
  --fa: "\e4c9"; }

.fa-pump-medical {
  --fa: "\e06a"; }

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

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

.fa-magnifying-glass-location {
  --fa: "\f689"; }

.fa-search-location {
  --fa: "\f689"; }

.fa-forward-step {
  --fa: "\f051"; }

.fa-step-forward {
  --fa: "\f051"; }

.fa-face-smile-beam {
  --fa: "\f5b8"; }

.fa-smile-beam {
  --fa: "\f5b8"; }

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

.fa-football {
  --fa: "\f44e"; }

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

.fa-school-circle-exclamation {
  --fa: "\e56c"; }

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

.fa-angles-down {
  --fa: "\f103"; }

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

.fa-users-rectangle {
  --fa: "\e594"; }

.fa-people-roof {
  --fa: "\e537"; }

.fa-people-line {
  --fa: "\e534"; }

.fa-beer-mug-empty {
  --fa: "\f0fc"; }

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

.fa-diagram-predecessor {
  --fa: "\e477"; }

.fa-arrow-up-long {
  --fa: "\f176"; }

.fa-long-arrow-up {
  --fa: "\f176"; }

.fa-fire-flame-simple {
  --fa: "\f46a"; }

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

.fa-person {
  --fa: "\f183"; }

.fa-male {
  --fa: "\f183"; }

.fa-laptop {
  --fa: "\f109"; }

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

.fa-menorah {
  --fa: "\f676"; }

.fa-truck-plane {
  --fa: "\e58f"; }

.fa-record-vinyl {
  --fa: "\f8d9"; }

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

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

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

.fa-spaghetti-monster-flying {
  --fa: "\f67b"; }

.fa-pastafarianism {
  --fa: "\f67b"; }

.fa-arrow-down-up-across-line {
  --fa: "\e4af"; }

.fa-spoon {
  --fa: "\f2e5"; }

.fa-utensil-spoon {
  --fa: "\f2e5"; }

.fa-jar-wheat {
  --fa: "\e517"; }

.fa-envelopes-bulk {
  --fa: "\f674"; }

.fa-mail-bulk {
  --fa: "\f674"; }

.fa-file-circle-exclamation {
  --fa: "\e4eb"; }

.fa-circle-h {
  --fa: "\f47e"; }

.fa-hospital-symbol {
  --fa: "\f47e"; }

.fa-pager {
  --fa: "\f815"; }

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

.fa-contact-book {
  --fa: "\f2b9"; }

.fa-strikethrough {
  --fa: "\f0cc"; }

.fa-k {
  --fa: "\4b"; }

.fa-landmark-flag {
  --fa: "\e51c"; }

.fa-pencil {
  --fa: "\f303"; }

.fa-pencil-alt {
  --fa: "\f303"; }

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

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

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

.fa-paste {
  --fa: "\f0ea"; }

.fa-file-clipboard {
  --fa: "\f0ea"; }

.fa-code-pull-request {
  --fa: "\e13c"; }

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

.fa-truck-ramp-box {
  --fa: "\f4de"; }

.fa-truck-loading {
  --fa: "\f4de"; }

.fa-user-check {
  --fa: "\f4fc"; }

.fa-vial-virus {
  --fa: "\e597"; }

.fa-sheet-plastic {
  --fa: "\e571"; }

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

.fa-user-ninja {
  --fa: "\f504"; }

.fa-person-arrow-up-from-line {
  --fa: "\e539"; }

.fa-scroll-torah {
  --fa: "\f6a0"; }

.fa-torah {
  --fa: "\f6a0"; }

.fa-broom-ball {
  --fa: "\f458"; }

.fa-quidditch {
  --fa: "\f458"; }

.fa-quidditch-broom-ball {
  --fa: "\f458"; }

.fa-toggle-off {
  --fa: "\f204"; }

.fa-box-archive {
  --fa: "\f187"; }

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

.fa-person-drowning {
  --fa: "\e545"; }

.fa-arrow-down-9-1 {
  --fa: "\f886"; }

.fa-sort-numeric-desc {
  --fa: "\f886"; }

.fa-sort-numeric-down-alt {
  --fa: "\f886"; }

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

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

.fa-spray-can {
  --fa: "\f5bd"; }

.fa-truck-monster {
  --fa: "\f63b"; }

.fa-w {
  --fa: "\57"; }

.fa-earth-africa {
  --fa: "\f57c"; }

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

.fa-rainbow {
  --fa: "\f75b"; }

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

.fa-tablet-screen-button {
  --fa: "\f3fa"; }

.fa-tablet-alt {
  --fa: "\f3fa"; }

.fa-paw {
  --fa: "\f1b0"; }

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

.fa-trowel-bricks {
  --fa: "\e58a"; }

.fa-face-flushed {
  --fa: "\f579"; }

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

.fa-hospital-user {
  --fa: "\f80d"; }

.fa-tent-arrow-left-right {
  --fa: "\e57f"; }

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

.fa-legal {
  --fa: "\f0e3"; }

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

.fa-microphone-slash {
  --fa: "\f131"; }

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

.fa-motorcycle {
  --fa: "\f21c"; }

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

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

.fa-pen-ruler {
  --fa: "\f5ae"; }

.fa-pencil-ruler {
  --fa: "\f5ae"; }

.fa-people-arrows {
  --fa: "\e068"; }

.fa-people-arrows-left-right {
  --fa: "\e068"; }

.fa-mars-and-venus-burst {
  --fa: "\e523"; }

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

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

.fa-scissors {
  --fa: "\f0c4"; }

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

.fa-sun-plant-wilt {
  --fa: "\e57a"; }

.fa-toilets-portable {
  --fa: "\e584"; }

.fa-hockey-puck {
  --fa: "\f453"; }

.fa-table {
  --fa: "\f0ce"; }

.fa-magnifying-glass-arrow-right {
  --fa: "\e521"; }

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

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

.fa-users-slash {
  --fa: "\e073"; }

.fa-clover {
  --fa: "\e139"; }

.fa-reply {
  --fa: "\f3e5"; }

.fa-mail-reply {
  --fa: "\f3e5"; }

.fa-star-and-crescent {
  --fa: "\f699"; }

.fa-house-fire {
  --fa: "\e50c"; }

.fa-square-minus {
  --fa: "\f146"; }

.fa-minus-square {
  --fa: "\f146"; }

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

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

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

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

.fa-file-circle-question {
  --fa: "\e4ef"; }

.fa-laptop-code {
  --fa: "\f5fc"; }

.fa-swatchbook {
  --fa: "\f5c3"; }

.fa-prescription-bottle {
  --fa: "\f485"; }

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

.fa-navicon {
  --fa: "\f0c9"; }

.fa-people-group {
  --fa: "\e533"; }

.fa-hourglass-end {
  --fa: "\f253"; }

.fa-hourglass-3 {
  --fa: "\f253"; }

.fa-heart-crack {
  --fa: "\f7a9"; }

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

.fa-square-up-right {
  --fa: "\f360"; }

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

.fa-face-kiss-beam {
  --fa: "\f597"; }

.fa-kiss-beam {
  --fa: "\f597"; }

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

.fa-ruler-horizontal {
  --fa: "\f547"; }

.fa-people-robbery {
  --fa: "\e536"; }

.fa-lightbulb {
  --fa: "\f0eb"; }

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

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

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

.fa-school-circle-xmark {
  --fa: "\e56d"; }

.fa-arrow-right-from-bracket {
  --fa: "\f08b"; }

.fa-sign-out {
  --fa: "\f08b"; }

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

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

.fa-unlock-keyhole {
  --fa: "\f13e"; }

.fa-unlock-alt {
  --fa: "\f13e"; }

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

.fa-headphones-simple {
  --fa: "\f58f"; }

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

.fa-sitemap {
  --fa: "\f0e8"; }

.fa-circle-dollar-to-slot {
  --fa: "\f4b9"; }

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

.fa-memory {
  --fa: "\f538"; }

.fa-road-spikes {
  --fa: "\e568"; }

.fa-fire-burner {
  --fa: "\e4f1"; }

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

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

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

.fa-volume-low {
  --fa: "\f027"; }

.fa-volume-down {
  --fa: "\f027"; }

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

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

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

.fa-wheat-awn {
  --fa: "\e2cd"; }

.fa-wheat-alt {
  --fa: "\e2cd"; }

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

.fa-hands-holding-child {
  --fa: "\e4fa"; }

.fa-asterisk {
  --fa: "\2a"; }

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

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

.fa-peseta-sign {
  --fa: "\e221"; }

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

.fa-header {
  --fa: "\f1dc"; }

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

.fa-list {
  --fa: "\f03a"; }

.fa-list-squares {
  --fa: "\f03a"; }

.fa-square-phone-flip {
  --fa: "\f87b"; }

.fa-phone-square-alt {
  --fa: "\f87b"; }

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

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

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

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

.fa-face-dizzy {
  --fa: "\f567"; }

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

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

.fa-house-medical-circle-xmark {
  --fa: "\e513"; }

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

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

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

.fa-futbol-ball {
  --fa: "\f1e3"; }

.fa-soccer-ball {
  --fa: "\f1e3"; }

.fa-paintbrush {
  --fa: "\f1fc"; }

.fa-paint-brush {
  --fa: "\f1fc"; }

.fa-lock {
  --fa: "\f023"; }

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

.fa-hot-tub-person {
  --fa: "\f593"; }

.fa-hot-tub {
  --fa: "\f593"; }

.fa-map-location {
  --fa: "\f59f"; }

.fa-map-marked {
  --fa: "\f59f"; }

.fa-house-flood-water {
  --fa: "\e50e"; }

.fa-tree {
  --fa: "\f1bb"; }

.fa-bridge-lock {
  --fa: "\e4cc"; }

.fa-sack-dollar {
  --fa: "\f81d"; }

.fa-pen-to-square {
  --fa: "\f044"; }

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

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

.fa-share-nodes {
  --fa: "\f1e0"; }

.fa-share-alt {
  --fa: "\f1e0"; }

.fa-heart-circle-minus {
  --fa: "\e4ff"; }

.fa-hourglass-half {
  --fa: "\f252"; }

.fa-hourglass-2 {
  --fa: "\f252"; }

.fa-microscope {
  --fa: "\f610"; }

.fa-sink {
  --fa: "\e06d"; }

.fa-bag-shopping {
  --fa: "\f290"; }

.fa-shopping-bag {
  --fa: "\f290"; }

.fa-arrow-down-z-a {
  --fa: "\f881"; }

.fa-sort-alpha-desc {
  --fa: "\f881"; }

.fa-sort-alpha-down-alt {
  --fa: "\f881"; }

.fa-mitten {
  --fa: "\f7b5"; }

.fa-person-rays {
  --fa: "\e54d"; }

.fa-users {
  --fa: "\f0c0"; }

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

.fa-flask-vial {
  --fa: "\e4f3"; }

.fa-hand {
  --fa: "\f256"; }

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

.fa-om {
  --fa: "\f679"; }

.fa-worm {
  --fa: "\e599"; }

.fa-house-circle-xmark {
  --fa: "\e50b"; }

.fa-plug {
  --fa: "\f1e6"; }

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

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

.fa-stopwatch {
  --fa: "\f2f2"; }

.fa-face-kiss {
  --fa: "\f596"; }

.fa-kiss {
  --fa: "\f596"; }

.fa-bridge-circle-xmark {
  --fa: "\e4cb"; }

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

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

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

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

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

.fa-ear-deaf {
  --fa: "\f2a4"; }

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

.fa-deafness {
  --fa: "\f2a4"; }

.fa-hard-of-hearing {
  --fa: "\f2a4"; }

.fa-road-circle-check {
  --fa: "\e564"; }

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

.fa-square-rss {
  --fa: "\f143"; }

.fa-rss-square {
  --fa: "\f143"; }

.fa-land-mine-on {
  --fa: "\e51b"; }

.fa-i-cursor {
  --fa: "\f246"; }

.fa-stamp {
  --fa: "\f5bf"; }

.fa-stairs {
  --fa: "\e289"; }

.fa-i {
  --fa: "\49"; }

.fa-hryvnia-sign {
  --fa: "\f6f2"; }

.fa-hryvnia {
  --fa: "\f6f2"; }

.fa-pills {
  --fa: "\f484"; }

.fa-face-grin-wide {
  --fa: "\f581"; }

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

.fa-tooth {
  --fa: "\f5c9"; }

.fa-v {
  --fa: "\56"; }

.fa-bangladeshi-taka-sign {
  --fa: "\e2e6"; }

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

.fa-staff-snake {
  --fa: "\e579"; }

.fa-rod-asclepius {
  --fa: "\e579"; }

.fa-rod-snake {
  --fa: "\e579"; }

.fa-staff-aesculapius {
  --fa: "\e579"; }

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

.fa-truck-medical {
  --fa: "\f0f9"; }

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

.fa-wheat-awn-circle-exclamation {
  --fa: "\e598"; }

.fa-snowman {
  --fa: "\f7d0"; }

.fa-mortar-pestle {
  --fa: "\f5a7"; }

.fa-road-barrier {
  --fa: "\e562"; }

.fa-school {
  --fa: "\f549"; }

.fa-igloo {
  --fa: "\f7ae"; }

.fa-joint {
  --fa: "\f595"; }

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

.fa-horse {
  --fa: "\f6f0"; }

.fa-q {
  --fa: "\51"; }

.fa-g {
  --fa: "\47"; }

.fa-notes-medical {
  --fa: "\f481"; }

.fa-temperature-half {
  --fa: "\f2c9"; }

.fa-temperature-2 {
  --fa: "\f2c9"; }

.fa-thermometer-2 {
  --fa: "\f2c9"; }

.fa-thermometer-half {
  --fa: "\f2c9"; }

.fa-dong-sign {
  --fa: "\e169"; }

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

.fa-poo-storm {
  --fa: "\f75a"; }

.fa-poo-bolt {
  --fa: "\f75a"; }

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

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

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

.fa-money-bill {
  --fa: "\f0d6"; }

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

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

.fa-umbrella-beach {
  --fa: "\f5ca"; }

.fa-helmet-un {
  --fa: "\e503"; }

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

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

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

.fa-arrow-up-from-bracket {
  --fa: "\e09a"; }

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

.fa-folder-blank {
  --fa: "\f07b"; }

.fa-file-waveform {
  --fa: "\f478"; }

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

.fa-radiation {
  --fa: "\f7b9"; }

.fa-chart-simple {
  --fa: "\e473"; }

.fa-mars-stroke {
  --fa: "\f229"; }

.fa-vial {
  --fa: "\f492"; }

.fa-gauge {
  --fa: "\f624"; }

.fa-dashboard {
  --fa: "\f624"; }

.fa-gauge-med {
  --fa: "\f624"; }

.fa-tachometer-alt-average {
  --fa: "\f624"; }

.fa-wand-magic-sparkles {
  --fa: "\e2ca"; }

.fa-magic-wand-sparkles {
  --fa: "\e2ca"; }

.fa-e {
  --fa: "\45"; }

.fa-pen-clip {
  --fa: "\f305"; }

.fa-pen-alt {
  --fa: "\f305"; }

.fa-bridge-circle-exclamation {
  --fa: "\e4ca"; }

.fa-user {
  --fa: "\f007"; }

.fa-school-circle-check {
  --fa: "\e56b"; }

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

.fa-van-shuttle {
  --fa: "\f5b6"; }

.fa-shuttle-van {
  --fa: "\f5b6"; }

.fa-building-user {
  --fa: "\e4da"; }

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

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

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

.fa-key {
  --fa: "\f084"; }

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

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

.fa-synagogue {
  --fa: "\f69b"; }

.fa-person-half-dress {
  --fa: "\e548"; }

.fa-road-bridge {
  --fa: "\e563"; }

.fa-location-arrow {
  --fa: "\f124"; }

.fa-c {
  --fa: "\43"; }

.fa-tablet-button {
  --fa: "\f10a"; }

.fa-building-lock {
  --fa: "\e4d6"; }

.fa-pizza-slice {
  --fa: "\f818"; }

.fa-money-bill-wave {
  --fa: "\f53a"; }

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

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

.fa-house-flag {
  --fa: "\e50d"; }

.fa-person-circle-minus {
  --fa: "\e540"; }

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

.fa-cancel {
  --fa: "\f05e"; }

.fa-camera-rotate {
  --fa: "\e0d8"; }

.fa-spray-can-sparkles {
  --fa: "\f5d0"; }

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

.fa-star {
  --fa: "\f005"; }

.fa-repeat {
  --fa: "\f363"; }

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

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

.fa-venus-mars {
  --fa: "\f228"; }

.fa-arrow-pointer {
  --fa: "\f245"; }

.fa-mouse-pointer {
  --fa: "\f245"; }

.fa-maximize {
  --fa: "\f31e"; }

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

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

.fa-shapes {
  --fa: "\f61f"; }

.fa-triangle-circle-square {
  --fa: "\f61f"; }

.fa-shuffle {
  --fa: "\f074"; }

.fa-random {
  --fa: "\f074"; }

.fa-person-running {
  --fa: "\f70c"; }

.fa-running {
  --fa: "\f70c"; }

.fa-mobile-retro {
  --fa: "\e527"; }

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

.fa-spider {
  --fa: "\f717"; }

.fa-hands-bound {
  --fa: "\e4f9"; }

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

.fa-plane-circle-exclamation {
  --fa: "\e556"; }

.fa-x-ray {
  --fa: "\f497"; }

.fa-spell-check {
  --fa: "\f891"; }

.fa-slash {
  --fa: "\f715"; }

.fa-computer-mouse {
  --fa: "\f8cc"; }

.fa-mouse {
  --fa: "\f8cc"; }

.fa-arrow-right-to-bracket {
  --fa: "\f090"; }

.fa-sign-in {
  --fa: "\f090"; }

.fa-shop-slash {
  --fa: "\e070"; }

.fa-store-alt-slash {
  --fa: "\e070"; }

.fa-server {
  --fa: "\f233"; }

.fa-virus-covid-slash {
  --fa: "\e4a9"; }

.fa-shop-lock {
  --fa: "\e4a5"; }

.fa-hourglass-start {
  --fa: "\f251"; }

.fa-hourglass-1 {
  --fa: "\f251"; }

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

.fa-building-wheat {
  --fa: "\e4db"; }

.fa-person-breastfeeding {
  --fa: "\e53a"; }

.fa-right-to-bracket {
  --fa: "\f2f6"; }

.fa-sign-in-alt {
  --fa: "\f2f6"; }

.fa-venus {
  --fa: "\f221"; }

.fa-passport {
  --fa: "\f5ab"; }

.fa-thumbtack-slash {
  --fa: "\e68f"; }

.fa-thumb-tack-slash {
  --fa: "\e68f"; }

.fa-heart-pulse {
  --fa: "\f21e"; }

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

.fa-people-carry-box {
  --fa: "\f4ce"; }

.fa-people-carry {
  --fa: "\f4ce"; }

.fa-temperature-high {
  --fa: "\f769"; }

.fa-microchip {
  --fa: "\f2db"; }

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

.fa-weight-hanging {
  --fa: "\f5cd"; }

.fa-xmarks-lines {
  --fa: "\e59a"; }

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

.fa-weight-scale {
  --fa: "\f496"; }

.fa-weight {
  --fa: "\f496"; }

.fa-user-group {
  --fa: "\f500"; }

.fa-user-friends {
  --fa: "\f500"; }

.fa-arrow-up-a-z {
  --fa: "\f15e"; }

.fa-sort-alpha-up {
  --fa: "\f15e"; }

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

.fa-face-laugh-squint {
  --fa: "\f59b"; }

.fa-laugh-squint {
  --fa: "\f59b"; }

.fa-wheelchair {
  --fa: "\f193"; }

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

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

.fa-toggle-on {
  --fa: "\f205"; }

.fa-person-walking {
  --fa: "\f554"; }

.fa-walking {
  --fa: "\f554"; }

.fa-l {
  --fa: "\4c"; }

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

.fa-bed-pulse {
  --fa: "\f487"; }

.fa-procedures {
  --fa: "\f487"; }

.fa-shuttle-space {
  --fa: "\f197"; }

.fa-space-shuttle {
  --fa: "\f197"; }

.fa-face-laugh {
  --fa: "\f599"; }

.fa-laugh {
  --fa: "\f599"; }

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

.fa-heart-circle-plus {
  --fa: "\e500"; }

.fa-code-fork {
  --fa: "\e13b"; }

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

.fa-microphone-lines {
  --fa: "\f3c9"; }

.fa-microphone-alt {
  --fa: "\f3c9"; }

.fa-pepper-hot {
  --fa: "\f816"; }

.fa-unlock {
  --fa: "\f09c"; }

.fa-colon-sign {
  --fa: "\e140"; }

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

.fa-store-slash {
  --fa: "\e071"; }

.fa-road-circle-xmark {
  --fa: "\e566"; }

.fa-user-minus {
  --fa: "\f503"; }

.fa-mars-stroke-up {
  --fa: "\f22a"; }

.fa-mars-stroke-v {
  --fa: "\f22a"; }

.fa-champagne-glasses {
  --fa: "\f79f"; }

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

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

.fa-house-circle-exclamation {
  --fa: "\e50a"; }

.fa-file-arrow-up {
  --fa: "\f574"; }

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

.fa-wifi {
  --fa: "\f1eb"; }

.fa-wifi-3 {
  --fa: "\f1eb"; }

.fa-wifi-strong {
  --fa: "\f1eb"; }

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

.fa-bathtub {
  --fa: "\f2cd"; }

.fa-underline {
  --fa: "\f0cd"; }

.fa-user-pen {
  --fa: "\f4ff"; }

.fa-user-edit {
  --fa: "\f4ff"; }

.fa-signature {
  --fa: "\f5b7"; }

.fa-stroopwafel {
  --fa: "\f551"; }

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

.fa-anchor-lock {
  --fa: "\e4ad"; }

.fa-building-ngo {
  --fa: "\e4d7"; }

.fa-manat-sign {
  --fa: "\e1d5"; }

.fa-not-equal {
  --fa: "\f53e"; }

.fa-border-top-left {
  --fa: "\f853"; }

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

.fa-map-location-dot {
  --fa: "\f5a0"; }

.fa-map-marked-alt {
  --fa: "\f5a0"; }

.fa-jedi {
  --fa: "\f669"; }

.fa-square-poll-vertical {
  --fa: "\f681"; }

.fa-poll {
  --fa: "\f681"; }

.fa-mug-hot {
  --fa: "\f7b6"; }

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

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

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

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

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

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

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

.fa-building-circle-check {
  --fa: "\e4d2"; }

.fa-person-chalkboard {
  --fa: "\e53d"; }

.fa-mars-stroke-right {
  --fa: "\f22b"; }

.fa-mars-stroke-h {
  --fa: "\f22b"; }

.fa-hand-back-fist {
  --fa: "\f255"; }

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

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

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

.fa-cloud-showers-water {
  --fa: "\e4e4"; }

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

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

.fa-hands-bubbles {
  --fa: "\e05e"; }

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

.fa-less-than-equal {
  --fa: "\f537"; }

.fa-train {
  --fa: "\f238"; }

.fa-eye-low-vision {
  --fa: "\f2a8"; }

.fa-low-vision {
  --fa: "\f2a8"; }

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

.fa-sailboat {
  --fa: "\e445"; }

.fa-window-restore {
  --fa: "\f2d2"; }

.fa-square-plus {
  --fa: "\f0fe"; }

.fa-plus-square {
  --fa: "\f0fe"; }

.fa-torii-gate {
  --fa: "\f6a1"; }

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

.fa-bucket {
  --fa: "\e4cf"; }

.fa-image {
  --fa: "\f03e"; }

.fa-microphone {
  --fa: "\f130"; }

.fa-cow {
  --fa: "\f6c8"; }

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

.fa-screwdriver {
  --fa: "\f54a"; }

.fa-folder-closed {
  --fa: "\e185"; }

.fa-house-tsunami {
  --fa: "\e515"; }

.fa-square-nfi {
  --fa: "\e576"; }

.fa-arrow-up-from-ground-water {
  --fa: "\e4b5"; }

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

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

.fa-square-binary {
  --fa: "\e69b"; }

.fa-rotate-left {
  --fa: "\f2ea"; }

.fa-rotate-back {
  --fa: "\f2ea"; }

.fa-rotate-backward {
  --fa: "\f2ea"; }

.fa-undo-alt {
  --fa: "\f2ea"; }

.fa-table-columns {
  --fa: "\f0db"; }

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

.fa-lemon {
  --fa: "\f094"; }

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

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

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

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

.fa-dolly-box {
  --fa: "\f472"; }

.fa-smoking {
  --fa: "\f48d"; }

.fa-minimize {
  --fa: "\f78c"; }

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

.fa-monument {
  --fa: "\f5a6"; }

.fa-snowplow {
  --fa: "\f7d2"; }

.fa-angles-right {
  --fa: "\f101"; }

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

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

.fa-circle-play {
  --fa: "\f144"; }

.fa-play-circle {
  --fa: "\f144"; }

.fa-tablets {
  --fa: "\f490"; }

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

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

.fa-eur {
  --fa: "\f153"; }

.fa-euro {
  --fa: "\f153"; }

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

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

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

.fa-circle-stop {
  --fa: "\f28d"; }

.fa-stop-circle {
  --fa: "\f28d"; }

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

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

.fa-plate-wheat {
  --fa: "\e55a"; }

.fa-icicles {
  --fa: "\f7ad"; }

.fa-person-shelter {
  --fa: "\e54f"; }

.fa-neuter {
  --fa: "\f22c"; }

.fa-id-badge {
  --fa: "\f2c1"; }

.fa-marker {
  --fa: "\f5a1"; }

.fa-face-laugh-beam {
  --fa: "\f59a"; }

.fa-laugh-beam {
  --fa: "\f59a"; }

.fa-helicopter-symbol {
  --fa: "\e502"; }

.fa-universal-access {
  --fa: "\f29a"; }

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

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

.fa-lari-sign {
  --fa: "\e1c8"; }

.fa-volcano {
  --fa: "\f770"; }

.fa-person-walking-dashed-line-arrow-right {
  --fa: "\e553"; }

.fa-sterling-sign {
  --fa: "\f154"; }

.fa-gbp {
  --fa: "\f154"; }

.fa-pound-sign {
  --fa: "\f154"; }

.fa-viruses {
  --fa: "\e076"; }

.fa-square-person-confined {
  --fa: "\e577"; }

.fa-user-tie {
  --fa: "\f508"; }

.fa-arrow-down-long {
  --fa: "\f175"; }

.fa-long-arrow-down {
  --fa: "\f175"; }

.fa-tent-arrow-down-to-line {
  --fa: "\e57e"; }

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

.fa-reply-all {
  --fa: "\f122"; }

.fa-mail-reply-all {
  --fa: "\f122"; }

.fa-suitcase {
  --fa: "\f0f2"; }

.fa-person-skating {
  --fa: "\f7c5"; }

.fa-skating {
  --fa: "\f7c5"; }

.fa-filter-circle-dollar {
  --fa: "\f662"; }

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

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

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

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

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

.fa-arrow-right-to-file {
  --fa: "\f56f"; }

.fa-square-arrow-up-right {
  --fa: "\f14c"; }

.fa-external-link-square {
  --fa: "\f14c"; }

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

.fa-scroll {
  --fa: "\f70e"; }

.fa-spa {
  --fa: "\f5bb"; }

.fa-location-pin-lock {
  --fa: "\e51f"; }

.fa-pause {
  --fa: "\f04c"; }

.fa-hill-avalanche {
  --fa: "\e507"; }

.fa-temperature-empty {
  --fa: "\f2cb"; }

.fa-temperature-0 {
  --fa: "\f2cb"; }

.fa-thermometer-0 {
  --fa: "\f2cb"; }

.fa-thermometer-empty {
  --fa: "\f2cb"; }

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

.fa-registered {
  --fa: "\f25d"; }

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

.fa-contact-card {
  --fa: "\f2bb"; }

.fa-vcard {
  --fa: "\f2bb"; }

.fa-scale-unbalanced-flip {
  --fa: "\f516"; }

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

.fa-subscript {
  --fa: "\f12c"; }

.fa-diamond-turn-right {
  --fa: "\f5eb"; }

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

.fa-burst {
  --fa: "\e4dc"; }

.fa-house-laptop {
  --fa: "\e066"; }

.fa-laptop-house {
  --fa: "\e066"; }

.fa-face-tired {
  --fa: "\f5c8"; }

.fa-tired {
  --fa: "\f5c8"; }

.fa-money-bills {
  --fa: "\e1f3"; }

.fa-smog {
  --fa: "\f75f"; }

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

.fa-cloud-arrow-up {
  --fa: "\f0ee"; }

.fa-cloud-upload {
  --fa: "\f0ee"; }

.fa-cloud-upload-alt {
  --fa: "\f0ee"; }

.fa-palette {
  --fa: "\f53f"; }

.fa-arrows-turn-right {
  --fa: "\e4c0"; }

.fa-vest {
  --fa: "\e085"; }

.fa-ferry {
  --fa: "\e4ea"; }

.fa-arrows-down-to-people {
  --fa: "\e4b9"; }

.fa-seedling {
  --fa: "\f4d8"; }

.fa-sprout {
  --fa: "\f4d8"; }

.fa-left-right {
  --fa: "\f337"; }

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

.fa-boxes-packing {
  --fa: "\e4c7"; }

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

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

.fa-group-arrows-rotate {
  --fa: "\e4f6"; }

.fa-bowl-food {
  --fa: "\e4c6"; }

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

.fa-arrow-down-wide-short {
  --fa: "\f160"; }

.fa-sort-amount-asc {
  --fa: "\f160"; }

.fa-sort-amount-down {
  --fa: "\f160"; }

.fa-cloud-bolt {
  --fa: "\f76c"; }

.fa-thunderstorm {
  --fa: "\f76c"; }

.fa-text-slash {
  --fa: "\f87d"; }

.fa-remove-format {
  --fa: "\f87d"; }

.fa-face-smile-wink {
  --fa: "\f4da"; }

.fa-smile-wink {
  --fa: "\f4da"; }

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

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

.fa-arrows-left-right {
  --fa: "\f07e"; }

.fa-arrows-h {
  --fa: "\f07e"; }

.fa-house-lock {
  --fa: "\e510"; }

.fa-cloud-arrow-down {
  --fa: "\f0ed"; }

.fa-cloud-download {
  --fa: "\f0ed"; }

.fa-cloud-download-alt {
  --fa: "\f0ed"; }

.fa-children {
  --fa: "\e4e1"; }

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

.fa-blackboard {
  --fa: "\f51b"; }

.fa-user-large-slash {
  --fa: "\f4fa"; }

.fa-user-alt-slash {
  --fa: "\f4fa"; }

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

.fa-handshake-simple-slash {
  --fa: "\e05f"; }

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

.fa-mattress-pillow {
  --fa: "\e525"; }

.fa-guarani-sign {
  --fa: "\e19a"; }

.fa-arrows-rotate {
  --fa: "\f021"; }

.fa-refresh {
  --fa: "\f021"; }

.fa-sync {
  --fa: "\f021"; }

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

.fa-cruzeiro-sign {
  --fa: "\e152"; }

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

.fa-shield-halved {
  --fa: "\f3ed"; }

.fa-shield-alt {
  --fa: "\f3ed"; }

.fa-book-atlas {
  --fa: "\f558"; }

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

.fa-virus {
  --fa: "\e074"; }

.fa-envelope-circle-check {
  --fa: "\e4e8"; }

.fa-layer-group {
  --fa: "\f5fd"; }

.fa-arrows-to-dot {
  --fa: "\e4be"; }

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

.fa-heart-circle-check {
  --fa: "\e4fd"; }

.fa-house-chimney-crack {
  --fa: "\f6f1"; }

.fa-house-damage {
  --fa: "\f6f1"; }

.fa-file-zipper {
  --fa: "\f1c6"; }

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

.fa-square {
  --fa: "\f0c8"; }

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

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

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

.fa-cedi-sign {
  --fa: "\e0df"; }

.fa-italic {
  --fa: "\f033"; }

.fa-table-cells-column-lock {
  --fa: "\e678"; }

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

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

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

.fa-z {
  --fa: "\5a"; }

.fa-person-skiing {
  --fa: "\f7c9"; }

.fa-skiing {
  --fa: "\f7c9"; }

.fa-road-lock {
  --fa: "\e567"; }

.fa-a {
  --fa: "\41"; }

.fa-temperature-arrow-down {
  --fa: "\e03f"; }

.fa-temperature-down {
  --fa: "\e03f"; }

.fa-feather-pointed {
  --fa: "\f56b"; }

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

.fa-p {
  --fa: "\50"; }

.fa-snowflake {
  --fa: "\f2dc"; }

.fa-newspaper {
  --fa: "\f1ea"; }

.fa-rectangle-ad {
  --fa: "\f641"; }

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

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

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

.fa-filter-circle-xmark {
  --fa: "\e17b"; }

.fa-locust {
  --fa: "\e520"; }

.fa-sort {
  --fa: "\f0dc"; }

.fa-unsorted {
  --fa: "\f0dc"; }

.fa-list-ol {
  --fa: "\f0cb"; }

.fa-list-1-2 {
  --fa: "\f0cb"; }

.fa-list-numeric {
  --fa: "\f0cb"; }

.fa-person-dress-burst {
  --fa: "\e544"; }

.fa-money-check-dollar {
  --fa: "\f53d"; }

.fa-money-check-alt {
  --fa: "\f53d"; }

.fa-vector-square {
  --fa: "\f5cb"; }

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

.fa-language {
  --fa: "\f1ab"; }

.fa-face-kiss-wink-heart {
  --fa: "\f598"; }

.fa-kiss-wink-heart {
  --fa: "\f598"; }

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

.fa-question {
  --fa: "\3f"; }

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

.fa-up-down-left-right {
  --fa: "\f0b2"; }

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

.fa-house-chimney-user {
  --fa: "\e065"; }

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

.fa-puzzle-piece {
  --fa: "\f12e"; }

.fa-money-check {
  --fa: "\f53c"; }

.fa-star-half-stroke {
  --fa: "\f5c0"; }

.fa-star-half-alt {
  --fa: "\f5c0"; }

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

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

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

.fa-building-circle-exclamation {
  --fa: "\e4d3"; }

.fa-magnifying-glass-chart {
  --fa: "\e522"; }

.fa-arrow-up-right-from-square {
  --fa: "\f08e"; }

.fa-external-link {
  --fa: "\f08e"; }

.fa-cubes-stacked {
  --fa: "\e4e6"; }

.fa-won-sign {
  --fa: "\f159"; }

.fa-krw {
  --fa: "\f159"; }

.fa-won {
  --fa: "\f159"; }

.fa-virus-covid {
  --fa: "\e4a8"; }

.fa-austral-sign {
  --fa: "\e0a9"; }

.fa-f {
  --fa: "\46"; }

.fa-leaf {
  --fa: "\f06c"; }

.fa-road {
  --fa: "\f018"; }

.fa-taxi {
  --fa: "\f1ba"; }

.fa-cab {
  --fa: "\f1ba"; }

.fa-person-circle-plus {
  --fa: "\e541"; }

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

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

.fa-bolt-lightning {
  --fa: "\e0b7"; }

.fa-sack-xmark {
  --fa: "\e56a"; }

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

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

.fa-fish-fins {
  --fa: "\e4f2"; }

.fa-building-flag {
  --fa: "\e4d5"; }

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

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

.fa-object-ungroup {
  --fa: "\f248"; }

.fa-poop {
  --fa: "\f619"; }

.fa-location-pin {
  --fa: "\f041"; }

.fa-map-marker {
  --fa: "\f041"; }

.fa-kaaba {
  --fa: "\f66b"; }

.fa-toilet-paper {
  --fa: "\f71e"; }

.fa-helmet-safety {
  --fa: "\f807"; }

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

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

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

.fa-circle-right {
  --fa: "\f35a"; }

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

.fa-plane-circle-check {
  --fa: "\e555"; }

.fa-face-rolling-eyes {
  --fa: "\f5a5"; }

.fa-meh-rolling-eyes {
  --fa: "\f5a5"; }

.fa-object-group {
  --fa: "\f247"; }

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

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

.fa-mask-ventilator {
  --fa: "\e524"; }

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

.fa-signs-post {
  --fa: "\f277"; }

.fa-map-signs {
  --fa: "\f277"; }

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

.fa-person-circle-question {
  --fa: "\e542"; }

.fa-h {
  --fa: "\48"; }

.fa-tarp {
  --fa: "\e57b"; }

.fa-screwdriver-wrench {
  --fa: "\f7d9"; }

.fa-tools {
  --fa: "\f7d9"; }

.fa-arrows-to-eye {
  --fa: "\e4bf"; }

.fa-plug-circle-bolt {
  --fa: "\e55b"; }

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

.fa-mars-and-venus {
  --fa: "\f224"; }

.fa-house-user {
  --fa: "\e1b0"; }

.fa-home-user {
  --fa: "\e1b0"; }

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

.fa-house-crack {
  --fa: "\e3b1"; }

.fa-martini-glass-citrus {
  --fa: "\f561"; }

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

.fa-face-surprise {
  --fa: "\f5c2"; }

.fa-surprise {
  --fa: "\f5c2"; }

.fa-bottle-water {
  --fa: "\e4c5"; }

.fa-circle-pause {
  --fa: "\f28b"; }

.fa-pause-circle {
  --fa: "\f28b"; }

.fa-toilet-paper-slash {
  --fa: "\e072"; }

.fa-apple-whole {
  --fa: "\f5d1"; }

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

.fa-kitchen-set {
  --fa: "\e51a"; }

.fa-r {
  --fa: "\52"; }

.fa-temperature-quarter {
  --fa: "\f2ca"; }

.fa-temperature-1 {
  --fa: "\f2ca"; }

.fa-thermometer-1 {
  --fa: "\f2ca"; }

.fa-thermometer-quarter {
  --fa: "\f2ca"; }

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

.fa-bitcoin-sign {
  --fa: "\e0b4"; }

.fa-shield-dog {
  --fa: "\e573"; }

.fa-solar-panel {
  --fa: "\f5ba"; }

.fa-lock-open {
  --fa: "\f3c1"; }

.fa-elevator {
  --fa: "\e16d"; }

.fa-money-bill-transfer {
  --fa: "\e528"; }

.fa-money-bill-trend-up {
  --fa: "\e529"; }

.fa-house-flood-water-circle-arrow-right {
  --fa: "\e50f"; }

.fa-square-poll-horizontal {
  --fa: "\f682"; }

.fa-poll-h {
  --fa: "\f682"; }

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

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

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

.fa-recycle {
  --fa: "\f1b8"; }

.fa-user-astronaut {
  --fa: "\f4fb"; }

.fa-plane-slash {
  --fa: "\e069"; }

.fa-trademark {
  --fa: "\f25c"; }

.fa-basketball {
  --fa: "\f434"; }

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

.fa-satellite-dish {
  --fa: "\f7c0"; }

.fa-circle-up {
  --fa: "\f35b"; }

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

.fa-mobile-screen-button {
  --fa: "\f3cd"; }

.fa-mobile-alt {
  --fa: "\f3cd"; }

.fa-volume-high {
  --fa: "\f028"; }

.fa-volume-up {
  --fa: "\f028"; }

.fa-users-rays {
  --fa: "\e593"; }

.fa-wallet {
  --fa: "\f555"; }

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

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

.fa-burger {
  --fa: "\f805"; }

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

.fa-wrench {
  --fa: "\f0ad"; }

.fa-bugs {
  --fa: "\e4d0"; }

.fa-rupee-sign {
  --fa: "\f156"; }

.fa-rupee {
  --fa: "\f156"; }

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

.fa-circle-question {
  --fa: "\f059"; }

.fa-question-circle {
  --fa: "\f059"; }

.fa-plane-departure {
  --fa: "\f5b0"; }

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

.fa-book-bookmark {
  --fa: "\e0bb"; }

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

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

.fa-bridge {
  --fa: "\e4c8"; }

.fa-phone-flip {
  --fa: "\f879"; }

.fa-phone-alt {
  --fa: "\f879"; }

.fa-truck-front {
  --fa: "\e2b7"; }

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

.fa-anchor-circle-exclamation {
  --fa: "\e4ab"; }

.fa-truck-field {
  --fa: "\e58d"; }

.fa-route {
  --fa: "\f4d7"; }

.fa-clipboard-question {
  --fa: "\e4e3"; }

.fa-panorama {
  --fa: "\e209"; }

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

.fa-teeth-open {
  --fa: "\f62f"; }

.fa-file-circle-minus {
  --fa: "\e4ed"; }

.fa-tags {
  --fa: "\f02c"; }

.fa-wine-glass {
  --fa: "\f4e3"; }

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

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

.fa-face-meh-blank {
  --fa: "\f5a4"; }

.fa-meh-blank {
  --fa: "\f5a4"; }

.fa-square-parking {
  --fa: "\f540"; }

.fa-parking {
  --fa: "\f540"; }

.fa-house-signal {
  --fa: "\e012"; }

.fa-bars-progress {
  --fa: "\f828"; }

.fa-tasks-alt {
  --fa: "\f828"; }

.fa-faucet-drip {
  --fa: "\e006"; }

.fa-cart-flatbed {
  --fa: "\f474"; }

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

.fa-ban-smoking {
  --fa: "\f54d"; }

.fa-smoking-ban {
  --fa: "\f54d"; }

.fa-terminal {
  --fa: "\f120"; }

.fa-mobile-button {
  --fa: "\f10b"; }

.fa-house-medical-flag {
  --fa: "\e514"; }

.fa-basket-shopping {
  --fa: "\f291"; }

.fa-shopping-basket {
  --fa: "\f291"; }

.fa-tape {
  --fa: "\f4db"; }

.fa-bus-simple {
  --fa: "\f55e"; }

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

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

.fa-face-sad-cry {
  --fa: "\f5b3"; }

.fa-sad-cry {
  --fa: "\f5b3"; }

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

.fa-person-military-to-person {
  --fa: "\e54c"; }

.fa-file-shield {
  --fa: "\e4f0"; }

.fa-user-slash {
  --fa: "\f506"; }

.fa-pen {
  --fa: "\f304"; }

.fa-tower-observation {
  --fa: "\e586"; }

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

.fa-signal {
  --fa: "\f012"; }

.fa-signal-5 {
  --fa: "\f012"; }

.fa-signal-perfect {
  --fa: "\f012"; }

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

.fa-heart-circle-xmark {
  --fa: "\e501"; }

.fa-house-chimney {
  --fa: "\e3af"; }

.fa-home-lg {
  --fa: "\e3af"; }

.fa-window-maximize {
  --fa: "\f2d0"; }

.fa-face-frown {
  --fa: "\f119"; }

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

.fa-prescription {
  --fa: "\f5b1"; }

.fa-shop {
  --fa: "\f54f"; }

.fa-store-alt {
  --fa: "\f54f"; }

.fa-floppy-disk {
  --fa: "\f0c7"; }

.fa-save {
  --fa: "\f0c7"; }

.fa-vihara {
  --fa: "\f6a7"; }

.fa-scale-unbalanced {
  --fa: "\f515"; }

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

.fa-sort-up {
  --fa: "\f0de"; }

.fa-sort-asc {
  --fa: "\f0de"; }

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

.fa-commenting {
  --fa: "\f4ad"; }

.fa-plant-wilt {
  --fa: "\e5aa"; }

.fa-diamond {
  --fa: "\f219"; }

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

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

.fa-hand-holding-dollar {
  --fa: "\f4c0"; }

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

.fa-chart-diagram {
  --fa: "\e695"; }

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

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

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

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

.fa-hands-praying {
  --fa: "\f684"; }

.fa-praying-hands {
  --fa: "\f684"; }

.fa-arrow-rotate-right {
  --fa: "\f01e"; }

.fa-arrow-right-rotate {
  --fa: "\f01e"; }

.fa-arrow-rotate-forward {
  --fa: "\f01e"; }

.fa-redo {
  --fa: "\f01e"; }

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

.fa-location-crosshairs {
  --fa: "\f601"; }

.fa-location {
  --fa: "\f601"; }

.fa-mars-double {
  --fa: "\f227"; }

.fa-child-dress {
  --fa: "\e59c"; }

.fa-users-between-lines {
  --fa: "\e591"; }

.fa-lungs-virus {
  --fa: "\e067"; }

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

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

.fa-phone {
  --fa: "\f095"; }

.fa-calendar-xmark {
  --fa: "\f273"; }

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

.fa-child-reaching {
  --fa: "\e59d"; }

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

.fa-user-gear {
  --fa: "\f4fe"; }

.fa-user-cog {
  --fa: "\f4fe"; }

.fa-arrow-up-1-9 {
  --fa: "\f163"; }

.fa-sort-numeric-up {
  --fa: "\f163"; }

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

.fa-shield-virus {
  --fa: "\e06c"; }

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

.fa-mosquito-net {
  --fa: "\e52c"; }

.fa-file-fragment {
  --fa: "\e697"; }

.fa-bridge-water {
  --fa: "\e4ce"; }

.fa-person-booth {
  --fa: "\f756"; }

.fa-text-width {
  --fa: "\f035"; }

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

.fa-pen-fancy {
  --fa: "\f5ac"; }

.fa-person-digging {
  --fa: "\f85e"; }

.fa-digging {
  --fa: "\f85e"; }

.fa-trash {
  --fa: "\f1f8"; }

.fa-gauge-simple {
  --fa: "\f629"; }

.fa-gauge-simple-med {
  --fa: "\f629"; }

.fa-tachometer-average {
  --fa: "\f629"; }

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

.fa-poo {
  --fa: "\f2fe"; }

.fa-quote-right {
  --fa: "\f10e"; }

.fa-quote-right-alt {
  --fa: "\f10e"; }

.fa-shirt {
  --fa: "\f553"; }

.fa-t-shirt {
  --fa: "\f553"; }

.fa-tshirt {
  --fa: "\f553"; }

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

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

.fa-tenge-sign {
  --fa: "\f7d7"; }

.fa-tenge {
  --fa: "\f7d7"; }

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

.fa-hands-holding {
  --fa: "\f4c2"; }

.fa-hands-clapping {
  --fa: "\e1a8"; }

.fa-republican {
  --fa: "\f75e"; }

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

.fa-person-circle-xmark {
  --fa: "\e543"; }

.fa-ruler {
  --fa: "\f545"; }

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

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

.fa-restroom {
  --fa: "\f7bd"; }

.fa-j {
  --fa: "\4a"; }

.fa-users-viewfinder {
  --fa: "\e595"; }

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

.fa-up-right-from-square {
  --fa: "\f35d"; }

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

.fa-table-cells {
  --fa: "\f00a"; }

.fa-th {
  --fa: "\f00a"; }

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

.fa-book-bible {
  --fa: "\f647"; }

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

.fa-o {
  --fa: "\4f"; }

.fa-suitcase-medical {
  --fa: "\f0fa"; }

.fa-medkit {
  --fa: "\f0fa"; }

.fa-user-secret {
  --fa: "\f21b"; }

.fa-otter {
  --fa: "\f700"; }

.fa-person-dress {
  --fa: "\f182"; }

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

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

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

.fa-briefcase-clock {
  --fa: "\f64a"; }

.fa-table-cells-large {
  --fa: "\f009"; }

.fa-th-large {
  --fa: "\f009"; }

.fa-book-tanakh {
  --fa: "\f827"; }

.fa-tanakh {
  --fa: "\f827"; }

.fa-phone-volume {
  --fa: "\f2a0"; }

.fa-volume-control-phone {
  --fa: "\f2a0"; }

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

.fa-clipboard-user {
  --fa: "\f7f3"; }

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

.fa-lira-sign {
  --fa: "\f195"; }

.fa-satellite {
  --fa: "\f7bf"; }

.fa-plane-lock {
  --fa: "\e558"; }

.fa-tag {
  --fa: "\f02b"; }

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

.fa-cake-candles {
  --fa: "\f1fd"; }

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

.fa-cake {
  --fa: "\f1fd"; }

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

.fa-angles-up {
  --fa: "\f102"; }

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

.fa-paperclip {
  --fa: "\f0c6"; }

.fa-arrow-right-to-city {
  --fa: "\e4b3"; }

.fa-ribbon {
  --fa: "\f4d6"; }

.fa-lungs {
  --fa: "\f604"; }

.fa-arrow-up-9-1 {
  --fa: "\f887"; }

.fa-sort-numeric-up-alt {
  --fa: "\f887"; }

.fa-litecoin-sign {
  --fa: "\e1d3"; }

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

.fa-circle-nodes {
  --fa: "\e4e2"; }

.fa-parachute-box {
  --fa: "\f4cd"; }

.fa-indent {
  --fa: "\f03c"; }

.fa-truck-field-un {
  --fa: "\e58e"; }

.fa-hourglass {
  --fa: "\f254"; }

.fa-hourglass-empty {
  --fa: "\f254"; }

.fa-mountain {
  --fa: "\f6fc"; }

.fa-user-doctor {
  --fa: "\f0f0"; }

.fa-user-md {
  --fa: "\f0f0"; }

.fa-circle-info {
  --fa: "\f05a"; }

.fa-info-circle {
  --fa: "\f05a"; }

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

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

.fa-camera-alt {
  --fa: "\f030"; }

.fa-square-virus {
  --fa: "\e578"; }

.fa-meteor {
  --fa: "\f753"; }

.fa-car-on {
  --fa: "\e4dd"; }

.fa-sleigh {
  --fa: "\f7cc"; }

.fa-arrow-down-1-9 {
  --fa: "\f162"; }

.fa-sort-numeric-asc {
  --fa: "\f162"; }

.fa-sort-numeric-down {
  --fa: "\f162"; }

.fa-hand-holding-droplet {
  --fa: "\f4c1"; }

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

.fa-water {
  --fa: "\f773"; }

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

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

.fa-prescription-bottle-medical {
  --fa: "\f486"; }

.fa-prescription-bottle-alt {
  --fa: "\f486"; }

.fa-landmark {
  --fa: "\f66f"; }

.fa-truck {
  --fa: "\f0d1"; }

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

.fa-person-cane {
  --fa: "\e53c"; }

.fa-tent {
  --fa: "\e57d"; }

.fa-vest-patches {
  --fa: "\e086"; }

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

.fa-arrow-down-a-z {
  --fa: "\f15d"; }

.fa-sort-alpha-asc {
  --fa: "\f15d"; }

.fa-sort-alpha-down {
  --fa: "\f15d"; }

.fa-money-bill-wheat {
  --fa: "\e52a"; }

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

.fa-arrow-rotate-left {
  --fa: "\f0e2"; }

.fa-arrow-left-rotate {
  --fa: "\f0e2"; }

.fa-arrow-rotate-back {
  --fa: "\f0e2"; }

.fa-arrow-rotate-backward {
  --fa: "\f0e2"; }

.fa-undo {
  --fa: "\f0e2"; }

.fa-hard-drive {
  --fa: "\f0a0"; }

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

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

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

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

.fa-rectangle-list {
  --fa: "\f022"; }

.fa-list-alt {
  --fa: "\f022"; }

.fa-tarp-droplet {
  --fa: "\e57c"; }

.fa-house-medical-circle-check {
  --fa: "\e511"; }

.fa-person-skiing-nordic {
  --fa: "\f7ca"; }

.fa-skiing-nordic {
  --fa: "\f7ca"; }

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

.fa-plane-arrival {
  --fa: "\f5af"; }

.fa-circle-left {
  --fa: "\f359"; }

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

.fa-train-subway {
  --fa: "\f239"; }

.fa-subway {
  --fa: "\f239"; }

.fa-chart-gantt {
  --fa: "\e0e4"; }

.fa-indian-rupee-sign {
  --fa: "\e1bc"; }

.fa-indian-rupee {
  --fa: "\e1bc"; }

.fa-inr {
  --fa: "\e1bc"; }

.fa-crop-simple {
  --fa: "\f565"; }

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

.fa-money-bill-1 {
  --fa: "\f3d1"; }

.fa-money-bill-alt {
  --fa: "\f3d1"; }

.fa-left-long {
  --fa: "\f30a"; }

.fa-long-arrow-alt-left {
  --fa: "\f30a"; }

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

.fa-virus-slash {
  --fa: "\e075"; }

.fa-minus {
  --fa: "\f068"; }

.fa-subtract {
  --fa: "\f068"; }

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

.fa-arrow-left-long {
  --fa: "\f177"; }

.fa-long-arrow-left {
  --fa: "\f177"; }

.fa-plug-circle-check {
  --fa: "\e55c"; }

.fa-street-view {
  --fa: "\f21d"; }

.fa-franc-sign {
  --fa: "\e18f"; }

.fa-volume-off {
  --fa: "\f026"; }

.fa-hands-asl-interpreting {
  --fa: "\f2a3"; }

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

.fa-asl-interpreting {
  --fa: "\f2a3"; }

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

.fa-gear {
  --fa: "\f013"; }

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

.fa-droplet-slash {
  --fa: "\f5c7"; }

.fa-tint-slash {
  --fa: "\f5c7"; }

.fa-mosque {
  --fa: "\f678"; }

.fa-mosquito {
  --fa: "\e52b"; }

.fa-star-of-david {
  --fa: "\f69a"; }

.fa-person-military-rifle {
  --fa: "\e54b"; }

.fa-cart-shopping {
  --fa: "\f07a"; }

.fa-shopping-cart {
  --fa: "\f07a"; }

.fa-vials {
  --fa: "\f493"; }

.fa-plug-circle-plus {
  --fa: "\e55f"; }

.fa-place-of-worship {
  --fa: "\f67f"; }

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

.fa-hexagon-nodes {
  --fa: "\e699"; }

.fa-arrow-turn-up {
  --fa: "\f148"; }

.fa-level-up {
  --fa: "\f148"; }

.fa-u {
  --fa: "\55"; }

.fa-square-root-variable {
  --fa: "\f698"; }

.fa-square-root-alt {
  --fa: "\f698"; }

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

.fa-clock-four {
  --fa: "\f017"; }

.fa-backward-step {
  --fa: "\f048"; }

.fa-step-backward {
  --fa: "\f048"; }

.fa-pallet {
  --fa: "\f482"; }

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

.fa-baseball-bat-ball {
  --fa: "\f432"; }

.fa-s {
  --fa: "\53"; }

.fa-timeline {
  --fa: "\e29c"; }

.fa-keyboard {
  --fa: "\f11c"; }

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

.fa-house-chimney-medical {
  --fa: "\f7f2"; }

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

.fa-temperature-three-quarters {
  --fa: "\f2c8"; }

.fa-temperature-3 {
  --fa: "\f2c8"; }

.fa-thermometer-3 {
  --fa: "\f2c8"; }

.fa-thermometer-three-quarters {
  --fa: "\f2c8"; }

.fa-mobile-screen {
  --fa: "\f3cf"; }

.fa-mobile-android-alt {
  --fa: "\f3cf"; }

.fa-plane-up {
  --fa: "\e22d"; }

.fa-piggy-bank {
  --fa: "\f4d3"; }

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

.fa-battery-3 {
  --fa: "\f242"; }

.fa-mountain-city {
  --fa: "\e52e"; }

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

.fa-khanda {
  --fa: "\f66d"; }

.fa-sliders {
  --fa: "\f1de"; }

.fa-sliders-h {
  --fa: "\f1de"; }

.fa-folder-tree {
  --fa: "\f802"; }

.fa-network-wired {
  --fa: "\f6ff"; }

.fa-map-pin {
  --fa: "\f276"; }

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

.fa-cent-sign {
  --fa: "\e3f5"; }

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

.fa-person-pregnant {
  --fa: "\e31e"; }

.fa-wand-sparkles {
  --fa: "\f72b"; }

.fa-ellipsis-vertical {
  --fa: "\f142"; }

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

.fa-ticket {
  --fa: "\f145"; }

.fa-power-off {
  --fa: "\f011"; }

.fa-right-long {
  --fa: "\f30b"; }

.fa-long-arrow-alt-right {
  --fa: "\f30b"; }

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

.fa-laptop-file {
  --fa: "\e51d"; }

.fa-tty {
  --fa: "\f1e4"; }

.fa-teletype {
  --fa: "\f1e4"; }

.fa-diagram-next {
  --fa: "\e476"; }

.fa-person-rifle {
  --fa: "\e54e"; }

.fa-house-medical-circle-exclamation {
  --fa: "\e512"; }

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

.fa-person-hiking {
  --fa: "\f6ec"; }

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

.fa-venus-double {
  --fa: "\f226"; }

.fa-images {
  --fa: "\f302"; }

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

.fa-people-pulling {
  --fa: "\e535"; }

.fa-n {
  --fa: "\4e"; }

.fa-cable-car {
  --fa: "\f7da"; }

.fa-tram {
  --fa: "\f7da"; }

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

.fa-building-circle-xmark {
  --fa: "\e4d4"; }

.fa-ship {
  --fa: "\f21a"; }

.fa-arrows-down-to-line {
  --fa: "\e4b8"; }

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

.fa-face-grin {
  --fa: "\f580"; }

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

.fa-delete-left {
  --fa: "\f55a"; }

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

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

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

.fa-eyedropper {
  --fa: "\f1fb"; }

.fa-file-circle-check {
  --fa: "\e5a0"; }

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

.fa-mobile {
  --fa: "\f3ce"; }

.fa-mobile-android {
  --fa: "\f3ce"; }

.fa-mobile-phone {
  --fa: "\f3ce"; }

.fa-face-meh {
  --fa: "\f11a"; }

.fa-meh {
  --fa: "\f11a"; }

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

.fa-book-skull {
  --fa: "\f6b7"; }

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

.fa-id-card {
  --fa: "\f2c2"; }

.fa-drivers-license {
  --fa: "\f2c2"; }

.fa-outdent {
  --fa: "\f03b"; }

.fa-dedent {
  --fa: "\f03b"; }

.fa-heart-circle-exclamation {
  --fa: "\e4fe"; }

.fa-house {
  --fa: "\f015"; }

.fa-home {
  --fa: "\f015"; }

.fa-home-alt {
  --fa: "\f015"; }

.fa-home-lg-alt {
  --fa: "\f015"; }

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

.fa-laptop-medical {
  --fa: "\f812"; }

.fa-b {
  --fa: "\42"; }

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

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

.fa-kiwi-bird {
  --fa: "\f535"; }

.fa-arrow-right-arrow-left {
  --fa: "\f0ec"; }

.fa-exchange {
  --fa: "\f0ec"; }

.fa-rotate-right {
  --fa: "\f2f9"; }

.fa-redo-alt {
  --fa: "\f2f9"; }

.fa-rotate-forward {
  --fa: "\f2f9"; }

.fa-utensils {
  --fa: "\f2e7"; }

.fa-cutlery {
  --fa: "\f2e7"; }

.fa-arrow-up-wide-short {
  --fa: "\f161"; }

.fa-sort-amount-up {
  --fa: "\f161"; }

.fa-mill-sign {
  --fa: "\e1ed"; }

.fa-bowl-rice {
  --fa: "\e2eb"; }

.fa-skull {
  --fa: "\f54c"; }

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

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

.fa-truck-pickup {
  --fa: "\f63c"; }

.fa-up-long {
  --fa: "\f30c"; }

.fa-long-arrow-alt-up {
  --fa: "\f30c"; }

.fa-stop {
  --fa: "\f04d"; }

.fa-code-merge {
  --fa: "\f387"; }

.fa-upload {
  --fa: "\f093"; }

.fa-hurricane {
  --fa: "\f751"; }

.fa-mound {
  --fa: "\e52d"; }

.fa-toilet-portable {
  --fa: "\e583"; }

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

.fa-file-arrow-down {
  --fa: "\f56d"; }

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

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

.fa-shield-cat {
  --fa: "\e572"; }

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

.fa-zap {
  --fa: "\f0e7"; }

.fa-glass-water {
  --fa: "\e4f4"; }

.fa-oil-well {
  --fa: "\e532"; }

.fa-vault {
  --fa: "\e2c5"; }

.fa-mars {
  --fa: "\f222"; }

.fa-toilet {
  --fa: "\f7d8"; }

.fa-plane-circle-xmark {
  --fa: "\e557"; }

.fa-yen-sign {
  --fa: "\f157"; }

.fa-cny {
  --fa: "\f157"; }

.fa-jpy {
  --fa: "\f157"; }

.fa-rmb {
  --fa: "\f157"; }

.fa-yen {
  --fa: "\f157"; }

.fa-ruble-sign {
  --fa: "\f158"; }

.fa-rouble {
  --fa: "\f158"; }

.fa-rub {
  --fa: "\f158"; }

.fa-ruble {
  --fa: "\f158"; }

.fa-sun {
  --fa: "\f185"; }

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

.fa-face-laugh-wink {
  --fa: "\f59c"; }

.fa-laugh-wink {
  --fa: "\f59c"; }

.fa-horse-head {
  --fa: "\f7ab"; }

.fa-bore-hole {
  --fa: "\e4c3"; }

.fa-industry {
  --fa: "\f275"; }

.fa-circle-down {
  --fa: "\f358"; }

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

.fa-arrows-turn-to-dots {
  --fa: "\e4c1"; }

.fa-florin-sign {
  --fa: "\e184"; }

.fa-arrow-down-short-wide {
  --fa: "\f884"; }

.fa-sort-amount-desc {
  --fa: "\f884"; }

.fa-sort-amount-down-alt {
  --fa: "\f884"; }

.fa-less-than {
  --fa: "\3c"; }

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

.fa-car-tunnel {
  --fa: "\e4de"; }

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

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

.fa-thumbs-down {
  --fa: "\f165"; }

.fa-user-lock {
  --fa: "\f502"; }

.fa-arrow-right-long {
  --fa: "\f178"; }

.fa-long-arrow-right {
  --fa: "\f178"; }

.fa-anchor-circle-xmark {
  --fa: "\e4ac"; }

.fa-ellipsis {
  --fa: "\f141"; }

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

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

.fa-kit-medical {
  --fa: "\f479"; }

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

.fa-person-through-window {
  --fa: "\e5a9"; }

.fa-toolbox {
  --fa: "\f552"; }

.fa-hands-holding-circle {
  --fa: "\e4fb"; }

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

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

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

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

.fa-automobile {
  --fa: "\f1b9"; }

.fa-hand-holding-hand {
  --fa: "\e4f7"; }

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

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

.fa-mountain-sun {
  --fa: "\e52f"; }

.fa-arrows-left-right-to-line {
  --fa: "\e4ba"; }

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

.fa-truck-droplet {
  --fa: "\e58c"; }

.fa-file-circle-xmark {
  --fa: "\e5a1"; }

.fa-temperature-arrow-up {
  --fa: "\e040"; }

.fa-temperature-up {
  --fa: "\e040"; }

.fa-medal {
  --fa: "\f5a2"; }

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

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

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

.fa-podcast {
  --fa: "\f2ce"; }

.fa-temperature-full {
  --fa: "\f2c7"; }

.fa-temperature-4 {
  --fa: "\f2c7"; }

.fa-thermometer-4 {
  --fa: "\f2c7"; }

.fa-thermometer-full {
  --fa: "\f2c7"; }

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

.fa-superscript {
  --fa: "\f12b"; }

.fa-plug-circle-xmark {
  --fa: "\e560"; }

.fa-star-of-life {
  --fa: "\f621"; }

.fa-phone-slash {
  --fa: "\f3dd"; }

.fa-paint-roller {
  --fa: "\f5aa"; }

.fa-handshake-angle {
  --fa: "\f4c4"; }

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

.fa-location-dot {
  --fa: "\f3c5"; }

.fa-map-marker-alt {
  --fa: "\f3c5"; }

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

.fa-greater-than {
  --fa: "\3e"; }

.fa-person-swimming {
  --fa: "\f5c4"; }

.fa-swimmer {
  --fa: "\f5c4"; }

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

.fa-droplet {
  --fa: "\f043"; }

.fa-tint {
  --fa: "\f043"; }

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

.fa-earth-americas {
  --fa: "\f57d"; }

.fa-earth {
  --fa: "\f57d"; }

.fa-earth-america {
  --fa: "\f57d"; }

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

.fa-person-burst {
  --fa: "\e53b"; }

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

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

.fa-battery-0 {
  --fa: "\f244"; }

.fa-socks {
  --fa: "\f696"; }

.fa-inbox {
  --fa: "\f01c"; }

.fa-section {
  --fa: "\e447"; }

.fa-gauge-high {
  --fa: "\f625"; }

.fa-tachometer-alt {
  --fa: "\f625"; }

.fa-tachometer-alt-fast {
  --fa: "\f625"; }

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

.fa-hospital {
  --fa: "\f0f8"; }

.fa-hospital-alt {
  --fa: "\f0f8"; }

.fa-hospital-wide {
  --fa: "\f0f8"; }

.fa-wine-bottle {
  --fa: "\f72f"; }

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

.fa-bars-staggered {
  --fa: "\f550"; }

.fa-reorder {
  --fa: "\f550"; }

.fa-stream {
  --fa: "\f550"; }

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

.fa-hotdog {
  --fa: "\f80f"; }

.fa-person-walking-with-cane {
  --fa: "\f29d"; }

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

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

.fa-ice-cream {
  --fa: "\f810"; }

.fa-heart-circle-bolt {
  --fa: "\e4fc"; }

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

.fa-paragraph {
  --fa: "\f1dd"; }

.fa-check-to-slot {
  --fa: "\f772"; }

.fa-vote-yea {
  --fa: "\f772"; }

.fa-star-half {
  --fa: "\f089"; }

.fa-boxes-stacked {
  --fa: "\f468"; }

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

.fa-boxes-alt {
  --fa: "\f468"; }

.fa-link {
  --fa: "\f0c1"; }

.fa-chain {
  --fa: "\f0c1"; }

.fa-ear-listen {
  --fa: "\f2a2"; }

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

.fa-tree-city {
  --fa: "\e587"; }

.fa-play {
  --fa: "\f04b"; }

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

.fa-table-cells-row-lock {
  --fa: "\e67a"; }

.fa-rupiah-sign {
  --fa: "\e23d"; }

.fa-magnifying-glass {
  --fa: "\f002"; }

.fa-search {
  --fa: "\f002"; }

.fa-table-tennis-paddle-ball {
  --fa: "\f45d"; }

.fa-ping-pong-paddle-ball {
  --fa: "\f45d"; }

.fa-table-tennis {
  --fa: "\f45d"; }

.fa-person-dots-from-line {
  --fa: "\f470"; }

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

.fa-trash-can-arrow-up {
  --fa: "\f82a"; }

.fa-trash-restore-alt {
  --fa: "\f82a"; }

.fa-naira-sign {
  --fa: "\e1f6"; }

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

.fa-walkie-talkie {
  --fa: "\f8ef"; }

.fa-file-pen {
  --fa: "\f31c"; }

.fa-file-edit {
  --fa: "\f31c"; }

.fa-receipt {
  --fa: "\f543"; }

.fa-square-pen {
  --fa: "\f14b"; }

.fa-pen-square {
  --fa: "\f14b"; }

.fa-pencil-square {
  --fa: "\f14b"; }

.fa-suitcase-rolling {
  --fa: "\f5c1"; }

.fa-person-circle-exclamation {
  --fa: "\e53f"; }

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

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

.fa-battery {
  --fa: "\f240"; }

.fa-battery-5 {
  --fa: "\f240"; }

.fa-skull-crossbones {
  --fa: "\f714"; }

.fa-code-compare {
  --fa: "\e13a"; }

.fa-list-ul {
  --fa: "\f0ca"; }

.fa-list-dots {
  --fa: "\f0ca"; }

.fa-school-lock {
  --fa: "\e56f"; }

.fa-tower-cell {
  --fa: "\e585"; }

.fa-down-long {
  --fa: "\f309"; }

.fa-long-arrow-alt-down {
  --fa: "\f309"; }

.fa-ranking-star {
  --fa: "\e561"; }

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

.fa-person-harassing {
  --fa: "\e549"; }

.fa-brazilian-real-sign {
  --fa: "\e46c"; }

.fa-landmark-dome {
  --fa: "\f752"; }

.fa-landmark-alt {
  --fa: "\f752"; }

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

.fa-tv {
  --fa: "\f26c"; }

.fa-television {
  --fa: "\f26c"; }

.fa-tv-alt {
  --fa: "\f26c"; }

.fa-shrimp {
  --fa: "\e448"; }

.fa-list-check {
  --fa: "\f0ae"; }

.fa-tasks {
  --fa: "\f0ae"; }

.fa-jug-detergent {
  --fa: "\e519"; }

.fa-circle-user {
  --fa: "\f2bd"; }

.fa-user-circle {
  --fa: "\f2bd"; }

.fa-user-shield {
  --fa: "\f505"; }

.fa-wind {
  --fa: "\f72e"; }

.fa-car-burst {
  --fa: "\f5e1"; }

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

.fa-y {
  --fa: "\59"; }

.fa-person-snowboarding {
  --fa: "\f7ce"; }

.fa-snowboarding {
  --fa: "\f7ce"; }

.fa-truck-fast {
  --fa: "\f48b"; }

.fa-shipping-fast {
  --fa: "\f48b"; }

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

.fa-user-graduate {
  --fa: "\f501"; }

.fa-circle-half-stroke {
  --fa: "\f042"; }

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

.fa-clapperboard {
  --fa: "\e131"; }

.fa-circle-radiation {
  --fa: "\f7ba"; }

.fa-radiation-alt {
  --fa: "\f7ba"; }

.fa-baseball {
  --fa: "\f433"; }

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

.fa-jet-fighter-up {
  --fa: "\e518"; }

.fa-diagram-project {
  --fa: "\f542"; }

.fa-project-diagram {
  --fa: "\f542"; }

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

.fa-volume-xmark {
  --fa: "\f6a9"; }

.fa-volume-mute {
  --fa: "\f6a9"; }

.fa-volume-times {
  --fa: "\f6a9"; }

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

.fa-grip {
  --fa: "\f58d"; }

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

.fa-share-from-square {
  --fa: "\f14d"; }

.fa-share-square {
  --fa: "\f14d"; }

.fa-child-combatant {
  --fa: "\e4e0"; }

.fa-child-rifle {
  --fa: "\e4e0"; }

.fa-gun {
  --fa: "\e19b"; }

.fa-square-phone {
  --fa: "\f098"; }

.fa-phone-square {
  --fa: "\f098"; }

.fa-plus {
  --fa: "\2b"; }

.fa-add {
  --fa: "\2b"; }

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

.fa-computer {
  --fa: "\e4e5"; }

.fa-xmark {
  --fa: "\f00d"; }

.fa-close {
  --fa: "\f00d"; }

.fa-multiply {
  --fa: "\f00d"; }

.fa-remove {
  --fa: "\f00d"; }

.fa-times {
  --fa: "\f00d"; }

.fa-arrows-up-down-left-right {
  --fa: "\f047"; }

.fa-arrows {
  --fa: "\f047"; }

.fa-chalkboard-user {
  --fa: "\f51c"; }

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

.fa-peso-sign {
  --fa: "\e222"; }

.fa-building-shield {
  --fa: "\e4d8"; }

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

.fa-users-line {
  --fa: "\e592"; }

.fa-quote-left {
  --fa: "\f10d"; }

.fa-quote-left-alt {
  --fa: "\f10d"; }

.fa-tractor {
  --fa: "\f722"; }

.fa-trash-arrow-up {
  --fa: "\f829"; }

.fa-trash-restore {
  --fa: "\f829"; }

.fa-arrow-down-up-lock {
  --fa: "\e4b0"; }

.fa-lines-leaning {
  --fa: "\e51e"; }

.fa-ruler-combined {
  --fa: "\f546"; }

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

.fa-equals {
  --fa: "\3d"; }

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

.fa-teeth {
  --fa: "\f62e"; }

.fa-shekel-sign {
  --fa: "\f20b"; }

.fa-ils {
  --fa: "\f20b"; }

.fa-shekel {
  --fa: "\f20b"; }

.fa-sheqel {
  --fa: "\f20b"; }

.fa-sheqel-sign {
  --fa: "\f20b"; }

.fa-map {
  --fa: "\f279"; }

.fa-rocket {
  --fa: "\f135"; }

.fa-photo-film {
  --fa: "\f87c"; }

.fa-photo-video {
  --fa: "\f87c"; }

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

.fa-hexagon-nodes-bolt {
  --fa: "\e69a"; }

.fa-store {
  --fa: "\f54e"; }

.fa-arrow-trend-up {
  --fa: "\e098"; }

.fa-plug-circle-minus {
  --fa: "\e55e"; }

.fa-sign-hanging {
  --fa: "\f4d9"; }

.fa-sign {
  --fa: "\f4d9"; }

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

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

.fa-tablet {
  --fa: "\f3fb"; }

.fa-tablet-android {
  --fa: "\f3fb"; }

.fa-school-flag {
  --fa: "\e56e"; }

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

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

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

.fa-holly-berry {
  --fa: "\f7aa"; }

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

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

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

.fa-notdef {
  --fa: "\e1fe"; }

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

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

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

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

.fa-retweet {
  --fa: "\f079"; }

.fa-car-rear {
  --fa: "\f5de"; }

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

.fa-pump-soap {
  --fa: "\e06b"; }

.fa-video-slash {
  --fa: "\f4e2"; }

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

.fa-battery-2 {
  --fa: "\f243"; }

.fa-radio {
  --fa: "\f8d7"; }

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

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

.fa-traffic-light {
  --fa: "\f637"; }

.fa-thermometer {
  --fa: "\f491"; }

.fa-vr-cardboard {
  --fa: "\f729"; }

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

.fa-percent {
  --fa: "\25"; }

.fa-percentage {
  --fa: "\25"; }

.fa-truck-moving {
  --fa: "\f4df"; }

.fa-glass-water-droplet {
  --fa: "\e4f5"; }

.fa-display {
  --fa: "\e163"; }

.fa-face-smile {
  --fa: "\f118"; }

.fa-smile {
  --fa: "\f118"; }

.fa-thumbtack {
  --fa: "\f08d"; }

.fa-thumb-tack {
  --fa: "\f08d"; }

.fa-trophy {
  --fa: "\f091"; }

.fa-person-praying {
  --fa: "\f683"; }

.fa-pray {
  --fa: "\f683"; }

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

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

.fa-rotate {
  --fa: "\f2f1"; }

.fa-sync-alt {
  --fa: "\f2f1"; }

.fa-spinner {
  --fa: "\f110"; }

.fa-robot {
  --fa: "\f544"; }

.fa-peace {
  --fa: "\f67c"; }

.fa-gears {
  --fa: "\f085"; }

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

.fa-warehouse {
  --fa: "\f494"; }

.fa-arrow-up-right-dots {
  --fa: "\e4b7"; }

.fa-splotch {
  --fa: "\f5bc"; }

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

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

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

.fa-sim-card {
  --fa: "\f7c4"; }

.fa-transgender {
  --fa: "\f225"; }

.fa-transgender-alt {
  --fa: "\f225"; }

.fa-mercury {
  --fa: "\f223"; }

.fa-arrow-turn-down {
  --fa: "\f149"; }

.fa-level-down {
  --fa: "\f149"; }

.fa-person-falling-burst {
  --fa: "\e547"; }

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

.fa-ticket-simple {
  --fa: "\f3ff"; }

.fa-ticket-alt {
  --fa: "\f3ff"; }

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

.fa-angles-left {
  --fa: "\f100"; }

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

.fa-qrcode {
  --fa: "\f029"; }

.fa-clock-rotate-left {
  --fa: "\f1da"; }

.fa-history {
  --fa: "\f1da"; }

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

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

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

.fa-arrow-right-from-file {
  --fa: "\f56e"; }

.fa-shield {
  --fa: "\f132"; }

.fa-shield-blank {
  --fa: "\f132"; }

.fa-arrow-up-short-wide {
  --fa: "\f885"; }

.fa-sort-amount-up-alt {
  --fa: "\f885"; }

.fa-comment-nodes {
  --fa: "\e696"; }

.fa-house-medical {
  --fa: "\e3b2"; }

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

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

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

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

.fa-house-chimney-window {
  --fa: "\e00d"; }

.fa-pen-nib {
  --fa: "\f5ad"; }

.fa-tent-arrow-turn-left {
  --fa: "\e580"; }

.fa-tents {
  --fa: "\e582"; }

.fa-wand-magic {
  --fa: "\f0d0"; }

.fa-magic {
  --fa: "\f0d0"; }

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

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

.fa-moon {
  --fa: "\f186"; }

.fa-wine-glass-empty {
  --fa: "\f5ce"; }

.fa-wine-glass-alt {
  --fa: "\f5ce"; }

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

.fa-yin-yang {
  --fa: "\f6ad"; }

.fa-music {
  --fa: "\f001"; }

.fa-code-commit {
  --fa: "\f386"; }

.fa-temperature-low {
  --fa: "\f76b"; }

.fa-person-biking {
  --fa: "\f84a"; }

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

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

.fa-shield-heart {
  --fa: "\e574"; }

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

.fa-earth-oceania {
  --fa: "\e47b"; }

.fa-globe-oceania {
  --fa: "\e47b"; }

.fa-square-xmark {
  --fa: "\f2d3"; }

.fa-times-square {
  --fa: "\f2d3"; }

.fa-xmark-square {
  --fa: "\f2d3"; }

.fa-hashtag {
  --fa: "\23"; }

.fa-up-right-and-down-left-from-center {
  --fa: "\f424"; }

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

.fa-oil-can {
  --fa: "\f613"; }

.fa-t {
  --fa: "\54"; }

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

.fa-chart-column {
  --fa: "\e0e3"; }

.fa-infinity {
  --fa: "\f534"; }

.fa-vial-circle-check {
  --fa: "\e596"; }

.fa-person-arrow-down-to-line {
  --fa: "\e538"; }

.fa-voicemail {
  --fa: "\f897"; }

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

.fa-person-walking-luggage {
  --fa: "\e554"; }

.fa-up-down {
  --fa: "\f338"; }

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

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

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

.fa-trailer {
  --fa: "\e041"; }

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

.fa-haykal {
  --fa: "\f666"; }

.fa-sd-card {
  --fa: "\f7c2"; }

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

.fa-shoe-prints {
  --fa: "\f54b"; }

.fa-circle-plus {
  --fa: "\f055"; }

.fa-plus-circle {
  --fa: "\f055"; }

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

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

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

.fa-plug-circle-exclamation {
  --fa: "\e55d"; }

.fa-link-slash {
  --fa: "\f127"; }

.fa-chain-broken {
  --fa: "\f127"; }

.fa-chain-slash {
  --fa: "\f127"; }

.fa-unlink {
  --fa: "\f127"; }

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

.fa-person-walking-arrow-loop-left {
  --fa: "\e551"; }

.fa-arrow-up-z-a {
  --fa: "\f882"; }

.fa-sort-alpha-up-alt {
  --fa: "\f882"; }

.fa-fire-flame-curved {
  --fa: "\f7e4"; }

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

.fa-tornado {
  --fa: "\f76f"; }

.fa-file-circle-plus {
  --fa: "\e494"; }

.fa-book-quran {
  --fa: "\f687"; }

.fa-quran {
  --fa: "\f687"; }

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

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

.fa-face-angry {
  --fa: "\f556"; }

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

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

.fa-arrow-trend-down {
  --fa: "\e097"; }

.fa-rss {
  --fa: "\f09e"; }

.fa-feed {
  --fa: "\f09e"; }

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

.fa-scale-balanced {
  --fa: "\f24e"; }

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

.fa-gauge-simple-high {
  --fa: "\f62a"; }

.fa-tachometer {
  --fa: "\f62a"; }

.fa-tachometer-fast {
  --fa: "\f62a"; }

.fa-shower {
  --fa: "\f2cc"; }

.fa-desktop {
  --fa: "\f390"; }

.fa-desktop-alt {
  --fa: "\f390"; }

.fa-m {
  --fa: "\4d"; }

.fa-table-list {
  --fa: "\f00b"; }

.fa-th-list {
  --fa: "\f00b"; }

.fa-comment-sms {
  --fa: "\f7cd"; }

.fa-sms {
  --fa: "\f7cd"; }

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

.fa-user-plus {
  --fa: "\f234"; }

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

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

.fa-battery-4 {
  --fa: "\f241"; }

.fa-house-circle-check {
  --fa: "\e509"; }

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

.fa-diagram-successor {
  --fa: "\e47a"; }

.fa-truck-arrow-right {
  --fa: "\e58b"; }

.fa-arrows-split-up-and-left {
  --fa: "\e4bc"; }

.fa-hand-fist {
  --fa: "\f6de"; }

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

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

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

.fa-person-falling {
  --fa: "\e546"; }

.fa-image-portrait {
  --fa: "\f3e0"; }

.fa-portrait {
  --fa: "\f3e0"; }

.fa-user-tag {
  --fa: "\f507"; }

.fa-rug {
  --fa: "\e569"; }

.fa-earth-europe {
  --fa: "\f7a2"; }

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

.fa-cart-flatbed-suitcase {
  --fa: "\f59d"; }

.fa-luggage-cart {
  --fa: "\f59d"; }

.fa-rectangle-xmark {
  --fa: "\f410"; }

.fa-rectangle-times {
  --fa: "\f410"; }

.fa-times-rectangle {
  --fa: "\f410"; }

.fa-window-close {
  --fa: "\f410"; }

.fa-baht-sign {
  --fa: "\e0ac"; }

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

.fa-book-journal-whills {
  --fa: "\f66a"; }

.fa-journal-whills {
  --fa: "\f66a"; }

.fa-handcuffs {
  --fa: "\e4f8"; }

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

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

.fa-warning {
  --fa: "\f071"; }

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

.fa-share {
  --fa: "\f064"; }

.fa-mail-forward {
  --fa: "\f064"; }

.fa-bottle-droplet {
  --fa: "\e4c4"; }

.fa-mask-face {
  --fa: "\e1d7"; }

.fa-hill-rockslide {
  --fa: "\e508"; }

.fa-right-left {
  --fa: "\f362"; }

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

.fa-paper-plane {
  --fa: "\f1d8"; }

.fa-road-circle-exclamation {
  --fa: "\e565"; }

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

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

.fa-money-bill-1-wave {
  --fa: "\f53b"; }

.fa-money-bill-wave-alt {
  --fa: "\f53b"; }

.fa-life-ring {
  --fa: "\f1cd"; }

.fa-hands {
  --fa: "\f2a7"; }

.fa-sign-language {
  --fa: "\f2a7"; }

.fa-signing {
  --fa: "\f2a7"; }

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

.fa-water-ladder {
  --fa: "\f5c5"; }

.fa-ladder-water {
  --fa: "\f5c5"; }

.fa-swimming-pool {
  --fa: "\f5c5"; }

.fa-arrows-up-down {
  --fa: "\f07d"; }

.fa-arrows-v {
  --fa: "\f07d"; }

.fa-face-grimace {
  --fa: "\f57f"; }

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

.fa-wheelchair-move {
  --fa: "\e2ce"; }

.fa-wheelchair-alt {
  --fa: "\e2ce"; }

.fa-turn-down {
  --fa: "\f3be"; }

.fa-level-down-alt {
  --fa: "\f3be"; }

.fa-person-walking-arrow-right {
  --fa: "\e552"; }

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

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

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

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

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

.fa-bandage {
  --fa: "\f462"; }

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

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

.fa-circle-xmark {
  --fa: "\f057"; }

.fa-times-circle {
  --fa: "\f057"; }

.fa-xmark-circle {
  --fa: "\f057"; }

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

.fa-hotel {
  --fa: "\f594"; }

.fa-earth-asia {
  --fa: "\f57e"; }

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

.fa-id-card-clip {
  --fa: "\f47f"; }

.fa-id-card-alt {
  --fa: "\f47f"; }

.fa-magnifying-glass-plus {
  --fa: "\f00e"; }

.fa-search-plus {
  --fa: "\f00e"; }

.fa-thumbs-up {
  --fa: "\f164"; }

.fa-user-clock {
  --fa: "\f4fd"; }

.fa-hand-dots {
  --fa: "\f461"; }

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

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

.fa-window-minimize {
  --fa: "\f2d1"; }

.fa-mug-saucer {
  --fa: "\f0f4"; }

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

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

.fa-file-half-dashed {
  --fa: "\e698"; }

.fa-mask {
  --fa: "\f6fa"; }

.fa-magnifying-glass-minus {
  --fa: "\f010"; }

.fa-search-minus {
  --fa: "\f010"; }

.fa-ruler-vertical {
  --fa: "\f548"; }

.fa-user-large {
  --fa: "\f406"; }

.fa-user-alt {
  --fa: "\f406"; }

.fa-train-tram {
  --fa: "\e5b4"; }

.fa-user-nurse {
  --fa: "\f82f"; }

.fa-syringe {
  --fa: "\f48e"; }

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

.fa-stopwatch-20 {
  --fa: "\e06f"; }

.fa-square-full {
  --fa: "\f45c"; }

.fa-magnet {
  --fa: "\f076"; }

.fa-jar {
  --fa: "\e516"; }

.fa-note-sticky {
  --fa: "\f249"; }

.fa-sticky-note {
  --fa: "\f249"; }

.fa-bug-slash {
  --fa: "\e490"; }

.fa-arrow-up-from-water-pump {
  --fa: "\e4b6"; }

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

.fa-table-cells-row-unlock {
  --fa: "\e691"; }

.fa-user-injured {
  --fa: "\f728"; }

.fa-face-sad-tear {
  --fa: "\f5b4"; }

.fa-sad-tear {
  --fa: "\f5b4"; }

.fa-plane {
  --fa: "\f072"; }

.fa-tent-arrows-down {
  --fa: "\e581"; }

.fa-exclamation {
  --fa: "\21"; }

.fa-arrows-spin {
  --fa: "\e4bb"; }

.fa-print {
  --fa: "\f02f"; }

.fa-turkish-lira-sign {
  --fa: "\e2bb"; }

.fa-try {
  --fa: "\e2bb"; }

.fa-turkish-lira {
  --fa: "\e2bb"; }

.fa-dollar-sign {
  --fa: "\24"; }

.fa-dollar {
  --fa: "\24"; }

.fa-usd {
  --fa: "\24"; }

.fa-x {
  --fa: "\58"; }

.fa-magnifying-glass-dollar {
  --fa: "\f688"; }

.fa-search-dollar {
  --fa: "\f688"; }

.fa-users-gear {
  --fa: "\f509"; }

.fa-users-cog {
  --fa: "\f509"; }

.fa-person-military-pointing {
  --fa: "\e54a"; }

.fa-building-columns {
  --fa: "\f19c"; }

.fa-bank {
  --fa: "\f19c"; }

.fa-institution {
  --fa: "\f19c"; }

.fa-museum {
  --fa: "\f19c"; }

.fa-university {
  --fa: "\f19c"; }

.fa-umbrella {
  --fa: "\f0e9"; }

.fa-trowel {
  --fa: "\e589"; }

.fa-d {
  --fa: "\44"; }

.fa-stapler {
  --fa: "\e5af"; }

.fa-masks-theater {
  --fa: "\f630"; }

.fa-theater-masks {
  --fa: "\f630"; }

.fa-kip-sign {
  --fa: "\e1c4"; }

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

.fa-handshake-simple {
  --fa: "\f4c6"; }

.fa-handshake-alt {
  --fa: "\f4c6"; }

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

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

.fa-square-share-nodes {
  --fa: "\f1e1"; }

.fa-share-alt-square {
  --fa: "\f1e1"; }

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

.fa-plus-minus {
  --fa: "\e43c"; }

.fa-video {
  --fa: "\f03d"; }

.fa-video-camera {
  --fa: "\f03d"; }

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

.fa-mortar-board {
  --fa: "\f19d"; }

.fa-hand-holding-medical {
  --fa: "\e05c"; }

.fa-person-circle-check {
  --fa: "\e53e"; }

.fa-turn-up {
  --fa: "\f3bf"; }

.fa-level-up-alt {
  --fa: "\f3bf"; }

.sr-only,
.fa-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0; }

.sr-only-focusable:not(:focus),
.fa-sr-only-focusable:not(:focus) {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0; }
:root, :host {
  --fa-style-family-brands: 'Font Awesome 6 Brands';
  --fa-font-brands: normal 400 1em/1 'Font Awesome 6 Brands'; }

@font-face {
  font-family: 'Font Awesome 6 Brands';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../libs/@fortawesome/fontawesome-free/webfonts/fa-brands-400.woff2") format("woff2"), url("../libs/@fortawesome/fontawesome-free/webfonts/fa-brands-400.ttf") format("truetype"); }

.fab,
.fa-brands {
  font-weight: 400; }

.fa-monero {
  --fa: "\f3d0"; }

.fa-hooli {
  --fa: "\f427"; }

.fa-yelp {
  --fa: "\f1e9"; }

.fa-cc-visa {
  --fa: "\f1f0"; }

.fa-lastfm {
  --fa: "\f202"; }

.fa-shopware {
  --fa: "\f5b5"; }

.fa-creative-commons-nc {
  --fa: "\f4e8"; }

.fa-aws {
  --fa: "\f375"; }

.fa-redhat {
  --fa: "\f7bc"; }

.fa-yoast {
  --fa: "\f2b1"; }

.fa-cloudflare {
  --fa: "\e07d"; }

.fa-ups {
  --fa: "\f7e0"; }

.fa-pixiv {
  --fa: "\e640"; }

.fa-wpexplorer {
  --fa: "\f2de"; }

.fa-dyalog {
  --fa: "\f399"; }

.fa-bity {
  --fa: "\f37a"; }

.fa-stackpath {
  --fa: "\f842"; }

.fa-buysellads {
  --fa: "\f20d"; }

.fa-first-order {
  --fa: "\f2b0"; }

.fa-modx {
  --fa: "\f285"; }

.fa-guilded {
  --fa: "\e07e"; }

.fa-vnv {
  --fa: "\f40b"; }

.fa-square-js {
  --fa: "\f3b9"; }

.fa-js-square {
  --fa: "\f3b9"; }

.fa-microsoft {
  --fa: "\f3ca"; }

.fa-qq {
  --fa: "\f1d6"; }

.fa-orcid {
  --fa: "\f8d2"; }

.fa-java {
  --fa: "\f4e4"; }

.fa-invision {
  --fa: "\f7b0"; }

.fa-creative-commons-pd-alt {
  --fa: "\f4ed"; }

.fa-centercode {
  --fa: "\f380"; }

.fa-glide-g {
  --fa: "\f2a6"; }

.fa-drupal {
  --fa: "\f1a9"; }

.fa-jxl {
  --fa: "\e67b"; }

.fa-dart-lang {
  --fa: "\e693"; }

.fa-hire-a-helper {
  --fa: "\f3b0"; }

.fa-creative-commons-by {
  --fa: "\f4e7"; }

.fa-unity {
  --fa: "\e049"; }

.fa-whmcs {
  --fa: "\f40d"; }

.fa-rocketchat {
  --fa: "\f3e8"; }

.fa-vk {
  --fa: "\f189"; }

.fa-untappd {
  --fa: "\f405"; }

.fa-mailchimp {
  --fa: "\f59e"; }

.fa-css3-alt {
  --fa: "\f38b"; }

.fa-square-reddit {
  --fa: "\f1a2"; }

.fa-reddit-square {
  --fa: "\f1a2"; }

.fa-vimeo-v {
  --fa: "\f27d"; }

.fa-contao {
  --fa: "\f26d"; }

.fa-square-font-awesome {
  --fa: "\e5ad"; }

.fa-deskpro {
  --fa: "\f38f"; }

.fa-brave {
  --fa: "\e63c"; }

.fa-sistrix {
  --fa: "\f3ee"; }

.fa-square-instagram {
  --fa: "\e055"; }

.fa-instagram-square {
  --fa: "\e055"; }

.fa-battle-net {
  --fa: "\f835"; }

.fa-the-red-yeti {
  --fa: "\f69d"; }

.fa-square-hacker-news {
  --fa: "\f3af"; }

.fa-hacker-news-square {
  --fa: "\f3af"; }

.fa-edge {
  --fa: "\f282"; }

.fa-threads {
  --fa: "\e618"; }

.fa-napster {
  --fa: "\f3d2"; }

.fa-square-snapchat {
  --fa: "\f2ad"; }

.fa-snapchat-square {
  --fa: "\f2ad"; }

.fa-google-plus-g {
  --fa: "\f0d5"; }

.fa-artstation {
  --fa: "\f77a"; }

.fa-markdown {
  --fa: "\f60f"; }

.fa-sourcetree {
  --fa: "\f7d3"; }

.fa-google-plus {
  --fa: "\f2b3"; }

.fa-diaspora {
  --fa: "\f791"; }

.fa-foursquare {
  --fa: "\f180"; }

.fa-stack-overflow {
  --fa: "\f16c"; }

.fa-github-alt {
  --fa: "\f113"; }

.fa-phoenix-squadron {
  --fa: "\f511"; }

.fa-pagelines {
  --fa: "\f18c"; }

.fa-algolia {
  --fa: "\f36c"; }

.fa-red-river {
  --fa: "\f3e3"; }

.fa-creative-commons-sa {
  --fa: "\f4ef"; }

.fa-safari {
  --fa: "\f267"; }

.fa-google {
  --fa: "\f1a0"; }

.fa-square-font-awesome-stroke {
  --fa: "\f35c"; }

.fa-font-awesome-alt {
  --fa: "\f35c"; }

.fa-atlassian {
  --fa: "\f77b"; }

.fa-linkedin-in {
  --fa: "\f0e1"; }

.fa-digital-ocean {
  --fa: "\f391"; }

.fa-nimblr {
  --fa: "\f5a8"; }

.fa-chromecast {
  --fa: "\f838"; }

.fa-evernote {
  --fa: "\f839"; }

.fa-hacker-news {
  --fa: "\f1d4"; }

.fa-creative-commons-sampling {
  --fa: "\f4f0"; }

.fa-adversal {
  --fa: "\f36a"; }

.fa-creative-commons {
  --fa: "\f25e"; }

.fa-watchman-monitoring {
  --fa: "\e087"; }

.fa-fonticons {
  --fa: "\f280"; }

.fa-weixin {
  --fa: "\f1d7"; }

.fa-shirtsinbulk {
  --fa: "\f214"; }

.fa-codepen {
  --fa: "\f1cb"; }

.fa-git-alt {
  --fa: "\f841"; }

.fa-lyft {
  --fa: "\f3c3"; }

.fa-rev {
  --fa: "\f5b2"; }

.fa-windows {
  --fa: "\f17a"; }

.fa-wizards-of-the-coast {
  --fa: "\f730"; }

.fa-square-viadeo {
  --fa: "\f2aa"; }

.fa-viadeo-square {
  --fa: "\f2aa"; }

.fa-meetup {
  --fa: "\f2e0"; }

.fa-centos {
  --fa: "\f789"; }

.fa-adn {
  --fa: "\f170"; }

.fa-cloudsmith {
  --fa: "\f384"; }

.fa-opensuse {
  --fa: "\e62b"; }

.fa-pied-piper-alt {
  --fa: "\f1a8"; }

.fa-square-dribbble {
  --fa: "\f397"; }

.fa-dribbble-square {
  --fa: "\f397"; }

.fa-codiepie {
  --fa: "\f284"; }

.fa-node {
  --fa: "\f419"; }

.fa-mix {
  --fa: "\f3cb"; }

.fa-steam {
  --fa: "\f1b6"; }

.fa-cc-apple-pay {
  --fa: "\f416"; }

.fa-scribd {
  --fa: "\f28a"; }

.fa-debian {
  --fa: "\e60b"; }

.fa-openid {
  --fa: "\f19b"; }

.fa-instalod {
  --fa: "\e081"; }

.fa-files-pinwheel {
  --fa: "\e69f"; }

.fa-expeditedssl {
  --fa: "\f23e"; }

.fa-sellcast {
  --fa: "\f2da"; }

.fa-square-twitter {
  --fa: "\f081"; }

.fa-twitter-square {
  --fa: "\f081"; }

.fa-r-project {
  --fa: "\f4f7"; }

.fa-delicious {
  --fa: "\f1a5"; }

.fa-freebsd {
  --fa: "\f3a4"; }

.fa-vuejs {
  --fa: "\f41f"; }

.fa-accusoft {
  --fa: "\f369"; }

.fa-ioxhost {
  --fa: "\f208"; }

.fa-fonticons-fi {
  --fa: "\f3a2"; }

.fa-app-store {
  --fa: "\f36f"; }

.fa-cc-mastercard {
  --fa: "\f1f1"; }

.fa-itunes-note {
  --fa: "\f3b5"; }

.fa-golang {
  --fa: "\e40f"; }

.fa-kickstarter {
  --fa: "\f3bb"; }

.fa-square-kickstarter {
  --fa: "\f3bb"; }

.fa-grav {
  --fa: "\f2d6"; }

.fa-weibo {
  --fa: "\f18a"; }

.fa-uncharted {
  --fa: "\e084"; }

.fa-firstdraft {
  --fa: "\f3a1"; }

.fa-square-youtube {
  --fa: "\f431"; }

.fa-youtube-square {
  --fa: "\f431"; }

.fa-wikipedia-w {
  --fa: "\f266"; }

.fa-wpressr {
  --fa: "\f3e4"; }

.fa-rendact {
  --fa: "\f3e4"; }

.fa-angellist {
  --fa: "\f209"; }

.fa-galactic-republic {
  --fa: "\f50c"; }

.fa-nfc-directional {
  --fa: "\e530"; }

.fa-skype {
  --fa: "\f17e"; }

.fa-joget {
  --fa: "\f3b7"; }

.fa-fedora {
  --fa: "\f798"; }

.fa-stripe-s {
  --fa: "\f42a"; }

.fa-meta {
  --fa: "\e49b"; }

.fa-laravel {
  --fa: "\f3bd"; }

.fa-hotjar {
  --fa: "\f3b1"; }

.fa-bluetooth-b {
  --fa: "\f294"; }

.fa-square-letterboxd {
  --fa: "\e62e"; }

.fa-sticker-mule {
  --fa: "\f3f7"; }

.fa-creative-commons-zero {
  --fa: "\f4f3"; }

.fa-hips {
  --fa: "\f452"; }

.fa-css {
  --fa: "\e6a2"; }

.fa-behance {
  --fa: "\f1b4"; }

.fa-reddit {
  --fa: "\f1a1"; }

.fa-discord {
  --fa: "\f392"; }

.fa-chrome {
  --fa: "\f268"; }

.fa-app-store-ios {
  --fa: "\f370"; }

.fa-cc-discover {
  --fa: "\f1f2"; }

.fa-wpbeginner {
  --fa: "\f297"; }

.fa-confluence {
  --fa: "\f78d"; }

.fa-shoelace {
  --fa: "\e60c"; }

.fa-mdb {
  --fa: "\f8ca"; }

.fa-dochub {
  --fa: "\f394"; }

.fa-accessible-icon {
  --fa: "\f368"; }

.fa-ebay {
  --fa: "\f4f4"; }

.fa-amazon {
  --fa: "\f270"; }

.fa-unsplash {
  --fa: "\e07c"; }

.fa-yarn {
  --fa: "\f7e3"; }

.fa-square-steam {
  --fa: "\f1b7"; }

.fa-steam-square {
  --fa: "\f1b7"; }

.fa-500px {
  --fa: "\f26e"; }

.fa-square-vimeo {
  --fa: "\f194"; }

.fa-vimeo-square {
  --fa: "\f194"; }

.fa-asymmetrik {
  --fa: "\f372"; }

.fa-font-awesome {
  --fa: "\f2b4"; }

.fa-font-awesome-flag {
  --fa: "\f2b4"; }

.fa-font-awesome-logo-full {
  --fa: "\f2b4"; }

.fa-gratipay {
  --fa: "\f184"; }

.fa-apple {
  --fa: "\f179"; }

.fa-hive {
  --fa: "\e07f"; }

.fa-gitkraken {
  --fa: "\f3a6"; }

.fa-keybase {
  --fa: "\f4f5"; }

.fa-apple-pay {
  --fa: "\f415"; }

.fa-padlet {
  --fa: "\e4a0"; }

.fa-amazon-pay {
  --fa: "\f42c"; }

.fa-square-github {
  --fa: "\f092"; }

.fa-github-square {
  --fa: "\f092"; }

.fa-stumbleupon {
  --fa: "\f1a4"; }

.fa-fedex {
  --fa: "\f797"; }

.fa-phoenix-framework {
  --fa: "\f3dc"; }

.fa-shopify {
  --fa: "\e057"; }

.fa-neos {
  --fa: "\f612"; }

.fa-square-threads {
  --fa: "\e619"; }

.fa-hackerrank {
  --fa: "\f5f7"; }

.fa-researchgate {
  --fa: "\f4f8"; }

.fa-swift {
  --fa: "\f8e1"; }

.fa-angular {
  --fa: "\f420"; }

.fa-speakap {
  --fa: "\f3f3"; }

.fa-angrycreative {
  --fa: "\f36e"; }

.fa-y-combinator {
  --fa: "\f23b"; }

.fa-empire {
  --fa: "\f1d1"; }

.fa-envira {
  --fa: "\f299"; }

.fa-google-scholar {
  --fa: "\e63b"; }

.fa-square-gitlab {
  --fa: "\e5ae"; }

.fa-gitlab-square {
  --fa: "\e5ae"; }

.fa-studiovinari {
  --fa: "\f3f8"; }

.fa-pied-piper {
  --fa: "\f2ae"; }

.fa-wordpress {
  --fa: "\f19a"; }

.fa-product-hunt {
  --fa: "\f288"; }

.fa-firefox {
  --fa: "\f269"; }

.fa-linode {
  --fa: "\f2b8"; }

.fa-goodreads {
  --fa: "\f3a8"; }

.fa-square-odnoklassniki {
  --fa: "\f264"; }

.fa-odnoklassniki-square {
  --fa: "\f264"; }

.fa-jsfiddle {
  --fa: "\f1cc"; }

.fa-sith {
  --fa: "\f512"; }

.fa-themeisle {
  --fa: "\f2b2"; }

.fa-page4 {
  --fa: "\f3d7"; }

.fa-hashnode {
  --fa: "\e499"; }

.fa-react {
  --fa: "\f41b"; }

.fa-cc-paypal {
  --fa: "\f1f4"; }

.fa-squarespace {
  --fa: "\f5be"; }

.fa-cc-stripe {
  --fa: "\f1f5"; }

.fa-creative-commons-share {
  --fa: "\f4f2"; }

.fa-bitcoin {
  --fa: "\f379"; }

.fa-keycdn {
  --fa: "\f3ba"; }

.fa-opera {
  --fa: "\f26a"; }

.fa-itch-io {
  --fa: "\f83a"; }

.fa-umbraco {
  --fa: "\f8e8"; }

.fa-galactic-senate {
  --fa: "\f50d"; }

.fa-ubuntu {
  --fa: "\f7df"; }

.fa-draft2digital {
  --fa: "\f396"; }

.fa-stripe {
  --fa: "\f429"; }

.fa-houzz {
  --fa: "\f27c"; }

.fa-gg {
  --fa: "\f260"; }

.fa-dhl {
  --fa: "\f790"; }

.fa-square-pinterest {
  --fa: "\f0d3"; }

.fa-pinterest-square {
  --fa: "\f0d3"; }

.fa-xing {
  --fa: "\f168"; }

.fa-blackberry {
  --fa: "\f37b"; }

.fa-creative-commons-pd {
  --fa: "\f4ec"; }

.fa-playstation {
  --fa: "\f3df"; }

.fa-quinscape {
  --fa: "\f459"; }

.fa-less {
  --fa: "\f41d"; }

.fa-blogger-b {
  --fa: "\f37d"; }

.fa-opencart {
  --fa: "\f23d"; }

.fa-vine {
  --fa: "\f1ca"; }

.fa-signal-messenger {
  --fa: "\e663"; }

.fa-paypal {
  --fa: "\f1ed"; }

.fa-gitlab {
  --fa: "\f296"; }

.fa-typo3 {
  --fa: "\f42b"; }

.fa-reddit-alien {
  --fa: "\f281"; }

.fa-yahoo {
  --fa: "\f19e"; }

.fa-dailymotion {
  --fa: "\e052"; }

.fa-affiliatetheme {
  --fa: "\f36b"; }

.fa-pied-piper-pp {
  --fa: "\f1a7"; }

.fa-bootstrap {
  --fa: "\f836"; }

.fa-odnoklassniki {
  --fa: "\f263"; }

.fa-nfc-symbol {
  --fa: "\e531"; }

.fa-mintbit {
  --fa: "\e62f"; }

.fa-ethereum {
  --fa: "\f42e"; }

.fa-speaker-deck {
  --fa: "\f83c"; }

.fa-creative-commons-nc-eu {
  --fa: "\f4e9"; }

.fa-patreon {
  --fa: "\f3d9"; }

.fa-avianex {
  --fa: "\f374"; }

.fa-ello {
  --fa: "\f5f1"; }

.fa-gofore {
  --fa: "\f3a7"; }

.fa-bimobject {
  --fa: "\f378"; }

.fa-brave-reverse {
  --fa: "\e63d"; }

.fa-facebook-f {
  --fa: "\f39e"; }

.fa-square-google-plus {
  --fa: "\f0d4"; }

.fa-google-plus-square {
  --fa: "\f0d4"; }

.fa-web-awesome {
  --fa: "\e682"; }

.fa-mandalorian {
  --fa: "\f50f"; }

.fa-first-order-alt {
  --fa: "\f50a"; }

.fa-osi {
  --fa: "\f41a"; }

.fa-google-wallet {
  --fa: "\f1ee"; }

.fa-d-and-d-beyond {
  --fa: "\f6ca"; }

.fa-periscope {
  --fa: "\f3da"; }

.fa-fulcrum {
  --fa: "\f50b"; }

.fa-cloudscale {
  --fa: "\f383"; }

.fa-forumbee {
  --fa: "\f211"; }

.fa-mizuni {
  --fa: "\f3cc"; }

.fa-schlix {
  --fa: "\f3ea"; }

.fa-square-xing {
  --fa: "\f169"; }

.fa-xing-square {
  --fa: "\f169"; }

.fa-bandcamp {
  --fa: "\f2d5"; }

.fa-wpforms {
  --fa: "\f298"; }

.fa-cloudversify {
  --fa: "\f385"; }

.fa-usps {
  --fa: "\f7e1"; }

.fa-megaport {
  --fa: "\f5a3"; }

.fa-magento {
  --fa: "\f3c4"; }

.fa-spotify {
  --fa: "\f1bc"; }

.fa-optin-monster {
  --fa: "\f23c"; }

.fa-fly {
  --fa: "\f417"; }

.fa-square-bluesky {
  --fa: "\e6a3"; }

.fa-aviato {
  --fa: "\f421"; }

.fa-itunes {
  --fa: "\f3b4"; }

.fa-cuttlefish {
  --fa: "\f38c"; }

.fa-blogger {
  --fa: "\f37c"; }

.fa-flickr {
  --fa: "\f16e"; }

.fa-viber {
  --fa: "\f409"; }

.fa-soundcloud {
  --fa: "\f1be"; }

.fa-digg {
  --fa: "\f1a6"; }

.fa-tencent-weibo {
  --fa: "\f1d5"; }

.fa-letterboxd {
  --fa: "\e62d"; }

.fa-symfony {
  --fa: "\f83d"; }

.fa-maxcdn {
  --fa: "\f136"; }

.fa-etsy {
  --fa: "\f2d7"; }

.fa-facebook-messenger {
  --fa: "\f39f"; }

.fa-audible {
  --fa: "\f373"; }

.fa-think-peaks {
  --fa: "\f731"; }

.fa-bilibili {
  --fa: "\e3d9"; }

.fa-erlang {
  --fa: "\f39d"; }

.fa-x-twitter {
  --fa: "\e61b"; }

.fa-cotton-bureau {
  --fa: "\f89e"; }

.fa-dashcube {
  --fa: "\f210"; }

.fa-42-group {
  --fa: "\e080"; }

.fa-innosoft {
  --fa: "\e080"; }

.fa-stack-exchange {
  --fa: "\f18d"; }

.fa-elementor {
  --fa: "\f430"; }

.fa-square-pied-piper {
  --fa: "\e01e"; }

.fa-pied-piper-square {
  --fa: "\e01e"; }

.fa-creative-commons-nd {
  --fa: "\f4eb"; }

.fa-palfed {
  --fa: "\f3d8"; }

.fa-superpowers {
  --fa: "\f2dd"; }

.fa-resolving {
  --fa: "\f3e7"; }

.fa-xbox {
  --fa: "\f412"; }

.fa-square-web-awesome-stroke {
  --fa: "\e684"; }

.fa-searchengin {
  --fa: "\f3eb"; }

.fa-tiktok {
  --fa: "\e07b"; }

.fa-square-facebook {
  --fa: "\f082"; }

.fa-facebook-square {
  --fa: "\f082"; }

.fa-renren {
  --fa: "\f18b"; }

.fa-linux {
  --fa: "\f17c"; }

.fa-glide {
  --fa: "\f2a5"; }

.fa-linkedin {
  --fa: "\f08c"; }

.fa-hubspot {
  --fa: "\f3b2"; }

.fa-deploydog {
  --fa: "\f38e"; }

.fa-twitch {
  --fa: "\f1e8"; }

.fa-flutter {
  --fa: "\e694"; }

.fa-ravelry {
  --fa: "\f2d9"; }

.fa-mixer {
  --fa: "\e056"; }

.fa-square-lastfm {
  --fa: "\f203"; }

.fa-lastfm-square {
  --fa: "\f203"; }

.fa-vimeo {
  --fa: "\f40a"; }

.fa-mendeley {
  --fa: "\f7b3"; }

.fa-uniregistry {
  --fa: "\f404"; }

.fa-figma {
  --fa: "\f799"; }

.fa-creative-commons-remix {
  --fa: "\f4ee"; }

.fa-cc-amazon-pay {
  --fa: "\f42d"; }

.fa-dropbox {
  --fa: "\f16b"; }

.fa-instagram {
  --fa: "\f16d"; }

.fa-cmplid {
  --fa: "\e360"; }

.fa-upwork {
  --fa: "\e641"; }

.fa-facebook {
  --fa: "\f09a"; }

.fa-gripfire {
  --fa: "\f3ac"; }

.fa-jedi-order {
  --fa: "\f50e"; }

.fa-uikit {
  --fa: "\f403"; }

.fa-fort-awesome-alt {
  --fa: "\f3a3"; }

.fa-phabricator {
  --fa: "\f3db"; }

.fa-ussunnah {
  --fa: "\f407"; }

.fa-earlybirds {
  --fa: "\f39a"; }

.fa-trade-federation {
  --fa: "\f513"; }

.fa-autoprefixer {
  --fa: "\f41c"; }

.fa-whatsapp {
  --fa: "\f232"; }

.fa-square-upwork {
  --fa: "\e67c"; }

.fa-slideshare {
  --fa: "\f1e7"; }

.fa-google-play {
  --fa: "\f3ab"; }

.fa-viadeo {
  --fa: "\f2a9"; }

.fa-line {
  --fa: "\f3c0"; }

.fa-google-drive {
  --fa: "\f3aa"; }

.fa-servicestack {
  --fa: "\f3ec"; }

.fa-simplybuilt {
  --fa: "\f215"; }

.fa-bitbucket {
  --fa: "\f171"; }

.fa-imdb {
  --fa: "\f2d8"; }

.fa-deezer {
  --fa: "\e077"; }

.fa-raspberry-pi {
  --fa: "\f7bb"; }

.fa-jira {
  --fa: "\f7b1"; }

.fa-docker {
  --fa: "\f395"; }

.fa-screenpal {
  --fa: "\e570"; }

.fa-bluetooth {
  --fa: "\f293"; }

.fa-gitter {
  --fa: "\f426"; }

.fa-d-and-d {
  --fa: "\f38d"; }

.fa-microblog {
  --fa: "\e01a"; }

.fa-cc-diners-club {
  --fa: "\f24c"; }

.fa-gg-circle {
  --fa: "\f261"; }

.fa-pied-piper-hat {
  --fa: "\f4e5"; }

.fa-kickstarter-k {
  --fa: "\f3bc"; }

.fa-yandex {
  --fa: "\f413"; }

.fa-readme {
  --fa: "\f4d5"; }

.fa-html5 {
  --fa: "\f13b"; }

.fa-sellsy {
  --fa: "\f213"; }

.fa-square-web-awesome {
  --fa: "\e683"; }

.fa-sass {
  --fa: "\f41e"; }

.fa-wirsindhandwerk {
  --fa: "\e2d0"; }

.fa-wsh {
  --fa: "\e2d0"; }

.fa-buromobelexperte {
  --fa: "\f37f"; }

.fa-salesforce {
  --fa: "\f83b"; }

.fa-octopus-deploy {
  --fa: "\e082"; }

.fa-medapps {
  --fa: "\f3c6"; }

.fa-ns8 {
  --fa: "\f3d5"; }

.fa-pinterest-p {
  --fa: "\f231"; }

.fa-apper {
  --fa: "\f371"; }

.fa-fort-awesome {
  --fa: "\f286"; }

.fa-waze {
  --fa: "\f83f"; }

.fa-bluesky {
  --fa: "\e671"; }

.fa-cc-jcb {
  --fa: "\f24b"; }

.fa-snapchat {
  --fa: "\f2ab"; }

.fa-snapchat-ghost {
  --fa: "\f2ab"; }

.fa-fantasy-flight-games {
  --fa: "\f6dc"; }

.fa-rust {
  --fa: "\e07a"; }

.fa-wix {
  --fa: "\f5cf"; }

.fa-square-behance {
  --fa: "\f1b5"; }

.fa-behance-square {
  --fa: "\f1b5"; }

.fa-supple {
  --fa: "\f3f9"; }

.fa-webflow {
  --fa: "\e65c"; }

.fa-rebel {
  --fa: "\f1d0"; }

.fa-css3 {
  --fa: "\f13c"; }

.fa-staylinked {
  --fa: "\f3f5"; }

.fa-kaggle {
  --fa: "\f5fa"; }

.fa-space-awesome {
  --fa: "\e5ac"; }

.fa-deviantart {
  --fa: "\f1bd"; }

.fa-cpanel {
  --fa: "\f388"; }

.fa-goodreads-g {
  --fa: "\f3a9"; }

.fa-square-git {
  --fa: "\f1d2"; }

.fa-git-square {
  --fa: "\f1d2"; }

.fa-square-tumblr {
  --fa: "\f174"; }

.fa-tumblr-square {
  --fa: "\f174"; }

.fa-trello {
  --fa: "\f181"; }

.fa-creative-commons-nc-jp {
  --fa: "\f4ea"; }

.fa-get-pocket {
  --fa: "\f265"; }

.fa-perbyte {
  --fa: "\e083"; }

.fa-grunt {
  --fa: "\f3ad"; }

.fa-weebly {
  --fa: "\f5cc"; }

.fa-connectdevelop {
  --fa: "\f20e"; }

.fa-leanpub {
  --fa: "\f212"; }

.fa-black-tie {
  --fa: "\f27e"; }

.fa-themeco {
  --fa: "\f5c6"; }

.fa-python {
  --fa: "\f3e2"; }

.fa-android {
  --fa: "\f17b"; }

.fa-bots {
  --fa: "\e340"; }

.fa-free-code-camp {
  --fa: "\f2c5"; }

.fa-hornbill {
  --fa: "\f592"; }

.fa-js {
  --fa: "\f3b8"; }

.fa-ideal {
  --fa: "\e013"; }

.fa-git {
  --fa: "\f1d3"; }

.fa-dev {
  --fa: "\f6cc"; }

.fa-sketch {
  --fa: "\f7c6"; }

.fa-yandex-international {
  --fa: "\f414"; }

.fa-cc-amex {
  --fa: "\f1f3"; }

.fa-uber {
  --fa: "\f402"; }

.fa-github {
  --fa: "\f09b"; }

.fa-php {
  --fa: "\f457"; }

.fa-alipay {
  --fa: "\f642"; }

.fa-youtube {
  --fa: "\f167"; }

.fa-skyatlas {
  --fa: "\f216"; }

.fa-firefox-browser {
  --fa: "\e007"; }

.fa-replyd {
  --fa: "\f3e6"; }

.fa-suse {
  --fa: "\f7d6"; }

.fa-jenkins {
  --fa: "\f3b6"; }

.fa-twitter {
  --fa: "\f099"; }

.fa-rockrms {
  --fa: "\f3e9"; }

.fa-pinterest {
  --fa: "\f0d2"; }

.fa-buffer {
  --fa: "\f837"; }

.fa-npm {
  --fa: "\f3d4"; }

.fa-yammer {
  --fa: "\f840"; }

.fa-btc {
  --fa: "\f15a"; }

.fa-dribbble {
  --fa: "\f17d"; }

.fa-stumbleupon-circle {
  --fa: "\f1a3"; }

.fa-internet-explorer {
  --fa: "\f26b"; }

.fa-stubber {
  --fa: "\e5c7"; }

.fa-telegram {
  --fa: "\f2c6"; }

.fa-telegram-plane {
  --fa: "\f2c6"; }

.fa-old-republic {
  --fa: "\f510"; }

.fa-odysee {
  --fa: "\e5c6"; }

.fa-square-whatsapp {
  --fa: "\f40c"; }

.fa-whatsapp-square {
  --fa: "\f40c"; }

.fa-node-js {
  --fa: "\f3d3"; }

.fa-edge-legacy {
  --fa: "\e078"; }

.fa-slack {
  --fa: "\f198"; }

.fa-slack-hash {
  --fa: "\f198"; }

.fa-medrt {
  --fa: "\f3c8"; }

.fa-usb {
  --fa: "\f287"; }

.fa-tumblr {
  --fa: "\f173"; }

.fa-vaadin {
  --fa: "\f408"; }

.fa-quora {
  --fa: "\f2c4"; }

.fa-square-x-twitter {
  --fa: "\e61a"; }

.fa-reacteurope {
  --fa: "\f75d"; }

.fa-medium {
  --fa: "\f23a"; }

.fa-medium-m {
  --fa: "\f23a"; }

.fa-amilia {
  --fa: "\f36d"; }

.fa-mixcloud {
  --fa: "\f289"; }

.fa-flipboard {
  --fa: "\f44d"; }

.fa-viacoin {
  --fa: "\f237"; }

.fa-critical-role {
  --fa: "\f6c9"; }

.fa-sitrox {
  --fa: "\e44a"; }

.fa-discourse {
  --fa: "\f393"; }

.fa-joomla {
  --fa: "\f1aa"; }

.fa-mastodon {
  --fa: "\f4f6"; }

.fa-airbnb {
  --fa: "\f834"; }

.fa-wolf-pack-battalion {
  --fa: "\f514"; }

.fa-buy-n-large {
  --fa: "\f8a6"; }

.fa-gulp {
  --fa: "\f3ae"; }

.fa-creative-commons-sampling-plus {
  --fa: "\f4f1"; }

.fa-strava {
  --fa: "\f428"; }

.fa-ember {
  --fa: "\f423"; }

.fa-canadian-maple-leaf {
  --fa: "\f785"; }

.fa-teamspeak {
  --fa: "\f4f9"; }

.fa-pushed {
  --fa: "\f3e1"; }

.fa-wordpress-simple {
  --fa: "\f411"; }

.fa-nutritionix {
  --fa: "\f3d6"; }

.fa-wodu {
  --fa: "\e088"; }

.fa-google-pay {
  --fa: "\e079"; }

.fa-intercom {
  --fa: "\f7af"; }

.fa-zhihu {
  --fa: "\f63f"; }

.fa-korvue {
  --fa: "\f42f"; }

.fa-pix {
  --fa: "\e43a"; }

.fa-steam-symbol {
  --fa: "\f3f6"; }
:root, :host {
  --fa-style-family-classic: 'Font Awesome 6 Free';
  --fa-font-regular: normal 400 1em/1 'Font Awesome 6 Free'; }

@font-face {
  font-family: 'Font Awesome 6 Free';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../libs/@fortawesome/fontawesome-free/webfonts/fa-regular-400.woff2") format("woff2"), url("../libs/@fortawesome/fontawesome-free/webfonts/fa-regular-400.ttf") format("truetype"); }

.far,
.fa-regular {
  font-weight: 400; }
:root, :host {
  --fa-style-family-classic: 'Font Awesome 6 Free';
  --fa-font-solid: normal 900 1em/1 'Font Awesome 6 Free'; }

@font-face {
  font-family: 'Font Awesome 6 Free';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("../libs/@fortawesome/fontawesome-free/webfonts/fa-solid-900.woff2") format("woff2"), url("../libs/@fortawesome/fontawesome-free/webfonts/fa-solid-900.ttf") format("truetype"); }

.fas,
.fa-solid {
  font-weight: 900; }
@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-display: block;
  font-weight: 400;
  src: url("../libs/@fortawesome/fontawesome-free/webfonts/fa-brands-400.woff2") format("woff2"), url("../libs/@fortawesome/fontawesome-free/webfonts/fa-brands-400.ttf") format("truetype"); }

@font-face {
  font-family: 'Font Awesome 5 Free';
  font-display: block;
  font-weight: 900;
  src: url("../libs/@fortawesome/fontawesome-free/webfonts/fa-solid-900.woff2") format("woff2"), url("../libs/@fortawesome/fontawesome-free/webfonts/fa-solid-900.ttf") format("truetype"); }

@font-face {
  font-family: 'Font Awesome 5 Free';
  font-display: block;
  font-weight: 400;
  src: url("../libs/@fortawesome/fontawesome-free/webfonts/fa-regular-400.woff2") format("woff2"), url("../libs/@fortawesome/fontawesome-free/webfonts/fa-regular-400.ttf") format("truetype"); }
@font-face {
  font-family: 'FontAwesome';
  font-display: block;
  src: url("../libs/@fortawesome/fontawesome-free/webfonts/fa-solid-900.woff2") format("woff2"), url("../libs/@fortawesome/fontawesome-free/webfonts/fa-solid-900.ttf") format("truetype"); }

@font-face {
  font-family: 'FontAwesome';
  font-display: block;
  src: url("../libs/@fortawesome/fontawesome-free/webfonts/fa-brands-400.woff2") format("woff2"), url("../libs/@fortawesome/fontawesome-free/webfonts/fa-brands-400.ttf") format("truetype"); }

@font-face {
  font-family: 'FontAwesome';
  font-display: block;
  src: url("../libs/@fortawesome/fontawesome-free/webfonts/fa-regular-400.woff2") format("woff2"), url("../libs/@fortawesome/fontawesome-free/webfonts/fa-regular-400.ttf") format("truetype");
  unicode-range: U+F003,U+F006,U+F014,U+F016-F017,U+F01A-F01B,U+F01D,U+F022,U+F03E,U+F044,U+F046,U+F05C-F05D,U+F06E,U+F070,U+F087-F088,U+F08A,U+F094,U+F096-F097,U+F09D,U+F0A0,U+F0A2,U+F0A4-F0A7,U+F0C5,U+F0C7,U+F0E5-F0E6,U+F0EB,U+F0F6-F0F8,U+F10C,U+F114-F115,U+F118-F11A,U+F11C-F11D,U+F133,U+F147,U+F14E,U+F150-F152,U+F185-F186,U+F18E,U+F190-F192,U+F196,U+F1C1-F1C9,U+F1D9,U+F1DB,U+F1E3,U+F1EA,U+F1F7,U+F1F9,U+F20A,U+F247-F248,U+F24A,U+F24D,U+F255-F25B,U+F25D,U+F271-F274,U+F278,U+F27B,U+F28C,U+F28E,U+F29C,U+F2B5,U+F2B7,U+F2BA,U+F2BC,U+F2BE,U+F2C0-F2C1,U+F2C3,U+F2D0,U+F2D2,U+F2D4,U+F2DC; }

@font-face {
  font-family: 'FontAwesome';
  font-display: block;
  src: url("../libs/@fortawesome/fontawesome-free/webfonts/fa-v4compatibility.woff2") format("woff2"), url("../libs/@fortawesome/fontawesome-free/webfonts/fa-v4compatibility.ttf") format("truetype");
  unicode-range: U+F041,U+F047,U+F065-F066,U+F07D-F07E,U+F080,U+F08B,U+F08E,U+F090,U+F09A,U+F0AC,U+F0AE,U+F0B2,U+F0D0,U+F0D6,U+F0E4,U+F0EC,U+F10A-F10B,U+F123,U+F13E,U+F148-F149,U+F14C,U+F156,U+F15E,U+F160-F161,U+F163,U+F175-F178,U+F195,U+F1F8,U+F219,U+F27A; }
/*!
 * Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2024 Fonticons, Inc.
 */
.fa.fa-glass {
  --fa: "\f000"; }

.fa.fa-envelope-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-envelope-o {
  --fa: "\f0e0"; }

.fa.fa-star-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-star-o {
  --fa: "\f005"; }

.fa.fa-remove {
  --fa: "\f00d"; }

.fa.fa-close {
  --fa: "\f00d"; }

.fa.fa-gear {
  --fa: "\f013"; }

.fa.fa-trash-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-trash-o {
  --fa: "\f2ed"; }

.fa.fa-home {
  --fa: "\f015"; }

.fa.fa-file-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-file-o {
  --fa: "\f15b"; }

.fa.fa-clock-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-clock-o {
  --fa: "\f017"; }

.fa.fa-arrow-circle-o-down {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-arrow-circle-o-down {
  --fa: "\f358"; }

.fa.fa-arrow-circle-o-up {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-arrow-circle-o-up {
  --fa: "\f35b"; }

.fa.fa-play-circle-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-play-circle-o {
  --fa: "\f144"; }

.fa.fa-repeat {
  --fa: "\f01e"; }

.fa.fa-rotate-right {
  --fa: "\f01e"; }

.fa.fa-refresh {
  --fa: "\f021"; }

.fa.fa-list-alt {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-list-alt {
  --fa: "\f022"; }

.fa.fa-dedent {
  --fa: "\f03b"; }

.fa.fa-video-camera {
  --fa: "\f03d"; }

.fa.fa-picture-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-picture-o {
  --fa: "\f03e"; }

.fa.fa-photo {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-photo {
  --fa: "\f03e"; }

.fa.fa-image {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-image {
  --fa: "\f03e"; }

.fa.fa-map-marker {
  --fa: "\f3c5"; }

.fa.fa-pencil-square-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-pencil-square-o {
  --fa: "\f044"; }

.fa.fa-edit {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-edit {
  --fa: "\f044"; }

.fa.fa-share-square-o {
  --fa: "\f14d"; }

.fa.fa-check-square-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-check-square-o {
  --fa: "\f14a"; }

.fa.fa-arrows {
  --fa: "\f0b2"; }

.fa.fa-times-circle-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-times-circle-o {
  --fa: "\f057"; }

.fa.fa-check-circle-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-check-circle-o {
  --fa: "\f058"; }

.fa.fa-mail-forward {
  --fa: "\f064"; }

.fa.fa-expand {
  --fa: "\f424"; }

.fa.fa-compress {
  --fa: "\f422"; }

.fa.fa-eye {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-eye-slash {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-warning {
  --fa: "\f071"; }

.fa.fa-calendar {
  --fa: "\f073"; }

.fa.fa-arrows-v {
  --fa: "\f338"; }

.fa.fa-arrows-h {
  --fa: "\f337"; }

.fa.fa-bar-chart {
  --fa: "\e0e3"; }

.fa.fa-bar-chart-o {
  --fa: "\e0e3"; }

.fa.fa-twitter-square {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-twitter-square {
  --fa: "\f081"; }

.fa.fa-facebook-square {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-facebook-square {
  --fa: "\f082"; }

.fa.fa-gears {
  --fa: "\f085"; }

.fa.fa-thumbs-o-up {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-thumbs-o-up {
  --fa: "\f164"; }

.fa.fa-thumbs-o-down {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-thumbs-o-down {
  --fa: "\f165"; }

.fa.fa-heart-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-heart-o {
  --fa: "\f004"; }

.fa.fa-sign-out {
  --fa: "\f2f5"; }

.fa.fa-linkedin-square {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-linkedin-square {
  --fa: "\f08c"; }

.fa.fa-thumb-tack {
  --fa: "\f08d"; }

.fa.fa-external-link {
  --fa: "\f35d"; }

.fa.fa-sign-in {
  --fa: "\f2f6"; }

.fa.fa-github-square {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-github-square {
  --fa: "\f092"; }

.fa.fa-lemon-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-lemon-o {
  --fa: "\f094"; }

.fa.fa-square-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-square-o {
  --fa: "\f0c8"; }

.fa.fa-bookmark-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-bookmark-o {
  --fa: "\f02e"; }

.fa.fa-twitter {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-facebook {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-facebook {
  --fa: "\f39e"; }

.fa.fa-facebook-f {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-facebook-f {
  --fa: "\f39e"; }

.fa.fa-github {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-credit-card {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-feed {
  --fa: "\f09e"; }

.fa.fa-hdd-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-hdd-o {
  --fa: "\f0a0"; }

.fa.fa-hand-o-right {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-hand-o-right {
  --fa: "\f0a4"; }

.fa.fa-hand-o-left {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-hand-o-left {
  --fa: "\f0a5"; }

.fa.fa-hand-o-up {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-hand-o-up {
  --fa: "\f0a6"; }

.fa.fa-hand-o-down {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-hand-o-down {
  --fa: "\f0a7"; }

.fa.fa-globe {
  --fa: "\f57d"; }

.fa.fa-tasks {
  --fa: "\f828"; }

.fa.fa-arrows-alt {
  --fa: "\f31e"; }

.fa.fa-group {
  --fa: "\f0c0"; }

.fa.fa-chain {
  --fa: "\f0c1"; }

.fa.fa-cut {
  --fa: "\f0c4"; }

.fa.fa-files-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-files-o {
  --fa: "\f0c5"; }

.fa.fa-floppy-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-floppy-o {
  --fa: "\f0c7"; }

.fa.fa-save {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-save {
  --fa: "\f0c7"; }

.fa.fa-navicon {
  --fa: "\f0c9"; }

.fa.fa-reorder {
  --fa: "\f0c9"; }

.fa.fa-magic {
  --fa: "\e2ca"; }

.fa.fa-pinterest {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-pinterest-square {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-pinterest-square {
  --fa: "\f0d3"; }

.fa.fa-google-plus-square {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-google-plus-square {
  --fa: "\f0d4"; }

.fa.fa-google-plus {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-google-plus {
  --fa: "\f0d5"; }

.fa.fa-money {
  --fa: "\f3d1"; }

.fa.fa-unsorted {
  --fa: "\f0dc"; }

.fa.fa-sort-desc {
  --fa: "\f0dd"; }

.fa.fa-sort-asc {
  --fa: "\f0de"; }

.fa.fa-linkedin {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-linkedin {
  --fa: "\f0e1"; }

.fa.fa-rotate-left {
  --fa: "\f0e2"; }

.fa.fa-legal {
  --fa: "\f0e3"; }

.fa.fa-tachometer {
  --fa: "\f625"; }

.fa.fa-dashboard {
  --fa: "\f625"; }

.fa.fa-comment-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-comment-o {
  --fa: "\f075"; }

.fa.fa-comments-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-comments-o {
  --fa: "\f086"; }

.fa.fa-flash {
  --fa: "\f0e7"; }

.fa.fa-clipboard {
  --fa: "\f0ea"; }

.fa.fa-lightbulb-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-lightbulb-o {
  --fa: "\f0eb"; }

.fa.fa-exchange {
  --fa: "\f362"; }

.fa.fa-cloud-download {
  --fa: "\f0ed"; }

.fa.fa-cloud-upload {
  --fa: "\f0ee"; }

.fa.fa-bell-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-bell-o {
  --fa: "\f0f3"; }

.fa.fa-cutlery {
  --fa: "\f2e7"; }

.fa.fa-file-text-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-file-text-o {
  --fa: "\f15c"; }

.fa.fa-building-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-building-o {
  --fa: "\f1ad"; }

.fa.fa-hospital-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-hospital-o {
  --fa: "\f0f8"; }

.fa.fa-tablet {
  --fa: "\f3fa"; }

.fa.fa-mobile {
  --fa: "\f3cd"; }

.fa.fa-mobile-phone {
  --fa: "\f3cd"; }

.fa.fa-circle-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-circle-o {
  --fa: "\f111"; }

.fa.fa-mail-reply {
  --fa: "\f3e5"; }

.fa.fa-github-alt {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-folder-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-folder-o {
  --fa: "\f07b"; }

.fa.fa-folder-open-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-folder-open-o {
  --fa: "\f07c"; }

.fa.fa-smile-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-smile-o {
  --fa: "\f118"; }

.fa.fa-frown-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-frown-o {
  --fa: "\f119"; }

.fa.fa-meh-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-meh-o {
  --fa: "\f11a"; }

.fa.fa-keyboard-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-keyboard-o {
  --fa: "\f11c"; }

.fa.fa-flag-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-flag-o {
  --fa: "\f024"; }

.fa.fa-mail-reply-all {
  --fa: "\f122"; }

.fa.fa-star-half-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-star-half-o {
  --fa: "\f5c0"; }

.fa.fa-star-half-empty {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-star-half-empty {
  --fa: "\f5c0"; }

.fa.fa-star-half-full {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-star-half-full {
  --fa: "\f5c0"; }

.fa.fa-code-fork {
  --fa: "\f126"; }

.fa.fa-chain-broken {
  --fa: "\f127"; }

.fa.fa-unlink {
  --fa: "\f127"; }

.fa.fa-calendar-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-calendar-o {
  --fa: "\f133"; }

.fa.fa-maxcdn {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-html5 {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-css3 {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-unlock-alt {
  --fa: "\f09c"; }

.fa.fa-minus-square-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-minus-square-o {
  --fa: "\f146"; }

.fa.fa-level-up {
  --fa: "\f3bf"; }

.fa.fa-level-down {
  --fa: "\f3be"; }

.fa.fa-pencil-square {
  --fa: "\f14b"; }

.fa.fa-external-link-square {
  --fa: "\f360"; }

.fa.fa-compass {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-caret-square-o-down {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-caret-square-o-down {
  --fa: "\f150"; }

.fa.fa-toggle-down {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-toggle-down {
  --fa: "\f150"; }

.fa.fa-caret-square-o-up {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-caret-square-o-up {
  --fa: "\f151"; }

.fa.fa-toggle-up {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-toggle-up {
  --fa: "\f151"; }

.fa.fa-caret-square-o-right {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-caret-square-o-right {
  --fa: "\f152"; }

.fa.fa-toggle-right {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-toggle-right {
  --fa: "\f152"; }

.fa.fa-eur {
  --fa: "\f153"; }

.fa.fa-euro {
  --fa: "\f153"; }

.fa.fa-gbp {
  --fa: "\f154"; }

.fa.fa-usd {
  --fa: "\24"; }

.fa.fa-dollar {
  --fa: "\24"; }

.fa.fa-inr {
  --fa: "\e1bc"; }

.fa.fa-rupee {
  --fa: "\e1bc"; }

.fa.fa-jpy {
  --fa: "\f157"; }

.fa.fa-cny {
  --fa: "\f157"; }

.fa.fa-rmb {
  --fa: "\f157"; }

.fa.fa-yen {
  --fa: "\f157"; }

.fa.fa-rub {
  --fa: "\f158"; }

.fa.fa-ruble {
  --fa: "\f158"; }

.fa.fa-rouble {
  --fa: "\f158"; }

.fa.fa-krw {
  --fa: "\f159"; }

.fa.fa-won {
  --fa: "\f159"; }

.fa.fa-btc {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-bitcoin {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-bitcoin {
  --fa: "\f15a"; }

.fa.fa-file-text {
  --fa: "\f15c"; }

.fa.fa-sort-alpha-asc {
  --fa: "\f15d"; }

.fa.fa-sort-alpha-desc {
  --fa: "\f881"; }

.fa.fa-sort-amount-asc {
  --fa: "\f884"; }

.fa.fa-sort-amount-desc {
  --fa: "\f160"; }

.fa.fa-sort-numeric-asc {
  --fa: "\f162"; }

.fa.fa-sort-numeric-desc {
  --fa: "\f886"; }

.fa.fa-youtube-square {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-youtube-square {
  --fa: "\f431"; }

.fa.fa-youtube {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-xing {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-xing-square {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-xing-square {
  --fa: "\f169"; }

.fa.fa-youtube-play {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-youtube-play {
  --fa: "\f167"; }

.fa.fa-dropbox {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-stack-overflow {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-instagram {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-flickr {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-adn {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-bitbucket {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-bitbucket-square {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-bitbucket-square {
  --fa: "\f171"; }

.fa.fa-tumblr {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-tumblr-square {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-tumblr-square {
  --fa: "\f174"; }

.fa.fa-long-arrow-down {
  --fa: "\f309"; }

.fa.fa-long-arrow-up {
  --fa: "\f30c"; }

.fa.fa-long-arrow-left {
  --fa: "\f30a"; }

.fa.fa-long-arrow-right {
  --fa: "\f30b"; }

.fa.fa-apple {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-windows {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-android {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-linux {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-dribbble {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-skype {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-foursquare {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-trello {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-gratipay {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-gittip {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-gittip {
  --fa: "\f184"; }

.fa.fa-sun-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-sun-o {
  --fa: "\f185"; }

.fa.fa-moon-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-moon-o {
  --fa: "\f186"; }

.fa.fa-vk {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-weibo {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-renren {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-pagelines {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-stack-exchange {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-arrow-circle-o-right {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-arrow-circle-o-right {
  --fa: "\f35a"; }

.fa.fa-arrow-circle-o-left {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-arrow-circle-o-left {
  --fa: "\f359"; }

.fa.fa-caret-square-o-left {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-caret-square-o-left {
  --fa: "\f191"; }

.fa.fa-toggle-left {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-toggle-left {
  --fa: "\f191"; }

.fa.fa-dot-circle-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-dot-circle-o {
  --fa: "\f192"; }

.fa.fa-vimeo-square {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-vimeo-square {
  --fa: "\f194"; }

.fa.fa-try {
  --fa: "\e2bb"; }

.fa.fa-turkish-lira {
  --fa: "\e2bb"; }

.fa.fa-plus-square-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-plus-square-o {
  --fa: "\f0fe"; }

.fa.fa-slack {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-wordpress {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-openid {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-institution {
  --fa: "\f19c"; }

.fa.fa-bank {
  --fa: "\f19c"; }

.fa.fa-mortar-board {
  --fa: "\f19d"; }

.fa.fa-yahoo {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-google {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-reddit {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-reddit-square {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-reddit-square {
  --fa: "\f1a2"; }

.fa.fa-stumbleupon-circle {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-stumbleupon {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-delicious {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-digg {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-pied-piper-pp {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-pied-piper-alt {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-drupal {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-joomla {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-behance {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-behance-square {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-behance-square {
  --fa: "\f1b5"; }

.fa.fa-steam {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-steam-square {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-steam-square {
  --fa: "\f1b7"; }

.fa.fa-automobile {
  --fa: "\f1b9"; }

.fa.fa-cab {
  --fa: "\f1ba"; }

.fa.fa-spotify {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-deviantart {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-soundcloud {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-file-pdf-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-file-pdf-o {
  --fa: "\f1c1"; }

.fa.fa-file-word-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-file-word-o {
  --fa: "\f1c2"; }

.fa.fa-file-excel-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-file-excel-o {
  --fa: "\f1c3"; }

.fa.fa-file-powerpoint-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-file-powerpoint-o {
  --fa: "\f1c4"; }

.fa.fa-file-image-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-file-image-o {
  --fa: "\f1c5"; }

.fa.fa-file-photo-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-file-photo-o {
  --fa: "\f1c5"; }

.fa.fa-file-picture-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-file-picture-o {
  --fa: "\f1c5"; }

.fa.fa-file-archive-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-file-archive-o {
  --fa: "\f1c6"; }

.fa.fa-file-zip-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-file-zip-o {
  --fa: "\f1c6"; }

.fa.fa-file-audio-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-file-audio-o {
  --fa: "\f1c7"; }

.fa.fa-file-sound-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-file-sound-o {
  --fa: "\f1c7"; }

.fa.fa-file-video-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-file-video-o {
  --fa: "\f1c8"; }

.fa.fa-file-movie-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-file-movie-o {
  --fa: "\f1c8"; }

.fa.fa-file-code-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-file-code-o {
  --fa: "\f1c9"; }

.fa.fa-vine {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-codepen {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-jsfiddle {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-life-bouy {
  --fa: "\f1cd"; }

.fa.fa-life-buoy {
  --fa: "\f1cd"; }

.fa.fa-life-saver {
  --fa: "\f1cd"; }

.fa.fa-support {
  --fa: "\f1cd"; }

.fa.fa-circle-o-notch {
  --fa: "\f1ce"; }

.fa.fa-rebel {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-ra {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-ra {
  --fa: "\f1d0"; }

.fa.fa-resistance {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-resistance {
  --fa: "\f1d0"; }

.fa.fa-empire {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-ge {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-ge {
  --fa: "\f1d1"; }

.fa.fa-git-square {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-git-square {
  --fa: "\f1d2"; }

.fa.fa-git {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-hacker-news {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-y-combinator-square {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-y-combinator-square {
  --fa: "\f1d4"; }

.fa.fa-yc-square {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-yc-square {
  --fa: "\f1d4"; }

.fa.fa-tencent-weibo {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-qq {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-weixin {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-wechat {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-wechat {
  --fa: "\f1d7"; }

.fa.fa-send {
  --fa: "\f1d8"; }

.fa.fa-paper-plane-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-paper-plane-o {
  --fa: "\f1d8"; }

.fa.fa-send-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-send-o {
  --fa: "\f1d8"; }

.fa.fa-circle-thin {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-circle-thin {
  --fa: "\f111"; }

.fa.fa-header {
  --fa: "\f1dc"; }

.fa.fa-futbol-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-futbol-o {
  --fa: "\f1e3"; }

.fa.fa-soccer-ball-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-soccer-ball-o {
  --fa: "\f1e3"; }

.fa.fa-slideshare {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-twitch {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-yelp {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-newspaper-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-newspaper-o {
  --fa: "\f1ea"; }

.fa.fa-paypal {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-google-wallet {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-cc-visa {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-cc-mastercard {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-cc-discover {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-cc-amex {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-cc-paypal {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-cc-stripe {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-bell-slash-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-bell-slash-o {
  --fa: "\f1f6"; }

.fa.fa-trash {
  --fa: "\f2ed"; }

.fa.fa-copyright {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-eyedropper {
  --fa: "\f1fb"; }

.fa.fa-area-chart {
  --fa: "\f1fe"; }

.fa.fa-pie-chart {
  --fa: "\f200"; }

.fa.fa-line-chart {
  --fa: "\f201"; }

.fa.fa-lastfm {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-lastfm-square {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-lastfm-square {
  --fa: "\f203"; }

.fa.fa-ioxhost {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-angellist {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-cc {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-cc {
  --fa: "\f20a"; }

.fa.fa-ils {
  --fa: "\f20b"; }

.fa.fa-shekel {
  --fa: "\f20b"; }

.fa.fa-sheqel {
  --fa: "\f20b"; }

.fa.fa-buysellads {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-connectdevelop {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-dashcube {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-forumbee {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-leanpub {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-sellsy {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-shirtsinbulk {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-simplybuilt {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-skyatlas {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-diamond {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-diamond {
  --fa: "\f3a5"; }

.fa.fa-transgender {
  --fa: "\f224"; }

.fa.fa-intersex {
  --fa: "\f224"; }

.fa.fa-transgender-alt {
  --fa: "\f225"; }

.fa.fa-facebook-official {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-facebook-official {
  --fa: "\f09a"; }

.fa.fa-pinterest-p {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-whatsapp {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-hotel {
  --fa: "\f236"; }

.fa.fa-viacoin {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-medium {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-y-combinator {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-yc {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-yc {
  --fa: "\f23b"; }

.fa.fa-optin-monster {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-opencart {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-expeditedssl {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-battery-4 {
  --fa: "\f240"; }

.fa.fa-battery {
  --fa: "\f240"; }

.fa.fa-battery-3 {
  --fa: "\f241"; }

.fa.fa-battery-2 {
  --fa: "\f242"; }

.fa.fa-battery-1 {
  --fa: "\f243"; }

.fa.fa-battery-0 {
  --fa: "\f244"; }

.fa.fa-object-group {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-object-ungroup {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-sticky-note-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-sticky-note-o {
  --fa: "\f249"; }

.fa.fa-cc-jcb {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-cc-diners-club {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-clone {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-hourglass-o {
  --fa: "\f254"; }

.fa.fa-hourglass-1 {
  --fa: "\f251"; }

.fa.fa-hourglass-2 {
  --fa: "\f252"; }

.fa.fa-hourglass-3 {
  --fa: "\f253"; }

.fa.fa-hand-rock-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-hand-rock-o {
  --fa: "\f255"; }

.fa.fa-hand-grab-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-hand-grab-o {
  --fa: "\f255"; }

.fa.fa-hand-paper-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-hand-paper-o {
  --fa: "\f256"; }

.fa.fa-hand-stop-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-hand-stop-o {
  --fa: "\f256"; }

.fa.fa-hand-scissors-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-hand-scissors-o {
  --fa: "\f257"; }

.fa.fa-hand-lizard-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-hand-lizard-o {
  --fa: "\f258"; }

.fa.fa-hand-spock-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-hand-spock-o {
  --fa: "\f259"; }

.fa.fa-hand-pointer-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-hand-pointer-o {
  --fa: "\f25a"; }

.fa.fa-hand-peace-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-hand-peace-o {
  --fa: "\f25b"; }

.fa.fa-registered {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-creative-commons {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-gg {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-gg-circle {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-odnoklassniki {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-odnoklassniki-square {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-odnoklassniki-square {
  --fa: "\f264"; }

.fa.fa-get-pocket {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-wikipedia-w {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-safari {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-chrome {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-firefox {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-opera {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-internet-explorer {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-television {
  --fa: "\f26c"; }

.fa.fa-contao {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-500px {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-amazon {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-calendar-plus-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-calendar-plus-o {
  --fa: "\f271"; }

.fa.fa-calendar-minus-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-calendar-minus-o {
  --fa: "\f272"; }

.fa.fa-calendar-times-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-calendar-times-o {
  --fa: "\f273"; }

.fa.fa-calendar-check-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-calendar-check-o {
  --fa: "\f274"; }

.fa.fa-map-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-map-o {
  --fa: "\f279"; }

.fa.fa-commenting {
  --fa: "\f4ad"; }

.fa.fa-commenting-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-commenting-o {
  --fa: "\f4ad"; }

.fa.fa-houzz {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-vimeo {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-vimeo {
  --fa: "\f27d"; }

.fa.fa-black-tie {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-fonticons {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-reddit-alien {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-edge {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-credit-card-alt {
  --fa: "\f09d"; }

.fa.fa-codiepie {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-modx {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-fort-awesome {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-usb {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-product-hunt {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-mixcloud {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-scribd {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-pause-circle-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-pause-circle-o {
  --fa: "\f28b"; }

.fa.fa-stop-circle-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-stop-circle-o {
  --fa: "\f28d"; }

.fa.fa-bluetooth {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-bluetooth-b {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-gitlab {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-wpbeginner {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-wpforms {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-envira {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-wheelchair-alt {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-wheelchair-alt {
  --fa: "\f368"; }

.fa.fa-question-circle-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-question-circle-o {
  --fa: "\f059"; }

.fa.fa-volume-control-phone {
  --fa: "\f2a0"; }

.fa.fa-asl-interpreting {
  --fa: "\f2a3"; }

.fa.fa-deafness {
  --fa: "\f2a4"; }

.fa.fa-hard-of-hearing {
  --fa: "\f2a4"; }

.fa.fa-glide {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-glide-g {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-signing {
  --fa: "\f2a7"; }

.fa.fa-viadeo {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-viadeo-square {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-viadeo-square {
  --fa: "\f2aa"; }

.fa.fa-snapchat {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-snapchat-ghost {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-snapchat-ghost {
  --fa: "\f2ab"; }

.fa.fa-snapchat-square {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-snapchat-square {
  --fa: "\f2ad"; }

.fa.fa-pied-piper {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-first-order {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-yoast {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-themeisle {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-google-plus-official {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-google-plus-official {
  --fa: "\f2b3"; }

.fa.fa-google-plus-circle {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-google-plus-circle {
  --fa: "\f2b3"; }

.fa.fa-font-awesome {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-fa {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-fa {
  --fa: "\f2b4"; }

.fa.fa-handshake-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-handshake-o {
  --fa: "\f2b5"; }

.fa.fa-envelope-open-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-envelope-open-o {
  --fa: "\f2b6"; }

.fa.fa-linode {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-address-book-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-address-book-o {
  --fa: "\f2b9"; }

.fa.fa-vcard {
  --fa: "\f2bb"; }

.fa.fa-address-card-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-address-card-o {
  --fa: "\f2bb"; }

.fa.fa-vcard-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-vcard-o {
  --fa: "\f2bb"; }

.fa.fa-user-circle-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-user-circle-o {
  --fa: "\f2bd"; }

.fa.fa-user-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-user-o {
  --fa: "\f007"; }

.fa.fa-id-badge {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-drivers-license {
  --fa: "\f2c2"; }

.fa.fa-id-card-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-id-card-o {
  --fa: "\f2c2"; }

.fa.fa-drivers-license-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-drivers-license-o {
  --fa: "\f2c2"; }

.fa.fa-quora {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-free-code-camp {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-telegram {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-thermometer-4 {
  --fa: "\f2c7"; }

.fa.fa-thermometer {
  --fa: "\f2c7"; }

.fa.fa-thermometer-3 {
  --fa: "\f2c8"; }

.fa.fa-thermometer-2 {
  --fa: "\f2c9"; }

.fa.fa-thermometer-1 {
  --fa: "\f2ca"; }

.fa.fa-thermometer-0 {
  --fa: "\f2cb"; }

.fa.fa-bathtub {
  --fa: "\f2cd"; }

.fa.fa-s15 {
  --fa: "\f2cd"; }

.fa.fa-window-maximize {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-window-restore {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-times-rectangle {
  --fa: "\f410"; }

.fa.fa-window-close-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-window-close-o {
  --fa: "\f410"; }

.fa.fa-times-rectangle-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-times-rectangle-o {
  --fa: "\f410"; }

.fa.fa-bandcamp {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-grav {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-etsy {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-imdb {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-ravelry {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-eercast {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-eercast {
  --fa: "\f2da"; }

.fa.fa-snowflake-o {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400; }

.fa.fa-snowflake-o {
  --fa: "\f2dc"; }

.fa.fa-superpowers {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-wpexplorer {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }

.fa.fa-meetup {
  font-family: 'Font Awesome 6 Brands';
  font-weight: 400; }
.toast-title{font-weight:700}.toast-message{-ms-word-wrap:break-word;word-wrap:break-word}.toast-message a,.toast-message label{color:#FFF}.toast-message a:hover{color:#CCC;text-decoration:none}.toast-close-button{position:relative;right:-.3em;top:-.3em;float:right;font-size:20px;font-weight:700;color:#FFF;-webkit-text-shadow:0 1px 0 #fff;text-shadow:0 1px 0 #fff;opacity:.8;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);filter:alpha(opacity=80);line-height:1}.toast-close-button:focus,.toast-close-button:hover{color:#000;text-decoration:none;cursor:pointer;opacity:.4;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=40);filter:alpha(opacity=40)}.rtl .toast-close-button{left:-.3em;float:left;right:.3em}button.toast-close-button{padding:0;cursor:pointer;background:0 0;border:0;-webkit-appearance:none}.toast-top-center{top:0;right:0;width:100%}.toast-bottom-center{bottom:0;right:0;width:100%}.toast-top-full-width{top:0;right:0;width:100%}.toast-bottom-full-width{bottom:0;right:0;width:100%}.toast-top-left{top:12px;left:12px}.toast-top-right{top:12px;right:12px}.toast-bottom-right{right:12px;bottom:12px}.toast-bottom-left{bottom:12px;left:12px}#toast-container{position:fixed;z-index:999999;pointer-events:none}#toast-container *{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}#toast-container>div{position:relative;pointer-events:auto;overflow:hidden;margin:0 0 6px;padding:15px 15px 15px 50px;width:300px;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;background-position:15px center;background-repeat:no-repeat;-moz-box-shadow:0 0 12px #999;-webkit-box-shadow:0 0 12px #999;box-shadow:0 0 12px #999;color:#FFF;opacity:.8;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);filter:alpha(opacity=80)}#toast-container>div.rtl{direction:rtl;padding:15px 50px 15px 15px;background-position:right 15px center}#toast-container>div:hover{-moz-box-shadow:0 0 12px #000;-webkit-box-shadow:0 0 12px #000;box-shadow:0 0 12px #000;opacity:1;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);filter:alpha(opacity=100);cursor:pointer}#toast-container>.toast-info{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=)!important}#toast-container>.toast-error{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=)!important}#toast-container>.toast-success{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==)!important}#toast-container>.toast-warning{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=)!important}#toast-container.toast-bottom-center>div,#toast-container.toast-top-center>div{width:300px;margin-left:auto;margin-right:auto}#toast-container.toast-bottom-full-width>div,#toast-container.toast-top-full-width>div{width:96%;margin-left:auto;margin-right:auto}.toast{background-color:#030303}.toast-success{background-color:#51A351}.toast-error{background-color:#BD362F}.toast-info{background-color:#2F96B4}.toast-warning{background-color:#F89406}.toast-progress{position:absolute;left:0;bottom:0;height:4px;background-color:#000;opacity:.4;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=40);filter:alpha(opacity=40)}@media all and (max-width:240px){#toast-container>div{padding:8px 8px 8px 50px;width:11em}#toast-container>div.rtl{padding:8px 50px 8px 8px}#toast-container .toast-close-button{right:-.2em;top:-.2em}#toast-container .rtl .toast-close-button{left:-.2em;right:.2em}}@media all and (min-width:241px) and (max-width:480px){#toast-container>div{padding:8px 8px 8px 50px;width:18em}#toast-container>div.rtl{padding:8px 50px 8px 8px}#toast-container .toast-close-button{right:-.2em;top:-.2em}#toast-container .rtl .toast-close-button{left:-.2em;right:.2em}}@media all and (min-width:481px) and (max-width:768px){#toast-container>div{padding:15px 15px 15px 50px;width:25em}#toast-container>div.rtl{padding:15px 50px 15px 15px}}.select2-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle}.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;height:28px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--single .select2-selection__rendered{display:block;padding-left:8px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-selection--single .select2-selection__clear{position:relative}.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered{padding-right:8px;padding-left:20px}.select2-container .select2-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline-block;overflow:hidden;padding-left:8px;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-search--inline{float:left}.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:none;font-size:100%;margin-top:5px;padding:0}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-dropdown{background-color:white;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051}.select2-results{display:block}.select2-results__options{list-style:none;margin:0;padding:0}.select2-results__option{padding:6px;user-select:none;-webkit-user-select:none}.select2-results__option[aria-selected]{cursor:pointer}.select2-container--open .select2-dropdown{left:0}.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-search--dropdown{display:block;padding:4px}.select2-search--dropdown .select2-search__field{padding:4px;width:100%;box-sizing:border-box}.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-search--dropdown.select2-search--hide{display:none}.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff;filter:alpha(opacity=0)}.select2-hidden-accessible{border:0 !important;clip:rect(0 0 0 0) !important;-webkit-clip-path:inset(50%) !important;clip-path:inset(50%) !important;height:1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important;white-space:nowrap !important}.select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #aaa;border-radius:4px}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--default .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;top:1px;right:1px;width:20px}.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow{left:1px;right:auto}.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--default .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text}.select2-container--default .select2-selection--multiple .select2-selection__rendered{box-sizing:border-box;list-style:none;margin:0;padding:0 5px;width:100%}.select2-container--default .select2-selection--multiple .select2-selection__rendered li{list-style:none}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-top:5px;margin-right:10px;padding:1px}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{color:#999;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{color:#333}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline{float:right}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--default.select2-container--focus .select2-selection--multiple{border:solid black 1px;outline:0}.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none}.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple{border-top-left-radius:0;border-top-right-radius:0}.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #aaa}.select2-container--default .select2-search--inline .select2-search__field{background:transparent;border:none;outline:0;box-shadow:none;-webkit-appearance:textfield}.select2-container--default .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--default .select2-results__option[role=group]{padding:0}.select2-container--default .select2-results__option[aria-disabled=true]{color:#999}.select2-container--default .select2-results__option[aria-selected=true]{background-color:#ddd}.select2-container--default .select2-results__option .select2-results__option{padding-left:1em}.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0}.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em}.select2-container--default .select2-results__option--highlighted[aria-selected]{background-color:#5897fb;color:white}.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic .select2-selection--single{background-color:#f7f7f7;border:1px solid #aaa;border-radius:4px;outline:0;background-image:-webkit-linear-gradient(top, #fff 50%, #eee 100%);background-image:-o-linear-gradient(top, #fff 50%, #eee 100%);background-image:linear-gradient(to bottom, #fff 50%, #eee 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic .select2-selection--single:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-right:10px}.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--classic .select2-selection--single .select2-selection__arrow{background-color:#ddd;border:none;border-left:1px solid #aaa;border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:-webkit-linear-gradient(top, #eee 50%, #ccc 100%);background-image:-o-linear-gradient(top, #eee 50%, #ccc 100%);background-image:linear-gradient(to bottom, #eee 50%, #ccc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)}.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow{border:none;border-right:1px solid #aaa;border-radius:0;border-top-left-radius:4px;border-bottom-left-radius:4px;left:1px;right:auto}.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid #5897fb}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:transparent;border:none}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{border-top:none;border-top-left-radius:0;border-top-right-radius:0;background-image:-webkit-linear-gradient(top, #fff 0%, #eee 50%);background-image:-o-linear-gradient(top, #fff 0%, #eee 50%);background-image:linear-gradient(to bottom, #fff 0%, #eee 50%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:-webkit-linear-gradient(top, #eee 50%, #fff 100%);background-image:-o-linear-gradient(top, #eee 50%, #fff 100%);background-image:linear-gradient(to bottom, #eee 50%, #fff 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)}.select2-container--classic .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text;outline:0}.select2-container--classic .select2-selection--multiple:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--multiple .select2-selection__rendered{list-style:none;margin:0;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none}.select2-container--classic .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{color:#888;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{float:right;margin-left:5px;margin-right:auto}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--classic.select2-container--open .select2-selection--multiple{border:1px solid #5897fb}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid #aaa;outline:0}.select2-container--classic .select2-search--inline .select2-search__field{outline:0;box-shadow:none}.select2-container--classic .select2-dropdown{background-color:#fff;border:1px solid transparent}.select2-container--classic .select2-dropdown--above{border-bottom:none}.select2-container--classic .select2-dropdown--below{border-top:none}.select2-container--classic .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--classic .select2-results__option[role=group]{padding:0}.select2-container--classic .select2-results__option[aria-disabled=true]{color:grey}.select2-container--classic .select2-results__option--highlighted[aria-selected]{background-color:#3875d7;color:#fff}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic.select2-container--open .select2-dropdown{border-color:#5897fb}
/*
== malihu jquery custom scrollbar plugin ==
Plugin URI: http://manos.malihu.gr/jquery-custom-content-scroller
*/



/*
CONTENTS: 
	1. BASIC STYLE - Plugin's basic/essential CSS properties (normally, should not be edited). 
	2. VERTICAL SCROLLBAR - Positioning and dimensions of vertical scrollbar. 
	3. HORIZONTAL SCROLLBAR - Positioning and dimensions of horizontal scrollbar.
	4. VERTICAL AND HORIZONTAL SCROLLBARS - Positioning and dimensions of 2-axis scrollbars. 
	5. TRANSITIONS - CSS3 transitions for hover events, auto-expanded and auto-hidden scrollbars. 
	6. SCROLLBAR COLORS, OPACITY AND BACKGROUNDS 
		6.1 THEMES - Scrollbar colors, opacity, dimensions, backgrounds etc. via ready-to-use themes.
*/



/* 
------------------------------------------------------------------------------------------------------------------------
1. BASIC STYLE  
------------------------------------------------------------------------------------------------------------------------
*/

	.mCustomScrollbar{ -ms-touch-action: pinch-zoom; touch-action: pinch-zoom; /* direct pointer events to js */ }
	.mCustomScrollbar.mCS_no_scrollbar, .mCustomScrollbar.mCS_touch_action{ -ms-touch-action: auto; touch-action: auto; }
	
	.mCustomScrollBox{ /* contains plugin's markup */
		position: relative;
		overflow: hidden;
		height: 100%;
		max-width: 100%;
		outline: none;
		direction: ltr;
	}

	.mCSB_container{ /* contains the original content */
		overflow: hidden;
		width: auto;
		height: auto;
	}



/* 
------------------------------------------------------------------------------------------------------------------------
2. VERTICAL SCROLLBAR 
y-axis
------------------------------------------------------------------------------------------------------------------------
*/

	.mCSB_inside > .mCSB_container{ margin-right: 30px; }

	.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden{ margin-right: 0; } /* non-visible scrollbar */
	
	.mCS-dir-rtl > .mCSB_inside > .mCSB_container{ /* RTL direction/left-side scrollbar */
		margin-right: 0;
		margin-left: 30px;
	}
	
	.mCS-dir-rtl > .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden{ margin-left: 0; } /* RTL direction/left-side scrollbar */

	.mCSB_scrollTools{ /* contains scrollbar markup (draggable element, dragger rail, buttons etc.) */
		position: absolute;
		width: 16px;
		height: auto;
		left: auto;
		top: 0;
		right: 0;
		bottom: 0;
	}

	.mCSB_outside + .mCSB_scrollTools{ right: -26px; } /* scrollbar position: outside */
	
	.mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools, 
	.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools{ /* RTL direction/left-side scrollbar */
		right: auto;
		left: 0;
	}
	
	.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools{ left: -26px; } /* RTL direction/left-side scrollbar (scrollbar position: outside) */

	.mCSB_scrollTools .mCSB_draggerContainer{ /* contains the draggable element and dragger rail markup */
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0; 
		height: auto;
	}

	.mCSB_scrollTools a + .mCSB_draggerContainer{ margin: 20px 0; }

	.mCSB_scrollTools .mCSB_draggerRail{
		width: 2px;
		height: 100%;
		margin: 0 auto;
		-webkit-border-radius: 16px; -moz-border-radius: 16px; border-radius: 16px;
	}

	.mCSB_scrollTools .mCSB_dragger{ /* the draggable element */
		cursor: pointer;
		width: 100%;
		height: 30px; /* minimum dragger height */
		z-index: 1;
	}

	.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ /* the dragger element */
		position: relative;
		width: 4px;
		height: 100%;
		margin: 0 auto;
		-webkit-border-radius: 16px; -moz-border-radius: 16px; border-radius: 16px;
		text-align: center;
	}
	
	.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, 
	.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar{ width: 12px; /* auto-expanded scrollbar */ }
	
	.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, 
	.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{ width: 8px; /* auto-expanded scrollbar */ }

	.mCSB_scrollTools .mCSB_buttonUp,
	.mCSB_scrollTools .mCSB_buttonDown{
		display: block;
		position: absolute;
		height: 20px;
		width: 100%;
		overflow: hidden;
		margin: 0 auto;
		cursor: pointer;
	}

	.mCSB_scrollTools .mCSB_buttonDown{ bottom: 0; }



/* 
------------------------------------------------------------------------------------------------------------------------
3. HORIZONTAL SCROLLBAR 
x-axis
------------------------------------------------------------------------------------------------------------------------
*/

	.mCSB_horizontal.mCSB_inside > .mCSB_container{
		margin-right: 0;
		margin-bottom: 30px;
	}
	
	.mCSB_horizontal.mCSB_outside > .mCSB_container{ min-height: 100%; }

	.mCSB_horizontal > .mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden{ margin-bottom: 0; } /* non-visible scrollbar */

	.mCSB_scrollTools.mCSB_scrollTools_horizontal{
		width: auto;
		height: 16px;
		top: auto;
		right: 0;
		bottom: 0;
		left: 0;
	}

	.mCustomScrollBox + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
	.mCustomScrollBox + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal{ bottom: -26px; } /* scrollbar position: outside */

	.mCSB_scrollTools.mCSB_scrollTools_horizontal a + .mCSB_draggerContainer{ margin: 0 20px; }

	.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail{
		width: 100%;
		height: 2px;
		margin: 7px 0;
	}

	.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger{
		width: 30px; /* minimum dragger width */
		height: 100%;
		left: 0;
	}

	.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
		width: 100%;
		height: 4px;
		margin: 6px auto;
	}
	
	.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, 
	.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar{
		height: 12px; /* auto-expanded scrollbar */
		margin: 2px auto;
	}
	
	.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, 
	.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{
		height: 8px; /* auto-expanded scrollbar */
		margin: 4px 0;
	}

	.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft,
	.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight{
		display: block;
		position: absolute;
		width: 20px;
		height: 100%;
		overflow: hidden;
		margin: 0 auto;
		cursor: pointer;
	}
	
	.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft{ left: 0; }

	.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight{ right: 0; }



/* 
------------------------------------------------------------------------------------------------------------------------
4. VERTICAL AND HORIZONTAL SCROLLBARS 
yx-axis 
------------------------------------------------------------------------------------------------------------------------
*/

	.mCSB_container_wrapper{
		position: absolute;
		height: auto;
		width: auto;
		overflow: hidden;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		margin-right: 30px;
		margin-bottom: 30px;
	}
	
	.mCSB_container_wrapper > .mCSB_container{
		padding-right: 30px;
		padding-bottom: 30px;
		-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
	}
	
	.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_vertical{ bottom: 20px; }
	
	.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_horizontal{ right: 20px; }
	
	/* non-visible horizontal scrollbar */
	.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden + .mCSB_scrollTools.mCSB_scrollTools_vertical{ bottom: 0; }
	
	/* non-visible vertical scrollbar/RTL direction/left-side scrollbar */
	.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal, 
	.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal{ right: 0; }
	
	/* RTL direction/left-side scrollbar */
	.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal{ left: 20px; }
	
	/* non-visible scrollbar/RTL direction/left-side scrollbar */
	.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal{ left: 0; }
	
	.mCS-dir-rtl > .mCSB_inside > .mCSB_container_wrapper{ /* RTL direction/left-side scrollbar */
		margin-right: 0;
		margin-left: 30px;
	}
	
	.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden > .mCSB_container{ padding-right: 0; }
	
	.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden > .mCSB_container{ padding-bottom: 0; }
	
	.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden{
		margin-right: 0; /* non-visible scrollbar */
		margin-left: 0;
	}
	
	/* non-visible horizontal scrollbar */
	.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden{ margin-bottom: 0; }



/* 
------------------------------------------------------------------------------------------------------------------------
5. TRANSITIONS  
------------------------------------------------------------------------------------------------------------------------
*/

	.mCSB_scrollTools, 
	.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCSB_scrollTools .mCSB_buttonUp,
	.mCSB_scrollTools .mCSB_buttonDown,
	.mCSB_scrollTools .mCSB_buttonLeft,
	.mCSB_scrollTools .mCSB_buttonRight{
		-webkit-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
		-moz-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
		-o-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
		transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
	}
	
	.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar, /* auto-expanded scrollbar */
	.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail, 
	.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar, 
	.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail{
		-webkit-transition: width .2s ease-out .2s, height .2s ease-out .2s, 
					margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, 
					margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s,
					opacity .2s ease-in-out, background-color .2s ease-in-out; 
		-moz-transition: width .2s ease-out .2s, height .2s ease-out .2s, 
					margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, 
					margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s,
					opacity .2s ease-in-out, background-color .2s ease-in-out; 
		-o-transition: width .2s ease-out .2s, height .2s ease-out .2s, 
					margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, 
					margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s,
					opacity .2s ease-in-out, background-color .2s ease-in-out; 
		transition: width .2s ease-out .2s, height .2s ease-out .2s, 
					margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, 
					margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s,
					opacity .2s ease-in-out, background-color .2s ease-in-out; 
	}



/* 
------------------------------------------------------------------------------------------------------------------------
6. SCROLLBAR COLORS, OPACITY AND BACKGROUNDS  
------------------------------------------------------------------------------------------------------------------------
*/

	/* 
	----------------------------------------
	6.1 THEMES 
	----------------------------------------
	*/
	
	/* default theme ("light") */

	.mCSB_scrollTools{ opacity: 0.75; filter: "alpha(opacity=75)"; -ms-filter: "alpha(opacity=75)"; }
	
	.mCS-autoHide > .mCustomScrollBox > .mCSB_scrollTools,
	.mCS-autoHide > .mCustomScrollBox ~ .mCSB_scrollTools{ opacity: 0; filter: "alpha(opacity=0)"; -ms-filter: "alpha(opacity=0)"; }
	
	.mCustomScrollbar > .mCustomScrollBox > .mCSB_scrollTools.mCSB_scrollTools_onDrag,
	.mCustomScrollbar > .mCustomScrollBox ~ .mCSB_scrollTools.mCSB_scrollTools_onDrag,
	.mCustomScrollBox:hover > .mCSB_scrollTools,
	.mCustomScrollBox:hover ~ .mCSB_scrollTools,
	.mCS-autoHide:hover > .mCustomScrollBox > .mCSB_scrollTools,
	.mCS-autoHide:hover > .mCustomScrollBox ~ .mCSB_scrollTools{ opacity: 1; filter: "alpha(opacity=100)"; -ms-filter: "alpha(opacity=100)"; }

	.mCSB_scrollTools .mCSB_draggerRail{
		background-color: #000; background-color: rgba(0,0,0,0.4);
		filter: "alpha(opacity=40)"; -ms-filter: "alpha(opacity=40)"; 
	}

	.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
		background-color: #fff; background-color: rgba(255,255,255,0.75);
		filter: "alpha(opacity=75)"; -ms-filter: "alpha(opacity=75)"; 
	}

	.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{
		background-color: #fff; background-color: rgba(255,255,255,0.85);
		filter: "alpha(opacity=85)"; -ms-filter: "alpha(opacity=85)"; 
	}
	.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{
		background-color: #fff; background-color: rgba(255,255,255,0.9);
		filter: "alpha(opacity=90)"; -ms-filter: "alpha(opacity=90)"; 
	}

	.mCSB_scrollTools .mCSB_buttonUp,
	.mCSB_scrollTools .mCSB_buttonDown,
	.mCSB_scrollTools .mCSB_buttonLeft,
	.mCSB_scrollTools .mCSB_buttonRight{
		background-image: url(../libs/malihu-custom-scrollbar-plugin/mCSB_buttons.png); /* css sprites */
		background-repeat: no-repeat;
		opacity: 0.4; filter: "alpha(opacity=40)"; -ms-filter: "alpha(opacity=40)"; 
	}

	.mCSB_scrollTools .mCSB_buttonUp{
		background-position: 0 0;
		/* 
		sprites locations 
		light: 0 0, -16px 0, -32px 0, -48px 0, 0 -72px, -16px -72px, -32px -72px
		dark: -80px 0, -96px 0, -112px 0, -128px 0, -80px -72px, -96px -72px, -112px -72px
		*/
	}

	.mCSB_scrollTools .mCSB_buttonDown{
		background-position: 0 -20px;
		/* 
		sprites locations
		light: 0 -20px, -16px -20px, -32px -20px, -48px -20px, 0 -92px, -16px -92px, -32px -92px
		dark: -80px -20px, -96px -20px, -112px -20px, -128px -20px, -80px -92px, -96px -92px, -112 -92px
		*/
	}

	.mCSB_scrollTools .mCSB_buttonLeft{
		background-position: 0 -40px;
		/* 
		sprites locations 
		light: 0 -40px, -20px -40px, -40px -40px, -60px -40px, 0 -112px, -20px -112px, -40px -112px
		dark: -80px -40px, -100px -40px, -120px -40px, -140px -40px, -80px -112px, -100px -112px, -120px -112px
		*/
	}

	.mCSB_scrollTools .mCSB_buttonRight{
		background-position: 0 -56px;
		/* 
		sprites locations 
		light: 0 -56px, -20px -56px, -40px -56px, -60px -56px, 0 -128px, -20px -128px, -40px -128px
		dark: -80px -56px, -100px -56px, -120px -56px, -140px -56px, -80px -128px, -100px -128px, -120px -128px
		*/
	}

	.mCSB_scrollTools .mCSB_buttonUp:hover,
	.mCSB_scrollTools .mCSB_buttonDown:hover,
	.mCSB_scrollTools .mCSB_buttonLeft:hover,
	.mCSB_scrollTools .mCSB_buttonRight:hover{ opacity: 0.75; filter: "alpha(opacity=75)"; -ms-filter: "alpha(opacity=75)"; }

	.mCSB_scrollTools .mCSB_buttonUp:active,
	.mCSB_scrollTools .mCSB_buttonDown:active,
	.mCSB_scrollTools .mCSB_buttonLeft:active,
	.mCSB_scrollTools .mCSB_buttonRight:active{ opacity: 0.9; filter: "alpha(opacity=90)"; -ms-filter: "alpha(opacity=90)"; }
	

	/* theme: "dark" */

	.mCS-dark.mCSB_scrollTools .mCSB_draggerRail{ background-color: #000; background-color: rgba(0,0,0,0.15); }

	.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.75); }

	.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: rgba(0,0,0,0.85); }

	.mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: rgba(0,0,0,0.9); }

	.mCS-dark.mCSB_scrollTools .mCSB_buttonUp{ background-position: -80px 0; }

	.mCS-dark.mCSB_scrollTools .mCSB_buttonDown{ background-position: -80px -20px; }

	.mCS-dark.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -80px -40px; }

	.mCS-dark.mCSB_scrollTools .mCSB_buttonRight{ background-position: -80px -56px; }
	
	/* ---------------------------------------- */
	


	/* theme: "light-2", "dark-2" */

	.mCS-light-2.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail{
		width: 4px;
		background-color: #fff; background-color: rgba(255,255,255,0.1);
		-webkit-border-radius: 1px; -moz-border-radius: 1px; border-radius: 1px;
	}

	.mCS-light-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
		width: 4px;
		background-color: #fff; background-color: rgba(255,255,255,0.75);
		-webkit-border-radius: 1px; -moz-border-radius: 1px; border-radius: 1px;
	}

	.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
		width: 100%;
		height: 4px;
		margin: 6px auto;
	}

	.mCS-light-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #fff; background-color: rgba(255,255,255,0.85); }

	.mCS-light-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-light-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #fff; background-color: rgba(255,255,255,0.9); }

	.mCS-light-2.mCSB_scrollTools .mCSB_buttonUp{ background-position: -32px 0; }

	.mCS-light-2.mCSB_scrollTools .mCSB_buttonDown{	background-position: -32px -20px; }

	.mCS-light-2.mCSB_scrollTools .mCSB_buttonLeft{	background-position: -40px -40px; }

	.mCS-light-2.mCSB_scrollTools .mCSB_buttonRight{ background-position: -40px -56px; }
	
	
	/* theme: "dark-2" */

	.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail{
		background-color: #000; background-color: rgba(0,0,0,0.1);
		-webkit-border-radius: 1px; -moz-border-radius: 1px; border-radius: 1px;
	}

	.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
		background-color: #000; background-color: rgba(0,0,0,0.75);
		-webkit-border-radius: 1px; -moz-border-radius: 1px; border-radius: 1px;
	}

	.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.85); }

	.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-dark-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.9); }

	.mCS-dark-2.mCSB_scrollTools .mCSB_buttonUp{ background-position: -112px 0; }

	.mCS-dark-2.mCSB_scrollTools .mCSB_buttonDown{ background-position: -112px -20px; }

	.mCS-dark-2.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -120px -40px; }

	.mCS-dark-2.mCSB_scrollTools .mCSB_buttonRight{	background-position: -120px -56px; }
	
	/* ---------------------------------------- */
	


	/* theme: "light-thick", "dark-thick" */

	.mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail{
		width: 4px;
		background-color: #fff; background-color: rgba(255,255,255,0.1);
		-webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px;
	}

	.mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
		width: 6px;
		background-color: #fff; background-color: rgba(255,255,255,0.75);
		-webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px;
	}

	.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail{
		width: 100%;
		height: 4px;
		margin: 6px 0;
	}

	.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
		width: 100%;
		height: 6px;
		margin: 5px auto;
	}

	.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #fff; background-color: rgba(255,255,255,0.85); }

	.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-light-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #fff; background-color: rgba(255,255,255,0.9); }

	.mCS-light-thick.mCSB_scrollTools .mCSB_buttonUp{ background-position: -16px 0; }

	.mCS-light-thick.mCSB_scrollTools .mCSB_buttonDown{	background-position: -16px -20px; }

	.mCS-light-thick.mCSB_scrollTools .mCSB_buttonLeft{	background-position: -20px -40px; }

	.mCS-light-thick.mCSB_scrollTools .mCSB_buttonRight{ background-position: -20px -56px; }


	/* theme: "dark-thick" */
	
	.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail{
		background-color: #000; background-color: rgba(0,0,0,0.1);
		-webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px;
	}

	.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
		background-color: #000; background-color: rgba(0,0,0,0.75);
		-webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px;
	}

	.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.85); }

	.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.9); }

	.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonUp{ background-position: -96px 0; }

	.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonDown{ background-position: -96px -20px; }

	.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -100px -40px; }

	.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonRight{	background-position: -100px -56px; }
	
	/* ---------------------------------------- */
	


	/* theme: "light-thin", "dark-thin" */
	
	.mCS-light-thin.mCSB_scrollTools .mCSB_draggerRail{ background-color: #fff; background-color: rgba(255,255,255,0.1); }

	.mCS-light-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ width: 2px; }

	.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail{ width: 100%; }

	.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
		width: 100%;
		height: 2px;
		margin: 7px auto;
	}


	/* theme "dark-thin" */
	
	.mCS-dark-thin.mCSB_scrollTools .mCSB_draggerRail{ background-color: #000; background-color: rgba(0,0,0,0.15); }

	.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.75); }
	
	.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.85); }
	
	.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.9); }
	
	.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonUp{	background-position: -80px 0; }

	.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonDown{ background-position: -80px -20px; }

	.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -80px -40px; }

	.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonRight{ background-position: -80px -56px; }
	
	/* ---------------------------------------- */
	
	
	
	/* theme "rounded", "rounded-dark", "rounded-dots", "rounded-dots-dark" */
	
	.mCS-rounded.mCSB_scrollTools .mCSB_draggerRail{ background-color: #fff; background-color: rgba(255,255,255,0.15); }
	
	.mCS-rounded.mCSB_scrollTools .mCSB_dragger, 
	.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger, 
	.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger, 
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger{ height: 14px; }
	
	.mCS-rounded.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
		width: 14px;
		margin: 0 1px;
	}
	
	.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger, 
	.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger, 
	.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger, 
	.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger{ width: 14px; }
	
	.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
		height: 14px;
		margin: 1px 0;
	}
	
	.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, 
	.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, 
	.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar{
		width: 16px; /* auto-expanded scrollbar */
		height: 16px;
		margin: -1px 0;
	}
	
	.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, 
	.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, 
	.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, 
	.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{ width: 4px; /* auto-expanded scrollbar */ }
	
	.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, 
	.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, 
	.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar{
		height: 16px; /* auto-expanded scrollbar */
		width: 16px;
		margin: 0 -1px;
	}
	
	.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, 
	.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, 
	.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, 
	.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{
		height: 4px; /* auto-expanded scrollbar */
		margin: 6px 0;
	}
	
	.mCS-rounded.mCSB_scrollTools .mCSB_buttonUp{ background-position: 0 -72px; }
	
	.mCS-rounded.mCSB_scrollTools .mCSB_buttonDown{ background-position: 0 -92px; }
	
	.mCS-rounded.mCSB_scrollTools .mCSB_buttonLeft{ background-position: 0 -112px; }
	
	.mCS-rounded.mCSB_scrollTools .mCSB_buttonRight{ background-position: 0 -128px; }
	
	
	/* theme "rounded-dark", "rounded-dots-dark" */
	
	.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.75); }
	
	.mCS-rounded-dark.mCSB_scrollTools .mCSB_draggerRail{ background-color: #000; background-color: rgba(0,0,0,0.15); }
	
	.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, 
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.85); }
	
	.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, 
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.9); }
	
	.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonUp{ background-position: -80px -72px; }
	
	.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonDown{ background-position: -80px -92px; }
	
	.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -80px -112px; }
	
	.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonRight{ background-position: -80px -128px; }
	
	
	/* theme "rounded-dots", "rounded-dots-dark" */
	
	.mCS-rounded-dots.mCSB_scrollTools_vertical .mCSB_draggerRail, 
	.mCS-rounded-dots-dark.mCSB_scrollTools_vertical .mCSB_draggerRail{ width: 4px; }
	
	.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail{
		background-color: transparent;
		background-position: center;
	}
	
	.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail{
		background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAANElEQVQYV2NkIAAYiVbw//9/Y6DiM1ANJoyMjGdBbLgJQAX/kU0DKgDLkaQAvxW4HEvQFwCRcxIJK1XznAAAAABJRU5ErkJggg==");
		background-repeat: repeat-y;
		opacity: 0.3;
		filter: "alpha(opacity=30)"; -ms-filter: "alpha(opacity=30)"; 
	}
	
	.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail{
		height: 4px;
		margin: 6px 0;
		background-repeat: repeat-x;
	}
	
	.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonUp{ background-position: -16px -72px; }
	
	.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonDown{ background-position: -16px -92px; }
	
	.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -20px -112px; }
	
	.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonRight{ background-position: -20px -128px; }
	
	
	/* theme "rounded-dots-dark" */
	
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail{
		background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAALElEQVQYV2NkIAAYSVFgDFR8BqrBBEifBbGRTfiPZhpYjiQFBK3A6l6CvgAAE9kGCd1mvgEAAAAASUVORK5CYII=");
	}
	
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonUp{ background-position: -96px -72px; }
	
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonDown{ background-position: -96px -92px; }
	
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -100px -112px; }
	
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonRight{ background-position: -100px -128px; }
	
	/* ---------------------------------------- */
	
	
	
	/* theme "3d", "3d-dark", "3d-thick", "3d-thick-dark" */
	
	.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
		background-repeat: repeat-y;
		background-image: -moz-linear-gradient(left, rgba(255,255,255,0.5) 0%, rgba(255,255,255,0) 100%);
		background-image: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0.5)), color-stop(100%,rgba(255,255,255,0)));
		background-image: -webkit-linear-gradient(left, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%);
		background-image: -o-linear-gradient(left, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%);
		background-image: -ms-linear-gradient(left, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%);
		background-image: linear-gradient(to right, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%);
	}
	
	.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
		background-repeat: repeat-x;
		background-image: -moz-linear-gradient(top, rgba(255,255,255,0.5) 0%, rgba(255,255,255,0) 100%);
		background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.5)), color-stop(100%,rgba(255,255,255,0)));
		background-image: -webkit-linear-gradient(top, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%);
		background-image: -o-linear-gradient(top, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%);
		background-image: -ms-linear-gradient(top, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%);
		background-image: linear-gradient(to bottom, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%);
	}
	
	
	/* theme "3d", "3d-dark" */
	
	.mCS-3d.mCSB_scrollTools_vertical .mCSB_dragger, 
	.mCS-3d-dark.mCSB_scrollTools_vertical .mCSB_dragger{ height: 70px; }
	
	.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger, 
	.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger{ width: 70px; }
	
	.mCS-3d.mCSB_scrollTools, 
	.mCS-3d-dark.mCSB_scrollTools{
		opacity: 1;
		filter: "alpha(opacity=30)"; -ms-filter: "alpha(opacity=30)"; 
	}
	
	.mCS-3d.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ -webkit-border-radius: 16px; -moz-border-radius: 16px; border-radius: 16px; }
	
	.mCS-3d.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail{
		width: 8px;
		background-color: #000; background-color: rgba(0,0,0,0.2);
		box-shadow: inset 1px 0 1px rgba(0,0,0,0.5), inset -1px 0 1px rgba(255,255,255,0.2);
	}
	
	.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 	 
	.mCS-3d.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, 
	.mCS-3d.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-3d.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, 
	.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, 
	.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #555; }

	.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ width: 8px; }

	.mCS-3d.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail{
		width: 100%;
		height: 8px;
		margin: 4px 0;
		box-shadow: inset 0 1px 1px rgba(0,0,0,0.5), inset 0 -1px 1px rgba(255,255,255,0.2);
	}

	.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
		width: 100%;
		height: 8px;
		margin: 4px auto;
	}
	
	.mCS-3d.mCSB_scrollTools .mCSB_buttonUp{ background-position: -32px -72px; }
	
	.mCS-3d.mCSB_scrollTools .mCSB_buttonDown{ background-position: -32px -92px; }
	
	.mCS-3d.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -40px -112px; }
	
	.mCS-3d.mCSB_scrollTools .mCSB_buttonRight{ background-position: -40px -128px; }
	
	
	/* theme "3d-dark" */
	
	.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail{
		background-color: #000; background-color: rgba(0,0,0,0.1);
		box-shadow: inset 1px 0 1px rgba(0,0,0,0.1);
	}
	
	.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail{ box-shadow: inset 0 1px 1px rgba(0,0,0,0.1); }
	
	.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonUp{ background-position: -112px -72px; }

	.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonDown{ background-position: -112px -92px; }

	.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -120px -112px; }

	.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonRight{	background-position: -120px -128px; }
	
	/* ---------------------------------------- */
	
	
	
	/* theme: "3d-thick", "3d-thick-dark" */
	
	.mCS-3d-thick.mCSB_scrollTools, 
	.mCS-3d-thick-dark.mCSB_scrollTools{
		opacity: 1;
		filter: "alpha(opacity=30)"; -ms-filter: "alpha(opacity=30)"; 
	}
	
	.mCS-3d-thick.mCSB_scrollTools, 
	.mCS-3d-thick-dark.mCSB_scrollTools, 
	.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer, 
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer{ -webkit-border-radius: 7px; -moz-border-radius: 7px; border-radius: 7px; }
	
	.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }
	
	.mCSB_inside + .mCS-3d-thick.mCSB_scrollTools_vertical, 
	.mCSB_inside + .mCS-3d-thick-dark.mCSB_scrollTools_vertical{ right: 1px; }
	
	.mCS-3d-thick.mCSB_scrollTools_vertical, 
	.mCS-3d-thick-dark.mCSB_scrollTools_vertical{ box-shadow: inset 1px 0 1px rgba(0,0,0,0.1), inset 0 0 14px rgba(0,0,0,0.5); }
	
	.mCS-3d-thick.mCSB_scrollTools_horizontal, 
	.mCS-3d-thick-dark.mCSB_scrollTools_horizontal{
		bottom: 1px;
		box-shadow: inset 0 1px 1px rgba(0,0,0,0.1), inset 0 0 14px rgba(0,0,0,0.5);
	}
	
	.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
		box-shadow: inset 1px 0 0 rgba(255,255,255,0.4);
		width: 12px;
		margin: 2px;
		position: absolute;
		height: auto;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
	}
	
	.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{ box-shadow: inset 0 1px 0 rgba(255,255,255,0.4); }
	
	.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,  
	.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, 
	.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #555; }
	
	.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
		height: 12px;
		width: auto;
	}
	
	.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer{
		background-color: #000; background-color: rgba(0,0,0,0.05);
		box-shadow: inset 1px 1px 16px rgba(0,0,0,0.1);
	}
	
	.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerRail{ background-color: transparent; }
	
	.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonUp{ background-position: -32px -72px; }
	
	.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonDown{ background-position: -32px -92px; }

	.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -40px -112px; }

	.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonRight{	background-position: -40px -128px; }
	
	
	/* theme: "3d-thick-dark" */
	
	.mCS-3d-thick-dark.mCSB_scrollTools{ box-shadow: inset 0 0 14px rgba(0,0,0,0.2); }
	
	.mCS-3d-thick-dark.mCSB_scrollTools_horizontal{ box-shadow: inset 0 1px 1px rgba(0,0,0,0.1), inset 0 0 14px rgba(0,0,0,0.2); }
	
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ box-shadow: inset 1px 0 0 rgba(255,255,255,0.4), inset -1px 0 0 rgba(0,0,0,0.2); }
	 
	.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{ box-shadow: inset 0 1px 0 rgba(255,255,255,0.4), inset 0 -1px 0 rgba(0,0,0,0.2); }
	
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,  
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, 
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #777; }
	
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer{
		background-color: #fff; background-color: rgba(0,0,0,0.05);
		box-shadow: inset 1px 1px 16px rgba(0,0,0,0.1);
	}
	
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerRail{ background-color: transparent; }
	
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonUp{ background-position: -112px -72px; }
	
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonDown{ background-position: -112px -92px; }

	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -120px -112px; }

	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonRight{	background-position: -120px -128px; }
	
	/* ---------------------------------------- */
	
	
	
	/* theme: "minimal", "minimal-dark" */
	
	.mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical, 
	.mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical{
		right: 0; 
		margin: 12px 0; 
	}
	
	.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools.mCSB_scrollTools_horizontal, 
	.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal, 
	.mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools.mCSB_scrollTools_horizontal, 
	.mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal{
		bottom: 0; 
		margin: 0 12px; 
	}
	
	/* RTL direction/left-side scrollbar */
	.mCS-dir-rtl > .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical, 
	.mCS-dir-rtl > .mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical{
		left: 0; 
		right: auto;
	}
	
	.mCS-minimal.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail{ background-color: transparent; }
	
	.mCS-minimal.mCSB_scrollTools_vertical .mCSB_dragger, 
	.mCS-minimal-dark.mCSB_scrollTools_vertical .mCSB_dragger{ height: 50px; }
	
	.mCS-minimal.mCSB_scrollTools_horizontal .mCSB_dragger, 
	.mCS-minimal-dark.mCSB_scrollTools_horizontal .mCSB_dragger{ width: 50px; }
	
	.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
		background-color: #fff; background-color: rgba(255,255,255,0.2);
		filter: "alpha(opacity=20)"; -ms-filter: "alpha(opacity=20)"; 
	}
	
	.mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-minimal.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{
		background-color: #fff; background-color: rgba(255,255,255,0.5);
		filter: "alpha(opacity=50)"; -ms-filter: "alpha(opacity=50)"; 
	}
	
	
	/* theme: "minimal-dark" */
	
	.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
		background-color: #000; background-color: rgba(0,0,0,0.2);
		filter: "alpha(opacity=20)"; -ms-filter: "alpha(opacity=20)"; 
	}
	
	.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{
		background-color: #000; background-color: rgba(0,0,0,0.5);
		filter: "alpha(opacity=50)"; -ms-filter: "alpha(opacity=50)"; 
	}
	
	/* ---------------------------------------- */
	
	
	
	/* theme "light-3", "dark-3" */
	
	.mCS-light-3.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail{
		width: 6px;
		background-color: #000; background-color: rgba(0,0,0,0.2);
	}

	.mCS-light-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ width: 6px; }

	.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_draggerRail{
		width: 100%;
		height: 6px;
		margin: 5px 0;
	}
	
	.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, 
	.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, 
	.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, 
	.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{
		width: 12px;
	}
	
	.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, 
	.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, 
	.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, 
	.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{
		height: 12px;
		margin: 2px 0;
	}
	
	.mCS-light-3.mCSB_scrollTools .mCSB_buttonUp{ background-position: -32px -72px; }
	
	.mCS-light-3.mCSB_scrollTools .mCSB_buttonDown{ background-position: -32px -92px; }
	
	.mCS-light-3.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -40px -112px; }
	
	.mCS-light-3.mCSB_scrollTools .mCSB_buttonRight{ background-position: -40px -128px; }
	
	
	/* theme "dark-3" */
	
	.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.75); }

	.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.85); }

	.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-dark-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.9); }
	
	.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail{ background-color: #000; background-color: rgba(0,0,0,0.1); }
	
	.mCS-dark-3.mCSB_scrollTools .mCSB_buttonUp{ background-position: -112px -72px; }

	.mCS-dark-3.mCSB_scrollTools .mCSB_buttonDown{ background-position: -112px -92px; }

	.mCS-dark-3.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -120px -112px; }

	.mCS-dark-3.mCSB_scrollTools .mCSB_buttonRight{	background-position: -120px -128px; }
	
	/* ---------------------------------------- */
	
	
	
	/* theme "inset", "inset-dark", "inset-2", "inset-2-dark", "inset-3", "inset-3-dark" */
	
	.mCS-inset.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail{
		width: 12px;
		background-color: #000; background-color: rgba(0,0,0,0.2);
	}

	.mCS-inset.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-inset-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ 
		width: 6px;
		margin: 3px 5px;
		position: absolute;
		height: auto;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
	}

	.mCS-inset.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
		height: 6px;
		margin: 5px 3px;
		position: absolute;
		width: auto;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
	}
	
	.mCS-inset.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail{
		width: 100%;
		height: 12px;
		margin: 2px 0;
	}
	
	.mCS-inset.mCSB_scrollTools .mCSB_buttonUp, 
	.mCS-inset-2.mCSB_scrollTools .mCSB_buttonUp, 
	.mCS-inset-3.mCSB_scrollTools .mCSB_buttonUp{ background-position: -32px -72px; }
	
	.mCS-inset.mCSB_scrollTools .mCSB_buttonDown, 
	.mCS-inset-2.mCSB_scrollTools .mCSB_buttonDown, 
	.mCS-inset-3.mCSB_scrollTools .mCSB_buttonDown{ background-position: -32px -92px; }
	
	.mCS-inset.mCSB_scrollTools .mCSB_buttonLeft, 
	.mCS-inset-2.mCSB_scrollTools .mCSB_buttonLeft, 
	.mCS-inset-3.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -40px -112px; }
	
	.mCS-inset.mCSB_scrollTools .mCSB_buttonRight, 
	.mCS-inset-2.mCSB_scrollTools .mCSB_buttonRight, 
	.mCS-inset-3.mCSB_scrollTools .mCSB_buttonRight{ background-position: -40px -128px; }
	
	
	/* theme "inset-dark", "inset-2-dark", "inset-3-dark" */
	
	.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.75); }

	.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, 
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, 
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.85); }

	.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, 
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, 
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.9); }
	
	.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail{ background-color: #000; background-color: rgba(0,0,0,0.1); }
	
	.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonUp, 
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonUp, 
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonUp{ background-position: -112px -72px; }

	.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonDown, 
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonDown, 
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonDown{ background-position: -112px -92px; }

	.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonLeft, 
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonLeft, 
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -120px -112px; }

	.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonRight, 
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonRight, 
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonRight{	background-position: -120px -128px; }
	
	
	/* theme "inset-2", "inset-2-dark" */
	
	.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail{
		background-color: transparent;
		border-width: 1px;
		border-style: solid;
		border-color: #fff;
		border-color: rgba(255,255,255,0.2);
		-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
	}
	
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail{ border-color: #000; border-color: rgba(0,0,0,0.2); }
	
	
	/* theme "inset-3", "inset-3-dark" */
	
	.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail{ background-color: #fff; background-color: rgba(255,255,255,0.6); }
	
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail{ background-color: #000; background-color: rgba(0,0,0,0.6); }
	
	.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.75); }
	
	.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.85); }
	
	.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-inset-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.9); }
	
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ background-color: #fff; background-color: rgba(255,255,255,0.75); }
	
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #fff; background-color: rgba(255,255,255,0.85); }
	
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #fff; background-color: rgba(255,255,255,0.9); }
	
	/* ---------------------------------------- */
@charset "UTF-8";
:root {
  --dt-row-selected: 13, 110, 253;
  --dt-row-selected-text: 255, 255, 255;
  --dt-row-selected-link: 9, 10, 11;
  --dt-row-stripe: 0, 0, 0;
  --dt-row-hover: 0, 0, 0;
  --dt-column-ordering: 0, 0, 0;
  --dt-html-background: white;
}
:root.dark {
  --dt-html-background: rgb(33, 37, 41);
}

table.dataTable td.dt-control {
  text-align: center;
  cursor: pointer;
}
table.dataTable td.dt-control:before {
  display: inline-block;
  color: rgba(0, 0, 0, 0.5);
  content: "▶";
}
table.dataTable tr.dt-hasChild td.dt-control:before {
  content: "▼";
}

html.dark table.dataTable td.dt-control:before,
:root[data-bs-theme=dark] table.dataTable td.dt-control:before {
  color: rgba(255, 255, 255, 0.5);
}
html.dark table.dataTable tr.dt-hasChild td.dt-control:before,
:root[data-bs-theme=dark] table.dataTable tr.dt-hasChild td.dt-control:before {
  color: rgba(255, 255, 255, 0.5);
}

table.dataTable thead > tr > th.sorting, table.dataTable thead > tr > th.sorting_asc, table.dataTable thead > tr > th.sorting_desc, table.dataTable thead > tr > th.sorting_asc_disabled, table.dataTable thead > tr > th.sorting_desc_disabled,
table.dataTable thead > tr > td.sorting,
table.dataTable thead > tr > td.sorting_asc,
table.dataTable thead > tr > td.sorting_desc,
table.dataTable thead > tr > td.sorting_asc_disabled,
table.dataTable thead > tr > td.sorting_desc_disabled {
  cursor: pointer;
  position: relative;
  padding-right: 26px;
}
table.dataTable thead > tr > th.sorting:before, table.dataTable thead > tr > th.sorting:after, table.dataTable thead > tr > th.sorting_asc:before, table.dataTable thead > tr > th.sorting_asc:after, table.dataTable thead > tr > th.sorting_desc:before, table.dataTable thead > tr > th.sorting_desc:after, table.dataTable thead > tr > th.sorting_asc_disabled:before, table.dataTable thead > tr > th.sorting_asc_disabled:after, table.dataTable thead > tr > th.sorting_desc_disabled:before, table.dataTable thead > tr > th.sorting_desc_disabled:after,
table.dataTable thead > tr > td.sorting:before,
table.dataTable thead > tr > td.sorting:after,
table.dataTable thead > tr > td.sorting_asc:before,
table.dataTable thead > tr > td.sorting_asc:after,
table.dataTable thead > tr > td.sorting_desc:before,
table.dataTable thead > tr > td.sorting_desc:after,
table.dataTable thead > tr > td.sorting_asc_disabled:before,
table.dataTable thead > tr > td.sorting_asc_disabled:after,
table.dataTable thead > tr > td.sorting_desc_disabled:before,
table.dataTable thead > tr > td.sorting_desc_disabled:after {
  position: absolute;
  display: block;
  opacity: 0.125;
  right: 10px;
  line-height: 9px;
  font-size: 0.8em;
}
table.dataTable thead > tr > th.sorting:before, table.dataTable thead > tr > th.sorting_asc:before, table.dataTable thead > tr > th.sorting_desc:before, table.dataTable thead > tr > th.sorting_asc_disabled:before, table.dataTable thead > tr > th.sorting_desc_disabled:before,
table.dataTable thead > tr > td.sorting:before,
table.dataTable thead > tr > td.sorting_asc:before,
table.dataTable thead > tr > td.sorting_desc:before,
table.dataTable thead > tr > td.sorting_asc_disabled:before,
table.dataTable thead > tr > td.sorting_desc_disabled:before {
  bottom: 50%;
  content: "▲";
  content: "▲"/"";
}
table.dataTable thead > tr > th.sorting:after, table.dataTable thead > tr > th.sorting_asc:after, table.dataTable thead > tr > th.sorting_desc:after, table.dataTable thead > tr > th.sorting_asc_disabled:after, table.dataTable thead > tr > th.sorting_desc_disabled:after,
table.dataTable thead > tr > td.sorting:after,
table.dataTable thead > tr > td.sorting_asc:after,
table.dataTable thead > tr > td.sorting_desc:after,
table.dataTable thead > tr > td.sorting_asc_disabled:after,
table.dataTable thead > tr > td.sorting_desc_disabled:after {
  top: 50%;
  content: "▼";
  content: "▼"/"";
}
table.dataTable thead > tr > th.sorting_asc:before, table.dataTable thead > tr > th.sorting_desc:after,
table.dataTable thead > tr > td.sorting_asc:before,
table.dataTable thead > tr > td.sorting_desc:after {
  opacity: 0.6;
}
table.dataTable thead > tr > th.sorting_desc_disabled:after, table.dataTable thead > tr > th.sorting_asc_disabled:before,
table.dataTable thead > tr > td.sorting_desc_disabled:after,
table.dataTable thead > tr > td.sorting_asc_disabled:before {
  display: none;
}
table.dataTable thead > tr > th:active,
table.dataTable thead > tr > td:active {
  outline: none;
}

div.dataTables_scrollBody > table.dataTable > thead > tr > th:before, div.dataTables_scrollBody > table.dataTable > thead > tr > th:after,
div.dataTables_scrollBody > table.dataTable > thead > tr > td:before,
div.dataTables_scrollBody > table.dataTable > thead > tr > td:after {
  display: none;
}

div.dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  margin-left: -100px;
  margin-top: -26px;
  text-align: center;
  padding: 2px;
  z-index: 10;
}
div.dataTables_processing > div:last-child {
  position: relative;
  width: 80px;
  height: 15px;
  margin: 1em auto;
}
div.dataTables_processing > div:last-child > div {
  position: absolute;
  top: 0;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: rgb(13, 110, 253);
  background: rgb(var(--dt-row-selected));
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
div.dataTables_processing > div:last-child > div:nth-child(1) {
  left: 8px;
  animation: datatables-loader-1 0.6s infinite;
}
div.dataTables_processing > div:last-child > div:nth-child(2) {
  left: 8px;
  animation: datatables-loader-2 0.6s infinite;
}
div.dataTables_processing > div:last-child > div:nth-child(3) {
  left: 32px;
  animation: datatables-loader-2 0.6s infinite;
}
div.dataTables_processing > div:last-child > div:nth-child(4) {
  left: 56px;
  animation: datatables-loader-3 0.6s infinite;
}

@keyframes datatables-loader-1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes datatables-loader-3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes datatables-loader-2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}
table.dataTable.nowrap th, table.dataTable.nowrap td {
  white-space: nowrap;
}
table.dataTable th.dt-left,
table.dataTable td.dt-left {
  text-align: left;
}
table.dataTable th.dt-center,
table.dataTable td.dt-center,
table.dataTable td.dataTables_empty {
  text-align: center;
}
table.dataTable th.dt-right,
table.dataTable td.dt-right {
  text-align: right;
}
table.dataTable th.dt-justify,
table.dataTable td.dt-justify {
  text-align: justify;
}
table.dataTable th.dt-nowrap,
table.dataTable td.dt-nowrap {
  white-space: nowrap;
}
table.dataTable thead th,
table.dataTable thead td,
table.dataTable tfoot th,
table.dataTable tfoot td {
  text-align: left;
}
table.dataTable thead th.dt-head-left,
table.dataTable thead td.dt-head-left,
table.dataTable tfoot th.dt-head-left,
table.dataTable tfoot td.dt-head-left {
  text-align: left;
}
table.dataTable thead th.dt-head-center,
table.dataTable thead td.dt-head-center,
table.dataTable tfoot th.dt-head-center,
table.dataTable tfoot td.dt-head-center {
  text-align: center;
}
table.dataTable thead th.dt-head-right,
table.dataTable thead td.dt-head-right,
table.dataTable tfoot th.dt-head-right,
table.dataTable tfoot td.dt-head-right {
  text-align: right;
}
table.dataTable thead th.dt-head-justify,
table.dataTable thead td.dt-head-justify,
table.dataTable tfoot th.dt-head-justify,
table.dataTable tfoot td.dt-head-justify {
  text-align: justify;
}
table.dataTable thead th.dt-head-nowrap,
table.dataTable thead td.dt-head-nowrap,
table.dataTable tfoot th.dt-head-nowrap,
table.dataTable tfoot td.dt-head-nowrap {
  white-space: nowrap;
}
table.dataTable tbody th.dt-body-left,
table.dataTable tbody td.dt-body-left {
  text-align: left;
}
table.dataTable tbody th.dt-body-center,
table.dataTable tbody td.dt-body-center {
  text-align: center;
}
table.dataTable tbody th.dt-body-right,
table.dataTable tbody td.dt-body-right {
  text-align: right;
}
table.dataTable tbody th.dt-body-justify,
table.dataTable tbody td.dt-body-justify {
  text-align: justify;
}
table.dataTable tbody th.dt-body-nowrap,
table.dataTable tbody td.dt-body-nowrap {
  white-space: nowrap;
}

/*! Bootstrap 5 integration for DataTables
 *
 * ©2020 SpryMedia Ltd, all rights reserved.
 * License: MIT datatables.net/license/mit
 */
table.dataTable {
  clear: both;
  margin-top: 6px !important;
  margin-bottom: 6px !important;
  max-width: none !important;
  border-collapse: separate !important;
  border-spacing: 0;
}
table.dataTable td,
table.dataTable th {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
table.dataTable td.dataTables_empty,
table.dataTable th.dataTables_empty {
  text-align: center;
}
table.dataTable.nowrap th,
table.dataTable.nowrap td {
  white-space: nowrap;
}
table.dataTable.table-striped > tbody > tr:nth-of-type(2n+1) > * {
  box-shadow: none;
}
table.dataTable > tbody > tr {
  background-color: transparent;
}
table.dataTable > tbody > tr.selected > * {
  box-shadow: inset 0 0 0 9999px rgb(13, 110, 253);
  box-shadow: inset 0 0 0 9999px rgb(var(--dt-row-selected));
  color: rgb(255, 255, 255);
  color: rgb(var(--dt-row-selected-text));
}
table.dataTable > tbody > tr.selected a {
  color: rgb(9, 10, 11);
  color: rgb(var(--dt-row-selected-link));
}
table.dataTable.table-striped > tbody > tr:nth-of-type(2n+1) > * {
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-stripe), 0.05);
}
table.dataTable.table-striped > tbody > tr:nth-of-type(2n+1).selected > * {
  box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.95);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), 0.95);
}
table.dataTable.table-hover > tbody > tr:hover > * {
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-hover), 0.075);
}
table.dataTable.table-hover > tbody > tr.selected:hover > * {
  box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.975);
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), 0.975);
}

div.dataTables_wrapper div.dataTables_length label {
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
}
div.dataTables_wrapper div.dataTables_length select {
  width: auto;
  display: inline-block;
}
div.dataTables_wrapper div.dataTables_filter {
  text-align: right;
}
div.dataTables_wrapper div.dataTables_filter label {
  font-weight: normal;
  white-space: nowrap;
  text-align: left;
}
div.dataTables_wrapper div.dataTables_filter input {
  margin-left: 0.5em;
  display: inline-block;
  width: auto;
}
div.dataTables_wrapper div.dataTables_info {
  padding-top: 0.85em;
}
div.dataTables_wrapper div.dataTables_paginate {
  margin: 0;
  white-space: nowrap;
  text-align: right;
}
div.dataTables_wrapper div.dataTables_paginate ul.pagination {
  margin: 2px 0;
  white-space: nowrap;
  justify-content: flex-end;
}
div.dataTables_wrapper div.dt-row {
  position: relative;
}

div.dataTables_scrollHead table.dataTable {
  margin-bottom: 0 !important;
}

div.dataTables_scrollBody > table {
  border-top: none;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
div.dataTables_scrollBody > table > thead .sorting:before,
div.dataTables_scrollBody > table > thead .sorting_asc:before,
div.dataTables_scrollBody > table > thead .sorting_desc:before,
div.dataTables_scrollBody > table > thead .sorting:after,
div.dataTables_scrollBody > table > thead .sorting_asc:after,
div.dataTables_scrollBody > table > thead .sorting_desc:after {
  display: none;
}
div.dataTables_scrollBody > table > tbody tr:first-child th,
div.dataTables_scrollBody > table > tbody tr:first-child td {
  border-top: none;
}

div.dataTables_scrollFoot > .dataTables_scrollFootInner {
  box-sizing: content-box;
}
div.dataTables_scrollFoot > .dataTables_scrollFootInner > table {
  margin-top: 0 !important;
  border-top: none;
}

@media screen and (max-width: 767px) {
  div.dataTables_wrapper div.dataTables_length,
  div.dataTables_wrapper div.dataTables_filter,
  div.dataTables_wrapper div.dataTables_info,
  div.dataTables_wrapper div.dataTables_paginate {
    text-align: center;
  }
  div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    justify-content: center !important;
  }
}
table.dataTable.table-sm > thead > tr > th:not(.sorting_disabled) {
  padding-right: 20px;
}
table.dataTable.table-sm > thead > tr > th:not(.sorting_disabled):before, table.dataTable.table-sm > thead > tr > th:not(.sorting_disabled):after {
  right: 5px;
}

table.table-bordered.dataTable {
  border-right-width: 0;
}
table.table-bordered.dataTable thead tr:first-child th,
table.table-bordered.dataTable thead tr:first-child td {
  border-top-width: 1px;
}
table.table-bordered.dataTable th,
table.table-bordered.dataTable td {
  border-left-width: 0;
}
table.table-bordered.dataTable th:first-child, table.table-bordered.dataTable th:first-child,
table.table-bordered.dataTable td:first-child,
table.table-bordered.dataTable td:first-child {
  border-left-width: 1px;
}
table.table-bordered.dataTable th:last-child, table.table-bordered.dataTable th:last-child,
table.table-bordered.dataTable td:last-child,
table.table-bordered.dataTable td:last-child {
  border-right-width: 1px;
}
table.table-bordered.dataTable th,
table.table-bordered.dataTable td {
  border-bottom-width: 1px;
}

div.dataTables_scrollHead table.table-bordered {
  border-bottom-width: 0;
}

div.table-responsive > div.dataTables_wrapper > div.row {
  margin: 0;
}
div.table-responsive > div.dataTables_wrapper > div.row > div[class^=col-]:first-child {
  padding-left: 0;
}
div.table-responsive > div.dataTables_wrapper > div.row > div[class^=col-]:last-child {
  padding-right: 0;
}

:root[data-bs-theme=dark] {
  --dt-row-hover: 255, 255, 255;
  --dt-row-stripe: 255, 255, 255;
  --dt-column-ordering: 255, 255, 255;
}
/*!
 * Datepicker for Bootstrap v1.10.0 (https://github.com/uxsolutions/bootstrap-datepicker)
 *
 * Licensed under the Apache License v2.0 (https://www.apache.org/licenses/LICENSE-2.0)
 */

.datepicker{padding:4px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;direction:ltr}.datepicker-inline{width:220px}.datepicker-rtl{direction:rtl}.datepicker-rtl.dropdown-menu{left:auto}.datepicker-rtl table tr td span{float:right}.datepicker-dropdown{top:0;left:0}.datepicker-dropdown:before{content:'';display:inline-block;border-left:7px solid transparent;border-right:7px solid transparent;border-bottom:7px solid #999;border-top:0;border-bottom-color:rgba(0,0,0,.2);position:absolute}.datepicker-dropdown:after{content:'';display:inline-block;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid #fff;border-top:0;position:absolute}.datepicker-dropdown.datepicker-orient-left:before{left:6px}.datepicker-dropdown.datepicker-orient-left:after{left:7px}.datepicker-dropdown.datepicker-orient-right:before{right:6px}.datepicker-dropdown.datepicker-orient-right:after{right:7px}.datepicker-dropdown.datepicker-orient-bottom:before{top:-7px}.datepicker-dropdown.datepicker-orient-bottom:after{top:-6px}.datepicker-dropdown.datepicker-orient-top:before{bottom:-7px;border-bottom:0;border-top:7px solid #999}.datepicker-dropdown.datepicker-orient-top:after{bottom:-6px;border-bottom:0;border-top:6px solid #fff}.datepicker table{margin:0;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.datepicker td,.datepicker th{text-align:center;width:20px;height:20px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;border:none}.table-striped .datepicker table tr td,.table-striped .datepicker table tr th{background-color:transparent}.datepicker table tr td.day.focused,.datepicker table tr td.day:hover{background:#eee;cursor:pointer}.datepicker table tr td.new,.datepicker table tr td.old{color:#999}.datepicker table tr td.disabled,.datepicker table tr td.disabled:hover{background:0 0;color:#999;cursor:default}.datepicker table tr td.highlighted{background:#d9edf7;border-radius:0}.datepicker table tr td.today,.datepicker table tr td.today.disabled,.datepicker table tr td.today.disabled:hover,.datepicker table tr td.today:hover{background-color:#fde19a;background-image:-moz-linear-gradient(to bottom,#fdd49a,#fdf59a);background-image:-ms-linear-gradient(to bottom,#fdd49a,#fdf59a);background-image:-webkit-gradient(linear,0 0,0 100%,from(#fdd49a),to(#fdf59a));background-image:-webkit-linear-gradient(to bottom,#fdd49a,#fdf59a);background-image:-o-linear-gradient(to bottom,#fdd49a,#fdf59a);background-image:linear-gradient(to bottom,#fdd49a,#fdf59a);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdd49a', endColorstr='#fdf59a', GradientType=0);border-color:#fdf59a #fdf59a #fbed50;border-color:rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);color:#000}.datepicker table tr td.today.active,.datepicker table tr td.today.disabled,.datepicker table tr td.today.disabled.active,.datepicker table tr td.today.disabled.disabled,.datepicker table tr td.today.disabled:active,.datepicker table tr td.today.disabled:hover,.datepicker table tr td.today.disabled:hover.active,.datepicker table tr td.today.disabled:hover.disabled,.datepicker table tr td.today.disabled:hover:active,.datepicker table tr td.today.disabled:hover:hover,.datepicker table tr td.today.disabled:hover[disabled],.datepicker table tr td.today.disabled[disabled],.datepicker table tr td.today:active,.datepicker table tr td.today:hover,.datepicker table tr td.today:hover.active,.datepicker table tr td.today:hover.disabled,.datepicker table tr td.today:hover:active,.datepicker table tr td.today:hover:hover,.datepicker table tr td.today:hover[disabled],.datepicker table tr td.today[disabled]{background-color:#fdf59a}.datepicker table tr td.today.active,.datepicker table tr td.today.disabled.active,.datepicker table tr td.today.disabled:active,.datepicker table tr td.today.disabled:hover.active,.datepicker table tr td.today.disabled:hover:active,.datepicker table tr td.today:active,.datepicker table tr td.today:hover.active,.datepicker table tr td.today:hover:active{background-color:#fbf069\9}.datepicker table tr td.today:hover:hover{color:#000}.datepicker table tr td.today.active:hover{color:#fff}.datepicker table tr td.range,.datepicker table tr td.range.disabled,.datepicker table tr td.range.disabled:hover,.datepicker table tr td.range:hover{background:#eee;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.datepicker table tr td.range.today,.datepicker table tr td.range.today.disabled,.datepicker table tr td.range.today.disabled:hover,.datepicker table tr td.range.today:hover{background-color:#f3d17a;background-image:-moz-linear-gradient(to bottom,#f3c17a,#f3e97a);background-image:-ms-linear-gradient(to bottom,#f3c17a,#f3e97a);background-image:-webkit-gradient(linear,0 0,0 100%,from(#f3c17a),to(#f3e97a));background-image:-webkit-linear-gradient(to bottom,#f3c17a,#f3e97a);background-image:-o-linear-gradient(to bottom,#f3c17a,#f3e97a);background-image:linear-gradient(to bottom,#f3c17a,#f3e97a);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3c17a', endColorstr='#f3e97a', GradientType=0);border-color:#f3e97a #f3e97a #edde34;border-color:rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.datepicker table tr td.range.today.active,.datepicker table tr td.range.today.disabled,.datepicker table tr td.range.today.disabled.active,.datepicker table tr td.range.today.disabled.disabled,.datepicker table tr td.range.today.disabled:active,.datepicker table tr td.range.today.disabled:hover,.datepicker table tr td.range.today.disabled:hover.active,.datepicker table tr td.range.today.disabled:hover.disabled,.datepicker table tr td.range.today.disabled:hover:active,.datepicker table tr td.range.today.disabled:hover:hover,.datepicker table tr td.range.today.disabled:hover[disabled],.datepicker table tr td.range.today.disabled[disabled],.datepicker table tr td.range.today:active,.datepicker table tr td.range.today:hover,.datepicker table tr td.range.today:hover.active,.datepicker table tr td.range.today:hover.disabled,.datepicker table tr td.range.today:hover:active,.datepicker table tr td.range.today:hover:hover,.datepicker table tr td.range.today:hover[disabled],.datepicker table tr td.range.today[disabled]{background-color:#f3e97a}.datepicker table tr td.range.today.active,.datepicker table tr td.range.today.disabled.active,.datepicker table tr td.range.today.disabled:active,.datepicker table tr td.range.today.disabled:hover.active,.datepicker table tr td.range.today.disabled:hover:active,.datepicker table tr td.range.today:active,.datepicker table tr td.range.today:hover.active,.datepicker table tr td.range.today:hover:active{background-color:#efe24b\9}.datepicker table tr td.selected,.datepicker table tr td.selected.disabled,.datepicker table tr td.selected.disabled:hover,.datepicker table tr td.selected:hover{background-color:#9e9e9e;background-image:-moz-linear-gradient(to bottom,#b3b3b3,grey);background-image:-ms-linear-gradient(to bottom,#b3b3b3,grey);background-image:-webkit-gradient(linear,0 0,0 100%,from(#b3b3b3),to(grey));background-image:-webkit-linear-gradient(to bottom,#b3b3b3,grey);background-image:-o-linear-gradient(to bottom,#b3b3b3,grey);background-image:linear-gradient(to bottom,#b3b3b3,grey);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3b3b3', endColorstr='#808080', GradientType=0);border-color:grey grey #595959;border-color:rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,.25)}.datepicker table tr td.selected.active,.datepicker table tr td.selected.disabled,.datepicker table tr td.selected.disabled.active,.datepicker table tr td.selected.disabled.disabled,.datepicker table tr td.selected.disabled:active,.datepicker table tr td.selected.disabled:hover,.datepicker table tr td.selected.disabled:hover.active,.datepicker table tr td.selected.disabled:hover.disabled,.datepicker table tr td.selected.disabled:hover:active,.datepicker table tr td.selected.disabled:hover:hover,.datepicker table tr td.selected.disabled:hover[disabled],.datepicker table tr td.selected.disabled[disabled],.datepicker table tr td.selected:active,.datepicker table tr td.selected:hover,.datepicker table tr td.selected:hover.active,.datepicker table tr td.selected:hover.disabled,.datepicker table tr td.selected:hover:active,.datepicker table tr td.selected:hover:hover,.datepicker table tr td.selected:hover[disabled],.datepicker table tr td.selected[disabled]{background-color:grey}.datepicker table tr td.selected.active,.datepicker table tr td.selected.disabled.active,.datepicker table tr td.selected.disabled:active,.datepicker table tr td.selected.disabled:hover.active,.datepicker table tr td.selected.disabled:hover:active,.datepicker table tr td.selected:active,.datepicker table tr td.selected:hover.active,.datepicker table tr td.selected:hover:active{background-color:#666\9}.datepicker table tr td.active,.datepicker table tr td.active.disabled,.datepicker table tr td.active.disabled:hover,.datepicker table tr td.active:hover{background-color:#006dcc;background-image:-moz-linear-gradient(to bottom,#08c,#04c);background-image:-ms-linear-gradient(to bottom,#08c,#04c);background-image:-webkit-gradient(linear,0 0,0 100%,from(#08c),to(#04c));background-image:-webkit-linear-gradient(to bottom,#08c,#04c);background-image:-o-linear-gradient(to bottom,#08c,#04c);background-image:linear-gradient(to bottom,#08c,#04c);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#08c', endColorstr='#0044cc', GradientType=0);border-color:#04c #04c #002a80;border-color:rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,.25)}.datepicker table tr td.active.active,.datepicker table tr td.active.disabled,.datepicker table tr td.active.disabled.active,.datepicker table tr td.active.disabled.disabled,.datepicker table tr td.active.disabled:active,.datepicker table tr td.active.disabled:hover,.datepicker table tr td.active.disabled:hover.active,.datepicker table tr td.active.disabled:hover.disabled,.datepicker table tr td.active.disabled:hover:active,.datepicker table tr td.active.disabled:hover:hover,.datepicker table tr td.active.disabled:hover[disabled],.datepicker table tr td.active.disabled[disabled],.datepicker table tr td.active:active,.datepicker table tr td.active:hover,.datepicker table tr td.active:hover.active,.datepicker table tr td.active:hover.disabled,.datepicker table tr td.active:hover:active,.datepicker table tr td.active:hover:hover,.datepicker table tr td.active:hover[disabled],.datepicker table tr td.active[disabled]{background-color:#04c}.datepicker table tr td.active.active,.datepicker table tr td.active.disabled.active,.datepicker table tr td.active.disabled:active,.datepicker table tr td.active.disabled:hover.active,.datepicker table tr td.active.disabled:hover:active,.datepicker table tr td.active:active,.datepicker table tr td.active:hover.active,.datepicker table tr td.active:hover:active{background-color:#039\9}.datepicker table tr td span{display:block;width:23%;height:54px;line-height:54px;float:left;margin:1%;cursor:pointer;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.datepicker table tr td span.focused,.datepicker table tr td span:hover{background:#eee}.datepicker table tr td span.disabled,.datepicker table tr td span.disabled:hover{background:0 0;color:#999;cursor:default}.datepicker table tr td span.active,.datepicker table tr td span.active.disabled,.datepicker table tr td span.active.disabled:hover,.datepicker table tr td span.active:hover{background-color:#006dcc;background-image:-moz-linear-gradient(to bottom,#08c,#04c);background-image:-ms-linear-gradient(to bottom,#08c,#04c);background-image:-webkit-gradient(linear,0 0,0 100%,from(#08c),to(#04c));background-image:-webkit-linear-gradient(to bottom,#08c,#04c);background-image:-o-linear-gradient(to bottom,#08c,#04c);background-image:linear-gradient(to bottom,#08c,#04c);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#08c', endColorstr='#0044cc', GradientType=0);border-color:#04c #04c #002a80;border-color:rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,.25)}.datepicker table tr td span.active.active,.datepicker table tr td span.active.disabled,.datepicker table tr td span.active.disabled.active,.datepicker table tr td span.active.disabled.disabled,.datepicker table tr td span.active.disabled:active,.datepicker table tr td span.active.disabled:hover,.datepicker table tr td span.active.disabled:hover.active,.datepicker table tr td span.active.disabled:hover.disabled,.datepicker table tr td span.active.disabled:hover:active,.datepicker table tr td span.active.disabled:hover:hover,.datepicker table tr td span.active.disabled:hover[disabled],.datepicker table tr td span.active.disabled[disabled],.datepicker table tr td span.active:active,.datepicker table tr td span.active:hover,.datepicker table tr td span.active:hover.active,.datepicker table tr td span.active:hover.disabled,.datepicker table tr td span.active:hover:active,.datepicker table tr td span.active:hover:hover,.datepicker table tr td span.active:hover[disabled],.datepicker table tr td span.active[disabled]{background-color:#04c}.datepicker table tr td span.active.active,.datepicker table tr td span.active.disabled.active,.datepicker table tr td span.active.disabled:active,.datepicker table tr td span.active.disabled:hover.active,.datepicker table tr td span.active.disabled:hover:active,.datepicker table tr td span.active:active,.datepicker table tr td span.active:hover.active,.datepicker table tr td span.active:hover:active{background-color:#039\9}.datepicker table tr td span.new,.datepicker table tr td span.old{color:#999}.datepicker .datepicker-switch{width:145px}.datepicker .datepicker-switch,.datepicker .next,.datepicker .prev,.datepicker tfoot tr th{cursor:pointer}.datepicker .datepicker-switch:hover,.datepicker .next:hover,.datepicker .prev:hover,.datepicker tfoot tr th:hover{background:#eee}.datepicker .next.disabled,.datepicker .prev.disabled{visibility:hidden}.datepicker .cw{font-size:10px;width:12px;padding:0 2px 0 5px;vertical-align:middle}.input-append.date .add-on,.input-prepend.date .add-on{cursor:pointer}.input-append.date .add-on i,.input-prepend.date .add-on i{margin-top:3px}.input-daterange input{text-align:center}.input-daterange input:first-child{-webkit-border-radius:3px 0 0 3px;-moz-border-radius:3px 0 0 3px;border-radius:3px 0 0 3px}.input-daterange input:last-child{-webkit-border-radius:0 3px 3px 0;-moz-border-radius:0 3px 3px 0;border-radius:0 3px 3px 0}.input-daterange .add-on{display:inline-block;width:auto;min-width:16px;height:18px;padding:4px 5px;font-weight:400;line-height:18px;text-align:center;text-shadow:0 1px 0 #fff;vertical-align:middle;background-color:#eee;border:1px solid #ccc;margin-left:-5px;margin-right:-5px}.daterangepicker {
  position: absolute;
  color: inherit;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #ddd;
  width: 278px;
  max-width: none;
  padding: 0;
  margin-top: 7px;
  top: 100px;
  left: 20px;
  z-index: 3001;
  display: none;
  font-family: arial;
  font-size: 15px;
  line-height: 1em;
}

.daterangepicker:before, .daterangepicker:after {
  position: absolute;
  display: inline-block;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: '';
}

.daterangepicker:before {
  top: -7px;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #ccc;
}

.daterangepicker:after {
  top: -6px;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;
}

.daterangepicker.opensleft:before {
  right: 9px;
}

.daterangepicker.opensleft:after {
  right: 10px;
}

.daterangepicker.openscenter:before {
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
}

.daterangepicker.openscenter:after {
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
}

.daterangepicker.opensright:before {
  left: 9px;
}

.daterangepicker.opensright:after {
  left: 10px;
}

.daterangepicker.drop-up {
  margin-top: -7px;
}

.daterangepicker.drop-up:before {
  top: initial;
  bottom: -7px;
  border-bottom: initial;
  border-top: 7px solid #ccc;
}

.daterangepicker.drop-up:after {
  top: initial;
  bottom: -6px;
  border-bottom: initial;
  border-top: 6px solid #fff;
}

.daterangepicker.single .daterangepicker .ranges, .daterangepicker.single .drp-calendar {
  float: none;
}

.daterangepicker.single .drp-selected {
  display: none;
}

.daterangepicker.show-calendar .drp-calendar {
  display: block;
}

.daterangepicker.show-calendar .drp-buttons {
  display: block;
}

.daterangepicker.auto-apply .drp-buttons {
  display: none;
}

.daterangepicker .drp-calendar {
  display: none;
  max-width: 270px;
}

.daterangepicker .drp-calendar.left {
  padding: 8px 0 8px 8px;
}

.daterangepicker .drp-calendar.right {
  padding: 8px;
}

.daterangepicker .drp-calendar.single .calendar-table {
  border: none;
}

.daterangepicker .calendar-table .next span, .daterangepicker .calendar-table .prev span {
  color: #fff;
  border: solid black;
  border-width: 0 2px 2px 0;
  border-radius: 0;
  display: inline-block;
  padding: 3px;
}

.daterangepicker .calendar-table .next span {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.daterangepicker .calendar-table .prev span {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.daterangepicker .calendar-table th, .daterangepicker .calendar-table td {
  white-space: nowrap;
  text-align: center;
  vertical-align: middle;
  min-width: 32px;
  width: 32px;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
  border-radius: 4px;
  border: 1px solid transparent;
  white-space: nowrap;
  cursor: pointer;
}

.daterangepicker .calendar-table {
  border: 1px solid #fff;
  border-radius: 4px;
  background-color: #fff;
}

.daterangepicker .calendar-table table {
  width: 100%;
  margin: 0;
  border-spacing: 0;
  border-collapse: collapse;
}

.daterangepicker td.available:hover, .daterangepicker th.available:hover {
  background-color: #eee;
  border-color: transparent;
  color: inherit;
}

.daterangepicker td.week, .daterangepicker th.week {
  font-size: 80%;
  color: #ccc;
}

.daterangepicker td.off, .daterangepicker td.off.in-range, .daterangepicker td.off.start-date, .daterangepicker td.off.end-date {
  background-color: #fff;
  border-color: transparent;
  color: #999;
}

.daterangepicker td.in-range {
  background-color: #ebf4f8;
  border-color: transparent;
  color: #000;
  border-radius: 0;
}

.daterangepicker td.start-date {
  border-radius: 4px 0 0 4px;
}

.daterangepicker td.end-date {
  border-radius: 0 4px 4px 0;
}

.daterangepicker td.start-date.end-date {
  border-radius: 4px;
}

.daterangepicker td.active, .daterangepicker td.active:hover {
  background-color: #357ebd;
  border-color: transparent;
  color: #fff;
}

.daterangepicker th.month {
  width: auto;
}

.daterangepicker td.disabled, .daterangepicker option.disabled {
  color: #999;
  cursor: not-allowed;
  text-decoration: line-through;
}

.daterangepicker select.monthselect, .daterangepicker select.yearselect {
  font-size: 12px;
  padding: 1px;
  height: auto;
  margin: 0;
  cursor: default;
}

.daterangepicker select.monthselect {
  margin-right: 2%;
  width: 56%;
}

.daterangepicker select.yearselect {
  width: 40%;
}

.daterangepicker select.hourselect, .daterangepicker select.minuteselect, .daterangepicker select.secondselect, .daterangepicker select.ampmselect {
  width: 50px;
  margin: 0 auto;
  background: #eee;
  border: 1px solid #eee;
  padding: 2px;
  outline: 0;
  font-size: 12px;
}

.daterangepicker .calendar-time {
  text-align: center;
  margin: 4px auto 0 auto;
  line-height: 30px;
  position: relative;
}

.daterangepicker .calendar-time select.disabled {
  color: #ccc;
  cursor: not-allowed;
}

.daterangepicker .drp-buttons {
  clear: both;
  text-align: right;
  padding: 8px;
  border-top: 1px solid #ddd;
  display: none;
  line-height: 12px;
  vertical-align: middle;
}

.daterangepicker .drp-selected {
  display: inline-block;
  font-size: 12px;
  padding-right: 8px;
}

.daterangepicker .drp-buttons .btn {
  margin-left: 8px;
  font-size: 12px;
  font-weight: bold;
  padding: 4px 8px;
}

.daterangepicker.show-ranges.single.rtl .drp-calendar.left {
  border-right: 1px solid #ddd;
}

.daterangepicker.show-ranges.single.ltr .drp-calendar.left {
  border-left: 1px solid #ddd;
}

.daterangepicker.show-ranges.rtl .drp-calendar.right {
  border-right: 1px solid #ddd;
}

.daterangepicker.show-ranges.ltr .drp-calendar.left {
  border-left: 1px solid #ddd;
}

.daterangepicker .ranges {
  float: none;
  text-align: left;
  margin: 0;
}

.daterangepicker.show-calendar .ranges {
  margin-top: 8px;
}

.daterangepicker .ranges ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

.daterangepicker .ranges li {
  font-size: 12px;
  padding: 8px 12px;
  cursor: pointer;
}

.daterangepicker .ranges li:hover {
  background-color: #eee;
}

.daterangepicker .ranges li.active {
  background-color: #08c;
  color: #fff;
}

/*  Larger Screen Styling */
@media (min-width: 564px) {
  .daterangepicker {
    width: auto;
  }

  .daterangepicker .ranges ul {
    width: 140px;
  }

  .daterangepicker.single .ranges ul {
    width: 100%;
  }

  .daterangepicker.single .drp-calendar.left {
    clear: none;
  }

  .daterangepicker.single .ranges, .daterangepicker.single .drp-calendar {
    float: left;
  }

  .daterangepicker {
    direction: ltr;
    text-align: left;
  }

  .daterangepicker .drp-calendar.left {
    clear: left;
    margin-right: 0;
  }

  .daterangepicker .drp-calendar.left .calendar-table {
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .daterangepicker .drp-calendar.right {
    margin-left: 0;
  }

  .daterangepicker .drp-calendar.right .calendar-table {
    border-left: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .daterangepicker .drp-calendar.left .calendar-table {
    padding-right: 8px;
  }

  .daterangepicker .ranges, .daterangepicker .drp-calendar {
    float: left;
  }
}

@media (min-width: 730px) {
  .daterangepicker .ranges {
    width: auto;
  }

  .daterangepicker .ranges {
    float: left;
  }

  .daterangepicker.rtl .ranges {
    float: right;
  }

  .daterangepicker .drp-calendar.left {
    clear: none !important;
  }
}
.dataTable {
  width: 100% !important;
  border-spacing: 0 !important; }

.table td, .table th {
  padding: 8px 10px; }

.dataTable tbody tr td button {
  cursor: pointer; }

.dataTable tbody tr td div.dropdown ul.dropdown-menu li {
  cursor: pointer; }
.daterangepicker .calendar-table th, .daterangepicker .calendar-table td {
    color: #1b1b1b;
}

.daterangepicker td.active, .daterangepicker td.active:hover {
    color: #fff;
}

.daterangepicker td.off, .daterangepicker td.off.in-range, .daterangepicker td.off.start-date, .daterangepicker td.off.end-date{
    color: #999;
}:root {
    --edtt-font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Roboto',
        sans-serif;
    /* Base Colors */
    --edtt-color-white: #ffffff;
    --edtt-color-black: #000000;
    --edtt-color-gray-100: #f0f2f5;
    --edtt-color-gray-200: #d9d9d9;
    --edtt-color-gray-300: #bfbfbf;
    --edtt-color-gray-400: #8c8c8c;
    --edtt-color-gray-500: #595959;
    --edtt-color-gray-600: #434343;
    --edtt-color-gray-700: #434343;
    --edtt-color-gray-800: #1f1f1f;
    --edtt-color-gray-900: #141414;
    /* Color Palette System */
    /* Primary Color (Pink) */
    --edtt-color-primary-base: #ea4c89;
    --edtt-color-primary-100: #fcedf1;
    --edtt-color-primary-200: #f6c9d5;
    --edtt-color-primary-300: #ef92ae;
    --edtt-color-primary-400: #ea4c89;
    --edtt-color-primary-500: #b33065;
    --edtt-color-primary-600: #7a1e43;
    --edtt-color-primary-700: #450d23;
    /* Secondary Color (Blue) */
    --edtt-color-secondary-base: #4cd8ea;
    --edtt-color-secondary-100: #cef5fd;
    --edtt-color-secondary-200: #4cd8ea;
    --edtt-color-secondary-300: #3caebd;
    --edtt-color-secondary-400: #2c8691;
    --edtt-color-secondary-500: #1d6068;
    --edtt-color-secondary-600: #0f3c42;
    --edtt-color-secondary-700: #041c1f;
    /* Tertiary Color (Green) */
    --edtt-color-tertiary-base: #4ceaad;
    --edtt-color-tertiary-100: #c4fde1;
    --edtt-color-tertiary-200: #4ceaad;
    --edtt-color-tertiary-300: #3cbe8c;
    --edtt-color-tertiary-400: #2d956d;
    --edtt-color-tertiary-500: #1f6d4f;
    --edtt-color-tertiary-600: #114732;
    --edtt-color-tertiary-700: #052519;
    /* Quaternary Color (Purple) */
    --edtt-color-quaternary-base: #5e4cea;
    --edtt-color-quaternary-100: #d7d4fb;
    --edtt-color-quaternary-200: #aea8f6;
    --edtt-color-quaternary-300: #857cf1;
    --edtt-color-quaternary-400: #5e4cea;
    --edtt-color-quaternary-500: #3b21c2;
    --edtt-color-quaternary-600: #1f0f74;
    --edtt-color-quaternary-700: #0d0540;
    /* Grey Color */
    --edtt-color-grey-base: #908588;
    --edtt-color-grey-100: #f1f0f1;
    --edtt-color-grey-200: #d7d4d5;
    --edtt-color-grey-300: #b2acae;
    --edtt-color-grey-400: #908588;
    --edtt-color-grey-500: #6b6264;
    --edtt-color-grey-600: #474142;
    --edtt-color-grey-700: #262223;
    /* Status Colors */
    --edtt-color-status-success: #52c41a;
    --edtt-color-status-warning: #faad14;
    --edtt-color-status-error: #f5222d;
    --edtt-color-status-info: #1890ff;
    /* Status Colors - Shortcuts */
    --edtt-color-success: var(--edtt-color-status-success);
    --edtt-color-warning: var(--edtt-color-status-warning);
    --edtt-color-error: var(--edtt-color-status-error);
    --edtt-color-info: var(--edtt-color-status-info);
    /* Default Theme Variables - Optimized */
    /* Màu sắc cơ bản theo ngữ cảnh */
    --edtt-color-primary: var(--edtt-color-primary-base);
    --edtt-color-secondary: var(--edtt-color-secondary-base);
    --edtt-color-tertiary: var(--edtt-color-tertiary-base);
    /* Màu nền */
    --edtt-color-bg-default: var(--edtt-color-white);
    /* Nền chính */
    --edtt-color-bg-secondary: var(--edtt-color-gray-100);
    /* Nền phụ */
    --edtt-color-bg-tertiary: var(--edtt-color-gray-200);
    /* Nền mức 3 (vd: vùng nhấn mạnh) */
    --edtt-color-bg-inverse: var(--edtt-color-black);
    /* Nền đảo ngược màu (vd: tooltip) */
    --edtt-color-bg-card: var(--edtt-color-white);
    /* Nền thẻ */
    --edtt-color-bg-overlay: rgba(0, 0, 0, 0.45);
    /* Nền lớp phủ (modal, drawer) */
    --edtt-color-bg-mask: rgba(0, 0, 0, 0.15);
    /* Lớp mờ (vd: disabled) */
    --edtt-color-bg-spotlight: var(--edtt-color-primary-100);
    /* Nền vùng nhấn mạnh */
    --edtt-color-disabled-bg: rgba(0, 0, 0, 0.04);
    /* Nền phần tử bị vô hiệu */
    --edtt-color-selected: var(--edtt-color-primary-100);
    /* Nền phần tử được chọn */
    --edtt-color-hover: var(--edtt-color-primary-50);
    /* Nền khi hover */
    --edtt-color-bg-error: rgba(255, 241, 240, 1);
    /* Nền lỗi */
    --edtt-color-bg-success: rgba(246, 255, 237, 1);
    /* Nền thành công */
    /* Màu chữ */
    --edtt-color-text-default: var(--edtt-color-black);
    /* Chữ chính */
    --edtt-color-text-primary: var(--edtt-color-primary-base);
    /* Chữ nhấn mạnh */
    --edtt-color-text-secondary: var(--edtt-color-grey-500);
    /* Chữ ít quan trọng hơn */
    --edtt-color-text-tertiary: var(--edtt-color-grey-400);
    /* Chữ ít quan trọng nhất (phụ đề) */
    --edtt-color-text-inverse: var(--edtt-color-white);
    /* Chữ trên nền tối */
    --edtt-color-text-disabled: rgba(0, 0, 0, 0.25);
    /* Chữ bị vô hiệu */
    --edtt-color-link: var(--edtt-color-primary-base);
    /* Màu đường dẫn */
    --edtt-color-link-hover: var(--edtt-color-primary-500);
    /* Màu đường dẫn khi hover */
    --edtt-color-link-active: var(--edtt-color-primary-600);
    /* Màu đường dẫn khi active */
    --edtt-color-placeholder: var(--edtt-color-grey-400);
    /* Màu placeholder trong input */
    /* Màu viền */
    --edtt-color-border-default: var(--edtt-color-gray-200);
    /* Viền mặc định */
    --edtt-color-border-strong: var(--edtt-color-gray-400);
    /* Viền đậm hơn */
    --edtt-color-border-light: var(--edtt-color-gray-100);
    /* Viền nhẹ */
    --edtt-color-border-primary: var(--edtt-color-primary-base);
    /* Viền nhấn mạnh */
    --edtt-color-border-focus: var(--edtt-color-primary-400);
    /* Viền khi focus */
    --edtt-color-border-disabled: var(--edtt-color-gray-200);
    /* Viền bị vô hiệu */
    /* Độ sâu - Đổ bóng */
    --edtt-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.03);
    /* Đổ bóng mặc định */
    --edtt-shadow-sm: 0 1px 2px rgba(0, 0, 0, 0.05);
    /* Đổ bóng nhỏ */
    --edtt-shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    /* Đổ bóng vừa */
    --edtt-shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
    /* Đổ bóng lớn */
    --edtt-shadow-card: 0 1px 3px rgba(0, 0, 0, 0.12);
    /* Đổ bóng thẻ */
    --edtt-shadow-popup: 0 6px 16px 0 rgba(0, 0, 0, 0.08);
    /* Đổ bóng popup */
    --edtt-shadow-dropdown: 0 3px 6px -4px rgba(0, 0, 0, 0.12);
    /* Đổ bóng dropdown */
    --edtt-shadow-focus: 0 0 0 2px rgba(234, 76, 137, 0.2);
    /* Đổ bóng khi focus */
    /* Hiệu ứng chuyển đổi */
    --edtt-transition-slow: 0.3s ease-in-out;
    /* Chuyển đổi chậm */
    --edtt-transition-normal: 0.2s ease-in-out;
    /* Chuyển đổi thông thường */
    --edtt-transition-fast: 0.1s ease-in-out;
    /* Chuyển đổi nhanh */
    /* Kích thước và khoảng cách */
    --edtt-spacing-xs: 4px;
    --edtt-spacing-sm: 8px;
    --edtt-spacing-md: 16px;
    --edtt-spacing-lg: 24px;
    --edtt-spacing-xl: 32px;
    --edtt-spacing-2xl: 40px;
    /* Border radius */
    --edtt-border-radius-sm: 4px;
    --edtt-border-radius-md: 6px;
    --edtt-border-radius-lg: 8px;
    --edtt-border-radius-full: 9999px;
    /* Typography - Font Size */
    --edtt-font-size-default: 0.875rem; /* 14px */
    --edtt-font-size-xs: 0.75rem; /* 12px */
    --edtt-font-size-sm: 0.8125rem; /* 13px */
    --edtt-font-size-base: var(--edtt-font-size-default);
    --edtt-font-size-lg: 1rem; /* 16px */
    --edtt-font-size-xl: 1.125rem; /* 18px */
    --edtt-font-size-2xl: 1.25rem; /* 20px */
    --edtt-font-size-3xl: 1.5rem; /* 24px */
    --edtt-font-size-4xl: 1.75rem; /* 28px */
    --edtt-font-size-5xl: 2rem; /* 32px */
    --edtt-font-size-6xl: 2.5rem; /* 40px */
    --edtt-font-size-7xl: 3rem; /* 48px */
    --edtt-font-size-8xl: 3.5rem; /* 56px */
    /* Typography - Semantic Font Sizes */
    --edtt-font-size-display: var(
        --edtt-font-size-6xl
    ); /* Hero/Display text - 2.5rem (40px) */
    --edtt-font-size-h1: var(
        --edtt-font-size-5xl
    ); /* Heading 1 - 2rem (32px) */
    --edtt-font-size-h2: var(
        --edtt-font-size-4xl
    ); /* Heading 2 - 1.75rem (28px) */
    --edtt-font-size-h3: var(
        --edtt-font-size-3xl
    ); /* Heading 3 - 1.5rem (24px) */
    --edtt-font-size-h4: var(
        --edtt-font-size-2xl
    ); /* Heading 4 - 1.25rem (20px) */
    --edtt-font-size-h5: var(
        --edtt-font-size-xl
    ); /* Heading 5 - 1.125rem (18px) */
    --edtt-font-size-h6: var(--edtt-font-size-lg); /* Heading 6 - 1rem (16px) */
    --edtt-font-size-lead: var(
        --edtt-font-size-lg
    ); /* Lead paragraph - 1rem (16px) */
    --edtt-font-size-body: var(
        --edtt-font-size-default
    ); /* Body text - 0.875rem (14px) */
    --edtt-font-size-caption: var(
        --edtt-font-size-xs
    ); /* Caption/Meta - 0.75rem (12px) */
    --edtt-font-size-button: var(
        --edtt-font-size-default
    ); /* Button text - 0.875rem (14px) */
    --edtt-font-size-label: var(
        --edtt-font-size-sm
    ); /* Form labels - 0.8125rem (13px) */
    /* Màu bổ sung */
    --edtt-color-primary-50: #fef6f9;
    --edtt-color-error: #f5222d;
    /* Z index cho float buttons */
    --edtt-z-index-float-button: 1001;

    /* Z-index system for responsive components */
    --edtt-z-index-drawer: 1000;
    --edtt-z-index-modal: 1050;
    --edtt-z-index-popover: 1060;
    --edtt-z-index-tooltip: 1070;

    /* Table responsive breakpoints */
    --edtt-table-breakpoint-mobile: 640px;
    --edtt-table-breakpoint-tablet: 768px;
    --edtt-table-breakpoint-desktop: 1024px;

    /* Responsive table cell padding */
    --edtt-table-cell-padding-desktop: 12px 16px;
    --edtt-table-cell-padding-tablet: 8px 12px;
    --edtt-table-cell-padding-mobile: 6px 8px;

    /* Card spacing for mobile layouts */
    --edtt-card-gap-desktop: var(--edtt-spacing-md);
    --edtt-card-gap-tablet: var(--edtt-spacing-sm);
    --edtt-card-gap-mobile: var(--edtt-spacing-xs);

    /* Gradient Background */
    --edtt-gradient-bg: linear-gradient(
        180deg,
        var(--edtt-color-primary-100) 0%,
        var(--edtt-color-white) 100%
    );
    --edtt-gradient-bg-reverse: linear-gradient(
        180deg,
        var(--edtt-color-white) 0%,
        var(--edtt-color-primary-100) 100%
    );
}

/* Learning Theme */
[data-theme='learning'] {
    /* Color Palette System */
    /* Primary Color (Sky Blue - truyền cảm hứng) */
    --edtt-color-primary-base: #00aeef;
    --edtt-color-primary-100: #e0f7ff;
    --edtt-color-primary-200: #b3e9ff;
    --edtt-color-primary-300: #80daff;
    --edtt-color-primary-400: #4dcaff;
    --edtt-color-primary-500: #1abafd;
    --edtt-color-primary-600: #0099d6;
    --edtt-color-primary-700: #0077a8;
    /* Secondary Color (Warm Yellow - tạo năng lượng) */
    --edtt-color-secondary-base: #ffc107;
    --edtt-color-secondary-100: #fff8e1;
    --edtt-color-secondary-200: #ffecb3;
    --edtt-color-secondary-300: #ffe082;
    --edtt-color-secondary-400: #ffd54f;
    --edtt-color-secondary-500: #ffc107;
    --edtt-color-secondary-600: #ffb300;
    --edtt-color-secondary-700: #ffa000;
    /* Tertiary Color (Fresh Green - sự phát triển) */
    --edtt-color-tertiary-base: #4caf50;
    --edtt-color-tertiary-100: #e8f5e9;
    --edtt-color-tertiary-200: #c8e6c9;
    --edtt-color-tertiary-300: #a5d6a7;
    --edtt-color-tertiary-400: #81c784;
    --edtt-color-tertiary-500: #4caf50;
    --edtt-color-tertiary-600: #43a047;
    --edtt-color-tertiary-700: #388e3c;
    /* Quaternary Color (Soft Purple - sáng tạo) */
    --edtt-color-quaternary-base: #9c27b0;
    --edtt-color-quaternary-100: #f3e5f5;
    --edtt-color-quaternary-200: #e1bee7;
    --edtt-color-quaternary-300: #ce93d8;
    --edtt-color-quaternary-400: #ba68c8;
    --edtt-color-quaternary-500: #9c27b0;
    --edtt-color-quaternary-600: #8e24aa;
    --edtt-color-quaternary-700: #7b1fa2;
    /* Quinary Color (Warm Orange - sự vui tươi) */
    --edtt-color-quinary-base: #ff5722;
    --edtt-color-quinary-100: #fbe9e7;
    --edtt-color-quinary-200: #ffccbc;
    --edtt-color-quinary-300: #ffab91;
    --edtt-color-quinary-400: #ff8a65;
    --edtt-color-quinary-500: #ff5722;
    --edtt-color-quinary-600: #f4511e;
    --edtt-color-quinary-700: #e64a19;
    /* Màu bổ sung cho learning theme */
    --edtt-color-primary-50: #e0f7ff;
    --edtt-color-hover: var(--edtt-color-primary-100);

    /* Gradient Background */
    --edtt-gradient-bg: linear-gradient(
        180deg,
        var(--edtt-color-primary-100) 0%,
        var(--edtt-color-primary-500) 100%
    );
    --edtt-gradient-bg-reverse: linear-gradient(
        180deg,
        var(--edtt-color-primary-500) 0%,
        var(--edtt-color-primary-100) 100%
    );
}

/* Dark Mode Support */
/* Learning Dark Theme */
[data-theme='dark'] {
    /* Base Colors */
    --edtt-color-white: #ffffff;
    --edtt-color-black: #000000;
    --edtt-color-gray-100: #f0f2f5;
    --edtt-color-gray-200: #d9d9d9;
    --edtt-color-gray-300: #bfbfbf;
    --edtt-color-gray-400: #8c8c8c;
    --edtt-color-gray-500: #595959;
    --edtt-color-gray-600: #434343;
    --edtt-color-gray-700: #434343;
    --edtt-color-gray-800: #1f1f1f;
    --edtt-color-gray-900: #141414;

    /* Default Theme Variables - Optimized */
    --edtt-color-bg-default: #23272f;
    --edtt-color-bg-secondary: #2c313a;
    --edtt-color-bg-tertiary: #343a44;
    --edtt-color-bg-card: #2c313a;
    --edtt-color-bg-overlay: rgba(0, 0, 0, 0.75);
    --edtt-color-bg-mask: rgba(0, 0, 0, 0.45);
    --edtt-color-bg-spotlight: var(--edtt-color-primary-700);
    --edtt-color-bg-error: #f5222d;
    --edtt-color-bg-success: #52c41a;

    /* Text Colors */
    --edtt-color-text-default: #ffffff;
    --edtt-color-text-primary: #61dafb;
    --edtt-color-text-secondary: #a6a6a6;
    --edtt-color-text-tertiary: #808080;
    --edtt-color-text-inverse: #000000;
    --edtt-color-text-disabled: rgba(255, 255, 255, 0.3);
    --edtt-color-text-muted: #6b7280;

    /* Border Colors */
    --edtt-color-border-default: #3e4451;
    --edtt-color-border-strong: #4a4f5c;
    --edtt-color-border-light: #2c313a;
    --edtt-color-border-focus: #61dafb;

    /* Primary Colors */
    --edtt-color-primary-base: #61dafb;
    --edtt-color-primary-100: #e6f7ff;
    --edtt-color-primary-200: #bae7ff;
    --edtt-color-primary-300: #91d5ff;
    --edtt-color-primary-400: #69c0ff;
    --edtt-color-primary-500: #40a9ff;
    --edtt-color-primary-600: #1890ff;
    --edtt-color-primary-700: #096dd9;

    /* Secondary Colors */
    --edtt-color-secondary-base: #ffd700;
    --edtt-color-secondary-100: #fffbe6;
    --edtt-color-secondary-200: #fff1b8;
    --edtt-color-secondary-300: #ffe58f;
    --edtt-color-secondary-400: #ffd666;
    --edtt-color-secondary-500: #ffc53d;
    --edtt-color-secondary-600: #faad14;
    --edtt-color-secondary-700: #d48806;

    /* Status Colors */
    --edtt-color-status-success: #52c41a;
    --edtt-color-status-warning: #faad14;
    --edtt-color-status-error: #ff4d4f;
    --edtt-color-status-info: #1890ff;

    /* Shadows */
    --edtt-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
    --edtt-shadow-sm: 0 2px 4px rgba(0, 0, 0, 0.3);
    --edtt-shadow-md: 0 4px 8px rgba(0, 0, 0, 0.3);
    --edtt-shadow-lg: 0 8px 16px rgba(0, 0, 0, 0.3);
    --edtt-shadow-focus: 0 0 0 2px rgba(97, 218, 251, 0.2);

    /* Interactive States */
    --edtt-color-hover: rgba(97, 218, 251, 0.1);
    --edtt-color-selected: rgba(97, 218, 251, 0.2);
    --edtt-color-disabled-bg: rgba(255, 255, 255, 0.04);
    --edtt-color-disabled-text: rgba(255, 255, 255, 0.3);

    /* Code Colors */
    --edtt-color-code-bg: #2c313a;
    --edtt-color-code-text: #d4d4d4;
    --edtt-color-code-comment: #6a9955;
    --edtt-color-code-keyword: #569cd6;
    --edtt-color-code-string: #ce9178;
    --edtt-color-code-function: #dcdcaa;
    --edtt-color-code-variable: #9cdcfe;
    --edtt-color-code-number: #b5cea8;

    /* Gradient Background */
    --edtt-gradient-bg: linear-gradient(
        180deg,
        var(--edtt-color-black) 0%,
        var(--edtt-color-bg-default) 100%
    );
    --edtt-gradient-bg-reverse: linear-gradient(
        180deg,
        var(--edtt-color-bg-default) 0%,
        var(--edtt-color-black) 100%
    );
}

/* Enable smooth transitions between themes */
.theme-transitions-enabled {
    transition: background-color 0.3s ease, color 0.3s ease,
        border-color 0.3s ease, box-shadow 0.3s ease;
}

/* Small font size (80% of default) */
[data-font-size='small'] {
    --edtt-font-size-xs: 0.6rem; /* 9.6px */
    --edtt-font-size-sm: 0.65rem; /* 10.4px */
    --edtt-font-size-default: 0.7rem; /* 11.2px */
    --edtt-font-size-lg: 0.8rem; /* 12.8px */
    --edtt-font-size-xl: 0.9rem; /* 14.4px */
    --edtt-font-size-2xl: 1rem; /* 16px */
    --edtt-font-size-3xl: 1.2rem; /* 19.2px */
    --edtt-font-size-4xl: 1.4rem; /* 22.4px */
    --edtt-font-size-5xl: 1.6rem; /* 25.6px */
    --edtt-font-size-6xl: 2rem; /* 32px */
    --edtt-font-size-7xl: 2.5rem; /* 40px */
    --edtt-font-size-8xl: 3rem; /* 48px */
    /* Typography - Semantic Font Sizes */
    --edtt-font-size-display: var(
        --edtt-font-size-6xl
    ); /* Hero/Display text - 2.5rem (40px) */
    --edtt-font-size-h1: var(
        --edtt-font-size-5xl
    ); /* Heading 1 - 2rem (32px) */
    --edtt-font-size-h2: var(
        --edtt-font-size-4xl
    ); /* Heading 2 - 1.75rem (28px) */
    --edtt-font-size-h3: var(
        --edtt-font-size-3xl
    ); /* Heading 3 - 1.5rem (24px) */
    --edtt-font-size-h4: var(
        --edtt-font-size-2xl
    ); /* Heading 4 - 1.25rem (20px) */
    --edtt-font-size-h5: var(
        --edtt-font-size-xl
    ); /* Heading 5 - 1.125rem (18px) */
    --edtt-font-size-h6: var(--edtt-font-size-lg); /* Heading 6 - 1rem (16px) */
    --edtt-font-size-lead: var(
        --edtt-font-size-lg
    ); /* Lead paragraph - 1rem (16px) */
    --edtt-font-size-body: var(
        --edtt-font-size-default
    ); /* Body text - 0.875rem (14px) */
    --edtt-font-size-caption: var(
        --edtt-font-size-xs
    ); /* Caption/Meta - 0.75rem (12px) */
    --edtt-font-size-button: var(
        --edtt-font-size-default
    ); /* Button text - 0.875rem (14px) */
    --edtt-font-size-label: var(
        --edtt-font-size-sm
    ); /* Form labels - 0.8125rem (13px) */
     /* Kích thước và khoảng cách */
    --edtt-spacing-xs: 2px;
    --edtt-spacing-sm: 8px;
    --edtt-spacing-md: 12px;
    --edtt-spacing-lg: 16px;
    --edtt-spacing-xl: 20px;
    --edtt-spacing-2xl: 24px;
}

/* Large font size (120% of default) */
[data-font-size='large'] {
    --edtt-font-size-xs: 1.1rem; /* 17.6px */
    --edtt-font-size-sm: 1.2rem; /* 19.2px */
    --edtt-font-size-default: 1.3rem; /* 20.8px */
    --edtt-font-size-lg: 1.5rem; /* 24px */
    --edtt-font-size-xl: 1.7rem; /* 27.2px */
    --edtt-font-size-2xl: 1.9rem; /* 30.4px */
    --edtt-font-size-3xl: 2.2rem; /* 35.2px */
    --edtt-font-size-4xl: 2.5rem; /* 40px */
    --edtt-font-size-5xl: 2.8rem; /* 44.8px */
    --edtt-font-size-6xl: 3.5rem; /* 56px */
    --edtt-font-size-7xl: 4rem; /* 64px */
    --edtt-font-size-8xl: 4.5rem; /* 72px */
    /* Typography - Semantic Font Sizes */
    --edtt-font-size-display: var(
        --edtt-font-size-6xl
    ); /* Hero/Display text - 2.5rem (40px) */
    --edtt-font-size-h1: var(
        --edtt-font-size-5xl
    ); /* Heading 1 - 2rem (32px) */
    --edtt-font-size-h2: var(
        --edtt-font-size-4xl
    ); /* Heading 2 - 1.75rem (28px) */
    --edtt-font-size-h3: var(
        --edtt-font-size-3xl
    ); /* Heading 3 - 1.5rem (24px) */
    --edtt-font-size-h4: var(
        --edtt-font-size-2xl
    ); /* Heading 4 - 1.25rem (20px) */
    --edtt-font-size-h5: var(
        --edtt-font-size-xl
    ); /* Heading 5 - 1.125rem (18px) */
    --edtt-font-size-h6: var(--edtt-font-size-lg); /* Heading 6 - 1rem (16px) */
    --edtt-font-size-lead: var(
        --edtt-font-size-lg
    ); /* Lead paragraph - 1rem (16px) */
    --edtt-font-size-body: var(
        --edtt-font-size-default
    ); /* Body text - 0.875rem (14px) */
    --edtt-font-size-caption: var(
        --edtt-font-size-xs
    ); /* Caption/Meta - 0.75rem (12px) */
    --edtt-font-size-button: var(
        --edtt-font-size-default
    ); /* Button text - 0.875rem (14px) */
    --edtt-font-size-label: var(
        --edtt-font-size-sm
    ); /* Form labels - 0.8125rem (13px) */
     /* Kích thước và khoảng cách */
    --edtt-spacing-xs: 8px;
    --edtt-spacing-sm: 16px;
    --edtt-spacing-md: 24px;
    --edtt-spacing-lg: 32px;
    --edtt-spacing-xl: 40px;
    --edtt-spacing-2xl: 48px;
}

h1 {
    font-size: var(--edtt-font-size-h1);
}

h2 {
    font-size: var(--edtt-font-size-h2);
}

h3 {
    font-size: var(--edtt-font-size-h3);
}

h4 {
    font-size: var(--edtt-font-size-h4);
}
h5 {
    font-size: var(--edtt-font-size-h5);
}

h6 {
    font-size: var(--edtt-font-size-h6);
}
:root {
    --edtt-font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Roboto',
        sans-serif;
    /* Base Colors */
    --edtt-color-white: #ffffff;
    --edtt-color-black: #000000;
    --edtt-color-gray-100: #f0f2f5;
    --edtt-color-gray-200: #d9d9d9;
    --edtt-color-gray-300: #bfbfbf;
    --edtt-color-gray-400: #8c8c8c;
    --edtt-color-gray-500: #595959;
    --edtt-color-gray-600: #434343;
    --edtt-color-gray-700: #434343;
    --edtt-color-gray-800: #1f1f1f;
    --edtt-color-gray-900: #141414;
    /* Color Palette System */
    /* Primary Color (Pink) */
    --edtt-color-primary-base: #ea4c89;
    --edtt-color-primary-100: #fcedf1;
    --edtt-color-primary-200: #f6c9d5;
    --edtt-color-primary-300: #ef92ae;
    --edtt-color-primary-400: #ea4c89;
    --edtt-color-primary-500: #b33065;
    --edtt-color-primary-600: #7a1e43;
    --edtt-color-primary-700: #450d23;
    /* Secondary Color (Blue) */
    --edtt-color-secondary-base: #4cd8ea;
    --edtt-color-secondary-100: #cef5fd;
    --edtt-color-secondary-200: #4cd8ea;
    --edtt-color-secondary-300: #3caebd;
    --edtt-color-secondary-400: #2c8691;
    --edtt-color-secondary-500: #1d6068;
    --edtt-color-secondary-600: #0f3c42;
    --edtt-color-secondary-700: #041c1f;
    /* Tertiary Color (Green) */
    --edtt-color-tertiary-base: #4ceaad;
    --edtt-color-tertiary-100: #c4fde1;
    --edtt-color-tertiary-200: #4ceaad;
    --edtt-color-tertiary-300: #3cbe8c;
    --edtt-color-tertiary-400: #2d956d;
    --edtt-color-tertiary-500: #1f6d4f;
    --edtt-color-tertiary-600: #114732;
    --edtt-color-tertiary-700: #052519;
    /* Quaternary Color (Purple) */
    --edtt-color-quaternary-base: #5e4cea;
    --edtt-color-quaternary-100: #d7d4fb;
    --edtt-color-quaternary-200: #aea8f6;
    --edtt-color-quaternary-300: #857cf1;
    --edtt-color-quaternary-400: #5e4cea;
    --edtt-color-quaternary-500: #3b21c2;
    --edtt-color-quaternary-600: #1f0f74;
    --edtt-color-quaternary-700: #0d0540;
    /* Grey Color */
    --edtt-color-grey-base: #908588;
    --edtt-color-grey-100: #f1f0f1;
    --edtt-color-grey-200: #d7d4d5;
    --edtt-color-grey-300: #b2acae;
    --edtt-color-grey-400: #908588;
    --edtt-color-grey-500: #6b6264;
    --edtt-color-grey-600: #474142;
    --edtt-color-grey-700: #262223;
    /* Status Colors */
    --edtt-color-status-success: #52c41a;
    --edtt-color-status-warning: #faad14;
    --edtt-color-status-error: #f5222d;
    --edtt-color-status-info: #1890ff;
    /* Status Colors - Shortcuts */
    --edtt-color-success: var(--edtt-color-status-success);
    --edtt-color-warning: var(--edtt-color-status-warning);
    --edtt-color-error: var(--edtt-color-status-error);
    --edtt-color-info: var(--edtt-color-status-info);
    /* Default Theme Variables - Optimized */
    /* Màu sắc cơ bản theo ngữ cảnh */
    --edtt-color-primary: var(--edtt-color-primary-base);
    --edtt-color-secondary: var(--edtt-color-secondary-base);
    --edtt-color-tertiary: var(--edtt-color-tertiary-base);
    /* Màu nền */
    --edtt-color-bg-default: var(--edtt-color-white);
    /* Nền chính */
    --edtt-color-bg-secondary: var(--edtt-color-gray-100);
    /* Nền phụ */
    --edtt-color-bg-tertiary: var(--edtt-color-gray-200);
    /* Nền mức 3 (vd: vùng nhấn mạnh) */
    --edtt-color-bg-inverse: var(--edtt-color-black);
    /* Nền đảo ngược màu (vd: tooltip) */
    --edtt-color-bg-card: var(--edtt-color-white);
    /* Nền thẻ */
    --edtt-color-bg-overlay: rgba(0, 0, 0, 0.45);
    /* Nền lớp phủ (modal, drawer) */
    --edtt-color-bg-mask: rgba(0, 0, 0, 0.15);
    /* Lớp mờ (vd: disabled) */
    --edtt-color-bg-spotlight: var(--edtt-color-primary-100);
    /* Nền vùng nhấn mạnh */
    --edtt-color-disabled-bg: rgba(0, 0, 0, 0.04);
    /* Nền phần tử bị vô hiệu */
    --edtt-color-selected: var(--edtt-color-primary-100);
    /* Nền phần tử được chọn */
    --edtt-color-hover: var(--edtt-color-primary-50);
    /* Nền khi hover */
    --edtt-color-bg-error: rgba(255, 241, 240, 1);
    /* Nền lỗi */
    --edtt-color-bg-success: rgba(246, 255, 237, 1);
    /* Nền thành công */
    /* Màu chữ */
    --edtt-color-text-default: var(--edtt-color-black);
    /* Chữ chính */
    --edtt-color-text-primary: var(--edtt-color-primary-base);
    /* Chữ nhấn mạnh */
    --edtt-color-text-secondary: var(--edtt-color-grey-500);
    /* Chữ ít quan trọng hơn */
    --edtt-color-text-tertiary: var(--edtt-color-grey-400);
    /* Chữ ít quan trọng nhất (phụ đề) */
    --edtt-color-text-inverse: var(--edtt-color-white);
    /* Chữ trên nền tối */
    --edtt-color-text-disabled: rgba(0, 0, 0, 0.25);
    /* Chữ bị vô hiệu */
    --edtt-color-link: var(--edtt-color-primary-base);
    /* Màu đường dẫn */
    --edtt-color-link-hover: var(--edtt-color-primary-500);
    /* Màu đường dẫn khi hover */
    --edtt-color-link-active: var(--edtt-color-primary-600);
    /* Màu đường dẫn khi active */
    --edtt-color-placeholder: var(--edtt-color-grey-400);
    /* Màu placeholder trong input */
    /* Màu viền */
    --edtt-color-border-default: var(--edtt-color-gray-200);
    /* Viền mặc định */
    --edtt-color-border-strong: var(--edtt-color-gray-400);
    /* Viền đậm hơn */
    --edtt-color-border-light: var(--edtt-color-gray-100);
    /* Viền nhẹ */
    --edtt-color-border-primary: var(--edtt-color-primary-base);
    /* Viền nhấn mạnh */
    --edtt-color-border-focus: var(--edtt-color-primary-400);
    /* Viền khi focus */
    --edtt-color-border-disabled: var(--edtt-color-gray-200);
    /* Viền bị vô hiệu */
    /* Độ sâu - Đổ bóng */
    --edtt-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.03);
    /* Đổ bóng mặc định */
    --edtt-shadow-sm: 0 1px 2px rgba(0, 0, 0, 0.05);
    /* Đổ bóng nhỏ */
    --edtt-shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    /* Đổ bóng vừa */
    --edtt-shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
    /* Đổ bóng lớn */
    --edtt-shadow-card: 0 1px 3px rgba(0, 0, 0, 0.12);
    /* Đổ bóng thẻ */
    --edtt-shadow-popup: 0 6px 16px 0 rgba(0, 0, 0, 0.08);
    /* Đổ bóng popup */
    --edtt-shadow-dropdown: 0 3px 6px -4px rgba(0, 0, 0, 0.12);
    /* Đổ bóng dropdown */
    --edtt-shadow-focus: 0 0 0 2px rgba(234, 76, 137, 0.2);
    /* Đổ bóng khi focus */
    /* Hiệu ứng chuyển đổi */
    --edtt-transition-slow: 0.3s ease-in-out;
    /* Chuyển đổi chậm */
    --edtt-transition-normal: 0.2s ease-in-out;
    /* Chuyển đổi thông thường */
    --edtt-transition-fast: 0.1s ease-in-out;
    /* Chuyển đổi nhanh */
    /* Kích thước và khoảng cách */
    --edtt-spacing-xs: 4px;
    --edtt-spacing-sm: 8px;
    --edtt-spacing-md: 16px;
    --edtt-spacing-lg: 24px;
    --edtt-spacing-xl: 32px;
    --edtt-spacing-2xl: 40px;
    /* Border radius */
    --edtt-border-radius-sm: 4px;
    --edtt-border-radius-md: 6px;
    --edtt-border-radius-lg: 8px;
    --edtt-border-radius-full: 9999px;
    /* Typography - Font Size */
    --edtt-font-size-default: 0.875rem; /* 14px */
    --edtt-font-size-xs: 0.75rem; /* 12px */
    --edtt-font-size-sm: 0.8125rem; /* 13px */
    --edtt-font-size-base: var(--edtt-font-size-default);
    --edtt-font-size-lg: 1rem; /* 16px */
    --edtt-font-size-xl: 1.125rem; /* 18px */
    --edtt-font-size-2xl: 1.25rem; /* 20px */
    --edtt-font-size-3xl: 1.5rem; /* 24px */
    --edtt-font-size-4xl: 1.75rem; /* 28px */
    --edtt-font-size-5xl: 2rem; /* 32px */
    --edtt-font-size-6xl: 2.5rem; /* 40px */
    --edtt-font-size-7xl: 3rem; /* 48px */
    --edtt-font-size-8xl: 3.5rem; /* 56px */
    /* Typography - Semantic Font Sizes */
    --edtt-font-size-display: var(
        --edtt-font-size-6xl
    ); /* Hero/Display text - 2.5rem (40px) */
    --edtt-font-size-h1: var(
        --edtt-font-size-5xl
    ); /* Heading 1 - 2rem (32px) */
    --edtt-font-size-h2: var(
        --edtt-font-size-4xl
    ); /* Heading 2 - 1.75rem (28px) */
    --edtt-font-size-h3: var(
        --edtt-font-size-3xl
    ); /* Heading 3 - 1.5rem (24px) */
    --edtt-font-size-h4: var(
        --edtt-font-size-2xl
    ); /* Heading 4 - 1.25rem (20px) */
    --edtt-font-size-h5: var(
        --edtt-font-size-xl
    ); /* Heading 5 - 1.125rem (18px) */
    --edtt-font-size-h6: var(--edtt-font-size-lg); /* Heading 6 - 1rem (16px) */
    --edtt-font-size-lead: var(
        --edtt-font-size-lg
    ); /* Lead paragraph - 1rem (16px) */
    --edtt-font-size-body: var(
        --edtt-font-size-default
    ); /* Body text - 0.875rem (14px) */
    --edtt-font-size-caption: var(
        --edtt-font-size-xs
    ); /* Caption/Meta - 0.75rem (12px) */
    --edtt-font-size-button: var(
        --edtt-font-size-default
    ); /* Button text - 0.875rem (14px) */
    --edtt-font-size-label: var(
        --edtt-font-size-sm
    ); /* Form labels - 0.8125rem (13px) */
    /* Màu bổ sung */
    --edtt-color-primary-50: #fef6f9;
    --edtt-color-error: #f5222d;
    /* Z index cho float buttons */
    --edtt-z-index-float-button: 1001;

    /* Z-index system for responsive components */
    --edtt-z-index-drawer: 1000;
    --edtt-z-index-modal: 1050;
    --edtt-z-index-popover: 1060;
    --edtt-z-index-tooltip: 1070;

    /* Table responsive breakpoints */
    --edtt-table-breakpoint-mobile: 640px;
    --edtt-table-breakpoint-tablet: 768px;
    --edtt-table-breakpoint-desktop: 1024px;

    /* Responsive table cell padding */
    --edtt-table-cell-padding-desktop: 12px 16px;
    --edtt-table-cell-padding-tablet: 8px 12px;
    --edtt-table-cell-padding-mobile: 6px 8px;

    /* Card spacing for mobile layouts */
    --edtt-card-gap-desktop: var(--edtt-spacing-md);
    --edtt-card-gap-tablet: var(--edtt-spacing-sm);
    --edtt-card-gap-mobile: var(--edtt-spacing-xs);

    /* Gradient Background */
    --edtt-gradient-bg: linear-gradient(
        180deg,
        var(--edtt-color-primary-100) 0%,
        var(--edtt-color-white) 100%
    );
    --edtt-gradient-bg-reverse: linear-gradient(
        180deg,
        var(--edtt-color-white) 0%,
        var(--edtt-color-primary-100) 100%
    );
}

/* Learning Theme */
[data-theme='learning'] {
    /* Color Palette System */
    /* Primary Color (Sky Blue - truyền cảm hứng) */
    --edtt-color-primary-base: #00aeef;
    --edtt-color-primary-100: #e0f7ff;
    --edtt-color-primary-200: #b3e9ff;
    --edtt-color-primary-300: #80daff;
    --edtt-color-primary-400: #4dcaff;
    --edtt-color-primary-500: #1abafd;
    --edtt-color-primary-600: #0099d6;
    --edtt-color-primary-700: #0077a8;
    /* Secondary Color (Warm Yellow - tạo năng lượng) */
    --edtt-color-secondary-base: #ffc107;
    --edtt-color-secondary-100: #fff8e1;
    --edtt-color-secondary-200: #ffecb3;
    --edtt-color-secondary-300: #ffe082;
    --edtt-color-secondary-400: #ffd54f;
    --edtt-color-secondary-500: #ffc107;
    --edtt-color-secondary-600: #ffb300;
    --edtt-color-secondary-700: #ffa000;
    /* Tertiary Color (Fresh Green - sự phát triển) */
    --edtt-color-tertiary-base: #4caf50;
    --edtt-color-tertiary-100: #e8f5e9;
    --edtt-color-tertiary-200: #c8e6c9;
    --edtt-color-tertiary-300: #a5d6a7;
    --edtt-color-tertiary-400: #81c784;
    --edtt-color-tertiary-500: #4caf50;
    --edtt-color-tertiary-600: #43a047;
    --edtt-color-tertiary-700: #388e3c;
    /* Quaternary Color (Soft Purple - sáng tạo) */
    --edtt-color-quaternary-base: #9c27b0;
    --edtt-color-quaternary-100: #f3e5f5;
    --edtt-color-quaternary-200: #e1bee7;
    --edtt-color-quaternary-300: #ce93d8;
    --edtt-color-quaternary-400: #ba68c8;
    --edtt-color-quaternary-500: #9c27b0;
    --edtt-color-quaternary-600: #8e24aa;
    --edtt-color-quaternary-700: #7b1fa2;
    /* Quinary Color (Warm Orange - sự vui tươi) */
    --edtt-color-quinary-base: #ff5722;
    --edtt-color-quinary-100: #fbe9e7;
    --edtt-color-quinary-200: #ffccbc;
    --edtt-color-quinary-300: #ffab91;
    --edtt-color-quinary-400: #ff8a65;
    --edtt-color-quinary-500: #ff5722;
    --edtt-color-quinary-600: #f4511e;
    --edtt-color-quinary-700: #e64a19;
    /* Màu bổ sung cho learning theme */
    --edtt-color-primary-50: #e0f7ff;
    --edtt-color-hover: var(--edtt-color-primary-100);

    /* Gradient Background */
    --edtt-gradient-bg: linear-gradient(
        180deg,
        var(--edtt-color-primary-100) 0%,
        var(--edtt-color-primary-500) 100%
    );
    --edtt-gradient-bg-reverse: linear-gradient(
        180deg,
        var(--edtt-color-primary-500) 0%,
        var(--edtt-color-primary-100) 100%
    );
}

/* Dark Mode Support */
/* Learning Dark Theme */
[data-theme='dark'] {
    /* Base Colors */
    --edtt-color-white: #ffffff;
    --edtt-color-black: #000000;
    --edtt-color-gray-100: #f0f2f5;
    --edtt-color-gray-200: #d9d9d9;
    --edtt-color-gray-300: #bfbfbf;
    --edtt-color-gray-400: #8c8c8c;
    --edtt-color-gray-500: #595959;
    --edtt-color-gray-600: #434343;
    --edtt-color-gray-700: #434343;
    --edtt-color-gray-800: #1f1f1f;
    --edtt-color-gray-900: #141414;

    /* Default Theme Variables - Optimized */
    --edtt-color-bg-default: #23272f;
    --edtt-color-bg-secondary: #2c313a;
    --edtt-color-bg-tertiary: #343a44;
    --edtt-color-bg-card: #2c313a;
    --edtt-color-bg-overlay: rgba(0, 0, 0, 0.75);
    --edtt-color-bg-mask: rgba(0, 0, 0, 0.45);
    --edtt-color-bg-spotlight: var(--edtt-color-primary-700);
    --edtt-color-bg-error: #f5222d;
    --edtt-color-bg-success: #52c41a;

    /* Text Colors */
    --edtt-color-text-default: #ffffff;
    --edtt-color-text-primary: #61dafb;
    --edtt-color-text-secondary: #a6a6a6;
    --edtt-color-text-tertiary: #808080;
    --edtt-color-text-inverse: #000000;
    --edtt-color-text-disabled: rgba(255, 255, 255, 0.3);
    --edtt-color-text-muted: #6b7280;

    /* Border Colors */
    --edtt-color-border-default: #3e4451;
    --edtt-color-border-strong: #4a4f5c;
    --edtt-color-border-light: #2c313a;
    --edtt-color-border-focus: #61dafb;

    /* Primary Colors */
    --edtt-color-primary-base: #61dafb;
    --edtt-color-primary-100: #e6f7ff;
    --edtt-color-primary-200: #bae7ff;
    --edtt-color-primary-300: #91d5ff;
    --edtt-color-primary-400: #69c0ff;
    --edtt-color-primary-500: #40a9ff;
    --edtt-color-primary-600: #1890ff;
    --edtt-color-primary-700: #096dd9;

    /* Secondary Colors */
    --edtt-color-secondary-base: #ffd700;
    --edtt-color-secondary-100: #fffbe6;
    --edtt-color-secondary-200: #fff1b8;
    --edtt-color-secondary-300: #ffe58f;
    --edtt-color-secondary-400: #ffd666;
    --edtt-color-secondary-500: #ffc53d;
    --edtt-color-secondary-600: #faad14;
    --edtt-color-secondary-700: #d48806;

    /* Status Colors */
    --edtt-color-status-success: #52c41a;
    --edtt-color-status-warning: #faad14;
    --edtt-color-status-error: #ff4d4f;
    --edtt-color-status-info: #1890ff;

    /* Shadows */
    --edtt-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
    --edtt-shadow-sm: 0 2px 4px rgba(0, 0, 0, 0.3);
    --edtt-shadow-md: 0 4px 8px rgba(0, 0, 0, 0.3);
    --edtt-shadow-lg: 0 8px 16px rgba(0, 0, 0, 0.3);
    --edtt-shadow-focus: 0 0 0 2px rgba(97, 218, 251, 0.2);

    /* Interactive States */
    --edtt-color-hover: rgba(97, 218, 251, 0.1);
    --edtt-color-selected: rgba(97, 218, 251, 0.2);
    --edtt-color-disabled-bg: rgba(255, 255, 255, 0.04);
    --edtt-color-disabled-text: rgba(255, 255, 255, 0.3);

    /* Code Colors */
    --edtt-color-code-bg: #2c313a;
    --edtt-color-code-text: #d4d4d4;
    --edtt-color-code-comment: #6a9955;
    --edtt-color-code-keyword: #569cd6;
    --edtt-color-code-string: #ce9178;
    --edtt-color-code-function: #dcdcaa;
    --edtt-color-code-variable: #9cdcfe;
    --edtt-color-code-number: #b5cea8;

    /* Gradient Background */
    --edtt-gradient-bg: linear-gradient(
        180deg,
        var(--edtt-color-black) 0%,
        var(--edtt-color-bg-default) 100%
    );
    --edtt-gradient-bg-reverse: linear-gradient(
        180deg,
        var(--edtt-color-bg-default) 0%,
        var(--edtt-color-black) 100%
    );
}

/* Enable smooth transitions between themes */
.theme-transitions-enabled {
    transition: background-color 0.3s ease, color 0.3s ease,
        border-color 0.3s ease, box-shadow 0.3s ease;
}

/* Small font size (80% of default) */
[data-font-size='small'] {
    --edtt-font-size-xs: 0.6rem; /* 9.6px */
    --edtt-font-size-sm: 0.65rem; /* 10.4px */
    --edtt-font-size-default: 0.7rem; /* 11.2px */
    --edtt-font-size-lg: 0.8rem; /* 12.8px */
    --edtt-font-size-xl: 0.9rem; /* 14.4px */
    --edtt-font-size-2xl: 1rem; /* 16px */
    --edtt-font-size-3xl: 1.2rem; /* 19.2px */
    --edtt-font-size-4xl: 1.4rem; /* 22.4px */
    --edtt-font-size-5xl: 1.6rem; /* 25.6px */
    --edtt-font-size-6xl: 2rem; /* 32px */
    --edtt-font-size-7xl: 2.5rem; /* 40px */
    --edtt-font-size-8xl: 3rem; /* 48px */
    /* Typography - Semantic Font Sizes */
    --edtt-font-size-display: var(
        --edtt-font-size-6xl
    ); /* Hero/Display text - 2.5rem (40px) */
    --edtt-font-size-h1: var(
        --edtt-font-size-5xl
    ); /* Heading 1 - 2rem (32px) */
    --edtt-font-size-h2: var(
        --edtt-font-size-4xl
    ); /* Heading 2 - 1.75rem (28px) */
    --edtt-font-size-h3: var(
        --edtt-font-size-3xl
    ); /* Heading 3 - 1.5rem (24px) */
    --edtt-font-size-h4: var(
        --edtt-font-size-2xl
    ); /* Heading 4 - 1.25rem (20px) */
    --edtt-font-size-h5: var(
        --edtt-font-size-xl
    ); /* Heading 5 - 1.125rem (18px) */
    --edtt-font-size-h6: var(--edtt-font-size-lg); /* Heading 6 - 1rem (16px) */
    --edtt-font-size-lead: var(
        --edtt-font-size-lg
    ); /* Lead paragraph - 1rem (16px) */
    --edtt-font-size-body: var(
        --edtt-font-size-default
    ); /* Body text - 0.875rem (14px) */
    --edtt-font-size-caption: var(
        --edtt-font-size-xs
    ); /* Caption/Meta - 0.75rem (12px) */
    --edtt-font-size-button: var(
        --edtt-font-size-default
    ); /* Button text - 0.875rem (14px) */
    --edtt-font-size-label: var(
        --edtt-font-size-sm
    ); /* Form labels - 0.8125rem (13px) */
     /* Kích thước và khoảng cách */
    --edtt-spacing-xs: 2px;
    --edtt-spacing-sm: 8px;
    --edtt-spacing-md: 12px;
    --edtt-spacing-lg: 16px;
    --edtt-spacing-xl: 20px;
    --edtt-spacing-2xl: 24px;
}

/* Large font size (120% of default) */
[data-font-size='large'] {
    --edtt-font-size-xs: 1.1rem; /* 17.6px */
    --edtt-font-size-sm: 1.2rem; /* 19.2px */
    --edtt-font-size-default: 1.3rem; /* 20.8px */
    --edtt-font-size-lg: 1.5rem; /* 24px */
    --edtt-font-size-xl: 1.7rem; /* 27.2px */
    --edtt-font-size-2xl: 1.9rem; /* 30.4px */
    --edtt-font-size-3xl: 2.2rem; /* 35.2px */
    --edtt-font-size-4xl: 2.5rem; /* 40px */
    --edtt-font-size-5xl: 2.8rem; /* 44.8px */
    --edtt-font-size-6xl: 3.5rem; /* 56px */
    --edtt-font-size-7xl: 4rem; /* 64px */
    --edtt-font-size-8xl: 4.5rem; /* 72px */
    /* Typography - Semantic Font Sizes */
    --edtt-font-size-display: var(
        --edtt-font-size-6xl
    ); /* Hero/Display text - 2.5rem (40px) */
    --edtt-font-size-h1: var(
        --edtt-font-size-5xl
    ); /* Heading 1 - 2rem (32px) */
    --edtt-font-size-h2: var(
        --edtt-font-size-4xl
    ); /* Heading 2 - 1.75rem (28px) */
    --edtt-font-size-h3: var(
        --edtt-font-size-3xl
    ); /* Heading 3 - 1.5rem (24px) */
    --edtt-font-size-h4: var(
        --edtt-font-size-2xl
    ); /* Heading 4 - 1.25rem (20px) */
    --edtt-font-size-h5: var(
        --edtt-font-size-xl
    ); /* Heading 5 - 1.125rem (18px) */
    --edtt-font-size-h6: var(--edtt-font-size-lg); /* Heading 6 - 1rem (16px) */
    --edtt-font-size-lead: var(
        --edtt-font-size-lg
    ); /* Lead paragraph - 1rem (16px) */
    --edtt-font-size-body: var(
        --edtt-font-size-default
    ); /* Body text - 0.875rem (14px) */
    --edtt-font-size-caption: var(
        --edtt-font-size-xs
    ); /* Caption/Meta - 0.75rem (12px) */
    --edtt-font-size-button: var(
        --edtt-font-size-default
    ); /* Button text - 0.875rem (14px) */
    --edtt-font-size-label: var(
        --edtt-font-size-sm
    ); /* Form labels - 0.8125rem (13px) */
     /* Kích thước và khoảng cách */
    --edtt-spacing-xs: 8px;
    --edtt-spacing-sm: 16px;
    --edtt-spacing-md: 24px;
    --edtt-spacing-lg: 32px;
    --edtt-spacing-xl: 40px;
    --edtt-spacing-2xl: 48px;
}

h1 {
    font-size: var(--edtt-font-size-h1);
}

h2 {
    font-size: var(--edtt-font-size-h2);
}

h3 {
    font-size: var(--edtt-font-size-h3);
}

h4 {
    font-size: var(--edtt-font-size-h4);
}
h5 {
    font-size: var(--edtt-font-size-h5);
}

h6 {
    font-size: var(--edtt-font-size-h6);
}
:root {
    --section-padding: 2.5rem 1rem;
    --card-gap: 1.5rem;
    --gradient-bg: var(--edtt-gradient-bg);
    --gradient-bg-reverse: var(--edtt-gradient-bg-reverse);
}

/* Reset & Base */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: var(--edtt-font-family);
    font-size: var(--edtt-font-size-body);
    color: var(--edtt-color-text-default);
    background-color: var(--edtt-color-bg-default);
    line-height: 1.5;
}

/* Header */
.header-content,
.logo,
.nav-menu,
.auth-section {
    display: flex;
    align-items: center;
}
.header-content {
    justify-content: space-between;
}

.nav-item {
    display: flex;
    align-items: center;
}

.header {
    position: sticky;
    top: 0;
    background: var(--edtt-color-bg-default);
    border-bottom: 1px solid var(--edtt-color-border-default);
    padding: var(--edtt-spacing-md) var(--edtt-spacing-xl);
    z-index: 50;
}

.header-content {
    max-width: 1440px;
    margin: 0 auto;
}

.logo {
    gap: 0.75rem;
}

.logo-img {
    width: 2.5rem;
    height: 2.5rem;
}

.logo-text {
    color: var(--edtt-color-primary-base);
    font-size: var(--edtt-font-size-3xl);
    font-weight: 400;
}

.icon {
    transform: translateY(3px);
}

.nav-menu {
    gap: 2rem;
}

.nav-item {
    gap: var(--edtt-spacing-sm);
    padding: var(--edtt-spacing-sm);
    text-decoration: none;
    color: var(--edtt-color-text-default);
    font-weight: 500;
    font-size: var(--edtt-font-size-body);
    transition: color var(--edtt-transition-normal);
}

.nav-item img {
    width: 1.5rem;
    height: 1.5rem;
}

.nav-item.active {
    color: var(--edtt-color-primary-base);
}

.auth-section {
    gap: 0.5rem;
}

.auth-img {
    width: 2rem;
    height: 2rem;
    object-fit: cover;
    border-radius: 10000px;
}

.auth-link {
    text-decoration: none;
    color: var(--edtt-color-text-default);
    font-size: var(--edtt-font-size-body);
}

.separator {
    width: 1px;
    height: 17px;
    background-color: #262223;
}

/* Footer Styles */
.footer {
    background-color: var(--edtt-color-bg-secondary);
    padding: var(--edtt-spacing-xl) 0 0;
}

.card-footer:has(.footer-container) {
    background-image: url('../Themes/EdTech/images/home/background.png');
}

.logo-container {
    background-color: var(--edtt-color-primary-base);
    border-radius: var(--edtt-border-radius-md);
    padding: var(--edtt-spacing-lg);
    color: var(--edtt-color-white);
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.footer-logo {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.footer-logo h2 {
    margin-top: var(--edtt-spacing-md);
    font-size: var(--edtt-font-size-5xl);
    font-weight: 400;
    letter-spacing: 1px;
    color: var(--edtt-color-white);
}

.social-icons {
    display: flex;
    justify-content: center;
    gap: 16px;
}

.social-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--edtt-color-bg-secondary);
    padding: var(--edtt-spacing-md);
    border-radius: var(--edtt-border-radius-sm);
    width: 100%;
    height: 40px;
    transition: transform var(--edtt-transition-normal),
        background-color var(--edtt-transition-normal);
    color: var(--edtt-color-primary-base);
}

.social-icon:hover {
    background-color: rgba(255, 255, 255, 0.3);
    transform: translateY(-3px);
}

.footer-heading {
    font-size: var(--edtt-font-size-lg);
    font-weight: 600;
    margin-bottom: var(--edtt-spacing-md);
    color: var(--edtt-color-text-default);
    position: relative;
    padding-bottom: 0;
}

.info-container {
    background-color: var(--edtt-color-bg-secondary);
    padding: var(--edtt-spacing-lg) !important;
    display: flex;
}

.content-container {
    padding: 0px var(--edtt-spacing-2xl);
}

@media (max-width: 768px) {
    .info-container {
        display: block;
    }
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 0.5rem;
}

.footer-links a {
    color: var(--edtt-color-text-default);
    text-decoration: none;
    transition: color var(--edtt-transition-normal),
        padding-left var(--edtt-transition-normal);
    display: inline-block;
}

.footer-links a:hover {
    color: var(--edtt-color-primary-base);
    padding-left: var(--edtt-spacing-xs);
}

.contact-info {
    list-style: none;
    padding: 0;
    margin: 0;
}

.contact-info li {
    margin-bottom: 0.5rem;
    display: inline-flex;
    align-items: start;
    gap: var(--edtt-spacing-xs);
}

.contact-info i.icon {
    font-size: var(--edtt-font-size-default);
}

.contact-label {
    font-weight: 600;
    color: var(--edtt-color-text-default);
    margin-bottom: var(--edtt-spacing-xs);
}

.contact-text {
    color: var(--edtt-color-text-default);
    line-height: 1.5;
}

.footer-bottom {
    margin-top: var(--edtt-spacing-xl);
    padding: var(--edtt-spacing-md) 0;
    background-color: var(--edtt-color-bg-tertiary);
    text-align: center;
    color: var(--edtt-color-text-secondary);
    font-size: var(--edtt-font-size-body);
}

#floating-action-buttons {
    position: fixed;
    bottom: min(20%, 100px);
    right: 0;
    z-index: var(--edtt-z-index-floating-action-buttons, 1000);
    row-gap: 1rem;
    display: flex;
    flex-direction: column;
}

.float-btn {
    background-color: var(--edtt-color-bg-default);
    border-radius: 10000px;
    padding: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.scroll-top-btn {
    transition: opacity var(--edtt-transition-normal);
}

.scroll-top-btn:hover {
    background-color: var(--edtt-color-primary);
    color: var(--edtt-color-text-inverse);
}

.social-widget img {
    width: 2rem;
    height: 2rem;
    cursor: pointer;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .footer {
        padding: 32px 0 0;
    }

    .footer-heading {
        margin-top: 1rem;
        margin-bottom: 1rem;
    }
}
/* Responsive Breakpoints */
/* Tablet */
@media (max-width: 1024px) {
    .footer {
        padding: var(--edtt-spacing-lg) var(--edtt-spacing-md) 0;
    }

    .footer-container {
        gap: var(--edtt-spacing-lg);
        max-width: 824px;
    }

    .logo-container {
        min-height: 240px;
    }

    .footer-logo h2 {
        font-size: var(--edtt-font-size-h3);
    }

    .info-container {
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        gap: var(--edtt-spacing-md);
    }
}

/* Mobile */
@media (max-width: 768px) {
    .footer {
        padding: var(--edtt-spacing-md) var(--edtt-spacing-sm) 0;
    }

    .footer-container {
        grid-template-columns: 1fr;
        gap: var(--edtt-spacing-md);
    }

    .logo-container {
        min-height: 200px;
        padding: var(--edtt-spacing-md);
    }

    .footer-logo {
        gap: var(--edtt-spacing-sm);
    }

    .footer-logo img {
        width: 2.5rem;
        height: 2.5rem;
    }

    .footer-logo h2 {
        font-size: var(--edtt-font-size-h4);
        margin-top: var(--edtt-spacing-sm);
    }

    .social-icons {
        gap: var(--edtt-spacing-sm);
        margin-top: var(--edtt-spacing-md);
    }

    .social-icon {
        padding: var(--edtt-spacing-sm);
    }

    .info-container {
        grid-template-columns: 1fr;
        gap: var(--edtt-spacing-md);
        padding: var(--edtt-spacing-md);
    }

    .footer-heading {
        font-size: var(--edtt-font-size-body);
        margin-bottom: var(--edtt-spacing-sm);
        margin-top: var(--edtt-spacing-md);
    }

    .footer-heading:first-child {
        margin-top: 0;
    }

    .footer-links a,
    .contact-label,
    .contact-text {
        font-size: var(--edtt-font-size-sm);
    }

    .footer-bottom {
        padding: var(--edtt-spacing-sm);
        font-size: var(--edtt-font-size-sm);
    }

    .social-widget img {
        width: 1.5rem;
        height: 1.5rem;
    }
}

/* Small Mobile */
@media (max-width: 480px) {
    .footer {
        padding: var(--edtt-spacing-sm) var(--edtt-spacing-xs) 0;
    }

    .logo-container {
        min-height: 180px;
        padding: var(--edtt-spacing-sm);
    }

    .footer-logo h2 {
        font-size: var(--edtt-font-size-h5);
    }

    .info-container {
        padding: var(--edtt-spacing-sm);
        gap: var(--edtt-spacing-sm);
    }

    .footer-heading {
        font-size: var(--edtt-font-size-sm);
    }

    .footer-links a,
    .contact-label,
    .contact-text {
        font-size: var(--edtt-font-size-xs);
    }

    .social-icons {
        gap: var(--edtt-spacing-xs);
    }
}
/* === EDTT Color Utilities === */

/* Primary */
.bg-edtt-primary-base {
    background-color: var(--edtt-color-primary-base);
}

.bg-edtt-primary-100 {
    background-color: var(--edtt-color-primary-100);
}

.bg-edtt-primary-200 {
    background-color: var(--edtt-color-primary-200);
}

.bg-edtt-primary-300 {
    background-color: var(--edtt-color-primary-300);
}

.bg-edtt-primary-400 {
    background-color: var(--edtt-color-primary-400);
}

.bg-edtt-primary-500 {
    background-color: var(--edtt-color-primary-500);
}

.bg-edtt-primary-600 {
    background-color: var(--edtt-color-primary-600);
}

.bg-edtt-primary-700 {
    background-color: var(--edtt-color-primary-700);
}

.text-edtt-primary-base,
span.text-edtt-primary-base,
p.text-edtt-primary-base,
div.text-edtt-primary-base,
svg.text-edtt-primary-base,
button.text-edtt-primary-base {
    color: var(--edtt-color-primary-base);
}

.text-edtt-primary-100 {
    color: var(--edtt-color-primary-100);
}

.text-edtt-primary-200 {
    color: var(--edtt-color-primary-200);
}

.text-edtt-primary-300 {
    color: var(--edtt-color-primary-300);
}

.text-edtt-primary-400 {
    color: var(--edtt-color-primary-400);
}

.text-edtt-primary-500 {
    color: var(--edtt-color-primary-500);
}

.text-edtt-primary-600 {
    color: var(--edtt-color-primary-600);
}

.text-edtt-primary-700 {
    color: var(--edtt-color-primary-700);
}

.border-edtt-primary-base {
    border-color: var(--edtt-color-primary-base);
}

.border-edtt-primary-100 {
    border-color: var(--edtt-color-primary-100);
}

.border-edtt-primary-200 {
    border-color: var(--edtt-color-primary-200);
}

.border-edtt-primary-300 {
    border-color: var(--edtt-color-primary-300);
}

.border-edtt-primary-400 {
    border-color: var(--edtt-color-primary-400);
}

.border-edtt-primary-500 {
    border-color: var(--edtt-color-primary-500);
}

.border-edtt-primary-600 {
    border-color: var(--edtt-color-primary-600);
}

.border-edtt-primary-700 {
    border-color: var(--edtt-color-primary-700);
}

/* Secondary */
.bg-edtt-secondary-base {
    background-color: var(--edtt-color-secondary-base);
}

.bg-edtt-secondary-100,
span.bg-edtt-secondary-100,
div.bg-edtt-secondary-100,
p.bg-edtt-secondary-100,
button.text-edtt-primary-base {
    background-color: var(--edtt-color-secondary-100);
}

.bg-edtt-secondary-200 {
    background-color: var(--edtt-color-secondary-200);
}

.bg-edtt-secondary-300,
div.bg-edtt-secondary-300,
span.bg-edtt-secondary-300,
p.bg-edtt-secondary-300,
button.bg-edtt-secondary-300 {
    background-color: var(--edtt-color-secondary-300);
}

.bg-edtt-secondary-400 {
    background-color: var(--edtt-color-secondary-400);
}

.bg-edtt-secondary-500 {
    background-color: var(--edtt-color-secondary-500);
}

.bg-edtt-secondary-600 {
    background-color: var(--edtt-color-secondary-600);
}

.bg-edtt-secondary-700 {
    background-color: var(--edtt-color-secondary-700);
}

.text-edtt-secondary-base {
    color: var(--edtt-color-secondary-base);
}

.text-edtt-secondary-100 {
    color: var(--edtt-color-secondary-100);
}

.text-edtt-secondary-200 {
    color: var(--edtt-color-secondary-200);
}

.text-edtt-secondary-300,
span.text-edtt-secondary-300,
div.text-edtt-secondary-300,
p.text-edtt-secondary-300,
button.text-edtt-secondary-300 {
    color: var(--edtt-color-secondary-300);
}

.text-edtt-secondary-400 {
    color: var(--edtt-color-secondary-400);
}

.text-edtt-secondary-500 {
    color: var(--edtt-color-secondary-500);
}

.text-edtt-secondary-600 {
    color: var(--edtt-color-secondary-600);
}

.text-edtt-secondary-700 {
    color: var(--edtt-color-secondary-700);
}

.border-edtt-secondary-base {
    border-color: var(--edtt-color-secondary-base);
}

.border-edtt-secondary-100 {
    border-color: var(--edtt-color-secondary-100);
}

.border-edtt-secondary-200 {
    border-color: var(--edtt-color-secondary-200);
}

.border-edtt-secondary-300 {
    border-color: var(--edtt-color-secondary-300);
}

.border-edtt-secondary-400 {
    border-color: var(--edtt-color-secondary-400);
}

.border-edtt-secondary-500 {
    border-color: var(--edtt-color-secondary-500);
}

.border-edtt-secondary-600 {
    border-color: var(--edtt-color-secondary-600);
}

.border-edtt-secondary-700 {
    border-color: var(--edtt-color-secondary-700);
}

/* Tertiary */
.bg-edtt-tertiary-base {
    background-color: var(--edtt-color-tertiary-base);
}

.bg-edtt-tertiary-100 {
    background-color: var(--edtt-color-tertiary-100);
}

.bg-edtt-tertiary-200 {
    background-color: var(--edtt-color-tertiary-200);
}

.bg-edtt-tertiary-300 {
    background-color: var(--edtt-color-tertiary-300);
}

.bg-edtt-tertiary-400 {
    background-color: var(--edtt-color-tertiary-400);
}

.bg-edtt-tertiary-500 {
    background-color: var(--edtt-color-tertiary-500);
}

.bg-edtt-tertiary-600 {
    background-color: var(--edtt-color-tertiary-600);
}

.bg-edtt-tertiary-700 {
    background-color: var(--edtt-color-tertiary-700);
}

.text-edtt-tertiary-base {
    color: var(--edtt-color-tertiary-base);
}

.text-edtt-tertiary-100 {
    color: var(--edtt-color-tertiary-100);
}

.text-edtt-tertiary-200 {
    color: var(--edtt-color-tertiary-200);
}

.text-edtt-tertiary-300 {
    color: var(--edtt-color-tertiary-300);
}

.text-edtt-tertiary-400,
span.text-edtt-tertiary-400 {
    color: var(--edtt-color-tertiary-400);
}

.text-edtt-tertiary-500 {
    color: var(--edtt-color-tertiary-500);
}

.text-edtt-tertiary-600 {
    color: var(--edtt-color-tertiary-600);
}

.text-edtt-tertiary-700 {
    color: var(--edtt-color-tertiary-700);
}

.border-edtt-tertiary-base {
    border-color: var(--edtt-color-tertiary-base);
}

.border-edtt-tertiary-100 {
    border-color: var(--edtt-color-tertiary-100);
}

.border-edtt-tertiary-200 {
    border-color: var(--edtt-color-tertiary-200);
}

.border-edtt-tertiary-300 {
    border-color: var(--edtt-color-tertiary-300);
}

.border-edtt-tertiary-400 {
    border-color: var(--edtt-color-tertiary-400);
}

.border-edtt-tertiary-500 {
    border-color: var(--edtt-color-tertiary-500);
}

.border-edtt-tertiary-600 {
    border-color: var(--edtt-color-tertiary-600);
}

.border-edtt-tertiary-700 {
    border-color: var(--edtt-color-tertiary-700);
}

/* Quaternary */
.bg-edtt-quaternary-base {
    background-color: var(--edtt-color-quaternary-base);
}

.bg-edtt-quaternary-100 {
    background-color: var(--edtt-color-quaternary-100);
}

.bg-edtt-quaternary-200 {
    background-color: var(--edtt-color-quaternary-200);
}

.bg-edtt-quaternary-300 {
    background-color: var(--edtt-color-quaternary-300);
}

.bg-edtt-quaternary-400 {
    background-color: var(--edtt-color-quaternary-400);
}

.bg-edtt-quaternary-500 {
    background-color: var(--edtt-color-quaternary-500);
}

.bg-edtt-quaternary-600 {
    background-color: var(--edtt-color-quaternary-600);
}

.bg-edtt-quaternary-700 {
    background-color: var(--edtt-color-quaternary-700);
}

.text-edtt-quaternary-base {
    color: var(--edtt-color-quaternary-base);
}

.text-edtt-quaternary-100 {
    color: var(--edtt-color-quaternary-100);
}

.text-edtt-quaternary-200 {
    color: var(--edtt-color-quaternary-200);
}

.text-edtt-quaternary-300 {
    color: var(--edtt-color-quaternary-300);
}

.text-edtt-quaternary-400 {
    color: var(--edtt-color-quaternary-400);
}

.text-edtt-quaternary-500 {
    color: var(--edtt-color-quaternary-500);
}

.text-edtt-quaternary-600 {
    color: var(--edtt-color-quaternary-600);
}

.text-edtt-quaternary-700 {
    color: var(--edtt-color-quaternary-700);
}

.border-edtt-quaternary-base {
    border-color: var(--edtt-color-quaternary-base);
}

.border-edtt-quaternary-100 {
    border-color: var(--edtt-color-quaternary-100);
}

.border-edtt-quaternary-200 {
    border-color: var(--edtt-color-quaternary-200);
}

.border-edtt-quaternary-300 {
    border-color: var(--edtt-color-quaternary-300);
}

.border-edtt-quaternary-400 {
    border-color: var(--edtt-color-quaternary-400);
}

.border-edtt-quaternary-500 {
    border-color: var(--edtt-color-quaternary-500);
}

.border-edtt-quaternary-600 {
    border-color: var(--edtt-color-quaternary-600);
}

.border-edtt-quaternary-700 {
    border-color: var(--edtt-color-quaternary-700);
}

/* Grey */
.bg-edtt-grey-base {
    background-color: var(--edtt-color-grey-base);
}

.bg-edtt-grey-100 {
    background-color: var(--edtt-color-grey-100);
}

.bg-edtt-grey-200 {
    background-color: var(--edtt-color-grey-200);
}

.bg-edtt-grey-300 {
    background-color: var(--edtt-color-grey-300);
}

.bg-edtt-grey-400 {
    background-color: var(--edtt-color-grey-400);
}

.bg-edtt-grey-500 {
    background-color: var(--edtt-color-grey-500);
}

.bg-edtt-grey-600 {
    background-color: var(--edtt-color-grey-600);
}

.bg-edtt-grey-700 {
    background-color: var(--edtt-color-grey-700);
}

.text-edtt-grey-base {
    color: var(--edtt-color-grey-base);
}

.text-edtt-grey-100 {
    color: var(--edtt-color-grey-100);
}

.text-edtt-grey-200 {
    color: var(--edtt-color-grey-200);
}

.text-edtt-grey-300 {
    color: var(--edtt-color-grey-300);
}

.text-edtt-grey-400 {
    color: var(--edtt-color-grey-400);
}

.text-edtt-grey-500 {
    color: var(--edtt-color-grey-500);
}

.text-edtt-grey-600 {
    color: var(--edtt-color-grey-600);
}

.text-edtt-grey-700 {
    color: var(--edtt-color-grey-700);
}

.border-edtt-grey-base {
    border-color: var(--edtt-color-grey-base);
}

.border-edtt-grey-100 {
    border-color: var(--edtt-color-grey-100);
}

.border-edtt-grey-200 {
    border-color: var(--edtt-color-grey-200);
}

.border-edtt-grey-300 {
    border-color: var(--edtt-color-grey-300);
}

.border-edtt-grey-400 {
    border-color: var(--edtt-color-grey-400);
}

.border-edtt-grey-500 {
    border-color: var(--edtt-color-grey-500);
}

.border-edtt-grey-600 {
    border-color: var(--edtt-color-grey-600);
}

.border-edtt-grey-700 {
    border-color: var(--edtt-color-grey-700);
}

/* Warning (Orange) */
.bg-edtt-warning-base {
    background-color: var(--edtt-color-warning-base);
}

.bg-edtt-warning-100 {
    background-color: var(--edtt-color-warning-100);
}

.bg-edtt-warning-200 {
    background-color: var(--edtt-color-warning-200);
}

.bg-edtt-warning-300 {
    background-color: var(--edtt-color-warning-300);
}

.bg-edtt-warning-400 {
    background-color: var(--edtt-color-warning-400);
}

.bg-edtt-warning-500 {
    background-color: var(--edtt-color-warning-500);
}

.bg-edtt-warning-600 {
    background-color: var(--edtt-color-warning-600);
}

.bg-edtt-warning-700 {
    background-color: var(--edtt-color-warning-700);
}

.text-edtt-warning-base {
    color: var(--edtt-color-warning-base);
}

.text-edtt-warning-100 {
    color: var(--edtt-color-warning-100);
}

.text-edtt-warning-200 {
    color: var(--edtt-color-warning-200);
}

.text-edtt-warning-300 {
    color: var(--edtt-color-warning-300);
}

.text-edtt-warning-400 {
    color: var(--edtt-color-warning-400);
}

.text-edtt-warning-500 {
    color: var(--edtt-color-warning-500);
}

.text-edtt-warning-600 {
    color: var(--edtt-color-warning-600);
}

.text-edtt-warning-700 {
    color: var(--edtt-color-warning-700);
}

.border-edtt-warning-base {
    border-color: var(--edtt-color-warning-base);
}

.border-edtt-warning-100 {
    border-color: var(--edtt-color-warning-100);
}

.border-edtt-warning-200 {
    border-color: var(--edtt-color-warning-200);
}

.border-edtt-warning-300 {
    border-color: var(--edtt-color-warning-300);
}

.border-edtt-warning-400 {
    border-color: var(--edtt-color-warning-400);
}

.border-edtt-warning-500 {
    border-color: var(--edtt-color-warning-500);
}

.border-edtt-warning-600 {
    border-color: var(--edtt-color-warning-600);
}

.border-edtt-warning-700 {
    border-color: var(--edtt-color-warning-700);
}

/* Base Colors */
.bg-edtt-color-white {
    background-color: var(--edtt-color-white);
}

.bg-edtt-color-black {
    background-color: var(--edtt-color-black);
}

.text-edtt-color-white {
    color: var(--edtt-color-white);
}

.text-edtt-color-black {
    color: var(--edtt-color-black);
}

.border-edtt-color-white {
    border-color: var(--edtt-color-white);
}

.border-edtt-color-black {
    border-color: var(--edtt-color-black);
}

/*Custom css*/

.border-default {
    border: 1px solid var(--grey-100, #f1f0f1);
}

.border-radius-default {
    border-radius: 10px;
}

/*Display css*/
.d-contents {
    display: contents;
}

:root {
    --lg-bg-color: rgba(255, 255, 255, 0.25);
    --lg-highlight: rgba(255, 255, 255, 0.25);
    --lg-text: #ffffff;
    --lg-hover-glow: rgba(255, 255, 255, 0.4);
    --lg-red: #fb4268;
    --lg-grey: #5b5b5b;
}
/* ========== GLASS CONTAINER ========== */
.glass-container {
    position: relative;
    display: flex;
    font-weight: 600;
    color: var(--lg-text);
    cursor: pointer;
    background: transparent;
    border-radius: 2rem;
    overflow: hidden;
    box-shadow: 0 6px 6px rgba(0, 0, 0, 0.2), 0 0 40px rgba(0, 0, 0, 0.1);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 2.2);
}
.glass-container--rounded {
    border-radius: 5rem;
    margin: 0.5rem;
    fill: var(--lg-grey);
}
.glass-container--small {
    margin: 5rem 0 1rem;
    border-radius: 5rem;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
}
/* .glass-container--large {
    min-width: 32rem;
} */
.glass-container--medium {
    min-width: 25rem;
}
.glass-container svg {
    fill: white;
}
/* ========== GLASS ITEM ========== */
.glass-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    border-radius: 1rem;
    color: white;
    transition: color 0.3s ease;
    text-align: center;
}
.glass-item svg {
    fill: white;
    height: 50px;
    margin-bottom: 0.25rem;
}
.glass-item--active {
    background: rgba(0, 0, 0, 0.25);
    color: black;
    margin: 0 -0.5rem;
    padding: 0.25rem 1.95rem;
    border-radius: 5rem;
}
.glass-item--active svg {
    fill: black;
}
/* ========== GLASS LAYERS ========== */
.glass-filter {
    position: absolute;
    inset: 0;
    z-index: 0;
    backdrop-filter: blur(0px);
    filter: url(../Themes/EdTech/Global/css/#lg-dist);
    isolation: isolate;
}
.glass-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: var(--lg-bg-color);
}
.glass-specular {
    position: absolute;
    inset: 0;
    z-index: 2;
    border-radius: inherit;
    overflow: hidden;
    box-shadow: inset 1px 1px 0 var(--lg-highlight),
        inset 0 0 5px var(--lg-highlight);
}
.glass-content {
    position: relative;
    z-index: 3;
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 1rem 1.5rem 0.9rem;
}
.glass-content--inline {
    /* padding: 0.25rem 2rem 0.25rem 0.75rem; */
    padding: 0.5rem;
    flex: 1 1 auto;
    justify-content: space-between;
}

.nav-item {
    transition: all 0.3s ease;
    border-radius: 10px;
}

.nav-item:hover {
    color: var(--edtt-color-primary-base);
    background-color: var(--edtt-color-bg-spotlight);
}
/* Settings Button - Top Right */
.settings-button {
    position: fixed;
    top: 20px;
    right: 0px;
    width: 40px;
    height: 32px;
    border: 2px solid var(--edtt-color-border-default);
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
    color: var(--edtt-color-secondary-300);
    background: var(--edtt-color-bg-default);
    font-size: var(--edtt-font-size-lg);
    cursor: pointer;
    box-shadow: var(--edtt-shadow);
    z-index: 1001;
    display: flex;
    align-items: center;
    justify-content: center;
    user-select: none;
    touch-action: none;
    will-change: transform;
    transform: translateZ(0);
}

.settings-button:hover {
    background: var(--edtt-color-secondary-300);
    color: var(--edtt-color-text-inverse);
}

.settings-button.active {
    background: var(--edtt-color-secondary-300);
    color: var(--edtt-color-text-inverse);
}

/* Settings Panel - Dropdown Style */
.settings-panel {
    position: fixed;
    top: 20px;
    right: 46px;
    background: var(--edtt-color-bg-secondary);
    border: 1px solid var(--edtt-color-border-default);
    border-radius: var(--edtt-border-radius-lg);
    box-shadow: var(--edtt-shadow-popup);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s ease;
    z-index: 1000;
    will-change: transform, opacity;
}

.settings-panel.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.settings-header {
    padding: var(--edtt-spacing-lg) var(--edtt-spacing-lg)
        var(--edtt-spacing-md) var(--edtt-spacing-lg);
    border-bottom: 1px solid var(--edtt-color-border-default);
    font-weight: 600;
    font-size: var(--edtt-font-size-xl);
    color: var(--edtt-color-text-default);
}

.settings-content {
    padding: var(--edtt-spacing-lg);
}

.setting-group {
    margin-bottom: var(--edtt-spacing-xl);
}

.setting-group:last-child {
    margin-bottom: 0;
}

.setting-label {
    display: block;
    font-weight: 600;
    margin-bottom: var(--edtt-spacing-md);
    color: var(--edtt-color-text-default);
    font-size: var(--edtt-font-size-lg);
}

/* Theme Dropdown */
.theme-dropdown {
    position: relative;
    width: 100%;
}

.dropdown-button {
    width: 100%;
    padding: var(--edtt-spacing-md) var(--edtt-spacing-lg);
    border: 1px solid var(--edtt-color-border-default);
    border-radius: var(--edtt-border-radius-md);
    background: var(--edtt-color-bg-default);
    color: var(--edtt-color-text-default);
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: var(--edtt-font-size-base);
    transition: all 0.2s ease;
}

.dropdown-button:hover {
    border-color: var(--edtt-color-primary-base);
    box-shadow: var(--edtt-shadow-focus);
}

.dropdown-button.active {
    border-color: var(--edtt-color-primary-base);
    box-shadow: var(--edtt-shadow-focus);
}

.dropdown-arrow {
    transition: transform 0.2s ease;
}

.dropdown-button.active .dropdown-arrow {
    transform: rotate(180deg);
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: var(--edtt-color-bg-secondary);
    border: 1px solid var(--edtt-color-border-default);
    border-radius: var(--edtt-border-radius-md);
    box-shadow: var(--edtt-shadow-dropdown);
    margin-top: var(--edtt-spacing-xs);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-8px);
    transition: all 0.2s ease;
    z-index: 10;
}

.dropdown-menu.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    max-height: 222px;
    overflow-y: scroll;
}

.settings-content .dropdown-item {
    padding: var(--edtt-spacing-md) var(--edtt-spacing-lg);
    cursor: pointer;
    transition: background-color 0.2s ease;
    font-size: var(--edtt-font-size-base);
    color: var(--edtt-color-text-default);
}

.dropdown-item:hover {
    background: var(--edtt-color-hover);
}

.dropdown-item:first-child {
    border-radius: var(--edtt-border-radius-md) var(--edtt-border-radius-md) 0 0;
}

.dropdown-item:last-child {
    border-radius: 0 0 var(--edtt-border-radius-md) var(--edtt-border-radius-md);
}

.dropdown-item.active {
    background: var(--edtt-color-primary-base);
    color: var(--edtt-color-text-inverse);
}

/* Font Family Dropdown */
.font-dropdown {
    position: relative;
    width: 100%;
}

/* Font Size Pills */
.size-options {
    display: flex;
    gap: var(--edtt-spacing-sm);
    margin-top: var(--edtt-spacing-sm);
}

.size-pill {
    flex: 1;
    padding: var(--edtt-spacing-sm) var(--edtt-spacing-lg);
    border: 1px solid var(--edtt-color-border-default);
    border-radius: 20px;
    background: var(--edtt-color-bg-default);
    color: var(--edtt-color-text-default);
    cursor: pointer;
    transition: all 0.2s ease;
    font-size: var(--edtt-font-size-sm);
    text-align: center;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.size-pill-small {
    font-size: 0.7rem;
}

.size-pill-medium {
    font-size: 0.875rem;
}

.size-pill-large {
    font-size: 1.3rem;
}

.size-pill:hover {
    border-color: var(--edtt-color-primary-base);
    background: var(--edtt-color-hover);
}

.size-pill.active {
    background: var(--edtt-color-secondary-100);
    color: var(--edtt-color-secondary-300);
    border-color: var(--edtt-color-secondary-base);
}

.size-pill:hover {
    border-color: var(--edtt-color-primary-base);
    background: var(--edtt-color-hover);
}

.size-pill.active {
    background: var(--edtt-color-secondary-100);
    color: var(--edtt-color-secondary-300);
    border-color: var(--edtt-color-secondary-base);
}

/* Demo content */
.demo-content {
    max-width: 800px;
    margin: 0 auto;
    padding: var(--edtt-spacing-lg);
    margin-top: 60px;
}

.demo-card {
    background: var(--edtt-color-bg-secondary);
    border: 1px solid var(--edtt-color-border-default);
    border-radius: var(--edtt-border-radius-lg);
    padding: var(--edtt-spacing-xl);
    margin-bottom: var(--edtt-spacing-lg);
    box-shadow: var(--edtt-shadow-card);
}

.demo-title {
    font-size: var(--edtt-font-size-h3);
    font-weight: 600;
    margin-bottom: var(--edtt-spacing-md);
    color: var(--edtt-color-primary-base);
}

.demo-text {
    line-height: 1.6;
    margin-bottom: var(--edtt-spacing-md);
}

/* Responsive */
@media (max-width: 768px) {
    .settings-panel {
        width: calc(100vw - 40px);
        right: 20px;
        left: 20px;
    }

    .demo-content {
        padding: var(--edtt-spacing-sm);
        margin-top: 80px;
    }

    .settings-button {
        top: 15px;
        right: 0px;
        width: 44px;
        height: 44px;
    }

    .settings-panel {
        top: 65px;
        right: 15px;
    }
}

/* Scrollbar styling */
.settings-panel::-webkit-scrollbar {
    width: 6px;
}

.settings-panel::-webkit-scrollbar-track {
    background: var(--edtt-color-bg-default);
}

.settings-panel::-webkit-scrollbar-thumb {
    background: var(--edtt-color-border-default);
    border-radius: 3px;
}

.settings-panel::-webkit-scrollbar-thumb:hover {
    background: var(--edtt-color-primary-base);
}

/* Overlay for mobile */
.settings-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--edtt-color-bg-mask);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 999;
}

.settings-overlay.show {
    opacity: 1;
    visibility: visible;
}

@media (min-width: 769px) {
    .settings-overlay {
        display: none;
    }
}

/* Add styles for dragging state */
.settings-button.dragging {
    opacity: 0.8;
    cursor: grabbing;
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.3);
    transition: none;
}
@font-face {
    font-family: "FluentSystemIcons-Regular";
    src: url("../libs/tsp/jslibs/fluentui/fluentui-system-icons/fonts/FluentSystemIcons-Regular.woff2?5faee124d5e50d66145f209d7f8ea744") format("woff2"),
url("../libs/tsp/jslibs/fluentui/fluentui-system-icons/fonts/FluentSystemIcons-Regular.woff?5faee124d5e50d66145f209d7f8ea744") format("woff"),
url("../libs/tsp/jslibs/fluentui/fluentui-system-icons/fonts/FluentSystemIcons-Regular.ttf?5faee124d5e50d66145f209d7f8ea744") format("truetype");
}

i[class*="icon-"][class*="_regular"]:before, i[class*=" icon-"][class*="_regular"]:before {
    font-family: FluentSystemIcons-Regular !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;
}

.icon-ic_fluent_access_time_24_regular:before {
    content: "\f101";
}
.icon-ic_fluent_accessibility_16_regular:before {
    content: "\f102";
}
.icon-ic_fluent_accessibility_20_regular:before {
    content: "\f103";
}
.icon-ic_fluent_accessibility_24_regular:before {
    content: "\f104";
}
.icon-ic_fluent_accessibility_28_regular:before {
    content: "\f105";
}
.icon-ic_fluent_add_12_regular:before {
    content: "\f107";
}
.icon-ic_fluent_add_16_regular:before {
    content: "\f108";
}
.icon-ic_fluent_add_20_regular:before {
    content: "\f109";
}
.icon-ic_fluent_add_24_regular:before {
    content: "\f10a";
}
.icon-ic_fluent_add_28_regular:before {
    content: "\f10b";
}
.icon-ic_fluent_add_circle_20_regular:before {
    content: "\f10c";
}
.icon-ic_fluent_add_circle_24_regular:before {
    content: "\f10d";
}
.icon-ic_fluent_add_circle_28_regular:before {
    content: "\f10e";
}
.icon-ic_fluent_airplane_20_regular:before {
    content: "\f10f";
}
.icon-ic_fluent_airplane_24_regular:before {
    content: "\f110";
}
.icon-ic_fluent_airplane_take_off_16_regular:before {
    content: "\f111";
}
.icon-ic_fluent_airplane_take_off_20_regular:before {
    content: "\f112";
}
.icon-ic_fluent_airplane_take_off_24_regular:before {
    content: "\f113";
}
.icon-ic_fluent_alert_20_regular:before {
    content: "\f114";
}
.icon-ic_fluent_alert_24_regular:before {
    content: "\f115";
}
.icon-ic_fluent_alert_28_regular:before {
    content: "\f116";
}
.icon-ic_fluent_alert_off_16_regular:before {
    content: "\f117";
}
.icon-ic_fluent_alert_off_20_regular:before {
    content: "\f118";
}
.icon-ic_fluent_alert_off_24_regular:before {
    content: "\f119";
}
.icon-ic_fluent_alert_off_28_regular:before {
    content: "\f11a";
}
.icon-ic_fluent_alert_on_24_regular:before {
    content: "\f11b";
}
.icon-ic_fluent_alert_snooze_20_regular:before {
    content: "\f11c";
}
.icon-ic_fluent_alert_snooze_24_regular:before {
    content: "\f11d";
}
.icon-ic_fluent_alert_urgent_20_regular:before {
    content: "\f11e";
}
.icon-ic_fluent_alert_urgent_24_regular:before {
    content: "\f11f";
}
.icon-ic_fluent_animal_dog_20_regular:before {
    content: "\f120";
}
.icon-ic_fluent_animal_dog_24_regular:before {
    content: "\f121";
}
.icon-ic_fluent_app_folder_20_regular:before {
    content: "\f122";
}
.icon-ic_fluent_app_folder_24_regular:before {
    content: "\f123";
}
.icon-ic_fluent_app_generic_24_regular:before {
    content: "\f124";
}
.icon-ic_fluent_app_recent_24_regular:before {
    content: "\f125";
}
.icon-ic_fluent_app_store_24_regular:before {
    content: "\f12a";
}
.icon-ic_fluent_app_title_24_regular:before {
    content: "\f12b";
}
.icon-ic_fluent_approvals_app_24_regular:before {
    content: "\f130";
}
.icon-ic_fluent_approvals_app_28_regular:before {
    content: "\f131";
}
.icon-ic_fluent_apps_16_regular:before {
    content: "\f132";
}
.icon-ic_fluent_apps_20_regular:before {
    content: "\f133";
}
.icon-ic_fluent_apps_24_regular:before {
    content: "\f134";
}
.icon-ic_fluent_apps_28_regular:before {
    content: "\f135";
}
.icon-ic_fluent_apps_add_in_20_regular:before {
    content: "\f136";
}
.icon-ic_fluent_apps_add_in_24_regular:before {
    content: "\f137";
}
.icon-ic_fluent_apps_list_24_regular:before {
    content: "\f138";
}
.icon-ic_fluent_archive_20_regular:before {
    content: "\f139";
}
.icon-ic_fluent_archive_24_regular:before {
    content: "\f13a";
}
.icon-ic_fluent_archive_28_regular:before {
    content: "\f13b";
}
.icon-ic_fluent_archive_48_regular:before {
    content: "\f13c";
}
.icon-ic_fluent_arrow_clockwise_20_regular:before {
    content: "\f13d";
}
.icon-ic_fluent_arrow_clockwise_24_regular:before {
    content: "\f13e";
}
.icon-ic_fluent_arrow_counterclockwise_20_regular:before {
    content: "\f13f";
}
.icon-ic_fluent_arrow_counterclockwise_24_regular:before {
    content: "\f140";
}
.icon-ic_fluent_arrow_curve_down_left_20_regular:before {
    content: "\f141";
}
.icon-ic_fluent_arrow_curve_down_right_20_regular:before {
    content: "\f142";
}
.icon-ic_fluent_arrow_curve_up_left_20_regular:before {
    content: "\f145";
}
.icon-ic_fluent_arrow_curve_up_right_20_regular:before {
    content: "\f146";
}
.icon-ic_fluent_arrow_down_16_regular:before {
    content: "\f147";
}
.icon-ic_fluent_arrow_down_20_regular:before {
    content: "\f148";
}
.icon-ic_fluent_arrow_down_24_regular:before {
    content: "\f149";
}
.icon-ic_fluent_arrow_down_28_regular:before {
    content: "\f14a";
}
.icon-ic_fluent_arrow_down_left_24_regular:before {
    content: "\f14b";
}
.icon-ic_fluent_arrow_download_16_regular:before {
    content: "\f14f";
}
.icon-ic_fluent_arrow_download_20_regular:before {
    content: "\f150";
}
.icon-ic_fluent_arrow_download_24_regular:before {
    content: "\f151";
}
.icon-ic_fluent_arrow_download_48_regular:before {
    content: "\f152";
}
.icon-ic_fluent_arrow_expand_24_regular:before {
    content: "\f154";
}
.icon-ic_fluent_arrow_forward_16_regular:before {
    content: "\f156";
}
.icon-ic_fluent_arrow_forward_20_regular:before {
    content: "\f157";
}
.icon-ic_fluent_arrow_forward_24_regular:before {
    content: "\f158";
}
.icon-ic_fluent_arrow_import_20_regular:before {
    content: "\f159";
}
.icon-ic_fluent_arrow_import_24_regular:before {
    content: "\f15a";
}
.icon-ic_fluent_arrow_left_20_regular:before {
    content: "\f15b";
}
.icon-ic_fluent_arrow_left_24_regular:before {
    content: "\f15c";
}
.icon-ic_fluent_arrow_left_28_regular:before {
    content: "\f15d";
}
.icon-ic_fluent_arrow_maximize_16_regular:before {
    content: "\f15e";
}
.icon-ic_fluent_arrow_maximize_20_regular:before {
    content: "\f15f";
}
.icon-ic_fluent_arrow_maximize_24_regular:before {
    content: "\f160";
}
.icon-ic_fluent_arrow_maximize_28_regular:before {
    content: "\f161";
}
.icon-ic_fluent_arrow_maximize_vertical_20_regular:before {
    content: "\f162";
}
.icon-ic_fluent_arrow_maximize_vertical_24_regular:before {
    content: "\f163";
}
.icon-ic_fluent_arrow_minimize_16_regular:before {
    content: "\f164";
}
.icon-ic_fluent_arrow_minimize_20_regular:before {
    content: "\f165";
}
.icon-ic_fluent_arrow_minimize_24_regular:before {
    content: "\f166";
}
.icon-ic_fluent_arrow_minimize_28_regular:before {
    content: "\f167";
}
.icon-ic_fluent_arrow_minimize_vertical_24_regular:before {
    content: "\f168";
}
.icon-ic_fluent_arrow_move_24_regular:before {
    content: "\f169";
}
.icon-ic_fluent_arrow_next_20_regular:before {
    content: "\f16a";
}
.icon-ic_fluent_arrow_next_24_regular:before {
    content: "\f16b";
}
.icon-ic_fluent_arrow_previous_20_regular:before {
    content: "\f16c";
}
.icon-ic_fluent_arrow_previous_24_regular:before {
    content: "\f16d";
}
.icon-ic_fluent_arrow_redo_20_regular:before {
    content: "\f16e";
}
.icon-ic_fluent_arrow_redo_24_regular:before {
    content: "\f16f";
}
.icon-ic_fluent_arrow_repeat_all_16_regular:before {
    content: "\f170";
}
.icon-ic_fluent_arrow_repeat_all_20_regular:before {
    content: "\f171";
}
.icon-ic_fluent_arrow_repeat_all_24_regular:before {
    content: "\f172";
}
.icon-ic_fluent_arrow_repeat_all_off_16_regular:before {
    content: "\f173";
}
.icon-ic_fluent_arrow_repeat_all_off_20_regular:before {
    content: "\f174";
}
.icon-ic_fluent_arrow_repeat_all_off_24_regular:before {
    content: "\f175";
}
.icon-ic_fluent_arrow_reply_16_regular:before {
    content: "\f176";
}
.icon-ic_fluent_arrow_reply_20_regular:before {
    content: "\f177";
}
.icon-ic_fluent_arrow_reply_24_regular:before {
    content: "\f178";
}
.icon-ic_fluent_arrow_reply_48_regular:before {
    content: "\f179";
}
.icon-ic_fluent_arrow_reply_all_16_regular:before {
    content: "\f17a";
}
.icon-ic_fluent_arrow_reply_all_20_regular:before {
    content: "\f17b";
}
.icon-ic_fluent_arrow_reply_all_24_regular:before {
    content: "\f17c";
}
.icon-ic_fluent_arrow_reply_all_48_regular:before {
    content: "\f17d";
}
.icon-ic_fluent_arrow_reply_down_16_regular:before {
    content: "\f17e";
}
.icon-ic_fluent_arrow_reply_down_20_regular:before {
    content: "\f17f";
}
.icon-ic_fluent_arrow_reply_down_24_regular:before {
    content: "\f180";
}
.icon-ic_fluent_arrow_right_20_regular:before {
    content: "\f181";
}
.icon-ic_fluent_arrow_right_24_regular:before {
    content: "\f182";
}
.icon-ic_fluent_arrow_right_28_regular:before {
    content: "\f183";
}
.icon-ic_fluent_arrow_rotate_clockwise_20_regular:before {
    content: "\f185";
}
.icon-ic_fluent_arrow_rotate_clockwise_24_regular:before {
    content: "\f186";
}
.icon-ic_fluent_arrow_rotate_counterclockwise_20_regular:before {
    content: "\f187";
}
.icon-ic_fluent_arrow_rotate_counterclockwise_24_regular:before {
    content: "\f188";
}
.icon-ic_fluent_arrow_sort_20_regular:before {
    content: "\f18a";
}
.icon-ic_fluent_arrow_sort_24_regular:before {
    content: "\f18b";
}
.icon-ic_fluent_arrow_sort_28_regular:before {
    content: "\f18c";
}
.icon-ic_fluent_arrow_swap_20_regular:before {
    content: "\f18d";
}
.icon-ic_fluent_arrow_swap_24_regular:before {
    content: "\f18e";
}
.icon-ic_fluent_arrow_sync_12_regular:before {
    content: "\f18f";
}
.icon-ic_fluent_arrow_sync_20_regular:before {
    content: "\f190";
}
.icon-ic_fluent_arrow_sync_24_regular:before {
    content: "\f191";
}
.icon-ic_fluent_arrow_sync_circle_16_regular:before {
    content: "\f192";
}
.icon-ic_fluent_arrow_sync_circle_20_regular:before {
    content: "\f193";
}
.icon-ic_fluent_arrow_sync_circle_24_regular:before {
    content: "\f194";
}
.icon-ic_fluent_arrow_sync_off_12_regular:before {
    content: "\f195";
}
.icon-ic_fluent_arrow_trending_16_regular:before {
    content: "\f196";
}
.icon-ic_fluent_arrow_trending_20_regular:before {
    content: "\f197";
}
.icon-ic_fluent_arrow_trending_24_regular:before {
    content: "\f198";
}
.icon-ic_fluent_arrow_undo_20_regular:before {
    content: "\f199";
}
.icon-ic_fluent_arrow_undo_24_regular:before {
    content: "\f19a";
}
.icon-ic_fluent_arrow_up_20_regular:before {
    content: "\f19b";
}
.icon-ic_fluent_arrow_up_24_regular:before {
    content: "\f19c";
}
.icon-ic_fluent_arrow_up_28_regular:before {
    content: "\f19d";
}
.icon-ic_fluent_arrow_up_left_24_regular:before {
    content: "\f1a1";
}
.icon-ic_fluent_arrow_up_right_24_regular:before {
    content: "\f1a3";
}
.icon-ic_fluent_arrow_upload_20_regular:before {
    content: "\f1a4";
}
.icon-ic_fluent_arrow_upload_24_regular:before {
    content: "\f1a5";
}
.icon-ic_fluent_arrows_bidirectional_24_regular:before {
    content: "\f1a6";
}
.icon-ic_fluent_attach_16_regular:before {
    content: "\f1a8";
}
.icon-ic_fluent_attach_20_regular:before {
    content: "\f1a9";
}
.icon-ic_fluent_attach_24_regular:before {
    content: "\f1aa";
}
.icon-ic_fluent_autocorrect_24_regular:before {
    content: "\f1ae";
}
.icon-ic_fluent_autosum_20_regular:before {
    content: "\f1af";
}
.icon-ic_fluent_autosum_24_regular:before {
    content: "\f1b0";
}
.icon-ic_fluent_backspace_20_regular:before {
    content: "\f1b1";
}
.icon-ic_fluent_backspace_24_regular:before {
    content: "\f1b2";
}
.icon-ic_fluent_badge_24_regular:before {
    content: "\f1b5";
}
.icon-ic_fluent_balloon_20_regular:before {
    content: "\f1b6";
}
.icon-ic_fluent_balloon_24_regular:before {
    content: "\f1b7";
}
.icon-ic_fluent_battery_0_20_regular:before {
    content: "\f1bb";
}
.icon-ic_fluent_battery_0_24_regular:before {
    content: "\f1bc";
}
.icon-ic_fluent_battery_1_20_regular:before {
    content: "\f1bd";
}
.icon-ic_fluent_battery_1_24_regular:before {
    content: "\f1be";
}
.icon-ic_fluent_battery_2_20_regular:before {
    content: "\f1bf";
}
.icon-ic_fluent_battery_2_24_regular:before {
    content: "\f1c0";
}
.icon-ic_fluent_battery_3_20_regular:before {
    content: "\f1c1";
}
.icon-ic_fluent_battery_3_24_regular:before {
    content: "\f1c2";
}
.icon-ic_fluent_battery_4_20_regular:before {
    content: "\f1c3";
}
.icon-ic_fluent_battery_4_24_regular:before {
    content: "\f1c4";
}
.icon-ic_fluent_battery_5_20_regular:before {
    content: "\f1c5";
}
.icon-ic_fluent_battery_5_24_regular:before {
    content: "\f1c6";
}
.icon-ic_fluent_battery_6_20_regular:before {
    content: "\f1c7";
}
.icon-ic_fluent_battery_6_24_regular:before {
    content: "\f1c8";
}
.icon-ic_fluent_battery_7_20_regular:before {
    content: "\f1c9";
}
.icon-ic_fluent_battery_7_24_regular:before {
    content: "\f1ca";
}
.icon-ic_fluent_battery_8_20_regular:before {
    content: "\f1cb";
}
.icon-ic_fluent_battery_8_24_regular:before {
    content: "\f1cc";
}
.icon-ic_fluent_battery_9_20_regular:before {
    content: "\f1cd";
}
.icon-ic_fluent_battery_9_24_regular:before {
    content: "\f1ce";
}
.icon-ic_fluent_battery_charge_20_regular:before {
    content: "\f1cf";
}
.icon-ic_fluent_battery_charge_24_regular:before {
    content: "\f1d0";
}
.icon-ic_fluent_battery_saver_20_regular:before {
    content: "\f1d3";
}
.icon-ic_fluent_battery_saver_24_regular:before {
    content: "\f1d4";
}
.icon-ic_fluent_battery_warning_24_regular:before {
    content: "\f1d5";
}
.icon-ic_fluent_beaker_16_regular:before {
    content: "\f1d6";
}
.icon-ic_fluent_beaker_20_regular:before {
    content: "\f1d7";
}
.icon-ic_fluent_beaker_24_regular:before {
    content: "\f1d8";
}
.icon-ic_fluent_bed_20_regular:before {
    content: "\f1d9";
}
.icon-ic_fluent_bed_24_regular:before {
    content: "\f1da";
}
.icon-ic_fluent_bluetooth_20_regular:before {
    content: "\f1de";
}
.icon-ic_fluent_bluetooth_24_regular:before {
    content: "\f1df";
}
.icon-ic_fluent_bluetooth_connected_24_regular:before {
    content: "\f1e0";
}
.icon-ic_fluent_bluetooth_disabled_24_regular:before {
    content: "\f1e1";
}
.icon-ic_fluent_bluetooth_searching_24_regular:before {
    content: "\f1e2";
}
.icon-ic_fluent_board_24_regular:before {
    content: "\f1e3";
}
.icon-ic_fluent_book_globe_24_regular:before {
    content: "\f1f0";
}
.icon-ic_fluent_book_number_16_regular:before {
    content: "\f1f1";
}
.icon-ic_fluent_book_number_20_regular:before {
    content: "\f1f2";
}
.icon-ic_fluent_book_number_24_regular:before {
    content: "\f1f3";
}
.icon-ic_fluent_bookmark_16_regular:before {
    content: "\f1f4";
}
.icon-ic_fluent_bookmark_20_regular:before {
    content: "\f1f5";
}
.icon-ic_fluent_bookmark_24_regular:before {
    content: "\f1f6";
}
.icon-ic_fluent_bookmark_28_regular:before {
    content: "\f1f7";
}
.icon-ic_fluent_bookmark_off_24_regular:before {
    content: "\f1f8";
}
.icon-ic_fluent_bot_24_regular:before {
    content: "\f1f9";
}
.icon-ic_fluent_bot_add_24_regular:before {
    content: "\f1fa";
}
.icon-ic_fluent_branch_24_regular:before {
    content: "\f1fb";
}
.icon-ic_fluent_briefcase_20_regular:before {
    content: "\f1fc";
}
.icon-ic_fluent_briefcase_24_regular:before {
    content: "\f1fd";
}
.icon-ic_fluent_broad_activity_feed_24_regular:before {
    content: "\f200";
}
.icon-ic_fluent_broom_20_regular:before {
    content: "\f201";
}
.icon-ic_fluent_broom_24_regular:before {
    content: "\f202";
}
.icon-ic_fluent_building_24_regular:before {
    content: "\f205";
}
.icon-ic_fluent_building_retail_24_regular:before {
    content: "\f209";
}
.icon-ic_fluent_calculator_20_regular:before {
    content: "\f20a";
}
.icon-ic_fluent_calendar_3_day_20_regular:before {
    content: "\f20e";
}
.icon-ic_fluent_calendar_3_day_24_regular:before {
    content: "\f20f";
}
.icon-ic_fluent_calendar_3_day_28_regular:before {
    content: "\f210";
}
.icon-ic_fluent_calendar_add_20_regular:before {
    content: "\f211";
}
.icon-ic_fluent_calendar_add_24_regular:before {
    content: "\f212";
}
.icon-ic_fluent_calendar_agenda_20_regular:before {
    content: "\f213";
}
.icon-ic_fluent_calendar_agenda_24_regular:before {
    content: "\f214";
}
.icon-ic_fluent_calendar_agenda_28_regular:before {
    content: "\f215";
}
.icon-ic_fluent_calendar_arrow_right_20_regular:before {
    content: "\f216";
}
.icon-ic_fluent_calendar_assistant_20_regular:before {
    content: "\f217";
}
.icon-ic_fluent_calendar_assistant_24_regular:before {
    content: "\f218";
}
.icon-ic_fluent_calendar_cancel_20_regular:before {
    content: "\f219";
}
.icon-ic_fluent_calendar_cancel_24_regular:before {
    content: "\f21a";
}
.icon-ic_fluent_calendar_checkmark_16_regular:before {
    content: "\f21b";
}
.icon-ic_fluent_calendar_checkmark_20_regular:before {
    content: "\f21c";
}
.icon-ic_fluent_calendar_clock_20_regular:before {
    content: "\f21d";
}
.icon-ic_fluent_calendar_clock_24_regular:before {
    content: "\f21e";
}
.icon-ic_fluent_calendar_day_20_regular:before {
    content: "\f222";
}
.icon-ic_fluent_calendar_day_24_regular:before {
    content: "\f223";
}
.icon-ic_fluent_calendar_day_28_regular:before {
    content: "\f224";
}
.icon-ic_fluent_calendar_empty_16_regular:before {
    content: "\f225";
}
.icon-ic_fluent_calendar_empty_20_regular:before {
    content: "\f226";
}
.icon-ic_fluent_calendar_empty_24_regular:before {
    content: "\f227";
}
.icon-ic_fluent_calendar_empty_28_regular:before {
    content: "\f228";
}
.icon-ic_fluent_calendar_month_20_regular:before {
    content: "\f22a";
}
.icon-ic_fluent_calendar_month_24_regular:before {
    content: "\f22b";
}
.icon-ic_fluent_calendar_month_28_regular:before {
    content: "\f22c";
}
.icon-ic_fluent_calendar_multiple_20_regular:before {
    content: "\f22d";
}
.icon-ic_fluent_calendar_multiple_24_regular:before {
    content: "\f22e";
}
.icon-ic_fluent_calendar_person_20_regular:before {
    content: "\f230";
}
.icon-ic_fluent_calendar_reply_16_regular:before {
    content: "\f231";
}
.icon-ic_fluent_calendar_reply_20_regular:before {
    content: "\f232";
}
.icon-ic_fluent_calendar_reply_24_regular:before {
    content: "\f233";
}
.icon-ic_fluent_calendar_reply_28_regular:before {
    content: "\f234";
}
.icon-ic_fluent_calendar_settings_20_regular:before {
    content: "\f235";
}
.icon-ic_fluent_calendar_star_20_regular:before {
    content: "\f236";
}
.icon-ic_fluent_calendar_star_24_regular:before {
    content: "\f237";
}
.icon-ic_fluent_calendar_sync_16_regular:before {
    content: "\f238";
}
.icon-ic_fluent_calendar_sync_20_regular:before {
    content: "\f239";
}
.icon-ic_fluent_calendar_sync_24_regular:before {
    content: "\f23a";
}
.icon-ic_fluent_calendar_today_16_regular:before {
    content: "\f23b";
}
.icon-ic_fluent_calendar_today_20_regular:before {
    content: "\f23c";
}
.icon-ic_fluent_calendar_today_24_regular:before {
    content: "\f23d";
}
.icon-ic_fluent_calendar_today_28_regular:before {
    content: "\f23e";
}
.icon-ic_fluent_calendar_week_numbers_24_regular:before {
    content: "\f23f";
}
.icon-ic_fluent_calendar_week_start_20_regular:before {
    content: "\f240";
}
.icon-ic_fluent_calendar_week_start_24_regular:before {
    content: "\f241";
}
.icon-ic_fluent_calendar_week_start_28_regular:before {
    content: "\f242";
}
.icon-ic_fluent_calendar_work_week_16_regular:before {
    content: "\f243";
}
.icon-ic_fluent_calendar_work_week_20_regular:before {
    content: "\f244";
}
.icon-ic_fluent_calendar_work_week_24_regular:before {
    content: "\f245";
}
.icon-ic_fluent_call_add_24_regular:before {
    content: "\f246";
}
.icon-ic_fluent_call_end_20_regular:before {
    content: "\f247";
}
.icon-ic_fluent_call_end_24_regular:before {
    content: "\f248";
}
.icon-ic_fluent_call_end_28_regular:before {
    content: "\f249";
}
.icon-ic_fluent_call_forward_24_regular:before {
    content: "\f24a";
}
.icon-ic_fluent_call_inbound_16_regular:before {
    content: "\f24b";
}
.icon-ic_fluent_call_inbound_24_regular:before {
    content: "\f24c";
}
.icon-ic_fluent_call_missed_16_regular:before {
    content: "\f24d";
}
.icon-ic_fluent_call_missed_24_regular:before {
    content: "\f24e";
}
.icon-ic_fluent_call_outbound_16_regular:before {
    content: "\f24f";
}
.icon-ic_fluent_call_outbound_24_regular:before {
    content: "\f250";
}
.icon-ic_fluent_call_park_24_regular:before {
    content: "\f251";
}
.icon-ic_fluent_calligraphy_pen_20_regular:before {
    content: "\f252";
}
.icon-ic_fluent_calligraphy_pen_24_regular:before {
    content: "\f253";
}
.icon-ic_fluent_camera_20_regular:before {
    content: "\f254";
}
.icon-ic_fluent_camera_24_regular:before {
    content: "\f255";
}
.icon-ic_fluent_camera_28_regular:before {
    content: "\f256";
}
.icon-ic_fluent_camera_add_20_regular:before {
    content: "\f257";
}
.icon-ic_fluent_camera_add_24_regular:before {
    content: "\f258";
}
.icon-ic_fluent_camera_add_48_regular:before {
    content: "\f259";
}
.icon-ic_fluent_camera_switch_24_regular:before {
    content: "\f25a";
}
.icon-ic_fluent_caret_down_12_regular:before {
    content: "\f25f";
}
.icon-ic_fluent_caret_down_16_regular:before {
    content: "\f260";
}
.icon-ic_fluent_caret_down_20_regular:before {
    content: "\f261";
}
.icon-ic_fluent_caret_down_24_regular:before {
    content: "\f262";
}
.icon-ic_fluent_caret_left_12_regular:before {
    content: "\f263";
}
.icon-ic_fluent_caret_left_16_regular:before {
    content: "\f264";
}
.icon-ic_fluent_caret_left_20_regular:before {
    content: "\f265";
}
.icon-ic_fluent_caret_left_24_regular:before {
    content: "\f266";
}
.icon-ic_fluent_caret_right_12_regular:before {
    content: "\f267";
}
.icon-ic_fluent_caret_right_16_regular:before {
    content: "\f268";
}
.icon-ic_fluent_caret_right_20_regular:before {
    content: "\f269";
}
.icon-ic_fluent_caret_right_24_regular:before {
    content: "\f26a";
}
.icon-ic_fluent_cart_24_regular:before {
    content: "\f26b";
}
.icon-ic_fluent_cast_20_regular:before {
    content: "\f26c";
}
.icon-ic_fluent_cast_24_regular:before {
    content: "\f26d";
}
.icon-ic_fluent_cast_28_regular:before {
    content: "\f26e";
}
.icon-ic_fluent_cellular_3g_24_regular:before {
    content: "\f26f";
}
.icon-ic_fluent_cellular_4g_24_regular:before {
    content: "\f270";
}
.icon-ic_fluent_cellular_data_1_20_regular:before {
    content: "\f271";
}
.icon-ic_fluent_cellular_data_1_24_regular:before {
    content: "\f272";
}
.icon-ic_fluent_cellular_data_2_20_regular:before {
    content: "\f273";
}
.icon-ic_fluent_cellular_data_2_24_regular:before {
    content: "\f274";
}
.icon-ic_fluent_cellular_data_3_20_regular:before {
    content: "\f275";
}
.icon-ic_fluent_cellular_data_3_24_regular:before {
    content: "\f276";
}
.icon-ic_fluent_cellular_data_4_20_regular:before {
    content: "\f277";
}
.icon-ic_fluent_cellular_data_4_24_regular:before {
    content: "\f278";
}
.icon-ic_fluent_cellular_data_5_20_regular:before {
    content: "\f279";
}
.icon-ic_fluent_cellular_data_5_24_regular:before {
    content: "\f27a";
}
.icon-ic_fluent_certificate_20_regular:before {
    content: "\f27e";
}
.icon-ic_fluent_certificate_24_regular:before {
    content: "\f27f";
}
.icon-ic_fluent_channel_16_regular:before {
    content: "\f280";
}
.icon-ic_fluent_channel_20_regular:before {
    content: "\f281";
}
.icon-ic_fluent_channel_24_regular:before {
    content: "\f282";
}
.icon-ic_fluent_chat_20_regular:before {
    content: "\f286";
}
.icon-ic_fluent_chat_24_regular:before {
    content: "\f287";
}
.icon-ic_fluent_chat_28_regular:before {
    content: "\f288";
}
.icon-ic_fluent_chat_bubbles_question_24_regular:before {
    content: "\f289";
}
.icon-ic_fluent_chat_help_24_regular:before {
    content: "\f28a";
}
.icon-ic_fluent_chat_off_24_regular:before {
    content: "\f28b";
}
.icon-ic_fluent_chat_warning_24_regular:before {
    content: "\f28c";
}
.icon-ic_fluent_checkbox_checked_20_regular:before {
    content: "\f28d";
}
.icon-ic_fluent_checkbox_checked_24_regular:before {
    content: "\f28e";
}
.icon-ic_fluent_checkbox_unchecked_12_regular:before {
    content: "\f28f";
}
.icon-ic_fluent_checkbox_unchecked_16_regular:before {
    content: "\f290";
}
.icon-ic_fluent_checkbox_unchecked_20_regular:before {
    content: "\f291";
}
.icon-ic_fluent_checkbox_unchecked_24_regular:before {
    content: "\f292";
}
.icon-ic_fluent_checkmark_12_regular:before {
    content: "\f293";
}
.icon-ic_fluent_checkmark_20_regular:before {
    content: "\f294";
}
.icon-ic_fluent_checkmark_24_regular:before {
    content: "\f295";
}
.icon-ic_fluent_checkmark_28_regular:before {
    content: "\f296";
}
.icon-ic_fluent_checkmark_circle_16_regular:before {
    content: "\f297";
}
.icon-ic_fluent_checkmark_circle_20_regular:before {
    content: "\f298";
}
.icon-ic_fluent_checkmark_circle_24_regular:before {
    content: "\f299";
}
.icon-ic_fluent_checkmark_circle_48_regular:before {
    content: "\f29a";
}
.icon-ic_fluent_checkmark_lock_16_regular:before {
    content: "\f29b";
}
.icon-ic_fluent_checkmark_lock_20_regular:before {
    content: "\f29c";
}
.icon-ic_fluent_checkmark_lock_24_regular:before {
    content: "\f29d";
}
.icon-ic_fluent_checkmark_square_24_regular:before {
    content: "\f29e";
}
.icon-ic_fluent_checkmark_underline_circle_16_regular:before {
    content: "\f29f";
}
.icon-ic_fluent_checkmark_underline_circle_20_regular:before {
    content: "\f2a0";
}
.icon-ic_fluent_chevron_down_12_regular:before {
    content: "\f2a1";
}
.icon-ic_fluent_chevron_down_16_regular:before {
    content: "\f2a2";
}
.icon-ic_fluent_chevron_down_20_regular:before {
    content: "\f2a3";
}
.icon-ic_fluent_chevron_down_24_regular:before {
    content: "\f2a4";
}
.icon-ic_fluent_chevron_down_28_regular:before {
    content: "\f2a5";
}
.icon-ic_fluent_chevron_down_48_regular:before {
    content: "\f2a6";
}
.icon-ic_fluent_chevron_left_12_regular:before {
    content: "\f2a8";
}
.icon-ic_fluent_chevron_left_16_regular:before {
    content: "\f2a9";
}
.icon-ic_fluent_chevron_left_20_regular:before {
    content: "\f2aa";
}
.icon-ic_fluent_chevron_left_24_regular:before {
    content: "\f2ab";
}
.icon-ic_fluent_chevron_left_28_regular:before {
    content: "\f2ac";
}
.icon-ic_fluent_chevron_left_48_regular:before {
    content: "\f2ad";
}
.icon-ic_fluent_chevron_right_12_regular:before {
    content: "\f2ae";
}
.icon-ic_fluent_chevron_right_16_regular:before {
    content: "\f2af";
}
.icon-ic_fluent_chevron_right_20_regular:before {
    content: "\f2b0";
}
.icon-ic_fluent_chevron_right_24_regular:before {
    content: "\f2b1";
}
.icon-ic_fluent_chevron_right_28_regular:before {
    content: "\f2b2";
}
.icon-ic_fluent_chevron_right_48_regular:before {
    content: "\f2b3";
}
.icon-ic_fluent_chevron_up_12_regular:before {
    content: "\f2b4";
}
.icon-ic_fluent_chevron_up_16_regular:before {
    content: "\f2b5";
}
.icon-ic_fluent_chevron_up_20_regular:before {
    content: "\f2b6";
}
.icon-ic_fluent_chevron_up_24_regular:before {
    content: "\f2b7";
}
.icon-ic_fluent_chevron_up_28_regular:before {
    content: "\f2b8";
}
.icon-ic_fluent_chevron_up_48_regular:before {
    content: "\f2b9";
}
.icon-ic_fluent_circle_16_regular:before {
    content: "\f2ba";
}
.icon-ic_fluent_circle_20_regular:before {
    content: "\f2bb";
}
.icon-ic_fluent_circle_24_regular:before {
    content: "\f2bc";
}
.icon-ic_fluent_circle_half_fill_20_regular:before {
    content: "\f2bd";
}
.icon-ic_fluent_circle_half_fill_24_regular:before {
    content: "\f2be";
}
.icon-ic_fluent_circle_line_24_regular:before {
    content: "\f2bf";
}
.icon-ic_fluent_circle_small_24_regular:before {
    content: "\f2c0";
}
.icon-ic_fluent_city_16_regular:before {
    content: "\f2c1";
}
.icon-ic_fluent_city_20_regular:before {
    content: "\f2c2";
}
.icon-ic_fluent_city_24_regular:before {
    content: "\f2c3";
}
.icon-ic_fluent_class_24_regular:before {
    content: "\f2c4";
}
.icon-ic_fluent_classification_16_regular:before {
    content: "\f2c5";
}
.icon-ic_fluent_classification_20_regular:before {
    content: "\f2c6";
}
.icon-ic_fluent_classification_24_regular:before {
    content: "\f2c7";
}
.icon-ic_fluent_clear_formatting_24_regular:before {
    content: "\f2c8";
}
.icon-ic_fluent_clipboard_20_regular:before {
    content: "\f2c9";
}
.icon-ic_fluent_clipboard_24_regular:before {
    content: "\f2ca";
}
.icon-ic_fluent_clipboard_code_16_regular:before {
    content: "\f2cb";
}
.icon-ic_fluent_clipboard_code_20_regular:before {
    content: "\f2cc";
}
.icon-ic_fluent_clipboard_code_24_regular:before {
    content: "\f2cd";
}
.icon-ic_fluent_clipboard_letter_16_regular:before {
    content: "\f2ce";
}
.icon-ic_fluent_clipboard_letter_20_regular:before {
    content: "\f2cf";
}
.icon-ic_fluent_clipboard_letter_24_regular:before {
    content: "\f2d0";
}
.icon-ic_fluent_clipboard_link_16_regular:before {
    content: "\f2d1";
}
.icon-ic_fluent_clipboard_link_20_regular:before {
    content: "\f2d2";
}
.icon-ic_fluent_clipboard_link_24_regular:before {
    content: "\f2d3";
}
.icon-ic_fluent_clipboard_more_24_regular:before {
    content: "\f2d4";
}
.icon-ic_fluent_clipboard_paste_20_regular:before {
    content: "\f2d5";
}
.icon-ic_fluent_clipboard_paste_24_regular:before {
    content: "\f2d6";
}
.icon-ic_fluent_clipboard_search_20_regular:before {
    content: "\f2d7";
}
.icon-ic_fluent_clipboard_search_24_regular:before {
    content: "\f2d8";
}
.icon-ic_fluent_clock_12_regular:before {
    content: "\f2db";
}
.icon-ic_fluent_clock_16_regular:before {
    content: "\f2dc";
}
.icon-ic_fluent_clock_20_regular:before {
    content: "\f2dd";
}
.icon-ic_fluent_clock_24_regular:before {
    content: "\f2de";
}
.icon-ic_fluent_clock_28_regular:before {
    content: "\f2df";
}
.icon-ic_fluent_clock_48_regular:before {
    content: "\f2e0";
}
.icon-ic_fluent_clock_alarm_20_regular:before {
    content: "\f2e1";
}
.icon-ic_fluent_clock_alarm_24_regular:before {
    content: "\f2e2";
}
.icon-ic_fluent_closed_caption_24_regular:before {
    content: "\f2e3";
}
.icon-ic_fluent_cloud_20_regular:before {
    content: "\f2e4";
}
.icon-ic_fluent_cloud_24_regular:before {
    content: "\f2e5";
}
.icon-ic_fluent_cloud_48_regular:before {
    content: "\f2e6";
}
.icon-ic_fluent_cloud_off_24_regular:before {
    content: "\f2ea";
}
.icon-ic_fluent_cloud_off_48_regular:before {
    content: "\f2eb";
}
.icon-ic_fluent_code_20_regular:before {
    content: "\f2ef";
}
.icon-ic_fluent_code_24_regular:before {
    content: "\f2f0";
}
.icon-ic_fluent_collections_20_regular:before {
    content: "\f2f1";
}
.icon-ic_fluent_collections_24_regular:before {
    content: "\f2f2";
}
.icon-ic_fluent_collections_add_20_regular:before {
    content: "\f2f3";
}
.icon-ic_fluent_collections_add_24_regular:before {
    content: "\f2f4";
}
.icon-ic_fluent_color_20_regular:before {
    content: "\f2f5";
}
.icon-ic_fluent_color_24_regular:before {
    content: "\f2f6";
}
.icon-ic_fluent_color_background_20_regular:before {
    content: "\f2f7";
}
.icon-ic_fluent_color_background_24_regular:before {
    content: "\f2f8";
}
.icon-ic_fluent_color_fill_20_regular:before {
    content: "\f2f9";
}
.icon-ic_fluent_color_fill_24_regular:before {
    content: "\f2fa";
}
.icon-ic_fluent_color_line_20_regular:before {
    content: "\f2fb";
}
.icon-ic_fluent_color_line_24_regular:before {
    content: "\f2fc";
}
.icon-ic_fluent_column_triple_24_regular:before {
    content: "\f2fd";
}
.icon-ic_fluent_comment_16_regular:before {
    content: "\f2fe";
}
.icon-ic_fluent_comment_20_regular:before {
    content: "\f2ff";
}
.icon-ic_fluent_comment_24_regular:before {
    content: "\f300";
}
.icon-ic_fluent_comment_add_24_regular:before {
    content: "\f301";
}
.icon-ic_fluent_comment_mention_16_regular:before {
    content: "\f303";
}
.icon-ic_fluent_comment_mention_20_regular:before {
    content: "\f304";
}
.icon-ic_fluent_comment_mention_24_regular:before {
    content: "\f305";
}
.icon-ic_fluent_comment_multiple_16_regular:before {
    content: "\f306";
}
.icon-ic_fluent_comment_multiple_20_regular:before {
    content: "\f307";
}
.icon-ic_fluent_comment_multiple_24_regular:before {
    content: "\f308";
}
.icon-ic_fluent_communication_16_regular:before {
    content: "\f30c";
}
.icon-ic_fluent_communication_20_regular:before {
    content: "\f30d";
}
.icon-ic_fluent_communication_24_regular:before {
    content: "\f30e";
}
.icon-ic_fluent_compass_northwest_16_regular:before {
    content: "\f30f";
}
.icon-ic_fluent_compass_northwest_20_regular:before {
    content: "\f310";
}
.icon-ic_fluent_compass_northwest_24_regular:before {
    content: "\f311";
}
.icon-ic_fluent_compass_northwest_28_regular:before {
    content: "\f312";
}
.icon-ic_fluent_compose_16_regular:before {
    content: "\f313";
}
.icon-ic_fluent_compose_20_regular:before {
    content: "\f314";
}
.icon-ic_fluent_compose_24_regular:before {
    content: "\f315";
}
.icon-ic_fluent_compose_28_regular:before {
    content: "\f316";
}
.icon-ic_fluent_conference_room_16_regular:before {
    content: "\f317";
}
.icon-ic_fluent_conference_room_20_regular:before {
    content: "\f318";
}
.icon-ic_fluent_conference_room_24_regular:before {
    content: "\f319";
}
.icon-ic_fluent_conference_room_28_regular:before {
    content: "\f31a";
}
.icon-ic_fluent_conference_room_48_regular:before {
    content: "\f31b";
}
.icon-ic_fluent_connector_16_regular:before {
    content: "\f31c";
}
.icon-ic_fluent_connector_20_regular:before {
    content: "\f31d";
}
.icon-ic_fluent_connector_24_regular:before {
    content: "\f31e";
}
.icon-ic_fluent_contact_card_20_regular:before {
    content: "\f31f";
}
.icon-ic_fluent_contact_card_24_regular:before {
    content: "\f320";
}
.icon-ic_fluent_contact_card_group_24_regular:before {
    content: "\f321";
}
.icon-ic_fluent_content_settings_16_regular:before {
    content: "\f323";
}
.icon-ic_fluent_content_settings_20_regular:before {
    content: "\f324";
}
.icon-ic_fluent_content_settings_24_regular:before {
    content: "\f325";
}
.icon-ic_fluent_cookies_20_regular:before {
    content: "\f328";
}
.icon-ic_fluent_cookies_24_regular:before {
    content: "\f329";
}
.icon-ic_fluent_copy_16_regular:before {
    content: "\f32a";
}
.icon-ic_fluent_copy_20_regular:before {
    content: "\f32b";
}
.icon-ic_fluent_copy_24_regular:before {
    content: "\f32c";
}
.icon-ic_fluent_crop_24_regular:before {
    content: "\f331";
}
.icon-ic_fluent_crop_interim_24_regular:before {
    content: "\f332";
}
.icon-ic_fluent_crop_interim_off_24_regular:before {
    content: "\f333";
}
.icon-ic_fluent_cube_16_regular:before {
    content: "\f334";
}
.icon-ic_fluent_cube_20_regular:before {
    content: "\f335";
}
.icon-ic_fluent_cube_24_regular:before {
    content: "\f336";
}
.icon-ic_fluent_cut_20_regular:before {
    content: "\f33a";
}
.icon-ic_fluent_cut_24_regular:before {
    content: "\f33b";
}
.icon-ic_fluent_dark_theme_24_regular:before {
    content: "\f33c";
}
.icon-ic_fluent_data_area_24_regular:before {
    content: "\f33d";
}
.icon-ic_fluent_data_bar_horizontal_24_regular:before {
    content: "\f33e";
}
.icon-ic_fluent_data_bar_vertical_20_regular:before {
    content: "\f33f";
}
.icon-ic_fluent_data_bar_vertical_24_regular:before {
    content: "\f340";
}
.icon-ic_fluent_data_funnel_24_regular:before {
    content: "\f341";
}
.icon-ic_fluent_data_histogram_24_regular:before {
    content: "\f342";
}
.icon-ic_fluent_data_line_24_regular:before {
    content: "\f343";
}
.icon-ic_fluent_data_pie_20_regular:before {
    content: "\f344";
}
.icon-ic_fluent_data_pie_24_regular:before {
    content: "\f345";
}
.icon-ic_fluent_data_scatter_24_regular:before {
    content: "\f346";
}
.icon-ic_fluent_data_sunburst_24_regular:before {
    content: "\f347";
}
.icon-ic_fluent_data_treemap_24_regular:before {
    content: "\f348";
}
.icon-ic_fluent_data_usage_24_regular:before {
    content: "\f349";
}
.icon-ic_fluent_data_waterfall_24_regular:before {
    content: "\f34a";
}
.icon-ic_fluent_data_whisker_24_regular:before {
    content: "\f34b";
}
.icon-ic_fluent_delete_20_regular:before {
    content: "\f34c";
}
.icon-ic_fluent_delete_24_regular:before {
    content: "\f34d";
}
.icon-ic_fluent_delete_28_regular:before {
    content: "\f34e";
}
.icon-ic_fluent_delete_48_regular:before {
    content: "\f34f";
}
.icon-ic_fluent_delete_off_20_regular:before {
    content: "\f352";
}
.icon-ic_fluent_delete_off_24_regular:before {
    content: "\f353";
}
.icon-ic_fluent_dentist_24_regular:before {
    content: "\f354";
}
.icon-ic_fluent_design_ideas_16_regular:before {
    content: "\f355";
}
.icon-ic_fluent_design_ideas_20_regular:before {
    content: "\f356";
}
.icon-ic_fluent_design_ideas_24_regular:before {
    content: "\f357";
}
.icon-ic_fluent_desktop_16_regular:before {
    content: "\f358";
}
.icon-ic_fluent_desktop_20_regular:before {
    content: "\f359";
}
.icon-ic_fluent_desktop_24_regular:before {
    content: "\f35a";
}
.icon-ic_fluent_desktop_28_regular:before {
    content: "\f35b";
}
.icon-ic_fluent_developer_board_24_regular:before {
    content: "\f35c";
}
.icon-ic_fluent_device_eq_24_regular:before {
    content: "\f35d";
}
.icon-ic_fluent_dialpad_20_regular:before {
    content: "\f35e";
}
.icon-ic_fluent_dialpad_24_regular:before {
    content: "\f35f";
}
.icon-ic_fluent_dialpad_off_24_regular:before {
    content: "\f360";
}
.icon-ic_fluent_directions_20_regular:before {
    content: "\f365";
}
.icon-ic_fluent_directions_24_regular:before {
    content: "\f366";
}
.icon-ic_fluent_dismiss_12_regular:before {
    content: "\f367";
}
.icon-ic_fluent_dismiss_16_regular:before {
    content: "\f368";
}
.icon-ic_fluent_dismiss_20_regular:before {
    content: "\f369";
}
.icon-ic_fluent_dismiss_24_regular:before {
    content: "\f36a";
}
.icon-ic_fluent_dismiss_28_regular:before {
    content: "\f36b";
}
.icon-ic_fluent_dismiss_circle_16_regular:before {
    content: "\f36c";
}
.icon-ic_fluent_dismiss_circle_20_regular:before {
    content: "\f36d";
}
.icon-ic_fluent_dismiss_circle_24_regular:before {
    content: "\f36e";
}
.icon-ic_fluent_dismiss_circle_48_regular:before {
    content: "\f36f";
}
.icon-ic_fluent_divider_short_24_regular:before {
    content: "\f370";
}
.icon-ic_fluent_divider_tall_24_regular:before {
    content: "\f371";
}
.icon-ic_fluent_dock_24_regular:before {
    content: "\f372";
}
.icon-ic_fluent_dock_row_24_regular:before {
    content: "\f376";
}
.icon-ic_fluent_doctor_24_regular:before {
    content: "\f377";
}
.icon-ic_fluent_document_20_regular:before {
    content: "\f378";
}
.icon-ic_fluent_document_24_regular:before {
    content: "\f379";
}
.icon-ic_fluent_document_28_regular:before {
    content: "\f37a";
}
.icon-ic_fluent_document_briefcase_20_regular:before {
    content: "\f37c";
}
.icon-ic_fluent_document_briefcase_24_regular:before {
    content: "\f37d";
}
.icon-ic_fluent_document_catch_up_24_regular:before {
    content: "\f37e";
}
.icon-ic_fluent_document_copy_16_regular:before {
    content: "\f37f";
}
.icon-ic_fluent_document_copy_20_regular:before {
    content: "\f380";
}
.icon-ic_fluent_document_copy_24_regular:before {
    content: "\f381";
}
.icon-ic_fluent_document_copy_48_regular:before {
    content: "\f382";
}
.icon-ic_fluent_document_dismiss_20_regular:before {
    content: "\f383";
}
.icon-ic_fluent_document_dismiss_24_regular:before {
    content: "\f384";
}
.icon-ic_fluent_document_edit_16_regular:before {
    content: "\f385";
}
.icon-ic_fluent_document_edit_20_regular:before {
    content: "\f386";
}
.icon-ic_fluent_document_edit_24_regular:before {
    content: "\f387";
}
.icon-ic_fluent_document_endnote_20_regular:before {
    content: "\f388";
}
.icon-ic_fluent_document_endnote_24_regular:before {
    content: "\f389";
}
.icon-ic_fluent_document_error_16_regular:before {
    content: "\f38a";
}
.icon-ic_fluent_document_error_20_regular:before {
    content: "\f38b";
}
.icon-ic_fluent_document_error_24_regular:before {
    content: "\f38c";
}
.icon-ic_fluent_document_footer_24_regular:before {
    content: "\f38d";
}
.icon-ic_fluent_document_header_24_regular:before {
    content: "\f38f";
}
.icon-ic_fluent_document_header_footer_20_regular:before {
    content: "\f390";
}
.icon-ic_fluent_document_header_footer_24_regular:before {
    content: "\f391";
}
.icon-ic_fluent_document_landscape_20_regular:before {
    content: "\f393";
}
.icon-ic_fluent_document_landscape_24_regular:before {
    content: "\f394";
}
.icon-ic_fluent_document_margins_20_regular:before {
    content: "\f395";
}
.icon-ic_fluent_document_margins_24_regular:before {
    content: "\f396";
}
.icon-ic_fluent_document_one_page_20_regular:before {
    content: "\f399";
}
.icon-ic_fluent_document_one_page_24_regular:before {
    content: "\f39a";
}
.icon-ic_fluent_document_page_bottom_center_20_regular:before {
    content: "\f39c";
}
.icon-ic_fluent_document_page_bottom_center_24_regular:before {
    content: "\f39d";
}
.icon-ic_fluent_document_page_bottom_left_20_regular:before {
    content: "\f39e";
}
.icon-ic_fluent_document_page_bottom_left_24_regular:before {
    content: "\f39f";
}
.icon-ic_fluent_document_page_bottom_right_20_regular:before {
    content: "\f3a0";
}
.icon-ic_fluent_document_page_bottom_right_24_regular:before {
    content: "\f3a1";
}
.icon-ic_fluent_document_page_break_24_regular:before {
    content: "\f3a2";
}
.icon-ic_fluent_document_page_number_20_regular:before {
    content: "\f3a3";
}
.icon-ic_fluent_document_page_number_24_regular:before {
    content: "\f3a4";
}
.icon-ic_fluent_document_page_top_center_20_regular:before {
    content: "\f3a5";
}
.icon-ic_fluent_document_page_top_center_24_regular:before {
    content: "\f3a6";
}
.icon-ic_fluent_document_page_top_left_20_regular:before {
    content: "\f3a7";
}
.icon-ic_fluent_document_page_top_left_24_regular:before {
    content: "\f3a8";
}
.icon-ic_fluent_document_page_top_right_20_regular:before {
    content: "\f3a9";
}
.icon-ic_fluent_document_page_top_right_24_regular:before {
    content: "\f3aa";
}
.icon-ic_fluent_document_pdf_16_regular:before {
    content: "\f3ab";
}
.icon-ic_fluent_document_pdf_20_regular:before {
    content: "\f3ac";
}
.icon-ic_fluent_document_pdf_24_regular:before {
    content: "\f3ad";
}
.icon-ic_fluent_document_search_20_regular:before {
    content: "\f3ae";
}
.icon-ic_fluent_document_search_24_regular:before {
    content: "\f3af";
}
.icon-ic_fluent_document_toolbox_20_regular:before {
    content: "\f3b0";
}
.icon-ic_fluent_document_toolbox_24_regular:before {
    content: "\f3b1";
}
.icon-ic_fluent_document_width_20_regular:before {
    content: "\f3b8";
}
.icon-ic_fluent_document_width_24_regular:before {
    content: "\f3b9";
}
.icon-ic_fluent_double_swipe_down_24_regular:before {
    content: "\f3ba";
}
.icon-ic_fluent_double_swipe_up_24_regular:before {
    content: "\f3bb";
}
.icon-ic_fluent_drafts_16_regular:before {
    content: "\f3be";
}
.icon-ic_fluent_drafts_20_regular:before {
    content: "\f3bf";
}
.icon-ic_fluent_drafts_24_regular:before {
    content: "\f3c0";
}
.icon-ic_fluent_drag_24_regular:before {
    content: "\f3c1";
}
.icon-ic_fluent_drink_beer_24_regular:before {
    content: "\f3c3";
}
.icon-ic_fluent_drink_coffee_20_regular:before {
    content: "\f3c4";
}
.icon-ic_fluent_drink_coffee_24_regular:before {
    content: "\f3c5";
}
.icon-ic_fluent_drink_margarita_24_regular:before {
    content: "\f3c6";
}
.icon-ic_fluent_drink_wine_24_regular:before {
    content: "\f3c7";
}
.icon-ic_fluent_dual_screen_24_regular:before {
    content: "\f3c8";
}
.icon-ic_fluent_dual_screen_add_24_regular:before {
    content: "\f3c9";
}
.icon-ic_fluent_dual_screen_arrow_right_24_regular:before {
    content: "\f3ca";
}
.icon-ic_fluent_dual_screen_clock_24_regular:before {
    content: "\f3cb";
}
.icon-ic_fluent_dual_screen_desktop_24_regular:before {
    content: "\f3cc";
}
.icon-ic_fluent_dual_screen_group_24_regular:before {
    content: "\f3ce";
}
.icon-ic_fluent_dual_screen_header_24_regular:before {
    content: "\f3cf";
}
.icon-ic_fluent_dual_screen_lock_24_regular:before {
    content: "\f3d0";
}
.icon-ic_fluent_dual_screen_mirror_24_regular:before {
    content: "\f3d1";
}
.icon-ic_fluent_dual_screen_pagination_24_regular:before {
    content: "\f3d2";
}
.icon-ic_fluent_dual_screen_settings_24_regular:before {
    content: "\f3d3";
}
.icon-ic_fluent_dual_screen_status_bar_24_regular:before {
    content: "\f3d4";
}
.icon-ic_fluent_dual_screen_tablet_24_regular:before {
    content: "\f3d5";
}
.icon-ic_fluent_dual_screen_update_24_regular:before {
    content: "\f3d6";
}
.icon-ic_fluent_dual_screen_vertical_scroll_24_regular:before {
    content: "\f3d7";
}
.icon-ic_fluent_dual_screen_vibrate_24_regular:before {
    content: "\f3d8";
}
.icon-ic_fluent_earth_16_regular:before {
    content: "\f3d9";
}
.icon-ic_fluent_earth_20_regular:before {
    content: "\f3da";
}
.icon-ic_fluent_earth_24_regular:before {
    content: "\f3db";
}
.icon-ic_fluent_edit_16_regular:before {
    content: "\f3dc";
}
.icon-ic_fluent_edit_20_regular:before {
    content: "\f3dd";
}
.icon-ic_fluent_edit_24_regular:before {
    content: "\f3de";
}
.icon-ic_fluent_emoji_16_regular:before {
    content: "\f3df";
}
.icon-ic_fluent_emoji_20_regular:before {
    content: "\f3e0";
}
.icon-ic_fluent_emoji_24_regular:before {
    content: "\f3e1";
}
.icon-ic_fluent_emoji_add_24_regular:before {
    content: "\f3e2";
}
.icon-ic_fluent_emoji_angry_20_regular:before {
    content: "\f3e3";
}
.icon-ic_fluent_emoji_angry_24_regular:before {
    content: "\f3e4";
}
.icon-ic_fluent_emoji_laugh_20_regular:before {
    content: "\f3e5";
}
.icon-ic_fluent_emoji_laugh_24_regular:before {
    content: "\f3e6";
}
.icon-ic_fluent_emoji_meh_20_regular:before {
    content: "\f3e7";
}
.icon-ic_fluent_emoji_meh_24_regular:before {
    content: "\f3e8";
}
.icon-ic_fluent_emoji_sad_20_regular:before {
    content: "\f3e9";
}
.icon-ic_fluent_emoji_sad_24_regular:before {
    content: "\f3ea";
}
.icon-ic_fluent_emoji_surprise_20_regular:before {
    content: "\f3eb";
}
.icon-ic_fluent_emoji_surprise_24_regular:before {
    content: "\f3ec";
}
.icon-ic_fluent_eraser_tool_24_regular:before {
    content: "\f3ef";
}
.icon-ic_fluent_error_circle_16_regular:before {
    content: "\f3f0";
}
.icon-ic_fluent_error_circle_20_regular:before {
    content: "\f3f1";
}
.icon-ic_fluent_error_circle_24_regular:before {
    content: "\f3f2";
}
.icon-ic_fluent_extended_dock_24_regular:before {
    content: "\f3f4";
}
.icon-ic_fluent_fast_acceleration_24_regular:before {
    content: "\f3fd";
}
.icon-ic_fluent_fast_forward_20_regular:before {
    content: "\f3fe";
}
.icon-ic_fluent_fast_forward_24_regular:before {
    content: "\f3ff";
}
.icon-ic_fluent_filter_20_regular:before {
    content: "\f406";
}
.icon-ic_fluent_filter_24_regular:before {
    content: "\f407";
}
.icon-ic_fluent_filter_28_regular:before {
    content: "\f408";
}
.icon-ic_fluent_fingerprint_24_regular:before {
    content: "\f409";
}
.icon-ic_fluent_flag_16_regular:before {
    content: "\f40a";
}
.icon-ic_fluent_flag_20_regular:before {
    content: "\f40b";
}
.icon-ic_fluent_flag_24_regular:before {
    content: "\f40c";
}
.icon-ic_fluent_flag_28_regular:before {
    content: "\f40d";
}
.icon-ic_fluent_flag_48_regular:before {
    content: "\f40e";
}
.icon-ic_fluent_flag_off_24_regular:before {
    content: "\f40f";
}
.icon-ic_fluent_flag_off_28_regular:before {
    content: "\f410";
}
.icon-ic_fluent_flag_off_48_regular:before {
    content: "\f411";
}
.icon-ic_fluent_flash_auto_24_regular:before {
    content: "\f412";
}
.icon-ic_fluent_flash_off_24_regular:before {
    content: "\f413";
}
.icon-ic_fluent_flashlight_24_regular:before {
    content: "\f416";
}
.icon-ic_fluent_flashlight_off_24_regular:before {
    content: "\f417";
}
.icon-ic_fluent_folder_20_regular:before {
    content: "\f418";
}
.icon-ic_fluent_folder_24_regular:before {
    content: "\f419";
}
.icon-ic_fluent_folder_28_regular:before {
    content: "\f41a";
}
.icon-ic_fluent_folder_48_regular:before {
    content: "\f41b";
}
.icon-ic_fluent_folder_add_20_regular:before {
    content: "\f41c";
}
.icon-ic_fluent_folder_add_24_regular:before {
    content: "\f41d";
}
.icon-ic_fluent_folder_add_28_regular:before {
    content: "\f41e";
}
.icon-ic_fluent_folder_add_48_regular:before {
    content: "\f41f";
}
.icon-ic_fluent_folder_briefcase_20_regular:before {
    content: "\f420";
}
.icon-ic_fluent_folder_link_20_regular:before {
    content: "\f425";
}
.icon-ic_fluent_folder_link_24_regular:before {
    content: "\f426";
}
.icon-ic_fluent_folder_link_28_regular:before {
    content: "\f427";
}
.icon-ic_fluent_folder_link_48_regular:before {
    content: "\f428";
}
.icon-ic_fluent_folder_open_16_regular:before {
    content: "\f42d";
}
.icon-ic_fluent_folder_open_20_regular:before {
    content: "\f42e";
}
.icon-ic_fluent_folder_open_24_regular:before {
    content: "\f42f";
}
.icon-ic_fluent_folder_open_vertical_20_regular:before {
    content: "\f430";
}
.icon-ic_fluent_folder_zip_16_regular:before {
    content: "\f434";
}
.icon-ic_fluent_folder_zip_20_regular:before {
    content: "\f435";
}
.icon-ic_fluent_folder_zip_24_regular:before {
    content: "\f436";
}
.icon-ic_fluent_font_decrease_20_regular:before {
    content: "\f437";
}
.icon-ic_fluent_font_decrease_24_regular:before {
    content: "\f438";
}
.icon-ic_fluent_font_increase_20_regular:before {
    content: "\f439";
}
.icon-ic_fluent_font_increase_24_regular:before {
    content: "\f43a";
}
.icon-ic_fluent_font_space_tracking_in_16_regular:before {
    content: "\f43b";
}
.icon-ic_fluent_font_space_tracking_in_20_regular:before {
    content: "\f43c";
}
.icon-ic_fluent_font_space_tracking_in_24_regular:before {
    content: "\f43d";
}
.icon-ic_fluent_font_space_tracking_in_28_regular:before {
    content: "\f43e";
}
.icon-ic_fluent_font_space_tracking_out_16_regular:before {
    content: "\f43f";
}
.icon-ic_fluent_font_space_tracking_out_20_regular:before {
    content: "\f440";
}
.icon-ic_fluent_font_space_tracking_out_24_regular:before {
    content: "\f441";
}
.icon-ic_fluent_font_space_tracking_out_28_regular:before {
    content: "\f442";
}
.icon-ic_fluent_food_20_regular:before {
    content: "\f443";
}
.icon-ic_fluent_food_24_regular:before {
    content: "\f444";
}
.icon-ic_fluent_food_cake_24_regular:before {
    content: "\f445";
}
.icon-ic_fluent_food_egg_24_regular:before {
    content: "\f446";
}
.icon-ic_fluent_food_toast_24_regular:before {
    content: "\f447";
}
.icon-ic_fluent_form_new_24_regular:before {
    content: "\f448";
}
.icon-ic_fluent_form_new_28_regular:before {
    content: "\f449";
}
.icon-ic_fluent_form_new_48_regular:before {
    content: "\f44a";
}
.icon-ic_fluent_fps_240_24_regular:before {
    content: "\f44d";
}
.icon-ic_fluent_fps_960_24_regular:before {
    content: "\f44e";
}
.icon-ic_fluent_games_24_regular:before {
    content: "\f451";
}
.icon-ic_fluent_gesture_24_regular:before {
    content: "\f452";
}
.icon-ic_fluent_gif_20_regular:before {
    content: "\f453";
}
.icon-ic_fluent_gif_24_regular:before {
    content: "\f454";
}
.icon-ic_fluent_gift_20_regular:before {
    content: "\f455";
}
.icon-ic_fluent_gift_24_regular:before {
    content: "\f456";
}
.icon-ic_fluent_glance_24_regular:before {
    content: "\f457";
}
.icon-ic_fluent_glasses_24_regular:before {
    content: "\f458";
}
.icon-ic_fluent_glasses_off_24_regular:before {
    content: "\f459";
}
.icon-ic_fluent_globe_20_regular:before {
    content: "\f45a";
}
.icon-ic_fluent_globe_24_regular:before {
    content: "\f45b";
}
.icon-ic_fluent_globe_add_24_regular:before {
    content: "\f45c";
}
.icon-ic_fluent_globe_clock_24_regular:before {
    content: "\f45d";
}
.icon-ic_fluent_globe_desktop_24_regular:before {
    content: "\f45e";
}
.icon-ic_fluent_globe_location_24_regular:before {
    content: "\f45f";
}
.icon-ic_fluent_globe_search_24_regular:before {
    content: "\f460";
}
.icon-ic_fluent_globe_video_24_regular:before {
    content: "\f461";
}
.icon-ic_fluent_grid_20_regular:before {
    content: "\f462";
}
.icon-ic_fluent_grid_24_regular:before {
    content: "\f463";
}
.icon-ic_fluent_grid_28_regular:before {
    content: "\f464";
}
.icon-ic_fluent_group_20_regular:before {
    content: "\f465";
}
.icon-ic_fluent_group_24_regular:before {
    content: "\f466";
}
.icon-ic_fluent_group_list_24_regular:before {
    content: "\f467";
}
.icon-ic_fluent_guest_16_regular:before {
    content: "\f468";
}
.icon-ic_fluent_guest_20_regular:before {
    content: "\f469";
}
.icon-ic_fluent_guest_24_regular:before {
    content: "\f46a";
}
.icon-ic_fluent_guest_28_regular:before {
    content: "\f46b";
}
.icon-ic_fluent_guest_add_24_regular:before {
    content: "\f46c";
}
.icon-ic_fluent_handshake_16_regular:before {
    content: "\f46e";
}
.icon-ic_fluent_handshake_20_regular:before {
    content: "\f46f";
}
.icon-ic_fluent_handshake_24_regular:before {
    content: "\f470";
}
.icon-ic_fluent_hdr_24_regular:before {
    content: "\f471";
}
.icon-ic_fluent_headphones_24_regular:before {
    content: "\f472";
}
.icon-ic_fluent_headphones_28_regular:before {
    content: "\f473";
}
.icon-ic_fluent_headset_24_regular:before {
    content: "\f474";
}
.icon-ic_fluent_headset_28_regular:before {
    content: "\f475";
}
.icon-ic_fluent_headset_vr_20_regular:before {
    content: "\f476";
}
.icon-ic_fluent_headset_vr_24_regular:before {
    content: "\f477";
}
.icon-ic_fluent_heart_16_regular:before {
    content: "\f478";
}
.icon-ic_fluent_heart_20_regular:before {
    content: "\f479";
}
.icon-ic_fluent_heart_24_regular:before {
    content: "\f47a";
}
.icon-ic_fluent_highlight_16_regular:before {
    content: "\f47b";
}
.icon-ic_fluent_highlight_20_regular:before {
    content: "\f47c";
}
.icon-ic_fluent_highlight_24_regular:before {
    content: "\f47d";
}
.icon-ic_fluent_history_20_regular:before {
    content: "\f47e";
}
.icon-ic_fluent_history_24_regular:before {
    content: "\f47f";
}
.icon-ic_fluent_home_20_regular:before {
    content: "\f480";
}
.icon-ic_fluent_home_24_regular:before {
    content: "\f481";
}
.icon-ic_fluent_home_28_regular:before {
    content: "\f482";
}
.icon-ic_fluent_home_add_24_regular:before {
    content: "\f483";
}
.icon-ic_fluent_home_checkmark_24_regular:before {
    content: "\f484";
}
.icon-ic_fluent_icons_20_regular:before {
    content: "\f485";
}
.icon-ic_fluent_icons_24_regular:before {
    content: "\f486";
}
.icon-ic_fluent_image_16_regular:before {
    content: "\f487";
}
.icon-ic_fluent_image_20_regular:before {
    content: "\f488";
}
.icon-ic_fluent_image_24_regular:before {
    content: "\f489";
}
.icon-ic_fluent_image_28_regular:before {
    content: "\f48a";
}
.icon-ic_fluent_image_48_regular:before {
    content: "\f48b";
}
.icon-ic_fluent_image_add_24_regular:before {
    content: "\f48c";
}
.icon-ic_fluent_image_alt_text_20_regular:before {
    content: "\f48d";
}
.icon-ic_fluent_image_alt_text_24_regular:before {
    content: "\f48e";
}
.icon-ic_fluent_image_copy_20_regular:before {
    content: "\f48f";
}
.icon-ic_fluent_image_copy_24_regular:before {
    content: "\f490";
}
.icon-ic_fluent_image_copy_28_regular:before {
    content: "\f491";
}
.icon-ic_fluent_image_edit_16_regular:before {
    content: "\f492";
}
.icon-ic_fluent_image_edit_20_regular:before {
    content: "\f493";
}
.icon-ic_fluent_image_edit_24_regular:before {
    content: "\f494";
}
.icon-ic_fluent_image_off_24_regular:before {
    content: "\f498";
}
.icon-ic_fluent_image_search_20_regular:before {
    content: "\f499";
}
.icon-ic_fluent_image_search_24_regular:before {
    content: "\f49a";
}
.icon-ic_fluent_immersive_reader_20_regular:before {
    content: "\f49b";
}
.icon-ic_fluent_immersive_reader_24_regular:before {
    content: "\f49c";
}
.icon-ic_fluent_important_12_regular:before {
    content: "\f49d";
}
.icon-ic_fluent_important_16_regular:before {
    content: "\f49e";
}
.icon-ic_fluent_important_20_regular:before {
    content: "\f49f";
}
.icon-ic_fluent_important_24_regular:before {
    content: "\f4a0";
}
.icon-ic_fluent_incognito_24_regular:before {
    content: "\f4a1";
}
.icon-ic_fluent_info_16_regular:before {
    content: "\f4a2";
}
.icon-ic_fluent_info_20_regular:before {
    content: "\f4a3";
}
.icon-ic_fluent_info_24_regular:before {
    content: "\f4a4";
}
.icon-ic_fluent_info_28_regular:before {
    content: "\f4a5";
}
.icon-ic_fluent_inking_tool_16_regular:before {
    content: "\f4a6";
}
.icon-ic_fluent_inking_tool_20_regular:before {
    content: "\f4a7";
}
.icon-ic_fluent_inking_tool_24_regular:before {
    content: "\f4a8";
}
.icon-ic_fluent_inprivate_account_16_regular:before {
    content: "\f4a9";
}
.icon-ic_fluent_inprivate_account_20_regular:before {
    content: "\f4aa";
}
.icon-ic_fluent_inprivate_account_24_regular:before {
    content: "\f4ab";
}
.icon-ic_fluent_inprivate_account_28_regular:before {
    content: "\f4ac";
}
.icon-ic_fluent_insert_20_regular:before {
    content: "\f4ad";
}
.icon-ic_fluent_ios_chevron_right_20_regular:before {
    content: "\f4b2";
}
.icon-ic_fluent_javascript_16_regular:before {
    content: "\f4b3";
}
.icon-ic_fluent_javascript_20_regular:before {
    content: "\f4b4";
}
.icon-ic_fluent_javascript_24_regular:before {
    content: "\f4b5";
}
.icon-ic_fluent_key_20_regular:before {
    content: "\f4b6";
}
.icon-ic_fluent_key_24_regular:before {
    content: "\f4b7";
}
.icon-ic_fluent_keyboard_20_regular:before {
    content: "\f4b8";
}
.icon-ic_fluent_keyboard_24_regular:before {
    content: "\f4b9";
}
.icon-ic_fluent_keyboard_dock_24_regular:before {
    content: "\f4ba";
}
.icon-ic_fluent_keyboard_layout_float_24_regular:before {
    content: "\f4bb";
}
.icon-ic_fluent_keyboard_layout_one_handed_left_24_regular:before {
    content: "\f4bc";
}
.icon-ic_fluent_keyboard_layout_resize_24_regular:before {
    content: "\f4bd";
}
.icon-ic_fluent_keyboard_layout_split_24_regular:before {
    content: "\f4be";
}
.icon-ic_fluent_keyboard_shift_24_regular:before {
    content: "\f4bf";
}
.icon-ic_fluent_keyboard_shift_uppercase_24_regular:before {
    content: "\f4c0";
}
.icon-ic_fluent_keyboard_tab_24_regular:before {
    content: "\f4c1";
}
.icon-ic_fluent_laptop_16_regular:before {
    content: "\f4c2";
}
.icon-ic_fluent_laptop_20_regular:before {
    content: "\f4c3";
}
.icon-ic_fluent_laptop_24_regular:before {
    content: "\f4c4";
}
.icon-ic_fluent_laptop_28_regular:before {
    content: "\f4c5";
}
.icon-ic_fluent_lasso_24_regular:before {
    content: "\f4c9";
}
.icon-ic_fluent_launcher_settings_24_regular:before {
    content: "\f4ca";
}
.icon-ic_fluent_layer_20_regular:before {
    content: "\f4cb";
}
.icon-ic_fluent_layer_24_regular:before {
    content: "\f4cc";
}
.icon-ic_fluent_leaf_two_16_regular:before {
    content: "\f4d0";
}
.icon-ic_fluent_leaf_two_20_regular:before {
    content: "\f4d1";
}
.icon-ic_fluent_leaf_two_24_regular:before {
    content: "\f4d2";
}
.icon-ic_fluent_library_24_regular:before {
    content: "\f4d3";
}
.icon-ic_fluent_library_28_regular:before {
    content: "\f4d4";
}
.icon-ic_fluent_lightbulb_16_regular:before {
    content: "\f4d5";
}
.icon-ic_fluent_lightbulb_20_regular:before {
    content: "\f4d6";
}
.icon-ic_fluent_lightbulb_24_regular:before {
    content: "\f4d7";
}
.icon-ic_fluent_lightbulb_circle_24_regular:before {
    content: "\f4d8";
}
.icon-ic_fluent_lightbulb_filament_16_regular:before {
    content: "\f4d9";
}
.icon-ic_fluent_lightbulb_filament_20_regular:before {
    content: "\f4da";
}
.icon-ic_fluent_lightbulb_filament_24_regular:before {
    content: "\f4db";
}
.icon-ic_fluent_likert_16_regular:before {
    content: "\f4dd";
}
.icon-ic_fluent_likert_20_regular:before {
    content: "\f4de";
}
.icon-ic_fluent_likert_24_regular:before {
    content: "\f4df";
}
.icon-ic_fluent_line_horizontal_1_20_regular:before {
    content: "\f4e0";
}
.icon-ic_fluent_line_horizontal_3_20_regular:before {
    content: "\f4e1";
}
.icon-ic_fluent_line_horizontal_5_20_regular:before {
    content: "\f4e2";
}
.icon-ic_fluent_link_16_regular:before {
    content: "\f4e3";
}
.icon-ic_fluent_link_20_regular:before {
    content: "\f4e4";
}
.icon-ic_fluent_link_24_regular:before {
    content: "\f4e5";
}
.icon-ic_fluent_link_28_regular:before {
    content: "\f4e6";
}
.icon-ic_fluent_link_48_regular:before {
    content: "\f4e7";
}
.icon-ic_fluent_link_edit_16_regular:before {
    content: "\f4e8";
}
.icon-ic_fluent_link_edit_20_regular:before {
    content: "\f4e9";
}
.icon-ic_fluent_link_edit_24_regular:before {
    content: "\f4ea";
}
.icon-ic_fluent_link_square_24_regular:before {
    content: "\f4ec";
}
.icon-ic_fluent_list_20_regular:before {
    content: "\f4ed";
}
.icon-ic_fluent_list_24_regular:before {
    content: "\f4ee";
}
.icon-ic_fluent_list_28_regular:before {
    content: "\f4ef";
}
.icon-ic_fluent_live_20_regular:before {
    content: "\f4f0";
}
.icon-ic_fluent_live_24_regular:before {
    content: "\f4f1";
}
.icon-ic_fluent_local_language_16_regular:before {
    content: "\f4f2";
}
.icon-ic_fluent_local_language_20_regular:before {
    content: "\f4f3";
}
.icon-ic_fluent_local_language_24_regular:before {
    content: "\f4f4";
}
.icon-ic_fluent_local_language_28_regular:before {
    content: "\f4f5";
}
.icon-ic_fluent_location_12_regular:before {
    content: "\f4f6";
}
.icon-ic_fluent_location_16_regular:before {
    content: "\f4f7";
}
.icon-ic_fluent_location_20_regular:before {
    content: "\f4f8";
}
.icon-ic_fluent_location_24_regular:before {
    content: "\f4f9";
}
.icon-ic_fluent_location_28_regular:before {
    content: "\f4fa";
}
.icon-ic_fluent_location_live_20_regular:before {
    content: "\f4fb";
}
.icon-ic_fluent_location_live_24_regular:before {
    content: "\f4fc";
}
.icon-ic_fluent_lock_shield_20_regular:before {
    content: "\f502";
}
.icon-ic_fluent_lock_shield_24_regular:before {
    content: "\f503";
}
.icon-ic_fluent_lock_shield_48_regular:before {
    content: "\f504";
}
.icon-ic_fluent_mail_20_regular:before {
    content: "\f506";
}
.icon-ic_fluent_mail_24_regular:before {
    content: "\f507";
}
.icon-ic_fluent_mail_28_regular:before {
    content: "\f508";
}
.icon-ic_fluent_mail_48_regular:before {
    content: "\f509";
}
.icon-ic_fluent_mail_add_24_regular:before {
    content: "\f50a";
}
.icon-ic_fluent_mail_all_read_20_regular:before {
    content: "\f50e";
}
.icon-ic_fluent_mail_all_unread_20_regular:before {
    content: "\f50f";
}
.icon-ic_fluent_mail_clock_20_regular:before {
    content: "\f510";
}
.icon-ic_fluent_mail_copy_20_regular:before {
    content: "\f511";
}
.icon-ic_fluent_mail_copy_24_regular:before {
    content: "\f512";
}
.icon-ic_fluent_mail_inbox_16_regular:before {
    content: "\f513";
}
.icon-ic_fluent_mail_inbox_20_regular:before {
    content: "\f514";
}
.icon-ic_fluent_mail_inbox_24_regular:before {
    content: "\f515";
}
.icon-ic_fluent_mail_inbox_28_regular:before {
    content: "\f516";
}
.icon-ic_fluent_mail_inbox_add_16_regular:before {
    content: "\f517";
}
.icon-ic_fluent_mail_inbox_add_20_regular:before {
    content: "\f518";
}
.icon-ic_fluent_mail_inbox_add_24_regular:before {
    content: "\f519";
}
.icon-ic_fluent_mail_inbox_add_28_regular:before {
    content: "\f51a";
}
.icon-ic_fluent_mail_inbox_dismiss_16_regular:before {
    content: "\f51b";
}
.icon-ic_fluent_mail_inbox_dismiss_20_regular:before {
    content: "\f51c";
}
.icon-ic_fluent_mail_inbox_dismiss_24_regular:before {
    content: "\f51d";
}
.icon-ic_fluent_mail_inbox_dismiss_28_regular:before {
    content: "\f51e";
}
.icon-ic_fluent_mail_read_20_regular:before {
    content: "\f521";
}
.icon-ic_fluent_mail_read_24_regular:before {
    content: "\f522";
}
.icon-ic_fluent_mail_read_28_regular:before {
    content: "\f523";
}
.icon-ic_fluent_mail_read_48_regular:before {
    content: "\f524";
}
.icon-ic_fluent_mail_unread_16_regular:before {
    content: "\f525";
}
.icon-ic_fluent_mail_unread_20_regular:before {
    content: "\f526";
}
.icon-ic_fluent_mail_unread_24_regular:before {
    content: "\f527";
}
.icon-ic_fluent_mail_unread_28_regular:before {
    content: "\f528";
}
.icon-ic_fluent_mail_unread_48_regular:before {
    content: "\f529";
}
.icon-ic_fluent_map_24_regular:before {
    content: "\f52e";
}
.icon-ic_fluent_map_drive_16_regular:before {
    content: "\f52f";
}
.icon-ic_fluent_map_drive_20_regular:before {
    content: "\f530";
}
.icon-ic_fluent_map_drive_24_regular:before {
    content: "\f531";
}
.icon-ic_fluent_match_app_layout_24_regular:before {
    content: "\f532";
}
.icon-ic_fluent_maximize_16_regular:before {
    content: "\f533";
}
.icon-ic_fluent_meet_now_20_regular:before {
    content: "\f534";
}
.icon-ic_fluent_meet_now_24_regular:before {
    content: "\f535";
}
.icon-ic_fluent_megaphone_16_regular:before {
    content: "\f536";
}
.icon-ic_fluent_megaphone_20_regular:before {
    content: "\f537";
}
.icon-ic_fluent_megaphone_24_regular:before {
    content: "\f538";
}
.icon-ic_fluent_megaphone_28_regular:before {
    content: "\f539";
}
.icon-ic_fluent_megaphone_off_24_regular:before {
    content: "\f53a";
}
.icon-ic_fluent_mention_16_regular:before {
    content: "\f53b";
}
.icon-ic_fluent_mention_20_regular:before {
    content: "\f53c";
}
.icon-ic_fluent_mention_24_regular:before {
    content: "\f53d";
}
.icon-ic_fluent_merge_24_regular:before {
    content: "\f53e";
}
.icon-ic_fluent_mic_off_12_regular:before {
    content: "\f53f";
}
.icon-ic_fluent_mic_off_16_regular:before {
    content: "\f540";
}
.icon-ic_fluent_mic_off_24_regular:before {
    content: "\f541";
}
.icon-ic_fluent_mic_off_28_regular:before {
    content: "\f542";
}
.icon-ic_fluent_mic_settings_24_regular:before {
    content: "\f548";
}
.icon-ic_fluent_midi_20_regular:before {
    content: "\f549";
}
.icon-ic_fluent_midi_24_regular:before {
    content: "\f54a";
}
.icon-ic_fluent_mobile_optimized_24_regular:before {
    content: "\f54d";
}
.icon-ic_fluent_money_16_regular:before {
    content: "\f54e";
}
.icon-ic_fluent_money_20_regular:before {
    content: "\f54f";
}
.icon-ic_fluent_money_24_regular:before {
    content: "\f550";
}
.icon-ic_fluent_more_vertical_20_regular:before {
    content: "\f556";
}
.icon-ic_fluent_more_vertical_24_regular:before {
    content: "\f557";
}
.icon-ic_fluent_more_vertical_28_regular:before {
    content: "\f558";
}
.icon-ic_fluent_more_vertical_48_regular:before {
    content: "\f559";
}
.icon-ic_fluent_movies_and_tv_24_regular:before {
    content: "\f55a";
}
.icon-ic_fluent_my_location_24_regular:before {
    content: "\f55f";
}
.icon-ic_fluent_navigation_20_regular:before {
    content: "\f560";
}
.icon-ic_fluent_navigation_24_regular:before {
    content: "\f561";
}
.icon-ic_fluent_network_check_24_regular:before {
    content: "\f562";
}
.icon-ic_fluent_new_16_regular:before {
    content: "\f563";
}
.icon-ic_fluent_new_24_regular:before {
    content: "\f564";
}
.icon-ic_fluent_news_20_regular:before {
    content: "\f565";
}
.icon-ic_fluent_news_24_regular:before {
    content: "\f566";
}
.icon-ic_fluent_news_28_regular:before {
    content: "\f567";
}
.icon-ic_fluent_next_16_regular:before {
    content: "\f568";
}
.icon-ic_fluent_next_20_regular:before {
    content: "\f569";
}
.icon-ic_fluent_next_24_regular:before {
    content: "\f56a";
}
.icon-ic_fluent_note_20_regular:before {
    content: "\f56b";
}
.icon-ic_fluent_note_24_regular:before {
    content: "\f56c";
}
.icon-ic_fluent_note_add_16_regular:before {
    content: "\f56d";
}
.icon-ic_fluent_note_add_20_regular:before {
    content: "\f56e";
}
.icon-ic_fluent_note_add_24_regular:before {
    content: "\f56f";
}
.icon-ic_fluent_notebook_24_regular:before {
    content: "\f570";
}
.icon-ic_fluent_notebook_error_24_regular:before {
    content: "\f571";
}
.icon-ic_fluent_notebook_lightning_24_regular:before {
    content: "\f572";
}
.icon-ic_fluent_notebook_question_mark_24_regular:before {
    content: "\f573";
}
.icon-ic_fluent_notebook_section_24_regular:before {
    content: "\f574";
}
.icon-ic_fluent_notebook_sync_24_regular:before {
    content: "\f575";
}
.icon-ic_fluent_notepad_20_regular:before {
    content: "\f576";
}
.icon-ic_fluent_notepad_24_regular:before {
    content: "\f577";
}
.icon-ic_fluent_notepad_28_regular:before {
    content: "\f578";
}
.icon-ic_fluent_number_row_16_regular:before {
    content: "\f579";
}
.icon-ic_fluent_number_row_20_regular:before {
    content: "\f57a";
}
.icon-ic_fluent_number_row_24_regular:before {
    content: "\f57b";
}
.icon-ic_fluent_number_symbol_16_regular:before {
    content: "\f57c";
}
.icon-ic_fluent_number_symbol_20_regular:before {
    content: "\f57d";
}
.icon-ic_fluent_number_symbol_24_regular:before {
    content: "\f57e";
}
.icon-ic_fluent_open_16_regular:before {
    content: "\f581";
}
.icon-ic_fluent_open_20_regular:before {
    content: "\f582";
}
.icon-ic_fluent_open_24_regular:before {
    content: "\f583";
}
.icon-ic_fluent_open_folder_24_regular:before {
    content: "\f584";
}
.icon-ic_fluent_options_16_regular:before {
    content: "\f586";
}
.icon-ic_fluent_options_20_regular:before {
    content: "\f587";
}
.icon-ic_fluent_options_24_regular:before {
    content: "\f588";
}
.icon-ic_fluent_organization_20_regular:before {
    content: "\f589";
}
.icon-ic_fluent_organization_24_regular:before {
    content: "\f58a";
}
.icon-ic_fluent_organization_28_regular:before {
    content: "\f58b";
}
.icon-ic_fluent_page_fit_16_regular:before {
    content: "\f58e";
}
.icon-ic_fluent_page_fit_20_regular:before {
    content: "\f58f";
}
.icon-ic_fluent_page_fit_24_regular:before {
    content: "\f590";
}
.icon-ic_fluent_paint_brush_16_regular:before {
    content: "\f591";
}
.icon-ic_fluent_paint_brush_20_regular:before {
    content: "\f592";
}
.icon-ic_fluent_paint_brush_24_regular:before {
    content: "\f593";
}
.icon-ic_fluent_paint_bucket_16_regular:before {
    content: "\f594";
}
.icon-ic_fluent_paint_bucket_20_regular:before {
    content: "\f595";
}
.icon-ic_fluent_paint_bucket_24_regular:before {
    content: "\f596";
}
.icon-ic_fluent_pair_24_regular:before {
    content: "\f597";
}
.icon-ic_fluent_password_24_regular:before {
    content: "\f59e";
}
.icon-ic_fluent_patient_24_regular:before {
    content: "\f59f";
}
.icon-ic_fluent_pause_16_regular:before {
    content: "\f5a0";
}
.icon-ic_fluent_pause_20_regular:before {
    content: "\f5a1";
}
.icon-ic_fluent_pause_24_regular:before {
    content: "\f5a2";
}
.icon-ic_fluent_pause_48_regular:before {
    content: "\f5a3";
}
.icon-ic_fluent_payment_20_regular:before {
    content: "\f5a4";
}
.icon-ic_fluent_payment_24_regular:before {
    content: "\f5a5";
}
.icon-ic_fluent_people_16_regular:before {
    content: "\f5a7";
}
.icon-ic_fluent_people_20_regular:before {
    content: "\f5a8";
}
.icon-ic_fluent_people_24_regular:before {
    content: "\f5a9";
}
.icon-ic_fluent_people_28_regular:before {
    content: "\f5aa";
}
.icon-ic_fluent_people_add_16_regular:before {
    content: "\f5ab";
}
.icon-ic_fluent_people_add_20_regular:before {
    content: "\f5ac";
}
.icon-ic_fluent_people_add_24_regular:before {
    content: "\f5ad";
}
.icon-ic_fluent_people_audience_24_regular:before {
    content: "\f5ae";
}
.icon-ic_fluent_people_community_16_regular:before {
    content: "\f5af";
}
.icon-ic_fluent_people_community_20_regular:before {
    content: "\f5b0";
}
.icon-ic_fluent_people_community_24_regular:before {
    content: "\f5b1";
}
.icon-ic_fluent_people_community_28_regular:before {
    content: "\f5b2";
}
.icon-ic_fluent_people_community_add_24_regular:before {
    content: "\f5b3";
}
.icon-ic_fluent_people_prohibited_20_regular:before {
    content: "\f5b4";
}
.icon-ic_fluent_people_search_24_regular:before {
    content: "\f5b5";
}
.icon-ic_fluent_people_settings_20_regular:before {
    content: "\f5b6";
}
.icon-ic_fluent_people_team_16_regular:before {
    content: "\f5b7";
}
.icon-ic_fluent_people_team_20_regular:before {
    content: "\f5b8";
}
.icon-ic_fluent_people_team_24_regular:before {
    content: "\f5b9";
}
.icon-ic_fluent_people_team_28_regular:before {
    content: "\f5ba";
}
.icon-ic_fluent_person_12_regular:before {
    content: "\f5bb";
}
.icon-ic_fluent_person_16_regular:before {
    content: "\f5bc";
}
.icon-ic_fluent_person_20_regular:before {
    content: "\f5bd";
}
.icon-ic_fluent_person_24_regular:before {
    content: "\f5be";
}
.icon-ic_fluent_person_28_regular:before {
    content: "\f5bf";
}
.icon-ic_fluent_person_48_regular:before {
    content: "\f5c0";
}
.icon-ic_fluent_person_accounts_24_regular:before {
    content: "\f5c1";
}
.icon-ic_fluent_person_add_20_regular:before {
    content: "\f5c2";
}
.icon-ic_fluent_person_add_24_regular:before {
    content: "\f5c3";
}
.icon-ic_fluent_person_arrow_left_20_regular:before {
    content: "\f5c4";
}
.icon-ic_fluent_person_arrow_left_24_regular:before {
    content: "\f5c5";
}
.icon-ic_fluent_person_arrow_right_16_regular:before {
    content: "\f5c6";
}
.icon-ic_fluent_person_arrow_right_20_regular:before {
    content: "\f5c7";
}
.icon-ic_fluent_person_arrow_right_24_regular:before {
    content: "\f5c8";
}
.icon-ic_fluent_person_available_16_regular:before {
    content: "\f5c9";
}
.icon-ic_fluent_person_available_24_regular:before {
    content: "\f5ca";
}
.icon-ic_fluent_person_board_16_regular:before {
    content: "\f5cc";
}
.icon-ic_fluent_person_board_20_regular:before {
    content: "\f5cd";
}
.icon-ic_fluent_person_board_24_regular:before {
    content: "\f5ce";
}
.icon-ic_fluent_person_call_24_regular:before {
    content: "\f5cf";
}
.icon-ic_fluent_person_delete_16_regular:before {
    content: "\f5d0";
}
.icon-ic_fluent_person_delete_24_regular:before {
    content: "\f5d1";
}
.icon-ic_fluent_person_feedback_20_regular:before {
    content: "\f5d2";
}
.icon-ic_fluent_person_feedback_24_regular:before {
    content: "\f5d3";
}
.icon-ic_fluent_person_prohibited_20_regular:before {
    content: "\f5d4";
}
.icon-ic_fluent_person_question_mark_16_regular:before {
    content: "\f5d5";
}
.icon-ic_fluent_person_question_mark_20_regular:before {
    content: "\f5d6";
}
.icon-ic_fluent_person_question_mark_24_regular:before {
    content: "\f5d7";
}
.icon-ic_fluent_person_support_16_regular:before {
    content: "\f5d8";
}
.icon-ic_fluent_person_support_20_regular:before {
    content: "\f5d9";
}
.icon-ic_fluent_person_support_24_regular:before {
    content: "\f5da";
}
.icon-ic_fluent_person_swap_16_regular:before {
    content: "\f5db";
}
.icon-ic_fluent_person_swap_20_regular:before {
    content: "\f5dc";
}
.icon-ic_fluent_person_swap_24_regular:before {
    content: "\f5dd";
}
.icon-ic_fluent_person_voice_20_regular:before {
    content: "\f5de";
}
.icon-ic_fluent_person_voice_24_regular:before {
    content: "\f5df";
}
.icon-ic_fluent_phone_20_regular:before {
    content: "\f5e0";
}
.icon-ic_fluent_phone_24_regular:before {
    content: "\f5e1";
}
.icon-ic_fluent_phone_desktop_16_regular:before {
    content: "\f5e4";
}
.icon-ic_fluent_phone_desktop_20_regular:before {
    content: "\f5e5";
}
.icon-ic_fluent_phone_desktop_24_regular:before {
    content: "\f5e6";
}
.icon-ic_fluent_phone_desktop_28_regular:before {
    content: "\f5e7";
}
.icon-ic_fluent_phone_laptop_20_regular:before {
    content: "\f5ea";
}
.icon-ic_fluent_phone_laptop_24_regular:before {
    content: "\f5eb";
}
.icon-ic_fluent_phone_link_setup_24_regular:before {
    content: "\f5ec";
}
.icon-ic_fluent_phone_page_header_24_regular:before {
    content: "\f5ef";
}
.icon-ic_fluent_phone_pagination_24_regular:before {
    content: "\f5f0";
}
.icon-ic_fluent_phone_screen_time_24_regular:before {
    content: "\f5f1";
}
.icon-ic_fluent_phone_shake_24_regular:before {
    content: "\f5f2";
}
.icon-ic_fluent_phone_status_bar_24_regular:before {
    content: "\f5f3";
}
.icon-ic_fluent_phone_tablet_20_regular:before {
    content: "\f5f4";
}
.icon-ic_fluent_phone_tablet_24_regular:before {
    content: "\f5f5";
}
.icon-ic_fluent_phone_update_24_regular:before {
    content: "\f5f8";
}
.icon-ic_fluent_phone_vertical_scroll_24_regular:before {
    content: "\f5f9";
}
.icon-ic_fluent_phone_vibrate_24_regular:before {
    content: "\f5fa";
}
.icon-ic_fluent_photo_filter_24_regular:before {
    content: "\f5fb";
}
.icon-ic_fluent_picture_in_picture_16_regular:before {
    content: "\f5fc";
}
.icon-ic_fluent_picture_in_picture_20_regular:before {
    content: "\f5fd";
}
.icon-ic_fluent_picture_in_picture_24_regular:before {
    content: "\f5fe";
}
.icon-ic_fluent_pin_12_regular:before {
    content: "\f5ff";
}
.icon-ic_fluent_pin_16_regular:before {
    content: "\f600";
}
.icon-ic_fluent_pin_20_regular:before {
    content: "\f601";
}
.icon-ic_fluent_pin_24_regular:before {
    content: "\f602";
}
.icon-ic_fluent_pin_off_20_regular:before {
    content: "\f603";
}
.icon-ic_fluent_pin_off_24_regular:before {
    content: "\f604";
}
.icon-ic_fluent_play_20_regular:before {
    content: "\f605";
}
.icon-ic_fluent_play_24_regular:before {
    content: "\f606";
}
.icon-ic_fluent_play_48_regular:before {
    content: "\f607";
}
.icon-ic_fluent_play_circle_24_regular:before {
    content: "\f608";
}
.icon-ic_fluent_plug_disconnected_20_regular:before {
    content: "\f609";
}
.icon-ic_fluent_plug_disconnected_24_regular:before {
    content: "\f60a";
}
.icon-ic_fluent_plug_disconnected_28_regular:before {
    content: "\f60b";
}
.icon-ic_fluent_point_scan_24_regular:before {
    content: "\f60c";
}
.icon-ic_fluent_poll_24_regular:before {
    content: "\f60d";
}
.icon-ic_fluent_power_20_regular:before {
    content: "\f60e";
}
.icon-ic_fluent_power_24_regular:before {
    content: "\f60f";
}
.icon-ic_fluent_power_28_regular:before {
    content: "\f610";
}
.icon-ic_fluent_predictions_24_regular:before {
    content: "\f611";
}
.icon-ic_fluent_premium_16_regular:before {
    content: "\f612";
}
.icon-ic_fluent_premium_20_regular:before {
    content: "\f613";
}
.icon-ic_fluent_premium_24_regular:before {
    content: "\f614";
}
.icon-ic_fluent_premium_28_regular:before {
    content: "\f615";
}
.icon-ic_fluent_presence_blocked_10_regular:before {
    content: "\f616";
}
.icon-ic_fluent_presence_blocked_12_regular:before {
    content: "\f617";
}
.icon-ic_fluent_presence_blocked_16_regular:before {
    content: "\f618";
}
.icon-ic_fluent_presence_offline_10_regular:before {
    content: "\f619";
}
.icon-ic_fluent_presence_offline_12_regular:before {
    content: "\f61a";
}
.icon-ic_fluent_presence_offline_16_regular:before {
    content: "\f61b";
}
.icon-ic_fluent_presence_oof_10_regular:before {
    content: "\f61c";
}
.icon-ic_fluent_presence_oof_12_regular:before {
    content: "\f61d";
}
.icon-ic_fluent_presence_oof_16_regular:before {
    content: "\f61e";
}
.icon-ic_fluent_presence_unknown_10_regular:before {
    content: "\f61f";
}
.icon-ic_fluent_presence_unknown_12_regular:before {
    content: "\f620";
}
.icon-ic_fluent_presence_unknown_16_regular:before {
    content: "\f621";
}
.icon-ic_fluent_presenter_24_regular:before {
    content: "\f622";
}
.icon-ic_fluent_presenter_off_24_regular:before {
    content: "\f623";
}
.icon-ic_fluent_preview_link_16_regular:before {
    content: "\f624";
}
.icon-ic_fluent_preview_link_20_regular:before {
    content: "\f625";
}
.icon-ic_fluent_preview_link_24_regular:before {
    content: "\f626";
}
.icon-ic_fluent_previous_16_regular:before {
    content: "\f627";
}
.icon-ic_fluent_previous_20_regular:before {
    content: "\f628";
}
.icon-ic_fluent_previous_24_regular:before {
    content: "\f629";
}
.icon-ic_fluent_print_20_regular:before {
    content: "\f62a";
}
.icon-ic_fluent_print_24_regular:before {
    content: "\f62b";
}
.icon-ic_fluent_print_48_regular:before {
    content: "\f62c";
}
.icon-ic_fluent_prohibited_20_regular:before {
    content: "\f62d";
}
.icon-ic_fluent_prohibited_24_regular:before {
    content: "\f62e";
}
.icon-ic_fluent_prohibited_28_regular:before {
    content: "\f62f";
}
.icon-ic_fluent_prohibited_48_regular:before {
    content: "\f630";
}
.icon-ic_fluent_protocol_handler_16_regular:before {
    content: "\f632";
}
.icon-ic_fluent_protocol_handler_20_regular:before {
    content: "\f633";
}
.icon-ic_fluent_protocol_handler_24_regular:before {
    content: "\f634";
}
.icon-ic_fluent_qr_code_24_regular:before {
    content: "\f635";
}
.icon-ic_fluent_qr_code_28_regular:before {
    content: "\f636";
}
.icon-ic_fluent_question_16_regular:before {
    content: "\f637";
}
.icon-ic_fluent_question_20_regular:before {
    content: "\f638";
}
.icon-ic_fluent_question_24_regular:before {
    content: "\f639";
}
.icon-ic_fluent_question_28_regular:before {
    content: "\f63a";
}
.icon-ic_fluent_question_48_regular:before {
    content: "\f63b";
}
.icon-ic_fluent_question_circle_16_regular:before {
    content: "\f63c";
}
.icon-ic_fluent_question_circle_20_regular:before {
    content: "\f63d";
}
.icon-ic_fluent_question_circle_24_regular:before {
    content: "\f63e";
}
.icon-ic_fluent_question_circle_28_regular:before {
    content: "\f63f";
}
.icon-ic_fluent_question_circle_48_regular:before {
    content: "\f640";
}
.icon-ic_fluent_quiz_new_24_regular:before {
    content: "\f641";
}
.icon-ic_fluent_quiz_new_28_regular:before {
    content: "\f642";
}
.icon-ic_fluent_quiz_new_48_regular:before {
    content: "\f643";
}
.icon-ic_fluent_radio_button_20_regular:before {
    content: "\f644";
}
.icon-ic_fluent_radio_button_24_regular:before {
    content: "\f645";
}
.icon-ic_fluent_rating_mature_16_regular:before {
    content: "\f646";
}
.icon-ic_fluent_rating_mature_20_regular:before {
    content: "\f647";
}
.icon-ic_fluent_rating_mature_24_regular:before {
    content: "\f648";
}
.icon-ic_fluent_re_order_16_regular:before {
    content: "\f649";
}
.icon-ic_fluent_re_order_24_regular:before {
    content: "\f64a";
}
.icon-ic_fluent_read_aloud_20_regular:before {
    content: "\f64d";
}
.icon-ic_fluent_read_aloud_24_regular:before {
    content: "\f64e";
}
.icon-ic_fluent_reading_list_16_regular:before {
    content: "\f651";
}
.icon-ic_fluent_reading_list_20_regular:before {
    content: "\f652";
}
.icon-ic_fluent_reading_list_24_regular:before {
    content: "\f653";
}
.icon-ic_fluent_reading_list_28_regular:before {
    content: "\f654";
}
.icon-ic_fluent_reading_list_add_16_regular:before {
    content: "\f655";
}
.icon-ic_fluent_reading_list_add_20_regular:before {
    content: "\f656";
}
.icon-ic_fluent_reading_list_add_24_regular:before {
    content: "\f657";
}
.icon-ic_fluent_reading_list_add_28_regular:before {
    content: "\f658";
}
.icon-ic_fluent_reading_mode_mobile_20_regular:before {
    content: "\f65b";
}
.icon-ic_fluent_reading_mode_mobile_24_regular:before {
    content: "\f65c";
}
.icon-ic_fluent_record_16_regular:before {
    content: "\f660";
}
.icon-ic_fluent_record_20_regular:before {
    content: "\f661";
}
.icon-ic_fluent_record_24_regular:before {
    content: "\f662";
}
.icon-ic_fluent_rename_16_regular:before {
    content: "\f668";
}
.icon-ic_fluent_rename_20_regular:before {
    content: "\f669";
}
.icon-ic_fluent_rename_24_regular:before {
    content: "\f66a";
}
.icon-ic_fluent_rename_28_regular:before {
    content: "\f66b";
}
.icon-ic_fluent_resize_20_regular:before {
    content: "\f66c";
}
.icon-ic_fluent_resize_image_24_regular:before {
    content: "\f66d";
}
.icon-ic_fluent_resize_table_24_regular:before {
    content: "\f66e";
}
.icon-ic_fluent_resize_video_24_regular:before {
    content: "\f66f";
}
.icon-ic_fluent_reward_16_regular:before {
    content: "\f671";
}
.icon-ic_fluent_reward_20_regular:before {
    content: "\f672";
}
.icon-ic_fluent_reward_24_regular:before {
    content: "\f673";
}
.icon-ic_fluent_rewind_20_regular:before {
    content: "\f674";
}
.icon-ic_fluent_rewind_24_regular:before {
    content: "\f675";
}
.icon-ic_fluent_rocket_16_regular:before {
    content: "\f676";
}
.icon-ic_fluent_rocket_20_regular:before {
    content: "\f677";
}
.icon-ic_fluent_rocket_24_regular:before {
    content: "\f678";
}
.icon-ic_fluent_router_24_regular:before {
    content: "\f679";
}
.icon-ic_fluent_row_triple_24_regular:before {
    content: "\f67a";
}
.icon-ic_fluent_ruler_16_regular:before {
    content: "\f67b";
}
.icon-ic_fluent_ruler_20_regular:before {
    content: "\f67c";
}
.icon-ic_fluent_ruler_24_regular:before {
    content: "\f67d";
}
.icon-ic_fluent_run_24_regular:before {
    content: "\f67e";
}
.icon-ic_fluent_save_20_regular:before {
    content: "\f67f";
}
.icon-ic_fluent_save_24_regular:before {
    content: "\f680";
}
.icon-ic_fluent_save_copy_24_regular:before {
    content: "\f683";
}
.icon-ic_fluent_savings_16_regular:before {
    content: "\f684";
}
.icon-ic_fluent_savings_20_regular:before {
    content: "\f685";
}
.icon-ic_fluent_savings_24_regular:before {
    content: "\f686";
}
.icon-ic_fluent_scale_fill_24_regular:before {
    content: "\f687";
}
.icon-ic_fluent_scale_fit_16_regular:before {
    content: "\f688";
}
.icon-ic_fluent_scale_fit_20_regular:before {
    content: "\f689";
}
.icon-ic_fluent_scale_fit_24_regular:before {
    content: "\f68a";
}
.icon-ic_fluent_scan_24_regular:before {
    content: "\f68b";
}
.icon-ic_fluent_scratchpad_24_regular:before {
    content: "\f68c";
}
.icon-ic_fluent_screenshot_20_regular:before {
    content: "\f68d";
}
.icon-ic_fluent_screenshot_24_regular:before {
    content: "\f68e";
}
.icon-ic_fluent_search_20_regular:before {
    content: "\f68f";
}
.icon-ic_fluent_search_24_regular:before {
    content: "\f690";
}
.icon-ic_fluent_search_28_regular:before {
    content: "\f691";
}
.icon-ic_fluent_search_info_20_regular:before {
    content: "\f692";
}
.icon-ic_fluent_search_info_24_regular:before {
    content: "\f693";
}
.icon-ic_fluent_search_square_24_regular:before {
    content: "\f694";
}
.icon-ic_fluent_select_all_off_24_regular:before {
    content: "\f696";
}
.icon-ic_fluent_select_object_20_regular:before {
    content: "\f697";
}
.icon-ic_fluent_select_object_24_regular:before {
    content: "\f698";
}
.icon-ic_fluent_send_20_regular:before {
    content: "\f699";
}
.icon-ic_fluent_send_24_regular:before {
    content: "\f69a";
}
.icon-ic_fluent_send_28_regular:before {
    content: "\f69b";
}
.icon-ic_fluent_send_clock_20_regular:before {
    content: "\f69c";
}
.icon-ic_fluent_send_copy_24_regular:before {
    content: "\f69d";
}
.icon-ic_fluent_serial_port_16_regular:before {
    content: "\f6a1";
}
.icon-ic_fluent_serial_port_20_regular:before {
    content: "\f6a2";
}
.icon-ic_fluent_serial_port_24_regular:before {
    content: "\f6a3";
}
.icon-ic_fluent_service_bell_24_regular:before {
    content: "\f6a4";
}
.icon-ic_fluent_settings_16_regular:before {
    content: "\f6a8";
}
.icon-ic_fluent_settings_20_regular:before {
    content: "\f6a9";
}
.icon-ic_fluent_settings_24_regular:before {
    content: "\f6aa";
}
.icon-ic_fluent_settings_28_regular:before {
    content: "\f6ab";
}
.icon-ic_fluent_shapes_16_regular:before {
    content: "\f6ac";
}
.icon-ic_fluent_shapes_20_regular:before {
    content: "\f6ad";
}
.icon-ic_fluent_shapes_24_regular:before {
    content: "\f6ae";
}
.icon-ic_fluent_share_20_regular:before {
    content: "\f6af";
}
.icon-ic_fluent_share_24_regular:before {
    content: "\f6b0";
}
.icon-ic_fluent_share_android_20_regular:before {
    content: "\f6b1";
}
.icon-ic_fluent_share_android_24_regular:before {
    content: "\f6b2";
}
.icon-ic_fluent_share_close_tray_24_regular:before {
    content: "\f6b3";
}
.icon-ic_fluent_share_ios_20_regular:before {
    content: "\f6b5";
}
.icon-ic_fluent_share_ios_24_regular:before {
    content: "\f6b6";
}
.icon-ic_fluent_share_ios_28_regular:before {
    content: "\f6b7";
}
.icon-ic_fluent_share_ios_48_regular:before {
    content: "\f6b8";
}
.icon-ic_fluent_shield_20_regular:before {
    content: "\f6be";
}
.icon-ic_fluent_shield_24_regular:before {
    content: "\f6bf";
}
.icon-ic_fluent_shield_dismiss_20_regular:before {
    content: "\f6c0";
}
.icon-ic_fluent_shield_dismiss_24_regular:before {
    content: "\f6c1";
}
.icon-ic_fluent_shield_error_20_regular:before {
    content: "\f6c2";
}
.icon-ic_fluent_shield_error_24_regular:before {
    content: "\f6c3";
}
.icon-ic_fluent_shield_keyhole_16_regular:before {
    content: "\f6c4";
}
.icon-ic_fluent_shield_keyhole_20_regular:before {
    content: "\f6c5";
}
.icon-ic_fluent_shield_keyhole_24_regular:before {
    content: "\f6c6";
}
.icon-ic_fluent_shield_prohibited_20_regular:before {
    content: "\f6c7";
}
.icon-ic_fluent_shield_prohibited_24_regular:before {
    content: "\f6c8";
}
.icon-ic_fluent_shifts_24_regular:before {
    content: "\f6c9";
}
.icon-ic_fluent_shifts_28_regular:before {
    content: "\f6cc";
}
.icon-ic_fluent_shifts_30_minutes_24_regular:before {
    content: "\f6cd";
}
.icon-ic_fluent_shifts_activity_20_regular:before {
    content: "\f6ce";
}
.icon-ic_fluent_shifts_activity_24_regular:before {
    content: "\f6cf";
}
.icon-ic_fluent_shifts_add_24_regular:before {
    content: "\f6d0";
}
.icon-ic_fluent_shifts_availability_24_regular:before {
    content: "\f6d2";
}
.icon-ic_fluent_shifts_open_20_regular:before {
    content: "\f6d4";
}
.icon-ic_fluent_shifts_open_24_regular:before {
    content: "\f6d5";
}
.icon-ic_fluent_shifts_team_24_regular:before {
    content: "\f6d7";
}
.icon-ic_fluent_sign_out_24_regular:before {
    content: "\f6da";
}
.icon-ic_fluent_signature_16_regular:before {
    content: "\f6db";
}
.icon-ic_fluent_signature_20_regular:before {
    content: "\f6dc";
}
.icon-ic_fluent_signature_24_regular:before {
    content: "\f6dd";
}
.icon-ic_fluent_signature_28_regular:before {
    content: "\f6de";
}
.icon-ic_fluent_sim_16_regular:before {
    content: "\f6e2";
}
.icon-ic_fluent_sim_20_regular:before {
    content: "\f6e3";
}
.icon-ic_fluent_sim_24_regular:before {
    content: "\f6e4";
}
.icon-ic_fluent_sleep_24_regular:before {
    content: "\f6e5";
}
.icon-ic_fluent_slide_add_24_regular:before {
    content: "\f6e6";
}
.icon-ic_fluent_slide_hide_24_regular:before {
    content: "\f6e8";
}
.icon-ic_fluent_slide_layout_20_regular:before {
    content: "\f6e9";
}
.icon-ic_fluent_slide_layout_24_regular:before {
    content: "\f6ea";
}
.icon-ic_fluent_slide_microphone_24_regular:before {
    content: "\f6eb";
}
.icon-ic_fluent_slide_text_24_regular:before {
    content: "\f6ec";
}
.icon-ic_fluent_snooze_16_regular:before {
    content: "\f6f4";
}
.icon-ic_fluent_snooze_24_regular:before {
    content: "\f6f5";
}
.icon-ic_fluent_sound_source_24_regular:before {
    content: "\f6f6";
}
.icon-ic_fluent_sound_source_28_regular:before {
    content: "\f6f7";
}
.icon-ic_fluent_spacebar_24_regular:before {
    content: "\f6f8";
}
.icon-ic_fluent_speaker_0_24_regular:before {
    content: "\f6f9";
}
.icon-ic_fluent_speaker_1_24_regular:before {
    content: "\f6fb";
}
.icon-ic_fluent_speaker_bluetooth_24_regular:before {
    content: "\f6ff";
}
.icon-ic_fluent_speaker_edit_16_regular:before {
    content: "\f700";
}
.icon-ic_fluent_speaker_edit_20_regular:before {
    content: "\f701";
}
.icon-ic_fluent_speaker_edit_24_regular:before {
    content: "\f702";
}
.icon-ic_fluent_speaker_off_24_regular:before {
    content: "\f706";
}
.icon-ic_fluent_speaker_off_28_regular:before {
    content: "\f707";
}
.icon-ic_fluent_speaker_settings_24_regular:before {
    content: "\f708";
}
.icon-ic_fluent_spinner_ios_20_regular:before {
    content: "\f709";
}
.icon-ic_fluent_star_12_regular:before {
    content: "\f70d";
}
.icon-ic_fluent_star_16_regular:before {
    content: "\f70e";
}
.icon-ic_fluent_star_20_regular:before {
    content: "\f70f";
}
.icon-ic_fluent_star_24_regular:before {
    content: "\f710";
}
.icon-ic_fluent_star_28_regular:before {
    content: "\f711";
}
.icon-ic_fluent_star_add_16_regular:before {
    content: "\f712";
}
.icon-ic_fluent_star_add_20_regular:before {
    content: "\f713";
}
.icon-ic_fluent_star_add_24_regular:before {
    content: "\f714";
}
.icon-ic_fluent_star_arrow_right_start_24_regular:before {
    content: "\f716";
}
.icon-ic_fluent_star_emphasis_24_regular:before {
    content: "\f717";
}
.icon-ic_fluent_star_off_12_regular:before {
    content: "\f718";
}
.icon-ic_fluent_star_off_16_regular:before {
    content: "\f719";
}
.icon-ic_fluent_star_off_20_regular:before {
    content: "\f71a";
}
.icon-ic_fluent_star_off_24_regular:before {
    content: "\f71b";
}
.icon-ic_fluent_star_off_28_regular:before {
    content: "\f71c";
}
.icon-ic_fluent_star_prohibited_16_regular:before {
    content: "\f71d";
}
.icon-ic_fluent_star_prohibited_20_regular:before {
    content: "\f71e";
}
.icon-ic_fluent_star_prohibited_24_regular:before {
    content: "\f71f";
}
.icon-ic_fluent_star_settings_24_regular:before {
    content: "\f720";
}
.icon-ic_fluent_status_16_regular:before {
    content: "\f721";
}
.icon-ic_fluent_status_20_regular:before {
    content: "\f722";
}
.icon-ic_fluent_status_24_regular:before {
    content: "\f723";
}
.icon-ic_fluent_stethoscope_20_regular:before {
    content: "\f724";
}
.icon-ic_fluent_stethoscope_24_regular:before {
    content: "\f725";
}
.icon-ic_fluent_sticker_20_regular:before {
    content: "\f726";
}
.icon-ic_fluent_sticker_24_regular:before {
    content: "\f727";
}
.icon-ic_fluent_sticker_add_24_regular:before {
    content: "\f728";
}
.icon-ic_fluent_stop_16_regular:before {
    content: "\f729";
}
.icon-ic_fluent_stop_20_regular:before {
    content: "\f72a";
}
.icon-ic_fluent_stop_24_regular:before {
    content: "\f72b";
}
.icon-ic_fluent_storage_24_regular:before {
    content: "\f72c";
}
.icon-ic_fluent_store_microsoft_16_regular:before {
    content: "\f730";
}
.icon-ic_fluent_store_microsoft_20_regular:before {
    content: "\f731";
}
.icon-ic_fluent_store_microsoft_24_regular:before {
    content: "\f732";
}
.icon-ic_fluent_style_guide_24_regular:before {
    content: "\f733";
}
.icon-ic_fluent_sub_grid_24_regular:before {
    content: "\f734";
}
.icon-ic_fluent_surface_earbuds_20_regular:before {
    content: "\f738";
}
.icon-ic_fluent_surface_earbuds_24_regular:before {
    content: "\f739";
}
.icon-ic_fluent_surface_hub_20_regular:before {
    content: "\f73a";
}
.icon-ic_fluent_surface_hub_24_regular:before {
    content: "\f73b";
}
.icon-ic_fluent_swipe_down_24_regular:before {
    content: "\f73c";
}
.icon-ic_fluent_swipe_right_24_regular:before {
    content: "\f73d";
}
.icon-ic_fluent_swipe_up_24_regular:before {
    content: "\f73e";
}
.icon-ic_fluent_symbols_24_regular:before {
    content: "\f73f";
}
.icon-ic_fluent_sync_off_16_regular:before {
    content: "\f740";
}
.icon-ic_fluent_sync_off_20_regular:before {
    content: "\f741";
}
.icon-ic_fluent_system_24_regular:before {
    content: "\f742";
}
.icon-ic_fluent_tab_16_regular:before {
    content: "\f743";
}
.icon-ic_fluent_tab_20_regular:before {
    content: "\f744";
}
.icon-ic_fluent_tab_24_regular:before {
    content: "\f745";
}
.icon-ic_fluent_tab_28_regular:before {
    content: "\f746";
}
.icon-ic_fluent_tab_desktop_20_regular:before {
    content: "\f747";
}
.icon-ic_fluent_tab_desktop_arrow_clockwise_16_regular:before {
    content: "\f748";
}
.icon-ic_fluent_tab_desktop_arrow_clockwise_20_regular:before {
    content: "\f749";
}
.icon-ic_fluent_tab_desktop_arrow_clockwise_24_regular:before {
    content: "\f74a";
}
.icon-ic_fluent_tab_desktop_clock_20_regular:before {
    content: "\f74b";
}
.icon-ic_fluent_tab_desktop_copy_20_regular:before {
    content: "\f74c";
}
.icon-ic_fluent_tab_desktop_image_16_regular:before {
    content: "\f74d";
}
.icon-ic_fluent_tab_desktop_image_20_regular:before {
    content: "\f74e";
}
.icon-ic_fluent_tab_desktop_image_24_regular:before {
    content: "\f74f";
}
.icon-ic_fluent_tab_desktop_multiple_20_regular:before {
    content: "\f750";
}
.icon-ic_fluent_tab_desktop_new_page_20_regular:before {
    content: "\f751";
}
.icon-ic_fluent_tab_in_private_16_regular:before {
    content: "\f752";
}
.icon-ic_fluent_tab_in_private_20_regular:before {
    content: "\f753";
}
.icon-ic_fluent_tab_in_private_24_regular:before {
    content: "\f754";
}
.icon-ic_fluent_tab_in_private_28_regular:before {
    content: "\f755";
}
.icon-ic_fluent_tab_inprivate_account_20_regular:before {
    content: "\f756";
}
.icon-ic_fluent_tab_inprivate_account_24_regular:before {
    content: "\f757";
}
.icon-ic_fluent_table_20_regular:before {
    content: "\f75d";
}
.icon-ic_fluent_table_24_regular:before {
    content: "\f75e";
}
.icon-ic_fluent_table_add_24_regular:before {
    content: "\f75f";
}
.icon-ic_fluent_table_cells_merge_20_regular:before {
    content: "\f760";
}
.icon-ic_fluent_table_cells_merge_24_regular:before {
    content: "\f761";
}
.icon-ic_fluent_table_cells_split_20_regular:before {
    content: "\f762";
}
.icon-ic_fluent_table_cells_split_24_regular:before {
    content: "\f763";
}
.icon-ic_fluent_table_edit_24_regular:before {
    content: "\f768";
}
.icon-ic_fluent_table_freeze_column_24_regular:before {
    content: "\f76a";
}
.icon-ic_fluent_table_freeze_row_24_regular:before {
    content: "\f76b";
}
.icon-ic_fluent_table_move_left_24_regular:before {
    content: "\f771";
}
.icon-ic_fluent_table_move_right_24_regular:before {
    content: "\f772";
}
.icon-ic_fluent_table_settings_24_regular:before {
    content: "\f777";
}
.icon-ic_fluent_table_switch_24_regular:before {
    content: "\f778";
}
.icon-ic_fluent_tablet_20_regular:before {
    content: "\f779";
}
.icon-ic_fluent_tablet_24_regular:before {
    content: "\f77a";
}
.icon-ic_fluent_tabs_24_regular:before {
    content: "\f77b";
}
.icon-ic_fluent_tag_20_regular:before {
    content: "\f77c";
}
.icon-ic_fluent_tag_24_regular:before {
    content: "\f77d";
}
.icon-ic_fluent_tap_double_24_regular:before {
    content: "\f77e";
}
.icon-ic_fluent_tap_single_24_regular:before {
    content: "\f77f";
}
.icon-ic_fluent_target_16_regular:before {
    content: "\f780";
}
.icon-ic_fluent_target_20_regular:before {
    content: "\f781";
}
.icon-ic_fluent_target_24_regular:before {
    content: "\f782";
}
.icon-ic_fluent_target_edit_16_regular:before {
    content: "\f783";
}
.icon-ic_fluent_target_edit_20_regular:before {
    content: "\f784";
}
.icon-ic_fluent_target_edit_24_regular:before {
    content: "\f785";
}
.icon-ic_fluent_task_list_add_20_regular:before {
    content: "\f788";
}
.icon-ic_fluent_task_list_add_24_regular:before {
    content: "\f789";
}
.icon-ic_fluent_tasks_app_24_regular:before {
    content: "\f78a";
}
.icon-ic_fluent_tasks_app_28_regular:before {
    content: "\f78b";
}
.icon-ic_fluent_teddy_24_regular:before {
    content: "\f78e";
}
.icon-ic_fluent_temperature_20_regular:before {
    content: "\f78f";
}
.icon-ic_fluent_temperature_24_regular:before {
    content: "\f790";
}
.icon-ic_fluent_tent_24_regular:before {
    content: "\f791";
}
.icon-ic_fluent_text_add_space_after_20_regular:before {
    content: "\f795";
}
.icon-ic_fluent_text_add_space_after_24_regular:before {
    content: "\f796";
}
.icon-ic_fluent_text_add_space_before_20_regular:before {
    content: "\f797";
}
.icon-ic_fluent_text_add_space_before_24_regular:before {
    content: "\f798";
}
.icon-ic_fluent_text_align_center_20_regular:before {
    content: "\f799";
}
.icon-ic_fluent_text_align_center_24_regular:before {
    content: "\f79a";
}
.icon-ic_fluent_text_align_distributed_20_regular:before {
    content: "\f79b";
}
.icon-ic_fluent_text_align_distributed_24_regular:before {
    content: "\f79c";
}
.icon-ic_fluent_text_align_justify_20_regular:before {
    content: "\f79d";
}
.icon-ic_fluent_text_align_justify_24_regular:before {
    content: "\f79e";
}
.icon-ic_fluent_text_align_left_20_regular:before {
    content: "\f79f";
}
.icon-ic_fluent_text_align_left_24_regular:before {
    content: "\f7a0";
}
.icon-ic_fluent_text_align_right_20_regular:before {
    content: "\f7a1";
}
.icon-ic_fluent_text_align_right_24_regular:before {
    content: "\f7a2";
}
.icon-ic_fluent_text_asterisk_20_regular:before {
    content: "\f7a3";
}
.icon-ic_fluent_text_bold_20_regular:before {
    content: "\f7a4";
}
.icon-ic_fluent_text_bold_24_regular:before {
    content: "\f7a5";
}
.icon-ic_fluent_text_bullet_list_add_24_regular:before {
    content: "\f7a8";
}
.icon-ic_fluent_text_bullet_list_square_24_regular:before {
    content: "\f7a9";
}
.icon-ic_fluent_text_bullet_list_square_warning_16_regular:before {
    content: "\f7aa";
}
.icon-ic_fluent_text_bullet_list_square_warning_20_regular:before {
    content: "\f7ab";
}
.icon-ic_fluent_text_bullet_list_square_warning_24_regular:before {
    content: "\f7ac";
}
.icon-ic_fluent_text_bullet_list_tree_16_regular:before {
    content: "\f7ad";
}
.icon-ic_fluent_text_bullet_list_tree_20_regular:before {
    content: "\f7ae";
}
.icon-ic_fluent_text_bullet_list_tree_24_regular:before {
    content: "\f7af";
}
.icon-ic_fluent_text_change_case_20_regular:before {
    content: "\f7b2";
}
.icon-ic_fluent_text_change_case_24_regular:before {
    content: "\f7b3";
}
.icon-ic_fluent_text_clear_formatting_20_regular:before {
    content: "\f7bc";
}
.icon-ic_fluent_text_clear_formatting_24_regular:before {
    content: "\f7bd";
}
.icon-ic_fluent_text_collapse_24_regular:before {
    content: "\f7be";
}
.icon-ic_fluent_text_color_20_regular:before {
    content: "\f7bf";
}
.icon-ic_fluent_text_color_24_regular:before {
    content: "\f7c0";
}
.icon-ic_fluent_text_column_one_20_regular:before {
    content: "\f7c1";
}
.icon-ic_fluent_text_column_one_24_regular:before {
    content: "\f7c2";
}
.icon-ic_fluent_text_column_three_20_regular:before {
    content: "\f7c3";
}
.icon-ic_fluent_text_column_three_24_regular:before {
    content: "\f7c4";
}
.icon-ic_fluent_text_column_two_20_regular:before {
    content: "\f7c5";
}
.icon-ic_fluent_text_column_two_24_regular:before {
    content: "\f7c6";
}
.icon-ic_fluent_text_column_two_left_20_regular:before {
    content: "\f7c7";
}
.icon-ic_fluent_text_column_two_left_24_regular:before {
    content: "\f7c8";
}
.icon-ic_fluent_text_column_two_right_20_regular:before {
    content: "\f7c9";
}
.icon-ic_fluent_text_column_two_right_24_regular:before {
    content: "\f7ca";
}
.icon-ic_fluent_text_description_20_regular:before {
    content: "\f7cb";
}
.icon-ic_fluent_text_description_24_regular:before {
    content: "\f7cc";
}
.icon-ic_fluent_text_direction_vertical_20_regular:before {
    content: "\f7d7";
}
.icon-ic_fluent_text_direction_vertical_24_regular:before {
    content: "\f7d8";
}
.icon-ic_fluent_text_edit_style_20_regular:before {
    content: "\f7d9";
}
.icon-ic_fluent_text_edit_style_24_regular:before {
    content: "\f7da";
}
.icon-ic_fluent_text_effects_20_regular:before {
    content: "\f7db";
}
.icon-ic_fluent_text_effects_24_regular:before {
    content: "\f7dc";
}
.icon-ic_fluent_text_expand_24_regular:before {
    content: "\f7dd";
}
.icon-ic_fluent_text_field_16_regular:before {
    content: "\f7de";
}
.icon-ic_fluent_text_field_20_regular:before {
    content: "\f7df";
}
.icon-ic_fluent_text_field_24_regular:before {
    content: "\f7e0";
}
.icon-ic_fluent_text_first_line_20_regular:before {
    content: "\f7e1";
}
.icon-ic_fluent_text_first_line_24_regular:before {
    content: "\f7e2";
}
.icon-ic_fluent_text_font_16_regular:before {
    content: "\f7e3";
}
.icon-ic_fluent_text_font_20_regular:before {
    content: "\f7e4";
}
.icon-ic_fluent_text_font_24_regular:before {
    content: "\f7e5";
}
.icon-ic_fluent_text_font_size_20_regular:before {
    content: "\f7e6";
}
.icon-ic_fluent_text_font_size_24_regular:before {
    content: "\f7e7";
}
.icon-ic_fluent_text_footnote_20_regular:before {
    content: "\f7e8";
}
.icon-ic_fluent_text_footnote_24_regular:before {
    content: "\f7e9";
}
.icon-ic_fluent_text_hanging_20_regular:before {
    content: "\f7ed";
}
.icon-ic_fluent_text_hanging_24_regular:before {
    content: "\f7ee";
}
.icon-ic_fluent_text_header_1_20_regular:before {
    content: "\f7ef";
}
.icon-ic_fluent_text_header_2_20_regular:before {
    content: "\f7f0";
}
.icon-ic_fluent_text_header_3_20_regular:before {
    content: "\f7f1";
}
.icon-ic_fluent_text_italic_20_regular:before {
    content: "\f7f4";
}
.icon-ic_fluent_text_italic_24_regular:before {
    content: "\f7f5";
}
.icon-ic_fluent_text_line_spacing_20_regular:before {
    content: "\f7f6";
}
.icon-ic_fluent_text_line_spacing_24_regular:before {
    content: "\f7f7";
}
.icon-ic_fluent_text_number_format_24_regular:before {
    content: "\f7f8";
}
.icon-ic_fluent_text_number_list_ltr_20_regular:before {
    content: "\f7f9";
}
.icon-ic_fluent_text_number_list_ltr_24_regular:before {
    content: "\f7fa";
}
.icon-ic_fluent_text_number_list_rtl_24_regular:before {
    content: "\f7fb";
}
.icon-ic_fluent_text_proofing_tools_20_regular:before {
    content: "\f7fe";
}
.icon-ic_fluent_text_proofing_tools_24_regular:before {
    content: "\f7ff";
}
.icon-ic_fluent_text_quote_20_regular:before {
    content: "\f800";
}
.icon-ic_fluent_text_quote_24_regular:before {
    content: "\f801";
}
.icon-ic_fluent_text_sort_ascending_20_regular:before {
    content: "\f802";
}
.icon-ic_fluent_text_sort_descending_20_regular:before {
    content: "\f803";
}
.icon-ic_fluent_text_subscript_20_regular:before {
    content: "\f806";
}
.icon-ic_fluent_text_subscript_24_regular:before {
    content: "\f807";
}
.icon-ic_fluent_text_superscript_20_regular:before {
    content: "\f808";
}
.icon-ic_fluent_text_superscript_24_regular:before {
    content: "\f809";
}
.icon-ic_fluent_text_underline_20_regular:before {
    content: "\f80a";
}
.icon-ic_fluent_text_underline_24_regular:before {
    content: "\f80b";
}
.icon-ic_fluent_text_word_count_20_regular:before {
    content: "\f80c";
}
.icon-ic_fluent_text_word_count_24_regular:before {
    content: "\f80d";
}
.icon-ic_fluent_text_wrap_24_regular:before {
    content: "\f80e";
}
.icon-ic_fluent_textbox_20_regular:before {
    content: "\f80f";
}
.icon-ic_fluent_textbox_24_regular:before {
    content: "\f810";
}
.icon-ic_fluent_textbox_align_bottom_20_regular:before {
    content: "\f813";
}
.icon-ic_fluent_textbox_align_bottom_24_regular:before {
    content: "\f814";
}
.icon-ic_fluent_textbox_align_middle_20_regular:before {
    content: "\f815";
}
.icon-ic_fluent_textbox_align_middle_24_regular:before {
    content: "\f816";
}
.icon-ic_fluent_textbox_align_top_20_regular:before {
    content: "\f817";
}
.icon-ic_fluent_textbox_align_top_24_regular:before {
    content: "\f818";
}
.icon-ic_fluent_thinking_20_regular:before {
    content: "\f81b";
}
.icon-ic_fluent_thinking_24_regular:before {
    content: "\f81c";
}
.icon-ic_fluent_thumb_dislike_20_regular:before {
    content: "\f81d";
}
.icon-ic_fluent_thumb_dislike_24_regular:before {
    content: "\f81e";
}
.icon-ic_fluent_thumb_like_20_regular:before {
    content: "\f81f";
}
.icon-ic_fluent_thumb_like_24_regular:before {
    content: "\f820";
}
.icon-ic_fluent_time_and_weather_24_regular:before {
    content: "\f823";
}
.icon-ic_fluent_time_picker_24_regular:before {
    content: "\f824";
}
.icon-ic_fluent_timeline_24_regular:before {
    content: "\f825";
}
.icon-ic_fluent_timer_10_24_regular:before {
    content: "\f826";
}
.icon-ic_fluent_timer_24_regular:before {
    content: "\f827";
}
.icon-ic_fluent_timer_2_24_regular:before {
    content: "\f828";
}
.icon-ic_fluent_timer_off_24_regular:before {
    content: "\f829";
}
.icon-ic_fluent_toggle_right_16_regular:before {
    content: "\f82a";
}
.icon-ic_fluent_toggle_right_20_regular:before {
    content: "\f82b";
}
.icon-ic_fluent_toggle_right_24_regular:before {
    content: "\f82c";
}
.icon-ic_fluent_toolbox_16_regular:before {
    content: "\f82d";
}
.icon-ic_fluent_toolbox_20_regular:before {
    content: "\f82e";
}
.icon-ic_fluent_toolbox_24_regular:before {
    content: "\f82f";
}
.icon-ic_fluent_toolbox_28_regular:before {
    content: "\f830";
}
.icon-ic_fluent_top_speed_24_regular:before {
    content: "\f831";
}
.icon-ic_fluent_translate_16_regular:before {
    content: "\f832";
}
.icon-ic_fluent_translate_20_regular:before {
    content: "\f833";
}
.icon-ic_fluent_translate_24_regular:before {
    content: "\f834";
}
.icon-ic_fluent_trophy_16_regular:before {
    content: "\f835";
}
.icon-ic_fluent_trophy_20_regular:before {
    content: "\f836";
}
.icon-ic_fluent_trophy_24_regular:before {
    content: "\f837";
}
.icon-ic_fluent_uninstall_app_24_regular:before {
    content: "\f838";
}
.icon-ic_fluent_usb_stick_20_regular:before {
    content: "\f83f";
}
.icon-ic_fluent_usb_stick_24_regular:before {
    content: "\f840";
}
.icon-ic_fluent_vault_16_regular:before {
    content: "\f841";
}
.icon-ic_fluent_vault_20_regular:before {
    content: "\f842";
}
.icon-ic_fluent_vault_24_regular:before {
    content: "\f843";
}
.icon-ic_fluent_vehicle_bicycle_24_regular:before {
    content: "\f844";
}
.icon-ic_fluent_vehicle_bus_24_regular:before {
    content: "\f845";
}
.icon-ic_fluent_vehicle_cab_24_regular:before {
    content: "\f846";
}
.icon-ic_fluent_vehicle_car_16_regular:before {
    content: "\f847";
}
.icon-ic_fluent_vehicle_car_20_regular:before {
    content: "\f848";
}
.icon-ic_fluent_vehicle_car_24_regular:before {
    content: "\f849";
}
.icon-ic_fluent_vehicle_truck_24_regular:before {
    content: "\f84a";
}
.icon-ic_fluent_video_16_regular:before {
    content: "\f84b";
}
.icon-ic_fluent_video_20_regular:before {
    content: "\f84c";
}
.icon-ic_fluent_video_24_regular:before {
    content: "\f84d";
}
.icon-ic_fluent_video_28_regular:before {
    content: "\f84e";
}
.icon-ic_fluent_video_background_effect_24_regular:before {
    content: "\f84f";
}
.icon-ic_fluent_video_clip_24_regular:before {
    content: "\f850";
}
.icon-ic_fluent_video_off_20_regular:before {
    content: "\f851";
}
.icon-ic_fluent_video_off_24_regular:before {
    content: "\f852";
}
.icon-ic_fluent_video_off_28_regular:before {
    content: "\f853";
}
.icon-ic_fluent_video_person_24_regular:before {
    content: "\f854";
}
.icon-ic_fluent_video_person_off_24_regular:before {
    content: "\f855";
}
.icon-ic_fluent_video_person_star_24_regular:before {
    content: "\f856";
}
.icon-ic_fluent_video_play_pause_24_regular:before {
    content: "\f857";
}
.icon-ic_fluent_video_security_20_regular:before {
    content: "\f858";
}
.icon-ic_fluent_video_security_24_regular:before {
    content: "\f859";
}
.icon-ic_fluent_video_switch_24_regular:before {
    content: "\f85a";
}
.icon-ic_fluent_view_desktop_20_regular:before {
    content: "\f85b";
}
.icon-ic_fluent_view_desktop_24_regular:before {
    content: "\f85c";
}
.icon-ic_fluent_view_desktop_mobile_20_regular:before {
    content: "\f85d";
}
.icon-ic_fluent_view_desktop_mobile_24_regular:before {
    content: "\f85e";
}
.icon-ic_fluent_voicemail_16_regular:before {
    content: "\f862";
}
.icon-ic_fluent_voicemail_20_regular:before {
    content: "\f863";
}
.icon-ic_fluent_voicemail_24_regular:before {
    content: "\f864";
}
.icon-ic_fluent_walkie_talkie_24_regular:before {
    content: "\f865";
}
.icon-ic_fluent_walkie_talkie_28_regular:before {
    content: "\f866";
}
.icon-ic_fluent_wallpaper_24_regular:before {
    content: "\f867";
}
.icon-ic_fluent_warning_16_regular:before {
    content: "\f868";
}
.icon-ic_fluent_warning_20_regular:before {
    content: "\f869";
}
.icon-ic_fluent_warning_24_regular:before {
    content: "\f86a";
}
.icon-ic_fluent_weather_blowing_snow_20_regular:before {
    content: "\f86b";
}
.icon-ic_fluent_weather_blowing_snow_24_regular:before {
    content: "\f86c";
}
.icon-ic_fluent_weather_blowing_snow_48_regular:before {
    content: "\f86d";
}
.icon-ic_fluent_weather_cloudy_20_regular:before {
    content: "\f86e";
}
.icon-ic_fluent_weather_cloudy_24_regular:before {
    content: "\f86f";
}
.icon-ic_fluent_weather_cloudy_48_regular:before {
    content: "\f870";
}
.icon-ic_fluent_weather_duststorm_20_regular:before {
    content: "\f871";
}
.icon-ic_fluent_weather_duststorm_24_regular:before {
    content: "\f872";
}
.icon-ic_fluent_weather_duststorm_48_regular:before {
    content: "\f873";
}
.icon-ic_fluent_weather_fog_20_regular:before {
    content: "\f874";
}
.icon-ic_fluent_weather_fog_24_regular:before {
    content: "\f875";
}
.icon-ic_fluent_weather_fog_48_regular:before {
    content: "\f876";
}
.icon-ic_fluent_weather_hail_day_20_regular:before {
    content: "\f877";
}
.icon-ic_fluent_weather_hail_day_24_regular:before {
    content: "\f878";
}
.icon-ic_fluent_weather_hail_day_48_regular:before {
    content: "\f879";
}
.icon-ic_fluent_weather_hail_night_20_regular:before {
    content: "\f87a";
}
.icon-ic_fluent_weather_hail_night_24_regular:before {
    content: "\f87b";
}
.icon-ic_fluent_weather_hail_night_48_regular:before {
    content: "\f87c";
}
.icon-ic_fluent_weather_moon_20_regular:before {
    content: "\f87d";
}
.icon-ic_fluent_weather_moon_24_regular:before {
    content: "\f87e";
}
.icon-ic_fluent_weather_moon_48_regular:before {
    content: "\f87f";
}
.icon-ic_fluent_weather_partly_cloudy_day_20_regular:before {
    content: "\f880";
}
.icon-ic_fluent_weather_partly_cloudy_day_24_regular:before {
    content: "\f881";
}
.icon-ic_fluent_weather_partly_cloudy_day_48_regular:before {
    content: "\f882";
}
.icon-ic_fluent_weather_partly_cloudy_night_20_regular:before {
    content: "\f883";
}
.icon-ic_fluent_weather_partly_cloudy_night_24_regular:before {
    content: "\f884";
}
.icon-ic_fluent_weather_partly_cloudy_night_48_regular:before {
    content: "\f885";
}
.icon-ic_fluent_weather_rain_20_regular:before {
    content: "\f886";
}
.icon-ic_fluent_weather_rain_24_regular:before {
    content: "\f887";
}
.icon-ic_fluent_weather_rain_48_regular:before {
    content: "\f888";
}
.icon-ic_fluent_weather_rain_showers_day_20_regular:before {
    content: "\f889";
}
.icon-ic_fluent_weather_rain_showers_day_24_regular:before {
    content: "\f88a";
}
.icon-ic_fluent_weather_rain_showers_day_48_regular:before {
    content: "\f88b";
}
.icon-ic_fluent_weather_rain_showers_night_20_regular:before {
    content: "\f88c";
}
.icon-ic_fluent_weather_rain_showers_night_24_regular:before {
    content: "\f88d";
}
.icon-ic_fluent_weather_rain_showers_night_48_regular:before {
    content: "\f88e";
}
.icon-ic_fluent_weather_rain_snow_20_regular:before {
    content: "\f88f";
}
.icon-ic_fluent_weather_rain_snow_24_regular:before {
    content: "\f890";
}
.icon-ic_fluent_weather_rain_snow_48_regular:before {
    content: "\f891";
}
.icon-ic_fluent_weather_snow_20_regular:before {
    content: "\f892";
}
.icon-ic_fluent_weather_snow_24_regular:before {
    content: "\f893";
}
.icon-ic_fluent_weather_snow_48_regular:before {
    content: "\f894";
}
.icon-ic_fluent_weather_snow_shower_day_20_regular:before {
    content: "\f895";
}
.icon-ic_fluent_weather_snow_shower_day_24_regular:before {
    content: "\f896";
}
.icon-ic_fluent_weather_snow_shower_day_48_regular:before {
    content: "\f897";
}
.icon-ic_fluent_weather_snow_shower_night_20_regular:before {
    content: "\f898";
}
.icon-ic_fluent_weather_snow_shower_night_24_regular:before {
    content: "\f899";
}
.icon-ic_fluent_weather_snow_shower_night_48_regular:before {
    content: "\f89a";
}
.icon-ic_fluent_weather_snowflake_20_regular:before {
    content: "\f89b";
}
.icon-ic_fluent_weather_snowflake_24_regular:before {
    content: "\f89c";
}
.icon-ic_fluent_weather_snowflake_48_regular:before {
    content: "\f89d";
}
.icon-ic_fluent_weather_squalls_20_regular:before {
    content: "\f89e";
}
.icon-ic_fluent_weather_squalls_24_regular:before {
    content: "\f89f";
}
.icon-ic_fluent_weather_squalls_48_regular:before {
    content: "\f8a0";
}
.icon-ic_fluent_weather_sunny_20_regular:before {
    content: "\f8a1";
}
.icon-ic_fluent_weather_sunny_24_regular:before {
    content: "\f8a2";
}
.icon-ic_fluent_weather_sunny_48_regular:before {
    content: "\f8a3";
}
.icon-ic_fluent_weather_thunderstorm_20_regular:before {
    content: "\f8a4";
}
.icon-ic_fluent_weather_thunderstorm_24_regular:before {
    content: "\f8a5";
}
.icon-ic_fluent_weather_thunderstorm_48_regular:before {
    content: "\f8a6";
}
.icon-ic_fluent_web_asset_24_regular:before {
    content: "\f8a7";
}
.icon-ic_fluent_whiteboard_20_regular:before {
    content: "\f8aa";
}
.icon-ic_fluent_whiteboard_24_regular:before {
    content: "\f8ab";
}
.icon-ic_fluent_wifi_1_20_regular:before {
    content: "\f8ac";
}
.icon-ic_fluent_wifi_1_24_regular:before {
    content: "\f8ad";
}
.icon-ic_fluent_wifi_2_20_regular:before {
    content: "\f8ae";
}
.icon-ic_fluent_wifi_2_24_regular:before {
    content: "\f8af";
}
.icon-ic_fluent_wifi_3_20_regular:before {
    content: "\f8b0";
}
.icon-ic_fluent_wifi_3_24_regular:before {
    content: "\f8b1";
}
.icon-ic_fluent_wifi_4_20_regular:before {
    content: "\f8b2";
}
.icon-ic_fluent_wifi_4_24_regular:before {
    content: "\f8b3";
}
.icon-ic_fluent_window_20_regular:before {
    content: "\f8b5";
}
.icon-ic_fluent_window_ad_20_regular:before {
    content: "\f8b6";
}
.icon-ic_fluent_window_dev_tools_16_regular:before {
    content: "\f8b7";
}
.icon-ic_fluent_window_dev_tools_20_regular:before {
    content: "\f8b8";
}
.icon-ic_fluent_window_dev_tools_24_regular:before {
    content: "\f8b9";
}
.icon-ic_fluent_window_inprivate_20_regular:before {
    content: "\f8ba";
}
.icon-ic_fluent_window_inprivate_account_20_regular:before {
    content: "\f8bb";
}
.icon-ic_fluent_window_multiple_20_regular:before {
    content: "\f8bc";
}
.icon-ic_fluent_window_new_20_regular:before {
    content: "\f8bd";
}
.icon-ic_fluent_window_shield_16_regular:before {
    content: "\f8be";
}
.icon-ic_fluent_window_shield_20_regular:before {
    content: "\f8bf";
}
.icon-ic_fluent_window_shield_24_regular:before {
    content: "\f8c0";
}
.icon-ic_fluent_wrench_24_regular:before {
    content: "\f8c1";
}
.icon-ic_fluent_xbox_console_20_regular:before {
    content: "\f8c2";
}
.icon-ic_fluent_xbox_console_24_regular:before {
    content: "\f8c3";
}
.icon-ic_fluent_zoom_in_20_regular:before {
    content: "\f8c4";
}
.icon-ic_fluent_zoom_in_24_regular:before {
    content: "\f8c5";
}
.icon-ic_fluent_zoom_out_20_regular:before {
    content: "\f8c6";
}
.icon-ic_fluent_zoom_out_24_regular:before {
    content: "\f8c7";
}
.icon-ic_fluent_calendar_checkmark_24_regular:before {
    content: "\f8c9";
}
.icon-ic_fluent_add_square_24_regular:before {
    content: "\f8ca";
}
.icon-ic_fluent_apps_list_20_regular:before {
    content: "\f8cb";
}
.icon-ic_fluent_archive_16_regular:before {
    content: "\f8cc";
}
.icon-ic_fluent_arrow_autofit_height_24_regular:before {
    content: "\f8cd";
}
.icon-ic_fluent_arrow_autofit_width_24_regular:before {
    content: "\f8ce";
}
.icon-ic_fluent_arrow_counterclockwise_28_regular:before {
    content: "\f8cf";
}
.icon-ic_fluent_arrow_down_12_regular:before {
    content: "\f8d0";
}
.icon-ic_fluent_arrow_down_left_16_regular:before {
    content: "\f8d1";
}
.icon-ic_fluent_arrow_export_rtl_20_regular:before {
    content: "\f8d2";
}
.icon-ic_fluent_arrow_hook_down_left_16_regular:before {
    content: "\f8d5";
}
.icon-ic_fluent_arrow_hook_down_left_20_regular:before {
    content: "\f8d6";
}
.icon-ic_fluent_arrow_hook_down_left_24_regular:before {
    content: "\f8d7";
}
.icon-ic_fluent_arrow_hook_down_left_28_regular:before {
    content: "\f8d8";
}
.icon-ic_fluent_arrow_hook_down_right_16_regular:before {
    content: "\f8d9";
}
.icon-ic_fluent_arrow_hook_down_right_20_regular:before {
    content: "\f8da";
}
.icon-ic_fluent_arrow_hook_down_right_24_regular:before {
    content: "\f8db";
}
.icon-ic_fluent_arrow_hook_down_right_28_regular:before {
    content: "\f8dc";
}
.icon-ic_fluent_arrow_hook_up_left_16_regular:before {
    content: "\f8dd";
}
.icon-ic_fluent_arrow_hook_up_left_20_regular:before {
    content: "\f8de";
}
.icon-ic_fluent_arrow_hook_up_left_24_regular:before {
    content: "\f8df";
}
.icon-ic_fluent_arrow_hook_up_left_28_regular:before {
    content: "\f8e0";
}
.icon-ic_fluent_arrow_hook_up_right_16_regular:before {
    content: "\f8e1";
}
.icon-ic_fluent_arrow_hook_up_right_20_regular:before {
    content: "\f8e2";
}
.icon-ic_fluent_arrow_hook_up_right_24_regular:before {
    content: "\f8e3";
}
.icon-ic_fluent_arrow_hook_up_right_28_regular:before {
    content: "\f8e4";
}
.icon-ic_fluent_arrow_move_20_regular:before {
    content: "\f8e5";
}
.icon-ic_fluent_arrow_redo_32_regular:before {
    content: "\f8e6";
}
.icon-ic_fluent_arrow_redo_48_regular:before {
    content: "\f8e7";
}
.icon-ic_fluent_arrow_up_right_16_regular:before {
    content: "\f8eb";
}
.icon-ic_fluent_attach_arrow_right_20_regular:before {
    content: "\f8ec";
}
.icon-ic_fluent_attach_arrow_right_24_regular:before {
    content: "\f8ed";
}
.icon-ic_fluent_attach_text_24_regular:before {
    content: "\f8ee";
}
.icon-ic_fluent_backpack_12_regular:before {
    content: "\f8f0";
}
.icon-ic_fluent_backpack_16_regular:before {
    content: "\f8f1";
}
.icon-ic_fluent_backpack_20_regular:before {
    content: "\f8f2";
}
.icon-ic_fluent_backpack_24_regular:before {
    content: "\f8f3";
}
.icon-ic_fluent_backpack_28_regular:before {
    content: "\f8f4";
}
.icon-ic_fluent_backpack_48_regular:before {
    content: "\f8f5";
}
.icon-ic_fluent_balloon_16_regular:before {
    content: "\f8f6";
}
.icon-ic_fluent_bed_16_regular:before {
    content: "\f8f7";
}
.icon-ic_fluent_bluetooth_28_regular:before {
    content: "\f8f8";
}
.icon-ic_fluent_blur_16_regular:before {
    content: "\f8f9";
}
.icon-ic_fluent_blur_20_regular:before {
    content: "\f8fa";
}
.icon-ic_fluent_blur_24_regular:before {
    content: "\f8fb";
}
.icon-ic_fluent_blur_28_regular:before {
    content: "\f8fc";
}
.icon-ic_fluent_book_20_regular:before {
    content: "\f8fd";
}
.icon-ic_fluent_book_24_regular:before {
    content: "\f8fe";
}
.icon-ic_fluent_book_add_20_regular:before {
    content: "\f8ff";
}
.icon-ic_fluent_book_add_24_regular:before {
    content: "\e161";
}
.icon-ic_fluent_book_clock_24_regular:before {
    content: "\e165";
}
.icon-ic_fluent_book_coins_24_regular:before {
    content: "\e167";
}
.icon-ic_fluent_book_compass_24_regular:before {
    content: "\e169";
}
.icon-ic_fluent_book_database_24_regular:before {
    content: "\e16f";
}
.icon-ic_fluent_book_exclamation_mark_24_regular:before {
    content: "\e171";
}
.icon-ic_fluent_book_information_24_regular:before {
    content: "\e174";
}
.icon-ic_fluent_book_letter_24_regular:before {
    content: "\e176";
}
.icon-ic_fluent_book_open_20_regular:before {
    content: "\e178";
}
.icon-ic_fluent_book_open_24_regular:before {
    content: "\e179";
}
.icon-ic_fluent_book_open_globe_24_regular:before {
    content: "\e17e";
}
.icon-ic_fluent_book_pulse_24_regular:before {
    content: "\e185";
}
.icon-ic_fluent_book_question_mark_24_regular:before {
    content: "\e187";
}
.icon-ic_fluent_book_search_24_regular:before {
    content: "\e18a";
}
.icon-ic_fluent_book_star_24_regular:before {
    content: "\e18c";
}
.icon-ic_fluent_book_theta_24_regular:before {
    content: "\e18f";
}
.icon-ic_fluent_border_all_24_regular:before {
    content: "\e19d";
}
.icon-ic_fluent_border_bottom_24_regular:before {
    content: "\e19f";
}
.icon-ic_fluent_border_bottom_double_24_regular:before {
    content: "\e1a1";
}
.icon-ic_fluent_border_bottom_thick_24_regular:before {
    content: "\e1a3";
}
.icon-ic_fluent_border_left_24_regular:before {
    content: "\e1a5";
}
.icon-ic_fluent_border_outside_24_regular:before {
    content: "\e1ab";
}
.icon-ic_fluent_border_outside_thick_24_regular:before {
    content: "\e1ad";
}
.icon-ic_fluent_border_right_24_regular:before {
    content: "\e1af";
}
.icon-ic_fluent_border_top_24_regular:before {
    content: "\e1b1";
}
.icon-ic_fluent_border_top_bottom_24_regular:before {
    content: "\e1b3";
}
.icon-ic_fluent_border_top_bottom_double_24_regular:before {
    content: "\e1b5";
}
.icon-ic_fluent_border_top_bottom_thick_24_regular:before {
    content: "\e1b7";
}
.icon-ic_fluent_briefcase_12_regular:before {
    content: "\e1e8";
}
.icon-ic_fluent_briefcase_32_regular:before {
    content: "\e1eb";
}
.icon-ic_fluent_bug_16_regular:before {
    content: "\e205";
}
.icon-ic_fluent_bug_20_regular:before {
    content: "\e206";
}
.icon-ic_fluent_bug_24_regular:before {
    content: "\e207";
}
.icon-ic_fluent_building_bank_16_regular:before {
    content: "\e20c";
}
.icon-ic_fluent_building_bank_20_regular:before {
    content: "\e20d";
}
.icon-ic_fluent_building_bank_24_regular:before {
    content: "\e20e";
}
.icon-ic_fluent_building_government_24_regular:before {
    content: "\e21d";
}
.icon-ic_fluent_building_government_32_regular:before {
    content: "\e21e";
}
.icon-ic_fluent_building_multiple_24_regular:before {
    content: "\e224";
}
.icon-ic_fluent_building_shop_16_regular:before {
    content: "\e22d";
}
.icon-ic_fluent_building_shop_20_regular:before {
    content: "\e22e";
}
.icon-ic_fluent_building_shop_24_regular:before {
    content: "\e22f";
}
.icon-ic_fluent_building_skyscraper_16_regular:before {
    content: "\e230";
}
.icon-ic_fluent_building_skyscraper_20_regular:before {
    content: "\e231";
}
.icon-ic_fluent_building_skyscraper_24_regular:before {
    content: "\e232";
}
.icon-ic_fluent_calendar_cancel_16_regular:before {
    content: "\e240";
}
.icon-ic_fluent_calendar_clock_16_regular:before {
    content: "\e243";
}
.icon-ic_fluent_calendar_mention_20_regular:before {
    content: "\e255";
}
.icon-ic_fluent_calendar_person_24_regular:before {
    content: "\e25b";
}
.icon-ic_fluent_calendar_question_mark_16_regular:before {
    content: "\e25e";
}
.icon-ic_fluent_calendar_question_mark_20_regular:before {
    content: "\e25f";
}
.icon-ic_fluent_calendar_question_mark_24_regular:before {
    content: "\e260";
}
.icon-ic_fluent_call_forward_16_regular:before {
    content: "\e27c";
}
.icon-ic_fluent_call_forward_20_regular:before {
    content: "\e27d";
}
.icon-ic_fluent_call_forward_28_regular:before {
    content: "\e27e";
}
.icon-ic_fluent_call_forward_48_regular:before {
    content: "\e27f";
}
.icon-ic_fluent_call_inbound_20_regular:before {
    content: "\e280";
}
.icon-ic_fluent_call_inbound_28_regular:before {
    content: "\e281";
}
.icon-ic_fluent_call_inbound_48_regular:before {
    content: "\e282";
}
.icon-ic_fluent_call_missed_28_regular:before {
    content: "\e284";
}
.icon-ic_fluent_call_missed_48_regular:before {
    content: "\e285";
}
.icon-ic_fluent_call_outbound_20_regular:before {
    content: "\e286";
}
.icon-ic_fluent_call_outbound_28_regular:before {
    content: "\e287";
}
.icon-ic_fluent_call_outbound_48_regular:before {
    content: "\e288";
}
.icon-ic_fluent_call_park_16_regular:before {
    content: "\e289";
}
.icon-ic_fluent_call_park_20_regular:before {
    content: "\e28a";
}
.icon-ic_fluent_call_park_28_regular:before {
    content: "\e28b";
}
.icon-ic_fluent_call_park_48_regular:before {
    content: "\e28c";
}
.icon-ic_fluent_camera_edit_20_regular:before {
    content: "\e29f";
}
.icon-ic_fluent_caret_up_12_regular:before {
    content: "\e2a7";
}
.icon-ic_fluent_caret_up_16_regular:before {
    content: "\e2a8";
}
.icon-ic_fluent_caret_up_20_regular:before {
    content: "\e2a9";
}
.icon-ic_fluent_caret_up_24_regular:before {
    content: "\e2aa";
}
.icon-ic_fluent_cart_16_regular:before {
    content: "\e2ab";
}
.icon-ic_fluent_cart_20_regular:before {
    content: "\e2ac";
}
.icon-ic_fluent_channel_28_regular:before {
    content: "\e2bc";
}
.icon-ic_fluent_channel_48_regular:before {
    content: "\e2bd";
}
.icon-ic_fluent_channel_add_16_regular:before {
    content: "\e2be";
}
.icon-ic_fluent_channel_add_20_regular:before {
    content: "\e2bf";
}
.icon-ic_fluent_channel_add_24_regular:before {
    content: "\e2c0";
}
.icon-ic_fluent_channel_add_28_regular:before {
    content: "\e2c1";
}
.icon-ic_fluent_channel_add_48_regular:before {
    content: "\e2c2";
}
.icon-ic_fluent_channel_alert_16_regular:before {
    content: "\e2c3";
}
.icon-ic_fluent_channel_alert_20_regular:before {
    content: "\e2c4";
}
.icon-ic_fluent_channel_alert_24_regular:before {
    content: "\e2c5";
}
.icon-ic_fluent_channel_alert_28_regular:before {
    content: "\e2c6";
}
.icon-ic_fluent_channel_alert_48_regular:before {
    content: "\e2c7";
}
.icon-ic_fluent_channel_arrow_left_16_regular:before {
    content: "\e2c8";
}
.icon-ic_fluent_channel_arrow_left_20_regular:before {
    content: "\e2c9";
}
.icon-ic_fluent_channel_arrow_left_24_regular:before {
    content: "\e2ca";
}
.icon-ic_fluent_channel_arrow_left_28_regular:before {
    content: "\e2cb";
}
.icon-ic_fluent_channel_arrow_left_48_regular:before {
    content: "\e2cc";
}
.icon-ic_fluent_channel_dismiss_16_regular:before {
    content: "\e2cd";
}
.icon-ic_fluent_channel_dismiss_20_regular:before {
    content: "\e2ce";
}
.icon-ic_fluent_channel_dismiss_24_regular:before {
    content: "\e2cf";
}
.icon-ic_fluent_channel_dismiss_28_regular:before {
    content: "\e2d0";
}
.icon-ic_fluent_channel_dismiss_48_regular:before {
    content: "\e2d1";
}
.icon-ic_fluent_chat_16_regular:before {
    content: "\e2e4";
}
.icon-ic_fluent_checkmark_16_regular:before {
    content: "\e305";
}
.icon-ic_fluent_clipboard_paste_16_regular:before {
    content: "\e35a";
}
.icon-ic_fluent_clock_dismiss_24_regular:before {
    content: "\e373";
}
.icon-ic_fluent_closed_caption_16_regular:before {
    content: "\e378";
}
.icon-ic_fluent_closed_caption_20_regular:before {
    content: "\e379";
}
.icon-ic_fluent_closed_caption_28_regular:before {
    content: "\e37a";
}
.icon-ic_fluent_closed_caption_48_regular:before {
    content: "\e37c";
}
.icon-ic_fluent_color_background_accent_20_regular:before {
    content: "\e3bd";
}
.icon-ic_fluent_color_background_accent_24_regular:before {
    content: "\e3be";
}
.icon-ic_fluent_color_fill_accent_20_regular:before {
    content: "\e3c2";
}
.icon-ic_fluent_color_fill_accent_24_regular:before {
    content: "\e3c3";
}
.icon-ic_fluent_color_line_16_regular:before {
    content: "\e3c5";
}
.icon-ic_fluent_color_line_accent_16_regular:before {
    content: "\e3c6";
}
.icon-ic_fluent_color_line_accent_20_regular:before {
    content: "\e3c7";
}
.icon-ic_fluent_color_line_accent_24_regular:before {
    content: "\e3c8";
}
.icon-ic_fluent_comment_12_regular:before {
    content: "\e3d3";
}
.icon-ic_fluent_comment_28_regular:before {
    content: "\e3d4";
}
.icon-ic_fluent_comment_48_regular:before {
    content: "\e3d5";
}
.icon-ic_fluent_comment_add_12_regular:before {
    content: "\e3d6";
}
.icon-ic_fluent_comment_add_16_regular:before {
    content: "\e3d7";
}
.icon-ic_fluent_comment_add_20_regular:before {
    content: "\e3d8";
}
.icon-ic_fluent_comment_add_28_regular:before {
    content: "\e3d9";
}
.icon-ic_fluent_comment_add_48_regular:before {
    content: "\e3da";
}
.icon-ic_fluent_comment_arrow_left_12_regular:before {
    content: "\e3db";
}
.icon-ic_fluent_comment_arrow_left_16_regular:before {
    content: "\e3dc";
}
.icon-ic_fluent_comment_arrow_left_20_regular:before {
    content: "\e3dd";
}
.icon-ic_fluent_comment_arrow_left_28_regular:before {
    content: "\e3df";
}
.icon-ic_fluent_comment_arrow_left_48_regular:before {
    content: "\e3e0";
}
.icon-ic_fluent_comment_arrow_right_12_regular:before {
    content: "\e3e1";
}
.icon-ic_fluent_comment_arrow_right_16_regular:before {
    content: "\e3e2";
}
.icon-ic_fluent_comment_arrow_right_20_regular:before {
    content: "\e3e3";
}
.icon-ic_fluent_comment_arrow_right_28_regular:before {
    content: "\e3e5";
}
.icon-ic_fluent_comment_arrow_right_48_regular:before {
    content: "\e3e6";
}
.icon-ic_fluent_comment_checkmark_12_regular:before {
    content: "\e3e7";
}
.icon-ic_fluent_comment_checkmark_16_regular:before {
    content: "\e3e8";
}
.icon-ic_fluent_comment_checkmark_20_regular:before {
    content: "\e3e9";
}
.icon-ic_fluent_comment_checkmark_24_regular:before {
    content: "\e3ea";
}
.icon-ic_fluent_comment_checkmark_28_regular:before {
    content: "\e3eb";
}
.icon-ic_fluent_comment_checkmark_48_regular:before {
    content: "\e3ec";
}
.icon-ic_fluent_comment_edit_20_regular:before {
    content: "\e3ef";
}
.icon-ic_fluent_comment_edit_24_regular:before {
    content: "\e3f0";
}
.icon-ic_fluent_comment_off_16_regular:before {
    content: "\e400";
}
.icon-ic_fluent_comment_off_20_regular:before {
    content: "\e401";
}
.icon-ic_fluent_comment_off_24_regular:before {
    content: "\e402";
}
.icon-ic_fluent_comment_off_28_regular:before {
    content: "\e403";
}
.icon-ic_fluent_comment_off_48_regular:before {
    content: "\e404";
}
.icon-ic_fluent_contact_card_group_16_regular:before {
    content: "\e40c";
}
.icon-ic_fluent_contact_card_group_20_regular:before {
    content: "\e40d";
}
.icon-ic_fluent_contact_card_group_28_regular:before {
    content: "\e40e";
}
.icon-ic_fluent_contact_card_group_48_regular:before {
    content: "\e40f";
}
.icon-ic_fluent_convert_range_24_regular:before {
    content: "\e41e";
}
.icon-ic_fluent_copy_add_24_regular:before {
    content: "\e420";
}
.icon-ic_fluent_copy_select_20_regular:before {
    content: "\e424";
}
.icon-ic_fluent_couch_12_regular:before {
    content: "\e425";
}
.icon-ic_fluent_couch_24_regular:before {
    content: "\e427";
}
.icon-ic_fluent_crop_20_regular:before {
    content: "\e42b";
}
.icon-ic_fluent_currency_dollar_rupee_16_regular:before {
    content: "\e440";
}
.icon-ic_fluent_currency_dollar_rupee_20_regular:before {
    content: "\e441";
}
.icon-ic_fluent_currency_dollar_rupee_24_regular:before {
    content: "\e442";
}
.icon-ic_fluent_cursor_20_regular:before {
    content: "\e443";
}
.icon-ic_fluent_cursor_24_regular:before {
    content: "\e444";
}
.icon-ic_fluent_cursor_hover_16_regular:before {
    content: "\e447";
}
.icon-ic_fluent_cursor_hover_20_regular:before {
    content: "\e448";
}
.icon-ic_fluent_cursor_hover_24_regular:before {
    content: "\e449";
}
.icon-ic_fluent_cursor_hover_28_regular:before {
    content: "\e44a";
}
.icon-ic_fluent_cursor_hover_32_regular:before {
    content: "\e44b";
}
.icon-ic_fluent_cursor_hover_48_regular:before {
    content: "\e44c";
}
.icon-ic_fluent_cursor_hover_off_16_regular:before {
    content: "\e44d";
}
.icon-ic_fluent_cursor_hover_off_20_regular:before {
    content: "\e44e";
}
.icon-ic_fluent_cursor_hover_off_24_regular:before {
    content: "\e44f";
}
.icon-ic_fluent_cursor_hover_off_28_regular:before {
    content: "\e450";
}
.icon-ic_fluent_cursor_hover_off_48_regular:before {
    content: "\e451";
}
.icon-ic_fluent_data_bar_vertical_add_24_regular:before {
    content: "\e455";
}
.icon-ic_fluent_data_usage_20_regular:before {
    content: "\e45f";
}
.icon-ic_fluent_decimal_arrow_left_24_regular:before {
    content: "\e478";
}
.icon-ic_fluent_decimal_arrow_right_24_regular:before {
    content: "\e47a";
}
.icon-ic_fluent_delete_16_regular:before {
    content: "\e47b";
}
.icon-ic_fluent_dentist_12_regular:before {
    content: "\e482";
}
.icon-ic_fluent_dentist_16_regular:before {
    content: "\e483";
}
.icon-ic_fluent_dentist_20_regular:before {
    content: "\e484";
}
.icon-ic_fluent_dentist_28_regular:before {
    content: "\e485";
}
.icon-ic_fluent_dentist_48_regular:before {
    content: "\e486";
}
.icon-ic_fluent_dismiss_circle_28_regular:before {
    content: "\e4c2";
}
.icon-ic_fluent_doctor_12_regular:before {
    content: "\e4d2";
}
.icon-ic_fluent_doctor_16_regular:before {
    content: "\e4d3";
}
.icon-ic_fluent_doctor_20_regular:before {
    content: "\e4d4";
}
.icon-ic_fluent_doctor_28_regular:before {
    content: "\e4d5";
}
.icon-ic_fluent_doctor_48_regular:before {
    content: "\e4d6";
}
.icon-ic_fluent_document_16_regular:before {
    content: "\e4d7";
}
.icon-ic_fluent_document_48_regular:before {
    content: "\e4d9";
}
.icon-ic_fluent_document_add_16_regular:before {
    content: "\e4da";
}
.icon-ic_fluent_document_add_20_regular:before {
    content: "\e4db";
}
.icon-ic_fluent_document_add_24_regular:before {
    content: "\e4dc";
}
.icon-ic_fluent_document_add_28_regular:before {
    content: "\e4dd";
}
.icon-ic_fluent_document_add_48_regular:before {
    content: "\e4de";
}
.icon-ic_fluent_document_arrow_left_16_regular:before {
    content: "\e4e1";
}
.icon-ic_fluent_document_arrow_left_20_regular:before {
    content: "\e4e2";
}
.icon-ic_fluent_document_arrow_left_24_regular:before {
    content: "\e4e3";
}
.icon-ic_fluent_document_arrow_left_28_regular:before {
    content: "\e4e4";
}
.icon-ic_fluent_document_arrow_left_48_regular:before {
    content: "\e4e5";
}
.icon-ic_fluent_document_catch_up_16_regular:before {
    content: "\e4ef";
}
.icon-ic_fluent_document_catch_up_20_regular:before {
    content: "\e4f0";
}
.icon-ic_fluent_document_landscape_data_24_regular:before {
    content: "\e50f";
}
.icon-ic_fluent_document_landscape_split_20_regular:before {
    content: "\e510";
}
.icon-ic_fluent_document_landscape_split_hint_20_regular:before {
    content: "\e512";
}
.icon-ic_fluent_document_page_break_20_regular:before {
    content: "\e527";
}
.icon-ic_fluent_drink_beer_16_regular:before {
    content: "\e583";
}
.icon-ic_fluent_drink_beer_20_regular:before {
    content: "\e584";
}
.icon-ic_fluent_drink_coffee_16_regular:before {
    content: "\e585";
}
.icon-ic_fluent_drink_margarita_16_regular:before {
    content: "\e586";
}
.icon-ic_fluent_drink_margarita_20_regular:before {
    content: "\e587";
}
.icon-ic_fluent_drink_wine_16_regular:before {
    content: "\e58a";
}
.icon-ic_fluent_drink_wine_20_regular:before {
    content: "\e58b";
}
.icon-ic_fluent_dual_screen_span_24_regular:before {
    content: "\e5a6";
}
.icon-ic_fluent_edit_32_regular:before {
    content: "\e5b3";
}
.icon-ic_fluent_edit_off_16_regular:before {
    content: "\e5b6";
}
.icon-ic_fluent_edit_off_24_regular:before {
    content: "\e5b8";
}
.icon-ic_fluent_edit_settings_24_regular:before {
    content: "\e5c3";
}
.icon-ic_fluent_emoji_add_16_regular:before {
    content: "\e5c7";
}
.icon-ic_fluent_emoji_hand_24_regular:before {
    content: "\e5cf";
}
.icon-ic_fluent_emoji_hand_28_regular:before {
    content: "\e5d0";
}
.icon-ic_fluent_eraser_20_regular:before {
    content: "\e5e4";
}
.icon-ic_fluent_eraser_24_regular:before {
    content: "\e5e5";
}
.icon-ic_fluent_eraser_medium_24_regular:before {
    content: "\e5e7";
}
.icon-ic_fluent_eraser_segment_24_regular:before {
    content: "\e5e9";
}
.icon-ic_fluent_eraser_small_24_regular:before {
    content: "\e5eb";
}
.icon-ic_fluent_error_circle_12_regular:before {
    content: "\e5ed";
}
.icon-ic_fluent_eye_tracking_off_16_regular:before {
    content: "\e5fa";
}
.icon-ic_fluent_eye_tracking_off_20_regular:before {
    content: "\e5fb";
}
.icon-ic_fluent_eye_tracking_off_24_regular:before {
    content: "\e5fc";
}
.icon-ic_fluent_f_stop_16_regular:before {
    content: "\e601";
}
.icon-ic_fluent_f_stop_20_regular:before {
    content: "\e602";
}
.icon-ic_fluent_f_stop_24_regular:before {
    content: "\e603";
}
.icon-ic_fluent_f_stop_28_regular:before {
    content: "\e604";
}
.icon-ic_fluent_fingerprint_48_regular:before {
    content: "\e612";
}
.icon-ic_fluent_fixed_width_24_regular:before {
    content: "\e614";
}
.icon-ic_fluent_flip_horizontal_24_regular:before {
    content: "\e62d";
}
.icon-ic_fluent_flip_vertical_24_regular:before {
    content: "\e633";
}
.icon-ic_fluent_fluent_32_regular:before {
    content: "\e63e";
}
.icon-ic_fluent_fluent_48_regular:before {
    content: "\e63f";
}
.icon-ic_fluent_fluid_20_regular:before {
    content: "\e641";
}
.icon-ic_fluent_fluid_24_regular:before {
    content: "\e642";
}
.icon-ic_fluent_food_egg_16_regular:before {
    content: "\e66c";
}
.icon-ic_fluent_food_egg_20_regular:before {
    content: "\e66d";
}
.icon-ic_fluent_food_toast_16_regular:before {
    content: "\e672";
}
.icon-ic_fluent_food_toast_20_regular:before {
    content: "\e673";
}
.icon-ic_fluent_gavel_24_regular:before {
    content: "\e697";
}
.icon-ic_fluent_gavel_32_regular:before {
    content: "\e698";
}
.icon-ic_fluent_glasses_16_regular:before {
    content: "\e6a9";
}
.icon-ic_fluent_glasses_20_regular:before {
    content: "\e6aa";
}
.icon-ic_fluent_glasses_28_regular:before {
    content: "\e6ab";
}
.icon-ic_fluent_glasses_48_regular:before {
    content: "\e6ac";
}
.icon-ic_fluent_glasses_off_16_regular:before {
    content: "\e6ad";
}
.icon-ic_fluent_glasses_off_20_regular:before {
    content: "\e6ae";
}
.icon-ic_fluent_glasses_off_28_regular:before {
    content: "\e6af";
}
.icon-ic_fluent_glasses_off_48_regular:before {
    content: "\e6b0";
}
.icon-ic_fluent_globe_16_regular:before {
    content: "\e6b1";
}
.icon-ic_fluent_hand_left_20_regular:before {
    content: "\e6db";
}
.icon-ic_fluent_hand_right_24_regular:before {
    content: "\e6e0";
}
.icon-ic_fluent_hand_right_28_regular:before {
    content: "\e6e1";
}
.icon-ic_fluent_hat_graduation_16_regular:before {
    content: "\e6e5";
}
.icon-ic_fluent_hat_graduation_20_regular:before {
    content: "\e6e6";
}
.icon-ic_fluent_hat_graduation_24_regular:before {
    content: "\e6e7";
}
.icon-ic_fluent_hd_16_regular:before {
    content: "\e6e8";
}
.icon-ic_fluent_hd_20_regular:before {
    content: "\e6e9";
}
.icon-ic_fluent_hd_24_regular:before {
    content: "\e6ea";
}
.icon-ic_fluent_headset_16_regular:before {
    content: "\e6f6";
}
.icon-ic_fluent_headset_20_regular:before {
    content: "\e6f7";
}
.icon-ic_fluent_headset_48_regular:before {
    content: "\e6f9";
}
.icon-ic_fluent_heart_pulse_24_regular:before {
    content: "\e702";
}
.icon-ic_fluent_heart_pulse_32_regular:before {
    content: "\e703";
}
.icon-ic_fluent_home_16_regular:before {
    content: "\e70f";
}
.icon-ic_fluent_home_32_regular:before {
    content: "\e710";
}
.icon-ic_fluent_home_48_regular:before {
    content: "\e711";
}
.icon-ic_fluent_image_arrow_counterclockwise_24_regular:before {
    content: "\e71f";
}
.icon-ic_fluent_info_shield_20_regular:before {
    content: "\e737";
}
.icon-ic_fluent_key_multiple_20_regular:before {
    content: "\e745";
}
.icon-ic_fluent_line_horizontal_5_error_20_regular:before {
    content: "\e76d";
}
.icon-ic_fluent_link_square_12_regular:before {
    content: "\e775";
}
.icon-ic_fluent_link_square_16_regular:before {
    content: "\e776";
}
.icon-ic_fluent_location_48_regular:before {
    content: "\e77c";
}
.icon-ic_fluent_location_off_16_regular:before {
    content: "\e788";
}
.icon-ic_fluent_location_off_20_regular:before {
    content: "\e789";
}
.icon-ic_fluent_location_off_24_regular:before {
    content: "\e78a";
}
.icon-ic_fluent_location_off_28_regular:before {
    content: "\e78b";
}
.icon-ic_fluent_location_off_48_regular:before {
    content: "\e78c";
}
.icon-ic_fluent_lock_multiple_24_regular:before {
    content: "\e793";
}
.icon-ic_fluent_lottery_24_regular:before {
    content: "\e799";
}
.icon-ic_fluent_mail_16_regular:before {
    content: "\e7a1";
}
.icon-ic_fluent_mail_read_16_regular:before {
    content: "\e7d1";
}
.icon-ic_fluent_math_format_linear_24_regular:before {
    content: "\e7de";
}
.icon-ic_fluent_math_format_professional_24_regular:before {
    content: "\e7e0";
}
.icon-ic_fluent_math_formula_24_regular:before {
    content: "\e7e3";
}
.icon-ic_fluent_maximize_20_regular:before {
    content: "\e7eb";
}
.icon-ic_fluent_maximize_24_regular:before {
    content: "\e7ec";
}
.icon-ic_fluent_maximize_28_regular:before {
    content: "\e7ed";
}
.icon-ic_fluent_maximize_48_regular:before {
    content: "\e7ee";
}
.icon-ic_fluent_meet_now_16_regular:before {
    content: "\e7ef";
}
.icon-ic_fluent_mic_off_20_regular:before {
    content: "\e7fe";
}
.icon-ic_fluent_mic_off_48_regular:before {
    content: "\e800";
}
.icon-ic_fluent_mic_prohibited_24_regular:before {
    content: "\e803";
}
.icon-ic_fluent_more_circle_20_regular:before {
    content: "\e821";
}
.icon-ic_fluent_movies_and_tv_16_regular:before {
    content: "\e82b";
}
.icon-ic_fluent_movies_and_tv_20_regular:before {
    content: "\e82c";
}
.icon-ic_fluent_navigation_unread_24_regular:before {
    content: "\e863";
}
.icon-ic_fluent_number_symbol_dismiss_24_regular:before {
    content: "\e88b";
}
.icon-ic_fluent_open_28_regular:before {
    content: "\e88e";
}
.icon-ic_fluent_open_48_regular:before {
    content: "\e88f";
}
.icon-ic_fluent_open_folder_16_regular:before {
    content: "\e890";
}
.icon-ic_fluent_open_folder_20_regular:before {
    content: "\e891";
}
.icon-ic_fluent_open_folder_28_regular:before {
    content: "\e892";
}
.icon-ic_fluent_open_folder_48_regular:before {
    content: "\e893";
}
.icon-ic_fluent_open_off_16_regular:before {
    content: "\e894";
}
.icon-ic_fluent_open_off_20_regular:before {
    content: "\e895";
}
.icon-ic_fluent_open_off_24_regular:before {
    content: "\e896";
}
.icon-ic_fluent_open_off_28_regular:before {
    content: "\e897";
}
.icon-ic_fluent_open_off_48_regular:before {
    content: "\e898";
}
.icon-ic_fluent_paint_brush_arrow_down_24_regular:before {
    content: "\e8a8";
}
.icon-ic_fluent_paint_brush_arrow_up_24_regular:before {
    content: "\e8aa";
}
.icon-ic_fluent_pause_12_regular:before {
    content: "\e8cc";
}
.icon-ic_fluent_payment_16_regular:before {
    content: "\e8d4";
}
.icon-ic_fluent_payment_28_regular:before {
    content: "\e8d5";
}
.icon-ic_fluent_people_prohibited_16_regular:before {
    content: "\e903";
}
.icon-ic_fluent_people_swap_16_regular:before {
    content: "\e90a";
}
.icon-ic_fluent_people_swap_20_regular:before {
    content: "\e90b";
}
.icon-ic_fluent_people_swap_24_regular:before {
    content: "\e90c";
}
.icon-ic_fluent_people_swap_28_regular:before {
    content: "\e90d";
}
.icon-ic_fluent_people_team_add_20_regular:before {
    content: "\e911";
}
.icon-ic_fluent_people_team_add_24_regular:before {
    content: "\e912";
}
.icon-ic_fluent_person_available_20_regular:before {
    content: "\e924";
}
.icon-ic_fluent_person_clock_16_regular:before {
    content: "\e92a";
}
.icon-ic_fluent_person_clock_20_regular:before {
    content: "\e92b";
}
.icon-ic_fluent_person_clock_24_regular:before {
    content: "\e92c";
}
.icon-ic_fluent_person_delete_20_regular:before {
    content: "\e92d";
}
.icon-ic_fluent_person_mail_16_regular:before {
    content: "\e937";
}
.icon-ic_fluent_person_mail_20_regular:before {
    content: "\e938";
}
.icon-ic_fluent_person_mail_24_regular:before {
    content: "\e939";
}
.icon-ic_fluent_person_mail_28_regular:before {
    content: "\e93a";
}
.icon-ic_fluent_person_mail_48_regular:before {
    content: "\e93b";
}
.icon-ic_fluent_person_prohibited_24_regular:before {
    content: "\e943";
}
.icon-ic_fluent_poll_20_regular:before {
    content: "\e99f";
}
.icon-ic_fluent_presence_available_10_regular:before {
    content: "\e9b5";
}
.icon-ic_fluent_presence_available_12_regular:before {
    content: "\e9b6";
}
.icon-ic_fluent_presence_available_16_regular:before {
    content: "\e9b7";
}
.icon-ic_fluent_presence_dnd_10_regular:before {
    content: "\e9bc";
}
.icon-ic_fluent_presence_dnd_12_regular:before {
    content: "\e9bd";
}
.icon-ic_fluent_presence_dnd_16_regular:before {
    content: "\e9be";
}
.icon-ic_fluent_pulse_24_regular:before {
    content: "\e9dd";
}
.icon-ic_fluent_qr_code_20_regular:before {
    content: "\e9ec";
}
.icon-ic_fluent_real_estate_24_regular:before {
    content: "\e9fd";
}
.icon-ic_fluent_ribbon_24_regular:before {
    content: "\ea28";
}
.icon-ic_fluent_ribbon_star_20_regular:before {
    content: "\ea2f";
}
.icon-ic_fluent_ribbon_star_24_regular:before {
    content: "\ea30";
}
.icon-ic_fluent_run_16_regular:before {
    content: "\ea3f";
}
.icon-ic_fluent_run_20_regular:before {
    content: "\ea40";
}
.icon-ic_fluent_scales_24_regular:before {
    content: "\ea51";
}
.icon-ic_fluent_scales_32_regular:before {
    content: "\ea52";
}
.icon-ic_fluent_search_shield_20_regular:before {
    content: "\ea80";
}
.icon-ic_fluent_shield_dismiss_shield_20_regular:before {
    content: "\eacd";
}
.icon-ic_fluent_shifts_day_20_regular:before {
    content: "\eae3";
}
.icon-ic_fluent_shifts_day_24_regular:before {
    content: "\eae4";
}
.icon-ic_fluent_sidebar_search_ltr_20_regular:before {
    content: "\eaf8";
}
.icon-ic_fluent_sidebar_search_rtl_20_regular:before {
    content: "\eaf9";
}
.icon-ic_fluent_sign_out_20_regular:before {
    content: "\eafa";
}
.icon-ic_fluent_slide_multiple_arrow_right_24_regular:before {
    content: "\eb1f";
}
.icon-ic_fluent_slide_search_24_regular:before {
    content: "\eb21";
}
.icon-ic_fluent_slide_search_28_regular:before {
    content: "\eb22";
}
.icon-ic_fluent_slide_size_24_regular:before {
    content: "\eb26";
}
.icon-ic_fluent_slide_text_16_regular:before {
    content: "\eb27";
}
.icon-ic_fluent_slide_text_20_regular:before {
    content: "\eb28";
}
.icon-ic_fluent_slide_text_28_regular:before {
    content: "\eb29";
}
.icon-ic_fluent_slide_text_48_regular:before {
    content: "\eb2a";
}
.icon-ic_fluent_speaker_0_16_regular:before {
    content: "\eb37";
}
.icon-ic_fluent_speaker_0_20_regular:before {
    content: "\eb38";
}
.icon-ic_fluent_speaker_0_28_regular:before {
    content: "\eb39";
}
.icon-ic_fluent_speaker_0_48_regular:before {
    content: "\eb3b";
}
.icon-ic_fluent_speaker_1_16_regular:before {
    content: "\eb3c";
}
.icon-ic_fluent_speaker_1_20_regular:before {
    content: "\eb3d";
}
.icon-ic_fluent_speaker_1_28_regular:before {
    content: "\eb3e";
}
.icon-ic_fluent_speaker_1_48_regular:before {
    content: "\eb40";
}
.icon-ic_fluent_speaker_bluetooth_28_regular:before {
    content: "\eb48";
}
.icon-ic_fluent_speaker_off_16_regular:before {
    content: "\eb4e";
}
.icon-ic_fluent_speaker_off_20_regular:before {
    content: "\eb4f";
}
.icon-ic_fluent_speaker_off_48_regular:before {
    content: "\eb50";
}
.icon-ic_fluent_speaker_usb_24_regular:before {
    content: "\eb54";
}
.icon-ic_fluent_speaker_usb_28_regular:before {
    content: "\eb55";
}
.icon-ic_fluent_sport_16_regular:before {
    content: "\eb65";
}
.icon-ic_fluent_sport_20_regular:before {
    content: "\eb66";
}
.icon-ic_fluent_sport_24_regular:before {
    content: "\eb67";
}
.icon-ic_fluent_sport_american_football_24_regular:before {
    content: "\eb69";
}
.icon-ic_fluent_sport_baseball_24_regular:before {
    content: "\eb6b";
}
.icon-ic_fluent_sport_basketball_24_regular:before {
    content: "\eb6d";
}
.icon-ic_fluent_sport_hockey_24_regular:before {
    content: "\eb6f";
}
.icon-ic_fluent_star_edit_24_regular:before {
    content: "\eba9";
}
.icon-ic_fluent_tab_desktop_arrow_left_20_regular:before {
    content: "\ebeb";
}
.icon-ic_fluent_tab_prohibited_24_regular:before {
    content: "\ebf1";
}
.icon-ic_fluent_table_16_regular:before {
    content: "\ebf4";
}
.icon-ic_fluent_table_28_regular:before {
    content: "\ebf5";
}
.icon-ic_fluent_table_48_regular:before {
    content: "\ebf7";
}
.icon-ic_fluent_table_simple_16_regular:before {
    content: "\ec50";
}
.icon-ic_fluent_table_simple_20_regular:before {
    content: "\ec51";
}
.icon-ic_fluent_table_simple_24_regular:before {
    content: "\ec52";
}
.icon-ic_fluent_table_simple_28_regular:before {
    content: "\ec53";
}
.icon-ic_fluent_table_simple_48_regular:before {
    content: "\ec54";
}
.icon-ic_fluent_tag_16_regular:before {
    content: "\ec70";
}
.icon-ic_fluent_tasks_app_20_regular:before {
    content: "\ec9f";
}
.icon-ic_fluent_tent_12_regular:before {
    content: "\eca2";
}
.icon-ic_fluent_tent_16_regular:before {
    content: "\eca3";
}
.icon-ic_fluent_tent_20_regular:before {
    content: "\eca4";
}
.icon-ic_fluent_tent_28_regular:before {
    content: "\eca5";
}
.icon-ic_fluent_tent_48_regular:before {
    content: "\eca6";
}
.icon-ic_fluent_text_bold_16_regular:before {
    content: "\ecd2";
}
.icon-ic_fluent_text_color_16_regular:before {
    content: "\ecf5";
}
.icon-ic_fluent_text_column_one_narrow_20_regular:before {
    content: "\ecf6";
}
.icon-ic_fluent_text_column_one_narrow_24_regular:before {
    content: "\ecf7";
}
.icon-ic_fluent_text_column_one_wide_20_regular:before {
    content: "\ecf8";
}
.icon-ic_fluent_text_column_one_wide_24_regular:before {
    content: "\ecf9";
}
.icon-ic_fluent_text_continuous_24_regular:before {
    content: "\ecfd";
}
.icon-ic_fluent_text_italic_16_regular:before {
    content: "\ed36";
}
.icon-ic_fluent_text_underline_16_regular:before {
    content: "\ed67";
}
.icon-ic_fluent_ticket_diagonal_16_regular:before {
    content: "\ed7b";
}
.icon-ic_fluent_ticket_diagonal_20_regular:before {
    content: "\ed7c";
}
.icon-ic_fluent_ticket_diagonal_24_regular:before {
    content: "\ed7d";
}
.icon-ic_fluent_ticket_diagonal_28_regular:before {
    content: "\ed7e";
}
.icon-ic_fluent_timer_16_regular:before {
    content: "\ed86";
}
.icon-ic_fluent_timer_20_regular:before {
    content: "\ed88";
}
.icon-ic_fluent_toggle_left_16_regular:before {
    content: "\ed8f";
}
.icon-ic_fluent_toggle_left_20_regular:before {
    content: "\ed90";
}
.icon-ic_fluent_toggle_left_24_regular:before {
    content: "\ed91";
}
.icon-ic_fluent_toggle_left_28_regular:before {
    content: "\ed92";
}
.icon-ic_fluent_toggle_left_48_regular:before {
    content: "\ed93";
}
.icon-ic_fluent_toggle_right_28_regular:before {
    content: "\ed97";
}
.icon-ic_fluent_toggle_right_48_regular:before {
    content: "\ed98";
}
.icon-ic_fluent_tv_16_regular:before {
    content: "\edc1";
}
.icon-ic_fluent_tv_20_regular:before {
    content: "\edc2";
}
.icon-ic_fluent_tv_24_regular:before {
    content: "\edc3";
}
.icon-ic_fluent_tv_28_regular:before {
    content: "\edc4";
}
.icon-ic_fluent_tv_48_regular:before {
    content: "\edc5";
}
.icon-ic_fluent_vehicle_bicycle_16_regular:before {
    content: "\edd1";
}
.icon-ic_fluent_vehicle_bicycle_20_regular:before {
    content: "\edd2";
}
.icon-ic_fluent_vehicle_bus_16_regular:before {
    content: "\edd3";
}
.icon-ic_fluent_vehicle_bus_20_regular:before {
    content: "\edd4";
}
.icon-ic_fluent_vehicle_car_28_regular:before {
    content: "\edd8";
}
.icon-ic_fluent_vehicle_car_48_regular:before {
    content: "\edd9";
}
.icon-ic_fluent_vehicle_ship_16_regular:before {
    content: "\ede2";
}
.icon-ic_fluent_vehicle_ship_20_regular:before {
    content: "\ede3";
}
.icon-ic_fluent_vehicle_ship_24_regular:before {
    content: "\ede4";
}
.icon-ic_fluent_vehicle_subway_16_regular:before {
    content: "\ede5";
}
.icon-ic_fluent_vehicle_subway_20_regular:before {
    content: "\ede6";
}
.icon-ic_fluent_vehicle_subway_24_regular:before {
    content: "\ede7";
}
.icon-ic_fluent_vehicle_truck_16_regular:before {
    content: "\ede8";
}
.icon-ic_fluent_vehicle_truck_20_regular:before {
    content: "\ede9";
}
.icon-ic_fluent_video_clip_20_regular:before {
    content: "\edff";
}
.icon-ic_fluent_vote_20_regular:before {
    content: "\ee28";
}
.icon-ic_fluent_vote_24_regular:before {
    content: "\ee29";
}
.icon-ic_fluent_weather_drizzle_20_regular:before {
    content: "\ee3e";
}
.icon-ic_fluent_weather_drizzle_24_regular:before {
    content: "\ee3f";
}
.icon-ic_fluent_weather_drizzle_48_regular:before {
    content: "\ee40";
}
.icon-ic_fluent_weather_haze_20_regular:before {
    content: "\ee41";
}
.icon-ic_fluent_weather_haze_24_regular:before {
    content: "\ee42";
}
.icon-ic_fluent_weather_haze_48_regular:before {
    content: "\ee43";
}
.icon-ic_fluent_weather_moon_16_regular:before {
    content: "\ee44";
}
.icon-ic_fluent_weather_moon_28_regular:before {
    content: "\ee45";
}
.icon-ic_fluent_weather_moon_off_16_regular:before {
    content: "\ee46";
}
.icon-ic_fluent_weather_moon_off_20_regular:before {
    content: "\ee47";
}
.icon-ic_fluent_weather_moon_off_24_regular:before {
    content: "\ee48";
}
.icon-ic_fluent_weather_moon_off_28_regular:before {
    content: "\ee49";
}
.icon-ic_fluent_weather_moon_off_48_regular:before {
    content: "\ee4a";
}
.icon-ic_fluent_weather_sunny_high_20_regular:before {
    content: "\ee4f";
}
.icon-ic_fluent_weather_sunny_high_24_regular:before {
    content: "\ee50";
}
.icon-ic_fluent_weather_sunny_high_48_regular:before {
    content: "\ee51";
}
.icon-ic_fluent_weather_sunny_low_20_regular:before {
    content: "\ee52";
}
.icon-ic_fluent_weather_sunny_low_24_regular:before {
    content: "\ee53";
}
.icon-ic_fluent_weather_sunny_low_48_regular:before {
    content: "\ee54";
}
.icon-ic_fluent_window_new_16_regular:before {
    content: "\ee7a";
}
.icon-ic_fluent_window_new_24_regular:before {
    content: "\ee7b";
}
.icon-ic_fluent_wrench_16_regular:before {
    content: "\ee85";
}
.icon-ic_fluent_wrench_20_regular:before {
    content: "\ee86";
}
.icon-ic_fluent_video_background_effect_20_regular:before {
    content: "\edf7";
}
.icon-ic_fluent_alert_16_regular:before {
    content: "\e014";
}
.icon-ic_fluent_approvals_app_16_regular:before {
    content: "\e05f";
}
.icon-ic_fluent_approvals_app_20_regular:before {
    content: "\e060";
}
.icon-ic_fluent_arrow_bounce_16_regular:before {
    content: "\e086";
}
.icon-ic_fluent_arrow_bounce_24_regular:before {
    content: "\e088";
}
.icon-ic_fluent_arrow_enter_up_20_regular:before {
    content: "\e0c2";
}
.icon-ic_fluent_arrow_enter_up_24_regular:before {
    content: "\e0c3";
}
.icon-ic_fluent_bookmark_multiple_20_regular:before {
    content: "\e193";
}
.icon-ic_fluent_briefcase_28_regular:before {
    content: "\e1ea";
}
.icon-ic_fluent_briefcase_48_regular:before {
    content: "\e1ec";
}
.icon-ic_fluent_building_20_regular:before {
    content: "\e20b";
}
.icon-ic_fluent_chat_48_regular:before {
    content: "\e2e6";
}
.icon-ic_fluent_desktop_arrow_right_16_regular:before {
    content: "\e488";
}
.icon-ic_fluent_desktop_arrow_right_20_regular:before {
    content: "\e489";
}
.icon-ic_fluent_desktop_arrow_right_24_regular:before {
    content: "\e48a";
}
.icon-ic_fluent_desktop_speaker_20_regular:before {
    content: "\e4a4";
}
.icon-ic_fluent_desktop_speaker_24_regular:before {
    content: "\e4a5";
}
.icon-ic_fluent_desktop_speaker_off_20_regular:before {
    content: "\e4a6";
}
.icon-ic_fluent_desktop_speaker_off_24_regular:before {
    content: "\e4a7";
}
.icon-ic_fluent_emoji_add_20_regular:before {
    content: "\e5c8";
}
.icon-ic_fluent_food_cake_20_regular:before {
    content: "\e66b";
}
.icon-ic_fluent_grid_kanban_20_regular:before {
    content: "\e6c7";
}
.icon-ic_fluent_hand_right_20_regular:before {
    content: "\e6df";
}
.icon-ic_fluent_hand_right_off_20_regular:before {
    content: "\e6e2";
}
.icon-ic_fluent_learning_app_20_regular:before {
    content: "\e75f";
}
.icon-ic_fluent_learning_app_24_regular:before {
    content: "\e760";
}
.icon-ic_fluent_live_off_20_regular:before {
    content: "\e77a";
}
.icon-ic_fluent_live_off_24_regular:before {
    content: "\e77b";
}
.icon-ic_fluent_mic_prohibited_20_regular:before {
    content: "\e802";
}
.icon-ic_fluent_notebook_section_20_regular:before {
    content: "\e879";
}
.icon-ic_fluent_people_audience_20_regular:before {
    content: "\e8ef";
}
.icon-ic_fluent_people_call_16_regular:before {
    content: "\e8f0";
}
.icon-ic_fluent_people_call_20_regular:before {
    content: "\e8f1";
}
.icon-ic_fluent_person_call_16_regular:before {
    content: "\e925";
}
.icon-ic_fluent_person_call_20_regular:before {
    content: "\e926";
}
.icon-ic_fluent_phone_desktop_add_20_regular:before {
    content: "\e959";
}
.icon-ic_fluent_presenter_20_regular:before {
    content: "\e9c7";
}
.icon-ic_fluent_presenter_off_20_regular:before {
    content: "\e9c8";
}
.icon-ic_fluent_rectangle_landscape_20_regular:before {
    content: "\ea09";
}
.icon-ic_fluent_ribbon_20_regular:before {
    content: "\ea27";
}
.icon-ic_fluent_save_sync_20_regular:before {
    content: "\ea4e";
}
.icon-ic_fluent_shifts_20_regular:before {
    content: "\eadc";
}
.icon-ic_fluent_shifts_checkmark_20_regular:before {
    content: "\eae1";
}
.icon-ic_fluent_shifts_checkmark_24_regular:before {
    content: "\eae2";
}
.icon-ic_fluent_slide_multiple_24_regular:before {
    content: "\eb1d";
}
.icon-ic_fluent_star_line_horizontal_3_20_regular:before {
    content: "\ebb2";
}
.icon-ic_fluent_star_line_horizontal_3_24_regular:before {
    content: "\ebb3";
}
.icon-ic_fluent_table_add_20_regular:before {
    content: "\ebf9";
}
.icon-ic_fluent_table_dismiss_20_regular:before {
    content: "\ec14";
}
.icon-ic_fluent_table_dismiss_24_regular:before {
    content: "\ec15";
}
.icon-ic_fluent_tap_double_20_regular:before {
    content: "\ec8a";
}
.icon-ic_fluent_tap_single_20_regular:before {
    content: "\ec8d";
}
.icon-ic_fluent_text_bullet_list_add_20_regular:before {
    content: "\ecd5";
}
.icon-ic_fluent_text_bullet_list_square_20_regular:before {
    content: "\ece2";
}
.icon-ic_fluent_text_grammar_error_20_regular:before {
    content: "\ed19";
}
.icon-ic_fluent_text_number_list_rtl_20_regular:before {
    content: "\ed40";
}
.icon-ic_fluent_video_360_20_regular:before {
    content: "\edf1";
}
.icon-ic_fluent_video_360_24_regular:before {
    content: "\edf2";
}
.icon-ic_fluent_video_person_12_regular:before {
    content: "\ee08";
}
.icon-ic_fluent_video_person_16_regular:before {
    content: "\ee09";
}
.icon-ic_fluent_video_person_20_regular:before {
    content: "\ee0a";
}
.icon-ic_fluent_video_person_28_regular:before {
    content: "\ee0b";
}
.icon-ic_fluent_video_person_48_regular:before {
    content: "\ee0c";
}
.icon-ic_fluent_video_person_call_16_regular:before {
    content: "\ee0d";
}
.icon-ic_fluent_video_person_call_20_regular:before {
    content: "\ee0e";
}
.icon-ic_fluent_video_person_call_24_regular:before {
    content: "\ee0f";
}
.icon-ic_fluent_video_person_star_20_regular:before {
    content: "\ee17";
}
.icon-ic_fluent_video_prohibited_20_regular:before {
    content: "\ee1c";
}
.icon-ic_fluent_video_switch_20_regular:before {
    content: "\ee20";
}
.icon-ic_fluent_wifi_warning_20_regular:before {
    content: "\ee5c";
}
.icon-ic_fluent_album_24_regular:before {
    content: "\e010";
}
.icon-ic_fluent_album_add_24_regular:before {
    content: "\e012";
}
.icon-ic_fluent_alert_urgent_16_regular:before {
    content: "\e01d";
}
.icon-ic_fluent_arrow_right_16_regular:before {
    content: "\e0eb";
}
.icon-ic_fluent_arrow_undo_16_regular:before {
    content: "\e126";
}
.icon-ic_fluent_arrow_up_left_16_regular:before {
    content: "\e12b";
}
.icon-ic_fluent_arrow_up_left_20_regular:before {
    content: "\e12c";
}
.icon-ic_fluent_backpack_add_20_regular:before {
    content: "\e13d";
}
.icon-ic_fluent_backpack_add_24_regular:before {
    content: "\e13e";
}
.icon-ic_fluent_backpack_add_28_regular:before {
    content: "\e13f";
}
.icon-ic_fluent_backpack_add_48_regular:before {
    content: "\e140";
}
.icon-ic_fluent_bot_20_regular:before {
    content: "\e1b8";
}
.icon-ic_fluent_call_connecting_20_regular:before {
    content: "\e278";
}
.icon-ic_fluent_call_exclamation_20_regular:before {
    content: "\e27b";
}
.icon-ic_fluent_call_transfer_20_regular:before {
    content: "\e293";
}
.icon-ic_fluent_camera_off_24_regular:before {
    content: "\e2a1";
}
.icon-ic_fluent_chat_bubbles_question_20_regular:before {
    content: "\e2eb";
}
.icon-ic_fluent_chat_mail_20_regular:before {
    content: "\e2ef";
}
.icon-ic_fluent_chat_off_20_regular:before {
    content: "\e2f0";
}
.icon-ic_fluent_checkmark_48_regular:before {
    content: "\e306";
}
.icon-ic_fluent_cloud_sync_20_regular:before {
    content: "\e3ae";
}
.icon-ic_fluent_content_view_20_regular:before {
    content: "\e418";
}
.icon-ic_fluent_cube_rotate_20_regular:before {
    content: "\e438";
}
.icon-ic_fluent_data_line_20_regular:before {
    content: "\e458";
}
.icon-ic_fluent_device_meeting_room_20_regular:before {
    content: "\e4b2";
}
.icon-ic_fluent_device_meeting_room_remote_20_regular:before {
    content: "\e4b3";
}
.icon-ic_fluent_draw_shape_24_regular:before {
    content: "\e576";
}
.icon-ic_fluent_draw_text_24_regular:before {
    content: "\e578";
}
.icon-ic_fluent_folder_arrow_up_16_regular:before {
    content: "\e650";
}
.icon-ic_fluent_folder_arrow_up_20_regular:before {
    content: "\e651";
}
.icon-ic_fluent_folder_arrow_up_24_regular:before {
    content: "\e652";
}
.icon-ic_fluent_folder_arrow_up_28_regular:before {
    content: "\e653";
}
.icon-ic_fluent_fps_30_16_regular:before {
    content: "\e678";
}
.icon-ic_fluent_fps_30_20_regular:before {
    content: "\e679";
}
.icon-ic_fluent_fps_30_24_regular:before {
    content: "\e67a";
}
.icon-ic_fluent_fps_30_28_regular:before {
    content: "\e67b";
}
.icon-ic_fluent_fps_30_48_regular:before {
    content: "\e67c";
}
.icon-ic_fluent_fps_60_16_regular:before {
    content: "\e67d";
}
.icon-ic_fluent_fps_60_20_regular:before {
    content: "\e67e";
}
.icon-ic_fluent_fps_60_24_regular:before {
    content: "\e67f";
}
.icon-ic_fluent_fps_60_28_regular:before {
    content: "\e680";
}
.icon-ic_fluent_fps_60_48_regular:before {
    content: "\e681";
}
.icon-ic_fluent_home_person_20_regular:before {
    content: "\e717";
}
.icon-ic_fluent_image_off_20_regular:before {
    content: "\e72c";
}
.icon-ic_fluent_lasso_20_regular:before {
    content: "\e756";
}
.icon-ic_fluent_leaf_three_16_regular:before {
    content: "\e75c";
}
.icon-ic_fluent_leaf_three_20_regular:before {
    content: "\e75d";
}
.icon-ic_fluent_leaf_three_24_regular:before {
    content: "\e75e";
}
.icon-ic_fluent_mic_sync_20_regular:before {
    content: "\e816";
}
.icon-ic_fluent_notebook_subsection_20_regular:before {
    content: "\e87b";
}
.icon-ic_fluent_person_circle_20_regular:before {
    content: "\e928";
}
.icon-ic_fluent_pulse_20_regular:before {
    content: "\e9dc";
}
.icon-ic_fluent_pulse_square_24_regular:before {
    content: "\e9e1";
}
.icon-ic_fluent_ribbon_16_regular:before {
    content: "\ea26";
}
.icon-ic_fluent_rotate_left_24_regular:before {
    content: "\ea38";
}
.icon-ic_fluent_rotate_right_20_regular:before {
    content: "\ea39";
}
.icon-ic_fluent_rotate_right_24_regular:before {
    content: "\ea3a";
}
.icon-ic_fluent_share_close_tray_20_regular:before {
    content: "\eaa9";
}
.icon-ic_fluent_square_multiple_20_regular:before {
    content: "\eb96";
}
.icon-ic_fluent_star_emphasis_20_regular:before {
    content: "\ebaa";
}
.icon-ic_fluent_tv_arrow_right_20_regular:before {
    content: "\edc6";
}
.icon-ic_fluent_video_person_star_off_20_regular:before {
    content: "\ee18";
}
.icon-ic_fluent_video_recording_20_regular:before {
    content: "\ee1f";
}
.icon-ic_fluent_video_sync_20_regular:before {
    content: "\ee21";
}
.icon-ic_fluent_breakout_room_20_regular:before {
    content: "\e1e5";
}
.icon-ic_fluent_content_view_gallery_20_regular:before {
    content: "\e41a";
}
.icon-ic_fluent_door_tag_24_regular:before {
    content: "\e56b";
}
.icon-ic_fluent_luggage_24_regular:before {
    content: "\e79c";
}
.icon-ic_fluent_people_edit_20_regular:before {
    content: "\e8f7";
}
.icon-ic_fluent_channel_share_12_regular:before {
    content: "\e2d2";
}
.icon-ic_fluent_channel_share_16_regular:before {
    content: "\e2d3";
}
.icon-ic_fluent_channel_share_20_regular:before {
    content: "\e2d4";
}
.icon-ic_fluent_channel_share_24_regular:before {
    content: "\e2d5";
}
.icon-ic_fluent_channel_share_28_regular:before {
    content: "\e2d6";
}
.icon-ic_fluent_channel_share_48_regular:before {
    content: "\e2d7";
}
.icon-ic_fluent_people_error_16_regular:before {
    content: "\e8f8";
}
.icon-ic_fluent_people_error_20_regular:before {
    content: "\e8f9";
}
.icon-ic_fluent_people_error_24_regular:before {
    content: "\e8fa";
}
.icon-ic_fluent_puzzle_cube_16_regular:before {
    content: "\e9e2";
}
.icon-ic_fluent_puzzle_cube_20_regular:before {
    content: "\e9e3";
}
.icon-ic_fluent_puzzle_cube_24_regular:before {
    content: "\e9e4";
}
.icon-ic_fluent_puzzle_cube_28_regular:before {
    content: "\e9e5";
}
.icon-ic_fluent_puzzle_cube_48_regular:before {
    content: "\e9e6";
}
.icon-ic_fluent_arrow_circle_down_right_16_regular:before {
    content: "\e08e";
}
.icon-ic_fluent_arrow_circle_down_right_24_regular:before {
    content: "\e090";
}
.icon-ic_fluent_arrow_circle_right_24_regular:before {
    content: "\e09c";
}
.icon-ic_fluent_arrow_circle_up_16_regular:before {
    content: "\e0a1";
}
.icon-ic_fluent_arrow_circle_up_20_regular:before {
    content: "\e0a2";
}
.icon-ic_fluent_arrow_circle_up_24_regular:before {
    content: "\e0a3";
}
.icon-ic_fluent_arrow_circle_up_left_24_regular:before {
    content: "\e0a8";
}
.icon-ic_fluent_arrow_enter_left_20_regular:before {
    content: "\e0c0";
}
.icon-ic_fluent_arrow_enter_left_24_regular:before {
    content: "\e0c1";
}
.icon-ic_fluent_arrow_export_ltr_20_regular:before {
    content: "\e0c7";
}
.icon-ic_fluent_arrow_export_ltr_24_regular:before {
    content: "\e0c8";
}
.icon-ic_fluent_arrow_square_down_24_regular:before {
    content: "\e0f7";
}
.icon-ic_fluent_arrow_undo_32_regular:before {
    content: "\e128";
}
.icon-ic_fluent_arrow_undo_48_regular:before {
    content: "\e129";
}
.icon-ic_fluent_auto_fit_height_24_regular:before {
    content: "\e138";
}
.icon-ic_fluent_auto_fit_width_24_regular:before {
    content: "\e13a";
}
.icon-ic_fluent_briefcase_medical_24_regular:before {
    content: "\e1ee";
}
.icon-ic_fluent_briefcase_medical_32_regular:before {
    content: "\e1ef";
}
.icon-ic_fluent_building_factory_24_regular:before {
    content: "\e218";
}
.icon-ic_fluent_calendar_arrow_down_24_regular:before {
    content: "\e23c";
}
.icon-ic_fluent_call_16_regular:before {
    content: "\e26f";
}
.icon-ic_fluent_call_20_regular:before {
    content: "\e270";
}
.icon-ic_fluent_call_24_regular:before {
    content: "\e271";
}
.icon-ic_fluent_call_28_regular:before {
    content: "\e272";
}
.icon-ic_fluent_call_missed_20_regular:before {
    content: "\e283";
}
.icon-ic_fluent_call_prohibited_16_regular:before {
    content: "\e28d";
}
.icon-ic_fluent_call_prohibited_20_regular:before {
    content: "\e28e";
}
.icon-ic_fluent_call_prohibited_24_regular:before {
    content: "\e28f";
}
.icon-ic_fluent_call_prohibited_28_regular:before {
    content: "\e290";
}
.icon-ic_fluent_call_prohibited_48_regular:before {
    content: "\e291";
}
.icon-ic_fluent_center_horizontal_24_regular:before {
    content: "\e2b9";
}
.icon-ic_fluent_center_vertical_24_regular:before {
    content: "\e2bb";
}
.icon-ic_fluent_chevron_circle_down_24_regular:before {
    content: "\e310";
}
.icon-ic_fluent_chevron_circle_right_24_regular:before {
    content: "\e31e";
}
.icon-ic_fluent_clipboard_image_24_regular:before {
    content: "\e357";
}
.icon-ic_fluent_comment_arrow_left_24_regular:before {
    content: "\e3de";
}
.icon-ic_fluent_comment_arrow_right_24_regular:before {
    content: "\e3e4";
}
.icon-ic_fluent_comment_dismiss_24_regular:before {
    content: "\e3ee";
}
.icon-ic_fluent_component_2_double_tap_swipe_down_24_regular:before {
    content: "\e407";
}
.icon-ic_fluent_component_2_double_tap_swipe_up_24_regular:before {
    content: "\e408";
}
.icon-ic_fluent_copy_arrow_right_16_regular:before {
    content: "\e421";
}
.icon-ic_fluent_copy_arrow_right_24_regular:before {
    content: "\e423";
}
.icon-ic_fluent_currency_dollar_euro_16_regular:before {
    content: "\e43d";
}
.icon-ic_fluent_currency_dollar_euro_20_regular:before {
    content: "\e43e";
}
.icon-ic_fluent_currency_dollar_euro_24_regular:before {
    content: "\e43f";
}
.icon-ic_fluent_delete_dismiss_24_regular:before {
    content: "\e47f";
}
.icon-ic_fluent_delete_dismiss_28_regular:before {
    content: "\e480";
}
.icon-ic_fluent_document_prohibited_20_regular:before {
    content: "\e52e";
}
.icon-ic_fluent_document_prohibited_24_regular:before {
    content: "\e52f";
}
.icon-ic_fluent_document_sync_24_regular:before {
    content: "\e549";
}
.icon-ic_fluent_drink_to_go_24_regular:before {
    content: "\e589";
}
.icon-ic_fluent_fluent_24_regular:before {
    content: "\e63d";
}
.icon-ic_fluent_folder_arrow_right_16_regular:before {
    content: "\e64b";
}
.icon-ic_fluent_folder_arrow_right_20_regular:before {
    content: "\e64c";
}
.icon-ic_fluent_folder_arrow_right_24_regular:before {
    content: "\e64d";
}
.icon-ic_fluent_folder_arrow_right_28_regular:before {
    content: "\e64e";
}
.icon-ic_fluent_folder_arrow_right_48_regular:before {
    content: "\e64f";
}
.icon-ic_fluent_folder_arrow_up_48_regular:before {
    content: "\e654";
}
.icon-ic_fluent_folder_prohibited_20_regular:before {
    content: "\e65c";
}
.icon-ic_fluent_folder_prohibited_24_regular:before {
    content: "\e65d";
}
.icon-ic_fluent_folder_prohibited_28_regular:before {
    content: "\e65e";
}
.icon-ic_fluent_folder_prohibited_48_regular:before {
    content: "\e65f";
}
.icon-ic_fluent_folder_swap_16_regular:before {
    content: "\e660";
}
.icon-ic_fluent_folder_swap_20_regular:before {
    content: "\e661";
}
.icon-ic_fluent_folder_swap_24_regular:before {
    content: "\e662";
}
.icon-ic_fluent_full_screen_maximize_24_regular:before {
    content: "\e685";
}
.icon-ic_fluent_full_screen_minimize_24_regular:before {
    content: "\e688";
}
.icon-ic_fluent_image_multiple_20_regular:before {
    content: "\e725";
}
.icon-ic_fluent_image_multiple_24_regular:before {
    content: "\e726";
}
.icon-ic_fluent_image_multiple_28_regular:before {
    content: "\e727";
}
.icon-ic_fluent_leaf_one_16_regular:before {
    content: "\e759";
}
.icon-ic_fluent_leaf_one_20_regular:before {
    content: "\e75a";
}
.icon-ic_fluent_leaf_one_24_regular:before {
    content: "\e75b";
}
.icon-ic_fluent_link_dismiss_20_regular:before {
    content: "\e773";
}
.icon-ic_fluent_location_dismiss_24_regular:before {
    content: "\e787";
}
.icon-ic_fluent_lock_closed_12_regular:before {
    content: "\e78d";
}
.icon-ic_fluent_lock_closed_16_regular:before {
    content: "\e78e";
}
.icon-ic_fluent_lock_closed_20_regular:before {
    content: "\e78f";
}
.icon-ic_fluent_lock_closed_24_regular:before {
    content: "\e790";
}
.icon-ic_fluent_lock_open_20_regular:before {
    content: "\e795";
}
.icon-ic_fluent_lock_open_24_regular:before {
    content: "\e796";
}
.icon-ic_fluent_lock_open_28_regular:before {
    content: "\e797";
}
.icon-ic_fluent_mail_inbox_all_24_regular:before {
    content: "\e7b7";
}
.icon-ic_fluent_mail_inbox_arrow_right_24_regular:before {
    content: "\e7ba";
}
.icon-ic_fluent_mail_inbox_arrow_up_20_regular:before {
    content: "\e7bb";
}
.icon-ic_fluent_mail_inbox_arrow_up_24_regular:before {
    content: "\e7bc";
}
.icon-ic_fluent_mail_off_24_regular:before {
    content: "\e7ca";
}
.icon-ic_fluent_more_horizontal_16_regular:before {
    content: "\e823";
}
.icon-ic_fluent_more_horizontal_20_regular:before {
    content: "\e824";
}
.icon-ic_fluent_more_horizontal_24_regular:before {
    content: "\e825";
}
.icon-ic_fluent_more_horizontal_28_regular:before {
    content: "\e826";
}
.icon-ic_fluent_more_horizontal_48_regular:before {
    content: "\e828";
}
.icon-ic_fluent_music_note_1_20_regular:before {
    content: "\e851";
}
.icon-ic_fluent_music_note_1_24_regular:before {
    content: "\e852";
}
.icon-ic_fluent_music_note_2_16_regular:before {
    content: "\e853";
}
.icon-ic_fluent_music_note_2_24_regular:before {
    content: "\e855";
}
.icon-ic_fluent_people_team_delete_24_regular:before {
    content: "\e915";
}
.icon-ic_fluent_phone_add_24_regular:before {
    content: "\e955";
}
.icon-ic_fluent_phone_arrow_right_20_regular:before {
    content: "\e956";
}
.icon-ic_fluent_phone_arrow_right_24_regular:before {
    content: "\e957";
}
.icon-ic_fluent_phone_dismiss_24_regular:before {
    content: "\e95b";
}
.icon-ic_fluent_phone_lock_24_regular:before {
    content: "\e964";
}
.icon-ic_fluent_phone_span_in_16_regular:before {
    content: "\e969";
}
.icon-ic_fluent_phone_span_in_20_regular:before {
    content: "\e96a";
}
.icon-ic_fluent_phone_span_in_24_regular:before {
    content: "\e96b";
}
.icon-ic_fluent_phone_span_in_28_regular:before {
    content: "\e96c";
}
.icon-ic_fluent_phone_span_out_16_regular:before {
    content: "\e96d";
}
.icon-ic_fluent_phone_span_out_20_regular:before {
    content: "\e96e";
}
.icon-ic_fluent_phone_span_out_24_regular:before {
    content: "\e96f";
}
.icon-ic_fluent_phone_span_out_28_regular:before {
    content: "\e970";
}
.icon-ic_fluent_position_backward_20_regular:before {
    content: "\e9a8";
}
.icon-ic_fluent_position_backward_24_regular:before {
    content: "\e9a9";
}
.icon-ic_fluent_position_forward_20_regular:before {
    content: "\e9aa";
}
.icon-ic_fluent_position_forward_24_regular:before {
    content: "\e9ab";
}
.icon-ic_fluent_position_to_back_20_regular:before {
    content: "\e9ac";
}
.icon-ic_fluent_position_to_back_24_regular:before {
    content: "\e9ad";
}
.icon-ic_fluent_position_to_front_20_regular:before {
    content: "\e9ae";
}
.icon-ic_fluent_position_to_front_24_regular:before {
    content: "\e9af";
}
.icon-ic_fluent_resize_large_16_regular:before {
    content: "\ea15";
}
.icon-ic_fluent_resize_large_20_regular:before {
    content: "\ea16";
}
.icon-ic_fluent_resize_large_24_regular:before {
    content: "\ea17";
}
.icon-ic_fluent_resize_small_16_regular:before {
    content: "\ea18";
}
.icon-ic_fluent_resize_small_20_regular:before {
    content: "\ea19";
}
.icon-ic_fluent_resize_small_24_regular:before {
    content: "\ea1a";
}
.icon-ic_fluent_save_edit_20_regular:before {
    content: "\ea48";
}
.icon-ic_fluent_save_edit_24_regular:before {
    content: "\ea49";
}
.icon-ic_fluent_search_visual_16_regular:before {
    content: "\ea82";
}
.icon-ic_fluent_search_visual_20_regular:before {
    content: "\ea83";
}
.icon-ic_fluent_search_visual_24_regular:before {
    content: "\ea84";
}
.icon-ic_fluent_select_all_on_24_regular:before {
    content: "\ea87";
}
.icon-ic_fluent_share_screen_start_20_regular:before {
    content: "\eaba";
}
.icon-ic_fluent_share_screen_start_24_regular:before {
    content: "\eabb";
}
.icon-ic_fluent_share_screen_start_28_regular:before {
    content: "\eabc";
}
.icon-ic_fluent_share_screen_stop_16_regular:before {
    content: "\eabe";
}
.icon-ic_fluent_share_screen_stop_20_regular:before {
    content: "\eabf";
}
.icon-ic_fluent_share_screen_stop_24_regular:before {
    content: "\eac0";
}
.icon-ic_fluent_share_screen_stop_28_regular:before {
    content: "\eac1";
}
.icon-ic_fluent_share_screen_stop_48_regular:before {
    content: "\eac2";
}
.icon-ic_fluent_shield_dismiss_16_regular:before {
    content: "\eacc";
}
.icon-ic_fluent_shifts_prohibited_24_regular:before {
    content: "\eae6";
}
.icon-ic_fluent_shifts_question_mark_24_regular:before {
    content: "\eae8";
}
.icon-ic_fluent_speaker_2_16_regular:before {
    content: "\eb41";
}
.icon-ic_fluent_speaker_2_20_regular:before {
    content: "\eb42";
}
.icon-ic_fluent_speaker_2_24_regular:before {
    content: "\eb43";
}
.icon-ic_fluent_speaker_2_28_regular:before {
    content: "\eb44";
}
.icon-ic_fluent_speaker_2_48_regular:before {
    content: "\eb46";
}
.icon-ic_fluent_speaker_mute_16_regular:before {
    content: "\eb49";
}
.icon-ic_fluent_speaker_mute_20_regular:before {
    content: "\eb4a";
}
.icon-ic_fluent_speaker_mute_24_regular:before {
    content: "\eb4b";
}
.icon-ic_fluent_speaker_mute_28_regular:before {
    content: "\eb4c";
}
.icon-ic_fluent_speaker_mute_48_regular:before {
    content: "\eb4d";
}
.icon-ic_fluent_star_arrow_right_end_24_regular:before {
    content: "\eba2";
}
.icon-ic_fluent_subtract_12_regular:before {
    content: "\ebce";
}
.icon-ic_fluent_subtract_16_regular:before {
    content: "\ebcf";
}
.icon-ic_fluent_subtract_20_regular:before {
    content: "\ebd0";
}
.icon-ic_fluent_subtract_24_regular:before {
    content: "\ebd1";
}
.icon-ic_fluent_subtract_28_regular:before {
    content: "\ebd2";
}
.icon-ic_fluent_subtract_48_regular:before {
    content: "\ebd3";
}
.icon-ic_fluent_tab_add_20_regular:before {
    content: "\ebe5";
}
.icon-ic_fluent_tab_add_24_regular:before {
    content: "\ebe6";
}
.icon-ic_fluent_tab_arrow_left_24_regular:before {
    content: "\ebe8";
}
.icon-ic_fluent_tab_shield_dismiss_20_regular:before {
    content: "\ebf2";
}
.icon-ic_fluent_tab_shield_dismiss_24_regular:before {
    content: "\ebf3";
}
.icon-ic_fluent_table_delete_column_24_regular:before {
    content: "\ec0d";
}
.icon-ic_fluent_table_delete_row_24_regular:before {
    content: "\ec11";
}
.icon-ic_fluent_table_freeze_column_and_row_24_regular:before {
    content: "\ec1f";
}
.icon-ic_fluent_table_insert_column_24_regular:before {
    content: "\ec27";
}
.icon-ic_fluent_table_insert_row_24_regular:before {
    content: "\ec2b";
}
.icon-ic_fluent_table_move_above_24_regular:before {
    content: "\ec37";
}
.icon-ic_fluent_table_move_below_24_regular:before {
    content: "\ec3b";
}
.icon-ic_fluent_table_resize_column_24_regular:before {
    content: "\ec46";
}
.icon-ic_fluent_table_resize_row_24_regular:before {
    content: "\ec4a";
}
.icon-ic_fluent_table_stack_above_24_regular:before {
    content: "\ec58";
}
.icon-ic_fluent_table_stack_below_24_regular:before {
    content: "\ec5c";
}
.icon-ic_fluent_table_stack_left_24_regular:before {
    content: "\ec60";
}
.icon-ic_fluent_table_stack_right_24_regular:before {
    content: "\ec64";
}
.icon-ic_fluent_tag_question_mark_16_regular:before {
    content: "\ec82";
}
.icon-ic_fluent_tag_question_mark_24_regular:before {
    content: "\ec84";
}
.icon-ic_fluent_text_grammar_arrow_left_20_regular:before {
    content: "\ed11";
}
.icon-ic_fluent_text_grammar_arrow_left_24_regular:before {
    content: "\ed12";
}
.icon-ic_fluent_text_grammar_arrow_right_20_regular:before {
    content: "\ed13";
}
.icon-ic_fluent_text_grammar_arrow_right_24_regular:before {
    content: "\ed14";
}
.icon-ic_fluent_text_grammar_checkmark_20_regular:before {
    content: "\ed15";
}
.icon-ic_fluent_text_grammar_checkmark_24_regular:before {
    content: "\ed16";
}
.icon-ic_fluent_text_grammar_dismiss_20_regular:before {
    content: "\ed17";
}
.icon-ic_fluent_text_grammar_dismiss_24_regular:before {
    content: "\ed18";
}
.icon-ic_fluent_text_grammar_settings_20_regular:before {
    content: "\ed1a";
}
.icon-ic_fluent_text_grammar_settings_24_regular:before {
    content: "\ed1b";
}
.icon-ic_fluent_text_grammar_wand_16_regular:before {
    content: "\ed1c";
}
.icon-ic_fluent_text_grammar_wand_20_regular:before {
    content: "\ed1d";
}
.icon-ic_fluent_text_grammar_wand_24_regular:before {
    content: "\ed1e";
}
.icon-ic_fluent_text_number_format_20_regular:before {
    content: "\ed39";
}
.icon-ic_fluent_text_paragraph_20_regular:before {
    content: "\ed42";
}
.icon-ic_fluent_text_paragraph_24_regular:before {
    content: "\ed43";
}
.icon-ic_fluent_text_paragraph_direction_20_regular:before {
    content: "\ed44";
}
.icon-ic_fluent_text_paragraph_direction_24_regular:before {
    content: "\ed45";
}
.icon-ic_fluent_text_position_behind_20_regular:before {
    content: "\ed4b";
}
.icon-ic_fluent_text_position_behind_24_regular:before {
    content: "\ed4c";
}
.icon-ic_fluent_text_position_front_20_regular:before {
    content: "\ed4d";
}
.icon-ic_fluent_text_position_front_24_regular:before {
    content: "\ed4e";
}
.icon-ic_fluent_text_position_line_20_regular:before {
    content: "\ed4f";
}
.icon-ic_fluent_text_position_line_24_regular:before {
    content: "\ed50";
}
.icon-ic_fluent_text_position_square_20_regular:before {
    content: "\ed51";
}
.icon-ic_fluent_text_position_square_24_regular:before {
    content: "\ed52";
}
.icon-ic_fluent_text_position_through_20_regular:before {
    content: "\ed53";
}
.icon-ic_fluent_text_position_through_24_regular:before {
    content: "\ed54";
}
.icon-ic_fluent_text_position_tight_20_regular:before {
    content: "\ed55";
}
.icon-ic_fluent_text_position_tight_24_regular:before {
    content: "\ed56";
}
.icon-ic_fluent_text_position_top_bottom_20_regular:before {
    content: "\ed57";
}
.icon-ic_fluent_text_position_top_bottom_24_regular:before {
    content: "\ed58";
}
.icon-ic_fluent_textbox_align_center_20_regular:before {
    content: "\ed6d";
}
.icon-ic_fluent_textbox_align_center_24_regular:before {
    content: "\ed6e";
}
.icon-ic_fluent_thumb_like_16_regular:before {
    content: "\ed78";
}
.icon-ic_fluent_ticket_horizontal_20_regular:before {
    content: "\ed7f";
}
.icon-ic_fluent_ticket_horizontal_24_regular:before {
    content: "\ed80";
}
.icon-ic_fluent_wand_16_regular:before {
    content: "\ee36";
}
.icon-ic_fluent_wand_20_regular:before {
    content: "\ee37";
}
.icon-ic_fluent_wand_24_regular:before {
    content: "\ee38";
}
.icon-ic_fluent_wand_28_regular:before {
    content: "\ee39";
}
.icon-ic_fluent_wand_48_regular:before {
    content: "\ee3a";
}
.icon-ic_fluent_window_arrow_up_24_regular:before {
    content: "\ee6c";
}
.icon-ic_fluent_window_header_horizontal_20_regular:before {
    content: "\ee74";
}
.icon-ic_fluent_window_header_vertical_20_regular:before {
    content: "\ee76";
}
.icon-ic_fluent_accessibility_32_regular:before {
    content: "\e001";
}
.icon-ic_fluent_accessibility_checkmark_24_regular:before {
    content: "\e004";
}
.icon-ic_fluent_add_circle_16_regular:before {
    content: "\e005";
}
.icon-ic_fluent_add_circle_32_regular:before {
    content: "\e006";
}
.icon-ic_fluent_animal_rabbit_16_regular:before {
    content: "\e050";
}
.icon-ic_fluent_animal_rabbit_20_regular:before {
    content: "\e051";
}
.icon-ic_fluent_animal_rabbit_24_regular:before {
    content: "\e052";
}
.icon-ic_fluent_animal_rabbit_28_regular:before {
    content: "\e053";
}
.icon-ic_fluent_animal_turtle_16_regular:before {
    content: "\e054";
}
.icon-ic_fluent_animal_turtle_20_regular:before {
    content: "\e055";
}
.icon-ic_fluent_animal_turtle_24_regular:before {
    content: "\e056";
}
.icon-ic_fluent_animal_turtle_28_regular:before {
    content: "\e057";
}
.icon-ic_fluent_book_contacts_20_regular:before {
    content: "\e16a";
}
.icon-ic_fluent_book_contacts_24_regular:before {
    content: "\e16b";
}
.icon-ic_fluent_book_contacts_28_regular:before {
    content: "\e16c";
}
.icon-ic_fluent_book_open_globe_20_regular:before {
    content: "\e17d";
}
.icon-ic_fluent_calligraphy_pen_checkmark_20_regular:before {
    content: "\e296";
}
.icon-ic_fluent_calligraphy_pen_question_mark_20_regular:before {
    content: "\e298";
}
.icon-ic_fluent_cellular_5g_24_regular:before {
    content: "\e2b3";
}
.icon-ic_fluent_checkbox_1_24_regular:before {
    content: "\e2f7";
}
.icon-ic_fluent_checkbox_2_24_regular:before {
    content: "\e2f9";
}
.icon-ic_fluent_checkbox_arrow_right_24_regular:before {
    content: "\e2fb";
}
.icon-ic_fluent_checkbox_person_24_regular:before {
    content: "\e302";
}
.icon-ic_fluent_checkbox_warning_24_regular:before {
    content: "\e304";
}
.icon-ic_fluent_circle_edit_24_regular:before {
    content: "\e335";
}
.icon-ic_fluent_clock_32_regular:before {
    content: "\e36e";
}
.icon-ic_fluent_cloud_16_regular:before {
    content: "\e382";
}
.icon-ic_fluent_cloud_32_regular:before {
    content: "\e384";
}
.icon-ic_fluent_comment_note_24_regular:before {
    content: "\e3ff";
}
.icon-ic_fluent_content_settings_32_regular:before {
    content: "\e417";
}
.icon-ic_fluent_desktop_mac_16_regular:before {
    content: "\e498";
}
.icon-ic_fluent_desktop_mac_32_regular:before {
    content: "\e49b";
}
.icon-ic_fluent_document_arrow_right_24_regular:before {
    content: "\e4e7";
}
.icon-ic_fluent_document_checkmark_24_regular:before {
    content: "\e4f2";
}
.icon-ic_fluent_dual_screen_dismiss_24_regular:before {
    content: "\e59e";
}
.icon-ic_fluent_dual_screen_speaker_24_regular:before {
    content: "\e5a8";
}
.icon-ic_fluent_filter_dismiss_24_regular:before {
    content: "\e60e";
}
.icon-ic_fluent_filter_sync_24_regular:before {
    content: "\e610";
}
.icon-ic_fluent_folder_16_regular:before {
    content: "\e643";
}
.icon-ic_fluent_folder_32_regular:before {
    content: "\e644";
}
.icon-ic_fluent_globe_person_24_regular:before {
    content: "\e6b8";
}
.icon-ic_fluent_home_person_24_regular:before {
    content: "\e718";
}
.icon-ic_fluent_image_globe_24_regular:before {
    content: "\e723";
}
.icon-ic_fluent_inking_tool_32_regular:before {
    content: "\e73a";
}
.icon-ic_fluent_key_16_regular:before {
    content: "\e740";
}
.icon-ic_fluent_key_32_regular:before {
    content: "\e741";
}
.icon-ic_fluent_line_style_24_regular:before {
    content: "\e76f";
}
.icon-ic_fluent_math_formula_16_regular:before {
    content: "\e7e1";
}
.icon-ic_fluent_math_formula_32_regular:before {
    content: "\e7e4";
}
.icon-ic_fluent_notebook_add_24_regular:before {
    content: "\e873";
}
.icon-ic_fluent_notebook_section_arrow_right_24_regular:before {
    content: "\e87a";
}
.icon-ic_fluent_notebook_subsection_24_regular:before {
    content: "\e87c";
}
.icon-ic_fluent_orientation_20_regular:before {
    content: "\e89f";
}
.icon-ic_fluent_people_32_regular:before {
    content: "\e8ec";
}
.icon-ic_fluent_person_note_24_regular:before {
    content: "\e93f";
}
.icon-ic_fluent_phone_laptop_16_regular:before {
    content: "\e960";
}
.icon-ic_fluent_phone_laptop_32_regular:before {
    content: "\e961";
}
.icon-ic_fluent_phone_speaker_24_regular:before {
    content: "\e972";
}
.icon-ic_fluent_pi_24_regular:before {
    content: "\e97b";
}
.icon-ic_fluent_premium_32_regular:before {
    content: "\e9b1";
}
.icon-ic_fluent_receipt_20_regular:before {
    content: "\e9fe";
}
.icon-ic_fluent_receipt_24_regular:before {
    content: "\e9ff";
}
.icon-ic_fluent_rss_24_regular:before {
    content: "\ea3e";
}
.icon-ic_fluent_screen_cut_20_regular:before {
    content: "\ea77";
}
.icon-ic_fluent_screen_person_20_regular:before {
    content: "\ea78";
}
.icon-ic_fluent_shape_exclude_16_regular:before {
    content: "\ea98";
}
.icon-ic_fluent_shape_exclude_20_regular:before {
    content: "\ea99";
}
.icon-ic_fluent_shape_exclude_24_regular:before {
    content: "\ea9a";
}
.icon-ic_fluent_shape_intersect_16_regular:before {
    content: "\ea9b";
}
.icon-ic_fluent_shape_intersect_20_regular:before {
    content: "\ea9c";
}
.icon-ic_fluent_shape_intersect_24_regular:before {
    content: "\ea9d";
}
.icon-ic_fluent_shape_subtract_16_regular:before {
    content: "\ea9e";
}
.icon-ic_fluent_shape_subtract_20_regular:before {
    content: "\ea9f";
}
.icon-ic_fluent_shape_subtract_24_regular:before {
    content: "\eaa0";
}
.icon-ic_fluent_shape_union_16_regular:before {
    content: "\eaa1";
}
.icon-ic_fluent_shape_union_20_regular:before {
    content: "\eaa2";
}
.icon-ic_fluent_shape_union_24_regular:before {
    content: "\eaa3";
}
.icon-ic_fluent_shifts_16_regular:before {
    content: "\eadb";
}
.icon-ic_fluent_slide_settings_24_regular:before {
    content: "\eb24";
}
.icon-ic_fluent_slide_transition_24_regular:before {
    content: "\eb2c";
}
.icon-ic_fluent_star_emphasis_32_regular:before {
    content: "\ebab";
}
.icon-ic_fluent_table_32_regular:before {
    content: "\ebf6";
}
.icon-ic_fluent_table_cell_edit_24_regular:before {
    content: "\ec03";
}
.icon-ic_fluent_tablet_speaker_24_regular:before {
    content: "\ec6e";
}
.icon-ic_fluent_target_32_regular:before {
    content: "\ec90";
}
.icon-ic_fluent_timer_3_24_regular:before {
    content: "\ed8b";
}
.icon-ic_fluent_voicemail_28_regular:before {
    content: "\ee24";
}
.icon-ic_fluent_walkie_talkie_20_regular:before {
    content: "\ee2a";
}
.icon-ic_fluent_warning_shield_20_regular:before {
    content: "\ee3d";
}
.icon-ic_fluent_add_subtract_circle_16_regular:before {
    content: "\e00a";
}
.icon-ic_fluent_add_subtract_circle_20_regular:before {
    content: "\e00b";
}
.icon-ic_fluent_add_subtract_circle_24_regular:before {
    content: "\e00c";
}
.icon-ic_fluent_add_subtract_circle_28_regular:before {
    content: "\e00d";
}
.icon-ic_fluent_add_subtract_circle_48_regular:before {
    content: "\e00e";
}
.icon-ic_fluent_beach_16_regular:before {
    content: "\e148";
}
.icon-ic_fluent_beach_20_regular:before {
    content: "\e149";
}
.icon-ic_fluent_beach_24_regular:before {
    content: "\e14a";
}
.icon-ic_fluent_beach_28_regular:before {
    content: "\e14b";
}
.icon-ic_fluent_building_16_regular:before {
    content: "\e20a";
}
.icon-ic_fluent_calendar_edit_16_regular:before {
    content: "\e245";
}
.icon-ic_fluent_calendar_edit_20_regular:before {
    content: "\e246";
}
.icon-ic_fluent_calendar_edit_24_regular:before {
    content: "\e247";
}
.icon-ic_fluent_calendar_ltr_20_regular:before {
    content: "\e24e";
}
.icon-ic_fluent_calendar_ltr_24_regular:before {
    content: "\e24f";
}
.icon-ic_fluent_calendar_ltr_28_regular:before {
    content: "\e250";
}
.icon-ic_fluent_calendar_rtl_20_regular:before {
    content: "\e263";
}
.icon-ic_fluent_calendar_rtl_24_regular:before {
    content: "\e264";
}
.icon-ic_fluent_calendar_rtl_28_regular:before {
    content: "\e265";
}
.icon-ic_fluent_circle_small_20_regular:before {
    content: "\e33e";
}
.icon-ic_fluent_clipboard_16_regular:before {
    content: "\e342";
}
.icon-ic_fluent_clipboard_arrow_right_16_regular:before {
    content: "\e344";
}
.icon-ic_fluent_clipboard_arrow_right_20_regular:before {
    content: "\e345";
}
.icon-ic_fluent_clipboard_arrow_right_24_regular:before {
    content: "\e346";
}
.icon-ic_fluent_clipboard_text_ltr_20_regular:before {
    content: "\e369";
}
.icon-ic_fluent_clipboard_text_ltr_24_regular:before {
    content: "\e36a";
}
.icon-ic_fluent_clipboard_text_rtl_20_regular:before {
    content: "\e36c";
}
.icon-ic_fluent_clipboard_text_rtl_24_regular:before {
    content: "\e36d";
}
.icon-ic_fluent_cube_sync_24_regular:before {
    content: "\e43a";
}
.icon-ic_fluent_document_question_mark_16_regular:before {
    content: "\e530";
}
.icon-ic_fluent_document_question_mark_20_regular:before {
    content: "\e531";
}
.icon-ic_fluent_document_question_mark_24_regular:before {
    content: "\e532";
}
.icon-ic_fluent_door_arrow_left_20_regular:before {
    content: "\e565";
}
.icon-ic_fluent_drop_12_regular:before {
    content: "\e58e";
}
.icon-ic_fluent_drop_16_regular:before {
    content: "\e58f";
}
.icon-ic_fluent_drop_20_regular:before {
    content: "\e590";
}
.icon-ic_fluent_drop_24_regular:before {
    content: "\e591";
}
.icon-ic_fluent_drop_28_regular:before {
    content: "\e592";
}
.icon-ic_fluent_drop_48_regular:before {
    content: "\e593";
}
.icon-ic_fluent_dumbbell_16_regular:before {
    content: "\e5ae";
}
.icon-ic_fluent_dumbbell_20_regular:before {
    content: "\e5af";
}
.icon-ic_fluent_dumbbell_24_regular:before {
    content: "\e5b0";
}
.icon-ic_fluent_dumbbell_28_regular:before {
    content: "\e5b1";
}
.icon-ic_fluent_edit_off_20_regular:before {
    content: "\e5b7";
}
.icon-ic_fluent_eyedropper_20_regular:before {
    content: "\e5fd";
}
.icon-ic_fluent_eyedropper_24_regular:before {
    content: "\e5fe";
}
.icon-ic_fluent_flag_off_16_regular:before {
    content: "\e615";
}
.icon-ic_fluent_flag_off_20_regular:before {
    content: "\e616";
}
.icon-ic_fluent_fps_120_20_regular:before {
    content: "\e675";
}
.icon-ic_fluent_fps_120_24_regular:before {
    content: "\e676";
}
.icon-ic_fluent_fps_240_20_regular:before {
    content: "\e677";
}
.icon-ic_fluent_guitar_16_regular:before {
    content: "\e6d2";
}
.icon-ic_fluent_guitar_20_regular:before {
    content: "\e6d3";
}
.icon-ic_fluent_guitar_24_regular:before {
    content: "\e6d4";
}
.icon-ic_fluent_guitar_28_regular:before {
    content: "\e6d5";
}
.icon-ic_fluent_key_command_16_regular:before {
    content: "\e742";
}
.icon-ic_fluent_more_vertical_16_regular:before {
    content: "\e829";
}
.icon-ic_fluent_people_checkmark_20_regular:before {
    content: "\e8f3";
}
.icon-ic_fluent_people_checkmark_24_regular:before {
    content: "\e8f4";
}
.icon-ic_fluent_play_circle_16_regular:before {
    content: "\e993";
}
.icon-ic_fluent_play_circle_20_regular:before {
    content: "\e994";
}
.icon-ic_fluent_play_circle_28_regular:before {
    content: "\e995";
}
.icon-ic_fluent_re_order_dots_horizontal_16_regular:before {
    content: "\e9f4";
}
.icon-ic_fluent_re_order_dots_horizontal_20_regular:before {
    content: "\e9f5";
}
.icon-ic_fluent_re_order_dots_horizontal_24_regular:before {
    content: "\e9f6";
}
.icon-ic_fluent_re_order_dots_vertical_16_regular:before {
    content: "\e9f7";
}
.icon-ic_fluent_re_order_dots_vertical_20_regular:before {
    content: "\e9f8";
}
.icon-ic_fluent_re_order_dots_vertical_24_regular:before {
    content: "\e9f9";
}
.icon-ic_fluent_scale_fill_20_regular:before {
    content: "\ea4f";
}
.icon-ic_fluent_skip_back_10_20_regular:before {
    content: "\eafb";
}
.icon-ic_fluent_skip_forward_10_20_regular:before {
    content: "\eb00";
}
.icon-ic_fluent_skip_forward_30_20_regular:before {
    content: "\eb05";
}
.icon-ic_fluent_slide_eraser_24_regular:before {
    content: "\eb16";
}
.icon-ic_fluent_split_horizontal_12_regular:before {
    content: "\eb57";
}
.icon-ic_fluent_split_horizontal_16_regular:before {
    content: "\eb58";
}
.icon-ic_fluent_split_horizontal_20_regular:before {
    content: "\eb59";
}
.icon-ic_fluent_split_horizontal_24_regular:before {
    content: "\eb5a";
}
.icon-ic_fluent_split_horizontal_28_regular:before {
    content: "\eb5b";
}
.icon-ic_fluent_split_horizontal_32_regular:before {
    content: "\eb5c";
}
.icon-ic_fluent_split_horizontal_48_regular:before {
    content: "\eb5d";
}
.icon-ic_fluent_split_vertical_12_regular:before {
    content: "\eb5e";
}
.icon-ic_fluent_split_vertical_16_regular:before {
    content: "\eb5f";
}
.icon-ic_fluent_split_vertical_20_regular:before {
    content: "\eb60";
}
.icon-ic_fluent_split_vertical_24_regular:before {
    content: "\eb61";
}
.icon-ic_fluent_split_vertical_28_regular:before {
    content: "\eb62";
}
.icon-ic_fluent_split_vertical_32_regular:before {
    content: "\eb63";
}
.icon-ic_fluent_split_vertical_48_regular:before {
    content: "\eb64";
}
.icon-ic_fluent_sport_soccer_20_regular:before {
    content: "\eb71";
}
.icon-ic_fluent_sport_soccer_24_regular:before {
    content: "\eb72";
}
.icon-ic_fluent_symbols_20_regular:before {
    content: "\ebe1";
}
.icon-ic_fluent_table_delete_column_20_regular:before {
    content: "\ec0c";
}
.icon-ic_fluent_table_delete_row_20_regular:before {
    content: "\ec10";
}
.icon-ic_fluent_table_stack_above_20_regular:before {
    content: "\ec57";
}
.icon-ic_fluent_table_stack_left_20_regular:before {
    content: "\ec5f";
}
.icon-ic_fluent_table_stack_right_20_regular:before {
    content: "\ec63";
}
.icon-ic_fluent_task_list_ltr_20_regular:before {
    content: "\ec92";
}
.icon-ic_fluent_task_list_ltr_24_regular:before {
    content: "\ec93";
}
.icon-ic_fluent_task_list_rtl_20_regular:before {
    content: "\ec94";
}
.icon-ic_fluent_task_list_rtl_24_regular:before {
    content: "\ec95";
}
.icon-ic_fluent_tetris_app_16_regular:before {
    content: "\eca7";
}
.icon-ic_fluent_tetris_app_20_regular:before {
    content: "\eca8";
}
.icon-ic_fluent_tetris_app_24_regular:before {
    content: "\eca9";
}
.icon-ic_fluent_tetris_app_28_regular:before {
    content: "\ecaa";
}
.icon-ic_fluent_tetris_app_32_regular:before {
    content: "\ecab";
}
.icon-ic_fluent_tetris_app_48_regular:before {
    content: "\ecac";
}
.icon-ic_fluent_text_bullet_list_ltr_20_regular:before {
    content: "\ecd9";
}
.icon-ic_fluent_text_bullet_list_ltr_24_regular:before {
    content: "\ecda";
}
.icon-ic_fluent_text_bullet_list_rtl_20_regular:before {
    content: "\ece0";
}
.icon-ic_fluent_text_bullet_list_rtl_24_regular:before {
    content: "\ece1";
}
.icon-ic_fluent_vehicle_cab_16_regular:before {
    content: "\edd5";
}
.icon-ic_fluent_vehicle_cab_20_regular:before {
    content: "\edd6";
}
.icon-ic_fluent_vehicle_cab_28_regular:before {
    content: "\edd7";
}
.icon-ic_fluent_vehicle_truck_profile_24_regular:before {
    content: "\edef";
}
.icon-ic_fluent_bot_add_20_regular:before {
    content: "\e1b9";
}
.icon-ic_fluent_chart_person_20_regular:before {
    content: "\e2df";
}
.icon-ic_fluent_chart_person_24_regular:before {
    content: "\e2e0";
}
.icon-ic_fluent_chart_person_28_regular:before {
    content: "\e2e1";
}
.icon-ic_fluent_chart_person_48_regular:before {
    content: "\e2e2";
}
.icon-ic_fluent_mic_prohibited_16_regular:before {
    content: "\e801";
}
.icon-ic_fluent_mic_prohibited_28_regular:before {
    content: "\e804";
}
.icon-ic_fluent_mic_prohibited_48_regular:before {
    content: "\e805";
}
.icon-ic_fluent_tv_usb_16_regular:before {
    content: "\edc7";
}
.icon-ic_fluent_tv_usb_20_regular:before {
    content: "\edc8";
}
.icon-ic_fluent_tv_usb_24_regular:before {
    content: "\edc9";
}
.icon-ic_fluent_tv_usb_28_regular:before {
    content: "\edca";
}
.icon-ic_fluent_tv_usb_48_regular:before {
    content: "\edcb";
}
.icon-ic_fluent_video_360_off_20_regular:before {
    content: "\edf3";
}
.icon-ic_fluent_video_prohibited_16_regular:before {
    content: "\ee1b";
}
.icon-ic_fluent_video_prohibited_24_regular:before {
    content: "\ee1d";
}
.icon-ic_fluent_video_prohibited_28_regular:before {
    content: "\ee1e";
}
.icon-ic_fluent_alert_32_regular:before {
    content: "\e015";
}
.icon-ic_fluent_arrow_down_left_20_regular:before {
    content: "\e0bb";
}
.icon-ic_fluent_arrow_step_back_16_regular:before {
    content: "\e0f8";
}
.icon-ic_fluent_arrow_step_in_16_regular:before {
    content: "\e0fb";
}
.icon-ic_fluent_arrow_step_out_16_regular:before {
    content: "\e10a";
}
.icon-ic_fluent_arrow_step_over_16_regular:before {
    content: "\e10e";
}
.icon-ic_fluent_arrow_up_right_20_regular:before {
    content: "\e12e";
}
.icon-ic_fluent_backpack_32_regular:before {
    content: "\e13c";
}
.icon-ic_fluent_book_contacts_32_regular:before {
    content: "\e16d";
}
.icon-ic_fluent_bookmark_32_regular:before {
    content: "\e191";
}
.icon-ic_fluent_bookmark_multiple_24_regular:before {
    content: "\e194";
}
.icon-ic_fluent_branch_compare_16_regular:before {
    content: "\e1da";
}
.icon-ic_fluent_branch_compare_20_regular:before {
    content: "\e1db";
}
.icon-ic_fluent_branch_compare_24_regular:before {
    content: "\e1dc";
}
.icon-ic_fluent_branch_fork_16_regular:before {
    content: "\e1dd";
}
.icon-ic_fluent_branch_fork_20_regular:before {
    content: "\e1de";
}
.icon-ic_fluent_branch_fork_24_regular:before {
    content: "\e1df";
}
.icon-ic_fluent_calendar_ltr_16_regular:before {
    content: "\e24d";
}
.icon-ic_fluent_calendar_ltr_32_regular:before {
    content: "\e251";
}
.icon-ic_fluent_calendar_rtl_32_regular:before {
    content: "\e266";
}
.icon-ic_fluent_call_32_regular:before {
    content: "\e273";
}
.icon-ic_fluent_calligraphy_pen_error_20_regular:before {
    content: "\e297";
}
.icon-ic_fluent_chat_32_regular:before {
    content: "\e2e5";
}
.icon-ic_fluent_clipboard_data_bar_32_regular:before {
    content: "\e351";
}
.icon-ic_fluent_clock_alarm_32_regular:before {
    content: "\e370";
}
.icon-ic_fluent_content_view_32_regular:before {
    content: "\e419";
}
.icon-ic_fluent_desktop_32_regular:before {
    content: "\e487";
}
.icon-ic_fluent_dismiss_square_multiple_16_regular:before {
    content: "\e4c6";
}
.icon-ic_fluent_document_32_regular:before {
    content: "\e4d8";
}
.icon-ic_fluent_document_pdf_32_regular:before {
    content: "\e528";
}
.icon-ic_fluent_food_pizza_20_regular:before {
    content: "\e670";
}
.icon-ic_fluent_food_pizza_24_regular:before {
    content: "\e671";
}
.icon-ic_fluent_globe_32_regular:before {
    content: "\e6b2";
}
.icon-ic_fluent_headset_32_regular:before {
    content: "\e6f8";
}
.icon-ic_fluent_heart_pulse_20_regular:before {
    content: "\e701";
}
.icon-ic_fluent_multiplier_1_2x_20_regular:before {
    content: "\e82d";
}
.icon-ic_fluent_multiplier_1_2x_24_regular:before {
    content: "\e82e";
}
.icon-ic_fluent_multiplier_1_2x_28_regular:before {
    content: "\e82f";
}
.icon-ic_fluent_multiplier_1_2x_32_regular:before {
    content: "\e830";
}
.icon-ic_fluent_multiplier_1_2x_48_regular:before {
    content: "\e831";
}
.icon-ic_fluent_multiplier_1_5x_20_regular:before {
    content: "\e832";
}
.icon-ic_fluent_multiplier_1_5x_24_regular:before {
    content: "\e833";
}
.icon-ic_fluent_multiplier_1_5x_28_regular:before {
    content: "\e834";
}
.icon-ic_fluent_multiplier_1_5x_32_regular:before {
    content: "\e835";
}
.icon-ic_fluent_multiplier_1_5x_48_regular:before {
    content: "\e836";
}
.icon-ic_fluent_multiplier_1_8x_20_regular:before {
    content: "\e837";
}
.icon-ic_fluent_multiplier_1_8x_24_regular:before {
    content: "\e838";
}
.icon-ic_fluent_multiplier_1_8x_28_regular:before {
    content: "\e839";
}
.icon-ic_fluent_multiplier_1_8x_32_regular:before {
    content: "\e83a";
}
.icon-ic_fluent_multiplier_1_8x_48_regular:before {
    content: "\e83b";
}
.icon-ic_fluent_multiplier_1x_20_regular:before {
    content: "\e83c";
}
.icon-ic_fluent_multiplier_1x_24_regular:before {
    content: "\e83d";
}
.icon-ic_fluent_multiplier_1x_28_regular:before {
    content: "\e83e";
}
.icon-ic_fluent_multiplier_1x_32_regular:before {
    content: "\e83f";
}
.icon-ic_fluent_multiplier_1x_48_regular:before {
    content: "\e840";
}
.icon-ic_fluent_multiplier_2x_20_regular:before {
    content: "\e841";
}
.icon-ic_fluent_multiplier_2x_24_regular:before {
    content: "\e842";
}
.icon-ic_fluent_multiplier_2x_28_regular:before {
    content: "\e843";
}
.icon-ic_fluent_multiplier_2x_32_regular:before {
    content: "\e844";
}
.icon-ic_fluent_multiplier_2x_48_regular:before {
    content: "\e845";
}
.icon-ic_fluent_my_location_16_regular:before {
    content: "\e85d";
}
.icon-ic_fluent_my_location_20_regular:before {
    content: "\e85e";
}
.icon-ic_fluent_notepad_32_regular:before {
    content: "\e87f";
}
.icon-ic_fluent_patient_32_regular:before {
    content: "\e8cb";
}
.icon-ic_fluent_people_team_32_regular:before {
    content: "\e910";
}
.icon-ic_fluent_pulse_32_regular:before {
    content: "\e9df";
}
.icon-ic_fluent_remote_16_regular:before {
    content: "\ea0f";
}
.icon-ic_fluent_ribbon_32_regular:before {
    content: "\ea29";
}
.icon-ic_fluent_shifts_32_regular:before {
    content: "\eade";
}
.icon-ic_fluent_skip_forward_10_24_regular:before {
    content: "\eb01";
}
.icon-ic_fluent_skip_forward_10_28_regular:before {
    content: "\eb02";
}
.icon-ic_fluent_skip_forward_10_32_regular:before {
    content: "\eb03";
}
.icon-ic_fluent_skip_forward_10_48_regular:before {
    content: "\eb04";
}
.icon-ic_fluent_skip_forward_30_24_regular:before {
    content: "\eb06";
}
.icon-ic_fluent_skip_forward_30_28_regular:before {
    content: "\eb07";
}
.icon-ic_fluent_skip_forward_30_32_regular:before {
    content: "\eb08";
}
.icon-ic_fluent_skip_forward_30_48_regular:before {
    content: "\eb09";
}
.icon-ic_fluent_subtract_square_multiple_16_regular:before {
    content: "\ebdb";
}
.icon-ic_fluent_text_sort_ascending_16_regular:before {
    content: "\ed5a";
}
.icon-ic_fluent_text_sort_ascending_24_regular:before {
    content: "\ed5b";
}
.icon-ic_fluent_text_sort_descending_16_regular:before {
    content: "\ed5c";
}
.icon-ic_fluent_text_sort_descending_24_regular:before {
    content: "\ed5d";
}
.icon-ic_fluent_video_person_call_32_regular:before {
    content: "\ee10";
}
.icon-ic_fluent_weather_sunny_32_regular:before {
    content: "\ee4e";
}
.icon-ic_fluent_align_bottom_16_regular:before {
    content: "\e01e";
}
.icon-ic_fluent_align_bottom_20_regular:before {
    content: "\e01f";
}
.icon-ic_fluent_align_bottom_24_regular:before {
    content: "\e020";
}
.icon-ic_fluent_align_bottom_28_regular:before {
    content: "\e021";
}
.icon-ic_fluent_align_bottom_32_regular:before {
    content: "\e022";
}
.icon-ic_fluent_align_bottom_48_regular:before {
    content: "\e023";
}
.icon-ic_fluent_align_center_horizontal_16_regular:before {
    content: "\e024";
}
.icon-ic_fluent_align_center_horizontal_20_regular:before {
    content: "\e025";
}
.icon-ic_fluent_align_center_horizontal_24_regular:before {
    content: "\e026";
}
.icon-ic_fluent_align_center_horizontal_28_regular:before {
    content: "\e027";
}
.icon-ic_fluent_align_center_horizontal_32_regular:before {
    content: "\e028";
}
.icon-ic_fluent_align_center_horizontal_48_regular:before {
    content: "\e029";
}
.icon-ic_fluent_align_center_vertical_16_regular:before {
    content: "\e02a";
}
.icon-ic_fluent_align_center_vertical_20_regular:before {
    content: "\e02b";
}
.icon-ic_fluent_align_center_vertical_24_regular:before {
    content: "\e02c";
}
.icon-ic_fluent_align_center_vertical_28_regular:before {
    content: "\e02d";
}
.icon-ic_fluent_align_center_vertical_32_regular:before {
    content: "\e02e";
}
.icon-ic_fluent_align_center_vertical_48_regular:before {
    content: "\e02f";
}
.icon-ic_fluent_align_left_16_regular:before {
    content: "\e032";
}
.icon-ic_fluent_align_left_20_regular:before {
    content: "\e033";
}
.icon-ic_fluent_align_left_24_regular:before {
    content: "\e034";
}
.icon-ic_fluent_align_left_28_regular:before {
    content: "\e035";
}
.icon-ic_fluent_align_left_32_regular:before {
    content: "\e036";
}
.icon-ic_fluent_align_left_48_regular:before {
    content: "\e037";
}
.icon-ic_fluent_align_right_16_regular:before {
    content: "\e038";
}
.icon-ic_fluent_align_right_20_regular:before {
    content: "\e039";
}
.icon-ic_fluent_align_right_24_regular:before {
    content: "\e03a";
}
.icon-ic_fluent_align_right_28_regular:before {
    content: "\e03b";
}
.icon-ic_fluent_align_right_32_regular:before {
    content: "\e03c";
}
.icon-ic_fluent_align_right_48_regular:before {
    content: "\e03d";
}
.icon-ic_fluent_align_top_16_regular:before {
    content: "\e049";
}
.icon-ic_fluent_align_top_20_regular:before {
    content: "\e04a";
}
.icon-ic_fluent_align_top_24_regular:before {
    content: "\e04b";
}
.icon-ic_fluent_align_top_28_regular:before {
    content: "\e04c";
}
.icon-ic_fluent_align_top_32_regular:before {
    content: "\e04d";
}
.icon-ic_fluent_align_top_48_regular:before {
    content: "\e04e";
}
.icon-ic_fluent_calculator_24_regular:before {
    content: "\e233";
}
.icon-ic_fluent_camera_16_regular:before {
    content: "\e299";
}
.icon-ic_fluent_group_dismiss_24_regular:before {
    content: "\e6c9";
}
.icon-ic_fluent_group_return_24_regular:before {
    content: "\e6cc";
}
.icon-ic_fluent_hand_left_16_regular:before {
    content: "\e6da";
}
.icon-ic_fluent_hand_left_24_regular:before {
    content: "\e6dc";
}
.icon-ic_fluent_hand_left_28_regular:before {
    content: "\e6dd";
}
.icon-ic_fluent_hand_right_16_regular:before {
    content: "\e6de";
}
.icon-ic_fluent_home_12_regular:before {
    content: "\e70e";
}
.icon-ic_fluent_keyboard_shift_16_regular:before {
    content: "\e750";
}
.icon-ic_fluent_keyboard_shift_20_regular:before {
    content: "\e751";
}
.icon-ic_fluent_link_square_20_regular:before {
    content: "\e777";
}
.icon-ic_fluent_mail_inbox_checkmark_16_regular:before {
    content: "\e7bd";
}
.icon-ic_fluent_mail_inbox_checkmark_20_regular:before {
    content: "\e7be";
}
.icon-ic_fluent_mail_inbox_checkmark_24_regular:before {
    content: "\e7bf";
}
.icon-ic_fluent_music_note_2_20_regular:before {
    content: "\e854";
}
.icon-ic_fluent_my_location_12_regular:before {
    content: "\e85c";
}
.icon-ic_fluent_number_symbol_square_20_regular:before {
    content: "\e88c";
}
.icon-ic_fluent_number_symbol_square_24_regular:before {
    content: "\e88d";
}
.icon-ic_fluent_person_32_regular:before {
    content: "\e91b";
}
.icon-ic_fluent_person_5_32_regular:before {
    content: "\e91d";
}
.icon-ic_fluent_person_tag_20_regular:before {
    content: "\e94e";
}
.icon-ic_fluent_person_tag_24_regular:before {
    content: "\e94f";
}
.icon-ic_fluent_person_tag_28_regular:before {
    content: "\e950";
}
.icon-ic_fluent_person_tag_32_regular:before {
    content: "\e951";
}
.icon-ic_fluent_person_tag_48_regular:before {
    content: "\e952";
}
.icon-ic_fluent_search_16_regular:before {
    content: "\ea7c";
}
.icon-ic_fluent_send_16_regular:before {
    content: "\ea8e";
}
.icon-ic_fluent_symbols_16_regular:before {
    content: "\ebe0";
}
.icon-ic_fluent_teddy_20_regular:before {
    content: "\eca0";
}
.icon-ic_fluent_video_person_star_off_24_regular:before {
    content: "\ee19";
}
.icon-ic_fluent_apps_add_in_16_regular:before {
    content: "\e062";
}
.icon-ic_fluent_apps_add_in_28_regular:before {
    content: "\e063";
}
.icon-ic_fluent_arrow_curve_down_left_16_regular:before {
    content: "\e0b8";
}
.icon-ic_fluent_arrow_curve_down_left_24_regular:before {
    content: "\e0b9";
}
.icon-ic_fluent_arrow_curve_down_left_28_regular:before {
    content: "\e0ba";
}
.icon-ic_fluent_arrow_upload_16_regular:before {
    content: "\e131";
}
.icon-ic_fluent_attach_12_regular:before {
    content: "\e135";
}
.icon-ic_fluent_board_16_regular:before {
    content: "\e155";
}
.icon-ic_fluent_board_20_regular:before {
    content: "\e156";
}
.icon-ic_fluent_board_28_regular:before {
    content: "\e157";
}
.icon-ic_fluent_board_split_16_regular:before {
    content: "\e15c";
}
.icon-ic_fluent_board_split_20_regular:before {
    content: "\e15d";
}
.icon-ic_fluent_board_split_24_regular:before {
    content: "\e15e";
}
.icon-ic_fluent_board_split_28_regular:before {
    content: "\e15f";
}
.icon-ic_fluent_board_split_48_regular:before {
    content: "\e160";
}
.icon-ic_fluent_calendar_empty_32_regular:before {
    content: "\e248";
}
.icon-ic_fluent_calendar_ltr_12_regular:before {
    content: "\e24c";
}
.icon-ic_fluent_calendar_multiple_32_regular:before {
    content: "\e257";
}
.icon-ic_fluent_chevron_up_down_20_regular:before {
    content: "\e32f";
}
.icon-ic_fluent_chevron_up_down_24_regular:before {
    content: "\e330";
}
.icon-ic_fluent_circle_12_regular:before {
    content: "\e331";
}
.icon-ic_fluent_circle_half_fill_12_regular:before {
    content: "\e337";
}
.icon-ic_fluent_circle_line_12_regular:before {
    content: "\e339";
}
.icon-ic_fluent_closed_caption_off_16_regular:before {
    content: "\e37d";
}
.icon-ic_fluent_closed_caption_off_20_regular:before {
    content: "\e37e";
}
.icon-ic_fluent_closed_caption_off_24_regular:before {
    content: "\e37f";
}
.icon-ic_fluent_closed_caption_off_28_regular:before {
    content: "\e380";
}
.icon-ic_fluent_closed_caption_off_48_regular:before {
    content: "\e381";
}
.icon-ic_fluent_desktop_pulse_16_regular:before {
    content: "\e49c";
}
.icon-ic_fluent_desktop_pulse_20_regular:before {
    content: "\e49d";
}
.icon-ic_fluent_desktop_pulse_24_regular:before {
    content: "\e49e";
}
.icon-ic_fluent_desktop_pulse_28_regular:before {
    content: "\e49f";
}
.icon-ic_fluent_desktop_pulse_32_regular:before {
    content: "\e4a0";
}
.icon-ic_fluent_desktop_pulse_48_regular:before {
    content: "\e4a1";
}
.icon-ic_fluent_developer_board_20_regular:before {
    content: "\e4ac";
}
.icon-ic_fluent_dismiss_square_24_regular:before {
    content: "\e4c5";
}
.icon-ic_fluent_door_arrow_left_24_regular:before {
    content: "\e566";
}
.icon-ic_fluent_emoji_hand_20_regular:before {
    content: "\e5ce";
}
.icon-ic_fluent_filter_16_regular:before {
    content: "\e60a";
}
.icon-ic_fluent_flash_16_regular:before {
    content: "\e617";
}
.icon-ic_fluent_flash_28_regular:before {
    content: "\e61a";
}
.icon-ic_fluent_flash_checkmark_16_regular:before {
    content: "\e61d";
}
.icon-ic_fluent_flash_checkmark_20_regular:before {
    content: "\e61e";
}
.icon-ic_fluent_flash_checkmark_24_regular:before {
    content: "\e61f";
}
.icon-ic_fluent_flash_checkmark_28_regular:before {
    content: "\e620";
}
.icon-ic_fluent_folder_prohibited_16_regular:before {
    content: "\e65b";
}
.icon-ic_fluent_grid_16_regular:before {
    content: "\e6c3";
}
.icon-ic_fluent_headphones_20_regular:before {
    content: "\e6ee";
}
.icon-ic_fluent_headphones_32_regular:before {
    content: "\e6ef";
}
.icon-ic_fluent_headphones_48_regular:before {
    content: "\e6f0";
}
.icon-ic_fluent_headphones_sound_wave_20_regular:before {
    content: "\e6f1";
}
.icon-ic_fluent_headphones_sound_wave_24_regular:before {
    content: "\e6f2";
}
.icon-ic_fluent_headphones_sound_wave_28_regular:before {
    content: "\e6f3";
}
.icon-ic_fluent_headphones_sound_wave_32_regular:before {
    content: "\e6f4";
}
.icon-ic_fluent_headphones_sound_wave_48_regular:before {
    content: "\e6f5";
}
.icon-ic_fluent_home_checkmark_16_regular:before {
    content: "\e713";
}
.icon-ic_fluent_home_checkmark_20_regular:before {
    content: "\e714";
}
.icon-ic_fluent_ink_stroke_20_regular:before {
    content: "\e738";
}
.icon-ic_fluent_ink_stroke_24_regular:before {
    content: "\e739";
}
.icon-ic_fluent_library_16_regular:before {
    content: "\e761";
}
.icon-ic_fluent_library_20_regular:before {
    content: "\e762";
}
.icon-ic_fluent_list_16_regular:before {
    content: "\e779";
}
.icon-ic_fluent_location_arrow_left_48_regular:before {
    content: "\e783";
}
.icon-ic_fluent_location_arrow_right_48_regular:before {
    content: "\e784";
}
.icon-ic_fluent_location_arrow_up_48_regular:before {
    content: "\e785";
}
.icon-ic_fluent_mail_inbox_checkmark_28_regular:before {
    content: "\e7c0";
}
.icon-ic_fluent_map_20_regular:before {
    content: "\e7da";
}
.icon-ic_fluent_multiplier_5x_20_regular:before {
    content: "\e846";
}
.icon-ic_fluent_multiplier_5x_24_regular:before {
    content: "\e847";
}
.icon-ic_fluent_multiplier_5x_28_regular:before {
    content: "\e848";
}
.icon-ic_fluent_multiplier_5x_32_regular:before {
    content: "\e849";
}
.icon-ic_fluent_multiplier_5x_48_regular:before {
    content: "\e84a";
}
.icon-ic_fluent_music_note_2_play_20_regular:before {
    content: "\e856";
}
.icon-ic_fluent_notepad_12_regular:before {
    content: "\e87e";
}
.icon-ic_fluent_organization_12_regular:before {
    content: "\e89a";
}
.icon-ic_fluent_people_community_add_20_regular:before {
    content: "\e8f5";
}
.icon-ic_fluent_people_community_add_28_regular:before {
    content: "\e8f6";
}
.icon-ic_fluent_person_6_32_regular:before {
    content: "\e91f";
}
.icon-ic_fluent_person_add_16_regular:before {
    content: "\e921";
}
.icon-ic_fluent_person_add_28_regular:before {
    content: "\e922";
}
.icon-ic_fluent_person_prohibited_16_regular:before {
    content: "\e942";
}
.icon-ic_fluent_person_prohibited_28_regular:before {
    content: "\e944";
}
.icon-ic_fluent_pin_28_regular:before {
    content: "\e982";
}
.icon-ic_fluent_pin_32_regular:before {
    content: "\e983";
}
.icon-ic_fluent_pin_48_regular:before {
    content: "\e984";
}
.icon-ic_fluent_premium_person_20_regular:before {
    content: "\e9b3";
}
.icon-ic_fluent_premium_person_24_regular:before {
    content: "\e9b4";
}
.icon-ic_fluent_prohibited_multiple_16_regular:before {
    content: "\e9d0";
}
.icon-ic_fluent_prohibited_multiple_20_regular:before {
    content: "\e9d1";
}
.icon-ic_fluent_prohibited_multiple_24_regular:before {
    content: "\e9d2";
}
.icon-ic_fluent_read_aloud_16_regular:before {
    content: "\e9fa";
}
.icon-ic_fluent_read_aloud_28_regular:before {
    content: "\e9fb";
}
.icon-ic_fluent_shield_16_regular:before {
    content: "\eac3";
}
.icon-ic_fluent_shield_28_regular:before {
    content: "\eac4";
}
.icon-ic_fluent_shield_48_regular:before {
    content: "\eac5";
}
.icon-ic_fluent_shield_checkmark_16_regular:before {
    content: "\eac7";
}
.icon-ic_fluent_shield_checkmark_20_regular:before {
    content: "\eac8";
}
.icon-ic_fluent_shield_checkmark_24_regular:before {
    content: "\eac9";
}
.icon-ic_fluent_shield_checkmark_28_regular:before {
    content: "\eaca";
}
.icon-ic_fluent_shield_checkmark_48_regular:before {
    content: "\eacb";
}
.icon-ic_fluent_top_speed_20_regular:before {
    content: "\ed9b";
}
.icon-ic_fluent_checkmark_circle_12_regular:before {
    content: "\e307";
}
.icon-ic_fluent_add_square_multiple_16_regular:before {
    content: "\e008";
}
.icon-ic_fluent_add_square_multiple_20_regular:before {
    content: "\e009";
}
.icon-ic_fluent_arrow_forward_48_regular:before {
    content: "\e0d1";
}
.icon-ic_fluent_arrow_sync_16_regular:before {
    content: "\e110";
}
.icon-ic_fluent_book_open_28_regular:before {
    content: "\e17a";
}
.icon-ic_fluent_book_open_32_regular:before {
    content: "\e17b";
}
.icon-ic_fluent_book_open_48_regular:before {
    content: "\e17c";
}
.icon-ic_fluent_book_open_microphone_20_regular:before {
    content: "\e17f";
}
.icon-ic_fluent_book_open_microphone_24_regular:before {
    content: "\e180";
}
.icon-ic_fluent_book_open_microphone_28_regular:before {
    content: "\e181";
}
.icon-ic_fluent_book_open_microphone_32_regular:before {
    content: "\e182";
}
.icon-ic_fluent_book_open_microphone_48_regular:before {
    content: "\e183";
}
.icon-ic_fluent_briefcase_off_16_regular:before {
    content: "\e1f0";
}
.icon-ic_fluent_briefcase_off_20_regular:before {
    content: "\e1f1";
}
.icon-ic_fluent_briefcase_off_24_regular:before {
    content: "\e1f2";
}
.icon-ic_fluent_briefcase_off_28_regular:before {
    content: "\e1f3";
}
.icon-ic_fluent_briefcase_off_32_regular:before {
    content: "\e1f4";
}
.icon-ic_fluent_briefcase_off_48_regular:before {
    content: "\e1f5";
}
.icon-ic_fluent_building_bank_28_regular:before {
    content: "\e20f";
}
.icon-ic_fluent_building_bank_48_regular:before {
    content: "\e210";
}
.icon-ic_fluent_building_bank_link_16_regular:before {
    content: "\e211";
}
.icon-ic_fluent_building_bank_link_20_regular:before {
    content: "\e212";
}
.icon-ic_fluent_building_bank_link_24_regular:before {
    content: "\e213";
}
.icon-ic_fluent_building_bank_link_28_regular:before {
    content: "\e214";
}
.icon-ic_fluent_building_bank_link_48_regular:before {
    content: "\e215";
}
.icon-ic_fluent_calendar_mail_16_regular:before {
    content: "\e253";
}
.icon-ic_fluent_calendar_rtl_12_regular:before {
    content: "\e261";
}
.icon-ic_fluent_calendar_rtl_16_regular:before {
    content: "\e262";
}
.icon-ic_fluent_chevron_double_up_16_regular:before {
    content: "\e32c";
}
.icon-ic_fluent_chevron_double_up_20_regular:before {
    content: "\e32d";
}
.icon-ic_fluent_cloud_28_regular:before {
    content: "\e383";
}
.icon-ic_fluent_cloud_off_16_regular:before {
    content: "\e3a7";
}
.icon-ic_fluent_cloud_off_20_regular:before {
    content: "\e3a8";
}
.icon-ic_fluent_cloud_off_28_regular:before {
    content: "\e3a9";
}
.icon-ic_fluent_cloud_off_32_regular:before {
    content: "\e3aa";
}
.icon-ic_fluent_cloud_sync_16_regular:before {
    content: "\e3ad";
}
.icon-ic_fluent_cloud_sync_24_regular:before {
    content: "\e3af";
}
.icon-ic_fluent_cloud_sync_28_regular:before {
    content: "\e3b0";
}
.icon-ic_fluent_cloud_sync_32_regular:before {
    content: "\e3b1";
}
.icon-ic_fluent_cloud_sync_48_regular:before {
    content: "\e3b2";
}
.icon-ic_fluent_dismiss_square_20_regular:before {
    content: "\e4c4";
}
.icon-ic_fluent_document_footer_16_regular:before {
    content: "\e4fc";
}
.icon-ic_fluent_document_footer_dismiss_24_regular:before {
    content: "\e4ff";
}
.icon-ic_fluent_document_header_16_regular:before {
    content: "\e500";
}
.icon-ic_fluent_document_header_arrow_down_16_regular:before {
    content: "\e502";
}
.icon-ic_fluent_document_header_dismiss_24_regular:before {
    content: "\e506";
}
.icon-ic_fluent_document_header_footer_16_regular:before {
    content: "\e507";
}
.icon-ic_fluent_document_ribbon_16_regular:before {
    content: "\e539";
}
.icon-ic_fluent_document_ribbon_20_regular:before {
    content: "\e53a";
}
.icon-ic_fluent_document_ribbon_24_regular:before {
    content: "\e53b";
}
.icon-ic_fluent_document_ribbon_28_regular:before {
    content: "\e53c";
}
.icon-ic_fluent_document_ribbon_32_regular:before {
    content: "\e53d";
}
.icon-ic_fluent_document_ribbon_48_regular:before {
    content: "\e53e";
}
.icon-ic_fluent_door_arrow_left_16_regular:before {
    content: "\e564";
}
.icon-ic_fluent_drive_train_24_regular:before {
    content: "\e58d";
}
.icon-ic_fluent_engine_24_regular:before {
    content: "\e5e0";
}
.icon-ic_fluent_folder_mail_16_regular:before {
    content: "\e656";
}
.icon-ic_fluent_folder_sync_16_regular:before {
    content: "\e663";
}
.icon-ic_fluent_gas_24_regular:before {
    content: "\e691";
}
.icon-ic_fluent_gas_pump_24_regular:before {
    content: "\e693";
}
.icon-ic_fluent_mail_dismiss_16_regular:before {
    content: "\e7b1";
}
.icon-ic_fluent_mail_prohibited_16_regular:before {
    content: "\e7cf";
}
.icon-ic_fluent_mic_sparkle_16_regular:before {
    content: "\e813";
}
.icon-ic_fluent_mic_sparkle_20_regular:before {
    content: "\e814";
}
.icon-ic_fluent_mic_sparkle_24_regular:before {
    content: "\e815";
}
.icon-ic_fluent_notepad_person_20_regular:before {
    content: "\e882";
}
.icon-ic_fluent_notepad_person_24_regular:before {
    content: "\e883";
}
.icon-ic_fluent_pin_off_16_regular:before {
    content: "\e985";
}
.icon-ic_fluent_pin_off_48_regular:before {
    content: "\e988";
}
.icon-ic_fluent_skip_forward_tab_24_regular:before {
    content: "\eb0b";
}
.icon-ic_fluent_square_arrow_forward_16_regular:before {
    content: "\eb7c";
}
.icon-ic_fluent_square_arrow_forward_20_regular:before {
    content: "\eb7d";
}
.icon-ic_fluent_square_arrow_forward_24_regular:before {
    content: "\eb7e";
}
.icon-ic_fluent_square_arrow_forward_28_regular:before {
    content: "\eb7f";
}
.icon-ic_fluent_square_arrow_forward_32_regular:before {
    content: "\eb80";
}
.icon-ic_fluent_square_arrow_forward_48_regular:before {
    content: "\eb81";
}
.icon-ic_fluent_subtract_square_multiple_20_regular:before {
    content: "\ebdc";
}
.icon-ic_fluent_transmission_24_regular:before {
    content: "\ed9d";
}
.icon-ic_fluent_wifi_off_20_regular:before {
    content: "\ee59";
}
.icon-ic_fluent_wifi_off_24_regular:before {
    content: "\ee5a";
}
.icon-ic_fluent_animal_cat_16_regular:before {
    content: "\f106";
}
.icon-ic_fluent_animal_cat_20_regular:before {
    content: "\f126";
}
.icon-ic_fluent_animal_cat_24_regular:before {
    content: "\f127";
}
.icon-ic_fluent_animal_cat_28_regular:before {
    content: "\f128";
}
.icon-ic_fluent_archive_settings_16_regular:before {
    content: "\f129";
}
.icon-ic_fluent_arrow_circle_down_20_regular:before {
    content: "\f12c";
}
.icon-ic_fluent_arrow_circle_down_24_regular:before {
    content: "\f12d";
}
.icon-ic_fluent_arrow_circle_down_double_20_regular:before {
    content: "\f12e";
}
.icon-ic_fluent_arrow_circle_down_double_24_regular:before {
    content: "\f12f";
}
.icon-ic_fluent_arrow_circle_down_split_20_regular:before {
    content: "\f143";
}
.icon-ic_fluent_arrow_circle_down_split_24_regular:before {
    content: "\f144";
}
.icon-ic_fluent_arrow_down_32_regular:before {
    content: "\f14c";
}
.icon-ic_fluent_arrow_down_48_regular:before {
    content: "\f14d";
}
.icon-ic_fluent_arrow_fit_16_regular:before {
    content: "\f14e";
}
.icon-ic_fluent_arrow_left_16_regular:before {
    content: "\f184";
}
.icon-ic_fluent_arrow_left_32_regular:before {
    content: "\f189";
}
.icon-ic_fluent_arrow_left_48_regular:before {
    content: "\f19e";
}
.icon-ic_fluent_arrow_reset_20_regular:before {
    content: "\f19f";
}
.icon-ic_fluent_arrow_reset_24_regular:before {
    content: "\f1a0";
}
.icon-ic_fluent_arrow_right_32_regular:before {
    content: "\f1a2";
}
.icon-ic_fluent_arrow_right_48_regular:before {
    content: "\f1a7";
}
.icon-ic_fluent_arrow_sort_16_regular:before {
    content: "\f1ab";
}
.icon-ic_fluent_arrow_sort_down_16_regular:before {
    content: "\f1ac";
}
.icon-ic_fluent_arrow_sort_down_lines_16_regular:before {
    content: "\f1ad";
}
.icon-ic_fluent_arrow_sort_up_16_regular:before {
    content: "\f1b3";
}
.icon-ic_fluent_arrow_up_16_regular:before {
    content: "\f1b4";
}
.icon-ic_fluent_arrow_up_32_regular:before {
    content: "\f1b8";
}
.icon-ic_fluent_arrow_up_48_regular:before {
    content: "\f1b9";
}
.icon-ic_fluent_barcode_scanner_20_regular:before {
    content: "\f1ba";
}
.icon-ic_fluent_barcode_scanner_24_regular:before {
    content: "\f1e4";
}
.icon-ic_fluent_beaker_edit_20_regular:before {
    content: "\f1e5";
}
.icon-ic_fluent_beaker_edit_24_regular:before {
    content: "\f1e6";
}
.icon-ic_fluent_book_toolbox_20_regular:before {
    content: "\f1e7";
}
.icon-ic_fluent_bookmark_add_20_regular:before {
    content: "\f1e8";
}
.icon-ic_fluent_bookmark_add_24_regular:before {
    content: "\f1e9";
}
.icon-ic_fluent_bowl_chopsticks_16_regular:before {
    content: "\f1ea";
}
.icon-ic_fluent_bowl_chopsticks_20_regular:before {
    content: "\f1eb";
}
.icon-ic_fluent_bowl_chopsticks_24_regular:before {
    content: "\f1ec";
}
.icon-ic_fluent_bowl_chopsticks_28_regular:before {
    content: "\f1ed";
}
.icon-ic_fluent_brain_circuit_20_regular:before {
    content: "\f1ee";
}
.icon-ic_fluent_briefcase_medical_20_regular:before {
    content: "\f1ef";
}
.icon-ic_fluent_broom_16_regular:before {
    content: "\f1fe";
}
.icon-ic_fluent_building_bank_toolbox_20_regular:before {
    content: "\f1ff";
}
.icon-ic_fluent_calendar_info_16_regular:before {
    content: "\f203";
}
.icon-ic_fluent_calendar_multiple_16_regular:before {
    content: "\f204";
}
.icon-ic_fluent_call_checkmark_20_regular:before {
    content: "\f207";
}
.icon-ic_fluent_call_dismiss_20_regular:before {
    content: "\f208";
}
.icon-ic_fluent_call_dismiss_24_regular:before {
    content: "\f20b";
}
.icon-ic_fluent_call_pause_20_regular:before {
    content: "\f20c";
}
.icon-ic_fluent_call_pause_24_regular:before {
    content: "\f20d";
}
.icon-ic_fluent_chat_help_20_regular:before {
    content: "\f220";
}
.icon-ic_fluent_chat_settings_20_regular:before {
    content: "\f221";
}
.icon-ic_fluent_chat_settings_24_regular:before {
    content: "\f229";
}
.icon-ic_fluent_check_20_regular:before {
    content: "\f27b";
}
.icon-ic_fluent_checkbox_checked_16_regular:before {
    content: "\f27c";
}
.icon-ic_fluent_checkbox_checked_sync_16_regular:before {
    content: "\f27d";
}
.icon-ic_fluent_checkmark_starburst_16_regular:before {
    content: "\f283";
}
.icon-ic_fluent_chevron_double_down_16_regular:before {
    content: "\f284";
}
.icon-ic_fluent_chevron_double_left_16_regular:before {
    content: "\f285";
}
.icon-ic_fluent_chevron_double_right_16_regular:before {
    content: "\f2a7";
}
.icon-ic_fluent_circle_half_fill_16_regular:before {
    content: "\f30a";
}
.icon-ic_fluent_clipboard_heart_20_regular:before {
    content: "\f30b";
}
.icon-ic_fluent_clipboard_pulse_20_regular:before {
    content: "\f322";
}
.icon-ic_fluent_clipboard_settings_20_regular:before {
    content: "\f32d";
}
.icon-ic_fluent_clock_arrow_download_20_regular:before {
    content: "\f32e";
}
.icon-ic_fluent_cloud_add_16_regular:before {
    content: "\f32f";
}
.icon-ic_fluent_cloud_edit_16_regular:before {
    content: "\f330";
}
.icon-ic_fluent_cloud_flow_20_regular:before {
    content: "\f337";
}
.icon-ic_fluent_cloud_link_16_regular:before {
    content: "\f338";
}
.icon-ic_fluent_code_16_regular:before {
    content: "\f339";
}
.icon-ic_fluent_comment_error_16_regular:before {
    content: "\f350";
}
.icon-ic_fluent_comment_lightning_20_regular:before {
    content: "\f351";
}
.icon-ic_fluent_comment_lightning_24_regular:before {
    content: "\f361";
}
.icon-ic_fluent_contact_card_16_regular:before {
    content: "\f362";
}
.icon-ic_fluent_contact_card_link_16_regular:before {
    content: "\f363";
}
.icon-ic_fluent_contract_down_left_16_regular:before {
    content: "\f364";
}
.icon-ic_fluent_contract_down_left_20_regular:before {
    content: "\f373";
}
.icon-ic_fluent_contract_down_left_24_regular:before {
    content: "\f374";
}
.icon-ic_fluent_contract_down_left_28_regular:before {
    content: "\f375";
}
.icon-ic_fluent_contract_down_left_32_regular:before {
    content: "\f37b";
}
.icon-ic_fluent_contract_down_left_48_regular:before {
    content: "\f397";
}
.icon-ic_fluent_credit_card_toolbox_20_regular:before {
    content: "\f398";
}
.icon-ic_fluent_data_bar_horizontal_20_regular:before {
    content: "\f39b";
}
.icon-ic_fluent_data_usage_edit_20_regular:before {
    content: "\f3b2";
}
.icon-ic_fluent_desktop_sync_16_regular:before {
    content: "\f3b3";
}
.icon-ic_fluent_device_meeting_room_16_regular:before {
    content: "\f3b4";
}
.icon-ic_fluent_device_meeting_room_24_regular:before {
    content: "\f3b5";
}
.icon-ic_fluent_device_meeting_room_28_regular:before {
    content: "\f3b6";
}
.icon-ic_fluent_device_meeting_room_32_regular:before {
    content: "\f3b7";
}
.icon-ic_fluent_device_meeting_room_48_regular:before {
    content: "\f3bc";
}
.icon-ic_fluent_device_meeting_room_remote_16_regular:before {
    content: "\f3bd";
}
.icon-ic_fluent_device_meeting_room_remote_24_regular:before {
    content: "\f3c2";
}
.icon-ic_fluent_device_meeting_room_remote_28_regular:before {
    content: "\f3cd";
}
.icon-ic_fluent_device_meeting_room_remote_32_regular:before {
    content: "\f3ed";
}
.icon-ic_fluent_device_meeting_room_remote_48_regular:before {
    content: "\f3ee";
}
.icon-ic_fluent_dismiss_32_regular:before {
    content: "\f3f3";
}
.icon-ic_fluent_dismiss_48_regular:before {
    content: "\f400";
}
.icon-ic_fluent_document_arrow_up_16_regular:before {
    content: "\f401";
}
.icon-ic_fluent_document_bullet_list_20_regular:before {
    content: "\f402";
}
.icon-ic_fluent_document_bullet_list_24_regular:before {
    content: "\f403";
}
.icon-ic_fluent_document_link_20_regular:before {
    content: "\f404";
}
.icon-ic_fluent_document_link_24_regular:before {
    content: "\f405";
}
.icon-ic_fluent_document_person_16_regular:before {
    content: "\f421";
}
.icon-ic_fluent_document_settings_16_regular:before {
    content: "\f422";
}
.icon-ic_fluent_document_split_hint_24_regular:before {
    content: "\f423";
}
.icon-ic_fluent_document_split_hint_off_24_regular:before {
    content: "\f424";
}
.icon-ic_fluent_edit_arrow_back_16_regular:before {
    content: "\f429";
}
.icon-ic_fluent_equal_off_20_regular:before {
    content: "\f42a";
}
.icon-ic_fluent_error_circle_settings_16_regular:before {
    content: "\f42b";
}
.icon-ic_fluent_expand_up_left_16_regular:before {
    content: "\f42c";
}
.icon-ic_fluent_expand_up_left_20_regular:before {
    content: "\f431";
}
.icon-ic_fluent_expand_up_left_24_regular:before {
    content: "\f432";
}
.icon-ic_fluent_expand_up_left_28_regular:before {
    content: "\f433";
}
.icon-ic_fluent_expand_up_left_32_regular:before {
    content: "\f44b";
}
.icon-ic_fluent_expand_up_left_48_regular:before {
    content: "\f44c";
}
.icon-ic_fluent_expand_up_right_16_regular:before {
    content: "\f44f";
}
.icon-ic_fluent_expand_up_right_20_regular:before {
    content: "\f450";
}
.icon-ic_fluent_expand_up_right_24_regular:before {
    content: "\f46d";
}
.icon-ic_fluent_expand_up_right_28_regular:before {
    content: "\f495";
}
.icon-ic_fluent_expand_up_right_32_regular:before {
    content: "\f496";
}
.icon-ic_fluent_expand_up_right_48_regular:before {
    content: "\f497";
}
.icon-ic_fluent_fax_16_regular:before {
    content: "\f4ae";
}
.icon-ic_fluent_flow_16_regular:before {
    content: "\f4af";
}
.icon-ic_fluent_folder_globe_16_regular:before {
    content: "\f4b1";
}
.icon-ic_fluent_folder_person_16_regular:before {
    content: "\f4c6";
}
.icon-ic_fluent_gauge_20_regular:before {
    content: "\f4c7";
}
.icon-ic_fluent_gauge_24_regular:before {
    content: "\f4c8";
}
.icon-ic_fluent_gift_card_16_regular:before {
    content: "\f4cd";
}
.icon-ic_fluent_gift_card_20_regular:before {
    content: "\f4ce";
}
.icon-ic_fluent_gift_card_add_20_regular:before {
    content: "\f4cf";
}
.icon-ic_fluent_globe_location_20_regular:before {
    content: "\f4dc";
}
.icon-ic_fluent_globe_star_16_regular:before {
    content: "\f4eb";
}
.icon-ic_fluent_globe_video_20_regular:before {
    content: "\f4fd";
}
.icon-ic_fluent_headset_add_20_regular:before {
    content: "\f4fe";
}
.icon-ic_fluent_headset_add_24_regular:before {
    content: "\f4ff";
}
.icon-ic_fluent_heart_28_regular:before {
    content: "\f500";
}
.icon-ic_fluent_heart_broken_16_regular:before {
    content: "\f501";
}
.icon-ic_fluent_laptop_dismiss_16_regular:before {
    content: "\f505";
}
.icon-ic_fluent_mail_add_16_regular:before {
    content: "\f50d";
}
.icon-ic_fluent_mail_add_20_regular:before {
    content: "\f51f";
}
.icon-ic_fluent_mail_alert_16_regular:before {
    content: "\f520";
}
.icon-ic_fluent_mail_alert_20_regular:before {
    content: "\f52a";
}
.icon-ic_fluent_mail_alert_24_regular:before {
    content: "\f52b";
}
.icon-ic_fluent_mail_arrow_down_16_regular:before {
    content: "\f52c";
}
.icon-ic_fluent_mail_arrow_up_20_regular:before {
    content: "\f52d";
}
.icon-ic_fluent_mail_arrow_up_24_regular:before {
    content: "\f54b";
}
.icon-ic_fluent_mail_checkmark_16_regular:before {
    content: "\f54c";
}
.icon-ic_fluent_mail_clock_16_regular:before {
    content: "\f551";
}
.icon-ic_fluent_mail_clock_24_regular:before {
    content: "\f552";
}
.icon-ic_fluent_mail_dismiss_20_regular:before {
    content: "\f553";
}
.icon-ic_fluent_mail_dismiss_24_regular:before {
    content: "\f554";
}
.icon-ic_fluent_mail_error_20_regular:before {
    content: "\f555";
}
.icon-ic_fluent_mail_error_24_regular:before {
    content: "\f55d";
}
.icon-ic_fluent_mail_inbox_arrow_down_16_regular:before {
    content: "\f55e";
}
.icon-ic_fluent_mail_link_20_regular:before {
    content: "\f585";
}
.icon-ic_fluent_mail_link_24_regular:before {
    content: "\f58c";
}
.icon-ic_fluent_mail_pause_16_regular:before {
    content: "\f5a6";
}
.icon-ic_fluent_mail_prohibited_20_regular:before {
    content: "\f5cb";
}
.icon-ic_fluent_mail_prohibited_24_regular:before {
    content: "\f5e2";
}
.icon-ic_fluent_mail_settings_16_regular:before {
    content: "\f5e3";
}
.icon-ic_fluent_mail_shield_16_regular:before {
    content: "\f5e8";
}
.icon-ic_fluent_mail_template_20_regular:before {
    content: "\f5e9";
}
.icon-ic_fluent_mail_template_24_regular:before {
    content: "\f5ed";
}
.icon-ic_fluent_mail_warning_16_regular:before {
    content: "\f5ee";
}
.icon-ic_fluent_meet_now_28_regular:before {
    content: "\f5f6";
}
.icon-ic_fluent_meet_now_32_regular:before {
    content: "\f5f7";
}
.icon-ic_fluent_meet_now_48_regular:before {
    content: "\f631";
}
.icon-ic_fluent_megaphone_loud_20_regular:before {
    content: "\f64b";
}
.icon-ic_fluent_microscope_20_regular:before {
    content: "\f64c";
}
.icon-ic_fluent_microscope_24_regular:before {
    content: "\f64f";
}
.icon-ic_fluent_molecule_16_regular:before {
    content: "\f650";
}
.icon-ic_fluent_molecule_20_regular:before {
    content: "\f659";
}
.icon-ic_fluent_molecule_24_regular:before {
    content: "\f65a";
}
.icon-ic_fluent_molecule_28_regular:before {
    content: "\f65d";
}
.icon-ic_fluent_molecule_32_regular:before {
    content: "\f65e";
}
.icon-ic_fluent_molecule_48_regular:before {
    content: "\f65f";
}
.icon-ic_fluent_note_16_regular:before {
    content: "\f663";
}
.icon-ic_fluent_note_pin_16_regular:before {
    content: "\f664";
}
.icon-ic_fluent_notepad_16_regular:before {
    content: "\f665";
}
.icon-ic_fluent_notepad_edit_16_regular:before {
    content: "\f666";
}
.icon-ic_fluent_open_32_regular:before {
    content: "\f667";
}
.icon-ic_fluent_padding_down_20_regular:before {
    content: "\f681";
}
.icon-ic_fluent_padding_down_24_regular:before {
    content: "\f682";
}
.icon-ic_fluent_padding_left_20_regular:before {
    content: "\f695";
}
.icon-ic_fluent_padding_left_24_regular:before {
    content: "\f69e";
}
.icon-ic_fluent_padding_right_20_regular:before {
    content: "\f69f";
}
.icon-ic_fluent_padding_right_24_regular:before {
    content: "\f6a0";
}
.icon-ic_fluent_padding_top_20_regular:before {
    content: "\f6b4";
}
.icon-ic_fluent_padding_top_24_regular:before {
    content: "\f6b9";
}
.icon-ic_fluent_patch_20_regular:before {
    content: "\f6ba";
}
.icon-ic_fluent_patch_24_regular:before {
    content: "\f6bb";
}
.icon-ic_fluent_pause_circle_20_regular:before {
    content: "\f6bc";
}
.icon-ic_fluent_people_sync_16_regular:before {
    content: "\f6bd";
}
.icon-ic_fluent_people_toolbox_16_regular:before {
    content: "\f6ca";
}
.icon-ic_fluent_person_chat_16_regular:before {
    content: "\f6cb";
}
.icon-ic_fluent_person_chat_20_regular:before {
    content: "\f6d1";
}
.icon-ic_fluent_person_chat_24_regular:before {
    content: "\f6d3";
}
.icon-ic_fluent_person_info_16_regular:before {
    content: "\f6d6";
}
.icon-ic_fluent_person_lock_16_regular:before {
    content: "\f6d8";
}
.icon-ic_fluent_person_lock_20_regular:before {
    content: "\f6d9";
}
.icon-ic_fluent_person_subtract_16_regular:before {
    content: "\f6ed";
}
.icon-ic_fluent_phone_16_regular:before {
    content: "\f6ee";
}
.icon-ic_fluent_phone_checkmark_16_regular:before {
    content: "\f6ef";
}
.icon-ic_fluent_pill_16_regular:before {
    content: "\f6f0";
}
.icon-ic_fluent_pill_20_regular:before {
    content: "\f6f1";
}
.icon-ic_fluent_pill_24_regular:before {
    content: "\f6f2";
}
.icon-ic_fluent_pill_28_regular:before {
    content: "\f6f3";
}
.icon-ic_fluent_print_16_regular:before {
    content: "\f6fa";
}
.icon-ic_fluent_print_add_20_regular:before {
    content: "\f6fc";
}
.icon-ic_fluent_production_20_regular:before {
    content: "\f6fd";
}
.icon-ic_fluent_production_24_regular:before {
    content: "\f6fe";
}
.icon-ic_fluent_production_checkmark_20_regular:before {
    content: "\f703";
}
.icon-ic_fluent_production_checkmark_24_regular:before {
    content: "\f704";
}
.icon-ic_fluent_prohibited_16_regular:before {
    content: "\f705";
}
.icon-ic_fluent_ratio_one_to_one_20_regular:before {
    content: "\f70a";
}
.icon-ic_fluent_ratio_one_to_one_24_regular:before {
    content: "\f70b";
}
.icon-ic_fluent_receipt_add_20_regular:before {
    content: "\f70c";
}
.icon-ic_fluent_receipt_bag_20_regular:before {
    content: "\f715";
}
.icon-ic_fluent_receipt_cube_20_regular:before {
    content: "\f72d";
}
.icon-ic_fluent_receipt_money_20_regular:before {
    content: "\f72e";
}
.icon-ic_fluent_record_12_regular:before {
    content: "\f72f";
}
.icon-ic_fluent_record_28_regular:before {
    content: "\f735";
}
.icon-ic_fluent_record_32_regular:before {
    content: "\f736";
}
.icon-ic_fluent_record_48_regular:before {
    content: "\f737";
}
.icon-ic_fluent_record_stop_12_regular:before {
    content: "\f758";
}
.icon-ic_fluent_record_stop_16_regular:before {
    content: "\f759";
}
.icon-ic_fluent_record_stop_20_regular:before {
    content: "\f75a";
}
.icon-ic_fluent_record_stop_24_regular:before {
    content: "\f75b";
}
.icon-ic_fluent_record_stop_28_regular:before {
    content: "\f75c";
}
.icon-ic_fluent_record_stop_32_regular:before {
    content: "\f764";
}
.icon-ic_fluent_record_stop_48_regular:before {
    content: "\f765";
}
.icon-ic_fluent_ribbon_add_20_regular:before {
    content: "\f766";
}
.icon-ic_fluent_ribbon_add_24_regular:before {
    content: "\f767";
}
.icon-ic_fluent_server_20_regular:before {
    content: "\f769";
}
.icon-ic_fluent_server_24_regular:before {
    content: "\f76c";
}
.icon-ic_fluent_shield_badge_20_regular:before {
    content: "\f76d";
}
.icon-ic_fluent_shopping_bag_16_regular:before {
    content: "\f76e";
}
.icon-ic_fluent_shopping_bag_20_regular:before {
    content: "\f76f";
}
.icon-ic_fluent_shopping_bag_24_regular:before {
    content: "\f770";
}
.icon-ic_fluent_slide_multiple_search_20_regular:before {
    content: "\f773";
}
.icon-ic_fluent_slide_multiple_search_24_regular:before {
    content: "\f774";
}
.icon-ic_fluent_smartwatch_20_regular:before {
    content: "\f775";
}
.icon-ic_fluent_smartwatch_24_regular:before {
    content: "\f776";
}
.icon-ic_fluent_smartwatch_dot_20_regular:before {
    content: "\f786";
}
.icon-ic_fluent_smartwatch_dot_24_regular:before {
    content: "\f787";
}
.icon-ic_fluent_square_multiple_24_regular:before {
    content: "\f78c";
}
.icon-ic_fluent_stack_16_regular:before {
    content: "\f78d";
}
.icon-ic_fluent_stack_20_regular:before {
    content: "\f792";
}
.icon-ic_fluent_stack_24_regular:before {
    content: "\f7a6";
}
.icon-ic_fluent_subtract_circle_16_regular:before {
    content: "\f7a7";
}
.icon-ic_fluent_subtract_circle_20_regular:before {
    content: "\f7b0";
}
.icon-ic_fluent_subtract_circle_24_regular:before {
    content: "\f7b1";
}
.icon-ic_fluent_subtract_circle_28_regular:before {
    content: "\f7b4";
}
.icon-ic_fluent_subtract_circle_32_regular:before {
    content: "\f7b5";
}
.icon-ic_fluent_tag_multiple_16_regular:before {
    content: "\f7b6";
}
.icon-ic_fluent_target_arrow_16_regular:before {
    content: "\f7b7";
}
.icon-ic_fluent_target_arrow_20_regular:before {
    content: "\f7b8";
}
.icon-ic_fluent_text_bullet_list_square_edit_20_regular:before {
    content: "\f7b9";
}
.icon-ic_fluent_text_bullet_list_square_edit_24_regular:before {
    content: "\f7ba";
}
.icon-ic_fluent_tooltip_quote_20_regular:before {
    content: "\f7bb";
}
.icon-ic_fluent_vehicle_car_profile_ltr_16_regular:before {
    content: "\f7cd";
}
.icon-ic_fluent_vehicle_car_profile_rtl_16_regular:before {
    content: "\f7ce";
}
.icon-ic_fluent_vehicle_truck_profile_16_regular:before {
    content: "\f7ea";
}
.icon-ic_fluent_voicemail_arrow_back_16_regular:before {
    content: "\f7eb";
}
.icon-ic_fluent_voicemail_arrow_forward_16_regular:before {
    content: "\f7ec";
}
.icon-ic_fluent_voicemail_subtract_16_regular:before {
    content: "\f7fc";
}
.icon-ic_fluent_wifi_warning_24_regular:before {
    content: "\f7fd";
}
.icon-ic_fluent_window_edit_16_regular:before {
    content: "\f804";
}
.icon-ic_fluent_arrow_sort_down_20_regular:before {
    content: "\f805";
}
.icon-ic_fluent_arrow_sort_down_24_regular:before {
    content: "\f811";
}
.icon-ic_fluent_arrow_sort_up_20_regular:before {
    content: "\f812";
}
.icon-ic_fluent_arrow_sort_up_24_regular:before {
    content: "\f821";
}
.icon-ic_fluent_arrow_turn_bidirectional_down_right_24_regular:before {
    content: "\f822";
}
.icon-ic_fluent_arrow_turn_right_24_regular:before {
    content: "\f839";
}
.icon-ic_fluent_book_question_mark_rtl_24_regular:before {
    content: "\f83a";
}
.icon-ic_fluent_brain_circuit_24_regular:before {
    content: "\f83b";
}
.icon-ic_fluent_building_bank_toolbox_24_regular:before {
    content: "\f83c";
}
.icon-ic_fluent_calendar_checkmark_28_regular:before {
    content: "\f85f";
}
.icon-ic_fluent_calendar_search_16_regular:before {
    content: "\f860";
}
.icon-ic_fluent_call_park_32_regular:before {
    content: "\f861";
}
.icon-ic_fluent_chat_bubbles_question_16_regular:before {
    content: "\f8a8";
}
.icon-ic_fluent_chat_multiple_16_regular:before {
    content: "\f8a9";
}
.icon-ic_fluent_chat_multiple_20_regular:before {
    content: "\f8c8";
}
.icon-ic_fluent_chat_multiple_24_regular:before {
    content: "\f8d3";
}
.icon-ic_fluent_checkmark_32_regular:before {
    content: "\f8d4";
}
.icon-ic_fluent_checkmark_circle_32_regular:before {
    content: "\f8e8";
}
.icon-ic_fluent_clipboard_bullet_list_ltr_16_regular:before {
    content: "\e347";
}
.icon-ic_fluent_clipboard_bullet_list_rtl_16_regular:before {
    content: "\e349";
}
.icon-ic_fluent_column_edit_20_regular:before {
    content: "\e3cc";
}
.icon-ic_fluent_column_edit_24_regular:before {
    content: "\e3cd";
}
.icon-ic_fluent_contact_card_28_regular:before {
    content: "\e409";
}
.icon-ic_fluent_contact_card_32_regular:before {
    content: "\e40a";
}
.icon-ic_fluent_contact_card_48_regular:before {
    content: "\e40b";
}
.icon-ic_fluent_diagram_24_regular:before {
    content: "\e4b5";
}
.icon-ic_fluent_dismiss_circle_32_regular:before {
    content: "\e4c3";
}
.icon-ic_fluent_document_arrow_down_16_regular:before {
    content: "\e4df";
}
.icon-ic_fluent_document_bullet_list_clock_20_regular:before {
    content: "\e4e9";
}
.icon-ic_fluent_document_bullet_list_clock_24_regular:before {
    content: "\e4ea";
}
.icon-ic_fluent_document_bullet_list_off_24_regular:before {
    content: "\e4ee";
}
.icon-ic_fluent_document_multiple_16_regular:before {
    content: "\e51f";
}
.icon-ic_fluent_document_pill_20_regular:before {
    content: "\e52c";
}
.icon-ic_fluent_document_pill_24_regular:before {
    content: "\e52d";
}
.icon-ic_fluent_document_save_20_regular:before {
    content: "\e53f";
}
.icon-ic_fluent_document_save_24_regular:before {
    content: "\e540";
}
.icon-ic_fluent_door_16_regular:before {
    content: "\e561";
}
.icon-ic_fluent_dual_screen_arrow_up_24_regular:before {
    content: "\e598";
}
.icon-ic_fluent_dual_screen_closed_alert_24_regular:before {
    content: "\e59b";
}
.icon-ic_fluent_emoji_multiple_20_regular:before {
    content: "\e5d2";
}
.icon-ic_fluent_emoji_multiple_24_regular:before {
    content: "\e5d3";
}
.icon-ic_fluent_gantt_chart_20_regular:before {
    content: "\e68e";
}
.icon-ic_fluent_gantt_chart_24_regular:before {
    content: "\e68f";
}
.icon-ic_fluent_gift_card_add_24_regular:before {
    content: "\e69d";
}
.icon-ic_fluent_hand_draw_24_regular:before {
    content: "\e6d8";
}
.icon-ic_fluent_image_arrow_back_24_regular:before {
    content: "\e71d";
}
.icon-ic_fluent_image_arrow_forward_24_regular:before {
    content: "\e721";
}
.icon-ic_fluent_image_multiple_16_regular:before {
    content: "\e724";
}
.icon-ic_fluent_image_reflection_24_regular:before {
    content: "\e730";
}
.icon-ic_fluent_image_shadow_24_regular:before {
    content: "\e732";
}
.icon-ic_fluent_mail_arrow_double_back_16_regular:before {
    content: "\e7a6";
}
.icon-ic_fluent_mail_arrow_forward_16_regular:before {
    content: "\e7a9";
}
.icon-ic_fluent_mail_attach_16_regular:before {
    content: "\e7ac";
}
.icon-ic_fluent_more_horizontal_32_regular:before {
    content: "\e827";
}
.icon-ic_fluent_more_vertical_32_regular:before {
    content: "\e82a";
}
.icon-ic_fluent_organization_16_regular:before {
    content: "\e89b";
}
.icon-ic_fluent_organization_32_regular:before {
    content: "\e89c";
}
.icon-ic_fluent_organization_48_regular:before {
    content: "\e89d";
}
.icon-ic_fluent_orientation_24_regular:before {
    content: "\e8a0";
}
.icon-ic_fluent_people_list_16_regular:before {
    content: "\e8fb";
}
.icon-ic_fluent_people_money_20_regular:before {
    content: "\e901";
}
.icon-ic_fluent_people_money_24_regular:before {
    content: "\e902";
}
.icon-ic_fluent_person_pill_20_regular:before {
    content: "\e940";
}
.icon-ic_fluent_person_pill_24_regular:before {
    content: "\e941";
}
.icon-ic_fluent_person_settings_16_regular:before {
    content: "\e945";
}
.icon-ic_fluent_pivot_20_regular:before {
    content: "\e98d";
}
.icon-ic_fluent_pivot_24_regular:before {
    content: "\e98e";
}
.icon-ic_fluent_play_12_regular:before {
    content: "\e98f";
}
.icon-ic_fluent_print_add_24_regular:before {
    content: "\e9ce";
}
.icon-ic_fluent_pulse_28_regular:before {
    content: "\e9de";
}
.icon-ic_fluent_receipt_add_24_regular:before {
    content: "\ea00";
}
.icon-ic_fluent_receipt_bag_24_regular:before {
    content: "\ea01";
}
.icon-ic_fluent_receipt_cube_24_regular:before {
    content: "\ea02";
}
.icon-ic_fluent_scan_object_20_regular:before {
    content: "\ea61";
}
.icon-ic_fluent_scan_object_24_regular:before {
    content: "\ea62";
}
.icon-ic_fluent_search_12_regular:before {
    content: "\ea7b";
}
.icon-ic_fluent_search_32_regular:before {
    content: "\ea7d";
}
.icon-ic_fluent_search_48_regular:before {
    content: "\ea7e";
}
.icon-ic_fluent_share_16_regular:before {
    content: "\eaa6";
}
.icon-ic_fluent_shield_badge_24_regular:before {
    content: "\eac6";
}
.icon-ic_fluent_shield_lock_16_regular:before {
    content: "\eacf";
}
.icon-ic_fluent_slide_eraser_16_regular:before {
    content: "\eb14";
}
.icon-ic_fluent_slide_eraser_20_regular:before {
    content: "\eb15";
}
.icon-ic_fluent_slide_grid_24_regular:before {
    content: "\eb18";
}
.icon-ic_fluent_square_16_regular:before {
    content: "\eb74";
}
.icon-ic_fluent_square_add_16_regular:before {
    content: "\eb7a";
}
.icon-ic_fluent_square_hint_arrow_back_16_regular:before {
    content: "\eb8d";
}
.icon-ic_fluent_steps_20_regular:before {
    content: "\ebbf";
}
.icon-ic_fluent_steps_24_regular:before {
    content: "\ebc0";
}
.icon-ic_fluent_tab_desktop_bottom_24_regular:before {
    content: "\ebed";
}
.icon-ic_fluent_tab_desktop_multiple_bottom_24_regular:before {
    content: "\ebef";
}
.icon-ic_fluent_task_list_square_add_20_regular:before {
    content: "\ec96";
}
.icon-ic_fluent_task_list_square_add_24_regular:before {
    content: "\ec97";
}
.icon-ic_fluent_task_list_square_ltr_20_regular:before {
    content: "\ec99";
}
.icon-ic_fluent_task_list_square_ltr_24_regular:before {
    content: "\ec9a";
}
.icon-ic_fluent_task_list_square_rtl_20_regular:before {
    content: "\ec9c";
}
.icon-ic_fluent_task_list_square_rtl_24_regular:before {
    content: "\ec9d";
}
.icon-ic_fluent_text_align_distributed_evenly_24_regular:before {
    content: "\ecba";
}
.icon-ic_fluent_text_align_distributed_vertical_24_regular:before {
    content: "\ecbc";
}
.icon-ic_fluent_text_align_justify_low_24_regular:before {
    content: "\ecbe";
}
.icon-ic_fluent_textbox_more_24_regular:before {
    content: "\ed74";
}
.icon-ic_fluent_video_32_regular:before {
    content: "\edf0";
}
.icon-ic_fluent_video_48_regular:before {
    content: "\edf4";
}
.icon-ic_fluent_video_clip_16_regular:before {
    content: "\edfe";
}
.icon-ic_fluent_window_ad_person_20_regular:before {
    content: "\ee63";
}
.icon-ic_fluent_window_dev_edit_16_regular:before {
    content: "\ee71";
}
.icon-ic_fluent_arrow_autofit_height_dotted_24_regular:before {
    content: "\e079";
}
.icon-ic_fluent_arrow_autofit_width_dotted_24_regular:before {
    content: "\e07e";
}
.icon-ic_fluent_multiselect_rtl_16_regular:before {
    content: "\e84e";
}
.icon-ic_fluent_animal_dog_16_regular:before {
    content: "\e04f";
}
.icon-ic_fluent_archive_settings_20_regular:before {
    content: "\e070";
}
.icon-ic_fluent_arrow_clockwise_16_regular:before {
    content: "\e0aa";
}
.icon-ic_fluent_arrow_clockwise_dashes_20_regular:before {
    content: "\e0ae";
}
.icon-ic_fluent_arrow_clockwise_dashes_24_regular:before {
    content: "\e0af";
}
.icon-ic_fluent_arrow_counterclockwise_dashes_20_regular:before {
    content: "\e0b6";
}
.icon-ic_fluent_arrow_counterclockwise_dashes_24_regular:before {
    content: "\e0b7";
}
.icon-ic_fluent_arrow_export_ltr_16_regular:before {
    content: "\e0c6";
}
.icon-ic_fluent_arrow_export_up_20_regular:before {
    content: "\e0cb";
}
.icon-ic_fluent_arrow_export_up_24_regular:before {
    content: "\e0cc";
}
.icon-ic_fluent_bin_full_20_regular:before {
    content: "\e150";
}
.icon-ic_fluent_bin_full_24_regular:before {
    content: "\e151";
}
.icon-ic_fluent_book_toolbox_24_regular:before {
    content: "\e190";
}
.icon-ic_fluent_box_16_regular:before {
    content: "\e1ba";
}
.icon-ic_fluent_braces_variable_20_regular:before {
    content: "\e1d7";
}
.icon-ic_fluent_braces_variable_24_regular:before {
    content: "\e1d8";
}
.icon-ic_fluent_briefcase_16_regular:before {
    content: "\e1e9";
}
.icon-ic_fluent_briefcase_medical_16_regular:before {
    content: "\e1ed";
}
.icon-ic_fluent_building_retail_20_regular:before {
    content: "\e225";
}
.icon-ic_fluent_building_retail_money_20_regular:before {
    content: "\e226";
}
.icon-ic_fluent_building_retail_money_24_regular:before {
    content: "\e227";
}
.icon-ic_fluent_building_retail_shield_20_regular:before {
    content: "\e229";
}
.icon-ic_fluent_building_retail_shield_24_regular:before {
    content: "\e22a";
}
.icon-ic_fluent_building_retail_toolbox_20_regular:before {
    content: "\e22b";
}
.icon-ic_fluent_building_retail_toolbox_24_regular:before {
    content: "\e22c";
}
.icon-ic_fluent_calculator_multiple_20_regular:before {
    content: "\e236";
}
.icon-ic_fluent_calculator_multiple_24_regular:before {
    content: "\e237";
}
.icon-ic_fluent_calendar_3_day_16_regular:before {
    content: "\e238";
}
.icon-ic_fluent_calendar_arrow_right_16_regular:before {
    content: "\e23d";
}
.icon-ic_fluent_calendar_day_16_regular:before {
    content: "\e244";
}
.icon-ic_fluent_calendar_info_20_regular:before {
    content: "\e24b";
}
.icon-ic_fluent_calendar_settings_16_regular:before {
    content: "\e269";
}
.icon-ic_fluent_call_checkmark_24_regular:before {
    content: "\e277";
}
.icon-ic_fluent_call_end_16_regular:before {
    content: "\e27a";
}
.icon-ic_fluent_camera_dome_16_regular:before {
    content: "\e29a";
}
.icon-ic_fluent_camera_dome_20_regular:before {
    content: "\e29b";
}
.icon-ic_fluent_camera_dome_24_regular:before {
    content: "\e29c";
}
.icon-ic_fluent_camera_dome_28_regular:before {
    content: "\e29d";
}
.icon-ic_fluent_camera_dome_48_regular:before {
    content: "\e29e";
}
.icon-ic_fluent_chat_12_regular:before {
    content: "\e2e3";
}
.icon-ic_fluent_chevron_double_down_20_regular:before {
    content: "\e329";
}
.icon-ic_fluent_chevron_double_left_20_regular:before {
    content: "\e32a";
}
.icon-ic_fluent_chevron_double_right_20_regular:before {
    content: "\e32b";
}
.icon-ic_fluent_clipboard_bullet_list_ltr_20_regular:before {
    content: "\e348";
}
.icon-ic_fluent_clipboard_bullet_list_rtl_20_regular:before {
    content: "\e34a";
}
.icon-ic_fluent_clipboard_checkmark_20_regular:before {
    content: "\e34b";
}
.icon-ic_fluent_clipboard_checkmark_24_regular:before {
    content: "\e34c";
}
.icon-ic_fluent_clipboard_error_20_regular:before {
    content: "\e353";
}
.icon-ic_fluent_clipboard_error_24_regular:before {
    content: "\e354";
}
.icon-ic_fluent_clipboard_heart_24_regular:before {
    content: "\e355";
}
.icon-ic_fluent_clipboard_task_20_regular:before {
    content: "\e35d";
}
.icon-ic_fluent_clipboard_task_24_regular:before {
    content: "\e35e";
}
.icon-ic_fluent_clipboard_task_add_20_regular:before {
    content: "\e35f";
}
.icon-ic_fluent_clipboard_task_add_24_regular:before {
    content: "\e360";
}
.icon-ic_fluent_clipboard_task_list_ltr_20_regular:before {
    content: "\e361";
}
.icon-ic_fluent_clipboard_task_list_ltr_24_regular:before {
    content: "\e362";
}
.icon-ic_fluent_clock_alarm_16_regular:before {
    content: "\e36f";
}
.icon-ic_fluent_cloud_add_20_regular:before {
    content: "\e385";
}
.icon-ic_fluent_cloud_edit_20_regular:before {
    content: "\e3a4";
}
.icon-ic_fluent_cloud_link_20_regular:before {
    content: "\e3a6";
}
.icon-ic_fluent_color_16_regular:before {
    content: "\e3bc";
}
.icon-ic_fluent_column_triple_20_regular:before {
    content: "\e3ce";
}
.icon-ic_fluent_column_triple_edit_20_regular:before {
    content: "\e3cf";
}
.icon-ic_fluent_column_triple_edit_24_regular:before {
    content: "\e3d0";
}
.icon-ic_fluent_comment_error_20_regular:before {
    content: "\e3f1";
}
.icon-ic_fluent_communication_person_20_regular:before {
    content: "\e405";
}
.icon-ic_fluent_communication_person_24_regular:before {
    content: "\e406";
}
.icon-ic_fluent_contact_card_link_20_regular:before {
    content: "\e410";
}
.icon-ic_fluent_data_trending_16_regular:before {
    content: "\e45c";
}
.icon-ic_fluent_data_trending_20_regular:before {
    content: "\e45d";
}
.icon-ic_fluent_data_trending_24_regular:before {
    content: "\e45e";
}
.icon-ic_fluent_data_usage_edit_24_regular:before {
    content: "\e460";
}
.icon-ic_fluent_database_20_regular:before {
    content: "\e466";
}
.icon-ic_fluent_database_24_regular:before {
    content: "\e467";
}
.icon-ic_fluent_database_search_20_regular:before {
    content: "\e472";
}
.icon-ic_fluent_database_search_24_regular:before {
    content: "\e473";
}
.icon-ic_fluent_delete_arrow_back_16_regular:before {
    content: "\e47c";
}
.icon-ic_fluent_desktop_edit_16_regular:before {
    content: "\e48f";
}
.icon-ic_fluent_dismiss_circle_12_regular:before {
    content: "\e4c1";
}
.icon-ic_fluent_divider_tall_16_regular:before {
    content: "\e4ce";
}
.icon-ic_fluent_document_arrow_down_20_regular:before {
    content: "\e4e0";
}
.icon-ic_fluent_document_heart_20_regular:before {
    content: "\e508";
}
.icon-ic_fluent_document_heart_24_regular:before {
    content: "\e509";
}
.icon-ic_fluent_document_heart_pulse_20_regular:before {
    content: "\e50a";
}
.icon-ic_fluent_document_heart_pulse_24_regular:before {
    content: "\e50b";
}
.icon-ic_fluent_document_multiple_20_regular:before {
    content: "\e520";
}
.icon-ic_fluent_document_multiple_prohibited_20_regular:before {
    content: "\e524";
}
.icon-ic_fluent_document_multiple_prohibited_24_regular:before {
    content: "\e525";
}
.icon-ic_fluent_document_search_16_regular:before {
    content: "\e541";
}
.icon-ic_fluent_door_20_regular:before {
    content: "\e562";
}
.icon-ic_fluent_emoji_laugh_16_regular:before {
    content: "\e5d1";
}
.icon-ic_fluent_equal_off_24_regular:before {
    content: "\e5e3";
}
.icon-ic_fluent_error_circle_settings_20_regular:before {
    content: "\e5ee";
}
.icon-ic_fluent_eye_off_16_regular:before {
    content: "\e5f4";
}
.icon-ic_fluent_fax_20_regular:before {
    content: "\e608";
}
.icon-ic_fluent_filter_dismiss_16_regular:before {
    content: "\e60c";
}
.icon-ic_fluent_filter_dismiss_20_regular:before {
    content: "\e60d";
}
.icon-ic_fluent_flashlight_16_regular:before {
    content: "\e628";
}
.icon-ic_fluent_flashlight_20_regular:before {
    content: "\e629";
}
.icon-ic_fluent_flow_20_regular:before {
    content: "\e637";
}
.icon-ic_fluent_fluid_16_regular:before {
    content: "\e640";
}
.icon-ic_fluent_folder_add_16_regular:before {
    content: "\e645";
}
.icon-ic_fluent_folder_globe_20_regular:before {
    content: "\e655";
}
.icon-ic_fluent_folder_mail_20_regular:before {
    content: "\e657";
}
.icon-ic_fluent_folder_person_20_regular:before {
    content: "\e65a";
}
.icon-ic_fluent_folder_sync_20_regular:before {
    content: "\e664";
}
.icon-ic_fluent_food_16_regular:before {
    content: "\e666";
}
.icon-ic_fluent_food_cake_16_regular:before {
    content: "\e66a";
}
.icon-ic_fluent_full_screen_maximize_16_regular:before {
    content: "\e683";
}
.icon-ic_fluent_full_screen_maximize_20_regular:before {
    content: "\e684";
}
.icon-ic_fluent_gif_16_regular:before {
    content: "\e69a";
}
.icon-ic_fluent_gift_16_regular:before {
    content: "\e69b";
}
.icon-ic_fluent_globe_star_20_regular:before {
    content: "\e6bd";
}
.icon-ic_fluent_globe_surface_20_regular:before {
    content: "\e6be";
}
.icon-ic_fluent_globe_surface_24_regular:before {
    content: "\e6bf";
}
.icon-ic_fluent_heart_broken_20_regular:before {
    content: "\e6fd";
}
.icon-ic_fluent_history_16_regular:before {
    content: "\e705";
}
.icon-ic_fluent_image_prohibited_20_regular:before {
    content: "\e72d";
}
.icon-ic_fluent_image_prohibited_24_regular:before {
    content: "\e72e";
}
.icon-ic_fluent_info_12_regular:before {
    content: "\e736";
}
.icon-ic_fluent_iot_20_regular:before {
    content: "\e73d";
}
.icon-ic_fluent_iot_24_regular:before {
    content: "\e73e";
}
.icon-ic_fluent_mail_open_person_16_regular:before {
    content: "\e7cb";
}
.icon-ic_fluent_mail_template_16_regular:before {
    content: "\e7d7";
}
.icon-ic_fluent_navigation_16_regular:before {
    content: "\e85f";
}
.icon-ic_fluent_news_16_regular:before {
    content: "\e866";
}
.icon-ic_fluent_note_edit_20_regular:before {
    content: "\e86e";
}
.icon-ic_fluent_note_edit_24_regular:before {
    content: "\e86f";
}
.icon-ic_fluent_notepad_edit_20_regular:before {
    content: "\e880";
}
.icon-ic_fluent_people_list_20_regular:before {
    content: "\e8fc";
}
.icon-ic_fluent_people_settings_24_regular:before {
    content: "\e908";
}
.icon-ic_fluent_people_team_toolbox_20_regular:before {
    content: "\e918";
}
.icon-ic_fluent_people_team_toolbox_24_regular:before {
    content: "\e919";
}
.icon-ic_fluent_person_feedback_16_regular:before {
    content: "\e930";
}
.icon-ic_fluent_person_money_20_regular:before {
    content: "\e93c";
}
.icon-ic_fluent_person_money_24_regular:before {
    content: "\e93d";
}
.icon-ic_fluent_phone_eraser_16_regular:before {
    content: "\e95c";
}
.icon-ic_fluent_port_hdmi_24_regular:before {
    content: "\e9a1";
}
.icon-ic_fluent_port_micro_usb_24_regular:before {
    content: "\e9a3";
}
.icon-ic_fluent_port_usb_a_24_regular:before {
    content: "\e9a5";
}
.icon-ic_fluent_port_usb_c_24_regular:before {
    content: "\e9a7";
}
.icon-ic_fluent_prohibited_12_regular:before {
    content: "\e9cf";
}
.icon-ic_fluent_receipt_play_20_regular:before {
    content: "\ea04";
}
.icon-ic_fluent_receipt_play_24_regular:before {
    content: "\ea05";
}
.icon-ic_fluent_save_search_20_regular:before {
    content: "\ea4d";
}
.icon-ic_fluent_search_settings_20_regular:before {
    content: "\ea7f";
}
.icon-ic_fluent_shield_lock_20_regular:before {
    content: "\ead0";
}
.icon-ic_fluent_square_add_20_regular:before {
    content: "\eb7b";
}
.icon-ic_fluent_star_line_horizontal_3_16_regular:before {
    content: "\ebb1";
}
.icon-ic_fluent_stream_20_regular:before {
    content: "\ebc4";
}
.icon-ic_fluent_stream_24_regular:before {
    content: "\ebc5";
}
.icon-ic_fluent_syringe_20_regular:before {
    content: "\ebe2";
}
.icon-ic_fluent_syringe_24_regular:before {
    content: "\ebe3";
}
.icon-ic_fluent_tag_dismiss_20_regular:before {
    content: "\ec75";
}
.icon-ic_fluent_tag_dismiss_24_regular:before {
    content: "\ec76";
}
.icon-ic_fluent_target_arrow_24_regular:before {
    content: "\ec91";
}
.icon-ic_fluent_temperature_16_regular:before {
    content: "\eca1";
}
.icon-ic_fluent_thumb_dislike_16_regular:before {
    content: "\ed77";
}
.icon-ic_fluent_tooltip_quote_24_regular:before {
    content: "\ed9a";
}
.icon-ic_fluent_umbrella_20_regular:before {
    content: "\edcc";
}
.icon-ic_fluent_umbrella_24_regular:before {
    content: "\edcd";
}
.icon-ic_fluent_vehicle_truck_profile_20_regular:before {
    content: "\edee";
}
.icon-ic_fluent_video_add_20_regular:before {
    content: "\edf5";
}
.icon-ic_fluent_video_add_24_regular:before {
    content: "\edf6";
}
.icon-ic_fluent_warning_12_regular:before {
    content: "\ee3b";
}
.icon-ic_fluent_window_dev_edit_20_regular:before {
    content: "\ee72";
}
.icon-ic_fluent_xray_20_regular:before {
    content: "\ee89";
}
.icon-ic_fluent_xray_24_regular:before {
    content: "\ee8a";
}
.icon-ic_fluent_arrow_autofit_down_24_regular:before {
    content: "\e076";
}
.icon-ic_fluent_arrow_autofit_up_24_regular:before {
    content: "\e07b";
}
.icon-ic_fluent_clipboard_task_list_rtl_20_regular:before {
    content: "\e363";
}
.icon-ic_fluent_clipboard_task_list_rtl_24_regular:before {
    content: "\e364";
}
.icon-ic_fluent_comma_24_regular:before {
    content: "\e3d2";
}
.icon-ic_fluent_text_align_center_rotate_270_24_regular:before {
    content: "\ecb5";
}
.icon-ic_fluent_text_align_justify_rotate_90_24_regular:before {
    content: "\ecc2";
}
.icon-ic_fluent_text_align_left_rotate_270_24_regular:before {
    content: "\ecc6";
}
.icon-ic_fluent_text_align_right_rotate_270_24_regular:before {
    content: "\eccd";
}
.icon-ic_fluent_text_strikethrough_16_regular:before {
    content: "\ed5e";
}
.icon-ic_fluent_text_strikethrough_20_regular:before {
    content: "\ed5f";
}
.icon-ic_fluent_text_strikethrough_24_regular:before {
    content: "\ed60";
}
.icon-ic_fluent_textbox_align_bottom_rotate_90_24_regular:before {
    content: "\ed6c";
}
.icon-ic_fluent_textbox_align_middle_rotate_90_24_regular:before {
    content: "\ed70";
}
.icon-ic_fluent_textbox_align_top_rotate_90_24_regular:before {
    content: "\ed72";
}
.icon-ic_fluent_arrow_clockwise_12_regular:before {
    content: "\e0a9";
}
.icon-ic_fluent_arrow_clockwise_28_regular:before {
    content: "\e0ab";
}
.icon-ic_fluent_arrow_clockwise_32_regular:before {
    content: "\e0ac";
}
.icon-ic_fluent_arrow_clockwise_48_regular:before {
    content: "\e0ad";
}
.icon-ic_fluent_arrow_counterclockwise_12_regular:before {
    content: "\e0b2";
}
.icon-ic_fluent_arrow_counterclockwise_16_regular:before {
    content: "\e0b3";
}
.icon-ic_fluent_arrow_counterclockwise_32_regular:before {
    content: "\e0b4";
}
.icon-ic_fluent_arrow_counterclockwise_48_regular:before {
    content: "\e0b5";
}
.icon-ic_fluent_arrow_rotate_clockwise_16_regular:before {
    content: "\e0ec";
}
.icon-ic_fluent_arrow_split_20_regular:before {
    content: "\e0f4";
}
.icon-ic_fluent_battery_checkmark_24_regular:before {
    content: "\e146";
}
.icon-ic_fluent_book_open_16_regular:before {
    content: "\e177";
}
.icon-ic_fluent_broad_activity_feed_16_regular:before {
    content: "\e202";
}
.icon-ic_fluent_broad_activity_feed_20_regular:before {
    content: "\e203";
}
.icon-ic_fluent_calendar_pattern_20_regular:before {
    content: "\e259";
}
.icon-ic_fluent_calendar_person_16_regular:before {
    content: "\e25a";
}
.icon-ic_fluent_calendar_phone_16_regular:before {
    content: "\e25c";
}
.icon-ic_fluent_calendar_phone_20_regular:before {
    content: "\e25d";
}
.icon-ic_fluent_calendar_search_20_regular:before {
    content: "\e268";
}
.icon-ic_fluent_calendar_star_16_regular:before {
    content: "\e26a";
}
.icon-ic_fluent_chat_arrow_back_16_regular:before {
    content: "\e2e7";
}
.icon-ic_fluent_chat_arrow_back_20_regular:before {
    content: "\e2e8";
}
.icon-ic_fluent_chat_arrow_double_back_16_regular:before {
    content: "\e2e9";
}
.icon-ic_fluent_chat_arrow_double_back_20_regular:before {
    content: "\e2ea";
}
.icon-ic_fluent_check_24_regular:before {
    content: "\e2f5";
}
.icon-ic_fluent_checkbox_checked_sync_20_regular:before {
    content: "\e2fc";
}
.icon-ic_fluent_chevron_up_down_16_regular:before {
    content: "\e32e";
}
.icon-ic_fluent_cursor_click_20_regular:before {
    content: "\e445";
}
.icon-ic_fluent_cursor_click_24_regular:before {
    content: "\e446";
}
.icon-ic_fluent_directions_16_regular:before {
    content: "\e4c0";
}
.icon-ic_fluent_divider_tall_20_regular:before {
    content: "\e4cf";
}
.icon-ic_fluent_document_arrow_up_20_regular:before {
    content: "\e4e8";
}
.icon-ic_fluent_document_dismiss_16_regular:before {
    content: "\e4f9";
}
.icon-ic_fluent_document_link_16_regular:before {
    content: "\e513";
}
.icon-ic_fluent_document_person_20_regular:before {
    content: "\e52b";
}
.icon-ic_fluent_edit_arrow_back_20_regular:before {
    content: "\e5b5";
}
.icon-ic_fluent_emoji_sad_16_regular:before {
    content: "\e5d4";
}
.icon-ic_fluent_globe_clock_16_regular:before {
    content: "\e6b4";
}
.icon-ic_fluent_globe_clock_20_regular:before {
    content: "\e6b5";
}
.icon-ic_fluent_immersive_reader_16_regular:before {
    content: "\e733";
}
.icon-ic_fluent_link_dismiss_16_regular:before {
    content: "\e772";
}
.icon-ic_fluent_lock_open_16_regular:before {
    content: "\e794";
}
.icon-ic_fluent_luggage_16_regular:before {
    content: "\e79a";
}
.icon-ic_fluent_luggage_20_regular:before {
    content: "\e79b";
}
.icon-ic_fluent_mail_arrow_double_back_20_regular:before {
    content: "\e7a7";
}
.icon-ic_fluent_mail_arrow_down_20_regular:before {
    content: "\e7a8";
}
.icon-ic_fluent_mail_arrow_forward_20_regular:before {
    content: "\e7aa";
}
.icon-ic_fluent_mail_attach_20_regular:before {
    content: "\e7ad";
}
.icon-ic_fluent_mail_checkmark_20_regular:before {
    content: "\e7b0";
}
.icon-ic_fluent_mail_error_16_regular:before {
    content: "\e7b5";
}
.icon-ic_fluent_mail_inbox_arrow_down_20_regular:before {
    content: "\e7b8";
}
.icon-ic_fluent_mail_pause_20_regular:before {
    content: "\e7ce";
}
.icon-ic_fluent_mail_settings_20_regular:before {
    content: "\e7d5";
}
.icon-ic_fluent_mail_shield_20_regular:before {
    content: "\e7d6";
}
.icon-ic_fluent_note_pin_20_regular:before {
    content: "\e870";
}
.icon-ic_fluent_pause_circle_24_regular:before {
    content: "\e8cf";
}
.icon-ic_fluent_people_checkmark_16_regular:before {
    content: "\e8f2";
}
.icon-ic_fluent_people_sync_20_regular:before {
    content: "\e90e";
}
.icon-ic_fluent_people_toolbox_20_regular:before {
    content: "\e91a";
}
.icon-ic_fluent_person_settings_20_regular:before {
    content: "\e946";
}
.icon-ic_fluent_phone_checkmark_20_regular:before {
    content: "\e958";
}
.icon-ic_fluent_play_16_regular:before {
    content: "\e990";
}
.icon-ic_fluent_play_28_regular:before {
    content: "\e991";
}
.icon-ic_fluent_play_32_regular:before {
    content: "\e992";
}
.icon-ic_fluent_receipt_money_24_regular:before {
    content: "\ea03";
}
.icon-ic_fluent_save_16_regular:before {
    content: "\ea43";
}
.icon-ic_fluent_shield_error_16_regular:before {
    content: "\eace";
}
.icon-ic_fluent_sport_soccer_16_regular:before {
    content: "\eb70";
}
.icon-ic_fluent_square_20_regular:before {
    content: "\eb75";
}
.icon-ic_fluent_tag_multiple_20_regular:before {
    content: "\ec7e";
}
.icon-ic_fluent_text_quote_16_regular:before {
    content: "\ed59";
}
.icon-ic_fluent_vehicle_car_profile_ltr_20_regular:before {
    content: "\ede0";
}
.icon-ic_fluent_vehicle_car_profile_rtl_20_regular:before {
    content: "\ede1";
}
.icon-ic_fluent_weather_partly_cloudy_day_16_regular:before {
    content: "\ee4b";
}
.icon-ic_fluent_weather_sunny_16_regular:before {
    content: "\ee4c";
}
.icon-ic_fluent_text_direction_horizontal_left_20_regular:before {
    content: "\ed02";
}
.icon-ic_fluent_text_direction_horizontal_left_24_regular:before {
    content: "\ed03";
}
.icon-ic_fluent_text_direction_horizontal_right_20_regular:before {
    content: "\ed04";
}
.icon-ic_fluent_text_direction_horizontal_right_24_regular:before {
    content: "\ed05";
}
.icon-ic_fluent_text_direction_rotate_270_right_20_regular:before {
    content: "\ed06";
}
.icon-ic_fluent_text_direction_rotate_270_right_24_regular:before {
    content: "\ed07";
}
.icon-ic_fluent_text_direction_rotate_90_left_20_regular:before {
    content: "\ed08";
}
.icon-ic_fluent_text_direction_rotate_90_left_24_regular:before {
    content: "\ed09";
}
.icon-ic_fluent_text_direction_rotate_90_right_20_regular:before {
    content: "\ed0a";
}
.icon-ic_fluent_text_direction_rotate_90_right_24_regular:before {
    content: "\ed0b";
}
.icon-ic_fluent_arrow_autofit_content_24_regular:before {
    content: "\e074";
}
.icon-ic_fluent_arrow_trending_lines_20_regular:before {
    content: "\e11c";
}
.icon-ic_fluent_arrow_trending_lines_24_regular:before {
    content: "\e11d";
}
.icon-ic_fluent_calendar_error_24_regular:before {
    content: "\e24a";
}
.icon-ic_fluent_cellular_warning_24_regular:before {
    content: "\e2b7";
}
.icon-ic_fluent_cloud_arrow_down_16_regular:before {
    content: "\e38c";
}
.icon-ic_fluent_cloud_arrow_down_20_regular:before {
    content: "\e38d";
}
.icon-ic_fluent_cloud_arrow_down_24_regular:before {
    content: "\e38e";
}
.icon-ic_fluent_cloud_arrow_down_28_regular:before {
    content: "\e38f";
}
.icon-ic_fluent_cloud_arrow_down_32_regular:before {
    content: "\e390";
}
.icon-ic_fluent_cloud_arrow_down_48_regular:before {
    content: "\e391";
}
.icon-ic_fluent_cloud_arrow_up_16_regular:before {
    content: "\e392";
}
.icon-ic_fluent_cloud_arrow_up_20_regular:before {
    content: "\e393";
}
.icon-ic_fluent_cloud_arrow_up_24_regular:before {
    content: "\e394";
}
.icon-ic_fluent_cloud_arrow_up_28_regular:before {
    content: "\e395";
}
.icon-ic_fluent_cloud_arrow_up_32_regular:before {
    content: "\e396";
}
.icon-ic_fluent_cloud_arrow_up_48_regular:before {
    content: "\e397";
}
.icon-ic_fluent_cloud_checkmark_16_regular:before {
    content: "\e398";
}
.icon-ic_fluent_cloud_checkmark_20_regular:before {
    content: "\e399";
}
.icon-ic_fluent_cloud_checkmark_24_regular:before {
    content: "\e39a";
}
.icon-ic_fluent_cloud_checkmark_28_regular:before {
    content: "\e39b";
}
.icon-ic_fluent_cloud_checkmark_32_regular:before {
    content: "\e39c";
}
.icon-ic_fluent_cloud_checkmark_48_regular:before {
    content: "\e39d";
}
.icon-ic_fluent_cloud_dismiss_16_regular:before {
    content: "\e39e";
}
.icon-ic_fluent_cloud_dismiss_20_regular:before {
    content: "\e39f";
}
.icon-ic_fluent_cloud_dismiss_24_regular:before {
    content: "\e3a0";
}
.icon-ic_fluent_cloud_dismiss_28_regular:before {
    content: "\e3a1";
}
.icon-ic_fluent_cloud_dismiss_32_regular:before {
    content: "\e3a2";
}
.icon-ic_fluent_cloud_dismiss_48_regular:before {
    content: "\e3a3";
}
.icon-ic_fluent_grid_dots_20_regular:before {
    content: "\e6c4";
}
.icon-ic_fluent_grid_dots_24_regular:before {
    content: "\e6c5";
}
.icon-ic_fluent_grid_dots_28_regular:before {
    content: "\e6c6";
}
.icon-ic_fluent_ios_arrow_ltr_24_regular:before {
    content: "\e73b";
}
.icon-ic_fluent_ios_arrow_rtl_24_regular:before {
    content: "\e73c";
}
.icon-ic_fluent_mail_multiple_16_regular:before {
    content: "\e7c5";
}
.icon-ic_fluent_mail_multiple_20_regular:before {
    content: "\e7c6";
}
.icon-ic_fluent_mail_multiple_24_regular:before {
    content: "\e7c7";
}
.icon-ic_fluent_panel_bottom_20_regular:before {
    content: "\e8ac";
}
.icon-ic_fluent_panel_left_16_regular:before {
    content: "\e8af";
}
.icon-ic_fluent_panel_left_20_regular:before {
    content: "\e8b0";
}
.icon-ic_fluent_panel_left_24_regular:before {
    content: "\e8b1";
}
.icon-ic_fluent_panel_left_28_regular:before {
    content: "\e8b2";
}
.icon-ic_fluent_panel_left_48_regular:before {
    content: "\e8b3";
}
.icon-ic_fluent_panel_right_16_regular:before {
    content: "\e8bc";
}
.icon-ic_fluent_panel_right_20_regular:before {
    content: "\e8bd";
}
.icon-ic_fluent_panel_right_24_regular:before {
    content: "\e8be";
}
.icon-ic_fluent_panel_right_28_regular:before {
    content: "\e8bf";
}
.icon-ic_fluent_panel_right_48_regular:before {
    content: "\e8c0";
}
.icon-ic_fluent_panel_right_contract_16_regular:before {
    content: "\e8c1";
}
.icon-ic_fluent_panel_right_contract_20_regular:before {
    content: "\e8c2";
}
.icon-ic_fluent_panel_right_contract_24_regular:before {
    content: "\e8c3";
}
.icon-ic_fluent_panel_right_expand_20_regular:before {
    content: "\e8c4";
}
.icon-ic_fluent_puzzle_piece_16_regular:before {
    content: "\e9e8";
}
.icon-ic_fluent_puzzle_piece_20_regular:before {
    content: "\e9e9";
}
.icon-ic_fluent_puzzle_piece_24_regular:before {
    content: "\e9ea";
}
.icon-ic_fluent_scan_table_24_regular:before {
    content: "\ea64";
}
.icon-ic_fluent_scan_text_24_regular:before {
    content: "\ea66";
}
.icon-ic_fluent_scan_type_20_regular:before {
    content: "\ea71";
}
.icon-ic_fluent_scan_type_24_regular:before {
    content: "\ea72";
}
.icon-ic_fluent_scan_type_off_20_regular:before {
    content: "\ea75";
}
.icon-ic_fluent_shield_task_16_regular:before {
    content: "\ead6";
}
.icon-ic_fluent_shield_task_20_regular:before {
    content: "\ead7";
}
.icon-ic_fluent_shield_task_24_regular:before {
    content: "\ead8";
}
.icon-ic_fluent_shield_task_28_regular:before {
    content: "\ead9";
}
.icon-ic_fluent_shield_task_48_regular:before {
    content: "\eada";
}
.icon-ic_fluent_square_multiple_16_regular:before {
    content: "\eb95";
}
.icon-ic_fluent_stack_star_16_regular:before {
    content: "\eb9c";
}
.icon-ic_fluent_stack_star_20_regular:before {
    content: "\eb9d";
}
.icon-ic_fluent_stack_star_24_regular:before {
    content: "\eb9e";
}
.icon-ic_fluent_subtract_circle_arrow_back_16_regular:before {
    content: "\ebd5";
}
.icon-ic_fluent_subtract_circle_arrow_back_20_regular:before {
    content: "\ebd6";
}
.icon-ic_fluent_subtract_circle_arrow_forward_16_regular:before {
    content: "\ebd7";
}
.icon-ic_fluent_subtract_circle_arrow_forward_20_regular:before {
    content: "\ebd8";
}
.icon-ic_fluent_text_add_t_24_regular:before {
    content: "\ecb1";
}
.icon-ic_fluent_text_more_24_regular:before {
    content: "\ed38";
}
.icon-ic_fluent_text_t_20_regular:before {
    content: "\ed63";
}
.icon-ic_fluent_text_t_24_regular:before {
    content: "\ed64";
}
.icon-ic_fluent_usb_plug_20_regular:before {
    content: "\edcf";
}
.icon-ic_fluent_usb_plug_24_regular:before {
    content: "\edd0";
}
.icon-ic_fluent_wifi_lock_24_regular:before {
    content: "\ee58";
}
.icon-ic_fluent_arrow_bidirectional_up_down_12_regular:before {
    content: "\e082";
}
.icon-ic_fluent_arrow_bidirectional_up_down_16_regular:before {
    content: "\e083";
}
.icon-ic_fluent_arrow_bidirectional_up_down_20_regular:before {
    content: "\e084";
}
.icon-ic_fluent_arrow_bidirectional_up_down_24_regular:before {
    content: "\e085";
}
.icon-ic_fluent_arrow_circle_down_up_20_regular:before {
    content: "\e091";
}
.icon-ic_fluent_arrow_circle_left_12_regular:before {
    content: "\e092";
}
.icon-ic_fluent_arrow_circle_left_16_regular:before {
    content: "\e093";
}
.icon-ic_fluent_arrow_circle_right_12_regular:before {
    content: "\e099";
}
.icon-ic_fluent_arrow_circle_right_16_regular:before {
    content: "\e09a";
}
.icon-ic_fluent_arrow_eject_20_regular:before {
    content: "\e0be";
}
.icon-ic_fluent_arrow_export_rtl_16_regular:before {
    content: "\e0c9";
}
.icon-ic_fluent_arrow_left_12_regular:before {
    content: "\e0d7";
}
.icon-ic_fluent_arrow_move_inward_20_regular:before {
    content: "\e0dc";
}
.icon-ic_fluent_arrow_redo_16_regular:before {
    content: "\e0e4";
}
.icon-ic_fluent_arrow_right_12_regular:before {
    content: "\e0ea";
}
.icon-ic_fluent_arrow_step_in_12_regular:before {
    content: "\e0fa";
}
.icon-ic_fluent_arrow_step_in_left_12_regular:before {
    content: "\e0ff";
}
.icon-ic_fluent_arrow_step_in_left_16_regular:before {
    content: "\e100";
}
.icon-ic_fluent_arrow_step_in_right_12_regular:before {
    content: "\e104";
}
.icon-ic_fluent_arrow_step_in_right_16_regular:before {
    content: "\e105";
}
.icon-ic_fluent_arrow_step_out_12_regular:before {
    content: "\e109";
}
.icon-ic_fluent_arrow_sync_off_16_regular:before {
    content: "\e115";
}
.icon-ic_fluent_arrow_sync_off_20_regular:before {
    content: "\e116";
}
.icon-ic_fluent_arrow_up_12_regular:before {
    content: "\e12a";
}
.icon-ic_fluent_bezier_curve_square_12_regular:before {
    content: "\e14e";
}
.icon-ic_fluent_border_all_16_regular:before {
    content: "\e19b";
}
.icon-ic_fluent_border_all_20_regular:before {
    content: "\e19c";
}
.icon-ic_fluent_braces_20_regular:before {
    content: "\e1d5";
}
.icon-ic_fluent_building_lighthouse_20_regular:before {
    content: "\e222";
}
.icon-ic_fluent_calendar_assistant_16_regular:before {
    content: "\e23f";
}
.icon-ic_fluent_center_vertical_20_regular:before {
    content: "\e2ba";
}
.icon-ic_fluent_chat_dismiss_16_regular:before {
    content: "\e2ec";
}
.icon-ic_fluent_chat_warning_16_regular:before {
    content: "\e2f3";
}
.icon-ic_fluent_checkbox_indeterminate_16_regular:before {
    content: "\e2fd";
}
.icon-ic_fluent_checkbox_indeterminate_20_regular:before {
    content: "\e2fe";
}
.icon-ic_fluent_checkbox_indeterminate_24_regular:before {
    content: "\e2ff";
}
.icon-ic_fluent_chevron_circle_right_12_regular:before {
    content: "\e31b";
}
.icon-ic_fluent_circle_off_16_regular:before {
    content: "\e33c";
}
.icon-ic_fluent_clipboard_pulse_24_regular:before {
    content: "\e35b";
}
.icon-ic_fluent_clock_arrow_download_24_regular:before {
    content: "\e371";
}
.icon-ic_fluent_cloud_flow_24_regular:before {
    content: "\e3a5";
}
.icon-ic_fluent_cloud_swap_20_regular:before {
    content: "\e3ab";
}
.icon-ic_fluent_cloud_swap_24_regular:before {
    content: "\e3ac";
}
.icon-ic_fluent_code_circle_20_regular:before {
    content: "\e3b9";
}
.icon-ic_fluent_comment_multiple_28_regular:before {
    content: "\e3f3";
}
.icon-ic_fluent_comment_multiple_checkmark_16_regular:before {
    content: "\e3f5";
}
.icon-ic_fluent_comment_multiple_checkmark_20_regular:before {
    content: "\e3f6";
}
.icon-ic_fluent_comment_multiple_checkmark_24_regular:before {
    content: "\e3f7";
}
.icon-ic_fluent_comment_multiple_checkmark_28_regular:before {
    content: "\e3f8";
}
.icon-ic_fluent_cube_12_regular:before {
    content: "\e42e";
}
.icon-ic_fluent_developer_board_search_20_regular:before {
    content: "\e4af";
}
.icon-ic_fluent_document_arrow_right_20_regular:before {
    content: "\e4e6";
}
.icon-ic_fluent_document_chevron_double_24_regular:before {
    content: "\e4f4";
}
.icon-ic_fluent_document_css_24_regular:before {
    content: "\e4f6";
}
.icon-ic_fluent_document_javascript_24_regular:before {
    content: "\e50d";
}
.icon-ic_fluent_document_multiple_percent_20_regular:before {
    content: "\e522";
}
.icon-ic_fluent_document_percent_20_regular:before {
    content: "\e529";
}
.icon-ic_fluent_document_percent_24_regular:before {
    content: "\e52a";
}
.icon-ic_fluent_document_settings_20_regular:before {
    content: "\e542";
}
.icon-ic_fluent_document_split_hint_16_regular:before {
    content: "\e543";
}
.icon-ic_fluent_document_split_hint_20_regular:before {
    content: "\e544";
}
.icon-ic_fluent_document_sync_16_regular:before {
    content: "\e547";
}
.icon-ic_fluent_document_sync_20_regular:before {
    content: "\e548";
}
.icon-ic_fluent_door_arrow_right_16_regular:before {
    content: "\e567";
}
.icon-ic_fluent_door_arrow_right_20_regular:before {
    content: "\e568";
}
.icon-ic_fluent_dual_screen_20_regular:before {
    content: "\e594";
}
.icon-ic_fluent_glance_20_regular:before {
    content: "\e6a4";
}
.icon-ic_fluent_glance_horizontal_20_regular:before {
    content: "\e6a7";
}
.icon-ic_fluent_highlight_link_20_regular:before {
    content: "\e704";
}
.icon-ic_fluent_keyboard_123_24_regular:before {
    content: "\e749";
}
.icon-ic_fluent_laptop_dismiss_20_regular:before {
    content: "\e755";
}
.icon-ic_fluent_link_dismiss_24_regular:before {
    content: "\e774";
}
.icon-ic_fluent_panel_bottom_contract_20_regular:before {
    content: "\e8ad";
}
.icon-ic_fluent_panel_bottom_expand_20_regular:before {
    content: "\e8ae";
}
.icon-ic_fluent_panel_left_expand_20_regular:before {
    content: "\e8b9";
}
.icon-ic_fluent_panel_separate_window_20_regular:before {
    content: "\e8c5";
}
.icon-ic_fluent_panel_top_contract_20_regular:before {
    content: "\e8c6";
}
.icon-ic_fluent_panel_top_expand_20_regular:before {
    content: "\e8c7";
}
.icon-ic_fluent_pause_off_16_regular:before {
    content: "\e8d0";
}
.icon-ic_fluent_person_circle_12_regular:before {
    content: "\e927";
}
.icon-ic_fluent_person_info_20_regular:before {
    content: "\e932";
}
.icon-ic_fluent_phone_12_regular:before {
    content: "\e953";
}
.icon-ic_fluent_replay_20_regular:before {
    content: "\ea12";
}
.icon-ic_fluent_square_12_regular:before {
    content: "\eb73";
}
.icon-ic_fluent_square_dismiss_16_regular:before {
    content: "\eb82";
}
.icon-ic_fluent_square_dismiss_20_regular:before {
    content: "\eb83";
}
.icon-ic_fluent_subtract_circle_12_regular:before {
    content: "\ebd4";
}
.icon-ic_fluent_tag_circle_20_regular:before {
    content: "\ec73";
}
.icon-ic_fluent_text_bullet_list_ltr_16_regular:before {
    content: "\ecd8";
}
.icon-ic_fluent_text_bullet_list_rtl_16_regular:before {
    content: "\ecdf";
}
.icon-ic_fluent_text_header_1_24_regular:before {
    content: "\ed1f";
}
.icon-ic_fluent_text_header_2_24_regular:before {
    content: "\ed20";
}
.icon-ic_fluent_text_header_3_24_regular:before {
    content: "\ed21";
}
.icon-ic_fluent_text_period_asterisk_20_regular:before {
    content: "\ed4a";
}
.icon-ic_fluent_timeline_20_regular:before {
    content: "\ed83";
}
.icon-ic_fluent_triangle_12_regular:before {
    content: "\eda4";
}
.icon-ic_fluent_wifi_settings_20_regular:before {
    content: "\ee5b";
}
.icon-ic_fluent_window_16_regular:before {
    content: "\ee5d";
}
.icon-ic_fluent_window_24_regular:before {
    content: "\ee5e";
}
.icon-ic_fluent_window_ad_off_20_regular:before {
    content: "\ee62";
}
.icon-ic_fluent_window_arrow_up_16_regular:before {
    content: "\ee6a";
}
.icon-ic_fluent_window_arrow_up_20_regular:before {
    content: "\ee6b";
}
.icon-ic_fluent_window_console_20_regular:before {
    content: "\ee6f";
}
.icon-ic_fluent_window_header_horizontal_off_20_regular:before {
    content: "\ee75";
}
.icon-ic_fluent_window_multiple_16_regular:before {
    content: "\ee78";
}
.icon-ic_fluent_zoom_in_16_regular:before {
    content: "\ee8e";
}
.icon-ic_fluent_zoom_out_16_regular:before {
    content: "\ee8f";
}
.icon-ic_fluent_align_end_horizontal_20_regular:before {
    content: "\e030";
}
.icon-ic_fluent_align_end_vertical_20_regular:before {
    content: "\e031";
}
.icon-ic_fluent_align_space_around_horizontal_20_regular:before {
    content: "\e03e";
}
.icon-ic_fluent_align_space_around_vertical_20_regular:before {
    content: "\e03f";
}
.icon-ic_fluent_align_space_between_horizontal_20_regular:before {
    content: "\e040";
}
.icon-ic_fluent_align_space_between_vertical_20_regular:before {
    content: "\e041";
}
.icon-ic_fluent_align_space_evenly_horizontal_20_regular:before {
    content: "\e042";
}
.icon-ic_fluent_align_space_evenly_vertical_20_regular:before {
    content: "\e043";
}
.icon-ic_fluent_align_space_fit_vertical_20_regular:before {
    content: "\e044";
}
.icon-ic_fluent_align_start_horizontal_20_regular:before {
    content: "\e045";
}
.icon-ic_fluent_align_start_vertical_20_regular:before {
    content: "\e046";
}
.icon-ic_fluent_align_stretch_horizontal_20_regular:before {
    content: "\e047";
}
.icon-ic_fluent_align_stretch_vertical_20_regular:before {
    content: "\e048";
}
.icon-ic_fluent_arrow_collapse_all_20_regular:before {
    content: "\e0b0";
}
.icon-ic_fluent_arrow_collapse_all_24_regular:before {
    content: "\e0b1";
}
.icon-ic_fluent_arrow_wrap_20_regular:before {
    content: "\e132";
}
.icon-ic_fluent_arrow_wrap_off_20_regular:before {
    content: "\e133";
}
.icon-ic_fluent_center_horizontal_20_regular:before {
    content: "\e2b8";
}
.icon-ic_fluent_document_multiple_24_regular:before {
    content: "\e521";
}
.icon-ic_fluent_document_multiple_percent_24_regular:before {
    content: "\e523";
}
.icon-ic_fluent_document_table_16_regular:before {
    content: "\e54a";
}
.icon-ic_fluent_document_table_20_regular:before {
    content: "\e54b";
}
.icon-ic_fluent_document_table_24_regular:before {
    content: "\e54c";
}
.icon-ic_fluent_glance_horizontal_12_regular:before {
    content: "\e6a6";
}
.icon-ic_fluent_panel_left_expand_16_regular:before {
    content: "\e8b8";
}
.icon-ic_fluent_square_shadow_12_regular:before {
    content: "\eb97";
}
.icon-ic_fluent_text_baseline_20_regular:before {
    content: "\ecd1";
}
.icon-ic_fluent_arrow_circle_down_12_regular:before {
    content: "\e089";
}
.icon-ic_fluent_arrow_circle_down_16_regular:before {
    content: "\e08a";
}
.icon-ic_fluent_arrow_circle_down_28_regular:before {
    content: "\e08b";
}
.icon-ic_fluent_arrow_circle_down_32_regular:before {
    content: "\e08c";
}
.icon-ic_fluent_arrow_circle_down_48_regular:before {
    content: "\e08d";
}
.icon-ic_fluent_arrow_circle_left_20_regular:before {
    content: "\e094";
}
.icon-ic_fluent_arrow_circle_left_24_regular:before {
    content: "\e095";
}
.icon-ic_fluent_arrow_circle_left_28_regular:before {
    content: "\e096";
}
.icon-ic_fluent_arrow_circle_left_32_regular:before {
    content: "\e097";
}
.icon-ic_fluent_arrow_circle_left_48_regular:before {
    content: "\e098";
}
.icon-ic_fluent_arrow_circle_right_20_regular:before {
    content: "\e09b";
}
.icon-ic_fluent_arrow_circle_right_28_regular:before {
    content: "\e09d";
}
.icon-ic_fluent_arrow_circle_right_32_regular:before {
    content: "\e09e";
}
.icon-ic_fluent_arrow_circle_right_48_regular:before {
    content: "\e09f";
}
.icon-ic_fluent_arrow_circle_up_12_regular:before {
    content: "\e0a0";
}
.icon-ic_fluent_arrow_circle_up_28_regular:before {
    content: "\e0a4";
}
.icon-ic_fluent_arrow_circle_up_32_regular:before {
    content: "\e0a5";
}
.icon-ic_fluent_arrow_circle_up_48_regular:before {
    content: "\e0a6";
}
.icon-ic_fluent_arrow_trending_checkmark_20_regular:before {
    content: "\e117";
}
.icon-ic_fluent_arrow_trending_checkmark_24_regular:before {
    content: "\e118";
}
.icon-ic_fluent_arrow_trending_settings_20_regular:before {
    content: "\e11e";
}
.icon-ic_fluent_arrow_trending_settings_24_regular:before {
    content: "\e11f";
}
.icon-ic_fluent_balloon_12_regular:before {
    content: "\e142";
}
.icon-ic_fluent_calendar_work_week_28_regular:before {
    content: "\e26e";
}
.icon-ic_fluent_channel_subtract_16_regular:before {
    content: "\e2d8";
}
.icon-ic_fluent_channel_subtract_20_regular:before {
    content: "\e2d9";
}
.icon-ic_fluent_channel_subtract_24_regular:before {
    content: "\e2da";
}
.icon-ic_fluent_channel_subtract_28_regular:before {
    content: "\e2db";
}
.icon-ic_fluent_channel_subtract_48_regular:before {
    content: "\e2dc";
}
.icon-ic_fluent_clipboard_settings_24_regular:before {
    content: "\e35c";
}
.icon-ic_fluent_cloud_archive_16_regular:before {
    content: "\e386";
}
.icon-ic_fluent_cloud_archive_20_regular:before {
    content: "\e387";
}
.icon-ic_fluent_cloud_words_16_regular:before {
    content: "\e3b3";
}
.icon-ic_fluent_cloud_words_20_regular:before {
    content: "\e3b4";
}
.icon-ic_fluent_cloud_words_24_regular:before {
    content: "\e3b5";
}
.icon-ic_fluent_cloud_words_28_regular:before {
    content: "\e3b6";
}
.icon-ic_fluent_cloud_words_32_regular:before {
    content: "\e3b7";
}
.icon-ic_fluent_cloud_words_48_regular:before {
    content: "\e3b8";
}
.icon-ic_fluent_column_arrow_right_20_regular:before {
    content: "\e3ca";
}
.icon-ic_fluent_control_button_20_regular:before {
    content: "\e41b";
}
.icon-ic_fluent_control_button_24_regular:before {
    content: "\e41c";
}
.icon-ic_fluent_credit_card_person_20_regular:before {
    content: "\e428";
}
.icon-ic_fluent_credit_card_person_24_regular:before {
    content: "\e429";
}
.icon-ic_fluent_credit_card_toolbox_24_regular:before {
    content: "\e42a";
}
.icon-ic_fluent_cube_link_20_regular:before {
    content: "\e431";
}
.icon-ic_fluent_delete_lines_20_regular:before {
    content: "\e481";
}
.icon-ic_fluent_dialpad_28_regular:before {
    content: "\e4b6";
}
.icon-ic_fluent_dialpad_32_regular:before {
    content: "\e4b7";
}
.icon-ic_fluent_dialpad_48_regular:before {
    content: "\e4b8";
}
.icon-ic_fluent_diversity_20_regular:before {
    content: "\e4c8";
}
.icon-ic_fluent_diversity_24_regular:before {
    content: "\e4c9";
}
.icon-ic_fluent_diversity_28_regular:before {
    content: "\e4ca";
}
.icon-ic_fluent_diversity_48_regular:before {
    content: "\e4cb";
}
.icon-ic_fluent_food_cake_12_regular:before {
    content: "\e669";
}
.icon-ic_fluent_globe_prohibited_20_regular:before {
    content: "\e6b9";
}
.icon-ic_fluent_globe_search_20_regular:before {
    content: "\e6ba";
}
.icon-ic_fluent_globe_video_28_regular:before {
    content: "\e6c0";
}
.icon-ic_fluent_globe_video_32_regular:before {
    content: "\e6c1";
}
.icon-ic_fluent_globe_video_48_regular:before {
    content: "\e6c2";
}
.icon-ic_fluent_guardian_20_regular:before {
    content: "\e6cd";
}
.icon-ic_fluent_guardian_24_regular:before {
    content: "\e6ce";
}
.icon-ic_fluent_guardian_28_regular:before {
    content: "\e6cf";
}
.icon-ic_fluent_guardian_48_regular:before {
    content: "\e6d0";
}
.icon-ic_fluent_hat_graduation_12_regular:before {
    content: "\e6e4";
}
.icon-ic_fluent_lock_closed_32_regular:before {
    content: "\e791";
}
.icon-ic_fluent_money_calculator_20_regular:before {
    content: "\e818";
}
.icon-ic_fluent_money_calculator_24_regular:before {
    content: "\e819";
}
.icon-ic_fluent_money_settings_20_regular:before {
    content: "\e820";
}
.icon-ic_fluent_options_48_regular:before {
    content: "\e899";
}
.icon-ic_fluent_pause_settings_20_regular:before {
    content: "\e8d3";
}
.icon-ic_fluent_person_lock_24_regular:before {
    content: "\e936";
}
.icon-ic_fluent_person_note_20_regular:before {
    content: "\e93e";
}
.icon-ic_fluent_road_cone_16_regular:before {
    content: "\ea31";
}
.icon-ic_fluent_road_cone_20_regular:before {
    content: "\ea32";
}
.icon-ic_fluent_road_cone_24_regular:before {
    content: "\ea33";
}
.icon-ic_fluent_road_cone_28_regular:before {
    content: "\ea34";
}
.icon-ic_fluent_road_cone_32_regular:before {
    content: "\ea35";
}
.icon-ic_fluent_road_cone_48_regular:before {
    content: "\ea36";
}
.icon-ic_fluent_scan_thumb_up_16_regular:before {
    content: "\ea67";
}
.icon-ic_fluent_scan_thumb_up_20_regular:before {
    content: "\ea68";
}
.icon-ic_fluent_scan_thumb_up_24_regular:before {
    content: "\ea69";
}
.icon-ic_fluent_scan_thumb_up_28_regular:before {
    content: "\ea6a";
}
.icon-ic_fluent_scan_thumb_up_48_regular:before {
    content: "\ea6b";
}
.icon-ic_fluent_share_48_regular:before {
    content: "\eaa8";
}
.icon-ic_fluent_speaker_0_32_regular:before {
    content: "\eb3a";
}
.icon-ic_fluent_speaker_1_32_regular:before {
    content: "\eb3f";
}
.icon-ic_fluent_speaker_2_32_regular:before {
    content: "\eb45";
}
.icon-ic_fluent_sticker_12_regular:before {
    content: "\ebc1";
}
.icon-ic_fluent_toolbox_12_regular:before {
    content: "\ed99";
}
.icon-ic_fluent_vehicle_car_collision_16_regular:before {
    content: "\edda";
}
.icon-ic_fluent_vehicle_car_collision_20_regular:before {
    content: "\eddb";
}
.icon-ic_fluent_vehicle_car_collision_24_regular:before {
    content: "\eddc";
}
.icon-ic_fluent_vehicle_car_collision_48_regular:before {
    content: "\eddf";
}
.icon-ic_fluent_wallet_20_regular:before {
    content: "\ee2c";
}
.icon-ic_fluent_wallet_24_regular:before {
    content: "\ee2d";
}
.icon-ic_fluent_whiteboard_48_regular:before {
    content: "\ee56";
}
.icon-ic_fluent_call_48_regular:before {
    content: "\e274";
}
.icon-ic_fluent_closed_caption_32_regular:before {
    content: "\e37b";
}
.icon-ic_fluent_desktop_keyboard_16_regular:before {
    content: "\e494";
}
.icon-ic_fluent_desktop_keyboard_20_regular:before {
    content: "\e495";
}
.icon-ic_fluent_desktop_keyboard_24_regular:before {
    content: "\e496";
}
.icon-ic_fluent_desktop_keyboard_28_regular:before {
    content: "\e497";
}
.icon-ic_fluent_heart_12_regular:before {
    content: "\e6fa";
}
.icon-ic_fluent_image_alt_text_16_regular:before {
    content: "\e71b";
}
.icon-ic_fluent_mail_12_regular:before {
    content: "\e7a0";
}
.icon-ic_fluent_more_circle_32_regular:before {
    content: "\e822";
}
.icon-ic_fluent_number_symbol_32_regular:before {
    content: "\e888";
}
.icon-ic_fluent_poll_16_regular:before {
    content: "\e99e";
}
.icon-ic_fluent_rectangle_landscape_12_regular:before {
    content: "\ea07";
}
.icon-ic_fluent_rectangle_landscape_16_regular:before {
    content: "\ea08";
}
.icon-ic_fluent_rectangle_landscape_24_regular:before {
    content: "\ea0a";
}
.icon-ic_fluent_rectangle_landscape_28_regular:before {
    content: "\ea0b";
}
.icon-ic_fluent_rectangle_landscape_32_regular:before {
    content: "\ea0c";
}
.icon-ic_fluent_rectangle_landscape_48_regular:before {
    content: "\ea0d";
}
.icon-ic_fluent_scan_thumb_up_off_16_regular:before {
    content: "\ea6c";
}
.icon-ic_fluent_scan_thumb_up_off_20_regular:before {
    content: "\ea6d";
}
.icon-ic_fluent_scan_thumb_up_off_24_regular:before {
    content: "\ea6e";
}
.icon-ic_fluent_scan_thumb_up_off_28_regular:before {
    content: "\ea6f";
}
.icon-ic_fluent_scan_thumb_up_off_48_regular:before {
    content: "\ea70";
}
.icon-ic_fluent_send_clock_24_regular:before {
    content: "\ea8f";
}
.icon-ic_fluent_share_screen_person_16_regular:before {
    content: "\eaaa";
}
.icon-ic_fluent_share_screen_person_20_regular:before {
    content: "\eaab";
}
.icon-ic_fluent_share_screen_person_24_regular:before {
    content: "\eaac";
}
.icon-ic_fluent_share_screen_person_28_regular:before {
    content: "\eaad";
}
.icon-ic_fluent_share_screen_person_overlay_16_regular:before {
    content: "\eaae";
}
.icon-ic_fluent_share_screen_person_overlay_20_regular:before {
    content: "\eaaf";
}
.icon-ic_fluent_share_screen_person_overlay_24_regular:before {
    content: "\eab0";
}
.icon-ic_fluent_share_screen_person_overlay_28_regular:before {
    content: "\eab1";
}
.icon-ic_fluent_share_screen_person_overlay_inside_16_regular:before {
    content: "\eab2";
}
.icon-ic_fluent_share_screen_person_overlay_inside_20_regular:before {
    content: "\eab3";
}
.icon-ic_fluent_share_screen_person_overlay_inside_24_regular:before {
    content: "\eab4";
}
.icon-ic_fluent_share_screen_person_overlay_inside_28_regular:before {
    content: "\eab5";
}
.icon-ic_fluent_slide_microphone_32_regular:before {
    content: "\eb1b";
}
.icon-ic_fluent_snooze_20_regular:before {
    content: "\eb2d";
}
.icon-ic_fluent_tag_32_regular:before {
    content: "\ec72";
}
.icon-ic_fluent_tag_dismiss_16_regular:before {
    content: "\ec74";
}
.icon-ic_fluent_tag_lock_16_regular:before {
    content: "\ec7a";
}
.icon-ic_fluent_tag_lock_20_regular:before {
    content: "\ec7b";
}
.icon-ic_fluent_tag_lock_24_regular:before {
    content: "\ec7c";
}
.icon-ic_fluent_tag_lock_32_regular:before {
    content: "\ec7d";
}
.icon-ic_fluent_text_align_center_16_regular:before {
    content: "\ecb2";
}
.icon-ic_fluent_text_align_left_16_regular:before {
    content: "\ecc3";
}
.icon-ic_fluent_text_align_right_16_regular:before {
    content: "\ecca";
}
.icon-ic_fluent_text_change_case_16_regular:before {
    content: "\ecf2";
}
.icon-ic_fluent_text_clear_formatting_16_regular:before {
    content: "\ecf3";
}
.icon-ic_fluent_text_font_size_16_regular:before {
    content: "\ed10";
}
.icon-ic_fluent_text_indent_decrease_ltr_16_regular:before {
    content: "\ed22";
}
.icon-ic_fluent_text_indent_decrease_ltr_20_regular:before {
    content: "\ed23";
}
.icon-ic_fluent_text_indent_decrease_ltr_24_regular:before {
    content: "\ed24";
}
.icon-ic_fluent_text_indent_decrease_rtl_16_regular:before {
    content: "\ed29";
}
.icon-ic_fluent_text_indent_decrease_rtl_20_regular:before {
    content: "\ed2a";
}
.icon-ic_fluent_text_indent_decrease_rtl_24_regular:before {
    content: "\ed2b";
}
.icon-ic_fluent_text_indent_increase_ltr_16_regular:before {
    content: "\ed2c";
}
.icon-ic_fluent_text_indent_increase_ltr_20_regular:before {
    content: "\ed2d";
}
.icon-ic_fluent_text_indent_increase_ltr_24_regular:before {
    content: "\ed2e";
}
.icon-ic_fluent_text_indent_increase_rtl_16_regular:before {
    content: "\ed33";
}
.icon-ic_fluent_text_indent_increase_rtl_20_regular:before {
    content: "\ed34";
}
.icon-ic_fluent_text_indent_increase_rtl_24_regular:before {
    content: "\ed35";
}
.icon-ic_fluent_text_number_list_ltr_16_regular:before {
    content: "\ed3a";
}
.icon-ic_fluent_text_number_list_rtl_16_regular:before {
    content: "\ed3f";
}
.icon-ic_fluent_text_paragraph_direction_left_16_regular:before {
    content: "\ed46";
}
.icon-ic_fluent_text_paragraph_direction_left_20_regular:before {
    content: "\ed47";
}
.icon-ic_fluent_text_paragraph_direction_right_16_regular:before {
    content: "\ed48";
}
.icon-ic_fluent_text_paragraph_direction_right_20_regular:before {
    content: "\ed49";
}
.icon-ic_fluent_text_subscript_16_regular:before {
    content: "\ed61";
}
.icon-ic_fluent_text_superscript_16_regular:before {
    content: "\ed62";
}
.icon-ic_fluent_apps_list_detail_20_regular:before {
    content: "\e064";
}
.icon-ic_fluent_apps_list_detail_24_regular:before {
    content: "\e065";
}
.icon-ic_fluent_arrow_maximize_32_regular:before {
    content: "\e0d8";
}
.icon-ic_fluent_arrow_outline_up_right_32_regular:before {
    content: "\e0e0";
}
.icon-ic_fluent_arrow_up_right_32_regular:before {
    content: "\e12f";
}
.icon-ic_fluent_box_edit_20_regular:before {
    content: "\e1c5";
}
.icon-ic_fluent_box_edit_24_regular:before {
    content: "\e1c6";
}
.icon-ic_fluent_box_toolbox_20_regular:before {
    content: "\e1d3";
}
.icon-ic_fluent_box_toolbox_24_regular:before {
    content: "\e1d4";
}
.icon-ic_fluent_chat_video_20_regular:before {
    content: "\e2f1";
}
.icon-ic_fluent_chat_video_24_regular:before {
    content: "\e2f2";
}
.icon-ic_fluent_circle_32_regular:before {
    content: "\e332";
}
.icon-ic_fluent_database_link_20_regular:before {
    content: "\e46c";
}
.icon-ic_fluent_database_link_24_regular:before {
    content: "\e46d";
}
.icon-ic_fluent_diamond_32_regular:before {
    content: "\e4be";
}
.icon-ic_fluent_document_text_20_regular:before {
    content: "\e557";
}
.icon-ic_fluent_document_text_24_regular:before {
    content: "\e558";
}
.icon-ic_fluent_document_text_link_20_regular:before {
    content: "\e55d";
}
.icon-ic_fluent_document_text_link_24_regular:before {
    content: "\e55e";
}
.icon-ic_fluent_globe_shield_20_regular:before {
    content: "\e6bb";
}
.icon-ic_fluent_globe_shield_24_regular:before {
    content: "\e6bc";
}
.icon-ic_fluent_line_32_regular:before {
    content: "\e767";
}
.icon-ic_fluent_line_dashes_32_regular:before {
    content: "\e76b";
}
.icon-ic_fluent_number_symbol_28_regular:before {
    content: "\e887";
}
.icon-ic_fluent_number_symbol_48_regular:before {
    content: "\e889";
}
.icon-ic_fluent_oval_32_regular:before {
    content: "\e8a5";
}
.icon-ic_fluent_pentagon_32_regular:before {
    content: "\e8e9";
}
.icon-ic_fluent_play_circle_48_regular:before {
    content: "\e996";
}
.icon-ic_fluent_projection_screen_16_regular:before {
    content: "\e9d4";
}
.icon-ic_fluent_projection_screen_20_regular:before {
    content: "\e9d5";
}
.icon-ic_fluent_projection_screen_24_regular:before {
    content: "\e9d6";
}
.icon-ic_fluent_projection_screen_28_regular:before {
    content: "\e9d7";
}
.icon-ic_fluent_projection_screen_dismiss_16_regular:before {
    content: "\e9d8";
}
.icon-ic_fluent_projection_screen_dismiss_20_regular:before {
    content: "\e9d9";
}
.icon-ic_fluent_projection_screen_dismiss_24_regular:before {
    content: "\e9da";
}
.icon-ic_fluent_projection_screen_dismiss_28_regular:before {
    content: "\e9db";
}
.icon-ic_fluent_rhombus_32_regular:before {
    content: "\ea23";
}
.icon-ic_fluent_save_arrow_right_20_regular:before {
    content: "\ea45";
}
.icon-ic_fluent_save_arrow_right_24_regular:before {
    content: "\ea46";
}
.icon-ic_fluent_shortpick_20_regular:before {
    content: "\eaf6";
}
.icon-ic_fluent_shortpick_24_regular:before {
    content: "\eaf7";
}
.icon-ic_fluent_sparkle_16_regular:before {
    content: "\eb32";
}
.icon-ic_fluent_sparkle_20_regular:before {
    content: "\eb33";
}
.icon-ic_fluent_sparkle_24_regular:before {
    content: "\eb34";
}
.icon-ic_fluent_sparkle_28_regular:before {
    content: "\eb35";
}
.icon-ic_fluent_sparkle_48_regular:before {
    content: "\eb36";
}
.icon-ic_fluent_square_32_regular:before {
    content: "\eb78";
}
.icon-ic_fluent_subtract_square_24_regular:before {
    content: "\ebda";
}
.icon-ic_fluent_text_case_lowercase_16_regular:before {
    content: "\ece9";
}
.icon-ic_fluent_text_case_lowercase_20_regular:before {
    content: "\ecea";
}
.icon-ic_fluent_text_case_lowercase_24_regular:before {
    content: "\eceb";
}
.icon-ic_fluent_text_case_title_16_regular:before {
    content: "\ecec";
}
.icon-ic_fluent_text_case_title_20_regular:before {
    content: "\eced";
}
.icon-ic_fluent_text_case_title_24_regular:before {
    content: "\ecee";
}
.icon-ic_fluent_text_case_uppercase_16_regular:before {
    content: "\ecef";
}
.icon-ic_fluent_text_case_uppercase_20_regular:before {
    content: "\ecf0";
}
.icon-ic_fluent_text_case_uppercase_24_regular:before {
    content: "\ecf1";
}
.icon-ic_fluent_triangle_32_regular:before {
    content: "\eda7";
}
.icon-ic_fluent_video_person_sparkle_16_regular:before {
    content: "\ee12";
}
.icon-ic_fluent_video_person_sparkle_20_regular:before {
    content: "\ee13";
}
.icon-ic_fluent_video_person_sparkle_24_regular:before {
    content: "\ee14";
}
.icon-ic_fluent_video_person_sparkle_28_regular:before {
    content: "\ee15";
}
.icon-ic_fluent_video_person_sparkle_48_regular:before {
    content: "\ee16";
}
.icon-ic_fluent_accessibility_48_regular:before {
    content: "\e002";
}
.icon-ic_fluent_archive_multiple_16_regular:before {
    content: "\e06d";
}
.icon-ic_fluent_archive_multiple_20_regular:before {
    content: "\e06e";
}
.icon-ic_fluent_archive_multiple_24_regular:before {
    content: "\e06f";
}
.icon-ic_fluent_arrow_reset_32_regular:before {
    content: "\e0e8";
}
.icon-ic_fluent_arrow_reset_48_regular:before {
    content: "\e0e9";
}
.icon-ic_fluent_box_20_regular:before {
    content: "\e1bb";
}
.icon-ic_fluent_box_24_regular:before {
    content: "\e1bc";
}
.icon-ic_fluent_box_dismiss_20_regular:before {
    content: "\e1c3";
}
.icon-ic_fluent_box_dismiss_24_regular:before {
    content: "\e1c4";
}
.icon-ic_fluent_clear_formatting_16_regular:before {
    content: "\e340";
}
.icon-ic_fluent_clear_formatting_20_regular:before {
    content: "\e341";
}
.icon-ic_fluent_clipboard_clock_20_regular:before {
    content: "\e34d";
}
.icon-ic_fluent_clipboard_clock_24_regular:before {
    content: "\e34e";
}
.icon-ic_fluent_cloud_archive_24_regular:before {
    content: "\e388";
}
.icon-ic_fluent_cloud_archive_28_regular:before {
    content: "\e389";
}
.icon-ic_fluent_cloud_archive_32_regular:before {
    content: "\e38a";
}
.icon-ic_fluent_cloud_archive_48_regular:before {
    content: "\e38b";
}
.icon-ic_fluent_document_table_arrow_right_20_regular:before {
    content: "\e54d";
}
.icon-ic_fluent_document_table_arrow_right_24_regular:before {
    content: "\e54e";
}
.icon-ic_fluent_document_table_checkmark_20_regular:before {
    content: "\e54f";
}
.icon-ic_fluent_document_table_checkmark_24_regular:before {
    content: "\e550";
}
.icon-ic_fluent_document_text_clock_20_regular:before {
    content: "\e559";
}
.icon-ic_fluent_document_text_clock_24_regular:before {
    content: "\e55a";
}
.icon-ic_fluent_flash_settings_20_regular:before {
    content: "\e626";
}
.icon-ic_fluent_flash_settings_24_regular:before {
    content: "\e627";
}
.icon-ic_fluent_games_16_regular:before {
    content: "\e689";
}
.icon-ic_fluent_games_20_regular:before {
    content: "\e68a";
}
.icon-ic_fluent_games_28_regular:before {
    content: "\e68b";
}
.icon-ic_fluent_games_32_regular:before {
    content: "\e68c";
}
.icon-ic_fluent_games_48_regular:before {
    content: "\e68d";
}
.icon-ic_fluent_hand_draw_28_regular:before {
    content: "\e6d9";
}
.icon-ic_fluent_lasso_28_regular:before {
    content: "\e757";
}
.icon-ic_fluent_money_dismiss_20_regular:before {
    content: "\e81a";
}
.icon-ic_fluent_money_dismiss_24_regular:before {
    content: "\e81b";
}
.icon-ic_fluent_money_off_20_regular:before {
    content: "\e81e";
}
.icon-ic_fluent_money_off_24_regular:before {
    content: "\e81f";
}
.icon-ic_fluent_note_28_regular:before {
    content: "\e86a";
}
.icon-ic_fluent_note_48_regular:before {
    content: "\e86b";
}
.icon-ic_fluent_person_lightbulb_20_regular:before {
    content: "\e934";
}
.icon-ic_fluent_person_lightbulb_24_regular:before {
    content: "\e935";
}
.icon-ic_fluent_picture_in_picture_enter_16_regular:before {
    content: "\e97c";
}
.icon-ic_fluent_picture_in_picture_enter_20_regular:before {
    content: "\e97d";
}
.icon-ic_fluent_picture_in_picture_enter_24_regular:before {
    content: "\e97e";
}
.icon-ic_fluent_picture_in_picture_exit_16_regular:before {
    content: "\e97f";
}
.icon-ic_fluent_picture_in_picture_exit_20_regular:before {
    content: "\e980";
}
.icon-ic_fluent_picture_in_picture_exit_24_regular:before {
    content: "\e981";
}
.icon-ic_fluent_plug_connected_20_regular:before {
    content: "\e999";
}
.icon-ic_fluent_sanitize_20_regular:before {
    content: "\ea41";
}
.icon-ic_fluent_sanitize_24_regular:before {
    content: "\ea42";
}
.icon-ic_fluent_settings_32_regular:before {
    content: "\ea94";
}
.icon-ic_fluent_settings_48_regular:before {
    content: "\ea95";
}
.icon-ic_fluent_shapes_28_regular:before {
    content: "\eaa4";
}
.icon-ic_fluent_shapes_48_regular:before {
    content: "\eaa5";
}
.icon-ic_fluent_shopping_bag_percent_20_regular:before {
    content: "\eaf0";
}
.icon-ic_fluent_shopping_bag_percent_24_regular:before {
    content: "\eaf1";
}
.icon-ic_fluent_shopping_bag_tag_20_regular:before {
    content: "\eaf4";
}
.icon-ic_fluent_shopping_bag_tag_24_regular:before {
    content: "\eaf5";
}
.icon-ic_fluent_stack_arrow_forward_20_regular:before {
    content: "\eb9a";
}
.icon-ic_fluent_stack_arrow_forward_24_regular:before {
    content: "\eb9b";
}
.icon-ic_fluent_table_lightning_20_regular:before {
    content: "\ec2e";
}
.icon-ic_fluent_table_lightning_24_regular:before {
    content: "\ec2f";
}
.icon-ic_fluent_table_link_20_regular:before {
    content: "\ec32";
}
.icon-ic_fluent_table_link_24_regular:before {
    content: "\ec33";
}
.icon-ic_fluent_text_t_28_regular:before {
    content: "\ed65";
}
.icon-ic_fluent_text_t_48_regular:before {
    content: "\ed66";
}
.icon-ic_fluent_thumb_like_28_regular:before {
    content: "\ed79";
}
.icon-ic_fluent_thumb_like_48_regular:before {
    content: "\ed7a";
}
.icon-ic_fluent_video_off_32_regular:before {
    content: "\ee06";
}
.icon-ic_fluent_video_off_48_regular:before {
    content: "\ee07";
}
.icon-ic_fluent_bookmark_search_20_regular:before {
    content: "\e199";
}
.icon-ic_fluent_bookmark_search_24_regular:before {
    content: "\e19a";
}
.icon-ic_fluent_building_factory_16_regular:before {
    content: "\e216";
}
.icon-ic_fluent_building_factory_20_regular:before {
    content: "\e217";
}
.icon-ic_fluent_building_factory_28_regular:before {
    content: "\e219";
}
.icon-ic_fluent_building_factory_32_regular:before {
    content: "\e21a";
}
.icon-ic_fluent_building_factory_48_regular:before {
    content: "\e21b";
}
.icon-ic_fluent_calendar_chat_20_regular:before {
    content: "\e241";
}
.icon-ic_fluent_calendar_chat_24_regular:before {
    content: "\e242";
}
.icon-ic_fluent_calendar_toolbox_20_regular:before {
    content: "\e26b";
}
.icon-ic_fluent_calendar_toolbox_24_regular:before {
    content: "\e26c";
}
.icon-ic_fluent_camera_switch_20_regular:before {
    content: "\e2a2";
}
.icon-ic_fluent_comment_multiple_32_regular:before {
    content: "\e3f4";
}
.icon-ic_fluent_comment_multiple_link_16_regular:before {
    content: "\e3f9";
}
.icon-ic_fluent_comment_multiple_link_20_regular:before {
    content: "\e3fa";
}
.icon-ic_fluent_comment_multiple_link_24_regular:before {
    content: "\e3fb";
}
.icon-ic_fluent_comment_multiple_link_28_regular:before {
    content: "\e3fc";
}
.icon-ic_fluent_comment_multiple_link_32_regular:before {
    content: "\e3fd";
}
.icon-ic_fluent_contact_card_ribbon_16_regular:before {
    content: "\e411";
}
.icon-ic_fluent_contact_card_ribbon_20_regular:before {
    content: "\e412";
}
.icon-ic_fluent_contact_card_ribbon_24_regular:before {
    content: "\e413";
}
.icon-ic_fluent_contact_card_ribbon_28_regular:before {
    content: "\e414";
}
.icon-ic_fluent_contact_card_ribbon_32_regular:before {
    content: "\e415";
}
.icon-ic_fluent_contact_card_ribbon_48_regular:before {
    content: "\e416";
}
.icon-ic_fluent_database_person_20_regular:before {
    content: "\e46f";
}
.icon-ic_fluent_database_person_24_regular:before {
    content: "\e470";
}
.icon-ic_fluent_document_flowchart_20_regular:before {
    content: "\e4fa";
}
.icon-ic_fluent_document_flowchart_24_regular:before {
    content: "\e4fb";
}
.icon-ic_fluent_document_table_search_20_regular:before {
    content: "\e553";
}
.icon-ic_fluent_document_table_search_24_regular:before {
    content: "\e554";
}
.icon-ic_fluent_document_text_extract_20_regular:before {
    content: "\e55b";
}
.icon-ic_fluent_document_text_extract_24_regular:before {
    content: "\e55c";
}
.icon-ic_fluent_fast_forward_16_regular:before {
    content: "\e606";
}
.icon-ic_fluent_fast_forward_28_regular:before {
    content: "\e607";
}
.icon-ic_fluent_flowchart_20_regular:before {
    content: "\e638";
}
.icon-ic_fluent_flowchart_24_regular:before {
    content: "\e639";
}
.icon-ic_fluent_flowchart_circle_20_regular:before {
    content: "\e63a";
}
.icon-ic_fluent_flowchart_circle_24_regular:before {
    content: "\e63b";
}
.icon-ic_fluent_folder_sync_24_regular:before {
    content: "\e665";
}
.icon-ic_fluent_heart_circle_16_regular:before {
    content: "\e6fe";
}
.icon-ic_fluent_heart_circle_20_regular:before {
    content: "\e6ff";
}
.icon-ic_fluent_heart_circle_24_regular:before {
    content: "\e700";
}
.icon-ic_fluent_megaphone_loud_24_regular:before {
    content: "\e7f0";
}
.icon-ic_fluent_people_lock_20_regular:before {
    content: "\e8ff";
}
.icon-ic_fluent_people_lock_24_regular:before {
    content: "\e900";
}
.icon-ic_fluent_person_circle_24_regular:before {
    content: "\e929";
}
.icon-ic_fluent_phone_update_checkmark_20_regular:before {
    content: "\e975";
}
.icon-ic_fluent_phone_update_checkmark_24_regular:before {
    content: "\e976";
}
.icon-ic_fluent_plug_connected_24_regular:before {
    content: "\e99a";
}
.icon-ic_fluent_rewind_16_regular:before {
    content: "\ea1d";
}
.icon-ic_fluent_rewind_28_regular:before {
    content: "\ea1e";
}
.icon-ic_fluent_save_multiple_20_regular:before {
    content: "\ea4b";
}
.icon-ic_fluent_save_multiple_24_regular:before {
    content: "\ea4c";
}
.icon-ic_fluent_scan_type_checkmark_20_regular:before {
    content: "\ea73";
}
.icon-ic_fluent_scan_type_checkmark_24_regular:before {
    content: "\ea74";
}
.icon-ic_fluent_select_object_skew_20_regular:before {
    content: "\ea88";
}
.icon-ic_fluent_select_object_skew_24_regular:before {
    content: "\ea89";
}
.icon-ic_fluent_select_object_skew_dismiss_20_regular:before {
    content: "\ea8a";
}
.icon-ic_fluent_select_object_skew_dismiss_24_regular:before {
    content: "\ea8b";
}
.icon-ic_fluent_select_object_skew_edit_20_regular:before {
    content: "\ea8c";
}
.icon-ic_fluent_select_object_skew_edit_24_regular:before {
    content: "\ea8d";
}
.icon-ic_fluent_shopping_bag_dismiss_20_regular:before {
    content: "\eaec";
}
.icon-ic_fluent_shopping_bag_dismiss_24_regular:before {
    content: "\eaed";
}
.icon-ic_fluent_shopping_bag_pause_20_regular:before {
    content: "\eaee";
}
.icon-ic_fluent_shopping_bag_pause_24_regular:before {
    content: "\eaef";
}
.icon-ic_fluent_tag_error_16_regular:before {
    content: "\ec77";
}
.icon-ic_fluent_tag_error_20_regular:before {
    content: "\ec78";
}
.icon-ic_fluent_tag_error_24_regular:before {
    content: "\ec79";
}
.icon-ic_fluent_tag_multiple_24_regular:before {
    content: "\ec7f";
}
.icon-ic_fluent_tag_question_mark_20_regular:before {
    content: "\ec83";
}
.icon-ic_fluent_tag_question_mark_32_regular:before {
    content: "\ec85";
}
.icon-ic_fluent_text_column_one_wide_lightning_20_regular:before {
    content: "\ecfa";
}
.icon-ic_fluent_text_column_one_wide_lightning_24_regular:before {
    content: "\ecfb";
}
.icon-ic_fluent_text_font_info_16_regular:before {
    content: "\ed0d";
}
.icon-ic_fluent_text_font_info_20_regular:before {
    content: "\ed0e";
}
.icon-ic_fluent_text_font_info_24_regular:before {
    content: "\ed0f";
}
.icon-ic_fluent_tray_item_add_20_regular:before {
    content: "\ed9e";
}
.icon-ic_fluent_tray_item_add_24_regular:before {
    content: "\ed9f";
}
.icon-ic_fluent_tray_item_remove_20_regular:before {
    content: "\eda0";
}
.icon-ic_fluent_tray_item_remove_24_regular:before {
    content: "\eda1";
}
.icon-ic_fluent_vehicle_truck_bag_20_regular:before {
    content: "\edea";
}
.icon-ic_fluent_vehicle_truck_bag_24_regular:before {
    content: "\edeb";
}
.icon-ic_fluent_checkmark_starburst_20_regular:before {
    content: "\e30a";
}
.icon-ic_fluent_checkmark_starburst_24_regular:before {
    content: "\e30b";
}
.icon-ic_fluent_access_time_20_regular:before {
    content: "\e000";
}
.icon-ic_fluent_accessibility_checkmark_20_regular:before {
    content: "\e003";
}
.icon-ic_fluent_add_square_20_regular:before {
    content: "\e007";
}
.icon-ic_fluent_album_20_regular:before {
    content: "\e00f";
}
.icon-ic_fluent_album_add_20_regular:before {
    content: "\e011";
}
.icon-ic_fluent_alert_on_20_regular:before {
    content: "\e01a";
}
.icon-ic_fluent_app_generic_20_regular:before {
    content: "\e05c";
}
.icon-ic_fluent_app_recent_20_regular:before {
    content: "\e05d";
}
.icon-ic_fluent_app_title_20_regular:before {
    content: "\e05e";
}
.icon-ic_fluent_arrow_autofit_down_20_regular:before {
    content: "\e075";
}
.icon-ic_fluent_arrow_autofit_height_20_regular:before {
    content: "\e077";
}
.icon-ic_fluent_arrow_autofit_height_dotted_20_regular:before {
    content: "\e078";
}
.icon-ic_fluent_arrow_autofit_up_20_regular:before {
    content: "\e07a";
}
.icon-ic_fluent_arrow_autofit_width_20_regular:before {
    content: "\e07c";
}
.icon-ic_fluent_arrow_autofit_width_dotted_20_regular:before {
    content: "\e07d";
}
.icon-ic_fluent_arrow_bounce_20_regular:before {
    content: "\e087";
}
.icon-ic_fluent_arrow_circle_down_right_20_regular:before {
    content: "\e08f";
}
.icon-ic_fluent_arrow_circle_up_left_20_regular:before {
    content: "\e0a7";
}
.icon-ic_fluent_arrow_expand_20_regular:before {
    content: "\e0c5";
}
.icon-ic_fluent_arrow_fit_20_regular:before {
    content: "\e0cd";
}
.icon-ic_fluent_arrow_minimize_vertical_20_regular:before {
    content: "\e0db";
}
.icon-ic_fluent_arrow_sort_down_lines_24_regular:before {
    content: "\e0f2";
}
.icon-ic_fluent_arrow_square_down_20_regular:before {
    content: "\e0f6";
}
.icon-ic_fluent_arrow_step_back_20_regular:before {
    content: "\e0f9";
}
.icon-ic_fluent_arrow_step_in_left_20_regular:before {
    content: "\e101";
}
.icon-ic_fluent_arrow_step_in_right_20_regular:before {
    content: "\e106";
}
.icon-ic_fluent_arrow_step_out_20_regular:before {
    content: "\e10b";
}
.icon-ic_fluent_arrow_step_over_20_regular:before {
    content: "\e10f";
}
.icon-ic_fluent_arrow_turn_bidirectional_down_right_20_regular:before {
    content: "\e124";
}
.icon-ic_fluent_arrow_turn_right_20_regular:before {
    content: "\e125";
}
.icon-ic_fluent_arrows_bidirectional_20_regular:before {
    content: "\e134";
}
.icon-ic_fluent_attach_text_20_regular:before {
    content: "\e136";
}
.icon-ic_fluent_auto_fit_height_20_regular:before {
    content: "\e137";
}
.icon-ic_fluent_auto_fit_width_20_regular:before {
    content: "\e139";
}
.icon-ic_fluent_autocorrect_20_regular:before {
    content: "\e13b";
}
.icon-ic_fluent_badge_20_regular:before {
    content: "\e141";
}
.icon-ic_fluent_battery_checkmark_20_regular:before {
    content: "\e145";
}
.icon-ic_fluent_battery_warning_20_regular:before {
    content: "\e147";
}
.icon-ic_fluent_bluetooth_connected_20_regular:before {
    content: "\e152";
}
.icon-ic_fluent_bluetooth_disabled_20_regular:before {
    content: "\e153";
}
.icon-ic_fluent_bluetooth_searching_20_regular:before {
    content: "\e154";
}
.icon-ic_fluent_bookmark_multiple_16_regular:before {
    content: "\e192";
}
.icon-ic_fluent_bookmark_multiple_28_regular:before {
    content: "\e195";
}
.icon-ic_fluent_bookmark_multiple_32_regular:before {
    content: "\e196";
}
.icon-ic_fluent_bookmark_multiple_48_regular:before {
    content: "\e197";
}
.icon-ic_fluent_branch_fork_hint_20_regular:before {
    content: "\e1e0";
}
.icon-ic_fluent_branch_fork_hint_24_regular:before {
    content: "\e1e1";
}
.icon-ic_fluent_branch_fork_link_20_regular:before {
    content: "\e1e2";
}
.icon-ic_fluent_branch_fork_link_24_regular:before {
    content: "\e1e3";
}
.icon-ic_fluent_calendar_ltr_48_regular:before {
    content: "\e252";
}
.icon-ic_fluent_calendar_rtl_48_regular:before {
    content: "\e267";
}
.icon-ic_fluent_data_usage_toolbox_20_regular:before {
    content: "\e462";
}
.icon-ic_fluent_data_usage_toolbox_24_regular:before {
    content: "\e463";
}
.icon-ic_fluent_desktop_cursor_16_regular:before {
    content: "\e48b";
}
.icon-ic_fluent_desktop_cursor_20_regular:before {
    content: "\e48c";
}
.icon-ic_fluent_desktop_cursor_24_regular:before {
    content: "\e48d";
}
.icon-ic_fluent_desktop_cursor_28_regular:before {
    content: "\e48e";
}
.icon-ic_fluent_desktop_flow_20_regular:before {
    content: "\e492";
}
.icon-ic_fluent_desktop_flow_24_regular:before {
    content: "\e493";
}
.icon-ic_fluent_desktop_signal_20_regular:before {
    content: "\e4a2";
}
.icon-ic_fluent_desktop_signal_24_regular:before {
    content: "\e4a3";
}
.icon-ic_fluent_emoji_sad_slight_20_regular:before {
    content: "\e5d5";
}
.icon-ic_fluent_emoji_sad_slight_24_regular:before {
    content: "\e5d6";
}
.icon-ic_fluent_emoji_smile_slight_20_regular:before {
    content: "\e5d7";
}
.icon-ic_fluent_emoji_smile_slight_24_regular:before {
    content: "\e5d8";
}
.icon-ic_fluent_food_apple_20_regular:before {
    content: "\e667";
}
.icon-ic_fluent_food_apple_24_regular:before {
    content: "\e668";
}
.icon-ic_fluent_mail_edit_20_regular:before {
    content: "\e7b3";
}
.icon-ic_fluent_mail_edit_24_regular:before {
    content: "\e7b4";
}
.icon-ic_fluent_person_arrow_left_16_regular:before {
    content: "\e923";
}
.icon-ic_fluent_person_edit_20_regular:before {
    content: "\e92e";
}
.icon-ic_fluent_person_edit_24_regular:before {
    content: "\e92f";
}
.icon-ic_fluent_scan_dash_12_regular:before {
    content: "\ea5a";
}
.icon-ic_fluent_scan_dash_16_regular:before {
    content: "\ea5b";
}
.icon-ic_fluent_scan_dash_20_regular:before {
    content: "\ea5c";
}
.icon-ic_fluent_scan_dash_24_regular:before {
    content: "\ea5d";
}
.icon-ic_fluent_scan_dash_28_regular:before {
    content: "\ea5e";
}
.icon-ic_fluent_scan_dash_32_regular:before {
    content: "\ea5f";
}
.icon-ic_fluent_scan_dash_48_regular:before {
    content: "\ea60";
}
.icon-ic_fluent_square_hint_20_regular:before {
    content: "\eb86";
}
.icon-ic_fluent_square_hint_24_regular:before {
    content: "\eb87";
}
.icon-ic_fluent_tag_off_20_regular:before {
    content: "\ec80";
}
.icon-ic_fluent_tag_off_24_regular:before {
    content: "\ec81";
}
.icon-ic_fluent_text_box_settings_20_regular:before {
    content: "\ecd3";
}
.icon-ic_fluent_text_box_settings_24_regular:before {
    content: "\ecd4";
}
.icon-ic_fluent_vehicle_truck_cube_20_regular:before {
    content: "\edec";
}
.icon-ic_fluent_vehicle_truck_cube_24_regular:before {
    content: "\eded";
}
.icon-ic_fluent_arrow_forward_down_lightning_20_regular:before {
    content: "\e0d2";
}
.icon-ic_fluent_arrow_forward_down_lightning_24_regular:before {
    content: "\e0d3";
}
.icon-ic_fluent_arrow_forward_down_person_20_regular:before {
    content: "\e0d4";
}
.icon-ic_fluent_arrow_forward_down_person_24_regular:before {
    content: "\e0d5";
}
.icon-ic_fluent_arrow_step_in_28_regular:before {
    content: "\e0fe";
}
.icon-ic_fluent_arrow_step_in_left_24_regular:before {
    content: "\e102";
}
.icon-ic_fluent_arrow_step_in_left_28_regular:before {
    content: "\e103";
}
.icon-ic_fluent_arrow_step_in_right_24_regular:before {
    content: "\e107";
}
.icon-ic_fluent_arrow_step_in_right_28_regular:before {
    content: "\e108";
}
.icon-ic_fluent_arrow_step_out_24_regular:before {
    content: "\e10c";
}
.icon-ic_fluent_arrow_step_out_28_regular:before {
    content: "\e10d";
}
.icon-ic_fluent_arrow_trending_text_20_regular:before {
    content: "\e120";
}
.icon-ic_fluent_arrow_trending_text_24_regular:before {
    content: "\e121";
}
.icon-ic_fluent_arrow_trending_wrench_20_regular:before {
    content: "\e122";
}
.icon-ic_fluent_arrow_trending_wrench_24_regular:before {
    content: "\e123";
}
.icon-ic_fluent_battery_10_20_regular:before {
    content: "\e143";
}
.icon-ic_fluent_beach_32_regular:before {
    content: "\e14c";
}
.icon-ic_fluent_beach_48_regular:before {
    content: "\e14d";
}
.icon-ic_fluent_book_clock_20_regular:before {
    content: "\e164";
}
.icon-ic_fluent_book_coins_20_regular:before {
    content: "\e166";
}
.icon-ic_fluent_book_compass_20_regular:before {
    content: "\e168";
}
.icon-ic_fluent_book_database_20_regular:before {
    content: "\e16e";
}
.icon-ic_fluent_book_exclamation_mark_20_regular:before {
    content: "\e170";
}
.icon-ic_fluent_book_globe_20_regular:before {
    content: "\e172";
}
.icon-ic_fluent_book_information_20_regular:before {
    content: "\e173";
}
.icon-ic_fluent_book_letter_20_regular:before {
    content: "\e175";
}
.icon-ic_fluent_book_pulse_20_regular:before {
    content: "\e184";
}
.icon-ic_fluent_book_question_mark_20_regular:before {
    content: "\e186";
}
.icon-ic_fluent_book_question_mark_rtl_20_regular:before {
    content: "\e188";
}
.icon-ic_fluent_book_search_20_regular:before {
    content: "\e189";
}
.icon-ic_fluent_book_star_20_regular:before {
    content: "\e18b";
}
.icon-ic_fluent_book_theta_20_regular:before {
    content: "\e18e";
}
.icon-ic_fluent_bookmark_off_20_regular:before {
    content: "\e198";
}
.icon-ic_fluent_border_bottom_20_regular:before {
    content: "\e19e";
}
.icon-ic_fluent_border_bottom_double_20_regular:before {
    content: "\e1a0";
}
.icon-ic_fluent_border_bottom_thick_20_regular:before {
    content: "\e1a2";
}
.icon-ic_fluent_border_left_20_regular:before {
    content: "\e1a4";
}
.icon-ic_fluent_border_none_20_regular:before {
    content: "\e1a8";
}
.icon-ic_fluent_border_outside_20_regular:before {
    content: "\e1aa";
}
.icon-ic_fluent_border_outside_thick_20_regular:before {
    content: "\e1ac";
}
.icon-ic_fluent_border_right_20_regular:before {
    content: "\e1ae";
}
.icon-ic_fluent_border_top_20_regular:before {
    content: "\e1b0";
}
.icon-ic_fluent_border_top_bottom_20_regular:before {
    content: "\e1b2";
}
.icon-ic_fluent_border_top_bottom_double_20_regular:before {
    content: "\e1b4";
}
.icon-ic_fluent_border_top_bottom_thick_20_regular:before {
    content: "\e1b6";
}
.icon-ic_fluent_branch_20_regular:before {
    content: "\e1d9";
}
.icon-ic_fluent_brightness_high_16_regular:before {
    content: "\e1f6";
}
.icon-ic_fluent_brightness_high_20_regular:before {
    content: "\e1f7";
}
.icon-ic_fluent_brightness_high_24_regular:before {
    content: "\e1f8";
}
.icon-ic_fluent_brightness_high_28_regular:before {
    content: "\e1f9";
}
.icon-ic_fluent_brightness_high_32_regular:before {
    content: "\e1fa";
}
.icon-ic_fluent_brightness_high_48_regular:before {
    content: "\e1fb";
}
.icon-ic_fluent_brightness_low_16_regular:before {
    content: "\e1fc";
}
.icon-ic_fluent_brightness_low_20_regular:before {
    content: "\e1fd";
}
.icon-ic_fluent_brightness_low_24_regular:before {
    content: "\e1fe";
}
.icon-ic_fluent_brightness_low_28_regular:before {
    content: "\e1ff";
}
.icon-ic_fluent_brightness_low_32_regular:before {
    content: "\e200";
}
.icon-ic_fluent_brightness_low_48_regular:before {
    content: "\e201";
}
.icon-ic_fluent_building_government_20_regular:before {
    content: "\e21c";
}
.icon-ic_fluent_building_multiple_20_regular:before {
    content: "\e223";
}
.icon-ic_fluent_chat_dismiss_20_regular:before {
    content: "\e2ed";
}
.icon-ic_fluent_chat_dismiss_24_regular:before {
    content: "\e2ee";
}
.icon-ic_fluent_cube_tree_20_regular:before {
    content: "\e43b";
}
.icon-ic_fluent_cube_tree_24_regular:before {
    content: "\e43c";
}
.icon-ic_fluent_draw_image_20_regular:before {
    content: "\e573";
}
.icon-ic_fluent_draw_image_24_regular:before {
    content: "\e574";
}
.icon-ic_fluent_draw_shape_20_regular:before {
    content: "\e575";
}
.icon-ic_fluent_draw_text_20_regular:before {
    content: "\e577";
}
.icon-ic_fluent_drawer_add_20_regular:before {
    content: "\e579";
}
.icon-ic_fluent_drawer_add_24_regular:before {
    content: "\e57a";
}
.icon-ic_fluent_drawer_arrow_download_20_regular:before {
    content: "\e57b";
}
.icon-ic_fluent_drawer_arrow_download_24_regular:before {
    content: "\e57c";
}
.icon-ic_fluent_drawer_dismiss_20_regular:before {
    content: "\e57d";
}
.icon-ic_fluent_drawer_dismiss_24_regular:before {
    content: "\e57e";
}
.icon-ic_fluent_drawer_play_20_regular:before {
    content: "\e57f";
}
.icon-ic_fluent_drawer_play_24_regular:before {
    content: "\e580";
}
.icon-ic_fluent_drawer_subtract_20_regular:before {
    content: "\e581";
}
.icon-ic_fluent_drawer_subtract_24_regular:before {
    content: "\e582";
}
.icon-ic_fluent_emoji_28_regular:before {
    content: "\e5c4";
}
.icon-ic_fluent_emoji_32_regular:before {
    content: "\e5c5";
}
.icon-ic_fluent_emoji_48_regular:before {
    content: "\e5c6";
}
.icon-ic_fluent_emoji_sparkle_16_regular:before {
    content: "\e5d9";
}
.icon-ic_fluent_emoji_sparkle_20_regular:before {
    content: "\e5da";
}
.icon-ic_fluent_emoji_sparkle_24_regular:before {
    content: "\e5db";
}
.icon-ic_fluent_emoji_sparkle_28_regular:before {
    content: "\e5dc";
}
.icon-ic_fluent_emoji_sparkle_32_regular:before {
    content: "\e5dd";
}
.icon-ic_fluent_emoji_sparkle_48_regular:before {
    content: "\e5de";
}
.icon-ic_fluent_flip_horizontal_16_regular:before {
    content: "\e62b";
}
.icon-ic_fluent_flip_horizontal_20_regular:before {
    content: "\e62c";
}
.icon-ic_fluent_flip_horizontal_28_regular:before {
    content: "\e62e";
}
.icon-ic_fluent_flip_horizontal_32_regular:before {
    content: "\e62f";
}
.icon-ic_fluent_flip_horizontal_48_regular:before {
    content: "\e630";
}
.icon-ic_fluent_flip_vertical_16_regular:before {
    content: "\e631";
}
.icon-ic_fluent_flip_vertical_20_regular:before {
    content: "\e632";
}
.icon-ic_fluent_flip_vertical_28_regular:before {
    content: "\e634";
}
.icon-ic_fluent_flip_vertical_32_regular:before {
    content: "\e635";
}
.icon-ic_fluent_flip_vertical_48_regular:before {
    content: "\e636";
}
.icon-ic_fluent_food_grains_20_regular:before {
    content: "\e66e";
}
.icon-ic_fluent_food_grains_24_regular:before {
    content: "\e66f";
}
.icon-ic_fluent_gift_card_arrow_right_20_regular:before {
    content: "\e69e";
}
.icon-ic_fluent_gift_card_arrow_right_24_regular:before {
    content: "\e69f";
}
.icon-ic_fluent_heart_32_regular:before {
    content: "\e6fb";
}
.icon-ic_fluent_heart_48_regular:before {
    content: "\e6fc";
}
.icon-ic_fluent_link_12_regular:before {
    content: "\e770";
}
.icon-ic_fluent_link_32_regular:before {
    content: "\e771";
}
.icon-ic_fluent_luggage_28_regular:before {
    content: "\e79d";
}
.icon-ic_fluent_luggage_32_regular:before {
    content: "\e79e";
}
.icon-ic_fluent_luggage_48_regular:before {
    content: "\e79f";
}
.icon-ic_fluent_money_hand_20_regular:before {
    content: "\e81c";
}
.icon-ic_fluent_money_hand_24_regular:before {
    content: "\e81d";
}
.icon-ic_fluent_next_28_regular:before {
    content: "\e867";
}
.icon-ic_fluent_next_32_regular:before {
    content: "\e868";
}
.icon-ic_fluent_next_48_regular:before {
    content: "\e869";
}
.icon-ic_fluent_people_list_28_regular:before {
    content: "\e8fe";
}
.icon-ic_fluent_previous_28_regular:before {
    content: "\e9c9";
}
.icon-ic_fluent_previous_32_regular:before {
    content: "\e9ca";
}
.icon-ic_fluent_previous_48_regular:before {
    content: "\e9cb";
}
.icon-ic_fluent_question_circle_32_regular:before {
    content: "\e9ee";
}
.icon-ic_fluent_text_paragraph_16_regular:before {
    content: "\ed41";
}
.icon-ic_fluent_vehicle_car_collision_28_regular:before {
    content: "\eddd";
}
.icon-ic_fluent_vehicle_car_collision_32_regular:before {
    content: "\edde";
}
.icon-ic_fluent_video_clip_multiple_16_regular:before {
    content: "\ee00";
}
.icon-ic_fluent_video_clip_multiple_20_regular:before {
    content: "\ee01";
}
.icon-ic_fluent_video_clip_multiple_24_regular:before {
    content: "\ee02";
}
.icon-ic_fluent_wallet_28_regular:before {
    content: "\ee2e";
}
.icon-ic_fluent_wallet_32_regular:before {
    content: "\ee2f";
}
.icon-ic_fluent_wallet_48_regular:before {
    content: "\ee30";
}
.icon-ic_fluent_weather_sunny_28_regular:before {
    content: "\ee4d";
}
.icon-ic_fluent_wrench_screwdriver_20_regular:before {
    content: "\ee87";
}
.icon-ic_fluent_wrench_screwdriver_24_regular:before {
    content: "\ee88";
}
.icon-ic_fluent_arrow_between_down_20_regular:before {
    content: "\e07f";
}
.icon-ic_fluent_arrow_between_down_24_regular:before {
    content: "\e080";
}
.icon-ic_fluent_arrow_redo_28_regular:before {
    content: "\e0e5";
}
.icon-ic_fluent_arrow_sync_checkmark_20_regular:before {
    content: "\e111";
}
.icon-ic_fluent_arrow_sync_checkmark_24_regular:before {
    content: "\e112";
}
.icon-ic_fluent_arrow_sync_dismiss_20_regular:before {
    content: "\e113";
}
.icon-ic_fluent_arrow_sync_dismiss_24_regular:before {
    content: "\e114";
}
.icon-ic_fluent_calculator_arrow_clockwise_20_regular:before {
    content: "\e234";
}
.icon-ic_fluent_calculator_arrow_clockwise_24_regular:before {
    content: "\e235";
}
.icon-ic_fluent_calendar_arrow_down_20_regular:before {
    content: "\e23b";
}
.icon-ic_fluent_calendar_arrow_right_24_regular:before {
    content: "\e23e";
}
.icon-ic_fluent_calendar_error_20_regular:before {
    content: "\e249";
}
.icon-ic_fluent_calendar_mail_20_regular:before {
    content: "\e254";
}
.icon-ic_fluent_calendar_week_numbers_20_regular:before {
    content: "\e26d";
}
.icon-ic_fluent_call_add_20_regular:before {
    content: "\e276";
}
.icon-ic_fluent_camera_off_20_regular:before {
    content: "\e2a0";
}
.icon-ic_fluent_cellular_off_20_regular:before {
    content: "\e2b4";
}
.icon-ic_fluent_chevron_circle_down_32_regular:before {
    content: "\e312";
}
.icon-ic_fluent_chevron_circle_up_32_regular:before {
    content: "\e327";
}
.icon-ic_fluent_circle_48_regular:before {
    content: "\e333";
}
.icon-ic_fluent_clock_pause_20_regular:before {
    content: "\e374";
}
.icon-ic_fluent_clock_pause_24_regular:before {
    content: "\e375";
}
.icon-ic_fluent_diamond_16_regular:before {
    content: "\e4ba";
}
.icon-ic_fluent_diamond_20_regular:before {
    content: "\e4bb";
}
.icon-ic_fluent_diamond_24_regular:before {
    content: "\e4bc";
}
.icon-ic_fluent_diamond_28_regular:before {
    content: "\e4bd";
}
.icon-ic_fluent_diamond_48_regular:before {
    content: "\e4bf";
}
.icon-ic_fluent_door_28_regular:before {
    content: "\e563";
}
.icon-ic_fluent_door_arrow_right_28_regular:before {
    content: "\e569";
}
.icon-ic_fluent_immersive_reader_28_regular:before {
    content: "\e734";
}
.icon-ic_fluent_key_reset_20_regular:before {
    content: "\e746";
}
.icon-ic_fluent_key_reset_24_regular:before {
    content: "\e747";
}
.icon-ic_fluent_lightbulb_filament_48_regular:before {
    content: "\e764";
}
.icon-ic_fluent_line_20_regular:before {
    content: "\e765";
}
.icon-ic_fluent_line_24_regular:before {
    content: "\e766";
}
.icon-ic_fluent_line_48_regular:before {
    content: "\e768";
}
.icon-ic_fluent_line_dashes_20_regular:before {
    content: "\e769";
}
.icon-ic_fluent_line_dashes_24_regular:before {
    content: "\e76a";
}
.icon-ic_fluent_line_dashes_48_regular:before {
    content: "\e76c";
}
.icon-ic_fluent_mail_arrow_up_16_regular:before {
    content: "\e7ab";
}
.icon-ic_fluent_notepad_person_16_regular:before {
    content: "\e881";
}
.icon-ic_fluent_oval_16_regular:before {
    content: "\e8a1";
}
.icon-ic_fluent_oval_20_regular:before {
    content: "\e8a2";
}
.icon-ic_fluent_oval_24_regular:before {
    content: "\e8a3";
}
.icon-ic_fluent_oval_28_regular:before {
    content: "\e8a4";
}
.icon-ic_fluent_oval_48_regular:before {
    content: "\e8a6";
}
.icon-ic_fluent_pentagon_48_regular:before {
    content: "\e8ea";
}
.icon-ic_fluent_people_add_28_regular:before {
    content: "\e8ee";
}
.icon-ic_fluent_people_list_24_regular:before {
    content: "\e8fd";
}
.icon-ic_fluent_people_queue_20_regular:before {
    content: "\e905";
}
.icon-ic_fluent_people_queue_24_regular:before {
    content: "\e906";
}
.icon-ic_fluent_people_settings_28_regular:before {
    content: "\e909";
}
.icon-ic_fluent_print_28_regular:before {
    content: "\e9cc";
}
.icon-ic_fluent_rhombus_16_regular:before {
    content: "\ea1f";
}
.icon-ic_fluent_rhombus_20_regular:before {
    content: "\ea20";
}
.icon-ic_fluent_rhombus_24_regular:before {
    content: "\ea21";
}
.icon-ic_fluent_rhombus_28_regular:before {
    content: "\ea22";
}
.icon-ic_fluent_rhombus_48_regular:before {
    content: "\ea24";
}
.icon-ic_fluent_screen_search_20_regular:before {
    content: "\ea79";
}
.icon-ic_fluent_screen_search_24_regular:before {
    content: "\ea7a";
}
.icon-ic_fluent_settings_chat_20_regular:before {
    content: "\ea96";
}
.icon-ic_fluent_settings_chat_24_regular:before {
    content: "\ea97";
}
.icon-ic_fluent_share_screen_person_p_16_regular:before {
    content: "\eab6";
}
.icon-ic_fluent_share_screen_person_p_20_regular:before {
    content: "\eab7";
}
.icon-ic_fluent_share_screen_person_p_24_regular:before {
    content: "\eab8";
}
.icon-ic_fluent_share_screen_person_p_28_regular:before {
    content: "\eab9";
}
.icon-ic_fluent_slide_add_16_regular:before {
    content: "\eb0d";
}
.icon-ic_fluent_slide_add_20_regular:before {
    content: "\eb0e";
}
.icon-ic_fluent_slide_add_28_regular:before {
    content: "\eb0f";
}
.icon-ic_fluent_slide_add_32_regular:before {
    content: "\eb10";
}
.icon-ic_fluent_slide_add_48_regular:before {
    content: "\eb11";
}
.icon-ic_fluent_slide_arrow_right_20_regular:before {
    content: "\eb12";
}
.icon-ic_fluent_slide_arrow_right_24_regular:before {
    content: "\eb13";
}
.icon-ic_fluent_sound_wave_circle_24_regular:before {
    content: "\eb30";
}
.icon-ic_fluent_square_48_regular:before {
    content: "\eb79";
}
.icon-ic_fluent_star_48_regular:before {
    content: "\eb9f";
}
.icon-ic_fluent_star_add_28_regular:before {
    content: "\eba0";
}
.icon-ic_fluent_star_dismiss_16_regular:before {
    content: "\eba4";
}
.icon-ic_fluent_star_dismiss_20_regular:before {
    content: "\eba5";
}
.icon-ic_fluent_star_dismiss_24_regular:before {
    content: "\eba6";
}
.icon-ic_fluent_star_dismiss_28_regular:before {
    content: "\eba7";
}
.icon-ic_fluent_star_edit_20_regular:before {
    content: "\eba8";
}
.icon-ic_fluent_star_settings_20_regular:before {
    content: "\ebb9";
}
.icon-ic_fluent_triangle_48_regular:before {
    content: "\eda8";
}
.icon-ic_fluent_trophy_28_regular:before {
    content: "\edb8";
}
.icon-ic_fluent_trophy_32_regular:before {
    content: "\edb9";
}
.icon-ic_fluent_trophy_48_regular:before {
    content: "\edba";
}
.icon-ic_fluent_trophy_off_16_regular:before {
    content: "\edbb";
}
.icon-ic_fluent_trophy_off_20_regular:before {
    content: "\edbc";
}
.icon-ic_fluent_trophy_off_24_regular:before {
    content: "\edbd";
}
.icon-ic_fluent_trophy_off_28_regular:before {
    content: "\edbe";
}
.icon-ic_fluent_trophy_off_32_regular:before {
    content: "\edbf";
}
.icon-ic_fluent_trophy_off_48_regular:before {
    content: "\edc0";
}
.icon-ic_fluent_window_28_regular:before {
    content: "\ee5f";
}
.icon-ic_fluent_window_32_regular:before {
    content: "\ee60";
}
.icon-ic_fluent_window_48_regular:before {
    content: "\ee61";
}
.icon-ic_fluent_window_apps_16_regular:before {
    content: "\ee64";
}
.icon-ic_fluent_window_apps_20_regular:before {
    content: "\ee65";
}
.icon-ic_fluent_window_apps_24_regular:before {
    content: "\ee66";
}
.icon-ic_fluent_window_apps_28_regular:before {
    content: "\ee67";
}
.icon-ic_fluent_window_apps_32_regular:before {
    content: "\ee68";
}
.icon-ic_fluent_window_apps_48_regular:before {
    content: "\ee69";
}
.icon-ic_fluent_window_wrench_16_regular:before {
    content: "\ee7f";
}
.icon-ic_fluent_window_wrench_20_regular:before {
    content: "\ee80";
}
.icon-ic_fluent_window_wrench_24_regular:before {
    content: "\ee81";
}
.icon-ic_fluent_window_wrench_28_regular:before {
    content: "\ee82";
}
.icon-ic_fluent_window_wrench_32_regular:before {
    content: "\ee83";
}
.icon-ic_fluent_window_wrench_48_regular:before {
    content: "\ee84";
}
.icon-ic_fluent_arrow_down_left_32_regular:before {
    content: "\e0bc";
}
.icon-ic_fluent_arrow_down_left_48_regular:before {
    content: "\e0bd";
}
.icon-ic_fluent_arrow_maximize_48_regular:before {
    content: "\e0d9";
}
.icon-ic_fluent_arrow_maximize_vertical_48_regular:before {
    content: "\e0da";
}
.icon-ic_fluent_arrow_outline_up_right_48_regular:before {
    content: "\e0e1";
}
.icon-ic_fluent_arrow_up_left_48_regular:before {
    content: "\e12d";
}
.icon-ic_fluent_arrow_up_right_48_regular:before {
    content: "\e130";
}
.icon-ic_fluent_book_arrow_clockwise_20_regular:before {
    content: "\e162";
}
.icon-ic_fluent_book_arrow_clockwise_24_regular:before {
    content: "\e163";
}
.icon-ic_fluent_box_arrow_left_20_regular:before {
    content: "\e1bd";
}
.icon-ic_fluent_box_arrow_left_24_regular:before {
    content: "\e1be";
}
.icon-ic_fluent_box_arrow_up_20_regular:before {
    content: "\e1bf";
}
.icon-ic_fluent_box_arrow_up_24_regular:before {
    content: "\e1c0";
}
.icon-ic_fluent_box_checkmark_20_regular:before {
    content: "\e1c1";
}
.icon-ic_fluent_box_checkmark_24_regular:before {
    content: "\e1c2";
}
.icon-ic_fluent_box_multiple_20_regular:before {
    content: "\e1c7";
}
.icon-ic_fluent_box_multiple_24_regular:before {
    content: "\e1c8";
}
.icon-ic_fluent_box_multiple_arrow_left_20_regular:before {
    content: "\e1c9";
}
.icon-ic_fluent_box_multiple_arrow_left_24_regular:before {
    content: "\e1ca";
}
.icon-ic_fluent_box_multiple_arrow_right_20_regular:before {
    content: "\e1cb";
}
.icon-ic_fluent_box_multiple_arrow_right_24_regular:before {
    content: "\e1cc";
}
.icon-ic_fluent_box_multiple_checkmark_20_regular:before {
    content: "\e1cd";
}
.icon-ic_fluent_box_multiple_checkmark_24_regular:before {
    content: "\e1ce";
}
.icon-ic_fluent_box_multiple_search_20_regular:before {
    content: "\e1cf";
}
.icon-ic_fluent_box_multiple_search_24_regular:before {
    content: "\e1d0";
}
.icon-ic_fluent_box_search_20_regular:before {
    content: "\e1d1";
}
.icon-ic_fluent_box_search_24_regular:before {
    content: "\e1d2";
}
.icon-ic_fluent_cellular_warning_20_regular:before {
    content: "\e2b6";
}
.icon-ic_fluent_chart_multiple_20_regular:before {
    content: "\e2dd";
}
.icon-ic_fluent_chart_multiple_24_regular:before {
    content: "\e2de";
}
.icon-ic_fluent_checkbox_arrow_right_20_regular:before {
    content: "\e2fa";
}
.icon-ic_fluent_checkbox_warning_20_regular:before {
    content: "\e303";
}
.icon-ic_fluent_clock_toolbox_20_regular:before {
    content: "\e376";
}
.icon-ic_fluent_clock_toolbox_24_regular:before {
    content: "\e377";
}
.icon-ic_fluent_cube_multiple_20_regular:before {
    content: "\e432";
}
.icon-ic_fluent_cube_multiple_24_regular:before {
    content: "\e433";
}
.icon-ic_fluent_desktop_toolbox_20_regular:before {
    content: "\e4aa";
}
.icon-ic_fluent_desktop_toolbox_24_regular:before {
    content: "\e4ab";
}
.icon-ic_fluent_document_bullet_list_multiple_20_regular:before {
    content: "\e4eb";
}
.icon-ic_fluent_document_bullet_list_multiple_24_regular:before {
    content: "\e4ec";
}
.icon-ic_fluent_document_queue_20_regular:before {
    content: "\e533";
}
.icon-ic_fluent_document_queue_24_regular:before {
    content: "\e534";
}
.icon-ic_fluent_document_queue_add_20_regular:before {
    content: "\e535";
}
.icon-ic_fluent_document_queue_add_24_regular:before {
    content: "\e536";
}
.icon-ic_fluent_document_queue_multiple_20_regular:before {
    content: "\e537";
}
.icon-ic_fluent_document_queue_multiple_24_regular:before {
    content: "\e538";
}
.icon-ic_fluent_document_table_cube_20_regular:before {
    content: "\e551";
}
.icon-ic_fluent_document_table_cube_24_regular:before {
    content: "\e552";
}
.icon-ic_fluent_document_table_truck_20_regular:before {
    content: "\e555";
}
.icon-ic_fluent_document_table_truck_24_regular:before {
    content: "\e556";
}
.icon-ic_fluent_document_text_toolbox_20_regular:before {
    content: "\e55f";
}
.icon-ic_fluent_document_text_toolbox_24_regular:before {
    content: "\e560";
}
.icon-ic_fluent_equal_circle_20_regular:before {
    content: "\e5e1";
}
.icon-ic_fluent_equal_circle_24_regular:before {
    content: "\e5e2";
}
.icon-ic_fluent_gift_card_money_20_regular:before {
    content: "\e6a0";
}
.icon-ic_fluent_gift_card_money_24_regular:before {
    content: "\e6a1";
}
.icon-ic_fluent_gift_card_multiple_20_regular:before {
    content: "\e6a2";
}
.icon-ic_fluent_gift_card_multiple_24_regular:before {
    content: "\e6a3";
}
.icon-ic_fluent_image_multiple_32_regular:before {
    content: "\e728";
}
.icon-ic_fluent_image_multiple_48_regular:before {
    content: "\e729";
}
.icon-ic_fluent_mail_alert_28_regular:before {
    content: "\e7a2";
}
.icon-ic_fluent_puzzle_piece_shield_20_regular:before {
    content: "\e9eb";
}
.icon-ic_fluent_ribbon_12_regular:before {
    content: "\ea25";
}
.icon-ic_fluent_ribbon_off_12_regular:before {
    content: "\ea2a";
}
.icon-ic_fluent_ribbon_off_16_regular:before {
    content: "\ea2b";
}
.icon-ic_fluent_ribbon_off_20_regular:before {
    content: "\ea2c";
}
.icon-ic_fluent_ribbon_off_24_regular:before {
    content: "\ea2d";
}
.icon-ic_fluent_ribbon_off_32_regular:before {
    content: "\ea2e";
}
.icon-ic_fluent_share_28_regular:before {
    content: "\eaa7";
}
.icon-ic_fluent_shopping_bag_arrow_left_20_regular:before {
    content: "\eaea";
}
.icon-ic_fluent_shopping_bag_arrow_left_24_regular:before {
    content: "\eaeb";
}
.icon-ic_fluent_shopping_bag_play_20_regular:before {
    content: "\eaf2";
}
.icon-ic_fluent_shopping_bag_play_24_regular:before {
    content: "\eaf3";
}
.icon-ic_fluent_square_24_regular:before {
    content: "\eb76";
}
.icon-ic_fluent_square_28_regular:before {
    content: "\eb77";
}
.icon-ic_fluent_square_hint_16_regular:before {
    content: "\eb85";
}
.icon-ic_fluent_square_hint_28_regular:before {
    content: "\eb88";
}
.icon-ic_fluent_square_hint_32_regular:before {
    content: "\eb89";
}
.icon-ic_fluent_square_hint_48_regular:before {
    content: "\eb8a";
}
.icon-ic_fluent_square_hint_apps_20_regular:before {
    content: "\eb8b";
}
.icon-ic_fluent_square_hint_apps_24_regular:before {
    content: "\eb8c";
}
.icon-ic_fluent_square_hint_sparkles_16_regular:before {
    content: "\eb8f";
}
.icon-ic_fluent_square_hint_sparkles_20_regular:before {
    content: "\eb90";
}
.icon-ic_fluent_square_hint_sparkles_24_regular:before {
    content: "\eb91";
}
.icon-ic_fluent_square_hint_sparkles_28_regular:before {
    content: "\eb92";
}
.icon-ic_fluent_square_hint_sparkles_32_regular:before {
    content: "\eb93";
}
.icon-ic_fluent_square_hint_sparkles_48_regular:before {
    content: "\eb94";
}
.icon-ic_fluent_tablet_12_regular:before {
    content: "\ec69";
}
.icon-ic_fluent_tablet_16_regular:before {
    content: "\ec6a";
}
.icon-ic_fluent_tablet_32_regular:before {
    content: "\ec6b";
}
.icon-ic_fluent_tablet_48_regular:before {
    content: "\ec6c";
}
.icon-ic_fluent_tag_reset_20_regular:before {
    content: "\ec86";
}
.icon-ic_fluent_tag_reset_24_regular:before {
    content: "\ec87";
}
.icon-ic_fluent_tag_search_20_regular:before {
    content: "\ec88";
}
.icon-ic_fluent_tag_search_24_regular:before {
    content: "\ec89";
}
.icon-ic_fluent_tap_double_32_regular:before {
    content: "\ec8b";
}
.icon-ic_fluent_tap_double_48_regular:before {
    content: "\ec8c";
}
.icon-ic_fluent_tap_single_32_regular:before {
    content: "\ec8e";
}
.icon-ic_fluent_tap_single_48_regular:before {
    content: "\ec8f";
}
.icon-ic_fluent_timer_12_regular:before {
    content: "\ed85";
}
.icon-ic_fluent_timer_28_regular:before {
    content: "\ed89";
}
.icon-ic_fluent_timer_32_regular:before {
    content: "\ed8c";
}
.icon-ic_fluent_timer_48_regular:before {
    content: "\ed8d";
}
.icon-ic_fluent_board_heart_16_regular:before {
    content: "\e159";
}
.icon-ic_fluent_board_heart_20_regular:before {
    content: "\e15a";
}
.icon-ic_fluent_board_heart_24_regular:before {
    content: "\e15b";
}
.icon-ic_fluent_braces_24_regular:before {
    content: "\e1d6";
}
.icon-ic_fluent_breakout_room_24_regular:before {
    content: "\e1e6";
}
.icon-ic_fluent_breakout_room_28_regular:before {
    content: "\e1e7";
}
.icon-ic_fluent_chat_warning_20_regular:before {
    content: "\e2f4";
}
.icon-ic_fluent_checkbox_person_16_regular:before {
    content: "\e300";
}
.icon-ic_fluent_checkbox_person_20_regular:before {
    content: "\e301";
}
.icon-ic_fluent_chevron_circle_down_12_regular:before {
    content: "\e30d";
}
.icon-ic_fluent_chevron_circle_down_16_regular:before {
    content: "\e30e";
}
.icon-ic_fluent_chevron_circle_down_20_regular:before {
    content: "\e30f";
}
.icon-ic_fluent_chevron_circle_down_28_regular:before {
    content: "\e311";
}
.icon-ic_fluent_chevron_circle_down_48_regular:before {
    content: "\e313";
}
.icon-ic_fluent_chevron_circle_left_12_regular:before {
    content: "\e314";
}
.icon-ic_fluent_chevron_circle_left_16_regular:before {
    content: "\e315";
}
.icon-ic_fluent_chevron_circle_left_20_regular:before {
    content: "\e316";
}
.icon-ic_fluent_chevron_circle_left_24_regular:before {
    content: "\e317";
}
.icon-ic_fluent_chevron_circle_left_28_regular:before {
    content: "\e318";
}
.icon-ic_fluent_chevron_circle_left_32_regular:before {
    content: "\e319";
}
.icon-ic_fluent_chevron_circle_left_48_regular:before {
    content: "\e31a";
}
.icon-ic_fluent_chevron_circle_right_16_regular:before {
    content: "\e31c";
}
.icon-ic_fluent_chevron_circle_right_20_regular:before {
    content: "\e31d";
}
.icon-ic_fluent_chevron_circle_right_28_regular:before {
    content: "\e31f";
}
.icon-ic_fluent_chevron_circle_right_32_regular:before {
    content: "\e320";
}
.icon-ic_fluent_chevron_circle_right_48_regular:before {
    content: "\e321";
}
.icon-ic_fluent_chevron_circle_up_12_regular:before {
    content: "\e322";
}
.icon-ic_fluent_chevron_circle_up_16_regular:before {
    content: "\e323";
}
.icon-ic_fluent_chevron_circle_up_20_regular:before {
    content: "\e324";
}
.icon-ic_fluent_chevron_circle_up_24_regular:before {
    content: "\e325";
}
.icon-ic_fluent_chevron_circle_up_28_regular:before {
    content: "\e326";
}
.icon-ic_fluent_chevron_circle_up_48_regular:before {
    content: "\e328";
}
.icon-ic_fluent_circle_edit_20_regular:before {
    content: "\e334";
}
.icon-ic_fluent_circle_line_20_regular:before {
    content: "\e33a";
}
.icon-ic_fluent_circle_off_20_regular:before {
    content: "\e33d";
}
.icon-ic_fluent_class_20_regular:before {
    content: "\e33f";
}
.icon-ic_fluent_clipboard_data_bar_20_regular:before {
    content: "\e34f";
}
.icon-ic_fluent_clipboard_data_bar_24_regular:before {
    content: "\e350";
}
.icon-ic_fluent_clipboard_image_20_regular:before {
    content: "\e356";
}
.icon-ic_fluent_clipboard_more_20_regular:before {
    content: "\e358";
}
.icon-ic_fluent_clock_dismiss_20_regular:before {
    content: "\e372";
}
.icon-ic_fluent_comment_dismiss_20_regular:before {
    content: "\e3ed";
}
.icon-ic_fluent_comment_error_24_regular:before {
    content: "\e3f2";
}
.icon-ic_fluent_comment_note_20_regular:before {
    content: "\e3fe";
}
.icon-ic_fluent_convert_range_20_regular:before {
    content: "\e41d";
}
.icon-ic_fluent_copy_add_20_regular:before {
    content: "\e41f";
}
.icon-ic_fluent_copy_arrow_right_20_regular:before {
    content: "\e422";
}
.icon-ic_fluent_couch_20_regular:before {
    content: "\e426";
}
.icon-ic_fluent_crop_interim_20_regular:before {
    content: "\e42c";
}
.icon-ic_fluent_crop_interim_off_20_regular:before {
    content: "\e42d";
}
.icon-ic_fluent_cube_sync_20_regular:before {
    content: "\e439";
}
.icon-ic_fluent_dark_theme_20_regular:before {
    content: "\e452";
}
.icon-ic_fluent_data_area_20_regular:before {
    content: "\e453";
}
.icon-ic_fluent_data_bar_vertical_add_20_regular:before {
    content: "\e454";
}
.icon-ic_fluent_data_funnel_20_regular:before {
    content: "\e456";
}
.icon-ic_fluent_data_histogram_20_regular:before {
    content: "\e457";
}
.icon-ic_fluent_data_scatter_20_regular:before {
    content: "\e459";
}
.icon-ic_fluent_data_sunburst_20_regular:before {
    content: "\e45a";
}
.icon-ic_fluent_data_treemap_20_regular:before {
    content: "\e45b";
}
.icon-ic_fluent_data_waterfall_20_regular:before {
    content: "\e464";
}
.icon-ic_fluent_data_whisker_20_regular:before {
    content: "\e465";
}
.icon-ic_fluent_document_lock_16_regular:before {
    content: "\e514";
}
.icon-ic_fluent_document_lock_20_regular:before {
    content: "\e515";
}
.icon-ic_fluent_document_lock_24_regular:before {
    content: "\e516";
}
.icon-ic_fluent_document_lock_28_regular:before {
    content: "\e517";
}
.icon-ic_fluent_document_lock_32_regular:before {
    content: "\e518";
}
.icon-ic_fluent_document_lock_48_regular:before {
    content: "\e519";
}
.icon-ic_fluent_eyedropper_off_20_regular:before {
    content: "\e5ff";
}
.icon-ic_fluent_eyedropper_off_24_regular:before {
    content: "\e600";
}
.icon-ic_fluent_globe_person_20_regular:before {
    content: "\e6b7";
}
.icon-ic_fluent_mail_open_person_20_regular:before {
    content: "\e7cc";
}
.icon-ic_fluent_mail_open_person_24_regular:before {
    content: "\e7cd";
}
.icon-ic_fluent_resize_24_regular:before {
    content: "\ea13";
}
.icon-ic_fluent_resize_image_20_regular:before {
    content: "\ea14";
}
.icon-ic_fluent_scan_camera_16_regular:before {
    content: "\ea55";
}
.icon-ic_fluent_scan_camera_20_regular:before {
    content: "\ea56";
}
.icon-ic_fluent_scan_camera_24_regular:before {
    content: "\ea57";
}
.icon-ic_fluent_scan_camera_28_regular:before {
    content: "\ea58";
}
.icon-ic_fluent_scan_camera_48_regular:before {
    content: "\ea59";
}
.icon-ic_fluent_style_guide_20_regular:before {
    content: "\ebc9";
}
.icon-ic_fluent_tab_desktop_16_regular:before {
    content: "\ebe9";
}
.icon-ic_fluent_tab_desktop_24_regular:before {
    content: "\ebea";
}
.icon-ic_fluent_tab_desktop_bottom_20_regular:before {
    content: "\ebec";
}
.icon-ic_fluent_approvals_app_32_regular:before {
    content: "\e061";
}
.icon-ic_fluent_arrow_export_rtl_24_regular:before {
    content: "\e0ca";
}
.icon-ic_fluent_arrow_sort_down_lines_20_regular:before {
    content: "\e0f1";
}
.icon-ic_fluent_arrow_step_in_20_regular:before {
    content: "\e0fc";
}
.icon-ic_fluent_arrow_step_in_24_regular:before {
    content: "\e0fd";
}
.icon-ic_fluent_battery_10_24_regular:before {
    content: "\e144";
}
.icon-ic_fluent_bezier_curve_square_20_regular:before {
    content: "\e14f";
}
.icon-ic_fluent_border_none_24_regular:before {
    content: "\e1a9";
}
.icon-ic_fluent_calendar_pattern_16_regular:before {
    content: "\e258";
}
.icon-ic_fluent_caret_down_right_12_regular:before {
    content: "\e2a3";
}
.icon-ic_fluent_caret_down_right_16_regular:before {
    content: "\e2a4";
}
.icon-ic_fluent_caret_down_right_20_regular:before {
    content: "\e2a5";
}
.icon-ic_fluent_caret_down_right_24_regular:before {
    content: "\e2a6";
}
.icon-ic_fluent_cellular_off_24_regular:before {
    content: "\e2b5";
}
.icon-ic_fluent_eye_12_regular:before {
    content: "\e5f0";
}
.icon-ic_fluent_eye_16_regular:before {
    content: "\e5f1";
}
.icon-ic_fluent_eye_20_regular:before {
    content: "\e5f2";
}
.icon-ic_fluent_eye_24_regular:before {
    content: "\e5f3";
}
.icon-ic_fluent_eye_off_20_regular:before {
    content: "\e5f5";
}
.icon-ic_fluent_eye_off_24_regular:before {
    content: "\e5f6";
}
.icon-ic_fluent_eye_tracking_16_regular:before {
    content: "\e5f7";
}
.icon-ic_fluent_eye_tracking_20_regular:before {
    content: "\e5f8";
}
.icon-ic_fluent_eye_tracking_24_regular:before {
    content: "\e5f9";
}
.icon-ic_fluent_flash_20_regular:before {
    content: "\e618";
}
.icon-ic_fluent_flash_24_regular:before {
    content: "\e619";
}
.icon-ic_fluent_hdr_off_24_regular:before {
    content: "\e6ed";
}
.icon-ic_fluent_mic_16_regular:before {
    content: "\e7f8";
}
.icon-ic_fluent_mic_20_regular:before {
    content: "\e7f9";
}
.icon-ic_fluent_mic_24_regular:before {
    content: "\e7fa";
}
.icon-ic_fluent_mic_28_regular:before {
    content: "\e7fb";
}
.icon-ic_fluent_mic_32_regular:before {
    content: "\e7fc";
}
.icon-ic_fluent_mic_48_regular:before {
    content: "\e7fd";
}
.icon-ic_fluent_multiselect_ltr_16_regular:before {
    content: "\e84b";
}
.icon-ic_fluent_multiselect_ltr_20_regular:before {
    content: "\e84c";
}
.icon-ic_fluent_multiselect_ltr_24_regular:before {
    content: "\e84d";
}
.icon-ic_fluent_multiselect_rtl_20_regular:before {
    content: "\e84f";
}
.icon-ic_fluent_multiselect_rtl_24_regular:before {
    content: "\e850";
}
.icon-ic_fluent_panel_left_contract_16_regular:before {
    content: "\e8b4";
}
.icon-ic_fluent_panel_left_contract_20_regular:before {
    content: "\e8b5";
}
.icon-ic_fluent_panel_left_contract_24_regular:before {
    content: "\e8b6";
}
.icon-ic_fluent_share_screen_start_48_regular:before {
    content: "\eabd";
}
.icon-ic_fluent_shield_lock_24_regular:before {
    content: "\ead1";
}
.icon-ic_fluent_shield_lock_28_regular:before {
    content: "\ead2";
}
.icon-ic_fluent_shield_lock_48_regular:before {
    content: "\ead3";
}
.icon-ic_fluent_skip_back_10_24_regular:before {
    content: "\eafc";
}
.icon-ic_fluent_skip_back_10_28_regular:before {
    content: "\eafd";
}
.icon-ic_fluent_skip_back_10_32_regular:before {
    content: "\eafe";
}
.icon-ic_fluent_skip_back_10_48_regular:before {
    content: "\eaff";
}
.icon-ic_fluent_table_stack_below_20_regular:before {
    content: "\ec5b";
}
.icon-ic_fluent_textbox_16_regular:before {
    content: "\ed6a";
}
.icon-ic_fluent_textbox_rotate_90_20_regular:before {
    content: "\ed75";
}
.icon-ic_fluent_textbox_rotate_90_24_regular:before {
    content: "\ed76";
}
.icon-ic_fluent_board_games_20_regular:before {
    content: "\e158";
}
.icon-ic_fluent_building_home_16_regular:before {
    content: "\e21f";
}
.icon-ic_fluent_building_home_20_regular:before {
    content: "\e220";
}
.icon-ic_fluent_building_home_24_regular:before {
    content: "\e221";
}
.icon-ic_fluent_color_fill_16_regular:before {
    content: "\e3bf";
}
.icon-ic_fluent_color_fill_28_regular:before {
    content: "\e3c0";
}
.icon-ic_fluent_color_fill_accent_16_regular:before {
    content: "\e3c1";
}
.icon-ic_fluent_color_fill_accent_28_regular:before {
    content: "\e3c4";
}
.icon-ic_fluent_decimal_arrow_left_20_regular:before {
    content: "\e477";
}
.icon-ic_fluent_decimal_arrow_right_20_regular:before {
    content: "\e479";
}
.icon-ic_fluent_delete_arrow_back_20_regular:before {
    content: "\e47d";
}
.icon-ic_fluent_delete_dismiss_20_regular:before {
    content: "\e47e";
}
.icon-ic_fluent_desktop_edit_20_regular:before {
    content: "\e490";
}
.icon-ic_fluent_desktop_edit_24_regular:before {
    content: "\e491";
}
.icon-ic_fluent_desktop_mac_20_regular:before {
    content: "\e499";
}
.icon-ic_fluent_desktop_mac_24_regular:before {
    content: "\e49a";
}
.icon-ic_fluent_desktop_sync_20_regular:before {
    content: "\e4a8";
}
.icon-ic_fluent_desktop_sync_24_regular:before {
    content: "\e4a9";
}
.icon-ic_fluent_developer_board_search_24_regular:before {
    content: "\e4b0";
}
.icon-ic_fluent_device_eq_20_regular:before {
    content: "\e4b1";
}
.icon-ic_fluent_diagram_20_regular:before {
    content: "\e4b4";
}
.icon-ic_fluent_dialpad_off_20_regular:before {
    content: "\e4b9";
}
.icon-ic_fluent_dismiss_square_multiple_20_regular:before {
    content: "\e4c7";
}
.icon-ic_fluent_divider_short_16_regular:before {
    content: "\e4cc";
}
.icon-ic_fluent_divider_short_20_regular:before {
    content: "\e4cd";
}
.icon-ic_fluent_dock_20_regular:before {
    content: "\e4d0";
}
.icon-ic_fluent_dock_row_20_regular:before {
    content: "\e4d1";
}
.icon-ic_fluent_document_bullet_list_off_20_regular:before {
    content: "\e4ed";
}
.icon-ic_fluent_document_checkmark_20_regular:before {
    content: "\e4f1";
}
.icon-ic_fluent_document_chevron_double_20_regular:before {
    content: "\e4f3";
}
.icon-ic_fluent_document_css_20_regular:before {
    content: "\e4f5";
}
.icon-ic_fluent_document_footer_20_regular:before {
    content: "\e4fd";
}
.icon-ic_fluent_document_footer_dismiss_20_regular:before {
    content: "\e4fe";
}
.icon-ic_fluent_document_header_20_regular:before {
    content: "\e501";
}
.icon-ic_fluent_document_header_arrow_down_20_regular:before {
    content: "\e503";
}
.icon-ic_fluent_document_header_arrow_down_24_regular:before {
    content: "\e504";
}
.icon-ic_fluent_document_header_dismiss_20_regular:before {
    content: "\e505";
}
.icon-ic_fluent_document_javascript_20_regular:before {
    content: "\e50c";
}
.icon-ic_fluent_document_landscape_data_20_regular:before {
    content: "\e50e";
}
.icon-ic_fluent_document_landscape_split_24_regular:before {
    content: "\e511";
}
.icon-ic_fluent_double_tap_swipe_down_20_regular:before {
    content: "\e56e";
}
.icon-ic_fluent_double_tap_swipe_down_24_regular:before {
    content: "\e56f";
}
.icon-ic_fluent_double_tap_swipe_up_20_regular:before {
    content: "\e570";
}
.icon-ic_fluent_double_tap_swipe_up_24_regular:before {
    content: "\e571";
}
.icon-ic_fluent_location_add_16_regular:before {
    content: "\e77d";
}
.icon-ic_fluent_location_add_20_regular:before {
    content: "\e77e";
}
.icon-ic_fluent_location_add_24_regular:before {
    content: "\e77f";
}
.icon-ic_fluent_math_symbols_16_regular:before {
    content: "\e7e5";
}
.icon-ic_fluent_math_symbols_20_regular:before {
    content: "\e7e6";
}
.icon-ic_fluent_math_symbols_24_regular:before {
    content: "\e7e7";
}
.icon-ic_fluent_math_symbols_28_regular:before {
    content: "\e7e8";
}
.icon-ic_fluent_math_symbols_32_regular:before {
    content: "\e7e9";
}
.icon-ic_fluent_math_symbols_48_regular:before {
    content: "\e7ea";
}
.icon-ic_fluent_password_16_regular:before {
    content: "\e8c8";
}
.icon-ic_fluent_password_20_regular:before {
    content: "\e8c9";
}
.icon-ic_fluent_people_prohibited_24_regular:before {
    content: "\e904";
}
.icon-ic_fluent_sticker_add_20_regular:before {
    content: "\ebc2";
}
.icon-ic_fluent_subtract_square_20_regular:before {
    content: "\ebd9";
}
.icon-ic_fluent_system_20_regular:before {
    content: "\ebe4";
}
.icon-ic_fluent_table_add_16_regular:before {
    content: "\ebf8";
}
.icon-ic_fluent_table_add_28_regular:before {
    content: "\ebfa";
}
.icon-ic_fluent_table_cell_edit_16_regular:before {
    content: "\ec01";
}
.icon-ic_fluent_table_cell_edit_20_regular:before {
    content: "\ec02";
}
.icon-ic_fluent_table_cell_edit_28_regular:before {
    content: "\ec04";
}
.icon-ic_fluent_table_cells_merge_16_regular:before {
    content: "\ec05";
}
.icon-ic_fluent_table_cells_merge_28_regular:before {
    content: "\ec06";
}
.icon-ic_fluent_table_cells_split_16_regular:before {
    content: "\ec07";
}
.icon-ic_fluent_table_cells_split_28_regular:before {
    content: "\ec08";
}
.icon-ic_fluent_table_delete_column_16_regular:before {
    content: "\ec0b";
}
.icon-ic_fluent_table_delete_column_28_regular:before {
    content: "\ec0e";
}
.icon-ic_fluent_table_delete_row_16_regular:before {
    content: "\ec0f";
}
.icon-ic_fluent_table_delete_row_28_regular:before {
    content: "\ec12";
}
.icon-ic_fluent_table_dismiss_16_regular:before {
    content: "\ec13";
}
.icon-ic_fluent_table_dismiss_28_regular:before {
    content: "\ec16";
}
.icon-ic_fluent_table_edit_16_regular:before {
    content: "\ec17";
}
.icon-ic_fluent_table_edit_20_regular:before {
    content: "\ec18";
}
.icon-ic_fluent_table_edit_28_regular:before {
    content: "\ec19";
}
.icon-ic_fluent_table_freeze_column_16_regular:before {
    content: "\ec1a";
}
.icon-ic_fluent_table_freeze_column_20_regular:before {
    content: "\ec1b";
}
.icon-ic_fluent_table_freeze_column_28_regular:before {
    content: "\ec1c";
}
.icon-ic_fluent_table_freeze_column_and_row_16_regular:before {
    content: "\ec1d";
}
.icon-ic_fluent_table_freeze_column_and_row_20_regular:before {
    content: "\ec1e";
}
.icon-ic_fluent_table_freeze_column_and_row_28_regular:before {
    content: "\ec20";
}
.icon-ic_fluent_table_freeze_row_16_regular:before {
    content: "\ec21";
}
.icon-ic_fluent_table_freeze_row_20_regular:before {
    content: "\ec22";
}
.icon-ic_fluent_table_freeze_row_28_regular:before {
    content: "\ec23";
}
.icon-ic_fluent_table_insert_column_16_regular:before {
    content: "\ec25";
}
.icon-ic_fluent_table_insert_column_20_regular:before {
    content: "\ec26";
}
.icon-ic_fluent_table_insert_column_28_regular:before {
    content: "\ec28";
}
.icon-ic_fluent_table_insert_row_16_regular:before {
    content: "\ec29";
}
.icon-ic_fluent_table_insert_row_20_regular:before {
    content: "\ec2a";
}
.icon-ic_fluent_table_insert_row_28_regular:before {
    content: "\ec2c";
}
.icon-ic_fluent_table_lightning_16_regular:before {
    content: "\ec2d";
}
.icon-ic_fluent_table_lightning_28_regular:before {
    content: "\ec30";
}
.icon-ic_fluent_table_link_16_regular:before {
    content: "\ec31";
}
.icon-ic_fluent_table_link_28_regular:before {
    content: "\ec34";
}
.icon-ic_fluent_table_move_above_16_regular:before {
    content: "\ec35";
}
.icon-ic_fluent_table_move_above_20_regular:before {
    content: "\ec36";
}
.icon-ic_fluent_table_move_above_28_regular:before {
    content: "\ec38";
}
.icon-ic_fluent_table_move_below_16_regular:before {
    content: "\ec39";
}
.icon-ic_fluent_table_move_below_20_regular:before {
    content: "\ec3a";
}
.icon-ic_fluent_table_move_below_28_regular:before {
    content: "\ec3c";
}
.icon-ic_fluent_table_move_left_16_regular:before {
    content: "\ec3d";
}
.icon-ic_fluent_table_move_left_20_regular:before {
    content: "\ec3e";
}
.icon-ic_fluent_table_move_left_28_regular:before {
    content: "\ec3f";
}
.icon-ic_fluent_table_move_right_16_regular:before {
    content: "\ec40";
}
.icon-ic_fluent_table_move_right_20_regular:before {
    content: "\ec41";
}
.icon-ic_fluent_table_move_right_28_regular:before {
    content: "\ec42";
}
.icon-ic_fluent_table_resize_column_16_regular:before {
    content: "\ec44";
}
.icon-ic_fluent_table_resize_column_20_regular:before {
    content: "\ec45";
}
.icon-ic_fluent_table_resize_column_28_regular:before {
    content: "\ec47";
}
.icon-ic_fluent_table_resize_row_16_regular:before {
    content: "\ec48";
}
.icon-ic_fluent_table_resize_row_20_regular:before {
    content: "\ec49";
}
.icon-ic_fluent_table_resize_row_28_regular:before {
    content: "\ec4b";
}
.icon-ic_fluent_table_settings_16_regular:before {
    content: "\ec4d";
}
.icon-ic_fluent_table_settings_20_regular:before {
    content: "\ec4e";
}
.icon-ic_fluent_table_settings_28_regular:before {
    content: "\ec4f";
}
.icon-ic_fluent_table_stack_above_16_regular:before {
    content: "\ec56";
}
.icon-ic_fluent_table_stack_above_28_regular:before {
    content: "\ec59";
}
.icon-ic_fluent_table_stack_below_16_regular:before {
    content: "\ec5a";
}
.icon-ic_fluent_table_stack_below_28_regular:before {
    content: "\ec5d";
}
.icon-ic_fluent_table_stack_left_16_regular:before {
    content: "\ec5e";
}
.icon-ic_fluent_table_stack_left_28_regular:before {
    content: "\ec61";
}
.icon-ic_fluent_table_stack_right_16_regular:before {
    content: "\ec62";
}
.icon-ic_fluent_table_stack_right_28_regular:before {
    content: "\ec65";
}
.icon-ic_fluent_table_switch_16_regular:before {
    content: "\ec66";
}
.icon-ic_fluent_table_switch_20_regular:before {
    content: "\ec67";
}
.icon-ic_fluent_table_switch_28_regular:before {
    content: "\ec68";
}
.icon-ic_fluent_tablet_speaker_20_regular:before {
    content: "\ec6d";
}
.icon-ic_fluent_text_align_distributed_evenly_20_regular:before {
    content: "\ecb9";
}
.icon-ic_fluent_text_align_distributed_vertical_20_regular:before {
    content: "\ecbb";
}
.icon-ic_fluent_text_align_justify_low_20_regular:before {
    content: "\ecbd";
}
.icon-ic_fluent_text_continuous_20_regular:before {
    content: "\ecfc";
}
.icon-ic_fluent_textbox_align_bottom_rotate_90_20_regular:before {
    content: "\ed6b";
}
.icon-ic_fluent_textbox_align_middle_rotate_90_20_regular:before {
    content: "\ed6f";
}
.icon-ic_fluent_textbox_align_top_rotate_90_20_regular:before {
    content: "\ed71";
}
.icon-ic_fluent_textbox_more_20_regular:before {
    content: "\ed73";
}
.icon-ic_fluent_video_chat_16_regular:before {
    content: "\edf8";
}
.icon-ic_fluent_video_chat_20_regular:before {
    content: "\edf9";
}
.icon-ic_fluent_video_chat_24_regular:before {
    content: "\edfa";
}
.icon-ic_fluent_arrow_paragraph_20_regular:before {
    content: "\e0e2";
}
.icon-ic_fluent_clipboard_edit_20_regular:before {
    content: "\e352";
}
.icon-ic_fluent_clipboard_note_20_regular:before {
    content: "\e359";
}
.icon-ic_fluent_document_mention_16_regular:before {
    content: "\e51a";
}
.icon-ic_fluent_document_mention_20_regular:before {
    content: "\e51b";
}
.icon-ic_fluent_document_mention_24_regular:before {
    content: "\e51c";
}
.icon-ic_fluent_document_mention_28_regular:before {
    content: "\e51d";
}
.icon-ic_fluent_document_mention_48_regular:before {
    content: "\e51e";
}
.icon-ic_fluent_document_split_hint_off_16_regular:before {
    content: "\e545";
}
.icon-ic_fluent_document_split_hint_off_20_regular:before {
    content: "\e546";
}
.icon-ic_fluent_door_tag_20_regular:before {
    content: "\e56a";
}
.icon-ic_fluent_double_swipe_down_20_regular:before {
    content: "\e56c";
}
.icon-ic_fluent_double_swipe_up_20_regular:before {
    content: "\e56d";
}
.icon-ic_fluent_drag_20_regular:before {
    content: "\e572";
}
.icon-ic_fluent_drink_to_go_20_regular:before {
    content: "\e588";
}
.icon-ic_fluent_drive_train_20_regular:before {
    content: "\e58c";
}
.icon-ic_fluent_dual_screen_add_20_regular:before {
    content: "\e595";
}
.icon-ic_fluent_dual_screen_arrow_right_20_regular:before {
    content: "\e596";
}
.icon-ic_fluent_dual_screen_arrow_up_20_regular:before {
    content: "\e597";
}
.icon-ic_fluent_dual_screen_clock_20_regular:before {
    content: "\e599";
}
.icon-ic_fluent_dual_screen_closed_alert_20_regular:before {
    content: "\e59a";
}
.icon-ic_fluent_dual_screen_desktop_20_regular:before {
    content: "\e59c";
}
.icon-ic_fluent_dual_screen_dismiss_20_regular:before {
    content: "\e59d";
}
.icon-ic_fluent_dual_screen_group_20_regular:before {
    content: "\e59f";
}
.icon-ic_fluent_dual_screen_header_20_regular:before {
    content: "\e5a0";
}
.icon-ic_fluent_dual_screen_lock_20_regular:before {
    content: "\e5a1";
}
.icon-ic_fluent_dual_screen_mirror_20_regular:before {
    content: "\e5a2";
}
.icon-ic_fluent_dual_screen_pagination_20_regular:before {
    content: "\e5a3";
}
.icon-ic_fluent_dual_screen_settings_20_regular:before {
    content: "\e5a4";
}
.icon-ic_fluent_dual_screen_span_20_regular:before {
    content: "\e5a5";
}
.icon-ic_fluent_dual_screen_speaker_20_regular:before {
    content: "\e5a7";
}
.icon-ic_fluent_dual_screen_status_bar_20_regular:before {
    content: "\e5a9";
}
.icon-ic_fluent_dual_screen_tablet_20_regular:before {
    content: "\e5aa";
}
.icon-ic_fluent_dual_screen_update_20_regular:before {
    content: "\e5ab";
}
.icon-ic_fluent_dual_screen_vertical_scroll_20_regular:before {
    content: "\e5ac";
}
.icon-ic_fluent_dual_screen_vibrate_20_regular:before {
    content: "\e5ad";
}
.icon-ic_fluent_edit_settings_20_regular:before {
    content: "\e5c2";
}
.icon-ic_fluent_engine_20_regular:before {
    content: "\e5df";
}
.icon-ic_fluent_eraser_medium_20_regular:before {
    content: "\e5e6";
}
.icon-ic_fluent_eraser_segment_20_regular:before {
    content: "\e5e8";
}
.icon-ic_fluent_eraser_small_20_regular:before {
    content: "\e5ea";
}
.icon-ic_fluent_eraser_tool_20_regular:before {
    content: "\e5ec";
}
.icon-ic_fluent_extended_dock_20_regular:before {
    content: "\e5ef";
}
.icon-ic_fluent_fast_acceleration_20_regular:before {
    content: "\e605";
}
.icon-ic_fluent_filter_sync_20_regular:before {
    content: "\e60f";
}
.icon-ic_fluent_fingerprint_20_regular:before {
    content: "\e611";
}
.icon-ic_fluent_fixed_width_20_regular:before {
    content: "\e613";
}
.icon-ic_fluent_flash_auto_20_regular:before {
    content: "\e61c";
}
.icon-ic_fluent_flash_off_20_regular:before {
    content: "\e624";
}
.icon-ic_fluent_flashlight_off_20_regular:before {
    content: "\e62a";
}
.icon-ic_fluent_fluent_20_regular:before {
    content: "\e63c";
}
.icon-ic_fluent_form_new_20_regular:before {
    content: "\e674";
}
.icon-ic_fluent_fps_960_20_regular:before {
    content: "\e682";
}
.icon-ic_fluent_full_screen_minimize_16_regular:before {
    content: "\e686";
}
.icon-ic_fluent_full_screen_minimize_20_regular:before {
    content: "\e687";
}
.icon-ic_fluent_gas_20_regular:before {
    content: "\e690";
}
.icon-ic_fluent_gas_pump_20_regular:before {
    content: "\e692";
}
.icon-ic_fluent_gavel_20_regular:before {
    content: "\e696";
}
.icon-ic_fluent_gesture_20_regular:before {
    content: "\e699";
}
.icon-ic_fluent_gift_card_24_regular:before {
    content: "\e69c";
}
.icon-ic_fluent_glance_default_12_regular:before {
    content: "\e6a5";
}
.icon-ic_fluent_glance_horizontal_24_regular:before {
    content: "\e6a8";
}
.icon-ic_fluent_globe_add_20_regular:before {
    content: "\e6b3";
}
.icon-ic_fluent_globe_desktop_20_regular:before {
    content: "\e6b6";
}
.icon-ic_fluent_group_dismiss_20_regular:before {
    content: "\e6c8";
}
.icon-ic_fluent_group_list_20_regular:before {
    content: "\e6ca";
}
.icon-ic_fluent_group_return_20_regular:before {
    content: "\e6cb";
}
.icon-ic_fluent_guest_add_20_regular:before {
    content: "\e6d1";
}
.icon-ic_fluent_hand_draw_20_regular:before {
    content: "\e6d7";
}
.icon-ic_fluent_home_add_20_regular:before {
    content: "\e712";
}
.icon-ic_fluent_mail_dismiss_28_regular:before {
    content: "\e7b2";
}
.icon-ic_fluent_mail_inbox_all_20_regular:before {
    content: "\e7b6";
}
.icon-ic_fluent_mail_inbox_arrow_right_20_regular:before {
    content: "\e7b9";
}
.icon-ic_fluent_mail_list_16_regular:before {
    content: "\e7c1";
}
.icon-ic_fluent_mail_multiple_28_regular:before {
    content: "\e7c8";
}
.icon-ic_fluent_mail_off_20_regular:before {
    content: "\e7c9";
}
.icon-ic_fluent_mic_settings_20_regular:before {
    content: "\e812";
}
.icon-ic_fluent_navigation_unread_20_regular:before {
    content: "\e862";
}
.icon-ic_fluent_new_20_regular:before {
    content: "\e865";
}
.icon-ic_fluent_notebook_20_regular:before {
    content: "\e871";
}
.icon-ic_fluent_notebook_add_20_regular:before {
    content: "\e872";
}
.icon-ic_fluent_notebook_error_20_regular:before {
    content: "\e875";
}
.icon-ic_fluent_notebook_lightning_20_regular:before {
    content: "\e877";
}
.icon-ic_fluent_notebook_question_mark_20_regular:before {
    content: "\e878";
}
.icon-ic_fluent_number_symbol_dismiss_20_regular:before {
    content: "\e88a";
}
.icon-ic_fluent_pair_20_regular:before {
    content: "\e8ab";
}
.icon-ic_fluent_patient_20_regular:before {
    content: "\e8ca";
}
.icon-ic_fluent_pause_off_20_regular:before {
    content: "\e8d1";
}
.icon-ic_fluent_pause_settings_16_regular:before {
    content: "\e8d2";
}
.icon-ic_fluent_people_sync_28_regular:before {
    content: "\e90f";
}
.icon-ic_fluent_phone_add_20_regular:before {
    content: "\e954";
}
.icon-ic_fluent_phone_dismiss_20_regular:before {
    content: "\e95a";
}
.icon-ic_fluent_phone_lock_20_regular:before {
    content: "\e963";
}
.icon-ic_fluent_phone_page_header_20_regular:before {
    content: "\e965";
}
.icon-ic_fluent_phone_pagination_20_regular:before {
    content: "\e966";
}
.icon-ic_fluent_phone_screen_time_20_regular:before {
    content: "\e967";
}
.icon-ic_fluent_phone_status_bar_20_regular:before {
    content: "\e973";
}
.icon-ic_fluent_phone_update_20_regular:before {
    content: "\e974";
}
.icon-ic_fluent_phone_vertical_scroll_20_regular:before {
    content: "\e977";
}
.icon-ic_fluent_phone_vibrate_20_regular:before {
    content: "\e978";
}
.icon-ic_fluent_photo_filter_20_regular:before {
    content: "\e979";
}
.icon-ic_fluent_pi_20_regular:before {
    content: "\e97a";
}
.icon-ic_fluent_port_hdmi_20_regular:before {
    content: "\e9a0";
}
.icon-ic_fluent_predictions_20_regular:before {
    content: "\e9b0";
}
.icon-ic_fluent_pulse_square_20_regular:before {
    content: "\e9e0";
}
.icon-ic_fluent_remote_20_regular:before {
    content: "\ea10";
}
.icon-ic_fluent_reorder_20_regular:before {
    content: "\ea11";
}
.icon-ic_fluent_resize_video_20_regular:before {
    content: "\ea1c";
}
.icon-ic_fluent_rotate_left_20_regular:before {
    content: "\ea37";
}
.icon-ic_fluent_router_20_regular:before {
    content: "\ea3b";
}
.icon-ic_fluent_scan_20_regular:before {
    content: "\ea54";
}
.icon-ic_fluent_scan_table_20_regular:before {
    content: "\ea63";
}
.icon-ic_fluent_scan_text_20_regular:before {
    content: "\ea65";
}
.icon-ic_fluent_search_square_20_regular:before {
    content: "\ea81";
}
.icon-ic_fluent_service_bell_20_regular:before {
    content: "\ea93";
}
.icon-ic_fluent_shifts_add_20_regular:before {
    content: "\eadf";
}
.icon-ic_fluent_shifts_prohibited_20_regular:before {
    content: "\eae5";
}
.icon-ic_fluent_shifts_question_mark_20_regular:before {
    content: "\eae7";
}
.icon-ic_fluent_slide_grid_20_regular:before {
    content: "\eb17";
}
.icon-ic_fluent_slide_settings_20_regular:before {
    content: "\eb23";
}
.icon-ic_fluent_slide_transition_20_regular:before {
    content: "\eb2b";
}
.icon-ic_fluent_spacebar_20_regular:before {
    content: "\eb31";
}
.icon-ic_fluent_speaker_settings_20_regular:before {
    content: "\eb51";
}
.icon-ic_fluent_speaker_settings_28_regular:before {
    content: "\eb52";
}
.icon-ic_fluent_star_arrow_right_end_20_regular:before {
    content: "\eba1";
}
.icon-ic_fluent_star_arrow_right_start_20_regular:before {
    content: "\eba3";
}
.icon-ic_fluent_star_half_12_regular:before {
    content: "\ebac";
}
.icon-ic_fluent_star_half_16_regular:before {
    content: "\ebad";
}
.icon-ic_fluent_star_half_20_regular:before {
    content: "\ebae";
}
.icon-ic_fluent_star_half_24_regular:before {
    content: "\ebaf";
}
.icon-ic_fluent_star_half_28_regular:before {
    content: "\ebb0";
}
.icon-ic_fluent_star_one_quarter_12_regular:before {
    content: "\ebb4";
}
.icon-ic_fluent_star_one_quarter_16_regular:before {
    content: "\ebb5";
}
.icon-ic_fluent_star_one_quarter_20_regular:before {
    content: "\ebb6";
}
.icon-ic_fluent_star_one_quarter_24_regular:before {
    content: "\ebb7";
}
.icon-ic_fluent_star_one_quarter_28_regular:before {
    content: "\ebb8";
}
.icon-ic_fluent_star_three_quarter_12_regular:before {
    content: "\ebba";
}
.icon-ic_fluent_star_three_quarter_16_regular:before {
    content: "\ebbb";
}
.icon-ic_fluent_star_three_quarter_20_regular:before {
    content: "\ebbc";
}
.icon-ic_fluent_star_three_quarter_24_regular:before {
    content: "\ebbd";
}
.icon-ic_fluent_star_three_quarter_28_regular:before {
    content: "\ebbe";
}
.icon-ic_fluent_storage_20_regular:before {
    content: "\ebc3";
}
.icon-ic_fluent_sub_grid_20_regular:before {
    content: "\ebca";
}
.icon-ic_fluent_text_density_16_regular:before {
    content: "\ecfe";
}
.icon-ic_fluent_text_density_20_regular:before {
    content: "\ecff";
}
.icon-ic_fluent_video_person_off_20_regular:before {
    content: "\ee11";
}
.icon-ic_fluent_voicemail_arrow_back_20_regular:before {
    content: "\ee25";
}
.icon-ic_fluent_voicemail_arrow_forward_20_regular:before {
    content: "\ee26";
}
.icon-ic_fluent_voicemail_arrow_subtract_20_regular:before {
    content: "\ee27";
}
.icon-ic_fluent_web_asset_20_regular:before {
    content: "\ee55";
}
.icon-ic_fluent_archive_32_regular:before {
    content: "\e066";
}
.icon-ic_fluent_archive_settings_24_regular:before {
    content: "\e071";
}
.icon-ic_fluent_arrow_enter_20_regular:before {
    content: "\e0bf";
}
.icon-ic_fluent_arrow_exit_20_regular:before {
    content: "\e0c4";
}
.icon-ic_fluent_arrow_join_20_regular:before {
    content: "\e0d6";
}
.icon-ic_fluent_arrow_trending_down_16_regular:before {
    content: "\e119";
}
.icon-ic_fluent_arrow_trending_down_20_regular:before {
    content: "\e11a";
}
.icon-ic_fluent_arrow_trending_down_24_regular:before {
    content: "\e11b";
}
.icon-ic_fluent_book_template_20_regular:before {
    content: "\e18d";
}
.icon-ic_fluent_border_left_right_20_regular:before {
    content: "\e1a6";
}
.icon-ic_fluent_border_left_right_24_regular:before {
    content: "\e1a7";
}
.icon-ic_fluent_building_retail_more_20_regular:before {
    content: "\e228";
}
.icon-ic_fluent_calendar_add_16_regular:before {
    content: "\e239";
}
.icon-ic_fluent_calendar_add_28_regular:before {
    content: "\e23a";
}
.icon-ic_fluent_cellular_3g_20_regular:before {
    content: "\e2b0";
}
.icon-ic_fluent_cellular_4g_20_regular:before {
    content: "\e2b1";
}
.icon-ic_fluent_cellular_5g_20_regular:before {
    content: "\e2b2";
}
.icon-ic_fluent_checkbox_1_20_regular:before {
    content: "\e2f6";
}
.icon-ic_fluent_checkbox_2_20_regular:before {
    content: "\e2f8";
}
.icon-ic_fluent_checkmark_note_20_regular:before {
    content: "\e308";
}
.icon-ic_fluent_code_text_20_regular:before {
    content: "\e3ba";
}
.icon-ic_fluent_code_text_edit_20_regular:before {
    content: "\e3bb";
}
.icon-ic_fluent_column_20_regular:before {
    content: "\e3c9";
}
.icon-ic_fluent_cube_add_20_regular:before {
    content: "\e42f";
}
.icon-ic_fluent_cube_quick_16_regular:before {
    content: "\e434";
}
.icon-ic_fluent_cube_quick_20_regular:before {
    content: "\e435";
}
.icon-ic_fluent_cube_quick_24_regular:before {
    content: "\e436";
}
.icon-ic_fluent_cube_quick_28_regular:before {
    content: "\e437";
}
.icon-ic_fluent_database_arrow_down_20_regular:before {
    content: "\e468";
}
.icon-ic_fluent_database_arrow_right_20_regular:before {
    content: "\e469";
}
.icon-ic_fluent_database_arrow_up_20_regular:before {
    content: "\e46a";
}
.icon-ic_fluent_database_lightning_20_regular:before {
    content: "\e46b";
}
.icon-ic_fluent_database_plug_connected_20_regular:before {
    content: "\e471";
}
.icon-ic_fluent_database_warning_20_regular:before {
    content: "\e475";
}
.icon-ic_fluent_database_window_20_regular:before {
    content: "\e476";
}
.icon-ic_fluent_developer_board_lightning_20_regular:before {
    content: "\e4ad";
}
.icon-ic_fluent_developer_board_lightning_toolbox_20_regular:before {
    content: "\e4ae";
}
.icon-ic_fluent_edit_28_regular:before {
    content: "\e5b2";
}
.icon-ic_fluent_edit_48_regular:before {
    content: "\e5b4";
}
.icon-ic_fluent_edit_off_28_regular:before {
    content: "\e5b9";
}
.icon-ic_fluent_edit_off_32_regular:before {
    content: "\e5ba";
}
.icon-ic_fluent_edit_off_48_regular:before {
    content: "\e5bb";
}
.icon-ic_fluent_edit_prohibited_16_regular:before {
    content: "\e5bc";
}
.icon-ic_fluent_edit_prohibited_20_regular:before {
    content: "\e5bd";
}
.icon-ic_fluent_edit_prohibited_24_regular:before {
    content: "\e5be";
}
.icon-ic_fluent_edit_prohibited_28_regular:before {
    content: "\e5bf";
}
.icon-ic_fluent_edit_prohibited_32_regular:before {
    content: "\e5c0";
}
.icon-ic_fluent_edit_prohibited_48_regular:before {
    content: "\e5c1";
}
.icon-ic_fluent_emoji_edit_16_regular:before {
    content: "\e5c9";
}
.icon-ic_fluent_emoji_edit_20_regular:before {
    content: "\e5ca";
}
.icon-ic_fluent_emoji_edit_24_regular:before {
    content: "\e5cb";
}
.icon-ic_fluent_emoji_edit_28_regular:before {
    content: "\e5cc";
}
.icon-ic_fluent_emoji_edit_48_regular:before {
    content: "\e5cd";
}
.icon-ic_fluent_filter_add_20_regular:before {
    content: "\e60b";
}
.icon-ic_fluent_flash_add_20_regular:before {
    content: "\e61b";
}
.icon-ic_fluent_flash_flow_16_regular:before {
    content: "\e621";
}
.icon-ic_fluent_flash_flow_20_regular:before {
    content: "\e622";
}
.icon-ic_fluent_flash_flow_24_regular:before {
    content: "\e623";
}
.icon-ic_fluent_flash_play_20_regular:before {
    content: "\e625";
}
.icon-ic_fluent_folder_arrow_left_16_regular:before {
    content: "\e646";
}
.icon-ic_fluent_folder_arrow_left_20_regular:before {
    content: "\e647";
}
.icon-ic_fluent_folder_arrow_left_24_regular:before {
    content: "\e648";
}
.icon-ic_fluent_folder_arrow_left_28_regular:before {
    content: "\e649";
}
.icon-ic_fluent_folder_arrow_left_32_regular:before {
    content: "\e64a";
}
.icon-ic_fluent_gauge_add_20_regular:before {
    content: "\e695";
}
.icon-ic_fluent_hand_draw_16_regular:before {
    content: "\e6d6";
}
.icon-ic_fluent_hard_drive_20_regular:before {
    content: "\e6e3";
}
.icon-ic_fluent_hdr_20_regular:before {
    content: "\e6eb";
}
.icon-ic_fluent_hdr_off_20_regular:before {
    content: "\e6ec";
}
.icon-ic_fluent_home_database_20_regular:before {
    content: "\e715";
}
.icon-ic_fluent_image_add_20_regular:before {
    content: "\e71a";
}
.icon-ic_fluent_image_arrow_back_20_regular:before {
    content: "\e71c";
}
.icon-ic_fluent_image_arrow_counterclockwise_20_regular:before {
    content: "\e71e";
}
.icon-ic_fluent_image_arrow_forward_20_regular:before {
    content: "\e720";
}
.icon-ic_fluent_image_globe_20_regular:before {
    content: "\e722";
}
.icon-ic_fluent_image_reflection_20_regular:before {
    content: "\e72f";
}
.icon-ic_fluent_image_shadow_20_regular:before {
    content: "\e731";
}
.icon-ic_fluent_incognito_20_regular:before {
    content: "\e735";
}
.icon-ic_fluent_key_command_20_regular:before {
    content: "\e743";
}
.icon-ic_fluent_key_command_24_regular:before {
    content: "\e744";
}
.icon-ic_fluent_keyboard_123_20_regular:before {
    content: "\e748";
}
.icon-ic_fluent_keyboard_dock_20_regular:before {
    content: "\e74b";
}
.icon-ic_fluent_keyboard_layout_float_20_regular:before {
    content: "\e74c";
}
.icon-ic_fluent_keyboard_layout_one_handed_left_20_regular:before {
    content: "\e74d";
}
.icon-ic_fluent_keyboard_layout_resize_20_regular:before {
    content: "\e74e";
}
.icon-ic_fluent_keyboard_layout_split_20_regular:before {
    content: "\e74f";
}
.icon-ic_fluent_keyboard_shift_uppercase_16_regular:before {
    content: "\e752";
}
.icon-ic_fluent_keyboard_shift_uppercase_20_regular:before {
    content: "\e753";
}
.icon-ic_fluent_keyboard_tab_20_regular:before {
    content: "\e754";
}
.icon-ic_fluent_launcher_settings_20_regular:before {
    content: "\e758";
}
.icon-ic_fluent_lightbulb_circle_20_regular:before {
    content: "\e763";
}
.icon-ic_fluent_line_style_20_regular:before {
    content: "\e76e";
}
.icon-ic_fluent_link_toolbox_20_regular:before {
    content: "\e778";
}
.icon-ic_fluent_location_add_left_20_regular:before {
    content: "\e780";
}
.icon-ic_fluent_location_add_right_20_regular:before {
    content: "\e781";
}
.icon-ic_fluent_location_add_up_20_regular:before {
    content: "\e782";
}
.icon-ic_fluent_location_dismiss_20_regular:before {
    content: "\e786";
}
.icon-ic_fluent_mail_all_read_16_regular:before {
    content: "\e7a3";
}
.icon-ic_fluent_mail_all_read_24_regular:before {
    content: "\e7a4";
}
.icon-ic_fluent_mail_all_read_28_regular:before {
    content: "\e7a5";
}
.icon-ic_fluent_mail_list_20_regular:before {
    content: "\e7c2";
}
.icon-ic_fluent_mail_list_24_regular:before {
    content: "\e7c3";
}
.icon-ic_fluent_mail_list_28_regular:before {
    content: "\e7c4";
}
.icon-ic_fluent_mail_read_multiple_16_regular:before {
    content: "\e7d2";
}
.icon-ic_fluent_mail_read_multiple_24_regular:before {
    content: "\e7d3";
}
.icon-ic_fluent_mail_read_multiple_28_regular:before {
    content: "\e7d4";
}
.icon-ic_fluent_math_format_professional_20_regular:before {
    content: "\e7df";
}
.icon-ic_fluent_math_formula_20_regular:before {
    content: "\e7e2";
}
.icon-ic_fluent_mention_arrow_down_20_regular:before {
    content: "\e7f4";
}
.icon-ic_fluent_mention_brackets_20_regular:before {
    content: "\e7f5";
}
.icon-ic_fluent_music_note_off_1_20_regular:before {
    content: "\e857";
}
.icon-ic_fluent_music_note_off_1_24_regular:before {
    content: "\e858";
}
.icon-ic_fluent_music_note_off_2_16_regular:before {
    content: "\e859";
}
.icon-ic_fluent_music_note_off_2_20_regular:before {
    content: "\e85a";
}
.icon-ic_fluent_music_note_off_2_24_regular:before {
    content: "\e85b";
}
.icon-ic_fluent_navigation_location_target_20_regular:before {
    content: "\e860";
}
.icon-ic_fluent_navigation_play_20_regular:before {
    content: "\e861";
}
.icon-ic_fluent_number_circle_1_16_regular:before {
    content: "\e884";
}
.icon-ic_fluent_number_circle_1_20_regular:before {
    content: "\e885";
}
.icon-ic_fluent_number_circle_1_24_regular:before {
    content: "\e886";
}
.icon-ic_fluent_panel_left_contract_28_regular:before {
    content: "\e8b7";
}
.icon-ic_fluent_panel_left_expand_24_regular:before {
    content: "\e8ba";
}
.icon-ic_fluent_panel_left_expand_28_regular:before {
    content: "\e8bb";
}
.icon-ic_fluent_pen_16_regular:before {
    content: "\e8d6";
}
.icon-ic_fluent_pen_20_regular:before {
    content: "\e8d7";
}
.icon-ic_fluent_pen_24_regular:before {
    content: "\e8d8";
}
.icon-ic_fluent_pen_28_regular:before {
    content: "\e8d9";
}
.icon-ic_fluent_pen_32_regular:before {
    content: "\e8da";
}
.icon-ic_fluent_pen_48_regular:before {
    content: "\e8db";
}
.icon-ic_fluent_pen_off_16_regular:before {
    content: "\e8dc";
}
.icon-ic_fluent_pen_off_20_regular:before {
    content: "\e8dd";
}
.icon-ic_fluent_pen_off_24_regular:before {
    content: "\e8de";
}
.icon-ic_fluent_pen_off_28_regular:before {
    content: "\e8df";
}
.icon-ic_fluent_pen_off_32_regular:before {
    content: "\e8e0";
}
.icon-ic_fluent_pen_off_48_regular:before {
    content: "\e8e1";
}
.icon-ic_fluent_pen_prohibited_16_regular:before {
    content: "\e8e2";
}
.icon-ic_fluent_pen_prohibited_20_regular:before {
    content: "\e8e3";
}
.icon-ic_fluent_pen_prohibited_24_regular:before {
    content: "\e8e4";
}
.icon-ic_fluent_pen_prohibited_28_regular:before {
    content: "\e8e5";
}
.icon-ic_fluent_pen_prohibited_32_regular:before {
    content: "\e8e6";
}
.icon-ic_fluent_pen_prohibited_48_regular:before {
    content: "\e8e7";
}
.icon-ic_fluent_person_key_20_regular:before {
    content: "\e933";
}
.icon-ic_fluent_phone_link_setup_20_regular:before {
    content: "\e962";
}
.icon-ic_fluent_pipeline_20_regular:before {
    content: "\e989";
}
.icon-ic_fluent_pipeline_add_20_regular:before {
    content: "\e98a";
}
.icon-ic_fluent_pipeline_play_20_regular:before {
    content: "\e98c";
}
.icon-ic_fluent_play_settings_20_regular:before {
    content: "\e997";
}
.icon-ic_fluent_plug_connected_add_20_regular:before {
    content: "\e99b";
}
.icon-ic_fluent_plug_connected_checkmark_20_regular:before {
    content: "\e99c";
}
.icon-ic_fluent_presence_available_20_regular:before {
    content: "\e9b8";
}
.icon-ic_fluent_presence_available_24_regular:before {
    content: "\e9b9";
}
.icon-ic_fluent_presence_blocked_20_regular:before {
    content: "\e9ba";
}
.icon-ic_fluent_presence_blocked_24_regular:before {
    content: "\e9bb";
}
.icon-ic_fluent_presence_dnd_20_regular:before {
    content: "\e9bf";
}
.icon-ic_fluent_presence_dnd_24_regular:before {
    content: "\e9c0";
}
.icon-ic_fluent_presence_offline_20_regular:before {
    content: "\e9c1";
}
.icon-ic_fluent_presence_offline_24_regular:before {
    content: "\e9c2";
}
.icon-ic_fluent_presence_oof_20_regular:before {
    content: "\e9c3";
}
.icon-ic_fluent_presence_oof_24_regular:before {
    content: "\e9c4";
}
.icon-ic_fluent_presence_unknown_20_regular:before {
    content: "\e9c5";
}
.icon-ic_fluent_presence_unknown_24_regular:before {
    content: "\e9c6";
}
.icon-ic_fluent_prohibited_note_20_regular:before {
    content: "\e9d3";
}
.icon-ic_fluent_puzzle_cube_piece_20_regular:before {
    content: "\e9e7";
}
.icon-ic_fluent_ram_20_regular:before {
    content: "\e9f3";
}
.icon-ic_fluent_receipt_search_20_regular:before {
    content: "\ea06";
}
.icon-ic_fluent_rectangle_portrait_location_target_20_regular:before {
    content: "\ea0e";
}
.icon-ic_fluent_save_image_20_regular:before {
    content: "\ea4a";
}
.icon-ic_fluent_scan_16_regular:before {
    content: "\ea53";
}
.icon-ic_fluent_server_multiple_20_regular:before {
    content: "\ea91";
}
.icon-ic_fluent_server_play_20_regular:before {
    content: "\ea92";
}
.icon-ic_fluent_shield_person_20_regular:before {
    content: "\ead4";
}
.icon-ic_fluent_shield_person_add_20_regular:before {
    content: "\ead5";
}
.icon-ic_fluent_split_hint_20_regular:before {
    content: "\eb56";
}
.icon-ic_fluent_squares_nested_20_regular:before {
    content: "\eb99";
}
.icon-ic_fluent_stream_input_20_regular:before {
    content: "\ebc6";
}
.icon-ic_fluent_stream_input_output_20_regular:before {
    content: "\ebc7";
}
.icon-ic_fluent_stream_output_20_regular:before {
    content: "\ebc8";
}
.icon-ic_fluent_table_bottom_row_16_regular:before {
    content: "\ebfb";
}
.icon-ic_fluent_table_bottom_row_20_regular:before {
    content: "\ebfc";
}
.icon-ic_fluent_table_bottom_row_24_regular:before {
    content: "\ebfd";
}
.icon-ic_fluent_table_bottom_row_28_regular:before {
    content: "\ebfe";
}
.icon-ic_fluent_table_bottom_row_32_regular:before {
    content: "\ebff";
}
.icon-ic_fluent_table_bottom_row_48_regular:before {
    content: "\ec00";
}
.icon-ic_fluent_table_checker_20_regular:before {
    content: "\ec09";
}
.icon-ic_fluent_table_copy_20_regular:before {
    content: "\ec0a";
}
.icon-ic_fluent_table_image_20_regular:before {
    content: "\ec24";
}
.icon-ic_fluent_table_multiple_20_regular:before {
    content: "\ec43";
}
.icon-ic_fluent_table_search_20_regular:before {
    content: "\ec4c";
}
.icon-ic_fluent_table_split_20_regular:before {
    content: "\ec55";
}
.icon-ic_fluent_task_list_square_database_20_regular:before {
    content: "\ec98";
}
.icon-ic_fluent_text_bullet_list_checkmark_20_regular:before {
    content: "\ecd6";
}
.icon-ic_fluent_text_bullet_list_dismiss_20_regular:before {
    content: "\ecd7";
}
.icon-ic_fluent_text_bullet_list_square_clock_20_regular:before {
    content: "\ece3";
}
.icon-ic_fluent_text_bullet_list_square_person_20_regular:before {
    content: "\ece4";
}
.icon-ic_fluent_text_bullet_list_square_search_20_regular:before {
    content: "\ece5";
}
.icon-ic_fluent_text_bullet_list_square_settings_20_regular:before {
    content: "\ece6";
}
.icon-ic_fluent_text_bullet_list_square_shield_20_regular:before {
    content: "\ece7";
}
.icon-ic_fluent_text_bullet_list_square_toolbox_20_regular:before {
    content: "\ece8";
}
.icon-ic_fluent_text_density_24_regular:before {
    content: "\ed00";
}
.icon-ic_fluent_text_density_28_regular:before {
    content: "\ed01";
}
.icon-ic_fluent_text_expand_20_regular:before {
    content: "\ed0c";
}
.icon-ic_fluent_timer_off_20_regular:before {
    content: "\ed8e";
}
.icon-ic_fluent_triangle_16_regular:before {
    content: "\eda5";
}
.icon-ic_fluent_triangle_20_regular:before {
    content: "\eda6";
}
.icon-ic_fluent_triangle_down_12_regular:before {
    content: "\eda9";
}
.icon-ic_fluent_triangle_down_16_regular:before {
    content: "\edaa";
}
.icon-ic_fluent_triangle_down_20_regular:before {
    content: "\edab";
}
.icon-ic_fluent_triangle_down_32_regular:before {
    content: "\edac";
}
.icon-ic_fluent_triangle_down_48_regular:before {
    content: "\edad";
}
.icon-ic_fluent_triangle_left_12_regular:before {
    content: "\edae";
}
.icon-ic_fluent_triangle_left_16_regular:before {
    content: "\edaf";
}
.icon-ic_fluent_triangle_left_20_regular:before {
    content: "\edb0";
}
.icon-ic_fluent_triangle_left_32_regular:before {
    content: "\edb1";
}
.icon-ic_fluent_triangle_left_48_regular:before {
    content: "\edb2";
}
.icon-ic_fluent_triangle_right_12_regular:before {
    content: "\edb3";
}
.icon-ic_fluent_triangle_right_16_regular:before {
    content: "\edb4";
}
.icon-ic_fluent_triangle_right_20_regular:before {
    content: "\edb5";
}
.icon-ic_fluent_triangle_right_32_regular:before {
    content: "\edb6";
}
.icon-ic_fluent_triangle_right_48_regular:before {
    content: "\edb7";
}
.icon-ic_fluent_video_chat_28_regular:before {
    content: "\edfb";
}
.icon-ic_fluent_video_chat_32_regular:before {
    content: "\edfc";
}
.icon-ic_fluent_video_chat_48_regular:before {
    content: "\edfd";
}
.icon-ic_fluent_virtual_network_20_regular:before {
    content: "\ee22";
}
.icon-ic_fluent_virtual_network_toolbox_20_regular:before {
    content: "\ee23";
}
.icon-ic_fluent_wallet_16_regular:before {
    content: "\ee2b";
}
.icon-ic_fluent_wallet_credit_card_16_regular:before {
    content: "\ee31";
}
.icon-ic_fluent_wallet_credit_card_20_regular:before {
    content: "\ee32";
}
.icon-ic_fluent_wallet_credit_card_24_regular:before {
    content: "\ee33";
}
.icon-ic_fluent_wallet_credit_card_32_regular:before {
    content: "\ee34";
}
.icon-ic_fluent_window_bullet_list_20_regular:before {
    content: "\ee6d";
}
.icon-ic_fluent_window_bullet_list_add_20_regular:before {
    content: "\ee6e";
}
.icon-ic_fluent_window_database_20_regular:before {
    content: "\ee70";
}
.icon-ic_fluent_window_location_target_20_regular:before {
    content: "\ee77";
}
.icon-ic_fluent_window_multiple_swap_20_regular:before {
    content: "\ee79";
}
.icon-ic_fluent_window_play_20_regular:before {
    content: "\ee7c";
}
.icon-ic_fluent_window_settings_20_regular:before {
    content: "\ee7d";
}
.icon-ic_fluent_window_text_20_regular:before {
    content: "\ee7e";
}
.icon-ic_fluent_archive_arrow_back_16_regular:before {
    content: "\e067";
}
.icon-ic_fluent_archive_arrow_back_20_regular:before {
    content: "\e068";
}
.icon-ic_fluent_archive_arrow_back_24_regular:before {
    content: "\e069";
}
.icon-ic_fluent_archive_arrow_back_28_regular:before {
    content: "\e06a";
}
.icon-ic_fluent_archive_arrow_back_32_regular:before {
    content: "\e06b";
}
.icon-ic_fluent_archive_arrow_back_48_regular:before {
    content: "\e06c";
}
.icon-ic_fluent_circle_multiple_subtract_checkmark_20_regular:before {
    content: "\e33b";
}
.icon-ic_fluent_database_multiple_20_regular:before {
    content: "\e46e";
}
.icon-ic_fluent_image_multiple_off_16_regular:before {
    content: "\e72a";
}
.icon-ic_fluent_keyboard_16_regular:before {
    content: "\e74a";
}
.icon-ic_fluent_lock_multiple_20_regular:before {
    content: "\e792";
}
.icon-ic_fluent_lottery_20_regular:before {
    content: "\e798";
}
.icon-ic_fluent_mail_warning_20_regular:before {
    content: "\e7d8";
}
.icon-ic_fluent_mail_warning_24_regular:before {
    content: "\e7d9";
}
.icon-ic_fluent_match_app_layout_20_regular:before {
    content: "\e7dc";
}
.icon-ic_fluent_math_format_linear_20_regular:before {
    content: "\e7dd";
}
.icon-ic_fluent_megaphone_off_16_regular:before {
    content: "\e7f1";
}
.icon-ic_fluent_megaphone_off_20_regular:before {
    content: "\e7f2";
}
.icon-ic_fluent_megaphone_off_28_regular:before {
    content: "\e7f3";
}
.icon-ic_fluent_merge_20_regular:before {
    content: "\e7f7";
}
.icon-ic_fluent_mic_off_32_regular:before {
    content: "\e7ff";
}
.icon-ic_fluent_mobile_optimized_20_regular:before {
    content: "\e817";
}
.icon-ic_fluent_network_check_20_regular:before {
    content: "\e864";
}
.icon-ic_fluent_note_add_28_regular:before {
    content: "\e86c";
}
.icon-ic_fluent_note_add_48_regular:before {
    content: "\e86d";
}
.icon-ic_fluent_notebook_sync_20_regular:before {
    content: "\e87d";
}
.icon-ic_fluent_organization_horizontal_20_regular:before {
    content: "\e89e";
}
.icon-ic_fluent_paint_brush_arrow_down_20_regular:before {
    content: "\e8a7";
}
.icon-ic_fluent_paint_brush_arrow_up_20_regular:before {
    content: "\e8a9";
}
.icon-ic_fluent_pentagon_20_regular:before {
    content: "\e8e8";
}
.icon-ic_fluent_person_accounts_20_regular:before {
    content: "\e920";
}
.icon-ic_fluent_person_subtract_20_regular:before {
    content: "\e947";
}
.icon-ic_fluent_pin_off_28_regular:before {
    content: "\e986";
}
.icon-ic_fluent_pin_off_32_regular:before {
    content: "\e987";
}
.icon-ic_fluent_point_scan_20_regular:before {
    content: "\e99d";
}
.icon-ic_fluent_port_usb_a_20_regular:before {
    content: "\e9a4";
}
.icon-ic_fluent_question_circle_12_regular:before {
    content: "\e9ed";
}
.icon-ic_fluent_row_triple_20_regular:before {
    content: "\ea3c";
}
.icon-ic_fluent_scratchpad_20_regular:before {
    content: "\ea76";
}
.icon-ic_fluent_shifts_availability_20_regular:before {
    content: "\eae0";
}
.icon-ic_fluent_skip_forward_tab_20_regular:before {
    content: "\eb0a";
}
.icon-ic_fluent_sleep_20_regular:before {
    content: "\eb0c";
}
.icon-ic_fluent_slide_multiple_20_regular:before {
    content: "\eb1c";
}
.icon-ic_fluent_slide_multiple_arrow_right_20_regular:before {
    content: "\eb1e";
}
.icon-ic_fluent_slide_size_20_regular:before {
    content: "\eb25";
}
.icon-ic_fluent_sound_wave_circle_20_regular:before {
    content: "\eb2f";
}
.icon-ic_fluent_sport_american_football_20_regular:before {
    content: "\eb68";
}
.icon-ic_fluent_sport_baseball_20_regular:before {
    content: "\eb6a";
}
.icon-ic_fluent_sport_hockey_20_regular:before {
    content: "\eb6e";
}
.icon-ic_fluent_square_hint_arrow_back_20_regular:before {
    content: "\eb8e";
}
.icon-ic_fluent_square_shadow_20_regular:before {
    content: "\eb98";
}
.icon-ic_fluent_tab_arrow_left_20_regular:before {
    content: "\ebe7";
}
.icon-ic_fluent_tab_prohibited_20_regular:before {
    content: "\ebf0";
}
.icon-ic_fluent_text_collapse_20_regular:before {
    content: "\ecf4";
}
.icon-ic_fluent_text_more_20_regular:before {
    content: "\ed37";
}
.icon-ic_fluent_time_and_weather_20_regular:before {
    content: "\ed81";
}
.icon-ic_fluent_transmission_20_regular:before {
    content: "\ed9c";
}
.icon-ic_fluent_video_play_pause_20_regular:before {
    content: "\ee1a";
}
.icon-ic_fluent_arrow_next_12_regular:before {
    content: "\e0dd";
}
.icon-ic_fluent_arrow_previous_12_regular:before {
    content: "\e0e3";
}
.icon-ic_fluent_data_usage_settings_20_regular:before {
    content: "\e461";
}
.icon-ic_fluent_document_multiple_sync_20_regular:before {
    content: "\e526";
}
.icon-ic_fluent_filter_12_regular:before {
    content: "\e609";
}
.icon-ic_fluent_history_28_regular:before {
    content: "\e706";
}
.icon-ic_fluent_history_32_regular:before {
    content: "\e707";
}
.icon-ic_fluent_history_48_regular:before {
    content: "\e708";
}
.icon-ic_fluent_history_dismiss_20_regular:before {
    content: "\e709";
}
.icon-ic_fluent_history_dismiss_24_regular:before {
    content: "\e70a";
}
.icon-ic_fluent_history_dismiss_28_regular:before {
    content: "\e70b";
}
.icon-ic_fluent_history_dismiss_32_regular:before {
    content: "\e70c";
}
.icon-ic_fluent_history_dismiss_48_regular:before {
    content: "\e70d";
}
.icon-ic_fluent_home_more_20_regular:before {
    content: "\e716";
}
.icon-ic_fluent_people_search_20_regular:before {
    content: "\e907";
}
.icon-ic_fluent_people_team_delete_16_regular:before {
    content: "\e913";
}
.icon-ic_fluent_people_team_delete_20_regular:before {
    content: "\e914";
}
.icon-ic_fluent_people_team_delete_28_regular:before {
    content: "\e916";
}
.icon-ic_fluent_people_team_delete_32_regular:before {
    content: "\e917";
}
.icon-ic_fluent_person_5_20_regular:before {
    content: "\e91c";
}
.icon-ic_fluent_person_6_20_regular:before {
    content: "\e91e";
}
.icon-ic_fluent_person_sync_24_regular:before {
    content: "\e94a";
}
.icon-ic_fluent_phone_eraser_20_regular:before {
    content: "\e95d";
}
.icon-ic_fluent_phone_shake_20_regular:before {
    content: "\e968";
}
.icon-ic_fluent_phone_speaker_20_regular:before {
    content: "\e971";
}
.icon-ic_fluent_radar_20_regular:before {
    content: "\e9f0";
}
.icon-ic_fluent_radar_checkmark_20_regular:before {
    content: "\e9f1";
}
.icon-ic_fluent_radar_rectangle_multiple_20_regular:before {
    content: "\e9f2";
}
.icon-ic_fluent_real_estate_20_regular:before {
    content: "\e9fc";
}
.icon-ic_fluent_resize_table_20_regular:before {
    content: "\ea1b";
}
.icon-ic_fluent_shifts_30_minutes_20_regular:before {
    content: "\eadd";
}
.icon-ic_fluent_sound_source_20_regular:before {
    content: "\eb2e";
}
.icon-ic_fluent_subtitles_16_regular:before {
    content: "\ebcb";
}
.icon-ic_fluent_subtitles_20_regular:before {
    content: "\ebcc";
}
.icon-ic_fluent_subtitles_24_regular:before {
    content: "\ebcd";
}
.icon-ic_fluent_task_list_square_person_20_regular:before {
    content: "\ec9b";
}
.icon-ic_fluent_task_list_square_settings_20_regular:before {
    content: "\ec9e";
}
.icon-ic_fluent_timer_10_20_regular:before {
    content: "\ed84";
}
.icon-ic_fluent_timer_2_20_regular:before {
    content: "\ed87";
}
.icon-ic_fluent_timer_3_20_regular:before {
    content: "\ed8a";
}
.icon-ic_fluent_tree_deciduous_20_regular:before {
    content: "\eda2";
}
.icon-ic_fluent_tree_evergreen_20_regular:before {
    content: "\eda3";
}
.icon-ic_fluent_uninstall_app_20_regular:before {
    content: "\edce";
}
.icon-ic_fluent_alert_badge_16_regular:before {
    content: "\e017";
}
.icon-ic_fluent_alert_badge_20_regular:before {
    content: "\e018";
}
.icon-ic_fluent_alert_badge_24_regular:before {
    content: "\e019";
}
.icon-ic_fluent_archive_settings_28_regular:before {
    content: "\e072";
}
.icon-ic_fluent_arrow_between_up_20_regular:before {
    content: "\e081";
}
.icon-ic_fluent_arrow_fit_in_16_regular:before {
    content: "\e0ce";
}
.icon-ic_fluent_arrow_fit_in_20_regular:before {
    content: "\e0cf";
}
.icon-ic_fluent_arrow_forward_28_regular:before {
    content: "\e0d0";
}
.icon-ic_fluent_arrow_reply_28_regular:before {
    content: "\e0e6";
}
.icon-ic_fluent_arrow_reply_all_28_regular:before {
    content: "\e0e7";
}
.icon-ic_fluent_arrow_undo_28_regular:before {
    content: "\e127";
}
.icon-ic_fluent_branch_request_20_regular:before {
    content: "\e1e4";
}
.icon-ic_fluent_broom_28_regular:before {
    content: "\e204";
}
.icon-ic_fluent_bug_arrow_counterclockwise_20_regular:before {
    content: "\e208";
}
.icon-ic_fluent_bug_prohibited_20_regular:before {
    content: "\e209";
}
.icon-ic_fluent_calendar_multiple_28_regular:before {
    content: "\e256";
}
.icon-ic_fluent_call_add_16_regular:before {
    content: "\e275";
}
.icon-ic_fluent_call_dismiss_16_regular:before {
    content: "\e279";
}
.icon-ic_fluent_call_transfer_16_regular:before {
    content: "\e292";
}
.icon-ic_fluent_call_warning_16_regular:before {
    content: "\e294";
}
.icon-ic_fluent_call_warning_20_regular:before {
    content: "\e295";
}
.icon-ic_fluent_checkmark_square_20_regular:before {
    content: "\e309";
}
.icon-ic_fluent_circle_eraser_20_regular:before {
    content: "\e336";
}
.icon-ic_fluent_column_double_compare_20_regular:before {
    content: "\e3cb";
}
.icon-ic_fluent_comma_20_regular:before {
    content: "\e3d1";
}
.icon-ic_fluent_cube_arrow_curve_down_20_regular:before {
    content: "\e430";
}
.icon-ic_fluent_database_switch_20_regular:before {
    content: "\e474";
}
.icon-ic_fluent_document_data_20_regular:before {
    content: "\e4f7";
}
.icon-ic_fluent_folder_mail_24_regular:before {
    content: "\e658";
}
.icon-ic_fluent_folder_mail_28_regular:before {
    content: "\e659";
}
.icon-ic_fluent_gather_20_regular:before {
    content: "\e694";
}
.icon-ic_fluent_image_32_regular:before {
    content: "\e719";
}
.icon-ic_fluent_mail_attach_24_regular:before {
    content: "\e7ae";
}
.icon-ic_fluent_mail_attach_28_regular:before {
    content: "\e7af";
}
.icon-ic_fluent_mail_prohibited_28_regular:before {
    content: "\e7d0";
}
.icon-ic_fluent_markdown_20_regular:before {
    content: "\e7db";
}
.icon-ic_fluent_merge_16_regular:before {
    content: "\e7f6";
}
.icon-ic_fluent_notebook_arrow_curve_down_20_regular:before {
    content: "\e874";
}
.icon-ic_fluent_notebook_eye_20_regular:before {
    content: "\e876";
}
.icon-ic_fluent_person_sync_16_regular:before {
    content: "\e948";
}
.icon-ic_fluent_person_sync_20_regular:before {
    content: "\e949";
}
.icon-ic_fluent_person_sync_28_regular:before {
    content: "\e94b";
}
.icon-ic_fluent_person_sync_32_regular:before {
    content: "\e94c";
}
.icon-ic_fluent_person_sync_48_regular:before {
    content: "\e94d";
}
.icon-ic_fluent_phone_key_20_regular:before {
    content: "\e95e";
}
.icon-ic_fluent_phone_key_24_regular:before {
    content: "\e95f";
}
.icon-ic_fluent_pipeline_arrow_curve_down_20_regular:before {
    content: "\e98b";
}
.icon-ic_fluent_print_32_regular:before {
    content: "\e9cd";
}
.icon-ic_fluent_save_28_regular:before {
    content: "\ea44";
}
.icon-ic_fluent_select_all_off_20_regular:before {
    content: "\ea85";
}
.icon-ic_fluent_select_all_on_20_regular:before {
    content: "\ea86";
}
.icon-ic_fluent_square_eraser_20_regular:before {
    content: "\eb84";
}
.icon-ic_fluent_tab_desktop_multiple_bottom_20_regular:before {
    content: "\ebee";
}
.icon-ic_fluent_tag_28_regular:before {
    content: "\ec71";
}
.icon-ic_fluent_text_indent_decrease_rotate_270_24_regular:before {
    content: "\ed26";
}
.icon-ic_fluent_text_indent_decrease_rotate_90_24_regular:before {
    content: "\ed28";
}
.icon-ic_fluent_text_indent_increase_rotate_270_24_regular:before {
    content: "\ed30";
}
.icon-ic_fluent_text_indent_increase_rotate_90_24_regular:before {
    content: "\ed32";
}
.icon-ic_fluent_text_number_list_rotate_270_24_regular:before {
    content: "\ed3c";
}
.icon-ic_fluent_text_number_list_rotate_90_24_regular:before {
    content: "\ed3e";
}
.icon-ic_fluent_text_whole_word_20_regular:before {
    content: "\ed68";
}
.icon-ic_fluent_time_picker_20_regular:before {
    content: "\ed82";
}
.icon-ic_fluent_video_clip_off_16_regular:before {
    content: "\ee03";
}
.icon-ic_fluent_video_clip_off_20_regular:before {
    content: "\ee04";
}
.icon-ic_fluent_video_clip_off_24_regular:before {
    content: "\ee05";
}
.icon-ic_fluent_wallpaper_20_regular:before {
    content: "\ee35";
}
.icon-ic_fluent_warning_28_regular:before {
    content: "\ee3c";
}
.icon-ic_fluent_wifi_lock_20_regular:before {
    content: "\ee57";
}
.icon-ic_fluent_alert_12_regular:before {
    content: "\e013";
}
.icon-ic_fluent_alert_48_regular:before {
    content: "\e016";
}
.icon-ic_fluent_alert_snooze_12_regular:before {
    content: "\e01b";
}
.icon-ic_fluent_alert_snooze_16_regular:before {
    content: "\e01c";
}
.icon-ic_fluent_arrow_autofit_content_20_regular:before {
    content: "\e073";
}
.icon-ic_fluent_arrow_split_16_regular:before {
    content: "\e0f3";
}
.icon-ic_fluent_arrow_split_24_regular:before {
    content: "\e0f5";
}
.icon-ic_fluent_catch_up_16_regular:before {
    content: "\e2ad";
}
.icon-ic_fluent_catch_up_20_regular:before {
    content: "\e2ae";
}
.icon-ic_fluent_catch_up_24_regular:before {
    content: "\e2af";
}
.icon-ic_fluent_chess_20_regular:before {
    content: "\e30c";
}
.icon-ic_fluent_circle_image_20_regular:before {
    content: "\e338";
}
.icon-ic_fluent_image_multiple_off_20_regular:before {
    content: "\e72b";
}
.icon-ic_fluent_mic_pulse_16_regular:before {
    content: "\e806";
}
.icon-ic_fluent_mic_pulse_20_regular:before {
    content: "\e807";
}
.icon-ic_fluent_mic_pulse_24_regular:before {
    content: "\e808";
}
.icon-ic_fluent_mic_pulse_28_regular:before {
    content: "\e809";
}
.icon-ic_fluent_mic_pulse_32_regular:before {
    content: "\e80a";
}
.icon-ic_fluent_mic_pulse_48_regular:before {
    content: "\e80b";
}
.icon-ic_fluent_mic_pulse_off_16_regular:before {
    content: "\e80c";
}
.icon-ic_fluent_mic_pulse_off_20_regular:before {
    content: "\e80d";
}
.icon-ic_fluent_mic_pulse_off_24_regular:before {
    content: "\e80e";
}
.icon-ic_fluent_mic_pulse_off_28_regular:before {
    content: "\e80f";
}
.icon-ic_fluent_mic_pulse_off_32_regular:before {
    content: "\e810";
}
.icon-ic_fluent_mic_pulse_off_48_regular:before {
    content: "\e811";
}
.icon-ic_fluent_pause_28_regular:before {
    content: "\e8cd";
}
.icon-ic_fluent_pause_32_regular:before {
    content: "\e8ce";
}
.icon-ic_fluent_playing_cards_20_regular:before {
    content: "\e998";
}
.icon-ic_fluent_premium_person_16_regular:before {
    content: "\e9b2";
}
.icon-ic_fluent_quiz_new_20_regular:before {
    content: "\e9ef";
}
.icon-ic_fluent_save_copy_20_regular:before {
    content: "\ea47";
}
.icon-ic_fluent_send_copy_20_regular:before {
    content: "\ea90";
}
.icon-ic_fluent_slide_hide_20_regular:before {
    content: "\eb19";
}
.icon-ic_fluent_slide_microphone_20_regular:before {
    content: "\eb1a";
}
.icon-ic_fluent_slide_search_20_regular:before {
    content: "\eb20";
}
.icon-ic_fluent_sport_basketball_20_regular:before {
    content: "\eb6c";
}
.icon-ic_fluent_swipe_down_20_regular:before {
    content: "\ebdd";
}
.icon-ic_fluent_swipe_right_20_regular:before {
    content: "\ebde";
}
.icon-ic_fluent_swipe_up_20_regular:before {
    content: "\ebdf";
}
.icon-ic_fluent_tabs_20_regular:before {
    content: "\ec6f";
}
.icon-ic_fluent_text_12_regular:before {
    content: "\ecad";
}
.icon-ic_fluent_text_16_regular:before {
    content: "\ecae";
}
.icon-ic_fluent_text_32_regular:before {
    content: "\ecaf";
}
.icon-ic_fluent_text_add_20_regular:before {
    content: "\ecb0";
}
.icon-ic_fluent_text_indent_decrease_rotate_270_20_regular:before {
    content: "\ed25";
}
.icon-ic_fluent_text_indent_decrease_rotate_90_20_regular:before {
    content: "\ed27";
}
.icon-ic_fluent_text_indent_increase_rotate_270_20_regular:before {
    content: "\ed2f";
}
.icon-ic_fluent_text_indent_increase_rotate_90_20_regular:before {
    content: "\ed31";
}
.icon-ic_fluent_text_number_list_rotate_270_20_regular:before {
    content: "\ed3b";
}
.icon-ic_fluent_text_number_list_rotate_90_20_regular:before {
    content: "\ed3d";
}
.icon-ic_fluent_text_wrap_20_regular:before {
    content: "\ed69";
}
.icon-ic_fluent_toggle_multiple_16_regular:before {
    content: "\ed94";
}
.icon-ic_fluent_toggle_multiple_20_regular:before {
    content: "\ed95";
}
.icon-ic_fluent_toggle_multiple_24_regular:before {
    content: "\ed96";
}
.icon-ic_fluent_window_edit_20_regular:before {
    content: "\ee73";
}
.icon-ic_fluent_zoom_fit_16_regular:before {
    content: "\ee8b";
}
.icon-ic_fluent_zoom_fit_20_regular:before {
    content: "\ee8c";
}
.icon-ic_fluent_zoom_fit_24_regular:before {
    content: "\ee8d";
}
.icon-ic_fluent_app_folder_16_regular:before {
    content: "\e058";
}
.icon-ic_fluent_app_folder_28_regular:before {
    content: "\e059";
}
.icon-ic_fluent_app_folder_32_regular:before {
    content: "\e05a";
}
.icon-ic_fluent_app_folder_48_regular:before {
    content: "\e05b";
}
.icon-ic_fluent_arrow_outline_up_right_20_regular:before {
    content: "\e0de";
}
.icon-ic_fluent_arrow_outline_up_right_24_regular:before {
    content: "\e0df";
}
.icon-ic_fluent_clipboard_32_regular:before {
    content: "\e343";
}
.icon-ic_fluent_clipboard_text_32_regular:before {
    content: "\e365";
}
.icon-ic_fluent_clipboard_text_edit_20_regular:before {
    content: "\e366";
}
.icon-ic_fluent_clipboard_text_edit_24_regular:before {
    content: "\e367";
}
.icon-ic_fluent_clipboard_text_edit_32_regular:before {
    content: "\e368";
}
.icon-ic_fluent_document_data_24_regular:before {
    content: "\e4f8";
}
.icon-ic_fluent_joystick_20_regular:before {
    content: "\e73f";
}
.icon-ic_fluent_people_12_regular:before {
    content: "\e8eb";
}
.icon-ic_fluent_people_48_regular:before {
    content: "\e8ed";
}
.icon-ic_fluent_person_heart_24_regular:before {
    content: "\e931";
}
.icon-ic_fluent_port_micro_usb_20_regular:before {
    content: "\e9a2";
}
.icon-ic_fluent_port_usb_c_20_regular:before {
    content: "\e9a6";
}
.icon-ic_fluent_rss_20_regular:before {
    content: "\ea3d";
}
.icon-ic_fluent_scales_20_regular:before {
    content: "\ea50";
}
.icon-ic_fluent_shifts_team_20_regular:before {
    content: "\eae9";
}
.icon-ic_fluent_speaker_bluetooth_20_regular:before {
    content: "\eb47";
}
.icon-ic_fluent_speaker_usb_20_regular:before {
    content: "\eb53";
}
.icon-ic_fluent_text_align_center_rotate_270_16_regular:before {
    content: "\ecb3";
}
.icon-ic_fluent_text_align_center_rotate_270_20_regular:before {
    content: "\ecb4";
}
.icon-ic_fluent_text_align_center_rotate_90_16_regular:before {
    content: "\ecb6";
}
.icon-ic_fluent_text_align_center_rotate_90_20_regular:before {
    content: "\ecb7";
}
.icon-ic_fluent_text_align_center_rotate_90_24_regular:before {
    content: "\ecb8";
}
.icon-ic_fluent_text_align_justify_rotate_270_20_regular:before {
    content: "\ecbf";
}
.icon-ic_fluent_text_align_justify_rotate_270_24_regular:before {
    content: "\ecc0";
}
.icon-ic_fluent_text_align_justify_rotate_90_20_regular:before {
    content: "\ecc1";
}
.icon-ic_fluent_text_align_left_rotate_270_16_regular:before {
    content: "\ecc4";
}
.icon-ic_fluent_text_align_left_rotate_270_20_regular:before {
    content: "\ecc5";
}
.icon-ic_fluent_text_align_left_rotate_90_16_regular:before {
    content: "\ecc7";
}
.icon-ic_fluent_text_align_left_rotate_90_20_regular:before {
    content: "\ecc8";
}
.icon-ic_fluent_text_align_left_rotate_90_24_regular:before {
    content: "\ecc9";
}
.icon-ic_fluent_text_align_right_rotate_270_16_regular:before {
    content: "\eccb";
}
.icon-ic_fluent_text_align_right_rotate_270_20_regular:before {
    content: "\eccc";
}
.icon-ic_fluent_text_align_right_rotate_90_16_regular:before {
    content: "\ecce";
}
.icon-ic_fluent_text_align_right_rotate_90_20_regular:before {
    content: "\eccf";
}
.icon-ic_fluent_text_align_right_rotate_90_24_regular:before {
    content: "\ecd0";
}
.icon-ic_fluent_clipboard_text_ltr_32_regular:before {
    content: "\e36b";
}
.icon-ic_fluent_braces_16_regular:before {
    content: "\ee90";
}
.icon-ic_fluent_braces_28_regular:before {
    content: "\ee91";
}
.icon-ic_fluent_braces_32_regular:before {
    content: "\ee92";
}
.icon-ic_fluent_braces_48_regular:before {
    content: "\ee93";
}
.icon-ic_fluent_branch_fork_32_regular:before {
    content: "\ee94";
}
.icon-ic_fluent_calendar_data_bar_16_regular:before {
    content: "\ee95";
}
.icon-ic_fluent_calendar_data_bar_20_regular:before {
    content: "\ee96";
}
.icon-ic_fluent_calendar_data_bar_24_regular:before {
    content: "\ee97";
}
.icon-ic_fluent_calendar_data_bar_28_regular:before {
    content: "\ee98";
}
.icon-ic_fluent_clipboard_3_day_16_regular:before {
    content: "\ee99";
}
.icon-ic_fluent_clipboard_3_day_20_regular:before {
    content: "\ee9a";
}
.icon-ic_fluent_clipboard_3_day_24_regular:before {
    content: "\ee9b";
}
.icon-ic_fluent_clipboard_day_16_regular:before {
    content: "\ee9c";
}
.icon-ic_fluent_clipboard_day_20_regular:before {
    content: "\ee9d";
}
.icon-ic_fluent_clipboard_day_24_regular:before {
    content: "\ee9e";
}
.icon-ic_fluent_clipboard_month_16_regular:before {
    content: "\ee9f";
}
.icon-ic_fluent_clipboard_month_20_regular:before {
    content: "\eea0";
}
.icon-ic_fluent_clipboard_month_24_regular:before {
    content: "\eea1";
}
.icon-ic_fluent_content_view_gallery_24_regular:before {
    content: "\eea2";
}
.icon-ic_fluent_content_view_gallery_28_regular:before {
    content: "\eea3";
}
.icon-ic_fluent_data_bar_vertical_16_regular:before {
    content: "\eea4";
}
.icon-ic_fluent_delete_12_regular:before {
    content: "\eea5";
}
.icon-ic_fluent_delete_32_regular:before {
    content: "\eea6";
}
.icon-ic_fluent_form_20_regular:before {
    content: "\eea7";
}
.icon-ic_fluent_form_24_regular:before {
    content: "\eea8";
}
.icon-ic_fluent_form_28_regular:before {
    content: "\eea9";
}
.icon-ic_fluent_form_48_regular:before {
    content: "\eeaa";
}
.icon-ic_fluent_mail_read_multiple_20_regular:before {
    content: "\eeab";
}
.icon-ic_fluent_mail_read_multiple_32_regular:before {
    content: "\eeac";
}
.icon-ic_fluent_megaphone_loud_16_regular:before {
    content: "\eead";
}
.icon-ic_fluent_panel_right_add_20_regular:before {
    content: "\eeae";
}
.icon-ic_fluent_person_note_16_regular:before {
    content: "\eeaf";
}
.icon-ic_fluent_shield_globe_16_regular:before {
    content: "\eeb0";
}
.icon-ic_fluent_shield_globe_20_regular:before {
    content: "\eeb1";
}
.icon-ic_fluent_shield_globe_24_regular:before {
    content: "\eeb2";
}
.icon-ic_fluent_square_multiple_28_regular:before {
    content: "\eeb3";
}
.icon-ic_fluent_square_multiple_32_regular:before {
    content: "\eeb4";
}
.icon-ic_fluent_square_multiple_48_regular:before {
    content: "\eeb5";
}
.icon-ic_fluent_table_calculator_20_regular:before {
    content: "\eeb6";
}
.icon-ic_fluent_xbox_controller_16_regular:before {
    content: "\eeb7";
}
.icon-ic_fluent_xbox_controller_20_regular:before {
    content: "\eeb8";
}
.icon-ic_fluent_xbox_controller_24_regular:before {
    content: "\eeb9";
}
.icon-ic_fluent_xbox_controller_28_regular:before {
    content: "\eeba";
}
.icon-ic_fluent_xbox_controller_32_regular:before {
    content: "\eebb";
}
.icon-ic_fluent_xbox_controller_48_regular:before {
    content: "\eebc";
}
.icon-ic_fluent_apps_32_regular:before {
    content: "\eebd";
}
.icon-ic_fluent_arrow_paragraph_16_regular:before {
    content: "\eebe";
}
.icon-ic_fluent_arrow_paragraph_24_regular:before {
    content: "\eebf";
}
.icon-ic_fluent_beaker_32_regular:before {
    content: "\eec0";
}
.icon-ic_fluent_building_retail_more_32_regular:before {
    content: "\eec2";
}
.icon-ic_fluent_calendar_month_32_regular:before {
    content: "\eec3";
}
.icon-ic_fluent_content_view_24_regular:before {
    content: "\eec4";
}
.icon-ic_fluent_content_view_28_regular:before {
    content: "\eec5";
}
.icon-ic_fluent_credit_card_clock_20_regular:before {
    content: "\eec6";
}
.icon-ic_fluent_credit_card_clock_24_regular:before {
    content: "\eec7";
}
.icon-ic_fluent_credit_card_clock_28_regular:before {
    content: "\eec8";
}
.icon-ic_fluent_credit_card_clock_32_regular:before {
    content: "\eec9";
}
.icon-ic_fluent_cube_32_regular:before {
    content: "\eeca";
}
.icon-ic_fluent_data_bar_vertical_32_regular:before {
    content: "\eecb";
}
.icon-ic_fluent_database_32_regular:before {
    content: "\eecc";
}
.icon-ic_fluent_document_data_32_regular:before {
    content: "\eecd";
}
.icon-ic_fluent_folder_people_20_regular:before {
    content: "\eece";
}
.icon-ic_fluent_folder_people_24_regular:before {
    content: "\eecf";
}
.icon-ic_fluent_gauge_32_regular:before {
    content: "\eed0";
}
.icon-ic_fluent_hand_left_chat_16_regular:before {
    content: "\eed1";
}
.icon-ic_fluent_hand_left_chat_20_regular:before {
    content: "\eed2";
}
.icon-ic_fluent_hand_left_chat_24_regular:before {
    content: "\eed3";
}
.icon-ic_fluent_hand_left_chat_28_regular:before {
    content: "\eed4";
}
.icon-ic_fluent_home_database_24_regular:before {
    content: "\eed5";
}
.icon-ic_fluent_home_database_32_regular:before {
    content: "\eed6";
}
.icon-ic_fluent_home_more_24_regular:before {
    content: "\eed7";
}
.icon-ic_fluent_home_more_32_regular:before {
    content: "\eed8";
}
.icon-ic_fluent_notebook_32_regular:before {
    content: "\eed9";
}
.icon-ic_fluent_payment_32_regular:before {
    content: "\eeda";
}
.icon-ic_fluent_payment_48_regular:before {
    content: "\eedb";
}
.icon-ic_fluent_person_running_20_regular:before {
    content: "\eedc";
}
.icon-ic_fluent_pipeline_24_regular:before {
    content: "\eedd";
}
.icon-ic_fluent_pipeline_32_regular:before {
    content: "\eede";
}
.icon-ic_fluent_stack_32_regular:before {
    content: "\eedf";
}
.icon-ic_fluent_text_align_justify_low_rotate_270_20_regular:before {
    content: "\eee0";
}
.icon-ic_fluent_text_align_justify_low_rotate_270_24_regular:before {
    content: "\eee1";
}
.icon-ic_fluent_text_align_justify_low_rotate_90_20_regular:before {
    content: "\eee2";
}
.icon-ic_fluent_text_align_justify_low_rotate_90_24_regular:before {
    content: "\eee3";
}
.icon-ic_fluent_animal_rabbit_32_regular:before {
    content: "\eec1";
}
.icon-ic_fluent_animal_rabbit_off_20_regular:before {
    content: "\eee4";
}
.icon-ic_fluent_animal_rabbit_off_32_regular:before {
    content: "\eee5";
}
.icon-ic_fluent_beaker_off_20_regular:before {
    content: "\eee6";
}
.icon-ic_fluent_beaker_off_32_regular:before {
    content: "\eee7";
}
.icon-ic_fluent_bowl_salad_20_regular:before {
    content: "\eee8";
}
.icon-ic_fluent_bowl_salad_24_regular:before {
    content: "\eee9";
}
.icon-ic_fluent_building_retail_more_24_regular:before {
    content: "\eeea";
}
.icon-ic_fluent_connected_16_regular:before {
    content: "\eeeb";
}
.icon-ic_fluent_connected_20_regular:before {
    content: "\eeec";
}
.icon-ic_fluent_document_text_16_regular:before {
    content: "\eeed";
}
.icon-ic_fluent_drink_bottle_20_regular:before {
    content: "\eeee";
}
.icon-ic_fluent_drink_bottle_32_regular:before {
    content: "\eeef";
}
.icon-ic_fluent_drink_bottle_off_20_regular:before {
    content: "\eef0";
}
.icon-ic_fluent_drink_bottle_off_32_regular:before {
    content: "\eef1";
}
.icon-ic_fluent_earth_32_regular:before {
    content: "\eef2";
}
.icon-ic_fluent_earth_leaf_16_regular:before {
    content: "\eef3";
}
.icon-ic_fluent_earth_leaf_20_regular:before {
    content: "\eef4";
}
.icon-ic_fluent_earth_leaf_24_regular:before {
    content: "\eef5";
}
.icon-ic_fluent_earth_leaf_32_regular:before {
    content: "\eef6";
}
.icon-ic_fluent_feed_16_regular:before {
    content: "\eef7";
}
.icon-ic_fluent_feed_20_regular:before {
    content: "\eef8";
}
.icon-ic_fluent_feed_24_regular:before {
    content: "\eef9";
}
.icon-ic_fluent_feed_28_regular:before {
    content: "\eefa";
}
.icon-ic_fluent_filmstrip_20_regular:before {
    content: "\eefb";
}
.icon-ic_fluent_filmstrip_24_regular:before {
    content: "\eefc";
}
.icon-ic_fluent_food_carrot_20_regular:before {
    content: "\eefd";
}
.icon-ic_fluent_food_carrot_24_regular:before {
    content: "\eefe";
}
.icon-ic_fluent_food_fish_20_regular:before {
    content: "\eeff";
}
.icon-ic_fluent_food_fish_24_regular:before {
    content: "\ef00";
}
.icon-ic_fluent_hand_open_heart_20_regular:before {
    content: "\ef01";
}
.icon-ic_fluent_hand_open_heart_32_regular:before {
    content: "\ef02";
}
.icon-ic_fluent_hand_wave_16_regular:before {
    content: "\ef03";
}
.icon-ic_fluent_hand_wave_20_regular:before {
    content: "\ef04";
}
.icon-ic_fluent_hand_wave_24_regular:before {
    content: "\ef05";
}
.icon-ic_fluent_handshake_32_regular:before {
    content: "\ef06";
}
.icon-ic_fluent_leaf_one_32_regular:before {
    content: "\ef07";
}
.icon-ic_fluent_leaf_two_32_regular:before {
    content: "\ef08";
}
.icon-ic_fluent_notebook_16_regular:before {
    content: "\ef09";
}
.icon-ic_fluent_person_heart_20_regular:before {
    content: "\ef0a";
}
.icon-ic_fluent_person_star_16_regular:before {
    content: "\ef0b";
}
.icon-ic_fluent_person_star_20_regular:before {
    content: "\ef0c";
}
.icon-ic_fluent_person_star_24_regular:before {
    content: "\ef0d";
}
.icon-ic_fluent_person_star_28_regular:before {
    content: "\ef0e";
}
.icon-ic_fluent_person_star_32_regular:before {
    content: "\ef0f";
}
.icon-ic_fluent_person_star_48_regular:before {
    content: "\ef10";
}
.icon-ic_fluent_pipeline_add_32_regular:before {
    content: "\ef11";
}
.icon-ic_fluent_recycle_20_regular:before {
    content: "\ef12";
}
.icon-ic_fluent_recycle_32_regular:before {
    content: "\ef13";
}
.icon-ic_fluent_reward_12_regular:before {
    content: "\ef14";
}
.icon-ic_fluent_slide_link_20_regular:before {
    content: "\ef15";
}
.icon-ic_fluent_slide_link_24_regular:before {
    content: "\ef16";
}
.icon-ic_fluent_food_chicken_leg_16_regular:before {
    content: "\ef17";
}
.icon-ic_fluent_food_chicken_leg_20_regular:before {
    content: "\ef18";
}
.icon-ic_fluent_food_chicken_leg_24_regular:before {
    content: "\ef19";
}
.icon-ic_fluent_food_chicken_leg_32_regular:before {
    content: "\ef1a";
}
.icon-ic_fluent_form_multiple_20_regular:before {
    content: "\ef1b";
}
.icon-ic_fluent_form_multiple_24_regular:before {
    content: "\ef1c";
}
.icon-ic_fluent_form_multiple_28_regular:before {
    content: "\ef1d";
}
.icon-ic_fluent_form_multiple_48_regular:before {
    content: "\ef1e";
}
.icon-ic_fluent_laser_tool_20_regular:before {
    content: "\ef1f";
}
.icon-ic_fluent_shield_32_regular:before {
    content: "\ef20";
}
.icon-ic_fluent_shield_question_16_regular:before {
    content: "\ef21";
}
.icon-ic_fluent_shield_question_20_regular:before {
    content: "\ef22";
}
.icon-ic_fluent_shield_question_24_regular:before {
    content: "\ef23";
}
.icon-ic_fluent_shield_question_32_regular:before {
    content: "\ef24";
}
.icon-ic_fluent_heart_broken_24_regular:before {
    content: "\ef25";
}
.icon-ic_fluent_layer_diagonal_20_regular:before {
    content: "\ef26";
}
.icon-ic_fluent_layer_diagonal_person_20_regular:before {
    content: "\ef27";
}
.icon-ic_fluent_text_wrap_16_regular:before {
    content: "\ef28";
}
.icon-ic_fluent_text_wrap_off_16_regular:before {
    content: "\ef29";
}
.icon-ic_fluent_text_wrap_off_20_regular:before {
    content: "\ef2a";
}
.icon-ic_fluent_text_wrap_off_24_regular:before {
    content: "\ef2b";
}
.icon-ic_fluent_trophy_lock_16_regular:before {
    content: "\ef2c";
}
.icon-ic_fluent_trophy_lock_20_regular:before {
    content: "\ef2d";
}
.icon-ic_fluent_trophy_lock_24_regular:before {
    content: "\ef2e";
}
.icon-ic_fluent_trophy_lock_28_regular:before {
    content: "\ef2f";
}
.icon-ic_fluent_trophy_lock_32_regular:before {
    content: "\ef30";
}
.icon-ic_fluent_trophy_lock_48_regular:before {
    content: "\ef31";
}
.icon-ic_fluent_arrow_repeat_1_16_regular:before {
    content: "\ef32";
}
.icon-ic_fluent_arrow_repeat_1_20_regular:before {
    content: "\ef33";
}
.icon-ic_fluent_arrow_repeat_1_24_regular:before {
    content: "\ef34";
}
.icon-ic_fluent_arrow_shuffle_16_regular:before {
    content: "\ef35";
}
.icon-ic_fluent_arrow_shuffle_20_regular:before {
    content: "\ef36";
}
.icon-ic_fluent_arrow_shuffle_24_regular:before {
    content: "\ef37";
}
.icon-ic_fluent_arrow_shuffle_28_regular:before {
    content: "\ef38";
}
.icon-ic_fluent_arrow_shuffle_32_regular:before {
    content: "\ef39";
}
.icon-ic_fluent_arrow_shuffle_48_regular:before {
    content: "\ef3a";
}
.icon-ic_fluent_arrow_shuffle_off_16_regular:before {
    content: "\ef3b";
}
.icon-ic_fluent_arrow_shuffle_off_20_regular:before {
    content: "\ef3c";
}
.icon-ic_fluent_arrow_shuffle_off_24_regular:before {
    content: "\ef3d";
}
.icon-ic_fluent_arrow_shuffle_off_28_regular:before {
    content: "\ef3e";
}
.icon-ic_fluent_arrow_shuffle_off_32_regular:before {
    content: "\ef3f";
}
.icon-ic_fluent_arrow_shuffle_off_48_regular:before {
    content: "\ef40";
}
.icon-ic_fluent_building_desktop_16_regular:before {
    content: "\ef41";
}
.icon-ic_fluent_building_desktop_20_regular:before {
    content: "\ef42";
}
.icon-ic_fluent_building_desktop_24_regular:before {
    content: "\ef43";
}
.icon-ic_fluent_calendar_empty_48_regular:before {
    content: "\ef44";
}
.icon-ic_fluent_calendar_lock_16_regular:before {
    content: "\ef45";
}
.icon-ic_fluent_calendar_lock_20_regular:before {
    content: "\ef46";
}
.icon-ic_fluent_calendar_lock_24_regular:before {
    content: "\ef47";
}
.icon-ic_fluent_calendar_lock_28_regular:before {
    content: "\ef48";
}
.icon-ic_fluent_calendar_lock_32_regular:before {
    content: "\ef49";
}
.icon-ic_fluent_calendar_lock_48_regular:before {
    content: "\ef4a";
}
.icon-ic_fluent_calendar_settings_24_regular:before {
    content: "\ef4b";
}
.icon-ic_fluent_calendar_settings_28_regular:before {
    content: "\ef4c";
}
.icon-ic_fluent_calendar_settings_32_regular:before {
    content: "\ef4d";
}
.icon-ic_fluent_calendar_settings_48_regular:before {
    content: "\ef4e";
}
.icon-ic_fluent_call_12_regular:before {
    content: "\ef4f";
}
.icon-ic_fluent_call_missed_12_regular:before {
    content: "\ef50";
}
.icon-ic_fluent_chat_add_16_regular:before {
    content: "\ef51";
}
.icon-ic_fluent_chat_add_20_regular:before {
    content: "\ef52";
}
.icon-ic_fluent_chat_add_24_regular:before {
    content: "\ef53";
}
.icon-ic_fluent_chat_add_28_regular:before {
    content: "\ef54";
}
.icon-ic_fluent_chat_add_32_regular:before {
    content: "\ef55";
}
.icon-ic_fluent_chat_add_48_regular:before {
    content: "\ef56";
}
.icon-ic_fluent_chat_cursor_16_regular:before {
    content: "\ef57";
}
.icon-ic_fluent_chat_cursor_20_regular:before {
    content: "\ef58";
}
.icon-ic_fluent_chat_cursor_24_regular:before {
    content: "\ef59";
}
.icon-ic_fluent_chat_empty_12_regular:before {
    content: "\ef5a";
}
.icon-ic_fluent_chat_empty_16_regular:before {
    content: "\ef5b";
}
.icon-ic_fluent_chat_empty_20_regular:before {
    content: "\ef5c";
}
.icon-ic_fluent_chat_empty_24_regular:before {
    content: "\ef5d";
}
.icon-ic_fluent_chat_empty_28_regular:before {
    content: "\ef5e";
}
.icon-ic_fluent_chat_empty_32_regular:before {
    content: "\ef5f";
}
.icon-ic_fluent_chat_empty_48_regular:before {
    content: "\ef60";
}
.icon-ic_fluent_circle_image_16_regular:before {
    content: "\ef61";
}
.icon-ic_fluent_circle_image_24_regular:before {
    content: "\ef62";
}
.icon-ic_fluent_circle_image_28_regular:before {
    content: "\ef63";
}
.icon-ic_fluent_code_text_16_regular:before {
    content: "\ef64";
}
.icon-ic_fluent_desktop_checkmark_16_regular:before {
    content: "\ef65";
}
.icon-ic_fluent_desktop_checkmark_20_regular:before {
    content: "\ef66";
}
.icon-ic_fluent_desktop_checkmark_24_regular:before {
    content: "\ef67";
}
.icon-ic_fluent_fire_16_regular:before {
    content: "\ef68";
}
.icon-ic_fluent_fire_20_regular:before {
    content: "\ef69";
}
.icon-ic_fluent_fire_24_regular:before {
    content: "\ef6a";
}
.icon-ic_fluent_hourglass_20_regular:before {
    content: "\ef6b";
}
.icon-ic_fluent_hourglass_24_regular:before {
    content: "\ef6c";
}
.icon-ic_fluent_hourglass_half_20_regular:before {
    content: "\ef6d";
}
.icon-ic_fluent_hourglass_half_24_regular:before {
    content: "\ef6e";
}
.icon-ic_fluent_hourglass_one_quarter_20_regular:before {
    content: "\ef6f";
}
.icon-ic_fluent_hourglass_one_quarter_24_regular:before {
    content: "\ef70";
}
.icon-ic_fluent_hourglass_three_quarter_20_regular:before {
    content: "\ef71";
}
.icon-ic_fluent_hourglass_three_quarter_24_regular:before {
    content: "\ef72";
}
.icon-ic_fluent_ink_stroke_arrow_down_20_regular:before {
    content: "\ef73";
}
.icon-ic_fluent_ink_stroke_arrow_down_24_regular:before {
    content: "\ef74";
}
.icon-ic_fluent_ink_stroke_arrow_up_down_20_regular:before {
    content: "\ef75";
}
.icon-ic_fluent_ink_stroke_arrow_up_down_24_regular:before {
    content: "\ef76";
}
.icon-ic_fluent_megaphone_circle_20_regular:before {
    content: "\ef77";
}
.icon-ic_fluent_megaphone_circle_24_regular:before {
    content: "\ef78";
}
.icon-ic_fluent_person_alert_16_regular:before {
    content: "\ef91";
}
.icon-ic_fluent_person_alert_20_regular:before {
    content: "\ef92";
}
.icon-ic_fluent_person_alert_24_regular:before {
    content: "\ef93";
}
.icon-ic_fluent_person_arrow_back_16_regular:before {
    content: "\ef94";
}
.icon-ic_fluent_person_arrow_back_20_regular:before {
    content: "\ef95";
}
.icon-ic_fluent_person_arrow_back_24_regular:before {
    content: "\ef96";
}
.icon-ic_fluent_person_arrow_back_28_regular:before {
    content: "\ef97";
}
.icon-ic_fluent_person_arrow_back_32_regular:before {
    content: "\ef98";
}
.icon-ic_fluent_person_arrow_back_48_regular:before {
    content: "\ef99";
}
.icon-ic_fluent_person_link_16_regular:before {
    content: "\ef9a";
}
.icon-ic_fluent_person_link_20_regular:before {
    content: "\ef9b";
}
.icon-ic_fluent_person_link_24_regular:before {
    content: "\ef9c";
}
.icon-ic_fluent_person_link_28_regular:before {
    content: "\ef9d";
}
.icon-ic_fluent_person_link_32_regular:before {
    content: "\ef9e";
}
.icon-ic_fluent_person_link_48_regular:before {
    content: "\ef9f";
}
.icon-ic_fluent_phone_28_regular:before {
    content: "\efa0";
}
.icon-ic_fluent_phone_32_regular:before {
    content: "\efa1";
}
.icon-ic_fluent_phone_48_regular:before {
    content: "\efa2";
}
.icon-ic_fluent_phone_chat_16_regular:before {
    content: "\efa3";
}
.icon-ic_fluent_phone_chat_20_regular:before {
    content: "\efa4";
}
.icon-ic_fluent_phone_chat_24_regular:before {
    content: "\efa5";
}
.icon-ic_fluent_phone_chat_28_regular:before {
    content: "\efa6";
}
.icon-ic_fluent_premium_12_regular:before {
    content: "\efa7";
}
.icon-ic_fluent_shield_add_16_regular:before {
    content: "\efa8";
}
.icon-ic_fluent_shield_add_20_regular:before {
    content: "\efa9";
}
.icon-ic_fluent_shield_add_24_regular:before {
    content: "\efaa";
}
.icon-ic_fluent_sparkle_circle_20_regular:before {
    content: "\efab";
}
.icon-ic_fluent_sparkle_circle_24_regular:before {
    content: "\efac";
}
.icon-ic_fluent_task_list_square_ltr_16_regular:before {
    content: "\efad";
}
.icon-ic_fluent_task_list_square_rtl_16_regular:before {
    content: "\efae";
}
.icon-ic_fluent_text_direction_horizontal_ltr_20_regular:before {
    content: "\efb1";
}
.icon-ic_fluent_text_direction_horizontal_ltr_24_regular:before {
    content: "\efb2";
}
.icon-ic_fluent_text_direction_horizontal_rtl_20_regular:before {
    content: "\efb3";
}
.icon-ic_fluent_text_direction_horizontal_rtl_24_regular:before {
    content: "\efb4";
}
.icon-ic_fluent_text_direction_rotate_90_ltr_20_regular:before {
    content: "\efb5";
}
.icon-ic_fluent_text_direction_rotate_90_ltr_24_regular:before {
    content: "\efb6";
}
.icon-ic_fluent_text_direction_rotate_90_rtl_20_regular:before {
    content: "\efb7";
}
.icon-ic_fluent_text_direction_rotate_90_rtl_24_regular:before {
    content: "\efb8";
}
.icon-ic_fluent_app_generic_32_regular:before {
    content: "\efb9";
}
.icon-ic_fluent_code_block_16_regular:before {
    content: "\efba";
}
.icon-ic_fluent_code_block_20_regular:before {
    content: "\efbb";
}
.icon-ic_fluent_code_block_24_regular:before {
    content: "\efbc";
}
.icon-ic_fluent_code_block_28_regular:before {
    content: "\efbd";
}
.icon-ic_fluent_code_block_32_regular:before {
    content: "\efbe";
}
.icon-ic_fluent_code_block_48_regular:before {
    content: "\efbf";
}
.icon-ic_fluent_data_bar_vertical_star_16_regular:before {
    content: "\efc0";
}
.icon-ic_fluent_data_bar_vertical_star_20_regular:before {
    content: "\efc1";
}
.icon-ic_fluent_data_bar_vertical_star_24_regular:before {
    content: "\efc2";
}
.icon-ic_fluent_data_bar_vertical_star_32_regular:before {
    content: "\efc3";
}
.icon-ic_fluent_database_arrow_right_32_regular:before {
    content: "\efc4";
}
.icon-ic_fluent_document_sync_32_regular:before {
    content: "\efc5";
}
.icon-ic_fluent_equal_off_12_regular:before {
    content: "\efc6";
}
.icon-ic_fluent_equal_off_16_regular:before {
    content: "\efc7";
}
.icon-ic_fluent_eye_28_regular:before {
    content: "\efc8";
}
.icon-ic_fluent_eye_32_regular:before {
    content: "\efc9";
}
.icon-ic_fluent_eye_48_regular:before {
    content: "\efca";
}
.icon-ic_fluent_eye_lines_20_regular:before {
    content: "\efcb";
}
.icon-ic_fluent_eye_lines_24_regular:before {
    content: "\efcc";
}
.icon-ic_fluent_eye_lines_28_regular:before {
    content: "\efcd";
}
.icon-ic_fluent_eye_lines_32_regular:before {
    content: "\efce";
}
.icon-ic_fluent_eye_lines_48_regular:before {
    content: "\efcf";
}
.icon-ic_fluent_text_bullet_list_square_person_32_regular:before {
    content: "\efd3";
}
.icon-ic_fluent_weather_snowflake_32_regular:before {
    content: "\efd4";
}
.icon-ic_fluent_window_database_24_regular:before {
    content: "\efd5";
}
.icon-ic_fluent_arrow_trending_12_regular:before {
    content: "\efd6";
}
.icon-ic_fluent_building_people_16_regular:before {
    content: "\efd7";
}
.icon-ic_fluent_building_people_20_regular:before {
    content: "\efd8";
}
.icon-ic_fluent_building_people_24_regular:before {
    content: "\efd9";
}
.icon-ic_fluent_cloud_error_16_regular:before {
    content: "\efda";
}
.icon-ic_fluent_cloud_error_20_regular:before {
    content: "\efdb";
}
.icon-ic_fluent_cloud_error_24_regular:before {
    content: "\efdc";
}
.icon-ic_fluent_cloud_error_28_regular:before {
    content: "\efdd";
}
.icon-ic_fluent_cloud_error_32_regular:before {
    content: "\efde";
}
.icon-ic_fluent_cloud_error_48_regular:before {
    content: "\efdf";
}
.icon-ic_fluent_couch_32_regular:before {
    content: "\efe0";
}
.icon-ic_fluent_couch_48_regular:before {
    content: "\efe1";
}
.icon-ic_fluent_database_arrow_right_24_regular:before {
    content: "\efe2";
}
.icon-ic_fluent_dishwasher_20_regular:before {
    content: "\efe3";
}
.icon-ic_fluent_dishwasher_24_regular:before {
    content: "\efe4";
}
.icon-ic_fluent_dishwasher_32_regular:before {
    content: "\efe5";
}
.icon-ic_fluent_dishwasher_48_regular:before {
    content: "\efe6";
}
.icon-ic_fluent_elevator_20_regular:before {
    content: "\efe7";
}
.icon-ic_fluent_elevator_24_regular:before {
    content: "\efe8";
}
.icon-ic_fluent_elevator_32_regular:before {
    content: "\efe9";
}
.icon-ic_fluent_feed_32_regular:before {
    content: "\efea";
}
.icon-ic_fluent_feed_48_regular:before {
    content: "\efeb";
}
.icon-ic_fluent_fireplace_20_regular:before {
    content: "\efec";
}
.icon-ic_fluent_fireplace_24_regular:before {
    content: "\efed";
}
.icon-ic_fluent_fireplace_32_regular:before {
    content: "\efee";
}
.icon-ic_fluent_fireplace_48_regular:before {
    content: "\efef";
}
.icon-ic_fluent_mention_12_regular:before {
    content: "\eff0";
}
.icon-ic_fluent_oven_20_regular:before {
    content: "\eff1";
}
.icon-ic_fluent_oven_24_regular:before {
    content: "\eff2";
}
.icon-ic_fluent_oven_32_regular:before {
    content: "\eff3";
}
.icon-ic_fluent_oven_48_regular:before {
    content: "\eff4";
}
.icon-ic_fluent_panel_left_32_regular:before {
    content: "\eff6";
}
.icon-ic_fluent_panel_left_add_16_regular:before {
    content: "\eff7";
}
.icon-ic_fluent_panel_left_add_20_regular:before {
    content: "\eff8";
}
.icon-ic_fluent_panel_left_add_24_regular:before {
    content: "\eff9";
}
.icon-ic_fluent_panel_left_add_28_regular:before {
    content: "\effa";
}
.icon-ic_fluent_panel_left_add_32_regular:before {
    content: "\effb";
}
.icon-ic_fluent_panel_left_add_48_regular:before {
    content: "\effc";
}
.icon-ic_fluent_panel_left_key_16_regular:before {
    content: "\effd";
}
.icon-ic_fluent_panel_left_key_20_regular:before {
    content: "\effe";
}
.icon-ic_fluent_panel_left_key_24_regular:before {
    content: "\efff";
}
.icon-ic_fluent_panel_right_32_regular:before {
    content: "\f000";
}
.icon-ic_fluent_status_12_regular:before {
    content: "\f001";
}
.icon-ic_fluent_vehicle_car_parking_20_regular:before {
    content: "\f002";
}
.icon-ic_fluent_vehicle_car_parking_24_regular:before {
    content: "\f003";
}
.icon-ic_fluent_vehicle_car_profile_ltr_24_regular:before {
    content: "\f004";
}
.icon-ic_fluent_vehicle_car_profile_rtl_24_regular:before {
    content: "\f005";
}
.icon-ic_fluent_washer_20_regular:before {
    content: "\f006";
}
.icon-ic_fluent_washer_24_regular:before {
    content: "\f007";
}
.icon-ic_fluent_washer_32_regular:before {
    content: "\f008";
}
.icon-ic_fluent_washer_48_regular:before {
    content: "\f009";
}
.icon-ic_fluent_accessibility_checkmark_28_regular:before {
    content: "\f00a";
}
.icon-ic_fluent_accessibility_checkmark_32_regular:before {
    content: "\f00b";
}
.icon-ic_fluent_accessibility_checkmark_48_regular:before {
    content: "\f00c";
}
.icon-ic_fluent_add_circle_12_regular:before {
    content: "\f00d";
}
.icon-ic_fluent_arrow_turn_down_right_20_regular:before {
    content: "\f00e";
}
.icon-ic_fluent_arrow_turn_down_right_48_regular:before {
    content: "\f00f";
}
.icon-ic_fluent_arrow_turn_down_up_20_regular:before {
    content: "\f010";
}
.icon-ic_fluent_arrow_turn_down_up_48_regular:before {
    content: "\f011";
}
.icon-ic_fluent_arrow_turn_left_down_20_regular:before {
    content: "\f012";
}
.icon-ic_fluent_arrow_turn_left_down_48_regular:before {
    content: "\f013";
}
.icon-ic_fluent_arrow_turn_left_right_20_regular:before {
    content: "\f014";
}
.icon-ic_fluent_arrow_turn_left_right_48_regular:before {
    content: "\f015";
}
.icon-ic_fluent_arrow_turn_left_up_20_regular:before {
    content: "\f016";
}
.icon-ic_fluent_arrow_turn_left_up_48_regular:before {
    content: "\f017";
}
.icon-ic_fluent_arrow_turn_right_48_regular:before {
    content: "\f018";
}
.icon-ic_fluent_arrow_turn_right_down_20_regular:before {
    content: "\f019";
}
.icon-ic_fluent_arrow_turn_right_down_48_regular:before {
    content: "\f01a";
}
.icon-ic_fluent_arrow_turn_right_left_20_regular:before {
    content: "\f01b";
}
.icon-ic_fluent_arrow_turn_right_left_48_regular:before {
    content: "\f01c";
}
.icon-ic_fluent_arrow_turn_right_up_20_regular:before {
    content: "\f01d";
}
.icon-ic_fluent_arrow_turn_right_up_48_regular:before {
    content: "\f01e";
}
.icon-ic_fluent_arrow_turn_up_down_20_regular:before {
    content: "\f01f";
}
.icon-ic_fluent_arrow_turn_up_down_48_regular:before {
    content: "\f020";
}
.icon-ic_fluent_arrow_turn_up_left_20_regular:before {
    content: "\f021";
}
.icon-ic_fluent_arrow_turn_up_left_48_regular:before {
    content: "\f022";
}
.icon-ic_fluent_building_townhouse_20_regular:before {
    content: "\f023";
}
.icon-ic_fluent_building_townhouse_24_regular:before {
    content: "\f024";
}
.icon-ic_fluent_building_townhouse_32_regular:before {
    content: "\f025";
}
.icon-ic_fluent_camera_sparkles_20_regular:before {
    content: "\f026";
}
.icon-ic_fluent_camera_sparkles_24_regular:before {
    content: "\f027";
}
.icon-ic_fluent_chat_bubbles_question_28_regular:before {
    content: "\f02a";
}
.icon-ic_fluent_chat_bubbles_question_32_regular:before {
    content: "\f02b";
}
.icon-ic_fluent_crop_16_regular:before {
    content: "\f02c";
}
.icon-ic_fluent_crop_28_regular:before {
    content: "\f02d";
}
.icon-ic_fluent_crop_32_regular:before {
    content: "\f02e";
}
.icon-ic_fluent_crop_48_regular:before {
    content: "\f02f";
}
.icon-ic_fluent_data_trending_28_regular:before {
    content: "\f030";
}
.icon-ic_fluent_data_trending_32_regular:before {
    content: "\f031";
}
.icon-ic_fluent_data_trending_48_regular:before {
    content: "\f032";
}
.icon-ic_fluent_document_database_20_regular:before {
    content: "\f033";
}
.icon-ic_fluent_document_database_24_regular:before {
    content: "\f034";
}
.icon-ic_fluent_earth_48_regular:before {
    content: "\f035";
}
.icon-ic_fluent_earth_leaf_48_regular:before {
    content: "\f036";
}
.icon-ic_fluent_elevator_48_regular:before {
    content: "\f037";
}
.icon-ic_fluent_home_split_20_regular:before {
    content: "\f038";
}
.icon-ic_fluent_home_split_24_regular:before {
    content: "\f039";
}
.icon-ic_fluent_home_split_32_regular:before {
    content: "\f03a";
}
.icon-ic_fluent_home_split_48_regular:before {
    content: "\f03b";
}
.icon-ic_fluent_leaf_two_48_regular:before {
    content: "\f03c";
}
.icon-ic_fluent_panel_right_cursor_20_regular:before {
    content: "\f03d";
}
.icon-ic_fluent_panel_right_cursor_24_regular:before {
    content: "\f03e";
}
.icon-ic_fluent_person_board_28_regular:before {
    content: "\f03f";
}
.icon-ic_fluent_person_board_32_regular:before {
    content: "\f040";
}
.icon-ic_fluent_person_circle_28_regular:before {
    content: "\f041";
}
.icon-ic_fluent_person_circle_32_regular:before {
    content: "\f042";
}
.icon-ic_fluent_person_square_20_regular:before {
    content: "\f043";
}
.icon-ic_fluent_person_square_24_regular:before {
    content: "\f044";
}
.icon-ic_fluent_person_starburst_20_regular:before {
    content: "\f045";
}
.icon-ic_fluent_person_starburst_24_regular:before {
    content: "\f046";
}
.icon-ic_fluent_receipt_sparkles_20_regular:before {
    content: "\f047";
}
.icon-ic_fluent_receipt_sparkles_24_regular:before {
    content: "\f048";
}
.icon-ic_fluent_ruler_28_regular:before {
    content: "\f049";
}
.icon-ic_fluent_ruler_32_regular:before {
    content: "\f04a";
}
.icon-ic_fluent_ruler_48_regular:before {
    content: "\f04b";
}
.icon-ic_fluent_scan_qr_code_24_regular:before {
    content: "\f04c";
}
.icon-ic_fluent_showerhead_20_regular:before {
    content: "\f04d";
}
.icon-ic_fluent_showerhead_24_regular:before {
    content: "\f04e";
}
.icon-ic_fluent_showerhead_32_regular:before {
    content: "\f04f";
}
.icon-ic_fluent_slide_text_multiple_16_regular:before {
    content: "\f050";
}
.icon-ic_fluent_slide_text_multiple_20_regular:before {
    content: "\f051";
}
.icon-ic_fluent_slide_text_multiple_24_regular:before {
    content: "\f052";
}
.icon-ic_fluent_slide_text_multiple_32_regular:before {
    content: "\f053";
}
.icon-ic_fluent_swimming_pool_20_regular:before {
    content: "\f054";
}
.icon-ic_fluent_swimming_pool_24_regular:before {
    content: "\f055";
}
.icon-ic_fluent_swimming_pool_32_regular:before {
    content: "\f056";
}
.icon-ic_fluent_swimming_pool_48_regular:before {
    content: "\f057";
}
.icon-ic_fluent_temperature_32_regular:before {
    content: "\f058";
}
.icon-ic_fluent_temperature_48_regular:before {
    content: "\f059";
}
.icon-ic_fluent_vehicle_car_32_regular:before {
    content: "\f05a";
}
.icon-ic_fluent_vehicle_car_parking_16_regular:before {
    content: "\f05b";
}
.icon-ic_fluent_vehicle_car_parking_32_regular:before {
    content: "\f05c";
}
.icon-ic_fluent_vehicle_car_parking_48_regular:before {
    content: "\f05d";
}
.icon-ic_fluent_vehicle_car_profile_ltr_clock_16_regular:before {
    content: "\f05e";
}
.icon-ic_fluent_vehicle_car_profile_ltr_clock_20_regular:before {
    content: "\f05f";
}
.icon-ic_fluent_vehicle_car_profile_ltr_clock_24_regular:before {
    content: "\f060";
}
.icon-ic_fluent_video_people_32_regular:before {
    content: "\f061";
}
.icon-ic_fluent_water_16_regular:before {
    content: "\f062";
}
.icon-ic_fluent_water_20_regular:before {
    content: "\f063";
}
.icon-ic_fluent_water_24_regular:before {
    content: "\f064";
}
.icon-ic_fluent_water_32_regular:before {
    content: "\f065";
}
.icon-ic_fluent_water_48_regular:before {
    content: "\f066";
}
.icon-ic_fluent_arrow_turn_down_left_20_regular:before {
    content: "\f067";
}
.icon-ic_fluent_arrow_turn_down_left_48_regular:before {
    content: "\f068";
}
.icon-ic_fluent_autosum_16_regular:before {
    content: "\f069";
}
.icon-ic_fluent_bubble_multiple_20_regular:before {
    content: "\f06a";
}
.icon-ic_fluent_calculator_16_regular:before {
    content: "\f06b";
}
.icon-ic_fluent_calculator_multiple_16_regular:before {
    content: "\f06c";
}
.icon-ic_fluent_camera_sparkles_16_regular:before {
    content: "\f06d";
}
.icon-ic_fluent_crown_16_regular:before {
    content: "\f06e";
}
.icon-ic_fluent_crown_20_regular:before {
    content: "\f06f";
}
.icon-ic_fluent_flag_checkered_20_regular:before {
    content: "\f070";
}
.icon-ic_fluent_glance_horizontal_16_regular:before {
    content: "\f071";
}
.icon-ic_fluent_glance_horizontal_sparkles_16_regular:before {
    content: "\f072";
}
.icon-ic_fluent_glance_horizontal_sparkles_24_regular:before {
    content: "\f073";
}
.icon-ic_fluent_grid_circles_24_regular:before {
    content: "\f074";
}
.icon-ic_fluent_grid_circles_28_regular:before {
    content: "\f075";
}
.icon-ic_fluent_heart_circle_hint_16_regular:before {
    content: "\f076";
}
.icon-ic_fluent_heart_circle_hint_20_regular:before {
    content: "\f077";
}
.icon-ic_fluent_heart_circle_hint_24_regular:before {
    content: "\f078";
}
.icon-ic_fluent_heart_circle_hint_28_regular:before {
    content: "\f079";
}
.icon-ic_fluent_heart_circle_hint_32_regular:before {
    content: "\f07a";
}
.icon-ic_fluent_heart_circle_hint_48_regular:before {
    content: "\f07b";
}
.icon-ic_fluent_lightbulb_28_regular:before {
    content: "\f07c";
}
.icon-ic_fluent_lightbulb_32_regular:before {
    content: "\f07d";
}
.icon-ic_fluent_lightbulb_48_regular:before {
    content: "\f07e";
}
.icon-ic_fluent_lightbulb_person_16_regular:before {
    content: "\f07f";
}
.icon-ic_fluent_lightbulb_person_20_regular:before {
    content: "\f080";
}
.icon-ic_fluent_lightbulb_person_24_regular:before {
    content: "\f081";
}
.icon-ic_fluent_lightbulb_person_28_regular:before {
    content: "\f082";
}
.icon-ic_fluent_lightbulb_person_32_regular:before {
    content: "\f083";
}
.icon-ic_fluent_lightbulb_person_48_regular:before {
    content: "\f084";
}
.icon-ic_fluent_megaphone_loud_28_regular:before {
    content: "\f085";
}
.icon-ic_fluent_megaphone_loud_32_regular:before {
    content: "\f086";
}
.icon-ic_fluent_person_walking_20_regular:before {
    content: "\f087";
}
.icon-ic_fluent_person_walking_24_regular:before {
    content: "\f088";
}
.icon-ic_fluent_receipt_16_regular:before {
    content: "\f089";
}
.icon-ic_fluent_receipt_28_regular:before {
    content: "\f08a";
}
.icon-ic_fluent_receipt_sparkles_16_regular:before {
    content: "\f08b";
}
.icon-ic_fluent_scan_text_16_regular:before {
    content: "\f08c";
}
.icon-ic_fluent_scan_text_28_regular:before {
    content: "\f08d";
}
.icon-ic_fluent_table_calculator_16_regular:before {
    content: "\f08e";
}
.icon-ic_fluent_table_simple_checkmark_16_regular:before {
    content: "\f08f";
}
.icon-ic_fluent_table_simple_checkmark_20_regular:before {
    content: "\f090";
}
.icon-ic_fluent_table_simple_checkmark_24_regular:before {
    content: "\f091";
}
.icon-ic_fluent_table_simple_checkmark_28_regular:before {
    content: "\f092";
}
.icon-ic_fluent_table_simple_checkmark_32_regular:before {
    content: "\f093";
}
.icon-ic_fluent_table_simple_checkmark_48_regular:before {
    content: "\f094";
}
.icon-ic_fluent_tabs_16_regular:before {
    content: "\f095";
}
.icon-ic_fluent_text_underline_double_20_regular:before {
    content: "\f096";
}
.icon-ic_fluent_text_underline_double_24_regular:before {
    content: "\f097";
}
.icon-ic_fluent_xbox_controller_error_20_regular:before {
    content: "\f098";
}
.icon-ic_fluent_xbox_controller_error_24_regular:before {
    content: "\f099";
}
.icon-ic_fluent_xbox_controller_error_32_regular:before {
    content: "\f09a";
}
.icon-ic_fluent_xbox_controller_error_48_regular:before {
    content: "\f09b";
}
.icon-ic_fluent_align_distribute_bottom_16_regular:before {
    content: "\f09c";
}
.icon-ic_fluent_align_distribute_left_16_regular:before {
    content: "\f09d";
}
.icon-ic_fluent_align_distribute_right_16_regular:before {
    content: "\f09e";
}
.icon-ic_fluent_align_distribute_top_16_regular:before {
    content: "\f09f";
}
.icon-ic_fluent_align_stretch_horizontal_16_regular:before {
    content: "\f0a0";
}
.icon-ic_fluent_align_stretch_vertical_16_regular:before {
    content: "\f0a1";
}
.icon-ic_fluent_arrow_next_16_regular:before {
    content: "\f0a2";
}
.icon-ic_fluent_arrow_previous_16_regular:before {
    content: "\f0a3";
}
.icon-ic_fluent_braces_checkmark_16_regular:before {
    content: "\f0a4";
}
.icon-ic_fluent_braces_dismiss_16_regular:before {
    content: "\f0a5";
}
.icon-ic_fluent_branch_16_regular:before {
    content: "\f0a6";
}
.icon-ic_fluent_calendar_arrow_counterclockwise_16_regular:before {
    content: "\f0a7";
}
.icon-ic_fluent_calendar_arrow_counterclockwise_20_regular:before {
    content: "\f0a8";
}
.icon-ic_fluent_calendar_arrow_counterclockwise_24_regular:before {
    content: "\f0a9";
}
.icon-ic_fluent_calendar_arrow_counterclockwise_28_regular:before {
    content: "\f0aa";
}
.icon-ic_fluent_calendar_arrow_counterclockwise_32_regular:before {
    content: "\f0ab";
}
.icon-ic_fluent_calendar_arrow_counterclockwise_48_regular:before {
    content: "\f0ac";
}
.icon-ic_fluent_calendar_play_16_regular:before {
    content: "\f0ad";
}
.icon-ic_fluent_calendar_play_20_regular:before {
    content: "\f0ae";
}
.icon-ic_fluent_calendar_play_24_regular:before {
    content: "\f0af";
}
.icon-ic_fluent_calendar_play_28_regular:before {
    content: "\f0b0";
}
.icon-ic_fluent_calendar_shield_16_regular:before {
    content: "\f0b1";
}
.icon-ic_fluent_calendar_shield_20_regular:before {
    content: "\f0b2";
}
.icon-ic_fluent_calendar_shield_24_regular:before {
    content: "\f0b3";
}
.icon-ic_fluent_calendar_shield_28_regular:before {
    content: "\f0b4";
}
.icon-ic_fluent_calendar_shield_32_regular:before {
    content: "\f0b5";
}
.icon-ic_fluent_calendar_shield_48_regular:before {
    content: "\f0b6";
}
.icon-ic_fluent_call_transfer_24_regular:before {
    content: "\f0b7";
}
.icon-ic_fluent_call_transfer_32_regular:before {
    content: "\f0b8";
}
.icon-ic_fluent_camera_off_16_regular:before {
    content: "\f0b9";
}
.icon-ic_fluent_cd_16_regular:before {
    content: "\f0ba";
}
.icon-ic_fluent_certificate_16_regular:before {
    content: "\f0bb";
}
.icon-ic_fluent_clipboard_error_16_regular:before {
    content: "\f0bc";
}
.icon-ic_fluent_clipboard_multiple_16_regular:before {
    content: "\f0bd";
}
.icon-ic_fluent_clipboard_note_16_regular:before {
    content: "\f0be";
}
.icon-ic_fluent_clipboard_task_16_regular:before {
    content: "\f0bf";
}
.icon-ic_fluent_clipboard_text_ltr_16_regular:before {
    content: "\f0c0";
}
.icon-ic_fluent_clipboard_text_rtl_16_regular:before {
    content: "\f0c1";
}
.icon-ic_fluent_cloud_add_24_regular:before {
    content: "\f0c2";
}
.icon-ic_fluent_cloud_edit_24_regular:before {
    content: "\f0c3";
}
.icon-ic_fluent_cloud_link_24_regular:before {
    content: "\f0c4";
}
.icon-ic_fluent_code_cs_16_regular:before {
    content: "\f0c5";
}
.icon-ic_fluent_code_cs_rectangle_16_regular:before {
    content: "\f0c6";
}
.icon-ic_fluent_code_fs_16_regular:before {
    content: "\f0c7";
}
.icon-ic_fluent_code_fs_rectangle_16_regular:before {
    content: "\f0c8";
}
.icon-ic_fluent_code_js_16_regular:before {
    content: "\f0c9";
}
.icon-ic_fluent_code_js_rectangle_16_regular:before {
    content: "\f0ca";
}
.icon-ic_fluent_code_py_16_regular:before {
    content: "\f0cb";
}
.icon-ic_fluent_code_py_rectangle_16_regular:before {
    content: "\f0cc";
}
.icon-ic_fluent_code_rb_16_regular:before {
    content: "\f0cd";
}
.icon-ic_fluent_code_rb_rectangle_16_regular:before {
    content: "\f0ce";
}
.icon-ic_fluent_code_text_off_16_regular:before {
    content: "\f0cf";
}
.icon-ic_fluent_code_ts_16_regular:before {
    content: "\f0d0";
}
.icon-ic_fluent_code_ts_rectangle_16_regular:before {
    content: "\f0d1";
}
.icon-ic_fluent_code_vb_16_regular:before {
    content: "\f0d2";
}
.icon-ic_fluent_code_vb_rectangle_16_regular:before {
    content: "\f0d3";
}
.icon-ic_fluent_cone_16_regular:before {
    content: "\f0d4";
}
.icon-ic_fluent_data_bar_horizontal_descending_16_regular:before {
    content: "\f0d5";
}
.icon-ic_fluent_data_bar_vertical_ascending_16_regular:before {
    content: "\f0d6";
}
.icon-ic_fluent_database_16_regular:before {
    content: "\f0d7";
}
.icon-ic_fluent_database_stack_16_regular:before {
    content: "\f0d8";
}
.icon-ic_fluent_developer_board_16_regular:before {
    content: "\f0d9";
}
.icon-ic_fluent_document_contract_16_regular:before {
    content: "\f0da";
}
.icon-ic_fluent_document_cs_16_regular:before {
    content: "\f0db";
}
.icon-ic_fluent_document_css_16_regular:before {
    content: "\f0dc";
}
.icon-ic_fluent_document_data_16_regular:before {
    content: "\f0dd";
}
.icon-ic_fluent_document_fs_16_regular:before {
    content: "\f0de";
}
.icon-ic_fluent_document_js_16_regular:before {
    content: "\f0df";
}
.icon-ic_fluent_document_number_1_16_regular:before {
    content: "\f0e0";
}
.icon-ic_fluent_document_py_16_regular:before {
    content: "\f0e1";
}
.icon-ic_fluent_document_rb_16_regular:before {
    content: "\f0e2";
}
.icon-ic_fluent_document_target_16_regular:before {
    content: "\f0e3";
}
.icon-ic_fluent_document_ts_16_regular:before {
    content: "\f0e4";
}
.icon-ic_fluent_document_vb_16_regular:before {
    content: "\f0e5";
}
.icon-ic_fluent_eyedropper_16_regular:before {
    content: "\f0e6";
}
.icon-ic_fluent_folder_multiple_16_regular:before {
    content: "\f0e7";
}
.icon-ic_fluent_folder_open_vertical_16_regular:before {
    content: "\f0e8";
}
.icon-ic_fluent_gantt_chart_16_regular:before {
    content: "\f0e9";
}
.icon-ic_fluent_hard_drive_16_regular:before {
    content: "\f0ea";
}
.icon-ic_fluent_hourglass_16_regular:before {
    content: "\f0eb";
}
.icon-ic_fluent_hourglass_half_16_regular:before {
    content: "\f0ec";
}
.icon-ic_fluent_hourglass_one_quarter_16_regular:before {
    content: "\f0ed";
}
.icon-ic_fluent_hourglass_three_quarter_16_regular:before {
    content: "\f0ee";
}
.icon-ic_fluent_keyboard_mouse_16_regular:before {
    content: "\f0ef";
}
.icon-ic_fluent_memory_16_regular:before {
    content: "\f0f0";
}
.icon-ic_fluent_more_circle_16_regular:before {
    content: "\f0f1";
}
.icon-ic_fluent_more_circle_24_regular:before {
    content: "\f0f2";
}
.icon-ic_fluent_more_circle_28_regular:before {
    content: "\f0f3";
}
.icon-ic_fluent_more_circle_48_regular:before {
    content: "\f0f4";
}
.icon-ic_fluent_network_adapter_16_regular:before {
    content: "\f0f5";
}
.icon-ic_fluent_people_star_16_regular:before {
    content: "\f0f6";
}
.icon-ic_fluent_people_star_20_regular:before {
    content: "\f0f7";
}
.icon-ic_fluent_people_star_24_regular:before {
    content: "\f0f8";
}
.icon-ic_fluent_people_star_28_regular:before {
    content: "\f0f9";
}
.icon-ic_fluent_people_star_32_regular:before {
    content: "\f0fa";
}
.icon-ic_fluent_people_star_48_regular:before {
    content: "\f0fb";
}
.icon-ic_fluent_person_search_16_regular:before {
    content: "\f0fc";
}
.icon-ic_fluent_person_search_32_regular:before {
    content: "\f0fd";
}
.icon-ic_fluent_person_standing_16_regular:before {
    content: "\f0fe";
}
.icon-ic_fluent_person_walking_16_regular:before {
    content: "\f0ff";
}
.icon-ic_fluent_play_multiple_16_regular:before {
    content: "\f100";
}
.icon-ic_fluent_radio_button_16_regular:before {
    content: "\f153";
}
.icon-ic_fluent_radio_button_off_16_regular:before {
    content: "\f155";
}
.icon-ic_fluent_ram_16_regular:before {
    content: "\f1d1";
}
.icon-ic_fluent_save_multiple_16_regular:before {
    content: "\f1d2";
}
.icon-ic_fluent_script_16_regular:before {
    content: "\f1db";
}
.icon-ic_fluent_server_16_regular:before {
    content: "\f1dc";
}
.icon-ic_fluent_server_surface_16_regular:before {
    content: "\f1dd";
}
.icon-ic_fluent_server_surface_multiple_16_regular:before {
    content: "\f206";
}
.icon-ic_fluent_shield_12_regular:before {
    content: "\f21f";
}
.icon-ic_fluent_slide_text_person_16_regular:before {
    content: "\f22f";
}
.icon-ic_fluent_slide_text_person_20_regular:before {
    content: "\f25b";
}
.icon-ic_fluent_slide_text_person_24_regular:before {
    content: "\f25c";
}
.icon-ic_fluent_slide_text_person_28_regular:before {
    content: "\f25d";
}
.icon-ic_fluent_slide_text_person_32_regular:before {
    content: "\f25e";
}
.icon-ic_fluent_slide_text_person_48_regular:before {
    content: "\f2d9";
}
.icon-ic_fluent_spray_can_16_regular:before {
    content: "\f2da";
}
.icon-ic_fluent_step_16_regular:before {
    content: "\f2e7";
}
.icon-ic_fluent_steps_16_regular:before {
    content: "\f2e8";
}
.icon-ic_fluent_table_lock_16_regular:before {
    content: "\f2e9";
}
.icon-ic_fluent_table_lock_20_regular:before {
    content: "\f2ec";
}
.icon-ic_fluent_table_lock_24_regular:before {
    content: "\f2ed";
}
.icon-ic_fluent_table_lock_28_regular:before {
    content: "\f2ee";
}
.icon-ic_fluent_table_lock_32_regular:before {
    content: "\f302";
}
.icon-ic_fluent_table_lock_48_regular:before {
    content: "\f309";
}
.icon-ic_fluent_text_t_tag_16_regular:before {
    content: "\f326";
}
.icon-ic_fluent_video_person_32_regular:before {
    content: "\f327";
}
.icon-ic_fluent_video_person_clock_16_regular:before {
    content: "\f38e";
}
.icon-ic_fluent_video_person_clock_20_regular:before {
    content: "\f392";
}
.icon-ic_fluent_video_person_clock_24_regular:before {
    content: "\f3f5";
}
.icon-ic_fluent_video_person_clock_28_regular:before {
    content: "\f3f6";
}
.icon-ic_fluent_video_person_clock_32_regular:before {
    content: "\f3f7";
}
.icon-ic_fluent_video_person_clock_48_regular:before {
    content: "\f3f8";
}
.icon-ic_fluent_voicemail_32_regular:before {
    content: "\f3f9";
}
.icon-ic_fluent_web_asset_16_regular:before {
    content: "\f3fa";
}
.icon-ic_fluent_chat_multiple_28_regular:before {
    content: "\ecdb";
}
.icon-ic_fluent_chat_multiple_32_regular:before {
    content: "\ecdc";
}
.icon-ic_fluent_document_landscape_split_hint_24_regular:before {
    content: "\ecdd";
}
.icon-ic_fluent_glance_12_regular:before {
    content: "\ecde";
}
.icon-ic_fluent_location_arrow_left_20_regular:before {
    content: "\ef79";
}
.icon-ic_fluent_location_arrow_right_20_regular:before {
    content: "\ef7a";
}
.icon-ic_fluent_location_arrow_up_20_regular:before {
    content: "\ef7b";
}
.icon-ic_fluent_notebook_section_arrow_right_20_regular:before {
    content: "\ef7c";
}
.icon-ic_fluent_person_search_20_regular:before {
    content: "\ef7d";
}
.icon-ic_fluent_person_search_24_regular:before {
    content: "\ef7e";
}
.icon-ic_fluent_re_order_20_regular:before {
    content: "\ef7f";
}
.icon-ic_fluent_text_add_t_20_regular:before {
    content: "\ef80";
}
.icon-ic_fluent_text_align_justify_low_90_20_regular:before {
    content: "\ef81";
}
.icon-ic_fluent_text_align_justify_low_90_24_regular:before {
    content: "\ef82";
}
.icon-ic_fluent_text_bullet_list_ltr_90_20_regular:before {
    content: "\ef83";
}
.icon-ic_fluent_text_bullet_list_ltr_90_24_regular:before {
    content: "\ef84";
}
.icon-ic_fluent_text_bullet_list_ltr_rotate_270_24_regular:before {
    content: "\ef85";
}
.icon-ic_fluent_text_bullet_list_rtl_90_20_regular:before {
    content: "\ef86";
}
.icon-ic_fluent_text_description_ltr_20_regular:before {
    content: "\ef87";
}
.icon-ic_fluent_text_description_ltr_24_regular:before {
    content: "\ef88";
}
.icon-ic_fluent_text_description_rtl_20_regular:before {
    content: "\ef89";
}
.icon-ic_fluent_text_description_rtl_24_regular:before {
    content: "\ef8a";
}
.icon-ic_fluent_text_indent_decrease_ltr_90_20_regular:before {
    content: "\ef8b";
}
.icon-ic_fluent_text_indent_decrease_ltr_90_24_regular:before {
    content: "\ef8c";
}
.icon-ic_fluent_text_indent_decrease_ltr_rotate_270_20_regular:before {
    content: "\ef8d";
}
.icon-ic_fluent_text_indent_decrease_ltr_rotate_270_24_regular:before {
    content: "\ef8e";
}
.icon-ic_fluent_text_indent_decrease_rtl_90_20_regular:before {
    content: "\ef8f";
}
.icon-ic_fluent_text_indent_decrease_rtl_90_24_regular:before {
    content: "\ef90";
}
.icon-ic_fluent_text_indent_decrease_rtl_rotate_270_20_regular:before {
    content: "\efaf";
}
.icon-ic_fluent_text_indent_decrease_rtl_rotate_270_24_regular:before {
    content: "\efb0";
}
.icon-ic_fluent_text_indent_increase_ltr_90_20_regular:before {
    content: "\efd0";
}
.icon-ic_fluent_text_indent_increase_ltr_90_24_regular:before {
    content: "\efd1";
}
.icon-ic_fluent_text_indent_increase_ltr_rotate_270_20_regular:before {
    content: "\efd2";
}
.icon-ic_fluent_text_indent_increase_ltr_rotate_270_24_regular:before {
    content: "\eff5";
}
.icon-ic_fluent_text_indent_increase_rtl_90_20_regular:before {
    content: "\f028";
}
.icon-ic_fluent_text_indent_increase_rtl_90_24_regular:before {
    content: "\f029";
}
.icon-ic_fluent_text_indent_increase_rtl_rotate_270_20_regular:before {
    content: "\f3fb";
}
.icon-ic_fluent_text_indent_increase_rtl_rotate_270_24_regular:before {
    content: "\f3fc";
}
.icon-ic_fluent_text_number_list_ltr_90_20_regular:before {
    content: "\f414";
}
.icon-ic_fluent_text_number_list_ltr_90_24_regular:before {
    content: "\f415";
}
.icon-ic_fluent_text_number_list_ltr_rotate_270_20_regular:before {
    content: "\f4b0";
}
.icon-ic_fluent_text_number_list_ltr_rotate_270_24_regular:before {
    content: "\f50b";
}
.icon-ic_fluent_text_number_list_rtl_90_20_regular:before {
    content: "\f50c";
}
.icon-ic_fluent_text_number_list_rtl_90_24_regular:before {
    content: "\f543";
}
.icon-ic_fluent_text_number_list_rtl_rotate_270_20_regular:before {
    content: "\f544";
}
.icon-ic_fluent_text_number_list_rtl_rotate_270_24_regular:before {
    content: "\f545";
}
.icon-ic_fluent_text_t_12_regular:before {
    content: "\f546";
}
.icon-ic_fluent_text_t_16_regular:before {
    content: "\f547";
}
.icon-ic_fluent_text_t_32_regular:before {
    content: "\f55b";
}
.icon-ic_fluent_textbox_settings_20_regular:before {
    content: "\f55c";
}
.icon-ic_fluent_textbox_settings_24_regular:before {
    content: "\f57f";
}
.icon-ic_fluent_voicemail_subtract_20_regular:before {
    content: "\f580";
}
.icon-ic_fluent_add_32_regular:before {
    content: "\f58d";
}
.icon-ic_fluent_add_48_regular:before {
    content: "\f598";
}
.icon-ic_fluent_apps_48_regular:before {
    content: "\f599";
}
.icon-ic_fluent_arrow_trending_sparkle_20_regular:before {
    content: "\f59a";
}
.icon-ic_fluent_arrow_trending_sparkle_24_regular:before {
    content: "\f59b";
}
.icon-ic_fluent_bluetooth_16_regular:before {
    content: "\f59c";
}
.icon-ic_fluent_bluetooth_32_regular:before {
    content: "\f59d";
}
.icon-ic_fluent_bluetooth_48_regular:before {
    content: "\f670";
}
.icon-ic_fluent_bot_sparkle_20_regular:before {
    content: "\f6a5";
}
.icon-ic_fluent_bot_sparkle_24_regular:before {
    content: "\f6a6";
}
.icon-ic_fluent_box_search_16_regular:before {
    content: "\f6a7";
}
.icon-ic_fluent_building_32_regular:before {
    content: "\f6df";
}
.icon-ic_fluent_building_48_regular:before {
    content: "\f6e0";
}
.icon-ic_fluent_calendar_error_16_regular:before {
    content: "\f6e1";
}
.icon-ic_fluent_call_forward_32_regular:before {
    content: "\f6e7";
}
.icon-ic_fluent_chat_multiple_heart_16_regular:before {
    content: "\f793";
}
.icon-ic_fluent_chat_multiple_heart_20_regular:before {
    content: "\f794";
}
.icon-ic_fluent_chat_multiple_heart_24_regular:before {
    content: "\f7cf";
}
.icon-ic_fluent_chat_multiple_heart_28_regular:before {
    content: "\f7d0";
}
.icon-ic_fluent_chat_multiple_heart_32_regular:before {
    content: "\f7d1";
}
.icon-ic_fluent_chat_sparkle_16_regular:before {
    content: "\f7d2";
}
.icon-ic_fluent_chat_sparkle_20_regular:before {
    content: "\f7d3";
}
.icon-ic_fluent_chat_sparkle_24_regular:before {
    content: "\f7d4";
}
.icon-ic_fluent_chat_sparkle_28_regular:before {
    content: "\f7d5";
}
.icon-ic_fluent_chat_sparkle_32_regular:before {
    content: "\f7d6";
}
.icon-ic_fluent_chat_sparkle_48_regular:before {
    content: "\f7f2";
}
.icon-ic_fluent_clipboard_checkmark_16_regular:before {
    content: "\f7f3";
}
.icon-ic_fluent_clock_lock_16_regular:before {
    content: "\f819";
}
.icon-ic_fluent_clock_lock_20_regular:before {
    content: "\f81a";
}
.icon-ic_fluent_clock_lock_24_regular:before {
    content: "\f83d";
}
.icon-ic_fluent_clover_16_regular:before {
    content: "\f83e";
}
.icon-ic_fluent_clover_20_regular:before {
    content: "\f8b4";
}
.icon-ic_fluent_clover_24_regular:before {
    content: "\f8e9";
}
.icon-ic_fluent_clover_28_regular:before {
    content: "\f8ea";
}
.icon-ic_fluent_clover_32_regular:before {
    content: "\f8ef";
}
.icon-ic_fluent_clover_48_regular:before {
    content: "\f0000";
}
.icon-ic_fluent_comment_link_16_regular:before {
    content: "\f0001";
}
.icon-ic_fluent_comment_link_20_regular:before {
    content: "\f0002";
}
.icon-ic_fluent_comment_link_24_regular:before {
    content: "\f0003";
}
.icon-ic_fluent_comment_link_28_regular:before {
    content: "\f0004";
}
.icon-ic_fluent_comment_link_48_regular:before {
    content: "\f0005";
}
.icon-ic_fluent_copy_32_regular:before {
    content: "\f0006";
}
.icon-ic_fluent_copy_select_24_regular:before {
    content: "\f0007";
}
.icon-ic_fluent_database_48_regular:before {
    content: "\f0008";
}
.icon-ic_fluent_database_multiple_32_regular:before {
    content: "\f0009";
}
.icon-ic_fluent_device_eq_16_regular:before {
    content: "\f000a";
}
.icon-ic_fluent_document_100_16_regular:before {
    content: "\f000b";
}
.icon-ic_fluent_document_100_20_regular:before {
    content: "\f000c";
}
.icon-ic_fluent_document_100_24_regular:before {
    content: "\f000d";
}
.icon-ic_fluent_document_border_20_regular:before {
    content: "\f000e";
}
.icon-ic_fluent_document_border_24_regular:before {
    content: "\f000f";
}
.icon-ic_fluent_document_border_32_regular:before {
    content: "\f0010";
}
.icon-ic_fluent_document_border_print_20_regular:before {
    content: "\f0011";
}
.icon-ic_fluent_document_border_print_24_regular:before {
    content: "\f0012";
}
.icon-ic_fluent_document_border_print_32_regular:before {
    content: "\f0013";
}
.icon-ic_fluent_document_bullet_list_16_regular:before {
    content: "\f0014";
}
.icon-ic_fluent_document_bullet_list_arrow_left_16_regular:before {
    content: "\f0015";
}
.icon-ic_fluent_document_bullet_list_arrow_left_20_regular:before {
    content: "\f0016";
}
.icon-ic_fluent_document_bullet_list_arrow_left_24_regular:before {
    content: "\f0017";
}
.icon-ic_fluent_document_bullet_list_cube_16_regular:before {
    content: "\f0018";
}
.icon-ic_fluent_document_bullet_list_cube_20_regular:before {
    content: "\f0019";
}
.icon-ic_fluent_document_bullet_list_cube_24_regular:before {
    content: "\f001a";
}
.icon-ic_fluent_document_data_link_16_regular:before {
    content: "\f001b";
}
.icon-ic_fluent_document_data_link_20_regular:before {
    content: "\f001c";
}
.icon-ic_fluent_document_data_link_24_regular:before {
    content: "\f001d";
}
.icon-ic_fluent_document_data_link_32_regular:before {
    content: "\f001e";
}
.icon-ic_fluent_document_fit_16_regular:before {
    content: "\f001f";
}
.icon-ic_fluent_document_fit_20_regular:before {
    content: "\f0020";
}
.icon-ic_fluent_document_fit_24_regular:before {
    content: "\f0021";
}
.icon-ic_fluent_document_folder_16_regular:before {
    content: "\f0022";
}
.icon-ic_fluent_document_folder_20_regular:before {
    content: "\f0023";
}
.icon-ic_fluent_document_folder_24_regular:before {
    content: "\f0024";
}
.icon-ic_fluent_document_one_page_16_regular:before {
    content: "\f0025";
}
.icon-ic_fluent_document_one_page_add_16_regular:before {
    content: "\f0026";
}
.icon-ic_fluent_document_one_page_add_20_regular:before {
    content: "\f0027";
}
.icon-ic_fluent_document_one_page_add_24_regular:before {
    content: "\f0028";
}
.icon-ic_fluent_document_one_page_columns_20_regular:before {
    content: "\f0029";
}
.icon-ic_fluent_document_one_page_columns_24_regular:before {
    content: "\f002a";
}
.icon-ic_fluent_document_one_page_link_16_regular:before {
    content: "\f002b";
}
.icon-ic_fluent_document_one_page_link_20_regular:before {
    content: "\f002c";
}
.icon-ic_fluent_document_one_page_link_24_regular:before {
    content: "\f002d";
}
.icon-ic_fluent_document_print_20_regular:before {
    content: "\f002e";
}
.icon-ic_fluent_document_print_24_regular:before {
    content: "\f002f";
}
.icon-ic_fluent_document_print_28_regular:before {
    content: "\f0030";
}
.icon-ic_fluent_document_print_32_regular:before {
    content: "\f0031";
}
.icon-ic_fluent_document_print_48_regular:before {
    content: "\f0032";
}
.icon-ic_fluent_emoji_angry_16_regular:before {
    content: "\f0033";
}
.icon-ic_fluent_emoji_hand_16_regular:before {
    content: "\f0034";
}
.icon-ic_fluent_emoji_meh_16_regular:before {
    content: "\f0035";
}
.icon-ic_fluent_filmstrip_16_regular:before {
    content: "\f0036";
}
.icon-ic_fluent_filmstrip_32_regular:before {
    content: "\f0037";
}
.icon-ic_fluent_filmstrip_play_16_regular:before {
    content: "\f0038";
}
.icon-ic_fluent_filmstrip_play_20_regular:before {
    content: "\f0039";
}
.icon-ic_fluent_filmstrip_play_24_regular:before {
    content: "\f003a";
}
.icon-ic_fluent_filmstrip_play_32_regular:before {
    content: "\f003b";
}
.icon-ic_fluent_flag_32_regular:before {
    content: "\f003c";
}
.icon-ic_fluent_flag_clock_16_regular:before {
    content: "\f003d";
}
.icon-ic_fluent_flag_clock_20_regular:before {
    content: "\f003e";
}
.icon-ic_fluent_flag_clock_24_regular:before {
    content: "\f003f";
}
.icon-ic_fluent_flag_clock_28_regular:before {
    content: "\f0040";
}
.icon-ic_fluent_flag_clock_32_regular:before {
    content: "\f0041";
}
.icon-ic_fluent_flag_clock_48_regular:before {
    content: "\f0042";
}
.icon-ic_fluent_glasses_32_regular:before {
    content: "\f0043";
}
.icon-ic_fluent_glasses_off_32_regular:before {
    content: "\f0044";
}
.icon-ic_fluent_globe_surface_32_regular:before {
    content: "\f0045";
}
.icon-ic_fluent_home_more_48_regular:before {
    content: "\f0046";
}
.icon-ic_fluent_image_border_16_regular:before {
    content: "\f0047";
}
.icon-ic_fluent_image_border_20_regular:before {
    content: "\f0048";
}
.icon-ic_fluent_image_border_24_regular:before {
    content: "\f0049";
}
.icon-ic_fluent_image_border_28_regular:before {
    content: "\f004a";
}
.icon-ic_fluent_image_border_32_regular:before {
    content: "\f004b";
}
.icon-ic_fluent_image_border_48_regular:before {
    content: "\f004c";
}
.icon-ic_fluent_image_circle_16_regular:before {
    content: "\f004d";
}
.icon-ic_fluent_image_circle_20_regular:before {
    content: "\f004e";
}
.icon-ic_fluent_image_circle_24_regular:before {
    content: "\f004f";
}
.icon-ic_fluent_image_circle_28_regular:before {
    content: "\f0050";
}
.icon-ic_fluent_image_circle_32_regular:before {
    content: "\f0051";
}
.icon-ic_fluent_image_circle_48_regular:before {
    content: "\f0052";
}
.icon-ic_fluent_image_table_16_regular:before {
    content: "\f0053";
}
.icon-ic_fluent_image_table_20_regular:before {
    content: "\f0054";
}
.icon-ic_fluent_image_table_24_regular:before {
    content: "\f0055";
}
.icon-ic_fluent_image_table_28_regular:before {
    content: "\f0056";
}
.icon-ic_fluent_image_table_32_regular:before {
    content: "\f0057";
}
.icon-ic_fluent_image_table_48_regular:before {
    content: "\f0058";
}
.icon-ic_fluent_info_32_regular:before {
    content: "\f0059";
}
.icon-ic_fluent_info_48_regular:before {
    content: "\f005a";
}
.icon-ic_fluent_iot_16_regular:before {
    content: "\f005b";
}
.icon-ic_fluent_iot_alert_16_regular:before {
    content: "\f005c";
}
.icon-ic_fluent_iot_alert_20_regular:before {
    content: "\f005d";
}
.icon-ic_fluent_iot_alert_24_regular:before {
    content: "\f005e";
}
.icon-ic_fluent_line_horizontal_4_20_regular:before {
    content: "\f005f";
}
.icon-ic_fluent_line_horizontal_4_search_20_regular:before {
    content: "\f0060";
}
.icon-ic_fluent_line_thickness_20_regular:before {
    content: "\f0061";
}
.icon-ic_fluent_line_thickness_24_regular:before {
    content: "\f0062";
}
.icon-ic_fluent_location_arrow_12_regular:before {
    content: "\f0063";
}
.icon-ic_fluent_location_arrow_16_regular:before {
    content: "\f0064";
}
.icon-ic_fluent_location_arrow_20_regular:before {
    content: "\f0065";
}
.icon-ic_fluent_location_arrow_24_regular:before {
    content: "\f0066";
}
.icon-ic_fluent_location_arrow_28_regular:before {
    content: "\f0067";
}
.icon-ic_fluent_location_arrow_32_regular:before {
    content: "\f0068";
}
.icon-ic_fluent_location_arrow_48_regular:before {
    content: "\f0069";
}
.icon-ic_fluent_location_arrow_left_16_regular:before {
    content: "\f006a";
}
.icon-ic_fluent_location_arrow_right_16_regular:before {
    content: "\f006b";
}
.icon-ic_fluent_location_arrow_up_16_regular:before {
    content: "\f006c";
}
.icon-ic_fluent_mail_arrow_double_back_24_regular:before {
    content: "\f006d";
}
.icon-ic_fluent_mail_checkmark_24_regular:before {
    content: "\f006e";
}
.icon-ic_fluent_mail_unread_12_regular:before {
    content: "\f006f";
}
.icon-ic_fluent_map_16_regular:before {
    content: "\f0070";
}
.icon-ic_fluent_mention_32_regular:before {
    content: "\f0071";
}
.icon-ic_fluent_mention_48_regular:before {
    content: "\f0072";
}
.icon-ic_fluent_panel_left_header_16_regular:before {
    content: "\f0073";
}
.icon-ic_fluent_panel_left_header_20_regular:before {
    content: "\f0074";
}
.icon-ic_fluent_panel_left_header_24_regular:before {
    content: "\f0075";
}
.icon-ic_fluent_panel_left_header_28_regular:before {
    content: "\f0076";
}
.icon-ic_fluent_panel_left_header_32_regular:before {
    content: "\f0077";
}
.icon-ic_fluent_panel_left_header_48_regular:before {
    content: "\f0078";
}
.icon-ic_fluent_panel_left_header_add_16_regular:before {
    content: "\f0079";
}
.icon-ic_fluent_panel_left_header_add_20_regular:before {
    content: "\f007a";
}
.icon-ic_fluent_panel_left_header_add_24_regular:before {
    content: "\f007b";
}
.icon-ic_fluent_panel_left_header_add_28_regular:before {
    content: "\f007c";
}
.icon-ic_fluent_panel_left_header_add_32_regular:before {
    content: "\f007d";
}
.icon-ic_fluent_panel_left_header_add_48_regular:before {
    content: "\f007e";
}
.icon-ic_fluent_panel_left_header_key_16_regular:before {
    content: "\f007f";
}
.icon-ic_fluent_panel_left_header_key_20_regular:before {
    content: "\f0080";
}
.icon-ic_fluent_panel_left_header_key_24_regular:before {
    content: "\f0081";
}
.icon-ic_fluent_people_call_24_regular:before {
    content: "\f0082";
}
.icon-ic_fluent_people_community_32_regular:before {
    content: "\f0083";
}
.icon-ic_fluent_people_community_48_regular:before {
    content: "\f0084";
}
.icon-ic_fluent_person_feedback_28_regular:before {
    content: "\f0085";
}
.icon-ic_fluent_person_feedback_32_regular:before {
    content: "\f0086";
}
.icon-ic_fluent_person_feedback_48_regular:before {
    content: "\f0087";
}
.icon-ic_fluent_phone_desktop_32_regular:before {
    content: "\f0088";
}
.icon-ic_fluent_phone_desktop_48_regular:before {
    content: "\f0089";
}
.icon-ic_fluent_play_circle_hint_16_regular:before {
    content: "\f008a";
}
.icon-ic_fluent_play_circle_hint_20_regular:before {
    content: "\f008b";
}
.icon-ic_fluent_play_circle_hint_24_regular:before {
    content: "\f008c";
}
.icon-ic_fluent_poll_horizontal_16_regular:before {
    content: "\f008d";
}
.icon-ic_fluent_poll_horizontal_20_regular:before {
    content: "\f008e";
}
.icon-ic_fluent_poll_horizontal_24_regular:before {
    content: "\f008f";
}
.icon-ic_fluent_presence_away_10_regular:before {
    content: "\f0090";
}
.icon-ic_fluent_presence_away_12_regular:before {
    content: "\f0091";
}
.icon-ic_fluent_presence_away_16_regular:before {
    content: "\f0092";
}
.icon-ic_fluent_presence_away_20_regular:before {
    content: "\f0093";
}
.icon-ic_fluent_presence_away_24_regular:before {
    content: "\f0094";
}
.icon-ic_fluent_projection_screen_text_24_regular:before {
    content: "\f0095";
}
.icon-ic_fluent_receipt_32_regular:before {
    content: "\f0096";
}
.icon-ic_fluent_receipt_money_16_regular:before {
    content: "\f0097";
}
.icon-ic_fluent_send_32_regular:before {
    content: "\f0098";
}
.icon-ic_fluent_send_48_regular:before {
    content: "\f0099";
}
.icon-ic_fluent_service_bell_16_regular:before {
    content: "\f009a";
}
.icon-ic_fluent_shifts_activity_16_regular:before {
    content: "\f009b";
}
.icon-ic_fluent_slash_forward_12_regular:before {
    content: "\f009c";
}
.icon-ic_fluent_slash_forward_16_regular:before {
    content: "\f009d";
}
.icon-ic_fluent_slash_forward_20_regular:before {
    content: "\f009e";
}
.icon-ic_fluent_slash_forward_24_regular:before {
    content: "\f009f";
}
.icon-ic_fluent_space_3d_16_regular:before {
    content: "\f00a0";
}
.icon-ic_fluent_space_3d_20_regular:before {
    content: "\f00a1";
}
.icon-ic_fluent_space_3d_24_regular:before {
    content: "\f00a2";
}
.icon-ic_fluent_space_3d_28_regular:before {
    content: "\f00a3";
}
.icon-ic_fluent_space_3d_32_regular:before {
    content: "\f00a4";
}
.icon-ic_fluent_space_3d_48_regular:before {
    content: "\f00a5";
}
.icon-ic_fluent_sparkle_32_regular:before {
    content: "\f00a6";
}
.icon-ic_fluent_sparkle_circle_16_regular:before {
    content: "\f00a7";
}
.icon-ic_fluent_sparkle_circle_28_regular:before {
    content: "\f00a8";
}
.icon-ic_fluent_sparkle_circle_32_regular:before {
    content: "\f00a9";
}
.icon-ic_fluent_sparkle_circle_48_regular:before {
    content: "\f00aa";
}
.icon-ic_fluent_star_arrow_back_16_regular:before {
    content: "\f00ab";
}
.icon-ic_fluent_star_arrow_back_20_regular:before {
    content: "\f00ac";
}
.icon-ic_fluent_star_arrow_back_24_regular:before {
    content: "\f00ad";
}
.icon-ic_fluent_table_simple_multiple_20_regular:before {
    content: "\f00ae";
}
.icon-ic_fluent_table_simple_multiple_24_regular:before {
    content: "\f00af";
}
.icon-ic_fluent_text_abc_underline_double_32_regular:before {
    content: "\f00b0";
}
.icon-ic_fluent_text_column_one_semi_narrow_20_regular:before {
    content: "\f00b1";
}
.icon-ic_fluent_text_column_one_semi_narrow_24_regular:before {
    content: "\f00b2";
}
.icon-ic_fluent_text_expand_16_regular:before {
    content: "\f00b3";
}
.icon-ic_fluent_text_position_square_left_16_regular:before {
    content: "\f00b4";
}
.icon-ic_fluent_text_position_square_left_20_regular:before {
    content: "\f00b5";
}
.icon-ic_fluent_text_position_square_left_24_regular:before {
    content: "\f00b6";
}
.icon-ic_fluent_text_position_square_right_16_regular:before {
    content: "\f00b7";
}
.icon-ic_fluent_text_position_square_right_20_regular:before {
    content: "\f00b8";
}
.icon-ic_fluent_text_position_square_right_24_regular:before {
    content: "\f00b9";
}
.icon-ic_fluent_text_underline_character_u_16_regular:before {
    content: "\f00ba";
}
.icon-ic_fluent_text_underline_character_u_20_regular:before {
    content: "\f00bb";
}
.icon-ic_fluent_text_underline_character_u_24_regular:before {
    content: "\f00bc";
}
.icon-ic_fluent_translate_off_16_regular:before {
    content: "\f00bd";
}
.icon-ic_fluent_translate_off_20_regular:before {
    content: "\f00be";
}
.icon-ic_fluent_translate_off_24_regular:before {
    content: "\f00bf";
}
.icon-ic_fluent_video_background_effect_16_regular:before {
    content: "\f00c0";
}
.icon-ic_fluent_video_background_effect_28_regular:before {
    content: "\f00c1";
}
.icon-ic_fluent_video_background_effect_32_regular:before {
    content: "\f00c2";
}
.icon-ic_fluent_video_background_effect_48_regular:before {
    content: "\f00c3";
}
.icon-ic_fluent_video_background_effect_horizontal_16_regular:before {
    content: "\f00c4";
}
.icon-ic_fluent_video_background_effect_horizontal_20_regular:before {
    content: "\f00c5";
}
.icon-ic_fluent_video_background_effect_horizontal_24_regular:before {
    content: "\f00c6";
}
.icon-ic_fluent_video_background_effect_horizontal_28_regular:before {
    content: "\f00c7";
}
.icon-ic_fluent_video_background_effect_horizontal_32_regular:before {
    content: "\f00c8";
}
.icon-ic_fluent_video_background_effect_horizontal_48_regular:before {
    content: "\f00c9";
}
.icon-ic_fluent_video_clip_28_regular:before {
    content: "\f00ca";
}
.icon-ic_fluent_video_clip_32_regular:before {
    content: "\f00cb";
}
.icon-ic_fluent_video_clip_48_regular:before {
    content: "\f00cc";
}
.icon-ic_fluent_voicemail_48_regular:before {
    content: "\f00cd";
}
.icon-ic_fluent_arrow_circle_up_right_20_regular:before {
    content: "\f00ce";
}
.icon-ic_fluent_arrow_circle_up_right_24_regular:before {
    content: "\f00cf";
}
.icon-ic_fluent_backspace_16_regular:before {
    content: "\f00d0";
}
.icon-ic_fluent_binder_triangle_20_regular:before {
    content: "\f00d1";
}
.icon-ic_fluent_binder_triangle_24_regular:before {
    content: "\f00d2";
}
.icon-ic_fluent_binder_triangle_32_regular:before {
    content: "\f00d3";
}
.icon-ic_fluent_bow_tie_20_regular:before {
    content: "\f00d4";
}
.icon-ic_fluent_bow_tie_24_regular:before {
    content: "\f00d5";
}
.icon-ic_fluent_circle_28_regular:before {
    content: "\f00d6";
}
.icon-ic_fluent_document_one_page_sparkle_16_regular:before {
    content: "\f00d7";
}
.icon-ic_fluent_document_one_page_sparkle_20_regular:before {
    content: "\f00d8";
}
.icon-ic_fluent_document_one_page_sparkle_24_regular:before {
    content: "\f00d9";
}
.icon-ic_fluent_emoji_hand_32_regular:before {
    content: "\f00da";
}
.icon-ic_fluent_emoji_hand_48_regular:before {
    content: "\f00db";
}
.icon-ic_fluent_frame_16_regular:before {
    content: "\f00dc";
}
.icon-ic_fluent_frame_20_regular:before {
    content: "\f00dd";
}
.icon-ic_fluent_frame_24_regular:before {
    content: "\f00de";
}
.icon-ic_fluent_lock_closed_key_16_regular:before {
    content: "\f00df";
}
.icon-ic_fluent_lock_closed_key_20_regular:before {
    content: "\f00e0";
}
.icon-ic_fluent_lock_closed_key_24_regular:before {
    content: "\f00e1";
}
.icon-ic_fluent_mountain_location_bottom_20_regular:before {
    content: "\f00e2";
}
.icon-ic_fluent_mountain_location_bottom_24_regular:before {
    content: "\f00e3";
}
.icon-ic_fluent_mountain_location_bottom_28_regular:before {
    content: "\f00e4";
}
.icon-ic_fluent_mountain_location_top_20_regular:before {
    content: "\f00e5";
}
.icon-ic_fluent_mountain_location_top_24_regular:before {
    content: "\f00e6";
}
.icon-ic_fluent_mountain_location_top_28_regular:before {
    content: "\f00e7";
}
.icon-ic_fluent_mountain_trail_20_regular:before {
    content: "\f00e8";
}
.icon-ic_fluent_mountain_trail_24_regular:before {
    content: "\f00e9";
}
.icon-ic_fluent_mountain_trail_28_regular:before {
    content: "\f00ea";
}
.icon-ic_fluent_pen_dismiss_16_regular:before {
    content: "\f00eb";
}
.icon-ic_fluent_pen_dismiss_20_regular:before {
    content: "\f00ec";
}
.icon-ic_fluent_pen_dismiss_24_regular:before {
    content: "\f00ed";
}
.icon-ic_fluent_pen_dismiss_28_regular:before {
    content: "\f00ee";
}
.icon-ic_fluent_pen_dismiss_32_regular:before {
    content: "\f00ef";
}
.icon-ic_fluent_pen_dismiss_48_regular:before {
    content: "\f00f0";
}
.icon-ic_fluent_phone_edit_20_regular:before {
    content: "\f00f1";
}
.icon-ic_fluent_phone_edit_24_regular:before {
    content: "\f00f2";
}
.icon-ic_fluent_send_beaker_16_regular:before {
    content: "\f00f3";
}
.icon-ic_fluent_send_beaker_20_regular:before {
    content: "\f00f4";
}
.icon-ic_fluent_send_beaker_24_regular:before {
    content: "\f00f5";
}
.icon-ic_fluent_send_beaker_28_regular:before {
    content: "\f00f6";
}
.icon-ic_fluent_send_beaker_32_regular:before {
    content: "\f00f7";
}
.icon-ic_fluent_send_beaker_48_regular:before {
    content: "\f00f8";
}
.icon-ic_fluent_slide_text_sparkle_16_regular:before {
    content: "\f00f9";
}
.icon-ic_fluent_slide_text_sparkle_20_regular:before {
    content: "\f00fa";
}
.icon-ic_fluent_slide_text_sparkle_24_regular:before {
    content: "\f00fb";
}
.icon-ic_fluent_slide_text_sparkle_28_regular:before {
    content: "\f00fc";
}
.icon-ic_fluent_slide_text_sparkle_32_regular:before {
    content: "\f00fd";
}
.icon-ic_fluent_slide_text_sparkle_48_regular:before {
    content: "\f00fe";
}
.icon-ic_fluent_stack_vertical_20_regular:before {
    content: "\f00ff";
}
.icon-ic_fluent_stack_vertical_24_regular:before {
    content: "\f0100";
}
.icon-ic_fluent_table_column_top_bottom_20_regular:before {
    content: "\f0101";
}
.icon-ic_fluent_table_column_top_bottom_24_regular:before {
    content: "\f0102";
}
.icon-ic_fluent_table_offset_20_regular:before {
    content: "\f0103";
}
.icon-ic_fluent_table_offset_24_regular:before {
    content: "\f0104";
}
.icon-ic_fluent_table_offset_add_20_regular:before {
    content: "\f0105";
}
.icon-ic_fluent_table_offset_add_24_regular:before {
    content: "\f0106";
}
.icon-ic_fluent_table_offset_less_than_or_equal_to_20_regular:before {
    content: "\f0107";
}
.icon-ic_fluent_table_offset_less_than_or_equal_to_24_regular:before {
    content: "\f0108";
}
.icon-ic_fluent_table_offset_settings_20_regular:before {
    content: "\f0109";
}
.icon-ic_fluent_table_offset_settings_24_regular:before {
    content: "\f010a";
}
.icon-ic_fluent_vehicle_cable_car_20_regular:before {
    content: "\f010b";
}
.icon-ic_fluent_vehicle_cable_car_24_regular:before {
    content: "\f010c";
}
.icon-ic_fluent_vehicle_cable_car_28_regular:before {
    content: "\f010d";
}
.icon-ic_fluent_arrow_autofit_height_in_20_regular:before {
    content: "\f010e";
}
.icon-ic_fluent_arrow_autofit_height_in_24_regular:before {
    content: "\f010f";
}
.icon-ic_fluent_circle_hint_16_regular:before {
    content: "\f0110";
}
.icon-ic_fluent_circle_hint_20_regular:before {
    content: "\f0111";
}
.icon-ic_fluent_cloud_database_20_regular:before {
    content: "\f0112";
}
.icon-ic_fluent_cloud_desktop_20_regular:before {
    content: "\f0113";
}
.icon-ic_fluent_code_circle_24_regular:before {
    content: "\f0114";
}
.icon-ic_fluent_code_circle_32_regular:before {
    content: "\f0115";
}
.icon-ic_fluent_column_single_16_regular:before {
    content: "\f0116";
}
.icon-ic_fluent_desktop_arrow_down_16_regular:before {
    content: "\f0117";
}
.icon-ic_fluent_desktop_arrow_down_20_regular:before {
    content: "\f0118";
}
.icon-ic_fluent_desktop_arrow_down_24_regular:before {
    content: "\f0119";
}
.icon-ic_fluent_desktop_tower_20_regular:before {
    content: "\f011a";
}
.icon-ic_fluent_desktop_tower_24_regular:before {
    content: "\f011b";
}
.icon-ic_fluent_document_checkmark_16_regular:before {
    content: "\f011c";
}
.icon-ic_fluent_document_key_20_regular:before {
    content: "\f011d";
}
.icon-ic_fluent_dust_20_regular:before {
    content: "\f011e";
}
.icon-ic_fluent_dust_24_regular:before {
    content: "\f011f";
}
.icon-ic_fluent_dust_28_regular:before {
    content: "\f0120";
}
.icon-ic_fluent_edit_arrow_back_24_regular:before {
    content: "\f0121";
}
.icon-ic_fluent_emoji_hint_16_regular:before {
    content: "\f0122";
}
.icon-ic_fluent_emoji_hint_20_regular:before {
    content: "\f0123";
}
.icon-ic_fluent_emoji_hint_24_regular:before {
    content: "\f0124";
}
.icon-ic_fluent_emoji_hint_28_regular:before {
    content: "\f0125";
}
.icon-ic_fluent_emoji_hint_32_regular:before {
    content: "\f0126";
}
.icon-ic_fluent_emoji_hint_48_regular:before {
    content: "\f0127";
}
.icon-ic_fluent_folder_list_16_regular:before {
    content: "\f0128";
}
.icon-ic_fluent_folder_list_20_regular:before {
    content: "\f0129";
}
.icon-ic_fluent_lightbulb_checkmark_20_regular:before {
    content: "\f012a";
}
.icon-ic_fluent_line_horizontal_4_16_regular:before {
    content: "\f012b";
}
.icon-ic_fluent_line_horizontal_4_search_16_regular:before {
    content: "\f012c";
}
.icon-ic_fluent_math_format_professional_16_regular:before {
    content: "\f012d";
}
.icon-ic_fluent_mold_20_regular:before {
    content: "\f012e";
}
.icon-ic_fluent_mold_24_regular:before {
    content: "\f012f";
}
.icon-ic_fluent_mold_28_regular:before {
    content: "\f0130";
}
.icon-ic_fluent_people_team_48_regular:before {
    content: "\f0131";
}
.icon-ic_fluent_person_desktop_20_regular:before {
    content: "\f0132";
}
.icon-ic_fluent_person_ribbon_16_regular:before {
    content: "\f0133";
}
.icon-ic_fluent_person_ribbon_20_regular:before {
    content: "\f0134";
}
.icon-ic_fluent_person_wrench_20_regular:before {
    content: "\f0135";
}
.icon-ic_fluent_plant_grass_20_regular:before {
    content: "\f0136";
}
.icon-ic_fluent_plant_grass_24_regular:before {
    content: "\f0137";
}
.icon-ic_fluent_plant_grass_28_regular:before {
    content: "\f0138";
}
.icon-ic_fluent_plant_ragweed_20_regular:before {
    content: "\f0139";
}
.icon-ic_fluent_plant_ragweed_24_regular:before {
    content: "\f013a";
}
.icon-ic_fluent_plant_ragweed_28_regular:before {
    content: "\f013b";
}
.icon-ic_fluent_settings_cog_multiple_20_regular:before {
    content: "\f013c";
}
.icon-ic_fluent_settings_cog_multiple_24_regular:before {
    content: "\f013d";
}
.icon-ic_fluent_slide_content_24_regular:before {
    content: "\f013e";
}
.icon-ic_fluent_slide_record_16_regular:before {
    content: "\f013f";
}
.icon-ic_fluent_slide_record_20_regular:before {
    content: "\f0140";
}
.icon-ic_fluent_slide_record_24_regular:before {
    content: "\f0141";
}
.icon-ic_fluent_slide_record_28_regular:before {
    content: "\f0142";
}
.icon-ic_fluent_slide_record_48_regular:before {
    content: "\f0143";
}
.icon-ic_fluent_stack_add_20_regular:before {
    content: "\f0144";
}
.icon-ic_fluent_stack_add_24_regular:before {
    content: "\f0145";
}
.icon-ic_fluent_star_checkmark_16_regular:before {
    content: "\f0146";
}
.icon-ic_fluent_star_checkmark_20_regular:before {
    content: "\f0147";
}
.icon-ic_fluent_star_checkmark_24_regular:before {
    content: "\f0148";
}
.icon-ic_fluent_star_checkmark_28_regular:before {
    content: "\f0149";
}
.icon-ic_fluent_stream_32_regular:before {
    content: "\f014a";
}
.icon-ic_fluent_subtract_square_16_regular:before {
    content: "\f014b";
}
.icon-ic_fluent_table_default_32_regular:before {
    content: "\f014c";
}
.icon-ic_fluent_table_simple_32_regular:before {
    content: "\f014d";
}
.icon-ic_fluent_table_simple_exclude_16_regular:before {
    content: "\f014e";
}
.icon-ic_fluent_table_simple_exclude_20_regular:before {
    content: "\f014f";
}
.icon-ic_fluent_table_simple_exclude_24_regular:before {
    content: "\f0150";
}
.icon-ic_fluent_table_simple_exclude_28_regular:before {
    content: "\f0151";
}
.icon-ic_fluent_table_simple_exclude_32_regular:before {
    content: "\f0152";
}
.icon-ic_fluent_table_simple_exclude_48_regular:before {
    content: "\f0153";
}
.icon-ic_fluent_table_simple_include_16_regular:before {
    content: "\f0154";
}
.icon-ic_fluent_table_simple_include_20_regular:before {
    content: "\f0155";
}
.icon-ic_fluent_table_simple_include_24_regular:before {
    content: "\f0156";
}
.icon-ic_fluent_table_simple_include_28_regular:before {
    content: "\f0157";
}
.icon-ic_fluent_table_simple_include_32_regular:before {
    content: "\f0158";
}
.icon-ic_fluent_table_simple_include_48_regular:before {
    content: "\f0159";
}
.icon-ic_fluent_tablet_laptop_20_regular:before {
    content: "\f015a";
}
.icon-ic_fluent_textbox_align_middle_16_regular:before {
    content: "\f015b";
}
.icon-ic_fluent_tree_deciduous_24_regular:before {
    content: "\f015c";
}
.icon-ic_fluent_tree_deciduous_28_regular:before {
    content: "\f015d";
}
.icon-ic_fluent_app_generic_48_regular:before {
    content: "\f015e";
}
.icon-ic_fluent_arrow_enter_16_regular:before {
    content: "\f015f";
}
.icon-ic_fluent_arrow_sprint_16_regular:before {
    content: "\f0160";
}
.icon-ic_fluent_arrow_sprint_20_regular:before {
    content: "\f0161";
}
.icon-ic_fluent_beaker_settings_16_regular:before {
    content: "\f0162";
}
.icon-ic_fluent_beaker_settings_20_regular:before {
    content: "\f0163";
}
.icon-ic_fluent_binder_triangle_16_regular:before {
    content: "\f0164";
}
.icon-ic_fluent_book_dismiss_16_regular:before {
    content: "\f0165";
}
.icon-ic_fluent_book_dismiss_20_regular:before {
    content: "\f0166";
}
.icon-ic_fluent_button_16_regular:before {
    content: "\f0167";
}
.icon-ic_fluent_button_20_regular:before {
    content: "\f0168";
}
.icon-ic_fluent_card_ui_20_regular:before {
    content: "\f0169";
}
.icon-ic_fluent_card_ui_24_regular:before {
    content: "\f016a";
}
.icon-ic_fluent_chevron_down_up_16_regular:before {
    content: "\f016b";
}
.icon-ic_fluent_chevron_down_up_20_regular:before {
    content: "\f016c";
}
.icon-ic_fluent_chevron_down_up_24_regular:before {
    content: "\f016d";
}
.icon-ic_fluent_column_single_compare_16_regular:before {
    content: "\f016e";
}
.icon-ic_fluent_column_single_compare_20_regular:before {
    content: "\f016f";
}
.icon-ic_fluent_crop_sparkle_24_regular:before {
    content: "\f0170";
}
.icon-ic_fluent_cursor_16_regular:before {
    content: "\f0171";
}
.icon-ic_fluent_cursor_prohibited_16_regular:before {
    content: "\f0172";
}
.icon-ic_fluent_cursor_prohibited_20_regular:before {
    content: "\f0173";
}
.icon-ic_fluent_data_histogram_16_regular:before {
    content: "\f0174";
}
.icon-ic_fluent_document_image_16_regular:before {
    content: "\f0175";
}
.icon-ic_fluent_document_image_20_regular:before {
    content: "\f0176";
}
.icon-ic_fluent_document_java_16_regular:before {
    content: "\f0177";
}
.icon-ic_fluent_document_java_20_regular:before {
    content: "\f0178";
}
.icon-ic_fluent_document_one_page_beaker_16_regular:before {
    content: "\f0179";
}
.icon-ic_fluent_document_one_page_multiple_16_regular:before {
    content: "\f017a";
}
.icon-ic_fluent_document_one_page_multiple_20_regular:before {
    content: "\f017b";
}
.icon-ic_fluent_document_one_page_multiple_24_regular:before {
    content: "\f017c";
}
.icon-ic_fluent_document_sass_16_regular:before {
    content: "\f017d";
}
.icon-ic_fluent_document_sass_20_regular:before {
    content: "\f017e";
}
.icon-ic_fluent_document_yml_16_regular:before {
    content: "\f017f";
}
.icon-ic_fluent_document_yml_20_regular:before {
    content: "\f0180";
}
.icon-ic_fluent_filmstrip_split_16_regular:before {
    content: "\f0181";
}
.icon-ic_fluent_filmstrip_split_20_regular:before {
    content: "\f0182";
}
.icon-ic_fluent_filmstrip_split_24_regular:before {
    content: "\f0183";
}
.icon-ic_fluent_filmstrip_split_32_regular:before {
    content: "\f0184";
}
.icon-ic_fluent_gavel_16_regular:before {
    content: "\f0185";
}
.icon-ic_fluent_gavel_prohibited_16_regular:before {
    content: "\f0186";
}
.icon-ic_fluent_gavel_prohibited_20_regular:before {
    content: "\f0187";
}
.icon-ic_fluent_gift_open_16_regular:before {
    content: "\f0188";
}
.icon-ic_fluent_gift_open_20_regular:before {
    content: "\f0189";
}
.icon-ic_fluent_gift_open_24_regular:before {
    content: "\f018a";
}
.icon-ic_fluent_globe_12_regular:before {
    content: "\f018b";
}
.icon-ic_fluent_grid_kanban_16_regular:before {
    content: "\f018c";
}
.icon-ic_fluent_image_stack_16_regular:before {
    content: "\f018d";
}
.icon-ic_fluent_image_stack_20_regular:before {
    content: "\f018e";
}
.icon-ic_fluent_laptop_shield_16_regular:before {
    content: "\f018f";
}
.icon-ic_fluent_laptop_shield_20_regular:before {
    content: "\f0190";
}
.icon-ic_fluent_list_bar_16_regular:before {
    content: "\f0191";
}
.icon-ic_fluent_list_bar_20_regular:before {
    content: "\f0192";
}
.icon-ic_fluent_list_bar_tree_16_regular:before {
    content: "\f0193";
}
.icon-ic_fluent_list_bar_tree_20_regular:before {
    content: "\f0194";
}
.icon-ic_fluent_list_bar_tree_offset_16_regular:before {
    content: "\f0195";
}
.icon-ic_fluent_list_bar_tree_offset_20_regular:before {
    content: "\f0196";
}
.icon-ic_fluent_list_rtl_16_regular:before {
    content: "\f0197";
}
.icon-ic_fluent_list_rtl_20_regular:before {
    content: "\f0198";
}
.icon-ic_fluent_panel_left_text_16_regular:before {
    content: "\f0199";
}
.icon-ic_fluent_panel_left_text_20_regular:before {
    content: "\f019a";
}
.icon-ic_fluent_panel_left_text_24_regular:before {
    content: "\f019b";
}
.icon-ic_fluent_panel_left_text_28_regular:before {
    content: "\f019c";
}
.icon-ic_fluent_panel_left_text_32_regular:before {
    content: "\f019d";
}
.icon-ic_fluent_panel_left_text_48_regular:before {
    content: "\f019e";
}
.icon-ic_fluent_panel_left_text_add_16_regular:before {
    content: "\f019f";
}
.icon-ic_fluent_panel_left_text_add_20_regular:before {
    content: "\f01a0";
}
.icon-ic_fluent_panel_left_text_add_24_regular:before {
    content: "\f01a1";
}
.icon-ic_fluent_panel_left_text_add_28_regular:before {
    content: "\f01a2";
}
.icon-ic_fluent_panel_left_text_add_32_regular:before {
    content: "\f01a3";
}
.icon-ic_fluent_panel_left_text_add_48_regular:before {
    content: "\f01a4";
}
.icon-ic_fluent_panel_left_text_dismiss_16_regular:before {
    content: "\f01a5";
}
.icon-ic_fluent_panel_left_text_dismiss_20_regular:before {
    content: "\f01a6";
}
.icon-ic_fluent_panel_left_text_dismiss_24_regular:before {
    content: "\f01a7";
}
.icon-ic_fluent_panel_left_text_dismiss_28_regular:before {
    content: "\f01a8";
}
.icon-ic_fluent_panel_left_text_dismiss_32_regular:before {
    content: "\f01a9";
}
.icon-ic_fluent_panel_left_text_dismiss_48_regular:before {
    content: "\f01aa";
}
.icon-ic_fluent_person_lightning_16_regular:before {
    content: "\f01ab";
}
.icon-ic_fluent_person_lightning_20_regular:before {
    content: "\f01ac";
}
.icon-ic_fluent_text_bullet_list_square_16_regular:before {
    content: "\f01ad";
}
.icon-ic_fluent_text_bullet_list_square_32_regular:before {
    content: "\f01ae";
}
.icon-ic_fluent_text_bullet_list_square_sparkle_16_regular:before {
    content: "\f01af";
}
.icon-ic_fluent_text_bullet_list_square_sparkle_20_regular:before {
    content: "\f01b0";
}
.icon-ic_fluent_text_bullet_list_square_sparkle_24_regular:before {
    content: "\f01b1";
}
.icon-ic_fluent_translate_auto_16_regular:before {
    content: "\f01b2";
}
.icon-ic_fluent_translate_auto_20_regular:before {
    content: "\f01b3";
}
.icon-ic_fluent_translate_auto_24_regular:before {
    content: "\f01b4";
}
.icon-ic_fluent_airplane_landing_16_regular:before {
    content: "\e0ed";
}
.icon-ic_fluent_airplane_landing_20_regular:before {
    content: "\e0ee";
}
.icon-ic_fluent_airplane_landing_24_regular:before {
    content: "\e0ef";
}
.icon-ic_fluent_align_space_evenly_horizontal_24_regular:before {
    content: "\e0f0";
}
.icon-ic_fluent_align_space_evenly_vertical_24_regular:before {
    content: "\f01b5";
}
.icon-ic_fluent_align_straighten_20_regular:before {
    content: "\f01b6";
}
.icon-ic_fluent_align_straighten_24_regular:before {
    content: "\f01b7";
}
.icon-ic_fluent_arrow_flow_diagonal_up_right_16_regular:before {
    content: "\f01b8";
}
.icon-ic_fluent_arrow_flow_diagonal_up_right_20_regular:before {
    content: "\f01b9";
}
.icon-ic_fluent_arrow_flow_diagonal_up_right_24_regular:before {
    content: "\f01ba";
}
.icon-ic_fluent_arrow_flow_diagonal_up_right_32_regular:before {
    content: "\f01bb";
}
.icon-ic_fluent_arrow_flow_up_right_16_regular:before {
    content: "\f01bc";
}
.icon-ic_fluent_arrow_flow_up_right_20_regular:before {
    content: "\f01bd";
}
.icon-ic_fluent_arrow_flow_up_right_24_regular:before {
    content: "\f01be";
}
.icon-ic_fluent_arrow_flow_up_right_32_regular:before {
    content: "\f01bf";
}
.icon-ic_fluent_arrow_flow_up_right_rectangle_multiple_20_regular:before {
    content: "\f01c0";
}
.icon-ic_fluent_arrow_flow_up_right_rectangle_multiple_24_regular:before {
    content: "\f01c1";
}
.icon-ic_fluent_arrow_square_up_right_20_regular:before {
    content: "\f01c2";
}
.icon-ic_fluent_arrow_square_up_right_24_regular:before {
    content: "\f01c3";
}
.icon-ic_fluent_bin_recycle_20_regular:before {
    content: "\f01c4";
}
.icon-ic_fluent_bin_recycle_24_regular:before {
    content: "\f01c5";
}
.icon-ic_fluent_bin_recycle_full_20_regular:before {
    content: "\f01c6";
}
.icon-ic_fluent_bin_recycle_full_24_regular:before {
    content: "\f01c7";
}
.icon-ic_fluent_briefcase_search_20_regular:before {
    content: "\f01c8";
}
.icon-ic_fluent_briefcase_search_24_regular:before {
    content: "\f01c9";
}
.icon-ic_fluent_circle_line_16_regular:before {
    content: "\f01ca";
}
.icon-ic_fluent_desk_20_regular:before {
    content: "\f01cb";
}
.icon-ic_fluent_desk_24_regular:before {
    content: "\f01cc";
}
.icon-ic_fluent_filmstrip_48_regular:before {
    content: "\f01cd";
}
.icon-ic_fluent_filmstrip_off_48_regular:before {
    content: "\f01ce";
}
.icon-ic_fluent_flash_32_regular:before {
    content: "\f01cf";
}
.icon-ic_fluent_flow_24_regular:before {
    content: "\f01d0";
}
.icon-ic_fluent_flow_32_regular:before {
    content: "\f01d1";
}
.icon-ic_fluent_heart_pulse_checkmark_20_regular:before {
    content: "\f01d2";
}
.icon-ic_fluent_heart_pulse_error_20_regular:before {
    content: "\f01d3";
}
.icon-ic_fluent_heart_pulse_warning_20_regular:before {
    content: "\f01d4";
}
.icon-ic_fluent_home_heart_16_regular:before {
    content: "\f01d5";
}
.icon-ic_fluent_home_heart_20_regular:before {
    content: "\f01d6";
}
.icon-ic_fluent_home_heart_24_regular:before {
    content: "\f01d7";
}
.icon-ic_fluent_home_heart_32_regular:before {
    content: "\f01d8";
}
.icon-ic_fluent_image_off_28_regular:before {
    content: "\f01d9";
}
.icon-ic_fluent_image_off_32_regular:before {
    content: "\f01da";
}
.icon-ic_fluent_image_off_48_regular:before {
    content: "\f01db";
}
.icon-ic_fluent_money_hand_16_regular:before {
    content: "\f01dc";
}
.icon-ic_fluent_money_settings_16_regular:before {
    content: "\f01dd";
}
.icon-ic_fluent_money_settings_24_regular:before {
    content: "\f01de";
}
.icon-ic_fluent_people_edit_16_regular:before {
    content: "\f01df";
}
.icon-ic_fluent_people_edit_24_regular:before {
    content: "\f01e0";
}
.icon-ic_fluent_triangle_up_20_regular:before {
    content: "\f01e1";
}
.icon-ic_fluent_add_square_16_regular:before {
    content: "\f01e2";
}
.icon-ic_fluent_add_square_28_regular:before {
    content: "\f01e3";
}
.icon-ic_fluent_add_square_32_regular:before {
    content: "\f01e4";
}
.icon-ic_fluent_add_square_48_regular:before {
    content: "\f01e5";
}
.icon-ic_fluent_arrow_routing_20_regular:before {
    content: "\f01e6";
}
.icon-ic_fluent_arrow_routing_24_regular:before {
    content: "\f01e7";
}
.icon-ic_fluent_arrow_routing_rectangle_multiple_20_regular:before {
    content: "\f01e8";
}
.icon-ic_fluent_arrow_routing_rectangle_multiple_24_regular:before {
    content: "\f01e9";
}
.icon-ic_fluent_book_add_28_regular:before {
    content: "\f01ea";
}
.icon-ic_fluent_book_default_28_regular:before {
    content: "\f01eb";
}
.icon-ic_fluent_folder_lightning_16_regular:before {
    content: "\f01ec";
}
.icon-ic_fluent_folder_lightning_20_regular:before {
    content: "\f01ed";
}
.icon-ic_fluent_folder_lightning_24_regular:before {
    content: "\f01ee";
}
.icon-ic_fluent_hat_graduation_28_regular:before {
    content: "\f01ef";
}
.icon-ic_fluent_image_sparkle_16_regular:before {
    content: "\f01f0";
}
.icon-ic_fluent_image_sparkle_20_regular:before {
    content: "\f01f1";
}
.icon-ic_fluent_image_sparkle_24_regular:before {
    content: "\f01f2";
}
.icon-ic_fluent_mail_32_regular:before {
    content: "\f01f3";
}
.icon-ic_fluent_person_info_24_regular:before {
    content: "\f01f4";
}
.icon-ic_fluent_prohibited_32_regular:before {
    content: "\f01f5";
}
.icon-ic_fluent_prohibited_multiple_28_regular:before {
    content: "\f01f6";
}
.icon-ic_fluent_spinner_ios_16_regular:before {
    content: "\f01f7";
}
.icon-ic_fluent_star_emphasis_16_regular:before {
    content: "\f01f8";
}
.icon-ic_fluent_text_direction_rotate_315_right_20_regular:before {
    content: "\f01f9";
}
.icon-ic_fluent_text_direction_rotate_315_right_24_regular:before {
    content: "\f01fa";
}
.icon-ic_fluent_text_direction_rotate_45_right_20_regular:before {
    content: "\f01fb";
}
.icon-ic_fluent_text_direction_rotate_45_right_24_regular:before {
    content: "\f01fc";
}
.icon-ic_fluent_arrow_outline_down_left_16_regular:before {
    content: "\f01fd";
}
.icon-ic_fluent_arrow_outline_down_left_20_regular:before {
    content: "\f01fe";
}
.icon-ic_fluent_arrow_outline_down_left_24_regular:before {
    content: "\f01ff";
}
.icon-ic_fluent_arrow_outline_down_left_28_regular:before {
    content: "\f0200";
}
.icon-ic_fluent_arrow_outline_down_left_32_regular:before {
    content: "\f0201";
}
.icon-ic_fluent_arrow_outline_down_left_48_regular:before {
    content: "\f0202";
}
.icon-ic_fluent_arrow_step_in_diagonal_down_left_16_regular:before {
    content: "\f0203";
}
.icon-ic_fluent_arrow_step_in_diagonal_down_left_20_regular:before {
    content: "\f0204";
}
.icon-ic_fluent_arrow_step_in_diagonal_down_left_24_regular:before {
    content: "\f0205";
}
.icon-ic_fluent_arrow_step_in_diagonal_down_left_28_regular:before {
    content: "\f0206";
}
.icon-ic_fluent_arrow_up_square_settings_24_regular:before {
    content: "\f0207";
}
.icon-ic_fluent_briefcase_person_24_regular:before {
    content: "\f0208";
}
.icon-ic_fluent_building_cloud_24_regular:before {
    content: "\f0209";
}
.icon-ic_fluent_calendar_eye_20_regular:before {
    content: "\f020a";
}
.icon-ic_fluent_clipboard_paste_32_regular:before {
    content: "\f020b";
}
.icon-ic_fluent_cloud_bidirectional_20_regular:before {
    content: "\f020c";
}
.icon-ic_fluent_cloud_bidirectional_24_regular:before {
    content: "\f020d";
}
.icon-ic_fluent_comment_edit_16_regular:before {
    content: "\f020e";
}
.icon-ic_fluent_crown_24_regular:before {
    content: "\f020f";
}
.icon-ic_fluent_crown_subtract_24_regular:before {
    content: "\f0210";
}
.icon-ic_fluent_folder_add_32_regular:before {
    content: "\f0211";
}
.icon-ic_fluent_folder_arrow_left_48_regular:before {
    content: "\f0212";
}
.icon-ic_fluent_folder_arrow_right_32_regular:before {
    content: "\f0213";
}
.icon-ic_fluent_folder_arrow_up_32_regular:before {
    content: "\f0214";
}
.icon-ic_fluent_folder_link_16_regular:before {
    content: "\f0215";
}
.icon-ic_fluent_folder_link_32_regular:before {
    content: "\f0216";
}
.icon-ic_fluent_folder_prohibited_32_regular:before {
    content: "\f0217";
}
.icon-ic_fluent_hat_graduation_sparkle_20_regular:before {
    content: "\f0218";
}
.icon-ic_fluent_hat_graduation_sparkle_24_regular:before {
    content: "\f0219";
}
.icon-ic_fluent_hat_graduation_sparkle_28_regular:before {
    content: "\f021a";
}
.icon-ic_fluent_kiosk_24_regular:before {
    content: "\f021b";
}
.icon-ic_fluent_laptop_multiple_24_regular:before {
    content: "\f021c";
}
.icon-ic_fluent_link_add_24_regular:before {
    content: "\f021d";
}
.icon-ic_fluent_link_settings_24_regular:before {
    content: "\f021e";
}
.icon-ic_fluent_lock_closed_28_regular:before {
    content: "\f021f";
}
.icon-ic_fluent_lock_closed_48_regular:before {
    content: "\f0220";
}
.icon-ic_fluent_lock_open_12_regular:before {
    content: "\f0221";
}
.icon-ic_fluent_lock_open_32_regular:before {
    content: "\f0222";
}
.icon-ic_fluent_lock_open_48_regular:before {
    content: "\f0223";
}
.icon-ic_fluent_paint_brush_32_regular:before {
    content: "\f0224";
}
.icon-ic_fluent_pause_circle_32_regular:before {
    content: "\f0225";
}
.icon-ic_fluent_pause_circle_48_regular:before {
    content: "\f0226";
}
.icon-ic_fluent_pen_sparkle_16_regular:before {
    content: "\f0227";
}
.icon-ic_fluent_pen_sparkle_20_regular:before {
    content: "\f0228";
}
.icon-ic_fluent_pen_sparkle_24_regular:before {
    content: "\f0229";
}
.icon-ic_fluent_pen_sparkle_28_regular:before {
    content: "\f022a";
}
.icon-ic_fluent_pen_sparkle_32_regular:before {
    content: "\f022b";
}
.icon-ic_fluent_pen_sparkle_48_regular:before {
    content: "\f022c";
}
.icon-ic_fluent_person_phone_24_regular:before {
    content: "\f022d";
}
.icon-ic_fluent_person_subtract_24_regular:before {
    content: "\f022e";
}
.icon-ic_fluent_phone_briefcase_24_regular:before {
    content: "\f022f";
}
.icon-ic_fluent_phone_multiple_24_regular:before {
    content: "\f0230";
}
.icon-ic_fluent_phone_multiple_settings_24_regular:before {
    content: "\f0231";
}
.icon-ic_fluent_phone_person_24_regular:before {
    content: "\f0232";
}
.icon-ic_fluent_phone_subtract_24_regular:before {
    content: "\f0233";
}
.icon-ic_fluent_plug_connected_settings_20_regular:before {
    content: "\f0234";
}
.icon-ic_fluent_plug_connected_settings_24_regular:before {
    content: "\f0235";
}
.icon-ic_fluent_rectangle_landscape_hint_copy_16_regular:before {
    content: "\f0236";
}
.icon-ic_fluent_rectangle_landscape_hint_copy_20_regular:before {
    content: "\f0237";
}
.icon-ic_fluent_rectangle_landscape_hint_copy_24_regular:before {
    content: "\f0238";
}
.icon-ic_fluent_script_20_regular:before {
    content: "\f0239";
}
.icon-ic_fluent_script_24_regular:before {
    content: "\f023a";
}
.icon-ic_fluent_script_32_regular:before {
    content: "\f023b";
}
.icon-ic_fluent_server_link_24_regular:before {
    content: "\f023c";
}
.icon-ic_fluent_signature_32_regular:before {
    content: "\f023d";
}
.icon-ic_fluent_speaker_mute_32_regular:before {
    content: "\f023e";
}
.icon-ic_fluent_tab_desktop_28_regular:before {
    content: "\f023f";
}
.icon-ic_fluent_tab_desktop_link_16_regular:before {
    content: "\f0240";
}
.icon-ic_fluent_tab_desktop_link_20_regular:before {
    content: "\f0241";
}
.icon-ic_fluent_tab_desktop_link_24_regular:before {
    content: "\f0242";
}
.icon-ic_fluent_tab_desktop_link_28_regular:before {
    content: "\f0243";
}
.icon-ic_fluent_table_arrow_up_20_regular:before {
    content: "\f0244";
}
.icon-ic_fluent_table_arrow_up_24_regular:before {
    content: "\f0245";
}
.icon-ic_fluent_tablet_laptop_24_regular:before {
    content: "\f0246";
}
.icon-ic_fluent_thumb_like_dislike_16_regular:before {
    content: "\f0247";
}
.icon-ic_fluent_thumb_like_dislike_20_regular:before {
    content: "\f0248";
}
.icon-ic_fluent_thumb_like_dislike_24_regular:before {
    content: "\f0249";
}
.icon-ic_fluent_warning_32_regular:before {
    content: "\f024a";
}
.icon-ic_fluent_number_circle_1_28_regular:before {
    content: "\f024b";
}
.icon-ic_fluent_number_circle_1_32_regular:before {
    content: "\f024c";
}
.icon-ic_fluent_number_circle_1_48_regular:before {
    content: "\f024d";
}
.icon-ic_fluent_number_circle_2_16_regular:before {
    content: "\f024e";
}
.icon-ic_fluent_number_circle_2_20_regular:before {
    content: "\f024f";
}
.icon-ic_fluent_number_circle_2_24_regular:before {
    content: "\f0250";
}
.icon-ic_fluent_number_circle_2_28_regular:before {
    content: "\f0251";
}
.icon-ic_fluent_number_circle_2_32_regular:before {
    content: "\f0252";
}
.icon-ic_fluent_number_circle_2_48_regular:before {
    content: "\f0253";
}
.icon-ic_fluent_number_circle_3_16_regular:before {
    content: "\f0254";
}
.icon-ic_fluent_number_circle_3_20_regular:before {
    content: "\f0255";
}
.icon-ic_fluent_number_circle_3_24_regular:before {
    content: "\f0256";
}
.icon-ic_fluent_number_circle_3_28_regular:before {
    content: "\f0257";
}
.icon-ic_fluent_number_circle_3_32_regular:before {
    content: "\f0258";
}
.icon-ic_fluent_number_circle_3_48_regular:before {
    content: "\f0259";
}
.icon-ic_fluent_number_circle_4_16_regular:before {
    content: "\f025a";
}
.icon-ic_fluent_number_circle_4_20_regular:before {
    content: "\f025b";
}
.icon-ic_fluent_number_circle_4_24_regular:before {
    content: "\f025c";
}
.icon-ic_fluent_number_circle_4_28_regular:before {
    content: "\f025d";
}
.icon-ic_fluent_number_circle_4_32_regular:before {
    content: "\f025e";
}
.icon-ic_fluent_number_circle_4_48_regular:before {
    content: "\f025f";
}
.icon-ic_fluent_number_circle_5_16_regular:before {
    content: "\f0260";
}
.icon-ic_fluent_number_circle_5_20_regular:before {
    content: "\f0261";
}
.icon-ic_fluent_number_circle_5_24_regular:before {
    content: "\f0262";
}
.icon-ic_fluent_number_circle_5_28_regular:before {
    content: "\f0263";
}
.icon-ic_fluent_number_circle_5_32_regular:before {
    content: "\f0264";
}
.icon-ic_fluent_number_circle_5_48_regular:before {
    content: "\f0265";
}
.icon-ic_fluent_add_square_multiple_24_regular:before {
    content: "\f0266";
}
.icon-ic_fluent_braces_variable_48_regular:before {
    content: "\f0267";
}
.icon-ic_fluent_cube_48_regular:before {
    content: "\f0268";
}
.icon-ic_fluent_desk_16_regular:before {
    content: "\f0269";
}
.icon-ic_fluent_desk_28_regular:before {
    content: "\f026a";
}
.icon-ic_fluent_desk_32_regular:before {
    content: "\f026b";
}
.icon-ic_fluent_desk_48_regular:before {
    content: "\f026c";
}
.icon-ic_fluent_folder_open_vertical_24_regular:before {
    content: "\f026d";
}
.icon-ic_fluent_globe_48_regular:before {
    content: "\f026e";
}
.icon-ic_fluent_globe_shield_48_regular:before {
    content: "\f026f";
}
.icon-ic_fluent_hand_right_off_16_regular:before {
    content: "\f0270";
}
.icon-ic_fluent_hand_right_off_24_regular:before {
    content: "\f0271";
}
.icon-ic_fluent_hand_right_off_28_regular:before {
    content: "\f0272";
}
.icon-ic_fluent_hat_graduation_sparkle_16_regular:before {
    content: "\f0273";
}
.icon-ic_fluent_key_multiple_16_regular:before {
    content: "\f0274";
}
.icon-ic_fluent_key_multiple_24_regular:before {
    content: "\f0275";
}
.icon-ic_fluent_link_multiple_16_regular:before {
    content: "\f0276";
}
.icon-ic_fluent_link_multiple_20_regular:before {
    content: "\f0277";
}
.icon-ic_fluent_link_multiple_24_regular:before {
    content: "\f0278";
}
.icon-ic_fluent_mail_off_16_regular:before {
    content: "\f0279";
}
.icon-ic_fluent_person_edit_48_regular:before {
    content: "\f027a";
}
.icon-ic_fluent_plug_disconnected_48_regular:before {
    content: "\f027b";
}
.icon-ic_fluent_stream_48_regular:before {
    content: "\f027c";
}
.icon-ic_fluent_text_bullet_list_square_48_regular:before {
    content: "\f027d";
}
.icon-ic_fluent_text_bullet_list_square_shield_48_regular:before {
    content: "\f027e";
}
.icon-ic_fluent_arrow_export_16_regular:before {
    content: "\f027f";
}
.icon-ic_fluent_arrow_export_20_regular:before {
    content: "\f0280";
}
.icon-ic_fluent_arrow_export_24_regular:before {
    content: "\f0281";
}
.icon-ic_fluent_calendar_12_regular:before {
    content: "\f0282";
}
.icon-ic_fluent_calendar_16_regular:before {
    content: "\f0283";
}
.icon-ic_fluent_calendar_20_regular:before {
    content: "\f0284";
}
.icon-ic_fluent_calendar_24_regular:before {
    content: "\f0285";
}
.icon-ic_fluent_calendar_28_regular:before {
    content: "\f0286";
}
.icon-ic_fluent_calendar_32_regular:before {
    content: "\f0287";
}
.icon-ic_fluent_calendar_48_regular:before {
    content: "\f0288";
}
.icon-ic_fluent_calendar_date_20_regular:before {
    content: "\f0289";
}
.icon-ic_fluent_calendar_date_24_regular:before {
    content: "\f028a";
}
.icon-ic_fluent_calendar_date_28_regular:before {
    content: "\f028b";
}
.icon-ic_fluent_clipboard_bullet_list_16_regular:before {
    content: "\f028c";
}
.icon-ic_fluent_clipboard_bullet_list_20_regular:before {
    content: "\f028d";
}
.icon-ic_fluent_ios_arrow_24_regular:before {
    content: "\f028e";
}
.icon-ic_fluent_text_bullet_list_16_regular:before {
    content: "\f028f";
}
.icon-ic_fluent_text_bullet_list_20_regular:before {
    content: "\f0290";
}
.icon-ic_fluent_text_bullet_list_24_regular:before {
    content: "\f0291";
}
.icon-ic_fluent_text_bullet_list_270_24_regular:before {
    content: "\f0292";
}
.icon-ic_fluent_text_bullet_list_90_20_regular:before {
    content: "\f0293";
}
.icon-ic_fluent_text_bullet_list_90_24_regular:before {
    content: "\f0294";
}
.icon-ic_fluent_text_column_wide_20_regular:before {
    content: "\f0295";
}
.icon-ic_fluent_text_column_wide_24_regular:before {
    content: "\f0296";
}
.icon-ic_fluent_text_indent_decrease_16_regular:before {
    content: "\f0297";
}
.icon-ic_fluent_text_indent_decrease_20_regular:before {
    content: "\f0298";
}
.icon-ic_fluent_text_indent_decrease_24_regular:before {
    content: "\f0299";
}
.icon-ic_fluent_text_indent_increase_16_regular:before {
    content: "\f029a";
}
.icon-ic_fluent_text_indent_increase_20_regular:before {
    content: "\f029b";
}
.icon-ic_fluent_text_indent_increase_24_regular:before {
    content: "\f029c";
}
.icon-ic_fluent_vehicle_car_profile_16_regular:before {
    content: "\f029d";
}
.icon-ic_fluent_vehicle_car_profile_20_regular:before {
    content: "\f029e";
}
.icon-ic_fluent_vehicle_car_profile_24_regular:before {
    content: "\f029f";
}
.icon-ic_fluent_arrow_bidirectional_left_right_16_regular:before {
    content: "\f02a0";
}
.icon-ic_fluent_arrow_bidirectional_left_right_20_regular:before {
    content: "\f02a1";
}
.icon-ic_fluent_arrow_bidirectional_left_right_24_regular:before {
    content: "\f02a2";
}
.icon-ic_fluent_arrow_bidirectional_left_right_28_regular:before {
    content: "\f02a3";
}
.icon-ic_fluent_arrow_swap_16_regular:before {
    content: "\f02a4";
}
.icon-ic_fluent_arrow_swap_28_regular:before {
    content: "\f02a5";
}
.icon-ic_fluent_building_mosque_12_regular:before {
    content: "\f02a6";
}
.icon-ic_fluent_building_mosque_16_regular:before {
    content: "\f02a7";
}
.icon-ic_fluent_building_mosque_20_regular:before {
    content: "\f02a8";
}
.icon-ic_fluent_building_mosque_24_regular:before {
    content: "\f02a9";
}
.icon-ic_fluent_building_mosque_28_regular:before {
    content: "\f02aa";
}
.icon-ic_fluent_building_mosque_32_regular:before {
    content: "\f02ab";
}
.icon-ic_fluent_building_mosque_48_regular:before {
    content: "\f02ac";
}
.icon-ic_fluent_checkmark_circle_square_16_regular:before {
    content: "\f02ad";
}
.icon-ic_fluent_checkmark_circle_square_20_regular:before {
    content: "\f02ae";
}
.icon-ic_fluent_checkmark_circle_square_24_regular:before {
    content: "\f02af";
}
.icon-ic_fluent_heart_off_16_regular:before {
    content: "\f02b0";
}
.icon-ic_fluent_heart_off_20_regular:before {
    content: "\f02b1";
}
.icon-ic_fluent_heart_off_24_regular:before {
    content: "\f02b2";
}
.icon-ic_fluent_hexagon_16_regular:before {
    content: "\f02b3";
}
.icon-ic_fluent_hexagon_20_regular:before {
    content: "\f02b4";
}
.icon-ic_fluent_hexagon_three_16_regular:before {
    content: "\f02b5";
}
.icon-ic_fluent_hexagon_three_20_regular:before {
    content: "\f02b6";
}
.icon-ic_fluent_line_horizontal_1_16_regular:before {
    content: "\f02b7";
}
.icon-ic_fluent_line_horizontal_1_24_regular:before {
    content: "\f02b8";
}
.icon-ic_fluent_line_horizontal_1_28_regular:before {
    content: "\f02b9";
}
.icon-ic_fluent_line_horizontal_1_dashes_16_regular:before {
    content: "\f02ba";
}
.icon-ic_fluent_line_horizontal_1_dashes_20_regular:before {
    content: "\f02bb";
}
.icon-ic_fluent_line_horizontal_1_dashes_24_regular:before {
    content: "\f02bc";
}
.icon-ic_fluent_line_horizontal_1_dashes_28_regular:before {
    content: "\f02bd";
}
.icon-ic_fluent_line_horizontal_2_dashes_solid_16_regular:before {
    content: "\f02be";
}
.icon-ic_fluent_line_horizontal_2_dashes_solid_20_regular:before {
    content: "\f02bf";
}
.icon-ic_fluent_line_horizontal_2_dashes_solid_24_regular:before {
    content: "\f02c0";
}
.icon-ic_fluent_line_horizontal_2_dashes_solid_28_regular:before {
    content: "\f02c1";
}
.icon-ic_fluent_mic_record_20_regular:before {
    content: "\f02c2";
}
.icon-ic_fluent_mic_record_24_regular:before {
    content: "\f02c3";
}
.icon-ic_fluent_mic_record_28_regular:before {
    content: "\f02c4";
}
.icon-ic_fluent_open_12_regular:before {
    content: "\f02c5";
}
.icon-ic_fluent_remix_add_16_regular:before {
    content: "\f02c6";
}
.icon-ic_fluent_remix_add_20_regular:before {
    content: "\f02c7";
}
.icon-ic_fluent_remix_add_24_regular:before {
    content: "\f02c8";
}
.icon-ic_fluent_remix_add_32_regular:before {
    content: "\f02c9";
}
.icon-ic_fluent_video_person_sparkle_off_20_regular:before {
    content: "\f02ca";
}
.icon-ic_fluent_video_person_sparkle_off_24_regular:before {
    content: "\f02cb";
}
.icon-ic_fluent_voicemail_shield_20_regular:before {
    content: "\f02cc";
}
.icon-ic_fluent_voicemail_shield_24_regular:before {
    content: "\f02cd";
}
.icon-ic_fluent_voicemail_shield_32_regular:before {
    content: "\f02ce";
}
.icon-ic_fluent_window_database_32_regular:before {
    content: "\f02cf";
}
.icon-ic_fluent_cast_multiple_20_regular:before {
    content: "\f02d0";
}
.icon-ic_fluent_cast_multiple_24_regular:before {
    content: "\f02d1";
}
.icon-ic_fluent_cast_multiple_28_regular:before {
    content: "\f02d2";
}
.icon-ic_fluent_circle_hint_half_vertical_16_regular:before {
    content: "\f02d3";
}
.icon-ic_fluent_circle_hint_half_vertical_20_regular:before {
    content: "\f02d4";
}
.icon-ic_fluent_circle_hint_half_vertical_24_regular:before {
    content: "\f02d5";
}
.icon-ic_fluent_flash_sparkle_20_regular:before {
    content: "\f02d6";
}
.icon-ic_fluent_flash_sparkle_24_regular:before {
    content: "\f02d7";
}
.icon-ic_fluent_hexagon_12_regular:before {
    content: "\f02d8";
}
.icon-ic_fluent_hexagon_24_regular:before {
    content: "\f02d9";
}
.icon-ic_fluent_hexagon_three_12_regular:before {
    content: "\f02da";
}
.icon-ic_fluent_hexagon_three_24_regular:before {
    content: "\f02db";
}
.icon-ic_fluent_next_frame_20_regular:before {
    content: "\f02dc";
}
.icon-ic_fluent_next_frame_24_regular:before {
    content: "\f02dd";
}
.icon-ic_fluent_previous_frame_20_regular:before {
    content: "\f02de";
}
.icon-ic_fluent_previous_frame_24_regular:before {
    content: "\f02df";
}
.icon-ic_fluent_textbox_align_bottom_center_16_regular:before {
    content: "\f02e0";
}
.icon-ic_fluent_textbox_align_bottom_center_20_regular:before {
    content: "\f02e1";
}
.icon-ic_fluent_textbox_align_bottom_center_24_regular:before {
    content: "\f02e2";
}
.icon-ic_fluent_textbox_align_bottom_left_16_regular:before {
    content: "\f02e3";
}
.icon-ic_fluent_textbox_align_bottom_left_20_regular:before {
    content: "\f02e4";
}
.icon-ic_fluent_textbox_align_bottom_left_24_regular:before {
    content: "\f02e5";
}
.icon-ic_fluent_textbox_align_bottom_right_16_regular:before {
    content: "\f02e6";
}
.icon-ic_fluent_textbox_align_bottom_right_20_regular:before {
    content: "\f02e7";
}
.icon-ic_fluent_textbox_align_bottom_right_24_regular:before {
    content: "\f02e8";
}
.icon-ic_fluent_textbox_align_center_16_regular:before {
    content: "\f02e9";
}
.icon-ic_fluent_textbox_align_middle_left_16_regular:before {
    content: "\f02ea";
}
.icon-ic_fluent_textbox_align_middle_left_20_regular:before {
    content: "\f02eb";
}
.icon-ic_fluent_textbox_align_middle_left_24_regular:before {
    content: "\f02ec";
}
.icon-ic_fluent_textbox_align_middle_right_16_regular:before {
    content: "\f02ed";
}
.icon-ic_fluent_textbox_align_middle_right_20_regular:before {
    content: "\f02ee";
}
.icon-ic_fluent_textbox_align_middle_right_24_regular:before {
    content: "\f02ef";
}
.icon-ic_fluent_textbox_align_top_center_16_regular:before {
    content: "\f02f0";
}
.icon-ic_fluent_textbox_align_top_center_20_regular:before {
    content: "\f02f1";
}
.icon-ic_fluent_textbox_align_top_center_24_regular:before {
    content: "\f02f2";
}
.icon-ic_fluent_textbox_align_top_left_16_regular:before {
    content: "\f02f3";
}
.icon-ic_fluent_textbox_align_top_left_20_regular:before {
    content: "\f02f4";
}
.icon-ic_fluent_textbox_align_top_left_24_regular:before {
    content: "\f02f5";
}
.icon-ic_fluent_textbox_align_top_right_16_regular:before {
    content: "\f02f6";
}
.icon-ic_fluent_textbox_align_top_right_20_regular:before {
    content: "\f02f7";
}
.icon-ic_fluent_textbox_align_top_right_24_regular:before {
    content: "\f02f8";
}
.icon-ic_fluent_triangle_down_24_regular:before {
    content: "\f02f9";
}
.icon-ic_fluent_call_end_12_regular:before {
    content: "\f02fa";
}
.icon-ic_fluent_call_end_32_regular:before {
    content: "\f02fb";
}
.icon-ic_fluent_call_end_48_regular:before {
    content: "\f02fc";
}
.icon-ic_fluent_content_view_gallery_16_regular:before {
    content: "\f02fd";
}
.icon-ic_fluent_content_view_gallery_lightning_16_regular:before {
    content: "\f02fe";
}
.icon-ic_fluent_content_view_gallery_lightning_20_regular:before {
    content: "\f02ff";
}
.icon-ic_fluent_content_view_gallery_lightning_24_regular:before {
    content: "\f0300";
}
.icon-ic_fluent_content_view_gallery_lightning_28_regular:before {
    content: "\f0301";
}
.icon-ic_fluent_globe_arrow_forward_16_regular:before {
    content: "\f0302";
}
.icon-ic_fluent_globe_arrow_forward_20_regular:before {
    content: "\f0303";
}
.icon-ic_fluent_globe_arrow_forward_24_regular:before {
    content: "\f0304";
}
.icon-ic_fluent_globe_arrow_forward_32_regular:before {
    content: "\f0305";
}
.icon-ic_fluent_hard_drive_24_regular:before {
    content: "\f0306";
}
.icon-ic_fluent_hard_drive_32_regular:before {
    content: "\f0307";
}
.icon-ic_fluent_hard_drive_call_24_regular:before {
    content: "\f0308";
}
.icon-ic_fluent_hard_drive_call_32_regular:before {
    content: "\f0309";
}
.icon-ic_fluent_mail_rewind_16_regular:before {
    content: "\f030a";
}
.icon-ic_fluent_mail_rewind_20_regular:before {
    content: "\f030b";
}
.icon-ic_fluent_mail_rewind_24_regular:before {
    content: "\f030c";
}
.icon-ic_fluent_panel_right_gallery_16_regular:before {
    content: "\f030d";
}
.icon-ic_fluent_panel_right_gallery_20_regular:before {
    content: "\f030e";
}
.icon-ic_fluent_panel_right_gallery_24_regular:before {
    content: "\f030f";
}
.icon-ic_fluent_panel_right_gallery_28_regular:before {
    content: "\f0310";
}
.icon-ic_fluent_panel_top_gallery_16_regular:before {
    content: "\f0311";
}
.icon-ic_fluent_panel_top_gallery_20_regular:before {
    content: "\f0312";
}
.icon-ic_fluent_panel_top_gallery_24_regular:before {
    content: "\f0313";
}
.icon-ic_fluent_panel_top_gallery_28_regular:before {
    content: "\f0314";
}
.icon-ic_fluent_rectangle_landscape_sparkle_16_regular:before {
    content: "\f0315";
}
.icon-ic_fluent_rectangle_landscape_sparkle_20_regular:before {
    content: "\f0316";
}
.icon-ic_fluent_rectangle_landscape_sparkle_24_regular:before {
    content: "\f0317";
}
.icon-ic_fluent_rectangle_landscape_sparkle_28_regular:before {
    content: "\f0318";
}
.icon-ic_fluent_rectangle_landscape_sparkle_32_regular:before {
    content: "\f0319";
}
.icon-ic_fluent_scan_person_16_regular:before {
    content: "\f031a";
}
.icon-ic_fluent_scan_person_20_regular:before {
    content: "\f031b";
}
.icon-ic_fluent_scan_person_24_regular:before {
    content: "\f031c";
}
.icon-ic_fluent_scan_person_28_regular:before {
    content: "\f031d";
}
.icon-ic_fluent_scan_person_48_regular:before {
    content: "\f031e";
}
.icon-ic_fluent_voicemail_shield_16_regular:before {
    content: "\f031f";
}
.icon-ic_fluent_chevron_down_32_regular:before {
    content: "\f0320";
}
.icon-ic_fluent_chevron_left_32_regular:before {
    content: "\f0321";
}
.icon-ic_fluent_chevron_right_32_regular:before {
    content: "\f0322";
}
.icon-ic_fluent_chevron_up_32_regular:before {
    content: "\f0323";
}
.icon-ic_fluent_document_lightning_16_regular:before {
    content: "\f0324";
}
.icon-ic_fluent_document_lightning_20_regular:before {
    content: "\f0325";
}
.icon-ic_fluent_document_lightning_24_regular:before {
    content: "\f0326";
}
.icon-ic_fluent_document_lightning_28_regular:before {
    content: "\f0327";
}
.icon-ic_fluent_document_lightning_32_regular:before {
    content: "\f0328";
}
.icon-ic_fluent_document_lightning_48_regular:before {
    content: "\f0329";
}
.icon-ic_fluent_edit_12_regular:before {
    content: "\f032a";
}
.icon-ic_fluent_server_link_16_regular:before {
    content: "\f032b";
}
.icon-ic_fluent_server_link_20_regular:before {
    content: "\f032c";
}
.icon-ic_fluent_step_20_regular:before {
    content: "\f032d";
}
.icon-ic_fluent_step_24_regular:before {
    content: "\f032e";
}
.icon-ic_fluent_tab_desktop_multiple_add_20_regular:before {
    content: "\f032f";
}
.icon-ic_fluent_text_description_16_regular:before {
    content: "\f0330";
}
.icon-ic_fluent_text_description_28_regular:before {
    content: "\f0331";
}
.icon-ic_fluent_text_description_32_regular:before {
    content: "\f0332";
}
.icon-ic_fluent_text_grammar_lightning_16_regular:before {
    content: "\f0333";
}
.icon-ic_fluent_text_grammar_lightning_20_regular:before {
    content: "\f0334";
}
.icon-ic_fluent_text_grammar_lightning_24_regular:before {
    content: "\f0335";
}
.icon-ic_fluent_text_grammar_lightning_28_regular:before {
    content: "\f0336";
}
.icon-ic_fluent_text_grammar_lightning_32_regular:before {
    content: "\f0337";
}
.icon-ic_fluent_beaker_add_20_regular:before {
    content: "\f0338";
}
.icon-ic_fluent_beaker_add_24_regular:before {
    content: "\f0339";
}
.icon-ic_fluent_beaker_dismiss_20_regular:before {
    content: "\f033a";
}
.icon-ic_fluent_beaker_dismiss_24_regular:before {
    content: "\f033b";
}
.icon-ic_fluent_document_cube_20_regular:before {
    content: "\f033c";
}
.icon-ic_fluent_document_cube_24_regular:before {
    content: "\f033d";
}
.icon-ic_fluent_drawer_20_regular:before {
    content: "\f033e";
}
.icon-ic_fluent_drawer_24_regular:before {
    content: "\f033f";
}
.icon-ic_fluent_filmstrip_image_20_regular:before {
    content: "\f0340";
}
.icon-ic_fluent_filmstrip_image_24_regular:before {
    content: "\f0341";
}
.icon-ic_fluent_number_circle_0_16_regular:before {
    content: "\f0342";
}
.icon-ic_fluent_number_circle_0_20_regular:before {
    content: "\f0343";
}
.icon-ic_fluent_number_circle_0_24_regular:before {
    content: "\f0344";
}
.icon-ic_fluent_number_circle_0_28_regular:before {
    content: "\f0345";
}
.icon-ic_fluent_number_circle_0_32_regular:before {
    content: "\f0346";
}
.icon-ic_fluent_number_circle_0_48_regular:before {
    content: "\f0347";
}
.icon-ic_fluent_number_circle_6_16_regular:before {
    content: "\f0348";
}
.icon-ic_fluent_number_circle_6_20_regular:before {
    content: "\f0349";
}
.icon-ic_fluent_number_circle_6_24_regular:before {
    content: "\f034a";
}
.icon-ic_fluent_number_circle_6_28_regular:before {
    content: "\f034b";
}
.icon-ic_fluent_number_circle_6_32_regular:before {
    content: "\f034c";
}
.icon-ic_fluent_number_circle_6_48_regular:before {
    content: "\f034d";
}
.icon-ic_fluent_number_circle_7_16_regular:before {
    content: "\f034e";
}
.icon-ic_fluent_number_circle_7_20_regular:before {
    content: "\f034f";
}
.icon-ic_fluent_number_circle_7_24_regular:before {
    content: "\f0350";
}
.icon-ic_fluent_number_circle_7_28_regular:before {
    content: "\f0351";
}
.icon-ic_fluent_number_circle_7_32_regular:before {
    content: "\f0352";
}
.icon-ic_fluent_number_circle_7_48_regular:before {
    content: "\f0353";
}
.icon-ic_fluent_number_circle_8_16_regular:before {
    content: "\f0354";
}
.icon-ic_fluent_number_circle_8_20_regular:before {
    content: "\f0355";
}
.icon-ic_fluent_number_circle_8_24_regular:before {
    content: "\f0356";
}
.icon-ic_fluent_number_circle_8_28_regular:before {
    content: "\f0357";
}
.icon-ic_fluent_number_circle_8_32_regular:before {
    content: "\f0358";
}
.icon-ic_fluent_number_circle_8_48_regular:before {
    content: "\f0359";
}
.icon-ic_fluent_number_circle_9_16_regular:before {
    content: "\f035a";
}
.icon-ic_fluent_number_circle_9_20_regular:before {
    content: "\f035b";
}
.icon-ic_fluent_number_circle_9_24_regular:before {
    content: "\f035c";
}
.icon-ic_fluent_number_circle_9_28_regular:before {
    content: "\f035d";
}
.icon-ic_fluent_number_circle_9_32_regular:before {
    content: "\f035e";
}
.icon-ic_fluent_number_circle_9_48_regular:before {
    content: "\f035f";
}
.icon-ic_fluent_server_12_regular:before {
    content: "\f0360";
}
.icon-ic_fluent_square_hint_hexagon_12_regular:before {
    content: "\f0361";
}
.icon-ic_fluent_square_hint_hexagon_16_regular:before {
    content: "\f0362";
}
.icon-ic_fluent_square_hint_hexagon_20_regular:before {
    content: "\f0363";
}
.icon-ic_fluent_square_hint_hexagon_24_regular:before {
    content: "\f0364";
}
.icon-ic_fluent_square_hint_hexagon_28_regular:before {
    content: "\f0365";
}
.icon-ic_fluent_square_hint_hexagon_32_regular:before {
    content: "\f0366";
}
.icon-ic_fluent_square_hint_hexagon_48_regular:before {
    content: "\f0367";
}
.icon-ic_fluent_tab_desktop_multiple_16_regular:before {
    content: "\f0368";
}
.icon-ic_fluent_tab_desktop_multiple_add_16_regular:before {
    content: "\f0369";
}
.icon-ic_fluent_target_add_20_regular:before {
    content: "\f036a";
}
.icon-ic_fluent_target_add_24_regular:before {
    content: "\f036b";
}
.icon-ic_fluent_target_dismiss_20_regular:before {
    content: "\f036c";
}
.icon-ic_fluent_target_dismiss_24_regular:before {
    content: "\f036d";
}
.icon-ic_fluent_text_header_1_lines_16_regular:before {
    content: "\f036e";
}
.icon-ic_fluent_text_header_1_lines_20_regular:before {
    content: "\f036f";
}
.icon-ic_fluent_text_header_1_lines_24_regular:before {
    content: "\f0370";
}
.icon-ic_fluent_text_header_1_lines_caret_16_regular:before {
    content: "\f0371";
}
.icon-ic_fluent_text_header_1_lines_caret_20_regular:before {
    content: "\f0372";
}
.icon-ic_fluent_text_header_1_lines_caret_24_regular:before {
    content: "\f0373";
}
.icon-ic_fluent_text_header_2_lines_16_regular:before {
    content: "\f0374";
}
.icon-ic_fluent_text_header_2_lines_20_regular:before {
    content: "\f0375";
}
.icon-ic_fluent_text_header_2_lines_24_regular:before {
    content: "\f0376";
}
.icon-ic_fluent_text_header_2_lines_caret_16_regular:before {
    content: "\f0377";
}
.icon-ic_fluent_text_header_2_lines_caret_20_regular:before {
    content: "\f0378";
}
.icon-ic_fluent_text_header_2_lines_caret_24_regular:before {
    content: "\f0379";
}
.icon-ic_fluent_text_header_3_lines_16_regular:before {
    content: "\f037a";
}
.icon-ic_fluent_text_header_3_lines_20_regular:before {
    content: "\f037b";
}
.icon-ic_fluent_text_header_3_lines_24_regular:before {
    content: "\f037c";
}
.icon-ic_fluent_text_header_3_lines_caret_16_regular:before {
    content: "\f037d";
}
.icon-ic_fluent_text_header_3_lines_caret_20_regular:before {
    content: "\f037e";
}
.icon-ic_fluent_text_header_3_lines_caret_24_regular:before {
    content: "\f037f";
}
.icon-ic_fluent_arrow_download_28_regular:before {
    content: "\f0380";
}
.icon-ic_fluent_arrow_download_32_regular:before {
    content: "\f0381";
}
.icon-ic_fluent_arrow_expand_16_regular:before {
    content: "\f0382";
}
.icon-ic_fluent_arrow_export_up_16_regular:before {
    content: "\f0383";
}
.icon-ic_fluent_arrow_import_16_regular:before {
    content: "\f0384";
}
.icon-ic_fluent_arrow_up_right_dashes_16_regular:before {
    content: "\f0385";
}
.icon-ic_fluent_battery_10_16_regular:before {
    content: "\f0386";
}
.icon-ic_fluent_beaker_empty_16_regular:before {
    content: "\f0387";
}
.icon-ic_fluent_book_16_regular:before {
    content: "\f0388";
}
.icon-ic_fluent_border_none_16_regular:before {
    content: "\f0389";
}
.icon-ic_fluent_branch_request_16_regular:before {
    content: "\f038a";
}
.icon-ic_fluent_clipboard_task_list_16_regular:before {
    content: "\f038b";
}
.icon-ic_fluent_cut_16_regular:before {
    content: "\f038c";
}
.icon-ic_fluent_folder_search_16_regular:before {
    content: "\f038d";
}
.icon-ic_fluent_folder_search_20_regular:before {
    content: "\f038e";
}
.icon-ic_fluent_folder_search_24_regular:before {
    content: "\f038f";
}
.icon-ic_fluent_hexagon_28_regular:before {
    content: "\f0390";
}
.icon-ic_fluent_hexagon_32_regular:before {
    content: "\f0391";
}
.icon-ic_fluent_hexagon_48_regular:before {
    content: "\f0392";
}
.icon-ic_fluent_plug_connected_16_regular:before {
    content: "\f0393";
}
.icon-ic_fluent_plug_disconnected_16_regular:before {
    content: "\f0394";
}
.icon-ic_fluent_projection_screen_text_20_regular:before {
    content: "\f0395";
}
.icon-ic_fluent_rss_16_regular:before {
    content: "\f0396";
}
.icon-ic_fluent_shape_organic_16_regular:before {
    content: "\f0397";
}
.icon-ic_fluent_shape_organic_20_regular:before {
    content: "\f0398";
}
.icon-ic_fluent_shape_organic_24_regular:before {
    content: "\f0399";
}
.icon-ic_fluent_shape_organic_28_regular:before {
    content: "\f039a";
}
.icon-ic_fluent_shape_organic_32_regular:before {
    content: "\f039b";
}
.icon-ic_fluent_shape_organic_48_regular:before {
    content: "\f039c";
}
.icon-ic_fluent_teardrop_bottom_right_16_regular:before {
    content: "\f039d";
}
.icon-ic_fluent_teardrop_bottom_right_20_regular:before {
    content: "\f039e";
}
.icon-ic_fluent_teardrop_bottom_right_24_regular:before {
    content: "\f039f";
}
.icon-ic_fluent_teardrop_bottom_right_28_regular:before {
    content: "\f03a0";
}
.icon-ic_fluent_teardrop_bottom_right_32_regular:before {
    content: "\f03a1";
}
.icon-ic_fluent_teardrop_bottom_right_48_regular:before {
    content: "\f03a2";
}
.icon-ic_fluent_text_edit_style_16_regular:before {
    content: "\f03a3";
}
.icon-ic_fluent_text_whole_word_16_regular:before {
    content: "\f03a4";
}
.icon-ic_fluent_triangle_24_regular:before {
    content: "\f03a5";
}
.icon-ic_fluent_triangle_28_regular:before {
    content: "\f03a6";
}
.icon-ic_fluent_text_asterisk_16_regular:before {
    content: "\f03a7";
}
.icon-ic_fluent_arrow_download_off_16_regular:before {
    content: "\f03a8";
}
.icon-ic_fluent_arrow_download_off_20_regular:before {
    content: "\f03a9";
}
.icon-ic_fluent_arrow_download_off_24_regular:before {
    content: "\f03aa";
}
.icon-ic_fluent_arrow_download_off_28_regular:before {
    content: "\f03ab";
}
.icon-ic_fluent_arrow_download_off_32_regular:before {
    content: "\f03ac";
}
.icon-ic_fluent_arrow_download_off_48_regular:before {
    content: "\f03ad";
}
.icon-ic_fluent_border_inside_16_regular:before {
    content: "\f03ae";
}
.icon-ic_fluent_border_inside_20_regular:before {
    content: "\f03af";
}
.icon-ic_fluent_border_inside_24_regular:before {
    content: "\f03b0";
}
.icon-ic_fluent_chat_lock_16_regular:before {
    content: "\f03b1";
}
.icon-ic_fluent_chat_lock_20_regular:before {
    content: "\f03b2";
}
.icon-ic_fluent_chat_lock_24_regular:before {
    content: "\f03b3";
}
.icon-ic_fluent_chat_lock_28_regular:before {
    content: "\f03b4";
}
.icon-ic_fluent_error_circle_48_regular:before {
    content: "\f03b5";
}
.icon-ic_fluent_full_screen_maximize_28_regular:before {
    content: "\f03b6";
}
.icon-ic_fluent_full_screen_maximize_32_regular:before {
    content: "\f03b7";
}
.icon-ic_fluent_full_screen_minimize_28_regular:before {
    content: "\f03b8";
}
.icon-ic_fluent_full_screen_minimize_32_regular:before {
    content: "\f03b9";
}
.icon-ic_fluent_link_person_16_regular:before {
    content: "\f03ba";
}
.icon-ic_fluent_link_person_20_regular:before {
    content: "\f03bb";
}
.icon-ic_fluent_link_person_24_regular:before {
    content: "\f03bc";
}
.icon-ic_fluent_link_person_32_regular:before {
    content: "\f03bd";
}
.icon-ic_fluent_link_person_48_regular:before {
    content: "\f03be";
}
.icon-ic_fluent_people_chat_16_regular:before {
    content: "\f03bf";
}
.icon-ic_fluent_people_chat_20_regular:before {
    content: "\f03c0";
}
.icon-ic_fluent_people_chat_24_regular:before {
    content: "\f03c1";
}
.icon-ic_fluent_person_support_28_regular:before {
    content: "\f03c2";
}
.icon-ic_fluent_shapes_32_regular:before {
    content: "\f03c3";
}
.icon-ic_fluent_slide_text_edit_16_regular:before {
    content: "\f03c4";
}
.icon-ic_fluent_slide_text_edit_20_regular:before {
    content: "\f03c5";
}
.icon-ic_fluent_slide_text_edit_24_regular:before {
    content: "\f03c6";
}
.icon-ic_fluent_slide_text_edit_28_regular:before {
    content: "\f03c7";
}
.icon-ic_fluent_subtract_circle_48_regular:before {
    content: "\f03c8";
}
.icon-ic_fluent_subtract_parentheses_16_regular:before {
    content: "\f03c9";
}
.icon-ic_fluent_subtract_parentheses_20_regular:before {
    content: "\f03ca";
}
.icon-ic_fluent_subtract_parentheses_24_regular:before {
    content: "\f03cb";
}
.icon-ic_fluent_subtract_parentheses_28_regular:before {
    content: "\f03cc";
}
.icon-ic_fluent_subtract_parentheses_32_regular:before {
    content: "\f03cd";
}
.icon-ic_fluent_subtract_parentheses_48_regular:before {
    content: "\f03ce";
}
.icon-ic_fluent_warning_48_regular:before {
    content: "\f03cf";
}
.icon-ic_fluent_alert_on_16_regular:before {
    content: "\f03d0";
}
.icon-ic_fluent_arrow_down_exclamation_16_regular:before {
    content: "\f03d1";
}
.icon-ic_fluent_arrow_down_exclamation_20_regular:before {
    content: "\f03d2";
}
.icon-ic_fluent_arrow_fit_24_regular:before {
    content: "\f03d3";
}
.icon-ic_fluent_arrow_fit_in_24_regular:before {
    content: "\f03d4";
}
.icon-ic_fluent_book_32_regular:before {
    content: "\f03d5";
}
.icon-ic_fluent_book_database_16_regular:before {
    content: "\f03d6";
}
.icon-ic_fluent_book_database_32_regular:before {
    content: "\f03d7";
}
.icon-ic_fluent_book_toolbox_16_regular:before {
    content: "\f03d8";
}
.icon-ic_fluent_building_desktop_32_regular:before {
    content: "\f03d9";
}
.icon-ic_fluent_building_government_16_regular:before {
    content: "\f03da";
}
.icon-ic_fluent_building_government_search_16_regular:before {
    content: "\f03db";
}
.icon-ic_fluent_building_government_search_20_regular:before {
    content: "\f03dc";
}
.icon-ic_fluent_building_government_search_24_regular:before {
    content: "\f03dd";
}
.icon-ic_fluent_building_government_search_32_regular:before {
    content: "\f03de";
}
.icon-ic_fluent_calendar_record_16_regular:before {
    content: "\f03df";
}
.icon-ic_fluent_calendar_record_20_regular:before {
    content: "\f03e0";
}
.icon-ic_fluent_calendar_record_24_regular:before {
    content: "\f03e1";
}
.icon-ic_fluent_calendar_record_28_regular:before {
    content: "\f03e2";
}
.icon-ic_fluent_calendar_record_32_regular:before {
    content: "\f03e3";
}
.icon-ic_fluent_calendar_record_48_regular:before {
    content: "\f03e4";
}
.icon-ic_fluent_clipboard_28_regular:before {
    content: "\f03e5";
}
.icon-ic_fluent_clipboard_math_formula_16_regular:before {
    content: "\f03e6";
}
.icon-ic_fluent_clipboard_math_formula_20_regular:before {
    content: "\f03e7";
}
.icon-ic_fluent_clipboard_math_formula_24_regular:before {
    content: "\f03e8";
}
.icon-ic_fluent_clipboard_math_formula_28_regular:before {
    content: "\f03e9";
}
.icon-ic_fluent_clipboard_math_formula_32_regular:before {
    content: "\f03ea";
}
.icon-ic_fluent_clipboard_number_123_16_regular:before {
    content: "\f03eb";
}
.icon-ic_fluent_clipboard_number_123_20_regular:before {
    content: "\f03ec";
}
.icon-ic_fluent_clipboard_number_123_24_regular:before {
    content: "\f03ed";
}
.icon-ic_fluent_clipboard_number_123_28_regular:before {
    content: "\f03ee";
}
.icon-ic_fluent_clipboard_number_123_32_regular:before {
    content: "\f03ef";
}
.icon-ic_fluent_collections_16_regular:before {
    content: "\f03f0";
}
.icon-ic_fluent_communication_shield_16_regular:before {
    content: "\f03f1";
}
.icon-ic_fluent_communication_shield_20_regular:before {
    content: "\f03f2";
}
.icon-ic_fluent_communication_shield_24_regular:before {
    content: "\f03f3";
}
.icon-ic_fluent_dialpad_question_mark_20_regular:before {
    content: "\f03f4";
}
.icon-ic_fluent_dialpad_question_mark_24_regular:before {
    content: "\f03f5";
}
.icon-ic_fluent_document_briefcase_16_regular:before {
    content: "\f03f6";
}
.icon-ic_fluent_document_briefcase_32_regular:before {
    content: "\f03f7";
}
.icon-ic_fluent_document_search_32_regular:before {
    content: "\f03f8";
}
.icon-ic_fluent_fingerprint_16_regular:before {
    content: "\f03f9";
}
.icon-ic_fluent_fingerprint_32_regular:before {
    content: "\f03fa";
}
.icon-ic_fluent_folder_person_24_regular:before {
    content: "\f03fb";
}
.icon-ic_fluent_folder_person_28_regular:before {
    content: "\f03fc";
}
.icon-ic_fluent_folder_person_32_regular:before {
    content: "\f03fd";
}
.icon-ic_fluent_folder_person_48_regular:before {
    content: "\f03fe";
}
.icon-ic_fluent_hat_graduation_add_16_regular:before {
    content: "\f03ff";
}
.icon-ic_fluent_hat_graduation_add_20_regular:before {
    content: "\f0400";
}
.icon-ic_fluent_hat_graduation_add_24_regular:before {
    content: "\f0401";
}
.icon-ic_fluent_layer_diagonal_add_20_regular:before {
    content: "\f0402";
}
.icon-ic_fluent_library_32_regular:before {
    content: "\f0403";
}
.icon-ic_fluent_lightbulb_filament_32_regular:before {
    content: "\f0404";
}
.icon-ic_fluent_link_add_16_regular:before {
    content: "\f0405";
}
.icon-ic_fluent_link_add_20_regular:before {
    content: "\f0406";
}
.icon-ic_fluent_lock_shield_16_regular:before {
    content: "\f0407";
}
.icon-ic_fluent_lock_shield_28_regular:before {
    content: "\f0408";
}
.icon-ic_fluent_lock_shield_32_regular:before {
    content: "\f0409";
}
.icon-ic_fluent_person_voice_16_regular:before {
    content: "\f040a";
}
.icon-ic_fluent_person_warning_16_regular:before {
    content: "\f040b";
}
.icon-ic_fluent_person_warning_20_regular:before {
    content: "\f040c";
}
.icon-ic_fluent_person_warning_24_regular:before {
    content: "\f040d";
}
.icon-ic_fluent_person_warning_28_regular:before {
    content: "\f040e";
}
.icon-ic_fluent_person_warning_32_regular:before {
    content: "\f040f";
}
.icon-ic_fluent_person_warning_48_regular:before {
    content: "\f0410";
}
.icon-ic_fluent_scan_type_off_24_regular:before {
    content: "\f0411";
}
.icon-ic_fluent_screenshot_16_regular:before {
    content: "\f0412";
}
.icon-ic_fluent_screenshot_record_16_regular:before {
    content: "\f0413";
}
.icon-ic_fluent_screenshot_record_20_regular:before {
    content: "\f0414";
}
.icon-ic_fluent_screenshot_record_24_regular:before {
    content: "\f0415";
}
.icon-ic_fluent_slide_search_16_regular:before {
    content: "\f0416";
}
.icon-ic_fluent_slide_search_32_regular:before {
    content: "\f0417";
}
.icon-ic_fluent_vehicle_subway_clock_16_regular:before {
    content: "\f0418";
}
.icon-ic_fluent_vehicle_subway_clock_20_regular:before {
    content: "\f0419";
}
.icon-ic_fluent_vehicle_subway_clock_24_regular:before {
    content: "\f041a";
}
.icon-ic_fluent_video_clip_optimize_16_regular:before {
    content: "\f041b";
}
.icon-ic_fluent_video_clip_optimize_20_regular:before {
    content: "\f041c";
}
.icon-ic_fluent_video_clip_optimize_24_regular:before {
    content: "\f041d";
}
.icon-ic_fluent_video_clip_optimize_28_regular:before {
    content: "\f041e";
}
.icon-ic_fluent_video_person_pulse_16_regular:before {
    content: "\f041f";
}
.icon-ic_fluent_video_person_pulse_20_regular:before {
    content: "\f0420";
}
.icon-ic_fluent_video_person_pulse_24_regular:before {
    content: "\f0421";
}
.icon-ic_fluent_video_person_pulse_28_regular:before {
    content: "\f0422";
}
.icon-ic_fluent_archive_settings_32_regular:before {
    content: "\f0423";
}
.icon-ic_fluent_arrow_forward_32_regular:before {
    content: "\f0424";
}
.icon-ic_fluent_arrow_reply_32_regular:before {
    content: "\f0425";
}
.icon-ic_fluent_arrow_reply_all_32_regular:before {
    content: "\f0426";
}
.icon-ic_fluent_attach_32_regular:before {
    content: "\f0427";
}
.icon-ic_fluent_autocorrect_32_regular:before {
    content: "\f0428";
}
.icon-ic_fluent_broom_32_regular:before {
    content: "\f0429";
}
.icon-ic_fluent_calendar_note_16_regular:before {
    content: "\f042a";
}
.icon-ic_fluent_calendar_note_20_regular:before {
    content: "\f042b";
}
.icon-ic_fluent_calendar_note_24_regular:before {
    content: "\f042c";
}
.icon-ic_fluent_calendar_note_32_regular:before {
    content: "\f042d";
}
.icon-ic_fluent_checkmark_underline_circle_24_regular:before {
    content: "\f042e";
}
.icon-ic_fluent_data_bar_vertical_ascending_20_regular:before {
    content: "\f042f";
}
.icon-ic_fluent_data_bar_vertical_ascending_24_regular:before {
    content: "\f0430";
}
.icon-ic_fluent_diversity_16_regular:before {
    content: "\f0431";
}
.icon-ic_fluent_filter_32_regular:before {
    content: "\f0432";
}
.icon-ic_fluent_folder_mail_32_regular:before {
    content: "\f0433";
}
.icon-ic_fluent_glance_horizontal_32_regular:before {
    content: "\f0434";
}
.icon-ic_fluent_glance_horizontal_sparkle_32_regular:before {
    content: "\f0435";
}
.icon-ic_fluent_globe_arrow_up_16_regular:before {
    content: "\f0436";
}
.icon-ic_fluent_globe_arrow_up_20_regular:before {
    content: "\f0437";
}
.icon-ic_fluent_globe_arrow_up_24_regular:before {
    content: "\f0438";
}
.icon-ic_fluent_globe_error_16_regular:before {
    content: "\f0439";
}
.icon-ic_fluent_globe_error_20_regular:before {
    content: "\f043a";
}
.icon-ic_fluent_globe_error_24_regular:before {
    content: "\f043b";
}
.icon-ic_fluent_globe_prohibited_16_regular:before {
    content: "\f043c";
}
.icon-ic_fluent_globe_prohibited_24_regular:before {
    content: "\f043d";
}
.icon-ic_fluent_globe_sync_16_regular:before {
    content: "\f043e";
}
.icon-ic_fluent_globe_sync_20_regular:before {
    content: "\f043f";
}
.icon-ic_fluent_globe_sync_24_regular:before {
    content: "\f0440";
}
.icon-ic_fluent_globe_warning_16_regular:before {
    content: "\f0441";
}
.icon-ic_fluent_globe_warning_20_regular:before {
    content: "\f0442";
}
.icon-ic_fluent_globe_warning_24_regular:before {
    content: "\f0443";
}
.icon-ic_fluent_important_32_regular:before {
    content: "\f0444";
}
.icon-ic_fluent_layer_diagonal_16_regular:before {
    content: "\f0445";
}
.icon-ic_fluent_layer_diagonal_person_16_regular:before {
    content: "\f0446";
}
.icon-ic_fluent_mail_multiple_32_regular:before {
    content: "\f0447";
}
.icon-ic_fluent_mail_read_32_regular:before {
    content: "\f0448";
}
.icon-ic_fluent_mail_unread_32_regular:before {
    content: "\f0449";
}
.icon-ic_fluent_mailbox_16_regular:before {
    content: "\f044a";
}
.icon-ic_fluent_mailbox_20_regular:before {
    content: "\f044b";
}
.icon-ic_fluent_organization_horizontal_16_regular:before {
    content: "\f044c";
}
.icon-ic_fluent_organization_horizontal_24_regular:before {
    content: "\f044d";
}
.icon-ic_fluent_people_list_32_regular:before {
    content: "\f044e";
}
.icon-ic_fluent_person_add_32_regular:before {
    content: "\f044f";
}
.icon-ic_fluent_person_square_16_regular:before {
    content: "\f0450";
}
.icon-ic_fluent_person_square_32_regular:before {
    content: "\f0451";
}
.icon-ic_fluent_person_square_checkmark_16_regular:before {
    content: "\f0452";
}
.icon-ic_fluent_person_square_checkmark_20_regular:before {
    content: "\f0453";
}
.icon-ic_fluent_person_square_checkmark_24_regular:before {
    content: "\f0454";
}
.icon-ic_fluent_person_square_checkmark_32_regular:before {
    content: "\f0455";
}
.icon-ic_fluent_phone_footer_arrow_down_20_regular:before {
    content: "\f0456";
}
.icon-ic_fluent_phone_footer_arrow_down_24_regular:before {
    content: "\f0457";
}
.icon-ic_fluent_phone_header_arrow_up_20_regular:before {
    content: "\f0458";
}
.icon-ic_fluent_phone_header_arrow_up_24_regular:before {
    content: "\f0459";
}
.icon-ic_fluent_poll_32_regular:before {
    content: "\f045a";
}
.icon-ic_fluent_question_32_regular:before {
    content: "\f045b";
}
.icon-ic_fluent_screenshot_28_regular:before {
    content: "\f045c";
}
.icon-ic_fluent_screenshot_record_28_regular:before {
    content: "\f045d";
}
.icon-ic_fluent_star_32_regular:before {
    content: "\f045e";
}
.icon-ic_fluent_text_density_32_regular:before {
    content: "\f045f";
}
.icon-ic_fluent_text_edit_style_character_a_32_regular:before {
    content: "\f0460";
}
.icon-ic_fluent_wrench_screwdriver_32_regular:before {
    content: "\f0461";
}
.icon-ic_fluent_arrow_clockwise_dashes_16_regular:before {
    content: "\f0462";
}
.icon-ic_fluent_arrow_clockwise_dashes_32_regular:before {
    content: "\f0463";
}
.icon-ic_fluent_building_swap_16_regular:before {
    content: "\f0464";
}
.icon-ic_fluent_building_swap_20_regular:before {
    content: "\f0465";
}
.icon-ic_fluent_building_swap_24_regular:before {
    content: "\f0466";
}
.icon-ic_fluent_building_swap_32_regular:before {
    content: "\f0467";
}
.icon-ic_fluent_building_swap_48_regular:before {
    content: "\f0468";
}
.icon-ic_fluent_certificate_32_regular:before {
    content: "\f0469";
}
.icon-ic_fluent_clipboard_brush_16_regular:before {
    content: "\f046a";
}
.icon-ic_fluent_clipboard_brush_20_regular:before {
    content: "\f046b";
}
.icon-ic_fluent_clipboard_brush_24_regular:before {
    content: "\f046c";
}
.icon-ic_fluent_clipboard_brush_28_regular:before {
    content: "\f046d";
}
.icon-ic_fluent_clipboard_brush_32_regular:before {
    content: "\f046e";
}
.icon-ic_fluent_cloud_beaker_16_regular:before {
    content: "\f046f";
}
.icon-ic_fluent_cloud_beaker_20_regular:before {
    content: "\f0470";
}
.icon-ic_fluent_cloud_beaker_24_regular:before {
    content: "\f0471";
}
.icon-ic_fluent_cloud_beaker_28_regular:before {
    content: "\f0472";
}
.icon-ic_fluent_cloud_beaker_32_regular:before {
    content: "\f0473";
}
.icon-ic_fluent_cloud_beaker_48_regular:before {
    content: "\f0474";
}
.icon-ic_fluent_cloud_cube_16_regular:before {
    content: "\f0475";
}
.icon-ic_fluent_cloud_cube_20_regular:before {
    content: "\f0476";
}
.icon-ic_fluent_cloud_cube_24_regular:before {
    content: "\f0477";
}
.icon-ic_fluent_cloud_cube_28_regular:before {
    content: "\f0478";
}
.icon-ic_fluent_cloud_cube_32_regular:before {
    content: "\f0479";
}
.icon-ic_fluent_cloud_cube_48_regular:before {
    content: "\f047a";
}
.icon-ic_fluent_contract_up_right_16_regular:before {
    content: "\f047b";
}
.icon-ic_fluent_contract_up_right_20_regular:before {
    content: "\f047c";
}
.icon-ic_fluent_contract_up_right_24_regular:before {
    content: "\f047d";
}
.icon-ic_fluent_contract_up_right_28_regular:before {
    content: "\f047e";
}
.icon-ic_fluent_contract_up_right_32_regular:before {
    content: "\f047f";
}
.icon-ic_fluent_contract_up_right_48_regular:before {
    content: "\f0480";
}
.icon-ic_fluent_document_data_lock_16_regular:before {
    content: "\f0481";
}
.icon-ic_fluent_document_data_lock_20_regular:before {
    content: "\f0482";
}
.icon-ic_fluent_document_data_lock_24_regular:before {
    content: "\f0483";
}
.icon-ic_fluent_document_data_lock_32_regular:before {
    content: "\f0484";
}
.icon-ic_fluent_glance_horizontal_sparkles_20_regular:before {
    content: "\f0485";
}
.icon-ic_fluent_layout_cell_four_16_regular:before {
    content: "\f0486";
}
.icon-ic_fluent_layout_cell_four_20_regular:before {
    content: "\f0487";
}
.icon-ic_fluent_layout_cell_four_24_regular:before {
    content: "\f0488";
}
.icon-ic_fluent_layout_column_four_16_regular:before {
    content: "\f0489";
}
.icon-ic_fluent_layout_column_four_20_regular:before {
    content: "\f048a";
}
.icon-ic_fluent_layout_column_four_24_regular:before {
    content: "\f048b";
}
.icon-ic_fluent_layout_column_one_third_left_16_regular:before {
    content: "\f048c";
}
.icon-ic_fluent_layout_column_one_third_left_20_regular:before {
    content: "\f048d";
}
.icon-ic_fluent_layout_column_one_third_left_24_regular:before {
    content: "\f048e";
}
.icon-ic_fluent_layout_column_one_third_right_16_regular:before {
    content: "\f048f";
}
.icon-ic_fluent_layout_column_one_third_right_20_regular:before {
    content: "\f0490";
}
.icon-ic_fluent_layout_column_one_third_right_24_regular:before {
    content: "\f0491";
}
.icon-ic_fluent_layout_column_one_third_right_hint_16_regular:before {
    content: "\f0492";
}
.icon-ic_fluent_layout_column_one_third_right_hint_20_regular:before {
    content: "\f0493";
}
.icon-ic_fluent_layout_column_one_third_right_hint_24_regular:before {
    content: "\f0494";
}
.icon-ic_fluent_layout_column_three_16_regular:before {
    content: "\f0495";
}
.icon-ic_fluent_layout_column_three_20_regular:before {
    content: "\f0496";
}
.icon-ic_fluent_layout_column_three_24_regular:before {
    content: "\f0497";
}
.icon-ic_fluent_layout_column_two_16_regular:before {
    content: "\f0498";
}
.icon-ic_fluent_layout_column_two_20_regular:before {
    content: "\f0499";
}
.icon-ic_fluent_layout_column_two_24_regular:before {
    content: "\f049a";
}
.icon-ic_fluent_layout_column_two_split_left_16_regular:before {
    content: "\f049b";
}
.icon-ic_fluent_layout_column_two_split_left_20_regular:before {
    content: "\f049c";
}
.icon-ic_fluent_layout_column_two_split_left_24_regular:before {
    content: "\f049d";
}
.icon-ic_fluent_layout_column_two_split_right_16_regular:before {
    content: "\f049e";
}
.icon-ic_fluent_layout_column_two_split_right_20_regular:before {
    content: "\f049f";
}
.icon-ic_fluent_layout_column_two_split_right_24_regular:before {
    content: "\f04a0";
}
.icon-ic_fluent_layout_row_four_16_regular:before {
    content: "\f04a1";
}
.icon-ic_fluent_layout_row_four_20_regular:before {
    content: "\f04a2";
}
.icon-ic_fluent_layout_row_four_24_regular:before {
    content: "\f04a3";
}
.icon-ic_fluent_layout_row_three_16_regular:before {
    content: "\f04a4";
}
.icon-ic_fluent_layout_row_three_20_regular:before {
    content: "\f04a5";
}
.icon-ic_fluent_layout_row_three_24_regular:before {
    content: "\f04a6";
}
.icon-ic_fluent_layout_row_two_16_regular:before {
    content: "\f04a7";
}
.icon-ic_fluent_layout_row_two_20_regular:before {
    content: "\f04a8";
}
.icon-ic_fluent_layout_row_two_24_regular:before {
    content: "\f04a9";
}
.icon-ic_fluent_layout_row_two_split_bottom_16_regular:before {
    content: "\f04aa";
}
.icon-ic_fluent_layout_row_two_split_bottom_20_regular:before {
    content: "\f04ab";
}
.icon-ic_fluent_layout_row_two_split_bottom_24_regular:before {
    content: "\f04ac";
}
.icon-ic_fluent_layout_row_two_split_top_16_regular:before {
    content: "\f04ad";
}
.icon-ic_fluent_layout_row_two_split_top_20_regular:before {
    content: "\f04ae";
}
.icon-ic_fluent_layout_row_two_split_top_24_regular:before {
    content: "\f04af";
}
.icon-ic_fluent_location_target_square_16_regular:before {
    content: "\f04b0";
}
.icon-ic_fluent_location_target_square_20_regular:before {
    content: "\f04b1";
}
.icon-ic_fluent_location_target_square_24_regular:before {
    content: "\f04b2";
}
.icon-ic_fluent_location_target_square_32_regular:before {
    content: "\f04b3";
}
.icon-ic_fluent_resize_16_regular:before {
    content: "\f04b4";
}
.icon-ic_fluent_resize_28_regular:before {
    content: "\f04b5";
}
.icon-ic_fluent_resize_32_regular:before {
    content: "\f04b6";
}
.icon-ic_fluent_resize_48_regular:before {
    content: "\f04b7";
}
.icon-ic_fluent_select_all_off_16_regular:before {
    content: "\f04b8";
}
.icon-ic_fluent_select_all_on_16_regular:before {
    content: "\f04b9";
}
.icon-ic_fluent_share_android_16_regular:before {
    content: "\f04ba";
}
.icon-ic_fluent_share_android_32_regular:before {
    content: "\f04bb";
}
.icon-ic_fluent_text_arrow_down_right_column_16_regular:before {
    content: "\f04bc";
}
.icon-ic_fluent_text_arrow_down_right_column_20_regular:before {
    content: "\f04bd";
}
.icon-ic_fluent_text_arrow_down_right_column_24_regular:before {
    content: "\f04be";
}
.icon-ic_fluent_text_arrow_down_right_column_28_regular:before {
    content: "\f04bf";
}
.icon-ic_fluent_text_arrow_down_right_column_32_regular:before {
    content: "\f04c0";
}
.icon-ic_fluent_text_arrow_down_right_column_48_regular:before {
    content: "\f04c1";
}
.icon-ic_fluent_text_effects_sparkle_20_regular:before {
    content: "\f04c2";
}
.icon-ic_fluent_text_effects_sparkle_24_regular:before {
    content: "\f04c3";
}
.icon-ic_fluent_whiteboard_16_regular:before {
    content: "\f04c4";
}
.icon-ic_fluent_whiteboard_off_16_regular:before {
    content: "\f04c5";
}
.icon-ic_fluent_whiteboard_off_20_regular:before {
    content: "\f04c6";
}
.icon-ic_fluent_whiteboard_off_24_regular:before {
    content: "\f04c7";
}
.icon-ic_fluent_flowchart_16_regular:before {
    content: "\f04c8";
}
.icon-ic_fluent_flowchart_32_regular:before {
    content: "\f04c9";
}
.icon-ic_fluent_layer_diagonal_24_regular:before {
    content: "\f04ca";
}
.icon-ic_fluent_layer_diagonal_person_24_regular:before {
    content: "\f04cb";
}
.icon-ic_fluent_poll_off_16_regular:before {
    content: "\f04cc";
}
.icon-ic_fluent_poll_off_20_regular:before {
    content: "\f04cd";
}
.icon-ic_fluent_poll_off_24_regular:before {
    content: "\f04ce";
}
.icon-ic_fluent_poll_off_32_regular:before {
    content: "\f04cf";
}
.icon-ic_fluent_rectangle_landscape_sparkle_48_regular:before {
    content: "\f04d0";
}
.icon-ic_fluent_rectangle_landscape_sync_16_regular:before {
    content: "\f04d1";
}
.icon-ic_fluent_rectangle_landscape_sync_20_regular:before {
    content: "\f04d2";
}
.icon-ic_fluent_rectangle_landscape_sync_24_regular:before {
    content: "\f04d3";
}
.icon-ic_fluent_rectangle_landscape_sync_28_regular:before {
    content: "\f04d4";
}
.icon-ic_fluent_rectangle_landscape_sync_off_16_regular:before {
    content: "\f04d5";
}
.icon-ic_fluent_rectangle_landscape_sync_off_20_regular:before {
    content: "\f04d6";
}
.icon-ic_fluent_rectangle_landscape_sync_off_24_regular:before {
    content: "\f04d7";
}
.icon-ic_fluent_rectangle_landscape_sync_off_28_regular:before {
    content: "\f04d8";
}
.icon-ic_fluent_seat_16_regular:before {
    content: "\f04d9";
}
.icon-ic_fluent_seat_20_regular:before {
    content: "\f04da";
}
.icon-ic_fluent_seat_24_regular:before {
    content: "\f04db";
}
.icon-ic_fluent_seat_add_16_regular:before {
    content: "\f04dc";
}
.icon-ic_fluent_seat_add_20_regular:before {
    content: "\f04dd";
}
.icon-ic_fluent_seat_add_24_regular:before {
    content: "\f04de";
}
.icon-ic_fluent_speaker_box_16_regular:before {
    content: "\f04df";
}
.icon-ic_fluent_speaker_box_20_regular:before {
    content: "\f04e0";
}
.icon-ic_fluent_speaker_box_24_regular:before {
    content: "\f04e1";
}
.icon-ic_fluent_text_edit_style_character_ga_32_regular:before {
    content: "\f04e2";
}
.icon-ic_fluent_window_ad_24_regular:before {
    content: "\f04e3";
}
.icon-ic_fluent_wrench_settings_20_regular:before {
    content: "\f04e4";
}
.icon-ic_fluent_wrench_settings_24_regular:before {
    content: "\f04e5";
}
.icon-ic_fluent_building_lighthouse_24_regular:before {
    content: "\f04e6";
}
.icon-ic_fluent_building_lighthouse_32_regular:before {
    content: "\f04e7";
}
.icon-ic_fluent_building_lighthouse_48_regular:before {
    content: "\f04e8";
}
.icon-ic_fluent_calendar_link_24_regular:before {
    content: "\f04e9";
}
.icon-ic_fluent_calendar_link_28_regular:before {
    content: "\f04ea";
}
.icon-ic_fluent_calendar_video_24_regular:before {
    content: "\f04eb";
}
.icon-ic_fluent_calendar_video_28_regular:before {
    content: "\f04ec";
}
.icon-ic_fluent_cookies_16_regular:before {
    content: "\f04ed";
}
.icon-ic_fluent_cookies_28_regular:before {
    content: "\f04ee";
}
.icon-ic_fluent_cookies_32_regular:before {
    content: "\f04ef";
}
.icon-ic_fluent_cookies_48_regular:before {
    content: "\f04f0";
}
.icon-ic_fluent_hard_drive_28_regular:before {
    content: "\f04f1";
}
.icon-ic_fluent_hard_drive_48_regular:before {
    content: "\f04f2";
}
.icon-ic_fluent_laptop_32_regular:before {
    content: "\f04f3";
}
.icon-ic_fluent_laptop_settings_20_regular:before {
    content: "\f04f4";
}
.icon-ic_fluent_laptop_settings_24_regular:before {
    content: "\f04f5";
}
.icon-ic_fluent_laptop_settings_32_regular:before {
    content: "\f04f6";
}
.icon-ic_fluent_people_audience_32_regular:before {
    content: "\f04f7";
}
.icon-ic_fluent_shopping_bag_add_20_regular:before {
    content: "\f04f8";
}
.icon-ic_fluent_shopping_bag_add_24_regular:before {
    content: "\f04f9";
}
.icon-ic_fluent_street_sign_20_regular:before {
    content: "\f04fa";
}
.icon-ic_fluent_street_sign_24_regular:before {
    content: "\f04fb";
}
.icon-ic_fluent_video_link_24_regular:before {
    content: "\f04fc";
}
.icon-ic_fluent_video_link_28_regular:before {
    content: "\f04fd";
}
.icon-ic_fluent_building_lighthouse_16_regular:before {
    content: "\f04fe";
}
.icon-ic_fluent_calendar_sparkle_16_regular:before {
    content: "\f04ff";
}
.icon-ic_fluent_calendar_sparkle_20_regular:before {
    content: "\f0500";
}
.icon-ic_fluent_calendar_sparkle_24_regular:before {
    content: "\f0501";
}
.icon-ic_fluent_calendar_sparkle_28_regular:before {
    content: "\f0502";
}
.icon-ic_fluent_calendar_sparkle_32_regular:before {
    content: "\f0503";
}
.icon-ic_fluent_calendar_sparkle_48_regular:before {
    content: "\f0504";
}
.icon-ic_fluent_calendar_template_20_regular:before {
    content: "\f0505";
}
.icon-ic_fluent_calendar_template_24_regular:before {
    content: "\f0506";
}
.icon-ic_fluent_calendar_template_32_regular:before {
    content: "\f0507";
}
.icon-ic_fluent_clipboard_12_regular:before {
    content: "\f0508";
}
.icon-ic_fluent_clipboard_48_regular:before {
    content: "\f0509";
}
.icon-ic_fluent_compose_12_regular:before {
    content: "\f050a";
}
.icon-ic_fluent_compose_32_regular:before {
    content: "\f050b";
}
.icon-ic_fluent_compose_48_regular:before {
    content: "\f050c";
}
.icon-ic_fluent_globe_28_regular:before {
    content: "\f050d";
}
.icon-ic_fluent_guest_12_regular:before {
    content: "\f050e";
}
.icon-ic_fluent_guest_32_regular:before {
    content: "\f050f";
}
.icon-ic_fluent_guest_48_regular:before {
    content: "\f0510";
}
.icon-ic_fluent_laptop_briefcase_20_regular:before {
    content: "\f0511";
}
.icon-ic_fluent_laptop_briefcase_24_regular:before {
    content: "\f0512";
}
.icon-ic_fluent_laptop_briefcase_32_regular:before {
    content: "\f0513";
}
.icon-ic_fluent_layer_diagonal_sparkle_16_regular:before {
    content: "\f0514";
}
.icon-ic_fluent_layer_diagonal_sparkle_20_regular:before {
    content: "\f0515";
}
.icon-ic_fluent_layer_diagonal_sparkle_24_regular:before {
    content: "\f0516";
}
.icon-ic_fluent_payment_wireless_16_regular:before {
    content: "\f0517";
}
.icon-ic_fluent_payment_wireless_20_regular:before {
    content: "\f0518";
}
.icon-ic_fluent_payment_wireless_24_regular:before {
    content: "\f0519";
}
.icon-ic_fluent_payment_wireless_28_regular:before {
    content: "\f051a";
}
.icon-ic_fluent_payment_wireless_32_regular:before {
    content: "\f051b";
}
.icon-ic_fluent_payment_wireless_48_regular:before {
    content: "\f051c";
}
.icon-ic_fluent_status_28_regular:before {
    content: "\f051d";
}
.icon-ic_fluent_status_32_regular:before {
    content: "\f051e";
}
.icon-ic_fluent_status_48_regular:before {
    content: "\f051f";
}
.icon-ic_fluent_video_off_16_regular:before {
    content: "\f0520";
}
.icon-ic_fluent_checkmark_circle_warning_16_regular:before {
    content: "\f0521";
}
.icon-ic_fluent_checkmark_circle_warning_20_regular:before {
    content: "\f0522";
}
.icon-ic_fluent_checkmark_circle_warning_24_regular:before {
    content: "\f0523";
}
.icon-ic_fluent_cloud_arrow_right_16_regular:before {
    content: "\f0524";
}
.icon-ic_fluent_cloud_arrow_right_20_regular:before {
    content: "\f0525";
}
.icon-ic_fluent_cloud_arrow_right_24_regular:before {
    content: "\f0526";
}
.icon-ic_fluent_document_arrow_down_24_regular:before {
    content: "\f0527";
}
.icon-ic_fluent_document_signature_16_regular:before {
    content: "\f0528";
}
.icon-ic_fluent_document_signature_20_regular:before {
    content: "\f0529";
}
.icon-ic_fluent_document_signature_24_regular:before {
    content: "\f052a";
}
.icon-ic_fluent_document_signature_28_regular:before {
    content: "\f052b";
}
.icon-ic_fluent_document_signature_32_regular:before {
    content: "\f052c";
}
.icon-ic_fluent_document_signature_48_regular:before {
    content: "\f052d";
}
.icon-ic_fluent_home_garage_20_regular:before {
    content: "\f052e";
}
.icon-ic_fluent_home_garage_24_regular:before {
    content: "\f052f";
}
.icon-ic_fluent_image_split_20_regular:before {
    content: "\f0530";
}
.icon-ic_fluent_image_split_24_regular:before {
    content: "\f0531";
}
.icon-ic_fluent_laptop_48_regular:before {
    content: "\f0532";
}
.icon-ic_fluent_line_flow_diagonal_up_right_16_regular:before {
    content: "\f0533";
}
.icon-ic_fluent_line_flow_diagonal_up_right_20_regular:before {
    content: "\f0534";
}
.icon-ic_fluent_line_flow_diagonal_up_right_24_regular:before {
    content: "\f0535";
}
.icon-ic_fluent_line_flow_diagonal_up_right_32_regular:before {
    content: "\f0536";
}
.icon-ic_fluent_mail_arrow_clockwise_16_regular:before {
    content: "\f0537";
}
.icon-ic_fluent_mail_arrow_clockwise_20_regular:before {
    content: "\f0538";
}
.icon-ic_fluent_mail_arrow_clockwise_24_regular:before {
    content: "\f0539";
}
.icon-ic_fluent_person_passkey_16_regular:before {
    content: "\f053a";
}
.icon-ic_fluent_person_passkey_20_regular:before {
    content: "\f053b";
}
.icon-ic_fluent_person_passkey_24_regular:before {
    content: "\f053c";
}
.icon-ic_fluent_person_passkey_28_regular:before {
    content: "\f053d";
}
.icon-ic_fluent_person_passkey_32_regular:before {
    content: "\f053e";
}
.icon-ic_fluent_person_passkey_48_regular:before {
    content: "\f053f";
}
.icon-ic_fluent_person_prohibited_32_regular:before {
    content: "\f0540";
}
.icon-ic_fluent_person_ribbon_24_regular:before {
    content: "\f0541";
}
.icon-ic_fluent_plant_cattail_20_regular:before {
    content: "\f0542";
}
.icon-ic_fluent_plant_cattail_24_regular:before {
    content: "\f0543";
}
.icon-ic_fluent_storage_16_regular:before {
    content: "\f0544";
}
.icon-ic_fluent_storage_28_regular:before {
    content: "\f0545";
}
.icon-ic_fluent_storage_32_regular:before {
    content: "\f0546";
}
.icon-ic_fluent_storage_48_regular:before {
    content: "\f0547";
}
.icon-ic_fluent_video_clip_wand_16_regular:before {
    content: "\f0548";
}
.icon-ic_fluent_video_clip_wand_20_regular:before {
    content: "\f0549";
}
.icon-ic_fluent_video_clip_wand_24_regular:before {
    content: "\f054a";
}
.icon-ic_fluent_window_fingerprint_16_regular:before {
    content: "\f054b";
}
.icon-ic_fluent_window_fingerprint_20_regular:before {
    content: "\f054c";
}
.icon-ic_fluent_window_fingerprint_24_regular:before {
    content: "\f054d";
}
.icon-ic_fluent_window_fingerprint_28_regular:before {
    content: "\f054e";
}
.icon-ic_fluent_window_fingerprint_32_regular:before {
    content: "\f054f";
}
.icon-ic_fluent_window_fingerprint_48_regular:before {
    content: "\f0550";
}
.icon-ic_fluent_accessibility_error_20_regular:before {
    content: "\f0551";
}
.icon-ic_fluent_accessibility_error_24_regular:before {
    content: "\f0552";
}
.icon-ic_fluent_accessibility_question_mark_20_regular:before {
    content: "\f0553";
}
.icon-ic_fluent_accessibility_question_mark_24_regular:before {
    content: "\f0554";
}
.icon-ic_fluent_arrow_down_exclamation_24_regular:before {
    content: "\f0555";
}
.icon-ic_fluent_arrow_sort_up_lines_16_regular:before {
    content: "\f0556";
}
.icon-ic_fluent_arrow_sort_up_lines_20_regular:before {
    content: "\f0557";
}
.icon-ic_fluent_arrow_sort_up_lines_24_regular:before {
    content: "\f0558";
}
.icon-ic_fluent_arrow_up_exclamation_16_regular:before {
    content: "\f0559";
}
.icon-ic_fluent_arrow_up_exclamation_20_regular:before {
    content: "\f055a";
}
.icon-ic_fluent_arrow_up_exclamation_24_regular:before {
    content: "\f055b";
}
.icon-ic_fluent_bench_20_regular:before {
    content: "\f055c";
}
.icon-ic_fluent_bench_24_regular:before {
    content: "\f055d";
}
.icon-ic_fluent_building_lighthouse_28_regular:before {
    content: "\f055e";
}
.icon-ic_fluent_calendar_video_20_regular:before {
    content: "\f055f";
}
.icon-ic_fluent_clock_bill_16_regular:before {
    content: "\f0560";
}
.icon-ic_fluent_clock_bill_20_regular:before {
    content: "\f0561";
}
.icon-ic_fluent_clock_bill_24_regular:before {
    content: "\f0562";
}
.icon-ic_fluent_clock_bill_32_regular:before {
    content: "\f0563";
}
.icon-ic_fluent_data_usage_16_regular:before {
    content: "\f0564";
}
.icon-ic_fluent_data_usage_settings_16_regular:before {
    content: "\f0565";
}
.icon-ic_fluent_data_usage_settings_24_regular:before {
    content: "\f0566";
}
.icon-ic_fluent_edit_person_20_regular:before {
    content: "\f0567";
}
.icon-ic_fluent_edit_person_24_regular:before {
    content: "\f0568";
}
.icon-ic_fluent_highway_20_regular:before {
    content: "\f0569";
}
.icon-ic_fluent_highway_24_regular:before {
    content: "\f056a";
}
.icon-ic_fluent_laptop_person_20_regular:before {
    content: "\f056b";
}
.icon-ic_fluent_laptop_person_24_regular:before {
    content: "\f056c";
}
.icon-ic_fluent_laptop_person_48_regular:before {
    content: "\f056d";
}
.icon-ic_fluent_location_ripple_16_regular:before {
    content: "\f056e";
}
.icon-ic_fluent_location_ripple_20_regular:before {
    content: "\f056f";
}
.icon-ic_fluent_location_ripple_24_regular:before {
    content: "\f0570";
}
.icon-ic_fluent_mail_arrow_double_back_32_regular:before {
    content: "\f0571";
}
.icon-ic_fluent_mail_briefcase_48_regular:before {
    content: "\f0572";
}
.icon-ic_fluent_options_28_regular:before {
    content: "\f0573";
}
.icon-ic_fluent_options_32_regular:before {
    content: "\f0574";
}
.icon-ic_fluent_people_add_32_regular:before {
    content: "\f0575";
}
.icon-ic_fluent_person_alert_32_regular:before {
    content: "\f0576";
}
.icon-ic_fluent_road_20_regular:before {
    content: "\f0577";
}
.icon-ic_fluent_road_24_regular:before {
    content: "\f0578";
}
.icon-ic_fluent_save_32_regular:before {
    content: "\f0579";
}
.icon-ic_fluent_tab_desktop_multiple_24_regular:before {
    content: "\f057a";
}
.icon-ic_fluent_tab_desktop_multiple_sparkle_16_regular:before {
    content: "\f057b";
}
.icon-ic_fluent_tab_desktop_multiple_sparkle_20_regular:before {
    content: "\f057c";
}
.icon-ic_fluent_tab_desktop_multiple_sparkle_24_regular:before {
    content: "\f057d";
}
.icon-ic_fluent_vehicle_tractor_20_regular:before {
    content: "\f057e";
}
.icon-ic_fluent_vehicle_tractor_24_regular:before {
    content: "\f057f";
}
.icon-ic_fluent_classification_32_regular:before {
    content: "\f0580";
}
.icon-ic_fluent_document_target_20_regular:before {
    content: "\f0581";
}
.icon-ic_fluent_document_target_24_regular:before {
    content: "\f0582";
}
.icon-ic_fluent_document_target_32_regular:before {
    content: "\f0583";
}
.icon-ic_fluent_emoji_meme_16_regular:before {
    content: "\f0584";
}
.icon-ic_fluent_emoji_meme_20_regular:before {
    content: "\f0585";
}
.icon-ic_fluent_emoji_meme_24_regular:before {
    content: "\f0586";
}
.icon-ic_fluent_hand_point_16_regular:before {
    content: "\f0587";
}
.icon-ic_fluent_hand_point_20_regular:before {
    content: "\f0588";
}
.icon-ic_fluent_hand_point_24_regular:before {
    content: "\f0589";
}
.icon-ic_fluent_hand_point_28_regular:before {
    content: "\f058a";
}
.icon-ic_fluent_hand_point_32_regular:before {
    content: "\f058b";
}
.icon-ic_fluent_hand_point_48_regular:before {
    content: "\f058c";
}
.icon-ic_fluent_mail_read_briefcase_48_regular:before {
    content: "\f058d";
}
.icon-ic_fluent_people_subtract_20_regular:before {
    content: "\f058e";
}
.icon-ic_fluent_people_subtract_24_regular:before {
    content: "\f058f";
}
.icon-ic_fluent_people_subtract_32_regular:before {
    content: "\f0590";
}
.icon-ic_fluent_person_alert_off_16_regular:before {
    content: "\f0591";
}
.icon-ic_fluent_person_alert_off_20_regular:before {
    content: "\f0592";
}
.icon-ic_fluent_person_alert_off_24_regular:before {
    content: "\f0593";
}
.icon-ic_fluent_person_alert_off_32_regular:before {
    content: "\f0594";
}
.icon-ic_fluent_shopping_bag_add_16_regular:before {
    content: "\f0595";
}
.icon-ic_fluent_spatula_spoon_16_regular:before {
    content: "\f0596";
}
.icon-ic_fluent_spatula_spoon_20_regular:before {
    content: "\f0597";
}
.icon-ic_fluent_spatula_spoon_24_regular:before {
    content: "\f0598";
}
.icon-ic_fluent_spatula_spoon_28_regular:before {
    content: "\f0599";
}
.icon-ic_fluent_spatula_spoon_32_regular:before {
    content: "\f059a";
}
.icon-ic_fluent_spatula_spoon_48_regular:before {
    content: "\f059b";
}
.icon-ic_fluent_apps_settings_16_regular:before {
    content: "\f059c";
}
.icon-ic_fluent_apps_settings_20_regular:before {
    content: "\f059d";
}
.icon-ic_fluent_apps_shield_16_regular:before {
    content: "\f059e";
}
.icon-ic_fluent_apps_shield_20_regular:before {
    content: "\f059f";
}
.icon-ic_fluent_arrow_upload_32_regular:before {
    content: "\f05a0";
}
.icon-ic_fluent_calendar_edit_32_regular:before {
    content: "\f05a1";
}
.icon-ic_fluent_data_bar_vertical_arrow_down_16_regular:before {
    content: "\f05a2";
}
.icon-ic_fluent_data_bar_vertical_arrow_down_20_regular:before {
    content: "\f05a3";
}
.icon-ic_fluent_data_bar_vertical_arrow_down_24_regular:before {
    content: "\f05a4";
}
.icon-ic_fluent_haptic_strong_16_regular:before {
    content: "\f05a5";
}
.icon-ic_fluent_haptic_strong_20_regular:before {
    content: "\f05a6";
}
.icon-ic_fluent_haptic_strong_24_regular:before {
    content: "\f05a7";
}
.icon-ic_fluent_haptic_weak_16_regular:before {
    content: "\f05a8";
}
.icon-ic_fluent_haptic_weak_20_regular:before {
    content: "\f05a9";
}
.icon-ic_fluent_haptic_weak_24_regular:before {
    content: "\f05aa";
}
.icon-ic_fluent_hexagon_sparkle_20_regular:before {
    content: "\f05ab";
}
.icon-ic_fluent_hexagon_sparkle_24_regular:before {
    content: "\f05ac";
}
.icon-ic_fluent_mail_edit_32_regular:before {
    content: "\f05ad";
}
.icon-ic_fluent_password_32_regular:before {
    content: "\f05ae";
}
.icon-ic_fluent_password_48_regular:before {
    content: "\f05af";
}
.icon-ic_fluent_password_clock_48_regular:before {
    content: "\f05b0";
}
.icon-ic_fluent_password_reset_48_regular:before {
    content: "\f05b1";
}
.icon-ic_fluent_people_eye_16_regular:before {
    content: "\f05b2";
}
.icon-ic_fluent_people_eye_20_regular:before {
    content: "\f05b3";
}
.icon-ic_fluent_pin_globe_16_regular:before {
    content: "\f05b4";
}
.icon-ic_fluent_pin_globe_20_regular:before {
    content: "\f05b5";
}
.icon-ic_fluent_run_28_regular:before {
    content: "\f05b6";
}
.icon-ic_fluent_run_32_regular:before {
    content: "\f05b7";
}
.icon-ic_fluent_run_48_regular:before {
    content: "\f05b8";
}
.icon-ic_fluent_tab_group_16_regular:before {
    content: "\f05b9";
}
.icon-ic_fluent_tab_group_20_regular:before {
    content: "\f05ba";
}
.icon-ic_fluent_tab_group_24_regular:before {
    content: "\f05bb";
}
.icon-ic_fluent_book_28_regular:before {
    content: "\f05bc";
}
.icon-ic_fluent_book_48_regular:before {
    content: "\f05bd";
}
.icon-ic_fluent_camera_arrow_up_16_regular:before {
    content: "\f05be";
}
.icon-ic_fluent_camera_arrow_up_20_regular:before {
    content: "\f05bf";
}
.icon-ic_fluent_camera_arrow_up_24_regular:before {
    content: "\f05c0";
}
.icon-ic_fluent_chat_settings_16_regular:before {
    content: "\f05c1";
}
.icon-ic_fluent_circle_highlight_20_regular:before {
    content: "\f05c2";
}
.icon-ic_fluent_circle_highlight_24_regular:before {
    content: "\f05c3";
}
.icon-ic_fluent_circle_hint_24_regular:before {
    content: "\f05c4";
}
.icon-ic_fluent_circle_shadow_20_regular:before {
    content: "\f05c5";
}
.icon-ic_fluent_circle_shadow_24_regular:before {
    content: "\f05c6";
}
.icon-ic_fluent_content_view_16_regular:before {
    content: "\f05c7";
}
.icon-ic_fluent_double_tap_swipe_down_16_regular:before {
    content: "\f05c8";
}
.icon-ic_fluent_double_tap_swipe_up_16_regular:before {
    content: "\f05c9";
}
.icon-ic_fluent_flash_sparkle_16_regular:before {
    content: "\f05ca";
}
.icon-ic_fluent_location_ripple_12_regular:before {
    content: "\f05cb";
}
.icon-ic_fluent_search_square_16_regular:before {
    content: "\f05cc";
}
.icon-ic_fluent_settings_chat_16_regular:before {
    content: "\f05cd";
}
.icon-ic_fluent_share_multiple_16_regular:before {
    content: "\f05ce";
}
.icon-ic_fluent_share_multiple_20_regular:before {
    content: "\f05cf";
}
.icon-ic_fluent_share_multiple_24_regular:before {
    content: "\f05d0";
}
.icon-ic_fluent_slide_play_20_regular:before {
    content: "\f05d1";
}
.icon-ic_fluent_slide_play_24_regular:before {
    content: "\f05d2";
}
.icon-ic_fluent_arrow_turn_right_16_regular:before {
    content: "\f05d3";
}
.icon-ic_fluent_chart_multiple_16_regular:before {
    content: "\f05d4";
}
.icon-ic_fluent_column_24_regular:before {
    content: "\f05d5";
}
.icon-ic_fluent_data_pie_16_regular:before {
    content: "\f05d6";
}
.icon-ic_fluent_layout_column_two_32_regular:before {
    content: "\f05d7";
}
.icon-ic_fluent_layout_row_two_32_regular:before {
    content: "\f05d8";
}
.icon-ic_fluent_mail_copy_32_regular:before {
    content: "\f05d9";
}
.icon-ic_fluent_paint_brush_sparkle_20_regular:before {
    content: "\f05da";
}
.icon-ic_fluent_paint_brush_sparkle_24_regular:before {
    content: "\f05db";
}
.icon-ic_fluent_people_community_12_regular:before {
    content: "\f05dc";
}
.icon-ic_fluent_person_board_12_regular:before {
    content: "\f05dd";
}
.icon-ic_fluent_person_tentative_16_regular:before {
    content: "\f05de";
}
.icon-ic_fluent_person_tentative_20_regular:before {
    content: "\f05df";
}
.icon-ic_fluent_person_tentative_24_regular:before {
    content: "\f05e0";
}
.icon-ic_fluent_tab_desktop_search_16_regular:before {
    content: "\f05e1";
}
.icon-ic_fluent_tab_desktop_search_20_regular:before {
    content: "\f05e2";
}
.icon-ic_fluent_tab_desktop_search_24_regular:before {
    content: "\f05e3";
}
.icon-ic_fluent_table_sparkle_20_regular:before {
    content: "\f05e4";
}
.icon-ic_fluent_table_sparkle_24_regular:before {
    content: "\f05e5";
}
.icon-ic_fluent_comment_32_regular:before {
    content: "\f05e6";
}
.icon-ic_fluent_comment_add_32_regular:before {
    content: "\f05e7";
}
.icon-ic_fluent_crop_arrow_rotate_16_regular:before {
    content: "\f05e8";
}
.icon-ic_fluent_crop_arrow_rotate_20_regular:before {
    content: "\f05e9";
}
.icon-ic_fluent_crop_arrow_rotate_24_regular:before {
    content: "\f05ea";
}
.icon-ic_fluent_desktop_off_20_regular:before {
    content: "\f05eb";
}
.icon-ic_fluent_desktop_off_24_regular:before {
    content: "\f05ec";
}
.icon-ic_fluent_food_28_regular:before {
    content: "\f05ed";
}
.icon-ic_fluent_food_32_regular:before {
    content: "\f05ee";
}
.icon-ic_fluent_food_48_regular:before {
    content: "\f05ef";
}
.icon-ic_fluent_layer_diagonal_add_24_regular:before {
    content: "\f05f0";
}
.icon-ic_fluent_mail_alert_32_regular:before {
    content: "\f05f1";
}
.icon-ic_fluent_mail_arrow_clockwise_32_regular:before {
    content: "\f05f2";
}
.icon-ic_fluent_person_support_32_regular:before {
    content: "\f05f3";
}
.icon-ic_fluent_tag_off_16_regular:before {
    content: "\f05f4";
}
.icon-ic_fluent_text_column_one_wide_lightning_16_regular:before {
    content: "\f05f5";
}
.icon-ic_fluent_wallet_credit_card_28_regular:before {
    content: "\f05f6";
}
.icon-ic_fluent_wallet_credit_card_48_regular:before {
    content: "\f05f7";
}
.icon-ic_fluent_breakout_room_32_regular:before {
    content: "\f05f8";
}
.icon-ic_fluent_card_ui_portrait_flip_16_regular:before {
    content: "\f05f9";
}
.icon-ic_fluent_card_ui_portrait_flip_20_regular:before {
    content: "\f05fa";
}
.icon-ic_fluent_card_ui_portrait_flip_24_regular:before {
    content: "\f05fb";
}
.icon-ic_fluent_cursor_28_regular:before {
    content: "\f05fc";
}
.icon-ic_fluent_cursor_32_regular:before {
    content: "\f05fd";
}
.icon-ic_fluent_layout_row_two_28_regular:before {
    content: "\f05fe";
}
.icon-ic_fluent_layout_row_two_48_regular:before {
    content: "\f05ff";
}
.icon-ic_fluent_notepad_sparkle_16_regular:before {
    content: "\f0600";
}
.icon-ic_fluent_notepad_sparkle_20_regular:before {
    content: "\f0601";
}
.icon-ic_fluent_notepad_sparkle_24_regular:before {
    content: "\f0602";
}
.icon-ic_fluent_notepad_sparkle_28_regular:before {
    content: "\f0603";
}
.icon-ic_fluent_notepad_sparkle_32_regular:before {
    content: "\f0604";
}
.icon-ic_fluent_paint_brush_28_regular:before {
    content: "\f0605";
}
.icon-ic_fluent_paint_brush_subtract_16_regular:before {
    content: "\f0606";
}
.icon-ic_fluent_paint_brush_subtract_20_regular:before {
    content: "\f0607";
}
.icon-ic_fluent_paint_brush_subtract_24_regular:before {
    content: "\f0608";
}
.icon-ic_fluent_paint_brush_subtract_28_regular:before {
    content: "\f0609";
}
.icon-ic_fluent_paint_brush_subtract_32_regular:before {
    content: "\f060a";
}
.icon-ic_fluent_play_circle_sparkle_16_regular:before {
    content: "\f060b";
}
.icon-ic_fluent_play_circle_sparkle_20_regular:before {
    content: "\f060c";
}
.icon-ic_fluent_play_circle_sparkle_24_regular:before {
    content: "\f060d";
}
.icon-ic_fluent_replay_16_regular:before {
    content: "\f060e";
}
.icon-ic_fluent_replay_24_regular:before {
    content: "\f060f";
}
.icon-ic_fluent_replay_28_regular:before {
    content: "\f0610";
}
.icon-ic_fluent_replay_32_regular:before {
    content: "\f0611";
}
.icon-ic_fluent_send_person_16_regular:before {
    content: "\f0612";
}
.icon-ic_fluent_send_person_20_regular:before {
    content: "\f0613";
}
.icon-ic_fluent_send_person_24_regular:before {
    content: "\f0614";
}
.icon-ic_fluent_square_dovetail_joint_12_regular:before {
    content: "\f0615";
}
.icon-ic_fluent_square_dovetail_joint_16_regular:before {
    content: "\f0616";
}
.icon-ic_fluent_square_dovetail_joint_20_regular:before {
    content: "\f0617";
}
.icon-ic_fluent_square_dovetail_joint_24_regular:before {
    content: "\f0618";
}
.icon-ic_fluent_square_dovetail_joint_28_regular:before {
    content: "\f0619";
}
.icon-ic_fluent_square_dovetail_joint_32_regular:before {
    content: "\f061a";
}
.icon-ic_fluent_square_dovetail_joint_48_regular:before {
    content: "\f061b";
}
.icon-ic_fluent_table_cursor_16_regular:before {
    content: "\f061c";
}
.icon-ic_fluent_table_cursor_20_regular:before {
    content: "\f061d";
}
.icon-ic_fluent_table_cursor_24_regular:before {
    content: "\f061e";
}
.icon-ic_fluent_transparency_square_20_regular:before {
    content: "\f061f";
}
.icon-ic_fluent_transparency_square_24_regular:before {
    content: "\f0620";
}
.icon-ic_fluent_arrow_collapse_all_16_regular:before {
    content: "\f0621";
}
.icon-ic_fluent_arrow_expand_all_16_regular:before {
    content: "\f0622";
}
.icon-ic_fluent_arrow_expand_all_20_regular:before {
    content: "\f0623";
}
.icon-ic_fluent_arrow_expand_all_24_regular:before {
    content: "\f0624";
}
.icon-ic_fluent_chat_arrow_back_down_16_regular:before {
    content: "\f0625";
}
.icon-ic_fluent_chat_arrow_back_down_20_regular:before {
    content: "\f0626";
}
.icon-ic_fluent_chat_arrow_back_down_24_regular:before {
    content: "\f0627";
}
.icon-ic_fluent_chat_arrow_back_down_28_regular:before {
    content: "\f0628";
}
.icon-ic_fluent_chat_arrow_back_down_32_regular:before {
    content: "\f0629";
}
.icon-ic_fluent_chat_arrow_back_down_48_regular:before {
    content: "\f062a";
}
.icon-ic_fluent_desktop_arrow_down_32_regular:before {
    content: "\f062b";
}
.icon-ic_fluent_edit_line_horizontal_3_20_regular:before {
    content: "\f062c";
}
.icon-ic_fluent_edit_line_horizontal_3_24_regular:before {
    content: "\f062d";
}
.icon-ic_fluent_gift_open_32_regular:before {
    content: "\f062e";
}
.icon-ic_fluent_prompt_16_regular:before {
    content: "\f062f";
}
.icon-ic_fluent_prompt_20_regular:before {
    content: "\f0630";
}
.icon-ic_fluent_prompt_24_regular:before {
    content: "\f0631";
}
.icon-ic_fluent_prompt_28_regular:before {
    content: "\f0632";
}
.icon-ic_fluent_prompt_32_regular:before {
    content: "\f0633";
}
.icon-ic_fluent_prompt_48_regular:before {
    content: "\f0634";
}
.icon-ic_fluent_search_sparkle_16_regular:before {
    content: "\f0635";
}
.icon-ic_fluent_search_sparkle_20_regular:before {
    content: "\f0636";
}
.icon-ic_fluent_search_sparkle_24_regular:before {
    content: "\f0637";
}
.icon-ic_fluent_search_sparkle_28_regular:before {
    content: "\f0638";
}
.icon-ic_fluent_search_sparkle_32_regular:before {
    content: "\f0639";
}
.icon-ic_fluent_search_sparkle_48_regular:before {
    content: "\f063a";
}
.icon-ic_fluent_slide_text_call_16_regular:before {
    content: "\f063b";
}
.icon-ic_fluent_slide_text_call_20_regular:before {
    content: "\f063c";
}
.icon-ic_fluent_slide_text_call_24_regular:before {
    content: "\f063d";
}
.icon-ic_fluent_slide_text_call_28_regular:before {
    content: "\f063e";
}
.icon-ic_fluent_slide_text_call_48_regular:before {
    content: "\f063f";
}
.icon-ic_fluent_slide_text_cursor_20_regular:before {
    content: "\f0640";
}
.icon-ic_fluent_slide_text_cursor_24_regular:before {
    content: "\f0641";
}
.icon-ic_fluent_vehicle_motorcycle_16_regular:before {
    content: "\f0642";
}
.icon-ic_fluent_vehicle_motorcycle_20_regular:before {
    content: "\f0643";
}
.icon-ic_fluent_vehicle_motorcycle_24_regular:before {
    content: "\f0644";
}
.icon-ic_fluent_vehicle_motorcycle_28_regular:before {
    content: "\f0645";
}
.icon-ic_fluent_vehicle_motorcycle_32_regular:before {
    content: "\f0646";
}
.icon-ic_fluent_vehicle_motorcycle_48_regular:before {
    content: "\f0647";
}
.icon-ic_fluent_accessibility_more_16_regular:before {
    content: "\f0648";
}
.icon-ic_fluent_accessibility_more_20_regular:before {
    content: "\f0649";
}
.icon-ic_fluent_accessibility_more_24_regular:before {
    content: "\f064a";
}
.icon-ic_fluent_battery_0_28_regular:before {
    content: "\f064b";
}
.icon-ic_fluent_battery_0_32_regular:before {
    content: "\f064c";
}
.icon-ic_fluent_battery_1_28_regular:before {
    content: "\f064d";
}
.icon-ic_fluent_battery_1_32_regular:before {
    content: "\f064e";
}
.icon-ic_fluent_battery_10_28_regular:before {
    content: "\f064f";
}
.icon-ic_fluent_battery_10_32_regular:before {
    content: "\f0650";
}
.icon-ic_fluent_battery_2_28_regular:before {
    content: "\f0651";
}
.icon-ic_fluent_battery_2_32_regular:before {
    content: "\f0652";
}
.icon-ic_fluent_battery_3_28_regular:before {
    content: "\f0653";
}
.icon-ic_fluent_battery_3_32_regular:before {
    content: "\f0654";
}
.icon-ic_fluent_battery_4_28_regular:before {
    content: "\f0655";
}
.icon-ic_fluent_battery_4_32_regular:before {
    content: "\f0656";
}
.icon-ic_fluent_battery_5_28_regular:before {
    content: "\f0657";
}
.icon-ic_fluent_battery_5_32_regular:before {
    content: "\f0658";
}
.icon-ic_fluent_battery_6_28_regular:before {
    content: "\f0659";
}
.icon-ic_fluent_battery_6_32_regular:before {
    content: "\f065a";
}
.icon-ic_fluent_battery_7_28_regular:before {
    content: "\f065b";
}
.icon-ic_fluent_battery_7_32_regular:before {
    content: "\f065c";
}
.icon-ic_fluent_battery_8_28_regular:before {
    content: "\f065d";
}
.icon-ic_fluent_battery_8_32_regular:before {
    content: "\f065e";
}
.icon-ic_fluent_battery_9_28_regular:before {
    content: "\f065f";
}
.icon-ic_fluent_battery_9_32_regular:before {
    content: "\f0660";
}
.icon-ic_fluent_battery_charge_28_regular:before {
    content: "\f0661";
}
.icon-ic_fluent_battery_charge_32_regular:before {
    content: "\f0662";
}
.icon-ic_fluent_coin_stack_16_regular:before {
    content: "\f0663";
}
.icon-ic_fluent_coin_stack_20_regular:before {
    content: "\f0664";
}
.icon-ic_fluent_coin_stack_24_regular:before {
    content: "\f0665";
}
.icon-ic_fluent_database_arrow_up_16_regular:before {
    content: "\f0666";
}
.icon-ic_fluent_paint_brush_12_regular:before {
    content: "\f0667";
}
.icon-ic_fluent_panel_right_12_regular:before {
    content: "\f0668";
}
.icon-ic_fluent_people_edit_32_regular:before {
    content: "\f0669";
}
.icon-ic_fluent_person_mail_32_regular:before {
    content: "\f066a";
}
.icon-ic_fluent_puzzle_piece_12_regular:before {
    content: "\f066b";
}
.icon-ic_fluent_game_chat_20_regular:before {
    content: "\f066c";
}
.icon-ic_fluent_person_home_16_regular:before {
    content: "\f066d";
}
.icon-ic_fluent_person_home_20_regular:before {
    content: "\f066e";
}
.icon-ic_fluent_person_home_24_regular:before {
    content: "\f066f";
}
.icon-ic_fluent_person_home_28_regular:before {
    content: "\f0670";
}
.icon-ic_fluent_person_home_32_regular:before {
    content: "\f0671";
}
.icon-ic_fluent_person_home_48_regular:before {
    content: "\f0672";
}
.icon-ic_fluent_teaching_20_regular:before {
    content: "\f0673";
}
.icon-ic_fluent_edit_lock_16_regular:before {
    content: "\f0674";
}
.icon-ic_fluent_edit_lock_20_regular:before {
    content: "\f0675";
}
.icon-ic_fluent_edit_lock_24_regular:before {
    content: "\f0676";
}
.icon-ic_fluent_layout_row_two_settings_20_regular:before {
    content: "\f0677";
}
.icon-ic_fluent_layout_row_two_settings_24_regular:before {
    content: "\f0678";
}
.icon-ic_fluent_layout_row_two_settings_28_regular:before {
    content: "\f0679";
}
.icon-ic_fluent_layout_row_two_settings_32_regular:before {
    content: "\f067a";
}
.icon-ic_fluent_presence_tentative_10_regular:before {
    content: "\f067b";
}
.icon-ic_fluent_presence_tentative_12_regular:before {
    content: "\f067c";
}
.icon-ic_fluent_presence_tentative_16_regular:before {
    content: "\f067d";
}
.icon-ic_fluent_presence_tentative_20_regular:before {
    content: "\f067e";
}
.icon-ic_fluent_presence_tentative_24_regular:before {
    content: "\f067f";
}
.icon-ic_fluent_shield_add_28_regular:before {
    content: "\f0680";
}
.icon-ic_fluent_shield_add_32_regular:before {
    content: "\f0681";
}
.icon-ic_fluent_shield_add_48_regular:before {
    content: "\f0682";
}
.icon-ic_fluent_shield_checkmark_32_regular:before {
    content: "\f0683";
}
.icon-ic_fluent_shield_task_32_regular:before {
    content: "\f0684";
}
.icon-ic_fluent_toolbox_32_regular:before {
    content: "\f0685";
}
.icon-ic_fluent_warning_lock_open_16_regular:before {
    content: "\f0686";
}
.icon-ic_fluent_warning_lock_open_20_regular:before {
    content: "\f0687";
}
.icon-ic_fluent_warning_lock_open_24_regular:before {
    content: "\f0688";
}
.icon-ic_fluent_person_board_add_20_regular:before {
    content: "\f0689";
}
.icon-ic_fluent_person_square_add_16_regular:before {
    content: "\f068a";
}
.icon-ic_fluent_person_square_add_20_regular:before {
    content: "\f068b";
}
.icon-ic_fluent_person_square_add_24_regular:before {
    content: "\f068c";
}
.icon-ic_fluent_airplane_16_regular:before {
    content: "\f068d";
}
.icon-ic_fluent_airplane_28_regular:before {
    content: "\f068e";
}
.icon-ic_fluent_airplane_32_regular:before {
    content: "\f068f";
}
.icon-ic_fluent_airplane_48_regular:before {
    content: "\f0690";
}
.icon-ic_fluent_globe_off_12_regular:before {
    content: "\f0691";
}
.icon-ic_fluent_globe_off_16_regular:before {
    content: "\f0692";
}
.icon-ic_fluent_globe_off_20_regular:before {
    content: "\f0693";
}
.icon-ic_fluent_globe_off_24_regular:before {
    content: "\f0694";
}
.icon-ic_fluent_globe_off_28_regular:before {
    content: "\f0695";
}
.icon-ic_fluent_globe_off_32_regular:before {
    content: "\f0696";
}
.icon-ic_fluent_globe_off_48_regular:before {
    content: "\f0697";
}
.icon-ic_fluent_hat_graduation_32_regular:before {
    content: "\f0698";
}
.icon-ic_fluent_hat_graduation_48_regular:before {
    content: "\f0699";
}
.icon-ic_fluent_person_board_add_16_regular:before {
    content: "\f069a";
}
.icon-ic_fluent_person_board_add_24_regular:before {
    content: "\f069b";
}
.icon-ic_fluent_person_board_add_28_regular:before {
    content: "\f069c";
}
.icon-ic_fluent_person_board_add_32_regular:before {
    content: "\f069d";
}
.icon-ic_fluent_shopping_bag_28_regular:before {
    content: "\f069e";
}
.icon-ic_fluent_shopping_bag_32_regular:before {
    content: "\f069f";
}
.icon-ic_fluent_shopping_bag_48_regular:before {
    content: "\f06a0";
}
.icon-ic_fluent_shopping_bag_tag_16_regular:before {
    content: "\f06a1";
}
.icon-ic_fluent_shopping_bag_tag_28_regular:before {
    content: "\f06a2";
}
.icon-ic_fluent_shopping_bag_tag_32_regular:before {
    content: "\f06a3";
}
.icon-ic_fluent_shopping_bag_tag_48_regular:before {
    content: "\f06a4";
}
.icon-ic_fluent_teaching_16_regular:before {
    content: "\f06a5";
}
.icon-ic_fluent_teaching_24_regular:before {
    content: "\f06a6";
}
.icon-ic_fluent_teaching_28_regular:before {
    content: "\f06a7";
}
.icon-ic_fluent_teaching_32_regular:before {
    content: "\f06a8";
}
.icon-ic_fluent_teaching_48_regular:before {
    content: "\f06a9";
}
.icon-ic_fluent_window_brush_20_regular:before {
    content: "\f06aa";
}
.icon-ic_fluent_window_brush_24_regular:before {
    content: "\f06ab";
}
.icon-ic_fluent_window_column_one_fourth_left_20_regular:before {
    content: "\f06ac";
}
