/* ------------------------------------------------------------------------------
 *
 *  # Bitshifter bundle icon scss
 *
 * ---------------------------------------------------------------------------- */
/* To override Limitless variables, make sure they are marked with !default in \limitless\layouts\layout_1/2\default\variables\variables-core */
:root {
  --body-bg: #f1f4f9;
}

:root {
  --icon-font-size: 2rem;
}

/* ***************** Bootstrap Theme specific ***************** */
.k-switch .k-rounded-full {
  border-radius: 9999px;
}

/* *********************************************************** */
/* ***************** Material Theme specific ***************** */
/*
// Primary and secondary color get taken from palette per default, so we need to overwrite it here if we wanna use colors outside the palettes
$kendo-color-primary: $primary;
$kendo-color-primary-lighter: k-color-tint( $kendo-color-primary, 2 );
$kendo-color-primary-darker: k-color-shade( $kendo-color-primary, 2 );

$kendo-color-secondary: $secondary !default;
$kendo-color-secondary-lighter: k-color-tint( $kendo-color-secondary, 2 ) !default;
$kendo-color-secondary-darker: k-color-shade( $kendo-color-secondary, 2 ) !default;


// Customize sidebar
@import "theme/_sidebar.scss";
// Use shadows (remove borders)
@import "theme/_shadows.scss";

// Hover to secondary on commend (grid) buttons
.k-command-cell {
    & .k-button-solid-base:hover {
        background-color: $secondary;
        color: #ffffff;
        border-color: $secondary;
    }
}*/
/* ********************************************************** */
.btn [class^=icon-],
.btn [class*=" icon-"] {
  line-height: 1.1 !important;
}

.k-icon-button > .k-button-icon {
  min-height: unset !important;
}

.k-toolbar .k-input {
  width: 15em !important;
}

/* ------------------------------------------------------------------------------
 *
 *  # Font Awesome icons base
 *
 *  Main file to compile. Do not change file order. Default output file: styles.min.css
 *
 * ---------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------
 *
 *  # Global configuration
 *
 *  Here you can change main theme, enable or disable certain components and
 *  optional styles. This allows you to include only components that you need.
 *
 *  'true'  - enables component and includes it to main CSS file.
 *  'false' - disables component and excludes it from main CSS file.
 *
 * ---------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------
 *
 *  # Custom Limitless functions
 *
 *  Utility mixins and functions for evalutating source code across our variables, maps, and mixins.
 *
 * ---------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------
 *
 *  # Custom template mixins
 *
 *  All custom mixins are prefixed with "ll-" to avoid conflicts
 *
 * ---------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------
 *
 *  # Additional variables
 *
 *  Mainly 3rd party libraries and additional variables for default
 *  Bootstrap components.
 *
 * ---------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------
 *
 *  # Font Awesome variables
 *
 *  Includes some set-specific functions and variables (base and icons)
 *
 * ---------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------
 *
 *  # Font Awesome mixins
 *
 *  Custom mixins for Font Awesome icon set only.
 *
 * ---------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------
 *
 *  # Font Awesome icons base
 *
 *  Base styles for Font Awesome. Include font import, class definition and other options
 *
 * ---------------------------------------------------------------------------- */
@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  src: url("./fonts/fa-solid-900.eot");
  src: url("./fonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("./fonts/fa-solid-900.woff2") format("woff2"), url("./fonts/fa-solid-900.woff") format("woff"), url("./fonts/fa-solid-900.ttf") format("truetype"), url("./fonts/fa-solid-900.svg#fontawesome") format("svg");
}
@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 400;
  src: url("./fonts/fa-regular-400.eot");
  src: url("./fonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("./fonts/fa-regular-400.woff2") format("woff2"), url("./fonts/fa-regular-400.woff") format("woff"), url("./fonts/fa-regular-400.ttf") format("truetype"), url("./fonts/fa-regular-400.svg#fontawesome") format("svg");
}
@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: normal;
  src: url("./fonts/fa-brands-400.eot");
  src: url("./fonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("./fonts/fa-brands-400.woff2") format("woff2"), url("./fonts/fa-brands-400.woff") format("woff"), url("./fonts/fa-brands-400.ttf") format("truetype"), url("./fonts/fa-brands-400.svg#fontawesome") format("svg");
}
.fa,
.fas,
.far,
.fal,
.fab {
  display: inline-block;
  font-size: var(--icon-font-size);
  font-style: normal;
  font-variant: normal;
  min-width: 1em;
  vertical-align: middle;
  position: relative;
  top: -1px;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa,
.fas {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.far {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fab {
  font-family: "Font Awesome 5 Brands";
}

.fa-1x {
  font-size: calc(1 * var(--icon-font-size));
}

.fa-2x {
  font-size: calc(2 * var(--icon-font-size));
}

.fa-3x {
  font-size: calc(3 * var(--icon-font-size));
}

.fa-4x {
  font-size: calc(4 * var(--icon-font-size));
}

.fa-5x {
  font-size: calc(5 * var(--icon-font-size));
}

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1);
}

.fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(-1, -1);
}

/* ------------------------------------------------------------------------------
 *
 *  # Font Awesome icon classes
 *
 *  Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
 *  readers do not read off random characters that represent icons
 *
 * ---------------------------------------------------------------------------- */
.fa-500px:before {
  content: "\f26e";
}

.fa-accessible-icon:before {
  content: "\f368";
}

.fa-accusoft:before {
  content: "\f369";
}

.fa-acquisitions-incorporated:before {
  content: "\f6af";
}

.fa-ad:before {
  content: "\f641";
}

.fa-address-book:before {
  content: "\f2b9";
}

