@charset "UTF-8";
/*
*
* Font Awesome Icons 4.7.0
* --------------------------------------------------
*/
@font-face {
  font-family: "FontAwesome";
  src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
.fa {
  display: inline-block;
  font-family: "FontAwesome";
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class*=fa-]:before {
  font-weight: 400;
  font-family: "FontAwesome";
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.28571429em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.85714286em;
}

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eeeeee;
  border-radius: 0.1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: 0.3em;
}

.fa.fa-pull-right {
  margin-left: 0.3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: 0.3em;
}

.fa.pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

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

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

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

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

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #ffffff;
}

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

.fa-music:before {
  content: "";
}

.fa-search:before {
  content: "";
}

.fa-envelope-o:before {
  content: "";
}

.fa-heart:before {
  content: "";
}

.fa-star:before {
  content: "";
}

.fa-star-o:before {
  content: "";
}

.fa-user:before {
  content: "";
}

.fa-film:before {
  content: "";
}

.fa-th-large:before {
  content: "";
}

.fa-th:before {
  content: "";
}

.fa-th-list:before {
  content: "";
}

.fa-check:before {
  content: "";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "";
}

.fa-search-plus:before {
  content: "";
}

.fa-search-minus:before {
  content: "";
}

.fa-power-off:before {
  content: "";
}

.fa-signal:before {
  content: "";
}

.fa-gear:before,
.fa-cog:before {
  content: "";
}

.fa-trash-o:before {
  content: "";
}

.fa-home:before {
  content: "";
}

.fa-file-o:before {
  content: "";
}

.fa-clock-o:before {
  content: "";
}

.fa-road:before {
  content: "";
}

.fa-download:before {
  content: "";
}

.fa-arrow-circle-o-down:before {
  content: "";
}

.fa-arrow-circle-o-up:before {
  content: "";
}

.fa-inbox:before {
  content: "";
}

.fa-play-circle-o:before {
  content: "";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "";
}

.fa-refresh:before {
  content: "";
}

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

.fa-lock:before {
  content: "";
}

.fa-flag:before {
  content: "";
}

.fa-headphones:before {
  content: "";
}

.fa-volume-off:before {
  content: "";
}

.fa-volume-down:before {
  content: "";
}

.fa-volume-up:before {
  content: "";
}

.fa-qrcode:before {
  content: "";
}

.fa-barcode:before {
  content: "";
}

.fa-tag:before {
  content: "";
}

.fa-tags:before {
  content: "";
}

.fa-book:before {
  content: "";
}

.fa-bookmark:before {
  content: "";
}

.fa-print:before {
  content: "";
}

.fa-camera:before {
  content: "";
}

.fa-font:before {
  content: "";
}

.fa-bold:before {
  content: "";
}

.fa-italic:before {
  content: "";
}

.fa-text-height:before {
  content: "";
}

.fa-text-width:before {
  content: "";
}

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

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

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

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

.fa-list:before {
  content: "";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "";
}

.fa-indent:before {
  content: "";
}

.fa-video-camera:before {
  content: "";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "";
}

.fa-pencil:before {
  content: "";
}

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

.fa-adjust:before {
  content: "";
}

.fa-tint:before {
  content: "";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "";
}

.fa-share-square-o:before {
  content: "";
}

.fa-check-square-o:before {
  content: "";
}

.fa-arrows:before {
  content: "";
}

.fa-step-backward:before {
  content: "";
}

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

.fa-backward:before {
  content: "";
}

.fa-play:before {
  content: "";
}

.fa-pause:before {
  content: "";
}

.fa-stop:before {
  content: "";
}

.fa-forward:before {
  content: "";
}

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

.fa-step-forward:before {
  content: "";
}

.fa-eject:before {
  content: "";
}

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

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

.fa-plus-circle:before {
  content: "";
}

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

.fa-times-circle:before {
  content: "";
}

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

.fa-question-circle:before {
  content: "";
}

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

.fa-crosshairs:before {
  content: "";
}

.fa-times-circle-o:before {
  content: "";
}

.fa-check-circle-o:before {
  content: "";
}

.fa-ban:before {
  content: "";
}

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

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

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

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

.fa-mail-forward:before,
.fa-share:before {
  content: "";
}

.fa-expand:before {
  content: "";
}

.fa-compress:before {
  content: "";
}

.fa-plus:before {
  content: "";
}

.fa-minus:before {
  content: "";
}

.fa-asterisk:before {
  content: "";
}

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

.fa-gift:before {
  content: "";
}

.fa-leaf:before {
  content: "";
}

.fa-fire:before {
  content: "";
}

.fa-eye:before {
  content: "";
}

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

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "";
}

.fa-plane:before {
  content: "";
}

.fa-calendar:before {
  content: "";
}

.fa-random:before {
  content: "";
}

.fa-comment:before {
  content: "";
}

.fa-magnet:before {
  content: "";
}

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

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

.fa-retweet:before {
  content: "";
}

.fa-shopping-cart:before {
  content: "";
}

.fa-folder:before {
  content: "";
}

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

.fa-arrows-v:before {
  content: "";
}

.fa-arrows-h:before {
  content: "";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "";
}

.fa-twitter-square:before {
  content: "";
}

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

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

.fa-key:before {
  content: "";
}

.fa-gears:before,
.fa-cogs:before {
  content: "";
}

.fa-comments:before {
  content: "";
}

.fa-thumbs-o-up:before {
  content: "";
}

.fa-thumbs-o-down:before {
  content: "";
}

.fa-star-half:before {
  content: "";
}

.fa-heart-o:before {
  content: "";
}

.fa-sign-out:before {
  content: "";
}

.fa-linkedin-square:before {
  content: "";
}

.fa-thumb-tack:before {
  content: "";
}

.fa-external-link:before {
  content: "";
}

.fa-sign-in:before {
  content: "";
}

.fa-trophy:before {
  content: "";
}

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

.fa-upload:before {
  content: "";
}

.fa-lemon-o:before {
  content: "";
}

.fa-phone:before {
  content: "";
}

.fa-square-o:before {
  content: "";
}

.fa-bookmark-o:before {
  content: "";
}

.fa-phone-square:before {
  content: "";
}

.fa-twitter:before {
  content: "";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "";
}

.fa-github:before {
  content: "";
}

.fa-unlock:before {
  content: "";
}

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

.fa-feed:before,
.fa-rss:before {
  content: "";
}

.fa-hdd-o:before {
  content: "";
}

.fa-bullhorn:before {
  content: "";
}

.fa-bell:before {
  content: "";
}

.fa-certificate:before {
  content: "";
}

.fa-hand-o-right:before {
  content: "";
}

.fa-hand-o-left:before {
  content: "";
}

.fa-hand-o-up:before {
  content: "";
}

.fa-hand-o-down:before {
  content: "";
}

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

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

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

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

.fa-globe:before {
  content: "";
}

.fa-wrench:before {
  content: "";
}

.fa-tasks:before {
  content: "";
}

.fa-filter:before {
  content: "";
}

.fa-briefcase:before {
  content: "";
}

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

.fa-group:before,
.fa-users:before {
  content: "";
}

.fa-chain:before,
.fa-link:before {
  content: "";
}

.fa-cloud:before {
  content: "";
}

.fa-flask:before {
  content: "";
}

.fa-cut:before,
.fa-scissors:before {
  content: "";
}

.fa-copy:before,
.fa-files-o:before {
  content: "";
}

.fa-paperclip:before {
  content: "";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "";
}

.fa-square:before {
  content: "";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "";
}

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

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

.fa-strikethrough:before {
  content: "";
}

.fa-underline:before {
  content: "";
}

.fa-table:before {
  content: "";
}

.fa-magic:before {
  content: "";
}

.fa-truck:before {
  content: "";
}

.fa-pinterest:before {
  content: "";
}

.fa-pinterest-square:before {
  content: "";
}

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

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

.fa-money:before {
  content: "";
}

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

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

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

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

.fa-columns:before {
  content: "";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "";
}

.fa-envelope:before {
  content: "";
}

.fa-linkedin:before {
  content: "";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "";
}

.fa-legal:before,
.fa-gavel:before {
  content: "";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "";
}

.fa-comment-o:before {
  content: "";
}

.fa-comments-o:before {
  content: "";
}

.fa-flash:before,
.fa-bolt:before {
  content: "";
}

.fa-sitemap:before {
  content: "";
}

.fa-umbrella:before {
  content: "";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "";
}

.fa-lightbulb-o:before {
  content: "";
}

.fa-exchange:before {
  content: "";
}

.fa-cloud-download:before {
  content: "";
}

.fa-cloud-upload:before {
  content: "";
}

.fa-user-md:before {
  content: "";
}

.fa-stethoscope:before {
  content: "";
}

.fa-suitcase:before {
  content: "";
}

.fa-bell-o:before {
  content: "";
}

.fa-coffee:before {
  content: "";
}

.fa-cutlery:before {
  content: "";
}

.fa-file-text-o:before {
  content: "";
}

.fa-building-o:before {
  content: "";
}

.fa-hospital-o:before {
  content: "";
}

.fa-ambulance:before {
  content: "";
}

.fa-medkit:before {
  content: "";
}

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

.fa-beer:before {
  content: "";
}

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

.fa-plus-square:before {
  content: "";
}

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

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

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

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

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

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

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

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

.fa-desktop:before {
  content: "";
}

.fa-laptop:before {
  content: "";
}

.fa-tablet:before {
  content: "";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "";
}

.fa-circle-o:before {
  content: "";
}

.fa-quote-left:before {
  content: "";
}

.fa-quote-right:before {
  content: "";
}

.fa-spinner:before {
  content: "";
}

.fa-circle:before {
  content: "";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "";
}

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

.fa-folder-o:before {
  content: "";
}

.fa-folder-open-o:before {
  content: "";
}

.fa-smile-o:before {
  content: "";
}

.fa-frown-o:before {
  content: "";
}

.fa-meh-o:before {
  content: "";
}

.fa-gamepad:before {
  content: "";
}

.fa-keyboard-o:before {
  content: "";
}

.fa-flag-o:before {
  content: "";
}

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

.fa-terminal:before {
  content: "";
}

.fa-code:before {
  content: "";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "";
}

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

.fa-crop:before {
  content: "";
}

.fa-code-fork:before {
  content: "";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "";
}

.fa-question:before {
  content: "";
}

.fa-info:before {
  content: "";
}

.fa-exclamation:before {
  content: "";
}

.fa-superscript:before {
  content: "";
}

.fa-subscript:before {
  content: "";
}

.fa-eraser:before {
  content: "";
}

.fa-puzzle-piece:before {
  content: "";
}

.fa-microphone:before {
  content: "";
}

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

.fa-shield:before {
  content: "";
}

.fa-calendar-o:before {
  content: "";
}

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

.fa-rocket:before {
  content: "";
}

.fa-maxcdn:before {
  content: "";
}

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

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

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

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

.fa-html5:before {
  content: "";
}

.fa-css3:before {
  content: "";
}

.fa-anchor:before {
  content: "";
}

.fa-unlock-alt:before {
  content: "";
}

.fa-bullseye:before {
  content: "";
}

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

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

.fa-rss-square:before {
  content: "";
}

.fa-play-circle:before {
  content: "";
}

.fa-ticket:before {
  content: "";
}

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

.fa-minus-square-o:before {
  content: "";
}

.fa-level-up:before {
  content: "";
}

.fa-level-down:before {
  content: "";
}

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

.fa-pencil-square:before {
  content: "";
}

.fa-external-link-square:before {
  content: "";
}

.fa-share-square:before {
  content: "";
}

.fa-compass:before {
  content: "";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "";
}

.fa-euro:before,
.fa-eur:before {
  content: "";
}

.fa-gbp:before {
  content: "";
}

.fa-dollar:before,
.fa-usd:before {
  content: "";
}

.fa-rupee:before,
.fa-inr:before {
  content: "";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "";
}

.fa-won:before,
.fa-krw:before {
  content: "";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "";
}

.fa-file:before {
  content: "";
}

.fa-file-text:before {
  content: "";
}

.fa-sort-alpha-asc:before {
  content: "";
}

.fa-sort-alpha-desc:before {
  content: "";
}

.fa-sort-amount-asc:before {
  content: "";
}

.fa-sort-amount-desc:before {
  content: "";
}

.fa-sort-numeric-asc:before {
  content: "";
}

.fa-sort-numeric-desc:before {
  content: "";
}

.fa-thumbs-up:before {
  content: "";
}

.fa-thumbs-down:before {
  content: "";
}

.fa-youtube-square:before {
  content: "";
}

.fa-youtube:before {
  content: "";
}

.fa-xing:before {
  content: "";
}

.fa-xing-square:before {
  content: "";
}

.fa-youtube-play:before {
  content: "";
}

.fa-dropbox:before {
  content: "";
}

.fa-stack-overflow:before {
  content: "";
}

.fa-instagram:before {
  content: "";
}

.fa-flickr:before {
  content: "";
}

.fa-adn:before {
  content: "";
}

.fa-bitbucket:before {
  content: "";
}

.fa-bitbucket-square:before {
  content: "";
}

.fa-tumblr:before {
  content: "";
}

.fa-tumblr-square:before {
  content: "";
}

.fa-long-arrow-down:before {
  content: "";
}

.fa-long-arrow-up:before {
  content: "";
}

.fa-long-arrow-left:before {
  content: "";
}

.fa-long-arrow-right:before {
  content: "";
}

.fa-apple:before {
  content: "";
}

.fa-windows:before {
  content: "";
}

.fa-android:before {
  content: "";
}

.fa-linux:before {
  content: "";
}

.fa-dribbble:before {
  content: "";
}

.fa-skype:before {
  content: "";
}

.fa-foursquare:before {
  content: "";
}

.fa-trello:before {
  content: "";
}

.fa-female:before {
  content: "";
}

.fa-male:before {
  content: "";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "";
}

.fa-sun-o:before {
  content: "";
}

.fa-moon-o:before {
  content: "";
}

.fa-archive:before {
  content: "";
}

.fa-bug:before {
  content: "";
}

.fa-vk:before {
  content: "";
}

.fa-weibo:before {
  content: "";
}

.fa-renren:before {
  content: "";
}

.fa-pagelines:before {
  content: "";
}

.fa-stack-exchange:before {
  content: "";
}

.fa-arrow-circle-o-right:before {
  content: "";
}

.fa-arrow-circle-o-left:before {
  content: "";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "";
}

.fa-dot-circle-o:before {
  content: "";
}

.fa-wheelchair:before {
  content: "";
}

.fa-vimeo-square:before {
  content: "";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "";
}

.fa-plus-square-o:before {
  content: "";
}

.fa-space-shuttle:before {
  content: "";
}

.fa-slack:before {
  content: "";
}

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

.fa-wordpress:before {
  content: "";
}

.fa-openid:before {
  content: "";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "";
}

.fa-yahoo:before {
  content: "";
}

.fa-google:before {
  content: "";
}

.fa-reddit:before {
  content: "";
}

.fa-reddit-square:before {
  content: "";
}

.fa-stumbleupon-circle:before {
  content: "";
}

.fa-stumbleupon:before {
  content: "";
}

.fa-delicious:before {
  content: "";
}

.fa-digg:before {
  content: "";
}

.fa-pied-piper-pp:before {
  content: "";
}

.fa-pied-piper-alt:before {
  content: "";
}

.fa-drupal:before {
  content: "";
}

.fa-joomla:before {
  content: "";
}

.fa-language:before {
  content: "";
}

.fa-fax:before {
  content: "";
}

.fa-building:before {
  content: "";
}

.fa-child:before {
  content: "";
}

.fa-paw:before {
  content: "";
}

.fa-spoon:before {
  content: "";
}

.fa-cube:before {
  content: "";
}

.fa-cubes:before {
  content: "";
}

.fa-behance:before {
  content: "";
}

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

.fa-steam:before {
  content: "";
}

.fa-steam-square:before {
  content: "";
}

.fa-recycle:before {
  content: "";
}

.fa-automobile:before,
.fa-car:before {
  content: "";
}

.fa-cab:before,
.fa-taxi:before {
  content: "";
}

.fa-tree:before {
  content: "";
}

.fa-spotify:before {
  content: "";
}

.fa-deviantart:before {
  content: "";
}

.fa-soundcloud:before {
  content: "";
}

.fa-database:before {
  content: "";
}

.fa-file-pdf-o:before {
  content: "";
}

.fa-file-word-o:before {
  content: "";
}

.fa-file-excel-o:before {
  content: "";
}

.fa-file-powerpoint-o:before {
  content: "";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "";
}

.fa-file-code-o:before {
  content: "";
}

.fa-vine:before {
  content: "";
}

.fa-codepen:before {
  content: "";
}

.fa-jsfiddle:before {
  content: "";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "";
}

.fa-circle-o-notch:before {
  content: "";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "";
}

.fa-ge:before,
.fa-empire:before {
  content: "";
}

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

.fa-git:before {
  content: "";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "";
}

.fa-tencent-weibo:before {
  content: "";
}

.fa-qq:before {
  content: "";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "";
}

.fa-history:before {
  content: "";
}

.fa-circle-thin:before {
  content: "";
}

.fa-header:before {
  content: "";
}

.fa-paragraph:before {
  content: "";
}

.fa-sliders:before {
  content: "";
}

.fa-share-alt:before {
  content: "";
}

.fa-share-alt-square:before {
  content: "";
}

.fa-bomb:before {
  content: "";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "";
}

.fa-tty:before {
  content: "";
}

.fa-binoculars:before {
  content: "";
}

.fa-plug:before {
  content: "";
}

.fa-slideshare:before {
  content: "";
}

.fa-twitch:before {
  content: "";
}

.fa-yelp:before {
  content: "";
}

.fa-newspaper-o:before {
  content: "";
}

.fa-wifi:before {
  content: "";
}

.fa-calculator:before {
  content: "";
}

.fa-paypal:before {
  content: "";
}

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

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

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

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

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

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

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

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

.fa-bell-slash-o:before {
  content: "";
}

.fa-trash:before {
  content: "";
}

.fa-copyright:before {
  content: "";
}

.fa-at:before {
  content: "";
}

.fa-eyedropper:before {
  content: "";
}

.fa-paint-brush:before {
  content: "";
}

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

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

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

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

.fa-lastfm:before {
  content: "";
}

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

.fa-toggle-off:before {
  content: "";
}

.fa-toggle-on:before {
  content: "";
}

.fa-bicycle:before {
  content: "";
}

.fa-bus:before {
  content: "";
}

.fa-ioxhost:before {
  content: "";
}

.fa-angellist:before {
  content: "";
}

.fa-cc:before {
  content: "";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "";
}

.fa-meanpath:before {
  content: "";
}

.fa-buysellads:before {
  content: "";
}

.fa-connectdevelop:before {
  content: "";
}

.fa-dashcube:before {
  content: "";
}

.fa-forumbee:before {
  content: "";
}

.fa-leanpub:before {
  content: "";
}

.fa-sellsy:before {
  content: "";
}

.fa-shirtsinbulk:before {
  content: "";
}

.fa-simplybuilt:before {
  content: "";
}

.fa-skyatlas:before {
  content: "";
}

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

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

.fa-diamond:before {
  content: "";
}

.fa-ship:before {
  content: "";
}

.fa-user-secret:before {
  content: "";
}

.fa-motorcycle:before {
  content: "";
}

.fa-street-view:before {
  content: "";
}

.fa-heartbeat:before {
  content: "";
}

.fa-venus:before {
  content: "";
}

.fa-mars:before {
  content: "";
}

.fa-mercury:before {
  content: "";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "";
}

.fa-transgender-alt:before {
  content: "";
}

.fa-venus-double:before {
  content: "";
}

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

.fa-venus-mars:before {
  content: "";
}

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

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

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

.fa-neuter:before {
  content: "";
}

.fa-genderless:before {
  content: "";
}

.fa-facebook-official:before {
  content: "";
}

.fa-pinterest-p:before {
  content: "";
}

.fa-whatsapp:before {
  content: "";
}

.fa-server:before {
  content: "";
}

.fa-user-plus:before {
  content: "";
}

.fa-user-times:before {
  content: "";
}

.fa-hotel:before,
.fa-bed:before {
  content: "";
}

.fa-viacoin:before {
  content: "";
}

.fa-train:before {
  content: "";
}

.fa-subway:before {
  content: "";
}

.fa-medium:before {
  content: "";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "";
}

.fa-optin-monster:before {
  content: "";
}

.fa-opencart:before {
  content: "";
}

.fa-expeditedssl:before {
  content: "";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "";
}

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

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

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

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

.fa-sticky-note:before {
  content: "";
}

.fa-sticky-note-o:before {
  content: "";
}

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

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

.fa-clone:before {
  content: "";
}

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

.fa-hourglass-o:before {
  content: "";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "";
}

.fa-hourglass:before {
  content: "";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "";
}

.fa-hand-scissors-o:before {
  content: "";
}

