/* line 1, app/assets/stylesheets/shared/_reset.scss */
_:-ms-fullscreen,
:root .material-icons {
  font-feature-settings: "liga";
}
@font-face {
  font-family: 'IBM Plex Mono';
  font-style: normal;
  font-weight: 400;
  src: local("IBM Plex Mono"), local("IBMPlexMono-Regular"), url(/../fonts/ibm/IBMPlexMono-Regular.woff2) format("woff2"), url(/../fonts/ibm/IBMPlexMono-Regular.woff) format("woff"), url(/../fonts/ibm/IBMPlexMono-Regular.ttf) format("ttf");
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: local("Inter"), url(/fonts/Inter/Inter-VariableFont_opsz_wght.ttf) format("truetype");
}

@font-face {
  font-family: 'Inter';
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: local("Inter"), url(/fonts/Inter/Inter-Italic-VariableFont_opsz_wght.ttf) format("truetype");
}

@font-face {
  font-family: "MaterialIcons";
  font-display: block;
  font-style: normal;
  font-weight: 400;
  src: local("iconfont/MaterialIcons"), local("MaterialIcons-Regular"), url(/assets/iconfont/MaterialIcons-Regular-f7aa6795fde5a640413dc84b8218ceb06940e75a50e96c6ab2d19008f188a4a8.woff2) format("woff2"), url(/assets/iconfont/MaterialIcons-Regular-26b673d77d0ebd4657e104b5e8deb7174f7b3a66bd5858739178b02101913973.woff) format("woff"), url(/assets/iconfont/MaterialIcons-Regular-4974d4105f1eee1064cc522e9d7492aba4db6a875b74214067b80b246e3f5b9c.ttf) format("truetype");
}

@font-face {
  font-family: "lucide";
  src: url(/assets/lucide/lucide-18784852d6e1f60b7808997e733b3b8b7a7475171dcfbbb04e433eb65f3a66f9.eot);
  src: local("lucide"), local("lucide"), url(/assets/lucide/lucide-18784852d6e1f60b7808997e733b3b8b7a7475171dcfbbb04e433eb65f3a66f9.eot?#iefix) format("embedded-opentype"), url(/assets/lucide/lucide-4d05ac1ba98f6bb8148ed0028c662705526a8469d8900ac61957f7279ca838b7.woff2) format("woff2"), url(/assets/lucide/lucide-e4b1f6221268b090be1b27ae0c63f09155f34940f0cb2879274a35429b02beae.woff) format("woff"), url(/assets/lucide/lucide-122dc21760b950f8c0f612d5b452e99931d256d97adef8c8ac1b475fae79bc42.ttf) format("truetype"), url(/assets/lucide/lucide-ae8ad3eae8855e335c4645e330cc880c79d959fe9be17bf8214abbf34f3794f5.svg#lucide) format("svg");
  font-weight: normal;
  font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: "lucide";
    src: url(/assets/lucide/lucide-ae8ad3eae8855e335c4645e330cc880c79d959fe9be17bf8214abbf34f3794f5.svg#lucide) format("svg");
  }
}
/* line 80, app/assets/stylesheets/shared/_variables.scss */
:root {
  --colour-primary: #F36703;
  --colour-primary-light: #D9D9D9;
  --colour-primary-muted: rgba(243, 103, 3, 0.1);
  --colour-primary-faded: #FED7AA;
  --colour-secondary: #cccccc;
  --colour-muted-web: #F4F4F5;
  --colour-text-primary: #18181B;
  --colour-text-secondary: #666666;
  --colour-border-light: rgba(0, 0, 0, 0.1);
  --colour-border-default: rgba(0, 0, 0, 0.2);
  --colour-border-default-hover: rgba(0, 0, 0, 0.1);
  --colour-button-primary: #F36703;
  --colour-button-primary-hover: rgba(243, 103, 3, 0.9);
  --colour-button-primary-disabled: rgba(243, 103, 3, 0.5);
  --colour-button-secondary: #F4F4F5;
  --colour-button-secondary-hover: rgba(244, 244, 245, 0.5);
  --colour-button-secondary-disabled: rgba(244, 244, 245, 0.4);
  --colour-button-destructive: #DC2626;
  --colour-button-destructive-hover: rgba(220, 38, 38, 0.9);
  --colour-button-destructive-disabled: rgba(220, 38, 38, 0.5);
  --colour-yellow-dark: #d3a731;
  --colour-yellow: #f2be36;
  --colour-yellow-light: #f6db94;
  --colour-yellow-very-light: #f9efd3;
  --colour-blue-dark: #425d7b;
  --colour-blue: #496488;
  --colour-blue-bright: #2b95c8;
  --colour-blue-medium: #507094;
  --colour-blue-light: #E8EDF2;
  --colour-black: #000000;
  --colour-charcoal: #444444;
  --color-orange: #F36703;
  --colour-gray: #979797;
  --colour-gray-light: #f9f8f8;
  --colour-gray-dark: #757575;
  --colour-gray-very-dark: #1e1e1e;
  --colour-white: #ffffff;
  --colour-red: #9E0B00;
  --colour-red-light: #F9F0EC;
  --colour-salmon: #FC8C8C;
  --colour-green: #1D5D3D;
  --colour-green-bright: #00d084;
  --colour-green-light: #EDF8F3;
}

/* line 4, app/assets/stylesheets/shared/_element_defaults.scss */
hr {
  display: none;
}
/* line 80, app/assets/stylesheets/shared/_variables.scss */
:root {
  --colour-primary: #F36703;
  --colour-primary-light: #D9D9D9;
  --colour-primary-muted: rgba(243, 103, 3, 0.1);
  --colour-primary-faded: #FED7AA;
  --colour-secondary: #cccccc;
  --colour-muted-web: #F4F4F5;
  --colour-text-primary: #18181B;
  --colour-text-secondary: #666666;
  --colour-border-light: rgba(0, 0, 0, 0.1);
  --colour-border-default: rgba(0, 0, 0, 0.2);
  --colour-border-default-hover: rgba(0, 0, 0, 0.1);
  --colour-button-primary: #F36703;
  --colour-button-primary-hover: rgba(243, 103, 3, 0.9);
  --colour-button-primary-disabled: rgba(243, 103, 3, 0.5);
  --colour-button-secondary: #F4F4F5;
  --colour-button-secondary-hover: rgba(244, 244, 245, 0.5);
  --colour-button-secondary-disabled: rgba(244, 244, 245, 0.4);
  --colour-button-destructive: #DC2626;
  --colour-button-destructive-hover: rgba(220, 38, 38, 0.9);
  --colour-button-destructive-disabled: rgba(220, 38, 38, 0.5);
  --colour-yellow-dark: #d3a731;
  --colour-yellow: #f2be36;
  --colour-yellow-light: #f6db94;
  --colour-yellow-very-light: #f9efd3;
  --colour-blue-dark: #425d7b;
  --colour-blue: #496488;
  --colour-blue-bright: #2b95c8;
  --colour-blue-medium: #507094;
  --colour-blue-light: #E8EDF2;
  --colour-black: #000000;
  --colour-charcoal: #444444;
  --color-orange: #F36703;
  --colour-gray: #979797;
  --colour-gray-light: #f9f8f8;
  --colour-gray-dark: #757575;
  --colour-gray-very-dark: #1e1e1e;
  --colour-white: #ffffff;
  --colour-red: #9E0B00;
  --colour-red-light: #F9F0EC;
  --colour-salmon: #FC8C8C;
  --colour-green: #1D5D3D;
  --colour-green-bright: #00d084;
  --colour-green-light: #EDF8F3;
}

/* line 4, app/assets/stylesheets/shared/_document_structure.scss */
html {
  scroll-behavior: smooth;
}

/* line 8, app/assets/stylesheets/shared/_document_structure.scss */
.a11y {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

/* line 12, app/assets/stylesheets/shared/_document_structure.scss */
body {
  font: 500 16px/1.5 "Inter", arial, sans-serif;
  color: #444444;
  background: #1e1e1e;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  overflow-y: scroll;
  -webkit-text-size-adjust: none;
}

/* line 22, app/assets/stylesheets/shared/_document_structure.scss */
footer {
  color: #ffffff;
}

/* line 26, app/assets/stylesheets/shared/_document_structure.scss */
[role="banner"] {
  background: #1e1e1e;
  text-align: center;
  position: relative;
  z-index: 3;
  font-family: "Inter", arial, sans-serif;
}

/* line 33, app/assets/stylesheets/shared/_document_structure.scss */
[role="banner"] a {
  display: block;
  margin: 0 auto;
}

/* line 38, app/assets/stylesheets/shared/_document_structure.scss */
[role="banner"] h1 {
  margin: 0.5rem 0;
  text-align: center;
}

/* line 42, app/assets/stylesheets/shared/_document_structure.scss */
[role="banner"] h1 a {
  text-indent: -9999em;
  text-align: left;
  width: 210px;
  height: 40px;
  background: url(/assets/web/addressfinder_logo_icon_dark-c9c10348b65af71886063988dda20d8fcf1fdd5785c406528cec3484b4e861ab.svg) no-repeat;
  background-size: contain;
  background-position: 50%;
}

/* line 53, app/assets/stylesheets/shared/_document_structure.scss */
main {
  position: relative;
}

/* line 57, app/assets/stylesheets/shared/_document_structure.scss */
[role="contentinfo"] {
  text-align: center;
  max-width: 1500px;
  margin: 0 auto;
}

/* line 62, app/assets/stylesheets/shared/_document_structure.scss */
[role="contentinfo"] p:first-child {
  text-indent: -9999em;
  text-align: left;
  width: 216px;
  margin: 0 auto;
  height: 4rem;
  background: url(/assets/web/footer_logo-3c123fc9d6e01961e98e9953c5811281eeb366751a8bdaf7dbf241ca5b391b07.svg) 50% no-repeat;
  background-size: contain;
}

/* line 72, app/assets/stylesheets/shared/_document_structure.scss */
.menu-wrapper {
  position: relative;
  z-index: 4;
}

/* line 77, app/assets/stylesheets/shared/_document_structure.scss */
#menu {
  color: #ffffff;
  text-align: center;
  padding: 0;
}

/* line 82, app/assets/stylesheets/shared/_document_structure.scss */
#menu ul {
  margin: 0;
}

/* line 86, app/assets/stylesheets/shared/_document_structure.scss */
#menu li {
  display: inline-block;
  margin: 0.5rem;
}

/* line 91, app/assets/stylesheets/shared/_document_structure.scss */
#menu form {
  margin: 0;
}

@media (min-width: 800px) {
  /* line 98, app/assets/stylesheets/shared/_document_structure.scss */
  [role="banner"] .banner_container {
    overflow: hidden;
  }
  /* line 102, app/assets/stylesheets/shared/_document_structure.scss */
  [role="banner"] h1 {
    float: left;
  }
  /* line 107, app/assets/stylesheets/shared/_document_structure.scss */
  #menu {
    position: absolute;
    top: -52px;
    right: 1rem;
    z-index: 4;
    margin-top: -19px;
  }
}

@media (min-width: 1532px) {
  /* line 117, app/assets/stylesheets/shared/_document_structure.scss */
  #menu {
    right: 50%;
    margin-right: -750px;
  }
}

/* line 123, app/assets/stylesheets/shared/_document_structure.scss */
.material-icons {
  font-family: "MaterialIcons";
  font-weight: normal;
  font-style: normal;
  font-size: 1.25rem;
  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  -webkit-font-feature-settings: "liga";
          font-feature-settings: "liga";
}

