*, body {
  font-family: proxima-nova-regular, lato, Helvetica, Arial, Verdana, Tahoma, sans-serif;
}

button {
  font-family: proxima-nova-semi-bold, lato, Helvetica, Arial, Verdana, Tahoma, sans-serif;
}

:root {
  --so-colors-primary: #b478f0;
  --so-colors-primary-lighten-30: #caa0f4;
  --so-colors-primary-lighten-50: #d9bbf7;
  --so-colors-primary-lighten-80: #f0e4fc;
  --so-colors-primary-lighten-90: #f7f1fe;
  --so-colors-primary-darken-10: #a257ec;
  --so-colors-success: #1ee6a0;
  --so-colors-success-lighten-30: #61edbc;
  --so-colors-success-lighten-50: #8ef2cf;
  --so-colors-success-lighten-80: #d2faec;
  --so-colors-success-lighten-90: #e8fdf5;
  --so-colors-success-darken-10: #17d291;
  --so-colors-warning: #fa7864;
  --so-colors-warning-lighten-30: #fba092;
  --so-colors-warning-lighten-50: #fcbbb1;
  --so-colors-warning-lighten-80: #fee4e0;
  --so-colors-warning-lighten-90: #fff1ef;
  --so-colors-warning-darken-10: #f85a42;
  --so-colors-error: #ff4867;
  --so-colors-error-lighten-30: #ff7e94;
  --so-colors-error-lighten-50: #ffa3b2;
  --so-colors-error-lighten-80: #ffdae0;
  --so-colors-error-lighten-90: #ffecef;
  --so-colors-error-darken-10: #ff274b;
  --so-colors-info: #00c8ff;
  --so-colors-info-lighten-30: #4cd8ff;
  --so-colors-info-lighten-50: #7fe3ff;
  --so-colors-info-lighten-80: #ccf4ff;
  --so-colors-info-lighten-90: #e5faff;
  --so-colors-info-darken-10: #00b3e5;
  --so-colors-caution: #4c70ff;
  --so-colors-caution-lighten-30: #819aff;
  --so-colors-caution-lighten-50: #a5b7ff;
  --so-colors-caution-lighten-80: #dbe2ff;
  --so-colors-caution-lighten-90: #edf0ff;
  --so-colors-caution-darken-10: #2a55fe;
  --so-colors-typography: #485979;
  --so-colors-typography-light: #506387;
  --so-colors-typography-dark: #273039;
  --so-colors-typography-lighten-30: #8491aa;
  --so-colors-typography-lighten-50: #818CA1;
  --so-colors-typography-lighten-80: #dce0e7;
  --so-colors-background: #bfc4cf;
  --so-colors-background-lighten-50: #e4e7eb;
  --so-colors-background-lighten-80: #f4f2f7;
  --so-colors-background-lighten-90: #fbfafc;
  --so-colors-background-lighten-100: #ffffff;
  --so-colors-background-gradient: linear-gradient(135deg, #07A6D7 0%, #EB81AE 51.56%, #DF8A2B 100%);
  --so-colors-so-gray: #455473;
  --so-colors-so-gray-dark: #313E5A;
}

html {
  box-sizing: border-box;
  /* Make type rendering look crisper */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Disable auto-enlargement of small text in Safari */
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
  /* Enable kerning and optional ligatures */
  text-rendering: optimizeLegibility;
}

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

body {
  font-size: 14px;
  color: #485979;
  color: var(--so-colors-typography);
}

h1,
h2,
h3,
h4,
h5 {
  margin: 0;
}

@font-face {
  font-family: "icomoon";
  src: url(/aa9b38914876fa9593ff.eot?2ckecr);
  src: url(/aa9b38914876fa9593ff.eot?2ckecr#iefix) format("embedded-opentype"), url(/c9122f77c78c2383208b.ttf?2ckecr) format("truetype"), url(/1aefa863506a1db96b03.woff?2ckecr) format("woff"), url(/88bfa24c24f2580bd663.svg?2ckecr#icomoon) format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=wf-icon-], [class*=" wf-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.wf-icon-notdef:before {
  content: "\e900";
}

.wf-icon-0:before {
  content: "0";
}

.wf-icon-1:before {
  content: "1";
}

.wf-icon-2:before {
  content: "2";
}

.wf-icon-3:before {
  content: "3";
}

.wf-icon-4:before {
  content: "4";
}

.wf-icon-5:before {
  content: "5";
}

.wf-icon-6:before {
  content: "6";
}

.wf-icon-7:before {
  content: "7";
}

.wf-icon-8:before {
  content: "8";
}

.wf-icon-9:before {
  content: "9";
}

.wf-icon-a:before {
  content: "a";
}

.wf-icon-a1:before {
  content: "A";
}

.wf-icon-b:before {
  content: "b";
}

.wf-icon-b1:before {
  content: "B";
}

.wf-icon-c:before {
  content: "c";
}

.wf-icon-c1:before {
  content: "C";
}

.wf-icon-d:before {
  content: "d";
}

.wf-icon-d1:before {
  content: "D";
}

.wf-icon-e:before {
  content: "e";
}

.wf-icon-e1:before {
  content: "E";
}

.wf-icon-f:before {
  content: "f";
}

.wf-icon-f1:before {
  content: "F";
}

.wf-icon-g:before {
  content: "g";
}

.wf-icon-g1:before {
  content: "G";
}

.wf-icon-h:before {
  content: "h";
}

.wf-icon-h1:before {
  content: "H";
}

.wf-icon-i:before {
  content: "i";
}

.wf-icon-i1:before {
  content: "I";
}

.wf-icon-j:before {
  content: "j";
}

.wf-icon-j1:before {
  content: "J";
}

.wf-icon-k:before {
  content: "k";
}

.wf-icon-k1:before {
  content: "K";
}

.wf-icon-l:before {
  content: "l";
}

.wf-icon-l1:before {
  content: "L";
}

.wf-icon-m:before {
  content: "m";
}

.wf-icon-m1:before {
  content: "M";
}

.wf-icon-n:before {
  content: "n";
}

.wf-icon-n1:before {
  content: "N";
}

.wf-icon-o:before {
  content: "o";
}

.wf-icon-o1:before {
  content: "O";
}

.wf-icon-p:before {
  content: "p";
}

.wf-icon-p1:before {
  content: "P";
}

.wf-icon-q:before {
  content: "q";
}

.wf-icon-q1:before {
  content: "Q";
}

.wf-icon-r:before {
  content: "r";
}

.wf-icon-r1:before {
  content: "R";
}

.wf-icon-s:before {
  content: "s";
}

.wf-icon-s1:before {
  content: "S";
}

.wf-icon-t:before {
  content: "t";
}

.wf-icon-t1:before {
  content: "T";
}

.wf-icon-u:before {
  content: "u";
}

.wf-icon-u1:before {
  content: "U";
}

.wf-icon-v:before {
  content: "v";
}

.wf-icon-v1:before {
  content: "V";
}

.wf-icon-w:before {
  content: "w";
}

.wf-icon-w1:before {
  content: "W";
}

.wf-icon-x:before {
  content: "x";
}

.wf-icon-x1:before {
  content: "X";
}

.wf-icon-y:before {
  content: "y";
}

.wf-icon-y1:before {
  content: "Y";
}

.wf-icon-z:before {
  content: "z";
}

.wf-icon-z1:before {
  content: "Z";
}

.wf-icon-exclamation:before {
  content: "\e901";
}

.wf-icon-ditto:before {
  content: "\e902";
}

.wf-icon-hashtag:before {
  content: "\e903";
}

.wf-icon-dollar-sign:before {
  content: "\e904";
}

.wf-icon-percent:before {
  content: "\e905";
}

.wf-icon-ampersand:before {
  content: "\e906";
}

.wf-icon-apostrophe:before {
  content: "\e907";
}

.wf-icon-bracket-round:before {
  content: "\e908";
}

.wf-icon-bracket-round-right:before {
  content: "\e909";
}

.wf-icon-asterisk:before {
  content: "\e90a";
}

.wf-icon-plus:before {
  content: "\e90b";
}

.wf-icon-comma:before {
  content: "\e90c";
}

.wf-icon-hyphen:before {
  content: "\e90d";
}

.wf-icon-period:before {
  content: "\e90e";
}

.wf-icon-slash-forward:before {
  content: "\e90f";
}

.wf-icon-colon:before {
  content: "\e910";
}

.wf-icon-semicolon:before {
  content: "\e911";
}

.wf-icon-less-than:before {
  content: "\e912";
}

.wf-icon-equals:before {
  content: "\e913";
}

.wf-icon-greater-than:before {
  content: "\e914";
}

.wf-icon-question:before {
  content: "\e915";
}

.wf-icon-at:before {
  content: "\e916";
}

.wf-icon-bracket-square:before {
  content: "\e917";
}

.wf-icon-slash-back:before {
  content: "\e918";
}

.wf-icon-bracket-square-right:before {
  content: "\e919";
}

.wf-icon-accent-grave:before {
  content: "\e91a";
}

.wf-icon-bracket-curly:before {
  content: "\e91b";
}

.wf-icon-pipe:before {
  content: "\e91c";
}

.wf-icon-bracket-curly-right:before {
  content: "\e91d";
}

.wf-icon-tilde:before {
  content: "\e91e";
}

.wf-icon-caravan-simple:before {
  content: "\e91f";
}

.wf-icon-cat-space:before {
  content: "\e920";
}

.wf-icon-coffee-pot:before {
  content: "\e921";
}

.wf-icon-comet:before {
  content: "\e922";
}

.wf-icon-fan-table:before {
  content: "\e923";
}

.wf-icon-faucet:before {
  content: "\e924";
}

.wf-icon-faucet-drip:before {
  content: "\e925";
}

.wf-icon-galaxy:before {
  content: "\e926";
}

.wf-icon-garage:before {
  content: "\e927";
}

.wf-icon-garage-car:before {
  content: "\e928";
}

.wf-icon-garage-open:before {
  content: "\e929";
}

.wf-icon-heat:before {
  content: "\e92a";
}

.wf-icon-house-chimney-window:before {
  content: "\e92b";
}

.wf-icon-house-day:before {
  content: "\e92c";
}

.wf-icon-house-person-leave:before {
  content: "\e92d";
}

.wf-icon-house-night:before {
  content: "\e92e";
}

.wf-icon-house-person-return:before {
  content: "\e92f";
}

.wf-icon-house-signal:before {
  content: "\e930";
}

.wf-icon-lamp-desk:before {
  content: "\e931";
}

.wf-icon-lamp-floor:before {
  content: "\e932";
}

.wf-icon-light-ceiling:before {
  content: "\e933";
}

.wf-icon-light-switch:before {
  content: "\e934";
}

.wf-icon-light-switch-off:before {
  content: "\e935";
}

.wf-icon-light-switch-on:before {
  content: "\e936";
}

.wf-icon-microwave:before {
  content: "\e937";
}

.wf-icon-outlet:before {
  content: "\e938";
}

.wf-icon-oven:before {
  content: "\e939";
}

.wf-icon-planet-moon:before {
  content: "\e93a";
}

.wf-icon-planet-ringed:before {
  content: "\e93b";
}

.wf-icon-police-box:before {
  content: "\e93c";
}

.wf-icon-person-to-portal:before {
  content: "\e93d";
}

.wf-icon-person-from-portal:before {
  content: "\e93e";
}

.wf-icon-radar:before {
  content: "\e93f";
}

.wf-icon-raygun:before {
  content: "\e940";
}

.wf-icon-refrigerator:before {
  content: "\e941";
}

.wf-icon-rocket-launch:before {
  content: "\e942";
}

.wf-icon-sensor:before {
  content: "\e943";
}

.wf-icon-sensor-triangle-exclamation:before {
  content: "\e944";
}

.wf-icon-sensor-fire:before {
  content: "\e945";
}

.wf-icon-sensor-on:before {
  content: "\e946";
}

.wf-icon-sensor-cloud:before {
  content: "\e947";
}

.wf-icon-siren:before {
  content: "\e948";
}

.wf-icon-siren-on:before {
  content: "\e949";
}

.wf-icon-solar-system:before {
  content: "\e94a";
}

.wf-icon-circle-sort:before {
  content: "\e94b";
}

.wf-icon-circle-sort-down:before {
  content: "\e94c";
}

.wf-icon-circle-sort-up:before {
  content: "\e94d";
}

.wf-icon-space-station-moon:before {
  content: "\e94e";
}

.wf-icon-space-station-moon-construction:before {
  content: "\e94f";
}

.wf-icon-sprinkler:before {
  content: "\e950";
}

.wf-icon-star-shooting:before {
  content: "\e951";
}

.wf-icon-starfighter:before {
  content: "\e952";
}

.wf-icon-starfighter-twin-ion-engine:before {
  content: "\e953";
}

.wf-icon-starship:before {
  content: "\e954";
}

.wf-icon-starship-freighter:before {
  content: "\e955";
}

.wf-icon-sword-laser:before {
  content: "\e956";
}

.wf-icon-sword-laser-alt:before {
  content: "\e957";
}

.wf-icon-swords-laser:before {
  content: "\e958";
}

.wf-icon-telescope:before {
  content: "\e959";
}

.wf-icon-temperature-arrow-down:before {
  content: "\e95a";
}

.wf-icon-temperature-arrow-up:before {
  content: "\e95b";
}

.wf-icon-trailer:before {
  content: "\e95c";
}

.wf-icon-transporter:before {
  content: "\e95d";
}

.wf-icon-transporter-1:before {
  content: "\e95e";
}

.wf-icon-transporter-2:before {
  content: "\e95f";
}

.wf-icon-transporter-3:before {
  content: "\e960";
}

.wf-icon-transporter-empty:before {
  content: "\e961";
}

.wf-icon-ufo:before {
  content: "\e962";
}

.wf-icon-ufo-beam:before {
  content: "\e963";
}

.wf-icon-user-alien:before {
  content: "\e964";
}

.wf-icon-user-robot:before {
  content: "\e965";
}

.wf-icon-user-visor:before {
  content: "\e966";
}

.wf-icon-vacuum:before {
  content: "\e967";
}

.wf-icon-vacuum-robot:before {
  content: "\e968";
}

.wf-icon-window-frame:before {
  content: "\e969";
}

.wf-icon-window-frame-open:before {
  content: "\e96a";
}

.wf-icon-coffin-cross:before {
  content: "\e96b";
}

.wf-icon-folder-arrow-down:before {
  content: "\e96c";
}

.wf-icon-folder-arrow-up:before {
  content: "\e96d";
}

.wf-icon-user-unlock:before {
  content: "\e96e";
}

.wf-icon-bacteria:before {
  content: "\e96f";
}

.wf-icon-bacterium:before {
  content: "\e970";
}

.wf-icon-box-tissue:before {
  content: "\e971";
}

.wf-icon-hand-holding-medical:before {
  content: "\e972";
}

.wf-icon-hand-sparkles:before {
  content: "\e973";
}

.wf-icon-hands-bubbles:before {
  content: "\e974";
}

.wf-icon-handshake-simple-slash:before {
  content: "\e975";
}

.wf-icon-handshake-slash:before {
  content: "\e976";
}

.wf-icon-head-side-cough:before {
  content: "\e977";
}

.wf-icon-head-side-cough-slash:before {
  content: "\e978";
}

.wf-icon-head-side-mask:before {
  content: "\e979";
}

.wf-icon-head-side-virus:before {
  content: "\e97a";
}

.wf-icon-house-chimney-user:before {
  content: "\e97b";
}

.wf-icon-house-laptop:before {
  content: "\e97c";
}

.wf-icon-lungs-virus:before {
  content: "\e97d";
}

.wf-icon-people-arrows:before {
  content: "\e97e";
}

.wf-icon-plane-slash:before {
  content: "\e97f";
}

.wf-icon-pump-medical:before {
  content: "\e980";
}

.wf-icon-pump-soap:before {
  content: "\e981";
}

.wf-icon-shield-virus:before {
  content: "\e982";
}

.wf-icon-sink:before {
  content: "\e983";
}

.wf-icon-soap:before {
  content: "\e984";
}

.wf-icon-stopwatch-20:before {
  content: "\e985";
}

.wf-icon-shop-slash:before {
  content: "\e986";
}

.wf-icon-store-slash:before {
  content: "\e987";
}

.wf-icon-toilet-paper-slash:before {
  content: "\e988";
}

.wf-icon-users-slash:before {
  content: "\e989";
}

.wf-icon-virus:before {
  content: "\e98a";
}

.wf-icon-virus-slash:before {
  content: "\e98b";
}

.wf-icon-viruses:before {
  content: "\e98c";
}

.wf-icon-vest:before {
  content: "\e98d";
}

.wf-icon-vest-patches:before {
  content: "\e98e";
}

.wf-icon-airplay:before {
  content: "\e98f";
}

.wf-icon-alt:before {
  content: "\e990";
}

.wf-icon-angle:before {
  content: "\e991";
}

.wf-icon-angle-90:before {
  content: "\e992";
}

.wf-icon-apple-core:before {
  content: "\e993";
}

.wf-icon-arrow-down-from-dotted-line:before {
  content: "\e994";
}

.wf-icon-arrow-down-left:before {
  content: "\e995";
}

.wf-icon-arrow-down-left-and-arrow-up-right-to-center:before {
  content: "\e996";
}

.wf-icon-arrow-down-right:before {
  content: "\e997";
}

.wf-icon-arrow-down-to-bracket:before {
  content: "\e998";
}

.wf-icon-arrow-down-to-dotted-line:before {
  content: "\e999";
}

.wf-icon-arrow-down-to-square:before {
  content: "\e99a";
}

.wf-icon-arrow-trend-down:before {
  content: "\e99b";
}

.wf-icon-arrow-trend-up:before {
  content: "\e99c";
}

.wf-icon-arrow-up-arrow-down:before {
  content: "\e99d";
}

.wf-icon-arrow-up-from-bracket:before {
  content: "\e99e";
}

.wf-icon-arrow-up-from-dotted-line:before {
  content: "\e99f";
}

.wf-icon-arrow-up-from-square:before {
  content: "\e9a0";
}

.wf-icon-arrow-up-left:before {
  content: "\e9a1";
}

.wf-icon-arrow-up-left-from-circle:before {
  content: "\e9a2";
}

.wf-icon-arrow-up-right:before {
  content: "\e9a3";
}

.wf-icon-arrow-up-right-and-arrow-down-left-from-center:before {
  content: "\e9a4";
}

.wf-icon-arrow-up-to-dotted-line:before {
  content: "\e9a5";
}

.wf-icon-arrows-cross:before {
  content: "\e9a6";
}

.wf-icon-arrows-from-dotted-line:before {
  content: "\e9a7";
}

.wf-icon-arrows-from-line:before {
  content: "\e9a8";
}

.wf-icon-arrows-minimize:before {
  content: "\e9a9";
}

.wf-icon-arrows-to-dotted-line:before {
  content: "\e9aa";
}

.wf-icon-arrows-to-line:before {
  content: "\e9ab";
}

.wf-icon-audio-description-slash:before {
  content: "\e9ac";
}

.wf-icon-austral-sign:before {
  content: "\e9ad";
}

.wf-icon-avocado:before {
  content: "\e9ae";
}

.wf-icon-award-simple:before {
  content: "\e9af";
}

.wf-icon-baht-sign:before {
  content: "\e9b0";
}

.wf-icon-bars-filter:before {
  content: "\e9b1";
}

.wf-icon-bars-sort:before {
  content: "\e9b2";
}

.wf-icon-basket-shopping-simple:before {
  content: "\e9b3";
}

.wf-icon-battery-exclamation:before {
  content: "\e9b4";
}

.wf-icon-battery-low:before {
  content: "\e9b5";
}

.wf-icon-bee:before {
  content: "\e9b6";
}

.wf-icon-beer-mug:before {
  content: "\e9b7";
}

.wf-icon-bitcoin-sign:before {
  content: "\e9b8";
}

.wf-icon-block-quote:before {
  content: "\e9b9";
}

.wf-icon-bolt-auto:before {
  content: "\e9ba";
}

.wf-icon-bolt-lightning:before {
  content: "\e9bb";
}

.wf-icon-bolt-slash:before {
  content: "\e9bc";
}

.wf-icon-book-arrow-right:before {
  content: "\e9bd";
}

.wf-icon-book-arrow-up:before {
  content: "\e9be";
}

.wf-icon-book-bookmark:before {
  content: "\e9bf";
}

.wf-icon-book-circle-arrow-right:before {
  content: "\e9c0";
}

.wf-icon-book-circle-arrow-up:before {
  content: "\e9c1";
}

.wf-icon-book-copy:before {
  content: "\e9c2";
}

.wf-icon-book-font:before {
  content: "\e9c3";
}

.wf-icon-book-open-cover:before {
  content: "\e9c4";
}

.wf-icon-book-section:before {
  content: "\e9c5";
}

.wf-icon-bookmark-slash:before {
  content: "\e9c6";
}

.wf-icon-bowling-ball-pin:before {
  content: "\e9c7";
}

.wf-icon-box-circle-check:before {
  content: "\e9c8";
}

.wf-icon-brackets-round:before {
  content: "\e9c9";
}

.wf-icon-brain-circuit:before {
  content: "\e9ca";
}

.wf-icon-brake-warning:before {
  content: "\e9cb";
}

.wf-icon-briefcase-blank:before {
  content: "\e9cc";
}

.wf-icon-brightness:before {
  content: "\e9cd";
}

.wf-icon-brightness-low:before {
  content: "\e9ce";
}

.wf-icon-browsers:before {
  content: "\e9cf";
}

.wf-icon-buildings:before {
  content: "\e9d0";
}

.wf-icon-burger-fries:before {
  content: "\e9d1";
}

.wf-icon-burger-glass:before {
  content: "\e9d2";
}

.wf-icon-calendar-arrow-down:before {
  content: "\e9d3";
}

.wf-icon-calendar-arrow-up:before {
  content: "\e9d4";
}

.wf-icon-calendar-clock:before {
  content: "\e9d5";
}

.wf-icon-calendar-heart:before {
  content: "\e9d6";
}

.wf-icon-calendar-image:before {
  content: "\e9d7";
}

.wf-icon-calendar-lines:before {
  content: "\e9d8";
}

.wf-icon-calendar-range:before {
  content: "\e9d9";
}

.wf-icon-calendars:before {
  content: "\e9da";
}

.wf-icon-camera-rotate:before {
  content: "\e9db";
}

.wf-icon-camera-slash:before {
  content: "\e9dc";
}

.wf-icon-camera-viewfinder:before {
  content: "\e9dd";
}

.wf-icon-cart-minus:before {
  content: "\e9de";
}

.wf-icon-cart-shopping-fast:before {
  content: "\e9df";
}

.wf-icon-cart-xmark:before {
  content: "\e9e0";
}

.wf-icon-castle:before {
  content: "\e9e1";
}

.wf-icon-cedi-sign:before {
  content: "\e9e2";
}

.wf-icon-chart-bullet:before {
  content: "\e9e3";
}

.wf-icon-chart-candlestick:before {
  content: "\e9e4";
}

.wf-icon-chart-column:before {
  content: "\e9e5";
}

.wf-icon-chart-gantt:before {
  content: "\e9e6";
}

.wf-icon-chart-line-up:before {
  content: "\e9e7";
}

.wf-icon-chart-pyramid:before {
  content: "\e9e8";
}

.wf-icon-chart-radar:before {
  content: "\e9e9";
}

.wf-icon-chart-scatter-3d:before {
  content: "\e9ea";
}

.wf-icon-chart-scatter-bubble:before {
  content: "\e9eb";
}

.wf-icon-chart-tree-map:before {
  content: "\e9ec";
}

.wf-icon-chart-waterfall:before {
  content: "\e9ed";
}

.wf-icon-cherries:before {
  content: "\e9ee";
}

.wf-icon-circle-0:before {
  content: "\e9ef";
}

.wf-icon-circle-1:before {
  content: "\e9f0";
}

.wf-icon-circle-2:before {
  content: "\e9f1";
}

.wf-icon-circle-3:before {
  content: "\e9f2";
}

.wf-icon-circle-4:before {
  content: "\e9f3";
}

.wf-icon-circle-5:before {
  content: "\e9f4";
}

.wf-icon-circle-6:before {
  content: "\e9f5";
}

.wf-icon-circle-7:before {
  content: "\e9f6";
}

.wf-icon-circle-8:before {
  content: "\e9f7";
}

.wf-icon-circle-9:before {
  content: "\e9f8";
}

.wf-icon-circle-a:before {
  content: "\e9f9";
}

.wf-icon-circle-ampersand:before {
  content: "\e9fa";
}

.wf-icon-circle-arrow-down-left:before {
  content: "\e9fb";
}

.wf-icon-circle-arrow-down-right:before {
  content: "\e9fc";
}

.wf-icon-circle-arrow-up-left:before {
  content: "\e9fd";
}

.wf-icon-circle-arrow-up-right:before {
  content: "\e9fe";
}

.wf-icon-circle-b:before {
  content: "\e9ff";
}

.wf-icon-circle-bolt:before {
  content: "\ea00";
}

.wf-icon-circle-book-open:before {
  content: "\ea01";
}

.wf-icon-circle-bookmark:before {
  content: "\ea02";
}

.wf-icon-circle-c:before {
  content: "\ea03";
}

.wf-icon-circle-calendar:before {
  content: "\ea04";
}

.wf-icon-circle-camera:before {
  content: "\ea05";
}

.wf-icon-circle-d:before {
  content: "\ea06";
}

.wf-icon-circle-dashed:before {
  content: "\ea07";
}

.wf-icon-circle-divide:before {
  content: "\ea08";
}

.wf-icon-circle-down-left:before {
  content: "\ea09";
}

.wf-icon-circle-down-right:before {
  content: "\ea0a";
}

.wf-icon-circle-e:before {
  content: "\ea0b";
}

.wf-icon-circle-ellipsis:before {
  content: "\ea0c";
}

.wf-icon-circle-ellipsis-vertical:before {
  content: "\ea0d";
}

.wf-icon-circle-envelope:before {
  content: "\ea0e";
}

.wf-icon-circle-exclamation-check:before {
  content: "\ea0f";
}

.wf-icon-circle-f:before {
  content: "\ea10";
}

.wf-icon-circle-g:before {
  content: "\ea11";
}

.wf-icon-circle-half:before {
  content: "\ea12";
}

.wf-icon-circle-i:before {
  content: "\ea13";
}

.wf-icon-circle-j:before {
  content: "\ea14";
}

.wf-icon-circle-k:before {
  content: "\ea15";
}

.wf-icon-circle-l:before {
  content: "\ea16";
}

.wf-icon-circle-m:before {
  content: "\ea17";
}

.wf-icon-circle-microphone:before {
  content: "\ea18";
}

.wf-icon-circle-microphone-lines:before {
  content: "\ea19";
}

.wf-icon-circle-n:before {
  content: "\ea1a";
}

.wf-icon-circle-o:before {
  content: "\ea1b";
}

.wf-icon-circle-p:before {
  content: "\ea1c";
}

.wf-icon-circle-phone:before {
  content: "\ea1d";
}

.wf-icon-circle-phone-flip:before {
  content: "\ea1e";
}

.wf-icon-circle-phone-hangup:before {
  content: "\ea1f";
}

.wf-icon-circle-q:before {
  content: "\ea20";
}

.wf-icon-circle-quarter:before {
  content: "\ea21";
}

.wf-icon-circle-r:before {
  content: "\ea22";
}

.wf-icon-circle-s:before {
  content: "\ea23";
}

.wf-icon-circle-small:before {
  content: "\ea24";
}

.wf-icon-circle-star:before {
  content: "\ea25";
}

.wf-icon-circle-t:before {
  content: "\ea26";
}

.wf-icon-circle-three-quarters:before {
  content: "\ea27";
}

.wf-icon-circle-trash:before {
  content: "\ea28";
}

.wf-icon-circle-u:before {
  content: "\ea29";
}

.wf-icon-circle-up-left:before {
  content: "\ea2a";
}

.wf-icon-circle-up-right:before {
  content: "\ea2b";
}

.wf-icon-circle-v:before {
  content: "\ea2c";
}

.wf-icon-circle-video:before {
  content: "\ea2d";
}

.wf-icon-circle-w:before {
  content: "\ea2e";
}

.wf-icon-circle-waveform-lines:before {
  content: "\ea2f";
}

.wf-icon-circle-x:before {
  content: "\ea30";
}

.wf-icon-circle-y:before {
  content: "\ea31";
}

.wf-icon-circle-z:before {
  content: "\ea32";
}

.wf-icon-clapperboard:before {
  content: "\ea33";
}

.wf-icon-clapperboard-play:before {
  content: "\ea34";
}

.wf-icon-clipboard-medical:before {
  content: "\ea35";
}

.wf-icon-clock-desk:before {
  content: "\ea36";
}

.wf-icon-closed-captioning-slash:before {
  content: "\ea37";
}

.wf-icon-clothes-hanger:before {
  content: "\ea38";
}

.wf-icon-cloud-slash:before {
  content: "\ea39";
}

.wf-icon-cloud-word:before {
  content: "\ea3a";
}

.wf-icon-clover:before {
  content: "\ea3b";
}

.wf-icon-code-compare:before {
  content: "\ea3c";
}

.wf-icon-code-fork:before {
  content: "\ea3d";
}

.wf-icon-code-pull-request:before {
  content: "\ea3e";
}

.wf-icon-code-simple:before {
  content: "\ea3f";
}

.wf-icon-coffee-bean:before {
  content: "\ea40";
}

.wf-icon-coffee-beans:before {
  content: "\ea41";
}

.wf-icon-colon-sign:before {
  content: "\ea42";
}

.wf-icon-command:before {
  content: "\ea43";
}

.wf-icon-comment-arrow-down:before {
  content: "\ea44";
}

.wf-icon-comment-arrow-up:before {
  content: "\ea45";
}

.wf-icon-comment-arrow-up-right:before {
  content: "\ea46";
}

.wf-icon-comment-captions:before {
  content: "\ea47";
}

.wf-icon-comment-code:before {
  content: "\ea48";
}

.wf-icon-comment-image:before {
  content: "\ea49";
}

.wf-icon-comment-middle:before {
  content: "\ea4a";
}

.wf-icon-comment-middle-top:before {
  content: "\ea4b";
}

.wf-icon-comment-question:before {
  content: "\ea4c";
}

.wf-icon-comment-quote:before {
  content: "\ea4d";
}

.wf-icon-comment-text:before {
  content: "\ea4e";
}

.wf-icon-comments-question:before {
  content: "\ea4f";
}

.wf-icon-comments-question-check:before {
  content: "\ea50";
}

.wf-icon-conveyor-belt-empty:before {
  content: "\ea51";
}

.wf-icon-crate-empty:before {
  content: "\ea52";
}

.wf-icon-cruzeiro-sign:before {
  content: "\ea53";
}

.wf-icon-delete-right:before {
  content: "\ea54";
}

.wf-icon-desktop-arrow-down:before {
  content: "\ea55";
}

.wf-icon-diagram-lean-canvas:before {
  content: "\ea56";
}

.wf-icon-diagram-nested:before {
  content: "\ea57";
}

.wf-icon-diagram-sankey:before {
  content: "\ea58";
}

.wf-icon-diagram-venn:before {
  content: "\ea59";
}

.wf-icon-dial:before {
  content: "\ea5a";
}

.wf-icon-dial-high:before {
  content: "\ea5b";
}

.wf-icon-dial-low:before {
  content: "\ea5c";
}

.wf-icon-dial-max:before {
  content: "\ea5d";
}

.wf-icon-dial-med:before {
  content: "\ea5e";
}

.wf-icon-dial-med-low:before {
  content: "\ea5f";
}

.wf-icon-dial-min:before {
  content: "\ea60";
}

.wf-icon-dial-off:before {
  content: "\ea61";
}

.wf-icon-display:before {
  content: "\ea62";
}

.wf-icon-display-arrow-down:before {
  content: "\ea63";
}

.wf-icon-display-code:before {
  content: "\ea64";
}

.wf-icon-display-medical:before {
  content: "\ea65";
}

.wf-icon-dolphin:before {
  content: "\ea66";
}

.wf-icon-dong-sign:before {
  content: "\ea67";
}

.wf-icon-down-left:before {
  content: "\ea68";
}

.wf-icon-down-right:before {
  content: "\ea69";
}

.wf-icon-eggplant:before {
  content: "\ea6a";
}

.wf-icon-elevator:before {
  content: "\ea6b";
}

.wf-icon-engine:before {
  content: "\ea6c";
}

.wf-icon-envelope-dot:before {
  content: "\ea6d";
}

.wf-icon-envelopes:before {
  content: "\ea6e";
}

.wf-icon-escalator:before {
  content: "\ea6f";
}

.wf-icon-eye-dropper-full:before {
  content: "\ea70";
}

.wf-icon-eye-dropper-half:before {
  content: "\ea71";
}

.wf-icon-ferris-wheel:before {
  content: "\ea72";
}

.wf-icon-file-binary:before {
  content: "\ea73";
}

.wf-icon-file-heart:before {
  content: "\ea74";
}

.wf-icon-file-plus-minus:before {
  content: "\ea75";
}

.wf-icon-files:before {
  content: "\ea76";
}

.wf-icon-film-slash:before {
  content: "\ea77";
}

.wf-icon-films:before {
  content: "\ea78";
}

.wf-icon-filter-circle-xmark:before {
  content: "\ea79";
}

.wf-icon-filter-list:before {
  content: "\ea7a";
}

.wf-icon-filter-slash:before {
  content: "\ea7b";
}

.wf-icon-filters:before {
  content: "\ea7c";
}

.wf-icon-fire-hydrant:before {
  content: "\ea7d";
}

.wf-icon-floppy-disk-circle-arrow-right:before {
  content: "\ea7e";
}

.wf-icon-floppy-disk-circle-xmark:before {
  content: "\ea7f";
}

.wf-icon-floppy-disk-pen:before {
  content: "\ea80";
}

.wf-icon-floppy-disks:before {
  content: "\ea81";
}

.wf-icon-florin-sign:before {
  content: "\ea82";
}

.wf-icon-folder-closed:before {
  content: "\ea83";
}

.wf-icon-folder-bookmark:before {
  content: "\ea84";
}

.wf-icon-folder-gear:before {
  content: "\ea85";
}

.wf-icon-folder-grid:before {
  content: "\ea86";
}

.wf-icon-folder-heart:before {
  content: "\ea87";
}

.wf-icon-folder-image:before {
  content: "\ea88";
}

.wf-icon-folder-magnifying-glass:before {
  content: "\ea89";
}

.wf-icon-folder-medical:before {
  content: "\ea8a";
}

.wf-icon-folder-music:before {
  content: "\ea8b";
}

.wf-icon-folder-user:before {
  content: "\ea8c";
}

.wf-icon-franc-sign:before {
  content: "\ea8d";
}

.wf-icon-gif:before {
  content: "\ea8e";
}

.wf-icon-glass-empty:before {
  content: "\ea8f";
}

.wf-icon-glass-half:before {
  content: "\ea90";
}

.wf-icon-grate:before {
  content: "\ea91";
}

.wf-icon-grate-droplet:before {
  content: "\ea92";
}

.wf-icon-grid:before {
  content: "\ea93";
}

.wf-icon-grid-2:before {
  content: "\ea94";
}

.wf-icon-grid-2-plus:before {
  content: "\ea95";
}

.wf-icon-grid-4:before {
  content: "\ea96";
}

.wf-icon-grid-5:before {
  content: "\ea97";
}

.wf-icon-guarani-sign:before {
  content: "\ea98";
}

.wf-icon-gun:before {
  content: "\ea99";
}

.wf-icon-gun-slash:before {
  content: "\ea9a";
}

.wf-icon-gun-squirt:before {
  content: "\ea9b";
}

.wf-icon-hand-back-point-down:before {
  content: "\ea9c";
}

.wf-icon-hand-back-point-left:before {
  content: "\ea9d";
}

.wf-icon-hand-back-point-ribbon:before {
  content: "\ea9e";
}

.wf-icon-hand-back-point-right:before {
  content: "\ea9f";
}

.wf-icon-hand-back-point-up:before {
  content: "\eaa0";
}

.wf-icon-hand-fingers-crossed:before {
  content: "\eaa1";
}

.wf-icon-hand-holding-skull:before {
  content: "\eaa2";
}

.wf-icon-hand-love:before {
  content: "\eaa3";
}

.wf-icon-hand-point-ribbon:before {
  content: "\eaa4";
}

.wf-icon-hand-wave:before {
  content: "\eaa5";
}

.wf-icon-hands-clapping:before {
  content: "\eaa6";
}

.wf-icon-hand-horns:before {
  content: "\eaa7";
}

.wf-icon-head-side-heart:before {
  content: "\eaa8";
}

.wf-icon-heart-half:before {
  content: "\eaa9";
}

.wf-icon-heart-half-stroke:before {
  content: "\eaaa";
}

.wf-icon-hexagon-divide:before {
  content: "\eaab";
}

.wf-icon-high-definition:before {
  content: "\eaac";
}

.wf-icon-highlighter-line:before {
  content: "\eaad";
}

.wf-icon-house-user:before {
  content: "\eaae";
}

.wf-icon-house-building:before {
  content: "\eaaf";
}

.wf-icon-house-chimney-heart:before {
  content: "\eab0";
}

.wf-icon-house-tree:before {
  content: "\eab1";
}

.wf-icon-house-turret:before {
  content: "\eab2";
}

.wf-icon-image-landscape:before {
  content: "\eab3";
}

.wf-icon-image-polaroid-user:before {
  content: "\eab4";
}

.wf-icon-image-slash:before {
  content: "\eab5";
}

.wf-icon-image-user:before {
  content: "\eab6";
}

.wf-icon-images-user:before {
  content: "\eab7";
}

.wf-icon-inbox-full:before {
  content: "\eab8";
}

.wf-icon-inboxes:before {
  content: "\eab9";
}

.wf-icon-indian-rupee-sign:before {
  content: "\eaba";
}

.wf-icon-input-numeric:before {
  content: "\eabb";
}

.wf-icon-input-pipe:before {
  content: "\eabc";
}

.wf-icon-input-text:before {
  content: "\eabd";
}

.wf-icon-keyboard-brightness:before {
  content: "\eabe";
}

.wf-icon-keyboard-brightness-low:before {
  content: "\eabf";
}

.wf-icon-keyboard-down:before {
  content: "\eac0";
}

.wf-icon-keyboard-left:before {
  content: "\eac1";
}

.wf-icon-kip-sign:before {
  content: "\eac2";
}

.wf-icon-lamp-street:before {
  content: "\eac3";
}

.wf-icon-laptop-arrow-down:before {
  content: "\eac4";
}

.wf-icon-laptop-slash:before {
  content: "\eac5";
}

.wf-icon-lari-sign:before {
  content: "\eac6";
}

.wf-icon-lasso-sparkles:before {
  content: "\eac7";
}

.wf-icon-lightbulb-exclamation-on:before {
  content: "\eac8";
}

.wf-icon-link-horizontal:before {
  content: "\eac9";
}

.wf-icon-link-horizontal-slash:before {
  content: "\eaca";
}

.wf-icon-link-simple:before {
  content: "\eacb";
}

.wf-icon-link-simple-slash:before {
  content: "\eacc";
}

.wf-icon-list-dropdown:before {
  content: "\eacd";
}

.wf-icon-list-radio:before {
  content: "\eace";
}

.wf-icon-list-timeline:before {
  content: "\eacf";
}

.wf-icon-list-tree:before {
  content: "\ead0";
}

.wf-icon-litecoin-sign:before {
  content: "\ead1";
}

.wf-icon-loader:before {
  content: "\ead2";
}

.wf-icon-manat-sign:before {
  content: "\ead3";
}

.wf-icon-manhole:before {
  content: "\ead4";
}

.wf-icon-mask-face:before {
  content: "\ead5";
}

.wf-icon-memo:before {
  content: "\ead6";
}

.wf-icon-memo-circle-check:before {
  content: "\ead7";
}

.wf-icon-memo-pad:before {
  content: "\ead8";
}

.wf-icon-message-arrow-down:before {
  content: "\ead9";
}

.wf-icon-message-arrow-up:before {
  content: "\eada";
}

.wf-icon-message-arrow-up-right:before {
  content: "\eadb";
}

.wf-icon-message-captions:before {
  content: "\eadc";
}

.wf-icon-message-code:before {
  content: "\eadd";
}

.wf-icon-message-image:before {
  content: "\eade";
}

.wf-icon-message-middle:before {
  content: "\eadf";
}

.wf-icon-message-middle-top:before {
  content: "\eae0";
}

.wf-icon-message-question:before {
  content: "\eae1";
}

.wf-icon-message-quote:before {
  content: "\eae2";
}

.wf-icon-message-sms:before {
  content: "\eae3";
}

.wf-icon-message-text:before {
  content: "\eae4";
}

.wf-icon-messages-question:before {
  content: "\eae5";
}

.wf-icon-meter:before {
  content: "\eae6";
}

.wf-icon-meter-bolt:before {
  content: "\eae7";
}

.wf-icon-meter-droplet:before {
  content: "\eae8";
}

.wf-icon-meter-fire:before {
  content: "\eae9";
}

.wf-icon-microchip-ai:before {
  content: "\eaea";
}

.wf-icon-mill-sign:before {
  content: "\eaeb";
}

.wf-icon-mobile-notch:before {
  content: "\eaec";
}

.wf-icon-mobile-signal:before {
  content: "\eaed";
}

.wf-icon-mobile-signal-out:before {
  content: "\eaee";
}

.wf-icon-money-bill-simple:before {
  content: "\eaef";
}

.wf-icon-money-bill-simple-wave:before {
  content: "\eaf0";
}

.wf-icon-money-bills:before {
  content: "\eaf1";
}

.wf-icon-money-bills-simple:before {
  content: "\eaf2";
}

.wf-icon-mug-tea-saucer:before {
  content: "\eaf3";
}

.wf-icon-naira-sign:before {
  content: "\eaf4";
}

.wf-icon-nfc:before {
  content: "\eaf5";
}

.wf-icon-nfc-lock:before {
  content: "\eaf6";
}

.wf-icon-nfc-magnifying-glass:before {
  content: "\eaf7";
}

.wf-icon-nfc-pen:before {
  content: "\eaf8";
}

.wf-icon-nfc-signal:before {
  content: "\eaf9";
}

.wf-icon-nfc-slash:before {
  content: "\eafa";
}

.wf-icon-nfc-trash:before {
  content: "\eafb";
}

.wf-icon-note:before {
  content: "\eafc";
}

.wf-icon-note-medical:before {
  content: "\eafd";
}

.wf-icon-notebook:before {
  content: "\eafe";
}

.wf-icon-notes:before {
  content: "\eaff";
}

.wf-icon-octagon-divide:before {
  content: "\eb00";
}

.wf-icon-octagon-exclamation:before {
  content: "\eb01";
}

.wf-icon-oil-can-drip:before {
  content: "\eb02";
}

.wf-icon-paintbrush-pencil:before {
  content: "\eb03";
}

.wf-icon-pallet-box:before {
  content: "\eb04";
}

.wf-icon-panorama:before {
  content: "\eb05";
}

.wf-icon-paper-plane-top:before {
  content: "\eb06";
}

.wf-icon-peach:before {
  content: "\eb07";
}

.wf-icon-pear:before {
  content: "\eb08";
}

.wf-icon-pedestal:before {
  content: "\eb09";
}

.wf-icon-pen-circle:before {
  content: "\eb0a";
}

.wf-icon-pen-clip-slash:before {
  content: "\eb0b";
}

.wf-icon-pen-fancy-slash:before {
  content: "\eb0c";
}

.wf-icon-pen-field:before {
  content: "\eb0d";
}

.wf-icon-pen-line:before {
  content: "\eb0e";
}

.wf-icon-pen-slash:before {
  content: "\eb0f";
}

.wf-icon-pen-swirl:before {
  content: "\eb10";
}

.wf-icon-pencil-slash:before {
  content: "\eb11";
}

.wf-icon-people:before {
  content: "\eb12";
}

.wf-icon-people-dress:before {
  content: "\eb13";
}

.wf-icon-people-dress-simple:before {
  content: "\eb14";
}

.wf-icon-people-pants:before {
  content: "\eb15";
}

.wf-icon-people-pants-simple:before {
  content: "\eb16";
}

.wf-icon-people-simple:before {
  content: "\eb17";
}

.wf-icon-person-dress-simple:before {
  content: "\eb18";
}

.wf-icon-person-pinball:before {
  content: "\eb19";
}

.wf-icon-person-seat:before {
  content: "\eb1a";
}

.wf-icon-person-seat-reclined:before {
  content: "\eb1b";
}

.wf-icon-person-simple:before {
  content: "\eb1c";
}

.wf-icon-peseta-sign:before {
  content: "\eb1d";
}

.wf-icon-peso-sign:before {
  content: "\eb1e";
}

.wf-icon-phone-arrow-down-left:before {
  content: "\eb1f";
}

.wf-icon-phone-arrow-up-right:before {
  content: "\eb20";
}

.wf-icon-phone-hangup:before {
  content: "\eb21";
}

.wf-icon-phone-missed:before {
  content: "\eb22";
}

.wf-icon-phone-xmark:before {
  content: "\eb23";
}

.wf-icon-photo-film-music:before {
  content: "\eb24";
}

.wf-icon-pinball:before {
  content: "\eb25";
}

.wf-icon-plane-prop:before {
  content: "\eb26";
}

.wf-icon-plane-tail:before {
  content: "\eb27";
}

.wf-icon-plane-up:before {
  content: "\eb28";
}

.wf-icon-plane-up-slash:before {
  content: "\eb29";
}

.wf-icon-play-pause:before {
  content: "\eb2a";
}

.wf-icon-puzzle-piece-simple:before {
  content: "\eb2b";
}

.wf-icon-quotes:before {
  content: "\eb2c";
}

.wf-icon-rectangle-pro:before {
  content: "\eb2d";
}

.wf-icon-rectangle-terminal:before {
  content: "\eb2e";
}

.wf-icon-rectangle-vertical-history:before {
  content: "\eb2f";
}

.wf-icon-reel:before {
  content: "\eb30";
}

.wf-icon-reply-clock:before {
  content: "\eb31";
}

.wf-icon-restroom-simple:before {
  content: "\eb32";
}

.wf-icon-rhombus:before {
  content: "\eb33";
}

.wf-icon-rotate-exclamation:before {
  content: "\eb34";
}

.wf-icon-rupiah-sign:before {
  content: "\eb35";
}

.wf-icon-screencast:before {
  content: "\eb36";
}

.wf-icon-scribble:before {
  content: "\eb37";
}

.wf-icon-sd-cards:before {
  content: "\eb38";
}

.wf-icon-seal:before {
  content: "\eb39";
}

.wf-icon-seal-exclamation:before {
  content: "\eb3a";
}

.wf-icon-seal-question:before {
  content: "\eb3b";
}

.wf-icon-seat-airline:before {
  content: "\eb3c";
}

.wf-icon-shelves-empty:before {
  content: "\eb3d";
}

.wf-icon-shield-exclamation:before {
  content: "\eb3e";
}

.wf-icon-shield-keyhole:before {
  content: "\eb3f";
}

.wf-icon-shield-minus:before {
  content: "\eb40";
}

.wf-icon-shield-plus:before {
  content: "\eb41";
}

.wf-icon-shield-slash:before {
  content: "\eb42";
}

.wf-icon-shield-xmark:before {
  content: "\eb43";
}

.wf-icon-shower-down:before {
  content: "\eb44";
}

.wf-icon-sidebar:before {
  content: "\eb45";
}

.wf-icon-sidebar-flip:before {
  content: "\eb46";
}

.wf-icon-signal-stream-slash:before {
  content: "\eb47";
}

.wf-icon-sim-cards:before {
  content: "\eb48";
}

.wf-icon-slider:before {
  content: "\eb49";
}

.wf-icon-sliders-simple:before {
  content: "\eb4a";
}

.wf-icon-split:before {
  content: "\eb4b";
}

.wf-icon-square-0:before {
  content: "\eb4c";
}

.wf-icon-square-1:before {
  content: "\eb4d";
}

.wf-icon-square-2:before {
  content: "\eb4e";
}

.wf-icon-square-3:before {
  content: "\eb4f";
}

.wf-icon-square-4:before {
  content: "\eb50";
}

.wf-icon-square-5:before {
  content: "\eb51";
}

.wf-icon-square-6:before {
  content: "\eb52";
}

.wf-icon-square-7:before {
  content: "\eb53";
}

.wf-icon-square-8:before {
  content: "\eb54";
}

.wf-icon-square-9:before {
  content: "\eb55";
}

.wf-icon-square-a:before {
  content: "\eb56";
}

.wf-icon-square-ampersand:before {
  content: "\eb57";
}

.wf-icon-square-arrow-down-left:before {
  content: "\eb58";
}

.wf-icon-square-arrow-down-right:before {
  content: "\eb59";
}

.wf-icon-square-arrow-up-left:before {
  content: "\eb5a";
}

.wf-icon-square-b:before {
  content: "\eb5b";
}

.wf-icon-square-bolt:before {
  content: "\eb5c";
}

.wf-icon-square-c:before {
  content: "\eb5d";
}

.wf-icon-square-code:before {
  content: "\eb5e";
}

.wf-icon-square-d:before {
  content: "\eb5f";
}

.wf-icon-square-dashed:before {
  content: "\eb60";
}

.wf-icon-square-divide:before {
  content: "\eb61";
}

.wf-icon-square-down-left:before {
  content: "\eb62";
}

.wf-icon-square-down-right:before {
  content: "\eb63";
}

.wf-icon-square-e:before {
  content: "\eb64";
}

.wf-icon-square-ellipsis:before {
  content: "\eb65";
}

.wf-icon-square-ellipsis-vertical:before {
  content: "\eb66";
}

.wf-icon-square-f:before {
  content: "\eb67";
}

.wf-icon-square-g:before {
  content: "\eb68";
}

.wf-icon-square-i:before {
  content: "\eb69";
}

.wf-icon-square-j:before {
  content: "\eb6a";
}

.wf-icon-square-k:before {
  content: "\eb6b";
}

.wf-icon-square-l:before {
  content: "\eb6c";
}

.wf-icon-square-m:before {
  content: "\eb6d";
}

.wf-icon-square-n:before {
  content: "\eb6e";
}

.wf-icon-square-o:before {
  content: "\eb6f";
}

.wf-icon-square-p:before {
  content: "\eb70";
}

.wf-icon-square-phone-hangup:before {
  content: "\eb71";
}

.wf-icon-square-q:before {
  content: "\eb72";
}

.wf-icon-square-r:before {
  content: "\eb73";
}

.wf-icon-square-s:before {
  content: "\eb74";
}

.wf-icon-square-small:before {
  content: "\eb75";
}

.wf-icon-square-star:before {
  content: "\eb76";
}

.wf-icon-square-t:before {
  content: "\eb77";
}

.wf-icon-square-u:before {
  content: "\eb78";
}

.wf-icon-square-up-left:before {
  content: "\eb79";
}

.wf-icon-square-user:before {
  content: "\eb7a";
}

.wf-icon-square-v:before {
  content: "\eb7b";
}

.wf-icon-square-w:before {
  content: "\eb7c";
}

.wf-icon-square-x:before {
  content: "\eb7d";
}

.wf-icon-square-y:before {
  content: "\eb7e";
}

.wf-icon-square-z:before {
  content: "\eb7f";
}

.wf-icon-stairs:before {
  content: "\eb80";
}

.wf-icon-standard-definition:before {
  content: "\eb81";
}

.wf-icon-star-sharp:before {
  content: "\eb82";
}

.wf-icon-star-sharp-half:before {
  content: "\eb83";
}

.wf-icon-star-sharp-half-stroke:before {
  content: "\eb84";
}

.wf-icon-starfighter-twin-ion-engine-advanced:before {
  content: "\eb85";
}

.wf-icon-sun-bright:before {
  content: "\eb86";
}

.wf-icon-table-layout:before {
  content: "\eb87";
}

.wf-icon-table-pivot:before {
  content: "\eb88";
}

.wf-icon-table-rows:before {
  content: "\eb89";
}

.wf-icon-table-tree:before {
  content: "\eb8a";
}

.wf-icon-tally-1:before {
  content: "\eb8b";
}

.wf-icon-tally-2:before {
  content: "\eb8c";
}

.wf-icon-tally-3:before {
  content: "\eb8d";
}

.wf-icon-tally-4:before {
  content: "\eb8e";
}

.wf-icon-taxi-bus:before {
  content: "\eb8f";
}

.wf-icon-temperature-list:before {
  content: "\eb90";
}

.wf-icon-ticket-airline:before {
  content: "\eb91";
}

.wf-icon-tickets-airline:before {
  content: "\eb92";
}

.wf-icon-timeline:before {
  content: "\eb93";
}

.wf-icon-timeline-arrow:before {
  content: "\eb94";
}

.wf-icon-timer:before {
  content: "\eb95";
}

.wf-icon-toilet-paper-blank-under:before {
  content: "\eb96";
}

.wf-icon-toilet-paper-under:before {
  content: "\eb97";
}

.wf-icon-toilet-paper-under-slash:before {
  content: "\eb98";
}

.wf-icon-tower-control:before {
  content: "\eb99";
}

.wf-icon-train-subway-tunnel:before {
  content: "\eb9a";
}

.wf-icon-transformer-bolt:before {
  content: "\eb9b";
}

.wf-icon-transporter-4:before {
  content: "\eb9c";
}

.wf-icon-transporter-5:before {
  content: "\eb9d";
}

.wf-icon-transporter-6:before {
  content: "\eb9e";
}

.wf-icon-transporter-7:before {
  content: "\eb9f";
}

.wf-icon-trash-can-check:before {
  content: "\eba0";
}

.wf-icon-trash-can-clock:before {
  content: "\eba1";
}

.wf-icon-trash-can-list:before {
  content: "\eba2";
}

.wf-icon-trash-can-plus:before {
  content: "\eba3";
}

.wf-icon-trash-can-slash:before {
  content: "\eba4";
}

.wf-icon-trash-can-xmark:before {
  content: "\eba5";
}

.wf-icon-trash-check:before {
  content: "\eba6";
}

.wf-icon-trash-clock:before {
  content: "\eba7";
}

.wf-icon-trash-list:before {
  content: "\eba8";
}

.wf-icon-trash-plus:before {
  content: "\eba9";
}

.wf-icon-trash-slash:before {
  content: "\ebaa";
}

.wf-icon-trash-xmark:before {
  content: "\ebab";
}

.wf-icon-truck-container-empty:before {
  content: "\ebac";
}

.wf-icon-truck-flatbed:before {
  content: "\ebad";
}

.wf-icon-truck-front:before {
  content: "\ebae";
}

.wf-icon-truck-tow:before {
  content: "\ebaf";
}

.wf-icon-tty-answer:before {
  content: "\ebb0";
}

.wf-icon-tugrik-sign:before {
  content: "\ebb1";
}

.wf-icon-turkish-lira-sign:before {
  content: "\ebb2";
}

.wf-icon-umbrella-simple:before {
  content: "\ebb3";
}

.wf-icon-up-left:before {
  content: "\ebb4";
}

.wf-icon-up-right:before {
  content: "\ebb5";
}

.wf-icon-user-bounty-hunter:before {
  content: "\ebb6";
}

.wf-icon-user-pilot:before {
  content: "\ebb7";
}

.wf-icon-user-pilot-tie:before {
  content: "\ebb8";
}

.wf-icon-user-shakespeare:before {
  content: "\ebb9";
}

.wf-icon-utility-pole:before {
  content: "\ebba";
}

.wf-icon-utility-pole-double:before {
  content: "\ebbb";
}

.wf-icon-vault:before {
  content: "\ebbc";
}

.wf-icon-vector-circle:before {
  content: "\ebbd";
}

.wf-icon-vector-polygon:before {
  content: "\ebbe";
}

.wf-icon-video-arrow-down-left:before {
  content: "\ebbf";
}

.wf-icon-video-arrow-up-right:before {
  content: "\ebc0";
}

.wf-icon-wand-magic-sparkles:before {
  content: "\ebc1";
}

.wf-icon-watch-apple:before {
  content: "\ebc2";
}

.wf-icon-watch-smart:before {
  content: "\ebc3";
}

.wf-icon-wheat-awn:before {
  content: "\ebc4";
}

.wf-icon-wheelchair-move:before {
  content: "\ebc5";
}

.wf-icon-wifi-exclamation:before {
  content: "\ebc6";
}

.wf-icon-wrench-simple:before {
  content: "\ebc7";
}

.wf-icon-robot-astromech:before {
  content: "\ebc8";
}

.wf-icon-360-degrees:before {
  content: "\ebc9";
}

.wf-icon-aperture:before {
  content: "\ebca";
}

.wf-icon-arrow-turn-down-left:before {
  content: "\ebcb";
}

.wf-icon-balloon:before {
  content: "\ebcc";
}

.wf-icon-balloons:before {
  content: "\ebcd";
}

.wf-icon-banana:before {
  content: "\ebce";
}

.wf-icon-bangladeshi-taka-sign:before {
  content: "\ebcf";
}

.wf-icon-bench-tree:before {
  content: "\ebd0";
}

.wf-icon-blueberries:before {
  content: "\ebd1";
}

.wf-icon-bowl-chopsticks:before {
  content: "\ebd2";
}

.wf-icon-bowl-chopsticks-noodles:before {
  content: "\ebd3";
}

.wf-icon-bowl-rice:before {
  content: "\ebd4";
}

.wf-icon-briefcase-arrow-right:before {
  content: "\ebd5";
}

.wf-icon-citrus:before {
  content: "\ebd6";
}

.wf-icon-citrus-slice:before {
  content: "\ebd7";
}

.wf-icon-coconut:before {
  content: "\ebd8";
}

.wf-icon-display-slash:before {
  content: "\ebd9";
}

.wf-icon-face-explode:before {
  content: "\ebda";
}

.wf-icon-face-viewfinder:before {
  content: "\ebdb";
}

.wf-icon-family:before {
  content: "\ebdc";
}

.wf-icon-family-dress:before {
  content: "\ebdd";
}

.wf-icon-family-pants:before {
  content: "\ebde";
}

.wf-icon-fence:before {
  content: "\ebdf";
}

.wf-icon-fish-bones:before {
  content: "\ebe0";
}

.wf-icon-grapes:before {
  content: "\ebe1";
}

.wf-icon-grid-horizontal:before {
  content: "\ebe2";
}

.wf-icon-kiwi-fruit:before {
  content: "\ebe3";
}

.wf-icon-mango:before {
  content: "\ebe4";
}

.wf-icon-melon:before {
  content: "\ebe5";
}

.wf-icon-melon-slice:before {
  content: "\ebe6";
}

.wf-icon-money-from-bracket:before {
  content: "\ebe7";
}

.wf-icon-money-simple-from-bracket:before {
  content: "\ebe8";
}

.wf-icon-olive:before {
  content: "\ebe9";
}

.wf-icon-olive-branch:before {
  content: "\ebea";
}

.wf-icon-option:before {
  content: "\ebeb";
}

.wf-icon-party-bell:before {
  content: "\ebec";
}

.wf-icon-party-horn:before {
  content: "\ebed";
}

.wf-icon-peapod:before {
  content: "\ebee";
}

.wf-icon-person-pregnant:before {
  content: "\ebef";
}

.wf-icon-pineapple:before {
  content: "\ebf0";
}

.wf-icon-rectangle-code:before {
  content: "\ebf1";
}

.wf-icon-rectangles-mixed:before {
  content: "\ebf2";
}

.wf-icon-roller-coaster:before {
  content: "\ebf3";
}

.wf-icon-square-quote:before {
  content: "\ebf4";
}

.wf-icon-square-terminal:before {
  content: "\ebf5";
}

.wf-icon-strawberry:before {
  content: "\ebf6";
}

.wf-icon-table-picnic:before {
  content: "\ebf7";
}

.wf-icon-thought-bubble:before {
  content: "\ebf8";
}

.wf-icon-tick:before {
  content: "\ebf9";
}

.wf-icon-tomato:before {
  content: "\ebfa";
}

.wf-icon-turn-down-left:before {
  content: "\ebfb";
}

.wf-icon-user-police:before {
  content: "\ebfc";
}

.wf-icon-user-police-tie:before {
  content: "\ebfd";
}

.wf-icon-watermelon-slice:before {
  content: "\ebfe";
}

.wf-icon-wheat-awn-slash:before {
  content: "\ebff";
}

.wf-icon-wheat-slash:before {
  content: "\ec00";
}

.wf-icon-badminton:before {
  content: "\ec01";
}

.wf-icon-binary:before {
  content: "\ec02";
}

.wf-icon-binary-circle-check:before {
  content: "\ec03";
}

.wf-icon-binary-lock:before {
  content: "\ec04";
}

.wf-icon-binary-slash:before {
  content: "\ec05";
}

.wf-icon-boot-heeled:before {
  content: "\ec06";
}

.wf-icon-car-bolt:before {
  content: "\ec07";
}

.wf-icon-car-circle-bolt:before {
  content: "\ec08";
}

.wf-icon-car-mirrors:before {
  content: "\ec09";
}

.wf-icon-car-side-bolt:before {
  content: "\ec0a";
}

.wf-icon-clock-eight:before {
  content: "\ec0b";
}

.wf-icon-clock-eight-thirty:before {
  content: "\ec0c";
}

.wf-icon-clock-eleven:before {
  content: "\ec0d";
}

.wf-icon-clock-eleven-thirty:before {
  content: "\ec0e";
}

.wf-icon-clock-five:before {
  content: "\ec0f";
}

.wf-icon-clock-five-thirty:before {
  content: "\ec10";
}

.wf-icon-clock-four-thirty:before {
  content: "\ec11";
}

.wf-icon-clock-nine:before {
  content: "\ec12";
}

.wf-icon-clock-nine-thirty:before {
  content: "\ec13";
}

.wf-icon-clock-one:before {
  content: "\ec14";
}

.wf-icon-clock-one-thirty:before {
  content: "\ec15";
}

.wf-icon-clock-seven:before {
  content: "\ec16";
}

.wf-icon-clock-seven-thirty:before {
  content: "\ec17";
}

.wf-icon-clock-six:before {
  content: "\ec18";
}

.wf-icon-clock-six-thirty:before {
  content: "\ec19";
}

.wf-icon-clock-ten:before {
  content: "\ec1a";
}

.wf-icon-clock-ten-thirty:before {
  content: "\ec1b";
}

.wf-icon-clock-three:before {
  content: "\ec1c";
}

.wf-icon-clock-three-thirty:before {
  content: "\ec1d";
}

.wf-icon-clock-twelve:before {
  content: "\ec1e";
}

.wf-icon-clock-twelve-thirty:before {
  content: "\ec1f";
}

.wf-icon-clock-two:before {
  content: "\ec20";
}

.wf-icon-clock-two-thirty:before {
  content: "\ec21";
}

.wf-icon-cloud-check:before {
  content: "\ec22";
}

.wf-icon-cloud-minus:before {
  content: "\ec23";
}

.wf-icon-cloud-plus:before {
  content: "\ec24";
}

.wf-icon-cloud-xmark:before {
  content: "\ec25";
}

.wf-icon-columns-3:before {
  content: "\ec26";
}

.wf-icon-crystal-ball:before {
  content: "\ec27";
}

.wf-icon-cup-straw:before {
  content: "\ec28";
}

.wf-icon-cup-straw-swoosh:before {
  content: "\ec29";
}

.wf-icon-distribute-spacing-horizontal:before {
  content: "\ec2a";
}

.wf-icon-distribute-spacing-vertical:before {
  content: "\ec2b";
}

.wf-icon-eyes:before {
  content: "\ec2c";
}

.wf-icon-face-angry-horns:before {
  content: "\ec2d";
}

.wf-icon-face-anguished:before {
  content: "\ec2e";
}

.wf-icon-face-anxious-sweat:before {
  content: "\ec2f";
}

.wf-icon-face-astonished:before {
  content: "\ec30";
}

.wf-icon-face-confounded:before {
  content: "\ec31";
}

.wf-icon-face-confused:before {
  content: "\ec32";
}

.wf-icon-face-cowboy-hat:before {
  content: "\ec33";
}

.wf-icon-face-disappointed:before {
  content: "\ec34";
}

.wf-icon-face-disguise:before {
  content: "\ec35";
}

.wf-icon-face-downcast-sweat:before {
  content: "\ec36";
}

.wf-icon-face-drooling:before {
  content: "\ec37";
}

.wf-icon-face-expressionless:before {
  content: "\ec38";
}

.wf-icon-face-eyes-xmarks:before {
  content: "\ec39";
}

.wf-icon-face-fearful:before {
  content: "\ec3a";
}

.wf-icon-face-frown-slight:before {
  content: "\ec3b";
}

.wf-icon-face-glasses:before {
  content: "\ec3c";
}

.wf-icon-face-hand-over-mouth:before {
  content: "\ec3d";
}

.wf-icon-face-hand-yawn:before {
  content: "\ec3e";
}

.wf-icon-face-head-bandage:before {
  content: "\ec3f";
}

.wf-icon-face-hushed:before {
  content: "\ec40";
}

.wf-icon-face-icicles:before {
  content: "\ec41";
}

.wf-icon-face-kiss-closed-eyes:before {
  content: "\ec42";
}

.wf-icon-face-lying:before {
  content: "\ec43";
}

.wf-icon-face-mask:before {
  content: "\ec44";
}

.wf-icon-face-monocle:before {
  content: "\ec45";
}

.wf-icon-face-nauseated:before {
  content: "\ec46";
}

.wf-icon-face-nose-steam:before {
  content: "\ec47";
}

.wf-icon-face-party:before {
  content: "\ec48";
}

.wf-icon-face-pensive:before {
  content: "\ec49";
}

.wf-icon-face-persevering:before {
  content: "\ec4a";
}

.wf-icon-face-pleading:before {
  content: "\ec4b";
}

.wf-icon-face-pouting:before {
  content: "\ec4c";
}

.wf-icon-face-raised-eyebrow:before {
  content: "\ec4d";
}

.wf-icon-face-relieved:before {
  content: "\ec4e";
}

.wf-icon-face-sad-sweat:before {
  content: "\ec4f";
}

.wf-icon-face-scream:before {
  content: "\ec50";
}

.wf-icon-face-shush:before {
  content: "\ec51";
}

.wf-icon-face-sleeping:before {
  content: "\ec52";
}

.wf-icon-face-sleepy:before {
  content: "\ec53";
}

.wf-icon-face-smile-halo:before {
  content: "\ec54";
}

.wf-icon-face-smile-hearts:before {
  content: "\ec55";
}

.wf-icon-face-smile-horns:before {
  content: "\ec56";
}

.wf-icon-face-smile-relaxed:before {
  content: "\ec57";
}

.wf-icon-face-smile-tear:before {
  content: "\ec58";
}

.wf-icon-face-smile-tongue:before {
  content: "\ec59";
}

.wf-icon-face-smile-upside-down:before {
  content: "\ec5a";
}

.wf-icon-face-smiling-hands:before {
  content: "\ec5b";
}

.wf-icon-face-smirking:before {
  content: "\ec5c";
}

.wf-icon-face-sunglasses:before {
  content: "\ec5d";
}

.wf-icon-face-swear:before {
  content: "\ec5e";
}

.wf-icon-face-thermometer:before {
  content: "\ec5f";
}

.wf-icon-face-thinking:before {
  content: "\ec60";
}

.wf-icon-face-tissue:before {
  content: "\ec61";
}

.wf-icon-face-tongue-money:before {
  content: "\ec62";
}

.wf-icon-face-tongue-sweat:before {
  content: "\ec63";
}

.wf-icon-face-unamused:before {
  content: "\ec64";
}

.wf-icon-face-vomit:before {
  content: "\ec65";
}

.wf-icon-face-weary:before {
  content: "\ec66";
}

.wf-icon-face-woozy:before {
  content: "\ec67";
}

.wf-icon-face-worried:before {
  content: "\ec68";
}

.wf-icon-face-zany:before {
  content: "\ec69";
}

.wf-icon-face-zipper:before {
  content: "\ec6a";
}

.wf-icon-file-lock:before {
  content: "\ec6b";
}

.wf-icon-file-slash:before {
  content: "\ec6c";
}

.wf-icon-fishing-rod:before {
  content: "\ec6d";
}

.wf-icon-flying-disc:before {
  content: "\ec6e";
}

.wf-icon-gallery-thumbnails:before {
  content: "\ec6f";
}

.wf-icon-goal-net:before {
  content: "\ec70";
}

.wf-icon-golf-flag-hole:before {
  content: "\ec71";
}

.wf-icon-grid-dividers:before {
  content: "\ec72";
}

.wf-icon-hockey-stick-puck:before {
  content: "\ec73";
}

.wf-icon-house-chimney:before {
  content: "\ec74";
}

.wf-icon-house-chimney-blank:before {
  content: "\ec75";
}

.wf-icon-house-crack:before {
  content: "\ec76";
}

.wf-icon-house-medical:before {
  content: "\ec77";
}

.wf-icon-house-window:before {
  content: "\ec78";
}

.wf-icon-key-skeleton-left-right:before {
  content: "\ec79";
}

.wf-icon-lacrosse-stick:before {
  content: "\ec7a";
}

.wf-icon-lacrosse-stick-ball:before {
  content: "\ec7b";
}

.wf-icon-mask-snorkel:before {
  content: "\ec7c";
}

.wf-icon-message-bot:before {
  content: "\ec7d";
}

.wf-icon-moped:before {
  content: "\ec7e";
}

.wf-icon-nesting-dolls:before {
  content: "\ec7f";
}

.wf-icon-objects-align-bottom:before {
  content: "\ec80";
}

.wf-icon-objects-align-center-horizontal:before {
  content: "\ec81";
}

.wf-icon-objects-align-center-vertical:before {
  content: "\ec82";
}

.wf-icon-objects-align-left:before {
  content: "\ec83";
}

.wf-icon-objects-align-right:before {
  content: "\ec84";
}

.wf-icon-objects-align-top:before {
  content: "\ec85";
}

.wf-icon-objects-column:before {
  content: "\ec86";
}

.wf-icon-paperclip-vertical:before {
  content: "\ec87";
}

.wf-icon-pinata:before {
  content: "\ec88";
}

.wf-icon-pipe-smoking:before {
  content: "\ec89";
}

.wf-icon-pool-8-ball:before {
  content: "\ec8a";
}

.wf-icon-rugby-ball:before {
  content: "\ec8b";
}

.wf-icon-shirt-long-sleeve:before {
  content: "\ec8c";
}

.wf-icon-shirt-running:before {
  content: "\ec8d";
}

.wf-icon-shirt-tank-top:before {
  content: "\ec8e";
}

.wf-icon-signature-lock:before {
  content: "\ec8f";
}

.wf-icon-signature-slash:before {
  content: "\ec90";
}

.wf-icon-ski-boot:before {
  content: "\ec91";
}

.wf-icon-ski-boot-ski:before {
  content: "\ec92";
}

.wf-icon-slot-machine:before {
  content: "\ec93";
}

.wf-icon-teddy-bear:before {
  content: "\ec94";
}

.wf-icon-truck-bolt:before {
  content: "\ec95";
}

.wf-icon-uniform-martial-arts:before {
  content: "\ec96";
}

.wf-icon-user-chef:before {
  content: "\ec97";
}

.wf-icon-user-hair-buns:before {
  content: "\ec98";
}

.wf-icon-arrow-left-long-to-line:before {
  content: "\ec99";
}

.wf-icon-arrow-right-long-to-line:before {
  content: "\ec9a";
}

.wf-icon-arrow-turn-down-right:before {
  content: "\ec9b";
}

.wf-icon-bagel:before {
  content: "\ec9c";
}

.wf-icon-baguette:before {
  content: "\ec9d";
}

.wf-icon-blanket-fire:before {
  content: "\ec9e";
}

.wf-icon-block-brick:before {
  content: "\ec9f";
}

.wf-icon-block-brick-fire:before {
  content: "\eca0";
}

.wf-icon-block-question:before {
  content: "\eca1";
}

.wf-icon-bowl-scoop:before {
  content: "\eca2";
}

.wf-icon-bowl-scoops:before {
  content: "\eca3";
}

.wf-icon-bowl-spoon:before {
  content: "\eca4";
}

.wf-icon-bread-slice-butter:before {
  content: "\eca5";
}

.wf-icon-broccoli:before {
  content: "\eca6";
}

.wf-icon-burger-lettuce:before {
  content: "\eca7";
}

.wf-icon-butter:before {
  content: "\eca8";
}

.wf-icon-cake-slice:before {
  content: "\eca9";
}

.wf-icon-can-food:before {
  content: "\ecaa";
}

.wf-icon-candy:before {
  content: "\ecab";
}

.wf-icon-candy-bar:before {
  content: "\ecac";
}

.wf-icon-card-club:before {
  content: "\ecad";
}

.wf-icon-card-diamond:before {
  content: "\ecae";
}

.wf-icon-card-heart:before {
  content: "\ecaf";
}

.wf-icon-card-spade:before {
  content: "\ecb0";
}

.wf-icon-cards:before {
  content: "\ecb1";
}

.wf-icon-cart-arrow-up:before {
  content: "\ecb2";
}

.wf-icon-cart-circle-arrow-down:before {
  content: "\ecb3";
}

.wf-icon-cart-circle-arrow-up:before {
  content: "\ecb4";
}

.wf-icon-cart-circle-check:before {
  content: "\ecb5";
}

.wf-icon-cart-circle-exclamation:before {
  content: "\ecb6";
}

.wf-icon-cart-circle-plus:before {
  content: "\ecb7";
}

.wf-icon-cart-circle-xmark:before {
  content: "\ecb8";
}

.wf-icon-cent-sign:before {
  content: "\ecb9";
}

.wf-icon-chestnut:before {
  content: "\ecba";
}

.wf-icon-chopsticks:before {
  content: "\ecbb";
}

.wf-icon-circle-quarters:before {
  content: "\ecbc";
}

.wf-icon-code-pull-request-closed:before {
  content: "\ecbd";
}

.wf-icon-code-pull-request-draft:before {
  content: "\ecbe";
}

.wf-icon-coin-blank:before {
  content: "\ecbf";
}

.wf-icon-coin-front:before {
  content: "\ecc0";
}

.wf-icon-coin-vertical:before {
  content: "\ecc1";
}

.wf-icon-corner:before {
  content: "\ecc2";
}

.wf-icon-crab:before {
  content: "\ecc3";
}

.wf-icon-soft-serve:before {
  content: "\ecc4";
}

.wf-icon-cucumber:before {
  content: "\ecc5";
}

.wf-icon-cupcake:before {
  content: "\ecc6";
}

.wf-icon-custard:before {
  content: "\ecc7";
}

.wf-icon-dash:before {
  content: "\ecc8";
}

.wf-icon-diamond-exclamation:before {
  content: "\ecc9";
}

.wf-icon-donut:before {
  content: "\ecca";
}

.wf-icon-down-from-dotted-line:before {
  content: "\eccb";
}

.wf-icon-down-to-dotted-line:before {
  content: "\eccc";
}

.wf-icon-face-awesome:before {
  content: "\eccd";
}

.wf-icon-falafel:before {
  content: "\ecce";
}

.wf-icon-flatbread:before {
  content: "\eccf";
}

.wf-icon-flatbread-stuffed:before {
  content: "\ecd0";
}

.wf-icon-fondue-pot:before {
  content: "\ecd1";
}

.wf-icon-garlic:before {
  content: "\ecd2";
}

.wf-icon-grip-dots:before {
  content: "\ecd3";
}

.wf-icon-grip-dots-vertical:before {
  content: "\ecd4";
}

.wf-icon-h5:before {
  content: "\ecd5";
}

.wf-icon-h6:before {
  content: "\ecd6";
}

.wf-icon-hammer-crash:before {
  content: "\ecd7";
}

.wf-icon-hashtag-lock:before {
  content: "\ecd8";
}

.wf-icon-hexagon-check:before {
  content: "\ecd9";
}

.wf-icon-hexagon-exclamation:before {
  content: "\ecda";
}

.wf-icon-honey-pot:before {
  content: "\ecdb";
}

.wf-icon-hose:before {
  content: "\ecdc";
}

.wf-icon-hose-reel:before {
  content: "\ecdd";
}

.wf-icon-hourglass-clock:before {
  content: "\ecde";
}

.wf-icon-hundred-points:before {
  content: "\ecdf";
}

.wf-icon-leafy-green:before {
  content: "\ece0";
}

.wf-icon-left-long-to-line:before {
  content: "\ece1";
}

.wf-icon-light-emergency:before {
  content: "\ece2";
}

.wf-icon-light-emergency-on:before {
  content: "\ece3";
}

.wf-icon-lobster:before {
  content: "\ece4";
}

.wf-icon-lock-a:before {
  content: "\ece5";
}

.wf-icon-lock-hashtag:before {
  content: "\ece6";
}

.wf-icon-lollipop:before {
  content: "\ece7";
}

.wf-icon-mushroom:before {
  content: "\ece8";
}

.wf-icon-octagon-check:before {
  content: "\ece9";
}

.wf-icon-onion:before {
  content: "\ecea";
}

.wf-icon-page:before {
  content: "\eceb";
}

.wf-icon-page-caret-down:before {
  content: "\ecec";
}

.wf-icon-page-caret-up:before {
  content: "\eced";
}

.wf-icon-pan-food:before {
  content: "\ecee";
}

.wf-icon-pan-frying:before {
  content: "\ecef";
}

.wf-icon-pancakes:before {
  content: "\ecf0";
}

.wf-icon-panel-ews:before {
  content: "\ecf1";
}

.wf-icon-panel-fire:before {
  content: "\ecf2";
}

.wf-icon-peanut:before {
  content: "\ecf3";
}

.wf-icon-peanuts:before {
  content: "\ecf4";
}

.wf-icon-pepper:before {
  content: "\ecf5";
}

.wf-icon-person-to-door:before {
  content: "\ecf6";
}

.wf-icon-phone-intercom:before {
  content: "\ecf7";
}

.wf-icon-pickleball:before {
  content: "\ecf8";
}

.wf-icon-pipe-circle-check:before {
  content: "\ecf9";
}

.wf-icon-pipe-collar:before {
  content: "\ecfa";
}

.wf-icon-pipe-section:before {
  content: "\ecfb";
}

.wf-icon-pipe-valve:before {
  content: "\ecfc";
}

.wf-icon-plate-utensils:before {
  content: "\ecfd";
}

.wf-icon-plus-minus:before {
  content: "\ecfe";
}

.wf-icon-pompebled:before {
  content: "\ecff";
}

.wf-icon-popsicle:before {
  content: "\ed00";
}

.wf-icon-pot-food:before {
  content: "\ed01";
}

.wf-icon-potato:before {
  content: "\ed02";
}

.wf-icon-pretzel:before {
  content: "\ed03";
}

.wf-icon-pump:before {
  content: "\ed04";
}

.wf-icon-puzzle:before {
  content: "\ed05";
}

.wf-icon-right-long-to-line:before {
  content: "\ed06";
}

.wf-icon-sailboat:before {
  content: "\ed07";
}

.wf-icon-salt-shaker:before {
  content: "\ed08";
}

.wf-icon-section:before {
  content: "\ed09";
}

.wf-icon-shrimp:before {
  content: "\ed0a";
}

.wf-icon-shutters:before {
  content: "\ed0b";
}

.wf-icon-sportsball:before {
  content: "\ed0c";
}

.wf-icon-sprinkler-ceiling:before {
  content: "\ed0d";
}

.wf-icon-square-a-lock:before {
  content: "\ed0e";
}

.wf-icon-square-quarters:before {
  content: "\ed0f";
}

.wf-icon-square-ring:before {
  content: "\ed10";
}

.wf-icon-squid:before {
  content: "\ed11";
}

.wf-icon-tamale:before {
  content: "\ed12";
}

.wf-icon-tank-water:before {
  content: "\ed13";
}

.wf-icon-train-track:before {
  content: "\ed14";
}

.wf-icon-train-tunnel:before {
  content: "\ed15";
}

.wf-icon-turn-down-right:before {
  content: "\ed16";
}

.wf-icon-up-from-dotted-line:before {
  content: "\ed17";
}

.wf-icon-up-to-dotted-line:before {
  content: "\ed18";
}

.wf-icon-user-doctor-hair:before {
  content: "\ed19";
}

.wf-icon-user-doctor-hair-long:before {
  content: "\ed1a";
}

.wf-icon-user-hair:before {
  content: "\ed1b";
}

.wf-icon-user-hair-long:before {
  content: "\ed1c";
}

.wf-icon-user-hair-mullet:before {
  content: "\ed1d";
}

.wf-icon-user-nurse-hair:before {
  content: "\ed1e";
}

.wf-icon-user-nurse-hair-long:before {
  content: "\ed1f";
}

.wf-icon-user-tie-hair:before {
  content: "\ed20";
}

.wf-icon-user-tie-hair-long:before {
  content: "\ed21";
}

.wf-icon-user-vneck:before {
  content: "\ed22";
}

.wf-icon-user-vneck-hair:before {
  content: "\ed23";
}

.wf-icon-user-vneck-hair-long:before {
  content: "\ed24";
}

.wf-icon-utensils-slash:before {
  content: "\ed25";
}

.wf-icon-vent-damper:before {
  content: "\ed26";
}

.wf-icon-waffle:before {
  content: "\ed27";
}

.wf-icon-00:before {
  content: "\ed28";
}

.wf-icon-apartment:before {
  content: "\ed29";
}

.wf-icon-bird:before {
  content: "\ed2a";
}

.wf-icon-block:before {
  content: "\ed2b";
}

.wf-icon-bowl-soft-serve:before {
  content: "\ed2c";
}

.wf-icon-brazilian-real-sign:before {
  content: "\ed2d";
}

.wf-icon-cabin:before {
  content: "\ed2e";
}

.wf-icon-calendar-circle-exclamation:before {
  content: "\ed2f";
}

.wf-icon-calendar-circle-minus:before {
  content: "\ed30";
}

.wf-icon-calendar-circle-plus:before {
  content: "\ed31";
}

.wf-icon-calendar-circle-user:before {
  content: "\ed32";
}

.wf-icon-calendar-lines-pen:before {
  content: "\ed33";
}

.wf-icon-chart-simple:before {
  content: "\ed34";
}

.wf-icon-chart-simple-horizontal:before {
  content: "\ed35";
}

.wf-icon-diagram-cells:before {
  content: "\ed36";
}

.wf-icon-diagram-next:before {
  content: "\ed37";
}

.wf-icon-diagram-predecessor:before {
  content: "\ed38";
}

.wf-icon-diagram-previous:before {
  content: "\ed39";
}

.wf-icon-diagram-subtask:before {
  content: "\ed3a";
}

.wf-icon-diagram-successor:before {
  content: "\ed3b";
}

.wf-icon-earth-oceania:before {
  content: "\ed3c";
}

.wf-icon-face-beam-hand-over-mouth:before {
  content: "\ed3d";
}

.wf-icon-face-clouds:before {
  content: "\ed3e";
}

.wf-icon-face-diagonal-mouth:before {
  content: "\ed3f";
}

.wf-icon-face-dotted:before {
  content: "\ed40";
}

.wf-icon-face-exhaling:before {
  content: "\ed41";
}

.wf-icon-face-hand-peeking:before {
  content: "\ed42";
}

.wf-icon-face-holding-back-tears:before {
  content: "\ed43";
}

.wf-icon-face-melting:before {
  content: "\ed44";
}

.wf-icon-face-saluting:before {
  content: "\ed45";
}

.wf-icon-face-spiral-eyes:before {
  content: "\ed46";
}

.wf-icon-fort:before {
  content: "\ed47";
}

.wf-icon-house-blank:before {
  content: "\ed48";
}

.wf-icon-square-kanban:before {
  content: "\ed49";
}

.wf-icon-square-list:before {
  content: "\ed4a";
}

.wf-icon-sushi:before {
  content: "\ed4b";
}

.wf-icon-sushi-roll:before {
  content: "\ed4c";
}

.wf-icon-album-circle-plus:before {
  content: "\ed4d";
}

.wf-icon-album-circle-user:before {
  content: "\ed4e";
}

.wf-icon-album-collection-circle-plus:before {
  content: "\ed4f";
}

.wf-icon-album-collection-circle-user:before {
  content: "\ed50";
}

.wf-icon-bug-slash:before {
  content: "\ed51";
}

.wf-icon-cloud-exclamation:before {
  content: "\ed52";
}

.wf-icon-cloud-question:before {
  content: "\ed53";
}

.wf-icon-file-circle-info:before {
  content: "\ed54";
}

.wf-icon-file-circle-plus:before {
  content: "\ed55";
}

.wf-icon-frame:before {
  content: "\ed56";
}

.wf-icon-gauge-circle-bolt:before {
  content: "\ed57";
}

.wf-icon-gauge-circle-minus:before {
  content: "\ed58";
}

.wf-icon-gauge-circle-plus:before {
  content: "\ed59";
}

.wf-icon-memo-circle-info:before {
  content: "\ed5a";
}

.wf-icon-object-exclude:before {
  content: "\ed5b";
}

.wf-icon-object-intersect:before {
  content: "\ed5c";
}

.wf-icon-object-subtract:before {
  content: "\ed5d";
}

.wf-icon-object-union:before {
  content: "\ed5e";
}

.wf-icon-pen-nib-slash:before {
  content: "\ed5f";
}

.wf-icon-rectangle-history:before {
  content: "\ed60";
}

.wf-icon-rectangle-history-circle-plus:before {
  content: "\ed61";
}

.wf-icon-rectangle-history-circle-user:before {
  content: "\ed62";
}

.wf-icon-shop-lock:before {
  content: "\ed63";
}

.wf-icon-store-lock:before {
  content: "\ed64";
}

.wf-icon-user-robot-xmarks:before {
  content: "\ed65";
}

.wf-icon-virus-covid:before {
  content: "\ed66";
}

.wf-icon-virus-covid-slash:before {
  content: "\ed67";
}

.wf-icon-anchor-circle-check:before {
  content: "\ed68";
}

.wf-icon-anchor-circle-exclamation:before {
  content: "\ed69";
}

.wf-icon-anchor-circle-xmark:before {
  content: "\ed6a";
}

.wf-icon-anchor-lock:before {
  content: "\ed6b";
}

.wf-icon-arrow-down-to-arc:before {
  content: "\ed6c";
}

.wf-icon-arrow-down-up-across-line:before {
  content: "\ed6d";
}

.wf-icon-arrow-down-up-lock:before {
  content: "\ed6e";
}

.wf-icon-arrow-right-from-arc:before {
  content: "\ed6f";
}

.wf-icon-arrow-right-to-arc:before {
  content: "\ed70";
}

.wf-icon-arrow-right-to-city:before {
  content: "\ed71";
}

.wf-icon-arrow-up-from-arc:before {
  content: "\ed72";
}

.wf-icon-arrow-up-from-ground-water:before {
  content: "\ed73";
}

.wf-icon-arrow-up-from-water-pump:before {
  content: "\ed74";
}

.wf-icon-arrow-up-right-dots:before {
  content: "\ed75";
}

.wf-icon-arrows-down-to-line:before {
  content: "\ed76";
}

.wf-icon-arrows-down-to-people:before {
  content: "\ed77";
}

.wf-icon-arrows-left-right-to-line:before {
  content: "\ed78";
}

.wf-icon-arrows-spin:before {
  content: "\ed79";
}

.wf-icon-arrows-split-up-and-left:before {
  content: "\ed7a";
}

.wf-icon-arrows-to-circle:before {
  content: "\ed7b";
}

.wf-icon-arrows-to-dot:before {
  content: "\ed7c";
}

.wf-icon-arrows-to-eye:before {
  content: "\ed7d";
}

.wf-icon-arrows-turn-right:before {
  content: "\ed7e";
}

.wf-icon-arrows-turn-to-dots:before {
  content: "\ed7f";
}

.wf-icon-arrows-up-to-line:before {
  content: "\ed80";
}

.wf-icon-bore-hole:before {
  content: "\ed81";
}

.wf-icon-bottle-droplet:before {
  content: "\ed82";
}

.wf-icon-bottle-water:before {
  content: "\ed83";
}

.wf-icon-bowl-food:before {
  content: "\ed84";
}

.wf-icon-boxes-packing:before {
  content: "\ed85";
}

.wf-icon-bridge:before {
  content: "\ed86";
}

.wf-icon-bridge-circle-check:before {
  content: "\ed87";
}

.wf-icon-bridge-circle-exclamation:before {
  content: "\ed88";
}

.wf-icon-bridge-circle-xmark:before {
  content: "\ed89";
}

.wf-icon-bridge-lock:before {
  content: "\ed8a";
}

.wf-icon-bridge-suspension:before {
  content: "\ed8b";
}

.wf-icon-bridge-water:before {
  content: "\ed8c";
}

.wf-icon-bucket:before {
  content: "\ed8d";
}

.wf-icon-bugs:before {
  content: "\ed8e";
}

.wf-icon-building-circle-arrow-right:before {
  content: "\ed8f";
}

.wf-icon-building-circle-check:before {
  content: "\ed90";
}

.wf-icon-building-circle-exclamation:before {
  content: "\ed91";
}

.wf-icon-building-circle-xmark:before {
  content: "\ed92";
}

.wf-icon-building-flag:before {
  content: "\ed93";
}

.wf-icon-building-lock:before {
  content: "\ed94";
}

.wf-icon-building-ngo:before {
  content: "\ed95";
}

.wf-icon-building-shield:before {
  content: "\ed96";
}

.wf-icon-building-un:before {
  content: "\ed97";
}

.wf-icon-building-user:before {
  content: "\ed98";
}

.wf-icon-building-wheat:before {
  content: "\ed99";
}

.wf-icon-burst:before {
  content: "\ed9a";
}

.wf-icon-car-on:before {
  content: "\ed9b";
}

.wf-icon-car-tunnel:before {
  content: "\ed9c";
}

.wf-icon-cards-blank:before {
  content: "\ed9d";
}

.wf-icon-child-rifle:before {
  content: "\ed9e";
}

.wf-icon-children:before {
  content: "\ed9f";
}

.wf-icon-circle-nodes:before {
  content: "\eda0";
}

.wf-icon-clipboard-question:before {
  content: "\eda1";
}

.wf-icon-cloud-showers-water:before {
  content: "\eda2";
}

.wf-icon-computer:before {
  content: "\eda3";
}

.wf-icon-cubes-stacked:before {
  content: "\eda4";
}

.wf-icon-down-to-bracket:before {
  content: "\eda5";
}

.wf-icon-envelope-circle-check:before {
  content: "\eda6";
}

.wf-icon-explosion:before {
  content: "\eda7";
}

.wf-icon-ferry:before {
  content: "\eda8";
}

.wf-icon-file-circle-exclamation:before {
  content: "\eda9";
}

.wf-icon-file-circle-minus:before {
  content: "\edaa";
}

.wf-icon-file-circle-question:before {
  content: "\edab";
}

.wf-icon-file-shield:before {
  content: "\edac";
}

.wf-icon-fire-burner:before {
  content: "\edad";
}

.wf-icon-fish-fins:before {
  content: "\edae";
}

.wf-icon-flask-vial:before {
  content: "\edaf";
}

.wf-icon-glass-water:before {
  content: "\edb0";
}

.wf-icon-glass-water-droplet:before {
  content: "\edb1";
}

.wf-icon-group-arrows-rotate:before {
  content: "\edb2";
}

.wf-icon-hand-holding-hand:before {
  content: "\edb3";
}

.wf-icon-handcuffs:before {
  content: "\edb4";
}

.wf-icon-hands-bound:before {
  content: "\edb5";
}

.wf-icon-hands-holding-child:before {
  content: "\edb6";
}

.wf-icon-hands-holding-circle:before {
  content: "\edb7";
}

.wf-icon-heart-circle-bolt:before {
  content: "\edb8";
}

.wf-icon-heart-circle-check:before {
  content: "\edb9";
}

.wf-icon-heart-circle-exclamation:before {
  content: "\edba";
}

.wf-icon-heart-circle-minus:before {
  content: "\edbb";
}

.wf-icon-heart-circle-plus:before {
  content: "\edbc";
}

.wf-icon-heart-circle-xmark:before {
  content: "\edbd";
}

.wf-icon-helicopter-symbol:before {
  content: "\edbe";
}

.wf-icon-helmet-un:before {
  content: "\edbf";
}

.wf-icon-hexagon-image:before {
  content: "\edc0";
}

.wf-icon-hexagon-vertical-nft:before {
  content: "\edc1";
}

.wf-icon-hexagon-vertical-nft-slanted:before {
  content: "\edc2";
}

.wf-icon-hill-avalanche:before {
  content: "\edc3";
}

.wf-icon-hill-rockslide:before {
  content: "\edc4";
}

.wf-icon-house-circle-check:before {
  content: "\edc5";
}

.wf-icon-house-circle-exclamation:before {
  content: "\edc6";
}

.wf-icon-house-circle-xmark:before {
  content: "\edc7";
}

.wf-icon-house-fire:before {
  content: "\edc8";
}

.wf-icon-house-flag:before {
  content: "\edc9";
}

.wf-icon-house-flood-water:before {
  content: "\edca";
}

.wf-icon-house-flood-water-circle-arrow-right:before {
  content: "\edcb";
}

.wf-icon-house-lock:before {
  content: "\edcc";
}

.wf-icon-house-medical-circle-check:before {
  content: "\edcd";
}

.wf-icon-house-medical-circle-exclamation:before {
  content: "\edce";
}

.wf-icon-house-medical-circle-xmark:before {
  content: "\edcf";
}

.wf-icon-house-medical-flag:before {
  content: "\edd0";
}

.wf-icon-house-tsunami:before {
  content: "\edd1";
}

.wf-icon-jar:before {
  content: "\edd2";
}

.wf-icon-jar-wheat:before {
  content: "\edd3";
}

.wf-icon-jet-fighter-up:before {
  content: "\edd4";
}

.wf-icon-jug-detergent:before {
  content: "\edd5";
}

.wf-icon-kitchen-set:before {
  content: "\edd6";
}

.wf-icon-land-mine-on:before {
  content: "\edd7";
}

.wf-icon-landmark-flag:before {
  content: "\edd8";
}

.wf-icon-laptop-file:before {
  content: "\edd9";
}

.wf-icon-lines-leaning:before {
  content: "\edda";
}

.wf-icon-location-pin-lock:before {
  content: "\eddb";
}

.wf-icon-locust:before {
  content: "\eddc";
}

.wf-icon-magnifying-glass-arrow-right:before {
  content: "\eddd";
}

.wf-icon-magnifying-glass-chart:before {
  content: "\edde";
}

.wf-icon-mars-and-venus-burst:before {
  content: "\eddf";
}

.wf-icon-mask-ventilator:before {
  content: "\ede0";
}

.wf-icon-mattress-pillow:before {
  content: "\ede1";
}

.wf-icon-merge:before {
  content: "\ede2";
}

.wf-icon-mobile-retro:before {
  content: "\ede3";
}

.wf-icon-money-bill-transfer:before {
  content: "\ede4";
}

.wf-icon-money-bill-trend-up:before {
  content: "\ede5";
}

.wf-icon-money-bill-wheat:before {
  content: "\ede6";
}

.wf-icon-mosquito:before {
  content: "\ede7";
}

.wf-icon-mosquito-net:before {
  content: "\ede8";
}

.wf-icon-mound:before {
  content: "\ede9";
}

.wf-icon-mountain-city:before {
  content: "\edea";
}

.wf-icon-mountain-sun:before {
  content: "\edeb";
}

.wf-icon-nfc-symbol:before {
  content: "\edec";
}

.wf-icon-oil-well:before {
  content: "\eded";
}

.wf-icon-people-group:before {
  content: "\edee";
}

.wf-icon-people-line:before {
  content: "\edef";
}

.wf-icon-people-pulling:before {
  content: "\edf0";
}

.wf-icon-people-robbery:before {
  content: "\edf1";
}

.wf-icon-people-roof:before {
  content: "\edf2";
}

.wf-icon-person-arrow-down-to-line:before {
  content: "\edf3";
}

.wf-icon-person-arrow-up-from-line:before {
  content: "\edf4";
}

.wf-icon-person-breastfeeding:before {
  content: "\edf5";
}

.wf-icon-person-burst:before {
  content: "\edf6";
}

.wf-icon-person-cane:before {
  content: "\edf7";
}

.wf-icon-person-chalkboard:before {
  content: "\edf8";
}

.wf-icon-person-circle-check:before {
  content: "\edf9";
}

.wf-icon-person-circle-exclamation:before {
  content: "\edfa";
}

.wf-icon-person-circle-minus:before {
  content: "\edfb";
}

.wf-icon-person-circle-plus:before {
  content: "\edfc";
}

.wf-icon-person-circle-question:before {
  content: "\edfd";
}

.wf-icon-person-circle-xmark:before {
  content: "\edfe";
}

.wf-icon-person-dress-burst:before {
  content: "\edff";
}

.wf-icon-person-drowning:before {
  content: "\ee00";
}

.wf-icon-person-falling:before {
  content: "\ee01";
}

.wf-icon-person-falling-burst:before {
  content: "\ee02";
}

.wf-icon-person-half-dress:before {
  content: "\ee03";
}

.wf-icon-person-harassing:before {
  content: "\ee04";
}

.wf-icon-person-military-pointing:before {
  content: "\ee05";
}

.wf-icon-person-military-rifle:before {
  content: "\ee06";
}

.wf-icon-person-military-to-person:before {
  content: "\ee07";
}

.wf-icon-person-rays:before {
  content: "\ee08";
}

.wf-icon-person-rifle:before {
  content: "\ee09";
}

.wf-icon-person-shelter:before {
  content: "\ee0a";
}

.wf-icon-person-walking-arrow-loop-left:before {
  content: "\ee0b";
}

.wf-icon-person-walking-arrow-right:before {
  content: "\ee0c";
}

.wf-icon-person-walking-dashed-line-arrow-right:before {
  content: "\ee0d";
}

.wf-icon-person-walking-luggage:before {
  content: "\ee0e";
}

.wf-icon-plane-circle-check:before {
  content: "\ee0f";
}

.wf-icon-plane-circle-exclamation:before {
  content: "\ee10";
}

.wf-icon-plane-circle-xmark:before {
  content: "\ee11";
}

.wf-icon-plane-lock:before {
  content: "\ee12";
}

.wf-icon-plate-wheat:before {
  content: "\ee13";
}

.wf-icon-plug-circle-bolt:before {
  content: "\ee14";
}

.wf-icon-plug-circle-check:before {
  content: "\ee15";
}

.wf-icon-plug-circle-exclamation:before {
  content: "\ee16";
}

.wf-icon-plug-circle-minus:before {
  content: "\ee17";
}

.wf-icon-plug-circle-plus:before {
  content: "\ee18";
}

.wf-icon-plug-circle-xmark:before {
  content: "\ee19";
}

.wf-icon-ranking-star:before {
  content: "\ee1a";
}

.wf-icon-road-barrier:before {
  content: "\ee1b";
}

.wf-icon-road-bridge:before {
  content: "\ee1c";
}

.wf-icon-road-circle-check:before {
  content: "\ee1d";
}

.wf-icon-road-circle-exclamation:before {
  content: "\ee1e";
}

.wf-icon-road-circle-xmark:before {
  content: "\ee1f";
}

.wf-icon-road-lock:before {
  content: "\ee20";
}

.wf-icon-road-spikes:before {
  content: "\ee21";
}

.wf-icon-rug:before {
  content: "\ee22";
}

.wf-icon-sack-xmark:before {
  content: "\ee23";
}

.wf-icon-school-circle-check:before {
  content: "\ee24";
}

.wf-icon-school-circle-exclamation:before {
  content: "\ee25";
}

.wf-icon-school-circle-xmark:before {
  content: "\ee26";
}

.wf-icon-school-flag:before {
  content: "\ee27";
}

.wf-icon-school-lock:before {
  content: "\ee28";
}

.wf-icon-sheet-plastic:before {
  content: "\ee29";
}

.wf-icon-shield-cat:before {
  content: "\ee2a";
}

.wf-icon-shield-dog:before {
  content: "\ee2b";
}

.wf-icon-shield-heart:before {
  content: "\ee2c";
}

.wf-icon-shield-quartered:before {
  content: "\ee2d";
}

.wf-icon-square-nfi:before {
  content: "\ee2e";
}

.wf-icon-square-person-confined:before {
  content: "\ee2f";
}

.wf-icon-square-virus:before {
  content: "\ee30";
}

.wf-icon-staff-snake:before {
  content: "\ee31";
}

.wf-icon-sun-plant-wilt:before {
  content: "\ee32";
}

.wf-icon-tarp:before {
  content: "\ee33";
}

.wf-icon-tarp-droplet:before {
  content: "\ee34";
}

.wf-icon-tent:before {
  content: "\ee35";
}

.wf-icon-tent-arrow-down-to-line:before {
  content: "\ee36";
}

.wf-icon-tent-arrow-left-right:before {
  content: "\ee37";
}

.wf-icon-tent-arrow-turn-left:before {
  content: "\ee38";
}

.wf-icon-tent-arrows-down:before {
  content: "\ee39";
}

.wf-icon-tents:before {
  content: "\ee3a";
}

.wf-icon-toilet-portable:before {
  content: "\ee3b";
}

.wf-icon-toilets-portable:before {
  content: "\ee3c";
}

.wf-icon-tower-cell:before {
  content: "\ee3d";
}

.wf-icon-tower-observation:before {
  content: "\ee3e";
}

.wf-icon-tree-city:before {
  content: "\ee3f";
}

.wf-icon-trillium:before {
  content: "\ee40";
}

.wf-icon-trowel:before {
  content: "\ee41";
}

.wf-icon-trowel-bricks:before {
  content: "\ee42";
}

.wf-icon-truck-arrow-right:before {
  content: "\ee43";
}

.wf-icon-truck-droplet:before {
  content: "\ee44";
}

.wf-icon-truck-field:before {
  content: "\ee45";
}

.wf-icon-truck-field-un:before {
  content: "\ee46";
}

.wf-icon-truck-plane:before {
  content: "\ee47";
}

.wf-icon-up-from-bracket:before {
  content: "\ee48";
}

.wf-icon-users-between-lines:before {
  content: "\ee49";
}

.wf-icon-users-line:before {
  content: "\ee4a";
}

.wf-icon-users-rays:before {
  content: "\ee4b";
}

.wf-icon-users-rectangle:before {
  content: "\ee4c";
}

.wf-icon-users-viewfinder:before {
  content: "\ee4d";
}

.wf-icon-vial-circle-check:before {
  content: "\ee4e";
}

.wf-icon-vial-virus:before {
  content: "\ee4f";
}

.wf-icon-wheat-awn-circle-exclamation:before {
  content: "\ee50";
}

.wf-icon-worm:before {
  content: "\ee51";
}

.wf-icon-xmarks-lines:before {
  content: "\ee52";
}

.wf-icon-xmark-large:before {
  content: "\ee53";
}

.wf-icon-child-dress:before {
  content: "\ee54";
}

.wf-icon-child-reaching:before {
  content: "\ee55";
}

.wf-icon-plus-large:before {
  content: "\ee56";
}

.wf-icon-crosshairs-simple:before {
  content: "\ee57";
}

.wf-icon-file-circle-check:before {
  content: "\ee58";
}

.wf-icon-file-circle-xmark:before {
  content: "\ee59";
}

.wf-icon-gamepad-modern:before {
  content: "\ee5a";
}

.wf-icon-grill:before {
  content: "\ee5b";
}

.wf-icon-grill-fire:before {
  content: "\ee5c";
}

.wf-icon-grill-hot:before {
  content: "\ee5d";
}

.wf-icon-lightbulb-cfl:before {
  content: "\ee5e";
}

.wf-icon-lightbulb-cfl-on:before {
  content: "\ee5f";
}

.wf-icon-mouse-field:before {
  content: "\ee60";
}

.wf-icon-person-through-window:before {
  content: "\ee61";
}

.wf-icon-plant-wilt:before {
  content: "\ee62";
}

.wf-icon-ring-diamond:before {
  content: "\ee63";
}

.wf-icon-stapler:before {
  content: "\ee64";
}

.wf-icon-toggle-large-off:before {
  content: "\ee65";
}

.wf-icon-toggle-large-on:before {
  content: "\ee66";
}

.wf-icon-toilet-paper-check:before {
  content: "\ee67";
}

.wf-icon-toilet-paper-xmark:before {
  content: "\ee68";
}

.wf-icon-train-tram:before {
  content: "\ee69";
}

.wf-icon-martini-glass-empty:before {
  content: "\ee6a";
}

.wf-icon-music:before {
  content: "\ee6b";
}

.wf-icon-magnifying-glass:before {
  content: "\ee6c";
}

.wf-icon-heart:before {
  content: "\ee6d";
}

.wf-icon-star:before {
  content: "\ee6e";
}

.wf-icon-user:before {
  content: "\ee6f";
}

.wf-icon-film:before {
  content: "\ee70";
}

.wf-icon-table-cells-large:before {
  content: "\ee71";
}

.wf-icon-table-cells:before {
  content: "\ee72";
}

.wf-icon-table-list:before {
  content: "\ee73";
}

.wf-icon-check:before {
  content: "\ee74";
}

.wf-icon-xmark:before {
  content: "\ee75";
}

.wf-icon-magnifying-glass-plus:before {
  content: "\ee76";
}

.wf-icon-magnifying-glass-minus:before {
  content: "\ee77";
}

.wf-icon-power-off:before {
  content: "\ee78";
}

.wf-icon-signal:before {
  content: "\ee79";
}

.wf-icon-gear:before {
  content: "\ee7a";
}

.wf-icon-house:before {
  content: "\ee7b";
}

.wf-icon-clock:before {
  content: "\ee7c";
}

.wf-icon-road:before {
  content: "\ee7d";
}

.wf-icon-download:before {
  content: "\ee7e";
}

.wf-icon-inbox:before {
  content: "\ee7f";
}

.wf-icon-arrow-rotate-right:before {
  content: "\ee80";
}

.wf-icon-arrows-rotate:before {
  content: "\ee81";
}

.wf-icon-rectangle-list:before {
  content: "\ee82";
}

.wf-icon-lock:before {
  content: "\ee83";
}

.wf-icon-flag:before {
  content: "\ee84";
}

.wf-icon-headphones:before {
  content: "\ee85";
}

.wf-icon-volume-off:before {
  content: "\ee86";
}

.wf-icon-volume-low:before {
  content: "\ee87";
}

.wf-icon-volume-high:before {
  content: "\ee88";
}

.wf-icon-qrcode:before {
  content: "\ee89";
}

.wf-icon-barcode:before {
  content: "\ee8a";
}

.wf-icon-tag:before {
  content: "\ee8b";
}

.wf-icon-tags:before {
  content: "\ee8c";
}

.wf-icon-book:before {
  content: "\ee8d";
}

.wf-icon-bookmark:before {
  content: "\ee8e";
}

.wf-icon-print:before {
  content: "\ee8f";
}

.wf-icon-camera:before {
  content: "\ee90";
}

.wf-icon-font:before {
  content: "\ee91";
}

.wf-icon-bold:before {
  content: "\ee92";
}

.wf-icon-italic:before {
  content: "\ee93";
}

.wf-icon-text-height:before {
  content: "\ee94";
}

.wf-icon-text-width:before {
  content: "\ee95";
}

.wf-icon-align-left:before {
  content: "\ee96";
}

.wf-icon-align-center:before {
  content: "\ee97";
}

.wf-icon-align-right:before {
  content: "\ee98";
}

.wf-icon-align-justify:before {
  content: "\ee99";
}

.wf-icon-list:before {
  content: "\ee9a";
}

.wf-icon-outdent:before {
  content: "\ee9b";
}

.wf-icon-indent:before {
  content: "\ee9c";
}

.wf-icon-video:before {
  content: "\ee9d";
}

.wf-icon-image:before {
  content: "\ee9e";
}

.wf-icon-location-pin:before {
  content: "\ee9f";
}

.wf-icon-circle-half-stroke:before {
  content: "\eea0";
}

.wf-icon-droplet:before {
  content: "\eea1";
}

.wf-icon-pen-to-square:before {
  content: "\eea2";
}

.wf-icon-arrows-up-down-left-right:before {
  content: "\eea3";
}

.wf-icon-backward-step:before {
  content: "\eea4";
}

.wf-icon-backward-fast:before {
  content: "\eea5";
}

.wf-icon-backward:before {
  content: "\eea6";
}

.wf-icon-play:before {
  content: "\eea7";
}

.wf-icon-pause:before {
  content: "\eea8";
}

.wf-icon-stop:before {
  content: "\eea9";
}

.wf-icon-forward:before {
  content: "\eeaa";
}

.wf-icon-forward-fast:before {
  content: "\eeab";
}

.wf-icon-forward-step:before {
  content: "\eeac";
}

.wf-icon-eject:before {
  content: "\eead";
}

.wf-icon-chevron-left:before {
  content: "\eeae";
}

.wf-icon-chevron-right:before {
  content: "\eeaf";
}

.wf-icon-circle-plus:before {
  content: "\eeb0";
}

.wf-icon-circle-minus:before {
  content: "\eeb1";
}

.wf-icon-circle-xmark:before {
  content: "\eeb2";
}

.wf-icon-circle-check:before {
  content: "\eeb3";
}

.wf-icon-circle-question:before {
  content: "\eeb4";
}

.wf-icon-circle-info:before {
  content: "\eeb5";
}

.wf-icon-crosshairs:before {
  content: "\eeb6";
}

.wf-icon-ban:before {
  content: "\eeb7";
}

.wf-icon-arrow-left:before {
  content: "\eeb8";
}

.wf-icon-arrow-right:before {
  content: "\eeb9";
}

.wf-icon-arrow-up:before {
  content: "\eeba";
}

.wf-icon-arrow-down:before {
  content: "\eebb";
}

.wf-icon-share:before {
  content: "\eebc";
}

.wf-icon-expand:before {
  content: "\eebd";
}

.wf-icon-compress:before {
  content: "\eebe";
}

.wf-icon-minus:before {
  content: "\eebf";
}

.wf-icon-circle-exclamation:before {
  content: "\eec0";
}

.wf-icon-gift:before {
  content: "\eec1";
}

.wf-icon-leaf:before {
  content: "\eec2";
}

.wf-icon-fire:before {
  content: "\eec3";
}

.wf-icon-eye:before {
  content: "\eec4";
}

.wf-icon-eye-slash:before {
  content: "\eec5";
}

.wf-icon-triangle-exclamation:before {
  content: "\eec6";
}

.wf-icon-plane:before {
  content: "\eec7";
}

.wf-icon-calendar-days:before {
  content: "\eec8";
}

.wf-icon-shuffle:before {
  content: "\eec9";
}

.wf-icon-comment:before {
  content: "\eeca";
}

.wf-icon-magnet:before {
  content: "\eecb";
}

.wf-icon-chevron-up:before {
  content: "\eecc";
}

.wf-icon-chevron-down:before {
  content: "\eecd";
}

.wf-icon-retweet:before {
  content: "\eece";
}

.wf-icon-cart-shopping:before {
  content: "\eecf";
}

.wf-icon-folder:before {
  content: "\eed0";
}

.wf-icon-folder-open:before {
  content: "\eed1";
}

.wf-icon-arrows-up-down:before {
  content: "\eed2";
}

.wf-icon-arrows-left-right:before {
  content: "\eed3";
}

.wf-icon-chart-bar:before {
  content: "\eed4";
}

.wf-icon-camera-retro:before {
  content: "\eed5";
}

.wf-icon-key:before {
  content: "\eed6";
}

.wf-icon-gears:before {
  content: "\eed7";
}

.wf-icon-comments:before {
  content: "\eed8";
}

.wf-icon-star-half:before {
  content: "\eed9";
}

.wf-icon-arrow-right-from-bracket:before {
  content: "\eeda";
}

.wf-icon-thumbtack:before {
  content: "\eedb";
}

.wf-icon-arrow-up-right-from-square:before {
  content: "\eedc";
}

.wf-icon-arrow-right-to-bracket:before {
  content: "\eedd";
}

.wf-icon-trophy:before {
  content: "\eede";
}

.wf-icon-upload:before {
  content: "\eedf";
}

.wf-icon-lemon:before {
  content: "\eee0";
}

.wf-icon-phone:before {
  content: "\eee1";
}

.wf-icon-square-phone:before {
  content: "\eee2";
}

.wf-icon-unlock:before {
  content: "\eee3";
}

.wf-icon-credit-card:before {
  content: "\eee4";
}

.wf-icon-rss:before {
  content: "\eee5";
}

.wf-icon-hard-drive:before {
  content: "\eee6";
}

.wf-icon-bullhorn:before {
  content: "\eee7";
}

.wf-icon-certificate:before {
  content: "\eee8";
}

.wf-icon-hand-point-right:before {
  content: "\eee9";
}

.wf-icon-hand-point-left:before {
  content: "\eeea";
}

.wf-icon-hand-point-up:before {
  content: "\eeeb";
}

.wf-icon-hand-point-down:before {
  content: "\eeec";
}

.wf-icon-circle-arrow-left:before {
  content: "\eeed";
}

.wf-icon-circle-arrow-right:before {
  content: "\eeee";
}

.wf-icon-circle-arrow-up:before {
  content: "\eeef";
}

.wf-icon-circle-arrow-down:before {
  content: "\eef0";
}

.wf-icon-globe:before {
  content: "\eef1";
}

.wf-icon-wrench:before {
  content: "\eef2";
}

.wf-icon-list-check:before {
  content: "\eef3";
}

.wf-icon-filter:before {
  content: "\eef4";
}

.wf-icon-briefcase:before {
  content: "\eef5";
}

.wf-icon-up-down-left-right:before {
  content: "\eef6";
}

.wf-icon-users:before {
  content: "\eef7";
}

.wf-icon-link:before {
  content: "\eef8";
}

.wf-icon-cloud:before {
  content: "\eef9";
}

.wf-icon-flask:before {
  content: "\eefa";
}

.wf-icon-scissors:before {
  content: "\eefb";
}

.wf-icon-copy:before {
  content: "\eefc";
}

.wf-icon-paperclip:before {
  content: "\eefd";
}

.wf-icon-floppy-disk:before {
  content: "\eefe";
}

.wf-icon-square:before {
  content: "\eeff";
}

.wf-icon-bars:before {
  content: "\ef00";
}

.wf-icon-list-ul:before {
  content: "\ef01";
}

.wf-icon-list-ol:before {
  content: "\ef02";
}

.wf-icon-strikethrough:before {
  content: "\ef03";
}

.wf-icon-underline:before {
  content: "\ef04";
}

.wf-icon-table:before {
  content: "\ef05";
}

.wf-icon-wand-magic:before {
  content: "\ef06";
}

.wf-icon-truck:before {
  content: "\ef07";
}

.wf-icon-money-bill:before {
  content: "\ef08";
}

.wf-icon-caret-down:before {
  content: "\ef09";
}

.wf-icon-caret-up:before {
  content: "\ef0a";
}

.wf-icon-caret-left:before {
  content: "\ef0b";
}

.wf-icon-caret-right:before {
  content: "\ef0c";
}

.wf-icon-table-columns:before {
  content: "\ef0d";
}

.wf-icon-sort:before {
  content: "\ef0e";
}

.wf-icon-sort-down:before {
  content: "\ef0f";
}

.wf-icon-sort-up:before {
  content: "\ef10";
}

.wf-icon-envelope:before {
  content: "\ef11";
}

.wf-icon-arrow-rotate-left:before {
  content: "\ef12";
}

.wf-icon-gavel:before {
  content: "\ef13";
}

.wf-icon-bolt:before {
  content: "\ef14";
}

.wf-icon-sitemap:before {
  content: "\ef15";
}

.wf-icon-umbrella:before {
  content: "\ef16";
}

.wf-icon-paste:before {
  content: "\ef17";
}

.wf-icon-lightbulb:before {
  content: "\ef18";
}

.wf-icon-arrow-right-arrow-left:before {
  content: "\ef19";
}

.wf-icon-cloud-arrow-down:before {
  content: "\ef1a";
}

.wf-icon-cloud-arrow-up:before {
  content: "\ef1b";
}

.wf-icon-user-doctor:before {
  content: "\ef1c";
}

.wf-icon-stethoscope:before {
  content: "\ef1d";
}

.wf-icon-suitcase:before {
  content: "\ef1e";
}

.wf-icon-bell:before {
  content: "\ef1f";
}

.wf-icon-mug-saucer:before {
  content: "\ef20";
}

.wf-icon-hospital:before {
  content: "\ef21";
}

.wf-icon-truck-medical:before {
  content: "\ef22";
}

.wf-icon-suitcase-medical:before {
  content: "\ef23";
}

.wf-icon-jet-fighter:before {
  content: "\ef24";
}

.wf-icon-beer-mug-empty:before {
  content: "\ef25";
}

.wf-icon-square-h:before {
  content: "\ef26";
}

.wf-icon-square-plus:before {
  content: "\ef27";
}

.wf-icon-angles-left:before {
  content: "\ef28";
}

.wf-icon-angles-right:before {
  content: "\ef29";
}

.wf-icon-angles-up:before {
  content: "\ef2a";
}

.wf-icon-angles-down:before {
  content: "\ef2b";
}

.wf-icon-angle-left:before {
  content: "\ef2c";
}

.wf-icon-angle-right:before {
  content: "\ef2d";
}

.wf-icon-angle-up:before {
  content: "\ef2e";
}

.wf-icon-angle-down:before {
  content: "\ef2f";
}

.wf-icon-laptop:before {
  content: "\ef30";
}

.wf-icon-tablet-button:before {
  content: "\ef31";
}

.wf-icon-mobile-button:before {
  content: "\ef32";
}

.wf-icon-quote-left:before {
  content: "\ef33";
}

.wf-icon-quote-right:before {
  content: "\ef34";
}

.wf-icon-spinner:before {
  content: "\ef35";
}

.wf-icon-circle:before {
  content: "\ef36";
}

.wf-icon-face-smile:before {
  content: "\ef37";
}

.wf-icon-face-frown:before {
  content: "\ef38";
}

.wf-icon-face-meh:before {
  content: "\ef39";
}

.wf-icon-gamepad:before {
  content: "\ef3a";
}

.wf-icon-keyboard:before {
  content: "\ef3b";
}

.wf-icon-flag-checkered:before {
  content: "\ef3c";
}

.wf-icon-terminal:before {
  content: "\ef3d";
}

.wf-icon-code:before {
  content: "\ef3e";
}

.wf-icon-reply-all:before {
  content: "\ef3f";
}

.wf-icon-location-arrow:before {
  content: "\ef40";
}

.wf-icon-crop:before {
  content: "\ef41";
}

.wf-icon-code-branch:before {
  content: "\ef42";
}

.wf-icon-link-slash:before {
  content: "\ef43";
}

.wf-icon-info:before {
  content: "\ef44";
}

.wf-icon-superscript:before {
  content: "\ef45";
}

.wf-icon-subscript:before {
  content: "\ef46";
}

.wf-icon-eraser:before {
  content: "\ef47";
}

.wf-icon-puzzle-piece:before {
  content: "\ef48";
}

.wf-icon-microphone:before {
  content: "\ef49";
}

.wf-icon-microphone-slash:before {
  content: "\ef4a";
}

.wf-icon-shield:before {
  content: "\ef4b";
}

.wf-icon-calendar:before {
  content: "\ef4c";
}

.wf-icon-fire-extinguisher:before {
  content: "\ef4d";
}

.wf-icon-rocket:before {
  content: "\ef4e";
}

.wf-icon-circle-chevron-left:before {
  content: "\ef4f";
}

.wf-icon-circle-chevron-right:before {
  content: "\ef50";
}

.wf-icon-circle-chevron-up:before {
  content: "\ef51";
}

.wf-icon-circle-chevron-down:before {
  content: "\ef52";
}

.wf-icon-anchor:before {
  content: "\ef53";
}

.wf-icon-unlock-keyhole:before {
  content: "\ef54";
}

.wf-icon-bullseye:before {
  content: "\ef55";
}

.wf-icon-ellipsis:before {
  content: "\ef56";
}

.wf-icon-ellipsis-vertical:before {
  content: "\ef57";
}

.wf-icon-square-rss:before {
  content: "\ef58";
}

.wf-icon-circle-play:before {
  content: "\ef59";
}

.wf-icon-ticket:before {
  content: "\ef5a";
}

.wf-icon-square-minus:before {
  content: "\ef5b";
}

.wf-icon-arrow-turn-up:before {
  content: "\ef5c";
}

.wf-icon-arrow-turn-down:before {
  content: "\ef5d";
}

.wf-icon-square-check:before {
  content: "\ef5e";
}

.wf-icon-square-pen:before {
  content: "\ef5f";
}

.wf-icon-square-arrow-up-right:before {
  content: "\ef60";
}

.wf-icon-share-from-square:before {
  content: "\ef61";
}

.wf-icon-compass:before {
  content: "\ef62";
}

.wf-icon-square-caret-down:before {
  content: "\ef63";
}

.wf-icon-square-caret-up:before {
  content: "\ef64";
}

.wf-icon-square-caret-right:before {
  content: "\ef65";
}

.wf-icon-euro-sign:before {
  content: "\ef66";
}

.wf-icon-sterling-sign:before {
  content: "\ef67";
}

.wf-icon-rupee-sign:before {
  content: "\ef68";
}

.wf-icon-yen-sign:before {
  content: "\ef69";
}

.wf-icon-ruble-sign:before {
  content: "\ef6a";
}

.wf-icon-won-sign:before {
  content: "\ef6b";
}

.wf-icon-file:before {
  content: "\ef6c";
}

.wf-icon-file-lines:before {
  content: "\ef6d";
}

.wf-icon-arrow-down-a-z:before {
  content: "\ef6e";
}

.wf-icon-arrow-up-a-z:before {
  content: "\ef6f";
}

.wf-icon-arrow-down-wide-short:before {
  content: "\ef70";
}

.wf-icon-arrow-up-wide-short:before {
  content: "\ef71";
}

.wf-icon-arrow-down-1-9:before {
  content: "\ef72";
}

.wf-icon-arrow-up-1-9:before {
  content: "\ef73";
}

.wf-icon-thumbs-up:before {
  content: "\ef74";
}

.wf-icon-thumbs-down:before {
  content: "\ef75";
}

.wf-icon-arrow-down-long:before {
  content: "\ef76";
}

.wf-icon-arrow-up-long:before {
  content: "\ef77";
}

.wf-icon-arrow-left-long:before {
  content: "\ef78";
}

.wf-icon-arrow-right-long:before {
  content: "\ef79";
}

.wf-icon-person-dress:before {
  content: "\ef7a";
}

.wf-icon-person:before {
  content: "\ef7b";
}

.wf-icon-sun:before {
  content: "\ef7c";
}

.wf-icon-moon:before {
  content: "\ef7d";
}

.wf-icon-box-archive:before {
  content: "\ef7e";
}

.wf-icon-bug:before {
  content: "\ef7f";
}

.wf-icon-square-caret-left:before {
  content: "\ef80";
}

.wf-icon-circle-dot:before {
  content: "\ef81";
}

.wf-icon-wheelchair:before {
  content: "\ef82";
}

.wf-icon-lira-sign:before {
  content: "\ef83";
}

.wf-icon-shuttle-space:before {
  content: "\ef84";
}

.wf-icon-square-envelope:before {
  content: "\ef85";
}

.wf-icon-building-columns:before {
  content: "\ef86";
}

.wf-icon-graduation-cap:before {
  content: "\ef87";
}

.wf-icon-language:before {
  content: "\ef88";
}

.wf-icon-fax:before {
  content: "\ef89";
}

.wf-icon-building:before {
  content: "\ef8a";
}

.wf-icon-child:before {
  content: "\ef8b";
}

.wf-icon-paw:before {
  content: "\ef8c";
}

.wf-icon-cube:before {
  content: "\ef8d";
}

.wf-icon-cubes:before {
  content: "\ef8e";
}

.wf-icon-recycle:before {
  content: "\ef8f";
}

.wf-icon-car:before {
  content: "\ef90";
}

.wf-icon-taxi:before {
  content: "\ef91";
}

.wf-icon-tree:before {
  content: "\ef92";
}

.wf-icon-database:before {
  content: "\ef93";
}

.wf-icon-file-pdf:before {
  content: "\ef94";
}

.wf-icon-file-word:before {
  content: "\ef95";
}

.wf-icon-file-excel:before {
  content: "\ef96";
}

.wf-icon-file-powerpoint:before {
  content: "\ef97";
}

.wf-icon-file-image:before {
  content: "\ef98";
}

.wf-icon-file-zipper:before {
  content: "\ef99";
}

.wf-icon-file-audio:before {
  content: "\ef9a";
}

.wf-icon-file-video:before {
  content: "\ef9b";
}

.wf-icon-file-code:before {
  content: "\ef9c";
}

.wf-icon-life-ring:before {
  content: "\ef9d";
}

.wf-icon-circle-notch:before {
  content: "\ef9e";
}

.wf-icon-paper-plane:before {
  content: "\ef9f";
}

.wf-icon-clock-rotate-left:before {
  content: "\efa0";
}

.wf-icon-heading:before {
  content: "\efa1";
}

.wf-icon-paragraph:before {
  content: "\efa2";
}

.wf-icon-sliders:before {
  content: "\efa3";
}

.wf-icon-share-nodes:before {
  content: "\efa4";
}

.wf-icon-square-share-nodes:before {
  content: "\efa5";
}

.wf-icon-bomb:before {
  content: "\efa6";
}

.wf-icon-futbol:before {
  content: "\efa7";
}

.wf-icon-tty:before {
  content: "\efa8";
}

.wf-icon-binoculars:before {
  content: "\efa9";
}

.wf-icon-plug:before {
  content: "\efaa";
}

.wf-icon-newspaper:before {
  content: "\efab";
}

.wf-icon-wifi:before {
  content: "\efac";
}

.wf-icon-calculator:before {
  content: "\efad";
}

.wf-icon-bell-slash:before {
  content: "\efae";
}

.wf-icon-trash:before {
  content: "\efaf";
}

.wf-icon-copyright:before {
  content: "\efb0";
}

.wf-icon-eye-dropper:before {
  content: "\efb1";
}

.wf-icon-paintbrush:before {
  content: "\efb2";
}

.wf-icon-cake-candles:before {
  content: "\efb3";
}

.wf-icon-chart-area:before {
  content: "\efb4";
}

.wf-icon-chart-pie:before {
  content: "\efb5";
}

.wf-icon-chart-line:before {
  content: "\efb6";
}

.wf-icon-toggle-off:before {
  content: "\efb7";
}

.wf-icon-toggle-on:before {
  content: "\efb8";
}

.wf-icon-bicycle:before {
  content: "\efb9";
}

.wf-icon-bus:before {
  content: "\efba";
}

.wf-icon-closed-captioning:before {
  content: "\efbb";
}

.wf-icon-shekel-sign:before {
  content: "\efbc";
}

.wf-icon-cart-plus:before {
  content: "\efbd";
}

.wf-icon-cart-arrow-down:before {
  content: "\efbe";
}

.wf-icon-diamond:before {
  content: "\efbf";
}

.wf-icon-ship:before {
  content: "\efc0";
}

.wf-icon-user-secret:before {
  content: "\efc1";
}

.wf-icon-motorcycle:before {
  content: "\efc2";
}

.wf-icon-street-view:before {
  content: "\efc3";
}

.wf-icon-heart-pulse:before {
  content: "\efc4";
}

.wf-icon-venus:before {
  content: "\efc5";
}

.wf-icon-mars:before {
  content: "\efc6";
}

.wf-icon-mercury:before {
  content: "\efc7";
}

.wf-icon-mars-and-venus:before {
  content: "\efc8";
}

.wf-icon-transgender:before {
  content: "\efc9";
}

.wf-icon-venus-double:before {
  content: "\efca";
}

.wf-icon-mars-double:before {
  content: "\efcb";
}

.wf-icon-venus-mars:before {
  content: "\efcc";
}

.wf-icon-mars-stroke:before {
  content: "\efcd";
}

.wf-icon-mars-stroke-up:before {
  content: "\efce";
}

.wf-icon-mars-stroke-right:before {
  content: "\efcf";
}

.wf-icon-neuter:before {
  content: "\efd0";
}

.wf-icon-genderless:before {
  content: "\efd1";
}

.wf-icon-server:before {
  content: "\efd2";
}

.wf-icon-user-plus:before {
  content: "\efd3";
}

.wf-icon-user-xmark:before {
  content: "\efd4";
}

.wf-icon-bed:before {
  content: "\efd5";
}

.wf-icon-train:before {
  content: "\efd6";
}

.wf-icon-train-subway:before {
  content: "\efd7";
}

.wf-icon-battery-full:before {
  content: "\efd8";
}

.wf-icon-battery-three-quarters:before {
  content: "\efd9";
}

.wf-icon-battery-half:before {
  content: "\efda";
}

.wf-icon-battery-quarter:before {
  content: "\efdb";
}

.wf-icon-battery-empty:before {
  content: "\efdc";
}

.wf-icon-arrow-pointer:before {
  content: "\efdd";
}

.wf-icon-i-cursor:before {
  content: "\efde";
}

.wf-icon-object-group:before {
  content: "\efdf";
}

.wf-icon-object-ungroup:before {
  content: "\efe0";
}

.wf-icon-note-sticky:before {
  content: "\efe1";
}

.wf-icon-clone:before {
  content: "\efe2";
}

.wf-icon-scale-balanced:before {
  content: "\efe3";
}

.wf-icon-hourglass-start:before {
  content: "\efe4";
}

.wf-icon-hourglass-half:before {
  content: "\efe5";
}

.wf-icon-hourglass-end:before {
  content: "\efe6";
}

.wf-icon-hourglass:before {
  content: "\efe7";
}

.wf-icon-hand-back-fist:before {
  content: "\efe8";
}

.wf-icon-hand:before {
  content: "\efe9";
}

.wf-icon-hand-scissors:before {
  content: "\efea";
}

.wf-icon-hand-lizard:before {
  content: "\efeb";
}

.wf-icon-hand-spock:before {
  content: "\efec";
}

.wf-icon-hand-pointer:before {
  content: "\efed";
}

.wf-icon-hand-peace:before {
  content: "\efee";
}

.wf-icon-trademark:before {
  content: "\efef";
}

.wf-icon-registered:before {
  content: "\eff0";
}

.wf-icon-tv:before {
  content: "\eff1";
}

.wf-icon-calendar-plus:before {
  content: "\eff2";
}

.wf-icon-calendar-minus:before {
  content: "\eff3";
}

.wf-icon-calendar-xmark:before {
  content: "\eff4";
}

.wf-icon-calendar-check:before {
  content: "\eff5";
}

.wf-icon-industry:before {
  content: "\eff6";
}

.wf-icon-map-pin:before {
  content: "\eff7";
}

.wf-icon-signs-post:before {
  content: "\eff8";
}

.wf-icon-map:before {
  content: "\eff9";
}

.wf-icon-message:before {
  content: "\effa";
}

.wf-icon-circle-pause:before {
  content: "\effb";
}

.wf-icon-circle-stop:before {
  content: "\effc";
}

.wf-icon-bag-shopping:before {
  content: "\effd";
}

.wf-icon-basket-shopping:before {
  content: "\effe";
}

.wf-icon-bluetooth:before {
  content: "\efff";
}

.wf-icon-universal-access:before {
  content: "\f000";
}

.wf-icon-person-walking-with-cane:before {
  content: "\f001";
}

.wf-icon-audio-description:before {
  content: "\f002";
}

.wf-icon-phone-volume:before {
  content: "\f003";
}

.wf-icon-braille:before {
  content: "\f004";
}

.wf-icon-ear-listen:before {
  content: "\f005";
}

.wf-icon-hands-asl-interpreting:before {
  content: "\f006";
}

.wf-icon-ear-deaf:before {
  content: "\f007";
}

.wf-icon-hands:before {
  content: "\f008";
}

.wf-icon-eye-low-vision:before {
  content: "\f009";
}

.wf-icon-font-awesome:before {
  content: "\f00a";
}

.wf-icon-handshake:before {
  content: "\f00b";
}

.wf-icon-envelope-open:before {
  content: "\f00c";
}

.wf-icon-address-book:before {
  content: "\f00d";
}

.wf-icon-address-card:before {
  content: "\f00e";
}

.wf-icon-circle-user:before {
  content: "\f00f";
}

.wf-icon-id-badge:before {
  content: "\f010";
}

.wf-icon-id-card:before {
  content: "\f011";
}

.wf-icon-temperature-full:before {
  content: "\f012";
}

.wf-icon-temperature-three-quarters:before {
  content: "\f013";
}

.wf-icon-temperature-half:before {
  content: "\f014";
}

.wf-icon-temperature-quarter:before {
  content: "\f015";
}

.wf-icon-temperature-empty:before {
  content: "\f016";
}

.wf-icon-shower:before {
  content: "\f017";
}

.wf-icon-bath:before {
  content: "\f018";
}

.wf-icon-podcast:before {
  content: "\f019";
}

.wf-icon-window-maximize:before {
  content: "\f01a";
}

.wf-icon-window-minimize:before {
  content: "\f01b";
}

.wf-icon-window-restore:before {
  content: "\f01c";
}

.wf-icon-square-xmark:before {
  content: "\f01d";
}

.wf-icon-microchip:before {
  content: "\f01e";
}

.wf-icon-snowflake:before {
  content: "\f01f";
}

.wf-icon-watch:before {
  content: "\f020";
}

.wf-icon-volume-slash:before {
  content: "\f021";
}

.wf-icon-fork:before {
  content: "\f022";
}

.wf-icon-knife:before {
  content: "\f023";
}

.wf-icon-spoon:before {
  content: "\f024";
}

.wf-icon-fork-knife:before {
  content: "\f025";
}

.wf-icon-utensils:before {
  content: "\f026";
}

.wf-icon-circle-dollar:before {
  content: "\f027";
}

.wf-icon-square-dollar:before {
  content: "\f028";
}

.wf-icon-rotate-left:before {
  content: "\f029";
}

.wf-icon-trophy-star:before {
  content: "\f02a";
}

.wf-icon-triangle:before {
  content: "\f02b";
}

.wf-icon-trash-can:before {
  content: "\f02c";
}

.wf-icon-hexagon-xmark:before {
  content: "\f02d";
}

.wf-icon-octagon-xmark:before {
  content: "\f02e";
}

.wf-icon-rotate:before {
  content: "\f02f";
}

.wf-icon-stopwatch:before {
  content: "\f030";
}

.wf-icon-star-exclamation:before {
  content: "\f031";
}

.wf-icon-spade:before {
  content: "\f032";
}

.wf-icon-right-from-bracket:before {
  content: "\f033";
}

.wf-icon-right-to-bracket:before {
  content: "\f034";
}

.wf-icon-shield-check:before {
  content: "\f035";
}

.wf-icon-scrubber:before {
  content: "\f036";
}

.wf-icon-rotate-right:before {
  content: "\f037";
}

.wf-icon-rectangle:before {
  content: "\f038";
}

.wf-icon-rectangle-vertical:before {
  content: "\f039";
}

.wf-icon-rectangle-wide:before {
  content: "\f03a";
}

.wf-icon-square-question:before {
  content: "\f03b";
}

.wf-icon-poo:before {
  content: "\f03c";
}

.wf-icon-hexagon-plus:before {
  content: "\f03d";
}

.wf-icon-octagon-plus:before {
  content: "\f03e";
}

.wf-icon-images:before {
  content: "\f03f";
}

.wf-icon-pencil:before {
  content: "\f040";
}

.wf-icon-pen:before {
  content: "\f041";
}

.wf-icon-pen-clip:before {
  content: "\f042";
}

.wf-icon-octagon:before {
  content: "\f043";
}

.wf-icon-hexagon-minus:before {
  content: "\f044";
}

.wf-icon-octagon-minus:before {
  content: "\f045";
}

.wf-icon-down-long:before {
  content: "\f046";
}

.wf-icon-left-long:before {
  content: "\f047";
}

.wf-icon-right-long:before {
  content: "\f048";
}

.wf-icon-up-long:before {
  content: "\f049";
}

.wf-icon-lock-keyhole:before {
  content: "\f04a";
}

.wf-icon-jack-o-lantern:before {
  content: "\f04b";
}

.wf-icon-square-info:before {
  content: "\f04c";
}

.wf-icon-inbox-in:before {
  content: "\f04d";
}

.wf-icon-inbox-out:before {
  content: "\f04e";
}

.wf-icon-hexagon:before {
  content: "\f04f";
}

.wf-icon-h11:before {
  content: "\f050";
}

.wf-icon-h2:before {
  content: "\f051";
}

.wf-icon-h3:before {
  content: "\f052";
}

.wf-icon-file-check:before {
  content: "\f053";
}

.wf-icon-file-xmark:before {
  content: "\f054";
}

.wf-icon-file-minus:before {
  content: "\f055";
}

.wf-icon-file-plus:before {
  content: "\f056";
}

.wf-icon-file-exclamation:before {
  content: "\f057";
}

.wf-icon-file-pen:before {
  content: "\f058";
}

.wf-icon-arrows-maximize:before {
  content: "\f059";
}

.wf-icon-maximize:before {
  content: "\f05a";
}

.wf-icon-expand-wide:before {
  content: "\f05b";
}

.wf-icon-square-exclamation:before {
  content: "\f05c";
}

.wf-icon-chevrons-down:before {
  content: "\f05d";
}

.wf-icon-chevrons-left:before {
  content: "\f05e";
}

.wf-icon-chevrons-right:before {
  content: "\f05f";
}

.wf-icon-chevrons-up:before {
  content: "\f060";
}

.wf-icon-compress-wide:before {
  content: "\f061";
}

.wf-icon-club:before {
  content: "\f062";
}

.wf-icon-clipboard:before {
  content: "\f063";
}

.wf-icon-square-chevron-down:before {
  content: "\f064";
}

.wf-icon-square-chevron-left:before {
  content: "\f065";
}

.wf-icon-square-chevron-right:before {
  content: "\f066";
}

.wf-icon-square-chevron-up:before {
  content: "\f067";
}

.wf-icon-circle-caret-down:before {
  content: "\f068";
}

.wf-icon-circle-caret-left:before {
  content: "\f069";
}

.wf-icon-circle-caret-right:before {
  content: "\f06a";
}

.wf-icon-circle-caret-up:before {
  content: "\f06b";
}

.wf-icon-calendar-pen:before {
  content: "\f06c";
}

.wf-icon-calendar-exclamation:before {
  content: "\f06d";
}

.wf-icon-badge:before {
  content: "\f06e";
}

.wf-icon-badge-check:before {
  content: "\f06f";
}

.wf-icon-left-right:before {
  content: "\f070";
}

.wf-icon-up-down:before {
  content: "\f071";
}

.wf-icon-square-arrow-down:before {
  content: "\f072";
}

.wf-icon-square-arrow-left:before {
  content: "\f073";
}

.wf-icon-square-arrow-right:before {
  content: "\f074";
}

.wf-icon-square-arrow-up:before {
  content: "\f075";
}

.wf-icon-arrow-down-to-line:before {
  content: "\f076";
}

.wf-icon-arrow-left-to-line:before {
  content: "\f077";
}

.wf-icon-arrow-right-to-line:before {
  content: "\f078";
}

.wf-icon-arrow-up-to-line:before {
  content: "\f079";
}

.wf-icon-arrow-up-from-line:before {
  content: "\f07a";
}

.wf-icon-arrow-right-from-line:before {
  content: "\f07b";
}

.wf-icon-arrow-left-from-line:before {
  content: "\f07c";
}

.wf-icon-arrow-down-from-line:before {
  content: "\f07d";
}

.wf-icon-up-from-line:before {
  content: "\f07e";
}

.wf-icon-right-from-line:before {
  content: "\f07f";
}

.wf-icon-left-from-line:before {
  content: "\f080";
}

.wf-icon-down-from-line:before {
  content: "\f081";
}

.wf-icon-down-to-line:before {
  content: "\f082";
}

.wf-icon-left-to-line:before {
  content: "\f083";
}

.wf-icon-right-to-line:before {
  content: "\f084";
}

.wf-icon-up-to-line:before {
  content: "\f085";
}

.wf-icon-alarm-clock:before {
  content: "\f086";
}

.wf-icon-square-down:before {
  content: "\f087";
}

.wf-icon-square-left:before {
  content: "\f088";
}

.wf-icon-square-right:before {
  content: "\f089";
}

.wf-icon-square-up:before {
  content: "\f08a";
}

.wf-icon-down:before {
  content: "\f08b";
}

.wf-icon-left:before {
  content: "\f08c";
}

.wf-icon-right:before {
  content: "\f08d";
}

.wf-icon-up:before {
  content: "\f08e";
}

.wf-icon-circle-down:before {
  content: "\f08f";
}

.wf-icon-circle-left:before {
  content: "\f090";
}

.wf-icon-circle-right:before {
  content: "\f091";
}

.wf-icon-circle-up:before {
  content: "\f092";
}

.wf-icon-up-right-from-square:before {
  content: "\f093";
}

.wf-icon-square-up-right:before {
  content: "\f094";
}

.wf-icon-arrows-retweet:before {
  content: "\f095";
}

.wf-icon-right-left:before {
  content: "\f096";
}

.wf-icon-repeat:before {
  content: "\f097";
}

.wf-icon-arrows-repeat:before {
  content: "\f098";
}

.wf-icon-repeat-1:before {
  content: "\f099";
}

.wf-icon-arrows-repeat-1:before {
  content: "\f09a";
}

.wf-icon-share-all:before {
  content: "\f09b";
}

.wf-icon-battery-bolt:before {
  content: "\f09c";
}

.wf-icon-battery-slash:before {
  content: "\f09d";
}

.wf-icon-browser:before {
  content: "\f09e";
}

.wf-icon-code-commit:before {
  content: "\f09f";
}

.wf-icon-code-merge:before {
  content: "\f0a0";
}

.wf-icon-credit-card-blank:before {
  content: "\f0a1";
}

.wf-icon-credit-card-front:before {
  content: "\f0a2";
}

.wf-icon-desktop:before {
  content: "\f0a3";
}

.wf-icon-ellipsis-stroke:before {
  content: "\f0a4";
}

.wf-icon-ellipsis-stroke-vertical:before {
  content: "\f0a5";
}

.wf-icon-film-simple:before {
  content: "\f0a6";
}

.wf-icon-gem:before {
  content: "\f0a7";
}

.wf-icon-industry-windows:before {
  content: "\f0a8";
}

.wf-icon-turn-down:before {
  content: "\f0a9";
}

.wf-icon-turn-up:before {
  content: "\f0aa";
}

.wf-icon-lock-open:before {
  content: "\f0ab";
}

.wf-icon-lock-keyhole-open:before {
  content: "\f0ac";
}

.wf-icon-location-dot:before {
  content: "\f0ad";
}

.wf-icon-microphone-lines:before {
  content: "\f0ae";
}

.wf-icon-mobile-screen-button:before {
  content: "\f0af";
}

.wf-icon-mobile:before {
  content: "\f0b0";
}

.wf-icon-mobile-screen:before {
  content: "\f0b1";
}

.wf-icon-money-bill-1:before {
  content: "\f0b2";
}

.wf-icon-phone-slash:before {
  content: "\f0b3";
}

.wf-icon-plane-engines:before {
  content: "\f0b4";
}

.wf-icon-image-portrait:before {
  content: "\f0b5";
}

.wf-icon-reply:before {
  content: "\f0b6";
}

.wf-icon-shield-halved:before {
  content: "\f0b7";
}

.wf-icon-square-sliders:before {
  content: "\f0b8";
}

.wf-icon-sliders-up:before {
  content: "\f0b9";
}

.wf-icon-square-sliders-vertical:before {
  content: "\f0ba";
}

.wf-icon-spinner-third:before {
  content: "\f0bb";
}

.wf-icon-tablet-screen-button:before {
  content: "\f0bc";
}

.wf-icon-tablet:before {
  content: "\f0bd";
}

.wf-icon-tablet-screen:before {
  content: "\f0be";
}

.wf-icon-ticket-simple:before {
  content: "\f0bf";
}

.wf-icon-tree-deciduous:before {
  content: "\f0c0";
}

.wf-icon-tv-retro:before {
  content: "\f0c1";
}

.wf-icon-user-large:before {
  content: "\f0c2";
}

.wf-icon-window:before {
  content: "\f0c3";
}

.wf-icon-window-flip:before {
  content: "\f0c4";
}

.wf-icon-rectangle-xmark:before {
  content: "\f0c5";
}

.wf-icon-down-left-and-up-right-to-center:before {
  content: "\f0c6";
}

.wf-icon-up-right-and-down-left-from-center:before {
  content: "\f0c7";
}

.wf-icon-baseball-bat-ball:before {
  content: "\f0c8";
}

.wf-icon-baseball:before {
  content: "\f0c9";
}

.wf-icon-basketball:before {
  content: "\f0ca";
}

.wf-icon-basketball-hoop:before {
  content: "\f0cb";
}

.wf-icon-bowling-ball:before {
  content: "\f0cc";
}

.wf-icon-bowling-pins:before {
  content: "\f0cd";
}

.wf-icon-boxing-glove:before {
  content: "\f0ce";
}

.wf-icon-chess:before {
  content: "\f0cf";
}

.wf-icon-chess-bishop:before {
  content: "\f0d0";
}

.wf-icon-chess-bishop-piece:before {
  content: "\f0d1";
}

.wf-icon-chess-board:before {
  content: "\f0d2";
}

.wf-icon-chess-clock:before {
  content: "\f0d3";
}

.wf-icon-chess-clock-flip:before {
  content: "\f0d4";
}

.wf-icon-chess-king:before {
  content: "\f0d5";
}

.wf-icon-chess-king-piece:before {
  content: "\f0d6";
}

.wf-icon-chess-knight:before {
  content: "\f0d7";
}

.wf-icon-chess-knight-piece:before {
  content: "\f0d8";
}

.wf-icon-chess-pawn:before {
  content: "\f0d9";
}

.wf-icon-chess-pawn-piece:before {
  content: "\f0da";
}

.wf-icon-chess-queen:before {
  content: "\f0db";
}

.wf-icon-chess-queen-piece:before {
  content: "\f0dc";
}

.wf-icon-chess-rook:before {
  content: "\f0dd";
}

.wf-icon-chess-rook-piece:before {
  content: "\f0de";
}

.wf-icon-cricket-bat-ball:before {
  content: "\f0df";
}

.wf-icon-curling-stone:before {
  content: "\f0e0";
}

.wf-icon-dumbbell:before {
  content: "\f0e1";
}

.wf-icon-field-hockey-stick-ball:before {
  content: "\f0e2";
}

.wf-icon-football:before {
  content: "\f0e3";
}

.wf-icon-football-helmet:before {
  content: "\f0e4";
}

.wf-icon-golf-ball-tee:before {
  content: "\f0e5";
}

.wf-icon-golf-club:before {
  content: "\f0e6";
}

.wf-icon-hockey-puck:before {
  content: "\f0e7";
}

.wf-icon-hockey-sticks:before {
  content: "\f0e8";
}

.wf-icon-luchador-mask:before {
  content: "\f0e9";
}

.wf-icon-flag-pennant:before {
  content: "\f0ea";
}

.wf-icon-broom-ball:before {
  content: "\f0eb";
}

.wf-icon-racquet:before {
  content: "\f0ec";
}

.wf-icon-shuttlecock:before {
  content: "\f0ed";
}

.wf-icon-square-full:before {
  content: "\f0ee";
}

.wf-icon-table-tennis-paddle-ball:before {
  content: "\f0ef";
}

.wf-icon-tennis-ball:before {
  content: "\f0f0";
}

.wf-icon-volleyball:before {
  content: "\f0f1";
}

.wf-icon-whistle:before {
  content: "\f0f2";
}

.wf-icon-hand-dots:before {
  content: "\f0f3";
}

.wf-icon-bandage:before {
  content: "\f0f4";
}

.wf-icon-rectangle-barcode:before {
  content: "\f0f5";
}

.wf-icon-barcode-read:before {
  content: "\f0f6";
}

.wf-icon-barcode-scan:before {
  content: "\f0f7";
}

.wf-icon-box:before {
  content: "\f0f8";
}

.wf-icon-box-check:before {
  content: "\f0f9";
}

.wf-icon-boxes-stacked:before {
  content: "\f0fa";
}

.wf-icon-briefcase-medical:before {
  content: "\f0fb";
}

.wf-icon-fire-flame-simple:before {
  content: "\f0fc";
}

.wf-icon-capsules:before {
  content: "\f0fd";
}

.wf-icon-clipboard-check:before {
  content: "\f0fe";
}

.wf-icon-clipboard-list:before {
  content: "\f0ff";
}

.wf-icon-conveyor-belt:before {
  content: "\f100";
}

.wf-icon-conveyor-belt-boxes:before {
  content: "\f101";
}

.wf-icon-person-dots-from-line:before {
  content: "\f102";
}

.wf-icon-dna:before {
  content: "\f103";
}

.wf-icon-dolly:before {
  content: "\f104";
}

.wf-icon-dolly-empty:before {
  content: "\f105";
}

.wf-icon-cart-flatbed:before {
  content: "\f106";
}

.wf-icon-cart-flatbed-boxes:before {
  content: "\f107";
}

.wf-icon-cart-flatbed-empty:before {
  content: "\f108";
}

.wf-icon-file-medical:before {
  content: "\f109";
}

.wf-icon-file-waveform:before {
  content: "\f10a";
}

.wf-icon-kit-medical:before {
  content: "\f10b";
}

.wf-icon-forklift:before {
  content: "\f10c";
}

.wf-icon-hand-holding-box:before {
  content: "\f10d";
}

.wf-icon-hands-holding-diamond:before {
  content: "\f10e";
}

.wf-icon-circle-h:before {
  content: "\f10f";
}

.wf-icon-id-card-clip:before {
  content: "\f110";
}

.wf-icon-shelves:before {
  content: "\f111";
}

.wf-icon-notes-medical:before {
  content: "\f112";
}

.wf-icon-pallet:before {
  content: "\f113";
}

.wf-icon-pallet-boxes:before {
  content: "\f114";
}

.wf-icon-pills:before {
  content: "\f115";
}

.wf-icon-prescription-bottle:before {
  content: "\f116";
}

.wf-icon-prescription-bottle-medical:before {
  content: "\f117";
}

.wf-icon-bed-pulse:before {
  content: "\f118";
}

.wf-icon-scanner-gun:before {
  content: "\f119";
}

.wf-icon-scanner-keyboard:before {
  content: "\f11a";
}

.wf-icon-scanner-touchscreen:before {
  content: "\f11b";
}

.wf-icon-truck-fast:before {
  content: "\f11c";
}

.wf-icon-truck-clock:before {
  content: "\f11d";
}

.wf-icon-smoking:before {
  content: "\f11e";
}

.wf-icon-syringe:before {
  content: "\f11f";
}

.wf-icon-tablet-rugged:before {
  content: "\f120";
}

.wf-icon-tablets:before {
  content: "\f121";
}

.wf-icon-thermometer:before {
  content: "\f122";
}

.wf-icon-vial:before {
  content: "\f123";
}

.wf-icon-vials:before {
  content: "\f124";
}

.wf-icon-warehouse:before {
  content: "\f125";
}

.wf-icon-warehouse-full:before {
  content: "\f126";
}

.wf-icon-weight-scale:before {
  content: "\f127";
}

.wf-icon-x-ray:before {
  content: "\f128";
}

.wf-icon-blanket:before {
  content: "\f129";
}

.wf-icon-book-heart:before {
  content: "\f12a";
}

.wf-icon-box-taped:before {
  content: "\f12b";
}

.wf-icon-square-fragile:before {
  content: "\f12c";
}

.wf-icon-box-open-full:before {
  content: "\f12d";
}

.wf-icon-box-heart:before {
  content: "\f12e";
}

.wf-icon-box-open:before {
  content: "\f12f";
}

.wf-icon-square-this-way-up:before {
  content: "\f130";
}

.wf-icon-box-dollar:before {
  content: "\f131";
}

.wf-icon-message-check:before {
  content: "\f132";
}

.wf-icon-message-dots:before {
  content: "\f133";
}

.wf-icon-message-pen:before {
  content: "\f134";
}

.wf-icon-message-exclamation:before {
  content: "\f135";
}

.wf-icon-message-lines:before {
  content: "\f136";
}

.wf-icon-message-minus:before {
  content: "\f137";
}

.wf-icon-message-plus:before {
  content: "\f138";
}

.wf-icon-message-slash:before {
  content: "\f139";
}

.wf-icon-message-smile:before {
  content: "\f13a";
}

.wf-icon-message-xmark:before {
  content: "\f13b";
}

.wf-icon-comment-check:before {
  content: "\f13c";
}

.wf-icon-comment-dots:before {
  content: "\f13d";
}

.wf-icon-comment-pen:before {
  content: "\f13e";
}

.wf-icon-comment-exclamation:before {
  content: "\f13f";
}

.wf-icon-comment-lines:before {
  content: "\f140";
}

.wf-icon-comment-minus:before {
  content: "\f141";
}

.wf-icon-comment-plus:before {
  content: "\f142";
}

.wf-icon-comment-slash:before {
  content: "\f143";
}

.wf-icon-comment-smile:before {
  content: "\f144";
}

.wf-icon-comment-xmark:before {
  content: "\f145";
}

.wf-icon-messages:before {
  content: "\f146";
}

.wf-icon-container-storage:before {
  content: "\f147";
}

.wf-icon-couch:before {
  content: "\f148";
}

.wf-icon-circle-dollar-to-slot:before {
  content: "\f149";
}

.wf-icon-dove:before {
  content: "\f14a";
}

.wf-icon-wine-glass-crack:before {
  content: "\f14b";
}

.wf-icon-hand-heart:before {
  content: "\f14c";
}

.wf-icon-hand-holding:before {
  content: "\f14d";
}

.wf-icon-hand-holding-heart:before {
  content: "\f14e";
}

.wf-icon-hand-holding-seedling:before {
  content: "\f14f";
}

.wf-icon-hand-holding-dollar:before {
  content: "\f150";
}

.wf-icon-hand-holding-droplet:before {
  content: "\f151";
}

.wf-icon-hands-holding:before {
  content: "\f152";
}

.wf-icon-hands-holding-heart:before {
  content: "\f153";
}

.wf-icon-handshake-angle:before {
  content: "\f154";
}

.wf-icon-hands-holding-dollar:before {
  content: "\f155";
}

.wf-icon-handshake-simple:before {
  content: "\f156";
}

.wf-icon-circle-heart:before {
  content: "\f157";
}

.wf-icon-square-heart:before {
  content: "\f158";
}

.wf-icon-house-heart:before {
  content: "\f159";
}

.wf-icon-lamp:before {
  content: "\f15a";
}

.wf-icon-leaf-heart:before {
  content: "\f15b";
}

.wf-icon-loveseat:before {
  content: "\f15c";
}

.wf-icon-parachute-box:before {
  content: "\f15d";
}

.wf-icon-people-carry-box:before {
  content: "\f15e";
}

.wf-icon-person-carry-box:before {
  content: "\f15f";
}

.wf-icon-person-dolly:before {
  content: "\f160";
}

.wf-icon-person-dolly-empty:before {
  content: "\f161";
}

.wf-icon-phone-plus:before {
  content: "\f162";
}

.wf-icon-piggy-bank:before {
  content: "\f163";
}

.wf-icon-ramp-loading:before {
  content: "\f164";
}

.wf-icon-ribbon:before {
  content: "\f165";
}

.wf-icon-route:before {
  content: "\f166";
}

.wf-icon-seedling:before {
  content: "\f167";
}

.wf-icon-sign-hanging:before {
  content: "\f168";
}

.wf-icon-face-smile-wink:before {
  content: "\f169";
}

.wf-icon-tape:before {
  content: "\f16a";
}

.wf-icon-truck-container:before {
  content: "\f16b";
}

.wf-icon-truck-ramp-couch:before {
  content: "\f16c";
}

.wf-icon-truck-ramp-box:before {
  content: "\f16d";
}

.wf-icon-truck-moving:before {
  content: "\f16e";
}

.wf-icon-truck-ramp:before {
  content: "\f16f";
}

.wf-icon-video-plus:before {
  content: "\f170";
}

.wf-icon-video-slash:before {
  content: "\f171";
}

.wf-icon-wine-glass:before {
  content: "\f172";
}

.wf-icon-user-large-slash:before {
  content: "\f173";
}

.wf-icon-user-astronaut:before {
  content: "\f174";
}

.wf-icon-user-check:before {
  content: "\f175";
}

.wf-icon-user-clock:before {
  content: "\f176";
}

.wf-icon-user-gear:before {
  content: "\f177";
}

.wf-icon-user-pen:before {
  content: "\f178";
}

.wf-icon-user-group:before {
  content: "\f179";
}

.wf-icon-user-graduate:before {
  content: "\f17a";
}

.wf-icon-user-lock:before {
  content: "\f17b";
}

.wf-icon-user-minus:before {
  content: "\f17c";
}

.wf-icon-user-ninja:before {
  content: "\f17d";
}

.wf-icon-user-shield:before {
  content: "\f17e";
}

.wf-icon-user-slash:before {
  content: "\f17f";
}

.wf-icon-user-tag:before {
  content: "\f180";
}

.wf-icon-user-tie:before {
  content: "\f181";
}

.wf-icon-users-gear:before {
  content: "\f182";
}

.wf-icon-scale-unbalanced:before {
  content: "\f183";
}

.wf-icon-scale-unbalanced-flip:before {
  content: "\f184";
}

.wf-icon-blender:before {
  content: "\f185";
}

.wf-icon-book-open:before {
  content: "\f186";
}

.wf-icon-tower-broadcast:before {
  content: "\f187";
}

.wf-icon-broom:before {
  content: "\f188";
}

.wf-icon-chalkboard:before {
  content: "\f189";
}

.wf-icon-chalkboard-user:before {
  content: "\f18a";
}

.wf-icon-church:before {
  content: "\f18b";
}

.wf-icon-coins:before {
  content: "\f18c";
}

.wf-icon-compact-disc:before {
  content: "\f18d";
}

.wf-icon-crow:before {
  content: "\f18e";
}

.wf-icon-crown:before {
  content: "\f18f";
}

.wf-icon-dice:before {
  content: "\f190";
}

.wf-icon-dice-five:before {
  content: "\f191";
}

.wf-icon-dice-four:before {
  content: "\f192";
}

.wf-icon-dice-one:before {
  content: "\f193";
}

.wf-icon-dice-six:before {
  content: "\f194";
}

.wf-icon-dice-three:before {
  content: "\f195";
}

.wf-icon-dice-two:before {
  content: "\f196";
}

.wf-icon-divide:before {
  content: "\f197";
}

.wf-icon-door-closed:before {
  content: "\f198";
}

.wf-icon-door-open:before {
  content: "\f199";
}

.wf-icon-feather:before {
  content: "\f19a";
}

.wf-icon-frog:before {
  content: "\f19b";
}

.wf-icon-gas-pump:before {
  content: "\f19c";
}

.wf-icon-glasses:before {
  content: "\f19d";
}

.wf-icon-greater-than-equal:before {
  content: "\f19e";
}

.wf-icon-helicopter:before {
  content: "\f19f";
}

.wf-icon-infinity:before {
  content: "\f1a0";
}

.wf-icon-kiwi-bird:before {
  content: "\f1a1";
}

.wf-icon-less-than-equal:before {
  content: "\f1a2";
}

.wf-icon-memory:before {
  content: "\f1a3";
}

.wf-icon-microphone-lines-slash:before {
  content: "\f1a4";
}

.wf-icon-money-bill-wave:before {
  content: "\f1a5";
}

.wf-icon-money-bill-1-wave:before {
  content: "\f1a6";
}

.wf-icon-money-check:before {
  content: "\f1a7";
}

.wf-icon-money-check-dollar:before {
  content: "\f1a8";
}

.wf-icon-not-equal:before {
  content: "\f1a9";
}

.wf-icon-palette:before {
  content: "\f1aa";
}

.wf-icon-square-parking:before {
  content: "\f1ab";
}

.wf-icon-diagram-project:before {
  content: "\f1ac";
}

.wf-icon-receipt:before {
  content: "\f1ad";
}

.wf-icon-robot:before {
  content: "\f1ae";
}

.wf-icon-ruler:before {
  content: "\f1af";
}

.wf-icon-ruler-combined:before {
  content: "\f1b0";
}

.wf-icon-ruler-horizontal:before {
  content: "\f1b1";
}

.wf-icon-ruler-vertical:before {
  content: "\f1b2";
}

.wf-icon-school:before {
  content: "\f1b3";
}

.wf-icon-screwdriver:before {
  content: "\f1b4";
}

.wf-icon-shoe-prints:before {
  content: "\f1b5";
}

.wf-icon-skull:before {
  content: "\f1b6";
}

.wf-icon-ban-smoking:before {
  content: "\f1b7";
}

.wf-icon-store:before {
  content: "\f1b8";
}

.wf-icon-shop:before {
  content: "\f1b9";
}

.wf-icon-bars-staggered:before {
  content: "\f1ba";
}

.wf-icon-stroopwafel:before {
  content: "\f1bb";
}

.wf-icon-toolbox:before {
  content: "\f1bc";
}

.wf-icon-shirt:before {
  content: "\f1bd";
}

.wf-icon-person-walking:before {
  content: "\f1be";
}

.wf-icon-wallet:before {
  content: "\f1bf";
}

.wf-icon-face-angry:before {
  content: "\f1c0";
}

.wf-icon-archway:before {
  content: "\f1c1";
}

.wf-icon-book-atlas:before {
  content: "\f1c2";
}

.wf-icon-award:before {
  content: "\f1c3";
}

.wf-icon-delete-left:before {
  content: "\f1c4";
}

.wf-icon-bezier-curve:before {
  content: "\f1c5";
}

.wf-icon-bong:before {
  content: "\f1c6";
}

.wf-icon-brush:before {
  content: "\f1c7";
}

.wf-icon-bus-simple:before {
  content: "\f1c8";
}

.wf-icon-cannabis:before {
  content: "\f1c9";
}

.wf-icon-check-double:before {
  content: "\f1ca";
}

.wf-icon-martini-glass-citrus:before {
  content: "\f1cb";
}

.wf-icon-bell-concierge:before {
  content: "\f1cc";
}

.wf-icon-cookie:before {
  content: "\f1cd";
}

.wf-icon-cookie-bite:before {
  content: "\f1ce";
}

.wf-icon-crop-simple:before {
  content: "\f1cf";
}

.wf-icon-tachograph-digital:before {
  content: "\f1d0";
}

.wf-icon-face-dizzy:before {
  content: "\f1d1";
}

.wf-icon-compass-drafting:before {
  content: "\f1d2";
}

.wf-icon-drum:before {
  content: "\f1d3";
}

.wf-icon-drum-steelpan:before {
  content: "\f1d4";
}

.wf-icon-feather-pointed:before {
  content: "\f1d5";
}

.wf-icon-file-contract:before {
  content: "\f1d6";
}

.wf-icon-file-arrow-down:before {
  content: "\f1d7";
}

.wf-icon-file-export:before {
  content: "\f1d8";
}

.wf-icon-file-import:before {
  content: "\f1d9";
}

.wf-icon-file-invoice:before {
  content: "\f1da";
}

.wf-icon-file-invoice-dollar:before {
  content: "\f1db";
}

.wf-icon-file-prescription:before {
  content: "\f1dc";
}

.wf-icon-file-signature:before {
  content: "\f1dd";
}

.wf-icon-file-arrow-up:before {
  content: "\f1de";
}

.wf-icon-fill:before {
  content: "\f1df";
}

.wf-icon-fill-drip:before {
  content: "\f1e0";
}

.wf-icon-fingerprint:before {
  content: "\f1e1";
}

.wf-icon-fish:before {
  content: "\f1e2";
}

.wf-icon-face-flushed:before {
  content: "\f1e3";
}

.wf-icon-face-frown-open:before {
  content: "\f1e4";
}

.wf-icon-martini-glass:before {
  content: "\f1e5";
}

.wf-icon-earth-africa:before {
  content: "\f1e6";
}

.wf-icon-earth-americas:before {
  content: "\f1e7";
}

.wf-icon-earth-asia:before {
  content: "\f1e8";
}

.wf-icon-face-grimace:before {
  content: "\f1e9";
}

.wf-icon-face-grin:before {
  content: "\f1ea";
}

.wf-icon-face-grin-wide:before {
  content: "\f1eb";
}

.wf-icon-face-grin-beam:before {
  content: "\f1ec";
}

.wf-icon-face-grin-beam-sweat:before {
  content: "\f1ed";
}

.wf-icon-face-grin-hearts:before {
  content: "\f1ee";
}

.wf-icon-face-grin-squint:before {
  content: "\f1ef";
}

.wf-icon-face-grin-squint-tears:before {
  content: "\f1f0";
}

.wf-icon-face-grin-stars:before {
  content: "\f1f1";
}

.wf-icon-face-grin-tears:before {
  content: "\f1f2";
}

.wf-icon-face-grin-tongue:before {
  content: "\f1f3";
}

.wf-icon-face-grin-tongue-squint:before {
  content: "\f1f4";
}

.wf-icon-face-grin-tongue-wink:before {
  content: "\f1f5";
}

.wf-icon-face-grin-wink:before {
  content: "\f1f6";
}

.wf-icon-grip:before {
  content: "\f1f7";
}

.wf-icon-grip-vertical:before {
  content: "\f1f8";
}

.wf-icon-headphones-simple:before {
  content: "\f1f9";
}

.wf-icon-headset:before {
  content: "\f1fa";
}

.wf-icon-highlighter:before {
  content: "\f1fb";
}

.wf-icon-hot-tub-person:before {
  content: "\f1fc";
}

.wf-icon-hotel:before {
  content: "\f1fd";
}

.wf-icon-joint:before {
  content: "\f1fe";
}

.wf-icon-face-kiss:before {
  content: "\f1ff";
}

.wf-icon-face-kiss-beam:before {
  content: "\f200";
}

.wf-icon-face-kiss-wink-heart:before {
  content: "\f201";
}

.wf-icon-face-laugh:before {
  content: "\f202";
}

.wf-icon-face-laugh-beam:before {
  content: "\f203";
}

.wf-icon-face-laugh-squint:before {
  content: "\f204";
}

.wf-icon-face-laugh-wink:before {
  content: "\f205";
}

.wf-icon-cart-flatbed-suitcase:before {
  content: "\f206";
}

.wf-icon-map-location:before {
  content: "\f207";
}

.wf-icon-map-location-dot:before {
  content: "\f208";
}

.wf-icon-marker:before {
  content: "\f209";
}

.wf-icon-medal:before {
  content: "\f20a";
}

.wf-icon-face-meh-blank:before {
  content: "\f20b";
}

.wf-icon-face-rolling-eyes:before {
  content: "\f20c";
}

.wf-icon-monument:before {
  content: "\f20d";
}

.wf-icon-mortar-pestle:before {
  content: "\f20e";
}

.wf-icon-paintbrush-fine:before {
  content: "\f20f";
}

.wf-icon-paint-roller:before {
  content: "\f210";
}

.wf-icon-passport:before {
  content: "\f211";
}

.wf-icon-pen-fancy:before {
  content: "\f212";
}

.wf-icon-pen-nib:before {
  content: "\f213";
}

.wf-icon-pen-ruler:before {
  content: "\f214";
}

.wf-icon-plane-arrival:before {
  content: "\f215";
}

.wf-icon-plane-departure:before {
  content: "\f216";
}

.wf-icon-prescription:before {
  content: "\f217";
}

.wf-icon-face-sad-cry:before {
  content: "\f218";
}

.wf-icon-face-sad-tear:before {
  content: "\f219";
}

.wf-icon-van-shuttle:before {
  content: "\f21a";
}

.wf-icon-signature:before {
  content: "\f21b";
}

.wf-icon-face-smile-beam:before {
  content: "\f21c";
}

.wf-icon-face-smile-plus:before {
  content: "\f21d";
}

.wf-icon-solar-panel:before {
  content: "\f21e";
}

.wf-icon-spa:before {
  content: "\f21f";
}

.wf-icon-splotch:before {
  content: "\f220";
}

.wf-icon-spray-can:before {
  content: "\f221";
}

.wf-icon-stamp:before {
  content: "\f222";
}

.wf-icon-star-half-stroke:before {
  content: "\f223";
}

.wf-icon-suitcase-rolling:before {
  content: "\f224";
}

.wf-icon-face-surprise:before {
  content: "\f225";
}

.wf-icon-swatchbook:before {
  content: "\f226";
}

.wf-icon-person-swimming:before {
  content: "\f227";
}

.wf-icon-water-ladder:before {
  content: "\f228";
}

.wf-icon-droplet-slash:before {
  content: "\f229";
}

.wf-icon-face-tired:before {
  content: "\f22a";
}

.wf-icon-tooth:before {
  content: "\f22b";
}

.wf-icon-umbrella-beach:before {
  content: "\f22c";
}

.wf-icon-vector-square:before {
  content: "\f22d";
}

.wf-icon-weight-hanging:before {
  content: "\f22e";
}

.wf-icon-wine-glass-empty:before {
  content: "\f22f";
}

.wf-icon-spray-can-sparkles:before {
  content: "\f230";
}

.wf-icon-apple-whole:before {
  content: "\f231";
}

.wf-icon-atom:before {
  content: "\f232";
}

.wf-icon-atom-simple:before {
  content: "\f233";
}

.wf-icon-backpack:before {
  content: "\f234";
}

.wf-icon-bell-school:before {
  content: "\f235";
}

.wf-icon-bell-school-slash:before {
  content: "\f236";
}

.wf-icon-bone:before {
  content: "\f237";
}

.wf-icon-bone-break:before {
  content: "\f238";
}

.wf-icon-book-blank:before {
  content: "\f239";
}

.wf-icon-book-open-reader:before {
  content: "\f23a";
}

.wf-icon-books:before {
  content: "\f23b";
}

.wf-icon-brain:before {
  content: "\f23c";
}

.wf-icon-bus-school:before {
  content: "\f23d";
}

.wf-icon-car-rear:before {
  content: "\f23e";
}

.wf-icon-car-battery:before {
  content: "\f23f";
}

.wf-icon-car-bump:before {
  content: "\f240";
}

.wf-icon-car-burst:before {
  content: "\f241";
}

.wf-icon-car-garage:before {
  content: "\f242";
}

.wf-icon-car-wrench:before {
  content: "\f243";
}

.wf-icon-car-side:before {
  content: "\f244";
}

.wf-icon-car-tilt:before {
  content: "\f245";
}

.wf-icon-car-wash:before {
  content: "\f246";
}

.wf-icon-charging-station:before {
  content: "\f247";
}

.wf-icon-clipboard-prescription:before {
  content: "\f248";
}

.wf-icon-compass-slash:before {
  content: "\f249";
}

.wf-icon-diploma:before {
  content: "\f24a";
}

.wf-icon-diamond-turn-right:before {
  content: "\f24b";
}

.wf-icon-do-not-enter:before {
  content: "\f24c";
}

.wf-icon-draw-circle:before {
  content: "\f24d";
}

.wf-icon-draw-polygon:before {
  content: "\f24e";
}

.wf-icon-draw-square:before {
  content: "\f24f";
}

.wf-icon-ear:before {
  content: "\f250";
}

.wf-icon-engine-warning:before {
  content: "\f251";
}

.wf-icon-file-certificate:before {
  content: "\f252";
}

.wf-icon-gas-pump-slash:before {
  content: "\f253";
}

.wf-icon-glasses-round:before {
  content: "\f254";
}

.wf-icon-globe-stand:before {
  content: "\f255";
}

.wf-icon-wave-pulse:before {
  content: "\f256";
}

.wf-icon-inhaler:before {
  content: "\f257";
}

.wf-icon-kidneys:before {
  content: "\f258";
}

.wf-icon-laptop-code:before {
  content: "\f259";
}

.wf-icon-layer-group:before {
  content: "\f25a";
}

.wf-icon-layer-minus:before {
  content: "\f25b";
}

.wf-icon-layer-plus:before {
  content: "\f25c";
}

.wf-icon-lips:before {
  content: "\f25d";
}

.wf-icon-location-crosshairs:before {
  content: "\f25e";
}

.wf-icon-circle-location-arrow:before {
  content: "\f25f";
}

.wf-icon-location-crosshairs-slash:before {
  content: "\f260";
}

.wf-icon-lungs:before {
  content: "\f261";
}

.wf-icon-location-dot-slash:before {
  content: "\f262";
}

.wf-icon-location-check:before {
  content: "\f263";
}

.wf-icon-location-pen:before {
  content: "\f264";
}

.wf-icon-location-exclamation:before {
  content: "\f265";
}

.wf-icon-location-minus:before {
  content: "\f266";
}

.wf-icon-location-plus:before {
  content: "\f267";
}

.wf-icon-location-question:before {
  content: "\f268";
}

.wf-icon-location-pin-slash:before {
  content: "\f269";
}

.wf-icon-location-smile:before {
  content: "\f26a";
}

.wf-icon-location-xmark:before {
  content: "\f26b";
}

.wf-icon-microscope:before {
  content: "\f26c";
}

.wf-icon-monitor-waveform:before {
  content: "\f26d";
}

.wf-icon-oil-can:before {
  content: "\f26e";
}

.wf-icon-oil-temperature:before {
  content: "\f26f";
}

.wf-icon-circle-parking:before {
  content: "\f270";
}

.wf-icon-ban-parking:before {
  content: "\f271";
}

.wf-icon-square-parking-slash:before {
  content: "\f272";
}

.wf-icon-pen-paintbrush:before {
  content: "\f273";
}

.wf-icon-poop:before {
  content: "\f274";
}

.wf-icon-route-highway:before {
  content: "\f275";
}

.wf-icon-route-interstate:before {
  content: "\f276";
}

.wf-icon-ruler-triangle:before {
  content: "\f277";
}

.wf-icon-scalpel:before {
  content: "\f278";
}

.wf-icon-scalpel-line-dashed:before {
  content: "\f279";
}

.wf-icon-shapes:before {
  content: "\f27a";
}

.wf-icon-skeleton:before {
  content: "\f27b";
}

.wf-icon-star-of-life:before {
  content: "\f27c";
}

.wf-icon-steering-wheel:before {
  content: "\f27d";
}

.wf-icon-stomach:before {
  content: "\f27e";
}

.wf-icon-gauge:before {
  content: "\f27f";
}

.wf-icon-gauge-high:before {
  content: "\f280";
}

.wf-icon-gauge-max:before {
  content: "\f281";
}

.wf-icon-gauge-low:before {
  content: "\f282";
}

.wf-icon-gauge-min:before {
  content: "\f283";
}

.wf-icon-gauge-simple:before {
  content: "\f284";
}

.wf-icon-gauge-simple-high:before {
  content: "\f285";
}

.wf-icon-gauge-simple-max:before {
  content: "\f286";
}

.wf-icon-gauge-simple-low:before {
  content: "\f287";
}

.wf-icon-gauge-simple-min:before {
  content: "\f288";
}

.wf-icon-teeth:before {
  content: "\f289";
}

.wf-icon-teeth-open:before {
  content: "\f28a";
}

.wf-icon-masks-theater:before {
  content: "\f28b";
}

.wf-icon-tire:before {
  content: "\f28c";
}

.wf-icon-tire-flat:before {
  content: "\f28d";
}

.wf-icon-tire-pressure-warning:before {
  content: "\f28e";
}

.wf-icon-tire-rugged:before {
  content: "\f28f";
}

.wf-icon-toothbrush:before {
  content: "\f290";
}

.wf-icon-traffic-cone:before {
  content: "\f291";
}

.wf-icon-traffic-light:before {
  content: "\f292";
}

.wf-icon-traffic-light-go:before {
  content: "\f293";
}

.wf-icon-traffic-light-slow:before {
  content: "\f294";
}

.wf-icon-traffic-light-stop:before {
  content: "\f295";
}

.wf-icon-truck-monster:before {
  content: "\f296";
}

.wf-icon-truck-pickup:before {
  content: "\f297";
}

.wf-icon-screen-users:before {
  content: "\f298";
}

.wf-icon-watch-fitness:before {
  content: "\f299";
}

.wf-icon-abacus:before {
  content: "\f29a";
}

.wf-icon-rectangle-ad:before {
  content: "\f29b";
}

.wf-icon-chart-mixed:before {
  content: "\f29c";
}

.wf-icon-ankh:before {
  content: "\f29d";
}

.wf-icon-badge-dollar:before {
  content: "\f29e";
}

.wf-icon-badge-percent:before {
  content: "\f29f";
}

.wf-icon-book-bible:before {
  content: "\f2a0";
}

.wf-icon-bullseye-arrow:before {
  content: "\f2a1";
}

.wf-icon-bullseye-pointer:before {
  content: "\f2a2";
}

.wf-icon-business-time:before {
  content: "\f2a3";
}

.wf-icon-cabinet-filing:before {
  content: "\f2a4";
}

.wf-icon-calculator-simple:before {
  content: "\f2a5";
}

.wf-icon-chart-line-down:before {
  content: "\f2a6";
}

.wf-icon-chart-pie-simple:before {
  content: "\f2a7";
}

.wf-icon-city:before {
  content: "\f2a8";
}

.wf-icon-message-dollar:before {
  content: "\f2a9";
}

.wf-icon-comment-dollar:before {
  content: "\f2aa";
}

.wf-icon-messages-dollar:before {
  content: "\f2ab";
}

.wf-icon-comments-dollar:before {
  content: "\f2ac";
}

.wf-icon-cross:before {
  content: "\f2ad";
}

.wf-icon-dharmachakra:before {
  content: "\f2ae";
}

.wf-icon-empty-set:before {
  content: "\f2af";
}

.wf-icon-envelope-open-dollar:before {
  content: "\f2b0";
}

.wf-icon-envelope-open-text:before {
  content: "\f2b1";
}

.wf-icon-file-chart-column:before {
  content: "\f2b2";
}

.wf-icon-file-chart-pie:before {
  content: "\f2b3";
}

.wf-icon-file-spreadsheet:before {
  content: "\f2b4";
}

.wf-icon-file-user:before {
  content: "\f2b5";
}

.wf-icon-folder-minus:before {
  content: "\f2b6";
}

.wf-icon-folder-plus:before {
  content: "\f2b7";
}

.wf-icon-folder-xmark:before {
  content: "\f2b8";
}

.wf-icon-folders:before {
  content: "\f2b9";
}

.wf-icon-function:before {
  content: "\f2ba";
}

.wf-icon-filter-circle-dollar:before {
  content: "\f2bb";
}

.wf-icon-gift-card:before {
  content: "\f2bc";
}

.wf-icon-gopuram:before {
  content: "\f2bd";
}

.wf-icon-hamsa:before {
  content: "\f2be";
}

.wf-icon-bahai:before {
  content: "\f2bf";
}

.wf-icon-integral:before {
  content: "\f2c0";
}

.wf-icon-intersection:before {
  content: "\f2c1";
}

.wf-icon-jedi:before {
  content: "\f2c2";
}

.wf-icon-book-journal-whills:before {
  content: "\f2c3";
}

.wf-icon-kaaba:before {
  content: "\f2c4";
}

.wf-icon-keynote:before {
  content: "\f2c5";
}

.wf-icon-khanda:before {
  content: "\f2c6";
}

.wf-icon-lambda:before {
  content: "\f2c7";
}

.wf-icon-landmark:before {
  content: "\f2c8";
}

.wf-icon-lightbulb-dollar:before {
  content: "\f2c9";
}

.wf-icon-lightbulb-exclamation:before {
  content: "\f2ca";
}

.wf-icon-lightbulb-on:before {
  content: "\f2cb";
}

.wf-icon-lightbulb-slash:before {
  content: "\f2cc";
}

.wf-icon-envelopes-bulk:before {
  content: "\f2cd";
}

.wf-icon-megaphone:before {
  content: "\f2ce";
}

.wf-icon-menorah:before {
  content: "\f2cf";
}

.wf-icon-brain-arrow-curved-right:before {
  content: "\f2d0";
}

.wf-icon-mosque:before {
  content: "\f2d1";
}

.wf-icon-om:before {
  content: "\f2d2";
}

.wf-icon-omega:before {
  content: "\f2d3";
}

.wf-icon-spaghetti-monster-flying:before {
  content: "\f2d4";
}

.wf-icon-peace:before {
  content: "\f2d5";
}

.wf-icon-phone-office:before {
  content: "\f2d6";
}

.wf-icon-pi:before {
  content: "\f2d7";
}

.wf-icon-place-of-worship:before {
  content: "\f2d8";
}

.wf-icon-podium:before {
  content: "\f2d9";
}

.wf-icon-square-poll-vertical:before {
  content: "\f2da";
}

.wf-icon-square-poll-horizontal:before {
  content: "\f2db";
}

.wf-icon-person-praying:before {
  content: "\f2dc";
}

.wf-icon-hands-praying:before {
  content: "\f2dd";
}

.wf-icon-presentation-screen:before {
  content: "\f2de";
}

.wf-icon-print-slash:before {
  content: "\f2df";
}

.wf-icon-book-quran:before {
  content: "\f2e0";
}

.wf-icon-magnifying-glass-dollar:before {
  content: "\f2e1";
}

.wf-icon-magnifying-glass-location:before {
  content: "\f2e2";
}

.wf-icon-shredder:before {
  content: "\f2e3";
}

.wf-icon-sigma:before {
  content: "\f2e4";
}

.wf-icon-signal-weak:before {
  content: "\f2e5";
}

.wf-icon-signal-fair:before {
  content: "\f2e6";
}

.wf-icon-signal-good:before {
  content: "\f2e7";
}

.wf-icon-signal-strong:before {
  content: "\f2e8";
}

.wf-icon-signal-bars:before {
  content: "\f2e9";
}

.wf-icon-signal-bars-weak:before {
  content: "\f2ea";
}

.wf-icon-signal-bars-fair:before {
  content: "\f2eb";
}

.wf-icon-signal-bars-good:before {
  content: "\f2ec";
}

.wf-icon-signal-bars-slash:before {
  content: "\f2ed";
}

.wf-icon-signal-slash:before {
  content: "\f2ee";
}

.wf-icon-socks:before {
  content: "\f2ef";
}

.wf-icon-square-root:before {
  content: "\f2f0";
}

.wf-icon-square-root-variable:before {
  content: "\f2f1";
}

.wf-icon-star-and-crescent:before {
  content: "\f2f2";
}

.wf-icon-star-of-david:before {
  content: "\f2f3";
}

.wf-icon-synagogue:before {
  content: "\f2f4";
}

.wf-icon-tally:before {
  content: "\f2f5";
}

.wf-icon-theta:before {
  content: "\f2f6";
}

.wf-icon-scroll-torah:before {
  content: "\f2f7";
}

.wf-icon-torii-gate:before {
  content: "\f2f8";
}

.wf-icon-union:before {
  content: "\f2f9";
}

.wf-icon-chart-user:before {
  content: "\f2fa";
}

.wf-icon-user-crown:before {
  content: "\f2fb";
}

.wf-icon-user-group-crown:before {
  content: "\f2fc";
}

.wf-icon-value-absolute:before {
  content: "\f2fd";
}

.wf-icon-vihara:before {
  content: "\f2fe";
}

.wf-icon-volume:before {
  content: "\f2ff";
}

.wf-icon-volume-xmark:before {
  content: "\f300";
}

.wf-icon-wifi-weak:before {
  content: "\f301";
}

.wf-icon-wifi-fair:before {
  content: "\f302";
}

.wf-icon-wifi-slash:before {
  content: "\f303";
}

.wf-icon-yin-yang:before {
  content: "\f304";
}

.wf-icon-acorn:before {
  content: "\f305";
}

.wf-icon-alicorn:before {
  content: "\f306";
}

.wf-icon-crate-apple:before {
  content: "\f307";
}

.wf-icon-axe:before {
  content: "\f308";
}

.wf-icon-axe-battle:before {
  content: "\f309";
}

.wf-icon-badger-honey:before {
  content: "\f30a";
}

.wf-icon-bat:before {
  content: "\f30b";
}

.wf-icon-blender-phone:before {
  content: "\f30c";
}

.wf-icon-book-skull:before {
  content: "\f30d";
}

.wf-icon-book-sparkles:before {
  content: "\f30e";
}

.wf-icon-bow-arrow:before {
  content: "\f30f";
}

.wf-icon-campfire:before {
  content: "\f310";
}

.wf-icon-campground:before {
  content: "\f311";
}

.wf-icon-candle-holder:before {
  content: "\f312";
}

.wf-icon-candy-corn:before {
  content: "\f313";
}

.wf-icon-cat:before {
  content: "\f314";
}

.wf-icon-cauldron:before {
  content: "\f315";
}

.wf-icon-chair:before {
  content: "\f316";
}

.wf-icon-chair-office:before {
  content: "\f317";
}

.wf-icon-claw-marks:before {
  content: "\f318";
}

.wf-icon-cloud-moon:before {
  content: "\f319";
}

.wf-icon-cloud-sun:before {
  content: "\f31a";
}

.wf-icon-cup-togo:before {
  content: "\f31b";
}

.wf-icon-coffin:before {
  content: "\f31c";
}

.wf-icon-corn:before {
  content: "\f31d";
}

.wf-icon-cow:before {
  content: "\f31e";
}

.wf-icon-dagger:before {
  content: "\f31f";
}

.wf-icon-dice-d10:before {
  content: "\f320";
}

.wf-icon-dice-d12:before {
  content: "\f321";
}

.wf-icon-dice-d20:before {
  content: "\f322";
}

.wf-icon-dice-d4:before {
  content: "\f323";
}

.wf-icon-dice-d6:before {
  content: "\f324";
}

.wf-icon-dice-d8:before {
  content: "\f325";
}

.wf-icon-dog:before {
  content: "\f326";
}

.wf-icon-dog-leashed:before {
  content: "\f327";
}

.wf-icon-dragon:before {
  content: "\f328";
}

.wf-icon-drumstick:before {
  content: "\f329";
}

.wf-icon-drumstick-bite:before {
  content: "\f32a";
}

.wf-icon-duck:before {
  content: "\f32b";
}

.wf-icon-dungeon:before {
  content: "\f32c";
}

.wf-icon-elephant:before {
  content: "\f32d";
}

.wf-icon-eye-evil:before {
  content: "\f32e";
}

.wf-icon-file-csv:before {
  content: "\f32f";
}

.wf-icon-hand-fist:before {
  content: "\f330";
}

.wf-icon-fire-flame:before {
  content: "\f331";
}

.wf-icon-flask-round-poison:before {
  content: "\f332";
}

.wf-icon-flask-round-potion:before {
  content: "\f333";
}

.wf-icon-ghost:before {
  content: "\f334";
}

.wf-icon-hammer:before {
  content: "\f335";
}

.wf-icon-hammer-war:before {
  content: "\f336";
}

.wf-icon-hand-holding-magic:before {
  content: "\f337";
}

.wf-icon-hanukiah:before {
  content: "\f338";
}

.wf-icon-hat-witch:before {
  content: "\f339";
}

.wf-icon-hat-wizard:before {
  content: "\f33a";
}

.wf-icon-head-side:before {
  content: "\f33b";
}

.wf-icon-head-side-goggles:before {
  content: "\f33c";
}

.wf-icon-helmet-battle:before {
  content: "\f33d";
}

.wf-icon-person-hiking:before {
  content: "\f33e";
}

.wf-icon-hippo:before {
  content: "\f33f";
}

.wf-icon-hockey-mask:before {
  content: "\f340";
}

.wf-icon-hood-cloak:before {
  content: "\f341";
}

.wf-icon-horse:before {
  content: "\f342";
}

.wf-icon-house-chimney-crack:before {
  content: "\f343";
}

.wf-icon-hryvnia-sign:before {
  content: "\f344";
}

.wf-icon-key-skeleton:before {
  content: "\f345";
}

.wf-icon-kite:before {
  content: "\f346";
}

.wf-icon-knife-kitchen:before {
  content: "\f347";
}

.wf-icon-leaf-maple:before {
  content: "\f348";
}

.wf-icon-leaf-oak:before {
  content: "\f349";
}

.wf-icon-mace:before {
  content: "\f34a";
}

.wf-icon-mandolin:before {
  content: "\f34b";
}

.wf-icon-mask:before {
  content: "\f34c";
}

.wf-icon-monkey:before {
  content: "\f34d";
}

.wf-icon-mountain:before {
  content: "\f34e";
}

.wf-icon-mountains:before {
  content: "\f34f";
}

.wf-icon-narwhal:before {
  content: "\f350";
}

.wf-icon-network-wired:before {
  content: "\f351";
}

.wf-icon-otter:before {
  content: "\f352";
}

.wf-icon-paw-simple:before {
  content: "\f353";
}

.wf-icon-paw-claws:before {
  content: "\f354";
}

.wf-icon-pegasus:before {
  content: "\f355";
}

.wf-icon-pie:before {
  content: "\f356";
}

.wf-icon-pig:before {
  content: "\f357";
}

.wf-icon-pumpkin:before {
  content: "\f358";
}

.wf-icon-rabbit:before {
  content: "\f359";
}

.wf-icon-rabbit-running:before {
  content: "\f35a";
}

.wf-icon-ram:before {
  content: "\f35b";
}

.wf-icon-ring:before {
  content: "\f35c";
}

.wf-icon-person-running:before {
  content: "\f35d";
}

.wf-icon-scarecrow:before {
  content: "\f35e";
}

.wf-icon-scroll:before {
  content: "\f35f";
}

.wf-icon-scroll-old:before {
  content: "\f360";
}

.wf-icon-scythe:before {
  content: "\f361";
}

.wf-icon-sheep:before {
  content: "\f362";
}

.wf-icon-shield-cross:before {
  content: "\f363";
}

.wf-icon-shovel:before {
  content: "\f364";
}

.wf-icon-skull-crossbones:before {
  content: "\f365";
}

.wf-icon-slash:before {
  content: "\f366";
}

.wf-icon-snake:before {
  content: "\f367";
}

.wf-icon-spider:before {
  content: "\f368";
}

.wf-icon-spider-black-widow:before {
  content: "\f369";
}

.wf-icon-spider-web:before {
  content: "\f36a";
}

.wf-icon-squirrel:before {
  content: "\f36b";
}

.wf-icon-staff:before {
  content: "\f36c";
}

.wf-icon-sword:before {
  content: "\f36d";
}

.wf-icon-swords:before {
  content: "\f36e";
}

.wf-icon-toilet-paper:before {
  content: "\f36f";
}

.wf-icon-toilet-paper-blank:before {
  content: "\f370";
}

.wf-icon-tombstone:before {
  content: "\f371";
}

.wf-icon-tombstone-blank:before {
  content: "\f372";
}

.wf-icon-tractor:before {
  content: "\f373";
}

.wf-icon-treasure-chest:before {
  content: "\f374";
}

.wf-icon-trees:before {
  content: "\f375";
}

.wf-icon-turkey:before {
  content: "\f376";
}

.wf-icon-turtle:before {
  content: "\f377";
}

.wf-icon-unicorn:before {
  content: "\f378";
}

.wf-icon-user-injured:before {
  content: "\f379";
}

.wf-icon-vr-cardboard:before {
  content: "\f37a";
}

.wf-icon-wand:before {
  content: "\f37b";
}

.wf-icon-wand-sparkles:before {
  content: "\f37c";
}

.wf-icon-whale:before {
  content: "\f37d";
}

.wf-icon-wheat:before {
  content: "\f37e";
}

.wf-icon-wind:before {
  content: "\f37f";
}

.wf-icon-wine-bottle:before {
  content: "\f380";
}

.wf-icon-ballot:before {
  content: "\f381";
}

.wf-icon-ballot-check:before {
  content: "\f382";
}

.wf-icon-booth-curtain:before {
  content: "\f383";
}

.wf-icon-box-ballot:before {
  content: "\f384";
}

.wf-icon-calendar-star:before {
  content: "\f385";
}

.wf-icon-clipboard-list-check:before {
  content: "\f386";
}

.wf-icon-cloud-drizzle:before {
  content: "\f387";
}

.wf-icon-cloud-hail:before {
  content: "\f388";
}

.wf-icon-cloud-hail-mixed:before {
  content: "\f389";
}

.wf-icon-cloud-meatball:before {
  content: "\f38a";
}

.wf-icon-cloud-moon-rain:before {
  content: "\f38b";
}

.wf-icon-cloud-rain:before {
  content: "\f38c";
}

.wf-icon-cloud-rainbow:before {
  content: "\f38d";
}

.wf-icon-cloud-showers:before {
  content: "\f38e";
}

.wf-icon-cloud-showers-heavy:before {
  content: "\f38f";
}

.wf-icon-cloud-sleet:before {
  content: "\f390";
}

.wf-icon-cloud-snow:before {
  content: "\f391";
}

.wf-icon-cloud-sun-rain:before {
  content: "\f392";
}

.wf-icon-clouds:before {
  content: "\f393";
}

.wf-icon-clouds-moon:before {
  content: "\f394";
}

.wf-icon-clouds-sun:before {
  content: "\f395";
}

.wf-icon-democrat:before {
  content: "\f396";
}

.wf-icon-droplet-degree:before {
  content: "\f397";
}

.wf-icon-eclipse:before {
  content: "\f398";
}

.wf-icon-moon-over-sun:before {
  content: "\f399";
}

.wf-icon-fire-smoke:before {
  content: "\f39a";
}

.wf-icon-flag-swallowtail:before {
  content: "\f39b";
}

.wf-icon-flag-usa:before {
  content: "\f39c";
}

.wf-icon-cloud-fog:before {
  content: "\f39d";
}

.wf-icon-house-water:before {
  content: "\f39e";
}

.wf-icon-droplet-percent:before {
  content: "\f39f";
}

.wf-icon-hurricane:before {
  content: "\f3a0";
}

.wf-icon-landmark-dome:before {
  content: "\f3a1";
}

.wf-icon-meteor:before {
  content: "\f3a2";
}

.wf-icon-moon-cloud:before {
  content: "\f3a3";
}

.wf-icon-moon-stars:before {
  content: "\f3a4";
}

.wf-icon-person-booth:before {
  content: "\f3a5";
}

.wf-icon-person-sign:before {
  content: "\f3a6";
}

.wf-icon-podium-star:before {
  content: "\f3a7";
}

.wf-icon-poll-people:before {
  content: "\f3a8";
}

.wf-icon-poo-storm:before {
  content: "\f3a9";
}

.wf-icon-rainbow:before {
  content: "\f3aa";
}

.wf-icon-raindrops:before {
  content: "\f3ab";
}

.wf-icon-republican:before {
  content: "\f3ac";
}

.wf-icon-smog:before {
  content: "\f3ad";
}

.wf-icon-smoke:before {
  content: "\f3ae";
}

.wf-icon-snow-blowing:before {
  content: "\f3af";
}

.wf-icon-stars:before {
  content: "\f3b0";
}

.wf-icon-sun-cloud:before {
  content: "\f3b1";
}

.wf-icon-sun-dust:before {
  content: "\f3b2";
}

.wf-icon-sun-haze:before {
  content: "\f3b3";
}

.wf-icon-sunrise:before {
  content: "\f3b4";
}

.wf-icon-sunset:before {
  content: "\f3b5";
}

.wf-icon-temperature-snow:before {
  content: "\f3b6";
}

.wf-icon-temperature-high:before {
  content: "\f3b7";
}

.wf-icon-temperature-sun:before {
  content: "\f3b8";
}

.wf-icon-temperature-low:before {
  content: "\f3b9";
}

.wf-icon-cloud-bolt:before {
  content: "\f3ba";
}

.wf-icon-cloud-bolt-moon:before {
  content: "\f3bb";
}

.wf-icon-cloud-bolt-sun:before {
  content: "\f3bc";
}

.wf-icon-tornado:before {
  content: "\f3bd";
}

.wf-icon-volcano:before {
  content: "\f3be";
}

.wf-icon-xmark-to-slot:before {
  content: "\f3bf";
}

.wf-icon-check-to-slot:before {
  content: "\f3c0";
}

.wf-icon-water:before {
  content: "\f3c1";
}

.wf-icon-water-arrow-down:before {
  content: "\f3c2";
}

.wf-icon-water-arrow-up:before {
  content: "\f3c3";
}

.wf-icon-wind-warning:before {
  content: "\f3c4";
}

.wf-icon-windsock:before {
  content: "\f3c5";
}

.wf-icon-angel:before {
  content: "\f3c6";
}

.wf-icon-baby:before {
  content: "\f3c7";
}

.wf-icon-baby-carriage:before {
  content: "\f3c8";
}

.wf-icon-ball-pile:before {
  content: "\f3c9";
}

.wf-icon-bells:before {
  content: "\f3ca";
}

.wf-icon-biohazard:before {
  content: "\f3cb";
}

.wf-icon-blog:before {
  content: "\f3cc";
}

.wf-icon-boot:before {
  content: "\f3cd";
}

.wf-icon-calendar-day:before {
  content: "\f3ce";
}

.wf-icon-calendar-week:before {
  content: "\f3cf";
}

.wf-icon-candy-cane:before {
  content: "\f3d0";
}

.wf-icon-carrot:before {
  content: "\f3d1";
}

.wf-icon-cash-register:before {
  content: "\f3d2";
}

.wf-icon-chart-network:before {
  content: "\f3d3";
}

.wf-icon-chimney:before {
  content: "\f3d4";
}

.wf-icon-minimize:before {
  content: "\f3d5";
}

.wf-icon-deer:before {
  content: "\f3d6";
}

.wf-icon-deer-rudolph:before {
  content: "\f3d7";
}

.wf-icon-dreidel:before {
  content: "\f3d8";
}

.wf-icon-dumpster:before {
  content: "\f3d9";
}

.wf-icon-dumpster-fire:before {
  content: "\f3da";
}

.wf-icon-ear-muffs:before {
  content: "\f3db";
}

.wf-icon-ethernet:before {
  content: "\f3dc";
}

.wf-icon-fireplace:before {
  content: "\f3dd";
}

.wf-icon-snowman-head:before {
  content: "\f3de";
}

.wf-icon-gifts:before {
  content: "\f3df";
}

.wf-icon-gingerbread-man:before {
  content: "\f3e0";
}

.wf-icon-champagne-glass:before {
  content: "\f3e1";
}

.wf-icon-champagne-glasses:before {
  content: "\f3e2";
}

.wf-icon-whiskey-glass:before {
  content: "\f3e3";
}

.wf-icon-whiskey-glass-ice:before {
  content: "\f3e4";
}

.wf-icon-earth-europe:before {
  content: "\f3e5";
}

.wf-icon-globe-snow:before {
  content: "\f3e6";
}

.wf-icon-grip-lines:before {
  content: "\f3e7";
}

.wf-icon-grip-lines-vertical:before {
  content: "\f3e8";
}

.wf-icon-guitar:before {
  content: "\f3e9";
}

.wf-icon-hat-santa:before {
  content: "\f3ea";
}

.wf-icon-hat-winter:before {
  content: "\f3eb";
}

.wf-icon-heart-crack:before {
  content: "\f3ec";
}

.wf-icon-holly-berry:before {
  content: "\f3ed";
}

.wf-icon-horse-head:before {
  content: "\f3ee";
}

.wf-icon-ice-skate:before {
  content: "\f3ef";
}

.wf-icon-icicles:before {
  content: "\f3f0";
}

.wf-icon-igloo:before {
  content: "\f3f1";
}

.wf-icon-lights-holiday:before {
  content: "\f3f2";
}

.wf-icon-mistletoe:before {
  content: "\f3f3";
}

.wf-icon-mitten:before {
  content: "\f3f4";
}

.wf-icon-mug-hot:before {
  content: "\f3f5";
}

.wf-icon-mug-marshmallows:before {
  content: "\f3f6";
}

.wf-icon-ornament:before {
  content: "\f3f7";
}

.wf-icon-radiation:before {
  content: "\f3f8";
}

.wf-icon-circle-radiation:before {
  content: "\f3f9";
}

.wf-icon-restroom:before {
  content: "\f3fa";
}

.wf-icon-rv:before {
  content: "\f3fb";
}

.wf-icon-satellite:before {
  content: "\f3fc";
}

.wf-icon-satellite-dish:before {
  content: "\f3fd";
}

.wf-icon-scarf:before {
  content: "\f3fe";
}

.wf-icon-sd-card:before {
  content: "\f3ff";
}

.wf-icon-shovel-snow:before {
  content: "\f400";
}

.wf-icon-sim-card:before {
  content: "\f401";
}

.wf-icon-person-skating:before {
  content: "\f402";
}

.wf-icon-person-ski-jumping:before {
  content: "\f403";
}

.wf-icon-person-ski-lift:before {
  content: "\f404";
}

.wf-icon-person-skiing:before {
  content: "\f405";
}

.wf-icon-person-skiing-nordic:before {
  content: "\f406";
}

.wf-icon-person-sledding:before {
  content: "\f407";
}

.wf-icon-sleigh:before {
  content: "\f408";
}

.wf-icon-comment-sms:before {
  content: "\f409";
}

.wf-icon-person-snowboarding:before {
  content: "\f40a";
}

.wf-icon-snowflakes:before {
  content: "\f40b";
}

.wf-icon-snowman:before {
  content: "\f40c";
}

.wf-icon-person-snowmobiling:before {
  content: "\f40d";
}

.wf-icon-snowplow:before {
  content: "\f40e";
}

.wf-icon-star-christmas:before {
  content: "\f40f";
}

.wf-icon-stocking:before {
  content: "\f410";
}

.wf-icon-tenge-sign:before {
  content: "\f411";
}

.wf-icon-toilet:before {
  content: "\f412";
}

.wf-icon-screwdriver-wrench:before {
  content: "\f413";
}

.wf-icon-cable-car:before {
  content: "\f414";
}

.wf-icon-tree-christmas:before {
  content: "\f415";
}

.wf-icon-tree-decorated:before {
  content: "\f416";
}

.wf-icon-tree-large:before {
  content: "\f417";
}

.wf-icon-truck-plow:before {
  content: "\f418";
}

.wf-icon-wreath:before {
  content: "\f419";
}

.wf-icon-fire-flame-curved:before {
  content: "\f41a";
}

.wf-icon-bacon:before {
  content: "\f41b";
}

.wf-icon-book-medical:before {
  content: "\f41c";
}

.wf-icon-book-user:before {
  content: "\f41d";
}

.wf-icon-books-medical:before {
  content: "\f41e";
}

.wf-icon-brackets-square:before {
  content: "\f41f";
}

.wf-icon-brackets-curly:before {
  content: "\f420";
}

.wf-icon-bread-loaf:before {
  content: "\f421";
}

.wf-icon-bread-slice:before {
  content: "\f422";
}

.wf-icon-burrito:before {
  content: "\f423";
}

.wf-icon-chart-scatter:before {
  content: "\f424";
}

.wf-icon-cheese:before {
  content: "\f425";
}

.wf-icon-cheese-swiss:before {
  content: "\f426";
}

.wf-icon-burger-cheese:before {
  content: "\f427";
}

.wf-icon-house-chimney-medical:before {
  content: "\f428";
}

.wf-icon-clipboard-user:before {
  content: "\f429";
}

.wf-icon-message-medical:before {
  content: "\f42a";
}

.wf-icon-comment-medical:before {
  content: "\f42b";
}

.wf-icon-croissant:before {
  content: "\f42c";
}

.wf-icon-crutch:before {
  content: "\f42d";
}

.wf-icon-crutches:before {
  content: "\f42e";
}

.wf-icon-ban-bug:before {
  content: "\f42f";
}

.wf-icon-disease:before {
  content: "\f430";
}

.wf-icon-egg:before {
  content: "\f431";
}

.wf-icon-egg-fried:before {
  content: "\f432";
}

.wf-icon-files-medical:before {
  content: "\f433";
}

.wf-icon-fish-cooked:before {
  content: "\f434";
}

.wf-icon-flower:before {
  content: "\f435";
}

.wf-icon-flower-daffodil:before {
  content: "\f436";
}

.wf-icon-flower-tulip:before {
  content: "\f437";
}

.wf-icon-folder-tree:before {
  content: "\f438";
}

.wf-icon-french-fries:before {
  content: "\f439";
}

.wf-icon-glass:before {
  content: "\f43a";
}

.wf-icon-burger:before {
  content: "\f43b";
}

.wf-icon-hand-middle-finger:before {
  content: "\f43c";
}

.wf-icon-helmet-safety:before {
  content: "\f43d";
}

.wf-icon-head-side-brain:before {
  content: "\f43e";
}

.wf-icon-head-side-medical:before {
  content: "\f43f";
}

.wf-icon-hospital-user:before {
  content: "\f440";
}

.wf-icon-hospitals:before {
  content: "\f441";
}

.wf-icon-hotdog:before {
  content: "\f442";
}

.wf-icon-ice-cream:before {
  content: "\f443";
}

.wf-icon-island-tropical:before {
  content: "\f444";
}

.wf-icon-laptop-medical:before {
  content: "\f445";
}

.wf-icon-mailbox:before {
  content: "\f446";
}

.wf-icon-meat:before {
  content: "\f447";
}

.wf-icon-pager:before {
  content: "\f448";
}

.wf-icon-pepper-hot:before {
  content: "\f449";
}

.wf-icon-pizza:before {
  content: "\f44a";
}

.wf-icon-pizza-slice:before {
  content: "\f44b";
}

.wf-icon-popcorn:before {
  content: "\f44c";
}

.wf-icon-print-magnifying-glass:before {
  content: "\f44d";
}

.wf-icon-rings-wedding:before {
  content: "\f44e";
}

.wf-icon-sack:before {
  content: "\f44f";
}

.wf-icon-sack-dollar:before {
  content: "\f450";
}

.wf-icon-salad:before {
  content: "\f451";
}

.wf-icon-sandwich:before {
  content: "\f452";
}

.wf-icon-sausage:before {
  content: "\f453";
}

.wf-icon-shish-kebab:before {
  content: "\f454";
}

.wf-icon-sickle:before {
  content: "\f455";
}

.wf-icon-bowl-hot:before {
  content: "\f456";
}

.wf-icon-steak:before {
  content: "\f457";
}

.wf-icon-stretcher:before {
  content: "\f458";
}

.wf-icon-taco:before {
  content: "\f459";
}

.wf-icon-book-tanakh:before {
  content: "\f45a";
}

.wf-icon-bars-progress:before {
  content: "\f45b";
}

.wf-icon-trash-arrow-up:before {
  content: "\f45c";
}

.wf-icon-trash-can-arrow-up:before {
  content: "\f45d";
}

.wf-icon-tree-palm:before {
  content: "\f45e";
}

.wf-icon-user-helmet-safety:before {
  content: "\f45f";
}

.wf-icon-user-headset:before {
  content: "\f460";
}

.wf-icon-user-doctor-message:before {
  content: "\f461";
}

.wf-icon-user-nurse:before {
  content: "\f462";
}

.wf-icon-users-medical:before {
  content: "\f463";
}

.wf-icon-walker:before {
  content: "\f464";
}

.wf-icon-camera-web:before {
  content: "\f465";
}

.wf-icon-camera-web-slash:before {
  content: "\f466";
}

.wf-icon-wave-square:before {
  content: "\f467";
}

.wf-icon-alarm-exclamation:before {
  content: "\f468";
}

.wf-icon-alarm-plus:before {
  content: "\f469";
}

.wf-icon-alarm-snooze:before {
  content: "\f46a";
}

.wf-icon-align-slash:before {
  content: "\f46b";
}

.wf-icon-bags-shopping:before {
  content: "\f46c";
}

.wf-icon-bell-exclamation:before {
  content: "\f46d";
}

.wf-icon-bell-plus:before {
  content: "\f46e";
}

.wf-icon-person-biking:before {
  content: "\f46f";
}

.wf-icon-person-biking-mountain:before {
  content: "\f470";
}

.wf-icon-border-all:before {
  content: "\f471";
}

.wf-icon-border-bottom:before {
  content: "\f472";
}

.wf-icon-border-inner:before {
  content: "\f473";
}

.wf-icon-border-left:before {
  content: "\f474";
}

.wf-icon-border-none:before {
  content: "\f475";
}

.wf-icon-border-outer:before {
  content: "\f476";
}

.wf-icon-border-right:before {
  content: "\f477";
}

.wf-icon-border-top-left:before {
  content: "\f478";
}

.wf-icon-border-bottom-right:before {
  content: "\f479";
}

.wf-icon-border-top:before {
  content: "\f47a";
}

.wf-icon-bring-forward:before {
  content: "\f47b";
}

.wf-icon-bring-front:before {
  content: "\f47c";
}

.wf-icon-burger-soda:before {
  content: "\f47d";
}

.wf-icon-car-building:before {
  content: "\f47e";
}

.wf-icon-car-bus:before {
  content: "\f47f";
}

.wf-icon-cars:before {
  content: "\f480";
}

.wf-icon-coin:before {
  content: "\f481";
}

.wf-icon-triangle-person-digging:before {
  content: "\f482";
}

.wf-icon-person-digging:before {
  content: "\f483";
}

.wf-icon-drone:before {
  content: "\f484";
}

.wf-icon-drone-front:before {
  content: "\f485";
}

.wf-icon-dryer:before {
  content: "\f486";
}

.wf-icon-dryer-heat:before {
  content: "\f487";
}

.wf-icon-fan:before {
  content: "\f488";
}

.wf-icon-farm:before {
  content: "\f489";
}

.wf-icon-file-magnifying-glass:before {
  content: "\f48a";
}

.wf-icon-font-case:before {
  content: "\f48b";
}

.wf-icon-game-board:before {
  content: "\f48c";
}

.wf-icon-game-board-simple:before {
  content: "\f48d";
}

.wf-icon-glass-citrus:before {
  content: "\f48e";
}

.wf-icon-h4:before {
  content: "\f48f";
}

.wf-icon-hat-chef:before {
  content: "\f490";
}

.wf-icon-horizontal-rule:before {
  content: "\f491";
}

.wf-icon-icons:before {
  content: "\f492";
}

.wf-icon-symbols:before {
  content: "\f493";
}

.wf-icon-kerning:before {
  content: "\f494";
}

.wf-icon-line-columns:before {
  content: "\f495";
}

.wf-icon-line-height:before {
  content: "\f496";
}

.wf-icon-money-check-pen:before {
  content: "\f497";
}

.wf-icon-money-check-dollar-pen:before {
  content: "\f498";
}

.wf-icon-mug:before {
  content: "\f499";
}

.wf-icon-mug-tea:before {
  content: "\f49a";
}

.wf-icon-overline:before {
  content: "\f49b";
}

.wf-icon-file-dashed-line:before {
  content: "\f49c";
}

.wf-icon-paragraph-left:before {
  content: "\f49d";
}

.wf-icon-phone-flip:before {
  content: "\f49e";
}

.wf-icon-laptop-mobile:before {
  content: "\f49f";
}

.wf-icon-square-phone-flip:before {
  content: "\f4a0";
}

.wf-icon-photo-film:before {
  content: "\f4a1";
}

.wf-icon-text-slash:before {
  content: "\f4a2";
}

.wf-icon-send-back:before {
  content: "\f4a3";
}

.wf-icon-send-backward:before {
  content: "\f4a4";
}

.wf-icon-snooze:before {
  content: "\f4a5";
}

.wf-icon-arrow-down-z-a:before {
  content: "\f4a6";
}

.wf-icon-arrow-up-z-a:before {
  content: "\f4a7";
}

.wf-icon-arrow-down-arrow-up:before {
  content: "\f4a8";
}

.wf-icon-arrow-down-short-wide:before {
  content: "\f4a9";
}

.wf-icon-arrow-up-short-wide:before {
  content: "\f4aa";
}

.wf-icon-arrow-down-9-1:before {
  content: "\f4ab";
}

.wf-icon-arrow-up-9-1:before {
  content: "\f4ac";
}

.wf-icon-arrow-down-triangle-square:before {
  content: "\f4ad";
}

.wf-icon-arrow-down-square-triangle:before {
  content: "\f4ae";
}

.wf-icon-arrow-up-triangle-square:before {
  content: "\f4af";
}

.wf-icon-arrow-up-square-triangle:before {
  content: "\f4b0";
}

.wf-icon-arrow-down-big-small:before {
  content: "\f4b1";
}

.wf-icon-arrow-down-small-big:before {
  content: "\f4b2";
}

.wf-icon-arrow-up-big-small:before {
  content: "\f4b3";
}

.wf-icon-arrow-up-small-big:before {
  content: "\f4b4";
}

.wf-icon-sparkles:before {
  content: "\f4b5";
}

.wf-icon-spell-check:before {
  content: "\f4b6";
}

.wf-icon-sunglasses:before {
  content: "\f4b7";
}

.wf-icon-text:before {
  content: "\f4b8";
}

.wf-icon-text-size:before {
  content: "\f4b9";
}

.wf-icon-trash-undo:before {
  content: "\f4ba";
}

.wf-icon-trash-can-undo:before {
  content: "\f4bb";
}

.wf-icon-voicemail:before {
  content: "\f4bc";
}

.wf-icon-washing-machine:before {
  content: "\f4bd";
}

.wf-icon-wave-sine:before {
  content: "\f4be";
}

.wf-icon-wave-triangle:before {
  content: "\f4bf";
}

.wf-icon-wind-turbine:before {
  content: "\f4c0";
}

.wf-icon-border-center-h:before {
  content: "\f4c1";
}

.wf-icon-border-center-v:before {
  content: "\f4c2";
}

.wf-icon-album:before {
  content: "\f4c3";
}

.wf-icon-album-collection:before {
  content: "\f4c4";
}

.wf-icon-amp-guitar:before {
  content: "\f4c5";
}

.wf-icon-badge-sheriff:before {
  content: "\f4c6";
}

.wf-icon-banjo:before {
  content: "\f4c7";
}

.wf-icon-cassette-betamax:before {
  content: "\f4c8";
}

.wf-icon-boombox:before {
  content: "\f4c9";
}

.wf-icon-cactus:before {
  content: "\f4ca";
}

.wf-icon-camcorder:before {
  content: "\f4cb";
}

.wf-icon-camera-movie:before {
  content: "\f4cc";
}

.wf-icon-camera-polaroid:before {
  content: "\f4cd";
}

.wf-icon-cassette-tape:before {
  content: "\f4ce";
}

.wf-icon-camera-cctv:before {
  content: "\f4cf";
}

.wf-icon-clarinet:before {
  content: "\f4d0";
}

.wf-icon-cloud-music:before {
  content: "\f4d1";
}

.wf-icon-message-music:before {
  content: "\f4d2";
}

.wf-icon-comment-music:before {
  content: "\f4d3";
}

.wf-icon-computer-classic:before {
  content: "\f4d4";
}

.wf-icon-computer-speaker:before {
  content: "\f4d5";
}

.wf-icon-cowbell:before {
  content: "\f4d6";
}

.wf-icon-cowbell-circle-plus:before {
  content: "\f4d7";
}

.wf-icon-disc-drive:before {
  content: "\f4d8";
}

.wf-icon-file-music:before {
  content: "\f4d9";
}

.wf-icon-film-canister:before {
  content: "\f4da";
}

.wf-icon-flashlight:before {
  content: "\f4db";
}

.wf-icon-flute:before {
  content: "\f4dc";
}

.wf-icon-flux-capacitor:before {
  content: "\f4dd";
}

.wf-icon-game-console-handheld:before {
  content: "\f4de";
}

.wf-icon-gramophone:before {
  content: "\f4df";
}

.wf-icon-guitar-electric:before {
  content: "\f4e0";
}

.wf-icon-guitars:before {
  content: "\f4e1";
}

.wf-icon-hat-cowboy:before {
  content: "\f4e2";
}

.wf-icon-hat-cowboy-side:before {
  content: "\f4e3";
}

.wf-icon-head-side-headphones:before {
  content: "\f4e4";
}

.wf-icon-horse-saddle:before {
  content: "\f4e5";
}

.wf-icon-image-polaroid:before {
  content: "\f4e6";
}

.wf-icon-joystick:before {
  content: "\f4e7";
}

.wf-icon-jug:before {
  content: "\f4e8";
}

.wf-icon-kazoo:before {
  content: "\f4e9";
}

.wf-icon-lasso:before {
  content: "\f4ea";
}

.wf-icon-list-music:before {
  content: "\f4eb";
}

.wf-icon-microphone-stand:before {
  content: "\f4ec";
}

.wf-icon-computer-mouse:before {
  content: "\f4ed";
}

.wf-icon-computer-mouse-scrollwheel:before {
  content: "\f4ee";
}

.wf-icon-mp3-player:before {
  content: "\f4ef";
}

.wf-icon-music-note:before {
  content: "\f4f0";
}

.wf-icon-music-note-slash:before {
  content: "\f4f1";
}

.wf-icon-music-slash:before {
  content: "\f4f2";
}

.wf-icon-phone-rotary:before {
  content: "\f4f3";
}

.wf-icon-piano:before {
  content: "\f4f4";
}

.wf-icon-piano-keyboard:before {
  content: "\f4f5";
}

.wf-icon-projector:before {
  content: "\f4f6";
}

.wf-icon-radio:before {
  content: "\f4f7";
}

.wf-icon-radio-tuner:before {
  content: "\f4f8";
}

.wf-icon-record-vinyl:before {
  content: "\f4f9";
}

.wf-icon-router:before {
  content: "\f4fa";
}

.wf-icon-saxophone-fire:before {
  content: "\f4fb";
}

.wf-icon-saxophone:before {
  content: "\f4fc";
}

.wf-icon-signal-stream:before {
  content: "\f4fd";
}

.wf-icon-skull-cow:before {
  content: "\f4fe";
}

.wf-icon-speaker:before {
  content: "\f4ff";
}

.wf-icon-speakers:before {
  content: "\f500";
}

.wf-icon-triangle-instrument:before {
  content: "\f501";
}

.wf-icon-trumpet:before {
  content: "\f502";
}

.wf-icon-turntable:before {
  content: "\f503";
}

.wf-icon-tv-music:before {
  content: "\f504";
}

.wf-icon-typewriter:before {
  content: "\f505";
}

.wf-icon-usb-drive:before {
  content: "\f506";
}

.wf-icon-user-cowboy:before {
  content: "\f507";
}

.wf-icon-user-music:before {
  content: "\f508";
}

.wf-icon-cassette-vhs:before {
  content: "\f509";
}

.wf-icon-violin:before {
  content: "\f50a";
}

.wf-icon-wagon-covered:before {
  content: "\f50b";
}

.wf-icon-walkie-talkie:before {
  content: "\f50c";
}

.wf-icon-watch-calculator:before {
  content: "\f50d";
}

.wf-icon-waveform:before {
  content: "\f50e";
}

.wf-icon-waveform-lines:before {
  content: "\f50f";
}

.wf-icon-scanner-image:before {
  content: "\f510";
}

.wf-icon-air-conditioner:before {
  content: "\f511";
}

.wf-icon-alien:before {
  content: "\f512";
}

.wf-icon-alien-8bit:before {
  content: "\f513";
}

.wf-icon-bed-front:before {
  content: "\f514";
}

.wf-icon-bed-bunk:before {
  content: "\f515";
}

.wf-icon-bed-empty:before {
  content: "\f516";
}

.wf-icon-bell-on:before {
  content: "\f517";
}

.wf-icon-blinds:before {
  content: "\f518";
}

.wf-icon-blinds-open:before {
  content: "\f519";
}

.wf-icon-blinds-raised:before {
  content: "\f51a";
}

.wf-icon-camera-security:before {
  content: "\f51b";
}

.wf-icon-caravan:before {
  content: "\f51c";
}

.wf-icon-information:before {
  content: "\ef44";
}

@font-face {
  font-family: poppins-thin;
  src: url(/90507e97a61b166f046a.woff2) format("woff2"), url(/00559d18e61c4aea91dd.woff) format("woff"), url(/49955959b6985d30de11.otf) format("opentype");
  font-weight: 100;
  font-style: normal;
  font-display: auto;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
@font-face {
  font-family: poppins-light;
  src: url(/637098c0f0f9c16b3777.woff2) format("woff2"), url(/80596f14e90308df1aad.woff) format("woff"), url(/5bce27efadb7555746fe.otf) format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: auto;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
@font-face {
  font-family: poppins-regular;
  src: url(/9dee320bc357a8f2189e.woff2) format("woff2"), url(/cc1d99ef5533e712f37a.woff) format("woff"), url(/83be36361187e1843890.otf) format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
@font-face {
  font-family: poppins-medium;
  src: url(/d951927f03c79456709e.woff2) format("woff2"), url(/8804c544762e8f7746fe.woff) format("woff"), url(/04385350bc8137352f00.otf) format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: auto;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
@font-face {
  font-family: poppins-semi-bold;
  src: url(/7cc92f8d2555cad06830.woff2) format("woff2"), url(/eea693ed2fe1677a2956.woff) format("woff"), url(/21731499ec4bb5dc602d.otf) format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: auto;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
@font-face {
  font-family: poppins-bold;
  src: url(/b04bc1f9c93f55e59f63.woff2) format("woff2"), url(/e2ad4eb4182668666bd1.woff) format("woff"), url(/dcb06e2b0846a9fe0e85.otf) format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: auto;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
@font-face {
  font-family: poppins-extra-bold;
  src: url(/03652b2a025ad41e45b7.woff2) format("woff2"), url(/75a18b9d63f7e7cd08d5.woff) format("woff"), url(/c85ce1bf39df911a993e.otf) format("opentype");
  font-weight: 800;
  font-style: normal;
  font-display: auto;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
@font-face {
  font-family: poppins-black;
  src: url(/e1ad4308ec65b323c495.woff2) format("woff2"), url(/f6728486f53de6643b1d.woff) format("woff"), url(/df68d5477fd52fcb712c.otf) format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: auto;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
*, body {
  font-family: poppins-regular, sans-serif !important;
  font-weight: 400;
}

button {
  font-family: poppins-semi-bold, sans-serif !important;
  font-weight: 600;
}

*, body {
  font-family: poppins-regular, sans-serif !important;
  font-weight: 400;
}

button {
  font-family: poppins-semi-bold, sans-serif !important;
  font-weight: 600;
}

body {
  min-height: 100vh;
  min-width: 100vw;
}

#root {
  height: 100%;
  width: 100%;
  background-color: #fbfafc;
  background-color: var(--so-colors-background-lighten-90);
  color: #273039;
  color: var(--so-colors-typography-dark);
  font-size: 14px;
  line-height: 1.5;
}

a {
  text-decoration: none;
  color: inherit;
}

* {
  margin: 0;
  box-sizing: border-box;
}
.container-module_container__t83Sv {
  padding: 0 32px;
  width: 100%;
}

@media (max-width: 660px) {
  .container-module_container__t83Sv {
    max-width: 390px;
  }
}
@media (min-width: 660px) {
  .container-module_container__t83Sv {
    max-width: none;
    padding: 0 44px;
  }
}
@media (min-width: 874px) {
  .container-module_container__t83Sv {
    max-width: 874px;
  }
}
@media (min-width: 1280px) {
  .container-module_container__t83Sv {
    max-width: 1280px;
  }
}
.container-module_smallContainer__iPddl {
  padding: 0 30px !important;
  max-width: 1060px !important;
}

.container-module_fullHeight__cyOWQ {
  flex: 1 1;
}

.container-module_verticalPadding__zdXHz {
  padding: 30px !important;
}

@media (min-height: 1280px) {
  .container-module_taller__dIYAj {
    max-height: 1280px !important;
  }
}
.innerFooter-module_container__CHj1L {
  margin-top: auto;
}

.innerFooter-module_footer__SCDFz {
  min-height: 64px;
  max-height: 64px;
  background-color: white;
  margin: 30px 0 30px;
  border-radius: 16px;
  padding: 16px 80px 16px 28px;
  display: flex;
}

.innerFooter-module_logo__Y2ZOv {
  margin-right: 32px;
  height: 32px;
}

.innerFooter-module_socials__wQyqw {
  display: flex;
  flex-direction: row;
  gap: 8px;
}

.innerFooter-module_social__dx1x3 {
  height: 32px;
  width: 32px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid var(--so-colors-success);
}

.innerFooter-module_website__vmiAS {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
}

.innerFooter-module_websiteIcon__CIxl3 {
  margin-right: 18px;
}

.innerFooter-module_websiteLink__OwAw8 {
  color: var(--so-colors-typography);
}
.innerFooter-module_websiteLink__OwAw8:hover {
  color: var(--so-colors-typography-dark);
}
.sideBar-module_sideBar__qFpa0 {
  width: 220px;
  min-width: 220px;
}

.sideBar-module_menuItem__Umhl2 {
  font-size: 13px;
}

.sideBar-module_version__PUVvy {
  color: #6AE3A5;
  font-size: 8pt;
  width: 50px;
  position: absolute;
  top: 40px;
  right: 10px;
}
.header-module_link__uJn_c {
  font-family: poppins-semi-bold, sans-serif !important;
  font-weight: 600;
}

.header-module_header__RfgIn {
  padding: 32px;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  width: 100%;
  align-items: center;
  background-color: white;
  z-index: 999;
  box-shadow: 0 3px 30px rgba(0, 0, 0, 0.1019607843);
}

.header-module_transparent__Xe4SN {
  background-color: transparent;
  box-shadow: none;
}
.header-module_transparent__Xe4SN .header-module_link__uJn_c {
  color: white;
}
.header-module_transparent__Xe4SN .header-module_action___99a_ {
  border-color: white !important;
  color: white !important;
}
.header-module_transparent__Xe4SN .header-module_primaryAction___XEyW {
  color: var(--so-colors-typography-dark) !important;
  background-color: white !important;
  border-color: white !important;
}

.header-module_homeLink__GJtav {
  line-height: 0;
}

.header-module_image__yu1LF {
  height: 32px;
  width: 215px;
}

.header-module_links__t64vM {
  margin-left: auto;
}

.header-module_link__uJn_c {
  margin-right: 10px;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header-module_link__uJn_c:last-child {
  margin-right: 0;
}

.header-module_action___99a_ {
  margin-right: 8px;
}
.header-module_action___99a_:last-child {
  margin-right: 0;
}

.header-module_actions__tdO0m {
  display: none;
}

.header-module_linkTitle__tksnR {
  display: none;
}

@media (min-width: 660px) {
  .header-module_header__RfgIn {
    padding: 28px 30px;
  }
  .header-module_links__t64vM {
    margin: 0 40px 0 auto;
  }
  .header-module_linkIcon__YW1IB {
    margin-right: 8px;
  }
  .header-module_actions__tdO0m {
    display: block;
  }
  .header-module_linkTitle__tksnR {
    display: inline-block;
  }
}
.signUpButton-module_title__ontmN {
  font-family: poppins-medium, sans-serif !important;
  font-weight: 500;
}

.signUpButton-module_title__ontmN {
  color: var(--so-colors-so-gray);
  font-size: 24px;
  margin-bottom: 28px;
}

.signUpButton-module_inputGroup__UwDm7 {
  display: flex;
  gap: 12px;
}

.signUpButton-module_input__bEeuj {
  margin-bottom: 24px;
}

.signUpButton-module_actionButton__j_BWe {
  margin-top: 8px;
  width: 100%;
}
.formModal-module_info__s0XK1, .formModal-module_success1__PhWvR, .formModal-module_success2__StATF, .formModal-module_title__JBH0Z {
  font-family: poppins-medium, sans-serif !important;
  font-weight: 500;
}

.formModal-module_modal__jtcV6 {
  width: 820px;
  padding: 0;
  margin: 190px auto 0;
  height: 625px;
}

.formModal-module_content__UU3aj {
  display: flex;
  flex-direction: row;
  margin: 0;
  position: relative;
  height: 100%;
}

.formModal-module_closeIcon__kva1Z {
  position: absolute;
  right: 24px;
  top: 24px;
  color: var(--so-colors-typography-lighten-50);
  cursor: pointer;
}

.formModal-module_leftColumn__YN6QI {
  padding: 40px;
  flex: 1 1;
  display: flex;
  flex-direction: column;
}

.formModal-module_title__JBH0Z {
  color: var(--so-colors-so-gray);
  font-size: 24px;
  margin-bottom: 28px;
}

.formModal-module_success__iyIzB {
  margin: auto;
  max-width: 275px;
}

.formModal-module_success1__PhWvR {
  margin-bottom: 40px;
}

.formModal-module_success1__PhWvR, .formModal-module_success2__StATF {
  color: var(--so-colors-so-gray);
  font-size: 18px;
  text-align: center;
}

.formModal-module_actionButton__GMDsL {
  margin-top: 8px;
  width: 100%;
}

.formModal-module_rightColumn__uD9EF {
  background-color: var(--so-colors-background-lighten-80);
  padding: 40px 35px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.formModal-module_info__s0XK1 {
  color: var(--so-colors-so-gray);
  font-size: 42px;
  margin: auto 0 18px;
  max-width: 245px;
  line-height: 1.5;
}
.footer-module_title__dqAhL {
  font-family: poppins-semi-bold, sans-serif !important;
  font-weight: 600;
}

.footer-module_footer__JKsi0 {
  margin-top: auto;
  background-color: var(--so-colors-so-gray);
  padding: 44px 0 84px;
}

.footer-module_content__OCywn {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: var(--so-colors-background-lighten-50);
  gap: 72px;
  width: 100%;
}

.footer-module_footerItem__LTYp9 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 1 1;
}

.footer-module_contacts__jAnUn {
  width: 275px;
}

@media (min-width: 874px) {
  .footer-module_content__OCywn {
    flex-direction: row;
    gap: 32px;
  }
  .footer-module_contacts__jAnUn {
    margin-left: auto;
  }
}
.footer-module_linkButton__yk6TM {
  margin-top: auto;
}

.footer-module_so-logo__dJSph {
  margin-bottom: 36px;
}

.footer-module_socials__Wj4dH {
  display: flex;
  flex-direction: row;
}

.footer-module_social__u4qHp {
  margin-right: 12px;
  height: 48px;
  width: 48px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid var(--so-colors-success);
}
.footer-module_social__u4qHp:last-child {
  margin-right: 0;
}

.footer-module_title__dqAhL {
  margin-bottom: 44px;
  font-size: 16px;
}

.footer-module_documentationDesc__qk4vh {
  margin-bottom: 40px;
}

.footer-module_info__p1sRN {
  display: flex;
  align-items: flex-start;
  gap: 18px;
}

.footer-module_icon__iBawZ {
  min-width: 20px;
}

.footer-module_website__fT8If {
  margin-bottom: 30px;
}

.footer-module_address__VM2dt {
  margin-bottom: 22px;
}
.layout-module_horizontalLayout__dbQBj {
  display: flex;
  flex-direction: row;
  min-height: 100vh;
  min-width: 100vw;
}

.layout-module_verticalLayout____9Bs {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  min-width: 100vw;
}

.layout-module_header__o4uTy {
  padding: 26px;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  width: 100%;
  align-items: center;
  background-color: white;
  z-index: 999;
}

.layout-module_links__HoZMA {
  margin: 0 40px 0 auto;
}

.layout-module_link__SMYVb {
  margin-right: 10px;
  text-decoration: none;
}
.layout-module_link__SMYVb:last-child {
  margin-right: 0;
}

.layout-module_action__xq568 {
  margin-right: 8px;
}
.layout-module_action__xq568:last-child {
  margin-right: 0;
}

.layout-module_horizontalLayout__dbQBj > .layout-module_content__Q0xVj {
  max-height: 100vh;
  overflow: scroll;
}

.layout-module_horizontalLayout__dbQBj > .layout-module_content__Q0xVj > div {
  padding-bottom: 0;
}

.layout-module_content__Q0xVj {
  display: flex;
  flex-direction: column;
  flex: 1 1;
  position: relative;
}

@media (min-width: 1340px) {
  .layout-module_horizontalLayout__dbQBj > .layout-module_content__Q0xVj {
    align-items: center;
  }
}
.layout-module_content__Q0xVj > div {
  padding-bottom: 140px;
}
.appTag-module_tag__Kr38d {
  display: flex;
  align-items: center;
}

.appTag-module_label__G7giX {
  color: var(--so-colors-typography-lighten-50);
  margin-left: 8px;
}

.appTag-module_primary__iNc8N {
  border-color: var(--so-colors-success);
}
.appsFilters-module_filters__pcL6t {
  margin-bottom: 28px;
  display: flex;
  justify-content: center;
  padding: 0 32px;
  flex-wrap: wrap;
  gap: 12px;
}

.appsFilters-module_filter__eCTO9 {
  background-color: var(--so-colors-background-lighten-80);
  border: 1px solid var(--so-colors-background-lighten-80);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 72px;
  padding: 4px 14px;
  cursor: pointer;
  box-sizing: border-box;
}
.appsFilters-module_filter__eCTO9:hover {
  background-color: white;
  border-color: var(--so-colors-success-darken-10);
}

.appsFilters-module_selectedFilter__tP2F5 {
  background-color: white;
  border-color: var(--so-colors-success-darken-10);
}

.appsFilters-module_filterIcon__nEf30 {
  margin-right: 8px;
}

@media (min-width: 660px) {
  .appsFilters-module_filters__pcL6t {
    margin-bottom: 36px;
  }
}
.submitButton-module_submit__jUPal {
  width: 138px;
  height: 138px;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.1607843137);
  border-radius: 44px;
  position: absolute;
  background-color: white;
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.submitButton-module_top__BLudf {
  right: 102px;
  bottom: -32px;
}

.submitButton-module_bottom__Uzo6V {
  position: fixed;
  right: 20px;
  bottom: 20px;
}

.submitButton-module_submitIcon__Dpk3P {
  margin: 0 0 10px 16px;
}

.submitButton-module_submitText__l2EQJ {
  margin: 0;
}

@media (min-width: 660px) {
  .submitButton-module_submit__jUPal {
    display: flex;
  }
}
.submitAppsTags-module_submitTags__A4gsG {
  display: flex;
  justify-content: left;
  padding: 0;
  flex-wrap: wrap;
  gap: 12px;
  position: relative;
}

.submitAppsTags-module_submitTag__MY0fY {
  background-color: var(--so-colors-background-lighten-80);
  border: 1px solid var(--so-colors-background-lighten-80);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 72px;
  padding: 4px 14px;
  cursor: pointer;
  box-sizing: border-box;
}
.submitAppsTags-module_submitTag__MY0fY:hover {
  background-color: white;
  border-color: var(--so-colors-success-darken-10);
}

.submitAppsTags-module_error__GKnlt {
  color: var(--so-colors-error);
  font-size: 12px;
  line-height: 16px;
  position: absolute;
  bottom: 16px;
}

.submitAppsTags-module_selectedTag__XD6Tv {
  background-color: white;
  border-color: var(--so-colors-success-darken-10);
}

@media (min-width: 660px) {
  .submitAppsTags-module_submitTag__MY0fY {
    margin-bottom: 36px;
  }
}
.submitButtonWrapper-module_title__JcH2w {
  font-family: poppins-medium, sans-serif !important;
  font-weight: 500;
}

.submitButtonWrapper-module_title__JcH2w {
  color: var(--so-colors-so-gray);
  font-size: 24px;
  margin-bottom: 28px;
}

.submitButtonWrapper-module_description__nSgQ7 {
  margin-bottom: 16px;
}

.submitButtonWrapper-module_inputGroup__UwLz7 {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.submitButtonWrapper-module_input___8rE3 {
  margin-bottom: 24px;
}

.submitButtonWrapper-module_textarea__oUJok > div > div {
  border-radius: 13px !important;
}
.submitButtonWrapper-module_textarea__oUJok textarea {
  border-radius: 13px !important;
}

.submitButtonWrapper-module_actionButton__liCgT {
  margin-top: 8px;
  width: 100%;
}
.appsBanner-module_banner__j5ubH {
  background-size: cover;
  position: relative;
  margin-bottom: 42px;
  padding: 100px 32px 20px;
}

.appsBanner-module_smallBanner__Hp1N3 {
  width: 1000px;
  margin: 30px auto 48px;
  border-radius: 24px;
  padding: 30px !important;
}
.appsBanner-module_smallBanner__Hp1N3 .appsBanner-module_logos__C1NR0 {
  height: 114px;
  margin-bottom: 0;
}
.appsBanner-module_smallBanner__Hp1N3 .appsBanner-module_logoWrapper__HhDXH {
  padding: 12px;
}
.appsBanner-module_smallBanner__Hp1N3 .appsBanner-module_logo___m2JO {
  height: 42px;
  width: 42px;
}
.appsBanner-module_smallBanner__Hp1N3 .appsBanner-module_desc__GM7Js {
  display: none;
}
.appsBanner-module_smallBanner__Hp1N3 .appsBanner-module_mainLogo__TQkMu {
  width: 236px;
  height: 36px;
  margin-bottom: 18px;
}
.appsBanner-module_smallBanner__Hp1N3 .appsBanner-module_input__fyPYp {
  width: 500px;
}

.appsBanner-module_logos__C1NR0 {
  display: none;
  justify-content: space-between;
  height: 128px;
  margin: 0 auto 20px;
}

.appsBanner-module_logoWrapper__HhDXH {
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.1607843137);
  background-color: white;
  border-radius: 40%;
  display: flex;
  padding: 16px;
}
.appsBanner-module_logoWrapper__HhDXH:nth-child(even) {
  margin-top: auto;
}
.appsBanner-module_logoWrapper__HhDXH:nth-child(odd) {
  margin-bottom: auto;
}

.appsBanner-module_logo___m2JO {
  height: 48px;
  width: 48px;
  box-shadow: 0 1px 3px rgba(39, 48, 57, 0.1607843137);
  border-radius: 16px;
}

.appsBanner-module_info__nOkU6 {
  color: white;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.appsBanner-module_desc__GM7Js {
  margin: 0 0 24px;
  font-size: 32px;
  text-align: center;
}

.appsBanner-module_mainLogo__TQkMu {
  margin: 0 0 14px;
  width: 335px;
  height: 50px;
  display: none;
}

.appsBanner-module_clearIcon__YAdpU {
  cursor: pointer;
}

.appsBanner-module_submit__tPgor {
  width: 138px;
  height: 138px;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.1607843137);
  border-radius: 44px;
  position: absolute;
  right: 102px;
  bottom: -32px;
  background-color: white;
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.appsBanner-module_submitIcon__rdapP {
  margin: 0 0 10px 16px;
}

.appsBanner-module_submitText__PwsPY {
  margin: 0;
}

@media (min-width: 660px) {
  .appsBanner-module_banner__j5ubH {
    padding-bottom: 50px;
  }
  .appsBanner-module_logos__C1NR0 {
    display: flex;
  }
  .appsBanner-module_mainLogo__TQkMu {
    display: block;
  }
  .appsBanner-module_info__nOkU6 {
    width: 600px;
  }
  .appsBanner-module_desc__GM7Js {
    font-size: 18px;
  }
  .appsBanner-module_submit__tPgor {
    display: flex;
  }
}
.appCard-module_name__F9MK1 {
  font-family: poppins-semi-bold, sans-serif !important;
  font-weight: 600;
}

.appCard-module_appCard__VDo5Z {
  border-radius: 12px;
  background-color: white;
  border: 1px solid var(--so-colors-background-lighten-50);
  box-shadow: 0 4px 10px rgba(88, 107, 159, 0.0509803922);
  cursor: pointer;
}
.appCard-module_appCard__VDo5Z:hover {
  box-shadow: 0 4px 20px rgba(88, 107, 159, 0.1);
}

.appCard-module_info__j9liK {
  display: flex;
  padding: 28px 16px 12px;
  gap: 16px;
}

.appCard-module_icon__r6Dd7 {
  height: 40px;
  width: 40px;
  border-radius: 14px;
  box-shadow: 0 1px 3px rgba(39, 48, 57, 0.1607843137);
}

.appCard-module_name__F9MK1 {
  font-size: 16px;
  margin-bottom: 4px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.appCard-module_vendor__LW2op {
  font-size: 12px;
  margin-bottom: 8px;
  color: var(--so-colors-typography-lighten-30);
}

.appCard-module_description__VS1ou {
  height: 64px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.appCard-module_actions__BvpSx {
  border-top: 1px solid var(--so-colors-background-lighten-50);
  box-sizing: border-box;
  height: 52px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 16px;
}

.appCard-module_installBtn__gLIKG {
  display: none;
}

@media (min-width: 390px) {
  .appCard-module_info__j9liK {
    padding: 28px 28px 16px;
    gap: 24px;
  }
  .appCard-module_actions__BvpSx {
    padding: 12px 28px;
  }
  .appCard-module_icon__r6Dd7 {
    height: 56px;
    width: 56px;
    border-radius: 20px;
  }
}
@media (min-width: 660px) {
  .appCard-module_installBtn__gLIKG {
    display: flex;
  }
}
.appCard-module_queued__m1Nry {
  color: var(--so-colors-typography-lighten-50);
  font-size: 13px;
}

.appCard-module_installed__t4VQv {
  color: var(--so-colors-success-darken-10);
  font-size: 13px;
}
.installButton-module_queued__tnkfa {
  color: var(--so-colors-typography-lighten-50);
  font-size: 13px;
}

.installButton-module_installed__rX9_q {
  color: var(--so-colors-success-darken-10);
  font-size: 13px;
}
.noApps-module_bold__Zh9kL, .noApps-module_title__yap41 {
  font-family: poppins-medium, sans-serif !important;
  font-weight: 500;
}

.noApps-module_noApps__Nxjuu {
  padding: 90px 0 72px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
  max-width: 1190px;
  background-color: white;
  width: 100%;
}

.noApps-module_image__d2FPJ {
  width: 140px;
  height: 130px;
  margin-bottom: 70px;
}

.noApps-module_title__yap41 {
  font-size: 24px;
  margin-bottom: 16px;
}

.noApps-module_description__c4OFn {
  max-width: 310px;
  text-align: center;
}
.apps-module_apps__IOLU2 {
  padding-bottom: 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 26px;
  margin: 0 auto;
}

.apps-module_smallApps__F8VeU {
  gap: 22px;
}

.apps-module_smallApps__F8VeU > .app {
  width: 318px !important;
}

@media (min-width: 390px) {
  .apps-module_apps__IOLU2 > .app {
    width: 326px;
  }
}
@media (min-width: 660px) {
  .apps-module_apps__IOLU2 > .app {
    width: 380px;
  }
}
@media (min-width: 660px) and (max-width: 873px) {
  .apps-module_apps__IOLU2 {
    max-width: 468px;
  }
}
.apps-module_loader__NVmiK {
  margin: 140px auto 0;
}
.more-apps-from-vendor-module_moreAppsTitle__JzqfB {
  font-family: poppins-medium, sans-serif !important;
  font-weight: 500;
}

.more-apps-from-vendor-module_moreAppName__XIER3 {
  font-family: poppins-semi-bold, sans-serif !important;
  font-weight: 600;
}

.more-apps-from-vendor-module_moreAppsTitle__JzqfB {
  padding: 40px 0;
  font-size: 18px;
}

.more-apps-from-vendor-module_moreApps__q4XPv {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}

.more-apps-from-vendor-module_moreApp__DDgTT {
  display: flex;
  flex: 1 1;
  min-width: 250px;
  padding: 12px;
  border: 1px solid transparent;
  max-width: 275px;
}
.more-apps-from-vendor-module_moreApp__DDgTT:hover {
  border: 1px solid var(--so-colors-background-lighten-50);
  border-radius: 12px;
}

.more-apps-from-vendor-module_moreAppIcon__PXEWR {
  margin-right: 12px;
  width: 56px;
  height: 56px;
  box-shadow: 0 1px 3px rgba(39, 48, 57, 0.1607843137);
  border-radius: 20px;
}

.more-apps-from-vendor-module_moreAppInfo__PfIET {
  display: flex;
  flex-direction: column;
  min-width: 132px;
}

.more-apps-from-vendor-module_moreAppName__XIER3 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 4px;
}
.vendor-accordion-module_content__fH0jf {
  display: block !important;
}

.vendor-accordion-module_vendorIcon__BkGm6 {
  width: 160px;
  margin-bottom: 20px;
}

.vendor-accordion-module_vendorDescription__FKoub {
  margin-bottom: 28px;
  font-size: 13px;
}
.info-module_infoWrapper__RAYuk {
  display: flex;
  align-items: flex-start;
  border-right: 1px solid var(--so-colors-typography-lighten-80);
  padding-right: 34px;
  gap: 16px;
}
.info-module_infoWrapper__RAYuk:last-child {
  padding-right: 0;
  border: none;
}

.info-module_horizontalWrapper__ebgsF {
  border: none;
  padding-right: 0;
  padding-bottom: 20px;
}
.info-module_horizontalWrapper__ebgsF:last-child {
  padding-bottom: 0;
}

.info-module_icon__rcIXj {
  min-width: 15px;
}

.info-module_info__rhGGN {
  display: flex;
  flex-direction: column;
}

.info-module_label__dmByQ {
  font-size: 14px;
  line-height: 14px;
  margin-bottom: 4px;
}

.info-module_value__I9QrZ {
  color: var(--so-colors-typography-lighten-50);
  display: flex;
  font-size: 13px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.info-module_link__RIQIy:hover {
  color: var(--so-colors-typography-dark);
}
.application-details-page-module_descTitle__lT08h, .application-details-page-module_name__JKmid {
  font-family: poppins-medium, sans-serif !important;
  font-weight: 500;
}

.application-details-page-module_wrapper__lQmt_ {
  margin-top: 88px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex: 1 1;
}

.application-details-page-module_appDetails__rAnBY {
  margin-top: 88px;
  background-color: white;
}

.application-details-page-module_smallDetails__fLZAi {
  margin: 30px 30px 0;
  padding-bottom: 56px !important;
}
.application-details-page-module_smallDetails__fLZAi .application-details-page-module_appIcon__NNFlc {
  height: 56px;
  width: 56px;
  border-radius: 20px;
}
.application-details-page-module_smallDetails__fLZAi .application-details-page-module_name__JKmid {
  font-size: 24px;
}
.application-details-page-module_smallDetails__fLZAi .application-details-page-module_vendorName__Q4PbF {
  font-size: 13px;
}

.application-details-page-module_appHeader__zXd0j {
  padding: 32px !important;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
  margin: 0 auto;
}

.application-details-page-module_divider__Shc3I {
  width: 100%;
  border-bottom: 1px solid var(--so-colors-background-lighten-50);
}

.application-details-page-module_appIcon__NNFlc {
  height: 72px;
  width: 72px;
  box-shadow: 0 1px 3px rgba(39, 48, 57, 0.1607843137);
  border-radius: 28px;
}

.application-details-page-module_name__JKmid {
  font-size: 24px;
}

.application-details-page-module_vendorName__Q4PbF {
  color: var(--so-colors-typography-lighten-50);
}

.application-details-page-module_action__evLXy {
  margin-left: auto;
  display: none;
}
.application-details-page-module_action__evLXy:not(:hover) {
  background-color: var(--so-colors-typography-dark) !important;
  border-color: var(--so-colors-typography-dark) !important;
  color: white !important;
}

.application-details-page-module_details__lisl6 {
  padding: 32px 32px 0 !important;
  margin: 0 auto;
}

.application-details-page-module_subDetails___pqu6 {
  display: flex;
  gap: 35px;
  margin-bottom: 28px;
}

.application-details-page-module_shortDescription__R0wSW {
  margin-bottom: 32px;
  max-width: 872px;
}

.application-details-page-module_images__gMd18 {
  width: calc(100% + 12px);
  margin-left: -9px;
  margin-bottom: 44px;
}

.application-details-page-module_singleImage__jTQvP {
  display: none;
}

@media (min-width: 660px) {
  .application-details-page-module_singleImage__jTQvP {
    display: block;
  }
}
.application-details-page-module_appInfo__WDfkP {
  display: flex;
  flex-direction: column;
  gap: 36px;
}

.application-details-page-module_mainInfo__GjbY4 {
  width: 100%;
}

.application-details-page-module_descWrapper___HIBE {
  padding-bottom: 40px;
  border-bottom: 1px solid var(--so-colors-background-lighten-50);
}

.application-details-page-module_descTitle__lT08h {
  margin-bottom: 24px;
  font-size: 24px;
}

.application-details-page-module_additionalInfo__VfHT2 {
  display: flex;
  gap: 48px;
  flex-direction: column;
}

.application-details-page-module_accordionContent__WSLLh {
  flex-direction: column;
}

.application-details-page-module_backLink__VtSZN {
  background-color: var(--so-colors-background-lighten-90);
  color: var(--so-colors-typography-lighten-50);
  display: flex;
  gap: 16px;
  padding-bottom: 28px;
}
.application-details-page-module_backLink__VtSZN > span {
  cursor: pointer;
}
.application-details-page-module_backLink__VtSZN > span:hover {
  color: var(--so-colors-typography-dark);
}

@media (min-width: 660px) {
  .application-details-page-module_name__JKmid {
    font-size: 32px;
  }
  .application-details-page-module_action__evLXy {
    display: flex;
  }
  .application-details-page-module_appHeader__zXd0j {
    padding: 38px 50px;
  }
  .application-details-page-module_details__lisl6 {
    padding: 32px 50px 0;
  }
  .application-details-page-module_appInfo__WDfkP {
    flex-direction: row;
  }
  .application-details-page-module_additionalInfo__VfHT2 {
    width: 275px;
    min-width: 275px;
  }
}
.application-details-page-module_queued__bRubc,
.application-details-page-module_installed__kw7ki {
  margin-left: auto;
  padding: 4px 10px;
  border-radius: 18px;
}

.application-details-page-module_queued__bRubc {
  background-color: var(--so-colors-background-lighten-50);
  color: #313e5a;
}

.application-details-page-module_installed__kw7ki {
  background-color: var(--so-colors-success-lighten-90);
  color: var(--so-colors-success);
}

.application-details-page-module_loadMore__HQDBG {
  cursor: pointer;
}
.application-details-page-module_loadMore__HQDBG > summary {
  font-weight: 600;
}

.application-details-page-module_releasesNote__ZRvCJ {
  margin-bottom: 10px;
}
.application-details-page-module_releasesNote__ZRvCJ .application-details-page-module_releasetitle__Ke1Sc {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 5px;
}
.image-carousel-module_arrow__M8oHF {
  width: 58px;
  height: 58px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.1607843137);
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white;
  border-radius: 50%;
  cursor: pointer;
}

.alice-carousel__prev-btn, .alice-carousel__next-btn {
  position: absolute !important;
  top: calc(50% - 29px) !important;
  padding: 0 !important;
  width: auto !important;
}
.alice-carousel__prev-btn {
  left: -29px !important;
}
.alice-carousel__next-btn {
  right: -29px !important;
}
.alice-carousel__stage-item:not(.__active) > img {
  box-shadow: none;
}
.alice-carousel__stage {
  padding: 6px 3px !important;
}

.image-carousel-module_image__KGAmB {
  height: calc(100% - 6px);
  width: calc(100% - 12px);
  box-shadow: 0 3px 6px rgba(39, 48, 57, 0.1607843137);
  border-radius: 6px;
  display: flex;
  margin: 0 auto 0 6px;
}

.image-carousel-module_singleImage__VAf3z {
  width: calc(100% - 12px);
}

.alice-carousel__stage-item.__active:nth-child(2) > .image-carousel-module_doubleImage__H4KkK {
  width: calc(100% - 12px);
}

@media (min-width: 660px) {
  .image-carousel-module_image__KGAmB {
    width: calc(100% - 20px);
  }
  .image-carousel-module_singleImage__VAf3z {
    width: calc(100% - 12px);
  }
}
.installedAppsPage-module_name__pqIFw {
  font-family: poppins-medium, sans-serif !important;
  font-weight: 500;
}

.installedAppsPage-module_wrapper__Zi02g {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.installedAppsPage-module_app__QTafZ {
  background-color: white;
  box-shadow: 0 4px 10px rgba(88, 107, 159, 0.0509803922);
  padding-bottom: 32px;
  border-radius: 10px;
}

.installedAppsPage-module_appHeader__yhGQz {
  padding: 32px !important;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
  margin: 0 auto;
}

.installedAppsPage-module_appIcon__d5KPb {
  height: 42px;
  width: 42px;
  box-shadow: 0 1px 3px rgba(39, 48, 57, 0.1607843137);
  border-radius: 16px;
}

.installedAppsPage-module_name__pqIFw {
  font-size: 18px;
}

.installedAppsPage-module_vendorName__j_vyX {
  color: var(--so-colors-typography-lighten-50);
  font-size: 12px;
}

.installedAppsPage-module_table__LB7yZ {
  border: 1px solid var(--so-colors-background-lighten-50);
  border-radius: 10px;
}

.installedAppsPage-module_headerRow__uynTz, .installedAppsPage-module_row__bHhW6 {
  display: flex;
  border-bottom: 1px solid var(--so-colors-background-lighten-50);
}
.installedAppsPage-module_headerRow__uynTz div:nth-child(1), .installedAppsPage-module_row__bHhW6 div:nth-child(1) {
  flex: 1 1;
}
.installedAppsPage-module_headerRow__uynTz div:nth-child(2), .installedAppsPage-module_row__bHhW6 div:nth-child(2) {
  flex: 1 1;
}
.installedAppsPage-module_headerRow__uynTz div:nth-child(3), .installedAppsPage-module_row__bHhW6 div:nth-child(3) {
  flex: 3 1;
}

.installedAppsPage-module_headerRow__uynTz {
  color: var(--so-colors-typography-lighten-50);
  padding: 15px 20px 6px;
}

.installedAppsPage-module_row__bHhW6 {
  padding: 12px 20px;
}
.emptyPage-module_text__DrAY6 {
  font-family: poppins-medium, sans-serif !important;
  font-weight: 500;
}

.emptyPage-module_container__ub6jQ {
  flex: 1 1;
  height: 100%;
}

.emptyPage-module_content__v5UpA {
  background-color: white;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 16px;
}

.emptyPage-module_icon__iOPJU {
  width: 84px;
  height: 70px;
}
.developerAppsPage-module_submitButton__oiAej {
  color: var(--so-colors-so-gray);
}
.settingsPage-module_title__dbY6e {
  font-family: poppins-medium, sans-serif !important;
  font-weight: 500;
}

.settingsPage-module_information__li1KW {
  padding: 32px;
  background-color: white;
  margin-bottom: 24px;
}
.settingsPage-module_information__li1KW:last-child {
  margin-bottom: 0;
}

.settingsPage-module_title__dbY6e {
  font-size: 18px;
  margin-bottom: 20px;
}

.settingsPage-module_info__OvrWW {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.settingsPage-module_input__wzgcc {
  flex: 1 0 30%;
}
.configureConnectorPage-module_name__PeqNb {
  font-family: poppins-medium, sans-serif !important;
  font-weight: 500;
}

.configureConnectorPage-module_loading__nOlEn {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.configureConnectorPage-module_content__KkgXT {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.configureConnectorPage-module_connector__M00Pw {
  background-color: white;
  box-shadow: 0 4px 10px rgba(88, 107, 159, 0.0509803922);
  border-radius: 10px;
  padding: 32px;
}

.configureConnectorPage-module_incomplete__V8W15 {
  padding: 24px 32px 32px;
}

.configureConnectorPage-module_info__yuyUq {
  display: flex;
  gap: 16px;
  align-items: center;
}

.configureConnectorPage-module_name__PeqNb {
  font-size: 18px;
}

.configureConnectorPage-module_action__vageY {
  margin-left: auto;
  color: var(--so-colors-so-gray);
}

.configureConnectorPage-module_linkTitle__dywt9 {
  margin: 24px 0 12px;
  font-size: 13px;
  color: var(--so-colors-typography-lighten-50);
}
.SoActiveAppPage-module_wrapper___avJ0 {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.SoActiveAppPage-module_app__gnVwV {
  background-color: white;
  box-shadow: 0 4px 10px rgba(88, 107, 159, 0.0509803922);
  padding: 32px !important;
  border-radius: 10px;
  gap: 20px;
  margin: 0 auto;
}

.SoActiveAppPage-module_select__NlY0L {
  width: 300px;
}

.SoActiveAppPage-module_toastError__BDcnz {
  font-size: 9pt;
  background-color: #E56879;
  color: #F6F7F9;
  border-radius: 5px 5px 2px 2px;
}

.SoActiveAppPage-module_toast-success__Z2sxf {
  font-size: 9pt;
  background-color: #4D5A75;
  color: #F6F7F9;
  border-radius: 5px 5px 2px 2px;
}

.SoActiveAppPage-module_handleUploadLeft__PptVF {
  width: 100%;
  height: 100%;
  margin: 20px;
  padding: 20px;
}

.SoActiveAppPage-module_buttonNoBorder__F4A1n {
  padding: 15px !important;
  height: 30px !important;
  border: 0 !important;
  background-color: #FFF !important;
  color: #4D6076;
  font-size: 10pt !important;
  font-weight: bolder !important;
}

.SoActiveAppPage-module_buttonOverride__FV8Xa {
  margin-left: 13px !important;
  padding: 15px !important;
  height: 30px !important;
  background-color: #FFF !important;
  border: 1px solid #C7CED6;
  color: #4D6076;
  font-size: 10pt !important;
  font-weight: bolder !important;
}
.UploadedFile-module_row__hEzJg {
  border: 1px;
  height: 10px !important;
}
.UploadedFile-module_row__hEzJg:hover {
  background-color: #f8f9fa;
}
.UploadedFile-module_row__hEzJg:hover .UploadedFile-module_deleteIcon__eDQIQ {
  display: block;
}
.UploadedFile-module_row__hEzJg div.UploadedFile-module_name__GAz1I {
  width: 98%;
  float: left !important;
  padding-left: 10px;
  font-size: 13px;
}

.UploadedFile-module_deleteIcon__eDQIQ {
  float: right;
  display: none;
  padding-right: 10px;
}

.UploadedFile-module_name__GAz1I {
  font-size: 18px;
}
:root {
  --so-colors-primary: #b478f0;
  --so-colors-primary-lighten-30: #caa0f4;
  --so-colors-primary-lighten-50: #d9bbf7;
  --so-colors-primary-lighten-80: #f0e4fc;
  --so-colors-primary-lighten-90: #f7f1fe;
  --so-colors-primary-darken-10: #a257ec;
  --so-colors-success: #1ee6a0;
  --so-colors-success-lighten-30: #61edbc;
  --so-colors-success-lighten-50: #8ef2cf;
  --so-colors-success-lighten-80: #d2faec;
  --so-colors-success-lighten-90: #e8fdf5;
  --so-colors-success-darken-10: #17d291;
  --so-colors-warning: #fa7864;
  --so-colors-warning-lighten-30: #fba092;
  --so-colors-warning-lighten-50: #fcbbb1;
  --so-colors-warning-lighten-80: #fee4e0;
  --so-colors-warning-lighten-90: #fff1ef;
  --so-colors-warning-darken-10: #f85a42;
  --so-colors-error: #ff4867;
  --so-colors-error-lighten-30: #ff7e94;
  --so-colors-error-lighten-50: #ffa3b2;
  --so-colors-error-lighten-80: #ffdae0;
  --so-colors-error-lighten-90: #ffecef;
  --so-colors-error-darken-10: #ff274b;
  --so-colors-info: #00c8ff;
  --so-colors-info-lighten-30: #4cd8ff;
  --so-colors-info-lighten-50: #7fe3ff;
  --so-colors-info-lighten-80: #ccf4ff;
  --so-colors-info-lighten-90: #e5faff;
  --so-colors-info-darken-10: #00b3e5;
  --so-colors-caution: #4c70ff;
  --so-colors-caution-lighten-30: #819aff;
  --so-colors-caution-lighten-50: #a5b7ff;
  --so-colors-caution-lighten-80: #dbe2ff;
  --so-colors-caution-lighten-90: #edf0ff;
  --so-colors-caution-darken-10: #2a55fe;
  --so-colors-typography: #485979;
  --so-colors-typography-light: #506387;
  --so-colors-typography-dark: #273039;
  --so-colors-typography-lighten-30: #8491aa;
  --so-colors-typography-lighten-50: #818CA1;
  --so-colors-typography-lighten-80: #dce0e7;
  --so-colors-background: #bfc4cf;
  --so-colors-background-lighten-50: #e4e7eb;
  --so-colors-background-lighten-80: #f4f2f7;
  --so-colors-background-lighten-90: #fbfafc;
  --so-colors-background-lighten-100: #ffffff;
  --so-colors-background-gradient: linear-gradient(135deg, #07A6D7 0%, #EB81AE 51.56%, #DF8A2B 100%);
  --so-colors-so-gray: #455473;
  --so-colors-so-gray-dark: #313E5A;
}

/* ===== Usage ===== */

/* ===== Usage ===== */
/* ===== Usage ===== */
/* ===== Usage ===== */
.Row-module_row__rUkBp {
  display: flex;
  align-items: flex-start;
  margin-bottom: 24px;
  flex: 1 1;
  gap: 28px;
  flex-wrap: wrap;
}
.Row-module_row__rUkBp > div {
  flex: 1 1;
}
.Row-module_row__rUkBp .Row-module_row__rUkBp {
  margin-bottom: 0;
}

@media (max-width: 1024px) {
  .Row-module_row__rUkBp {
    justify-content: flex-start;
    gap: 10px;
  }
}
:root {
  --so-colors-primary: #b478f0;
  --so-colors-primary-lighten-30: #caa0f4;
  --so-colors-primary-lighten-50: #d9bbf7;
  --so-colors-primary-lighten-80: #f0e4fc;
  --so-colors-primary-lighten-90: #f7f1fe;
  --so-colors-primary-darken-10: #a257ec;
  --so-colors-success: #1ee6a0;
  --so-colors-success-lighten-30: #61edbc;
  --so-colors-success-lighten-50: #8ef2cf;
  --so-colors-success-lighten-80: #d2faec;
  --so-colors-success-lighten-90: #e8fdf5;
  --so-colors-success-darken-10: #17d291;
  --so-colors-warning: #fa7864;
  --so-colors-warning-lighten-30: #fba092;
  --so-colors-warning-lighten-50: #fcbbb1;
  --so-colors-warning-lighten-80: #fee4e0;
  --so-colors-warning-lighten-90: #fff1ef;
  --so-colors-warning-darken-10: #f85a42;
  --so-colors-error: #ff4867;
  --so-colors-error-lighten-30: #ff7e94;
  --so-colors-error-lighten-50: #ffa3b2;
  --so-colors-error-lighten-80: #ffdae0;
  --so-colors-error-lighten-90: #ffecef;
  --so-colors-error-darken-10: #ff274b;
  --so-colors-info: #00c8ff;
  --so-colors-info-lighten-30: #4cd8ff;
  --so-colors-info-lighten-50: #7fe3ff;
  --so-colors-info-lighten-80: #ccf4ff;
  --so-colors-info-lighten-90: #e5faff;
  --so-colors-info-darken-10: #00b3e5;
  --so-colors-caution: #4c70ff;
  --so-colors-caution-lighten-30: #819aff;
  --so-colors-caution-lighten-50: #a5b7ff;
  --so-colors-caution-lighten-80: #dbe2ff;
  --so-colors-caution-lighten-90: #edf0ff;
  --so-colors-caution-darken-10: #2a55fe;
  --so-colors-typography: #485979;
  --so-colors-typography-light: #506387;
  --so-colors-typography-dark: #273039;
  --so-colors-typography-lighten-30: #8491aa;
  --so-colors-typography-lighten-50: #818CA1;
  --so-colors-typography-lighten-80: #dce0e7;
  --so-colors-background: #bfc4cf;
  --so-colors-background-lighten-50: #e4e7eb;
  --so-colors-background-lighten-80: #f4f2f7;
  --so-colors-background-lighten-90: #fbfafc;
  --so-colors-background-lighten-100: #ffffff;
  --so-colors-background-gradient: linear-gradient(135deg, #07A6D7 0%, #EB81AE 51.56%, #DF8A2B 100%);
  --so-colors-so-gray: #455473;
  --so-colors-so-gray-dark: #313E5A;
}

/* ===== Usage ===== */

/* ===== Usage ===== */
/* ===== Usage ===== */
/* ===== Usage ===== */
.DropZone-module_dropZone__FNzz8 {
  width: 100%;
  min-height: 100%;
}

.DropZone-module_zone__L0UM8 {
  border-radius: 6px;
  border: 1px dashed #e4e7eb;
  border: 1px dashed var(--so-colors-background-lighten-50);
  width: 100%;
  min-height: 100%;
  min-width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: default;
  transition: border 400ms ease-out;
}
.DropZone-module_zone__L0UM8:hover, .DropZone-module_zone__L0UM8.DropZone-module_isActive__CX1c1 {
  border-color: #caa0f4;
  border-color: var(--so-colors-primary-lighten-30);
}
.DropZone-module_zone__L0UM8.DropZone-module_disabled__JKxod {
  background-color: #fbfafc;
  background-color: var(--so-colors-background-lighten-90);
  cursor: not-allowed;
}
.DropZone-module_zone__L0UM8.DropZone-module_hasError__DMlLY {
  border-bottom-color: #ff4867;
  border-bottom-color: var(--so-colors-error);
  border-bottom-style: solid;
}
.DropZone-module_zone__L0UM8 .DropZone-module_label__flbC7 {
  font-size: 14px;
  padding: 0 14px;
  cursor: inherit;
  text-align: center;
}
.DropZone-module_zone__L0UM8 .DropZone-module_label__flbC7 .DropZone-module_browse__shA8A {
  color: #b478f0;
  color: var(--so-colors-primary);
}

.DropZone-module_errors__iObL8 {
  color: #ff4867;
  color: var(--so-colors-error);
  font-size: 12px;
  line-height: 1.1;
}

.DropZone-module_zoneFontBigger__bWuDO {
  font-size: 12px;
}

.DropZone-module_zoneFont__sijm2 {
  font-size: 12px;
}

.DropZone-module_zoneFontBold__fnNi5 {
  font-size: 12px;
  font-weight: bolder;
}
.Activate-module_activate__duX1m {
  width: 180px;
  float: right;
}
.ErrorMessage-module_errorDiv__Iccur {
  display: flex;
  vertical-align: middle;
  background-color: #F7DBE0;
  border-radius: 6px;
}

.ErrorMessage-module_messageDiv__vbJ9i {
  float: left;
  padding: 2px 2px 2px 15px;
  width: 93%;
  margin: 10px;
}

.ErrorMessage-module_errorMessage__hQCpJ {
  font-size: 10pt;
  font-weight: bold;
  color: #F53755;
}

.ErrorMessage-module_closeDiv__Zg_Sb {
  display: inline-block;
  padding: 6px 15px 6px 6px;
  border-left: 2px solid #E8A7B1;
  align-self: center;
  text-align: center;
  width: 6%;
}

.ErrorMessage-module_buttonDefault__AGp7W {
  border: none;
  background-color: transparent;
  color: #E65B68;
  width: 23px;
  height: 22px;
  border-radius: 3px;
  font-size: 14pt;
  text-align: center;
}
.ErrorMessage-module_buttonDefault__AGp7W:hover {
  border-size: 1px;
  border-color: #e7afb8;
  box-shadow: 1px 1px 0.5px 0.5px #eeaaaa;
}
.ErrorMessage-module_buttonDefault__AGp7W:active {
  border-size: 1px;
  border-color: #f1b7c0;
  background-color: #f1b7c0;
}
.PreviousActivation-module_lag__bt1EM {
  flex: 2 1 !important;
}

.PreviousActivation-module_header__hFCXU {
  color: #555555 !important;
}

.PreviousActivation-module_btn__ifcKj {
  width: 100px;
  background-color: transparent;
  cursor: pointer;
  padding: 1px;
  color: #333333;
  border: 1px solid #bbb;
  border-radius: 15px;
  font-size: 10pt;
  padding: 7px 0;
}

.PreviousActivation-module_btn__ifcKj:hover {
  color: #111111;
  background-color: #ffffff;
  border: 1px solid #777777;
}

.PreviousActivation-module_blankRow__bTgmm {
  text-align: center;
  color: #888888;
  font-style: italic;
}

.PreviousActivation-module_tableFooter__YOj5R {
  background-color: #f9f9f9;
  border: 1px solid #f1f1f1;
  padding: 8px 0px;
  width: 100%;
  font-weight: 500;
  text-align: left;
  font-size: 16px;
  color: #2c3e50;
  border-radius: 5px;
  margin-top: 5px;
  font-size: 9pt;
  height: 45px;
}

.PreviousActivation-module_button__uylBl {
  border: none;
  padding: 7px 14px;
  border-radius: 10px;
  cursor: pointer;
  margin-right: 4px;
  margin-left: 4px;
}

.PreviousActivation-module_activeButton__XP1kh {
  color: white;
  background: #185adb;
}

.PreviousActivation-module_inactiveButton__egF45 {
  color: #2c3e50;
  background: #f9f9f9;
}

.PreviousActivation-module_rowsPerPage__FA3hC {
  float: left;
  margin-left: 10px;
  font-weight: bold;
}

.PreviousActivation-module_page__wLvxq {
  float: right;
  margin-right: 10px;
  font-weight: bold;
}

.PreviousActivation-module_select__gU9F6 {
  margin: 5px;
}