.fa-hand-lizard-o:before {
  content: "";
}

.fa-hand-spock-o:before {
  content: "";
}

.fa-hand-pointer-o:before {
  content: "";
}

.fa-hand-peace-o:before {
  content: "";
}

.fa-trademark:before {
  content: "";
}

.fa-registered:before {
  content: "";
}

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

.fa-gg:before {
  content: "";
}

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

.fa-tripadvisor:before {
  content: "";
}

.fa-odnoklassniki:before {
  content: "";
}

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

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

.fa-wikipedia-w:before {
  content: "";
}

.fa-safari:before {
  content: "";
}

.fa-chrome:before {
  content: "";
}

.fa-firefox:before {
  content: "";
}

.fa-opera:before {
  content: "";
}

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

.fa-tv:before,
.fa-television:before {
  content: "";
}

.fa-contao:before {
  content: "";
}

.fa-500px:before {
  content: "";
}

.fa-amazon:before {
  content: "";
}

.fa-calendar-plus-o:before {
  content: "";
}

.fa-calendar-minus-o:before {
  content: "";
}

.fa-calendar-times-o:before {
  content: "";
}

.fa-calendar-check-o:before {
  content: "";
}

.fa-industry:before {
  content: "";
}

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

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

.fa-map-o:before {
  content: "";
}

.fa-map:before {
  content: "";
}

.fa-commenting:before {
  content: "";
}

.fa-commenting-o:before {
  content: "";
}

.fa-houzz:before {
  content: "";
}

.fa-vimeo:before {
  content: "";
}

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

.fa-fonticons:before {
  content: "";
}

.fa-reddit-alien:before {
  content: "";
}

.fa-edge:before {
  content: "";
}

.fa-credit-card-alt:before {
  content: "";
}

.fa-codiepie:before {
  content: "";
}

.fa-modx:before {
  content: "";
}

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

.fa-usb:before {
  content: "";
}

.fa-product-hunt:before {
  content: "";
}

.fa-mixcloud:before {
  content: "";
}

.fa-scribd:before {
  content: "";
}

.fa-pause-circle:before {
  content: "";
}

.fa-pause-circle-o:before {
  content: "";
}

.fa-stop-circle:before {
  content: "";
}

.fa-stop-circle-o:before {
  content: "";
}

.fa-shopping-bag:before {
  content: "";
}

.fa-shopping-basket:before {
  content: "";
}

.fa-hashtag:before {
  content: "";
}

.fa-bluetooth:before {
  content: "";
}

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

.fa-percent:before {
  content: "";
}

.fa-gitlab:before {
  content: "";
}

.fa-wpbeginner:before {
  content: "";
}

.fa-wpforms:before {
  content: "";
}

.fa-envira:before {
  content: "";
}

.fa-universal-access:before {
  content: "";
}

.fa-wheelchair-alt:before {
  content: "";
}

.fa-question-circle-o:before {
  content: "";
}

.fa-blind:before {
  content: "";
}

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

.fa-volume-control-phone:before {
  content: "";
}

.fa-braille:before {
  content: "";
}

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

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "";
}

.fa-glide:before {
  content: "";
}

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

.fa-signing:before,
.fa-sign-language:before {
  content: "";
}

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

.fa-viadeo:before {
  content: "";
}

.fa-viadeo-square:before {
  content: "";
}

.fa-snapchat:before {
  content: "";
}

.fa-snapchat-ghost:before {
  content: "";
}

.fa-snapchat-square:before {
  content: "";
}

.fa-pied-piper:before {
  content: "";
}

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

.fa-yoast:before {
  content: "";
}

.fa-themeisle:before {
  content: "";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "";
}

.fa-handshake-o:before {
  content: "";
}

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

.fa-envelope-open-o:before {
  content: "";
}

.fa-linode:before {
  content: "";
}

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

.fa-address-book-o:before {
  content: "";
}

.fa-vcard:before,
.fa-address-card:before {
  content: "";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "";
}

.fa-user-circle:before {
  content: "";
}

.fa-user-circle-o:before {
  content: "";
}

.fa-user-o:before {
  content: "";
}

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

.fa-drivers-license:before,
.fa-id-card:before {
  content: "";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "";
}

.fa-quora:before {
  content: "";
}

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

.fa-telegram:before {
  content: "";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "";
}

.fa-shower:before {
  content: "";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "";
}

.fa-podcast:before {
  content: "";
}

.fa-window-maximize:before {
  content: "";
}

.fa-window-minimize:before {
  content: "";
}

.fa-window-restore:before {
  content: "";
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "";
}

.fa-bandcamp:before {
  content: "";
}

.fa-grav:before {
  content: "";
}

.fa-etsy:before {
  content: "";
}

.fa-imdb:before {
  content: "";
}

.fa-ravelry:before {
  content: "";
}

.fa-eercast:before {
  content: "";
}

.fa-microchip:before {
  content: "";
}

.fa-snowflake-o:before {
  content: "";
}

.fa-superpowers:before {
  content: "";
}

.fa-wpexplorer:before {
  content: "";
}

