@import "https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700&family=Outfit:wght@700;800;900&display=swap";

/* src/styles.css */
/*! tailwindcss v4.1.14 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root,
  :host {
    --font-sans:
      ui-sans-serif,
      system-ui,
      sans-serif,
      "Apple Color Emoji",
      "Segoe UI Emoji",
      "Segoe UI Symbol",
      "Noto Color Emoji";
    --font-mono:
      ui-monospace,
      SFMono-Regular,
      Menlo,
      Monaco,
      Consolas,
      "Liberation Mono",
      "Courier New",
      monospace;
    --color-red-500: oklch(63.7% 0.237 25.331);
    --color-green-500: oklch(72.3% 0.219 149.579);
    --color-green-600: oklch(62.7% 0.194 149.214);
    --color-white: #fff;
    --spacing: 0.25rem;
    --container-xl: 36rem;
    --container-3xl: 48rem;
    --container-5xl: 64rem;
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-base: 1rem;
    --text-base--line-height: calc(1.5 / 1);
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-3xl: 1.875rem;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --text-4xl: 2.25rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --radius-3xl: 1.5rem;
    --animate-spin: spin 1s linear infinite;
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *,
  ::after,
  ::before,
  ::backdrop,
  ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html,
  :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b,
  strong {
    font-weight: bolder;
  }
  code,
  kbd,
  samp,
  pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub,
  sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol,
  ul,
  menu {
    list-style: none;
  }
  img,
  svg,
  video,
  canvas,
  audio,
  iframe,
  embed,
  object {
    display: block;
    vertical-align: middle;
  }
  img,
  video {
    max-width: 100%;
    height: auto;
  }
  button,
  input,
  select,
  optgroup,
  textarea,
  ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button)) or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit,
  ::-webkit-datetime-edit-year-field,
  ::-webkit-datetime-edit-month-field,
  ::-webkit-datetime-edit-day-field,
  ::-webkit-datetime-edit-hour-field,
  ::-webkit-datetime-edit-minute-field,
  ::-webkit-datetime-edit-second-field,
  ::-webkit-datetime-edit-millisecond-field,
  ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button,
  input:where([type=button], [type=reset], [type=submit]),
  ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button,
  ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden=until-found])) {
    display: none !important;
  }
}
@layer utilities {
  .visible {
    visibility: visible;
  }
  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip-path: inset(50%);
    white-space: nowrap;
    border-width: 0;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .mx-auto {
    margin-inline: auto;
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-12 {
    margin-bottom: calc(var(--spacing) * 12);
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .table {
    display: table;
  }
  .table-row {
    display: table-row;
  }
  .w-full {
    width: 100%;
  }
  .max-w-3xl {
    max-width: var(--container-3xl);
  }
  .max-w-5xl {
    max-width: var(--container-5xl);
  }
  .max-w-xl {
    max-width: var(--container-xl);
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .animate-spin {
    animation: var(--animate-spin);
  }
  .resize-none {
    resize: none;
  }
  .items-center {
    align-items: center;
  }
  .justify-center {
    justify-content: center;
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .space-y-6 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 6) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 6) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .rounded-3xl {
    border-radius: var(--radius-3xl);
  }
  .rounded-lg {
    border-radius: var(--radius);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-green-500\/30 {
    border-color: color-mix(in srgb, oklch(72.3% 0.219 149.579) 30%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-green-500) 30%, transparent);
    }
  }
  .border-red-500\/30 {
    border-color: color-mix(in srgb, oklch(63.7% 0.237 25.331) 30%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-red-500) 30%, transparent);
    }
  }
  .bg-\[\#f5f6f7\] {
    background-color: #f5f6f7;
  }
  .bg-green-500\/10 {
    background-color: color-mix(in srgb, oklch(72.3% 0.219 149.579) 10%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-green-500) 10%, transparent);
    }
  }
  .bg-orange-500 {
    background-color: #FF6F4E;
  }
  .bg-red-500\/10 {
    background-color: color-mix(in srgb, oklch(63.7% 0.237 25.331) 10%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-red-500) 10%, transparent);
    }
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .py-2\.5 {
    padding-block: calc(var(--spacing) * 2.5);
  }
  .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }
  .py-10 {
    padding-block: calc(var(--spacing) * 10);
  }
  .pt-3 {
    padding-top: calc(var(--spacing) * 3);
  }
  .pb-8 {
    padding-bottom: calc(var(--spacing) * 8);
  }
  .text-center {
    text-align: center;
  }
  .text-3xl {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }
  .text-base {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .text-\[\#1a1a2e\] {
    color: #1a1a2e;
  }
  .text-\[\#555\] {
    color: #555;
  }
  .text-green-600 {
    color: var(--color-green-600);
  }
  .text-orange-500 {
    color: #FF6F4E;
  }
  .text-red-500 {
    color: var(--color-red-500);
  }
  .text-white {
    color: var(--color-white);
  }
  .lowercase {
    text-transform: lowercase;
  }
  .uppercase {
    text-transform: uppercase;
  }
  .placeholder-\[\#aaa\] {
    &::placeholder {
      color: #aaa;
    }
  }
  .filter {
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .transition {
    transition-property:
      color,
      background-color,
      border-color,
      outline-color,
      text-decoration-color,
      fill,
      stroke,
      --tw-gradient-from,
      --tw-gradient-via,
      --tw-gradient-to,
      opacity,
      box-shadow,
      transform,
      translate,
      scale,
      rotate,
      filter,
      -webkit-backdrop-filter,
      backdrop-filter,
      display,
      content-visibility,
      overlay,
      pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-colors {
    transition-property:
      color,
      background-color,
      border-color,
      outline-color,
      text-decoration-color,
      fill,
      stroke,
      --tw-gradient-from,
      --tw-gradient-via,
      --tw-gradient-to;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .fade-out {
    --tw-exit-opacity: 0;
  }
  .paused {
    animation-play-state: paused;
  }
  .hover\:bg-orange-400 {
    &:hover {
      @media (hover: hover) {
        background-color: #FF8A6F;
      }
    }
  }
  .hover\:bg-orange-600 {
    &:hover {
      @media (hover: hover) {
        background-color: #E55539;
      }
    }
  }
  .focus\:ring-2 {
    &:focus {
      --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
      box-shadow:
        var(--tw-inset-shadow),
        var(--tw-inset-ring-shadow),
        var(--tw-ring-offset-shadow),
        var(--tw-ring-shadow),
        var(--tw-shadow);
    }
  }
  .focus\:ring-orange-500 {
    &:focus {
      --tw-ring-color: #FF6F4E;
    }
  }
  .focus\:outline-none {
    &:focus {
      --tw-outline-style: none;
      outline-style: none;
    }
  }
  .disabled\:cursor-not-allowed {
    &:disabled {
      cursor: not-allowed;
    }
  }
  .disabled\:opacity-50 {
    &:disabled {
      opacity: 50%;
    }
  }
  .sm\:text-4xl {
    @media (width >= 40rem) {
      font-size: var(--text-4xl);
      line-height: var(--tw-leading, var(--text-4xl--line-height));
    }
  }
}
@font-face {
  font-family: "lucide";
  src: url("./media/lucide-PTINBT4Y.eot?t=1760615921811");
  src:
    url("./media/lucide-PTINBT4Y.eot?t=1760615921811#iefix") format("embedded-opentype"),
    url("./media/lucide-MS7YARY5.woff2?t=1760615921811") format("woff2"),
    url("./media/lucide-55D74T3Z.woff?t=1760615921811") format("woff"),
    url("./media/lucide-E2MZEE5P.ttf?t=1760615921811") format("truetype"),
    url("./media/lucide-F7OEQNGW.svg?t=1760615921811") format("svg");
}
[class^=icon-],
[class*=" icon-"] {
  font-family: "lucide" !important;
  font-size: inherit;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-a-arrow-down::before {
  content: "\e589";
}
.icon-a-arrow-up::before {
  content: "\e58a";
}
.icon-a-large-small::before {
  content: "\e58b";
}
.icon-accessibility::before {
  content: "\e297";
}
.icon-activity::before {
  content: "\e038";
}
.icon-air-vent::before {
  content: "\e351";
}
.icon-airplay::before {
  content: "\e039";
}
.icon-alarm-clock-check::before {
  content: "\e1ec";
}
.icon-alarm-clock-minus::before {
  content: "\e1ed";
}
.icon-alarm-clock-off::before {
  content: "\e23b";
}
.icon-alarm-clock-plus::before {
  content: "\e1ee";
}
.icon-alarm-clock::before {
  content: "\e03a";
}
.icon-alarm-smoke::before {
  content: "\e57f";
}
.icon-album::before {
  content: "\e03b";
}
.icon-align-center-horizontal::before {
  content: "\e26c";
}
.icon-align-center-vertical::before {
  content: "\e26d";
}
.icon-align-end-horizontal::before {
  content: "\e26e";
}
.icon-align-end-vertical::before {
  content: "\e26f";
}
.icon-align-horizontal-distribute-center::before {
  content: "\e03c";
}
.icon-align-horizontal-distribute-end::before {
  content: "\e03d";
}
.icon-align-horizontal-distribute-start::before {
  content: "\e03e";
}
.icon-align-horizontal-justify-center::before {
  content: "\e272";
}
.icon-align-horizontal-justify-end::before {
  content: "\e273";
}
.icon-align-horizontal-justify-start::before {
  content: "\e274";
}
.icon-align-horizontal-space-around::before {
  content: "\e275";
}
.icon-align-horizontal-space-between::before {
  content: "\e276";
}
.icon-align-start-horizontal::before {
  content: "\e270";
}
.icon-align-start-vertical::before {
  content: "\e271";
}
.icon-align-vertical-distribute-center::before {
  content: "\e27e";
}
.icon-align-vertical-distribute-end::before {
  content: "\e27f";
}
.icon-align-vertical-distribute-start::before {
  content: "\e280";
}
.icon-align-vertical-justify-center::before {
  content: "\e277";
}
.icon-align-vertical-justify-end::before {
  content: "\e278";
}
.icon-align-vertical-justify-start::before {
  content: "\e279";
}
.icon-align-vertical-space-around::before {
  content: "\e27a";
}
.icon-align-vertical-space-between::before {
  content: "\e27b";
}
.icon-ambulance::before {
  content: "\e5bf";
}
.icon-ampersand::before {
  content: "\e4a0";
}
.icon-ampersands::before {
  content: "\e4a1";
}
.icon-amphora::before {
  content: "\e61f";
}
.icon-anchor::before {
  content: "\e03f";
}
.icon-angry::before {
  content: "\e2fc";
}
.icon-annoyed::before {
  content: "\e2fd";
}
.icon-antenna::before {
  content: "\e4e6";
}
.icon-anvil::before {
  content: "\e584";
}
.icon-aperture::before {
  content: "\e040";
}
.icon-app-window-mac::before {
  content: "\e5d6";
}
.icon-app-window::before {
  content: "\e42a";
}
.icon-apple::before {
  content: "\e352";
}
.icon-archive-restore::before {
  content: "\e2cd";
}
.icon-archive-x::before {
  content: "\e510";
}
.icon-archive::before {
  content: "\e041";
}
.icon-armchair::before {
  content: "\e2c0";
}
.icon-arrow-big-down-dash::before {
  content: "\e421";
}
.icon-arrow-big-down::before {
  content: "\e1e1";
}
.icon-arrow-big-left-dash::before {
  content: "\e422";
}
.icon-arrow-big-left::before {
  content: "\e1e2";
}
.icon-arrow-big-right-dash::before {
  content: "\e423";
}
.icon-arrow-big-right::before {
  content: "\e1e3";
}
.icon-arrow-big-up-dash::before {
  content: "\e424";
}
.icon-arrow-big-up::before {
  content: "\e1e4";
}
.icon-arrow-down-0-1::before {
  content: "\e417";
}
.icon-arrow-down-1-0::before {
  content: "\e418";
}
.icon-arrow-down-a-z::before {
  content: "\e419";
}
.icon-arrow-down-from-line::before {
  content: "\e458";
}
.icon-arrow-down-left::before {
  content: "\e043";
}
.icon-arrow-down-narrow-wide::before {
  content: "\e044";
}
.icon-arrow-down-right::before {
  content: "\e045";
}
.icon-arrow-down-to-dot::before {
  content: "\e451";
}
.icon-arrow-down-to-line::before {
  content: "\e459";
}
.icon-arrow-down-up::before {
  content: "\e046";
}
.icon-arrow-down-wide-narrow::before {
  content: "\e047";
}
.icon-arrow-down-z-a::before {
  content: "\e41a";
}
.icon-arrow-down::before {
  content: "\e042";
}
.icon-arrow-left-from-line::before {
  content: "\e45a";
}
.icon-arrow-left-right::before {
  content: "\e24a";
}
.icon-arrow-left-to-line::before {
  content: "\e45b";
}
.icon-arrow-left::before {
  content: "\e048";
}
.icon-arrow-right-from-line::before {
  content: "\e45c";
}
.icon-arrow-right-left::before {
  content: "\e41b";
}
.icon-arrow-right-to-line::before {
  content: "\e45d";
}
.icon-arrow-right::before {
  content: "\e049";
}
.icon-arrow-up-0-1::before {
  content: "\e41c";
}
.icon-arrow-up-1-0::before {
  content: "\e41d";
}
.icon-arrow-up-a-z::before {
  content: "\e41e";
}
.icon-arrow-up-down::before {
  content: "\e381";
}
.icon-arrow-up-from-dot::before {
  content: "\e452";
}
.icon-arrow-up-from-line::before {
  content: "\e45e";
}
.icon-arrow-up-left::before {
  content: "\e04b";
}
.icon-arrow-up-narrow-wide::before {
  content: "\e04c";
}
.icon-arrow-up-right::before {
  content: "\e04d";
}
.icon-arrow-up-to-line::before {
  content: "\e45f";
}
.icon-arrow-up-wide-narrow::before {
  content: "\e41f";
}
.icon-arrow-up-z-a::before {
  content: "\e420";
}
.icon-arrow-up::before {
  content: "\e04a";
}
.icon-arrows-up-from-line::before {
  content: "\e4d8";
}
.icon-asterisk::before {
  content: "\e1ef";
}
.icon-at-sign::before {
  content: "\e04e";
}
.icon-atom::before {
  content: "\e3db";
}
.icon-audio-lines::before {
  content: "\e55e";
}
.icon-audio-waveform::before {
  content: "\e55f";
}
.icon-award::before {
  content: "\e04f";
}
.icon-axe::before {
  content: "\e050";
}
.icon-axis-3d::before {
  content: "\e2fe";
}
.icon-baby::before {
  content: "\e2ce";
}
.icon-backpack::before {
  content: "\e2c8";
}
.icon-badge-alert::before {
  content: "\e479";
}
.icon-badge-cent::before {
  content: "\e513";
}
.icon-badge-check::before {
  content: "\e241";
}
.icon-badge-dollar-sign::before {
  content: "\e47a";
}
.icon-badge-euro::before {
  content: "\e514";
}
.icon-badge-indian-rupee::before {
  content: "\e515";
}
.icon-badge-info::before {
  content: "\e47b";
}
.icon-badge-japanese-yen::before {
  content: "\e516";
}
.icon-badge-minus::before {
  content: "\e47c";
}
.icon-badge-percent::before {
  content: "\e47d";
}
.icon-badge-plus::before {
  content: "\e47e";
}
.icon-badge-pound-sterling::before {
  content: "\e517";
}
.icon-badge-question-mark::before {
  content: "\e47f";
}
.icon-badge-russian-ruble::before {
  content: "\e518";
}
.icon-badge-swiss-franc::before {
  content: "\e519";
}
.icon-badge-turkish-lira::before {
  content: "\e682";
}
.icon-badge-x::before {
  content: "\e480";
}
.icon-badge::before {
  content: "\e478";
}
.icon-baggage-claim::before {
  content: "\e2c9";
}
.icon-ban::before {
  content: "\e051";
}
.icon-banana::before {
  content: "\e353";
}
.icon-bandage::before {
  content: "\e621";
}
.icon-banknote-arrow-down::before {
  content: "\e650";
}
.icon-banknote-arrow-up::before {
  content: "\e651";
}
.icon-banknote-x::before {
  content: "\e652";
}
.icon-banknote::before {
  content: "\e052";
}
.icon-barcode::before {
  content: "\e537";
}
.icon-barrel::before {
  content: "\e679";
}
.icon-baseline::before {
  content: "\e285";
}
.icon-bath::before {
  content: "\e2ab";
}
.icon-battery-charging::before {
  content: "\e054";
}
.icon-battery-full::before {
  content: "\e055";
}
.icon-battery-low::before {
  content: "\e056";
}
.icon-battery-medium::before {
  content: "\e057";
}
.icon-battery-plus::before {
  content: "\e642";
}
.icon-battery-warning::before {
  content: "\e3b0";
}
.icon-battery::before {
  content: "\e053";
}
.icon-beaker::before {
  content: "\e058";
}
.icon-bean-off::before {
  content: "\e394";
}
.icon-bean::before {
  content: "\e393";
}
.icon-bed-double::before {
  content: "\e2c2";
}
.icon-bed-single::before {
  content: "\e2c3";
}
.icon-bed::before {
  content: "\e2c1";
}
.icon-beef::before {
  content: "\e3a9";
}
.icon-beer-off::before {
  content: "\e5dd";
}
.icon-beer::before {
  content: "\e2cf";
}
.icon-bell-dot::before {
  content: "\e42f";
}
.icon-bell-electric::before {
  content: "\e580";
}
.icon-bell-minus::before {
  content: "\e1f0";
}
.icon-bell-off::before {
  content: "\e05a";
}
.icon-bell-plus::before {
  content: "\e1f1";
}
.icon-bell-ring::before {
  content: "\e224";
}
.icon-bell::before {
  content: "\e059";
}
.icon-between-horizontal-end::before {
  content: "\e595";
}
.icon-between-horizontal-start::before {
  content: "\e596";
}
.icon-between-vertical-end::before {
  content: "\e597";
}
.icon-between-vertical-start::before {
  content: "\e598";
}
.icon-biceps-flexed::before {
  content: "\e5ef";
}
.icon-bike::before {
  content: "\e1d2";
}
.icon-binary::before {
  content: "\e1f2";
}
.icon-binoculars::before {
  content: "\e625";
}
.icon-biohazard::before {
  content: "\e445";
}
.icon-bird::before {
  content: "\e3c9";
}
.icon-bitcoin::before {
  content: "\e05b";
}
.icon-blend::before {
  content: "\e5a0";
}
.icon-blinds::before {
  content: "\e3c4";
}
.icon-blocks::before {
  content: "\e4fe";
}
.icon-bluetooth-connected::before {
  content: "\e1b8";
}
.icon-bluetooth-off::before {
  content: "\e1b9";
}
.icon-bluetooth-searching::before {
  content: "\e1ba";
}
.icon-bluetooth::before {
  content: "\e05c";
}
.icon-bold::before {
  content: "\e05d";
}
.icon-bolt::before {
  content: "\e590";
}
.icon-bomb::before {
  content: "\e2ff";
}
.icon-bone::before {
  content: "\e35c";
}
.icon-book-a::before {
  content: "\e548";
}
.icon-book-alert::before {
  content: "\e676";
}
.icon-book-audio::before {
  content: "\e549";
}
.icon-book-check::before {
  content: "\e54a";
}
.icon-book-copy::before {
  content: "\e3f0";
}
.icon-book-dashed::before {
  content: "\e3f1";
}
.icon-book-down::before {
  content: "\e3f2";
}
.icon-book-headphones::before {
  content: "\e54b";
}
.icon-book-heart::before {
  content: "\e54c";
}
.icon-book-image::before {
  content: "\e54d";
}
.icon-book-key::before {
  content: "\e3f3";
}
.icon-book-lock::before {
  content: "\e3f4";
}
.icon-book-marked::before {
  content: "\e3f5";
}
.icon-book-minus::before {
  content: "\e3f6";
}
.icon-book-open-check::before {
  content: "\e385";
}
.icon-book-open-text::before {
  content: "\e54e";
}
.icon-book-open::before {
  content: "\e05f";
}
.icon-book-plus::before {
  content: "\e3f7";
}
.icon-book-text::before {
  content: "\e54f";
}
.icon-book-type::before {
  content: "\e550";
}
.icon-book-up-2::before {
  content: "\e4aa";
}
.icon-book-up::before {
  content: "\e3f8";
}
.icon-book-user::before {
  content: "\e551";
}
.icon-book-x::before {
  content: "\e3f9";
}
.icon-book::before {
  content: "\e05e";
}
.icon-bookmark-check::before {
  content: "\e523";
}
.icon-bookmark-minus::before {
  content: "\e23c";
}
.icon-bookmark-plus::before {
  content: "\e23d";
}
.icon-bookmark-x::before {
  content: "\e524";
}
.icon-bookmark::before {
  content: "\e060";
}
.icon-boom-box::before {
  content: "\e4f2";
}
.icon-bot-message-square::before {
  content: "\e5d2";
}
.icon-bot-off::before {
  content: "\e5e4";
}
.icon-bot::before {
  content: "\e1bb";
}
.icon-bottle-wine::before {
  content: "\e67f";
}
.icon-bow-arrow::before {
  content: "\e662";
}
.icon-box::before {
  content: "\e061";
}
.icon-boxes::before {
  content: "\e2d0";
}
.icon-braces::before {
  content: "\e36e";
}
.icon-brackets::before {
  content: "\e447";
}
.icon-brain-circuit::before {
  content: "\e3cb";
}
.icon-brain-cog::before {
  content: "\e3cc";
}
.icon-brain::before {
  content: "\e3ca";
}
.icon-brick-wall-fire::before {
  content: "\e657";
}
.icon-brick-wall-shield::before {
  content: "\e694";
}
.icon-brick-wall::before {
  content: "\e585";
}
.icon-briefcase-business::before {
  content: "\e5d9";
}
.icon-briefcase-conveyor-belt::before {
  content: "\e62f";
}
.icon-briefcase-medical::before {
  content: "\e5da";
}
.icon-briefcase::before {
  content: "\e062";
}
.icon-bring-to-front::before {
  content: "\e4f3";
}
.icon-brush-cleaning::before {
  content: "\e66a";
}
.icon-brush::before {
  content: "\e1d3";
}
.icon-bubbles::before {
  content: "\e658";
}
.icon-bug-off::before {
  content: "\e511";
}
.icon-bug-play::before {
  content: "\e512";
}
.icon-bug::before {
  content: "\e20c";
}
.icon-building-2::before {
  content: "\e290";
}
.icon-building::before {
  content: "\e1cc";
}
.icon-bus-front::before {
  content: "\e4ff";
}
.icon-bus::before {
  content: "\e1d4";
}
.icon-cable-car::before {
  content: "\e500";
}
.icon-cable::before {
  content: "\e4e7";
}
.icon-cake-slice::before {
  content: "\e4bd";
}
.icon-cake::before {
  content: "\e348";
}
.icon-calculator::before {
  content: "\e1bc";
}
.icon-calendar-1::before {
  content: "\e634";
}
.icon-calendar-arrow-down::before {
  content: "\e602";
}
.icon-calendar-arrow-up::before {
  content: "\e603";
}
.icon-calendar-check-2::before {
  content: "\e2b8";
}
.icon-calendar-check::before {
  content: "\e2b7";
}
.icon-calendar-clock::before {
  content: "\e304";
}
.icon-calendar-cog::before {
  content: "\e5f1";
}
.icon-calendar-days::before {
  content: "\e2b9";
}
.icon-calendar-fold::before {
  content: "\e5b8";
}
.icon-calendar-heart::before {
  content: "\e305";
}
.icon-calendar-minus-2::before {
  content: "\e5b9";
}
.icon-calendar-minus::before {
  content: "\e2ba";
}
.icon-calendar-off::before {
  content: "\e2bb";
}
.icon-calendar-plus-2::before {
  content: "\e5ba";
}
.icon-calendar-plus::before {
  content: "\e2bc";
}
.icon-calendar-range::before {
  content: "\e2bd";
}
.icon-calendar-search::before {
  content: "\e306";
}
.icon-calendar-sync::before {
  content: "\e63a";
}
.icon-calendar-x-2::before {
  content: "\e2bf";
}
.icon-calendar-x::before {
  content: "\e2be";
}
.icon-calendar::before {
  content: "\e063";
}
.icon-camera-off::before {
  content: "\e065";
}
.icon-camera::before {
  content: "\e064";
}
.icon-candy-cane::before {
  content: "\e4be";
}
.icon-candy-off::before {
  content: "\e396";
}
.icon-candy::before {
  content: "\e395";
}
.icon-cannabis::before {
  content: "\e5d8";
}
.icon-captions-off::before {
  content: "\e5c5";
}
.icon-captions::before {
  content: "\e3a8";
}
.icon-car-front::before {
  content: "\e501";
}
.icon-car-taxi-front::before {
  content: "\e502";
}
.icon-car::before {
  content: "\e1d5";
}
.icon-caravan::before {
  content: "\e53d";
}
.icon-card-sim::before {
  content: "\e675";
}
.icon-carrot::before {
  content: "\e25a";
}
.icon-case-lower::before {
  content: "\e3dc";
}
.icon-case-sensitive::before {
  content: "\e3dd";
}
.icon-case-upper::before {
  content: "\e3de";
}
.icon-cassette-tape::before {
  content: "\e4ce";
}
.icon-cast::before {
  content: "\e066";
}
.icon-castle::before {
  content: "\e3e4";
}
.icon-cat::before {
  content: "\e390";
}
.icon-cctv::before {
  content: "\e581";
}
.icon-chart-area::before {
  content: "\e4d7";
}
.icon-chart-bar-big::before {
  content: "\e4ab";
}
.icon-chart-bar-decreasing::before {
  content: "\e60b";
}
.icon-chart-bar-increasing::before {
  content: "\e60c";
}
.icon-chart-bar-stacked::before {
  content: "\e60d";
}
.icon-chart-bar::before {
  content: "\e2a2";
}
.icon-chart-candlestick::before {
  content: "\e4ac";
}
.icon-chart-column-big::before {
  content: "\e4ad";
}
.icon-chart-column-decreasing::before {
  content: "\e067";
}
.icon-chart-column-increasing::before {
  content: "\e2a4";
}
.icon-chart-column-stacked::before {
  content: "\e60e";
}
.icon-chart-column::before {
  content: "\e2a3";
}
.icon-chart-gantt::before {
  content: "\e628";
}
.icon-chart-line::before {
  content: "\e2a5";
}
.icon-chart-network::before {
  content: "\e60f";
}
.icon-chart-no-axes-column-decreasing::before {
  content: "\e069";
}
.icon-chart-no-axes-column-increasing::before {
  content: "\e06a";
}
.icon-chart-no-axes-column::before {
  content: "\e068";
}
.icon-chart-no-axes-combined::before {
  content: "\e610";
}
.icon-chart-no-axes-gantt::before {
  content: "\e4c8";
}
.icon-chart-pie::before {
  content: "\e06b";
}
.icon-chart-scatter::before {
  content: "\e48e";
}
.icon-chart-spline::before {
  content: "\e611";
}
.icon-check-check::before {
  content: "\e392";
}
.icon-check-line::before {
  content: "\e66f";
}
.icon-check::before {
  content: "\e06c";
}
.icon-chef-hat::before {
  content: "\e2ac";
}
.icon-cherry::before {
  content: "\e354";
}
.icon-chevron-down::before {
  content: "\e06d";
}
.icon-chevron-first::before {
  content: "\e243";
}
.icon-chevron-last::before {
  content: "\e244";
}
.icon-chevron-left::before {
  content: "\e06e";
}
.icon-chevron-right::before {
  content: "\e06f";
}
.icon-chevron-up::before {
  content: "\e070";
}
.icon-chevrons-down-up::before {
  content: "\e228";
}
.icon-chevrons-down::before {
  content: "\e071";
}
.icon-chevrons-left-right-ellipsis::before {
  content: "\e623";
}
.icon-chevrons-left-right::before {
  content: "\e293";
}
.icon-chevrons-left::before {
  content: "\e072";
}
.icon-chevrons-right-left::before {
  content: "\e294";
}
.icon-chevrons-right::before {
  content: "\e073";
}
.icon-chevrons-up-down::before {
  content: "\e211";
}
.icon-chevrons-up::before {
  content: "\e074";
}
.icon-chromium::before {
  content: "\e075";
}
.icon-church::before {
  content: "\e3e5";
}
.icon-cigarette-off::before {
  content: "\e2c7";
}
.icon-cigarette::before {
  content: "\e2c6";
}
.icon-circle-alert::before {
  content: "\e077";
}
.icon-circle-arrow-down::before {
  content: "\e078";
}
.icon-circle-arrow-left::before {
  content: "\e079";
}
.icon-circle-arrow-out-down-left::before {
  content: "\e3fb";
}
.icon-circle-arrow-out-down-right::before {
  content: "\e3fc";
}
.icon-circle-arrow-out-up-left::before {
  content: "\e3fd";
}
.icon-circle-arrow-out-up-right::before {
  content: "\e3fe";
}
.icon-circle-arrow-right::before {
  content: "\e07a";
}
.icon-circle-arrow-up::before {
  content: "\e07b";
}
.icon-circle-check-big::before {
  content: "\e07c";
}
.icon-circle-check::before {
  content: "\e226";
}
.icon-circle-chevron-down::before {
  content: "\e4e1";
}
.icon-circle-chevron-left::before {
  content: "\e4e2";
}
.icon-circle-chevron-right::before {
  content: "\e4e3";
}
.icon-circle-chevron-up::before {
  content: "\e4e4";
}
.icon-circle-dashed::before {
  content: "\e4b4";
}
.icon-circle-divide::before {
  content: "\e07d";
}
.icon-circle-dollar-sign::before {
  content: "\e481";
}
.icon-circle-dot-dashed::before {
  content: "\e4b5";
}
.icon-circle-dot::before {
  content: "\e349";
}
.icon-circle-ellipsis::before {
  content: "\e34a";
}
.icon-circle-equal::before {
  content: "\e404";
}
.icon-circle-fading-arrow-up::before {
  content: "\e61c";
}
.icon-circle-fading-plus::before {
  content: "\e5c0";
}
.icon-circle-gauge::before {
  content: "\e4e5";
}
.icon-circle-minus::before {
  content: "\e07e";
}
.icon-circle-off::before {
  content: "\e405";
}
.icon-circle-parking-off::before {
  content: "\e3ce";
}
.icon-circle-parking::before {
  content: "\e3cd";
}
.icon-circle-pause::before {
  content: "\e07f";
}
.icon-circle-percent::before {
  content: "\e51e";
}
.icon-circle-play::before {
  content: "\e080";
}
.icon-circle-plus::before {
  content: "\e081";
}
.icon-circle-pound-sterling::before {
  content: "\e671";
}
.icon-circle-power::before {
  content: "\e554";
}
.icon-circle-question-mark::before {
  content: "\e082";
}
.icon-circle-slash-2::before {
  content: "\e213";
}
.icon-circle-slash::before {
  content: "\e406";
}
.icon-circle-small::before {
  content: "\e644";
}
.icon-circle-star::before {
  content: "\e691";
}
.icon-circle-stop::before {
  content: "\e083";
}
.icon-circle-user-round::before {
  content: "\e466";
}
.icon-circle-user::before {
  content: "\e465";
}
.icon-circle-x::before {
  content: "\e084";
}
.icon-circle::before {
  content: "\e076";
}
.icon-circuit-board::before {
  content: "\e407";
}
.icon-citrus::before {
  content: "\e379";
}
.icon-clapperboard::before {
  content: "\e29b";
}
.icon-clipboard-check::before {
  content: "\e219";
}
.icon-clipboard-clock::before {
  content: "\e68c";
}
.icon-clipboard-copy::before {
  content: "\e225";
}
.icon-clipboard-list::before {
  content: "\e086";
}
.icon-clipboard-minus::before {
  content: "\e5c2";
}
.icon-clipboard-paste::before {
  content: "\e3ec";
}
.icon-clipboard-pen-line::before {
  content: "\e308";
}
.icon-clipboard-pen::before {
  content: "\e307";
}
.icon-clipboard-plus::before {
  content: "\e5c3";
}
.icon-clipboard-type::before {
  content: "\e309";
}
.icon-clipboard-x::before {
  content: "\e222";
}
.icon-clipboard::before {
  content: "\e085";
}
.icon-clock-1::before {
  content: "\e24b";
}
.icon-clock-10::before {
  content: "\e24c";
}
.icon-clock-11::before {
  content: "\e24d";
}
.icon-clock-12::before {
  content: "\e24e";
}
.icon-clock-2::before {
  content: "\e24f";
}
.icon-clock-3::before {
  content: "\e250";
}
.icon-clock-4::before {
  content: "\e251";
}
.icon-clock-5::before {
  content: "\e252";
}
.icon-clock-6::before {
  content: "\e253";
}
.icon-clock-7::before {
  content: "\e254";
}
.icon-clock-8::before {
  content: "\e255";
}
.icon-clock-9::before {
  content: "\e256";
}
.icon-clock-alert::before {
  content: "\e62e";
}
.icon-clock-arrow-down::before {
  content: "\e604";
}
.icon-clock-arrow-up::before {
  content: "\e605";
}
.icon-clock-fading::before {
  content: "\e64e";
}
.icon-clock-plus::before {
  content: "\e66b";
}
.icon-clock::before {
  content: "\e087";
}
.icon-closed-caption::before {
  content: "\e68e";
}
.icon-cloud-alert::before {
  content: "\e637";
}
.icon-cloud-check::before {
  content: "\e672";
}
.icon-cloud-cog::before {
  content: "\e30a";
}
.icon-cloud-download::before {
  content: "\e089";
}
.icon-cloud-drizzle::before {
  content: "\e08a";
}
.icon-cloud-fog::before {
  content: "\e214";
}
.icon-cloud-hail::before {
  content: "\e08b";
}
.icon-cloud-lightning::before {
  content: "\e08c";
}
.icon-cloud-moon-rain::before {
  content: "\e2fa";
}
.icon-cloud-moon::before {
  content: "\e215";
}
.icon-cloud-off::before {
  content: "\e08d";
}
.icon-cloud-rain-wind::before {
  content: "\e08f";
}
.icon-cloud-rain::before {
  content: "\e08e";
}
.icon-cloud-snow::before {
  content: "\e090";
}
.icon-cloud-sun-rain::before {
  content: "\e2fb";
}
.icon-cloud-sun::before {
  content: "\e216";
}
.icon-cloud-upload::before {
  content: "\e091";
}
.icon-cloud::before {
  content: "\e088";
}
.icon-cloudy::before {
  content: "\e217";
}
.icon-clover::before {
  content: "\e092";
}
.icon-club::before {
  content: "\e49a";
}
.icon-code-xml::before {
  content: "\e206";
}
.icon-code::before {
  content: "\e093";
}
.icon-codepen::before {
  content: "\e094";
}
.icon-codesandbox::before {
  content: "\e095";
}
.icon-coffee::before {
  content: "\e096";
}
.icon-cog::before {
  content: "\e30b";
}
.icon-coins::before {
  content: "\e097";
}
.icon-columns-2::before {
  content: "\e098";
}
.icon-columns-3-cog::before {
  content: "\e665";
}
.icon-columns-3::before {
  content: "\e099";
}
.icon-columns-4::before {
  content: "\e58d";
}
.icon-combine::before {
  content: "\e450";
}
.icon-command::before {
  content: "\e09a";
}
.icon-compass::before {
  content: "\e09b";
}
.icon-component::before {
  content: "\e2ad";
}
.icon-computer::before {
  content: "\e4e8";
}
.icon-concierge-bell::before {
  content: "\e37c";
}
.icon-cone::before {
  content: "\e527";
}
.icon-construction::before {
  content: "\e3b8";
}
.icon-contact-round::before {
  content: "\e467";
}
.icon-contact::before {
  content: "\e09c";
}
.icon-container::before {
  content: "\e4d9";
}
.icon-contrast::before {
  content: "\e09d";
}
.icon-cookie::before {
  content: "\e26b";
}
.icon-cooking-pot::before {
  content: "\e588";
}
.icon-copy-check::before {
  content: "\e3ff";
}
.icon-copy-minus::before {
  content: "\e400";
}
.icon-copy-plus::before {
  content: "\e401";
}
.icon-copy-slash::before {
  content: "\e402";
}
.icon-copy-x::before {
  content: "\e403";
}
.icon-copy::before {
  content: "\e09e";
}
.icon-copyleft::before {
  content: "\e09f";
}
.icon-copyright::before {
  content: "\e0a0";
}
.icon-corner-down-left::before {
  content: "\e0a1";
}
.icon-corner-down-right::before {
  content: "\e0a2";
}
.icon-corner-left-down::before {
  content: "\e0a3";
}
.icon-corner-left-up::before {
  content: "\e0a4";
}
.icon-corner-right-down::before {
  content: "\e0a5";
}
.icon-corner-right-up::before {
  content: "\e0a6";
}
.icon-corner-up-left::before {
  content: "\e0a7";
}
.icon-corner-up-right::before {
  content: "\e0a8";
}
.icon-cpu::before {
  content: "\e0a9";
}
.icon-creative-commons::before {
  content: "\e3b6";
}
.icon-credit-card::before {
  content: "\e0aa";
}
.icon-croissant::before {
  content: "\e2ae";
}
.icon-crop::before {
  content: "\e0ab";
}
.icon-cross::before {
  content: "\e1e5";
}
.icon-crosshair::before {
  content: "\e0ac";
}
.icon-crown::before {
  content: "\e1d6";
}
.icon-cuboid::before {
  content: "\e528";
}
.icon-cup-soda::before {
  content: "\e2d1";
}
.icon-currency::before {
  content: "\e230";
}
.icon-cylinder::before {
  content: "\e529";
}
.icon-dam::before {
  content: "\e60a";
}
.icon-database-backup::before {
  content: "\e3af";
}
.icon-database-zap::before {
  content: "\e50f";
}
.icon-database::before {
  content: "\e0ad";
}
.icon-decimals-arrow-left::before {
  content: "\e660";
}
.icon-decimals-arrow-right::before {
  content: "\e661";
}
.icon-delete::before {
  content: "\e0ae";
}
.icon-dessert::before {
  content: "\e4bf";
}
.icon-diameter::before {
  content: "\e52a";
}
.icon-diamond-minus::before {
  content: "\e5e5";
}
.icon-diamond-percent::before {
  content: "\e51f";
}
.icon-diamond-plus::before {
  content: "\e5e6";
}
.icon-diamond::before {
  content: "\e2d2";
}
.icon-dice-1::before {
  content: "\e287";
}
.icon-dice-2::before {
  content: "\e288";
}
.icon-dice-3::before {
  content: "\e289";
}
.icon-dice-4::before {
  content: "\e28a";
}
.icon-dice-5::before {
  content: "\e28b";
}
.icon-dice-6::before {
  content: "\e28c";
}
.icon-dices::before {
  content: "\e2c5";
}
.icon-diff::before {
  content: "\e30c";
}
.icon-disc-2::before {
  content: "\e3fa";
}
.icon-disc-3::before {
  content: "\e498";
}
.icon-disc-album::before {
  content: "\e560";
}
.icon-disc::before {
  content: "\e0af";
}
.icon-divide::before {
  content: "\e0b0";
}
.icon-dna-off::before {
  content: "\e398";
}
.icon-dna::before {
  content: "\e397";
}
.icon-dock::before {
  content: "\e5d7";
}
.icon-dog::before {
  content: "\e391";
}
.icon-dollar-sign::before {
  content: "\e0b1";
}
.icon-donut::before {
  content: "\e4c0";
}
.icon-door-closed-locked::before {
  content: "\e668";
}
.icon-door-closed::before {
  content: "\e3d9";
}
.icon-door-open::before {
  content: "\e3da";
}
.icon-dot::before {
  content: "\e453";
}
.icon-download::before {
  content: "\e0b2";
}
.icon-drafting-compass::before {
  content: "\e52b";
}
.icon-drama::before {
  content: "\e525";
}
.icon-dribbble::before {
  content: "\e0b3";
}
.icon-drill::before {
  content: "\e591";
}
.icon-drone::before {
  content: "\e67a";
}
.icon-droplet-off::before {
  content: "\e63c";
}
.icon-droplet::before {
  content: "\e0b4";
}
.icon-droplets::before {
  content: "\e0b5";
}
.icon-drum::before {
  content: "\e561";
}
.icon-drumstick::before {
  content: "\e25b";
}
.icon-dumbbell::before {
  content: "\e3a5";
}
.icon-ear-off::before {
  content: "\e387";
}
.icon-ear::before {
  content: "\e386";
}
.icon-earth-lock::before {
  content: "\e5d0";
}
.icon-earth::before {
  content: "\e1f3";
}
.icon-eclipse::before {
  content: "\e5a1";
}
.icon-egg-fried::before {
  content: "\e355";
}
.icon-egg-off::before {
  content: "\e399";
}
.icon-egg::before {
  content: "\e25d";
}
.icon-ellipsis-vertical::before {
  content: "\e0b7";
}
.icon-ellipsis::before {
  content: "\e0b6";
}
.icon-equal-approximately::before {
  content: "\e638";
}
.icon-equal-not::before {
  content: "\e1be";
}
.icon-equal::before {
  content: "\e1bd";
}
.icon-eraser::before {
  content: "\e28f";
}
.icon-ethernet-port::before {
  content: "\e624";
}
.icon-euro::before {
  content: "\e0b8";
}
.icon-ev-charger::before {
  content: "\e69b";
}
.icon-expand::before {
  content: "\e21a";
}
.icon-external-link::before {
  content: "\e0b9";
}
.icon-eye-closed::before {
  content: "\e632";
}
.icon-eye-off::before {
  content: "\e0bb";
}
.icon-eye::before {
  content: "\e0ba";
}
.icon-facebook::before {
  content: "\e0bc";
}
.icon-factory::before {
  content: "\e29f";
}
.icon-fan::before {
  content: "\e37d";
}
.icon-fast-forward::before {
  content: "\e0bd";
}
.icon-feather::before {
  content: "\e0be";
}
.icon-fence::before {
  content: "\e586";
}
.icon-ferris-wheel::before {
  content: "\e483";
}
.icon-figma::before {
  content: "\e0bf";
}
.icon-file-archive::before {
  content: "\e30d";
}
.icon-file-audio-2::before {
  content: "\e30f";
}
.icon-file-audio::before {
  content: "\e30e";
}
.icon-file-axis-3d::before {
  content: "\e310";
}
.icon-file-badge-2::before {
  content: "\e312";
}
.icon-file-badge::before {
  content: "\e311";
}
.icon-file-box::before {
  content: "\e313";
}
.icon-file-chart-column-increasing::before {
  content: "\e315";
}
.icon-file-chart-column::before {
  content: "\e314";
}
.icon-file-chart-line::before {
  content: "\e316";
}
.icon-file-chart-pie::before {
  content: "\e317";
}
.icon-file-check-2::before {
  content: "\e0c2";
}
.icon-file-check::before {
  content: "\e0c1";
}
.icon-file-clock::before {
  content: "\e318";
}
.icon-file-code-2::before {
  content: "\e462";
}
.icon-file-code::before {
  content: "\e0c3";
}
.icon-file-cog::before {
  content: "\e319";
}
.icon-file-diff::before {
  content: "\e31a";
}
.icon-file-digit::before {
  content: "\e0c4";
}
.icon-file-down::before {
  content: "\e31b";
}
.icon-file-heart::before {
  content: "\e31c";
}
.icon-file-image::before {
  content: "\e31d";
}
.icon-file-input::before {
  content: "\e0c5";
}
.icon-file-json-2::before {
  content: "\e370";
}
.icon-file-json::before {
  content: "\e36f";
}
.icon-file-key-2::before {
  content: "\e31f";
}
.icon-file-key::before {
  content: "\e31e";
}
.icon-file-lock-2::before {
  content: "\e321";
}
.icon-file-lock::before {
  content: "\e320";
}
.icon-file-minus-2::before {
  content: "\e0c7";
}
.icon-file-minus::before {
  content: "\e0c6";
}
.icon-file-music::before {
  content: "\e562";
}
.icon-file-output::before {
  content: "\e0c8";
}
.icon-file-pen-line::before {
  content: "\e323";
}
.icon-file-pen::before {
  content: "\e322";
}
.icon-file-play::before {
  content: "\e324";
}
.icon-file-plus-2::before {
  content: "\e0ca";
}
.icon-file-plus::before {
  content: "\e0c9";
}
.icon-file-question-mark::before {
  content: "\e325";
}
.icon-file-scan::before {
  content: "\e326";
}
.icon-file-search-2::before {
  content: "\e327";
}
.icon-file-search::before {
  content: "\e0cb";
}
.icon-file-sliders::before {
  content: "\e5a4";
}
.icon-file-spreadsheet::before {
  content: "\e328";
}
.icon-file-stack::before {
  content: "\e4a5";
}
.icon-file-symlink::before {
  content: "\e329";
}
.icon-file-terminal::before {
  content: "\e32a";
}
.icon-file-text::before {
  content: "\e0cc";
}
.icon-file-type-2::before {
  content: "\e371";
}
.icon-file-type::before {
  content: "\e32b";
}
.icon-file-up::before {
  content: "\e32c";
}
.icon-file-user::before {
  content: "\e631";
}
.icon-file-video-camera::before {
  content: "\e32d";
}
.icon-file-volume-2::before {
  content: "\e32f";
}
.icon-file-volume::before {
  content: "\e32e";
}
.icon-file-warning::before {
  content: "\e330";
}
.icon-file-x-2::before {
  content: "\e0ce";
}
.icon-file-x::before {
  content: "\e0cd";
}
.icon-file::before {
  content: "\e0c0";
}
.icon-files::before {
  content: "\e0cf";
}
.icon-film::before {
  content: "\e0d0";
}
.icon-fingerprint::before {
  content: "\e2cb";
}
.icon-fire-extinguisher::before {
  content: "\e582";
}
.icon-fish-off::before {
  content: "\e3b4";
}
.icon-fish-symbol::before {
  content: "\e4f8";
}
.icon-fish::before {
  content: "\e3aa";
}
.icon-flag-off::before {
  content: "\e292";
}
.icon-flag-triangle-left::before {
  content: "\e237";
}
.icon-flag-triangle-right::before {
  content: "\e238";
}
.icon-flag::before {
  content: "\e0d1";
}
.icon-flame-kindling::before {
  content: "\e53e";
}
.icon-flame::before {
  content: "\e0d2";
}
.icon-flashlight-off::before {
  content: "\e0d4";
}
.icon-flashlight::before {
  content: "\e0d3";
}
.icon-flask-conical-off::before {
  content: "\e39a";
}
.icon-flask-conical::before {
  content: "\e0d5";
}
.icon-flask-round::before {
  content: "\e0d6";
}
.icon-flip-horizontal-2::before {
  content: "\e362";
}
.icon-flip-horizontal::before {
  content: "\e361";
}
.icon-flip-vertical-2::before {
  content: "\e364";
}
.icon-flip-vertical::before {
  content: "\e363";
}
.icon-flower-2::before {
  content: "\e2d4";
}
.icon-flower::before {
  content: "\e2d3";
}
.icon-focus::before {
  content: "\e29e";
}
.icon-fold-horizontal::before {
  content: "\e43f";
}
.icon-fold-vertical::before {
  content: "\e440";
}
.icon-folder-archive::before {
  content: "\e331";
}
.icon-folder-check::before {
  content: "\e332";
}
.icon-folder-clock::before {
  content: "\e333";
}
.icon-folder-closed::before {
  content: "\e334";
}
.icon-folder-code::before {
  content: "\e5ff";
}
.icon-folder-cog::before {
  content: "\e335";
}
.icon-folder-dot::before {
  content: "\e4c9";
}
.icon-folder-down::before {
  content: "\e336";
}
.icon-folder-git-2::before {
  content: "\e40e";
}
.icon-folder-git::before {
  content: "\e40d";
}
.icon-folder-heart::before {
  content: "\e337";
}
.icon-folder-input::before {
  content: "\e338";
}
.icon-folder-kanban::before {
  content: "\e4ca";
}
.icon-folder-key::before {
  content: "\e339";
}
.icon-folder-lock::before {
  content: "\e33a";
}
.icon-folder-minus::before {
  content: "\e0d8";
}
.icon-folder-open-dot::before {
  content: "\e4cb";
}
.icon-folder-open::before {
  content: "\e247";
}
.icon-folder-output::before {
  content: "\e33b";
}
.icon-folder-pen::before {
  content: "\e33c";
}
.icon-folder-plus::before {
  content: "\e0d9";
}
.icon-folder-root::before {
  content: "\e4cc";
}
.icon-folder-search-2::before {
  content: "\e33e";
}
.icon-folder-search::before {
  content: "\e33d";
}
.icon-folder-symlink::before {
  content: "\e33f";
}
.icon-folder-sync::before {
  content: "\e4cd";
}
.icon-folder-tree::before {
  content: "\e340";
}
.icon-folder-up::before {
  content: "\e341";
}
.icon-folder-x::before {
  content: "\e342";
}
.icon-folder::before {
  content: "\e0d7";
}
.icon-folders::before {
  content: "\e343";
}
.icon-footprints::before {
  content: "\e3bd";
}
.icon-forklift::before {
  content: "\e3c5";
}
.icon-forward::before {
  content: "\e229";
}
.icon-frame::before {
  content: "\e291";
}
.icon-framer::before {
  content: "\e0da";
}
.icon-frown::before {
  content: "\e0db";
}
.icon-fuel::before {
  content: "\e2af";
}
.icon-fullscreen::before {
  content: "\e538";
}
.icon-funnel-plus::before {
  content: "\e0dd";
}
.icon-funnel-x::before {
  content: "\e3b9";
}
.icon-funnel::before {
  content: "\e0dc";
}
.icon-gallery-horizontal-end::before {
  content: "\e4d3";
}
.icon-gallery-horizontal::before {
  content: "\e4d2";
}
.icon-gallery-thumbnails::before {
  content: "\e4d4";
}
.icon-gallery-vertical-end::before {
  content: "\e4d6";
}
.icon-gallery-vertical::before {
  content: "\e4d5";
}
.icon-gamepad-2::before {
  content: "\e0df";
}
.icon-gamepad::before {
  content: "\e0de";
}
.icon-gauge::before {
  content: "\e1bf";
}
.icon-gavel::before {
  content: "\e0e0";
}
.icon-gem::before {
  content: "\e242";
}
.icon-georgian-lari::before {
  content: "\e67c";
}
.icon-ghost::before {
  content: "\e20e";
}
.icon-gift::before {
  content: "\e0e1";
}
.icon-git-branch-plus::before {
  content: "\e1f4";
}
.icon-git-branch::before {
  content: "\e0e2";
}
.icon-git-commit-horizontal::before {
  content: "\e0e3";
}
.icon-git-commit-vertical::before {
  content: "\e556";
}
.icon-git-compare-arrows::before {
  content: "\e557";
}
.icon-git-compare::before {
  content: "\e35d";
}
.icon-git-fork::before {
  content: "\e28d";
}
.icon-git-graph::before {
  content: "\e558";
}
.icon-git-merge::before {
  content: "\e0e4";
}
.icon-git-pull-request-arrow::before {
  content: "\e559";
}
.icon-git-pull-request-closed::before {
  content: "\e35e";
}
.icon-git-pull-request-create-arrow::before {
  content: "\e55b";
}
.icon-git-pull-request-create::before {
  content: "\e55a";
}
.icon-git-pull-request-draft::before {
  content: "\e35f";
}
.icon-git-pull-request::before {
  content: "\e0e5";
}
.icon-github::before {
  content: "\e0e6";
}
.icon-gitlab::before {
  content: "\e0e7";
}
.icon-glass-water::before {
  content: "\e2d5";
}
.icon-glasses::before {
  content: "\e20d";
}
.icon-globe-lock::before {
  content: "\e5d1";
}
.icon-globe::before {
  content: "\e0e8";
}
.icon-goal::before {
  content: "\e4a9";
}
.icon-gpu::before {
  content: "\e66e";
}
.icon-graduation-cap::before {
  content: "\e234";
}
.icon-grape::before {
  content: "\e356";
}
.icon-grid-2x2-check::before {
  content: "\e5e8";
}
.icon-grid-2x2-plus::before {
  content: "\e62c";
}
.icon-grid-2x2-x::before {
  content: "\e5e9";
}
.icon-grid-2x2::before {
  content: "\e503";
}
.icon-grid-3x2::before {
  content: "\e673";
}
.icon-grid-3x3::before {
  content: "\e0e9";
}
.icon-grip-horizontal::before {
  content: "\e0ea";
}
.icon-grip-vertical::before {
  content: "\e0eb";
}
.icon-grip::before {
  content: "\e3b5";
}
.icon-group::before {
  content: "\e468";
}
.icon-guitar::before {
  content: "\e563";
}
.icon-ham::before {
  content: "\e5db";
}
.icon-hamburger::before {
  content: "\e669";
}
.icon-hammer::before {
  content: "\e0ec";
}
.icon-hand-coins::before {
  content: "\e5bc";
}
.icon-hand-fist::before {
  content: "\e68f";
}
.icon-hand-grab::before {
  content: "\e1e6";
}
.icon-hand-heart::before {
  content: "\e5bd";
}
.icon-hand-helping::before {
  content: "\e3bc";
}
.icon-hand-metal::before {
  content: "\e22c";
}
.icon-hand-platter::before {
  content: "\e5be";
}
.icon-hand::before {
  content: "\e1d7";
}
.icon-handbag::before {
  content: "\e68d";
}
.icon-handshake::before {
  content: "\e5c4";
}
.icon-hard-drive-download::before {
  content: "\e4e9";
}
.icon-hard-drive-upload::before {
  content: "\e4ea";
}
.icon-hard-drive::before {
  content: "\e0ed";
}
.icon-hard-hat::before {
  content: "\e0ee";
}
.icon-hash::before {
  content: "\e0ef";
}
.icon-hat-glasses::before {
  content: "\e687";
}
.icon-haze::before {
  content: "\e0f0";
}
.icon-hdmi-port::before {
  content: "\e4eb";
}
.icon-heading-1::before {
  content: "\e389";
}
.icon-heading-2::before {
  content: "\e38a";
}
.icon-heading-3::before {
  content: "\e38b";
}
.icon-heading-4::before {
  content: "\e38c";
}
.icon-heading-5::before {
  content: "\e38d";
}
.icon-heading-6::before {
  content: "\e38e";
}
.icon-heading::before {
  content: "\e388";
}
.icon-headphone-off::before {
  content: "\e62d";
}
.icon-headphones::before {
  content: "\e0f1";
}
.icon-headset::before {
  content: "\e5c1";
}
.icon-heart-crack::before {
  content: "\e2d6";
}
.icon-heart-handshake::before {
  content: "\e2d7";
}
.icon-heart-minus::before {
  content: "\e655";
}
.icon-heart-off::before {
  content: "\e295";
}
.icon-heart-plus::before {
  content: "\e656";
}
.icon-heart-pulse::before {
  content: "\e372";
}
.icon-heart::before {
  content: "\e0f2";
}
.icon-heater::before {
  content: "\e592";
}
.icon-hexagon::before {
  content: "\e0f3";
}
.icon-highlighter::before {
  content: "\e0f4";
}
.icon-history::before {
  content: "\e1f5";
}
.icon-hop-off::before {
  content: "\e39c";
}
.icon-hop::before {
  content: "\e39b";
}
.icon-hospital::before {
  content: "\e5dc";
}
.icon-hotel::before {
  content: "\e3e6";
}
.icon-hourglass::before {
  content: "\e296";
}
.icon-house-heart::before {
  content: "\e699";
}
.icon-house-plug::before {
  content: "\e5f4";
}
.icon-house-plus::before {
  content: "\e5f5";
}
.icon-house-wifi::before {
  content: "\e640";
}
.icon-house::before {
  content: "\e0f5";
}
.icon-ice-cream-bowl::before {
  content: "\e3ab";
}
.icon-ice-cream-cone::before {
  content: "\e357";
}
.icon-id-card-lanyard::before {
  content: "\e674";
}
.icon-id-card::before {
  content: "\e61b";
}
.icon-image-down::before {
  content: "\e540";
}
.icon-image-minus::before {
  content: "\e1f6";
}
.icon-image-off::before {
  content: "\e1c0";
}
.icon-image-play::before {
  content: "\e5e3";
}
.icon-image-plus::before {
  content: "\e1f7";
}
.icon-image-up::before {
  content: "\e5cf";
}
.icon-image-upscale::before {
  content: "\e63b";
}
.icon-image::before {
  content: "\e0f6";
}
.icon-images::before {
  content: "\e5c8";
}
.icon-import::before {
  content: "\e22f";
}
.icon-inbox::before {
  content: "\e0f7";
}
.icon-indian-rupee::before {
  content: "\e0f8";
}
.icon-infinity::before {
  content: "\e1e7";
}
.icon-info::before {
  content: "\e0f9";
}
.icon-inspection-panel::before {
  content: "\e587";
}
.icon-instagram::before {
  content: "\e0fa";
}
.icon-italic::before {
  content: "\e0fb";
}
.icon-iteration-ccw::before {
  content: "\e427";
}
.icon-iteration-cw::before {
  content: "\e428";
}
.icon-japanese-yen::before {
  content: "\e0fc";
}
.icon-joystick::before {
  content: "\e359";
}
.icon-kanban::before {
  content: "\e4e0";
}
.icon-kayak::before {
  content: "\e693";
}
.icon-key-round::before {
  content: "\e4a7";
}
.icon-key-square::before {
  content: "\e4a8";
}
.icon-key::before {
  content: "\e0fd";
}
.icon-keyboard-music::before {
  content: "\e564";
}
.icon-keyboard-off::before {
  content: "\e5e2";
}
.icon-keyboard::before {
  content: "\e284";
}
.icon-lamp-ceiling::before {
  content: "\e2d9";
}
.icon-lamp-desk::before {
  content: "\e2da";
}
.icon-lamp-floor::before {
  content: "\e2db";
}
.icon-lamp-wall-down::before {
  content: "\e2dc";
}
.icon-lamp-wall-up::before {
  content: "\e2dd";
}
.icon-lamp::before {
  content: "\e2d8";
}
.icon-land-plot::before {
  content: "\e52c";
}
.icon-landmark::before {
  content: "\e23a";
}
.icon-languages::before {
  content: "\e0fe";
}
.icon-laptop-minimal-check::before {
  content: "\e636";
}
.icon-laptop-minimal::before {
  content: "\e1d8";
}
.icon-laptop::before {
  content: "\e1cd";
}
.icon-lasso-select::before {
  content: "\e1cf";
}
.icon-lasso::before {
  content: "\e1ce";
}
.icon-laugh::before {
  content: "\e300";
}
.icon-layers-2::before {
  content: "\e52e";
}
.icon-layers::before {
  content: "\e52d";
}
.icon-layout-dashboard::before {
  content: "\e1c1";
}
.icon-layout-grid::before {
  content: "\e0ff";
}
.icon-layout-list::before {
  content: "\e1d9";
}
.icon-layout-panel-left::before {
  content: "\e474";
}
.icon-layout-panel-top::before {
  content: "\e475";
}
.icon-layout-template::before {
  content: "\e207";
}
.icon-leaf::before {
  content: "\e2de";
}
.icon-leafy-green::before {
  content: "\e473";
}
.icon-lectern::before {
  content: "\e5ed";
}
.icon-library-big::before {
  content: "\e552";
}
.icon-library::before {
  content: "\e100";
}
.icon-life-buoy::before {
  content: "\e101";
}
.icon-ligature::before {
  content: "\e43e";
}
.icon-lightbulb-off::before {
  content: "\e208";
}
.icon-lightbulb::before {
  content: "\e1c2";
}
.icon-line-squiggle::before {
  content: "\e67e";
}
.icon-link-2-off::before {
  content: "\e104";
}
.icon-link-2::before {
  content: "\e103";
}
.icon-link::before {
  content: "\e102";
}
.icon-linkedin::before {
  content: "\e105";
}
.icon-list-check::before {
  content: "\e5fe";
}
.icon-list-checks::before {
  content: "\e1d0";
}
.icon-list-chevrons-down-up::before {
  content: "\e698";
}
.icon-list-chevrons-up-down::before {
  content: "\e69a";
}
.icon-list-collapse::before {
  content: "\e59f";
}
.icon-list-end::before {
  content: "\e2df";
}
.icon-list-filter-plus::before {
  content: "\e63d";
}
.icon-list-filter::before {
  content: "\e464";
}
.icon-list-indent-decrease::before {
  content: "\e107";
}
.icon-list-indent-increase::before {
  content: "\e108";
}
.icon-list-minus::before {
  content: "\e23e";
}
.icon-list-music::before {
  content: "\e2e0";
}
.icon-list-ordered::before {
  content: "\e1d1";
}
.icon-list-plus::before {
  content: "\e23f";
}
.icon-list-restart::before {
  content: "\e456";
}
.icon-list-start::before {
  content: "\e2e1";
}
.icon-list-todo::before {
  content: "\e4c7";
}
.icon-list-tree::before {
  content: "\e40c";
}
.icon-list-video::before {
  content: "\e2e2";
}
.icon-list-x::before {
  content: "\e240";
}
.icon-list::before {
  content: "\e106";
}
.icon-loader-circle::before {
  content: "\e10a";
}
.icon-loader-pinwheel::before {
  content: "\e5ea";
}
.icon-loader::before {
  content: "\e109";
}
.icon-locate-fixed::before {
  content: "\e1db";
}
.icon-locate-off::before {
  content: "\e282";
}
.icon-locate::before {
  content: "\e1da";
}
.icon-lock-keyhole-open::before {
  content: "\e536";
}
.icon-lock-keyhole::before {
  content: "\e535";
}
.icon-lock-open::before {
  content: "\e10c";
}
.icon-lock::before {
  content: "\e10b";
}
.icon-log-in::before {
  content: "\e10d";
}
.icon-log-out::before {
  content: "\e10e";
}
.icon-logs::before {
  content: "\e5f8";
}
.icon-lollipop::before {
  content: "\e4c1";
}
.icon-luggage::before {
  content: "\e2ca";
}
.icon-magnet::before {
  content: "\e2b5";
}
.icon-mail-check::before {
  content: "\e365";
}
.icon-mail-minus::before {
  content: "\e366";
}
.icon-mail-open::before {
  content: "\e367";
}
.icon-mail-plus::before {
  content: "\e368";
}
.icon-mail-question-mark::before {
  content: "\e369";
}
.icon-mail-search::before {
  content: "\e36a";
}
.icon-mail-warning::before {
  content: "\e36b";
}
.icon-mail-x::before {
  content: "\e36c";
}
.icon-mail::before {
  content: "\e10f";
}
.icon-mailbox::before {
  content: "\e3d8";
}
.icon-mails::before {
  content: "\e36d";
}
.icon-map-minus::before {
  content: "\e68a";
}
.icon-map-pin-check-inside::before {
  content: "\e614";
}
.icon-map-pin-check::before {
  content: "\e613";
}
.icon-map-pin-house::before {
  content: "\e620";
}
.icon-map-pin-minus-inside::before {
  content: "\e616";
}
.icon-map-pin-minus::before {
  content: "\e615";
}
.icon-map-pin-off::before {
  content: "\e2a6";
}
.icon-map-pin-pen::before {
  content: "\e659";
}
.icon-map-pin-plus-inside::before {
  content: "\e618";
}
.icon-map-pin-plus::before {
  content: "\e617";
}
.icon-map-pin-x-inside::before {
  content: "\e61a";
}
.icon-map-pin-x::before {
  content: "\e619";
}
.icon-map-pin::before {
  content: "\e111";
}
.icon-map-pinned::before {
  content: "\e541";
}
.icon-map-plus::before {
  content: "\e643";
}
.icon-map::before {
  content: "\e110";
}
.icon-mars-stroke::before {
  content: "\e646";
}
.icon-mars::before {
  content: "\e645";
}
.icon-martini::before {
  content: "\e2e3";
}
.icon-maximize-2::before {
  content: "\e113";
}
.icon-maximize::before {
  content: "\e112";
}
.icon-medal::before {
  content: "\e373";
}
.icon-megaphone-off::before {
  content: "\e374";
}
.icon-megaphone::before {
  content: "\e235";
}
.icon-meh::before {
  content: "\e114";
}
.icon-memory-stick::before {
  content: "\e449";
}
.icon-menu::before {
  content: "\e115";
}
.icon-merge::before {
  content: "\e443";
}
.icon-message-circle-code::before {
  content: "\e566";
}
.icon-message-circle-dashed::before {
  content: "\e567";
}
.icon-message-circle-heart::before {
  content: "\e568";
}
.icon-message-circle-more::before {
  content: "\e569";
}
.icon-message-circle-off::before {
  content: "\e56a";
}
.icon-message-circle-plus::before {
  content: "\e56b";
}
.icon-message-circle-question-mark::before {
  content: "\e56c";
}
.icon-message-circle-reply::before {
  content: "\e56d";
}
.icon-message-circle-warning::before {
  content: "\e56e";
}
.icon-message-circle-x::before {
  content: "\e56f";
}
.icon-message-circle::before {
  content: "\e116";
}
.icon-message-square-code::before {
  content: "\e570";
}
.icon-message-square-dashed::before {
  content: "\e40f";
}
.icon-message-square-diff::before {
  content: "\e571";
}
.icon-message-square-dot::before {
  content: "\e572";
}
.icon-message-square-heart::before {
  content: "\e573";
}
.icon-message-square-lock::before {
  content: "\e630";
}
.icon-message-square-more::before {
  content: "\e574";
}
.icon-message-square-off::before {
  content: "\e575";
}
.icon-message-square-plus::before {
  content: "\e410";
}
.icon-message-square-quote::before {
  content: "\e576";
}
.icon-message-square-reply::before {
  content: "\e577";
}
.icon-message-square-share::before {
  content: "\e578";
}
.icon-message-square-text::before {
  content: "\e579";
}
.icon-message-square-warning::before {
  content: "\e57a";
}
.icon-message-square-x::before {
  content: "\e57b";
}
.icon-message-square::before {
  content: "\e117";
}
.icon-messages-square::before {
  content: "\e411";
}
.icon-mic-off::before {
  content: "\e119";
}
.icon-mic-vocal::before {
  content: "\e34d";
}
.icon-mic::before {
  content: "\e118";
}
.icon-microchip::before {
  content: "\e61e";
}
.icon-microscope::before {
  content: "\e2e4";
}
.icon-microwave::before {
  content: "\e37e";
}
.icon-milestone::before {
  content: "\e298";
}
.icon-milk-off::before {
  content: "\e39e";
}
.icon-milk::before {
  content: "\e39d";
}
.icon-minimize-2::before {
  content: "\e11b";
}
.icon-minimize::before {
  content: "\e11a";
}
.icon-minus::before {
  content: "\e11c";
}
.icon-monitor-check::before {
  content: "\e486";
}
.icon-monitor-cloud::before {
  content: "\e69d";
}
.icon-monitor-cog::before {
  content: "\e607";
}
.icon-monitor-dot::before {
  content: "\e487";
}
.icon-monitor-down::before {
  content: "\e425";
}
.icon-monitor-off::before {
  content: "\e1dc";
}
.icon-monitor-pause::before {
  content: "\e488";
}
.icon-monitor-play::before {
  content: "\e489";
}
.icon-monitor-smartphone::before {
  content: "\e3a6";
}
.icon-monitor-speaker::before {
  content: "\e210";
}
.icon-monitor-stop::before {
  content: "\e48a";
}
.icon-monitor-up::before {
  content: "\e426";
}
.icon-monitor-x::before {
  content: "\e48b";
}
.icon-monitor::before {
  content: "\e11d";
}
.icon-moon-star::before {
  content: "\e414";
}
.icon-moon::before {
  content: "\e11e";
}
.icon-motorbike::before {
  content: "\e69c";
}
.icon-mountain-snow::before {
  content: "\e232";
}
.icon-mountain::before {
  content: "\e231";
}
.icon-mouse-off::before {
  content: "\e5df";
}
.icon-mouse-pointer-2::before {
  content: "\e1c3";
}
.icon-mouse-pointer-ban::before {
  content: "\e5eb";
}
.icon-mouse-pointer-click::before {
  content: "\e120";
}
.icon-mouse-pointer::before {
  content: "\e11f";
}
.icon-mouse::before {
  content: "\e28e";
}
.icon-move-3d::before {
  content: "\e2e5";
}
.icon-move-diagonal-2::before {
  content: "\e1c5";
}
.icon-move-diagonal::before {
  content: "\e1c4";
}
.icon-move-down-left::before {
  content: "\e491";
}
.icon-move-down-right::before {
  content: "\e492";
}
.icon-move-down::before {
  content: "\e490";
}
.icon-move-horizontal::before {
  content: "\e1c6";
}
.icon-move-left::before {
  content: "\e493";
}
.icon-move-right::before {
  content: "\e494";
}
.icon-move-up-left::before {
  content: "\e496";
}
.icon-move-up-right::before {
  content: "\e497";
}
.icon-move-up::before {
  content: "\e495";
}
.icon-move-vertical::before {
  content: "\e1c7";
}
.icon-move::before {
  content: "\e121";
}
.icon-music-2::before {
  content: "\e34e";
}
.icon-music-3::before {
  content: "\e34f";
}
.icon-music-4::before {
  content: "\e350";
}
.icon-music::before {
  content: "\e122";
}
.icon-navigation-2-off::before {
  content: "\e2a7";
}
.icon-navigation-2::before {
  content: "\e124";
}
.icon-navigation-off::before {
  content: "\e2a8";
}
.icon-navigation::before {
  content: "\e123";
}
.icon-network::before {
  content: "\e125";
}
.icon-newspaper::before {
  content: "\e34c";
}
.icon-nfc::before {
  content: "\e3c7";
}
.icon-non-binary::before {
  content: "\e647";
}
.icon-notebook-pen::before {
  content: "\e59a";
}
.icon-notebook-tabs::before {
  content: "\e59b";
}
.icon-notebook-text::before {
  content: "\e59c";
}
.icon-notebook::before {
  content: "\e599";
}
.icon-notepad-text-dashed::before {
  content: "\e59e";
}
.icon-notepad-text::before {
  content: "\e59d";
}
.icon-nut-off::before {
  content: "\e3a0";
}
.icon-nut::before {
  content: "\e39f";
}
.icon-octagon-alert::before {
  content: "\e127";
}
.icon-octagon-minus::before {
  content: "\e62b";
}
.icon-octagon-pause::before {
  content: "\e21b";
}
.icon-octagon-x::before {
  content: "\e128";
}
.icon-octagon::before {
  content: "\e126";
}
.icon-omega::before {
  content: "\e61d";
}
.icon-option::before {
  content: "\e1f8";
}
.icon-orbit::before {
  content: "\e3eb";
}
.icon-origami::before {
  content: "\e5e7";
}
.icon-package-2::before {
  content: "\e344";
}
.icon-package-check::before {
  content: "\e266";
}
.icon-package-minus::before {
  content: "\e267";
}
.icon-package-open::before {
  content: "\e2cc";
}
.icon-package-plus::before {
  content: "\e268";
}
.icon-package-search::before {
  content: "\e269";
}
.icon-package-x::before {
  content: "\e26a";
}
.icon-package::before {
  content: "\e129";
}
.icon-paint-bucket::before {
  content: "\e2e6";
}
.icon-paint-roller::before {
  content: "\e5a2";
}
.icon-paintbrush-vertical::before {
  content: "\e2e8";
}
.icon-paintbrush::before {
  content: "\e2e7";
}
.icon-palette::before {
  content: "\e1dd";
}
.icon-panda::before {
  content: "\e66c";
}
.icon-panel-bottom-close::before {
  content: "\e431";
}
.icon-panel-bottom-dashed::before {
  content: "\e432";
}
.icon-panel-bottom-open::before {
  content: "\e433";
}
.icon-panel-bottom::before {
  content: "\e430";
}
.icon-panel-left-close::before {
  content: "\e21c";
}
.icon-panel-left-dashed::before {
  content: "\e434";
}
.icon-panel-left-open::before {
  content: "\e21d";
}
.icon-panel-left-right-dashed::before {
  content: "\e696";
}
.icon-panel-left::before {
  content: "\e12a";
}
.icon-panel-right-close::before {
  content: "\e436";
}
.icon-panel-right-dashed::before {
  content: "\e437";
}
.icon-panel-right-open::before {
  content: "\e438";
}
.icon-panel-right::before {
  content: "\e435";
}
.icon-panel-top-bottom-dashed::before {
  content: "\e697";
}
.icon-panel-top-close::before {
  content: "\e43a";
}
.icon-panel-top-dashed::before {
  content: "\e43b";
}
.icon-panel-top-open::before {
  content: "\e43c";
}
.icon-panel-top::before {
  content: "\e439";
}
.icon-panels-left-bottom::before {
  content: "\e12b";
}
.icon-panels-right-bottom::before {
  content: "\e58c";
}
.icon-panels-top-left::before {
  content: "\e12c";
}
.icon-paperclip::before {
  content: "\e12d";
}
.icon-parentheses::before {
  content: "\e448";
}
.icon-parking-meter::before {
  content: "\e504";
}
.icon-party-popper::before {
  content: "\e347";
}
.icon-pause::before {
  content: "\e12e";
}
.icon-paw-print::before {
  content: "\e4f9";
}
.icon-pc-case::before {
  content: "\e44a";
}
.icon-pen-line::before {
  content: "\e130";
}
.icon-pen-off::before {
  content: "\e5f2";
}
.icon-pen-tool::before {
  content: "\e131";
}
.icon-pen::before {
  content: "\e12f";
}
.icon-pencil-line::before {
  content: "\e4f4";
}
.icon-pencil-off::before {
  content: "\e5f3";
}
.icon-pencil-ruler::before {
  content: "\e4f5";
}
.icon-pencil::before {
  content: "\e1f9";
}
.icon-pentagon::before {
  content: "\e52f";
}
.icon-percent::before {
  content: "\e132";
}
.icon-person-standing::before {
  content: "\e21e";
}
.icon-philippine-peso::before {
  content: "\e608";
}
.icon-phone-call::before {
  content: "\e134";
}
.icon-phone-forwarded::before {
  content: "\e135";
}
.icon-phone-incoming::before {
  content: "\e136";
}
.icon-phone-missed::before {
  content: "\e137";
}
.icon-phone-off::before {
  content: "\e138";
}
.icon-phone-outgoing::before {
  content: "\e139";
}
.icon-phone::before {
  content: "\e133";
}
.icon-pi::before {
  content: "\e476";
}
.icon-piano::before {
  content: "\e565";
}
.icon-pickaxe::before {
  content: "\e5ca";
}
.icon-picture-in-picture-2::before {
  content: "\e3b3";
}
.icon-picture-in-picture::before {
  content: "\e3b2";
}
.icon-piggy-bank::before {
  content: "\e13a";
}
.icon-pilcrow-left::before {
  content: "\e5e0";
}
.icon-pilcrow-right::before {
  content: "\e5e1";
}
.icon-pilcrow::before {
  content: "\e3a7";
}
.icon-pill-bottle::before {
  content: "\e5ee";
}
.icon-pill::before {
  content: "\e3c1";
}
.icon-pin-off::before {
  content: "\e2b6";
}
.icon-pin::before {
  content: "\e259";
}
.icon-pipette::before {
  content: "\e13b";
}
.icon-pizza::before {
  content: "\e358";
}
.icon-plane-landing::before {
  content: "\e3d1";
}
.icon-plane-takeoff::before {
  content: "\e3d2";
}
.icon-plane::before {
  content: "\e1de";
}
.icon-play::before {
  content: "\e13c";
}
.icon-plug-2::before {
  content: "\e384";
}
.icon-plug-zap::before {
  content: "\e460";
}
.icon-plug::before {
  content: "\e383";
}
.icon-plus::before {
  content: "\e13d";
}
.icon-pocket-knife::before {
  content: "\e4a4";
}
.icon-pocket::before {
  content: "\e13e";
}
.icon-podcast::before {
  content: "\e1fa";
}
.icon-pointer-off::before {
  content: "\e583";
}
.icon-pointer::before {
  content: "\e1e8";
}
.icon-popcorn::before {
  content: "\e4c2";
}
.icon-popsicle::before {
  content: "\e4c3";
}
.icon-pound-sterling::before {
  content: "\e13f";
}
.icon-power-off::before {
  content: "\e209";
}
.icon-power::before {
  content: "\e140";
}
.icon-presentation::before {
  content: "\e4b2";
}
.icon-printer-check::before {
  content: "\e5f9";
}
.icon-printer::before {
  content: "\e141";
}
.icon-projector::before {
  content: "\e4b3";
}
.icon-proportions::before {
  content: "\e5d3";
}
.icon-puzzle::before {
  content: "\e29c";
}
.icon-pyramid::before {
  content: "\e530";
}
.icon-qr-code::before {
  content: "\e1df";
}
.icon-quote::before {
  content: "\e239";
}
.icon-rabbit::before {
  content: "\e4fa";
}
.icon-radar::before {
  content: "\e49b";
}
.icon-radiation::before {
  content: "\e446";
}
.icon-radical::before {
  content: "\e5c6";
}
.icon-radio-receiver::before {
  content: "\e1fb";
}
.icon-radio-tower::before {
  content: "\e408";
}
.icon-radio::before {
  content: "\e142";
}
.icon-radius::before {
  content: "\e531";
}
.icon-rail-symbol::before {
  content: "\e505";
}
.icon-rainbow::before {
  content: "\e4c6";
}
.icon-rat::before {
  content: "\e3ef";
}
.icon-ratio::before {
  content: "\e4ec";
}
.icon-receipt-cent::before {
  content: "\e5a9";
}
.icon-receipt-euro::before {
  content: "\e5aa";
}
.icon-receipt-indian-rupee::before {
  content: "\e5ab";
}
.icon-receipt-japanese-yen::before {
  content: "\e5ac";
}
.icon-receipt-pound-sterling::before {
  content: "\e5ad";
}
.icon-receipt-russian-ruble::before {
  content: "\e5ae";
}
.icon-receipt-swiss-franc::before {
  content: "\e5af";
}
.icon-receipt-text::before {
  content: "\e5b0";
}
.icon-receipt-turkish-lira::before {
  content: "\e683";
}
.icon-receipt::before {
  content: "\e3d7";
}
.icon-rectangle-circle::before {
  content: "\e677";
}
.icon-rectangle-ellipsis::before {
  content: "\e21f";
}
.icon-rectangle-goggles::before {
  content: "\e65a";
}
.icon-rectangle-horizontal::before {
  content: "\e37a";
}
.icon-rectangle-vertical::before {
  content: "\e37b";
}
.icon-recycle::before {
  content: "\e2e9";
}
.icon-redo-2::before {
  content: "\e2a0";
}
.icon-redo-dot::before {
  content: "\e454";
}
.icon-redo::before {
  content: "\e143";
}
.icon-refresh-ccw-dot::before {
  content: "\e4b6";
}
.icon-refresh-ccw::before {
  content: "\e144";
}
.icon-refresh-cw-off::before {
  content: "\e49c";
}
.icon-refresh-cw::before {
  content: "\e145";
}
.icon-refrigerator::before {
  content: "\e37f";
}
.icon-regex::before {
  content: "\e1fc";
}
.icon-remove-formatting::before {
  content: "\e3b7";
}
.icon-repeat-1::before {
  content: "\e1fd";
}
.icon-repeat-2::before {
  content: "\e415";
}
.icon-repeat::before {
  content: "\e146";
}
.icon-replace-all::before {
  content: "\e3e0";
}
.icon-replace::before {
  content: "\e3df";
}
.icon-reply-all::before {
  content: "\e22b";
}
.icon-reply::before {
  content: "\e22a";
}
.icon-rewind::before {
  content: "\e147";
}
.icon-ribbon::before {
  content: "\e55c";
}
.icon-rocket::before {
  content: "\e286";
}
.icon-rocking-chair::before {
  content: "\e233";
}
.icon-roller-coaster::before {
  content: "\e484";
}
.icon-rose::before {
  content: "\e695";
}
.icon-rotate-3d::before {
  content: "\e2ea";
}
.icon-rotate-ccw-key::before {
  content: "\e654";
}
.icon-rotate-ccw-square::before {
  content: "\e5d4";
}
.icon-rotate-ccw::before {
  content: "\e148";
}
.icon-rotate-cw-square::before {
  content: "\e5d5";
}
.icon-rotate-cw::before {
  content: "\e149";
}
.icon-route-off::before {
  content: "\e543";
}
.icon-route::before {
  content: "\e542";
}
.icon-router::before {
  content: "\e3c3";
}
.icon-rows-2::before {
  content: "\e43d";
}
.icon-rows-3::before {
  content: "\e58e";
}
.icon-rows-4::before {
  content: "\e58f";
}
.icon-rss::before {
  content: "\e14a";
}
.icon-ruler-dimension-line::before {
  content: "\e666";
}
.icon-ruler::before {
  content: "\e14b";
}
.icon-russian-ruble::before {
  content: "\e14c";
}
.icon-sailboat::before {
  content: "\e382";
}
.icon-salad::before {
  content: "\e3ac";
}
.icon-sandwich::before {
  content: "\e3ad";
}
.icon-satellite-dish::before {
  content: "\e44c";
}
.icon-satellite::before {
  content: "\e44b";
}
.icon-saudi-riyal::before {
  content: "\e64f";
}
.icon-save-all::before {
  content: "\e413";
}
.icon-save-off::before {
  content: "\e5f7";
}
.icon-save::before {
  content: "\e14d";
}
.icon-scale-3d::before {
  content: "\e2eb";
}
.icon-scale::before {
  content: "\e212";
}
.icon-scaling::before {
  content: "\e2ec";
}
.icon-scan-barcode::before {
  content: "\e539";
}
.icon-scan-eye::before {
  content: "\e53a";
}
.icon-scan-face::before {
  content: "\e375";
}
.icon-scan-heart::before {
  content: "\e63e";
}
.icon-scan-line::before {
  content: "\e258";
}
.icon-scan-qr-code::before {
  content: "\e5fa";
}
.icon-scan-search::before {
  content: "\e53b";
}
.icon-scan-text::before {
  content: "\e53c";
}
.icon-scan::before {
  content: "\e257";
}
.icon-school::before {
  content: "\e3e7";
}
.icon-scissors-line-dashed::before {
  content: "\e4ed";
}
.icon-scissors::before {
  content: "\e14e";
}
.icon-screen-share-off::before {
  content: "\e150";
}
.icon-screen-share::before {
  content: "\e14f";
}
.icon-scroll-text::before {
  content: "\e463";
}
.icon-scroll::before {
  content: "\e2ed";
}
.icon-search-check::before {
  content: "\e4ae";
}
.icon-search-code::before {
  content: "\e4af";
}
.icon-search-slash::before {
  content: "\e4b0";
}
.icon-search-x::before {
  content: "\e4b1";
}
.icon-search::before {
  content: "\e151";
}
.icon-section::before {
  content: "\e5ec";
}
.icon-send-horizontal::before {
  content: "\e4f6";
}
.icon-send-to-back::before {
  content: "\e4f7";
}
.icon-send::before {
  content: "\e152";
}
.icon-separator-horizontal::before {
  content: "\e1c8";
}
.icon-separator-vertical::before {
  content: "\e1c9";
}
.icon-server-cog::before {
  content: "\e345";
}
.icon-server-crash::before {
  content: "\e1e9";
}
.icon-server-off::before {
  content: "\e1ea";
}
.icon-server::before {
  content: "\e153";
}
.icon-settings-2::before {
  content: "\e245";
}
.icon-settings::before {
  content: "\e154";
}
.icon-shapes::before {
  content: "\e4b7";
}
.icon-share-2::before {
  content: "\e156";
}
.icon-share::before {
  content: "\e155";
}
.icon-sheet::before {
  content: "\e157";
}
.icon-shell::before {
  content: "\e4fb";
}
.icon-shield-alert::before {
  content: "\e1fe";
}
.icon-shield-ban::before {
  content: "\e159";
}
.icon-shield-check::before {
  content: "\e1ff";
}
.icon-shield-ellipsis::before {
  content: "\e51a";
}
.icon-shield-half::before {
  content: "\e51b";
}
.icon-shield-minus::before {
  content: "\e51c";
}
.icon-shield-off::before {
  content: "\e15a";
}
.icon-shield-plus::before {
  content: "\e51d";
}
.icon-shield-question-mark::before {
  content: "\e412";
}
.icon-shield-user::before {
  content: "\e64b";
}
.icon-shield-x::before {
  content: "\e200";
}
.icon-shield::before {
  content: "\e158";
}
.icon-ship-wheel::before {
  content: "\e506";
}
.icon-ship::before {
  content: "\e3be";
}
.icon-shirt::before {
  content: "\e1ca";
}
.icon-shopping-bag::before {
  content: "\e15b";
}
.icon-shopping-basket::before {
  content: "\e4ee";
}
.icon-shopping-cart::before {
  content: "\e15c";
}
.icon-shovel::before {
  content: "\e15d";
}
.icon-shower-head::before {
  content: "\e380";
}
.icon-shredder::before {
  content: "\e65f";
}
.icon-shrimp::before {
  content: "\e64d";
}
.icon-shrink::before {
  content: "\e220";
}
.icon-shrub::before {
  content: "\e2ee";
}
.icon-shuffle::before {
  content: "\e15e";
}
.icon-sigma::before {
  content: "\e201";
}
.icon-signal-high::before {
  content: "\e260";
}
.icon-signal-low::before {
  content: "\e261";
}
.icon-signal-medium::before {
  content: "\e262";
}
.icon-signal-zero::before {
  content: "\e263";
}
.icon-signal::before {
  content: "\e25f";
}
.icon-signature::before {
  content: "\e5f6";
}
.icon-signpost-big::before {
  content: "\e545";
}
.icon-signpost::before {
  content: "\e544";
}
.icon-siren::before {
  content: "\e2ef";
}
.icon-skip-back::before {
  content: "\e15f";
}
.icon-skip-forward::before {
  content: "\e160";
}
.icon-skull::before {
  content: "\e221";
}
.icon-slack::before {
  content: "\e161";
}
.icon-slash::before {
  content: "\e521";
}
.icon-slice::before {
  content: "\e2f0";
}
.icon-sliders-horizontal::before {
  content: "\e29a";
}
.icon-sliders-vertical::before {
  content: "\e162";
}
.icon-smartphone-charging::before {
  content: "\e22e";
}
.icon-smartphone-nfc::before {
  content: "\e3c8";
}
.icon-smartphone::before {
  content: "\e163";
}
.icon-smile-plus::before {
  content: "\e301";
}
.icon-smile::before {
  content: "\e164";
}
.icon-snail::before {
  content: "\e4fc";
}
.icon-snowflake::before {
  content: "\e165";
}
.icon-soap-dispenser-droplet::before {
  content: "\e66d";
}
.icon-sofa::before {
  content: "\e2c4";
}
.icon-soup::before {
  content: "\e3ae";
}
.icon-space::before {
  content: "\e3e1";
}
.icon-spade::before {
  content: "\e49d";
}
.icon-sparkle::before {
  content: "\e482";
}
.icon-sparkles::before {
  content: "\e416";
}
.icon-speaker::before {
  content: "\e166";
}
.icon-speech::before {
  content: "\e522";
}
.icon-spell-check-2::before {
  content: "\e49f";
}
.icon-spell-check::before {
  content: "\e49e";
}
.icon-spline-pointer::before {
  content: "\e653";
}
.icon-spline::before {
  content: "\e38f";
}
.icon-split::before {
  content: "\e444";
}
.icon-spool::before {
  content: "\e67b";
}
.icon-spotlight::before {
  content: "\e686";
}
.icon-spray-can::before {
  content: "\e499";
}
.icon-sprout::before {
  content: "\e1eb";
}
.icon-square-activity::before {
  content: "\e4b8";
}
.icon-square-arrow-down-left::before {
  content: "\e4b9";
}
.icon-square-arrow-down-right::before {
  content: "\e4ba";
}
.icon-square-arrow-down::before {
  content: "\e42b";
}
.icon-square-arrow-left::before {
  content: "\e42c";
}
.icon-square-arrow-out-down-left::before {
  content: "\e5a5";
}
.icon-square-arrow-out-down-right::before {
  content: "\e5a6";
}
.icon-square-arrow-out-up-left::before {
  content: "\e5a7";
}
.icon-square-arrow-out-up-right::before {
  content: "\e5a8";
}
.icon-square-arrow-right::before {
  content: "\e42d";
}
.icon-square-arrow-up-left::before {
  content: "\e4bb";
}
.icon-square-arrow-up-right::before {
  content: "\e4bc";
}
.icon-square-arrow-up::before {
  content: "\e42e";
}
.icon-square-asterisk::before {
  content: "\e168";
}
.icon-square-bottom-dashed-scissors::before {
  content: "\e4ef";
}
.icon-square-chart-gantt::before {
  content: "\e169";
}
.icon-square-check-big::before {
  content: "\e16a";
}
.icon-square-check::before {
  content: "\e55d";
}
.icon-square-chevron-down::before {
  content: "\e3d3";
}
.icon-square-chevron-left::before {
  content: "\e3d4";
}
.icon-square-chevron-right::before {
  content: "\e3d5";
}
.icon-square-chevron-up::before {
  content: "\e3d6";
}
.icon-square-code::before {
  content: "\e16b";
}
.icon-square-dashed-bottom-code::before {
  content: "\e4c5";
}
.icon-square-dashed-bottom::before {
  content: "\e4c4";
}
.icon-square-dashed-kanban::before {
  content: "\e16c";
}
.icon-square-dashed-mouse-pointer::before {
  content: "\e50d";
}
.icon-square-dashed-top-solid::before {
  content: "\e670";
}
.icon-square-dashed::before {
  content: "\e1cb";
}
.icon-square-divide::before {
  content: "\e16d";
}
.icon-square-dot::before {
  content: "\e16e";
}
.icon-square-equal::before {
  content: "\e16f";
}
.icon-square-function::before {
  content: "\e22d";
}
.icon-square-kanban::before {
  content: "\e170";
}
.icon-square-library::before {
  content: "\e553";
}
.icon-square-m::before {
  content: "\e507";
}
.icon-square-menu::before {
  content: "\e457";
}
.icon-square-minus::before {
  content: "\e171";
}
.icon-square-mouse-pointer::before {
  content: "\e202";
}
.icon-square-parking-off::before {
  content: "\e3d0";
}
.icon-square-parking::before {
  content: "\e3cf";
}
.icon-square-pause::before {
  content: "\e688";
}
.icon-square-pen::before {
  content: "\e172";
}
.icon-square-percent::before {
  content: "\e520";
}
.icon-square-pi::before {
  content: "\e48c";
}
.icon-square-pilcrow::before {
  content: "\e48f";
}
.icon-square-play::before {
  content: "\e485";
}
.icon-square-plus::before {
  content: "\e173";
}
.icon-square-power::before {
  content: "\e555";
}
.icon-square-radical::before {
  content: "\e5c7";
}
.icon-square-round-corner::before {
  content: "\e64c";
}
.icon-square-scissors::before {
  content: "\e4f0";
}
.icon-square-sigma::before {
  content: "\e48d";
}
.icon-square-slash::before {
  content: "\e174";
}
.icon-square-split-horizontal::before {
  content: "\e3ba";
}
.icon-square-split-vertical::before {
  content: "\e3bb";
}
.icon-square-square::before {
  content: "\e612";
}
.icon-square-stack::before {
  content: "\e4a6";
}
.icon-square-star::before {
  content: "\e692";
}
.icon-square-stop::before {
  content: "\e689";
}
.icon-square-terminal::before {
  content: "\e20a";
}
.icon-square-user-round::before {
  content: "\e46a";
}
.icon-square-user::before {
  content: "\e469";
}
.icon-square-x::before {
  content: "\e175";
}
.icon-square::before {
  content: "\e167";
}
.icon-squares-exclude::before {
  content: "\e65b";
}
.icon-squares-intersect::before {
  content: "\e65c";
}
.icon-squares-subtract::before {
  content: "\e65d";
}
.icon-squares-unite::before {
  content: "\e65e";
}
.icon-squircle-dashed::before {
  content: "\e67d";
}
.icon-squircle::before {
  content: "\e57e";
}
.icon-squirrel::before {
  content: "\e4a3";
}
.icon-stamp::before {
  content: "\e3bf";
}
.icon-star-half::before {
  content: "\e20b";
}
.icon-star-off::before {
  content: "\e2b0";
}
.icon-star::before {
  content: "\e176";
}
.icon-step-back::before {
  content: "\e3ed";
}
.icon-step-forward::before {
  content: "\e3ee";
}
.icon-stethoscope::before {
  content: "\e2f1";
}
.icon-sticker::before {
  content: "\e302";
}
.icon-sticky-note::before {
  content: "\e303";
}
.icon-store::before {
  content: "\e3e8";
}
.icon-stretch-horizontal::before {
  content: "\e27c";
}
.icon-stretch-vertical::before {
  content: "\e27d";
}
.icon-strikethrough::before {
  content: "\e177";
}
.icon-subscript::before {
  content: "\e25c";
}
.icon-sun-dim::before {
  content: "\e299";
}
.icon-sun-medium::before {
  content: "\e2b1";
}
.icon-sun-moon::before {
  content: "\e2b2";
}
.icon-sun-snow::before {
  content: "\e376";
}
.icon-sun::before {
  content: "\e178";
}
.icon-sunrise::before {
  content: "\e179";
}
.icon-sunset::before {
  content: "\e17a";
}
.icon-superscript::before {
  content: "\e25e";
}
.icon-swatch-book::before {
  content: "\e5a3";
}
.icon-swiss-franc::before {
  content: "\e17b";
}
.icon-switch-camera::before {
  content: "\e17c";
}
.icon-sword::before {
  content: "\e2b3";
}
.icon-swords::before {
  content: "\e2b4";
}
.icon-syringe::before {
  content: "\e2f2";
}
.icon-table-2::before {
  content: "\e2f9";
}
.icon-table-cells-merge::before {
  content: "\e5cb";
}
.icon-table-cells-split::before {
  content: "\e5cc";
}
.icon-table-columns-split::before {
  content: "\e5cd";
}
.icon-table-of-contents::before {
  content: "\e622";
}
.icon-table-properties::before {
  content: "\e4df";
}
.icon-table-rows-split::before {
  content: "\e5ce";
}
.icon-table::before {
  content: "\e17d";
}
.icon-tablet-smartphone::before {
  content: "\e50e";
}
.icon-tablet::before {
  content: "\e17e";
}
.icon-tablets::before {
  content: "\e3c2";
}
.icon-tag::before {
  content: "\e17f";
}
.icon-tags::before {
  content: "\e360";
}
.icon-tally-1::before {
  content: "\e4da";
}
.icon-tally-2::before {
  content: "\e4db";
}
.icon-tally-3::before {
  content: "\e4dc";
}
.icon-tally-4::before {
  content: "\e4dd";
}
.icon-tally-5::before {
  content: "\e4de";
}
.icon-tangent::before {
  content: "\e532";
}
.icon-target::before {
  content: "\e180";
}
.icon-telescope::before {
  content: "\e5c9";
}
.icon-tent-tree::before {
  content: "\e53f";
}
.icon-tent::before {
  content: "\e227";
}
.icon-terminal::before {
  content: "\e181";
}
.icon-test-tube-diagonal::before {
  content: "\e40a";
}
.icon-test-tube::before {
  content: "\e409";
}
.icon-test-tubes::before {
  content: "\e40b";
}
.icon-text-align-center::before {
  content: "\e182";
}
.icon-text-align-end::before {
  content: "\e183";
}
.icon-text-align-justify::before {
  content: "\e184";
}
.icon-text-align-start::before {
  content: "\e185";
}
.icon-text-cursor-input::before {
  content: "\e265";
}
.icon-text-cursor::before {
  content: "\e264";
}
.icon-text-initial::before {
  content: "\e609";
}
.icon-text-quote::before {
  content: "\e4a2";
}
.icon-text-search::before {
  content: "\e5b1";
}
.icon-text-select::before {
  content: "\e3e2";
}
.icon-text-wrap::before {
  content: "\e248";
}
.icon-theater::before {
  content: "\e526";
}
.icon-thermometer-snowflake::before {
  content: "\e187";
}
.icon-thermometer-sun::before {
  content: "\e188";
}
.icon-thermometer::before {
  content: "\e186";
}
.icon-thumbs-down::before {
  content: "\e189";
}
.icon-thumbs-up::before {
  content: "\e18a";
}
.icon-ticket-check::before {
  content: "\e5b2";
}
.icon-ticket-minus::before {
  content: "\e5b3";
}
.icon-ticket-percent::before {
  content: "\e5b4";
}
.icon-ticket-plus::before {
  content: "\e5b5";
}
.icon-ticket-slash::before {
  content: "\e5b6";
}
.icon-ticket-x::before {
  content: "\e5b7";
}
.icon-ticket::before {
  content: "\e20f";
}
.icon-tickets-plane::before {
  content: "\e627";
}
.icon-tickets::before {
  content: "\e626";
}
.icon-timer-off::before {
  content: "\e249";
}
.icon-timer-reset::before {
  content: "\e236";
}
.icon-timer::before {
  content: "\e1e0";
}
.icon-toggle-left::before {
  content: "\e18b";
}
.icon-toggle-right::before {
  content: "\e18c";
}
.icon-toilet::before {
  content: "\e639";
}
.icon-tool-case::before {
  content: "\e681";
}
.icon-tornado::before {
  content: "\e218";
}
.icon-torus::before {
  content: "\e533";
}
.icon-touchpad-off::before {
  content: "\e44e";
}
.icon-touchpad::before {
  content: "\e44d";
}
.icon-tower-control::before {
  content: "\e3c0";
}
.icon-toy-brick::before {
  content: "\e34b";
}
.icon-tractor::before {
  content: "\e508";
}
.icon-traffic-cone::before {
  content: "\e509";
}
.icon-train-front-tunnel::before {
  content: "\e50b";
}
.icon-train-front::before {
  content: "\e50a";
}
.icon-train-track::before {
  content: "\e50c";
}
.icon-tram-front::before {
  content: "\e2a9";
}
.icon-transgender::before {
  content: "\e648";
}
.icon-trash-2::before {
  content: "\e18e";
}
.icon-trash::before {
  content: "\e18d";
}
.icon-tree-deciduous::before {
  content: "\e2f3";
}
.icon-tree-palm::before {
  content: "\e281";
}
.icon-tree-pine::before {
  content: "\e2f4";
}
.icon-trees::before {
  content: "\e2f5";
}
.icon-trello::before {
  content: "\e18f";
}
.icon-trending-down::before {
  content: "\e190";
}
.icon-trending-up-down::before {
  content: "\e629";
}
.icon-trending-up::before {
  content: "\e191";
}
.icon-triangle-alert::before {
  content: "\e193";
}
.icon-triangle-dashed::before {
  content: "\e641";
}
.icon-triangle-right::before {
  content: "\e4f1";
}
.icon-triangle::before {
  content: "\e192";
}
.icon-trophy::before {
  content: "\e377";
}
.icon-truck-electric::before {
  content: "\e663";
}
.icon-truck::before {
  content: "\e194";
}
.icon-turkish-lira::before {
  content: "\e684";
}
.icon-turntable::before {
  content: "\e690";
}
.icon-turtle::before {
  content: "\e4fd";
}
.icon-tv-minimal-play::before {
  content: "\e5f0";
}
.icon-tv-minimal::before {
  content: "\e203";
}
.icon-tv::before {
  content: "\e195";
}
.icon-twitch::before {
  content: "\e196";
}
.icon-twitter::before {
  content: "\e197";
}
.icon-type-outline::before {
  content: "\e606";
}
.icon-type::before {
  content: "\e198";
}
.icon-umbrella-off::before {
  content: "\e547";
}
.icon-umbrella::before {
  content: "\e199";
}
.icon-underline::before {
  content: "\e19a";
}
.icon-undo-2::before {
  content: "\e2a1";
}
.icon-undo-dot::before {
  content: "\e455";
}
.icon-undo::before {
  content: "\e19b";
}
.icon-unfold-horizontal::before {
  content: "\e441";
}
.icon-unfold-vertical::before {
  content: "\e442";
}
.icon-ungroup::before {
  content: "\e46b";
}
.icon-university::before {
  content: "\e3e9";
}
.icon-unlink-2::before {
  content: "\e19d";
}
.icon-unlink::before {
  content: "\e19c";
}
.icon-unplug::before {
  content: "\e461";
}
.icon-upload::before {
  content: "\e19e";
}
.icon-usb::before {
  content: "\e35a";
}
.icon-user-check::before {
  content: "\e1a0";
}
.icon-user-cog::before {
  content: "\e346";
}
.icon-user-lock::before {
  content: "\e664";
}
.icon-user-minus::before {
  content: "\e1a1";
}
.icon-user-pen::before {
  content: "\e600";
}
.icon-user-plus::before {
  content: "\e1a2";
}
.icon-user-round-check::before {
  content: "\e46d";
}
.icon-user-round-cog::before {
  content: "\e46e";
}
.icon-user-round-minus::before {
  content: "\e46f";
}
.icon-user-round-pen::before {
  content: "\e601";
}
.icon-user-round-plus::before {
  content: "\e470";
}
.icon-user-round-search::before {
  content: "\e57c";
}
.icon-user-round-x::before {
  content: "\e471";
}
.icon-user-round::before {
  content: "\e46c";
}
.icon-user-search::before {
  content: "\e57d";
}
.icon-user-star::before {
  content: "\e68b";
}
.icon-user-x::before {
  content: "\e1a3";
}
.icon-user::before {
  content: "\e19f";
}
.icon-users-round::before {
  content: "\e472";
}
.icon-users::before {
  content: "\e1a4";
}
.icon-utensils-crossed::before {
  content: "\e2f7";
}
.icon-utensils::before {
  content: "\e2f6";
}
.icon-utility-pole::before {
  content: "\e3c6";
}
.icon-variable::before {
  content: "\e477";
}
.icon-vault::before {
  content: "\e593";
}
.icon-vector-square::before {
  content: "\e680";
}
.icon-vegan::before {
  content: "\e3a1";
}
.icon-venetian-mask::before {
  content: "\e2aa";
}
.icon-venus-and-mars::before {
  content: "\e64a";
}
.icon-venus::before {
  content: "\e649";
}
.icon-vibrate-off::before {
  content: "\e29d";
}
.icon-vibrate::before {
  content: "\e223";
}
.icon-video-off::before {
  content: "\e1a6";
}
.icon-video::before {
  content: "\e1a5";
}
.icon-videotape::before {
  content: "\e4cf";
}
.icon-view::before {
  content: "\e1a7";
}
.icon-voicemail::before {
  content: "\e1a8";
}
.icon-volleyball::before {
  content: "\e633";
}
.icon-volume-1::before {
  content: "\e1aa";
}
.icon-volume-2::before {
  content: "\e1ab";
}
.icon-volume-off::before {
  content: "\e62a";
}
.icon-volume-x::before {
  content: "\e1ac";
}
.icon-volume::before {
  content: "\e1a9";
}
.icon-vote::before {
  content: "\e3b1";
}
.icon-wallet-cards::before {
  content: "\e4d0";
}
.icon-wallet-minimal::before {
  content: "\e4d1";
}
.icon-wallet::before {
  content: "\e204";
}
.icon-wallpaper::before {
  content: "\e44f";
}
.icon-wand-sparkles::before {
  content: "\e35b";
}
.icon-wand::before {
  content: "\e246";
}
.icon-warehouse::before {
  content: "\e3ea";
}
.icon-washing-machine::before {
  content: "\e594";
}
.icon-watch::before {
  content: "\e1ad";
}
.icon-waves-ladder::before {
  content: "\e63f";
}
.icon-waves::before {
  content: "\e283";
}
.icon-waypoints::before {
  content: "\e546";
}
.icon-webcam::before {
  content: "\e205";
}
.icon-webhook-off::before {
  content: "\e5bb";
}
.icon-webhook::before {
  content: "\e378";
}
.icon-weight::before {
  content: "\e534";
}
.icon-wheat-off::before {
  content: "\e3a3";
}
.icon-wheat::before {
  content: "\e3a2";
}
.icon-whole-word::before {
  content: "\e3e3";
}
.icon-wifi-cog::before {
  content: "\e678";
}
.icon-wifi-high::before {
  content: "\e5fb";
}
.icon-wifi-low::before {
  content: "\e5fc";
}
.icon-wifi-off::before {
  content: "\e1af";
}
.icon-wifi-pen::before {
  content: "\e667";
}
.icon-wifi-sync::before {
  content: "\e685";
}
.icon-wifi-zero::before {
  content: "\e5fd";
}
.icon-wifi::before {
  content: "\e1ae";
}
.icon-wind-arrow-down::before {
  content: "\e635";
}
.icon-wind::before {
  content: "\e1b0";
}
.icon-wine-off::before {
  content: "\e3a4";
}
.icon-wine::before {
  content: "\e2f8";
}
.icon-workflow::before {
  content: "\e429";
}
.icon-worm::before {
  content: "\e5de";
}
.icon-wrench::before {
  content: "\e1b1";
}
.icon-x::before {
  content: "\e1b2";
}
.icon-youtube::before {
  content: "\e1b3";
}
.icon-zap-off::before {
  content: "\e1b5";
}
.icon-zap::before {
  content: "\e1b4";
}
.icon-zoom-in::before {
  content: "\e1b6";
}
.icon-zoom-out::before {
  content: "\e1b7";
}
/*!
*   _____       _             __                 _____                               ______ _       _   _
*  |_   _|     | |           / _|               |_   _|                             |  ____| |     | | (_)
*    | |  _ __ | |_ ___ _ __| |_ __ _  ___ ___    | |  ___ ___  _ __  ___   ______  | |__  | | __ _| |_ _  ___ ___  _ __
*    | | | '_ \| __/ _ \ '__|  _/ _` |/ __/ _ \   | | / __/ _ \| '_ \/ __| |______| |  __| | |/ _` | __| |/ __/ _ \| '_ \
*   _| |_| | | | ||  __/ |  | || (_| | (_|  __/  _| || (_| (_) | | | \__ \          | |    | | (_| | |_| | (_| (_) | | | |
*  |_____|_| |_|\__\___|_|  |_| \__,_|\___\___| |_____\___\___/|_| |_|___/          |_|    |_|\__,_|\__|_|\___\___/|_| |_|
*
*                         UIcons 2.4.2 - https://www.flaticon.com/uicons/interface-icons
*/
@font-face {
  font-family: uicons-brands;
  src:
    url("./media/uicons-brands-XJPKRNBN-XJPKRNBN.woff2") format("woff2"),
    url("./media/uicons-brands-PQBQF6T3-PQBQF6T3.woff") format("woff"),
    url("./media/uicons-brands-ZJWE2ELA-ZJWE2ELA.eot#iefix") format("embedded-opentype");
  font-display: swap;
}
i[class^=fi-brands-]:before,
i[class*=" fi-brands-"]:before,
span[class^=fi-brands-]:before,
span[class*=fi-brands-]:before {
  font-family: uicons-brands !important;
  font-style: normal;
  font-weight: 400 !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.variable-selector-00:before {
  content: "\fe00";
}
.variable-selector-01:before {
  content: "\fe01";
}
.variable-selector-02:before {
  content: "\fe02";
}
.variable-selector-03:before {
  content: "\fe03";
}
.variable-selector-04:before {
  content: "\fe04";
}
.variable-selector-05:before {
  content: "\fe05";
}
.variable-selector-06:before {
  content: "\fe06";
}
.variable-selector-07:before {
  content: "\fe07";
}
.variable-selector-08:before {
  content: "\fe08";
}
.variable-selector-09:before {
  content: "\fe09";
}
.variable-selector-0a:before {
  content: "\fe0a";
}
.variable-selector-0b:before {
  content: "\fe0b";
}
.variable-selector-0c:before {
  content: "\fe0c";
}
.variable-selector-0d:before {
  content: "\fe0d";
}
.variable-selector-0e:before {
  content: "\fe0e";
}
.variable-selector-0f:before {
  content: "\fe0f";
}
.combining-half-marks-00:before {
  content: "\fe20";
}
.combining-half-marks-01:before {
  content: "\fe21";
}
.combining-half-marks-02:before {
  content: "\fe22";
}
.combining-half-marks-03:before {
  content: "\fe23";
}
.combining-half-marks-04:before {
  content: "\fe24";
}
.combining-half-marks-05:before {
  content: "\fe25";
}
.combining-half-marks-06:before {
  content: "\fe26";
}
.combining-half-marks-07:before {
  content: "\fe27";
}
.combining-half-marks-08:before {
  content: "\fe28";
}
.combining-half-marks-09:before {
  content: "\fe29";
}
.combining-half-marks-0a:before {
  content: "\fe2a";
}
.combining-half-marks-0b:before {
  content: "\fe2b";
}
.combining-half-marks-0c:before {
  content: "\fe2c";
}
.combining-half-marks-0d:before {
  content: "\fe2d";
}
.combining-half-marks-0e:before {
  content: "\fe2e";
}
.combining-half-marks-0f:before {
  content: "\fe2f";
}
.zero-width-no-break-space-0f:before {
  content: "\feff";
}
.fi-brands-3m:before {
  content: "\f101";
}
.fi-brands-500px:before {
  content: "\f102";
}
.fi-brands-abbot-laboratories:before {
  content: "\f103";
}
.fi-brands-accusoft:before {
  content: "\f104";
}
.fi-brands-acrobat:before {
  content: "\f105";
}
.fi-brands-adobe:before {
  content: "\f106";
}
.fi-brands-aecom:before {
  content: "\f107";
}
.fi-brands-aero:before {
  content: "\f108";
}
.fi-brands-after-effects:before {
  content: "\f109";
}
.fi-brands-airbnb:before {
  content: "\f10a";
}
.fi-brands-algolia:before {
  content: "\f10b";
}
.fi-brands-amd:before {
  content: "\f10c";
}
.fi-brands-american-express:before {
  content: "\f10d";
}
.fi-brands-android:before {
  content: "\f10e";
}
.fi-brands-animate:before {
  content: "\f10f";
}
.fi-brands-app-store-ios:before {
  content: "\f110";
}
.fi-brands-apple-pay:before {
  content: "\f111";
}
.fi-brands-apple:before {
  content: "\f112";
}
.fi-brands-artstation:before {
  content: "\f113";
}
.fi-brands-astrazeneca:before {
  content: "\f114";
}
.fi-brands-asus:before {
  content: "\f115";
}
.fi-brands-atandt:before {
  content: "\f116";
}
.fi-brands-atlassian:before {
  content: "\f117";
}
.fi-brands-atom:before {
  content: "\f118";
}
.fi-brands-audition:before {
  content: "\f119";
}
.fi-brands-behance:before {
  content: "\f11a";
}
.fi-brands-bitcoin:before {
  content: "\f11b";
}
.fi-brands-blackberry:before {
  content: "\f11c";
}
.fi-brands-blogger:before {
  content: "\f11d";
}
.fi-brands-bluetooth:before {
  content: "\f11e";
}
.fi-brands-bootstrap:before {
  content: "\f11f";
}
.fi-brands-bridgestone:before {
  content: "\f120";
}
.fi-brands-burger-king:before {
  content: "\f121";
}
.fi-brands-c:before {
  content: "\f122";
}
.fi-brands-capture:before {
  content: "\f123";
}
.fi-brands-cc-amazon-pay:before {
  content: "\f124";
}
.fi-brands-cc-apple-pay:before {
  content: "\f125";
}
.fi-brands-cc-diners-club:before {
  content: "\f126";
}
.fi-brands-cc-visa:before {
  content: "\f127";
}
.fi-brands-centos:before {
  content: "\f128";
}
.fi-brands-character:before {
  content: "\f129";
}
.fi-brands-chromecast:before {
  content: "\f12a";
}
.fi-brands-cloudflare:before {
  content: "\f12b";
}
.fi-brands-confluence:before {
  content: "\f12c";
}
.fi-brands-creative-commons-by:before {
  content: "\f12d";
}
.fi-brands-creative-commons-nc-eu:before {
  content: "\f12e";
}
.fi-brands-creative-commons-nc-jp:before {
  content: "\f12f";
}
.fi-brands-creative-commons-nc:before {
  content: "\f130";
}
.fi-brands-creative-commons-nd:before {
  content: "\f131";
}
.fi-brands-creative-commons-pd-alt:before {
  content: "\f132";
}
.fi-brands-creative-commons-pd:before {
  content: "\f133";
}
.fi-brands-creative-commons-remix:before {
  content: "\f134";
}
.fi-brands-creative-commons-sa:before {
  content: "\f135";
}
.fi-brands-creative-commons-sampling-plus:before {
  content: "\f136";
}
.fi-brands-creative-commons-sampling:before {
  content: "\f137";
}
.fi-brands-creative-commons-share:before {
  content: "\f138";
}
.fi-brands-creative-commons-zero:before {
  content: "\f139";
}
.fi-brands-creative-commons:before {
  content: "\f13a";
}
.fi-brands-css3-alt:before {
  content: "\f13b";
}
.fi-brands-css3:before {
  content: "\f13c";
}
.fi-brands-dailymotion:before {
  content: "\f13d";
}
.fi-brands-deezer:before {
  content: "\f13e";
}
.fi-brands-delphi:before {
  content: "\f13f";
}
.fi-brands-dev:before {
  content: "\f140";
}
.fi-brands-devianart:before {
  content: "\f141";
}
.fi-brands-digg:before {
  content: "\f142";
}
.fi-brands-dimension:before {
  content: "\f143";
}
.fi-brands-discord:before {
  content: "\f144";
}
.fi-brands-docker:before {
  content: "\f145";
}
.fi-brands-dribbble:before {
  content: "\f146";
}
.fi-brands-dropbox:before {
  content: "\f147";
}
.fi-brands-drupal:before {
  content: "\f148";
}
.fi-brands-ebay:before {
  content: "\f149";
}
.fi-brands-elementor:before {
  content: "\f14a";
}
.fi-brands-ethereum:before {
  content: "\f14b";
}
.fi-brands-etsy:before {
  content: "\f14c";
}
.fi-brands-evernote:before {
  content: "\f14d";
}
.fi-brands-facebook-messenger:before {
  content: "\f14e";
}
.fi-brands-facebook:before {
  content: "\f14f";
}
.fi-brands-fedex:before {
  content: "\f150";
}
.fi-brands-figma:before {
  content: "\f151";
}
.fi-brands-firefox-browser:before {
  content: "\f152";
}
.fi-brands-firefox:before {
  content: "\f153";
}
.fi-brands-flaticon-1:before {
  content: "\f154";
}
.fi-brands-flaticon:before {
  content: "\f155";
}
.fi-brands-flickr:before {
  content: "\f156";
}
.fi-brands-flipboard:before {
  content: "\f157";
}
.fi-brands-fonts:before {
  content: "\f158";
}
.fi-brands-foursquare:before {
  content: "\f159";
}
.fi-brands-freepik-1:before {
  content: "\f15a";
}
.fi-brands-freepik:before {
  content: "\f15b";
}
.fi-brands-fresco:before {
  content: "\f15c";
}
.fi-brands-github:before {
  content: "\f15d";
}
.fi-brands-gitlab:before {
  content: "\f15e";
}
.fi-brands-goodreads:before {
  content: "\f15f";
}
.fi-brands-google:before {
  content: "\f160";
}
.fi-brands-haskell:before {
  content: "\f161";
}
.fi-brands-hbo:before {
  content: "\f162";
}
.fi-brands-hotjar:before {
  content: "\f163";
}
.fi-brands-html5:before {
  content: "\f164";
}
.fi-brands-huawei:before {
  content: "\f165";
}
.fi-brands-hubspot:before {
  content: "\f166";
}
.fi-brands-ibm:before {
  content: "\f167";
}
.fi-brands-iconfinder:before {
  content: "\f168";
}
.fi-brands-illustrator-draw:before {
  content: "\f169";
}
.fi-brands-illustrator:before {
  content: "\f16a";
}
.fi-brands-imdb:before {
  content: "\f16b";
}
.fi-brands-incopy:before {
  content: "\f16c";
}
.fi-brands-indesign:before {
  content: "\f16d";
}
.fi-brands-instagram:before {
  content: "\f16e";
}
.fi-brands-intel:before {
  content: "\f16f";
}
.fi-brands-invision:before {
  content: "\f170";
}
.fi-brands-itunes:before {
  content: "\f171";
}
.fi-brands-janseen:before {
  content: "\f172";
}
.fi-brands-java:before {
  content: "\f173";
}
.fi-brands-jcb:before {
  content: "\f174";
}
.fi-brands-jira:before {
  content: "\f175";
}
.fi-brands-johnson-and-johnson:before {
  content: "\f176";
}
.fi-brands-joomla:before {
  content: "\f177";
}
.fi-brands-js:before {
  content: "\f178";
}
.fi-brands-kickstarter:before {
  content: "\f179";
}
.fi-brands-line:before {
  content: "\f17a";
}
.fi-brands-linkedin:before {
  content: "\f17b";
}
.fi-brands-lisp:before {
  content: "\f17c";
}
.fi-brands-mailchimp:before {
  content: "\f17d";
}
.fi-brands-marriott-international:before {
  content: "\f17e";
}
.fi-brands-mcdonalds:before {
  content: "\f17f";
}
.fi-brands-media-encoder:before {
  content: "\f180";
}
.fi-brands-medium:before {
  content: "\f181";
}
.fi-brands-meta:before {
  content: "\f182";
}
.fi-brands-microsoft-edge:before {
  content: "\f183";
}
.fi-brands-microsoft-explorer:before {
  content: "\f184";
}
.fi-brands-microsoft:before {
  content: "\f185";
}
.fi-brands-mysql:before {
  content: "\f186";
}
.fi-brands-napster:before {
  content: "\f187";
}
.fi-brands-nestle:before {
  content: "\f188";
}
.fi-brands-netflix:before {
  content: "\f189";
}
.fi-brands-node-js:before {
  content: "\f18a";
}
.fi-brands-nvidia:before {
  content: "\f18b";
}
.fi-brands-oracle:before {
  content: "\f18c";
}
.fi-brands-patreon:before {
  content: "\f18d";
}
.fi-brands-paypal:before {
  content: "\f18e";
}
.fi-brands-pfizer:before {
  content: "\f18f";
}
.fi-brands-photoshop-camera:before {
  content: "\f190";
}
.fi-brands-photoshop-express:before {
  content: "\f191";
}
.fi-brands-photoshop-lightroom-classic:before {
  content: "\f192";
}
.fi-brands-photoshop-lightroom:before {
  content: "\f193";
}
.fi-brands-photoshop:before {
  content: "\f194";
}
.fi-brands-php:before {
  content: "\f195";
}
.fi-brands-pinterest:before {
  content: "\f196";
}
.fi-brands-postgre:before {
  content: "\f197";
}
.fi-brands-premiere-rush:before {
  content: "\f198";
}
.fi-brands-premiere:before {
  content: "\f199";
}
.fi-brands-product-hunt:before {
  content: "\f19a";
}
.fi-brands-python:before {
  content: "\f19b";
}
.fi-brands-raspberry-pi:before {
  content: "\f19c";
}
.fi-brands-reddit:before {
  content: "\f19d";
}
.fi-brands-samsung:before {
  content: "\f19e";
}
.fi-brands-sap:before {
  content: "\f19f";
}
.fi-brands-sass:before {
  content: "\f1a0";
}
.fi-brands-shopify:before {
  content: "\f1a1";
}
.fi-brands-siemens:before {
  content: "\f1a2";
}
.fi-brands-sketch:before {
  content: "\f1a3";
}
.fi-brands-skype:before {
  content: "\f1a4";
}
.fi-brands-slack:before {
  content: "\f1a5";
}
.fi-brands-slidesgo:before {
  content: "\f1a6";
}
.fi-brands-snapchat:before {
  content: "\f1a7";
}
.fi-brands-sony:before {
  content: "\f1a8";
}
.fi-brands-soundcloud:before {
  content: "\f1a9";
}
.fi-brands-spark:before {
  content: "\f1aa";
}
.fi-brands-spotify:before {
  content: "\f1ab";
}
.fi-brands-starbucks:before {
  content: "\f1ac";
}
.fi-brands-stock:before {
  content: "\f1ad";
}
.fi-brands-storyset:before {
  content: "\f1ae";
}
.fi-brands-stripe:before {
  content: "\f1af";
}
.fi-brands-substance-3d-designer:before {
  content: "\f1b0";
}
.fi-brands-substance-3d-painter:before {
  content: "\f1b1";
}
.fi-brands-substance-3d-sampler:before {
  content: "\f1b2";
}
.fi-brands-substance-3d-stager:before {
  content: "\f1b3";
}
.fi-brands-swift:before {
  content: "\f1b4";
}
.fi-brands-t-mobile:before {
  content: "\f1b5";
}
.fi-brands-telegram:before {
  content: "\f1b6";
}
.fi-brands-tencent:before {
  content: "\f1b7";
}
.fi-brands-the-home-depot:before {
  content: "\f1b8";
}
.fi-brands-tik-tok:before {
  content: "\f1b9";
}
.fi-brands-trello:before {
  content: "\f1ba";
}
.fi-brands-tripadvisor:before {
  content: "\f1bb";
}
.fi-brands-tumblr:before {
  content: "\f1bc";
}
.fi-brands-twitch:before {
  content: "\f1bd";
}
.fi-brands-twitter-alt-circle:before {
  content: "\f1be";
}
.fi-brands-twitter-alt-square:before {
  content: "\f1bf";
}
.fi-brands-twitter-alt:before {
  content: "\f1c0";
}
.fi-brands-twitter:before {
  content: "\f1c1";
}
.fi-brands-typescript:before {
  content: "\f1c2";
}
.fi-brands-uber:before {
  content: "\f1c3";
}
.fi-brands-ubuntu:before {
  content: "\f1c4";
}
.fi-brands-unilever:before {
  content: "\f1c5";
}
.fi-brands-unity:before {
  content: "\f1c6";
}
.fi-brands-unsplash:before {
  content: "\f1c7";
}
.fi-brands-ups:before {
  content: "\f1c8";
}
.fi-brands-usaa:before {
  content: "\f1c9";
}
.fi-brands-verizon:before {
  content: "\f1ca";
}
.fi-brands-videvo:before {
  content: "\f1cb";
}
.fi-brands-vimeo:before {
  content: "\f1cc";
}
.fi-brands-visa:before {
  content: "\f1cd";
}
.fi-brands-visual-basic:before {
  content: "\f1ce";
}
.fi-brands-vk:before {
  content: "\f1cf";
}
.fi-brands-walmart:before {
  content: "\f1d0";
}
.fi-brands-wepik:before {
  content: "\f1d1";
}
.fi-brands-whatsapp:before {
  content: "\f1d2";
}
.fi-brands-wikipedia:before {
  content: "\f1d3";
}
.fi-brands-windows:before {
  content: "\f1d4";
}
.fi-brands-wix:before {
  content: "\f1d5";
}
.fi-brands-wordpress:before {
  content: "\f1d6";
}
.fi-brands-xd:before {
  content: "\f1d7";
}
.fi-brands-xing:before {
  content: "\f1d8";
}
.fi-brands-yahoo:before {
  content: "\f1d9";
}
.fi-brands-yandex:before {
  content: "\f1da";
}
.fi-brands-yelp:before {
  content: "\f1db";
}
.fi-brands-youtube:before {
  content: "\f1dc";
}
.fi-brands-zoom:before {
  content: "\f1dd";
}
:root {
  --brand-orange: #FF6F4E;
  --brand-orange-gradient:
    linear-gradient(
      135deg,
      #FF6F4E 0%,
      #E65A3D 100%);
  --brand-green: #38D9A3;
  --brand-black: #292929;
  --brand-gray: #f8f9fa;
}
[data-guide-active] {
  position: relative !important;
  z-index: 2995 !important;
  border-radius: 10px;
  box-shadow:
    0 0 0 2px rgba(249, 115, 22, 0.5),
    0 0 0 5px rgba(249, 115, 22, 0.1),
    0 6px 24px rgba(249, 115, 22, 0.1) !important;
  transition: box-shadow 0.25s ease !important;
  outline: none;
}
@media (prefers-reduced-motion: reduce) {
  [data-guide-active] {
    transition: none !important;
  }
}
:root {
  --font-primary: "Plus Jakarta Sans", sans-serif;
  --mobile-padding-inline: 1.5rem;
}
html {
  scroll-behavior: smooth;
  background: var(--brand-orange);
  overflow-x: hidden;
}
html.public-booking-hide-scrollbar,
body.public-booking-hide-scrollbar {
  scrollbar-width: none;
  -ms-overflow-style: none;
  background: #ffffff;
}
html.public-booking-hide-scrollbar::-webkit-scrollbar,
body.public-booking-hide-scrollbar::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
}
@media (min-width: 769px) {
  html,
  body {
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  html::-webkit-scrollbar,
  body::-webkit-scrollbar {
    display: none;
    width: 0;
    height: 0;
  }
}
body {
  font-family: var(--font-primary);
  color: #292929;
  background-color: #ffffff;
  -webkit-font-smoothing: antialiased;
  min-height: 100vh;
  position: relative;
  margin-top: 0;
}
*,
*::before,
*::after {
  font-family: var(--font-primary);
}
input,
textarea,
select,
button {
  font-family: var(--font-primary);
}
@media (max-width: 767px) {
  input,
  textarea,
  select {
    font-size: max(16px, 1rem);
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-primary);
  font-weight: 700;
  letter-spacing: -0.02em;
}
.brand-display {
  font-family: var(--font-primary);
  font-weight: 700;
  letter-spacing: -0.02em;
}
.hero-word {
  display: inline-block;
  color: var(--primary);
  text-align: center;
  transition: opacity 0.35s ease, transform 0.35s ease;
  word-wrap: break-word;
  overflow-wrap: break-word;
  hyphens: auto;
  max-width: 100%;
}
.hero-word.hero-word--fade {
  opacity: 0;
  transform: translateY(12px);
}
.surface-panel {
  border-radius: 1.5rem;
  border: 1px solid var(--border);
  background: var(--card);
  transition: background-color 0.3s ease, border-color 0.3s ease;
}
.section-eyebrow {
  letter-spacing: 0.28em;
  font-size: 0.75rem;
  text-transform: uppercase;
}
.stat-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.6rem 1rem;
  border-radius: 9999px;
  background: var(--primary);
  @supports (color: color-mix(in lab, red, red)) {
    background: color-mix(in srgb, var(--primary) 10%, transparent);
  }
  color: var(--primary);
  border: 1px solid var(--primary);
  @supports (color: color-mix(in lab, red, red)) {
    border: 1px solid color-mix(in srgb, var(--primary) 20%, transparent);
  }
  font-weight: 500;
  transition: all 0.3s ease;
}
.step-index {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 9999px;
  background: var(--primary);
  color: var(--primary-foreground);
  font-weight: 600;
  margin-bottom: 1rem;
}
.sponsors-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  margin-bottom: 2rem;
}
.sponsors-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1.25rem;
  width: 100%;
  max-width: 650px;
  align-items: center;
}
@media (max-width: 768px) {
  .sponsors-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
  }
}
@media (max-width: 480px) {
  .sponsors-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.75rem;
  }
}
.sponsor-logo {
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--card);
  border-radius: 0.75rem;
  border: 1px solid var(--border);
  padding: 0.5rem;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    background-color 0.3s ease;
}
.sponsor-logo:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px var(--primary);
  @supports (color: color-mix(in lab, red, red)) {
    box-shadow: 0 4px 12px color-mix(in srgb, var(--primary) 15%, transparent);
  }
}
.restaurant-carousel-container {
  overflow: hidden;
  position: relative;
  width: 100%;
  margin-bottom: 2rem;
}
.restaurant-carousel-row {
  display: flex;
  gap: 1.5rem;
  animation: scroll-left 60s linear infinite;
  width: max-content;
}
.restaurant-carousel-row.reverse {
  animation: scroll-right 60s linear infinite;
}
@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@keyframes scroll-right {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
}
@keyframes float-delayed {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-15px);
  }
}
.animate-float {
  animation: float 6s ease-in-out infinite;
}
.animate-float-delayed {
  animation: float-delayed 8s ease-in-out infinite;
}
.hero-decoration {
  position: absolute;
  pointer-events: none;
  transition: opacity 0.8s cubic-bezier(0.4, 0, 0.2, 1), transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 1;
  transform: scale(1);
}
.hero-decoration.hidden {
  opacity: 0;
  transform: scale(0.85) translateY(10px);
}
.business-1 {
  top: 8%;
  right: 12%;
  font-size: 4rem;
  animation: float 4s ease-in-out infinite;
}
.business-2 {
  top: 15%;
  right: 25%;
  font-size: 3rem;
  animation: float 5s ease-in-out infinite;
  animation-delay: 0.5s;
}
.business-3 {
  top: 25%;
  right: 8%;
  font-size: 3.5rem;
  animation: float-delayed 4.5s ease-in-out infinite;
}
.business-4 {
  top: 35%;
  right: 20%;
  font-size: 2.5rem;
  animation: float 5.5s ease-in-out infinite;
  animation-delay: 1s;
}
.business-5 {
  bottom: 25%;
  left: 10%;
  font-size: 4rem;
  animation: float-delayed 5s ease-in-out infinite;
}
.business-6 {
  bottom: 15%;
  left: 22%;
  font-size: 3rem;
  animation: float 4.5s ease-in-out infinite;
  animation-delay: 0.7s;
}
.business-7 {
  bottom: 35%;
  left: 8%;
  font-size: 3.5rem;
  animation: float-delayed 5.5s ease-in-out infinite;
  animation-delay: 0.3s;
}
.business-8 {
  top: 40%;
  left: 15%;
  font-size: 2.8rem;
  animation: float 6s ease-in-out infinite;
  animation-delay: 1.2s;
}
.graduation-1 {
  top: 8%;
  right: 10%;
  font-size: 4.5rem;
  animation: float 4s ease-in-out infinite;
}
.graduation-2 {
  top: 12%;
  right: 25%;
  font-size: 3.5rem;
  animation: float-delayed 5s ease-in-out infinite;
}
.graduation-3 {
  top: 22%;
  right: 8%;
  font-size: 4rem;
  animation: float 4.5s ease-in-out infinite;
  animation-delay: 0.5s;
}
.graduation-4 {
  top: 32%;
  right: 18%;
  font-size: 3rem;
  animation: float-delayed 5.5s ease-in-out infinite;
  animation-delay: 0.8s;
}
.graduation-5 {
  bottom: 20%;
  left: 12%;
  font-size: 4rem;
  animation: float 5s ease-in-out infinite;
}
.graduation-6 {
  bottom: 10%;
  left: 25%;
  font-size: 3.5rem;
  animation: float-delayed 4.5s ease-in-out infinite;
  animation-delay: 0.3s;
}
.graduation-7 {
  bottom: 30%;
  left: 8%;
  font-size: 3.8rem;
  animation: float 5.5s ease-in-out infinite;
  animation-delay: 1s;
}
.graduation-8 {
  top: 40%;
  left: 15%;
  font-size: 3rem;
  animation: float-delayed 6s ease-in-out infinite;
  animation-delay: 0.6s;
}
.graduation-9 {
  top: 18%;
  left: 8%;
  font-size: 2.5rem;
  animation: sparkle 3s ease-in-out infinite;
}
.graduation-10 {
  top: 28%;
  left: 20%;
  font-size: 2rem;
  animation: sparkle 3.5s ease-in-out infinite;
  animation-delay: 0.4s;
}
.graduation-11 {
  bottom: 25%;
  right: 15%;
  font-size: 2.5rem;
  animation: sparkle 3s ease-in-out infinite;
  animation-delay: 0.8s;
}
@keyframes sparkle {
  0%, 100% {
    opacity: 0.4;
    transform: scale(0.8) rotate(0deg);
  }
  50% {
    opacity: 1;
    transform: scale(1.3) rotate(180deg);
  }
}
.birthday-1 {
  top: 8%;
  right: 10%;
  font-size: 4.5rem;
  animation: balloon-float 5s ease-in-out infinite;
}
.birthday-2 {
  top: 15%;
  right: 22%;
  font-size: 3.8rem;
  animation: balloon-float 5.5s ease-in-out infinite;
  animation-delay: 0.3s;
}
.birthday-3 {
  top: 25%;
  right: 8%;
  font-size: 4rem;
  animation: balloon-float 6s ease-in-out infinite;
  animation-delay: 0.6s;
}
.birthday-4 {
  top: 35%;
  right: 18%;
  font-size: 3.5rem;
  animation: balloon-float 5.2s ease-in-out infinite;
  animation-delay: 0.9s;
}
.birthday-5 {
  bottom: 20%;
  left: 10%;
  font-size: 4.2rem;
  animation: float 5s ease-in-out infinite;
}
.birthday-6 {
  bottom: 12%;
  left: 24%;
  font-size: 3.5rem;
  animation: float-delayed 5.5s ease-in-out infinite;
  animation-delay: 0.4s;
}
.birthday-7 {
  bottom: 30%;
  left: 8%;
  font-size: 4rem;
  animation: balloon-float 5.8s ease-in-out infinite;
  animation-delay: 0.7s;
}
.birthday-8 {
  top: 42%;
  left: 12%;
  font-size: 3.8rem;
  animation: balloon-float 6s ease-in-out infinite;
  animation-delay: 1s;
}
.birthday-9 {
  top: 18%;
  left: 8%;
  font-size: 3.2rem;
  animation: float 5.3s ease-in-out infinite;
  animation-delay: 0.5s;
}
.birthday-10 {
  bottom: 40%;
  right: 12%;
  font-size: 3rem;
  animation: balloon-float 5.5s ease-in-out infinite;
  animation-delay: 1.2s;
}
@keyframes balloon-float {
  0%, 100% {
    transform: translateY(0) translateX(0);
  }
  33% {
    transform: translateY(-20px) translateX(8px);
  }
  66% {
    transform: translateY(-12px) translateX(-8px);
  }
}
@media (max-width: 1024px) {
  .hero-decoration {
    display: none;
  }
}
.restaurant-card {
  flex-shrink: 0;
  width: 280px;
  height: 280px;
  border-radius: 1.5rem;
  overflow: hidden;
  background: var(--card);
  border: 1px solid var(--border);
  position: relative;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  transform: translateZ(0);
}
.restaurant-card-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.restaurant-card-name {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 85%;
  padding: 1rem 1.5rem;
  font-weight: 700;
  font-size: 1.125rem;
  color: white;
  text-align: center;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 0.5rem;
  z-index: 10;
}
.flow-container {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
}
@media (min-width: 768px) {
  .flow-container {
    flex-direction: row;
    align-items: stretch;
    gap: 0;
  }
}
.flow-step {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
  padding: 2rem 1.5rem;
  background: var(--card);
  border-radius: 1.5rem;
  border: 2px solid var(--border);
  transition: all 0.3s ease;
}
@media (min-width: 768px) {
  .flow-step {
    border-radius: 0;
    border-right: none;
  }
  .flow-step:first-child {
    border-radius: 1.5rem 0 0 1.5rem;
  }
  .flow-step:last-child {
    border-radius: 0 1.5rem 1.5rem 0;
    border-right: 2px solid var(--border);
  }
}
.flow-step-number {
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  background:
    linear-gradient(
      135deg,
      var(--primary),
      var(--primary));
  @supports (color: color-mix(in lab, red, red)) {
    background:
      linear-gradient(
        135deg,
        var(--primary),
        color-mix(in srgb, var(--primary) 80%, white));
  }
  color: var(--primary-foreground);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  box-shadow: 0 4px 16px var(--primary);
  @supports (color: color-mix(in lab, red, red)) {
    box-shadow: 0 4px 16px color-mix(in srgb, var(--primary) 30%, transparent);
  }
  transition: all 0.3s ease;
}
.flow-icon {
  width: 4rem;
  height: 4rem;
  margin-bottom: 1.5rem;
  color: var(--primary);
  stroke-width: 1.5;
  transition: color 0.3s ease;
}
.flow-step-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--card-foreground);
  margin-bottom: 0.75rem;
  letter-spacing: -0.07em;
  transition: color 0.3s ease;
}
.flow-step-description {
  font-size: 0.95rem;
  color: var(--muted-foreground);
  line-height: 1.6;
  max-width: 280px;
  transition: color 0.3s ease;
}
.flow-arrow {
  display: none;
}
@media (min-width: 768px) {
  .flow-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: -1.25rem;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    width: 2.5rem;
    height: 2.5rem;
    background: var(--card);
    border-radius: 50%;
    border: 2px solid var(--primary);
    @supports (color: color-mix(in lab, red, red)) {
      border: 2px solid color-mix(in srgb, var(--primary) 25%, transparent);
    }
    color: var(--primary);
    box-shadow: 0 2px 8px var(--foreground);
    @supports (color: color-mix(in lab, red, red)) {
      box-shadow: 0 2px 8px color-mix(in srgb, var(--foreground) 8%, transparent);
    }
    transition: all 0.3s ease;
  }
  .flow-step:last-child .flow-arrow {
    display: none;
  }
}
.flow-arrow svg {
  width: 1.25rem;
  height: 1.25rem;
  stroke-width: 2.5;
}
:root {
  --radius: 0.75rem;
  --brand-white: #FFFFFF;
  --brand-orange: #FF6F4E;
  --brand-black: #292929;
  --brand-mint: #38D9A3;
  --background: #FFFFFF;
  --foreground: #292929;
  --card: #ffffff;
  --card-foreground: #292929;
  --popover: #ffffff;
  --popover-foreground: #292929;
  --primary: #FF6F4E;
  --primary-foreground: #FFFFFF;
  --secondary: #292929;
  --secondary-foreground: #FFFFFF;
  --muted: #f5f5f5;
  --muted-foreground: #6b6b6b;
  --accent: #38D9A3;
  --accent-foreground: #292929;
  --destructive: #f87171;
  --border: rgba(41, 41, 41, 0.1);
  --input: rgba(41, 41, 41, 0.12);
  --ring: #FF6F4E;
  --chart-1: #FF6F4E;
  --chart-2: #38D9A3;
  --chart-3: #a855f7;
  --chart-4: #34d399;
  --chart-5: #facc15;
  --sidebar: #ffffff;
  --sidebar-foreground: #292929;
  --sidebar-primary: #FF6F4E;
  --sidebar-primary-foreground: #FFFFFF;
  --sidebar-accent: #f8f5f0;
  --sidebar-accent-foreground: #292929;
  --sidebar-border: rgba(41, 41, 41, 0.1);
  --sidebar-ring: #FF6F4E;
  --dark-background: #292929;
  --dark-foreground: #FFFFFF;
  --dark-card: #3a3a3a;
  --dark-card-foreground: #FFFFFF;
  --dark-muted-foreground: #b8b8b6;
  --dark-border: rgba(255, 255, 255, 0.12);
}
.wizard-real-tab .form-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  gap: 14px;
  margin-bottom: 14px;
}
.wizard-real-tab .form-row:last-child {
  margin-bottom: 0;
}
.wizard-real-tab .form-group {
  display: flex;
  flex-direction: column;
}
.wizard-real-tab .form-group.full-width {
  grid-column: 1 / -1;
}
.wizard-real-tab .field-label {
  display: flex;
  flex-direction: column;
  gap: 2px;
  margin-bottom: 6px;
}
.wizard-real-tab .field-title {
  font-size: 13px;
  font-weight: 600;
  color: #374151;
}
.wizard-real-tab .field-description-row {
  font-size: 12px;
  color: #6b7280;
}
.wizard-real-tab .field-error {
  font-size: 12px;
  color: #ef4444;
  margin-top: 4px;
}
.wizard-real-tab .form-input,
.wizard-real-tab .form-textarea {
  width: 100%;
  padding: 9px 12px;
  border: 1px solid #d1d5db;
  border-radius: 8px;
  font-size: 14px;
  color: #111827;
  background: #fff;
  transition: border-color 0.15s, box-shadow 0.15s;
  font-family: inherit;
  box-sizing: border-box;
}
.wizard-real-tab .form-input:focus,
.wizard-real-tab .form-textarea:focus {
  outline: none;
  border-color: #FF6F4E;
  box-shadow: 0 0 0 3px rgba(255, 111, 78, 0.12);
}
.wizard-real-tab .form-input:disabled,
.wizard-real-tab .form-textarea:disabled {
  background: #f9fafb;
  color: #6b7280;
  cursor: not-allowed;
  border-color: #e5e7eb;
}
.wizard-real-tab .form-input.error {
  border-color: #ef4444;
}
.wizard-real-tab .form-textarea {
  resize: vertical;
  min-height: 88px;
}
.wizard-real-tab .form-select {
  cursor: pointer;
}
.wizard-real-tab .input-with-icon {
  position: relative;
}
.wizard-real-tab .input-with-icon .form-input {
  padding-left: 36px;
}
.wizard-real-tab .input-icon {
  position: absolute;
  left: 11px;
  top: 50%;
  transform: translateY(-50%);
  color: #9ca3af;
  font-size: 14px;
  pointer-events: none;
  display: flex;
  align-items: center;
}
.wizard-real-tab .muted {
  color: #9ca3af;
  font-style: italic;
  font-size: 13px;
}
@media (max-width: 768px) {
  .wizard-real-tab .form-row {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}
@keyframes enter {
  from {
    opacity: var(--tw-enter-opacity, 1);
    transform: translate3d(var(--tw-enter-translate-x, 0), var(--tw-enter-translate-y, 0), 0) scale3d(var(--tw-enter-scale, 1), var(--tw-enter-scale, 1), var(--tw-enter-scale, 1)) rotate(var(--tw-enter-rotate, 0));
  }
}
@keyframes exit {
  to {
    opacity: var(--tw-exit-opacity, 1);
    transform: translate3d(var(--tw-exit-translate-x, 0), var(--tw-exit-translate-y, 0), 0) scale3d(var(--tw-exit-scale, 1), var(--tw-exit-scale, 1), var(--tw-exit-scale, 1)) rotate(var(--tw-exit-rotate, 0));
  }
}
@property --tw-rotate-x { syntax: "*"; inherits: false; }
@property --tw-rotate-y { syntax: "*"; inherits: false; }
@property --tw-rotate-z { syntax: "*"; inherits: false; }
@property --tw-skew-x { syntax: "*"; inherits: false; }
@property --tw-skew-y { syntax: "*"; inherits: false; }
@property --tw-space-y-reverse { syntax: "*"; inherits: false; initial-value: 0; }
@property --tw-border-style { syntax: "*"; inherits: false; initial-value: solid; }
@property --tw-font-weight { syntax: "*"; inherits: false; }
@property --tw-blur { syntax: "*"; inherits: false; }
@property --tw-brightness { syntax: "*"; inherits: false; }
@property --tw-contrast { syntax: "*"; inherits: false; }
@property --tw-grayscale { syntax: "*"; inherits: false; }
@property --tw-hue-rotate { syntax: "*"; inherits: false; }
@property --tw-invert { syntax: "*"; inherits: false; }
@property --tw-opacity { syntax: "*"; inherits: false; }
@property --tw-saturate { syntax: "*"; inherits: false; }
@property --tw-sepia { syntax: "*"; inherits: false; }
@property --tw-drop-shadow { syntax: "*"; inherits: false; }
@property --tw-drop-shadow-color { syntax: "*"; inherits: false; }
@property --tw-drop-shadow-alpha { syntax: "<percentage>"; inherits: false; initial-value: 100%; }
@property --tw-drop-shadow-size { syntax: "*"; inherits: false; }
@property --tw-shadow { syntax: "*"; inherits: false; initial-value: 0 0 #0000; }
@property --tw-shadow-color { syntax: "*"; inherits: false; }
@property --tw-shadow-alpha { syntax: "<percentage>"; inherits: false; initial-value: 100%; }
@property --tw-inset-shadow { syntax: "*"; inherits: false; initial-value: 0 0 #0000; }
@property --tw-inset-shadow-color { syntax: "*"; inherits: false; }
@property --tw-inset-shadow-alpha { syntax: "<percentage>"; inherits: false; initial-value: 100%; }
@property --tw-ring-color { syntax: "*"; inherits: false; }
@property --tw-ring-shadow { syntax: "*"; inherits: false; initial-value: 0 0 #0000; }
@property --tw-inset-ring-color { syntax: "*"; inherits: false; }
@property --tw-inset-ring-shadow { syntax: "*"; inherits: false; initial-value: 0 0 #0000; }
@property --tw-ring-inset { syntax: "*"; inherits: false; }
@property --tw-ring-offset-width { syntax: "<length>"; inherits: false; initial-value: 0px; }
@property --tw-ring-offset-color { syntax: "*"; inherits: false; initial-value: #fff; }
@property --tw-ring-offset-shadow { syntax: "*"; inherits: false; initial-value: 0 0 #0000; }
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *,
    ::before,
    ::after,
    ::backdrop {
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-space-y-reverse: 0;
      --tw-border-style: solid;
      --tw-font-weight: initial;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
    }
  }
}

/* angular:styles/global:styles */