/* line 149, app/assets/stylesheets/shared/_document_structure.scss */
.lucide {
  display: inline-block;
  font-family: "lucide";
  font-style: normal;
  font-weight: inherit;
  font-variant: normal;
  font-size: 1.125em;
  line-height: 1;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
/* line 80, app/assets/stylesheets/shared/_variables.scss */
:root {
  --colour-primary: #F36703;
  --colour-primary-light: #D9D9D9;
  --colour-primary-muted: rgba(243, 103, 3, 0.1);
  --colour-primary-faded: #FED7AA;
  --colour-secondary: #cccccc;
  --colour-muted-web: #F4F4F5;
  --colour-text-primary: #18181B;
  --colour-text-secondary: #666666;
  --colour-border-light: rgba(0, 0, 0, 0.1);
  --colour-border-default: rgba(0, 0, 0, 0.2);
  --colour-border-default-hover: rgba(0, 0, 0, 0.1);
  --colour-button-primary: #F36703;
  --colour-button-primary-hover: rgba(243, 103, 3, 0.9);
  --colour-button-primary-disabled: rgba(243, 103, 3, 0.5);
  --colour-button-secondary: #F4F4F5;
  --colour-button-secondary-hover: rgba(244, 244, 245, 0.5);
  --colour-button-secondary-disabled: rgba(244, 244, 245, 0.4);
  --colour-button-destructive: #DC2626;
  --colour-button-destructive-hover: rgba(220, 38, 38, 0.9);
  --colour-button-destructive-disabled: rgba(220, 38, 38, 0.5);
  --colour-yellow-dark: #d3a731;
  --colour-yellow: #f2be36;
  --colour-yellow-light: #f6db94;
  --colour-yellow-very-light: #f9efd3;
  --colour-blue-dark: #425d7b;
  --colour-blue: #496488;
  --colour-blue-bright: #2b95c8;
  --colour-blue-medium: #507094;
  --colour-blue-light: #E8EDF2;
  --colour-black: #000000;
  --colour-charcoal: #444444;
  --color-orange: #F36703;
  --colour-gray: #979797;
  --colour-gray-light: #f9f8f8;
  --colour-gray-dark: #757575;
  --colour-gray-very-dark: #1e1e1e;
  --colour-white: #ffffff;
  --colour-red: #9E0B00;
  --colour-red-light: #F9F0EC;
  --colour-salmon: #FC8C8C;
  --colour-green: #1D5D3D;
  --colour-green-bright: #00d084;
  --colour-green-light: #EDF8F3;
}

/* line 4, app/assets/stylesheets/shared/_navigation.scss */
.nav_breadcrumb {
  background: #f9f8f8;
  padding: 0.5em 1em;
  font-size: 0.875rem;
  margin: 0;
}

/* line 9, app/assets/stylesheets/shared/_navigation.scss */
.nav_breadcrumb ol {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  max-width: 1500px;
}

/* line 15, app/assets/stylesheets/shared/_navigation.scss */
.nav_breadcrumb li {
  display: inline-block;
}

/* line 17, app/assets/stylesheets/shared/_navigation.scss */
.nav_breadcrumb li::before {
  content: "> ";
  color: #969696;
  display: inline-block;
  margin: 0 0.5rem;
}

/* line 23, app/assets/stylesheets/shared/_navigation.scss */
.nav_breadcrumb li:first-child::before {
  display: none;
}

/* line 27, app/assets/stylesheets/shared/_navigation.scss */
.nav_breadcrumb + .heading {
  margin-top: 0.5em;
}

/* line 33, app/assets/stylesheets/shared/_navigation.scss */
.banner .nav_portions {
  padding: 0;
}

/* line 36, app/assets/stylesheets/shared/_navigation.scss */
.nav_portions > ul {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-spacing: 1px 0;
  background: #dedede;
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 43, app/assets/stylesheets/shared/_navigation.scss */
.nav_portions > ul > li {
  display: table-cell;
  vertical-align: middle;
  background: white;
}

/* line 48, app/assets/stylesheets/shared/_navigation.scss */
.nav_portions > ul a {
  display: block;
  text-transform: uppercase;
  text-align: center;
  color: #256988;
  padding: 1.25rem 1rem;
  font-size: 0.75rem;
  font-weight: 700;
}

/* line 56, app/assets/stylesheets/shared/_navigation.scss */
.nav_portions > ul a:hover {
  text-decoration: none;
  background: #d7ebf4;
  color: #292929;
}

/* line 63, app/assets/stylesheets/shared/_navigation.scss */
.nav_portions .current a {
  background: #969696;
}
/* line 80, app/assets/stylesheets/shared/_variables.scss */
:root {
  --colour-primary: #F36703;
  --colour-primary-light: #D9D9D9;
  --colour-primary-muted: rgba(243, 103, 3, 0.1);
  --colour-primary-faded: #FED7AA;
  --colour-secondary: #cccccc;
  --colour-muted-web: #F4F4F5;
  --colour-text-primary: #18181B;
  --colour-text-secondary: #666666;
  --colour-border-light: rgba(0, 0, 0, 0.1);
  --colour-border-default: rgba(0, 0, 0, 0.2);
  --colour-border-default-hover: rgba(0, 0, 0, 0.1);
  --colour-button-primary: #F36703;
  --colour-button-primary-hover: rgba(243, 103, 3, 0.9);
  --colour-button-primary-disabled: rgba(243, 103, 3, 0.5);
  --colour-button-secondary: #F4F4F5;
  --colour-button-secondary-hover: rgba(244, 244, 245, 0.5);
  --colour-button-secondary-disabled: rgba(244, 244, 245, 0.4);
  --colour-button-destructive: #DC2626;
  --colour-button-destructive-hover: rgba(220, 38, 38, 0.9);
  --colour-button-destructive-disabled: rgba(220, 38, 38, 0.5);
  --colour-yellow-dark: #d3a731;
  --colour-yellow: #f2be36;
  --colour-yellow-light: #f6db94;
  --colour-yellow-very-light: #f9efd3;
  --colour-blue-dark: #425d7b;
  --colour-blue: #496488;
  --colour-blue-bright: #2b95c8;
  --colour-blue-medium: #507094;
  --colour-blue-light: #E8EDF2;
  --colour-black: #000000;
  --colour-charcoal: #444444;
  --color-orange: #F36703;
  --colour-gray: #979797;
  --colour-gray-light: #f9f8f8;
  --colour-gray-dark: #757575;
  --colour-gray-very-dark: #1e1e1e;
  --colour-white: #ffffff;
  --colour-red: #9E0B00;
  --colour-red-light: #F9F0EC;
  --colour-salmon: #FC8C8C;
  --colour-green: #1D5D3D;
  --colour-green-bright: #00d084;
  --colour-green-light: #EDF8F3;
}

/* line 8, app/assets/stylesheets/shared/_layouts.scss */
.layout_split .layout_secondary.alternate {
  background-color: #d7ebf4;
  padding: 0 1.5em 1.5em;
  border: solid 1px #ededed;
}

/* line 16, app/assets/stylesheets/shared/_layouts.scss */
.banner {
  background: white;
}

/* line 19, app/assets/stylesheets/shared/_layouts.scss */
.banner.subtle {
  background: #f9f8f8;
}

/* line 22, app/assets/stylesheets/shared/_layouts.scss */
header.banner + .banner.subtle {
  border-top: #f9f8f8 solid 1px;
}

/* line 27, app/assets/stylesheets/shared/_layouts.scss */
.banner.stripe {
  border-top: #dedede solid 1px;
  border-bottom: #dedede solid 1px;
}

/* line 32, app/assets/stylesheets/shared/_layouts.scss */
.banner.aux {
  background: #f9f8f8;
  border-top: #969696 solid 1px;
  border-bottom: #969696 solid 1px;
}

/* line 38, app/assets/stylesheets/shared/_layouts.scss */
.banner.alternate {
  background: #980110;
  color: white;
}

/* line 43, app/assets/stylesheets/shared/_layouts.scss */
.banner.none {
  background: none;
}

/* line 48, app/assets/stylesheets/shared/_layouts.scss */
.banner.narrow .banner_container {
  max-width: 640px;
}

/* line 54, app/assets/stylesheets/shared/_layouts.scss */
.theme_portal main.banner {
  display: block;
}

/* line 58, app/assets/stylesheets/shared/_layouts.scss */
.banner_content {
  background-color: #f9f8f8;
}

/* line 62, app/assets/stylesheets/shared/_layouts.scss */
.banner_container {
  --banner-container-padding: 2rem;
  max-width: 1500px;
  margin: 0 auto;
  padding: var(--banner-container-padding);
}

/* line 69, app/assets/stylesheets/shared/_layouts.scss */
.banner_container.banner_concise {
  max-width: 460px;
  padding: 1rem 0;
}

/* line 74, app/assets/stylesheets/shared/_layouts.scss */
.banner_container.banner_inset {
  padding: 2.7rem 0;
}

/* line 78, app/assets/stylesheets/shared/_layouts.scss */
.banner_container.banner_constrained {
  max-width: 720px;
}

/* line 82, app/assets/stylesheets/shared/_layouts.scss */
.banner_container.banner_portal {
  max-width: 640px;
}

/* line 86, app/assets/stylesheets/shared/_layouts.scss */
.banner_container.banner_alternate {
  max-width: 1500px;
  margin: 0 auto;
  padding: 2.7rem 1rem;
}

@media screen and (max-width: 600px) {
  /* line 62, app/assets/stylesheets/shared/_layouts.scss */
  .banner_container {
    --banner-container-padding: 12px;
  }
}

/* line 97, app/assets/stylesheets/shared/_layouts.scss */
.layout_feature {
  text-align: center;
}

/* line 100, app/assets/stylesheets/shared/_layouts.scss */
.layout_feature figure {
  padding: 1px;
}

/* line 104, app/assets/stylesheets/shared/_layouts.scss */
.layout_feature .layout_feature_description {
  display: inline-block;
  text-align: left;
}

/* line 110, app/assets/stylesheets/shared/_layouts.scss */
.section-hide {
  display: none;
}

@media (min-width: 900px) {
  /* line 115, app/assets/stylesheets/shared/_layouts.scss */
  .layout_split {
    overflow: hidden;
    display: grid;
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem;
    grid-template-rows: auto;
  }
  /* line 121, app/assets/stylesheets/shared/_layouts.scss */
  .layout_split .layout_primary {
    overflow: hidden;
    grid-column: 1;
  }
  /* line 126, app/assets/stylesheets/shared/_layouts.scss */
  .layout_split .layout_secondary {
    overflow: hidden;
    grid-column: 2;
  }
}

@media (min-width: 800px) {
  /* line 134, app/assets/stylesheets/shared/_layouts.scss */
  .layout_feature {
    overflow: hidden;
  }
  /* line 137, app/assets/stylesheets/shared/_layouts.scss */
  .layout_feature figure {
    width: 48%;
  }
  /* line 141, app/assets/stylesheets/shared/_layouts.scss */
  .layout_feature .layout_feature_description {
    display: block;
  }
  /* line 144, app/assets/stylesheets/shared/_layouts.scss */
  .layout_feature .layout_feature_description > *:first-child {
    margin-top: 0;
  }
  /* line 150, app/assets/stylesheets/shared/_layouts.scss */
  .layout_feature.layout_feature_primary figure {
    float: left;
    text-align: left;
  }
  /* line 155, app/assets/stylesheets/shared/_layouts.scss */
  .layout_feature.layout_feature_primary .layout_feature_description {
    margin-left: 52%;
  }
  /* line 161, app/assets/stylesheets/shared/_layouts.scss */
  .layout_feature.layout_feature_secondary figure {
    float: right;
    text-align: right;
  }
  /* line 166, app/assets/stylesheets/shared/_layouts.scss */
  .layout_feature.layout_feature_secondary .layout_feature_description {
    margin-right: 52%;
  }
  /* line 174, app/assets/stylesheets/shared/_layouts.scss */
  .banner.block_side_by_side .block_container {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-spacing: 1rem 0;
    padding: 0;
  }
  /* line 181, app/assets/stylesheets/shared/_layouts.scss */
  .banner.block_side_by_side .block_container .block.inset {
    display: table-cell;
    vertical-align: top;
  }
  /* line 188, app/assets/stylesheets/shared/_layouts.scss */
  .banner.block_side_by_side .block_container .block.plain {
    border: none;
    background-color: transparent;
  }
}
/* line 80, app/assets/stylesheets/shared/_variables.scss */
:root {
  --colour-primary: #F36703;
  --colour-primary-light: #D9D9D9;
  --colour-primary-muted: rgba(243, 103, 3, 0.1);
  --colour-primary-faded: #FED7AA;
  --colour-secondary: #cccccc;
  --colour-muted-web: #F4F4F5;
  --colour-text-primary: #18181B;
  --colour-text-secondary: #666666;
  --colour-border-light: rgba(0, 0, 0, 0.1);
  --colour-border-default: rgba(0, 0, 0, 0.2);
  --colour-border-default-hover: rgba(0, 0, 0, 0.1);
  --colour-button-primary: #F36703;
  --colour-button-primary-hover: rgba(243, 103, 3, 0.9);
  --colour-button-primary-disabled: rgba(243, 103, 3, 0.5);
  --colour-button-secondary: #F4F4F5;
  --colour-button-secondary-hover: rgba(244, 244, 245, 0.5);
  --colour-button-secondary-disabled: rgba(244, 244, 245, 0.4);
  --colour-button-destructive: #DC2626;
  --colour-button-destructive-hover: rgba(220, 38, 38, 0.9);
  --colour-button-destructive-disabled: rgba(220, 38, 38, 0.5);
  --colour-yellow-dark: #d3a731;
  --colour-yellow: #f2be36;
  --colour-yellow-light: #f6db94;
  --colour-yellow-very-light: #f9efd3;
  --colour-blue-dark: #425d7b;
  --colour-blue: #496488;
  --colour-blue-bright: #2b95c8;
  --colour-blue-medium: #507094;
  --colour-blue-light: #E8EDF2;
  --colour-black: #000000;
  --colour-charcoal: #444444;
  --color-orange: #F36703;
  --colour-gray: #979797;
  --colour-gray-light: #f9f8f8;
  --colour-gray-dark: #757575;
  --colour-gray-very-dark: #1e1e1e;
  --colour-white: #ffffff;
  --colour-red: #9E0B00;
  --colour-red-light: #F9F0EC;
  --colour-salmon: #FC8C8C;
  --colour-green: #1D5D3D;
  --colour-green-bright: #00d084;
  --colour-green-light: #EDF8F3;
}

/* line 8, app/assets/stylesheets/shared/_forms.scss */
.form_banner {
  background: #333333;
  padding: 1rem;
}

/* line 12, app/assets/stylesheets/shared/_forms.scss */
.form_banner fieldset {
  padding: 0;
  background: none;
}

/* line 17, app/assets/stylesheets/shared/_forms.scss */
.form_banner .field > * {
  width: 100%;
}

/* line 21, app/assets/stylesheets/shared/_forms.scss */
.form_banner .form_actions {
  text-align: center;
}

/* line 26, app/assets/stylesheets/shared/_forms.scss */
.form_concise {
  max-width: 320px;
  margin: 0 auto;
}

/* line 30, app/assets/stylesheets/shared/_forms.scss */
.form_concise .field > *,
.form_concise .form_actions > * {
  width: 100%;
}

/* line 35, app/assets/stylesheets/shared/_forms.scss */
.form_concise .form_actions {
  text-align: center;
}

/* line 38, app/assets/stylesheets/shared/_forms.scss */
.form_concise .form_actions .btn {
  margin-bottom: 0.5rem;
}

/* line 43, app/assets/stylesheets/shared/_forms.scss */
.form_concise p > .btn {
  float: right;
  margin: 0 0 0 1rem;
}

@media (min-width: 600px) {
  /* line 50, app/assets/stylesheets/shared/_forms.scss */
  .form_banner {
    padding: 1rem 2rem;
  }
}

/* line 56, app/assets/stylesheets/shared/_forms.scss */
main fieldset {
  border: none;
  padding: 1rem;
  background: #f9f8f8;
  border-radius: 0;
  margin: 0;
}

/* line 63, app/assets/stylesheets/shared/_forms.scss */
main fieldset .form_row:first-of-type {
  margin-top: 0;
}

/* line 67, app/assets/stylesheets/shared/_forms.scss */
main fieldset .form_row:last-of-type {
  margin-bottom: 0;
}

/* line 71, app/assets/stylesheets/shared/_forms.scss */
main fieldset + fieldset {
  margin-top: 0.5rem;
}

/* line 75, app/assets/stylesheets/shared/_forms.scss */
main fieldset + .form_actions {
  margin-top: 2rem;
}

/* line 79, app/assets/stylesheets/shared/_forms.scss */
main fieldset .form_row > label {
  font-weight: 700;
  font-size: 0.875rem;
}

/* line 85, app/assets/stylesheets/shared/_forms.scss */
main legend {
  display: block;
  width: 100%;
  background: inherit;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.2;
  border-bottom: none;
  margin: 0 -1rem;
  padding: 1rem;
}

/* Base: dim disabled controls that are not radios/checkboxes */
/* line 99, app/assets/stylesheets/shared/_forms.scss */
[disabled]:where( input:not([type="radio"]):not([type="checkbox"]), select, textarea, button ) {
  opacity: 0.5;
}

/* Radios/checkboxes: dim the label when the control inside it is disabled */
/* line 109, app/assets/stylesheets/shared/_forms.scss */
.field label:has(:is(input[type="radio"], input[type="checkbox"]):disabled) {
  opacity: 0.5;
  cursor: not-allowed;
}

/* line 114, app/assets/stylesheets/shared/_forms.scss */
[type="email"],
[type="password"],
[type="tel"],
[type="text"],
[type="url"],
[type="date"],
[type="search"],
[type="number"],
textarea,
select {
  font: 16px/1.2;
  background: #f9f8f8;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  padding: 0.4em;
  border: #969696 solid 1px;
  -webkit-transition: border-color 0.2s, background-color 0.2s;
  transition: border-color 0.2s, background-color 0.2s;
}

/* line 133, app/assets/stylesheets/shared/_forms.scss */
fieldset [type="email"], fieldset [type="password"], fieldset [type="tel"], fieldset [type="text"], fieldset [type="url"], fieldset [type="date"], fieldset [type="search"], fieldset [type="number"], fieldset textarea, fieldset select {
  width: 98%;
}

/* line 137, app/assets/stylesheets/shared/_forms.scss */
[type="email"]:focus,
[type="password"]:focus,
[type="tel"]:focus,
[type="text"]:focus,
[type="url"]:focus,
[type="date"]:focus,
[type="search"]:focus,
[type="number"]:focus,
textarea:focus,
select:focus {
  outline: none;
  -webkit-filter: drop-shadow(0px 0px 1px #979797);
          filter: drop-shadow(0px 0px 1px #979797);
}

/* line 143, app/assets/stylesheets/shared/_forms.scss */
[type="search"]::-ms-clear {
  display: none;
}

/* line 147, app/assets/stylesheets/shared/_forms.scss */
[type="search"]::-webkit-search-cancel-button {
  display: none;
}

/* line 151, app/assets/stylesheets/shared/_forms.scss */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  appearance: none;
}

/* line 156, app/assets/stylesheets/shared/_forms.scss */
textarea {
  min-height: 5em;
}

/* line 160, app/assets/stylesheets/shared/_forms.scss */
select {
  -webkit-appearance: menulist;
}

/* line 162, app/assets/stylesheets/shared/_forms.scss */
select.rounded_select {
  padding: 0.6rem 1.25rem;
  background-color: white;
  border-radius: 0.75rem;
}

/* line 169, app/assets/stylesheets/shared/_forms.scss */
.form_row select {
  width: 100%;
}

/* line 173, app/assets/stylesheets/shared/_forms.scss */
select[multiple] {
  -webkit-appearance: none;
}

/* line 178, app/assets/stylesheets/shared/_forms.scss */
label {
  display: inline-block;
}

/* line 183, app/assets/stylesheets/shared/_forms.scss */
.field > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 190, app/assets/stylesheets/shared/_forms.scss */
.field.spaced > * {
  margin-left: 20px;
  margin-top: 10px;
}

/* line 197, app/assets/stylesheets/shared/_forms.scss */
.field > label input {
  float: left;
  margin: 0.25em 0.5em 1em 0;
}

/* line 205, app/assets/stylesheets/shared/_forms.scss */
.field_error [type="email"],
.field_error [type="password"],
.field_error [type="tel"],
.field_error [type="text"],
.field_error [type="url"],
.field_error [type="date"],
.field_error [type="search"],
.field_error [type="number"],
.field_error textarea {
  border-color: #980110;
  background-color: #fff0f0;
}

/* line 219, app/assets/stylesheets/shared/_forms.scss */
.field_helper {
  display: block;
  font-style: normal;
  color: #757575;
  font-size: 0.75rem;
  margin: 0.1em 0 0 0.1em;
}

/* line 227, app/assets/stylesheets/shared/_forms.scss */
.required_field_helper {
  font-family: "Inter", arial, sans-serif;
  color: #980110;
  font-size: small;
}

/* line 233, app/assets/stylesheets/shared/_forms.scss */
.field_code {
  width: 100%;
  padding: 0.5em;
  overflow: auto;
  display: block;
}

/* line 242, app/assets/stylesheets/shared/_forms.scss */
.form_group.js_collapsed .form_row {
  display: none;
}

/* line 248, app/assets/stylesheets/shared/_forms.scss */
.form_row {
  margin-bottom: 1rem;
}

/* line 251, app/assets/stylesheets/shared/_forms.scss */
.form_row > .form_row {
  margin-left: 2em;
}

/* line 256, app/assets/stylesheets/shared/_forms.scss */
.field_list_accordion {
  /* Error styles */
}

/* line 257, app/assets/stylesheets/shared/_forms.scss */
.field_list_accordion li {
  margin: 0;
}

/* line 261, app/assets/stylesheets/shared/_forms.scss */
.field_list_accordion [type="radio"] {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

/* line 265, app/assets/stylesheets/shared/_forms.scss */
.field_list_accordion li > label {
  margin: 0;
  display: block;
  padding: 0.75rem 1rem 0.75rem 2.75rem;
  position: relative;
  font-weight: 600;
}

/* line 272, app/assets/stylesheets/shared/_forms.scss */
.field_list_accordion li > label::before {
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  left: 0.75rem;
  top: 0.6rem;
  border: #333333 solid 0.125rem;
  border-color: #979797;
  padding: 0.25rem;
  border-radius: 50%;
  background-color: white;
  -webkit-box-shadow: inset 0 0 0 0.5rem white;
          box-shadow: inset 0 0 0 0.5rem white;
  background-clip: padding-box;
  -webkit-transition: background-color 0.2s, -webkit-box-shadow 0.2s;
  transition: background-color 0.2s, -webkit-box-shadow 0.2s;
  transition: background-color 0.2s, box-shadow 0.2s;
  transition: background-color 0.2s, box-shadow 0.2s, -webkit-box-shadow 0.2s;
}

/* line 289, app/assets/stylesheets/shared/_forms.scss */
.field_list_accordion li > label span {
  font-weight: 400;
  display: block;
}

/* line 295, app/assets/stylesheets/shared/_forms.scss */
.field_list_accordion input:checked + label::before {
  -webkit-box-shadow: inset 0 0 0 0.25rem white;
          box-shadow: inset 0 0 0 0.25rem white;
  background-color: #333333;
}

/* line 300, app/assets/stylesheets/shared/_forms.scss */
.field_list_accordion ul {
  list-style: none;
  padding: 0;
  margin: 0 0 0 2.5rem;
}

/* line 306, app/assets/stylesheets/shared/_forms.scss */
.field_list_accordion .form_group {
  margin: 0 0 0 18px;
  padding: 0 18px 0 0;
}

/* line 310, app/assets/stylesheets/shared/_forms.scss */
.field_list_accordion .form_group .field > * {
  width: 100%;
}

/* line 317, app/assets/stylesheets/shared/_forms.scss */
.field_list_accordion input ~ ul, .field_list_accordion input ~ .field_action, .field_list_accordion input ~ .form_group {
  display: none;
}

/* line 325, app/assets/stylesheets/shared/_forms.scss */
.field_list_accordion input:checked ~ ul, .field_list_accordion input:checked ~ .field_action, .field_list_accordion input:checked ~ .form_group {
  display: block;
}

/* line 335, app/assets/stylesheets/shared/_forms.scss */
.field_error .field_list_accordion {
  border: #980110 solid 1px;
  border-radius: 0.3em;
}

/* line 340, app/assets/stylesheets/shared/_forms.scss */
.field_list_accordion li.field_list_item_error {
  border: #980110 solid 1px;
  border-radius: 0.3em;
}

/* line 348, app/assets/stylesheets/shared/_forms.scss */
.radio_button_underline [type="radio"]:focus + label,
.radio_button_underline label:focus {
  text-decoration: underline;
}

@media (min-width: 640px) {
  /* line 357, app/assets/stylesheets/shared/_forms.scss */
  .form-horizontal .form_row > label {
    float: left;
    width: 9em;
    text-align: right;
    padding-top: 0.4em;
  }
  /* line 364, app/assets/stylesheets/shared/_forms.scss */
  .form-horizontal .form_row .field {
    margin-left: 10.5em;
  }
  /* line 369, app/assets/stylesheets/shared/_forms.scss */
  .form-horizontal .form_actions {
    padding-left: 10.5em;
  }
}

/* Checkbox styles */
/* line 377, app/assets/stylesheets/shared/_forms.scss */
.checkbox_container {
  display: block;
  position: relative;
  padding-left: 36px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 400;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox
and make the input element cover the area we want
to allow clicking on ie11*/
/* line 394, app/assets/stylesheets/shared/_forms.scss */
.checkbox_container input {
  position: absolute;
  left: 0;
  height: 100%;
  width: 130px;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom checkbox */
/* line 404, app/assets/stylesheets/shared/_forms.scss */
.checkmark {
  position: absolute;
  top: 0;
  left: 0px;
  height: 25px;
  width: 25px;
  background-color: #ffffff;
  border: solid #444444 1px;
}

/* line 414, app/assets/stylesheets/shared/_forms.scss */
.checkbox_container:hover input ~ .checkmark {
  border-width: 2px;
}

/* line 418, app/assets/stylesheets/shared/_forms.scss */
.checkbox_container input:focus ~ .checkmark {
  border-width: 2px;
}

/* line 422, app/assets/stylesheets/shared/_forms.scss */
.checkbox_container input:checked ~ .checkmark {
  background-color: #F36703;
  border: solid #444444 1px;
}

/* line 427, app/assets/stylesheets/shared/_forms.scss */
.checkbox_container input:disabled ~ .checkmark {
  opacity: 0.3;
}

/* Hide/show the checkmark on input:checked */
/* line 432, app/assets/stylesheets/shared/_forms.scss */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* line 438, app/assets/stylesheets/shared/_forms.scss */
.checkbox_container input:checked ~ .checkmark:after {
  display: block;
}

/* line 442, app/assets/stylesheets/shared/_forms.scss */
.errored .checkbox_container .checkmark {
  border: solid 2px #9e0b00;
}

/* line 446, app/assets/stylesheets/shared/_forms.scss */
.error_border_box {
  border: solid 1px #9E0B00;
  background-color: #F9F0EC;
}

/* line 451, app/assets/stylesheets/shared/_forms.scss */
.checkbox_container .checkmark:after {
  left: 8px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: solid #ffffff;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* line 464, app/assets/stylesheets/shared/_forms.scss */
.inline-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/* line 469, app/assets/stylesheets/shared/_forms.scss */
.inline-form *:first-child {
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
}

/* line 473, app/assets/stylesheets/shared/_forms.scss */
.inline-form input[type='text'] {
  width: 100%;
}

/* line 477, app/assets/stylesheets/shared/_forms.scss */
.inline-form .btn {
  margin-left: 48px;
}
/* line 80, app/assets/stylesheets/shared/_variables.scss */
:root {
  --colour-primary: #F36703;
  --colour-primary-light: #D9D9D9;
  --colour-primary-muted: rgba(243, 103, 3, 0.1);
  --colour-primary-faded: #FED7AA;
  --colour-secondary: #cccccc;
  --colour-muted-web: #F4F4F5;
  --colour-text-primary: #18181B;
  --colour-text-secondary: #666666;
  --colour-border-light: rgba(0, 0, 0, 0.1);
  --colour-border-default: rgba(0, 0, 0, 0.2);
  --colour-border-default-hover: rgba(0, 0, 0, 0.1);
  --colour-button-primary: #F36703;
  --colour-button-primary-hover: rgba(243, 103, 3, 0.9);
  --colour-button-primary-disabled: rgba(243, 103, 3, 0.5);
  --colour-button-secondary: #F4F4F5;
  --colour-button-secondary-hover: rgba(244, 244, 245, 0.5);
  --colour-button-secondary-disabled: rgba(244, 244, 245, 0.4);
  --colour-button-destructive: #DC2626;
  --colour-button-destructive-hover: rgba(220, 38, 38, 0.9);
  --colour-button-destructive-disabled: rgba(220, 38, 38, 0.5);
  --colour-yellow-dark: #d3a731;
  --colour-yellow: #f2be36;
  --colour-yellow-light: #f6db94;
  --colour-yellow-very-light: #f9efd3;
  --colour-blue-dark: #425d7b;
  --colour-blue: #496488;
  --colour-blue-bright: #2b95c8;
  --colour-blue-medium: #507094;
  --colour-blue-light: #E8EDF2;
  --colour-black: #000000;
  --colour-charcoal: #444444;
  --color-orange: #F36703;
  --colour-gray: #979797;
  --colour-gray-light: #f9f8f8;
  --colour-gray-dark: #757575;
  --colour-gray-very-dark: #1e1e1e;
  --colour-white: #ffffff;
  --colour-red: #9E0B00;
  --colour-red-light: #F9F0EC;
  --colour-salmon: #FC8C8C;
  --colour-green: #1D5D3D;
  --colour-green-bright: #00d084;
  --colour-green-light: #EDF8F3;
}

/* line 4, app/assets/stylesheets/shared/_headings.scss */
.heading_hero {
  font-size: 8vw;
  line-height: 9vw;
  font-weight: 700;
  margin: 0;
}

@media (max-width: 31.25rem) {
  /* line 4, app/assets/stylesheets/shared/_headings.scss */
  .heading_hero {
    font-size: 2.5rem;
  }
}

@media (min-width: 70rem) {
  /* line 4, app/assets/stylesheets/shared/_headings.scss */
  .heading_hero {
    font-size: 5.6rem;
  }
}

@media (max-width: 30.5555555556rem) {
  /* line 4, app/assets/stylesheets/shared/_headings.scss */
  .heading_hero {
    line-height: 2.75rem;
  }
}

@media (min-width: 72.2222222222rem) {
  /* line 4, app/assets/stylesheets/shared/_headings.scss */
  .heading_hero {
    line-height: 6.5rem;
  }
}

/* line 11, app/assets/stylesheets/shared/_headings.scss */
.heading_subhero {
  font-size: 5vw;
  line-height: 6vw;
  font-weight: 400;
  margin: 0;
}

@media (max-width: 30rem) {
  /* line 11, app/assets/stylesheets/shared/_headings.scss */
  .heading_subhero {
    font-size: 1.5rem;
  }
}

@media (min-width: 60rem) {
  /* line 11, app/assets/stylesheets/shared/_headings.scss */
  .heading_subhero {
    font-size: 3rem;
  }
}

@media (max-width: 29.1666666667rem) {
  /* line 11, app/assets/stylesheets/shared/_headings.scss */
  .heading_subhero {
    line-height: 1.75rem;
  }
}

@media (min-width: 60rem) {
  /* line 11, app/assets/stylesheets/shared/_headings.scss */
  .heading_subhero {
    line-height: 3.6rem;
  }
}

/* line 18, app/assets/stylesheets/shared/_headings.scss */
.page_heading {
  font-size: 2.5rem;
  font-weight: 700;
  margin: 0;
}

/* line 24, app/assets/stylesheets/shared/_headings.scss */
.page_subheading {
  font-size: 1.5rem;
  font-weight: 400;
  color: #666666;
  margin: 0;
}

/* line 31, app/assets/stylesheets/shared/_headings.scss */
.page_heading_tertiary {
  font-size: 1.25rem;
  font-weight: 300;
  margin: 0;
}

/* line 37, app/assets/stylesheets/shared/_headings.scss */
.card_heading {
  font-size: 2rem;
  font-weight: 700;
  margin: 0;
}

/* line 43, app/assets/stylesheets/shared/_headings.scss */
.card_subheading {
  font-size: 1.5rem;
  font-weight: 500;
  margin: 0;
}
/* line 80, app/assets/stylesheets/shared/_variables.scss */
:root {
  --colour-primary: #F36703;
  --colour-primary-light: #D9D9D9;
  --colour-primary-muted: rgba(243, 103, 3, 0.1);
  --colour-primary-faded: #FED7AA;
  --colour-secondary: #cccccc;
  --colour-muted-web: #F4F4F5;
  --colour-text-primary: #18181B;
  --colour-text-secondary: #666666;
  --colour-border-light: rgba(0, 0, 0, 0.1);
  --colour-border-default: rgba(0, 0, 0, 0.2);
  --colour-border-default-hover: rgba(0, 0, 0, 0.1);
  --colour-button-primary: #F36703;
  --colour-button-primary-hover: rgba(243, 103, 3, 0.9);
  --colour-button-primary-disabled: rgba(243, 103, 3, 0.5);
  --colour-button-secondary: #F4F4F5;
  --colour-button-secondary-hover: rgba(244, 244, 245, 0.5);
  --colour-button-secondary-disabled: rgba(244, 244, 245, 0.4);
  --colour-button-destructive: #DC2626;
  --colour-button-destructive-hover: rgba(220, 38, 38, 0.9);
  --colour-button-destructive-disabled: rgba(220, 38, 38, 0.5);
  --colour-yellow-dark: #d3a731;
  --colour-yellow: #f2be36;
  --colour-yellow-light: #f6db94;
  --colour-yellow-very-light: #f9efd3;
  --colour-blue-dark: #425d7b;
  --colour-blue: #496488;
  --colour-blue-bright: #2b95c8;
  --colour-blue-medium: #507094;
  --colour-blue-light: #E8EDF2;
  --colour-black: #000000;
  --colour-charcoal: #444444;
  --color-orange: #F36703;
  --colour-gray: #979797;
  --colour-gray-light: #f9f8f8;
  --colour-gray-dark: #757575;
  --colour-gray-very-dark: #1e1e1e;
  --colour-white: #ffffff;
  --colour-red: #9E0B00;
  --colour-red-light: #F9F0EC;
  --colour-salmon: #FC8C8C;
  --colour-green: #1D5D3D;
  --colour-green-bright: #00d084;
  --colour-green-light: #EDF8F3;
}

/* line 4, app/assets/stylesheets/shared/_text_treatment.scss */
.descriptor {
  color: #980110;
  font-size: 0.875rem;
}

/* line 8, app/assets/stylesheets/shared/_text_treatment.scss */
.descriptor:before {
  content: "";
  margin-right: 0.6em;
  background: url(/images/icon_left_arrow_red_large.png) 50% 0 no-repeat;
  background-size: contain;
  display: inline-block;
  width: 12px;
  height: 13px;
}

/* line 19, app/assets/stylesheets/shared/_text_treatment.scss */
.noitems {
  color: #666666;
  text-align: center;
  font-style: italic;
}

@media (min-width: 640px) {
  /* line 26, app/assets/stylesheets/shared/_text_treatment.scss */
  .break {
    display: inline-block;
  }
}

/* line 31, app/assets/stylesheets/shared/_text_treatment.scss */
.negative {
  color: #980110;
}

/* line 35, app/assets/stylesheets/shared/_text_treatment.scss */
.positive {
  color: #287811;
}

/* line 39, app/assets/stylesheets/shared/_text_treatment.scss */
.text-secondary {
  font-family: "Inter", arial, sans-serif;
}
/* line 80, app/assets/stylesheets/shared/_variables.scss */
:root {
  --colour-primary: #F36703;
  --colour-primary-light: #D9D9D9;
  --colour-primary-muted: rgba(243, 103, 3, 0.1);
  --colour-primary-faded: #FED7AA;
  --colour-secondary: #cccccc;
  --colour-muted-web: #F4F4F5;
  --colour-text-primary: #18181B;
  --colour-text-secondary: #666666;
  --colour-border-light: rgba(0, 0, 0, 0.1);
  --colour-border-default: rgba(0, 0, 0, 0.2);
  --colour-border-default-hover: rgba(0, 0, 0, 0.1);
  --colour-button-primary: #F36703;
  --colour-button-primary-hover: rgba(243, 103, 3, 0.9);
  --colour-button-primary-disabled: rgba(243, 103, 3, 0.5);
  --colour-button-secondary: #F4F4F5;
  --colour-button-secondary-hover: rgba(244, 244, 245, 0.5);
  --colour-button-secondary-disabled: rgba(244, 244, 245, 0.4);
  --colour-button-destructive: #DC2626;
  --colour-button-destructive-hover: rgba(220, 38, 38, 0.9);
  --colour-button-destructive-disabled: rgba(220, 38, 38, 0.5);
  --colour-yellow-dark: #d3a731;
  --colour-yellow: #f2be36;
  --colour-yellow-light: #f6db94;
  --colour-yellow-very-light: #f9efd3;
  --colour-blue-dark: #425d7b;
  --colour-blue: #496488;
  --colour-blue-bright: #2b95c8;
  --colour-blue-medium: #507094;
  --colour-blue-light: #E8EDF2;
  --colour-black: #000000;
  --colour-charcoal: #444444;
  --color-orange: #F36703;
  --colour-gray: #979797;
  --colour-gray-light: #f9f8f8;
  --colour-gray-dark: #757575;
  --colour-gray-very-dark: #1e1e1e;
  --colour-white: #ffffff;
  --colour-red: #9E0B00;
  --colour-red-light: #F9F0EC;
  --colour-salmon: #FC8C8C;
  --colour-green: #1D5D3D;
  --colour-green-bright: #00d084;
  --colour-green-light: #EDF8F3;
}

/* line 4, app/assets/stylesheets/shared/_lists.scss */
ul {
  padding-left: 2em;
}

/* line 8, app/assets/stylesheets/shared/_lists.scss */
.list_stripped,
.list_separated {
  list-style: none;
  padding: 0;
}

/* line 14, app/assets/stylesheets/shared/_lists.scss */
.list_blocked {
  display: inline-block;
  margin-right: auto;
  margin-left: auto;
  padding: 0 2rem;
}

/* line 20, app/assets/stylesheets/shared/_lists.scss */
.list_blocked li {
  text-align: left;
}

/* line 25, app/assets/stylesheets/shared/_lists.scss */
ul.list_attributes {
  margin: 1rem 0;
  padding: 0;
  text-align: center;
  list-style: none;
}

/* line 31, app/assets/stylesheets/shared/_lists.scss */
ul.list_attributes li {
  margin: 1rem 0;
}

/* line 35, app/assets/stylesheets/shared/_lists.scss */
ul.list_attributes strong {
  display: block;
}

/* line 40, app/assets/stylesheets/shared/_lists.scss */
dl.list_attributes {
  text-align: left;
}

/* line 43, app/assets/stylesheets/shared/_lists.scss */
dl.list_attributes dt {
  float: left;
  clear: left;
  margin: 0 0.5rem 0.5rem 0;
  width: 38%;
}

/* line 50, app/assets/stylesheets/shared/_lists.scss */
dl.list_attributes dd {
  margin: 0 0 0.5rem 42%;
  word-break: break-all;
}

/* line 55, app/assets/stylesheets/shared/_lists.scss */
dl.list_attributes .formatted {
  white-space: pre-line;
  font-family: monospace;
}

/* line 61, app/assets/stylesheets/shared/_lists.scss */
.list_separated {
  text-align: center;
  margin: 0;
}

/* line 65, app/assets/stylesheets/shared/_lists.scss */
.list_separated > li {
  display: inline-block;
  line-height: 1;
  border-left: #969696 solid 1px;
  padding: 0 0.5em 0 0.75em;
  margin: 0;
}

/* line 72, app/assets/stylesheets/shared/_lists.scss */
.list_separated > li:first-child {
  border-left: none;
}

/* line 78, app/assets/stylesheets/shared/_lists.scss */
.af_empty {
  padding: 5px 5px;
  border-bottom: 1px solid #969696;
}

/* line 83, app/assets/stylesheets/shared/_lists.scss */
.list_coupons {
  list-style: none;
  margin: 0 auto;
  padding: 0;
}

/* line 88, app/assets/stylesheets/shared/_lists.scss */
.list_coupons > li {
  margin: 2rem auto;
}

/* line 94, app/assets/stylesheets/shared/_lists.scss */
.list_attributes strong {
  display: inline-block;
  margin-right: 0.5rem;
}

/* line 98, app/assets/stylesheets/shared/_lists.scss */
.list_attributes strong::after {
  content: ":";
}
/* line 80, app/assets/stylesheets/shared/_variables.scss */
:root {
  --colour-primary: #F36703;
  --colour-primary-light: #D9D9D9;
  --colour-primary-muted: rgba(243, 103, 3, 0.1);
  --colour-primary-faded: #FED7AA;
  --colour-secondary: #cccccc;
  --colour-muted-web: #F4F4F5;
  --colour-text-primary: #18181B;
  --colour-text-secondary: #666666;
  --colour-border-light: rgba(0, 0, 0, 0.1);
  --colour-border-default: rgba(0, 0, 0, 0.2);
  --colour-border-default-hover: rgba(0, 0, 0, 0.1);
  --colour-button-primary: #F36703;
  --colour-button-primary-hover: rgba(243, 103, 3, 0.9);
  --colour-button-primary-disabled: rgba(243, 103, 3, 0.5);
  --colour-button-secondary: #F4F4F5;
  --colour-button-secondary-hover: rgba(244, 244, 245, 0.5);
  --colour-button-secondary-disabled: rgba(244, 244, 245, 0.4);
  --colour-button-destructive: #DC2626;
  --colour-button-destructive-hover: rgba(220, 38, 38, 0.9);
  --colour-button-destructive-disabled: rgba(220, 38, 38, 0.5);
  --colour-yellow-dark: #d3a731;
  --colour-yellow: #f2be36;
  --colour-yellow-light: #f6db94;
  --colour-yellow-very-light: #f9efd3;
  --colour-blue-dark: #425d7b;
  --colour-blue: #496488;
  --colour-blue-bright: #2b95c8;
  --colour-blue-medium: #507094;
  --colour-blue-light: #E8EDF2;
  --colour-black: #000000;
  --colour-charcoal: #444444;
  --color-orange: #F36703;
  --colour-gray: #979797;
  --colour-gray-light: #f9f8f8;
  --colour-gray-dark: #757575;
  --colour-gray-very-dark: #1e1e1e;
  --colour-white: #ffffff;
  --colour-red: #9E0B00;
  --colour-red-light: #F9F0EC;
  --colour-salmon: #FC8C8C;
  --colour-green: #1D5D3D;
  --colour-green-bright: #00d084;
  --colour-green-light: #EDF8F3;
}

/* line 4, app/assets/stylesheets/shared/_links.scss */
a {
  color: #F36703;
  text-decoration: none;
}

/* line 8, app/assets/stylesheets/shared/_links.scss */
a:hover {
  text-decoration: underline;
}

/* line 12, app/assets/stylesheets/shared/_links.scss */
a.required_indicator {
  margin-left: 5px;
}

/* line 16, app/assets/stylesheets/shared/_links.scss */
a.more:after {
  content: ">";
  margin-left: 0.3em;
  display: inline-block;
}
/* line 80, app/assets/stylesheets/shared/_variables.scss */
:root {
  --colour-primary: #F36703;
  --colour-primary-light: #D9D9D9;
  --colour-primary-muted: rgba(243, 103, 3, 0.1);
  --colour-primary-faded: #FED7AA;
  --colour-secondary: #cccccc;
  --colour-muted-web: #F4F4F5;
  --colour-text-primary: #18181B;
  --colour-text-secondary: #666666;
  --colour-border-light: rgba(0, 0, 0, 0.1);
  --colour-border-default: rgba(0, 0, 0, 0.2);
  --colour-border-default-hover: rgba(0, 0, 0, 0.1);
  --colour-button-primary: #F36703;
  --colour-button-primary-hover: rgba(243, 103, 3, 0.9);
  --colour-button-primary-disabled: rgba(243, 103, 3, 0.5);
  --colour-button-secondary: #F4F4F5;
  --colour-button-secondary-hover: rgba(244, 244, 245, 0.5);
  --colour-button-secondary-disabled: rgba(244, 244, 245, 0.4);
  --colour-button-destructive: #DC2626;
  --colour-button-destructive-hover: rgba(220, 38, 38, 0.9);
  --colour-button-destructive-disabled: rgba(220, 38, 38, 0.5);
  --colour-yellow-dark: #d3a731;
  --colour-yellow: #f2be36;
  --colour-yellow-light: #f6db94;
  --colour-yellow-very-light: #f9efd3;
  --colour-blue-dark: #425d7b;
  --colour-blue: #496488;
  --colour-blue-bright: #2b95c8;
  --colour-blue-medium: #507094;
  --colour-blue-light: #E8EDF2;
  --colour-black: #000000;
  --colour-charcoal: #444444;
  --color-orange: #F36703;
  --colour-gray: #979797;
  --colour-gray-light: #f9f8f8;
  --colour-gray-dark: #757575;
  --colour-gray-very-dark: #1e1e1e;
  --colour-white: #ffffff;
  --colour-red: #9E0B00;
  --colour-red-light: #F9F0EC;
  --colour-salmon: #FC8C8C;
  --colour-green: #1D5D3D;
  --colour-green-bright: #00d084;
  --colour-green-light: #EDF8F3;
}

/* line 4, app/assets/stylesheets/shared/_buttons.scss */
.btn {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-appearance: none;
  font-family: "Inter", arial, sans-serif;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 0.75rem;
  background-color: #D9D9D9;
  border: #D9D9D9 solid 1.5px;
  font-size: 14px;
  padding: 0.5rem 1rem;
  line-height: 1.15rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 21, app/assets/stylesheets/shared/_buttons.scss */
.btn[disabled] {
  pointer-events: none;
}

/* line 25, app/assets/stylesheets/shared/_buttons.scss */
.btn:not([disabled]):hover {
  background-color: rgba(217, 217, 217, 0.6);
}

/* line 29, app/assets/stylesheets/shared/_buttons.scss */
.btn.btn-disabled {
  opacity: 0.5;
}

/* line 33, app/assets/stylesheets/shared/_buttons.scss */
.btn.btn-small {
  padding: 0.3rem 0.6rem;
}

/* line 37, app/assets/stylesheets/shared/_buttons.scss */
.btn.btn-large {
  font-size: 1.5rem;
  padding: 1.3rem 1.6rem;
}

/* line 42, app/assets/stylesheets/shared/_buttons.scss */
.btn.btn-primary {
  background: #F36703;
  color: #ffffff;
  border-color: #F36703;
}

/* line 47, app/assets/stylesheets/shared/_buttons.scss */
.btn.btn-primary:not([disabled]):hover {
  background: rgba(243, 103, 3, 0.9);
}

/* line 55, app/assets/stylesheets/shared/_buttons.scss */
.btn.btn-secondary {
  color: #18181B;
  background: #F4F4F5;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 60, app/assets/stylesheets/shared/_buttons.scss */
.btn.btn-secondary:not([disabled]):hover {
  background: rgba(244, 244, 245, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}

/* line 65, app/assets/stylesheets/shared/_buttons.scss */
.btn.btn-secondary[disabled] {
  color: #000000;
}

/* line 69, app/assets/stylesheets/shared/_buttons.scss */
.btn.btn-secondary.btn-inverted {
  background-color: inherit;
  color: #F36703;
  border-color: currentColor;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* line 75, app/assets/stylesheets/shared/_buttons.scss */
.btn.btn-secondary.btn-inverted:not([disabled]):hover {
  background-color: rgba(243, 103, 3, 0.1);
  border-color: currentColor;
}

/* line 82, app/assets/stylesheets/shared/_buttons.scss */
.btn.btn-red {
  color: #ffffff;
  background-color: #DC2626;
  border-color: #DC2626;
}

/* line 87, app/assets/stylesheets/shared/_buttons.scss */
.btn.btn-red:not([disabled]):hover {
  background: rgba(220, 38, 38, 0.9);
}

/* line 91, app/assets/stylesheets/shared/_buttons.scss */
.btn.btn-red.btn-inverted {
  background-color: inherit;
  color: #9E0B00;
  border-color: currentColor;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin-bottom: 0;
  margin-right: 0;
}

/* line 99, app/assets/stylesheets/shared/_buttons.scss */
.btn.btn-red.btn-inverted:not([disabled]):hover {
  background: #F9F0EC;
}

/* line 107, app/assets/stylesheets/shared/_buttons.scss */
.btn-close-modal {
  font-weight: 700;
  font-size: 1.5rem;
  padding-right: 0;
  margin-right: 0;
}

/* line 115, app/assets/stylesheets/shared/_buttons.scss */
a.btn:hover {
  text-decoration: none;
}

/* line 121, app/assets/stylesheets/shared/_buttons.scss */
.btn-file {
  position: relative;
}

/* line 124, app/assets/stylesheets/shared/_buttons.scss */
.btn-file [type="file"] {
  position: absolute;
  z-index: -1;
}

/* line 130, app/assets/stylesheets/shared/_buttons.scss */
.btn-icon {
  margin-right: 0.5rem;
  font-size: 20px;
  font-weight: normal;
}
/* line 80, app/assets/stylesheets/shared/_variables.scss */
:root {
  --colour-primary: #F36703;
  --colour-primary-light: #D9D9D9;
  --colour-primary-muted: rgba(243, 103, 3, 0.1);
  --colour-primary-faded: #FED7AA;
  --colour-secondary: #cccccc;
  --colour-muted-web: #F4F4F5;
  --colour-text-primary: #18181B;
  --colour-text-secondary: #666666;
  --colour-border-light: rgba(0, 0, 0, 0.1);
  --colour-border-default: rgba(0, 0, 0, 0.2);
  --colour-border-default-hover: rgba(0, 0, 0, 0.1);
  --colour-button-primary: #F36703;
  --colour-button-primary-hover: rgba(243, 103, 3, 0.9);
  --colour-button-primary-disabled: rgba(243, 103, 3, 0.5);
  --colour-button-secondary: #F4F4F5;
  --colour-button-secondary-hover: rgba(244, 244, 245, 0.5);
  --colour-button-secondary-disabled: rgba(244, 244, 245, 0.4);
  --colour-button-destructive: #DC2626;
  --colour-button-destructive-hover: rgba(220, 38, 38, 0.9);
  --colour-button-destructive-disabled: rgba(220, 38, 38, 0.5);
  --colour-yellow-dark: #d3a731;
  --colour-yellow: #f2be36;
  --colour-yellow-light: #f6db94;
  --colour-yellow-very-light: #f9efd3;
  --colour-blue-dark: #425d7b;
  --colour-blue: #496488;
  --colour-blue-bright: #2b95c8;
  --colour-blue-medium: #507094;
  --colour-blue-light: #E8EDF2;
  --colour-black: #000000;
  --colour-charcoal: #444444;
  --color-orange: #F36703;
  --colour-gray: #979797;
  --colour-gray-light: #f9f8f8;
  --colour-gray-dark: #757575;
  --colour-gray-very-dark: #1e1e1e;
  --colour-white: #ffffff;
  --colour-red: #9E0B00;
  --colour-red-light: #F9F0EC;
  --colour-salmon: #FC8C8C;
  --colour-green: #1D5D3D;
  --colour-green-bright: #00d084;
  --colour-green-light: #EDF8F3;
}

/* line 4, app/assets/stylesheets/shared/_notifications.scss */
.notification {
  padding: 0.5rem 1rem;
  text-align: center;
}

/* line 8, app/assets/stylesheets/shared/_notifications.scss */
.notification.info {
  color: #496488;
  background: #E8EDF2;
}

/* line 13, app/assets/stylesheets/shared/_notifications.scss */
.notification.success {
  color: #1D5D3D;
  background: #EDF8F3;
}

/* line 18, app/assets/stylesheets/shared/_notifications.scss */
.notification.caution {
  color: #444444;
  background: #f9efd3;
}

/* line 23, app/assets/stylesheets/shared/_notifications.scss */
.notification.error {
  color: #9E0B00;
  background: #F9F0EC;
}

/* line 28, app/assets/stylesheets/shared/_notifications.scss */
.notification a {
  font-weight: 700;
  color: #444444;
  text-decoration: underline;
}

/* line 33, app/assets/stylesheets/shared/_notifications.scss */
.notification a:visited {
  color: #444444;
}

/* line 38, app/assets/stylesheets/shared/_notifications.scss */
.notification .notification_content {
  width: 70%;
  margin: 0 auto;
  padding: 0 1rem;
}

/* line 46, app/assets/stylesheets/shared/_notifications.scss */
body > .notification_container ul {
  display: inline-block;
}

/* line 50, app/assets/stylesheets/shared/_notifications.scss */
body > .notification_container li {
  text-align: left;
}

/* line 53, app/assets/stylesheets/shared/_notifications.scss */
body > .notification_container li:only-child {
  list-style: none;
}
/* line 80, app/assets/stylesheets/shared/_variables.scss */
:root {
  --colour-primary: #F36703;
  --colour-primary-light: #D9D9D9;
  --colour-primary-muted: rgba(243, 103, 3, 0.1);
  --colour-primary-faded: #FED7AA;
  --colour-secondary: #cccccc;
  --colour-muted-web: #F4F4F5;
  --colour-text-primary: #18181B;
  --colour-text-secondary: #666666;
  --colour-border-light: rgba(0, 0, 0, 0.1);
  --colour-border-default: rgba(0, 0, 0, 0.2);
  --colour-border-default-hover: rgba(0, 0, 0, 0.1);
  --colour-button-primary: #F36703;
  --colour-button-primary-hover: rgba(243, 103, 3, 0.9);
  --colour-button-primary-disabled: rgba(243, 103, 3, 0.5);
  --colour-button-secondary: #F4F4F5;
  --colour-button-secondary-hover: rgba(244, 244, 245, 0.5);
  --colour-button-secondary-disabled: rgba(244, 244, 245, 0.4);
  --colour-button-destructive: #DC2626;
  --colour-button-destructive-hover: rgba(220, 38, 38, 0.9);
  --colour-button-destructive-disabled: rgba(220, 38, 38, 0.5);
  --colour-yellow-dark: #d3a731;
  --colour-yellow: #f2be36;
  --colour-yellow-light: #f6db94;
  --colour-yellow-very-light: #f9efd3;
  --colour-blue-dark: #425d7b;
  --colour-blue: #496488;
  --colour-blue-bright: #2b95c8;
  --colour-blue-medium: #507094;
  --colour-blue-light: #E8EDF2;
  --colour-black: #000000;
  --colour-charcoal: #444444;
  --color-orange: #F36703;
  --colour-gray: #979797;
  --colour-gray-light: #f9f8f8;
  --colour-gray-dark: #757575;
  --colour-gray-very-dark: #1e1e1e;
  --colour-white: #ffffff;
  --colour-red: #9E0B00;
  --colour-red-light: #F9F0EC;
  --colour-salmon: #FC8C8C;
  --colour-green: #1D5D3D;
  --colour-green-bright: #00d084;
  --colour-green-light: #EDF8F3;
}

/* line 3, app/assets/stylesheets/shared/_environment_banner.scss */
.environment-banner {
  text-align: center;
  font-weight: bold;
  padding: 0.5rem 0;
  font-family: "Inter", arial, sans-serif;
}

/* line 9, app/assets/stylesheets/shared/_environment_banner.scss */
.environment-banner.development {
  background-color: #496488;
  color: #f6db94;
}

/* line 13, app/assets/stylesheets/shared/_environment_banner.scss */
.environment-banner.development a {
  color: #ffffff;
}

/* line 18, app/assets/stylesheets/shared/_environment_banner.scss */
.environment-banner.staging {
  background-color: #FC8C8C;
  color: #444444;
}

/* line 22, app/assets/stylesheets/shared/_environment_banner.scss */
.environment-banner.staging a {
  color: #444444;
}

/* line 27, app/assets/stylesheets/shared/_environment_banner.scss */
.environment-banner.production {
  background-color: #9E0B00;
  color: #ffffff;
}

/* line 32, app/assets/stylesheets/shared/_environment_banner.scss */
.environment-banner.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 20;
}

/* line 39, app/assets/stylesheets/shared/_environment_banner.scss */
.environment-banner.sticky + * {
  padding-top: 2.5rem;
}

/* line 43, app/assets/stylesheets/shared/_environment_banner.scss */
.environment-banner a {
  text-decoration: underline;
}
/* line 1, app/assets/stylesheets/vendor/_lucide.scss */
.icon-a-arrow-down::before {
  content: "\e589";
}

/* line 2, app/assets/stylesheets/vendor/_lucide.scss */
.icon-a-arrow-up::before {
  content: "\e58a";
}

/* line 3, app/assets/stylesheets/vendor/_lucide.scss */
.icon-a-large-small::before {
  content: "\e58b";
}

/* line 4, app/assets/stylesheets/vendor/_lucide.scss */
.icon-accessibility::before {
  content: "\e297";
}

/* line 5, app/assets/stylesheets/vendor/_lucide.scss */
.icon-activity::before {
  content: "\e038";
}

/* line 6, app/assets/stylesheets/vendor/_lucide.scss */
.icon-air-vent::before {
  content: "\e351";
}

/* line 7, app/assets/stylesheets/vendor/_lucide.scss */
.icon-airplay::before {
  content: "\e039";
}

/* line 8, app/assets/stylesheets/vendor/_lucide.scss */
.icon-alarm-clock-check::before {
  content: "\e1ec";
}

/* line 9, app/assets/stylesheets/vendor/_lucide.scss */
.icon-alarm-clock-minus::before {
  content: "\e1ed";
}

/* line 10, app/assets/stylesheets/vendor/_lucide.scss */
.icon-alarm-clock-off::before {
  content: "\e23b";
}

/* line 11, app/assets/stylesheets/vendor/_lucide.scss */
.icon-alarm-clock-plus::before {
  content: "\e1ee";
}

/* line 12, app/assets/stylesheets/vendor/_lucide.scss */
.icon-alarm-clock::before {
  content: "\e03a";
}

/* line 13, app/assets/stylesheets/vendor/_lucide.scss */
.icon-alarm-smoke::before {
  content: "\e57f";
}

/* line 14, app/assets/stylesheets/vendor/_lucide.scss */
.icon-album::before {
  content: "\e03b";
}

/* line 15, app/assets/stylesheets/vendor/_lucide.scss */
.icon-align-center-horizontal::before {
  content: "\e26c";
}

/* line 16, app/assets/stylesheets/vendor/_lucide.scss */
.icon-align-center-vertical::before {
  content: "\e26d";
}

/* line 17, app/assets/stylesheets/vendor/_lucide.scss */
.icon-align-end-horizontal::before {
  content: "\e26e";
}

/* line 18, app/assets/stylesheets/vendor/_lucide.scss */
.icon-align-end-vertical::before {
  content: "\e26f";
}

/* line 19, app/assets/stylesheets/vendor/_lucide.scss */
.icon-align-horizontal-distribute-center::before {
  content: "\e03c";
}

/* line 20, app/assets/stylesheets/vendor/_lucide.scss */
.icon-align-horizontal-distribute-end::before {
  content: "\e03d";
}

/* line 21, app/assets/stylesheets/vendor/_lucide.scss */
.icon-align-horizontal-distribute-start::before {
  content: "\e03e";
}

/* line 22, app/assets/stylesheets/vendor/_lucide.scss */
.icon-align-horizontal-justify-center::before {
  content: "\e272";
}

/* line 23, app/assets/stylesheets/vendor/_lucide.scss */
.icon-align-horizontal-justify-end::before {
  content: "\e273";
}

/* line 24, app/assets/stylesheets/vendor/_lucide.scss */
.icon-align-horizontal-justify-start::before {
  content: "\e274";
}

/* line 25, app/assets/stylesheets/vendor/_lucide.scss */
.icon-align-horizontal-space-around::before {
  content: "\e275";
}

/* line 26, app/assets/stylesheets/vendor/_lucide.scss */
.icon-align-horizontal-space-between::before {
  content: "\e276";
}

/* line 27, app/assets/stylesheets/vendor/_lucide.scss */
.icon-align-start-horizontal::before {
  content: "\e270";
}

/* line 28, app/assets/stylesheets/vendor/_lucide.scss */
.icon-align-start-vertical::before {
  content: "\e271";
}

/* line 29, app/assets/stylesheets/vendor/_lucide.scss */
.icon-align-vertical-distribute-center::before {
  content: "\e27e";
}

/* line 30, app/assets/stylesheets/vendor/_lucide.scss */
.icon-align-vertical-distribute-end::before {
  content: "\e27f";
}

/* line 31, app/assets/stylesheets/vendor/_lucide.scss */
.icon-align-vertical-distribute-start::before {
  content: "\e280";
}

/* line 32, app/assets/stylesheets/vendor/_lucide.scss */
.icon-align-vertical-justify-center::before {
  content: "\e277";
}

/* line 33, app/assets/stylesheets/vendor/_lucide.scss */
.icon-align-vertical-justify-end::before {
  content: "\e278";
}

/* line 34, app/assets/stylesheets/vendor/_lucide.scss */
.icon-align-vertical-justify-start::before {
  content: "\e279";
}

/* line 35, app/assets/stylesheets/vendor/_lucide.scss */
.icon-align-vertical-space-around::before {
  content: "\e27a";
}

/* line 36, app/assets/stylesheets/vendor/_lucide.scss */
.icon-align-vertical-space-between::before {
  content: "\e27b";
}

/* line 37, app/assets/stylesheets/vendor/_lucide.scss */
.icon-ambulance::before {
  content: "\e5bf";
}

/* line 38, app/assets/stylesheets/vendor/_lucide.scss */
.icon-ampersand::before {
  content: "\e4a0";
}

/* line 39, app/assets/stylesheets/vendor/_lucide.scss */
.icon-ampersands::before {
  content: "\e4a1";
}

/* line 40, app/assets/stylesheets/vendor/_lucide.scss */
.icon-amphora::before {
  content: "\e61f";
}

/* line 41, app/assets/stylesheets/vendor/_lucide.scss */
.icon-anchor::before {
  content: "\e03f";
}

/* line 42, app/assets/stylesheets/vendor/_lucide.scss */
.icon-angry::before {
  content: "\e2fc";
}

/* line 43, app/assets/stylesheets/vendor/_lucide.scss */
.icon-annoyed::before {
  content: "\e2fd";
}

/* line 44, app/assets/stylesheets/vendor/_lucide.scss */
.icon-antenna::before {
  content: "\e4e6";
}

/* line 45, app/assets/stylesheets/vendor/_lucide.scss */
.icon-anvil::before {
  content: "\e584";
}

/* line 46, app/assets/stylesheets/vendor/_lucide.scss */
.icon-aperture::before {
  content: "\e040";
}

/* line 47, app/assets/stylesheets/vendor/_lucide.scss */
.icon-app-window-mac::before {
  content: "\e5d6";
}

/* line 48, app/assets/stylesheets/vendor/_lucide.scss */
.icon-app-window::before {
  content: "\e42a";
}

/* line 49, app/assets/stylesheets/vendor/_lucide.scss */
.icon-apple::before {
  content: "\e352";
}

/* line 50, app/assets/stylesheets/vendor/_lucide.scss */
.icon-archive-restore::before {
  content: "\e2cd";
}

/* line 51, app/assets/stylesheets/vendor/_lucide.scss */
.icon-archive-x::before {
  content: "\e510";
}

/* line 52, app/assets/stylesheets/vendor/_lucide.scss */
.icon-archive::before {
  content: "\e041";
}

/* line 53, app/assets/stylesheets/vendor/_lucide.scss */
.icon-armchair::before {
  content: "\e2c0";
}

/* line 54, app/assets/stylesheets/vendor/_lucide.scss */
.icon-arrow-big-down-dash::before {
  content: "\e421";
}

/* line 55, app/assets/stylesheets/vendor/_lucide.scss */
.icon-arrow-big-down::before {
  content: "\e1e1";
}

/* line 56, app/assets/stylesheets/vendor/_lucide.scss */
.icon-arrow-big-left-dash::before {
  content: "\e422";
}

/* line 57, app/assets/stylesheets/vendor/_lucide.scss */
.icon-arrow-big-left::before {
  content: "\e1e2";
}

/* line 58, app/assets/stylesheets/vendor/_lucide.scss */
.icon-arrow-big-right-dash::before {
  content: "\e423";
}

/* line 59, app/assets/stylesheets/vendor/_lucide.scss */
.icon-arrow-big-right::before {
  content: "\e1e3";
}

/* line 60, app/assets/stylesheets/vendor/_lucide.scss */
.icon-arrow-big-up-dash::before {
  content: "\e424";
}

/* line 61, app/assets/stylesheets/vendor/_lucide.scss */
.icon-arrow-big-up::before {
  content: "\e1e4";
}

/* line 62, app/assets/stylesheets/vendor/_lucide.scss */
.icon-arrow-down-0-1::before {
  content: "\e417";
}

/* line 63, app/assets/stylesheets/vendor/_lucide.scss */
.icon-arrow-down-1-0::before {
  content: "\e418";
}

/* line 64, app/assets/stylesheets/vendor/_lucide.scss */
.icon-arrow-down-a-z::before {
  content: "\e419";
}

/* line 65, app/assets/stylesheets/vendor/_lucide.scss */
.icon-arrow-down-from-line::before {
  content: "\e458";
}

/* line 66, app/assets/stylesheets/vendor/_lucide.scss */
.icon-arrow-down-left::before {
  content: "\e043";
}

/* line 67, app/assets/stylesheets/vendor/_lucide.scss */
.icon-arrow-down-narrow-wide::before {
  content: "\e044";
}

/* line 68, app/assets/stylesheets/vendor/_lucide.scss */
.icon-arrow-down-right::before {
  content: "\e045";
}

/* line 69, app/assets/stylesheets/vendor/_lucide.scss */
.icon-arrow-down-to-dot::before {
  content: "\e451";
}

/* line 70, app/assets/stylesheets/vendor/_lucide.scss */
.icon-arrow-down-to-line::before {
  content: "\e459";
}

/* line 71, app/assets/stylesheets/vendor/_lucide.scss */
.icon-arrow-down-up::before {
  content: "\e046";
}

/* line 72, app/assets/stylesheets/vendor/_lucide.scss */
.icon-arrow-down-wide-narrow::before {
  content: "\e047";
}

/* line 73, app/assets/stylesheets/vendor/_lucide.scss */
.icon-arrow-down-z-a::before {
  content: "\e41a";
}

/* line 74, app/assets/stylesheets/vendor/_lucide.scss */
.icon-arrow-down::before {
  content: "\e042";
}

/* line 75, app/assets/stylesheets/vendor/_lucide.scss */
.icon-arrow-left-from-line::before {
  content: "\e45a";
}

/* line 76, app/assets/stylesheets/vendor/_lucide.scss */
.icon-arrow-left-right::before {
  content: "\e24a";
}

/* line 77, app/assets/stylesheets/vendor/_lucide.scss */
.icon-arrow-left-to-line::before {
  content: "\e45b";
}

/* line 78, app/assets/stylesheets/vendor/_lucide.scss */
.icon-arrow-left::before {
  content: "\e048";
}

/* line 79, app/assets/stylesheets/vendor/_lucide.scss */
.icon-arrow-right-from-line::before {
  content: "\e45c";
}

/* line 80, app/assets/stylesheets/vendor/_lucide.scss */
.icon-arrow-right-left::before {
  content: "\e41b";
}

/* line 81, app/assets/stylesheets/vendor/_lucide.scss */
.icon-arrow-right-to-line::before {
  content: "\e45d";
}

/* line 82, app/assets/stylesheets/vendor/_lucide.scss */
.icon-arrow-right::before {
  content: "\e049";
}

/* line 83, app/assets/stylesheets/vendor/_lucide.scss */
.icon-arrow-up-0-1::before {
  content: "\e41c";
}

/* line 84, app/assets/stylesheets/vendor/_lucide.scss */
.icon-arrow-up-1-0::before {
  content: "\e41d";
}

/* line 85, app/assets/stylesheets/vendor/_lucide.scss */
.icon-arrow-up-a-z::before {
  content: "\e41e";
}

/* line 86, app/assets/stylesheets/vendor/_lucide.scss */
.icon-arrow-up-down::before {
  content: "\e381";
}

/* line 87, app/assets/stylesheets/vendor/_lucide.scss */
.icon-arrow-up-from-dot::before {
  content: "\e452";
}

/* line 88, app/assets/stylesheets/vendor/_lucide.scss */
.icon-arrow-up-from-line::before {
  content: "\e45e";
}

/* line 89, app/assets/stylesheets/vendor/_lucide.scss */
.icon-arrow-up-left::before {
  content: "\e04b";
}

/* line 90, app/assets/stylesheets/vendor/_lucide.scss */
.icon-arrow-up-narrow-wide::before {
  content: "\e04c";
}

/* line 91, app/assets/stylesheets/vendor/_lucide.scss */
.icon-arrow-up-right::before {
  content: "\e04d";
}

/* line 92, app/assets/stylesheets/vendor/_lucide.scss */
.icon-arrow-up-to-line::before {
  content: "\e45f";
}

/* line 93, app/assets/stylesheets/vendor/_lucide.scss */
.icon-arrow-up-wide-narrow::before {
  content: "\e41f";
}

/* line 94, app/assets/stylesheets/vendor/_lucide.scss */
.icon-arrow-up-z-a::before {
  content: "\e420";
}

/* line 95, app/assets/stylesheets/vendor/_lucide.scss */
.icon-arrow-up::before {
  content: "\e04a";
}

/* line 96, app/assets/stylesheets/vendor/_lucide.scss */
.icon-arrows-up-from-line::before {
  content: "\e4d8";
}

/* line 97, app/assets/stylesheets/vendor/_lucide.scss */
.icon-asterisk::before {
  content: "\e1ef";
}

/* line 98, app/assets/stylesheets/vendor/_lucide.scss */
.icon-at-sign::before {
  content: "\e04e";
}

/* line 99, app/assets/stylesheets/vendor/_lucide.scss */
.icon-atom::before {
  content: "\e3db";
}

/* line 100, app/assets/stylesheets/vendor/_lucide.scss */
.icon-audio-lines::before {
  content: "\e55e";
}

/* line 101, app/assets/stylesheets/vendor/_lucide.scss */
.icon-audio-waveform::before {
  content: "\e55f";
}

/* line 102, app/assets/stylesheets/vendor/_lucide.scss */
.icon-award::before {
  content: "\e04f";
}

/* line 103, app/assets/stylesheets/vendor/_lucide.scss */
.icon-axe::before {
  content: "\e050";
}

/* line 104, app/assets/stylesheets/vendor/_lucide.scss */
.icon-axis-3d::before {
  content: "\e2fe";
}

/* line 105, app/assets/stylesheets/vendor/_lucide.scss */
.icon-baby::before {
  content: "\e2ce";
}

/* line 106, app/assets/stylesheets/vendor/_lucide.scss */
.icon-backpack::before {
  content: "\e2c8";
}

/* line 107, app/assets/stylesheets/vendor/_lucide.scss */
.icon-badge-alert::before {
  content: "\e479";
}

/* line 108, app/assets/stylesheets/vendor/_lucide.scss */
.icon-badge-cent::before {
  content: "\e513";
}

/* line 109, app/assets/stylesheets/vendor/_lucide.scss */
.icon-badge-check::before {
  content: "\e241";
}

/* line 110, app/assets/stylesheets/vendor/_lucide.scss */
.icon-badge-dollar-sign::before {
  content: "\e47a";
}

/* line 111, app/assets/stylesheets/vendor/_lucide.scss */
.icon-badge-euro::before {
  content: "\e514";
}

/* line 112, app/assets/stylesheets/vendor/_lucide.scss */
.icon-badge-indian-rupee::before {
  content: "\e515";
}

/* line 113, app/assets/stylesheets/vendor/_lucide.scss */
.icon-badge-info::before {
  content: "\e47b";
}

/* line 114, app/assets/stylesheets/vendor/_lucide.scss */
.icon-badge-japanese-yen::before {
  content: "\e516";
}

/* line 115, app/assets/stylesheets/vendor/_lucide.scss */
.icon-badge-minus::before {
  content: "\e47c";
}

/* line 116, app/assets/stylesheets/vendor/_lucide.scss */
.icon-badge-percent::before {
  content: "\e47d";
}

/* line 117, app/assets/stylesheets/vendor/_lucide.scss */
.icon-badge-plus::before {
  content: "\e47e";
}

/* line 118, app/assets/stylesheets/vendor/_lucide.scss */
.icon-badge-pound-sterling::before {
  content: "\e517";
}

/* line 119, app/assets/stylesheets/vendor/_lucide.scss */
.icon-badge-question-mark::before {
  content: "\e47f";
}

/* line 120, app/assets/stylesheets/vendor/_lucide.scss */
.icon-badge-russian-ruble::before {
  content: "\e518";
}

/* line 121, app/assets/stylesheets/vendor/_lucide.scss */
.icon-badge-swiss-franc::before {
  content: "\e519";
}

/* line 122, app/assets/stylesheets/vendor/_lucide.scss */
.icon-badge-turkish-lira::before {
  content: "\e682";
}

/* line 123, app/assets/stylesheets/vendor/_lucide.scss */
.icon-badge-x::before {
  content: "\e480";
}

/* line 124, app/assets/stylesheets/vendor/_lucide.scss */
.icon-badge::before {
  content: "\e478";
}

/* line 125, app/assets/stylesheets/vendor/_lucide.scss */
.icon-baggage-claim::before {
  content: "\e2c9";
}

/* line 126, app/assets/stylesheets/vendor/_lucide.scss */
.icon-ban::before {
  content: "\e051";
}

/* line 127, app/assets/stylesheets/vendor/_lucide.scss */
.icon-banana::before {
  content: "\e353";
}

/* line 128, app/assets/stylesheets/vendor/_lucide.scss */
.icon-bandage::before {
  content: "\e621";
}

/* line 129, app/assets/stylesheets/vendor/_lucide.scss */
.icon-banknote-arrow-down::before {
  content: "\e650";
}

/* line 130, app/assets/stylesheets/vendor/_lucide.scss */
.icon-banknote-arrow-up::before {
  content: "\e651";
}

/* line 131, app/assets/stylesheets/vendor/_lucide.scss */
.icon-banknote-x::before {
  content: "\e652";
}

/* line 132, app/assets/stylesheets/vendor/_lucide.scss */
.icon-banknote::before {
  content: "\e052";
}

/* line 133, app/assets/stylesheets/vendor/_lucide.scss */
.icon-barcode::before {
  content: "\e537";
}

/* line 134, app/assets/stylesheets/vendor/_lucide.scss */
.icon-barrel::before {
  content: "\e679";
}

/* line 135, app/assets/stylesheets/vendor/_lucide.scss */
.icon-baseline::before {
  content: "\e285";
}

/* line 136, app/assets/stylesheets/vendor/_lucide.scss */
.icon-bath::before {
  content: "\e2ab";
}

/* line 137, app/assets/stylesheets/vendor/_lucide.scss */
.icon-battery-charging::before {
  content: "\e054";
}

/* line 138, app/assets/stylesheets/vendor/_lucide.scss */
.icon-battery-full::before {
  content: "\e055";
}

/* line 139, app/assets/stylesheets/vendor/_lucide.scss */
.icon-battery-low::before {
  content: "\e056";
}

/* line 140, app/assets/stylesheets/vendor/_lucide.scss */
.icon-battery-medium::before {
  content: "\e057";
}

/* line 141, app/assets/stylesheets/vendor/_lucide.scss */
.icon-battery-plus::before {
  content: "\e642";
}

/* line 142, app/assets/stylesheets/vendor/_lucide.scss */
.icon-battery-warning::before {
  content: "\e3b0";
}

/* line 143, app/assets/stylesheets/vendor/_lucide.scss */
.icon-battery::before {
  content: "\e053";
}

/* line 144, app/assets/stylesheets/vendor/_lucide.scss */
.icon-beaker::before {
  content: "\e058";
}

/* line 145, app/assets/stylesheets/vendor/_lucide.scss */
.icon-bean-off::before {
  content: "\e394";
}

/* line 146, app/assets/stylesheets/vendor/_lucide.scss */
.icon-bean::before {
  content: "\e393";
}

/* line 147, app/assets/stylesheets/vendor/_lucide.scss */
.icon-bed-double::before {
  content: "\e2c2";
}

/* line 148, app/assets/stylesheets/vendor/_lucide.scss */
.icon-bed-single::before {
  content: "\e2c3";
}

/* line 149, app/assets/stylesheets/vendor/_lucide.scss */
.icon-bed::before {
  content: "\e2c1";
}

/* line 150, app/assets/stylesheets/vendor/_lucide.scss */
.icon-beef::before {
  content: "\e3a9";
}

/* line 151, app/assets/stylesheets/vendor/_lucide.scss */
.icon-beer-off::before {
  content: "\e5dd";
}

/* line 152, app/assets/stylesheets/vendor/_lucide.scss */
.icon-beer::before {
  content: "\e2cf";
}

/* line 153, app/assets/stylesheets/vendor/_lucide.scss */
.icon-bell-dot::before {
  content: "\e42f";
}

/* line 154, app/assets/stylesheets/vendor/_lucide.scss */
.icon-bell-electric::before {
  content: "\e580";
}

/* line 155, app/assets/stylesheets/vendor/_lucide.scss */
.icon-bell-minus::before {
  content: "\e1f0";
}

/* line 156, app/assets/stylesheets/vendor/_lucide.scss */
.icon-bell-off::before {
  content: "\e05a";
}

/* line 157, app/assets/stylesheets/vendor/_lucide.scss */
.icon-bell-plus::before {
  content: "\e1f1";
}

/* line 158, app/assets/stylesheets/vendor/_lucide.scss */
.icon-bell-ring::before {
  content: "\e224";
}

/* line 159, app/assets/stylesheets/vendor/_lucide.scss */
.icon-bell::before {
  content: "\e059";
}

/* line 160, app/assets/stylesheets/vendor/_lucide.scss */
.icon-between-horizontal-end::before {
  content: "\e595";
}

/* line 161, app/assets/stylesheets/vendor/_lucide.scss */
.icon-between-horizontal-start::before {
  content: "\e596";
}

/* line 162, app/assets/stylesheets/vendor/_lucide.scss */
.icon-between-vertical-end::before {
  content: "\e597";
}

/* line 163, app/assets/stylesheets/vendor/_lucide.scss */
.icon-between-vertical-start::before {
  content: "\e598";
}

/* line 164, app/assets/stylesheets/vendor/_lucide.scss */
.icon-biceps-flexed::before {
  content: "\e5ef";
}

/* line 165, app/assets/stylesheets/vendor/_lucide.scss */
.icon-bike::before {
  content: "\e1d2";
}

/* line 166, app/assets/stylesheets/vendor/_lucide.scss */
.icon-binary::before {
  content: "\e1f2";
}

/* line 167, app/assets/stylesheets/vendor/_lucide.scss */
.icon-binoculars::before {
  content: "\e625";
}

/* line 168, app/assets/stylesheets/vendor/_lucide.scss */
.icon-biohazard::before {
  content: "\e445";
}

/* line 169, app/assets/stylesheets/vendor/_lucide.scss */
.icon-bird::before {
  content: "\e3c9";
}

/* line 170, app/assets/stylesheets/vendor/_lucide.scss */
.icon-birdhouse::before {
  content: "\e69e";
}

/* line 171, app/assets/stylesheets/vendor/_lucide.scss */
.icon-bitcoin::before {
  content: "\e05b";
}

/* line 172, app/assets/stylesheets/vendor/_lucide.scss */
.icon-blend::before {
  content: "\e5a0";
}

/* line 173, app/assets/stylesheets/vendor/_lucide.scss */
.icon-blinds::before {
  content: "\e3c4";
}

/* line 174, app/assets/stylesheets/vendor/_lucide.scss */
.icon-blocks::before {
  content: "\e4fe";
}

/* line 175, app/assets/stylesheets/vendor/_lucide.scss */
.icon-bluetooth-connected::before {
  content: "\e1b8";
}

/* line 176, app/assets/stylesheets/vendor/_lucide.scss */
.icon-bluetooth-off::before {
  content: "\e1b9";
}

/* line 177, app/assets/stylesheets/vendor/_lucide.scss */
.icon-bluetooth-searching::before {
  content: "\e1ba";
}

/* line 178, app/assets/stylesheets/vendor/_lucide.scss */
.icon-bluetooth::before {
  content: "\e05c";
}

/* line 179, app/assets/stylesheets/vendor/_lucide.scss */
.icon-bold::before {
  content: "\e05d";
}

/* line 180, app/assets/stylesheets/vendor/_lucide.scss */
.icon-bolt::before {
  content: "\e590";
}

/* line 181, app/assets/stylesheets/vendor/_lucide.scss */
.icon-bomb::before {
  content: "\e2ff";
}

/* line 182, app/assets/stylesheets/vendor/_lucide.scss */
.icon-bone::before {
  content: "\e35c";
}

/* line 183, app/assets/stylesheets/vendor/_lucide.scss */
.icon-book-a::before {
  content: "\e548";
}

/* line 184, app/assets/stylesheets/vendor/_lucide.scss */
.icon-book-alert::before {
  content: "\e676";
}

/* line 185, app/assets/stylesheets/vendor/_lucide.scss */
.icon-book-audio::before {
  content: "\e549";
}

/* line 186, app/assets/stylesheets/vendor/_lucide.scss */
.icon-book-check::before {
  content: "\e54a";
}

/* line 187, app/assets/stylesheets/vendor/_lucide.scss */
.icon-book-copy::before {
  content: "\e3f0";
}

/* line 188, app/assets/stylesheets/vendor/_lucide.scss */
.icon-book-dashed::before {
  content: "\e3f1";
}

/* line 189, app/assets/stylesheets/vendor/_lucide.scss */
.icon-book-down::before {
  content: "\e3f2";
}

/* line 190, app/assets/stylesheets/vendor/_lucide.scss */
.icon-book-headphones::before {
  content: "\e54b";
}

/* line 191, app/assets/stylesheets/vendor/_lucide.scss */
.icon-book-heart::before {
  content: "\e54c";
}

/* line 192, app/assets/stylesheets/vendor/_lucide.scss */
.icon-book-image::before {
  content: "\e54d";
}

/* line 193, app/assets/stylesheets/vendor/_lucide.scss */
.icon-book-key::before {
  content: "\e3f3";
}

/* line 194, app/assets/stylesheets/vendor/_lucide.scss */
.icon-book-lock::before {
  content: "\e3f4";
}

/* line 195, app/assets/stylesheets/vendor/_lucide.scss */
.icon-book-marked::before {
  content: "\e3f5";
}

/* line 196, app/assets/stylesheets/vendor/_lucide.scss */
.icon-book-minus::before {
  content: "\e3f6";
}

/* line 197, app/assets/stylesheets/vendor/_lucide.scss */
.icon-book-open-check::before {
  content: "\e385";
}

/* line 198, app/assets/stylesheets/vendor/_lucide.scss */
.icon-book-open-text::before {
  content: "\e54e";
}

/* line 199, app/assets/stylesheets/vendor/_lucide.scss */
.icon-book-open::before {
  content: "\e05f";
}

/* line 200, app/assets/stylesheets/vendor/_lucide.scss */
.icon-book-plus::before {
  content: "\e3f7";
}

/* line 201, app/assets/stylesheets/vendor/_lucide.scss */
.icon-book-text::before {
  content: "\e54f";
}

/* line 202, app/assets/stylesheets/vendor/_lucide.scss */
.icon-book-type::before {
  content: "\e550";
}

/* line 203, app/assets/stylesheets/vendor/_lucide.scss */
.icon-book-up-2::before {
  content: "\e4aa";
}

/* line 204, app/assets/stylesheets/vendor/_lucide.scss */
.icon-book-up::before {
  content: "\e3f8";
}

/* line 205, app/assets/stylesheets/vendor/_lucide.scss */
.icon-book-user::before {
  content: "\e551";
}

/* line 206, app/assets/stylesheets/vendor/_lucide.scss */
.icon-book-x::before {
  content: "\e3f9";
}

/* line 207, app/assets/stylesheets/vendor/_lucide.scss */
.icon-book::before {
  content: "\e05e";
}

/* line 208, app/assets/stylesheets/vendor/_lucide.scss */
.icon-bookmark-check::before {
  content: "\e523";
}

/* line 209, app/assets/stylesheets/vendor/_lucide.scss */
.icon-bookmark-minus::before {
  content: "\e23c";
}

/* line 210, app/assets/stylesheets/vendor/_lucide.scss */
.icon-bookmark-plus::before {
  content: "\e23d";
}

/* line 211, app/assets/stylesheets/vendor/_lucide.scss */
.icon-bookmark-x::before {
  content: "\e524";
}

/* line 212, app/assets/stylesheets/vendor/_lucide.scss */
.icon-bookmark::before {
  content: "\e060";
}

/* line 213, app/assets/stylesheets/vendor/_lucide.scss */
.icon-boom-box::before {
  content: "\e4f2";
}

/* line 214, app/assets/stylesheets/vendor/_lucide.scss */
.icon-bot-message-square::before {
  content: "\e5d2";
}

/* line 215, app/assets/stylesheets/vendor/_lucide.scss */
.icon-bot-off::before {
  content: "\e5e4";
}

/* line 216, app/assets/stylesheets/vendor/_lucide.scss */
.icon-bot::before {
  content: "\e1bb";
}

/* line 217, app/assets/stylesheets/vendor/_lucide.scss */
.icon-bottle-wine::before {
  content: "\e67f";
}

/* line 218, app/assets/stylesheets/vendor/_lucide.scss */
.icon-bow-arrow::before {
  content: "\e662";
}

/* line 219, app/assets/stylesheets/vendor/_lucide.scss */
.icon-box::before {
  content: "\e061";
}

/* line 220, app/assets/stylesheets/vendor/_lucide.scss */
.icon-boxes::before {
  content: "\e2d0";
}

/* line 221, app/assets/stylesheets/vendor/_lucide.scss */
.icon-braces::before {
  content: "\e36e";
}

/* line 222, app/assets/stylesheets/vendor/_lucide.scss */
.icon-brackets::before {
  content: "\e447";
}

/* line 223, app/assets/stylesheets/vendor/_lucide.scss */
.icon-brain-circuit::before {
  content: "\e3cb";
}

/* line 224, app/assets/stylesheets/vendor/_lucide.scss */
.icon-brain-cog::before {
  content: "\e3cc";
}

/* line 225, app/assets/stylesheets/vendor/_lucide.scss */
.icon-brain::before {
  content: "\e3ca";
}

/* line 226, app/assets/stylesheets/vendor/_lucide.scss */
.icon-brick-wall-fire::before {
  content: "\e657";
}

/* line 227, app/assets/stylesheets/vendor/_lucide.scss */
.icon-brick-wall-shield::before {
  content: "\e694";
}

/* line 228, app/assets/stylesheets/vendor/_lucide.scss */
.icon-brick-wall::before {
  content: "\e585";
}

/* line 229, app/assets/stylesheets/vendor/_lucide.scss */
.icon-briefcase-business::before {
  content: "\e5d9";
}

/* line 230, app/assets/stylesheets/vendor/_lucide.scss */
.icon-briefcase-conveyor-belt::before {
  content: "\e62f";
}

/* line 231, app/assets/stylesheets/vendor/_lucide.scss */
.icon-briefcase-medical::before {
  content: "\e5da";
}

/* line 232, app/assets/stylesheets/vendor/_lucide.scss */
.icon-briefcase::before {
  content: "\e062";
}

/* line 233, app/assets/stylesheets/vendor/_lucide.scss */
.icon-bring-to-front::before {
  content: "\e4f3";
}

/* line 234, app/assets/stylesheets/vendor/_lucide.scss */
.icon-brush-cleaning::before {
  content: "\e66a";
}

/* line 235, app/assets/stylesheets/vendor/_lucide.scss */
.icon-brush::before {
  content: "\e1d3";
}

/* line 236, app/assets/stylesheets/vendor/_lucide.scss */
.icon-bubbles::before {
  content: "\e658";
}

/* line 237, app/assets/stylesheets/vendor/_lucide.scss */
.icon-bug-off::before {
  content: "\e511";
}

/* line 238, app/assets/stylesheets/vendor/_lucide.scss */
.icon-bug-play::before {
  content: "\e512";
}

/* line 239, app/assets/stylesheets/vendor/_lucide.scss */
.icon-bug::before {
  content: "\e20c";
}

/* line 240, app/assets/stylesheets/vendor/_lucide.scss */
.icon-building-2::before {
  content: "\e290";
}

/* line 241, app/assets/stylesheets/vendor/_lucide.scss */
.icon-building::before {
  content: "\e1cc";
}

/* line 242, app/assets/stylesheets/vendor/_lucide.scss */
.icon-bus-front::before {
  content: "\e4ff";
}

/* line 243, app/assets/stylesheets/vendor/_lucide.scss */
.icon-bus::before {
  content: "\e1d4";
}

/* line 244, app/assets/stylesheets/vendor/_lucide.scss */
.icon-cable-car::before {
  content: "\e500";
}

/* line 245, app/assets/stylesheets/vendor/_lucide.scss */
.icon-cable::before {
  content: "\e4e7";
}

/* line 246, app/assets/stylesheets/vendor/_lucide.scss */
.icon-cake-slice::before {
  content: "\e4bd";
}

/* line 247, app/assets/stylesheets/vendor/_lucide.scss */
.icon-cake::before {
  content: "\e348";
}

/* line 248, app/assets/stylesheets/vendor/_lucide.scss */
.icon-calculator::before {
  content: "\e1bc";
}

/* line 249, app/assets/stylesheets/vendor/_lucide.scss */
.icon-calendar-1::before {
  content: "\e634";
}

/* line 250, app/assets/stylesheets/vendor/_lucide.scss */
.icon-calendar-arrow-down::before {
  content: "\e602";
}

/* line 251, app/assets/stylesheets/vendor/_lucide.scss */
.icon-calendar-arrow-up::before {
  content: "\e603";
}

/* line 252, app/assets/stylesheets/vendor/_lucide.scss */
.icon-calendar-check-2::before {
  content: "\e2b8";
}

/* line 253, app/assets/stylesheets/vendor/_lucide.scss */
.icon-calendar-check::before {
  content: "\e2b7";
}

/* line 254, app/assets/stylesheets/vendor/_lucide.scss */
.icon-calendar-clock::before {
  content: "\e304";
}

/* line 255, app/assets/stylesheets/vendor/_lucide.scss */
.icon-calendar-cog::before {
  content: "\e5f1";
}

/* line 256, app/assets/stylesheets/vendor/_lucide.scss */
.icon-calendar-days::before {
  content: "\e2b9";
}

/* line 257, app/assets/stylesheets/vendor/_lucide.scss */
.icon-calendar-fold::before {
  content: "\e5b8";
}

/* line 258, app/assets/stylesheets/vendor/_lucide.scss */
.icon-calendar-heart::before {
  content: "\e305";
}

/* line 259, app/assets/stylesheets/vendor/_lucide.scss */
.icon-calendar-minus-2::before {
  content: "\e5b9";
}

/* line 260, app/assets/stylesheets/vendor/_lucide.scss */
.icon-calendar-minus::before {
  content: "\e2ba";
}

/* line 261, app/assets/stylesheets/vendor/_lucide.scss */
.icon-calendar-off::before {
  content: "\e2bb";
}

/* line 262, app/assets/stylesheets/vendor/_lucide.scss */
.icon-calendar-plus-2::before {
  content: "\e5ba";
}

/* line 263, app/assets/stylesheets/vendor/_lucide.scss */
.icon-calendar-plus::before {
  content: "\e2bc";
}

/* line 264, app/assets/stylesheets/vendor/_lucide.scss */
.icon-calendar-range::before {
  content: "\e2bd";
}

/* line 265, app/assets/stylesheets/vendor/_lucide.scss */
.icon-calendar-search::before {
  content: "\e306";
}

/* line 266, app/assets/stylesheets/vendor/_lucide.scss */
.icon-calendar-sync::before {
  content: "\e63a";
}

/* line 267, app/assets/stylesheets/vendor/_lucide.scss */
.icon-calendar-x-2::before {
  content: "\e2bf";
}

/* line 268, app/assets/stylesheets/vendor/_lucide.scss */
.icon-calendar-x::before {
  content: "\e2be";
}

/* line 269, app/assets/stylesheets/vendor/_lucide.scss */
.icon-calendar::before {
  content: "\e063";
}

/* line 270, app/assets/stylesheets/vendor/_lucide.scss */
.icon-camera-off::before {
  content: "\e065";
}

/* line 271, app/assets/stylesheets/vendor/_lucide.scss */
.icon-camera::before {
  content: "\e064";
}

/* line 272, app/assets/stylesheets/vendor/_lucide.scss */
.icon-candy-cane::before {
  content: "\e4be";
}

/* line 273, app/assets/stylesheets/vendor/_lucide.scss */
.icon-candy-off::before {
  content: "\e396";
}

/* line 274, app/assets/stylesheets/vendor/_lucide.scss */
.icon-candy::before {
  content: "\e395";
}

/* line 275, app/assets/stylesheets/vendor/_lucide.scss */
.icon-cannabis::before {
  content: "\e5d8";
}

/* line 276, app/assets/stylesheets/vendor/_lucide.scss */
.icon-captions-off::before {
  content: "\e5c5";
}

/* line 277, app/assets/stylesheets/vendor/_lucide.scss */
.icon-captions::before {
  content: "\e3a8";
}

/* line 278, app/assets/stylesheets/vendor/_lucide.scss */
.icon-car-front::before {
  content: "\e501";
}

/* line 279, app/assets/stylesheets/vendor/_lucide.scss */
.icon-car-taxi-front::before {
  content: "\e502";
}

/* line 280, app/assets/stylesheets/vendor/_lucide.scss */
.icon-car::before {
  content: "\e1d5";
}

/* line 281, app/assets/stylesheets/vendor/_lucide.scss */
.icon-caravan::before {
  content: "\e53d";
}

/* line 282, app/assets/stylesheets/vendor/_lucide.scss */
.icon-card-sim::before {
  content: "\e675";
}

/* line 283, app/assets/stylesheets/vendor/_lucide.scss */
.icon-carrot::before {
  content: "\e25a";
}

/* line 284, app/assets/stylesheets/vendor/_lucide.scss */
.icon-case-lower::before {
  content: "\e3dc";
}

/* line 285, app/assets/stylesheets/vendor/_lucide.scss */
.icon-case-sensitive::before {
  content: "\e3dd";
}

/* line 286, app/assets/stylesheets/vendor/_lucide.scss */
.icon-case-upper::before {
  content: "\e3de";
}

/* line 287, app/assets/stylesheets/vendor/_lucide.scss */
.icon-cassette-tape::before {
  content: "\e4ce";
}

/* line 288, app/assets/stylesheets/vendor/_lucide.scss */
.icon-cast::before {
  content: "\e066";
}

/* line 289, app/assets/stylesheets/vendor/_lucide.scss */
.icon-castle::before {
  content: "\e3e4";
}

/* line 290, app/assets/stylesheets/vendor/_lucide.scss */
.icon-cat::before {
  content: "\e390";
}

/* line 291, app/assets/stylesheets/vendor/_lucide.scss */
.icon-cctv::before {
  content: "\e581";
}

/* line 292, app/assets/stylesheets/vendor/_lucide.scss */
.icon-chart-area::before {
  content: "\e4d7";
}

/* line 293, app/assets/stylesheets/vendor/_lucide.scss */
.icon-chart-bar-big::before {
  content: "\e4ab";
}

/* line 294, app/assets/stylesheets/vendor/_lucide.scss */
.icon-chart-bar-decreasing::before {
  content: "\e60b";
}

/* line 295, app/assets/stylesheets/vendor/_lucide.scss */
.icon-chart-bar-increasing::before {
  content: "\e60c";
}

/* line 296, app/assets/stylesheets/vendor/_lucide.scss */
.icon-chart-bar-stacked::before {
  content: "\e60d";
}

/* line 297, app/assets/stylesheets/vendor/_lucide.scss */
.icon-chart-bar::before {
  content: "\e2a2";
}

/* line 298, app/assets/stylesheets/vendor/_lucide.scss */
.icon-chart-candlestick::before {
  content: "\e4ac";
}

/* line 299, app/assets/stylesheets/vendor/_lucide.scss */
.icon-chart-column-big::before {
  content: "\e4ad";
}

/* line 300, app/assets/stylesheets/vendor/_lucide.scss */
.icon-chart-column-decreasing::before {
  content: "\e067";
}

/* line 301, app/assets/stylesheets/vendor/_lucide.scss */
.icon-chart-column-increasing::before {
  content: "\e2a4";
}

/* line 302, app/assets/stylesheets/vendor/_lucide.scss */
.icon-chart-column-stacked::before {
  content: "\e60e";
}

/* line 303, app/assets/stylesheets/vendor/_lucide.scss */
.icon-chart-column::before {
  content: "\e2a3";
}

/* line 304, app/assets/stylesheets/vendor/_lucide.scss */
.icon-chart-gantt::before {
  content: "\e628";
}

/* line 305, app/assets/stylesheets/vendor/_lucide.scss */
.icon-chart-line::before {
  content: "\e2a5";
}

/* line 306, app/assets/stylesheets/vendor/_lucide.scss */
.icon-chart-network::before {
  content: "\e60f";
}

/* line 307, app/assets/stylesheets/vendor/_lucide.scss */
.icon-chart-no-axes-column-decreasing::before {
  content: "\e069";
}

/* line 308, app/assets/stylesheets/vendor/_lucide.scss */
.icon-chart-no-axes-column-increasing::before {
  content: "\e06a";
}

/* line 309, app/assets/stylesheets/vendor/_lucide.scss */
.icon-chart-no-axes-column::before {
  content: "\e068";
}

/* line 310, app/assets/stylesheets/vendor/_lucide.scss */
.icon-chart-no-axes-combined::before {
  content: "\e610";
}

/* line 311, app/assets/stylesheets/vendor/_lucide.scss */
.icon-chart-no-axes-gantt::before {
  content: "\e4c8";
}

/* line 312, app/assets/stylesheets/vendor/_lucide.scss */
.icon-chart-pie::before {
  content: "\e06b";
}

/* line 313, app/assets/stylesheets/vendor/_lucide.scss */
.icon-chart-scatter::before {
  content: "\e48e";
}

/* line 314, app/assets/stylesheets/vendor/_lucide.scss */
.icon-chart-spline::before {
  content: "\e611";
}

/* line 315, app/assets/stylesheets/vendor/_lucide.scss */
.icon-check-check::before {
  content: "\e392";
}

/* line 316, app/assets/stylesheets/vendor/_lucide.scss */
.icon-check-line::before {
  content: "\e66f";
}

/* line 317, app/assets/stylesheets/vendor/_lucide.scss */
.icon-check::before {
  content: "\e06c";
}

/* line 318, app/assets/stylesheets/vendor/_lucide.scss */
.icon-chef-hat::before {
  content: "\e2ac";
}

/* line 319, app/assets/stylesheets/vendor/_lucide.scss */
.icon-cherry::before {
  content: "\e354";
}

/* line 320, app/assets/stylesheets/vendor/_lucide.scss */
.icon-chevron-down::before {
  content: "\e06d";
}

/* line 321, app/assets/stylesheets/vendor/_lucide.scss */
.icon-chevron-first::before {
  content: "\e243";
}

/* line 322, app/assets/stylesheets/vendor/_lucide.scss */
.icon-chevron-last::before {
  content: "\e244";
}

/* line 323, app/assets/stylesheets/vendor/_lucide.scss */
.icon-chevron-left::before {
  content: "\e06e";
}

/* line 324, app/assets/stylesheets/vendor/_lucide.scss */
.icon-chevron-right::before {
  content: "\e06f";
}

/* line 325, app/assets/stylesheets/vendor/_lucide.scss */
.icon-chevron-up::before {
  content: "\e070";
}

/* line 326, app/assets/stylesheets/vendor/_lucide.scss */
.icon-chevrons-down-up::before {
  content: "\e228";
}

/* line 327, app/assets/stylesheets/vendor/_lucide.scss */
.icon-chevrons-down::before {
  content: "\e071";
}

/* line 328, app/assets/stylesheets/vendor/_lucide.scss */
.icon-chevrons-left-right-ellipsis::before {
  content: "\e623";
}

/* line 329, app/assets/stylesheets/vendor/_lucide.scss */
.icon-chevrons-left-right::before {
  content: "\e293";
}

/* line 330, app/assets/stylesheets/vendor/_lucide.scss */
.icon-chevrons-left::before {
  content: "\e072";
}

/* line 331, app/assets/stylesheets/vendor/_lucide.scss */
.icon-chevrons-right-left::before {
  content: "\e294";
}

/* line 332, app/assets/stylesheets/vendor/_lucide.scss */
.icon-chevrons-right::before {
  content: "\e073";
}

/* line 333, app/assets/stylesheets/vendor/_lucide.scss */
.icon-chevrons-up-down::before {
  content: "\e211";
}

/* line 334, app/assets/stylesheets/vendor/_lucide.scss */
.icon-chevrons-up::before {
  content: "\e074";
}

/* line 335, app/assets/stylesheets/vendor/_lucide.scss */
.icon-chromium::before {
  content: "\e075";
}

/* line 336, app/assets/stylesheets/vendor/_lucide.scss */
.icon-church::before {
  content: "\e3e5";
}

/* line 337, app/assets/stylesheets/vendor/_lucide.scss */
.icon-cigarette-off::before {
  content: "\e2c7";
}

/* line 338, app/assets/stylesheets/vendor/_lucide.scss */
.icon-cigarette::before {
  content: "\e2c6";
}

/* line 339, app/assets/stylesheets/vendor/_lucide.scss */
.icon-circle-alert::before {
  content: "\e077";
}

/* line 340, app/assets/stylesheets/vendor/_lucide.scss */
.icon-circle-arrow-down::before {
  content: "\e078";
}

/* line 341, app/assets/stylesheets/vendor/_lucide.scss */
.icon-circle-arrow-left::before {
  content: "\e079";
}

/* line 342, app/assets/stylesheets/vendor/_lucide.scss */
.icon-circle-arrow-out-down-left::before {
  content: "\e3fb";
}

/* line 343, app/assets/stylesheets/vendor/_lucide.scss */
.icon-circle-arrow-out-down-right::before {
  content: "\e3fc";
}

/* line 344, app/assets/stylesheets/vendor/_lucide.scss */
.icon-circle-arrow-out-up-left::before {
  content: "\e3fd";
}

/* line 345, app/assets/stylesheets/vendor/_lucide.scss */
.icon-circle-arrow-out-up-right::before {
  content: "\e3fe";
}

/* line 346, app/assets/stylesheets/vendor/_lucide.scss */
.icon-circle-arrow-right::before {
  content: "\e07a";
}

/* line 347, app/assets/stylesheets/vendor/_lucide.scss */
.icon-circle-arrow-up::before {
  content: "\e07b";
}

/* line 348, app/assets/stylesheets/vendor/_lucide.scss */
.icon-circle-check-big::before {
  content: "\e07c";
}

/* line 349, app/assets/stylesheets/vendor/_lucide.scss */
.icon-circle-check::before {
  content: "\e226";
}

/* line 350, app/assets/stylesheets/vendor/_lucide.scss */
.icon-circle-chevron-down::before {
  content: "\e4e1";
}

/* line 351, app/assets/stylesheets/vendor/_lucide.scss */
.icon-circle-chevron-left::before {
  content: "\e4e2";
}

/* line 352, app/assets/stylesheets/vendor/_lucide.scss */
.icon-circle-chevron-right::before {
  content: "\e4e3";
}

/* line 353, app/assets/stylesheets/vendor/_lucide.scss */
.icon-circle-chevron-up::before {
  content: "\e4e4";
}

/* line 354, app/assets/stylesheets/vendor/_lucide.scss */
.icon-circle-dashed::before {
  content: "\e4b4";
}

/* line 355, app/assets/stylesheets/vendor/_lucide.scss */
.icon-circle-divide::before {
  content: "\e07d";
}

/* line 356, app/assets/stylesheets/vendor/_lucide.scss */
.icon-circle-dollar-sign::before {
  content: "\e481";
}

/* line 357, app/assets/stylesheets/vendor/_lucide.scss */
.icon-circle-dot-dashed::before {
  content: "\e4b5";
}

/* line 358, app/assets/stylesheets/vendor/_lucide.scss */
.icon-circle-dot::before {
  content: "\e349";
}

/* line 359, app/assets/stylesheets/vendor/_lucide.scss */
.icon-circle-ellipsis::before {
  content: "\e34a";
}

/* line 360, app/assets/stylesheets/vendor/_lucide.scss */
.icon-circle-equal::before {
  content: "\e404";
}

/* line 361, app/assets/stylesheets/vendor/_lucide.scss */
.icon-circle-fading-arrow-up::before {
  content: "\e61c";
}

/* line 362, app/assets/stylesheets/vendor/_lucide.scss */
.icon-circle-fading-plus::before {
  content: "\e5c0";
}

/* line 363, app/assets/stylesheets/vendor/_lucide.scss */
.icon-circle-gauge::before {
  content: "\e4e5";
}

/* line 364, app/assets/stylesheets/vendor/_lucide.scss */
.icon-circle-minus::before {
  content: "\e07e";
}

/* line 365, app/assets/stylesheets/vendor/_lucide.scss */
.icon-circle-off::before {
  content: "\e405";
}

/* line 366, app/assets/stylesheets/vendor/_lucide.scss */
.icon-circle-parking-off::before {
  content: "\e3ce";
}

/* line 367, app/assets/stylesheets/vendor/_lucide.scss */
.icon-circle-parking::before {
  content: "\e3cd";
}

/* line 368, app/assets/stylesheets/vendor/_lucide.scss */
.icon-circle-pause::before {
  content: "\e07f";
}

/* line 369, app/assets/stylesheets/vendor/_lucide.scss */
.icon-circle-percent::before {
  content: "\e51e";
}

/* line 370, app/assets/stylesheets/vendor/_lucide.scss */
.icon-circle-play::before {
  content: "\e080";
}

/* line 371, app/assets/stylesheets/vendor/_lucide.scss */
.icon-circle-plus::before {
  content: "\e081";
}

/* line 372, app/assets/stylesheets/vendor/_lucide.scss */
.icon-circle-pound-sterling::before {
  content: "\e671";
}

/* line 373, app/assets/stylesheets/vendor/_lucide.scss */
.icon-circle-power::before {
  content: "\e554";
}

/* line 374, app/assets/stylesheets/vendor/_lucide.scss */
.icon-circle-question-mark::before {
  content: "\e082";
}

/* line 375, app/assets/stylesheets/vendor/_lucide.scss */
.icon-circle-slash-2::before {
  content: "\e213";
}

/* line 376, app/assets/stylesheets/vendor/_lucide.scss */
.icon-circle-slash::before {
  content: "\e406";
}

/* line 377, app/assets/stylesheets/vendor/_lucide.scss */
.icon-circle-small::before {
  content: "\e644";
}

/* line 378, app/assets/stylesheets/vendor/_lucide.scss */
.icon-circle-star::before {
  content: "\e691";
}

/* line 379, app/assets/stylesheets/vendor/_lucide.scss */
.icon-circle-stop::before {
  content: "\e083";
}

/* line 380, app/assets/stylesheets/vendor/_lucide.scss */
.icon-circle-user-round::before {
  content: "\e466";
}

/* line 381, app/assets/stylesheets/vendor/_lucide.scss */
.icon-circle-user::before {
  content: "\e465";
}

/* line 382, app/assets/stylesheets/vendor/_lucide.scss */
.icon-circle-x::before {
  content: "\e084";
}

/* line 383, app/assets/stylesheets/vendor/_lucide.scss */
.icon-circle::before {
  content: "\e076";
}

/* line 384, app/assets/stylesheets/vendor/_lucide.scss */
.icon-circuit-board::before {
  content: "\e407";
}

/* line 385, app/assets/stylesheets/vendor/_lucide.scss */
.icon-citrus::before {
  content: "\e379";
}

/* line 386, app/assets/stylesheets/vendor/_lucide.scss */
.icon-clapperboard::before {
  content: "\e29b";
}

/* line 387, app/assets/stylesheets/vendor/_lucide.scss */
.icon-clipboard-check::before {
  content: "\e219";
}

/* line 388, app/assets/stylesheets/vendor/_lucide.scss */
.icon-clipboard-clock::before {
  content: "\e68c";
}

/* line 389, app/assets/stylesheets/vendor/_lucide.scss */
.icon-clipboard-copy::before {
  content: "\e225";
}

/* line 390, app/assets/stylesheets/vendor/_lucide.scss */
.icon-clipboard-list::before {
  content: "\e086";
}

/* line 391, app/assets/stylesheets/vendor/_lucide.scss */
.icon-clipboard-minus::before {
  content: "\e5c2";
}

/* line 392, app/assets/stylesheets/vendor/_lucide.scss */
.icon-clipboard-paste::before {
  content: "\e3ec";
}

/* line 393, app/assets/stylesheets/vendor/_lucide.scss */
.icon-clipboard-pen-line::before {
  content: "\e308";
}

/* line 394, app/assets/stylesheets/vendor/_lucide.scss */
.icon-clipboard-pen::before {
  content: "\e307";
}

/* line 395, app/assets/stylesheets/vendor/_lucide.scss */
.icon-clipboard-plus::before {
  content: "\e5c3";
}

/* line 396, app/assets/stylesheets/vendor/_lucide.scss */
.icon-clipboard-type::before {
  content: "\e309";
}

/* line 397, app/assets/stylesheets/vendor/_lucide.scss */
.icon-clipboard-x::before {
  content: "\e222";
}

/* line 398, app/assets/stylesheets/vendor/_lucide.scss */
.icon-clipboard::before {
  content: "\e085";
}

/* line 399, app/assets/stylesheets/vendor/_lucide.scss */
.icon-clock-1::before {
  content: "\e24b";
}

/* line 400, app/assets/stylesheets/vendor/_lucide.scss */
.icon-clock-10::before {
  content: "\e24c";
}

/* line 401, app/assets/stylesheets/vendor/_lucide.scss */
.icon-clock-11::before {
  content: "\e24d";
}

/* line 402, app/assets/stylesheets/vendor/_lucide.scss */
.icon-clock-12::before {
  content: "\e24e";
}

/* line 403, app/assets/stylesheets/vendor/_lucide.scss */
.icon-clock-2::before {
  content: "\e24f";
}

/* line 404, app/assets/stylesheets/vendor/_lucide.scss */
.icon-clock-3::before {
  content: "\e250";
}

/* line 405, app/assets/stylesheets/vendor/_lucide.scss */
.icon-clock-4::before {
  content: "\e251";
}

/* line 406, app/assets/stylesheets/vendor/_lucide.scss */
.icon-clock-5::before {
  content: "\e252";
}

/* line 407, app/assets/stylesheets/vendor/_lucide.scss */
.icon-clock-6::before {
  content: "\e253";
}

/* line 408, app/assets/stylesheets/vendor/_lucide.scss */
.icon-clock-7::before {
  content: "\e254";
}

/* line 409, app/assets/stylesheets/vendor/_lucide.scss */
.icon-clock-8::before {
  content: "\e255";
}

/* line 410, app/assets/stylesheets/vendor/_lucide.scss */
.icon-clock-9::before {
  content: "\e256";
}

/* line 411, app/assets/stylesheets/vendor/_lucide.scss */
.icon-clock-alert::before {
  content: "\e62e";
}

/* line 412, app/assets/stylesheets/vendor/_lucide.scss */
.icon-clock-arrow-down::before {
  content: "\e604";
}

/* line 413, app/assets/stylesheets/vendor/_lucide.scss */
.icon-clock-arrow-up::before {
  content: "\e605";
}

/* line 414, app/assets/stylesheets/vendor/_lucide.scss */
.icon-clock-fading::before {
  content: "\e64e";
}

/* line 415, app/assets/stylesheets/vendor/_lucide.scss */
.icon-clock-plus::before {
  content: "\e66b";
}

/* line 416, app/assets/stylesheets/vendor/_lucide.scss */
.icon-clock::before {
  content: "\e087";
}

/* line 417, app/assets/stylesheets/vendor/_lucide.scss */
.icon-closed-caption::before {
  content: "\e68e";
}

/* line 418, app/assets/stylesheets/vendor/_lucide.scss */
.icon-cloud-alert::before {
  content: "\e637";
}

/* line 419, app/assets/stylesheets/vendor/_lucide.scss */
.icon-cloud-check::before {
  content: "\e672";
}

/* line 420, app/assets/stylesheets/vendor/_lucide.scss */
.icon-cloud-cog::before {
  content: "\e30a";
}

/* line 421, app/assets/stylesheets/vendor/_lucide.scss */
.icon-cloud-download::before {
  content: "\e089";
}

/* line 422, app/assets/stylesheets/vendor/_lucide.scss */
.icon-cloud-drizzle::before {
  content: "\e08a";
}

/* line 423, app/assets/stylesheets/vendor/_lucide.scss */
.icon-cloud-fog::before {
  content: "\e214";
}

/* line 424, app/assets/stylesheets/vendor/_lucide.scss */
.icon-cloud-hail::before {
  content: "\e08b";
}

/* line 425, app/assets/stylesheets/vendor/_lucide.scss */
.icon-cloud-lightning::before {
  content: "\e08c";
}

/* line 426, app/assets/stylesheets/vendor/_lucide.scss */
.icon-cloud-moon-rain::before {
  content: "\e2fa";
}

/* line 427, app/assets/stylesheets/vendor/_lucide.scss */
.icon-cloud-moon::before {
  content: "\e215";
}

/* line 428, app/assets/stylesheets/vendor/_lucide.scss */
.icon-cloud-off::before {
  content: "\e08d";
}

/* line 429, app/assets/stylesheets/vendor/_lucide.scss */
.icon-cloud-rain-wind::before {
  content: "\e08f";
}

/* line 430, app/assets/stylesheets/vendor/_lucide.scss */
.icon-cloud-rain::before {
  content: "\e08e";
}

/* line 431, app/assets/stylesheets/vendor/_lucide.scss */
.icon-cloud-snow::before {
  content: "\e090";
}

/* line 432, app/assets/stylesheets/vendor/_lucide.scss */
.icon-cloud-sun-rain::before {
  content: "\e2fb";
}

/* line 433, app/assets/stylesheets/vendor/_lucide.scss */
.icon-cloud-sun::before {
  content: "\e216";
}

/* line 434, app/assets/stylesheets/vendor/_lucide.scss */
.icon-cloud-upload::before {
  content: "\e091";
}

/* line 435, app/assets/stylesheets/vendor/_lucide.scss */
.icon-cloud::before {
  content: "\e088";
}

/* line 436, app/assets/stylesheets/vendor/_lucide.scss */
.icon-cloudy::before {
  content: "\e217";
}

/* line 437, app/assets/stylesheets/vendor/_lucide.scss */
.icon-clover::before {
  content: "\e092";
}

/* line 438, app/assets/stylesheets/vendor/_lucide.scss */
.icon-club::before {
  content: "\e49a";
}

/* line 439, app/assets/stylesheets/vendor/_lucide.scss */
.icon-code-xml::before {
  content: "\e206";
}

/* line 440, app/assets/stylesheets/vendor/_lucide.scss */
.icon-code::before {
  content: "\e093";
}

/* line 441, app/assets/stylesheets/vendor/_lucide.scss */
.icon-codepen::before {
  content: "\e094";
}

/* line 442, app/assets/stylesheets/vendor/_lucide.scss */
.icon-codesandbox::before {
  content: "\e095";
}

/* line 443, app/assets/stylesheets/vendor/_lucide.scss */
.icon-coffee::before {
  content: "\e096";
}

/* line 444, app/assets/stylesheets/vendor/_lucide.scss */
.icon-cog::before {
  content: "\e30b";
}

/* line 445, app/assets/stylesheets/vendor/_lucide.scss */
.icon-coins::before {
  content: "\e097";
}

/* line 446, app/assets/stylesheets/vendor/_lucide.scss */
.icon-columns-2::before {
  content: "\e098";
}

/* line 447, app/assets/stylesheets/vendor/_lucide.scss */
.icon-columns-3-cog::before {
  content: "\e665";
}

/* line 448, app/assets/stylesheets/vendor/_lucide.scss */
.icon-columns-3::before {
  content: "\e099";
}

/* line 449, app/assets/stylesheets/vendor/_lucide.scss */
.icon-columns-4::before {
  content: "\e58d";
}

/* line 450, app/assets/stylesheets/vendor/_lucide.scss */
.icon-combine::before {
  content: "\e450";
}

/* line 451, app/assets/stylesheets/vendor/_lucide.scss */
.icon-command::before {
  content: "\e09a";
}

/* line 452, app/assets/stylesheets/vendor/_lucide.scss */
.icon-compass::before {
  content: "\e09b";
}

/* line 453, app/assets/stylesheets/vendor/_lucide.scss */
.icon-component::before {
  content: "\e2ad";
}

/* line 454, app/assets/stylesheets/vendor/_lucide.scss */
.icon-computer::before {
  content: "\e4e8";
}

/* line 455, app/assets/stylesheets/vendor/_lucide.scss */
.icon-concierge-bell::before {
  content: "\e37c";
}

/* line 456, app/assets/stylesheets/vendor/_lucide.scss */
.icon-cone::before {
  content: "\e527";
}

/* line 457, app/assets/stylesheets/vendor/_lucide.scss */
.icon-construction::before {
  content: "\e3b8";
}

/* line 458, app/assets/stylesheets/vendor/_lucide.scss */
.icon-contact-round::before {
  content: "\e467";
}

/* line 459, app/assets/stylesheets/vendor/_lucide.scss */
.icon-contact::before {
  content: "\e09c";
}

/* line 460, app/assets/stylesheets/vendor/_lucide.scss */
.icon-container::before {
  content: "\e4d9";
}

/* line 461, app/assets/stylesheets/vendor/_lucide.scss */
.icon-contrast::before {
  content: "\e09d";
}

/* line 462, app/assets/stylesheets/vendor/_lucide.scss */
.icon-cookie::before {
  content: "\e26b";
}

/* line 463, app/assets/stylesheets/vendor/_lucide.scss */
.icon-cooking-pot::before {
  content: "\e588";
}

/* line 464, app/assets/stylesheets/vendor/_lucide.scss */
.icon-copy-check::before {
  content: "\e3ff";
}

/* line 465, app/assets/stylesheets/vendor/_lucide.scss */
.icon-copy-minus::before {
  content: "\e400";
}

/* line 466, app/assets/stylesheets/vendor/_lucide.scss */
.icon-copy-plus::before {
  content: "\e401";
}

/* line 467, app/assets/stylesheets/vendor/_lucide.scss */
.icon-copy-slash::before {
  content: "\e402";
}

/* line 468, app/assets/stylesheets/vendor/_lucide.scss */
.icon-copy-x::before {
  content: "\e403";
}

/* line 469, app/assets/stylesheets/vendor/_lucide.scss */
.icon-copy::before {
  content: "\e09e";
}

/* line 470, app/assets/stylesheets/vendor/_lucide.scss */
.icon-copyleft::before {
  content: "\e09f";
}

/* line 471, app/assets/stylesheets/vendor/_lucide.scss */
.icon-copyright::before {
  content: "\e0a0";
}

/* line 472, app/assets/stylesheets/vendor/_lucide.scss */
.icon-corner-down-left::before {
  content: "\e0a1";
}

/* line 473, app/assets/stylesheets/vendor/_lucide.scss */
.icon-corner-down-right::before {
  content: "\e0a2";
}

/* line 474, app/assets/stylesheets/vendor/_lucide.scss */
.icon-corner-left-down::before {
  content: "\e0a3";
}

/* line 475, app/assets/stylesheets/vendor/_lucide.scss */
.icon-corner-left-up::before {
  content: "\e0a4";
}

/* line 476, app/assets/stylesheets/vendor/_lucide.scss */
.icon-corner-right-down::before {
  content: "\e0a5";
}

/* line 477, app/assets/stylesheets/vendor/_lucide.scss */
.icon-corner-right-up::before {
  content: "\e0a6";
}

/* line 478, app/assets/stylesheets/vendor/_lucide.scss */
.icon-corner-up-left::before {
  content: "\e0a7";
}

/* line 479, app/assets/stylesheets/vendor/_lucide.scss */
.icon-corner-up-right::before {
  content: "\e0a8";
}

/* line 480, app/assets/stylesheets/vendor/_lucide.scss */
.icon-cpu::before {
  content: "\e0a9";
}

/* line 481, app/assets/stylesheets/vendor/_lucide.scss */
.icon-creative-commons::before {
  content: "\e3b6";
}

/* line 482, app/assets/stylesheets/vendor/_lucide.scss */
.icon-credit-card::before {
  content: "\e0aa";
}

/* line 483, app/assets/stylesheets/vendor/_lucide.scss */
.icon-croissant::before {
  content: "\e2ae";
}

/* line 484, app/assets/stylesheets/vendor/_lucide.scss */
.icon-crop::before {
  content: "\e0ab";
}

/* line 485, app/assets/stylesheets/vendor/_lucide.scss */
.icon-cross::before {
  content: "\e1e5";
}

/* line 486, app/assets/stylesheets/vendor/_lucide.scss */
.icon-crosshair::before {
  content: "\e0ac";
}

/* line 487, app/assets/stylesheets/vendor/_lucide.scss */
.icon-crown::before {
  content: "\e1d6";
}

/* line 488, app/assets/stylesheets/vendor/_lucide.scss */
.icon-cuboid::before {
  content: "\e528";
}

/* line 489, app/assets/stylesheets/vendor/_lucide.scss */
.icon-cup-soda::before {
  content: "\e2d1";
}

/* line 490, app/assets/stylesheets/vendor/_lucide.scss */
.icon-currency::before {
  content: "\e230";
}

/* line 491, app/assets/stylesheets/vendor/_lucide.scss */
.icon-cylinder::before {
  content: "\e529";
}

/* line 492, app/assets/stylesheets/vendor/_lucide.scss */
.icon-dam::before {
  content: "\e60a";
}

/* line 493, app/assets/stylesheets/vendor/_lucide.scss */
.icon-database-backup::before {
  content: "\e3af";
}

/* line 494, app/assets/stylesheets/vendor/_lucide.scss */
.icon-database-zap::before {
  content: "\e50f";
}

/* line 495, app/assets/stylesheets/vendor/_lucide.scss */
.icon-database::before {
  content: "\e0ad";
}

/* line 496, app/assets/stylesheets/vendor/_lucide.scss */
.icon-decimals-arrow-left::before {
  content: "\e660";
}

/* line 497, app/assets/stylesheets/vendor/_lucide.scss */
.icon-decimals-arrow-right::before {
  content: "\e661";
}

/* line 498, app/assets/stylesheets/vendor/_lucide.scss */
.icon-delete::before {
  content: "\e0ae";
}

/* line 499, app/assets/stylesheets/vendor/_lucide.scss */
.icon-dessert::before {
  content: "\e4bf";
}

/* line 500, app/assets/stylesheets/vendor/_lucide.scss */
.icon-diameter::before {
  content: "\e52a";
}

/* line 501, app/assets/stylesheets/vendor/_lucide.scss */
.icon-diamond-minus::before {
  content: "\e5e5";
}

/* line 502, app/assets/stylesheets/vendor/_lucide.scss */
.icon-diamond-percent::before {
  content: "\e51f";
}

/* line 503, app/assets/stylesheets/vendor/_lucide.scss */
.icon-diamond-plus::before {
  content: "\e5e6";
}

/* line 504, app/assets/stylesheets/vendor/_lucide.scss */
.icon-diamond::before {
  content: "\e2d2";
}

/* line 505, app/assets/stylesheets/vendor/_lucide.scss */
.icon-dice-1::before {
  content: "\e287";
}

/* line 506, app/assets/stylesheets/vendor/_lucide.scss */
.icon-dice-2::before {
  content: "\e288";
}

/* line 507, app/assets/stylesheets/vendor/_lucide.scss */
.icon-dice-3::before {
  content: "\e289";
}

/* line 508, app/assets/stylesheets/vendor/_lucide.scss */
.icon-dice-4::before {
  content: "\e28a";
}

/* line 509, app/assets/stylesheets/vendor/_lucide.scss */
.icon-dice-5::before {
  content: "\e28b";
}

/* line 510, app/assets/stylesheets/vendor/_lucide.scss */
.icon-dice-6::before {
  content: "\e28c";
}

/* line 511, app/assets/stylesheets/vendor/_lucide.scss */
.icon-dices::before {
  content: "\e2c5";
}

/* line 512, app/assets/stylesheets/vendor/_lucide.scss */
.icon-diff::before {
  content: "\e30c";
}

/* line 513, app/assets/stylesheets/vendor/_lucide.scss */
.icon-disc-2::before {
  content: "\e3fa";
}

/* line 514, app/assets/stylesheets/vendor/_lucide.scss */
.icon-disc-3::before {
  content: "\e498";
}

/* line 515, app/assets/stylesheets/vendor/_lucide.scss */
.icon-disc-album::before {
  content: "\e560";
}

/* line 516, app/assets/stylesheets/vendor/_lucide.scss */
.icon-disc::before {
  content: "\e0af";
}

/* line 517, app/assets/stylesheets/vendor/_lucide.scss */
.icon-divide::before {
  content: "\e0b0";
}

/* line 518, app/assets/stylesheets/vendor/_lucide.scss */
.icon-dna-off::before {
  content: "\e398";
}

/* line 519, app/assets/stylesheets/vendor/_lucide.scss */
.icon-dna::before {
  content: "\e397";
}

/* line 520, app/assets/stylesheets/vendor/_lucide.scss */
.icon-dock::before {
  content: "\e5d7";
}

/* line 521, app/assets/stylesheets/vendor/_lucide.scss */
.icon-dog::before {
  content: "\e391";
}

/* line 522, app/assets/stylesheets/vendor/_lucide.scss */
.icon-dollar-sign::before {
  content: "\e0b1";
}

/* line 523, app/assets/stylesheets/vendor/_lucide.scss */
.icon-donut::before {
  content: "\e4c0";
}

/* line 524, app/assets/stylesheets/vendor/_lucide.scss */
.icon-door-closed-locked::before {
  content: "\e668";
}

/* line 525, app/assets/stylesheets/vendor/_lucide.scss */
.icon-door-closed::before {
  content: "\e3d9";
}

/* line 526, app/assets/stylesheets/vendor/_lucide.scss */
.icon-door-open::before {
  content: "\e3da";
}

/* line 527, app/assets/stylesheets/vendor/_lucide.scss */
.icon-dot::before {
  content: "\e453";
}

/* line 528, app/assets/stylesheets/vendor/_lucide.scss */
.icon-download::before {
  content: "\e0b2";
}

/* line 529, app/assets/stylesheets/vendor/_lucide.scss */
.icon-drafting-compass::before {
  content: "\e52b";
}

/* line 530, app/assets/stylesheets/vendor/_lucide.scss */
.icon-drama::before {
  content: "\e525";
}

/* line 531, app/assets/stylesheets/vendor/_lucide.scss */
.icon-dribbble::before {
  content: "\e0b3";
}

/* line 532, app/assets/stylesheets/vendor/_lucide.scss */
.icon-drill::before {
  content: "\e591";
}

/* line 533, app/assets/stylesheets/vendor/_lucide.scss */
.icon-drone::before {
  content: "\e67a";
}

/* line 534, app/assets/stylesheets/vendor/_lucide.scss */
.icon-droplet-off::before {
  content: "\e63c";
}

/* line 535, app/assets/stylesheets/vendor/_lucide.scss */
.icon-droplet::before {
  content: "\e0b4";
}

/* line 536, app/assets/stylesheets/vendor/_lucide.scss */
.icon-droplets::before {
  content: "\e0b5";
}

/* line 537, app/assets/stylesheets/vendor/_lucide.scss */
.icon-drum::before {
  content: "\e561";
}

/* line 538, app/assets/stylesheets/vendor/_lucide.scss */
.icon-drumstick::before {
  content: "\e25b";
}

/* line 539, app/assets/stylesheets/vendor/_lucide.scss */
.icon-dumbbell::before {
  content: "\e3a5";
}

/* line 540, app/assets/stylesheets/vendor/_lucide.scss */
.icon-ear-off::before {
  content: "\e387";
}

/* line 541, app/assets/stylesheets/vendor/_lucide.scss */
.icon-ear::before {
  content: "\e386";
}

/* line 542, app/assets/stylesheets/vendor/_lucide.scss */
.icon-earth-lock::before {
  content: "\e5d0";
}

/* line 543, app/assets/stylesheets/vendor/_lucide.scss */
.icon-earth::before {
  content: "\e1f3";
}

/* line 544, app/assets/stylesheets/vendor/_lucide.scss */
.icon-eclipse::before {
  content: "\e5a1";
}

/* line 545, app/assets/stylesheets/vendor/_lucide.scss */
.icon-egg-fried::before {
  content: "\e355";
}

/* line 546, app/assets/stylesheets/vendor/_lucide.scss */
.icon-egg-off::before {
  content: "\e399";
}

/* line 547, app/assets/stylesheets/vendor/_lucide.scss */
.icon-egg::before {
  content: "\e25d";
}

/* line 548, app/assets/stylesheets/vendor/_lucide.scss */
.icon-ellipsis-vertical::before {
  content: "\e0b7";
}

/* line 549, app/assets/stylesheets/vendor/_lucide.scss */
.icon-ellipsis::before {
  content: "\e0b6";
}

/* line 550, app/assets/stylesheets/vendor/_lucide.scss */
.icon-equal-approximately::before {
  content: "\e638";
}

/* line 551, app/assets/stylesheets/vendor/_lucide.scss */
.icon-equal-not::before {
  content: "\e1be";
}

/* line 552, app/assets/stylesheets/vendor/_lucide.scss */
.icon-equal::before {
  content: "\e1bd";
}

/* line 553, app/assets/stylesheets/vendor/_lucide.scss */
.icon-eraser::before {
  content: "\e28f";
}

/* line 554, app/assets/stylesheets/vendor/_lucide.scss */
.icon-ethernet-port::before {
  content: "\e624";
}

/* line 555, app/assets/stylesheets/vendor/_lucide.scss */
.icon-euro::before {
  content: "\e0b8";
}

/* line 556, app/assets/stylesheets/vendor/_lucide.scss */
.icon-ev-charger::before {
  content: "\e69b";
}

/* line 557, app/assets/stylesheets/vendor/_lucide.scss */
.icon-expand::before {
  content: "\e21a";
}

/* line 558, app/assets/stylesheets/vendor/_lucide.scss */
.icon-external-link::before {
  content: "\e0b9";
}

/* line 559, app/assets/stylesheets/vendor/_lucide.scss */
.icon-eye-closed::before {
  content: "\e632";
}

/* line 560, app/assets/stylesheets/vendor/_lucide.scss */
.icon-eye-off::before {
  content: "\e0bb";
}

/* line 561, app/assets/stylesheets/vendor/_lucide.scss */
.icon-eye::before {
  content: "\e0ba";
}

/* line 562, app/assets/stylesheets/vendor/_lucide.scss */
.icon-facebook::before {
  content: "\e0bc";
}

/* line 563, app/assets/stylesheets/vendor/_lucide.scss */
.icon-factory::before {
  content: "\e29f";
}

/* line 564, app/assets/stylesheets/vendor/_lucide.scss */
.icon-fan::before {
  content: "\e37d";
}

/* line 565, app/assets/stylesheets/vendor/_lucide.scss */
.icon-fast-forward::before {
  content: "\e0bd";
}

/* line 566, app/assets/stylesheets/vendor/_lucide.scss */
.icon-feather::before {
  content: "\e0be";
}

/* line 567, app/assets/stylesheets/vendor/_lucide.scss */
.icon-fence::before {
  content: "\e586";
}

/* line 568, app/assets/stylesheets/vendor/_lucide.scss */
.icon-ferris-wheel::before {
  content: "\e483";
}

/* line 569, app/assets/stylesheets/vendor/_lucide.scss */
.icon-figma::before {
  content: "\e0bf";
}

/* line 570, app/assets/stylesheets/vendor/_lucide.scss */
.icon-file-archive::before {
  content: "\e30d";
}

/* line 571, app/assets/stylesheets/vendor/_lucide.scss */
.icon-file-audio-2::before {
  content: "\e30f";
}

/* line 572, app/assets/stylesheets/vendor/_lucide.scss */
.icon-file-audio::before {
  content: "\e30e";
}

/* line 573, app/assets/stylesheets/vendor/_lucide.scss */
.icon-file-axis-3d::before {
  content: "\e310";
}

/* line 574, app/assets/stylesheets/vendor/_lucide.scss */
.icon-file-badge-2::before {
  content: "\e312";
}

/* line 575, app/assets/stylesheets/vendor/_lucide.scss */
.icon-file-badge::before {
  content: "\e311";
}

/* line 576, app/assets/stylesheets/vendor/_lucide.scss */
.icon-file-box::before {
  content: "\e313";
}

/* line 577, app/assets/stylesheets/vendor/_lucide.scss */
.icon-file-chart-column-increasing::before {
  content: "\e315";
}

/* line 578, app/assets/stylesheets/vendor/_lucide.scss */
.icon-file-chart-column::before {
  content: "\e314";
}

/* line 579, app/assets/stylesheets/vendor/_lucide.scss */
.icon-file-chart-line::before {
  content: "\e316";
}

/* line 580, app/assets/stylesheets/vendor/_lucide.scss */
.icon-file-chart-pie::before {
  content: "\e317";
}

/* line 581, app/assets/stylesheets/vendor/_lucide.scss */
.icon-file-check-2::before {
  content: "\e0c2";
}

/* line 582, app/assets/stylesheets/vendor/_lucide.scss */
.icon-file-check::before {
  content: "\e0c1";
}

/* line 583, app/assets/stylesheets/vendor/_lucide.scss */
.icon-file-clock::before {
  content: "\e318";
}

/* line 584, app/assets/stylesheets/vendor/_lucide.scss */
.icon-file-code-2::before {
  content: "\e462";
}

/* line 585, app/assets/stylesheets/vendor/_lucide.scss */
.icon-file-code::before {
  content: "\e0c3";
}

/* line 586, app/assets/stylesheets/vendor/_lucide.scss */
.icon-file-cog::before {
  content: "\e319";
}

/* line 587, app/assets/stylesheets/vendor/_lucide.scss */
.icon-file-diff::before {
  content: "\e31a";
}

/* line 588, app/assets/stylesheets/vendor/_lucide.scss */
.icon-file-digit::before {
  content: "\e0c4";
}

/* line 589, app/assets/stylesheets/vendor/_lucide.scss */
.icon-file-down::before {
  content: "\e31b";
}

/* line 590, app/assets/stylesheets/vendor/_lucide.scss */
.icon-file-heart::before {
  content: "\e31c";
}

/* line 591, app/assets/stylesheets/vendor/_lucide.scss */
.icon-file-image::before {
  content: "\e31d";
}

/* line 592, app/assets/stylesheets/vendor/_lucide.scss */
.icon-file-input::before {
  content: "\e0c5";
}

/* line 593, app/assets/stylesheets/vendor/_lucide.scss */
.icon-file-json-2::before {
  content: "\e370";
}

/* line 594, app/assets/stylesheets/vendor/_lucide.scss */
.icon-file-json::before {
  content: "\e36f";
}

/* line 595, app/assets/stylesheets/vendor/_lucide.scss */
.icon-file-key-2::before {
  content: "\e31f";
}

/* line 596, app/assets/stylesheets/vendor/_lucide.scss */
.icon-file-key::before {
  content: "\e31e";
}

/* line 597, app/assets/stylesheets/vendor/_lucide.scss */
.icon-file-lock-2::before {
  content: "\e321";
}

/* line 598, app/assets/stylesheets/vendor/_lucide.scss */
.icon-file-lock::before {
  content: "\e320";
}

/* line 599, app/assets/stylesheets/vendor/_lucide.scss */
.icon-file-minus-2::before {
  content: "\e0c7";
}

/* line 600, app/assets/stylesheets/vendor/_lucide.scss */
.icon-file-minus::before {
  content: "\e0c6";
}

/* line 601, app/assets/stylesheets/vendor/_lucide.scss */
.icon-file-music::before {
  content: "\e562";
}

/* line 602, app/assets/stylesheets/vendor/_lucide.scss */
.icon-file-output::before {
  content: "\e0c8";
}

/* line 603, app/assets/stylesheets/vendor/_lucide.scss */
.icon-file-pen-line::before {
  content: "\e323";
}

/* line 604, app/assets/stylesheets/vendor/_lucide.scss */
.icon-file-pen::before {
  content: "\e322";
}

/* line 605, app/assets/stylesheets/vendor/_lucide.scss */
.icon-file-play::before {
  content: "\e324";
}

/* line 606, app/assets/stylesheets/vendor/_lucide.scss */
.icon-file-plus-2::before {
  content: "\e0ca";
}

/* line 607, app/assets/stylesheets/vendor/_lucide.scss */
.icon-file-plus::before {
  content: "\e0c9";
}

/* line 608, app/assets/stylesheets/vendor/_lucide.scss */
.icon-file-question-mark::before {
  content: "\e325";
}

/* line 609, app/assets/stylesheets/vendor/_lucide.scss */
.icon-file-scan::before {
  content: "\e326";
}

/* line 610, app/assets/stylesheets/vendor/_lucide.scss */
.icon-file-search-2::before {
  content: "\e327";
}

/* line 611, app/assets/stylesheets/vendor/_lucide.scss */
.icon-file-search::before {
  content: "\e0cb";
}

/* line 612, app/assets/stylesheets/vendor/_lucide.scss */
.icon-file-sliders::before {
  content: "\e5a4";
}

/* line 613, app/assets/stylesheets/vendor/_lucide.scss */
.icon-file-spreadsheet::before {
  content: "\e328";
}

/* line 614, app/assets/stylesheets/vendor/_lucide.scss */
.icon-file-stack::before {
  content: "\e4a5";
}

/* line 615, app/assets/stylesheets/vendor/_lucide.scss */
.icon-file-symlink::before {
  content: "\e329";
}

/* line 616, app/assets/stylesheets/vendor/_lucide.scss */
.icon-file-terminal::before {
  content: "\e32a";
}

/* line 617, app/assets/stylesheets/vendor/_lucide.scss */
.icon-file-text::before {
  content: "\e0cc";
}

/* line 618, app/assets/stylesheets/vendor/_lucide.scss */
.icon-file-type-2::before {
  content: "\e371";
}

/* line 619, app/assets/stylesheets/vendor/_lucide.scss */
.icon-file-type::before {
  content: "\e32b";
}

/* line 620, app/assets/stylesheets/vendor/_lucide.scss */
.icon-file-up::before {
  content: "\e32c";
}

/* line 621, app/assets/stylesheets/vendor/_lucide.scss */
.icon-file-user::before {
  content: "\e631";
}

/* line 622, app/assets/stylesheets/vendor/_lucide.scss */
.icon-file-video-camera::before {
  content: "\e32d";
}

/* line 623, app/assets/stylesheets/vendor/_lucide.scss */
.icon-file-volume-2::before {
  content: "\e32f";
}

/* line 624, app/assets/stylesheets/vendor/_lucide.scss */
.icon-file-volume::before {
  content: "\e32e";
}

/* line 625, app/assets/stylesheets/vendor/_lucide.scss */
.icon-file-warning::before {
  content: "\e330";
}

/* line 626, app/assets/stylesheets/vendor/_lucide.scss */
.icon-file-x-2::before {
  content: "\e0ce";
}

/* line 627, app/assets/stylesheets/vendor/_lucide.scss */
.icon-file-x::before {
  content: "\e0cd";
}

/* line 628, app/assets/stylesheets/vendor/_lucide.scss */
.icon-file::before {
  content: "\e0c0";
}

/* line 629, app/assets/stylesheets/vendor/_lucide.scss */
.icon-files::before {
  content: "\e0cf";
}

/* line 630, app/assets/stylesheets/vendor/_lucide.scss */
.icon-film::before {
  content: "\e0d0";
}

/* line 631, app/assets/stylesheets/vendor/_lucide.scss */
.icon-fingerprint::before {
  content: "\e2cb";
}

/* line 632, app/assets/stylesheets/vendor/_lucide.scss */
.icon-fire-extinguisher::before {
  content: "\e582";
}

/* line 633, app/assets/stylesheets/vendor/_lucide.scss */
.icon-fish-off::before {
  content: "\e3b4";
}

/* line 634, app/assets/stylesheets/vendor/_lucide.scss */
.icon-fish-symbol::before {
  content: "\e4f8";
}

/* line 635, app/assets/stylesheets/vendor/_lucide.scss */
.icon-fish::before {
  content: "\e3aa";
}

/* line 636, app/assets/stylesheets/vendor/_lucide.scss */
.icon-flag-off::before {
  content: "\e292";
}

/* line 637, app/assets/stylesheets/vendor/_lucide.scss */
.icon-flag-triangle-left::before {
  content: "\e237";
}

/* line 638, app/assets/stylesheets/vendor/_lucide.scss */
.icon-flag-triangle-right::before {
  content: "\e238";
}

/* line 639, app/assets/stylesheets/vendor/_lucide.scss */
.icon-flag::before {
  content: "\e0d1";
}

/* line 640, app/assets/stylesheets/vendor/_lucide.scss */
.icon-flame-kindling::before {
  content: "\e53e";
}

/* line 641, app/assets/stylesheets/vendor/_lucide.scss */
.icon-flame::before {
  content: "\e0d2";
}

/* line 642, app/assets/stylesheets/vendor/_lucide.scss */
.icon-flashlight-off::before {
  content: "\e0d4";
}

/* line 643, app/assets/stylesheets/vendor/_lucide.scss */
.icon-flashlight::before {
  content: "\e0d3";
}

/* line 644, app/assets/stylesheets/vendor/_lucide.scss */
.icon-flask-conical-off::before {
  content: "\e39a";
}

/* line 645, app/assets/stylesheets/vendor/_lucide.scss */
.icon-flask-conical::before {
  content: "\e0d5";
}

/* line 646, app/assets/stylesheets/vendor/_lucide.scss */
.icon-flask-round::before {
  content: "\e0d6";
}

/* line 647, app/assets/stylesheets/vendor/_lucide.scss */
.icon-flip-horizontal-2::before {
  content: "\e362";
}

/* line 648, app/assets/stylesheets/vendor/_lucide.scss */
.icon-flip-horizontal::before {
  content: "\e361";
}

/* line 649, app/assets/stylesheets/vendor/_lucide.scss */
.icon-flip-vertical-2::before {
  content: "\e364";
}

/* line 650, app/assets/stylesheets/vendor/_lucide.scss */
.icon-flip-vertical::before {
  content: "\e363";
}

/* line 651, app/assets/stylesheets/vendor/_lucide.scss */
.icon-flower-2::before {
  content: "\e2d4";
}

/* line 652, app/assets/stylesheets/vendor/_lucide.scss */
.icon-flower::before {
  content: "\e2d3";
}

/* line 653, app/assets/stylesheets/vendor/_lucide.scss */
.icon-focus::before {
  content: "\e29e";
}

/* line 654, app/assets/stylesheets/vendor/_lucide.scss */
.icon-fold-horizontal::before {
  content: "\e43f";
}

/* line 655, app/assets/stylesheets/vendor/_lucide.scss */
.icon-fold-vertical::before {
  content: "\e440";
}

/* line 656, app/assets/stylesheets/vendor/_lucide.scss */
.icon-folder-archive::before {
  content: "\e331";
}

/* line 657, app/assets/stylesheets/vendor/_lucide.scss */
.icon-folder-check::before {
  content: "\e332";
}

/* line 658, app/assets/stylesheets/vendor/_lucide.scss */
.icon-folder-clock::before {
  content: "\e333";
}

/* line 659, app/assets/stylesheets/vendor/_lucide.scss */
.icon-folder-closed::before {
  content: "\e334";
}

/* line 660, app/assets/stylesheets/vendor/_lucide.scss */
.icon-folder-code::before {
  content: "\e5ff";
}

/* line 661, app/assets/stylesheets/vendor/_lucide.scss */
.icon-folder-cog::before {
  content: "\e335";
}

/* line 662, app/assets/stylesheets/vendor/_lucide.scss */
.icon-folder-dot::before {
  content: "\e4c9";
}

/* line 663, app/assets/stylesheets/vendor/_lucide.scss */
.icon-folder-down::before {
  content: "\e336";
}

/* line 664, app/assets/stylesheets/vendor/_lucide.scss */
.icon-folder-git-2::before {
  content: "\e40e";
}

/* line 665, app/assets/stylesheets/vendor/_lucide.scss */
.icon-folder-git::before {
  content: "\e40d";
}

/* line 666, app/assets/stylesheets/vendor/_lucide.scss */
.icon-folder-heart::before {
  content: "\e337";
}

/* line 667, app/assets/stylesheets/vendor/_lucide.scss */
.icon-folder-input::before {
  content: "\e338";
}

/* line 668, app/assets/stylesheets/vendor/_lucide.scss */
.icon-folder-kanban::before {
  content: "\e4ca";
}

/* line 669, app/assets/stylesheets/vendor/_lucide.scss */
.icon-folder-key::before {
  content: "\e339";
}

/* line 670, app/assets/stylesheets/vendor/_lucide.scss */
.icon-folder-lock::before {
  content: "\e33a";
}

/* line 671, app/assets/stylesheets/vendor/_lucide.scss */
.icon-folder-minus::before {
  content: "\e0d8";
}

/* line 672, app/assets/stylesheets/vendor/_lucide.scss */
.icon-folder-open-dot::before {
  content: "\e4cb";
}

/* line 673, app/assets/stylesheets/vendor/_lucide.scss */
.icon-folder-open::before {
  content: "\e247";
}

/* line 674, app/assets/stylesheets/vendor/_lucide.scss */
.icon-folder-output::before {
  content: "\e33b";
}

/* line 675, app/assets/stylesheets/vendor/_lucide.scss */
.icon-folder-pen::before {
  content: "\e33c";
}

/* line 676, app/assets/stylesheets/vendor/_lucide.scss */
.icon-folder-plus::before {
  content: "\e0d9";
}

/* line 677, app/assets/stylesheets/vendor/_lucide.scss */
.icon-folder-root::before {
  content: "\e4cc";
}

/* line 678, app/assets/stylesheets/vendor/_lucide.scss */
.icon-folder-search-2::before {
  content: "\e33e";
}

/* line 679, app/assets/stylesheets/vendor/_lucide.scss */
.icon-folder-search::before {
  content: "\e33d";
}

/* line 680, app/assets/stylesheets/vendor/_lucide.scss */
.icon-folder-symlink::before {
  content: "\e33f";
}

/* line 681, app/assets/stylesheets/vendor/_lucide.scss */
.icon-folder-sync::before {
  content: "\e4cd";
}

/* line 682, app/assets/stylesheets/vendor/_lucide.scss */
.icon-folder-tree::before {
  content: "\e340";
}

/* line 683, app/assets/stylesheets/vendor/_lucide.scss */
.icon-folder-up::before {
  content: "\e341";
}

/* line 684, app/assets/stylesheets/vendor/_lucide.scss */
.icon-folder-x::before {
  content: "\e342";
}

/* line 685, app/assets/stylesheets/vendor/_lucide.scss */
.icon-folder::before {
  content: "\e0d7";
}

/* line 686, app/assets/stylesheets/vendor/_lucide.scss */
.icon-folders::before {
  content: "\e343";
}

/* line 687, app/assets/stylesheets/vendor/_lucide.scss */
.icon-footprints::before {
  content: "\e3bd";
}

/* line 688, app/assets/stylesheets/vendor/_lucide.scss */
.icon-forklift::before {
  content: "\e3c5";
}

/* line 689, app/assets/stylesheets/vendor/_lucide.scss */
.icon-forward::before {
  content: "\e229";
}

/* line 690, app/assets/stylesheets/vendor/_lucide.scss */
.icon-frame::before {
  content: "\e291";
}

/* line 691, app/assets/stylesheets/vendor/_lucide.scss */
.icon-framer::before {
  content: "\e0da";
}

/* line 692, app/assets/stylesheets/vendor/_lucide.scss */
.icon-frown::before {
  content: "\e0db";
}

/* line 693, app/assets/stylesheets/vendor/_lucide.scss */
.icon-fuel::before {
  content: "\e2af";
}

/* line 694, app/assets/stylesheets/vendor/_lucide.scss */
.icon-fullscreen::before {
  content: "\e538";
}

/* line 695, app/assets/stylesheets/vendor/_lucide.scss */
.icon-funnel-plus::before {
  content: "\e0dd";
}

/* line 696, app/assets/stylesheets/vendor/_lucide.scss */
.icon-funnel-x::before {
  content: "\e3b9";
}

/* line 697, app/assets/stylesheets/vendor/_lucide.scss */
.icon-funnel::before {
  content: "\e0dc";
}

/* line 698, app/assets/stylesheets/vendor/_lucide.scss */
.icon-gallery-horizontal-end::before {
  content: "\e4d3";
}

/* line 699, app/assets/stylesheets/vendor/_lucide.scss */
.icon-gallery-horizontal::before {
  content: "\e4d2";
}

/* line 700, app/assets/stylesheets/vendor/_lucide.scss */
.icon-gallery-thumbnails::before {
  content: "\e4d4";
}

/* line 701, app/assets/stylesheets/vendor/_lucide.scss */
.icon-gallery-vertical-end::before {
  content: "\e4d6";
}

/* line 702, app/assets/stylesheets/vendor/_lucide.scss */
.icon-gallery-vertical::before {
  content: "\e4d5";
}

/* line 703, app/assets/stylesheets/vendor/_lucide.scss */
.icon-gamepad-2::before {
  content: "\e0df";
}

/* line 704, app/assets/stylesheets/vendor/_lucide.scss */
.icon-gamepad-directional::before {
  content: "\e69f";
}

/* line 705, app/assets/stylesheets/vendor/_lucide.scss */
.icon-gamepad::before {
  content: "\e0de";
}

/* line 706, app/assets/stylesheets/vendor/_lucide.scss */
.icon-gauge::before {
  content: "\e1bf";
}

/* line 707, app/assets/stylesheets/vendor/_lucide.scss */
.icon-gavel::before {
  content: "\e0e0";
}

/* line 708, app/assets/stylesheets/vendor/_lucide.scss */
.icon-gem::before {
  content: "\e242";
}

/* line 709, app/assets/stylesheets/vendor/_lucide.scss */
.icon-georgian-lari::before {
  content: "\e67c";
}

/* line 710, app/assets/stylesheets/vendor/_lucide.scss */
.icon-ghost::before {
  content: "\e20e";
}

/* line 711, app/assets/stylesheets/vendor/_lucide.scss */
.icon-gift::before {
  content: "\e0e1";
}

/* line 712, app/assets/stylesheets/vendor/_lucide.scss */
.icon-git-branch-plus::before {
  content: "\e1f4";
}

/* line 713, app/assets/stylesheets/vendor/_lucide.scss */
.icon-git-branch::before {
  content: "\e0e2";
}

/* line 714, app/assets/stylesheets/vendor/_lucide.scss */
.icon-git-commit-horizontal::before {
  content: "\e0e3";
}

/* line 715, app/assets/stylesheets/vendor/_lucide.scss */
.icon-git-commit-vertical::before {
  content: "\e556";
}

/* line 716, app/assets/stylesheets/vendor/_lucide.scss */
.icon-git-compare-arrows::before {
  content: "\e557";
}

/* line 717, app/assets/stylesheets/vendor/_lucide.scss */
.icon-git-compare::before {
  content: "\e35d";
}

/* line 718, app/assets/stylesheets/vendor/_lucide.scss */
.icon-git-fork::before {
  content: "\e28d";
}

/* line 719, app/assets/stylesheets/vendor/_lucide.scss */
.icon-git-graph::before {
  content: "\e558";
}

/* line 720, app/assets/stylesheets/vendor/_lucide.scss */
.icon-git-merge::before {
  content: "\e0e4";
}

/* line 721, app/assets/stylesheets/vendor/_lucide.scss */
.icon-git-pull-request-arrow::before {
  content: "\e559";
}

/* line 722, app/assets/stylesheets/vendor/_lucide.scss */
.icon-git-pull-request-closed::before {
  content: "\e35e";
}

/* line 723, app/assets/stylesheets/vendor/_lucide.scss */
.icon-git-pull-request-create-arrow::before {
  content: "\e55b";
}

/* line 724, app/assets/stylesheets/vendor/_lucide.scss */
.icon-git-pull-request-create::before {
  content: "\e55a";
}

/* line 725, app/assets/stylesheets/vendor/_lucide.scss */
.icon-git-pull-request-draft::before {
  content: "\e35f";
}

/* line 726, app/assets/stylesheets/vendor/_lucide.scss */
.icon-git-pull-request::before {
  content: "\e0e5";
}

/* line 727, app/assets/stylesheets/vendor/_lucide.scss */
.icon-github::before {
  content: "\e0e6";
}

/* line 728, app/assets/stylesheets/vendor/_lucide.scss */
.icon-gitlab::before {
  content: "\e0e7";
}

/* line 729, app/assets/stylesheets/vendor/_lucide.scss */
.icon-glass-water::before {
  content: "\e2d5";
}

/* line 730, app/assets/stylesheets/vendor/_lucide.scss */
.icon-glasses::before {
  content: "\e20d";
}

/* line 731, app/assets/stylesheets/vendor/_lucide.scss */
.icon-globe-lock::before {
  content: "\e5d1";
}

/* line 732, app/assets/stylesheets/vendor/_lucide.scss */
.icon-globe::before {
  content: "\e0e8";
}

/* line 733, app/assets/stylesheets/vendor/_lucide.scss */
.icon-goal::before {
  content: "\e4a9";
}

/* line 734, app/assets/stylesheets/vendor/_lucide.scss */
.icon-gpu::before {
  content: "\e66e";
}

/* line 735, app/assets/stylesheets/vendor/_lucide.scss */
.icon-graduation-cap::before {
  content: "\e234";
}

/* line 736, app/assets/stylesheets/vendor/_lucide.scss */
.icon-grape::before {
  content: "\e356";
}

/* line 737, app/assets/stylesheets/vendor/_lucide.scss */
.icon-grid-2x2-check::before {
  content: "\e5e8";
}

/* line 738, app/assets/stylesheets/vendor/_lucide.scss */
.icon-grid-2x2-plus::before {
  content: "\e62c";
}

/* line 739, app/assets/stylesheets/vendor/_lucide.scss */
.icon-grid-2x2-x::before {
  content: "\e5e9";
}

/* line 740, app/assets/stylesheets/vendor/_lucide.scss */
.icon-grid-2x2::before {
  content: "\e503";
}

/* line 741, app/assets/stylesheets/vendor/_lucide.scss */
.icon-grid-3x2::before {
  content: "\e673";
}

/* line 742, app/assets/stylesheets/vendor/_lucide.scss */
.icon-grid-3x3::before {
  content: "\e0e9";
}

/* line 743, app/assets/stylesheets/vendor/_lucide.scss */
.icon-grip-horizontal::before {
  content: "\e0ea";
}

/* line 744, app/assets/stylesheets/vendor/_lucide.scss */
.icon-grip-vertical::before {
  content: "\e0eb";
}

/* line 745, app/assets/stylesheets/vendor/_lucide.scss */
.icon-grip::before {
  content: "\e3b5";
}

/* line 746, app/assets/stylesheets/vendor/_lucide.scss */
.icon-group::before {
  content: "\e468";
}

/* line 747, app/assets/stylesheets/vendor/_lucide.scss */
.icon-guitar::before {
  content: "\e563";
}

/* line 748, app/assets/stylesheets/vendor/_lucide.scss */
.icon-ham::before {
  content: "\e5db";
}

/* line 749, app/assets/stylesheets/vendor/_lucide.scss */
.icon-hamburger::before {
  content: "\e669";
}

/* line 750, app/assets/stylesheets/vendor/_lucide.scss */
.icon-hammer::before {
  content: "\e0ec";
}

/* line 751, app/assets/stylesheets/vendor/_lucide.scss */
.icon-hand-coins::before {
  content: "\e5bc";
}

/* line 752, app/assets/stylesheets/vendor/_lucide.scss */
.icon-hand-fist::before {
  content: "\e68f";
}

/* line 753, app/assets/stylesheets/vendor/_lucide.scss */
.icon-hand-grab::before {
  content: "\e1e6";
}

/* line 754, app/assets/stylesheets/vendor/_lucide.scss */
.icon-hand-heart::before {
  content: "\e5bd";
}

/* line 755, app/assets/stylesheets/vendor/_lucide.scss */
.icon-hand-helping::before {
  content: "\e3bc";
}

/* line 756, app/assets/stylesheets/vendor/_lucide.scss */
.icon-hand-metal::before {
  content: "\e22c";
}

/* line 757, app/assets/stylesheets/vendor/_lucide.scss */
.icon-hand-platter::before {
  content: "\e5be";
}

/* line 758, app/assets/stylesheets/vendor/_lucide.scss */
.icon-hand::before {
  content: "\e1d7";
}

/* line 759, app/assets/stylesheets/vendor/_lucide.scss */
.icon-handbag::before {
  content: "\e68d";
}

/* line 760, app/assets/stylesheets/vendor/_lucide.scss */
.icon-handshake::before {
  content: "\e5c4";
}

/* line 761, app/assets/stylesheets/vendor/_lucide.scss */
.icon-hard-drive-download::before {
  content: "\e4e9";
}

/* line 762, app/assets/stylesheets/vendor/_lucide.scss */
.icon-hard-drive-upload::before {
  content: "\e4ea";
}

/* line 763, app/assets/stylesheets/vendor/_lucide.scss */
.icon-hard-drive::before {
  content: "\e0ed";
}

/* line 764, app/assets/stylesheets/vendor/_lucide.scss */
.icon-hard-hat::before {
  content: "\e0ee";
}

/* line 765, app/assets/stylesheets/vendor/_lucide.scss */
.icon-hash::before {
  content: "\e0ef";
}

/* line 766, app/assets/stylesheets/vendor/_lucide.scss */
.icon-hat-glasses::before {
  content: "\e687";
}

/* line 767, app/assets/stylesheets/vendor/_lucide.scss */
.icon-haze::before {
  content: "\e0f0";
}

/* line 768, app/assets/stylesheets/vendor/_lucide.scss */
.icon-hdmi-port::before {
  content: "\e4eb";
}

/* line 769, app/assets/stylesheets/vendor/_lucide.scss */
.icon-heading-1::before {
  content: "\e389";
}

/* line 770, app/assets/stylesheets/vendor/_lucide.scss */
.icon-heading-2::before {
  content: "\e38a";
}

/* line 771, app/assets/stylesheets/vendor/_lucide.scss */
.icon-heading-3::before {
  content: "\e38b";
}

/* line 772, app/assets/stylesheets/vendor/_lucide.scss */
.icon-heading-4::before {
  content: "\e38c";
}

/* line 773, app/assets/stylesheets/vendor/_lucide.scss */
.icon-heading-5::before {
  content: "\e38d";
}

/* line 774, app/assets/stylesheets/vendor/_lucide.scss */
.icon-heading-6::before {
  content: "\e38e";
}

/* line 775, app/assets/stylesheets/vendor/_lucide.scss */
.icon-heading::before {
  content: "\e388";
}

/* line 776, app/assets/stylesheets/vendor/_lucide.scss */
.icon-headphone-off::before {
  content: "\e62d";
}

/* line 777, app/assets/stylesheets/vendor/_lucide.scss */
.icon-headphones::before {
  content: "\e0f1";
}

/* line 778, app/assets/stylesheets/vendor/_lucide.scss */
.icon-headset::before {
  content: "\e5c1";
}

/* line 779, app/assets/stylesheets/vendor/_lucide.scss */
.icon-heart-crack::before {
  content: "\e2d6";
}

/* line 780, app/assets/stylesheets/vendor/_lucide.scss */
.icon-heart-handshake::before {
  content: "\e2d7";
}

/* line 781, app/assets/stylesheets/vendor/_lucide.scss */
.icon-heart-minus::before {
  content: "\e655";
}

/* line 782, app/assets/stylesheets/vendor/_lucide.scss */
.icon-heart-off::before {
  content: "\e295";
}

/* line 783, app/assets/stylesheets/vendor/_lucide.scss */
.icon-heart-plus::before {
  content: "\e656";
}

/* line 784, app/assets/stylesheets/vendor/_lucide.scss */
.icon-heart-pulse::before {
  content: "\e372";
}

/* line 785, app/assets/stylesheets/vendor/_lucide.scss */
.icon-heart::before {
  content: "\e0f2";
}

/* line 786, app/assets/stylesheets/vendor/_lucide.scss */
.icon-heater::before {
  content: "\e592";
}

/* line 787, app/assets/stylesheets/vendor/_lucide.scss */
.icon-hexagon::before {
  content: "\e0f3";
}

/* line 788, app/assets/stylesheets/vendor/_lucide.scss */
.icon-highlighter::before {
  content: "\e0f4";
}

/* line 789, app/assets/stylesheets/vendor/_lucide.scss */
.icon-history::before {
  content: "\e1f5";
}

/* line 790, app/assets/stylesheets/vendor/_lucide.scss */
.icon-hop-off::before {
  content: "\e39c";
}

/* line 791, app/assets/stylesheets/vendor/_lucide.scss */
.icon-hop::before {
  content: "\e39b";
}

/* line 792, app/assets/stylesheets/vendor/_lucide.scss */
.icon-hospital::before {
  content: "\e5dc";
}

/* line 793, app/assets/stylesheets/vendor/_lucide.scss */
.icon-hotel::before {
  content: "\e3e6";
}

/* line 794, app/assets/stylesheets/vendor/_lucide.scss */
.icon-hourglass::before {
  content: "\e296";
}

/* line 795, app/assets/stylesheets/vendor/_lucide.scss */
.icon-house-heart::before {
  content: "\e699";
}

/* line 796, app/assets/stylesheets/vendor/_lucide.scss */
.icon-house-plug::before {
  content: "\e5f4";
}

/* line 797, app/assets/stylesheets/vendor/_lucide.scss */
.icon-house-plus::before {
  content: "\e5f5";
}

/* line 798, app/assets/stylesheets/vendor/_lucide.scss */
.icon-house-wifi::before {
  content: "\e640";
}

/* line 799, app/assets/stylesheets/vendor/_lucide.scss */
.icon-house::before {
  content: "\e0f5";
}

/* line 800, app/assets/stylesheets/vendor/_lucide.scss */
.icon-ice-cream-bowl::before {
  content: "\e3ab";
}

/* line 801, app/assets/stylesheets/vendor/_lucide.scss */
.icon-ice-cream-cone::before {
  content: "\e357";
}

/* line 802, app/assets/stylesheets/vendor/_lucide.scss */
.icon-id-card-lanyard::before {
  content: "\e674";
}

/* line 803, app/assets/stylesheets/vendor/_lucide.scss */
.icon-id-card::before {
  content: "\e61b";
}

/* line 804, app/assets/stylesheets/vendor/_lucide.scss */
.icon-image-down::before {
  content: "\e540";
}

/* line 805, app/assets/stylesheets/vendor/_lucide.scss */
.icon-image-minus::before {
  content: "\e1f6";
}

/* line 806, app/assets/stylesheets/vendor/_lucide.scss */
.icon-image-off::before {
  content: "\e1c0";
}

/* line 807, app/assets/stylesheets/vendor/_lucide.scss */
.icon-image-play::before {
  content: "\e5e3";
}

/* line 808, app/assets/stylesheets/vendor/_lucide.scss */
.icon-image-plus::before {
  content: "\e1f7";
}

/* line 809, app/assets/stylesheets/vendor/_lucide.scss */
.icon-image-up::before {
  content: "\e5cf";
}

/* line 810, app/assets/stylesheets/vendor/_lucide.scss */
.icon-image-upscale::before {
  content: "\e63b";
}

/* line 811, app/assets/stylesheets/vendor/_lucide.scss */
.icon-image::before {
  content: "\e0f6";
}

/* line 812, app/assets/stylesheets/vendor/_lucide.scss */
.icon-images::before {
  content: "\e5c8";
}

/* line 813, app/assets/stylesheets/vendor/_lucide.scss */
.icon-import::before {
  content: "\e22f";
}

/* line 814, app/assets/stylesheets/vendor/_lucide.scss */
.icon-inbox::before {
  content: "\e0f7";
}

/* line 815, app/assets/stylesheets/vendor/_lucide.scss */
.icon-indian-rupee::before {
  content: "\e0f8";
}

/* line 816, app/assets/stylesheets/vendor/_lucide.scss */
.icon-infinity::before {
  content: "\e1e7";
}

/* line 817, app/assets/stylesheets/vendor/_lucide.scss */
.icon-info::before {
  content: "\e0f9";
}

/* line 818, app/assets/stylesheets/vendor/_lucide.scss */
.icon-inspection-panel::before {
  content: "\e587";
}

/* line 819, app/assets/stylesheets/vendor/_lucide.scss */
.icon-instagram::before {
  content: "\e0fa";
}

/* line 820, app/assets/stylesheets/vendor/_lucide.scss */
.icon-italic::before {
  content: "\e0fb";
}

/* line 821, app/assets/stylesheets/vendor/_lucide.scss */
.icon-iteration-ccw::before {
  content: "\e427";
}

/* line 822, app/assets/stylesheets/vendor/_lucide.scss */
.icon-iteration-cw::before {
  content: "\e428";
}

/* line 823, app/assets/stylesheets/vendor/_lucide.scss */
.icon-japanese-yen::before {
  content: "\e0fc";
}

/* line 824, app/assets/stylesheets/vendor/_lucide.scss */
.icon-joystick::before {
  content: "\e359";
}

/* line 825, app/assets/stylesheets/vendor/_lucide.scss */
.icon-kanban::before {
  content: "\e4e0";
}

/* line 826, app/assets/stylesheets/vendor/_lucide.scss */
.icon-kayak::before {
  content: "\e693";
}

/* line 827, app/assets/stylesheets/vendor/_lucide.scss */
.icon-key-round::before {
  content: "\e4a7";
}

/* line 828, app/assets/stylesheets/vendor/_lucide.scss */
.icon-key-square::before {
  content: "\e4a8";
}

/* line 829, app/assets/stylesheets/vendor/_lucide.scss */
.icon-key::before {
  content: "\e0fd";
}

/* line 830, app/assets/stylesheets/vendor/_lucide.scss */
.icon-keyboard-music::before {
  content: "\e564";
}

/* line 831, app/assets/stylesheets/vendor/_lucide.scss */
.icon-keyboard-off::before {
  content: "\e5e2";
}

/* line 832, app/assets/stylesheets/vendor/_lucide.scss */
.icon-keyboard::before {
  content: "\e284";
}

/* line 833, app/assets/stylesheets/vendor/_lucide.scss */
.icon-lamp-ceiling::before {
  content: "\e2d9";
}

/* line 834, app/assets/stylesheets/vendor/_lucide.scss */
.icon-lamp-desk::before {
  content: "\e2da";
}

/* line 835, app/assets/stylesheets/vendor/_lucide.scss */
.icon-lamp-floor::before {
  content: "\e2db";
}

/* line 836, app/assets/stylesheets/vendor/_lucide.scss */
.icon-lamp-wall-down::before {
  content: "\e2dc";
}

/* line 837, app/assets/stylesheets/vendor/_lucide.scss */
.icon-lamp-wall-up::before {
  content: "\e2dd";
}

/* line 838, app/assets/stylesheets/vendor/_lucide.scss */
.icon-lamp::before {
  content: "\e2d8";
}

/* line 839, app/assets/stylesheets/vendor/_lucide.scss */
.icon-land-plot::before {
  content: "\e52c";
}

/* line 840, app/assets/stylesheets/vendor/_lucide.scss */
.icon-landmark::before {
  content: "\e23a";
}

/* line 841, app/assets/stylesheets/vendor/_lucide.scss */
.icon-languages::before {
  content: "\e0fe";
}

/* line 842, app/assets/stylesheets/vendor/_lucide.scss */
.icon-laptop-minimal-check::before {
  content: "\e636";
}

/* line 843, app/assets/stylesheets/vendor/_lucide.scss */
.icon-laptop-minimal::before {
  content: "\e1d8";
}

/* line 844, app/assets/stylesheets/vendor/_lucide.scss */
.icon-laptop::before {
  content: "\e1cd";
}

/* line 845, app/assets/stylesheets/vendor/_lucide.scss */
.icon-lasso-select::before {
  content: "\e1cf";
}

/* line 846, app/assets/stylesheets/vendor/_lucide.scss */
.icon-lasso::before {
  content: "\e1ce";
}

/* line 847, app/assets/stylesheets/vendor/_lucide.scss */
.icon-laugh::before {
  content: "\e300";
}

/* line 848, app/assets/stylesheets/vendor/_lucide.scss */
.icon-layers-2::before {
  content: "\e52e";
}

/* line 849, app/assets/stylesheets/vendor/_lucide.scss */
.icon-layers::before {
  content: "\e52d";
}

/* line 850, app/assets/stylesheets/vendor/_lucide.scss */
.icon-layout-dashboard::before {
  content: "\e1c1";
}

/* line 851, app/assets/stylesheets/vendor/_lucide.scss */
.icon-layout-grid::before {
  content: "\e0ff";
}

/* line 852, app/assets/stylesheets/vendor/_lucide.scss */
.icon-layout-list::before {
  content: "\e1d9";
}

/* line 853, app/assets/stylesheets/vendor/_lucide.scss */
.icon-layout-panel-left::before {
  content: "\e474";
}

/* line 854, app/assets/stylesheets/vendor/_lucide.scss */
.icon-layout-panel-top::before {
  content: "\e475";
}

/* line 855, app/assets/stylesheets/vendor/_lucide.scss */
.icon-layout-template::before {
  content: "\e207";
}

/* line 856, app/assets/stylesheets/vendor/_lucide.scss */
.icon-leaf::before {
  content: "\e2de";
}

/* line 857, app/assets/stylesheets/vendor/_lucide.scss */
.icon-leafy-green::before {
  content: "\e473";
}

/* line 858, app/assets/stylesheets/vendor/_lucide.scss */
.icon-lectern::before {
  content: "\e5ed";
}

/* line 859, app/assets/stylesheets/vendor/_lucide.scss */
.icon-library-big::before {
  content: "\e552";
}

/* line 860, app/assets/stylesheets/vendor/_lucide.scss */
.icon-library::before {
  content: "\e100";
}

/* line 861, app/assets/stylesheets/vendor/_lucide.scss */
.icon-life-buoy::before {
  content: "\e101";
}

/* line 862, app/assets/stylesheets/vendor/_lucide.scss */
.icon-ligature::before {
  content: "\e43e";
}

/* line 863, app/assets/stylesheets/vendor/_lucide.scss */
.icon-lightbulb-off::before {
  content: "\e208";
}

/* line 864, app/assets/stylesheets/vendor/_lucide.scss */
.icon-lightbulb::before {
  content: "\e1c2";
}

/* line 865, app/assets/stylesheets/vendor/_lucide.scss */
.icon-line-squiggle::before {
  content: "\e67e";
}

/* line 866, app/assets/stylesheets/vendor/_lucide.scss */
.icon-link-2-off::before {
  content: "\e104";
}

/* line 867, app/assets/stylesheets/vendor/_lucide.scss */
.icon-link-2::before {
  content: "\e103";
}

/* line 868, app/assets/stylesheets/vendor/_lucide.scss */
.icon-link::before {
  content: "\e102";
}

/* line 869, app/assets/stylesheets/vendor/_lucide.scss */
.icon-linkedin::before {
  content: "\e105";
}

/* line 870, app/assets/stylesheets/vendor/_lucide.scss */
.icon-list-check::before {
  content: "\e5fe";
}

/* line 871, app/assets/stylesheets/vendor/_lucide.scss */
.icon-list-checks::before {
  content: "\e1d0";
}

/* line 872, app/assets/stylesheets/vendor/_lucide.scss */
.icon-list-chevrons-down-up::before {
  content: "\e698";
}

/* line 873, app/assets/stylesheets/vendor/_lucide.scss */
.icon-list-chevrons-up-down::before {
  content: "\e69a";
}

/* line 874, app/assets/stylesheets/vendor/_lucide.scss */
.icon-list-collapse::before {
  content: "\e59f";
}

/* line 875, app/assets/stylesheets/vendor/_lucide.scss */
.icon-list-end::before {
  content: "\e2df";
}

/* line 876, app/assets/stylesheets/vendor/_lucide.scss */
.icon-list-filter-plus::before {
  content: "\e63d";
}

/* line 877, app/assets/stylesheets/vendor/_lucide.scss */
.icon-list-filter::before {
  content: "\e464";
}

/* line 878, app/assets/stylesheets/vendor/_lucide.scss */
.icon-list-indent-decrease::before {
  content: "\e107";
}

/* line 879, app/assets/stylesheets/vendor/_lucide.scss */
.icon-list-indent-increase::before {
  content: "\e108";
}

/* line 880, app/assets/stylesheets/vendor/_lucide.scss */
.icon-list-minus::before {
  content: "\e23e";
}

/* line 881, app/assets/stylesheets/vendor/_lucide.scss */
.icon-list-music::before {
  content: "\e2e0";
}

/* line 882, app/assets/stylesheets/vendor/_lucide.scss */
.icon-list-ordered::before {
  content: "\e1d1";
}

/* line 883, app/assets/stylesheets/vendor/_lucide.scss */
.icon-list-plus::before {
  content: "\e23f";
}

/* line 884, app/assets/stylesheets/vendor/_lucide.scss */
.icon-list-restart::before {
  content: "\e456";
}

/* line 885, app/assets/stylesheets/vendor/_lucide.scss */
.icon-list-start::before {
  content: "\e2e1";
}

/* line 886, app/assets/stylesheets/vendor/_lucide.scss */
.icon-list-todo::before {
  content: "\e4c7";
}

/* line 887, app/assets/stylesheets/vendor/_lucide.scss */
.icon-list-tree::before {
  content: "\e40c";
}

/* line 888, app/assets/stylesheets/vendor/_lucide.scss */
.icon-list-video::before {
  content: "\e2e2";
}

/* line 889, app/assets/stylesheets/vendor/_lucide.scss */
.icon-list-x::before {
  content: "\e240";
}

/* line 890, app/assets/stylesheets/vendor/_lucide.scss */
.icon-list::before {
  content: "\e106";
}

/* line 891, app/assets/stylesheets/vendor/_lucide.scss */
.icon-loader-circle::before {
  content: "\e10a";
}

/* line 892, app/assets/stylesheets/vendor/_lucide.scss */
.icon-loader-pinwheel::before {
  content: "\e5ea";
}

/* line 893, app/assets/stylesheets/vendor/_lucide.scss */
.icon-loader::before {
  content: "\e109";
}

/* line 894, app/assets/stylesheets/vendor/_lucide.scss */
.icon-locate-fixed::before {
  content: "\e1db";
}

/* line 895, app/assets/stylesheets/vendor/_lucide.scss */
.icon-locate-off::before {
  content: "\e282";
}

/* line 896, app/assets/stylesheets/vendor/_lucide.scss */
.icon-locate::before {
  content: "\e1da";
}

/* line 897, app/assets/stylesheets/vendor/_lucide.scss */
.icon-lock-keyhole-open::before {
  content: "\e536";
}

/* line 898, app/assets/stylesheets/vendor/_lucide.scss */
.icon-lock-keyhole::before {
  content: "\e535";
}

/* line 899, app/assets/stylesheets/vendor/_lucide.scss */
.icon-lock-open::before {
  content: "\e10c";
}

/* line 900, app/assets/stylesheets/vendor/_lucide.scss */
.icon-lock::before {
  content: "\e10b";
}

/* line 901, app/assets/stylesheets/vendor/_lucide.scss */
.icon-log-in::before {
  content: "\e10d";
}

/* line 902, app/assets/stylesheets/vendor/_lucide.scss */
.icon-log-out::before {
  content: "\e10e";
}

/* line 903, app/assets/stylesheets/vendor/_lucide.scss */
.icon-logs::before {
  content: "\e5f8";
}

/* line 904, app/assets/stylesheets/vendor/_lucide.scss */
.icon-lollipop::before {
  content: "\e4c1";
}

/* line 905, app/assets/stylesheets/vendor/_lucide.scss */
.icon-luggage::before {
  content: "\e2ca";
}

/* line 906, app/assets/stylesheets/vendor/_lucide.scss */
.icon-magnet::before {
  content: "\e2b5";
}

/* line 907, app/assets/stylesheets/vendor/_lucide.scss */
.icon-mail-check::before {
  content: "\e365";
}

/* line 908, app/assets/stylesheets/vendor/_lucide.scss */
.icon-mail-minus::before {
  content: "\e366";
}

/* line 909, app/assets/stylesheets/vendor/_lucide.scss */
.icon-mail-open::before {
  content: "\e367";
}

/* line 910, app/assets/stylesheets/vendor/_lucide.scss */
.icon-mail-plus::before {
  content: "\e368";
}

/* line 911, app/assets/stylesheets/vendor/_lucide.scss */
.icon-mail-question-mark::before {
  content: "\e369";
}

/* line 912, app/assets/stylesheets/vendor/_lucide.scss */
.icon-mail-search::before {
  content: "\e36a";
}

/* line 913, app/assets/stylesheets/vendor/_lucide.scss */
.icon-mail-warning::before {
  content: "\e36b";
}

/* line 914, app/assets/stylesheets/vendor/_lucide.scss */
.icon-mail-x::before {
  content: "\e36c";
}

/* line 915, app/assets/stylesheets/vendor/_lucide.scss */
.icon-mail::before {
  content: "\e10f";
}

/* line 916, app/assets/stylesheets/vendor/_lucide.scss */
.icon-mailbox::before {
  content: "\e3d8";
}

/* line 917, app/assets/stylesheets/vendor/_lucide.scss */
.icon-mails::before {
  content: "\e36d";
}

/* line 918, app/assets/stylesheets/vendor/_lucide.scss */
.icon-map-minus::before {
  content: "\e68a";
}

/* line 919, app/assets/stylesheets/vendor/_lucide.scss */
.icon-map-pin-check-inside::before {
  content: "\e614";
}

/* line 920, app/assets/stylesheets/vendor/_lucide.scss */
.icon-map-pin-check::before {
  content: "\e613";
}

/* line 921, app/assets/stylesheets/vendor/_lucide.scss */
.icon-map-pin-house::before {
  content: "\e620";
}

/* line 922, app/assets/stylesheets/vendor/_lucide.scss */
.icon-map-pin-minus-inside::before {
  content: "\e616";
}

/* line 923, app/assets/stylesheets/vendor/_lucide.scss */
.icon-map-pin-minus::before {
  content: "\e615";
}

/* line 924, app/assets/stylesheets/vendor/_lucide.scss */
.icon-map-pin-off::before {
  content: "\e2a6";
}

/* line 925, app/assets/stylesheets/vendor/_lucide.scss */
.icon-map-pin-pen::before {
  content: "\e659";
}

/* line 926, app/assets/stylesheets/vendor/_lucide.scss */
.icon-map-pin-plus-inside::before {
  content: "\e618";
}

/* line 927, app/assets/stylesheets/vendor/_lucide.scss */
.icon-map-pin-plus::before {
  content: "\e617";
}

/* line 928, app/assets/stylesheets/vendor/_lucide.scss */
.icon-map-pin-x-inside::before {
  content: "\e61a";
}

/* line 929, app/assets/stylesheets/vendor/_lucide.scss */
.icon-map-pin-x::before {
  content: "\e619";
}

/* line 930, app/assets/stylesheets/vendor/_lucide.scss */
.icon-map-pin::before {
  content: "\e111";
}

/* line 931, app/assets/stylesheets/vendor/_lucide.scss */
.icon-map-pinned::before {
  content: "\e541";
}

/* line 932, app/assets/stylesheets/vendor/_lucide.scss */
.icon-map-plus::before {
  content: "\e643";
}

/* line 933, app/assets/stylesheets/vendor/_lucide.scss */
.icon-map::before {
  content: "\e110";
}

/* line 934, app/assets/stylesheets/vendor/_lucide.scss */
.icon-mars-stroke::before {
  content: "\e646";
}

/* line 935, app/assets/stylesheets/vendor/_lucide.scss */
.icon-mars::before {
  content: "\e645";
}

/* line 936, app/assets/stylesheets/vendor/_lucide.scss */
.icon-martini::before {
  content: "\e2e3";
}

/* line 937, app/assets/stylesheets/vendor/_lucide.scss */
.icon-maximize-2::before {
  content: "\e113";
}

/* line 938, app/assets/stylesheets/vendor/_lucide.scss */
.icon-maximize::before {
  content: "\e112";
}

/* line 939, app/assets/stylesheets/vendor/_lucide.scss */
.icon-medal::before {
  content: "\e373";
}

/* line 940, app/assets/stylesheets/vendor/_lucide.scss */
.icon-megaphone-off::before {
  content: "\e374";
}

/* line 941, app/assets/stylesheets/vendor/_lucide.scss */
.icon-megaphone::before {
  content: "\e235";
}

/* line 942, app/assets/stylesheets/vendor/_lucide.scss */
.icon-meh::before {
  content: "\e114";
}

/* line 943, app/assets/stylesheets/vendor/_lucide.scss */
.icon-memory-stick::before {
  content: "\e449";
}

/* line 944, app/assets/stylesheets/vendor/_lucide.scss */
.icon-menu::before {
  content: "\e115";
}

/* line 945, app/assets/stylesheets/vendor/_lucide.scss */
.icon-merge::before {
  content: "\e443";
}

/* line 946, app/assets/stylesheets/vendor/_lucide.scss */
.icon-message-circle-code::before {
  content: "\e566";
}

/* line 947, app/assets/stylesheets/vendor/_lucide.scss */
.icon-message-circle-dashed::before {
  content: "\e567";
}

/* line 948, app/assets/stylesheets/vendor/_lucide.scss */
.icon-message-circle-heart::before {
  content: "\e568";
}

/* line 949, app/assets/stylesheets/vendor/_lucide.scss */
.icon-message-circle-more::before {
  content: "\e569";
}

/* line 950, app/assets/stylesheets/vendor/_lucide.scss */
.icon-message-circle-off::before {
  content: "\e56a";
}

/* line 951, app/assets/stylesheets/vendor/_lucide.scss */
.icon-message-circle-plus::before {
  content: "\e56b";
}

/* line 952, app/assets/stylesheets/vendor/_lucide.scss */
.icon-message-circle-question-mark::before {
  content: "\e56c";
}

/* line 953, app/assets/stylesheets/vendor/_lucide.scss */
.icon-message-circle-reply::before {
  content: "\e56d";
}

/* line 954, app/assets/stylesheets/vendor/_lucide.scss */
.icon-message-circle-warning::before {
  content: "\e56e";
}

/* line 955, app/assets/stylesheets/vendor/_lucide.scss */
.icon-message-circle-x::before {
  content: "\e56f";
}

/* line 956, app/assets/stylesheets/vendor/_lucide.scss */
.icon-message-circle::before {
  content: "\e116";
}

/* line 957, app/assets/stylesheets/vendor/_lucide.scss */
.icon-message-square-code::before {
  content: "\e570";
}

/* line 958, app/assets/stylesheets/vendor/_lucide.scss */
.icon-message-square-dashed::before {
  content: "\e40f";
}

/* line 959, app/assets/stylesheets/vendor/_lucide.scss */
.icon-message-square-diff::before {
  content: "\e571";
}

/* line 960, app/assets/stylesheets/vendor/_lucide.scss */
.icon-message-square-dot::before {
  content: "\e572";
}

/* line 961, app/assets/stylesheets/vendor/_lucide.scss */
.icon-message-square-heart::before {
  content: "\e573";
}

/* line 962, app/assets/stylesheets/vendor/_lucide.scss */
.icon-message-square-lock::before {
  content: "\e630";
}

/* line 963, app/assets/stylesheets/vendor/_lucide.scss */
.icon-message-square-more::before {
  content: "\e574";
}

/* line 964, app/assets/stylesheets/vendor/_lucide.scss */
.icon-message-square-off::before {
  content: "\e575";
}

/* line 965, app/assets/stylesheets/vendor/_lucide.scss */
.icon-message-square-plus::before {
  content: "\e410";
}

/* line 966, app/assets/stylesheets/vendor/_lucide.scss */
.icon-message-square-quote::before {
  content: "\e576";
}

/* line 967, app/assets/stylesheets/vendor/_lucide.scss */
.icon-message-square-reply::before {
  content: "\e577";
}

/* line 968, app/assets/stylesheets/vendor/_lucide.scss */
.icon-message-square-share::before {
  content: "\e578";
}

/* line 969, app/assets/stylesheets/vendor/_lucide.scss */
.icon-message-square-text::before {
  content: "\e579";
}

/* line 970, app/assets/stylesheets/vendor/_lucide.scss */
.icon-message-square-warning::before {
  content: "\e57a";
}

/* line 971, app/assets/stylesheets/vendor/_lucide.scss */
.icon-message-square-x::before {
  content: "\e57b";
}

/* line 972, app/assets/stylesheets/vendor/_lucide.scss */
.icon-message-square::before {
  content: "\e117";
}

/* line 973, app/assets/stylesheets/vendor/_lucide.scss */
.icon-messages-square::before {
  content: "\e411";
}

/* line 974, app/assets/stylesheets/vendor/_lucide.scss */
.icon-mic-off::before {
  content: "\e119";
}

/* line 975, app/assets/stylesheets/vendor/_lucide.scss */
.icon-mic-vocal::before {
  content: "\e34d";
}

/* line 976, app/assets/stylesheets/vendor/_lucide.scss */
.icon-mic::before {
  content: "\e118";
}

/* line 977, app/assets/stylesheets/vendor/_lucide.scss */
.icon-microchip::before {
  content: "\e61e";
}

/* line 978, app/assets/stylesheets/vendor/_lucide.scss */
.icon-microscope::before {
  content: "\e2e4";
}

/* line 979, app/assets/stylesheets/vendor/_lucide.scss */
.icon-microwave::before {
  content: "\e37e";
}

/* line 980, app/assets/stylesheets/vendor/_lucide.scss */
.icon-milestone::before {
  content: "\e298";
}

/* line 981, app/assets/stylesheets/vendor/_lucide.scss */
.icon-milk-off::before {
  content: "\e39e";
}

/* line 982, app/assets/stylesheets/vendor/_lucide.scss */
.icon-milk::before {
  content: "\e39d";
}

/* line 983, app/assets/stylesheets/vendor/_lucide.scss */
.icon-minimize-2::before {
  content: "\e11b";
}

/* line 984, app/assets/stylesheets/vendor/_lucide.scss */
.icon-minimize::before {
  content: "\e11a";
}

/* line 985, app/assets/stylesheets/vendor/_lucide.scss */
.icon-minus::before {
  content: "\e11c";
}

/* line 986, app/assets/stylesheets/vendor/_lucide.scss */
.icon-monitor-check::before {
  content: "\e486";
}

/* line 987, app/assets/stylesheets/vendor/_lucide.scss */
.icon-monitor-cloud::before {
  content: "\e69d";
}

/* line 988, app/assets/stylesheets/vendor/_lucide.scss */
.icon-monitor-cog::before {
  content: "\e607";
}

/* line 989, app/assets/stylesheets/vendor/_lucide.scss */
.icon-monitor-dot::before {
  content: "\e487";
}

/* line 990, app/assets/stylesheets/vendor/_lucide.scss */
.icon-monitor-down::before {
  content: "\e425";
}

/* line 991, app/assets/stylesheets/vendor/_lucide.scss */
.icon-monitor-off::before {
  content: "\e1dc";
}

/* line 992, app/assets/stylesheets/vendor/_lucide.scss */
.icon-monitor-pause::before {
  content: "\e488";
}

/* line 993, app/assets/stylesheets/vendor/_lucide.scss */
.icon-monitor-play::before {
  content: "\e489";
}

/* line 994, app/assets/stylesheets/vendor/_lucide.scss */
.icon-monitor-smartphone::before {
  content: "\e3a6";
}

/* line 995, app/assets/stylesheets/vendor/_lucide.scss */
.icon-monitor-speaker::before {
  content: "\e210";
}

/* line 996, app/assets/stylesheets/vendor/_lucide.scss */
.icon-monitor-stop::before {
  content: "\e48a";
}

/* line 997, app/assets/stylesheets/vendor/_lucide.scss */
.icon-monitor-up::before {
  content: "\e426";
}

/* line 998, app/assets/stylesheets/vendor/_lucide.scss */
.icon-monitor-x::before {
  content: "\e48b";
}

/* line 999, app/assets/stylesheets/vendor/_lucide.scss */
.icon-monitor::before {
  content: "\e11d";
}

/* line 1000, app/assets/stylesheets/vendor/_lucide.scss */
.icon-moon-star::before {
  content: "\e414";
}

/* line 1001, app/assets/stylesheets/vendor/_lucide.scss */
.icon-moon::before {
  content: "\e11e";
}

/* line 1002, app/assets/stylesheets/vendor/_lucide.scss */
.icon-motorbike::before {
  content: "\e69c";
}

/* line 1003, app/assets/stylesheets/vendor/_lucide.scss */
.icon-mountain-snow::before {
  content: "\e232";
}

/* line 1004, app/assets/stylesheets/vendor/_lucide.scss */
.icon-mountain::before {
  content: "\e231";
}

/* line 1005, app/assets/stylesheets/vendor/_lucide.scss */
.icon-mouse-off::before {
  content: "\e5df";
}

/* line 1006, app/assets/stylesheets/vendor/_lucide.scss */
.icon-mouse-pointer-2::before {
  content: "\e1c3";
}

/* line 1007, app/assets/stylesheets/vendor/_lucide.scss */
.icon-mouse-pointer-ban::before {
  content: "\e5eb";
}

/* line 1008, app/assets/stylesheets/vendor/_lucide.scss */
.icon-mouse-pointer-click::before {
  content: "\e120";
}

/* line 1009, app/assets/stylesheets/vendor/_lucide.scss */
.icon-mouse-pointer::before {
  content: "\e11f";
}

/* line 1010, app/assets/stylesheets/vendor/_lucide.scss */
.icon-mouse::before {
  content: "\e28e";
}

/* line 1011, app/assets/stylesheets/vendor/_lucide.scss */
.icon-move-3d::before {
  content: "\e2e5";
}

/* line 1012, app/assets/stylesheets/vendor/_lucide.scss */
.icon-move-diagonal-2::before {
  content: "\e1c5";
}

/* line 1013, app/assets/stylesheets/vendor/_lucide.scss */
.icon-move-diagonal::before {
  content: "\e1c4";
}

/* line 1014, app/assets/stylesheets/vendor/_lucide.scss */
.icon-move-down-left::before {
  content: "\e491";
}

/* line 1015, app/assets/stylesheets/vendor/_lucide.scss */
.icon-move-down-right::before {
  content: "\e492";
}

/* line 1016, app/assets/stylesheets/vendor/_lucide.scss */
.icon-move-down::before {
  content: "\e490";
}

/* line 1017, app/assets/stylesheets/vendor/_lucide.scss */
.icon-move-horizontal::before {
  content: "\e1c6";
}

/* line 1018, app/assets/stylesheets/vendor/_lucide.scss */
.icon-move-left::before {
  content: "\e493";
}

/* line 1019, app/assets/stylesheets/vendor/_lucide.scss */
.icon-move-right::before {
  content: "\e494";
}

/* line 1020, app/assets/stylesheets/vendor/_lucide.scss */
.icon-move-up-left::before {
  content: "\e496";
}

/* line 1021, app/assets/stylesheets/vendor/_lucide.scss */
.icon-move-up-right::before {
  content: "\e497";
}

/* line 1022, app/assets/stylesheets/vendor/_lucide.scss */
.icon-move-up::before {
  content: "\e495";
}

/* line 1023, app/assets/stylesheets/vendor/_lucide.scss */
.icon-move-vertical::before {
  content: "\e1c7";
}

/* line 1024, app/assets/stylesheets/vendor/_lucide.scss */
.icon-move::before {
  content: "\e121";
}

/* line 1025, app/assets/stylesheets/vendor/_lucide.scss */
.icon-music-2::before {
  content: "\e34e";
}

/* line 1026, app/assets/stylesheets/vendor/_lucide.scss */
.icon-music-3::before {
  content: "\e34f";
}

/* line 1027, app/assets/stylesheets/vendor/_lucide.scss */
.icon-music-4::before {
  content: "\e350";
}

/* line 1028, app/assets/stylesheets/vendor/_lucide.scss */
.icon-music::before {
  content: "\e122";
}

/* line 1029, app/assets/stylesheets/vendor/_lucide.scss */
.icon-navigation-2-off::before {
  content: "\e2a7";
}

/* line 1030, app/assets/stylesheets/vendor/_lucide.scss */
.icon-navigation-2::before {
  content: "\e124";
}

/* line 1031, app/assets/stylesheets/vendor/_lucide.scss */
.icon-navigation-off::before {
  content: "\e2a8";
}

/* line 1032, app/assets/stylesheets/vendor/_lucide.scss */
.icon-navigation::before {
  content: "\e123";
}

/* line 1033, app/assets/stylesheets/vendor/_lucide.scss */
.icon-network::before {
  content: "\e125";
}

/* line 1034, app/assets/stylesheets/vendor/_lucide.scss */
.icon-newspaper::before {
  content: "\e34c";
}

/* line 1035, app/assets/stylesheets/vendor/_lucide.scss */
.icon-nfc::before {
  content: "\e3c7";
}

/* line 1036, app/assets/stylesheets/vendor/_lucide.scss */
.icon-non-binary::before {
  content: "\e647";
}

/* line 1037, app/assets/stylesheets/vendor/_lucide.scss */
.icon-notebook-pen::before {
  content: "\e59a";
}

/* line 1038, app/assets/stylesheets/vendor/_lucide.scss */
.icon-notebook-tabs::before {
  content: "\e59b";
}

/* line 1039, app/assets/stylesheets/vendor/_lucide.scss */
.icon-notebook-text::before {
  content: "\e59c";
}

/* line 1040, app/assets/stylesheets/vendor/_lucide.scss */
.icon-notebook::before {
  content: "\e599";
}

/* line 1041, app/assets/stylesheets/vendor/_lucide.scss */
.icon-notepad-text-dashed::before {
  content: "\e59e";
}

/* line 1042, app/assets/stylesheets/vendor/_lucide.scss */
.icon-notepad-text::before {
  content: "\e59d";
}

/* line 1043, app/assets/stylesheets/vendor/_lucide.scss */
.icon-nut-off::before {
  content: "\e3a0";
}

/* line 1044, app/assets/stylesheets/vendor/_lucide.scss */
.icon-nut::before {
  content: "\e39f";
}

/* line 1045, app/assets/stylesheets/vendor/_lucide.scss */
.icon-octagon-alert::before {
  content: "\e127";
}

/* line 1046, app/assets/stylesheets/vendor/_lucide.scss */
.icon-octagon-minus::before {
  content: "\e62b";
}

/* line 1047, app/assets/stylesheets/vendor/_lucide.scss */
.icon-octagon-pause::before {
  content: "\e21b";
}

/* line 1048, app/assets/stylesheets/vendor/_lucide.scss */
.icon-octagon-x::before {
  content: "\e128";
}

/* line 1049, app/assets/stylesheets/vendor/_lucide.scss */
.icon-octagon::before {
  content: "\e126";
}

/* line 1050, app/assets/stylesheets/vendor/_lucide.scss */
.icon-omega::before {
  content: "\e61d";
}

/* line 1051, app/assets/stylesheets/vendor/_lucide.scss */
.icon-option::before {
  content: "\e1f8";
}

/* line 1052, app/assets/stylesheets/vendor/_lucide.scss */
.icon-orbit::before {
  content: "\e3eb";
}

/* line 1053, app/assets/stylesheets/vendor/_lucide.scss */
.icon-origami::before {
  content: "\e5e7";
}

/* line 1054, app/assets/stylesheets/vendor/_lucide.scss */
.icon-package-2::before {
  content: "\e344";
}

/* line 1055, app/assets/stylesheets/vendor/_lucide.scss */
.icon-package-check::before {
  content: "\e266";
}

/* line 1056, app/assets/stylesheets/vendor/_lucide.scss */
.icon-package-minus::before {
  content: "\e267";
}

/* line 1057, app/assets/stylesheets/vendor/_lucide.scss */
.icon-package-open::before {
  content: "\e2cc";
}

/* line 1058, app/assets/stylesheets/vendor/_lucide.scss */
.icon-package-plus::before {
  content: "\e268";
}

/* line 1059, app/assets/stylesheets/vendor/_lucide.scss */
.icon-package-search::before {
  content: "\e269";
}

/* line 1060, app/assets/stylesheets/vendor/_lucide.scss */
.icon-package-x::before {
  content: "\e26a";
}

/* line 1061, app/assets/stylesheets/vendor/_lucide.scss */
.icon-package::before {
  content: "\e129";
}

/* line 1062, app/assets/stylesheets/vendor/_lucide.scss */
.icon-paint-bucket::before {
  content: "\e2e6";
}

/* line 1063, app/assets/stylesheets/vendor/_lucide.scss */
.icon-paint-roller::before {
  content: "\e5a2";
}

/* line 1064, app/assets/stylesheets/vendor/_lucide.scss */
.icon-paintbrush-vertical::before {
  content: "\e2e8";
}

/* line 1065, app/assets/stylesheets/vendor/_lucide.scss */
.icon-paintbrush::before {
  content: "\e2e7";
}

/* line 1066, app/assets/stylesheets/vendor/_lucide.scss */
.icon-palette::before {
  content: "\e1dd";
}

/* line 1067, app/assets/stylesheets/vendor/_lucide.scss */
.icon-panda::before {
  content: "\e66c";
}

/* line 1068, app/assets/stylesheets/vendor/_lucide.scss */
.icon-panel-bottom-close::before {
  content: "\e431";
}

/* line 1069, app/assets/stylesheets/vendor/_lucide.scss */
.icon-panel-bottom-dashed::before {
  content: "\e432";
}

/* line 1070, app/assets/stylesheets/vendor/_lucide.scss */
.icon-panel-bottom-open::before {
  content: "\e433";
}

/* line 1071, app/assets/stylesheets/vendor/_lucide.scss */
.icon-panel-bottom::before {
  content: "\e430";
}

/* line 1072, app/assets/stylesheets/vendor/_lucide.scss */
.icon-panel-left-close::before {
  content: "\e21c";
}

/* line 1073, app/assets/stylesheets/vendor/_lucide.scss */
.icon-panel-left-dashed::before {
  content: "\e434";
}

/* line 1074, app/assets/stylesheets/vendor/_lucide.scss */
.icon-panel-left-open::before {
  content: "\e21d";
}

/* line 1075, app/assets/stylesheets/vendor/_lucide.scss */
.icon-panel-left-right-dashed::before {
  content: "\e696";
}

/* line 1076, app/assets/stylesheets/vendor/_lucide.scss */
.icon-panel-left::before {
  content: "\e12a";
}

/* line 1077, app/assets/stylesheets/vendor/_lucide.scss */
.icon-panel-right-close::before {
  content: "\e436";
}

/* line 1078, app/assets/stylesheets/vendor/_lucide.scss */
.icon-panel-right-dashed::before {
  content: "\e437";
}

/* line 1079, app/assets/stylesheets/vendor/_lucide.scss */
.icon-panel-right-open::before {
  content: "\e438";
}

/* line 1080, app/assets/stylesheets/vendor/_lucide.scss */
.icon-panel-right::before {
  content: "\e435";
}

/* line 1081, app/assets/stylesheets/vendor/_lucide.scss */
.icon-panel-top-bottom-dashed::before {
  content: "\e697";
}

/* line 1082, app/assets/stylesheets/vendor/_lucide.scss */
.icon-panel-top-close::before {
  content: "\e43a";
}

/* line 1083, app/assets/stylesheets/vendor/_lucide.scss */
.icon-panel-top-dashed::before {
  content: "\e43b";
}

/* line 1084, app/assets/stylesheets/vendor/_lucide.scss */
.icon-panel-top-open::before {
  content: "\e43c";
}

/* line 1085, app/assets/stylesheets/vendor/_lucide.scss */
.icon-panel-top::before {
  content: "\e439";
}

/* line 1086, app/assets/stylesheets/vendor/_lucide.scss */
.icon-panels-left-bottom::before {
  content: "\e12b";
}

/* line 1087, app/assets/stylesheets/vendor/_lucide.scss */
.icon-panels-right-bottom::before {
  content: "\e58c";
}

/* line 1088, app/assets/stylesheets/vendor/_lucide.scss */
.icon-panels-top-left::before {
  content: "\e12c";
}

/* line 1089, app/assets/stylesheets/vendor/_lucide.scss */
.icon-paperclip::before {
  content: "\e12d";
}

/* line 1090, app/assets/stylesheets/vendor/_lucide.scss */
.icon-parentheses::before {
  content: "\e448";
}

/* line 1091, app/assets/stylesheets/vendor/_lucide.scss */
.icon-parking-meter::before {
  content: "\e504";
}

/* line 1092, app/assets/stylesheets/vendor/_lucide.scss */
.icon-party-popper::before {
  content: "\e347";
}

/* line 1093, app/assets/stylesheets/vendor/_lucide.scss */
.icon-pause::before {
  content: "\e12e";
}

/* line 1094, app/assets/stylesheets/vendor/_lucide.scss */
.icon-paw-print::before {
  content: "\e4f9";
}

/* line 1095, app/assets/stylesheets/vendor/_lucide.scss */
.icon-pc-case::before {
  content: "\e44a";
}

/* line 1096, app/assets/stylesheets/vendor/_lucide.scss */
.icon-pen-line::before {
  content: "\e130";
}

/* line 1097, app/assets/stylesheets/vendor/_lucide.scss */
.icon-pen-off::before {
  content: "\e5f2";
}

/* line 1098, app/assets/stylesheets/vendor/_lucide.scss */
.icon-pen-tool::before {
  content: "\e131";
}

/* line 1099, app/assets/stylesheets/vendor/_lucide.scss */
.icon-pen::before {
  content: "\e12f";
}

/* line 1100, app/assets/stylesheets/vendor/_lucide.scss */
.icon-pencil-line::before {
  content: "\e4f4";
}

/* line 1101, app/assets/stylesheets/vendor/_lucide.scss */
.icon-pencil-off::before {
  content: "\e5f3";
}

/* line 1102, app/assets/stylesheets/vendor/_lucide.scss */
.icon-pencil-ruler::before {
  content: "\e4f5";
}

/* line 1103, app/assets/stylesheets/vendor/_lucide.scss */
.icon-pencil::before {
  content: "\e1f9";
}

/* line 1104, app/assets/stylesheets/vendor/_lucide.scss */
.icon-pentagon::before {
  content: "\e52f";
}

/* line 1105, app/assets/stylesheets/vendor/_lucide.scss */
.icon-percent::before {
  content: "\e132";
}

/* line 1106, app/assets/stylesheets/vendor/_lucide.scss */
.icon-person-standing::before {
  content: "\e21e";
}

/* line 1107, app/assets/stylesheets/vendor/_lucide.scss */
.icon-philippine-peso::before {
  content: "\e608";
}

/* line 1108, app/assets/stylesheets/vendor/_lucide.scss */
.icon-phone-call::before {
  content: "\e134";
}

/* line 1109, app/assets/stylesheets/vendor/_lucide.scss */
.icon-phone-forwarded::before {
  content: "\e135";
}

/* line 1110, app/assets/stylesheets/vendor/_lucide.scss */
.icon-phone-incoming::before {
  content: "\e136";
}

/* line 1111, app/assets/stylesheets/vendor/_lucide.scss */
.icon-phone-missed::before {
  content: "\e137";
}

/* line 1112, app/assets/stylesheets/vendor/_lucide.scss */
.icon-phone-off::before {
  content: "\e138";
}

/* line 1113, app/assets/stylesheets/vendor/_lucide.scss */
.icon-phone-outgoing::before {
  content: "\e139";
}

/* line 1114, app/assets/stylesheets/vendor/_lucide.scss */
.icon-phone::before {
  content: "\e133";
}

/* line 1115, app/assets/stylesheets/vendor/_lucide.scss */
.icon-pi::before {
  content: "\e476";
}

/* line 1116, app/assets/stylesheets/vendor/_lucide.scss */
.icon-piano::before {
  content: "\e565";
}

/* line 1117, app/assets/stylesheets/vendor/_lucide.scss */
.icon-pickaxe::before {
  content: "\e5ca";
}

/* line 1118, app/assets/stylesheets/vendor/_lucide.scss */
.icon-picture-in-picture-2::before {
  content: "\e3b3";
}

/* line 1119, app/assets/stylesheets/vendor/_lucide.scss */
.icon-picture-in-picture::before {
  content: "\e3b2";
}

/* line 1120, app/assets/stylesheets/vendor/_lucide.scss */
.icon-piggy-bank::before {
  content: "\e13a";
}

/* line 1121, app/assets/stylesheets/vendor/_lucide.scss */
.icon-pilcrow-left::before {
  content: "\e5e0";
}

/* line 1122, app/assets/stylesheets/vendor/_lucide.scss */
.icon-pilcrow-right::before {
  content: "\e5e1";
}

/* line 1123, app/assets/stylesheets/vendor/_lucide.scss */
.icon-pilcrow::before {
  content: "\e3a7";
}

/* line 1124, app/assets/stylesheets/vendor/_lucide.scss */
.icon-pill-bottle::before {
  content: "\e5ee";
}

/* line 1125, app/assets/stylesheets/vendor/_lucide.scss */
.icon-pill::before {
  content: "\e3c1";
}

/* line 1126, app/assets/stylesheets/vendor/_lucide.scss */
.icon-pin-off::before {
  content: "\e2b6";
}

/* line 1127, app/assets/stylesheets/vendor/_lucide.scss */
.icon-pin::before {
  content: "\e259";
}

/* line 1128, app/assets/stylesheets/vendor/_lucide.scss */
.icon-pipette::before {
  content: "\e13b";
}

/* line 1129, app/assets/stylesheets/vendor/_lucide.scss */
.icon-pizza::before {
  content: "\e358";
}

/* line 1130, app/assets/stylesheets/vendor/_lucide.scss */
.icon-plane-landing::before {
  content: "\e3d1";
}

/* line 1131, app/assets/stylesheets/vendor/_lucide.scss */
.icon-plane-takeoff::before {
  content: "\e3d2";
}

/* line 1132, app/assets/stylesheets/vendor/_lucide.scss */
.icon-plane::before {
  content: "\e1de";
}

/* line 1133, app/assets/stylesheets/vendor/_lucide.scss */
.icon-play::before {
  content: "\e13c";
}

/* line 1134, app/assets/stylesheets/vendor/_lucide.scss */
.icon-plug-2::before {
  content: "\e384";
}

/* line 1135, app/assets/stylesheets/vendor/_lucide.scss */
.icon-plug-zap::before {
  content: "\e460";
}

/* line 1136, app/assets/stylesheets/vendor/_lucide.scss */
.icon-plug::before {
  content: "\e383";
}

/* line 1137, app/assets/stylesheets/vendor/_lucide.scss */
.icon-plus::before {
  content: "\e13d";
}

/* line 1138, app/assets/stylesheets/vendor/_lucide.scss */
.icon-pocket-knife::before {
  content: "\e4a4";
}

/* line 1139, app/assets/stylesheets/vendor/_lucide.scss */
.icon-pocket::before {
  content: "\e13e";
}

/* line 1140, app/assets/stylesheets/vendor/_lucide.scss */
.icon-podcast::before {
  content: "\e1fa";
}

/* line 1141, app/assets/stylesheets/vendor/_lucide.scss */
.icon-pointer-off::before {
  content: "\e583";
}

/* line 1142, app/assets/stylesheets/vendor/_lucide.scss */
.icon-pointer::before {
  content: "\e1e8";
}

/* line 1143, app/assets/stylesheets/vendor/_lucide.scss */
.icon-popcorn::before {
  content: "\e4c2";
}

/* line 1144, app/assets/stylesheets/vendor/_lucide.scss */
.icon-popsicle::before {
  content: "\e4c3";
}

/* line 1145, app/assets/stylesheets/vendor/_lucide.scss */
.icon-pound-sterling::before {
  content: "\e13f";
}

/* line 1146, app/assets/stylesheets/vendor/_lucide.scss */
.icon-power-off::before {
  content: "\e209";
}

/* line 1147, app/assets/stylesheets/vendor/_lucide.scss */
.icon-power::before {
  content: "\e140";
}

/* line 1148, app/assets/stylesheets/vendor/_lucide.scss */
.icon-presentation::before {
  content: "\e4b2";
}

/* line 1149, app/assets/stylesheets/vendor/_lucide.scss */
.icon-printer-check::before {
  content: "\e5f9";
}

/* line 1150, app/assets/stylesheets/vendor/_lucide.scss */
.icon-printer::before {
  content: "\e141";
}

/* line 1151, app/assets/stylesheets/vendor/_lucide.scss */
.icon-projector::before {
  content: "\e4b3";
}

/* line 1152, app/assets/stylesheets/vendor/_lucide.scss */
.icon-proportions::before {
  content: "\e5d3";
}

/* line 1153, app/assets/stylesheets/vendor/_lucide.scss */
.icon-puzzle::before {
  content: "\e29c";
}

/* line 1154, app/assets/stylesheets/vendor/_lucide.scss */
.icon-pyramid::before {
  content: "\e530";
}

/* line 1155, app/assets/stylesheets/vendor/_lucide.scss */
.icon-qr-code::before {
  content: "\e1df";
}

/* line 1156, app/assets/stylesheets/vendor/_lucide.scss */
.icon-quote::before {
  content: "\e239";
}

/* line 1157, app/assets/stylesheets/vendor/_lucide.scss */
.icon-rabbit::before {
  content: "\e4fa";
}

/* line 1158, app/assets/stylesheets/vendor/_lucide.scss */
.icon-radar::before {
  content: "\e49b";
}

/* line 1159, app/assets/stylesheets/vendor/_lucide.scss */
.icon-radiation::before {
  content: "\e446";
}

/* line 1160, app/assets/stylesheets/vendor/_lucide.scss */
.icon-radical::before {
  content: "\e5c6";
}

/* line 1161, app/assets/stylesheets/vendor/_lucide.scss */
.icon-radio-receiver::before {
  content: "\e1fb";
}

/* line 1162, app/assets/stylesheets/vendor/_lucide.scss */
.icon-radio-tower::before {
  content: "\e408";
}

/* line 1163, app/assets/stylesheets/vendor/_lucide.scss */
.icon-radio::before {
  content: "\e142";
}

/* line 1164, app/assets/stylesheets/vendor/_lucide.scss */
.icon-radius::before {
  content: "\e531";
}

/* line 1165, app/assets/stylesheets/vendor/_lucide.scss */
.icon-rail-symbol::before {
  content: "\e505";
}

/* line 1166, app/assets/stylesheets/vendor/_lucide.scss */
.icon-rainbow::before {
  content: "\e4c6";
}

/* line 1167, app/assets/stylesheets/vendor/_lucide.scss */
.icon-rat::before {
  content: "\e3ef";
}

/* line 1168, app/assets/stylesheets/vendor/_lucide.scss */
.icon-ratio::before {
  content: "\e4ec";
}

/* line 1169, app/assets/stylesheets/vendor/_lucide.scss */
.icon-receipt-cent::before {
  content: "\e5a9";
}

/* line 1170, app/assets/stylesheets/vendor/_lucide.scss */
.icon-receipt-euro::before {
  content: "\e5aa";
}

/* line 1171, app/assets/stylesheets/vendor/_lucide.scss */
.icon-receipt-indian-rupee::before {
  content: "\e5ab";
}

/* line 1172, app/assets/stylesheets/vendor/_lucide.scss */
.icon-receipt-japanese-yen::before {
  content: "\e5ac";
}

/* line 1173, app/assets/stylesheets/vendor/_lucide.scss */
.icon-receipt-pound-sterling::before {
  content: "\e5ad";
}

/* line 1174, app/assets/stylesheets/vendor/_lucide.scss */
.icon-receipt-russian-ruble::before {
  content: "\e5ae";
}

/* line 1175, app/assets/stylesheets/vendor/_lucide.scss */
.icon-receipt-swiss-franc::before {
  content: "\e5af";
}

/* line 1176, app/assets/stylesheets/vendor/_lucide.scss */
.icon-receipt-text::before {
  content: "\e5b0";
}

/* line 1177, app/assets/stylesheets/vendor/_lucide.scss */
.icon-receipt-turkish-lira::before {
  content: "\e683";
}

/* line 1178, app/assets/stylesheets/vendor/_lucide.scss */
.icon-receipt::before {
  content: "\e3d7";
}

/* line 1179, app/assets/stylesheets/vendor/_lucide.scss */
.icon-rectangle-circle::before {
  content: "\e677";
}

/* line 1180, app/assets/stylesheets/vendor/_lucide.scss */
.icon-rectangle-ellipsis::before {
  content: "\e21f";
}

/* line 1181, app/assets/stylesheets/vendor/_lucide.scss */
.icon-rectangle-goggles::before {
  content: "\e65a";
}

/* line 1182, app/assets/stylesheets/vendor/_lucide.scss */
.icon-rectangle-horizontal::before {
  content: "\e37a";
}

/* line 1183, app/assets/stylesheets/vendor/_lucide.scss */
.icon-rectangle-vertical::before {
  content: "\e37b";
}

/* line 1184, app/assets/stylesheets/vendor/_lucide.scss */
.icon-recycle::before {
  content: "\e2e9";
}

/* line 1185, app/assets/stylesheets/vendor/_lucide.scss */
.icon-redo-2::before {
  content: "\e2a0";
}

/* line 1186, app/assets/stylesheets/vendor/_lucide.scss */
.icon-redo-dot::before {
  content: "\e454";
}

/* line 1187, app/assets/stylesheets/vendor/_lucide.scss */
.icon-redo::before {
  content: "\e143";
}

/* line 1188, app/assets/stylesheets/vendor/_lucide.scss */
.icon-refresh-ccw-dot::before {
  content: "\e4b6";
}

/* line 1189, app/assets/stylesheets/vendor/_lucide.scss */
.icon-refresh-ccw::before {
  content: "\e144";
}

/* line 1190, app/assets/stylesheets/vendor/_lucide.scss */
.icon-refresh-cw-off::before {
  content: "\e49c";
}

/* line 1191, app/assets/stylesheets/vendor/_lucide.scss */
.icon-refresh-cw::before {
  content: "\e145";
}

/* line 1192, app/assets/stylesheets/vendor/_lucide.scss */
.icon-refrigerator::before {
  content: "\e37f";
}

/* line 1193, app/assets/stylesheets/vendor/_lucide.scss */
.icon-regex::before {
  content: "\e1fc";
}

/* line 1194, app/assets/stylesheets/vendor/_lucide.scss */
.icon-remove-formatting::before {
  content: "\e3b7";
}

/* line 1195, app/assets/stylesheets/vendor/_lucide.scss */
.icon-repeat-1::before {
  content: "\e1fd";
}

/* line 1196, app/assets/stylesheets/vendor/_lucide.scss */
.icon-repeat-2::before {
  content: "\e415";
}

/* line 1197, app/assets/stylesheets/vendor/_lucide.scss */
.icon-repeat::before {
  content: "\e146";
}

/* line 1198, app/assets/stylesheets/vendor/_lucide.scss */
.icon-replace-all::before {
  content: "\e3e0";
}

/* line 1199, app/assets/stylesheets/vendor/_lucide.scss */
.icon-replace::before {
  content: "\e3df";
}

/* line 1200, app/assets/stylesheets/vendor/_lucide.scss */
.icon-reply-all::before {
  content: "\e22b";
}

/* line 1201, app/assets/stylesheets/vendor/_lucide.scss */
.icon-reply::before {
  content: "\e22a";
}

/* line 1202, app/assets/stylesheets/vendor/_lucide.scss */
.icon-rewind::before {
  content: "\e147";
}

/* line 1203, app/assets/stylesheets/vendor/_lucide.scss */
.icon-ribbon::before {
  content: "\e55c";
}

/* line 1204, app/assets/stylesheets/vendor/_lucide.scss */
.icon-rocket::before {
  content: "\e286";
}

/* line 1205, app/assets/stylesheets/vendor/_lucide.scss */
.icon-rocking-chair::before {
  content: "\e233";
}

/* line 1206, app/assets/stylesheets/vendor/_lucide.scss */
.icon-roller-coaster::before {
  content: "\e484";
}

/* line 1207, app/assets/stylesheets/vendor/_lucide.scss */
.icon-rose::before {
  content: "\e695";
}

/* line 1208, app/assets/stylesheets/vendor/_lucide.scss */
.icon-rotate-3d::before {
  content: "\e2ea";
}

/* line 1209, app/assets/stylesheets/vendor/_lucide.scss */
.icon-rotate-ccw-key::before {
  content: "\e654";
}

/* line 1210, app/assets/stylesheets/vendor/_lucide.scss */
.icon-rotate-ccw-square::before {
  content: "\e5d4";
}

/* line 1211, app/assets/stylesheets/vendor/_lucide.scss */
.icon-rotate-ccw::before {
  content: "\e148";
}

/* line 1212, app/assets/stylesheets/vendor/_lucide.scss */
.icon-rotate-cw-square::before {
  content: "\e5d5";
}

/* line 1213, app/assets/stylesheets/vendor/_lucide.scss */
.icon-rotate-cw::before {
  content: "\e149";
}

/* line 1214, app/assets/stylesheets/vendor/_lucide.scss */
.icon-route-off::before {
  content: "\e543";
}

/* line 1215, app/assets/stylesheets/vendor/_lucide.scss */
.icon-route::before {
  content: "\e542";
}

/* line 1216, app/assets/stylesheets/vendor/_lucide.scss */
.icon-router::before {
  content: "\e3c3";
}

/* line 1217, app/assets/stylesheets/vendor/_lucide.scss */
.icon-rows-2::before {
  content: "\e43d";
}

/* line 1218, app/assets/stylesheets/vendor/_lucide.scss */
.icon-rows-3::before {
  content: "\e58e";
}

/* line 1219, app/assets/stylesheets/vendor/_lucide.scss */
.icon-rows-4::before {
  content: "\e58f";
}

/* line 1220, app/assets/stylesheets/vendor/_lucide.scss */
.icon-rss::before {
  content: "\e14a";
}

/* line 1221, app/assets/stylesheets/vendor/_lucide.scss */
.icon-ruler-dimension-line::before {
  content: "\e666";
}

/* line 1222, app/assets/stylesheets/vendor/_lucide.scss */
.icon-ruler::before {
  content: "\e14b";
}

/* line 1223, app/assets/stylesheets/vendor/_lucide.scss */
.icon-russian-ruble::before {
  content: "\e14c";
}

/* line 1224, app/assets/stylesheets/vendor/_lucide.scss */
.icon-sailboat::before {
  content: "\e382";
}

/* line 1225, app/assets/stylesheets/vendor/_lucide.scss */
.icon-salad::before {
  content: "\e3ac";
}

/* line 1226, app/assets/stylesheets/vendor/_lucide.scss */
.icon-sandwich::before {
  content: "\e3ad";
}

/* line 1227, app/assets/stylesheets/vendor/_lucide.scss */
.icon-satellite-dish::before {
  content: "\e44c";
}

/* line 1228, app/assets/stylesheets/vendor/_lucide.scss */
.icon-satellite::before {
  content: "\e44b";
}

/* line 1229, app/assets/stylesheets/vendor/_lucide.scss */
.icon-saudi-riyal::before {
  content: "\e64f";
}

/* line 1230, app/assets/stylesheets/vendor/_lucide.scss */
.icon-save-all::before {
  content: "\e413";
}

/* line 1231, app/assets/stylesheets/vendor/_lucide.scss */
.icon-save-off::before {
  content: "\e5f7";
}

/* line 1232, app/assets/stylesheets/vendor/_lucide.scss */
.icon-save::before {
  content: "\e14d";
}

/* line 1233, app/assets/stylesheets/vendor/_lucide.scss */
.icon-scale-3d::before {
  content: "\e2eb";
}

/* line 1234, app/assets/stylesheets/vendor/_lucide.scss */
.icon-scale::before {
  content: "\e212";
}

/* line 1235, app/assets/stylesheets/vendor/_lucide.scss */
.icon-scaling::before {
  content: "\e2ec";
}

/* line 1236, app/assets/stylesheets/vendor/_lucide.scss */
.icon-scan-barcode::before {
  content: "\e539";
}

/* line 1237, app/assets/stylesheets/vendor/_lucide.scss */
.icon-scan-eye::before {
  content: "\e53a";
}

/* line 1238, app/assets/stylesheets/vendor/_lucide.scss */
.icon-scan-face::before {
  content: "\e375";
}

/* line 1239, app/assets/stylesheets/vendor/_lucide.scss */
.icon-scan-heart::before {
  content: "\e63e";
}

/* line 1240, app/assets/stylesheets/vendor/_lucide.scss */
.icon-scan-line::before {
  content: "\e258";
}

/* line 1241, app/assets/stylesheets/vendor/_lucide.scss */
.icon-scan-qr-code::before {
  content: "\e5fa";
}

/* line 1242, app/assets/stylesheets/vendor/_lucide.scss */
.icon-scan-search::before {
  content: "\e53b";
}

/* line 1243, app/assets/stylesheets/vendor/_lucide.scss */
.icon-scan-text::before {
  content: "\e53c";
}

/* line 1244, app/assets/stylesheets/vendor/_lucide.scss */
.icon-scan::before {
  content: "\e257";
}

/* line 1245, app/assets/stylesheets/vendor/_lucide.scss */
.icon-school::before {
  content: "\e3e7";
}

/* line 1246, app/assets/stylesheets/vendor/_lucide.scss */
.icon-scissors-line-dashed::before {
  content: "\e4ed";
}

/* line 1247, app/assets/stylesheets/vendor/_lucide.scss */
.icon-scissors::before {
  content: "\e14e";
}

/* line 1248, app/assets/stylesheets/vendor/_lucide.scss */
.icon-screen-share-off::before {
  content: "\e150";
}

/* line 1249, app/assets/stylesheets/vendor/_lucide.scss */
.icon-screen-share::before {
  content: "\e14f";
}

/* line 1250, app/assets/stylesheets/vendor/_lucide.scss */
.icon-scroll-text::before {
  content: "\e463";
}

/* line 1251, app/assets/stylesheets/vendor/_lucide.scss */
.icon-scroll::before {
  content: "\e2ed";
}

/* line 1252, app/assets/stylesheets/vendor/_lucide.scss */
.icon-search-check::before {
  content: "\e4ae";
}

/* line 1253, app/assets/stylesheets/vendor/_lucide.scss */
.icon-search-code::before {
  content: "\e4af";
}

/* line 1254, app/assets/stylesheets/vendor/_lucide.scss */
.icon-search-slash::before {
  content: "\e4b0";
}

/* line 1255, app/assets/stylesheets/vendor/_lucide.scss */
.icon-search-x::before {
  content: "\e4b1";
}

/* line 1256, app/assets/stylesheets/vendor/_lucide.scss */
.icon-search::before {
  content: "\e151";
}

/* line 1257, app/assets/stylesheets/vendor/_lucide.scss */
.icon-section::before {
  content: "\e5ec";
}

/* line 1258, app/assets/stylesheets/vendor/_lucide.scss */
.icon-send-horizontal::before {
  content: "\e4f6";
}

/* line 1259, app/assets/stylesheets/vendor/_lucide.scss */
.icon-send-to-back::before {
  content: "\e4f7";
}

/* line 1260, app/assets/stylesheets/vendor/_lucide.scss */
.icon-send::before {
  content: "\e152";
}

/* line 1261, app/assets/stylesheets/vendor/_lucide.scss */
.icon-separator-horizontal::before {
  content: "\e1c8";
}

/* line 1262, app/assets/stylesheets/vendor/_lucide.scss */
.icon-separator-vertical::before {
  content: "\e1c9";
}

/* line 1263, app/assets/stylesheets/vendor/_lucide.scss */
.icon-server-cog::before {
  content: "\e345";
}

/* line 1264, app/assets/stylesheets/vendor/_lucide.scss */
.icon-server-crash::before {
  content: "\e1e9";
}

/* line 1265, app/assets/stylesheets/vendor/_lucide.scss */
.icon-server-off::before {
  content: "\e1ea";
}

/* line 1266, app/assets/stylesheets/vendor/_lucide.scss */
.icon-server::before {
  content: "\e153";
}

/* line 1267, app/assets/stylesheets/vendor/_lucide.scss */
.icon-settings-2::before {
  content: "\e245";
}

/* line 1268, app/assets/stylesheets/vendor/_lucide.scss */
.icon-settings::before {
  content: "\e154";
}

/* line 1269, app/assets/stylesheets/vendor/_lucide.scss */
.icon-shapes::before {
  content: "\e4b7";
}

/* line 1270, app/assets/stylesheets/vendor/_lucide.scss */
.icon-share-2::before {
  content: "\e156";
}

/* line 1271, app/assets/stylesheets/vendor/_lucide.scss */
.icon-share::before {
  content: "\e155";
}

/* line 1272, app/assets/stylesheets/vendor/_lucide.scss */
.icon-sheet::before {
  content: "\e157";
}

/* line 1273, app/assets/stylesheets/vendor/_lucide.scss */
.icon-shell::before {
  content: "\e4fb";
}

/* line 1274, app/assets/stylesheets/vendor/_lucide.scss */
.icon-shield-alert::before {
  content: "\e1fe";
}

/* line 1275, app/assets/stylesheets/vendor/_lucide.scss */
.icon-shield-ban::before {
  content: "\e159";
}

/* line 1276, app/assets/stylesheets/vendor/_lucide.scss */
.icon-shield-check::before {
  content: "\e1ff";
}

/* line 1277, app/assets/stylesheets/vendor/_lucide.scss */
.icon-shield-ellipsis::before {
  content: "\e51a";
}

/* line 1278, app/assets/stylesheets/vendor/_lucide.scss */
.icon-shield-half::before {
  content: "\e51b";
}

/* line 1279, app/assets/stylesheets/vendor/_lucide.scss */
.icon-shield-minus::before {
  content: "\e51c";
}

/* line 1280, app/assets/stylesheets/vendor/_lucide.scss */
.icon-shield-off::before {
  content: "\e15a";
}

/* line 1281, app/assets/stylesheets/vendor/_lucide.scss */
.icon-shield-plus::before {
  content: "\e51d";
}

/* line 1282, app/assets/stylesheets/vendor/_lucide.scss */
.icon-shield-question-mark::before {
  content: "\e412";
}

/* line 1283, app/assets/stylesheets/vendor/_lucide.scss */
.icon-shield-user::before {
  content: "\e64b";
}

/* line 1284, app/assets/stylesheets/vendor/_lucide.scss */
.icon-shield-x::before {
  content: "\e200";
}

/* line 1285, app/assets/stylesheets/vendor/_lucide.scss */
.icon-shield::before {
  content: "\e158";
}

/* line 1286, app/assets/stylesheets/vendor/_lucide.scss */
.icon-ship-wheel::before {
  content: "\e506";
}

/* line 1287, app/assets/stylesheets/vendor/_lucide.scss */
.icon-ship::before {
  content: "\e3be";
}

/* line 1288, app/assets/stylesheets/vendor/_lucide.scss */
.icon-shirt::before {
  content: "\e1ca";
}

/* line 1289, app/assets/stylesheets/vendor/_lucide.scss */
.icon-shopping-bag::before {
  content: "\e15b";
}

/* line 1290, app/assets/stylesheets/vendor/_lucide.scss */
.icon-shopping-basket::before {
  content: "\e4ee";
}

/* line 1291, app/assets/stylesheets/vendor/_lucide.scss */
.icon-shopping-cart::before {
  content: "\e15c";
}

/* line 1292, app/assets/stylesheets/vendor/_lucide.scss */
.icon-shovel::before {
  content: "\e15d";
}

/* line 1293, app/assets/stylesheets/vendor/_lucide.scss */
.icon-shower-head::before {
  content: "\e380";
}

/* line 1294, app/assets/stylesheets/vendor/_lucide.scss */
.icon-shredder::before {
  content: "\e65f";
}

/* line 1295, app/assets/stylesheets/vendor/_lucide.scss */
.icon-shrimp::before {
  content: "\e64d";
}

/* line 1296, app/assets/stylesheets/vendor/_lucide.scss */
.icon-shrink::before {
  content: "\e220";
}

/* line 1297, app/assets/stylesheets/vendor/_lucide.scss */
.icon-shrub::before {
  content: "\e2ee";
}

/* line 1298, app/assets/stylesheets/vendor/_lucide.scss */
.icon-shuffle::before {
  content: "\e15e";
}

/* line 1299, app/assets/stylesheets/vendor/_lucide.scss */
.icon-sigma::before {
  content: "\e201";
}

/* line 1300, app/assets/stylesheets/vendor/_lucide.scss */
.icon-signal-high::before {
  content: "\e260";
}

/* line 1301, app/assets/stylesheets/vendor/_lucide.scss */
.icon-signal-low::before {
  content: "\e261";
}

/* line 1302, app/assets/stylesheets/vendor/_lucide.scss */
.icon-signal-medium::before {
  content: "\e262";
}

/* line 1303, app/assets/stylesheets/vendor/_lucide.scss */
.icon-signal-zero::before {
  content: "\e263";
}

/* line 1304, app/assets/stylesheets/vendor/_lucide.scss */
.icon-signal::before {
  content: "\e25f";
}

/* line 1305, app/assets/stylesheets/vendor/_lucide.scss */
.icon-signature::before {
  content: "\e5f6";
}

/* line 1306, app/assets/stylesheets/vendor/_lucide.scss */
.icon-signpost-big::before {
  content: "\e545";
}

/* line 1307, app/assets/stylesheets/vendor/_lucide.scss */
.icon-signpost::before {
  content: "\e544";
}

/* line 1308, app/assets/stylesheets/vendor/_lucide.scss */
.icon-siren::before {
  content: "\e2ef";
}

/* line 1309, app/assets/stylesheets/vendor/_lucide.scss */
.icon-skip-back::before {
  content: "\e15f";
}

/* line 1310, app/assets/stylesheets/vendor/_lucide.scss */
.icon-skip-forward::before {
  content: "\e160";
}

/* line 1311, app/assets/stylesheets/vendor/_lucide.scss */
.icon-skull::before {
  content: "\e221";
}

/* line 1312, app/assets/stylesheets/vendor/_lucide.scss */
.icon-slack::before {
  content: "\e161";
}

/* line 1313, app/assets/stylesheets/vendor/_lucide.scss */
.icon-slash::before {
  content: "\e521";
}

/* line 1314, app/assets/stylesheets/vendor/_lucide.scss */
.icon-slice::before {
  content: "\e2f0";
}

/* line 1315, app/assets/stylesheets/vendor/_lucide.scss */
.icon-sliders-horizontal::before {
  content: "\e29a";
}

/* line 1316, app/assets/stylesheets/vendor/_lucide.scss */
.icon-sliders-vertical::before {
  content: "\e162";
}

/* line 1317, app/assets/stylesheets/vendor/_lucide.scss */
.icon-smartphone-charging::before {
  content: "\e22e";
}

/* line 1318, app/assets/stylesheets/vendor/_lucide.scss */
.icon-smartphone-nfc::before {
  content: "\e3c8";
}

/* line 1319, app/assets/stylesheets/vendor/_lucide.scss */
.icon-smartphone::before {
  content: "\e163";
}

/* line 1320, app/assets/stylesheets/vendor/_lucide.scss */
.icon-smile-plus::before {
  content: "\e301";
}

/* line 1321, app/assets/stylesheets/vendor/_lucide.scss */
.icon-smile::before {
  content: "\e164";
}

/* line 1322, app/assets/stylesheets/vendor/_lucide.scss */
.icon-snail::before {
  content: "\e4fc";
}

/* line 1323, app/assets/stylesheets/vendor/_lucide.scss */
.icon-snowflake::before {
  content: "\e165";
}

/* line 1324, app/assets/stylesheets/vendor/_lucide.scss */
.icon-soap-dispenser-droplet::before {
  content: "\e66d";
}

/* line 1325, app/assets/stylesheets/vendor/_lucide.scss */
.icon-sofa::before {
  content: "\e2c4";
}

/* line 1326, app/assets/stylesheets/vendor/_lucide.scss */
.icon-soup::before {
  content: "\e3ae";
}

/* line 1327, app/assets/stylesheets/vendor/_lucide.scss */
.icon-space::before {
  content: "\e3e1";
}

/* line 1328, app/assets/stylesheets/vendor/_lucide.scss */
.icon-spade::before {
  content: "\e49d";
}

/* line 1329, app/assets/stylesheets/vendor/_lucide.scss */
.icon-sparkle::before {
  content: "\e482";
}

/* line 1330, app/assets/stylesheets/vendor/_lucide.scss */
.icon-sparkles::before {
  content: "\e416";
}

/* line 1331, app/assets/stylesheets/vendor/_lucide.scss */
.icon-speaker::before {
  content: "\e166";
}

/* line 1332, app/assets/stylesheets/vendor/_lucide.scss */
.icon-speech::before {
  content: "\e522";
}

/* line 1333, app/assets/stylesheets/vendor/_lucide.scss */
.icon-spell-check-2::before {
  content: "\e49f";
}

/* line 1334, app/assets/stylesheets/vendor/_lucide.scss */
.icon-spell-check::before {
  content: "\e49e";
}

/* line 1335, app/assets/stylesheets/vendor/_lucide.scss */
.icon-spline-pointer::before {
  content: "\e653";
}

/* line 1336, app/assets/stylesheets/vendor/_lucide.scss */
.icon-spline::before {
  content: "\e38f";
}

/* line 1337, app/assets/stylesheets/vendor/_lucide.scss */
.icon-split::before {
  content: "\e444";
}

/* line 1338, app/assets/stylesheets/vendor/_lucide.scss */
.icon-spool::before {
  content: "\e67b";
}

/* line 1339, app/assets/stylesheets/vendor/_lucide.scss */
.icon-spotlight::before {
  content: "\e686";
}

/* line 1340, app/assets/stylesheets/vendor/_lucide.scss */
.icon-spray-can::before {
  content: "\e499";
}

/* line 1341, app/assets/stylesheets/vendor/_lucide.scss */
.icon-sprout::before {
  content: "\e1eb";
}

/* line 1342, app/assets/stylesheets/vendor/_lucide.scss */
.icon-square-activity::before {
  content: "\e4b8";
}

/* line 1343, app/assets/stylesheets/vendor/_lucide.scss */
.icon-square-arrow-down-left::before {
  content: "\e4b9";
}

/* line 1344, app/assets/stylesheets/vendor/_lucide.scss */
.icon-square-arrow-down-right::before {
  content: "\e4ba";
}

/* line 1345, app/assets/stylesheets/vendor/_lucide.scss */
.icon-square-arrow-down::before {
  content: "\e42b";
}

/* line 1346, app/assets/stylesheets/vendor/_lucide.scss */
.icon-square-arrow-left::before {
  content: "\e42c";
}

/* line 1347, app/assets/stylesheets/vendor/_lucide.scss */
.icon-square-arrow-out-down-left::before {
  content: "\e5a5";
}

/* line 1348, app/assets/stylesheets/vendor/_lucide.scss */
.icon-square-arrow-out-down-right::before {
  content: "\e5a6";
}

/* line 1349, app/assets/stylesheets/vendor/_lucide.scss */
.icon-square-arrow-out-up-left::before {
  content: "\e5a7";
}

/* line 1350, app/assets/stylesheets/vendor/_lucide.scss */
.icon-square-arrow-out-up-right::before {
  content: "\e5a8";
}

/* line 1351, app/assets/stylesheets/vendor/_lucide.scss */
.icon-square-arrow-right::before {
  content: "\e42d";
}

/* line 1352, app/assets/stylesheets/vendor/_lucide.scss */
.icon-square-arrow-up-left::before {
  content: "\e4bb";
}

/* line 1353, app/assets/stylesheets/vendor/_lucide.scss */
.icon-square-arrow-up-right::before {
  content: "\e4bc";
}

/* line 1354, app/assets/stylesheets/vendor/_lucide.scss */
.icon-square-arrow-up::before {
  content: "\e42e";
}

/* line 1355, app/assets/stylesheets/vendor/_lucide.scss */
.icon-square-asterisk::before {
  content: "\e168";
}

/* line 1356, app/assets/stylesheets/vendor/_lucide.scss */
.icon-square-bottom-dashed-scissors::before {
  content: "\e4ef";
}

/* line 1357, app/assets/stylesheets/vendor/_lucide.scss */
.icon-square-chart-gantt::before {
  content: "\e169";
}

/* line 1358, app/assets/stylesheets/vendor/_lucide.scss */
.icon-square-check-big::before {
  content: "\e16a";
}

/* line 1359, app/assets/stylesheets/vendor/_lucide.scss */
.icon-square-check::before {
  content: "\e55d";
}

/* line 1360, app/assets/stylesheets/vendor/_lucide.scss */
.icon-square-chevron-down::before {
  content: "\e3d3";
}

/* line 1361, app/assets/stylesheets/vendor/_lucide.scss */
.icon-square-chevron-left::before {
  content: "\e3d4";
}

/* line 1362, app/assets/stylesheets/vendor/_lucide.scss */
.icon-square-chevron-right::before {
  content: "\e3d5";
}

/* line 1363, app/assets/stylesheets/vendor/_lucide.scss */
.icon-square-chevron-up::before {
  content: "\e3d6";
}

/* line 1364, app/assets/stylesheets/vendor/_lucide.scss */
.icon-square-code::before {
  content: "\e16b";
}

/* line 1365, app/assets/stylesheets/vendor/_lucide.scss */
.icon-square-dashed-bottom-code::before {
  content: "\e4c5";
}

/* line 1366, app/assets/stylesheets/vendor/_lucide.scss */
.icon-square-dashed-bottom::before {
  content: "\e4c4";
}

/* line 1367, app/assets/stylesheets/vendor/_lucide.scss */
.icon-square-dashed-kanban::before {
  content: "\e16c";
}

/* line 1368, app/assets/stylesheets/vendor/_lucide.scss */
.icon-square-dashed-mouse-pointer::before {
  content: "\e50d";
}

/* line 1369, app/assets/stylesheets/vendor/_lucide.scss */
.icon-square-dashed-top-solid::before {
  content: "\e670";
}

/* line 1370, app/assets/stylesheets/vendor/_lucide.scss */
.icon-square-dashed::before {
  content: "\e1cb";
}

/* line 1371, app/assets/stylesheets/vendor/_lucide.scss */
.icon-square-divide::before {
  content: "\e16d";
}

/* line 1372, app/assets/stylesheets/vendor/_lucide.scss */
.icon-square-dot::before {
  content: "\e16e";
}

/* line 1373, app/assets/stylesheets/vendor/_lucide.scss */
.icon-square-equal::before {
  content: "\e16f";
}

/* line 1374, app/assets/stylesheets/vendor/_lucide.scss */
.icon-square-function::before {
  content: "\e22d";
}

/* line 1375, app/assets/stylesheets/vendor/_lucide.scss */
.icon-square-kanban::before {
  content: "\e170";
}

/* line 1376, app/assets/stylesheets/vendor/_lucide.scss */
.icon-square-library::before {
  content: "\e553";
}

/* line 1377, app/assets/stylesheets/vendor/_lucide.scss */
.icon-square-m::before {
  content: "\e507";
}

/* line 1378, app/assets/stylesheets/vendor/_lucide.scss */
.icon-square-menu::before {
  content: "\e457";
}

/* line 1379, app/assets/stylesheets/vendor/_lucide.scss */
.icon-square-minus::before {
  content: "\e171";
}

/* line 1380, app/assets/stylesheets/vendor/_lucide.scss */
.icon-square-mouse-pointer::before {
  content: "\e202";
}

/* line 1381, app/assets/stylesheets/vendor/_lucide.scss */
.icon-square-parking-off::before {
  content: "\e3d0";
}

/* line 1382, app/assets/stylesheets/vendor/_lucide.scss */
.icon-square-parking::before {
  content: "\e3cf";
}

/* line 1383, app/assets/stylesheets/vendor/_lucide.scss */
.icon-square-pause::before {
  content: "\e688";
}

/* line 1384, app/assets/stylesheets/vendor/_lucide.scss */
.icon-square-pen::before {
  content: "\e172";
}

/* line 1385, app/assets/stylesheets/vendor/_lucide.scss */
.icon-square-percent::before {
  content: "\e520";
}

/* line 1386, app/assets/stylesheets/vendor/_lucide.scss */
.icon-square-pi::before {
  content: "\e48c";
}

/* line 1387, app/assets/stylesheets/vendor/_lucide.scss */
.icon-square-pilcrow::before {
  content: "\e48f";
}

/* line 1388, app/assets/stylesheets/vendor/_lucide.scss */
.icon-square-play::before {
  content: "\e485";
}

/* line 1389, app/assets/stylesheets/vendor/_lucide.scss */
.icon-square-plus::before {
  content: "\e173";
}

/* line 1390, app/assets/stylesheets/vendor/_lucide.scss */
.icon-square-power::before {
  content: "\e555";
}

/* line 1391, app/assets/stylesheets/vendor/_lucide.scss */
.icon-square-radical::before {
  content: "\e5c7";
}

/* line 1392, app/assets/stylesheets/vendor/_lucide.scss */
.icon-square-round-corner::before {
  content: "\e64c";
}

/* line 1393, app/assets/stylesheets/vendor/_lucide.scss */
.icon-square-scissors::before {
  content: "\e4f0";
}

/* line 1394, app/assets/stylesheets/vendor/_lucide.scss */
.icon-square-sigma::before {
  content: "\e48d";
}

/* line 1395, app/assets/stylesheets/vendor/_lucide.scss */
.icon-square-slash::before {
  content: "\e174";
}

/* line 1396, app/assets/stylesheets/vendor/_lucide.scss */
.icon-square-split-horizontal::before {
  content: "\e3ba";
}

/* line 1397, app/assets/stylesheets/vendor/_lucide.scss */
.icon-square-split-vertical::before {
  content: "\e3bb";
}

/* line 1398, app/assets/stylesheets/vendor/_lucide.scss */
.icon-square-square::before {
  content: "\e612";
}

/* line 1399, app/assets/stylesheets/vendor/_lucide.scss */
.icon-square-stack::before {
  content: "\e4a6";
}

/* line 1400, app/assets/stylesheets/vendor/_lucide.scss */
.icon-square-star::before {
  content: "\e692";
}

/* line 1401, app/assets/stylesheets/vendor/_lucide.scss */
.icon-square-stop::before {
  content: "\e689";
}

/* line 1402, app/assets/stylesheets/vendor/_lucide.scss */
.icon-square-terminal::before {
  content: "\e20a";
}

/* line 1403, app/assets/stylesheets/vendor/_lucide.scss */
.icon-square-user-round::before {
  content: "\e46a";
}

/* line 1404, app/assets/stylesheets/vendor/_lucide.scss */
.icon-square-user::before {
  content: "\e469";
}

/* line 1405, app/assets/stylesheets/vendor/_lucide.scss */
.icon-square-x::before {
  content: "\e175";
}

/* line 1406, app/assets/stylesheets/vendor/_lucide.scss */
.icon-square::before {
  content: "\e167";
}

/* line 1407, app/assets/stylesheets/vendor/_lucide.scss */
.icon-squares-exclude::before {
  content: "\e65b";
}

/* line 1408, app/assets/stylesheets/vendor/_lucide.scss */
.icon-squares-intersect::before {
  content: "\e65c";
}

/* line 1409, app/assets/stylesheets/vendor/_lucide.scss */
.icon-squares-subtract::before {
  content: "\e65d";
}

/* line 1410, app/assets/stylesheets/vendor/_lucide.scss */
.icon-squares-unite::before {
  content: "\e65e";
}

/* line 1411, app/assets/stylesheets/vendor/_lucide.scss */
.icon-squircle-dashed::before {
  content: "\e67d";
}

/* line 1412, app/assets/stylesheets/vendor/_lucide.scss */
.icon-squircle::before {
  content: "\e57e";
}

/* line 1413, app/assets/stylesheets/vendor/_lucide.scss */
.icon-squirrel::before {
  content: "\e4a3";
}

/* line 1414, app/assets/stylesheets/vendor/_lucide.scss */
.icon-stamp::before {
  content: "\e3bf";
}

/* line 1415, app/assets/stylesheets/vendor/_lucide.scss */
.icon-star-half::before {
  content: "\e20b";
}

/* line 1416, app/assets/stylesheets/vendor/_lucide.scss */
.icon-star-off::before {
  content: "\e2b0";
}

/* line 1417, app/assets/stylesheets/vendor/_lucide.scss */
.icon-star::before {
  content: "\e176";
}

/* line 1418, app/assets/stylesheets/vendor/_lucide.scss */
.icon-step-back::before {
  content: "\e3ed";
}

/* line 1419, app/assets/stylesheets/vendor/_lucide.scss */
.icon-step-forward::before {
  content: "\e3ee";
}

/* line 1420, app/assets/stylesheets/vendor/_lucide.scss */
.icon-stethoscope::before {
  content: "\e2f1";
}

/* line 1421, app/assets/stylesheets/vendor/_lucide.scss */
.icon-sticker::before {
  content: "\e302";
}

/* line 1422, app/assets/stylesheets/vendor/_lucide.scss */
.icon-sticky-note::before {
  content: "\e303";
}

/* line 1423, app/assets/stylesheets/vendor/_lucide.scss */
.icon-store::before {
  content: "\e3e8";
}

/* line 1424, app/assets/stylesheets/vendor/_lucide.scss */
.icon-stretch-horizontal::before {
  content: "\e27c";
}

/* line 1425, app/assets/stylesheets/vendor/_lucide.scss */
.icon-stretch-vertical::before {
  content: "\e27d";
}

/* line 1426, app/assets/stylesheets/vendor/_lucide.scss */
.icon-strikethrough::before {
  content: "\e177";
}

/* line 1427, app/assets/stylesheets/vendor/_lucide.scss */
.icon-subscript::before {
  content: "\e25c";
}

/* line 1428, app/assets/stylesheets/vendor/_lucide.scss */
.icon-sun-dim::before {
  content: "\e299";
}

/* line 1429, app/assets/stylesheets/vendor/_lucide.scss */
.icon-sun-medium::before {
  content: "\e2b1";
}

/* line 1430, app/assets/stylesheets/vendor/_lucide.scss */
.icon-sun-moon::before {
  content: "\e2b2";
}

/* line 1431, app/assets/stylesheets/vendor/_lucide.scss */
.icon-sun-snow::before {
  content: "\e376";
}

/* line 1432, app/assets/stylesheets/vendor/_lucide.scss */
.icon-sun::before {
  content: "\e178";
}

/* line 1433, app/assets/stylesheets/vendor/_lucide.scss */
.icon-sunrise::before {
  content: "\e179";
}

/* line 1434, app/assets/stylesheets/vendor/_lucide.scss */
.icon-sunset::before {
  content: "\e17a";
}

/* line 1435, app/assets/stylesheets/vendor/_lucide.scss */
.icon-superscript::before {
  content: "\e25e";
}

/* line 1436, app/assets/stylesheets/vendor/_lucide.scss */
.icon-swatch-book::before {
  content: "\e5a3";
}

/* line 1437, app/assets/stylesheets/vendor/_lucide.scss */
.icon-swiss-franc::before {
  content: "\e17b";
}

/* line 1438, app/assets/stylesheets/vendor/_lucide.scss */
.icon-switch-camera::before {
  content: "\e17c";
}

/* line 1439, app/assets/stylesheets/vendor/_lucide.scss */
.icon-sword::before {
  content: "\e2b3";
}

/* line 1440, app/assets/stylesheets/vendor/_lucide.scss */
.icon-swords::before {
  content: "\e2b4";
}

/* line 1441, app/assets/stylesheets/vendor/_lucide.scss */
.icon-syringe::before {
  content: "\e2f2";
}

/* line 1442, app/assets/stylesheets/vendor/_lucide.scss */
.icon-table-2::before {
  content: "\e2f9";
}

/* line 1443, app/assets/stylesheets/vendor/_lucide.scss */
.icon-table-cells-merge::before {
  content: "\e5cb";
}

/* line 1444, app/assets/stylesheets/vendor/_lucide.scss */
.icon-table-cells-split::before {
  content: "\e5cc";
}

/* line 1445, app/assets/stylesheets/vendor/_lucide.scss */
.icon-table-columns-split::before {
  content: "\e5cd";
}

/* line 1446, app/assets/stylesheets/vendor/_lucide.scss */
.icon-table-of-contents::before {
  content: "\e622";
}

/* line 1447, app/assets/stylesheets/vendor/_lucide.scss */
.icon-table-properties::before {
  content: "\e4df";
}

/* line 1448, app/assets/stylesheets/vendor/_lucide.scss */
.icon-table-rows-split::before {
  content: "\e5ce";
}

/* line 1449, app/assets/stylesheets/vendor/_lucide.scss */
.icon-table::before {
  content: "\e17d";
}

/* line 1450, app/assets/stylesheets/vendor/_lucide.scss */
.icon-tablet-smartphone::before {
  content: "\e50e";
}

/* line 1451, app/assets/stylesheets/vendor/_lucide.scss */
.icon-tablet::before {
  content: "\e17e";
}

/* line 1452, app/assets/stylesheets/vendor/_lucide.scss */
.icon-tablets::before {
  content: "\e3c2";
}

/* line 1453, app/assets/stylesheets/vendor/_lucide.scss */
.icon-tag::before {
  content: "\e17f";
}

/* line 1454, app/assets/stylesheets/vendor/_lucide.scss */
.icon-tags::before {
  content: "\e360";
}

/* line 1455, app/assets/stylesheets/vendor/_lucide.scss */
.icon-tally-1::before {
  content: "\e4da";
}

/* line 1456, app/assets/stylesheets/vendor/_lucide.scss */
.icon-tally-2::before {
  content: "\e4db";
}

/* line 1457, app/assets/stylesheets/vendor/_lucide.scss */
.icon-tally-3::before {
  content: "\e4dc";
}

/* line 1458, app/assets/stylesheets/vendor/_lucide.scss */
.icon-tally-4::before {
  content: "\e4dd";
}

/* line 1459, app/assets/stylesheets/vendor/_lucide.scss */
.icon-tally-5::before {
  content: "\e4de";
}

/* line 1460, app/assets/stylesheets/vendor/_lucide.scss */
.icon-tangent::before {
  content: "\e532";
}

/* line 1461, app/assets/stylesheets/vendor/_lucide.scss */
.icon-target::before {
  content: "\e180";
}

/* line 1462, app/assets/stylesheets/vendor/_lucide.scss */
.icon-telescope::before {
  content: "\e5c9";
}

/* line 1463, app/assets/stylesheets/vendor/_lucide.scss */
.icon-tent-tree::before {
  content: "\e53f";
}

/* line 1464, app/assets/stylesheets/vendor/_lucide.scss */
.icon-tent::before {
  content: "\e227";
}

/* line 1465, app/assets/stylesheets/vendor/_lucide.scss */
.icon-terminal::before {
  content: "\e181";
}

/* line 1466, app/assets/stylesheets/vendor/_lucide.scss */
.icon-test-tube-diagonal::before {
  content: "\e40a";
}

/* line 1467, app/assets/stylesheets/vendor/_lucide.scss */
.icon-test-tube::before {
  content: "\e409";
}

/* line 1468, app/assets/stylesheets/vendor/_lucide.scss */
.icon-test-tubes::before {
  content: "\e40b";
}

/* line 1469, app/assets/stylesheets/vendor/_lucide.scss */
.icon-text-align-center::before {
  content: "\e182";
}

/* line 1470, app/assets/stylesheets/vendor/_lucide.scss */
.icon-text-align-end::before {
  content: "\e183";
}

/* line 1471, app/assets/stylesheets/vendor/_lucide.scss */
.icon-text-align-justify::before {
  content: "\e184";
}

/* line 1472, app/assets/stylesheets/vendor/_lucide.scss */
.icon-text-align-start::before {
  content: "\e185";
}

/* line 1473, app/assets/stylesheets/vendor/_lucide.scss */
.icon-text-cursor-input::before {
  content: "\e265";
}

/* line 1474, app/assets/stylesheets/vendor/_lucide.scss */
.icon-text-cursor::before {
  content: "\e264";
}

/* line 1475, app/assets/stylesheets/vendor/_lucide.scss */
.icon-text-initial::before {
  content: "\e609";
}

/* line 1476, app/assets/stylesheets/vendor/_lucide.scss */
.icon-text-quote::before {
  content: "\e4a2";
}

/* line 1477, app/assets/stylesheets/vendor/_lucide.scss */
.icon-text-search::before {
  content: "\e5b1";
}

/* line 1478, app/assets/stylesheets/vendor/_lucide.scss */
.icon-text-select::before {
  content: "\e3e2";
}

/* line 1479, app/assets/stylesheets/vendor/_lucide.scss */
.icon-text-wrap::before {
  content: "\e248";
}

/* line 1480, app/assets/stylesheets/vendor/_lucide.scss */
.icon-theater::before {
  content: "\e526";
}

/* line 1481, app/assets/stylesheets/vendor/_lucide.scss */
.icon-thermometer-snowflake::before {
  content: "\e187";
}

/* line 1482, app/assets/stylesheets/vendor/_lucide.scss */
.icon-thermometer-sun::before {
  content: "\e188";
}

/* line 1483, app/assets/stylesheets/vendor/_lucide.scss */
.icon-thermometer::before {
  content: "\e186";
}

/* line 1484, app/assets/stylesheets/vendor/_lucide.scss */
.icon-thumbs-down::before {
  content: "\e189";
}

/* line 1485, app/assets/stylesheets/vendor/_lucide.scss */
.icon-thumbs-up::before {
  content: "\e18a";
}

/* line 1486, app/assets/stylesheets/vendor/_lucide.scss */
.icon-ticket-check::before {
  content: "\e5b2";
}

/* line 1487, app/assets/stylesheets/vendor/_lucide.scss */
.icon-ticket-minus::before {
  content: "\e5b3";
}

/* line 1488, app/assets/stylesheets/vendor/_lucide.scss */
.icon-ticket-percent::before {
  content: "\e5b4";
}

/* line 1489, app/assets/stylesheets/vendor/_lucide.scss */
.icon-ticket-plus::before {
  content: "\e5b5";
}

/* line 1490, app/assets/stylesheets/vendor/_lucide.scss */
.icon-ticket-slash::before {
  content: "\e5b6";
}

/* line 1491, app/assets/stylesheets/vendor/_lucide.scss */
.icon-ticket-x::before {
  content: "\e5b7";
}

/* line 1492, app/assets/stylesheets/vendor/_lucide.scss */
.icon-ticket::before {
  content: "\e20f";
}

/* line 1493, app/assets/stylesheets/vendor/_lucide.scss */
.icon-tickets-plane::before {
  content: "\e627";
}

/* line 1494, app/assets/stylesheets/vendor/_lucide.scss */
.icon-tickets::before {
  content: "\e626";
}

/* line 1495, app/assets/stylesheets/vendor/_lucide.scss */
.icon-timer-off::before {
  content: "\e249";
}

/* line 1496, app/assets/stylesheets/vendor/_lucide.scss */
.icon-timer-reset::before {
  content: "\e236";
}

/* line 1497, app/assets/stylesheets/vendor/_lucide.scss */
.icon-timer::before {
  content: "\e1e0";
}

/* line 1498, app/assets/stylesheets/vendor/_lucide.scss */
.icon-toggle-left::before {
  content: "\e18b";
}

/* line 1499, app/assets/stylesheets/vendor/_lucide.scss */
.icon-toggle-right::before {
  content: "\e18c";
}

/* line 1500, app/assets/stylesheets/vendor/_lucide.scss */
.icon-toilet::before {
  content: "\e639";
}

/* line 1501, app/assets/stylesheets/vendor/_lucide.scss */
.icon-tool-case::before {
  content: "\e681";
}

/* line 1502, app/assets/stylesheets/vendor/_lucide.scss */
.icon-tornado::before {
  content: "\e218";
}

/* line 1503, app/assets/stylesheets/vendor/_lucide.scss */
.icon-torus::before {
  content: "\e533";
}

/* line 1504, app/assets/stylesheets/vendor/_lucide.scss */
.icon-touchpad-off::before {
  content: "\e44e";
}

/* line 1505, app/assets/stylesheets/vendor/_lucide.scss */
.icon-touchpad::before {
  content: "\e44d";
}

/* line 1506, app/assets/stylesheets/vendor/_lucide.scss */
.icon-tower-control::before {
  content: "\e3c0";
}

/* line 1507, app/assets/stylesheets/vendor/_lucide.scss */
.icon-toy-brick::before {
  content: "\e34b";
}

/* line 1508, app/assets/stylesheets/vendor/_lucide.scss */
.icon-tractor::before {
  content: "\e508";
}

/* line 1509, app/assets/stylesheets/vendor/_lucide.scss */
.icon-traffic-cone::before {
  content: "\e509";
}

/* line 1510, app/assets/stylesheets/vendor/_lucide.scss */
.icon-train-front-tunnel::before {
  content: "\e50b";
}

/* line 1511, app/assets/stylesheets/vendor/_lucide.scss */
.icon-train-front::before {
  content: "\e50a";
}

/* line 1512, app/assets/stylesheets/vendor/_lucide.scss */
.icon-train-track::before {
  content: "\e50c";
}

/* line 1513, app/assets/stylesheets/vendor/_lucide.scss */
.icon-tram-front::before {
  content: "\e2a9";
}

/* line 1514, app/assets/stylesheets/vendor/_lucide.scss */
.icon-transgender::before {
  content: "\e648";
}

/* line 1515, app/assets/stylesheets/vendor/_lucide.scss */
.icon-trash-2::before {
  content: "\e18e";
}

/* line 1516, app/assets/stylesheets/vendor/_lucide.scss */
.icon-trash::before {
  content: "\e18d";
}

/* line 1517, app/assets/stylesheets/vendor/_lucide.scss */
.icon-tree-deciduous::before {
  content: "\e2f3";
}

/* line 1518, app/assets/stylesheets/vendor/_lucide.scss */
.icon-tree-palm::before {
  content: "\e281";
}

/* line 1519, app/assets/stylesheets/vendor/_lucide.scss */
.icon-tree-pine::before {
  content: "\e2f4";
}

/* line 1520, app/assets/stylesheets/vendor/_lucide.scss */
.icon-trees::before {
  content: "\e2f5";
}

/* line 1521, app/assets/stylesheets/vendor/_lucide.scss */
.icon-trello::before {
  content: "\e18f";
}

/* line 1522, app/assets/stylesheets/vendor/_lucide.scss */
.icon-trending-down::before {
  content: "\e190";
}

/* line 1523, app/assets/stylesheets/vendor/_lucide.scss */
.icon-trending-up-down::before {
  content: "\e629";
}

/* line 1524, app/assets/stylesheets/vendor/_lucide.scss */
.icon-trending-up::before {
  content: "\e191";
}

/* line 1525, app/assets/stylesheets/vendor/_lucide.scss */
.icon-triangle-alert::before {
  content: "\e193";
}

/* line 1526, app/assets/stylesheets/vendor/_lucide.scss */
.icon-triangle-dashed::before {
  content: "\e641";
}

/* line 1527, app/assets/stylesheets/vendor/_lucide.scss */
.icon-triangle-right::before {
  content: "\e4f1";
}

/* line 1528, app/assets/stylesheets/vendor/_lucide.scss */
.icon-triangle::before {
  content: "\e192";
}

/* line 1529, app/assets/stylesheets/vendor/_lucide.scss */
.icon-trophy::before {
  content: "\e377";
}

/* line 1530, app/assets/stylesheets/vendor/_lucide.scss */
.icon-truck-electric::before {
  content: "\e663";
}

/* line 1531, app/assets/stylesheets/vendor/_lucide.scss */
.icon-truck::before {
  content: "\e194";
}

/* line 1532, app/assets/stylesheets/vendor/_lucide.scss */
.icon-turkish-lira::before {
  content: "\e684";
}

/* line 1533, app/assets/stylesheets/vendor/_lucide.scss */
.icon-turntable::before {
  content: "\e690";
}

/* line 1534, app/assets/stylesheets/vendor/_lucide.scss */
.icon-turtle::before {
  content: "\e4fd";
}

/* line 1535, app/assets/stylesheets/vendor/_lucide.scss */
.icon-tv-minimal-play::before {
  content: "\e5f0";
}

/* line 1536, app/assets/stylesheets/vendor/_lucide.scss */
.icon-tv-minimal::before {
  content: "\e203";
}

/* line 1537, app/assets/stylesheets/vendor/_lucide.scss */
.icon-tv::before {
  content: "\e195";
}

/* line 1538, app/assets/stylesheets/vendor/_lucide.scss */
.icon-twitch::before {
  content: "\e196";
}

/* line 1539, app/assets/stylesheets/vendor/_lucide.scss */
.icon-twitter::before {
  content: "\e197";
}

/* line 1540, app/assets/stylesheets/vendor/_lucide.scss */
.icon-type-outline::before {
  content: "\e606";
}

/* line 1541, app/assets/stylesheets/vendor/_lucide.scss */
.icon-type::before {
  content: "\e198";
}

/* line 1542, app/assets/stylesheets/vendor/_lucide.scss */
.icon-umbrella-off::before {
  content: "\e547";
}

/* line 1543, app/assets/stylesheets/vendor/_lucide.scss */
.icon-umbrella::before {
  content: "\e199";
}

/* line 1544, app/assets/stylesheets/vendor/_lucide.scss */
.icon-underline::before {
  content: "\e19a";
}

/* line 1545, app/assets/stylesheets/vendor/_lucide.scss */
.icon-undo-2::before {
  content: "\e2a1";
}

/* line 1546, app/assets/stylesheets/vendor/_lucide.scss */
.icon-undo-dot::before {
  content: "\e455";
}

/* line 1547, app/assets/stylesheets/vendor/_lucide.scss */
.icon-undo::before {
  content: "\e19b";
}

/* line 1548, app/assets/stylesheets/vendor/_lucide.scss */
.icon-unfold-horizontal::before {
  content: "\e441";
}

/* line 1549, app/assets/stylesheets/vendor/_lucide.scss */
.icon-unfold-vertical::before {
  content: "\e442";
}

/* line 1550, app/assets/stylesheets/vendor/_lucide.scss */
.icon-ungroup::before {
  content: "\e46b";
}

/* line 1551, app/assets/stylesheets/vendor/_lucide.scss */
.icon-university::before {
  content: "\e3e9";
}

/* line 1552, app/assets/stylesheets/vendor/_lucide.scss */
.icon-unlink-2::before {
  content: "\e19d";
}

/* line 1553, app/assets/stylesheets/vendor/_lucide.scss */
.icon-unlink::before {
  content: "\e19c";
}

/* line 1554, app/assets/stylesheets/vendor/_lucide.scss */
.icon-unplug::before {
  content: "\e461";
}

/* line 1555, app/assets/stylesheets/vendor/_lucide.scss */
.icon-upload::before {
  content: "\e19e";
}

/* line 1556, app/assets/stylesheets/vendor/_lucide.scss */
.icon-usb::before {
  content: "\e35a";
}

/* line 1557, app/assets/stylesheets/vendor/_lucide.scss */
.icon-user-check::before {
  content: "\e1a0";
}

/* line 1558, app/assets/stylesheets/vendor/_lucide.scss */
.icon-user-cog::before {
  content: "\e346";
}

/* line 1559, app/assets/stylesheets/vendor/_lucide.scss */
.icon-user-lock::before {
  content: "\e664";
}

/* line 1560, app/assets/stylesheets/vendor/_lucide.scss */
.icon-user-minus::before {
  content: "\e1a1";
}

/* line 1561, app/assets/stylesheets/vendor/_lucide.scss */
.icon-user-pen::before {
  content: "\e600";
}

/* line 1562, app/assets/stylesheets/vendor/_lucide.scss */
.icon-user-plus::before {
  content: "\e1a2";
}

/* line 1563, app/assets/stylesheets/vendor/_lucide.scss */
.icon-user-round-check::before {
  content: "\e46d";
}

/* line 1564, app/assets/stylesheets/vendor/_lucide.scss */
.icon-user-round-cog::before {
  content: "\e46e";
}

/* line 1565, app/assets/stylesheets/vendor/_lucide.scss */
.icon-user-round-minus::before {
  content: "\e46f";
}

/* line 1566, app/assets/stylesheets/vendor/_lucide.scss */
.icon-user-round-pen::before {
  content: "\e601";
}

/* line 1567, app/assets/stylesheets/vendor/_lucide.scss */
.icon-user-round-plus::before {
  content: "\e470";
}

/* line 1568, app/assets/stylesheets/vendor/_lucide.scss */
.icon-user-round-search::before {
  content: "\e57c";
}

/* line 1569, app/assets/stylesheets/vendor/_lucide.scss */
.icon-user-round-x::before {
  content: "\e471";
}

/* line 1570, app/assets/stylesheets/vendor/_lucide.scss */
.icon-user-round::before {
  content: "\e46c";
}

/* line 1571, app/assets/stylesheets/vendor/_lucide.scss */
.icon-user-search::before {
  content: "\e57d";
}

/* line 1572, app/assets/stylesheets/vendor/_lucide.scss */
.icon-user-star::before {
  content: "\e68b";
}

/* line 1573, app/assets/stylesheets/vendor/_lucide.scss */
.icon-user-x::before {
  content: "\e1a3";
}

/* line 1574, app/assets/stylesheets/vendor/_lucide.scss */
.icon-user::before {
  content: "\e19f";
}

/* line 1575, app/assets/stylesheets/vendor/_lucide.scss */
.icon-users-round::before {
  content: "\e472";
}

/* line 1576, app/assets/stylesheets/vendor/_lucide.scss */
.icon-users::before {
  content: "\e1a4";
}

/* line 1577, app/assets/stylesheets/vendor/_lucide.scss */
.icon-utensils-crossed::before {
  content: "\e2f7";
}

/* line 1578, app/assets/stylesheets/vendor/_lucide.scss */
.icon-utensils::before {
  content: "\e2f6";
}

/* line 1579, app/assets/stylesheets/vendor/_lucide.scss */
.icon-utility-pole::before {
  content: "\e3c6";
}

/* line 1580, app/assets/stylesheets/vendor/_lucide.scss */
.icon-variable::before {
  content: "\e477";
}

/* line 1581, app/assets/stylesheets/vendor/_lucide.scss */
.icon-vault::before {
  content: "\e593";
}

/* line 1582, app/assets/stylesheets/vendor/_lucide.scss */
.icon-vector-square::before {
  content: "\e680";
}

/* line 1583, app/assets/stylesheets/vendor/_lucide.scss */
.icon-vegan::before {
  content: "\e3a1";
}

/* line 1584, app/assets/stylesheets/vendor/_lucide.scss */
.icon-venetian-mask::before {
  content: "\e2aa";
}

/* line 1585, app/assets/stylesheets/vendor/_lucide.scss */
.icon-venus-and-mars::before {
  content: "\e64a";
}

/* line 1586, app/assets/stylesheets/vendor/_lucide.scss */
.icon-venus::before {
  content: "\e649";
}

/* line 1587, app/assets/stylesheets/vendor/_lucide.scss */
.icon-vibrate-off::before {
  content: "\e29d";
}

/* line 1588, app/assets/stylesheets/vendor/_lucide.scss */
.icon-vibrate::before {
  content: "\e223";
}

/* line 1589, app/assets/stylesheets/vendor/_lucide.scss */
.icon-video-off::before {
  content: "\e1a6";
}

/* line 1590, app/assets/stylesheets/vendor/_lucide.scss */
.icon-video::before {
  content: "\e1a5";
}

/* line 1591, app/assets/stylesheets/vendor/_lucide.scss */
.icon-videotape::before {
  content: "\e4cf";
}

/* line 1592, app/assets/stylesheets/vendor/_lucide.scss */
.icon-view::before {
  content: "\e1a7";
}

/* line 1593, app/assets/stylesheets/vendor/_lucide.scss */
.icon-voicemail::before {
  content: "\e1a8";
}

/* line 1594, app/assets/stylesheets/vendor/_lucide.scss */
.icon-volleyball::before {
  content: "\e633";
}

/* line 1595, app/assets/stylesheets/vendor/_lucide.scss */
.icon-volume-1::before {
  content: "\e1aa";
}

/* line 1596, app/assets/stylesheets/vendor/_lucide.scss */
.icon-volume-2::before {
  content: "\e1ab";
}

/* line 1597, app/assets/stylesheets/vendor/_lucide.scss */
.icon-volume-off::before {
  content: "\e62a";
}

/* line 1598, app/assets/stylesheets/vendor/_lucide.scss */
.icon-volume-x::before {
  content: "\e1ac";
}

/* line 1599, app/assets/stylesheets/vendor/_lucide.scss */
.icon-volume::before {
  content: "\e1a9";
}

/* line 1600, app/assets/stylesheets/vendor/_lucide.scss */
.icon-vote::before {
  content: "\e3b1";
}

/* line 1601, app/assets/stylesheets/vendor/_lucide.scss */
.icon-wallet-cards::before {
  content: "\e4d0";
}

/* line 1602, app/assets/stylesheets/vendor/_lucide.scss */
.icon-wallet-minimal::before {
  content: "\e4d1";
}

/* line 1603, app/assets/stylesheets/vendor/_lucide.scss */
.icon-wallet::before {
  content: "\e204";
}

/* line 1604, app/assets/stylesheets/vendor/_lucide.scss */
.icon-wallpaper::before {
  content: "\e44f";
}

/* line 1605, app/assets/stylesheets/vendor/_lucide.scss */
.icon-wand-sparkles::before {
  content: "\e35b";
}

/* line 1606, app/assets/stylesheets/vendor/_lucide.scss */
.icon-wand::before {
  content: "\e246";
}

/* line 1607, app/assets/stylesheets/vendor/_lucide.scss */
.icon-warehouse::before {
  content: "\e3ea";
}

/* line 1608, app/assets/stylesheets/vendor/_lucide.scss */
.icon-washing-machine::before {
  content: "\e594";
}

/* line 1609, app/assets/stylesheets/vendor/_lucide.scss */
.icon-watch::before {
  content: "\e1ad";
}

/* line 1610, app/assets/stylesheets/vendor/_lucide.scss */
.icon-waves-ladder::before {
  content: "\e63f";
}

/* line 1611, app/assets/stylesheets/vendor/_lucide.scss */
.icon-waves::before {
  content: "\e283";
}

/* line 1612, app/assets/stylesheets/vendor/_lucide.scss */
.icon-waypoints::before {
  content: "\e546";
}

/* line 1613, app/assets/stylesheets/vendor/_lucide.scss */
.icon-webcam::before {
  content: "\e205";
}

/* line 1614, app/assets/stylesheets/vendor/_lucide.scss */
.icon-webhook-off::before {
  content: "\e5bb";
}

/* line 1615, app/assets/stylesheets/vendor/_lucide.scss */
.icon-webhook::before {
  content: "\e378";
}

/* line 1616, app/assets/stylesheets/vendor/_lucide.scss */
.icon-weight::before {
  content: "\e534";
}

/* line 1617, app/assets/stylesheets/vendor/_lucide.scss */
.icon-wheat-off::before {
  content: "\e3a3";
}

/* line 1618, app/assets/stylesheets/vendor/_lucide.scss */
.icon-wheat::before {
  content: "\e3a2";
}

/* line 1619, app/assets/stylesheets/vendor/_lucide.scss */
.icon-whole-word::before {
  content: "\e3e3";
}

/* line 1620, app/assets/stylesheets/vendor/_lucide.scss */
.icon-wifi-cog::before {
  content: "\e678";
}

/* line 1621, app/assets/stylesheets/vendor/_lucide.scss */
.icon-wifi-high::before {
  content: "\e5fb";
}

/* line 1622, app/assets/stylesheets/vendor/_lucide.scss */
.icon-wifi-low::before {
  content: "\e5fc";
}

/* line 1623, app/assets/stylesheets/vendor/_lucide.scss */
.icon-wifi-off::before {
  content: "\e1af";
}

/* line 1624, app/assets/stylesheets/vendor/_lucide.scss */
.icon-wifi-pen::before {
  content: "\e667";
}

/* line 1625, app/assets/stylesheets/vendor/_lucide.scss */
.icon-wifi-sync::before {
  content: "\e685";
}

/* line 1626, app/assets/stylesheets/vendor/_lucide.scss */
.icon-wifi-zero::before {
  content: "\e5fd";
}

/* line 1627, app/assets/stylesheets/vendor/_lucide.scss */
.icon-wifi::before {
  content: "\e1ae";
}

/* line 1628, app/assets/stylesheets/vendor/_lucide.scss */
.icon-wind-arrow-down::before {
  content: "\e635";
}

/* line 1629, app/assets/stylesheets/vendor/_lucide.scss */
.icon-wind::before {
  content: "\e1b0";
}

/* line 1630, app/assets/stylesheets/vendor/_lucide.scss */
.icon-wine-off::before {
  content: "\e3a4";
}

/* line 1631, app/assets/stylesheets/vendor/_lucide.scss */
.icon-wine::before {
  content: "\e2f8";
}

/* line 1632, app/assets/stylesheets/vendor/_lucide.scss */
.icon-workflow::before {
  content: "\e429";
}

/* line 1633, app/assets/stylesheets/vendor/_lucide.scss */
.icon-worm::before {
  content: "\e5de";
}

/* line 1634, app/assets/stylesheets/vendor/_lucide.scss */
.icon-wrench::before {
  content: "\e1b1";
}

/* line 1635, app/assets/stylesheets/vendor/_lucide.scss */
.icon-x::before {
  content: "\e1b2";
}

/* line 1636, app/assets/stylesheets/vendor/_lucide.scss */
.icon-youtube::before {
  content: "\e1b3";
}

/* line 1637, app/assets/stylesheets/vendor/_lucide.scss */
.icon-zap-off::before {
  content: "\e1b5";
}

/* line 1638, app/assets/stylesheets/vendor/_lucide.scss */
.icon-zap::before {
  content: "\e1b4";
}

/* line 1639, app/assets/stylesheets/vendor/_lucide.scss */
.icon-zoom-in::before {
  content: "\e1b6";
}

/* line 1640, app/assets/stylesheets/vendor/_lucide.scss */
.icon-zoom-out::before {
  content: "\e1b7";
}
/*















 */