.fa-meetup:before {
  content: "";
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/*
*
* Material Design Icons
* --------------------------------------------------
*/
@font-face {
  font-family: "Material Design Icons";
  src: url("../fonts/materialdesignicons-webfont.eot?v=1.4.57");
  src: url("../fonts/materialdesignicons-webfont.eot?#iefix&v=1.4.57") format("embedded-opentype"), url("../fonts/materialdesignicons-webfont.woff2?v=1.4.57") format("woff2"), url("../fonts/materialdesignicons-webfont.woff?v=1.4.57") format("woff"), url("../fonts/materialdesignicons-webfont.ttf?v=1.4.57") format("truetype"), url("../fonts/materialdesignicons-webfont.svg?v=1.4.57#materialdesigniconsregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.mdi {
  display: inline-block;
  font: normal normal normal 24px/1 "Material Design Icons";
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}

.mdi-access-point:before {
  content: "";
}

.mdi-access-point-network:before {
  content: "";
}

.mdi-account:before {
  content: "";
}

.mdi-account-alert:before {
  content: "";
}

.mdi-account-box:before {
  content: "";
}

.mdi-account-box-outline:before {
  content: "";
}

.mdi-account-check:before {
  content: "";
}

.mdi-account-circle:before {
  content: "";
}

.mdi-account-convert:before {
  content: "";
}

.mdi-account-key:before {
  content: "";
}

.mdi-account-location:before {
  content: "";
}

.mdi-account-minus:before {
  content: "";
}

.mdi-account-multiple:before {
  content: "";
}

.mdi-account-multiple-outline:before {
  content: "";
}

.mdi-account-multiple-plus:before {
  content: "";
}

.mdi-account-network:before {
  content: "";
}

.mdi-account-off:before {
  content: "";
}

.mdi-account-outline:before {
  content: "";
}

.mdi-account-plus:before {
  content: "";
}

.mdi-account-remove:before {
  content: "";
}

.mdi-account-search:before {
  content: "";
}

.mdi-account-star:before {
  content: "";
}

.mdi-account-star-variant:before {
  content: "";
}

.mdi-account-switch:before {
  content: "";
}

.mdi-adjust:before {
  content: "";
}

.mdi-air-conditioner:before {
  content: "";
}

.mdi-airballoon:before {
  content: "";
}

.mdi-airplane:before {
  content: "";
}

.mdi-airplane-off:before {
  content: "";
}

.mdi-airplay:before {
  content: "";
}

.mdi-alarm:before {
  content: "";
}

.mdi-alarm-check:before {
  content: "";
}

.mdi-alarm-multiple:before {
  content: "";
}

.mdi-alarm-off:before {
  content: "";
}

.mdi-alarm-plus:before {
  content: "";
}

.mdi-album:before {
  content: "";
}

.mdi-alert:before {
  content: "";
}

.mdi-alert-box:before {
  content: "";
}

.mdi-alert-circle:before {
  content: "";
}

.mdi-alert-octagon:before {
  content: "";
}

.mdi-alert-outline:before {
  content: "";
}

.mdi-alpha:before {
  content: "";
}

.mdi-alphabetical:before {
  content: "";
}

.mdi-amazon:before {
  content: "";
}

.mdi-amazon-clouddrive:before {
  content: "";
}

.mdi-ambulance:before {
  content: "";
}

.mdi-anchor:before {
  content: "";
}

.mdi-android:before {
  content: "";
}

.mdi-android-debug-bridge:before {
  content: "";
}

.mdi-android-studio:before {
  content: "";
}

.mdi-apple:before {
  content: "";
}

.mdi-apple-finder:before {
  content: "";
}

.mdi-apple-ios:before {
  content: "";
}

.mdi-apple-mobileme:before {
  content: "";
}

.mdi-apple-safari:before {
  content: "";
}

.mdi-appnet:before {
  content: "";
}

.mdi-apps:before {
  content: "";
}

.mdi-archive:before {
  content: "";
}

.mdi-arrange-bring-forward:before {
  content: "";
}

.mdi-arrange-bring-to-front:before {
  content: "";
}

.mdi-arrange-send-backward:before {
  content: "";
}

.mdi-arrange-send-to-back:before {
  content: "";
}

.mdi-arrow-all:before {
  content: "";
}

.mdi-arrow-bottom-drop-circle:before {
  content: "";
}

.mdi-arrow-bottom-left:before {
  content: "";
}

.mdi-arrow-bottom-right:before {
  content: "";
}

.mdi-arrow-collapse:before {
  content: "";
}

.mdi-arrow-down:before {
  content: "";
}

.mdi-arrow-down-bold:before {
  content: "";
}

.mdi-arrow-down-bold-circle:before {
  content: "";
}

.mdi-arrow-down-bold-circle-outline:before {
  content: "";
}

.mdi-arrow-down-bold-hexagon-outline:before {
  content: "";
}

.mdi-arrow-expand:before {
  content: "";
}

.mdi-arrow-left:before {
  content: "";
}

.mdi-arrow-left-bold:before {
  content: "";
}

.mdi-arrow-left-bold-circle:before {
  content: "";
}

.mdi-arrow-left-bold-circle-outline:before {
  content: "";
}

.mdi-arrow-left-bold-hexagon-outline:before {
  content: "";
}

.mdi-arrow-right:before {
  content: "";
}

.mdi-arrow-right-bold:before {
  content: "";
}

.mdi-arrow-right-bold-circle:before {
  content: "";
}

.mdi-arrow-right-bold-circle-outline:before {
  content: "";
}

.mdi-arrow-right-bold-hexagon-outline:before {
  content: "";
}

.mdi-arrow-top-left:before {
  content: "";
}

.mdi-arrow-top-right:before {
  content: "";
}

.mdi-arrow-up:before {
  content: "";
}

.mdi-arrow-up-bold:before {
  content: "";
}

.mdi-arrow-up-bold-circle:before {
  content: "";
}

.mdi-arrow-up-bold-circle-outline:before {
  content: "";
}

.mdi-arrow-up-bold-hexagon-outline:before {
  content: "";
}

.mdi-assistant:before {
  content: "";
}

.mdi-at:before {
  content: "";
}

.mdi-attachment:before {
  content: "";
}

.mdi-audiobook:before {
  content: "";
}

.mdi-auto-fix:before {
  content: "";
}

.mdi-auto-upload:before {
  content: "";
}

.mdi-autorenew:before {
  content: "";
}

.mdi-av-timer:before {
  content: "";
}

.mdi-baby:before {
  content: "";
}

.mdi-backburger:before {
  content: "";
}

.mdi-backspace:before {
  content: "";
}

.mdi-backup-restore:before {
  content: "";
}

.mdi-bank:before {
  content: "";
}

.mdi-barcode:before {
  content: "";
}

.mdi-barcode-scan:before {
  content: "";
}

.mdi-barley:before {
  content: "";
}

.mdi-barrel:before {
  content: "";
}

.mdi-basecamp:before {
  content: "";
}

.mdi-basket:before {
  content: "";
}

.mdi-basket-fill:before {
  content: "";
}

.mdi-basket-unfill:before {
  content: "";
}

.mdi-battery:before {
  content: "";
}

.mdi-battery-10:before {
  content: "";
}

.mdi-battery-20:before {
  content: "";
}

.mdi-battery-30:before {
  content: "";
}

.mdi-battery-40:before {
  content: "";
}

.mdi-battery-50:before {
  content: "";
}

.mdi-battery-60:before {
  content: "";
}

.mdi-battery-70:before {
  content: "";
}

.mdi-battery-80:before {
  content: "";
}

.mdi-battery-90:before {
  content: "";
}

.mdi-battery-alert:before {
  content: "";
}

.mdi-battery-charging:before {
  content: "";
}

.mdi-battery-charging-100:before {
  content: "";
}

.mdi-battery-charging-20:before {
  content: "";
}

.mdi-battery-charging-30:before {
  content: "";
}

.mdi-battery-charging-40:before {
  content: "";
}

.mdi-battery-charging-60:before {
  content: "";
}

.mdi-battery-charging-80:before {
  content: "";
}

.mdi-battery-charging-90:before {
  content: "";
}

.mdi-battery-minus:before {
  content: "";
}

.mdi-battery-negative:before {
  content: "";
}

.mdi-battery-outline:before {
  content: "";
}

.mdi-battery-plus:before {
  content: "";
}

.mdi-battery-positive:before {
  content: "";
}

.mdi-battery-unknown:before {
  content: "";
}

.mdi-beach:before {
  content: "";
}

.mdi-beaker:before {
  content: "";
}

.mdi-beaker-empty:before {
  content: "";
}

.mdi-beaker-empty-outline:before {
  content: "";
}

.mdi-beaker-outline:before {
  content: "";
}

.mdi-beats:before {
  content: "";
}

.mdi-beer:before {
  content: "";
}

.mdi-behance:before {
  content: "";
}

.mdi-bell:before {
  content: "";
}

.mdi-bell-off:before {
  content: "";
}

.mdi-bell-outline:before {
  content: "";
}

.mdi-bell-plus:before {
  content: "";
}

.mdi-bell-ring:before {
  content: "";
}

.mdi-bell-ring-outline:before {
  content: "";
}

.mdi-bell-sleep:before {
  content: "";
}

.mdi-beta:before {
  content: "";
}

.mdi-bike:before {
  content: "";
}

.mdi-bing:before {
  content: "";
}

.mdi-binoculars:before {
  content: "";
}

.mdi-bio:before {
  content: "";
}

.mdi-biohazard:before {
  content: "";
}

.mdi-bitbucket:before {
  content: "";
}

.mdi-black-mesa:before {
  content: "";
}

.mdi-blackberry:before {
  content: "";
}

.mdi-blender:before {
  content: "";
}

.mdi-blinds:before {
  content: "";
}

.mdi-block-helper:before {
  content: "";
}

.mdi-blogger:before {
  content: "";
}

.mdi-bluetooth:before {
  content: "";
}

.mdi-bluetooth-audio:before {
  content: "";
}

.mdi-bluetooth-connect:before {
  content: "";
}

.mdi-bluetooth-off:before {
  content: "";
}

.mdi-bluetooth-settings:before {
  content: "";
}

.mdi-bluetooth-transfer:before {
  content: "";
}

.mdi-blur:before {
  content: "";
}

.mdi-blur-linear:before {
  content: "";
}

.mdi-blur-off:before {
  content: "";
}

.mdi-blur-radial:before {
  content: "";
}

.mdi-bone:before {
  content: "";
}

.mdi-book:before {
  content: "";
}

.mdi-book-multiple:before {
  content: "";
}

.mdi-book-multiple-variant:before {
  content: "";
}

.mdi-book-open:before {
  content: "";
}

.mdi-book-open-variant:before {
  content: "";
}

.mdi-book-variant:before {
  content: "";
}

.mdi-bookmark:before {
  content: "";
}

.mdi-bookmark-check:before {
  content: "";
}

.mdi-bookmark-music:before {
  content: "";
}

.mdi-bookmark-outline:before {
  content: "";
}

.mdi-bookmark-outline-plus:before {
  content: "";
}

.mdi-bookmark-plus:before {
  content: "";
}

.mdi-bookmark-remove:before {
  content: "";
}

.mdi-border-all:before {
  content: "";
}

.mdi-border-bottom:before {
  content: "";
}

.mdi-border-color:before {
  content: "";
}

.mdi-border-horizontal:before {
  content: "";
}

.mdi-border-inside:before {
  content: "";
}

.mdi-border-left:before {
  content: "";
}

.mdi-border-none:before {
  content: "";
}

.mdi-border-outside:before {
  content: "";
}

.mdi-border-right:before {
  content: "";
}

.mdi-border-style:before {
  content: "";
}

.mdi-border-top:before {
  content: "";
}

.mdi-border-vertical:before {
  content: "";
}

.mdi-bowling:before {
  content: "";
}

.mdi-box:before {
  content: "";
}

.mdi-box-cutter:before {
  content: "";
}

.mdi-briefcase:before {
  content: "";
}

.mdi-briefcase-check:before {
  content: "";
}

.mdi-briefcase-download:before {
  content: "";
}

.mdi-briefcase-upload:before {
  content: "";
}

.mdi-brightness-1:before {
  content: "";
}

.mdi-brightness-2:before {
  content: "";
}

.mdi-brightness-3:before {
  content: "";
}

.mdi-brightness-4:before {
  content: "";
}

.mdi-brightness-5:before {
  content: "";
}

.mdi-brightness-6:before {
  content: "";
}

.mdi-brightness-7:before {
  content: "";
}

.mdi-brightness-auto:before {
  content: "";
}

.mdi-broom:before {
  content: "";
}

.mdi-brush:before {
  content: "";
}

.mdi-bug:before {
  content: "";
}

.mdi-bulletin-board:before {
  content: "";
}

.mdi-bullhorn:before {
  content: "";
}

.mdi-bus:before {
  content: "";
}

.mdi-cached:before {
  content: "";
}

.mdi-cake:before {
  content: "";
}

.mdi-cake-layered:before {
  content: "";
}

.mdi-cake-variant:before {
  content: "";
}

.mdi-calculator:before {
  content: "";
}

.mdi-calendar:before {
  content: "";
}

.mdi-calendar-blank:before {
  content: "";
}

.mdi-calendar-check:before {
  content: "";
}

.mdi-calendar-clock:before {
  content: "";
}

.mdi-calendar-multiple:before {
  content: "";
}

.mdi-calendar-multiple-check:before {
  content: "";
}

.mdi-calendar-plus:before {
  content: "";
}

.mdi-calendar-remove:before {
  content: "";
}

.mdi-calendar-text:before {
  content: "";
}

.mdi-calendar-today:before {
  content: "";
}

.mdi-call-made:before {
  content: "";
}

.mdi-call-merge:before {
  content: "";
}

.mdi-call-missed:before {
  content: "";
}

.mdi-call-received:before {
  content: "";
}

.mdi-call-split:before {
  content: "";
}

.mdi-camcorder:before {
  content: "";
}

.mdi-camcorder-box:before {
  content: "";
}

.mdi-camcorder-box-off:before {
  content: "";
}

.mdi-camcorder-off:before {
  content: "";
}

.mdi-camera:before {
  content: "";
}

.mdi-camera-enhance:before {
  content: "";
}

.mdi-camera-front:before {
  content: "";
}

.mdi-camera-front-variant:before {
  content: "";
}

.mdi-camera-iris:before {
  content: "";
}

.mdi-camera-party-mode:before {
  content: "";
}

.mdi-camera-rear:before {
  content: "";
}

.mdi-camera-rear-variant:before {
  content: "";
}

.mdi-camera-switch:before {
  content: "";
}

.mdi-camera-timer:before {
  content: "";
}

.mdi-candycane:before {
  content: "";
}

.mdi-car:before {
  content: "";
}

.mdi-car-battery:before {
  content: "";
}

.mdi-car-connected:before {
  content: "";
}

.mdi-car-wash:before {
  content: "";
}

.mdi-carrot:before {
  content: "";
}

.mdi-cart:before {
  content: "";
}

.mdi-cart-outline:before {
  content: "";
}

.mdi-cart-plus:before {
  content: "";
}

.mdi-case-sensitive-alt:before {
  content: "";
}

.mdi-cash:before {
  content: "";
}

.mdi-cash-100:before {
  content: "";
}

.mdi-cash-multiple:before {
  content: "";
}

.mdi-cash-usd:before {
  content: "";
}

.mdi-cast:before {
  content: "";
}

.mdi-cast-connected:before {
  content: "";
}

.mdi-castle:before {
  content: "";
}

.mdi-cat:before {
  content: "";
}

.mdi-cellphone:before {
  content: "";
}

.mdi-cellphone-android:before {
  content: "";
}

.mdi-cellphone-basic:before {
  content: "";
}

.mdi-cellphone-dock:before {
  content: "";
}

.mdi-cellphone-iphone:before {
  content: "";
}

.mdi-cellphone-link:before {
  content: "";
}

.mdi-cellphone-link-off:before {
  content: "";
}

.mdi-cellphone-settings:before {
  content: "";
}

.mdi-certificate:before {
  content: "";
}

.mdi-chair-school:before {
  content: "";
}

.mdi-chart-arc:before {
  content: "";
}

.mdi-chart-areaspline:before {
  content: "";
}

.mdi-chart-bar:before {
  content: "";
}

.mdi-chart-histogram:before {
  content: "";
}

.mdi-chart-line:before {
  content: "";
}

.mdi-chart-pie:before {
  content: "";
}

.mdi-check:before {
  content: "";
}

.mdi-check-all:before {
  content: "";
}

.mdi-checkbox-blank:before {
  content: "";
}

.mdi-checkbox-blank-circle:before {
  content: "";
}

.mdi-checkbox-blank-circle-outline:before {
  content: "";
}

.mdi-checkbox-blank-outline:before {
  content: "";
}

.mdi-checkbox-marked:before {
  content: "";
}

.mdi-checkbox-marked-circle:before {
  content: "";
}

.mdi-checkbox-marked-circle-outline:before {
  content: "";
}

.mdi-checkbox-marked-outline:before {
  content: "";
}

.mdi-checkbox-multiple-blank:before {
  content: "";
}

.mdi-checkbox-multiple-blank-outline:before {
  content: "";
}

.mdi-checkbox-multiple-marked:before {
  content: "";
}

.mdi-checkbox-multiple-marked-outline:before {
  content: "";
}

.mdi-checkerboard:before {
  content: "";
}

.mdi-chemical-weapon:before {
  content: "";
}

.mdi-chevron-double-down:before {
  content: "";
}

.mdi-chevron-double-left:before {
  content: "";
}

.mdi-chevron-double-right:before {
  content: "";
}

.mdi-chevron-double-up:before {
  content: "";
}

.mdi-chevron-down:before {
  content: "";
}

.mdi-chevron-left:before {
  content: "";
}

.mdi-chevron-right:before {
  content: "";
}

.mdi-chevron-up:before {
  content: "";
}

.mdi-church:before {
  content: "";
}

.mdi-cisco-webex:before {
  content: "";
}

.mdi-city:before {
  content: "";
}

.mdi-clipboard:before {
  content: "";
}

.mdi-clipboard-account:before {
  content: "";
}

.mdi-clipboard-alert:before {
  content: "";
}

.mdi-clipboard-arrow-down:before {
  content: "";
}

.mdi-clipboard-arrow-left:before {
  content: "";
}

.mdi-clipboard-check:before {
  content: "";
}

.mdi-clipboard-outline:before {
  content: "";
}

.mdi-clipboard-text:before {
  content: "";
}

.mdi-clippy:before {
  content: "";
}

.mdi-clock:before {
  content: "";
}

.mdi-clock-end:before {
  content: "";
}

.mdi-clock-fast:before {
  content: "";
}

.mdi-clock-in:before {
  content: "";
}

.mdi-clock-out:before {
  content: "";
}

.mdi-clock-start:before {
  content: "";
}

.mdi-close:before {
  content: "";
}

.mdi-close-box:before {
  content: "";
}

.mdi-close-box-outline:before {
  content: "";
}

.mdi-close-circle:before {
  content: "";
}

.mdi-close-circle-outline:before {
  content: "";
}

.mdi-close-network:before {
  content: "";
}

.mdi-close-octagon:before {
  content: "";
}

.mdi-close-octagon-outline:before {
  content: "";
}

.mdi-closed-caption:before {
  content: "";
}

.mdi-cloud:before {
  content: "";
}

.mdi-cloud-check:before {
  content: "";
}

.mdi-cloud-circle:before {
  content: "";
}

.mdi-cloud-download:before {
  content: "";
}

.mdi-cloud-outline:before {
  content: "";
}

.mdi-cloud-outline-off:before {
  content: "";
}

.mdi-cloud-print:before {
  content: "";
}

.mdi-cloud-print-outline:before {
  content: "";
}

.mdi-cloud-upload:before {
  content: "";
}

.mdi-code-array:before {
  content: "";
}

.mdi-code-braces:before {
  content: "";
}

.mdi-code-brackets:before {
  content: "";
}

.mdi-code-equal:before {
  content: "";
}

.mdi-code-greater-than:before {
  content: "";
}

.mdi-code-greater-than-or-equal:before {
  content: "";
}

.mdi-code-less-than:before {
  content: "";
}

.mdi-code-less-than-or-equal:before {
  content: "";
}

.mdi-code-not-equal:before {
  content: "";
}

.mdi-code-not-equal-variant:before {
  content: "";
}

.mdi-code-parentheses:before {
  content: "";
}

.mdi-code-string:before {
  content: "";
}

.mdi-code-tags:before {
  content: "";
}

.mdi-codepen:before {
  content: "";
}

.mdi-coffee:before {
  content: "";
}

.mdi-coffee-to-go:before {
  content: "";
}

.mdi-coin:before {
  content: "";
}

.mdi-color-helper:before {
  content: "";
}

.mdi-comment:before {
  content: "";
}

.mdi-comment-account:before {
  content: "";
}

.mdi-comment-account-outline:before {
  content: "";
}

.mdi-comment-alert:before {
  content: "";
}

.mdi-comment-alert-outline:before {
  content: "";
}

.mdi-comment-check:before {
  content: "";
}

.mdi-comment-check-outline:before {
  content: "";
}

.mdi-comment-multiple-outline:before {
  content: "";
}

.mdi-comment-outline:before {
  content: "";
}

.mdi-comment-plus-outline:before {
  content: "";
}

.mdi-comment-processing:before {
  content: "";
}

.mdi-comment-processing-outline:before {
  content: "";
}

.mdi-comment-question-outline:before {
  content: "";
}

.mdi-comment-remove-outline:before {
  content: "";
}

.mdi-comment-text:before {
  content: "";
}

.mdi-comment-text-outline:before {
  content: "";
}

.mdi-compare:before {
  content: "";
}

.mdi-compass:before {
  content: "";
}

.mdi-compass-outline:before {
  content: "";
}

.mdi-console:before {
  content: "";
}

.mdi-contact-mail:before {
  content: "";
}

.mdi-content-copy:before {
  content: "";
}

.mdi-content-cut:before {
  content: "";
}

.mdi-content-duplicate:before {
  content: "";
}

.mdi-content-paste:before {
  content: "";
}

.mdi-content-save:before {
  content: "";
}

.mdi-content-save-all:before {
  content: "";
}

.mdi-contrast:before {
  content: "";
}

.mdi-contrast-box:before {
  content: "";
}

.mdi-contrast-circle:before {
  content: "";
}

.mdi-cookie:before {
  content: "";
}

.mdi-cow:before {
  content: "";
}

.mdi-credit-card:before {
  content: "";
}

.mdi-credit-card-multiple:before {
  content: "";
}

.mdi-credit-card-scan:before {
  content: "";
}

.mdi-crop:before {
  content: "";
}

.mdi-crop-free:before {
  content: "";
}

.mdi-crop-landscape:before {
  content: "";
}

.mdi-crop-portrait:before {
  content: "";
}

.mdi-crop-square:before {
  content: "";
}

.mdi-crosshairs:before {
  content: "";
}

.mdi-crosshairs-gps:before {
  content: "";
}

.mdi-crown:before {
  content: "";
}

.mdi-cube:before {
  content: "";
}

.mdi-cube-outline:before {
  content: "";
}

.mdi-cube-send:before {
  content: "";
}

.mdi-cube-unfolded:before {
  content: "";
}

.mdi-cup:before {
  content: "";
}

.mdi-cup-water:before {
  content: "";
}

.mdi-currency-btc:before {
  content: "";
}

.mdi-currency-eur:before {
  content: "";
}

.mdi-currency-gbp:before {
  content: "";
}

.mdi-currency-inr:before {
  content: "";
}

.mdi-currency-ngn:before {
  content: "";
}

.mdi-currency-rub:before {
  content: "";
}

.mdi-currency-try:before {
  content: "";
}

.mdi-currency-usd:before {
  content: "";
}

.mdi-cursor-default:before {
  content: "";
}

.mdi-cursor-default-outline:before {
  content: "";
}

.mdi-cursor-move:before {
  content: "";
}

.mdi-cursor-pointer:before {
  content: "";
}

.mdi-database:before {
  content: "";
}

.mdi-database-minus:before {
  content: "";
}

.mdi-database-plus:before {
  content: "";
}

.mdi-debug-step-into:before {
  content: "";
}

.mdi-debug-step-out:before {
  content: "";
}

.mdi-debug-step-over:before {
  content: "";
}

.mdi-decimal-decrease:before {
  content: "";
}

.mdi-decimal-increase:before {
  content: "";
}

.mdi-delete:before {
  content: "";
}

.mdi-delete-variant:before {
  content: "";
}

.mdi-delta:before {
  content: "";
}

.mdi-deskphone:before {
  content: "";
}

.mdi-desktop-mac:before {
  content: "";
}

.mdi-desktop-tower:before {
  content: "";
}

.mdi-details:before {
  content: "";
}

.mdi-deviantart:before {
  content: "";
}

.mdi-diamond:before {
  content: "";
}

.mdi-dice:before {
  content: "";
}

.mdi-dice-1:before {
  content: "";
}

.mdi-dice-2:before {
  content: "";
}

.mdi-dice-3:before {
  content: "";
}

.mdi-dice-4:before {
  content: "";
}

.mdi-dice-5:before {
  content: "";
}

.mdi-dice-6:before {
  content: "";
}

.mdi-directions:before {
  content: "";
}

.mdi-disk-alert:before {
  content: "";
}

.mdi-disqus:before {
  content: "";
}

.mdi-disqus-outline:before {
  content: "";
}

.mdi-division:before {
  content: "";
}

.mdi-division-box:before {
  content: "";
}

.mdi-dns:before {
  content: "";
}

.mdi-domain:before {
  content: "";
}

.mdi-dots-horizontal:before {
  content: "";
}

.mdi-dots-vertical:before {
  content: "";
}

.mdi-download:before {
  content: "";
}

.mdi-drag:before {
  content: "";
}

.mdi-drag-horizontal:before {
  content: "";
}

.mdi-drag-vertical:before {
  content: "";
}

.mdi-drawing:before {
  content: "";
}

.mdi-drawing-box:before {
  content: "";
}

.mdi-dribbble:before {
  content: "";
}

.mdi-dribbble-box:before {
  content: "";
}

.mdi-drone:before {
  content: "";
}

.mdi-dropbox:before {
  content: "";
}

.mdi-drupal:before {
  content: "";
}

.mdi-duck:before {
  content: "";
}

.mdi-dumbbell:before {
  content: "";
}

.mdi-earth:before {
  content: "";
}

.mdi-earth-off:before {
  content: "";
}

.mdi-edge:before {
  content: "";
}

.mdi-eject:before {
  content: "";
}

.mdi-elevation-decline:before {
  content: "";
}

.mdi-elevation-rise:before {
  content: "";
}

.mdi-elevator:before {
  content: "";
}

.mdi-email:before {
  content: "";
}

.mdi-email-open:before {
  content: "";
}

.mdi-email-outline:before {
  content: "";
}

.mdi-email-secure:before {
  content: "";
}

.mdi-emoticon:before {
  content: "";
}

.mdi-emoticon-cool:before {
  content: "";
}

.mdi-emoticon-devil:before {
  content: "";
}

.mdi-emoticon-happy:before {
  content: "";
}

.mdi-emoticon-neutral:before {
  content: "";
}

.mdi-emoticon-poop:before {
  content: "";
}

.mdi-emoticon-sad:before {
  content: "";
}

.mdi-emoticon-tongue:before {
  content: "";
}

.mdi-engine:before {
  content: "";
}

.mdi-engine-outline:before {
  content: "";
}

.mdi-equal:before {
  content: "";
}

.mdi-equal-box:before {
  content: "";
}

.mdi-eraser:before {
  content: "";
}

.mdi-escalator:before {
  content: "";
}

.mdi-ethernet:before {
  content: "";
}

.mdi-ethernet-cable:before {
  content: "";
}

.mdi-ethernet-cable-off:before {
  content: "";
}

.mdi-etsy:before {
  content: "";
}

.mdi-evernote:before {
  content: "";
}

.mdi-exclamation:before {
  content: "";
}

.mdi-exit-to-app:before {
  content: "";
}

.mdi-export:before {
  content: "";
}

.mdi-eye:before {
  content: "";
}

.mdi-eye-off:before {
  content: "";
}

.mdi-eyedropper:before {
  content: "";
}

.mdi-eyedropper-variant:before {
  content: "";
}

.mdi-facebook:before {
  content: "";
}

.mdi-facebook-box:before {
  content: "";
}

.mdi-facebook-messenger:before {
  content: "";
}

.mdi-factory:before {
  content: "";
}

.mdi-fan:before {
  content: "";
}

.mdi-fast-forward:before {
  content: "";
}

.mdi-fax:before {
  content: "";
}

.mdi-ferry:before {
  content: "";
}

.mdi-file:before {
  content: "";
}

.mdi-file-chart:before {
  content: "";
}

.mdi-file-check:before {
  content: "";
}

.mdi-file-cloud:before {
  content: "";
}

.mdi-file-delimited:before {
  content: "";
}

.mdi-file-document:before {
  content: "";
}

.mdi-file-document-box:before {
  content: "";
}

.mdi-file-excel:before {
  content: "";
}

.mdi-file-excel-box:before {
  content: "";
}

.mdi-file-export:before {
  content: "";
}

.mdi-file-find:before {
  content: "";
}

.mdi-file-image:before {
  content: "";
}

.mdi-file-import:before {
  content: "";
}

.mdi-file-lock:before {
  content: "";
}

.mdi-file-multiple:before {
  content: "";
}

.mdi-file-music:before {
  content: "";
}

.mdi-file-outline:before {
  content: "";
}

.mdi-file-pdf:before {
  content: "";
}

.mdi-file-pdf-box:before {
  content: "";
}

.mdi-file-powerpoint:before {
  content: "";
}

.mdi-file-powerpoint-box:before {
  content: "";
}

.mdi-file-presentation-box:before {
  content: "";
}

.mdi-file-send:before {
  content: "";
}

.mdi-file-video:before {
  content: "";
}

.mdi-file-word:before {
  content: "";
}

.mdi-file-word-box:before {
  content: "";
}

.mdi-file-xml:before {
  content: "";
}

.mdi-film:before {
  content: "";
}

.mdi-filmstrip:before {
  content: "";
}

.mdi-filmstrip-off:before {
  content: "";
}

.mdi-filter:before {
  content: "";
}

.mdi-filter-outline:before {
  content: "";
}

.mdi-filter-remove:before {
  content: "";
}

.mdi-filter-remove-outline:before {
  content: "";
}

.mdi-filter-variant:before {
  content: "";
}

.mdi-fingerprint:before {
  content: "";
}

.mdi-fire:before {
  content: "";
}

.mdi-firefox:before {
  content: "";
}

.mdi-fish:before {
  content: "";
}

.mdi-flag:before {
  content: "";
}

.mdi-flag-checkered:before {
  content: "";
}

.mdi-flag-outline:before {
  content: "";
}

.mdi-flag-outline-variant:before {
  content: "";
}

.mdi-flag-triangle:before {
  content: "";
}

.mdi-flag-variant:before {
  content: "";
}

.mdi-flash:before {
  content: "";
}

.mdi-flash-auto:before {
  content: "";
}

.mdi-flash-off:before {
  content: "";
}

.mdi-flashlight:before {
  content: "";
}

.mdi-flashlight-off:before {
  content: "";
}

.mdi-flattr:before {
  content: "";
}

.mdi-flip-to-back:before {
  content: "";
}

.mdi-flip-to-front:before {
  content: "";
}

.mdi-floppy:before {
  content: "";
}

.mdi-flower:before {
  content: "";
}

.mdi-folder:before {
  content: "";
}

.mdi-folder-account:before {
  content: "";
}

.mdi-folder-download:before {
  content: "";
}

.mdi-folder-google-drive:before {
  content: "";
}

.mdi-folder-image:before {
  content: "";
}

.mdi-folder-lock:before {
  content: "";
}

.mdi-folder-lock-open:before {
  content: "";
}

.mdi-folder-move:before {
  content: "";
}

.mdi-folder-multiple:before {
  content: "";
}

.mdi-folder-multiple-image:before {
  content: "";
}

.mdi-folder-multiple-outline:before {
  content: "";
}

.mdi-folder-outline:before {
  content: "";
}

.mdi-folder-plus:before {
  content: "";
}

.mdi-folder-remove:before {
  content: "";
}

.mdi-folder-upload:before {
  content: "";
}

.mdi-food:before {
  content: "";
}

.mdi-food-apple:before {
  content: "";
}

.mdi-food-variant:before {
  content: "";
}

.mdi-football:before {
  content: "";
}

.mdi-football-australian:before {
  content: "";
}

.mdi-football-helmet:before {
  content: "";
}

.mdi-format-align-center:before {
  content: "";
}

.mdi-format-align-justify:before {
  content: "";
}

.mdi-format-align-left:before {
  content: "";
}

.mdi-format-align-right:before {
  content: "";
}

.mdi-format-bold:before {
  content: "";
}

.mdi-format-clear:before {
  content: "";
}

.mdi-format-color-fill:before {
  content: "";
}

.mdi-format-float-center:before {
  content: "";
}

.mdi-format-float-left:before {
  content: "";
}

.mdi-format-float-none:before {
  content: "";
}

.mdi-format-float-right:before {
  content: "";
}

.mdi-format-header-1:before {
  content: "";
}

.mdi-format-header-2:before {
  content: "";
}

.mdi-format-header-3:before {
  content: "";
}

.mdi-format-header-4:before {
  content: "";
}

.mdi-format-header-5:before {
  content: "";
}

.mdi-format-header-6:before {
  content: "";
}

.mdi-format-header-decrease:before {
  content: "";
}

.mdi-format-header-equal:before {
  content: "";
}

.mdi-format-header-increase:before {
  content: "";
}

.mdi-format-header-pound:before {
  content: "";
}

.mdi-format-indent-decrease:before {
  content: "";
}

.mdi-format-indent-increase:before {
  content: "";
}

.mdi-format-italic:before {
  content: "";
}

.mdi-format-line-spacing:before {
  content: "";
}

.mdi-format-list-bulleted:before {
  content: "";
}

.mdi-format-list-bulleted-type:before {
  content: "";
}

.mdi-format-list-numbers:before {
  content: "";
}

.mdi-format-paint:before {
  content: "";
}

.mdi-format-paragraph:before {
  content: "";
}

.mdi-format-quote:before {
  content: "";
}

.mdi-format-size:before {
  content: "";
}

.mdi-format-strikethrough:before {
  content: "";
}

.mdi-format-strikethrough-variant:before {
  content: "";
}

.mdi-format-subscript:before {
  content: "";
}

.mdi-format-superscript:before {
  content: "";
}

.mdi-format-text:before {
  content: "";
}

.mdi-format-textdirection-l-to-r:before {
  content: "";
}

.mdi-format-textdirection-r-to-l:before {
  content: "";
}

.mdi-format-underline:before {
  content: "";
}

.mdi-format-wrap-inline:before {
  content: "";
}

.mdi-format-wrap-square:before {
  content: "";
}

.mdi-format-wrap-tight:before {
  content: "";
}

.mdi-format-wrap-top-bottom:before {
  content: "";
}

.mdi-forum:before {
  content: "";
}

.mdi-forward:before {
  content: "";
}

.mdi-foursquare:before {
  content: "";
}

.mdi-fridge:before {
  content: "";
}

.mdi-fridge-filled:before {
  content: "";
}

.mdi-fridge-filled-bottom:before {
  content: "";
}

.mdi-fridge-filled-top:before {
  content: "";
}

.mdi-fullscreen:before {
  content: "";
}

.mdi-fullscreen-exit:before {
  content: "";
}

.mdi-function:before {
  content: "";
}

.mdi-gamepad:before {
  content: "";
}

.mdi-gamepad-variant:before {
  content: "";
}

.mdi-gas-station:before {
  content: "";
}

.mdi-gate:before {
  content: "";
}

.mdi-gauge:before {
  content: "";
}

.mdi-gavel:before {
  content: "";
}

.mdi-gender-female:before {
  content: "";
}

.mdi-gender-male:before {
  content: "";
}

.mdi-gender-male-female:before {
  content: "";
}

.mdi-gender-transgender:before {
  content: "";
}

.mdi-ghost:before {
  content: "";
}

.mdi-gift:before {
  content: "";
}

.mdi-git:before {
  content: "";
}

.mdi-github-box:before {
  content: "";
}

.mdi-github-circle:before {
  content: "";
}

.mdi-glass-flute:before {
  content: "";
}

.mdi-glass-mug:before {
  content: "";
}

.mdi-glass-stange:before {
  content: "";
}

.mdi-glass-tulip:before {
  content: "";
}

.mdi-glasses:before {
  content: "";
}

.mdi-gmail:before {
  content: "";
}

.mdi-google:before {
  content: "";
}

.mdi-google-cardboard:before {
  content: "";
}

.mdi-google-chrome:before {
  content: "";
}

.mdi-google-circles:before {
  content: "";
}

.mdi-google-circles-communities:before {
  content: "";
}

.mdi-google-circles-extended:before {
  content: "";
}

.mdi-google-circles-group:before {
  content: "";
}

.mdi-google-controller:before {
  content: "";
}

.mdi-google-controller-off:before {
  content: "";
}

.mdi-google-drive:before {
  content: "";
}

.mdi-google-earth:before {
  content: "";
}

.mdi-google-glass:before {
  content: "";
}

.mdi-google-nearby:before {
  content: "";
}

.mdi-google-pages:before {
  content: "";
}

.mdi-google-physical-web:before {
  content: "";
}

.mdi-google-play:before {
  content: "";
}

.mdi-google-plus:before {
  content: "";
}

.mdi-google-plus-box:before {
  content: "";
}

.mdi-google-translate:before {
  content: "";
}

.mdi-google-wallet:before {
  content: "";
}

.mdi-grid:before {
  content: "";
}

.mdi-grid-off:before {
  content: "";
}

.mdi-group:before {
  content: "";
}

.mdi-guitar:before {
  content: "";
}

.mdi-guitar-pick:before {
  content: "";
}

.mdi-guitar-pick-outline:before {
  content: "";
}

.mdi-hand-pointing-right:before {
  content: "";
}

.mdi-hanger:before {
  content: "";
}

.mdi-hangouts:before {
  content: "";
}

.mdi-harddisk:before {
  content: "";
}

.mdi-headphones:before {
  content: "";
}

.mdi-headphones-box:before {
  content: "";
}

.mdi-headphones-settings:before {
  content: "";
}

.mdi-headset:before {
  content: "";
}

.mdi-headset-dock:before {
  content: "";
}

.mdi-headset-off:before {
  content: "";
}

.mdi-heart:before {
  content: "";
}

.mdi-heart-box:before {
  content: "";
}

.mdi-heart-box-outline:before {
  content: "";
}

.mdi-heart-broken:before {
  content: "";
}

.mdi-heart-outline:before {
  content: "";
}

.mdi-help:before {
  content: "";
}

.mdi-help-circle:before {
  content: "";
}

.mdi-hexagon:before {
  content: "";
}

.mdi-hexagon-outline:before {
  content: "";
}

.mdi-history:before {
  content: "";
}

.mdi-hololens:before {
  content: "";
}

.mdi-home:before {
  content: "";
}

.mdi-home-modern:before {
  content: "";
}

.mdi-home-variant:before {
  content: "";
}

.mdi-hops:before {
  content: "";
}

.mdi-hospital:before {
  content: "";
}

.mdi-hospital-building:before {
  content: "";
}

.mdi-hospital-marker:before {
  content: "";
}

.mdi-hotel:before {
  content: "";
}

.mdi-houzz:before {
  content: "";
}

.mdi-houzz-box:before {
  content: "";
}

.mdi-human:before {
  content: "";
}

.mdi-human-child:before {
  content: "";
}

.mdi-human-male-female:before {
  content: "";
}

.mdi-image:before {
  content: "";
}

.mdi-image-album:before {
  content: "";
}

.mdi-image-area:before {
  content: "";
}

.mdi-image-area-close:before {
  content: "";
}

.mdi-image-broken:before {
  content: "";
}

.mdi-image-broken-variant:before {
  content: "";
}

.mdi-image-filter:before {
  content: "";
}

.mdi-image-filter-black-white:before {
  content: "";
}

.mdi-image-filter-center-focus:before {
  content: "";
}

.mdi-image-filter-center-focus-weak:before {
  content: "";
}

.mdi-image-filter-drama:before {
  content: "";
}

.mdi-image-filter-frames:before {
  content: "";
}

.mdi-image-filter-hdr:before {
  content: "";
}

.mdi-image-filter-none:before {
  content: "";
}

.mdi-image-filter-tilt-shift:before {
  content: "";
}

.mdi-image-filter-vintage:before {
  content: "";
}

.mdi-image-multiple:before {
  content: "";
}

.mdi-import:before {
  content: "";
}

.mdi-inbox:before {
  content: "";
}

.mdi-information:before {
  content: "";
}

.mdi-information-outline:before {
  content: "";
}

.mdi-instagram:before {
  content: "";
}

.mdi-instapaper:before {
  content: "";
}

.mdi-internet-explorer:before {
  content: "";
}

.mdi-invert-colors:before {
  content: "";
}

.mdi-jeepney:before {
  content: "";
}

.mdi-jira:before {
  content: "";
}

.mdi-jsfiddle:before {
  content: "";
}

.mdi-keg:before {
  content: "";
}

.mdi-key:before {
  content: "";
}

.mdi-key-change:before {
  content: "";
}

.mdi-key-minus:before {
  content: "";
}

.mdi-key-plus:before {
  content: "";
}

.mdi-key-remove:before {
  content: "";
}

.mdi-key-variant:before {
  content: "";
}

.mdi-keyboard:before {
  content: "";
}

.mdi-keyboard-backspace:before {
  content: "";
}

.mdi-keyboard-caps:before {
  content: "";
}

.mdi-keyboard-close:before {
  content: "";
}

.mdi-keyboard-off:before {
  content: "";
}

.mdi-keyboard-return:before {
  content: "";
}

.mdi-keyboard-tab:before {
  content: "";
}

.mdi-keyboard-variant:before {
  content: "";
}

.mdi-label:before {
  content: "";
}

.mdi-label-outline:before {
  content: "";
}

.mdi-lan:before {
  content: "";
}

.mdi-lan-connect:before {
  content: "";
}

.mdi-lan-disconnect:before {
  content: "";
}

.mdi-lan-pending:before {
  content: "";
}

.mdi-language-csharp:before {
  content: "";
}

.mdi-language-css3:before {
  content: "";
}

.mdi-language-html5:before {
  content: "";
}

.mdi-language-javascript:before {
  content: "";
}

.mdi-language-php:before {
  content: "";
}

.mdi-language-python:before {
  content: "";
}

.mdi-language-python-text:before {
  content: "";
}

.mdi-laptop:before {
  content: "";
}

.mdi-laptop-chromebook:before {
  content: "";
}

.mdi-laptop-mac:before {
  content: "";
}

.mdi-laptop-windows:before {
  content: "";
}

.mdi-lastfm:before {
  content: "";
}

.mdi-launch:before {
  content: "";
}

.mdi-layers:before {
  content: "";
}

.mdi-layers-off:before {
  content: "";
}

.mdi-leaf:before {
  content: "";
}

.mdi-led-off:before {
  content: "";
}

.mdi-led-on:before {
  content: "";
}

.mdi-led-outline:before {
  content: "";
}

.mdi-led-variant-off:before {
  content: "";
}

.mdi-led-variant-on:before {
  content: "";
}

.mdi-led-variant-outline:before {
  content: "";
}

.mdi-library:before {
  content: "";
}

.mdi-library-books:before {
  content: "";
}

.mdi-library-music:before {
  content: "";
}

.mdi-library-plus:before {
  content: "";
}

.mdi-lightbulb:before {
  content: "";
}

.mdi-lightbulb-outline:before {
  content: "";
}

.mdi-link:before {
  content: "";
}

.mdi-link-off:before {
  content: "";
}

.mdi-link-variant:before {
  content: "";
}

.mdi-link-variant-off:before {
  content: "";
}

.mdi-linkedin:before {
  content: "";
}

.mdi-linkedin-box:before {
  content: "";
}

.mdi-linux:before {
  content: "";
}

.mdi-lock:before {
  content: "";
}

.mdi-lock-open:before {
  content: "";
}

.mdi-lock-open-outline:before {
  content: "";
}

.mdi-lock-outline:before {
  content: "";
}

.mdi-login:before {
  content: "";
}

.mdi-logout:before {
  content: "";
}

.mdi-looks:before {
  content: "";
}

.mdi-loupe:before {
  content: "";
}

.mdi-lumx:before {
  content: "";
}

.mdi-magnet:before {
  content: "";
}

.mdi-magnet-on:before {
  content: "";
}

.mdi-magnify:before {
  content: "";
}

.mdi-magnify-minus:before {
  content: "";
}

.mdi-magnify-plus:before {
  content: "";
}

.mdi-mail-ru:before {
  content: "";
}

.mdi-map:before {
  content: "";
}

.mdi-map-marker:before {
  content: "";
}

.mdi-map-marker-circle:before {
  content: "";
}

.mdi-map-marker-multiple:before {
  content: "";
}

.mdi-map-marker-off:before {
  content: "";
}

.mdi-map-marker-radius:before {
  content: "";
}

.mdi-margin:before {
  content: "";
}

.mdi-markdown:before {
  content: "";
}

.mdi-marker-check:before {
  content: "";
}

.mdi-martini:before {
  content: "";
}

.mdi-material-ui:before {
  content: "";
}

.mdi-math-compass:before {
  content: "";
}

.mdi-maxcdn:before {
  content: "";
}

.mdi-medium:before {
  content: "";
}

.mdi-memory:before {
  content: "";
}

.mdi-menu:before {
  content: "";
}

.mdi-menu-down:before {
  content: "";
}

.mdi-menu-left:before {
  content: "";
}

.mdi-menu-right:before {
  content: "";
}

.mdi-menu-up:before {
  content: "";
}

.mdi-message:before {
  content: "";
}

.mdi-message-alert:before {
  content: "";
}

.mdi-message-draw:before {
  content: "";
}

.mdi-message-image:before {
  content: "";
}

.mdi-message-outline:before {
  content: "";
}

.mdi-message-processing:before {
  content: "";
}

.mdi-message-reply:before {
  content: "";
}

.mdi-message-reply-text:before {
  content: "";
}

.mdi-message-text:before {
  content: "";
}

.mdi-message-text-outline:before {
  content: "";
}

.mdi-message-video:before {
  content: "";
}

.mdi-microphone:before {
  content: "";
}

.mdi-microphone-off:before {
  content: "";
}

.mdi-microphone-outline:before {
  content: "";
}

.mdi-microphone-settings:before {
  content: "";
}

.mdi-microphone-variant:before {
  content: "";
}

.mdi-microphone-variant-off:before {
  content: "";
}

.mdi-microsoft:before {
  content: "";
}

.mdi-minus:before {
  content: "";
}

.mdi-minus-box:before {
  content: "";
}

.mdi-minus-circle:before {
  content: "";
}

.mdi-minus-circle-outline:before {
  content: "";
}

.mdi-minus-network:before {
  content: "";
}

.mdi-monitor:before {
  content: "";
}

.mdi-monitor-multiple:before {
  content: "";
}

.mdi-more:before {
  content: "";
}

.mdi-motorbike:before {
  content: "";
}

.mdi-mouse:before {
  content: "";
}

.mdi-mouse-off:before {
  content: "";
}

.mdi-mouse-variant:before {
  content: "";
}

.mdi-mouse-variant-off:before {
  content: "";
}

.mdi-movie:before {
  content: "";
}

.mdi-multiplication:before {
  content: "";
}

.mdi-multiplication-box:before {
  content: "";
}

.mdi-music-box:before {
  content: "";
}

.mdi-music-box-outline:before {
  content: "";
}

.mdi-music-circle:before {
  content: "";
}

.mdi-music-note:before {
  content: "";
}

.mdi-music-note-eighth:before {
  content: "";
}

.mdi-music-note-half:before {
  content: "";
}

.mdi-music-note-off:before {
  content: "";
}

.mdi-music-note-quarter:before {
  content: "";
}

.mdi-music-note-sixteenth:before {
  content: "";
}

.mdi-music-note-whole:before {
  content: "";
}

.mdi-nature:before {
  content: "";
}

.mdi-nature-people:before {
  content: "";
}

.mdi-navigation:before {
  content: "";
}

.mdi-needle:before {
  content: "";
}

.mdi-nest-protect:before {
  content: "";
}

.mdi-nest-thermostat:before {
  content: "";
}

.mdi-newspaper:before {
  content: "";
}

.mdi-nfc:before {
  content: "";
}

.mdi-nfc-tap:before {
  content: "";
}

.mdi-nfc-variant:before {
  content: "";
}

.mdi-nodejs:before {
  content: "";
}

.mdi-note:before {
  content: "";
}

.mdi-note-outline:before {
  content: "";
}

.mdi-note-plus:before {
  content: "";
}

.mdi-note-plus-outline:before {
  content: "";
}

.mdi-note-text:before {
  content: "";
}

.mdi-notification-clear-all:before {
  content: "";
}

.mdi-numeric:before {
  content: "";
}

.mdi-numeric-0-box:before {
  content: "";
}

.mdi-numeric-0-box-multiple-outline:before {
  content: "";
}

.mdi-numeric-0-box-outline:before {
  content: "";
}

.mdi-numeric-1-box:before {
  content: "";
}

.mdi-numeric-1-box-multiple-outline:before {
  content: "";
}

.mdi-numeric-1-box-outline:before {
  content: "";
}

.mdi-numeric-2-box:before {
  content: "";
}

.mdi-numeric-2-box-multiple-outline:before {
  content: "";
}

.mdi-numeric-2-box-outline:before {
  content: "";
}

.mdi-numeric-3-box:before {
  content: "";
}

.mdi-numeric-3-box-multiple-outline:before {
  content: "";
}

.mdi-numeric-3-box-outline:before {
  content: "";
}

.mdi-numeric-4-box:before {
  content: "";
}

.mdi-numeric-4-box-multiple-outline:before {
  content: "";
}

.mdi-numeric-4-box-outline:before {
  content: "";
}

.mdi-numeric-5-box:before {
  content: "";
}

.mdi-numeric-5-box-multiple-outline:before {
  content: "";
}

.mdi-numeric-5-box-outline:before {
  content: "";
}

.mdi-numeric-6-box:before {
  content: "";
}

.mdi-numeric-6-box-multiple-outline:before {
  content: "";
}

.mdi-numeric-6-box-outline:before {
  content: "";
}

.mdi-numeric-7-box:before {
  content: "";
}

.mdi-numeric-7-box-multiple-outline:before {
  content: "";
}

.mdi-numeric-7-box-outline:before {
  content: "";
}

.mdi-numeric-8-box:before {
  content: "";
}

.mdi-numeric-8-box-multiple-outline:before {
  content: "";
}

.mdi-numeric-8-box-outline:before {
  content: "";
}

.mdi-numeric-9-box:before {
  content: "";
}

.mdi-numeric-9-box-multiple-outline:before {
  content: "";
}

.mdi-numeric-9-box-outline:before {
  content: "";
}

.mdi-numeric-9-plus-box:before {
  content: "";
}

.mdi-numeric-9-plus-box-multiple-outline:before {
  content: "";
}

.mdi-numeric-9-plus-box-outline:before {
  content: "";
}

.mdi-nutrition:before {
  content: "";
}

.mdi-octagon:before {
  content: "";
}

.mdi-octagon-outline:before {
  content: "";
}

.mdi-odnoklassniki:before {
  content: "";
}

.mdi-office:before {
  content: "";
}

.mdi-oil:before {
  content: "";
}

.mdi-oil-temperature:before {
  content: "";
}

.mdi-omega:before {
  content: "";
}

.mdi-onedrive:before {
  content: "";
}

.mdi-open-in-app:before {
  content: "";
}

.mdi-open-in-new:before {
  content: "";
}

.mdi-opera:before {
  content: "";
}

.mdi-ornament:before {
  content: "";
}

.mdi-ornament-variant:before {
  content: "";
}

.mdi-outbox:before {
  content: "";
}

.mdi-owl:before {
  content: "";
}

.mdi-package:before {
  content: "";
}

.mdi-package-down:before {
  content: "";
}

.mdi-package-up:before {
  content: "";
}

.mdi-package-variant:before {
  content: "";
}

.mdi-package-variant-closed:before {
  content: "";
}

.mdi-palette:before {
  content: "";
}

.mdi-palette-advanced:before {
  content: "";
}

.mdi-panda:before {
  content: "";
}

.mdi-pandora:before {
  content: "";
}

.mdi-panorama:before {
  content: "";
}

.mdi-panorama-fisheye:before {
  content: "";
}

.mdi-panorama-horizontal:before {
  content: "";
}

.mdi-panorama-vertical:before {
  content: "";
}

.mdi-panorama-wide-angle:before {
  content: "";
}

.mdi-paper-cut-vertical:before {
  content: "";
}

.mdi-paperclip:before {
  content: "";
}

.mdi-parking:before {
  content: "";
}

.mdi-pause:before {
  content: "";
}

.mdi-pause-circle:before {
  content: "";
}

.mdi-pause-circle-outline:before {
  content: "";
}

.mdi-pause-octagon:before {
  content: "";
}

.mdi-pause-octagon-outline:before {
  content: "";
}

.mdi-paw:before {
  content: "";
}

.mdi-pen:before {
  content: "";
}

.mdi-pencil:before {
  content: "";
}

.mdi-pencil-box:before {
  content: "";
}

.mdi-pencil-box-outline:before {
  content: "";
}

.mdi-pencil-lock:before {
  content: "";
}

.mdi-pencil-off:before {
  content: "";
}

.mdi-percent:before {
  content: "";
}

.mdi-pharmacy:before {
  content: "";
}

.mdi-phone:before {
  content: "";
}

.mdi-phone-bluetooth:before {
  content: "";
}

.mdi-phone-forward:before {
  content: "";
}

.mdi-phone-hangup:before {
  content: "";
}

.mdi-phone-in-talk:before {
  content: "";
}

.mdi-phone-incoming:before {
  content: "";
}

.mdi-phone-locked:before {
  content: "";
}

.mdi-phone-log:before {
  content: "";
}

.mdi-phone-missed:before {
  content: "";
}

.mdi-phone-outgoing:before {
  content: "";
}

.mdi-phone-paused:before {
  content: "";
}

.mdi-phone-settings:before {
  content: "";
}

.mdi-phone-voip:before {
  content: "";
}

.mdi-pi:before {
  content: "";
}

.mdi-pi-box:before {
  content: "";
}

.mdi-pig:before {
  content: "";
}

.mdi-pill:before {
  content: "";
}

.mdi-pin:before {
  content: "";
}

.mdi-pin-off:before {
  content: "";
}

.mdi-pine-tree:before {
  content: "";
}

.mdi-pine-tree-box:before {
  content: "";
}

.mdi-pinterest:before {
  content: "";
}

.mdi-pinterest-box:before {
  content: "";
}

.mdi-pizza:before {
  content: "";
}

.mdi-play:before {
  content: "";
}

.mdi-play-box-outline:before {
  content: "";
}

.mdi-play-circle:before {
  content: "";
}

.mdi-play-circle-outline:before {
  content: "";
}

.mdi-play-pause:before {
  content: "";
}

.mdi-play-protected-content:before {
  content: "";
}

.mdi-playlist-minus:before {
  content: "";
}

.mdi-playlist-play:before {
  content: "";
}

.mdi-playlist-plus:before {
  content: "";
}

.mdi-playlist-remove:before {
  content: "";
}

.mdi-playstation:before {
  content: "";
}

.mdi-plus:before {
  content: "";
}

.mdi-plus-box:before {
  content: "";
}

.mdi-plus-circle:before {
  content: "";
}

.mdi-plus-circle-multiple-outline:before {
  content: "";
}

.mdi-plus-circle-outline:before {
  content: "";
}

.mdi-plus-network:before {
  content: "";
}

.mdi-plus-one:before {
  content: "";
}

.mdi-pocket:before {
  content: "";
}

.mdi-pokeball:before {
  content: "";
}

.mdi-polaroid:before {
  content: "";
}

.mdi-poll:before {
  content: "";
}

.mdi-poll-box:before {
  content: "";
}

.mdi-polymer:before {
  content: "";
}

.mdi-popcorn:before {
  content: "";
}

.mdi-pound:before {
  content: "";
}

.mdi-pound-box:before {
  content: "";
}

.mdi-power:before {
  content: "";
}

.mdi-power-settings:before {
  content: "";
}

.mdi-power-socket:before {
  content: "";
}

.mdi-presentation:before {
  content: "";
}

.mdi-presentation-play:before {
  content: "";
}

.mdi-printer:before {
  content: "";
}

.mdi-printer-3d:before {
  content: "";
}

.mdi-printer-alert:before {
  content: "";
}

.mdi-professional-hexagon:before {
  content: "";
}

.mdi-projector:before {
  content: "";
}

.mdi-projector-screen:before {
  content: "";
}

.mdi-pulse:before {
  content: "";
}

.mdi-puzzle:before {
  content: "";
}

.mdi-qrcode:before {
  content: "";
}

.mdi-qrcode-scan:before {
  content: "";
}

.mdi-quadcopter:before {
  content: "";
}

.mdi-quality-high:before {
  content: "";
}

.mdi-quicktime:before {
  content: "";
}

.mdi-radar:before {
  content: "";
}

.mdi-radiator:before {
  content: "";
}

.mdi-radio:before {
  content: "";
}

.mdi-radio-handheld:before {
  content: "";
}

.mdi-radio-tower:before {
  content: "";
}

.mdi-radioactive:before {
  content: "";
}

.mdi-radiobox-blank:before {
  content: "";
}

.mdi-radiobox-marked:before {
  content: "";
}

.mdi-raspberrypi:before {
  content: "";
}

.mdi-ray-end:before {
  content: "";
}

.mdi-ray-end-arrow:before {
  content: "";
}

.mdi-ray-start:before {
  content: "";
}

.mdi-ray-start-arrow:before {
  content: "";
}

.mdi-ray-start-end:before {
  content: "";
}

.mdi-ray-vertex:before {
  content: "";
}

.mdi-rdio:before {
  content: "";
}

.mdi-read:before {
  content: "";
}

.mdi-readability:before {
  content: "";
}

.mdi-receipt:before {
  content: "";
}

.mdi-record:before {
  content: "";
}

.mdi-record-rec:before {
  content: "";
}

.mdi-recycle:before {
  content: "";
}

.mdi-reddit:before {
  content: "";
}

.mdi-redo:before {
  content: "";
}

.mdi-redo-variant:before {
  content: "";
}

.mdi-refresh:before {
  content: "";
}

.mdi-regex:before {
  content: "";
}

.mdi-relative-scale:before {
  content: "";
}

.mdi-reload:before {
  content: "";
}

.mdi-remote:before {
  content: "";
}

.mdi-rename-box:before {
  content: "";
}

.mdi-repeat:before {
  content: "";
}

.mdi-repeat-off:before {
  content: "";
}

.mdi-repeat-once:before {
  content: "";
}

.mdi-replay:before {
  content: "";
}

.mdi-reply:before {
  content: "";
}

.mdi-reply-all:before {
  content: "";
}

.mdi-reproduction:before {
  content: "";
}

.mdi-resize-bottom-right:before {
  content: "";
}

.mdi-responsive:before {
  content: "";
}

.mdi-rewind:before {
  content: "";
}

.mdi-ribbon:before {
  content: "";
}

.mdi-road:before {
  content: "";
}

.mdi-road-variant:before {
  content: "";
}

.mdi-rocket:before {
  content: "";
}

.mdi-rotate-3d:before {
  content: "";
}

.mdi-rotate-left:before {
  content: "";
}

.mdi-rotate-left-variant:before {
  content: "";
}

.mdi-rotate-right:before {
  content: "";
}

.mdi-rotate-right-variant:before {
  content: "";
}

.mdi-router-wireless:before {
  content: "";
}

.mdi-routes:before {
  content: "";
}

.mdi-rss:before {
  content: "";
}

.mdi-rss-box:before {
  content: "";
}

.mdi-ruler:before {
  content: "";
}

.mdi-run:before {
  content: "";
}

.mdi-sale:before {
  content: "";
}

.mdi-satellite:before {
  content: "";
}

.mdi-satellite-variant:before {
  content: "";
}

.mdi-scale:before {
  content: "";
}

.mdi-scale-bathroom:before {
  content: "";
}

.mdi-school:before {
  content: "";
}

.mdi-screen-rotation:before {
  content: "";
}

.mdi-screen-rotation-lock:before {
  content: "";
}

.mdi-screwdriver:before {
  content: "";
}

.mdi-script:before {
  content: "";
}

.mdi-sd:before {
  content: "";
}

.mdi-seal:before {
  content: "";
}

.mdi-seat-flat:before {
  content: "";
}

.mdi-seat-flat-angled:before {
  content: "";
}

.mdi-seat-individual-suite:before {
  content: "";
}

.mdi-seat-legroom-extra:before {
  content: "";
}

.mdi-seat-legroom-normal:before {
  content: "";
}

.mdi-seat-legroom-reduced:before {
  content: "";
}

.mdi-seat-recline-extra:before {
  content: "";
}

.mdi-seat-recline-normal:before {
  content: "";
}

.mdi-security:before {
  content: "";
}

.mdi-security-network:before {
  content: "";
}

.mdi-select:before {
  content: "";
}

.mdi-select-all:before {
  content: "";
}

.mdi-select-inverse:before {
  content: "";
}

.mdi-select-off:before {
  content: "";
}

.mdi-selection:before {
  content: "";
}

.mdi-send:before {
  content: "";
}

.mdi-server:before {
  content: "";
}

.mdi-server-minus:before {
  content: "";
}

.mdi-server-network:before {
  content: "";
}

.mdi-server-network-off:before {
  content: "";
}

.mdi-server-off:before {
  content: "";
}

.mdi-server-plus:before {
  content: "";
}

.mdi-server-remove:before {
  content: "";
}

.mdi-server-security:before {
  content: "";
}

.mdi-settings:before {
  content: "";
}

.mdi-settings-box:before {
  content: "";
}

.mdi-shape-plus:before {
  content: "";
}

.mdi-share:before {
  content: "";
}

.mdi-share-variant:before {
  content: "";
}

.mdi-shield:before {
  content: "";
}

.mdi-shield-outline:before {
  content: "";
}

.mdi-shopping:before {
  content: "";
}

.mdi-shopping-music:before {
  content: "";
}

.mdi-shredder:before {
  content: "";
}

.mdi-shuffle:before {
  content: "";
}

.mdi-shuffle-disabled:before {
  content: "";
}

.mdi-shuffle-variant:before {
  content: "";
}

.mdi-sigma:before {
  content: "";
}

.mdi-sign-caution:before {
  content: "";
}

.mdi-signal:before {
  content: "";
}

.mdi-silverware:before {
  content: "";
}

.mdi-silverware-fork:before {
  content: "";
}

.mdi-silverware-spoon:before {
  content: "";
}

.mdi-silverware-variant:before {
  content: "";
}

.mdi-sim:before {
  content: "";
}

.mdi-sim-alert:before {
  content: "";
}

.mdi-sim-off:before {
  content: "";
}

.mdi-sitemap:before {
  content: "";
}

.mdi-skip-backward:before {
  content: "";
}

.mdi-skip-forward:before {
  content: "";
}

.mdi-skip-next:before {
  content: "";
}

.mdi-skip-previous:before {
  content: "";
}

.mdi-skype:before {
  content: "";
}

.mdi-skype-business:before {
  content: "";
}

.mdi-slack:before {
  content: "";
}

.mdi-sleep:before {
  content: "";
}

.mdi-sleep-off:before {
  content: "";
}

.mdi-smoking:before {
  content: "";
}

.mdi-smoking-off:before {
  content: "";
}

.mdi-snapchat:before {
  content: "";
}

.mdi-snowman:before {
  content: "";
}

.mdi-sofa:before {
  content: "";
}

.mdi-sort:before {
  content: "";
}

.mdi-sort-alphabetical:before {
  content: "";
}

.mdi-sort-ascending:before {
  content: "";
}

.mdi-sort-descending:before {
  content: "";
}

.mdi-sort-numeric:before {
  content: "";
}

.mdi-sort-variant:before {
  content: "";
}

.mdi-soundcloud:before {
  content: "";
}

.mdi-source-fork:before {
  content: "";
}

.mdi-source-pull:before {
  content: "";
}

.mdi-speaker:before {
  content: "";
}

.mdi-speaker-off:before {
  content: "";
}

.mdi-speedometer:before {
  content: "";
}

.mdi-spellcheck:before {
  content: "";
}

.mdi-spotify:before {
  content: "";
}

.mdi-spotlight:before {
  content: "";
}

.mdi-spotlight-beam:before {
  content: "";
}

.mdi-square-inc:before {
  content: "";
}

.mdi-square-inc-cash:before {
  content: "";
}

.mdi-stackoverflow:before {
  content: "";
}

.mdi-stairs:before {
  content: "";
}

.mdi-star:before {
  content: "";
}

.mdi-star-circle:before {
  content: "";
}

.mdi-star-half:before {
  content: "";
}

.mdi-star-off:before {
  content: "";
}

.mdi-star-outline:before {
  content: "";
}

.mdi-steam:before {
  content: "";
}

.mdi-steering:before {
  content: "";
}

.mdi-step-backward:before {
  content: "";
}

.mdi-step-backward-2:before {
  content: "";
}

.mdi-step-forward:before {
  content: "";
}

.mdi-step-forward-2:before {
  content: "";
}

.mdi-stethoscope:before {
  content: "";
}

.mdi-stocking:before {
  content: "";
}

.mdi-stop:before {
  content: "";
}

.mdi-store:before {
  content: "";
}

.mdi-store-24-hour:before {
  content: "";
}

.mdi-stove:before {
  content: "";
}

.mdi-subway:before {
  content: "";
}

.mdi-sunglasses:before {
  content: "";
}

.mdi-swap-horizontal:before {
  content: "";
}

.mdi-swap-vertical:before {
  content: "";
}

.mdi-swim:before {
  content: "";
}

.mdi-switch:before {
  content: "";
}

.mdi-sword:before {
  content: "";
}

.mdi-sync:before {
  content: "";
}

.mdi-sync-alert:before {
  content: "";
}

.mdi-sync-off:before {
  content: "";
}

.mdi-tab:before {
  content: "";
}

.mdi-tab-unselected:before {
  content: "";
}

.mdi-table:before {
  content: "";
}

.mdi-table-column-plus-after:before {
  content: "";
}

.mdi-table-column-plus-before:before {
  content: "";
}

.mdi-table-column-remove:before {
  content: "";
}

.mdi-table-column-width:before {
  content: "";
}

.mdi-table-edit:before {
  content: "";
}

.mdi-table-large:before {
  content: "";
}

.mdi-table-row-height:before {
  content: "";
}

.mdi-table-row-plus-after:before {
  content: "";
}

.mdi-table-row-plus-before:before {
  content: "";
}

.mdi-table-row-remove:before {
  content: "";
}

.mdi-tablet:before {
  content: "";
}

.mdi-tablet-android:before {
  content: "";
}

.mdi-tablet-ipad:before {
  content: "";
}

.mdi-tag:before {
  content: "";
}

.mdi-tag-faces:before {
  content: "";
}

.mdi-tag-multiple:before {
  content: "";
}

.mdi-tag-outline:before {
  content: "";
}

.mdi-tag-text-outline:before {
  content: "";
}

.mdi-target:before {
  content: "";
}

.mdi-taxi:before {
  content: "";
}

.mdi-teamviewer:before {
  content: "";
}

.mdi-telegram:before {
  content: "";
}

.mdi-television:before {
  content: "";
}

.mdi-television-guide:before {
  content: "";
}

.mdi-temperature-celsius:before {
  content: "";
}

.mdi-temperature-fahrenheit:before {
  content: "";
}

.mdi-temperature-kelvin:before {
  content: "";
}

.mdi-tennis:before {
  content: "";
}

.mdi-tent:before {
  content: "";
}

.mdi-terrain:before {
  content: "";
}

.mdi-text-to-speech:before {
  content: "";
}

.mdi-text-to-speech-off:before {
  content: "";
}

.mdi-texture:before {
  content: "";
}

.mdi-theater:before {
  content: "";
}

.mdi-theme-light-dark:before {
  content: "";
}

.mdi-thermometer:before {
  content: "";
}

.mdi-thermometer-lines:before {
  content: "";
}

.mdi-thumb-down:before {
  content: "";
}

.mdi-thumb-down-outline:before {
  content: "";
}

.mdi-thumb-up:before {
  content: "";
}

.mdi-thumb-up-outline:before {
  content: "";
}

.mdi-thumbs-up-down:before {
  content: "";
}

.mdi-ticket:before {
  content: "";
}

.mdi-ticket-account:before {
  content: "";
}

.mdi-ticket-confirmation:before {
  content: "";
}

.mdi-tie:before {
  content: "";
}

.mdi-timelapse:before {
  content: "";
}

.mdi-timer:before {
  content: "";
}

.mdi-timer-10:before {
  content: "";
}

.mdi-timer-3:before {
  content: "";
}

.mdi-timer-off:before {
  content: "";
}

.mdi-timer-sand:before {
  content: "";
}

.mdi-timetable:before {
  content: "";
}

.mdi-toggle-switch:before {
  content: "";
}

.mdi-toggle-switch-off:before {
  content: "";
}

.mdi-tooltip:before {
  content: "";
}

.mdi-tooltip-edit:before {
  content: "";
}

.mdi-tooltip-image:before {
  content: "";
}

.mdi-tooltip-outline:before {
  content: "";
}

.mdi-tooltip-outline-plus:before {
  content: "";
}

.mdi-tooltip-text:before {
  content: "";
}

.mdi-tor:before {
  content: "";
}

.mdi-traffic-light:before {
  content: "";
}

.mdi-train:before {
  content: "";
}

.mdi-tram:before {
  content: "";
}

.mdi-transcribe:before {
  content: "";
}

.mdi-transcribe-close:before {
  content: "";
}

.mdi-transfer:before {
  content: "";
}

.mdi-tree:before {
  content: "";
}

.mdi-trello:before {
  content: "";
}

.mdi-trending-down:before {
  content: "";
}

.mdi-trending-neutral:before {
  content: "";
}

.mdi-trending-up:before {
  content: "";
}

.mdi-triangle:before {
  content: "";
}

.mdi-triangle-outline:before {
  content: "";
}

.mdi-trophy:before {
  content: "";
}

.mdi-trophy-award:before {
  content: "";
}

.mdi-trophy-outline:before {
  content: "";
}

.mdi-trophy-variant:before {
  content: "";
}

.mdi-trophy-variant-outline:before {
  content: "";
}

.mdi-truck:before {
  content: "";
}

.mdi-truck-delivery:before {
  content: "";
}

.mdi-tshirt-crew:before {
  content: "";
}

.mdi-tshirt-v:before {
  content: "";
}

.mdi-tumblr:before {
  content: "";
}

.mdi-tumblr-reblog:before {
  content: "";
}

.mdi-twitch:before {
  content: "";
}

.mdi-twitter:before {
  content: "";
}

.mdi-twitter-box:before {
  content: "";
}

.mdi-twitter-circle:before {
  content: "";
}

.mdi-twitter-retweet:before {
  content: "";
}

.mdi-ubuntu:before {
  content: "";
}

.mdi-umbraco:before {
  content: "";
}

.mdi-umbrella:before {
  content: "";
}

.mdi-umbrella-outline:before {
  content: "";
}

.mdi-undo:before {
  content: "";
}

.mdi-undo-variant:before {
  content: "";
}

.mdi-unfold-less:before {
  content: "";
}

.mdi-unfold-more:before {
  content: "";
}

.mdi-ungroup:before {
  content: "";
}

.mdi-untappd:before {
  content: "";
}

.mdi-upload:before {
  content: "";
}

.mdi-usb:before {
  content: "";
}

.mdi-vector-arrange-above:before {
  content: "";
}

.mdi-vector-arrange-below:before {
  content: "";
}

.mdi-vector-circle:before {
  content: "";
}

.mdi-vector-circle-variant:before {
  content: "";
}

.mdi-vector-combine:before {
  content: "";
}

.mdi-vector-curve:before {
  content: "";
}

.mdi-vector-difference:before {
  content: "";
}

.mdi-vector-difference-ab:before {
  content: "";
}

.mdi-vector-difference-ba:before {
  content: "";
}

.mdi-vector-intersection:before {
  content: "";
}

.mdi-vector-line:before {
  content: "";
}

.mdi-vector-point:before {
  content: "";
}

.mdi-vector-polygon:before {
  content: "";
}

.mdi-vector-polyline:before {
  content: "";
}

.mdi-vector-selection:before {
  content: "";
}

.mdi-vector-square:before {
  content: "";
}

.mdi-vector-triangle:before {
  content: "";
}

.mdi-vector-union:before {
  content: "";
}

.mdi-verified:before {
  content: "";
}

.mdi-vibrate:before {
  content: "";
}

.mdi-video:before {
  content: "";
}

.mdi-video-off:before {
  content: "";
}

.mdi-video-switch:before {
  content: "";
}

.mdi-view-agenda:before {
  content: "";
}

.mdi-view-array:before {
  content: "";
}

.mdi-view-carousel:before {
  content: "";
}

.mdi-view-column:before {
  content: "";
}

.mdi-view-dashboard:before {
  content: "";
}

.mdi-view-day:before {
  content: "";
}

.mdi-view-grid:before {
  content: "";
}

.mdi-view-headline:before {
  content: "";
}

.mdi-view-list:before {
  content: "";
}

.mdi-view-module:before {
  content: "";
}

.mdi-view-quilt:before {
  content: "";
}

.mdi-view-stream:before {
  content: "";
}

.mdi-view-week:before {
  content: "";
}

.mdi-vimeo:before {
  content: "";
}

.mdi-vine:before {
  content: "";
}

.mdi-vk:before {
  content: "";
}

.mdi-vk-box:before {
  content: "";
}

.mdi-vk-circle:before {
  content: "";
}

.mdi-voicemail:before {
  content: "";
}

.mdi-volume-high:before {
  content: "";
}

.mdi-volume-low:before {
  content: "";
}

.mdi-volume-medium:before {
  content: "";
}

.mdi-volume-off:before {
  content: "";
}

.mdi-vpn:before {
  content: "";
}

.mdi-walk:before {
  content: "";
}

.mdi-wallet:before {
  content: "";
}

.mdi-wallet-giftcard:before {
  content: "";
}

.mdi-wallet-membership:before {
  content: "";
}

.mdi-wallet-travel:before {
  content: "";
}

.mdi-wan:before {
  content: "";
}

.mdi-watch:before {
  content: "";
}

.mdi-watch-export:before {
  content: "";
}

.mdi-watch-import:before {
  content: "";
}

.mdi-water:before {
  content: "";
}

.mdi-water-off:before {
  content: "";
}

.mdi-water-percent:before {
  content: "";
}

.mdi-water-pump:before {
  content: "";
}

.mdi-weather-cloudy:before {
  content: "";
}

.mdi-weather-fog:before {
  content: "";
}

.mdi-weather-hail:before {
  content: "";
}

.mdi-weather-lightning:before {
  content: "";
}

.mdi-weather-night:before {
  content: "";
}

.mdi-weather-partlycloudy:before {
  content: "";
}

.mdi-weather-pouring:before {
  content: "";
}

.mdi-weather-rainy:before {
  content: "";
}

.mdi-weather-snowy:before {
  content: "";
}

.mdi-weather-sunny:before {
  content: "";
}

.mdi-weather-sunset:before {
  content: "";
}

.mdi-weather-sunset-down:before {
  content: "";
}

.mdi-weather-sunset-up:before {
  content: "";
}

.mdi-weather-windy:before {
  content: "";
}

.mdi-weather-windy-variant:before {
  content: "";
}

.mdi-web:before {
  content: "";
}

.mdi-webcam:before {
  content: "";
}

.mdi-weight:before {
  content: "";
}

.mdi-weight-kilogram:before {
  content: "";
}

.mdi-whatsapp:before {
  content: "";
}

.mdi-wheelchair-accessibility:before {
  content: "";
}

.mdi-white-balance-auto:before {
  content: "";
}

.mdi-white-balance-incandescent:before {
  content: "";
}

.mdi-white-balance-irradescent:before {
  content: "";
}

.mdi-white-balance-sunny:before {
  content: "";
}

.mdi-wifi:before {
  content: "";
}

.mdi-wifi-off:before {
  content: "";
}

.mdi-wii:before {
  content: "";
}

.mdi-wikipedia:before {
  content: "";
}

.mdi-window-close:before {
  content: "";
}

.mdi-window-closed:before {
  content: "";
}

.mdi-window-maximize:before {
  content: "";
}

.mdi-window-minimize:before {
  content: "";
}

.mdi-window-open:before {
  content: "";
}

.mdi-window-restore:before {
  content: "";
}

.mdi-windows:before {
  content: "";
}

.mdi-wordpress:before {
  content: "";
}

.mdi-worker:before {
  content: "";
}

.mdi-wrap:before {
  content: "";
}

.mdi-wrench:before {
  content: "";
}

.mdi-wunderlist:before {
  content: "";
}

.mdi-xbox:before {
  content: "";
}

.mdi-xbox-controller:before {
  content: "";
}

.mdi-xbox-controller-off:before {
  content: "";
}

.mdi-xda:before {
  content: "";
}

.mdi-xing:before {
  content: "";
}

.mdi-xing-box:before {
  content: "";
}

.mdi-xing-circle:before {
  content: "";
}

.mdi-xml:before {
  content: "";
}

.mdi-yeast:before {
  content: "";
}

.mdi-yelp:before {
  content: "";
}

.mdi-youtube-play:before {
  content: "";
}

.mdi-zip-box:before {
  content: "";
}

.mdi-18px {
  font-size: 18px;
}

.mdi-24px {
  font-size: 24px;
}

.mdi-36px {
  font-size: 36px;
}

.mdi-48px {
  font-size: 48px;
}

.mdi-dark {
  color: rgba(0, 0, 0, 0.54);
}

.mdi-dark.mdi-inactive {
  color: rgba(0, 0, 0, 0.26);
}

.mdi-light {
  color: white;
}

.mdi-light.mdi-inactive {
  color: rgba(255, 255, 255, 0.3);
}

/*# sourceMappingURL=materialdesignicons.css.map */
@font-face {
  font-family: "Linearicons";
  src: url("../fonts/Linearicons.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
[class^=linear-icon-]::before,
[class*=" linear-icon-"]::before {
  font-family: "Linearicons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Enable Ligatures ================ */
  -webkit-font-feature-settings: "liga";
  -moz-font-feature-settings: "liga=1";
  -moz-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  -o-font-feature-settings: "liga";
  font-feature-settings: "liga";
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.linear-icon-home:before {
  content: "";
}

.linear-icon-home2:before {
  content: "";
}

.linear-icon-home3:before {
  content: "";
}

.linear-icon-home4:before {
  content: "";
}

.linear-icon-home5:before {
  content: "";
}

.linear-icon-home6:before {
  content: "";
}

.linear-icon-bathtub:before {
  content: "";
}

.linear-icon-toothbrush:before {
  content: "";
}

.linear-icon-bed:before {
  content: "";
}

.linear-icon-couch:before {
  content: "";
}

.linear-icon-chair:before {
  content: "";
}

.linear-icon-city:before {
  content: "";
}

.linear-icon-apartment:before {
  content: "";
}

.linear-icon-pencil:before {
  content: "";
}

.linear-icon-pencil2:before {
  content: "";
}

.linear-icon-pen:before {
  content: "";
}

.linear-icon-pencil3:before {
  content: "";
}

.linear-icon-eraser:before {
  content: "";
}

.linear-icon-pencil4:before {
  content: "";
}

.linear-icon-pencil5:before {
  content: "";
}

.linear-icon-feather:before {
  content: "";
}

.linear-icon-feather2:before {
  content: "";
}

.linear-icon-feather3:before {
  content: "";
}

.linear-icon-pen2:before {
  content: "";
}

.linear-icon-pen-add:before {
  content: "";
}

.linear-icon-pen-remove:before {
  content: "";
}

.linear-icon-vector:before {
  content: "";
}

.linear-icon-pen3:before {
  content: "";
}

.linear-icon-blog:before {
  content: "";
}

.linear-icon-brush:before {
  content: "";
}

.linear-icon-brush2:before {
  content: "";
}

.linear-icon-spray:before {
  content: "";
}

.linear-icon-paint-roller:before {
  content: "";
}

.linear-icon-stamp:before {
  content: "";
}

.linear-icon-tape:before {
  content: "";
}

.linear-icon-desk-tape:before {
  content: "";
}

.linear-icon-texture:before {
  content: "";
}

.linear-icon-eye-dropper:before {
  content: "";
}

.linear-icon-palette:before {
  content: "";
}

.linear-icon-color-sampler:before {
  content: "";
}

.linear-icon-bucket:before {
  content: "";
}

.linear-icon-gradient:before {
  content: "";
}

.linear-icon-gradient2:before {
  content: "";
}

.linear-icon-magic-wand:before {
  content: "";
}

.linear-icon-magnet:before {
  content: "";
}

.linear-icon-pencil-ruler:before {
  content: "";
}

.linear-icon-pencil-ruler2:before {
  content: "";
}

.linear-icon-compass:before {
  content: "";
}

.linear-icon-aim:before {
  content: "";
}

.linear-icon-gun:before {
  content: "";
}

.linear-icon-bottle:before {
  content: "";
}

.linear-icon-drop:before {
  content: "";
}

.linear-icon-drop-crossed:before {
  content: "";
}

.linear-icon-drop2:before {
  content: "";
}

.linear-icon-snow:before {
  content: "";
}

.linear-icon-snow2:before {
  content: "";
}

.linear-icon-fire:before {
  content: "";
}

.linear-icon-lighter:before {
  content: "";
}

.linear-icon-knife:before {
  content: "";
}

.linear-icon-dagger:before {
  content: "";
}

.linear-icon-tissue:before {
  content: "";
}

.linear-icon-toilet-paper:before {
  content: "";
}

.linear-icon-poop:before {
  content: "";
}

.linear-icon-umbrella:before {
  content: "";
}

.linear-icon-umbrella2:before {
  content: "";
}

.linear-icon-rain:before {
  content: "";
}

.linear-icon-tornado:before {
  content: "";
}

.linear-icon-wind:before {
  content: "";
}

.linear-icon-fan:before {
  content: "";
}

.linear-icon-contrast:before {
  content: "";
}

.linear-icon-sun-small:before {
  content: "";
}

.linear-icon-sun:before {
  content: "";
}

.linear-icon-sun2:before {
  content: "";
}

.linear-icon-moon:before {
  content: "";
}

.linear-icon-cloud:before {
  content: "";
}

.linear-icon-cloud-upload:before {
  content: "";
}

.linear-icon-cloud-download:before {
  content: "";
}

.linear-icon-cloud-rain:before {
  content: "";
}

.linear-icon-cloud-hailstones:before {
  content: "";
}

.linear-icon-cloud-snow:before {
  content: "";
}

.linear-icon-cloud-windy:before {
  content: "";
}

.linear-icon-sun-wind:before {
  content: "";
}

.linear-icon-cloud-fog:before {
  content: "";
}

.linear-icon-cloud-sun:before {
  content: "";
}

.linear-icon-cloud-lightning:before {
  content: "";
}

.linear-icon-cloud-sync:before {
  content: "";
}

.linear-icon-cloud-lock:before {
  content: "";
}

.linear-icon-cloud-gear:before {
  content: "";
}

.linear-icon-cloud-alert:before {
  content: "";
}

.linear-icon-cloud-check:before {
  content: "";
}

.linear-icon-cloud-cross:before {
  content: "";
}

.linear-icon-cloud-crossed:before {
  content: "";
}

.linear-icon-cloud-database:before {
  content: "";
}

.linear-icon-database:before {
  content: "";
}

.linear-icon-database-add:before {
  content: "";
}

.linear-icon-database-remove:before {
  content: "";
}

.linear-icon-database-lock:before {
  content: "";
}

.linear-icon-database-refresh:before {
  content: "";
}

.linear-icon-database-check:before {
  content: "";
}

.linear-icon-database-history:before {
  content: "";
}

.linear-icon-database-upload:before {
  content: "";
}

.linear-icon-database-download:before {
  content: "";
}

.linear-icon-server:before {
  content: "";
}

.linear-icon-shield:before {
  content: "";
}

.linear-icon-shield-check:before {
  content: "";
}

.linear-icon-shield-alert:before {
  content: "";
}

.linear-icon-shield-cross:before {
  content: "";
}

.linear-icon-lock:before {
  content: "";
}

.linear-icon-rotation-lock:before {
  content: "";
}

.linear-icon-unlock:before {
  content: "";
}

.linear-icon-key:before {
  content: "";
}

.linear-icon-key-hole:before {
  content: "";
}

.linear-icon-toggle-off:before {
  content: "";
}

.linear-icon-toggle-on:before {
  content: "";
}

.linear-icon-cog:before {
  content: "";
}

.linear-icon-cog2:before {
  content: "";
}

.linear-icon-wrench:before {
  content: "";
}

.linear-icon-screwdriver:before {
  content: "";
}

.linear-icon-hammer-wrench:before {
  content: "";
}

.linear-icon-hammer:before {
  content: "";
}

.linear-icon-saw:before {
  content: "";
}

.linear-icon-axe:before {
  content: "";
}

.linear-icon-axe2:before {
  content: "";
}

.linear-icon-shovel:before {
  content: "";
}

.linear-icon-pickaxe:before {
  content: "";
}

.linear-icon-factory:before {
  content: "";
}

.linear-icon-factory2:before {
  content: "";
}

.linear-icon-recycle:before {
  content: "";
}

.linear-icon-trash:before {
  content: "";
}

.linear-icon-trash2:before {
  content: "";
}

.linear-icon-trash3:before {
  content: "";
}

.linear-icon-broom:before {
  content: "";
}

.linear-icon-game:before {
  content: "";
}

.linear-icon-gamepad:before {
  content: "";
}

.linear-icon-joystick:before {
  content: "";
}

.linear-icon-dice:before {
  content: "";
}

.linear-icon-spades:before {
  content: "";
}

.linear-icon-diamonds:before {
  content: "";
}

.linear-icon-clubs:before {
  content: "";
}

.linear-icon-hearts:before {
  content: "";
}

.linear-icon-heart:before {
  content: "";
}

.linear-icon-star:before {
  content: "";
}

.linear-icon-star-half:before {
  content: "";
}

.linear-icon-star-empty:before {
  content: "";
}

.linear-icon-flag:before {
  content: "";
}

.linear-icon-flag2:before {
  content: "";
}

.linear-icon-flag3:before {
  content: "";
}

.linear-icon-mailbox-full:before {
  content: "";
}

.linear-icon-mailbox-empty:before {
  content: "";
}

.linear-icon-at-sign:before {
  content: "";
}

.linear-icon-envelope:before {
  content: "";
}

.linear-icon-envelope-open:before {
  content: "";
}

.linear-icon-paperclip:before {
  content: "";
}

.linear-icon-paper-plane:before {
  content: "";
}

.linear-icon-reply:before {
  content: "";
}

.linear-icon-reply-all:before {
  content: "";
}

.linear-icon-inbox:before {
  content: "";
}

.linear-icon-inbox2:before {
  content: "";
}

.linear-icon-outbox:before {
  content: "";
}

.linear-icon-box:before {
  content: "";
}

.linear-icon-archive:before {
  content: "";
}

.linear-icon-archive2:before {
  content: "";
}

.linear-icon-drawers:before {
  content: "";
}

.linear-icon-drawers2:before {
  content: "";
}

.linear-icon-drawers3:before {
  content: "";
}

.linear-icon-eye:before {
  content: "";
}

.linear-icon-eye-crossed:before {
  content: "";
}

.linear-icon-eye-plus:before {
  content: "";
}

.linear-icon-eye-minus:before {
  content: "";
}

.linear-icon-binoculars:before {
  content: "";
}

.linear-icon-binoculars2:before {
  content: "";
}

.linear-icon-hdd:before {
  content: "";
}

.linear-icon-hdd-down:before {
  content: "";
}

.linear-icon-hdd-up:before {
  content: "";
}

.linear-icon-floppy-disk:before {
  content: "";
}

.linear-icon-disc:before {
  content: "";
}

.linear-icon-tape2:before {
  content: "";
}

.linear-icon-printer:before {
  content: "";
}

.linear-icon-shredder:before {
  content: "";
}

.linear-icon-file-empty:before {
  content: "";
}

.linear-icon-file-add:before {
  content: "";
}

.linear-icon-file-check:before {
  content: "";
}

.linear-icon-file-lock:before {
  content: "";
}

.linear-icon-files:before {
  content: "";
}

.linear-icon-copy:before {
  content: "";
}

.linear-icon-compare:before {
  content: "";
}

.linear-icon-folder:before {
  content: "";
}

.linear-icon-folder-search:before {
  content: "";
}

.linear-icon-folder-plus:before {
  content: "";
}

.linear-icon-folder-minus:before {
  content: "";
}

.linear-icon-folder-download:before {
  content: "";
}

.linear-icon-folder-upload:before {
  content: "";
}

.linear-icon-folder-star:before {
  content: "";
}

.linear-icon-folder-heart:before {
  content: "";
}

.linear-icon-folder-user:before {
  content: "";
}

.linear-icon-folder-shared:before {
  content: "";
}

.linear-icon-folder-music:before {
  content: "";
}

.linear-icon-folder-picture:before {
  content: "";
}

.linear-icon-folder-film:before {
  content: "";
}

.linear-icon-scissors:before {
  content: "";
}

.linear-icon-paste:before {
  content: "";
}

.linear-icon-clipboard-empty:before {
  content: "";
}

.linear-icon-clipboard-pencil:before {
  content: "";
}

.linear-icon-clipboard-text:before {
  content: "";
}

.linear-icon-clipboard-check:before {
  content: "";
}

.linear-icon-clipboard-down:before {
  content: "";
}

.linear-icon-clipboard-left:before {
  content: "";
}

.linear-icon-clipboard-alert:before {
  content: "";
}

.linear-icon-clipboard-user:before {
  content: "";
}

.linear-icon-register:before {
  content: "";
}

.linear-icon-enter:before {
  content: "";
}

.linear-icon-exit:before {
  content: "";
}

.linear-icon-papers:before {
  content: "";
}

.linear-icon-news:before {
  content: "";
}

.linear-icon-reading:before {
  content: "";
}

.linear-icon-typewriter:before {
  content: "";
}

.linear-icon-document:before {
  content: "";
}

.linear-icon-document2:before {
  content: "";
}

.linear-icon-graduation-hat:before {
  content: "";
}

.linear-icon-license:before {
  content: "";
}

.linear-icon-license2:before {
  content: "";
}

.linear-icon-medal-empty:before {
  content: "";
}

.linear-icon-medal-first:before {
  content: "";
}

.linear-icon-medal-second:before {
  content: "";
}

.linear-icon-medal-third:before {
  content: "";
}

.linear-icon-podium:before {
  content: "";
}

.linear-icon-trophy:before {
  content: "";
}

.linear-icon-trophy2:before {
  content: "";
}

.linear-icon-music-note:before {
  content: "";
}

.linear-icon-music-note2:before {
  content: "";
}

.linear-icon-music-note3:before {
  content: "";
}

.linear-icon-playlist:before {
  content: "";
}

.linear-icon-playlist-add:before {
  content: "";
}

.linear-icon-guitar:before {
  content: "";
}

.linear-icon-trumpet:before {
  content: "";
}

.linear-icon-album:before {
  content: "";
}

.linear-icon-shuffle:before {
  content: "";
}

.linear-icon-repeat-one:before {
  content: "";
}

.linear-icon-repeat:before {
  content: "";
}

.linear-icon-headphones:before {
  content: "";
}

.linear-icon-headset:before {
  content: "";
}

.linear-icon-loudspeaker:before {
  content: "";
}

.linear-icon-equalizer:before {
  content: "";
}

.linear-icon-theater:before {
  content: "";
}

.linear-icon-3d-glasses:before {
  content: "";
}

.linear-icon-ticket:before {
  content: "";
}

.linear-icon-presentation:before {
  content: "";
}

.linear-icon-play:before {
  content: "";
}

.linear-icon-film-play:before {
  content: "";
}

.linear-icon-clapboard-play:before {
  content: "";
}

.linear-icon-media:before {
  content: "";
}

.linear-icon-film:before {
  content: "";
}

.linear-icon-film2:before {
  content: "";
}

.linear-icon-surveillance:before {
  content: "";
}

.linear-icon-surveillance2:before {
  content: "";
}

.linear-icon-camera:before {
  content: "";
}

.linear-icon-camera-crossed:before {
  content: "";
}

.linear-icon-camera-play:before {
  content: "";
}

.linear-icon-time-lapse:before {
  content: "";
}

.linear-icon-record:before {
  content: "";
}

.linear-icon-camera2:before {
  content: "";
}

.linear-icon-camera-flip:before {
  content: "";
}

.linear-icon-panorama:before {
  content: "";
}

.linear-icon-time-lapse2:before {
  content: "";
}

.linear-icon-shutter:before {
  content: "";
}

.linear-icon-shutter2:before {
  content: "";
}

.linear-icon-face-detection:before {
  content: "";
}

.linear-icon-flare:before {
  content: "";
}

.linear-icon-convex:before {
  content: "";
}

.linear-icon-concave:before {
  content: "";
}

.linear-icon-picture:before {
  content: "";
}

.linear-icon-picture2:before {
  content: "";
}

.linear-icon-picture3:before {
  content: "";
}

.linear-icon-pictures:before {
  content: "";
}

.linear-icon-book:before {
  content: "";
}

.linear-icon-audio-book:before {
  content: "";
}

.linear-icon-book2:before {
  content: "";
}

.linear-icon-bookmark:before {
  content: "";
}

.linear-icon-bookmark2:before {
  content: "";
}

.linear-icon-label:before {
  content: "";
}

.linear-icon-library:before {
  content: "";
}

.linear-icon-library2:before {
  content: "";
}

.linear-icon-contacts:before {
  content: "";
}

.linear-icon-profile:before {
  content: "";
}

.linear-icon-portrait:before {
  content: "";
}

.linear-icon-portrait2:before {
  content: "";
}

.linear-icon-user:before {
  content: "";
}

.linear-icon-user-plus:before {
  content: "";
}

.linear-icon-user-minus:before {
  content: "";
}

.linear-icon-user-lock:before {
  content: "";
}

.linear-icon-users:before {
  content: "";
}

.linear-icon-users2:before {
  content: "";
}

.linear-icon-users-plus:before {
  content: "";
}

.linear-icon-users-minus:before {
  content: "";
}

.linear-icon-group-work:before {
  content: "";
}

.linear-icon-woman:before {
  content: "";
}

.linear-icon-man:before {
  content: "";
}

.linear-icon-baby:before {
  content: "";
}

.linear-icon-baby2:before {
  content: "";
}

.linear-icon-baby3:before {
  content: "";
}

.linear-icon-baby-bottle:before {
  content: "";
}

.linear-icon-walk:before {
  content: "";
}

.linear-icon-hand-waving:before {
  content: "";
}

.linear-icon-jump:before {
  content: "";
}

.linear-icon-run:before {
  content: "";
}

.linear-icon-woman2:before {
  content: "";
}

.linear-icon-man2:before {
  content: "";
}

.linear-icon-man-woman:before {
  content: "";
}

.linear-icon-height:before {
  content: "";
}

.linear-icon-weight:before {
  content: "";
}

.linear-icon-scale:before {
  content: "";
}

.linear-icon-button:before {
  content: "";
}

.linear-icon-bow-tie:before {
  content: "";
}

.linear-icon-tie:before {
  content: "";
}

.linear-icon-socks:before {
  content: "";
}

.linear-icon-shoe:before {
  content: "";
}

.linear-icon-shoes:before {
  content: "";
}

.linear-icon-hat:before {
  content: "";
}

.linear-icon-pants:before {
  content: "";
}

.linear-icon-shorts:before {
  content: "";
}

.linear-icon-flip-flops:before {
  content: "";
}

.linear-icon-shirt:before {
  content: "";
}

.linear-icon-hanger:before {
  content: "";
}

.linear-icon-laundry:before {
  content: "";
}

.linear-icon-store:before {
  content: "";
}

.linear-icon-haircut:before {
  content: "";
}

.linear-icon-store-24:before {
  content: "";
}

.linear-icon-barcode:before {
  content: "";
}

.linear-icon-barcode2:before {
  content: "";
}

.linear-icon-barcode3:before {
  content: "";
}

.linear-icon-cashier:before {
  content: "";
}

.linear-icon-bag:before {
  content: "";
}

.linear-icon-bag2:before {
  content: "";
}

.linear-icon-cart:before {
  content: "";
}

.linear-icon-cart-empty:before {
  content: "";
}

.linear-icon-cart-full:before {
  content: "";
}

.linear-icon-cart-plus:before {
  content: "";
}

.linear-icon-cart-plus2:before {
  content: "";
}

.linear-icon-cart-add:before {
  content: "";
}

.linear-icon-cart-remove:before {
  content: "";
}

.linear-icon-cart-exchange:before {
  content: "";
}

.linear-icon-tag:before {
  content: "";
}

.linear-icon-tags:before {
  content: "";
}

.linear-icon-receipt:before {
  content: "";
}

.linear-icon-wallet:before {
  content: "";
}

.linear-icon-credit-card:before {
  content: "";
}

.linear-icon-cash-dollar:before {
  content: "";
}

.linear-icon-cash-euro:before {
  content: "";
}

.linear-icon-cash-pound:before {
  content: "";
}

.linear-icon-cash-yen:before {
  content: "";
}

.linear-icon-bag-dollar:before {
  content: "";
}

.linear-icon-bag-euro:before {
  content: "";
}

.linear-icon-bag-pound:before {
  content: "";
}

.linear-icon-bag-yen:before {
  content: "";
}

.linear-icon-coin-dollar:before {
  content: "";
}

.linear-icon-coin-euro:before {
  content: "";
}

.linear-icon-coin-pound:before {
  content: "";
}

.linear-icon-coin-yen:before {
  content: "";
}

.linear-icon-calculator:before {
  content: "";
}

.linear-icon-calculator2:before {
  content: "";
}

.linear-icon-abacus:before {
  content: "";
}

.linear-icon-vault:before {
  content: "";
}

.linear-icon-telephone:before {
  content: "";
}

.linear-icon-phone-lock:before {
  content: "";
}

.linear-icon-phone-wave:before {
  content: "";
}

.linear-icon-phone-pause:before {
  content: "";
}

.linear-icon-phone-outgoing:before {
  content: "";
}

.linear-icon-phone-incoming:before {
  content: "";
}

.linear-icon-phone-in-out:before {
  content: "";
}

.linear-icon-phone-error:before {
  content: "";
}

.linear-icon-phone-sip:before {
  content: "";
}

.linear-icon-phone-plus:before {
  content: "";
}

.linear-icon-phone-minus:before {
  content: "";
}

.linear-icon-voicemail:before {
  content: "";
}

.linear-icon-dial:before {
  content: "";
}

.linear-icon-telephone2:before {
  content: "";
}

.linear-icon-pushpin:before {
  content: "";
}

.linear-icon-pushpin2:before {
  content: "";
}

.linear-icon-map-marker:before {
  content: "";
}

.linear-icon-map-marker-user:before {
  content: "";
}

.linear-icon-map-marker-down:before {
  content: "";
}

.linear-icon-map-marker-check:before {
  content: "";
}

.linear-icon-map-marker-crossed:before {
  content: "";
}

.linear-icon-radar:before {
  content: "";
}

.linear-icon-compass2:before {
  content: "";
}

.linear-icon-map:before {
  content: "";
}

.linear-icon-map2:before {
  content: "";
}

.linear-icon-location:before {
  content: "";
}

.linear-icon-road-sign:before {
  content: "";
}

.linear-icon-calendar-empty:before {
  content: "";
}

.linear-icon-calendar-check:before {
  content: "";
}

.linear-icon-calendar-cross:before {
  content: "";
}

.linear-icon-calendar-31:before {
  content: "";
}

.linear-icon-calendar-full:before {
  content: "";
}

.linear-icon-calendar-insert:before {
  content: "";
}

.linear-icon-calendar-text:before {
  content: "";
}

.linear-icon-calendar-user:before {
  content: "";
}

.linear-icon-mouse:before {
  content: "";
}

.linear-icon-mouse-left:before {
  content: "";
}

.linear-icon-mouse-right:before {
  content: "";
}

.linear-icon-mouse-both:before {
  content: "";
}

.linear-icon-keyboard:before {
  content: "";
}

.linear-icon-keyboard-up:before {
  content: "";
}

.linear-icon-keyboard-down:before {
  content: "";
}

.linear-icon-delete:before {
  content: "";
}

.linear-icon-spell-check:before {
  content: "";
}

.linear-icon-escape:before {
  content: "";
}

.linear-icon-enter2:before {
  content: "";
}

.linear-icon-screen:before {
  content: "";
}

.linear-icon-aspect-ratio:before {
  content: "";
}

.linear-icon-signal:before {
  content: "";
}

.linear-icon-signal-lock:before {
  content: "";
}

.linear-icon-signal-80:before {
  content: "";
}

.linear-icon-signal-60:before {
  content: "";
}

.linear-icon-signal-40:before {
  content: "";
}

.linear-icon-signal-20:before {
  content: "";
}

.linear-icon-signal-0:before {
  content: "";
}

.linear-icon-signal-blocked:before {
  content: "";
}

.linear-icon-sim:before {
  content: "";
}

.linear-icon-flash-memory:before {
  content: "";
}

.linear-icon-usb-drive:before {
  content: "";
}

.linear-icon-phone:before {
  content: "";
}

.linear-icon-smartphone:before {
  content: "";
}

.linear-icon-smartphone-notification:before {
  content: "";
}

.linear-icon-smartphone-vibration:before {
  content: "";
}

.linear-icon-smartphone-embed:before {
  content: "";
}

.linear-icon-smartphone-waves:before {
  content: "";
}

.linear-icon-tablet:before {
  content: "";
}

.linear-icon-tablet2:before {
  content: "";
}

.linear-icon-laptop:before {
  content: "";
}

.linear-icon-laptop-phone:before {
  content: "";
}

.linear-icon-desktop:before {
  content: "";
}

.linear-icon-launch:before {
  content: "";
}

.linear-icon-new-tab:before {
  content: "";
}

.linear-icon-window:before {
  content: "";
}

.linear-icon-cable:before {
  content: "";
}

.linear-icon-cable2:before {
  content: "";
}

.linear-icon-tv:before {
  content: "";
}

.linear-icon-radio:before {
  content: "";
}

.linear-icon-remote-control:before {
  content: "";
}

.linear-icon-power-switch:before {
  content: "";
}

.linear-icon-power:before {
  content: "";
}

.linear-icon-power-crossed:before {
  content: "";
}

.linear-icon-flash-auto:before {
  content: "";
}

.linear-icon-lamp:before {
  content: "";
}

.linear-icon-flashlight:before {
  content: "";
}

.linear-icon-lampshade:before {
  content: "";
}

.linear-icon-cord:before {
  content: "";
}

.linear-icon-outlet:before {
  content: "";
}

.linear-icon-battery-power:before {
  content: "";
}

.linear-icon-battery-empty:before {
  content: "";
}

.linear-icon-battery-alert:before {
  content: "";
}

.linear-icon-battery-error:before {
  content: "";
}

.linear-icon-battery-low1:before {
  content: "";
}

.linear-icon-battery-low2:before {
  content: "";
}

.linear-icon-battery-low3:before {
  content: "";
}

.linear-icon-battery-mid1:before {
  content: "";
}

.linear-icon-battery-mid2:before {
  content: "";
}

.linear-icon-battery-mid3:before {
  content: "";
}

.linear-icon-battery-full:before {
  content: "";
}

.linear-icon-battery-charging:before {
  content: "";
}

.linear-icon-battery-charging2:before {
  content: "";
}

.linear-icon-battery-charging3:before {
  content: "";
}

.linear-icon-battery-charging4:before {
  content: "";
}

.linear-icon-battery-charging5:before {
  content: "";
}

.linear-icon-battery-charging6:before {
  content: "";
}

.linear-icon-battery-charging7:before {
  content: "";
}

.linear-icon-chip:before {
  content: "";
}

.linear-icon-chip-x64:before {
  content: "";
}

.linear-icon-chip-x86:before {
  content: "";
}

.linear-icon-bubble:before {
  content: "";
}

.linear-icon-bubbles:before {
  content: "";
}

.linear-icon-bubble-dots:before {
  content: "";
}

.linear-icon-bubble-alert:before {
  content: "";
}

.linear-icon-bubble-question:before {
  content: "";
}

.linear-icon-bubble-text:before {
  content: "";
}

.linear-icon-bubble-pencil:before {
  content: "";
}

.linear-icon-bubble-picture:before {
  content: "";
}

.linear-icon-bubble-video:before {
  content: "";
}

.linear-icon-bubble-user:before {
  content: "";
}

.linear-icon-bubble-quote:before {
  content: "";
}

.linear-icon-bubble-heart:before {
  content: "";
}

.linear-icon-bubble-emoticon:before {
  content: "";
}

.linear-icon-bubble-attachment:before {
  content: "";
}

.linear-icon-phone-bubble:before {
  content: "";
}

.linear-icon-quote-open:before {
  content: "";
}

.linear-icon-quote-close:before {
  content: "";
}

.linear-icon-dna:before {
  content: "";
}

.linear-icon-heart-pulse:before {
  content: "";
}

.linear-icon-pulse:before {
  content: "";
}

.linear-icon-syringe:before {
  content: "";
}

.linear-icon-pills:before {
  content: "";
}

.linear-icon-first-aid:before {
  content: "";
}

.linear-icon-lifebuoy:before {
  content: "";
}

.linear-icon-bandage:before {
  content: "";
}

.linear-icon-bandages:before {
  content: "";
}

.linear-icon-thermometer:before {
  content: "";
}

.linear-icon-microscope:before {
  content: "";
}

.linear-icon-brain:before {
  content: "";
}

.linear-icon-beaker:before {
  content: "";
}

.linear-icon-skull:before {
  content: "";
}

.linear-icon-bone:before {
  content: "";
}

.linear-icon-construction:before {
  content: "";
}

.linear-icon-construction-cone:before {
  content: "";
}

.linear-icon-pie-chart:before {
  content: "";
}

.linear-icon-pie-chart2:before {
  content: "";
}

.linear-icon-graph:before {
  content: "";
}

.linear-icon-chart-growth:before {
  content: "";
}

.linear-icon-chart-bars:before {
  content: "";
}

.linear-icon-chart-settings:before {
  content: "";
}

.linear-icon-cake:before {
  content: "";
}

.linear-icon-gift:before {
  content: "";
}

.linear-icon-balloon:before {
  content: "";
}

.linear-icon-rank:before {
  content: "";
}

.linear-icon-rank2:before {
  content: "";
}

.linear-icon-rank3:before {
  content: "";
}

.linear-icon-crown:before {
  content: "";
}

.linear-icon-lotus:before {
  content: "";
}

.linear-icon-diamond:before {
  content: "";
}

.linear-icon-diamond2:before {
  content: "";
}

.linear-icon-diamond3:before {
  content: "";
}

.linear-icon-diamond4:before {
  content: "";
}

.linear-icon-linearicons:before {
  content: "";
}

.linear-icon-teacup:before {
  content: "";
}

.linear-icon-teapot:before {
  content: "";
}

.linear-icon-glass:before {
  content: "";
}

.linear-icon-bottle2:before {
  content: "";
}

.linear-icon-glass-cocktail:before {
  content: "";
}

.linear-icon-glass2:before {
  content: "";
}

.linear-icon-dinner:before {
  content: "";
}

.linear-icon-dinner2:before {
  content: "";
}

.linear-icon-chef:before {
  content: "";
}

.linear-icon-scale2:before {
  content: "";
}

.linear-icon-egg:before {
  content: "";
}

.linear-icon-egg2:before {
  content: "";
}

.linear-icon-eggs:before {
  content: "";
}

.linear-icon-platter:before {
  content: "";
}

.linear-icon-steak:before {
  content: "";
}

.linear-icon-hamburger:before {
  content: "";
}

.linear-icon-hotdog:before {
  content: "";
}

.linear-icon-pizza:before {
  content: "";
}

.linear-icon-sausage:before {
  content: "";
}

.linear-icon-chicken:before {
  content: "";
}

.linear-icon-fish:before {
  content: "";
}

.linear-icon-carrot:before {
  content: "";
}

.linear-icon-cheese:before {
  content: "";
}

.linear-icon-bread:before {
  content: "";
}

.linear-icon-ice-cream:before {
  content: "";
}

.linear-icon-ice-cream2:before {
  content: "";
}

.linear-icon-candy:before {
  content: "";
}

.linear-icon-lollipop:before {
  content: "";
}

.linear-icon-coffee-bean:before {
  content: "";
}

.linear-icon-coffee-cup:before {
  content: "";
}

.linear-icon-cherry:before {
  content: "";
}

.linear-icon-grapes:before {
  content: "";
}

.linear-icon-citrus:before {
  content: "";
}

.linear-icon-apple:before {
  content: "";
}

.linear-icon-leaf:before {
  content: "";
}

.linear-icon-landscape:before {
  content: "";
}

.linear-icon-pine-tree:before {
  content: "";
}

.linear-icon-tree:before {
  content: "";
}

.linear-icon-cactus:before {
  content: "";
}

.linear-icon-paw:before {
  content: "";
}

.linear-icon-footprint:before {
  content: "";
}

.linear-icon-speed-slow:before {
  content: "";
}

.linear-icon-speed-medium:before {
  content: "";
}

.linear-icon-speed-fast:before {
  content: "";
}

.linear-icon-rocket:before {
  content: "";
}

.linear-icon-hammer2:before {
  content: "";
}

.linear-icon-balance:before {
  content: "";
}

.linear-icon-briefcase:before {
  content: "";
}

.linear-icon-luggage-weight:before {
  content: "";
}

.linear-icon-dolly:before {
  content: "";
}

.linear-icon-plane:before {
  content: "";
}

.linear-icon-plane-crossed:before {
  content: "";
}

.linear-icon-helicopter:before {
  content: "";
}

.linear-icon-traffic-lights:before {
  content: "";
}

.linear-icon-siren:before {
  content: "";
}

.linear-icon-road:before {
  content: "";
}

.linear-icon-engine:before {
  content: "";
}

.linear-icon-oil-pressure:before {
  content: "";
}

.linear-icon-coolant-temperature:before {
  content: "";
}

.linear-icon-car-battery:before {
  content: "";
}

.linear-icon-gas:before {
  content: "";
}

.linear-icon-gallon:before {
  content: "";
}

.linear-icon-transmission:before {
  content: "";
}

.linear-icon-car:before {
  content: "";
}

.linear-icon-car-wash:before {
  content: "";
}

.linear-icon-car-wash2:before {
  content: "";
}

.linear-icon-bus:before {
  content: "";
}

.linear-icon-bus2:before {
  content: "";
}

.linear-icon-car2:before {
  content: "";
}

.linear-icon-parking:before {
  content: "";
}

.linear-icon-car-lock:before {
  content: "";
}

.linear-icon-taxi:before {
  content: "";
}

.linear-icon-car-siren:before {
  content: "";
}

.linear-icon-car-wash3:before {
  content: "";
}

.linear-icon-car-wash4:before {
  content: "";
}

.linear-icon-ambulance:before {
  content: "";
}

.linear-icon-truck:before {
  content: "";
}

.linear-icon-trailer:before {
  content: "";
}

.linear-icon-scale-truck:before {
  content: "";
}

.linear-icon-train:before {
  content: "";
}

.linear-icon-ship:before {
  content: "";
}

.linear-icon-ship2:before {
  content: "";
}

.linear-icon-anchor:before {
  content: "";
}

.linear-icon-boat:before {
  content: "";
}

.linear-icon-bicycle:before {
  content: "";
}

.linear-icon-bicycle2:before {
  content: "";
}

.linear-icon-dumbbell:before {
  content: "";
}

.linear-icon-bench-press:before {
  content: "";
}

.linear-icon-swim:before {
  content: "";
}

.linear-icon-football:before {
  content: "";
}

.linear-icon-baseball-bat:before {
  content: "";
}

.linear-icon-baseball:before {
  content: "";
}

.linear-icon-tennis:before {
  content: "";
}

.linear-icon-tennis2:before {
  content: "";
}

.linear-icon-ping-pong:before {
  content: "";
}

.linear-icon-hockey:before {
  content: "";
}

.linear-icon-8ball:before {
  content: "";
}

.linear-icon-bowling:before {
  content: "";
}

.linear-icon-bowling-pins:before {
  content: "";
}

.linear-icon-golf:before {
  content: "";
}

.linear-icon-golf2:before {
  content: "";
}

.linear-icon-archery:before {
  content: "";
}

.linear-icon-slingshot:before {
  content: "";
}

.linear-icon-soccer:before {
  content: "";
}

.linear-icon-basketball:before {
  content: "";
}

.linear-icon-cube:before {
  content: "";
}

.linear-icon-3d-rotate:before {
  content: "";
}

.linear-icon-puzzle:before {
  content: "";
}

.linear-icon-glasses:before {
  content: "";
}

.linear-icon-glasses2:before {
  content: "";
}

.linear-icon-accessibility:before {
  content: "";
}

.linear-icon-wheelchair:before {
  content: "";
}

.linear-icon-wall:before {
  content: "";
}

.linear-icon-fence:before {
  content: "";
}

.linear-icon-wall2:before {
  content: "";
}

.linear-icon-icons:before {
  content: "";
}

.linear-icon-resize-handle:before {
  content: "";
}

.linear-icon-icons2:before {
  content: "";
}

.linear-icon-select:before {
  content: "";
}

.linear-icon-select2:before {
  content: "";
}

.linear-icon-site-map:before {
  content: "";
}

.linear-icon-earth:before {
  content: "";
}

.linear-icon-earth-lock:before {
  content: "";
}

.linear-icon-network:before {
  content: "";
}

.linear-icon-network-lock:before {
  content: "";
}

.linear-icon-planet:before {
  content: "";
}

.linear-icon-happy:before {
  content: "";
}

.linear-icon-smile:before {
  content: "";
}

.linear-icon-grin:before {
  content: "";
}

.linear-icon-tongue:before {
  content: "";
}

.linear-icon-sad:before {
  content: "";
}

.linear-icon-wink:before {
  content: "";
}

.linear-icon-dream:before {
  content: "";
}

.linear-icon-shocked:before {
  content: "";
}

.linear-icon-shocked2:before {
  content: "";
}

.linear-icon-tongue2:before {
  content: "";
}

.linear-icon-neutral:before {
  content: "";
}

.linear-icon-happy-grin:before {
  content: "";
}

.linear-icon-cool:before {
  content: "";
}

.linear-icon-mad:before {
  content: "";
}

.linear-icon-grin-evil:before {
  content: "";
}

.linear-icon-evil:before {
  content: "";
}

.linear-icon-wow:before {
  content: "";
}

.linear-icon-annoyed:before {
  content: "";
}

.linear-icon-wondering:before {
  content: "";
}

.linear-icon-confused:before {
  content: "";
}

.linear-icon-zipped:before {
  content: "";
}

.linear-icon-grumpy:before {
  content: "";
}

.linear-icon-mustache:before {
  content: "";
}

.linear-icon-tombstone-hipster:before {
  content: "";
}

.linear-icon-tombstone:before {
  content: "";
}

.linear-icon-ghost:before {
  content: "";
}

.linear-icon-ghost-hipster:before {
  content: "";
}

.linear-icon-halloween:before {
  content: "";
}

.linear-icon-christmas:before {
  content: "";
}

.linear-icon-easter-egg:before {
  content: "";
}

.linear-icon-mustache2:before {
  content: "";
}

.linear-icon-mustache-glasses:before {
  content: "";
}

.linear-icon-pipe:before {
  content: "";
}

.linear-icon-alarm:before {
  content: "";
}

.linear-icon-alarm-add:before {
  content: "";
}

.linear-icon-alarm-snooze:before {
  content: "";
}

.linear-icon-alarm-ringing:before {
  content: "";
}

.linear-icon-bullhorn:before {
  content: "";
}

.linear-icon-hearing:before {
  content: "";
}

.linear-icon-volume-high:before {
  content: "";
}

.linear-icon-volume-medium:before {
  content: "";
}

.linear-icon-volume-low:before {
  content: "";
}

.linear-icon-volume:before {
  content: "";
}

.linear-icon-mute:before {
  content: "";
}

.linear-icon-lan:before {
  content: "";
}

.linear-icon-lan2:before {
  content: "";
}

.linear-icon-wifi:before {
  content: "";
}

.linear-icon-wifi-lock:before {
  content: "";
}

.linear-icon-wifi-blocked:before {
  content: "";
}

.linear-icon-wifi-mid:before {
  content: "";
}

.linear-icon-wifi-low:before {
  content: "";
}

.linear-icon-wifi-low2:before {
  content: "";
}

.linear-icon-wifi-alert:before {
  content: "";
}

.linear-icon-wifi-alert-mid:before {
  content: "";
}

.linear-icon-wifi-alert-low:before {
  content: "";
}

.linear-icon-wifi-alert-low2:before {
  content: "";
}

.linear-icon-stream:before {
  content: "";
}

.linear-icon-stream-check:before {
  content: "";
}

.linear-icon-stream-error:before {
  content: "";
}

.linear-icon-stream-alert:before {
  content: "";
}

.linear-icon-communication:before {
  content: "";
}

.linear-icon-communication-crossed:before {
  content: "";
}

.linear-icon-broadcast:before {
  content: "";
}

.linear-icon-antenna:before {
  content: "";
}

.linear-icon-satellite:before {
  content: "";
}

.linear-icon-satellite2:before {
  content: "";
}

.linear-icon-mic:before {
  content: "";
}

.linear-icon-mic-mute:before {
  content: "";
}

.linear-icon-mic2:before {
  content: "";
}

.linear-icon-spotlights:before {
  content: "";
}

.linear-icon-hourglass:before {
  content: "";
}

.linear-icon-loading:before {
  content: "";
}

.linear-icon-loading2:before {
  content: "";
}

.linear-icon-loading3:before {
  content: "";
}

.linear-icon-refresh:before {
  content: "";
}

.linear-icon-refresh2:before {
  content: "";
}

.linear-icon-undo:before {
  content: "";
}

.linear-icon-redo:before {
  content: "";
}

.linear-icon-jump2:before {
  content: "";
}

.linear-icon-undo2:before {
  content: "";
}

.linear-icon-redo2:before {
  content: "";
}

.linear-icon-sync:before {
  content: "";
}

.linear-icon-repeat-one2:before {
  content: "";
}

.linear-icon-sync-crossed:before {
  content: "";
}

.linear-icon-sync2:before {
  content: "";
}

.linear-icon-repeat-one3:before {
  content: "";
}

.linear-icon-sync-crossed2:before {
  content: "";
}

.linear-icon-return:before {
  content: "";
}

.linear-icon-return2:before {
  content: "";
}

.linear-icon-refund:before {
  content: "";
}

.linear-icon-history:before {
  content: "";
}

.linear-icon-history2:before {
  content: "";
}

.linear-icon-self-timer:before {
  content: "";
}

.linear-icon-clock:before {
  content: "";
}

.linear-icon-clock2:before {
  content: "";
}

.linear-icon-clock3:before {
  content: "";
}

.linear-icon-watch:before {
  content: "";
}

.linear-icon-alarm2:before {
  content: "";
}

.linear-icon-alarm-add2:before {
  content: "";
}

.linear-icon-alarm-remove:before {
  content: "";
}

.linear-icon-alarm-check:before {
  content: "";
}

.linear-icon-alarm-error:before {
  content: "";
}

.linear-icon-timer:before {
  content: "";
}

.linear-icon-timer-crossed:before {
  content: "";
}

.linear-icon-timer2:before {
  content: "";
}

.linear-icon-timer-crossed2:before {
  content: "";
}

.linear-icon-download:before {
  content: "";
}

.linear-icon-upload:before {
  content: "";
}

.linear-icon-download2:before {
  content: "";
}

.linear-icon-upload2:before {
  content: "";
}

.linear-icon-enter-up:before {
  content: "";
}

.linear-icon-enter-down:before {
  content: "";
}

.linear-icon-enter-left:before {
  content: "";
}

.linear-icon-enter-right:before {
  content: "";
}

.linear-icon-exit-up:before {
  content: "";
}

.linear-icon-exit-down:before {
  content: "";
}

.linear-icon-exit-left:before {
  content: "";
}

.linear-icon-exit-right:before {
  content: "";
}

.linear-icon-enter-up2:before {
  content: "";
}

.linear-icon-enter-down2:before {
  content: "";
}

.linear-icon-enter-vertical:before {
  content: "";
}

.linear-icon-enter-left2:before {
  content: "";
}

.linear-icon-enter-right2:before {
  content: "";
}

.linear-icon-enter-horizontal:before {
  content: "";
}

.linear-icon-exit-up2:before {
  content: "";
}

.linear-icon-exit-down2:before {
  content: "";
}

.linear-icon-exit-left2:before {
  content: "";
}

.linear-icon-exit-right2:before {
  content: "";
}

.linear-icon-cli:before {
  content: "";
}

.linear-icon-bug:before {
  content: "";
}

.linear-icon-code:before {
  content: "";
}

.linear-icon-file-code:before {
  content: "";
}

.linear-icon-file-image:before {
  content: "";
}

.linear-icon-file-zip:before {
  content: "";
}

.linear-icon-file-audio:before {
  content: "";
}

.linear-icon-file-video:before {
  content: "";
}

.linear-icon-file-preview:before {
  content: "";
}

.linear-icon-file-charts:before {
  content: "";
}

.linear-icon-file-stats:before {
  content: "";
}

.linear-icon-file-spreadsheet:before {
  content: "";
}

.linear-icon-link:before {
  content: "";
}

.linear-icon-unlink:before {
  content: "";
}

.linear-icon-link2:before {
  content: "";
}

.linear-icon-unlink2:before {
  content: "";
}

.linear-icon-thumbs-up:before {
  content: "";
}

.linear-icon-thumbs-down:before {
  content: "";
}

.linear-icon-thumbs-up2:before {
  content: "";
}

.linear-icon-thumbs-down2:before {
  content: "";
}

.linear-icon-thumbs-up3:before {
  content: "";
}

.linear-icon-thumbs-down3:before {
  content: "";
}

.linear-icon-share:before {
  content: "";
}

.linear-icon-share2:before {
  content: "";
}

.linear-icon-share3:before {
  content: "";
}

.linear-icon-magnifier:before {
  content: "";
}

.linear-icon-file-search:before {
  content: "";
}

.linear-icon-find-replace:before {
  content: "";
}

.linear-icon-zoom-in:before {
  content: "";
}

.linear-icon-zoom-out:before {
  content: "";
}

.linear-icon-loupe:before {
  content: "";
}

.linear-icon-loupe-zoom-in:before {
  content: "";
}

.linear-icon-loupe-zoom-out:before {
  content: "";
}

.linear-icon-cross:before {
  content: "";
}

.linear-icon-menu:before {
  content: "";
}

.linear-icon-list:before {
  content: "";
}

.linear-icon-list2:before {
  content: "";
}

.linear-icon-list3:before {
  content: "";
}

.linear-icon-menu2:before {
  content: "";
}

.linear-icon-list4:before {
  content: "";
}

.linear-icon-menu3:before {
  content: "";
}

.linear-icon-exclamation:before {
  content: "";
}

.linear-icon-question:before {
  content: "";
}

.linear-icon-check:before {
  content: "";
}

.linear-icon-cross2:before {
  content: "";
}

.linear-icon-plus:before {
  content: "";
}

.linear-icon-minus:before {
  content: "";
}

.linear-icon-percent:before {
  content: "";
}

.linear-icon-chevron-up:before {
  content: "";
}

.linear-icon-chevron-down:before {
  content: "";
}

.linear-icon-chevron-left:before {
  content: "";
}

.linear-icon-chevron-right:before {
  content: "";
}

.linear-icon-chevrons-expand-vertical:before {
  content: "";
}

.linear-icon-chevrons-expand-horizontal:before {
  content: "";
}

.linear-icon-chevrons-contract-vertical:before {
  content: "";
}

.linear-icon-chevrons-contract-horizontal:before {
  content: "";
}

.linear-icon-arrow-up:before {
  content: "";
}

.linear-icon-arrow-down:before {
  content: "";
}

.linear-icon-arrow-left:before {
  content: "";
}

.linear-icon-arrow-right:before {
  content: "";
}

.linear-icon-arrow-up-right:before {
  content: "";
}

.linear-icon-arrows-merge:before {
  content: "";
}

.linear-icon-arrows-split:before {
  content: "";
}

.linear-icon-arrow-divert:before {
  content: "";
}

.linear-icon-arrow-return:before {
  content: "";
}

.linear-icon-expand:before {
  content: "";
}

.linear-icon-contract:before {
  content: "";
}

.linear-icon-expand2:before {
  content: "";
}

.linear-icon-contract2:before {
  content: "";
}

.linear-icon-move:before {
  content: "";
}

.linear-icon-tab:before {
  content: "";
}

.linear-icon-arrow-wave:before {
  content: "";
}

.linear-icon-expand3:before {
  content: "";
}

.linear-icon-expand4:before {
  content: "";
}

.linear-icon-contract3:before {
  content: "";
}

.linear-icon-notification:before {
  content: "";
}

.linear-icon-warning:before {
  content: "";
}

.linear-icon-notification-circle:before {
  content: "";
}

.linear-icon-question-circle:before {
  content: "";
}

.linear-icon-menu-circle:before {
  content: "";
}

.linear-icon-checkmark-circle:before {
  content: "";
}

.linear-icon-cross-circle:before {
  content: "";
}

.linear-icon-plus-circle:before {
  content: "";
}

.linear-icon-circle-minus:before {
  content: "";
}

.linear-icon-percent-circle:before {
  content: "";
}

.linear-icon-arrow-up-circle:before {
  content: "";
}

.linear-icon-arrow-down-circle:before {
  content: "";
}

.linear-icon-arrow-left-circle:before {
  content: "";
}

.linear-icon-arrow-right-circle:before {
  content: "";
}

.linear-icon-chevron-up-circle:before {
  content: "";
}

.linear-icon-chevron-down-circle:before {
  content: "";
}

.linear-icon-chevron-left-circle:before {
  content: "";
}

.linear-icon-chevron-right-circle:before {
  content: "";
}

.linear-icon-backward-circle:before {
  content: "";
}

.linear-icon-first-circle:before {
  content: "";
}

.linear-icon-previous-circle:before {
  content: "";
}

.linear-icon-stop-circle:before {
  content: "";
}

.linear-icon-play-circle:before {
  content: "";
}

.linear-icon-pause-circle:before {
  content: "";
}

.linear-icon-next-circle:before {
  content: "";
}

.linear-icon-last-circle:before {
  content: "";
}

.linear-icon-forward-circle:before {
  content: "";
}

.linear-icon-eject-circle:before {
  content: "";
}

.linear-icon-crop:before {
  content: "";
}

.linear-icon-frame-expand:before {
  content: "";
}

.linear-icon-frame-contract:before {
  content: "";
}

.linear-icon-focus:before {
  content: "";
}

.linear-icon-transform:before {
  content: "";
}

.linear-icon-grid:before {
  content: "";
}

.linear-icon-grid-crossed:before {
  content: "";
}

.linear-icon-layers:before {
  content: "";
}

.linear-icon-layers-crossed:before {
  content: "";
}

.linear-icon-toggle:before {
  content: "";
}

.linear-icon-rulers:before {
  content: "";
}

.linear-icon-ruler:before {
  content: "";
}

.linear-icon-funnel:before {
  content: "";
}

.linear-icon-flip-horizontal:before {
  content: "";
}

.linear-icon-flip-vertical:before {
  content: "";
}

.linear-icon-flip-horizontal2:before {
  content: "";
}

.linear-icon-flip-vertical2:before {
  content: "";
}

.linear-icon-angle:before {
  content: "";
}

.linear-icon-angle2:before {
  content: "";
}

.linear-icon-subtract:before {
  content: "";
}

.linear-icon-combine:before {
  content: "";
}

.linear-icon-intersect:before {
  content: "";
}

.linear-icon-exclude:before {
  content: "";
}

.linear-icon-align-center-vertical:before {
  content: "";
}

.linear-icon-align-right:before {
  content: "";
}

.linear-icon-align-bottom:before {
  content: "";
}

.linear-icon-align-left:before {
  content: "";
}

.linear-icon-align-center-horizontal:before {
  content: "";
}

.linear-icon-align-top:before {
  content: "";
}

.linear-icon-square:before {
  content: "";
}

.linear-icon-plus-square:before {
  content: "";
}

.linear-icon-minus-square:before {
  content: "";
}

.linear-icon-percent-square:before {
  content: "";
}

.linear-icon-arrow-up-square:before {
  content: "";
}

.linear-icon-arrow-down-square:before {
  content: "";
}

.linear-icon-arrow-left-square:before {
  content: "";
}

.linear-icon-arrow-right-square:before {
  content: "";
}

.linear-icon-chevron-up-square:before {
  content: "";
}

.linear-icon-chevron-down-square:before {
  content: "";
}

.linear-icon-chevron-left-square:before {
  content: "";
}

.linear-icon-chevron-right-square:before {
  content: "";
}

.linear-icon-check-square:before {
  content: "";
}

.linear-icon-cross-square:before {
  content: "";
}

.linear-icon-menu-square:before {
  content: "";
}

.linear-icon-prohibited:before {
  content: "";
}

.linear-icon-circle:before {
  content: "";
}

.linear-icon-radio-button:before {
  content: "";
}

.linear-icon-ligature:before {
  content: "";
}

.linear-icon-text-format:before {
  content: "";
}

.linear-icon-text-format-remove:before {
  content: "";
}

.linear-icon-text-size:before {
  content: "";
}

.linear-icon-bold:before {
  content: "";
}

.linear-icon-italic:before {
  content: "";
}

.linear-icon-underline:before {
  content: "";
}

.linear-icon-strikethrough:before {
  content: "";
}

.linear-icon-highlight:before {
  content: "";
}

.linear-icon-text-align-left:before {
  content: "";
}

.linear-icon-text-align-center:before {
  content: "";
}

.linear-icon-text-align-right:before {
  content: "";
}

.linear-icon-text-align-justify:before {
  content: "";
}

.linear-icon-line-spacing:before {
  content: "";
}

.linear-icon-indent-increase:before {
  content: "";
}

.linear-icon-indent-decrease:before {
  content: "";
}

.linear-icon-text-wrap:before {
  content: "";
}

.linear-icon-pilcrow:before {
  content: "";
}

.linear-icon-direction-ltr:before {
  content: "";
}

.linear-icon-direction-rtl:before {
  content: "";
}

.linear-icon-page-break:before {
  content: "";
}

.linear-icon-page-break2:before {
  content: "";
}

.linear-icon-sort-alpha-asc:before {
  content: "";
}

.linear-icon-sort-alpha-desc:before {
  content: "";
}

.linear-icon-sort-numeric-asc:before {
  content: "";
}

.linear-icon-sort-numeric-desc:before {
  content: "";
}

.linear-icon-sort-amount-asc:before {
  content: "";
}

.linear-icon-sort-amount-desc:before {
  content: "";
}

.linear-icon-sort-time-asc:before {
  content: "";
}

.linear-icon-sort-time-desc:before {
  content: "";
}

.linear-icon-sigma:before {
  content: "";
}

.linear-icon-pencil-line:before {
  content: "";
}

.linear-icon-hand:before {
  content: "";
}

.linear-icon-pointer-up:before {
  content: "";
}

.linear-icon-pointer-right:before {
  content: "";
}

.linear-icon-pointer-down:before {
  content: "";
}

.linear-icon-pointer-left:before {
  content: "";
}

.linear-icon-finger-tap:before {
  content: "";
}

.linear-icon-fingers-tap:before {
  content: "";
}

.linear-icon-reminder:before {
  content: "";
}

.linear-icon-fingers-crossed:before {
  content: "";
}

.linear-icon-fingers-victory:before {
  content: "";
}

.linear-icon-gesture-zoom:before {
  content: "";
}

.linear-icon-gesture-pinch:before {
  content: "";
}

.linear-icon-fingers-scroll-horizontal:before {
  content: "";
}

.linear-icon-fingers-scroll-vertical:before {
  content: "";
}

.linear-icon-fingers-scroll-left:before {
  content: "";
}

.linear-icon-fingers-scroll-right:before {
  content: "";
}

.linear-icon-hand2:before {
  content: "";
}

.linear-icon-pointer-up2:before {
  content: "";
}

.linear-icon-pointer-right2:before {
  content: "";
}

.linear-icon-pointer-down2:before {
  content: "";
}

.linear-icon-pointer-left2:before {
  content: "";
}

.linear-icon-finger-tap2:before {
  content: "";
}

.linear-icon-fingers-tap2:before {
  content: "";
}

.linear-icon-reminder2:before {
  content: "";
}

.linear-icon-gesture-zoom2:before {
  content: "";
}

.linear-icon-gesture-pinch2:before {
  content: "";
}

.linear-icon-fingers-scroll-horizontal2:before {
  content: "";
}

.linear-icon-fingers-scroll-vertical2:before {
  content: "";
}

.linear-icon-fingers-scroll-left2:before {
  content: "";
}

.linear-icon-fingers-scroll-right2:before {
  content: "";
}

.linear-icon-fingers-scroll-vertical3:before {
  content: "";
}

.linear-icon-border-style:before {
  content: "";
}

.linear-icon-border-all:before {
  content: "";
}

.linear-icon-border-outer:before {
  content: "";
}

.linear-icon-border-inner:before {
  content: "";
}

.linear-icon-border-top:before {
  content: "";
}

.linear-icon-border-horizontal:before {
  content: "";
}

.linear-icon-border-bottom:before {
  content: "";
}

.linear-icon-border-left:before {
  content: "";
}

.linear-icon-border-vertical:before {
  content: "";
}

.linear-icon-border-right:before {
  content: "";
}

.linear-icon-border-none:before {
  content: "";
}

.linear-icon-ellipsis:before {
  content: "";
}

.linear-icon-uni21:before {
  content: "!";
}

.linear-icon-uni22:before {
  content: '"';
}

.linear-icon-uni23:before {
  content: "#";
}

.linear-icon-uni24:before {
  content: "$";
}

.linear-icon-uni25:before {
  content: "%";
}

.linear-icon-uni26:before {
  content: "&";
}

.linear-icon-uni27:before {
  content: "'";
}

.linear-icon-uni28:before {
  content: "(";
}

.linear-icon-uni29:before {
  content: ")";
}

.linear-icon-uni2a:before {
  content: "*";
}

.linear-icon-uni2b:before {
  content: "+";
}

.linear-icon-uni2c:before {
  content: ",";
}

.linear-icon-uni2d:before {
  content: "-";
}

.linear-icon-uni2e:before {
  content: ".";
}

.linear-icon-uni2f:before {
  content: "/";
}

.linear-icon-uni30:before {
  content: "0";
}

.linear-icon-uni31:before {
  content: "1";
}

.linear-icon-uni32:before {
  content: "2";
}

.linear-icon-uni33:before {
  content: "3";
}

.linear-icon-uni34:before {
  content: "4";
}

.linear-icon-uni35:before {
  content: "5";
}

.linear-icon-uni36:before {
  content: "6";
}

.linear-icon-uni37:before {
  content: "7";
}

.linear-icon-uni38:before {
  content: "8";
}

.linear-icon-uni39:before {
  content: "9";
}

.linear-icon-uni3a:before {
  content: ":";
}

.linear-icon-uni3b:before {
  content: ";";
}

.linear-icon-uni3c:before {
  content: "<";
}

.linear-icon-uni3d:before {
  content: "=";
}

.linear-icon-uni3e:before {
  content: ">";
}

.linear-icon-uni3f:before {
  content: "?";
}

.linear-icon-uni40:before {
  content: "@";
}

.linear-icon-uni41:before {
  content: "A";
}

.linear-icon-uni42:before {
  content: "B";
}

.linear-icon-uni43:before {
  content: "C";
}

.linear-icon-uni44:before {
  content: "D";
}

.linear-icon-uni45:before {
  content: "E";
}

.linear-icon-uni46:before {
  content: "F";
}

.linear-icon-uni47:before {
  content: "G";
}

.linear-icon-uni48:before {
  content: "H";
}

.linear-icon-uni49:before {
  content: "I";
}

.linear-icon-uni4a:before {
  content: "J";
}

.linear-icon-uni4b:before {
  content: "K";
}

.linear-icon-uni4c:before {
  content: "L";
}

.linear-icon-uni4d:before {
  content: "M";
}

.linear-icon-uni4e:before {
  content: "N";
}

.linear-icon-uni4f:before {
  content: "O";
}

.linear-icon-uni50:before {
  content: "P";
}

.linear-icon-uni51:before {
  content: "Q";
}

.linear-icon-uni52:before {
  content: "R";
}

.linear-icon-uni53:before {
  content: "S";
}

.linear-icon-uni54:before {
  content: "T";
}

.linear-icon-uni55:before {
  content: "U";
}

.linear-icon-uni56:before {
  content: "V";
}

.linear-icon-uni57:before {
  content: "W";
}

.linear-icon-uni58:before {
  content: "X";
}

.linear-icon-uni59:before {
  content: "Y";
}

.linear-icon-uni5a:before {
  content: "Z";
}

.linear-icon-uni5b:before {
  content: "[";
}

.linear-icon-uni5c:before {
  content: "\\";
}

.linear-icon-uni5d:before {
  content: "]";
}

.linear-icon-uni5e:before {
  content: "^";
}

.linear-icon-uni5f:before {
  content: "_";
}

.linear-icon-uni60:before {
  content: "`";
}

.linear-icon-uni61:before {
  content: "a";
}

.linear-icon-uni62:before {
  content: "b";
}

.linear-icon-uni63:before {
  content: "c";
}

.linear-icon-uni64:before {
  content: "d";
}

.linear-icon-uni65:before {
  content: "e";
}

.linear-icon-uni66:before {
  content: "f";
}

.linear-icon-uni67:before {
  content: "g";
}

.linear-icon-uni68:before {
  content: "h";
}

.linear-icon-uni69:before {
  content: "i";
}

.linear-icon-uni6a:before {
  content: "j";
}

.linear-icon-uni6b:before {
  content: "k";
}

.linear-icon-uni6c:before {
  content: "l";
}

.linear-icon-uni6d:before {
  content: "m";
}

.linear-icon-uni6e:before {
  content: "n";
}

.linear-icon-uni6f:before {
  content: "o";
}

.linear-icon-uni70:before {
  content: "p";
}

.linear-icon-uni71:before {
  content: "q";
}

.linear-icon-uni72:before {
  content: "r";
}

.linear-icon-uni73:before {
  content: "s";
}

.linear-icon-uni74:before {
  content: "t";
}

.linear-icon-uni75:before {
  content: "u";
}

.linear-icon-uni76:before {
  content: "v";
}

.linear-icon-uni77:before {
  content: "w";
}

.linear-icon-uni78:before {
  content: "x";
}

.linear-icon-uni79:before {
  content: "y";
}

.linear-icon-uni7a:before {
  content: "z";
}

.linear-icon-uni7b:before {
  content: "{";
}

.linear-icon-uni7c:before {
  content: "|";
}

.linear-icon-uni7d:before {
  content: "}";
}

.linear-icon-uni7e:before {
  content: "~";
}

.linear-icon-copyright:before {
  content: "©";
}

/*# sourceMappingURL=fonts.css.map */
