/*--------------------------------

Lineicons Regular icon font
V 5.0

-------------------------------- */

@font-face {
  font-family: 'Lineicons';
  src: url('../fonts/Lineicons.eot');
  src: url('../fonts/Lineicons.eot') format('embedded-opentype'),
       url('../fonts/Lineicons.woff2') format('woff2'),
       url('../fonts/Lineicons.woff') format('woff'),
       url('../fonts/Lineicons.ttf') format('truetype'),
       url('../fonts/Lineicons.svg') format('svg');
}

/* base class */
.lni {
  display: inline-block;
  font: normal normal normal 1em/1 'Lineicons';
  color: inherit;
  flex-shrink: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* size examples - relative units */
.lni-sm {
  font-size: 0.8em;
}

.lni-lg {
  font-size: 1.2em;
}

/* size examples - absolute units */
.lni-16 {
  font-size: 16px;
}

.lni-32 {
  font-size: 32px;
}

/* rotate the icon infinitely */
.lni-is-spinning {
  animation: lni-spin 1s infinite linear;
}

@keyframes lni-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* transform */
.lni-rotate-90 {
  transform: rotate(90deg);
}

.lni-rotate-180 {
  transform: rotate(180deg);
}

.lni-rotate-270 {
  transform: rotate(270deg);
}

.lni-flip-y {
  transform: scaleY(-1);
}

.lni-flip-x {
  transform: scaleX(-1);
}

/* icons */
.lni-360-1::before {
  content: "\ea01";
}

.lni-360-10::before {
  content: "\ea02";
}

.lni-360-11::before {
  content: "\ea03";
}

.lni-360-2::before {
  content: "\ea04";
}

.lni-360-3::before {
  content: "\ea05";
}

.lni-360-4::before {
  content: "\ea06";
}

.lni-360-5::before {
  content: "\ea07";
}

.lni-360-6::before {
  content: "\ea08";
}

.lni-360-7::before {
  content: "\ea09";
}

.lni-360-8::before {
  content: "\ea0a";
}

.lni-360-9::before {
  content: "\ea0b";
}

.lni-3d-cube::before {
  content: "\ea0c";
}

.lni-3d-cube-1::before {
  content: "\ea0d";
}

.lni-3d-cube-2::before {
  content: "\ea0e";
}

.lni-3d-cube-3::before {
  content: "\ea0f";
}

.lni-3d-cube-arrows::before {
  content: "\ea10";
}

.lni-3d-cube-user::before {
  content: "\ea11";
}

.lni-3d-meta::before {
  content: "\ea12";
}

.lni-3d-play::before {
  content: "\ea13";
}

.lni-3d-rotate-1::before {
  content: "\ea14";
}

.lni-3d-rotate-2::before {
  content: "\ea15";
}

.lni-3d-scan::before {
  content: "\ea16";
}

.lni-4k::before {
  content: "\ea17";
}

.lni-500px::before {
  content: "\ea18";
}

.lni-5g-circle::before {
  content: "\ea19";
}

.lni-5g-circle-disabled::before {
  content: "\ea1a";
}

.lni-5g-network-1::before {
  content: "\ea1b";
}

.lni-5g-network-1-disabled::before {
  content: "\ea1c";
}

.lni-5g-network-2::before {
  content: "\ea1d";
}

.lni-5g-network-2-disabled::before {
  content: "\ea1e";
}

.lni-5g-network-tower::before {
  content: "\ea1f";
}

.lni-5g-network-tower-disabled::before {
  content: "\ea20";
}

.lni-5g-square::before {
  content: "\ea21";
}

.lni-5g-square-disabled::before {
  content: "\ea22";
}

.lni-8k::before {
  content: "\ea23";
}

.lni-achievement::before {
  content: "\ea24";
}

.lni-adobe::before {
  content: "\ea25";
}

.lni-adonis::before {
  content: "\ea26";
}

.lni-aeroplane-1::before {
  content: "\ea27";
}

.lni-aeroplane-2::before {
  content: "\ea28";
}

.lni-aeroplane-box::before {
  content: "\ea29";
}

.lni-agenda::before {
  content: "\ea2a";
}

.lni-aids-circle::before {
  content: "\ea2b";
}

.lni-aids-rechtangle::before {
  content: "\ea2c";
}

.lni-aids-square::before {
  content: "\ea2d";
}

.lni-air-conditioner-1::before {
  content: "\ea2e";
}

.lni-air-conditioner-2::before {
  content: "\ea2f";
}

.lni-airbnb::before {
  content: "\ea30";
}

.lni-airbuds::before {
  content: "\ea31";
}

.lni-airtable::before {
  content: "\ea32";
}

.lni-alarm-1::before {
  content: "\ea33";
}

.lni-alarm-2::before {
  content: "\ea34";
}

.lni-alarm-auto::before {
  content: "\ea35";
}

.lni-alarm-check::before {
  content: "\ea36";
}

.lni-alarm-error::before {
  content: "\ea37";
}

.lni-alarm-minus::before {
  content: "\ea38";
}

.lni-alarm-play::before {
  content: "\ea39";
}

.lni-alarm-plus::before {
  content: "\ea3a";
}

.lni-alarm-question::before {
  content: "\ea3b";
}

.lni-alarm-sleep::before {
  content: "\ea3c";
}

.lni-alarm-trash::before {
  content: "\ea3d";
}

.lni-alarm-user::before {
  content: "\ea3e";
}

.lni-alarm-xmark::before {
  content: "\ea3f";
}

.lni-align-objects-bottom::before {
  content: "\ea40";
}

.lni-align-objects-bottom-2::before {
  content: "\ea41";
}

.lni-align-objects-bottom-3::before {
  content: "\ea42";
}

.lni-align-objects-center-horizontal::before {
  content: "\ea43";
}

.lni-align-objects-center-horizontal-2::before {
  content: "\ea44";
}

.lni-align-objects-center-vertical::before {
  content: "\ea45";
}

.lni-align-objects-center-vertical-2::before {
  content: "\ea46";
}

.lni-align-objects-left::before {
  content: "\ea47";
}

.lni-align-objects-left-2::before {
  content: "\ea48";
}

.lni-align-objects-left-3::before {
  content: "\ea49";
}

.lni-align-objects-right::before {
  content: "\ea4a";
}

.lni-align-objects-right-2::before {
  content: "\ea4b";
}

.lni-align-objects-right-3::before {
  content: "\ea4c";
}

.lni-align-objects-top::before {
  content: "\ea4d";
}

.lni-align-objects-top-2::before {
  content: "\ea4e";
}

.lni-align-objects-top-3::before {
  content: "\ea4f";
}

.lni-align-text-center::before {
  content: "\ea50";
}

.lni-align-text-justify::before {
  content: "\ea51";
}

.lni-align-text-justify-disabled::before {
  content: "\ea52";
}

.lni-align-text-left::before {
  content: "\ea53";
}

.lni-align-text-right::before {
  content: "\ea54";
}

.lni-all-bookmark-1::before {
  content: "\ea55";
}

.lni-all-bookmark-2::before {
  content: "\ea56";
}

.lni-all-bookmark-3::before {
  content: "\ea57";
}

.lni-alpinejs::before {
  content: "\ea58";
}

.lni-amazon::before {
  content: "\ea59";
}

.lni-amazon-original::before {
  content: "\ea5a";
}

.lni-amazon-pay::before {
  content: "\ea5b";
}

.lni-ambulance-1::before {
  content: "\ea5c";
}

.lni-ambulance-2::before {
  content: "\ea5d";
}

.lni-ambulance-3::before {
  content: "\ea5e";
}

.lni-ambulance-4::before {
  content: "\ea5f";
}

.lni-ambulance-siren-1::before {
  content: "\ea60";
}

.lni-ambulance-siren-2::before {
  content: "\ea61";
}

.lni-amd::before {
  content: "\ea62";
}

.lni-amex::before {
  content: "\ea63";
}

.lni-anchor::before {
  content: "\ea64";
}

.lni-android::before {
  content: "\ea65";
}

.lni-android-1::before {
  content: "\ea66";
}

.lni-android-2::before {
  content: "\ea67";
}

.lni-android-old::before {
  content: "\ea68";
}

.lni-angellist::before {
  content: "\ea69";
}

.lni-angle-double-down::before {
  content: "\ea6a";
}

.lni-angle-double-left::before {
  content: "\ea6b";
}

.lni-angle-double-right::before {
  content: "\ea6c";
}

.lni-angle-double-up::before {
  content: "\ea6d";
}

.lni-angular::before {
  content: "\ea6e";
}

.lni-apartment-1::before {
  content: "\ea6f";
}

.lni-apartment-10::before {
  content: "\ea70";
}

.lni-apartment-11::before {
  content: "\ea71";
}

.lni-apartment-2::before {
  content: "\ea72";
}

.lni-apartment-3::before {
  content: "\ea73";
}

.lni-apartment-4::before {
  content: "\ea74";
}

.lni-apartment-5::before {
  content: "\ea75";
}

.lni-apartment-6::before {
  content: "\ea76";
}

.lni-apartment-7::before {
  content: "\ea77";
}

.lni-apartment-8::before {
  content: "\ea78";
}

.lni-apartment-9::before {
  content: "\ea79";
}

.lni-app-store::before {
  content: "\ea7a";
}

.lni-apple::before {
  content: "\ea7b";
}

.lni-apple-brand::before {
  content: "\ea7c";
}

.lni-apple-leaf::before {
  content: "\ea7d";
}

.lni-apple-music::before {
  content: "\ea7e";
}

.lni-apple-music-alt::before {
  content: "\ea7f";
}

.lni-apple-pay::before {
  content: "\ea80";
}

.lni-arc-browser::before {
  content: "\ea81";
}

.lni-arch::before {
  content: "\ea82";
}

.lni-archway::before {
  content: "\ea83";
}

.lni-archway-check-circle::before {
  content: "\ea84";
}

.lni-archway-disabled-1::before {
  content: "\ea85";
}

.lni-archway-disabled-2::before {
  content: "\ea86";
}

.lni-archway-error-circle::before {
  content: "\ea87";
}

.lni-archway-fire::before {
  content: "\ea88";
}

.lni-archway-xmark-circle::before {
  content: "\ea89";
}

.lni-arrow-2-angular-bottom-left::before {
  content: "\ea8a";
}

.lni-arrow-2-angular-bottom-right::before {
  content: "\ea8b";
}

.lni-arrow-2-angular-top-left::before {
  content: "\ea8c";
}

.lni-arrow-2-angular-top-right::before {
  content: "\ea8d";
}

.lni-arrow-2-both-direction-horizontal::before {
  content: "\ea8e";
}

.lni-arrow-2-both-direction-vertical::before {
  content: "\ea8f";
}

.lni-arrow-2-downward::before {
  content: "\ea90";
}

.lni-arrow-2-left::before {
  content: "\ea91";
}

.lni-arrow-2-right::before {
  content: "\ea92";
}

.lni-arrow-2-turn-left::before {
  content: "\ea93";
}

.lni-arrow-2-turn-left-down::before {
  content: "\ea94";
}

.lni-arrow-2-turn-left-up::before {
  content: "\ea95";
}

.lni-arrow-2-turn-right::before {
  content: "\ea96";
}

.lni-arrow-2-turn-right-down::before {
  content: "\ea97";
}

.lni-arrow-2-turn-right-up::before {
  content: "\ea98";
}

.lni-arrow-2-upward::before {
  content: "\ea99";
}

.lni-arrow-all-direction::before {
  content: "\ea9a";
}

.lni-arrow-angular-bottom-left-square::before {
  content: "\ea9b";
}

.lni-arrow-angular-bottom-right-square::before {
  content: "\ea9c";
}

.lni-arrow-angular-top-left::before {
  content: "\ea9d";
}

.lni-arrow-angular-top-left-square::before {
  content: "\ea9e";
}

.lni-arrow-angular-top-right::before {
  content: "\ea9f";
}

.lni-arrow-angular-top-right-square::before {
  content: "\eaa0";
}

.lni-arrow-both-direction-1::before {
  content: "\eaa1";
}

.lni-arrow-both-direction-2::before {
  content: "\eaa2";
}

.lni-arrow-both-direction-3::before {
  content: "\eaa3";
}

.lni-arrow-both-direction-4::before {
  content: "\eaa4";
}

.lni-arrow-both-direction-5::before {
  content: "\eaa5";
}

.lni-arrow-both-direction-6::before {
  content: "\eaa6";
}

.lni-arrow-both-direction-7::before {
  content: "\eaa7";
}

.lni-arrow-both-direction-8::before {
  content: "\eaa8";
}

.lni-arrow-both-direction-horizontal::before {
  content: "\eaa9";
}

.lni-arrow-both-direction-horizontal-1::before {
  content: "\eaaa";
}

.lni-arrow-both-direction-horizontal-2::before {
  content: "\eaab";
}

.lni-arrow-both-direction-vertical::before {
  content: "\eaac";
}

.lni-arrow-both-direction-vertical-1::before {
  content: "\eaad";
}

.lni-arrow-both-direction-vertical-2::before {
  content: "\eaae";
}

.lni-arrow-circle-down::before {
  content: "\eaaf";
}

.lni-arrow-circle-left::before {
  content: "\eab0";
}

.lni-arrow-circle-right::before {
  content: "\eab1";
}

.lni-arrow-curved-multiple-both-horizontal::before {
  content: "\eab2";
}

.lni-arrow-curved-multiple-both-vertical::before {
  content: "\eab3";
}

.lni-arrow-curved-multiple-down::before {
  content: "\eab4";
}

.lni-arrow-curved-multiple-left::before {
  content: "\eab5";
}

.lni-arrow-curved-multiple-right::before {
  content: "\eab6";
}

.lni-arrow-curved-multiple-up::before {
  content: "\eab7";
}

.lni-arrow-diamond-down::before {
  content: "\eab8";
}

.lni-arrow-diamond-left::before {
  content: "\eab9";
}

.lni-arrow-double-both-direction-1::before {
  content: "\eaba";
}

.lni-arrow-double-center-horizontal::before {
  content: "\eabb";
}

.lni-arrow-double-center-vertical::before {
  content: "\eabc";
}

.lni-arrow-double-downward::before {
  content: "\eabd";
}

.lni-arrow-double-left::before {
  content: "\eabe";
}

.lni-arrow-double-right::before {
  content: "\eabf";
}

.lni-arrow-double-upward::before {
  content: "\eac0";
}

.lni-arrow-downward::before {
  content: "\eac1";
}

.lni-arrow-left::before {
  content: "\eac2";
}

.lni-arrow-left-circle::before {
  content: "\eac3";
}

.lni-arrow-left-right::before {
  content: "\eac4";
}

.lni-arrow-left-square::before {
  content: "\eac5";
}

.lni-arrow-line-down::before {
  content: "\eac6";
}

.lni-arrow-line-left::before {
  content: "\eac7";
}

.lni-arrow-right::before {
  content: "\eac8";
}

.lni-arrow-right-circle::before {
  content: "\eac9";
}

.lni-arrow-right-left::before {
  content: "\eaca";
}

.lni-arrow-right-square::before {
  content: "\eacb";
}

.lni-arrow-square-down::before {
  content: "\eacc";
}

.lni-arrow-square-left::before {
  content: "\eacd";
}

.lni-arrow-tripple-direction::before {
  content: "\eace";
}

.lni-arrow-up-down-1::before {
  content: "\eacf";
}

.lni-arrow-up-down-2::before {
  content: "\ead0";
}

.lni-arrow-upward::before {
  content: "\ead1";
}

.lni-asana::before {
  content: "\ead2";
}

.lni-astro::before {
  content: "\ead3";
}

.lni-atlassian::before {
  content: "\ead4";
}

.lni-atm-rechtangle::before {
  content: "\ead5";
}

.lni-atom::before {
  content: "\ead6";
}

.lni-audi::before {
  content: "\ead7";
}

.lni-audi-alt::before {
  content: "\ead8";
}

.lni-avocado::before {
  content: "\ead9";
}

.lni-award-1::before {
  content: "\eada";
}

.lni-award-2::before {
  content: "\eadb";
}

.lni-award-3::before {
  content: "\eadc";
}

.lni-award-4::before {
  content: "\eadd";
}

.lni-award-5::before {
  content: "\eade";
}

.lni-award-6::before {
  content: "\eadf";
}

.lni-award-7::before {
  content: "\eae0";
}

.lni-aws::before {
  content: "\eae1";
}

.lni-axe::before {
  content: "\eae2";
}

.lni-azure::before {
  content: "\eae3";
}

.lni-baby::before {
  content: "\eae4";
}

.lni-backpack-1::before {
  content: "\eae5";
}

.lni-backpack-2::before {
  content: "\eae6";
}

.lni-backspace-left::before {
  content: "\eae7";
}

.lni-backspace-right::before {
  content: "\eae8";
}

.lni-backward::before {
  content: "\eae9";
}

.lni-bacon::before {
  content: "\eaea";
}

.lni-bacteria::before {
  content: "\eaeb";
}

.lni-badge::before {
  content: "\eaec";
}

.lni-badge-bolt-1::before {
  content: "\eaed";
}

.lni-badge-bolt-2::before {
  content: "\eaee";
}

.lni-badge-check::before {
  content: "\eaef";
}

.lni-badge-circle::before {
  content: "\eaf0";
}

.lni-badge-decagram-dollar::before {
  content: "\eaf1";
}

.lni-badge-decagram-percent::before {
  content: "\eaf2";
}

.lni-badge-dollar-1::before {
  content: "\eaf3";
}

.lni-badge-heart::before {
  content: "\eaf4";
}

.lni-badge-number::before {
  content: "\eaf5";
}

.lni-badge-shield::before {
  content: "\eaf6";
}

.lni-badge-shield-dollar::before {
  content: "\eaf7";
}

.lni-badge-star::before {
  content: "\eaf8";
}

.lni-badge-star-1::before {
  content: "\eaf9";
}

.lni-badge-star-2::before {
  content: "\eafa";
}

.lni-badge-star-3::before {
  content: "\eafb";
}

.lni-badge-star-dollar::before {
  content: "\eafc";
}

.lni-badge-star-percent::before {
  content: "\eafd";
}

.lni-bag-1::before {
  content: "\eafe";
}

.lni-bag-10::before {
  content: "\eaff";
}

.lni-bag-2::before {
  content: "\eb00";
}

.lni-bag-3::before {
  content: "\eb01";
}

.lni-bag-4::before {
  content: "\eb02";
}

.lni-bag-5::before {
  content: "\eb03";
}

.lni-bag-6::before {
  content: "\eb04";
}

.lni-bag-7::before {
  content: "\eb05";
}

.lni-bag-8::before {
  content: "\eb06";
}

.lni-bag-9::before {
  content: "\eb07";
}

.lni-bag-bitcoin::before {
  content: "\eb08";
}

.lni-bag-gym::before {
  content: "\eb09";
}

.lni-bag-shopping-1::before {
  content: "\eb0a";
}

.lni-bag-shopping-10::before {
  content: "\eb0b";
}

.lni-bag-shopping-2::before {
  content: "\eb0c";
}

.lni-bag-shopping-3::before {
  content: "\eb0d";
}

.lni-bag-shopping-4::before {
  content: "\eb0e";
}

.lni-bag-shopping-5::before {
  content: "\eb0f";
}

.lni-bag-shopping-6::before {
  content: "\eb10";
}

.lni-bag-shopping-7::before {
  content: "\eb11";
}

.lni-bag-shopping-8::before {
  content: "\eb12";
}

.lni-bag-shopping-9::before {
  content: "\eb13";
}

.lni-bag-shopping-arrow-downward::before {
  content: "\eb14";
}

.lni-bag-shopping-arrow-left::before {
  content: "\eb15";
}

.lni-bag-shopping-arrow-right::before {
  content: "\eb16";
}

.lni-bag-shopping-arrow-upward::before {
  content: "\eb17";
}

.lni-bag-shopping-chart::before {
  content: "\eb18";
}

.lni-bag-shopping-check-circle::before {
  content: "\eb19";
}

.lni-bag-shopping-disabled-1::before {
  content: "\eb1a";
}

.lni-bag-shopping-disabled-2::before {
  content: "\eb1b";
}

.lni-bag-shopping-dollar::before {
  content: "\eb1c";
}

.lni-bag-shopping-fire::before {
  content: "\eb1d";
}

.lni-bag-shopping-food::before {
  content: "\eb1e";
}

.lni-bag-shopping-heart::before {
  content: "\eb1f";
}

.lni-bag-shopping-heart-circle::before {
  content: "\eb20";
}

.lni-bag-shopping-leaf::before {
  content: "\eb21";
}

.lni-bag-shopping-list::before {
  content: "\eb22";
}

.lni-bag-shopping-locked::before {
  content: "\eb23";
}

.lni-bag-shopping-map-marker::before {
  content: "\eb24";
}

.lni-bag-shopping-minus-circle::before {
  content: "\eb25";
}

.lni-bag-shopping-money::before {
  content: "\eb26";
}

.lni-bag-shopping-moon::before {
  content: "\eb27";
}

.lni-bag-shopping-moving::before {
  content: "\eb28";
}

.lni-bag-shopping-multiple::before {
  content: "\eb29";
}

.lni-bag-shopping-nfc::before {
  content: "\eb2a";
}

.lni-bag-shopping-paperclip::before {
  content: "\eb2b";
}

.lni-bag-shopping-percent::before {
  content: "\eb2c";
}

.lni-bag-shopping-phone::before {
  content: "\eb2d";
}

.lni-bag-shopping-plus-circle::before {
  content: "\eb2e";
}

.lni-bag-shopping-question-mark::before {
  content: "\eb2f";
}

.lni-bag-shopping-recycle::before {
  content: "\eb30";
}

.lni-bag-shopping-refresh::before {
  content: "\eb31";
}

.lni-bag-shopping-search::before {
  content: "\eb32";
}

.lni-bag-shopping-shield::before {
  content: "\eb33";
}

.lni-bag-shopping-smile::before {
  content: "\eb34";
}

.lni-bag-shopping-star::before {
  content: "\eb35";
}

.lni-bag-shopping-sun::before {
  content: "\eb36";
}

.lni-bag-shopping-time::before {
  content: "\eb37";
}

.lni-bag-shopping-timer::before {
  content: "\eb38";
}

.lni-bag-shopping-unlocked::before {
  content: "\eb39";
}

.lni-bag-shopping-user::before {
  content: "\eb3a";
}

.lni-bag-shopping-vr::before {
  content: "\eb3b";
}

.lni-bag-shopping-xmark-circle::before {
  content: "\eb3c";
}

.lni-baguette-1::before {
  content: "\eb3d";
}

.lni-baguette-2::before {
  content: "\eb3e";
}

.lni-balance-finance::before {
  content: "\eb3f";
}

.lni-balloon-1::before {
  content: "\eb40";
}

.lni-balloon-2::before {
  content: "\eb41";
}

.lni-balloon-heart::before {
  content: "\eb42";
}

.lni-balloon-rope-1::before {
  content: "\eb43";
}

.lni-balloon-rope-2::before {
  content: "\eb44";
}

.lni-balloon-rope-3::before {
  content: "\eb45";
}

.lni-balloons::before {
  content: "\eb46";
}

.lni-balloons-heart-1::before {
  content: "\eb47";
}

.lni-balloons-heart-2::before {
  content: "\eb48";
}

.lni-ban-1::before {
  content: "\eb49";
}

.lni-ban-2::before {
  content: "\eb4a";
}

.lni-ban-battery::before {
  content: "\eb4b";
}

.lni-ban-brickfield::before {
  content: "\eb4c";
}

.lni-ban-bug::before {
  content: "\eb4d";
}

.lni-ban-burger::before {
  content: "\eb4e";
}

.lni-ban-cigarette::before {
  content: "\eb4f";
}

.lni-ban-drinks::before {
  content: "\eb50";
}

.lni-ban-id::before {
  content: "\eb51";
}

.lni-ban-leaf::before {
  content: "\eb52";
}

.lni-ban-money::before {
  content: "\eb53";
}

.lni-ban-music::before {
  content: "\eb54";
}

.lni-ban-parking::before {
  content: "\eb55";
}

.lni-ban-phone::before {
  content: "\eb56";
}

.lni-ban-plastic::before {
  content: "\eb57";
}

.lni-ban-user::before {
  content: "\eb58";
}

.lni-banana::before {
  content: "\eb59";
}

.lni-bananas::before {
  content: "\eb5a";
}

.lni-bandage-1::before {
  content: "\eb5b";
}

.lni-bandage-2::before {
  content: "\eb5c";
}

.lni-bandage-leg::before {
  content: "\eb5d";
}

.lni-bank-1::before {
  content: "\eb5e";
}

.lni-bank-2::before {
  content: "\eb5f";
}

.lni-bank-3::before {
  content: "\eb60";
}

.lni-bar-chart-1::before {
  content: "\eb61";
}

.lni-bar-chart-2::before {
  content: "\eb62";
}

.lni-bar-chart-3::before {
  content: "\eb63";
}

.lni-bar-chart-4::before {
  content: "\eb64";
}

.lni-bar-chart-5::before {
  content: "\eb65";
}

.lni-bar-chart-6::before {
  content: "\eb66";
}

.lni-bar-chart-7::before {
  content: "\eb67";
}

.lni-bar-chart-arrow-down::before {
  content: "\eb68";
}

.lni-bar-chart-arrow-up::before {
  content: "\eb69";
}

.lni-bar-chart-dollar::before {
  content: "\eb6a";
}

.lni-bar-chart-rocket-1::before {
  content: "\eb6b";
}

.lni-bar-chart-rocket-2::before {
  content: "\eb6c";
}

.lni-bar-chart-search::before {
  content: "\eb6d";
}

.lni-bar-chart-square::before {
  content: "\eb6e";
}

.lni-bar-code::before {
  content: "\eb6f";
}

.lni-bar-code-scan::before {
  content: "\eb70";
}

.lni-bar-code-search::before {
  content: "\eb71";
}

.lni-barn::before {
  content: "\eb72";
}

.lni-basket-shopping-1::before {
  content: "\eb73";
}

.lni-basket-shopping-2::before {
  content: "\eb74";
}

.lni-basket-shopping-3::before {
  content: "\eb75";
}

.lni-basket-shopping-arrow-downward::before {
  content: "\eb76";
}

.lni-basket-shopping-arrow-left::before {
  content: "\eb77";
}

.lni-basket-shopping-arrow-right::before {
  content: "\eb78";
}

.lni-basket-shopping-arrow-upward::before {
  content: "\eb79";
}

.lni-basket-shopping-chart::before {
  content: "\eb7a";
}

.lni-basket-shopping-check-circle::before {
  content: "\eb7b";
}

.lni-basket-shopping-disabled-1::before {
  content: "\eb7c";
}

.lni-basket-shopping-disabled-2::before {
  content: "\eb7d";
}

.lni-basket-shopping-dollar::before {
  content: "\eb7e";
}

.lni-basket-shopping-fire::before {
  content: "\eb7f";
}

.lni-basket-shopping-food::before {
  content: "\eb80";
}

.lni-basket-shopping-heart::before {
  content: "\eb81";
}

.lni-basket-shopping-heart-circle::before {
  content: "\eb82";
}

.lni-basket-shopping-leaf::before {
  content: "\eb83";
}

.lni-basket-shopping-list::before {
  content: "\eb84";
}

.lni-basket-shopping-locked::before {
  content: "\eb85";
}

.lni-basket-shopping-map-marker::before {
  content: "\eb86";
}

.lni-basket-shopping-minus-circle::before {
  content: "\eb87";
}

.lni-basket-shopping-money::before {
  content: "\eb88";
}

.lni-basket-shopping-moon::before {
  content: "\eb89";
}

.lni-basket-shopping-nfc::before {
  content: "\eb8a";
}

.lni-basket-shopping-paperclip::before {
  content: "\eb8b";
}

.lni-basket-shopping-percent::before {
  content: "\eb8c";
}

.lni-basket-shopping-phone::before {
  content: "\eb8d";
}

.lni-basket-shopping-plus-circle::before {
  content: "\eb8e";
}

.lni-basket-shopping-question-mark::before {
  content: "\eb8f";
}

.lni-basket-shopping-recycle::before {
  content: "\eb90";
}

.lni-basket-shopping-refresh::before {
  content: "\eb91";
}

.lni-basket-shopping-search::before {
  content: "\eb92";
}

.lni-basket-shopping-shield::before {
  content: "\eb93";
}

.lni-basket-shopping-smile::before {
  content: "\eb94";
}

.lni-basket-shopping-star::before {
  content: "\eb95";
}

.lni-basket-shopping-sun::before {
  content: "\eb96";
}

.lni-basket-shopping-time::before {
  content: "\eb97";
}

.lni-basket-shopping-timer::before {
  content: "\eb98";
}

.lni-basket-shopping-unlocked::before {
  content: "\eb99";
}

.lni-basket-shopping-user::before {
  content: "\eb9a";
}

.lni-basket-shopping-vr::before {
  content: "\eb9b";
}

.lni-basket-shopping-xmark-circle::before {
  content: "\eb9c";
}

.lni-bat::before {
  content: "\eb9d";
}

.lni-battery-100-percent-full-horizontal::before {
  content: "\eb9e";
}

.lni-battery-100-percent-full-vertical::before {
  content: "\eb9f";
}

.lni-battery-25-percent-horizontal::before {
  content: "\eba0";
}

.lni-battery-25-percent-vertical::before {
  content: "\eba1";
}

.lni-battery-50-percent-horizontal::before {
  content: "\eba2";
}

.lni-battery-50-percent-vertical::before {
  content: "\eba3";
}

.lni-battery-75-percent-horizontal::before {
  content: "\eba4";
}

.lni-battery-75-percent-vertical::before {
  content: "\eba5";
}

.lni-battery-bar-chart::before {
  content: "\eba6";
}

.lni-battery-beat::before {
  content: "\eba7";
}

.lni-battery-bolt::before {
  content: "\eba8";
}

.lni-battery-car::before {
  content: "\eba9";
}

.lni-battery-car-bar-chart::before {
  content: "\ebaa";
}

.lni-battery-car-beat::before {
  content: "\ebab";
}

.lni-battery-car-bolt::before {
  content: "\ebac";
}

.lni-battery-car-charging::before {
  content: "\ebad";
}

.lni-battery-car-check-circle::before {
  content: "\ebae";
}

.lni-battery-car-disabled-1::before {
  content: "\ebaf";
}

.lni-battery-car-disabled-2::before {
  content: "\ebb0";
}

.lni-battery-car-error-circle::before {
  content: "\ebb1";
}

.lni-battery-car-fire::before {
  content: "\ebb2";
}

.lni-battery-car-gear::before {
  content: "\ebb3";
}

.lni-battery-car-info-circle::before {
  content: "\ebb4";
}

.lni-battery-car-leaf::before {
  content: "\ebb5";
}

.lni-battery-car-minus-circle::before {
  content: "\ebb6";
}

.lni-battery-car-percent::before {
  content: "\ebb7";
}

.lni-battery-car-percent-circle::before {
  content: "\ebb8";
}

.lni-battery-car-pie-chart::before {
  content: "\ebb9";
}

.lni-battery-car-plus-circle::before {
  content: "\ebba";
}

.lni-battery-car-plus-minus-1::before {
  content: "\ebbb";
}

.lni-battery-car-plus-minus-2::before {
  content: "\ebbc";
}

.lni-battery-car-refresh::before {
  content: "\ebbd";
}

.lni-battery-car-reload::before {
  content: "\ebbe";
}

.lni-battery-car-shield::before {
  content: "\ebbf";
}

.lni-battery-car-time::before {
  content: "\ebc0";
}

.lni-battery-car-timer::before {
  content: "\ebc1";
}

.lni-battery-car-user::before {
  content: "\ebc2";
}

.lni-battery-car-xmark-circle::before {
  content: "\ebc3";
}

.lni-battery-charging-horizontal::before {
  content: "\ebc4";
}

.lni-battery-charging-vertical::before {
  content: "\ebc5";
}

.lni-battery-check-circle::before {
  content: "\ebc6";
}

.lni-battery-disabled::before {
  content: "\ebc7";
}

.lni-battery-empty-horizontal::before {
  content: "\ebc8";
}

.lni-battery-empty-horizontal-disabled::before {
  content: "\ebc9";
}

.lni-battery-empty-vertical::before {
  content: "\ebca";
}

.lni-battery-empty-vertical-disabled::before {
  content: "\ebcb";
}

.lni-battery-error-circle::before {
  content: "\ebcc";
}

.lni-battery-fire::before {
  content: "\ebcd";
}

.lni-battery-gear::before {
  content: "\ebce";
}

.lni-battery-info-circle::before {
  content: "\ebcf";
}

.lni-battery-leaf::before {
  content: "\ebd0";
}

.lni-battery-minus-circle::before {
  content: "\ebd1";
}

.lni-battery-percent::before {
  content: "\ebd2";
}

.lni-battery-percent-circle::before {
  content: "\ebd3";
}

.lni-battery-phone::before {
  content: "\ebd4";
}

.lni-battery-pie-chart::before {
  content: "\ebd5";
}

.lni-battery-plus-circle::before {
  content: "\ebd6";
}

.lni-battery-plus-minus::before {
  content: "\ebd7";
}

.lni-battery-refresh::before {
  content: "\ebd8";
}

.lni-battery-reload::before {
  content: "\ebd9";
}

.lni-battery-shield::before {
  content: "\ebda";
}

.lni-battery-time::before {
  content: "\ebdb";
}

.lni-battery-timer::before {
  content: "\ebdc";
}

.lni-battery-user::before {
  content: "\ebdd";
}

.lni-battery-xmark-circle::before {
  content: "\ebde";
}

.lni-beach-1::before {
  content: "\ebdf";
}

.lni-beach-2::before {
  content: "\ebe0";
}

.lni-beach-3::before {
  content: "\ebe1";
}

.lni-beach-4::before {
  content: "\ebe2";
}

.lni-beach-5::before {
  content: "\ebe3";
}

.lni-beach-ball::before {
  content: "\ebe4";
}

.lni-beach-chair::before {
  content: "\ebe5";
}

.lni-beach-umbrella-1::before {
  content: "\ebe6";
}

.lni-beach-umbrella-2::before {
  content: "\ebe7";
}

.lni-beat::before {
  content: "\ebe8";
}

.lni-bed-heart::before {
  content: "\ebe9";
}

.lni-behance::before {
  content: "\ebea";
}

.lni-bell-1::before {
  content: "\ebeb";
}

.lni-bell-2::before {
  content: "\ebec";
}

.lni-bell-check-circle::before {
  content: "\ebed";
}

.lni-bell-disabled-1::before {
  content: "\ebee";
}

.lni-bell-disabled-2::before {
  content: "\ebef";
}

.lni-bell-error-circle::before {
  content: "\ebf0";
}

.lni-bell-fire::before {
  content: "\ebf1";
}

.lni-bell-gear::before {
  content: "\ebf2";
}

.lni-bell-heart::before {
  content: "\ebf3";
}

.lni-bell-locked::before {
  content: "\ebf4";
}

.lni-bell-minus-circle::before {
  content: "\ebf5";
}

.lni-bell-moon::before {
  content: "\ebf6";
}

.lni-bell-number-1::before {
  content: "\ebf7";
}

.lni-bell-number-10::before {
  content: "\ebf8";
}

.lni-bell-number-20::before {
  content: "\ebf9";
}

.lni-bell-number-50::before {
  content: "\ebfa";
}

.lni-bell-pencil::before {
  content: "\ebfb";
}

.lni-bell-plus-circle::before {
  content: "\ebfc";
}

.lni-bell-reload::before {
  content: "\ebfd";
}

.lni-bell-ringing::before {
  content: "\ebfe";
}

.lni-bell-sleep::before {
  content: "\ebff";
}

.lni-bell-star::before {
  content: "\ec00";
}

.lni-bell-sun::before {
  content: "\ec01";
}

.lni-bell-time::before {
  content: "\ec02";
}

.lni-bell-trash::before {
  content: "\ec03";
}

.lni-bell-user::before {
  content: "\ec04";
}

.lni-bell-wedding::before {
  content: "\ec05";
}

.lni-bell-wifi::before {
  content: "\ec06";
}

.lni-bell-xmark-circle::before {
  content: "\ec07";
}

.lni-bench-press::before {
  content: "\ec08";
}

.lni-beta::before {
  content: "\ec09";
}

.lni-beverage::before {
  content: "\ec0a";
}

.lni-bike::before {
  content: "\ec0b";
}

.lni-billboard-ad::before {
  content: "\ec0c";
}

.lni-billboard-bulb-1::before {
  content: "\ec0d";
}

.lni-billboard-bulb-2::before {
  content: "\ec0e";
}

.lni-billboard-disabled-1::before {
  content: "\ec0f";
}

.lni-billboard-disabled-2::before {
  content: "\ec10";
}

.lni-billboard-empty::before {
  content: "\ec11";
}

.lni-billboard-fire::before {
  content: "\ec12";
}

.lni-billboard-number-50::before {
  content: "\ec13";
}

.lni-billboard-one-stand::before {
  content: "\ec14";
}

.lni-billboard-one-stand-lights::before {
  content: "\ec15";
}

.lni-billboard-star::before {
  content: "\ec16";
}

.lni-billboard-text::before {
  content: "\ec17";
}

.lni-billboard-two-stand-lights::before {
  content: "\ec18";
}

.lni-billboard-two-stand-lights-texts::before {
  content: "\ec19";
}

.lni-billboard-video::before {
  content: "\ec1a";
}

.lni-bin-recycle-circle::before {
  content: "\ec1b";
}

.lni-bin-recycle-triangle::before {
  content: "\ec1c";
}

.lni-bing::before {
  content: "\ec1d";
}

.lni-binoculars::before {
  content: "\ec1e";
}

.lni-bird::before {
  content: "\ec1f";
}

.lni-bitbucket::before {
  content: "\ec20";
}

.lni-bitcoin::before {
  content: "\ec21";
}

.lni-bitcoin-circle::before {
  content: "\ec22";
}

.lni-bitcoin-trend-down::before {
  content: "\ec23";
}

.lni-bitcoin-trend-up::before {
  content: "\ec24";
}

.lni-bittorrent::before {
  content: "\ec25";
}

.lni-blade::before {
  content: "\ec26";
}

.lni-blade-sign-ad::before {
  content: "\ec27";
}

.lni-blade-sign-rechtangle::before {
  content: "\ec28";
}

.lni-blade-sign-rechtangle-h::before {
  content: "\ec29";
}

.lni-blade-sign-rechtangle-plus::before {
  content: "\ec2a";
}

.lni-blade-sign-square::before {
  content: "\ec2b";
}

.lni-blade-sign-square-h::before {
  content: "\ec2c";
}

.lni-blade-sign-square-plus::before {
  content: "\ec2d";
}

.lni-blender::before {
  content: "\ec2e";
}

.lni-blogger::before {
  content: "\ec2f";
}

.lni-blogger-alt::before {
  content: "\ec30";
}

.lni-bluetooth::before {
  content: "\ec31";
}

.lni-bluetooth-circle::before {
  content: "\ec32";
}

.lni-bluetooth-connected::before {
  content: "\ec33";
}

.lni-bluetooth-earphone::before {
  content: "\ec34";
}

.lni-bluetooth-logo::before {
  content: "\ec35";
}

.lni-bluetooth-square::before {
  content: "\ec36";
}

.lni-bmw::before {
  content: "\ec37";
}

.lni-board-writing-1::before {
  content: "\ec38";
}

.lni-board-writing-2::before {
  content: "\ec39";
}

.lni-board-writing-3::before {
  content: "\ec3a";
}

.lni-board-writing-4::before {
  content: "\ec3b";
}

.lni-boat-1::before {
  content: "\ec3c";
}

.lni-boat-2::before {
  content: "\ec3d";
}

.lni-boat-3::before {
  content: "\ec3e";
}

.lni-bold::before {
  content: "\ec3f";
}

.lni-bolt-1::before {
  content: "\ec40";
}

.lni-bolt-2::before {
  content: "\ec41";
}

.lni-bolt-3::before {
  content: "\ec42";
}

.lni-bone::before {
  content: "\ec43";
}

.lni-bone-cracked::before {
  content: "\ec44";
}

.lni-book-1::before {
  content: "\ec45";
}

.lni-book-2::before {
  content: "\ec46";
}

.lni-book-3::before {
  content: "\ec47";
}

.lni-book-4::before {
  content: "\ec48";
}

.lni-book-legal::before {
  content: "\ec49";
}

.lni-book-open::before {
  content: "\ec4a";
}

.lni-book-open-bulb::before {
  content: "\ec4b";
}

.lni-bookmark-1::before {
  content: "\ec4c";
}

.lni-bookmark-1-disabled::before {
  content: "\ec4d";
}

.lni-bookmark-2::before {
  content: "\ec4e";
}

.lni-bookmark-2-disabled::before {
  content: "\ec4f";
}

.lni-bookmark-3::before {
  content: "\ec50";
}

.lni-bookmark-3-disabled::before {
  content: "\ec51";
}

.lni-bookmark-4::before {
  content: "\ec52";
}

.lni-bookmark-badge::before {
  content: "\ec53";
}

.lni-bookmark-book::before {
  content: "\ec54";
}

.lni-bookmark-check::before {
  content: "\ec55";
}

.lni-bookmark-check-circle::before {
  content: "\ec56";
}

.lni-bookmark-circle::before {
  content: "\ec57";
}

.lni-bookmark-cloud::before {
  content: "\ec58";
}

.lni-bookmark-disabled-2::before {
  content: "\ec59";
}

.lni-bookmark-document::before {
  content: "\ec5a";
}

.lni-bookmark-download::before {
  content: "\ec5b";
}

.lni-bookmark-error-circle::before {
  content: "\ec5c";
}

.lni-bookmark-gear::before {
  content: "\ec5d";
}

.lni-bookmark-heart::before {
  content: "\ec5e";
}

.lni-bookmark-heart-circle::before {
  content: "\ec5f";
}

.lni-bookmark-link::before {
  content: "\ec60";
}

.lni-bookmark-locked::before {
  content: "\ec61";
}

.lni-bookmark-minus::before {
  content: "\ec62";
}

.lni-bookmark-minus-circle::before {
  content: "\ec63";
}

.lni-bookmark-paperclip::before {
  content: "\ec64";
}

.lni-bookmark-pencil::before {
  content: "\ec65";
}

.lni-bookmark-phone::before {
  content: "\ec66";
}

.lni-bookmark-plus::before {
  content: "\ec67";
}

.lni-bookmark-plus-circle::before {
  content: "\ec68";
}

.lni-bookmark-search::before {
  content: "\ec69";
}

.lni-bookmark-search-1::before {
  content: "\ec6a";
}

.lni-bookmark-search-2::before {
  content: "\ec6b";
}

.lni-bookmark-shield::before {
  content: "\ec6c";
}

.lni-bookmark-square-1::before {
  content: "\ec6d";
}

.lni-bookmark-square-2::before {
  content: "\ec6e";
}

.lni-bookmark-star::before {
  content: "\ec6f";
}

.lni-bookmark-star-1::before {
  content: "\ec70";
}

.lni-bookmark-star-2::before {
  content: "\ec71";
}

.lni-bookmark-trash::before {
  content: "\ec72";
}

.lni-bookmark-unlocked::before {
  content: "\ec73";
}

.lni-bookmark-upload::before {
  content: "\ec74";
}

.lni-bookmark-xmark::before {
  content: "\ec75";
}

.lni-bookmark-xmark-circle::before {
  content: "\ec76";
}

.lni-bookmarks-disabled::before {
  content: "\ec77";
}

.lni-books-1::before {
  content: "\ec78";
}

.lni-books-2::before {
  content: "\ec79";
}

.lni-boom-box::before {
  content: "\ec7a";
}

.lni-bootstrap-5::before {
  content: "\ec7b";
}

.lni-bootstrap-5-square::before {
  content: "\ec7c";
}

.lni-bot::before {
  content: "\ec7d";
}

.lni-bot-1-angry::before {
  content: "\ec7e";
}

.lni-bot-1-cute::before {
  content: "\ec7f";
}

.lni-bot-1-error::before {
  content: "\ec80";
}

.lni-bot-1-happy::before {
  content: "\ec81";
}

.lni-bot-1-nutral-1::before {
  content: "\ec82";
}

.lni-bot-1-nutral-2::before {
  content: "\ec83";
}

.lni-bot-1-sad::before {
  content: "\ec84";
}

.lni-bot-2-angry::before {
  content: "\ec85";
}

.lni-bot-2-cute::before {
  content: "\ec86";
}

.lni-bot-2-error::before {
  content: "\ec87";
}

.lni-bot-2-happy::before {
  content: "\ec88";
}

.lni-bot-2-nutral-1::before {
  content: "\ec89";
}

.lni-bot-2-nutral-2::before {
  content: "\ec8a";
}

.lni-bot-2-sad::before {
  content: "\ec8b";
}

.lni-bot-3-angry::before {
  content: "\ec8c";
}

.lni-bot-3-cute::before {
  content: "\ec8d";
}

.lni-bot-3-error::before {
  content: "\ec8e";
}

.lni-bot-3-happy::before {
  content: "\ec8f";
}

.lni-bot-3-nutral-1::before {
  content: "\ec90";
}

.lni-bot-3-nutral-2::before {
  content: "\ec91";
}

.lni-bot-3-sad::before {
  content: "\ec92";
}

.lni-bot-user-1::before {
  content: "\ec93";
}

.lni-bot-user-2::before {
  content: "\ec94";
}

.lni-bot-user-3::before {
  content: "\ec95";
}

.lni-bouquet::before {
  content: "\ec96";
}

.lni-bow-arrow::before {
  content: "\ec97";
}

.lni-bow-tie-1::before {
  content: "\ec98";
}

.lni-bow-tie-2::before {
  content: "\ec99";
}

.lni-bowl::before {
  content: "\ec9a";
}

.lni-bowl-noodles-1::before {
  content: "\ec9b";
}

.lni-bowl-noodles-2::before {
  content: "\ec9c";
}

.lni-bowl-noodles-3::before {
  content: "\ec9d";
}

.lni-bowl-soup::before {
  content: "\ec9e";
}

.lni-bowl-soup-1::before {
  content: "\ec9f";
}

.lni-bowl-soup-2::before {
  content: "\eca0";
}

.lni-bowl-soup-3::before {
  content: "\eca1";
}

.lni-box-archive-1::before {
  content: "\eca2";
}

.lni-box-archive-2::before {
  content: "\eca3";
}

.lni-box-arrow-downward::before {
  content: "\eca4";
}

.lni-box-arrow-left::before {
  content: "\eca5";
}

.lni-box-arrow-right::before {
  content: "\eca6";
}

.lni-box-arrow-upward::before {
  content: "\eca7";
}

.lni-box-badge::before {
  content: "\eca8";
}

.lni-box-bar-chart::before {
  content: "\eca9";
}

.lni-box-bolt::before {
  content: "\ecaa";
}

.lni-box-book::before {
  content: "\ecab";
}

.lni-box-check::before {
  content: "\ecac";
}

.lni-box-check-circle::before {
  content: "\ecad";
}

.lni-box-chip::before {
  content: "\ecae";
}

.lni-box-closed::before {
  content: "\ecaf";
}

.lni-box-cloud::before {
  content: "\ecb0";
}

.lni-box-code::before {
  content: "\ecb1";
}

.lni-box-cube-3D::before {
  content: "\ecb2";
}

.lni-box-dollar::before {
  content: "\ecb3";
}

.lni-box-download::before {
  content: "\ecb4";
}

.lni-box-error-circle::before {
  content: "\ecb5";
}

.lni-box-eye::before {
  content: "\ecb6";
}

.lni-box-fire::before {
  content: "\ecb7";
}

.lni-box-gift-1::before {
  content: "\ecb8";
}

.lni-box-gift-2::before {
  content: "\ecb9";
}

.lni-box-gift-love::before {
  content: "\ecba";
}

.lni-box-heart::before {
  content: "\ecbb";
}

.lni-box-heart-circle::before {
  content: "\ecbc";
}

.lni-box-info-circle::before {
  content: "\ecbd";
}

.lni-box-iot::before {
  content: "\ecbe";
}

.lni-box-leaf::before {
  content: "\ecbf";
}

.lni-box-link::before {
  content: "\ecc0";
}

.lni-box-lokced::before {
  content: "\ecc1";
}

.lni-box-map-marker::before {
  content: "\ecc2";
}

.lni-box-minus-circle::before {
  content: "\ecc3";
}

.lni-box-number-1::before {
  content: "\ecc4";
}

.lni-box-number-10::before {
  content: "\ecc5";
}

.lni-box-number-20::before {
  content: "\ecc6";
}

.lni-box-number-50::before {
  content: "\ecc7";
}

.lni-box-open-1::before {
  content: "\ecc8";
}

.lni-box-open-2::before {
  content: "\ecc9";
}

.lni-box-open-3::before {
  content: "\ecca";
}

.lni-box-open-4::before {
  content: "\eccb";
}

.lni-box-open-5::before {
  content: "\eccc";
}

.lni-box-paperclip::before {
  content: "\eccd";
}

.lni-box-parachute-1::before {
  content: "\ecce";
}

.lni-box-parachute-2::before {
  content: "\eccf";
}

.lni-box-pencil::before {
  content: "\ecd0";
}

.lni-box-percent::before {
  content: "\ecd1";
}

.lni-box-percent-circle::before {
  content: "\ecd2";
}

.lni-box-phone::before {
  content: "\ecd3";
}

.lni-box-pie-chart::before {
  content: "\ecd4";
}

.lni-box-pin-1::before {
  content: "\ecd5";
}

.lni-box-pin-2::before {
  content: "\ecd6";
}

.lni-box-play::before {
  content: "\ecd7";
}

.lni-box-plus::before {
  content: "\ecd8";
}

.lni-box-plus-circle::before {
  content: "\ecd9";
}

.lni-box-plus-minus::before {
  content: "\ecda";
}

.lni-box-question-mark::before {
  content: "\ecdb";
}

.lni-box-redo::before {
  content: "\ecdc";
}

.lni-box-refresh::before {
  content: "\ecdd";
}

.lni-box-reload::before {
  content: "\ecde";
}

.lni-box-search::before {
  content: "\ecdf";
}

.lni-box-settings::before {
  content: "\ece0";
}

.lni-box-share-1::before {
  content: "\ece1";
}

.lni-box-share-2::before {
  content: "\ece2";
}

.lni-box-shield::before {
  content: "\ece3";
}

.lni-box-star::before {
  content: "\ece4";
}

.lni-box-swap::before {
  content: "\ece5";
}

.lni-box-tapped-1::before {
  content: "\ece6";
}

.lni-box-tapped-2::before {
  content: "\ece7";
}

.lni-box-tapped-3::before {
  content: "\ece8";
}

.lni-box-tapped-4::before {
  content: "\ece9";
}

.lni-box-tapped-moving-1::before {
  content: "\ecea";
}

.lni-box-tapped-moving-2::before {
  content: "\eceb";
}

.lni-box-thumbs-down::before {
  content: "\ecec";
}

.lni-box-thumbs-up::before {
  content: "\eced";
}

.lni-box-time::before {
  content: "\ecee";
}

.lni-box-timer::before {
  content: "\ecef";
}

.lni-box-trash::before {
  content: "\ecf0";
}

.lni-box-trend-down::before {
  content: "\ecf1";
}

.lni-box-trend-up::before {
  content: "\ecf2";
}

.lni-box-undo::before {
  content: "\ecf3";
}

.lni-box-unlocked::before {
  content: "\ecf4";
}

.lni-box-upload::before {
  content: "\ecf5";
}

.lni-box-user::before {
  content: "\ecf6";
}

.lni-box-xmark::before {
  content: "\ecf7";
}

.lni-box-xmark-circle::before {
  content: "\ecf8";
}

.lni-boxes-stacked-1::before {
  content: "\ecf9";
}

.lni-boxes-stacked-2::before {
  content: "\ecfa";
}

.lni-bracelet::before {
  content: "\ecfb";
}

.lni-bracket-code::before {
  content: "\ecfc";
}

.lni-bracket-curly::before {
  content: "\ecfd";
}

.lni-bracket-curly-left::before {
  content: "\ecfe";
}

.lni-bracket-curly-right::before {
  content: "\ecff";
}

.lni-bracket-square::before {
  content: "\ed00";
}

.lni-bracket-square-left::before {
  content: "\ed01";
}

.lni-bracket-square-right::before {
  content: "\ed02";
}

.lni-brain-1::before {
  content: "\ed03";
}

.lni-brain-1-check-circle::before {
  content: "\ed04";
}

.lni-brain-2::before {
  content: "\ed05";
}

.lni-brain-2-check-circle::before {
  content: "\ed06";
}

.lni-brave::before {
  content: "\ed07";
}

.lni-bread::before {
  content: "\ed08";
}

.lni-brick-wall-1::before {
  content: "\ed09";
}

.lni-brick-wall-2::before {
  content: "\ed0a";
}

.lni-brick-wall-3::before {
  content: "\ed0b";
}

.lni-bricks::before {
  content: "\ed0c";
}

.lni-bridge-1::before {
  content: "\ed0d";
}

.lni-bridge-2::before {
  content: "\ed0e";
}

.lni-bridge-3::before {
  content: "\ed0f";
}

.lni-bridge-4::before {
  content: "\ed10";
}

.lni-bridge-5::before {
  content: "\ed11";
}

.lni-bridge-6::before {
  content: "\ed12";
}

.lni-bridge-7::before {
  content: "\ed13";
}

.lni-briefcase-1::before {
  content: "\ed14";
}

.lni-briefcase-2::before {
  content: "\ed15";
}

.lni-briefcase-3::before {
  content: "\ed16";
}

.lni-briefcase-4::before {
  content: "\ed17";
}

.lni-briefcase-5::before {
  content: "\ed18";
}

.lni-briefcase-6::before {
  content: "\ed19";
}

.lni-briefcase-7::before {
  content: "\ed1a";
}

.lni-briefcase-8::before {
  content: "\ed1b";
}

.lni-briefcase-beat::before {
  content: "\ed1c";
}

.lni-briefcase-bulb::before {
  content: "\ed1d";
}

.lni-briefcase-heart::before {
  content: "\ed1e";
}

.lni-briefcase-plus-1::before {
  content: "\ed1f";
}

.lni-briefcase-plus-2::before {
  content: "\ed20";
}

.lni-briefcase-plus-3::before {
  content: "\ed21";
}

.lni-broccoli::before {
  content: "\ed22";
}

.lni-broom::before {
  content: "\ed23";
}

.lni-browser-1::before {
  content: "\ed24";
}

.lni-browser-2nd-bracket::before {
  content: "\ed25";
}

.lni-browser-3-dot::before {
  content: "\ed26";
}

.lni-browser-3-dot-circle::before {
  content: "\ed27";
}

.lni-browser-ai::before {
  content: "\ed28";
}

.lni-browser-audio::before {
  content: "\ed29";
}

.lni-browser-badge::before {
  content: "\ed2a";
}

.lni-browser-binary::before {
  content: "\ed2b";
}

.lni-browser-bitcoin::before {
  content: "\ed2c";
}

.lni-browser-bolt::before {
  content: "\ed2d";
}

.lni-browser-bookmark::before {
  content: "\ed2e";
}

.lni-browser-bulb::before {
  content: "\ed2f";
}

.lni-browser-check::before {
  content: "\ed30";
}

.lni-browser-check-circle::before {
  content: "\ed31";
}

.lni-browser-chip::before {
  content: "\ed32";
}

.lni-browser-cloud::before {
  content: "\ed33";
}

.lni-browser-code::before {
  content: "\ed34";
}

.lni-browser-crypto::before {
  content: "\ed35";
}

.lni-browser-cursor::before {
  content: "\ed36";
}

.lni-browser-database::before {
  content: "\ed37";
}

.lni-browser-disabled::before {
  content: "\ed38";
}

.lni-browser-disabled-2::before {
  content: "\ed39";
}

.lni-browser-document::before {
  content: "\ed3a";
}

.lni-browser-dollar::before {
  content: "\ed3b";
}

.lni-browser-download::before {
  content: "\ed3c";
}

.lni-browser-error-circle::before {
  content: "\ed3d";
}

.lni-browser-eye::before {
  content: "\ed3e";
}

.lni-browser-gear::before {
  content: "\ed3f";
}

.lni-browser-heart::before {
  content: "\ed40";
}

.lni-browser-image::before {
  content: "\ed41";
}

.lni-browser-incognito::before {
  content: "\ed42";
}

.lni-browser-info-circle::before {
  content: "\ed43";
}

.lni-browser-leaf::before {
  content: "\ed44";
}

.lni-browser-link::before {
  content: "\ed45";
}

.lni-browser-live::before {
  content: "\ed46";
}

.lni-browser-locked::before {
  content: "\ed47";
}

.lni-browser-minus::before {
  content: "\ed48";
}

.lni-browser-moon::before {
  content: "\ed49";
}

.lni-browser-mouse::before {
  content: "\ed4a";
}

.lni-browser-navigation-left::before {
  content: "\ed4b";
}

.lni-browser-navigation-right::before {
  content: "\ed4c";
}

.lni-browser-paperclip::before {
  content: "\ed4d";
}

.lni-browser-pencil::before {
  content: "\ed4e";
}

.lni-browser-percent::before {
  content: "\ed4f";
}

.lni-browser-percent-circle::before {
  content: "\ed50";
}

.lni-browser-phone::before {
  content: "\ed51";
}

.lni-browser-pie-chart::before {
  content: "\ed52";
}

.lni-browser-pin-1::before {
  content: "\ed53";
}

.lni-browser-pin-2::before {
  content: "\ed54";
}

.lni-browser-play::before {
  content: "\ed55";
}

.lni-browser-plus::before {
  content: "\ed56";
}

.lni-browser-plus-circle::before {
  content: "\ed57";
}

.lni-browser-question::before {
  content: "\ed58";
}

.lni-browser-refresh-anticlockwise::before {
  content: "\ed59";
}

.lni-browser-refresh-clockwise::before {
  content: "\ed5a";
}

.lni-browser-reload-anticlockwise::before {
  content: "\ed5b";
}

.lni-browser-reload-clockwise::before {
  content: "\ed5c";
}

.lni-browser-search::before {
  content: "\ed5d";
}

.lni-browser-search-1::before {
  content: "\ed5e";
}

.lni-browser-search-2::before {
  content: "\ed5f";
}

.lni-browser-seo::before {
  content: "\ed60";
}

.lni-browser-server::before {
  content: "\ed61";
}

.lni-browser-shield::before {
  content: "\ed62";
}

.lni-browser-sound::before {
  content: "\ed63";
}

.lni-browser-star::before {
  content: "\ed64";
}

.lni-browser-sun::before {
  content: "\ed65";
}

.lni-browser-swap::before {
  content: "\ed66";
}

.lni-browser-tabs::before {
  content: "\ed67";
}

.lni-browser-thumbs-down::before {
  content: "\ed68";
}

.lni-browser-thumbs-up::before {
  content: "\ed69";
}

.lni-browser-time::before {
  content: "\ed6a";
}

.lni-browser-timer::before {
  content: "\ed6b";
}

.lni-browser-trend-down::before {
  content: "\ed6c";
}

.lni-browser-trend-up::before {
  content: "\ed6d";
}

.lni-browser-unlocked::before {
  content: "\ed6e";
}

.lni-browser-upload::before {
  content: "\ed6f";
}

.lni-browser-user::before {
  content: "\ed70";
}

.lni-browser-video::before {
  content: "\ed71";
}

.lni-browser-vr::before {
  content: "\ed72";
}

.lni-browser-wifi-1::before {
  content: "\ed73";
}

.lni-browser-wifi-2::before {
  content: "\ed74";
}

.lni-browser-xmark::before {
  content: "\ed75";
}

.lni-browser-xmark-circle::before {
  content: "\ed76";
}

.lni-brush-1::before {
  content: "\ed77";
}

.lni-brush-1-rotated::before {
  content: "\ed78";
}

.lni-brush-2::before {
  content: "\ed79";
}

.lni-btc::before {
  content: "\ed7a";
}

.lni-bug-1::before {
  content: "\ed7b";
}

.lni-bug-2::before {
  content: "\ed7c";
}

.lni-bug-3::before {
  content: "\ed7d";
}

.lni-bug-4::before {
  content: "\ed7e";
}

.lni-building::before {
  content: "\ed7f";
}

.lni-building-arrow-downward::before {
  content: "\ed80";
}

.lni-building-arrow-left::before {
  content: "\ed81";
}

.lni-building-arrow-right::before {
  content: "\ed82";
}

.lni-building-arrow-upward::before {
  content: "\ed83";
}

.lni-building-check-circle::before {
  content: "\ed84";
}

.lni-building-disabled::before {
  content: "\ed85";
}

.lni-building-error-circle::before {
  content: "\ed86";
}

.lni-building-fire::before {
  content: "\ed87";
}

.lni-building-gear::before {
  content: "\ed88";
}

.lni-building-leaf::before {
  content: "\ed89";
}

.lni-building-lokced::before {
  content: "\ed8a";
}

.lni-building-moon::before {
  content: "\ed8b";
}

.lni-building-percent::before {
  content: "\ed8c";
}

.lni-building-plus::before {
  content: "\ed8d";
}

.lni-building-star::before {
  content: "\ed8e";
}

.lni-building-sun::before {
  content: "\ed8f";
}

.lni-building-time::before {
  content: "\ed90";
}

.lni-building-trash::before {
  content: "\ed91";
}

.lni-building-user::before {
  content: "\ed92";
}

.lni-building-wifi::before {
  content: "\ed93";
}

.lni-building-xmark-circle::before {
  content: "\ed94";
}

.lni-buildings-1::before {
  content: "\ed95";
}

.lni-buildings-10::before {
  content: "\ed96";
}

.lni-buildings-11::before {
  content: "\ed97";
}

.lni-buildings-2::before {
  content: "\ed98";
}

.lni-buildings-3::before {
  content: "\ed99";
}

.lni-buildings-4::before {
  content: "\ed9a";
}

.lni-buildings-5::before {
  content: "\ed9b";
}

.lni-buildings-6::before {
  content: "\ed9c";
}

.lni-buildings-7::before {
  content: "\ed9d";
}

.lni-buildings-8::before {
  content: "\ed9e";
}

.lni-buildings-9::before {
  content: "\ed9f";
}

.lni-bulb-1::before {
  content: "\eda0";
}

.lni-bulb-2::before {
  content: "\eda1";
}

.lni-bulb-3::before {
  content: "\eda2";
}

.lni-bulb-4::before {
  content: "\eda3";
}

.lni-bulb-5::before {
  content: "\eda4";
}

.lni-bulb-beat::before {
  content: "\eda5";
}

.lni-bulb-bluetooth::before {
  content: "\eda6";
}

.lni-bulb-bolt::before {
  content: "\eda7";
}

.lni-bulb-cfl-tornado::before {
  content: "\eda8";
}

.lni-bulb-cfl-tornado-disabled::before {
  content: "\eda9";
}

.lni-bulb-cfl-tornado-light::before {
  content: "\edaa";
}

.lni-bulb-cfl-tubular::before {
  content: "\edab";
}

.lni-bulb-cfl-tubular-disabled::before {
  content: "\edac";
}

.lni-bulb-cfl-tubular-light::before {
  content: "\edad";
}

.lni-bulb-check::before {
  content: "\edae";
}

.lni-bulb-code-1::before {
  content: "\edaf";
}

.lni-bulb-code-2::before {
  content: "\edb0";
}

.lni-bulb-code-3::before {
  content: "\edb1";
}

.lni-bulb-disabled::before {
  content: "\edb2";
}

.lni-bulb-dollar::before {
  content: "\edb3";
}

.lni-bulb-info::before {
  content: "\edb4";
}

.lni-bulb-leaf::before {
  content: "\edb5";
}

.lni-bulb-moon::before {
  content: "\edb6";
}

.lni-bulb-question-mark::before {
  content: "\edb7";
}

.lni-bulb-refresh::before {
  content: "\edb8";
}

.lni-bulb-sun::before {
  content: "\edb9";
}

.lni-bulb-trend-down::before {
  content: "\edba";
}

.lni-bulb-trend-up::before {
  content: "\edbb";
}

.lni-bulb-tube::before {
  content: "\edbc";
}

.lni-bulb-tube-spark::before {
  content: "\edbd";
}

.lni-bulb-xmark::before {
  content: "\edbe";
}

.lni-bulldozer-1::before {
  content: "\edbf";
}

.lni-bulldozer-2::before {
  content: "\edc0";
}

.lni-bulldozer-3::before {
  content: "\edc1";
}

.lni-burger-1::before {
  content: "\edc2";
}

.lni-burger-2::before {
  content: "\edc3";
}

.lni-burger-3::before {
  content: "\edc4";
}

.lni-burger-4::before {
  content: "\edc5";
}

.lni-burger-drink::before {
  content: "\edc6";
}

.lni-burj-al-arab::before {
  content: "\edc7";
}

.lni-bus-1::before {
  content: "\edc8";
}

.lni-bus-2::before {
  content: "\edc9";
}

.lni-bus-3::before {
  content: "\edca";
}

.lni-bus-school::before {
  content: "\edcb";
}

.lni-busket-ball::before {
  content: "\edcc";
}

.lni-butterfly::before {
  content: "\edcd";
}

.lni-cable::before {
  content: "\edce";
}

.lni-cable-bundle-1::before {
  content: "\edcf";
}

.lni-cable-bundle-2::before {
  content: "\edd0";
}

.lni-cable-bundle-3::before {
  content: "\edd1";
}

.lni-cable-bundle-4::before {
  content: "\edd2";
}

.lni-cable-bundle-5::before {
  content: "\edd3";
}

.lni-cable-car::before {
  content: "\edd4";
}

.lni-cable-copper::before {
  content: "\edd5";
}

.lni-cable-power-1::before {
  content: "\edd6";
}

.lni-cable-power-2::before {
  content: "\edd7";
}

.lni-cactus-1::before {
  content: "\edd8";
}

.lni-cactus-2::before {
  content: "\edd9";
}

.lni-cactus-3::before {
  content: "\edda";
}

.lni-cactus-4::before {
  content: "\eddb";
}

.lni-cactus-5::before {
  content: "\eddc";
}

.lni-cactus-6::before {
  content: "\eddd";
}

.lni-cactus-7::before {
  content: "\edde";
}

.lni-cactus-8::before {
  content: "\eddf";
}

.lni-cactus-9::before {
  content: "\ede0";
}

.lni-cake-1::before {
  content: "\ede1";
}

.lni-cake-2::before {
  content: "\ede2";
}

.lni-cake-heart::before {
  content: "\ede3";
}

.lni-cake-slice::before {
  content: "\ede4";
}

.lni-calculator-1::before {
  content: "\ede5";
}

.lni-calculator-2::before {
  content: "\ede6";
}

.lni-calculator-3::before {
  content: "\ede7";
}

.lni-calculator-4::before {
  content: "\ede8";
}

.lni-calculator-5::before {
  content: "\ede9";
}

.lni-calculator-paper::before {
  content: "\edea";
}

.lni-calendar::before {
  content: "\edeb";
}

.lni-calendar-arrow-downward::before {
  content: "\edec";
}

.lni-calendar-arrow-downward-2::before {
  content: "\eded";
}

.lni-calendar-arrow-left::before {
  content: "\edee";
}

.lni-calendar-arrow-left-2::before {
  content: "\edef";
}

.lni-calendar-arrow-right::before {
  content: "\edf0";
}

.lni-calendar-arrow-right-2::before {
  content: "\edf1";
}

.lni-calendar-arrow-upward::before {
  content: "\edf2";
}

.lni-calendar-arrow-upward-2::before {
  content: "\edf3";
}

.lni-calendar-check::before {
  content: "\edf4";
}

.lni-calendar-check-circle::before {
  content: "\edf5";
}

.lni-calendar-date-range::before {
  content: "\edf6";
}

.lni-calendar-days::before {
  content: "\edf7";
}

.lni-calendar-disabled-1::before {
  content: "\edf8";
}

.lni-calendar-disabled-2::before {
  content: "\edf9";
}

.lni-calendar-error::before {
  content: "\edfa";
}

.lni-calendar-gear::before {
  content: "\edfb";
}

.lni-calendar-heart::before {
  content: "\edfc";
}

.lni-calendar-heart-1::before {
  content: "\edfd";
}

.lni-calendar-locked-1::before {
  content: "\edfe";
}

.lni-calendar-locked-2::before {
  content: "\edff";
}

.lni-calendar-minus::before {
  content: "\ee00";
}

.lni-calendar-minus-circle::before {
  content: "\ee01";
}

.lni-calendar-moon::before {
  content: "\ee02";
}

.lni-calendar-note::before {
  content: "\ee03";
}

.lni-calendar-number-1::before {
  content: "\ee04";
}

.lni-calendar-number-10::before {
  content: "\ee05";
}

.lni-calendar-number-10-2::before {
  content: "\ee06";
}

.lni-calendar-number-20::before {
  content: "\ee07";
}

.lni-calendar-number-20-2::before {
  content: "\ee08";
}

.lni-calendar-pencil-1::before {
  content: "\ee09";
}

.lni-calendar-pencil-2::before {
  content: "\ee0a";
}

.lni-calendar-percent::before {
  content: "\ee0b";
}

.lni-calendar-plus::before {
  content: "\ee0c";
}

.lni-calendar-plus-circle::before {
  content: "\ee0d";
}

.lni-calendar-question::before {
  content: "\ee0e";
}

.lni-calendar-reload::before {
  content: "\ee0f";
}

.lni-calendar-star-1::before {
  content: "\ee10";
}

.lni-calendar-star-2::before {
  content: "\ee11";
}

.lni-calendar-sun::before {
  content: "\ee12";
}

.lni-calendar-time::before {
  content: "\ee13";
}

.lni-calendar-today-marked::before {
  content: "\ee14";
}

.lni-calendar-trash::before {
  content: "\ee15";
}

.lni-calendar-user-1::before {
  content: "\ee16";
}

.lni-calendar-user-2::before {
  content: "\ee17";
}

.lni-calendar-xmark::before {
  content: "\ee18";
}

.lni-calendar-xmark-circle::before {
  content: "\ee19";
}

.lni-calendars::before {
  content: "\ee1a";
}

.lni-camel::before {
  content: "\ee1b";
}

.lni-camera-1::before {
  content: "\ee1c";
}

.lni-camera-2::before {
  content: "\ee1d";
}

.lni-camera-3::before {
  content: "\ee1e";
}

.lni-camera-4::before {
  content: "\ee1f";
}

.lni-camera-4k-1::before {
  content: "\ee20";
}

.lni-camera-4k-2::before {
  content: "\ee21";
}

.lni-camera-5::before {
  content: "\ee22";
}

.lni-camera-6::before {
  content: "\ee23";
}

.lni-camera-bluetooth-1::before {
  content: "\ee24";
}

.lni-camera-bluetooth-2::before {
  content: "\ee25";
}

.lni-camera-bolt::before {
  content: "\ee26";
}

.lni-camera-cctv::before {
  content: "\ee27";
}

.lni-camera-cctv-disabled::before {
  content: "\ee28";
}

.lni-camera-check::before {
  content: "\ee29";
}

.lni-camera-check-circle::before {
  content: "\ee2a";
}

.lni-camera-disabled::before {
  content: "\ee2b";
}

.lni-camera-error::before {
  content: "\ee2c";
}

.lni-camera-error-circle::before {
  content: "\ee2d";
}

.lni-camera-gear::before {
  content: "\ee2e";
}

.lni-camera-heart::before {
  content: "\ee2f";
}

.lni-camera-live::before {
  content: "\ee30";
}

.lni-camera-locked::before {
  content: "\ee31";
}

.lni-camera-movie-1::before {
  content: "\ee32";
}

.lni-camera-movie-2::before {
  content: "\ee33";
}

.lni-camera-movie-3::before {
  content: "\ee34";
}

.lni-camera-movie-4::before {
  content: "\ee35";
}

.lni-camera-movie-hd::before {
  content: "\ee36";
}

.lni-camera-movie-stand::before {
  content: "\ee37";
}

.lni-camera-refresh::before {
  content: "\ee38";
}

.lni-camera-reload::before {
  content: "\ee39";
}

.lni-camera-rotate::before {
  content: "\ee3a";
}

.lni-camera-scan::before {
  content: "\ee3b";
}

.lni-camera-shutter::before {
  content: "\ee3c";
}

.lni-camera-time::before {
  content: "\ee3d";
}

.lni-camera-tripod::before {
  content: "\ee3e";
}

.lni-camera-wifi::before {
  content: "\ee3f";
}

.lni-camera-xmark::before {
  content: "\ee40";
}

.lni-camera-xmark-circle::before {
  content: "\ee41";
}

.lni-candle-1::before {
  content: "\ee42";
}

.lni-candle-2::before {
  content: "\ee43";
}

.lni-candles-1::before {
  content: "\ee44";
}

.lni-candles-2::before {
  content: "\ee45";
}

.lni-candles-wedding::before {
  content: "\ee46";
}

.lni-candy-cane-1::before {
  content: "\ee47";
}

.lni-candy-cane-2::before {
  content: "\ee48";
}

.lni-candy-round-1::before {
  content: "\ee49";
}

.lni-candy-round-2::before {
  content: "\ee4a";
}

.lni-candy-round-3::before {
  content: "\ee4b";
}

.lni-candy-square-1::before {
  content: "\ee4c";
}

.lni-candy-square-2::before {
  content: "\ee4d";
}

.lni-candy-square-3::before {
  content: "\ee4e";
}

.lni-cannula::before {
  content: "\ee4f";
}

.lni-canva::before {
  content: "\ee50";
}

.lni-capital-letter::before {
  content: "\ee51";
}

.lni-capsule-1::before {
  content: "\ee52";
}

.lni-capsule-2::before {
  content: "\ee53";
}

.lni-capsule-3::before {
  content: "\ee54";
}

.lni-capsule-tablet::before {
  content: "\ee55";
}

.lni-capsules::before {
  content: "\ee56";
}

.lni-car-1::before {
  content: "\ee57";
}

.lni-car-10::before {
  content: "\ee58";
}

.lni-car-2::before {
  content: "\ee59";
}

.lni-car-3::before {
  content: "\ee5a";
}

.lni-car-4::before {
  content: "\ee5b";
}

.lni-car-5::before {
  content: "\ee5c";
}

.lni-car-6::before {
  content: "\ee5d";
}

.lni-car-7::before {
  content: "\ee5e";
}

.lni-car-8::before {
  content: "\ee5f";
}

.lni-car-9::before {
  content: "\ee60";
}

.lni-car-heart::before {
  content: "\ee61";
}

.lni-car-side-view-1::before {
  content: "\ee62";
}

.lni-car-side-view-2::before {
  content: "\ee63";
}

.lni-car-side-view-3::before {
  content: "\ee64";
}

.lni-car-side-view-4::before {
  content: "\ee65";
}

.lni-car-side-view-5::before {
  content: "\ee66";
}

.lni-car-side-view-6::before {
  content: "\ee67";
}

.lni-car-side-view-7::before {
  content: "\ee68";
}

.lni-car-side-view-8::before {
  content: "\ee69";
}

.lni-car-side-view-9::before {
  content: "\ee6a";
}

.lni-caravan-1::before {
  content: "\ee6b";
}

.lni-caravan-2::before {
  content: "\ee6c";
}

.lni-caravan-3::before {
  content: "\ee6d";
}

.lni-carrot::before {
  content: "\ee6e";
}

.lni-cart-1::before {
  content: "\ee6f";
}

.lni-cart-2::before {
  content: "\ee70";
}

.lni-cart-3::before {
  content: "\ee71";
}

.lni-cart-arrow-downward::before {
  content: "\ee72";
}

.lni-cart-arrow-left::before {
  content: "\ee73";
}

.lni-cart-arrow-right::before {
  content: "\ee74";
}

.lni-cart-arrow-upward::before {
  content: "\ee75";
}

.lni-cart-book::before {
  content: "\ee76";
}

.lni-cart-box::before {
  content: "\ee77";
}

.lni-cart-check-circle::before {
  content: "\ee78";
}

.lni-cart-cloud::before {
  content: "\ee79";
}

.lni-cart-disabled::before {
  content: "\ee7a";
}

.lni-cart-dollar::before {
  content: "\ee7b";
}

.lni-cart-flatbed-arrow-downward::before {
  content: "\ee7c";
}

.lni-cart-flatbed-arrow-left::before {
  content: "\ee7d";
}

.lni-cart-flatbed-arrow-right::before {
  content: "\ee7e";
}

.lni-cart-flatbed-arrow-upward::before {
  content: "\ee7f";
}

.lni-cart-flatbed-box::before {
  content: "\ee80";
}

.lni-cart-flatbed-box-stacked::before {
  content: "\ee81";
}

.lni-cart-flatbed-box-taped::before {
  content: "\ee82";
}

.lni-cart-flatbed-check-circle::before {
  content: "\ee83";
}

.lni-cart-flatbed-empty::before {
  content: "\ee84";
}

.lni-cart-flatbed-food::before {
  content: "\ee85";
}

.lni-cart-flatbed-xmark-circle::before {
  content: "\ee86";
}

.lni-cart-food::before {
  content: "\ee87";
}

.lni-cart-globe::before {
  content: "\ee88";
}

.lni-cart-heart::before {
  content: "\ee89";
}

.lni-cart-heart-circle::before {
  content: "\ee8a";
}

.lni-cart-info-circle::before {
  content: "\ee8b";
}

.lni-cart-leaf::before {
  content: "\ee8c";
}

.lni-cart-list::before {
  content: "\ee8d";
}

.lni-cart-locked::before {
  content: "\ee8e";
}

.lni-cart-minus::before {
  content: "\ee8f";
}

.lni-cart-minus-circle::before {
  content: "\ee90";
}

.lni-cart-moving::before {
  content: "\ee91";
}

.lni-cart-number-20::before {
  content: "\ee92";
}

.lni-cart-percent-circle::before {
  content: "\ee93";
}

.lni-cart-plus::before {
  content: "\ee94";
}

.lni-cart-plus-circle::before {
  content: "\ee95";
}

.lni-cart-question-mark::before {
  content: "\ee96";
}

.lni-cart-refresh::before {
  content: "\ee97";
}

.lni-cart-search::before {
  content: "\ee98";
}

.lni-cart-smile::before {
  content: "\ee99";
}

.lni-cart-star::before {
  content: "\ee9a";
}

.lni-cart-sun::before {
  content: "\ee9b";
}

.lni-cart-thumbs-down::before {
  content: "\ee9c";
}

.lni-cart-thumbs-up::before {
  content: "\ee9d";
}

.lni-cart-time::before {
  content: "\ee9e";
}

.lni-cart-timer::before {
  content: "\ee9f";
}

.lni-cart-undo::before {
  content: "\eea0";
}

.lni-cart-unlocked::before {
  content: "\eea1";
}

.lni-cart-user::before {
  content: "\eea2";
}

.lni-cart-wifi::before {
  content: "\eea3";
}

.lni-cart-xmark-circle::before {
  content: "\eea4";
}

.lni-cash-app::before {
  content: "\eea5";
}

.lni-castle-1::before {
  content: "\eea6";
}

.lni-castle-2::before {
  content: "\eea7";
}

.lni-castle-3::before {
  content: "\eea8";
}

.lni-castle-4::before {
  content: "\eea9";
}

.lni-cat::before {
  content: "\eeaa";
}

.lni-celsius::before {
  content: "\eeab";
}

.lni-celsius-circle::before {
  content: "\eeac";
}

.lni-certificate-badge-1::before {
  content: "\eead";
}

.lni-certificate-badge-2::before {
  content: "\eeae";
}

.lni-certificate-star::before {
  content: "\eeaf";
}

.lni-champagne::before {
  content: "\eeb0";
}

.lni-champagne-heart::before {
  content: "\eeb1";
}

.lni-chat-1::before {
  content: "\eeb2";
}

.lni-chat-1-dots::before {
  content: "\eeb3";
}

.lni-chat-1-error::before {
  content: "\eeb4";
}

.lni-chat-1-heart::before {
  content: "\eeb5";
}

.lni-chat-1-minus::before {
  content: "\eeb6";
}

.lni-chat-1-plus::before {
  content: "\eeb7";
}

.lni-chat-1-question::before {
  content: "\eeb8";
}

.lni-chat-1-share::before {
  content: "\eeb9";
}

.lni-chat-1-text::before {
  content: "\eeba";
}

.lni-chat-2::before {
  content: "\eebb";
}

.lni-chat-2-dots::before {
  content: "\eebc";
}

.lni-chat-2-error::before {
  content: "\eebd";
}

.lni-chat-2-heart::before {
  content: "\eebe";
}

.lni-chat-2-minus::before {
  content: "\eebf";
}

.lni-chat-2-plus::before {
  content: "\eec0";
}

.lni-chat-2-question::before {
  content: "\eec1";
}

.lni-chat-2-share::before {
  content: "\eec2";
}

.lni-chat-2-text::before {
  content: "\eec3";
}

.lni-chat-3::before {
  content: "\eec4";
}

.lni-chat-3-dots::before {
  content: "\eec5";
}

.lni-chat-3-error::before {
  content: "\eec6";
}

.lni-chat-3-heart::before {
  content: "\eec7";
}

.lni-chat-3-minus::before {
  content: "\eec8";
}

.lni-chat-3-plus::before {
  content: "\eec9";
}

.lni-chat-3-question::before {
  content: "\eeca";
}

.lni-chat-3-share::before {
  content: "\eecb";
}

.lni-chat-3-text::before {
  content: "\eecc";
}

.lni-chat-4::before {
  content: "\eecd";
}

.lni-chat-4-dots::before {
  content: "\eece";
}

.lni-chat-4-error::before {
  content: "\eecf";
}

.lni-chat-4-heart::before {
  content: "\eed0";
}

.lni-chat-4-minus::before {
  content: "\eed1";
}

.lni-chat-4-plus::before {
  content: "\eed2";
}

.lni-chat-4-question::before {
  content: "\eed3";
}

.lni-chat-4-share::before {
  content: "\eed4";
}

.lni-chat-4-text::before {
  content: "\eed5";
}

.lni-chat-bot::before {
  content: "\eed6";
}

.lni-chat-bot-angry::before {
  content: "\eed7";
}

.lni-chat-bot-cute::before {
  content: "\eed8";
}

.lni-chat-bot-error::before {
  content: "\eed9";
}

.lni-chat-bot-happy::before {
  content: "\eeda";
}

.lni-chat-bot-neutral-1::before {
  content: "\eedb";
}

.lni-chat-bot-neutral-2::before {
  content: "\eedc";
}

.lni-chat-bot-sad::before {
  content: "\eedd";
}

.lni-chat-bubble-1::before {
  content: "\eede";
}

.lni-chat-bubble-1-dots::before {
  content: "\eedf";
}

.lni-chat-bubble-1-text::before {
  content: "\eee0";
}

.lni-chat-bubble-2::before {
  content: "\eee1";
}

.lni-chat-bubble-2-dots::before {
  content: "\eee2";
}

.lni-chat-bubble-2-text::before {
  content: "\eee3";
}

.lni-chat-bubble-3::before {
  content: "\eee4";
}

.lni-chat-bubble-3-dots::before {
  content: "\eee5";
}

.lni-chat-bubble-3-text::before {
  content: "\eee6";
}

.lni-chat-line-chart::before {
  content: "\eee7";
}

.lni-check::before {
  content: "\eee8";
}

.lni-check-circle-1::before {
  content: "\eee9";
}

.lni-check-circle-2::before {
  content: "\eeea";
}

.lni-check-diamond::before {
  content: "\eeeb";
}

.lni-check-hexagon::before {
  content: "\eeec";
}

.lni-check-octagon::before {
  content: "\eeed";
}

.lni-check-square-1::before {
  content: "\eeee";
}

.lni-check-square-2::before {
  content: "\eeef";
}

.lni-cheese::before {
  content: "\eef0";
}

.lni-cheque::before {
  content: "\eef1";
}

.lni-cheque-1::before {
  content: "\eef2";
}

.lni-cherries::before {
  content: "\eef3";
}

.lni-chest::before {
  content: "\eef4";
}

.lni-chest-press::before {
  content: "\eef5";
}

.lni-chevron-both-center-direction-horizontal::before {
  content: "\eef6";
}

.lni-chevron-both-center-direction-vertical::before {
  content: "\eef7";
}

.lni-chevron-both-direction::before {
  content: "\eef8";
}

.lni-chevron-both-direction-circle::before {
  content: "\eef9";
}

.lni-chevron-both-direction-square::before {
  content: "\eefa";
}

.lni-chevron-down::before {
  content: "\eefb";
}

.lni-chevron-down-circle::before {
  content: "\eefc";
}

.lni-chevron-left::before {
  content: "\eefd";
}

.lni-chevron-left-circle::before {
  content: "\eefe";
}

.lni-chevron-right::before {
  content: "\eeff";
}

.lni-chevron-right-circle::before {
  content: "\ef00";
}

.lni-chevron-up::before {
  content: "\ef01";
}

.lni-chevron-up-circle::before {
  content: "\ef02";
}

.lni-chick::before {
  content: "\ef03";
}

.lni-chicken::before {
  content: "\ef04";
}

.lni-chicken-drumstick-1::before {
  content: "\ef05";
}

.lni-chicken-drumstick-2::before {
  content: "\ef06";
}

.lni-chicken-wings::before {
  content: "\ef07";
}

.lni-chilli-sauce::before {
  content: "\ef08";
}

.lni-chip::before {
  content: "\ef09";
}

.lni-chip-2::before {
  content: "\ef0a";
}

.lni-chip-ai::before {
  content: "\ef0b";
}

.lni-chip-beat::before {
  content: "\ef0c";
}

.lni-chip-bitcoin::before {
  content: "\ef0d";
}

.lni-chip-bolt::before {
  content: "\ef0e";
}

.lni-chip-check::before {
  content: "\ef0f";
}

.lni-chip-code::before {
  content: "\ef10";
}

.lni-chip-disabled::before {
  content: "\ef11";
}

.lni-chip-error::before {
  content: "\ef12";
}

.lni-chip-gear::before {
  content: "\ef13";
}

.lni-chocolate-bar::before {
  content: "\ef14";
}

.lni-chrome::before {
  content: "\ef15";
}

.lni-chromecast::before {
  content: "\ef16";
}

.lni-church::before {
  content: "\ef17";
}

.lni-ci-cd-dev-ops::before {
  content: "\ef18";
}

.lni-cipher::before {
  content: "\ef19";
}

.lni-circle::before {
  content: "\ef1a";
}

.lni-circle-curve-right::before {
  content: "\ef1b";
}

.lni-circle-dashed::before {
  content: "\ef1c";
}

.lni-circle-diamond::before {
  content: "\ef1d";
}

.lni-circle-hexagon::before {
  content: "\ef1e";
}

.lni-circle-intersection-curve-right::before {
  content: "\ef1f";
}

.lni-circle-squares::before {
  content: "\ef20";
}

.lni-circle-triangle-1::before {
  content: "\ef21";
}

.lni-circle-triangle-2::before {
  content: "\ef22";
}

.lni-circle-turn-right::before {
  content: "\ef23";
}

.lni-circles::before {
  content: "\ef24";
}

.lni-circles-2::before {
  content: "\ef25";
}

.lni-cisco::before {
  content: "\ef26";
}

.lni-claude::before {
  content: "\ef27";
}

.lni-clickup::before {
  content: "\ef28";
}

.lni-clink-glasses::before {
  content: "\ef29";
}

.lni-clipboard::before {
  content: "\ef2a";
}

.lni-clipboard-1::before {
  content: "\ef2b";
}

.lni-clipboard-2::before {
  content: "\ef2c";
}

.lni-clipboard-3::before {
  content: "\ef2d";
}

.lni-clipboard-aids::before {
  content: "\ef2e";
}

.lni-clipboard-beat::before {
  content: "\ef2f";
}

.lni-clipboard-check::before {
  content: "\ef30";
}

.lni-clipboard-heart::before {
  content: "\ef31";
}

.lni-clipboard-plus::before {
  content: "\ef32";
}

.lni-clipboard-prescription::before {
  content: "\ef33";
}

.lni-clipboard-text::before {
  content: "\ef34";
}

.lni-clock-desk::before {
  content: "\ef35";
}

.lni-clock-digital::before {
  content: "\ef36";
}

.lni-clock-eight::before {
  content: "\ef37";
}

.lni-clock-eight-thirty::before {
  content: "\ef38";
}

.lni-clock-eleven::before {
  content: "\ef39";
}

.lni-clock-eleven-thirty::before {
  content: "\ef3a";
}

.lni-clock-five::before {
  content: "\ef3b";
}

.lni-clock-five-thirty::before {
  content: "\ef3c";
}

.lni-clock-four::before {
  content: "\ef3d";
}

.lni-clock-four-square::before {
  content: "\ef3e";
}

.lni-clock-four-thirty::before {
  content: "\ef3f";
}

.lni-clock-nine::before {
  content: "\ef40";
}

.lni-clock-nine-thirty::before {
  content: "\ef41";
}

.lni-clock-one::before {
  content: "\ef42";
}

.lni-clock-one-thirty::before {
  content: "\ef43";
}

.lni-clock-seven::before {
  content: "\ef44";
}

.lni-clock-seven-thirty::before {
  content: "\ef45";
}

.lni-clock-six::before {
  content: "\ef46";
}

.lni-clock-six-thirty::before {
  content: "\ef47";
}

.lni-clock-ten::before {
  content: "\ef48";
}

.lni-clock-ten-thirty::before {
  content: "\ef49";
}

.lni-clock-three::before {
  content: "\ef4a";
}

.lni-clock-three-thirty::before {
  content: "\ef4b";
}

.lni-clock-twelve::before {
  content: "\ef4c";
}

.lni-clock-twelve-thirty::before {
  content: "\ef4d";
}

.lni-clock-two::before {
  content: "\ef4e";
}

.lni-clock-two-thirty::before {
  content: "\ef4f";
}

.lni-cloud-1::before {
  content: "\ef50";
}

.lni-cloud-2::before {
  content: "\ef51";
}

.lni-cloud-3::before {
  content: "\ef52";
}

.lni-cloud-3-dot::before {
  content: "\ef53";
}

.lni-cloud-3-dot-circle::before {
  content: "\ef54";
}

.lni-cloud-4::before {
  content: "\ef55";
}

.lni-cloud-arrow-downward::before {
  content: "\ef56";
}

.lni-cloud-arrow-left::before {
  content: "\ef57";
}

.lni-cloud-arrow-right::before {
  content: "\ef58";
}

.lni-cloud-arrow-upward::before {
  content: "\ef59";
}

.lni-cloud-audio::before {
  content: "\ef5a";
}

.lni-cloud-bitcoin::before {
  content: "\ef5b";
}

.lni-cloud-bolt-1::before {
  content: "\ef5c";
}

.lni-cloud-bolt-2::before {
  content: "\ef5d";
}

.lni-cloud-bulb::before {
  content: "\ef5e";
}

.lni-cloud-chat::before {
  content: "\ef5f";
}

.lni-cloud-chat-dots::before {
  content: "\ef60";
}

.lni-cloud-chat-error::before {
  content: "\ef61";
}

.lni-cloud-chat-heart::before {
  content: "\ef62";
}

.lni-cloud-chat-minus::before {
  content: "\ef63";
}

.lni-cloud-chat-plus::before {
  content: "\ef64";
}

.lni-cloud-chat-question::before {
  content: "\ef65";
}

.lni-cloud-chat-share::before {
  content: "\ef66";
}

.lni-cloud-chat-text::before {
  content: "\ef67";
}

.lni-cloud-check-circle::before {
  content: "\ef68";
}

.lni-cloud-chip::before {
  content: "\ef69";
}

.lni-cloud-code::before {
  content: "\ef6a";
}

.lni-cloud-crypto::before {
  content: "\ef6b";
}

.lni-cloud-database::before {
  content: "\ef6c";
}

.lni-cloud-disabled-1::before {
  content: "\ef6d";
}

.lni-cloud-disabled-2::before {
  content: "\ef6e";
}

.lni-cloud-document::before {
  content: "\ef6f";
}

.lni-cloud-dollar::before {
  content: "\ef70";
}

.lni-cloud-download::before {
  content: "\ef71";
}

.lni-cloud-error-circle::before {
  content: "\ef72";
}

.lni-cloud-fire::before {
  content: "\ef73";
}

.lni-cloud-fog::before {
  content: "\ef74";
}

.lni-cloud-gear::before {
  content: "\ef75";
}

.lni-cloud-info-circle::before {
  content: "\ef76";
}

.lni-cloud-iot-1::before {
  content: "\ef77";
}

.lni-cloud-iot-2::before {
  content: "\ef78";
}

.lni-cloud-iot-3::before {
  content: "\ef79";
}

.lni-cloud-iot-4::before {
  content: "\ef7a";
}

.lni-cloud-iot-5::before {
  content: "\ef7b";
}

.lni-cloud-iot-6::before {
  content: "\ef7c";
}

.lni-cloud-iot-network::before {
  content: "\ef7d";
}

.lni-cloud-leaf::before {
  content: "\ef7e";
}

.lni-cloud-link::before {
  content: "\ef7f";
}

.lni-cloud-locked::before {
  content: "\ef80";
}

.lni-cloud-minus-circle::before {
  content: "\ef81";
}

.lni-cloud-moon::before {
  content: "\ef82";
}

.lni-cloud-paperclip::before {
  content: "\ef83";
}

.lni-cloud-pencil::before {
  content: "\ef84";
}

.lni-cloud-phone::before {
  content: "\ef85";
}

.lni-cloud-play::before {
  content: "\ef86";
}

.lni-cloud-plus::before {
  content: "\ef87";
}

.lni-cloud-plus-circle::before {
  content: "\ef88";
}

.lni-cloud-question::before {
  content: "\ef89";
}

.lni-cloud-rain::before {
  content: "\ef8a";
}

.lni-cloud-refresh-anticlockwise::before {
  content: "\ef8b";
}

.lni-cloud-refresh-clockwise::before {
  content: "\ef8c";
}

.lni-cloud-search::before {
  content: "\ef8d";
}

.lni-cloud-server::before {
  content: "\ef8e";
}

.lni-cloud-share-1::before {
  content: "\ef8f";
}

.lni-cloud-share-2::before {
  content: "\ef90";
}

.lni-cloud-shield::before {
  content: "\ef91";
}

.lni-cloud-star::before {
  content: "\ef92";
}

.lni-cloud-sun::before {
  content: "\ef93";
}

.lni-cloud-sun-bolt::before {
  content: "\ef94";
}

.lni-cloud-sun-rain::before {
  content: "\ef95";
}

.lni-cloud-swap::before {
  content: "\ef96";
}

.lni-cloud-time::before {
  content: "\ef97";
}

.lni-cloud-timer::before {
  content: "\ef98";
}

.lni-cloud-trash::before {
  content: "\ef99";
}

.lni-cloud-unlocked::before {
  content: "\ef9a";
}

.lni-cloud-upload::before {
  content: "\ef9b";
}

.lni-cloud-user::before {
  content: "\ef9c";
}

.lni-cloud-video::before {
  content: "\ef9d";
}

.lni-cloud-water::before {
  content: "\ef9e";
}

.lni-cloud-wifi::before {
  content: "\ef9f";
}

.lni-cloud-wind::before {
  content: "\efa0";
}

.lni-cloud-xmark::before {
  content: "\efa1";
}

.lni-cloud-xmark-circle::before {
  content: "\efa2";
}

.lni-cloudflare::before {
  content: "\efa3";
}

.lni-clouds::before {
  content: "\efa4";
}

.lni-clouds-sun::before {
  content: "\efa5";
}

.lni-cms-browser::before {
  content: "\efa6";
}

.lni-cms-monitor-1::before {
  content: "\efa7";
}

.lni-cms-monitor-2::before {
  content: "\efa8";
}

.lni-cocktail-1::before {
  content: "\efa9";
}

.lni-cocktail-2::before {
  content: "\efaa";
}

.lni-cocktail-3::before {
  content: "\efab";
}

.lni-code-1::before {
  content: "\efac";
}

.lni-code-1-circle::before {
  content: "\efad";
}

.lni-code-1-hexagon::before {
  content: "\efae";
}

.lni-code-1-octagon::before {
  content: "\efaf";
}

.lni-code-1-rechtangle::before {
  content: "\efb0";
}

.lni-code-1-square::before {
  content: "\efb1";
}

.lni-code-2::before {
  content: "\efb2";
}

.lni-code-2-circle::before {
  content: "\efb3";
}

.lni-code-2-hexagon::before {
  content: "\efb4";
}

.lni-code-2-octagon::before {
  content: "\efb5";
}

.lni-code-2-rechtangle::before {
  content: "\efb6";
}

.lni-code-2-square::before {
  content: "\efb7";
}

.lni-code-branch::before {
  content: "\efb8";
}

.lni-code-compare::before {
  content: "\efb9";
}

.lni-code-fork::before {
  content: "\efba";
}

.lni-code-pull-request::before {
  content: "\efbb";
}

.lni-code-pull-request-closed::before {
  content: "\efbc";
}

.lni-code-pull-request-draft::before {
  content: "\efbd";
}

.lni-code-s::before {
  content: "\efbe";
}

.lni-codepen::before {
  content: "\efbf";
}

.lni-coffee-beans::before {
  content: "\efc0";
}

.lni-coffee-cup-1::before {
  content: "\efc1";
}

.lni-coffee-cup-2::before {
  content: "\efc2";
}

.lni-coffee-machine::before {
  content: "\efc3";
}

.lni-coffee-pot::before {
  content: "\efc4";
}

.lni-coinbase::before {
  content: "\efc5";
}

.lni-coinbase-2::before {
  content: "\efc6";
}

.lni-coins::before {
  content: "\efc7";
}

.lni-coins-bitcoin::before {
  content: "\efc8";
}

.lni-coins-cash::before {
  content: "\efc9";
}

.lni-coins-check-circle::before {
  content: "\efca";
}

.lni-coins-crypto::before {
  content: "\efcb";
}

.lni-coins-disabled::before {
  content: "\efcc";
}

.lni-coins-dollar::before {
  content: "\efcd";
}

.lni-coins-euro::before {
  content: "\efce";
}

.lni-coins-globe::before {
  content: "\efcf";
}

.lni-coins-minus::before {
  content: "\efd0";
}

.lni-coins-number-10::before {
  content: "\efd1";
}

.lni-coins-percent::before {
  content: "\efd2";
}

.lni-coins-plus::before {
  content: "\efd3";
}

.lni-coins-recycle::before {
  content: "\efd4";
}

.lni-coins-refresh::before {
  content: "\efd5";
}

.lni-coins-refresh-1::before {
  content: "\efd6";
}

.lni-coins-search::before {
  content: "\efd7";
}

.lni-coins-shield::before {
  content: "\efd8";
}

.lni-coins-smile::before {
  content: "\efd9";
}

.lni-coins-star::before {
  content: "\efda";
}

.lni-coins-swap::before {
  content: "\efdb";
}

.lni-coins-trend-down::before {
  content: "\efdc";
}

.lni-coins-trend-up::before {
  content: "\efdd";
}

.lni-coins-xmark-circle::before {
  content: "\efde";
}

.lni-colour-palette-1::before {
  content: "\efdf";
}

.lni-colour-palette-2::before {
  content: "\efe0";
}

.lni-colour-palette-3::before {
  content: "\efe1";
}

.lni-column::before {
  content: "\efe2";
}

.lni-comb-1::before {
  content: "\efe3";
}

.lni-comb-2::before {
  content: "\efe4";
}

.lni-comb-3::before {
  content: "\efe5";
}

.lni-comic-chat-1::before {
  content: "\efe6";
}

.lni-comic-chat-1-dots::before {
  content: "\efe7";
}

.lni-comic-chat-1-text::before {
  content: "\efe8";
}

.lni-comic-chat-2::before {
  content: "\efe9";
}

.lni-comic-chat-2-dots::before {
  content: "\efea";
}

.lni-comic-chat-2-text::before {
  content: "\efeb";
}

.lni-comic-chat-3::before {
  content: "\efec";
}

.lni-comic-chat-3-dots::before {
  content: "\efed";
}

.lni-comic-chat-3-text::before {
  content: "\efee";
}

.lni-comic-dialogue::before {
  content: "\efef";
}

.lni-comic-dialogue-dots::before {
  content: "\eff0";
}

.lni-comic-dialogue-error::before {
  content: "\eff1";
}

.lni-comic-dialogue-heart::before {
  content: "\eff2";
}

.lni-comic-dialogue-minus::before {
  content: "\eff3";
}

.lni-comic-dialogue-plus::before {
  content: "\eff4";
}

.lni-comic-dialogue-question::before {
  content: "\eff5";
}

.lni-comic-dialogue-share::before {
  content: "\eff6";
}

.lni-comic-dialogue-text::before {
  content: "\eff7";
}

.lni-command::before {
  content: "\eff8";
}

.lni-comment-1::before {
  content: "\eff9";
}

.lni-comment-1-check::before {
  content: "\effa";
}

.lni-comment-1-dollar::before {
  content: "\effb";
}

.lni-comment-1-dots::before {
  content: "\effc";
}

.lni-comment-1-error::before {
  content: "\effd";
}

.lni-comment-1-heart::before {
  content: "\effe";
}

.lni-comment-1-minus::before {
  content: "\efff";
}

.lni-comment-1-plus::before {
  content: "\f000";
}

.lni-comment-1-question::before {
  content: "\f001";
}

.lni-comment-1-share::before {
  content: "\f002";
}

.lni-comment-1-text::before {
  content: "\f003";
}

.lni-comment-1-xmark::before {
  content: "\f004";
}

.lni-comment-2::before {
  content: "\f005";
}

.lni-comment-2-dots::before {
  content: "\f006";
}

.lni-comment-2-error::before {
  content: "\f007";
}

.lni-comment-2-heart::before {
  content: "\f008";
}

.lni-comment-2-minus::before {
  content: "\f009";
}

.lni-comment-2-plus::before {
  content: "\f00a";
}

.lni-comment-2-question::before {
  content: "\f00b";
}

.lni-comment-2-share::before {
  content: "\f00c";
}

.lni-comment-2-text::before {
  content: "\f00d";
}

.lni-comment-3::before {
  content: "\f00e";
}

.lni-comment-3-dots::before {
  content: "\f00f";
}

.lni-comment-3-error::before {
  content: "\f010";
}

.lni-comment-3-heart::before {
  content: "\f011";
}

.lni-comment-3-minus::before {
  content: "\f012";
}

.lni-comment-3-plus::before {
  content: "\f013";
}

.lni-comment-3-question::before {
  content: "\f014";
}

.lni-comment-3-share::before {
  content: "\f015";
}

.lni-comment-3-text::before {
  content: "\f016";
}

.lni-comment-4::before {
  content: "\f017";
}

.lni-comment-4-dots::before {
  content: "\f018";
}

.lni-comment-4-error::before {
  content: "\f019";
}

.lni-comment-4-heart::before {
  content: "\f01a";
}

.lni-comment-4-minus::before {
  content: "\f01b";
}

.lni-comment-4-plus::before {
  content: "\f01c";
}

.lni-comment-4-question::before {
  content: "\f01d";
}

.lni-comment-4-share::before {
  content: "\f01e";
}

.lni-comment-4-text::before {
  content: "\f01f";
}

.lni-comment-5::before {
  content: "\f020";
}

.lni-comment-5-dots::before {
  content: "\f021";
}

.lni-comment-5-error::before {
  content: "\f022";
}

.lni-comment-5-heart::before {
  content: "\f023";
}

.lni-comment-5-minus::before {
  content: "\f024";
}

.lni-comment-5-plus::before {
  content: "\f025";
}

.lni-comment-5-question::before {
  content: "\f026";
}

.lni-comment-5-share::before {
  content: "\f027";
}

.lni-comment-5-text::before {
  content: "\f028";
}

.lni-comment-6::before {
  content: "\f029";
}

.lni-comment-6-dots::before {
  content: "\f02a";
}

.lni-comment-6-error::before {
  content: "\f02b";
}

.lni-comment-6-heart::before {
  content: "\f02c";
}

.lni-comment-6-minus::before {
  content: "\f02d";
}

.lni-comment-6-plus::before {
  content: "\f02e";
}

.lni-comment-6-question::before {
  content: "\f02f";
}

.lni-comment-6-share::before {
  content: "\f030";
}

.lni-comment-6-text::before {
  content: "\f031";
}

.lni-comment-bot-angry::before {
  content: "\f032";
}

.lni-comment-bot-cute::before {
  content: "\f033";
}

.lni-comment-bot-error::before {
  content: "\f034";
}

.lni-comment-bot-happy::before {
  content: "\f035";
}

.lni-comment-bot-neutral-1::before {
  content: "\f036";
}

.lni-comment-bot-neutral-2::before {
  content: "\f037";
}

.lni-comment-bot-sad::before {
  content: "\f038";
}

.lni-commit-git-1::before {
  content: "\f039";
}

.lni-commit-git-2::before {
  content: "\f03a";
}

.lni-compass-1::before {
  content: "\f03b";
}

.lni-compass-1-disabled::before {
  content: "\f03c";
}

.lni-compass-2::before {
  content: "\f03d";
}

.lni-compass-3::before {
  content: "\f03e";
}

.lni-compass-3-disabled::before {
  content: "\f03f";
}

.lni-compass-drafting-1::before {
  content: "\f040";
}

.lni-compass-drafting-2::before {
  content: "\f041";
}

.lni-compress-arrow-1::before {
  content: "\f042";
}

.lni-compress-arrow-2::before {
  content: "\f043";
}

.lni-compress-arrow-3::before {
  content: "\f044";
}

.lni-compress-arrow-4::before {
  content: "\f045";
}

.lni-compress-arrow-5::before {
  content: "\f046";
}

.lni-compress-arrow-6::before {
  content: "\f047";
}

.lni-compress-arrow-7::before {
  content: "\f048";
}

.lni-compress-arrow-8::before {
  content: "\f049";
}

.lni-compress-arrow-9::before {
  content: "\f04a";
}

.lni-compress-arrow-top-right-square-1::before {
  content: "\f04b";
}

.lni-compress-arrow-top-right-square-2::before {
  content: "\f04c";
}

.lni-compress-circle::before {
  content: "\f04d";
}

.lni-compress-square-1::before {
  content: "\f04e";
}

.lni-compress-square-2::before {
  content: "\f04f";
}

.lni-compress-square-3::before {
  content: "\f050";
}

.lni-compress-square-4::before {
  content: "\f051";
}

.lni-computer-1::before {
  content: "\f052";
}

.lni-computer-2::before {
  content: "\f053";
}

.lni-computer-3::before {
  content: "\f054";
}

.lni-computer-beat::before {
  content: "\f055";
}

.lni-computer-binary::before {
  content: "\f056";
}

.lni-computer-bolt::before {
  content: "\f057";
}

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

.lni-computer-cloud::before {
  content: "\f059";
}

.lni-computer-code::before {
  content: "\f05a";
}

.lni-computer-error-circle::before {
  content: "\f05b";
}

.lni-computer-gear::before {
  content: "\f05c";
}

.lni-computer-leaf::before {
  content: "\f05d";
}

.lni-computer-link::before {
  content: "\f05e";
}

.lni-computer-locked::before {
  content: "\f05f";
}

.lni-computer-phone::before {
  content: "\f060";
}

.lni-computer-refresh::before {
  content: "\f061";
}

.lni-computer-shield::before {
  content: "\f062";
}

.lni-computer-time::before {
  content: "\f063";
}

.lni-computer-user::before {
  content: "\f064";
}

.lni-computer-wifi::before {
  content: "\f065";
}

.lni-confetti::before {
  content: "\f066";
}

.lni-connectdevelop::before {
  content: "\f067";
}

.lni-connected-nodes::before {
  content: "\f068";
}

.lni-constraints::before {
  content: "\f069";
}

.lni-constraints-bottom-center::before {
  content: "\f06a";
}

.lni-constraints-bottom-left::before {
  content: "\f06b";
}

.lni-constraints-bottom-right::before {
  content: "\f06c";
}

.lni-constraints-center-all-direction::before {
  content: "\f06d";
}

.lni-constraints-center-left::before {
  content: "\f06e";
}

.lni-constraints-center-right::before {
  content: "\f06f";
}

.lni-constraints-top-center::before {
  content: "\f070";
}

.lni-constraints-top-left::before {
  content: "\f071";
}

.lni-constraints-top-right::before {
  content: "\f072";
}

.lni-conversations-1::before {
  content: "\f073";
}

.lni-conversations-10::before {
  content: "\f074";
}

.lni-conversations-11::before {
  content: "\f075";
}

.lni-conversations-12::before {
  content: "\f076";
}

.lni-conversations-2::before {
  content: "\f077";
}

.lni-conversations-3::before {
  content: "\f078";
}

.lni-conversations-4::before {
  content: "\f079";
}

.lni-conversations-5::before {
  content: "\f07a";
}

.lni-conversations-6::before {
  content: "\f07b";
}

.lni-conversations-7::before {
  content: "\f07c";
}

.lni-conversations-8::before {
  content: "\f07d";
}

.lni-conversations-9::before {
  content: "\f07e";
}

.lni-convert::before {
  content: "\f07f";
}

.lni-convert-image::before {
  content: "\f080";
}

.lni-convert-video-image::before {
  content: "\f081";
}

.lni-convert-video-music::before {
  content: "\f082";
}

.lni-cookies::before {
  content: "\f083";
}

.lni-copilot::before {
  content: "\f084";
}

.lni-copy-1::before {
  content: "\f085";
}

.lni-copy-2::before {
  content: "\f086";
}

.lni-copy-3::before {
  content: "\f087";
}

.lni-copy-4::before {
  content: "\f088";
}

.lni-copy-5::before {
  content: "\f089";
}

.lni-copy-6::before {
  content: "\f08a";
}

.lni-copy-7::before {
  content: "\f08b";
}

.lni-copy-8::before {
  content: "\f08c";
}

.lni-coral::before {
  content: "\f08d";
}

.lni-corn::before {
  content: "\f08e";
}

.lni-corner-double-down-left::before {
  content: "\f08f";
}

.lni-corner-double-down-right::before {
  content: "\f090";
}

.lni-corner-double-left-down::before {
  content: "\f091";
}

.lni-corner-double-left-up::before {
  content: "\f092";
}

.lni-corner-double-right-down::before {
  content: "\f093";
}

.lni-corner-double-right-up::before {
  content: "\f094";
}

.lni-corner-double-up-left::before {
  content: "\f095";
}

.lni-corner-double-up-right::before {
  content: "\f096";
}

.lni-cottage-1::before {
  content: "\f097";
}

.lni-cottage-2::before {
  content: "\f098";
}

.lni-cottage-3::before {
  content: "\f099";
}

.lni-cottage-4::before {
  content: "\f09a";
}

.lni-cotton-bud::before {
  content: "\f09b";
}

.lni-cotton-buds::before {
  content: "\f09c";
}

.lni-court-1::before {
  content: "\f09d";
}

.lni-court-2::before {
  content: "\f09e";
}

.lni-court-3::before {
  content: "\f09f";
}

.lni-court-check-circle::before {
  content: "\f0a0";
}

.lni-court-disabled::before {
  content: "\f0a1";
}

.lni-court-error-circle::before {
  content: "\f0a2";
}

.lni-court-fire::before {
  content: "\f0a3";
}

.lni-court-question-mark::before {
  content: "\f0a4";
}

.lni-court-time::before {
  content: "\f0a5";
}

.lni-court-user::before {
  content: "\f0a6";
}

.lni-court-xmark-circle::before {
  content: "\f0a7";
}

.lni-cow::before {
  content: "\f0a8";
}

.lni-cpanel::before {
  content: "\f0a9";
}

.lni-crab::before {
  content: "\f0aa";
}

.lni-crane-1::before {
  content: "\f0ab";
}

.lni-crane-10::before {
  content: "\f0ac";
}

.lni-crane-2::before {
  content: "\f0ad";
}

.lni-crane-3::before {
  content: "\f0ae";
}

.lni-crane-4::before {
  content: "\f0af";
}

.lni-crane-5::before {
  content: "\f0b0";
}

.lni-crane-6::before {
  content: "\f0b1";
}

.lni-crane-7::before {
  content: "\f0b2";
}

.lni-crane-8::before {
  content: "\f0b3";
}

.lni-crane-9::before {
  content: "\f0b4";
}

.lni-cream-1::before {
  content: "\f0b5";
}

.lni-cream-2::before {
  content: "\f0b6";
}

.lni-cream-3::before {
  content: "\f0b7";
}

.lni-cream-4::before {
  content: "\f0b8";
}

.lni-creative-commons::before {
  content: "\f0b9";
}

.lni-credit-card::before {
  content: "\f0ba";
}

.lni-credit-card-arrow-downward::before {
  content: "\f0bb";
}

.lni-credit-card-arrow-left::before {
  content: "\f0bc";
}

.lni-credit-card-arrow-right::before {
  content: "\f0bd";
}

.lni-credit-card-arrow-upward::before {
  content: "\f0be";
}

.lni-credit-card-bug::before {
  content: "\f0bf";
}

.lni-credit-card-cart::before {
  content: "\f0c0";
}

.lni-credit-card-check-circle::before {
  content: "\f0c1";
}

.lni-credit-card-disabled::before {
  content: "\f0c2";
}

.lni-credit-card-dollar::before {
  content: "\f0c3";
}

.lni-credit-card-error-circle::before {
  content: "\f0c4";
}

.lni-credit-card-euro::before {
  content: "\f0c5";
}

.lni-credit-card-gear::before {
  content: "\f0c6";
}

.lni-credit-card-globe::before {
  content: "\f0c7";
}

.lni-credit-card-info::before {
  content: "\f0c8";
}

.lni-credit-card-locked::before {
  content: "\f0c9";
}

.lni-credit-card-minus-circle::before {
  content: "\f0ca";
}

.lni-credit-card-money::before {
  content: "\f0cb";
}

.lni-credit-card-multiple::before {
  content: "\f0cc";
}

.lni-credit-card-nfc::before {
  content: "\f0cd";
}

.lni-credit-card-pencil::before {
  content: "\f0ce";
}

.lni-credit-card-percent-circle::before {
  content: "\f0cf";
}

.lni-credit-card-plus-circle::before {
  content: "\f0d0";
}

.lni-credit-card-plus-circle-1::before {
  content: "\f0d1";
}

.lni-credit-card-pound::before {
  content: "\f0d2";
}

.lni-credit-card-refresh::before {
  content: "\f0d3";
}

.lni-credit-card-ruble::before {
  content: "\f0d4";
}

.lni-credit-card-rupee::before {
  content: "\f0d5";
}

.lni-credit-card-search::before {
  content: "\f0d6";
}

.lni-credit-card-shield::before {
  content: "\f0d7";
}

.lni-credit-card-star::before {
  content: "\f0d8";
}

.lni-credit-card-swap::before {
  content: "\f0d9";
}

.lni-credit-card-taka::before {
  content: "\f0da";
}

.lni-credit-card-trash::before {
  content: "\f0db";
}

.lni-credit-card-unlocked::before {
  content: "\f0dc";
}

.lni-credit-card-user::before {
  content: "\f0dd";
}

.lni-credit-card-xmark-circle::before {
  content: "\f0de";
}

.lni-credit-card-yen::before {
  content: "\f0df";
}

.lni-cricket-bat::before {
  content: "\f0e0";
}

.lni-crocodile::before {
  content: "\f0e1";
}

.lni-crop::before {
  content: "\f0e2";
}

.lni-crop-2::before {
  content: "\f0e3";
}

.lni-crop-3::before {
  content: "\f0e4";
}

.lni-crop-image::before {
  content: "\f0e5";
}

.lni-cross::before {
  content: "\f0e6";
}

.lni-crown-1::before {
  content: "\f0e7";
}

.lni-crown-2::before {
  content: "\f0e8";
}

.lni-crown-3::before {
  content: "\f0e9";
}

.lni-crown-4::before {
  content: "\f0ea";
}

.lni-crown-queen::before {
  content: "\f0eb";
}

.lni-cruise-1::before {
  content: "\f0ec";
}

.lni-cruise-2::before {
  content: "\f0ed";
}

.lni-crypto-circle::before {
  content: "\f0ee";
}

.lni-css3::before {
  content: "\f0ef";
}

.lni-cubes::before {
  content: "\f0f0";
}

.lni-cupcake-1::before {
  content: "\f0f1";
}

.lni-cupcake-2::before {
  content: "\f0f2";
}

.lni-cupcake-heart-1::before {
  content: "\f0f3";
}

.lni-cupcake-heart-2::before {
  content: "\f0f4";
}

.lni-cupid::before {
  content: "\f0f5";
}

.lni-cupid-heart::before {
  content: "\f0f6";
}

.lni-curvy-road-1::before {
  content: "\f0f7";
}

.lni-curvy-road-2::before {
  content: "\f0f8";
}

.lni-cutter-1::before {
  content: "\f0f9";
}

.lni-cutter-2::before {
  content: "\f0fa";
}

.lni-dashboard-circle::before {
  content: "\f0fb";
}

.lni-dashboard-circle-beat::before {
  content: "\f0fc";
}

.lni-dashboard-circle-bolt::before {
  content: "\f0fd";
}

.lni-dashboard-circle-bug::before {
  content: "\f0fe";
}

.lni-dashboard-circle-check::before {
  content: "\f0ff";
}

.lni-dashboard-circle-gear::before {
  content: "\f100";
}

.lni-dashboard-circle-minus::before {
  content: "\f101";
}

.lni-dashboard-circle-mixed::before {
  content: "\f102";
}

.lni-dashboard-circle-pencil::before {
  content: "\f103";
}

.lni-dashboard-circle-pie-chart::before {
  content: "\f104";
}

.lni-dashboard-circle-plus::before {
  content: "\f105";
}

.lni-dashboard-circle-search::before {
  content: "\f106";
}

.lni-dashboard-circle-star::before {
  content: "\f107";
}

.lni-dashboard-circle-trend-down::before {
  content: "\f108";
}

.lni-dashboard-circle-trend-up::before {
  content: "\f109";
}

.lni-dashboard-circle-user::before {
  content: "\f10a";
}

.lni-dashboard-circle-xmark::before {
  content: "\f10b";
}

.lni-dashboard-sidebar::before {
  content: "\f10c";
}

.lni-dashboard-square-1::before {
  content: "\f10d";
}

.lni-dashboard-square-10::before {
  content: "\f10e";
}

.lni-dashboard-square-2::before {
  content: "\f10f";
}

.lni-dashboard-square-3::before {
  content: "\f110";
}

.lni-dashboard-square-4::before {
  content: "\f111";
}

.lni-dashboard-square-5::before {
  content: "\f112";
}

.lni-dashboard-square-6::before {
  content: "\f113";
}

.lni-dashboard-square-7::before {
  content: "\f114";
}

.lni-dashboard-square-8::before {
  content: "\f115";
}

.lni-dashboard-square-9::before {
  content: "\f116";
}

.lni-dashboard-square-beat::before {
  content: "\f117";
}

.lni-dashboard-square-bolt::before {
  content: "\f118";
}

.lni-dashboard-square-bug::before {
  content: "\f119";
}

.lni-dashboard-square-check::before {
  content: "\f11a";
}

.lni-dashboard-square-gear::before {
  content: "\f11b";
}

.lni-dashboard-square-minus::before {
  content: "\f11c";
}

.lni-dashboard-square-pencil::before {
  content: "\f11d";
}

.lni-dashboard-square-pie-chart::before {
  content: "\f11e";
}

.lni-dashboard-square-plus::before {
  content: "\f11f";
}

.lni-dashboard-square-search::before {
  content: "\f120";
}

.lni-dashboard-square-star::before {
  content: "\f121";
}

.lni-dashboard-square-trend-down::before {
  content: "\f122";
}

.lni-dashboard-square-trend-up::before {
  content: "\f123";
}

.lni-dashboard-square-user::before {
  content: "\f124";
}

.lni-dashboard-square-xmark::before {
  content: "\f125";
}

.lni-dashboard-topbar::before {
  content: "\f126";
}

.lni-database-1::before {
  content: "\f127";
}

.lni-database-2::before {
  content: "\f128";
}

.lni-database-3::before {
  content: "\f129";
}

.lni-database-4::before {
  content: "\f12a";
}

.lni-database-5::before {
  content: "\f12b";
}

.lni-database-arrow-downward::before {
  content: "\f12c";
}

.lni-database-arrow-left::before {
  content: "\f12d";
}

.lni-database-arrow-right::before {
  content: "\f12e";
}

.lni-database-arrow-upward::before {
  content: "\f12f";
}

.lni-database-bar-chart::before {
  content: "\f130";
}

.lni-database-bolt::before {
  content: "\f131";
}

.lni-database-check-circle::before {
  content: "\f132";
}

.lni-database-cloud::before {
  content: "\f133";
}

.lni-database-code::before {
  content: "\f134";
}

.lni-database-disabled-1::before {
  content: "\f135";
}

.lni-database-disabled-2::before {
  content: "\f136";
}

.lni-database-error-circle::before {
  content: "\f137";
}

.lni-database-gear::before {
  content: "\f138";
}

.lni-database-indicator::before {
  content: "\f139";
}

.lni-database-leaf::before {
  content: "\f13a";
}

.lni-database-link::before {
  content: "\f13b";
}

.lni-database-live::before {
  content: "\f13c";
}

.lni-database-locked::before {
  content: "\f13d";
}

.lni-database-minus-circle::before {
  content: "\f13e";
}

.lni-database-pencil::before {
  content: "\f13f";
}

.lni-database-percent::before {
  content: "\f140";
}

.lni-database-phone::before {
  content: "\f141";
}

.lni-database-play::before {
  content: "\f142";
}

.lni-database-question::before {
  content: "\f143";
}

.lni-database-refresh::before {
  content: "\f144";
}

.lni-database-shield::before {
  content: "\f145";
}

.lni-database-time::before {
  content: "\f146";
}

.lni-database-trash::before {
  content: "\f147";
}

.lni-database-user::before {
  content: "\f148";
}

.lni-database-video::before {
  content: "\f149";
}

.lni-database-wifi::before {
  content: "\f14a";
}

.lni-database-xmark-circle::before {
  content: "\f14b";
}

.lni-decagram-bulb::before {
  content: "\f14c";
}

.lni-deno::before {
  content: "\f14d";
}

.lni-deployment-laptop::before {
  content: "\f14e";
}

.lni-deployment-pc::before {
  content: "\f14f";
}

.lni-desert-1::before {
  content: "\f150";
}

.lni-desert-2::before {
  content: "\f151";
}

.lni-desert-3::before {
  content: "\f152";
}

.lni-desert-4::before {
  content: "\f153";
}

.lni-desert-5::before {
  content: "\f154";
}

.lni-desert-6::before {
  content: "\f155";
}

.lni-dev::before {
  content: "\f156";
}

.lni-device-beat::before {
  content: "\f157";
}

.lni-device-plus::before {
  content: "\f158";
}

.lni-dial::before {
  content: "\f159";
}

.lni-dial-max::before {
  content: "\f15a";
}

.lni-dial-med::before {
  content: "\f15b";
}

.lni-dialogflow::before {
  content: "\f15c";
}

.lni-diamond-aeroplane-1::before {
  content: "\f15d";
}

.lni-diamond-aeroplane-2::before {
  content: "\f15e";
}

.lni-diamond-arrow-both-direction-horizontal::before {
  content: "\f15f";
}

.lni-diamond-arrow-both-direction-vertical::before {
  content: "\f160";
}

.lni-diamond-arrow-left::before {
  content: "\f161";
}

.lni-diamond-arrow-right::before {
  content: "\f162";
}

.lni-diamond-arrow-upward::before {
  content: "\f163";
}

.lni-diamond-bolt::before {
  content: "\f164";
}

.lni-diamond-check::before {
  content: "\f165";
}

.lni-diamond-curve-left::before {
  content: "\f166";
}

.lni-diamond-curve-right::before {
  content: "\f167";
}

.lni-diamond-entering-left::before {
  content: "\f168";
}

.lni-diamond-entering-right::before {
  content: "\f169";
}

.lni-diamond-error::before {
  content: "\f16a";
}

.lni-diamond-fire::before {
  content: "\f16b";
}

.lni-diamond-heart::before {
  content: "\f16c";
}

.lni-diamond-info::before {
  content: "\f16d";
}

.lni-diamond-intersection-curve-left::before {
  content: "\f16e";
}

.lni-diamond-intersection-curve-right::before {
  content: "\f16f";
}

.lni-diamond-left-downward::before {
  content: "\f170";
}

.lni-diamond-list::before {
  content: "\f171";
}

.lni-diamond-locked::before {
  content: "\f172";
}

.lni-diamond-moon::before {
  content: "\f173";
}

.lni-diamond-no-entry::before {
  content: "\f174";
}

.lni-diamond-question::before {
  content: "\f175";
}

.lni-diamond-redo::before {
  content: "\f176";
}

.lni-diamond-refresh::before {
  content: "\f177";
}

.lni-diamond-right-downward::before {
  content: "\f178";
}

.lni-diamond-sharp-left-curve::before {
  content: "\f179";
}

.lni-diamond-sharp-right-curve::before {
  content: "\f17a";
}

.lni-diamond-sun::before {
  content: "\f17b";
}

.lni-diamond-turn-left::before {
  content: "\f17c";
}

.lni-diamond-turn-right::before {
  content: "\f17d";
}

.lni-diamond-two-way::before {
  content: "\f17e";
}

.lni-diamond-u-tern-left::before {
  content: "\f17f";
}

.lni-diamond-u-tern-right::before {
  content: "\f180";
}

.lni-diamond-undo::before {
  content: "\f181";
}

.lni-diamond-xmark::before {
  content: "\f182";
}

.lni-diamonds-1::before {
  content: "\f183";
}

.lni-diamonds-2::before {
  content: "\f184";
}

.lni-digitalocean::before {
  content: "\f185";
}

.lni-diners-club::before {
  content: "\f186";
}

.lni-direction-ltr::before {
  content: "\f187";
}

.lni-direction-north::before {
  content: "\f188";
}

.lni-direction-rtl::before {
  content: "\f189";
}

.lni-discord::before {
  content: "\f18a";
}

.lni-discord-chat::before {
  content: "\f18b";
}

.lni-discover::before {
  content: "\f18c";
}

.lni-disk-heart::before {
  content: "\f18d";
}

.lni-dna-1::before {
  content: "\f18e";
}

.lni-dna-2::before {
  content: "\f18f";
}

.lni-dna-3::before {
  content: "\f190";
}

.lni-docker::before {
  content: "\f191";
}

.lni-document-bulb::before {
  content: "\f192";
}

.lni-dog::before {
  content: "\f193";
}

.lni-dogecoin::before {
  content: "\f194";
}

.lni-dollar::before {
  content: "\f195";
}

.lni-dollar-arrow-downward::before {
  content: "\f196";
}

.lni-dollar-arrow-up::before {
  content: "\f197";
}

.lni-dollar-arrow-upward::before {
  content: "\f198";
}

.lni-dollar-circle::before {
  content: "\f199";
}

.lni-dollar-clock::before {
  content: "\f19a";
}

.lni-dollar-coins::before {
  content: "\f19b";
}

.lni-dollar-connect::before {
  content: "\f19c";
}

.lni-dollar-gift::before {
  content: "\f19d";
}

.lni-dollar-hexagon::before {
  content: "\f19e";
}

.lni-dollar-octagon::before {
  content: "\f19f";
}

.lni-dollar-square::before {
  content: "\f1a0";
}

.lni-dollar-trend-down::before {
  content: "\f1a1";
}

.lni-dollar-trend-up::before {
  content: "\f1a2";
}

.lni-dolphin::before {
  content: "\f1a3";
}

.lni-donut::before {
  content: "\f1a4";
}

.lni-door-1::before {
  content: "\f1a5";
}

.lni-door-2::before {
  content: "\f1a6";
}

.lni-door-3::before {
  content: "\f1a7";
}

.lni-door-hanger::before {
  content: "\f1a8";
}

.lni-door-hanger-heart::before {
  content: "\f1a9";
}

.lni-double-quotes-end-1::before {
  content: "\f1aa";
}

.lni-double-quotes-end-2::before {
  content: "\f1ab";
}

.lni-double-quotes-end-circle-1::before {
  content: "\f1ac";
}

.lni-double-quotes-end-circle-2::before {
  content: "\f1ad";
}

.lni-double-quotes-start-1::before {
  content: "\f1ae";
}

.lni-double-quotes-start-2::before {
  content: "\f1af";
}

.lni-double-quotes-start-circle-1::before {
  content: "\f1b0";
}

.lni-double-quotes-start-circle-2::before {
  content: "\f1b1";
}

.lni-dove::before {
  content: "\f1b2";
}

.lni-download-1::before {
  content: "\f1b3";
}

.lni-download-1-disabled::before {
  content: "\f1b4";
}

.lni-download-2::before {
  content: "\f1b5";
}

.lni-download-2-disabled::before {
  content: "\f1b6";
}

.lni-download-3::before {
  content: "\f1b7";
}

.lni-download-3-disabled::before {
  content: "\f1b8";
}

.lni-download-4::before {
  content: "\f1b9";
}

.lni-download-4-disabled::before {
  content: "\f1ba";
}

.lni-download-5::before {
  content: "\f1bb";
}

.lni-download-5-disabled::before {
  content: "\f1bc";
}

.lni-download-6::before {
  content: "\f1bd";
}

.lni-download-6-disabled::before {
  content: "\f1be";
}

.lni-download-7::before {
  content: "\f1bf";
}

.lni-download-7-disabled::before {
  content: "\f1c0";
}

.lni-download-8::before {
  content: "\f1c1";
}

.lni-download-8-disabled::before {
  content: "\f1c2";
}

.lni-download-circle-1::before {
  content: "\f1c3";
}

.lni-download-circle-2::before {
  content: "\f1c4";
}

.lni-download-cloud::before {
  content: "\f1c5";
}

.lni-download-half-circle-1::before {
  content: "\f1c6";
}

.lni-download-half-circle-2::before {
  content: "\f1c7";
}

.lni-download-rechtangle::before {
  content: "\f1c8";
}

.lni-download-square-1::before {
  content: "\f1c9";
}

.lni-download-square-2::before {
  content: "\f1ca";
}

.lni-downloading::before {
  content: "\f1cb";
}

.lni-dress-1::before {
  content: "\f1cc";
}

.lni-dress-2::before {
  content: "\f1cd";
}

.lni-dress-3::before {
  content: "\f1ce";
}

.lni-dress-4::before {
  content: "\f1cf";
}

.lni-dress-5::before {
  content: "\f1d0";
}

.lni-dribbble::before {
  content: "\f1d1";
}

.lni-dribbble-symbol::before {
  content: "\f1d2";
}

.lni-drill::before {
  content: "\f1d3";
}

.lni-drilling::before {
  content: "\f1d4";
}

.lni-drizzle::before {
  content: "\f1d5";
}

.lni-drone::before {
  content: "\f1d6";
}

.lni-dropbox::before {
  content: "\f1d7";
}

.lni-dropper-1::before {
  content: "\f1d8";
}

.lni-dropper-2::before {
  content: "\f1d9";
}

.lni-dropper-3::before {
  content: "\f1da";
}

.lni-dropper-4::before {
  content: "\f1db";
}

.lni-drupal::before {
  content: "\f1dc";
}

.lni-dual-sim::before {
  content: "\f1dd";
}

.lni-dual-sim-disabled::before {
  content: "\f1de";
}

.lni-duck::before {
  content: "\f1df";
}

.lni-dumbbell-1::before {
  content: "\f1e0";
}

.lni-dumbbell-2::before {
  content: "\f1e1";
}

.lni-dumbbells::before {
  content: "\f1e2";
}

.lni-earthquake::before {
  content: "\f1e3";
}

.lni-ebook::before {
  content: "\f1e4";
}

.lni-edge::before {
  content: "\f1e5";
}

.lni-eiffel-tower::before {
  content: "\f1e6";
}

.lni-elephant-1::before {
  content: "\f1e7";
}

.lni-elephant-2::before {
  content: "\f1e8";
}

.lni-elephant-3::before {
  content: "\f1e9";
}

.lni-emoj-diagonal-mouth::before {
  content: "\f1ea";
}

.lni-emoj-diagonal-mouth-curved::before {
  content: "\f1eb";
}

.lni-emoji-angry::before {
  content: "\f1ec";
}

.lni-emoji-angry-anguished::before {
  content: "\f1ed";
}

.lni-emoji-angry-anguished-horns::before {
  content: "\f1ee";
}

.lni-emoji-angry-confounded::before {
  content: "\f1ef";
}

.lni-emoji-angry-horns::before {
  content: "\f1f0";
}

.lni-emoji-angry-nose-steam::before {
  content: "\f1f1";
}

.lni-emoji-angry-smile::before {
  content: "\f1f2";
}

.lni-emoji-angry-swear::before {
  content: "\f1f3";
}

.lni-emoji-beam-hand-over-mouth::before {
  content: "\f1f4";
}

.lni-emoji-clouds::before {
  content: "\f1f5";
}

.lni-emoji-confounded-eyes-closed::before {
  content: "\f1f6";
}

.lni-emoji-confounded-squint::before {
  content: "\f1f7";
}

.lni-emoji-crying-1::before {
  content: "\f1f8";
}

.lni-emoji-crying-2::before {
  content: "\f1f9";
}

.lni-emoji-disguise::before {
  content: "\f1fa";
}

.lni-emoji-dizzy::before {
  content: "\f1fb";
}

.lni-emoji-drooling::before {
  content: "\f1fc";
}

.lni-emoji-exhaling::before {
  content: "\f1fd";
}

.lni-emoji-explode::before {
  content: "\f1fe";
}

.lni-emoji-expressionless::before {
  content: "\f1ff";
}

.lni-emoji-expressionless-dashed-line::before {
  content: "\f200";
}

.lni-emoji-expressionless-flat-eyes::before {
  content: "\f201";
}

.lni-emoji-face-mask::before {
  content: "\f202";
}

.lni-emoji-grimace::before {
  content: "\f203";
}

.lni-emoji-grin::before {
  content: "\f204";
}

.lni-emoji-grin-2::before {
  content: "\f205";
}

.lni-emoji-grin-2-large-eyes::before {
  content: "\f206";
}

.lni-emoji-grin-2-relaxed::before {
  content: "\f207";
}

.lni-emoji-grin-2-star::before {
  content: "\f208";
}

.lni-emoji-grin-2-wink::before {
  content: "\f209";
}

.lni-emoji-grin-angry-1::before {
  content: "\f20a";
}

.lni-emoji-grin-angry-2::before {
  content: "\f20b";
}

.lni-emoji-grin-angry-horns::before {
  content: "\f20c";
}

.lni-emoji-grin-beam::before {
  content: "\f20d";
}

.lni-emoji-grin-beam-sweat::before {
  content: "\f20e";
}

.lni-emoji-grin-eyes-heart::before {
  content: "\f20f";
}

.lni-emoji-grin-eyes-xmark::before {
  content: "\f210";
}

.lni-emoji-grin-large-eyes-1::before {
  content: "\f211";
}

.lni-emoji-grin-large-eyes-2::before {
  content: "\f212";
}

.lni-emoji-grin-squint::before {
  content: "\f213";
}

.lni-emoji-grin-tears-squint::before {
  content: "\f214";
}

.lni-emoji-grin-tears-squint-rotated::before {
  content: "\f215";
}

.lni-emoji-grin-wink-1::before {
  content: "\f216";
}

.lni-emoji-grin-wink-2::before {
  content: "\f217";
}

.lni-emoji-hand-over-mouth::before {
  content: "\f218";
}

.lni-emoji-hat::before {
  content: "\f219";
}

.lni-emoji-head-bandage::before {
  content: "\f21a";
}

.lni-emoji-icicles::before {
  content: "\f21b";
}

.lni-emoji-judging::before {
  content: "\f21c";
}

.lni-emoji-kiss::before {
  content: "\f21d";
}

.lni-emoji-kiss-eyes-closed::before {
  content: "\f21e";
}

.lni-emoji-kiss-eyes-closed-heart::before {
  content: "\f21f";
}

.lni-emoji-long-nose::before {
  content: "\f220";
}

.lni-emoji-meh-blank::before {
  content: "\f221";
}

.lni-emoji-meh-blank-large-eyes::before {
  content: "\f222";
}

.lni-emoji-meh-large-eyes::before {
  content: "\f223";
}

.lni-emoji-meh-rolling-eyes::before {
  content: "\f224";
}

.lni-emoji-melting::before {
  content: "\f225";
}

.lni-emoji-monocle::before {
  content: "\f226";
}

.lni-emoji-mouth-sewed::before {
  content: "\f227";
}

.lni-emoji-mouth-xmark::before {
  content: "\f228";
}

.lni-emoji-mouth-xmark-eyes-closed::before {
  content: "\f229";
}

.lni-emoji-mouth-zip::before {
  content: "\f22a";
}

.lni-emoji-nauseated::before {
  content: "\f22b";
}

.lni-emoji-nauseated-eye-brows::before {
  content: "\f22c";
}

.lni-emoji-party::before {
  content: "\f22d";
}

.lni-emoji-pensive::before {
  content: "\f22e";
}

.lni-emoji-pouting::before {
  content: "\f22f";
}

.lni-emoji-pouting-large-eyes::before {
  content: "\f230";
}

.lni-emoji-pouting-open-eye-brows::before {
  content: "\f231";
}

.lni-emoji-pouting-open-sweat::before {
  content: "\f232";
}

.lni-emoji-sad::before {
  content: "\f233";
}

.lni-emoji-sad-large-eyes-eye-brows::before {
  content: "\f234";
}

.lni-emoji-sad-squint-1::before {
  content: "\f235";
}

.lni-emoji-sad-squint-2::before {
  content: "\f236";
}

.lni-emoji-sad-sweat-eye-brows::before {
  content: "\f237";
}

.lni-emoji-sad-sweat-eyes-flat::before {
  content: "\f238";
}

.lni-emoji-sad-xmark-eyes::before {
  content: "\f239";
}

.lni-emoji-saluting::before {
  content: "\f23a";
}

.lni-emoji-scream::before {
  content: "\f23b";
}

.lni-emoji-shush::before {
  content: "\f23c";
}

.lni-emoji-sick-thermometer::before {
  content: "\f23d";
}

.lni-emoji-sleepy::before {
  content: "\f23e";
}

.lni-emoji-smile::before {
  content: "\f23f";
}

.lni-emoji-smile-glasses::before {
  content: "\f240";
}

.lni-emoji-smile-glasses-eyes::before {
  content: "\f241";
}

.lni-emoji-smile-glasses-eyes-teeth::before {
  content: "\f242";
}

.lni-emoji-smile-halo::before {
  content: "\f243";
}

.lni-emoji-smile-hands::before {
  content: "\f244";
}

.lni-emoji-smile-heart-eyes::before {
  content: "\f245";
}

.lni-emoji-smile-hearts::before {
  content: "\f246";
}

.lni-emoji-smile-large-eyes-tears::before {
  content: "\f247";
}

.lni-emoji-smile-relaxed::before {
  content: "\f248";
}

.lni-emoji-smile-relaxed-eyebrows::before {
  content: "\f249";
}

.lni-emoji-smile-relaxed-happy::before {
  content: "\f24a";
}

.lni-emoji-smile-relaxed-mouth-open::before {
  content: "\f24b";
}

.lni-emoji-smile-side::before {
  content: "\f24c";
}

.lni-emoji-smile-side-eyes-closed::before {
  content: "\f24d";
}

.lni-emoji-smile-sunglass::before {
  content: "\f24e";
}

.lni-emoji-smile-tear::before {
  content: "\f24f";
}

.lni-emoji-smile-tongue::before {
  content: "\f250";
}

.lni-emoji-smile-upside-down::before {
  content: "\f251";
}

.lni-emoji-smile-wink::before {
  content: "\f252";
}

.lni-emoji-smirking::before {
  content: "\f253";
}

.lni-emoji-smirking-sad::before {
  content: "\f254";
}

.lni-emoji-spiral-eyes::before {
  content: "\f255";
}

.lni-emoji-surprised::before {
  content: "\f256";
}

.lni-emoji-surprised-eye-brows::before {
  content: "\f257";
}

.lni-emoji-thinking::before {
  content: "\f258";
}

.lni-emoji-tired::before {
  content: "\f259";
}

.lni-emoji-tissue::before {
  content: "\f25a";
}

.lni-emoji-tongue::before {
  content: "\f25b";
}

.lni-emoji-tongue-dollar::before {
  content: "\f25c";
}

.lni-emoji-tongue-large-eyes::before {
  content: "\f25d";
}

.lni-emoji-tongue-sweat::before {
  content: "\f25e";
}

.lni-emoji-tongue-wink::before {
  content: "\f25f";
}

.lni-emoji-tongue-wink-large-eyes::before {
  content: "\f260";
}

.lni-emoji-vomit::before {
  content: "\f261";
}

.lni-emoji-weary::before {
  content: "\f262";
}

.lni-emoji-weary-eyes-closed::before {
  content: "\f263";
}

.lni-emoji-weary-eyes-closed-tears::before {
  content: "\f264";
}

.lni-emoji-weary-sweat::before {
  content: "\f265";
}

.lni-emoji-weary-sweat-eye-brows::before {
  content: "\f266";
}

.lni-emoji-weary-wink-eye-brows::before {
  content: "\f267";
}

.lni-emoji-woozy::before {
  content: "\f268";
}

.lni-emoji-zany::before {
  content: "\f269";
}

.lni-empire-state-building::before {
  content: "\f26a";
}

.lni-enter::before {
  content: "\f26b";
}

.lni-enter-down::before {
  content: "\f26c";
}

.lni-envato::before {
  content: "\f26d";
}

.lni-envelope-1::before {
  content: "\f26e";
}

.lni-envelope-2::before {
  content: "\f26f";
}

.lni-envelope-3::before {
  content: "\f270";
}

.lni-envelope-arrow-bottom-left::before {
  content: "\f271";
}

.lni-envelope-arrow-right::before {
  content: "\f272";
}

.lni-envelope-arrow-top-right::before {
  content: "\f273";
}

.lni-envelope-check-circle::before {
  content: "\f274";
}

.lni-envelope-disabled::before {
  content: "\f275";
}

.lni-envelope-document::before {
  content: "\f276";
}

.lni-envelope-error-circle::before {
  content: "\f277";
}

.lni-envelope-heart-1::before {
  content: "\f278";
}

.lni-envelope-heart-2::before {
  content: "\f279";
}

.lni-envelope-info-circle::before {
  content: "\f27a";
}

.lni-envelope-locked::before {
  content: "\f27b";
}

.lni-envelope-minus-circle::before {
  content: "\f27c";
}

.lni-envelope-money::before {
  content: "\f27d";
}

.lni-envelope-paperclip::before {
  content: "\f27e";
}

.lni-envelope-pencil::before {
  content: "\f27f";
}

.lni-envelope-plus-circle::before {
  content: "\f280";
}

.lni-envelope-search::before {
  content: "\f281";
}

.lni-envelope-share::before {
  content: "\f282";
}

.lni-envelope-shield::before {
  content: "\f283";
}

.lni-envelope-xmark-circle::before {
  content: "\f284";
}

.lni-envlope-bulb::before {
  content: "\f285";
}

.lni-eraser-1::before {
  content: "\f286";
}

.lni-eraser-2::before {
  content: "\f287";
}

.lni-error::before {
  content: "\f288";
}

.lni-error-circle::before {
  content: "\f289";
}

.lni-error-hexagon::before {
  content: "\f28a";
}

.lni-error-octagon::before {
  content: "\f28b";
}

.lni-error-square::before {
  content: "\f28c";
}

.lni-ethereum::before {
  content: "\f28d";
}

.lni-ethereum-logo::before {
  content: "\f28e";
}

.lni-ethernet-1::before {
  content: "\f28f";
}

.lni-ethernet-2::before {
  content: "\f290";
}

.lni-euro::before {
  content: "\f291";
}

.lni-euro-circle::before {
  content: "\f292";
}

.lni-euro-trend-down::before {
  content: "\f293";
}

.lni-euro-trend-up::before {
  content: "\f294";
}

.lni-event-gate::before {
  content: "\f295";
}

.lni-exclude-selection::before {
  content: "\f296";
}

.lni-exit::before {
  content: "\f297";
}

.lni-exit-up::before {
  content: "\f298";
}

.lni-expand-arrow-1::before {
  content: "\f299";
}

.lni-expand-arrow-10::before {
  content: "\f29a";
}

.lni-expand-arrow-2::before {
  content: "\f29b";
}

.lni-expand-arrow-3::before {
  content: "\f29c";
}

.lni-expand-arrow-4::before {
  content: "\f29d";
}

.lni-expand-arrow-5::before {
  content: "\f29e";
}

.lni-expand-arrow-6::before {
  content: "\f29f";
}

.lni-expand-arrow-7::before {
  content: "\f2a0";
}

.lni-expand-arrow-8::before {
  content: "\f2a1";
}

.lni-expand-arrow-9::before {
  content: "\f2a2";
}

.lni-expand-arrow-top-right-square-1::before {
  content: "\f2a3";
}

.lni-expand-arrow-top-right-square-2::before {
  content: "\f2a4";
}

.lni-expand-circle::before {
  content: "\f2a5";
}

.lni-expand-square-1::before {
  content: "\f2a6";
}

.lni-expand-square-2::before {
  content: "\f2a7";
}

.lni-expand-square-3::before {
  content: "\f2a8";
}

.lni-expand-square-4::before {
  content: "\f2a9";
}

.lni-expressjs::before {
  content: "\f2aa";
}

.lni-eye::before {
  content: "\f2ab";
}

.lni-eye-check-circle::before {
  content: "\f2ac";
}

.lni-eye-dollar::before {
  content: "\f2ad";
}

.lni-face-yawn-hand-over-mouth::before {
  content: "\f2ae";
}

.lni-facebook::before {
  content: "\f2af";
}

.lni-facebook-messenger::before {
  content: "\f2b0";
}

.lni-facebook-rounded::before {
  content: "\f2b1";
}

.lni-facebook-square::before {
  content: "\f2b2";
}

.lni-facetime::before {
  content: "\f2b3";
}

.lni-facewash::before {
  content: "\f2b4";
}

.lni-factory-1::before {
  content: "\f2b5";
}

.lni-factory-2::before {
  content: "\f2b6";
}

.lni-factory-3::before {
  content: "\f2b7";
}

.lni-factory-4::before {
  content: "\f2b8";
}

.lni-factory-5::before {
  content: "\f2b9";
}

.lni-factory-6::before {
  content: "\f2ba";
}

.lni-factory-7::before {
  content: "\f2bb";
}

.lni-factory-check-circle::before {
  content: "\f2bc";
}

.lni-factory-disabled::before {
  content: "\f2bd";
}

.lni-factory-error-circle::before {
  content: "\f2be";
}

.lni-factory-fire::before {
  content: "\f2bf";
}

.lni-factory-gear::before {
  content: "\f2c0";
}

.lni-factory-leaf::before {
  content: "\f2c1";
}

.lni-factory-lokced::before {
  content: "\f2c2";
}

.lni-factory-percent::before {
  content: "\f2c3";
}

.lni-factory-plus-circle::before {
  content: "\f2c4";
}

.lni-factory-time::before {
  content: "\f2c5";
}

.lni-factory-user::before {
  content: "\f2c6";
}

.lni-factory-wifi::before {
  content: "\f2c7";
}

.lni-factory-xmark-circle::before {
  content: "\f2c8";
}

.lni-fahrenheit::before {
  content: "\f2c9";
}

.lni-fahrenheit-circle::before {
  content: "\f2ca";
}

.lni-family::before {
  content: "\f2cb";
}

.lni-family-heart::before {
  content: "\f2cc";
}

.lni-fan::before {
  content: "\f2cd";
}

.lni-feather::before {
  content: "\f2ce";
}

.lni-feature-phone::before {
  content: "\f2cf";
}

.lni-feature-phone-flip::before {
  content: "\f2d0";
}

.lni-feeder::before {
  content: "\f2d1";
}

.lni-female::before {
  content: "\f2d2";
}

.lni-female-square::before {
  content: "\f2d3";
}

.lni-fence-1::before {
  content: "\f2d4";
}

.lni-fence-2::before {
  content: "\f2d5";
}

.lni-figma::before {
  content: "\f2d6";
}

.lni-file-arrow-downward::before {
  content: "\f2d7";
}

.lni-file-arrow-left::before {
  content: "\f2d8";
}

.lni-file-arrow-right::before {
  content: "\f2d9";
}

.lni-file-arrow-upward::before {
  content: "\f2da";
}

.lni-file-audio::before {
  content: "\f2db";
}

.lni-file-badge::before {
  content: "\f2dc";
}

.lni-file-bar-chart::before {
  content: "\f2dd";
}

.lni-file-beat::before {
  content: "\f2de";
}

.lni-file-binary::before {
  content: "\f2df";
}

.lni-file-bookmark::before {
  content: "\f2e0";
}

.lni-file-bulb::before {
  content: "\f2e1";
}

.lni-file-check::before {
  content: "\f2e2";
}

.lni-file-check-circle::before {
  content: "\f2e3";
}

.lni-file-code::before {
  content: "\f2e4";
}

.lni-file-contract::before {
  content: "\f2e5";
}

.lni-file-disabled::before {
  content: "\f2e6";
}

.lni-file-dollar::before {
  content: "\f2e7";
}

.lni-file-download::before {
  content: "\f2e8";
}

.lni-file-error::before {
  content: "\f2e9";
}

.lni-file-format-csv::before {
  content: "\f2ea";
}

.lni-file-format-doc::before {
  content: "\f2eb";
}

.lni-file-format-eps::before {
  content: "\f2ec";
}

.lni-file-format-fig::before {
  content: "\f2ed";
}

.lni-file-format-gif::before {
  content: "\f2ee";
}

.lni-file-format-jpg::before {
  content: "\f2ef";
}

.lni-file-format-mov::before {
  content: "\f2f0";
}

.lni-file-format-mp3::before {
  content: "\f2f1";
}

.lni-file-format-mp4::before {
  content: "\f2f2";
}

.lni-file-format-pdf::before {
  content: "\f2f3";
}

.lni-file-format-png::before {
  content: "\f2f4";
}

.lni-file-format-ppt::before {
  content: "\f2f5";
}

.lni-file-format-psd::before {
  content: "\f2f6";
}

.lni-file-format-svg::before {
  content: "\f2f7";
}

.lni-file-format-xls::before {
  content: "\f2f8";
}

.lni-file-format-xml::before {
  content: "\f2f9";
}

.lni-file-format-zip::before {
  content: "\f2fa";
}

.lni-file-gear::before {
  content: "\f2fb";
}

.lni-file-hash::before {
  content: "\f2fc";
}

.lni-file-heart::before {
  content: "\f2fd";
}

.lni-file-image::before {
  content: "\f2fe";
}

.lni-file-info-circle::before {
  content: "\f2ff";
}

.lni-file-invoice::before {
  content: "\f300";
}

.lni-file-leaf::before {
  content: "\f301";
}

.lni-file-link::before {
  content: "\f302";
}

.lni-file-locked::before {
  content: "\f303";
}

.lni-file-minus::before {
  content: "\f304";
}

.lni-file-minus-circle::before {
  content: "\f305";
}

.lni-file-multiple::before {
  content: "\f306";
}

.lni-file-paperclip::before {
  content: "\f307";
}

.lni-file-pencil::before {
  content: "\f308";
}

.lni-file-percent::before {
  content: "\f309";
}

.lni-file-percent-circle::before {
  content: "\f30a";
}

.lni-file-pie-chart::before {
  content: "\f30b";
}

.lni-file-pin-1::before {
  content: "\f30c";
}

.lni-file-pin-2::before {
  content: "\f30d";
}

.lni-file-plus::before {
  content: "\f30e";
}

.lni-file-plus-circle::before {
  content: "\f30f";
}

.lni-file-prescription::before {
  content: "\f310";
}

.lni-file-question::before {
  content: "\f311";
}

.lni-file-refresh-anticlockwise::before {
  content: "\f312";
}

.lni-file-reload::before {
  content: "\f313";
}

.lni-file-search::before {
  content: "\f314";
}

.lni-file-share-1::before {
  content: "\f315";
}

.lni-file-share-2::before {
  content: "\f316";
}

.lni-file-shield::before {
  content: "\f317";
}

.lni-file-sound::before {
  content: "\f318";
}

.lni-file-spreadsheet::before {
  content: "\f319";
}

.lni-file-star::before {
  content: "\f31a";
}

.lni-file-swap::before {
  content: "\f31b";
}

.lni-file-text::before {
  content: "\f31c";
}

.lni-file-text-multiple::before {
  content: "\f31d";
}

.lni-file-trash::before {
  content: "\f31e";
}

.lni-file-trend-down::before {
  content: "\f31f";
}

.lni-file-trend-up::before {
  content: "\f320";
}

.lni-file-unlocked::before {
  content: "\f321";
}

.lni-file-upload::before {
  content: "\f322";
}

.lni-file-user::before {
  content: "\f323";
}

.lni-file-vector-points::before {
  content: "\f324";
}

.lni-file-video::before {
  content: "\f325";
}

.lni-file-xmark::before {
  content: "\f326";
}

.lni-file-xmark-circle::before {
  content: "\f327";
}

.lni-file-zip-1::before {
  content: "\f328";
}

.lni-file-zip-2::before {
  content: "\f329";
}

.lni-fill-drip::before {
  content: "\f32a";
}

.lni-film-1::before {
  content: "\f32b";
}

.lni-film-2::before {
  content: "\f32c";
}

.lni-film-3::before {
  content: "\f32d";
}

.lni-film-play::before {
  content: "\f32e";
}

.lni-film-role::before {
  content: "\f32f";
}

.lni-fingerprint-1::before {
  content: "\f330";
}

.lni-fingerprint-2::before {
  content: "\f331";
}

.lni-fingerprint-3::before {
  content: "\f332";
}

.lni-fire::before {
  content: "\f333";
}

.lni-firebase::before {
  content: "\f334";
}

.lni-firefox::before {
  content: "\f335";
}

.lni-firework-1::before {
  content: "\f336";
}

.lni-firework-2::before {
  content: "\f337";
}

.lni-firework-3::before {
  content: "\f338";
}

.lni-firework-4::before {
  content: "\f339";
}

.lni-firework-5::before {
  content: "\f33a";
}

.lni-firework-rocket-1::before {
  content: "\f33b";
}

.lni-firework-rocket-2::before {
  content: "\f33c";
}

.lni-firework-rocket-3::before {
  content: "\f33d";
}

.lni-firework-rocket-4::before {
  content: "\f33e";
}

.lni-firework-rocket-5::before {
  content: "\f33f";
}

.lni-firework-rocket-6::before {
  content: "\f340";
}

.lni-fish-1::before {
  content: "\f341";
}

.lni-fish-2::before {
  content: "\f342";
}

.lni-fitbit::before {
  content: "\f343";
}

.lni-flag-1::before {
  content: "\f344";
}

.lni-flag-2::before {
  content: "\f345";
}

.lni-flag-3::before {
  content: "\f346";
}

.lni-flag-4::before {
  content: "\f347";
}

.lni-flag-checkered::before {
  content: "\f348";
}

.lni-flag-cross::before {
  content: "\f349";
}

.lni-flag-dollar::before {
  content: "\f34a";
}

.lni-flag-go-1::before {
  content: "\f34b";
}

.lni-flag-golf-hole::before {
  content: "\f34c";
}

.lni-flag-pennant::before {
  content: "\f34d";
}

.lni-flag-racing::before {
  content: "\f34e";
}

.lni-flag-star-crescent::before {
  content: "\f34f";
}

.lni-flag-star-david::before {
  content: "\f350";
}

.lni-flag-usa::before {
  content: "\f351";
}

.lni-flags::before {
  content: "\f352";
}

.lni-flask-1::before {
  content: "\f353";
}

.lni-flask-2::before {
  content: "\f354";
}

.lni-flask-round-1::before {
  content: "\f355";
}

.lni-flask-round-2::before {
  content: "\f356";
}

.lni-flat-1::before {
  content: "\f357";
}

.lni-flat-2::before {
  content: "\f358";
}

.lni-flat-3::before {
  content: "\f359";
}

.lni-flats-1::before {
  content: "\f35a";
}

.lni-flats-2::before {
  content: "\f35b";
}

.lni-flats-3::before {
  content: "\f35c";
}

.lni-flickr::before {
  content: "\f35d";
}

.lni-flood::before {
  content: "\f35e";
}

.lni-floppy-disk-1::before {
  content: "\f35f";
}

.lni-floppy-disk-2::before {
  content: "\f360";
}

.lni-floppy-disk-3::before {
  content: "\f361";
}

.lni-floppy-disk-4::before {
  content: "\f362";
}

.lni-floppy-disk-check-circle::before {
  content: "\f363";
}

.lni-floppy-disk-disabled-1::before {
  content: "\f364";
}

.lni-floppy-disk-disabled-3::before {
  content: "\f365";
}

.lni-floppy-disk-disabled-4::before {
  content: "\f366";
}

.lni-floppy-disk-error-circle::before {
  content: "\f367";
}

.lni-floppy-disk-time::before {
  content: "\f368";
}

.lni-floppy-disk-xmark-circle::before {
  content: "\f369";
}

.lni-flower-1::before {
  content: "\f36a";
}

.lni-flower-2::before {
  content: "\f36b";
}

.lni-flower-3::before {
  content: "\f36c";
}

.lni-flower-heart::before {
  content: "\f36d";
}

.lni-flutter::before {
  content: "\f36e";
}

.lni-folder-1::before {
  content: "\f36f";
}

.lni-folder-2::before {
  content: "\f370";
}

.lni-folder-3::before {
  content: "\f371";
}

.lni-folder-4::before {
  content: "\f372";
}

.lni-folder-5::before {
  content: "\f373";
}

.lni-folder-6::before {
  content: "\f374";
}

.lni-folder-7::before {
  content: "\f375";
}

.lni-folder-arrow-downward::before {
  content: "\f376";
}

.lni-folder-arrow-left::before {
  content: "\f377";
}

.lni-folder-arrow-right::before {
  content: "\f378";
}

.lni-folder-arrow-upward::before {
  content: "\f379";
}

.lni-folder-audio::before {
  content: "\f37a";
}

.lni-folder-binary::before {
  content: "\f37b";
}

.lni-folder-book::before {
  content: "\f37c";
}

.lni-folder-bookmark::before {
  content: "\f37d";
}

.lni-folder-check-circle::before {
  content: "\f37e";
}

.lni-folder-chip::before {
  content: "\f37f";
}

.lni-folder-cloud::before {
  content: "\f380";
}

.lni-folder-code::before {
  content: "\f381";
}

.lni-folder-disabled::before {
  content: "\f382";
}

.lni-folder-disabled-2::before {
  content: "\f383";
}

.lni-folder-document::before {
  content: "\f384";
}

.lni-folder-download::before {
  content: "\f385";
}

.lni-folder-error-circle::before {
  content: "\f386";
}

.lni-folder-gear::before {
  content: "\f387";
}

.lni-folder-heart::before {
  content: "\f388";
}

.lni-folder-image::before {
  content: "\f389";
}

.lni-folder-info-circle::before {
  content: "\f38a";
}

.lni-folder-iot-1::before {
  content: "\f38b";
}

.lni-folder-iot-2::before {
  content: "\f38c";
}

.lni-folder-iot-3::before {
  content: "\f38d";
}

.lni-folder-leaf::before {
  content: "\f38e";
}

.lni-folder-link::before {
  content: "\f38f";
}

.lni-folder-locked::before {
  content: "\f390";
}

.lni-folder-minus-circle::before {
  content: "\f391";
}

.lni-folder-paperclip::before {
  content: "\f392";
}

.lni-folder-pencil::before {
  content: "\f393";
}

.lni-folder-percent-circle::before {
  content: "\f394";
}

.lni-folder-phone::before {
  content: "\f395";
}

.lni-folder-pin-1::before {
  content: "\f396";
}

.lni-folder-pin-2::before {
  content: "\f397";
}

.lni-folder-play::before {
  content: "\f398";
}

.lni-folder-plus-circle::before {
  content: "\f399";
}

.lni-folder-refresh::before {
  content: "\f39a";
}

.lni-folder-search::before {
  content: "\f39b";
}

.lni-folder-share::before {
  content: "\f39c";
}

.lni-folder-shield::before {
  content: "\f39d";
}

.lni-folder-sound::before {
  content: "\f39e";
}

.lni-folder-star::before {
  content: "\f39f";
}

.lni-folder-swap::before {
  content: "\f3a0";
}

.lni-folder-trash::before {
  content: "\f3a1";
}

.lni-folder-tree::before {
  content: "\f3a2";
}

.lni-folder-unlocked::before {
  content: "\f3a3";
}

.lni-folder-upload::before {
  content: "\f3a4";
}

.lni-folder-user::before {
  content: "\f3a5";
}

.lni-folder-video::before {
  content: "\f3a6";
}

.lni-folder-xmark-circle::before {
  content: "\f3a7";
}

.lni-folder-zip-1::before {
  content: "\f3a8";
}

.lni-folder-zip-2::before {
  content: "\f3a9";
}

.lni-folders::before {
  content: "\f3aa";
}

.lni-font-height::before {
  content: "\f3ab";
}

.lni-font-square::before {
  content: "\f3ac";
}

.lni-football::before {
  content: "\f3ad";
}

.lni-ford::before {
  content: "\f3ae";
}

.lni-fork::before {
  content: "\f3af";
}

.lni-fork-rotated::before {
  content: "\f3b0";
}

.lni-fork-spoon-1::before {
  content: "\f3b1";
}

.lni-fork-spoon-2::before {
  content: "\f3b2";
}

.lni-fortress::before {
  content: "\f3b3";
}

.lni-forward::before {
  content: "\f3b4";
}

.lni-fountain::before {
  content: "\f3b5";
}

.lni-frame::before {
  content: "\f3b6";
}

.lni-frame-image::before {
  content: "\f3b7";
}

.lni-framer::before {
  content: "\f3b8";
}

.lni-french-fries::before {
  content: "\f3b9";
}

.lni-frog-1::before {
  content: "\f3ba";
}

.lni-frog-2::before {
  content: "\f3bb";
}

.lni-frog-3::before {
  content: "\f3bc";
}

.lni-fuel-pump::before {
  content: "\f3bd";
}

.lni-funnel-1::before {
  content: "\f3be";
}

.lni-funnel-2::before {
  content: "\f3bf";
}

.lni-funnel-3::before {
  content: "\f3c0";
}

.lni-funnel-4::before {
  content: "\f3c1";
}

.lni-gallery::before {
  content: "\f3c2";
}

.lni-game-console-handheld::before {
  content: "\f3c3";
}

.lni-game-console-handheld-crank::before {
  content: "\f3c4";
}

.lni-game-pad::before {
  content: "\f3c5";
}

.lni-game-pad-modern-1::before {
  content: "\f3c6";
}

.lni-game-pad-modern-2::before {
  content: "\f3c7";
}

.lni-game-pad-modern-bluetooth::before {
  content: "\f3c8";
}

.lni-game-pad-modern-bolt::before {
  content: "\f3c9";
}

.lni-game-pad-modern-check-circle::before {
  content: "\f3ca";
}

.lni-game-pad-modern-disabled::before {
  content: "\f3cb";
}

.lni-game-pad-modern-error-circle::before {
  content: "\f3cc";
}

.lni-game-pad-modern-gear::before {
  content: "\f3cd";
}

.lni-game-pad-modern-plus-circle::before {
  content: "\f3ce";
}

.lni-game-pad-modern-vr::before {
  content: "\f3cf";
}

.lni-game-pad-modern-wifi::before {
  content: "\f3d0";
}

.lni-game-pad-modern-xmark-circle::before {
  content: "\f3d1";
}

.lni-gatsby::before {
  content: "\f3d2";
}

.lni-gauge-1::before {
  content: "\f3d3";
}

.lni-gauge-1-disabled::before {
  content: "\f3d4";
}

.lni-gauge-1-high::before {
  content: "\f3d5";
}

.lni-gauge-1-low::before {
  content: "\f3d6";
}

.lni-gauge-1-max::before {
  content: "\f3d7";
}

.lni-gauge-1-min::before {
  content: "\f3d8";
}

.lni-gauge-2::before {
  content: "\f3d9";
}

.lni-gauge-2-disabled::before {
  content: "\f3da";
}

.lni-gauge-2-high::before {
  content: "\f3db";
}

.lni-gauge-2-low::before {
  content: "\f3dc";
}

.lni-gauge-2-max::before {
  content: "\f3dd";
}

.lni-gauge-2-min::before {
  content: "\f3de";
}

.lni-gauge-check-circle::before {
  content: "\f3df";
}

.lni-gauge-disabled-2::before {
  content: "\f3e0";
}

.lni-gauge-error-circle::before {
  content: "\f3e1";
}

.lni-gauge-fire::before {
  content: "\f3e2";
}

.lni-gauge-minus-circle::before {
  content: "\f3e3";
}

.lni-gauge-plus-circle::before {
  content: "\f3e4";
}

.lni-gauge-xmark-circle::before {
  content: "\f3e5";
}

.lni-gear-1::before {
  content: "\f3e6";
}

.lni-gear-1-disabled::before {
  content: "\f3e7";
}

.lni-gear-2::before {
  content: "\f3e8";
}

.lni-gear-2-disabled::before {
  content: "\f3e9";
}

.lni-gear-arrow-down-left::before {
  content: "\f3ea";
}

.lni-gear-arrow-down-right::before {
  content: "\f3eb";
}

.lni-gear-arrow-downward::before {
  content: "\f3ec";
}

.lni-gear-arrow-left::before {
  content: "\f3ed";
}

.lni-gear-arrow-right::before {
  content: "\f3ee";
}

.lni-gear-arrow-top-left::before {
  content: "\f3ef";
}

.lni-gear-arrow-top-right::before {
  content: "\f3f0";
}

.lni-gear-arrow-upward::before {
  content: "\f3f1";
}

.lni-gear-auto::before {
  content: "\f3f2";
}

.lni-gear-beat::before {
  content: "\f3f3";
}

.lni-gear-beat-2::before {
  content: "\f3f4";
}

.lni-gear-bitcoin::before {
  content: "\f3f5";
}

.lni-gear-bolt::before {
  content: "\f3f6";
}

.lni-gear-bulb::before {
  content: "\f3f7";
}

.lni-gear-check::before {
  content: "\f3f8";
}

.lni-gear-chip::before {
  content: "\f3f9";
}

.lni-gear-cloud::before {
  content: "\f3fa";
}

.lni-gear-code::before {
  content: "\f3fb";
}

.lni-gear-crypto::before {
  content: "\f3fc";
}

.lni-gear-dollar::before {
  content: "\f3fd";
}

.lni-gear-eye::before {
  content: "\f3fe";
}

.lni-gear-info::before {
  content: "\f3ff";
}

.lni-gear-leaf::before {
  content: "\f400";
}

.lni-gear-locked::before {
  content: "\f401";
}

.lni-gear-map-marker::before {
  content: "\f402";
}

.lni-gear-music::before {
  content: "\f403";
}

.lni-gear-pencil::before {
  content: "\f404";
}

.lni-gear-percent::before {
  content: "\f405";
}

.lni-gear-plane::before {
  content: "\f406";
}

.lni-gear-play::before {
  content: "\f407";
}

.lni-gear-plus::before {
  content: "\f408";
}

.lni-gear-question-mark::before {
  content: "\f409";
}

.lni-gear-refresh-anticlockwise::before {
  content: "\f40a";
}

.lni-gear-refresh-clockwise::before {
  content: "\f40b";
}

.lni-gear-reload-anticlockwise::before {
  content: "\f40c";
}

.lni-gear-reload-clockwise::before {
  content: "\f40d";
}

.lni-gear-search::before {
  content: "\f40e";
}

.lni-gear-share::before {
  content: "\f40f";
}

.lni-gear-shield::before {
  content: "\f410";
}

.lni-gear-sound::before {
  content: "\f411";
}

.lni-gear-star::before {
  content: "\f412";
}

.lni-gear-swap::before {
  content: "\f413";
}

.lni-gear-unlocked::before {
  content: "\f414";
}

.lni-gear-user::before {
  content: "\f415";
}

.lni-gear-video::before {
  content: "\f416";
}

.lni-gear-wifi-1::before {
  content: "\f417";
}

.lni-gear-wifi-2::before {
  content: "\f418";
}

.lni-gear-xmark::before {
  content: "\f419";
}

.lni-gears-1::before {
  content: "\f41a";
}

.lni-gears-2::before {
  content: "\f41b";
}

.lni-gears-3::before {
  content: "\f41c";
}

.lni-gears-4::before {
  content: "\f41d";
}

.lni-gears-5::before {
  content: "\f41e";
}

.lni-gears-6::before {
  content: "\f41f";
}

.lni-gears-7::before {
  content: "\f420";
}

.lni-gears-8::before {
  content: "\f421";
}

.lni-gemini::before {
  content: "\f422";
}

.lni-ghost::before {
  content: "\f423";
}

.lni-git::before {
  content: "\f424";
}

.lni-github::before {
  content: "\f425";
}

.lni-glass-juice-1::before {
  content: "\f426";
}

.lni-glass-juice-2::before {
  content: "\f427";
}

.lni-glasses-1::before {
  content: "\f428";
}

.lni-glasses-2::before {
  content: "\f429";
}

.lni-glasses-3::before {
  content: "\f42a";
}

.lni-glasses-4::before {
  content: "\f42b";
}

.lni-glasses-5::before {
  content: "\f42c";
}

.lni-globe-1::before {
  content: "\f42d";
}

.lni-globe-2::before {
  content: "\f42e";
}

.lni-globe-3::before {
  content: "\f42f";
}

.lni-globe-4::before {
  content: "\f430";
}

.lni-globe-5::before {
  content: "\f431";
}

.lni-globe-6::before {
  content: "\f432";
}

.lni-globe-disabled::before {
  content: "\f433";
}

.lni-globe-envelope::before {
  content: "\f434";
}

.lni-globe-stand::before {
  content: "\f435";
}

.lni-glove-boxing::before {
  content: "\f436";
}

.lni-go::before {
  content: "\f437";
}

.lni-goblet::before {
  content: "\f438";
}

.lni-gold-bars::before {
  content: "\f439";
}

.lni-goodreads::before {
  content: "\f43a";
}

.lni-google::before {
  content: "\f43b";
}

.lni-google-cloud::before {
  content: "\f43c";
}

.lni-google-drive::before {
  content: "\f43d";
}

.lni-google-meet::before {
  content: "\f43e";
}

.lni-google-pay::before {
  content: "\f43f";
}

.lni-google-wallet::before {
  content: "\f440";
}

.lni-gorilla::before {
  content: "\f441";
}

.lni-graduation-cap-1::before {
  content: "\f442";
}

.lni-graduation-cap-2::before {
  content: "\f443";
}

.lni-graduation-cap-3::before {
  content: "\f444";
}

.lni-grammarly::before {
  content: "\f445";
}

.lni-grapes-1::before {
  content: "\f446";
}

.lni-grapes-2::before {
  content: "\f447";
}

.lni-grass::before {
  content: "\f448";
}

.lni-guava::before {
  content: "\f449";
}

.lni-guava-leaf::before {
  content: "\f44a";
}

.lni-guava-slice::before {
  content: "\f44b";
}

.lni-guiter::before {
  content: "\f44c";
}

.lni-gym::before {
  content: "\f44d";
}

.lni-h2o::before {
  content: "\f44e";
}

.lni-hacker-news::before {
  content: "\f44f";
}

.lni-hair::before {
  content: "\f450";
}

.lni-hair-curler::before {
  content: "\f451";
}

.lni-hairdryer::before {
  content: "\f452";
}

.lni-hammer-1::before {
  content: "\f453";
}

.lni-hammer-2::before {
  content: "\f454";
}

.lni-hammer-3::before {
  content: "\f455";
}

.lni-hand-give-take::before {
  content: "\f456";
}

.lni-hand-grip::before {
  content: "\f457";
}

.lni-hand-heart::before {
  content: "\f458";
}

.lni-hand-mic::before {
  content: "\f459";
}

.lni-hand-mic-stand::before {
  content: "\f45a";
}

.lni-hand-pointed-down::before {
  content: "\f45b";
}

.lni-hand-pointed-left::before {
  content: "\f45c";
}

.lni-hand-pointed-right::before {
  content: "\f45d";
}

.lni-hand-pointed-up::before {
  content: "\f45e";
}

.lni-hand-shake::before {
  content: "\f45f";
}

.lni-hand-shake-circle::before {
  content: "\f460";
}

.lni-hand-shake-square::before {
  content: "\f461";
}

.lni-hand-stop::before {
  content: "\f462";
}

.lni-hand-taking::before {
  content: "\f463";
}

.lni-hand-taking-bar-chart::before {
  content: "\f464";
}

.lni-hand-taking-beat::before {
  content: "\f465";
}

.lni-hand-taking-bulb::before {
  content: "\f466";
}

.lni-hand-taking-coins::before {
  content: "\f467";
}

.lni-hand-taking-dollar::before {
  content: "\f468";
}

.lni-hand-taking-heart::before {
  content: "\f469";
}

.lni-hand-taking-leaf-1::before {
  content: "\f46a";
}

.lni-hand-taking-leaf-2::before {
  content: "\f46b";
}

.lni-hand-taking-plus::before {
  content: "\f46c";
}

.lni-hand-taking-trend-up::before {
  content: "\f46d";
}

.lni-hand-taking-user::before {
  content: "\f46e";
}

.lni-hands-holding::before {
  content: "\f46f";
}

.lni-hanger::before {
  content: "\f470";
}

.lni-hanging-rings::before {
  content: "\f471";
}

.lni-hash::before {
  content: "\f472";
}

.lni-hashnode::before {
  content: "\f473";
}

.lni-hat-1::before {
  content: "\f474";
}

.lni-hat-2::before {
  content: "\f475";
}

.lni-hat-chef-1::before {
  content: "\f476";
}

.lni-hat-chef-2::before {
  content: "\f477";
}

.lni-hat-chef-3::before {
  content: "\f478";
}

.lni-hat-chef-4::before {
  content: "\f479";
}

.lni-hat-chef-5::before {
  content: "\f47a";
}

.lni-hat-chef-6::before {
  content: "\f47b";
}

.lni-hat-winter-1::before {
  content: "\f47c";
}

.lni-hat-winter-2::before {
  content: "\f47d";
}

.lni-hat-wizard-1::before {
  content: "\f47e";
}

.lni-hat-wizard-2::before {
  content: "\f47f";
}

.lni-hat-wizard-3::before {
  content: "\f480";
}

.lni-hat-wizard-4::before {
  content: "\f481";
}

.lni-hat-wizard-5::before {
  content: "\f482";
}

.lni-hd::before {
  content: "\f483";
}

.lni-hdd-bar-chart::before {
  content: "\f484";
}

.lni-hdd-beat::before {
  content: "\f485";
}

.lni-hdd-binary::before {
  content: "\f486";
}

.lni-hdd-bolt::before {
  content: "\f487";
}

.lni-hdd-bug::before {
  content: "\f488";
}

.lni-hdd-check-circle::before {
  content: "\f489";
}

.lni-hdd-cloud::before {
  content: "\f48a";
}

.lni-hdd-code-1::before {
  content: "\f48b";
}

.lni-hdd-code-2::before {
  content: "\f48c";
}

.lni-hdd-database::before {
  content: "\f48d";
}

.lni-hdd-disabled-1::before {
  content: "\f48e";
}

.lni-hdd-disabled-2::before {
  content: "\f48f";
}

.lni-hdd-disabled-3::before {
  content: "\f490";
}

.lni-hdd-error-circle::before {
  content: "\f491";
}

.lni-hdd-fire::before {
  content: "\f492";
}

.lni-hdd-gear::before {
  content: "\f493";
}

.lni-hdd-info-circle::before {
  content: "\f494";
}

.lni-hdd-leaf::before {
  content: "\f495";
}

.lni-hdd-locked::before {
  content: "\f496";
}

.lni-hdd-pencil::before {
  content: "\f497";
}

.lni-hdd-pie-chart::before {
  content: "\f498";
}

.lni-hdd-recycle::before {
  content: "\f499";
}

.lni-hdd-refresh::before {
  content: "\f49a";
}

.lni-hdd-search::before {
  content: "\f49b";
}

.lni-hdd-shield::before {
  content: "\f49c";
}

.lni-hdd-trash::before {
  content: "\f49d";
}

.lni-hdd-trend-down::before {
  content: "\f49e";
}

.lni-hdd-trend-up::before {
  content: "\f49f";
}

.lni-hdd-xmark-circle::before {
  content: "\f4a0";
}

.lni-head-bulb-1::before {
  content: "\f4a1";
}

.lni-head-bulb-2::before {
  content: "\f4a2";
}

.lni-head-side-chip-1::before {
  content: "\f4a3";
}

.lni-head-side-chip-2::before {
  content: "\f4a4";
}

.lni-head-side-code-1::before {
  content: "\f4a5";
}

.lni-head-side-code-2::before {
  content: "\f4a6";
}

.lni-head-side-dollar::before {
  content: "\f4a7";
}

.lni-head-side-simple-code-1::before {
  content: "\f4a8";
}

.lni-head-side-simple-code-2::before {
  content: "\f4a9";
}

.lni-headband-heart::before {
  content: "\f4aa";
}

.lni-headphone-1::before {
  content: "\f4ab";
}

.lni-headphone-1-disabled::before {
  content: "\f4ac";
}

.lni-headphone-1-mic::before {
  content: "\f4ad";
}

.lni-headphone-1-mic-disabled::before {
  content: "\f4ae";
}

.lni-headphone-2::before {
  content: "\f4af";
}

.lni-headphone-2-disabled::before {
  content: "\f4b0";
}

.lni-headphone-3::before {
  content: "\f4b1";
}

.lni-headphone-3-disabled::before {
  content: "\f4b2";
}

.lni-headphone-bluetooth::before {
  content: "\f4b3";
}

.lni-headphone-book::before {
  content: "\f4b4";
}

.lni-headphone-check-circle::before {
  content: "\f4b5";
}

.lni-headphone-gear::before {
  content: "\f4b6";
}

.lni-headphone-play::before {
  content: "\f4b7";
}

.lni-headphone-plus-circle::before {
  content: "\f4b8";
}

.lni-headphone-wifi::before {
  content: "\f4b9";
}

.lni-headphone-xmark-circle::before {
  content: "\f4ba";
}

.lni-heart::before {
  content: "\f4bb";
}

.lni-heart-beat::before {
  content: "\f4bc";
}

.lni-heart-check::before {
  content: "\f4bd";
}

.lni-heart-leaf::before {
  content: "\f4be";
}

.lni-heart-plus::before {
  content: "\f4bf";
}

.lni-heart-potion::before {
  content: "\f4c0";
}

.lni-hearts::before {
  content: "\f4c1";
}

.lni-helicopter-1::before {
  content: "\f4c2";
}

.lni-helicopter-2::before {
  content: "\f4c3";
}

.lni-helmet-safety-1::before {
  content: "\f4c4";
}

.lni-helmet-safety-2::before {
  content: "\f4c5";
}

.lni-hen-1::before {
  content: "\f4c6";
}

.lni-hexagon::before {
  content: "\f4c7";
}

.lni-hexagons::before {
  content: "\f4c8";
}

.lni-hierarchy-1::before {
  content: "\f4c9";
}

.lni-hierarchy-2::before {
  content: "\f4ca";
}

.lni-hierarchy-3::before {
  content: "\f4cb";
}

.lni-hierarchy-4::before {
  content: "\f4cc";
}

.lni-hierarchy-5::before {
  content: "\f4cd";
}

.lni-hierarchy-6::before {
  content: "\f4ce";
}

.lni-hierarchy-7::before {
  content: "\f4cf";
}

.lni-hierarchy-8::before {
  content: "\f4d0";
}

.lni-high-heel-1::before {
  content: "\f4d1";
}

.lni-high-heel-2::before {
  content: "\f4d2";
}

.lni-high-heel-3::before {
  content: "\f4d3";
}

.lni-highlighter-1::before {
  content: "\f4d4";
}

.lni-highlighter-2::before {
  content: "\f4d5";
}

.lni-highlighter-3::before {
  content: "\f4d6";
}

.lni-hiking::before {
  content: "\f4d7";
}

.lni-hill-flag::before {
  content: "\f4d8";
}

.lni-history-horizontal::before {
  content: "\f4d9";
}

.lni-history-page::before {
  content: "\f4da";
}

.lni-history-time::before {
  content: "\f4db";
}

.lni-history-trash::before {
  content: "\f4dc";
}

.lni-history-user::before {
  content: "\f4dd";
}

.lni-history-vertical::before {
  content: "\f4de";
}

.lni-holy-book-1::before {
  content: "\f4df";
}

.lni-holy-book-2::before {
  content: "\f4e0";
}

.lni-holy-book-3::before {
  content: "\f4e1";
}

.lni-home-1::before {
  content: "\f4e2";
}

.lni-home-2::before {
  content: "\f4e3";
}

.lni-home-3::before {
  content: "\f4e4";
}

.lni-home-4::before {
  content: "\f4e5";
}

.lni-home-arrow-downward-1::before {
  content: "\f4e6";
}

.lni-home-arrow-downward-2::before {
  content: "\f4e7";
}

.lni-home-arrow-left-1::before {
  content: "\f4e8";
}

.lni-home-arrow-left-2::before {
  content: "\f4e9";
}

.lni-home-arrow-right-1::before {
  content: "\f4ea";
}

.lni-home-arrow-right-2::before {
  content: "\f4eb";
}

.lni-home-arrow-upward-1::before {
  content: "\f4ec";
}

.lni-home-arrow-upward-2::before {
  content: "\f4ed";
}

.lni-home-check-circle::before {
  content: "\f4ee";
}

.lni-home-disabled-1::before {
  content: "\f4ef";
}

.lni-home-disabled-2::before {
  content: "\f4f0";
}

.lni-home-fire-1::before {
  content: "\f4f1";
}

.lni-home-fire-2::before {
  content: "\f4f2";
}

.lni-home-gear-1::before {
  content: "\f4f3";
}

.lni-home-gear-2::before {
  content: "\f4f4";
}

.lni-home-heart::before {
  content: "\f4f5";
}

.lni-home-heart-circle::before {
  content: "\f4f6";
}

.lni-home-info::before {
  content: "\f4f7";
}

.lni-home-leaf-1::before {
  content: "\f4f8";
}

.lni-home-leaf-2::before {
  content: "\f4f9";
}

.lni-home-lokced-1::before {
  content: "\f4fa";
}

.lni-home-lokced-2::before {
  content: "\f4fb";
}

.lni-home-minus-circle::before {
  content: "\f4fc";
}

.lni-home-moon-1::before {
  content: "\f4fd";
}

.lni-home-moon-2::before {
  content: "\f4fe";
}

.lni-home-pencil-1::before {
  content: "\f4ff";
}

.lni-home-pencil-2::before {
  content: "\f500";
}

.lni-home-percent-1::before {
  content: "\f501";
}

.lni-home-percent-2::before {
  content: "\f502";
}

.lni-home-play-2::before {
  content: "\f503";
}

.lni-home-plus::before {
  content: "\f504";
}

.lni-home-plus-circle::before {
  content: "\f505";
}

.lni-home-question-mark-1::before {
  content: "\f506";
}

.lni-home-question-mark-2::before {
  content: "\f507";
}

.lni-home-sleep::before {
  content: "\f508";
}

.lni-home-smile::before {
  content: "\f509";
}

.lni-home-star::before {
  content: "\f50a";
}

.lni-home-sun-1::before {
  content: "\f50b";
}

.lni-home-sun-2::before {
  content: "\f50c";
}

.lni-home-time::before {
  content: "\f50d";
}

.lni-home-trash-1::before {
  content: "\f50e";
}

.lni-home-trash-2::before {
  content: "\f50f";
}

.lni-home-user-1::before {
  content: "\f510";
}

.lni-home-user-2::before {
  content: "\f511";
}

.lni-home-wifi-1::before {
  content: "\f512";
}

.lni-home-wifi-2::before {
  content: "\f513";
}

.lni-home-xmark::before {
  content: "\f514";
}

.lni-home-xmark-circle::before {
  content: "\f515";
}

.lni-hop::before {
  content: "\f516";
}

.lni-horse::before {
  content: "\f517";
}

.lni-hospital-1::before {
  content: "\f518";
}

.lni-hospital-10::before {
  content: "\f519";
}

.lni-hospital-2::before {
  content: "\f51a";
}

.lni-hospital-3::before {
  content: "\f51b";
}

.lni-hospital-4::before {
  content: "\f51c";
}

.lni-hospital-5::before {
  content: "\f51d";
}

.lni-hospital-6::before {
  content: "\f51e";
}

.lni-hospital-7::before {
  content: "\f51f";
}

.lni-hospital-8::before {
  content: "\f520";
}

.lni-hospital-9::before {
  content: "\f521";
}

.lni-hospital-bed-1::before {
  content: "\f522";
}

.lni-hospital-bed-10::before {
  content: "\f523";
}

.lni-hospital-bed-2::before {
  content: "\f524";
}

.lni-hospital-bed-3::before {
  content: "\f525";
}

.lni-hospital-bed-4::before {
  content: "\f526";
}

.lni-hospital-bed-5::before {
  content: "\f527";
}

.lni-hospital-bed-6::before {
  content: "\f528";
}

.lni-hospital-bed-7::before {
  content: "\f529";
}

.lni-hospital-bed-8::before {
  content: "\f52a";
}

.lni-hospital-bed-9::before {
  content: "\f52b";
}

.lni-hospital-h::before {
  content: "\f52c";
}

.lni-hospital-plus::before {
  content: "\f52d";
}

.lni-hot-air-balloon-1::before {
  content: "\f52e";
}

.lni-hot-air-balloon-2::before {
  content: "\f52f";
}

.lni-hot-pepper::before {
  content: "\f530";
}

.lni-hotdog::before {
  content: "\f531";
}

.lni-hourglass::before {
  content: "\f532";
}

.lni-hourglass-add::before {
  content: "\f533";
}

.lni-hourglass-beat::before {
  content: "\f534";
}

.lni-hourglass-bottom-filled::before {
  content: "\f535";
}

.lni-hourglass-check::before {
  content: "\f536";
}

.lni-hourglass-close::before {
  content: "\f537";
}

.lni-hourglass-disabled::before {
  content: "\f538";
}

.lni-hourglass-dollar::before {
  content: "\f539";
}

.lni-hourglass-error::before {
  content: "\f53a";
}

.lni-hourglass-fifty::before {
  content: "\f53b";
}

.lni-hourglass-half::before {
  content: "\f53c";
}

.lni-hourglass-locked::before {
  content: "\f53d";
}

.lni-hourglass-moon::before {
  content: "\f53e";
}

.lni-hourglass-percent::before {
  content: "\f53f";
}

.lni-hourglass-play::before {
  content: "\f540";
}

.lni-hourglass-sun::before {
  content: "\f541";
}

.lni-hourglass-ten::before {
  content: "\f542";
}

.lni-hourglass-time::before {
  content: "\f543";
}

.lni-hourglass-top-filled::before {
  content: "\f544";
}

.lni-hourglass-trash::before {
  content: "\f545";
}

.lni-house-document::before {
  content: "\f546";
}

.lni-house-dollar::before {
  content: "\f547";
}

.lni-house-map-marker::before {
  content: "\f548";
}

.lni-house-plan-1::before {
  content: "\f549";
}

.lni-house-plan-2::before {
  content: "\f54a";
}

.lni-house-plan-3::before {
  content: "\f54b";
}

.lni-house-plan-4::before {
  content: "\f54c";
}

.lni-house-plan-5::before {
  content: "\f54d";
}

.lni-house-shield::before {
  content: "\f54e";
}

.lni-house-smart-control::before {
  content: "\f54f";
}

.lni-house-star::before {
  content: "\f550";
}

.lni-house-website::before {
  content: "\f551";
}

.lni-house-wifi::before {
  content: "\f552";
}

.lni-html5::before {
  content: "\f553";
}

.lni-hut-1::before {
  content: "\f554";
}

.lni-hut-2::before {
  content: "\f555";
}

.lni-hut-3::before {
  content: "\f556";
}

.lni-hydra-1::before {
  content: "\f557";
}

.lni-hydra-2::before {
  content: "\f558";
}

.lni-ibm::before {
  content: "\f559";
}

.lni-ice-cream-bar::before {
  content: "\f55a";
}

.lni-ice-cream-cone-1::before {
  content: "\f55b";
}

.lni-ice-cream-cone-2::before {
  content: "\f55c";
}

.lni-ice-cream-cup::before {
  content: "\f55d";
}

.lni-icicles::before {
  content: "\f55e";
}

.lni-icon::before {
  content: "\f55f";
}

.lni-icon-1::before {
  content: "\f560";
}

.lni-icon-2::before {
  content: "\f561";
}

.lni-id-airplane-1::before {
  content: "\f562";
}

.lni-id-airplane-2::before {
  content: "\f563";
}

.lni-id-airplane-3::before {
  content: "\f564";
}

.lni-id-airplane-4::before {
  content: "\f565";
}

.lni-id-badge::before {
  content: "\f566";
}

.lni-id-card::before {
  content: "\f567";
}

.lni-id-card-clip::before {
  content: "\f568";
}

.lni-imdb::before {
  content: "\f569";
}

.lni-indent::before {
  content: "\f56a";
}

.lni-info::before {
  content: "\f56b";
}

.lni-info-2::before {
  content: "\f56c";
}

.lni-info-circle::before {
  content: "\f56d";
}

.lni-info-circle-2::before {
  content: "\f56e";
}

.lni-info-decagram::before {
  content: "\f56f";
}

.lni-info-hexagon::before {
  content: "\f570";
}

.lni-info-octagon::before {
  content: "\f571";
}

.lni-info-square::before {
  content: "\f572";
}

.lni-info-square-2::before {
  content: "\f573";
}

.lni-info-triangle::before {
  content: "\f574";
}

.lni-infrared-horizontal::before {
  content: "\f575";
}

.lni-infrared-vertical::before {
  content: "\f576";
}

.lni-inhaler::before {
  content: "\f577";
}

.lni-injection-1::before {
  content: "\f578";
}

.lni-injection-2::before {
  content: "\f579";
}

.lni-instagram::before {
  content: "\f57a";
}

.lni-instagram-logotype::before {
  content: "\f57b";
}

.lni-intel::before {
  content: "\f57c";
}

.lni-interpreter-hands::before {
  content: "\f57d";
}

.lni-intersect-selection::before {
  content: "\f57e";
}

.lni-invitation::before {
  content: "\f57f";
}

.lni-ios::before {
  content: "\f580";
}

.lni-island-1::before {
  content: "\f581";
}

.lni-island-2::before {
  content: "\f582";
}

.lni-island-3::before {
  content: "\f583";
}

.lni-jaguar::before {
  content: "\f584";
}

.lni-jamstack::before {
  content: "\f585";
}

.lni-java::before {
  content: "\f586";
}

.lni-javascript::before {
  content: "\f587";
}

.lni-jcb::before {
  content: "\f588";
}

.lni-jelly-fish::before {
  content: "\f589";
}

.lni-joomla::before {
  content: "\f58a";
}

.lni-joystick::before {
  content: "\f58b";
}

.lni-jsfiddle::before {
  content: "\f58c";
}

.lni-judge::before {
  content: "\f58d";
}

.lni-jurisdiction-1::before {
  content: "\f58e";
}

.lni-jurisdiction-2::before {
  content: "\f58f";
}

.lni-kayak::before {
  content: "\f590";
}

.lni-kelvin::before {
  content: "\f591";
}

.lni-kelvin-circle::before {
  content: "\f592";
}

.lni-kettlebell::before {
  content: "\f593";
}

.lni-kettlebells::before {
  content: "\f594";
}

.lni-key-1::before {
  content: "\f595";
}

.lni-key-2::before {
  content: "\f596";
}

.lni-key-heart::before {
  content: "\f597";
}

.lni-keyboard::before {
  content: "\f598";
}

.lni-keyboard-bluetooth::before {
  content: "\f599";
}

.lni-keyboard-check-circle::before {
  content: "\f59a";
}

.lni-keyboard-code::before {
  content: "\f59b";
}

.lni-keyboard-error-circle::before {
  content: "\f59c";
}

.lni-keyboard-gear::before {
  content: "\f59d";
}

.lni-keyboard-mouse::before {
  content: "\f59e";
}

.lni-keyboard-plus-circle::before {
  content: "\f59f";
}

.lni-keyboard-user::before {
  content: "\f5a0";
}

.lni-keyboard-wifi::before {
  content: "\f5a1";
}

.lni-keyboard-wire::before {
  content: "\f5a2";
}

.lni-keyboard-xmark-circle::before {
  content: "\f5a3";
}

.lni-kidneys::before {
  content: "\f5a4";
}

.lni-knife::before {
  content: "\f5a5";
}

.lni-knife-fork-1::before {
  content: "\f5a6";
}

.lni-knife-fork-2::before {
  content: "\f5a7";
}

.lni-kubernetes::before {
  content: "\f5a8";
}

.lni-label-dollar-1::before {
  content: "\f5a9";
}

.lni-label-dollar-2::before {
  content: "\f5aa";
}

.lni-label-list::before {
  content: "\f5ab";
}

.lni-label-percent::before {
  content: "\f5ac";
}

.lni-label-percent-1::before {
  content: "\f5ad";
}

.lni-label-percent-2::before {
  content: "\f5ae";
}

.lni-laptop-1::before {
  content: "\f5af";
}

.lni-laptop-2::before {
  content: "\f5b0";
}

.lni-laptop-3::before {
  content: "\f5b1";
}

.lni-laptop-4::before {
  content: "\f5b2";
}

.lni-laptop-4k::before {
  content: "\f5b3";
}

.lni-laptop-aids::before {
  content: "\f5b4";
}

.lni-laptop-beat-performance::before {
  content: "\f5b5";
}

.lni-laptop-binary::before {
  content: "\f5b6";
}

.lni-laptop-bitcoin::before {
  content: "\f5b7";
}

.lni-laptop-bluetooth::before {
  content: "\f5b8";
}

.lni-laptop-bolt::before {
  content: "\f5b9";
}

.lni-laptop-bug::before {
  content: "\f5ba";
}

.lni-laptop-camera-touchpad::before {
  content: "\f5bb";
}

.lni-laptop-check-circle::before {
  content: "\f5bc";
}

.lni-laptop-cloud::before {
  content: "\f5bd";
}

.lni-laptop-code::before {
  content: "\f5be";
}

.lni-laptop-disabled-1::before {
  content: "\f5bf";
}

.lni-laptop-disabled-2::before {
  content: "\f5c0";
}

.lni-laptop-doc::before {
  content: "\f5c1";
}

.lni-laptop-error::before {
  content: "\f5c2";
}

.lni-laptop-gear::before {
  content: "\f5c3";
}

.lni-laptop-heart::before {
  content: "\f5c4";
}

.lni-laptop-link::before {
  content: "\f5c5";
}

.lni-laptop-live::before {
  content: "\f5c6";
}

.lni-laptop-locked::before {
  content: "\f5c7";
}

.lni-laptop-percent::before {
  content: "\f5c8";
}

.lni-laptop-phone::before {
  content: "\f5c9";
}

.lni-laptop-play::before {
  content: "\f5ca";
}

.lni-laptop-recycle::before {
  content: "\f5cb";
}

.lni-laptop-refresh-anticlockwise::before {
  content: "\f5cc";
}

.lni-laptop-refresh-clockwise::before {
  content: "\f5cd";
}

.lni-laptop-reload::before {
  content: "\f5ce";
}

.lni-laptop-rocket-1::before {
  content: "\f5cf";
}

.lni-laptop-rocket-2::before {
  content: "\f5d0";
}

.lni-laptop-schedule::before {
  content: "\f5d1";
}

.lni-laptop-share::before {
  content: "\f5d2";
}

.lni-laptop-shield::before {
  content: "\f5d3";
}

.lni-laptop-star::before {
  content: "\f5d4";
}

.lni-laptop-target::before {
  content: "\f5d5";
}

.lni-laptop-thumbs-down::before {
  content: "\f5d6";
}

.lni-laptop-thumbs-up::before {
  content: "\f5d7";
}

.lni-laptop-trash::before {
  content: "\f5d8";
}

.lni-laptop-trend-down::before {
  content: "\f5d9";
}

.lni-laptop-trend-up::before {
  content: "\f5da";
}

.lni-laptop-user::before {
  content: "\f5db";
}

.lni-laptop-video::before {
  content: "\f5dc";
}

.lni-laptop-vr::before {
  content: "\f5dd";
}

.lni-laptop-wifi::before {
  content: "\f5de";
}

.lni-laptop-xmark-circle::before {
  content: "\f5df";
}

.lni-laravel::before {
  content: "\f5e0";
}

.lni-layers-1::before {
  content: "\f5e1";
}

.lni-layers-2::before {
  content: "\f5e2";
}

.lni-layers-3::before {
  content: "\f5e3";
}

.lni-layers-hexagon::before {
  content: "\f5e4";
}

.lni-layout-1::before {
  content: "\f5e5";
}

.lni-layout-10::before {
  content: "\f5e6";
}

.lni-layout-11::before {
  content: "\f5e7";
}

.lni-layout-12::before {
  content: "\f5e8";
}

.lni-layout-13::before {
  content: "\f5e9";
}

.lni-layout-14::before {
  content: "\f5ea";
}

.lni-layout-15::before {
  content: "\f5eb";
}

.lni-layout-16::before {
  content: "\f5ec";
}

.lni-layout-17::before {
  content: "\f5ed";
}

.lni-layout-18::before {
  content: "\f5ee";
}

.lni-layout-19::before {
  content: "\f5ef";
}

.lni-layout-2::before {
  content: "\f5f0";
}

.lni-layout-20::before {
  content: "\f5f1";
}

.lni-layout-21::before {
  content: "\f5f2";
}

.lni-layout-22::before {
  content: "\f5f3";
}

.lni-layout-23::before {
  content: "\f5f4";
}

.lni-layout-24::before {
  content: "\f5f5";
}

.lni-layout-25::before {
  content: "\f5f6";
}

.lni-layout-26::before {
  content: "\f5f7";
}

.lni-layout-3::before {
  content: "\f5f8";
}

.lni-layout-4::before {
  content: "\f5f9";
}

.lni-layout-5::before {
  content: "\f5fa";
}

.lni-layout-6::before {
  content: "\f5fb";
}

.lni-layout-7::before {
  content: "\f5fc";
}

.lni-layout-8::before {
  content: "\f5fd";
}

.lni-layout-9::before {
  content: "\f5fe";
}

.lni-leaf-1::before {
  content: "\f5ff";
}

.lni-leaf-10::before {
  content: "\f600";
}

.lni-leaf-2::before {
  content: "\f601";
}

.lni-leaf-3::before {
  content: "\f602";
}

.lni-leaf-4::before {
  content: "\f603";
}

.lni-leaf-5::before {
  content: "\f604";
}

.lni-leaf-6::before {
  content: "\f605";
}

.lni-leaf-7::before {
  content: "\f606";
}

.lni-leaf-8::before {
  content: "\f607";
}

.lni-leaf-9::before {
  content: "\f608";
}

.lni-lemon::before {
  content: "\f609";
}

.lni-lemon-squeezy::before {
  content: "\f60a";
}

.lni-letter-blocks::before {
  content: "\f60b";
}

.lni-letter-box::before {
  content: "\f60c";
}

.lni-library::before {
  content: "\f60d";
}

.lni-life-guard-tube-1::before {
  content: "\f60e";
}

.lni-life-guard-tube-2::before {
  content: "\f60f";
}

.lni-lift::before {
  content: "\f610";
}

.lni-lighthouse::before {
  content: "\f611";
}

.lni-line::before {
  content: "\f612";
}

.lni-line-dashed::before {
  content: "\f613";
}

.lni-line-dotted::before {
  content: "\f614";
}

.lni-line-height::before {
  content: "\f615";
}

.lni-lineicons::before {
  content: "\f616";
}

.lni-link-1-angular-left::before {
  content: "\f617";
}

.lni-link-1-angular-right::before {
  content: "\f618";
}

.lni-link-1-horizontal::before {
  content: "\f619";
}

.lni-link-1-horizontal-disabled::before {
  content: "\f61a";
}

.lni-link-1-vertical::before {
  content: "\f61b";
}

.lni-link-1-vertical-disabled::before {
  content: "\f61c";
}

.lni-link-2-angular-eft::before {
  content: "\f61d";
}

.lni-link-2-angular-right::before {
  content: "\f61e";
}

.lni-link-3-angular-left::before {
  content: "\f61f";
}

.lni-link-3-angular-left-disabled::before {
  content: "\f620";
}

.lni-link-3-angular-right::before {
  content: "\f621";
}

.lni-link-3-angular-right-disabled::before {
  content: "\f622";
}

.lni-link-3-horizontal::before {
  content: "\f623";
}

.lni-link-3-horizontal-disabled::before {
  content: "\f624";
}

.lni-link-3-vertical::before {
  content: "\f625";
}

.lni-link-3-vertical-disabled::before {
  content: "\f626";
}

.lni-linkedin::before {
  content: "\f627";
}

.lni-lips-1::before {
  content: "\f628";
}

.lni-lips-2::before {
  content: "\f629";
}

.lni-list-music-4::before {
  content: "\f62a";
}

.lni-litecoin::before {
  content: "\f62b";
}

.lni-live-badge::before {
  content: "\f62c";
}

.lni-live-stream::before {
  content: "\f62d";
}

.lni-liver::before {
  content: "\f62e";
}

.lni-location-6::before {
  content: "\f62f";
}

.lni-location-arrow-circle::before {
  content: "\f630";
}

.lni-location-arrow-left::before {
  content: "\f631";
}

.lni-location-arrow-right::before {
  content: "\f632";
}

.lni-location-arrow-square::before {
  content: "\f633";
}

.lni-location-arrow-timer::before {
  content: "\f634";
}

.lni-location-arrow-upward::before {
  content: "\f635";
}

.lni-location-crosshairs-1::before {
  content: "\f636";
}

.lni-location-crosshairs-1-disabled::before {
  content: "\f637";
}

.lni-location-crosshairs-2::before {
  content: "\f638";
}

.lni-location-crosshairs-2-disabled::before {
  content: "\f639";
}

.lni-lock-heart::before {
  content: "\f63a";
}

.lni-locked-1::before {
  content: "\f63b";
}

.lni-locked-2::before {
  content: "\f63c";
}

.lni-locked-3::before {
  content: "\f63d";
}

.lni-lockers::before {
  content: "\f63e";
}

.lni-lollipop-1::before {
  content: "\f63f";
}

.lni-lollipop-2::before {
  content: "\f640";
}

.lni-lollipop-3::before {
  content: "\f641";
}

.lni-lollipops::before {
  content: "\f642";
}

.lni-lolypop::before {
  content: "\f643";
}

.lni-loom::before {
  content: "\f644";
}

.lni-lungs::before {
  content: "\f645";
}

.lni-lychee::before {
  content: "\f646";
}

.lni-magento::before {
  content: "\f647";
}

.lni-magic-wand::before {
  content: "\f648";
}

.lni-magic-wand-1::before {
  content: "\f649";
}

.lni-magic-wand-2::before {
  content: "\f64a";
}

.lni-magnet::before {
  content: "\f64b";
}

.lni-magnet-bolt::before {
  content: "\f64c";
}

.lni-magnet-plus-minus::before {
  content: "\f64d";
}

.lni-magnetism::before {
  content: "\f64e";
}

.lni-mailchimp::before {
  content: "\f64f";
}

.lni-makeup::before {
  content: "\f650";
}

.lni-makeup-box-1::before {
  content: "\f651";
}

.lni-makeup-box-2::before {
  content: "\f652";
}

.lni-male::before {
  content: "\f653";
}

.lni-male-square::before {
  content: "\f654";
}

.lni-man-walking::before {
  content: "\f655";
}

.lni-map::before {
  content: "\f656";
}

.lni-map-3-dot-1::before {
  content: "\f657";
}

.lni-map-3-dot-2::before {
  content: "\f658";
}

.lni-map-arrow-downward::before {
  content: "\f659";
}

.lni-map-arrow-left::before {
  content: "\f65a";
}

.lni-map-arrow-right::before {
  content: "\f65b";
}

.lni-map-arrow-upward::before {
  content: "\f65c";
}

.lni-map-book::before {
  content: "\f65d";
}

.lni-map-bookmark::before {
  content: "\f65e";
}

.lni-map-check::before {
  content: "\f65f";
}

.lni-map-check-circle::before {
  content: "\f660";
}

.lni-map-cloud::before {
  content: "\f661";
}

.lni-map-code::before {
  content: "\f662";
}

.lni-map-cursor::before {
  content: "\f663";
}

.lni-map-database::before {
  content: "\f664";
}

.lni-map-delete::before {
  content: "\f665";
}

.lni-map-disabled-1::before {
  content: "\f666";
}

.lni-map-disabled-2::before {
  content: "\f667";
}

.lni-map-download::before {
  content: "\f668";
}

.lni-map-error-circle::before {
  content: "\f669";
}

.lni-map-eye::before {
  content: "\f66a";
}

.lni-map-gear::before {
  content: "\f66b";
}

.lni-map-heart::before {
  content: "\f66c";
}

.lni-map-info-circle::before {
  content: "\f66d";
}

.lni-map-link::before {
  content: "\f66e";
}

.lni-map-list::before {
  content: "\f66f";
}

.lni-map-lokced::before {
  content: "\f670";
}

.lni-map-marker-1::before {
  content: "\f671";
}

.lni-map-marker-10::before {
  content: "\f672";
}

.lni-map-marker-11::before {
  content: "\f673";
}

.lni-map-marker-12::before {
  content: "\f674";
}

.lni-map-marker-13::before {
  content: "\f675";
}

.lni-map-marker-2::before {
  content: "\f676";
}

.lni-map-marker-3::before {
  content: "\f677";
}

.lni-map-marker-4::before {
  content: "\f678";
}

.lni-map-marker-5::before {
  content: "\f679";
}

.lni-map-marker-7::before {
  content: "\f67a";
}

.lni-map-marker-8::before {
  content: "\f67b";
}

.lni-map-marker-9::before {
  content: "\f67c";
}

.lni-map-marker-arrow-down-left::before {
  content: "\f67d";
}

.lni-map-marker-arrow-down-right::before {
  content: "\f67e";
}

.lni-map-marker-arrow-downward::before {
  content: "\f67f";
}

.lni-map-marker-arrow-left::before {
  content: "\f680";
}

.lni-map-marker-arrow-right::before {
  content: "\f681";
}

.lni-map-marker-arrow-top-left::before {
  content: "\f682";
}

.lni-map-marker-arrow-top-right::before {
  content: "\f683";
}

.lni-map-marker-arrow-upward::before {
  content: "\f684";
}

.lni-map-marker-atm::before {
  content: "\f685";
}

.lni-map-marker-bolt::before {
  content: "\f686";
}

.lni-map-marker-bulb::before {
  content: "\f687";
}

.lni-map-marker-check::before {
  content: "\f688";
}

.lni-map-marker-circle::before {
  content: "\f689";
}

.lni-map-marker-code::before {
  content: "\f68a";
}

.lni-map-marker-cross::before {
  content: "\f68b";
}

.lni-map-marker-disabled-1::before {
  content: "\f68c";
}

.lni-map-marker-disabled-2::before {
  content: "\f68d";
}

.lni-map-marker-eye::before {
  content: "\f68e";
}

.lni-map-marker-gear::before {
  content: "\f68f";
}

.lni-map-marker-heart::before {
  content: "\f690";
}

.lni-map-marker-heart-2::before {
  content: "\f691";
}

.lni-map-marker-hospital::before {
  content: "\f692";
}

.lni-map-marker-info-1::before {
  content: "\f693";
}

.lni-map-marker-info-2::before {
  content: "\f694";
}

.lni-map-marker-left-downward::before {
  content: "\f695";
}

.lni-map-marker-lokced::before {
  content: "\f696";
}

.lni-map-marker-minus::before {
  content: "\f697";
}

.lni-map-marker-moon::before {
  content: "\f698";
}

.lni-map-marker-paperclip::before {
  content: "\f699";
}

.lni-map-marker-pencil::before {
  content: "\f69a";
}

.lni-map-marker-percent::before {
  content: "\f69b";
}

.lni-map-marker-plane-1::before {
  content: "\f69c";
}

.lni-map-marker-plane-2::before {
  content: "\f69d";
}

.lni-map-marker-plus::before {
  content: "\f69e";
}

.lni-map-marker-plus-area::before {
  content: "\f69f";
}

.lni-map-marker-question-mark::before {
  content: "\f6a0";
}

.lni-map-marker-refresh::before {
  content: "\f6a1";
}

.lni-map-marker-search::before {
  content: "\f6a2";
}

.lni-map-marker-share::before {
  content: "\f6a3";
}

.lni-map-marker-smile::before {
  content: "\f6a4";
}

.lni-map-marker-square::before {
  content: "\f6a5";
}

.lni-map-marker-star::before {
  content: "\f6a6";
}

.lni-map-marker-star-crescent::before {
  content: "\f6a7";
}

.lni-map-marker-star-david::before {
  content: "\f6a8";
}

.lni-map-marker-swap::before {
  content: "\f6a9";
}

.lni-map-marker-turn-right::before {
  content: "\f6aa";
}

.lni-map-marker-unlocked::before {
  content: "\f6ab";
}

.lni-map-marker-user::before {
  content: "\f6ac";
}

.lni-map-marker-xmark::before {
  content: "\f6ad";
}

.lni-map-minus-circle::before {
  content: "\f6ae";
}

.lni-map-moon::before {
  content: "\f6af";
}

.lni-map-paperclip::before {
  content: "\f6b0";
}

.lni-map-pencil::before {
  content: "\f6b1";
}

.lni-map-percent-circle::before {
  content: "\f6b2";
}

.lni-map-phone::before {
  content: "\f6b3";
}

.lni-map-pin-1::before {
  content: "\f6b4";
}

.lni-map-pin-2::before {
  content: "\f6b5";
}

.lni-map-pin-3::before {
  content: "\f6b6";
}

.lni-map-pin-4::before {
  content: "\f6b7";
}

.lni-map-pin-5::before {
  content: "\f6b8";
}

.lni-map-pin-5-disabled::before {
  content: "\f6b9";
}

.lni-map-plane-1::before {
  content: "\f6ba";
}

.lni-map-plane-2::before {
  content: "\f6bb";
}

.lni-map-plus::before {
  content: "\f6bc";
}

.lni-map-plus-circle::before {
  content: "\f6bd";
}

.lni-map-plus-minus::before {
  content: "\f6be";
}

.lni-map-question-mark::before {
  content: "\f6bf";
}

.lni-map-redo::before {
  content: "\f6c0";
}

.lni-map-refresh::before {
  content: "\f6c1";
}

.lni-map-reload::before {
  content: "\f6c2";
}

.lni-map-search::before {
  content: "\f6c3";
}

.lni-map-server::before {
  content: "\f6c4";
}

.lni-map-share-1::before {
  content: "\f6c5";
}

.lni-map-share-2::before {
  content: "\f6c6";
}

.lni-map-share-3::before {
  content: "\f6c7";
}

.lni-map-shield::before {
  content: "\f6c8";
}

.lni-map-star::before {
  content: "\f6c9";
}

.lni-map-sun::before {
  content: "\f6ca";
}

.lni-map-thumbs-down::before {
  content: "\f6cb";
}

.lni-map-thumbs-up::before {
  content: "\f6cc";
}

.lni-map-undo::before {
  content: "\f6cd";
}

.lni-map-unlocked::before {
  content: "\f6ce";
}

.lni-map-upload::before {
  content: "\f6cf";
}

.lni-map-user::before {
  content: "\f6d0";
}

.lni-map-vr::before {
  content: "\f6d1";
}

.lni-map-xmark::before {
  content: "\f6d2";
}

.lni-map-xmark-circle::before {
  content: "\f6d3";
}

.lni-mapping::before {
  content: "\f6d4";
}

.lni-mapping-disabled::before {
  content: "\f6d5";
}

.lni-markdown::before {
  content: "\f6d6";
}

.lni-mask::before {
  content: "\f6d7";
}

.lni-mask-1::before {
  content: "\f6d8";
}

.lni-mask-2::before {
  content: "\f6d9";
}

.lni-mask-skull::before {
  content: "\f6da";
}

.lni-mastercard::before {
  content: "\f6db";
}

.lni-maze::before {
  content: "\f6dc";
}

.lni-measure-tape::before {
  content: "\f6dd";
}

.lni-measuring-tape-1::before {
  content: "\f6de";
}

.lni-measuring-tape-2::before {
  content: "\f6df";
}

.lni-medal-1::before {
  content: "\f6e0";
}

.lni-medal-2::before {
  content: "\f6e1";
}

.lni-medal-3::before {
  content: "\f6e2";
}

.lni-medal-4::before {
  content: "\f6e3";
}

.lni-medal-5::before {
  content: "\f6e4";
}

.lni-medal-6::before {
  content: "\f6e5";
}

.lni-medal-7::before {
  content: "\f6e6";
}

.lni-medal-8::before {
  content: "\f6e7";
}

.lni-medal-9::before {
  content: "\f6e8";
}

.lni-medical-sign-beat-1::before {
  content: "\f6e9";
}

.lni-medical-sign-beat-2::before {
  content: "\f6ea";
}

.lni-medical-sign-plus-1::before {
  content: "\f6eb";
}

.lni-medical-sign-plus-2::before {
  content: "\f6ec";
}

.lni-medicine-bottle-1::before {
  content: "\f6ed";
}

.lni-medicine-bottle-2::before {
  content: "\f6ee";
}

.lni-medicine-bottle-3::before {
  content: "\f6ef";
}

.lni-medium::before {
  content: "\f6f0";
}

.lni-medium-alt::before {
  content: "\f6f1";
}

.lni-megaphone-1::before {
  content: "\f6f2";
}

.lni-megaphone-2::before {
  content: "\f6f3";
}

.lni-megaphone-3::before {
  content: "\f6f4";
}

.lni-menu-1::before {
  content: "\f6f5";
}

.lni-menu-2::before {
  content: "\f6f6";
}

.lni-menu-3::before {
  content: "\f6f7";
}

.lni-menu-4::before {
  content: "\f6f8";
}

.lni-menu-5::before {
  content: "\f6f9";
}

.lni-menu-6::before {
  content: "\f6fa";
}

.lni-menu-6-circle::before {
  content: "\f6fb";
}

.lni-menu-6-reverse-circle::before {
  content: "\f6fc";
}

.lni-menu-6-reverse-square::before {
  content: "\f6fd";
}

.lni-menu-6-square::before {
  content: "\f6fe";
}

.lni-menu-7::before {
  content: "\f6ff";
}

.lni-menu-bento-1::before {
  content: "\f700";
}

.lni-menu-bento-2::before {
  content: "\f701";
}

.lni-menu-cheesburger::before {
  content: "\f702";
}

.lni-menu-fries-left-1::before {
  content: "\f703";
}

.lni-menu-fries-left-2::before {
  content: "\f704";
}

.lni-menu-fries-right-1::before {
  content: "\f705";
}

.lni-menu-fries-right-2::before {
  content: "\f706";
}

.lni-menu-hamburger-1::before {
  content: "\f707";
}

.lni-menu-hamburger-2::before {
  content: "\f708";
}

.lni-menu-hamburger-circle::before {
  content: "\f709";
}

.lni-menu-hamburger-square::before {
  content: "\f70a";
}

.lni-menu-hotdog::before {
  content: "\f70b";
}

.lni-menu-hotdog-circle::before {
  content: "\f70c";
}

.lni-menu-hotdog-square::before {
  content: "\f70d";
}

.lni-menu-kebab-1::before {
  content: "\f70e";
}

.lni-menu-kebab-1-circle::before {
  content: "\f70f";
}

.lni-menu-kebab-1-square::before {
  content: "\f710";
}

.lni-menu-kebab-2::before {
  content: "\f711";
}

.lni-menu-meatballs-1::before {
  content: "\f712";
}

.lni-menu-meatballs-1-circle::before {
  content: "\f713";
}

.lni-menu-meatballs-1-square::before {
  content: "\f714";
}

.lni-menu-meatballs-2::before {
  content: "\f715";
}

.lni-menu-stairs-1::before {
  content: "\f716";
}

.lni-menu-stairs-2::before {
  content: "\f717";
}

.lni-menu-strawberry::before {
  content: "\f718";
}

.lni-menu-veggieburger::before {
  content: "\f719";
}

.lni-menu-veggieburger-circle::before {
  content: "\f71a";
}

.lni-menu-veggieburger-square::before {
  content: "\f71b";
}

.lni-mercedes::before {
  content: "\f71c";
}

.lni-merge::before {
  content: "\f71d";
}

.lni-merge-horizontal::before {
  content: "\f71e";
}

.lni-merge-vertical::before {
  content: "\f71f";
}

.lni-message-1::before {
  content: "\f720";
}

.lni-message-1-bar-chart::before {
  content: "\f721";
}

.lni-message-1-bulb::before {
  content: "\f722";
}

.lni-message-1-dots::before {
  content: "\f723";
}

.lni-message-1-error::before {
  content: "\f724";
}

.lni-message-1-heart::before {
  content: "\f725";
}

.lni-message-1-minus::before {
  content: "\f726";
}

.lni-message-1-plus::before {
  content: "\f727";
}

.lni-message-1-question::before {
  content: "\f728";
}

.lni-message-1-share::before {
  content: "\f729";
}

.lni-message-1-text::before {
  content: "\f72a";
}

.lni-message-2::before {
  content: "\f72b";
}

.lni-message-2-dots::before {
  content: "\f72c";
}

.lni-message-2-error::before {
  content: "\f72d";
}

.lni-message-2-heart::before {
  content: "\f72e";
}

.lni-message-2-minus::before {
  content: "\f72f";
}

.lni-message-2-plus::before {
  content: "\f730";
}

.lni-message-2-question::before {
  content: "\f731";
}

.lni-message-2-reversed::before {
  content: "\f732";
}

.lni-message-2-share::before {
  content: "\f733";
}

.lni-message-2-text::before {
  content: "\f734";
}

.lni-message-2-user::before {
  content: "\f735";
}

.lni-message-3::before {
  content: "\f736";
}

.lni-message-3-check::before {
  content: "\f737";
}

.lni-message-3-dots::before {
  content: "\f738";
}

.lni-message-3-error::before {
  content: "\f739";
}

.lni-message-3-heart::before {
  content: "\f73a";
}

.lni-message-3-minus::before {
  content: "\f73b";
}

.lni-message-3-plus::before {
  content: "\f73c";
}

.lni-message-3-question::before {
  content: "\f73d";
}

.lni-message-3-share::before {
  content: "\f73e";
}

.lni-message-3-text::before {
  content: "\f73f";
}

.lni-message-4::before {
  content: "\f740";
}

.lni-message-4-dots::before {
  content: "\f741";
}

.lni-message-4-error::before {
  content: "\f742";
}

.lni-message-4-heart::before {
  content: "\f743";
}

.lni-message-4-minus::before {
  content: "\f744";
}

.lni-message-4-plus::before {
  content: "\f745";
}

.lni-message-4-question::before {
  content: "\f746";
}

.lni-message-4-share::before {
  content: "\f747";
}

.lni-message-4-text::before {
  content: "\f748";
}

.lni-meta::before {
  content: "\f749";
}

.lni-meta-alt::before {
  content: "\f74a";
}

.lni-meta-rechtangle::before {
  content: "\f74b";
}

.lni-metaverse-1::before {
  content: "\f74c";
}

.lni-metaverse-2::before {
  content: "\f74d";
}

.lni-microphone-1::before {
  content: "\f74e";
}

.lni-microphone-1-circle::before {
  content: "\f74f";
}

.lni-microphone-2::before {
  content: "\f750";
}

.lni-microphone-3::before {
  content: "\f751";
}

.lni-microphone-4::before {
  content: "\f752";
}

.lni-microphone-check-circle::before {
  content: "\f753";
}

.lni-microphone-disabled-1::before {
  content: "\f754";
}

.lni-microphone-disabled-2::before {
  content: "\f755";
}

.lni-microphone-error-circle::before {
  content: "\f756";
}

.lni-microphone-gear::before {
  content: "\f757";
}

.lni-microphone-plus-circle::before {
  content: "\f758";
}

.lni-microphone-refresh::before {
  content: "\f759";
}

.lni-microphone-xmark-circle::before {
  content: "\f75a";
}

.lni-microscope::before {
  content: "\f75b";
}

.lni-microsoft::before {
  content: "\f75c";
}

.lni-microsoft-edge::before {
  content: "\f75d";
}

.lni-microsoft-teams::before {
  content: "\f75e";
}

.lni-milk-bottle-1::before {
  content: "\f75f";
}

.lni-milk-bottle-2::before {
  content: "\f760";
}

.lni-minus::before {
  content: "\f761";
}

.lni-minus-circle::before {
  content: "\f762";
}

.lni-minus-hexagon::before {
  content: "\f763";
}

.lni-minus-octagon::before {
  content: "\f764";
}

.lni-minus-square::before {
  content: "\f765";
}

.lni-mirror::before {
  content: "\f766";
}

.lni-mitten::before {
  content: "\f767";
}

.lni-molecule-1::before {
  content: "\f768";
}

.lni-molecule-2::before {
  content: "\f769";
}

.lni-money-1::before {
  content: "\f76a";
}

.lni-money-1-arrow-down::before {
  content: "\f76b";
}

.lni-money-1-arrow-left::before {
  content: "\f76c";
}

.lni-money-1-arrow-right::before {
  content: "\f76d";
}

.lni-money-1-arrow-up::before {
  content: "\f76e";
}

.lni-money-1-bills::before {
  content: "\f76f";
}

.lni-money-1-bitcoin::before {
  content: "\f770";
}

.lni-money-1-bracket::before {
  content: "\f771";
}

.lni-money-1-bundle::before {
  content: "\f772";
}

.lni-money-1-check::before {
  content: "\f773";
}

.lni-money-1-check-circle::before {
  content: "\f774";
}

.lni-money-1-cloud::before {
  content: "\f775";
}

.lni-money-1-crypto::before {
  content: "\f776";
}

.lni-money-1-disabled::before {
  content: "\f777";
}

.lni-money-1-dollar-1::before {
  content: "\f778";
}

.lni-money-1-dollar-2::before {
  content: "\f779";
}

.lni-money-1-error::before {
  content: "\f77a";
}

.lni-money-1-fire::before {
  content: "\f77b";
}

.lni-money-1-globe::before {
  content: "\f77c";
}

.lni-money-1-heart::before {
  content: "\f77d";
}

.lni-money-1-heart-circle::before {
  content: "\f77e";
}

.lni-money-1-info::before {
  content: "\f77f";
}

.lni-money-1-leaf::before {
  content: "\f780";
}

.lni-money-1-locked::before {
  content: "\f781";
}

.lni-money-1-minus::before {
  content: "\f782";
}

.lni-money-1-number-1::before {
  content: "\f783";
}

.lni-money-1-number-10::before {
  content: "\f784";
}

.lni-money-1-paperclip::before {
  content: "\f785";
}

.lni-money-1-percent::before {
  content: "\f786";
}

.lni-money-1-percent-circle::before {
  content: "\f787";
}

.lni-money-1-plus-circle::before {
  content: "\f788";
}

.lni-money-1-pound::before {
  content: "\f789";
}

.lni-money-1-refresh::before {
  content: "\f78a";
}

.lni-money-1-return::before {
  content: "\f78b";
}

.lni-money-1-search::before {
  content: "\f78c";
}

.lni-money-1-share-1::before {
  content: "\f78d";
}

.lni-money-1-share-2::before {
  content: "\f78e";
}

.lni-money-1-shield::before {
  content: "\f78f";
}

.lni-money-1-smile::before {
  content: "\f790";
}

.lni-money-1-star::before {
  content: "\f791";
}

.lni-money-1-swap::before {
  content: "\f792";
}

.lni-money-1-thumbs-down::before {
  content: "\f793";
}

.lni-money-1-thumbs-up::before {
  content: "\f794";
}

.lni-money-1-time::before {
  content: "\f795";
}

.lni-money-1-trash::before {
  content: "\f796";
}

.lni-money-1-trend-down::before {
  content: "\f797";
}

.lni-money-1-trend-up::before {
  content: "\f798";
}

.lni-money-1-unlocked::before {
  content: "\f799";
}

.lni-money-1-user::before {
  content: "\f79a";
}

.lni-money-1-vr::before {
  content: "\f79b";
}

.lni-money-1-wave::before {
  content: "\f79c";
}

.lni-money-1-withdraw-1::before {
  content: "\f79d";
}

.lni-money-1-withdraw-2::before {
  content: "\f79e";
}

.lni-money-1-withdraw-3::before {
  content: "\f79f";
}

.lni-money-1-xmark-circle::before {
  content: "\f7a0";
}

.lni-money-1-yen::before {
  content: "\f7a1";
}

.lni-money-2::before {
  content: "\f7a2";
}

.lni-money-2-arrow-downward::before {
  content: "\f7a3";
}

.lni-money-2-arrow-left::before {
  content: "\f7a4";
}

.lni-money-2-arrow-right::before {
  content: "\f7a5";
}

.lni-money-2-arrow-upward::before {
  content: "\f7a6";
}

.lni-money-2-bills::before {
  content: "\f7a7";
}

.lni-money-2-bitcoin::before {
  content: "\f7a8";
}

.lni-money-2-bracket::before {
  content: "\f7a9";
}

.lni-money-2-check::before {
  content: "\f7aa";
}

.lni-money-2-check-circle::before {
  content: "\f7ab";
}

.lni-money-2-cloud::before {
  content: "\f7ac";
}

.lni-money-2-crypto::before {
  content: "\f7ad";
}

.lni-money-2-disabled::before {
  content: "\f7ae";
}

.lni-money-2-dollar-2::before {
  content: "\f7af";
}

.lni-money-2-error::before {
  content: "\f7b0";
}

.lni-money-2-fire::before {
  content: "\f7b1";
}

.lni-money-2-globe::before {
  content: "\f7b2";
}

.lni-money-2-heart::before {
  content: "\f7b3";
}

.lni-money-2-heart-circle::before {
  content: "\f7b4";
}

.lni-money-2-info::before {
  content: "\f7b5";
}

.lni-money-2-leaf::before {
  content: "\f7b6";
}

.lni-money-2-locked::before {
  content: "\f7b7";
}

.lni-money-2-minus::before {
  content: "\f7b8";
}

.lni-money-2-number-1::before {
  content: "\f7b9";
}

.lni-money-2-number-10::before {
  content: "\f7ba";
}

.lni-money-2-paperclip::before {
  content: "\f7bb";
}

.lni-money-2-percent::before {
  content: "\f7bc";
}

.lni-money-2-percent-circle::before {
  content: "\f7bd";
}

.lni-money-2-plus-circle::before {
  content: "\f7be";
}

.lni-money-2-pound::before {
  content: "\f7bf";
}

.lni-money-2-refresh::before {
  content: "\f7c0";
}

.lni-money-2-return::before {
  content: "\f7c1";
}

.lni-money-2-search::before {
  content: "\f7c2";
}

.lni-money-2-share-1::before {
  content: "\f7c3";
}

.lni-money-2-share-2::before {
  content: "\f7c4";
}

.lni-money-2-shield::before {
  content: "\f7c5";
}

.lni-money-2-smile::before {
  content: "\f7c6";
}

.lni-money-2-star::before {
  content: "\f7c7";
}

.lni-money-2-swap::before {
  content: "\f7c8";
}

.lni-money-2-thumbs-down::before {
  content: "\f7c9";
}

.lni-money-2-thumbs-up::before {
  content: "\f7ca";
}

.lni-money-2-time::before {
  content: "\f7cb";
}

.lni-money-2-trash::before {
  content: "\f7cc";
}

.lni-money-2-trend-down::before {
  content: "\f7cd";
}

.lni-money-2-trend-up::before {
  content: "\f7ce";
}

.lni-money-2-unlocked::before {
  content: "\f7cf";
}

.lni-money-2-user::before {
  content: "\f7d0";
}

.lni-money-2-vr::before {
  content: "\f7d1";
}

.lni-money-2-wave::before {
  content: "\f7d2";
}

.lni-money-2-withdraw-1::before {
  content: "\f7d3";
}

.lni-money-2-withdraw-2::before {
  content: "\f7d4";
}

.lni-money-2-withdraw-3::before {
  content: "\f7d5";
}

.lni-money-2-withdraw-wave::before {
  content: "\f7d6";
}

.lni-money-2-xmark-circle::before {
  content: "\f7d7";
}

.lni-money-2-yen::before {
  content: "\f7d8";
}

.lni-money-bundle::before {
  content: "\f7d9";
}

.lni-money-exchange::before {
  content: "\f7da";
}

.lni-mongodb::before {
  content: "\f7db";
}

.lni-monitor::before {
  content: "\f7dc";
}

.lni-monitor-2nd-bracket::before {
  content: "\f7dd";
}

.lni-monitor-3-dot::before {
  content: "\f7de";
}

.lni-monitor-4k::before {
  content: "\f7df";
}

.lni-monitor-aids::before {
  content: "\f7e0";
}

.lni-monitor-arrow-downward::before {
  content: "\f7e1";
}

.lni-monitor-arrow-upward::before {
  content: "\f7e2";
}

.lni-monitor-bar-chart::before {
  content: "\f7e3";
}

.lni-monitor-beat::before {
  content: "\f7e4";
}

.lni-monitor-binary::before {
  content: "\f7e5";
}

.lni-monitor-bolt::before {
  content: "\f7e6";
}

.lni-monitor-book::before {
  content: "\f7e7";
}

.lni-monitor-bug::before {
  content: "\f7e8";
}

.lni-monitor-cart::before {
  content: "\f7e9";
}

.lni-monitor-check-circle::before {
  content: "\f7ea";
}

.lni-monitor-chip::before {
  content: "\f7eb";
}

.lni-monitor-cloud::before {
  content: "\f7ec";
}

.lni-monitor-code::before {
  content: "\f7ed";
}

.lni-monitor-cursor::before {
  content: "\f7ee";
}

.lni-monitor-curved::before {
  content: "\f7ef";
}

.lni-monitor-database::before {
  content: "\f7f0";
}

.lni-monitor-disabled-1::before {
  content: "\f7f1";
}

.lni-monitor-disabled-2::before {
  content: "\f7f2";
}

.lni-monitor-dollar::before {
  content: "\f7f3";
}

.lni-monitor-dollar-locked::before {
  content: "\f7f4";
}

.lni-monitor-error::before {
  content: "\f7f5";
}

.lni-monitor-gear::before {
  content: "\f7f6";
}

.lni-monitor-heart::before {
  content: "\f7f7";
}

.lni-monitor-leaf::before {
  content: "\f7f8";
}

.lni-monitor-mac::before {
  content: "\f7f9";
}

.lni-monitor-pencil::before {
  content: "\f7fa";
}

.lni-monitor-phone::before {
  content: "\f7fb";
}

.lni-monitor-plus::before {
  content: "\f7fc";
}

.lni-monitor-plus-circle::before {
  content: "\f7fd";
}

.lni-monitor-refresh-anticlockwise::before {
  content: "\f7fe";
}

.lni-monitor-refresh-clockwise::before {
  content: "\f7ff";
}

.lni-monitor-rocket-1::before {
  content: "\f800";
}

.lni-monitor-rocket-2::before {
  content: "\f801";
}

.lni-monitor-server::before {
  content: "\f802";
}

.lni-monitor-shield::before {
  content: "\f803";
}

.lni-monitor-sound::before {
  content: "\f804";
}

.lni-monitor-speaker::before {
  content: "\f805";
}

.lni-monitor-target::before {
  content: "\f806";
}

.lni-monitor-time::before {
  content: "\f807";
}

.lni-monitor-trend-down::before {
  content: "\f808";
}

.lni-monitor-trend-up::before {
  content: "\f809";
}

.lni-monitor-user::before {
  content: "\f80a";
}

.lni-monitor-video::before {
  content: "\f80b";
}

.lni-monitor-vr::before {
  content: "\f80c";
}

.lni-monitor-xmark-circle::before {
  content: "\f80d";
}

.lni-monkey-1::before {
  content: "\f80e";
}

.lni-monkey-2::before {
  content: "\f80f";
}

.lni-moon-half-left-1::before {
  content: "\f810";
}

.lni-moon-half-left-2::before {
  content: "\f811";
}

.lni-moon-half-left-3::before {
  content: "\f812";
}

.lni-moon-half-left-4::before {
  content: "\f813";
}

.lni-moon-half-left-5::before {
  content: "\f814";
}

.lni-moon-half-right-1::before {
  content: "\f815";
}

.lni-moon-half-right-2::before {
  content: "\f816";
}

.lni-moon-half-right-3::before {
  content: "\f817";
}

.lni-moon-half-right-4::before {
  content: "\f818";
}

.lni-moon-half-right-5::before {
  content: "\f819";
}

.lni-moon-star-1::before {
  content: "\f81a";
}

.lni-moon-star-2::before {
  content: "\f81b";
}

.lni-moon-wind::before {
  content: "\f81c";
}

.lni-mooring-buoy-1::before {
  content: "\f81d";
}

.lni-mooring-buoy-2::before {
  content: "\f81e";
}

.lni-mooring-buoy-3::before {
  content: "\f81f";
}

.lni-mooring-buoy-4::before {
  content: "\f820";
}

.lni-mooring-buoy-5::before {
  content: "\f821";
}

.lni-mooring-buoy-6::before {
  content: "\f822";
}

.lni-mosque-1::before {
  content: "\f823";
}

.lni-mosque-2::before {
  content: "\f824";
}

.lni-mosque-3::before {
  content: "\f825";
}

.lni-mosque-4::before {
  content: "\f826";
}

.lni-mosque-check-circle::before {
  content: "\f827";
}

.lni-mosque-heart::before {
  content: "\f828";
}

.lni-mosque-time::before {
  content: "\f829";
}

.lni-mosque-user::before {
  content: "\f82a";
}

.lni-motion::before {
  content: "\f82b";
}

.lni-mountain::before {
  content: "\f82c";
}

.lni-mountains-1::before {
  content: "\f82d";
}

.lni-mountains-2::before {
  content: "\f82e";
}

.lni-mountains-3::before {
  content: "\f82f";
}

.lni-mountains-4::before {
  content: "\f830";
}

.lni-mountains-5::before {
  content: "\f831";
}

.lni-mountains-6::before {
  content: "\f832";
}

.lni-mountains-7::before {
  content: "\f833";
}

.lni-mountains-8::before {
  content: "\f834";
}

.lni-mouse-1::before {
  content: "\f835";
}

.lni-mouse-2::before {
  content: "\f836";
}

.lni-mouse-arrow-downward::before {
  content: "\f837";
}

.lni-mouse-arrow-left::before {
  content: "\f838";
}

.lni-mouse-arrow-right::before {
  content: "\f839";
}

.lni-mouse-arrow-upward::before {
  content: "\f83a";
}

.lni-mouse-bluetooth::before {
  content: "\f83b";
}

.lni-mouse-bolt::before {
  content: "\f83c";
}

.lni-mouse-check-circle::before {
  content: "\f83d";
}

.lni-mouse-disabled::before {
  content: "\f83e";
}

.lni-mouse-gear::before {
  content: "\f83f";
}

.lni-mouse-left-click::before {
  content: "\f840";
}

.lni-mouse-locked::before {
  content: "\f841";
}

.lni-mouse-refresh::before {
  content: "\f842";
}

.lni-mouse-right-click::before {
  content: "\f843";
}

.lni-mouse-wifi::before {
  content: "\f844";
}

.lni-mouse-xmark-circle::before {
  content: "\f845";
}

.lni-move-down::before {
  content: "\f846";
}

.lni-move-left::before {
  content: "\f847";
}

.lni-move-right::before {
  content: "\f848";
}

.lni-move-up::before {
  content: "\f849";
}

.lni-muscles::before {
  content: "\f84a";
}

.lni-mushroom-1::before {
  content: "\f84b";
}

.lni-mushroom-2::before {
  content: "\f84c";
}

.lni-mushroom-3::before {
  content: "\f84d";
}

.lni-mushroom-4::before {
  content: "\f84e";
}

.lni-mushroom-5::before {
  content: "\f84f";
}

.lni-mushrooms-1::before {
  content: "\f850";
}

.lni-mushrooms-2::before {
  content: "\f851";
}

.lni-mushrooms-3::before {
  content: "\f852";
}

.lni-music::before {
  content: "\f853";
}

.lni-music-heart::before {
  content: "\f854";
}

.lni-music-list-1::before {
  content: "\f855";
}

.lni-music-list-2::before {
  content: "\f856";
}

.lni-music-list-3::before {
  content: "\f857";
}

.lni-music-list-4::before {
  content: "\f858";
}

.lni-music-note::before {
  content: "\f859";
}

.lni-mustache::before {
  content: "\f85a";
}

.lni-mysql::before {
  content: "\f85b";
}

.lni-nail-1::before {
  content: "\f85c";
}

.lni-nail-2::before {
  content: "\f85d";
}

.lni-nailpolish-1::before {
  content: "\f85e";
}

.lni-nailpolish-2::before {
  content: "\f85f";
}

.lni-nailpolish-3::before {
  content: "\f860";
}

.lni-nasa::before {
  content: "\f861";
}

.lni-necklace-1::before {
  content: "\f862";
}

.lni-necklace-2::before {
  content: "\f863";
}

.lni-netflix::before {
  content: "\f864";
}

.lni-netlify::before {
  content: "\f865";
}

.lni-newspaper::before {
  content: "\f866";
}

.lni-next-step-1::before {
  content: "\f867";
}

.lni-next-step-2::before {
  content: "\f868";
}

.lni-nextjs::before {
  content: "\f869";
}

.lni-nfc-1::before {
  content: "\f86a";
}

.lni-nfc-1-disabled::before {
  content: "\f86b";
}

.lni-nfc-2::before {
  content: "\f86c";
}

.lni-nfc-2-disabled::before {
  content: "\f86d";
}

.lni-nfc-3::before {
  content: "\f86e";
}

.lni-nfc-4::before {
  content: "\f86f";
}

.lni-nfc-4-disabled::before {
  content: "\f870";
}

.lni-nfc-card::before {
  content: "\f871";
}

.lni-nfc-card-disabled::before {
  content: "\f872";
}

.lni-nfc-circle::before {
  content: "\f873";
}

.lni-nfc-circle-disabled::before {
  content: "\f874";
}

.lni-nfc-square::before {
  content: "\f875";
}

.lni-nfc-square-disabled::before {
  content: "\f876";
}

.lni-nike::before {
  content: "\f877";
}

.lni-nissan::before {
  content: "\f878";
}

.lni-node-add::before {
  content: "\f879";
}

.lni-node-edit::before {
  content: "\f87a";
}

.lni-node-move-down::before {
  content: "\f87b";
}

.lni-node-move-up::before {
  content: "\f87c";
}

.lni-node-remove::before {
  content: "\f87d";
}

.lni-node-tree::before {
  content: "\f87e";
}

.lni-nodejs::before {
  content: "\f87f";
}

.lni-nodejs-alt::before {
  content: "\f880";
}

.lni-nose::before {
  content: "\f881";
}

.lni-notebook-1::before {
  content: "\f882";
}

.lni-notebook-2::before {
  content: "\f883";
}

.lni-notification::before {
  content: "\f884";
}

.lni-notification-text::before {
  content: "\f885";
}

.lni-notion::before {
  content: "\f886";
}

.lni-npm::before {
  content: "\f887";
}

.lni-nurse-hat-1::before {
  content: "\f888";
}

.lni-nurse-hat-2::before {
  content: "\f889";
}

.lni-nuxt::before {
  content: "\f88a";
}

.lni-nvidia::before {
  content: "\f88b";
}

.lni-oculus::before {
  content: "\f88c";
}

.lni-old-1::before {
  content: "\f88d";
}

.lni-old-2::before {
  content: "\f88e";
}

.lni-open-ai::before {
  content: "\f88f";
}

.lni-opera-house::before {
  content: "\f890";
}

.lni-opera-mini::before {
  content: "\f891";
}

.lni-oracle::before {
  content: "\f892";
}

.lni-orange::before {
  content: "\f893";
}

.lni-outdent::before {
  content: "\f894";
}

.lni-paddle::before {
  content: "\f895";
}

.lni-page-break-1::before {
  content: "\f896";
}

.lni-page-break-2::before {
  content: "\f897";
}

.lni-pagination::before {
  content: "\f898";
}

.lni-paint-bucket::before {
  content: "\f899";
}

.lni-paint-roller-1::before {
  content: "\f89a";
}

.lni-paint-roller-2::before {
  content: "\f89b";
}

.lni-paint-roller-3::before {
  content: "\f89c";
}

.lni-pancake::before {
  content: "\f89d";
}

.lni-paperclip-1::before {
  content: "\f89e";
}

.lni-paperclip-2::before {
  content: "\f89f";
}

.lni-party-cone-1::before {
  content: "\f8a0";
}

.lni-party-cone-2::before {
  content: "\f8a1";
}

.lni-party-flags::before {
  content: "\f8a2";
}

.lni-party-horn::before {
  content: "\f8a3";
}

.lni-party-spray::before {
  content: "\f8a4";
}

.lni-passport-1::before {
  content: "\f8a5";
}

.lni-passport-1-2::before {
  content: "\f8a6";
}

.lni-passport-2::before {
  content: "\f8a7";
}

.lni-passport-3::before {
  content: "\f8a8";
}

.lni-passport-4::before {
  content: "\f8a9";
}

.lni-passport-5::before {
  content: "\f8aa";
}

.lni-passport-6::before {
  content: "\f8ab";
}

.lni-passport-7::before {
  content: "\f8ac";
}

.lni-patreon::before {
  content: "\f8ad";
}

.lni-pause::before {
  content: "\f8ae";
}

.lni-payoneer::before {
  content: "\f8af";
}

.lni-paypal::before {
  content: "\f8b0";
}

.lni-pear::before {
  content: "\f8b1";
}

.lni-pen-drive-binary::before {
  content: "\f8b2";
}

.lni-pen-drive-book::before {
  content: "\f8b3";
}

.lni-pen-drive-check-circle::before {
  content: "\f8b4";
}

.lni-pen-drive-code::before {
  content: "\f8b5";
}

.lni-pen-drive-disabled::before {
  content: "\f8b6";
}

.lni-pen-drive-disabled-1::before {
  content: "\f8b7";
}

.lni-pen-drive-disabled-2::before {
  content: "\f8b8";
}

.lni-pen-drive-document::before {
  content: "\f8b9";
}

.lni-pen-drive-error-circle::before {
  content: "\f8ba";
}

.lni-pen-drive-gear::before {
  content: "\f8bb";
}

.lni-pen-drive-heart::before {
  content: "\f8bc";
}

.lni-pen-drive-leaf::before {
  content: "\f8bd";
}

.lni-pen-drive-locked::before {
  content: "\f8be";
}

.lni-pen-drive-minus-circle::before {
  content: "\f8bf";
}

.lni-pen-drive-plus-circle::before {
  content: "\f8c0";
}

.lni-pen-drive-shield::before {
  content: "\f8c1";
}

.lni-pen-drive-star::before {
  content: "\f8c2";
}

.lni-pen-drive-trash::before {
  content: "\f8c3";
}

.lni-pen-drive-user::before {
  content: "\f8c4";
}

.lni-pen-drive-video::before {
  content: "\f8c5";
}

.lni-pen-drive-xmark-circle::before {
  content: "\f8c6";
}

.lni-pen-to-square::before {
  content: "\f8c7";
}

.lni-pen-tool-1::before {
  content: "\f8c8";
}

.lni-pen-tool-2::before {
  content: "\f8c9";
}

.lni-pen-tool-3::before {
  content: "\f8ca";
}

.lni-pen-tool-4::before {
  content: "\f8cb";
}

.lni-pen-tool-minus::before {
  content: "\f8cc";
}

.lni-pen-tool-minus-circle::before {
  content: "\f8cd";
}

.lni-pen-tool-plus::before {
  content: "\f8ce";
}

.lni-pen-tool-plus-circle::before {
  content: "\f8cf";
}

.lni-pencil-1::before {
  content: "\f8d0";
}

.lni-pencil-2::before {
  content: "\f8d1";
}

.lni-pepsi::before {
  content: "\f8d2";
}

.lni-percent::before {
  content: "\f8d3";
}

.lni-perfume-1::before {
  content: "\f8d4";
}

.lni-perfume-2::before {
  content: "\f8d5";
}

.lni-perfume-3::before {
  content: "\f8d6";
}

.lni-person-chalkboard::before {
  content: "\f8d7";
}

.lni-phone::before {
  content: "\f8d8";
}

.lni-phone-aids::before {
  content: "\f8d9";
}

.lni-phone-apps::before {
  content: "\f8da";
}

.lni-phone-arrow-downward::before {
  content: "\f8db";
}

.lni-phone-arrow-left::before {
  content: "\f8dc";
}

.lni-phone-arrow-right::before {
  content: "\f8dd";
}

.lni-phone-arrow-upward::before {
  content: "\f8de";
}

.lni-phone-bar-chart-1::before {
  content: "\f8df";
}

.lni-phone-bar-chart-2::before {
  content: "\f8e0";
}

.lni-phone-basket::before {
  content: "\f8e1";
}

.lni-phone-battery::before {
  content: "\f8e2";
}

.lni-phone-bluethooth::before {
  content: "\f8e3";
}

.lni-phone-bolt::before {
  content: "\f8e4";
}

.lni-phone-book::before {
  content: "\f8e5";
}

.lni-phone-chat::before {
  content: "\f8e6";
}

.lni-phone-check-circle::before {
  content: "\f8e7";
}

.lni-phone-disabled::before {
  content: "\f8e8";
}

.lni-phone-dollar::before {
  content: "\f8e9";
}

.lni-phone-error-circle::before {
  content: "\f8ea";
}

.lni-phone-gear::before {
  content: "\f8eb";
}

.lni-phone-heart::before {
  content: "\f8ec";
}

.lni-phone-id::before {
  content: "\f8ed";
}

.lni-phone-link::before {
  content: "\f8ee";
}

.lni-phone-live::before {
  content: "\f8ef";
}

.lni-phone-locked::before {
  content: "\f8f0";
}

.lni-phone-moon::before {
  content: "\f8f1";
}

.lni-phone-network::before {
  content: "\f8f2";
}

.lni-phone-nfc::before {
  content: "\f8f3";
}

.lni-phone-notch::before {
  content: "\f8f4";
}

.lni-phone-pencil::before {
  content: "\f8f5";
}

.lni-phone-recycle::before {
  content: "\f8f6";
}

.lni-phone-refresh::before {
  content: "\f8f7";
}

.lni-phone-rocket-1::before {
  content: "\f8f8";
}

.lni-phone-rocket-2::before {
  content: "\f8f9";
}

.lni-phone-shield::before {
  content: "\f8fa";
}

.lni-phone-silent-1::before {
  content: "\f8fb";
}

.lni-phone-silent-2::before {
  content: "\f8fc";
}

.lni-phone-sim::before {
  content: "\f8fd";
}

.lni-phone-sound::before {
  content: "\f8fe";
}

.lni-phone-star::before {
  content: "\f8ff";
}

.lni-phone-sun::before {
  content: "\f900";
}

.lni-phone-taka::before {
  content: "\f901";
}

.lni-phone-target::before {
  content: "\f902";
}

.lni-phone-time::before {
  content: "\f903";
}

.lni-phone-trash::before {
  content: "\f904";
}

.lni-phone-trend-up::before {
  content: "\f905";
}

.lni-phone-user::before {
  content: "\f906";
}

.lni-phone-vibration-1::before {
  content: "\f907";
}

.lni-phone-vibration-2::before {
  content: "\f908";
}

.lni-phone-video::before {
  content: "\f909";
}

.lni-phone-vr::before {
  content: "\f90a";
}

.lni-phone-wifi::before {
  content: "\f90b";
}

.lni-photos::before {
  content: "\f90c";
}

.lni-php::before {
  content: "\f90d";
}

.lni-pie-chart-1::before {
  content: "\f90e";
}

.lni-pie-chart-2::before {
  content: "\f90f";
}

.lni-pie-chart-dollar::before {
  content: "\f910";
}

.lni-piggy-bank::before {
  content: "\f911";
}

.lni-piggy-bank-coin::before {
  content: "\f912";
}

.lni-piggy-bank-dollar::before {
  content: "\f913";
}

.lni-piggy-bank-locked::before {
  content: "\f914";
}

.lni-piggy-bank-percent::before {
  content: "\f915";
}

.lni-pilcrow::before {
  content: "\f916";
}

.lni-pimjo-logo::before {
  content: "\f917";
}

.lni-pimjo-symbol::before {
  content: "\f918";
}

.lni-pin::before {
  content: "\f919";
}

.lni-pineapple::before {
  content: "\f91a";
}

.lni-pinterest::before {
  content: "\f91b";
}

.lni-pipe::before {
  content: "\f91c";
}

.lni-pizza-1::before {
  content: "\f91d";
}

.lni-pizza-2::before {
  content: "\f91e";
}

.lni-placeholder-dollar::before {
  content: "\f91f";
}

.lni-placeholder-euro::before {
  content: "\f920";
}

.lni-placeholder-pound::before {
  content: "\f921";
}

.lni-placeholder-ruble::before {
  content: "\f922";
}

.lni-plan::before {
  content: "\f923";
}

.lni-plan-pie-chart::before {
  content: "\f924";
}

.lni-plant-dollar::before {
  content: "\f925";
}

.lni-plant-pot-1::before {
  content: "\f926";
}

.lni-plant-pot-2::before {
  content: "\f927";
}

.lni-plant-pot-3::before {
  content: "\f928";
}

.lni-plant-pot-4::before {
  content: "\f929";
}

.lni-plant-pot-5::before {
  content: "\f92a";
}

.lni-plant-pot-6::before {
  content: "\f92b";
}

.lni-plantscale::before {
  content: "\f92c";
}

.lni-plate::before {
  content: "\f92d";
}

.lni-plate-spoon-fork::before {
  content: "\f92e";
}

.lni-play::before {
  content: "\f92f";
}

.lni-play-store::before {
  content: "\f930";
}

.lni-playstation::before {
  content: "\f931";
}

.lni-plug-1::before {
  content: "\f932";
}

.lni-plug-2::before {
  content: "\f933";
}

.lni-plug-3::before {
  content: "\f934";
}

.lni-plug-4::before {
  content: "\f935";
}

.lni-plug-bolt::before {
  content: "\f936";
}

.lni-plug-cable::before {
  content: "\f937";
}

.lni-plug-check-circle::before {
  content: "\f938";
}

.lni-plug-disabled::before {
  content: "\f939";
}

.lni-plug-error-circle::before {
  content: "\f93a";
}

.lni-plug-fire::before {
  content: "\f93b";
}

.lni-plug-gear::before {
  content: "\f93c";
}

.lni-plug-info-circle::before {
  content: "\f93d";
}

.lni-plug-leaf::before {
  content: "\f93e";
}

.lni-plug-locked::before {
  content: "\f93f";
}

.lni-plug-play::before {
  content: "\f940";
}

.lni-plug-plus-circle::before {
  content: "\f941";
}

.lni-plug-question-mark::before {
  content: "\f942";
}

.lni-plug-refresh::before {
  content: "\f943";
}

.lni-plug-shield::before {
  content: "\f944";
}

.lni-plug-thumbs-down::before {
  content: "\f945";
}

.lni-plug-thumbs-up::before {
  content: "\f946";
}

.lni-plug-unlocked::before {
  content: "\f947";
}

.lni-plug-xmark-circle::before {
  content: "\f948";
}

.lni-plus::before {
  content: "\f949";
}

.lni-plus-circle::before {
  content: "\f94a";
}

.lni-plus-circle-dashed::before {
  content: "\f94b";
}

.lni-plus-hexagon::before {
  content: "\f94c";
}

.lni-plus-octagon::before {
  content: "\f94d";
}

.lni-plus-rechtangle::before {
  content: "\f94e";
}

.lni-plus-reload::before {
  content: "\f94f";
}

.lni-plus-square::before {
  content: "\f950";
}

.lni-pnpm::before {
  content: "\f951";
}

.lni-police-badge::before {
  content: "\f952";
}

.lni-popcorn::before {
  content: "\f953";
}

.lni-pos-machine-1::before {
  content: "\f954";
}

.lni-pos-machine-2::before {
  content: "\f955";
}

.lni-pos-machine-3::before {
  content: "\f956";
}

.lni-pos-machine-4::before {
  content: "\f957";
}

.lni-pos-machine-5::before {
  content: "\f958";
}

.lni-pos-machine-6::before {
  content: "\f959";
}

.lni-pos-machine-7::before {
  content: "\f95a";
}

.lni-pos-machine-8::before {
  content: "\f95b";
}

.lni-postgresql::before {
  content: "\f95c";
}

.lni-postman::before {
  content: "\f95d";
}

.lni-pound::before {
  content: "\f95e";
}

.lni-pound-circle::before {
  content: "\f95f";
}

.lni-pound-trend-down::before {
  content: "\f960";
}

.lni-pound-trend-up::before {
  content: "\f961";
}

.lni-power-button::before {
  content: "\f962";
}

.lni-pray-hand::before {
  content: "\f963";
}

.lni-prayer-rug-1::before {
  content: "\f964";
}

.lni-prayer-rug-2::before {
  content: "\f965";
}

.lni-prayer-rug-3::before {
  content: "\f966";
}

.lni-presentation-1::before {
  content: "\f967";
}

.lni-presentation-2::before {
  content: "\f968";
}

.lni-presentation-3::before {
  content: "\f969";
}

.lni-presentation-4::before {
  content: "\f96a";
}

.lni-presentation-4k::before {
  content: "\f96b";
}

.lni-presentation-bar-chart-1::before {
  content: "\f96c";
}

.lni-presentation-bar-chart-2::before {
  content: "\f96d";
}

.lni-presentation-beat::before {
  content: "\f96e";
}

.lni-presentation-bug::before {
  content: "\f96f";
}

.lni-presentation-bulb::before {
  content: "\f970";
}

.lni-presentation-cursor::before {
  content: "\f971";
}

.lni-presentation-dollar::before {
  content: "\f972";
}

.lni-presentation-fire::before {
  content: "\f973";
}

.lni-presentation-list::before {
  content: "\f974";
}

.lni-presentation-money::before {
  content: "\f975";
}

.lni-presentation-percent::before {
  content: "\f976";
}

.lni-presentation-pie-chart::before {
  content: "\f977";
}

.lni-presentation-thumbs-down::before {
  content: "\f978";
}

.lni-presentation-thumbs-up::before {
  content: "\f979";
}

.lni-presentation-trend-down::before {
  content: "\f97a";
}

.lni-presentation-trend-up::before {
  content: "\f97b";
}

.lni-presentation-user::before {
  content: "\f97c";
}

.lni-presentation-vr::before {
  content: "\f97d";
}

.lni-previous-step-1::before {
  content: "\f97e";
}

.lni-previous-step-2::before {
  content: "\f97f";
}

.lni-printer::before {
  content: "\f980";
}

.lni-printer-check-circle::before {
  content: "\f981";
}

.lni-printer-cloud::before {
  content: "\f982";
}

.lni-printer-disabled::before {
  content: "\f983";
}

.lni-printer-error-circle::before {
  content: "\f984";
}

.lni-printer-gear::before {
  content: "\f985";
}

.lni-printer-plus-circle::before {
  content: "\f986";
}

.lni-printer-refresh::before {
  content: "\f987";
}

.lni-printer-wifi::before {
  content: "\f988";
}

.lni-printer-xmark-circle::before {
  content: "\f989";
}

.lni-prisma::before {
  content: "\f98a";
}

.lni-prison::before {
  content: "\f98b";
}

.lni-producthunt::before {
  content: "\f98c";
}

.lni-projector::before {
  content: "\f98d";
}

.lni-property-price-balance::before {
  content: "\f98e";
}

.lni-proton-mail-logo::before {
  content: "\f98f";
}

.lni-proton-mail-symbol::before {
  content: "\f990";
}

.lni-pruning-shears::before {
  content: "\f991";
}

.lni-pull-up::before {
  content: "\f992";
}

.lni-pumpkin::before {
  content: "\f993";
}

.lni-pumpkin-halloween::before {
  content: "\f994";
}

.lni-punching-bag::before {
  content: "\f995";
}

.lni-push-down::before {
  content: "\f996";
}

.lni-push-left::before {
  content: "\f997";
}

.lni-push-right::before {
  content: "\f998";
}

.lni-push-up::before {
  content: "\f999";
}

.lni-puzzle::before {
  content: "\f99a";
}

.lni-pyramid::before {
  content: "\f99b";
}

.lni-pyramid-arrow-downward::before {
  content: "\f99c";
}

.lni-pyramid-arrow-upward::before {
  content: "\f99d";
}

.lni-python::before {
  content: "\f99e";
}

.lni-question-mark::before {
  content: "\f99f";
}

.lni-question-mark-circle::before {
  content: "\f9a0";
}

.lni-question-mark-hexagon::before {
  content: "\f9a1";
}

.lni-question-mark-octagon::before {
  content: "\f9a2";
}

.lni-question-mark-square::before {
  content: "\f9a3";
}

.lni-quill::before {
  content: "\f9a4";
}

.lni-quora::before {
  content: "\f9a5";
}

.lni-rabbit::before {
  content: "\f9a6";
}

.lni-radar::before {
  content: "\f9a7";
}

.lni-radar-objects::before {
  content: "\f9a8";
}

.lni-radiation::before {
  content: "\f9a9";
}

.lni-radio::before {
  content: "\f9aa";
}

.lni-radis::before {
  content: "\f9ab";
}

.lni-rainbow::before {
  content: "\f9ac";
}

.lni-rainbow-cloud::before {
  content: "\f9ad";
}

.lni-react::before {
  content: "\f9ae";
}

.lni-rechtangle::before {
  content: "\f9af";
}

.lni-record-button::before {
  content: "\f9b0";
}

.lni-recycle-circle::before {
  content: "\f9b1";
}

.lni-recycle-triangle::before {
  content: "\f9b2";
}

.lni-reddit::before {
  content: "\f9b3";
}

.lni-redo::before {
  content: "\f9b4";
}

.lni-reel::before {
  content: "\f9b5";
}

.lni-reel-heart-1::before {
  content: "\f9b6";
}

.lni-reel-heart-2::before {
  content: "\f9b7";
}

.lni-refresh-bulb-1::before {
  content: "\f9b8";
}

.lni-refresh-bulb-2::before {
  content: "\f9b9";
}

.lni-refresh-circle-1-anticlockwise::before {
  content: "\f9ba";
}

.lni-refresh-circle-1-clockwise::before {
  content: "\f9bb";
}

.lni-refresh-circle-2-anticlockwise::before {
  content: "\f9bc";
}

.lni-refresh-circle-2-clockwise::before {
  content: "\f9bd";
}

.lni-refresh-circle-3-anticlockwise::before {
  content: "\f9be";
}

.lni-refresh-circle-3-clockwise::before {
  content: "\f9bf";
}

.lni-refresh-dollar-1::before {
  content: "\f9c0";
}

.lni-refresh-dollar-2::before {
  content: "\f9c1";
}

.lni-refresh-user-1::before {
  content: "\f9c2";
}

.lni-refresh-user-2::before {
  content: "\f9c3";
}

.lni-remix-js::before {
  content: "\f9c4";
}

.lni-repeat-1::before {
  content: "\f9c5";
}

.lni-repeat-1-one::before {
  content: "\f9c6";
}

.lni-repeat-1-vertical-anticlockwise-1::before {
  content: "\f9c7";
}

.lni-repeat-1-vertical-anticlockwise-2::before {
  content: "\f9c8";
}

.lni-repeat-1-vertical-anticlockwise-3::before {
  content: "\f9c9";
}

.lni-repeat-1-vertical-clockwise-1::before {
  content: "\f9ca";
}

.lni-repeat-1-vertical-clockwise-2::before {
  content: "\f9cb";
}

.lni-repeat-1-vertical-clockwise-3::before {
  content: "\f9cc";
}

.lni-repeat-2-one::before {
  content: "\f9cd";
}

.lni-repeat-2-vertical-anticlockwise-1::before {
  content: "\f9ce";
}

.lni-repeat-2-vertical-anticlockwise-2::before {
  content: "\f9cf";
}

.lni-repeat-2-vertical-anticlockwise-3::before {
  content: "\f9d0";
}

.lni-repeat-2-vertical-clockwise-1::before {
  content: "\f9d1";
}

.lni-repeat-2-vertical-clockwise-2::before {
  content: "\f9d2";
}

.lni-repeat-2-vertical-clockwise-3::before {
  content: "\f9d3";
}

.lni-repeat-3-one::before {
  content: "\f9d4";
}

.lni-repeat-3-vertical-anticlockwise-1::before {
  content: "\f9d5";
}

.lni-repeat-3-vertical-anticlockwise-2::before {
  content: "\f9d6";
}

.lni-repeat-3-vertical-anticlockwise-3::before {
  content: "\f9d7";
}

.lni-repeat-3-vertical-clockwise-1::before {
  content: "\f9d8";
}

.lni-repeat-3-vertical-clockwise-2::before {
  content: "\f9d9";
}

.lni-repeat-3-vertical-clockwise-3::before {
  content: "\f9da";
}

.lni-repeat-anticlockwise-circle-1::before {
  content: "\f9db";
}

.lni-repeat-anticlockwise-circle-2::before {
  content: "\f9dc";
}

.lni-repeat-anticlockwise-square-1::before {
  content: "\f9dd";
}

.lni-repeat-anticlockwise-square-2::before {
  content: "\f9de";
}

.lni-repeat-clockwise-circle-1::before {
  content: "\f9df";
}

.lni-repeat-clockwise-circle-2::before {
  content: "\f9e0";
}

.lni-repeat-clockwise-square-1::before {
  content: "\f9e1";
}

.lni-repeat-clockwise-square-2::before {
  content: "\f9e2";
}

.lni-report-analytics::before {
  content: "\f9e3";
}

.lni-reservoir-1::before {
  content: "\f9e4";
}

.lni-reservoir-2::before {
  content: "\f9e5";
}

.lni-resistance-band::before {
  content: "\f9e6";
}

.lni-restaurant-menu::before {
  content: "\f9e7";
}

.lni-return::before {
  content: "\f9e8";
}

.lni-ring-diamond::before {
  content: "\f9e9";
}

.lni-ring-gold::before {
  content: "\f9ea";
}

.lni-road-1::before {
  content: "\f9eb";
}

.lni-road-2::before {
  content: "\f9ec";
}

.lni-road-barrier::before {
  content: "\f9ed";
}

.lni-rocket-1::before {
  content: "\f9ee";
}

.lni-rocket-2::before {
  content: "\f9ef";
}

.lni-rocket-3::before {
  content: "\f9f0";
}

.lni-rocket-3-dot-circle::before {
  content: "\f9f1";
}

.lni-rocket-4::before {
  content: "\f9f2";
}

.lni-rocket-5::before {
  content: "\f9f3";
}

.lni-rocket-6::before {
  content: "\f9f4";
}

.lni-rocket-bar-chart-1::before {
  content: "\f9f5";
}

.lni-rocket-bar-chart-2::before {
  content: "\f9f6";
}

.lni-rocket-bolt::before {
  content: "\f9f7";
}

.lni-rocket-bug::before {
  content: "\f9f8";
}

.lni-rocket-bulb::before {
  content: "\f9f9";
}

.lni-rocket-check-circle::before {
  content: "\f9fa";
}

.lni-rocket-cloud::before {
  content: "\f9fb";
}

.lni-rocket-database::before {
  content: "\f9fc";
}

.lni-rocket-disabled::before {
  content: "\f9fd";
}

.lni-rocket-dollar::before {
  content: "\f9fe";
}

.lni-rocket-error-circle::before {
  content: "\f9ff";
}

.lni-rocket-fire::before {
  content: "\fa00";
}

.lni-rocket-gear::before {
  content: "\fa01";
}

.lni-rocket-globe::before {
  content: "\fa02";
}

.lni-rocket-heart::before {
  content: "\fa03";
}

.lni-rocket-info-circle::before {
  content: "\fa04";
}

.lni-rocket-leaf::before {
  content: "\fa05";
}

.lni-rocket-locked::before {
  content: "\fa06";
}

.lni-rocket-moon::before {
  content: "\fa07";
}

.lni-rocket-number-1::before {
  content: "\fa08";
}

.lni-rocket-refresh::before {
  content: "\fa09";
}

.lni-rocket-reload::before {
  content: "\fa0a";
}

.lni-rocket-search::before {
  content: "\fa0b";
}

.lni-rocket-shield::before {
  content: "\fa0c";
}

.lni-rocket-star::before {
  content: "\fa0d";
}

.lni-rocket-sun::before {
  content: "\fa0e";
}

.lni-rocket-target::before {
  content: "\fa0f";
}

.lni-rocket-time::before {
  content: "\fa10";
}

.lni-rocket-timer::before {
  content: "\fa11";
}

.lni-rocket-trend-down::before {
  content: "\fa12";
}

.lni-rocket-trend-up::before {
  content: "\fa13";
}

.lni-rocket-unlocked::before {
  content: "\fa14";
}

.lni-rocket-user::before {
  content: "\fa15";
}

.lni-rocket-vr::before {
  content: "\fa16";
}

.lni-rocket-xmark-circle::before {
  content: "\fa17";
}

.lni-rook-1::before {
  content: "\fa18";
}

.lni-rook-2::before {
  content: "\fa19";
}

.lni-rotate-1-anticlockwise::before {
  content: "\fa1a";
}

.lni-rotate-1-clockwise::before {
  content: "\fa1b";
}

.lni-rotate-2::before {
  content: "\fa1c";
}

.lni-route-1::before {
  content: "\fa1d";
}

.lni-route-10::before {
  content: "\fa1e";
}

.lni-route-11::before {
  content: "\fa1f";
}

.lni-route-12::before {
  content: "\fa20";
}

.lni-route-13::before {
  content: "\fa21";
}

.lni-route-14::before {
  content: "\fa22";
}

.lni-route-15::before {
  content: "\fa23";
}

.lni-route-16::before {
  content: "\fa24";
}

.lni-route-17::before {
  content: "\fa25";
}

.lni-route-18::before {
  content: "\fa26";
}

.lni-route-19::before {
  content: "\fa27";
}

.lni-route-2::before {
  content: "\fa28";
}

.lni-route-20::before {
  content: "\fa29";
}

.lni-route-21::before {
  content: "\fa2a";
}

.lni-route-22::before {
  content: "\fa2b";
}

.lni-route-3::before {
  content: "\fa2c";
}

.lni-route-4::before {
  content: "\fa2d";
}

.lni-route-5::before {
  content: "\fa2e";
}

.lni-route-6::before {
  content: "\fa2f";
}

.lni-route-7::before {
  content: "\fa30";
}

.lni-route-8::before {
  content: "\fa31";
}

.lni-route-9::before {
  content: "\fa32";
}

.lni-row::before {
  content: "\fa33";
}

.lni-rss-left::before {
  content: "\fa34";
}

.lni-rss-right::before {
  content: "\fa35";
}

.lni-ruble-circle::before {
  content: "\fa36";
}

.lni-ruble-trend-down::before {
  content: "\fa37";
}

.lni-ruble-trend-up::before {
  content: "\fa38";
}

.lni-ruler-1::before {
  content: "\fa39";
}

.lni-ruler-2::before {
  content: "\fa3a";
}

.lni-ruler-4::before {
  content: "\fa3b";
}

.lni-ruler-5::before {
  content: "\fa3c";
}

.lni-ruler-pen::before {
  content: "\fa3d";
}

.lni-ruler-triangle-1::before {
  content: "\fa3e";
}

.lni-ruler-triangle-2::before {
  content: "\fa3f";
}

.lni-rupee::before {
  content: "\fa40";
}

.lni-rupee-circle::before {
  content: "\fa41";
}

.lni-rupee-trend-down::before {
  content: "\fa42";
}

.lni-rupee-trend-up::before {
  content: "\fa43";
}

.lni-sack-dollar::before {
  content: "\fa44";
}

.lni-safari::before {
  content: "\fa45";
}

.lni-saline-bottle-1::before {
  content: "\fa46";
}

.lni-saline-bottle-2::before {
  content: "\fa47";
}

.lni-saline-bottle-3::before {
  content: "\fa48";
}

.lni-saline-bottle-4::before {
  content: "\fa49";
}

.lni-saline-bottle-5::before {
  content: "\fa4a";
}

.lni-saline-bottle-6::before {
  content: "\fa4b";
}

.lni-sanity::before {
  content: "\fa4c";
}

.lni-satay::before {
  content: "\fa4d";
}

.lni-savings-dollar::before {
  content: "\fa4e";
}

.lni-saw-1::before {
  content: "\fa4f";
}

.lni-saw-2::before {
  content: "\fa50";
}

.lni-scale-eraser::before {
  content: "\fa51";
}

.lni-scale-machine::before {
  content: "\fa52";
}

.lni-scale-machine-digital::before {
  content: "\fa53";
}

.lni-scale-square::before {
  content: "\fa54";
}

.lni-scale-underline::before {
  content: "\fa55";
}

.lni-scaling::before {
  content: "\fa56";
}

.lni-scalpel::before {
  content: "\fa57";
}

.lni-scan-1::before {
  content: "\fa58";
}

.lni-scan-2::before {
  content: "\fa59";
}

.lni-scan-battery::before {
  content: "\fa5a";
}

.lni-scan-beat::before {
  content: "\fa5b";
}

.lni-scan-book::before {
  content: "\fa5c";
}

.lni-scan-bug::before {
  content: "\fa5d";
}

.lni-scan-check::before {
  content: "\fa5e";
}

.lni-scan-database::before {
  content: "\fa5f";
}

.lni-scan-document::before {
  content: "\fa60";
}

.lni-scan-error::before {
  content: "\fa61";
}

.lni-scan-eye::before {
  content: "\fa62";
}

.lni-scan-id::before {
  content: "\fa63";
}

.lni-scan-link::before {
  content: "\fa64";
}

.lni-scan-list::before {
  content: "\fa65";
}

.lni-scan-money::before {
  content: "\fa66";
}

.lni-scan-phone::before {
  content: "\fa67";
}

.lni-scan-server::before {
  content: "\fa68";
}

.lni-scan-smile::before {
  content: "\fa69";
}

.lni-scan-user::before {
  content: "\fa6a";
}

.lni-scan-wifi::before {
  content: "\fa6b";
}

.lni-scan-xmark::before {
  content: "\fa6c";
}

.lni-school-bench-1::before {
  content: "\fa6d";
}

.lni-school-bench-2::before {
  content: "\fa6e";
}

.lni-scissors-1-angular-left::before {
  content: "\fa6f";
}

.lni-scissors-1-angular-right::before {
  content: "\fa70";
}

.lni-scissors-1-horizontal-left::before {
  content: "\fa71";
}

.lni-scissors-1-horizontal-right::before {
  content: "\fa72";
}

.lni-scissors-1-vertical::before {
  content: "\fa73";
}

.lni-scissors-2-angular-left::before {
  content: "\fa74";
}

.lni-scissors-2-angular-right::before {
  content: "\fa75";
}

.lni-scissors-2-horizontal-left::before {
  content: "\fa76";
}

.lni-scissors-2-horizontal-right::before {
  content: "\fa77";
}

.lni-scissors-2-vertical::before {
  content: "\fa78";
}

.lni-scoter::before {
  content: "\fa79";
}

.lni-screen-users::before {
  content: "\fa7a";
}

.lni-screw-1::before {
  content: "\fa7b";
}

.lni-screw-2::before {
  content: "\fa7c";
}

.lni-screwdriver-1::before {
  content: "\fa7d";
}

.lni-screwdriver-2::before {
  content: "\fa7e";
}

.lni-screwdriver-wrench-1::before {
  content: "\fa7f";
}

.lni-screwdriver-wrench-2::before {
  content: "\fa80";
}

.lni-screwdriver-wrench-3::before {
  content: "\fa81";
}

.lni-scroll-angular-1::before {
  content: "\fa82";
}

.lni-scroll-angular-2::before {
  content: "\fa83";
}

.lni-scroll-down-1::before {
  content: "\fa84";
}

.lni-scroll-down-2::before {
  content: "\fa85";
}

.lni-scroll-horizontal::before {
  content: "\fa86";
}

.lni-scroll-vertical::before {
  content: "\fa87";
}

.lni-scythe-1::before {
  content: "\fa88";
}

.lni-scythe-2::before {
  content: "\fa89";
}

.lni-search-1::before {
  content: "\fa8a";
}

.lni-search-2::before {
  content: "\fa8b";
}

.lni-search-4k::before {
  content: "\fa8c";
}

.lni-search-arrow-downward::before {
  content: "\fa8d";
}

.lni-search-arrow-left::before {
  content: "\fa8e";
}

.lni-search-arrow-right::before {
  content: "\fa8f";
}

.lni-search-arrow-upward::before {
  content: "\fa90";
}

.lni-search-bar-chart::before {
  content: "\fa91";
}

.lni-search-binary::before {
  content: "\fa92";
}

.lni-search-bitcoin::before {
  content: "\fa93";
}

.lni-search-bluetooth::before {
  content: "\fa94";
}

.lni-search-bolt::before {
  content: "\fa95";
}

.lni-search-book::before {
  content: "\fa96";
}

.lni-search-bookmark::before {
  content: "\fa97";
}

.lni-search-bulb::before {
  content: "\fa98";
}

.lni-search-check::before {
  content: "\fa99";
}

.lni-search-cloud::before {
  content: "\fa9a";
}

.lni-search-code::before {
  content: "\fa9b";
}

.lni-search-crypto::before {
  content: "\fa9c";
}

.lni-search-database::before {
  content: "\fa9d";
}

.lni-search-doc::before {
  content: "\fa9e";
}

.lni-search-dollar::before {
  content: "\fa9f";
}

.lni-search-error-circle::before {
  content: "\faa0";
}

.lni-search-eye::before {
  content: "\faa1";
}

.lni-search-gear::before {
  content: "\faa2";
}

.lni-search-globe::before {
  content: "\faa3";
}

.lni-search-image::before {
  content: "\faa4";
}

.lni-search-info-circle::before {
  content: "\faa5";
}

.lni-search-link::before {
  content: "\faa6";
}

.lni-search-list::before {
  content: "\faa7";
}

.lni-search-map-marker::before {
  content: "\faa8";
}

.lni-search-minus::before {
  content: "\faa9";
}

.lni-search-music::before {
  content: "\faaa";
}

.lni-search-paperclip::before {
  content: "\faab";
}

.lni-search-percent::before {
  content: "\faac";
}

.lni-search-phone::before {
  content: "\faad";
}

.lni-search-plane-1::before {
  content: "\faae";
}

.lni-search-plane-2::before {
  content: "\faaf";
}

.lni-search-play::before {
  content: "\fab0";
}

.lni-search-plus::before {
  content: "\fab1";
}

.lni-search-plus-minus::before {
  content: "\fab2";
}

.lni-search-question-mark::before {
  content: "\fab3";
}

.lni-search-refresh::before {
  content: "\fab4";
}

.lni-search-reload-anticlockwise::before {
  content: "\fab5";
}

.lni-search-rx::before {
  content: "\fab6";
}

.lni-search-server::before {
  content: "\fab7";
}

.lni-search-shield::before {
  content: "\fab8";
}

.lni-search-star::before {
  content: "\fab9";
}

.lni-search-text::before {
  content: "\faba";
}

.lni-search-trend-down::before {
  content: "\fabb";
}

.lni-search-trend-up::before {
  content: "\fabc";
}

.lni-search-user::before {
  content: "\fabd";
}

.lni-search-video::before {
  content: "\fabe";
}

.lni-search-wifi::before {
  content: "\fabf";
}

.lni-search-xmark::before {
  content: "\fac0";
}

.lni-seeds::before {
  content: "\fac1";
}

.lni-select-cursor-1::before {
  content: "\fac2";
}

.lni-select-cursor-2::before {
  content: "\fac3";
}

.lni-send-1::before {
  content: "\fac4";
}

.lni-send-2::before {
  content: "\fac5";
}

.lni-send-3::before {
  content: "\fac6";
}

.lni-send-4::before {
  content: "\fac7";
}

.lni-seo-monitor::before {
  content: "\fac8";
}

.lni-seo-rechtangle::before {
  content: "\fac9";
}

.lni-server-1::before {
  content: "\faca";
}

.lni-server-2::before {
  content: "\facb";
}

.lni-server-3::before {
  content: "\facc";
}

.lni-server-4::before {
  content: "\facd";
}

.lni-server-5::before {
  content: "\face";
}

.lni-server-arrow-downward::before {
  content: "\facf";
}

.lni-server-arrow-left::before {
  content: "\fad0";
}

.lni-server-arrow-right::before {
  content: "\fad1";
}

.lni-server-arrow-upward::before {
  content: "\fad2";
}

.lni-server-bar-chart::before {
  content: "\fad3";
}

.lni-server-bolt::before {
  content: "\fad4";
}

.lni-server-check-circle::before {
  content: "\fad5";
}

.lni-server-cloud::before {
  content: "\fad6";
}

.lni-server-code::before {
  content: "\fad7";
}

.lni-server-disabled-1::before {
  content: "\fad8";
}

.lni-server-disabled-2::before {
  content: "\fad9";
}

.lni-server-error-circle::before {
  content: "\fada";
}

.lni-server-gear::before {
  content: "\fadb";
}

.lni-server-leaf::before {
  content: "\fadc";
}

.lni-server-link::before {
  content: "\fadd";
}

.lni-server-live::before {
  content: "\fade";
}

.lni-server-locked::before {
  content: "\fadf";
}

.lni-server-minus-circle::before {
  content: "\fae0";
}

.lni-server-pencil::before {
  content: "\fae1";
}

.lni-server-percent::before {
  content: "\fae2";
}

.lni-server-phone::before {
  content: "\fae3";
}

.lni-server-play::before {
  content: "\fae4";
}

.lni-server-question::before {
  content: "\fae5";
}

.lni-server-refresh::before {
  content: "\fae6";
}

.lni-server-shield::before {
  content: "\fae7";
}

.lni-server-time::before {
  content: "\fae8";
}

.lni-server-trash::before {
  content: "\fae9";
}

.lni-server-user::before {
  content: "\faea";
}

.lni-server-video::before {
  content: "\faeb";
}

.lni-server-wifi::before {
  content: "\faec";
}

.lni-server-xmark-circle::before {
  content: "\faed";
}

.lni-service-bell-1::before {
  content: "\faee";
}

.lni-service-bell-2::before {
  content: "\faef";
}

.lni-shampoo::before {
  content: "\faf0";
}

.lni-shape-builder-tool::before {
  content: "\faf1";
}

.lni-shapes::before {
  content: "\faf2";
}

.lni-share-1::before {
  content: "\faf3";
}

.lni-share-1-circle::before {
  content: "\faf4";
}

.lni-share-1-disabled::before {
  content: "\faf5";
}

.lni-share-1-square::before {
  content: "\faf6";
}

.lni-share-2::before {
  content: "\faf7";
}

.lni-share-2-circle-1::before {
  content: "\faf8";
}

.lni-share-2-circle-2::before {
  content: "\faf9";
}

.lni-share-2-square-1::before {
  content: "\fafa";
}

.lni-share-2-square-2::before {
  content: "\fafb";
}

.lni-share-3::before {
  content: "\fafc";
}

.lni-share-3-disabled::before {
  content: "\fafd";
}

.lni-share-all::before {
  content: "\fafe";
}

.lni-share-nodes::before {
  content: "\faff";
}

.lni-share-nodes-circle::before {
  content: "\fb00";
}

.lni-share-nodes-disabled::before {
  content: "\fb01";
}

.lni-share-nodes-square::before {
  content: "\fb02";
}

.lni-shark::before {
  content: "\fb03";
}

.lni-sheep::before {
  content: "\fb04";
}

.lni-shekel-circle::before {
  content: "\fb05";
}

.lni-shield-1::before {
  content: "\fb06";
}

.lni-shield-1-bulb::before {
  content: "\fb07";
}

.lni-shield-1-check::before {
  content: "\fb08";
}

.lni-shield-1-heart::before {
  content: "\fb09";
}

.lni-shield-1-leaf::before {
  content: "\fb0a";
}

.lni-shield-2::before {
  content: "\fb0b";
}

.lni-shield-2-bulb::before {
  content: "\fb0c";
}

.lni-shield-2-check::before {
  content: "\fb0d";
}

.lni-shield-2-heart::before {
  content: "\fb0e";
}

.lni-shield-2-leaf::before {
  content: "\fb0f";
}

.lni-shield-3::before {
  content: "\fb10";
}

.lni-shield-3-bulb::before {
  content: "\fb11";
}

.lni-shield-3-check::before {
  content: "\fb12";
}

.lni-shield-3-heart::before {
  content: "\fb13";
}

.lni-shield-3-leaf::before {
  content: "\fb14";
}

.lni-shield-4::before {
  content: "\fb15";
}

.lni-shield-4-bulb::before {
  content: "\fb16";
}

.lni-shield-4-check::before {
  content: "\fb17";
}

.lni-shield-4-heart::before {
  content: "\fb18";
}

.lni-shield-4-leaf::before {
  content: "\fb19";
}

.lni-shield-dollar::before {
  content: "\fb1a";
}

.lni-shift-left::before {
  content: "\fb1b";
}

.lni-shift-right::before {
  content: "\fb1c";
}

.lni-ship-1::before {
  content: "\fb1d";
}

.lni-ship-2::before {
  content: "\fb1e";
}

.lni-ship-3::before {
  content: "\fb1f";
}

.lni-ship-4::before {
  content: "\fb20";
}

.lni-ship-arrow-downward::before {
  content: "\fb21";
}

.lni-ship-arrow-upward::before {
  content: "\fb22";
}

.lni-ship-box::before {
  content: "\fb23";
}

.lni-ship-check-circle::before {
  content: "\fb24";
}

.lni-ship-containers-1::before {
  content: "\fb25";
}

.lni-ship-containers-2::before {
  content: "\fb26";
}

.lni-ship-disabled::before {
  content: "\fb27";
}

.lni-ship-dollar::before {
  content: "\fb28";
}

.lni-ship-error-circle::before {
  content: "\fb29";
}

.lni-ship-fire::before {
  content: "\fb2a";
}

.lni-ship-globe::before {
  content: "\fb2b";
}

.lni-ship-heart::before {
  content: "\fb2c";
}

.lni-ship-heart-circle::before {
  content: "\fb2d";
}

.lni-ship-info-circle::before {
  content: "\fb2e";
}

.lni-ship-leaf::before {
  content: "\fb2f";
}

.lni-ship-locked::before {
  content: "\fb30";
}

.lni-ship-map-marker::before {
  content: "\fb31";
}

.lni-ship-number-24::before {
  content: "\fb32";
}

.lni-ship-percent-circle::before {
  content: "\fb33";
}

.lni-ship-question-mark::before {
  content: "\fb34";
}

.lni-ship-recycle::before {
  content: "\fb35";
}

.lni-ship-refresh::before {
  content: "\fb36";
}

.lni-ship-return::before {
  content: "\fb37";
}

.lni-ship-search::before {
  content: "\fb38";
}

.lni-ship-shield::before {
  content: "\fb39";
}

.lni-ship-ship-thumbs-down::before {
  content: "\fb3a";
}

.lni-ship-smile::before {
  content: "\fb3b";
}

.lni-ship-star::before {
  content: "\fb3c";
}

.lni-ship-stearing::before {
  content: "\fb3d";
}

.lni-ship-thumbs-up::before {
  content: "\fb3e";
}

.lni-ship-time::before {
  content: "\fb3f";
}

.lni-ship-unlocked::before {
  content: "\fb40";
}

.lni-ship-user::before {
  content: "\fb41";
}

.lni-ship-xmark-circle::before {
  content: "\fb42";
}

.lni-shirt-1::before {
  content: "\fb43";
}

.lni-shirt-2::before {
  content: "\fb44";
}

.lni-shirt-3::before {
  content: "\fb45";
}

.lni-shirt-4::before {
  content: "\fb46";
}

.lni-shirt-5::before {
  content: "\fb47";
}

.lni-shirt-6::before {
  content: "\fb48";
}

.lni-shirt-formal::before {
  content: "\fb49";
}

.lni-shirt-long-sleeve::before {
  content: "\fb4a";
}

.lni-shirt-tank-top-1::before {
  content: "\fb4b";
}

.lni-shirt-tank-top-2::before {
  content: "\fb4c";
}

.lni-shirt-tank-top-3::before {
  content: "\fb4d";
}

.lni-shirt-tank-top-4::before {
  content: "\fb4e";
}

.lni-shoe-1::before {
  content: "\fb4f";
}

.lni-shoe-2::before {
  content: "\fb50";
}

.lni-shoe-3::before {
  content: "\fb51";
}

.lni-shop::before {
  content: "\fb52";
}

.lni-shop-food::before {
  content: "\fb53";
}

.lni-shop-search::before {
  content: "\fb54";
}

.lni-shop-sign-247::before {
  content: "\fb55";
}

.lni-shop-sign-Scissor::before {
  content: "\fb56";
}

.lni-shop-sign-check::before {
  content: "\fb57";
}

.lni-shop-sign-closed::before {
  content: "\fb58";
}

.lni-shop-sign-new::before {
  content: "\fb59";
}

.lni-shop-sign-open::before {
  content: "\fb5a";
}

.lni-shop-sign-paid::before {
  content: "\fb5b";
}

.lni-shop-sign-sale::before {
  content: "\fb5c";
}

.lni-shop-sign-xmark::before {
  content: "\fb5d";
}

.lni-shopify::before {
  content: "\fb5e";
}

.lni-shorts::before {
  content: "\fb5f";
}

.lni-shovel::before {
  content: "\fb60";
}

.lni-shower::before {
  content: "\fb61";
}

.lni-shuffle::before {
  content: "\fb62";
}

.lni-sign-aid::before {
  content: "\fb63";
}

.lni-sign-board::before {
  content: "\fb64";
}

.lni-sign-board-airplane-1::before {
  content: "\fb65";
}

.lni-sign-board-airplane-2::before {
  content: "\fb66";
}

.lni-sign-board-rent::before {
  content: "\fb67";
}

.lni-sign-board-sale::before {
  content: "\fb68";
}

.lni-sign-construction-1::before {
  content: "\fb69";
}

.lni-sign-construction-2::before {
  content: "\fb6a";
}

.lni-sign-hanging-left::before {
  content: "\fb6b";
}

.lni-sign-hanging-right::before {
  content: "\fb6c";
}

.lni-sign-post-left::before {
  content: "\fb6d";
}

.lni-sign-post-right::before {
  content: "\fb6e";
}

.lni-sign-washroom::before {
  content: "\fb6f";
}

.lni-signal-1-fair::before {
  content: "\fb70";
}

.lni-signal-1-full::before {
  content: "\fb71";
}

.lni-signal-1-good::before {
  content: "\fb72";
}

.lni-signal-1-low::before {
  content: "\fb73";
}

.lni-signal-2-disabled::before {
  content: "\fb74";
}

.lni-signal-2-fair::before {
  content: "\fb75";
}

.lni-signal-2-full::before {
  content: "\fb76";
}

.lni-signal-2-half::before {
  content: "\fb77";
}

.lni-signal-2-low::before {
  content: "\fb78";
}

.lni-signal-app::before {
  content: "\fb79";
}

.lni-signal-disabled::before {
  content: "\fb7a";
}

.lni-signal-one-min::before {
  content: "\fb7b";
}

.lni-signal-stream::before {
  content: "\fb7c";
}

.lni-signal-stream-disabled::before {
  content: "\fb7d";
}

.lni-signature::before {
  content: "\fb7e";
}

.lni-signs-post-1::before {
  content: "\fb7f";
}

.lni-signs-post-2::before {
  content: "\fb80";
}

.lni-signs-post-3::before {
  content: "\fb81";
}

.lni-silo-1::before {
  content: "\fb82";
}

.lni-silo-2::before {
  content: "\fb83";
}

.lni-sim::before {
  content: "\fb84";
}

.lni-sim-bar-chart::before {
  content: "\fb85";
}

.lni-sim-bolt::before {
  content: "\fb86";
}

.lni-sim-check-circle::before {
  content: "\fb87";
}

.lni-sim-code::before {
  content: "\fb88";
}

.lni-sim-disabled::before {
  content: "\fb89";
}

.lni-sim-disabled-2::before {
  content: "\fb8a";
}

.lni-sim-error-circle::before {
  content: "\fb8b";
}

.lni-sim-gear::before {
  content: "\fb8c";
}

.lni-sim-locked::before {
  content: "\fb8d";
}

.lni-sim-number-1::before {
  content: "\fb8e";
}

.lni-sim-percent-circle::before {
  content: "\fb8f";
}

.lni-sim-plus-circle::before {
  content: "\fb90";
}

.lni-sim-refresh::before {
  content: "\fb91";
}

.lni-sim-shield::before {
  content: "\fb92";
}

.lni-sim-user::before {
  content: "\fb93";
}

.lni-sim-wifi::before {
  content: "\fb94";
}

.lni-sim-xmark-circle::before {
  content: "\fb95";
}

.lni-sinusoid::before {
  content: "\fb96";
}

.lni-sitemap::before {
  content: "\fb97";
}

.lni-sitemap-triangle::before {
  content: "\fb98";
}

.lni-size-height-width::before {
  content: "\fb99";
}

.lni-sketch::before {
  content: "\fb9a";
}

.lni-skipping-rope::before {
  content: "\fb9b";
}

.lni-skirt-1::before {
  content: "\fb9c";
}

.lni-skirt-2::before {
  content: "\fb9d";
}

.lni-skirt-3::before {
  content: "\fb9e";
}

.lni-skype::before {
  content: "\fb9f";
}

.lni-slack::before {
  content: "\fba0";
}

.lni-slice-1::before {
  content: "\fba1";
}

.lni-slice-2::before {
  content: "\fba2";
}

.lni-slider-horizontal::before {
  content: "\fba3";
}

.lni-slider-vertical::before {
  content: "\fba4";
}

.lni-sliders-double-horizontal::before {
  content: "\fba5";
}

.lni-sliders-double-vertical::before {
  content: "\fba6";
}

.lni-sliders-horizontal-circle-1::before {
  content: "\fba7";
}

.lni-sliders-horizontal-circle-2::before {
  content: "\fba8";
}

.lni-sliders-horizontal-square-1::before {
  content: "\fba9";
}

.lni-sliders-horizontal-square-2::before {
  content: "\fbaa";
}

.lni-sliders-triple-horizontal-1::before {
  content: "\fbab";
}

.lni-sliders-triple-horizontal-2::before {
  content: "\fbac";
}

.lni-sliders-triple-vertical-1::before {
  content: "\fbad";
}

.lni-sliders-triple-vertical-2::before {
  content: "\fbae";
}

.lni-sliders-vertical-circle-1::before {
  content: "\fbaf";
}

.lni-sliders-vertical-circle-2::before {
  content: "\fbb0";
}

.lni-sliders-vertical-square-1::before {
  content: "\fbb1";
}

.lni-sliders-vertical-square-2::before {
  content: "\fbb2";
}

.lni-slideshare::before {
  content: "\fbb3";
}

.lni-slipper::before {
  content: "\fbb4";
}

.lni-snapchat::before {
  content: "\fbb5";
}

.lni-snowfall::before {
  content: "\fbb6";
}

.lni-sort-alphabetical::before {
  content: "\fbb7";
}

.lni-sort-high-to-low::before {
  content: "\fbb8";
}

.lni-soundcloud::before {
  content: "\fbb9";
}

.lni-spacex::before {
  content: "\fbba";
}

.lni-spatula::before {
  content: "\fbbb";
}

.lni-speaker::before {
  content: "\fbbc";
}

.lni-speed-boat-1::before {
  content: "\fbbd";
}

.lni-speed-boat-2::before {
  content: "\fbbe";
}

.lni-speed-boat-disabled::before {
  content: "\fbbf";
}

.lni-spellcheck::before {
  content: "\fbc0";
}

.lni-spinner-1::before {
  content: "\fbc1";
}

.lni-spinner-1-bottom-left-blank::before {
  content: "\fbc2";
}

.lni-spinner-1-bottom-right-blank::before {
  content: "\fbc3";
}

.lni-spinner-1-top-left-blank::before {
  content: "\fbc4";
}

.lni-spinner-1-top-right-blank::before {
  content: "\fbc5";
}

.lni-spinner-2::before {
  content: "\fbc6";
}

.lni-spinner-2-bold::before {
  content: "\fbc7";
}

.lni-spinner-2-dotted::before {
  content: "\fbc8";
}

.lni-spinner-2-sacle::before {
  content: "\fbc9";
}

.lni-spinner-3::before {
  content: "\fbca";
}

.lni-spinner-4::before {
  content: "\fbcb";
}

.lni-spinner-4-bottom-blank::before {
  content: "\fbcc";
}

.lni-spinner-4-bottom-left-blank::before {
  content: "\fbcd";
}

.lni-spinner-4-bottom-right-blank::before {
  content: "\fbce";
}

.lni-spinner-4-top-blank::before {
  content: "\fbcf";
}

.lni-spinner-4-top-left-blank::before {
  content: "\fbd0";
}

.lni-spinner-4-top-right-blank::before {
  content: "\fbd1";
}

.lni-spinner-5::before {
  content: "\fbd2";
}

.lni-spiral-tool::before {
  content: "\fbd3";
}

.lni-split::before {
  content: "\fbd4";
}

.lni-spoon::before {
  content: "\fbd5";
}

.lni-spoon-rotated::before {
  content: "\fbd6";
}

.lni-sports::before {
  content: "\fbd7";
}

.lni-spotify::before {
  content: "\fbd8";
}

.lni-spotify-alt::before {
  content: "\fbd9";
}

.lni-square::before {
  content: "\fbda";
}

.lni-square-triangle::before {
  content: "\fbdb";
}

.lni-squares::before {
  content: "\fbdc";
}

.lni-squarespace::before {
  content: "\fbdd";
}

.lni-ssd-disabled-1::before {
  content: "\fbde";
}

.lni-ssd-disabled-2::before {
  content: "\fbdf";
}

.lni-ssd-disabled-3::before {
  content: "\fbe0";
}

.lni-ssd-disabled-4::before {
  content: "\fbe1";
}

.lni-stackoverflow::before {
  content: "\fbe2";
}

.lni-stairs-1::before {
  content: "\fbe3";
}

.lni-stairs-2::before {
  content: "\fbe4";
}

.lni-stairs-3::before {
  content: "\fbe5";
}

.lni-stairs-4::before {
  content: "\fbe6";
}

.lni-stamp::before {
  content: "\fbe7";
}

.lni-stapler::before {
  content: "\fbe8";
}

.lni-star-aeroplane::before {
  content: "\fbe9";
}

.lni-star-arrow-right::before {
  content: "\fbea";
}

.lni-star-bitcoin::before {
  content: "\fbeb";
}

.lni-star-christmas-rounded::before {
  content: "\fbec";
}

.lni-star-christmas-sharp::before {
  content: "\fbed";
}

.lni-star-circle::before {
  content: "\fbee";
}

.lni-star-crypto::before {
  content: "\fbef";
}

.lni-star-dollar::before {
  content: "\fbf0";
}

.lni-star-error::before {
  content: "\fbf1";
}

.lni-star-eye::before {
  content: "\fbf2";
}

.lni-star-fat::before {
  content: "\fbf3";
}

.lni-star-fat-disabled::before {
  content: "\fbf4";
}

.lni-star-fat-falling::before {
  content: "\fbf5";
}

.lni-star-fat-half-1::before {
  content: "\fbf6";
}

.lni-star-fat-half-2::before {
  content: "\fbf7";
}

.lni-star-fat-half-3::before {
  content: "\fbf8";
}

.lni-star-fat-multiple::before {
  content: "\fbf9";
}

.lni-star-fat-rounded::before {
  content: "\fbfa";
}

.lni-star-fat-rounded-falling::before {
  content: "\fbfb";
}

.lni-star-fat-rounded-multiple::before {
  content: "\fbfc";
}

.lni-star-fat-shine::before {
  content: "\fbfd";
}

.lni-star-heart::before {
  content: "\fbfe";
}

.lni-star-info::before {
  content: "\fbff";
}

.lni-star-life::before {
  content: "\fc00";
}

.lni-star-marker::before {
  content: "\fc01";
}

.lni-star-minus::before {
  content: "\fc02";
}

.lni-star-multiple-1::before {
  content: "\fc03";
}

.lni-star-multiple-2::before {
  content: "\fc04";
}

.lni-star-number-5::before {
  content: "\fc05";
}

.lni-star-percent::before {
  content: "\fc06";
}

.lni-star-pin::before {
  content: "\fc07";
}

.lni-star-plus::before {
  content: "\fc08";
}

.lni-star-questionmark::before {
  content: "\fc09";
}

.lni-star-rechtangle::before {
  content: "\fc0a";
}

.lni-star-rounded-disabled::before {
  content: "\fc0b";
}

.lni-star-rounded-half-1::before {
  content: "\fc0c";
}

.lni-star-rounded-half-2::before {
  content: "\fc0d";
}

.lni-star-rounded-half-3::before {
  content: "\fc0e";
}

.lni-star-rounded-shine::before {
  content: "\fc0f";
}

.lni-star-sharp::before {
  content: "\fc10";
}

.lni-star-sharp-disabled::before {
  content: "\fc11";
}

.lni-star-sharp-half-1::before {
  content: "\fc12";
}

.lni-star-sharp-half-2::before {
  content: "\fc13";
}

.lni-star-sharp-half-3::before {
  content: "\fc14";
}

.lni-star-sharp-shine::before {
  content: "\fc15";
}

.lni-star-user::before {
  content: "\fc16";
}

.lni-star-wifi::before {
  content: "\fc17";
}

.lni-stars::before {
  content: "\fc18";
}

.lni-stationary-bike::before {
  content: "\fc19";
}

.lni-statista::before {
  content: "\fc1a";
}

.lni-steak-cooked::before {
  content: "\fc1b";
}

.lni-steak-meat::before {
  content: "\fc1c";
}

.lni-steam::before {
  content: "\fc1d";
}

.lni-stethoscope-1::before {
  content: "\fc1e";
}

.lni-stethoscope-2::before {
  content: "\fc1f";
}

.lni-stocking::before {
  content: "\fc20";
}

.lni-stop::before {
  content: "\fc21";
}

.lni-stopcock::before {
  content: "\fc22";
}

.lni-stopwatch::before {
  content: "\fc23";
}

.lni-stopwatch-beat-1::before {
  content: "\fc24";
}

.lni-stopwatch-beat-2::before {
  content: "\fc25";
}

.lni-stopwatch-disabled::before {
  content: "\fc26";
}

.lni-stopwatch-number-10::before {
  content: "\fc27";
}

.lni-stopwatch-number-20::before {
  content: "\fc28";
}

.lni-stopwatch-number-50::before {
  content: "\fc29";
}

.lni-storage-hdd-1::before {
  content: "\fc2a";
}

.lni-storage-hdd-2::before {
  content: "\fc2b";
}

.lni-storage-pen-drive-1::before {
  content: "\fc2c";
}

.lni-storage-pen-drive-2::before {
  content: "\fc2d";
}

.lni-storage-ssd-1::before {
  content: "\fc2e";
}

.lni-storage-ssd-2::before {
  content: "\fc2f";
}

.lni-storage-ssd-m::before {
  content: "\fc30";
}

.lni-storage-ssd-m-2::before {
  content: "\fc31";
}

.lni-strategy::before {
  content: "\fc32";
}

.lni-strategy-flow-chart::before {
  content: "\fc33";
}

.lni-strawberry-1::before {
  content: "\fc34";
}

.lni-strawberry-2::before {
  content: "\fc35";
}

.lni-strikethrough-1::before {
  content: "\fc36";
}

.lni-strikethrough-2::before {
  content: "\fc37";
}

.lni-stripe::before {
  content: "\fc38";
}

.lni-stumbleupon::before {
  content: "\fc39";
}

.lni-subnode-add::before {
  content: "\fc3a";
}

.lni-subnode-remove::before {
  content: "\fc3b";
}

.lni-subtract-selection::before {
  content: "\fc3c";
}

.lni-suitcase-1::before {
  content: "\fc3d";
}

.lni-suitcase-2::before {
  content: "\fc3e";
}

.lni-sun-1::before {
  content: "\fc3f";
}

.lni-sun-2::before {
  content: "\fc40";
}

.lni-sun-desert::before {
  content: "\fc41";
}

.lni-sun-haze-high::before {
  content: "\fc42";
}

.lni-sun-haze-low::before {
  content: "\fc43";
}

.lni-sun-water::before {
  content: "\fc44";
}

.lni-sun-wind::before {
  content: "\fc45";
}

.lni-sunflower::before {
  content: "\fc46";
}

.lni-supabase::before {
  content: "\fc47";
}

.lni-surfboard-1::before {
  content: "\fc48";
}

.lni-surfboard-2::before {
  content: "\fc49";
}

.lni-surfboard-3::before {
  content: "\fc4a";
}

.lni-surfboard-4::before {
  content: "\fc4b";
}

.lni-surfboard-5::before {
  content: "\fc4c";
}

.lni-svelte::before {
  content: "\fc4d";
}

.lni-swap-coins::before {
  content: "\fc4e";
}

.lni-swap-currency::before {
  content: "\fc4f";
}

.lni-swift::before {
  content: "\fc50";
}

.lni-swimming::before {
  content: "\fc51";
}

.lni-swimming-pool::before {
  content: "\fc52";
}

.lni-symbol::before {
  content: "\fc53";
}

.lni-symbol-moon-star::before {
  content: "\fc54";
}

.lni-tab::before {
  content: "\fc55";
}

.lni-table::before {
  content: "\fc56";
}

.lni-table-1::before {
  content: "\fc57";
}

.lni-table-2::before {
  content: "\fc58";
}

.lni-table-3::before {
  content: "\fc59";
}

.lni-table-chair::before {
  content: "\fc5a";
}

.lni-tablets::before {
  content: "\fc5b";
}

.lni-taco::before {
  content: "\fc5c";
}

.lni-tailwindcss::before {
  content: "\fc5d";
}

.lni-taj-mahal::before {
  content: "\fc5e";
}

.lni-taka::before {
  content: "\fc5f";
}

.lni-taka-circle::before {
  content: "\fc60";
}

.lni-taka-trend-down::before {
  content: "\fc61";
}

.lni-taka-trend-down-1::before {
  content: "\fc62";
}

.lni-tap::before {
  content: "\fc63";
}

.lni-tap-angular::before {
  content: "\fc64";
}

.lni-tap-long::before {
  content: "\fc65";
}

.lni-tap-long-angular::before {
  content: "\fc66";
}

.lni-tap-quick::before {
  content: "\fc67";
}

.lni-tap-quick-angular::before {
  content: "\fc68";
}

.lni-target-1::before {
  content: "\fc69";
}

.lni-target-2::before {
  content: "\fc6a";
}

.lni-target-3::before {
  content: "\fc6b";
}

.lni-target-4::before {
  content: "\fc6c";
}

.lni-target-5::before {
  content: "\fc6d";
}

.lni-target-bitcoin-1::before {
  content: "\fc6e";
}

.lni-target-bitcoin-2::before {
  content: "\fc6f";
}

.lni-target-bitcoin-3::before {
  content: "\fc70";
}

.lni-target-crypto-1::before {
  content: "\fc71";
}

.lni-target-crypto-2::before {
  content: "\fc72";
}

.lni-target-crypto-3::before {
  content: "\fc73";
}

.lni-target-envelope::before {
  content: "\fc74";
}

.lni-target-euro-1::before {
  content: "\fc75";
}

.lni-target-euro-2::before {
  content: "\fc76";
}

.lni-target-euro-3::before {
  content: "\fc77";
}

.lni-target-user::before {
  content: "\fc78";
}

.lni-target-yen-1::before {
  content: "\fc79";
}

.lni-target-yen-2::before {
  content: "\fc7a";
}

.lni-target-yen-3::before {
  content: "\fc7b";
}

.lni-task-done::before {
  content: "\fc7c";
}

.lni-task-done-circle::before {
  content: "\fc7d";
}

.lni-task-error::before {
  content: "\fc7e";
}

.lni-task-error-circle::before {
  content: "\fc7f";
}

.lni-task-stopped::before {
  content: "\fc80";
}

.lni-task-stopped-circle::before {
  content: "\fc81";
}

.lni-teabag::before {
  content: "\fc82";
}

.lni-teeth::before {
  content: "\fc83";
}

.lni-telegram::before {
  content: "\fc84";
}

.lni-telephone-1::before {
  content: "\fc85";
}

.lni-telephone-2::before {
  content: "\fc86";
}

.lni-telephone-3::before {
  content: "\fc87";
}

.lni-telephone-4::before {
  content: "\fc88";
}

.lni-telephone-arrow-bottom-left::before {
  content: "\fc89";
}

.lni-telephone-arrow-down::before {
  content: "\fc8a";
}

.lni-telephone-arrow-left::before {
  content: "\fc8b";
}

.lni-telephone-arrow-right::before {
  content: "\fc8c";
}

.lni-telephone-arrow-top::before {
  content: "\fc8d";
}

.lni-telephone-arrow-top-right::before {
  content: "\fc8e";
}

.lni-telephone-disabled::before {
  content: "\fc8f";
}

.lni-telephone-dollar::before {
  content: "\fc90";
}

.lni-telephone-dots::before {
  content: "\fc91";
}

.lni-telephone-hold::before {
  content: "\fc92";
}

.lni-telephone-missed-call-1::before {
  content: "\fc93";
}

.lni-telephone-missed-call-2::before {
  content: "\fc94";
}

.lni-telephone-plus::before {
  content: "\fc95";
}

.lni-telephone-reload::before {
  content: "\fc96";
}

.lni-telephone-wave::before {
  content: "\fc97";
}

.lni-telescope::before {
  content: "\fc98";
}

.lni-temple-1::before {
  content: "\fc99";
}

.lni-temple-2::before {
  content: "\fc9a";
}

.lni-tennis-ball::before {
  content: "\fc9b";
}

.lni-tent-1::before {
  content: "\fc9c";
}

.lni-tent-2::before {
  content: "\fc9d";
}

.lni-tent-3::before {
  content: "\fc9e";
}

.lni-terminal::before {
  content: "\fc9f";
}

.lni-terminal-circle::before {
  content: "\fca0";
}

.lni-terminal-hexagon::before {
  content: "\fca1";
}

.lni-terminal-octagon::before {
  content: "\fca2";
}

.lni-terminal-rechtangle::before {
  content: "\fca3";
}

.lni-terminal-square::before {
  content: "\fca4";
}

.lni-tesla::before {
  content: "\fca5";
}

.lni-test-tube-1::before {
  content: "\fca6";
}

.lni-test-tube-2::before {
  content: "\fca7";
}

.lni-test-tube-3::before {
  content: "\fca8";
}

.lni-text::before {
  content: "\fca9";
}

.lni-text-format::before {
  content: "\fcaa";
}

.lni-text-format-remove::before {
  content: "\fcab";
}

.lni-text-paragraph::before {
  content: "\fcac";
}

.lni-text-square::before {
  content: "\fcad";
}

.lni-text-width::before {
  content: "\fcae";
}

.lni-thermometer-1::before {
  content: "\fcaf";
}

.lni-thermometer-2::before {
  content: "\fcb0";
}

.lni-thermometer-progress-full-1::before {
  content: "\fcb1";
}

.lni-thermometer-progress-full-2::before {
  content: "\fcb2";
}

.lni-thermometer-progress-half::before {
  content: "\fcb3";
}

.lni-thumbs-down-1::before {
  content: "\fcb4";
}

.lni-thumbs-down-2::before {
  content: "\fcb5";
}

.lni-thumbs-down-3::before {
  content: "\fcb6";
}

.lni-thumbs-up-1::before {
  content: "\fcb7";
}

.lni-thumbs-up-2::before {
  content: "\fcb8";
}

.lni-thumbs-up-3::before {
  content: "\fcb9";
}

.lni-thumbs-up-locked::before {
  content: "\fcba";
}

.lni-thumbs-up-spark::before {
  content: "\fcbb";
}

.lni-ticket-1::before {
  content: "\fcbc";
}

.lni-ticket-2::before {
  content: "\fcbd";
}

.lni-ticket-airplane::before {
  content: "\fcbe";
}

.lni-tickets-1::before {
  content: "\fcbf";
}

.lni-tickets-2::before {
  content: "\fcc0";
}

.lni-tickets-3::before {
  content: "\fcc1";
}

.lni-tickets-star::before {
  content: "\fcc2";
}

.lni-tie::before {
  content: "\fcc3";
}

.lni-tiimer::before {
  content: "\fcc4";
}

.lni-tiktok::before {
  content: "\fcc5";
}

.lni-tiktok-alt::before {
  content: "\fcc6";
}

.lni-timelapse::before {
  content: "\fcc7";
}

.lni-timeline::before {
  content: "\fcc8";
}

.lni-timer-1::before {
  content: "\fcc9";
}

.lni-timer-2::before {
  content: "\fcca";
}

.lni-timer-half::before {
  content: "\fccb";
}

.lni-timer-quarter::before {
  content: "\fccc";
}

.lni-timer-quarter-pass::before {
  content: "\fccd";
}

.lni-toggle-1-neutral::before {
  content: "\fcce";
}

.lni-toggle-1-off::before {
  content: "\fccf";
}

.lni-toggle-1-on::before {
  content: "\fcd0";
}

.lni-toggle-2-neutral::before {
  content: "\fcd1";
}

.lni-toggle-2-off::before {
  content: "\fcd2";
}

.lni-toggle-2-on::before {
  content: "\fcd3";
}

.lni-tomato::before {
  content: "\fcd4";
}

.lni-tombstone::before {
  content: "\fcd5";
}

.lni-tombstone-cross::before {
  content: "\fcd6";
}

.lni-tombstone-moon-star::before {
  content: "\fcd7";
}

.lni-tombstone-octagon::before {
  content: "\fcd8";
}

.lni-tombstone-text::before {
  content: "\fcd9";
}

.lni-tooth::before {
  content: "\fcda";
}

.lni-torii-gate-1::before {
  content: "\fcdb";
}

.lni-torii-gate-2::before {
  content: "\fcdc";
}

.lni-tornado-1::before {
  content: "\fcdd";
}

.lni-tornado-2::before {
  content: "\fcde";
}

.lni-tornado-3::before {
  content: "\fcdf";
}

.lni-towel::before {
  content: "\fce0";
}

.lni-tower-broadcast-1::before {
  content: "\fce1";
}

.lni-tower-broadcast-2::before {
  content: "\fce2";
}

.lni-toyota::before {
  content: "\fce3";
}

.lni-tractor::before {
  content: "\fce4";
}

.lni-trade-mark::before {
  content: "\fce5";
}

.lni-traffic-cone-1::before {
  content: "\fce6";
}

.lni-traffic-cone-2::before {
  content: "\fce7";
}

.lni-traffic-light::before {
  content: "\fce8";
}

.lni-train-1::before {
  content: "\fce9";
}

.lni-train-2::before {
  content: "\fcea";
}

.lni-train-3::before {
  content: "\fceb";
}

.lni-trampoline::before {
  content: "\fcec";
}

.lni-transform-1::before {
  content: "\fced";
}

.lni-transform-2::before {
  content: "\fcee";
}

.lni-trash-1::before {
  content: "\fcef";
}

.lni-trash-1-disabled::before {
  content: "\fcf0";
}

.lni-trash-2::before {
  content: "\fcf1";
}

.lni-trash-2-disabled::before {
  content: "\fcf2";
}

.lni-trash-3::before {
  content: "\fcf3";
}

.lni-trash-3-disabled::before {
  content: "\fcf4";
}

.lni-trash-4::before {
  content: "\fcf5";
}

.lni-trash-4-disabled::before {
  content: "\fcf6";
}

.lni-trash-5::before {
  content: "\fcf7";
}

.lni-trash-5-disabled::before {
  content: "\fcf8";
}

.lni-trash-6::before {
  content: "\fcf9";
}

.lni-trash-6-disabled::before {
  content: "\fcfa";
}

.lni-trash-7::before {
  content: "\fcfb";
}

.lni-trash-7-disabled::before {
  content: "\fcfc";
}

.lni-trash-arrow-downward::before {
  content: "\fcfd";
}

.lni-trash-arrow-left::before {
  content: "\fcfe";
}

.lni-trash-arrow-right::before {
  content: "\fcff";
}

.lni-trash-arrow-upward::before {
  content: "\fd00";
}

.lni-trash-bitcoin::before {
  content: "\fd01";
}

.lni-trash-check::before {
  content: "\fd02";
}

.lni-trash-check-circle::before {
  content: "\fd03";
}

.lni-trash-cloud::before {
  content: "\fd04";
}

.lni-trash-code::before {
  content: "\fd05";
}

.lni-trash-crypto::before {
  content: "\fd06";
}

.lni-trash-database::before {
  content: "\fd07";
}

.lni-trash-disabled::before {
  content: "\fd08";
}

.lni-trash-document::before {
  content: "\fd09";
}

.lni-trash-error-circle::before {
  content: "\fd0a";
}

.lni-trash-gear::before {
  content: "\fd0b";
}

.lni-trash-image::before {
  content: "\fd0c";
}

.lni-trash-info-circle::before {
  content: "\fd0d";
}

.lni-trash-link::before {
  content: "\fd0e";
}

.lni-trash-list::before {
  content: "\fd0f";
}

.lni-trash-music::before {
  content: "\fd10";
}

.lni-trash-phone::before {
  content: "\fd11";
}

.lni-trash-play::before {
  content: "\fd12";
}

.lni-trash-plus::before {
  content: "\fd13";
}

.lni-trash-plus-circle::before {
  content: "\fd14";
}

.lni-trash-question-mark::before {
  content: "\fd15";
}

.lni-trash-redo::before {
  content: "\fd16";
}

.lni-trash-refresh-anticlockwise::before {
  content: "\fd17";
}

.lni-trash-refresh-clockwise::before {
  content: "\fd18";
}

.lni-trash-reload-anticlockwise::before {
  content: "\fd19";
}

.lni-trash-reload-clockwise::before {
  content: "\fd1a";
}

.lni-trash-search::before {
  content: "\fd1b";
}

.lni-trash-server::before {
  content: "\fd1c";
}

.lni-trash-shield::before {
  content: "\fd1d";
}

.lni-trash-time::before {
  content: "\fd1e";
}

.lni-trash-timer::before {
  content: "\fd1f";
}

.lni-trash-undo::before {
  content: "\fd20";
}

.lni-trash-user::before {
  content: "\fd21";
}

.lni-trash-vector-points::before {
  content: "\fd22";
}

.lni-trash-video::before {
  content: "\fd23";
}

.lni-trash-xmark::before {
  content: "\fd24";
}

.lni-trash-xmark-circle::before {
  content: "\fd25";
}

.lni-treadmill::before {
  content: "\fd26";
}

.lni-tree-1::before {
  content: "\fd27";
}

.lni-tree-2::before {
  content: "\fd28";
}

.lni-tree-3::before {
  content: "\fd29";
}

.lni-tree-4::before {
  content: "\fd2a";
}

.lni-tree-5::before {
  content: "\fd2b";
}

.lni-tree-6::before {
  content: "\fd2c";
}

.lni-tree-7::before {
  content: "\fd2d";
}

.lni-trees-1::before {
  content: "\fd2e";
}

.lni-trees-10::before {
  content: "\fd2f";
}

.lni-trees-11::before {
  content: "\fd30";
}

.lni-trees-2::before {
  content: "\fd31";
}

.lni-trees-3::before {
  content: "\fd32";
}

.lni-trees-4::before {
  content: "\fd33";
}

.lni-trees-5::before {
  content: "\fd34";
}

.lni-trees-6::before {
  content: "\fd35";
}

.lni-trees-7::before {
  content: "\fd36";
}

.lni-trees-8::before {
  content: "\fd37";
}

.lni-trees-9::before {
  content: "\fd38";
}

.lni-trello::before {
  content: "\fd39";
}

.lni-trend-down-1::before {
  content: "\fd3a";
}

.lni-trend-down-2::before {
  content: "\fd3b";
}

.lni-trend-up-1::before {
  content: "\fd3c";
}

.lni-trend-up-2::before {
  content: "\fd3d";
}

.lni-trend-up-rechtangle::before {
  content: "\fd3e";
}

.lni-triangle-1::before {
  content: "\fd3f";
}

.lni-triangle-2::before {
  content: "\fd40";
}

.lni-triangle-bolt::before {
  content: "\fd41";
}

.lni-triangle-xmark::before {
  content: "\fd42";
}

.lni-triangles-1::before {
  content: "\fd43";
}

.lni-triangles-2::before {
  content: "\fd44";
}

.lni-triangles-3::before {
  content: "\fd45";
}

.lni-trophy-1::before {
  content: "\fd46";
}

.lni-trophy-2::before {
  content: "\fd47";
}

.lni-trophy-3::before {
  content: "\fd48";
}

.lni-trophy-4::before {
  content: "\fd49";
}

.lni-trowel-1::before {
  content: "\fd4a";
}

.lni-trowel-2::before {
  content: "\fd4b";
}

.lni-trowel-3::before {
  content: "\fd4c";
}

.lni-truck::before {
  content: "\fd4d";
}

.lni-truck-construction-1::before {
  content: "\fd4e";
}

.lni-truck-construction-2::before {
  content: "\fd4f";
}

.lni-truck-construction-3::before {
  content: "\fd50";
}

.lni-truck-construction-4::before {
  content: "\fd51";
}

.lni-truck-container::before {
  content: "\fd52";
}

.lni-truck-container-empty::before {
  content: "\fd53";
}

.lni-truck-delivery-1::before {
  content: "\fd54";
}

.lni-truck-delivery-2::before {
  content: "\fd55";
}

.lni-truck-delivery-24::before {
  content: "\fd56";
}

.lni-truck-delivery-3::before {
  content: "\fd57";
}

.lni-truck-delivery-arrow-downward::before {
  content: "\fd58";
}

.lni-truck-delivery-arrow-right::before {
  content: "\fd59";
}

.lni-truck-delivery-arrow-upward::before {
  content: "\fd5a";
}

.lni-truck-delivery-battery::before {
  content: "\fd5b";
}

.lni-truck-delivery-bolt::before {
  content: "\fd5c";
}

.lni-truck-delivery-box::before {
  content: "\fd5d";
}

.lni-truck-delivery-check-circle::before {
  content: "\fd5e";
}

.lni-truck-delivery-chip::before {
  content: "\fd5f";
}

.lni-truck-delivery-disabled::before {
  content: "\fd60";
}

.lni-truck-delivery-dollar::before {
  content: "\fd61";
}

.lni-truck-delivery-error-circle::before {
  content: "\fd62";
}

.lni-truck-delivery-fast::before {
  content: "\fd63";
}

.lni-truck-delivery-fire::before {
  content: "\fd64";
}

.lni-truck-delivery-food::before {
  content: "\fd65";
}

.lni-truck-delivery-globe::before {
  content: "\fd66";
}

.lni-truck-delivery-info-circle::before {
  content: "\fd67";
}

.lni-truck-delivery-leaf::before {
  content: "\fd68";
}

.lni-truck-delivery-locked::before {
  content: "\fd69";
}

.lni-truck-delivery-map-marker::before {
  content: "\fd6a";
}

.lni-truck-delivery-money::before {
  content: "\fd6b";
}

.lni-truck-delivery-percent-circle::before {
  content: "\fd6c";
}

.lni-truck-delivery-phone::before {
  content: "\fd6d";
}

.lni-truck-delivery-plus-circle::before {
  content: "\fd6e";
}

.lni-truck-delivery-recycle::before {
  content: "\fd6f";
}

.lni-truck-delivery-refresh::before {
  content: "\fd70";
}

.lni-truck-delivery-return::before {
  content: "\fd71";
}

.lni-truck-delivery-search::before {
  content: "\fd72";
}

.lni-truck-delivery-shield::before {
  content: "\fd73";
}

.lni-truck-delivery-star::before {
  content: "\fd74";
}

.lni-truck-delivery-thumbs-down::before {
  content: "\fd75";
}

.lni-truck-delivery-thumbs-up::before {
  content: "\fd76";
}

.lni-truck-delivery-time::before {
  content: "\fd77";
}

.lni-truck-delivery-xmark-circle::before {
  content: "\fd78";
}

.lni-truck-dump::before {
  content: "\fd79";
}

.lni-truck-oil-1::before {
  content: "\fd7a";
}

.lni-truck-oil-2::before {
  content: "\fd7b";
}

.lni-tumblr::before {
  content: "\fd7c";
}

.lni-turborepo::before {
  content: "\fd7d";
}

.lni-turn-down-left::before {
  content: "\fd7e";
}

.lni-turn-down-right::before {
  content: "\fd7f";
}

.lni-turn-left::before {
  content: "\fd80";
}

.lni-turn-left-down::before {
  content: "\fd81";
}

.lni-turn-left-up::before {
  content: "\fd82";
}

.lni-turn-right::before {
  content: "\fd83";
}

.lni-turn-right-circle::before {
  content: "\fd84";
}

.lni-turn-right-down::before {
  content: "\fd85";
}

.lni-turn-right-hexagon::before {
  content: "\fd86";
}

.lni-turn-right-octagon::before {
  content: "\fd87";
}

.lni-turn-right-square::before {
  content: "\fd88";
}

.lni-turn-right-up::before {
  content: "\fd89";
}

.lni-turtle-1::before {
  content: "\fd8a";
}

.lni-turtle-2::before {
  content: "\fd8b";
}

.lni-tv-4k::before {
  content: "\fd8c";
}

.lni-tv-audio::before {
  content: "\fd8d";
}

.lni-tv-check-circle::before {
  content: "\fd8e";
}

.lni-tv-crt::before {
  content: "\fd8f";
}

.lni-tv-disabled-1::before {
  content: "\fd90";
}

.lni-tv-disabled-2::before {
  content: "\fd91";
}

.lni-tv-error-circle::before {
  content: "\fd92";
}

.lni-tv-gear::before {
  content: "\fd93";
}

.lni-tv-heart::before {
  content: "\fd94";
}

.lni-tv-leaf::before {
  content: "\fd95";
}

.lni-tv-live::before {
  content: "\fd96";
}

.lni-tv-locked-1::before {
  content: "\fd97";
}

.lni-tv-locked-2::before {
  content: "\fd98";
}

.lni-tv-minus-circle::before {
  content: "\fd99";
}

.lni-tv-modern::before {
  content: "\fd9a";
}

.lni-tv-moon::before {
  content: "\fd9b";
}

.lni-tv-play::before {
  content: "\fd9c";
}

.lni-tv-plus-circle::before {
  content: "\fd9d";
}

.lni-tv-recycle::before {
  content: "\fd9e";
}

.lni-tv-refresh::before {
  content: "\fd9f";
}

.lni-tv-reload::before {
  content: "\fda0";
}

.lni-tv-repair::before {
  content: "\fda1";
}

.lni-tv-search::before {
  content: "\fda2";
}

.lni-tv-sleep::before {
  content: "\fda3";
}

.lni-tv-sound::before {
  content: "\fda4";
}

.lni-tv-star::before {
  content: "\fda5";
}

.lni-tv-time::before {
  content: "\fda6";
}

.lni-tv-unlocked::before {
  content: "\fda7";
}

.lni-tv-user::before {
  content: "\fda8";
}

.lni-tv-video::before {
  content: "\fda9";
}

.lni-tv-vr::before {
  content: "\fdaa";
}

.lni-tv-wifi-1::before {
  content: "\fdab";
}

.lni-tv-wifi-2::before {
  content: "\fdac";
}

.lni-tweezers::before {
  content: "\fdad";
}

.lni-twitch::before {
  content: "\fdae";
}

.lni-twitter-old::before {
  content: "\fdaf";
}

.lni-typescript::before {
  content: "\fdb0";
}

.lni-uber::before {
  content: "\fdb1";
}

.lni-uber-symbol::before {
  content: "\fdb2";
}

.lni-ubuntu::before {
  content: "\fdb3";
}

.lni-umbrella-1::before {
  content: "\fdb4";
}

.lni-umbrella-2::before {
  content: "\fdb5";
}

.lni-umbrella-rain-1::before {
  content: "\fdb6";
}

.lni-umbrella-rain-2::before {
  content: "\fdb7";
}

.lni-underline::before {
  content: "\fdb8";
}

.lni-undo::before {
  content: "\fdb9";
}

.lni-undo-rotated::before {
  content: "\fdba";
}

.lni-union-selection::before {
  content: "\fdbb";
}

.lni-unlink-1-angular-left::before {
  content: "\fdbc";
}

.lni-unlink-1-angular-right::before {
  content: "\fdbd";
}

.lni-unlink-1-horizontal::before {
  content: "\fdbe";
}

.lni-unlink-1-vertical::before {
  content: "\fdbf";
}

.lni-unlink-2-angular-eft::before {
  content: "\fdc0";
}

.lni-unlink-2-angular-right::before {
  content: "\fdc1";
}

.lni-unlink-3-angular-left::before {
  content: "\fdc2";
}

.lni-unlink-3-angular-right::before {
  content: "\fdc3";
}

.lni-unlink-3-horizontal::before {
  content: "\fdc4";
}

.lni-unlink-3-vertical::before {
  content: "\fdc5";
}

.lni-unlocked-1::before {
  content: "\fdc6";
}

.lni-unlocked-2::before {
  content: "\fdc7";
}

.lni-unlocked-3::before {
  content: "\fdc8";
}

.lni-unsplash::before {
  content: "\fdc9";
}

.lni-upload-1::before {
  content: "\fdca";
}

.lni-upload-1-disabled::before {
  content: "\fdcb";
}

.lni-upload-2::before {
  content: "\fdcc";
}

.lni-upload-2-disabled::before {
  content: "\fdcd";
}

.lni-upload-3::before {
  content: "\fdce";
}

.lni-upload-3-disabled::before {
  content: "\fdcf";
}

.lni-upload-4::before {
  content: "\fdd0";
}

.lni-upload-4-disabled::before {
  content: "\fdd1";
}

.lni-upload-5::before {
  content: "\fdd2";
}

.lni-upload-5-disabled::before {
  content: "\fdd3";
}

.lni-upload-6::before {
  content: "\fdd4";
}

.lni-upload-6-disabled::before {
  content: "\fdd5";
}

.lni-upload-7::before {
  content: "\fdd6";
}

.lni-upload-7-disabled::before {
  content: "\fdd7";
}

.lni-upload-8::before {
  content: "\fdd8";
}

.lni-upload-8-disabled::before {
  content: "\fdd9";
}

.lni-upload-circle-1::before {
  content: "\fdda";
}

.lni-upload-circle-2::before {
  content: "\fddb";
}

.lni-upload-cloud::before {
  content: "\fddc";
}

.lni-upload-half-circle-1::before {
  content: "\fddd";
}

.lni-upload-half-circle-2::before {
  content: "\fdde";
}

.lni-upload-rechtangle::before {
  content: "\fddf";
}

.lni-upload-square-1::before {
  content: "\fde0";
}

.lni-upload-square-2::before {
  content: "\fde1";
}

.lni-uploading::before {
  content: "\fde2";
}

.lni-usb::before {
  content: "\fde3";
}

.lni-usb-port::before {
  content: "\fde4";
}

.lni-user-1::before {
  content: "\fde5";
}

.lni-user-2::before {
  content: "\fde6";
}

.lni-user-3::before {
  content: "\fde7";
}

.lni-user-4::before {
  content: "\fde8";
}

.lni-user-aids::before {
  content: "\fde9";
}

.lni-user-arrow-center-pointed::before {
  content: "\fdea";
}

.lni-user-arrow-top-right::before {
  content: "\fdeb";
}

.lni-user-bulb::before {
  content: "\fdec";
}

.lni-user-bulb-2::before {
  content: "\fded";
}

.lni-user-check::before {
  content: "\fdee";
}

.lni-user-check-circle::before {
  content: "\fdef";
}

.lni-user-circle-1::before {
  content: "\fdf0";
}

.lni-user-circle-2::before {
  content: "\fdf1";
}

.lni-user-code-1::before {
  content: "\fdf2";
}

.lni-user-code-2::before {
  content: "\fdf3";
}

.lni-user-disabled::before {
  content: "\fdf4";
}

.lni-user-dollar::before {
  content: "\fdf5";
}

.lni-user-downward::before {
  content: "\fdf6";
}

.lni-user-gear::before {
  content: "\fdf7";
}

.lni-user-globe-1::before {
  content: "\fdf8";
}

.lni-user-globe-2::before {
  content: "\fdf9";
}

.lni-user-globe-3::before {
  content: "\fdfa";
}

.lni-user-heart::before {
  content: "\fdfb";
}

.lni-user-info-circle::before {
  content: "\fdfc";
}

.lni-user-key::before {
  content: "\fdfd";
}

.lni-user-link::before {
  content: "\fdfe";
}

.lni-user-lokced::before {
  content: "\fdff";
}

.lni-user-map::before {
  content: "\fe00";
}

.lni-user-map-arrow-downward::before {
  content: "\fe01";
}

.lni-user-map-arrow-left::before {
  content: "\fe02";
}

.lni-user-map-arrow-right::before {
  content: "\fe03";
}

.lni-user-map-arrow-upward::before {
  content: "\fe04";
}

.lni-user-map-badge::before {
  content: "\fe05";
}

.lni-user-map-beat::before {
  content: "\fe06";
}

.lni-user-map-bitcoin::before {
  content: "\fe07";
}

.lni-user-map-bolt::before {
  content: "\fe08";
}

.lni-user-map-bookmark::before {
  content: "\fe09";
}

.lni-user-map-bulb::before {
  content: "\fe0a";
}

.lni-user-map-check-circle::before {
  content: "\fe0b";
}

.lni-user-map-chip::before {
  content: "\fe0c";
}

.lni-user-map-cloud::before {
  content: "\fe0d";
}

.lni-user-map-code::before {
  content: "\fe0e";
}

.lni-user-map-crypto::before {
  content: "\fe0f";
}

.lni-user-map-disabled-1::before {
  content: "\fe10";
}

.lni-user-map-disabled-2::before {
  content: "\fe11";
}

.lni-user-map-dollar::before {
  content: "\fe12";
}

.lni-user-map-error-circle::before {
  content: "\fe13";
}

.lni-user-map-eye::before {
  content: "\fe14";
}

.lni-user-map-fire::before {
  content: "\fe15";
}

.lni-user-map-gear::before {
  content: "\fe16";
}

.lni-user-map-heart::before {
  content: "\fe17";
}

.lni-user-map-heart-circle::before {
  content: "\fe18";
}

.lni-user-map-image::before {
  content: "\fe19";
}

.lni-user-map-incognito::before {
  content: "\fe1a";
}

.lni-user-map-info-circle::before {
  content: "\fe1b";
}

.lni-user-map-leaf::before {
  content: "\fe1c";
}

.lni-user-map-link::before {
  content: "\fe1d";
}

.lni-user-map-location::before {
  content: "\fe1e";
}

.lni-user-map-locked::before {
  content: "\fe1f";
}

.lni-user-map-map-marker::before {
  content: "\fe20";
}

.lni-user-map-minus-circle::before {
  content: "\fe21";
}

.lni-user-map-moon::before {
  content: "\fe22";
}

.lni-user-map-paperclip::before {
  content: "\fe23";
}

.lni-user-map-percent::before {
  content: "\fe24";
}

.lni-user-map-phone::before {
  content: "\fe25";
}

.lni-user-map-pie-chart::before {
  content: "\fe26";
}

.lni-user-map-pin::before {
  content: "\fe27";
}

.lni-user-map-plus-circle::before {
  content: "\fe28";
}

.lni-user-map-question-mark::before {
  content: "\fe29";
}

.lni-user-map-refresh::before {
  content: "\fe2a";
}

.lni-user-map-reload::before {
  content: "\fe2b";
}

.lni-user-map-search::before {
  content: "\fe2c";
}

.lni-user-map-share-nodes::before {
  content: "\fe2d";
}

.lni-user-map-shield::before {
  content: "\fe2e";
}

.lni-user-map-sound::before {
  content: "\fe2f";
}

.lni-user-map-star::before {
  content: "\fe30";
}

.lni-user-map-storage::before {
  content: "\fe31";
}

.lni-user-map-sun::before {
  content: "\fe32";
}

.lni-user-map-thumbs-down::before {
  content: "\fe33";
}

.lni-user-map-thumbs-up::before {
  content: "\fe34";
}

.lni-user-map-time::before {
  content: "\fe35";
}

.lni-user-map-timer::before {
  content: "\fe36";
}

.lni-user-map-trash::before {
  content: "\fe37";
}

.lni-user-map-turn-left::before {
  content: "\fe38";
}

.lni-user-map-turn-right::before {
  content: "\fe39";
}

.lni-user-map-unlocked::before {
  content: "\fe3a";
}

.lni-user-map-vr::before {
  content: "\fe3b";
}

.lni-user-map-wifi::before {
  content: "\fe3c";
}

.lni-user-map-xmark-circle::before {
  content: "\fe3d";
}

.lni-user-minus-circle::before {
  content: "\fe3e";
}

.lni-user-multiple-1::before {
  content: "\fe3f";
}

.lni-user-multiple-2::before {
  content: "\fe40";
}

.lni-user-multiple-3::before {
  content: "\fe41";
}

.lni-user-multiple-4::before {
  content: "\fe42";
}

.lni-user-pencil::before {
  content: "\fe43";
}

.lni-user-plus::before {
  content: "\fe44";
}

.lni-user-plus-circle::before {
  content: "\fe45";
}

.lni-user-question-mark::before {
  content: "\fe46";
}

.lni-user-refresh::before {
  content: "\fe47";
}

.lni-user-roadside::before {
  content: "\fe48";
}

.lni-user-search::before {
  content: "\fe49";
}

.lni-user-shield::before {
  content: "\fe4a";
}

.lni-user-star::before {
  content: "\fe4b";
}

.lni-user-street-view::before {
  content: "\fe4c";
}

.lni-user-tie::before {
  content: "\fe4d";
}

.lni-user-time::before {
  content: "\fe4e";
}

.lni-user-xmark-circle::before {
  content: "\fe4f";
}

.lni-users::before {
  content: "\fe50";
}

.lni-users-check::before {
  content: "\fe51";
}

.lni-users-minus-circle::before {
  content: "\fe52";
}

.lni-users-plus::before {
  content: "\fe53";
}

.lni-users-xmark::before {
  content: "\fe54";
}

.lni-uterus::before {
  content: "\fe55";
}

.lni-vaccine::before {
  content: "\fe56";
}

.lni-vault-1::before {
  content: "\fe57";
}

.lni-vault-2::before {
  content: "\fe58";
}

.lni-vault-3::before {
  content: "\fe59";
}

.lni-vault-4::before {
  content: "\fe5a";
}

.lni-vault-5::before {
  content: "\fe5b";
}

.lni-vector-corners::before {
  content: "\fe5c";
}

.lni-vector-nodes-1::before {
  content: "\fe5d";
}

.lni-vector-nodes-2::before {
  content: "\fe5e";
}

.lni-vector-nodes-3::before {
  content: "\fe5f";
}

.lni-vector-nodes-4::before {
  content: "\fe60";
}

.lni-vector-nodes-5::before {
  content: "\fe61";
}

.lni-vector-nodes-6::before {
  content: "\fe62";
}

.lni-vector-nodes-7::before {
  content: "\fe63";
}

.lni-vector-nodes-8::before {
  content: "\fe64";
}

.lni-vercel::before {
  content: "\fe65";
}

.lni-video::before {
  content: "\fe66";
}

.lni-video-call-chat::before {
  content: "\fe67";
}

.lni-video-call-comment::before {
  content: "\fe68";
}

.lni-video-call-horizontal::before {
  content: "\fe69";
}

.lni-video-call-vertical::before {
  content: "\fe6a";
}

.lni-video-camera-heart::before {
  content: "\fe6b";
}

.lni-video-play::before {
  content: "\fe6c";
}

.lni-video-playback::before {
  content: "\fe6d";
}

.lni-vimeo::before {
  content: "\fe6e";
}

.lni-virus::before {
  content: "\fe6f";
}

.lni-visa::before {
  content: "\fe70";
}

.lni-vite::before {
  content: "\fe71";
}

.lni-vk::before {
  content: "\fe72";
}

.lni-vmware::before {
  content: "\fe73";
}

.lni-volkswagen::before {
  content: "\fe74";
}

.lni-volume-1::before {
  content: "\fe75";
}

.lni-volume-2::before {
  content: "\fe76";
}

.lni-volume-high::before {
  content: "\fe77";
}

.lni-volume-low::before {
  content: "\fe78";
}

.lni-volume-mute::before {
  content: "\fe79";
}

.lni-volume-off::before {
  content: "\fe7a";
}

.lni-vr-1::before {
  content: "\fe7b";
}

.lni-vr-1-disabled-1::before {
  content: "\fe7c";
}

.lni-vr-1-disabled-2::before {
  content: "\fe7d";
}

.lni-vr-3-dot::before {
  content: "\fe7e";
}

.lni-vr-4k::before {
  content: "\fe7f";
}

.lni-vr-audio::before {
  content: "\fe80";
}

.lni-vr-bolt::before {
  content: "\fe81";
}

.lni-vr-bug::before {
  content: "\fe82";
}

.lni-vr-cardboard::before {
  content: "\fe83";
}

.lni-vr-chat::before {
  content: "\fe84";
}

.lni-vr-check-circle::before {
  content: "\fe85";
}

.lni-vr-chip::before {
  content: "\fe86";
}

.lni-vr-cloud::before {
  content: "\fe87";
}

.lni-vr-code::before {
  content: "\fe88";
}

.lni-vr-error-circle::before {
  content: "\fe89";
}

.lni-vr-gear::before {
  content: "\fe8a";
}

.lni-vr-head-front::before {
  content: "\fe8b";
}

.lni-vr-head-side::before {
  content: "\fe8c";
}

.lni-vr-heart::before {
  content: "\fe8d";
}

.lni-vr-image::before {
  content: "\fe8e";
}

.lni-vr-live::before {
  content: "\fe8f";
}

.lni-vr-locked::before {
  content: "\fe90";
}

.lni-vr-modern-1::before {
  content: "\fe91";
}

.lni-vr-modern-1-disabled::before {
  content: "\fe92";
}

.lni-vr-modern-2::before {
  content: "\fe93";
}

.lni-vr-modern-2-disabled::before {
  content: "\fe94";
}

.lni-vr-modern-3::before {
  content: "\fe95";
}

.lni-vr-modern-3-disabled::before {
  content: "\fe96";
}

.lni-vr-modern-wireless::before {
  content: "\fe97";
}

.lni-vr-modern-wireless-disabled::before {
  content: "\fe98";
}

.lni-vr-phone::before {
  content: "\fe99";
}

.lni-vr-play::before {
  content: "\fe9a";
}

.lni-vr-plus-circle::before {
  content: "\fe9b";
}

.lni-vr-refresh::before {
  content: "\fe9c";
}

.lni-vr-shield::before {
  content: "\fe9d";
}

.lni-vr-speaker::before {
  content: "\fe9e";
}

.lni-vr-star::before {
  content: "\fe9f";
}

.lni-vr-unlocked::before {
  content: "\fea0";
}

.lni-vr-video::before {
  content: "\fea1";
}

.lni-vr-vision-pro::before {
  content: "\fea2";
}

.lni-vr-vision-pro-disabled::before {
  content: "\fea3";
}

.lni-vr-wifi-1::before {
  content: "\fea4";
}

.lni-vr-wifi-2::before {
  content: "\fea5";
}

.lni-vr-xmark-circle::before {
  content: "\fea6";
}

.lni-vs-code::before {
  content: "\fea7";
}

.lni-vuejs::before {
  content: "\fea8";
}

.lni-waiter::before {
  content: "\fea9";
}

.lni-walker::before {
  content: "\feaa";
}

.lni-walkie-talkie-1::before {
  content: "\feab";
}

.lni-walkie-talkie-2::before {
  content: "\feac";
}

.lni-wallet-1::before {
  content: "\fead";
}

.lni-wallet-1-dollar::before {
  content: "\feae";
}

.lni-wallet-2::before {
  content: "\feaf";
}

.lni-wallet-3::before {
  content: "\feb0";
}

.lni-wallet-4::before {
  content: "\feb1";
}

.lni-warm-up::before {
  content: "\feb2";
}

.lni-watch-aids::before {
  content: "\feb3";
}

.lni-watch-apps::before {
  content: "\feb4";
}

.lni-watch-beat-1::before {
  content: "\feb5";
}

.lni-watch-beat-2::before {
  content: "\feb6";
}

.lni-watch-check::before {
  content: "\feb7";
}

.lni-watch-disabled::before {
  content: "\feb8";
}

.lni-watch-fire::before {
  content: "\feb9";
}

.lni-watch-gear::before {
  content: "\feba";
}

.lni-watch-heart-1::before {
  content: "\febb";
}

.lni-watch-heart-2::before {
  content: "\febc";
}

.lni-watch-leaf::before {
  content: "\febd";
}

.lni-watch-locked::before {
  content: "\febe";
}

.lni-watch-minus::before {
  content: "\febf";
}

.lni-watch-moon::before {
  content: "\fec0";
}

.lni-watch-number-10::before {
  content: "\fec1";
}

.lni-watch-number-20::before {
  content: "\fec2";
}

.lni-watch-number-50::before {
  content: "\fec3";
}

.lni-watch-pencil::before {
  content: "\fec4";
}

.lni-watch-play::before {
  content: "\fec5";
}

.lni-watch-plus::before {
  content: "\fec6";
}

.lni-watch-reload::before {
  content: "\fec7";
}

.lni-watch-user::before {
  content: "\fec8";
}

.lni-watch-wifi::before {
  content: "\fec9";
}

.lni-watch-xmark::before {
  content: "\feca";
}

.lni-water-bottle::before {
  content: "\fecb";
}

.lni-water-decrease::before {
  content: "\fecc";
}

.lni-water-drop-1::before {
  content: "\fecd";
}

.lni-water-drop-2::before {
  content: "\fece";
}

.lni-water-drops-1::before {
  content: "\fecf";
}

.lni-water-drops-2::before {
  content: "\fed0";
}

.lni-water-increase::before {
  content: "\fed1";
}

.lni-watering-can::before {
  content: "\fed2";
}

.lni-watermelon-slice::before {
  content: "\fed3";
}

.lni-waveform-lines::before {
  content: "\fed4";
}

.lni-weathercock::before {
  content: "\fed5";
}

.lni-webcam-1::before {
  content: "\fed6";
}

.lni-webcam-2::before {
  content: "\fed7";
}

.lni-webcam-3::before {
  content: "\fed8";
}

.lni-webcam-check-circle::before {
  content: "\fed9";
}

.lni-webcam-disabled::before {
  content: "\feda";
}

.lni-webcam-disabled-1::before {
  content: "\fedb";
}

.lni-webcam-disabled-2::before {
  content: "\fedc";
}

.lni-webcam-shield::before {
  content: "\fedd";
}

.lni-webflow::before {
  content: "\fede";
}

.lni-webhooks::before {
  content: "\fedf";
}

.lni-wechat::before {
  content: "\fee0";
}

.lni-wedding-heart::before {
  content: "\fee1";
}

.lni-weight-lifting::before {
  content: "\fee2";
}

.lni-weight-machine-1::before {
  content: "\fee3";
}

.lni-weight-machine-2::before {
  content: "\fee4";
}

.lni-weight-machine-3::before {
  content: "\fee5";
}

.lni-weight-machine-4::before {
  content: "\fee6";
}

.lni-well::before {
  content: "\fee7";
}

.lni-whale::before {
  content: "\fee8";
}

.lni-whatsapp::before {
  content: "\fee9";
}

.lni-wheat::before {
  content: "\feea";
}

.lni-wheelbarrow-empty::before {
  content: "\feeb";
}

.lni-wheelbarrow-filled::before {
  content: "\feec";
}

.lni-wheelbarrow-filled-2::before {
  content: "\feed";
}

.lni-wheelchair-1::before {
  content: "\feee";
}

.lni-wheelchair-2::before {
  content: "\feef";
}

.lni-wheelchair-3::before {
  content: "\fef0";
}

.lni-whistle::before {
  content: "\fef1";
}

.lni-wifi::before {
  content: "\fef2";
}

.lni-wifi-disabled::before {
  content: "\fef3";
}

.lni-wifi-error::before {
  content: "\fef4";
}

.lni-wifi-fair::before {
  content: "\fef5";
}

.lni-wifi-good::before {
  content: "\fef6";
}

.lni-wifi-low::before {
  content: "\fef7";
}

.lni-wind-1::before {
  content: "\fef8";
}

.lni-wind-2::before {
  content: "\fef9";
}

.lni-wind-rose::before {
  content: "\fefa";
}

.lni-windmill-1::before {
  content: "\fefb";
}

.lni-windmill-2::before {
  content: "\fefc";
}

.lni-windows::before {
  content: "\fefd";
}

.lni-wine-glass-1::before {
  content: "\fefe";
}

.lni-wine-glass-2::before {
  content: "\feff";
}

.lni-wine-glass-3::before {
  content: "\ff00";
}

.lni-wine-glass-4::before {
  content: "\ff01";
}

.lni-wise::before {
  content: "\ff02";
}

.lni-wordpress::before {
  content: "\ff03";
}

.lni-wrench::before {
  content: "\ff04";
}

.lni-wrist-watch-circle::before {
  content: "\ff05";
}

.lni-wrist-watch-square::before {
  content: "\ff06";
}

.lni-www::before {
  content: "\ff07";
}

.lni-www-cursor::before {
  content: "\ff08";
}

.lni-x::before {
  content: "\ff09";
}

.lni-x-ray::before {
  content: "\ff0a";
}

.lni-xampp::before {
  content: "\ff0b";
}

.lni-xbox::before {
  content: "\ff0c";
}

.lni-xmark::before {
  content: "\ff0d";
}

.lni-xmark-circle::before {
  content: "\ff0e";
}

.lni-xmark-hexagon::before {
  content: "\ff0f";
}

.lni-xmark-octagon::before {
  content: "\ff10";
}

.lni-xmark-square::before {
  content: "\ff11";
}

.lni-xrp::before {
  content: "\ff12";
}

.lni-yahoo::before {
  content: "\ff13";
}

.lni-yarn::before {
  content: "\ff14";
}

.lni-ycombinator::before {
  content: "\ff15";
}

.lni-yen::before {
  content: "\ff16";
}

.lni-yen-circle::before {
  content: "\ff17";
}

.lni-yen-trend-down::before {
  content: "\ff18";
}

.lni-yen-trend-up::before {
  content: "\ff19";
}

.lni-yin-yang-1::before {
  content: "\ff1a";
}

.lni-yin-yang-2::before {
  content: "\ff1b";
}

.lni-yoga-ball::before {
  content: "\ff1c";
}

.lni-yoga-mat-1::before {
  content: "\ff1d";
}

.lni-yoga-mat-2::before {
  content: "\ff1e";
}

.lni-yoga-mat-3::before {
  content: "\ff1f";
}

.lni-youtube::before {
  content: "\ff20";
}

.lni-youtube-kids::before {
  content: "\ff21";
}

.lni-youtube-music::before {
  content: "\ff22";
}

.lni-zapier::before {
  content: "\ff23";
}

.lni-zen::before {
  content: "\ff24";
}

.lni-zero-size::before {
  content: "\ff25";
}

.lni-zoom::before {
  content: "\ff26";
}