.fa-address-card:before {
  content: "\f2bb";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-adn:before {
  content: "\f170";
}

.fa-adversal:before {
  content: "\f36a";
}

.fa-affiliatetheme:before {
  content: "\f36b";
}

.fa-air-freshener:before {
  content: "\f5d0";
}

.fa-algolia:before {
  content: "\f36c";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-alipay:before {
  content: "\f642";
}

.fa-allergies:before {
  content: "\f461";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-amazon-pay:before {
  content: "\f42c";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-amilia:before {
  content: "\f36d";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-android:before {
  content: "\f17b";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angry:before {
  content: "\f556";
}

.fa-angrycreative:before {
  content: "\f36e";
}

.fa-angular:before {
  content: "\f420";
}

.fa-ankh:before {
  content: "\f644";
}

.fa-app-store:before {
  content: "\f36f";
}

.fa-app-store-ios:before {
  content: "\f370";
}

.fa-apper:before {
  content: "\f371";
}

.fa-apple:before {
  content: "\f179";
}

.fa-apple-alt:before {
  content: "\f5d1";
}

.fa-apple-pay:before {
  content: "\f415";
}

.fa-archive:before {
  content: "\f187";
}

.fa-archway:before {
  content: "\f557";
}

.fa-arrow-alt-circle-down:before {
  content: "\f358";
}

.fa-arrow-alt-circle-left:before {
  content: "\f359";
}

.fa-arrow-alt-circle-right:before {
  content: "\f35a";
}

.fa-arrow-alt-circle-up:before {
  content: "\f35b";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-arrows-alt-h:before {
  content: "\f337";
}

.fa-arrows-alt-v:before {
  content: "\f338";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-asymmetrik:before {
  content: "\f372";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-atlas:before {
  content: "\f558";
}

.fa-atom:before {
  content: "\f5d2";
}

.fa-audible:before {
  content: "\f373";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-autoprefixer:before {
  content: "\f41c";
}

.fa-avianex:before {
  content: "\f374";
}

.fa-aviato:before {
  content: "\f421";
}

.fa-award:before {
  content: "\f559";
}

.fa-aws:before {
  content: "\f375";
}

.fa-backspace:before {
  content: "\f55a";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-band-aid:before {
  content: "\f462";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-bars:before {
  content: "\f0c9";
}

.fa-baseball-ball:before {
  content: "\f433";
}

.fa-basketball-ball:before {
  content: "\f434";
}

.fa-bath:before {
  content: "\f2cd";
}

.fa-battery-empty:before {
  content: "\f244";
}

.fa-battery-full:before {
  content: "\f240";
}

.fa-battery-half:before {
  content: "\f242";
}

.fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-bed:before {
  content: "\f236";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bezier-curve:before {
  content: "\f55b";
}

.fa-bible:before {
  content: "\f647";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-bimobject:before {
  content: "\f378";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitcoin:before {
  content: "\f379";
}

.fa-bity:before {
  content: "\f37a";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-blackberry:before {
  content: "\f37b";
}

.fa-blender:before {
  content: "\f517";
}

.fa-blender-phone:before {
  content: "\f6b6";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-blogger:before {
  content: "\f37c";
}

.fa-blogger-b:before {
  content: "\f37d";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-bold:before {
  content: "\f032";
}

.fa-bolt:before {
  content: "\f0e7";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-bone:before {
  content: "\f5d7";
}

.fa-bong:before {
  content: "\f55c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-book-dead:before {
  content: "\f6b7";
}

.fa-book-open:before {
  content: "\f518";
}

.fa-book-reader:before {
  content: "\f5da";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-bowling-ball:before {
  content: "\f436";
}

.fa-box:before {
  content: "\f466";
}

.fa-box-open:before {
  content: "\f49e";
}

.fa-boxes:before {
  content: "\f468";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-brain:before {
  content: "\f5dc";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-briefcase-medical:before {
  content: "\f469";
}

.fa-broadcast-tower:before {
  content: "\f519";
}

.fa-broom:before {
  content: "\f51a";
}

.fa-brush:before {
  content: "\f55d";
}

.fa-btc:before {
  content: "\f15a";
}

.fa-bug:before {
  content: "\f188";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-burn:before {
  content: "\f46a";
}

.fa-buromobelexperte:before {
  content: "\f37f";
}

.fa-bus:before {
  content: "\f207";
}

.fa-bus-alt:before {
  content: "\f55e";
}

.fa-business-time:before {
  content: "\f64a";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-calendar:before {
  content: "\f133";
}

.fa-calendar-alt:before {
  content: "\f073";
}

.fa-calendar-check:before {
  content: "\f274";
}

.fa-calendar-minus:before {
  content: "\f272";
}

.fa-calendar-plus:before {
  content: "\f271";
}

.fa-calendar-times:before {
  content: "\f273";
}

.fa-camera:before {
  content: "\f030";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-campground:before {
  content: "\f6bb";
}

.fa-cannabis:before {
  content: "\f55f";
}

.fa-capsules:before {
  content: "\f46b";
}

.fa-car:before {
  content: "\f1b9";
}

.fa-car-alt:before {
  content: "\f5de";
}

.fa-car-battery:before {
  content: "\f5df";
}

.fa-car-crash:before {
  content: "\f5e1";
}

.fa-car-side:before {
  content: "\f5e4";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-caret-square-down:before {
  content: "\f150";
}

.fa-caret-square-left:before {
  content: "\f191";
}

.fa-caret-square-right:before {
  content: "\f152";
}

.fa-caret-square-up:before {
  content: "\f151";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cat:before {
  content: "\f6be";
}

.fa-cc-amazon-pay:before {
  content: "\f42d";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-apple-pay:before {
  content: "\f416";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-centercode:before {
  content: "\f380";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-chair:before {
  content: "\f6c0";
}

.fa-chalkboard:before {
  content: "\f51b";
}

.fa-chalkboard-teacher:before {
  content: "\f51c";
}

.fa-charging-station:before {
  content: "\f5e7";
}

.fa-chart-area:before {
  content: "\f1fe";
}

.fa-chart-bar:before {
  content: "\f080";
}

.fa-chart-line:before {
  content: "\f201";
}

.fa-chart-pie:before {
  content: "\f200";
}

.fa-check:before {
  content: "\f00c";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-check-double:before {
  content: "\f560";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-chess:before {
  content: "\f439";
}

.fa-chess-bishop:before {
  content: "\f43a";
}

.fa-chess-board:before {
  content: "\f43c";
}

.fa-chess-king:before {
  content: "\f43f";
}

.fa-chess-knight:before {
  content: "\f441";
}

.fa-chess-pawn:before {
  content: "\f443";
}

.fa-chess-queen:before {
  content: "\f445";
}

.fa-chess-rook:before {
  content: "\f447";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-church:before {
  content: "\f51d";
}

.fa-circle:before {
  content: "\f111";
}

.fa-circle-notch:before {
  content: "\f1ce";
}

.fa-city:before {
  content: "\f64f";
}

.fa-clipboard:before {
  content: "\f328";
}

.fa-clipboard-check:before {
  content: "\f46c";
}

.fa-clipboard-list:before {
  content: "\f46d";
}

.fa-clock:before {
  content: "\f017";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-closed-captioning:before {
  content: "\f20a";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-cloud-download-alt:before {
  content: "\f381";
}

.fa-cloud-meatball:before {
  content: "\f73b";
}

.fa-cloud-moon:before {
  content: "\f6c3";
}

.fa-cloud-moon-rain:before {
  content: "\f73c";
}

.fa-cloud-rain:before {
  content: "\f73d";
}

.fa-cloud-showers-heavy:before {
  content: "\f740";
}

.fa-cloud-sun:before {
  content: "\f6c4";
}

.fa-cloud-sun-rain:before {
  content: "\f743";
}

.fa-cloud-upload-alt:before {
  content: "\f382";
}

.fa-cloudscale:before {
  content: "\f383";
}

.fa-cloudsmith:before {
  content: "\f384";
}

.fa-cloudversify:before {
  content: "\f385";
}

.fa-cocktail:before {
  content: "\f561";
}

.fa-code:before {
  content: "\f121";
}

.fa-code-branch:before {
  content: "\f126";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cog:before {
  content: "\f013";
}

.fa-cogs:before {
  content: "\f085";
}

.fa-coins:before {
  content: "\f51e";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-comment:before {
  content: "\f075";
}

.fa-comment-alt:before {
  content: "\f27a";
}

.fa-comment-dollar:before {
  content: "\f651";
}

.fa-comment-dots:before {
  content: "\f4ad";
}

.fa-comment-slash:before {
  content: "\f4b3";
}

.fa-comments:before {
  content: "\f086";
}

.fa-comments-dollar:before {
  content: "\f653";
}

.fa-compact-disc:before {
  content: "\f51f";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-compress:before {
  content: "\f066";
}

.fa-concierge-bell:before {
  content: "\f562";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-cookie:before {
  content: "\f563";
}

.fa-cookie-bite:before {
  content: "\f564";
}

.fa-copy:before {
  content: "\f0c5";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-couch:before {
  content: "\f4b8";
}

.fa-cpanel:before {
  content: "\f388";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-creative-commons-by:before {
  content: "\f4e7";
}

.fa-creative-commons-nc:before {
  content: "\f4e8";
}

.fa-creative-commons-nc-eu:before {
  content: "\f4e9";
}

.fa-creative-commons-nc-jp:before {
  content: "\f4ea";
}

.fa-creative-commons-nd:before {
  content: "\f4eb";
}

.fa-creative-commons-pd:before {
  content: "\f4ec";
}

.fa-creative-commons-pd-alt:before {
  content: "\f4ed";
}

.fa-creative-commons-remix:before {
  content: "\f4ee";
}

.fa-creative-commons-sa:before {
  content: "\f4ef";
}

.fa-creative-commons-sampling:before {
  content: "\f4f0";
}

.fa-creative-commons-sampling-plus:before {
  content: "\f4f1";
}

.fa-creative-commons-share:before {
  content: "\f4f2";
}

.fa-creative-commons-zero:before {
  content: "\f4f3";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-critical-role:before {
  content: "\f6c9";
}

.fa-crop:before {
  content: "\f125";
}

.fa-crop-alt:before {
  content: "\f565";
}

.fa-cross:before {
  content: "\f654";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-crow:before {
  content: "\f520";
}

.fa-crown:before {
  content: "\f521";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-css3-alt:before {
  content: "\f38b";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-cut:before {
  content: "\f0c4";
}

.fa-cuttlefish:before {
  content: "\f38c";
}

.fa-d-and-d:before {
  content: "\f38d";
}

.fa-d-and-d-beyond:before {
  content: "\f6ca";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-deaf:before {
  content: "\f2a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-democrat:before {
  content: "\f747";
}

.fa-deploydog:before {
  content: "\f38e";
}

.fa-deskpro:before {
  content: "\f38f";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-dev:before {
  content: "\f6cc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-dharmachakra:before {
  content: "\f655";
}

.fa-diagnoses:before {
  content: "\f470";
}

.fa-dice:before {
  content: "\f522";
}

.fa-dice-d20:before {
  content: "\f6cf";
}

.fa-dice-d6:before {
  content: "\f6d1";
}

.fa-dice-five:before {
  content: "\f523";
}

.fa-dice-four:before {
  content: "\f524";
}

.fa-dice-one:before {
  content: "\f525";
}

.fa-dice-six:before {
  content: "\f526";
}

.fa-dice-three:before {
  content: "\f527";
}

.fa-dice-two:before {
  content: "\f528";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-digital-ocean:before {
  content: "\f391";
}

.fa-digital-tachograph:before {
  content: "\f566";
}

.fa-directions:before {
  content: "\f5eb";
}

.fa-discord:before {
  content: "\f392";
}

.fa-discourse:before {
  content: "\f393";
}

.fa-divide:before {
  content: "\f529";
}

.fa-dizzy:before {
  content: "\f567";
}

.fa-dna:before {
  content: "\f471";
}

.fa-dochub:before {
  content: "\f394";
}

.fa-docker:before {
  content: "\f395";
}

.fa-dog:before {
  content: "\f6d3";
}

.fa-dollar-sign:before {
  content: "\f155";
}

.fa-dolly:before {
  content: "\f472";
}

.fa-dolly-flatbed:before {
  content: "\f474";
}

.fa-donate:before {
  content: "\f4b9";
}

.fa-door-closed:before {
  content: "\f52a";
}

.fa-door-open:before {
  content: "\f52b";
}

.fa-dot-circle:before {
  content: "\f192";
}

.fa-dove:before {
  content: "\f4ba";
}

.fa-download:before {
  content: "\f019";
}

.fa-draft2digital:before {
  content: "\f396";
}

.fa-drafting-compass:before {
  content: "\f568";
}

.fa-dragon:before {
  content: "\f6d5";
}

.fa-draw-polygon:before {
  content: "\f5ee";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-dribbble-square:before {
  content: "\f397";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-drum:before {
  content: "\f569";
}

.fa-drum-steelpan:before {
  content: "\f56a";
}

.fa-drumstick-bite:before {
  content: "\f6d7";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-dumbbell:before {
  content: "\f44b";
}

.fa-dungeon:before {
  content: "\f6d9";
}

.fa-dyalog:before {
  content: "\f399";
}

.fa-earlybirds:before {
  content: "\f39a";
}

.fa-ebay:before {
  content: "\f4f4";
}

.fa-edge:before {
  content: "\f282";
}

.fa-edit:before {
  content: "\f044";
}

.fa-eject:before {
  content: "\f052";
}

.fa-elementor:before {
  content: "\f430";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-ello:before {
  content: "\f5f1";
}

.fa-ember:before {
  content: "\f423";
}

.fa-empire:before {
  content: "\f1d1";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-envelope-open:before {
  content: "\f2b6";
}

.fa-envelope-open-text:before {
  content: "\f658";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-envira:before {
  content: "\f299";
}

.fa-equals:before {
  content: "\f52c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-erlang:before {
  content: "\f39d";
}

.fa-ethereum:before {
  content: "\f42e";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-euro-sign:before {
  content: "\f153";
}

.fa-exchange-alt:before {
  content: "\f362";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-expand:before {
  content: "\f065";
}

.fa-expand-arrows-alt:before {
  content: "\f31e";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-external-link-alt:before {
  content: "\f35d";
}

.fa-external-link-square-alt:before {
  content: "\f360";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-dropper:before {
  content: "\f1fb";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-facebook:before {
  content: "\f09a";
}

.fa-facebook-f:before {
  content: "\f39e";
}

.fa-facebook-messenger:before {
  content: "\f39f";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-fantasy-flight-games:before {
  content: "\f6dc";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-feather:before {
  content: "\f52d";
}

.fa-feather-alt:before {
  content: "\f56b";
}

.fa-female:before {
  content: "\f182";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-alt:before {
  content: "\f15c";
}

.fa-file-archive:before {
  content: "\f1c6";
}

.fa-file-audio:before {
  content: "\f1c7";
}

.fa-file-code:before {
  content: "\f1c9";
}

.fa-file-contract:before {
  content: "\f56c";
}

.fa-file-csv:before {
  content: "\f6dd";
}

.fa-file-download:before {
  content: "\f56d";
}

.fa-file-excel:before {
  content: "\f1c3";
}

.fa-file-export:before {
  content: "\f56e";
}

.fa-file-image:before {
  content: "\f1c5";
}

.fa-file-import:before {
  content: "\f56f";
}

.fa-file-invoice:before {
  content: "\f570";
}

.fa-file-invoice-dollar:before {
  content: "\f571";
}

.fa-file-medical:before {
  content: "\f477";
}

.fa-file-medical-alt:before {
  content: "\f478";
}

.fa-file-pdf:before {
  content: "\f1c1";
}

.fa-file-powerpoint:before {
  content: "\f1c4";
}

.fa-file-prescription:before {
  content: "\f572";
}

.fa-file-signature:before {
  content: "\f573";
}

.fa-file-upload:before {
  content: "\f574";
}

.fa-file-video:before {
  content: "\f1c8";
}

.fa-file-word:before {
  content: "\f1c2";
}

.fa-fill:before {
  content: "\f575";
}

.fa-fill-drip:before {
  content: "\f576";
}

.fa-film:before {
  content: "\f008";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-fingerprint:before {
  content: "\f577";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-first-aid:before {
  content: "\f479";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-first-order-alt:before {
  content: "\f50a";
}

.fa-firstdraft:before {
  content: "\f3a1";
}

.fa-fish:before {
  content: "\f578";
}

.fa-fist-raised:before {
  content: "\f6de";
}

.fa-flag:before {
  content: "\f024";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-flag-usa:before {
  content: "\f74d";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-flipboard:before {
  content: "\f44d";
}

.fa-flushed:before {
  content: "\f579";
}

.fa-fly:before {
  content: "\f417";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-minus:before {
  content: "\f65d";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-folder-plus:before {
  content: "\f65e";
}

.fa-font:before {
  content: "\f031";
}

.fa-font-awesome:before {
  content: "\f2b4";
}

.fa-font-awesome-alt:before {
  content: "\f35c";
}

.fa-font-awesome-flag:before {
  content: "\f425";
}

.fa-font-awesome-logo-full:before {
  content: "\f4e6";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-fonticons-fi:before {
  content: "\f3a2";
}

.fa-football-ball:before {
  content: "\f44e";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-fort-awesome-alt:before {
  content: "\f3a3";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-freebsd:before {
  content: "\f3a4";
}

.fa-frog:before {
  content: "\f52e";
}

.fa-frown:before {
  content: "\f119";
}

.fa-frown-open:before {
  content: "\f57a";
}

.fa-fulcrum:before {
  content: "\f50b";
}

.fa-funnel-dollar:before {
  content: "\f662";
}

.fa-futbol:before {
  content: "\f1e3";
}

.fa-galactic-republic:before {
  content: "\f50c";
}

.fa-galactic-senate:before {
  content: "\f50d";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-gas-pump:before {
  content: "\f52f";
}

.fa-gavel:before {
  content: "\f0e3";
}

.fa-gem:before {
  content: "\f3a5";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-ghost:before {
  content: "\f6e2";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-github:before {
  content: "\f09b";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-gitkraken:before {
  content: "\f3a6";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-gitter:before {
  content: "\f426";
}

.fa-glass-martini:before {
  content: "\f000";
}

.fa-glass-martini-alt:before {
  content: "\f57b";
}

.fa-glasses:before {
  content: "\f530";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-globe-africa:before {
  content: "\f57c";
}

.fa-globe-americas:before {
  content: "\f57d";
}

.fa-globe-asia:before {
  content: "\f57e";
}

.fa-gofore:before {
  content: "\f3a7";
}

.fa-golf-ball:before {
  content: "\f450";
}

.fa-goodreads:before {
  content: "\f3a8";
}

.fa-goodreads-g:before {
  content: "\f3a9";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-google-drive:before {
  content: "\f3aa";
}

.fa-google-play:before {
  content: "\f3ab";
}

.fa-google-plus:before {
  content: "\f2b3";
}

.fa-google-plus-g:before {
  content: "\f0d5";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-gopuram:before {
  content: "\f664";
}

.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-gratipay:before {
  content: "\f184";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-greater-than:before {
  content: "\f531";
}

.fa-greater-than-equal:before {
  content: "\f532";
}

.fa-grimace:before {
  content: "\f57f";
}

.fa-grin:before {
  content: "\f580";
}

.fa-grin-alt:before {
  content: "\f581";
}

.fa-grin-beam:before {
  content: "\f582";
}

.fa-grin-beam-sweat:before {
  content: "\f583";
}

.fa-grin-hearts:before {
  content: "\f584";
}

.fa-grin-squint:before {
  content: "\f585";
}

.fa-grin-squint-tears:before {
  content: "\f586";
}

.fa-grin-stars:before {
  content: "\f587";
}

.fa-grin-tears:before {
  content: "\f588";
}

.fa-grin-tongue:before {
  content: "\f589";
}

.fa-grin-tongue-squint:before {
  content: "\f58a";
}

.fa-grin-tongue-wink:before {
  content: "\f58b";
}

.fa-grin-wink:before {
  content: "\f58c";
}

.fa-grip-horizontal:before {
  content: "\f58d";
}

.fa-grip-vertical:before {
  content: "\f58e";
}

.fa-gripfire:before {
  content: "\f3ac";
}

.fa-grunt:before {
  content: "\f3ad";
}

.fa-gulp:before {
  content: "\f3ae";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-hacker-news-square:before {
  content: "\f3af";
}

.fa-hackerrank:before {
  content: "\f5f7";
}

.fa-hammer:before {
  content: "\f6e3";
}

.fa-hamsa:before {
  content: "\f665";
}

.fa-hand-holding:before {
  content: "\f4bd";
}

.fa-hand-holding-heart:before {
  content: "\f4be";
}

.fa-hand-holding-usd:before {
  content: "\f4c0";
}

.fa-hand-lizard:before {
  content: "\f258";
}

.fa-hand-paper:before {
  content: "\f256";
}

.fa-hand-peace:before {
  content: "\f25b";
}

.fa-hand-point-down:before {
  content: "\f0a7";
}

.fa-hand-point-left:before {
  content: "\f0a5";
}

.fa-hand-point-right:before {
  content: "\f0a4";
}

.fa-hand-point-up:before {
  content: "\f0a6";
}

.fa-hand-pointer:before {
  content: "\f25a";
}

.fa-hand-rock:before {
  content: "\f255";
}

.fa-hand-scissors:before {
  content: "\f257";
}

.fa-hand-spock:before {
  content: "\f259";
}

.fa-hands:before {
  content: "\f4c2";
}

.fa-hands-helping:before {
  content: "\f4c4";
}

.fa-handshake:before {
  content: "\f2b5";
}

.fa-hanukiah:before {
  content: "\f6e6";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-hat-wizard:before {
  content: "\f6e8";
}

.fa-haykal:before {
  content: "\f666";
}

.fa-hdd:before {
  content: "\f0a0";
}

.fa-heading:before {
  content: "\f1dc";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-headphones-alt:before {
  content: "\f58f";
}

.fa-headset:before {
  content: "\f590";
}

.fa-heart:before {
  content: "\f004";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-helicopter:before {
  content: "\f533";
}

.fa-highlighter:before {
  content: "\f591";
}

.fa-hiking:before {
  content: "\f6ec";
}

.fa-hippo:before {
  content: "\f6ed";
}

.fa-hips:before {
  content: "\f452";
}

.fa-hire-a-helper:before {
  content: "\f3b0";
}

.fa-history:before {
  content: "\f1da";
}

.fa-hockey-puck:before {
  content: "\f453";
}

.fa-home:before {
  content: "\f015";
}

.fa-hooli:before {
  content: "\f427";
}

.fa-hornbill:before {
  content: "\f592";
}

.fa-horse:before {
  content: "\f6f0";
}

.fa-hospital:before {
  content: "\f0f8";
}

.fa-hospital-alt:before {
  content: "\f47d";
}

.fa-hospital-symbol:before {
  content: "\f47e";
}

.fa-hot-tub:before {
  content: "\f593";
}

.fa-hotel:before {
  content: "\f594";
}

.fa-hotjar:before {
  content: "\f3b1";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-start:before {
  content: "\f251";
}

.fa-house-damage:before {
  content: "\f6f1";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-hryvnia:before {
  content: "\f6f2";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-hubspot:before {
  content: "\f3b2";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-id-badge:before {
  content: "\f2c1";
}

.fa-id-card:before {
  content: "\f2c2";
}

.fa-id-card-alt:before {
  content: "\f47f";
}

.fa-image:before {
  content: "\f03e";
}

.fa-images:before {
  content: "\f302";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-industry:before {
  content: "\f275";
}

.fa-infinity:before {
  content: "\f534";
}

.fa-info:before {
  content: "\f129";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-italic:before {
  content: "\f033";
}

.fa-itunes:before {
  content: "\f3b4";
}

.fa-itunes-note:before {
  content: "\f3b5";
}

.fa-java:before {
  content: "\f4e4";
}

.fa-jedi:before {
  content: "\f669";
}

.fa-jedi-order:before {
  content: "\f50e";
}

.fa-jenkins:before {
  content: "\f3b6";
}

.fa-joget:before {
  content: "\f3b7";
}

.fa-joint:before {
  content: "\f595";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-journal-whills:before {
  content: "\f66a";
}

.fa-js:before {
  content: "\f3b8";
}

.fa-js-square:before {
  content: "\f3b9";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-kaaba:before {
  content: "\f66b";
}

.fa-kaggle:before {
  content: "\f5fa";
}

.fa-key:before {
  content: "\f084";
}

.fa-keybase:before {
  content: "\f4f5";
}

.fa-keyboard:before {
  content: "\f11c";
}

.fa-keycdn:before {
  content: "\f3ba";
}

.fa-khanda:before {
  content: "\f66d";
}

.fa-kickstarter:before {
  content: "\f3bb";
}

.fa-kickstarter-k:before {
  content: "\f3bc";
}

.fa-kiss:before {
  content: "\f596";
}

.fa-kiss-beam:before {
  content: "\f597";
}

.fa-kiss-wink-heart:before {
  content: "\f598";
}

.fa-kiwi-bird:before {
  content: "\f535";
}

.fa-korvue:before {
  content: "\f42f";
}

.fa-landmark:before {
  content: "\f66f";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-laptop-code:before {
  content: "\f5fc";
}

.fa-laravel:before {
  content: "\f3bd";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-laugh:before {
  content: "\f599";
}

.fa-laugh-beam:before {
  content: "\f59a";
}

.fa-laugh-squint:before {
  content: "\f59b";
}

.fa-laugh-wink:before {
  content: "\f59c";
}

.fa-layer-group:before {
  content: "\f5fd";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-lemon:before {
  content: "\f094";
}

.fa-less:before {
  content: "\f41d";
}

.fa-less-than:before {
  content: "\f536";
}

.fa-less-than-equal:before {
  content: "\f537";
}

.fa-level-down-alt:before {
  content: "\f3be";
}

.fa-level-up-alt:before {
  content: "\f3bf";
}

.fa-life-ring:before {
  content: "\f1cd";
}

.fa-lightbulb:before {
  content: "\f0eb";
}

.fa-line:before {
  content: "\f3c0";
}

.fa-link:before {
  content: "\f0c1";
}

.fa-linkedin:before {
  content: "\f08c";
}

.fa-linkedin-in:before {
  content: "\f0e1";
}

.fa-linode:before {
  content: "\f2b8";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-lira-sign:before {
  content: "\f195";
}

.fa-list:before {
  content: "\f03a";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-lock:before {
  content: "\f023";
}

.fa-lock-open:before {
  content: "\f3c1";
}

.fa-long-arrow-alt-down:before {
  content: "\f309";
}

.fa-long-arrow-alt-left:before {
  content: "\f30a";
}

.fa-long-arrow-alt-right:before {
  content: "\f30b";
}

.fa-long-arrow-alt-up:before {
  content: "\f30c";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-luggage-cart:before {
  content: "\f59d";
}

.fa-lyft:before {
  content: "\f3c3";
}

.fa-magento:before {
  content: "\f3c4";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-mail-bulk:before {
  content: "\f674";
}

.fa-mailchimp:before {
  content: "\f59e";
}

.fa-male:before {
  content: "\f183";
}

.fa-mandalorian:before {
  content: "\f50f";
}

.fa-map:before {
  content: "\f279";
}

.fa-map-marked:before {
  content: "\f59f";
}

.fa-map-marked-alt:before {
  content: "\f5a0";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-map-marker-alt:before {
  content: "\f3c5";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-markdown:before {
  content: "\f60f";
}

.fa-marker:before {
  content: "\f5a1";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mask:before {
  content: "\f6fa";
}

.fa-mastodon:before {
  content: "\f4f6";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-medal:before {
  content: "\f5a2";
}

.fa-medapps:before {
  content: "\f3c6";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-medium-m:before {
  content: "\f3c7";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-medrt:before {
  content: "\f3c8";
}

.fa-meetup:before {
  content: "\f2e0";
}

.fa-megaport:before {
  content: "\f5a3";
}

.fa-meh:before {
  content: "\f11a";
}

.fa-meh-blank:before {
  content: "\f5a4";
}

.fa-meh-rolling-eyes:before {
  content: "\f5a5";
}

.fa-memory:before {
  content: "\f538";
}

.fa-menorah:before {
  content: "\f676";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-meteor:before {
  content: "\f753";
}

.fa-microchip:before {
  content: "\f2db";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-alt:before {
  content: "\f3c9";
}

.fa-microphone-alt-slash:before {
  content: "\f539";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-microscope:before {
  content: "\f610";
}

.fa-microsoft:before {
  content: "\f3ca";
}

.fa-minus:before {
  content: "\f068";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-mix:before {
  content: "\f3cb";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-mizuni:before {
  content: "\f3cc";
}

.fa-mobile:before {
  content: "\f10b";
}

.fa-mobile-alt:before {
  content: "\f3cd";
}

.fa-modx:before {
  content: "\f285";
}

.fa-monero:before {
  content: "\f3d0";
}

.fa-money-bill:before {
  content: "\f0d6";
}

.fa-money-bill-alt:before {
  content: "\f3d1";
}

.fa-money-bill-wave:before {
  content: "\f53a";
}

.fa-money-bill-wave-alt:before {
  content: "\f53b";
}

.fa-money-check:before {
  content: "\f53c";
}

.fa-money-check-alt:before {
  content: "\f53d";
}

.fa-monument:before {
  content: "\f5a6";
}

.fa-moon:before {
  content: "\f186";
}

.fa-mortar-pestle:before {
  content: "\f5a7";
}

.fa-mosque:before {
  content: "\f678";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-mountain:before {
  content: "\f6fc";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-music:before {
  content: "\f001";
}

.fa-napster:before {
  content: "\f3d2";
}

.fa-neos:before {
  content: "\f612";
}

.fa-network-wired:before {
  content: "\f6ff";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-newspaper:before {
  content: "\f1ea";
}

.fa-nimblr:before {
  content: "\f5a8";
}

.fa-nintendo-switch:before {
  content: "\f418";
}

.fa-node:before {
  content: "\f419";
}

.fa-node-js:before {
  content: "\f3d3";
}

.fa-not-equal:before {
  content: "\f53e";
}

.fa-notes-medical:before {
  content: "\f481";
}

.fa-npm:before {
  content: "\f3d4";
}

.fa-ns8:before {
  content: "\f3d5";
}

.fa-nutritionix:before {
  content: "\f3d6";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-oil-can:before {
  content: "\f613";
}

.fa-old-republic:before {
  content: "\f510";
}

.fa-om:before {
  content: "\f679";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-osi:before {
  content: "\f41a";
}

.fa-otter:before {
  content: "\f700";
}

.fa-outdent:before {
  content: "\f03b";
}

.fa-page4:before {
  content: "\f3d7";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-paint-roller:before {
  content: "\f5aa";
}

.fa-palette:before {
  content: "\f53f";
}

.fa-palfed:before {
  content: "\f3d8";
}

.fa-pallet:before {
  content: "\f482";
}

.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-parachute-box:before {
  content: "\f4cd";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-parking:before {
  content: "\f540";
}

.fa-passport:before {
  content: "\f5ab";
}

.fa-pastafarianism:before {
  content: "\f67b";
}

.fa-paste:before {
  content: "\f0ea";
}

.fa-patreon:before {
  content: "\f3d9";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-peace:before {
  content: "\f67c";
}

.fa-pen:before {
  content: "\f304";
}

.fa-pen-alt:before {
  content: "\f305";
}

.fa-pen-fancy:before {
  content: "\f5ac";
}

.fa-pen-nib:before {
  content: "\f5ad";
}

.fa-pen-square:before {
  content: "\f14b";
}

.fa-pencil-alt:before {
  content: "\f303";
}

.fa-pencil-ruler:before {
  content: "\f5ae";
}

.fa-penny-arcade:before {
  content: "\f704";
}

.fa-people-carry:before {
  content: "\f4ce";
}

.fa-percent:before {
  content: "\f295";
}

.fa-percentage:before {
  content: "\f541";
}

.fa-periscope:before {
  content: "\f3da";
}

.fa-person-booth:before {
  content: "\f756";
}

.fa-phabricator:before {
  content: "\f3db";
}

.fa-phoenix-framework:before {
  content: "\f3dc";
}

.fa-phoenix-squadron:before {
  content: "\f511";
}

.fa-phone:before {
  content: "\f095";
}

.fa-phone-slash:before {
  content: "\f3dd";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-phone-volume:before {
  content: "\f2a0";
}

.fa-php:before {
  content: "\f457";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-pied-piper-hat:before {
  content: "\f4e5";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-piggy-bank:before {
  content: "\f4d3";
}

.fa-pills:before {
  content: "\f484";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-place-of-worship:before {
  content: "\f67f";
}

.fa-plane:before {
  content: "\f072";
}

.fa-plane-arrival:before {
  content: "\f5af";
}

.fa-plane-departure:before {
  content: "\f5b0";
}

.fa-play:before {
  content: "\f04b";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-playstation:before {
  content: "\f3df";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-plus:before {
  content: "\f067";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-podcast:before {
  content: "\f2ce";
}

.fa-poll:before {
  content: "\f681";
}

.fa-poll-h:before {
  content: "\f682";
}

.fa-poo:before {
  content: "\f2fe";
}

.fa-poo-storm:before {
  content: "\f75a";
}

.fa-poop:before {
  content: "\f619";
}

.fa-portrait:before {
  content: "\f3e0";
}

.fa-pound-sign:before {
  content: "\f154";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-pray:before {
  content: "\f683";
}

.fa-praying-hands:before {
  content: "\f684";
}

.fa-prescription:before {
  content: "\f5b1";
}

.fa-prescription-bottle:before {
  content: "\f485";
}

.fa-prescription-bottle-alt:before {
  content: "\f486";
}

.fa-print:before {
  content: "\f02f";
}

.fa-procedures:before {
  content: "\f487";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-project-diagram:before {
  content: "\f542";
}

.fa-pushed:before {
  content: "\f3e1";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-python:before {
  content: "\f3e2";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-question:before {
  content: "\f128";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-quidditch:before {
  content: "\f458";
}

.fa-quinscape:before {
  content: "\f459";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-quran:before {
  content: "\f687";
}

.fa-r-project:before {
  content: "\f4f7";
}

.fa-rainbow:before {
  content: "\f75b";
}

.fa-random:before {
  content: "\f074";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-react:before {
  content: "\f41b";
}

.fa-reacteurope:before {
  content: "\f75d";
}

.fa-readme:before {
  content: "\f4d5";
}

.fa-rebel:before {
  content: "\f1d0";
}

.fa-receipt:before {
  content: "\f543";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-red-river:before {
  content: "\f3e3";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-redo:before {
  content: "\f01e";
}

.fa-redo-alt:before {
  content: "\f2f9";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-reply:before {
  content: "\f3e5";
}

.fa-reply-all:before {
  content: "\f122";
}

.fa-replyd:before {
  content: "\f3e6";
}

.fa-republican:before {
  content: "\f75e";
}

.fa-researchgate:before {
  content: "\f4f8";
}

.fa-resolving:before {
  content: "\f3e7";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-rev:before {
  content: "\f5b2";
}

.fa-ribbon:before {
  content: "\f4d6";
}

.fa-ring:before {
  content: "\f70b";
}

.fa-road:before {
  content: "\f018";
}

.fa-robot:before {
  content: "\f544";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-rocketchat:before {
  content: "\f3e8";
}

.fa-rockrms:before {
  content: "\f3e9";
}

.fa-route:before {
  content: "\f4d7";
}

.fa-rss:before {
  content: "\f09e";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-ruble-sign:before {
  content: "\f158";
}

.fa-ruler:before {
  content: "\f545";
}

.fa-ruler-combined:before {
  content: "\f546";
}

.fa-ruler-horizontal:before {
  content: "\f547";
}

.fa-ruler-vertical:before {
  content: "\f548";
}

.fa-running:before {
  content: "\f70c";
}

.fa-rupee-sign:before {
  content: "\f156";
}

.fa-sad-cry:before {
  content: "\f5b3";
}

.fa-sad-tear:before {
  content: "\f5b4";
}

.fa-safari:before {
  content: "\f267";
}

.fa-sass:before {
  content: "\f41e";
}

.fa-save:before {
  content: "\f0c7";
}

.fa-schlix:before {
  content: "\f3ea";
}

.fa-school:before {
  content: "\f549";
}

.fa-screwdriver:before {
  content: "\f54a";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-scroll:before {
  content: "\f70e";
}

.fa-search:before {
  content: "\f002";
}

.fa-search-dollar:before {
  content: "\f688";
}

.fa-search-location:before {
  content: "\f689";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-searchengin:before {
  content: "\f3eb";
}

.fa-seedling:before {
  content: "\f4d8";
}

.fa-sellcast:before {
  content: "\f2da";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-server:before {
  content: "\f233";
}

.fa-servicestack:before {
  content: "\f3ec";
}

.fa-shapes:before {
  content: "\f61f";
}

.fa-share:before {
  content: "\f064";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-shekel-sign:before {
  content: "\f20b";
}

.fa-shield-alt:before {
  content: "\f3ed";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-shipping-fast:before {
  content: "\f48b";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-shoe-prints:before {
  content: "\f54b";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-shopware:before {
  content: "\f5b5";
}

.fa-shower:before {
  content: "\f2cc";
}

.fa-shuttle-van:before {
  content: "\f5b6";
}

.fa-sign:before {
  content: "\f4d9";
}

.fa-sign-in-alt:before {
  content: "\f2f6";
}

.fa-sign-language:before {
  content: "\f2a7";
}

.fa-sign-out-alt:before {
  content: "\f2f5";
}

.fa-signal:before {
  content: "\f012";
}

.fa-signature:before {
  content: "\f5b7";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-sistrix:before {
  content: "\f3ee";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-sith:before {
  content: "\f512";
}

.fa-skull:before {
  content: "\f54c";
}

.fa-skull-crossbones:before {
  content: "\f714";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-slack:before {
  content: "\f198";
}

.fa-slack-hash:before {
  content: "\f3ef";
}

.fa-slash:before {
  content: "\f715";
}

.fa-sliders-h:before {
  content: "\f1de";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-smile:before {
  content: "\f118";
}

.fa-smile-beam:before {
  content: "\f5b8";
}

.fa-smile-wink:before {
  content: "\f4da";
}

.fa-smog:before {
  content: "\f75f";
}

.fa-smoking:before {
  content: "\f48d";
}

.fa-smoking-ban:before {
  content: "\f54d";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-snowflake:before {
  content: "\f2dc";
}

.fa-socks:before {
  content: "\f696";
}

.fa-solar-panel:before {
  content: "\f5ba";
}

.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-alpha-down:before {
  content: "\f15d";
}

.fa-sort-alpha-up:before {
  content: "\f15e";
}

.fa-sort-amount-down:before {
  content: "\f160";
}

.fa-sort-amount-up:before {
  content: "\f161";
}

.fa-sort-down:before {
  content: "\f0dd";
}

.fa-sort-numeric-down:before {
  content: "\f162";
}

.fa-sort-numeric-up:before {
  content: "\f163";
}

.fa-sort-up:before {
  content: "\f0de";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-spa:before {
  content: "\f5bb";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-speakap:before {
  content: "\f3f3";
}

.fa-spider:before {
  content: "\f717";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-splotch:before {
  content: "\f5bc";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-spray-can:before {
  content: "\f5bd";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-square-full:before {
  content: "\f45c";
}

.fa-square-root-alt:before {
  content: "\f698";
}

.fa-squarespace:before {
  content: "\f5be";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-stamp:before {
  content: "\f5bf";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-and-crescent:before {
  content: "\f699";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-star-half-alt:before {
  content: "\f5c0";
}

.fa-star-of-david:before {
  content: "\f69a";
}

.fa-star-of-life:before {
  content: "\f621";
}

.fa-staylinked:before {
  content: "\f3f5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-steam-symbol:before {
  content: "\f3f6";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-sticker-mule:before {
  content: "\f3f7";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stopwatch:before {
  content: "\f2f2";
}

.fa-store:before {
  content: "\f54e";
}

.fa-store-alt:before {
  content: "\f54f";
}

.fa-strava:before {
  content: "\f428";
}

.fa-stream:before {
  content: "\f550";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-stripe:before {
  content: "\f429";
}

.fa-stripe-s:before {
  content: "\f42a";
}

.fa-stroopwafel:before {
  content: "\f551";
}

.fa-studiovinari:before {
  content: "\f3f8";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-subway:before {
  content: "\f239";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-suitcase-rolling:before {
  content: "\f5c1";
}

.fa-sun:before {
  content: "\f185";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-supple:before {
  content: "\f3f9";
}

.fa-surprise:before {
  content: "\f5c2";
}

.fa-swatchbook:before {
  content: "\f5c3";
}

.fa-swimmer:before {
  content: "\f5c4";
}

.fa-swimming-pool:before {
  content: "\f5c5";
}

.fa-synagogue:before {
  content: "\f69b";
}

.fa-sync:before {
  content: "\f021";
}

.fa-sync-alt:before {
  content: "\f2f1";
}

.fa-syringe:before {
  content: "\f48e";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-table-tennis:before {
  content: "\f45d";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-tablet-alt:before {
  content: "\f3fa";
}

.fa-tablets:before {
  content: "\f490";
}

.fa-tachometer-alt:before {
  content: "\f3fd";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-tape:before {
  content: "\f4db";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-taxi:before {
  content: "\f1ba";
}

.fa-teamspeak:before {
  content: "\f4f9";
}

.fa-teeth:before {
  content: "\f62e";
}

.fa-teeth-open:before {
  content: "\f62f";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-telegram-plane:before {
  content: "\f3fe";
}

.fa-temperature-high:before {
  content: "\f769";
}

.fa-temperature-low:before {
  content: "\f76b";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-the-red-yeti:before {
  content: "\f69d";
}

.fa-theater-masks:before {
  content: "\f630";
}

.fa-themeco:before {
  content: "\f5c6";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-thermometer:before {
  content: "\f491";
}

.fa-thermometer-empty:before {
  content: "\f2cb";
}

.fa-thermometer-full:before {
  content: "\f2c7";
}

.fa-thermometer-half:before {
  content: "\f2c9";
}

.fa-thermometer-quarter:before {
  content: "\f2ca";
}

.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

.fa-think-peaks:before {
  content: "\f731";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbtack:before {
  content: "\f08d";
}

.fa-ticket-alt:before {
  content: "\f3ff";
}

.fa-times:before {
  content: "\f00d";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-tint:before {
  content: "\f043";
}

.fa-tint-slash:before {
  content: "\f5c7";
}

.fa-tired:before {
  content: "\f5c8";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-toilet-paper:before {
  content: "\f71e";
}

.fa-toolbox:before {
  content: "\f552";
}

.fa-tooth:before {
  content: "\f5c9";
}

.fa-torah:before {
  content: "\f6a0";
}

.fa-torii-gate:before {
  content: "\f6a1";
}

.fa-tractor:before {
  content: "\f722";
}

.fa-trade-federation:before {
  content: "\f513";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-traffic-light:before {
  content: "\f637";
}

.fa-train:before {
  content: "\f238";
}

.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-trash-alt:before {
  content: "\f2ed";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-trello:before {
  content: "\f181";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-truck-loading:before {
  content: "\f4de";
}

.fa-truck-monster:before {
  content: "\f63b";
}

.fa-truck-moving:before {
  content: "\f4df";
}

.fa-truck-pickup:before {
  content: "\f63c";
}

.fa-tshirt:before {
  content: "\f553";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-tv:before {
  content: "\f26c";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-typo3:before {
  content: "\f42b";
}

.fa-uber:before {
  content: "\f402";
}

.fa-uikit:before {
  content: "\f403";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-umbrella-beach:before {
  content: "\f5ca";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-undo:before {
  content: "\f0e2";
}

.fa-undo-alt:before {
  content: "\f2ea";
}

.fa-uniregistry:before {
  content: "\f404";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-university:before {
  content: "\f19c";
}

.fa-unlink:before {
  content: "\f127";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-untappd:before {
  content: "\f405";
}

.fa-upload:before {
  content: "\f093";
}

.fa-usb:before {
  content: "\f287";
}

.fa-user:before {
  content: "\f007";
}

.fa-user-alt:before {
  content: "\f406";
}

.fa-user-alt-slash:before {
  content: "\f4fa";
}

.fa-user-astronaut:before {
  content: "\f4fb";
}

.fa-user-check:before {
  content: "\f4fc";
}

.fa-user-circle:before {
  content: "\f2bd";
}

.fa-user-clock:before {
  content: "\f4fd";
}

.fa-user-cog:before {
  content: "\f4fe";
}

.fa-user-edit:before {
  content: "\f4ff";
}

.fa-user-friends:before {
  content: "\f500";
}

.fa-user-graduate:before {
  content: "\f501";
}

.fa-user-injured:before {
  content: "\f728";
}

.fa-user-lock:before {
  content: "\f502";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-user-minus:before {
  content: "\f503";
}

.fa-user-ninja:before {
  content: "\f504";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-user-shield:before {
  content: "\f505";
}

.fa-user-slash:before {
  content: "\f506";
}

.fa-user-tag:before {
  content: "\f507";
}

.fa-user-tie:before {
  content: "\f508";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-users:before {
  content: "\f0c0";
}

.fa-users-cog:before {
  content: "\f509";
}

.fa-ussunnah:before {
  content: "\f407";
}

.fa-utensil-spoon:before {
  content: "\f2e5";
}

.fa-utensils:before {
  content: "\f2e7";
}

.fa-vaadin:before {
  content: "\f408";
}

.fa-vector-square:before {
  content: "\f5cb";
}

.fa-venus:before {
  content: "\f221";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-vial:before {
  content: "\f492";
}

.fa-vials:before {
  content: "\f493";
}

.fa-viber:before {
  content: "\f409";
}

.fa-video:before {
  content: "\f03d";
}

.fa-video-slash:before {
  content: "\f4e2";
}

.fa-vihara:before {
  content: "\f6a7";
}

.fa-vimeo:before {
  content: "\f40a";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-vimeo-v:before {
  content: "\f27d";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-vk:before {
  content: "\f189";
}

.fa-vnv:before {
  content: "\f40b";
}

.fa-volleyball-ball:before {
  content: "\f45f";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-mute:before {
  content: "\f6a9";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-vote-yea:before {
  content: "\f772";
}

.fa-vr-cardboard:before {
  content: "\f729";
}

.fa-vuejs:before {
  content: "\f41f";
}

.fa-walking:before {
  content: "\f554";
}

.fa-wallet:before {
  content: "\f555";
}

.fa-warehouse:before {
  content: "\f494";
}

.fa-water:before {
  content: "\f773";
}

.fa-weebly:before {
  content: "\f5cc";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-weight:before {
  content: "\f496";
}

.fa-weight-hanging:before {
  content: "\f5cd";
}

.fa-weixin:before {
  content: "\f1d7";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-whatsapp-square:before {
  content: "\f40c";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-whmcs:before {
  content: "\f40d";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-wind:before {
  content: "\f72e";
}

.fa-window-close:before {
  content: "\f410";
}

.fa-window-maximize:before {
  content: "\f2d0";
}

.fa-window-minimize:before {
  content: "\f2d1";
}

.fa-window-restore:before {
  content: "\f2d2";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-wine-bottle:before {
  content: "\f72f";
}

.fa-wine-glass:before {
  content: "\f4e3";
}

.fa-wine-glass-alt:before {
  content: "\f5ce";
}

.fa-wix:before {
  content: "\f5cf";
}

.fa-wizards-of-the-coast:before {
  content: "\f730";
}

.fa-wolf-pack-battalion:before {
  content: "\f514";
}

.fa-won-sign:before {
  content: "\f159";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-wordpress-simple:before {
  content: "\f411";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-wpressr:before {
  content: "\f3e4";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-x-ray:before {
  content: "\f497";
}

.fa-xbox:before {
  content: "\f412";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-y-combinator:before {
  content: "\f23b";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-yandex:before {
  content: "\f413";
}

.fa-yandex-international:before {
  content: "\f414";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-yen-sign:before {
  content: "\f157";
}

.fa-yin-yang:before {
  content: "\f6ad";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-youtube-square:before {
  content: "\f431";
}

.fa-zhihu:before {
  content: "\f63f";
}

/* ------------------------------------------------------------------------------
 *
 *  # Icomoon icons base
 *
 *  Main file to compile. Do not change file order. Default output file: styles.min.css
 *
 * ---------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------
 *
 *  # Global configuration
 *
 *  Here you can change main theme, enable or disable certain components and
 *  optional styles. This allows you to include only components that you need.
 *
 *  'true'  - enables component and includes it to main CSS file.
 *  'false' - disables component and excludes it from main CSS file.
 *
 * ---------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------
 *
 *  # Custom Limitless functions
 *
 *  Utility mixins and functions for evalutating source code across our variables, maps, and mixins.
 *
 * ---------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------
 *
 *  # Custom template mixins
 *
 *  All custom mixins are prefixed with "ll-" to avoid conflicts
 *
 * ---------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------
 *
 *  # Additional variables
 *
 *  Mainly 3rd party libraries and additional variables for default
 *  Bootstrap components.
 *
 * ---------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------
 *
 *  # Icomoon variables
 *
 *  Includes some set-specific functions and variables (base and icons)
 *
 * ---------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------
 *
 *  # Icomoon mixins
 *
 *  Custom mixins for Icomoon icon set only.
 *
 * ---------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------
 *
 *  # Icomoon icons base
 *
 *  Base styles for Icomoon. Include font import, class definition and other options
 *
 * ---------------------------------------------------------------------------- */
@font-face {
  font-family: "icomoon";
  src: url("./fonts/icomoon.eot?3p0rtw");
  src: url("./fonts/icomoon.eot?#iefix3p0rtw") format("embedded-opentype"), url("./fonts/icomoon.woff?3p0rtw") format("woff"), url("./fonts/icomoon.ttf?3p0rtw") format("truetype"), url("./fonts/icomoon.svg?3p0rtw#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=icon-],
[class*=" icon-"] {
  /* Use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  min-width: 1em;
  display: inline-block;
  text-align: center;
  font-size: var(--icon-font-size);
  vertical-align: middle;
  position: relative;
  top: -1px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-1x {
  font-size: calc(1 * var(--icon-font-size));
}

.icon-2x {
  font-size: calc(2 * var(--icon-font-size));
}

.icon-3x {
  font-size: calc(3 * var(--icon-font-size));
}

.icon-4x {
  font-size: calc(4 * var(--icon-font-size));
}

.icon-5x {
  font-size: calc(5 * var(--icon-font-size));
}

.icon-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}

.icon-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}

.icon-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}

.icon-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1);
}

.icon-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1);
}

.icon-flip-horizontal.icon-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(-1, -1);
}

/* ------------------------------------------------------------------------------
 *
 *  # Icomoon icon classes
 *
 *  Icomoon uses the Unicode Private Use Area (PUA) to ensure screen
 *  readers do not read off random characters that represent icons
 *
 * ---------------------------------------------------------------------------- */
.icon-home:before {
  content: "\e900";
}

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

.icon-home5:before {
  content: "\e904";
}

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

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

.icon-home9:before {
  content: "\e908";
}

.icon-office:before {
  content: "\e909";
}

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

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

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

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

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

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

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

.icon-pencil5:before {
  content: "\e912";
}

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

.icon-pencil7:before {
  content: "\e914";
}

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

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

.icon-eraser3:before {
  content: "\e917";
}

.icon-quill2:before {
  content: "\e919";
}

.icon-quill4:before {
  content: "\e91b";
}

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

.icon-pen-plus:before {
  content: "\e91d";
}

.icon-pen-minus:before {
  content: "\e91e";
}

.icon-pen2:before {
  content: "\e91f";
}

.icon-blog:before {
  content: "\e925";
}

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

.icon-brush:before {
  content: "\e928";
}

.icon-spray:before {
  content: "\e929";
}

.icon-color-sampler:before {
  content: "\e92c";
}

.icon-toggle:before {
  content: "\e92d";
}

.icon-bucket:before {
  content: "\e92e";
}

.icon-gradient:before {
  content: "\e930";
}

.icon-eyedropper:before {
  content: "\e931";
}

.icon-eyedropper2:before {
  content: "\e932";
}

.icon-eyedropper3:before {
  content: "\e933";
}

.icon-droplet:before {
  content: "\e934";
}

.icon-droplet2:before {
  content: "\e935";
}

.icon-color-clear:before {
  content: "\e937";
}

.icon-paint-format:before {
  content: "\e938";
}

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

.icon-image2:before {
  content: "\e93c";
}

.icon-image-compare:before {
  content: "\e93d";
}

.icon-images2:before {
  content: "\e93e";
}

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

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

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

.icon-image5:before {
  content: "\e942";
}

.icon-camera:before {
  content: "\e944";
}

.icon-shutter:before {
  content: "\e947";
}

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

.icon-headset:before {
  content: "\e949";
}

.icon-music:before {
  content: "\e94a";
}

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

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

.icon-piano:before {
  content: "\e953";
}

.icon-speakers:before {
  content: "\e956";
}

.icon-play:before {
  content: "\e957";
}

.icon-clapboard-play:before {
  content: "\e959";
}

.icon-clapboard:before {
  content: "\e95a";
}

.icon-media:before {
  content: "\e95b";
}

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

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

.icon-film:before {
  content: "\e95e";
}

.icon-film2:before {
  content: "\e95f";
}

.icon-film3:before {
  content: "\e960";
}

.icon-film4:before {
  content: "\e961";
}

.icon-video-camera:before {
  content: "\e962";
}

.icon-video-camera2:before {
  content: "\e963";
}

.icon-video-camera-slash:before {
  content: "\e964";
}

.icon-video-camera3:before {
  content: "\e965";
}

.icon-dice:before {
  content: "\e96a";
}

.icon-chess-king:before {
  content: "\e972";
}

.icon-chess-queen:before {
  content: "\e973";
}

.icon-chess:before {
  content: "\e978";
}

.icon-megaphone:before {
  content: "\e97a";
}

.icon-new:before {
  content: "\e97b";
}

.icon-connection:before {
  content: "\e97c";
}

.icon-station:before {
  content: "\e981";
}

.icon-satellite-dish2:before {
  content: "\e98a";
}

.icon-feed:before {
  content: "\e9b3";
}

.icon-mic2:before {
  content: "\e9ce";
}

.icon-mic-off2:before {
  content: "\e9e0";
}

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

.icon-book2:before {
  content: "\e9e9";
}

.icon-book-play:before {
  content: "\e9fd";
}

.icon-book3:before {
  content: "\ea01";
}

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

.icon-books:before {
  content: "\ea03";
}

.icon-archive:before {
  content: "\ea04";
}

.icon-reading:before {
  content: "\ea05";
}

.icon-library2:before {
  content: "\ea06";
}

.icon-graduation2:before {
  content: "\ea07";
}

.icon-file-text:before {
  content: "\ea08";
}

.icon-profile:before {
  content: "\ea09";
}

.icon-file-empty:before {
  content: "\ea0a";
}

.icon-file-empty2:before {
  content: "\ea0b";
}

.icon-files-empty:before {
  content: "\ea0c";
}

.icon-files-empty2:before {
  content: "\ea0d";
}

.icon-file-plus:before {
  content: "\ea0e";
}

.icon-file-plus2:before {
  content: "\ea0f";
}

.icon-file-minus:before {
  content: "\ea10";
}

.icon-file-minus2:before {
  content: "\ea11";
}

.icon-file-download:before {
  content: "\ea12";
}

.icon-file-download2:before {
  content: "\ea13";
}

.icon-file-upload:before {
  content: "\ea14";
}

.icon-file-upload2:before {
  content: "\ea15";
}

.icon-file-check:before {
  content: "\ea16";
}

.icon-file-check2:before {
  content: "\ea17";
}

.icon-file-eye:before {
  content: "\ea18";
}

.icon-file-eye2:before {
  content: "\ea19";
}

.icon-file-text2:before {
  content: "\ea1a";
}

.icon-file-text3:before {
  content: "\ea1b";
}

.icon-file-picture:before {
  content: "\ea1c";
}

.icon-file-picture2:before {
  content: "\ea1d";
}

.icon-file-music:before {
  content: "\ea1e";
}

.icon-file-music2:before {
  content: "\ea1f";
}

.icon-file-play:before {
  content: "\ea20";
}

.icon-file-play2:before {
  content: "\ea21";
}

.icon-file-video:before {
  content: "\ea22";
}

.icon-file-video2:before {
  content: "\ea23";
}

.icon-copy:before {
  content: "\ea24";
}

.icon-copy2:before {
  content: "\ea25";
}

.icon-file-zip:before {
  content: "\ea26";
}

.icon-file-zip2:before {
  content: "\ea27";
}

.icon-file-xml:before {
  content: "\ea28";
}

.icon-file-xml2:before {
  content: "\ea29";
}

.icon-file-css:before {
  content: "\ea2a";
}

.icon-file-css2:before {
  content: "\ea2b";
}

.icon-file-presentation:before {
  content: "\ea2c";
}

.icon-file-presentation2:before {
  content: "\ea2d";
}

.icon-file-stats:before {
  content: "\ea2e";
}

.icon-file-stats2:before {
  content: "\ea2f";
}

.icon-file-locked:before {
  content: "\ea30";
}

.icon-file-locked2:before {
  content: "\ea31";
}

.icon-file-spreadsheet:before {
  content: "\ea32";
}

.icon-file-spreadsheet2:before {
  content: "\ea33";
}

.icon-copy3:before {
  content: "\ea34";
}

.icon-copy4:before {
  content: "\ea35";
}

.icon-paste:before {
  content: "\ea36";
}

.icon-paste2:before {
  content: "\ea37";
}

.icon-paste3:before {
  content: "\ea38";
}

.icon-paste4:before {
  content: "\ea39";
}

.icon-stack:before {
  content: "\ea3a";
}

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

.icon-stack3:before {
  content: "\ea3c";
}

.icon-folder:before {
  content: "\ea3d";
}

.icon-folder-search:before {
  content: "\ea3e";
}

.icon-folder-download:before {
  content: "\ea3f";
}

.icon-folder-upload:before {
  content: "\ea40";
}

.icon-folder-plus:before {
  content: "\ea41";
}

.icon-folder-plus2:before {
  content: "\ea42";
}

.icon-folder-minus:before {
  content: "\ea43";
}

.icon-folder-minus2:before {
  content: "\ea44";
}

.icon-folder-check:before {
  content: "\ea45";
}

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

.icon-folder-remove:before {
  content: "\ea47";
}

.icon-folder2:before {
  content: "\ea48";
}

.icon-folder-open:before {
  content: "\ea49";
}

.icon-folder3:before {
  content: "\ea4a";
}

.icon-folder4:before {
  content: "\ea4b";
}

.icon-folder-plus3:before {
  content: "\ea4c";
}

.icon-folder-minus3:before {
  content: "\ea4d";
}

.icon-folder-plus4:before {
  content: "\ea4e";
}

.icon-folder-minus4:before {
  content: "\ea4f";
}

.icon-folder-download2:before {
  content: "\ea50";
}

.icon-folder-upload2:before {
  content: "\ea51";
}

.icon-folder-download3:before {
  content: "\ea52";
}

.icon-folder-upload3:before {
  content: "\ea53";
}

.icon-folder5:before {
  content: "\ea54";
}

.icon-folder-open2:before {
  content: "\ea55";
}

.icon-folder6:before {
  content: "\ea56";
}

.icon-folder-open3:before {
  content: "\ea57";
}

.icon-certificate:before {
  content: "\ea58";
}

.icon-cc:before {
  content: "\ea59";
}

.icon-price-tag:before {
  content: "\ea5a";
}

.icon-price-tag2:before {
  content: "\ea5b";
}

.icon-price-tags:before {
  content: "\ea5c";
}

.icon-price-tag3:before {
  content: "\ea5d";
}

.icon-price-tags2:before {
  content: "\ea5e";
}

.icon-barcode2:before {
  content: "\ea5f";
}

.icon-qrcode:before {
  content: "\ea60";
}

.icon-ticket:before {
  content: "\ea61";
}

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

.icon-store:before {
  content: "\ea63";
}

.icon-store2:before {
  content: "\ea64";
}

.icon-cart:before {
  content: "\ea65";
}

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

.icon-cart4:before {
  content: "\ea67";
}

.icon-cart5:before {
  content: "\ea68";
}

.icon-cart-add:before {
  content: "\ea69";
}

.icon-cart-add2:before {
  content: "\ea6a";
}

.icon-cart-remove:before {
  content: "\ea6b";
}

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

.icon-bag:before {
  content: "\ea6d";
}

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

.icon-coins:before {
  content: "\ea70";
}

.icon-coin-dollar:before {
  content: "\ea71";
}

.icon-coin-euro:before {
  content: "\ea72";
}

.icon-coin-pound:before {
  content: "\ea73";
}

.icon-coin-yen:before {
  content: "\ea74";
}

.icon-piggy-bank:before {
  content: "\ea75";
}

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

.icon-cash:before {
  content: "\ea77";
}

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

.icon-cash3:before {
  content: "\ea79";
}

.icon-cash4:before {
  content: "\ea7a";
}

.icon-credit-card:before {
  content: "\ea6e";
}

.icon-credit-card2:before {
  content: "\ea7b";
}

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

.icon-calculator2:before {
  content: "\ea7d";
}

.icon-calculator3:before {
  content: "\ea7e";
}

.icon-chip:before {
  content: "\ea7f";
}

.icon-lifebuoy:before {
  content: "\ea80";
}

.icon-phone:before {
  content: "\ea81";
}

.icon-phone2:before {
  content: "\ea82";
}

.icon-phone-slash:before {
  content: "\ea83";
}

.icon-phone-wave:before {
  content: "\ea84";
}

.icon-phone-plus:before {
  content: "\ea85";
}

.icon-phone-minus:before {
  content: "\ea86";
}

.icon-phone-plus2:before {
  content: "\ea87";
}

.icon-phone-minus2:before {
  content: "\ea88";
}

.icon-phone-incoming:before {
  content: "\ea89";
}

.icon-phone-outgoing:before {
  content: "\ea8a";
}

.icon-phone-hang-up:before {
  content: "\ea8e";
}

.icon-address-book:before {
  content: "\ea90";
}

.icon-address-book2:before {
  content: "\ea91";
}

.icon-address-book3:before {
  content: "\ea92";
}

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

.icon-envelop:before {
  content: "\ea94";
}

.icon-envelop2:before {
  content: "\ea95";
}

.icon-envelop3:before {
  content: "\ea96";
}

.icon-envelop4:before {
  content: "\ea97";
}

.icon-envelop5:before {
  content: "\ea98";
}

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

.icon-pushpin:before {
  content: "\ea9a";
}

.icon-location3:before {
  content: "\ea9d";
}

.icon-location4:before {
  content: "\ea9e";
}

.icon-compass4:before {
  content: "\ea9f";
}

.icon-map:before {
  content: "\eaa0";
}

.icon-map4:before {
  content: "\eaa1";
}

.icon-map5:before {
  content: "\eaa2";
}

.icon-direction:before {
  content: "\eaa3";
}

.icon-reset:before {
  content: "\eaa4";
}

.icon-history:before {
  content: "\eaa5";
}

.icon-watch:before {
  content: "\eaa6";
}

.icon-watch2:before {
  content: "\eaa7";
}

.icon-alarm:before {
  content: "\eaa8";
}

.icon-alarm-add:before {
  content: "\eaa9";
}

.icon-alarm-check:before {
  content: "\eaaa";
}

.icon-alarm-cancel:before {
  content: "\eaab";
}

.icon-bell2:before {
  content: "\eaac";
}

.icon-bell3:before {
  content: "\eaad";
}

.icon-bell-plus:before {
  content: "\eaae";
}

.icon-bell-minus:before {
  content: "\eaaf";
}

.icon-bell-check:before {
  content: "\eab0";
}

.icon-bell-cross:before {
  content: "\eab1";
}

.icon-calendar:before {
  content: "\eab2";
}

.icon-calendar2:before {
  content: "\eab3";
}

.icon-calendar3:before {
  content: "\eab4";
}

.icon-calendar52:before {
  content: "\eab6";
}

.icon-printer:before {
  content: "\eab7";
}

.icon-printer2:before {
  content: "\eab8";
}

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

.icon-shredder:before {
  content: "\eaba";
}

.icon-mouse:before {
  content: "\eabb";
}

.icon-mouse-left:before {
  content: "\eabc";
}

.icon-mouse-right:before {
  content: "\eabd";
}

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

.icon-typewriter:before {
  content: "\eabf";
}

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

.icon-display4:before {
  content: "\eac1";
}

.icon-laptop:before {
  content: "\eac2";
}

.icon-mobile:before {
  content: "\eac3";
}

.icon-mobile2:before {
  content: "\eac4";
}

.icon-tablet:before {
  content: "\eac5";
}

.icon-mobile3:before {
  content: "\eac6";
}

.icon-tv:before {
  content: "\eac7";
}

.icon-radio:before {
  content: "\eac8";
}

.icon-cabinet:before {
  content: "\eac9";
}

.icon-drawer:before {
  content: "\eaca";
}

.icon-drawer2:before {
  content: "\eacb";
}

.icon-drawer-out:before {
  content: "\eacc";
}

.icon-drawer-in:before {
  content: "\eacd";
}

.icon-drawer3:before {
  content: "\eace";
}

.icon-box:before {
  content: "\eacf";
}

.icon-box-add:before {
  content: "\ead0";
}

.icon-box-remove:before {
  content: "\ead1";
}

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

.icon-upload:before {
  content: "\ead3";
}

.icon-floppy-disk:before {
  content: "\ead4";
}

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

.icon-usb-stick:before {
  content: "\ead6";
}

.icon-drive:before {
  content: "\ead7";
}

.icon-server:before {
  content: "\ead8";
}

.icon-database:before {
  content: "\ead9";
}

.icon-database2:before {
  content: "\eada";
}

.icon-database4:before {
  content: "\eadb";
}

.icon-database-menu:before {
  content: "\eadc";
}

.icon-database-add:before {
  content: "\eadd";
}

.icon-database-remove:before {
  content: "\eade";
}

.icon-database-insert:before {
  content: "\eadf";
}

.icon-database-export:before {
  content: "\eae0";
}

.icon-database-upload:before {
  content: "\eae1";
}

.icon-database-refresh:before {
  content: "\eae2";
}

.icon-database-diff:before {
  content: "\eae3";
}

.icon-database-edit2:before {
  content: "\eae5";
}

.icon-database-check:before {
  content: "\eae6";
}

.icon-database-arrow:before {
  content: "\eae7";
}

.icon-database-time2:before {
  content: "\eae9";
}

.icon-undo:before {
  content: "\eaea";
}

.icon-redo:before {
  content: "\eaeb";
}

.icon-rotate-ccw:before {
  content: "\eaec";
}

.icon-rotate-cw:before {
  content: "\eaed";
}

.icon-rotate-ccw2:before {
  content: "\eaee";
}

.icon-rotate-cw2:before {
  content: "\eaef";
}

.icon-rotate-ccw3:before {
  content: "\eaf0";
}

.icon-rotate-cw3:before {
  content: "\eaf1";
}

.icon-flip-vertical2:before {
  content: "\eaf2";
}

.icon-flip-horizontal2:before {
  content: "\eaf3";
}

.icon-flip-vertical3:before {
  content: "\eaf4";
}

.icon-flip-vertical4:before {
  content: "\eaf5";
}

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

.icon-shear:before {
  content: "\eaf7";
}

.icon-align-left:before {
  content: "\eafc";
}

.icon-align-center-horizontal:before {
  content: "\eafd";
}

.icon-align-right:before {
  content: "\eafe";
}

.icon-align-top:before {
  content: "\eaff";
}

.icon-align-center-vertical:before {
  content: "\eb00";
}

.icon-align-bottom:before {
  content: "\eb01";
}

.icon-undo2:before {
  content: "\eb02";
}

.icon-redo2:before {
  content: "\eb03";
}

.icon-forward:before {
  content: "\eb04";
}

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

.icon-reply-all:before {
  content: "\eb06";
}

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

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

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

.icon-bubble2:before {
  content: "\eb0a";
}

.icon-bubbles3:before {
  content: "\eb0b";
}

.icon-bubbles4:before {
  content: "\eb0c";
}

.icon-bubble-notification:before {
  content: "\eb0d";
}

.icon-bubbles5:before {
  content: "\eb0e";
}

.icon-bubbles6:before {
  content: "\eb0f";
}

.icon-bubble6:before {
  content: "\eb10";
}

.icon-bubbles7:before {
  content: "\eb11";
}

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

.icon-bubbles8:before {
  content: "\eb13";
}

.icon-bubble8:before {
  content: "\eb14";
}

.icon-bubble-dots3:before {
  content: "\eb15";
}

.icon-bubble-lines3:before {
  content: "\eb16";
}

.icon-bubble9:before {
  content: "\eb17";
}

.icon-bubble-dots4:before {
  content: "\eb18";
}

.icon-bubble-lines4:before {
  content: "\eb19";
}

.icon-bubbles9:before {
  content: "\eb1a";
}

.icon-bubbles10:before {
  content: "\eb1b";
}

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

.icon-users:before {
  content: "\eb34";
}

.icon-user-plus:before {
  content: "\eb35";
}

.icon-user-minus:before {
  content: "\eb36";
}

.icon-user-cancel:before {
  content: "\eb37";
}

.icon-user-block:before {
  content: "\eb38";
}

.icon-user-lock:before {
  content: "\eb39";
}

.icon-user-check:before {
  content: "\eb3a";
}

.icon-users2:before {
  content: "\eb3b";
}

.icon-users4:before {
  content: "\eb44";
}

.icon-user-tie:before {
  content: "\eb45";
}

.icon-collaboration:before {
  content: "\eb46";
}

.icon-vcard:before {
  content: "\eb47";
}

.icon-hat:before {
  content: "\ebb8";
}

.icon-bowtie:before {
  content: "\ebb9";
}

.icon-quotes-left:before {
  content: "\eb49";
}

.icon-quotes-right:before {
  content: "\eb4a";
}

.icon-quotes-left2:before {
  content: "\eb4b";
}

.icon-quotes-right2:before {
  content: "\eb4c";
}

.icon-hour-glass:before {
  content: "\eb4d";
}

.icon-hour-glass2:before {
  content: "\eb4e";
}

.icon-hour-glass3:before {
  content: "\eb4f";
}

.icon-spinner:before {
  content: "\eb50";
}

.icon-spinner2:before {
  content: "\eb51";
}

.icon-spinner3:before {
  content: "\eb52";
}

.icon-spinner4:before {
  content: "\eb53";
}

.icon-spinner6:before {
  content: "\eb54";
}

.icon-spinner9:before {
  content: "\eb55";
}

.icon-spinner10:before {
  content: "\eb56";
}

.icon-spinner11:before {
  content: "\eb57";
}

.icon-microscope:before {
  content: "\eb58";
}

.icon-enlarge:before {
  content: "\eb59";
}

.icon-shrink:before {
  content: "\eb5a";
}

.icon-enlarge3:before {
  content: "\eb5b";
}

.icon-shrink3:before {
  content: "\eb5c";
}

.icon-enlarge5:before {
  content: "\eb5d";
}

.icon-shrink5:before {
  content: "\eb5e";
}

.icon-enlarge6:before {
  content: "\eb5f";
}

.icon-shrink6:before {
  content: "\eb60";
}

.icon-enlarge7:before {
  content: "\eb61";
}

.icon-shrink7:before {
  content: "\eb62";
}

.icon-key:before {
  content: "\eb63";
}

.icon-lock:before {
  content: "\eb65";
}

.icon-lock2:before {
  content: "\eb66";
}

.icon-lock4:before {
  content: "\eb67";
}

.icon-unlocked:before {
  content: "\eb68";
}

.icon-lock5:before {
  content: "\eb69";
}

.icon-unlocked2:before {
  content: "\eb6a";
}

.icon-safe:before {
  content: "\eb6b";
}

.icon-wrench:before {
  content: "\eb6c";
}

.icon-wrench2:before {
  content: "\eb6d";
}

.icon-wrench3:before {
  content: "\eb6e";
}

.icon-equalizer:before {
  content: "\eb6f";
}

.icon-equalizer2:before {
  content: "\eb70";
}

.icon-equalizer3:before {
  content: "\eb71";
}

.icon-equalizer4:before {
  content: "\eb72";
}

.icon-cog:before {
  content: "\eb73";
}

.icon-cogs:before {
  content: "\eb74";
}

.icon-cog2:before {
  content: "\eb75";
}

.icon-cog3:before {
  content: "\eb76";
}

.icon-cog4:before {
  content: "\eb77";
}

.icon-cog52:before {
  content: "\eb78";
}

.icon-cog6:before {
  content: "\eb79";
}

.icon-cog7:before {
  content: "\eb7a";
}

.icon-hammer:before {
  content: "\eb7c";
}

.icon-hammer-wrench:before {
  content: "\eb7d";
}

.icon-magic-wand:before {
  content: "\eb7e";
}

.icon-magic-wand2:before {
  content: "\eb7f";
}

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

.icon-aid-kit:before {
  content: "\eb81";
}

.icon-bug2:before {
  content: "\eb83";
}

.icon-construction:before {
  content: "\eb85";
}

.icon-traffic-cone:before {
  content: "\eb86";
}

.icon-traffic-lights:before {
  content: "\eb87";
}

.icon-pie-chart:before {
  content: "\eb88";
}

.icon-pie-chart2:before {
  content: "\eb89";
}

.icon-pie-chart3:before {
  content: "\eb8a";
}

.icon-pie-chart4:before {
  content: "\eb8b";
}

.icon-pie-chart5:before {
  content: "\eb8c";
}

.icon-pie-chart6:before {
  content: "\eb8d";
}

.icon-pie-chart7:before {
  content: "\eb8e";
}

.icon-stats-dots:before {
  content: "\eb8f";
}

.icon-stats-bars:before {
  content: "\eb90";
}

.icon-pie-chart8:before {
  content: "\eb91";
}

.icon-stats-bars2:before {
  content: "\eb92";
}

.icon-stats-bars3:before {
  content: "\eb93";
}

.icon-stats-bars4:before {
  content: "\eb94";
}

.icon-chart:before {
  content: "\eb97";
}

.icon-stats-growth:before {
  content: "\eb98";
}

.icon-stats-decline:before {
  content: "\eb99";
}

.icon-stats-growth2:before {
  content: "\eb9a";
}

.icon-stats-decline2:before {
  content: "\eb9b";
}

.icon-stairs-up:before {
  content: "\eb9c";
}

.icon-stairs-down:before {
  content: "\eb9d";
}

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

.icon-ladder:before {
  content: "\eba0";
}

.icon-rating:before {
  content: "\eba1";
}

.icon-rating2:before {
  content: "\eba2";
}

.icon-rating3:before {
  content: "\eba3";
}

.icon-podium:before {
  content: "\eba5";
}

.icon-stars:before {
  content: "\eba6";
}

.icon-medal-star:before {
  content: "\eba7";
}

.icon-medal:before {
  content: "\eba8";
}

.icon-medal2:before {
  content: "\eba9";
}

.icon-medal-first:before {
  content: "\ebaa";
}

.icon-medal-second:before {
  content: "\ebab";
}

.icon-medal-third:before {
  content: "\ebac";
}

.icon-crown:before {
  content: "\ebad";
}

.icon-trophy2:before {
  content: "\ebaf";
}

.icon-trophy3:before {
  content: "\ebb0";
}

.icon-diamond:before {
  content: "\ebb1";
}

.icon-trophy4:before {
  content: "\ebb2";
}

.icon-gift:before {
  content: "\ebb3";
}

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

.icon-mustache:before {
  content: "\ebb7";
}

.icon-cup2:before {
  content: "\ebc6";
}

.icon-coffee:before {
  content: "\ebc8";
}

.icon-paw:before {
  content: "\ebd5";
}

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

.icon-rocket:before {
  content: "\ebda";
}

.icon-meter2:before {
  content: "\ebdc";
}

.icon-meter-slow:before {
  content: "\ebdd";
}

.icon-meter-fast:before {
  content: "\ebdf";
}

.icon-hammer2:before {
  content: "\ebe1";
}

.icon-balance:before {
  content: "\ebe2";
}

.icon-fire:before {
  content: "\ebe5";
}

.icon-fire2:before {
  content: "\ebe6";
}

.icon-lab:before {
  content: "\ebe7";
}

.icon-atom:before {
  content: "\ebe8";
}

.icon-atom2:before {
  content: "\ebe9";
}

.icon-bin:before {
  content: "\ebfa";
}

.icon-bin2:before {
  content: "\ebfb";
}

.icon-briefcase:before {
  content: "\ebff";
}

.icon-briefcase3:before {
  content: "\ec01";
}

.icon-airplane2:before {
  content: "\ec03";
}

.icon-airplane3:before {
  content: "\ec04";
}

.icon-airplane4:before {
  content: "\ec05";
}

.icon-paperplane:before {
  content: "\ec06";
}

.icon-car:before {
  content: "\ec07";
}

.icon-steering-wheel:before {
  content: "\ec08";
}

.icon-car2:before {
  content: "\ec09";
}

.icon-gas:before {
  content: "\ec0a";
}

.icon-bus:before {
  content: "\ec0b";
}

.icon-truck:before {
  content: "\ec0c";
}

.icon-bike:before {
  content: "\ec0d";
}

.icon-road:before {
  content: "\ec0e";
}

.icon-train:before {
  content: "\ec0f";
}

.icon-train2:before {
  content: "\ec10";
}

.icon-ship:before {
  content: "\ec11";
}

.icon-boat:before {
  content: "\ec12";
}

.icon-chopper:before {
  content: "\ec13";
}

.icon-cube:before {
  content: "\ec15";
}

.icon-cube2:before {
  content: "\ec16";
}

.icon-cube3:before {
  content: "\ec17";
}

.icon-cube4:before {
  content: "\ec18";
}

.icon-pyramid:before {
  content: "\ec19";
}

.icon-pyramid2:before {
  content: "\ec1a";
}

.icon-package:before {
  content: "\ec1b";
}

.icon-puzzle:before {
  content: "\ec1c";
}

.icon-puzzle2:before {
  content: "\ec1d";
}

.icon-puzzle3:before {
  content: "\ec1e";
}

.icon-puzzle4:before {
  content: "\ec1f";
}

.icon-glasses-3d2:before {
  content: "\ec21";
}

.icon-brain:before {
  content: "\ec24";
}

.icon-accessibility:before {
  content: "\ec25";
}

.icon-accessibility2:before {
  content: "\ec26";
}

.icon-strategy:before {
  content: "\ec27";
}

.icon-target:before {
  content: "\ec28";
}

.icon-target2:before {
  content: "\ec29";
}

.icon-shield-check:before {
  content: "\ec2f";
}

.icon-shield-notice:before {
  content: "\ec30";
}

.icon-shield2:before {
  content: "\ec31";
}

.icon-racing:before {
  content: "\ec40";
}

.icon-finish:before {
  content: "\ec41";
}

.icon-power2:before {
  content: "\ec46";
}

.icon-power3:before {
  content: "\ec47";
}

.icon-switch:before {
  content: "\ec48";
}

.icon-switch22:before {
  content: "\ec49";
}

.icon-power-cord:before {
  content: "\ec4a";
}

.icon-clipboard:before {
  content: "\ec4d";
}

.icon-clipboard2:before {
  content: "\ec4e";
}

.icon-clipboard3:before {
  content: "\ec4f";
}

.icon-clipboard4:before {
  content: "\ec50";
}

.icon-clipboard5:before {
  content: "\ec51";
}

.icon-clipboard6:before {
  content: "\ec52";
}

.icon-playlist:before {
  content: "\ec53";
}

.icon-playlist-add:before {
  content: "\ec54";
}

.icon-list-numbered:before {
  content: "\ec55";
}

.icon-list:before {
  content: "\ec56";
}

.icon-list2:before {
  content: "\ec57";
}

.icon-more:before {
  content: "\ec58";
}

.icon-more2:before {
  content: "\ec59";
}

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

.icon-grid2:before {
  content: "\ec5b";
}

.icon-grid3:before {
  content: "\ec5c";
}

.icon-grid4:before {
  content: "\ec5d";
}

.icon-grid52:before {
  content: "\ec5e";
}

.icon-grid6:before {
  content: "\ec5f";
}

.icon-grid7:before {
  content: "\ec60";
}

.icon-tree5:before {
  content: "\ec61";
}

.icon-tree6:before {
  content: "\ec62";
}

.icon-tree7:before {
  content: "\ec63";
}

.icon-lan:before {
  content: "\ec64";
}

.icon-lan2:before {
  content: "\ec65";
}

.icon-lan3:before {
  content: "\ec66";
}

.icon-menu:before {
  content: "\ec67";
}

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

.icon-menu2:before {
  content: "\ec69";
}

.icon-menu3:before {
  content: "\ec6a";
}

.icon-menu4:before {
  content: "\ec6b";
}

.icon-menu5:before {
  content: "\ec6c";
}

.icon-menu62:before {
  content: "\ec6d";
}

.icon-menu7:before {
  content: "\ec6e";
}

.icon-menu8:before {
  content: "\ec6f";
}

.icon-menu9:before {
  content: "\ec70";
}

.icon-menu10:before {
  content: "\ec71";
}

.icon-cloud:before {
  content: "\ec72";
}

.icon-cloud-download:before {
  content: "\ec73";
}

.icon-cloud-upload:before {
  content: "\ec74";
}

.icon-cloud-check:before {
  content: "\ec75";
}

.icon-cloud2:before {
  content: "\ec76";
}

.icon-cloud-download2:before {
  content: "\ec77";
}

.icon-cloud-upload2:before {
  content: "\ec78";
}

.icon-cloud-check2:before {
  content: "\ec79";
}

.icon-import:before {
  content: "\ec7e";
}

.icon-download4:before {
  content: "\ec80";
}

.icon-upload4:before {
  content: "\ec81";
}

.icon-download7:before {
  content: "\ec86";
}

.icon-upload7:before {
  content: "\ec87";
}

.icon-download10:before {
  content: "\ec8c";
}

.icon-upload10:before {
  content: "\ec8d";
}

.icon-sphere:before {
  content: "\ec8e";
}

.icon-sphere3:before {
  content: "\ec90";
}

.icon-earth:before {
  content: "\ec93";
}

.icon-link:before {
  content: "\ec96";
}

.icon-unlink:before {
  content: "\ec97";
}

.icon-link2:before {
  content: "\ec98";
}

.icon-unlink2:before {
  content: "\ec99";
}

.icon-anchor:before {
  content: "\eca0";
}

.icon-flag3:before {
  content: "\eca3";
}

.icon-flag4:before {
  content: "\eca4";
}

.icon-flag7:before {
  content: "\eca7";
}

.icon-flag8:before {
  content: "\eca8";
}

.icon-attachment:before {
  content: "\eca9";
}

.icon-attachment2:before {
  content: "\ecaa";
}

.icon-eye:before {
  content: "\ecab";
}

.icon-eye-plus:before {
  content: "\ecac";
}

.icon-eye-minus:before {
  content: "\ecad";
}

.icon-eye-blocked:before {
  content: "\ecae";
}

.icon-eye2:before {
  content: "\ecaf";
}

.icon-eye-blocked2:before {
  content: "\ecb0";
}

.icon-eye4:before {
  content: "\ecb3";
}

.icon-bookmark2:before {
  content: "\ecb4";
}

.icon-bookmark3:before {
  content: "\ecb5";
}

.icon-bookmarks:before {
  content: "\ecb6";
}

.icon-bookmark4:before {
  content: "\ecb7";
}

.icon-spotlight2:before {
  content: "\ecb8";
}

.icon-starburst:before {
  content: "\ecb9";
}

.icon-snowflake:before {
  content: "\ecba";
}

.icon-weather-windy:before {
  content: "\ecd0";
}

.icon-fan:before {
  content: "\ecd1";
}

.icon-umbrella:before {
  content: "\ecd2";
}

.icon-sun3:before {
  content: "\ecd3";
}

.icon-contrast:before {
  content: "\ecd4";
}

.icon-bed2:before {
  content: "\ecda";
}

.icon-furniture:before {
  content: "\ecdb";
}

.icon-chair:before {
  content: "\ecdc";
}

.icon-star-empty3:before {
  content: "\ece0";
}

.icon-star-half:before {
  content: "\ece1";
}

.icon-star-full2:before {
  content: "\ece2";
}

.icon-heart5:before {
  content: "\ece9";
}

.icon-heart6:before {
  content: "\ecea";
}

.icon-heart-broken2:before {
  content: "\eceb";
}

.icon-thumbs-up2:before {
  content: "\ecf2";
}

.icon-thumbs-down2:before {
  content: "\ecf4";
}

.icon-thumbs-up3:before {
  content: "\ecf5";
}

.icon-thumbs-down3:before {
  content: "\ecf6";
}

.icon-height:before {
  content: "\ecf7";
}

.icon-man:before {
  content: "\ecf8";
}

.icon-woman:before {
  content: "\ecf9";
}

.icon-man-woman:before {
  content: "\ecfa";
}

.icon-yin-yang:before {
  content: "\ecfe";
}

.icon-cursor:before {
  content: "\ed23";
}

.icon-cursor2:before {
  content: "\ed24";
}

.icon-lasso2:before {
  content: "\ed26";
}

.icon-select2:before {
  content: "\ed28";
}

.icon-point-up:before {
  content: "\ed29";
}

.icon-point-right:before {
  content: "\ed2a";
}

.icon-point-down:before {
  content: "\ed2b";
}

.icon-point-left:before {
  content: "\ed2c";
}

.icon-pointer:before {
  content: "\ed2d";
}

.icon-reminder:before {
  content: "\ed2e";
}

.icon-drag-left-right:before {
  content: "\ed2f";
}

.icon-drag-left:before {
  content: "\ed30";
}

.icon-drag-right:before {
  content: "\ed31";
}

.icon-touch:before {
  content: "\ed32";
}

.icon-multitouch:before {
  content: "\ed33";
}

.icon-touch-zoom:before {
  content: "\ed34";
}

.icon-touch-pinch:before {
  content: "\ed35";
}

.icon-hand:before {
  content: "\ed36";
}

.icon-grab:before {
  content: "\ed37";
}

.icon-stack-empty:before {
  content: "\ed38";
}

.icon-stack-plus:before {
  content: "\ed39";
}

.icon-stack-minus:before {
  content: "\ed3a";
}

.icon-stack-star:before {
  content: "\ed3b";
}

.icon-stack-picture:before {
  content: "\ed3c";
}

.icon-stack-down:before {
  content: "\ed3d";
}

.icon-stack-up:before {
  content: "\ed3e";
}

.icon-stack-cancel:before {
  content: "\ed3f";
}

.icon-stack-check:before {
  content: "\ed40";
}

.icon-stack-text:before {
  content: "\ed41";
}

.icon-stack4:before {
  content: "\ed47";
}

.icon-stack-music:before {
  content: "\ed48";
}

.icon-stack-play:before {
  content: "\ed49";
}

.icon-move:before {
  content: "\ed4a";
}

.icon-dots:before {
  content: "\ed4b";
}

.icon-warning:before {
  content: "\ed4c";
}

.icon-warning22:before {
  content: "\ed4d";
}

.icon-notification2:before {
  content: "\ed4f";
}

.icon-question3:before {
  content: "\ed52";
}

.icon-question4:before {
  content: "\ed53";
}

.icon-plus3:before {
  content: "\ed5a";
}

.icon-minus3:before {
  content: "\ed5b";
}

.icon-plus-circle2:before {
  content: "\ed5e";
}

.icon-minus-circle2:before {
  content: "\ed5f";
}

.icon-cancel-circle2:before {
  content: "\ed63";
}

.icon-blocked:before {
  content: "\ed64";
}

.icon-cancel-square:before {
  content: "\ed65";
}

.icon-cancel-square2:before {
  content: "\ed66";
}

.icon-spam:before {
  content: "\ed68";
}

.icon-cross2:before {
  content: "\ed6a";
}

.icon-cross3:before {
  content: "\ed6b";
}

.icon-checkmark:before {
  content: "\ed6c";
}

.icon-checkmark3:before {
  content: "\ed6e";
}

.icon-checkmark2:before {
  content: "\e372";
}

.icon-checkmark4:before {
  content: "\ed6f";
}

.icon-spell-check:before {
  content: "\ed71";
}

.icon-spell-check2:before {
  content: "\ed72";
}

.icon-enter:before {
  content: "\ed73";
}

.icon-exit:before {
  content: "\ed74";
}

.icon-enter2:before {
  content: "\ed75";
}

.icon-exit2:before {
  content: "\ed76";
}

.icon-enter3:before {
  content: "\ed77";
}

.icon-exit3:before {
  content: "\ed78";
}

.icon-wall:before {
  content: "\ed79";
}

.icon-fence:before {
  content: "\ed7a";
}

.icon-play3:before {
  content: "\ed7b";
}

.icon-pause:before {
  content: "\ed7c";
}

.icon-stop:before {
  content: "\ed7d";
}

.icon-previous:before {
  content: "\ed7e";
}

.icon-next:before {
  content: "\ed7f";
}

.icon-backward:before {
  content: "\ed80";
}

.icon-forward2:before {
  content: "\ed81";
}

.icon-play4:before {
  content: "\ed82";
}

.icon-pause2:before {
  content: "\ed83";
}

.icon-stop2:before {
  content: "\ed84";
}

.icon-backward2:before {
  content: "\ed85";
}

.icon-forward3:before {
  content: "\ed86";
}

.icon-first:before {
  content: "\ed87";
}

.icon-last:before {
  content: "\ed88";
}

.icon-previous2:before {
  content: "\ed89";
}

.icon-next2:before {
  content: "\ed8a";
}

.icon-eject:before {
  content: "\ed8b";
}

.icon-volume-high:before {
  content: "\ed8c";
}

.icon-volume-medium:before {
  content: "\ed8d";
}

.icon-volume-low:before {
  content: "\ed8e";
}

.icon-volume-mute:before {
  content: "\ed8f";
}

.icon-speaker-left:before {
  content: "\ed90";
}

.icon-speaker-right:before {
  content: "\ed91";
}

.icon-volume-mute2:before {
  content: "\ed92";
}

.icon-volume-increase:before {
  content: "\ed93";
}

.icon-volume-decrease:before {
  content: "\ed94";
}

.icon-volume-mute5:before {
  content: "\eda4";
}

.icon-loop:before {
  content: "\eda5";
}

.icon-loop3:before {
  content: "\eda7";
}

.icon-infinite-square:before {
  content: "\eda8";
}

.icon-infinite:before {
  content: "\eda9";
}

.icon-loop4:before {
  content: "\edab";
}

.icon-shuffle:before {
  content: "\edac";
}

.icon-wave:before {
  content: "\edae";
}

.icon-wave2:before {
  content: "\edaf";
}

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

.icon-merge:before {
  content: "\edb1";
}

.icon-arrow-up5:before {
  content: "\edc4";
}

.icon-arrow-right5:before {
  content: "\edc5";
}

.icon-arrow-down5:before {
  content: "\edc6";
}

.icon-arrow-left5:before {
  content: "\edc7";
}

.icon-arrow-up-left2:before {
  content: "\edd0";
}

.icon-arrow-up7:before {
  content: "\edd1";
}

.icon-arrow-up-right2:before {
  content: "\edd2";
}

.icon-arrow-right7:before {
  content: "\edd3";
}

.icon-arrow-down-right2:before {
  content: "\edd4";
}

.icon-arrow-down7:before {
  content: "\edd5";
}

.icon-arrow-down-left2:before {
  content: "\edd6";
}

.icon-arrow-left7:before {
  content: "\edd7";
}

.icon-arrow-up-left3:before {
  content: "\edd8";
}

.icon-arrow-up8:before {
  content: "\edd9";
}

.icon-arrow-up-right3:before {
  content: "\edda";
}

.icon-arrow-right8:before {
  content: "\eddb";
}

.icon-arrow-down-right3:before {
  content: "\eddc";
}

.icon-arrow-down8:before {
  content: "\eddd";
}

.icon-arrow-down-left3:before {
  content: "\edde";
}

.icon-arrow-left8:before {
  content: "\eddf";
}

.icon-circle-up2:before {
  content: "\ede4";
}

.icon-circle-right2:before {
  content: "\ede5";
}

.icon-circle-down2:before {
  content: "\ede6";
}

.icon-circle-left2:before {
  content: "\ede7";
}

.icon-arrow-resize7:before {
  content: "\edfe";
}

.icon-arrow-resize8:before {
  content: "\edff";
}

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

.icon-square-up:before {
  content: "\ee01";
}

.icon-square-up-right:before {
  content: "\ee02";
}

.icon-square-right:before {
  content: "\ee03";
}

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

.icon-square-down:before {
  content: "\ee05";
}

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

.icon-square-left:before {
  content: "\ee07";
}

.icon-arrow-up15:before {
  content: "\ee30";
}

.icon-arrow-right15:before {
  content: "\ee31";
}

.icon-arrow-down15:before {
  content: "\ee32";
}

.icon-arrow-left15:before {
  content: "\ee33";
}

.icon-arrow-up16:before {
  content: "\ee34";
}

.icon-arrow-right16:before {
  content: "\ee35";
}

.icon-arrow-down16:before {
  content: "\ee36";
}

.icon-arrow-left16:before {
  content: "\ee37";
}

.icon-menu-open:before {
  content: "\ee38";
}

.icon-menu-open2:before {
  content: "\ee39";
}

.icon-menu-close:before {
  content: "\ee3a";
}

.icon-menu-close2:before {
  content: "\ee3b";
}

.icon-enter5:before {
  content: "\ee3d";
}

.icon-esc:before {
  content: "\ee3e";
}

.icon-enter6:before {
  content: "\ee3f";
}

.icon-backspace:before {
  content: "\ee40";
}

.icon-backspace2:before {
  content: "\ee41";
}

.icon-tab:before {
  content: "\ee42";
}

.icon-transmission:before {
  content: "\ee43";
}

.icon-sort:before {
  content: "\ee45";
}

.icon-move-up2:before {
  content: "\ee47";
}

.icon-move-down2:before {
  content: "\ee48";
}

.icon-sort-alpha-asc:before {
  content: "\ee49";
}

.icon-sort-alpha-desc:before {
  content: "\ee4a";
}

.icon-sort-numeric-asc:before {
  content: "\ee4b";
}

.icon-sort-numberic-desc:before {
  content: "\ee4c";
}

.icon-sort-amount-asc:before {
  content: "\ee4d";
}

.icon-sort-amount-desc:before {
  content: "\ee4e";
}

.icon-sort-time-asc:before {
  content: "\ee4f";
}

.icon-sort-time-desc:before {
  content: "\ee50";
}

.icon-battery-6:before {
  content: "\ee51";
}

.icon-battery-0:before {
  content: "\ee57";
}

.icon-battery-charging:before {
  content: "\ee58";
}

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

.icon-shift:before {
  content: "\ee60";
}

.icon-ctrl:before {
  content: "\ee61";
}

.icon-opt:before {
  content: "\ee62";
}

.icon-checkbox-checked:before {
  content: "\ee63";
}

.icon-checkbox-unchecked:before {
  content: "\ee64";
}

.icon-checkbox-partial:before {
  content: "\ee65";
}

.icon-square:before {
  content: "\ee66";
}

.icon-triangle:before {
  content: "\ee67";
}

.icon-triangle2:before {
  content: "\ee68";
}

.icon-diamond3:before {
  content: "\ee69";
}

.icon-diamond4:before {
  content: "\ee6a";
}

.icon-checkbox-checked2:before {
  content: "\ee6b";
}

.icon-checkbox-unchecked2:before {
  content: "\ee6c";
}

.icon-checkbox-partial2:before {
  content: "\ee6d";
}

.icon-radio-checked:before {
  content: "\ee6e";
}

.icon-radio-checked2:before {
  content: "\ee6f";
}

.icon-radio-unchecked:before {
  content: "\ee70";
}

.icon-checkmark-circle:before {
  content: "\ee73";
}

.icon-circle:before {
  content: "\ee74";
}

.icon-circle2:before {
  content: "\ee75";
}

.icon-circles:before {
  content: "\ee76";
}

.icon-circles2:before {
  content: "\ee77";
}

.icon-crop:before {
  content: "\ee78";
}

.icon-crop2:before {
  content: "\ee79";
}

.icon-make-group:before {
  content: "\ee7a";
}

.icon-ungroup:before {
  content: "\ee7b";
}

.icon-vector:before {
  content: "\ee7c";
}

.icon-vector2:before {
  content: "\ee7d";
}

.icon-rulers:before {
  content: "\ee7e";
}

.icon-pencil-ruler:before {
  content: "\ee80";
}

.icon-scissors:before {
  content: "\ee81";
}

.icon-filter3:before {
  content: "\ee88";
}

.icon-filter4:before {
  content: "\ee89";
}

.icon-font:before {
  content: "\ee8a";
}

.icon-ampersand2:before {
  content: "\ee8b";
}

.icon-ligature:before {
  content: "\ee8c";
}

.icon-font-size:before {
  content: "\ee8e";
}

.icon-typography:before {
  content: "\ee8f";
}

.icon-text-height:before {
  content: "\ee90";
}

.icon-text-width:before {
  content: "\ee91";
}

.icon-height2:before {
  content: "\ee92";
}

.icon-width:before {
  content: "\ee93";
}

.icon-strikethrough2:before {
  content: "\ee98";
}

.icon-font-size2:before {
  content: "\ee99";
}

.icon-bold2:before {
  content: "\ee9a";
}

.icon-underline2:before {
  content: "\ee9b";
}

.icon-italic2:before {
  content: "\ee9c";
}

.icon-strikethrough3:before {
  content: "\ee9d";
}

.icon-omega:before {
  content: "\ee9e";
}

.icon-sigma:before {
  content: "\ee9f";
}

.icon-nbsp:before {
  content: "\eea0";
}

.icon-page-break:before {
  content: "\eea1";
}

.icon-page-break2:before {
  content: "\eea2";
}

.icon-superscript:before {
  content: "\eea3";
}

.icon-subscript:before {
  content: "\eea4";
}

.icon-superscript2:before {
  content: "\eea5";
}

.icon-subscript2:before {
  content: "\eea6";
}

.icon-text-color:before {
  content: "\eea7";
}

.icon-highlight:before {
  content: "\eea8";
}

.icon-pagebreak:before {
  content: "\eea9";
}

.icon-clear-formatting:before {
  content: "\eeaa";
}

.icon-table:before {
  content: "\eeab";
}

.icon-table2:before {
  content: "\eeac";
}

.icon-insert-template:before {
  content: "\eead";
}

.icon-pilcrow:before {
  content: "\eeae";
}

.icon-ltr:before {
  content: "\eeaf";
}

.icon-rtl:before {
  content: "\eeb0";
}

.icon-ltr2:before {
  content: "\eeb1";
}

.icon-rtl2:before {
  content: "\eeb2";
}

.icon-section:before {
  content: "\eeb3";
}

.icon-paragraph-left2:before {
  content: "\eeb8";
}

.icon-paragraph-center2:before {
  content: "\eeb9";
}

.icon-paragraph-right2:before {
  content: "\eeba";
}

.icon-paragraph-justify2:before {
  content: "\eebb";
}

.icon-indent-increase:before {
  content: "\eebc";
}

.icon-indent-decrease:before {
  content: "\eebd";
}

.icon-paragraph-left3:before {
  content: "\eebe";
}

.icon-paragraph-center3:before {
  content: "\eebf";
}

.icon-paragraph-right3:before {
  content: "\eec0";
}

.icon-paragraph-justify3:before {
  content: "\eec1";
}

.icon-indent-increase2:before {
  content: "\eec2";
}

.icon-indent-decrease2:before {
  content: "\eec3";
}

.icon-share:before {
  content: "\eec4";
}

.icon-share2:before {
  content: "\eec5";
}

.icon-new-tab:before {
  content: "\eec6";
}

.icon-new-tab2:before {
  content: "\eec7";
}

.icon-popout:before {
  content: "\eec8";
}

.icon-embed:before {
  content: "\eec9";
}

.icon-embed2:before {
  content: "\eeca";
}

.icon-markup:before {
  content: "\eecb";
}

.icon-regexp:before {
  content: "\eecc";
}

.icon-regexp2:before {
  content: "\eecd";
}

.icon-code:before {
  content: "\eece";
}

.icon-circle-css:before {
  content: "\eecf";
}

.icon-circle-code:before {
  content: "\eed0";
}

.icon-terminal:before {
  content: "\eed1";
}

.icon-unicode:before {
  content: "\eed2";
}

.icon-seven-segment-0:before {
  content: "\eed3";
}

.icon-seven-segment-1:before {
  content: "\eed4";
}

.icon-seven-segment-2:before {
  content: "\eed5";
}

.icon-seven-segment-3:before {
  content: "\eed6";
}

.icon-seven-segment-4:before {
  content: "\eed7";
}

.icon-seven-segment-5:before {
  content: "\eed8";
}

.icon-seven-segment-6:before {
  content: "\eed9";
}

.icon-seven-segment-7:before {
  content: "\eeda";
}

.icon-seven-segment-8:before {
  content: "\eedb";
}

.icon-seven-segment-9:before {
  content: "\eedc";
}

.icon-share3:before {
  content: "\eedd";
}

.icon-share4:before {
  content: "\eede";
}

.icon-google:before {
  content: "\eee3";
}

.icon-google-plus:before {
  content: "\eee4";
}

.icon-google-plus2:before {
  content: "\eee5";
}

.icon-google-drive:before {
  content: "\eee7";
}

.icon-facebook:before {
  content: "\eee8";
}

.icon-facebook2:before {
  content: "\eee9";
}

.icon-instagram:before {
  content: "\eeec";
}

.icon-twitter:before {
  content: "\eeed";
}

.icon-twitter2:before {
  content: "\eeee";
}

.icon-feed2:before {
  content: "\eef0";
}

.icon-feed3:before {
  content: "\eef1";
}

.icon-youtube:before {
  content: "\eef3";
}

.icon-youtube2:before {
  content: "\eef4";
}

.icon-youtube3:before {
  content: "\eef5";
}

.icon-vimeo:before {
  content: "\eef8";
}

.icon-vimeo2:before {
  content: "\eef9";
}

.icon-lanyrd:before {
  content: "\eefb";
}

.icon-flickr:before {
  content: "\eefc";
}

.icon-flickr2:before {
  content: "\eefd";
}

.icon-flickr3:before {
  content: "\eefe";
}

.icon-picassa:before {
  content: "\ef00";
}

.icon-picassa2:before {
  content: "\ef01";
}

.icon-dribbble:before {
  content: "\ef02";
}

.icon-dribbble2:before {
  content: "\ef03";
}

.icon-dribbble3:before {
  content: "\ef04";
}

.icon-forrst:before {
  content: "\ef05";
}

.icon-forrst2:before {
  content: "\ef06";
}

.icon-deviantart:before {
  content: "\ef07";
}

.icon-deviantart2:before {
  content: "\ef08";
}

.icon-steam:before {
  content: "\ef09";
}

.icon-steam2:before {
  content: "\ef0a";
}

.icon-dropbox:before {
  content: "\ef0b";
}

.icon-onedrive:before {
  content: "\ef0c";
}

.icon-github:before {
  content: "\ef0d";
}

.icon-github4:before {
  content: "\ef10";
}

.icon-github5:before {
  content: "\ef11";
}

.icon-wordpress:before {
  content: "\ef12";
}

.icon-wordpress2:before {
  content: "\ef13";
}

.icon-joomla:before {
  content: "\ef14";
}

.icon-blogger:before {
  content: "\ef15";
}

.icon-blogger2:before {
  content: "\ef16";
}

.icon-tumblr:before {
  content: "\ef17";
}

.icon-tumblr2:before {
  content: "\ef18";
}

.icon-yahoo:before {
  content: "\ef19";
}

.icon-tux:before {
  content: "\ef1a";
}

.icon-apple2:before {
  content: "\ef1b";
}

.icon-finder:before {
  content: "\ef1c";
}

.icon-android:before {
  content: "\ef1d";
}

.icon-windows:before {
  content: "\ef1e";
}

.icon-windows8:before {
  content: "\ef1f";
}

.icon-soundcloud:before {
  content: "\ef20";
}

.icon-soundcloud2:before {
  content: "\ef21";
}

.icon-skype:before {
  content: "\ef22";
}

.icon-reddit:before {
  content: "\ef23";
}

.icon-linkedin:before {
  content: "\ef24";
}

.icon-linkedin2:before {
  content: "\ef25";
}

.icon-lastfm:before {
  content: "\ef26";
}

.icon-lastfm2:before {
  content: "\ef27";
}

.icon-delicious:before {
  content: "\ef28";
}

.icon-stumbleupon:before {
  content: "\ef29";
}

.icon-stumbleupon2:before {
  content: "\ef2a";
}

.icon-stackoverflow:before {
  content: "\ef2b";
}

.icon-pinterest2:before {
  content: "\ef2d";
}

.icon-xing:before {
  content: "\ef2e";
}

.icon-flattr:before {
  content: "\ef30";
}

.icon-foursquare:before {
  content: "\ef31";
}

.icon-paypal:before {
  content: "\ef32";
}

.icon-paypal2:before {
  content: "\ef33";
}

.icon-yelp:before {
  content: "\ef35";
}

.icon-file-pdf:before {
  content: "\ef36";
}

.icon-file-openoffice:before {
  content: "\ef37";
}

.icon-file-word:before {
  content: "\ef38";
}

.icon-file-excel:before {
  content: "\ef39";
}

.icon-libreoffice:before {
  content: "\ef3a";
}

.icon-html5:before {
  content: "\ef3b";
}

.icon-html52:before {
  content: "\ef3c";
}

.icon-css3:before {
  content: "\ef3d";
}

.icon-git:before {
  content: "\ef3e";
}

.icon-svg:before {
  content: "\ef3f";
}

.icon-codepen:before {
  content: "\ef40";
}

.icon-chrome:before {
  content: "\ef41";
}

.icon-firefox:before {
  content: "\ef42";
}

.icon-IE:before {
  content: "\ef43";
}

.icon-opera:before {
  content: "\ef44";
}

.icon-safari:before {
  content: "\ef45";
}

.icon-check2:before {
  content: "\e601";
}

.icon-home4:before {
  content: "\e603";
}

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

.icon-checkmark-circle2:before {
  content: "\e853";
}

.icon-arrow-up-left32:before {
  content: "\e8ae";
}

.icon-arrow-up52:before {
  content: "\e8af";
}

.icon-arrow-up-right32:before {
  content: "\e8b0";
}

.icon-arrow-right6:before {
  content: "\e8b1";
}

.icon-arrow-down-right32:before {
  content: "\e8b2";
}

.icon-arrow-down52:before {
  content: "\e8b3";
}

.icon-arrow-down-left32:before {
  content: "\e8b4";
}

.icon-arrow-left52:before {
  content: "\e8b5";
}

.icon-calendar5:before {
  content: "\e985";
}

.icon-move-alt1:before {
  content: "\e986";
}

.icon-reload-alt:before {
  content: "\e987";
}

.icon-move-vertical:before {
  content: "\e988";
}

.icon-move-horizontal:before {
  content: "\e989";
}

.icon-hash:before {
  content: "\e98b";
}

.icon-bars-alt:before {
  content: "\e98c";
}

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

.icon-search4:before {
  content: "\e98e";
}

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

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

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

.icon-subtract:before {
  content: "\e992";
}

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

.icon-question6:before {
  content: "\e994";
}

.icon-close2:before {
  content: "\e995";
}

.icon-task:before {
  content: "\e996";
}

.icon-inbox:before {
  content: "\e997";
}

.icon-inbox-alt:before {
  content: "\e998";
}

.icon-envelope:before {
  content: "\e999";
}

.icon-compose:before {
  content: "\e99a";
}

.icon-newspaper2:before {
  content: "\e99b";
}

.icon-calendar22:before {
  content: "\e99c";
}

.icon-hyperlink:before {
  content: "\e99d";
}

.icon-trash:before {
  content: "\e99e";
}

.icon-trash-alt:before {
  content: "\e99f";
}

.icon-grid5:before {
  content: "\e9a0";
}

.icon-grid-alt:before {
  content: "\e9a1";
}

.icon-menu6:before {
  content: "\e9a2";
}

.icon-list3:before {
  content: "\e9a3";
}

.icon-gallery:before {
  content: "\e9a4";
}

.icon-calculator:before {
  content: "\e9a5";
}

.icon-windows2:before {
  content: "\e9a6";
}

.icon-browser:before {
  content: "\e9a7";
}

.icon-portfolio:before {
  content: "\e9a8";
}

.icon-comments:before {
  content: "\e9a9";
}

.icon-screen3:before {
  content: "\e9aa";
}

.icon-iphone:before {
  content: "\e9ab";
}

.icon-ipad:before {
  content: "\e9ac";
}

.icon-googleplus5:before {
  content: "\e9ad";
}

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

.icon-pin-alt:before {
  content: "\e9af";
}

.icon-cog5:before {
  content: "\e9b0";
}

.icon-graduation:before {
  content: "\e9b1";
}

.icon-air:before {
  content: "\e9b2";
}

.icon-droplets:before {
  content: "\e7ee";
}

.icon-statistics:before {
  content: "\e9b4";
}

.icon-pie5:before {
  content: "\e7ef";
}

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

.icon-minus2:before {
  content: "\e9b7";
}

.icon-plus2:before {
  content: "\e9b8";
}

.icon-info3:before {
  content: "\e9b9";
}

.icon-info22:before {
  content: "\e9ba";
}

.icon-question7:before {
  content: "\e9bb";
}

.icon-help:before {
  content: "\e9bc";
}

.icon-warning2:before {
  content: "\e9bd";
}

.icon-add-to-list:before {
  content: "\e9bf";
}

.icon-arrow-left12:before {
  content: "\e9c0";
}

.icon-arrow-down12:before {
  content: "\e9c1";
}

.icon-arrow-up12:before {
  content: "\e9c2";
}

.icon-arrow-right13:before {
  content: "\e9c3";
}

.icon-arrow-left22:before {
  content: "\e9c4";
}

.icon-arrow-down22:before {
  content: "\e9c5";
}

.icon-arrow-up22:before {
  content: "\e9c6";
}

.icon-arrow-right22:before {
  content: "\e9c7";
}

.icon-arrow-left32:before {
  content: "\e9c8";
}

.icon-arrow-down32:before {
  content: "\e9c9";
}

.icon-arrow-up32:before {
  content: "\e9ca";
}

.icon-arrow-right32:before {
  content: "\e9cb";
}

.icon-switch2:before {
  content: "\e647";
}

.icon-checkmark5:before {
  content: "\e600";
}

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

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

.icon-alignment-align:before {
  content: "\e9d0";
}

.icon-alignment-aligned-to:before {
  content: "\e9d1";
}

.icon-alignment-unalign:before {
  content: "\e9d2";
}

.icon-arrow-down132:before {
  content: "\e9d3";
}

.icon-arrow-up13:before {
  content: "\e9da";
}

.icon-arrow-left13:before {
  content: "\e9d4";
}

.icon-arrow-right14:before {
  content: "\e9d5";
}

.icon-arrow-small-down:before {
  content: "\e9d6";
}

.icon-arrow-small-left:before {
  content: "\e9d7";
}

.icon-arrow-small-right:before {
  content: "\e9d8";
}

.icon-arrow-small-up:before {
  content: "\e9d9";
}

.icon-check:before {
  content: "\e9db";
}

.icon-chevron-down:before {
  content: "\e9dc";
}

.icon-chevron-left:before {
  content: "\e9dd";
}

.icon-chevron-right:before {
  content: "\e9de";
}

.icon-chevron-up:before {
  content: "\e9df";
}

.icon-clippy:before {
  content: "\f035";
}

.icon-comment:before {
  content: "\f02b";
}

.icon-comment-discussion:before {
  content: "\f04f";
}

.icon-dash:before {
  content: "\e9e2";
}

.icon-diff:before {
  content: "\e9e3";
}

.icon-diff-added:before {
  content: "\e9e4";
}

.icon-diff-ignored:before {
  content: "\e9e5";
}

.icon-diff-modified:before {
  content: "\e9e6";
}

.icon-diff-removed:before {
  content: "\e9e7";
}

.icon-diff-renamed:before {
  content: "\e9e8";
}

.icon-file-media:before {
  content: "\f012";
}

.icon-fold:before {
  content: "\e9ea";
}

.icon-gear:before {
  content: "\e9eb";
}

.icon-git-branch:before {
  content: "\e9ec";
}

.icon-git-commit:before {
  content: "\e9ed";
}

.icon-git-compare:before {
  content: "\e9ee";
}

.icon-git-merge:before {
  content: "\e9ef";
}

.icon-git-pull-request:before {
  content: "\e9f0";
}

.icon-graph:before {
  content: "\f043";
}

.icon-law:before {
  content: "\e9f1";
}

.icon-list-ordered:before {
  content: "\e9f2";
}

.icon-list-unordered:before {
  content: "\e9f3";
}

.icon-mail5:before {
  content: "\e9f4";
}

.icon-mail-read:before {
  content: "\e9f5";
}

.icon-mention:before {
  content: "\e9f6";
}

.icon-mirror:before {
  content: "\f024";
}

.icon-move-down:before {
  content: "\f0a8";
}

.icon-move-left:before {
  content: "\f074";
}

.icon-move-right:before {
  content: "\f0a9";
}

.icon-move-up:before {
  content: "\f0a7";
}

.icon-person:before {
  content: "\f018";
}

.icon-plus22:before {
  content: "\e9f7";
}

.icon-primitive-dot:before {
  content: "\f052";
}

.icon-primitive-square:before {
  content: "\f053";
}

.icon-repo-forked:before {
  content: "\e9f8";
}

.icon-screen-full:before {
  content: "\e9f9";
}

.icon-screen-normal:before {
  content: "\e9fa";
}

.icon-sync:before {
  content: "\e9fb";
}

.icon-three-bars:before {
  content: "\e9fc";
}

.icon-unfold:before {
  content: "\e9fe";
}

.icon-versions:before {
  content: "\e9ff";
}

.icon-x:before {
  content: "\ea00";
}

/* ------------------------------------------------------------------------------
 *
 *  # Material icons base
 *
 *  Main file to compile. Do not change file order. Default output file: styles.min.css
 *
 * ---------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------
 *
 *  # Global configuration
 *
 *  Here you can change main theme, enable or disable certain components and
 *  optional styles. This allows you to include only components that you need.
 *
 *  'true'  - enables component and includes it to main CSS file.
 *  'false' - disables component and excludes it from main CSS file.
 *
 * ---------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------
 *
 *  # Custom Limitless functions
 *
 *  Utility mixins and functions for evalutating source code across our variables, maps, and mixins.
 *
 * ---------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------
 *
 *  # Custom template mixins
 *
 *  All custom mixins are prefixed with "ll-" to avoid conflicts
 *
 * ---------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------
 *
 *  # Additional variables
 *
 *  Mainly 3rd party libraries and additional variables for default
 *  Bootstrap components.
 *
 * ---------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------
 *
 *  # Material set variables
 *
 *  Includes some set-specific functions and variables (base and icons)
 *
 * ---------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------
 *
 *  # Material set mixins
 *
 *  Custom mixins for Material icon set only.
 *
 * ---------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------
 *
 *  # Material icons base
 *
 *  Base styles for Material icons. Include font import, class definition and other options
 *
 * ---------------------------------------------------------------------------- */
@font-face {
  font-family: "material-icons";
  src: url("./fonts/material-icons.ttf?rnn6yx") format("truetype"), url("./fonts/material-icons.woff?rnn6yx") format("woff"), url("./fonts/material-icons.svg?rnn6yx#material-icons") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=mi-],
[class*=" mi-"] {
  /* Use !important to prevent issues with browser extensions that change fonts */
  font-family: "material-icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  min-width: 1em;
  display: inline-block;
  text-align: center;
  font-size: var(--icon-font-size);
  vertical-align: middle;
  position: relative;
  top: -1px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.mi-1x {
  font-size: calc(1 * var(--icon-font-size));
}

.mi-2x {
  font-size: calc(2 * var(--icon-font-size));
}

.mi-3x {
  font-size: calc(3 * var(--icon-font-size));
}

.mi-4x {
  font-size: calc(4 * var(--icon-font-size));
}

.mi-5x {
  font-size: calc(5 * var(--icon-font-size));
}

.mi-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}

.mi-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}

.mi-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}

.mi-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1);
}

.mi-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1);
}

.mi-flip-horizontal.mi-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(-1, -1);
}

/* ------------------------------------------------------------------------------
 *
 *  # Material icon classes
 *
 *  Material set uses the Unicode Private Use Area (PUA) to ensure screen
 *  readers do not read off random characters that represent icons
 *
 * ---------------------------------------------------------------------------- */
.mi-3d-rotation:before {
  content: "\e900";
}

.mi-ac-unit:before {
  content: "\e901";
}

.mi-alarm:before {
  content: "\e902";
}

.mi-access-alarms:before {
  content: "\e903";
}

.mi-schedule:before {
  content: "\e904";
}

.mi-accessibility:before {
  content: "\e905";
}

.mi-accessible:before {
  content: "\e906";
}

.mi-account-balance:before {
  content: "\e907";
}

.mi-account-balance-wallet:before {
  content: "\e908";
}

.mi-account-box:before {
  content: "\e909";
}

.mi-account-circle:before {
  content: "\e90a";
}

.mi-adb:before {
  content: "\e90b";
}

.mi-add:before {
  content: "\e90c";
}

.mi-add-a-photo:before {
  content: "\e90d";
}

.mi-alarm-add:before {
  content: "\e90e";
}

.mi-add-alert:before {
  content: "\e90f";
}

.mi-add-box:before {
  content: "\e910";
}

.mi-add-circle:before {
  content: "\e911";
}

.mi-control-point:before {
  content: "\e912";
}

.mi-add-location:before {
  content: "\e913";
}

.mi-add-shopping-cart:before {
  content: "\e914";
}

.mi-queue:before {
  content: "\e915";
}

.mi-add-to-queue:before {
  content: "\e916";
}

.mi-adjust:before {
  content: "\e917";
}

.mi-airline-seat-flat:before {
  content: "\e918";
}

.mi-airline-seat-flat-angled:before {
  content: "\e919";
}

.mi-airline-seat-individual-suite:before {
  content: "\e91a";
}

.mi-airline-seat-legroom-extra:before {
  content: "\e91b";
}

.mi-airline-seat-legroom-normal:before {
  content: "\e91c";
}

.mi-airline-seat-legroom-reduced:before {
  content: "\e91d";
}

.mi-airline-seat-recline-extra:before {
  content: "\e91e";
}

.mi-airline-seat-recline-normal:before {
  content: "\e91f";
}

.mi-flight:before {
  content: "\e920";
}

.mi-airplanemode-inactive:before {
  content: "\e921";
}

.mi-airplay:before {
  content: "\e922";
}

.mi-airport-shuttle:before {
  content: "\e923";
}

.mi-alarm-off:before {
  content: "\e924";
}

.mi-alarm-on:before {
  content: "\e925";
}

.mi-album:before {
  content: "\e926";
}

.mi-all-inclusive:before {
  content: "\e927";
}

.mi-all-out:before {
  content: "\e928";
}

.mi-android:before {
  content: "\e929";
}

.mi-announcement:before {
  content: "\e92a";
}

.mi-apps:before {
  content: "\e92b";
}

.mi-archive:before {
  content: "\e92c";
}

.mi-arrow-back:before {
  content: "\e92d";
}

.mi-arrow-downward:before {
  content: "\e92e";
}

.mi-arrow-drop-down:before {
  content: "\e92f";
}

.mi-arrow-drop-down-circle:before {
  content: "\e930";
}

.mi-arrow-drop-up:before {
  content: "\e931";
}

.mi-arrow-forward:before {
  content: "\e932";
}

.mi-arrow-upward:before {
  content: "\e933";
}

.mi-art-track:before {
  content: "\e934";
}

.mi-aspect-ratio:before {
  content: "\e935";
}

.mi-poll:before {
  content: "\e936";
}

.mi-assignment:before {
  content: "\e937";
}

.mi-assignment-ind:before {
  content: "\e938";
}

.mi-assignment-late:before {
  content: "\e939";
}

.mi-assignment-return:before {
  content: "\e93a";
}

.mi-assignment-returned:before {
  content: "\e93b";
}

.mi-assignment-turned-in:before {
  content: "\e93c";
}

.mi-assistant:before {
  content: "\e93d";
}

.mi-flag:before {
  content: "\e93e";
}

.mi-attach-file:before {
  content: "\e93f";
}

.mi-attach-money:before {
  content: "\e940";
}

.mi-attachment:before {
  content: "\e941";
}

.mi-audiotrack:before {
  content: "\e942";
}

.mi-autorenew:before {
  content: "\e943";
}

.mi-av-timer:before {
  content: "\e944";
}

.mi-backspace:before {
  content: "\e945";
}

.mi-cloud-upload:before {
  content: "\e946";
}

.mi-battery-alert:before {
  content: "\e947";
}

.mi-battery-charging-full:before {
  content: "\e948";
}

.mi-battery-std:before {
  content: "\e949";
}

.mi-battery-unknown:before {
  content: "\e94a";
}

.mi-beach-access:before {
  content: "\e94b";
}

.mi-beenhere:before {
  content: "\e94c";
}

.mi-block:before {
  content: "\e94d";
}

.mi-bluetooth:before {
  content: "\e94e";
}

.mi-bluetooth-searching:before {
  content: "\e94f";
}

.mi-bluetooth-connected:before {
  content: "\e950";
}

.mi-bluetooth-disabled:before {
  content: "\e951";
}

.mi-blur-circular:before {
  content: "\e952";
}

.mi-blur-linear:before {
  content: "\e953";
}

.mi-blur-off:before {
  content: "\e954";
}

.mi-blur-on:before {
  content: "\e955";
}

.mi-class:before {
  content: "\e956";
}

.mi-turned-in:before {
  content: "\e957";
}

.mi-turned-in-not:before {
  content: "\e958";
}

.mi-border-all:before {
  content: "\e959";
}

.mi-border-bottom:before {
  content: "\e95a";
}

.mi-border-clear:before {
  content: "\e95b";
}

.mi-border-color:before {
  content: "\e95c";
}

.mi-border-horizontal:before {
  content: "\e95d";
}

.mi-border-inner:before {
  content: "\e95e";
}

.mi-border-left:before {
  content: "\e95f";
}

.mi-border-outer:before {
  content: "\e960";
}

.mi-border-right:before {
  content: "\e961";
}

.mi-border-style:before {
  content: "\e962";
}

.mi-border-top:before {
  content: "\e963";
}

.mi-border-vertical:before {
  content: "\e964";
}

.mi-branding-watermark:before {
  content: "\e965";
}

.mi-brightness-1:before {
  content: "\e966";
}

.mi-brightness-2:before {
  content: "\e967";
}

.mi-brightness-3:before {
  content: "\e968";
}

.mi-brightness-4:before {
  content: "\e969";
}

.mi-brightness-low:before {
  content: "\e96a";
}

.mi-brightness-medium:before {
  content: "\e96b";
}

.mi-brightness-high:before {
  content: "\e96c";
}

.mi-brightness-auto:before {
  content: "\e96d";
}

.mi-broken-image:before {
  content: "\e96e";
}

.mi-brush:before {
  content: "\e96f";
}

.mi-bubble-chart:before {
  content: "\e970";
}

.mi-bug-report:before {
  content: "\e971";
}

.mi-build:before {
  content: "\e972";
}

.mi-burst-mode:before {
  content: "\e973";
}

.mi-domain:before {
  content: "\e974";
}

.mi-business-center:before {
  content: "\e975";
}

.mi-cached:before {
  content: "\e976";
}

.mi-cake:before {
  content: "\e977";
}

.mi-phone:before {
  content: "\e978";
}

.mi-call-end:before {
  content: "\e979";
}

.mi-call-made:before {
  content: "\e97a";
}

.mi-merge-type:before {
  content: "\e97b";
}

.mi-call-missed:before {
  content: "\e97c";
}

.mi-call-missed-outgoing:before {
  content: "\e97d";
}

.mi-call-received:before {
  content: "\e97e";
}

.mi-call-split:before {
  content: "\e97f";
}

.mi-call-to-action:before {
  content: "\e980";
}

.mi-camera:before {
  content: "\e981";
}

.mi-photo-camera:before {
  content: "\e982";
}

.mi-camera-enhance:before {
  content: "\e983";
}

.mi-camera-front:before {
  content: "\e984";
}

.mi-camera-rear:before {
  content: "\e985";
}

.mi-camera-roll:before {
  content: "\e986";
}

.mi-cancel:before {
  content: "\e987";
}

.mi-redeem:before {
  content: "\e988";
}

.mi-card-membership:before {
  content: "\e989";
}

.mi-card-travel:before {
  content: "\e98a";
}

.mi-casino:before {
  content: "\e98b";
}

.mi-cast:before {
  content: "\e98c";
}

.mi-cast-connected:before {
  content: "\e98d";
}

.mi-center-focus-strong:before {
  content: "\e98e";
}

.mi-center-focus-weak:before {
  content: "\e98f";
}

.mi-change-history:before {
  content: "\e990";
}

.mi-chat:before {
  content: "\e991";
}

.mi-chat-bubble:before {
  content: "\e992";
}

.mi-chat-bubble-outline:before {
  content: "\e993";
}

.mi-check:before {
  content: "\e994";
}

.mi-check-box:before {
  content: "\e995";
}

.mi-check-box-outline-blank:before {
  content: "\e996";
}

.mi-check-circle:before {
  content: "\e997";
}

.mi-navigate-before:before {
  content: "\e998";
}

.mi-navigate-next:before {
  content: "\e999";
}

.mi-child-care:before {
  content: "\e99a";
}

.mi-child-friendly:before {
  content: "\e99b";
}

.mi-chrome-reader-mode:before {
  content: "\e99c";
}

.mi-close:before {
  content: "\e99d";
}

.mi-clear-all:before {
  content: "\e99e";
}

.mi-closed-caption:before {
  content: "\e99f";
}

.mi-wb-cloudy:before {
  content: "\e9a0";
}

.mi-cloud-circle:before {
  content: "\e9a1";
}

.mi-cloud-done:before {
  content: "\e9a2";
}

.mi-cloud-download:before {
  content: "\e9a3";
}

.mi-cloud-off:before {
  content: "\e9a4";
}

.mi-cloud-queue:before {
  content: "\e9a5";
}

.mi-code:before {
  content: "\e9a6";
}

.mi-photo-library:before {
  content: "\e9a7";
}

.mi-collections-bookmark:before {
  content: "\e9a8";
}

.mi-palette:before {
  content: "\e9a9";
}

.mi-colorize:before {
  content: "\e9aa";
}

.mi-comment:before {
  content: "\e9ab";
}

.mi-compare:before {
  content: "\e9ac";
}

.mi-compare-arrows:before {
  content: "\e9ad";
}

.mi-laptop:before {
  content: "\e9ae";
}

.mi-confirmation-number:before {
  content: "\e9af";
}

.mi-contact-mail:before {
  content: "\e9b0";
}

.mi-contact-phone:before {
  content: "\e9b1";
}

.mi-contacts:before {
  content: "\e9b2";
}

.mi-content-copy:before {
  content: "\e9b3";
}

.mi-content-cut:before {
  content: "\e9b4";
}

.mi-content-paste:before {
  content: "\e9b5";
}

.mi-control-point-duplicate:before {
  content: "\e9b6";
}

.mi-copyright:before {
  content: "\e9b7";
}

.mi-mode-edit:before {
  content: "\e9b8";
}

.mi-create-new-folder:before {
  content: "\e9b9";
}

.mi-payment:before {
  content: "\e9ba";
}

.mi-crop:before {
  content: "\e9bb";
}

.mi-crop-16-9:before {
  content: "\e9bc";
}

.mi-crop-3-2:before {
  content: "\e9bd";
}

.mi-crop-landscape:before {
  content: "\e9be";
}

.mi-crop-7-5:before {
  content: "\e9bf";
}

.mi-crop-din:before {
  content: "\e9c0";
}

.mi-crop-free:before {
  content: "\e9c1";
}

.mi-crop-original:before {
  content: "\e9c2";
}

.mi-crop-portrait:before {
  content: "\e9c3";
}

.mi-crop-rotate:before {
  content: "\e9c4";
}

.mi-crop-square:before {
  content: "\e9c5";
}

.mi-dashboard:before {
  content: "\e9c6";
}

.mi-data-usage:before {
  content: "\e9c7";
}

.mi-date-range:before {
  content: "\e9c8";
}

.mi-dehaze:before {
  content: "\e9c9";
}

.mi-delete:before {
  content: "\e9ca";
}

.mi-delete-forever:before {
  content: "\e9cb";
}

.mi-delete-sweep:before {
  content: "\e9cc";
}

.mi-description:before {
  content: "\e9cd";
}

.mi-desktop-mac:before {
  content: "\e9ce";
}

.mi-desktop-windows:before {
  content: "\e9cf";
}

.mi-details:before {
  content: "\e9d0";
}

.mi-developer-board:before {
  content: "\e9d1";
}

.mi-developer-mode:before {
  content: "\e9d2";
}

.mi-device-hub:before {
  content: "\e9d3";
}

.mi-phonelink:before {
  content: "\e9d4";
}

.mi-devices-other:before {
  content: "\e9d5";
}

.mi-dialer-sip:before {
  content: "\e9d6";
}

.mi-dialpad:before {
  content: "\e9d7";
}

.mi-directions:before {
  content: "\e9d8";
}

.mi-directions-bike:before {
  content: "\e9d9";
}

.mi-directions-boat:before {
  content: "\e9da";
}

.mi-directions-bus:before {
  content: "\e9db";
}

.mi-directions-car:before {
  content: "\e9dc";
}

.mi-directions-railway:before {
  content: "\e9dd";
}

.mi-directions-run:before {
  content: "\e9de";
}

.mi-directions-transit:before {
  content: "\e9df";
}

.mi-directions-walk:before {
  content: "\e9e0";
}

.mi-disc-full:before {
  content: "\e9e1";
}

.mi-dns:before {
  content: "\e9e2";
}

.mi-not-interested:before {
  content: "\e9e3";
}

.mi-do-not-disturb-alt:before {
  content: "\e9e4";
}

.mi-do-not-disturb-off:before {
  content: "\e9e5";
}

.mi-remove-circle:before {
  content: "\e9e6";
}

.mi-dock:before {
  content: "\e9e7";
}

.mi-done:before {
  content: "\e9e8";
}

.mi-done-all:before {
  content: "\e9e9";
}

.mi-donut-large:before {
  content: "\e9ea";
}

.mi-donut-small:before {
  content: "\e9eb";
}

.mi-drafts:before {
  content: "\e9ec";
}

.mi-drag-handle:before {
  content: "\e9ed";
}

.mi-time-to-leave:before {
  content: "\e9ee";
}

.mi-dvr:before {
  content: "\e9ef";
}

.mi-edit-location:before {
  content: "\e9f0";
}

.mi-eject:before {
  content: "\e9f1";
}

.mi-markunread:before {
  content: "\e9f2";
}

.mi-enhanced-encryption:before {
  content: "\e9f3";
}

.mi-equalizer:before {
  content: "\e9f4";
}

.mi-error:before {
  content: "\e9f5";
}

.mi-error-outline:before {
  content: "\e9f6";
}

.mi-euro-symbol:before {
  content: "\e9f7";
}

.mi-ev-station:before {
  content: "\e9f8";
}

.mi-insert-invitation:before {
  content: "\e9f9";
}

.mi-event-available:before {
  content: "\e9fa";
}

.mi-event-busy:before {
  content: "\e9fb";
}

.mi-event-note:before {
  content: "\e9fc";
}

.mi-event-seat:before {
  content: "\e9fd";
}

.mi-exit-to-app:before {
  content: "\e9fe";
}

.mi-expand-less:before {
  content: "\e9ff";
}

.mi-expand-more:before {
  content: "\ea00";
}

.mi-explicit:before {
  content: "\ea01";
}

.mi-explore:before {
  content: "\ea02";
}

.mi-exposure:before {
  content: "\ea03";
}

.mi-exposure-neg-1:before {
  content: "\ea04";
}

.mi-exposure-neg-2:before {
  content: "\ea05";
}

.mi-exposure-plus-1:before {
  content: "\ea06";
}

.mi-exposure-plus-2:before {
  content: "\ea07";
}

.mi-exposure-zero:before {
  content: "\ea08";
}

.mi-extension:before {
  content: "\ea09";
}

.mi-face:before {
  content: "\ea0a";
}

.mi-fast-forward:before {
  content: "\ea0b";
}

.mi-fast-rewind:before {
  content: "\ea0c";
}

.mi-favorite:before {
  content: "\ea0d";
}

.mi-favorite-border:before {
  content: "\ea0e";
}

.mi-featured-play-list:before {
  content: "\ea0f";
}

.mi-featured-video:before {
  content: "\ea10";
}

.mi-sms-failed:before {
  content: "\ea11";
}

.mi-fiber-dvr:before {
  content: "\ea12";
}

.mi-fiber-manual-record:before {
  content: "\ea13";
}

.mi-fiber-new:before {
  content: "\ea14";
}

.mi-fiber-pin:before {
  content: "\ea15";
}

.mi-fiber-smart-record:before {
  content: "\ea16";
}

.mi-get-app:before {
  content: "\ea17";
}

.mi-file-upload:before {
  content: "\ea18";
}

.mi-filter:before {
  content: "\ea19";
}

.mi-filter-1:before {
  content: "\ea1a";
}

.mi-filter-2:before {
  content: "\ea1b";
}

.mi-filter-3:before {
  content: "\ea1c";
}

.mi-filter-4:before {
  content: "\ea1d";
}

.mi-filter-5:before {
  content: "\ea1e";
}

.mi-filter-6:before {
  content: "\ea1f";
}

.mi-filter-7:before {
  content: "\ea20";
}

.mi-filter-8:before {
  content: "\ea21";
}

.mi-filter-9:before {
  content: "\ea22";
}

.mi-filter-9-plus:before {
  content: "\ea23";
}

.mi-filter-b-and-w:before {
  content: "\ea24";
}

.mi-filter-center-focus:before {
  content: "\ea25";
}

.mi-filter-drama:before {
  content: "\ea26";
}

.mi-filter-frames:before {
  content: "\ea27";
}

.mi-terrain:before {
  content: "\ea28";
}

.mi-filter-list:before {
  content: "\ea29";
}

.mi-filter-none:before {
  content: "\ea2a";
}

.mi-filter-tilt-shift:before {
  content: "\ea2b";
}

.mi-filter-vintage:before {
  content: "\ea2c";
}

.mi-find-in-page:before {
  content: "\ea2d";
}

.mi-find-replace:before {
  content: "\ea2e";
}

.mi-fingerprint:before {
  content: "\ea2f";
}

.mi-first-page:before {
  content: "\ea30";
}

.mi-fitness-center:before {
  content: "\ea31";
}

.mi-flare:before {
  content: "\ea32";
}

.mi-flash-auto:before {
  content: "\ea33";
}

.mi-flash-off:before {
  content: "\ea34";
}

.mi-flash-on:before {
  content: "\ea35";
}

.mi-flight-land:before {
  content: "\ea36";
}

.mi-flight-takeoff:before {
  content: "\ea37";
}

.mi-flip:before {
  content: "\ea38";
}

.mi-flip-to-back:before {
  content: "\ea39";
}

.mi-flip-to-front:before {
  content: "\ea3a";
}

.mi-folder:before {
  content: "\ea3b";
}

.mi-folder-open:before {
  content: "\ea3c";
}

.mi-folder-shared:before {
  content: "\ea3d";
}

.mi-folder-special:before {
  content: "\ea3e";
}

.mi-font-download:before {
  content: "\ea3f";
}

.mi-format-align-center:before {
  content: "\ea40";
}

.mi-format-align-justify:before {
  content: "\ea41";
}

.mi-format-align-left:before {
  content: "\ea42";
}

.mi-format-align-right:before {
  content: "\ea43";
}

.mi-format-bold:before {
  content: "\ea44";
}

.mi-format-clear:before {
  content: "\ea45";
}

.mi-format-color-fill:before {
  content: "\ea46";
}

.mi-format-color-reset:before {
  content: "\ea47";
}

.mi-format-color-text:before {
  content: "\ea48";
}

.mi-format-indent-decrease:before {
  content: "\ea49";
}

.mi-format-indent-increase:before {
  content: "\ea4a";
}

.mi-format-italic:before {
  content: "\ea4b";
}

.mi-format-line-spacing:before {
  content: "\ea4c";
}

.mi-format-list-bulleted:before {
  content: "\ea4d";
}

.mi-format-list-numbered:before {
  content: "\ea4e";
}

.mi-format-paint:before {
  content: "\ea4f";
}

.mi-format-quote:before {
  content: "\ea50";
}

.mi-format-shapes:before {
  content: "\ea51";
}

.mi-format-size:before {
  content: "\ea52";
}

.mi-format-strikethrough:before {
  content: "\ea53";
}

.mi-format-textdirection-l-to-r:before {
  content: "\ea54";
}

.mi-format-textdirection-r-to-l:before {
  content: "\ea55";
}

.mi-format-underlined:before {
  content: "\ea56";
}

.mi-question-answer:before {
  content: "\ea57";
}

.mi-forward:before {
  content: "\ea58";
}

.mi-forward-10:before {
  content: "\ea59";
}

.mi-forward-30:before {
  content: "\ea5a";
}

.mi-forward-5:before {
  content: "\ea5b";
}

.mi-free-breakfast:before {
  content: "\ea5c";
}

.mi-fullscreen:before {
  content: "\ea5d";
}

.mi-fullscreen-exit:before {
  content: "\ea5e";
}

.mi-functions:before {
  content: "\ea5f";
}

.mi-g-translate:before {
  content: "\ea60";
}

.mi-games:before {
  content: "\ea61";
}

.mi-gavel:before {
  content: "\ea62";
}

.mi-gesture:before {
  content: "\ea63";
}

.mi-gif:before {
  content: "\ea64";
}

.mi-goat:before {
  content: "\ea65";
}

.mi-golf-course:before {
  content: "\ea66";
}

.mi-my-location:before {
  content: "\ea67";
}

.mi-location-searching:before {
  content: "\ea68";
}

.mi-location-disabled:before {
  content: "\ea69";
}

.mi-star:before {
  content: "\ea6a";
}

.mi-gradient:before {
  content: "\ea6b";
}

.mi-grain:before {
  content: "\ea6c";
}

.mi-graphic-eq:before {
  content: "\ea6d";
}

.mi-grid-off:before {
  content: "\ea6e";
}

.mi-grid-on:before {
  content: "\ea6f";
}

.mi-people:before {
  content: "\ea70";
}

.mi-group-add:before {
  content: "\ea71";
}

.mi-group-work:before {
  content: "\ea72";
}

.mi-hd:before {
  content: "\ea73";
}

.mi-hdr-off:before {
  content: "\ea74";
}

.mi-hdr-on:before {
  content: "\ea75";
}

.mi-hdr-strong:before {
  content: "\ea76";
}

.mi-hdr-weak:before {
  content: "\ea77";
}

.mi-headset:before {
  content: "\ea78";
}

.mi-headset-mic:before {
  content: "\ea79";
}

.mi-healing:before {
  content: "\ea7a";
}

.mi-hearing:before {
  content: "\ea7b";
}

.mi-help:before {
  content: "\ea7c";
}

.mi-help-outline:before {
  content: "\ea7d";
}

.mi-high-quality:before {
  content: "\ea7e";
}

.mi-highlight:before {
  content: "\ea7f";
}

.mi-highlight-off:before {
  content: "\ea80";
}

.mi-restore:before {
  content: "\ea81";
}

.mi-home:before {
  content: "\ea82";
}

.mi-hot-tub:before {
  content: "\ea83";
}

.mi-local-hotel:before {
  content: "\ea84";
}

.mi-hourglass-empty:before {
  content: "\ea85";
}

.mi-hourglass-full:before {
  content: "\ea86";
}

.mi-http:before {
  content: "\ea87";
}

.mi-lock:before {
  content: "\ea88";
}

.mi-photo:before {
  content: "\ea89";
}

.mi-image-aspect-ratio:before {
  content: "\ea8a";
}

.mi-import-contacts:before {
  content: "\ea8b";
}

.mi-import-export:before {
  content: "\ea8c";
}

.mi-important-devices:before {
  content: "\ea8d";
}

.mi-inbox:before {
  content: "\ea8e";
}

.mi-indeterminate-check-box:before {
  content: "\ea8f";
}

.mi-info:before {
  content: "\ea90";
}

.mi-info-outline:before {
  content: "\ea91";
}

.mi-input:before {
  content: "\ea92";
}

.mi-insert-comment:before {
  content: "\ea93";
}

.mi-insert-drive-file:before {
  content: "\ea94";
}

.mi-tag-faces:before {
  content: "\ea95";
}

.mi-link:before {
  content: "\ea96";
}

.mi-invert-colors:before {
  content: "\ea97";
}

.mi-invert-colors-off:before {
  content: "\ea98";
}

.mi-iso:before {
  content: "\ea99";
}

.mi-keyboard:before {
  content: "\ea9a";
}

.mi-keyboard-arrow-down:before {
  content: "\ea9b";
}

.mi-keyboard-arrow-left:before {
  content: "\ea9c";
}

.mi-keyboard-arrow-right:before {
  content: "\ea9d";
}

.mi-keyboard-arrow-up:before {
  content: "\ea9e";
}

.mi-keyboard-backspace:before {
  content: "\ea9f";
}

.mi-keyboard-capslock:before {
  content: "\eaa0";
}

.mi-keyboard-hide:before {
  content: "\eaa1";
}

.mi-keyboard-return:before {
  content: "\eaa2";
}

.mi-keyboard-tab:before {
  content: "\eaa3";
}

.mi-keyboard-voice:before {
  content: "\eaa4";
}

.mi-kitchen:before {
  content: "\eaa5";
}

.mi-label:before {
  content: "\eaa6";
}

.mi-label-outline:before {
  content: "\eaa7";
}

.mi-language:before {
  content: "\eaa8";
}

.mi-laptop-chromebook:before {
  content: "\eaa9";
}

.mi-laptop-mac:before {
  content: "\eaaa";
}

.mi-laptop-windows:before {
  content: "\eaab";
}

.mi-last-page:before {
  content: "\eaac";
}

.mi-open-in-new:before {
  content: "\eaad";
}

.mi-layers:before {
  content: "\eaae";
}

.mi-layers-clear:before {
  content: "\eaaf";
}

.mi-leak-add:before {
  content: "\eab0";
}

.mi-leak-remove:before {
  content: "\eab1";
}

.mi-lens:before {
  content: "\eab2";
}

.mi-library-books:before {
  content: "\eab3";
}

.mi-library-music:before {
  content: "\eab4";
}

.mi-lightbulb-outline:before {
  content: "\eab5";
}

.mi-line-style:before {
  content: "\eab6";
}

.mi-line-weight:before {
  content: "\eab7";
}

.mi-linear-scale:before {
  content: "\eab8";
}

.mi-linked-camera:before {
  content: "\eab9";
}

.mi-list:before {
  content: "\eaba";
}

.mi-live-help:before {
  content: "\eabb";
}

.mi-live-tv:before {
  content: "\eabc";
}

.mi-local-play:before {
  content: "\eabd";
}

.mi-local-airport:before {
  content: "\eabe";
}

.mi-local-atm:before {
  content: "\eabf";
}

.mi-local-bar:before {
  content: "\eac0";
}

.mi-local-cafe:before {
  content: "\eac1";
}

.mi-local-car-wash:before {
  content: "\eac2";
}

.mi-local-convenience-store:before {
  content: "\eac3";
}

.mi-restaurant-menu:before {
  content: "\eac4";
}

.mi-local-drink:before {
  content: "\eac5";
}

.mi-local-florist:before {
  content: "\eac6";
}

.mi-local-gas-station:before {
  content: "\eac7";
}

.mi-shopping-cart:before {
  content: "\eac8";
}

.mi-local-hospital:before {
  content: "\eac9";
}

.mi-local-laundry-service:before {
  content: "\eaca";
}

.mi-local-library:before {
  content: "\eacb";
}

.mi-local-mall:before {
  content: "\eacc";
}

.mi-theaters:before {
  content: "\eacd";
}

.mi-local-offer:before {
  content: "\eace";
}

.mi-local-parking:before {
  content: "\eacf";
}

.mi-local-pharmacy:before {
  content: "\ead0";
}

.mi-local-pizza:before {
  content: "\ead1";
}

.mi-print:before {
  content: "\ead2";
}

.mi-local-shipping:before {
  content: "\ead3";
}

.mi-local-taxi:before {
  content: "\ead4";
}

.mi-location-city:before {
  content: "\ead5";
}

.mi-location-off:before {
  content: "\ead6";
}

.mi-room:before {
  content: "\ead7";
}

.mi-lock-open:before {
  content: "\ead8";
}

.mi-lock-outline:before {
  content: "\ead9";
}

.mi-looks:before {
  content: "\eada";
}

.mi-looks-3:before {
  content: "\eadb";
}

.mi-looks-4:before {
  content: "\eadc";
}

.mi-looks-5:before {
  content: "\eadd";
}

.mi-looks-6:before {
  content: "\eade";
}

.mi-looks-one:before {
  content: "\eadf";
}

.mi-looks-two:before {
  content: "\eae0";
}

.mi-sync:before {
  content: "\eae1";
}

.mi-loupe:before {
  content: "\eae2";
}

.mi-low-priority:before {
  content: "\eae3";
}

.mi-loyalty:before {
  content: "\eae4";
}

.mi-mail-outline:before {
  content: "\eae5";
}

.mi-map:before {
  content: "\eae6";
}

.mi-markunread-mailbox:before {
  content: "\eae7";
}

.mi-memory:before {
  content: "\eae8";
}

.mi-menu:before {
  content: "\eae9";
}

.mi-message:before {
  content: "\eaea";
}

.mi-mic:before {
  content: "\eaeb";
}

.mi-mic-none:before {
  content: "\eaec";
}

.mi-mic-off:before {
  content: "\eaed";
}

.mi-mms:before {
  content: "\eaee";
}

.mi-mode-comment:before {
  content: "\eaef";
}

.mi-monetization-on:before {
  content: "\eaf0";
}

.mi-money-off:before {
  content: "\eaf1";
}

.mi-monochrome-photos:before {
  content: "\eaf2";
}

.mi-mood-bad:before {
  content: "\eaf3";
}

.mi-more:before {
  content: "\eaf4";
}

.mi-more-horiz:before {
  content: "\eaf5";
}

.mi-more-vert:before {
  content: "\eaf6";
}

.mi-motorcycle:before {
  content: "\eaf7";
}

.mi-mouse:before {
  content: "\eaf8";
}

.mi-move-to-inbox:before {
  content: "\eaf9";
}

.mi-movie-creation:before {
  content: "\eafa";
}

.mi-movie-filter:before {
  content: "\eafb";
}

.mi-multiline-chart:before {
  content: "\eafc";
}

.mi-music-note:before {
  content: "\eafd";
}

.mi-music-video:before {
  content: "\eafe";
}

.mi-nature:before {
  content: "\eaff";
}

.mi-nature-people:before {
  content: "\eb00";
}

.mi-navigation:before {
  content: "\eb01";
}

.mi-near-me:before {
  content: "\eb02";
}

.mi-network-cell:before {
  content: "\eb03";
}

.mi-network-check:before {
  content: "\eb04";
}

.mi-network-locked:before {
  content: "\eb05";
}

.mi-network-wifi:before {
  content: "\eb06";
}

.mi-new-releases:before {
  content: "\eb07";
}

.mi-next-week:before {
  content: "\eb08";
}

.mi-nfc:before {
  content: "\eb09";
}

.mi-no-encryption:before {
  content: "\eb0a";
}

.mi-signal-cellular-no-sim:before {
  content: "\eb0b";
}

.mi-note:before {
  content: "\eb0c";
}

.mi-note-add:before {
  content: "\eb0d";
}

.mi-notifications:before {
  content: "\eb0e";
}

.mi-notifications-active:before {
  content: "\eb0f";
}

.mi-notifications-none:before {
  content: "\eb10";
}

.mi-notifications-off:before {
  content: "\eb11";
}

.mi-notifications-paused:before {
  content: "\eb12";
}

.mi-offline-pin:before {
  content: "\eb13";
}

.mi-ondemand-video:before {
  content: "\eb14";
}

.mi-opacity:before {
  content: "\eb15";
}

.mi-open-in-browser:before {
  content: "\eb16";
}

.mi-open-with:before {
  content: "\eb17";
}

.mi-pages:before {
  content: "\eb18";
}

.mi-pageview:before {
  content: "\eb19";
}

.mi-pan-tool:before {
  content: "\eb1a";
}

.mi-panorama:before {
  content: "\eb1b";
}

.mi-radio-button-unchecked:before {
  content: "\eb1c";
}

.mi-panorama-horizontal:before {
  content: "\eb1d";
}

.mi-panorama-vertical:before {
  content: "\eb1e";
}

.mi-panorama-wide-angle:before {
  content: "\eb1f";
}

.mi-party-mode:before {
  content: "\eb20";
}

.mi-pause:before {
  content: "\eb21";
}

.mi-pause-circle-filled:before {
  content: "\eb22";
}

.mi-pause-circle-outline:before {
  content: "\eb23";
}

.mi-people-outline:before {
  content: "\eb24";
}

.mi-perm-camera-mic:before {
  content: "\eb25";
}

.mi-perm-contact-calendar:before {
  content: "\eb26";
}

.mi-perm-data-setting:before {
  content: "\eb27";
}

.mi-perm-device-information:before {
  content: "\eb28";
}

.mi-person-outline:before {
  content: "\eb29";
}

.mi-perm-media:before {
  content: "\eb2a";
}

.mi-perm-phone-msg:before {
  content: "\eb2b";
}

.mi-perm-scan-wifi:before {
  content: "\eb2c";
}

.mi-person:before {
  content: "\eb2d";
}

.mi-person-add:before {
  content: "\eb2e";
}

.mi-person-pin:before {
  content: "\eb2f";
}

.mi-person-pin-circle:before {
  content: "\eb30";
}

.mi-personal-video:before {
  content: "\eb31";
}

.mi-pets:before {
  content: "\eb32";
}

.mi-phone-android:before {
  content: "\eb33";
}

.mi-phone-bluetooth-speaker:before {
  content: "\eb34";
}

.mi-phone-forwarded:before {
  content: "\eb35";
}

.mi-phone-in-talk:before {
  content: "\eb36";
}

.mi-phone-iphone:before {
  content: "\eb37";
}

.mi-phone-locked:before {
  content: "\eb38";
}

.mi-phone-missed:before {
  content: "\eb39";
}

.mi-phone-paused:before {
  content: "\eb3a";
}

.mi-phonelink-erase:before {
  content: "\eb3b";
}

.mi-phonelink-lock:before {
  content: "\eb3c";
}

.mi-phonelink-off:before {
  content: "\eb3d";
}

.mi-phonelink-ring:before {
  content: "\eb3e";
}

.mi-phonelink-setup:before {
  content: "\eb3f";
}

.mi-photo-album:before {
  content: "\eb40";
}

.mi-photo-filter:before {
  content: "\eb41";
}

.mi-photo-size-select-actual:before {
  content: "\eb42";
}

.mi-photo-size-select-large:before {
  content: "\eb43";
}

.mi-photo-size-select-small:before {
  content: "\eb44";
}

.mi-picture-as-pdf:before {
  content: "\eb45";
}

.mi-picture-in-picture:before {
  content: "\eb46";
}

.mi-picture-in-picture-alt:before {
  content: "\eb47";
}

.mi-pie-chart:before {
  content: "\eb48";
}

.mi-pie-chart-outlined:before {
  content: "\eb49";
}

.mi-pin-drop:before {
  content: "\eb4a";
}

.mi-play-arrow:before {
  content: "\eb4b";
}

.mi-play-circle-filled:before {
  content: "\eb4c";
}

.mi-play-circle-outline:before {
  content: "\eb4d";
}

.mi-play-for-work:before {
  content: "\eb4e";
}

.mi-playlist-add:before {
  content: "\eb4f";
}

.mi-playlist-add-check:before {
  content: "\eb50";
}

.mi-playlist-play:before {
  content: "\eb51";
}

.mi-plus-one:before {
  content: "\eb52";
}

.mi-polymer:before {
  content: "\eb53";
}

.mi-pool:before {
  content: "\eb54";
}

.mi-portable-wifi-off:before {
  content: "\eb55";
}

.mi-portrait:before {
  content: "\eb56";
}

.mi-power:before {
  content: "\eb57";
}

.mi-power-input:before {
  content: "\eb58";
}

.mi-power-settings-new:before {
  content: "\eb59";
}

.mi-pregnant-woman:before {
  content: "\eb5a";
}

.mi-present-to-all:before {
  content: "\eb5b";
}

.mi-priority-high:before {
  content: "\eb5c";
}

.mi-public:before {
  content: "\eb5d";
}

.mi-publish:before {
  content: "\eb5e";
}

.mi-queue-music:before {
  content: "\eb5f";
}

.mi-queue-play-next:before {
  content: "\eb60";
}

.mi-radio:before {
  content: "\eb61";
}

.mi-radio-button-checked:before {
  content: "\eb62";
}

.mi-rate-review:before {
  content: "\eb63";
}

.mi-receipt:before {
  content: "\eb64";
}

.mi-recent-actors:before {
  content: "\eb65";
}

.mi-record-voice-over:before {
  content: "\eb66";
}

.mi-redo:before {
  content: "\eb67";
}

.mi-refresh:before {
  content: "\eb68";
}

.mi-remove:before {
  content: "\eb69";
}

.mi-remove-circle-outline:before {
  content: "\eb6a";
}

.mi-remove-from-queue:before {
  content: "\eb6b";
}

.mi-visibility:before {
  content: "\eb6c";
}

.mi-remove-shopping-cart:before {
  content: "\eb6d";
}

.mi-reorder:before {
  content: "\eb6e";
}

.mi-repeat:before {
  content: "\eb6f";
}

.mi-repeat-one:before {
  content: "\eb70";
}

.mi-replay:before {
  content: "\eb71";
}

.mi-replay-10:before {
  content: "\eb72";
}

.mi-replay-30:before {
  content: "\eb73";
}

.mi-replay-5:before {
  content: "\eb74";
}

.mi-reply:before {
  content: "\eb75";
}

.mi-reply-all:before {
  content: "\eb76";
}

.mi-report:before {
  content: "\eb77";
}

.mi-warning:before {
  content: "\eb78";
}

.mi-restaurant:before {
  content: "\eb79";
}

.mi-restore-page:before {
  content: "\eb7a";
}

.mi-ring-volume:before {
  content: "\eb7b";
}

.mi-room-service:before {
  content: "\eb7c";
}

.mi-rotate-90-degrees-ccw:before {
  content: "\eb7d";
}

.mi-rotate-left:before {
  content: "\eb7e";
}

.mi-rotate-right:before {
  content: "\eb7f";
}

.mi-rounded-corner:before {
  content: "\eb80";
}

.mi-router:before {
  content: "\eb81";
}

.mi-rowing:before {
  content: "\eb82";
}

.mi-rss-feed:before {
  content: "\eb83";
}

.mi-rv-hookup:before {
  content: "\eb84";
}

.mi-satellite:before {
  content: "\eb85";
}

.mi-save:before {
  content: "\eb86";
}

.mi-scanner:before {
  content: "\eb87";
}

.mi-school:before {
  content: "\eb88";
}

.mi-screen-lock-landscape:before {
  content: "\eb89";
}

.mi-screen-lock-portrait:before {
  content: "\eb8a";
}

.mi-screen-lock-rotation:before {
  content: "\eb8b";
}

.mi-screen-rotation:before {
  content: "\eb8c";
}

.mi-screen-share:before {
  content: "\eb8d";
}

.mi-sd-storage:before {
  content: "\eb8e";
}

.mi-search:before {
  content: "\eb8f";
}

.mi-security:before {
  content: "\eb90";
}

.mi-select-all:before {
  content: "\eb91";
}

.mi-send:before {
  content: "\eb92";
}

.mi-sentiment-dissatisfied:before {
  content: "\eb93";
}

.mi-sentiment-neutral:before {
  content: "\eb94";
}

.mi-sentiment-satisfied:before {
  content: "\eb95";
}

.mi-sentiment-very-dissatisfied:before {
  content: "\eb96";
}

.mi-sentiment-very-satisfied:before {
  content: "\eb97";
}

.mi-settings:before {
  content: "\eb98";
}

.mi-settings-applications:before {
  content: "\eb99";
}

.mi-settings-backup-restore:before {
  content: "\eb9a";
}

.mi-settings-bluetooth:before {
  content: "\eb9b";
}

.mi-settings-brightness:before {
  content: "\eb9c";
}

.mi-settings-cell:before {
  content: "\eb9d";
}

.mi-settings-ethernet:before {
  content: "\eb9e";
}

.mi-settings-input-antenna:before {
  content: "\eb9f";
}

.mi-settings-input-composite:before {
  content: "\eba0";
}

.mi-settings-input-hdmi:before {
  content: "\eba1";
}

.mi-settings-input-svideo:before {
  content: "\eba2";
}

.mi-settings-overscan:before {
  content: "\eba3";
}

.mi-settings-phone:before {
  content: "\eba4";
}

.mi-settings-power:before {
  content: "\eba5";
}

.mi-settings-remote:before {
  content: "\eba6";
}

.mi-settings-system-daydream:before {
  content: "\eba7";
}

.mi-settings-voice:before {
  content: "\eba8";
}

.mi-share:before {
  content: "\eba9";
}

.mi-shop:before {
  content: "\ebaa";
}

.mi-shop-two:before {
  content: "\ebab";
}

.mi-shopping-basket:before {
  content: "\ebac";
}

.mi-short-text:before {
  content: "\ebad";
}

.mi-show-chart:before {
  content: "\ebae";
}

.mi-shuffle:before {
  content: "\ebaf";
}

.mi-signal-cellular-4-bar:before {
  content: "\ebb0";
}

.mi-signal-cellular-connected-no-internet-4-bar:before {
  content: "\ebb1";
}

.mi-signal-cellular-null:before {
  content: "\ebb2";
}

.mi-signal-cellular-off:before {
  content: "\ebb3";
}

.mi-signal-wifi-4-bar:before {
  content: "\ebb4";
}

.mi-signal-wifi-4-bar-lock:before {
  content: "\ebb5";
}

.mi-signal-wifi-off:before {
  content: "\ebb6";
}

.mi-sim-card:before {
  content: "\ebb7";
}

.mi-sim-card-alert:before {
  content: "\ebb8";
}

.mi-skip-next:before {
  content: "\ebb9";
}

.mi-skip-previous:before {
  content: "\ebba";
}

.mi-slideshow:before {
  content: "\ebbb";
}

.mi-slow-motion-video:before {
  content: "\ebbc";
}

.mi-stay-primary-portrait:before {
  content: "\ebbd";
}

.mi-smoke-free:before {
  content: "\ebbe";
}

.mi-smoking-rooms:before {
  content: "\ebbf";
}

.mi-textsms:before {
  content: "\ebc0";
}

.mi-snooze:before {
  content: "\ebc1";
}

.mi-sort:before {
  content: "\ebc2";
}

.mi-sort-by-alpha:before {
  content: "\ebc3";
}

.mi-spa:before {
  content: "\ebc4";
}

.mi-space-bar:before {
  content: "\ebc5";
}

.mi-speaker:before {
  content: "\ebc6";
}

.mi-speaker-group:before {
  content: "\ebc7";
}

.mi-speaker-notes:before {
  content: "\ebc8";
}

.mi-speaker-notes-off:before {
  content: "\ebc9";
}

.mi-speaker-phone:before {
  content: "\ebca";
}

.mi-spellcheck:before {
  content: "\ebcb";
}

.mi-star-border:before {
  content: "\ebcc";
}

.mi-star-half:before {
  content: "\ebcd";
}

.mi-stars:before {
  content: "\ebce";
}

.mi-stay-primary-landscape:before {
  content: "\ebcf";
}

.mi-stop:before {
  content: "\ebd0";
}

.mi-stop-screen-share:before {
  content: "\ebd1";
}

.mi-storage:before {
  content: "\ebd2";
}

.mi-store-mall-directory:before {
  content: "\ebd3";
}

.mi-straighten:before {
  content: "\ebd4";
}

.mi-streetview:before {
  content: "\ebd5";
}

.mi-strikethrough-s:before {
  content: "\ebd6";
}

.mi-style:before {
  content: "\ebd7";
}

.mi-subdirectory-arrow-left:before {
  content: "\ebd8";
}

.mi-subdirectory-arrow-right:before {
  content: "\ebd9";
}

.mi-subject:before {
  content: "\ebda";
}

.mi-subscriptions:before {
  content: "\ebdb";
}

.mi-subtitles:before {
  content: "\ebdc";
}

.mi-subway:before {
  content: "\ebdd";
}

.mi-supervisor-account:before {
  content: "\ebde";
}

.mi-surround-sound:before {
  content: "\ebdf";
}

.mi-swap-calls:before {
  content: "\ebe0";
}

.mi-swap-horiz:before {
  content: "\ebe1";
}

.mi-swap-vert:before {
  content: "\ebe2";
}

.mi-swap-vertical-circle:before {
  content: "\ebe3";
}

.mi-switch-camera:before {
  content: "\ebe4";
}

.mi-switch-video:before {
  content: "\ebe5";
}

.mi-sync-disabled:before {
  content: "\ebe6";
}

.mi-sync-problem:before {
  content: "\ebe7";
}

.mi-system-update:before {
  content: "\ebe8";
}

.mi-system-update-alt:before {
  content: "\ebe9";
}

.mi-tab:before {
  content: "\ebea";
}

.mi-tab-unselected:before {
  content: "\ebeb";
}

.mi-tablet:before {
  content: "\ebec";
}

.mi-tablet-android:before {
  content: "\ebed";
}

.mi-tablet-mac:before {
  content: "\ebee";
}

.mi-tap-and-play:before {
  content: "\ebef";
}

.mi-text-fields:before {
  content: "\ebf0";
}

.mi-text-format:before {
  content: "\ebf1";
}

.mi-texture:before {
  content: "\ebf2";
}

.mi-thumb-down:before {
  content: "\ebf3";
}

.mi-thumb-up:before {
  content: "\ebf4";
}

.mi-thumbs-up-down:before {
  content: "\ebf5";
}

.mi-timelapse:before {
  content: "\ebf6";
}

.mi-timeline:before {
  content: "\ebf7";
}

.mi-timer:before {
  content: "\ebf8";
}

.mi-timer-10:before {
  content: "\ebf9";
}

.mi-timer-3:before {
  content: "\ebfa";
}

.mi-timer-off:before {
  content: "\ebfb";
}

.mi-title:before {
  content: "\ebfc";
}

.mi-toc:before {
  content: "\ebfd";
}

.mi-today:before {
  content: "\ebfe";
}

.mi-toll:before {
  content: "\ebff";
}

.mi-tonality:before {
  content: "\ec00";
}

.mi-touch-app:before {
  content: "\ec01";
}

.mi-toys:before {
  content: "\ec02";
}

.mi-track-changes:before {
  content: "\ec03";
}

.mi-traffic:before {
  content: "\ec04";
}

.mi-train:before {
  content: "\ec05";
}

.mi-tram:before {
  content: "\ec06";
}

.mi-transfer-within-a-station:before {
  content: "\ec07";
}

.mi-transform:before {
  content: "\ec08";
}

.mi-translate:before {
  content: "\ec09";
}

.mi-trending-down:before {
  content: "\ec0a";
}

.mi-trending-flat:before {
  content: "\ec0b";
}

.mi-trending-up:before {
  content: "\ec0c";
}

.mi-tune:before {
  content: "\ec0d";
}

.mi-tv:before {
  content: "\ec0e";
}

.mi-unarchive:before {
  content: "\ec0f";
}

.mi-undo:before {
  content: "\ec10";
}

.mi-unfold-less:before {
  content: "\ec11";
}

.mi-unfold-more:before {
  content: "\ec12";
}

.mi-update:before {
  content: "\ec13";
}

.mi-usb:before {
  content: "\ec14";
}

.mi-verified-user:before {
  content: "\ec15";
}

.mi-vertical-align-bottom:before {
  content: "\ec16";
}

.mi-vertical-align-center:before {
  content: "\ec17";
}

.mi-vertical-align-top:before {
  content: "\ec18";
}

.mi-vibration:before {
  content: "\ec19";
}

.mi-video-call:before {
  content: "\ec1a";
}

.mi-video-label:before {
  content: "\ec1b";
}

.mi-video-library:before {
  content: "\ec1c";
}

.mi-videocam:before {
  content: "\ec1d";
}

.mi-videocam-off:before {
  content: "\ec1e";
}

.mi-videogame-asset:before {
  content: "\ec1f";
}

.mi-view-agenda:before {
  content: "\ec20";
}

.mi-view-array:before {
  content: "\ec21";
}

.mi-view-carousel:before {
  content: "\ec22";
}

.mi-view-column:before {
  content: "\ec23";
}

.mi-view-comfy:before {
  content: "\ec24";
}

.mi-view-compact:before {
  content: "\ec25";
}

.mi-view-day:before {
  content: "\ec26";
}

.mi-view-headline:before {
  content: "\ec27";
}

.mi-view-list:before {
  content: "\ec28";
}

.mi-view-module:before {
  content: "\ec29";
}

.mi-view-quilt:before {
  content: "\ec2a";
}

.mi-view-stream:before {
  content: "\ec2b";
}

.mi-view-week:before {
  content: "\ec2c";
}

.mi-vignette:before {
  content: "\ec2d";
}

.mi-visibility-off:before {
  content: "\ec2e";
}

.mi-voice-chat:before {
  content: "\ec2f";
}

.mi-voicemail:before {
  content: "\ec30";
}

.mi-volume-down:before {
  content: "\ec31";
}

.mi-volume-mute:before {
  content: "\ec32";
}

.mi-volume-off:before {
  content: "\ec33";
}

.mi-volume-up:before {
  content: "\ec34";
}

.mi-vpn-key:before {
  content: "\ec35";
}

.mi-vpn-lock:before {
  content: "\ec36";
}

.mi-wallpaper:before {
  content: "\ec37";
}

.mi-watch:before {
  content: "\ec38";
}

.mi-watch-later:before {
  content: "\ec39";
}

.mi-wb-auto:before {
  content: "\ec3a";
}

.mi-wb-incandescent:before {
  content: "\ec3b";
}

.mi-wb-iridescent:before {
  content: "\ec3c";
}

.mi-wb-sunny:before {
  content: "\ec3d";
}

.mi-wc:before {
  content: "\ec3e";
}

.mi-web:before {
  content: "\ec3f";
}

.mi-web-asset:before {
  content: "\ec40";
}

.mi-weekend:before {
  content: "\ec41";
}

.mi-whatshot:before {
  content: "\ec42";
}

.mi-widgets:before {
  content: "\ec43";
}

.mi-wifi:before {
  content: "\ec44";
}

.mi-wifi-lock:before {
  content: "\ec45";
}

.mi-wifi-tethering:before {
  content: "\ec46";
}

.mi-work:before {
  content: "\ec47";
}

.mi-wrap-text:before {
  content: "\ec48";
}

.mi-youtube-searched-for:before {
  content: "\ec49";
}

.mi-zoom-in:before {
  content: "\ec4a";
}

.mi-zoom-out:before {
  content: "\ec4b";
}

.mi-zoom-out-map:before {
  content: "\ec4c";
}

/* ------------------------------------------------------------------------------
 *
 *  # Icomoon icons base
 *
 *  Main file to compile. Do not change file order. Default output file: styles.min.css
 *
 * ---------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------
 *
 *  # Global configuration
 *
 *  Here you can change main theme, enable or disable certain components and
 *  optional styles. This allows you to include only components that you need.
 *
 *  'true'  - enables component and includes it to main CSS file.
 *  'false' - disables component and excludes it from main CSS file.
 *
 * ---------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------
 *
 *  # Custom Limitless functions
 *
 *  Utility mixins and functions for evalutating source code across our variables, maps, and mixins.
 *
 * ---------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------
 *
 *  # Custom template mixins
 *
 *  All custom mixins are prefixed with "ll-" to avoid conflicts
 *
 * ---------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------
 *
 *  # Additional variables
 *
 *  Mainly 3rd party libraries and additional variables for default
 *  Bootstrap components.
 *
 * ---------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------
 *
 *  # Icomoon variables
 *
 *  Includes some set-specific functions and variables (base and icons)
 *
 * ---------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------
 *
 *  # Phosphor mixins
 *
 *  Custom mixins for Phosphor icon set only.
 *
 * ---------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------
 *
 *  # Phosphor icons base
 *
 *  Base styles for Phosphor. Include font import, class definition and other options
 *
 * ---------------------------------------------------------------------------- */
@font-face {
  font-family: "Phosphor";
  src: url("./fonts/Phosphor.ttf?9jjo3j") format("truetype"), url("./fonts/Phosphor.woff?9jjo3j") format("woff"), url("./fonts/Phosphor.svg?9jjo3j#Phosphor") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=ph-],
[class*=" ph-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "Phosphor" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: var(--icon-font-size);
  min-width: 1em;
  display: inline-block;
  vertical-align: calc((50% - var(--icon-font-size)) * 0.5);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ph-1x {
  font-size: calc(1 * var(--icon-font-size));
}

.ph-2x {
  font-size: calc(2 * var(--icon-font-size));
}

.ph-3x {
  font-size: calc(3 * var(--icon-font-size));
}

.ph-4x {
  font-size: calc(4 * var(--icon-font-size));
}

.ph-5x {
  font-size: calc(5 * var(--icon-font-size));
}

.ph-lg {
  font-size: var(--icon-font-size-lg);
}

.ph-sm {
  font-size: var(--icon-font-size-sm);
}

.ph-rotate-90 {
  transform: rotate(90deg);
}

.ph-rotate-180 {
  transform: rotate(180deg);
}

.ph-rotate-270 {
  transform: rotate(270deg);
}

.ph-flip-horizontal {
  transform: scale(-1, 1);
}

.ph-flip-vertical {
  transform: scale(1, -1);
}

.ph-flip-horizontal.ph-flip-vertical {
  transform: scale(-1, -1);
}

/* ------------------------------------------------------------------------------
 *
 *  # Icomoon icon classes
 *
 *  Icomoon uses the Unicode Private Use Area (PUA) to ensure screen
 *  readers do not read off random characters that represent icons
 *
 * ---------------------------------------------------------------------------- */
.ph-activity:before {
  content: "\f230";
}

.ph-address-book:before {
  content: "\f231";
}

.ph-airplane:before {
  content: "\f232";
}

.ph-airplane-in-flight:before {
  content: "\f233";
}

.ph-airplane-landing:before {
  content: "\f234";
}

.ph-airplane-takeoff:before {
  content: "\f235";
}

.ph-airplane-tilt:before {
  content: "\f236";
}

.ph-airplay:before {
  content: "\f237";
}

.ph-alarm:before {
  content: "\f238";
}

.ph-alien:before {
  content: "\f239";
}

.ph-align-bottom:before {
  content: "\f23a";
}

.ph-align-bottom-simple:before {
  content: "\f23b";
}

.ph-align-center-horizontal:before {
  content: "\f23c";
}

.ph-align-center-horizontal-simple:before {
  content: "\f23d";
}

.ph-align-center-vertical:before {
  content: "\f23e";
}

.ph-align-center-vertical-simple:before {
  content: "\f23f";
}

.ph-align-left:before {
  content: "\f240";
}

.ph-align-left-simple:before {
  content: "\f241";
}

.ph-align-right:before {
  content: "\f242";
}

.ph-align-right-simple:before {
  content: "\f243";
}

.ph-align-top:before {
  content: "\f244";
}

.ph-align-top-simple:before {
  content: "\f245";
}

.ph-anchor:before {
  content: "\f246";
}

.ph-anchor-simple:before {
  content: "\f247";
}

.ph-android-logo:before {
  content: "\f248";
}

.ph-angular-logo:before {
  content: "\f249";
}

.ph-aperture:before {
  content: "\f24a";
}

.ph-app-store-logo:before {
  content: "\f24b";
}

.ph-app-window:before {
  content: "\f24c";
}

.ph-apple-logo:before {
  content: "\f24d";
}

.ph-apple-podcasts-logo:before {
  content: "\f24e";
}

.ph-archive:before {
  content: "\f24f";
}

.ph-archive-box:before {
  content: "\f250";
}

.ph-archive-tray:before {
  content: "\f251";
}

.ph-armchair:before {
  content: "\f252";
}

.ph-arrow-arc-left:before {
  content: "\f253";
}

.ph-arrow-arc-right:before {
  content: "\f254";
}

.ph-arrow-bend-double-up-left:before {
  content: "\f255";
}

.ph-arrow-bend-double-up-right:before {
  content: "\f256";
}

.ph-arrow-bend-down-left:before {
  content: "\f257";
}

.ph-arrow-bend-down-right:before {
  content: "\f258";
}

.ph-arrow-bend-left-down:before {
  content: "\f259";
}

.ph-arrow-bend-left-up:before {
  content: "\f25a";
}

.ph-arrow-bend-right-down:before {
  content: "\f25b";
}

.ph-arrow-bend-right-up:before {
  content: "\f25c";
}

.ph-arrow-bend-up-left:before {
  content: "\f25d";
}

.ph-arrow-bend-up-right:before {
  content: "\f25e";
}

.ph-arrow-circle-down:before {
  content: "\f25f";
}

.ph-arrow-circle-down-left:before {
  content: "\f260";
}

.ph-arrow-circle-down-right:before {
  content: "\f261";
}

.ph-arrow-circle-left:before {
  content: "\f262";
}

.ph-arrow-circle-right:before {
  content: "\f263";
}

.ph-arrow-circle-up:before {
  content: "\f264";
}

.ph-arrow-circle-up-left:before {
  content: "\f265";
}

.ph-arrow-circle-up-right:before {
  content: "\f266";
}

.ph-arrow-clockwise:before {
  content: "\f267";
}

.ph-arrow-counter-clockwise:before {
  content: "\f268";
}

.ph-arrow-down:before {
  content: "\f269";
}

.ph-arrow-down-left:before {
  content: "\f26a";
}

.ph-arrow-down-right:before {
  content: "\f26b";
}

.ph-arrow-elbow-down-left:before {
  content: "\f26c";
}

.ph-arrow-elbow-down-right:before {
  content: "\f26d";
}

.ph-arrow-elbow-left:before {
  content: "\f26e";
}

.ph-arrow-elbow-left-down:before {
  content: "\f26f";
}

.ph-arrow-elbow-left-up:before {
  content: "\f270";
}

.ph-arrow-elbow-right:before {
  content: "\f271";
}

.ph-arrow-elbow-right-down:before {
  content: "\f272";
}

.ph-arrow-elbow-right-up:before {
  content: "\f273";
}

.ph-arrow-elbow-up-left:before {
  content: "\f274";
}

.ph-arrow-elbow-up-right:before {
  content: "\f275";
}

.ph-arrow-fat-down:before {
  content: "\f276";
}

.ph-arrow-fat-left:before {
  content: "\f277";
}

.ph-arrow-fat-line-down:before {
  content: "\f278";
}

.ph-arrow-fat-line-left:before {
  content: "\f279";
}

.ph-arrow-fat-line-right:before {
  content: "\f27a";
}

.ph-arrow-fat-line-up:before {
  content: "\f27b";
}

.ph-arrow-fat-lines-down:before {
  content: "\f27c";
}

.ph-arrow-fat-lines-left:before {
  content: "\f27d";
}

.ph-arrow-fat-lines-right:before {
  content: "\f27e";
}

.ph-arrow-fat-lines-up:before {
  content: "\f27f";
}

.ph-arrow-fat-right:before {
  content: "\f280";
}

.ph-arrow-fat-up:before {
  content: "\f281";
}

.ph-arrow-left:before {
  content: "\f282";
}

.ph-arrow-line-down:before {
  content: "\f283";
}

.ph-arrow-line-down-left:before {
  content: "\f284";
}

.ph-arrow-line-down-right:before {
  content: "\f285";
}

.ph-arrow-line-left:before {
  content: "\f286";
}

.ph-arrow-line-right:before {
  content: "\f287";
}

.ph-arrow-line-up:before {
  content: "\f288";
}

.ph-arrow-line-up-left:before {
  content: "\f289";
}

.ph-arrow-line-up-right:before {
  content: "\f28a";
}

.ph-arrow-right:before {
  content: "\f28b";
}

.ph-arrow-square-down:before {
  content: "\f28c";
}

.ph-arrow-square-down-left:before {
  content: "\f28d";
}

.ph-arrow-square-down-right:before {
  content: "\f28e";
}

.ph-arrow-square-in:before {
  content: "\f28f";
}

.ph-arrow-square-left:before {
  content: "\f290";
}

.ph-arrow-square-out:before {
  content: "\f291";
}

.ph-arrow-square-right:before {
  content: "\f292";
}

.ph-arrow-square-up:before {
  content: "\f293";
}

.ph-arrow-square-up-left:before {
  content: "\f294";
}

.ph-arrow-square-up-right:before {
  content: "\f295";
}

.ph-arrow-u-down-left:before {
  content: "\f296";
}

.ph-arrow-u-down-right:before {
  content: "\f297";
}

.ph-arrow-u-left-down:before {
  content: "\f298";
}

.ph-arrow-u-left-up:before {
  content: "\f299";
}

.ph-arrow-u-right-down:before {
  content: "\f29a";
}

.ph-arrow-u-right-up:before {
  content: "\f29b";
}

.ph-arrow-u-up-left:before {
  content: "\f29c";
}

.ph-arrow-u-up-right:before {
  content: "\f29d";
}

.ph-arrow-up:before {
  content: "\f29e";
}

.ph-arrow-up-left:before {
  content: "\f29f";
}

.ph-arrow-up-right:before {
  content: "\f2a0";
}

.ph-arrows-clockwise:before {
  content: "\f2a1";
}

.ph-arrows-counter-clockwise:before {
  content: "\f2a2";
}

.ph-arrows-down-up:before {
  content: "\f2a3";
}

.ph-arrows-horizontal:before {
  content: "\f2a4";
}

.ph-arrows-in:before {
  content: "\f2a5";
}

.ph-arrows-in-cardinal:before {
  content: "\f2a6";
}

.ph-arrows-in-line-horizontal:before {
  content: "\f2a7";
}

.ph-arrows-in-line-vertical:before {
  content: "\f2a8";
}

.ph-arrows-in-simple:before {
  content: "\f2a9";
}

.ph-arrows-left-right:before {
  content: "\f2aa";
}

.ph-arrows-out:before {
  content: "\f2ab";
}

.ph-arrows-out-cardinal:before {
  content: "\f2ac";
}

.ph-arrows-out-line-horizontal:before {
  content: "\f2ad";
}

.ph-arrows-out-line-vertical:before {
  content: "\f2ae";
}

.ph-arrows-out-simple:before {
  content: "\f2af";
}

.ph-arrows-vertical:before {
  content: "\f2b0";
}

.ph-article:before {
  content: "\f2b1";
}

.ph-article-medium:before {
  content: "\f2b2";
}

.ph-article-ny-times:before {
  content: "\f2b3";
}

.ph-asterisk:before {
  content: "\f2b4";
}

.ph-asterisk-simple:before {
  content: "\f2b5";
}

.ph-at:before {
  content: "\f2b6";
}

.ph-atom:before {
  content: "\f2b7";
}

.ph-baby:before {
  content: "\f2b8";
}

.ph-backpack:before {
  content: "\f2b9";
}

.ph-backspace:before {
  content: "\f2ba";
}

.ph-bag:before {
  content: "\f2bb";
}

.ph-bag-simple:before {
  content: "\f2bc";
}

.ph-balloon:before {
  content: "\f2bd";
}

.ph-bandaids:before {
  content: "\f2be";
}

.ph-bank:before {
  content: "\f2bf";
}

.ph-barbell:before {
  content: "\f2c0";
}

.ph-barcode:before {
  content: "\f2c1";
}

.ph-barricade:before {
  content: "\f2c2";
}

.ph-baseball:before {
  content: "\f2c3";
}

.ph-basketball:before {
  content: "\f2c4";
}

.ph-bathtub:before {
  content: "\f2c5";
}

.ph-battery-charging:before {
  content: "\f2c6";
}

.ph-battery-charging-vertical:before {
  content: "\f2c7";
}

.ph-battery-empty:before {
  content: "\f2c8";
}

.ph-battery-full:before {
  content: "\f2c9";
}

.ph-battery-high:before {
  content: "\f2ca";
}

.ph-battery-low:before {
  content: "\f2cb";
}

.ph-battery-medium:before {
  content: "\f2cc";
}

.ph-battery-plus:before {
  content: "\f2cd";
}

.ph-battery-warning:before {
  content: "\f2ce";
}

.ph-battery-warning-vertical:before {
  content: "\f2cf";
}

.ph-bed:before {
  content: "\f2d0";
}

.ph-beer-bottle:before {
  content: "\f2d1";
}

.ph-behance-logo:before {
  content: "\f2d2";
}

.ph-bell:before {
  content: "\f2d3";
}

.ph-bell-ringing:before {
  content: "\f2d4";
}

.ph-bell-simple:before {
  content: "\f2d5";
}

.ph-bell-simple-ringing:before {
  content: "\f2d6";
}

.ph-bell-simple-slash:before {
  content: "\f2d7";
}

.ph-bell-simple-z:before {
  content: "\f2d8";
}

.ph-bell-slash:before {
  content: "\f2d9";
}

.ph-bell-z:before {
  content: "\f2da";
}

.ph-bezier-curve:before {
  content: "\f2db";
}

.ph-bicycle:before {
  content: "\f2dc";
}

.ph-binoculars:before {
  content: "\f2dd";
}

.ph-bird:before {
  content: "\f2de";
}

.ph-bluetooth:before {
  content: "\f2df";
}

.ph-bluetooth-connected:before {
  content: "\f2e0";
}

.ph-bluetooth-slash:before {
  content: "\f2e1";
}

.ph-bluetooth-x:before {
  content: "\f2e2";
}

.ph-boat:before {
  content: "\f2e3";
}

.ph-book:before {
  content: "\f2e4";
}

.ph-book-bookmark:before {
  content: "\f2e5";
}

.ph-book-open:before {
  content: "\f2e6";
}

.ph-bookmark:before {
  content: "\f2e7";
}

.ph-bookmark-simple:before {
  content: "\f2e8";
}

.ph-bookmarks:before {
  content: "\f2e9";
}

.ph-bookmarks-simple:before {
  content: "\f2ea";
}

.ph-books:before {
  content: "\f2eb";
}

.ph-bounding-box:before {
  content: "\f2ec";
}

.ph-brackets-angle:before {
  content: "\f2ed";
}

.ph-brackets-curly:before {
  content: "\f2ee";
}

.ph-brackets-round:before {
  content: "\f2ef";
}

.ph-brackets-square:before {
  content: "\f2f0";
}

.ph-brain:before {
  content: "\f2f1";
}

.ph-brandy:before {
  content: "\f2f2";
}

.ph-briefcase:before {
  content: "\f2f3";
}

.ph-briefcase-metal:before {
  content: "\f2f4";
}

.ph-broadcast:before {
  content: "\f2f5";
}

.ph-browser:before {
  content: "\f2f6";
}

.ph-browsers:before {
  content: "\f2f7";
}

.ph-bug:before {
  content: "\f2f8";
}

.ph-bug-beetle:before {
  content: "\f2f9";
}

.ph-bug-droid:before {
  content: "\f2fa";
}

.ph-buildings:before {
  content: "\f2fb";
}

.ph-bus:before {
  content: "\f2fc";
}

.ph-butterfly:before {
  content: "\f2fd";
}

.ph-cactus:before {
  content: "\f2fe";
}

.ph-cake:before {
  content: "\f2ff";
}

.ph-calculator:before {
  content: "\f300";
}

.ph-calendar:before {
  content: "\f301";
}

.ph-calendar-blank:before {
  content: "\f302";
}

.ph-calendar-check:before {
  content: "\f303";
}

.ph-calendar-plus:before {
  content: "\f304";
}

.ph-calendar-x:before {
  content: "\f305";
}

.ph-camera:before {
  content: "\f306";
}

.ph-camera-rotate:before {
  content: "\f307";
}

.ph-camera-slash:before {
  content: "\f308";
}

.ph-campfire:before {
  content: "\f309";
}

.ph-car:before {
  content: "\f30a";
}

.ph-car-simple:before {
  content: "\f30b";
}

.ph-cardholder:before {
  content: "\f30c";
}

.ph-cards:before {
  content: "\f30d";
}

.ph-caret-circle-double-down:before {
  content: "\f30e";
}

.ph-caret-circle-double-left:before {
  content: "\f30f";
}

.ph-caret-circle-double-right:before {
  content: "\f310";
}

.ph-caret-circle-double-up:before {
  content: "\f311";
}

.ph-caret-circle-down:before {
  content: "\f312";
}

.ph-caret-circle-left:before {
  content: "\f313";
}

.ph-caret-circle-right:before {
  content: "\f314";
}

.ph-caret-circle-up:before {
  content: "\f315";
}

.ph-caret-double-down:before {
  content: "\f316";
}

.ph-caret-double-left:before {
  content: "\f317";
}

.ph-caret-double-right:before {
  content: "\f318";
}

.ph-caret-double-up:before {
  content: "\f319";
}

.ph-caret-down:before {
  content: "\f31a";
}

.ph-caret-left:before {
  content: "\f31b";
}

.ph-caret-right:before {
  content: "\f31c";
}

.ph-caret-up:before {
  content: "\f31d";
}

.ph-cat:before {
  content: "\f31e";
}

.ph-cell-signal-full:before {
  content: "\f31f";
}

.ph-cell-signal-high:before {
  content: "\f320";
}

.ph-cell-signal-low:before {
  content: "\f321";
}

.ph-cell-signal-medium:before {
  content: "\f322";
}

.ph-cell-signal-none:before {
  content: "\f323";
}

.ph-cell-signal-slash:before {
  content: "\f324";
}

.ph-cell-signal-x:before {
  content: "\f325";
}

.ph-chalkboard:before {
  content: "\f326";
}

.ph-chalkboard-simple:before {
  content: "\f327";
}

.ph-chalkboard-teacher:before {
  content: "\f328";
}

.ph-chart-bar:before {
  content: "\f329";
}

.ph-chart-bar-horizontal:before {
  content: "\f32a";
}

.ph-chart-line:before {
  content: "\f32b";
}

.ph-chart-line-up:before {
  content: "\f32c";
}

.ph-chart-pie:before {
  content: "\f32d";
}

.ph-chart-pie-slice:before {
  content: "\f32e";
}

.ph-chat:before {
  content: "\f32f";
}

.ph-chat-centered:before {
  content: "\f330";
}

.ph-chat-centered-dots:before {
  content: "\f331";
}

.ph-chat-centered-text:before {
  content: "\f332";
}

.ph-chat-circle:before {
  content: "\f333";
}

.ph-chat-circle-dots:before {
  content: "\f334";
}

.ph-chat-circle-text:before {
  content: "\f335";
}

.ph-chat-dots:before {
  content: "\f336";
}

.ph-chat-teardrop:before {
  content: "\f337";
}

.ph-chat-teardrop-dots:before {
  content: "\f338";
}

.ph-chat-teardrop-text:before {
  content: "\f339";
}

.ph-chat-text:before {
  content: "\f33a";
}

.ph-chats:before {
  content: "\f33b";
}

.ph-chats-circle:before {
  content: "\f33c";
}

.ph-chats-teardrop:before {
  content: "\f33d";
}

.ph-check:before {
  content: "\f33e";
}

.ph-check-circle:before {
  content: "\f33f";
}

.ph-check-square:before {
  content: "\f340";
}

.ph-check-square-offset:before {
  content: "\f341";
}

.ph-checks:before {
  content: "\f342";
}

.ph-circle:before {
  content: "\f343";
}

.ph-circle-dashed:before {
  content: "\f344";
}

.ph-circle-half:before {
  content: "\f345";
}

.ph-circle-half-tilt:before {
  content: "\f346";
}

.ph-circle-notch:before {
  content: "\f347";
}

.ph-circle-wavy:before {
  content: "\f348";
}

.ph-circle-wavy-check:before {
  content: "\f349";
}

.ph-circle-wavy-question:before {
  content: "\f34a";
}

.ph-circle-wavy-warning:before {
  content: "\f34b";
}

.ph-circles-four:before {
  content: "\f34c";
}

.ph-circles-three:before {
  content: "\f34d";
}

.ph-circles-three-plus:before {
  content: "\f34e";
}

.ph-clipboard:before {
  content: "\f34f";
}

.ph-clipboard-text:before {
  content: "\f350";
}

.ph-clock:before {
  content: "\f351";
}

.ph-clock-afternoon:before {
  content: "\f352";
}

.ph-clock-clockwise:before {
  content: "\f353";
}

.ph-clock-counter-clockwise:before {
  content: "\f354";
}

.ph-closed-captioning:before {
  content: "\f355";
}

.ph-cloud:before {
  content: "\f356";
}

.ph-cloud-arrow-down:before {
  content: "\f357";
}

.ph-cloud-arrow-up:before {
  content: "\f358";
}

.ph-cloud-check:before {
  content: "\f359";
}

.ph-cloud-fog:before {
  content: "\f35a";
}

.ph-cloud-lightning:before {
  content: "\f35b";
}

.ph-cloud-moon:before {
  content: "\f35c";
}

.ph-cloud-rain:before {
  content: "\f35d";
}

.ph-cloud-slash:before {
  content: "\f35e";
}

.ph-cloud-snow:before {
  content: "\f35f";
}

.ph-cloud-sun:before {
  content: "\f360";
}

.ph-club:before {
  content: "\f361";
}

.ph-coat-hanger:before {
  content: "\f362";
}

.ph-code:before {
  content: "\f363";
}

.ph-code-simple:before {
  content: "\f364";
}

.ph-codepen-logo:before {
  content: "\f365";
}

.ph-codesandbox-logo:before {
  content: "\f366";
}

.ph-coffee:before {
  content: "\f367";
}

.ph-coin:before {
  content: "\f368";
}

.ph-coin-vertical:before {
  content: "\f369";
}

.ph-coins:before {
  content: "\f36a";
}

.ph-columns:before {
  content: "\f36b";
}

.ph-command:before {
  content: "\f36c";
}

.ph-compass:before {
  content: "\f36d";
}

.ph-computer-tower:before {
  content: "\f36e";
}

.ph-confetti:before {
  content: "\f36f";
}

.ph-cookie:before {
  content: "\f370";
}

.ph-cooking-pot:before {
  content: "\f371";
}

.ph-copy:before {
  content: "\f372";
}

.ph-copy-simple:before {
  content: "\f373";
}

.ph-copyleft:before {
  content: "\f374";
}

.ph-copyright:before {
  content: "\f375";
}

.ph-corners-in:before {
  content: "\f376";
}

.ph-corners-out:before {
  content: "\f377";
}

.ph-cpu:before {
  content: "\f378";
}

.ph-credit-card:before {
  content: "\f379";
}

.ph-crop:before {
  content: "\f37a";
}

.ph-crosshair:before {
  content: "\f37b";
}

.ph-crosshair-simple:before {
  content: "\f37c";
}

.ph-crown:before {
  content: "\f37d";
}

.ph-crown-simple:before {
  content: "\f37e";
}

.ph-cube:before {
  content: "\f37f";
}

.ph-currency-btc:before {
  content: "\f380";
}

.ph-currency-circle-dollar:before {
  content: "\f381";
}

.ph-currency-cny:before {
  content: "\f382";
}

.ph-currency-dollar:before {
  content: "\f383";
}

.ph-currency-dollar-simple:before {
  content: "\f384";
}

.ph-currency-eth:before {
  content: "\f385";
}

.ph-currency-eur:before {
  content: "\f386";
}

.ph-currency-gbp:before {
  content: "\f387";
}

.ph-currency-inr:before {
  content: "\f388";
}

.ph-currency-jpy:before {
  content: "\f389";
}

.ph-currency-krw:before {
  content: "\f38a";
}

.ph-currency-kzt:before {
  content: "\f38b";
}

.ph-currency-ngn:before {
  content: "\f38c";
}

.ph-currency-rub:before {
  content: "\f38d";
}

.ph-cursor:before {
  content: "\f38e";
}

.ph-cursor-text:before {
  content: "\f38f";
}

.ph-cylinder:before {
  content: "\f390";
}

.ph-database:before {
  content: "\f391";
}

.ph-desktop:before {
  content: "\f392";
}

.ph-desktop-tower:before {
  content: "\f393";
}

.ph-detective:before {
  content: "\f394";
}

.ph-device-mobile:before {
  content: "\f395";
}

.ph-device-mobile-camera:before {
  content: "\f396";
}

.ph-device-mobile-speaker:before {
  content: "\f397";
}

.ph-device-tablet:before {
  content: "\f398";
}

.ph-device-tablet-camera:before {
  content: "\f399";
}

.ph-device-tablet-speaker:before {
  content: "\f39a";
}

.ph-diamond:before {
  content: "\f39b";
}

.ph-diamonds-four:before {
  content: "\f39c";
}

.ph-dice-five:before {
  content: "\f39d";
}

.ph-dice-four:before {
  content: "\f39e";
}

.ph-dice-one:before {
  content: "\f39f";
}

.ph-dice-six:before {
  content: "\f3a0";
}

.ph-dice-three:before {
  content: "\f3a1";
}

.ph-dice-two:before {
  content: "\f3a2";
}

.ph-disc:before {
  content: "\f3a3";
}

.ph-discord-logo:before {
  content: "\f3a4";
}

.ph-divide:before {
  content: "\f3a5";
}

.ph-dog:before {
  content: "\f3a6";
}

.ph-door:before {
  content: "\f3a7";
}

.ph-dots-nine:before {
  content: "\f3a8";
}

.ph-dots-six:before {
  content: "\f3a9";
}

.ph-dots-six-vertical:before {
  content: "\f3aa";
}

.ph-dots-three:before {
  content: "\f3ab";
}

.ph-dots-three-circle:before {
  content: "\f3ac";
}

.ph-dots-three-circle-vertical:before {
  content: "\f3ad";
}

.ph-dots-three-outline:before {
  content: "\f3ae";
}

.ph-dots-three-outline-vertical:before {
  content: "\f3af";
}

.ph-dots-three-vertical:before {
  content: "\f3b0";
}

.ph-download:before {
  content: "\f3b1";
}

.ph-download-simple:before {
  content: "\f3b2";
}

.ph-dribbble-logo:before {
  content: "\f3b3";
}

.ph-drop:before {
  content: "\f3b4";
}

.ph-drop-half:before {
  content: "\f3b5";
}

.ph-drop-half-bottom:before {
  content: "\f3b6";
}

.ph-ear:before {
  content: "\f3b7";
}

.ph-ear-slash:before {
  content: "\f3b8";
}

.ph-egg:before {
  content: "\f3b9";
}

.ph-egg-crack:before {
  content: "\f3ba";
}

.ph-eject:before {
  content: "\f3bb";
}

.ph-eject-simple:before {
  content: "\f3bc";
}

.ph-envelope:before {
  content: "\f3bd";
}

.ph-envelope-open:before {
  content: "\f3be";
}

.ph-envelope-simple:before {
  content: "\f3bf";
}

.ph-envelope-simple-open:before {
  content: "\f3c0";
}

.ph-equalizer:before {
  content: "\f3c1";
}

.ph-equals:before {
  content: "\f3c2";
}

.ph-eraser:before {
  content: "\f3c3";
}

.ph-exam:before {
  content: "\f3c4";
}

.ph-export:before {
  content: "\f3c5";
}

.ph-eye:before {
  content: "\f3c6";
}

.ph-eye-closed:before {
  content: "\f3c7";
}

.ph-eye-slash:before {
  content: "\f3c8";
}

.ph-eyedropper:before {
  content: "\f3c9";
}

.ph-eyedropper-sample:before {
  content: "\f3ca";
}

.ph-eyeglasses:before {
  content: "\f3cb";
}

.ph-face-mask:before {
  content: "\f3cc";
}

.ph-facebook-logo:before {
  content: "\f3cd";
}

.ph-factory:before {
  content: "\f3ce";
}

.ph-faders:before {
  content: "\f3cf";
}

.ph-faders-horizontal:before {
  content: "\f3d0";
}

.ph-fast-forward:before {
  content: "\f3d1";
}

.ph-fast-forward-circle:before {
  content: "\f3d2";
}

.ph-figma-logo:before {
  content: "\f3d3";
}

.ph-file:before {
  content: "\f3d4";
}

.ph-file-arrow-down:before {
  content: "\f3d5";
}

.ph-file-arrow-up:before {
  content: "\f3d6";
}

.ph-file-audio:before {
  content: "\f3d7";
}

.ph-file-cloud:before {
  content: "\f3d8";
}

.ph-file-code:before {
  content: "\f3d9";
}

.ph-file-css:before {
  content: "\f3da";
}

.ph-file-csv:before {
  content: "\f3db";
}

.ph-file-doc:before {
  content: "\f3dc";
}

.ph-file-dotted:before {
  content: "\f3dd";
}

.ph-file-html:before {
  content: "\f3de";
}

.ph-file-image:before {
  content: "\f3df";
}

.ph-file-jpg:before {
  content: "\f3e0";
}

.ph-file-js:before {
  content: "\f3e1";
}

.ph-file-jsx:before {
  content: "\f3e2";
}

.ph-file-lock:before {
  content: "\f3e3";
}

.ph-file-minus:before {
  content: "\f3e4";
}

.ph-file-pdf:before {
  content: "\f3e5";
}

.ph-file-plus:before {
  content: "\f3e6";
}

.ph-file-png:before {
  content: "\f3e7";
}

.ph-file-ppt:before {
  content: "\f3e8";
}

.ph-file-rs:before {
  content: "\f3e9";
}

.ph-file-search:before {
  content: "\f3ea";
}

.ph-file-text:before {
  content: "\f3eb";
}

.ph-file-ts:before {
  content: "\f3ec";
}

.ph-file-tsx:before {
  content: "\f3ed";
}

.ph-file-video:before {
  content: "\f3ee";
}

.ph-file-vue:before {
  content: "\f3ef";
}

.ph-file-x:before {
  content: "\f3f0";
}

.ph-file-xls:before {
  content: "\f3f1";
}

.ph-file-zip:before {
  content: "\f3f2";
}

.ph-files:before {
  content: "\f3f3";
}

.ph-film-script:before {
  content: "\f3f4";
}

.ph-film-slate:before {
  content: "\f3f5";
}

.ph-film-strip:before {
  content: "\f3f6";
}

.ph-fingerprint:before {
  content: "\f3f7";
}

.ph-fingerprint-simple:before {
  content: "\f3f8";
}

.ph-finn-the-human:before {
  content: "\f3f9";
}

.ph-fire:before {
  content: "\f3fa";
}

.ph-fire-simple:before {
  content: "\f3fb";
}

.ph-first-aid:before {
  content: "\f3fc";
}

.ph-first-aid-kit:before {
  content: "\f3fd";
}

.ph-fish:before {
  content: "\f3fe";
}

.ph-fish-simple:before {
  content: "\f3ff";
}

.ph-flag:before {
  content: "\f400";
}

.ph-flag-banner:before {
  content: "\f401";
}

.ph-flag-checkered:before {
  content: "\f402";
}

.ph-flame:before {
  content: "\f403";
}

.ph-flashlight:before {
  content: "\f404";
}

.ph-flask:before {
  content: "\f405";
}

.ph-floppy-disk:before {
  content: "\f406";
}

.ph-floppy-disk-back:before {
  content: "\f407";
}

.ph-flow-arrow:before {
  content: "\f408";
}

.ph-flower:before {
  content: "\f409";
}

.ph-flower-lotus:before {
  content: "\f40a";
}

.ph-flying-saucer:before {
  content: "\f40b";
}

.ph-folder:before {
  content: "\f40c";
}

.ph-folder-dotted:before {
  content: "\f40d";
}

.ph-folder-lock:before {
  content: "\f40e";
}

.ph-folder-minus:before {
  content: "\f40f";
}

.ph-folder-notch:before {
  content: "\f410";
}

.ph-folder-notch-minus:before {
  content: "\f411";
}

.ph-folder-notch-open:before {
  content: "\f412";
}

.ph-folder-notch-plus:before {
  content: "\f413";
}

.ph-folder-open:before {
  content: "\f414";
}

.ph-folder-plus:before {
  content: "\f415";
}

.ph-folder-simple:before {
  content: "\f416";
}

.ph-folder-simple-dotted:before {
  content: "\f417";
}

.ph-folder-simple-lock:before {
  content: "\f418";
}

.ph-folder-simple-minus:before {
  content: "\f419";
}

.ph-folder-simple-plus:before {
  content: "\f41a";
}

.ph-folder-simple-star:before {
  content: "\f41b";
}

.ph-folder-simple-user:before {
  content: "\f41c";
}

.ph-folder-star:before {
  content: "\f41d";
}

.ph-folder-user:before {
  content: "\f41e";
}

.ph-folders:before {
  content: "\f41f";
}

.ph-football:before {
  content: "\f420";
}

.ph-fork-knife:before {
  content: "\f421";
}

.ph-frame-corners:before {
  content: "\f422";
}

.ph-framer-logo:before {
  content: "\f423";
}

.ph-function:before {
  content: "\f424";
}

.ph-funnel:before {
  content: "\f425";
}

.ph-funnel-simple:before {
  content: "\f426";
}

.ph-game-controller:before {
  content: "\f427";
}

.ph-gas-pump:before {
  content: "\f428";
}

.ph-gauge:before {
  content: "\f429";
}

.ph-gear:before {
  content: "\f42a";
}

.ph-gear-six:before {
  content: "\f42b";
}

.ph-gender-female:before {
  content: "\f42c";
}

.ph-gender-intersex:before {
  content: "\f42d";
}

.ph-gender-male:before {
  content: "\f42e";
}

.ph-gender-neuter:before {
  content: "\f42f";
}

.ph-gender-nonbinary:before {
  content: "\f430";
}

.ph-gender-transgender:before {
  content: "\f431";
}

.ph-ghost:before {
  content: "\f432";
}

.ph-gif:before {
  content: "\f433";
}

.ph-gift:before {
  content: "\f434";
}

.ph-git-branch:before {
  content: "\f435";
}

.ph-git-commit:before {
  content: "\f436";
}

.ph-git-diff:before {
  content: "\f437";
}

.ph-git-fork:before {
  content: "\f438";
}

.ph-git-merge:before {
  content: "\f439";
}

.ph-git-pull-request:before {
  content: "\f43a";
}

.ph-github-logo:before {
  content: "\f43b";
}

.ph-gitlab-logo:before {
  content: "\f43c";
}

.ph-gitlab-logo-simple:before {
  content: "\f43d";
}

.ph-globe:before {
  content: "\f43e";
}

.ph-globe-hemisphere-east:before {
  content: "\f43f";
}

.ph-globe-hemisphere-west:before {
  content: "\f440";
}

.ph-globe-simple:before {
  content: "\f441";
}

.ph-globe-stand:before {
  content: "\f442";
}

.ph-google-chrome-logo:before {
  content: "\f443";
}

.ph-google-logo:before {
  content: "\f444";
}

.ph-google-photos-logo:before {
  content: "\f445";
}

.ph-google-play-logo:before {
  content: "\f446";
}

.ph-google-podcasts-logo:before {
  content: "\f447";
}

.ph-gradient:before {
  content: "\f448";
}

.ph-graduation-cap:before {
  content: "\f449";
}

.ph-graph:before {
  content: "\f44a";
}

.ph-grid-four:before {
  content: "\f44b";
}

.ph-hamburger:before {
  content: "\f44c";
}

.ph-hand:before {
  content: "\f44d";
}

.ph-hand-eye:before {
  content: "\f44e";
}

.ph-hand-fist:before {
  content: "\f44f";
}

.ph-hand-grabbing:before {
  content: "\f450";
}

.ph-hand-palm:before {
  content: "\f451";
}

.ph-hand-pointing:before {
  content: "\f452";
}

.ph-hand-soap:before {
  content: "\f453";
}

.ph-hand-waving:before {
  content: "\f454";
}

.ph-handbag:before {
  content: "\f455";
}

.ph-handbag-simple:before {
  content: "\f456";
}

.ph-hands-clapping:before {
  content: "\f457";
}

.ph-handshake:before {
  content: "\f458";
}

.ph-hard-drive:before {
  content: "\f459";
}

.ph-hard-drives:before {
  content: "\f45a";
}

.ph-hash:before {
  content: "\f45b";
}

.ph-hash-straight:before {
  content: "\f45c";
}

.ph-headlights:before {
  content: "\f45d";
}

.ph-headphones:before {
  content: "\f45e";
}

.ph-headset:before {
  content: "\f45f";
}

.ph-heart:before {
  content: "\f460";
}

.ph-heart-break:before {
  content: "\f461";
}

.ph-heart-straight:before {
  content: "\f462";
}

.ph-heart-straight-break:before {
  content: "\f463";
}

.ph-heartbeat:before {
  content: "\f464";
}

.ph-hexagon:before {
  content: "\f465";
}

.ph-highlighter-circle:before {
  content: "\f466";
}

.ph-horse:before {
  content: "\f467";
}

.ph-hourglass:before {
  content: "\f468";
}

.ph-hourglass-high:before {
  content: "\f469";
}

.ph-hourglass-low:before {
  content: "\f46a";
}

.ph-hourglass-medium:before {
  content: "\f46b";
}

.ph-hourglass-simple:before {
  content: "\f46c";
}

.ph-hourglass-simple-high:before {
  content: "\f46d";
}

.ph-hourglass-simple-low:before {
  content: "\f46e";
}

.ph-hourglass-simple-medium:before {
  content: "\f46f";
}

.ph-house:before {
  content: "\f470";
}

.ph-house-line:before {
  content: "\f471";
}

.ph-house-simple:before {
  content: "\f472";
}

.ph-identification-badge:before {
  content: "\f473";
}

.ph-identification-card:before {
  content: "\f474";
}

.ph-image:before {
  content: "\f475";
}

.ph-image-square:before {
  content: "\f476";
}

.ph-infinity:before {
  content: "\f477";
}

.ph-info:before {
  content: "\f478";
}

.ph-instagram-logo:before {
  content: "\f479";
}

.ph-intersect:before {
  content: "\f47a";
}

.ph-jeep:before {
  content: "\f47b";
}

.ph-kanban:before {
  content: "\f47c";
}

.ph-key:before {
  content: "\f47d";
}

.ph-key-return:before {
  content: "\f47e";
}

.ph-keyboard:before {
  content: "\f47f";
}

.ph-keyhole:before {
  content: "\f480";
}

.ph-knife:before {
  content: "\f481";
}

.ph-ladder:before {
  content: "\f482";
}

.ph-ladder-simple:before {
  content: "\f483";
}

.ph-lamp:before {
  content: "\f484";
}

.ph-laptop:before {
  content: "\f485";
}

.ph-layout:before {
  content: "\f486";
}

.ph-leaf:before {
  content: "\f487";
}

.ph-lifebuoy:before {
  content: "\f488";
}

.ph-lightbulb:before {
  content: "\f489";
}

.ph-lightbulb-filament:before {
  content: "\f48a";
}

.ph-lightning:before {
  content: "\f48b";
}

.ph-lightning-slash:before {
  content: "\f48c";
}

.ph-line-segment:before {
  content: "\f48d";
}

.ph-line-segments:before {
  content: "\f48e";
}

.ph-link:before {
  content: "\f48f";
}

.ph-link-break:before {
  content: "\f490";
}

.ph-link-simple:before {
  content: "\f491";
}

.ph-link-simple-break:before {
  content: "\f492";
}

.ph-link-simple-horizontal:before {
  content: "\f493";
}

.ph-link-simple-horizontal-break:before {
  content: "\f494";
}

.ph-linkedin-logo:before {
  content: "\f495";
}

.ph-linux-logo:before {
  content: "\f496";
}

.ph-list:before {
  content: "\f497";
}

.ph-list-bullets:before {
  content: "\f498";
}

.ph-list-checks:before {
  content: "\f499";
}

.ph-list-dashes:before {
  content: "\f49a";
}

.ph-list-numbers:before {
  content: "\f49b";
}

.ph-list-plus:before {
  content: "\f49c";
}

.ph-lock:before {
  content: "\f49d";
}

.ph-lock-key:before {
  content: "\f49e";
}

.ph-lock-key-open:before {
  content: "\f49f";
}

.ph-lock-laminated:before {
  content: "\f4a0";
}

.ph-lock-laminated-open:before {
  content: "\f4a1";
}

.ph-lock-open:before {
  content: "\f4a2";
}

.ph-lock-simple:before {
  content: "\f4a3";
}

.ph-lock-simple-open:before {
  content: "\f4a4";
}

.ph-magic-wand:before {
  content: "\f4a5";
}

.ph-magnet:before {
  content: "\f4a6";
}

.ph-magnet-straight:before {
  content: "\f4a7";
}

.ph-magnifying-glass:before {
  content: "\f4a8";
}

.ph-magnifying-glass-minus:before {
  content: "\f4a9";
}

.ph-magnifying-glass-plus:before {
  content: "\f4aa";
}

.ph-map-pin:before {
  content: "\f4ab";
}

.ph-map-pin-line:before {
  content: "\f4ac";
}

.ph-map-trifold:before {
  content: "\f4ad";
}

.ph-marker-circle:before {
  content: "\f4ae";
}

.ph-martini:before {
  content: "\f4af";
}

.ph-mask-happy:before {
  content: "\f4b0";
}

.ph-mask-sad:before {
  content: "\f4b1";
}

.ph-math-operations:before {
  content: "\f4b2";
}

.ph-medal:before {
  content: "\f4b3";
}

.ph-medium-logo:before {
  content: "\f4b4";
}

.ph-megaphone:before {
  content: "\f4b5";
}

.ph-megaphone-simple:before {
  content: "\f4b6";
}

.ph-messenger-logo:before {
  content: "\f4b7";
}

.ph-microphone:before {
  content: "\f4b8";
}

.ph-microphone-slash:before {
  content: "\f4b9";
}

.ph-microphone-stage:before {
  content: "\f4ba";
}

.ph-microsoft-excel-logo:before {
  content: "\f4bb";
}

.ph-microsoft-powerpoint-logo:before {
  content: "\f4bc";
}

.ph-microsoft-teams-logo:before {
  content: "\f4bd";
}

.ph-microsoft-word-logo:before {
  content: "\f4be";
}

.ph-minus:before {
  content: "\f4bf";
}

.ph-minus-circle:before {
  content: "\f4c0";
}

.ph-money:before {
  content: "\f4c1";
}

.ph-monitor:before {
  content: "\f4c2";
}

.ph-monitor-play:before {
  content: "\f4c3";
}

.ph-moon:before {
  content: "\f4c4";
}

.ph-moon-stars:before {
  content: "\f4c5";
}

.ph-mountains:before {
  content: "\f4c6";
}

.ph-mouse:before {
  content: "\f4c7";
}

.ph-mouse-simple:before {
  content: "\f4c8";
}

.ph-music-note:before {
  content: "\f4c9";
}

.ph-music-note-simple:before {
  content: "\f4ca";
}

.ph-music-notes:before {
  content: "\f4cb";
}

.ph-music-notes-plus:before {
  content: "\f4cc";
}

.ph-music-notes-simple:before {
  content: "\f4cd";
}

.ph-navigation-arrow:before {
  content: "\f4ce";
}

.ph-needle:before {
  content: "\f4cf";
}

.ph-newspaper:before {
  content: "\f4d0";
}

.ph-newspaper-clipping:before {
  content: "\f4d1";
}

.ph-note:before {
  content: "\f4d2";
}

.ph-note-blank:before {
  content: "\f4d3";
}

.ph-note-pencil:before {
  content: "\f4d4";
}

.ph-notebook:before {
  content: "\f4d5";
}

.ph-notepad:before {
  content: "\f4d6";
}

.ph-notification:before {
  content: "\f4d7";
}

.ph-number-circle-eight:before {
  content: "\f4d8";
}

.ph-number-circle-five:before {
  content: "\f4d9";
}

.ph-number-circle-four:before {
  content: "\f4da";
}

.ph-number-circle-nine:before {
  content: "\f4db";
}

.ph-number-circle-one:before {
  content: "\f4dc";
}

.ph-number-circle-seven:before {
  content: "\f4dd";
}

.ph-number-circle-six:before {
  content: "\f4de";
}

.ph-number-circle-three:before {
  content: "\f4df";
}

.ph-number-circle-two:before {
  content: "\f4e0";
}

.ph-number-circle-zero:before {
  content: "\f4e1";
}

.ph-number-eight:before {
  content: "\f4e2";
}

.ph-number-five:before {
  content: "\f4e3";
}

.ph-number-four:before {
  content: "\f4e4";
}

.ph-number-nine:before {
  content: "\f4e5";
}

.ph-number-one:before {
  content: "\f4e6";
}

.ph-number-seven:before {
  content: "\f4e7";
}

.ph-number-six:before {
  content: "\f4e8";
}

.ph-number-square-eight:before {
  content: "\f4e9";
}

.ph-number-square-five:before {
  content: "\f4ea";
}

.ph-number-square-four:before {
  content: "\f4eb";
}

.ph-number-square-nine:before {
  content: "\f4ec";
}

.ph-number-square-one:before {
  content: "\f4ed";
}

.ph-number-square-seven:before {
  content: "\f4ee";
}

.ph-number-square-six:before {
  content: "\f4ef";
}

.ph-number-square-three:before {
  content: "\f4f0";
}

.ph-number-square-two:before {
  content: "\f4f1";
}

.ph-number-square-zero:before {
  content: "\f4f2";
}

.ph-number-three:before {
  content: "\f4f3";
}

.ph-number-two:before {
  content: "\f4f4";
}

.ph-number-zero:before {
  content: "\f4f5";
}

.ph-nut:before {
  content: "\f4f6";
}

.ph-ny-times-logo:before {
  content: "\f4f7";
}

.ph-octagon:before {
  content: "\f4f8";
}

.ph-option:before {
  content: "\f4f9";
}

.ph-package:before {
  content: "\f4fa";
}

.ph-paint-brush:before {
  content: "\f4fb";
}

.ph-paint-brush-broad:before {
  content: "\f4fc";
}

.ph-paint-brush-household:before {
  content: "\f4fd";
}

.ph-paint-bucket:before {
  content: "\f4fe";
}

.ph-paint-roller:before {
  content: "\f4ff";
}

.ph-palette:before {
  content: "\f500";
}

.ph-paper-plane:before {
  content: "\f501";
}

.ph-paper-plane-right:before {
  content: "\f502";
}

.ph-paper-plane-tilt:before {
  content: "\f503";
}

.ph-paperclip:before {
  content: "\f504";
}

.ph-paperclip-horizontal:before {
  content: "\f505";
}

.ph-parachute:before {
  content: "\f506";
}

.ph-password:before {
  content: "\f507";
}

.ph-path:before {
  content: "\f508";
}

.ph-pause:before {
  content: "\f509";
}

.ph-pause-circle:before {
  content: "\f50a";
}

.ph-paw-print:before {
  content: "\f50b";
}

.ph-peace:before {
  content: "\f50c";
}

.ph-pen:before {
  content: "\f50d";
}

.ph-pen-nib:before {
  content: "\f50e";
}

.ph-pen-nib-straight:before {
  content: "\f50f";
}

.ph-pencil:before {
  content: "\f510";
}

.ph-pencil-circle:before {
  content: "\f511";
}

.ph-pencil-line:before {
  content: "\f512";
}

.ph-pencil-simple:before {
  content: "\f513";
}

.ph-pencil-simple-line:before {
  content: "\f514";
}

.ph-percent:before {
  content: "\f515";
}

.ph-person:before {
  content: "\f516";
}

.ph-person-simple:before {
  content: "\f517";
}

.ph-person-simple-run:before {
  content: "\f518";
}

.ph-person-simple-walk:before {
  content: "\f519";
}

.ph-perspective:before {
  content: "\f51a";
}

.ph-phone:before {
  content: "\f51b";
}

.ph-phone-call:before {
  content: "\f51c";
}

.ph-phone-disconnect:before {
  content: "\f51d";
}

.ph-phone-incoming:before {
  content: "\f51e";
}

.ph-phone-outgoing:before {
  content: "\f51f";
}

.ph-phone-slash:before {
  content: "\f520";
}

.ph-phone-x:before {
  content: "\f521";
}

.ph-phosphor-logo:before {
  content: "\f522";
}

.ph-piano-keys:before {
  content: "\f523";
}

.ph-picture-in-picture:before {
  content: "\f524";
}

.ph-pill:before {
  content: "\f525";
}

.ph-pinterest-logo:before {
  content: "\f526";
}

.ph-pinwheel:before {
  content: "\f527";
}

.ph-pizza:before {
  content: "\f528";
}

.ph-placeholder:before {
  content: "\f529";
}

.ph-planet:before {
  content: "\f52a";
}

.ph-play:before {
  content: "\f52b";
}

.ph-play-circle:before {
  content: "\f52c";
}

.ph-playlist:before {
  content: "\f52d";
}

.ph-plug:before {
  content: "\f52e";
}

.ph-plugs:before {
  content: "\f52f";
}

.ph-plugs-connected:before {
  content: "\f530";
}

.ph-plus:before {
  content: "\f531";
}

.ph-plus-circle:before {
  content: "\f532";
}

.ph-plus-minus:before {
  content: "\f533";
}

.ph-poker-chip:before {
  content: "\f534";
}

.ph-police-car:before {
  content: "\f535";
}

.ph-polygon:before {
  content: "\f536";
}

.ph-popcorn:before {
  content: "\f537";
}

.ph-power:before {
  content: "\f538";
}

.ph-prescription:before {
  content: "\f539";
}

.ph-presentation:before {
  content: "\f53a";
}

.ph-presentation-chart:before {
  content: "\f53b";
}

.ph-printer:before {
  content: "\f53c";
}

.ph-prohibit:before {
  content: "\f53d";
}

.ph-prohibit-inset:before {
  content: "\f53e";
}

.ph-projector-screen:before {
  content: "\f53f";
}

.ph-projector-screen-chart:before {
  content: "\f540";
}

.ph-push-pin:before {
  content: "\f541";
}

.ph-push-pin-simple:before {
  content: "\f542";
}

.ph-push-pin-simple-slash:before {
  content: "\f543";
}

.ph-push-pin-slash:before {
  content: "\f544";
}

.ph-puzzle-piece:before {
  content: "\f545";
}

.ph-qr-code:before {
  content: "\f546";
}

.ph-question:before {
  content: "\f547";
}

.ph-queue:before {
  content: "\f548";
}

.ph-quotes:before {
  content: "\f549";
}

.ph-radical:before {
  content: "\f54a";
}

.ph-radio:before {
  content: "\f54b";
}

.ph-radio-button:before {
  content: "\f54c";
}

.ph-rainbow:before {
  content: "\f54d";
}

.ph-rainbow-cloud:before {
  content: "\f54e";
}

.ph-receipt:before {
  content: "\f54f";
}

.ph-record:before {
  content: "\f550";
}

.ph-rectangle:before {
  content: "\f551";
}

.ph-recycle:before {
  content: "\f552";
}

.ph-reddit-logo:before {
  content: "\f553";
}

.ph-repeat:before {
  content: "\f554";
}

.ph-repeat-once:before {
  content: "\f555";
}

.ph-rewind:before {
  content: "\f556";
}

.ph-rewind-circle:before {
  content: "\f557";
}

.ph-robot:before {
  content: "\f558";
}

.ph-rocket:before {
  content: "\f559";
}

.ph-rocket-launch:before {
  content: "\f55a";
}

.ph-rows:before {
  content: "\f55b";
}

.ph-rss:before {
  content: "\f55c";
}

.ph-rss-simple:before {
  content: "\f55d";
}

.ph-rug:before {
  content: "\f55e";
}

.ph-ruler:before {
  content: "\f55f";
}

.ph-scales:before {
  content: "\f560";
}

.ph-scan:before {
  content: "\f561";
}

.ph-scissors:before {
  content: "\f562";
}

.ph-screencast:before {
  content: "\f563";
}

.ph-scribble-loop:before {
  content: "\f564";
}

.ph-scroll:before {
  content: "\f565";
}

.ph-selection:before {
  content: "\f566";
}

.ph-selection-all:before {
  content: "\f567";
}

.ph-selection-background:before {
  content: "\f568";
}

.ph-selection-foreground:before {
  content: "\f569";
}

.ph-selection-inverse:before {
  content: "\f56a";
}

.ph-selection-plus:before {
  content: "\f56b";
}

.ph-selection-slash:before {
  content: "\f56c";
}

.ph-share:before {
  content: "\f56d";
}

.ph-share-network:before {
  content: "\f56e";
}

.ph-shield:before {
  content: "\f56f";
}

.ph-shield-check:before {
  content: "\f570";
}

.ph-shield-checkered:before {
  content: "\f571";
}

.ph-shield-chevron:before {
  content: "\f572";
}

.ph-shield-plus:before {
  content: "\f573";
}

.ph-shield-slash:before {
  content: "\f574";
}

.ph-shield-star:before {
  content: "\f575";
}

.ph-shield-warning:before {
  content: "\f576";
}

.ph-shopping-bag:before {
  content: "\f577";
}

.ph-shopping-bag-open:before {
  content: "\f578";
}

.ph-shopping-cart:before {
  content: "\f579";
}

.ph-shopping-cart-simple:before {
  content: "\f57a";
}

.ph-shower:before {
  content: "\f57b";
}

.ph-shuffle:before {
  content: "\f57c";
}

.ph-shuffle-angular:before {
  content: "\f57d";
}

.ph-shuffle-simple:before {
  content: "\f57e";
}

.ph-sidebar:before {
  content: "\f57f";
}

.ph-sidebar-simple:before {
  content: "\f580";
}

.ph-sign-in:before {
  content: "\f581";
}

.ph-sign-out:before {
  content: "\f582";
}

.ph-signpost:before {
  content: "\f583";
}

.ph-sim-card:before {
  content: "\f584";
}

.ph-sketch-logo:before {
  content: "\f585";
}

.ph-skip-back:before {
  content: "\f586";
}

.ph-skip-back-circle:before {
  content: "\f587";
}

.ph-skip-forward:before {
  content: "\f588";
}

.ph-skip-forward-circle:before {
  content: "\f589";
}

.ph-skull:before {
  content: "\f58a";
}

.ph-slack-logo:before {
  content: "\f58b";
}

.ph-sliders:before {
  content: "\f58c";
}

.ph-sliders-horizontal:before {
  content: "\f58d";
}

.ph-smiley:before {
  content: "\f58e";
}

.ph-smiley-blank:before {
  content: "\f58f";
}

.ph-smiley-meh:before {
  content: "\f590";
}

.ph-smiley-nervous:before {
  content: "\f591";
}

.ph-smiley-sad:before {
  content: "\f592";
}

.ph-smiley-sticker:before {
  content: "\f593";
}

.ph-smiley-wink:before {
  content: "\f594";
}

.ph-smiley-x-eyes:before {
  content: "\f595";
}

.ph-snapchat-logo:before {
  content: "\f596";
}

.ph-snowflake:before {
  content: "\f597";
}

.ph-soccer-ball:before {
  content: "\f598";
}

.ph-sort-ascending:before {
  content: "\f599";
}

.ph-sort-descending:before {
  content: "\f59a";
}

.ph-spade:before {
  content: "\f59b";
}

.ph-sparkle:before {
  content: "\f59c";
}

.ph-speaker-high:before {
  content: "\f59d";
}

.ph-speaker-low:before {
  content: "\f59e";
}

.ph-speaker-none:before {
  content: "\f59f";
}

.ph-speaker-simple-high:before {
  content: "\f5a0";
}

.ph-speaker-simple-low:before {
  content: "\f5a1";
}

.ph-speaker-simple-none:before {
  content: "\f5a2";
}

.ph-speaker-simple-slash:before {
  content: "\f5a3";
}

.ph-speaker-simple-x:before {
  content: "\f5a4";
}

.ph-speaker-slash:before {
  content: "\f5a5";
}

.ph-speaker-x:before {
  content: "\f5a6";
}

.ph-spinner:before {
  content: "\f5a7";
}

.ph-spinner-gap:before {
  content: "\f5a8";
}

.ph-spiral:before {
  content: "\f5a9";
}

.ph-spotify-logo:before {
  content: "\f5aa";
}

.ph-square:before {
  content: "\f5ab";
}

.ph-square-half:before {
  content: "\f5ac";
}

.ph-square-half-bottom:before {
  content: "\f5ad";
}

.ph-square-logo:before {
  content: "\f5ae";
}

.ph-squares-four:before {
  content: "\f5af";
}

.ph-stack:before {
  content: "\f5b0";
}

.ph-stack-overflow-logo:before {
  content: "\f5b1";
}

.ph-stack-simple:before {
  content: "\f5b2";
}

.ph-stamp:before {
  content: "\f5b3";
}

.ph-star:before {
  content: "\f5b4";
}

.ph-star-four:before {
  content: "\f5b5";
}

.ph-star-half:before {
  content: "\f5b6";
}

.ph-sticker:before {
  content: "\f5b7";
}

.ph-stop:before {
  content: "\f5b8";
}

.ph-stop-circle:before {
  content: "\f5b9";
}

.ph-storefront:before {
  content: "\f5ba";
}

.ph-strategy:before {
  content: "\f5bb";
}

.ph-stripe-logo:before {
  content: "\f5bc";
}

.ph-student:before {
  content: "\f5bd";
}

.ph-suitcase:before {
  content: "\f5be";
}

.ph-suitcase-simple:before {
  content: "\f5bf";
}

.ph-sun:before {
  content: "\f5c0";
}

.ph-sun-dim:before {
  content: "\f5c1";
}

.ph-sun-horizon:before {
  content: "\f5c2";
}

.ph-sunglasses:before {
  content: "\f5c3";
}

.ph-swap:before {
  content: "\f5c4";
}

.ph-swatches:before {
  content: "\f5c5";
}

.ph-sword:before {
  content: "\f5c6";
}

.ph-syringe:before {
  content: "\f5c7";
}

.ph-t-shirt:before {
  content: "\f5c8";
}

.ph-table:before {
  content: "\f5c9";
}

.ph-tabs:before {
  content: "\f5ca";
}

.ph-tag:before {
  content: "\f5cb";
}

.ph-tag-chevron:before {
  content: "\f5cc";
}

.ph-tag-simple:before {
  content: "\f5cd";
}

.ph-target:before {
  content: "\f5ce";
}

.ph-taxi:before {
  content: "\f5cf";
}

.ph-telegram-logo:before {
  content: "\f5d0";
}

.ph-television:before {
  content: "\f5d1";
}

.ph-television-simple:before {
  content: "\f5d2";
}

.ph-tennis-ball:before {
  content: "\f5d3";
}

.ph-terminal:before {
  content: "\f5d4";
}

.ph-terminal-window:before {
  content: "\f5d5";
}

.ph-test-tube:before {
  content: "\f5d6";
}

.ph-text-aa:before {
  content: "\f5d7";
}

.ph-text-align-center:before {
  content: "\f5d8";
}

.ph-text-align-justify:before {
  content: "\f5d9";
}

.ph-text-align-left:before {
  content: "\f5da";
}

.ph-text-align-right:before {
  content: "\f5db";
}

.ph-text-bolder:before {
  content: "\f5dc";
}

.ph-text-h:before {
  content: "\f5dd";
}

.ph-text-h-five:before {
  content: "\f5de";
}

.ph-text-h-four:before {
  content: "\f5df";
}

.ph-text-h-one:before {
  content: "\f5e0";
}

.ph-text-h-six:before {
  content: "\f5e1";
}

.ph-text-h-three:before {
  content: "\f5e2";
}

.ph-text-h-two:before {
  content: "\f5e3";
}

.ph-text-indent:before {
  content: "\f5e4";
}

.ph-text-italic:before {
  content: "\f5e5";
}

.ph-text-outdent:before {
  content: "\f5e6";
}

.ph-text-strikethrough:before {
  content: "\f5e7";
}

.ph-text-t:before {
  content: "\f5e8";
}

.ph-text-underline:before {
  content: "\f5e9";
}

.ph-textbox:before {
  content: "\f5ea";
}

.ph-thermometer:before {
  content: "\f5eb";
}

.ph-thermometer-cold:before {
  content: "\f5ec";
}

.ph-thermometer-hot:before {
  content: "\f5ed";
}

.ph-thermometer-simple:before {
  content: "\f5ee";
}

.ph-thumbs-down:before {
  content: "\f5ef";
}

.ph-thumbs-up:before {
  content: "\f5f0";
}

.ph-ticket:before {
  content: "\f5f1";
}

.ph-tiktok-logo:before {
  content: "\f5f2";
}

.ph-timer:before {
  content: "\f5f3";
}

.ph-toggle-left:before {
  content: "\f5f4";
}

.ph-toggle-right:before {
  content: "\f5f5";
}

.ph-toilet:before {
  content: "\f5f6";
}

.ph-toilet-paper:before {
  content: "\f5f7";
}

.ph-tote:before {
  content: "\f5f8";
}

.ph-tote-simple:before {
  content: "\f5f9";
}

.ph-trademark-registered:before {
  content: "\f5fa";
}

.ph-traffic-cone:before {
  content: "\f5fb";
}

.ph-traffic-sign:before {
  content: "\f5fc";
}

.ph-traffic-signal:before {
  content: "\f5fd";
}

.ph-train:before {
  content: "\f5fe";
}

.ph-train-regional:before {
  content: "\f5ff";
}

.ph-train-simple:before {
  content: "\f600";
}

.ph-translate:before {
  content: "\f601";
}

.ph-trash:before {
  content: "\f602";
}

.ph-trash-simple:before {
  content: "\f603";
}

.ph-tray:before {
  content: "\f604";
}

.ph-tree:before {
  content: "\f605";
}

.ph-tree-evergreen:before {
  content: "\f606";
}

.ph-tree-structure:before {
  content: "\f607";
}

.ph-trend-down:before {
  content: "\f608";
}

.ph-trend-up:before {
  content: "\f609";
}

.ph-triangle:before {
  content: "\f60a";
}

.ph-trophy:before {
  content: "\f60b";
}

.ph-truck:before {
  content: "\f60c";
}

.ph-twitch-logo:before {
  content: "\f60d";
}

.ph-twitter-logo:before {
  content: "\f60e";
}

.ph-umbrella:before {
  content: "\f60f";
}

.ph-umbrella-simple:before {
  content: "\f610";
}

.ph-upload:before {
  content: "\f611";
}

.ph-upload-simple:before {
  content: "\f612";
}

.ph-user:before {
  content: "\f613";
}

.ph-user-circle:before {
  content: "\f614";
}

.ph-user-circle-gear:before {
  content: "\f615";
}

.ph-user-circle-minus:before {
  content: "\f616";
}

.ph-user-circle-plus:before {
  content: "\f617";
}

.ph-user-focus:before {
  content: "\f618";
}

.ph-user-gear:before {
  content: "\f619";
}

.ph-user-list:before {
  content: "\f61a";
}

.ph-user-minus:before {
  content: "\f61b";
}

.ph-user-plus:before {
  content: "\f61c";
}

.ph-user-rectangle:before {
  content: "\f61d";
}

.ph-user-square:before {
  content: "\f61e";
}

.ph-user-switch:before {
  content: "\f61f";
}

.ph-users:before {
  content: "\f620";
}

.ph-users-four:before {
  content: "\f621";
}

.ph-users-three:before {
  content: "\f622";
}

.ph-vault:before {
  content: "\f623";
}

.ph-vibrate:before {
  content: "\f624";
}

.ph-video-camera:before {
  content: "\f625";
}

.ph-video-camera-slash:before {
  content: "\f626";
}

.ph-vignette:before {
  content: "\f627";
}

.ph-voicemail:before {
  content: "\f628";
}

.ph-volleyball:before {
  content: "\f629";
}

.ph-wall:before {
  content: "\f62a";
}

.ph-wallet:before {
  content: "\f62b";
}

.ph-warning:before {
  content: "\f62c";
}

.ph-warning-circle:before {
  content: "\f62d";
}

.ph-warning-octagon:before {
  content: "\f62e";
}

.ph-watch:before {
  content: "\f62f";
}

.ph-wave-sawtooth:before {
  content: "\f630";
}

.ph-wave-sine:before {
  content: "\f631";
}

.ph-wave-square:before {
  content: "\f632";
}

.ph-wave-triangle:before {
  content: "\f633";
}

.ph-waves:before {
  content: "\f634";
}

.ph-webcam:before {
  content: "\f635";
}

.ph-whatsapp-logo:before {
  content: "\f636";
}

.ph-wheelchair:before {
  content: "\f637";
}

.ph-wifi-high:before {
  content: "\f638";
}

.ph-wifi-low:before {
  content: "\f639";
}

.ph-wifi-medium:before {
  content: "\f63a";
}

.ph-wifi-none:before {
  content: "\f63b";
}

.ph-wifi-slash:before {
  content: "\f63c";
}

.ph-wifi-x:before {
  content: "\f63d";
}

.ph-wind:before {
  content: "\f63e";
}

.ph-windows-logo:before {
  content: "\f63f";
}

.ph-wine:before {
  content: "\f640";
}

.ph-wrench:before {
  content: "\f641";
}

.ph-x:before {
  content: "\f642";
}

.ph-x-circle:before {
  content: "\f643";
}

.ph-x-square:before {
  content: "\f644";
}

.ph-yin-yang:before {
  content: "\f645";
}

.ph-youtube-logo:before {
  content: "\f646";
}
/*# sourceMappingURL=icons.css.map */
