/*!********************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/main.scss ***!
  \********************************************************************************************************/
/* Define CSS custom properties */
:root, .theme-light {
  --color-brand: #76b900;
  --color-brand-hover: #91c733;
  --color-transparent: transparent;
  --color-gray-0: #ffffff;
  --color-gray-50: #f7f7f7;
  --color-gray-100: #eeeeee;
  --color-gray-200: #dddddd;
  --color-gray-300: #cccccc;
  --color-gray-400: #999999;
  --color-gray-500: #808080;
  --color-gray-600: #666666;
  --color-gray-700: #333333;
  --color-gray-800: #222222;
  --color-gray-900: #1a1a1a;
  --color-gray-950: #111111;
  --color-gray-1000: #000000;
  --color-status-error: #f44336;
  --color-surface-default: var(--color-gray-0);
  --color-surface-disabled: var(--color-gray-200);
  --color-surface-alt-1: var(--color-gray-100);
  --color-surface-alt-2: var(--color-gray-50);
  --color-surface-white: var(--color-gray-0);
  --color-surface-black: var(--color-gray-1000);
  --color-display-heading: var(--color-gray-1000);
  --color-display-text: var(--color-gray-800);
  --color-display-text-error: var(--color-status-error);
  --color-display-text-active: var(--color-gray-1000);
  --color-display-text-inactive: var(--color-gray-600);
  --color-display-text-disabled: var(--color-gray-400);
  --color-display-text-muted: var(--color-gray-600);
  --color-display-text-caption: var(--color-gray-600);
  --color-display-border: var(--color-gray-400);
  --color-display-border-alt-1: var(--color-gray-300);
  --color-display-icon: var(--color-gray-1000);
  --color-display-icon-alt-1: var(--color-brand);
  --color-display-icon-alt-2: var(--color-gray-600);
  --color-input-border-default: var(--color-display-border);
  --color-input-border-active: var(--color-brand);
  --color-input-border-hover: var(--color-brand);
  --color-input-border-disabled: var(--color-display-border-alt-1);
  --color-input-border-error: var(--color-status-error);
  --color-input-bg-default: var(--color-surface-default);
  --color-input-bg-active: var(--color-surface-alt-1);
  --color-input-bg-disabled: var(--color-surface-disabled);
  --color-input-bg-error: var(--color-status-error);
  --color-input-fg-icon-default: var(--color-gray-600);
  --color-input-fg-text-default: var(--color-display-text);
  --color-input-fg-text-muted: var(--color-display-text-muted);
  --color-input-fg-text-disabled: var(--color-display-text-disabled);
  --color-input-fg-text-error: var(--color-status-error);
  --color-cta-border-primary-default: var(--color-brand);
  --color-cta-border-primary-disabled: var(--color-gray-300);
  --color-cta-border-primary-hover: var(--color-brand-hover);
  --color-cta-bg-primary-default: var(--color-brand);
  --color-cta-bg-primary-disabled: var(--color-gray-300);
  --color-cta-bg-primary-hover: var(--color-brand-hover);
  --color-cta-fg-primary-default: var(--color-gray-1000);
  --color-cta-fg-primary-disabled: var(--color-gray-400);
  --color-cta-border-primary-alt-default: var(--color-brand);
  --color-cta-border-primary-alt-disabled: var(--color-gray-300);
  --color-cta-border-primary-alt-hover: var(--color-gray-1000);
  --color-cta-bg-primary-alt-default: var(--color-transparent);
  --color-cta-fg-primary-alt-default: var(--color-gray-1000);
  --color-cta-fg-primary-alt-disabled: var(--color-gray-400);
  --color-cta-icon-secondary-default: var(--color-brand);
  --color-cta-bg-secondary-default: var(--color-transparent);
  --color-cta-fg-secondary-default: var(--color-gray-1000);
  --color-cta-icon-secondary-hover: var(--color-gray-1000);
  --color-cta-fg-secondary-disabled: var(--color-gray-400);
  --color-cta-icon-secondary-disabled: var(--color-gray-300);
}

.theme-dark {
  --color-display-heading: var(--color-gray-0);
  --color-display-text: var(--color-gray-100);
  --color-display-border: var(--color-gray-600);
  --color-display-border-alt-1: var(--color-gray-700);
  --color-surface-default: var(--color-gray-1000);
  --color-surface-disabled: var(--color-gray-800);
  --color-surface-alt-1: var(--color-gray-900);
  --color-surface-alt-2: var(--color-gray-950);
  --color-cta-border-primary-disabled: var(--color-gray-300);
  --color-cta-bg-primary-disabled: var(--color-gray-300);
  --color-cta-fg-primary-disabled: var(--color-gray-400);
  --color-cta-border-primary-alt-disabled: var(--color-gray-300);
  --color-cta-border-primary-alt-hover: var(--color-gray-0);
  --color-cta-fg-primary-alt-default: var(--color-gray-0);
  --color-cta-fg-primary-alt-disabled: var(--color-gray-400);
  --color-cta-icon-secondary-default: var(--color-brand);
  --color-cta-fg-secondary-default: var(--color-gray-0);
  --color-cta-icon-secondary-hover: var(--color-gray-0);
  --color-cta-fg-secondary-disabled: var(--color-gray-400);
  --color-cta-icon-secondary-disabled: var(--color-gray-300);
}

:root {
  --heading-huge: 60px;
  --heading-large: 48px;
  --heading-medium: 36px;
  --heading-small: 28px;
  --heading-smaller: 24px;
  --heading-smallest: 20px;
  --text-large: 22px;
  --text-medium: 15px;
  --text-small: 11px;
  --cta-large: 18px;
  --cta-medium: 16px;
}

@media screen and (min-width: 1024px) and (max-width: 1350px) {
  :root {
    --heading-huge: 48px;
    --heading-large: 36px;
    --heading-medium: 28px;
    --heading-small: 24px;
    --heading-smaller: 20px;
    --heading-smallest: 18px;
    --cta-large: 16px;
    --cta-medium: 14px;
  }
}
@media screen and (min-width: 640px) and (max-width: 1024px) {
  :root {
    --heading-huge: 36px;
    --heading-large: 28px;
    --heading-medium: 24px;
    --heading-small: 20px;
    --heading-smaller: 18px;
    --heading-smallest: 16px;
    --cta-large: 14px;
    --cta-medium: 12px;
  }
}
@media screen and (max-width: 640px) {
  :root {
    --heading-huge: 36px;
    --heading-large: 28px;
    --heading-medium: 24px;
    --heading-small: 20px;
    --heading-smaller: 18px;
    --heading-smallest: 16px;
    --cta-large: 14px;
    --cta-medium: 12px;
  }
}
:root {
  --size-0x: 0px;
  --size-1x: 5px;
  --size-2x: 10px;
  --size-3x: 15px;
  --size-4x: 20px;
  --size-5x: 25px;
  --size-6x: 30px;
  --size-9x: 45px;
  --size-12x: 60px;
  --size-15x: 75px;
  --size-18x: 90px;
  --size-21x: 105px;
  --size-24x: 120px;
  --section-padding: var(--size-18x);
  --table-tb-padding: var(--size-5x);
  --table-lr-padding: var(--size-5x);
}

@media screen and (min-width: 1024px) and (max-width: 1350px) {
  :root {
    --section-padding: var(--size-15x);
    --table-tb-padding: var(--size-5x);
    --table-lr-padding: var(--size-5x);
  }
}
@media screen and (min-width: 640px) and (max-width: 1024px) {
  :root {
    --section-padding: var(--size-12x);
    --table-tb-padding: var(--size-3x);
    --table-lr-padding: var(--size-4x);
  }
}
@media screen and (max-width: 640px) {
  :root {
    --section-padding: var(--size-9x);
    --table-tb-padding: var(--size-2x);
    --table-lr-padding: var(--size-2x);
  }
}
.nv-tabs {
  display: inline-flex;
  align-items: baseline;
  font-size: var(--cta-medium);
  line-height: 1.25;
  text-wrap: nowrap;
}
.nv-tabs > * {
  padding: 10px 15px;
  text-decoration: none;
  font-weight: bold;
}
.nv-tabs .nv-tab-active {
  color: var(--color-display-heading);
  border-bottom: 3px solid var(--color-brand);
}
.nv-tabs .nv-tab-inactive {
  color: var(--color-display-text-inactive);
  border-bottom: 1px solid var(--color-display-border-alt-1);
}
.nv-tabs .nv-tab-inactive:hover {
  color: var(--color-display-heading);
}

.nv-cta-primary {
  font-family: "NVIDIA-NALA";
  font-size: var(--cta-large);
  font-weight: bold;
  line-height: 1.25;
  display: inline-block;
  align-items: baseline;
  text-decoration: none;
  padding: 0.75em 0.875em;
  color: var(--color-cta-fg-primary-default);
  background-color: var(--color-cta-bg-primary-default);
  border: 2px solid var(--color-cta-border-primary-default);
  cursor: pointer;
  white-space: nowrap;
  text-align: left;
  transition: all 0.2s ease-out;
  min-width: 50px;
  position: relative;
}
.nv-cta-primary:hover, .nv-cta-primary:active {
  background-color: var(--color-cta-bg-primary-hover);
  border-color: var(--color-cta-border-primary-hover);
}
.nv-cta-primary:disabled, .nv-cta-primary.disabled {
  background-color: var(--color-cta-bg-primary-disabled);
  border-color: var(--color-cta-border-primary-disabled);
  color: var(--color-cta-fg-primary-disabled);
  pointer-events: none;
  cursor: default;
}

.nv-cta-primary--small {
  font-family: "NVIDIA-NALA";
  font-size: var(--cta-medium);
  font-weight: bold;
  line-height: 1.25;
  display: inline-block;
  align-items: baseline;
  text-decoration: none;
  padding: 0.75em 0.875em;
  color: var(--color-cta-fg-primary-default);
  background-color: var(--color-cta-bg-primary-default);
  border: 2px solid var(--color-cta-border-primary-default);
  cursor: pointer;
  white-space: nowrap;
  text-align: left;
  transition: all 0.2s ease-out;
  min-width: 50px;
  position: relative;
}
.nv-cta-primary--small:hover, .nv-cta-primary--small:active {
  background-color: var(--color-cta-bg-primary-hover);
  border-color: var(--color-cta-border-primary-hover);
}
.nv-cta-primary--small:disabled, .nv-cta-primary--small.disabled {
  background-color: var(--color-cta-bg-primary-disabled);
  border-color: var(--color-cta-border-primary-disabled);
  color: var(--color-cta-fg-primary-disabled);
  pointer-events: none;
  cursor: default;
}

.nv-cta-primary-alt {
  font-family: "NVIDIA-NALA";
  font-size: var(--cta-large);
  font-weight: bold;
  line-height: 1.25;
  display: inline-block;
  align-items: baseline;
  text-decoration: none;
  padding: 0.75em 0.875em;
  color: var(--color-cta-fg-primary-alt-default);
  background-color: var(--color-cta-bg-primary-alt-default);
  border: 2px solid var(--color-cta-border-primary-alt-default);
  cursor: pointer;
  white-space: nowrap;
  text-align: left;
  transition: all 0.2s ease-out;
  min-width: 50px;
  position: relative;
}
.nv-cta-primary-alt:hover, .nv-cta-primary-alt:active {
  border-color: var(--color-cta-border-primary-alt-hover);
}
.nv-cta-primary-alt:disabled, .nv-cta-primary-alt.disabled {
  border-color: var(--color-cta-border-primary-alt-disabled);
  color: var(--color-cta-fg-primary-alt-disabled);
  pointer-events: none;
  cursor: default;
}

.nv-cta-primary-alt--small {
  font-family: "NVIDIA-NALA";
  font-size: var(--cta-medium);
  font-weight: bold;
  line-height: 1.25;
  display: inline-block;
  align-items: baseline;
  text-decoration: none;
  padding: 0.75em 0.875em;
  color: var(--color-cta-fg-primary-alt-default);
  background-color: var(--color-cta-bg-primary-alt-default);
  border: 2px solid var(--color-cta-border-primary-alt-default);
  cursor: pointer;
  white-space: nowrap;
  text-align: left;
  transition: all 0.2s ease-out;
  min-width: 50px;
  position: relative;
}
.nv-cta-primary-alt--small:hover, .nv-cta-primary-alt--small:active {
  border-color: var(--color-cta-border-primary-alt-hover);
}
.nv-cta-primary-alt--small:disabled, .nv-cta-primary-alt--small.disabled {
  border-color: var(--color-cta-border-primary-alt-disabled);
  color: var(--color-cta-fg-primary-alt-disabled);
  pointer-events: none;
  cursor: default;
}

.nv-cta-secondary {
  font-family: "NVIDIA-NALA";
  font-size: var(--cta-large);
  font-weight: bold;
  line-height: 1.25;
  display: inline-block;
  align-items: baseline;
  text-decoration: none;
  padding: 0.75em 0.875em;
  color: var(--color-cta-fg-secondary-default);
  background-color: var(--color-cta-bg-secondary-default);
  border: 2px solid;
  cursor: pointer;
  white-space: nowrap;
  text-align: left;
  transition: all 0.2s ease-out;
  min-width: 50px;
  position: relative;
  white-space: normal;
  border: none;
  padding: 0;
}
.nv-cta-secondary:disabled, .nv-cta-secondary.disabled {
  color: var(--color-cta-fg-secondary-disabled);
  pointer-events: none;
  cursor: default;
}
.nv-cta-secondary::after {
  transition: all 100ms ease-out;
  content: "\f054";
  display: inline-flex;
  justify-content: center;
  font-family: "fa-sharp-regular";
  font-style: normal;
  color: var(--color-brand);
  font-size: inherit;
  width: 23px;
}
.nv-cta-secondary:hover::after, .nv-cta-secondary:active::after {
  color: var(--color-cta-icon-secondary-hover);
  transform: translateX(5px);
}
.nv-cta-secondary:disabled::after, .nv-cta-secondary.disabled::after {
  color: var(--color-cta-icon-secondary-disabled);
}

.nv-cta-secondary--small {
  font-family: "NVIDIA-NALA";
  font-size: var(--cta-medium);
  font-weight: bold;
  line-height: 1.25;
  display: inline-block;
  align-items: baseline;
  text-decoration: none;
  padding: 0.75em 0.875em;
  color: var(--color-cta-fg-secondary-default);
  background-color: var(--color-cta-bg-secondary-default);
  border: 2px solid;
  cursor: pointer;
  white-space: nowrap;
  text-align: left;
  transition: all 0.2s ease-out;
  min-width: 50px;
  position: relative;
  white-space: normal;
  border: none;
  padding: 0;
}
.nv-cta-secondary--small:disabled, .nv-cta-secondary--small.disabled {
  color: var(--color-cta-fg-secondary-disabled);
  pointer-events: none;
  cursor: default;
}
.nv-cta-secondary--small::after {
  transition: all 100ms ease-out;
  content: "\f054";
  display: inline-flex;
  justify-content: center;
  font-family: "fa-sharp-regular";
  font-style: normal;
  color: var(--color-brand);
  font-size: inherit;
  width: 23px;
}
.nv-cta-secondary--small:hover::after, .nv-cta-secondary--small:active::after {
  color: var(--color-cta-icon-secondary-hover);
  transform: translateX(5px);
}
.nv-cta-secondary--small:disabled::after, .nv-cta-secondary--small.disabled::after {
  color: var(--color-cta-icon-secondary-disabled);
}

.nv-list-columns-1 {
  display: grid !important;
}
@media screen and (min-width: 1350px) and (max-width: 2560px) {
  .nv-list-columns-1 {
    grid-template-columns: repeat(1, minmax(228px, 1fr)) !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1350px) {
  .nv-list-columns-1 {
    grid-template-columns: repeat(3, minmax(228px, 1fr)) !important;
  }
}
@media screen and (min-width: 640px) and (max-width: 1024px) {
  .nv-list-columns-1 {
    grid-template-columns: repeat(2, minmax(228px, 1fr)) !important;
  }
}
@media screen and (max-width: 640px) {
  .nv-list-columns-1 {
    grid-template-columns: repeat(1, minmax(228px, 1fr)) !important;
  }
}

.nv-list-columns-2 {
  display: grid !important;
}
@media screen and (min-width: 1350px) and (max-width: 2560px) {
  .nv-list-columns-2 {
    grid-template-columns: repeat(2, minmax(228px, 1fr)) !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1350px) {
  .nv-list-columns-2 {
    grid-template-columns: repeat(3, minmax(228px, 1fr)) !important;
  }
}
@media screen and (min-width: 640px) and (max-width: 1024px) {
  .nv-list-columns-2 {
    grid-template-columns: repeat(2, minmax(228px, 1fr)) !important;
  }
}
@media screen and (max-width: 640px) {
  .nv-list-columns-2 {
    grid-template-columns: repeat(1, minmax(228px, 1fr)) !important;
  }
}

.nv-list-columns-3 {
  display: grid !important;
}
@media screen and (min-width: 1350px) and (max-width: 2560px) {
  .nv-list-columns-3 {
    grid-template-columns: repeat(3, minmax(228px, 1fr)) !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1350px) {
  .nv-list-columns-3 {
    grid-template-columns: repeat(3, minmax(228px, 1fr)) !important;
  }
}
@media screen and (min-width: 640px) and (max-width: 1024px) {
  .nv-list-columns-3 {
    grid-template-columns: repeat(2, minmax(228px, 1fr)) !important;
  }
}
@media screen and (max-width: 640px) {
  .nv-list-columns-3 {
    grid-template-columns: repeat(1, minmax(228px, 1fr)) !important;
  }
}

.nv-list-columns-4 {
  display: grid !important;
}
@media screen and (min-width: 1350px) and (max-width: 2560px) {
  .nv-list-columns-4 {
    grid-template-columns: repeat(4, minmax(228px, 1fr)) !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1350px) {
  .nv-list-columns-4 {
    grid-template-columns: repeat(3, minmax(228px, 1fr)) !important;
  }
}
@media screen and (min-width: 640px) and (max-width: 1024px) {
  .nv-list-columns-4 {
    grid-template-columns: repeat(2, minmax(228px, 1fr)) !important;
  }
}
@media screen and (max-width: 640px) {
  .nv-list-columns-4 {
    grid-template-columns: repeat(1, minmax(228px, 1fr)) !important;
  }
}

.nv-list-columns-5 {
  display: grid !important;
}
@media screen and (min-width: 1350px) and (max-width: 2560px) {
  .nv-list-columns-5 {
    grid-template-columns: repeat(5, minmax(228px, 1fr)) !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1350px) {
  .nv-list-columns-5 {
    grid-template-columns: repeat(3, minmax(228px, 1fr)) !important;
  }
}
@media screen and (min-width: 640px) and (max-width: 1024px) {
  .nv-list-columns-5 {
    grid-template-columns: repeat(2, minmax(228px, 1fr)) !important;
  }
}
@media screen and (max-width: 640px) {
  .nv-list-columns-5 {
    grid-template-columns: repeat(1, minmax(228px, 1fr)) !important;
  }
}

ul[class^=nv-list], ol[class^=nv-list] {
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.6em;
}
ul[class^=nv-list] ::marker, ol[class^=nv-list] ::marker {
  display: none;
}
ul[class^=nv-list] li:has(> ul, > ol, > ul [data-icon], > ol [data-icon])::before, ol[class^=nv-list] li:has(> ul, > ol, > ul [data-icon], > ol [data-icon])::before {
  content: "";
}
ul[class^=nv-list] ol, ol[class^=nv-list] ol {
  counter-reset: level1;
}
ul[class^=nv-list] ol > li:not(:has(> ol, > ul)), ol[class^=nv-list] ol > li:not(:has(> ol, > ul)) {
  counter-increment: level1;
}
ul[class^=nv-list] ol > li:not(:has(> ol, > ul))::before, ol[class^=nv-list] ol > li:not(:has(> ol, > ul))::before {
  content: counter(level1) ". ";
}
ul[class^=nv-list] ol > li > ol, ol[class^=nv-list] ol > li > ol {
  counter-reset: level2;
}
ul[class^=nv-list] ol > li > ol > li:not(:has(> ol, > ul)), ol[class^=nv-list] ol > li > ol > li:not(:has(> ol, > ul)) {
  counter-increment: level2;
}
ul[class^=nv-list] ol > li > ol > li:not(:has(> ol, > ul))::before, ol[class^=nv-list] ol > li > ol > li:not(:has(> ol, > ul))::before {
  content: counter(level1) "." counter(level2) " ";
}
ul[class^=nv-list] ol > li > ol > li > ol, ul[class^=nv-list] ol > li > ol > li > ul, ol[class^=nv-list] ol > li > ol > li > ol, ol[class^=nv-list] ol > li > ol > li > ul {
  counter-reset: level3;
}
ul[class^=nv-list] ol > li > ol > li > ol > li, ul[class^=nv-list] ol > li > ol > li > ul > li, ol[class^=nv-list] ol > li > ol > li > ol > li, ol[class^=nv-list] ol > li > ol > li > ul > li {
  counter-increment: level3;
}
ul[class^=nv-list] ol > li > ol > li > ol > li::before, ul[class^=nv-list] ol > li > ol > li > ul > li::before, ol[class^=nv-list] ol > li > ol > li > ol > li::before, ol[class^=nv-list] ol > li > ol > li > ul > li::before {
  content: counter(level1) "." counter(level2) "." counter(level3) " ";
}
ul[class^=nv-list] ul, ul[class^=nv-list] ol, ol[class^=nv-list] ul, ol[class^=nv-list] ol {
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.6em;
}
ul[class^=nv-list] ul li:has(> ul, > ol, > ul [data-icon], > ol [data-icon])::before, ul[class^=nv-list] ol li:has(> ul, > ol, > ul [data-icon], > ol [data-icon])::before, ol[class^=nv-list] ul li:has(> ul, > ol, > ul [data-icon], > ol [data-icon])::before, ol[class^=nv-list] ol li:has(> ul, > ol, > ul [data-icon], > ol [data-icon])::before {
  content: "";
}
ul[class^=nv-list] li, ol[class^=nv-list] li {
  display: flex;
  list-style-position: inside;
  flex-direction: row;
  align-items: first baseline;
  gap: 0.3125em;
  font-size: var(--text-medium);
  line-height: 1.667;
}
ul[class^=nv-list] a, ol[class^=nv-list] a {
  color: var(--color-gray-600);
  text-decoration-line: underline;
  text-decoration-thickness: 2px;
  text-decoration-color: transparent;
  text-underline-offset: 0.3125em;
  transition: text-decoration 0.3s ease-out;
  cursor: pointer;
}
ul[class^=nv-list] a:hover, ol[class^=nv-list] a:hover {
  color: var(--color-gray-1000);
  text-decoration-color: var(--color-gray-1000);
}
ul[class^=nv-list] p, ul[class^=nv-list] h1, ul[class^=nv-list] h2, ul[class^=nv-list] h3, ul[class^=nv-list] h4, ul[class^=nv-list] h5, ul[class^=nv-list] h6, ol[class^=nv-list] p, ol[class^=nv-list] h1, ol[class^=nv-list] h2, ol[class^=nv-list] h3, ol[class^=nv-list] h4, ol[class^=nv-list] h5, ol[class^=nv-list] h6 {
  all: unset;
}
ul[class^=nv-list][class*=-unstyled] li::before, ul[class^=nv-list][class*="--unstyled"] li::before, ul[class^=nv-list][class*=nv-list-unstyled] li::before, ol[class^=nv-list][class*=-unstyled] li::before, ol[class^=nv-list][class*="--unstyled"] li::before, ol[class^=nv-list][class*=nv-list-unstyled] li::before {
  content: none;
}
ul[class^=nv-list] li::before, ol[class^=nv-list] li::before {
  color: var(--color-display-icon);
  min-width: 30px;
  flex-shrink: 0;
  text-align: center;
  font-weight: bold;
  content: ">";
}
ul[class^=nv-list] li[data-icon]::before, ol[class^=nv-list] li[data-icon]::before {
  color: var(--color-display-icon);
  min-width: 30px;
  flex-shrink: 0;
  text-align: center;
  font-weight: bold;
  content: attr(data-icon);
  font-family: "fa-sharp-regular";
  font-style: normal;
  font-weight: normal;
}

ol[class^=nv-list] {
  counter-reset: level1;
}
ol[class^=nv-list] > li:not(:has(> ol, > ul)) {
  counter-increment: level1;
}
ol[class^=nv-list] > li:not(:has(> ol, > ul))::before {
  content: counter(level1) ". ";
}
ol[class^=nv-list] > li > ol {
  counter-reset: level2;
}
ol[class^=nv-list] > li > ol > li:not(:has(> ol, > ul)) {
  counter-increment: level2;
}
ol[class^=nv-list] > li > ol > li:not(:has(> ol, > ul))::before {
  content: counter(level1) "." counter(level2) " ";
}
ol[class^=nv-list] > li > ol > li > ol, ol[class^=nv-list] > li > ol > li > ul {
  counter-reset: level3;
}
ol[class^=nv-list] > li > ol > li > ol > li, ol[class^=nv-list] > li > ol > li > ul > li {
  counter-increment: level3;
}
ol[class^=nv-list] > li > ol > li > ol > li::before, ol[class^=nv-list] > li > ol > li > ul > li::before {
  content: counter(level1) "." counter(level2) "." counter(level3) " ";
}
ol[class^=nv-list] li::before {
  color: var(--color-display-icon);
  min-width: 25px;
  font-weight: bold;
  flex-shrink: 0;
  text-align: right;
  margin-right: 5px;
}

h1, .nv-h--huge {
  margin: 0;
  font-weight: bold;
  font-size: var(--heading-huge);
  color: var(--color-display-heading);
}

h2, .nv-h--large {
  margin: 0;
  font-weight: bold;
  font-size: var(--heading-large);
  color: var(--color-display-heading);
}

h3, .nv-h--medium {
  margin: 0;
  font-weight: bold;
  font-size: var(--heading-medium);
  color: var(--color-display-heading);
}

h4, .nv-h--small {
  margin: 0;
  font-weight: bold;
  font-size: var(--heading-small);
  color: var(--color-display-heading);
}

h5, .nv-h--smaller {
  margin: 0;
  font-weight: bold;
  font-size: var(--heading-smaller);
  color: var(--color-display-heading);
}

h6, .nv-h--smallest {
  margin: 0;
  font-weight: bold;
  font-size: var(--heading-smallest);
  color: var(--color-display-heading);
}

.nv-text-large {
  margin: 0;
  font-weight: normal;
  font-size: var(--text-large);
  color: var(--color-display-text);
  line-height: 1.75;
}

.nv-text,
.nv-text-medium {
  margin: 0;
  font-weight: normal;
  font-size: var(--text-medium);
  color: var(--color-display-text);
  line-height: 1.667;
}

.nv-text-medium {
  margin: 0;
  font-weight: normal;
  font-size: var(--text-medium);
  color: var(--color-display-text);
  line-height: 1.667;
}

.nv-text-small {
  margin: 0;
  font-weight: normal;
  font-size: var(--text-small);
  color: var(--color-display-text);
  line-height: 1.4;
}

.nv-text-bold {
  font-weight: bold;
}

.nv-table {
  overflow: auto;
}
.nv-table::-webkit-scrollbar {
  width: 3px;
  height: 3px;
  border-radius: 3px;
}
.nv-table::-webkit-scrollbar-track {
  background: var(--color-display-border-alt-1);
  border-radius: 3px;
}
.nv-table::-webkit-scrollbar-thumb {
  background: var(--color-brand);
  border-radius: 3px;
}
.nv-table::-webkit-scrollbar-thumb:hover {
  background: var(--color-brand-hover);
}
@media screen and (max-width: 640px) {
  .nv-table:not([class*=nv-table-alt]) thead {
    display: none;
  }
  .nv-table:not([class*=nv-table-alt]) tbody tr th {
    margin-top: 10px;
  }
  .nv-table:not([class*=nv-table-alt]) tbody tr :is(th, td) {
    display: block;
    padding: 10px;
    display: flex;
  }
  .nv-table:not([class*=nv-table-alt]) tbody tr :is(th, td):last-child {
    margin-bottom: 10px;
  }
  .nv-table:not([class*=nv-table-alt]) tbody tr :is(td)::before {
    content: attr(data-col) ":";
    padding-right: 15px;
    flex-basis: 20ch;
  }
}
.nv-table table {
  width: 100%;
  border-collapse: collapse;
  font-variant-numeric: tabular-nums;
  font-size: 14px;
  line-height: 1.2;
}
.nv-table table thead {
  border-bottom: 3px solid var(--color-display-border);
}
.nv-table table tbody tr:not(:first-child) {
  border-top: 1px solid var(--color-display-border-alt-1);
}
.nv-table table :is(th, td) {
  vertical-align: middle;
  padding: var(--table-tb-padding) var(--table-lr-padding);
}
.nv-table table th {
  font-weight: bold;
  text-align: left;
}
.nv-table table colgroup {
  display: table-column-group;
}
.nv-table table caption {
  caption-side: bottom;
  padding: var(--table-tb-padding);
  text-align: left;
}

.nv-table-bg-1 {
  background-color: var(--color-surface-alt-1);
}
@media screen and (max-width: 640px) {
  .nv-table-bg-1 thead {
    display: none;
  }
  .nv-table-bg-1 tbody tr th {
    margin-top: 10px;
  }
  .nv-table-bg-1 tbody tr :is(th, td) {
    display: block;
    padding: 10px;
    display: flex;
  }
  .nv-table-bg-1 tbody tr :is(th, td):last-child {
    margin-bottom: 10px;
  }
  .nv-table-bg-1 tbody tr :is(td)::before {
    content: attr(data-col) ":";
    padding-right: 15px;
    flex-basis: 20ch;
  }
}
@media screen and (max-width: 640px) {
  .nv-table-bg-1 {
    background-color: transparent;
  }
  .nv-table-bg-1 thead th:nth-child(odd),
  .nv-table-bg-1 tbody :is(th, td):nth-child(odd) {
    background-color: var(--color-surface-alt-1);
  }
  .nv-table-bg-1 thead th:nth-child(even),
  .nv-table-bg-1 tbody :is(th, td):nth-child(even) {
    background-color: var(--color-surface-alt-2);
  }
  .nv-table-bg-1 tbody :is(th):first-child {
    background-color: transparent;
  }
  .nv-table-bg-1 tbody :is(td):last-child {
    margin: 0 !important;
  }
  .nv-table-bg-1 tbody tr {
    border: none !important;
  }
}

.nv-table-bg-2 {
  background-color: var(--color-surface-alt-2);
}
@media screen and (max-width: 640px) {
  .nv-table-bg-2 thead {
    display: none;
  }
  .nv-table-bg-2 tbody tr th {
    margin-top: 10px;
  }
  .nv-table-bg-2 tbody tr :is(th, td) {
    display: block;
    padding: 10px;
    display: flex;
  }
  .nv-table-bg-2 tbody tr :is(th, td):last-child {
    margin-bottom: 10px;
  }
  .nv-table-bg-2 tbody tr :is(td)::before {
    content: attr(data-col) ":";
    padding-right: 15px;
    flex-basis: 20ch;
  }
}
@media screen and (max-width: 640px) {
  .nv-table-bg-2 {
    background-color: transparent;
  }
  .nv-table-bg-2 thead th:nth-child(odd),
  .nv-table-bg-2 tbody :is(th, td):nth-child(odd) {
    background-color: var(--color-surface-alt-2);
  }
  .nv-table-bg-2 thead th:nth-child(even),
  .nv-table-bg-2 tbody :is(th, td):nth-child(even) {
    background-color: var(--color-surface-default);
  }
  .nv-table-bg-2 tbody :is(th):first-child {
    background-color: transparent;
  }
  .nv-table-bg-2 tbody :is(td):last-child {
    margin: 0 !important;
  }
  .nv-table-bg-2 tbody tr {
    border: none !important;
  }
}

.nv-table-alt-col-1 thead th:nth-child(odd),
.nv-table-alt-col-1 tbody :is(th, td):nth-child(odd) {
  background-color: var(--color-surface-alt-1);
}
.nv-table-alt-col-1 thead th:nth-child(even),
.nv-table-alt-col-1 tbody :is(th, td):nth-child(even) {
  background-color: var(--color-surface-alt-2);
}

.nv-table-alt-col-2 thead th:nth-child(odd),
.nv-table-alt-col-2 tbody :is(th, td):nth-child(odd) {
  background-color: var(--color-surface-default);
}
.nv-table-alt-col-2 thead th:nth-child(even),
.nv-table-alt-col-2 tbody :is(th, td):nth-child(even) {
  background-color: var(--color-surface-alt-2);
}

.nv-table-alt-row-1 thead :is(th, td) {
  background-color: var(--color-surface-alt-1);
}
.nv-table-alt-row-1 tbody tr:nth-child(odd) {
  background-color: var(--color-surface-alt-2);
}
.nv-table-alt-row-1 tbody tr:nth-child(odd) th:first-child, .nv-table-alt-row-1 tbody tr:nth-child(odd) td:first-child {
  background-color: var(--color-surface-alt-2);
}
.nv-table-alt-row-1 tbody tr:nth-child(even) {
  background-color: var(--color-surface-alt-1);
}
.nv-table-alt-row-1 tbody tr:nth-child(even) th:first-child, .nv-table-alt-row-1 tbody tr:nth-child(even) td:first-child {
  background-color: var(--color-surface-alt-1);
}
.nv-table-alt-row-1 tbody :is(tr) {
  border: none !important;
}

.nv-table-alt-row-2 thead :is(th, td) {
  background-color: var(--color-surface-default);
}
.nv-table-alt-row-2 tbody tr:nth-child(odd) {
  background-color: var(--color-surface-alt-2);
}
.nv-table-alt-row-2 tbody tr:nth-child(odd) th:first-child, .nv-table-alt-row-2 tbody tr:nth-child(odd) td:first-child {
  background-color: var(--color-surface-alt-2);
}
.nv-table-alt-row-2 tbody tr:nth-child(even) {
  background-color: var(--color-surface-default);
}
.nv-table-alt-row-2 tbody tr:nth-child(even) th:first-child, .nv-table-alt-row-2 tbody tr:nth-child(even) td:first-child {
  background-color: var(--color-surface-default);
}
.nv-table-alt-row-2 tbody :is(tr) {
  border: none !important;
}

.nv-table-sticky {
  overflow: auto;
  max-height: 90vh;
}
.nv-table-sticky table thead {
  position: sticky;
  top: 0;
  z-index: 2;
  border: none;
}
.nv-table-sticky table thead th::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  background: linear-gradient(to top, var(--color-display-icon-alt-2) 0px 3px, transparent 3px), transparent;
}
.nv-table-sticky table :is(tbody, thead) th:first-child {
  position: sticky;
  left: 0;
  z-index: 1;
}
.nv-table-sticky table :is(tbody, thead) th:first-child::after {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  width: 6px;
  height: 100%;
  z-index: -1;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0));
}

.nv-teaser {
  display: flex;
  flex-direction: column;
  display: grid;
  grid-template-rows: auto 1fr auto;
  border-radius: 2px;
  overflow: hidden;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  text-align: center;
  cursor: pointer;
}
.nv-teaser img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
.nv-teaser p {
  margin: 0;
}
.nv-teaser .nv-teaser-content {
  display: grid;
  grid-template-rows: auto 1fr auto;
  gap: var(--size-4x);
  align-items: start;
  padding-block: var(--size-4x);
}
.nv-teaser .nv-teaser-footer {
  display: flex;
  flex-wrap: wrap;
  gap: var(--size-3x);
  justify-content: center;
}

.nv-teaser-card {
  background-color: var(--color-surface-alt-2);
  box-shadow: 0 0 var(--size-1x) 0 rgba(0, 0, 0, 0.3);
  text-align: left;
}
.nv-teaser-card:hover {
  box-shadow: 0 0 var(--size-3x) 0 rgba(0, 0, 0, 0.35);
}
.nv-teaser-card :is(.nv-teaser-content) {
  padding: var(--size-4x);
}
.nv-teaser-card .nv-teaser-content .nv-teaser-footer {
  justify-content: left;
}

.dropdown {
  position: relative;
  display: inline-block;
}
.dropdown .dropdown-content {
  display: none;
  position: relative;
  top: 5px;
  background-color: #f9f9f9;
  min-width: 110px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
  z-index: 1;
  border-radius: 2px;
}
.dropdown .dropdown-content ul {
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.6em;
  gap: 0;
}
.dropdown .dropdown-content ul li:has(> ul, > ol, > ul [data-icon], > ol [data-icon])::before {
  content: "";
}
.dropdown .dropdown-content li {
  display: flex;
  list-style-position: inside;
  flex-direction: row;
  align-items: first baseline;
  gap: 0.3125em;
  font-size: var(--text-medium);
  line-height: 1.667;
  padding: 10px 15px;
  gap: 5px;
  color: #666;
}
.dropdown .dropdown-content li:hover {
  cursor: pointer;
  background-color: #eee;
}
.dropdown .dropdown-content li:hover a {
  color: #000;
}
.dropdown .dropdown-content li > a {
  color: #666;
  text-decoration: none;
}
.dropdown:focus-within .dropdown-content {
  display: block;
}
.dropdown .dropbtn:focus + .dropdown-content,
.dropdown .dropdown-content:hover {
  display: block;
}

.nv-dialog {
  padding: unset;
  border-radius: 2px;
  border: none;
  z-index: 1;
  background-color: var(--color-surface-default);
  box-shadow: 0 0 var(--size-1x) 0 rgba(0, 0, 0, 0.3);
  text-align: left;
  min-width: 300px;
}
.nv-dialog form {
  text-align: right;
}

.nv-dialog::backdrop {
  background-color: var(--color-gray-1000);
  opacity: 0.8;
}

.nv-dialog-close-button {
  position: fixed;
  top: 0;
  right: 0;
  padding: 30px;
  font-family: "fa-sharp-regular";
  font-size: 48px;
  color: #fff;
  cursor: pointer;
}

.nv-dialog-header {
  padding-inline: 30px;
  padding-block: 30px;
  gap: 10px;
}

.nv-dialog-body {
  padding: 0 30px 30px 30px;
}

.nv-dialog-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-inline: 30px;
  padding-block: 20px;
  background-color: var(--color-surface-alt-2);
}

.nv-banner {
  display: flex;
  max-width: 2560px;
  background-color: #76b900;
  padding-block: 90px;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.nv-banner-grid {
  display: grid;
  padding-inline: 15px;
  grid-template-columns: repeat(12, 1fr);
  gap: 30px;
  max-width: 1290px;
  z-index: 1;
}

.nv-banner-content {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 20px;
  width: 100%;
}

.nv-banner-midground-image {
  position: absolute;
  max-height: 460px;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

.nv-banner-midground-image img {
  width: -webkit-fill-available;
  height: 100%;
  object-fit: cover;
}

.surface-default {
  background-color: var(--color-surface-default);
}

.surface-disabled {
  background-color: var(--color-surface-disabled);
}

.surface-alt-1 {
  background-color: var(--color-surface-alt-1);
}

.surface-alt-2 {
  background-color: var(--color-surface-alt-2);
}

.surface-white {
  background-color: var(--color-surface-white);
}

.surface-black {
  background-color: var(--color-surface-black);
}

.nv-section {
  padding: var(--section-padding) 15px;
  background-color: var(--color-surface-default);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.nv-flex {
  display: flex;
}

.nv-inline-flex {
  display: inline-flex;
}

.nv-flex-row {
  flex-direction: row;
}

.nv-flex-row-reverse {
  flex-direction: row-reverse;
}

.nv-flex-col {
  flex-direction: column;
}

.nv-flex-col-reverse {
  flex-direction: column-reverse;
}

.nv-justify-start {
  justify-content: flex-start;
}

.nv-justify-end {
  justify-content: flex-end;
}

.nv-justify-center {
  justify-content: center;
}

.nv-justify-between {
  justify-content: space-between;
}

.nv-justify-around {
  justify-content: space-around;
}

.nv-items-start {
  align-items: flex-start;
}

.nv-items-end {
  align-items: flex-end;
}

.nv-items-center {
  align-items: center;
}

.nv-items-baseline {
  align-items: baseline;
}

.nv-items-stretch {
  align-items: stretch;
}

.nv-content-start {
  align-content: flex-start;
}

.nv-content-end {
  align-content: flex-end;
}

.nv-content-center {
  align-content: center;
}

.nv-content-between {
  align-content: space-between;
}

.nv-content-around {
  align-content: space-around;
}

.nv-content-stretch {
  align-content: stretch;
}

.nv-flex-wrap {
  flex-wrap: wrap;
}

.nv-flex-nowrap {
  flex-wrap: nowrap;
}

.nv-flex-wrap-reverse {
  flex-wrap: wrap-reverse;
}

.nv-flex-grow {
  flex-grow: 1;
}

.nv-flex-shrink {
  flex-shrink: 1;
}

.nv-flex-auto {
  flex: 1 1 auto;
}

.nv-flex-none {
  flex: none;
}

.nv-column-grid {
  max-width: 1290px;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(12, 1fr); /* Creates a 12-column layout */
  gap: 30px; /* Space between grid items */
}

.nv-row {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  max-width: 1290px;
  grid-column: 1/-1;
}
.nv-row > * {
  box-sizing: border-box;
  flex: 1 0 calc(8.3333333333% - 30px);
}
.nv-row .nv-col-1 {
  max-width: calc(8.3333333333% * 1 - 30px);
}
.nv-row .nv-col-2 {
  max-width: calc(8.3333333333% * 2 - 30px);
}
.nv-row .nv-col-3 {
  max-width: calc(8.3333333333% * 3 - 30px);
}
.nv-row .nv-col-4 {
  max-width: calc(8.3333333333% * 4 - 30px);
}
.nv-row .nv-col-5 {
  max-width: calc(8.3333333333% * 5 - 30px);
}
.nv-row .nv-col-6 {
  max-width: calc(8.3333333333% * 6 - 30px);
}
.nv-row .nv-col-7 {
  max-width: calc(8.3333333333% * 7 - 30px);
}
.nv-row .nv-col-8 {
  max-width: calc(8.3333333333% * 8 - 30px);
}
.nv-row .nv-col-9 {
  max-width: calc(8.3333333333% * 9 - 30px);
}
.nv-row .nv-col-10 {
  max-width: calc(8.3333333333% * 10 - 30px);
}
.nv-row .nv-col-11 {
  max-width: calc(8.3333333333% * 11 - 30px);
}
.nv-row .nv-col-12 {
  max-width: calc(8.3333333333% * 12 - 30px);
}

.nv-col-1 {
  flex: 0 0 calc(8.3333333333% * 1);
  grid-column: span 1;
}

.nv-col-2 {
  flex: 0 0 calc(8.3333333333% * 2);
  grid-column: span 2;
}

.nv-col-3 {
  flex: 0 0 calc(8.3333333333% * 3);
  grid-column: span 3;
}

.nv-col-4 {
  flex: 0 0 calc(8.3333333333% * 4);
  grid-column: span 4;
}

.nv-col-5 {
  flex: 0 0 calc(8.3333333333% * 5);
  grid-column: span 5;
}

.nv-col-6 {
  flex: 0 0 calc(8.3333333333% * 6);
  grid-column: span 6;
}

.nv-col-7 {
  flex: 0 0 calc(8.3333333333% * 7);
  grid-column: span 7;
}

.nv-col-8 {
  flex: 0 0 calc(8.3333333333% * 8);
  grid-column: span 8;
}

.nv-col-9 {
  flex: 0 0 calc(8.3333333333% * 9);
  grid-column: span 9;
}

.nv-col-10 {
  flex: 0 0 calc(8.3333333333% * 10);
  grid-column: span 10;
}

.nv-col-11 {
  flex: 0 0 calc(8.3333333333% * 11);
  grid-column: span 11;
}

.nv-col-12 {
  flex: 0 0 calc(8.3333333333% * 12);
  grid-column: span 12;
}

.nv-offset-1 {
  grid-column-start: 1;
}

.nv-offset-2 {
  grid-column-start: 2;
}

.nv-offset-3 {
  grid-column-start: 3;
}

.nv-offset-4 {
  grid-column-start: 4;
}

.nv-offset-5 {
  grid-column-start: 5;
}

.nv-offset-6 {
  grid-column-start: 6;
}

.nv-offset-7 {
  grid-column-start: 7;
}

.nv-offset-8 {
  grid-column-start: 8;
}

.nv-offset-9 {
  grid-column-start: 9;
}

.nv-offset-10 {
  grid-column-start: 10;
}

.nv-offset-11 {
  grid-column-start: 11;
}

.nv-offset-12 {
  grid-column-start: 12;
}

@media screen and (min-width: 640px) {
  .nv-col-1-sm {
    grid-column: span 1;
  }
  .nv-col-2-sm {
    grid-column: span 2;
  }
  .nv-col-3-sm {
    grid-column: span 3;
  }
  .nv-col-4-sm {
    grid-column: span 4;
  }
  .nv-col-5-sm {
    grid-column: span 5;
  }
  .nv-col-6-sm {
    grid-column: span 6;
  }
  .nv-col-7-sm {
    grid-column: span 7;
  }
  .nv-col-8-sm {
    grid-column: span 8;
  }
  .nv-col-9-sm {
    grid-column: span 9;
  }
  .nv-col-10-sm {
    grid-column: span 10;
  }
  .nv-col-11-sm {
    grid-column: span 11;
  }
  .nv-col-12-sm {
    grid-column: span 12;
  }
  .nv-offset-1-sm {
    grid-column-start: 1;
  }
  .nv-offset-2-sm {
    grid-column-start: 2;
  }
  .nv-offset-3-sm {
    grid-column-start: 3;
  }
  .nv-offset-4-sm {
    grid-column-start: 4;
  }
  .nv-offset-5-sm {
    grid-column-start: 5;
  }
  .nv-offset-6-sm {
    grid-column-start: 6;
  }
  .nv-offset-7-sm {
    grid-column-start: 7;
  }
  .nv-offset-8-sm {
    grid-column-start: 8;
  }
  .nv-offset-9-sm {
    grid-column-start: 9;
  }
  .nv-offset-10-sm {
    grid-column-start: 10;
  }
  .nv-offset-11-sm {
    grid-column-start: 11;
  }
  .nv-offset-12-sm {
    grid-column-start: 12;
  }
}
@media screen and (min-width: 954px) {
  .nv-col-1-md {
    grid-column: span 1;
  }
  .nv-col-2-md {
    grid-column: span 2;
  }
  .nv-col-3-md {
    grid-column: span 3;
  }
  .nv-col-4-md {
    grid-column: span 4;
  }
  .nv-col-5-md {
    grid-column: span 5;
  }
  .nv-col-6-md {
    grid-column: span 6;
  }
  .nv-col-7-md {
    grid-column: span 7;
  }
  .nv-col-8-md {
    grid-column: span 8;
  }
  .nv-col-9-md {
    grid-column: span 9;
  }
  .nv-col-10-md {
    grid-column: span 10;
  }
  .nv-col-11-md {
    grid-column: span 11;
  }
  .nv-col-12-md {
    grid-column: span 12;
  }
  .nv-offset-1-md {
    grid-column-start: 1;
  }
  .nv-offset-2-md {
    grid-column-start: 2;
  }
  .nv-offset-3-md {
    grid-column-start: 3;
  }
  .nv-offset-4-md {
    grid-column-start: 4;
  }
  .nv-offset-5-md {
    grid-column-start: 5;
  }
  .nv-offset-6-md {
    grid-column-start: 6;
  }
  .nv-offset-7-md {
    grid-column-start: 7;
  }
  .nv-offset-8-md {
    grid-column-start: 8;
  }
  .nv-offset-9-md {
    grid-column-start: 9;
  }
  .nv-offset-10-md {
    grid-column-start: 10;
  }
  .nv-offset-11-md {
    grid-column-start: 11;
  }
  .nv-offset-12-md {
    grid-column-start: 12;
  }
}
@media screen and (min-width: 1024px) {
  .nv-col-1-lg {
    grid-column: span 1;
  }
  .nv-col-2-lg {
    grid-column: span 2;
  }
  .nv-col-3-lg {
    grid-column: span 3;
  }
  .nv-col-4-lg {
    grid-column: span 4;
  }
  .nv-col-5-lg {
    grid-column: span 5;
  }
  .nv-col-6-lg {
    grid-column: span 6;
  }
  .nv-col-7-lg {
    grid-column: span 7;
  }
  .nv-col-8-lg {
    grid-column: span 8;
  }
  .nv-col-9-lg {
    grid-column: span 9;
  }
  .nv-col-10-lg {
    grid-column: span 10;
  }
  .nv-col-11-lg {
    grid-column: span 11;
  }
  .nv-col-12-lg {
    grid-column: span 12;
  }
  .nv-offset-1-lg {
    grid-column-start: 1;
  }
  .nv-offset-2-lg {
    grid-column-start: 2;
  }
  .nv-offset-3-lg {
    grid-column-start: 3;
  }
  .nv-offset-4-lg {
    grid-column-start: 4;
  }
  .nv-offset-5-lg {
    grid-column-start: 5;
  }
  .nv-offset-6-lg {
    grid-column-start: 6;
  }
  .nv-offset-7-lg {
    grid-column-start: 7;
  }
  .nv-offset-8-lg {
    grid-column-start: 8;
  }
  .nv-offset-9-lg {
    grid-column-start: 9;
  }
  .nv-offset-10-lg {
    grid-column-start: 10;
  }
  .nv-offset-11-lg {
    grid-column-start: 11;
  }
  .nv-offset-12-lg {
    grid-column-start: 12;
  }
}
@media screen and (min-width: 1290px) {
  .nv-col-1-xl {
    grid-column: span 1;
  }
  .nv-col-2-xl {
    grid-column: span 2;
  }
  .nv-col-3-xl {
    grid-column: span 3;
  }
  .nv-col-4-xl {
    grid-column: span 4;
  }
  .nv-col-5-xl {
    grid-column: span 5;
  }
  .nv-col-6-xl {
    grid-column: span 6;
  }
  .nv-col-7-xl {
    grid-column: span 7;
  }
  .nv-col-8-xl {
    grid-column: span 8;
  }
  .nv-col-9-xl {
    grid-column: span 9;
  }
  .nv-col-10-xl {
    grid-column: span 10;
  }
  .nv-col-11-xl {
    grid-column: span 11;
  }
  .nv-col-12-xl {
    grid-column: span 12;
  }
  .nv-offset-1-xl {
    grid-column-start: 1;
  }
  .nv-offset-2-xl {
    grid-column-start: 2;
  }
  .nv-offset-3-xl {
    grid-column-start: 3;
  }
  .nv-offset-4-xl {
    grid-column-start: 4;
  }
  .nv-offset-5-xl {
    grid-column-start: 5;
  }
  .nv-offset-6-xl {
    grid-column-start: 6;
  }
  .nv-offset-7-xl {
    grid-column-start: 7;
  }
  .nv-offset-8-xl {
    grid-column-start: 8;
  }
  .nv-offset-9-xl {
    grid-column-start: 9;
  }
  .nv-offset-10-xl {
    grid-column-start: 10;
  }
  .nv-offset-11-xl {
    grid-column-start: 11;
  }
  .nv-offset-12-xl {
    grid-column-start: 12;
  }
}
@font-face {
  font-family: "NVIDIA";
  src: url("https://images.nvidia.com/etc/designs/nvidiaGDC/clientlibs_base/fonts/nvidia-sans/GLOBAL/NVIDIASans_W_Lt.woff2") format("woff2"), url("https://images.nvidia.com/etc/designs/nvidiaGDC/clientlibs_base/fonts/nvidia-sans/GLOBAL/NVIDIASans_W_Lt.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "NVIDIA";
  src: url("https://images.nvidia.com/etc/designs/nvidiaGDC/clientlibs_base/fonts/nvidia-sans/GLOBAL/NVIDIASans_W_Rg.woff2") format("woff2"), url("https://images.nvidia.com/etc/designs/nvidiaGDC/clientlibs_base/fonts/nvidia-sans/GLOBAL/NVIDIASans_W_Rg.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@supports (font-variation-settings: normal) {
  @font-face {
    font-family: "NVIDIA-NALA";
    src: url("https://images.nvidia.com/etc/designs/nvidiaGDC/clientlibs_base/fonts/nvidia-sans/NALA/var/NVIDIASansVF_NALA_W_Wght.woff2") format("woff2 supports variations"), url("https://images.nvidia.com/etc/designs/nvidiaGDC/clientlibs_base/fonts/nvidia-sans/NALA/var/NVIDIASansVF_NALA_W_Wght.woff2") format("woff2-variations");
    font-weight: 100 1000;
    font-stretch: 25% 151%;
    font-style: normal;
    font-display: swap;
  }
}
@font-face {
  font-family: "fa-sharp-regular";
  src: url(/src/assets/fonts/fa-sharp-regular.woff2) format("woff2"), url(/src/assets/fonts/fa-sharp-regular.woff) format("woff"), url(/src/assets/fonts/fa-sharp-regular.ttf) format("truetype");
}
:root {
  --spacing-0: 0;
  --spacing-1: 0.25em;
  --spacing-2: 0.5em;
  --spacing-3: 1em;
  --spacing-4: 1.5em;
  --spacing-5: 3em;
  --spacing-6: 4em;
}

.nv-p-0 {
  padding: var(--spacing-0) !important;
}

.nv-pt-0 {
  padding-top: var(--spacing-0) !important;
}

.nv-pr-0 {
  padding-right: var(--spacing-0) !important;
}

.nv-pb-0 {
  padding-bottom: var(--spacing-0) !important;
}

.nv-pl-0 {
  padding-left: var(--spacing-0) !important;
}

.nv-p-1 {
  padding: var(--spacing-1) !important;
}

.nv-pt-1 {
  padding-top: var(--spacing-1) !important;
}

.nv-pr-1 {
  padding-right: var(--spacing-1) !important;
}

.nv-pb-1 {
  padding-bottom: var(--spacing-1) !important;
}

.nv-pl-1 {
  padding-left: var(--spacing-1) !important;
}

.nv-p-2 {
  padding: var(--spacing-2) !important;
}

.nv-pt-2 {
  padding-top: var(--spacing-2) !important;
}

.nv-pr-2 {
  padding-right: var(--spacing-2) !important;
}

.nv-pb-2 {
  padding-bottom: var(--spacing-2) !important;
}

.nv-pl-2 {
  padding-left: var(--spacing-2) !important;
}

.nv-p-3 {
  padding: var(--spacing-3) !important;
}

.nv-pt-3 {
  padding-top: var(--spacing-3) !important;
}

.nv-pr-3 {
  padding-right: var(--spacing-3) !important;
}

.nv-pb-3 {
  padding-bottom: var(--spacing-3) !important;
}

.nv-pl-3 {
  padding-left: var(--spacing-3) !important;
}

.nv-p-4 {
  padding: var(--spacing-4) !important;
}

.nv-pt-4 {
  padding-top: var(--spacing-4) !important;
}

.nv-pr-4 {
  padding-right: var(--spacing-4) !important;
}

.nv-pb-4 {
  padding-bottom: var(--spacing-4) !important;
}

.nv-pl-4 {
  padding-left: var(--spacing-4) !important;
}

.nv-p-5 {
  padding: var(--spacing-5) !important;
}

.nv-pt-5 {
  padding-top: var(--spacing-5) !important;
}

.nv-pr-5 {
  padding-right: var(--spacing-5) !important;
}

.nv-pb-5 {
  padding-bottom: var(--spacing-5) !important;
}

.nv-pl-5 {
  padding-left: var(--spacing-5) !important;
}

.nv-p-6 {
  padding: var(--spacing-6) !important;
}

.nv-pt-6 {
  padding-top: var(--spacing-6) !important;
}

.nv-pr-6 {
  padding-right: var(--spacing-6) !important;
}

.nv-pb-6 {
  padding-bottom: var(--spacing-6) !important;
}

.nv-pl-6 {
  padding-left: var(--spacing-6) !important;
}

.nv-m-0 {
  margin: var(--spacing-0) !important;
}

.nv-mt-0 {
  margin-top: var(--spacing-0) !important;
}

.nv-mr-0 {
  margin-right: var(--spacing-0) !important;
}

.nv-mb-0 {
  margin-bottom: var(--spacing-0) !important;
}

.nv-ml-0 {
  margin-left: var(--spacing-0) !important;
}

.nv-m-1 {
  margin: var(--spacing-1) !important;
}

.nv-mt-1 {
  margin-top: var(--spacing-1) !important;
}

.nv-mr-1 {
  margin-right: var(--spacing-1) !important;
}

.nv-mb-1 {
  margin-bottom: var(--spacing-1) !important;
}

.nv-ml-1 {
  margin-left: var(--spacing-1) !important;
}

.nv-m-2 {
  margin: var(--spacing-2) !important;
}

.nv-mt-2 {
  margin-top: var(--spacing-2) !important;
}

.nv-mr-2 {
  margin-right: var(--spacing-2) !important;
}

.nv-mb-2 {
  margin-bottom: var(--spacing-2) !important;
}

.nv-ml-2 {
  margin-left: var(--spacing-2) !important;
}

.nv-m-3 {
  margin: var(--spacing-3) !important;
}

.nv-mt-3 {
  margin-top: var(--spacing-3) !important;
}

.nv-mr-3 {
  margin-right: var(--spacing-3) !important;
}

.nv-mb-3 {
  margin-bottom: var(--spacing-3) !important;
}

.nv-ml-3 {
  margin-left: var(--spacing-3) !important;
}

.nv-m-4 {
  margin: var(--spacing-4) !important;
}

.nv-mt-4 {
  margin-top: var(--spacing-4) !important;
}

.nv-mr-4 {
  margin-right: var(--spacing-4) !important;
}

.nv-mb-4 {
  margin-bottom: var(--spacing-4) !important;
}

.nv-ml-4 {
  margin-left: var(--spacing-4) !important;
}

.nv-m-5 {
  margin: var(--spacing-5) !important;
}

.nv-mt-5 {
  margin-top: var(--spacing-5) !important;
}

.nv-mr-5 {
  margin-right: var(--spacing-5) !important;
}

.nv-mb-5 {
  margin-bottom: var(--spacing-5) !important;
}

.nv-ml-5 {
  margin-left: var(--spacing-5) !important;
}

.nv-m-6 {
  margin: var(--spacing-6) !important;
}

.nv-mt-6 {
  margin-top: var(--spacing-6) !important;
}

.nv-mr-6 {
  margin-right: var(--spacing-6) !important;
}

.nv-mb-6 {
  margin-bottom: var(--spacing-6) !important;
}

.nv-ml-6 {
  margin-left: var(--spacing-6) !important;
}

.nv-icon {
  color: var(--color-display-icon);
  text-align: center;
  font-weight: normal;
  font-family: "fa-sharp-regular";
  font-style: normal;
  font-size: inherit;
  display: inline-block;
  vertical-align: baseline;
  width: inherit;
  text-transform: none;
  word-wrap: normal;
  white-space: nowrap;
  text-rendering: optimizeLegibility;
  height: inherit;
}

.nv-icon[data-icon="0"]::before {
  content: "\\30 ";
}

.nv-icon[data-icon="1"]::before {
  content: "\\31 ";
}

.nv-icon[data-icon="2"]::before {
  content: "\\32 ";
}

.nv-icon[data-icon="3"]::before {
  content: "\\33 ";
}

.nv-icon[data-icon="4"]::before {
  content: "\\34 ";
}

.nv-icon[data-icon="5"]::before {
  content: "\\35 ";
}

.nv-icon[data-icon="6"]::before {
  content: "\\36 ";
}

.nv-icon[data-icon="7"]::before {
  content: "\\37 ";
}

.nv-icon[data-icon="8"]::before {
  content: "\\38 ";
}

.nv-icon[data-icon="9"]::before {
  content: "\\39 ";
}

.nv-icon[data-icon=fill-drip]::before {
  content: "\f576";
}

.nv-icon[data-icon=arrows-to-circle]::before {
  content: "\e4bd";
}

.nv-icon[data-icon=circle-chevron-right]::before {
  content: "\f138";
}

.nv-icon[data-icon=chevron-circle-right]::before {
  content: "\f138";
}

.nv-icon[data-icon=wagon-covered]::before {
  content: "\f8ee";
}

.nv-icon[data-icon=line-height]::before {
  content: "\f871";
}

.nv-icon[data-icon=bagel]::before {
  content: "\e3d7";
}

.nv-icon[data-icon=transporter-7]::before {
  content: "\e2a8";
}

.nv-icon[data-icon=at]::before {
  content: "\\@";
}

.nv-icon[data-icon=rectangles-mixed]::before {
  content: "\e323";
}

.nv-icon[data-icon=phone-arrow-up-right]::before {
  content: "\e224";
}

.nv-icon[data-icon=phone-arrow-up]::before {
  content: "\e224";
}

.nv-icon[data-icon=phone-outgoing]::before {
  content: "\e224";
}

.nv-icon[data-icon=trash-can]::before {
  content: "\f2ed";
}

.nv-icon[data-icon=trash-alt]::before {
  content: "\f2ed";
}

.nv-icon[data-icon=circle-l]::before {
  content: "\e114";
}

.nv-icon[data-icon=head-side-goggles]::before {
  content: "\f6ea";
}

.nv-icon[data-icon=head-vr]::before {
  content: "\f6ea";
}

.nv-icon[data-icon=text-height]::before {
  content: "\f034";
}

.nv-icon[data-icon=user-xmark]::before {
  content: "\f235";
}

.nv-icon[data-icon=user-times]::before {
  content: "\f235";
}

.nv-icon[data-icon=face-hand-yawn]::before {
  content: "\e379";
}

.nv-icon[data-icon=gauge-simple-min]::before {
  content: "\f62d";
}

.nv-icon[data-icon=tachometer-slowest]::before {
  content: "\f62d";
}

.nv-icon[data-icon=stethoscope]::before {
  content: "\f0f1";
}

.nv-icon[data-icon=coffin]::before {
  content: "\f6c6";
}

.nv-icon[data-icon=message]::before {
  content: "\f27a";
}

.nv-icon[data-icon=comment-alt]::before {
  content: "\f27a";
}

.nv-icon[data-icon=salad]::before {
  content: "\f81e";
}

.nv-icon[data-icon=bowl-salad]::before {
  content: "\f81e";
}

.nv-icon[data-icon=info]::before {
  content: "\f129";
}

.nv-icon[data-icon=robot-astromech]::before {
  content: "\e2d2";
}

.nv-icon[data-icon=ring-diamond]::before {
  content: "\e5ab";
}

.nv-icon[data-icon=fondue-pot]::before {
  content: "\e40d";
}

.nv-icon[data-icon=theta]::before {
  content: "\f69e";
}

.nv-icon[data-icon=face-hand-peeking]::before {
  content: "\e481";
}

.nv-icon[data-icon=square-user]::before {
  content: "\e283";
}

.nv-icon[data-icon=down-left-and-up-right-to-center]::before {
  content: "\f422";
}

.nv-icon[data-icon=compress-alt]::before {
  content: "\f422";
}

.nv-icon[data-icon=explosion]::before {
  content: "\e4e9";
}

.nv-icon[data-icon=file-lines]::before {
  content: "\f15c";
}

.nv-icon[data-icon=file-alt]::before {
  content: "\f15c";
}

.nv-icon[data-icon=file-text]::before {
  content: "\f15c";
}

.nv-icon[data-icon=wave-square]::before {
  content: "\f83e";
}

.nv-icon[data-icon=ring]::before {
  content: "\f70b";
}

.nv-icon[data-icon=building-un]::before {
  content: "\e4d9";
}

.nv-icon[data-icon=dice-three]::before {
  content: "\f527";
}

.nv-icon[data-icon=tire-pressure-warning]::before {
  content: "\f633";
}

.nv-icon[data-icon=wifi-fair]::before {
  content: "\f6ab";
}

.nv-icon[data-icon=wifi-2]::before {
  content: "\f6ab";
}

.nv-icon[data-icon=calendar-days]::before {
  content: "\f073";
}

.nv-icon[data-icon=calendar-alt]::before {
  content: "\f073";
}

.nv-icon[data-icon=mp3-player]::before {
  content: "\f8ce";
}

.nv-icon[data-icon=anchor-circle-check]::before {
  content: "\e4aa";
}

.nv-icon[data-icon=tally-4]::before {
  content: "\e297";
}

.nv-icon[data-icon=rectangle-history]::before {
  content: "\e4a2";
}

.nv-icon[data-icon=building-circle-arrow-right]::before {
  content: "\e4d1";
}

.nv-icon[data-icon=volleyball]::before {
  content: "\f45f";
}

.nv-icon[data-icon=volleyball-ball]::before {
  content: "\f45f";
}

.nv-icon[data-icon=sun-haze]::before {
  content: "\f765";
}

.nv-icon[data-icon=text-size]::before {
  content: "\f894";
}

.nv-icon[data-icon=ufo]::before {
  content: "\e047";
}

.nv-icon[data-icon=fork]::before {
  content: "\f2e3";
}

.nv-icon[data-icon=utensil-fork]::before {
  content: "\f2e3";
}

.nv-icon[data-icon=arrows-up-to-line]::before {
  content: "\e4c2";
}

.nv-icon[data-icon=mobile-signal]::before {
  content: "\e1ef";
}

.nv-icon[data-icon=barcode-scan]::before {
  content: "\f465";
}

.nv-icon[data-icon=sort-down]::before {
  content: "\f0dd";
}

.nv-icon[data-icon=sort-desc]::before {
  content: "\f0dd";
}

.nv-icon[data-icon=folder-arrow-down]::before {
  content: "\e053";
}

.nv-icon[data-icon=folder-download]::before {
  content: "\e053";
}

.nv-icon[data-icon=circle-minus]::before {
  content: "\f056";
}

.nv-icon[data-icon=minus-circle]::before {
  content: "\f056";
}

.nv-icon[data-icon=face-icicles]::before {
  content: "\e37c";
}

.nv-icon[data-icon=shovel]::before {
  content: "\f713";
}

.nv-icon[data-icon=door-open]::before {
  content: "\f52b";
}

.nv-icon[data-icon=films]::before {
  content: "\e17a";
}

.nv-icon[data-icon=right-from-bracket]::before {
  content: "\f2f5";
}

.nv-icon[data-icon=sign-out-alt]::before {
  content: "\f2f5";
}

.nv-icon[data-icon=face-glasses]::before {
  content: "\e377";
}

.nv-icon[data-icon=nfc]::before {
  content: "\e1f7";
}

.nv-icon[data-icon=atom]::before {
  content: "\f5d2";
}

.nv-icon[data-icon=soap]::before {
  content: "\e06e";
}

.nv-icon[data-icon=icons]::before {
  content: "\f86d";
}

.nv-icon[data-icon=heart-music-camera-bolt]::before {
  content: "\f86d";
}

.nv-icon[data-icon=microphone-lines-slash]::before {
  content: "\f539";
}

.nv-icon[data-icon=microphone-alt-slash]::before {
  content: "\f539";
}

.nv-icon[data-icon=closed-captioning-slash]::before {
  content: "\e135";
}

.nv-icon[data-icon=calculator-simple]::before {
  content: "\f64c";
}

.nv-icon[data-icon=calculator-alt]::before {
  content: "\f64c";
}

.nv-icon[data-icon=bridge-circle-check]::before {
  content: "\e4c9";
}

.nv-icon[data-icon=sliders-up]::before {
  content: "\f3f1";
}

.nv-icon[data-icon=sliders-v]::before {
  content: "\f3f1";
}

.nv-icon[data-icon=location-minus]::before {
  content: "\f609";
}

.nv-icon[data-icon=map-marker-minus]::before {
  content: "\f609";
}

.nv-icon[data-icon=pump-medical]::before {
  content: "\e06a";
}

.nv-icon[data-icon=fingerprint]::before {
  content: "\f577";
}

.nv-icon[data-icon=ski-boot]::before {
  content: "\e3cc";
}

.nv-icon[data-icon=standard-definition]::before {
  content: "\e28a";
}

.nv-icon[data-icon=rectangle-sd]::before {
  content: "\e28a";
}

.nv-icon[data-icon=h1]::before {
  content: "\f313";
}

.nv-icon[data-icon=hand-point-right]::before {
  content: "\f0a4";
}

.nv-icon[data-icon=magnifying-glass-location]::before {
  content: "\f689";
}

.nv-icon[data-icon=search-location]::before {
  content: "\f689";
}

.nv-icon[data-icon=message-bot]::before {
  content: "\e3b8";
}

.nv-icon[data-icon=forward-step]::before {
  content: "\f051";
}

.nv-icon[data-icon=step-forward]::before {
  content: "\f051";
}

.nv-icon[data-icon=face-smile-beam]::before {
  content: "\f5b8";
}

.nv-icon[data-icon=smile-beam]::before {
  content: "\f5b8";
}

.nv-icon[data-icon=light-ceiling]::before {
  content: "\e016";
}

.nv-icon[data-icon=message-exclamation]::before {
  content: "\f4a5";
}

.nv-icon[data-icon=comment-alt-exclamation]::before {
  content: "\f4a5";
}

.nv-icon[data-icon=bowl-scoop]::before {
  content: "\e3de";
}

.nv-icon[data-icon=bowl-shaved-ice]::before {
  content: "\e3de";
}

.nv-icon[data-icon=square-x]::before {
  content: "\e286";
}

.nv-icon[data-icon=building-memo]::before {
  content: "\e61e";
}

.nv-icon[data-icon=utility-pole-double]::before {
  content: "\e2c4";
}

.nv-icon[data-icon=flag-checkered]::before {
  content: "\f11e";
}

.nv-icon[data-icon=chevrons-up]::before {
  content: "\f325";
}

.nv-icon[data-icon=chevron-double-up]::before {
  content: "\f325";
}

.nv-icon[data-icon=football]::before {
  content: "\f44e";
}

.nv-icon[data-icon=football-ball]::before {
  content: "\f44e";
}

.nv-icon[data-icon=user-vneck]::before {
  content: "\e461";
}

.nv-icon[data-icon=school-circle-exclamation]::before {
  content: "\e56c";
}

.nv-icon[data-icon=crop]::before {
  content: "\f125";
}

.nv-icon[data-icon=angles-down]::before {
  content: "\f103";
}

.nv-icon[data-icon=angle-double-down]::before {
  content: "\f103";
}

.nv-icon[data-icon=users-rectangle]::before {
  content: "\e594";
}

.nv-icon[data-icon=people-roof]::before {
  content: "\e537";
}

.nv-icon[data-icon=square-arrow-right]::before {
  content: "\f33b";
}

.nv-icon[data-icon=arrow-square-right]::before {
  content: "\f33b";
}

.nv-icon[data-icon=location-plus]::before {
  content: "\f60a";
}

.nv-icon[data-icon=map-marker-plus]::before {
  content: "\f60a";
}

.nv-icon[data-icon=lightbulb-exclamation-on]::before {
  content: "\e1ca";
}

.nv-icon[data-icon=people-line]::before {
  content: "\e534";
}

.nv-icon[data-icon=beer-mug-empty]::before {
  content: "\f0fc";
}

.nv-icon[data-icon=beer]::before {
  content: "\f0fc";
}

.nv-icon[data-icon=crate-empty]::before {
  content: "\e151";
}

.nv-icon[data-icon=diagram-predecessor]::before {
  content: "\e477";
}

.nv-icon[data-icon=transporter]::before {
  content: "\e042";
}

.nv-icon[data-icon=calendar-circle-user]::before {
  content: "\e471";
}

.nv-icon[data-icon=arrow-up-long]::before {
  content: "\f176";
}

.nv-icon[data-icon=long-arrow-up]::before {
  content: "\f176";
}

.nv-icon[data-icon=person-carry-box]::before {
  content: "\f4cf";
}

.nv-icon[data-icon=person-carry]::before {
  content: "\f4cf";
}

.nv-icon[data-icon=fire-flame-simple]::before {
  content: "\f46a";
}

.nv-icon[data-icon=burn]::before {
  content: "\f46a";
}

.nv-icon[data-icon=person]::before {
  content: "\f183";
}

.nv-icon[data-icon=male]::before {
  content: "\f183";
}

.nv-icon[data-icon=laptop]::before {
  content: "\f109";
}

.nv-icon[data-icon=file-csv]::before {
  content: "\f6dd";
}

.nv-icon[data-icon=menorah]::before {
  content: "\f676";
}

.nv-icon[data-icon=union]::before {
  content: "\f6a2";
}

.nv-icon[data-icon=chevrons-left]::before {
  content: "\f323";
}

.nv-icon[data-icon=chevron-double-left]::before {
  content: "\f323";
}

.nv-icon[data-icon=circle-heart]::before {
  content: "\f4c7";
}

.nv-icon[data-icon=heart-circle]::before {
  content: "\f4c7";
}

.nv-icon[data-icon=truck-plane]::before {
  content: "\e58f";
}

.nv-icon[data-icon=record-vinyl]::before {
  content: "\f8d9";
}

.nv-icon[data-icon=bring-forward]::before {
  content: "\f856";
}

.nv-icon[data-icon=square-p]::before {
  content: "\e279";
}

.nv-icon[data-icon=face-grin-stars]::before {
  content: "\f587";
}

.nv-icon[data-icon=grin-stars]::before {
  content: "\f587";
}

.nv-icon[data-icon=sigma]::before {
  content: "\f68b";
}

.nv-icon[data-icon=camera-movie]::before {
  content: "\f8a9";
}

.nv-icon[data-icon=bong]::before {
  content: "\f55c";
}

.nv-icon[data-icon=clarinet]::before {
  content: "\f8ad";
}

.nv-icon[data-icon=truck-flatbed]::before {
  content: "\e2b6";
}

.nv-icon[data-icon=spaghetti-monster-flying]::before {
  content: "\f67b";
}

.nv-icon[data-icon=pastafarianism]::before {
  content: "\f67b";
}

.nv-icon[data-icon=arrow-down-up-across-line]::before {
  content: "\e4af";
}

.nv-icon[data-icon=arrows-rotate-reverse]::before {
  content: "\e630";
}

.nv-icon[data-icon=leaf-heart]::before {
  content: "\f4cb";
}

.nv-icon[data-icon=house-building]::before {
  content: "\e1b1";
}

.nv-icon[data-icon=cheese-swiss]::before {
  content: "\f7f0";
}

.nv-icon[data-icon=spoon]::before {
  content: "\f2e5";
}

.nv-icon[data-icon=utensil-spoon]::before {
  content: "\f2e5";
}

.nv-icon[data-icon=jar-wheat]::before {
  content: "\e517";
}

.nv-icon[data-icon=envelopes-bulk]::before {
  content: "\f674";
}

.nv-icon[data-icon=mail-bulk]::before {
  content: "\f674";
}

.nv-icon[data-icon=file-circle-exclamation]::before {
  content: "\e4eb";
}

.nv-icon[data-icon=bow-arrow]::before {
  content: "\f6b9";
}

.nv-icon[data-icon=cart-xmark]::before {
  content: "\e0dd";
}

.nv-icon[data-icon=hexagon-xmark]::before {
  content: "\f2ee";
}

.nv-icon[data-icon=times-hexagon]::before {
  content: "\f2ee";
}

.nv-icon[data-icon=xmark-hexagon]::before {
  content: "\f2ee";
}

.nv-icon[data-icon=circle-h]::before {
  content: "\f47e";
}

.nv-icon[data-icon=hospital-symbol]::before {
  content: "\f47e";
}

.nv-icon[data-icon=merge]::before {
  content: "\e526";
}

.nv-icon[data-icon=pager]::before {
  content: "\f815";
}

.nv-icon[data-icon=cart-minus]::before {
  content: "\e0db";
}

.nv-icon[data-icon=address-book]::before {
  content: "\f2b9";
}

.nv-icon[data-icon=contact-book]::before {
  content: "\f2b9";
}

.nv-icon[data-icon=pan-frying]::before {
  content: "\e42c";
}

.nv-icon[data-icon=grid]::before {
  content: "\e195";
}

.nv-icon[data-icon=grid-3]::before {
  content: "\e195";
}

.nv-icon[data-icon=football-helmet]::before {
  content: "\f44f";
}

.nv-icon[data-icon=hand-love]::before {
  content: "\e1a5";
}

.nv-icon[data-icon=trees]::before {
  content: "\f724";
}

.nv-icon[data-icon=strikethrough]::before {
  content: "\f0cc";
}

.nv-icon[data-icon=page]::before {
  content: "\e428";
}

.nv-icon[data-icon=k]::before {
  content: "K";
}

.nv-icon[data-icon=diagram-previous]::before {
  content: "\e478";
}

.nv-icon[data-icon=gauge-min]::before {
  content: "\f628";
}

.nv-icon[data-icon=tachometer-alt-slowest]::before {
  content: "\f628";
}

.nv-icon[data-icon=folder-grid]::before {
  content: "\e188";
}

.nv-icon[data-icon=eggplant]::before {
  content: "\e16c";
}

.nv-icon[data-icon=excavator]::before {
  content: "\e656";
}

.nv-icon[data-icon=ram]::before {
  content: "\f70a";
}

.nv-icon[data-icon=landmark-flag]::before {
  content: "\e51c";
}

.nv-icon[data-icon=lips]::before {
  content: "\f600";
}

.nv-icon[data-icon=pencil]::before {
  content: "\f303";
}

.nv-icon[data-icon=pencil-alt]::before {
  content: "\f303";
}

.nv-icon[data-icon=backward]::before {
  content: "\f04a";
}

.nv-icon[data-icon=caret-right]::before {
  content: "\f0da";
}

.nv-icon[data-icon=comments]::before {
  content: "\f086";
}

.nv-icon[data-icon=paste]::before {
  content: "\f0ea";
}

.nv-icon[data-icon=file-clipboard]::before {
  content: "\f0ea";
}

.nv-icon[data-icon=desktop-arrow-down]::before {
  content: "\e155";
}

.nv-icon[data-icon=code-pull-request]::before {
  content: "\e13c";
}

.nv-icon[data-icon=pumpkin]::before {
  content: "\f707";
}

.nv-icon[data-icon=clipboard-list]::before {
  content: "\f46d";
}

.nv-icon[data-icon=pen-field]::before {
  content: "\e211";
}

.nv-icon[data-icon=blueberries]::before {
  content: "\e2e8";
}

.nv-icon[data-icon=truck-ramp-box]::before {
  content: "\f4de";
}

.nv-icon[data-icon=truck-loading]::before {
  content: "\f4de";
}

.nv-icon[data-icon=note]::before {
  content: "\e1ff";
}

.nv-icon[data-icon=arrow-down-to-square]::before {
  content: "\e096";
}

.nv-icon[data-icon=user-check]::before {
  content: "\f4fc";
}

.nv-icon[data-icon=cloud-xmark]::before {
  content: "\e35f";
}

.nv-icon[data-icon=vial-virus]::before {
  content: "\e597";
}

.nv-icon[data-icon=book-blank]::before {
  content: "\f5d9";
}

.nv-icon[data-icon=book-alt]::before {
  content: "\f5d9";
}

.nv-icon[data-icon=golf-flag-hole]::before {
  content: "\e3ac";
}

.nv-icon[data-icon=message-arrow-down]::before {
  content: "\e1db";
}

.nv-icon[data-icon=comment-alt-arrow-down]::before {
  content: "\e1db";
}

.nv-icon[data-icon=face-unamused]::before {
  content: "\e39f";
}

.nv-icon[data-icon=sheet-plastic]::before {
  content: "\e571";
}

.nv-icon[data-icon=circle-9]::before {
  content: "\e0f6";
}

.nv-icon[data-icon=blog]::before {
  content: "\f781";
}

.nv-icon[data-icon=user-ninja]::before {
  content: "\f504";
}

.nv-icon[data-icon=pencil-slash]::before {
  content: "\e215";
}

.nv-icon[data-icon=bowling-pins]::before {
  content: "\f437";
}

.nv-icon[data-icon=person-arrow-up-from-line]::before {
  content: "\e539";
}

.nv-icon[data-icon=down-right]::before {
  content: "\e16b";
}

.nv-icon[data-icon=scroll-torah]::before {
  content: "\f6a0";
}

.nv-icon[data-icon=torah]::before {
  content: "\f6a0";
}

.nv-icon[data-icon=webhook]::before {
  content: "\e5d5";
}

.nv-icon[data-icon=blinds-open]::before {
  content: "\f8fc";
}

.nv-icon[data-icon=fence]::before {
  content: "\e303";
}

.nv-icon[data-icon=up]::before {
  content: "\f357";
}

.nv-icon[data-icon=arrow-alt-up]::before {
  content: "\f357";
}

.nv-icon[data-icon=broom-ball]::before {
  content: "\f458";
}

.nv-icon[data-icon=quidditch]::before {
  content: "\f458";
}

.nv-icon[data-icon=quidditch-broom-ball]::before {
  content: "\f458";
}

.nv-icon[data-icon=drumstick]::before {
  content: "\f6d6";
}

.nv-icon[data-icon=square-v]::before {
  content: "\e284";
}

.nv-icon[data-icon=face-awesome]::before {
  content: "\e409";
}

.nv-icon[data-icon=gave-dandy]::before {
  content: "\e409";
}

.nv-icon[data-icon=dial-off]::before {
  content: "\e162";
}

.nv-icon[data-icon=toggle-off]::before {
  content: "\f204";
}

.nv-icon[data-icon=face-smile-horns]::before {
  content: "\e391";
}

.nv-icon[data-icon=box-archive]::before {
  content: "\f187";
}

.nv-icon[data-icon=archive]::before {
  content: "\f187";
}

.nv-icon[data-icon=grapes]::before {
  content: "\e306";
}

.nv-icon[data-icon=person-drowning]::before {
  content: "\e545";
}

.nv-icon[data-icon=dial-max]::before {
  content: "\e15e";
}

.nv-icon[data-icon=circle-m]::before {
  content: "\e115";
}

.nv-icon[data-icon=calendar-image]::before {
  content: "\e0d4";
}

.nv-icon[data-icon=circle-caret-down]::before {
  content: "\f32d";
}

.nv-icon[data-icon=caret-circle-down]::before {
  content: "\f32d";
}

.nv-icon[data-icon=arrow-down-9-1]::before {
  content: "\f886";
}

.nv-icon[data-icon=sort-numeric-desc]::before {
  content: "\f886";
}

.nv-icon[data-icon=sort-numeric-down-alt]::before {
  content: "\f886";
}

.nv-icon[data-icon=face-grin-tongue-squint]::before {
  content: "\f58a";
}

.nv-icon[data-icon=grin-tongue-squint]::before {
  content: "\f58a";
}

.nv-icon[data-icon=shish-kebab]::before {
  content: "\f821";
}

.nv-icon[data-icon=spray-can]::before {
  content: "\f5bd";
}

.nv-icon[data-icon=alarm-snooze]::before {
  content: "\f845";
}

.nv-icon[data-icon=scarecrow]::before {
  content: "\f70d";
}

.nv-icon[data-icon=truck-monster]::before {
  content: "\f63b";
}

.nv-icon[data-icon=gift-card]::before {
  content: "\f663";
}

.nv-icon[data-icon=w]::before {
  content: "W";
}

.nv-icon[data-icon=code-pull-request-draft]::before {
  content: "\e3fa";
}

.nv-icon[data-icon=square-b]::before {
  content: "\e264";
}

.nv-icon[data-icon=elephant]::before {
  content: "\f6da";
}

.nv-icon[data-icon=earth-africa]::before {
  content: "\f57c";
}

.nv-icon[data-icon=globe-africa]::before {
  content: "\f57c";
}

.nv-icon[data-icon=rainbow]::before {
  content: "\f75b";
}

.nv-icon[data-icon=circle-notch]::before {
  content: "\f1ce";
}

.nv-icon[data-icon=tablet-screen-button]::before {
  content: "\f3fa";
}

.nv-icon[data-icon=tablet-alt]::before {
  content: "\f3fa";
}

.nv-icon[data-icon=paw]::before {
  content: "\f1b0";
}

.nv-icon[data-icon=message-question]::before {
  content: "\e1e3";
}

.nv-icon[data-icon=cloud]::before {
  content: "\f0c2";
}

.nv-icon[data-icon=trowel-bricks]::before {
  content: "\e58a";
}

.nv-icon[data-icon=square-3]::before {
  content: "\e258";
}

.nv-icon[data-icon=face-flushed]::before {
  content: "\f579";
}

.nv-icon[data-icon=flushed]::before {
  content: "\f579";
}

.nv-icon[data-icon=hospital-user]::before {
  content: "\f80d";
}

.nv-icon[data-icon=microwave]::before {
  content: "\e01b";
}

.nv-icon[data-icon=chf-sign]::before {
  content: "\e602";
}

.nv-icon[data-icon=tent-arrow-left-right]::before {
  content: "\e57f";
}

.nv-icon[data-icon=cart-circle-arrow-up]::before {
  content: "\e3f0";
}

.nv-icon[data-icon=trash-clock]::before {
  content: "\e2b0";
}

.nv-icon[data-icon=gavel]::before {
  content: "\f0e3";
}

.nv-icon[data-icon=legal]::before {
  content: "\f0e3";
}

.nv-icon[data-icon=sprinkler-ceiling]::before {
  content: "\e44c";
}

.nv-icon[data-icon=browsers]::before {
  content: "\e0cb";
}

.nv-icon[data-icon=trillium]::before {
  content: "\e588";
}

.nv-icon[data-icon=music-slash]::before {
  content: "\f8d1";
}

.nv-icon[data-icon=truck-ramp]::before {
  content: "\f4e0";
}

.nv-icon[data-icon=binoculars]::before {
  content: "\f1e5";
}

.nv-icon[data-icon=microphone-slash]::before {
  content: "\f131";
}

.nv-icon[data-icon=box-tissue]::before {
  content: "\e05b";
}

.nv-icon[data-icon=circle-c]::before {
  content: "\e101";
}

.nv-icon[data-icon=star-christmas]::before {
  content: "\f7d4";
}

.nv-icon[data-icon=chart-bullet]::before {
  content: "\e0e1";
}

.nv-icon[data-icon=motorcycle]::before {
  content: "\f21c";
}

.nv-icon[data-icon=tree-christmas]::before {
  content: "\f7db";
}

.nv-icon[data-icon=tire-flat]::before {
  content: "\f632";
}

.nv-icon[data-icon=sunglasses]::before {
  content: "\f892";
}

.nv-icon[data-icon=badge]::before {
  content: "\f335";
}

.nv-icon[data-icon=message-pen]::before {
  content: "\f4a4";
}

.nv-icon[data-icon=comment-alt-edit]::before {
  content: "\f4a4";
}

.nv-icon[data-icon=message-edit]::before {
  content: "\f4a4";
}

.nv-icon[data-icon=bell-concierge]::before {
  content: "\f562";
}

.nv-icon[data-icon=concierge-bell]::before {
  content: "\f562";
}

.nv-icon[data-icon=pen-ruler]::before {
  content: "\f5ae";
}

.nv-icon[data-icon=pencil-ruler]::before {
  content: "\f5ae";
}

.nv-icon[data-icon=file-mp3]::before {
  content: "\e648";
}

.nv-icon[data-icon=arrow-progress]::before {
  content: "\e5df";
}

.nv-icon[data-icon=chess-rook-piece]::before {
  content: "\f448";
}

.nv-icon[data-icon=chess-rook-alt]::before {
  content: "\f448";
}

.nv-icon[data-icon=square-root]::before {
  content: "\f697";
}

.nv-icon[data-icon=album-collection-circle-plus]::before {
  content: "\e48e";
}

.nv-icon[data-icon=people-arrows]::before {
  content: "\e068";
}

.nv-icon[data-icon=people-arrows-left-right]::before {
  content: "\e068";
}

.nv-icon[data-icon=sign-post]::before {
  content: "\e624";
}

.nv-icon[data-icon=face-angry-horns]::before {
  content: "\e368";
}

.nv-icon[data-icon=mars-and-venus-burst]::before {
  content: "\e523";
}

.nv-icon[data-icon=tombstone]::before {
  content: "\f720";
}

.nv-icon[data-icon=square-caret-right]::before {
  content: "\f152";
}

.nv-icon[data-icon=caret-square-right]::before {
  content: "\f152";
}

.nv-icon[data-icon=scissors]::before {
  content: "\f0c4";
}

.nv-icon[data-icon=cut]::before {
  content: "\f0c4";
}

.nv-icon[data-icon=list-music]::before {
  content: "\f8c9";
}

.nv-icon[data-icon=sun-plant-wilt]::before {
  content: "\e57a";
}

.nv-icon[data-icon=toilets-portable]::before {
  content: "\e584";
}

.nv-icon[data-icon=hockey-puck]::before {
  content: "\f453";
}

.nv-icon[data-icon=mustache]::before {
  content: "\e5bc";
}

.nv-icon[data-icon=hyphen]::before {
  content: "\\-";
}

.nv-icon[data-icon=table]::before {
  content: "\f0ce";
}

.nv-icon[data-icon=user-chef]::before {
  content: "\e3d2";
}

.nv-icon[data-icon=message-image]::before {
  content: "\e1e0";
}

.nv-icon[data-icon=comment-alt-image]::before {
  content: "\e1e0";
}

.nv-icon[data-icon=users-medical]::before {
  content: "\f830";
}

.nv-icon[data-icon=sensor-triangle-exclamation]::before {
  content: "\e029";
}

.nv-icon[data-icon=sensor-alert]::before {
  content: "\e029";
}

.nv-icon[data-icon=magnifying-glass-arrow-right]::before {
  content: "\e521";
}

.nv-icon[data-icon=tachograph-digital]::before {
  content: "\f566";
}

.nv-icon[data-icon=digital-tachograph]::before {
  content: "\f566";
}

.nv-icon[data-icon=face-mask]::before {
  content: "\e37f";
}

.nv-icon[data-icon=pickleball]::before {
  content: "\e435";
}

.nv-icon[data-icon=star-sharp-half]::before {
  content: "\e28c";
}

.nv-icon[data-icon=users-slash]::before {
  content: "\e073";
}

.nv-icon[data-icon=clover]::before {
  content: "\e139";
}

.nv-icon[data-icon=meat]::before {
  content: "\f814";
}

.nv-icon[data-icon=reply]::before {
  content: "\f3e5";
}

.nv-icon[data-icon=mail-reply]::before {
  content: "\f3e5";
}

.nv-icon[data-icon=star-and-crescent]::before {
  content: "\f699";
}

.nv-icon[data-icon=empty-set]::before {
  content: "\f656";
}

.nv-icon[data-icon=house-fire]::before {
  content: "\e50c";
}

.nv-icon[data-icon=square-minus]::before {
  content: "\f146";
}

.nv-icon[data-icon=minus-square]::before {
  content: "\f146";
}

.nv-icon[data-icon=helicopter]::before {
  content: "\f533";
}

.nv-icon[data-icon=bird]::before {
  content: "\e469";
}

.nv-icon[data-icon=compass]::before {
  content: "\f14e";
}

.nv-icon[data-icon=square-caret-down]::before {
  content: "\f150";
}

.nv-icon[data-icon=caret-square-down]::before {
  content: "\f150";
}

.nv-icon[data-icon=heart-half-stroke]::before {
  content: "\e1ac";
}

.nv-icon[data-icon=heart-half-alt]::before {
  content: "\e1ac";
}

.nv-icon[data-icon=file-circle-question]::before {
  content: "\e4ef";
}

.nv-icon[data-icon=truck-utensils]::before {
  content: "\e628";
}

.nv-icon[data-icon=laptop-code]::before {
  content: "\f5fc";
}

.nv-icon[data-icon=joystick]::before {
  content: "\f8c5";
}

.nv-icon[data-icon=grill-fire]::before {
  content: "\e5a4";
}

.nv-icon[data-icon=rectangle-vertical-history]::before {
  content: "\e237";
}

.nv-icon[data-icon=swatchbook]::before {
  content: "\f5c3";
}

.nv-icon[data-icon=prescription-bottle]::before {
  content: "\f485";
}

.nv-icon[data-icon=bars]::before {
  content: "\f0c9";
}

.nv-icon[data-icon=navicon]::before {
  content: "\f0c9";
}

.nv-icon[data-icon=keyboard-left]::before {
  content: "\e1c3";
}

.nv-icon[data-icon=people-group]::before {
  content: "\e533";
}

.nv-icon[data-icon=hourglass-end]::before {
  content: "\f253";
}

.nv-icon[data-icon=hourglass-3]::before {
  content: "\f253";
}

.nv-icon[data-icon=heart-crack]::before {
  content: "\f7a9";
}

.nv-icon[data-icon=heart-broken]::before {
  content: "\f7a9";
}

.nv-icon[data-icon=face-beam-hand-over-mouth]::before {
  content: "\e47c";
}

.nv-icon[data-icon=droplet-percent]::before {
  content: "\f750";
}

.nv-icon[data-icon=humidity]::before {
  content: "\f750";
}

.nv-icon[data-icon=square-up-right]::before {
  content: "\f360";
}

.nv-icon[data-icon=external-link-square-alt]::before {
  content: "\f360";
}

.nv-icon[data-icon=face-kiss-beam]::before {
  content: "\f597";
}

.nv-icon[data-icon=kiss-beam]::before {
  content: "\f597";
}

.nv-icon[data-icon=corn]::before {
  content: "\f6c7";
}

.nv-icon[data-icon=roller-coaster]::before {
  content: "\e324";
}

.nv-icon[data-icon=photo-film-music]::before {
  content: "\e228";
}

.nv-icon[data-icon=radar]::before {
  content: "\e024";
}

.nv-icon[data-icon=sickle]::before {
  content: "\f822";
}

.nv-icon[data-icon=film]::before {
  content: "\f008";
}

.nv-icon[data-icon=coconut]::before {
  content: "\e2f6";
}

.nv-icon[data-icon=ruler-horizontal]::before {
  content: "\f547";
}

.nv-icon[data-icon=shield-cross]::before {
  content: "\f712";
}

.nv-icon[data-icon=cassette-tape]::before {
  content: "\f8ab";
}

.nv-icon[data-icon=square-terminal]::before {
  content: "\e32a";
}

.nv-icon[data-icon=people-robbery]::before {
  content: "\e536";
}

.nv-icon[data-icon=lightbulb]::before {
  content: "\f0eb";
}

.nv-icon[data-icon=caret-left]::before {
  content: "\f0d9";
}

.nv-icon[data-icon=comment-middle]::before {
  content: "\e149";
}

.nv-icon[data-icon=trash-can-list]::before {
  content: "\e2ab";
}

.nv-icon[data-icon=block]::before {
  content: "\e46a";
}

.nv-icon[data-icon=circle-exclamation]::before {
  content: "\f06a";
}

.nv-icon[data-icon=exclamation-circle]::before {
  content: "\f06a";
}

.nv-icon[data-icon=school-circle-xmark]::before {
  content: "\e56d";
}

.nv-icon[data-icon=arrow-right-from-bracket]::before {
  content: "\f08b";
}

.nv-icon[data-icon=sign-out]::before {
  content: "\f08b";
}

.nv-icon[data-icon=face-frown-slight]::before {
  content: "\e376";
}

.nv-icon[data-icon=circle-chevron-down]::before {
  content: "\f13a";
}

.nv-icon[data-icon=chevron-circle-down]::before {
  content: "\f13a";
}

.nv-icon[data-icon=sidebar-flip]::before {
  content: "\e24f";
}

.nv-icon[data-icon=unlock-keyhole]::before {
  content: "\f13e";
}

.nv-icon[data-icon=unlock-alt]::before {
  content: "\f13e";
}

.nv-icon[data-icon=temperature-list]::before {
  content: "\e299";
}

.nv-icon[data-icon=cloud-showers-heavy]::before {
  content: "\f740";
}

.nv-icon[data-icon=headphones-simple]::before {
  content: "\f58f";
}

.nv-icon[data-icon=headphones-alt]::before {
  content: "\f58f";
}

.nv-icon[data-icon=sitemap]::before {
  content: "\f0e8";
}

.nv-icon[data-icon=pipe-section]::before {
  content: "\e438";
}

.nv-icon[data-icon=space-station-moon-construction]::before {
  content: "\e034";
}

.nv-icon[data-icon=space-station-moon-alt]::before {
  content: "\e034";
}

.nv-icon[data-icon=circle-dollar-to-slot]::before {
  content: "\f4b9";
}

.nv-icon[data-icon=donate]::before {
  content: "\f4b9";
}

.nv-icon[data-icon=memory]::before {
  content: "\f538";
}

.nv-icon[data-icon=face-sleeping]::before {
  content: "\e38d";
}

.nv-icon[data-icon=road-spikes]::before {
  content: "\e568";
}

.nv-icon[data-icon=fire-burner]::before {
  content: "\e4f1";
}

.nv-icon[data-icon=squirrel]::before {
  content: "\f71a";
}

.nv-icon[data-icon=arrow-up-to-line]::before {
  content: "\f341";
}

.nv-icon[data-icon=arrow-to-top]::before {
  content: "\f341";
}

.nv-icon[data-icon=flag]::before {
  content: "\f024";
}

.nv-icon[data-icon=face-cowboy-hat]::before {
  content: "\e36e";
}

.nv-icon[data-icon=hanukiah]::before {
  content: "\f6e6";
}

.nv-icon[data-icon=chart-scatter-3d]::before {
  content: "\e0e8";
}

.nv-icon[data-icon=display-chart-up]::before {
  content: "\e5e3";
}

.nv-icon[data-icon=square-code]::before {
  content: "\e267";
}

.nv-icon[data-icon=feather]::before {
  content: "\f52d";
}

.nv-icon[data-icon=volume-low]::before {
  content: "\f027";
}

.nv-icon[data-icon=volume-down]::before {
  content: "\f027";
}

.nv-icon[data-icon=xmark-to-slot]::before {
  content: "\f771";
}

.nv-icon[data-icon=times-to-slot]::before {
  content: "\f771";
}

.nv-icon[data-icon=vote-nay]::before {
  content: "\f771";
}

.nv-icon[data-icon=box-taped]::before {
  content: "\f49a";
}

.nv-icon[data-icon=box-alt]::before {
  content: "\f49a";
}

.nv-icon[data-icon=comment-slash]::before {
  content: "\f4b3";
}

.nv-icon[data-icon=swords]::before {
  content: "\f71d";
}

.nv-icon[data-icon=cloud-sun-rain]::before {
  content: "\f743";
}

.nv-icon[data-icon=album]::before {
  content: "\f89f";
}

.nv-icon[data-icon=circle-n]::before {
  content: "\e118";
}

.nv-icon[data-icon=compress]::before {
  content: "\f066";
}

.nv-icon[data-icon=wheat-awn]::before {
  content: "\e2cd";
}

.nv-icon[data-icon=wheat-alt]::before {
  content: "\e2cd";
}

.nv-icon[data-icon=ankh]::before {
  content: "\f644";
}

.nv-icon[data-icon=hands-holding-child]::before {
  content: "\e4fa";
}

.nv-icon[data-icon=asterisk]::before {
  content: "\\*";
}

.nv-icon[data-icon=key-skeleton-left-right]::before {
  content: "\e3b4";
}

.nv-icon[data-icon=comment-lines]::before {
  content: "\f4b0";
}

.nv-icon[data-icon=luchador-mask]::before {
  content: "\f455";
}

.nv-icon[data-icon=luchador]::before {
  content: "\f455";
}

.nv-icon[data-icon=mask-luchador]::before {
  content: "\f455";
}

.nv-icon[data-icon=square-check]::before {
  content: "\f14a";
}

.nv-icon[data-icon=check-square]::before {
  content: "\f14a";
}

.nv-icon[data-icon=shredder]::before {
  content: "\f68a";
}

.nv-icon[data-icon=book-open-cover]::before {
  content: "\e0c0";
}

.nv-icon[data-icon=book-open-alt]::before {
  content: "\e0c0";
}

.nv-icon[data-icon=sandwich]::before {
  content: "\f81f";
}

.nv-icon[data-icon=peseta-sign]::before {
  content: "\e221";
}

.nv-icon[data-icon=square-parking-slash]::before {
  content: "\f617";
}

.nv-icon[data-icon=parking-slash]::before {
  content: "\f617";
}

.nv-icon[data-icon=train-tunnel]::before {
  content: "\e454";
}

.nv-icon[data-icon=heading]::before {
  content: "\f1dc";
}

.nv-icon[data-icon=header]::before {
  content: "\f1dc";
}

.nv-icon[data-icon=ghost]::before {
  content: "\f6e2";
}

.nv-icon[data-icon=face-anguished]::before {
  content: "\e369";
}

.nv-icon[data-icon=hockey-sticks]::before {
  content: "\f454";
}

.nv-icon[data-icon=abacus]::before {
  content: "\f640";
}

.nv-icon[data-icon=film-simple]::before {
  content: "\f3a0";
}

.nv-icon[data-icon=film-alt]::before {
  content: "\f3a0";
}

.nv-icon[data-icon=list]::before {
  content: "\f03a";
}

.nv-icon[data-icon=list-squares]::before {
  content: "\f03a";
}

.nv-icon[data-icon=tree-palm]::before {
  content: "\f82b";
}

.nv-icon[data-icon=square-phone-flip]::before {
  content: "\f87b";
}

.nv-icon[data-icon=phone-square-alt]::before {
  content: "\f87b";
}

.nv-icon[data-icon=cart-plus]::before {
  content: "\f217";
}

.nv-icon[data-icon=gamepad]::before {
  content: "\f11b";
}

.nv-icon[data-icon=border-center-v]::before {
  content: "\f89d";
}

.nv-icon[data-icon=circle-dot]::before {
  content: "\f192";
}

.nv-icon[data-icon=dot-circle]::before {
  content: "\f192";
}

.nv-icon[data-icon=clipboard-medical]::before {
  content: "\e133";
}

.nv-icon[data-icon=face-dizzy]::before {
  content: "\f567";
}

.nv-icon[data-icon=dizzy]::before {
  content: "\f567";
}

.nv-icon[data-icon=egg]::before {
  content: "\f7fb";
}

.nv-icon[data-icon=up-to-line]::before {
  content: "\f34d";
}

.nv-icon[data-icon=arrow-alt-to-top]::before {
  content: "\f34d";
}

.nv-icon[data-icon=house-medical-circle-xmark]::before {
  content: "\e513";
}

.nv-icon[data-icon=watch-fitness]::before {
  content: "\f63e";
}

.nv-icon[data-icon=clock-nine-thirty]::before {
  content: "\e34d";
}

.nv-icon[data-icon=campground]::before {
  content: "\f6bb";
}

.nv-icon[data-icon=folder-plus]::before {
  content: "\f65e";
}

.nv-icon[data-icon=jug]::before {
  content: "\f8c6";
}

.nv-icon[data-icon=futbol]::before {
  content: "\f1e3";
}

.nv-icon[data-icon=futbol-ball]::before {
  content: "\f1e3";
}

.nv-icon[data-icon=soccer-ball]::before {
  content: "\f1e3";
}

.nv-icon[data-icon=snow-blowing]::before {
  content: "\f761";
}

.nv-icon[data-icon=paintbrush]::before {
  content: "\f1fc";
}

.nv-icon[data-icon=paint-brush]::before {
  content: "\f1fc";
}

.nv-icon[data-icon=lock]::before {
  content: "\f023";
}

.nv-icon[data-icon=arrow-down-from-line]::before {
  content: "\f345";
}

.nv-icon[data-icon=arrow-from-top]::before {
  content: "\f345";
}

.nv-icon[data-icon=gas-pump]::before {
  content: "\f52f";
}

.nv-icon[data-icon=signal-bars-slash]::before {
  content: "\f694";
}

.nv-icon[data-icon=signal-alt-slash]::before {
  content: "\f694";
}

.nv-icon[data-icon=monkey]::before {
  content: "\f6fb";
}

.nv-icon[data-icon=rectangle-pro]::before {
  content: "\e235";
}

.nv-icon[data-icon=pro]::before {
  content: "\e235";
}

.nv-icon[data-icon=house-night]::before {
  content: "\e010";
}

.nv-icon[data-icon=hot-tub-person]::before {
  content: "\f593";
}

.nv-icon[data-icon=hot-tub]::before {
  content: "\f593";
}

.nv-icon[data-icon=globe-pointer]::before {
  content: "\e60e";
}

.nv-icon[data-icon=blanket]::before {
  content: "\f498";
}

.nv-icon[data-icon=map-location]::before {
  content: "\f59f";
}

.nv-icon[data-icon=map-marked]::before {
  content: "\f59f";
}

.nv-icon[data-icon=house-flood-water]::before {
  content: "\e50e";
}

.nv-icon[data-icon=comments-question-check]::before {
  content: "\e14f";
}

.nv-icon[data-icon=tree]::before {
  content: "\f1bb";
}

.nv-icon[data-icon=arrows-cross]::before {
  content: "\e0a2";
}

.nv-icon[data-icon=backpack]::before {
  content: "\f5d4";
}

.nv-icon[data-icon=square-small]::before {
  content: "\e27e";
}

.nv-icon[data-icon=folder-arrow-up]::before {
  content: "\e054";
}

.nv-icon[data-icon=folder-upload]::before {
  content: "\e054";
}

.nv-icon[data-icon=bridge-lock]::before {
  content: "\e4cc";
}

.nv-icon[data-icon=crosshairs-simple]::before {
  content: "\e59f";
}

.nv-icon[data-icon=sack-dollar]::before {
  content: "\f81d";
}

.nv-icon[data-icon=pen-to-square]::before {
  content: "\f044";
}

.nv-icon[data-icon=edit]::before {
  content: "\f044";
}

.nv-icon[data-icon=square-sliders]::before {
  content: "\f3f0";
}

.nv-icon[data-icon=sliders-h-square]::before {
  content: "\f3f0";
}

.nv-icon[data-icon=car-side]::before {
  content: "\f5e4";
}

.nv-icon[data-icon=message-middle-top]::before {
  content: "\e1e2";
}

.nv-icon[data-icon=comment-middle-top-alt]::before {
  content: "\e1e2";
}

.nv-icon[data-icon=lightbulb-on]::before {
  content: "\f672";
}

.nv-icon[data-icon=knife]::before {
  content: "\f2e4";
}

.nv-icon[data-icon=utensil-knife]::before {
  content: "\f2e4";
}

.nv-icon[data-icon=share-nodes]::before {
  content: "\f1e0";
}

.nv-icon[data-icon=share-alt]::before {
  content: "\f1e0";
}

.nv-icon[data-icon=display-chart-up-circle-dollar]::before {
  content: "\e5e6";
}

.nv-icon[data-icon=wave-sine]::before {
  content: "\f899";
}

.nv-icon[data-icon=heart-circle-minus]::before {
  content: "\e4ff";
}

.nv-icon[data-icon=circle-w]::before {
  content: "\e12c";
}

.nv-icon[data-icon=circle-calendar]::before {
  content: "\e102";
}

.nv-icon[data-icon=calendar-circle]::before {
  content: "\e102";
}

.nv-icon[data-icon=hourglass-half]::before {
  content: "\f252";
}

.nv-icon[data-icon=hourglass-2]::before {
  content: "\f252";
}

.nv-icon[data-icon=microscope]::before {
  content: "\f610";
}

.nv-icon[data-icon=sunset]::before {
  content: "\f767";
}

.nv-icon[data-icon=sink]::before {
  content: "\e06d";
}

.nv-icon[data-icon=calendar-exclamation]::before {
  content: "\f334";
}

.nv-icon[data-icon=truck-container-empty]::before {
  content: "\e2b5";
}

.nv-icon[data-icon=hand-heart]::before {
  content: "\f4bc";
}

.nv-icon[data-icon=bag-shopping]::before {
  content: "\f290";
}

.nv-icon[data-icon=shopping-bag]::before {
  content: "\f290";
}

.nv-icon[data-icon=arrow-down-z-a]::before {
  content: "\f881";
}

.nv-icon[data-icon=sort-alpha-desc]::before {
  content: "\f881";
}

.nv-icon[data-icon=sort-alpha-down-alt]::before {
  content: "\f881";
}

.nv-icon[data-icon=mitten]::before {
  content: "\f7b5";
}

.nv-icon[data-icon=reply-clock]::before {
  content: "\e239";
}

.nv-icon[data-icon=reply-time]::before {
  content: "\e239";
}

.nv-icon[data-icon=person-rays]::before {
  content: "\e54d";
}

.nv-icon[data-icon=right]::before {
  content: "\f356";
}

.nv-icon[data-icon=arrow-alt-right]::before {
  content: "\f356";
}

.nv-icon[data-icon=circle-f]::before {
  content: "\e10e";
}

.nv-icon[data-icon=users]::before {
  content: "\f0c0";
}

.nv-icon[data-icon=face-pleading]::before {
  content: "\e386";
}

.nv-icon[data-icon=eye-slash]::before {
  content: "\f070";
}

.nv-icon[data-icon=flask-vial]::before {
  content: "\e4f3";
}

.nv-icon[data-icon=police-box]::before {
  content: "\e021";
}

.nv-icon[data-icon=cucumber]::before {
  content: "\e401";
}

.nv-icon[data-icon=head-side-brain]::before {
  content: "\f808";
}

.nv-icon[data-icon=hand]::before {
  content: "\f256";
}

.nv-icon[data-icon=hand-paper]::before {
  content: "\f256";
}

.nv-icon[data-icon=person-biking-mountain]::before {
  content: "\f84b";
}

.nv-icon[data-icon=biking-mountain]::before {
  content: "\f84b";
}

.nv-icon[data-icon=utensils-slash]::before {
  content: "\e464";
}

.nv-icon[data-icon=print-magnifying-glass]::before {
  content: "\f81a";
}

.nv-icon[data-icon=print-search]::before {
  content: "\f81a";
}

.nv-icon[data-icon=turn-right]::before {
  content: "\e639";
}

.nv-icon[data-icon=folder-bookmark]::before {
  content: "\e186";
}

.nv-icon[data-icon=arrow-turn-left-down]::before {
  content: "\e633";
}

.nv-icon[data-icon=om]::before {
  content: "\f679";
}

.nv-icon[data-icon=pi]::before {
  content: "\f67e";
}

.nv-icon[data-icon=flask-round-potion]::before {
  content: "\f6e1";
}

.nv-icon[data-icon=flask-potion]::before {
  content: "\f6e1";
}

.nv-icon[data-icon=face-shush]::before {
  content: "\e38c";
}

.nv-icon[data-icon=worm]::before {
  content: "\e599";
}

.nv-icon[data-icon=house-circle-xmark]::before {
  content: "\e50b";
}

.nv-icon[data-icon=plug]::before {
  content: "\f1e6";
}

.nv-icon[data-icon=calendar-circle-exclamation]::before {
  content: "\e46e";
}

.nv-icon[data-icon=square-i]::before {
  content: "\e272";
}

.nv-icon[data-icon=chevron-up]::before {
  content: "\f077";
}

.nv-icon[data-icon=face-saluting]::before {
  content: "\e484";
}

.nv-icon[data-icon=gauge-simple-low]::before {
  content: "\f62c";
}

.nv-icon[data-icon=tachometer-slow]::before {
  content: "\f62c";
}

.nv-icon[data-icon=face-persevering]::before {
  content: "\e385";
}

.nv-icon[data-icon=circle-camera]::before {
  content: "\e103";
}

.nv-icon[data-icon=camera-circle]::before {
  content: "\e103";
}

.nv-icon[data-icon=hand-spock]::before {
  content: "\f259";
}

.nv-icon[data-icon=spider-web]::before {
  content: "\f719";
}

.nv-icon[data-icon=circle-microphone]::before {
  content: "\e116";
}

.nv-icon[data-icon=microphone-circle]::before {
  content: "\e116";
}

.nv-icon[data-icon=book-arrow-up]::before {
  content: "\e0ba";
}

.nv-icon[data-icon=popsicle]::before {
  content: "\e43e";
}

.nv-icon[data-icon=command]::before {
  content: "\e142";
}

.nv-icon[data-icon=blinds]::before {
  content: "\f8fb";
}

.nv-icon[data-icon=stopwatch]::before {
  content: "\f2f2";
}

.nv-icon[data-icon=saxophone]::before {
  content: "\f8dc";
}

.nv-icon[data-icon=square-2]::before {
  content: "\e257";
}

.nv-icon[data-icon=field-hockey-stick-ball]::before {
  content: "\f44c";
}

.nv-icon[data-icon=field-hockey]::before {
  content: "\f44c";
}

.nv-icon[data-icon=arrow-up-square-triangle]::before {
  content: "\f88b";
}

.nv-icon[data-icon=sort-shapes-up-alt]::before {
  content: "\f88b";
}

.nv-icon[data-icon=face-scream]::before {
  content: "\e38b";
}

.nv-icon[data-icon=square-m]::before {
  content: "\e276";
}

.nv-icon[data-icon=camera-web]::before {
  content: "\f832";
}

.nv-icon[data-icon=webcam]::before {
  content: "\f832";
}

.nv-icon[data-icon=comment-arrow-down]::before {
  content: "\e143";
}

.nv-icon[data-icon=lightbulb-cfl]::before {
  content: "\e5a6";
}

.nv-icon[data-icon=window-frame-open]::before {
  content: "\e050";
}

.nv-icon[data-icon=face-kiss]::before {
  content: "\f596";
}

.nv-icon[data-icon=kiss]::before {
  content: "\f596";
}

.nv-icon[data-icon=bridge-circle-xmark]::before {
  content: "\e4cb";
}

.nv-icon[data-icon=period]::before {
  content: "\\.";
}

.nv-icon[data-icon=face-grin-tongue]::before {
  content: "\f589";
}

.nv-icon[data-icon=grin-tongue]::before {
  content: "\f589";
}

.nv-icon[data-icon=up-to-dotted-line]::before {
  content: "\e457";
}

.nv-icon[data-icon=thought-bubble]::before {
  content: "\e32e";
}

.nv-icon[data-icon=skeleton-ribs]::before {
  content: "\e5cb";
}

.nv-icon[data-icon=raygun]::before {
  content: "\e025";
}

.nv-icon[data-icon=flute]::before {
  content: "\f8b9";
}

.nv-icon[data-icon=acorn]::before {
  content: "\f6ae";
}

.nv-icon[data-icon=video-arrow-up-right]::before {
  content: "\e2c9";
}

.nv-icon[data-icon=grate-droplet]::before {
  content: "\e194";
}

.nv-icon[data-icon=seal-exclamation]::before {
  content: "\e242";
}

.nv-icon[data-icon=chess-bishop]::before {
  content: "\f43a";
}

.nv-icon[data-icon=message-sms]::before {
  content: "\e1e5";
}

.nv-icon[data-icon=coffee-beans]::before {
  content: "\e13f";
}

.nv-icon[data-icon=hat-witch]::before {
  content: "\f6e7";
}

.nv-icon[data-icon=face-grin-wink]::before {
  content: "\f58c";
}

.nv-icon[data-icon=grin-wink]::before {
  content: "\f58c";
}

.nv-icon[data-icon=clock-three-thirty]::before {
  content: "\e357";
}

.nv-icon[data-icon=ear-deaf]::before {
  content: "\f2a4";
}

.nv-icon[data-icon=deaf]::before {
  content: "\f2a4";
}

.nv-icon[data-icon=deafness]::before {
  content: "\f2a4";
}

.nv-icon[data-icon=hard-of-hearing]::before {
  content: "\f2a4";
}

.nv-icon[data-icon=alarm-clock]::before {
  content: "\f34e";
}

.nv-icon[data-icon=eclipse]::before {
  content: "\f749";
}

.nv-icon[data-icon=face-relieved]::before {
  content: "\e389";
}

.nv-icon[data-icon=road-circle-check]::before {
  content: "\e564";
}

.nv-icon[data-icon=dice-five]::before {
  content: "\f523";
}

.nv-icon[data-icon=octagon-minus]::before {
  content: "\f308";
}

.nv-icon[data-icon=minus-octagon]::before {
  content: "\f308";
}

.nv-icon[data-icon=square-rss]::before {
  content: "\f143";
}

.nv-icon[data-icon=rss-square]::before {
  content: "\f143";
}

.nv-icon[data-icon=face-zany]::before {
  content: "\e3a4";
}

.nv-icon[data-icon=tricycle]::before {
  content: "\e5c3";
}

.nv-icon[data-icon=land-mine-on]::before {
  content: "\e51b";
}

.nv-icon[data-icon=square-arrow-up-left]::before {
  content: "\e263";
}

.nv-icon[data-icon=i-cursor]::before {
  content: "\f246";
}

.nv-icon[data-icon=chart-mixed-up-circle-dollar]::before {
  content: "\e5d9";
}

.nv-icon[data-icon=salt-shaker]::before {
  content: "\e446";
}

.nv-icon[data-icon=stamp]::before {
  content: "\f5bf";
}

.nv-icon[data-icon=file-plus]::before {
  content: "\f319";
}

.nv-icon[data-icon=draw-square]::before {
  content: "\f5ef";
}

.nv-icon[data-icon=toilet-paper-under-slash]::before {
  content: "\e2a1";
}

.nv-icon[data-icon=toilet-paper-reverse-slash]::before {
  content: "\e2a1";
}

.nv-icon[data-icon=stairs]::before {
  content: "\e289";
}

.nv-icon[data-icon=drone-front]::before {
  content: "\f860";
}

.nv-icon[data-icon=drone-alt]::before {
  content: "\f860";
}

.nv-icon[data-icon=glass-empty]::before {
  content: "\e191";
}

.nv-icon[data-icon=dial-high]::before {
  content: "\e15c";
}

.nv-icon[data-icon=user-helmet-safety]::before {
  content: "\f82c";
}

.nv-icon[data-icon=user-construction]::before {
  content: "\f82c";
}

.nv-icon[data-icon=user-hard-hat]::before {
  content: "\f82c";
}

.nv-icon[data-icon=i]::before {
  content: "I";
}

.nv-icon[data-icon=hryvnia-sign]::before {
  content: "\f6f2";
}

.nv-icon[data-icon=hryvnia]::before {
  content: "\f6f2";
}

.nv-icon[data-icon=arrow-down-left-and-arrow-up-right-to-center]::before {
  content: "\e092";
}

.nv-icon[data-icon=pills]::before {
  content: "\f484";
}

.nv-icon[data-icon=face-grin-wide]::before {
  content: "\f581";
}

.nv-icon[data-icon=grin-alt]::before {
  content: "\f581";
}

.nv-icon[data-icon=tooth]::before {
  content: "\f5c9";
}

.nv-icon[data-icon=basketball-hoop]::before {
  content: "\f435";
}

.nv-icon[data-icon=objects-align-bottom]::before {
  content: "\e3bb";
}

.nv-icon[data-icon=v]::before {
  content: "V";
}

.nv-icon[data-icon=sparkles]::before {
  content: "\f890";
}

.nv-icon[data-icon=squid]::before {
  content: "\e450";
}

.nv-icon[data-icon=leafy-green]::before {
  content: "\e41d";
}

.nv-icon[data-icon=circle-arrow-up-right]::before {
  content: "\e0fc";
}

.nv-icon[data-icon=calendars]::before {
  content: "\e0d7";
}

.nv-icon[data-icon=bangladeshi-taka-sign]::before {
  content: "\e2e6";
}

.nv-icon[data-icon=bicycle]::before {
  content: "\f206";
}

.nv-icon[data-icon=hammer-war]::before {
  content: "\f6e4";
}

.nv-icon[data-icon=circle-d]::before {
  content: "\e104";
}

.nv-icon[data-icon=spider-black-widow]::before {
  content: "\f718";
}

.nv-icon[data-icon=staff-snake]::before {
  content: "\e579";
}

.nv-icon[data-icon=rod-asclepius]::before {
  content: "\e579";
}

.nv-icon[data-icon=rod-snake]::before {
  content: "\e579";
}

.nv-icon[data-icon=staff-aesculapius]::before {
  content: "\e579";
}

.nv-icon[data-icon=pear]::before {
  content: "\e20c";
}

.nv-icon[data-icon=head-side-cough-slash]::before {
  content: "\e062";
}

.nv-icon[data-icon=file-mov]::before {
  content: "\e647";
}

.nv-icon[data-icon=triangle]::before {
  content: "\f2ec";
}

.nv-icon[data-icon=apartment]::before {
  content: "\e468";
}

.nv-icon[data-icon=truck-medical]::before {
  content: "\f0f9";
}

.nv-icon[data-icon=ambulance]::before {
  content: "\f0f9";
}

.nv-icon[data-icon=pepper]::before {
  content: "\e432";
}

.nv-icon[data-icon=piano]::before {
  content: "\f8d4";
}

.nv-icon[data-icon=gun-squirt]::before {
  content: "\e19d";
}

.nv-icon[data-icon=wheat-awn-circle-exclamation]::before {
  content: "\e598";
}

.nv-icon[data-icon=snowman]::before {
  content: "\f7d0";
}

.nv-icon[data-icon=user-alien]::before {
  content: "\e04a";
}

.nv-icon[data-icon=shield-check]::before {
  content: "\f2f7";
}

.nv-icon[data-icon=mortar-pestle]::before {
  content: "\f5a7";
}

.nv-icon[data-icon=road-barrier]::before {
  content: "\e562";
}

.nv-icon[data-icon=chart-candlestick]::before {
  content: "\e0e2";
}

.nv-icon[data-icon=briefcase-blank]::before {
  content: "\e0c8";
}

.nv-icon[data-icon=school]::before {
  content: "\f549";
}

.nv-icon[data-icon=igloo]::before {
  content: "\f7ae";
}

.nv-icon[data-icon=bracket-round]::before {
  content: "\\(";
}

.nv-icon[data-icon=parenthesis]::before {
  content: "\\(";
}

.nv-icon[data-icon=joint]::before {
  content: "\f595";
}

.nv-icon[data-icon=horse-saddle]::before {
  content: "\f8c3";
}

.nv-icon[data-icon=mug-marshmallows]::before {
  content: "\f7b7";
}

.nv-icon[data-icon=filters]::before {
  content: "\e17e";
}

.nv-icon[data-icon=bell-on]::before {
  content: "\f8fa";
}

.nv-icon[data-icon=angle-right]::before {
  content: "\f105";
}

.nv-icon[data-icon=dial-med]::before {
  content: "\e15f";
}

.nv-icon[data-icon=horse]::before {
  content: "\f6f0";
}

.nv-icon[data-icon=q]::before {
  content: "Q";
}

.nv-icon[data-icon=monitor-waveform]::before {
  content: "\f611";
}

.nv-icon[data-icon=monitor-heart-rate]::before {
  content: "\f611";
}

.nv-icon[data-icon=link-simple]::before {
  content: "\e1cd";
}

.nv-icon[data-icon=whistle]::before {
  content: "\f460";
}

.nv-icon[data-icon=g]::before {
  content: "G";
}

.nv-icon[data-icon=wine-glass-crack]::before {
  content: "\f4bb";
}

.nv-icon[data-icon=fragile]::before {
  content: "\f4bb";
}

.nv-icon[data-icon=slot-machine]::before {
  content: "\e3ce";
}

.nv-icon[data-icon=notes-medical]::before {
  content: "\f481";
}

.nv-icon[data-icon=car-wash]::before {
  content: "\f5e6";
}

.nv-icon[data-icon=escalator]::before {
  content: "\e171";
}

.nv-icon[data-icon=comment-image]::before {
  content: "\e148";
}

.nv-icon[data-icon=temperature-half]::before {
  content: "\f2c9";
}

.nv-icon[data-icon=temperature-2]::before {
  content: "\f2c9";
}

.nv-icon[data-icon=thermometer-2]::before {
  content: "\f2c9";
}

.nv-icon[data-icon=thermometer-half]::before {
  content: "\f2c9";
}

.nv-icon[data-icon=dong-sign]::before {
  content: "\e169";
}

.nv-icon[data-icon=donut]::before {
  content: "\e406";
}

.nv-icon[data-icon=doughnut]::before {
  content: "\e406";
}

.nv-icon[data-icon=capsules]::before {
  content: "\f46b";
}

.nv-icon[data-icon=poo-storm]::before {
  content: "\f75a";
}

.nv-icon[data-icon=poo-bolt]::before {
  content: "\f75a";
}

.nv-icon[data-icon=tally-1]::before {
  content: "\e294";
}

.nv-icon[data-icon=file-vector]::before {
  content: "\e64c";
}

.nv-icon[data-icon=face-frown-open]::before {
  content: "\f57a";
}

.nv-icon[data-icon=frown-open]::before {
  content: "\f57a";
}

.nv-icon[data-icon=square-dashed]::before {
  content: "\e269";
}

.nv-icon[data-icon=bag-shopping-plus]::before {
  content: "\e651";
}

.nv-icon[data-icon=square-j]::before {
  content: "\e273";
}

.nv-icon[data-icon=hand-point-up]::before {
  content: "\f0a6";
}

.nv-icon[data-icon=money-bill]::before {
  content: "\f0d6";
}

.nv-icon[data-icon=arrow-up-big-small]::before {
  content: "\f88e";
}

.nv-icon[data-icon=sort-size-up]::before {
  content: "\f88e";
}

.nv-icon[data-icon=barcode-read]::before {
  content: "\f464";
}

.nv-icon[data-icon=baguette]::before {
  content: "\e3d8";
}

.nv-icon[data-icon=bowl-soft-serve]::before {
  content: "\e46b";
}

.nv-icon[data-icon=face-holding-back-tears]::before {
  content: "\e482";
}

.nv-icon[data-icon=square-up]::before {
  content: "\f353";
}

.nv-icon[data-icon=arrow-alt-square-up]::before {
  content: "\f353";
}

.nv-icon[data-icon=train-subway-tunnel]::before {
  content: "\e2a3";
}

.nv-icon[data-icon=subway-tunnel]::before {
  content: "\e2a3";
}

.nv-icon[data-icon=square-exclamation]::before {
  content: "\f321";
}

.nv-icon[data-icon=exclamation-square]::before {
  content: "\f321";
}

.nv-icon[data-icon=semicolon]::before {
  content: "\\;";
}

.nv-icon[data-icon=bookmark]::before {
  content: "\f02e";
}

.nv-icon[data-icon=fan-table]::before {
  content: "\e004";
}

.nv-icon[data-icon=align-justify]::before {
  content: "\f039";
}

.nv-icon[data-icon=battery-low]::before {
  content: "\e0b1";
}

.nv-icon[data-icon=battery-1]::before {
  content: "\e0b1";
}

.nv-icon[data-icon=credit-card-front]::before {
  content: "\f38a";
}

.nv-icon[data-icon=brain-arrow-curved-right]::before {
  content: "\f677";
}

.nv-icon[data-icon=mind-share]::before {
  content: "\f677";
}

.nv-icon[data-icon=umbrella-beach]::before {
  content: "\f5ca";
}

.nv-icon[data-icon=helmet-un]::before {
  content: "\e503";
}

.nv-icon[data-icon=location-smile]::before {
  content: "\f60d";
}

.nv-icon[data-icon=map-marker-smile]::before {
  content: "\f60d";
}

.nv-icon[data-icon=arrow-left-to-line]::before {
  content: "\f33e";
}

.nv-icon[data-icon=arrow-to-left]::before {
  content: "\f33e";
}

.nv-icon[data-icon=bullseye]::before {
  content: "\f140";
}

.nv-icon[data-icon=sushi]::before {
  content: "\e48a";
}

.nv-icon[data-icon=nigiri]::before {
  content: "\e48a";
}

.nv-icon[data-icon=message-captions]::before {
  content: "\e1de";
}

.nv-icon[data-icon=comment-alt-captions]::before {
  content: "\e1de";
}

.nv-icon[data-icon=trash-list]::before {
  content: "\e2b1";
}

.nv-icon[data-icon=bacon]::before {
  content: "\f7e5";
}

.nv-icon[data-icon=option]::before {
  content: "\e318";
}

.nv-icon[data-icon=raccoon]::before {
  content: "\e613";
}

.nv-icon[data-icon=hand-point-down]::before {
  content: "\f0a7";
}

.nv-icon[data-icon=arrow-up-from-bracket]::before {
  content: "\e09a";
}

.nv-icon[data-icon=head-side-gear]::before {
  content: "\e611";
}

.nv-icon[data-icon=trash-plus]::before {
  content: "\e2b2";
}

.nv-icon[data-icon=objects-align-top]::before {
  content: "\e3c0";
}

.nv-icon[data-icon=folder]::before {
  content: "\f07b";
}

.nv-icon[data-icon=folder-blank]::before {
  content: "\f07b";
}

.nv-icon[data-icon=face-anxious-sweat]::before {
  content: "\e36a";
}

.nv-icon[data-icon=credit-card-blank]::before {
  content: "\f389";
}

.nv-icon[data-icon=file-waveform]::before {
  content: "\f478";
}

.nv-icon[data-icon=file-medical-alt]::before {
  content: "\f478";
}

.nv-icon[data-icon=microchip-ai]::before {
  content: "\e1ec";
}

.nv-icon[data-icon=mug]::before {
  content: "\f874";
}

.nv-icon[data-icon=plane-up-slash]::before {
  content: "\e22e";
}

.nv-icon[data-icon=radiation]::before {
  content: "\f7b9";
}

.nv-icon[data-icon=pen-circle]::before {
  content: "\e20e";
}

.nv-icon[data-icon=bag-seedling]::before {
  content: "\e5f2";
}

.nv-icon[data-icon=chart-simple]::before {
  content: "\e473";
}

.nv-icon[data-icon=crutches]::before {
  content: "\f7f8";
}

.nv-icon[data-icon=circle-parking]::before {
  content: "\f615";
}

.nv-icon[data-icon=parking-circle]::before {
  content: "\f615";
}

.nv-icon[data-icon=mars-stroke]::before {
  content: "\f229";
}

.nv-icon[data-icon=leaf-oak]::before {
  content: "\f6f7";
}

.nv-icon[data-icon=square-bolt]::before {
  content: "\e265";
}

.nv-icon[data-icon=vial]::before {
  content: "\f492";
}

.nv-icon[data-icon=gauge]::before {
  content: "\f624";
}

.nv-icon[data-icon=dashboard]::before {
  content: "\f624";
}

.nv-icon[data-icon=gauge-med]::before {
  content: "\f624";
}

.nv-icon[data-icon=tachometer-alt-average]::before {
  content: "\f624";
}

.nv-icon[data-icon=wand-magic-sparkles]::before {
  content: "\e2ca";
}

.nv-icon[data-icon=magic-wand-sparkles]::before {
  content: "\e2ca";
}

.nv-icon[data-icon=lambda]::before {
  content: "\f66e";
}

.nv-icon[data-icon=e]::before {
  content: "E";
}

.nv-icon[data-icon=pizza]::before {
  content: "\f817";
}

.nv-icon[data-icon=bowl-chopsticks-noodles]::before {
  content: "\e2ea";
}

.nv-icon[data-icon=h3]::before {
  content: "\f315";
}

.nv-icon[data-icon=pen-clip]::before {
  content: "\f305";
}

.nv-icon[data-icon=pen-alt]::before {
  content: "\f305";
}

.nv-icon[data-icon=bridge-circle-exclamation]::before {
  content: "\e4ca";
}

.nv-icon[data-icon=badge-percent]::before {
  content: "\f646";
}

.nv-icon[data-icon=rotate-reverse]::before {
  content: "\e631";
}

.nv-icon[data-icon=user]::before {
  content: "\f007";
}

.nv-icon[data-icon=sensor]::before {
  content: "\e028";
}

.nv-icon[data-icon=comma]::before {
  content: "\\,";
}

.nv-icon[data-icon=school-circle-check]::before {
  content: "\e56b";
}

.nv-icon[data-icon=toilet-paper-under]::before {
  content: "\e2a0";
}

.nv-icon[data-icon=toilet-paper-reverse]::before {
  content: "\e2a0";
}

.nv-icon[data-icon=light-emergency]::before {
  content: "\e41f";
}

.nv-icon[data-icon=arrow-down-to-arc]::before {
  content: "\e4ae";
}

.nv-icon[data-icon=dumpster]::before {
  content: "\f793";
}

.nv-icon[data-icon=van-shuttle]::before {
  content: "\f5b6";
}

.nv-icon[data-icon=shuttle-van]::before {
  content: "\f5b6";
}

.nv-icon[data-icon=building-user]::before {
  content: "\e4da";
}

.nv-icon[data-icon=light-switch]::before {
  content: "\e017";
}

.nv-icon[data-icon=square-caret-left]::before {
  content: "\f191";
}

.nv-icon[data-icon=caret-square-left]::before {
  content: "\f191";
}

.nv-icon[data-icon=highlighter]::before {
  content: "\f591";
}

.nv-icon[data-icon=wave-pulse]::before {
  content: "\f5f8";
}

.nv-icon[data-icon=heart-rate]::before {
  content: "\f5f8";
}

.nv-icon[data-icon=key]::before {
  content: "\f084";
}

.nv-icon[data-icon=hat-santa]::before {
  content: "\f7a7";
}

.nv-icon[data-icon=tamale]::before {
  content: "\e451";
}

.nv-icon[data-icon=box-check]::before {
  content: "\f467";
}

.nv-icon[data-icon=bullhorn]::before {
  content: "\f0a1";
}

.nv-icon[data-icon=steak]::before {
  content: "\f824";
}

.nv-icon[data-icon=location-crosshairs-slash]::before {
  content: "\f603";
}

.nv-icon[data-icon=location-slash]::before {
  content: "\f603";
}

.nv-icon[data-icon=person-dolly]::before {
  content: "\f4d0";
}

.nv-icon[data-icon=globe]::before {
  content: "\f0ac";
}

.nv-icon[data-icon=synagogue]::before {
  content: "\f69b";
}

.nv-icon[data-icon=file-chart-column]::before {
  content: "\f659";
}

.nv-icon[data-icon=file-chart-line]::before {
  content: "\f659";
}

.nv-icon[data-icon=person-half-dress]::before {
  content: "\e548";
}

.nv-icon[data-icon=folder-image]::before {
  content: "\e18a";
}

.nv-icon[data-icon=calendar-pen]::before {
  content: "\f333";
}

.nv-icon[data-icon=calendar-edit]::before {
  content: "\f333";
}

.nv-icon[data-icon=road-bridge]::before {
  content: "\e563";
}

.nv-icon[data-icon=face-smile-tear]::before {
  content: "\e393";
}

.nv-icon[data-icon=message-plus]::before {
  content: "\f4a8";
}

.nv-icon[data-icon=comment-alt-plus]::before {
  content: "\f4a8";
}

.nv-icon[data-icon=location-arrow]::before {
  content: "\f124";
}

.nv-icon[data-icon=c]::before {
  content: "C";
}

.nv-icon[data-icon=tablet-button]::before {
  content: "\f10a";
}

.nv-icon[data-icon=person-dress-fairy]::before {
  content: "\e607";
}

.nv-icon[data-icon=rectangle-history-circle-user]::before {
  content: "\e4a4";
}

.nv-icon[data-icon=building-lock]::before {
  content: "\e4d6";
}

.nv-icon[data-icon=chart-line-up]::before {
  content: "\e0e5";
}

.nv-icon[data-icon=mailbox]::before {
  content: "\f813";
}

.nv-icon[data-icon=sign-posts]::before {
  content: "\e625";
}

.nv-icon[data-icon=truck-bolt]::before {
  content: "\e3d0";
}

.nv-icon[data-icon=pizza-slice]::before {
  content: "\f818";
}

.nv-icon[data-icon=money-bill-wave]::before {
  content: "\f53a";
}

.nv-icon[data-icon=chart-area]::before {
  content: "\f1fe";
}

.nv-icon[data-icon=area-chart]::before {
  content: "\f1fe";
}

.nv-icon[data-icon=house-flag]::before {
  content: "\e50d";
}

.nv-icon[data-icon=circle-three-quarters-stroke]::before {
  content: "\e5d4";
}

.nv-icon[data-icon=person-circle-minus]::before {
  content: "\e540";
}

.nv-icon[data-icon=scalpel]::before {
  content: "\f61d";
}

.nv-icon[data-icon=ban]::before {
  content: "\f05e";
}

.nv-icon[data-icon=cancel]::before {
  content: "\f05e";
}

.nv-icon[data-icon=bell-exclamation]::before {
  content: "\f848";
}

.nv-icon[data-icon=circle-bookmark]::before {
  content: "\e100";
}

.nv-icon[data-icon=bookmark-circle]::before {
  content: "\e100";
}

.nv-icon[data-icon=egg-fried]::before {
  content: "\f7fc";
}

.nv-icon[data-icon=face-weary]::before {
  content: "\e3a1";
}

.nv-icon[data-icon=uniform-martial-arts]::before {
  content: "\e3d1";
}

.nv-icon[data-icon=camera-rotate]::before {
  content: "\e0d8";
}

.nv-icon[data-icon=sun-dust]::before {
  content: "\f764";
}

.nv-icon[data-icon=comment-text]::before {
  content: "\e14d";
}

.nv-icon[data-icon=spray-can-sparkles]::before {
  content: "\f5d0";
}

.nv-icon[data-icon=air-freshener]::before {
  content: "\f5d0";
}

.nv-icon[data-icon=signal-bars]::before {
  content: "\f690";
}

.nv-icon[data-icon=signal-alt]::before {
  content: "\f690";
}

.nv-icon[data-icon=signal-alt-4]::before {
  content: "\f690";
}

.nv-icon[data-icon=signal-bars-strong]::before {
  content: "\f690";
}

.nv-icon[data-icon=diamond-exclamation]::before {
  content: "\e405";
}

.nv-icon[data-icon=star]::before {
  content: "\f005";
}

.nv-icon[data-icon=dial-min]::before {
  content: "\e161";
}

.nv-icon[data-icon=repeat]::before {
  content: "\f363";
}

.nv-icon[data-icon=cross]::before {
  content: "\f654";
}

.nv-icon[data-icon=page-caret-down]::before {
  content: "\e429";
}

.nv-icon[data-icon=file-caret-down]::before {
  content: "\e429";
}

.nv-icon[data-icon=box]::before {
  content: "\f466";
}

.nv-icon[data-icon=venus-mars]::before {
  content: "\f228";
}

.nv-icon[data-icon=clock-seven-thirty]::before {
  content: "\e351";
}

.nv-icon[data-icon=arrow-pointer]::before {
  content: "\f245";
}

.nv-icon[data-icon=mouse-pointer]::before {
  content: "\f245";
}

.nv-icon[data-icon=clock-four-thirty]::before {
  content: "\e34b";
}

.nv-icon[data-icon=signal-bars-good]::before {
  content: "\f693";
}

.nv-icon[data-icon=signal-alt-3]::before {
  content: "\f693";
}

.nv-icon[data-icon=cactus]::before {
  content: "\f8a7";
}

.nv-icon[data-icon=lightbulb-gear]::before {
  content: "\e5fd";
}

.nv-icon[data-icon=maximize]::before {
  content: "\f31e";
}

.nv-icon[data-icon=expand-arrows-alt]::before {
  content: "\f31e";
}

.nv-icon[data-icon=charging-station]::before {
  content: "\f5e7";
}

.nv-icon[data-icon=shapes]::before {
  content: "\f61f";
}

.nv-icon[data-icon=triangle-circle-square]::before {
  content: "\f61f";
}

.nv-icon[data-icon=plane-tail]::before {
  content: "\e22c";
}

.nv-icon[data-icon=gauge-simple-max]::before {
  content: "\f62b";
}

.nv-icon[data-icon=tachometer-fastest]::before {
  content: "\f62b";
}

.nv-icon[data-icon=circle-u]::before {
  content: "\e127";
}

.nv-icon[data-icon=shield-slash]::before {
  content: "\e24b";
}

.nv-icon[data-icon=square-phone-hangup]::before {
  content: "\e27a";
}

.nv-icon[data-icon=phone-square-down]::before {
  content: "\e27a";
}

.nv-icon[data-icon=arrow-up-left]::before {
  content: "\e09d";
}

.nv-icon[data-icon=transporter-1]::before {
  content: "\e043";
}

.nv-icon[data-icon=peanuts]::before {
  content: "\e431";
}

.nv-icon[data-icon=shuffle]::before {
  content: "\f074";
}

.nv-icon[data-icon=random]::before {
  content: "\f074";
}

.nv-icon[data-icon=person-running]::before {
  content: "\f70c";
}

.nv-icon[data-icon=running]::before {
  content: "\f70c";
}

.nv-icon[data-icon=mobile-retro]::before {
  content: "\e527";
}

.nv-icon[data-icon=grip-lines-vertical]::before {
  content: "\f7a5";
}

.nv-icon[data-icon=bin-bottles-recycle]::before {
  content: "\e5f6";
}

.nv-icon[data-icon=arrow-up-from-square]::before {
  content: "\e09c";
}

.nv-icon[data-icon=file-dashed-line]::before {
  content: "\f877";
}

.nv-icon[data-icon=page-break]::before {
  content: "\f877";
}

.nv-icon[data-icon=bracket-curly-right]::before {
  content: "\\}";
}

.nv-icon[data-icon=spider]::before {
  content: "\f717";
}

.nv-icon[data-icon=clock-three]::before {
  content: "\e356";
}

.nv-icon[data-icon=hands-bound]::before {
  content: "\e4f9";
}

.nv-icon[data-icon=scalpel-line-dashed]::before {
  content: "\f61e";
}

.nv-icon[data-icon=scalpel-path]::before {
  content: "\f61e";
}

.nv-icon[data-icon=file-invoice-dollar]::before {
  content: "\f571";
}

.nv-icon[data-icon=pipe-smoking]::before {
  content: "\e3c4";
}

.nv-icon[data-icon=face-astonished]::before {
  content: "\e36b";
}

.nv-icon[data-icon=window]::before {
  content: "\f40e";
}

.nv-icon[data-icon=plane-circle-exclamation]::before {
  content: "\e556";
}

.nv-icon[data-icon=ear]::before {
  content: "\f5f0";
}

.nv-icon[data-icon=file-lock]::before {
  content: "\e3a6";
}

.nv-icon[data-icon=diagram-venn]::before {
  content: "\e15a";
}

.nv-icon[data-icon=x-ray]::before {
  content: "\f497";
}

.nv-icon[data-icon=goal-net]::before {
  content: "\e3ab";
}

.nv-icon[data-icon=coffin-cross]::before {
  content: "\e051";
}

.nv-icon[data-icon=spell-check]::before {
  content: "\f891";
}

.nv-icon[data-icon=location-xmark]::before {
  content: "\f60e";
}

.nv-icon[data-icon=map-marker-times]::before {
  content: "\f60e";
}

.nv-icon[data-icon=map-marker-xmark]::before {
  content: "\f60e";
}

.nv-icon[data-icon=circle-quarter-stroke]::before {
  content: "\e5d3";
}

.nv-icon[data-icon=lasso]::before {
  content: "\f8c8";
}

.nv-icon[data-icon=slash]::before {
  content: "\f715";
}

.nv-icon[data-icon=person-to-portal]::before {
  content: "\e022";
}

.nv-icon[data-icon=portal-enter]::before {
  content: "\e022";
}

.nv-icon[data-icon=calendar-star]::before {
  content: "\f736";
}

.nv-icon[data-icon=computer-mouse]::before {
  content: "\f8cc";
}

.nv-icon[data-icon=mouse]::before {
  content: "\f8cc";
}

.nv-icon[data-icon=arrow-right-to-bracket]::before {
  content: "\f090";
}

.nv-icon[data-icon=sign-in]::before {
  content: "\f090";
}

.nv-icon[data-icon=pegasus]::before {
  content: "\f703";
}

.nv-icon[data-icon=files-medical]::before {
  content: "\f7fd";
}

.nv-icon[data-icon=cannon]::before {
  content: "\e642";
}

.nv-icon[data-icon=nfc-lock]::before {
  content: "\e1f8";
}

.nv-icon[data-icon=person-ski-lift]::before {
  content: "\f7c8";
}

.nv-icon[data-icon=ski-lift]::before {
  content: "\f7c8";
}

.nv-icon[data-icon=square-6]::before {
  content: "\e25b";
}

.nv-icon[data-icon=shop-slash]::before {
  content: "\e070";
}

.nv-icon[data-icon=store-alt-slash]::before {
  content: "\e070";
}

.nv-icon[data-icon=wind-turbine]::before {
  content: "\f89b";
}

.nv-icon[data-icon=sliders-simple]::before {
  content: "\e253";
}

.nv-icon[data-icon=grid-round]::before {
  content: "\e5da";
}

.nv-icon[data-icon=badge-sheriff]::before {
  content: "\f8a2";
}

.nv-icon[data-icon=server]::before {
  content: "\f233";
}

.nv-icon[data-icon=virus-covid-slash]::before {
  content: "\e4a9";
}

.nv-icon[data-icon=intersection]::before {
  content: "\f668";
}

.nv-icon[data-icon=shop-lock]::before {
  content: "\e4a5";
}

.nv-icon[data-icon=family]::before {
  content: "\e300";
}

.nv-icon[data-icon=hourglass-start]::before {
  content: "\f251";
}

.nv-icon[data-icon=hourglass-1]::before {
  content: "\f251";
}

.nv-icon[data-icon=user-hair-buns]::before {
  content: "\e3d3";
}

.nv-icon[data-icon=blender-phone]::before {
  content: "\f6b6";
}

.nv-icon[data-icon=hourglass-clock]::before {
  content: "\e41b";
}

.nv-icon[data-icon=person-seat-reclined]::before {
  content: "\e21f";
}

.nv-icon[data-icon=paper-plane-top]::before {
  content: "\e20a";
}

.nv-icon[data-icon=paper-plane-alt]::before {
  content: "\e20a";
}

.nv-icon[data-icon=send]::before {
  content: "\e20a";
}

.nv-icon[data-icon=message-arrow-up]::before {
  content: "\e1dc";
}

.nv-icon[data-icon=comment-alt-arrow-up]::before {
  content: "\e1dc";
}

.nv-icon[data-icon=lightbulb-exclamation]::before {
  content: "\f671";
}

.nv-icon[data-icon=layer-minus]::before {
  content: "\f5fe";
}

.nv-icon[data-icon=layer-group-minus]::before {
  content: "\f5fe";
}

.nv-icon[data-icon=chart-pie-simple-circle-currency]::before {
  content: "\e604";
}

.nv-icon[data-icon=circle-e]::before {
  content: "\e109";
}

.nv-icon[data-icon=building-wheat]::before {
  content: "\e4db";
}

.nv-icon[data-icon=gauge-max]::before {
  content: "\f626";
}

.nv-icon[data-icon=tachometer-alt-fastest]::before {
  content: "\f626";
}

.nv-icon[data-icon=person-breastfeeding]::before {
  content: "\e53a";
}

.nv-icon[data-icon=apostrophe]::before {
  content: "\\'";
}

.nv-icon[data-icon=file-png]::before {
  content: "\e666";
}

.nv-icon[data-icon=fire-hydrant]::before {
  content: "\e17f";
}

.nv-icon[data-icon=right-to-bracket]::before {
  content: "\f2f6";
}

.nv-icon[data-icon=sign-in-alt]::before {
  content: "\f2f6";
}

.nv-icon[data-icon=video-plus]::before {
  content: "\f4e1";
}

.nv-icon[data-icon=square-right]::before {
  content: "\f352";
}

.nv-icon[data-icon=arrow-alt-square-right]::before {
  content: "\f352";
}

.nv-icon[data-icon=comment-smile]::before {
  content: "\f4b4";
}

.nv-icon[data-icon=venus]::before {
  content: "\f221";
}

.nv-icon[data-icon=passport]::before {
  content: "\f5ab";
}

.nv-icon[data-icon=inbox-in]::before {
  content: "\f310";
}

.nv-icon[data-icon=inbox-arrow-down]::before {
  content: "\f310";
}

.nv-icon[data-icon=heart-pulse]::before {
  content: "\f21e";
}

.nv-icon[data-icon=heartbeat]::before {
  content: "\f21e";
}

.nv-icon[data-icon=circle-8]::before {
  content: "\e0f5";
}

.nv-icon[data-icon=clouds-moon]::before {
  content: "\f745";
}

.nv-icon[data-icon=clock-ten-thirty]::before {
  content: "\e355";
}

.nv-icon[data-icon=people-carry-box]::before {
  content: "\f4ce";
}

.nv-icon[data-icon=people-carry]::before {
  content: "\f4ce";
}

.nv-icon[data-icon=folder-user]::before {
  content: "\e18e";
}

.nv-icon[data-icon=trash-can-xmark]::before {
  content: "\e2ae";
}

.nv-icon[data-icon=temperature-high]::before {
  content: "\f769";
}

.nv-icon[data-icon=microchip]::before {
  content: "\f2db";
}

.nv-icon[data-icon=left-long-to-line]::before {
  content: "\e41e";
}

.nv-icon[data-icon=crown]::before {
  content: "\f521";
}

.nv-icon[data-icon=weight-hanging]::before {
  content: "\f5cd";
}

.nv-icon[data-icon=xmarks-lines]::before {
  content: "\e59a";
}

.nv-icon[data-icon=file-prescription]::before {
  content: "\f572";
}

.nv-icon[data-icon=calendar-range]::before {
  content: "\e0d6";
}

.nv-icon[data-icon=flower-daffodil]::before {
  content: "\f800";
}

.nv-icon[data-icon=hand-back-point-up]::before {
  content: "\e1a2";
}

.nv-icon[data-icon=weight-scale]::before {
  content: "\f496";
}

.nv-icon[data-icon=weight]::before {
  content: "\f496";
}

.nv-icon[data-icon=arrow-up-to-arc]::before {
  content: "\e617";
}

.nv-icon[data-icon=star-exclamation]::before {
  content: "\f2f3";
}

.nv-icon[data-icon=books]::before {
  content: "\f5db";
}

.nv-icon[data-icon=user-group]::before {
  content: "\f500";
}

.nv-icon[data-icon=user-friends]::before {
  content: "\f500";
}

.nv-icon[data-icon=arrow-up-a-z]::before {
  content: "\f15e";
}

.nv-icon[data-icon=sort-alpha-up]::before {
  content: "\f15e";
}

.nv-icon[data-icon=layer-plus]::before {
  content: "\f5ff";
}

.nv-icon[data-icon=layer-group-plus]::before {
  content: "\f5ff";
}

.nv-icon[data-icon=play-pause]::before {
  content: "\e22f";
}

.nv-icon[data-icon=block-question]::before {
  content: "\e3dd";
}

.nv-icon[data-icon=snooze]::before {
  content: "\f880";
}

.nv-icon[data-icon=zzz]::before {
  content: "\f880";
}

.nv-icon[data-icon=scanner-image]::before {
  content: "\f8f3";
}

.nv-icon[data-icon=tv-retro]::before {
  content: "\f401";
}

.nv-icon[data-icon=square-t]::before {
  content: "\e280";
}

.nv-icon[data-icon=farm]::before {
  content: "\f864";
}

.nv-icon[data-icon=barn-silo]::before {
  content: "\f864";
}

.nv-icon[data-icon=chess-knight]::before {
  content: "\f441";
}

.nv-icon[data-icon=bars-sort]::before {
  content: "\e0ae";
}

.nv-icon[data-icon=pallet-boxes]::before {
  content: "\f483";
}

.nv-icon[data-icon=palette-boxes]::before {
  content: "\f483";
}

.nv-icon[data-icon=pallet-alt]::before {
  content: "\f483";
}

.nv-icon[data-icon=face-laugh-squint]::before {
  content: "\f59b";
}

.nv-icon[data-icon=laugh-squint]::before {
  content: "\f59b";
}

.nv-icon[data-icon=code-simple]::before {
  content: "\e13d";
}

.nv-icon[data-icon=bolt-slash]::before {
  content: "\e0b8";
}

.nv-icon[data-icon=panel-fire]::before {
  content: "\e42f";
}

.nv-icon[data-icon=binary-circle-check]::before {
  content: "\e33c";
}

.nv-icon[data-icon=comment-minus]::before {
  content: "\f4b1";
}

.nv-icon[data-icon=burrito]::before {
  content: "\f7ed";
}

.nv-icon[data-icon=violin]::before {
  content: "\f8ed";
}

.nv-icon[data-icon=objects-column]::before {
  content: "\e3c1";
}

.nv-icon[data-icon=square-chevron-down]::before {
  content: "\f329";
}

.nv-icon[data-icon=chevron-square-down]::before {
  content: "\f329";
}

.nv-icon[data-icon=comment-plus]::before {
  content: "\f4b2";
}

.nv-icon[data-icon=triangle-instrument]::before {
  content: "\f8e2";
}

.nv-icon[data-icon=triangle-music]::before {
  content: "\f8e2";
}

.nv-icon[data-icon=wheelchair]::before {
  content: "\f193";
}

.nv-icon[data-icon=user-pilot-tie]::before {
  content: "\e2c1";
}

.nv-icon[data-icon=piano-keyboard]::before {
  content: "\f8d5";
}

.nv-icon[data-icon=bed-empty]::before {
  content: "\f8f9";
}

.nv-icon[data-icon=circle-arrow-up]::before {
  content: "\f0aa";
}

.nv-icon[data-icon=arrow-circle-up]::before {
  content: "\f0aa";
}

.nv-icon[data-icon=toggle-on]::before {
  content: "\f205";
}

.nv-icon[data-icon=rectangle-vertical]::before {
  content: "\f2fb";
}

.nv-icon[data-icon=rectangle-portrait]::before {
  content: "\f2fb";
}

.nv-icon[data-icon=person-walking]::before {
  content: "\f554";
}

.nv-icon[data-icon=walking]::before {
  content: "\f554";
}

.nv-icon[data-icon=l]::before {
  content: "L";
}

.nv-icon[data-icon=signal-stream]::before {
  content: "\f8dd";
}

.nv-icon[data-icon=down-to-bracket]::before {
  content: "\e4e7";
}

.nv-icon[data-icon=circle-z]::before {
  content: "\e130";
}

.nv-icon[data-icon=stars]::before {
  content: "\f762";
}

.nv-icon[data-icon=fire]::before {
  content: "\f06d";
}

.nv-icon[data-icon=bed-pulse]::before {
  content: "\f487";
}

.nv-icon[data-icon=procedures]::before {
  content: "\f487";
}

.nv-icon[data-icon=house-day]::before {
  content: "\e00e";
}

.nv-icon[data-icon=shuttle-space]::before {
  content: "\f197";
}

.nv-icon[data-icon=space-shuttle]::before {
  content: "\f197";
}

.nv-icon[data-icon=shirt-long-sleeve]::before {
  content: "\e3c7";
}

.nv-icon[data-icon=chart-pie-simple]::before {
  content: "\f64e";
}

.nv-icon[data-icon=chart-pie-alt]::before {
  content: "\f64e";
}

.nv-icon[data-icon=face-laugh]::before {
  content: "\f599";
}

.nv-icon[data-icon=laugh]::before {
  content: "\f599";
}

.nv-icon[data-icon=folder-open]::before {
  content: "\f07c";
}

.nv-icon[data-icon=album-collection-circle-user]::before {
  content: "\e48f";
}

.nv-icon[data-icon=candy]::before {
  content: "\e3e7";
}

.nv-icon[data-icon=bowl-hot]::before {
  content: "\f823";
}

.nv-icon[data-icon=soup]::before {
  content: "\f823";
}

.nv-icon[data-icon=flatbread]::before {
  content: "\e40b";
}

.nv-icon[data-icon=heart-circle-plus]::before {
  content: "\e500";
}

.nv-icon[data-icon=code-fork]::before {
  content: "\e13b";
}

.nv-icon[data-icon=city]::before {
  content: "\f64f";
}

.nv-icon[data-icon=signal-bars-weak]::before {
  content: "\f691";
}

.nv-icon[data-icon=signal-alt-1]::before {
  content: "\f691";
}

.nv-icon[data-icon=microphone-lines]::before {
  content: "\f3c9";
}

.nv-icon[data-icon=microphone-alt]::before {
  content: "\f3c9";
}

.nv-icon[data-icon=clock-twelve]::before {
  content: "\e358";
}

.nv-icon[data-icon=pepper-hot]::before {
  content: "\f816";
}

.nv-icon[data-icon=citrus-slice]::before {
  content: "\e2f5";
}

.nv-icon[data-icon=sheep]::before {
  content: "\f711";
}

.nv-icon[data-icon=unlock]::before {
  content: "\f09c";
}

.nv-icon[data-icon=colon-sign]::before {
  content: "\e140";
}

.nv-icon[data-icon=headset]::before {
  content: "\f590";
}

.nv-icon[data-icon=badger-honey]::before {
  content: "\f6b4";
}

.nv-icon[data-icon=h4]::before {
  content: "\f86a";
}

.nv-icon[data-icon=store-slash]::before {
  content: "\e071";
}

.nv-icon[data-icon=road-circle-xmark]::before {
  content: "\e566";
}

.nv-icon[data-icon=signal-slash]::before {
  content: "\f695";
}

.nv-icon[data-icon=user-minus]::before {
  content: "\f503";
}

.nv-icon[data-icon=mars-stroke-up]::before {
  content: "\f22a";
}

.nv-icon[data-icon=mars-stroke-v]::before {
  content: "\f22a";
}

.nv-icon[data-icon=champagne-glasses]::before {
  content: "\f79f";
}

.nv-icon[data-icon=glass-cheers]::before {
  content: "\f79f";
}

.nv-icon[data-icon=taco]::before {
  content: "\f826";
}

.nv-icon[data-icon=hexagon-plus]::before {
  content: "\f300";
}

.nv-icon[data-icon=plus-hexagon]::before {
  content: "\f300";
}

.nv-icon[data-icon=clipboard]::before {
  content: "\f328";
}

.nv-icon[data-icon=house-circle-exclamation]::before {
  content: "\e50a";
}

.nv-icon[data-icon=file-arrow-up]::before {
  content: "\f574";
}

.nv-icon[data-icon=file-upload]::before {
  content: "\f574";
}

.nv-icon[data-icon=wifi]::before {
  content: "\f1eb";
}

.nv-icon[data-icon=wifi-3]::before {
  content: "\f1eb";
}

.nv-icon[data-icon=wifi-strong]::before {
  content: "\f1eb";
}

.nv-icon[data-icon=messages]::before {
  content: "\f4b6";
}

.nv-icon[data-icon=comments-alt]::before {
  content: "\f4b6";
}

.nv-icon[data-icon=bath]::before {
  content: "\f2cd";
}

.nv-icon[data-icon=bathtub]::before {
  content: "\f2cd";
}

.nv-icon[data-icon=umbrella-simple]::before {
  content: "\e2bc";
}

.nv-icon[data-icon=umbrella-alt]::before {
  content: "\e2bc";
}

.nv-icon[data-icon=rectangle-history-circle-plus]::before {
  content: "\e4a3";
}

.nv-icon[data-icon=underline]::before {
  content: "\f0cd";
}

.nv-icon[data-icon=prescription-bottle-pill]::before {
  content: "\e5c0";
}

.nv-icon[data-icon=user-pen]::before {
  content: "\f4ff";
}

.nv-icon[data-icon=user-edit]::before {
  content: "\f4ff";
}

.nv-icon[data-icon=binary-slash]::before {
  content: "\e33e";
}

.nv-icon[data-icon=square-o]::before {
  content: "\e278";
}

.nv-icon[data-icon=signature]::before {
  content: "\f5b7";
}

.nv-icon[data-icon=stroopwafel]::before {
  content: "\f551";
}

.nv-icon[data-icon=bold]::before {
  content: "\f032";
}

.nv-icon[data-icon=anchor-lock]::before {
  content: "\e4ad";
}

.nv-icon[data-icon=building-ngo]::before {
  content: "\e4d7";
}

.nv-icon[data-icon=transporter-3]::before {
  content: "\e045";
}

.nv-icon[data-icon=engine-warning]::before {
  content: "\f5f2";
}

.nv-icon[data-icon=engine-exclamation]::before {
  content: "\f5f2";
}

.nv-icon[data-icon=circle-down-right]::before {
  content: "\e108";
}

.nv-icon[data-icon=square-k]::before {
  content: "\e274";
}

.nv-icon[data-icon=manat-sign]::before {
  content: "\e1d5";
}

.nv-icon[data-icon=money-check-pen]::before {
  content: "\f872";
}

.nv-icon[data-icon=money-check-edit]::before {
  content: "\f872";
}

.nv-icon[data-icon=not-equal]::before {
  content: "\f53e";
}

.nv-icon[data-icon=border-top-left]::before {
  content: "\f853";
}

.nv-icon[data-icon=border-style]::before {
  content: "\f853";
}

.nv-icon[data-icon=map-location-dot]::before {
  content: "\f5a0";
}

.nv-icon[data-icon=map-marked-alt]::before {
  content: "\f5a0";
}

.nv-icon[data-icon=tilde]::before {
  content: "\\~";
}

.nv-icon[data-icon=jedi]::before {
  content: "\f669";
}

.nv-icon[data-icon=square-poll-vertical]::before {
  content: "\f681";
}

.nv-icon[data-icon=poll]::before {
  content: "\f681";
}

.nv-icon[data-icon=arrow-down-square-triangle]::before {
  content: "\f889";
}

.nv-icon[data-icon=sort-shapes-down-alt]::before {
  content: "\f889";
}

.nv-icon[data-icon=mug-hot]::before {
  content: "\f7b6";
}

.nv-icon[data-icon=dog-leashed]::before {
  content: "\f6d4";
}

.nv-icon[data-icon=car-battery]::before {
  content: "\f5df";
}

.nv-icon[data-icon=battery-car]::before {
  content: "\f5df";
}

.nv-icon[data-icon=face-downcast-sweat]::before {
  content: "\e371";
}

.nv-icon[data-icon=mailbox-flag-up]::before {
  content: "\e5bb";
}

.nv-icon[data-icon=memo-circle-info]::before {
  content: "\e49a";
}

.nv-icon[data-icon=gift]::before {
  content: "\f06b";
}

.nv-icon[data-icon=dice-two]::before {
  content: "\f528";
}

.nv-icon[data-icon=volume]::before {
  content: "\f6a8";
}

.nv-icon[data-icon=volume-medium]::before {
  content: "\f6a8";
}

.nv-icon[data-icon=transporter-5]::before {
  content: "\e2a6";
}

.nv-icon[data-icon=gauge-circle-bolt]::before {
  content: "\e496";
}

.nv-icon[data-icon=coin-front]::before {
  content: "\e3fc";
}

.nv-icon[data-icon=file-slash]::before {
  content: "\e3a7";
}

.nv-icon[data-icon=message-arrow-up-right]::before {
  content: "\e1dd";
}

.nv-icon[data-icon=treasure-chest]::before {
  content: "\f723";
}

.nv-icon[data-icon=chess-queen]::before {
  content: "\f445";
}

.nv-icon[data-icon=paintbrush-fine]::before {
  content: "\f5a9";
}

.nv-icon[data-icon=paint-brush-alt]::before {
  content: "\f5a9";
}

.nv-icon[data-icon=paint-brush-fine]::before {
  content: "\f5a9";
}

.nv-icon[data-icon=paintbrush-alt]::before {
  content: "\f5a9";
}

.nv-icon[data-icon=glasses]::before {
  content: "\f530";
}

.nv-icon[data-icon=hood-cloak]::before {
  content: "\f6ef";
}

.nv-icon[data-icon=square-quote]::before {
  content: "\e329";
}

.nv-icon[data-icon=up-left]::before {
  content: "\e2bd";
}

.nv-icon[data-icon=bring-front]::before {
  content: "\f857";
}

.nv-icon[data-icon=chess-board]::before {
  content: "\f43c";
}

.nv-icon[data-icon=burger-cheese]::before {
  content: "\f7f1";
}

.nv-icon[data-icon=cheeseburger]::before {
  content: "\f7f1";
}

.nv-icon[data-icon=building-circle-check]::before {
  content: "\e4d2";
}

.nv-icon[data-icon=repeat-1]::before {
  content: "\f365";
}

.nv-icon[data-icon=arrow-down-to-line]::before {
  content: "\f33d";
}

.nv-icon[data-icon=arrow-to-bottom]::before {
  content: "\f33d";
}

.nv-icon[data-icon=grid-5]::before {
  content: "\e199";
}

.nv-icon[data-icon=swap-arrows]::before {
  content: "\e60a";
}

.nv-icon[data-icon=right-long-to-line]::before {
  content: "\e444";
}

.nv-icon[data-icon=person-chalkboard]::before {
  content: "\e53d";
}

.nv-icon[data-icon=mars-stroke-right]::before {
  content: "\f22b";
}

.nv-icon[data-icon=mars-stroke-h]::before {
  content: "\f22b";
}

.nv-icon[data-icon=hand-back-fist]::before {
  content: "\f255";
}

.nv-icon[data-icon=hand-rock]::before {
  content: "\f255";
}

.nv-icon[data-icon=grid-round-5]::before {
  content: "\e5de";
}

.nv-icon[data-icon=tally]::before {
  content: "\f69c";
}

.nv-icon[data-icon=tally-5]::before {
  content: "\f69c";
}

.nv-icon[data-icon=square-caret-up]::before {
  content: "\f151";
}

.nv-icon[data-icon=caret-square-up]::before {
  content: "\f151";
}

.nv-icon[data-icon=cloud-showers-water]::before {
  content: "\e4e4";
}

.nv-icon[data-icon=chart-bar]::before {
  content: "\f080";
}

.nv-icon[data-icon=bar-chart]::before {
  content: "\f080";
}

.nv-icon[data-icon=hands-bubbles]::before {
  content: "\e05e";
}

.nv-icon[data-icon=hands-wash]::before {
  content: "\e05e";
}

.nv-icon[data-icon=less-than-equal]::before {
  content: "\f537";
}

.nv-icon[data-icon=train]::before {
  content: "\f238";
}

.nv-icon[data-icon=up-from-dotted-line]::before {
  content: "\e456";
}

.nv-icon[data-icon=eye-low-vision]::before {
  content: "\f2a8";
}

.nv-icon[data-icon=low-vision]::before {
  content: "\f2a8";
}

.nv-icon[data-icon=traffic-light-go]::before {
  content: "\f638";
}

.nv-icon[data-icon=face-exhaling]::before {
  content: "\e480";
}

.nv-icon[data-icon=sensor-fire]::before {
  content: "\e02a";
}

.nv-icon[data-icon=user-unlock]::before {
  content: "\e058";
}

.nv-icon[data-icon=hexagon-divide]::before {
  content: "\e1ad";
}

.nv-icon[data-icon="00"]::before {
  content: "\e467";
}

.nv-icon[data-icon=crow]::before {
  content: "\f520";
}

.nv-icon[data-icon=cassette-betamax]::before {
  content: "\f8a4";
}

.nv-icon[data-icon=betamax]::before {
  content: "\f8a4";
}

.nv-icon[data-icon=sailboat]::before {
  content: "\e445";
}

.nv-icon[data-icon=window-restore]::before {
  content: "\f2d2";
}

.nv-icon[data-icon=nfc-magnifying-glass]::before {
  content: "\e1f9";
}

.nv-icon[data-icon=file-binary]::before {
  content: "\e175";
}

.nv-icon[data-icon=circle-v]::before {
  content: "\e12a";
}

.nv-icon[data-icon=square-plus]::before {
  content: "\f0fe";
}

.nv-icon[data-icon=plus-square]::before {
  content: "\f0fe";
}

.nv-icon[data-icon=bowl-scoops]::before {
  content: "\e3df";
}

.nv-icon[data-icon=mistletoe]::before {
  content: "\f7b4";
}

.nv-icon[data-icon=custard]::before {
  content: "\e403";
}

.nv-icon[data-icon=lacrosse-stick]::before {
  content: "\e3b5";
}

.nv-icon[data-icon=hockey-mask]::before {
  content: "\f6ee";
}

.nv-icon[data-icon=sunrise]::before {
  content: "\f766";
}

.nv-icon[data-icon=subtitles]::before {
  content: "\e60f";
}

.nv-icon[data-icon=panel-ews]::before {
  content: "\e42e";
}

.nv-icon[data-icon=torii-gate]::before {
  content: "\f6a1";
}

.nv-icon[data-icon=cloud-exclamation]::before {
  content: "\e491";
}

.nv-icon[data-icon=message-lines]::before {
  content: "\f4a6";
}

.nv-icon[data-icon=comment-alt-lines]::before {
  content: "\f4a6";
}

.nv-icon[data-icon=frog]::before {
  content: "\f52e";
}

.nv-icon[data-icon=bucket]::before {
  content: "\e4cf";
}

.nv-icon[data-icon=floppy-disk-pen]::before {
  content: "\e182";
}

.nv-icon[data-icon=image]::before {
  content: "\f03e";
}

.nv-icon[data-icon=window-frame]::before {
  content: "\e04f";
}

.nv-icon[data-icon=microphone]::before {
  content: "\f130";
}

.nv-icon[data-icon=cow]::before {
  content: "\f6c8";
}

.nv-icon[data-icon=file-zip]::before {
  content: "\e5ee";
}

.nv-icon[data-icon=square-ring]::before {
  content: "\e44f";
}

.nv-icon[data-icon=down-from-line]::before {
  content: "\f349";
}

.nv-icon[data-icon=arrow-alt-from-top]::before {
  content: "\f349";
}

.nv-icon[data-icon=caret-up]::before {
  content: "\f0d8";
}

.nv-icon[data-icon=shield-xmark]::before {
  content: "\e24c";
}

.nv-icon[data-icon=shield-times]::before {
  content: "\e24c";
}

.nv-icon[data-icon=screwdriver]::before {
  content: "\f54a";
}

.nv-icon[data-icon=circle-sort-down]::before {
  content: "\e031";
}

.nv-icon[data-icon=sort-circle-down]::before {
  content: "\e031";
}

.nv-icon[data-icon=folder-closed]::before {
  content: "\e185";
}

.nv-icon[data-icon=house-tsunami]::before {
  content: "\e515";
}

.nv-icon[data-icon=square-nfi]::before {
  content: "\e576";
}

.nv-icon[data-icon=forklift]::before {
  content: "\f47a";
}

.nv-icon[data-icon=arrow-up-from-ground-water]::before {
  content: "\e4b5";
}

.nv-icon[data-icon=bracket-square-right]::before {
  content: "\\]";
}

.nv-icon[data-icon=martini-glass]::before {
  content: "\f57b";
}

.nv-icon[data-icon=glass-martini-alt]::before {
  content: "\f57b";
}

.nv-icon[data-icon=rotate-left]::before {
  content: "\f2ea";
}

.nv-icon[data-icon=rotate-back]::before {
  content: "\f2ea";
}

.nv-icon[data-icon=rotate-backward]::before {
  content: "\f2ea";
}

.nv-icon[data-icon=undo-alt]::before {
  content: "\f2ea";
}

.nv-icon[data-icon=table-columns]::before {
  content: "\f0db";
}

.nv-icon[data-icon=columns]::before {
  content: "\f0db";
}

.nv-icon[data-icon=square-a]::before {
  content: "\e25f";
}

.nv-icon[data-icon=tick]::before {
  content: "\e32f";
}

.nv-icon[data-icon=lemon]::before {
  content: "\f094";
}

.nv-icon[data-icon=head-side-mask]::before {
  content: "\e063";
}

.nv-icon[data-icon=handshake]::before {
  content: "\f2b5";
}

.nv-icon[data-icon=gem]::before {
  content: "\f3a5";
}

.nv-icon[data-icon=dolly]::before {
  content: "\f472";
}

.nv-icon[data-icon=dolly-box]::before {
  content: "\f472";
}

.nv-icon[data-icon=smoking]::before {
  content: "\f48d";
}

.nv-icon[data-icon=minimize]::before {
  content: "\f78c";
}

.nv-icon[data-icon=compress-arrows-alt]::before {
  content: "\f78c";
}

.nv-icon[data-icon=refrigerator]::before {
  content: "\e026";
}

.nv-icon[data-icon=monument]::before {
  content: "\f5a6";
}

.nv-icon[data-icon=octagon-xmark]::before {
  content: "\f2f0";
}

.nv-icon[data-icon=times-octagon]::before {
  content: "\f2f0";
}

.nv-icon[data-icon=xmark-octagon]::before {
  content: "\f2f0";
}

.nv-icon[data-icon=align-slash]::before {
  content: "\f846";
}

.nv-icon[data-icon=snowplow]::before {
  content: "\f7d2";
}

.nv-icon[data-icon=angles-right]::before {
  content: "\f101";
}

.nv-icon[data-icon=angle-double-right]::before {
  content: "\f101";
}

.nv-icon[data-icon=truck-ramp-couch]::before {
  content: "\f4dd";
}

.nv-icon[data-icon=truck-couch]::before {
  content: "\f4dd";
}

.nv-icon[data-icon=cannabis]::before {
  content: "\f55f";
}

.nv-icon[data-icon=circle-play]::before {
  content: "\f144";
}

.nv-icon[data-icon=play-circle]::before {
  content: "\f144";
}

.nv-icon[data-icon=arrow-up-right-and-arrow-down-left-from-center]::before {
  content: "\e0a0";
}

.nv-icon[data-icon=location-arrow-up]::before {
  content: "\e63a";
}

.nv-icon[data-icon=tablets]::before {
  content: "\f490";
}

.nv-icon[data-icon="360-degrees"]::before {
  content: "\e2dc";
}

.nv-icon[data-icon=ethernet]::before {
  content: "\f796";
}

.nv-icon[data-icon=euro-sign]::before {
  content: "\f153";
}

.nv-icon[data-icon=eur]::before {
  content: "\f153";
}

.nv-icon[data-icon=euro]::before {
  content: "\f153";
}

.nv-icon[data-icon=chair]::before {
  content: "\f6c0";
}

.nv-icon[data-icon=circle-check]::before {
  content: "\f058";
}

.nv-icon[data-icon=check-circle]::before {
  content: "\f058";
}

.nv-icon[data-icon=square-dashed-circle-plus]::before {
  content: "\e5c2";
}

.nv-icon[data-icon=hand-holding-circle-dollar]::before {
  content: "\e621";
}

.nv-icon[data-icon=money-simple-from-bracket]::before {
  content: "\e313";
}

.nv-icon[data-icon=bat]::before {
  content: "\f6b5";
}

.nv-icon[data-icon=circle-stop]::before {
  content: "\f28d";
}

.nv-icon[data-icon=stop-circle]::before {
  content: "\f28d";
}

.nv-icon[data-icon=head-side-headphones]::before {
  content: "\f8c2";
}

.nv-icon[data-icon=phone-rotary]::before {
  content: "\f8d3";
}

.nv-icon[data-icon=compass-drafting]::before {
  content: "\f568";
}

.nv-icon[data-icon=drafting-compass]::before {
  content: "\f568";
}

.nv-icon[data-icon=plate-wheat]::before {
  content: "\e55a";
}

.nv-icon[data-icon=calendar-circle-minus]::before {
  content: "\e46f";
}

.nv-icon[data-icon=chopsticks]::before {
  content: "\e3f7";
}

.nv-icon[data-icon=car-wrench]::before {
  content: "\f5e3";
}

.nv-icon[data-icon=car-mechanic]::before {
  content: "\f5e3";
}

.nv-icon[data-icon=icicles]::before {
  content: "\f7ad";
}

.nv-icon[data-icon=person-shelter]::before {
  content: "\e54f";
}

.nv-icon[data-icon=neuter]::before {
  content: "\f22c";
}

.nv-icon[data-icon=id-badge]::before {
  content: "\f2c1";
}

.nv-icon[data-icon=kazoo]::before {
  content: "\f8c7";
}

.nv-icon[data-icon=marker]::before {
  content: "\f5a1";
}

.nv-icon[data-icon=bin-bottles]::before {
  content: "\e5f5";
}

.nv-icon[data-icon=face-laugh-beam]::before {
  content: "\f59a";
}

.nv-icon[data-icon=laugh-beam]::before {
  content: "\f59a";
}

.nv-icon[data-icon=square-arrow-down-left]::before {
  content: "\e261";
}

.nv-icon[data-icon=battery-bolt]::before {
  content: "\f376";
}

.nv-icon[data-icon=tree-large]::before {
  content: "\f7dd";
}

.nv-icon[data-icon=helicopter-symbol]::before {
  content: "\e502";
}

.nv-icon[data-icon=aperture]::before {
  content: "\e2df";
}

.nv-icon[data-icon=universal-access]::before {
  content: "\f29a";
}

.nv-icon[data-icon=gear-complex]::before {
  content: "\e5e9";
}

.nv-icon[data-icon=file-magnifying-glass]::before {
  content: "\f865";
}

.nv-icon[data-icon=file-search]::before {
  content: "\f865";
}

.nv-icon[data-icon=up-right]::before {
  content: "\e2be";
}

.nv-icon[data-icon=circle-chevron-up]::before {
  content: "\f139";
}

.nv-icon[data-icon=chevron-circle-up]::before {
  content: "\f139";
}

.nv-icon[data-icon=user-police]::before {
  content: "\e333";
}

.nv-icon[data-icon=lari-sign]::before {
  content: "\e1c8";
}

.nv-icon[data-icon=volcano]::before {
  content: "\f770";
}

.nv-icon[data-icon=teddy-bear]::before {
  content: "\e3cf";
}

.nv-icon[data-icon=stocking]::before {
  content: "\f7d5";
}

.nv-icon[data-icon=person-walking-dashed-line-arrow-right]::before {
  content: "\e553";
}

.nv-icon[data-icon=image-slash]::before {
  content: "\e1b7";
}

.nv-icon[data-icon=mask-snorkel]::before {
  content: "\e3b7";
}

.nv-icon[data-icon=smoke]::before {
  content: "\f760";
}

.nv-icon[data-icon=sterling-sign]::before {
  content: "\f154";
}

.nv-icon[data-icon=gbp]::before {
  content: "\f154";
}

.nv-icon[data-icon=pound-sign]::before {
  content: "\f154";
}

.nv-icon[data-icon=battery-exclamation]::before {
  content: "\e0b0";
}

.nv-icon[data-icon=viruses]::before {
  content: "\e076";
}

.nv-icon[data-icon=square-person-confined]::before {
  content: "\e577";
}

.nv-icon[data-icon=user-tie]::before {
  content: "\f508";
}

.nv-icon[data-icon=arrow-down-long]::before {
  content: "\f175";
}

.nv-icon[data-icon=long-arrow-down]::before {
  content: "\f175";
}

.nv-icon[data-icon=tent-arrow-down-to-line]::before {
  content: "\e57e";
}

.nv-icon[data-icon=certificate]::before {
  content: "\f0a3";
}

.nv-icon[data-icon=crystal-ball]::before {
  content: "\e362";
}

.nv-icon[data-icon=reply-all]::before {
  content: "\f122";
}

.nv-icon[data-icon=mail-reply-all]::before {
  content: "\f122";
}

.nv-icon[data-icon=suitcase]::before {
  content: "\f0f2";
}

.nv-icon[data-icon=person-skating]::before {
  content: "\f7c5";
}

.nv-icon[data-icon=skating]::before {
  content: "\f7c5";
}

.nv-icon[data-icon=star-shooting]::before {
  content: "\e036";
}

.nv-icon[data-icon=binary-lock]::before {
  content: "\e33d";
}

.nv-icon[data-icon=filter-circle-dollar]::before {
  content: "\f662";
}

.nv-icon[data-icon=funnel-dollar]::before {
  content: "\f662";
}

.nv-icon[data-icon=camera-retro]::before {
  content: "\f083";
}

.nv-icon[data-icon=circle-arrow-down]::before {
  content: "\f0ab";
}

.nv-icon[data-icon=arrow-circle-down]::before {
  content: "\f0ab";
}

.nv-icon[data-icon=comment-pen]::before {
  content: "\f4ae";
}

.nv-icon[data-icon=comment-edit]::before {
  content: "\f4ae";
}

.nv-icon[data-icon=file-import]::before {
  content: "\f56f";
}

.nv-icon[data-icon=arrow-right-to-file]::before {
  content: "\f56f";
}

.nv-icon[data-icon=banjo]::before {
  content: "\f8a3";
}

.nv-icon[data-icon=square-arrow-up-right]::before {
  content: "\f14c";
}

.nv-icon[data-icon=external-link-square]::before {
  content: "\f14c";
}

.nv-icon[data-icon=light-emergency-on]::before {
  content: "\e420";
}

.nv-icon[data-icon=kerning]::before {
  content: "\f86f";
}

.nv-icon[data-icon=box-open]::before {
  content: "\f49e";
}

.nv-icon[data-icon=square-f]::before {
  content: "\e270";
}

.nv-icon[data-icon=scroll]::before {
  content: "\f70e";
}

.nv-icon[data-icon=spa]::before {
  content: "\f5bb";
}

.nv-icon[data-icon=arrow-left-from-line]::before {
  content: "\f344";
}

.nv-icon[data-icon=arrow-from-right]::before {
  content: "\f344";
}

.nv-icon[data-icon=strawberry]::before {
  content: "\e32b";
}

.nv-icon[data-icon=location-pin-lock]::before {
  content: "\e51f";
}

.nv-icon[data-icon=pause]::before {
  content: "\f04c";
}

.nv-icon[data-icon=clock-eight-thirty]::before {
  content: "\e346";
}

.nv-icon[data-icon=plane-engines]::before {
  content: "\f3de";
}

.nv-icon[data-icon=plane-alt]::before {
  content: "\f3de";
}

.nv-icon[data-icon=hill-avalanche]::before {
  content: "\e507";
}

.nv-icon[data-icon=temperature-empty]::before {
  content: "\f2cb";
}

.nv-icon[data-icon=temperature-0]::before {
  content: "\f2cb";
}

.nv-icon[data-icon=thermometer-0]::before {
  content: "\f2cb";
}

.nv-icon[data-icon=thermometer-empty]::before {
  content: "\f2cb";
}

.nv-icon[data-icon=bomb]::before {
  content: "\f1e2";
}

.nv-icon[data-icon=gauge-low]::before {
  content: "\f627";
}

.nv-icon[data-icon=tachometer-alt-slow]::before {
  content: "\f627";
}

.nv-icon[data-icon=registered]::before {
  content: "\f25d";
}

.nv-icon[data-icon=trash-can-plus]::before {
  content: "\e2ac";
}

.nv-icon[data-icon=address-card]::before {
  content: "\f2bb";
}

.nv-icon[data-icon=contact-card]::before {
  content: "\f2bb";
}

.nv-icon[data-icon=vcard]::before {
  content: "\f2bb";
}

.nv-icon[data-icon=scale-unbalanced-flip]::before {
  content: "\f516";
}

.nv-icon[data-icon=balance-scale-right]::before {
  content: "\f516";
}

.nv-icon[data-icon=globe-snow]::before {
  content: "\f7a3";
}

.nv-icon[data-icon=subscript]::before {
  content: "\f12c";
}

.nv-icon[data-icon=diamond-turn-right]::before {
  content: "\f5eb";
}

.nv-icon[data-icon=directions]::before {
  content: "\f5eb";
}

.nv-icon[data-icon=integral]::before {
  content: "\f667";
}

.nv-icon[data-icon=burst]::before {
  content: "\e4dc";
}

.nv-icon[data-icon=house-laptop]::before {
  content: "\e066";
}

.nv-icon[data-icon=laptop-house]::before {
  content: "\e066";
}

.nv-icon[data-icon=face-tired]::before {
  content: "\f5c8";
}

.nv-icon[data-icon=tired]::before {
  content: "\f5c8";
}

.nv-icon[data-icon=money-bills]::before {
  content: "\e1f3";
}

.nv-icon[data-icon=blinds-raised]::before {
  content: "\f8fd";
}

.nv-icon[data-icon=smog]::before {
  content: "\f75f";
}

.nv-icon[data-icon=ufo-beam]::before {
  content: "\e048";
}

.nv-icon[data-icon=circle-caret-up]::before {
  content: "\f331";
}

.nv-icon[data-icon=caret-circle-up]::before {
  content: "\f331";
}

.nv-icon[data-icon=user-vneck-hair-long]::before {
  content: "\e463";
}

.nv-icon[data-icon=square-a-lock]::before {
  content: "\e44d";
}

.nv-icon[data-icon=crutch]::before {
  content: "\f7f7";
}

.nv-icon[data-icon=gas-pump-slash]::before {
  content: "\f5f4";
}

.nv-icon[data-icon=cloud-arrow-up]::before {
  content: "\f0ee";
}

.nv-icon[data-icon=cloud-upload]::before {
  content: "\f0ee";
}

.nv-icon[data-icon=cloud-upload-alt]::before {
  content: "\f0ee";
}

.nv-icon[data-icon=palette]::before {
  content: "\f53f";
}

.nv-icon[data-icon=transporter-4]::before {
  content: "\e2a5";
}

.nv-icon[data-icon=chart-mixed-up-circle-currency]::before {
  content: "\e5d8";
}

.nv-icon[data-icon=objects-align-right]::before {
  content: "\e3bf";
}

.nv-icon[data-icon=arrows-turn-right]::before {
  content: "\e4c0";
}

.nv-icon[data-icon=vest]::before {
  content: "\e085";
}

.nv-icon[data-icon=pig]::before {
  content: "\f706";
}

.nv-icon[data-icon=inbox-full]::before {
  content: "\e1ba";
}

.nv-icon[data-icon=circle-envelope]::before {
  content: "\e10c";
}

.nv-icon[data-icon=envelope-circle]::before {
  content: "\e10c";
}

.nv-icon[data-icon=triangle-person-digging]::before {
  content: "\f85d";
}

.nv-icon[data-icon=construction]::before {
  content: "\f85d";
}

.nv-icon[data-icon=ferry]::before {
  content: "\e4ea";
}

.nv-icon[data-icon=bullseye-arrow]::before {
  content: "\f648";
}

.nv-icon[data-icon=arrows-down-to-people]::before {
  content: "\e4b9";
}

.nv-icon[data-icon=seedling]::before {
  content: "\f4d8";
}

.nv-icon[data-icon=sprout]::before {
  content: "\f4d8";
}

.nv-icon[data-icon=clock-seven]::before {
  content: "\e350";
}

.nv-icon[data-icon=left-right]::before {
  content: "\f337";
}

.nv-icon[data-icon=arrows-alt-h]::before {
  content: "\f337";
}

.nv-icon[data-icon=boxes-packing]::before {
  content: "\e4c7";
}

.nv-icon[data-icon=circle-arrow-left]::before {
  content: "\f0a8";
}

.nv-icon[data-icon=arrow-circle-left]::before {
  content: "\f0a8";
}

.nv-icon[data-icon=flashlight]::before {
  content: "\f8b8";
}

.nv-icon[data-icon=file-jpg]::before {
  content: "\e646";
}

.nv-icon[data-icon=group-arrows-rotate]::before {
  content: "\e4f6";
}

.nv-icon[data-icon=bowl-food]::before {
  content: "\e4c6";
}

.nv-icon[data-icon=square-9]::before {
  content: "\e25e";
}

.nv-icon[data-icon=candy-cane]::before {
  content: "\f786";
}

.nv-icon[data-icon=arrow-down-wide-short]::before {
  content: "\f160";
}

.nv-icon[data-icon=sort-amount-asc]::before {
  content: "\f160";
}

.nv-icon[data-icon=sort-amount-down]::before {
  content: "\f160";
}

.nv-icon[data-icon=square-dollar]::before {
  content: "\f2e9";
}

.nv-icon[data-icon=dollar-square]::before {
  content: "\f2e9";
}

.nv-icon[data-icon=usd-square]::before {
  content: "\f2e9";
}

.nv-icon[data-icon=phone-arrow-right]::before {
  content: "\e5be";
}

.nv-icon[data-icon=hand-holding-seedling]::before {
  content: "\f4bf";
}

.nv-icon[data-icon=message-check]::before {
  content: "\f4a2";
}

.nv-icon[data-icon=comment-alt-check]::before {
  content: "\f4a2";
}

.nv-icon[data-icon=cloud-bolt]::before {
  content: "\f76c";
}

.nv-icon[data-icon=thunderstorm]::before {
  content: "\f76c";
}

.nv-icon[data-icon=chart-line-up-down]::before {
  content: "\e5d7";
}

.nv-icon[data-icon=text-slash]::before {
  content: "\f87d";
}

.nv-icon[data-icon=remove-format]::before {
  content: "\f87d";
}

.nv-icon[data-icon=watch]::before {
  content: "\f2e1";
}

.nv-icon[data-icon=circle-down-left]::before {
  content: "\e107";
}

.nv-icon[data-icon=text]::before {
  content: "\f893";
}

.nv-icon[data-icon=projector]::before {
  content: "\f8d6";
}

.nv-icon[data-icon=face-smile-wink]::before {
  content: "\f4da";
}

.nv-icon[data-icon=smile-wink]::before {
  content: "\f4da";
}

.nv-icon[data-icon=tombstone-blank]::before {
  content: "\f721";
}

.nv-icon[data-icon=tombstone-alt]::before {
  content: "\f721";
}

.nv-icon[data-icon=chess-king-piece]::before {
  content: "\f440";
}

.nv-icon[data-icon=chess-king-alt]::before {
  content: "\f440";
}

.nv-icon[data-icon=circle-6]::before {
  content: "\e0f3";
}

.nv-icon[data-icon=waves-sine]::before {
  content: "\e65d";
}

.nv-icon[data-icon=left]::before {
  content: "\f355";
}

.nv-icon[data-icon=arrow-alt-left]::before {
  content: "\f355";
}

.nv-icon[data-icon=file-word]::before {
  content: "\f1c2";
}

.nv-icon[data-icon=file-powerpoint]::before {
  content: "\f1c4";
}

.nv-icon[data-icon=square-down]::before {
  content: "\f350";
}

.nv-icon[data-icon=arrow-alt-square-down]::before {
  content: "\f350";
}

.nv-icon[data-icon=objects-align-center-vertical]::before {
  content: "\e3bd";
}

.nv-icon[data-icon=arrows-left-right]::before {
  content: "\f07e";
}

.nv-icon[data-icon=arrows-h]::before {
  content: "\f07e";
}

.nv-icon[data-icon=house-lock]::before {
  content: "\e510";
}

.nv-icon[data-icon=cloud-arrow-down]::before {
  content: "\f0ed";
}

.nv-icon[data-icon=cloud-download]::before {
  content: "\f0ed";
}

.nv-icon[data-icon=cloud-download-alt]::before {
  content: "\f0ed";
}

.nv-icon[data-icon=wreath]::before {
  content: "\f7e2";
}

.nv-icon[data-icon=children]::before {
  content: "\e4e1";
}

.nv-icon[data-icon=meter-droplet]::before {
  content: "\e1ea";
}

.nv-icon[data-icon=chalkboard]::before {
  content: "\f51b";
}

.nv-icon[data-icon=blackboard]::before {
  content: "\f51b";
}

.nv-icon[data-icon=user-large-slash]::before {
  content: "\f4fa";
}

.nv-icon[data-icon=user-alt-slash]::before {
  content: "\f4fa";
}

.nv-icon[data-icon=signal-strong]::before {
  content: "\f68f";
}

.nv-icon[data-icon=signal-4]::before {
  content: "\f68f";
}

.nv-icon[data-icon=lollipop]::before {
  content: "\e424";
}

.nv-icon[data-icon=lollypop]::before {
  content: "\e424";
}

.nv-icon[data-icon=list-tree]::before {
  content: "\e1d2";
}

.nv-icon[data-icon=envelope-open]::before {
  content: "\f2b6";
}

.nv-icon[data-icon=draw-circle]::before {
  content: "\f5ed";
}

.nv-icon[data-icon=cat-space]::before {
  content: "\e001";
}

.nv-icon[data-icon=handshake-simple-slash]::before {
  content: "\e05f";
}

.nv-icon[data-icon=handshake-alt-slash]::before {
  content: "\e05f";
}

.nv-icon[data-icon=rabbit-running]::before {
  content: "\f709";
}

.nv-icon[data-icon=rabbit-fast]::before {
  content: "\f709";
}

.nv-icon[data-icon=memo-pad]::before {
  content: "\e1da";
}

.nv-icon[data-icon=mattress-pillow]::before {
  content: "\e525";
}

.nv-icon[data-icon=alarm-plus]::before {
  content: "\f844";
}

.nv-icon[data-icon=alicorn]::before {
  content: "\f6b0";
}

.nv-icon[data-icon=comment-question]::before {
  content: "\e14b";
}

.nv-icon[data-icon=gingerbread-man]::before {
  content: "\f79d";
}

.nv-icon[data-icon=guarani-sign]::before {
  content: "\e19a";
}

.nv-icon[data-icon=burger-fries]::before {
  content: "\e0cd";
}

.nv-icon[data-icon=mug-tea]::before {
  content: "\f875";
}

.nv-icon[data-icon=border-top]::before {
  content: "\f855";
}

.nv-icon[data-icon=arrows-rotate]::before {
  content: "\f021";
}

.nv-icon[data-icon=refresh]::before {
  content: "\f021";
}

.nv-icon[data-icon=sync]::before {
  content: "\f021";
}

.nv-icon[data-icon=circle-book-open]::before {
  content: "\e0ff";
}

.nv-icon[data-icon=book-circle]::before {
  content: "\e0ff";
}

.nv-icon[data-icon=arrows-to-dotted-line]::before {
  content: "\e0a6";
}

.nv-icon[data-icon=fire-extinguisher]::before {
  content: "\f134";
}

.nv-icon[data-icon=magnifying-glass-arrows-rotate]::before {
  content: "\e65e";
}

.nv-icon[data-icon=garage-open]::before {
  content: "\e00b";
}

.nv-icon[data-icon=shelves-empty]::before {
  content: "\e246";
}

.nv-icon[data-icon=cruzeiro-sign]::before {
  content: "\e152";
}

.nv-icon[data-icon=watch-apple]::before {
  content: "\e2cb";
}

.nv-icon[data-icon=watch-calculator]::before {
  content: "\f8f0";
}

.nv-icon[data-icon=list-dropdown]::before {
  content: "\e1cf";
}

.nv-icon[data-icon=cabinet-filing]::before {
  content: "\f64b";
}

.nv-icon[data-icon=burger-soda]::before {
  content: "\f858";
}

.nv-icon[data-icon=square-arrow-up]::before {
  content: "\f33c";
}

.nv-icon[data-icon=arrow-square-up]::before {
  content: "\f33c";
}

.nv-icon[data-icon=greater-than-equal]::before {
  content: "\f532";
}

.nv-icon[data-icon=pallet-box]::before {
  content: "\e208";
}

.nv-icon[data-icon=face-confounded]::before {
  content: "\e36c";
}

.nv-icon[data-icon=shield-halved]::before {
  content: "\f3ed";
}

.nv-icon[data-icon=shield-alt]::before {
  content: "\f3ed";
}

.nv-icon[data-icon=truck-plow]::before {
  content: "\f7de";
}

.nv-icon[data-icon=book-atlas]::before {
  content: "\f558";
}

.nv-icon[data-icon=atlas]::before {
  content: "\f558";
}

.nv-icon[data-icon=virus]::before {
  content: "\e074";
}

.nv-icon[data-icon=grid-round-2]::before {
  content: "\e5db";
}

.nv-icon[data-icon=comment-middle-top]::before {
  content: "\e14a";
}

.nv-icon[data-icon=wave]::before {
  content: "\e65b";
}

.nv-icon[data-icon=envelope-circle-check]::before {
  content: "\e4e8";
}

.nv-icon[data-icon=layer-group]::before {
  content: "\f5fd";
}

.nv-icon[data-icon=restroom-simple]::before {
  content: "\e23a";
}

.nv-icon[data-icon=arrows-to-dot]::before {
  content: "\e4be";
}

.nv-icon[data-icon=border-outer]::before {
  content: "\f851";
}

.nv-icon[data-icon=hashtag-lock]::before {
  content: "\e415";
}

.nv-icon[data-icon=clock-two-thirty]::before {
  content: "\e35b";
}

.nv-icon[data-icon=archway]::before {
  content: "\f557";
}

.nv-icon[data-icon=heart-circle-check]::before {
  content: "\e4fd";
}

.nv-icon[data-icon=house-chimney-crack]::before {
  content: "\f6f1";
}

.nv-icon[data-icon=house-damage]::before {
  content: "\f6f1";
}

.nv-icon[data-icon=file-zipper]::before {
  content: "\f1c6";
}

.nv-icon[data-icon=file-archive]::before {
  content: "\f1c6";
}

.nv-icon[data-icon=ticket-perforated]::before {
  content: "\e63e";
}

.nv-icon[data-icon=heart-half]::before {
  content: "\e1ab";
}

.nv-icon[data-icon=comment-check]::before {
  content: "\f4ac";
}

.nv-icon[data-icon=square]::before {
  content: "\f0c8";
}

.nv-icon[data-icon=memo]::before {
  content: "\e1d8";
}

.nv-icon[data-icon=martini-glass-empty]::before {
  content: "\f000";
}

.nv-icon[data-icon=glass-martini]::before {
  content: "\f000";
}

.nv-icon[data-icon=couch]::before {
  content: "\f4b8";
}

.nv-icon[data-icon=cedi-sign]::before {
  content: "\e0df";
}

.nv-icon[data-icon=italic]::before {
  content: "\f033";
}

.nv-icon[data-icon=glass-citrus]::before {
  content: "\f869";
}

.nv-icon[data-icon=calendar-lines-pen]::before {
  content: "\e472";
}

.nv-icon[data-icon=church]::before {
  content: "\f51d";
}

.nv-icon[data-icon=person-snowmobiling]::before {
  content: "\f7d1";
}

.nv-icon[data-icon=snowmobile]::before {
  content: "\f7d1";
}

.nv-icon[data-icon=face-hushed]::before {
  content: "\e37b";
}

.nv-icon[data-icon=comments-dollar]::before {
  content: "\f653";
}

.nv-icon[data-icon=tickets-simple]::before {
  content: "\e659";
}

.nv-icon[data-icon=pickaxe]::before {
  content: "\e5bf";
}

.nv-icon[data-icon=link-simple-slash]::before {
  content: "\e1ce";
}

.nv-icon[data-icon=democrat]::before {
  content: "\f747";
}

.nv-icon[data-icon=face-confused]::before {
  content: "\e36d";
}

.nv-icon[data-icon=pinball]::before {
  content: "\e229";
}

.nv-icon[data-icon=z]::before {
  content: "Z";
}

.nv-icon[data-icon=person-skiing]::before {
  content: "\f7c9";
}

.nv-icon[data-icon=skiing]::before {
  content: "\f7c9";
}

.nv-icon[data-icon=deer]::before {
  content: "\f78e";
}

.nv-icon[data-icon=input-pipe]::before {
  content: "\e1be";
}

.nv-icon[data-icon=road-lock]::before {
  content: "\e567";
}

.nv-icon[data-icon=a]::before {
  content: "A";
}

.nv-icon[data-icon=bookmark-slash]::before {
  content: "\e0c2";
}

.nv-icon[data-icon=temperature-arrow-down]::before {
  content: "\e03f";
}

.nv-icon[data-icon=temperature-down]::before {
  content: "\e03f";
}

.nv-icon[data-icon=mace]::before {
  content: "\f6f8";
}

.nv-icon[data-icon=feather-pointed]::before {
  content: "\f56b";
}

.nv-icon[data-icon=feather-alt]::before {
  content: "\f56b";
}

.nv-icon[data-icon=sausage]::before {
  content: "\f820";
}

.nv-icon[data-icon=trash-can-clock]::before {
  content: "\e2aa";
}

.nv-icon[data-icon=p]::before {
  content: "P";
}

.nv-icon[data-icon=broom-wide]::before {
  content: "\e5d1";
}

.nv-icon[data-icon=snowflake]::before {
  content: "\f2dc";
}

.nv-icon[data-icon=stomach]::before {
  content: "\f623";
}

.nv-icon[data-icon=newspaper]::before {
  content: "\f1ea";
}

.nv-icon[data-icon=rectangle-ad]::before {
  content: "\f641";
}

.nv-icon[data-icon=ad]::before {
  content: "\f641";
}

.nv-icon[data-icon=guitar-electric]::before {
  content: "\f8be";
}

.nv-icon[data-icon=arrow-turn-down-right]::before {
  content: "\e3d6";
}

.nv-icon[data-icon=moon-cloud]::before {
  content: "\f754";
}

.nv-icon[data-icon=bread-slice-butter]::before {
  content: "\e3e1";
}

.nv-icon[data-icon=circle-arrow-right]::before {
  content: "\f0a9";
}

.nv-icon[data-icon=arrow-circle-right]::before {
  content: "\f0a9";
}

.nv-icon[data-icon=user-group-crown]::before {
  content: "\f6a5";
}

.nv-icon[data-icon=users-crown]::before {
  content: "\f6a5";
}

.nv-icon[data-icon=circle-i]::before {
  content: "\e111";
}

.nv-icon[data-icon=toilet-paper-check]::before {
  content: "\e5b2";
}

.nv-icon[data-icon=filter-circle-xmark]::before {
  content: "\e17b";
}

.nv-icon[data-icon=locust]::before {
  content: "\e520";
}

.nv-icon[data-icon=sort]::before {
  content: "\f0dc";
}

.nv-icon[data-icon=unsorted]::before {
  content: "\f0dc";
}

.nv-icon[data-icon=list-ol]::before {
  content: "\f0cb";
}

.nv-icon[data-icon=list-1-2]::before {
  content: "\f0cb";
}

.nv-icon[data-icon=list-numeric]::before {
  content: "\f0cb";
}

.nv-icon[data-icon=chart-waterfall]::before {
  content: "\e0eb";
}

.nv-icon[data-icon=sparkle]::before {
  content: "\e5d6";
}

.nv-icon[data-icon=face-party]::before {
  content: "\e383";
}

.nv-icon[data-icon=kidneys]::before {
  content: "\f5fb";
}

.nv-icon[data-icon=wifi-exclamation]::before {
  content: "\e2cf";
}

.nv-icon[data-icon=chart-network]::before {
  content: "\f78a";
}

.nv-icon[data-icon=person-dress-burst]::before {
  content: "\e544";
}

.nv-icon[data-icon=dice-d4]::before {
  content: "\f6d0";
}

.nv-icon[data-icon=money-check-dollar]::before {
  content: "\f53d";
}

.nv-icon[data-icon=money-check-alt]::before {
  content: "\f53d";
}

.nv-icon[data-icon=vector-square]::before {
  content: "\f5cb";
}

.nv-icon[data-icon=bread-slice]::before {
  content: "\f7ec";
}

.nv-icon[data-icon=language]::before {
  content: "\f1ab";
}

.nv-icon[data-icon=wheat-awn-slash]::before {
  content: "\e338";
}

.nv-icon[data-icon=face-kiss-wink-heart]::before {
  content: "\f598";
}

.nv-icon[data-icon=kiss-wink-heart]::before {
  content: "\f598";
}

.nv-icon[data-icon=dagger]::before {
  content: "\f6cb";
}

.nv-icon[data-icon=podium]::before {
  content: "\f680";
}

.nv-icon[data-icon=memo-circle-check]::before {
  content: "\e1d9";
}

.nv-icon[data-icon=route-highway]::before {
  content: "\f61a";
}

.nv-icon[data-icon=down-to-line]::before {
  content: "\f34a";
}

.nv-icon[data-icon=arrow-alt-to-bottom]::before {
  content: "\f34a";
}

.nv-icon[data-icon=filter]::before {
  content: "\f0b0";
}

.nv-icon[data-icon=square-g]::before {
  content: "\e271";
}

.nv-icon[data-icon=circle-phone]::before {
  content: "\e11b";
}

.nv-icon[data-icon=phone-circle]::before {
  content: "\e11b";
}

.nv-icon[data-icon=clipboard-prescription]::before {
  content: "\f5e8";
}

.nv-icon[data-icon=user-nurse-hair]::before {
  content: "\e45d";
}

.nv-icon[data-icon=question]::before {
  content: "\\?";
}

.nv-icon[data-icon=file-signature]::before {
  content: "\f573";
}

.nv-icon[data-icon=toggle-large-on]::before {
  content: "\e5b1";
}

.nv-icon[data-icon=up-down-left-right]::before {
  content: "\f0b2";
}

.nv-icon[data-icon=arrows-alt]::before {
  content: "\f0b2";
}

.nv-icon[data-icon=dryer-heat]::before {
  content: "\f862";
}

.nv-icon[data-icon=dryer-alt]::before {
  content: "\f862";
}

.nv-icon[data-icon=house-chimney-user]::before {
  content: "\e065";
}

.nv-icon[data-icon=hand-holding-heart]::before {
  content: "\f4be";
}

.nv-icon[data-icon=arrow-up-small-big]::before {
  content: "\f88f";
}

.nv-icon[data-icon=sort-size-up-alt]::before {
  content: "\f88f";
}

.nv-icon[data-icon=train-track]::before {
  content: "\e453";
}

.nv-icon[data-icon=puzzle-piece]::before {
  content: "\f12e";
}

.nv-icon[data-icon=money-check]::before {
  content: "\f53c";
}

.nv-icon[data-icon=star-half-stroke]::before {
  content: "\f5c0";
}

.nv-icon[data-icon=star-half-alt]::before {
  content: "\f5c0";
}

.nv-icon[data-icon=file-exclamation]::before {
  content: "\f31a";
}

.nv-icon[data-icon=code]::before {
  content: "\f121";
}

.nv-icon[data-icon=whiskey-glass]::before {
  content: "\f7a0";
}

.nv-icon[data-icon=glass-whiskey]::before {
  content: "\f7a0";
}

.nv-icon[data-icon=moon-stars]::before {
  content: "\f755";
}

.nv-icon[data-icon=building-circle-exclamation]::before {
  content: "\e4d3";
}

.nv-icon[data-icon=clothes-hanger]::before {
  content: "\e136";
}

.nv-icon[data-icon=mobile-notch]::before {
  content: "\e1ee";
}

.nv-icon[data-icon=mobile-iphone]::before {
  content: "\e1ee";
}

.nv-icon[data-icon=magnifying-glass-chart]::before {
  content: "\e522";
}

.nv-icon[data-icon=arrow-up-right-from-square]::before {
  content: "\f08e";
}

.nv-icon[data-icon=external-link]::before {
  content: "\f08e";
}

.nv-icon[data-icon=cubes-stacked]::before {
  content: "\e4e6";
}

.nv-icon[data-icon=images-user]::before {
  content: "\e1b9";
}

.nv-icon[data-icon=won-sign]::before {
  content: "\f159";
}

.nv-icon[data-icon=krw]::before {
  content: "\f159";
}

.nv-icon[data-icon=won]::before {
  content: "\f159";
}

.nv-icon[data-icon=image-polaroid-user]::before {
  content: "\e1b6";
}

.nv-icon[data-icon=virus-covid]::before {
  content: "\e4a8";
}

.nv-icon[data-icon=square-ellipsis]::before {
  content: "\e26e";
}

.nv-icon[data-icon=pie]::before {
  content: "\f705";
}

.nv-icon[data-icon=chess-knight-piece]::before {
  content: "\f442";
}

.nv-icon[data-icon=chess-knight-alt]::before {
  content: "\f442";
}

.nv-icon[data-icon=austral-sign]::before {
  content: "\e0a9";
}

.nv-icon[data-icon=cloud-plus]::before {
  content: "\e35e";
}

.nv-icon[data-icon=f]::before {
  content: "F";
}

.nv-icon[data-icon=leaf]::before {
  content: "\f06c";
}

.nv-icon[data-icon=bed-bunk]::before {
  content: "\f8f8";
}

.nv-icon[data-icon=road]::before {
  content: "\f018";
}

.nv-icon[data-icon=taxi]::before {
  content: "\f1ba";
}

.nv-icon[data-icon=cab]::before {
  content: "\f1ba";
}

.nv-icon[data-icon=person-circle-plus]::before {
  content: "\e541";
}

.nv-icon[data-icon=chart-pie]::before {
  content: "\f200";
}

.nv-icon[data-icon=pie-chart]::before {
  content: "\f200";
}

.nv-icon[data-icon=bolt-lightning]::before {
  content: "\e0b7";
}

.nv-icon[data-icon=clock-eight]::before {
  content: "\e345";
}

.nv-icon[data-icon=sack-xmark]::before {
  content: "\e56a";
}

.nv-icon[data-icon=file-xls]::before {
  content: "\e64d";
}

.nv-icon[data-icon=file-excel]::before {
  content: "\f1c3";
}

.nv-icon[data-icon=file-contract]::before {
  content: "\f56c";
}

.nv-icon[data-icon=fish-fins]::before {
  content: "\e4f2";
}

.nv-icon[data-icon=circle-q]::before {
  content: "\e11e";
}

.nv-icon[data-icon=building-flag]::before {
  content: "\e4d5";
}

.nv-icon[data-icon=face-grin-beam]::before {
  content: "\f582";
}

.nv-icon[data-icon=grin-beam]::before {
  content: "\f582";
}

.nv-icon[data-icon=object-ungroup]::before {
  content: "\f248";
}

.nv-icon[data-icon=face-disguise]::before {
  content: "\e370";
}

.nv-icon[data-icon=circle-arrow-down-right]::before {
  content: "\e0fa";
}

.nv-icon[data-icon=alien-8bit]::before {
  content: "\f8f6";
}

.nv-icon[data-icon=alien-monster]::before {
  content: "\f8f6";
}

.nv-icon[data-icon=hand-point-ribbon]::before {
  content: "\e1a6";
}

.nv-icon[data-icon=poop]::before {
  content: "\f619";
}

.nv-icon[data-icon=object-exclude]::before {
  content: "\e49c";
}

.nv-icon[data-icon=telescope]::before {
  content: "\e03e";
}

.nv-icon[data-icon=location-pin]::before {
  content: "\f041";
}

.nv-icon[data-icon=map-marker]::before {
  content: "\f041";
}

.nv-icon[data-icon=square-list]::before {
  content: "\e489";
}

.nv-icon[data-icon=kaaba]::before {
  content: "\f66b";
}

.nv-icon[data-icon=toilet-paper]::before {
  content: "\f71e";
}

.nv-icon[data-icon=helmet-safety]::before {
  content: "\f807";
}

.nv-icon[data-icon=hard-hat]::before {
  content: "\f807";
}

.nv-icon[data-icon=hat-hard]::before {
  content: "\f807";
}

.nv-icon[data-icon=comment-code]::before {
  content: "\e147";
}

.nv-icon[data-icon=sim-cards]::before {
  content: "\e251";
}

.nv-icon[data-icon=starship]::before {
  content: "\e039";
}

.nv-icon[data-icon=eject]::before {
  content: "\f052";
}

.nv-icon[data-icon=circle-right]::before {
  content: "\f35a";
}

.nv-icon[data-icon=arrow-alt-circle-right]::before {
  content: "\f35a";
}

.nv-icon[data-icon=plane-circle-check]::before {
  content: "\e555";
}

.nv-icon[data-icon=seal]::before {
  content: "\e241";
}

.nv-icon[data-icon=user-cowboy]::before {
  content: "\f8ea";
}

.nv-icon[data-icon=hexagon-vertical-nft]::before {
  content: "\e505";
}

.nv-icon[data-icon=face-rolling-eyes]::before {
  content: "\f5a5";
}

.nv-icon[data-icon=meh-rolling-eyes]::before {
  content: "\f5a5";
}

.nv-icon[data-icon=bread-loaf]::before {
  content: "\f7eb";
}

.nv-icon[data-icon=rings-wedding]::before {
  content: "\f81b";
}

.nv-icon[data-icon=object-group]::before {
  content: "\f247";
}

.nv-icon[data-icon=french-fries]::before {
  content: "\f803";
}

.nv-icon[data-icon=chart-line]::before {
  content: "\f201";
}

.nv-icon[data-icon=line-chart]::before {
  content: "\f201";
}

.nv-icon[data-icon=calendar-arrow-down]::before {
  content: "\e0d0";
}

.nv-icon[data-icon=calendar-download]::before {
  content: "\e0d0";
}

.nv-icon[data-icon=send-back]::before {
  content: "\f87e";
}

.nv-icon[data-icon=mask-ventilator]::before {
  content: "\e524";
}

.nv-icon[data-icon=tickets]::before {
  content: "\e658";
}

.nv-icon[data-icon=signature-lock]::before {
  content: "\e3ca";
}

.nv-icon[data-icon=arrow-right]::before {
  content: "\f061";
}

.nv-icon[data-icon=signs-post]::before {
  content: "\f277";
}

.nv-icon[data-icon=map-signs]::before {
  content: "\f277";
}

.nv-icon[data-icon=octagon-plus]::before {
  content: "\f301";
}

.nv-icon[data-icon=plus-octagon]::before {
  content: "\f301";
}

.nv-icon[data-icon=cash-register]::before {
  content: "\f788";
}

.nv-icon[data-icon=person-circle-question]::before {
  content: "\e542";
}

.nv-icon[data-icon=melon-slice]::before {
  content: "\e311";
}

.nv-icon[data-icon=space-station-moon]::before {
  content: "\e033";
}

.nv-icon[data-icon=message-smile]::before {
  content: "\f4aa";
}

.nv-icon[data-icon=comment-alt-smile]::before {
  content: "\f4aa";
}

.nv-icon[data-icon=cup-straw]::before {
  content: "\e363";
}

.nv-icon[data-icon=left-from-line]::before {
  content: "\f348";
}

.nv-icon[data-icon=arrow-alt-from-right]::before {
  content: "\f348";
}

.nv-icon[data-icon=h]::before {
  content: "H";
}

.nv-icon[data-icon=basket-shopping-simple]::before {
  content: "\e0af";
}

.nv-icon[data-icon=shopping-basket-alt]::before {
  content: "\e0af";
}

.nv-icon[data-icon=hands-holding-heart]::before {
  content: "\f4c3";
}

.nv-icon[data-icon=hands-heart]::before {
  content: "\f4c3";
}

.nv-icon[data-icon=clock-nine]::before {
  content: "\e34c";
}

.nv-icon[data-icon=hammer-brush]::before {
  content: "\e620";
}

.nv-icon[data-icon=tarp]::before {
  content: "\e57b";
}

.nv-icon[data-icon=face-sleepy]::before {
  content: "\e38e";
}

.nv-icon[data-icon=hand-horns]::before {
  content: "\e1a9";
}

.nv-icon[data-icon=screwdriver-wrench]::before {
  content: "\f7d9";
}

.nv-icon[data-icon=tools]::before {
  content: "\f7d9";
}

.nv-icon[data-icon=arrows-to-eye]::before {
  content: "\e4bf";
}

.nv-icon[data-icon=circle-three-quarters]::before {
  content: "\e125";
}

.nv-icon[data-icon=trophy-star]::before {
  content: "\f2eb";
}

.nv-icon[data-icon=trophy-alt]::before {
  content: "\f2eb";
}

.nv-icon[data-icon=plug-circle-bolt]::before {
  content: "\e55b";
}

.nv-icon[data-icon=face-thermometer]::before {
  content: "\e39a";
}

.nv-icon[data-icon=grid-round-4]::before {
  content: "\e5dd";
}

.nv-icon[data-icon=sign-posts-wrench]::before {
  content: "\e626";
}

.nv-icon[data-icon=shirt-running]::before {
  content: "\e3c8";
}

.nv-icon[data-icon=book-circle-arrow-up]::before {
  content: "\e0bd";
}

.nv-icon[data-icon=face-nauseated]::before {
  content: "\e381";
}

.nv-icon[data-icon=heart]::before {
  content: "\f004";
}

.nv-icon[data-icon=file-chart-pie]::before {
  content: "\f65a";
}

.nv-icon[data-icon=mars-and-venus]::before {
  content: "\f224";
}

.nv-icon[data-icon=house-user]::before {
  content: "\e1b0";
}

.nv-icon[data-icon=home-user]::before {
  content: "\e1b0";
}

.nv-icon[data-icon=circle-arrow-down-left]::before {
  content: "\e0f9";
}

.nv-icon[data-icon=dumpster-fire]::before {
  content: "\f794";
}

.nv-icon[data-icon=hexagon-minus]::before {
  content: "\f307";
}

.nv-icon[data-icon=minus-hexagon]::before {
  content: "\f307";
}

.nv-icon[data-icon=left-to-line]::before {
  content: "\f34b";
}

.nv-icon[data-icon=arrow-alt-to-left]::before {
  content: "\f34b";
}

.nv-icon[data-icon=house-crack]::before {
  content: "\e3b1";
}

.nv-icon[data-icon=paw-simple]::before {
  content: "\f701";
}

.nv-icon[data-icon=paw-alt]::before {
  content: "\f701";
}

.nv-icon[data-icon=arrow-left-long-to-line]::before {
  content: "\e3d4";
}

.nv-icon[data-icon=brackets-round]::before {
  content: "\e0c5";
}

.nv-icon[data-icon=parentheses]::before {
  content: "\e0c5";
}

.nv-icon[data-icon=martini-glass-citrus]::before {
  content: "\f561";
}

.nv-icon[data-icon=cocktail]::before {
  content: "\f561";
}

.nv-icon[data-icon=user-shakespeare]::before {
  content: "\e2c2";
}

.nv-icon[data-icon=arrow-right-to-arc]::before {
  content: "\e4b2";
}

.nv-icon[data-icon=face-surprise]::before {
  content: "\f5c2";
}

.nv-icon[data-icon=surprise]::before {
  content: "\f5c2";
}

.nv-icon[data-icon=bottle-water]::before {
  content: "\e4c5";
}

.nv-icon[data-icon=circle-pause]::before {
  content: "\f28b";
}

.nv-icon[data-icon=pause-circle]::before {
  content: "\f28b";
}

.nv-icon[data-icon=gauge-circle-plus]::before {
  content: "\e498";
}

.nv-icon[data-icon=folders]::before {
  content: "\f660";
}

.nv-icon[data-icon=angel]::before {
  content: "\f779";
}

.nv-icon[data-icon=value-absolute]::before {
  content: "\f6a6";
}

.nv-icon[data-icon=rabbit]::before {
  content: "\f708";
}

.nv-icon[data-icon=toilet-paper-slash]::before {
  content: "\e072";
}

.nv-icon[data-icon=circle-euro]::before {
  content: "\e5ce";
}

.nv-icon[data-icon=apple-whole]::before {
  content: "\f5d1";
}

.nv-icon[data-icon=apple-alt]::before {
  content: "\f5d1";
}

.nv-icon[data-icon=kitchen-set]::before {
  content: "\e51a";
}

.nv-icon[data-icon=diamond-half]::before {
  content: "\e5b7";
}

.nv-icon[data-icon=lock-keyhole]::before {
  content: "\f30d";
}

.nv-icon[data-icon=lock-alt]::before {
  content: "\f30d";
}

.nv-icon[data-icon=r]::before {
  content: "R";
}

.nv-icon[data-icon=temperature-quarter]::before {
  content: "\f2ca";
}

.nv-icon[data-icon=temperature-1]::before {
  content: "\f2ca";
}

.nv-icon[data-icon=thermometer-1]::before {
  content: "\f2ca";
}

.nv-icon[data-icon=thermometer-quarter]::before {
  content: "\f2ca";
}

.nv-icon[data-icon=square-info]::before {
  content: "\f30f";
}

.nv-icon[data-icon=info-square]::before {
  content: "\f30f";
}

.nv-icon[data-icon=wifi-slash]::before {
  content: "\f6ac";
}

.nv-icon[data-icon=toilet-paper-xmark]::before {
  content: "\e5b3";
}

.nv-icon[data-icon=hands-holding-dollar]::before {
  content: "\f4c5";
}

.nv-icon[data-icon=hands-usd]::before {
  content: "\f4c5";
}

.nv-icon[data-icon=cube]::before {
  content: "\f1b2";
}

.nv-icon[data-icon=arrow-down-triangle-square]::before {
  content: "\f888";
}

.nv-icon[data-icon=sort-shapes-down]::before {
  content: "\f888";
}

.nv-icon[data-icon=bitcoin-sign]::before {
  content: "\e0b4";
}

.nv-icon[data-icon=shutters]::before {
  content: "\e449";
}

.nv-icon[data-icon=shield-dog]::before {
  content: "\e573";
}

.nv-icon[data-icon=solar-panel]::before {
  content: "\f5ba";
}

.nv-icon[data-icon=lock-open]::before {
  content: "\f3c1";
}

.nv-icon[data-icon=table-tree]::before {
  content: "\e293";
}

.nv-icon[data-icon=house-chimney-heart]::before {
  content: "\e1b2";
}

.nv-icon[data-icon=tally-3]::before {
  content: "\e296";
}

.nv-icon[data-icon=elevator]::before {
  content: "\e16d";
}

.nv-icon[data-icon=money-bill-transfer]::before {
  content: "\e528";
}

.nv-icon[data-icon=money-bill-trend-up]::before {
  content: "\e529";
}

.nv-icon[data-icon=house-flood-water-circle-arrow-right]::before {
  content: "\e50f";
}

.nv-icon[data-icon=square-poll-horizontal]::before {
  content: "\f682";
}

.nv-icon[data-icon=poll-h]::before {
  content: "\f682";
}

.nv-icon[data-icon=circle]::before {
  content: "\f111";
}

.nv-icon[data-icon=cart-circle-exclamation]::before {
  content: "\e3f2";
}

.nv-icon[data-icon=sword]::before {
  content: "\f71c";
}

.nv-icon[data-icon=backward-fast]::before {
  content: "\f049";
}

.nv-icon[data-icon=fast-backward]::before {
  content: "\f049";
}

.nv-icon[data-icon=recycle]::before {
  content: "\f1b8";
}

.nv-icon[data-icon=user-astronaut]::before {
  content: "\f4fb";
}

.nv-icon[data-icon=interrobang]::before {
  content: "\e5ba";
}

.nv-icon[data-icon=plane-slash]::before {
  content: "\e069";
}

.nv-icon[data-icon=circle-dashed]::before {
  content: "\e105";
}

.nv-icon[data-icon=trademark]::before {
  content: "\f25c";
}

.nv-icon[data-icon=basketball]::before {
  content: "\f434";
}

.nv-icon[data-icon=basketball-ball]::before {
  content: "\f434";
}

.nv-icon[data-icon=fork-knife]::before {
  content: "\f2e6";
}

.nv-icon[data-icon=utensils-alt]::before {
  content: "\f2e6";
}

.nv-icon[data-icon=satellite-dish]::before {
  content: "\f7c0";
}

.nv-icon[data-icon=badge-check]::before {
  content: "\f336";
}

.nv-icon[data-icon=circle-up]::before {
  content: "\f35b";
}

.nv-icon[data-icon=arrow-alt-circle-up]::before {
  content: "\f35b";
}

.nv-icon[data-icon=slider]::before {
  content: "\e252";
}

.nv-icon[data-icon=mobile-screen-button]::before {
  content: "\f3cd";
}

.nv-icon[data-icon=mobile-alt]::before {
  content: "\f3cd";
}

.nv-icon[data-icon=clock-one-thirty]::before {
  content: "\e34f";
}

.nv-icon[data-icon=inbox-out]::before {
  content: "\f311";
}

.nv-icon[data-icon=inbox-arrow-up]::before {
  content: "\f311";
}

.nv-icon[data-icon=cloud-slash]::before {
  content: "\e137";
}

.nv-icon[data-icon=volume-high]::before {
  content: "\f028";
}

.nv-icon[data-icon=volume-up]::before {
  content: "\f028";
}

.nv-icon[data-icon=users-rays]::before {
  content: "\e593";
}

.nv-icon[data-icon=wallet]::before {
  content: "\f555";
}

.nv-icon[data-icon=octagon-check]::before {
  content: "\e426";
}

.nv-icon[data-icon=flatbread-stuffed]::before {
  content: "\e40c";
}

.nv-icon[data-icon=clipboard-check]::before {
  content: "\f46c";
}

.nv-icon[data-icon=cart-circle-plus]::before {
  content: "\e3f3";
}

.nv-icon[data-icon=truck-clock]::before {
  content: "\f48c";
}

.nv-icon[data-icon=shipping-timed]::before {
  content: "\f48c";
}

.nv-icon[data-icon=pool-8-ball]::before {
  content: "\e3c5";
}

.nv-icon[data-icon=file-audio]::before {
  content: "\f1c7";
}

.nv-icon[data-icon=turn-down-left]::before {
  content: "\e331";
}

.nv-icon[data-icon=lock-hashtag]::before {
  content: "\e423";
}

.nv-icon[data-icon=chart-radar]::before {
  content: "\e0e7";
}

.nv-icon[data-icon=staff]::before {
  content: "\f71b";
}

.nv-icon[data-icon=burger]::before {
  content: "\f805";
}

.nv-icon[data-icon=hamburger]::before {
  content: "\f805";
}

.nv-icon[data-icon=utility-pole]::before {
  content: "\e2c3";
}

.nv-icon[data-icon=transporter-6]::before {
  content: "\e2a7";
}

.nv-icon[data-icon=arrow-turn-left]::before {
  content: "\e632";
}

.nv-icon[data-icon=wrench]::before {
  content: "\f0ad";
}

.nv-icon[data-icon=bugs]::before {
  content: "\e4d0";
}

.nv-icon[data-icon=vector-polygon]::before {
  content: "\e2c7";
}

.nv-icon[data-icon=diagram-nested]::before {
  content: "\e157";
}

.nv-icon[data-icon=rupee-sign]::before {
  content: "\f156";
}

.nv-icon[data-icon=rupee]::before {
  content: "\f156";
}

.nv-icon[data-icon=file-image]::before {
  content: "\f1c5";
}

.nv-icon[data-icon=circle-question]::before {
  content: "\f059";
}

.nv-icon[data-icon=question-circle]::before {
  content: "\f059";
}

.nv-icon[data-icon=tickets-perforated]::before {
  content: "\e63f";
}

.nv-icon[data-icon=image-user]::before {
  content: "\e1b8";
}

.nv-icon[data-icon=buoy]::before {
  content: "\e5b5";
}

.nv-icon[data-icon=plane-departure]::before {
  content: "\f5b0";
}

.nv-icon[data-icon=handshake-slash]::before {
  content: "\e060";
}

.nv-icon[data-icon=book-bookmark]::before {
  content: "\e0bb";
}

.nv-icon[data-icon=border-center-h]::before {
  content: "\f89c";
}

.nv-icon[data-icon=can-food]::before {
  content: "\e3e6";
}

.nv-icon[data-icon=typewriter]::before {
  content: "\f8e7";
}

.nv-icon[data-icon=arrow-right-from-arc]::before {
  content: "\e4b1";
}

.nv-icon[data-icon=circle-k]::before {
  content: "\e113";
}

.nv-icon[data-icon=face-hand-over-mouth]::before {
  content: "\e378";
}

.nv-icon[data-icon=popcorn]::before {
  content: "\f819";
}

.nv-icon[data-icon=house-water]::before {
  content: "\f74f";
}

.nv-icon[data-icon=house-flood]::before {
  content: "\f74f";
}

.nv-icon[data-icon=object-subtract]::before {
  content: "\e49e";
}

.nv-icon[data-icon=code-branch]::before {
  content: "\f126";
}

.nv-icon[data-icon=warehouse-full]::before {
  content: "\f495";
}

.nv-icon[data-icon=warehouse-alt]::before {
  content: "\f495";
}

.nv-icon[data-icon=hat-cowboy]::before {
  content: "\f8c0";
}

.nv-icon[data-icon=bridge]::before {
  content: "\e4c8";
}

.nv-icon[data-icon=phone-flip]::before {
  content: "\f879";
}

.nv-icon[data-icon=phone-alt]::before {
  content: "\f879";
}

.nv-icon[data-icon=arrow-down-from-dotted-line]::before {
  content: "\e090";
}

.nv-icon[data-icon=file-doc]::before {
  content: "\e5ed";
}

.nv-icon[data-icon=square-quarters]::before {
  content: "\e44e";
}

.nv-icon[data-icon=truck-front]::before {
  content: "\e2b7";
}

.nv-icon[data-icon=cat]::before {
  content: "\f6be";
}

.nv-icon[data-icon=trash-xmark]::before {
  content: "\e2b4";
}

.nv-icon[data-icon=circle-caret-left]::before {
  content: "\f32e";
}

.nv-icon[data-icon=caret-circle-left]::before {
  content: "\f32e";
}

.nv-icon[data-icon=files]::before {
  content: "\e178";
}

.nv-icon[data-icon=anchor-circle-exclamation]::before {
  content: "\e4ab";
}

.nv-icon[data-icon=face-clouds]::before {
  content: "\e47d";
}

.nv-icon[data-icon=user-crown]::before {
  content: "\f6a4";
}

.nv-icon[data-icon=basket-shopping-plus]::before {
  content: "\e653";
}

.nv-icon[data-icon=truck-field]::before {
  content: "\e58d";
}

.nv-icon[data-icon=route]::before {
  content: "\f4d7";
}

.nv-icon[data-icon=cart-circle-check]::before {
  content: "\e3f1";
}

.nv-icon[data-icon=clipboard-question]::before {
  content: "\e4e3";
}

.nv-icon[data-icon=panorama]::before {
  content: "\e209";
}

.nv-icon[data-icon=comment-medical]::before {
  content: "\f7f5";
}

.nv-icon[data-icon=teeth-open]::before {
  content: "\f62f";
}

.nv-icon[data-icon=user-tie-hair-long]::before {
  content: "\e460";
}

.nv-icon[data-icon=file-circle-minus]::before {
  content: "\e4ed";
}

.nv-icon[data-icon=head-side-medical]::before {
  content: "\f809";
}

.nv-icon[data-icon=arrow-turn-right]::before {
  content: "\e635";
}

.nv-icon[data-icon=tags]::before {
  content: "\f02c";
}

.nv-icon[data-icon=wine-glass]::before {
  content: "\f4e3";
}

.nv-icon[data-icon=forward-fast]::before {
  content: "\f050";
}

.nv-icon[data-icon=fast-forward]::before {
  content: "\f050";
}

.nv-icon[data-icon=face-meh-blank]::before {
  content: "\f5a4";
}

.nv-icon[data-icon=meh-blank]::before {
  content: "\f5a4";
}

.nv-icon[data-icon=user-robot]::before {
  content: "\e04b";
}

.nv-icon[data-icon=square-parking]::before {
  content: "\f540";
}

.nv-icon[data-icon=parking]::before {
  content: "\f540";
}

.nv-icon[data-icon=card-diamond]::before {
  content: "\e3ea";
}

.nv-icon[data-icon=face-zipper]::before {
  content: "\e3a5";
}

.nv-icon[data-icon=face-raised-eyebrow]::before {
  content: "\e388";
}

.nv-icon[data-icon=house-signal]::before {
  content: "\e012";
}

.nv-icon[data-icon=square-chevron-up]::before {
  content: "\f32c";
}

.nv-icon[data-icon=chevron-square-up]::before {
  content: "\f32c";
}

.nv-icon[data-icon=bars-progress]::before {
  content: "\f828";
}

.nv-icon[data-icon=tasks-alt]::before {
  content: "\f828";
}

.nv-icon[data-icon=faucet-drip]::before {
  content: "\e006";
}

.nv-icon[data-icon=arrows-to-line]::before {
  content: "\e0a7";
}

.nv-icon[data-icon=dolphin]::before {
  content: "\e168";
}

.nv-icon[data-icon=arrow-up-right]::before {
  content: "\e09f";
}

.nv-icon[data-icon=circle-r]::before {
  content: "\e120";
}

.nv-icon[data-icon=cart-flatbed]::before {
  content: "\f474";
}

.nv-icon[data-icon=dolly-flatbed]::before {
  content: "\f474";
}

.nv-icon[data-icon=ban-smoking]::before {
  content: "\f54d";
}

.nv-icon[data-icon=smoking-ban]::before {
  content: "\f54d";
}

.nv-icon[data-icon=circle-sort-up]::before {
  content: "\e032";
}

.nv-icon[data-icon=sort-circle-up]::before {
  content: "\e032";
}

.nv-icon[data-icon=terminal]::before {
  content: "\f120";
}

.nv-icon[data-icon=mobile-button]::before {
  content: "\f10b";
}

.nv-icon[data-icon=house-medical-flag]::before {
  content: "\e514";
}

.nv-icon[data-icon=basket-shopping]::before {
  content: "\f291";
}

.nv-icon[data-icon=shopping-basket]::before {
  content: "\f291";
}

.nv-icon[data-icon=tape]::before {
  content: "\f4db";
}

.nv-icon[data-icon=chestnut]::before {
  content: "\e3f6";
}

.nv-icon[data-icon=bus-simple]::before {
  content: "\f55e";
}

.nv-icon[data-icon=bus-alt]::before {
  content: "\f55e";
}

.nv-icon[data-icon=eye]::before {
  content: "\f06e";
}

.nv-icon[data-icon=face-sad-cry]::before {
  content: "\f5b3";
}

.nv-icon[data-icon=sad-cry]::before {
  content: "\f5b3";
}

.nv-icon[data-icon=heat]::before {
  content: "\e00c";
}

.nv-icon[data-icon=ticket-airline]::before {
  content: "\e29a";
}

.nv-icon[data-icon=ticket-perforated-plane]::before {
  content: "\e29a";
}

.nv-icon[data-icon=ticket-plane]::before {
  content: "\e29a";
}

.nv-icon[data-icon=boot-heeled]::before {
  content: "\e33f";
}

.nv-icon[data-icon=arrows-minimize]::before {
  content: "\e0a5";
}

.nv-icon[data-icon=compress-arrows]::before {
  content: "\e0a5";
}

.nv-icon[data-icon=audio-description]::before {
  content: "\f29e";
}

.nv-icon[data-icon=person-military-to-person]::before {
  content: "\e54c";
}

.nv-icon[data-icon=file-shield]::before {
  content: "\e4f0";
}

.nv-icon[data-icon=hexagon]::before {
  content: "\f312";
}

.nv-icon[data-icon=manhole]::before {
  content: "\e1d6";
}

.nv-icon[data-icon=user-slash]::before {
  content: "\f506";
}

.nv-icon[data-icon=pen]::before {
  content: "\f304";
}

.nv-icon[data-icon=tower-observation]::before {
  content: "\e586";
}

.nv-icon[data-icon=floppy-disks]::before {
  content: "\e183";
}

.nv-icon[data-icon=toilet-paper-blank-under]::before {
  content: "\e29f";
}

.nv-icon[data-icon=toilet-paper-reverse-alt]::before {
  content: "\e29f";
}

.nv-icon[data-icon=file-code]::before {
  content: "\f1c9";
}

.nv-icon[data-icon=signal]::before {
  content: "\f012";
}

.nv-icon[data-icon=signal-5]::before {
  content: "\f012";
}

.nv-icon[data-icon=signal-perfect]::before {
  content: "\f012";
}

.nv-icon[data-icon=pump]::before {
  content: "\e442";
}

.nv-icon[data-icon=bus]::before {
  content: "\f207";
}

.nv-icon[data-icon=heart-circle-xmark]::before {
  content: "\e501";
}

.nv-icon[data-icon=arrow-up-left-from-circle]::before {
  content: "\e09e";
}

.nv-icon[data-icon=house-chimney]::before {
  content: "\e3af";
}

.nv-icon[data-icon=home-lg]::before {
  content: "\e3af";
}

.nv-icon[data-icon=window-maximize]::before {
  content: "\f2d0";
}

.nv-icon[data-icon=dryer]::before {
  content: "\f861";
}

.nv-icon[data-icon=face-frown]::before {
  content: "\f119";
}

.nv-icon[data-icon=frown]::before {
  content: "\f119";
}

.nv-icon[data-icon=chess-bishop-piece]::before {
  content: "\f43b";
}

.nv-icon[data-icon=chess-bishop-alt]::before {
  content: "\f43b";
}

.nv-icon[data-icon=shirt-tank-top]::before {
  content: "\e3c9";
}

.nv-icon[data-icon=diploma]::before {
  content: "\f5ea";
}

.nv-icon[data-icon=scroll-ribbon]::before {
  content: "\f5ea";
}

.nv-icon[data-icon=screencast]::before {
  content: "\e23e";
}

.nv-icon[data-icon=walker]::before {
  content: "\f831";
}

.nv-icon[data-icon=prescription]::before {
  content: "\f5b1";
}

.nv-icon[data-icon=shop]::before {
  content: "\f54f";
}

.nv-icon[data-icon=store-alt]::before {
  content: "\f54f";
}

.nv-icon[data-icon=floppy-disk]::before {
  content: "\f0c7";
}

.nv-icon[data-icon=save]::before {
  content: "\f0c7";
}

.nv-icon[data-icon=vihara]::before {
  content: "\f6a7";
}

.nv-icon[data-icon=face-kiss-closed-eyes]::before {
  content: "\e37d";
}

.nv-icon[data-icon=scale-unbalanced]::before {
  content: "\f515";
}

.nv-icon[data-icon=balance-scale-left]::before {
  content: "\f515";
}

.nv-icon[data-icon=file-user]::before {
  content: "\f65c";
}

.nv-icon[data-icon=user-police-tie]::before {
  content: "\e334";
}

.nv-icon[data-icon=face-tongue-money]::before {
  content: "\e39d";
}

.nv-icon[data-icon=tennis-ball]::before {
  content: "\f45e";
}

.nv-icon[data-icon=square-l]::before {
  content: "\e275";
}

.nv-icon[data-icon=sort-up]::before {
  content: "\f0de";
}

.nv-icon[data-icon=sort-asc]::before {
  content: "\f0de";
}

.nv-icon[data-icon=calendar-arrow-up]::before {
  content: "\e0d1";
}

.nv-icon[data-icon=calendar-upload]::before {
  content: "\e0d1";
}

.nv-icon[data-icon=comment-dots]::before {
  content: "\f4ad";
}

.nv-icon[data-icon=commenting]::before {
  content: "\f4ad";
}

.nv-icon[data-icon=plant-wilt]::before {
  content: "\e5aa";
}

.nv-icon[data-icon=scarf]::before {
  content: "\f7c1";
}

.nv-icon[data-icon=album-circle-plus]::before {
  content: "\e48c";
}

.nv-icon[data-icon=user-nurse-hair-long]::before {
  content: "\e45e";
}

.nv-icon[data-icon=diamond]::before {
  content: "\f219";
}

.nv-icon[data-icon=square-left]::before {
  content: "\f351";
}

.nv-icon[data-icon=arrow-alt-square-left]::before {
  content: "\f351";
}

.nv-icon[data-icon=face-grin-squint]::before {
  content: "\f585";
}

.nv-icon[data-icon=grin-squint]::before {
  content: "\f585";
}

.nv-icon[data-icon=circle-ellipsis-vertical]::before {
  content: "\e10b";
}

.nv-icon[data-icon=hand-holding-dollar]::before {
  content: "\f4c0";
}

.nv-icon[data-icon=hand-holding-usd]::before {
  content: "\f4c0";
}

.nv-icon[data-icon=grid-dividers]::before {
  content: "\e3ad";
}

.nv-icon[data-icon=bacterium]::before {
  content: "\e05a";
}

.nv-icon[data-icon=hand-pointer]::before {
  content: "\f25a";
}

.nv-icon[data-icon=drum-steelpan]::before {
  content: "\f56a";
}

.nv-icon[data-icon=hand-scissors]::before {
  content: "\f257";
}

.nv-icon[data-icon=hands-praying]::before {
  content: "\f684";
}

.nv-icon[data-icon=praying-hands]::before {
  content: "\f684";
}

.nv-icon[data-icon=face-pensive]::before {
  content: "\e384";
}

.nv-icon[data-icon=user-music]::before {
  content: "\f8eb";
}

.nv-icon[data-icon=arrow-rotate-right]::before {
  content: "\f01e";
}

.nv-icon[data-icon=arrow-right-rotate]::before {
  content: "\f01e";
}

.nv-icon[data-icon=arrow-rotate-forward]::before {
  content: "\f01e";
}

.nv-icon[data-icon=redo]::before {
  content: "\f01e";
}

.nv-icon[data-icon=messages-dollar]::before {
  content: "\f652";
}

.nv-icon[data-icon=comments-alt-dollar]::before {
  content: "\f652";
}

.nv-icon[data-icon=sensor-on]::before {
  content: "\e02b";
}

.nv-icon[data-icon=balloon]::before {
  content: "\e2e3";
}

.nv-icon[data-icon=biohazard]::before {
  content: "\f780";
}

.nv-icon[data-icon=chess-queen-piece]::before {
  content: "\f446";
}

.nv-icon[data-icon=chess-queen-alt]::before {
  content: "\f446";
}

.nv-icon[data-icon=location-crosshairs]::before {
  content: "\f601";
}

.nv-icon[data-icon=location]::before {
  content: "\f601";
}

.nv-icon[data-icon=mars-double]::before {
  content: "\f227";
}

.nv-icon[data-icon=house-person-leave]::before {
  content: "\e00f";
}

.nv-icon[data-icon=house-leave]::before {
  content: "\e00f";
}

.nv-icon[data-icon=house-person-depart]::before {
  content: "\e00f";
}

.nv-icon[data-icon=ruler-triangle]::before {
  content: "\f61c";
}

.nv-icon[data-icon=card-club]::before {
  content: "\e3e9";
}

.nv-icon[data-icon=child-dress]::before {
  content: "\e59c";
}

.nv-icon[data-icon=users-between-lines]::before {
  content: "\e591";
}

.nv-icon[data-icon=lungs-virus]::before {
  content: "\e067";
}

.nv-icon[data-icon=spinner-third]::before {
  content: "\f3f4";
}

.nv-icon[data-icon=face-grin-tears]::before {
  content: "\f588";
}

.nv-icon[data-icon=grin-tears]::before {
  content: "\f588";
}

.nv-icon[data-icon=phone]::before {
  content: "\f095";
}

.nv-icon[data-icon=computer-mouse-scrollwheel]::before {
  content: "\f8cd";
}

.nv-icon[data-icon=mouse-alt]::before {
  content: "\f8cd";
}

.nv-icon[data-icon=calendar-xmark]::before {
  content: "\f273";
}

.nv-icon[data-icon=calendar-times]::before {
  content: "\f273";
}

.nv-icon[data-icon=child-reaching]::before {
  content: "\e59d";
}

.nv-icon[data-icon=table-layout]::before {
  content: "\e290";
}

.nv-icon[data-icon=narwhal]::before {
  content: "\f6fe";
}

.nv-icon[data-icon=ramp-loading]::before {
  content: "\f4d4";
}

.nv-icon[data-icon=calendar-circle-plus]::before {
  content: "\e470";
}

.nv-icon[data-icon=toothbrush]::before {
  content: "\f635";
}

.nv-icon[data-icon=border-inner]::before {
  content: "\f84e";
}

.nv-icon[data-icon=paw-claws]::before {
  content: "\f702";
}

.nv-icon[data-icon=kiwi-fruit]::before {
  content: "\e30c";
}

.nv-icon[data-icon=traffic-light-slow]::before {
  content: "\f639";
}

.nv-icon[data-icon=rectangle-code]::before {
  content: "\e322";
}

.nv-icon[data-icon=head-side-virus]::before {
  content: "\e064";
}

.nv-icon[data-icon=keyboard-brightness]::before {
  content: "\e1c0";
}

.nv-icon[data-icon=books-medical]::before {
  content: "\f7e8";
}

.nv-icon[data-icon=lightbulb-slash]::before {
  content: "\f673";
}

.nv-icon[data-icon=house-blank]::before {
  content: "\e487";
}

.nv-icon[data-icon=home-blank]::before {
  content: "\e487";
}

.nv-icon[data-icon=square-5]::before {
  content: "\e25a";
}

.nv-icon[data-icon=square-heart]::before {
  content: "\f4c8";
}

.nv-icon[data-icon=heart-square]::before {
  content: "\f4c8";
}

.nv-icon[data-icon=puzzle]::before {
  content: "\e443";
}

.nv-icon[data-icon=user-gear]::before {
  content: "\f4fe";
}

.nv-icon[data-icon=user-cog]::before {
  content: "\f4fe";
}

.nv-icon[data-icon=pipe-circle-check]::before {
  content: "\e436";
}

.nv-icon[data-icon=arrow-up-1-9]::before {
  content: "\f163";
}

.nv-icon[data-icon=sort-numeric-up]::before {
  content: "\f163";
}

.nv-icon[data-icon=octagon-exclamation]::before {
  content: "\e204";
}

.nv-icon[data-icon=dial-low]::before {
  content: "\e15d";
}

.nv-icon[data-icon=door-closed]::before {
  content: "\f52a";
}

.nv-icon[data-icon=laptop-mobile]::before {
  content: "\f87a";
}

.nv-icon[data-icon=phone-laptop]::before {
  content: "\f87a";
}

.nv-icon[data-icon=conveyor-belt-boxes]::before {
  content: "\f46f";
}

.nv-icon[data-icon=conveyor-belt-alt]::before {
  content: "\f46f";
}

.nv-icon[data-icon=shield-virus]::before {
  content: "\e06c";
}

.nv-icon[data-icon=starfighter-twin-ion-engine-advanced]::before {
  content: "\e28e";
}

.nv-icon[data-icon=starfighter-alt-advanced]::before {
  content: "\e28e";
}

.nv-icon[data-icon=dice-six]::before {
  content: "\f526";
}

.nv-icon[data-icon=starfighter-twin-ion-engine]::before {
  content: "\e038";
}

.nv-icon[data-icon=starfighter-alt]::before {
  content: "\e038";
}

.nv-icon[data-icon=rocket-launch]::before {
  content: "\e027";
}

.nv-icon[data-icon=mosquito-net]::before {
  content: "\e52c";
}

.nv-icon[data-icon=vent-damper]::before {
  content: "\e465";
}

.nv-icon[data-icon=bridge-water]::before {
  content: "\e4ce";
}

.nv-icon[data-icon=ban-bug]::before {
  content: "\f7f9";
}

.nv-icon[data-icon=debug]::before {
  content: "\f7f9";
}

.nv-icon[data-icon=person-booth]::before {
  content: "\f756";
}

.nv-icon[data-icon=text-width]::before {
  content: "\f035";
}

.nv-icon[data-icon=garage-car]::before {
  content: "\e00a";
}

.nv-icon[data-icon=square-kanban]::before {
  content: "\e488";
}

.nv-icon[data-icon=hat-wizard]::before {
  content: "\f6e8";
}

.nv-icon[data-icon=chart-kanban]::before {
  content: "\e64f";
}

.nv-icon[data-icon=pen-fancy]::before {
  content: "\f5ac";
}

.nv-icon[data-icon=coffee-pot]::before {
  content: "\e002";
}

.nv-icon[data-icon=mouse-field]::before {
  content: "\e5a8";
}

.nv-icon[data-icon=person-digging]::before {
  content: "\f85e";
}

.nv-icon[data-icon=digging]::before {
  content: "\f85e";
}

.nv-icon[data-icon=shower-down]::before {
  content: "\e24d";
}

.nv-icon[data-icon=shower-alt]::before {
  content: "\e24d";
}

.nv-icon[data-icon=box-circle-check]::before {
  content: "\e0c4";
}

.nv-icon[data-icon=brightness]::before {
  content: "\e0c9";
}

.nv-icon[data-icon=car-side-bolt]::before {
  content: "\e344";
}

.nv-icon[data-icon=file-xml]::before {
  content: "\e654";
}

.nv-icon[data-icon=ornament]::before {
  content: "\f7b8";
}

.nv-icon[data-icon=phone-arrow-down-left]::before {
  content: "\e223";
}

.nv-icon[data-icon=phone-arrow-down]::before {
  content: "\e223";
}

.nv-icon[data-icon=phone-incoming]::before {
  content: "\e223";
}

.nv-icon[data-icon=cloud-word]::before {
  content: "\e138";
}

.nv-icon[data-icon=hand-fingers-crossed]::before {
  content: "\e1a3";
}

.nv-icon[data-icon=trash]::before {
  content: "\f1f8";
}

.nv-icon[data-icon=gauge-simple]::before {
  content: "\f629";
}

.nv-icon[data-icon=gauge-simple-med]::before {
  content: "\f629";
}

.nv-icon[data-icon=tachometer-average]::before {
  content: "\f629";
}

.nv-icon[data-icon=arrow-down-small-big]::before {
  content: "\f88d";
}

.nv-icon[data-icon=sort-size-down-alt]::before {
  content: "\f88d";
}

.nv-icon[data-icon=book-medical]::before {
  content: "\f7e6";
}

.nv-icon[data-icon=face-melting]::before {
  content: "\e483";
}

.nv-icon[data-icon=poo]::before {
  content: "\f2fe";
}

.nv-icon[data-icon=pen-clip-slash]::before {
  content: "\e20f";
}

.nv-icon[data-icon=pen-alt-slash]::before {
  content: "\e20f";
}

.nv-icon[data-icon=quote-right]::before {
  content: "\f10e";
}

.nv-icon[data-icon=quote-right-alt]::before {
  content: "\f10e";
}

.nv-icon[data-icon=scroll-old]::before {
  content: "\f70f";
}

.nv-icon[data-icon=guitars]::before {
  content: "\f8bf";
}

.nv-icon[data-icon=phone-xmark]::before {
  content: "\e227";
}

.nv-icon[data-icon=hose]::before {
  content: "\e419";
}

.nv-icon[data-icon=clock-six]::before {
  content: "\e352";
}

.nv-icon[data-icon=shirt]::before {
  content: "\f553";
}

.nv-icon[data-icon=t-shirt]::before {
  content: "\f553";
}

.nv-icon[data-icon=tshirt]::before {
  content: "\f553";
}

.nv-icon[data-icon=billboard]::before {
  content: "\e5cd";
}

.nv-icon[data-icon=square-r]::before {
  content: "\e27c";
}

.nv-icon[data-icon=cubes]::before {
  content: "\f1b3";
}

.nv-icon[data-icon=envelope-open-dollar]::before {
  content: "\f657";
}

.nv-icon[data-icon=divide]::before {
  content: "\f529";
}

.nv-icon[data-icon=sun-cloud]::before {
  content: "\f763";
}

.nv-icon[data-icon=lamp-floor]::before {
  content: "\e015";
}

.nv-icon[data-icon=square-7]::before {
  content: "\e25c";
}

.nv-icon[data-icon=tenge-sign]::before {
  content: "\f7d7";
}

.nv-icon[data-icon=tenge]::before {
  content: "\f7d7";
}

.nv-icon[data-icon=headphones]::before {
  content: "\f025";
}

.nv-icon[data-icon=hands-holding]::before {
  content: "\f4c2";
}

.nv-icon[data-icon=campfire]::before {
  content: "\f6ba";
}

.nv-icon[data-icon=circle-ampersand]::before {
  content: "\e0f8";
}

.nv-icon[data-icon=snowflakes]::before {
  content: "\f7cf";
}

.nv-icon[data-icon=hands-clapping]::before {
  content: "\e1a8";
}

.nv-icon[data-icon=republican]::before {
  content: "\f75e";
}

.nv-icon[data-icon=leaf-maple]::before {
  content: "\f6f6";
}

.nv-icon[data-icon=arrow-left]::before {
  content: "\f060";
}

.nv-icon[data-icon=person-circle-xmark]::before {
  content: "\e543";
}

.nv-icon[data-icon=ruler]::before {
  content: "\f545";
}

.nv-icon[data-icon=cup-straw-swoosh]::before {
  content: "\e364";
}

.nv-icon[data-icon=temperature-sun]::before {
  content: "\f76a";
}

.nv-icon[data-icon=temperature-hot]::before {
  content: "\f76a";
}

.nv-icon[data-icon=align-left]::before {
  content: "\f036";
}

.nv-icon[data-icon=dice-d6]::before {
  content: "\f6d1";
}

.nv-icon[data-icon=restroom]::before {
  content: "\f7bd";
}

.nv-icon[data-icon=high-definition]::before {
  content: "\e1ae";
}

.nv-icon[data-icon=rectangle-hd]::before {
  content: "\e1ae";
}

.nv-icon[data-icon=j]::before {
  content: "J";
}

.nv-icon[data-icon=galaxy]::before {
  content: "\e008";
}

.nv-icon[data-icon=users-viewfinder]::before {
  content: "\e595";
}

.nv-icon[data-icon=file-video]::before {
  content: "\f1c8";
}

.nv-icon[data-icon=cherries]::before {
  content: "\e0ec";
}

.nv-icon[data-icon=up-right-from-square]::before {
  content: "\f35d";
}

.nv-icon[data-icon=external-link-alt]::before {
  content: "\f35d";
}

.nv-icon[data-icon=circle-sort]::before {
  content: "\e030";
}

.nv-icon[data-icon=sort-circle]::before {
  content: "\e030";
}

.nv-icon[data-icon=table-cells]::before {
  content: "\f00a";
}

.nv-icon[data-icon=th]::before {
  content: "\f00a";
}

.nv-icon[data-icon=bag-shopping-minus]::before {
  content: "\e650";
}

.nv-icon[data-icon=file-pdf]::before {
  content: "\f1c1";
}

.nv-icon[data-icon=siren]::before {
  content: "\e02d";
}

.nv-icon[data-icon=arrow-up-to-dotted-line]::before {
  content: "\e0a1";
}

.nv-icon[data-icon=image-landscape]::before {
  content: "\e1b5";
}

.nv-icon[data-icon=landscape]::before {
  content: "\e1b5";
}

.nv-icon[data-icon=tank-water]::before {
  content: "\e452";
}

.nv-icon[data-icon=curling-stone]::before {
  content: "\f44a";
}

.nv-icon[data-icon=curling]::before {
  content: "\f44a";
}

.nv-icon[data-icon=gamepad-modern]::before {
  content: "\e5a2";
}

.nv-icon[data-icon=gamepad-alt]::before {
  content: "\e5a2";
}

.nv-icon[data-icon=messages-question]::before {
  content: "\e1e7";
}

.nv-icon[data-icon=book-bible]::before {
  content: "\f647";
}

.nv-icon[data-icon=bible]::before {
  content: "\f647";
}

.nv-icon[data-icon=o]::before {
  content: "O";
}

.nv-icon[data-icon=suitcase-medical]::before {
  content: "\f0fa";
}

.nv-icon[data-icon=medkit]::before {
  content: "\f0fa";
}

.nv-icon[data-icon=briefcase-arrow-right]::before {
  content: "\e2f2";
}

.nv-icon[data-icon=expand-wide]::before {
  content: "\f320";
}

.nv-icon[data-icon=clock-eleven-thirty]::before {
  content: "\e348";
}

.nv-icon[data-icon=rv]::before {
  content: "\f7be";
}

.nv-icon[data-icon=user-secret]::before {
  content: "\f21b";
}

.nv-icon[data-icon=otter]::before {
  content: "\f700";
}

.nv-icon[data-icon=dreidel]::before {
  content: "\f792";
}

.nv-icon[data-icon=person-dress]::before {
  content: "\f182";
}

.nv-icon[data-icon=female]::before {
  content: "\f182";
}

.nv-icon[data-icon=comment-dollar]::before {
  content: "\f651";
}

.nv-icon[data-icon=business-time]::before {
  content: "\f64a";
}

.nv-icon[data-icon=briefcase-clock]::before {
  content: "\f64a";
}

.nv-icon[data-icon=flower-tulip]::before {
  content: "\f801";
}

.nv-icon[data-icon=people-pants-simple]::before {
  content: "\e21a";
}

.nv-icon[data-icon=cloud-drizzle]::before {
  content: "\f738";
}

.nv-icon[data-icon=table-cells-large]::before {
  content: "\f009";
}

.nv-icon[data-icon=th-large]::before {
  content: "\f009";
}

.nv-icon[data-icon=book-tanakh]::before {
  content: "\f827";
}

.nv-icon[data-icon=tanakh]::before {
  content: "\f827";
}

.nv-icon[data-icon=solar-system]::before {
  content: "\e02f";
}

.nv-icon[data-icon=seal-question]::before {
  content: "\e243";
}

.nv-icon[data-icon=phone-volume]::before {
  content: "\f2a0";
}

.nv-icon[data-icon=volume-control-phone]::before {
  content: "\f2a0";
}

.nv-icon[data-icon=disc-drive]::before {
  content: "\f8b5";
}

.nv-icon[data-icon=hat-cowboy-side]::before {
  content: "\f8c1";
}

.nv-icon[data-icon=table-rows]::before {
  content: "\e292";
}

.nv-icon[data-icon=rows]::before {
  content: "\e292";
}

.nv-icon[data-icon=location-exclamation]::before {
  content: "\f608";
}

.nv-icon[data-icon=map-marker-exclamation]::before {
  content: "\f608";
}

.nv-icon[data-icon=face-fearful]::before {
  content: "\e375";
}

.nv-icon[data-icon=clipboard-user]::before {
  content: "\f7f3";
}

.nv-icon[data-icon=bus-school]::before {
  content: "\f5dd";
}

.nv-icon[data-icon=film-slash]::before {
  content: "\e179";
}

.nv-icon[data-icon=square-arrow-down-right]::before {
  content: "\e262";
}

.nv-icon[data-icon=book-sparkles]::before {
  content: "\f6b8";
}

.nv-icon[data-icon=book-spells]::before {
  content: "\f6b8";
}

.nv-icon[data-icon=washing-machine]::before {
  content: "\f898";
}

.nv-icon[data-icon=washer]::before {
  content: "\f898";
}

.nv-icon[data-icon=child]::before {
  content: "\f1ae";
}

.nv-icon[data-icon=lira-sign]::before {
  content: "\f195";
}

.nv-icon[data-icon=user-visor]::before {
  content: "\e04c";
}

.nv-icon[data-icon=file-plus-minus]::before {
  content: "\e177";
}

.nv-icon[data-icon=chess-clock-flip]::before {
  content: "\f43e";
}

.nv-icon[data-icon=chess-clock-alt]::before {
  content: "\f43e";
}

.nv-icon[data-icon=satellite]::before {
  content: "\f7bf";
}

.nv-icon[data-icon=truck-fire]::before {
  content: "\e65a";
}

.nv-icon[data-icon=plane-lock]::before {
  content: "\e558";
}

.nv-icon[data-icon=steering-wheel]::before {
  content: "\f622";
}

.nv-icon[data-icon=tag]::before {
  content: "\f02b";
}

.nv-icon[data-icon=stretcher]::before {
  content: "\f825";
}

.nv-icon[data-icon=book-section]::before {
  content: "\e0c1";
}

.nv-icon[data-icon=book-law]::before {
  content: "\e0c1";
}

.nv-icon[data-icon=inboxes]::before {
  content: "\e1bb";
}

.nv-icon[data-icon=coffee-bean]::before {
  content: "\e13e";
}

.nv-icon[data-icon=circle-yen]::before {
  content: "\e5d0";
}

.nv-icon[data-icon=brackets-curly]::before {
  content: "\f7ea";
}

.nv-icon[data-icon=ellipsis-stroke-vertical]::before {
  content: "\f39c";
}

.nv-icon[data-icon=ellipsis-v-alt]::before {
  content: "\f39c";
}

.nv-icon[data-icon=comment]::before {
  content: "\f075";
}

.nv-icon[data-icon=square-1]::before {
  content: "\e256";
}

.nv-icon[data-icon=cake-candles]::before {
  content: "\f1fd";
}

.nv-icon[data-icon=birthday-cake]::before {
  content: "\f1fd";
}

.nv-icon[data-icon=cake]::before {
  content: "\f1fd";
}

.nv-icon[data-icon=head-side]::before {
  content: "\f6e9";
}

.nv-icon[data-icon=truck-ladder]::before {
  content: "\e657";
}

.nv-icon[data-icon=envelope]::before {
  content: "\f0e0";
}

.nv-icon[data-icon=dolly-empty]::before {
  content: "\f473";
}

.nv-icon[data-icon=face-tissue]::before {
  content: "\e39c";
}

.nv-icon[data-icon=angles-up]::before {
  content: "\f102";
}

.nv-icon[data-icon=angle-double-up]::before {
  content: "\f102";
}

.nv-icon[data-icon=bin-recycle]::before {
  content: "\e5f7";
}

.nv-icon[data-icon=paperclip]::before {
  content: "\f0c6";
}

.nv-icon[data-icon=chart-line-down]::before {
  content: "\f64d";
}

.nv-icon[data-icon=arrow-right-to-city]::before {
  content: "\e4b3";
}

.nv-icon[data-icon=lock-a]::before {
  content: "\e422";
}

.nv-icon[data-icon=ribbon]::before {
  content: "\f4d6";
}

.nv-icon[data-icon=lungs]::before {
  content: "\f604";
}

.nv-icon[data-icon=person-pinball]::before {
  content: "\e21d";
}

.nv-icon[data-icon=arrow-up-9-1]::before {
  content: "\f887";
}

.nv-icon[data-icon=sort-numeric-up-alt]::before {
  content: "\f887";
}

.nv-icon[data-icon=apple-core]::before {
  content: "\e08f";
}

.nv-icon[data-icon=circle-y]::before {
  content: "\e12f";
}

.nv-icon[data-icon=h6]::before {
  content: "\e413";
}

.nv-icon[data-icon=litecoin-sign]::before {
  content: "\e1d3";
}

.nv-icon[data-icon=circle-small]::before {
  content: "\e122";
}

.nv-icon[data-icon=border-none]::before {
  content: "\f850";
}

.nv-icon[data-icon=arrow-turn-down-left]::before {
  content: "\e2e1";
}

.nv-icon[data-icon=circle-nodes]::before {
  content: "\e4e2";
}

.nv-icon[data-icon=parachute-box]::before {
  content: "\f4cd";
}

.nv-icon[data-icon=reflect-horizontal]::before {
  content: "\e664";
}

.nv-icon[data-icon=message-medical]::before {
  content: "\f7f4";
}

.nv-icon[data-icon=comment-alt-medical]::before {
  content: "\f7f4";
}

.nv-icon[data-icon=rugby-ball]::before {
  content: "\e3c6";
}

.nv-icon[data-icon=comment-music]::before {
  content: "\f8b0";
}

.nv-icon[data-icon=indent]::before {
  content: "\f03c";
}

.nv-icon[data-icon=tree-deciduous]::before {
  content: "\f400";
}

.nv-icon[data-icon=tree-alt]::before {
  content: "\f400";
}

.nv-icon[data-icon=puzzle-piece-simple]::before {
  content: "\e231";
}

.nv-icon[data-icon=puzzle-piece-alt]::before {
  content: "\e231";
}

.nv-icon[data-icon=truck-field-un]::before {
  content: "\e58e";
}

.nv-icon[data-icon=nfc-trash]::before {
  content: "\e1fd";
}

.nv-icon[data-icon=hourglass]::before {
  content: "\f254";
}

.nv-icon[data-icon=hourglass-empty]::before {
  content: "\f254";
}

.nv-icon[data-icon=mountain]::before {
  content: "\f6fc";
}

.nv-icon[data-icon=file-xmark]::before {
  content: "\f317";
}

.nv-icon[data-icon=file-times]::before {
  content: "\f317";
}

.nv-icon[data-icon=house-heart]::before {
  content: "\f4c9";
}

.nv-icon[data-icon=home-heart]::before {
  content: "\f4c9";
}

.nv-icon[data-icon=house-chimney-blank]::before {
  content: "\e3b0";
}

.nv-icon[data-icon=meter-bolt]::before {
  content: "\e1e9";
}

.nv-icon[data-icon=user-doctor]::before {
  content: "\f0f0";
}

.nv-icon[data-icon=user-md]::before {
  content: "\f0f0";
}

.nv-icon[data-icon=slash-back]::before {
  content: "\\\\";
}

.nv-icon[data-icon=circle-info]::before {
  content: "\f05a";
}

.nv-icon[data-icon=info-circle]::before {
  content: "\f05a";
}

.nv-icon[data-icon=fishing-rod]::before {
  content: "\e3a8";
}

.nv-icon[data-icon=hammer-crash]::before {
  content: "\e414";
}

.nv-icon[data-icon=message-heart]::before {
  content: "\e5c9";
}

.nv-icon[data-icon=cloud-meatball]::before {
  content: "\f73b";
}

.nv-icon[data-icon=camera-polaroid]::before {
  content: "\f8aa";
}

.nv-icon[data-icon=camera]::before {
  content: "\f030";
}

.nv-icon[data-icon=camera-alt]::before {
  content: "\f030";
}

.nv-icon[data-icon=square-virus]::before {
  content: "\e578";
}

.nv-icon[data-icon=cart-arrow-up]::before {
  content: "\e3ee";
}

.nv-icon[data-icon=meteor]::before {
  content: "\f753";
}

.nv-icon[data-icon=car-on]::before {
  content: "\e4dd";
}

.nv-icon[data-icon=sleigh]::before {
  content: "\f7cc";
}

.nv-icon[data-icon=arrow-down-1-9]::before {
  content: "\f162";
}

.nv-icon[data-icon=sort-numeric-asc]::before {
  content: "\f162";
}

.nv-icon[data-icon=sort-numeric-down]::before {
  content: "\f162";
}

.nv-icon[data-icon=buoy-mooring]::before {
  content: "\e5b6";
}

.nv-icon[data-icon=square-4]::before {
  content: "\e259";
}

.nv-icon[data-icon=hand-holding-droplet]::before {
  content: "\f4c1";
}

.nv-icon[data-icon=hand-holding-water]::before {
  content: "\f4c1";
}

.nv-icon[data-icon=file-eps]::before {
  content: "\e644";
}

.nv-icon[data-icon=tricycle-adult]::before {
  content: "\e5c4";
}

.nv-icon[data-icon=waveform]::before {
  content: "\f8f1";
}

.nv-icon[data-icon=water]::before {
  content: "\f773";
}

.nv-icon[data-icon=star-sharp-half-stroke]::before {
  content: "\e28d";
}

.nv-icon[data-icon=star-sharp-half-alt]::before {
  content: "\e28d";
}

.nv-icon[data-icon=nfc-signal]::before {
  content: "\e1fb";
}

.nv-icon[data-icon=plane-prop]::before {
  content: "\e22b";
}

.nv-icon[data-icon=calendar-check]::before {
  content: "\f274";
}

.nv-icon[data-icon=clock-desk]::before {
  content: "\e134";
}

.nv-icon[data-icon=calendar-clock]::before {
  content: "\e0d2";
}

.nv-icon[data-icon=calendar-time]::before {
  content: "\e0d2";
}

.nv-icon[data-icon=braille]::before {
  content: "\f2a1";
}

.nv-icon[data-icon=prescription-bottle-medical]::before {
  content: "\f486";
}

.nv-icon[data-icon=prescription-bottle-alt]::before {
  content: "\f486";
}

.nv-icon[data-icon=plate-utensils]::before {
  content: "\e43b";
}

.nv-icon[data-icon=family-pants]::before {
  content: "\e302";
}

.nv-icon[data-icon=hose-reel]::before {
  content: "\e41a";
}

.nv-icon[data-icon=house-window]::before {
  content: "\e3b3";
}

.nv-icon[data-icon=landmark]::before {
  content: "\f66f";
}

.nv-icon[data-icon=truck]::before {
  content: "\f0d1";
}

.nv-icon[data-icon=music-magnifying-glass]::before {
  content: "\e662";
}

.nv-icon[data-icon=crosshairs]::before {
  content: "\f05b";
}

.nv-icon[data-icon=cloud-rainbow]::before {
  content: "\f73e";
}

.nv-icon[data-icon=person-cane]::before {
  content: "\e53c";
}

.nv-icon[data-icon=alien]::before {
  content: "\f8f5";
}

.nv-icon[data-icon=tent]::before {
  content: "\e57d";
}

.nv-icon[data-icon=laptop-binary]::before {
  content: "\e5e7";
}

.nv-icon[data-icon=vest-patches]::before {
  content: "\e086";
}

.nv-icon[data-icon=people-dress-simple]::before {
  content: "\e218";
}

.nv-icon[data-icon=check-double]::before {
  content: "\f560";
}

.nv-icon[data-icon=arrow-down-a-z]::before {
  content: "\f15d";
}

.nv-icon[data-icon=sort-alpha-asc]::before {
  content: "\f15d";
}

.nv-icon[data-icon=sort-alpha-down]::before {
  content: "\f15d";
}

.nv-icon[data-icon=bowling-ball-pin]::before {
  content: "\e0c3";
}

.nv-icon[data-icon=bell-school-slash]::before {
  content: "\f5d6";
}

.nv-icon[data-icon=plus-large]::before {
  content: "\e59e";
}

.nv-icon[data-icon=money-bill-wheat]::before {
  content: "\e52a";
}

.nv-icon[data-icon=camera-viewfinder]::before {
  content: "\e0da";
}

.nv-icon[data-icon=screenshot]::before {
  content: "\e0da";
}

.nv-icon[data-icon=message-music]::before {
  content: "\f8af";
}

.nv-icon[data-icon=comment-alt-music]::before {
  content: "\f8af";
}

.nv-icon[data-icon=car-building]::before {
  content: "\f859";
}

.nv-icon[data-icon=border-bottom-right]::before {
  content: "\f854";
}

.nv-icon[data-icon=border-style-alt]::before {
  content: "\f854";
}

.nv-icon[data-icon=octagon]::before {
  content: "\f306";
}

.nv-icon[data-icon=comment-arrow-up-right]::before {
  content: "\e145";
}

.nv-icon[data-icon=octagon-divide]::before {
  content: "\e203";
}

.nv-icon[data-icon=cookie]::before {
  content: "\f563";
}

.nv-icon[data-icon=arrow-rotate-left]::before {
  content: "\f0e2";
}

.nv-icon[data-icon=arrow-left-rotate]::before {
  content: "\f0e2";
}

.nv-icon[data-icon=arrow-rotate-back]::before {
  content: "\f0e2";
}

.nv-icon[data-icon=arrow-rotate-backward]::before {
  content: "\f0e2";
}

.nv-icon[data-icon=undo]::before {
  content: "\f0e2";
}

.nv-icon[data-icon=tv-music]::before {
  content: "\f8e6";
}

.nv-icon[data-icon=hard-drive]::before {
  content: "\f0a0";
}

.nv-icon[data-icon=hdd]::before {
  content: "\f0a0";
}

.nv-icon[data-icon=reel]::before {
  content: "\e238";
}

.nv-icon[data-icon=face-grin-squint-tears]::before {
  content: "\f586";
}

.nv-icon[data-icon=grin-squint-tears]::before {
  content: "\f586";
}

.nv-icon[data-icon=dumbbell]::before {
  content: "\f44b";
}

.nv-icon[data-icon=rectangle-list]::before {
  content: "\f022";
}

.nv-icon[data-icon=list-alt]::before {
  content: "\f022";
}

.nv-icon[data-icon=tarp-droplet]::before {
  content: "\e57c";
}

.nv-icon[data-icon=alarm-exclamation]::before {
  content: "\f843";
}

.nv-icon[data-icon=house-medical-circle-check]::before {
  content: "\e511";
}

.nv-icon[data-icon=traffic-cone]::before {
  content: "\f636";
}

.nv-icon[data-icon=grate]::before {
  content: "\e193";
}

.nv-icon[data-icon=arrow-down-right]::before {
  content: "\e093";
}

.nv-icon[data-icon=person-skiing-nordic]::before {
  content: "\f7ca";
}

.nv-icon[data-icon=skiing-nordic]::before {
  content: "\f7ca";
}

.nv-icon[data-icon=calendar-plus]::before {
  content: "\f271";
}

.nv-icon[data-icon=person-from-portal]::before {
  content: "\e023";
}

.nv-icon[data-icon=portal-exit]::before {
  content: "\e023";
}

.nv-icon[data-icon=plane-arrival]::before {
  content: "\f5af";
}

.nv-icon[data-icon=cowbell-circle-plus]::before {
  content: "\f8b4";
}

.nv-icon[data-icon=cowbell-more]::before {
  content: "\f8b4";
}

.nv-icon[data-icon=circle-left]::before {
  content: "\f359";
}

.nv-icon[data-icon=arrow-alt-circle-left]::before {
  content: "\f359";
}

.nv-icon[data-icon=distribute-spacing-vertical]::before {
  content: "\e366";
}

.nv-icon[data-icon=signal-bars-fair]::before {
  content: "\f692";
}

.nv-icon[data-icon=signal-alt-2]::before {
  content: "\f692";
}

.nv-icon[data-icon=sportsball]::before {
  content: "\e44b";
}

.nv-icon[data-icon=game-console-handheld-crank]::before {
  content: "\e5b9";
}

.nv-icon[data-icon=train-subway]::before {
  content: "\f239";
}

.nv-icon[data-icon=subway]::before {
  content: "\f239";
}

.nv-icon[data-icon=chart-gantt]::before {
  content: "\e0e4";
}

.nv-icon[data-icon=face-smile-upside-down]::before {
  content: "\e395";
}

.nv-icon[data-icon=ball-pile]::before {
  content: "\f77e";
}

.nv-icon[data-icon=badge-dollar]::before {
  content: "\f645";
}

.nv-icon[data-icon=money-bills-simple]::before {
  content: "\e1f4";
}

.nv-icon[data-icon=money-bills-alt]::before {
  content: "\e1f4";
}

.nv-icon[data-icon=list-timeline]::before {
  content: "\e1d1";
}

.nv-icon[data-icon=indian-rupee-sign]::before {
  content: "\e1bc";
}

.nv-icon[data-icon=indian-rupee]::before {
  content: "\e1bc";
}

.nv-icon[data-icon=inr]::before {
  content: "\e1bc";
}

.nv-icon[data-icon=crop-simple]::before {
  content: "\f565";
}

.nv-icon[data-icon=crop-alt]::before {
  content: "\f565";
}

.nv-icon[data-icon=money-bill-1]::before {
  content: "\f3d1";
}

.nv-icon[data-icon=money-bill-alt]::before {
  content: "\f3d1";
}

.nv-icon[data-icon=left-long]::before {
  content: "\f30a";
}

.nv-icon[data-icon=long-arrow-alt-left]::before {
  content: "\f30a";
}

.nv-icon[data-icon=keyboard-down]::before {
  content: "\e1c2";
}

.nv-icon[data-icon=circle-up-right]::before {
  content: "\e129";
}

.nv-icon[data-icon=cloud-bolt-moon]::before {
  content: "\f76d";
}

.nv-icon[data-icon=thunderstorm-moon]::before {
  content: "\f76d";
}

.nv-icon[data-icon=turn-left-up]::before {
  content: "\e638";
}

.nv-icon[data-icon=dna]::before {
  content: "\f471";
}

.nv-icon[data-icon=virus-slash]::before {
  content: "\e075";
}

.nv-icon[data-icon=bracket-round-right]::before {
  content: "\\)";
}

.nv-icon[data-icon=circle-sterling]::before {
  content: "\e5cf";
}

.nv-icon[data-icon=circle-5]::before {
  content: "\e0f2";
}

.nv-icon[data-icon=minus]::before {
  content: "\f068";
}

.nv-icon[data-icon=subtract]::before {
  content: "\f068";
}

.nv-icon[data-icon=fire-flame]::before {
  content: "\f6df";
}

.nv-icon[data-icon=flame]::before {
  content: "\f6df";
}

.nv-icon[data-icon=right-to-line]::before {
  content: "\f34c";
}

.nv-icon[data-icon=arrow-alt-to-right]::before {
  content: "\f34c";
}

.nv-icon[data-icon=gif]::before {
  content: "\e190";
}

.nv-icon[data-icon=chess]::before {
  content: "\f439";
}

.nv-icon[data-icon=trash-slash]::before {
  content: "\e2b3";
}

.nv-icon[data-icon=arrow-left-long]::before {
  content: "\f177";
}

.nv-icon[data-icon=long-arrow-left]::before {
  content: "\f177";
}

.nv-icon[data-icon=plug-circle-check]::before {
  content: "\e55c";
}

.nv-icon[data-icon=font-case]::before {
  content: "\f866";
}

.nv-icon[data-icon=street-view]::before {
  content: "\f21d";
}

.nv-icon[data-icon=arrow-down-left]::before {
  content: "\e091";
}

.nv-icon[data-icon=franc-sign]::before {
  content: "\e18f";
}

.nv-icon[data-icon=flask-round-poison]::before {
  content: "\f6e0";
}

.nv-icon[data-icon=flask-poison]::before {
  content: "\f6e0";
}

.nv-icon[data-icon=volume-off]::before {
  content: "\f026";
}

.nv-icon[data-icon=book-circle-arrow-right]::before {
  content: "\e0bc";
}

.nv-icon[data-icon=chart-user]::before {
  content: "\f6a3";
}

.nv-icon[data-icon=user-chart]::before {
  content: "\f6a3";
}

.nv-icon[data-icon=hands-asl-interpreting]::before {
  content: "\f2a3";
}

.nv-icon[data-icon=american-sign-language-interpreting]::before {
  content: "\f2a3";
}

.nv-icon[data-icon=asl-interpreting]::before {
  content: "\f2a3";
}

.nv-icon[data-icon=hands-american-sign-language-interpreting]::before {
  content: "\f2a3";
}

.nv-icon[data-icon=presentation-screen]::before {
  content: "\f685";
}

.nv-icon[data-icon=presentation]::before {
  content: "\f685";
}

.nv-icon[data-icon=circle-bolt]::before {
  content: "\e0fe";
}

.nv-icon[data-icon=face-smile-halo]::before {
  content: "\e38f";
}

.nv-icon[data-icon=cart-circle-arrow-down]::before {
  content: "\e3ef";
}

.nv-icon[data-icon=house-person-return]::before {
  content: "\e011";
}

.nv-icon[data-icon=house-person-arrive]::before {
  content: "\e011";
}

.nv-icon[data-icon=house-return]::before {
  content: "\e011";
}

.nv-icon[data-icon=message-xmark]::before {
  content: "\f4ab";
}

.nv-icon[data-icon=comment-alt-times]::before {
  content: "\f4ab";
}

.nv-icon[data-icon=message-times]::before {
  content: "\f4ab";
}

.nv-icon[data-icon=file-certificate]::before {
  content: "\f5f3";
}

.nv-icon[data-icon=file-award]::before {
  content: "\f5f3";
}

.nv-icon[data-icon=user-doctor-hair-long]::before {
  content: "\e459";
}

.nv-icon[data-icon=camera-security]::before {
  content: "\f8fe";
}

.nv-icon[data-icon=camera-home]::before {
  content: "\f8fe";
}

.nv-icon[data-icon=gear]::before {
  content: "\f013";
}

.nv-icon[data-icon=cog]::before {
  content: "\f013";
}

.nv-icon[data-icon=droplet-slash]::before {
  content: "\f5c7";
}

.nv-icon[data-icon=tint-slash]::before {
  content: "\f5c7";
}

.nv-icon[data-icon=book-heart]::before {
  content: "\f499";
}

.nv-icon[data-icon=mosque]::before {
  content: "\f678";
}

.nv-icon[data-icon=duck]::before {
  content: "\f6d8";
}

.nv-icon[data-icon=mosquito]::before {
  content: "\e52b";
}

.nv-icon[data-icon=star-of-david]::before {
  content: "\f69a";
}

.nv-icon[data-icon=flag-swallowtail]::before {
  content: "\f74c";
}

.nv-icon[data-icon=flag-alt]::before {
  content: "\f74c";
}

.nv-icon[data-icon=person-military-rifle]::before {
  content: "\e54b";
}

.nv-icon[data-icon=car-garage]::before {
  content: "\f5e2";
}

.nv-icon[data-icon=cart-shopping]::before {
  content: "\f07a";
}

.nv-icon[data-icon=shopping-cart]::before {
  content: "\f07a";
}

.nv-icon[data-icon=book-font]::before {
  content: "\e0bf";
}

.nv-icon[data-icon=shield-plus]::before {
  content: "\e24a";
}

.nv-icon[data-icon=vials]::before {
  content: "\f493";
}

.nv-icon[data-icon=eye-dropper-full]::before {
  content: "\e172";
}

.nv-icon[data-icon=distribute-spacing-horizontal]::before {
  content: "\e365";
}

.nv-icon[data-icon=tablet-rugged]::before {
  content: "\f48f";
}

.nv-icon[data-icon=temperature-snow]::before {
  content: "\f768";
}

.nv-icon[data-icon=temperature-frigid]::before {
  content: "\f768";
}

.nv-icon[data-icon=moped]::before {
  content: "\e3b9";
}

.nv-icon[data-icon=face-smile-plus]::before {
  content: "\f5b9";
}

.nv-icon[data-icon=smile-plus]::before {
  content: "\f5b9";
}

.nv-icon[data-icon=radio-tuner]::before {
  content: "\f8d8";
}

.nv-icon[data-icon=radio-alt]::before {
  content: "\f8d8";
}

.nv-icon[data-icon=face-swear]::before {
  content: "\e399";
}

.nv-icon[data-icon=water-arrow-down]::before {
  content: "\f774";
}

.nv-icon[data-icon=water-lower]::before {
  content: "\f774";
}

.nv-icon[data-icon=scanner-touchscreen]::before {
  content: "\f48a";
}

.nv-icon[data-icon=circle-7]::before {
  content: "\e0f4";
}

.nv-icon[data-icon=plug-circle-plus]::before {
  content: "\e55f";
}

.nv-icon[data-icon=person-ski-jumping]::before {
  content: "\f7c7";
}

.nv-icon[data-icon=ski-jump]::before {
  content: "\f7c7";
}

.nv-icon[data-icon=place-of-worship]::before {
  content: "\f67f";
}

.nv-icon[data-icon=water-arrow-up]::before {
  content: "\f775";
}

.nv-icon[data-icon=water-rise]::before {
  content: "\f775";
}

.nv-icon[data-icon=waveform-lines]::before {
  content: "\f8f2";
}

.nv-icon[data-icon=waveform-path]::before {
  content: "\f8f2";
}

.nv-icon[data-icon=split]::before {
  content: "\e254";
}

.nv-icon[data-icon=film-canister]::before {
  content: "\f8b7";
}

.nv-icon[data-icon=film-cannister]::before {
  content: "\f8b7";
}

.nv-icon[data-icon=folder-xmark]::before {
  content: "\f65f";
}

.nv-icon[data-icon=folder-times]::before {
  content: "\f65f";
}

.nv-icon[data-icon=toilet-paper-blank]::before {
  content: "\f71f";
}

.nv-icon[data-icon=toilet-paper-alt]::before {
  content: "\f71f";
}

.nv-icon[data-icon=tablet-screen]::before {
  content: "\f3fc";
}

.nv-icon[data-icon=tablet-android-alt]::before {
  content: "\f3fc";
}

.nv-icon[data-icon=hexagon-vertical-nft-slanted]::before {
  content: "\e506";
}

.nv-icon[data-icon=folder-music]::before {
  content: "\e18d";
}

.nv-icon[data-icon=display-medical]::before {
  content: "\e166";
}

.nv-icon[data-icon=desktop-medical]::before {
  content: "\e166";
}

.nv-icon[data-icon=share-all]::before {
  content: "\f367";
}

.nv-icon[data-icon=peapod]::before {
  content: "\e31c";
}

.nv-icon[data-icon=chess-clock]::before {
  content: "\f43d";
}

.nv-icon[data-icon=axe]::before {
  content: "\f6b2";
}

.nv-icon[data-icon=square-d]::before {
  content: "\e268";
}

.nv-icon[data-icon=grip-vertical]::before {
  content: "\f58e";
}

.nv-icon[data-icon=mobile-signal-out]::before {
  content: "\e1f0";
}

.nv-icon[data-icon=arrow-turn-up]::before {
  content: "\f148";
}

.nv-icon[data-icon=level-up]::before {
  content: "\f148";
}

.nv-icon[data-icon=u]::before {
  content: "U";
}

.nv-icon[data-icon=arrow-up-from-dotted-line]::before {
  content: "\e09b";
}

.nv-icon[data-icon=square-root-variable]::before {
  content: "\f698";
}

.nv-icon[data-icon=square-root-alt]::before {
  content: "\f698";
}

.nv-icon[data-icon=light-switch-on]::before {
  content: "\e019";
}

.nv-icon[data-icon=arrow-down-arrow-up]::before {
  content: "\f883";
}

.nv-icon[data-icon=sort-alt]::before {
  content: "\f883";
}

.nv-icon[data-icon=raindrops]::before {
  content: "\f75c";
}

.nv-icon[data-icon=dash]::before {
  content: "\e404";
}

.nv-icon[data-icon=minus-large]::before {
  content: "\e404";
}

.nv-icon[data-icon=clock]::before {
  content: "\f017";
}

.nv-icon[data-icon=clock-four]::before {
  content: "\f017";
}

.nv-icon[data-icon=input-numeric]::before {
  content: "\e1bd";
}

.nv-icon[data-icon=truck-tow]::before {
  content: "\e2b8";
}

.nv-icon[data-icon=backward-step]::before {
  content: "\f048";
}

.nv-icon[data-icon=step-backward]::before {
  content: "\f048";
}

.nv-icon[data-icon=pallet]::before {
  content: "\f482";
}

.nv-icon[data-icon=car-bolt]::before {
  content: "\e341";
}

.nv-icon[data-icon=arrows-maximize]::before {
  content: "\f31d";
}

.nv-icon[data-icon=expand-arrows]::before {
  content: "\f31d";
}

.nv-icon[data-icon=faucet]::before {
  content: "\e005";
}

.nv-icon[data-icon=cloud-sleet]::before {
  content: "\f741";
}

.nv-icon[data-icon=lamp-street]::before {
  content: "\e1c5";
}

.nv-icon[data-icon=list-radio]::before {
  content: "\e1d0";
}

.nv-icon[data-icon=pen-nib-slash]::before {
  content: "\e4a1";
}

.nv-icon[data-icon=baseball-bat-ball]::before {
  content: "\f432";
}

.nv-icon[data-icon=square-up-left]::before {
  content: "\e282";
}

.nv-icon[data-icon=overline]::before {
  content: "\f876";
}

.nv-icon[data-icon=s]::before {
  content: "S";
}

.nv-icon[data-icon=timeline]::before {
  content: "\e29c";
}

.nv-icon[data-icon=keyboard]::before {
  content: "\f11c";
}

.nv-icon[data-icon=arrows-from-dotted-line]::before {
  content: "\e0a3";
}

.nv-icon[data-icon=usb-drive]::before {
  content: "\f8e9";
}

.nv-icon[data-icon=ballot]::before {
  content: "\f732";
}

.nv-icon[data-icon=caret-down]::before {
  content: "\f0d7";
}

.nv-icon[data-icon=location-dot-slash]::before {
  content: "\f605";
}

.nv-icon[data-icon=map-marker-alt-slash]::before {
  content: "\f605";
}

.nv-icon[data-icon=cards]::before {
  content: "\e3ed";
}

.nv-icon[data-icon=house-chimney-medical]::before {
  content: "\f7f2";
}

.nv-icon[data-icon=clinic-medical]::before {
  content: "\f7f2";
}

.nv-icon[data-icon=boxing-glove]::before {
  content: "\f438";
}

.nv-icon[data-icon=glove-boxing]::before {
  content: "\f438";
}

.nv-icon[data-icon=temperature-three-quarters]::before {
  content: "\f2c8";
}

.nv-icon[data-icon=temperature-3]::before {
  content: "\f2c8";
}

.nv-icon[data-icon=thermometer-3]::before {
  content: "\f2c8";
}

.nv-icon[data-icon=thermometer-three-quarters]::before {
  content: "\f2c8";
}

.nv-icon[data-icon=bell-school]::before {
  content: "\f5d5";
}

.nv-icon[data-icon=mobile-screen]::before {
  content: "\f3cf";
}

.nv-icon[data-icon=mobile-android-alt]::before {
  content: "\f3cf";
}

.nv-icon[data-icon=plane-up]::before {
  content: "\e22d";
}

.nv-icon[data-icon=folder-heart]::before {
  content: "\e189";
}

.nv-icon[data-icon=circle-location-arrow]::before {
  content: "\f602";
}

.nv-icon[data-icon=location-circle]::before {
  content: "\f602";
}

.nv-icon[data-icon=face-head-bandage]::before {
  content: "\e37a";
}

.nv-icon[data-icon=sushi-roll]::before {
  content: "\e48b";
}

.nv-icon[data-icon=maki-roll]::before {
  content: "\e48b";
}

.nv-icon[data-icon=makizushi]::before {
  content: "\e48b";
}

.nv-icon[data-icon=car-bump]::before {
  content: "\f5e0";
}

.nv-icon[data-icon=piggy-bank]::before {
  content: "\f4d3";
}

.nv-icon[data-icon=racquet]::before {
  content: "\f45a";
}

.nv-icon[data-icon=car-mirrors]::before {
  content: "\e343";
}

.nv-icon[data-icon=industry-windows]::before {
  content: "\f3b3";
}

.nv-icon[data-icon=industry-alt]::before {
  content: "\f3b3";
}

.nv-icon[data-icon=bolt-auto]::before {
  content: "\e0b6";
}

.nv-icon[data-icon=battery-half]::before {
  content: "\f242";
}

.nv-icon[data-icon=battery-3]::before {
  content: "\f242";
}

.nv-icon[data-icon=flux-capacitor]::before {
  content: "\f8ba";
}

.nv-icon[data-icon=mountain-city]::before {
  content: "\e52e";
}

.nv-icon[data-icon=coins]::before {
  content: "\f51e";
}

.nv-icon[data-icon=honey-pot]::before {
  content: "\e418";
}

.nv-icon[data-icon=olive]::before {
  content: "\e316";
}

.nv-icon[data-icon=khanda]::before {
  content: "\f66d";
}

.nv-icon[data-icon=filter-list]::before {
  content: "\e17c";
}

.nv-icon[data-icon=outlet]::before {
  content: "\e01c";
}

.nv-icon[data-icon=sliders]::before {
  content: "\f1de";
}

.nv-icon[data-icon=sliders-h]::before {
  content: "\f1de";
}

.nv-icon[data-icon=cauldron]::before {
  content: "\f6bf";
}

.nv-icon[data-icon=people]::before {
  content: "\e216";
}

.nv-icon[data-icon=folder-tree]::before {
  content: "\f802";
}

.nv-icon[data-icon=network-wired]::before {
  content: "\f6ff";
}

.nv-icon[data-icon=croissant]::before {
  content: "\f7f6";
}

.nv-icon[data-icon=map-pin]::before {
  content: "\f276";
}

.nv-icon[data-icon=hamsa]::before {
  content: "\f665";
}

.nv-icon[data-icon=cent-sign]::before {
  content: "\e3f5";
}

.nv-icon[data-icon=swords-laser]::before {
  content: "\e03d";
}

.nv-icon[data-icon=flask]::before {
  content: "\f0c3";
}

.nv-icon[data-icon=person-pregnant]::before {
  content: "\e31e";
}

.nv-icon[data-icon=square-u]::before {
  content: "\e281";
}

.nv-icon[data-icon=wand-sparkles]::before {
  content: "\f72b";
}

.nv-icon[data-icon=router]::before {
  content: "\f8da";
}

.nv-icon[data-icon=ellipsis-vertical]::before {
  content: "\f142";
}

.nv-icon[data-icon=ellipsis-v]::before {
  content: "\f142";
}

.nv-icon[data-icon=sword-laser-alt]::before {
  content: "\e03c";
}

.nv-icon[data-icon=ticket]::before {
  content: "\f145";
}

.nv-icon[data-icon=power-off]::before {
  content: "\f011";
}

.nv-icon[data-icon=coin]::before {
  content: "\f85c";
}

.nv-icon[data-icon=laptop-slash]::before {
  content: "\e1c7";
}

.nv-icon[data-icon=right-long]::before {
  content: "\f30b";
}

.nv-icon[data-icon=long-arrow-alt-right]::before {
  content: "\f30b";
}

.nv-icon[data-icon=circle-b]::before {
  content: "\e0fd";
}

.nv-icon[data-icon=person-dress-simple]::before {
  content: "\e21c";
}

.nv-icon[data-icon=pipe-collar]::before {
  content: "\e437";
}

.nv-icon[data-icon=lights-holiday]::before {
  content: "\f7b2";
}

.nv-icon[data-icon=citrus]::before {
  content: "\e2f4";
}

.nv-icon[data-icon=flag-usa]::before {
  content: "\f74d";
}

.nv-icon[data-icon=laptop-file]::before {
  content: "\e51d";
}

.nv-icon[data-icon=tty]::before {
  content: "\f1e4";
}

.nv-icon[data-icon=teletype]::before {
  content: "\f1e4";
}

.nv-icon[data-icon=chart-tree-map]::before {
  content: "\e0ea";
}

.nv-icon[data-icon=diagram-next]::before {
  content: "\e476";
}

.nv-icon[data-icon=person-rifle]::before {
  content: "\e54e";
}

.nv-icon[data-icon=clock-five-thirty]::before {
  content: "\e34a";
}

.nv-icon[data-icon=pipe-valve]::before {
  content: "\e439";
}

.nv-icon[data-icon=arrow-up-from-arc]::before {
  content: "\e4b4";
}

.nv-icon[data-icon=face-spiral-eyes]::before {
  content: "\e485";
}

.nv-icon[data-icon=compress-wide]::before {
  content: "\f326";
}

.nv-icon[data-icon=circle-phone-hangup]::before {
  content: "\e11d";
}

.nv-icon[data-icon=phone-circle-down]::before {
  content: "\e11d";
}

.nv-icon[data-icon=gear-complex-code]::before {
  content: "\e5eb";
}

.nv-icon[data-icon=house-medical-circle-exclamation]::before {
  content: "\e512";
}

.nv-icon[data-icon=badminton]::before {
  content: "\e33a";
}

.nv-icon[data-icon=closed-captioning]::before {
  content: "\f20a";
}

.nv-icon[data-icon=person-hiking]::before {
  content: "\f6ec";
}

.nv-icon[data-icon=hiking]::before {
  content: "\f6ec";
}

.nv-icon[data-icon=right-from-line]::before {
  content: "\f347";
}

.nv-icon[data-icon=arrow-alt-from-left]::before {
  content: "\f347";
}

.nv-icon[data-icon=venus-double]::before {
  content: "\f226";
}

.nv-icon[data-icon=images]::before {
  content: "\f302";
}

.nv-icon[data-icon=calculator]::before {
  content: "\f1ec";
}

.nv-icon[data-icon=shuttlecock]::before {
  content: "\f45b";
}

.nv-icon[data-icon=user-hair]::before {
  content: "\e45a";
}

.nv-icon[data-icon=eye-evil]::before {
  content: "\f6db";
}

.nv-icon[data-icon=people-pulling]::before {
  content: "\e535";
}

.nv-icon[data-icon=n]::before {
  content: "N";
}

.nv-icon[data-icon=swap]::before {
  content: "\e609";
}

.nv-icon[data-icon=garage]::before {
  content: "\e009";
}

.nv-icon[data-icon=cable-car]::before {
  content: "\f7da";
}

.nv-icon[data-icon=tram]::before {
  content: "\f7da";
}

.nv-icon[data-icon=shovel-snow]::before {
  content: "\f7c3";
}

.nv-icon[data-icon=cloud-rain]::before {
  content: "\f73d";
}

.nv-icon[data-icon=face-lying]::before {
  content: "\e37e";
}

.nv-icon[data-icon=sprinkler]::before {
  content: "\e035";
}

.nv-icon[data-icon=building-circle-xmark]::before {
  content: "\e4d4";
}

.nv-icon[data-icon=person-sledding]::before {
  content: "\f7cb";
}

.nv-icon[data-icon=sledding]::before {
  content: "\f7cb";
}

.nv-icon[data-icon=game-console-handheld]::before {
  content: "\f8bb";
}

.nv-icon[data-icon=ship]::before {
  content: "\f21a";
}

.nv-icon[data-icon=clock-six-thirty]::before {
  content: "\e353";
}

.nv-icon[data-icon=battery-slash]::before {
  content: "\f377";
}

.nv-icon[data-icon=tugrik-sign]::before {
  content: "\e2ba";
}

.nv-icon[data-icon=arrows-down-to-line]::before {
  content: "\e4b8";
}

.nv-icon[data-icon=download]::before {
  content: "\f019";
}

.nv-icon[data-icon=angles-up-down]::before {
  content: "\e60d";
}

.nv-icon[data-icon=shelves]::before {
  content: "\f480";
}

.nv-icon[data-icon=inventory]::before {
  content: "\f480";
}

.nv-icon[data-icon=cloud-snow]::before {
  content: "\f742";
}

.nv-icon[data-icon=face-grin]::before {
  content: "\f580";
}

.nv-icon[data-icon=grin]::before {
  content: "\f580";
}

.nv-icon[data-icon=delete-left]::before {
  content: "\f55a";
}

.nv-icon[data-icon=backspace]::before {
  content: "\f55a";
}

.nv-icon[data-icon=oven]::before {
  content: "\e01d";
}

.nv-icon[data-icon=cloud-binary]::before {
  content: "\e601";
}

.nv-icon[data-icon=eye-dropper]::before {
  content: "\f1fb";
}

.nv-icon[data-icon=eye-dropper-empty]::before {
  content: "\f1fb";
}

.nv-icon[data-icon=eyedropper]::before {
  content: "\f1fb";
}

.nv-icon[data-icon=comment-captions]::before {
  content: "\e146";
}

.nv-icon[data-icon=comments-question]::before {
  content: "\e14e";
}

.nv-icon[data-icon=scribble]::before {
  content: "\e23f";
}

.nv-icon[data-icon=rotate-exclamation]::before {
  content: "\e23c";
}

.nv-icon[data-icon=file-circle-check]::before {
  content: "\e5a0";
}

.nv-icon[data-icon=glass]::before {
  content: "\f804";
}

.nv-icon[data-icon=loader]::before {
  content: "\e1d4";
}

.nv-icon[data-icon=forward]::before {
  content: "\f04e";
}

.nv-icon[data-icon=user-pilot]::before {
  content: "\e2c0";
}

.nv-icon[data-icon=mobile]::before {
  content: "\f3ce";
}

.nv-icon[data-icon=mobile-android]::before {
  content: "\f3ce";
}

.nv-icon[data-icon=mobile-phone]::before {
  content: "\f3ce";
}

.nv-icon[data-icon=code-pull-request-closed]::before {
  content: "\e3f9";
}

.nv-icon[data-icon=face-meh]::before {
  content: "\f11a";
}

.nv-icon[data-icon=meh]::before {
  content: "\f11a";
}

.nv-icon[data-icon=align-center]::before {
  content: "\f037";
}

.nv-icon[data-icon=book-skull]::before {
  content: "\f6b7";
}

.nv-icon[data-icon=book-dead]::before {
  content: "\f6b7";
}

.nv-icon[data-icon=id-card]::before {
  content: "\f2c2";
}

.nv-icon[data-icon=drivers-license]::before {
  content: "\f2c2";
}

.nv-icon[data-icon=face-dotted]::before {
  content: "\e47f";
}

.nv-icon[data-icon=face-worried]::before {
  content: "\e3a3";
}

.nv-icon[data-icon=outdent]::before {
  content: "\f03b";
}

.nv-icon[data-icon=dedent]::before {
  content: "\f03b";
}

.nv-icon[data-icon=court-sport]::before {
  content: "\e643";
}

.nv-icon[data-icon=heart-circle-exclamation]::before {
  content: "\e4fe";
}

.nv-icon[data-icon=house]::before {
  content: "\f015";
}

.nv-icon[data-icon=home]::before {
  content: "\f015";
}

.nv-icon[data-icon=home-alt]::before {
  content: "\f015";
}

.nv-icon[data-icon=home-lg-alt]::before {
  content: "\f015";
}

.nv-icon[data-icon=vector-circle]::before {
  content: "\e2c6";
}

.nv-icon[data-icon=car-circle-bolt]::before {
  content: "\e342";
}

.nv-icon[data-icon=calendar-week]::before {
  content: "\f784";
}

.nv-icon[data-icon=flying-disc]::before {
  content: "\e3a9";
}

.nv-icon[data-icon=laptop-medical]::before {
  content: "\f812";
}

.nv-icon[data-icon=square-down-right]::before {
  content: "\e26c";
}

.nv-icon[data-icon=b]::before {
  content: "B";
}

.nv-icon[data-icon=seat-airline]::before {
  content: "\e244";
}

.nv-icon[data-icon=moon-over-sun]::before {
  content: "\f74a";
}

.nv-icon[data-icon=eclipse-alt]::before {
  content: "\f74a";
}

.nv-icon[data-icon=pipe]::before {
  content: "\\|";
}

.nv-icon[data-icon=file-medical]::before {
  content: "\f477";
}

.nv-icon[data-icon=potato]::before {
  content: "\e440";
}

.nv-icon[data-icon=dice-one]::before {
  content: "\f525";
}

.nv-icon[data-icon=circle-a]::before {
  content: "\e0f7";
}

.nv-icon[data-icon=helmet-battle]::before {
  content: "\f6eb";
}

.nv-icon[data-icon=butter]::before {
  content: "\e3e4";
}

.nv-icon[data-icon=blanket-fire]::before {
  content: "\e3da";
}

.nv-icon[data-icon=kiwi-bird]::before {
  content: "\f535";
}

.nv-icon[data-icon=castle]::before {
  content: "\e0de";
}

.nv-icon[data-icon=golf-club]::before {
  content: "\f451";
}

.nv-icon[data-icon=arrow-right-arrow-left]::before {
  content: "\f0ec";
}

.nv-icon[data-icon=exchange]::before {
  content: "\f0ec";
}

.nv-icon[data-icon=rotate-right]::before {
  content: "\f2f9";
}

.nv-icon[data-icon=redo-alt]::before {
  content: "\f2f9";
}

.nv-icon[data-icon=rotate-forward]::before {
  content: "\f2f9";
}

.nv-icon[data-icon=utensils]::before {
  content: "\f2e7";
}

.nv-icon[data-icon=cutlery]::before {
  content: "\f2e7";
}

.nv-icon[data-icon=arrow-up-wide-short]::before {
  content: "\f161";
}

.nv-icon[data-icon=sort-amount-up]::before {
  content: "\f161";
}

.nv-icon[data-icon=chart-pie-simple-circle-dollar]::before {
  content: "\e605";
}

.nv-icon[data-icon=balloons]::before {
  content: "\e2e4";
}

.nv-icon[data-icon=mill-sign]::before {
  content: "\e1ed";
}

.nv-icon[data-icon=bowl-rice]::before {
  content: "\e2eb";
}

.nv-icon[data-icon=timeline-arrow]::before {
  content: "\e29d";
}

.nv-icon[data-icon=skull]::before {
  content: "\f54c";
}

.nv-icon[data-icon=game-board-simple]::before {
  content: "\f868";
}

.nv-icon[data-icon=game-board-alt]::before {
  content: "\f868";
}

.nv-icon[data-icon=circle-video]::before {
  content: "\e12b";
}

.nv-icon[data-icon=video-circle]::before {
  content: "\e12b";
}

.nv-icon[data-icon=chart-scatter-bubble]::before {
  content: "\e0e9";
}

.nv-icon[data-icon=house-turret]::before {
  content: "\e1b4";
}

.nv-icon[data-icon=banana]::before {
  content: "\e2e5";
}

.nv-icon[data-icon=hand-holding-skull]::before {
  content: "\e1a4";
}

.nv-icon[data-icon=people-dress]::before {
  content: "\e217";
}

.nv-icon[data-icon=loveseat]::before {
  content: "\f4cc";
}

.nv-icon[data-icon=couch-small]::before {
  content: "\f4cc";
}

.nv-icon[data-icon=tower-broadcast]::before {
  content: "\f519";
}

.nv-icon[data-icon=broadcast-tower]::before {
  content: "\f519";
}

.nv-icon[data-icon=truck-pickup]::before {
  content: "\f63c";
}

.nv-icon[data-icon=block-quote]::before {
  content: "\e0b5";
}

.nv-icon[data-icon=up-long]::before {
  content: "\f30c";
}

.nv-icon[data-icon=long-arrow-alt-up]::before {
  content: "\f30c";
}

.nv-icon[data-icon=stop]::before {
  content: "\f04d";
}

.nv-icon[data-icon=code-merge]::before {
  content: "\f387";
}

.nv-icon[data-icon=money-check-dollar-pen]::before {
  content: "\f873";
}

.nv-icon[data-icon=money-check-edit-alt]::before {
  content: "\f873";
}

.nv-icon[data-icon=up-from-line]::before {
  content: "\f346";
}

.nv-icon[data-icon=arrow-alt-from-bottom]::before {
  content: "\f346";
}

.nv-icon[data-icon=upload]::before {
  content: "\f093";
}

.nv-icon[data-icon=hurricane]::before {
  content: "\f751";
}

.nv-icon[data-icon=grid-round-2-plus]::before {
  content: "\e5dc";
}

.nv-icon[data-icon=people-pants]::before {
  content: "\e219";
}

.nv-icon[data-icon=mound]::before {
  content: "\e52d";
}

.nv-icon[data-icon=windsock]::before {
  content: "\f777";
}

.nv-icon[data-icon=circle-half]::before {
  content: "\e110";
}

.nv-icon[data-icon=brake-warning]::before {
  content: "\e0c7";
}

.nv-icon[data-icon=toilet-portable]::before {
  content: "\e583";
}

.nv-icon[data-icon=compact-disc]::before {
  content: "\f51f";
}

.nv-icon[data-icon=file-arrow-down]::before {
  content: "\f56d";
}

.nv-icon[data-icon=file-download]::before {
  content: "\f56d";
}

.nv-icon[data-icon=saxophone-fire]::before {
  content: "\f8db";
}

.nv-icon[data-icon=sax-hot]::before {
  content: "\f8db";
}

.nv-icon[data-icon=camera-web-slash]::before {
  content: "\f833";
}

.nv-icon[data-icon=webcam-slash]::before {
  content: "\f833";
}

.nv-icon[data-icon=folder-medical]::before {
  content: "\e18c";
}

.nv-icon[data-icon=folder-gear]::before {
  content: "\e187";
}

.nv-icon[data-icon=folder-cog]::before {
  content: "\e187";
}

.nv-icon[data-icon=hand-wave]::before {
  content: "\e1a7";
}

.nv-icon[data-icon=arrow-up-arrow-down]::before {
  content: "\e099";
}

.nv-icon[data-icon=sort-up-down]::before {
  content: "\e099";
}

.nv-icon[data-icon=caravan]::before {
  content: "\f8ff";
}

.nv-icon[data-icon=shield-cat]::before {
  content: "\e572";
}

.nv-icon[data-icon=message-slash]::before {
  content: "\f4a9";
}

.nv-icon[data-icon=comment-alt-slash]::before {
  content: "\f4a9";
}

.nv-icon[data-icon=bolt]::before {
  content: "\f0e7";
}

.nv-icon[data-icon=zap]::before {
  content: "\f0e7";
}

.nv-icon[data-icon=trash-can-check]::before {
  content: "\e2a9";
}

.nv-icon[data-icon=glass-water]::before {
  content: "\e4f4";
}

.nv-icon[data-icon=oil-well]::before {
  content: "\e532";
}

.nv-icon[data-icon=person-simple]::before {
  content: "\e220";
}

.nv-icon[data-icon=arrow-turn-left-up]::before {
  content: "\e634";
}

.nv-icon[data-icon=vault]::before {
  content: "\e2c5";
}

.nv-icon[data-icon=mars]::before {
  content: "\f222";
}

.nv-icon[data-icon=toilet]::before {
  content: "\f7d8";
}

.nv-icon[data-icon=plane-circle-xmark]::before {
  content: "\e557";
}

.nv-icon[data-icon=yen-sign]::before {
  content: "\f157";
}

.nv-icon[data-icon=cny]::before {
  content: "\f157";
}

.nv-icon[data-icon=jpy]::before {
  content: "\f157";
}

.nv-icon[data-icon=rmb]::before {
  content: "\f157";
}

.nv-icon[data-icon=yen]::before {
  content: "\f157";
}

.nv-icon[data-icon=gear-code]::before {
  content: "\e5e8";
}

.nv-icon[data-icon=notes]::before {
  content: "\e202";
}

.nv-icon[data-icon=ruble-sign]::before {
  content: "\f158";
}

.nv-icon[data-icon=rouble]::before {
  content: "\f158";
}

.nv-icon[data-icon=rub]::before {
  content: "\f158";
}

.nv-icon[data-icon=ruble]::before {
  content: "\f158";
}

.nv-icon[data-icon=trash-undo]::before {
  content: "\f895";
}

.nv-icon[data-icon=trash-arrow-turn-left]::before {
  content: "\f895";
}

.nv-icon[data-icon=champagne-glass]::before {
  content: "\f79e";
}

.nv-icon[data-icon=glass-champagne]::before {
  content: "\f79e";
}

.nv-icon[data-icon=objects-align-center-horizontal]::before {
  content: "\e3bc";
}

.nv-icon[data-icon=sun]::before {
  content: "\f185";
}

.nv-icon[data-icon=trash-can-slash]::before {
  content: "\e2ad";
}

.nv-icon[data-icon=trash-alt-slash]::before {
  content: "\e2ad";
}

.nv-icon[data-icon=screen-users]::before {
  content: "\f63d";
}

.nv-icon[data-icon=users-class]::before {
  content: "\f63d";
}

.nv-icon[data-icon=guitar]::before {
  content: "\f7a6";
}

.nv-icon[data-icon=square-arrow-left]::before {
  content: "\f33a";
}

.nv-icon[data-icon=arrow-square-left]::before {
  content: "\f33a";
}

.nv-icon[data-icon=square-8]::before {
  content: "\e25d";
}

.nv-icon[data-icon=face-smile-hearts]::before {
  content: "\e390";
}

.nv-icon[data-icon=brackets-square]::before {
  content: "\f7e9";
}

.nv-icon[data-icon=brackets]::before {
  content: "\f7e9";
}

.nv-icon[data-icon=laptop-arrow-down]::before {
  content: "\e1c6";
}

.nv-icon[data-icon=hockey-stick-puck]::before {
  content: "\e3ae";
}

.nv-icon[data-icon=house-tree]::before {
  content: "\e1b3";
}

.nv-icon[data-icon=signal-fair]::before {
  content: "\f68d";
}

.nv-icon[data-icon=signal-2]::before {
  content: "\f68d";
}

.nv-icon[data-icon=face-laugh-wink]::before {
  content: "\f59c";
}

.nv-icon[data-icon=laugh-wink]::before {
  content: "\f59c";
}

.nv-icon[data-icon=circle-dollar]::before {
  content: "\f2e8";
}

.nv-icon[data-icon=dollar-circle]::before {
  content: "\f2e8";
}

.nv-icon[data-icon=usd-circle]::before {
  content: "\f2e8";
}

.nv-icon[data-icon=horse-head]::before {
  content: "\f7ab";
}

.nv-icon[data-icon=arrows-repeat]::before {
  content: "\f364";
}

.nv-icon[data-icon=repeat-alt]::before {
  content: "\f364";
}

.nv-icon[data-icon=bore-hole]::before {
  content: "\e4c3";
}

.nv-icon[data-icon=industry]::before {
  content: "\f275";
}

.nv-icon[data-icon=image-polaroid]::before {
  content: "\f8c4";
}

.nv-icon[data-icon=wave-triangle]::before {
  content: "\f89a";
}

.nv-icon[data-icon=turn-left-down]::before {
  content: "\e637";
}

.nv-icon[data-icon=person-running-fast]::before {
  content: "\e5ff";
}

.nv-icon[data-icon=circle-down]::before {
  content: "\f358";
}

.nv-icon[data-icon=arrow-alt-circle-down]::before {
  content: "\f358";
}

.nv-icon[data-icon=grill]::before {
  content: "\e5a3";
}

.nv-icon[data-icon=arrows-turn-to-dots]::before {
  content: "\e4c1";
}

.nv-icon[data-icon=chart-mixed]::before {
  content: "\f643";
}

.nv-icon[data-icon=analytics]::before {
  content: "\f643";
}

.nv-icon[data-icon=florin-sign]::before {
  content: "\e184";
}

.nv-icon[data-icon=arrow-down-short-wide]::before {
  content: "\f884";
}

.nv-icon[data-icon=sort-amount-desc]::before {
  content: "\f884";
}

.nv-icon[data-icon=sort-amount-down-alt]::before {
  content: "\f884";
}

.nv-icon[data-icon=less-than]::before {
  content: "\\<";
}

.nv-icon[data-icon=display-code]::before {
  content: "\e165";
}

.nv-icon[data-icon=desktop-code]::before {
  content: "\e165";
}

.nv-icon[data-icon=face-drooling]::before {
  content: "\e372";
}

.nv-icon[data-icon=oil-temperature]::before {
  content: "\f614";
}

.nv-icon[data-icon=oil-temp]::before {
  content: "\f614";
}

.nv-icon[data-icon=square-question]::before {
  content: "\f2fd";
}

.nv-icon[data-icon=question-square]::before {
  content: "\f2fd";
}

.nv-icon[data-icon=air-conditioner]::before {
  content: "\f8f4";
}

.nv-icon[data-icon=angle-down]::before {
  content: "\f107";
}

.nv-icon[data-icon=mountains]::before {
  content: "\f6fd";
}

.nv-icon[data-icon=omega]::before {
  content: "\f67a";
}

.nv-icon[data-icon=car-tunnel]::before {
  content: "\e4de";
}

.nv-icon[data-icon=person-dolly-empty]::before {
  content: "\f4d1";
}

.nv-icon[data-icon=pan-food]::before {
  content: "\e42b";
}

.nv-icon[data-icon=head-side-cough]::before {
  content: "\e061";
}

.nv-icon[data-icon=grip-lines]::before {
  content: "\f7a4";
}

.nv-icon[data-icon=thumbs-down]::before {
  content: "\f165";
}

.nv-icon[data-icon=user-lock]::before {
  content: "\f502";
}

.nv-icon[data-icon=arrow-right-long]::before {
  content: "\f178";
}

.nv-icon[data-icon=long-arrow-right]::before {
  content: "\f178";
}

.nv-icon[data-icon=tickets-airline]::before {
  content: "\e29b";
}

.nv-icon[data-icon=tickets-perforated-plane]::before {
  content: "\e29b";
}

.nv-icon[data-icon=tickets-plane]::before {
  content: "\e29b";
}

.nv-icon[data-icon=tent-double-peak]::before {
  content: "\e627";
}

.nv-icon[data-icon=anchor-circle-xmark]::before {
  content: "\e4ac";
}

.nv-icon[data-icon=ellipsis]::before {
  content: "\f141";
}

.nv-icon[data-icon=ellipsis-h]::before {
  content: "\f141";
}

.nv-icon[data-icon=nfc-slash]::before {
  content: "\e1fc";
}

.nv-icon[data-icon=chess-pawn]::before {
  content: "\f443";
}

.nv-icon[data-icon=kit-medical]::before {
  content: "\f479";
}

.nv-icon[data-icon=first-aid]::before {
  content: "\f479";
}

.nv-icon[data-icon=grid-2-plus]::before {
  content: "\e197";
}

.nv-icon[data-icon=bells]::before {
  content: "\f77f";
}

.nv-icon[data-icon=person-through-window]::before {
  content: "\e5a9";
}

.nv-icon[data-icon=toolbox]::before {
  content: "\f552";
}

.nv-icon[data-icon=envelope-dot]::before {
  content: "\e16f";
}

.nv-icon[data-icon=envelope-badge]::before {
  content: "\e16f";
}

.nv-icon[data-icon=magnifying-glass-waveform]::before {
  content: "\e661";
}

.nv-icon[data-icon=hands-holding-circle]::before {
  content: "\e4fb";
}

.nv-icon[data-icon=bug]::before {
  content: "\f188";
}

.nv-icon[data-icon=bowl-chopsticks]::before {
  content: "\e2e9";
}

.nv-icon[data-icon=credit-card]::before {
  content: "\f09d";
}

.nv-icon[data-icon=credit-card-alt]::before {
  content: "\f09d";
}

.nv-icon[data-icon=circle-s]::before {
  content: "\e121";
}

.nv-icon[data-icon=box-ballot]::before {
  content: "\f735";
}

.nv-icon[data-icon=car]::before {
  content: "\f1b9";
}

.nv-icon[data-icon=automobile]::before {
  content: "\f1b9";
}

.nv-icon[data-icon=hand-holding-hand]::before {
  content: "\e4f7";
}

.nv-icon[data-icon=user-tie-hair]::before {
  content: "\e45f";
}

.nv-icon[data-icon=podium-star]::before {
  content: "\f758";
}

.nv-icon[data-icon=user-hair-mullet]::before {
  content: "\e45c";
}

.nv-icon[data-icon=business-front]::before {
  content: "\e45c";
}

.nv-icon[data-icon=party-back]::before {
  content: "\e45c";
}

.nv-icon[data-icon=trian-balbot]::before {
  content: "\e45c";
}

.nv-icon[data-icon=microphone-stand]::before {
  content: "\f8cb";
}

.nv-icon[data-icon=book-open-reader]::before {
  content: "\f5da";
}

.nv-icon[data-icon=book-reader]::before {
  content: "\f5da";
}

.nv-icon[data-icon=family-dress]::before {
  content: "\e301";
}

.nv-icon[data-icon=circle-x]::before {
  content: "\e12e";
}

.nv-icon[data-icon=cabin]::before {
  content: "\e46d";
}

.nv-icon[data-icon=mountain-sun]::before {
  content: "\e52f";
}

.nv-icon[data-icon=chart-simple-horizontal]::before {
  content: "\e474";
}

.nv-icon[data-icon=arrows-left-right-to-line]::before {
  content: "\e4ba";
}

.nv-icon[data-icon=hand-back-point-left]::before {
  content: "\e19f";
}

.nv-icon[data-icon=message-dots]::before {
  content: "\f4a3";
}

.nv-icon[data-icon=comment-alt-dots]::before {
  content: "\f4a3";
}

.nv-icon[data-icon=messaging]::before {
  content: "\f4a3";
}

.nv-icon[data-icon=file-heart]::before {
  content: "\e176";
}

.nv-icon[data-icon=beer-mug]::before {
  content: "\e0b3";
}

.nv-icon[data-icon=beer-foam]::before {
  content: "\e0b3";
}

.nv-icon[data-icon=dice-d20]::before {
  content: "\f6cf";
}

.nv-icon[data-icon=drone]::before {
  content: "\f85f";
}

.nv-icon[data-icon=truck-droplet]::before {
  content: "\e58c";
}

.nv-icon[data-icon=file-circle-xmark]::before {
  content: "\e5a1";
}

.nv-icon[data-icon=temperature-arrow-up]::before {
  content: "\e040";
}

.nv-icon[data-icon=temperature-up]::before {
  content: "\e040";
}

.nv-icon[data-icon=medal]::before {
  content: "\f5a2";
}

.nv-icon[data-icon=person-fairy]::before {
  content: "\e608";
}

.nv-icon[data-icon=bed]::before {
  content: "\f236";
}

.nv-icon[data-icon=book-copy]::before {
  content: "\e0be";
}

.nv-icon[data-icon=square-h]::before {
  content: "\f0fd";
}

.nv-icon[data-icon=h-square]::before {
  content: "\f0fd";
}

.nv-icon[data-icon=square-c]::before {
  content: "\e266";
}

.nv-icon[data-icon=clock-two]::before {
  content: "\e35a";
}

.nv-icon[data-icon=square-ellipsis-vertical]::before {
  content: "\e26f";
}

.nv-icon[data-icon=calendar-users]::before {
  content: "\e5e2";
}

.nv-icon[data-icon=podcast]::before {
  content: "\f2ce";
}

.nv-icon[data-icon=bee]::before {
  content: "\e0b2";
}

.nv-icon[data-icon=temperature-full]::before {
  content: "\f2c7";
}

.nv-icon[data-icon=temperature-4]::before {
  content: "\f2c7";
}

.nv-icon[data-icon=thermometer-4]::before {
  content: "\f2c7";
}

.nv-icon[data-icon=thermometer-full]::before {
  content: "\f2c7";
}

.nv-icon[data-icon=bell]::before {
  content: "\f0f3";
}

.nv-icon[data-icon=candy-bar]::before {
  content: "\e3e8";
}

.nv-icon[data-icon=chocolate-bar]::before {
  content: "\e3e8";
}

.nv-icon[data-icon=xmark-large]::before {
  content: "\e59b";
}

.nv-icon[data-icon=pinata]::before {
  content: "\e3c3";
}

.nv-icon[data-icon=file-ppt]::before {
  content: "\e64a";
}

.nv-icon[data-icon=arrows-from-line]::before {
  content: "\e0a4";
}

.nv-icon[data-icon=superscript]::before {
  content: "\f12b";
}

.nv-icon[data-icon=bowl-spoon]::before {
  content: "\e3e0";
}

.nv-icon[data-icon=hexagon-check]::before {
  content: "\e416";
}

.nv-icon[data-icon=plug-circle-xmark]::before {
  content: "\e560";
}

.nv-icon[data-icon=star-of-life]::before {
  content: "\f621";
}

.nv-icon[data-icon=phone-slash]::before {
  content: "\f3dd";
}

.nv-icon[data-icon=traffic-light-stop]::before {
  content: "\f63a";
}

.nv-icon[data-icon=paint-roller]::before {
  content: "\f5aa";
}

.nv-icon[data-icon=accent-grave]::before {
  content: "\\`";
}

.nv-icon[data-icon=handshake-angle]::before {
  content: "\f4c4";
}

.nv-icon[data-icon=hands-helping]::before {
  content: "\f4c4";
}

.nv-icon[data-icon=circle-0]::before {
  content: "\e0ed";
}

.nv-icon[data-icon=dial-med-low]::before {
  content: "\e160";
}

.nv-icon[data-icon=location-dot]::before {
  content: "\f3c5";
}

.nv-icon[data-icon=map-marker-alt]::before {
  content: "\f3c5";
}

.nv-icon[data-icon=crab]::before {
  content: "\e3ff";
}

.nv-icon[data-icon=box-open-full]::before {
  content: "\f49c";
}

.nv-icon[data-icon=box-full]::before {
  content: "\f49c";
}

.nv-icon[data-icon=file]::before {
  content: "\f15b";
}

.nv-icon[data-icon=greater-than]::before {
  content: "\\>";
}

.nv-icon[data-icon=quotes]::before {
  content: "\e234";
}

.nv-icon[data-icon=pretzel]::before {
  content: "\e441";
}

.nv-icon[data-icon=t-rex]::before {
  content: "\e629";
}

.nv-icon[data-icon=person-swimming]::before {
  content: "\f5c4";
}

.nv-icon[data-icon=swimmer]::before {
  content: "\f5c4";
}

.nv-icon[data-icon=arrow-down]::before {
  content: "\f063";
}

.nv-icon[data-icon=user-robot-xmarks]::before {
  content: "\e4a7";
}

.nv-icon[data-icon=message-quote]::before {
  content: "\e1e4";
}

.nv-icon[data-icon=comment-alt-quote]::before {
  content: "\e1e4";
}

.nv-icon[data-icon=candy-corn]::before {
  content: "\f6bd";
}

.nv-icon[data-icon=folder-magnifying-glass]::before {
  content: "\e18b";
}

.nv-icon[data-icon=folder-search]::before {
  content: "\e18b";
}

.nv-icon[data-icon=notebook]::before {
  content: "\e201";
}

.nv-icon[data-icon=droplet]::before {
  content: "\f043";
}

.nv-icon[data-icon=tint]::before {
  content: "\f043";
}

.nv-icon[data-icon=bullseye-pointer]::before {
  content: "\f649";
}

.nv-icon[data-icon=eraser]::before {
  content: "\f12d";
}

.nv-icon[data-icon=hexagon-image]::before {
  content: "\e504";
}

.nv-icon[data-icon=earth-americas]::before {
  content: "\f57d";
}

.nv-icon[data-icon=earth]::before {
  content: "\f57d";
}

.nv-icon[data-icon=earth-america]::before {
  content: "\f57d";
}

.nv-icon[data-icon=globe-americas]::before {
  content: "\f57d";
}

.nv-icon[data-icon=file-svg]::before {
  content: "\e64b";
}

.nv-icon[data-icon=crate-apple]::before {
  content: "\f6b1";
}

.nv-icon[data-icon=apple-crate]::before {
  content: "\f6b1";
}

.nv-icon[data-icon=person-burst]::before {
  content: "\e53b";
}

.nv-icon[data-icon=game-board]::before {
  content: "\f867";
}

.nv-icon[data-icon=hat-chef]::before {
  content: "\f86b";
}

.nv-icon[data-icon=hand-back-point-right]::before {
  content: "\e1a1";
}

.nv-icon[data-icon=dove]::before {
  content: "\f4ba";
}

.nv-icon[data-icon=snowflake-droplets]::before {
  content: "\e5c1";
}

.nv-icon[data-icon=battery-empty]::before {
  content: "\f244";
}

.nv-icon[data-icon=battery-0]::before {
  content: "\f244";
}

.nv-icon[data-icon=grid-4]::before {
  content: "\e198";
}

.nv-icon[data-icon=socks]::before {
  content: "\f696";
}

.nv-icon[data-icon=face-sunglasses]::before {
  content: "\e398";
}

.nv-icon[data-icon=inbox]::before {
  content: "\f01c";
}

.nv-icon[data-icon=square-0]::before {
  content: "\e255";
}

.nv-icon[data-icon=section]::before {
  content: "\e447";
}

.nv-icon[data-icon=square-this-way-up]::before {
  content: "\f49f";
}

.nv-icon[data-icon=box-up]::before {
  content: "\f49f";
}

.nv-icon[data-icon=gauge-high]::before {
  content: "\f625";
}

.nv-icon[data-icon=tachometer-alt]::before {
  content: "\f625";
}

.nv-icon[data-icon=tachometer-alt-fast]::before {
  content: "\f625";
}

.nv-icon[data-icon=square-ampersand]::before {
  content: "\e260";
}

.nv-icon[data-icon=envelope-open-text]::before {
  content: "\f658";
}

.nv-icon[data-icon=lamp-desk]::before {
  content: "\e014";
}

.nv-icon[data-icon=hospital]::before {
  content: "\f0f8";
}

.nv-icon[data-icon=hospital-alt]::before {
  content: "\f0f8";
}

.nv-icon[data-icon=hospital-wide]::before {
  content: "\f0f8";
}

.nv-icon[data-icon=poll-people]::before {
  content: "\f759";
}

.nv-icon[data-icon=whiskey-glass-ice]::before {
  content: "\f7a1";
}

.nv-icon[data-icon=glass-whiskey-rocks]::before {
  content: "\f7a1";
}

.nv-icon[data-icon=wine-bottle]::before {
  content: "\f72f";
}

.nv-icon[data-icon=chess-rook]::before {
  content: "\f447";
}

.nv-icon[data-icon=user-bounty-hunter]::before {
  content: "\e2bf";
}

.nv-icon[data-icon=bars-staggered]::before {
  content: "\f550";
}

.nv-icon[data-icon=reorder]::before {
  content: "\f550";
}

.nv-icon[data-icon=stream]::before {
  content: "\f550";
}

.nv-icon[data-icon=diagram-sankey]::before {
  content: "\e158";
}

.nv-icon[data-icon=cloud-hail-mixed]::before {
  content: "\f73a";
}

.nv-icon[data-icon=circle-up-left]::before {
  content: "\e128";
}

.nv-icon[data-icon=dharmachakra]::before {
  content: "\f655";
}

.nv-icon[data-icon=objects-align-left]::before {
  content: "\e3be";
}

.nv-icon[data-icon=oil-can-drip]::before {
  content: "\e205";
}

.nv-icon[data-icon=face-smiling-hands]::before {
  content: "\e396";
}

.nv-icon[data-icon=broccoli]::before {
  content: "\e3e2";
}

.nv-icon[data-icon=route-interstate]::before {
  content: "\f61b";
}

.nv-icon[data-icon=ear-muffs]::before {
  content: "\f795";
}

.nv-icon[data-icon=hotdog]::before {
  content: "\f80f";
}

.nv-icon[data-icon=transporter-empty]::before {
  content: "\e046";
}

.nv-icon[data-icon=person-walking-with-cane]::before {
  content: "\f29d";
}

.nv-icon[data-icon=blind]::before {
  content: "\f29d";
}

.nv-icon[data-icon=angle-90]::before {
  content: "\e08d";
}

.nv-icon[data-icon=rectangle-terminal]::before {
  content: "\e236";
}

.nv-icon[data-icon=kite]::before {
  content: "\f6f4";
}

.nv-icon[data-icon=drum]::before {
  content: "\f569";
}

.nv-icon[data-icon=scrubber]::before {
  content: "\f2f8";
}

.nv-icon[data-icon=ice-cream]::before {
  content: "\f810";
}

.nv-icon[data-icon=heart-circle-bolt]::before {
  content: "\e4fc";
}

.nv-icon[data-icon=fish-bones]::before {
  content: "\e304";
}

.nv-icon[data-icon=deer-rudolph]::before {
  content: "\f78f";
}

.nv-icon[data-icon=fax]::before {
  content: "\f1ac";
}

.nv-icon[data-icon=paragraph]::before {
  content: "\f1dd";
}

.nv-icon[data-icon=head-side-heart]::before {
  content: "\e1aa";
}

.nv-icon[data-icon=square-e]::before {
  content: "\e26d";
}

.nv-icon[data-icon=meter-fire]::before {
  content: "\e1eb";
}

.nv-icon[data-icon=cloud-hail]::before {
  content: "\f739";
}

.nv-icon[data-icon=check-to-slot]::before {
  content: "\f772";
}

.nv-icon[data-icon=vote-yea]::before {
  content: "\f772";
}

.nv-icon[data-icon=money-from-bracket]::before {
  content: "\e312";
}

.nv-icon[data-icon=star-half]::before {
  content: "\f089";
}

.nv-icon[data-icon=car-bus]::before {
  content: "\f85a";
}

.nv-icon[data-icon=speaker]::before {
  content: "\f8df";
}

.nv-icon[data-icon=timer]::before {
  content: "\e29e";
}

.nv-icon[data-icon=boxes-stacked]::before {
  content: "\f468";
}

.nv-icon[data-icon=boxes]::before {
  content: "\f468";
}

.nv-icon[data-icon=boxes-alt]::before {
  content: "\f468";
}

.nv-icon[data-icon=landmark-magnifying-glass]::before {
  content: "\e622";
}

.nv-icon[data-icon=grill-hot]::before {
  content: "\e5a5";
}

.nv-icon[data-icon=ballot-check]::before {
  content: "\f733";
}

.nv-icon[data-icon=link]::before {
  content: "\f0c1";
}

.nv-icon[data-icon=chain]::before {
  content: "\f0c1";
}

.nv-icon[data-icon=ear-listen]::before {
  content: "\f2a2";
}

.nv-icon[data-icon=assistive-listening-systems]::before {
  content: "\f2a2";
}

.nv-icon[data-icon=file-minus]::before {
  content: "\f318";
}

.nv-icon[data-icon=tree-city]::before {
  content: "\e587";
}

.nv-icon[data-icon=play]::before {
  content: "\f04b";
}

.nv-icon[data-icon=font]::before {
  content: "\f031";
}

.nv-icon[data-icon=cup-togo]::before {
  content: "\f6c5";
}

.nv-icon[data-icon=coffee-togo]::before {
  content: "\f6c5";
}

.nv-icon[data-icon=square-down-left]::before {
  content: "\e26b";
}

.nv-icon[data-icon=burger-lettuce]::before {
  content: "\e3e3";
}

.nv-icon[data-icon=rupiah-sign]::before {
  content: "\e23d";
}

.nv-icon[data-icon=magnifying-glass]::before {
  content: "\f002";
}

.nv-icon[data-icon=search]::before {
  content: "\f002";
}

.nv-icon[data-icon=table-tennis-paddle-ball]::before {
  content: "\f45d";
}

.nv-icon[data-icon=ping-pong-paddle-ball]::before {
  content: "\f45d";
}

.nv-icon[data-icon=table-tennis]::before {
  content: "\f45d";
}

.nv-icon[data-icon=person-dots-from-line]::before {
  content: "\f470";
}

.nv-icon[data-icon=diagnoses]::before {
  content: "\f470";
}

.nv-icon[data-icon=chevrons-down]::before {
  content: "\f322";
}

.nv-icon[data-icon=chevron-double-down]::before {
  content: "\f322";
}

.nv-icon[data-icon=trash-can-arrow-up]::before {
  content: "\f82a";
}

.nv-icon[data-icon=trash-restore-alt]::before {
  content: "\f82a";
}

.nv-icon[data-icon=signal-good]::before {
  content: "\f68e";
}

.nv-icon[data-icon=signal-3]::before {
  content: "\f68e";
}

.nv-icon[data-icon=location-question]::before {
  content: "\f60b";
}

.nv-icon[data-icon=map-marker-question]::before {
  content: "\f60b";
}

.nv-icon[data-icon=floppy-disk-circle-xmark]::before {
  content: "\e181";
}

.nv-icon[data-icon=floppy-disk-times]::before {
  content: "\e181";
}

.nv-icon[data-icon=save-circle-xmark]::before {
  content: "\e181";
}

.nv-icon[data-icon=save-times]::before {
  content: "\e181";
}

.nv-icon[data-icon=naira-sign]::before {
  content: "\e1f6";
}

.nv-icon[data-icon=peach]::before {
  content: "\e20b";
}

.nv-icon[data-icon=taxi-bus]::before {
  content: "\e298";
}

.nv-icon[data-icon=bracket-curly]::before {
  content: "\\{";
}

.nv-icon[data-icon=bracket-curly-left]::before {
  content: "\\{";
}

.nv-icon[data-icon=lobster]::before {
  content: "\e421";
}

.nv-icon[data-icon=cart-flatbed-empty]::before {
  content: "\f476";
}

.nv-icon[data-icon=dolly-flatbed-empty]::before {
  content: "\f476";
}

.nv-icon[data-icon=colon]::before {
  content: "\\:";
}

.nv-icon[data-icon=cart-arrow-down]::before {
  content: "\f218";
}

.nv-icon[data-icon=wand]::before {
  content: "\f72a";
}

.nv-icon[data-icon=walkie-talkie]::before {
  content: "\f8ef";
}

.nv-icon[data-icon=file-pen]::before {
  content: "\f31c";
}

.nv-icon[data-icon=file-edit]::before {
  content: "\f31c";
}

.nv-icon[data-icon=receipt]::before {
  content: "\f543";
}

.nv-icon[data-icon=table-picnic]::before {
  content: "\e32d";
}

.nv-icon[data-icon=square-pen]::before {
  content: "\f14b";
}

.nv-icon[data-icon=pen-square]::before {
  content: "\f14b";
}

.nv-icon[data-icon=pencil-square]::before {
  content: "\f14b";
}

.nv-icon[data-icon=circle-microphone-lines]::before {
  content: "\e117";
}

.nv-icon[data-icon=microphone-circle-alt]::before {
  content: "\e117";
}

.nv-icon[data-icon=display-slash]::before {
  content: "\e2fa";
}

.nv-icon[data-icon=desktop-slash]::before {
  content: "\e2fa";
}

.nv-icon[data-icon=suitcase-rolling]::before {
  content: "\f5c1";
}

.nv-icon[data-icon=person-circle-exclamation]::before {
  content: "\e53f";
}

.nv-icon[data-icon=transporter-2]::before {
  content: "\e044";
}

.nv-icon[data-icon=hands-holding-diamond]::before {
  content: "\f47c";
}

.nv-icon[data-icon=hand-receiving]::before {
  content: "\f47c";
}

.nv-icon[data-icon=money-bill-simple-wave]::before {
  content: "\e1f2";
}

.nv-icon[data-icon=chevron-down]::before {
  content: "\f078";
}

.nv-icon[data-icon=battery-full]::before {
  content: "\f240";
}

.nv-icon[data-icon=battery]::before {
  content: "\f240";
}

.nv-icon[data-icon=battery-5]::before {
  content: "\f240";
}

.nv-icon[data-icon=bell-plus]::before {
  content: "\f849";
}

.nv-icon[data-icon=book-arrow-right]::before {
  content: "\e0b9";
}

.nv-icon[data-icon=hospitals]::before {
  content: "\f80e";
}

.nv-icon[data-icon=club]::before {
  content: "\f327";
}

.nv-icon[data-icon=skull-crossbones]::before {
  content: "\f714";
}

.nv-icon[data-icon=droplet-degree]::before {
  content: "\f748";
}

.nv-icon[data-icon=dewpoint]::before {
  content: "\f748";
}

.nv-icon[data-icon=code-compare]::before {
  content: "\e13a";
}

.nv-icon[data-icon=list-ul]::before {
  content: "\f0ca";
}

.nv-icon[data-icon=list-dots]::before {
  content: "\f0ca";
}

.nv-icon[data-icon=hand-holding-magic]::before {
  content: "\f6e5";
}

.nv-icon[data-icon=watermelon-slice]::before {
  content: "\e337";
}

.nv-icon[data-icon=circle-ellipsis]::before {
  content: "\e10a";
}

.nv-icon[data-icon=school-lock]::before {
  content: "\e56f";
}

.nv-icon[data-icon=tower-cell]::before {
  content: "\e585";
}

.nv-icon[data-icon=sd-cards]::before {
  content: "\e240";
}

.nv-icon[data-icon=jug-bottle]::before {
  content: "\e5fb";
}

.nv-icon[data-icon=down-long]::before {
  content: "\f309";
}

.nv-icon[data-icon=long-arrow-alt-down]::before {
  content: "\f309";
}

.nv-icon[data-icon=envelopes]::before {
  content: "\e170";
}

.nv-icon[data-icon=phone-office]::before {
  content: "\f67d";
}

.nv-icon[data-icon=ranking-star]::before {
  content: "\e561";
}

.nv-icon[data-icon=chess-king]::before {
  content: "\f43f";
}

.nv-icon[data-icon=nfc-pen]::before {
  content: "\e1fa";
}

.nv-icon[data-icon=person-harassing]::before {
  content: "\e549";
}

.nv-icon[data-icon=magnifying-glass-play]::before {
  content: "\e660";
}

.nv-icon[data-icon=hat-winter]::before {
  content: "\f7a8";
}

.nv-icon[data-icon=brazilian-real-sign]::before {
  content: "\e46c";
}

.nv-icon[data-icon=landmark-dome]::before {
  content: "\f752";
}

.nv-icon[data-icon=landmark-alt]::before {
  content: "\f752";
}

.nv-icon[data-icon=bone-break]::before {
  content: "\f5d8";
}

.nv-icon[data-icon=arrow-up]::before {
  content: "\f062";
}

.nv-icon[data-icon=down-from-dotted-line]::before {
  content: "\e407";
}

.nv-icon[data-icon=tv]::before {
  content: "\f26c";
}

.nv-icon[data-icon=television]::before {
  content: "\f26c";
}

.nv-icon[data-icon=tv-alt]::before {
  content: "\f26c";
}

.nv-icon[data-icon=border-left]::before {
  content: "\f84f";
}

.nv-icon[data-icon=circle-divide]::before {
  content: "\e106";
}

.nv-icon[data-icon=shrimp]::before {
  content: "\e448";
}

.nv-icon[data-icon=list-check]::before {
  content: "\f0ae";
}

.nv-icon[data-icon=tasks]::before {
  content: "\f0ae";
}

.nv-icon[data-icon=diagram-subtask]::before {
  content: "\e479";
}

.nv-icon[data-icon=jug-detergent]::before {
  content: "\e519";
}

.nv-icon[data-icon=circle-user]::before {
  content: "\f2bd";
}

.nv-icon[data-icon=user-circle]::before {
  content: "\f2bd";
}

.nv-icon[data-icon=square-y]::before {
  content: "\e287";
}

.nv-icon[data-icon=user-doctor-hair]::before {
  content: "\e458";
}

.nv-icon[data-icon=planet-ringed]::before {
  content: "\e020";
}

.nv-icon[data-icon=mushroom]::before {
  content: "\e425";
}

.nv-icon[data-icon=user-shield]::before {
  content: "\f505";
}

.nv-icon[data-icon=megaphone]::before {
  content: "\f675";
}

.nv-icon[data-icon=wreath-laurel]::before {
  content: "\e5d2";
}

.nv-icon[data-icon=circle-exclamation-check]::before {
  content: "\e10d";
}

.nv-icon[data-icon=wind]::before {
  content: "\f72e";
}

.nv-icon[data-icon=box-dollar]::before {
  content: "\f4a0";
}

.nv-icon[data-icon=box-usd]::before {
  content: "\f4a0";
}

.nv-icon[data-icon=car-burst]::before {
  content: "\f5e1";
}

.nv-icon[data-icon=car-crash]::before {
  content: "\f5e1";
}

.nv-icon[data-icon=y]::before {
  content: "Y";
}

.nv-icon[data-icon=user-headset]::before {
  content: "\f82d";
}

.nv-icon[data-icon=arrows-retweet]::before {
  content: "\f361";
}

.nv-icon[data-icon=retweet-alt]::before {
  content: "\f361";
}

.nv-icon[data-icon=person-snowboarding]::before {
  content: "\f7ce";
}

.nv-icon[data-icon=snowboarding]::before {
  content: "\f7ce";
}

.nv-icon[data-icon=square-chevron-right]::before {
  content: "\f32b";
}

.nv-icon[data-icon=chevron-square-right]::before {
  content: "\f32b";
}

.nv-icon[data-icon=lacrosse-stick-ball]::before {
  content: "\e3b6";
}

.nv-icon[data-icon=truck-fast]::before {
  content: "\f48b";
}

.nv-icon[data-icon=shipping-fast]::before {
  content: "\f48b";
}

.nv-icon[data-icon=user-magnifying-glass]::before {
  content: "\e5c5";
}

.nv-icon[data-icon=star-sharp]::before {
  content: "\e28b";
}

.nv-icon[data-icon=comment-heart]::before {
  content: "\e5c8";
}

.nv-icon[data-icon=circle-1]::before {
  content: "\e0ee";
}

.nv-icon[data-icon=circle-star]::before {
  content: "\e123";
}

.nv-icon[data-icon=star-circle]::before {
  content: "\e123";
}

.nv-icon[data-icon=fish]::before {
  content: "\f578";
}

.nv-icon[data-icon=cloud-fog]::before {
  content: "\f74e";
}

.nv-icon[data-icon=fog]::before {
  content: "\f74e";
}

.nv-icon[data-icon=waffle]::before {
  content: "\e466";
}

.nv-icon[data-icon=music-note]::before {
  content: "\f8cf";
}

.nv-icon[data-icon=music-alt]::before {
  content: "\f8cf";
}

.nv-icon[data-icon=hexagon-exclamation]::before {
  content: "\e417";
}

.nv-icon[data-icon=cart-shopping-fast]::before {
  content: "\e0dc";
}

.nv-icon[data-icon=object-union]::before {
  content: "\e49f";
}

.nv-icon[data-icon=user-graduate]::before {
  content: "\f501";
}

.nv-icon[data-icon=starfighter]::before {
  content: "\e037";
}

.nv-icon[data-icon=circle-half-stroke]::before {
  content: "\f042";
}

.nv-icon[data-icon=adjust]::before {
  content: "\f042";
}

.nv-icon[data-icon=arrow-right-long-to-line]::before {
  content: "\e3d5";
}

.nv-icon[data-icon=square-arrow-down]::before {
  content: "\f339";
}

.nv-icon[data-icon=arrow-square-down]::before {
  content: "\f339";
}

.nv-icon[data-icon=diamond-half-stroke]::before {
  content: "\e5b8";
}

.nv-icon[data-icon=clapperboard]::before {
  content: "\e131";
}

.nv-icon[data-icon=square-chevron-left]::before {
  content: "\f32a";
}

.nv-icon[data-icon=chevron-square-left]::before {
  content: "\f32a";
}

.nv-icon[data-icon=phone-intercom]::before {
  content: "\e434";
}

.nv-icon[data-icon=link-horizontal]::before {
  content: "\e1cb";
}

.nv-icon[data-icon=chain-horizontal]::before {
  content: "\e1cb";
}

.nv-icon[data-icon=mango]::before {
  content: "\e30f";
}

.nv-icon[data-icon=music-note-slash]::before {
  content: "\f8d0";
}

.nv-icon[data-icon=music-alt-slash]::before {
  content: "\f8d0";
}

.nv-icon[data-icon=circle-radiation]::before {
  content: "\f7ba";
}

.nv-icon[data-icon=radiation-alt]::before {
  content: "\f7ba";
}

.nv-icon[data-icon=face-tongue-sweat]::before {
  content: "\e39e";
}

.nv-icon[data-icon=globe-stand]::before {
  content: "\f5f6";
}

.nv-icon[data-icon=baseball]::before {
  content: "\f433";
}

.nv-icon[data-icon=baseball-ball]::before {
  content: "\f433";
}

.nv-icon[data-icon=circle-p]::before {
  content: "\e11a";
}

.nv-icon[data-icon=award-simple]::before {
  content: "\e0ab";
}

.nv-icon[data-icon=jet-fighter-up]::before {
  content: "\e518";
}

.nv-icon[data-icon=diagram-project]::before {
  content: "\f542";
}

.nv-icon[data-icon=project-diagram]::before {
  content: "\f542";
}

.nv-icon[data-icon=pedestal]::before {
  content: "\e20d";
}

.nv-icon[data-icon=chart-pyramid]::before {
  content: "\e0e6";
}

.nv-icon[data-icon=sidebar]::before {
  content: "\e24e";
}

.nv-icon[data-icon=snowman-head]::before {
  content: "\f79b";
}

.nv-icon[data-icon=frosty-head]::before {
  content: "\f79b";
}

.nv-icon[data-icon=copy]::before {
  content: "\f0c5";
}

.nv-icon[data-icon=burger-glass]::before {
  content: "\e0ce";
}

.nv-icon[data-icon=volume-xmark]::before {
  content: "\f6a9";
}

.nv-icon[data-icon=volume-mute]::before {
  content: "\f6a9";
}

.nv-icon[data-icon=volume-times]::before {
  content: "\f6a9";
}

.nv-icon[data-icon=hand-sparkles]::before {
  content: "\e05d";
}

.nv-icon[data-icon=bars-filter]::before {
  content: "\e0ad";
}

.nv-icon[data-icon=paintbrush-pencil]::before {
  content: "\e206";
}

.nv-icon[data-icon=party-bell]::before {
  content: "\e31a";
}

.nv-icon[data-icon=user-vneck-hair]::before {
  content: "\e462";
}

.nv-icon[data-icon=jack-o-lantern]::before {
  content: "\f30e";
}

.nv-icon[data-icon=grip]::before {
  content: "\f58d";
}

.nv-icon[data-icon=grip-horizontal]::before {
  content: "\f58d";
}

.nv-icon[data-icon=share-from-square]::before {
  content: "\f14d";
}

.nv-icon[data-icon=share-square]::before {
  content: "\f14d";
}

.nv-icon[data-icon=keynote]::before {
  content: "\f66c";
}

.nv-icon[data-icon=child-combatant]::before {
  content: "\e4e0";
}

.nv-icon[data-icon=child-rifle]::before {
  content: "\e4e0";
}

.nv-icon[data-icon=gun]::before {
  content: "\e19b";
}

.nv-icon[data-icon=square-phone]::before {
  content: "\f098";
}

.nv-icon[data-icon=phone-square]::before {
  content: "\f098";
}

.nv-icon[data-icon=hat-beach]::before {
  content: "\e606";
}

.nv-icon[data-icon=plus]::before {
  content: "\\+";
}

.nv-icon[data-icon=add]::before {
  content: "\\+";
}

.nv-icon[data-icon=expand]::before {
  content: "\f065";
}

.nv-icon[data-icon=computer]::before {
  content: "\e4e5";
}

.nv-icon[data-icon=fort]::before {
  content: "\e486";
}

.nv-icon[data-icon=cloud-check]::before {
  content: "\e35c";
}

.nv-icon[data-icon=xmark]::before {
  content: "\f00d";
}

.nv-icon[data-icon=close]::before {
  content: "\f00d";
}

.nv-icon[data-icon=multiply]::before {
  content: "\f00d";
}

.nv-icon[data-icon=remove]::before {
  content: "\f00d";
}

.nv-icon[data-icon=times]::before {
  content: "\f00d";
}

.nv-icon[data-icon=face-smirking]::before {
  content: "\e397";
}

.nv-icon[data-icon=arrows-up-down-left-right]::before {
  content: "\f047";
}

.nv-icon[data-icon=arrows]::before {
  content: "\f047";
}

.nv-icon[data-icon=chalkboard-user]::before {
  content: "\f51c";
}

.nv-icon[data-icon=chalkboard-teacher]::before {
  content: "\f51c";
}

.nv-icon[data-icon=rhombus]::before {
  content: "\e23b";
}

.nv-icon[data-icon=claw-marks]::before {
  content: "\f6c2";
}

.nv-icon[data-icon=peso-sign]::before {
  content: "\e222";
}

.nv-icon[data-icon=face-smile-tongue]::before {
  content: "\e394";
}

.nv-icon[data-icon=cart-circle-xmark]::before {
  content: "\e3f4";
}

.nv-icon[data-icon=building-shield]::before {
  content: "\e4d8";
}

.nv-icon[data-icon=circle-phone-flip]::before {
  content: "\e11c";
}

.nv-icon[data-icon=phone-circle-alt]::before {
  content: "\e11c";
}

.nv-icon[data-icon=baby]::before {
  content: "\f77c";
}

.nv-icon[data-icon=users-line]::before {
  content: "\e592";
}

.nv-icon[data-icon=quote-left]::before {
  content: "\f10d";
}

.nv-icon[data-icon=quote-left-alt]::before {
  content: "\f10d";
}

.nv-icon[data-icon=tractor]::before {
  content: "\f722";
}

.nv-icon[data-icon=key-skeleton]::before {
  content: "\f6f3";
}

.nv-icon[data-icon=trash-arrow-up]::before {
  content: "\f829";
}

.nv-icon[data-icon=trash-restore]::before {
  content: "\f829";
}

.nv-icon[data-icon=arrow-down-up-lock]::before {
  content: "\e4b0";
}

.nv-icon[data-icon=arrow-down-to-bracket]::before {
  content: "\e094";
}

.nv-icon[data-icon=lines-leaning]::before {
  content: "\e51e";
}

.nv-icon[data-icon=square-q]::before {
  content: "\e27b";
}

.nv-icon[data-icon=ruler-combined]::before {
  content: "\f546";
}

.nv-icon[data-icon=symbols]::before {
  content: "\f86e";
}

.nv-icon[data-icon=icons-alt]::before {
  content: "\f86e";
}

.nv-icon[data-icon=copyright]::before {
  content: "\f1f9";
}

.nv-icon[data-icon=flask-gear]::before {
  content: "\e5f1";
}

.nv-icon[data-icon=highlighter-line]::before {
  content: "\e1af";
}

.nv-icon[data-icon=bracket-square]::before {
  content: "\\[";
}

.nv-icon[data-icon=bracket]::before {
  content: "\\[";
}

.nv-icon[data-icon=bracket-left]::before {
  content: "\\[";
}

.nv-icon[data-icon=island-tropical]::before {
  content: "\f811";
}

.nv-icon[data-icon=island-tree-palm]::before {
  content: "\f811";
}

.nv-icon[data-icon=arrow-right-from-line]::before {
  content: "\f343";
}

.nv-icon[data-icon=arrow-from-left]::before {
  content: "\f343";
}

.nv-icon[data-icon=h2]::before {
  content: "\f314";
}

.nv-icon[data-icon=equals]::before {
  content: "\\=";
}

.nv-icon[data-icon=cake-slice]::before {
  content: "\e3e5";
}

.nv-icon[data-icon=shortcake]::before {
  content: "\e3e5";
}

.nv-icon[data-icon=building-magnifying-glass]::before {
  content: "\e61c";
}

.nv-icon[data-icon=peanut]::before {
  content: "\e430";
}

.nv-icon[data-icon=wrench-simple]::before {
  content: "\e2d1";
}

.nv-icon[data-icon=blender]::before {
  content: "\f517";
}

.nv-icon[data-icon=teeth]::before {
  content: "\f62e";
}

.nv-icon[data-icon=tally-2]::before {
  content: "\e295";
}

.nv-icon[data-icon=shekel-sign]::before {
  content: "\f20b";
}

.nv-icon[data-icon=ils]::before {
  content: "\f20b";
}

.nv-icon[data-icon=shekel]::before {
  content: "\f20b";
}

.nv-icon[data-icon=sheqel]::before {
  content: "\f20b";
}

.nv-icon[data-icon=sheqel-sign]::before {
  content: "\f20b";
}

.nv-icon[data-icon=cars]::before {
  content: "\f85b";
}

.nv-icon[data-icon=axe-battle]::before {
  content: "\f6b3";
}

.nv-icon[data-icon=user-hair-long]::before {
  content: "\e45b";
}

.nv-icon[data-icon=map]::before {
  content: "\f279";
}

.nv-icon[data-icon=arrow-left-from-arc]::before {
  content: "\e615";
}

.nv-icon[data-icon=file-circle-info]::before {
  content: "\e493";
}

.nv-icon[data-icon=face-disappointed]::before {
  content: "\e36f";
}

.nv-icon[data-icon=lasso-sparkles]::before {
  content: "\e1c9";
}

.nv-icon[data-icon=clock-eleven]::before {
  content: "\e347";
}

.nv-icon[data-icon=rocket]::before {
  content: "\f135";
}

.nv-icon[data-icon=siren-on]::before {
  content: "\e02e";
}

.nv-icon[data-icon=clock-ten]::before {
  content: "\e354";
}

.nv-icon[data-icon=candle-holder]::before {
  content: "\f6bc";
}

.nv-icon[data-icon=video-arrow-down-left]::before {
  content: "\e2c8";
}

.nv-icon[data-icon=photo-film]::before {
  content: "\f87c";
}

.nv-icon[data-icon=photo-video]::before {
  content: "\f87c";
}

.nv-icon[data-icon=floppy-disk-circle-arrow-right]::before {
  content: "\e180";
}

.nv-icon[data-icon=save-circle-arrow-right]::before {
  content: "\e180";
}

.nv-icon[data-icon=folder-minus]::before {
  content: "\f65d";
}

.nv-icon[data-icon=planet-moon]::before {
  content: "\e01f";
}

.nv-icon[data-icon=face-eyes-xmarks]::before {
  content: "\e374";
}

.nv-icon[data-icon=chart-scatter]::before {
  content: "\f7ee";
}

.nv-icon[data-icon=display-arrow-down]::before {
  content: "\e164";
}

.nv-icon[data-icon=store]::before {
  content: "\f54e";
}

.nv-icon[data-icon=arrow-trend-up]::before {
  content: "\e098";
}

.nv-icon[data-icon=plug-circle-minus]::before {
  content: "\e55e";
}

.nv-icon[data-icon=olive-branch]::before {
  content: "\e317";
}

.nv-icon[data-icon=angle]::before {
  content: "\e08c";
}

.nv-icon[data-icon=vacuum-robot]::before {
  content: "\e04e";
}

.nv-icon[data-icon=sign-hanging]::before {
  content: "\f4d9";
}

.nv-icon[data-icon=sign]::before {
  content: "\f4d9";
}

.nv-icon[data-icon=square-divide]::before {
  content: "\e26a";
}

.nv-icon[data-icon=folder-check]::before {
  content: "\e64e";
}

.nv-icon[data-icon=signal-stream-slash]::before {
  content: "\e250";
}

.nv-icon[data-icon=bezier-curve]::before {
  content: "\f55b";
}

.nv-icon[data-icon=eye-dropper-half]::before {
  content: "\e173";
}

.nv-icon[data-icon=store-lock]::before {
  content: "\e4a6";
}

.nv-icon[data-icon=bell-slash]::before {
  content: "\f1f6";
}

.nv-icon[data-icon=cloud-bolt-sun]::before {
  content: "\f76e";
}

.nv-icon[data-icon=thunderstorm-sun]::before {
  content: "\f76e";
}

.nv-icon[data-icon=camera-slash]::before {
  content: "\e0d9";
}

.nv-icon[data-icon=comment-quote]::before {
  content: "\e14c";
}

.nv-icon[data-icon=tablet]::before {
  content: "\f3fb";
}

.nv-icon[data-icon=tablet-android]::before {
  content: "\f3fb";
}

.nv-icon[data-icon=school-flag]::before {
  content: "\e56e";
}

.nv-icon[data-icon=message-code]::before {
  content: "\e1df";
}

.nv-icon[data-icon=glass-half]::before {
  content: "\e192";
}

.nv-icon[data-icon=glass-half-empty]::before {
  content: "\e192";
}

.nv-icon[data-icon=glass-half-full]::before {
  content: "\e192";
}

.nv-icon[data-icon=fill]::before {
  content: "\f575";
}

.nv-icon[data-icon=message-minus]::before {
  content: "\f4a7";
}

.nv-icon[data-icon=comment-alt-minus]::before {
  content: "\f4a7";
}

.nv-icon[data-icon=angle-up]::before {
  content: "\f106";
}

.nv-icon[data-icon=dinosaur]::before {
  content: "\e5fe";
}

.nv-icon[data-icon=drumstick-bite]::before {
  content: "\f6d7";
}

.nv-icon[data-icon=link-horizontal-slash]::before {
  content: "\e1cc";
}

.nv-icon[data-icon=chain-horizontal-slash]::before {
  content: "\e1cc";
}

.nv-icon[data-icon=holly-berry]::before {
  content: "\f7aa";
}

.nv-icon[data-icon=nose]::before {
  content: "\e5bd";
}

.nv-icon[data-icon=arrow-left-to-arc]::before {
  content: "\e616";
}

.nv-icon[data-icon=chevron-left]::before {
  content: "\f053";
}

.nv-icon[data-icon=bacteria]::before {
  content: "\e059";
}

.nv-icon[data-icon=clouds]::before {
  content: "\f744";
}

.nv-icon[data-icon=money-bill-simple]::before {
  content: "\e1f1";
}

.nv-icon[data-icon=hand-lizard]::before {
  content: "\f258";
}

.nv-icon[data-icon=table-pivot]::before {
  content: "\e291";
}

.nv-icon[data-icon=filter-slash]::before {
  content: "\e17d";
}

.nv-icon[data-icon=trash-can-undo]::before {
  content: "\f896";
}

.nv-icon[data-icon=trash-can-arrow-turn-left]::before {
  content: "\f896";
}

.nv-icon[data-icon=trash-undo-alt]::before {
  content: "\f896";
}

.nv-icon[data-icon=notdef]::before {
  content: "\e1fe";
}

.nv-icon[data-icon=disease]::before {
  content: "\f7fa";
}

.nv-icon[data-icon=person-to-door]::before {
  content: "\e433";
}

.nv-icon[data-icon=turntable]::before {
  content: "\f8e4";
}

.nv-icon[data-icon=briefcase-medical]::before {
  content: "\f469";
}

.nv-icon[data-icon=genderless]::before {
  content: "\f22d";
}

.nv-icon[data-icon=chevron-right]::before {
  content: "\f054";
}

.nv-icon[data-icon=signal-weak]::before {
  content: "\f68c";
}

.nv-icon[data-icon=signal-1]::before {
  content: "\f68c";
}

.nv-icon[data-icon=clock-five]::before {
  content: "\e349";
}

.nv-icon[data-icon=retweet]::before {
  content: "\f079";
}

.nv-icon[data-icon=car-rear]::before {
  content: "\f5de";
}

.nv-icon[data-icon=car-alt]::before {
  content: "\f5de";
}

.nv-icon[data-icon=pump-soap]::before {
  content: "\e06b";
}

.nv-icon[data-icon=computer-classic]::before {
  content: "\f8b1";
}

.nv-icon[data-icon=frame]::before {
  content: "\e495";
}

.nv-icon[data-icon=video-slash]::before {
  content: "\f4e2";
}

.nv-icon[data-icon=battery-quarter]::before {
  content: "\f243";
}

.nv-icon[data-icon=battery-2]::before {
  content: "\f243";
}

.nv-icon[data-icon=ellipsis-stroke]::before {
  content: "\f39b";
}

.nv-icon[data-icon=ellipsis-h-alt]::before {
  content: "\f39b";
}

.nv-icon[data-icon=radio]::before {
  content: "\f8d7";
}

.nv-icon[data-icon=baby-carriage]::before {
  content: "\f77d";
}

.nv-icon[data-icon=carriage-baby]::before {
  content: "\f77d";
}

.nv-icon[data-icon=face-expressionless]::before {
  content: "\e373";
}

.nv-icon[data-icon=down-to-dotted-line]::before {
  content: "\e408";
}

.nv-icon[data-icon=cloud-music]::before {
  content: "\f8ae";
}

.nv-icon[data-icon=traffic-light]::before {
  content: "\f637";
}

.nv-icon[data-icon=cloud-minus]::before {
  content: "\e35d";
}

.nv-icon[data-icon=thermometer]::before {
  content: "\f491";
}

.nv-icon[data-icon=shield-minus]::before {
  content: "\e249";
}

.nv-icon[data-icon=vr-cardboard]::before {
  content: "\f729";
}

.nv-icon[data-icon=car-tilt]::before {
  content: "\f5e5";
}

.nv-icon[data-icon=gauge-circle-minus]::before {
  content: "\e497";
}

.nv-icon[data-icon=brightness-low]::before {
  content: "\e0ca";
}

.nv-icon[data-icon=hand-middle-finger]::before {
  content: "\f806";
}

.nv-icon[data-icon=percent]::before {
  content: "\\%";
}

.nv-icon[data-icon=percentage]::before {
  content: "\\%";
}

.nv-icon[data-icon=truck-moving]::before {
  content: "\f4df";
}

.nv-icon[data-icon=glass-water-droplet]::before {
  content: "\e4f5";
}

.nv-icon[data-icon=conveyor-belt]::before {
  content: "\f46e";
}

.nv-icon[data-icon=location-check]::before {
  content: "\f606";
}

.nv-icon[data-icon=map-marker-check]::before {
  content: "\f606";
}

.nv-icon[data-icon=coin-vertical]::before {
  content: "\e3fd";
}

.nv-icon[data-icon=display]::before {
  content: "\e163";
}

.nv-icon[data-icon=person-sign]::before {
  content: "\f757";
}

.nv-icon[data-icon=face-smile]::before {
  content: "\f118";
}

.nv-icon[data-icon=smile]::before {
  content: "\f118";
}

.nv-icon[data-icon=phone-hangup]::before {
  content: "\e225";
}

.nv-icon[data-icon=signature-slash]::before {
  content: "\e3cb";
}

.nv-icon[data-icon=thumbtack]::before {
  content: "\f08d";
}

.nv-icon[data-icon=thumb-tack]::before {
  content: "\f08d";
}

.nv-icon[data-icon=wheat-slash]::before {
  content: "\e339";
}

.nv-icon[data-icon=trophy]::before {
  content: "\f091";
}

.nv-icon[data-icon=clouds-sun]::before {
  content: "\f746";
}

.nv-icon[data-icon=person-praying]::before {
  content: "\f683";
}

.nv-icon[data-icon=pray]::before {
  content: "\f683";
}

.nv-icon[data-icon=hammer]::before {
  content: "\f6e3";
}

.nv-icon[data-icon=face-vomit]::before {
  content: "\e3a0";
}

.nv-icon[data-icon=speakers]::before {
  content: "\f8e0";
}

.nv-icon[data-icon=tty-answer]::before {
  content: "\e2b9";
}

.nv-icon[data-icon=teletype-answer]::before {
  content: "\e2b9";
}

.nv-icon[data-icon=mug-tea-saucer]::before {
  content: "\e1f5";
}

.nv-icon[data-icon=diagram-lean-canvas]::before {
  content: "\e156";
}

.nv-icon[data-icon=alt]::before {
  content: "\e08a";
}

.nv-icon[data-icon=dial]::before {
  content: "\e15b";
}

.nv-icon[data-icon=dial-med-high]::before {
  content: "\e15b";
}

.nv-icon[data-icon=hand-peace]::before {
  content: "\f25b";
}

.nv-icon[data-icon=circle-trash]::before {
  content: "\e126";
}

.nv-icon[data-icon=trash-circle]::before {
  content: "\e126";
}

.nv-icon[data-icon=rotate]::before {
  content: "\f2f1";
}

.nv-icon[data-icon=sync-alt]::before {
  content: "\f2f1";
}

.nv-icon[data-icon=circle-quarters]::before {
  content: "\e3f8";
}

.nv-icon[data-icon=spinner]::before {
  content: "\f110";
}

.nv-icon[data-icon=tower-control]::before {
  content: "\e2a2";
}

.nv-icon[data-icon=arrow-up-triangle-square]::before {
  content: "\f88a";
}

.nv-icon[data-icon=sort-shapes-up]::before {
  content: "\f88a";
}

.nv-icon[data-icon=whale]::before {
  content: "\f72c";
}

.nv-icon[data-icon=robot]::before {
  content: "\f544";
}

.nv-icon[data-icon=peace]::before {
  content: "\f67c";
}

.nv-icon[data-icon=party-horn]::before {
  content: "\e31b";
}

.nv-icon[data-icon=gears]::before {
  content: "\f085";
}

.nv-icon[data-icon=cogs]::before {
  content: "\f085";
}

.nv-icon[data-icon=sun-bright]::before {
  content: "\e28f";
}

.nv-icon[data-icon=sun-alt]::before {
  content: "\e28f";
}

.nv-icon[data-icon=warehouse]::before {
  content: "\f494";
}

.nv-icon[data-icon=conveyor-belt-arm]::before {
  content: "\e5f8";
}

.nv-icon[data-icon=lock-keyhole-open]::before {
  content: "\f3c2";
}

.nv-icon[data-icon=lock-open-alt]::before {
  content: "\f3c2";
}

.nv-icon[data-icon=square-fragile]::before {
  content: "\f49b";
}

.nv-icon[data-icon=box-fragile]::before {
  content: "\f49b";
}

.nv-icon[data-icon=square-wine-glass-crack]::before {
  content: "\f49b";
}

.nv-icon[data-icon=arrow-up-right-dots]::before {
  content: "\e4b7";
}

.nv-icon[data-icon=square-n]::before {
  content: "\e277";
}

.nv-icon[data-icon=splotch]::before {
  content: "\f5bc";
}

.nv-icon[data-icon=face-grin-hearts]::before {
  content: "\f584";
}

.nv-icon[data-icon=grin-hearts]::before {
  content: "\f584";
}

.nv-icon[data-icon=meter]::before {
  content: "\e1e8";
}

.nv-icon[data-icon=mandolin]::before {
  content: "\f6f9";
}

.nv-icon[data-icon=dice-four]::before {
  content: "\f524";
}

.nv-icon[data-icon=sim-card]::before {
  content: "\f7c4";
}

.nv-icon[data-icon=transgender]::before {
  content: "\f225";
}

.nv-icon[data-icon=transgender-alt]::before {
  content: "\f225";
}

.nv-icon[data-icon=mercury]::before {
  content: "\f223";
}

.nv-icon[data-icon=up-from-bracket]::before {
  content: "\e590";
}

.nv-icon[data-icon=knife-kitchen]::before {
  content: "\f6f5";
}

.nv-icon[data-icon=border-right]::before {
  content: "\f852";
}

.nv-icon[data-icon=arrow-turn-down]::before {
  content: "\f149";
}

.nv-icon[data-icon=level-down]::before {
  content: "\f149";
}

.nv-icon[data-icon=spade]::before {
  content: "\f2f4";
}

.nv-icon[data-icon=card-spade]::before {
  content: "\e3ec";
}

.nv-icon[data-icon=line-columns]::before {
  content: "\f870";
}

.nv-icon[data-icon=arrow-right-to-line]::before {
  content: "\f340";
}

.nv-icon[data-icon=arrow-to-right]::before {
  content: "\f340";
}

.nv-icon[data-icon=person-falling-burst]::before {
  content: "\e547";
}

.nv-icon[data-icon=flag-pennant]::before {
  content: "\f456";
}

.nv-icon[data-icon=pennant]::before {
  content: "\f456";
}

.nv-icon[data-icon=conveyor-belt-empty]::before {
  content: "\e150";
}

.nv-icon[data-icon=user-group-simple]::before {
  content: "\e603";
}

.nv-icon[data-icon=award]::before {
  content: "\f559";
}

.nv-icon[data-icon=ticket-simple]::before {
  content: "\f3ff";
}

.nv-icon[data-icon=ticket-alt]::before {
  content: "\f3ff";
}

.nv-icon[data-icon=building]::before {
  content: "\f1ad";
}

.nv-icon[data-icon=angles-left]::before {
  content: "\f100";
}

.nv-icon[data-icon=angle-double-left]::before {
  content: "\f100";
}

.nv-icon[data-icon=camcorder]::before {
  content: "\f8a8";
}

.nv-icon[data-icon=video-handheld]::before {
  content: "\f8a8";
}

.nv-icon[data-icon=pancakes]::before {
  content: "\e42d";
}

.nv-icon[data-icon=album-circle-user]::before {
  content: "\e48d";
}

.nv-icon[data-icon=subtitles-slash]::before {
  content: "\e610";
}

.nv-icon[data-icon=qrcode]::before {
  content: "\f029";
}

.nv-icon[data-icon=dice-d10]::before {
  content: "\f6cd";
}

.nv-icon[data-icon=fireplace]::before {
  content: "\f79a";
}

.nv-icon[data-icon=browser]::before {
  content: "\f37e";
}

.nv-icon[data-icon=pen-paintbrush]::before {
  content: "\f618";
}

.nv-icon[data-icon=pencil-paintbrush]::before {
  content: "\f618";
}

.nv-icon[data-icon=fish-cooked]::before {
  content: "\f7fe";
}

.nv-icon[data-icon=chair-office]::before {
  content: "\f6c1";
}

.nv-icon[data-icon=magnifying-glass-music]::before {
  content: "\e65f";
}

.nv-icon[data-icon=nesting-dolls]::before {
  content: "\e3ba";
}

.nv-icon[data-icon=clock-rotate-left]::before {
  content: "\f1da";
}

.nv-icon[data-icon=history]::before {
  content: "\f1da";
}

.nv-icon[data-icon=trumpet]::before {
  content: "\f8e3";
}

.nv-icon[data-icon=face-grin-beam-sweat]::before {
  content: "\f583";
}

.nv-icon[data-icon=grin-beam-sweat]::before {
  content: "\f583";
}

.nv-icon[data-icon=fire-smoke]::before {
  content: "\f74b";
}

.nv-icon[data-icon=phone-missed]::before {
  content: "\e226";
}

.nv-icon[data-icon=file-export]::before {
  content: "\f56e";
}

.nv-icon[data-icon=arrow-right-from-file]::before {
  content: "\f56e";
}

.nv-icon[data-icon=shield]::before {
  content: "\f132";
}

.nv-icon[data-icon=shield-blank]::before {
  content: "\f132";
}

.nv-icon[data-icon=arrow-up-short-wide]::before {
  content: "\f885";
}

.nv-icon[data-icon=sort-amount-up-alt]::before {
  content: "\f885";
}

.nv-icon[data-icon=arrows-repeat-1]::before {
  content: "\f366";
}

.nv-icon[data-icon=repeat-1-alt]::before {
  content: "\f366";
}

.nv-icon[data-icon=gun-slash]::before {
  content: "\e19c";
}

.nv-icon[data-icon=avocado]::before {
  content: "\e0aa";
}

.nv-icon[data-icon=binary]::before {
  content: "\e33b";
}

.nv-icon[data-icon=glasses-round]::before {
  content: "\f5f5";
}

.nv-icon[data-icon=glasses-alt]::before {
  content: "\f5f5";
}

.nv-icon[data-icon=phone-plus]::before {
  content: "\f4d2";
}

.nv-icon[data-icon=ditto]::before {
  content: '\\"';
}

.nv-icon[data-icon=person-seat]::before {
  content: "\e21e";
}

.nv-icon[data-icon=house-medical]::before {
  content: "\e3b2";
}

.nv-icon[data-icon=golf-ball-tee]::before {
  content: "\f450";
}

.nv-icon[data-icon=golf-ball]::before {
  content: "\f450";
}

.nv-icon[data-icon=circle-chevron-left]::before {
  content: "\f137";
}

.nv-icon[data-icon=chevron-circle-left]::before {
  content: "\f137";
}

.nv-icon[data-icon=house-chimney-window]::before {
  content: "\e00d";
}

.nv-icon[data-icon=scythe]::before {
  content: "\f710";
}

.nv-icon[data-icon=pen-nib]::before {
  content: "\f5ad";
}

.nv-icon[data-icon=ban-parking]::before {
  content: "\f616";
}

.nv-icon[data-icon=parking-circle-slash]::before {
  content: "\f616";
}

.nv-icon[data-icon=tent-arrow-turn-left]::before {
  content: "\e580";
}

.nv-icon[data-icon=face-diagonal-mouth]::before {
  content: "\e47e";
}

.nv-icon[data-icon=diagram-cells]::before {
  content: "\e475";
}

.nv-icon[data-icon=cricket-bat-ball]::before {
  content: "\f449";
}

.nv-icon[data-icon=cricket]::before {
  content: "\f449";
}

.nv-icon[data-icon=tents]::before {
  content: "\e582";
}

.nv-icon[data-icon=wand-magic]::before {
  content: "\f0d0";
}

.nv-icon[data-icon=magic]::before {
  content: "\f0d0";
}

.nv-icon[data-icon=dog]::before {
  content: "\f6d3";
}

.nv-icon[data-icon=pen-line]::before {
  content: "\e212";
}

.nv-icon[data-icon=atom-simple]::before {
  content: "\f5d3";
}

.nv-icon[data-icon=atom-alt]::before {
  content: "\f5d3";
}

.nv-icon[data-icon=ampersand]::before {
  content: "\\&";
}

.nv-icon[data-icon=carrot]::before {
  content: "\f787";
}

.nv-icon[data-icon=arrow-up-from-line]::before {
  content: "\f342";
}

.nv-icon[data-icon=arrow-from-bottom]::before {
  content: "\f342";
}

.nv-icon[data-icon=moon]::before {
  content: "\f186";
}

.nv-icon[data-icon=pen-slash]::before {
  content: "\e213";
}

.nv-icon[data-icon=wine-glass-empty]::before {
  content: "\f5ce";
}

.nv-icon[data-icon=wine-glass-alt]::before {
  content: "\f5ce";
}

.nv-icon[data-icon=square-star]::before {
  content: "\e27f";
}

.nv-icon[data-icon=cheese]::before {
  content: "\f7ef";
}

.nv-icon[data-icon=send-backward]::before {
  content: "\f87f";
}

.nv-icon[data-icon=yin-yang]::before {
  content: "\f6ad";
}

.nv-icon[data-icon=music]::before {
  content: "\f001";
}

.nv-icon[data-icon=compass-slash]::before {
  content: "\f5e9";
}

.nv-icon[data-icon=clock-one]::before {
  content: "\e34e";
}

.nv-icon[data-icon=file-music]::before {
  content: "\f8b6";
}

.nv-icon[data-icon=code-commit]::before {
  content: "\f386";
}

.nv-icon[data-icon=temperature-low]::before {
  content: "\f76b";
}

.nv-icon[data-icon=person-biking]::before {
  content: "\f84a";
}

.nv-icon[data-icon=biking]::before {
  content: "\f84a";
}

.nv-icon[data-icon=display-chart-up-circle-currency]::before {
  content: "\e5e5";
}

.nv-icon[data-icon=skeleton]::before {
  content: "\f620";
}

.nv-icon[data-icon=circle-g]::before {
  content: "\e10f";
}

.nv-icon[data-icon=circle-arrow-up-left]::before {
  content: "\e0fb";
}

.nv-icon[data-icon=coin-blank]::before {
  content: "\e3fb";
}

.nv-icon[data-icon=broom]::before {
  content: "\f51a";
}

.nv-icon[data-icon=vacuum]::before {
  content: "\e04d";
}

.nv-icon[data-icon=shield-heart]::before {
  content: "\e574";
}

.nv-icon[data-icon=card-heart]::before {
  content: "\e3eb";
}

.nv-icon[data-icon=lightbulb-cfl-on]::before {
  content: "\e5a7";
}

.nv-icon[data-icon=melon]::before {
  content: "\e310";
}

.nv-icon[data-icon=gopuram]::before {
  content: "\f664";
}

.nv-icon[data-icon=earth-oceania]::before {
  content: "\e47b";
}

.nv-icon[data-icon=globe-oceania]::before {
  content: "\e47b";
}

.nv-icon[data-icon=container-storage]::before {
  content: "\f4b7";
}

.nv-icon[data-icon=face-pouting]::before {
  content: "\e387";
}

.nv-icon[data-icon=square-xmark]::before {
  content: "\f2d3";
}

.nv-icon[data-icon=times-square]::before {
  content: "\f2d3";
}

.nv-icon[data-icon=xmark-square]::before {
  content: "\f2d3";
}

.nv-icon[data-icon=face-explode]::before {
  content: "\e2fe";
}

.nv-icon[data-icon=exploding-head]::before {
  content: "\e2fe";
}

.nv-icon[data-icon=hashtag]::before {
  content: "\\#";
}

.nv-icon[data-icon=up-right-and-down-left-from-center]::before {
  content: "\f424";
}

.nv-icon[data-icon=expand-alt]::before {
  content: "\f424";
}

.nv-icon[data-icon=oil-can]::before {
  content: "\f613";
}

.nv-icon[data-icon=t]::before {
  content: "T";
}

.nv-icon[data-icon=transformer-bolt]::before {
  content: "\e2a4";
}

.nv-icon[data-icon=hippo]::before {
  content: "\f6ed";
}

.nv-icon[data-icon=chart-column]::before {
  content: "\e0e3";
}

.nv-icon[data-icon=cassette-vhs]::before {
  content: "\f8ec";
}

.nv-icon[data-icon=vhs]::before {
  content: "\f8ec";
}

.nv-icon[data-icon=infinity]::before {
  content: "\f534";
}

.nv-icon[data-icon=vial-circle-check]::before {
  content: "\e596";
}

.nv-icon[data-icon=chimney]::before {
  content: "\f78b";
}

.nv-icon[data-icon=object-intersect]::before {
  content: "\e49d";
}

.nv-icon[data-icon=person-arrow-down-to-line]::before {
  content: "\e538";
}

.nv-icon[data-icon=voicemail]::before {
  content: "\f897";
}

.nv-icon[data-icon=block-brick]::before {
  content: "\e3db";
}

.nv-icon[data-icon=wall-brick]::before {
  content: "\e3db";
}

.nv-icon[data-icon=fan]::before {
  content: "\f863";
}

.nv-icon[data-icon=bags-shopping]::before {
  content: "\f847";
}

.nv-icon[data-icon=paragraph-left]::before {
  content: "\f878";
}

.nv-icon[data-icon=paragraph-rtl]::before {
  content: "\f878";
}

.nv-icon[data-icon=person-walking-luggage]::before {
  content: "\e554";
}

.nv-icon[data-icon=caravan-simple]::before {
  content: "\e000";
}

.nv-icon[data-icon=caravan-alt]::before {
  content: "\e000";
}

.nv-icon[data-icon=turtle]::before {
  content: "\f726";
}

.nv-icon[data-icon=pencil-mechanical]::before {
  content: "\e5ca";
}

.nv-icon[data-icon=up-down]::before {
  content: "\f338";
}

.nv-icon[data-icon=arrows-alt-v]::before {
  content: "\f338";
}

.nv-icon[data-icon=cloud-moon-rain]::before {
  content: "\f73c";
}

.nv-icon[data-icon=booth-curtain]::before {
  content: "\f734";
}

.nv-icon[data-icon=calendar]::before {
  content: "\f133";
}

.nv-icon[data-icon=box-heart]::before {
  content: "\f49d";
}

.nv-icon[data-icon=trailer]::before {
  content: "\e041";
}

.nv-icon[data-icon=user-doctor-message]::before {
  content: "\f82e";
}

.nv-icon[data-icon=user-md-chat]::before {
  content: "\f82e";
}

.nv-icon[data-icon=bahai]::before {
  content: "\f666";
}

.nv-icon[data-icon=haykal]::before {
  content: "\f666";
}

.nv-icon[data-icon=lighthouse]::before {
  content: "\e612";
}

.nv-icon[data-icon=amp-guitar]::before {
  content: "\f8a1";
}

.nv-icon[data-icon=sd-card]::before {
  content: "\f7c2";
}

.nv-icon[data-icon=volume-slash]::before {
  content: "\f2e2";
}

.nv-icon[data-icon=border-bottom]::before {
  content: "\f84d";
}

.nv-icon[data-icon=wifi-weak]::before {
  content: "\f6aa";
}

.nv-icon[data-icon=wifi-1]::before {
  content: "\f6aa";
}

.nv-icon[data-icon=dragon]::before {
  content: "\f6d5";
}

.nv-icon[data-icon=shoe-prints]::before {
  content: "\f54b";
}

.nv-icon[data-icon=circle-plus]::before {
  content: "\f055";
}

.nv-icon[data-icon=plus-circle]::before {
  content: "\f055";
}

.nv-icon[data-icon=face-grin-tongue-wink]::before {
  content: "\f58b";
}

.nv-icon[data-icon=grin-tongue-wink]::before {
  content: "\f58b";
}

.nv-icon[data-icon=hand-holding]::before {
  content: "\f4bd";
}

.nv-icon[data-icon=plug-circle-exclamation]::before {
  content: "\e55d";
}

.nv-icon[data-icon=link-slash]::before {
  content: "\f127";
}

.nv-icon[data-icon=chain-broken]::before {
  content: "\f127";
}

.nv-icon[data-icon=chain-slash]::before {
  content: "\f127";
}

.nv-icon[data-icon=unlink]::before {
  content: "\f127";
}

.nv-icon[data-icon=clone]::before {
  content: "\f24d";
}

.nv-icon[data-icon=person-walking-arrow-loop-left]::before {
  content: "\e551";
}

.nv-icon[data-icon=arrow-up-z-a]::before {
  content: "\f882";
}

.nv-icon[data-icon=sort-alpha-up-alt]::before {
  content: "\f882";
}

.nv-icon[data-icon=fire-flame-curved]::before {
  content: "\f7e4";
}

.nv-icon[data-icon=fire-alt]::before {
  content: "\f7e4";
}

.nv-icon[data-icon=tornado]::before {
  content: "\f76f";
}

.nv-icon[data-icon=file-circle-plus]::before {
  content: "\e494";
}

.nv-icon[data-icon=delete-right]::before {
  content: "\e154";
}

.nv-icon[data-icon=book-quran]::before {
  content: "\f687";
}

.nv-icon[data-icon=quran]::before {
  content: "\f687";
}

.nv-icon[data-icon=circle-quarter]::before {
  content: "\e11f";
}

.nv-icon[data-icon=anchor]::before {
  content: "\f13d";
}

.nv-icon[data-icon=border-all]::before {
  content: "\f84c";
}

.nv-icon[data-icon=function]::before {
  content: "\f661";
}

.nv-icon[data-icon=face-angry]::before {
  content: "\f556";
}

.nv-icon[data-icon=angry]::before {
  content: "\f556";
}

.nv-icon[data-icon=people-simple]::before {
  content: "\e21b";
}

.nv-icon[data-icon=cookie-bite]::before {
  content: "\f564";
}

.nv-icon[data-icon=arrow-trend-down]::before {
  content: "\e097";
}

.nv-icon[data-icon=rss]::before {
  content: "\f09e";
}

.nv-icon[data-icon=feed]::before {
  content: "\f09e";
}

.nv-icon[data-icon=face-monocle]::before {
  content: "\e380";
}

.nv-icon[data-icon=draw-polygon]::before {
  content: "\f5ee";
}

.nv-icon[data-icon=scale-balanced]::before {
  content: "\f24e";
}

.nv-icon[data-icon=balance-scale]::before {
  content: "\f24e";
}

.nv-icon[data-icon=calendar-lines]::before {
  content: "\e0d5";
}

.nv-icon[data-icon=calendar-note]::before {
  content: "\e0d5";
}

.nv-icon[data-icon=arrow-down-big-small]::before {
  content: "\f88c";
}

.nv-icon[data-icon=sort-size-down]::before {
  content: "\f88c";
}

.nv-icon[data-icon=gauge-simple-high]::before {
  content: "\f62a";
}

.nv-icon[data-icon=tachometer]::before {
  content: "\f62a";
}

.nv-icon[data-icon=tachometer-fast]::before {
  content: "\f62a";
}

.nv-icon[data-icon=do-not-enter]::before {
  content: "\f5ec";
}

.nv-icon[data-icon=shower]::before {
  content: "\f2cc";
}

.nv-icon[data-icon=dice-d8]::before {
  content: "\f6d2";
}

.nv-icon[data-icon=desktop]::before {
  content: "\f390";
}

.nv-icon[data-icon=desktop-alt]::before {
  content: "\f390";
}

.nv-icon[data-icon=m]::before {
  content: "M";
}

.nv-icon[data-icon=spinner-scale]::before {
  content: "\e62a";
}

.nv-icon[data-icon=grip-dots-vertical]::before {
  content: "\e411";
}

.nv-icon[data-icon=face-viewfinder]::before {
  content: "\e2ff";
}

.nv-icon[data-icon=soft-serve]::before {
  content: "\e400";
}

.nv-icon[data-icon=creemee]::before {
  content: "\e400";
}

.nv-icon[data-icon=h5]::before {
  content: "\e412";
}

.nv-icon[data-icon=hand-back-point-down]::before {
  content: "\e19e";
}

.nv-icon[data-icon=table-list]::before {
  content: "\f00b";
}

.nv-icon[data-icon=th-list]::before {
  content: "\f00b";
}

.nv-icon[data-icon=basket-shopping-minus]::before {
  content: "\e652";
}

.nv-icon[data-icon=comment-sms]::before {
  content: "\f7cd";
}

.nv-icon[data-icon=sms]::before {
  content: "\f7cd";
}

.nv-icon[data-icon=rectangle]::before {
  content: "\f2fa";
}

.nv-icon[data-icon=rectangle-landscape]::before {
  content: "\f2fa";
}

.nv-icon[data-icon=clipboard-list-check]::before {
  content: "\f737";
}

.nv-icon[data-icon=turkey]::before {
  content: "\f725";
}

.nv-icon[data-icon=book]::before {
  content: "\f02d";
}

.nv-icon[data-icon=user-plus]::before {
  content: "\f234";
}

.nv-icon[data-icon=ice-skate]::before {
  content: "\f7ac";
}

.nv-icon[data-icon=check]::before {
  content: "\f00c";
}

.nv-icon[data-icon=battery-three-quarters]::before {
  content: "\f241";
}

.nv-icon[data-icon=battery-4]::before {
  content: "\f241";
}

.nv-icon[data-icon=tomato]::before {
  content: "\e330";
}

.nv-icon[data-icon=sword-laser]::before {
  content: "\e03b";
}

.nv-icon[data-icon=house-circle-check]::before {
  content: "\e509";
}

.nv-icon[data-icon=buildings]::before {
  content: "\e0cc";
}

.nv-icon[data-icon=angle-left]::before {
  content: "\f104";
}

.nv-icon[data-icon=cart-flatbed-boxes]::before {
  content: "\f475";
}

.nv-icon[data-icon=dolly-flatbed-alt]::before {
  content: "\f475";
}

.nv-icon[data-icon=diagram-successor]::before {
  content: "\e47a";
}

.nv-icon[data-icon=truck-arrow-right]::before {
  content: "\e58b";
}

.nv-icon[data-icon=square-w]::before {
  content: "\e285";
}

.nv-icon[data-icon=arrows-split-up-and-left]::before {
  content: "\e4bc";
}

.nv-icon[data-icon=lamp]::before {
  content: "\f4ca";
}

.nv-icon[data-icon=airplay]::before {
  content: "\e089";
}

.nv-icon[data-icon=hand-fist]::before {
  content: "\f6de";
}

.nv-icon[data-icon=fist-raised]::before {
  content: "\f6de";
}

.nv-icon[data-icon=shield-quartered]::before {
  content: "\e575";
}

.nv-icon[data-icon=slash-forward]::before {
  content: "\\/";
}

.nv-icon[data-icon=location-pen]::before {
  content: "\f607";
}

.nv-icon[data-icon=map-marker-edit]::before {
  content: "\f607";
}

.nv-icon[data-icon=cloud-moon]::before {
  content: "\f6c3";
}

.nv-icon[data-icon=pot-food]::before {
  content: "\e43f";
}

.nv-icon[data-icon=briefcase]::before {
  content: "\f0b1";
}

.nv-icon[data-icon=person-falling]::before {
  content: "\e546";
}

.nv-icon[data-icon=image-portrait]::before {
  content: "\f3e0";
}

.nv-icon[data-icon=portrait]::before {
  content: "\f3e0";
}

.nv-icon[data-icon=user-tag]::before {
  content: "\f507";
}

.nv-icon[data-icon=rug]::before {
  content: "\e569";
}

.nv-icon[data-icon=print-slash]::before {
  content: "\f686";
}

.nv-icon[data-icon=earth-europe]::before {
  content: "\f7a2";
}

.nv-icon[data-icon=globe-europe]::before {
  content: "\f7a2";
}

.nv-icon[data-icon=cart-flatbed-suitcase]::before {
  content: "\f59d";
}

.nv-icon[data-icon=luggage-cart]::before {
  content: "\f59d";
}

.nv-icon[data-icon=hand-back-point-ribbon]::before {
  content: "\e1a0";
}

.nv-icon[data-icon=rectangle-xmark]::before {
  content: "\f410";
}

.nv-icon[data-icon=rectangle-times]::before {
  content: "\f410";
}

.nv-icon[data-icon=times-rectangle]::before {
  content: "\f410";
}

.nv-icon[data-icon=window-close]::before {
  content: "\f410";
}

.nv-icon[data-icon=tire-rugged]::before {
  content: "\f634";
}

.nv-icon[data-icon=lightbulb-dollar]::before {
  content: "\f670";
}

.nv-icon[data-icon=cowbell]::before {
  content: "\f8b3";
}

.nv-icon[data-icon=baht-sign]::before {
  content: "\e0ac";
}

.nv-icon[data-icon=corner]::before {
  content: "\e3fe";
}

.nv-icon[data-icon=chevrons-right]::before {
  content: "\f324";
}

.nv-icon[data-icon=chevron-double-right]::before {
  content: "\f324";
}

.nv-icon[data-icon=book-open]::before {
  content: "\f518";
}

.nv-icon[data-icon=book-journal-whills]::before {
  content: "\f66a";
}

.nv-icon[data-icon=journal-whills]::before {
  content: "\f66a";
}

.nv-icon[data-icon=inhaler]::before {
  content: "\f5f9";
}

.nv-icon[data-icon=handcuffs]::before {
  content: "\e4f8";
}

.nv-icon[data-icon=snake]::before {
  content: "\f716";
}

.nv-icon[data-icon=triangle-exclamation]::before {
  content: "\f071";
}

.nv-icon[data-icon=exclamation-triangle]::before {
  content: "\f071";
}

.nv-icon[data-icon=warning]::before {
  content: "\f071";
}

.nv-icon[data-icon=note-medical]::before {
  content: "\e200";
}

.nv-icon[data-icon=database]::before {
  content: "\f1c0";
}

.nv-icon[data-icon=down-left]::before {
  content: "\e16a";
}

.nv-icon[data-icon=share]::before {
  content: "\f064";
}

.nv-icon[data-icon=mail-forward]::before {
  content: "\f064";
}

.nv-icon[data-icon=face-thinking]::before {
  content: "\e39b";
}

.nv-icon[data-icon=turn-down-right]::before {
  content: "\e455";
}

.nv-icon[data-icon=bottle-droplet]::before {
  content: "\e4c4";
}

.nv-icon[data-icon=mask-face]::before {
  content: "\e1d7";
}

.nv-icon[data-icon=hill-rockslide]::before {
  content: "\e508";
}

.nv-icon[data-icon=scanner-keyboard]::before {
  content: "\f489";
}

.nv-icon[data-icon=circle-o]::before {
  content: "\e119";
}

.nv-icon[data-icon=grid-horizontal]::before {
  content: "\e307";
}

.nv-icon[data-icon=message-dollar]::before {
  content: "\f650";
}

.nv-icon[data-icon=comment-alt-dollar]::before {
  content: "\f650";
}

.nv-icon[data-icon=right-left]::before {
  content: "\f362";
}

.nv-icon[data-icon=exchange-alt]::before {
  content: "\f362";
}

.nv-icon[data-icon=columns-3]::before {
  content: "\e361";
}

.nv-icon[data-icon=paper-plane]::before {
  content: "\f1d8";
}

.nv-icon[data-icon=road-circle-exclamation]::before {
  content: "\e565";
}

.nv-icon[data-icon=dungeon]::before {
  content: "\f6d9";
}

.nv-icon[data-icon=hand-holding-box]::before {
  content: "\f47b";
}

.nv-icon[data-icon=input-text]::before {
  content: "\e1bf";
}

.nv-icon[data-icon=window-flip]::before {
  content: "\f40f";
}

.nv-icon[data-icon=window-alt]::before {
  content: "\f40f";
}

.nv-icon[data-icon=align-right]::before {
  content: "\f038";
}

.nv-icon[data-icon=scanner-gun]::before {
  content: "\f488";
}

.nv-icon[data-icon=scanner]::before {
  content: "\f488";
}

.nv-icon[data-icon=tire]::before {
  content: "\f631";
}

.nv-icon[data-icon=engine]::before {
  content: "\e16e";
}

.nv-icon[data-icon=money-bill-1-wave]::before {
  content: "\f53b";
}

.nv-icon[data-icon=money-bill-wave-alt]::before {
  content: "\f53b";
}

.nv-icon[data-icon=life-ring]::before {
  content: "\f1cd";
}

.nv-icon[data-icon=hands]::before {
  content: "\f2a7";
}

.nv-icon[data-icon=sign-language]::before {
  content: "\f2a7";
}

.nv-icon[data-icon=signing]::before {
  content: "\f2a7";
}

.nv-icon[data-icon=circle-caret-right]::before {
  content: "\f330";
}

.nv-icon[data-icon=caret-circle-right]::before {
  content: "\f330";
}

.nv-icon[data-icon=turn-left]::before {
  content: "\e636";
}

.nv-icon[data-icon=wheat]::before {
  content: "\f72d";
}

.nv-icon[data-icon=file-spreadsheet]::before {
  content: "\f65b";
}

.nv-icon[data-icon=audio-description-slash]::before {
  content: "\e0a8";
}

.nv-icon[data-icon=bell-ring]::before {
  content: "\e62c";
}

.nv-icon[data-icon=calendar-day]::before {
  content: "\f783";
}

.nv-icon[data-icon=water-ladder]::before {
  content: "\f5c5";
}

.nv-icon[data-icon=ladder-water]::before {
  content: "\f5c5";
}

.nv-icon[data-icon=swimming-pool]::before {
  content: "\f5c5";
}

.nv-icon[data-icon=arrows-up-down]::before {
  content: "\f07d";
}

.nv-icon[data-icon=arrows-v]::before {
  content: "\f07d";
}

.nv-icon[data-icon=chess-pawn-piece]::before {
  content: "\f444";
}

.nv-icon[data-icon=chess-pawn-alt]::before {
  content: "\f444";
}

.nv-icon[data-icon=face-grimace]::before {
  content: "\f57f";
}

.nv-icon[data-icon=grimace]::before {
  content: "\f57f";
}

.nv-icon[data-icon=wheelchair-move]::before {
  content: "\e2ce";
}

.nv-icon[data-icon=wheelchair-alt]::before {
  content: "\e2ce";
}

.nv-icon[data-icon=turn-down]::before {
  content: "\f3be";
}

.nv-icon[data-icon=level-down-alt]::before {
  content: "\f3be";
}

.nv-icon[data-icon=square-s]::before {
  content: "\e27d";
}

.nv-icon[data-icon=rectangle-barcode]::before {
  content: "\f463";
}

.nv-icon[data-icon=barcode-alt]::before {
  content: "\f463";
}

.nv-icon[data-icon=person-walking-arrow-right]::before {
  content: "\e552";
}

.nv-icon[data-icon=square-envelope]::before {
  content: "\f199";
}

.nv-icon[data-icon=envelope-square]::before {
  content: "\f199";
}

.nv-icon[data-icon=dice]::before {
  content: "\f522";
}

.nv-icon[data-icon=unicorn]::before {
  content: "\f727";
}

.nv-icon[data-icon=bowling-ball]::before {
  content: "\f436";
}

.nv-icon[data-icon=pompebled]::before {
  content: "\e43d";
}

.nv-icon[data-icon=brain]::before {
  content: "\f5dc";
}

.nv-icon[data-icon=watch-smart]::before {
  content: "\e2cc";
}

.nv-icon[data-icon=book-user]::before {
  content: "\f7e7";
}

.nv-icon[data-icon=sensor-cloud]::before {
  content: "\e02c";
}

.nv-icon[data-icon=sensor-smoke]::before {
  content: "\e02c";
}

.nv-icon[data-icon=clapperboard-play]::before {
  content: "\e132";
}

.nv-icon[data-icon=bandage]::before {
  content: "\f462";
}

.nv-icon[data-icon=band-aid]::before {
  content: "\f462";
}

.nv-icon[data-icon=calendar-minus]::before {
  content: "\f272";
}

.nv-icon[data-icon=circle-xmark]::before {
  content: "\f057";
}

.nv-icon[data-icon=times-circle]::before {
  content: "\f057";
}

.nv-icon[data-icon=xmark-circle]::before {
  content: "\f057";
}

.nv-icon[data-icon=circle-4]::before {
  content: "\e0f1";
}

.nv-icon[data-icon=gifts]::before {
  content: "\f79c";
}

.nv-icon[data-icon=album-collection]::before {
  content: "\f8a0";
}

.nv-icon[data-icon=hotel]::before {
  content: "\f594";
}

.nv-icon[data-icon=earth-asia]::before {
  content: "\f57e";
}

.nv-icon[data-icon=globe-asia]::before {
  content: "\f57e";
}

.nv-icon[data-icon=id-card-clip]::before {
  content: "\f47f";
}

.nv-icon[data-icon=id-card-alt]::before {
  content: "\f47f";
}

.nv-icon[data-icon=magnifying-glass-plus]::before {
  content: "\f00e";
}

.nv-icon[data-icon=search-plus]::before {
  content: "\f00e";
}

.nv-icon[data-icon=thumbs-up]::before {
  content: "\f164";
}

.nv-icon[data-icon=cloud-showers]::before {
  content: "\f73f";
}

.nv-icon[data-icon=user-clock]::before {
  content: "\f4fd";
}

.nv-icon[data-icon=onion]::before {
  content: "\e427";
}

.nv-icon[data-icon=clock-twelve-thirty]::before {
  content: "\e359";
}

.nv-icon[data-icon=arrow-down-to-dotted-line]::before {
  content: "\e095";
}

.nv-icon[data-icon=hand-dots]::before {
  content: "\f461";
}

.nv-icon[data-icon=allergies]::before {
  content: "\f461";
}

.nv-icon[data-icon=file-invoice]::before {
  content: "\f570";
}

.nv-icon[data-icon=window-minimize]::before {
  content: "\f2d1";
}

.nv-icon[data-icon=rectangle-wide]::before {
  content: "\f2fc";
}

.nv-icon[data-icon=comment-arrow-up]::before {
  content: "\e144";
}

.nv-icon[data-icon=garlic]::before {
  content: "\e40e";
}

.nv-icon[data-icon=mug-saucer]::before {
  content: "\f0f4";
}

.nv-icon[data-icon=coffee]::before {
  content: "\f0f4";
}

.nv-icon[data-icon=brush]::before {
  content: "\f55d";
}

.nv-icon[data-icon=tree-decorated]::before {
  content: "\f7dc";
}

.nv-icon[data-icon=mask]::before {
  content: "\f6fa";
}

.nv-icon[data-icon=calendar-heart]::before {
  content: "\e0d3";
}

.nv-icon[data-icon=magnifying-glass-minus]::before {
  content: "\f010";
}

.nv-icon[data-icon=search-minus]::before {
  content: "\f010";
}

.nv-icon[data-icon=flower]::before {
  content: "\f7ff";
}

.nv-icon[data-icon=arrow-down-from-arc]::before {
  content: "\e614";
}

.nv-icon[data-icon=right-left-large]::before {
  content: "\e5e1";
}

.nv-icon[data-icon=ruler-vertical]::before {
  content: "\f548";
}

.nv-icon[data-icon=circles-overlap]::before {
  content: "\e600";
}

.nv-icon[data-icon=user-large]::before {
  content: "\f406";
}

.nv-icon[data-icon=user-alt]::before {
  content: "\f406";
}

.nv-icon[data-icon=starship-freighter]::before {
  content: "\e03a";
}

.nv-icon[data-icon=train-tram]::before {
  content: "\e5b4";
}

.nv-icon[data-icon=bridge-suspension]::before {
  content: "\e4cd";
}

.nv-icon[data-icon=trash-check]::before {
  content: "\e2af";
}

.nv-icon[data-icon=user-nurse]::before {
  content: "\f82f";
}

.nv-icon[data-icon=boombox]::before {
  content: "\f8a5";
}

.nv-icon[data-icon=syringe]::before {
  content: "\f48e";
}

.nv-icon[data-icon=cloud-sun]::before {
  content: "\f6c4";
}

.nv-icon[data-icon=shield-exclamation]::before {
  content: "\e247";
}

.nv-icon[data-icon=stopwatch-20]::before {
  content: "\e06f";
}

.nv-icon[data-icon=square-full]::before {
  content: "\f45c";
}

.nv-icon[data-icon=grip-dots]::before {
  content: "\e410";
}

.nv-icon[data-icon=comment-exclamation]::before {
  content: "\f4af";
}

.nv-icon[data-icon=pen-swirl]::before {
  content: "\e214";
}

.nv-icon[data-icon=falafel]::before {
  content: "\e40a";
}

.nv-icon[data-icon=circle-2]::before {
  content: "\e0ef";
}

.nv-icon[data-icon=magnet]::before {
  content: "\f076";
}

.nv-icon[data-icon=jar]::before {
  content: "\e516";
}

.nv-icon[data-icon=gramophone]::before {
  content: "\f8bd";
}

.nv-icon[data-icon=dice-d12]::before {
  content: "\f6ce";
}

.nv-icon[data-icon=note-sticky]::before {
  content: "\f249";
}

.nv-icon[data-icon=sticky-note]::before {
  content: "\f249";
}

.nv-icon[data-icon=down]::before {
  content: "\f354";
}

.nv-icon[data-icon=arrow-alt-down]::before {
  content: "\f354";
}

.nv-icon[data-icon=hundred-points]::before {
  content: "\e41c";
}

.nv-icon[data-icon="100"]::before {
  content: "\e41c";
}

.nv-icon[data-icon=paperclip-vertical]::before {
  content: "\e3c2";
}

.nv-icon[data-icon=wind-warning]::before {
  content: "\f776";
}

.nv-icon[data-icon=wind-circle-exclamation]::before {
  content: "\f776";
}

.nv-icon[data-icon=location-pin-slash]::before {
  content: "\f60c";
}

.nv-icon[data-icon=map-marker-slash]::before {
  content: "\f60c";
}

.nv-icon[data-icon=face-sad-sweat]::before {
  content: "\e38a";
}

.nv-icon[data-icon=bug-slash]::before {
  content: "\e490";
}

.nv-icon[data-icon=cupcake]::before {
  content: "\e402";
}

.nv-icon[data-icon=light-switch-off]::before {
  content: "\e018";
}

.nv-icon[data-icon=toggle-large-off]::before {
  content: "\e5b0";
}

.nv-icon[data-icon=pen-fancy-slash]::before {
  content: "\e210";
}

.nv-icon[data-icon=truck-container]::before {
  content: "\f4dc";
}

.nv-icon[data-icon=boot]::before {
  content: "\f782";
}

.nv-icon[data-icon=arrow-up-from-water-pump]::before {
  content: "\e4b6";
}

.nv-icon[data-icon=file-check]::before {
  content: "\f316";
}

.nv-icon[data-icon=bone]::before {
  content: "\f5d7";
}

.nv-icon[data-icon=cards-blank]::before {
  content: "\e4df";
}

.nv-icon[data-icon=circle-3]::before {
  content: "\e0f0";
}

.nv-icon[data-icon=bench-tree]::before {
  content: "\e2e7";
}

.nv-icon[data-icon=keyboard-brightness-low]::before {
  content: "\e1c1";
}

.nv-icon[data-icon=ski-boot-ski]::before {
  content: "\e3cd";
}

.nv-icon[data-icon=brain-circuit]::before {
  content: "\e0c6";
}

.nv-icon[data-icon=user-injured]::before {
  content: "\f728";
}

.nv-icon[data-icon=block-brick-fire]::before {
  content: "\e3dc";
}

.nv-icon[data-icon=firewall]::before {
  content: "\e3dc";
}

.nv-icon[data-icon=face-sad-tear]::before {
  content: "\f5b4";
}

.nv-icon[data-icon=sad-tear]::before {
  content: "\f5b4";
}

.nv-icon[data-icon=plane]::before {
  content: "\f072";
}

.nv-icon[data-icon=tent-arrows-down]::before {
  content: "\e581";
}

.nv-icon[data-icon=exclamation]::before {
  content: "\\!";
}

.nv-icon[data-icon=arrows-spin]::before {
  content: "\e4bb";
}

.nv-icon[data-icon=face-smile-relaxed]::before {
  content: "\e392";
}

.nv-icon[data-icon=comment-xmark]::before {
  content: "\f4b5";
}

.nv-icon[data-icon=comment-times]::before {
  content: "\f4b5";
}

.nv-icon[data-icon=print]::before {
  content: "\f02f";
}

.nv-icon[data-icon=turkish-lira-sign]::before {
  content: "\e2bb";
}

.nv-icon[data-icon=try]::before {
  content: "\e2bb";
}

.nv-icon[data-icon=turkish-lira]::before {
  content: "\e2bb";
}

.nv-icon[data-icon=face-nose-steam]::before {
  content: "\e382";
}

.nv-icon[data-icon=circle-waveform-lines]::before {
  content: "\e12d";
}

.nv-icon[data-icon=waveform-circle]::before {
  content: "\e12d";
}

.nv-icon[data-icon=dollar-sign]::before {
  content: "\\$";
}

.nv-icon[data-icon=dollar]::before {
  content: "\\$";
}

.nv-icon[data-icon=usd]::before {
  content: "\\$";
}

.nv-icon[data-icon=ferris-wheel]::before {
  content: "\e174";
}

.nv-icon[data-icon=computer-speaker]::before {
  content: "\f8b2";
}

.nv-icon[data-icon=skull-cow]::before {
  content: "\f8de";
}

.nv-icon[data-icon=x]::before {
  content: "X";
}

.nv-icon[data-icon=magnifying-glass-dollar]::before {
  content: "\f688";
}

.nv-icon[data-icon=search-dollar]::before {
  content: "\f688";
}

.nv-icon[data-icon=users-gear]::before {
  content: "\f509";
}

.nv-icon[data-icon=users-cog]::before {
  content: "\f509";
}

.nv-icon[data-icon=person-military-pointing]::before {
  content: "\e54a";
}

.nv-icon[data-icon=building-columns]::before {
  content: "\f19c";
}

.nv-icon[data-icon=bank]::before {
  content: "\f19c";
}

.nv-icon[data-icon=institution]::before {
  content: "\f19c";
}

.nv-icon[data-icon=museum]::before {
  content: "\f19c";
}

.nv-icon[data-icon=university]::before {
  content: "\f19c";
}

.nv-icon[data-icon=circle-t]::before {
  content: "\e124";
}

.nv-icon[data-icon=sack]::before {
  content: "\f81c";
}

.nv-icon[data-icon=grid-2]::before {
  content: "\e196";
}

.nv-icon[data-icon=camera-cctv]::before {
  content: "\f8ac";
}

.nv-icon[data-icon=cctv]::before {
  content: "\f8ac";
}

.nv-icon[data-icon=umbrella]::before {
  content: "\f0e9";
}

.nv-icon[data-icon=trowel]::before {
  content: "\e589";
}

.nv-icon[data-icon=horizontal-rule]::before {
  content: "\f86c";
}

.nv-icon[data-icon=bed-front]::before {
  content: "\f8f7";
}

.nv-icon[data-icon=bed-alt]::before {
  content: "\f8f7";
}

.nv-icon[data-icon=d]::before {
  content: "D";
}

.nv-icon[data-icon=stapler]::before {
  content: "\e5af";
}

.nv-icon[data-icon=masks-theater]::before {
  content: "\f630";
}

.nv-icon[data-icon=theater-masks]::before {
  content: "\f630";
}

.nv-icon[data-icon=file-gif]::before {
  content: "\e645";
}

.nv-icon[data-icon=kip-sign]::before {
  content: "\e1c4";
}

.nv-icon[data-icon=face-woozy]::before {
  content: "\e3a2";
}

.nv-icon[data-icon=cloud-question]::before {
  content: "\e492";
}

.nv-icon[data-icon=pineapple]::before {
  content: "\e31f";
}

.nv-icon[data-icon=hand-point-left]::before {
  content: "\f0a5";
}

.nv-icon[data-icon=gallery-thumbnails]::before {
  content: "\e3aa";
}

.nv-icon[data-icon=circle-j]::before {
  content: "\e112";
}

.nv-icon[data-icon=eyes]::before {
  content: "\e367";
}

.nv-icon[data-icon=handshake-simple]::before {
  content: "\f4c6";
}

.nv-icon[data-icon=handshake-alt]::before {
  content: "\f4c6";
}

.nv-icon[data-icon=page-caret-up]::before {
  content: "\e42a";
}

.nv-icon[data-icon=file-caret-up]::before {
  content: "\e42a";
}

.nv-icon[data-icon=jet-fighter]::before {
  content: "\f0fb";
}

.nv-icon[data-icon=fighter-jet]::before {
  content: "\f0fb";
}

.nv-icon[data-icon=comet]::before {
  content: "\e003";
}

.nv-icon[data-icon=square-share-nodes]::before {
  content: "\f1e1";
}

.nv-icon[data-icon=share-alt-square]::before {
  content: "\f1e1";
}

.nv-icon[data-icon=reflect-vertical]::before {
  content: "\e665";
}

.nv-icon[data-icon=shield-keyhole]::before {
  content: "\e248";
}

.nv-icon[data-icon=file-mp4]::before {
  content: "\e649";
}

.nv-icon[data-icon=barcode]::before {
  content: "\f02a";
}

.nv-icon[data-icon=bulldozer]::before {
  content: "\e655";
}

.nv-icon[data-icon=plus-minus]::before {
  content: "\e43c";
}

.nv-icon[data-icon=square-sliders-vertical]::before {
  content: "\f3f2";
}

.nv-icon[data-icon=sliders-v-square]::before {
  content: "\f3f2";
}

.nv-icon[data-icon=video]::before {
  content: "\f03d";
}

.nv-icon[data-icon=video-camera]::before {
  content: "\f03d";
}

.nv-icon[data-icon=message-middle]::before {
  content: "\e1e1";
}

.nv-icon[data-icon=comment-middle-alt]::before {
  content: "\e1e1";
}

.nv-icon[data-icon=graduation-cap]::before {
  content: "\f19d";
}

.nv-icon[data-icon=mortar-board]::before {
  content: "\f19d";
}

.nv-icon[data-icon=hand-holding-medical]::before {
  content: "\e05c";
}

.nv-icon[data-icon=person-circle-check]::before {
  content: "\e53e";
}

.nv-icon[data-icon=square-z]::before {
  content: "\e288";
}

.nv-icon[data-icon=message-text]::before {
  content: "\e1e6";
}

.nv-icon[data-icon=comment-alt-text]::before {
  content: "\e1e6";
}

.nv-icon[data-icon=turn-up]::before {
  content: "\f3bf";
}

.nv-icon[data-icon=level-up-alt]::before {
  content: "\f3bf";
}

.nv-icon-xs {
  font-size: 12px;
  width: 15px;
}

.nv-icon-sm {
  font-size: 14px;
  width: 18px;
}

.nv-icon-md {
  font-size: 16px;
  width: 20px;
}

.nv-icon-lg {
  font-size: 18px;
  width: 23px;
}

body {
  font-family: "NVIDIA-NALA";
  font-size: var(--text-medium);
  color: var(--color-display-text);
}
/* ===== Before/After Image Slider Styles ===== */
.nv-before-after-slider {
  position: relative;
  width: 100%;
  max-width: 850px;
  min-height: 478px;
  aspect-ratio: 16/5;
  overflow: hidden;
  background: #222;
  user-select: none;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.12);
}

.nv-slider-img {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
  transition: filter 0.2s;
}

.nv-slider-img--before {
  z-index: 1;
}

.nv-slider-img--after {
  z-index: 2;
}

.nv-slider-handle {
  position: absolute;
  top: 0;
  width: 32px;
  height: 100%;
  z-index: 3;
  cursor: ew-resize;
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  outline: none;
}

.nv-slider-handle-bar {
  width: 6px;
  height: 60px;
  background: var(--color-brand, #76b900);
  border-radius: 3px;
  box-shadow: 0 0 0 1px #fff, 0 2px 8px rgba(0,0,0,0.12);
  border: 1px solid #fff;
  z-index: 10;
}

/* ===== WHITE REFERENCE LINE ===== */
/* Vertical white line through the middle of the slider */
.nv-slider-handle::after {
  content: '';
  position: absolute;
  top: -50vh;
  bottom: -50vh;
  left: 50%;
  width: 1px;
  background: #fff;
  z-index: 2;
  pointer-events: none;
}

.nv-slider-label {
  position: absolute;
  top: 12px;
  padding: 4px 12px;
  background: rgba(0,0,0,0.7);
  color: #fff;
  font-size: 1rem;
  border-radius: 4px;
  z-index: 4;
  pointer-events: none;
  font-weight: 600;
  letter-spacing: 0.5px;
}
.nv-slider-label--before {
  left: 16px;
}
.nv-slider-label--after {
  right: 16px;
} 