diff --git a/CHANGELOG.md b/CHANGELOG.md
index c74da40cf..101d7b832 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,6 +5,25 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
---
+## [5.0.0-alpha6](https://github.com/FortAwesome/Font-Awesome-Pro/releases/tag/5.0.0-alpha6) - 2017-07-21
+
+### Added
+* 410 total core icons in each style
+* 270 total brand and logo icons
+* All new Font Awesome 4 shim file
+* Beginnings of a public JS API #512
+
+### Changed
+* Added Firefox ESR and Chrome for Businesses to browser compatibility #506
+
+### Fixed
+* Ensure that SVG title attributes are unique
+* Fixed incorrect viewBox sizes #492
+* Fix chart-area alignment in the solid style #508
+* Add missing xmlns attributes in some SVGs #509
+
+---
+
## [5.0.0-alpha5](https://github.com/FortAwesome/Font-Awesome-Pro/releases/tag/5.0.0-alpha5) - 2017-07-14
### Added
diff --git a/README.md b/README.md
index a33cb97d2..2b9f1b11c 100644
--- a/README.md
+++ b/README.md
@@ -4,26 +4,26 @@ The internet's most popular icon toolkit is being redesigned and built from scra
Not familiar with Font Awesome 5? [Learn more](https://www.kickstarter.com/projects/232193852/font-awesome-5) about our successful Kickstarter and plan. You can also **[pre-order your copy of Font Awesome Pro](http://five.fontawesome.io/)** and save off of the release price.
-## 5.0.0-alpha5 release
+## 5.0.0-alpha6 release
Download Font Awesome 5 Pro preview release:
-* [For Mac](https://github.com/FortAwesome/Font-Awesome-Pro/releases/download/5.0.0-alpha5/fontawesome-5.0.0-alpha5-mac.zip)
-* [For Linux](https://github.com/FortAwesome/Font-Awesome-Pro/releases/download/5.0.0-alpha5/fontawesome-5.0.0-alpha5-linux.zip)
-* [For Windows](https://github.com/FortAwesome/Font-Awesome-Pro/releases/download/5.0.0-alpha5/fontawesome-5.0.0-alpha5-win.zip)
+* [For Mac](https://github.com/FortAwesome/Font-Awesome-Pro/releases/download/5.0.0-alpha6/fontawesome-5.0.0-alpha6-mac.zip)
+* [For Linux](https://github.com/FortAwesome/Font-Awesome-Pro/releases/download/5.0.0-alpha6/fontawesome-5.0.0-alpha6-linux.zip)
+* [For Windows](https://github.com/FortAwesome/Font-Awesome-Pro/releases/download/5.0.0-alpha6/fontawesome-5.0.0-alpha6-win.zip)
After you unzip the file run the following command in a terminal or shell for Mac or Linux:
```shell
-$ cd fontawesome-5.0.0-alpha5-mac
+$ cd fontawesome-5.0.0-alpha6-mac
$ ./demo
```
Windows users:
```shell
-C:\Users\myusername> cd fontawesome-5.0.0-alpha5-win
-C:\Users\myusername\fontawesome-5.0.0-alpha5-win> demo.exe
+C:\Users\myusername> cd fontawesome-5.0.0-alpha6-win
+C:\Users\myusername\fontawesome-5.0.0-alpha6-win> demo.exe
```
This launches a local web server that will give you easy access to the documentation for this release.
diff --git a/css/font-awesome-core.css b/css/font-awesome-core.css
index b453249fb..e0bd51e49 100644
--- a/css/font-awesome-core.css
+++ b/css/font-awesome-core.css
@@ -1 +1 @@
-.fa,.fas,.far,.fal,.fab{display:inline-block;font-style:normal;font-variant:normal;font-weight:normal;line-height:1;vertical-align:-15%;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333em;line-height:.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{text-align:center;width:1.25em}.fa-ul{padding-left:0;margin-left:1.875em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-1.875em;width:1.875em;top:.14286em;text-align:center}.fa-li.fa-lg{left:-1.58929em}.fa-border{padding:.2em .25em .15em;border:solid 0.08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.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);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-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);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{-webkit-filter:none;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:#fff}.fa-500px:before{content:"\f26e"}.fa-adn:before{content:"\f170"}.fa-affiliatetheme:before{content:"\f368"}.fa-alarm-clock:before{content:"\f34e"}.fa-algolia:before{content:"\f369"}.fa-align-center:before{content:"\f037"}.fa-align-justify:before{content:"\f039"}.fa-align-left:before{content:"\f036"}.fa-align-right:before{content:"\f038"}.fa-amazon:before{content:"\f270"}.fa-amilia:before{content:"\f36a"}.fa-android:before{content:"\f17b"}.fa-angellist:before{content:"\f209"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-down:before{content:"\f107"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angrycreative:before{content:"\f36b"}.fa-apper:before{content:"\f36c"}.fa-apple:before{content:"\f179"}.fa-arrow-alt-circle-down:before{content:"\f358"}.fa-arrow-alt-circle-left:before{content:"\f359"}.fa-arrow-alt-circle-right:before{content:"\f35a"}.fa-arrow-alt-circle-up:before{content:"\f35b"}.fa-arrow-alt-down:before{content:"\f354"}.fa-arrow-alt-from-bottom:before{content:"\f346"}.fa-arrow-alt-from-left:before{content:"\f347"}.fa-arrow-alt-from-right:before{content:"\f348"}.fa-arrow-alt-from-top:before{content:"\f349"}.fa-arrow-alt-left:before{content:"\f355"}.fa-arrow-alt-right:before{content:"\f356"}.fa-arrow-alt-square-down:before{content:"\f350"}.fa-arrow-alt-square-left:before{content:"\f351"}.fa-arrow-alt-square-right:before{content:"\f352"}.fa-arrow-alt-square-up:before{content:"\f353"}.fa-arrow-alt-to-bottom:before{content:"\f34a"}.fa-arrow-alt-to-left:before{content:"\f34b"}.fa-arrow-alt-to-right:before{content:"\f34c"}.fa-arrow-alt-to-top:before{content:"\f34d"}.fa-arrow-alt-up:before{content:"\f357"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-down:before{content:"\f063"}.fa-arrow-from-bottom:before{content:"\f342"}.fa-arrow-from-left:before{content:"\f343"}.fa-arrow-from-right:before{content:"\f344"}.fa-arrow-from-top:before{content:"\f345"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-square-down:before{content:"\f339"}.fa-arrow-square-left:before{content:"\f33a"}.fa-arrow-square-right:before{content:"\f33b"}.fa-arrow-square-up:before{content:"\f33c"}.fa-arrow-to-bottom:before{content:"\f33d"}.fa-arrow-to-left:before{content:"\f33e"}.fa-arrow-to-right:before{content:"\f340"}.fa-arrow-to-top:before{content:"\f341"}.fa-arrow-up:before{content:"\f062"}.fa-arrows:before{content:"\f047"}.fa-arrows-alt:before{content:"\f0b2"}.fa-arrows-alt-h:before{content:"\f337"}.fa-arrows-alt-v:before{content:"\f338"}.fa-arrows-h:before{content:"\f07e"}.fa-arrows-v:before{content:"\f07d"}.fa-asymmetrik:before{content:"\f36d"}.fa-backward:before{content:"\f04a"}.fa-badge:before{content:"\f335"}.fa-badge-check:before{content:"\f336"}.fa-ban:before{content:"\f05e"}.fa-bandcamp:before{content:"\f2d5"}.fa-bars:before{content:"\f0c9"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-bimobject:before{content:"\f36e"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-bitcoin:before{content:"\f36f"}.fa-black-tie:before{content:"\f27e"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-bold:before{content:"\f032"}.fa-bomb:before{content:"\f1e2"}.fa-book:before{content:"\f02d"}.fa-bullhorn:before{content:"\f0a1"}.fa-buromobelexperte:before{content:"\f370"}.fa-buysellads:before{content:"\f20d"}.fa-calendar:before{content:"\f133"}.fa-calendar-alt:before{content:"\f073"}.fa-calendar-check:before{content:"\f274"}.fa-calendar-edit:before{content:"\f333"}.fa-calendar-exclamation:before{content:"\f334"}.fa-calendar-minus:before{content:"\f272"}.fa-calendar-plus:before{content:"\f271"}.fa-calendar-times:before{content:"\f273"}.fa-camera:before{content:"\f030"}.fa-camera-alt:before{content:"\f332"}.fa-camera-retro:before{content:"\f083"}.fa-caret-circle-down:before{content:"\f32d"}.fa-caret-circle-left:before{content:"\f32e"}.fa-caret-circle-right:before{content:"\f330"}.fa-caret-circle-up:before{content:"\f331"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-caret-square-down:before{content:"\f150"}.fa-caret-square-left:before{content:"\f191"}.fa-caret-square-right:before{content:"\f152"}.fa-caret-square-up:before{content:"\f151"}.fa-caret-up:before{content:"\f0d8"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-diners-club:before{content:"\f24c"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-cc-visa:before{content:"\f1f0"}.fa-chart-area:before{content:"\f1fe"}.fa-chart-bar:before{content:"\f080"}.fa-chart-line:before{content:"\f201"}.fa-chart-pie:before{content:"\f200"}.fa-check:before{content:"\f00c"}.fa-check-circle:before{content:"\f058"}.fa-check-square:before{content:"\f14a"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-double-down:before{content:"\f322"}.fa-chevron-double-left:before{content:"\f323"}.fa-chevron-double-right:before{content:"\f324"}.fa-chevron-double-up:before{content:"\f325"}.fa-chevron-down:before{content:"\f078"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-chevron-square-down:before{content:"\f329"}.fa-chevron-square-left:before{content:"\f32a"}.fa-chevron-square-right:before{content:"\f32b"}.fa-chevron-square-up:before{content:"\f32c"}.fa-chevron-up:before{content:"\f077"}.fa-chrome:before{content:"\f268"}.fa-circle:before{content:"\f111"}.fa-clipboard:before{content:"\f328"}.fa-clock:before{content:"\f017"}.fa-closed-captioning:before{content:"\f20a"}.fa-cloudscale:before{content:"\f371"}.fa-cloudsmith:before{content:"\f372"}.fa-cloudversify:before{content:"\f373"}.fa-club:before{content:"\f327"}.fa-code:before{content:"\f121"}.fa-codepen:before{content:"\f1cb"}.fa-codiepie:before{content:"\f284"}.fa-coffee:before{content:"\f0f4"}.fa-cog:before{content:"\f013"}.fa-columns:before{content:"\f0db"}.fa-comment:before{content:"\f075"}.fa-comment-alt:before{content:"\f27a"}.fa-compress:before{content:"\f066"}.fa-compress-wide:before{content:"\f326"}.fa-connectdevelop:before{content:"\f20e"}.fa-contao:before{content:"\f26d"}.fa-copy:before{content:"\f0c5"}.fa-cpanel:before{content:"\f374"}.fa-crosshairs:before{content:"\f05b"}.fa-css3:before{content:"\f13c"}.fa-cut:before{content:"\f0c4"}.fa-cuttlefish:before{content:"\f375"}.fa-dashcube:before{content:"\f210"}.fa-delicious:before{content:"\f1a5"}.fa-deploydog:before{content:"\f376"}.fa-deviantart:before{content:"\f1bd"}.fa-diamond:before{content:"\f219"}.fa-digg:before{content:"\f1a6"}.fa-discourse:before{content:"\f377"}.fa-download:before{content:"\f019"}.fa-draft2digital:before{content:"\f378"}.fa-dribbble:before{content:"\f17d"}.fa-dribbble-square:before{content:"\f379"}.fa-dropbox:before{content:"\f16b"}.fa-dropbox-alt:before{content:"\f37a"}.fa-drupal:before{content:"\f1a9"}.fa-dyalog:before{content:"\f37b"}.fa-earlybirds:before{content:"\f37c"}.fa-edge:before{content:"\f282"}.fa-edit:before{content:"\f044"}.fa-eercast:before{content:"\f2da"}.fa-eject:before{content:"\f052"}.fa-empire:before{content:"\f1d1"}.fa-envelope:before{content:"\f0e0"}.fa-envira:before{content:"\f299"}.fa-eraser:before{content:"\f12d"}.fa-etsy:before{content:"\f2d7"}.fa-exchange:before{content:"\f0ec"}.fa-exchange-alt:before{content:"\f362"}.fa-exclamation:before{content:"\f12a"}.fa-exclamation-circle:before{content:"\f06a"}.fa-exclamation-square:before{content:"\f321"}.fa-exclamation-triangle:before{content:"\f071"}.fa-expand:before{content:"\f065"}.fa-expand-arrows:before{content:"\f31d"}.fa-expand-arrows-alt:before{content:"\f31e"}.fa-expand-wide:before{content:"\f320"}.fa-expeditedssl:before{content:"\f23e"}.fa-external-link:before{content:"\f08e"}.fa-external-link-alt:before{content:"\f35d"}.fa-external-link-square:before{content:"\f14c"}.fa-external-link-square-alt:before{content:"\f360"}.fa-facebook:before{content:"\f09a"}.fa-facebook-f:before{content:"\f37d"}.fa-facebook-square:before{content:"\f082"}.fa-fast-backward:before{content:"\f049"}.fa-fast-forward:before{content:"\f050"}.fa-file:before{content:"\f15b"}.fa-file-alt:before{content:"\f15c"}.fa-file-archive:before{content:"\f1c6"}.fa-file-audio:before{content:"\f1c7"}.fa-file-check:before{content:"\f316"}.fa-file-code:before{content:"\f1c9"}.fa-file-edit:before{content:"\f31c"}.fa-file-excel:before{content:"\f1c3"}.fa-file-exclamation:before{content:"\f31a"}.fa-file-image:before{content:"\f1c5"}.fa-file-minus:before{content:"\f318"}.fa-file-pdf:before{content:"\f1c1"}.fa-file-plus:before{content:"\f319"}.fa-file-powerpoint:before{content:"\f1c4"}.fa-file-times:before{content:"\f317"}.fa-file-video:before{content:"\f1c8"}.fa-file-word:before{content:"\f1c2"}.fa-film:before{content:"\f008"}.fa-firefox:before{content:"\f269"}.fa-first-order:before{content:"\f2b0"}.fa-flag:before{content:"\f024"}.fa-flask:before{content:"\f0c3"}.fa-flickr:before{content:"\f16e"}.fa-font:before{content:"\f031"}.fa-font-awesome:before{content:"\f2b4"}.fa-font-awesome-alt:before{content:"\f35c"}.fa-fonticons:before{content:"\f280"}.fa-fonticons-fi:before{content:"\f37e"}.fa-fort-awesome:before{content:"\f286"}.fa-fort-awesome-alt:before{content:"\f37f"}.fa-forumbee:before{content:"\f211"}.fa-forward:before{content:"\f04e"}.fa-foursquare:before{content:"\f180"}.fa-free-code-camp:before{content:"\f2c5"}.fa-gamepad:before{content:"\f11b"}.fa-get-pocket:before{content:"\f265"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-git:before{content:"\f1d3"}.fa-git-square:before{content:"\f1d2"}.fa-github:before{content:"\f09b"}.fa-github-alt:before{content:"\f113"}.fa-github-square:before{content:"\f092"}.fa-gitlab:before{content:"\f296"}.fa-glass-martini:before{content:"\f000"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-gofore:before{content:"\f380"}.fa-google:before{content:"\f1a0"}.fa-google-plus:before{content:"\f2b3"}.fa-google-plus-g:before{content:"\f0d5"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-wallet:before{content:"\f1ee"}.fa-gratipay:before{content:"\f184"}.fa-grav:before{content:"\f2d6"}.fa-gripfire:before{content:"\f381"}.fa-h1:before{content:"\f313"}.fa-h2:before{content:"\f314"}.fa-h3:before{content:"\f315"}.fa-hacker-news:before{content:"\f1d4"}.fa-hacker-news-square:before{content:"\f382"}.fa-heading:before{content:"\f1dc"}.fa-headphones:before{content:"\f025"}.fa-heart:before{content:"\f004"}.fa-hexagon:before{content:"\f312"}.fa-home:before{content:"\f015"}.fa-houzz:before{content:"\f27c"}.fa-html5:before{content:"\f13b"}.fa-hubspot:before{content:"\f383"}.fa-image:before{content:"\f03e"}.fa-images:before{content:"\f302"}.fa-imdb:before{content:"\f2d8"}.fa-inbox:before{content:"\f01c"}.fa-inbox-in:before{content:"\f310"}.fa-inbox-out:before{content:"\f311"}.fa-indent:before{content:"\f03c"}.fa-info:before{content:"\f129"}.fa-info-circle:before{content:"\f05a"}.fa-info-square:before{content:"\f30f"}.fa-instagram:before{content:"\f16d"}.fa-internet-explorer:before{content:"\f26b"}.fa-ioxhost:before{content:"\f208"}.fa-italic:before{content:"\f033"}.fa-jack-o-lantern:before{content:"\f30e"}.fa-joget:before{content:"\f384"}.fa-joomla:before{content:"\f1aa"}.fa-jsfiddle:before{content:"\f1cc"}.fa-keycdn:before{content:"\f385"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-leaf:before{content:"\f06c"}.fa-leanpub:before{content:"\f212"}.fa-level-down:before{content:"\f149"}.fa-level-down-alt:before{content:"\f386"}.fa-level-up:before{content:"\f148"}.fa-level-up-alt:before{content:"\f387"}.fa-link:before{content:"\f0c1"}.fa-linkedin:before{content:"\f08c"}.fa-linkedin-in:before{content:"\f0e1"}.fa-linode:before{content:"\f2b8"}.fa-linux:before{content:"\f17c"}.fa-list:before{content:"\f03a"}.fa-list-alt:before{content:"\f022"}.fa-list-ol:before{content:"\f0cb"}.fa-list-ul:before{content:"\f0ca"}.fa-lock:before{content:"\f023"}.fa-lock-alt:before{content:"\f30d"}.fa-long-arrow-alt-down:before{content:"\f309"}.fa-long-arrow-alt-left:before{content:"\f30a"}.fa-long-arrow-alt-right:before{content:"\f30b"}.fa-long-arrow-alt-up:before{content:"\f30c"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-long-arrow-up:before{content:"\f176"}.fa-magic:before{content:"\f0d0"}.fa-maxcdn:before{content:"\f136"}.fa-medium:before{content:"\f23a"}.fa-medrt:before{content:"\f388"}.fa-meetup:before{content:"\f2e0"}.fa-minus:before{content:"\f068"}.fa-minus-circle:before{content:"\f056"}.fa-minus-hexagon:before{content:"\f307"}.fa-minus-octagon:before{content:"\f308"}.fa-minus-square:before{content:"\f146"}.fa-mix:before{content:"\f389"}.fa-mixcloud:before{content:"\f289"}.fa-modx:before{content:"\f285"}.fa-monero:before{content:"\f38a"}.fa-music:before{content:"\f001"}.fa-napster:before{content:"\f38b"}.fa-nutritionix:before{content:"\f38c"}.fa-octagon:before{content:"\f306"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-opencart:before{content:"\f23d"}.fa-openid:before{content:"\f19b"}.fa-opera:before{content:"\f26a"}.fa-optin-monster:before{content:"\f23c"}.fa-outdent:before{content:"\f03b"}.fa-page4:before{content:"\f38d"}.fa-pagelines:before{content:"\f18c"}.fa-paint-brush:before{content:"\f1fc"}.fa-palfed:before{content:"\f38e"}.fa-paper-plane:before{content:"\f1d8"}.fa-paperclip:before{content:"\f0c6"}.fa-paragraph:before{content:"\f1dd"}.fa-paste:before{content:"\f0ea"}.fa-pause:before{content:"\f04c"}.fa-pause-circle:before{content:"\f28b"}.fa-paypal:before{content:"\f1ed"}.fa-pen:before{content:"\f304"}.fa-pen-alt:before{content:"\f305"}.fa-pen-square:before{content:"\f14b"}.fa-pencil:before{content:"\f040"}.fa-pencil-alt:before{content:"\f303"}.fa-phabricator:before{content:"\f38f"}.fa-pied-piper:before{content:"\f2ae"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-p:before{content:"\f231"}.fa-pinterest-square:before{content:"\f0d3"}.fa-play:before{content:"\f04b"}.fa-play-circle:before{content:"\f144"}.fa-plus:before{content:"\f067"}.fa-plus-circle:before{content:"\f055"}.fa-plus-hexagon:before{content:"\f300"}.fa-plus-octagon:before{content:"\f301"}.fa-plus-square:before{content:"\f0fe"}.fa-poo:before{content:"\f2fe"}.fa-portrait:before{content:"\f390"}.fa-power-off:before{content:"\f011"}.fa-print:before{content:"\f02f"}.fa-product-hunt:before{content:"\f288"}.fa-pushed:before{content:"\f391"}.fa-qq:before{content:"\f1d6"}.fa-question:before{content:"\f128"}.fa-question-circle:before{content:"\f059"}.fa-question-square:before{content:"\f2fd"}.fa-quora:before{content:"\f2c4"}.fa-random:before{content:"\f074"}.fa-ravelry:before{content:"\f2d9"}.fa-rebel:before{content:"\f1d0"}.fa-rectangle-landscape:before{content:"\f2fa"}.fa-rectangle-portrait:before{content:"\f2fb"}.fa-rectangle-wide:before{content:"\f2fc"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-alien:before{content:"\f281"}.fa-reddit-square:before{content:"\f1a2"}.fa-redo:before{content:"\f01e"}.fa-redo-alt:before{content:"\f2f9"}.fa-renren:before{content:"\f18b"}.fa-repeat:before{content:"\f363"}.fa-repeat-1:before{content:"\f365"}.fa-repeat-1-alt:before{content:"\f366"}.fa-repeat-alt:before{content:"\f364"}.fa-reply:before{content:"\f392"}.fa-reply-all:before{content:"\f122"}.fa-replyd:before{content:"\f393"}.fa-retweet:before{content:"\f079"}.fa-retweet-alt:before{content:"\f361"}.fa-road:before{content:"\f018"}.fa-rocket:before{content:"\f135"}.fa-rocketchat:before{content:"\f394"}.fa-rockrms:before{content:"\f395"}.fa-safari:before{content:"\f267"}.fa-save:before{content:"\f0c7"}.fa-schlix:before{content:"\f396"}.fa-scribd:before{content:"\f28a"}.fa-scrubber:before{content:"\f2f8"}.fa-search:before{content:"\f002"}.fa-search-minus:before{content:"\f010"}.fa-search-plus:before{content:"\f00e"}.fa-searchengin:before{content:"\f397"}.fa-sellsy:before{content:"\f213"}.fa-servicestack:before{content:"\f398"}.fa-share:before{content:"\f064"}.fa-share-all:before{content:"\f367"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-share-square:before{content:"\f14d"}.fa-shield:before{content:"\f132"}.fa-shield-check:before{content:"\f2f7"}.fa-shirtsinbulk:before{content:"\f214"}.fa-shopping-cart:before{content:"\f07a"}.fa-sign-in:before{content:"\f090"}.fa-sign-in-alt:before{content:"\f2f6"}.fa-sign-out:before{content:"\f08b"}.fa-sign-out-alt:before{content:"\f2f5"}.fa-signal:before{content:"\f012"}.fa-simplybuilt:before{content:"\f215"}.fa-sistrix:before{content:"\f399"}.fa-skyatlas:before{content:"\f216"}.fa-skype:before{content:"\f17e"}.fa-slack:before{content:"\f198"}.fa-slack-hash:before{content:"\f39a"}.fa-slideshare:before{content:"\f1e7"}.fa-smile:before{content:"\f118"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-sort:before{content:"\f0dc"}.fa-sort-down:before{content:"\f0dd"}.fa-sort-up:before{content:"\f0de"}.fa-soundcloud:before{content:"\f1be"}.fa-spade:before{content:"\f2f4"}.fa-speakap:before{content:"\f39b"}.fa-spotify:before{content:"\f1bc"}.fa-square:before{content:"\f0c8"}.fa-stack-exchange:before{content:"\f18d"}.fa-stack-overflow:before{content:"\f16c"}.fa-star:before{content:"\f005"}.fa-star-exclamation:before{content:"\f2f3"}.fa-staylinked:before{content:"\f39c"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-steam-symbol:before{content:"\f39d"}.fa-step-backward:before{content:"\f048"}.fa-step-forward:before{content:"\f051"}.fa-sticky-note:before{content:"\f249"}.fa-stop:before{content:"\f04d"}.fa-stop-circle:before{content:"\f28d"}.fa-stopwatch:before{content:"\f2f2"}.fa-strikethrough:before{content:"\f0cc"}.fa-studiovinari:before{content:"\f39e"}.fa-stumbleupon:before{content:"\f1a4"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-subscript:before{content:"\f12c"}.fa-superpowers:before{content:"\f2dd"}.fa-superscript:before{content:"\f12b"}.fa-sync:before{content:"\f021"}.fa-sync-alt:before{content:"\f2f1"}.fa-table:before{content:"\f0ce"}.fa-telegram:before{content:"\f2c6"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-th:before{content:"\f00a"}.fa-th-large:before{content:"\f009"}.fa-th-list:before{content:"\f00b"}.fa-themeisle:before{content:"\f2b2"}.fa-thumbs-down:before{content:"\f165"}.fa-thumbs-up:before{content:"\f164"}.fa-times:before{content:"\f00d"}.fa-times-circle:before{content:"\f057"}.fa-times-hexagon:before{content:"\f2ee"}.fa-times-octagon:before{content:"\f2f0"}.fa-times-square:before{content:"\f2d3"}.fa-trash:before{content:"\f1f8"}.fa-trash-alt:before{content:"\f2ed"}.fa-trello:before{content:"\f181"}.fa-triangle:before{content:"\f2ec"}.fa-tripadvisor:before{content:"\f262"}.fa-trophy:before{content:"\f091"}.fa-trophy-alt:before{content:"\f2eb"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-twitch:before{content:"\f1e8"}.fa-twitter:before{content:"\f099"}.fa-twitter-square:before{content:"\f081"}.fa-underline:before{content:"\f0cd"}.fa-undo:before{content:"\f0e2"}.fa-undo-alt:before{content:"\f2ea"}.fa-unlink:before{content:"\f127"}.fa-upload:before{content:"\f093"}.fa-usb:before{content:"\f287"}.fa-usd:before{content:"\f155"}.fa-usd-circle:before{content:"\f2e8"}.fa-usd-square:before{content:"\f2e9"}.fa-user:before{content:"\f007"}.fa-utensil-fork:before{content:"\f2e3"}.fa-utensil-knife:before{content:"\f2e4"}.fa-utensil-spoon:before{content:"\f2e5"}.fa-utensils:before{content:"\f2e7"}.fa-utensils-alt:before{content:"\f2e6"}.fa-vaadin:before{content:"\f39f"}.fa-viacoin:before{content:"\f237"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-video:before{content:"\f03d"}.fa-vimeo:before{content:"\f3a0"}.fa-vimeo-square:before{content:"\f194"}.fa-vimeo-v:before{content:"\f27d"}.fa-vine:before{content:"\f1ca"}.fa-vk:before{content:"\f189"}.fa-vnv:before{content:"\f3a1"}.fa-volume-down:before{content:"\f027"}.fa-volume-mute:before{content:"\f2e2"}.fa-volume-off:before{content:"\f026"}.fa-volume-up:before{content:"\f028"}.fa-watch:before{content:"\f2e1"}.fa-weibo:before{content:"\f18a"}.fa-weixin:before{content:"\f1d7"}.fa-whatsapp:before{content:"\f232"}.fa-whatsapp-square:before{content:"\f3a2"}.fa-whmcs:before{content:"\f3a3"}.fa-wikipedia-w:before{content:"\f266"}.fa-windows:before{content:"\f17a"}.fa-wordpress:before{content:"\f19a"}.fa-wpbeginner:before{content:"\f297"}.fa-wpexplorer:before{content:"\f2de"}.fa-wpforms:before{content:"\f298"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-y-combinator:before{content:"\f23b"}.fa-yahoo:before{content:"\f19e"}.fa-yelp:before{content:"\f1e9"}.fa-yoast:before{content:"\f2b1"}.fa-youtube:before{content:"\f167"}.fa-youtube-play:before{content:"\f16a"}.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}
+.fa,.fas,.far,.fal,.fab{display:inline-block;font-style:normal;font-variant:normal;font-weight:normal;line-height:1;vertical-align:-15%;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333em;line-height:.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{text-align:center;width:1.25em}.fa-ul{padding-left:0;margin-left:1.875em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-1.875em;width:1.875em;top:.14286em;text-align:center}.fa-li.fa-lg{left:-1.58929em}.fa-border{padding:.2em .25em .15em;border:solid 0.08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.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);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-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);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{-webkit-filter:none;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:#fff}.fa-500px:before{content:"\f26e"}.fa-address-book:before{content:"\f2b9"}.fa-address-card:before{content:"\f2bb"}.fa-adjust:before{content:"\f042"}.fa-adn:before{content:"\f170"}.fa-adversal:before{content:"\f368"}.fa-affiliatetheme:before{content:"\f369"}.fa-alarm-clock:before{content:"\f34e"}.fa-algolia:before{content:"\f36a"}.fa-align-center:before{content:"\f037"}.fa-align-justify:before{content:"\f039"}.fa-align-left:before{content:"\f036"}.fa-align-right:before{content:"\f038"}.fa-amazon:before{content:"\f270"}.fa-ambulance:before{content:"\f0f9"}.fa-amilia:before{content:"\f36b"}.fa-anchor:before{content:"\f13d"}.fa-android:before{content:"\f17b"}.fa-angellist:before{content:"\f209"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-down:before{content:"\f107"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angrycreative:before{content:"\f36c"}.fa-apper:before{content:"\f36d"}.fa-apple:before{content:"\f179"}.fa-archive:before{content:"\f187"}.fa-arrow-alt-circle-down:before{content:"\f358"}.fa-arrow-alt-circle-left:before{content:"\f359"}.fa-arrow-alt-circle-right:before{content:"\f35a"}.fa-arrow-alt-circle-up:before{content:"\f35b"}.fa-arrow-alt-down:before{content:"\f354"}.fa-arrow-alt-from-bottom:before{content:"\f346"}.fa-arrow-alt-from-left:before{content:"\f347"}.fa-arrow-alt-from-right:before{content:"\f348"}.fa-arrow-alt-from-top:before{content:"\f349"}.fa-arrow-alt-left:before{content:"\f355"}.fa-arrow-alt-right:before{content:"\f356"}.fa-arrow-alt-square-down:before{content:"\f350"}.fa-arrow-alt-square-left:before{content:"\f351"}.fa-arrow-alt-square-right:before{content:"\f352"}.fa-arrow-alt-square-up:before{content:"\f353"}.fa-arrow-alt-to-bottom:before{content:"\f34a"}.fa-arrow-alt-to-left:before{content:"\f34b"}.fa-arrow-alt-to-right:before{content:"\f34c"}.fa-arrow-alt-to-top:before{content:"\f34d"}.fa-arrow-alt-up:before{content:"\f357"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-down:before{content:"\f063"}.fa-arrow-from-bottom:before{content:"\f342"}.fa-arrow-from-left:before{content:"\f343"}.fa-arrow-from-right:before{content:"\f344"}.fa-arrow-from-top:before{content:"\f345"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-square-down:before{content:"\f339"}.fa-arrow-square-left:before{content:"\f33a"}.fa-arrow-square-right:before{content:"\f33b"}.fa-arrow-square-up:before{content:"\f33c"}.fa-arrow-to-bottom:before{content:"\f33d"}.fa-arrow-to-left:before{content:"\f33e"}.fa-arrow-to-right:before{content:"\f340"}.fa-arrow-to-top:before{content:"\f341"}.fa-arrow-up:before{content:"\f062"}.fa-arrows:before{content:"\f047"}.fa-arrows-alt:before{content:"\f0b2"}.fa-arrows-alt-h:before{content:"\f337"}.fa-arrows-alt-v:before{content:"\f338"}.fa-arrows-h:before{content:"\f07e"}.fa-arrows-v:before{content:"\f07d"}.fa-asterisk:before{content:"\f069"}.fa-asymmetrik:before{content:"\f36e"}.fa-at:before{content:"\f1fa"}.fa-audible:before{content:"\f36f"}.fa-avianex:before{content:"\f370"}.fa-aws:before{content:"\f371"}.fa-backward:before{content:"\f04a"}.fa-badge:before{content:"\f335"}.fa-badge-check:before{content:"\f336"}.fa-balance-scale:before{content:"\f24e"}.fa-ban:before{content:"\f05e"}.fa-bandcamp:before{content:"\f2d5"}.fa-barcode:before{content:"\f02a"}.fa-bars:before{content:"\f0c9"}.fa-bath:before{content:"\f2cd"}.fa-battery-bolt:before{content:"\f372"}.fa-battery-empty:before{content:"\f244"}.fa-battery-full:before{content:"\f240"}.fa-battery-half:before{content:"\f242"}.fa-battery-quarter:before{content:"\f243"}.fa-battery-slash:before{content:"\f373"}.fa-battery-three-quarters:before{content:"\f241"}.fa-bed:before{content:"\f236"}.fa-beer:before{content:"\f0fc"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-bell:before{content:"\f0f3"}.fa-bell-slash:before{content:"\f1f6"}.fa-bimobject:before{content:"\f374"}.fa-birthday-cake:before{content:"\f1fd"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-bitcoin:before{content:"\f375"}.fa-black-tie:before{content:"\f27e"}.fa-blogger:before{content:"\f376"}.fa-blogger-b:before{content:"\f377"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-bold:before{content:"\f032"}.fa-bolt:before{content:"\f0e7"}.fa-bomb:before{content:"\f1e2"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-briefcase:before{content:"\f0b1"}.fa-btc:before{content:"\f15a"}.fa-building:before{content:"\f1ad"}.fa-bullhorn:before{content:"\f0a1"}.fa-bullseye:before{content:"\f140"}.fa-buromobelexperte:before{content:"\f378"}.fa-buysellads:before{content:"\f20d"}.fa-calculator:before{content:"\f1ec"}.fa-calendar:before{content:"\f133"}.fa-calendar-alt:before{content:"\f073"}.fa-calendar-check:before{content:"\f274"}.fa-calendar-edit:before{content:"\f333"}.fa-calendar-exclamation:before{content:"\f334"}.fa-calendar-minus:before{content:"\f272"}.fa-calendar-plus:before{content:"\f271"}.fa-calendar-times:before{content:"\f273"}.fa-camera:before{content:"\f030"}.fa-camera-alt:before{content:"\f332"}.fa-camera-retro:before{content:"\f083"}.fa-caret-circle-down:before{content:"\f32d"}.fa-caret-circle-left:before{content:"\f32e"}.fa-caret-circle-right:before{content:"\f330"}.fa-caret-circle-up:before{content:"\f331"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-caret-square-down:before{content:"\f150"}.fa-caret-square-left:before{content:"\f191"}.fa-caret-square-right:before{content:"\f152"}.fa-caret-square-up:before{content:"\f151"}.fa-caret-up:before{content:"\f0d8"}.fa-cart-arrow-down:before{content:"\f218"}.fa-cart-plus:before{content:"\f217"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-diners-club:before{content:"\f24c"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-cc-visa:before{content:"\f1f0"}.fa-certificate:before{content:"\f0a3"}.fa-chart-area:before{content:"\f1fe"}.fa-chart-bar:before{content:"\f080"}.fa-chart-line:before{content:"\f201"}.fa-chart-pie:before{content:"\f200"}.fa-check:before{content:"\f00c"}.fa-check-circle:before{content:"\f058"}.fa-check-square:before{content:"\f14a"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-double-down:before{content:"\f322"}.fa-chevron-double-left:before{content:"\f323"}.fa-chevron-double-right:before{content:"\f324"}.fa-chevron-double-up:before{content:"\f325"}.fa-chevron-down:before{content:"\f078"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-chevron-square-down:before{content:"\f329"}.fa-chevron-square-left:before{content:"\f32a"}.fa-chevron-square-right:before{content:"\f32b"}.fa-chevron-square-up:before{content:"\f32c"}.fa-chevron-up:before{content:"\f077"}.fa-chrome:before{content:"\f268"}.fa-circle:before{content:"\f111"}.fa-circle-notch:before{content:"\f1ce"}.fa-clipboard:before{content:"\f328"}.fa-clock:before{content:"\f017"}.fa-clone:before{content:"\f24d"}.fa-closed-captioning:before{content:"\f20a"}.fa-cloudscale:before{content:"\f379"}.fa-cloudsmith:before{content:"\f37a"}.fa-cloudversify:before{content:"\f37b"}.fa-club:before{content:"\f327"}.fa-code:before{content:"\f121"}.fa-codepen:before{content:"\f1cb"}.fa-codiepie:before{content:"\f284"}.fa-coffee:before{content:"\f0f4"}.fa-cog:before{content:"\f013"}.fa-columns:before{content:"\f0db"}.fa-comment:before{content:"\f075"}.fa-comment-alt:before{content:"\f27a"}.fa-comments:before{content:"\f086"}.fa-compass:before{content:"\f14e"}.fa-compress:before{content:"\f066"}.fa-compress-wide:before{content:"\f326"}.fa-connectdevelop:before{content:"\f20e"}.fa-contao:before{content:"\f26d"}.fa-copy:before{content:"\f0c5"}.fa-cpanel:before{content:"\f37c"}.fa-creative-commons:before{content:"\f25e"}.fa-credit-card:before{content:"\f09d"}.fa-credit-card-blank:before{content:"\f37d"}.fa-credit-card-front:before{content:"\f37e"}.fa-crosshairs:before{content:"\f05b"}.fa-css3:before{content:"\f13c"}.fa-cut:before{content:"\f0c4"}.fa-cuttlefish:before{content:"\f37f"}.fa-d-and-d:before{content:"\f380"}.fa-dashcube:before{content:"\f210"}.fa-database:before{content:"\f1c0"}.fa-delicious:before{content:"\f1a5"}.fa-deploydog:before{content:"\f381"}.fa-deviantart:before{content:"\f1bd"}.fa-diamond:before{content:"\f219"}.fa-digg:before{content:"\f1a6"}.fa-digital-ocean:before{content:"\f382"}.fa-discord:before{content:"\f383"}.fa-discourse:before{content:"\f384"}.fa-docker:before{content:"\f385"}.fa-dot-circle:before{content:"\f192"}.fa-download:before{content:"\f019"}.fa-draft2digital:before{content:"\f386"}.fa-dribbble:before{content:"\f17d"}.fa-dribbble-square:before{content:"\f387"}.fa-dropbox:before{content:"\f16b"}.fa-dropbox-alt:before{content:"\f388"}.fa-drupal:before{content:"\f1a9"}.fa-dyalog:before{content:"\f389"}.fa-earlybirds:before{content:"\f38a"}.fa-edge:before{content:"\f282"}.fa-edit:before{content:"\f044"}.fa-eercast:before{content:"\f2da"}.fa-eject:before{content:"\f052"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-empire:before{content:"\f1d1"}.fa-envelope:before{content:"\f0e0"}.fa-envira:before{content:"\f299"}.fa-eraser:before{content:"\f12d"}.fa-erlang:before{content:"\f38b"}.fa-etsy:before{content:"\f2d7"}.fa-exchange:before{content:"\f0ec"}.fa-exchange-alt:before{content:"\f362"}.fa-exclamation:before{content:"\f12a"}.fa-exclamation-circle:before{content:"\f06a"}.fa-exclamation-square:before{content:"\f321"}.fa-exclamation-triangle:before{content:"\f071"}.fa-expand:before{content:"\f065"}.fa-expand-arrows:before{content:"\f31d"}.fa-expand-arrows-alt:before{content:"\f31e"}.fa-expand-wide:before{content:"\f320"}.fa-expeditedssl:before{content:"\f23e"}.fa-external-link:before{content:"\f08e"}.fa-external-link-alt:before{content:"\f35d"}.fa-external-link-square:before{content:"\f14c"}.fa-external-link-square-alt:before{content:"\f360"}.fa-facebook:before{content:"\f09a"}.fa-facebook-f:before{content:"\f38c"}.fa-facebook-messenger:before{content:"\f38d"}.fa-facebook-square:before{content:"\f082"}.fa-fast-backward:before{content:"\f049"}.fa-fast-forward:before{content:"\f050"}.fa-fighter-jet:before{content:"\f0fb"}.fa-file:before{content:"\f15b"}.fa-file-alt:before{content:"\f15c"}.fa-file-archive:before{content:"\f1c6"}.fa-file-audio:before{content:"\f1c7"}.fa-file-check:before{content:"\f316"}.fa-file-code:before{content:"\f1c9"}.fa-file-edit:before{content:"\f31c"}.fa-file-excel:before{content:"\f1c3"}.fa-file-exclamation:before{content:"\f31a"}.fa-file-image:before{content:"\f1c5"}.fa-file-minus:before{content:"\f318"}.fa-file-pdf:before{content:"\f1c1"}.fa-file-plus:before{content:"\f319"}.fa-file-powerpoint:before{content:"\f1c4"}.fa-file-times:before{content:"\f317"}.fa-file-video:before{content:"\f1c8"}.fa-file-word:before{content:"\f1c2"}.fa-film:before{content:"\f008"}.fa-firefox:before{content:"\f269"}.fa-first-order:before{content:"\f2b0"}.fa-firstdraft:before{content:"\f38e"}.fa-flag:before{content:"\f024"}.fa-flask:before{content:"\f0c3"}.fa-flickr:before{content:"\f16e"}.fa-font:before{content:"\f031"}.fa-font-awesome:before{content:"\f2b4"}.fa-font-awesome-alt:before{content:"\f35c"}.fa-fonticons:before{content:"\f280"}.fa-fonticons-fi:before{content:"\f38f"}.fa-fort-awesome:before{content:"\f286"}.fa-fort-awesome-alt:before{content:"\f390"}.fa-forumbee:before{content:"\f211"}.fa-forward:before{content:"\f04e"}.fa-foursquare:before{content:"\f180"}.fa-free-code-camp:before{content:"\f2c5"}.fa-gamepad:before{content:"\f11b"}.fa-genderless:before{content:"\f22d"}.fa-get-pocket:before{content:"\f265"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-git:before{content:"\f1d3"}.fa-git-square:before{content:"\f1d2"}.fa-github:before{content:"\f09b"}.fa-github-alt:before{content:"\f113"}.fa-github-square:before{content:"\f092"}.fa-gitlab:before{content:"\f296"}.fa-glass-martini:before{content:"\f000"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-gofore:before{content:"\f391"}.fa-goodreads:before{content:"\f392"}.fa-goodreads-g:before{content:"\f393"}.fa-google:before{content:"\f1a0"}.fa-google-drive:before{content:"\f394"}.fa-google-play:before{content:"\f395"}.fa-google-plus:before{content:"\f2b3"}.fa-google-plus-g:before{content:"\f0d5"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-wallet:before{content:"\f1ee"}.fa-gratipay:before{content:"\f184"}.fa-grav:before{content:"\f2d6"}.fa-gripfire:before{content:"\f396"}.fa-grunt:before{content:"\f397"}.fa-gulp:before{content:"\f398"}.fa-h-square:before{content:"\f0fd"}.fa-h1:before{content:"\f313"}.fa-h2:before{content:"\f314"}.fa-h3:before{content:"\f315"}.fa-hacker-news:before{content:"\f1d4"}.fa-hacker-news-square:before{content:"\f399"}.fa-heading:before{content:"\f1dc"}.fa-headphones:before{content:"\f025"}.fa-heart:before{content:"\f004"}.fa-hexagon:before{content:"\f312"}.fa-home:before{content:"\f015"}.fa-hospital:before{content:"\f0f8"}.fa-houzz:before{content:"\f27c"}.fa-html5:before{content:"\f13b"}.fa-hubspot:before{content:"\f39a"}.fa-id-badge:before{content:"\f2c1"}.fa-id-card:before{content:"\f2c2"}.fa-image:before{content:"\f03e"}.fa-images:before{content:"\f302"}.fa-imdb:before{content:"\f2d8"}.fa-inbox:before{content:"\f01c"}.fa-inbox-in:before{content:"\f310"}.fa-inbox-out:before{content:"\f311"}.fa-indent:before{content:"\f03c"}.fa-info:before{content:"\f129"}.fa-info-circle:before{content:"\f05a"}.fa-info-square:before{content:"\f30f"}.fa-instagram:before{content:"\f16d"}.fa-internet-explorer:before{content:"\f26b"}.fa-ioxhost:before{content:"\f208"}.fa-italic:before{content:"\f033"}.fa-itunes:before{content:"\f39b"}.fa-itunes-note:before{content:"\f39c"}.fa-jack-o-lantern:before{content:"\f30e"}.fa-jenkins:before{content:"\f39d"}.fa-joget:before{content:"\f39e"}.fa-joomla:before{content:"\f1aa"}.fa-jsfiddle:before{content:"\f1cc"}.fa-keycdn:before{content:"\f39f"}.fa-kickstarter:before{content:"\f3a0"}.fa-kickstarter-k:before{content:"\f3a1"}.fa-laravel:before{content:"\f3a2"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-leaf:before{content:"\f06c"}.fa-leanpub:before{content:"\f212"}.fa-level-down:before{content:"\f149"}.fa-level-down-alt:before{content:"\f3a3"}.fa-level-up:before{content:"\f148"}.fa-level-up-alt:before{content:"\f3a4"}.fa-line:before{content:"\f3a5"}.fa-link:before{content:"\f0c1"}.fa-linkedin:before{content:"\f08c"}.fa-linkedin-in:before{content:"\f0e1"}.fa-linode:before{content:"\f2b8"}.fa-linux:before{content:"\f17c"}.fa-list:before{content:"\f03a"}.fa-list-alt:before{content:"\f022"}.fa-list-ol:before{content:"\f0cb"}.fa-list-ul:before{content:"\f0ca"}.fa-lock:before{content:"\f023"}.fa-lock-alt:before{content:"\f30d"}.fa-long-arrow-alt-down:before{content:"\f309"}.fa-long-arrow-alt-left:before{content:"\f30a"}.fa-long-arrow-alt-right:before{content:"\f30b"}.fa-long-arrow-alt-up:before{content:"\f30c"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-long-arrow-up:before{content:"\f176"}.fa-lyft:before{content:"\f3a6"}.fa-magic:before{content:"\f0d0"}.fa-mars:before{content:"\f222"}.fa-mars-double:before{content:"\f227"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-maxcdn:before{content:"\f136"}.fa-medium:before{content:"\f23a"}.fa-medkit:before{content:"\f0fa"}.fa-medrt:before{content:"\f3a7"}.fa-meetup:before{content:"\f2e0"}.fa-mercury:before{content:"\f223"}.fa-microchip:before{content:"\f2db"}.fa-minus:before{content:"\f068"}.fa-minus-circle:before{content:"\f056"}.fa-minus-hexagon:before{content:"\f307"}.fa-minus-octagon:before{content:"\f308"}.fa-minus-square:before{content:"\f146"}.fa-mix:before{content:"\f3a8"}.fa-mixcloud:before{content:"\f289"}.fa-mizuni:before{content:"\f3a9"}.fa-modx:before{content:"\f285"}.fa-monero:before{content:"\f3aa"}.fa-music:before{content:"\f001"}.fa-napster:before{content:"\f3ab"}.fa-neuter:before{content:"\f22c"}.fa-npm:before{content:"\f3ac"}.fa-nutritionix:before{content:"\f3ad"}.fa-octagon:before{content:"\f306"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-opencart:before{content:"\f23d"}.fa-openid:before{content:"\f19b"}.fa-opera:before{content:"\f26a"}.fa-optin-monster:before{content:"\f23c"}.fa-outdent:before{content:"\f03b"}.fa-page4:before{content:"\f3ae"}.fa-pagelines:before{content:"\f18c"}.fa-paint-brush:before{content:"\f1fc"}.fa-palfed:before{content:"\f3af"}.fa-paper-plane:before{content:"\f1d8"}.fa-paperclip:before{content:"\f0c6"}.fa-paragraph:before{content:"\f1dd"}.fa-paste:before{content:"\f0ea"}.fa-pause:before{content:"\f04c"}.fa-pause-circle:before{content:"\f28b"}.fa-paypal:before{content:"\f1ed"}.fa-pen:before{content:"\f304"}.fa-pen-alt:before{content:"\f305"}.fa-pen-square:before{content:"\f14b"}.fa-pencil:before{content:"\f040"}.fa-pencil-alt:before{content:"\f303"}.fa-phabricator:before{content:"\f3b0"}.fa-phoenix-framework:before{content:"\f3b1"}.fa-pied-piper:before{content:"\f2ae"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-p:before{content:"\f231"}.fa-pinterest-square:before{content:"\f0d3"}.fa-play:before{content:"\f04b"}.fa-play-circle:before{content:"\f144"}.fa-playstation:before{content:"\f3b2"}.fa-plus:before{content:"\f067"}.fa-plus-circle:before{content:"\f055"}.fa-plus-hexagon:before{content:"\f300"}.fa-plus-octagon:before{content:"\f301"}.fa-plus-square:before{content:"\f0fe"}.fa-poo:before{content:"\f2fe"}.fa-portrait:before{content:"\f3b3"}.fa-power-off:before{content:"\f011"}.fa-print:before{content:"\f02f"}.fa-product-hunt:before{content:"\f288"}.fa-pushed:before{content:"\f3b4"}.fa-python:before{content:"\f3b5"}.fa-qq:before{content:"\f1d6"}.fa-question:before{content:"\f128"}.fa-question-circle:before{content:"\f059"}.fa-question-square:before{content:"\f2fd"}.fa-quora:before{content:"\f2c4"}.fa-random:before{content:"\f074"}.fa-ravelry:before{content:"\f2d9"}.fa-rebel:before{content:"\f1d0"}.fa-rectangle-landscape:before{content:"\f2fa"}.fa-rectangle-portrait:before{content:"\f2fb"}.fa-rectangle-wide:before{content:"\f2fc"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-alien:before{content:"\f281"}.fa-reddit-square:before{content:"\f1a2"}.fa-redo:before{content:"\f01e"}.fa-redo-alt:before{content:"\f2f9"}.fa-rendact:before{content:"\f3b6"}.fa-renren:before{content:"\f18b"}.fa-repeat:before{content:"\f363"}.fa-repeat-1:before{content:"\f365"}.fa-repeat-1-alt:before{content:"\f366"}.fa-repeat-alt:before{content:"\f364"}.fa-reply:before{content:"\f3b7"}.fa-reply-all:before{content:"\f122"}.fa-replyd:before{content:"\f3b8"}.fa-resolving:before{content:"\f3b9"}.fa-retweet:before{content:"\f079"}.fa-retweet-alt:before{content:"\f361"}.fa-road:before{content:"\f018"}.fa-rocket:before{content:"\f135"}.fa-rocketchat:before{content:"\f3ba"}.fa-rockrms:before{content:"\f3bb"}.fa-safari:before{content:"\f267"}.fa-save:before{content:"\f0c7"}.fa-schlix:before{content:"\f3bc"}.fa-scribd:before{content:"\f28a"}.fa-scrubber:before{content:"\f2f8"}.fa-search:before{content:"\f002"}.fa-search-minus:before{content:"\f010"}.fa-search-plus:before{content:"\f00e"}.fa-searchengin:before{content:"\f3bd"}.fa-sellsy:before{content:"\f213"}.fa-servicestack:before{content:"\f3be"}.fa-share:before{content:"\f064"}.fa-share-all:before{content:"\f367"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-share-square:before{content:"\f14d"}.fa-shield:before{content:"\f132"}.fa-shield-alt:before{content:"\f3bf"}.fa-shield-check:before{content:"\f2f7"}.fa-shirtsinbulk:before{content:"\f214"}.fa-shopping-cart:before{content:"\f07a"}.fa-shower:before{content:"\f2cc"}.fa-sign-in:before{content:"\f090"}.fa-sign-in-alt:before{content:"\f2f6"}.fa-sign-out:before{content:"\f08b"}.fa-sign-out-alt:before{content:"\f2f5"}.fa-signal:before{content:"\f012"}.fa-simplybuilt:before{content:"\f215"}.fa-sistrix:before{content:"\f3c0"}.fa-sitemap:before{content:"\f0e8"}.fa-skyatlas:before{content:"\f216"}.fa-skype:before{content:"\f17e"}.fa-slack:before{content:"\f198"}.fa-slack-hash:before{content:"\f3c1"}.fa-slideshare:before{content:"\f1e7"}.fa-smile:before{content:"\f118"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-sort:before{content:"\f0dc"}.fa-sort-down:before{content:"\f0dd"}.fa-sort-up:before{content:"\f0de"}.fa-soundcloud:before{content:"\f1be"}.fa-spade:before{content:"\f2f4"}.fa-speakap:before{content:"\f3c2"}.fa-spotify:before{content:"\f1bc"}.fa-square:before{content:"\f0c8"}.fa-stack-exchange:before{content:"\f18d"}.fa-stack-overflow:before{content:"\f16c"}.fa-star:before{content:"\f005"}.fa-star-exclamation:before{content:"\f2f3"}.fa-star-half:before{content:"\f089"}.fa-staylinked:before{content:"\f3c3"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-steam-symbol:before{content:"\f3c4"}.fa-step-backward:before{content:"\f048"}.fa-step-forward:before{content:"\f051"}.fa-sticky-note:before{content:"\f249"}.fa-stop:before{content:"\f04d"}.fa-stop-circle:before{content:"\f28d"}.fa-stopwatch:before{content:"\f2f2"}.fa-strikethrough:before{content:"\f0cc"}.fa-studiovinari:before{content:"\f3c5"}.fa-stumbleupon:before{content:"\f1a4"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-subscript:before{content:"\f12c"}.fa-suitcase:before{content:"\f0f2"}.fa-superpowers:before{content:"\f2dd"}.fa-superscript:before{content:"\f12b"}.fa-sync:before{content:"\f021"}.fa-sync-alt:before{content:"\f2f1"}.fa-table:before{content:"\f0ce"}.fa-telegram:before{content:"\f2c6"}.fa-telegram-plane:before{content:"\f3c6"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-th:before{content:"\f00a"}.fa-th-large:before{content:"\f009"}.fa-th-list:before{content:"\f00b"}.fa-themeisle:before{content:"\f2b2"}.fa-thumbs-down:before{content:"\f165"}.fa-thumbs-up:before{content:"\f164"}.fa-times:before{content:"\f00d"}.fa-times-circle:before{content:"\f057"}.fa-times-hexagon:before{content:"\f2ee"}.fa-times-octagon:before{content:"\f2f0"}.fa-times-square:before{content:"\f2d3"}.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-trash:before{content:"\f1f8"}.fa-trash-alt:before{content:"\f2ed"}.fa-trello:before{content:"\f181"}.fa-triangle:before{content:"\f2ec"}.fa-tripadvisor:before{content:"\f262"}.fa-trophy:before{content:"\f091"}.fa-trophy-alt:before{content:"\f2eb"}.fa-truck:before{content:"\f0d1"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-twitch:before{content:"\f1e8"}.fa-twitter:before{content:"\f099"}.fa-twitter-square:before{content:"\f081"}.fa-uber:before{content:"\f3c7"}.fa-underline:before{content:"\f0cd"}.fa-undo:before{content:"\f0e2"}.fa-undo-alt:before{content:"\f2ea"}.fa-unlink:before{content:"\f127"}.fa-untappd:before{content:"\f3c8"}.fa-upload:before{content:"\f093"}.fa-usb:before{content:"\f287"}.fa-usd:before{content:"\f155"}.fa-usd-circle:before{content:"\f2e8"}.fa-usd-square:before{content:"\f2e9"}.fa-user:before{content:"\f007"}.fa-ussunnah:before{content:"\f3c9"}.fa-utensil-fork:before{content:"\f2e3"}.fa-utensil-knife:before{content:"\f2e4"}.fa-utensil-spoon:before{content:"\f2e5"}.fa-utensils:before{content:"\f2e7"}.fa-utensils-alt:before{content:"\f2e6"}.fa-vaadin:before{content:"\f3ca"}.fa-venus:before{content:"\f221"}.fa-venus-double:before{content:"\f226"}.fa-venus-mars:before{content:"\f228"}.fa-viacoin:before{content:"\f237"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-viber:before{content:"\f3cb"}.fa-video:before{content:"\f03d"}.fa-vimeo:before{content:"\f3cc"}.fa-vimeo-square:before{content:"\f194"}.fa-vimeo-v:before{content:"\f27d"}.fa-vine:before{content:"\f1ca"}.fa-vk:before{content:"\f189"}.fa-vnv:before{content:"\f3cd"}.fa-volume-down:before{content:"\f027"}.fa-volume-mute:before{content:"\f2e2"}.fa-volume-off:before{content:"\f026"}.fa-volume-up:before{content:"\f028"}.fa-watch:before{content:"\f2e1"}.fa-weibo:before{content:"\f18a"}.fa-weixin:before{content:"\f1d7"}.fa-whatsapp:before{content:"\f232"}.fa-whatsapp-square:before{content:"\f3ce"}.fa-whmcs:before{content:"\f3cf"}.fa-wikipedia-w:before{content:"\f266"}.fa-windows:before{content:"\f17a"}.fa-wordpress:before{content:"\f19a"}.fa-wpbeginner:before{content:"\f297"}.fa-wpexplorer:before{content:"\f2de"}.fa-wpforms:before{content:"\f298"}.fa-xbox:before{content:"\f3d0"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-y-combinator:before{content:"\f23b"}.fa-yahoo:before{content:"\f19e"}.fa-yelp:before{content:"\f1e9"}.fa-yoast:before{content:"\f2b1"}.fa-youtube:before{content:"\f167"}.fa-youtube-play:before{content:"\f16a"}.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}
diff --git a/docs/index.html b/docs/index.html
index 8f0a33817..f3030657e 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -182,10 +182,10 @@
last 2 major versions (11, 10)
- last 2 major versions
+ last 2 major and business versions
- last 2 major versions
+ last 2 major and ESR versions
last 2 major versions
@@ -316,10 +316,10 @@
last 3 major versions (11, 10, 9)
- last 2 major versions
+ last 2 major and business versions
- last 2 major versions
+ last 2 major and ESR versions
last 2 major versions
@@ -428,10 +428,10 @@
No*
- last 2 major versions
+ last 2 major and business versions
- last 2 major versions
+ last 2 major and ESR versions
last 2 major versions
@@ -579,7 +579,7 @@
Questions? Comments? Feedback?
- We're still in pre-alpha land with Font Awesome 5, so we need your help. Please provide feedback about this release specifically in our designated thread . Design feedback, bugs and questions are welcome there. For future feature and icon requests, check out our contributing doc .
+ We're still in pre-alpha land with Font Awesome 5, so we need your help. Please provide feedback about this release specifically in our designated thread . Design feedback, bugs and questions are welcome there. For future feature and icon requests, check out our contributing doc .
diff --git a/docs/inventory.html b/docs/inventory.html
index 040d6c902..e8c188305 100644
--- a/docs/inventory.html
+++ b/docs/inventory.html
@@ -89,14 +89,38 @@
- As of 7/14/2017 :
+ As of 7/21/2017 :
All Font Awesome 5 Icons
- Font Awesome 5 Solid 341 icons
+ Font Awesome 5 Solid 410 icons
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
battery-quarter
+
+
+
+
+
+
+
+
+
+
+
battery-three-quarters
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
cart-arrow-down
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
credit-card-blank
+
+
+
+
+
+
+
+
credit-card-front
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
transgender-alt
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
shield-alt
+
f3bf
+
+
+
+
+
+
+
+
+
+
+
+
+
+
star-half
+
f089
+
+
+
+
+
+
+
+
suitcase
+
f0f2
+
+
+
+
+
+
+
+
transgender
+
f224
+
+
+
+
+
+
+
+
transgender-alt
+
f225
+
+
+
+
+
+
+
+
+
+
+
+
+
+
venus-double
+
f226
+
+
+
+
+
+
+
+
venus-mars
+
f228
+
+
@@ -5152,6 +6219,78 @@
f0d0
+
+
+
+
+
+
+
+
+
mars-double
+
f227
+
+
+
+
+
+
+
+
mars-stroke
+
f229
+
+
+
+
+
+
+
+
mars-stroke-h
+
f22b
+
+
+
+
+
+
+
+
mars-stroke-v
+
f22a
+
+
+
+
+
+
+
+
+
+
+
+
+
+
microchip
+
f2db
+
+
+
+
+
@@ -5554,7 +6702,7 @@
reply
- f392
+ f3b7
@@ -5701,6 +6849,15 @@
f132
+
+
+
+
+
+
shield-alt
+
f3bf
+
+
+
+
+
+
+
+
+
+
+
+
+
+
star-half
+
f089
+
+
+
+
+
+
+
+
suitcase
+
f0f2
+
+
+
+
+
+
+
+
transgender
+
f224
+
+
+
+
+
+
+
+
transgender-alt
+
f225
+
+
+
+
+
+
+
+
+
+
+
+
+
+
venus-double
+
f226
+
+
+
+
+
+
+
+
venus-mars
+
f228
+
+
@@ -8228,6 +9916,78 @@
f0d0
+
+
+
+
+
+
+
+
+
mars-double
+
f227
+
+
+
+
+
+
+
+
mars-stroke
+
f229
+
+
+
+
+
+
+
+
mars-stroke-h
+
f22b
+
+
+
+
+
+
+
+
mars-stroke-v
+
f22a
+
+
+
+
+
+
+
+
+
+
+
+
+
+
microchip
+
f2db
+
+
+
+
+
@@ -8630,7 +10399,7 @@
reply
- f392
+ f3b7
@@ -8777,6 +10546,15 @@
f132
+
+
+
+
+
+
shield-alt
+
f3bf
+
+
+
+
+
+
+
+
+
+
+
+
+
+
star-half
+
f089
+
+
+
+
+
+
+
+
suitcase
+
f0f2
+
+
+
+
+
+
+
+
transgender
+
f224
+
+
+
+
+
+
+
+
transgender-alt
+
f225
+
+
+
+
+
+
+
+
+
+
+
+
+
+
venus-double
+
f226
+
+
+
+
+
+
+
+
venus-mars
+
f228
+
+
+
+
+
+
+
+
adversal
+
f368
+
+
affiliatetheme
-
f368
+
f369
@@ -9393,7 +11270,7 @@
algolia
- f369
+ f36a
@@ -9411,7 +11288,7 @@
amilia
- f36a
+ f36b
@@ -9438,7 +11315,7 @@
angrycreative
- f36b
+ f36c
@@ -9447,7 +11324,7 @@
apper
- f36c
+ f36d
@@ -9465,7 +11342,34 @@
asymmetrik
- f36d
+ f36e
+
+
+
+
+
+
+
+
+
+
@@ -9501,7 +11405,7 @@
bimobject
- f36e
+ f374
@@ -9528,7 +11432,7 @@
bitcoin
- f36f
+ f375
@@ -9540,6 +11444,24 @@
f27e
+
+
+
+
+
+
+
+
+
blogger-b
+
f377
+
+
+
+
+
buromobelexperte
-
f370
+
f378
@@ -9663,7 +11594,7 @@
cloudscale
- f371
+ f379
@@ -9672,7 +11603,7 @@
cloudsmith
- f372
+ f37a
@@ -9681,7 +11612,7 @@
cloudversify
- f373
+ f37b
@@ -9726,7 +11657,16 @@
cpanel
- f374
+ f37c
+
+
+
+
+
+
+
+
creative-commons
+
f25e
@@ -9744,7 +11684,16 @@
cuttlefish
- f375
+ f37f
+
+
+
+
@@ -9771,7 +11720,7 @@
deploydog
- f376
+ f381
@@ -9792,13 +11741,40 @@
f1a6
+
+
+
+
+
+
digital-ocean
+
f382
+
+
+
+
+
discourse
-
f377
+
f384
+
+
+
+
@@ -9807,7 +11783,7 @@
draft2digital
- f378
+ f386
@@ -9825,7 +11801,7 @@
dribbble-square
- f379
+ f387
@@ -9843,7 +11819,7 @@
dropbox-alt
- f37a
+ f388
@@ -9861,7 +11837,7 @@
dyalog
- f37b
+ f389
@@ -9870,7 +11846,7 @@
earlybirds
- f37c
+ f38a
@@ -9909,6 +11885,15 @@
f299
+
+
+
+
+
+
+
+
+
+
facebook-messenger
+
f38d
@@ -9972,6 +11966,15 @@
f2b0
+
+
+
+
+
+
firstdraft
+
f38e
+
+
@@ -10032,7 +12035,7 @@
fort-awesome-alt
- f37f
+ f390
@@ -10167,7 +12170,25 @@
gofore
- f380
+ f391
+
+
+
+
+
+
+
+
goodreads
+
f392
+
+
+
+
+
+
+
+
goodreads-g
+
f393
@@ -10179,6 +12200,24 @@
f1a0
+
+
+
+
+
+
google-drive
+
f394
+
+
+
+
+
+
+
+
google-play
+
f395
+
+
+
+
+
+
+
+
@@ -10257,7 +12314,7 @@
hacker-news-square
- f382
+ f399
@@ -10284,7 +12341,7 @@
hubspot
- f383
+ f39a
@@ -10323,13 +12380,40 @@
f208
+
+
+
+
+
+
+
+
+
itunes-note
+
f39c
+
+
+
+
+
@@ -10356,7 +12440,34 @@
keycdn
- f385
+ f39f
+
+
+
+
+
+
+
+
kickstarter
+
f3a0
+
+
+
+
+
+
+
+
kickstarter-k
+
f3a1
+
+
+
+
@@ -10386,6 +12497,15 @@
f212
+
+
+
+
+
+
@@ -10464,7 +12593,7 @@
mix
- f389
+ f3a8
@@ -10476,6 +12605,15 @@
f289
+
+
+
@@ -10500,7 +12638,16 @@
napster
- f38b
+ f3ab
+
+
+
+
@@ -10509,7 +12656,7 @@
nutritionix
- f38c
+ f3ad
@@ -10572,7 +12719,7 @@
page4
- f38d
+ f3ae
@@ -10590,7 +12737,7 @@
palfed
- f38e
+ f3af
@@ -10608,7 +12755,16 @@
phabricator
- f38f
+ f3b0
+
+
+
+
+
+
+
+
phoenix-framework
+
f3b1
@@ -10665,6 +12821,15 @@
f0d3
+
+
+
+
+
+
playstation
+
f3b2
+
+
+
+
+
@@ -10746,6 +12920,15 @@
f1a2
+
+
+
+
+
+
@@ -10770,7 +12962,7 @@
rocketchat
- f394
+ f3ba
@@ -10779,7 +12971,7 @@
rockrms
- f395
+ f3bb
@@ -10797,7 +12989,7 @@
schlix
- f396
+ f3bc
@@ -10815,7 +13007,7 @@
searchengin
- f397
+ f3bd
@@ -10833,7 +13025,7 @@
servicestack
- f398
+ f3be
@@ -10860,7 +13052,7 @@
sistrix
- f399
+ f3c0
@@ -10896,7 +13088,7 @@
slack-hash
- f39a
+ f3c1
@@ -10950,7 +13142,7 @@
speakap
- f39b
+ f3c2
@@ -10986,7 +13178,7 @@
staylinked
- f39c
+ f3c3
@@ -11013,7 +13205,7 @@
steam-symbol
- f39d
+ f3c4
@@ -11022,7 +13214,7 @@
studiovinari
- f39e
+ f3c5
@@ -11061,6 +13253,15 @@
f2c6
+
+
+
+
+
+
telegram-plane
+
f3c6
+
+
+
+
+
+
+
+
+
+
+
+
+
+
ussunnah
+
f3c9
+
+
@@ -11187,13 +13415,22 @@
f2aa
+
+
+
@@ -11238,7 +13475,7 @@
vnv
- f3a1
+ f3cd
@@ -11274,7 +13511,7 @@
whatsapp-square
- f3a2
+ f3ce
@@ -11283,7 +13520,7 @@
whmcs
- f3a3
+ f3cf
@@ -11340,6 +13577,15 @@
f298
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -2985,7 +3623,7 @@
reply
- f392
+ f3b7
@@ -3164,6 +3802,17 @@
f132
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
transgender-alt
+
f225
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -6251,6 +7549,94 @@
f0d0
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -6743,7 +8140,7 @@
reply
- f392
+ f3b7
@@ -6922,6 +8319,17 @@
f132
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
transgender-alt
+
f225
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -10009,6 +12066,94 @@
f0d0
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -10501,7 +12657,7 @@
reply
- f392
+ f3b7
@@ -10680,6 +12836,17 @@
f132
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
transgender-alt
+
f225
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -11432,7 +13720,7 @@
algolia
- f369
+ f36a
@@ -11454,7 +13742,7 @@
amilia
- f36a
+ f36b
@@ -11487,7 +13775,7 @@
angrycreative
- f36b
+ f36c
@@ -11498,7 +13786,7 @@
apper
- f36c
+ f36d
@@ -11520,7 +13808,40 @@
asymmetrik
- f36d
+ f36e
+
+
+
+
+
+
+
+
+
+
@@ -11564,7 +13885,7 @@
bimobject
- f36e
+ f374
@@ -11597,7 +13918,7 @@
bitcoin
- f36f
+ f375
@@ -11611,6 +13932,28 @@
f27e
+
+
+
+
+
+
+
+
+
@@ -11762,7 +14116,7 @@
cloudscale
- f371
+ f379
@@ -11773,7 +14127,7 @@
cloudsmith
- f372
+ f37a
@@ -11784,7 +14138,7 @@
cloudversify
- f373
+ f37b
@@ -11839,7 +14193,18 @@
cpanel
- f374
+ f37c
+
+
+
+
+
+
+
+
+
+
creative-commons
+
f25e
@@ -11861,7 +14226,18 @@
cuttlefish
- f375
+ f37f
+
+
+
+
@@ -11894,7 +14270,7 @@
deploydog
- f376
+ f381
@@ -11919,6 +14295,28 @@
f1a6
+
+
+
+
+
+
+
+
+
@@ -11938,7 +14347,7 @@
draft2digital
- f378
+ f386
@@ -11960,7 +14369,7 @@
dribbble-square
- f379
+ f387
@@ -11982,7 +14391,7 @@
dropbox-alt
- f37a
+ f388
@@ -12004,7 +14413,7 @@
dyalog
- f37b
+ f389
@@ -12015,7 +14424,7 @@
earlybirds
- f37c
+ f38a
@@ -12062,6 +14471,17 @@
f299
+
+
+
+
+
+
+
+
+
+
+
+
facebook-messenger
+
f38d
@@ -12139,6 +14570,17 @@
f2b0
+
+
+
@@ -12213,7 +14655,7 @@
fort-awesome-alt
- f37f
+ f390
@@ -12378,7 +14820,29 @@
gofore
- f380
+ f391
+
+
+
+
+
+
+
@@ -12392,6 +14856,28 @@
f1a0
+
+
+
+
+
+
+
+
+
+
+
+
@@ -12488,7 +14996,7 @@
hacker-news-square
- f382
+ f399
@@ -12521,7 +15029,7 @@
hubspot
- f383
+ f39a
@@ -12568,6 +15076,39 @@
f208
+
+
+
+
+
+
+
+
+
@@ -12609,7 +15150,40 @@
keycdn
- f385
+ f39f
+
+
+
+
+
+
+
+
+
+
@@ -12645,6 +15219,17 @@
f212
+
+
+
+
+
+
@@ -12741,7 +15337,7 @@
mix
- f389
+ f3a8
@@ -12755,6 +15351,17 @@
f289
+
+
+
@@ -12785,7 +15392,18 @@
napster
- f38b
+ f3ab
+
+
+
+
@@ -12796,7 +15414,7 @@
nutritionix
- f38c
+ f3ad
@@ -12873,7 +15491,7 @@
page4
- f38d
+ f3ae
@@ -12895,7 +15513,7 @@
palfed
- f38e
+ f3af
@@ -12917,7 +15535,18 @@
phabricator
- f38f
+ f3b0
+
+
+
+
+
+
+
+
+
+
phoenix-framework
+
f3b1
@@ -12986,6 +15615,17 @@
f0d3
+
+
+
+
+
+
@@ -13085,6 +15736,17 @@
f1a2
+
+
+
+
+
+
@@ -13115,7 +15788,7 @@
rocketchat
- f394
+ f3ba
@@ -13126,7 +15799,7 @@
rockrms
- f395
+ f3bb
@@ -13148,7 +15821,7 @@
schlix
- f396
+ f3bc
@@ -13170,7 +15843,7 @@
searchengin
- f397
+ f3bd
@@ -13192,7 +15865,7 @@
servicestack
- f398
+ f3be
@@ -13225,7 +15898,7 @@
sistrix
- f399
+ f3c0
@@ -13269,7 +15942,7 @@
slack-hash
- f39a
+ f3c1
@@ -13335,7 +16008,7 @@
speakap
- f39b
+ f3c2
@@ -13379,7 +16052,7 @@
staylinked
- f39c
+ f3c3
@@ -13412,7 +16085,7 @@
steam-symbol
- f39d
+ f3c4
@@ -13423,7 +16096,7 @@
studiovinari
- f39e
+ f3c5
@@ -13470,6 +16143,17 @@
f2c6
+
+
+
+
+
+
+
+
telegram-plane
+
f3c6
+
+
+
+
+
+
+
+
+
+
+
@@ -13624,6 +16341,17 @@
f2aa
+
+
+
@@ -13687,7 +16415,7 @@
vnv
- f3a1
+ f3cd
@@ -13731,7 +16459,7 @@
whatsapp-square
- f3a2
+ f3ce
@@ -13742,7 +16470,7 @@
whmcs
- f3a3
+ f3cf
@@ -13811,6 +16539,17 @@
f298
+
+
+
+
+
+
+
+
+
mars
+
+
+ f222
+
+
+
+
+
+
+
+
+
mars-double
+
+
+ f227
+
+
+
+
+
+
+
+
+
mars-stroke
+
+
+ f229
+
+
+
+
+
+
+
+
+
mars-stroke-h
+
+
+ f22b
+
+
+
+
+
+
+
+
+
mars-stroke-v
+
+
+ f22a
+
+
+
+
+
+
+
+
+
medkit
+
+
+ f0fa
+
+
+
+
+
+
+
+
+
mercury
+
+
+ f223
+
+
+
+
+
+
+
+
+
microchip
+
+
+ f2db
+
+
+
+
+
+
+
+
+
neuter
+
+
+ f22c
+
+
+
@@ -3246,8 +3942,8 @@
reply
-
- f392
+
+ f3b7
@@ -3443,6 +4139,18 @@
+
+
+
+
+
+
shield-alt
+
+
+ f3bf
+
+
+
+
+
+
+
+
+
shower
+
+
+ f2cc
+
+
+
+
+
+
+
+
+
sitemap
+
+
+ f0e8
+
+
+
+
+
+
+
+
+
star-half
+
+
+ f089
+
+
+
+
+
+
+
+
+
suitcase
+
+
+ f0f2
+
+
+
+
+
+
+
+
+
transgender
+
+
+ f224
+
+
+
+
+
+
+
+
+
transgender-alt
+
+
+ f225
+
+
+
+
+
+
+
+
+
truck
+
+
+ f0d1
+
+
+
+
+
+
+
+
+
venus
+
+
+ f221
+
+
+
+
+
+
+
+
+
venus-double
+
+
+ f226
+
+
+
+
+
+
+
+
+
venus-mars
+
+
+ f228
+
+
+
@@ -6810,6 +8226,102 @@
+
+
+
+
+
+
mars
+
+
+ f222
+
+
+
+
+
+
+
+
+
mars-double
+
+
+ f227
+
+
+
+
+
+
+
+
+
mars-stroke
+
+
+ f229
+
+
+
+
+
+
+
+
+
mars-stroke-h
+
+
+ f22b
+
+
+
+
+
+
+
+
+
mars-stroke-v
+
+
+ f22a
+
+
+
+
+
+
+
+
+
medkit
+
+
+ f0fa
+
+
+
+
+
+
+
+
+
mercury
+
+
+ f223
+
+
+
+
+
+
+
+
+
microchip
+
+
+ f2db
+
+
+
+
+
+
+
+
+
neuter
+
+
+ f22c
+
+
+
@@ -7345,8 +8869,8 @@
reply
-
- f392
+
+ f3b7
@@ -7542,6 +9066,18 @@
+
+
+
+
+
+
shield-alt
+
+
+ f3bf
+
+
+
+
+
+
+
+
+
shower
+
+
+ f2cc
+
+
+
+
+
+
+
+
+
sitemap
+
+
+ f0e8
+
+
+
+
+
+
+
+
+
star-half
+
+
+ f089
+
+
+
+
+
+
+
+
+
suitcase
+
+
+ f0f2
+
+
+
+
+
+
+
+
+
transgender
+
+
+ f224
+
+
+
+
+
+
+
+
+
transgender-alt
+
+
+ f225
+
+
+
+
+
+
+
+
+
truck
+
+
+ f0d1
+
+
+
+
+
+
+
+
+
venus
+
+
+ f221
+
+
+
+
+
+
+
+
+
venus-double
+
+
+ f226
+
+
+
+
+
+
+
+
+
venus-mars
+
+
+ f228
+
+
+
@@ -10909,6 +13153,102 @@
+
+
+
+
+
+
mars
+
+
+ f222
+
+
+
+
+
+
+
+
+
mars-double
+
+
+ f227
+
+
+
+
+
+
+
+
+
mars-stroke
+
+
+ f229
+
+
+
+
+
+
+
+
+
mars-stroke-h
+
+
+ f22b
+
+
+
+
+
+
+
+
+
mars-stroke-v
+
+
+ f22a
+
+
+
+
+
+
+
+
+
medkit
+
+
+ f0fa
+
+
+
+
+
+
+
+
+
mercury
+
+
+ f223
+
+
+
+
+
+
+
+
+
microchip
+
+
+ f2db
+
+
+
+
+
+
+
+
+
neuter
+
+
+ f22c
+
+
+
@@ -11444,8 +13796,8 @@
reply
-
- f392
+
+ f3b7
@@ -11641,6 +13993,18 @@
+
+
+
+
+
+
shield-alt
+
+
+ f3bf
+
+
+
+
+
+
+
+
+
shower
+
+
+ f2cc
+
+
+
+
+
+
+
+
+
sitemap
+
+
+ f0e8
+
+
+
+
+
+
+
+
+
star-half
+
+
+ f089
+
+
+
+
+
+
+
+
+
suitcase
+
+
+ f0f2
+
+
+
+
+
+
+
+
+
transgender
+
+
+ f224
+
+
+
+
+
+
+
+
+
transgender-alt
+
+
+ f225
+
+
+
+
+
+
+
+
+
truck
+
+
+ f0d1
+
+
+
+
+
+
+
+
+
venus
+
+
+ f221
+
+
+
+
+
+
+
+
+
venus-double
+
+
+ f226
+
+
+
+
+
+
+
+
+
venus-mars
+
+
+ f228
+
+
+
+
+
+
+
+
+
adversal
+
+
+ f368
+
+
+
@@ -12459,8 +14955,8 @@
algolia
-
- f369
+
+ f36a
@@ -12483,8 +14979,8 @@
amilia
-
- f36a
+
+ f36b
@@ -12519,8 +15015,8 @@
angrycreative
-
- f36b
+
+ f36c
@@ -12531,8 +15027,8 @@
apper
-
- f36c
+
+ f36d
@@ -12555,8 +15051,44 @@
asymmetrik
-
- f36d
+
+ f36e
+
+
+
+
+
+
+
+
+
audible
+
+
+ f36f
+
+
+
+
+
+
+
+
+
avianex
+
+
+ f370
+
+
+
+
+
@@ -12603,8 +15135,8 @@
bimobject
-
- f36e
+
+ f374
@@ -12639,8 +15171,8 @@
bitcoin
-
- f36f
+
+ f375
@@ -12656,6 +15188,30 @@
+
+
+
+
+
+
blogger
+
+
+ f376
+
+
+
+
+
+
+
+
+
blogger-b
+
+
+ f377
+
+
+
+
+
+
+
+
+
btc
+
+
+ f15a
+
+
+
@@ -12819,8 +15387,8 @@
cloudscale
-
- f371
+
+ f379
@@ -12831,8 +15399,8 @@
cloudsmith
-
- f372
+
+ f37a
@@ -12843,8 +15411,8 @@
cloudversify
-
- f373
+
+ f37b
@@ -12903,8 +15471,20 @@
cpanel
-
- f374
+
+ f37c
+
+
+
+
+
+
+
+
+
creative-commons
+
+
+ f25e
@@ -12927,8 +15507,20 @@
cuttlefish
-
- f375
+
+ f37f
+
+
+
+
+
+
+
+
+
d-and-d
+
+
+ f380
@@ -12963,8 +15555,8 @@
deploydog
-
- f376
+
+ f381
@@ -12992,6 +15584,30 @@
+
+
+
+
+
+
digital-ocean
+
+
+ f382
+
+
+
+
+
+
+
+
+
discord
+
+
+ f383
+
+
+
+
+
+
+
+
+
+
docker
+
+
+ f385
@@ -13011,8 +15639,8 @@
draft2digital
-
- f378
+
+ f386
@@ -13035,8 +15663,8 @@
dribbble-square
-
- f379
+
+ f387
@@ -13059,8 +15687,8 @@
dropbox-alt
-
- f37a
+
+ f388
@@ -13083,8 +15711,8 @@
dyalog
-
- f37b
+
+ f389
@@ -13095,8 +15723,8 @@
earlybirds
-
- f37c
+
+ f38a
@@ -13148,6 +15776,18 @@
+
+
+
+
+
+
erlang
+
+
+ f38b
+
+
+
+
+
+
+
+
+
+
facebook-messenger
+
+
+ f38d
@@ -13232,6 +15884,18 @@
+
+
+
+
+
+
firstdraft
+
+
+ f38e
+
+
+
@@ -13311,8 +15975,8 @@
fort-awesome-alt
-
- f37f
+
+ f390
@@ -13491,8 +16155,32 @@
gofore
-
- f380
+
+ f391
+
+
+
+
+
+
+
+
+
goodreads
+
+
+ f392
+
+
+
+
+
+
+
+
+
goodreads-g
+
+
+ f393
@@ -13508,6 +16196,30 @@
+
+
+
+
+
+
google-drive
+
+
+ f394
+
+
+
+
+
+
+
+
+
google-play
+
+
+ f395
+
+
+
+
+
+
+
+
+
+
grunt
+
+
+ f397
+
+
+
+
+
+
+
+
+
gulp
+
+
+ f398
@@ -13611,8 +16347,8 @@
hacker-news-square
-
- f382
+
+ f399
@@ -13647,8 +16383,8 @@
hubspot
-
- f383
+
+ f39a
@@ -13700,6 +16436,42 @@
+
+
+
+
+
+
itunes
+
+
+ f39b
+
+
+
+
+
+
+
+
+
itunes-note
+
+
+ f39c
+
+
+
+
+
+
+
+
+
jenkins
+
+
+ f39d
+
+
+
@@ -13743,8 +16515,44 @@
keycdn
-
- f385
+
+ f39f
+
+
+
+
+
+
+
+
+
kickstarter
+
+
+ f3a0
+
+
+
+
+
+
+
+
+
kickstarter-k
+
+
+ f3a1
+
+
+
+
+
+
+
+
+
laravel
+
+
+ f3a2
@@ -13784,6 +16592,18 @@
+
+
+
+
+
+
line
+
+
+ f3a5
+
+
+
+
+
+
+
+
+
lyft
+
+
+ f3a6
+
+
+
@@ -13887,8 +16719,8 @@
mix
-
- f389
+
+ f3a8
@@ -13904,6 +16736,18 @@
+
+
+
+
+
+
mizuni
+
+
+ f3a9
+
+
+
@@ -13935,8 +16779,20 @@
napster
-
- f38b
+
+ f3ab
+
+
+
+
+
@@ -13947,8 +16803,8 @@
nutritionix
-
- f38c
+
+ f3ad
@@ -14031,8 +16887,8 @@
page4
-
- f38d
+
+ f3ae
@@ -14055,8 +16911,8 @@
palfed
-
- f38e
+
+ f3af
@@ -14079,8 +16935,20 @@
phabricator
-
- f38f
+
+ f3b0
+
+
+
+
+
+
+
+
+
phoenix-framework
+
+
+ f3b1
@@ -14156,6 +17024,18 @@
+
+
+
+
+
+
playstation
+
+
+ f3b2
+
+
+
+
+
+
+
+
+
+
python
+
+
+ f3b5
@@ -14264,6 +17156,18 @@
+
+
+
+
+
+
rendact
+
+
+ f3b6
+
+
+
+
+
+
+
+
+
+
resolving
+
+
+ f3b9
@@ -14295,8 +17211,8 @@
rocketchat
-
- f394
+
+ f3ba
@@ -14307,8 +17223,8 @@
rockrms
-
- f395
+
+ f3bb
@@ -14331,8 +17247,8 @@
schlix
-
- f396
+
+ f3bc
@@ -14355,8 +17271,8 @@
searchengin
-
- f397
+
+ f3bd
@@ -14379,8 +17295,8 @@
servicestack
-
- f398
+
+ f3be
@@ -14415,8 +17331,8 @@
sistrix
-
- f399
+
+ f3c0
@@ -14463,8 +17379,8 @@
slack-hash
-
- f39a
+
+ f3c1
@@ -14535,8 +17451,8 @@
speakap
-
- f39b
+
+ f3c2
@@ -14583,8 +17499,8 @@
staylinked
-
- f39c
+
+ f3c3
@@ -14619,8 +17535,8 @@
steam-symbol
-
- f39d
+
+ f3c4
@@ -14631,8 +17547,8 @@
studiovinari
-
- f39e
+
+ f3c5
@@ -14684,6 +17600,18 @@
+
+
+
+
+
+
telegram-plane
+
+
+ f3c6
+
+
+
+
+
+
+
+
+
uber
+
+
+ f3c7
+
+
+
+
+
+
+
+
+
untappd
+
+
+ f3c8
+
+
+
+
+
+
+
+
+
ussunnah
+
+
+ f3c9
+
+
+
@@ -14852,6 +17816,18 @@
+
+
+
+
+
+
viber
+
+
+ f3cb
+
+
+
@@ -14919,8 +17895,8 @@
vnv
-
- f3a1
+
+ f3cd
@@ -14967,8 +17943,8 @@
whatsapp-square
-
- f3a2
+
+ f3ce
@@ -14979,8 +17955,8 @@
whmcs
-
- f3a3
+
+ f3cf
@@ -15056,6 +18032,18 @@
+
+
+
+
+
+
xbox
+
+
+ f3d0
+
+
+
diff --git a/js/fontawesome.js b/js/fontawesome.js
index bf9a5d286..1e9d57f97 100644
--- a/js/fontawesome.js
+++ b/js/fontawesome.js
@@ -1 +1 @@
-!function(){"use strict";function t(t){if(null===t||void 0===t)throw new TypeError("Object.assign cannot be called with null or undefined");return Object(t)}function e(t){return~["lg","2x","3x","4x","5x","fw","ul","li","border","pull-left","pull-right","spin","pulse","rotate-90","rotate-180","rotate-270","flip-horizontal","flip-vertical","stack","stack-1x","stack-2x","inverse","layers","layers-text","layers-counter"].indexOf(t)}function n(t){for(var e=[],n=t.length>>>0;n--;)e[n]=t[n];return e}function r(t,n){var r=n.split("-"),o=r[0],i=r.slice(1).join("-");return o!==t||""===i||e(i)?null:i}function o(t){return 16!==t.size||0!==t.x||0!==t.y||0!==t.rotate||t.flipX||t.flipY}function i(t){return t.replace(/&/g,"&").replace(/"/g,""").replace(/'/g,"'").replace(//g,">")}function a(t){return Object.keys(t).reduce(function(e,n){return e+(n+'="')+t[n]+'" '},"")}function c(t){return Object.keys(t).reduce(function(e,n){return e+(n+": ")+t[n]+";"},"")}function f(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=e.startCentered,r=void 0!==n&&n,o=e.width,i=void 0===o?16:o,a=e.height,c=void 0===a?16:a,f="";return f+=r&&Jt?"translate("+(t.x/16-i/2)+"em, "+(t.y/16-c/2)+"em) ":r?"translate(calc(-50% + "+t.x/16+"em), calc(-50% + "+t.y/16+"em)) ":"translate("+t.x/16+"em, "+t.y/16+"em) ",f+="scale("+t.size/16*(t.flipX?-1:1)+", "+t.size/16*(t.flipY?-1:1)+") ",f+="rotate("+t.rotate+"deg) "}function u(t){var e=t.prefix,n=t.iconName,r=t.width,u=t.height,s=t.layers,l=t.transform,p=t.title,h=t.extra,g=Ht({},h.attributes,{"data-prefix":e,"data-icon":n,class:[Yt.replacementClass,Yt.familyPrefix+"-"+n].concat(h.classes).join(" "),role:"img",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 "+r+" "+u}),d=Ht({},h.styles);d.width||(d.width=r/u+"em"),o(l)&&(d.transform=f(l),d["-webkit-transform"]=d.transform);var m=c(d);m.length>0&&(g.style=m);var b=p?''+i(p)+" ":"";return""+b+' '}function s(t){var e=t.content,n=t.width,r=t.height,i=t.transform,u=t.title,s=t.extra,l=Ht({},s.attributes,{title:u,class:s.classes.join(" ")}),p=Ht({},s.styles);o(i)&&(p.transform=f(i,{startCentered:!0,width:n,height:r}),p["-webkit-transform"]=p.transform);var h=c(p);return h.length>0&&(l.style=h),""+e+" "}function l(t){var e=t.getAttribute?t.getAttribute("class"):null;return!!e&&(~e.toString().indexOf(Yt.replacementClass)||~e.toString().indexOf("fa-layers-text"))}function p(t){var e=ne.begin("mutate");window.requestAnimationFrame(function(){t.map(function(t){var e=re(t,2),n=e[0],r=e[1];n.parentNode&&(n.outerHTML=r+(Yt.keepOriginalSource&&"svg"!==n.tagName.toLowerCase()?"\x3c!-- "+n.outerHTML+" --\x3e":""))}),e()})}function h(t){var e=t.treeCallback,r=t.nodeCallback;new MutationObserver(function(t){n(t).forEach(function(t){"childList"===t.type&&t.addedNodes.length>0&&!l(t.addedNodes[0])&&e(t.target),"aggressive"===Yt.observeMutations&&"attributes"===t.type&&l(t.target)&&r(t.target)})}).observe(document.getElementsByTagName("body")[0],{childList:!0,attributes:!0,characterData:!0,subtree:!0})}function g(t,e,n,r){var o=-1,i=null==t?0:t.length;for(r&&i&&(n=t[++o]);++o-1&&t%1==0&&t-1&&t%1==0&&t<=Ce}function x(t,e){var n=xe(t),r=!n&&je(t),o=!n&&!r&&ze(t),i=!n&&!r&&!o&&De(t),a=n||r||o||i,c=a?d(t.length,String):[],f=c.length;for(var u in t)!e&&!Be.call(t,u)||a&&("length"==u||o&&("offset"==u||"parent"==u)||i&&("buffer"==u||"byteLength"==u||"byteOffset"==u)||_(u,f))||c.push(u);return c}function k(t){var e=t&&t.constructor;return t===("function"==typeof e&&e.prototype||Fe)}function O(t){if(!k(t))return $e(t);var e=[];for(var n in Object(t))Xe.call(t,n)&&"constructor"!=n&&e.push(n);return e}function A(t){var e=typeof t;return null!=t&&("object"==e||"function"==e)}function z(t){if(!A(t))return!1;var e=v(t);return e==qe||e==Re||e==Ue||e==Ve}function S(t){return null!=t&&j(t.length)&&!z(t)}function T(t){return S(t)?x(t):O(t)}function C(t,e){return t&&ie(t,e,T)}function P(t,e){return t===e||t!==t&&e!==e}function M(t,e){for(var n=t.length;n--;)if(P(t[n][0],e))return n;return-1}function E(t){var e=-1,n=null==t?0:t.length;for(this.clear();++ec))return!1;var u=i.get(t);if(u&&i.get(e))return u==e;var s=-1,l=!0,p=n&gn?new R:void 0;for(i.set(t,e),i.set(e,t);++s0&&(t[o]=i.join(":").trim()),t},{})),n}function Dt(t){var e={size:16,x:0,y:0,flipX:!1,flipY:!1,rotate:0};return t?t.toLowerCase().split(" ").reduce(function(t,e){var n=e.toLowerCase().split("-"),r=n[0],o=n.slice(1).join("-");if(r&&"h"===o)return t.flipX=!0,t;if(r&&"v"===o)return t.flipY=!0,t;if(o=parseFloat(o),isNaN(o))return t;switch(r){case"grow":t.size=t.size+o;break;case"shrink":t.size=t.size-o;break;case"left":t.x=t.x-o;break;case"right":t.x=t.x+o;break;case"up":t.y=t.y-o;break;case"down":t.y=t.y+o;break;case"rotate":t.rotate=t.rotate+o}return t},e):e}function Bt(t){var e=It(t),r=e.iconName,o=e.prefix,i=e.rest,a=Lt(t),c=Dt(t.getAttribute("data-fa-transform")),f=r;o&&void 0!==t.innerText&&t.innerText.length>1?f=Et(o,t.innerText):o&&void 0!==t.innerText&&1===t.innerText.length&&(f=Mt(o,Nt(t.innerText)));var u=n(t.attributes).reduce(function(t,e){return"class"!==t.name&&"style"!==t.name&&(t[e.name]=e.value),t},{}),s=t.getAttribute("title");return Yt.autoA11y&&!s&&(u["aria-hidden"]="true"),Yt.autoA11y&&s&&(u["aria-labelledby"]=Yt.replacementClass+"-"+r+"-title"),{iconName:f,title:s,prefix:o,transform:c,extra:{classes:i,styles:a,attributes:u}}}function Ft(t,e){var n=e.iconName,r=e.title,o=e.prefix,i=e.transform,a=e.extra,c=null;if(n&&o&&_r[o]&&_r[o][n]){var f=_r[o][n],s=oe(f),l=s[0],p=s[1];s[2],s[3];c=[t,u({prefix:o,iconName:n,width:l,height:p,layers:s.slice(4),transform:i,title:r,extra:a})]}return c}function $t(t,e){var n=e.title,r=e.transform,o=e.extra,i=null,a=null;if(Jt){var c=parseInt(getComputedStyle(t).fontSize,10),f=t.getBoundingClientRect();i=f.width/c,a=f.height/c}return[t,s({content:t.innerHTML,width:i,height:a,transform:r,title:n,extra:o})]}function Xt(t){var e=Bt(t);return~e.extra.classes.indexOf(jr)?$t(t,e):Ft(t,e)}function Ut(t){var e=Object.keys(_r),r=["."+jr].concat(e.map(function(t){return"."+t})).join(", ");if(0!==r.length){var o=ne.begin("onTree"),i=n(t.querySelectorAll(r)).reduce(function(t,e){var n=Xt(e);return n&&t.push(n),t},[]);o(),p(i)}}function qt(t){var e=Xt(t);e&&p([e])}var Rt=Object.getOwnPropertySymbols,Vt=Object.prototype.hasOwnProperty,Wt=Object.prototype.propertyIsEnumerable,Ht=function(){try{if(!Object.assign)return!1;var t=new String("abc");if(t[5]="de","5"===Object.getOwnPropertyNames(t)[0])return!1;for(var e={},n=0;n<10;n++)e["_"+String.fromCharCode(n)]=n;if("0123456789"!==Object.getOwnPropertyNames(e).map(function(t){return e[t]}).join(""))return!1;var r={};return"abcdefghijklmnopqrst".split("").forEach(function(t){r[t]=t}),"abcdefghijklmnopqrst"===Object.keys(Object.assign({},r)).join("")}catch(t){return!1}}()?Object.assign:function(e,n){for(var r,o,i=t(e),a=1;a-1},E.prototype.set=function(t,e){var n=this.__data__,r=M(n,t);return r<0?(++this.size,n.push([t,e])):n[r][1]=e,this};var Ye=fe["__core-js_shared__"],Ge=function(){var t=/[^.]+$/.exec(Ye&&Ye.keys&&Ye.keys.IE_PROTO||"");return t?"Symbol(src)_1."+t:""}(),Je=Function.prototype.toString,Ke=/[\\^$.*+?()[\]{}|]/g,Qe=/^\[object .+?Constructor\]$/,Ze=Function.prototype,tn=Object.prototype,en=Ze.toString,nn=tn.hasOwnProperty,rn=RegExp("^"+en.call(nn).replace(Ke,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),on=B(fe,"Map"),an=B(Object,"create"),cn="__lodash_hash_undefined__",fn=Object.prototype.hasOwnProperty,un=Object.prototype.hasOwnProperty,sn="__lodash_hash_undefined__";F.prototype.clear=function(){this.__data__=an?an(null):{},this.size=0},F.prototype.delete=function(t){var e=this.has(t)&&delete this.__data__[t];return this.size-=e?1:0,e},F.prototype.get=function(t){var e=this.__data__;if(an){var n=e[t];return n===cn?void 0:n}return fn.call(e,t)?e[t]:void 0},F.prototype.has=function(t){var e=this.__data__;return an?void 0!==e[t]:un.call(e,t)},F.prototype.set=function(t,e){var n=this.__data__;return this.size+=this.has(t)?0:1,n[t]=an&&void 0===e?sn:e,this},U.prototype.clear=function(){this.size=0,this.__data__={hash:new F,map:new(on||E),string:new F}},U.prototype.delete=function(t){var e=X(this,t).delete(t);return this.size-=e?1:0,e},U.prototype.get=function(t){return X(this,t).get(t)},U.prototype.has=function(t){return X(this,t).has(t)},U.prototype.set=function(t,e){var n=X(this,t),r=n.size;return n.set(t,e),this.size+=n.size==r?0:1,this};var ln=200;q.prototype.clear=function(){this.__data__=new E,this.size=0},q.prototype.delete=function(t){var e=this.__data__,n=e.delete(t);return this.size=e.size,n},q.prototype.get=function(t){return this.__data__.get(t)},q.prototype.has=function(t){return this.__data__.has(t)},q.prototype.set=function(t,e){var n=this.__data__;if(n instanceof E){var r=n.__data__;if(!on||r.length li {\n position: relative; }\n\n.fa-li {\n position: absolute;\n left: -1.875em;\n width: 1.875em;\n top: 0.14286em;\n text-align: center; }\n .fa-li.fa-lg {\n left: -1.58929em; }\n\n.fa-border {\n padding: .2em .25em .15em;\n border: solid 0.08em #eee;\n border-radius: .1em; }\n\n.fa-pull-left {\n float: left; }\n\n.fa-pull-right {\n float: right; }\n\n.fa.fa-pull-left {\n margin-right: .3em; }\n\n.fa.fa-pull-right {\n margin-left: .3em; }\n\n/* Deprecated as of 4.4.0 */\n.pull-right {\n float: right; }\n\n.pull-left {\n float: left; }\n\n.fa.pull-left {\n margin-right: .3em; }\n\n.fa.pull-right {\n margin-left: .3em; }\n\n.fa-spin {\n -webkit-animation: fa-spin 2s infinite linear;\n animation: fa-spin 2s infinite linear; }\n\n.fa-pulse {\n -webkit-animation: fa-spin 1s infinite steps(8);\n animation: fa-spin 1s infinite steps(8); }\n\n@-webkit-keyframes fa-spin {\n 0% {\n -webkit-transform: rotate(0deg);\n transform: rotate(0deg); }\n 100% {\n -webkit-transform: rotate(359deg);\n transform: rotate(359deg); } }\n\n@keyframes fa-spin {\n 0% {\n -webkit-transform: rotate(0deg);\n transform: rotate(0deg); }\n 100% {\n -webkit-transform: rotate(359deg);\n transform: rotate(359deg); } }\n\n.fa-rotate-90 {\n -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";\n -webkit-transform: rotate(90deg);\n transform: rotate(90deg); }\n\n.fa-rotate-180 {\n -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";\n -webkit-transform: rotate(180deg);\n transform: rotate(180deg); }\n\n.fa-rotate-270 {\n -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";\n -webkit-transform: rotate(270deg);\n transform: rotate(270deg); }\n\n.fa-flip-horizontal {\n -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";\n -webkit-transform: scale(-1, 1);\n transform: scale(-1, 1); }\n\n.fa-flip-vertical {\n -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";\n -webkit-transform: scale(1, -1);\n transform: scale(1, -1); }\n\n:root .fa-rotate-90,\n:root .fa-rotate-180,\n:root .fa-rotate-270,\n:root .fa-flip-horizontal,\n:root .fa-flip-vertical {\n -webkit-filter: none;\n filter: none; }\n\n.fa-stack {\n position: relative;\n display: inline-block;\n width: 2em;\n height: 2em; }\n\n.fa-stack-1x, .fa-stack-2x {\n position: absolute;\n margin: auto;\n top: 0;\n left: 0;\n bottom: 0;\n right: 0; }\n\n.fa-stack-1x {\n width: 1em;\n height: 1em; }\n\n.fa-stack-2x {\n width: 2em;\n height: 2em; }\n\n.fa-inverse {\n color: #fff; }\n\n.fa-layers svg.svg-inline--fa {\n bottom: 0;\n left: 0;\n margin: auto;\n position: absolute;\n right: 0;\n top: 0; }\n\n.fa-layers {\n display: inline-block;\n height: 1em;\n position: relative;\n text-align: center;\n vertical-align: -12.5%;\n width: 1.25em; }\n .fa-layers svg.svg-inline--fa {\n -webkit-transform-origin: center center;\n transform-origin: center center; }\n\n.fa-layers-text, .fa-layers-counter {\n display: inline-block;\n position: absolute;\n text-align: center; }\n\n.fa-layers-text {\n left: 50%;\n top: 50%;\n -webkit-transform: translate(-50%, -50%);\n transform: translate(-50%, -50%);\n -webkit-transform-origin: center center;\n transform-origin: center center; }\n\n.fa-layers-counter {\n background-color: #ff253a;\n border-radius: 1em;\n color: #fff;\n height: 1.5em;\n line-height: 1;\n max-width: 5em;\n min-width: 1.5em;\n overflow: hidden;\n padding: .25em;\n text-overflow: ellipsis;\n right: 0;\n top: 0;\n -webkit-transform: scale(0.25);\n transform: scale(0.25);\n -webkit-transform-origin: top right;\n transform-origin: top right; }\n\n.fa-layers-bottom-right {\n top: auto;\n bottom: 0;\n right: 0;\n -webkit-transform: scale(0.25);\n transform: scale(0.25);\n -webkit-transform-origin: bottom right;\n transform-origin: bottom right; }\n\n.fa-layers-bottom-left {\n right: auto;\n top: auto;\n bottom: 0;\n left: 0;\n -webkit-transform: scale(0.25);\n transform: scale(0.25);\n -webkit-transform-origin: bottom left;\n transform-origin: bottom left; }\n\n.fa-layers-top-right {\n right: 0;\n top: 0;\n -webkit-transform: scale(0.25);\n transform: scale(0.25);\n -webkit-transform-origin: top right;\n transform-origin: top right; }\n\n.fa-layers-top-left {\n right: auto;\n left: 0;\n top: 0;\n -webkit-transform: scale(0.25);\n transform: scale(0.25);\n -webkit-transform-origin: top left;\n transform-origin: top left; }\n\n.sr-only {\n position: absolute;\n width: 1px;\n height: 1px;\n padding: 0;\n margin: -1px;\n overflow: hidden;\n clip: rect(0, 0, 0, 0);\n border: 0; }\n\n.sr-only-focusable:active, .sr-only-focusable:focus {\n position: static;\n width: auto;\n height: auto;\n margin: 0;\n overflow: visible;\n clip: auto; }\n'),Kt.hooks=Ht({},Kt.hooks,{addPack:function(t,e){Kt.packs[t]=Ht({},Kt.packs[t]||{},e),yr(),Ut(document)}}),function(t){kr?setTimeout(t,0):xr.push(t)}(function(){Object.keys(Kt.packs).length>0&&Ut(document),Yt.observeMutations&&"function"==typeof MutationObserver&&h({treeCallback:Ut,nodeCallback:qt})})}();
+!function(){"use strict";function t(t){if(null===t||void 0===t)throw new TypeError("Object.assign cannot be called with null or undefined");return Object(t)}function e(t){return~["lg","2x","3x","4x","5x","fw","ul","li","border","pull-left","pull-right","spin","pulse","rotate-90","rotate-180","rotate-270","flip-horizontal","flip-vertical","stack","stack-1x","stack-2x","inverse","layers","layers-text","layers-counter"].indexOf(t)}function n(t){for(var e=[],n=t.length>>>0;n--;)e[n]=t[n];return e}function r(t,n){var r=n.split("-"),o=r[0],i=r.slice(1).join("-");return o!==t||""===i||e(i)?null:i}function o(t){return 16!==t.size||0!==t.x||0!==t.y||0!==t.rotate||t.flipX||t.flipY}function i(t){return t.replace(/&/g,"&").replace(/"/g,""").replace(/'/g,"'").replace(//g,">")}function a(t){return Object.keys(t).reduce(function(e,n){return e+(n+'="')+t[n]+'" '},"")}function u(t){return Object.keys(t).reduce(function(e,n){return e+(n+": ")+t[n]+";"},"")}function c(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=e.startCentered,r=void 0!==n&&n,o=e.width,i=void 0===o?16:o,a=e.height,u=void 0===a?16:a,c="";return c+=r&&Qt?"translate("+(t.x/16-i/2)+"em, "+(t.y/16-u/2)+"em) ":r?"translate(calc(-50% + "+t.x/16+"em), calc(-50% + "+t.y/16+"em)) ":"translate("+t.x/16+"em, "+t.y/16+"em) ",c+="scale("+t.size/16*(t.flipX?-1:1)+", "+t.size/16*(t.flipY?-1:1)+") ",c+="rotate("+t.rotate+"deg) "}function f(t){var e=t.prefix,n=t.iconName,r=t.width,f=t.height,s=t.layers,l=t.transform,p=t.title,h=t.extra,d=Gt({},h.attributes,{"data-prefix":e,"data-icon":n,class:[Jt.replacementClass,Jt.familyPrefix+"-"+n].concat(h.classes).join(" "),role:"img",xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 "+r+" "+f}),g=Gt({},h.styles);g.width||(g.width=r/f+"em"),o(l)&&(g.transform=c(l),g["-webkit-transform"]=g.transform);var m=u(g);m.length>0&&(d.style=m);var b=p?''+i(p)+" ":"";return""+b+' '}function s(t){var e=t.content,n=t.width,r=t.height,i=t.transform,f=t.title,s=t.extra,l=Gt({},s.attributes,{title:f,class:s.classes.join(" ")}),p=Gt({},s.styles);o(i)&&(p.transform=c(i,{startCentered:!0,width:n,height:r}),p["-webkit-transform"]=p.transform);var h=u(p);return h.length>0&&(l.style=h),""+e+" "}function l(t){var e=t.getAttribute?t.getAttribute("class"):null;return!!e&&(~e.toString().indexOf(Jt.replacementClass)||~e.toString().indexOf("fa-layers-text"))}function p(t,e){window.requestAnimationFrame(function(){var n=oe.begin("mutate");t.map(function(t){var e=ie(t,2),n=e[0],r=e[1];n.parentNode&&(n.outerHTML=r+(Jt.keepOriginalSource&&"svg"!==n.tagName.toLowerCase()?"\x3c!-- "+n.outerHTML+" --\x3e":""))}),"function"==typeof e&&e(),n()})}function h(t){var e=t.treeCallback,r=t.nodeCallback;new MutationObserver(function(t){n(t).forEach(function(t){"childList"===t.type&&t.addedNodes.length>0&&!l(t.addedNodes[0])&&e(t.target),"aggressive"===Jt.observeMutations&&"attributes"===t.type&&l(t.target)&&r(t.target)})}).observe(document.getElementsByTagName("body")[0],{childList:!0,attributes:!0,characterData:!0,subtree:!0})}function d(t,e,n,r){var o=-1,i=null==t?0:t.length;for(r&&i&&(n=t[++o]);++o-1&&t%1==0&&t-1&&t%1==0&&t<=Pe}function x(t,e){var n=Ae(t),r=!n&&Oe(t),o=!n&&!r&&Ce(t),i=!n&&!r&&!o&&$e(t),a=n||r||o||i,u=a?g(t.length,String):[],c=u.length;for(var f in t)!e&&!Re.call(t,f)||a&&("length"==f||o&&("offset"==f||"parent"==f)||i&&("buffer"==f||"byteLength"==f||"byteOffset"==f)||_(f,c))||u.push(f);return u}function k(t){var e=t&&t.constructor;return t===("function"==typeof e&&e.prototype||Xe)}function O(t){if(!k(t))return We(t);var e=[];for(var n in Object(t))He.call(t,n)&&"constructor"!=n&&e.push(n);return e}function A(t){var e=typeof t;return null!=t&&("object"==e||"function"==e)}function z(t){if(!A(t))return!1;var e=v(t);return e==qe||e==Ve||e==Ue||e==Ye}function S(t){return null!=t&&j(t.length)&&!z(t)}function T(t){return S(t)?x(t):O(t)}function C(t,e){return t&&ce(t,e,T)}function E(t,e){return t===e||t!==t&&e!==e}function M(t,e){for(var n=t.length;n--;)if(E(t[n][0],e))return n;return-1}function P(t){var e=-1,n=null==t?0:t.length;for(this.clear();++eu))return!1;var f=i.get(t);if(f&&i.get(e))return f==e;var s=-1,l=!0,p=n&bn?new H:void 0;for(i.set(t,e),i.set(e,t);++s0&&(t[o]=i.join(":").trim()),t},{})),n}function Ft(t){var e={size:16,x:0,y:0,flipX:!1,flipY:!1,rotate:0};return t?t.toLowerCase().split(" ").reduce(function(t,e){var n=e.toLowerCase().split("-"),r=n[0],o=n.slice(1).join("-");if(r&&"h"===o)return t.flipX=!0,t;if(r&&"v"===o)return t.flipY=!0,t;if(o=parseFloat(o),isNaN(o))return t;switch(r){case"grow":t.size=t.size+o;break;case"shrink":t.size=t.size-o;break;case"left":t.x=t.x-o;break;case"right":t.x=t.x+o;break;case"up":t.y=t.y-o;break;case"down":t.y=t.y+o;break;case"rotate":t.rotate=t.rotate+o}return t},e):e}function $t(t){var e=Bt(t),r=e.iconName,o=e.prefix,i=e.rest,a=Dt(t),u=Ft(t.getAttribute("data-fa-transform")),c=r;o&&void 0!==t.innerText&&t.innerText.length>1?c=Pt(o,t.innerText):o&&void 0!==t.innerText&&1===t.innerText.length&&(c=Mt(o,It(t.innerText)));var f=n(t.attributes).reduce(function(t,e){return"class"!==t.name&&"style"!==t.name&&(t[e.name]=e.value),t},{}),s=t.getAttribute("title");return Jt.autoA11y&&!s&&(f["aria-hidden"]="true"),Jt.autoA11y&&s&&(f["aria-labelledby"]=Jt.replacementClass+"-"+r+"-title-"+Lt()),{iconName:c,title:s,prefix:o,transform:u,extra:{classes:i,styles:a,attributes:f}}}function Rt(t,e){var n=e.iconName,r=e.title,o=e.prefix,i=e.transform,a=e.extra,u=null;if(n&&o&&zr[o]&&zr[o][n]){var c=zr[o][n],s=ae(c),l=s[0],p=s[1];s[2],s[3];u=[t,f({prefix:o,iconName:n,width:l,height:p,layers:s.slice(4),transform:i,title:r,extra:a})]}return u}function Xt(t,e){var n=e.title,r=e.transform,o=e.extra,i=null,a=null;if(Qt){var u=parseInt(getComputedStyle(t).fontSize,10),c=t.getBoundingClientRect();i=c.width/u,a=c.height/u}return[t,s({content:t.innerHTML,width:i,height:a,transform:r,title:n,extra:o})]}function Wt(t){var e=$t(t);return~e.extra.classes.indexOf(Sr)?Xt(t,e):Rt(t,e)}function Ht(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:null,r=Object.keys(zr),o=["."+Sr].concat(r.map(function(t){return"."+t})).join(", ");if(0!==o.length){var i=oe.begin("onTree"),a=window.innerHeight||document.documentElement.clientHeight,u=window.innerWidth||document.documentElement.clientWidth,c=!0,f=n(t.querySelectorAll(o)).reduce(function(t,e){var n=Wt(e);if(!n)return t;var r=!!c&&e.getBoundingClientRect();return c&&r.top>=0&&r.left>=0&&r.bottom<=a&&r.right<=u?t.visible.push(n):(c=!1,t.hidden.push(n)),t},{visible:[],hidden:[]});i(),p(f.visible,function(){"function"==typeof e&&e(),p(f.hidden,e)})}}function Ut(t){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:null,n=Wt(t);n&&p([n],e)}var qt=Object.getOwnPropertySymbols,Vt=Object.prototype.hasOwnProperty,Yt=Object.prototype.propertyIsEnumerable,Gt=function(){try{if(!Object.assign)return!1;var t=new String("abc");if(t[5]="de","5"===Object.getOwnPropertyNames(t)[0])return!1;for(var e={},n=0;n<10;n++)e["_"+String.fromCharCode(n)]=n;if("0123456789"!==Object.getOwnPropertyNames(e).map(function(t){return e[t]}).join(""))return!1;var r={};return"abcdefghijklmnopqrst".split("").forEach(function(t){r[t]=t}),"abcdefghijklmnopqrst"===Object.keys(Object.assign({},r)).join("")}catch(t){return!1}}()?Object.assign:function(e,n){for(var r,o,i=t(e),a=1;a-1},P.prototype.set=function(t,e){var n=this.__data__,r=M(n,t);return r<0?(++this.size,n.push([t,e])):n[r][1]=e,this};var Ke=le["__core-js_shared__"],Qe=function(){var t=/[^.]+$/.exec(Ke&&Ke.keys&&Ke.keys.IE_PROTO||"");return t?"Symbol(src)_1."+t:""}(),Ze=Function.prototype.toString,tn=/[\\^$.*+?()[\]{}|]/g,en=/^\[object .+?Constructor\]$/,nn=Function.prototype,rn=Object.prototype,on=nn.toString,an=rn.hasOwnProperty,un=RegExp("^"+on.call(an).replace(tn,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),cn=D(le,"Map"),fn=D(Object,"create"),sn="__lodash_hash_undefined__",ln=Object.prototype.hasOwnProperty,pn=Object.prototype.hasOwnProperty,hn="__lodash_hash_undefined__";F.prototype.clear=function(){this.__data__=fn?fn(null):{},this.size=0},F.prototype.delete=function(t){var e=this.has(t)&&delete this.__data__[t];return this.size-=e?1:0,e},F.prototype.get=function(t){var e=this.__data__;if(fn){var n=e[t];return n===sn?void 0:n}return ln.call(e,t)?e[t]:void 0},F.prototype.has=function(t){var e=this.__data__;return fn?void 0!==e[t]:pn.call(e,t)},F.prototype.set=function(t,e){var n=this.__data__;return this.size+=this.has(t)?0:1,n[t]=fn&&void 0===e?hn:e,this},X.prototype.clear=function(){this.size=0,this.__data__={hash:new F,map:new(cn||P),string:new F}},X.prototype.delete=function(t){var e=R(this,t).delete(t);return this.size-=e?1:0,e},X.prototype.get=function(t){return R(this,t).get(t)},X.prototype.has=function(t){return R(this,t).has(t)},X.prototype.set=function(t,e){var n=R(this,t),r=n.size;return n.set(t,e),this.size+=n.size==r?0:1,this};var dn=200;W.prototype.clear=function(){this.__data__=new P,this.size=0},W.prototype.delete=function(t){var e=this.__data__,n=e.delete(t);return this.size=e.size,n},W.prototype.get=function(t){return this.__data__.get(t)},W.prototype.has=function(t){return this.__data__.has(t)},W.prototype.set=function(t,e){var n=this.__data__;if(n instanceof P){var r=n.__data__;if(!cn||r.length0&&void 0!==arguments[0]?arguments[0]:{},e=t.node,n=void 0===e?document:e,r=t.callback;Ht(n,void 0===r?function(){}:r)}}};!function(t){if(t&&"undefined"!=typeof window){var e=document.createElement("style");e.setAttribute("type","text/css"),e.innerHTML=t,document.head.appendChild(e)}}('.svg-inline--fa {\n display: inline-block;\n font-size: inherit;\n height: 1em;\n vertical-align: -12.5%;\n overflow: visible; }\n .svg-inline--fa path {\n fill: currentColor; }\n .svg-inline--fa.fa-lg {\n vertical-align: -25%; }\n .svg-inline--fa.fa-pull-left {\n margin-right: .3em; }\n .svg-inline--fa.fa-pull-right {\n margin-left: .3em; }\n\n/* makes the font 33% larger relative to the icon container */\n.fa-lg {\n font-size: 1.33333em;\n line-height: 0.75em;\n vertical-align: -15%; }\n\n.fa-2x {\n font-size: 2em; }\n\n.fa-3x {\n font-size: 3em; }\n\n.fa-4x {\n font-size: 4em; }\n\n.fa-5x {\n font-size: 5em; }\n\n.fa-fw {\n text-align: center;\n width: 1.25em; }\n\n.fa-ul {\n padding-left: 0;\n margin-left: 1.875em;\n list-style-type: none; }\n .fa-ul > li {\n position: relative; }\n\n.fa-li {\n position: absolute;\n left: -1.875em;\n width: 1.875em;\n top: 0.14286em;\n text-align: center; }\n .fa-li.fa-lg {\n left: -1.58929em; }\n\n.fa-border {\n padding: .2em .25em .15em;\n border: solid 0.08em #eee;\n border-radius: .1em; }\n\n.fa-pull-left {\n float: left; }\n\n.fa-pull-right {\n float: right; }\n\n.fa.fa-pull-left {\n margin-right: .3em; }\n\n.fa.fa-pull-right {\n margin-left: .3em; }\n\n/* Deprecated as of 4.4.0 */\n.pull-right {\n float: right; }\n\n.pull-left {\n float: left; }\n\n.fa.pull-left {\n margin-right: .3em; }\n\n.fa.pull-right {\n margin-left: .3em; }\n\n.fa-spin {\n -webkit-animation: fa-spin 2s infinite linear;\n animation: fa-spin 2s infinite linear; }\n\n.fa-pulse {\n -webkit-animation: fa-spin 1s infinite steps(8);\n animation: fa-spin 1s infinite steps(8); }\n\n@-webkit-keyframes fa-spin {\n 0% {\n -webkit-transform: rotate(0deg);\n transform: rotate(0deg); }\n 100% {\n -webkit-transform: rotate(359deg);\n transform: rotate(359deg); } }\n\n@keyframes fa-spin {\n 0% {\n -webkit-transform: rotate(0deg);\n transform: rotate(0deg); }\n 100% {\n -webkit-transform: rotate(359deg);\n transform: rotate(359deg); } }\n\n.fa-rotate-90 {\n -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";\n -webkit-transform: rotate(90deg);\n transform: rotate(90deg); }\n\n.fa-rotate-180 {\n -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";\n -webkit-transform: rotate(180deg);\n transform: rotate(180deg); }\n\n.fa-rotate-270 {\n -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";\n -webkit-transform: rotate(270deg);\n transform: rotate(270deg); }\n\n.fa-flip-horizontal {\n -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";\n -webkit-transform: scale(-1, 1);\n transform: scale(-1, 1); }\n\n.fa-flip-vertical {\n -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";\n -webkit-transform: scale(1, -1);\n transform: scale(1, -1); }\n\n:root .fa-rotate-90,\n:root .fa-rotate-180,\n:root .fa-rotate-270,\n:root .fa-flip-horizontal,\n:root .fa-flip-vertical {\n -webkit-filter: none;\n filter: none; }\n\n.fa-stack {\n position: relative;\n display: inline-block;\n width: 2em;\n height: 2em; }\n\n.fa-stack-1x, .fa-stack-2x {\n position: absolute;\n margin: auto;\n top: 0;\n left: 0;\n bottom: 0;\n right: 0; }\n\n.fa-stack-1x {\n width: 1em;\n height: 1em; }\n\n.fa-stack-2x {\n width: 2em;\n height: 2em; }\n\n.fa-inverse {\n color: #fff; }\n\n.fa-layers svg.svg-inline--fa {\n bottom: 0;\n left: 0;\n margin: auto;\n position: absolute;\n right: 0;\n top: 0; }\n\n.fa-layers {\n display: inline-block;\n height: 1em;\n position: relative;\n text-align: center;\n vertical-align: -12.5%;\n width: 1.25em; }\n .fa-layers svg.svg-inline--fa {\n -webkit-transform-origin: center center;\n transform-origin: center center; }\n\n.fa-layers-text, .fa-layers-counter {\n display: inline-block;\n position: absolute;\n text-align: center; }\n\n.fa-layers-text {\n left: 50%;\n top: 50%;\n -webkit-transform: translate(-50%, -50%);\n transform: translate(-50%, -50%);\n -webkit-transform-origin: center center;\n transform-origin: center center; }\n\n.fa-layers-counter {\n background-color: #ff253a;\n border-radius: 1em;\n color: #fff;\n height: 1.5em;\n line-height: 1;\n max-width: 5em;\n min-width: 1.5em;\n overflow: hidden;\n padding: .25em;\n text-overflow: ellipsis;\n right: 0;\n top: 0;\n -webkit-transform: scale(0.25);\n transform: scale(0.25);\n -webkit-transform-origin: top right;\n transform-origin: top right; }\n\n.fa-layers-bottom-right {\n top: auto;\n bottom: 0;\n right: 0;\n -webkit-transform: scale(0.25);\n transform: scale(0.25);\n -webkit-transform-origin: bottom right;\n transform-origin: bottom right; }\n\n.fa-layers-bottom-left {\n right: auto;\n top: auto;\n bottom: 0;\n left: 0;\n -webkit-transform: scale(0.25);\n transform: scale(0.25);\n -webkit-transform-origin: bottom left;\n transform-origin: bottom left; }\n\n.fa-layers-top-right {\n right: 0;\n top: 0;\n -webkit-transform: scale(0.25);\n transform: scale(0.25);\n -webkit-transform-origin: top right;\n transform-origin: top right; }\n\n.fa-layers-top-left {\n right: auto;\n left: 0;\n top: 0;\n -webkit-transform: scale(0.25);\n transform: scale(0.25);\n -webkit-transform-origin: top left;\n transform-origin: top left; }\n\n.sr-only {\n position: absolute;\n width: 1px;\n height: 1px;\n padding: 0;\n margin: -1px;\n overflow: hidden;\n clip: rect(0, 0, 0, 0);\n border: 0; }\n\n.sr-only-focusable:active, .sr-only-focusable:focus {\n position: static;\n width: auto;\n height: auto;\n margin: 0;\n overflow: visible;\n clip: auto; }\n');var Mr=function(){Jt.autoReplaceSvg&&Ht(document)};Zt.hooks=Gt({},Zt.hooks,{addPack:function(t,e){Zt.packs[t]=Gt({},Zt.packs[t]||{},e),kr(),Mr()},addShims:function(t){var e;(e=Zt.shims).push.apply(e,ue(t)),kr(),Mr()}}),window&&!window.FontAwesome&&(window.FontAwesome=Er),function(t){Cr?setTimeout(t,0):Tr.push(t)}(function(){Object.keys(Zt.packs).length>0&&Mr(),Jt.observeMutations&&"function"==typeof MutationObserver&&h({treeCallback:Ht,nodeCallback:Ut})})}();
diff --git a/js/packs/brands.js b/js/packs/brands.js
index b6da42204..af80f7a7b 100644
--- a/js/packs/brands.js
+++ b/js/packs/brands.js
@@ -1 +1 @@
-!function(){"use strict";function c(c){if(null===c||void 0===c)throw new TypeError("Object.assign cannot be called with null or undefined");return Object(c)}var z={"500px":[448,512,[],"f26e","M103.3 344.3c-6.5-14.2-6.9-18.3 7.4-23.1 25.6-8 8 9.2 43.2 49.2h.3v-93.9c1.2-50.2 44-92.2 97.7-92.2 53.9 0 97.7 43.5 97.7 96.8 0 63.4-60.8 113.2-128.5 93.3-10.5-4.2-2.1-31.7 8.5-28.6 53 0 89.4-10.1 89.4-64.4 0-61-77.1-89.6-116.9-44.6-23.5 26.4-17.6 42.1-17.6 157.6 50.7 31 118.3 22 160.4-20.1 24.8-24.8 38.5-58 38.5-93 0-35.2-13.8-68.2-38.8-93.3-24.8-24.8-57.8-38.5-93.3-38.5s-68.8 13.8-93.5 38.5c-.3.3-16 16.5-21.2 23.9l-.5.6c-3.3 4.7-6.3 9.1-20.1 6.1-6.9-1.7-14.3-5.8-14.3-11.8V20c0-5 3.9-10.5 10.5-10.5h241.3c8.3 0 8.3 11.6 8.3 15.1 0 3.9 0 15.1-8.3 15.1H130.3v132.9h.3c104.2-109.8 282.8-36 282.8 108.9 0 178.1-244.8 220.3-310.1 62.8zm63.3-260.8c-.5 4.2 4.6 24.5 14.6 20.6C306 56.6 384 144.5 390.6 144.5c4.8 0 22.8-15.3 14.3-22.8-93.2-89-234.5-57-238.3-38.2zM393 414.7C283 524.6 94 475.5 61 310.5c0-12.2-30.4-7.4-28.9 3.3 24 173.4 246 256.9 381.6 121.3 6.9-7.8-12.6-28.4-20.7-20.4zM213.6 306.6c0 4 4.3 7.3 5.5 8.5 3 3 6.1 4.4 8.5 4.4 3.8 0 2.6.2 22.3-19.5 19.6 19.3 19.1 19.5 22.3 19.5 5.4 0 18.5-10.4 10.7-18.2L265.6 284l18.2-18.2c6.3-6.8-10.1-21.8-16.2-15.7L249.7 268c-18.6-18.8-18.4-19.5-21.5-19.5-5 0-18 11.7-12.4 17.3L234 284c-18.1 17.9-20.4 19.2-20.4 22.6z"],adn:[496,512,[],"f170","M248 167.5l64.9 98.8H183.1l64.9-98.8zM496 256c0 136.9-111.1 248-248 248S0 392.9 0 256 111.1 8 248 8s248 111.1 248 248zm-99.8 82.7L248 115.5 99.8 338.7h30.4l33.6-51.7h168.6l33.6 51.7h30.2z"],affiliatetheme:[512,512,[],"f368","M159.7 237.4C108.4 308.3 43.1 348.2 14 326.6-15.2 304.9 2.8 230 54.2 159.1c51.3-70.9 116.6-110.8 145.7-89.2 29.1 21.6 11.1 96.6-40.2 167.5zm351.2-57.3C437.1 303.5 319 367.8 246.4 323.7c-25-15.2-41.3-41.2-49-73.8-33.6 64.8-92.8 113.8-164.1 133.2 49.8 59.3 124.1 96.9 207 96.9 150 0 271.6-123.1 271.6-274.9.1-8.5-.3-16.8-1-25z"],algolia:[448,512,[],"f369","M229.3 182.6c-49.3 0-89.2 39.9-89.2 89.2 0 49.3 39.9 89.2 89.2 89.2s89.2-39.9 89.2-89.2c0-49.3-40-89.2-89.2-89.2zm62.7 56.6l-58.9 30.6c-1.8.9-3.8-.4-3.8-2.3V201c0-1.5 1.3-2.7 2.7-2.6 26.2 1 48.9 15.7 61.1 37.1.7 1.3.2 3-1.1 3.7zM389.1 32H58.9C26.4 32 0 58.4 0 90.9V421c0 32.6 26.4 59 58.9 59H389c32.6 0 58.9-26.4 58.9-58.9V90.9C448 58.4 421.6 32 389.1 32zm-202.6 84.7c0-10.8 8.7-19.5 19.5-19.5h45.3c10.8 0 19.5 8.7 19.5 19.5v15.4c0 1.8-1.7 3-3.3 2.5-12.3-3.4-25.1-5.1-38.1-5.1-13.5 0-26.7 1.8-39.4 5.5-1.7.5-3.4-.8-3.4-2.5v-15.8zm-84.4 37l9.2-9.2c7.6-7.6 19.9-7.6 27.5 0l7.7 7.7c1.1 1.1 1 3-.3 4-6.2 4.5-12.1 9.4-17.6 14.9-5.4 5.4-10.4 11.3-14.8 17.4-1 1.3-2.9 1.5-4 .3l-7.7-7.7c-7.6-7.5-7.6-19.8 0-27.4zm127.2 244.8c-70 0-126.6-56.7-126.6-126.6s56.7-126.6 126.6-126.6c70 0 126.6 56.6 126.6 126.6 0 69.8-56.7 126.6-126.6 126.6z"],amazon:[448,512,[],"f270","M257.2 162.7c-48.7 1.8-169.5 15.5-169.5 117.5 0 109.5 138.3 114 183.5 43.2 6.5 10.2 35.4 37.5 45.3 46.8l56.8-56S341 288.9 341 261.4V114.3C341 89 316.5 32 228.7 32 140.7 32 94 87 94 136.3l73.5 6.8c16.3-49.5 54.2-49.5 54.2-49.5 40.7-.1 35.5 29.8 35.5 69.1zm0 86.8c0 80-84.2 68-84.2 17.2 0-47.2 50.5-56.7 84.2-57.8v40.6zm136 163.5c-7.7 10-70 67-174.5 67S34.2 408.5 9.7 379c-6.8-7.7 1-11.3 5.5-8.3C88.5 415.2 203 488.5 387.7 401c7.5-3.7 13.3 2 5.5 12zm39.8 2.2c-6.5 15.8-16 26.8-21.2 31-5.5 4.5-9.5 2.7-6.5-3.8s19.3-46.5 12.7-55c-6.5-8.3-37-4.3-48-3.2-10.8 1-13 2-14-.3-2.3-5.7 21.7-15.5 37.5-17.5 15.7-1.8 41-.8 46 5.7 3.7 5.1 0 27.1-6.5 43.1z"],amilia:[448,512,[],"f36a","M240.1 32c-61.9 0-131.5 16.9-184.2 55.4-5.1 3.1-9.1 9.2-7.2 19.4 1.1 5.1 5.1 27.4 10.2 39.6 4.1 10.2 14.2 10.2 20.3 6.1 32.5-22.3 96.5-47.7 152.3-47.7 57.9 0 58.9 28.4 58.9 73.1v38.5C203 227.7 78.2 251 46.7 264.2 11.2 280.5 16.3 357.7 16.3 376s15.2 104 124.9 104c47.8 0 113.7-20.7 153.3-42.1v25.4c0 3 2.1 8.2 6.1 9.1 3.1 1 50.7 2 59.9 2s62.5.3 66.5-.7c4.1-1 5.1-6.1 5.1-9.1V168c-.1-80.3-57.9-136-192-136zm-87.9 327.7c0-12.2-3-42.7 18.3-52.9 24.3-13.2 75.1-29.4 119.8-33.5V380c-21.4 13.2-48.7 24.4-79.1 24.4-52.8 0-58.9-33.5-59-44.7"],android:[448,512,[],"f17b","M89.6 204.5v115.8c0 15.4-12.1 27.7-27.5 27.7-15.3 0-30.1-12.4-30.1-27.7V204.5c0-15.1 14.8-27.5 30.1-27.5 15.1 0 27.5 12.4 27.5 27.5zm10.8 157c0 16.4 13.2 29.6 29.6 29.6h19.9l.3 61.1c0 36.9 55.2 36.6 55.2 0v-61.1h37.2v61.1c0 36.7 55.5 36.8 55.5 0v-61.1h20.2c16.2 0 29.4-13.2 29.4-29.6V182.1H100.4v179.4zm248-189.1H99.3c0-42.8 25.6-80 63.6-99.4l-19.1-35.3c-2.8-4.9 4.3-8 6.7-3.8l19.4 35.6c34.9-15.5 75-14.7 108.3 0L297.5 34c2.5-4.3 9.5-1.1 6.7 3.8L285.1 73c37.7 19.4 63.3 56.6 63.3 99.4zm-170.7-55.5c0-5.7-4.6-10.5-10.5-10.5-5.7 0-10.2 4.8-10.2 10.5s4.6 10.5 10.2 10.5c5.9 0 10.5-4.8 10.5-10.5zm113.4 0c0-5.7-4.6-10.5-10.2-10.5-5.9 0-10.5 4.8-10.5 10.5s4.6 10.5 10.5 10.5c5.6 0 10.2-4.8 10.2-10.5zm94.8 60.1c-15.1 0-27.5 12.1-27.5 27.5v115.8c0 15.4 12.4 27.7 27.5 27.7 15.4 0 30.1-12.4 30.1-27.7V204.5c0-15.4-14.8-27.5-30.1-27.5z"],angellist:[448,512,[],"f209","M347.1 215.4c11.7-32.6 45.4-126.9 45.4-157.1 0-26.6-15.7-48.9-43.7-48.9-44.6 0-84.6 131.7-97.1 163.1C242 144 196.6 0 156.6 0c-31.1 0-45.7 22.9-45.7 51.7 0 35.3 34.2 126.8 46.6 162-6.3-2.3-13.1-4.3-20-4.3-23.4 0-48.3 29.1-48.3 52.6 0 8.9 4.9 21.4 8 29.7-36.9 10-51.1 34.6-51.1 71.7C46 435.6 114.4 512 210.6 512c118 0 191.4-88.6 191.4-202.9 0-43.1-6.9-82-54.9-93.7zM311.7 108c4-12.3 21.1-64.3 37.1-64.3 8.6 0 10.9 8.9 10.9 16 0 19.1-38.6 124.6-47.1 148l-34-6 33.1-93.7zM142.3 48.3c0-11.9 14.5-45.7 46.3 47.1l34.6 100.3c-15.6-1.3-27.7-3-35.4 1.4-10.9-28.8-45.5-119.7-45.5-148.8zM140 244c29.3 0 67.1 94.6 67.1 107.4 0 5.1-4.9 11.4-10.6 11.4-20.9 0-76.9-76.9-76.9-97.7.1-7.7 12.7-21.1 20.4-21.1zm184.3 186.3c-29.1 32-66.3 48.6-109.7 48.6-59.4 0-106.3-32.6-128.9-88.3-17.1-43.4 3.8-68.3 20.6-68.3 11.4 0 54.3 60.3 54.3 73.1 0 4.9-7.7 8.3-11.7 8.3-16.1 0-22.4-15.5-51.1-51.4-29.7 29.7 20.5 86.9 58.3 86.9 26.1 0 43.1-24.2 38-42 3.7 0 8.3.3 11.7-.6 1.1 27.1 9.1 59.4 41.7 61.7 0-.9 2-7.1 2-7.4 0-17.4-10.6-32.6-10.6-50.3 0-28.3 21.7-55.7 43.7-71.7 8-6 17.7-9.7 27.1-13.1 9.7-3.7 20-8 27.4-15.4-1.1-11.2-5.7-21.1-16.9-21.1-27.7 0-120.6 4-120.6-39.7 0-6.7.1-13.1 17.4-13.1 32.3 0 114.3 8 138.3 29.1 18.1 16.1 24.3 113.2-31 174.7zm-98.6-126c9.7 3.1 19.7 4 29.7 6-7.4 5.4-14 12-20.3 19.1-2.8-8.5-6.2-16.8-9.4-25.1z"],angrycreative:[640,512,[],"f36b","M640 238.2l-3.2 28.2-34.5 2.3-2 18.1 34.5-2.3-3.2 28.2-34.4 2.2-2.3 20.1 34.4-2.2-3 26.1-64.7 4.1 12.7-113.2L527 365.2l-31.9 2-23.8-117.8 30.3-2 13.6 79.4 31.7-82.4 93.1-6.2zM426.8 371.5l28.3-1.8L468 249.6l-28.4 1.9-12.8 120zM162 388.1l-19.4-36-3.5 37.4-28.2 1.7 2.7-29.1c-11 18-32 34.3-56.9 35.8C23.9 399.9-3 377 .3 339.7c2.6-29.3 26.7-62.8 67.5-65.4 37.7-2.4 47.6 23.2 51.3 28.8l2.8-30.8 38.9-2.5c20.1-1.3 38.7 3.7 42.5 23.7l2.6-26.6 64.8-4.2-2.7 27.9-36.4 2.4-1.7 17.9 36.4-2.3-2.7 27.9-36.4 2.3-1.9 19.9 36.3-2.3-2.1 20.8 55-117.2 23.8-1.6L370.4 369l8.9-85.6-22.3 1.4 2.9-27.9 75-4.9-3 28-24.3 1.6-9.7 91.9-58 3.7-4.3-15.6-39.4 2.5-8 16.3-126.2 7.7zm-44.3-70.2l-26.4 1.7C84.6 307.2 76.9 303 65 303.8c-19 1.2-33.3 17.5-34.6 33.3-1.4 16 7.3 32.5 28.7 31.2 12.8-.8 21.3-8.6 28.9-18.9l27-1.7 2.7-29.8zm56.1-7.7c1.2-12.9-7.6-13.6-26.1-12.4l-2.7 28.5c14.2-.9 27.5-2.1 28.8-16.1zm21.1 70.8l5.8-60c-5 13.5-14.7 21.1-27.9 26.6l22.1 33.4zm135.4-45l-7.9-37.8-15.8 39.3 23.7-1.5zm-170.1-74.6l-4.3-17.5-39.6 2.6-8.1 18.2-31.9 2.1 57-121.9 23.9-1.6 30.7 102 9.9-104.7 27-1.8 37.8 63.6 6.5-66.6 28.5-1.9-4 41.2c7.4-13.5 22.9-44.7 63.6-47.5 40.5-2.8 52.4 29.3 53.4 30.3l3.3-32 39.3-2.7c12.7-.9 27.8.3 36.3 9.7l-4.4-11.9 32.2-2.2 12.9 43.2 23-45.7 31-2.2-43.6 78.4-4.8 44.3-28.4 1.9 4.8-44.3-15.8-43c1 22.3-9.2 40.1-32 49.6l25.2 38.8-36.4 2.4-19.2-36.8-4 38.3-28.4 1.9 3.3-31.5c-6.7 9.3-19.7 35.4-59.6 38-26.2 1.7-45.6-10.3-55.4-39.2l-4 40.3-25 1.6-37.6-63.3-6.3 66.2-56.8 3.7zm276.6-82.1c10.2-.7 17.5-2.1 21.6-4.3 4.5-2.4 7-6.4 7.6-12.1.6-5.3-.6-8.8-3.4-10.4-3.6-2.1-10.6-2.8-22.9-2l-2.9 28.8zM327.7 214c5.6 5.9 12.7 8.5 21.3 7.9 4.7-.3 9.1-1.8 13.3-4.1 5.5-3 10.6-8 15.1-14.3l-34.2 2.3 2.4-23.9 63.1-4.3 1.2-12-31.2 2.1c-4.1-3.7-7.8-6.6-11.1-8.1-4-1.7-8.1-2.8-12.2-2.5-8 .5-15.3 3.6-22 9.2-7.7 6.4-12 14.5-12.9 24.4-1.1 9.6 1.4 17.3 7.2 23.3zm-201.3 8.2l23.8-1.6-8.3-37.6-15.5 39.2z"],apper:[640,512,[],"f36c","M42.1 239.1c22.2 0 29 2.8 33.5 14.6h.8v-22.9c0-11.3-4.8-15.4-17.9-15.4-11.3 0-14.4 2.5-15.1 12.8H4.8c.3-13.9 1.5-19.1 5.8-24.4C17.9 195 29.5 192 56.7 192c33 0 47.1 5 53.9 18.9 2 4.3 4 15.6 4 23.7v76.3H76.3l1.3-19.1h-1c-5.3 15.6-13.6 20.4-35.5 20.4-30.3 0-41.1-10.1-41.1-37.3 0-25.2 12.3-35.8 42.1-35.8zm17.1 48.1c13.1 0 16.9-3 16.9-13.4 0-9.1-4.3-11.6-19.6-11.6-13.1 0-17.9 3-17.9 12.1-.1 10.4 3.7 12.9 20.6 12.9zm77.8-94.9h38.3l-1.5 20.6h.8c9.1-17.1 15.9-20.9 37.5-20.9 14.4 0 24.7 3 31.5 9.1 9.8 8.6 12.8 20.4 12.8 48.1 0 30-3 43.1-12.1 52.9-6.8 7.3-16.4 10.1-33.2 10.1-20.4 0-29.2-5.5-33.8-21.2h-.8v70.3H137v-169zm80.9 60.7c0-27.5-3.3-32.5-20.7-32.5-16.9 0-20.7 5-20.7 28.7 0 28 3.5 33.5 21.2 33.5 16.4 0 20.2-5.6 20.2-29.7zm57.9-60.7h38.3l-1.5 20.6h.8c9.1-17.1 15.9-20.9 37.5-20.9 14.4 0 24.7 3 31.5 9.1 9.8 8.6 12.8 20.4 12.8 48.1 0 30-3 43.1-12.1 52.9-6.8 7.3-16.4 10.1-33.3 10.1-20.4 0-29.2-5.5-33.8-21.2h-.8v70.3h-39.5v-169zm80.9 60.7c0-27.5-3.3-32.5-20.7-32.5-16.9 0-20.7 5-20.7 28.7 0 28 3.5 33.5 21.2 33.5 16.4 0 20.2-5.6 20.2-29.7zm53.8-3.8c0-25.4 3.3-37.8 12.3-45.8 8.8-8.1 22.2-11.3 45.1-11.3 42.8 0 55.7 12.8 55.7 55.7v11.1h-75.3c-.3 2-.3 4-.3 4.8 0 16.9 4.5 21.9 20.1 21.9 13.9 0 17.9-3 17.9-13.9h37.5v2.3c0 9.8-2.5 18.9-6.8 24.7-7.3 9.8-19.6 13.6-44.3 13.6-27.5 0-41.6-3.3-50.6-12.3-8.5-8.5-11.3-21.3-11.3-50.8zm76.4-11.6c-.3-1.8-.3-3.3-.3-3.8 0-12.3-3.3-14.6-19.6-14.6-14.4 0-17.1 3-18.1 15.1l-.3 3.3h38.3zm55.6-45.3h38.3l-1.8 19.9h.7c6.8-14.9 14.4-20.2 29.7-20.2 10.8 0 19.1 3.3 23.4 9.3 5.3 7.3 6.8 14.4 6.8 34 0 1.5 0 5 .2 9.3h-35c.3-1.8.3-3.3.3-4 0-15.4-2-19.4-10.3-19.4-6.3 0-10.8 3.3-13.1 9.3-1 3-1 4.3-1 12.3v68h-38.3V192.3z"],apple:[448,512,[],"f179","M247.2 137.6c-6.2 1.9-15.3 3.5-27.9 4.6 1.1-56.7 29.9-96.6 88-110.1 9.3 41.6-26.1 94.1-60.1 105.5zm121.3 72.7c6.4-9.4 16.6-19.9 30.6-31.7-22.3-27.6-48.1-44.3-85.1-44.3-35.4 0-65.2 18.2-87 18.2-18.5 0-51.9-16.1-84.5-16.1-69.6 0-106.5 68.1-106.5 139C36 354.2 95.7 480 156.2 480c23.8 0 45.2-18 73.5-18 29.3 0 52.8 17.2 80.3 17.2 46 0 88.6-77.5 102-119.7-46.8-14.3-84.4-90.2-43.5-149.2z"],asymmetrik:[576,512,[],"f36d","M517.5 309.2c38.8-40 58.1-80 58.5-116.1.8-65.5-59.4-118.2-169.4-135C277.9 38.4 118.1 73.6 0 140.5 52 114 110.6 92.3 170.7 82.3c74.5-20.5 153-25.4 221.3-14.8C544.5 91.3 588.8 195 490.8 299.2c-10.2 10.8-22 21.1-35 30.6L304.9 103.4 114.7 388.9c-65.6-29.4-76.5-90.2-19.1-151.2 20.8-22.2 48.3-41.9 79.5-58.1 20-12.2 39.7-22.6 62-30.7-65.1 20.3-122.7 52.9-161.6 92.9-27.7 28.6-41.4 57.1-41.7 82.9-.5 35.1 23.4 65.1 68.4 83l-34.5 51.7h101.6l22-34.4c22.2 1 45.3 0 68.6-2.7l-22.8 37.1h135.5L340 406.3c18.6-5.3 36.9-11.5 54.5-18.7l45.9 71.8H542L468.6 349c18.5-12.1 35-25.5 48.9-39.8zm-187.6 80.5l-25-40.6-32.7 53.3c-23.4 3.5-46.7 5.1-69.2 4.4l101.9-159.3 78.7 123c-17.2 7.4-35.3 13.9-53.7 19.2z"],bandcamp:[496,512,[],"f2d5","M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm48.2 326.1h-181L199.9 178h181l-84.7 156.1z"],behance:[576,512,[],"f1b4","M232 237.2c31.8-15.2 48.4-38.2 48.4-74 0-70.6-52.6-87.8-113.3-87.8H0v354.4h171.8c64.4 0 124.9-30.9 124.9-102.9 0-44.5-21.1-77.4-64.7-89.7zM77.9 135.9H151c28.1 0 53.4 7.9 53.4 40.5 0 30.1-19.7 42.2-47.5 42.2h-79v-82.7zm83.3 233.7H77.9V272h84.9c34.3 0 56 14.3 56 50.6 0 35.8-25.9 47-57.6 47zm358.5-240.7H376V94h143.7v34.9zM576 305.2c0-75.9-44.4-139.2-124.9-139.2-78.2 0-131.3 58.8-131.3 135.8 0 79.9 50.3 134.7 131.3 134.7 61.3 0 101-27.6 120.1-86.3H509c-6.7 21.9-34.3 33.5-55.7 33.5-41.3 0-63-24.2-63-65.3h185.1c.3-4.2.6-8.7.6-13.2zM390.4 274c2.3-33.7 24.7-54.8 58.5-54.8 35.4 0 53.2 20.8 56.2 54.8H390.4z"],"behance-square":[512,512,[],"f1b5","M186.5 293c0 19.3-14 25.4-31.2 25.4h-45.1v-52.9h46c18.6.1 30.3 7.8 30.3 27.5zm-7.7-82.3c0-17.7-13.7-21.9-28.9-21.9h-39.6v44.8H153c15.1 0 25.8-6.6 25.8-22.9zm132.3 23.2c-18.3 0-30.5 11.4-31.7 29.7h62.2c-1.7-18.5-11.3-29.7-30.5-29.7zM448 80v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V80c0-26.5 21.5-48 48-48h352c26.5 0 48 21.5 48 48zM271.7 185h77.8v-18.9h-77.8V185zm-43 110.3c0-24.1-11.4-44.9-35-51.6 17.2-8.2 26.2-17.7 26.2-37 0-38.2-28.5-47.5-61.4-47.5H68v192h93.1c34.9-.2 67.6-16.9 67.6-55.9zM380 280.5c0-41.1-24.1-75.4-67.6-75.4-42.4 0-71.1 31.8-71.1 73.6 0 43.3 27.3 73 71.1 73 33.2 0 54.7-14.9 65.1-46.8h-33.7c-3.7 11.9-18.6 18.1-30.2 18.1-22.4 0-34.1-13.1-34.1-35.3h100.2c.1-2.3.3-4.8.3-7.2z"],bimobject:[448,512,[],"f36e","M416 32H32C14.4 32 0 46.4 0 64v384c0 17.6 14.4 32 32 32h384c17.6 0 32-14.4 32-32V64c0-17.6-14.4-32-32-32zm-64 257.4c0 49.4-11.4 82.6-103.8 82.6h-16.9c-44.1 0-62.4-14.9-70.4-38.8h-.9V368H96V136h64v74.7h1.1c4.6-30.5 39.7-38.8 69.7-38.8h17.3c92.4 0 103.8 33.1 103.8 82.5v35zm-64-28.9v22.9c0 21.7-3.4 33.8-38.4 33.8h-45.3c-28.9 0-44.1-6.5-44.1-35.7v-19c0-29.3 15.2-35.7 44.1-35.7h45.3c35-.2 38.4 12 38.4 33.7z"],bitbucket:[448,512,[],"f171","M365.2 372.3c-7.6 26.7-3.3 66.5-31.6 82.1C248 501.8 119.7 476.8 94.8 434c-6.8-26.2-11.2-56.7-15.5-83.4 2.1-5.5.5-3.8 6.5-6.8 81.2 53.7 194.9 53.7 276.5 0 12.7 3.7 3.1 19.2 2.9 28.5zM209.5 218.8c-21.3 9.8-21.3 44.4.5 54 19.4 11.7 47.2-6.3 44.2-29.2 0-21.2-26.4-36-44.7-24.8zm174.8 70.1c-9.8 57-214.5 92.6-307.8 20.7C57.1 294.7 32.1 96 32 95 42.1 19 353.5 8.3 411.5 81.6c8.2 10.6 7.5 7.8-27.2 207.3zm-99.8-51c-4.9-38.7-48.8-64.3-84.5-48.3-22.6 10.1-37.9 34.1-36.8 59.4 1.4 33.3 33 60.5 66.3 57.5 33.2-2.9 59.1-35.3 55-68.6zm65.1-147.8c-28.1-37.1-225.7-36.8-251.4 0 36.1 33.8 217.1 34.4 251.4 0z"],"bitbucket-square":[448,512,[],"f172","M313.9 137.1c-24.6 24.6-154 24.2-179.8 0 18.3-26.4 159.7-26.6 179.8 0zm-46.6 105.7c2.9 23.8-15.6 47-39.4 49.2-23.8 2.1-46.4-17.4-47.4-41.2-.8-18.1 10.1-35.3 26.3-42.5 25.6-11.6 57 6.8 60.5 34.5zm-21.6 4.1c0-15.2-18.9-25.7-32-17.7-15.2 7-15.2 31.8.4 38.6 13.8 8.3 33.7-4.5 31.6-20.9zM448 80v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V80c0-26.5 21.5-48 48-48h352c26.5 0 48 21.5 48 48zM322.9 318.5c-58.3 38.4-139.7 38.4-197.8 0-4.3 2.2-3.2.9-4.7 4.9 3.1 19.1 6.2 41 11.1 59.7 17.8 30.7 109.6 48.5 170.9 14.6 20.3-11.1 17.2-39.6 22.6-58.7.3-6.7 7.1-17.8-2.1-20.5zM358.2 131C316.7 78.6 94 86.2 86.7 140.6c.1.7 18 142.8 31.8 153.5 66.8 51.4 213.2 26 220.2-14.8C363.6 136.5 364 138.5 358.2 131z"],bitcoin:[512,512,[],"f36f","M311.8 312.4c-8.4 33.8-65.3 15.5-83.7 10.9l14.9-59.9c18.5 4.7 77.6 13.8 68.8 49zm-48.4-130.7L249.9 236c15.4 3.8 62.7 19.4 70.4-11.3 7.9-32-41.5-39.2-56.9-43zM504 256c0 137-111 248-248 248S8 393 8 256 119 8 256 8s248 111 248 248zm-184.5-93.3l11.1-44.7-27.2-6.8-10.8 43.5c-7.2-1.8-14.5-3.5-21.8-5.1l10.9-43.8-27.2-6.8-11.2 44.7c-5.9-1.3-11.7-2.7-17.4-4.1v-.1l-37.5-9.4-7.2 29.1s20.2 4.6 19.8 4.9c11 2.8 13 10 12.7 15.8l-30.5 122.5c-1.3 3.3-4.8 8.4-12.5 6.5.3.4-19.8-4.9-19.8-4.9l-13.5 31 35.4 8.8c6.6 1.7 13 3.4 19.4 5L180.9 394l27.2 6.8 11.2-44.7c7.4 2 14.6 3.9 21.7 5.6l-11.1 44.5L257 413l11.3-45.1c46.4 8.8 81.3 5.2 96-36.7 11.8-33.8-.6-53.3-25-66 17.8-4.1 31.2-15.8 34.7-40 4.9-33-20.2-50.7-54.5-62.5z"],"black-tie":[448,512,[],"f27e","M0 32v448h448V32H0zm316.5 325.2L224 445.9l-92.5-88.7 64.5-184-64.5-86.6h184.9L252 173.2l64.5 184z"],bluetooth:[448,512,[],"f293","M292.6 171.1L249.7 214l-.3-86 43.2 43.1m-43.2 219.8l43.1-43.1-42.9-42.9-.2 86zM416 259.4C416 465 344.1 512 230.9 512S32 465 32 259.4 115.4 0 228.6 0 416 53.9 416 259.4zm-158.5 0l79.4-88.6L211.8 36.5v176.9L138 139.6l-27 26.9 92.7 93-92.7 93 26.9 26.9 73.8-73.8 2.3 170 127.4-127.5-83.9-88.7z"],"bluetooth-b":[448,512,[],"f294","M362.4 149.5L206.3 0v199l-89.4-78.8-31.3 31.3 111.1 101.1-111.1 108 31.3 31.3 89.4-85.7V512l156.1-156.4-103.1-103 103.1-103.1zM250 106.8l50.1 42.9-50.1 49.9v-92.8zm50.1 248.5L250 405.2v-99.6l50.1 49.7z"],buromobelexperte:[448,512,[],"f370","M0 32v128h128V32H0zm120 120H8V40h112v112zm40-120v128h128V32H160zm120 120H168V40h112v112zm40-120v128h128V32H320zm120 120H328V40h112v112zM0 192v128h128V192H0zm120 120H8V200h112v112zm40-120v128h128V192H160zm120 120H168V200h112v112zm40-120v128h128V192H320zm120 120H328V200h112v112zM0 352v128h128V352H0zm120 120H8V360h112v112zm40-120v128h128V352H160zm120 120H168V360h112v112zm40-120v128h128V352H320z"],buysellads:[448,512,[],"f20d","M224 150.7l42.9 160.7h-85.8L224 150.7zM448 80v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V80c0-26.5 21.5-48 48-48h352c26.5 0 48 21.5 48 48zm-65.3 325.3l-94.5-298.7H159.8L65.3 405.3H156l111.7-91.6 24.2 91.6h90.8z"],"cc-amex":[512,512,[],"f1f3","M353.1 193.7h2.8l-6.5 15.1c-2 0-2.8-.4-3-.4-.2-.2-1-1.7-1-7.1 0-4.8 1-6.5 1.2-6.7.2-.2 1.5-.9 6.5-.9zM512.5 94c-.1-16.6-13.5-30-30.1-30h-452C13.8 64 .4 77.4.4 94v111c8-18.7 16.4-38.3 19.2-45H55c3.9 9 1.4 3.3 8.1 18.8V160h41c2.6 5.5 9.9 21.4 12.4 26.8 5.1-12.2 8.9-21.4 11.2-26.8h91.9c0-.1 10.2 0 10.3 0 38.9.3 47.8-.7 57.4 4.8V160h35.6v8.3c6.7-5.4 15.9-8.3 27.4-8.3h24.6c0 .4 1.7.2 2.1.2h28.9c3.7 8.8 2.3 5.3 7.8 18.4v-18.4h38.6c4.3 7.1-1-1.6 10 16.4v-16.4h35.6v82.1h-37.1c-4.8-8-1.2-2-11.8-19.6v19.6h-47.1c-5.7-13.2-.1-.3-5.9-13.7h-17c-3.7 9-1.9 4.7-5.7 13.7h-23.9c-11 0-19.8-2.7-26.5-7.9v7.9h-59.3c-.2-12.4-.1-22.2-.1-22.2-1.6-.2-3-.2-8.8-.2v22.4H133.8v-10.2c-2.2 5-2.3 5.3-4.5 10.2H103c-3.5-8-2.5-5.7-4.5-10.2v10.2H51.2c-3.8-9-2-4.7-5.7-13.7h-17c-3.7 9-1.9 4.7-5.7 13.7H.5V418c0 16.6 13.4 30 30 30h452c16.6 0 30-13.4 30.1-30v-73.9c-11.3 6.6-29.1 4.8-59.2 4.8v-4c-9.7 5-3.5 4-139.8 4 0-22.5.1-21.3 0-22.5-1.5-.1-2.8-.1-8.4-.1 0 16-.1 6.1-.1 22.6h-35.3c0-10.8.1-13.7.1-26-8.9 5.3-20.3 5.7-30.6 5.5 0 13.1-.1 7.4-.1 20.5h-43.6c-4.5-5-2.4-2.8-13.7-15.5-2.9 3.1-11.5 12.3-14.4 15.5H94.4v-82.4h74.1c4.5 5 2.5 2.7 13.8 15.3 2.8-3.1 10.9-12 14-15.3H248c8.8 0 16 1.7 21.7 5v-5c48.5 0 57.3-1.3 67.5 4.5v-4.5H407v4.6c10.2-6.1 17.5-4.6 57.9-4.6v4.5c9.1-5.3 14.7-4.6 47.6-4.5V94zm-78.1 232.5h-28.7l-.1 13.2h28.7c13.2 0 23.3-5 23.3-19.6 0-29.7-38.3-10-38.3-23.5 0-5 4.3-5.7 8.2-5.7h27.1v-13h-29.7c-11.4 0-21 5.9-21 18.5 0 29.4 38.1 11.2 38.1 24.4.2 4.8-3.9 5.7-7.6 5.7zm-37.6-35.8v-12.8h-49.3l-.1 61.8h49.3l.1-12.8-34.4-.2v-12.3h33.8v-12.5h-33.8v-11.2h34.4zm88.5.2h26.8v-13h-29.3c-11.4 0-21.2 5.9-21.2 18.5 0 29.4 38.1 11.4 38.1 24.4 0 4.6-3.9 5.7-7.5 5.7h-28.5l-.1 13.2h28.5c7.5 0 15.7-1.6 20.1-8v-23c-9.4-12.3-35-1.1-35-12.1-.1-5 4-5.7 8.1-5.7zm-341.1-57.7v-48.4l-21.4 48.4h-13l-21.4-48.4v48.4H58.2l-5.7-13.7H21.7L16 233.2H0l26.5-61.8h21.9l25 58.6v-58.6h24.2l19.4 42 17.6-42h24.6v61.8h-15zm-97-26.5L37 182.1l-10 24.6h20.2zm172.5-22.3v-13h-49.5v61.8h49.5v-12.8H185v-12.3h33.8v-12.5H185v-11.2h34.7zm59 20.3c8.4 3 9.8 8.2 9.8 16.4v12.1h-14.8c-.2-13.2 3.2-22.4-13.2-22.4h-16v22.4h-14.6v-61.8l34.9.2c11.9 0 24.4 1.8 24.4 16.4 0 7.1-3.9 13.9-10.5 16.7zm-5.9-13.7c0-5.7-5-6.6-9.6-6.6h-18.7v13.7H263c5 0 9.8-1.2 9.8-7.1zm56 120c8.2 3 9.8 8.4 9.8 16.4l-.1 12.3h-14.8l.1-10.3c0-10.5-3.4-12.3-13.2-12.3h-15.7l-.1 22.6H280l.1-61.8h35.1c11.6 0 24.2 2.1 24.2 16.7-.1 6.8-3.7 13.6-10.6 16.4zm-5.7-13.7c0-5.7-5-6.6-9.6-6.6h-18.7v13.9h18.5c5 0 9.8-1.2 9.8-7.3zm-50.2.9c0 24.9-27.1 20.8-44 20.8l-.1 20.8h-28.7l-18.2-20.5-19 20.5h-58.4l.1-61.8h59.3l18.2 20.3 18.7-20.3H248c14-.1 24.9 4.7 24.9 20.2zm-100.5 10.5l-16-18h-37.2v11.2h32.4v12.5h-32.4v12.3h36.3l16.9-18zm41.7-24.2l-22.6 24.4 22.6 25.1v-49.5zm43.1 13.7c0-5.5-4.1-7.5-9.1-7.5h-19.2v15.7h18.9c5.3 0 9.4-2.5 9.4-8.2zm107.5-113.4c-15.5-.2-29.7-3.6-29.7 17.6 0 10.5 2.5 17.8 14.4 17.8h6.6l21-48.6h22.1L424 230v-58.4h22.6l26 42.9v-42.9h15.1v61.6h-21l-27.8-46.3v46.3h-30.1l-5.9-13.7h-30.6l-5.7 13.7h-17.1c-20.3 0-29.4-10.5-29.4-30.3 0-20.8 9.4-31.5 30.3-31.5h14.4v13.4zm12.8 21.9h20.3l-10-24.6-10.3 24.6zm-64.8-35.3h-15.1v61.8h15.1v-61.8z"],"cc-diners-club":[512,512,[],"f24c","M217.7 113.1c-76.8 0-139.2 62.3-139.2 139.2 0 76.8 62.5 139.2 139.2 139.2 77 0 139.2-62.5 139.2-139.2.1-77-62.2-139.2-139.2-139.2zm-31.6 221.4c-33-12.6-56.6-44.7-56.6-82.2s23.5-69.6 56.6-82.5v164.7zm63.2.3V169.9c33 12.8 56.6 44.9 56.6 82.5s-23.5 69.5-56.6 82.4zM482 64H30C13.4 64 0 77.4 0 94v324c0 16.6 13.4 30 30 30h452c16.6 0 30-13.4 30-30V94c0-16.6-13.4-30-30-30zM289 404.6h-71.5C133.4 404.6 64 336.9 64 254c0-90.8 69.4-153.5 153.5-153.5H289c83.2 0 159 62.7 159 153.5 0 82.9-75.8 150.6-159 150.6z"],"cc-discover":[512,512,[],"f1f2","M482 64H30C13.4 64 0 77.4 0 94v324c0 16.6 13.4 30 30 30h452c16.6 0 30-13.4 30-30V94c0-16.6-13.4-30-30-30zm-54.6 118.6c19.8 0 46.3-3.6 46.3 21.3 0 11-5.8 18.1-16.4 20.3l22.6 30.2h-17.2l-19.4-28.7h-1.9v28.7h-14v-71.8zm-48.9 0h39.6v12.3h-25.6v15.9h24.8v12.1h-24.8v19.4h25.6v12.1h-39.6v-71.8zm-60.1 0l19.2 48.3 19.4-48.3h15.3l-31 73.7h-7.5l-30.6-73.7h15.2zm-48.9-2.6c21.5 0 39 17.5 39 39s-17.5 39-39 39-39-17.5-39-39c0-21.6 17.4-39 39-39zm-43.1 5.4V202c-17.6-17.6-40.9-4.2-40.9 16.6 0 21.9 24.1 33.7 40.9 16.8V252c-25.9 12.5-55.4-4.9-55.4-33.4 0-27.3 28.9-46.4 55.4-33.2zM52.5 254.3H32v-71.8h20.5c22.8 0 38.6 14.9 38.6 36-.1 16.3-11.6 35.8-38.6 35.8zm59 0h-14v-71.8h14v71.8zm5.4-11.8l9.1-8.6c3.2 6.2 8.6 9.5 15.3 9.5 10 0 19.6-13.4-3-21.5-13.1-4.7-17.7-9.9-17.7-19.8 0-20.3 26.8-27.4 43.5-12.5l-7.3 9.5c-9.1-10.2-21.8-5.5-21.8 2.2 0 3.9 2.4 6 10.8 9.1 15.9 5.8 20.7 11 20.7 22.4 0 25.7-34 32.5-49.6 9.7zM496 417c0 8.2-6.8 15-15 15H128c189.6-35.6 334.7-123.2 368-144v129zM76.6 218.6c0 6.9-2.8 13.6-7.8 18.1-4.3 3.9-10.1 5.6-19.2 5.6H46v-47.4h3.7c9.1 0 14.7 1.5 19.2 5.8 4.9 4.3 7.7 11 7.7 17.9zm368.9-2.8h-4.1V194h4.3c8.8 0 13.6 3.7 13.6 10.6 0 7.3-4.7 11.2-13.8 11.2z"],"cc-jcb":[512,512,[],"f24b","M430.8 278.3c0 7.9-5.2 13.6-11.8 14.9-2.4.6-2.7.4-37.4.4V263c34.5 0 34.9-.2 37.4.4 6.5 1.4 11.8 7.3 11.8 14.9zM512 94v324c0 16.6-13.4 30-30 30H30c-16.6 0-30-13.4-30-30V94c0-16.6 13.4-30 30-30h452c16.6 0 30 13.4 30 30zM163.2 200.2h-49.9c0 58.7 9.4 96-31.3 96-17.1 0-33.9-5-50.1-12.9v24.5c26.2 7.2 59.5 7.2 59.5 7.2 85.7.1 71.8-41.6 71.8-114.8zm156.2 4c-55.5-14-144.4-13-144.4 51.8 0 67.5 94.7 64.4 144.4 51.8v-24.7c-41.7 21.6-94.1 19.2-94.1-27.1 0-46.4 52.3-48.6 94.1-27.3v-24.5zM480 282.7c0-16.2-14.4-26.7-33.2-28v-.7c17.1-2.4 26.5-13.6 26.5-26.5 0-16.6-13.8-26.2-32.4-27.1 0 0 5.5-.2-105.2-.2v111.6H443c21.2 0 37-11.4 37-29.1zm-64.8-37.2c6.3-1.1 11.6-6.1 11.6-13.8 0-7.7-5.2-12.9-11.6-14 0 0 2.3-.2-33.7-.2v28.2c30.9 0 32.7.2 33.7-.2z"],"cc-mastercard":[512,512,[],"f1f1","M159.2 398.1c0 6.3-4 10.8-10 10.8-6.5 0-10.3-4.8-10.3-10.8 0-6 3.8-10.8 10.3-10.8 6 0 10 4.8 10 10.8zm197.6-10.8c-6.3 0-10 4.8-10 10.8 0 6 3.8 10.8 10 10.8s10.3-4.5 10.3-10.8c0-6-4-10.8-10.3-10.8zm-99.3-.2c-5 0-8 3.3-8.8 8h17.6c-.8-5.2-4-8-8.8-8zm196.8 24.3c0 .3.3.5.3 1 0 .3-.3.5-.3 1-.3.3-.3.5-.5.8-.3.3-.5.5-1 .5-.3.3-.5.3-1 .3-.3 0-.5 0-1-.3-.3 0-.5-.3-.8-.5-.3-.3-.5-.5-.5-.8-.3-.5-.3-.8-.3-1 0-.5 0-.8.3-1 0-.5.3-.8.5-1 .3-.3.5-.3.8-.5.5-.3.8-.3 1-.3.5 0 .8 0 1 .3.5.3.8.3 1 .5.3.3.3.5.5 1zm-2 1.3c.5 0 .5-.3.8-.3.3-.3.3-.5.3-.8 0-.3 0-.5-.3-.8-.3 0-.5-.3-1-.3h-1.5v3.3h.8v-1.3h.3l1 1.3h.8l-1.2-1.1zm-27.1-25.4c-6.3 0-10.3 4.8-10.3 10.8 0 6 4 10.8 10.3 10.8 6 0 10.3-4.5 10.3-10.8 0-6-4.2-10.8-10.3-10.8zM512 94v324c0 16.6-13.4 30-30 30H30c-16.6 0-30-13.4-30-30V94c0-16.6 13.4-30 30-30h452c16.6 0 30 13.4 30 30zM49.7 223.4c0 70.5 57.2 127.6 127.6 127.6 25.1 0 49.6-7.5 70.5-21.3-67.2-54.7-66.7-157.7 0-212.4-20.9-13.8-45.5-21.3-70.5-21.3-70.5 0-127.6 57.2-127.6 127.4zM256 323.7c64.9-50.6 64.7-149.4 0-200.3-64.7 50.8-64.9 149.6 0 200.3zm-131.1 70.2c0-8-5.3-13.3-13.5-13.5-4.3 0-8.8 1.3-11.8 6-2.3-3.8-6-6-11.3-6-3.5 0-7 1.3-9.8 5v-4H71v33.8h7.5c0-17.4-2.3-27.8 8.3-27.8 9.4 0 7.5 9.4 7.5 27.8h7.3c0-16.8-2.3-27.8 8.3-27.8 9.4 0 7.5 9.3 7.5 27.8h7.5v-21.3zm41.3-12.6H159v4c-2.5-3-6-5-10.8-5-9.5 0-16.8 7.5-16.8 17.8s7.3 17.8 16.8 17.8c4.8 0 8.3-1.8 10.8-5v4.3h7.3c-.1-21.7-.1-12.5-.1-33.9zm37.4 23.6c0-13.9-21.1-7.5-21.1-14 0-5.3 10.9-4.4 17-1l3-6c-8.7-5.6-27.8-5.5-27.8 7.5 0 13.2 21.1 7.6 21.1 13.8 0 5.8-12.5 5.4-19.1.8l-3.3 5.8c10.5 7 30.2 5.5 30.2-6.9zm32.6 8.5l-2-6.3c-3.5 1.9-11.3 4-11.3-3.8V388h12v-6.8h-12V371h-7.5v10.3h-7v6.8h7v15.3c0 16.2 15.9 13.3 20.8 10zm12.3-12.3h25.3c0-14.9-6.8-20.8-16-20.8-9.8 0-16.8 7.3-16.8 17.8 0 18.8 20.8 22 31.1 13l-3.5-5.5c-7.2 5.9-18.1 5.4-20.1-4.5zm54.4-19.8c-4.2-1.8-10.7-1.7-14 4v-4h-7.5v33.8h7.5V396c0-10.7 8.7-9.3 11.8-7.8l2.2-6.9zm9.8 16.8c0-10.5 10.7-13.9 19.1-7.8l3.5-6c-10.7-8.4-30.1-3.8-30.1 13.8 0 18.2 20.6 21.9 30.1 13.8l-3.5-6c-8.6 6.2-19.1 2.6-19.1-7.8zm61.4-16.8h-7.5v4c-7.6-10.2-27.6-4.5-27.6 12.8 0 17.7 20.7 22.8 27.6 12.8v4.3h7.5v-33.9zm31.1 0c-2.2-1.1-10.1-2.7-14 4v-4h-7.3v33.8h7.3V396c0-10.2 8.3-9.5 11.8-7.8l2.2-6.9zm37.1-13.8H435v17.8c-7.5-10.1-27.6-4.7-27.6 12.8 0 17.9 20.7 22.7 27.6 12.8v4.3h7.3v-47.7zm7-69.2v4.3h.8v-4.3h1.8v-.8h-4.3v.8h1.7zm6 114.1c0-.5 0-1-.3-1.5-.3-.3-.5-.8-.8-1-.3-.3-.8-.5-1-.8-.5 0-1-.3-1.5-.3-.3 0-.8.3-1.3.3-.5.3-.8.5-1 .8-.5.3-.8.8-.8 1-.3.5-.3 1-.3 1.5 0 .3 0 .8.3 1.3 0 .3.3.8.8 1 .3.3.5.5 1 .8.5.3 1 .3 1.3.3.5 0 1 0 1.5-.3.3-.3.8-.5 1-.8.3-.3.5-.8.8-1 .3-.5.3-1 .3-1.3zm3-114.8H457l-1.5 3.3-1.5-3.3h-1.3v5h.8v-3.8l1.5 3.3h1l1.3-3.3v3.8h1v-5zm4-74.2c0-70.2-57.2-127.4-127.6-127.4-25.1 0-49.6 7.5-70.5 21.3 66.4 54.7 67.4 158 0 212.4 20.8 13.8 45.6 21.3 70.5 21.3 70.5 0 127.6-57.2 127.6-127.6z"],"cc-paypal":[512,512,[],"f1f4","M338.8 221.3c0 16.9-12.8 15.5-26.2 16l3.7-23.4c.2-1.5 1.3-2.4 2.8-2.4 9.2 0 19.7-.8 19.7 9.8zm-186 19c-21.5 0-27.1 32.4-5 32.4 22.5 0 26.7-32.4 5-32.4zm248.5 0c-21.5 0-27.1 32.4-4.8 32.4 22.2 0 26.6-32.4 4.8-32.4zM67.5 213.9l-3.7 23.4c13.6-.4 23.9 1 26-12.7 3-17.4-21.8-14.2-22.3-10.7zM512.1 94v324c-.1 16.6-13.5 30-30.1 30H30c-16.6 0-30-13.4-30-30V94c0-16.6 13.4-30 30-30h452c16.6 0 30 13.4 30.1 30zM116.3 216.5c0-29.9-33.4-24.5-65.4-24.5-2.2 0-4.4 1.7-4.6 4.2l-14.2 89.2c-.2 1.8 1.1 3.5 2.8 3.5h16.6c2.4 0 4.6-2.6 4.8-5l3.9-23.3c.9-6.3 11.6-4.2 15.7-4.2 25.1.1 40.4-14.7 40.4-39.9zm73.7 7.7h-16.6c-3.3 0-3.5 4.8-3.7 7.2-13-19.2-58.6-6.8-58.6 30.8 0 31.1 35 35.7 51 17.8-1.2 3.5-1.8 8.9 2 8.9h15.1c5.6 0 4.7-4.1 13.8-61.2.1-1.8-1.2-3.5-3-3.5zm35.5 85.6l55.8-81.1c.4-.4.4-.9.4-1.5 0-1.5-1.3-3.1-2.8-3.1H262c-1.5 0-3.1.9-3.9 2.2l-23.2 34.1-9.6-32.8c-.7-2-2.6-3.5-4.8-3.5H204c-1.5 0-2.8 1.5-2.8 3.1 0 1.1 17.1 49.7 18.6 54.3-2.4 3.3-17.9 25-17.9 27.6 0 1.5 1.3 2.8 2.8 2.8h16.8c1.6.1 3.1-.8 4-2.1zm139.3-93.3c0-18.4-14.2-24.5-30.4-24.5h-34.8c-2.4 0-4.6 1.7-4.8 4.2l-14.2 89.2c-.2 1.8 1.1 3.5 2.8 3.5h17.9c1.7 0 3.1-1.3 3.5-2.8l3.9-25.4c.9-6.3 11.6-4.2 15.7-4.2 25.1 0 40.4-14.8 40.4-40zm73.7 7.7h-16.6c-3.3 0-3.5 4.8-3.7 7.2-4.8-7.4-12.2-8.7-20.8-8.7-21.4 0-37.8 18.8-37.8 39.6 0 17.1 10.7 28.2 27.8 28.2 8.1 0 17.9-4.3 23.2-10.4-.2 1.3-.9 4.1-.9 5.4 0 2 .9 3.5 2.8 3.5h15.1c2.4 0 4.4-2.6 4.8-5l9-56.3c.2-1.8-1.1-3.5-2.9-3.5zm41.6-29.1c0-1.7-1.3-3.1-2.8-3.1H461c-1.3 0-2.6 1.1-2.8 2.4l-14.2 91-.2.4c0 1.5 1.3 3.1 3.1 3.1h14.4c2.2 0 4.4-2.6 4.6-5l14.2-88.7v-.1z"],"cc-stripe":[512,512,[],"f1f5","M456.8 246.4h-24c.9-14.6 4.8-21.4 12.2-21.4 7.4 0 11.4 7 11.8 21.4zm-120.4-12.2V283c2.6 1.3 5.7 2 8.9 2 12.7 0 15.9-18.1 15.9-30.8.1-33.3-15.9-29.3-24.8-20zM512.1 94v324c-.1 16.6-13.5 30-30.1 30H30c-16.6 0-30-13.4-30-30V94c0-16.6 13.4-30 30-30h452c16.6 0 30 13.4 30.1 30zM116.7 275.8c0-34.7-44.1-30-44.1-43.2 0-11 25.1-3.6 35.3 1.5l3.9-24.4C83.6 196.2 42 200.4 42 234.8c0 17.9 10.9 25.7 28.8 32.1 22.1 8.1 17.1 18.3 4.8 18.3-8.3 0-22-4.1-31-9.4l-3.9 24.6c22.5 12.8 76 17.5 76-24.6zm47.6-46.9h16.8l4.1-24.2h-20.9v-29.4l-28.1 4.6-3.9 24.9-10 1.7-3.7 22.5H132c0 49.8-2.5 63.9 9.6 73.9 10.6 8.4 28.1 7.3 41.4 4.1v-25.7c-2 .4-6.5 1.5-9.6 1.5-11.9 0-9.1-8.4-9.1-53.9zm85.7-24.8c-13.2-2.6-22.4 3.2-25.5 12.9l-2.2-12.2h-28.6v102.7h32.7v-66.7c6.5-7.9 19.5-7.1 23.6-6.3v-30.4zm40.8.6h-32.7v102.7h32.7V204.7zm.9-27.5c0-9.6-7.6-17.2-17.2-17.2s-17.2 7.6-17.2 17.2 7.6 17.5 17.2 17.5c9.5 0 17.2-7.9 17.2-17.5zm102.1 75.9c0-17.5-3.3-30.8-9.8-39-5.9-7.6-14-11.3-24.2-11.3-9.4 0-17.7 3.9-25.5 12.2l-1.7-10.3h-28.8v140.7l32.7-5.5V307c5 1.5 10.3 2.4 14.8 2.4 8.1 0 20.1-2.2 29.2-12.2 8.9-9.6 13.3-24.4 13.3-44.1zm51.9-50.3c-27.9 0-45.2 20.5-45.2 53.7 0 68.6 67.5 55.3 83.8 44.3l-3.5-22.5c-9.5 5.1-44.9 17.6-47.8-11.8h54.1c4.8-33.3-7.8-63.7-41.4-63.7z"],"cc-visa":[512,512,[],"f1f0","M407.5 240.8s6.4 31.2 7.8 37.7h-28c2.8-7.5 13.5-36.5 13.5-36.5-.1.3 2.8-7.6 4.4-12.5l2.3 11.3zM512.1 94v324c-.1 16.6-13.5 30-30.1 30H30c-16.6 0-30-13.4-30-30V94c0-16.6 13.4-30 30-30h452c16.6 0 30 13.4 30.1 30zM141.2 324.6l53-130.2h-35.6l-33 88.9-3.6-18-11.8-59.9c-1.9-8.3-7.9-10.7-15.3-11H40.6L40 197c13.2 3.4 25.1 8.3 35.4 14.3l30 113.2h35.8zm79.1.1l21.1-130.3h-33.7l-21.1 130.3h33.7zm117.4-42.6c.1-14.8-8.9-26.2-28.3-35.5-11.8-6-19-10-19-16.1.1-5.5 6.1-11.2 19.4-11.2 11-.3 19 2.4 25.1 5l3 1.4 4.6-28.1c-6.6-2.6-17.2-5.5-30.2-5.5-33.3 0-56.7 17.7-56.9 43.1-.3 18.7 16.8 29.1 29.5 35.4 13 6.4 17.5 10.5 17.5 16.2-.1 8.7-10.5 12.8-20.2 12.8-13.5 0-20.7-2.1-31.6-6.9l-4.4-2.1-4.7 29.3c7.9 3.6 22.5 6.8 37.6 6.9 35.3-.2 58.3-17.6 58.6-44.7zm118.4 42.6l-27.2-130.3h-26.1c-8 0-14.1 2.4-17.6 10.8l-50.1 119.5h35.4s5.8-16.1 7.1-19.6h43.3c1 4.6 4 19.6 4 19.6h31.2z"],chrome:[496,512,[],"f268","M131.5 217.5L55.1 100.1c47.6-59.2 119-91.8 192-92.1 42.3-.3 85.5 10.5 124.8 33.2 43.4 25.2 76.4 61.4 97.4 103L264 133.4c-58.1-3.4-113.4 29.3-132.5 84.1zm32.9 38.5c0 46.2 37.4 83.6 83.6 83.6s83.6-37.4 83.6-83.6-37.4-83.6-83.6-83.6-83.6 37.3-83.6 83.6zm314.9-89.2L339.6 174c37.9 44.3 38.5 108.2 6.6 157.2L234.1 503.6c46.5 2.5 94.4-7.7 137.8-32.9 107.4-62 150.9-192 107.4-303.9zM133.7 303.6L40.4 120.1C14.9 159.1 0 205.9 0 256c0 124 90.8 226.7 209.5 244.9l63.7-124.8c-57.6 10.8-113.2-20.8-139.5-72.5z"],cloudscale:[448,512,[],"f371","M318.1 154l-9.4 7.6c-22.5-19.3-51.5-33.6-83.3-33.6C153.8 128 96 188.8 96 260.3c0 6.6.4 13.1 1.4 19.4-2-56 41.8-97.4 92.6-97.4 24.2 0 46.2 9.4 62.6 24.7l-25.2 20.4c-8.3-.9-16.8 1.8-23.1 8.1-11.1 11-11.1 28.9 0 40 11.1 11 28.9 11 40 0 6.3-6.3 9-14.9 8.1-23.1l75.2-88.8c6.3-6.5-3.3-15.9-9.5-9.6zm-83.8 111.5c-5.6 5.5-14.6 5.5-20.2 0-5.6-5.6-5.6-14.6 0-20.2s14.6-5.6 20.2 0 5.6 14.7 0 20.2zM224 32C100.5 32 0 132.5 0 256s100.5 224 224 224 224-100.5 224-224S347.5 32 224 32zm0 384c-88.2 0-160-71.8-160-160S135.8 96 224 96s160 71.8 160 160-71.8 160-160 160z"],cloudsmith:[512,512,[],"f372","M340 419.9c0 46.4-37.6 84.1-84 84.1s-84-37.7-84-84.1 37.6-84 84-84 84 37.6 84 84zM256 176c46.4 0 80-37.6 80-84S302.4 8 256 8s-88 37.6-88 84-29.6 76-76 76-84 41.6-84 88 37.6 80 84 80 84-33.6 84-80 33.6-80 80-80z"],cloudversify:[616,512,[],"f373","M148.6 304c8.2 68.5 67.4 115.5 146 111.3 51.2 43.3 136.8 45.8 186.4-5.6 69.2 1.1 118.5-44.6 131.5-99.5 14.8-62.5-18.2-132.5-92.1-155.1-33-88.1-131.4-101.5-186.5-85-57.3 17.3-84.3 53.2-99.3 109.7-7.8 2.7-26.5 8.9-45 24.1 11.7 0 15.2 8.9 15.2 19.5v20.4c0 10.7-8.7 19.5-19.5 19.5h-20.2c-10.7 0-19.5-6-19.5-16.7V240H98.8C95 240 88 244.3 88 251.9v40.4c0 6.4 5.3 11.8 11.7 11.8h48.9zm227.4 8c-10.7 46.3 21.7 72.4 55.3 86.8C324.1 432.6 259.7 348 296 288c-33.2 21.6-33.7 71.2-29.2 92.9-17.9-12.4-53.8-32.4-57.4-79.8-3-39.9 21.5-75.7 57-93.9C297 191.4 369.9 198.7 400 248c-14.1-48-53.8-70.1-101.8-74.8 30.9-30.7 64.4-50.3 114.2-43.7 69.8 9.3 133.2 82.8 67.7 150.5 35-16.3 48.7-54.4 47.5-76.9l10.5 19.6c11.8 22 15.2 47.6 9.4 72-9.2 39-40.6 68.8-79.7 76.5-32.1 6.3-83.1-5.1-91.8-59.2zM128 208H88.2c-8.9 0-16.2-7.3-16.2-16.2v-39.6c0-8.9 7.3-16.2 16.2-16.2H128c8.9 0 16.2 7.3 16.2 16.2v39.6c0 8.9-7.3 16.2-16.2 16.2zM10.1 168C4.5 168 0 163.5 0 157.9v-27.8c0-5.6 4.5-10.1 10.1-10.1h27.7c5.5 0 10.1 4.5 10.1 10.1v27.8c0 5.6-4.5 10.1-10.1 10.1H10.1zM168 142.7v-21.4c0-5.1 4.2-9.3 9.3-9.3h21.4c5.1 0 9.3 4.2 9.3 9.3v21.4c0 5.1-4.2 9.3-9.3 9.3h-21.4c-5.1 0-9.3-4.2-9.3-9.3zM56 235.5v25c0 6.3-5.1 11.5-11.4 11.5H19.4C13.1 272 8 266.8 8 260.5v-25c0-6.3 5.1-11.5 11.4-11.5h25.1c6.4 0 11.5 5.2 11.5 11.5z"],codepen:[448,512,[],"f1cb","M439.5 171.7L234.7 35.2c-7-4.3-14.4-4.3-21.5 0L8.5 171.7c-5.3 3.5-8.5 9.8-8.5 16v136.5c0 6.2 3.3 12.5 8.5 16l204.7 136.5c7 4.3 14.4 4.3 21.5 0l204.7-136.5c5.3-3.5 8.5-9.8 8.5-16V187.7c.1-6.2-3.2-12.5-8.4-16zM243.3 87.2L394 187.7l-67.3 45-83.4-55.7V87.2zm-38.6 0V177l-83.5 55.8-67.3-45L204.7 87.2zM38.5 223.7L86.8 256l-48.3 32.3v-64.6zm166.2 201L54 324.2l67.3-45 83.5 55.8v89.7zM224 301.5L156 256l68-45.5 68 45.5-68 45.5zm19.3 123.2V335l83.5-55.8 67.3 45-150.8 100.5zm166.2-136.5L361.2 256l48.3-32.3v64.5z"],codiepie:[472,512,[],"f284","M422.5 202.9c30.7 0 33.5 53.1-.3 53.1h-10.8v44.3h-26.6v-97.4h37.7zM472 352.6C429.9 444.5 350.4 504 248 504 111 504 0 393 0 256S111 8 248 8c97.4 0 172.8 53.7 218.2 138.4l-186 108.8L472 352.6zm-38.5 12.5l-60.3-30.7c-27.1 44.3-70.4 71.4-122.4 71.4-82.5 0-149.2-66.7-149.2-148.9 0-82.5 66.7-149.2 149.2-149.2 48.4 0 88.9 23.5 116.9 63.4l59.5-34.6c-40.7-62.6-104.7-100-179.2-100-121.2 0-219.5 98.3-219.5 219.5S126.8 475.5 248 475.5c78.6 0 146.5-42.1 185.5-110.4z"],connectdevelop:[512,512,[],"f20e","M501 242l-46.8-81c1-2 1.8-4.2 1.8-6.7 0-7.5-6.2-13.8-13.7-14l-51.8-89.5c.5-1.5 1-3 1-4.5 0-8-6.5-14.2-14.2-14.2-4.5 0-8.3 2-11 5.3h-99.5C264.3 34 260.5 32 256 32c-4.5 0-8.3 2-10.7 5.3h-99c-2.8-3.3-6.5-5.3-11-5.3-7.7 0-14.2 6.2-14.2 14.2 0 1.5.5 3.3 1 4.5l-52.3 90.8c-5 2.2-8.5 7-8.5 12.7 0 .5.3 1 .3 1.5l-49.8 86C5 243 0 248.8 0 255.7c0 6.8 4.7 12.5 11.3 14l51.5 89c-.5 1.5-.8 2.7-.8 4.5 0 6.8 4.7 12.5 11.3 13.7l48.3 83.8c-.5 1.5-1 3.3-1 5 0 8 6.5 14.2 14.2 14.2 4.5 0 8.3-2 10.7-5h99.8c2.5 3 6.5 5 10.7 5s8.3-2 10.7-5h100c2.5 2.7 6.2 4.5 10.2 4.5 8 0 14.2-6.5 14.2-14.2 0-1.5-.2-2.7-.7-4l48.3-84.3c6.5-1.2 11.3-7 11.3-13.7 0-1.5-.3-3-.8-4.5l51.3-89c6.5-1.2 11.5-7 11.5-14 0-6.7-4.7-12.4-11-13.7zM130.5 437.7L89.8 367h40.7v70.7zm0-78.2H89.8c-.3-1-.8-2-1.2-3l42-44.2v47.2zm0-58.2l-47 49.8c-1.2-.5-2.5-1.3-3.8-1.5l-52-90c.5-1.2.5-2.5.5-3.8 0-1.2 0-2.2-.3-3.3l48.5-84c2.5-.3 5-1 7.3-2.5l46.7 48.5v86.8zm0-95.6l-42.7-44.2c1.2-2 2-4.5 2-7.2 0-.3-.3-.8-.3-1l41-14.8v67.2zm0-75.2l-40.7 14.8 40.7-70.5v55.7zM435.3 167l.8 1.2-33 156-59.5-62.7 91.5-94.8.2.3zM259.5 348.5l10.7 11H249l10.5-11zm-.2-10.5l-77.7-79.7 74.2-78.8 77.5 81.8-74 76.7zm5 5.5l74-76.8 63 66.5-5.5 26.2H280l-15.7-15.9zm106-285c1 .5 2 1 3.2 1.3l54 94v.5c0 2.7.7 5.2 2 7.2l-91 94.5-77.5-81.8L370.3 58.5zm-8.5-2l-106 112.3-53.3-56.3 155.3-56h4zm-115.3 0c2.5 2.5 5.7 4 9.5 4s7-1.5 9.5-4h70l-138.5 50-47.5-50h97zM138 61.7l1-2c1-.3 1.8-.5 2.5-.8l47.7 50.3-51.2 18.5v-66zm0 74l56.7-20.5 55.7 59-74.2 78.5-38.2-39.2v-77.8zm0 86.5l34 35.3-34 35.8v-71.1zm0 82.1l39.2-41.5 77.3 80.3-16 16.5H138v-55.3zm6.5 151.2c-1.5-1.5-3.3-2.5-5.5-3.3l-1-1.5V367h93.2l-85.5 88.5h-1.2zm121.3 0c-2.5-2.2-6-4-9.8-4s-7.2 1.8-9.8 4h-90l85.5-88.5h35.8l85.5 88.5h-97.2zm112-11l-4 7c-1.2.3-2.2.7-3.2 1.2L287.2 367H394l-16.2 77.5zm11.9-20.8l12-56.7h20.5l-32.5 56.7zm32.5-64.2h-19l4.2-19.7 16 17c-.4.7-.9 1.7-1.2 2.7zM484 259.3l-51.8 90.3c-1.2.5-2.5 1-3.8 1.7l-19.3-20.5 32.3-153 42.7 74c-.2 1.2-.7 2.5-.7 4 .1 1.2.4 2.2.6 3.5z"],contao:[512,512,[],"f26d","M45.4 305c14.4 67.1 26.4 129 68.2 175H34c-18.7 0-34-15.2-34-34V66c0-18.7 15.2-34 34-34h57.7C77.9 44.6 65.6 59.2 54.8 75.6c-45.4 70-27 146.8-9.4 229.4zM478 32h-90.2c21.4 21.4 39.2 49.5 52.7 84.1l-137.1 29.3c-14.9-29-37.8-53.3-82.6-43.9-24.6 5.3-41 19.3-48.3 34.6-8.8 18.7-13.2 39.8 8.2 140.3 21.1 100.2 33.7 117.7 49.5 131.2 12.9 11.1 33.4 17 58.3 11.7 44.5-9.4 55.7-40.7 57.4-73.2l137.4-29.6c3.2 71.5-18.7 125.2-57.4 163.6H478c18.7 0 34-15.2 34-34V66c0-18.8-15.2-34-34-34z"],cpanel:[640,512,[],"f374","M52.9 213.7h40l-6.2 23.6c-1.9 6.5-7.4 10.9-14.3 10.9H53.8c-24.9 0-24.7 37.4 0 37.4h11.3c4.2 0 7.6 3.9 6.4 8.3L64.4 320H52c-33.5 0-59-31.4-50.3-65.2 7.3-27 28.3-41.1 51.2-41.1M73.1 320L108 189.9c1.8-6.4 7.2-10.9 14.3-10.9h37c24.1 0 45.4 16.4 51 41.2 6.6 29.1-14.5 65.3-51.7 65.3h-32l6.4-23.8c1.8-6.2 7.3-10.8 14.3-10.8h10.3c12.4 0 20.8-11.7 18.3-22.6-2.1-9.2-9.9-14.8-18.3-14.8h-19.8L112 309.2c-1.9 6.2-7.4 10.7-14.2 10.7l-24.7.1m220.6-69.4c.3-1 1.9-5.3-2.1-5.3h-57.5c-9.7 0-16.6-8.9-14.2-18.5l3.5-13.4h77.9c18.8 0 33.3 17.6 28.5 36.8l-14 51.8c-2.8 10.6-12.2 17.8-23.4 17.8l-57.5-.2c-42.9 0-38.5-63.8.7-63.8H284l-3.5 13.2c-1.9 6.2-7.4 10.8-14.2 10.8h-21.6c-5.3 0-5.3 7.9 0 7.9h34.9c4.6 0 5.1-3.9 5.5-5.3l8.6-31.8m103.1-36.9c34.4 0 59.3 32.3 50.3 65.4l-8.8 33.1c-1.2 4.9-5.7 7.8-10.3 7.8h-19.1c-4.5 0-7.6-4-6.4-8.3l10.6-40c3.3-11.6-5.6-23.4-18.1-23.4h-19.8l-17.2 64c-1.2 4.8-5.6 7.8-10.4 7.8h-18.9c-4.2 0-7.6-3.9-6.4-8.3l26.2-98h48.3M498 251.6l-8 30c-.9 3.3 1.5 6.7 5.1 6.7h73.3l-5.7 21c-1.9 6.2-7.4 10.7-14.2 10.7h-66.7c-20 0-33.3-19-28.3-36.7l10.8-40c4.8-17.6 20.7-29.6 38.6-29.6h47.3c19 0 33.2 17.7 28.3 36.8l-3.2 12c-2.9 11-12.7 17.6-23.2 17.6h-53.4l3.5-13c1.6-6.2 7.2-10.8 14.2-10.8H538c2 0 3.3-1 3.9-3l.7-2.6c.7-2.7-1.3-5.1-3.9-5.1h-32.9c-4.1 0-6.9 2.1-7.8 6zm70.2 68.4l35.6-133.1c1.2-4.7 5.5-7.9 10.4-7.9h18.9c4.5 0 7.7 4 6.5 8.3l-26.5 98.2c-5.1 20.7-24.2 34.5-44.9 34.5"],css3:[512,512,[],"f13c","M480 32l-64 368-223.3 80L0 400l19.6-94.8h82l-8 40.6L210 390.2l134.1-44.4 18.8-97.1H29.5l16-82h333.7l10.5-52.7H56.3l16.3-82H480z"],cuttlefish:[440,512,[],"f375","M344 305.5c-17.5 31.6-57.4 54.5-96 54.5-56.6 0-104-47.4-104-104s47.4-104 104-104c38.6 0 78.5 22.9 96 54.5 13.7-50.9 41.7-93.3 87-117.8C385.7 39.1 320.5 8 248 8 111 8 0 119 0 256s111 248 248 248c72.5 0 137.7-31.1 183-80.7-45.3-24.5-73.3-66.9-87-117.8z"],dashcube:[384,512,[],"f210","M288.1 97.5H85.5C37.6 97.5 0 138.1 0 185.2v215.1C0 447.7 37.6 480 85.5 480h213c47.9 0 85.5-32.3 85.5-79.7V0l-95.9 97.5zm-161.9 293c-16.6 0-30.4-14.2-30.4-30.8v-134c0-16.6 13.8-30.5 30.4-30.5h131.9c16.6 0 30 13.9 30 30.5v115.7l47.9 49H126.2z"],delicious:[448,512,[],"f1a5","M446.5 68c-.4-1.5-.9-3-1.4-4.5-.9-2.5-2-4.8-3.3-7.1-1.4-2.4-3-4.8-4.7-6.9-2.1-2.5-4.4-4.8-6.9-6.8-1.1-.9-2.2-1.7-3.3-2.5-1.3-.9-2.6-1.7-4-2.4-1.8-1-3.6-1.8-5.5-2.5-1.7-.7-3.5-1.3-5.4-1.7-3.8-1-7.9-1.5-12-1.5H48C21.5 32 0 53.5 0 80v352c0 4.1.5 8.2 1.5 12 2 7.7 5.8 14.6 11 20.3 1 1.1 2.1 2.2 3.3 3.3 5.7 5.2 12.6 9 20.3 11 3.8 1 7.9 1.5 12 1.5h352c26.5 0 48-21.5 48-48V80c-.1-4.1-.6-8.2-1.6-12zM416 432c0 8.8-7.2 16-16 16H224V256H32V80c0-8.8 7.2-16 16-16h176v192h192v176z"],deploydog:[512,512,[],"f376","M382.2 136h51.7v239.6h-51.7v-20.7c-19.8 24.8-52.8 24.1-73.8 14.7-26.2-11.7-44.3-38.1-44.3-71.8 0-29.8 14.8-57.9 43.3-70.8 20.2-9.1 52.7-10.6 74.8 12.9V136zm-64.7 161.8c0 18.2 13.6 33.5 33.2 33.5 19.8 0 33.2-16.4 33.2-32.9 0-17.1-13.7-33.2-33.2-33.2-19.6 0-33.2 16.4-33.2 32.6zM188.5 136h51.7v239.6h-51.7v-20.7c-19.8 24.8-52.8 24.1-73.8 14.7-26.2-11.7-44.3-38.1-44.3-71.8 0-29.8 14.8-57.9 43.3-70.8 20.2-9.1 52.7-10.6 74.8 12.9V136zm-64.7 161.8c0 18.2 13.6 33.5 33.2 33.5 19.8 0 33.2-16.4 33.2-32.9 0-17.1-13.7-33.2-33.2-33.2-19.7 0-33.2 16.4-33.2 32.6zM448 96c17.5 0 32 14.4 32 32v256c0 17.5-14.4 32-32 32H64c-17.5 0-32-14.4-32-32V128c0-17.5 14.4-32 32-32h384m0-32H64C28.8 64 0 92.8 0 128v256c0 35.2 28.8 64 64 64h384c35.2 0 64-28.8 64-64V128c0-35.2-28.8-64-64-64z"],deviantart:[320,512,[],"f1bd","M320 93.2l-98.2 179.1 7.4 9.5H320v127.7H159.1l-13.5 9.2-43.7 84c-.3 0-8.6 8.6-9.2 9.2H0v-93.2l93.2-179.4-7.4-9.2H0V102.5h156l13.5-9.2 43.7-84c.3 0 8.6-8.6 9.2-9.2H320v93.1z"],digg:[512,512,[],"f1a6","M81.7 172.3H0v174.4h132.7V96h-51v76.3zm0 133.4H50.9v-92.3h30.8v92.3zm297.2-133.4v174.4h81.8v28.5h-81.8V416H512V172.3H378.9zm81.8 133.4h-30.8v-92.3h30.8v92.3zm-235.6 41h82.1v28.5h-82.1V416h133.3V172.3H225.1v174.4zm51.2-133.3h30.8v92.3h-30.8v-92.3zM153.3 96h51.3v51h-51.3V96zm0 76.3h51.3v174.4h-51.3V172.3z"],discourse:[448,512,[],"f377","M225.9 32C103.3 32 0 130.5 0 252.1 0 256 .1 480 .1 480l225.8-.2c122.7 0 222.1-102.3 222.1-223.9C448 134.3 348.6 32 225.9 32zM224 384c-19.4 0-37.9-4.3-54.4-12.1L88.5 392l22.9-75c-9.8-18.1-15.4-38.9-15.4-61 0-70.7 57.3-128 128-128s128 57.3 128 128-57.3 128-128 128z"],draft2digital:[480,512,[],"f378","M369.9 425.4V371l47.1 27.2-47.1 27.2zM82.4 380.6c25.5-27.3 97.7-104.7 150.9-170 35.1-43.1 40.3-82.4 28.4-112.7-7.4-18.8-17.5-30.2-24.3-35.7 45.3 2.1 68 23.4 82.2 38.3 0 0 42.4 48.2 5.8 113.3-37 65.9-110.9 147.5-128.5 166.7H82.4zm51.8-219.2c0 12.4-10 22.4-22.4 22.4-12.4 0-22.4-10-22.4-22.4 0-12.4 10-22.4 22.4-22.4 12.4 0 22.4 10.1 22.4 22.4M336 315.9v64.7h-91.3c30.8-35 81.8-95.9 111.8-149.3 35.2-62.6 16.1-123.4-12.8-153.3-4.4-4.6-62.2-62.9-166-41.2-59.1 12.4-89.4 43.4-104.3 67.3-13.1 20.9-17 39.8-18.2 47.7-5.5 33 19.4 67.1 56.7 67.1 31.7 0 57.3-25.7 57.3-57.4 0-27.1-19.7-52.1-48-56.8 1.8-7.3 17.7-21.1 26.3-24.7 41.1-17.3 78 5.2 83.3 33.5 8.3 44.3-37.1 90.4-69.7 127.6C84.5 328.1 18.3 396.8 0 415.9l336-.1V480l144-81.9-144-82.2z"],dribbble:[448,512,[],"f17d","M224 32C100.5 32 0 132.5 0 256s100.5 224 224 224 224-100.5 224-224S347.5 32 224 32zm148.1 103.3c26.6 32.6 42.8 74 43.2 119.2-6.3-1.3-69.6-14.2-133.2-6.2-5.2-12.7-10.1-23.8-16.8-37.6 70.7-28.8 102.8-69.9 106.8-75.4zm-21.3-22.1c-3.4 4.9-32.2 43.6-100.3 69.1-31.4-57.6-66.1-104.9-71.4-112 60.7-14.6 124.7 1.1 171.7 42.9zM142.7 83.1c5 6.9 39.2 54.3 70.9 110.7-89.5 23.8-168.3 23.4-176.9 23.3 12.4-59.4 52.4-108.7 106-134zm-110 173.2c0-2 0-3.9.1-5.8 8.4.2 101.1 1.4 196.6-27.2 5.5 10.7 10.7 21.6 15.5 32.5-69.2 19.5-132 75.4-163.1 128.5-30.5-34-49.1-78.9-49.1-128zm73.9 150.9c20-40.9 74.2-93.6 151.4-119.9 26.9 69.8 38 128.3 40.8 145.1-61.6 26.2-135.6 19-192.2-25.2zm224.3 7.7c-2-11.6-12.1-67.6-37.2-136.4 60-9.6 112.6 6.1 119.2 8.2-8.5 53.2-39.1 99.2-82 128.2z"],"dribbble-square":[448,512,[],"f379","M90.2 228.2c8.9-42.4 37.4-77.7 75.7-95.7 3.6 4.9 28 38.8 50.7 79-64 17-120.3 16.8-126.4 16.7zM314.6 154c-33.6-29.8-79.3-41.1-122.6-30.6 3.8 5.1 28.6 38.9 51 80 48.6-18.3 69.1-45.9 71.6-49.4zM140.1 364c40.5 31.6 93.3 36.7 137.3 18-2-12-10-53.8-29.2-103.6-55.1 18.8-93.8 56.4-108.1 85.6zm98.8-108.2c-3.4-7.8-7.2-15.5-11.1-23.2C159.6 253 93.4 252.2 87.4 252c0 1.4-.1 2.8-.1 4.2 0 35.1 13.3 67.1 35.1 91.4 22.2-37.9 67.1-77.9 116.5-91.8zm34.9 16.3c17.9 49.1 25.1 89.1 26.5 97.4 30.7-20.7 52.5-53.6 58.6-91.6-4.6-1.5-42.3-12.7-85.1-5.8zm-20.3-48.4c4.8 9.8 8.3 17.8 12 26.8 45.5-5.7 90.7 3.4 95.2 4.4-.3-32.3-11.8-61.9-30.9-85.1-2.9 3.9-25.8 33.2-76.3 53.9zM448 80v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V80c0-26.5 21.5-48 48-48h352c26.5 0 48 21.5 48 48zm-64 176c0-88.2-71.8-160-160-160S64 167.8 64 256s71.8 160 160 160 160-71.8 160-160z"],dropbox:[512,512,[],"f16b","M256 87.2l-151.9 93.9L0 97.5 150.6 0 256 87.2zM0 265.3l150.6 98.3 105.4-88L104.1 181 0 265.3zm256 10.3l105.4 88L512 265.3l-104.1-84.2L256 275.6zM512 97.5L361.4 0 256 87.2l151.9 93.9L512 97.5zM256.3 294.6l-105.7 87.7-45.2-29.5V385l150.9 90.5L407.2 385v-32.2L362 382.3l-105.7-87.7z"],"dropbox-alt":[512,512,[],"f37a","M412.6 177.2l99.4-74.8L355.1 0 256 82.7 156.9 0 0 102.4l99.4 74.8L0 256.8l105.4 68.8v59.3l150.9 90.5 150.9-90.5v-59.7L512 256.8l-99.4-79.6zm-284.8 0L256 102.8l128.2 74.4L256 256.4l-128.2-79.2zm271.2 9.9l85.3 68.3L356.2 339l-86.4-72.1L399 187.1zM356.3 20.2l128.1 83.6-85.4 63.5-129.2-75 86.5-72.1zm-200.6 0l86.4 72.1-129.2 75-85.3-63.5 128.1-83.6zm-42.8 166.9l129.2 79.8-86.4 72.1-128-83.6 85.2-68.3zm278 188.6l-134.6 80.8-134.7-80.8v-39.5l35.3 23 99.1-82.7 99.1 82.7 35.8-23.4v39.9z"],drupal:[448,512,[],"f1a9","M319.5 114.7c-22.2-14-43.5-19.5-64.7-33.5-13-8.8-31.3-30-46.5-48.3-2.7 29.3-11.5 41.2-22 49.5-21.3 17-34.8 22.2-53.5 32.3C117 123 32 181.5 32 290.5 32 399.7 123.8 480 225.8 480 327.5 480 416 406 416 294c0-112.3-83-171-96.5-179.3zm2.5 325.6c-20.1 20.1-90.1 28.7-116.7 4.2-4.8-4.8.3-12 6.5-12 0 0 17 13.3 51.5 13.3 27 0 46-7.7 54.5-14 6.1-4.6 8.4 4.3 4.2 8.5zm-54.5-52.6c8.7-3.6 29-3.8 36.8 1.3 4.1 2.8 16.1 18.8 6.2 23.7-8.4 4.2-1.2-15.7-26.5-15.7-14.7 0-19.5 5.2-26.7 11-7 6-9.8 8-12.2 4.7-6-8.2 15.9-22.3 22.4-25zM360 405c-15.2-1-45.5-48.8-65-49.5-30.9-.9-104.1 80.7-161.3 42-38.8-26.6-14.6-104.8 51.8-105.2 49.5-.5 83.8 49 108.5 48.5 21.3-.3 61.8-41.8 81.8-41.8 48.7 0 23.3 109.3-15.8 106z"],dyalog:[416,512,[],"f37b","M0 32v119.2h64V96h107.2C284.6 96 352 176.2 352 255.9 352 332 293.4 416 171.2 416H0v64h171.2C331.9 480 416 367.3 416 255.9c0-58.7-22.1-113.4-62.3-154.3C308.9 56 245.7 32 171.2 32H0z"],earlybirds:[480,512,[],"f37c","M313.2 47.5c1.2-13 21.3-14 36.6-8.7.9.3 26.2 9.7 19 15.2-27.9-7.4-56.4 18.2-55.6-6.5zm-201 6.9c30.7-8.1 62 20 61.1-7.1-1.3-14.2-23.4-15.3-40.2-9.6-1 .3-28.7 10.5-20.9 16.7zM319.4 160c-8.8 0-16 7.2-16 16s7.2 16 16 16 16-7.2 16-16-7.2-16-16-16zm-159.7 0c-8.8 0-16 7.2-16 16s7.2 16 16 16 16-7.2 16-16-7.2-16-16-16zm318.5 163.2c-9.9 24-40.7 11-63.9-1.2-13.5 69.1-58.1 111.4-126.3 124.2.3.9-2-.1 24 1 33.6 1.4 63.8-3.1 97.4-8-19.8-13.8-11.4-37.1-9.8-38.1 1.4-.9 14.7 1.7 21.6 11.5 8.6-12.5 28.4-14.8 30.2-13.6 1.6 1.1 6.6 20.9-6.9 34.6 4.7-.9 8.2-1.6 9.8-2.1 2.6-.8 17.7 11.3 3.1 13.3-14.3 2.3-22.6 5.1-47.1 10.8-45.9 10.7-85.9 11.8-117.7 12.8l1 11.6c3.8 18.1-23.4 24.3-27.6 6.2.8 17.9-27.1 21.8-28.4-1l-.5 5.3c-.7 18.4-28.4 17.9-28.3-.6-7.5 13.5-28.1 6.8-26.4-8.5l1.2-12.4c-36.7.9-59.7 3.1-61.8 3.1-20.9 0-20.9-31.6 0-31.6 2.4 0 27.7 1.3 63.2 2.8-61.1-15.5-103.7-55-114.9-118.2-25 12.8-57.5 26.8-68.2.8-10.5-25.4 21.5-42.6 66.8-73.4.7-6.6 1.6-13.3 2.7-19.8-14.4-19.6-11.6-36.3-16.1-60.4-16.8 2.4-23.2-9.1-23.6-23.1.3-7.3 2.1-14.9 2.4-15.4 1.1-1.8 10.1-2 12.7-2.6 6-31.7 50.6-33.2 90.9-34.5 19.7-21.8 45.2-41.5 80.9-48.3C203.3 29 215.2 8.5 216.2 8c1.7-.8 21.2 4.3 26.3 23.2 5.2-8.8 18.3-11.4 19.6-10.7 1.1.6 6.4 15-4.9 25.9 40.3 3.5 72.2 24.7 96 50.7 36.1 1.5 71.8 5.9 77.1 34 2.7.6 11.6.8 12.7 2.6.3.5 2.1 8.1 2.4 15.4-.5 13.9-6.8 25.4-23.6 23.1-3.2 17.3-2.7 32.9-8.7 47.7 2.4 11.7 4 23.8 4.8 36.4 37 25.4 70.3 42.5 60.3 66.9zM207.4 159.9c.9-44-37.9-42.2-78.6-40.3-21.7 1-38.9 1.9-45.5 13.9-11.4 20.9 5.9 92.9 23.2 101.2 9.8 4.7 73.4 7.9 86.3-7.1 8.2-9.4 15-49.4 14.6-67.7zm52 58.3c-4.3-12.4-6-30.1-15.3-32.7-2-.5-9-.5-11 0-10 2.8-10.8 22.1-17 37.2 15.4 0 19.3 9.7 23.7 9.7 4.3 0 6.3-11.3 19.6-14.2zm135.7-84.7c-6.6-12.1-24.8-12.9-46.5-13.9-40.2-1.9-78.2-3.8-77.3 40.3-.5 18.3 5 58.3 13.2 67.8 13 14.9 76.6 11.8 86.3 7.1 15.8-7.6 36.5-78.9 24.3-101.3z"],edge:[448,512,[],"f282","M16 230.9c.1-.1.2-.3.3-.4 0 .1 0 .3-.1.4H16zm416 14c0-39.8-7-76.3-26-110.6C369 68 303.4 32 226.6 32c-126.4-.2-197.1 95-210.3 198.4C54.6 175 122 120.8 215.3 117.5c0 0 99.1 0 89.8 94.8H146.3c5.8-33.8 16.8-53.3 31-71.3-67.8 31.5-110.1 86.8-109.1 170.1.8 64.6 45.4 130.9 109.1 155.4 75.3 28.8 174.1 6.5 216.9-19.3v-94.3c-73 51-244.7 55-245.9-61H432v-47z"],eercast:[448,512,[],"f2da","M13.1 335.1c-86.7-277.7 278.9-405 411-207.3 10.8 16.1 23.1 44.4 23.9 58.8C356.7-17.2-28.7 58 13.1 335.1zm280.9-231c-10.5 1-4.9 3.3-3.6 3.3 81.1 21.9 146.1 80.2 141.7 165.4-4.4 85.5-78.4 133.4-148.6 152.6C504.2 421.8 497 110.9 294 104.1zm138.1 268.4C308.2 544.5-2 417.6 52.1 199.7c-8.5 27.7-16.7 47.2-17.4 76.2-6.9 227.7 328.4 272.1 401 96.6 2.3-5.8 1-6.3-3.6 0zm-62.7-113.3c0 71.4-58.5 129.4-130.6 129.4s-130.6-58-130.6-129.4 58.5-129.4 130.6-129.4c72.1.1 130.6 58.1 130.6 129.4zm-31.8-31.5c9-13.6-1.5-48.2-32.8-68.6-31-20.4-70.8-18.9-80-5.3-9 13.4 10.3 4.8 45.4 17.7 57.9 21.2 58.4 69.8 67.4 56.2z"],empire:[496,512,[],"f1d1","M287.6 54.2c-10.8-2.2-22.1-3.3-33.5-3.6V32.4c78.1 2.2 146.1 44 184.6 106.6l-15.8 9.1c-6.1-9.7-12.7-18.8-20.2-27.1l-18 15.5c-26-29.6-61.4-50.7-101.9-58.4l4.8-23.9zM53.4 322.4l23-7.7c-6.4-18.3-10-38.2-10-58.7s3.3-40.4 9.7-58.7l-22.7-7.7c3.6-10.8 8.3-21.3 13.6-31l-15.8-9.1C34 181 24.1 217.5 24.1 256s10 75 27.1 106.6l15.8-9.1c-5.3-10-9.7-20.3-13.6-31.1zM213.1 434c-40.4-8-75.8-29.1-101.9-58.7l-18 15.8c-7.5-8.6-14.4-17.7-20.2-27.4l-16 9.4c38.5 62.3 106.8 104.3 184.9 106.6v-18.3c-11.3-.3-22.7-1.7-33.5-3.6l4.7-23.8zM93.3 120.9l18 15.5c26-29.6 61.4-50.7 101.9-58.4l-4.7-23.8c10.8-2.2 22.1-3.3 33.5-3.6V32.4C163.9 34.6 95.9 76.4 57.4 139l15.8 9.1c6-9.7 12.6-18.9 20.1-27.2zm309.4 270.2l-18-15.8c-26 29.6-61.4 50.7-101.9 58.7l4.7 23.8c-10.8 1.9-22.1 3.3-33.5 3.6v18.3c78.1-2.2 146.4-44.3 184.9-106.6l-16.1-9.4c-5.7 9.7-12.6 18.8-20.1 27.4zM496 256c0 137-111 248-248 248S0 393 0 256 111 8 248 8s248 111 248 248zm-12.2 0c0-130.1-105.7-235.8-235.8-235.8S12.2 125.9 12.2 256 117.9 491.8 248 491.8 483.8 386.1 483.8 256zm-39-106.6l-15.8 9.1c5.3 9.7 10 20.2 13.6 31l-22.7 7.7c6.4 18.3 9.7 38.2 9.7 58.7s-3.6 40.4-10 58.7l23 7.7c-3.9 10.8-8.3 21-13.6 31l15.8 9.1C462 331 471.9 294.5 471.9 256s-9.9-75-27.1-106.6zm-183 177.7c16.3-3.3 30.4-11.6 40.7-23.5l51.2 44.8c11.9-13.6 21.3-29.3 27.1-46.8l-64.2-22.1c2.5-7.5 3.9-15.2 3.9-23.5s-1.4-16.1-3.9-23.5l64.5-22.1c-6.1-17.4-15.5-33.2-27.4-46.8l-51.2 44.8c-10.2-11.9-24.4-20.5-40.7-23.8l13.3-66.4c-8.6-1.9-17.7-2.8-27.1-2.8-9.4 0-18.5.8-27.1 2.8l13.3 66.4c-16.3 3.3-30.4 11.9-40.7 23.8l-51.2-44.8c-11.9 13.6-21.3 29.3-27.4 46.8l64.5 22.1c-2.5 7.5-3.9 15.2-3.9 23.5s1.4 16.1 3.9 23.5l-64.2 22.1c5.8 17.4 15.2 33.2 27.1 46.8l51.2-44.8c10.2 11.9 24.4 20.2 40.7 23.5l-13.3 66.7c8.6 1.7 17.7 2.8 27.1 2.8 9.4 0 18.5-1.1 27.1-2.8l-13.3-66.7z"],envira:[448,512,[],"f299","M0 32c477.6 0 366.6 317.3 367.1 366.3L448 480h-26l-70.4-71.2c-39 4.2-124.4 34.5-214.4-37C47 300.3 52 214.7 0 32zm79.7 46c-49.7-23.5-5.2 9.2-5.2 9.2 45.2 31.2 66 73.7 90.2 119.9 31.5 60.2 79 139.7 144.2 167.7 65 28 34.2 12.5 6-8.5-28.2-21.2-68.2-87-91-130.2-31.7-60-61-118.6-144.2-158.1z"],etsy:[448,512,[],"f2d7","M416 348c-1.8 10.8-13.7 110-15.5 132-117.9-4.3-219.9-4.7-368.5 0v-25.5c45.5-8.9 60.6-8 61-35.2 1.8-72.3 3.5-244.1 0-322-1-28.5-12.1-26.8-61-36V35.8c73.9 2.4 255.9 8.6 363-3.8-3.5 38.2-7.7 126.5-7.7 126.5H364C352.9 115.7 345.2 68 309.3 68h-137c-10.2 0-10.7 3.5-10.7 9.7v163.8c58 .5 88.5-2.5 88.5-2.5 29.8-1 27.6-8.5 40.8-65.3h25.7c-4.4 101.4-3.9 61.8-1.8 160.3H289c-9.2-40.1-9.1-61-39.5-61.5 0 0-21.5-2-88-2v139c0 26 14.2 38.2 44.2 38.2H295c63.6 0 66.6-25 98.8-99.8H416z"],expeditedssl:[496,512,[],"f23e","M248 43.4C130.6 43.4 35.4 138.6 35.4 256S130.6 468.6 248 468.6 460.6 373.4 460.6 256 365.4 43.4 248 43.4zm-97.4 132.9c0-53.7 43.7-97.4 97.4-97.4s97.4 43.7 97.4 97.4v26.6c0 5-3.9 8.9-8.9 8.9h-17.7c-5 0-8.9-3.9-8.9-8.9v-26.6c0-82.1-124-82.1-124 0v26.6c0 5-3.9 8.9-8.9 8.9h-17.7c-5 0-8.9-3.9-8.9-8.9v-26.6zM389.7 380c0 9.7-8 17.7-17.7 17.7H124c-9.7 0-17.7-8-17.7-17.7V238.3c0-9.7 8-17.7 17.7-17.7h248c9.7 0 17.7 8 17.7 17.7V380zm-248-137.3v132.9c0 2.5-1.9 4.4-4.4 4.4h-8.9c-2.5 0-4.4-1.9-4.4-4.4V242.7c0-2.5 1.9-4.4 4.4-4.4h8.9c2.5 0 4.4 1.9 4.4 4.4zm141.7 48.7c0 13-7.2 24.4-17.7 30.4v31.6c0 5-3.9 8.9-8.9 8.9h-17.7c-5 0-8.9-3.9-8.9-8.9v-31.6c-10.5-6.1-17.7-17.4-17.7-30.4 0-19.7 15.8-35.4 35.4-35.4s35.5 15.8 35.5 35.4zM248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm0 478.3C121 486.3 17.7 383 17.7 256S121 25.7 248 25.7 478.3 129 478.3 256 375 486.3 248 486.3z"],facebook:[448,512,[],"f09a","M448 56.7v398.5c0 13.7-11.1 24.7-24.7 24.7H309.1V306.5h58.2l8.7-67.6h-67v-43.2c0-19.6 5.4-32.9 33.5-32.9h35.8v-60.5c-6.2-.8-27.4-2.7-52.2-2.7-51.6 0-87 31.5-87 89.4v49.9h-58.4v67.6h58.4V480H24.7C11.1 480 0 468.9 0 455.3V56.7C0 43.1 11.1 32 24.7 32h398.5c13.7 0 24.8 11.1 24.8 24.7z"],"facebook-f":[264,512,[],"f37d","M76.7 512V283H0v-91h76.7v-71.7C76.7 42.4 124.3 0 193.8 0c33.3 0 61.9 2.5 70.2 3.6V85h-48.2c-37.8 0-45.1 18-45.1 44.3V192H256l-11.7 91h-73.6v229"],"facebook-square":[448,512,[],"f082","M448 80v352c0 26.5-21.5 48-48 48h-85.3V302.8h60.6l8.7-67.6h-69.3V192c0-19.6 5.4-32.9 33.5-32.9H384V98.7c-6.2-.8-27.4-2.7-52.2-2.7-51.6 0-87 31.5-87 89.4v49.9H184v67.6h60.9V480H48c-26.5 0-48-21.5-48-48V80c0-26.5 21.5-48 48-48h352c26.5 0 48 21.5 48 48z"],firefox:[496,512,[],"f269","M496 262.5C497.6 380.8 388.9 504 248 504c-106.7 0-190.9-62.5-229.8-151.7-43-97.7-5.7-251.6 70.3-320.3l-2.7 69.7c3.9-5 32.5-6.4 37.1 0C139 71 190.7 48 232.1 47.2c-15.8 13.3-52.2 61.6-49.2 86.2 20.2 6.4 51.1 6.6 67.4 7.7 5 2.8 4.1 19.6-5.8 33.4 0 0-13 18-48.1 24.3l2.7 41.1-37-7.4c-12.4 31.5 17.4 59.4 48.4 54.2 34.3-5.8 45.9-32 70-30.6 23.8 1.4 33.2 14.6 30.1 27.1 0 0-3.9 14.9-29.6 12.4-21.8 34.5-50.4 53.5-97.3 49.4 71.3 59.1 168.3 5.5 192.6-42.8 24.3-48.1 8-122.1-16.3-142.3 28.7 12.4 43.7 27.6 54.2 55.5 5.5-61.9-22.9-132.1-73.8-173.3C436 70.1 494.3 144.2 496 262.5z"],"first-order":[448,512,[],"f2b0","M12.9 229.2c.1-.1.2-.3.3-.4 0 .1 0 .3-.1.4h-.2zM224 96.6c-7.1 0-14.6.6-21.4 1.7l3.7 67.4-22-64c-14.3 3.7-27.7 9.4-40 16.6l29.4 61.4-45.1-50.9c-11.4 8.9-21.7 19.1-30.6 30.9l50.6 45.4-61.1-29.7c-7.1 12.3-12.9 25.7-16.6 40l64.3 22.6-68-4c-.9 7.1-1.4 14.6-1.4 22s.6 14.6 1.4 21.7l67.7-4-64 22.6c3.7 14.3 9.4 27.7 16.6 40.3l61.1-29.7L97.7 352c8.9 11.7 19.1 22.3 30.9 30.9l44.9-50.9-29.5 61.4c12.3 7.4 25.7 13.1 40 16.9l22.3-64.6-4 68c7.1 1.1 14.6 1.7 21.7 1.7 7.4 0 14.6-.6 21.7-1.7l-4-68.6 22.6 65.1c14.3-4 27.7-9.4 40-16.9L274.9 332l44.9 50.9c11.7-8.9 22-19.1 30.6-30.9l-50.6-45.1 61.1 29.4c7.1-12.3 12.9-25.7 16.6-40.3l-64-22.3 67.4 4c1.1-7.1 1.4-14.3 1.4-21.7s-.3-14.9-1.4-22l-67.7 4 64-22.3c-3.7-14.3-9.1-28-16.6-40.3l-60.9 29.7 50.6-45.4c-8.9-11.7-19.1-22-30.6-30.9l-45.1 50.9 29.4-61.1c-12.3-7.4-25.7-13.1-40-16.9L241.7 166l4-67.7c-7.1-1.2-14.3-1.7-21.7-1.7zM443.4 128v256L224 512 4.6 384V128L224 0l219.4 128zm-17.1 10.3L224 20.9 21.7 138.3v235.1L224 491.1l202.3-117.7V138.3zM224 37.1l187.7 109.4v218.9L224 474.9 36.3 365.4V146.6L224 37.1zm0 50.9c-92.3 0-166.9 75.1-166.9 168 0 92.6 74.6 167.7 166.9 167.7 92 0 166.9-75.1 166.9-167.7 0-92.9-74.9-168-166.9-168z"],flickr:[448,512,[],"f16e","M400 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zM144.5 319c-35.1 0-63.5-28.4-63.5-63.5s28.4-63.5 63.5-63.5 63.5 28.4 63.5 63.5-28.4 63.5-63.5 63.5zm159 0c-35.1 0-63.5-28.4-63.5-63.5s28.4-63.5 63.5-63.5 63.5 28.4 63.5 63.5-28.4 63.5-63.5 63.5z"],"font-awesome":[448,512,[],"f2b4","M397.8 32H50.2C22.7 32 0 54.7 0 82.2v347.6C0 457.3 22.7 480 50.2 480h347.6c27.5 0 50.2-22.7 50.2-50.2V82.2c0-27.5-22.7-50.2-50.2-50.2zm-45.4 284.3c0 4.2-3.6 6-7.8 7.8-16.7 7.2-34.6 13.7-53.8 13.7-26.9 0-39.4-16.7-71.7-16.7-23.3 0-47.8 8.4-67.5 17.3-1.2.6-2.4.6-3.6 1.2V385c0 1.8 0 3.6-.6 4.8v1.2c-2.4 8.4-10.2 14.3-19.1 14.3-11.3 0-20.3-9-20.3-20.3V166.4c-7.8-6-13.1-15.5-13.1-26.3 0-18.5 14.9-33.5 33.5-33.5 18.5 0 33.5 14.9 33.5 33.5 0 10.8-4.8 20.3-13.1 26.3v18.5c1.8-.6 3.6-1.2 5.4-2.4 18.5-7.8 40.6-14.3 61.5-14.3 22.7 0 40.6 6 60.9 13.7 4.2 1.8 8.4 2.4 13.1 2.4 22.7 0 47.8-16.1 53.8-16.1 4.8 0 9 3.6 9 7.8v140.3z"],"font-awesome-alt":[448,512,[],"f35c","M397.8 67.8c7.8 0 14.3 6.6 14.3 14.3v347.6c0 7.8-6.6 14.3-14.3 14.3H50.2c-7.8 0-14.3-6.6-14.3-14.3V82.2c0-7.8 6.6-14.3 14.3-14.3h347.6m0-35.9H50.2C22.7 32 0 54.7 0 82.2v347.6C0 457.3 22.7 480 50.2 480h347.6c27.5 0 50.2-22.7 50.2-50.2V82.2c0-27.5-22.7-50.2-50.2-50.2zm-58.5 139.2c-6 0-29.9 15.5-52.6 15.5-4.2 0-8.4-.6-12.5-2.4-19.7-7.8-37-13.7-59.1-13.7-20.3 0-41.8 6.6-59.7 13.7-1.8.6-3.6 1.2-4.8 1.8v-17.9c7.8-6 12.5-14.9 12.5-25.7 0-17.9-14.3-32.3-32.3-32.3s-32.3 14.3-32.3 32.3c0 10.2 4.8 19.7 12.5 25.7v212.1c0 10.8 9 19.7 19.7 19.7 9 0 16.1-6 18.5-13.7V385c.6-1.8.6-3 .6-4.8V336c1.2 0 2.4-.6 3-1.2 19.7-8.4 43-16.7 65.7-16.7 31.1 0 43 16.1 69.3 16.1 18.5 0 36.4-6.6 52-13.7 4.2-1.8 7.2-3.6 7.2-7.8V178.3c1.8-4.1-2.3-7.1-7.7-7.1z"],fonticons:[448,512,[],"f280","M0 32v448h448V32H0zm167.4 196h67.4l-11.1 37.3H168v112.9c0 5.8-2 6.7 3.2 7.3l43.5 4.1v25.1H84V389l21.3-2c5.2-.6 6.7-2.3 6.7-7.9V267.7c0-2.3-2.9-2.3-5.8-2.3H84V228h28v-21c0-49.6 26.5-70 77.3-70 34.1 0 64.7 8.2 64.7 52.8l-50.7 6.1c.3-18.7-4.4-23-16.3-23-18.4 0-19 9.9-19 27.4v23.3c0 2.4-3.5 4.4-.6 4.4zM364 414.7H261.3v-25.1l20.4-2.6c5.2-.6 7.6-1.7 7.6-7.3V271.8c0-4.1-2.9-6.7-6.7-7.9l-24.2-6.4 6.7-29.5h80.2v151.7c0 5.8-2.6 6.4 2.9 7.3l15.7 2.6v25.1zm-21.9-255.5l9 33.2-7.3 7.3-31.2-16.6-31.2 16.6-7.3-7.3 9-33.2-21.8-24.2 3.5-9.6h27.7l15.5-28h9.3l15.5 28h27.7l3.5 9.6-21.9 24.2z"],"fonticons-fi":[384,512,[],"f37e","M114.4 224h92.4l-15.2 51.2h-76.4V433c0 8-2.8 9.2 4.4 10l59.6 5.6V483H0v-35.2l29.2-2.8c7.2-.8 9.2-3.2 9.2-10.8V278.4c0-3.2-4-3.2-8-3.2H0V224h38.4v-28.8c0-68 36.4-96 106-96 46.8 0 88.8 11.2 88.8 72.4l-69.6 8.4c.4-25.6-6-31.6-22.4-31.6-25.2 0-26 13.6-26 37.6v32c0 3.2-4.8 6-.8 6zM384 483H243.2v-34.4l28-3.6c7.2-.8 10.4-2.4 10.4-10V287c0-5.6-4-9.2-9.2-10.8l-33.2-8.8 9.2-40.4h110v208c0 8-3.6 8.8 4 10l21.6 3.6V483zm-30-347.2l12.4 45.6-10 10-42.8-22.8-42.8 22.8-10-10 12.4-45.6-30-36.4 4.8-10h38L307.2 51H320l21.2 38.4h38l4.8 13.2-30 33.2z"],"fort-awesome":[448,512,[],"f286","M428 283h-24c-2.3 0-4 1.8-4 4v28h-32V159c0-2.3-1.8-4-4-4h-24c-2.3 0-4 1.8-4 4v28h-32v-28c0-2.3-1.8-4-4-4h-24c-2.3 0-4 1.8-4 4v28h-32v-28c0-5.3-7-4-10.3-4v-33.2c7.3-1.8 15-3 22.5-3 9.5 0 18.3 3.7 27.5 3.7 4 0 24.3-1 24.3-7V63c0-2.3-1.8-4-4-4-4.5 0-13.2 3.8-21 3.8-8.5 0-18.3-3.8-28.5-3.8-7 0-14 1-20.7 2.5v-4.2c4.7-2.3 8-7.2 8-12.5 0-18.1-27.5-18.2-27.5 0 0 5.3 3.3 10.2 8 12.5V155c-3.3 0-10.3-1.2-10.3 4v28h-32v-28c0-2.3-1.8-4-4-4h-24c-2.3 0-4 1.8-4 4v28h-32v-28c0-2.3-1.8-4-4-4H84c-2.3 0-4 1.8-4 4v156H48v-28c0-2.3-1.8-4-4-4H20c-2.3 0-4 1.8-4 4v192h160v-84c0-63.5 96-63.5 96 0v84h160V287c0-2.3-1.8-4-4-4zm-252-4c0 2.3-1.8 4-4 4h-24c-2.3 0-4-1.8-4-4v-56c0-2.3 1.8-4 4-4h24c2.3 0 4 1.8 4 4v56zm128 0c0 2.3-1.8 4-4 4h-24c-2.3 0-4-1.8-4-4v-56c0-2.3 1.8-4 4-4h24c2.3 0 4 1.8 4 4v56z"],"fort-awesome-alt":[512,512,[],"f37f","M211.7 241.1v51.7c0 2.1-1.6 3.7-3.7 3.7h-22.2c-2.1 0-3.7-1.6-3.7-3.7v-51.7c0-2.1 1.6-3.7 3.7-3.7H208c2.1 0 3.7 1.6 3.7 3.7zm114.5-3.7H304c-2.1 0-3.7 1.6-3.7 3.7v51.7c0 2.1 1.6 3.7 3.7 3.7h22.2c2.1 0 3.7-1.6 3.7-3.7v-51.7c-.1-2.1-1.7-3.7-3.7-3.7zm-29.1 263.2c-.9.1-1.7.3-2.6.4-1 .2-2.1.3-3.1.5-.9.1-1.8.3-2.8.4-1 .1-2 .3-3 .4-1 .1-2 .2-2.9.3-1 .1-1.9.2-2.9.3-1 .1-2.1.2-3.1.3-.9.1-1.8.2-2.7.2-1.1.1-2.3.1-3.4.2-.8 0-1.7.1-2.5.1-1.3.1-2.6.1-3.9.1-.7 0-1.4.1-2.1.1-2 0-4 .1-6 .1s-4 0-6-.1c-.7 0-1.4 0-2.1-.1-1.3 0-2.6-.1-3.9-.1-.8 0-1.7-.1-2.5-.1-1.1-.1-2.3-.1-3.4-.2-.9-.1-1.8-.1-2.7-.2-1-.1-2.1-.2-3.1-.3-1-.1-1.9-.2-2.9-.3-1-.1-2-.2-2.9-.3-1-.1-2-.2-3-.4-.9-.1-1.8-.3-2.8-.4-1-.1-2.1-.3-3.1-.5-.9-.1-1.7-.3-2.6-.4-65.6-10.9-122.5-47.7-160-99.4-.2-.2-.3-.5-.5-.7-.8-1.1-1.6-2.2-2.3-3.3-.3-.4-.6-.8-.8-1.2-.7-1.1-1.4-2.1-2.1-3.2-.3-.5-.6-.9-.9-1.4-.7-1.1-1.4-2.1-2-3.2-.3-.5-.6-.9-.9-1.4-.7-1.1-1.3-2.2-2-3.3-.2-.4-.5-.8-.7-1.2-2.4-4-4.6-8.1-6.8-12.2-.1-.2-.2-.3-.3-.5-.6-1.1-1.1-2.2-1.7-3.3-.3-.6-.6-1.1-.8-1.7-.5-1-1-2.1-1.5-3.1-.3-.7-.6-1.3-.9-2-.5-1-.9-2-1.4-3l-.9-2.1c-.4-1-.9-2-1.3-3-.3-.7-.6-1.5-.9-2.2l-1.2-3c-.3-.8-.6-1.5-.9-2.3-.4-1-.8-2-1.1-3-.3-.9-.6-1.8-1-2.8-.6-1.6-1.1-3.3-1.7-4.9-.3-.9-.6-1.8-.9-2.8-.3-.9-.5-1.8-.8-2.7-.3-.9-.6-1.9-.8-2.8-.3-.9-.5-1.8-.8-2.7-.3-1-.5-1.9-.8-2.9-.2-.9-.5-1.8-.7-2.7-.3-1-.5-2-.7-3-.2-.9-.4-1.7-.6-2.6-.2-1.1-.5-2.2-.7-3.2-.2-.8-.3-1.6-.5-2.4-.3-1.3-.5-2.7-.8-4-.1-.6-.2-1.1-.3-1.7l-.9-5.7c-.1-.6-.2-1.3-.3-1.9-.2-1.3-.4-2.6-.5-3.9-.1-.8-.2-1.5-.3-2.3-.1-1.2-.3-2.4-.4-3.6-.1-.8-.2-1.6-.2-2.4-.1-1.2-.2-2.4-.3-3.5-.1-.8-.1-1.6-.2-2.4-.1-1.2-.2-2.4-.2-3.7 0-.8-.1-1.5-.1-2.3-.1-1.3-.1-2.7-.2-4 0-.7 0-1.3-.1-2 0-2-.1-4-.1-6 0-53.5 16.9-103 45.8-143.6 2.3-3.2 4.7-6.4 7.1-9.5 4.9-6.2 10.1-12.3 15.6-18 2.7-2.9 5.5-5.7 8.4-8.4 2.9-2.7 5.8-5.4 8.8-8 4.5-3.9 9.1-7.6 13.9-11.2 1.6-1.2 3.2-2.4 4.8-3.5C140 34.2 171.7 20.1 206 13c16.1-3.3 32.9-5 50-5s33.8 1.7 50 5c34.3 7 66 21.1 93.6 40.7 1.6 1.2 3.2 2.3 4.8 3.5 4.8 3.6 9.4 7.3 13.9 11.2 12 10.4 23 21.9 32.8 34.4 2.5 3.1 4.8 6.3 7.1 9.5C487.1 153 504 202.5 504 256c0 2 0 4-.1 6 0 .7 0 1.3-.1 2 0 1.3-.1 2.7-.2 4 0 .8-.1 1.5-.1 2.3-.1 1.2-.1 2.4-.2.7-.1.8-.1 1.6-.2 2.4-.1 1.2-.2 2.4-.3 3.5-.1.8-.2 1.6-.2 2.4-.1 1.2-.3 2.4-.4 3.6-.1.8-.2 1.5-.3 2.3-.2 1.3-.4 2.6-.5 3.9-.1.6-.2 1.3-.3 1.9l-.9 5.7c-.1.6-.2 1.1-.3 1.7-.2 1.3-.5 2.7-.8 4-.2.8-.3 1.6-.5 2.4-.2 1.1-.5 2.2-.7 3.2-.2.9-.4 1.7-.6 2.6-.2 1-.5 2-.7 3-.2.9-.5 1.8-.7 2.7-.3 1-.5 1.9-.8 2.9-.2.9-.5 1.8-.8 2.7-.3.9-.6 1.9-.8 2.8-.3.9-.5 1.8-.8 2.7-.3.9-.6 1.8-.9 2.8-.5 1.6-1.1 3.3-1.7 4.9-.3.9-.6 1.8-1 2.8-.4 1-.7 2-1.1 3-.3.8-.6 1.5-.9 2.3l-1.2 3c-.3.7-.6 1.5-.9 2.2-.4 1-.8 2-1.3 3l-.9 2.1c-.4 1-.9 2-1.4 3-.3.7-.6 1.3-.9 2-.5 1-1 2.1-1.5 3.1-.3.6-.6 1.1-.8 1.7-.6 1.1-1.1 2.2-1.7 3.3-.1.2-.2.3-.3.5-2.2 4.1-4.4 8.2-6.8 12.2-.2.4-.5.8-.7 1.2-.7 1.1-1.3 2.2-2 3.3-.3.5-.6.9-.9 1.4-.7 1.1-1.4 2.1-2 3.2-.3.5-.6.9-.9 1.4-.7 1.1-1.4 2.1-2.1 3.2-.3.4-.6.8-.8 1.2-.8 1.1-1.5 2.2-2.3 3.3-.2.2-.3.5-.5.7-37.6 54.7-94.5 91.4-160.1 102.4zm117.3-86.2c13-13 24.2-27.4 33.6-42.9v-71.3c0-2.1-1.6-3.7-3.7-3.7h-22.2c-2.1 0-3.7 1.6-3.7 3.7V326h-29.5V182c0-2.1-1.6-3.7-3.7-3.7h-22.1c-2.1 0-3.7 1.6-3.7 3.7v25.9h-29.5V182c0-2.1-1.6-3.7-3.7-3.7H304c-2.1 0-3.7 1.6-3.7 3.7v25.9h-29.5V182c0-4.8-6.5-3.7-9.5-3.7v-30.7c6.7-1.6 13.8-2.8 20.8-2.8 8.8 0 16.8 3.5 25.4 3.5 3.7 0 22.4-.9 22.4-6.5V93.4c0-2.1-1.6-3.7-3.7-3.7-4.2 0-12.2 3.5-19.4 3.5-7.9 0-16.9-3.5-26.3-3.5-6.5 0-12.9.9-19.2 2.3v-3.9c4.4-2.1 7.4-6.7 7.4-11.5 0-16.8-25.4-16.8-25.4 0 0 4.8 3 9.5 7.4 11.5v90.2c-3 0-9.5-1.1-9.5 3.7v25.9h-29.5V182c0-2.1-1.6-3.7-3.7-3.7h-22.2c-2.1 0-3.7 1.6-3.7 3.7v25.9h-29.5V182c0-2.1-1.6-3.7-3.7-3.7h-22.1c-2.1 0-3.7 1.6-3.7 3.7v144H93.5v-25.8c0-2.1-1.6-3.7-3.7-3.7H67.7c-2.1 0-3.7 1.6-3.7 3.7v71.3c9.4 15.5 20.6 29.9 33.6 42.9 20.6 20.6 44.5 36.7 71.2 48 13.9 5.9 28.2 10.3 42.9 13.2v-75.8c0-58.6 88.6-58.6 88.6 0v75.8c14.7-2.9 29-7.4 42.9-13.2 26.7-11.3 50.6-27.4 71.2-48"],forumbee:[448,512,[],"f211","M5.8 309.7C2 292.7 0 275.5 0 258.3 0 135 99.8 35 223.1 35c16.6 0 33.3 2 49.3 5.5C149 87.5 51.9 186 5.8 309.7zm392.9-189.2C385 103 369 87.8 350.9 75.2c-149.6 44.3-266.3 162.1-309.7 312 12.5 18.1 28 35.6 45.2 49 43.1-151.3 161.2-271.7 312.3-315.7zm15.8 252.7c15.2-25.1 25.4-53.7 29.5-82.8-79.4 42.9-145 110.6-187.6 190.3 30-4.4 58.9-15.3 84.6-31.3 35 13.1 70.9 24.3 107 33.6-9.3-36.5-20.4-74.5-33.5-109.8zm29.7-145.5c-2.6-19.5-7.9-38.7-15.8-56.8C290.5 216.7 182 327.5 137.1 466c18.1 7.6 37 12.5 56.6 15.2C240 367.1 330.5 274.4 444.2 227.7z"],foursquare:[384,512,[],"f180","M323.1 3H49.9C12.4 3 0 31.3 0 49.1v433.8c0 20.3 12.1 27.7 18.2 30.1 6.2 2.5 22.8 4.6 32.9-7.1C180 356.5 182.2 354 182.2 354c3.1-3.4 3.4-3.1 6.8-3.1h83.4c35.1 0 40.6-25.2 44.3-39.7l48.6-243C373.8 25.8 363.1 3 323.1 3zm-16.3 73.8l-11.4 59.7c-1.2 6.5-9.5 13.2-16.9 13.2H172.1c-12 0-20.6 8.3-20.6 20.3v13c0 12 8.6 20.6 20.6 20.6h90.4c8.3 0 16.6 9.2 14.8 18.2-1.8 8.9-10.5 53.8-11.4 58.8-.9 4.9-6.8 13.5-16.9 13.5h-73.5c-13.5 0-17.2 1.8-26.5 12.6 0 0-8.9 11.4-89.5 108.3-.9.9-1.8.6-1.8-.3V75.9c0-7.7 6.8-16.6 16.6-16.6h219c8.2 0 15.6 7.7 13.5 17.5z"],"free-code-camp":[576,512,[],"f2c5","M69.3 144.5c-41 68.5-36.4 163 1 227C92.5 409.7 120 423.9 120 438c0 6.8-6 13-12.8 13C87.7 451 8 375.5 8 253.2c0-111.5 78-186 97.1-186 6 0 14.9 4.8 14.9 11.1 0 12.7-28.3 28.6-50.7 66.2zm195.8 213.8c4.5 1.8 12.3 5.2 12.3-1.2 0-2.7-2.2-2.9-4.3-3.6-8.5-3.4-14-7.7-19.1-15.2-8.2-12.1-10.1-24.2-10.1-38.6 0-32.1 44.2-37.9 44.2-70 0-12.3-7.7-15.9-7.7-19.3 0-2.2.7-2.2 2.9-2.2 8 0 19.1 13.3 22.5 19.8 2.2 4.6 2.4 6 2.4 11.1 0 7-.7 14.2-.7 21.3 0 27 31.9 19.8 31.9 6.8 0-6-3.6-11.6-3.6-17.4 0-.7 0-1.2.7-1.2 3.4 0 9.4 7.7 11.1 10.1 5.8 8.9 8.5 20.8 8.5 31.4 0 32.4-29.5 49-29.5 56 0 1 2.9 7.7 12.1 1.9 29.7-15.1 53.1-47.6 53.1-89.8 0-33.6-8.7-57.7-32.1-82.6-3.9-4.1-16.4-16.9-22.5-16.9-8.2 0 7.2 18.6 7.2 31.2 0 7.2-4.8 12.3-12.3 12.3-11.6 0-14.5-25.4-15.9-33.3-5.8-33.8-12.8-58.2-46.4-74.1-10.4-5-36.5-11.8-36.5-2.2 0 2.4 2.7 4.1 4.6 5.1 9.2 5.6 19.6 21.4 19.6 38.2 0 46.1-57.7 88.2-57.7 136.2-.2 40.3 28.1 72.6 65.3 86.2zM470.4 67c-6 0-14.4 6.5-14.4 12.6 0 8.7 12.1 19.6 17.6 25.4 81.6 85.1 78.6 214.3 17.6 291-7 8.9-35.3 35.3-35.3 43.5 0 5.1 8.2 11.4 13.2 11.4 25.4 0 98.8-80.8 98.8-185.7C568 145.9 491.8 67 470.4 67zm-42.3 323.1H167c-9.4 0-15.5 7.5-15.5 16.4 0 8.5 7 15.5 15.5 15.5h261.1c9.4 0 11.9-7.5 11.9-16.4 0-8.5-3.5-15.5-11.9-15.5z"],"get-pocket":[448,512,[],"f265","M407.6 64h-367C18.5 64 0 82.5 0 104.6v135.2C0 364.5 99.7 464 224.2 464c124 0 223.8-99.5 223.8-224.2V104.6c0-22.4-17.7-40.6-40.4-40.6zm-162 268.5c-12.4 11.8-31.4 11.1-42.4 0C89.5 223.6 88.3 227.4 88.3 209.3c0-16.9 13.8-30.7 30.7-30.7 17 0 16.1 3.8 105.2 89.3 90.6-86.9 88.6-89.3 105.5-89.3 16.9 0 30.7 13.8 30.7 30.7 0 17.8-2.9 15.7-114.8 123.2z"],gg:[512,512,[],"f260","M179.2 230.4l102.4 102.4-102.4 102.4L0 256 179.2 76.8l44.8 44.8-25.6 25.6-19.2-19.2-128 128 128 128 51.5-51.5-77.1-76.5 25.6-25.6zM332.8 76.8L230.4 179.2l102.4 102.4 25.6-25.6-77.1-76.5 51.5-51.5 128 128-128 128-19.2-19.2-25.6 25.6 44.8 44.8L512 256 332.8 76.8z"],"gg-circle":[512,512,[],"f261","M257 8C120 8 9 119 9 256s111 248 248 248 248-111 248-248S394 8 257 8zm-49.5 374.8L81.8 257.1l125.7-125.7 35.2 35.4-24.2 24.2-11.1-11.1-77.2 77.2 77.2 77.2 26.6-26.6-53.1-52.9 24.4-24.4 77.2 77.2-75 75.2zm99-2.2l-35.2-35.2 24.1-24.4 11.1 11.1 77.2-77.2-77.2-77.2-26.5 26.5 53.1 52.9-24.4 24.4-77.2-77.2 75-75L432.2 255 306.5 380.6z"],git:[448,512,[],"f1d3","M18.8 221.7c0 25.3 16.2 60 41.5 68.5v1c-18.8 8.3-24 50.6 1 65.8v1C34 367 16 384.3 16 414.2c0 51.5 48.8 65.8 91.5 65.8 52 0 90.7-18.7 90.7-76 0-70.5-101-44.5-101-82.8 0-13.5 7.2-18.7 19.7-21.3 41.5-7.7 67.5-40 67.5-82.2 0-7.3-1.5-14.2-4-21 6.7-1.5 13.2-3.3 19.7-5.5v-50.5c-17.2 6.8-35.7 11.8-54.5 11.8-53.8-31-126.8 1.3-126.8 69.2zm87.7 163.8c17 0 41.2 3 41.2 25 0 21.8-19.5 26.3-37.7 26.3-17.3 0-43.3-2.7-43.3-25.2.1-22.3 22.1-26.1 39.8-26.1zM103.3 256c-22 0-31.3-13-31.3-33.8 0-49.3 61-48.8 61-.5 0 20.3-8 34.3-29.7 34.3zM432 305.5v49c-13.3 7.3-30.5 9.8-45.5 9.8-53.5 0-59.8-42.2-59.8-85.7v-87.7h.5v-1c-7 0-7.3-1.6-24 1v-47.5h24c0-22.3.3-31-1.5-41.2h56.7c-2 13.8-1.5 27.5-1.5 41.2h51v47.5s-19.3-1-51-1V281c0 14.8 3.3 32.8 21.8 32.8 9.8 0 21.3-2.8 29.3-8.3zM286 68.7c0 18.7-14.5 36.2-33.8 36.2-19.8 0-34.5-17.2-34.5-36.2 0-19.3 14.5-36.7 34.5-36.7C272 32 286 50 286 68.7zm-6.2 74.5c-1.8 14.6-1.6 199.8 0 217.8h-55.5c1.6-18.1 1.8-203 0-217.8h55.5z"],"git-square":[448,512,[],"f1d2","M140.1 348.5c12.1 0 29.5 2.1 29.5 17.9 0 15.5-13.9 18.8-27 18.8-12.3 0-30.9-2-30.9-18s15.7-18.7 28.4-18.7zm-24.7-116.6c0 14.8 6.6 24.1 22.3 24.1 15.5 0 21.2-10 21.2-24.5.1-34.4-43.5-34.8-43.5.4zM448 80v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V80c0-26.5 21.5-48 48-48h352c26.5 0 48 21.5 48 48zm-241 93.7c-12.3 4.8-25.5 8.4-38.9 8.4-38.5-22.1-90.7.9-90.7 49.5 0 18 11.6 42.9 29.6 48.9v.7c-13.4 5.9-17.1 36.1.7 47v.7c-19.5 6.4-32.3 18.8-32.3 40.2 0 36.8 34.8 47 65.4 47 37.1 0 64.8-13.4 64.8-54.3 0-50.4-72.1-31.8-72.1-59.1 0-9.6 5.2-13.4 14.1-15.2 29.6-5.5 48.2-28.6 48.2-58.7 0-5.2-1.1-10.2-2.9-15 4.8-1.1 9.5-2.3 14.1-3.9v-36.2zm56.8 1.8h-39.6c1.3 10.6 1.1 142.6 0 155.5h39.6c-1.1-12.8-1.2-145.1 0-155.5zm4.5-53.3c0-13.4-10-26.2-24.1-26.2-14.3 0-24.6 12.5-24.6 26.2 0 13.6 10.5 25.9 24.6 25.9 13.7 0 24.1-12.5 24.1-25.9zm104.3 53.3h-36.4c0-9.8-.4-19.6 1.1-29.5h-40.5c1.3 7.3 1.1 13.6 1.1 29.5h-17.1v33.9c11.9-1.9 12.1-.7 17.1-.7v.7h-.4v62.7c0 31.1 4.5 61.2 42.7 61.2 10.7 0 23-1.8 32.5-7v-35c-5.7 3.9-13.9 5.9-20.9 5.9-13.2 0-15.5-12.9-15.5-23.4v-65.2c22.7 0 36.4.7 36.4.7v-33.8z"],github:[496,512,[],"f09b","M165.9 397.4c0 2-2.3 3.6-5.2 3.6-3.3.3-5.6-1.3-5.6-3.6 0-2 2.3-3.6 5.2-3.6 3-.3 5.6 1.3 5.6 3.6zm-31.1-4.5c-.7 2 1.3 4.3 4.3 4.9 2.6 1 5.6 0 6.2-2s-1.3-4.3-4.3-5.2c-2.6-.7-5.5.3-6.2 2.3zm44.2-1.7c-2.9.7-4.9 2.6-4.6 4.9.3 2 2.9 3.3 5.9 2.6 2.9-.7 4.9-2.6 4.6-4.6-.3-1.9-3-3.2-5.9-2.9zM244.8 8C106.1 8 0 113.3 0 252c0 110.9 69.8 205.8 169.5 239.2 12.8 2.3 17.3-5.6 17.3-12.1 0-6.2-.3-40.4-.3-61.4 0 0-70 15-84.7-29.8 0 0-11.4-29.1-27.8-36.6 0 0-22.9-15.7 1.6-15.4 0 0 24.9 2 38.6 25.8 21.9 38.6 58.6 27.5 72.9 20.9 2.3-16 8.8-27.1 16-33.7-55.9-6.2-112.3-14.3-112.3-110.5 0-27.5 7.6-41.3 23.6-58.9-2.6-6.5-11.1-33.3 2.6-67.9 20.9-6.5 69 27 69 27 20-5.6 41.5-8.5 62.8-8.5s42.8 2.9 62.8 8.5c0 0 48.1-33.6 69-27 13.7 34.7 5.2 61.4 2.6 67.9 16 17.7 25.8 31.5 25.8 58.9 0 96.5-58.9 104.2-114.8 110.5 9.2 7.9 17 22.9 17 46.4 0 33.7-.3 75.4-.3 83.6 0 6.5 4.6 14.4 17.3 12.1C428.2 457.8 496 362.9 496 252 496 113.3 383.5 8 244.8 8zM97.2 352.9c-1.3 1-1 3.3.7 5.2 1.6 1.6 3.9 2.3 5.2 1 1.3-1 1-3.3-.7-5.2-1.6-1.6-3.9-2.3-5.2-1zm-10.8-8.1c-.7 1.3.3 2.9 2.3 3.9 1.6 1 3.6.7 4.3-.7.7-1.3-.3-2.9-2.3-3.9-2-.6-3.6-.3-4.3.7zm32.4 35.6c-1.6 1.3-1 4.3 1.3 6.2 2.3 2.3 5.2 2.6 6.5 1 1.3-1.3.7-4.3-1.3-6.2-2.2-2.3-5.2-2.6-6.5-1zm-11.4-14.7c-1.6 1-1.6 3.6 0 5.9 1.6 2.3 4.3 3.3 5.6 2.3 1.6-1.3 1.6-3.9 0-6.2-1.4-2.3-4-3.3-5.6-2z"],"github-alt":[480,512,[],"f113","M186.1 328.7c0 20.9-10.9 55.1-36.7 55.1s-36.7-34.2-36.7-55.1 10.9-55.1 36.7-55.1 36.7 34.2 36.7 55.1zM480 278.2c0 31.9-3.2 65.7-17.5 95-37.9 76.6-142.1 74.8-216.7 74.8-75.8 0-186.2 2.7-225.6-74.8-14.6-29-20.2-63.1-20.2-95 0-41.9 13.9-81.5 41.5-113.6-5.2-15.8-7.7-32.4-7.7-48.8 0-21.5 4.9-32.3 14.6-51.8 45.3 0 74.3 9 108.8 36 29-6.9 58.8-10 88.7-10 27 0 54.2 2.9 80.4 9.2 34-26.7 63-35.2 107.8-35.2 9.8 19.5 14.6 30.3 14.6 51.8 0 16.4-2.6 32.7-7.7 48.2 27.5 32.4 39 72.3 39 114.2zm-64.3 50.5c0-43.9-26.7-82.6-73.5-82.6-18.9 0-37 3.4-56 6-14.9 2.3-29.8 3.2-45.1 3.2-15.2 0-30.1-.9-45.1-3.2-18.7-2.6-37-6-56-6-46.8 0-73.5 38.7-73.5 82.6 0 87.8 80.4 101.3 150.4 101.3h48.2c70.3 0 150.6-13.4 150.6-101.3zm-82.6-55.1c-25.8 0-36.7 34.2-36.7 55.1s10.9 55.1 36.7 55.1 36.7-34.2 36.7-55.1-10.9-55.1-36.7-55.1z"],"github-square":[448,512,[],"f092","M400 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zM277.3 415.7c-8.4 1.5-11.5-3.7-11.5-8 0-5.4.2-33 .2-55.3 0-15.6-5.2-25.5-11.3-30.7 37-4.1 76-9.2 76-73.1 0-18.2-6.5-27.3-17.1-39 1.7-4.3 7.4-22-1.7-45-13.9-4.3-45.7 17.9-45.7 17.9-13.2-3.7-27.5-5.6-41.6-5.6-14.1 0-28.4 1.9-41.6 5.6 0 0-31.8-22.2-45.7-17.9-9.1 22.9-3.5 40.6-1.7 45-10.6 11.7-15.6 20.8-15.6 39 0 63.6 37.3 69 74.3 73.1-4.8 4.3-9.1 11.7-10.6 22.3-9.5 4.3-33.8 11.7-48.3-13.9-9.1-15.8-25.5-17.1-25.5-17.1-16.2-.2-1.1 10.2-1.1 10.2 10.8 5 18.4 24.2 18.4 24.2 9.7 29.7 56.1 19.7 56.1 19.7 0 13.9.2 36.5.2 40.6 0 4.3-3 9.5-11.5 8-66-22.1-112.2-84.9-112.2-158.3 0-91.8 70.2-161.5 162-161.5S388 165.6 388 257.4c.1 73.4-44.7 136.3-110.7 158.3zm-98.1-61.1c-1.9.4-3.7-.4-3.9-1.7-.2-1.5 1.1-2.8 3-3.2 1.9-.2 3.7.6 3.9 1.9.3 1.3-1 2.6-3 3zm-9.5-.9c0 1.3-1.5 2.4-3.5 2.4-2.2.2-3.7-.9-3.7-2.4 0-1.3 1.5-2.4 3.5-2.4 1.9-.2 3.7.9 3.7 2.4zm-13.7-1.1c-.4 1.3-2.4 1.9-4.1 1.3-1.9-.4-3.2-1.9-2.8-3.2.4-1.3 2.4-1.9 4.1-1.5 2 .6 3.3 2.1 2.8 3.4zm-12.3-5.4c-.9 1.1-2.8.9-4.3-.6-1.5-1.3-1.9-3.2-.9-4.1.9-1.1 2.8-.9 4.3.6 1.3 1.3 1.8 3.3.9 4.1zm-9.1-9.1c-.9.6-2.6 0-3.7-1.5s-1.1-3.2 0-3.9c1.1-.9 2.8-.2 3.7 1.3 1.1 1.5 1.1 3.3 0 4.1zm-6.5-9.7c-.9.9-2.4.4-3.5-.6-1.1-1.3-1.3-2.8-.4-3.5.9-.9 2.4-.4 3.5.6 1.1 1.3 1.3 2.8.4 3.5zm-6.7-7.4c-.4.9-1.7 1.1-2.8.4-1.3-.6-1.9-1.7-1.5-2.6.4-.6 1.5-.9 2.8-.4 1.3.7 1.9 1.8 1.5 2.6z"],gitlab:[448,512,[],"f296","M26.1 190.8L224 448 7.1 287c-6-4.5-8.5-12.2-6.2-19.2l25.2-77zM92 37.8c-2.7-7.7-13.7-7.7-16.5 0L26 190.8h115.5L92 37.8zm49.5 153L224 448l82.5-257.2h-165zm305.7 76.9l-25.2-77L224 448l216.9-161c6-4.5 8.5-12.3 6.3-19.3zM372.5 37.8c-2.7-7.7-13.7-7.7-16.5 0l-49.5 153H422l-49.5-153z"],glide:[448,512,[],"f2a5","M252.8 148.6c0 8.8-1.6 17.7-3.4 26.4-5.8 27.8-11.6 55.8-17.3 83.6-1.4 6.3-8.3 4.9-13.7 4.9-23.8 0-30.5-26-30.5-45.5 0-29.3 11.2-68.1 38.5-83.1 4.3-2.5 9.2-4.2 14.1-4.2 11.4 0 12.3 8.3 12.3 17.9zM448 80v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V80c0-26.5 21.5-48 48-48h352c26.5 0 48 21.5 48 48zm-64 187c0-5.1-20.8-37.7-25.5-39.5-2.2-.9-7.2-2.3-9.6-2.3-23.1 0-38.7 10.5-58.2 21.5l-.5-.5c4.3-29.4 14.6-57.2 14.6-87.4 0-44.6-23.8-62.7-67.5-62.7-71.7 0-108 70.8-108 123.5 0 54.7 32 85 86.3 85 7.5 0 6.9-.6 6.9 2.3-10.5 80.3-56.5 82.9-56.5 58.9 0-24.4 28-36.5 28.3-38-.2-7.6-29.3-17.2-36.7-17.2-21.1 0-32.7 33-32.7 50.6 0 32.3 20.4 54.7 53.3 54.7 48.2 0 83.4-49.7 94.3-91.7 9.4-37.7 7-39.4 12.3-42.1 20-10.1 35.8-16.8 58.4-16.8 11.1 0 19 2.3 36.7 5.2 1.8.1 4.1-1.7 4.1-3.5z"],"glide-g":[448,512,[],"f2a6","M407.1 211.2c-3.5-1.4-11.6-3.8-15.4-3.8-37.1 0-62.2 16.8-93.5 34.5l-.9-.9c7-47.3 23.5-91.9 23.5-140.4C320.8 29.1 282.6 0 212.4 0 97.3 0 39 113.7 39 198.4 39 286.3 90.3 335 177.6 335c12 0 11-1 11 3.8-16.9 128.9-90.8 133.1-90.8 94.6 0-39.2 45-58.6 45.5-61-.3-12.2-47-27.6-58.9-27.6-33.9.1-52.4 51.2-52.4 79.3C32 476 64.8 512 117.5 512c77.4 0 134-77.8 151.4-145.4 15.1-60.5 11.2-63.3 19.7-67.6 32.2-16.2 57.5-27 93.8-27 17.8 0 30.5 3.7 58.9 8.4 2.9 0 6.7-2.9 6.7-5.8 0-8-33.4-60.5-40.9-63.4zm-175.3-84.4c-9.3 44.7-18.6 89.6-27.8 134.3-2.3 10.2-13.3 7.8-22 7.8-38.3 0-49-41.8-49-73.1 0-47 18-109.3 61.8-133.4 7-4.1 14.8-6.7 22.6-6.7 18.6 0 20 13.3 20 28.7-.1 14.3-2.7 28.5-5.6 42.4z"],gofore:[400,512,[],"f380","M324 319.8h-13.2v34.7c-24.5 23.1-56.3 35.8-89.9 35.8-73.2 0-132.4-60.2-132.4-134.4 0-74.1 59.2-134.4 132.4-134.4 35.3 0 68.6 14 93.6 39.4l62.3-63.3C335 55.3 279.7 32 220.7 32 98 32 0 132.6 0 256c0 122.5 97 224 220.7 224 63.2 0 124.5-26.2 171-82.5-2-27.6-13.4-77.7-67.7-77.7zm-12.1-112.5H205.6v89H324c33.5 0 60.5 15.1 76 41.8v-30.6c0-65.2-40.4-100.2-88.1-100.2z"],google:[488,512,[],"f1a0","M488 261.8C488 403.3 391.1 504 248 504 110.8 504 0 393.2 0 256S110.8 8 248 8c66.8 0 123 24.5 166.3 64.9l-67.5 64.9C258.5 52.6 94.3 116.6 94.3 256c0 86.5 69.1 156.6 153.7 156.6 98.2 0 135-70.4 140.8-106.9H248v-85.3h236.1c2.3 12.7 3.9 24.9 3.9 41.4z"],"google-plus":[496,512,[],"f2b3","M248 8C111.1 8 0 119.1 0 256s111.1 248 248 248 248-111.1 248-248S384.9 8 248 8zm-70.7 372c-68.8 0-124-55.5-124-124s55.2-124 124-124c31.3 0 60.1 11 83 32.3l-33.6 32.6c-13.2-12.9-31.3-19.1-49.4-19.1-42.9 0-77.2 35.5-77.2 78.1s34.2 78.1 77.2 78.1c32.6 0 64.9-19.1 70.1-53.3h-70.1v-42.6h116.9c1.3 6.8 1.9 13.6 1.9 20.7 0 70.8-47.5 121.2-118.8 121.2zm230.2-106.2v35.5H372v-35.5h-35.5v-35.5H372v-35.5h35.5v35.5h35.2v35.5h-35.2z"],"google-plus-g":[512,512,[],"f0d5","M311.1 233.1c1.5 8.1 2.6 16.2 2.6 26.6 0 91.5-61.3 156.3-153.7 156.3C71.6 416 0 344.4 0 256S71.6 96 160 96c43.2 0 79.2 15.7 107.2 41.9l-43.4 41.7c-11.8-11.4-32.5-24.7-63.7-24.7-54.6 0-99.1 45.2-99.1 101.1 0 55.9 44.5 101.1 99.1 101.1 63.3 0 87.1-45.6 90.8-69H160v-55h151.1zm154.5 5.3V192h-46.7v46.4h-46.4v46.7h46.4v46.4h46.7v-46.4H512v-46.7h-46.4z"],"google-plus-square":[488,512,[],"f0d4","M400 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zM164 356c-55.3 0-100-44.7-100-100s44.7-100 100-100c27 0 49.5 9.8 67 26.2l-27.1 26.1c-7.4-7.1-20.3-15.4-39.8-15.4-34.1 0-61.9 28.2-61.9 63.2 0 34.9 27.8 63.2 61.9 63.2 39.6 0 54.4-28.5 56.8-43.1H164v-34.4h94.4c1 5 1.6 10.1 1.6 16.6 0 57.1-38.3 97.6-96 97.6zm220-81.8h-29v29h-29.2v-29h-29V245h29v-29H355v29h29v29.2z"],"google-wallet":[448,512,[],"f1ee","M156.8 126.8c37.6 60.6 64.2 113.1 84.3 162.5-8.3 33.8-18.8 66.5-31.3 98.3-13.2-52.3-26.5-101.3-56-148.5 6.5-36.4 2.3-73.6 3-112.3zM109.3 200H16.1c-6.5 0-10.5 7.5-6.5 12.7C51.8 267 81.3 330.5 101.3 400h103.5c-16.2-69.7-38.7-133.7-82.5-193.5-3-4-8-6.5-13-6.5zm47.8-88c68.5 108 130 234.5 138.2 368H409c-12-138-68.4-265-143.2-368H157.1zm251.8-68.5c-1.8-6.8-8.2-11.5-15.2-11.5h-88.3c-5.3 0-9 5-7.8 10.3 13.2 46.5 22.3 95.5 26.5 146 48.2 86.2 79.7 178.3 90.6 270.8 15.8-60.5 25.3-133.5 25.3-203 0-73.6-12.1-145.1-31.1-212.6z"],gratipay:[496,512,[],"f184","M248 8C111.1 8 0 119.1 0 256s111.1 248 248 248 248-111.1 248-248S384.9 8 248 8zm114.6 226.4l-113 152.7-112.7-152.7c-8.7-11.9-19.1-50.4 13.6-72 28.1-18.1 54.6-4.2 68.5 11.9 15.9 17.9 46.6 16.9 61.7 0 13.9-16.1 40.4-30 68.1-11.9 32.9 21.6 22.6 60 13.8 72z"],grav:[512,512,[],"f2d6","M301.1 212c4.4 4.4 4.4 11.9 0 16.3l-9.7 9.7c-4.4 4.7-11.9 4.7-16.6 0l-10.5-10.5c-4.4-4.7-4.4-11.9 0-16.6l9.7-9.7c4.4-4.4 11.9-4.4 16.6 0l10.5 10.8zm-30.2-19.7c3-3 3-7.8 0-10.5-2.8-3-7.5-3-10.5 0-2.8 2.8-2.8 7.5 0 10.5 3.1 2.8 7.8 2.8 10.5 0zm-26 5.3c-3 2.8-3 7.5 0 10.2 2.8 3 7.5 3 10.5 0 2.8-2.8 2.8-7.5 0-10.2-3-3-7.7-3-10.5 0zm72.5-13.3c-19.9-14.4-33.8-43.2-11.9-68.1 21.6-24.9 40.7-17.2 59.8.8 11.9 11.3 29.3 24.9 17.2 48.2-12.5 23.5-45.1 33.2-65.1 19.1zm47.7-44.5c-8.9-10-23.3 6.9-15.5 16.1 7.4 9 32.1 2.4 15.5-16.1zM504 256c0 137-111 248-248 248S8 393 8 256 119 8 256 8s248 111 248 248zm-66.2 42.6c2.5-16.1-20.2-16.6-25.2-25.7-13.6-24.1-27.7-36.8-54.5-30.4 11.6-8 23.5-6.1 23.5-6.1.3-6.4 0-13-9.4-24.9 3.9-12.5.3-22.4.3-22.4 15.5-8.6 26.8-24.4 29.1-43.2 3.6-31-18.8-59.2-49.8-62.8-22.1-2.5-43.7 7.7-54.3 25.7-23.2 40.1 1.4 70.9 22.4 81.4-14.4-1.4-34.3-11.9-40.1-34.3-6.6-25.7 2.8-49.8 8.9-61.4 0 0-4.4-5.8-8-8.9 0 0-13.8 0-24.6 5.3 11.9-15.2 25.2-14.4 25.2-14.4 0-6.4-.6-14.9-3.6-21.6-5.4-11-23.8-12.9-31.7 2.8.1-.2.3-.4.4-.5-5 11.9-1.1 55.9 16.9 87.2-2.5 1.4-9.1 6.1-13 10-21.6 9.7-56.2 60.3-56.2 60.3-28.2 10.8-77.2 50.9-70.6 79.7.3 3 1.4 5.5 3 7.5-2.8 2.2-5.5 5-8.3 8.3-11.9 13.8-5.3 35.2 17.7 24.4 15.8-7.2 29.6-20.2 36.3-30.4 0 0-5.5-5-16.3-4.4 27.7-6.6 34.3-9.4 46.2-9.1 8 3.9 8-34.3 8-34.3 0-14.7-2.2-31-11.1-41.5 12.5 12.2 29.1 32.7 28 60.6-.8 18.3-15.2 23-15.2 23-9.1 16.6-43.2 65.9-30.4 106 0 0-9.7-14.9-10.2-22.1-17.4 19.4-46.5 52.3-24.6 64.5 26.6 14.7 108.8-88.6 126.2-142.3 34.6-20.8 55.4-47.3 63.9-65 22 43.5 95.3 94.5 101.1 59z"],gripfire:[384,512,[],"f381","M171.8 503.8c0-5.3 4.8-12.2 4.8-22.3 0-15.2-13-39.9-78.1-86.6C64.2 365.8 32 336.4 32 286.6 32 171.9 179.1 110.1 179.1 18c0-3.3-.2-6.7-.6-10 5.1 2.4 39.1 43.3 39.1 90.4 0 80.5-105.1 129.2-105.1 203 0 26.9 16.6 47.2 32.6 69.5 22.5 30.2 44.2 56.9 44.2 86.5-.1 14.5-4.4 29.7-17.5 46.4zm146-241.4c1.5 8.4 2.2 16.6 2.2 24.6 0 51.8-29.4 97.5-67.3 136.8-1 1-2.2 2.4-3.2 2.4-3.6 0-35.5-41.6-35.5-53.2 0 0 41.8-55.7 41.8-96.9 0-10.8-2.7-21.7-9.1-33.4-1.5 32.3-55.7 87.7-58.1 87.7-2.7 0-17.9-22-17.9-42.1 0-5.3 1-10.7 3.2-15.8 2.4-5.5 56.6-72 56.6-116.7 0-6.2-1-12-3.4-17.1l-4-7.2c16.7 6.5 82.6 64.1 94.7 130.9"],"hacker-news":[448,512,[],"f1d4","M0 32v448h448V32H0zm21.2 197.2H21c.1-.1.2-.3.3-.4 0 .1 0 .3-.1.4zm218 53.9V384h-31.4V281.3L128 128h37.3c52.5 98.3 49.2 101.2 59.3 125.6 12.3-27 5.8-24.4 60.6-125.6H320l-80.8 155.1z"],"hacker-news-square":[448,512,[],"f382","M400 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zM21.2 229.2H21c.1-.1.2-.3.3-.4 0 .1 0 .3-.1.4zm218 53.9V384h-31.4V281.3L128 128h37.3c52.5 98.3 49.2 101.2 59.3 125.6 12.3-27 5.8-24.4 60.6-125.6H320l-80.8 155.1z"],houzz:[320,512,[],"f27c","M12.2 256L160 341.1 12.2 426.6V256M160 512l147.8-85.4V256L160 341.1V512zm0-512L12.2 85.4V256L160 170.6V0zm0 170.6L307.8 256V85.4L160 170.6z"],html5:[384,512,[],"f13b","M0 32l34.9 395.8L191.5 480l157.6-52.2L384 32H0zm308.2 127.9H124.4l4.1 49.4h175.6l-13.6 148.4-97.9 27v.3h-1.1l-98.7-27.3-6-75.8h47.7L138 320l53.5 14.5 53.7-14.5 6-62.2H84.3L71.5 112.2h241.1l-4.4 47.7z"],hubspot:[512,512,[],"f383","M267.4 211.6c-25.1 23.7-40.8 57.3-40.8 94.6 0 29.3 9.7 56.3 26 78L203.1 434c-4.4-1.6-9.1-2.5-14-2.5-10.8 0-20.9 4.2-28.5 11.8-7.6 7.6-11.8 17.8-11.8 28.6s4.2 20.9 11.8 28.5c7.6 7.6 17.8 11.6 28.5 11.6 10.8 0 20.9-3.9 28.6-11.6 7.6-7.6 11.8-17.8 11.8-28.5 0-4.2-.6-8.2-1.9-12.1l50-50.2c22 16.9 49.4 26.9 79.3 26.9 71.9 0 130-58.3 130-130.2 0-65.2-47.7-119.2-110.2-128.7V116c17.5-7.4 28.2-23.8 28.2-42.9 0-26.1-20.9-47.9-47-47.9S311.2 47 311.2 73.1c0 19.1 10.7 35.5 28.2 42.9v61.2c-15.2 2.1-29.6 6.7-42.7 13.6-27.6-20.9-117.5-85.7-168.9-124.8 1.2-4.4 2-9 2-13.8C129.8 23.4 106.3 0 77.4 0 48.6 0 25.2 23.4 25.2 52.2c0 28.9 23.4 52.3 52.2 52.3 9.8 0 18.9-2.9 26.8-7.6l163.2 114.7zm89.5 163.6c-38.1 0-69-30.9-69-69s30.9-69 69-69 69 30.9 69 69-30.9 69-69 69z"],imdb:[448,512,[],"f2d8","M350.5 288.7c0 5.4 1.6 14.4-6.2 14.4-1.6 0-3-.8-3.8-2.4-2.2-5.1-1.1-44.1-1.1-44.7 0-3.8-1.1-12.7 4.9-12.7 7.3 0 6.2 7.3 6.2 12.7v32.7zM265 229.9c0-9.7 1.6-16-10.3-16v83.7c12.2.3 10.3-8.7 10.3-18.4v-49.3zM448 80v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V80c0-26.5 21.5-48 48-48h352c26.5 0 48 21.5 48 48zM21.3 228.8c-.1.1-.2.3-.3.4h.3v-.4zM97 192H64v127.8h33V192zm113.3 0h-43.1l-7.6 59.9c-2.7-20-5.4-40.1-8.7-59.9h-42.8v127.8h29v-84.5l12.2 84.5h20.6l11.6-86.4v86.4h28.7V192zm86.3 45.3c0-8.1.3-16.8-1.4-24.4-4.3-22.5-31.4-20.9-49-20.9h-24.6v127.8c86.1.1 75 6 75-82.5zm85.9 17.3c0-17.3-.8-30.1-22.2-30.1-8.9 0-14.9 2.7-20.9 9.2V192h-31.7v127.8h29.8l1.9-8.1c5.7 6.8 11.9 9.8 20.9 9.8 19.8 0 22.2-15.2 22.2-30.9v-36z"],instagram:[448,512,[],"f16d","M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z"],"internet-explorer":[448,512,[],"f26b","M422.8 171.7c9.5-21.5 18.7-52.9 18.7-76.9 0-63.6-69.7-86.1-183.5-33.8-94.2-6.3-184.9 64.5-207.5 163.1 27-30.5 68.5-72 106.8-88.5-47.5 42.3-88 95.8-118.8 151.5C20.3 320.4 0 374 0 414.1c0 86.2 81.3 75.7 157.7 36.8 27.5 13.5 58.3 13.6 89 13.6 85 0 161.2-47.5 189.7-127.8H330.8c-46 77.5-172.3 46.4-172.3-41.5h287.7c5.7-38.1-1.4-83.7-23.4-123.5zM56.5 335.5c15.5 44.8 47 83.9 87.8 107.9-77.7 42.8-151.7 25.4-87.8-107.9zM158 240.2c1.8-48.3 44-83 91-83 46.8 0 89.3 34.7 91 83H158zM319.5 76.1c18.8-9 42.5-19.2 63.5-19.2 27.5 0 47.5 19 47.5 47 0 17.5-6.5 42.9-12.8 59.4-23-37.1-57.7-71.5-98.2-87.2z"],ioxhost:[640,512,[],"f208","M616 160h-67.3C511.2 70.7 422.9 8 320 8 183 8 72 119 72 256c0 16.4 1.6 32.5 4.7 48H24c-13.3 0-24 10.8-24 24 0 13.3 10.7 24 24 24h67.3c37.5 89.3 125.8 152 228.7 152 137 0 248-111 248-248 0-16.4-1.6-32.5-4.7-48H616c13.3 0 24-10.8 24-24 0-13.3-10.7-24-24-24zm-96 96c0 110.5-89.5 200-200 200-75.7 0-141.6-42-175.5-104H424c13.3 0 24-10.8 24-24 0-13.3-10.7-24-24-24H125.8c-3.8-15.4-5.8-31.4-5.8-48 0-110.5 89.5-200 200-200 75.7 0 141.6 42 175.5 104H216c-13.3 0-24 10.8-24 24 0 13.3 10.7 24 24 24h298.2c3.8 15.4 5.8 31.4 5.8 48zm-304-24h208c13.3 0 24 10.7 24 24 0 13.2-10.7 24-24 24H216c-13.3 0-24-10.7-24-24 0-13.2 10.7-24 24-24z"],joget:[496,512,[],"f384","M227.5 468.7c-9-13.6-19.9-33.3-23.7-42.4-5.7-13.7-27.2-45.6 31.2-67.1 51.7-19.1 176.7-16.5 208.8-17.6-4 9-8.6 17.9-13.9 26.6-40.4 65.5-110.4 101.5-182 101.5-6.8 0-13.6-.4-20.4-1M66.1 143.9C128 43.4 259.6 12.2 360.1 74.1c74.8 46.1 111.2 130.9 99.3 212.7-24.9-.5-179.3-3.6-230.3-4.9-55.5-1.4-81.7-20.8-58.5-48.2 23.2-27.4 51.1-40.7 68.9-51.2 17.9-10.5 27.3-33.7-23.6-29.7C87.3 161.5 48.6 252.1 37.6 293c-8.8-49.7-.1-102.7 28.5-149.1m-29.2-18c-71.9 116.6-35.6 269.3 81 341.2 116.6 71.9 269.3 35.6 341.2-80.9 71.9-116.6 35.6-269.4-81-341.2-40.5-25.1-85.5-37-129.9-37C165 8 83.8 49.9 36.9 125.9m244.4 110.4c-31.5 20.5-65.3 31.3-65.3 31.3l169.5-1.6 46.5-23.4s3.6-9.5-19.1-15.5c-22.7-6-57 11.3-86.7 27.2-29.7 15.8-31.1 8.2-31.1 8.2s40.2-28.1 50.7-34.5c10.5-6.4 31.9-14 13.4-24.6-3.2-1.8-6.7-2.7-10.4-2.7-17.8 0-41.5 18.7-67.5 35.6"],joomla:[448,512,[],"f1aa","M.6 92.1C.6 58.8 27.4 32 60.4 32c30 0 54.5 21.9 59.2 50.2 32.6-7.6 67.1.6 96.5 30l-44.3 44.3c-20.5-20.5-42.6-16.3-55.4-3.5-14.3 14.3-14.3 37.9 0 52.2l99.5 99.5-44 44.3c-87.7-87.2-49.7-49.7-99.8-99.7-26.8-26.5-35-64.8-24.8-98.9C20.4 144.6.6 120.7.6 92.1zm129.5 116.4l44.3 44.3c10-10 89.7-89.7 99.7-99.8 14.3-14.3 37.6-14.3 51.9 0 12.8 12.8 17 35-3.5 55.4l44 44.3c31.2-31.2 38.5-67.6 28.9-101.2 29.2-4.1 51.9-29.2 51.9-59.5 0-33.2-26.8-60.1-59.8-60.1-30.3 0-55.4 22.5-59.5 51.6-33.8-9.9-71.7-1.5-98.3 25.1-18.3 19.1-71.1 71.5-99.6 99.9zm266.3 152.2c8.2-32.7-.9-68.5-26.3-93.9-11.8-12.2 5 4.7-99.5-99.7l-44.3 44.3 99.7 99.7c14.3 14.3 14.3 37.6 0 51.9-12.8 12.8-35 17-55.4-3.5l-44 44.3c27.6 30.2 68 38.8 102.7 28 5.5 27.4 29.7 48.1 58.9 48.1 33 0 59.8-26.8 59.8-60.1 0-30.2-22.5-55-51.6-59.1zm-84.3-53.1l-44-44.3c-87 86.4-50.4 50.4-99.7 99.8-14.3 14.3-37.6 14.3-51.9 0-13.1-13.4-16.9-35.3 3.2-55.4l-44-44.3c-30.2 30.2-38 65.2-29.5 98.3-26.7 6-46.2 29.9-46.2 58.2C0 453.2 26.8 480 59.8 480c28.6 0 52.5-19.8 58.6-46.7 32.7 8.2 68.5-.6 94.2-26 32.1-32 12.2-12.4 99.5-99.7z"],jsfiddle:[512,512,[],"f1cc","M457.8 239.2c-4.3-2.4-5.1-5.2-5.8-9.8-2.1-14.9-3.2-30.5-8.2-44.5C411.2 94.3 304.2 55 220 101.9c-24.8 13.8-44.4 33-59.4 57.9-2.9-1.4-4.9-2.5-7.1-3.3-27.3-11.3-53.5-9.2-77.3 8.3-23.1 17-33 40.4-29.6 69.3.3 2.7-1.8 6.9-4.1 8.7-36 27.2-50.8 70.8-38 112.9C17 397 56.6 428 100.2 429.5c27.5.9 55 .5 82.4.5 76.2 0 152.4.5 228.5-.4 47.7-.6 87.1-33.4 98.1-79.1 10.6-43.7-10-88.3-51.4-111.3zm19.1 142.2c-16.5 20.3-38.4 32-64.6 32.3-51.6.7-103.1.2-154.7.2 0 .6-147.8.1-148.4.1-39.8-.3-69.6-17.9-86.3-54.4-17.1-37.4-3.6-82.3 31-105.2 8.3-5.5 11.3-10.5 9.2-21-5-23.9 4-43.5 23.9-57.1 20.8-14.3 43-14.6 65.3-2.8 9.3 4.9 13.2 10.5 20.1-2.3 12.9-23.9 31.3-42.4 55-55.6 88.3-49.3 207 6.9 208.7 120.3.1 7.4 2.2 11.3 8.9 14.4 52.2 24.4 67.6 87.2 31.9 131.1zm-79.5-73c-5.3 28.2-31.4 49.9-60.4 49.9-15.4 0-29.1-5.9-40-16-25.1-23.3-64.5-68-87-84.6-18.2-13.5-38.1-11.2-54.6 3.4-45.3 39.9 14.4 110.4 60.8 70 4.1-3.6 7.1-8.6 11.6-11.6 7.4-5 18.8-.8 11.9 9.6-15.7 23.8-44.7 34.6-71.5 26.6-26.2-7.9-44.3-32.6-44.1-63.6 1.1-20.4 11.2-39 32.1-50.7 20.5-11.5 42-11.9 60.7 2.2 46 34.9 68.5 74.1 97.3 91.8 22.3 13.7 49.2 6.7 62.4-15.9 26.1-44.6-31.4-95.2-71.5-57.5-3.6 3.4-6.3 8.1-10.3 10.6-9.9 6.2-15.7-3.7-11.6-9.4 18.8-25.9 45.7-36.7 75.5-25.6 28.4 10.6 44.4 40.2 38.7 70.8z"],keycdn:[512,512,[],"f385","M63.8 409.3l60.5-59c32.1 42.8 71.1 66 126.6 67.4 30.5.7 60.3-7 86.4-22.4 5.1 5.3 18.5 19.5 20.9 22-32.2 20.7-69.6 31.1-108.1 30.2-43.3-1.1-84.6-16.7-117.7-44.4.3-.6-38.2 37.5-38.6 37.9 9.5 29.8-13.1 62.4-46.3 62.4C20.7 503.3 0 481.7 0 454.9c0-34.3 33.1-56.6 63.8-45.6zm354.9-252.4c19.1 31.3 29.6 67.4 28.7 104-1.1 44.8-19 87.5-48.6 121 .3.3 23.8 25.2 24.1 25.5 9.6-1.3 19.2 2 25.9 9.1 11.3 12 10.9 30.9-1.1 42.4-12 11.3-30.9 10.9-42.4-1.1-6.7-7-9.4-16.8-7.6-26.3-24.9-26.6-44.4-47.2-44.4-47.2 42.7-34.1 63.3-79.6 64.4-124.2.7-28.9-7.2-57.2-21.1-82.2l22.1-21zM104 53.1c6.7 7 9.4 16.8 7.6 26.3l45.9 48.1c-4.7 3.8-13.3 10.4-22.8 21.3-25.4 28.5-39.6 64.8-40.7 102.9-.7 28.9 6.1 57.2 20 82.4l-22 21.5C72.7 324 63.1 287.9 64.2 250.9c1-44.6 18.3-87.6 47.5-121.1l-25.3-26.4c-9.6 1.3-19.2-2-25.9-9.1-11.3-12-10.9-30.9 1.1-42.4C73.5 40.7 92.2 41 104 53.1zM464.9 8c26 0 47.1 22.4 47.1 48.3S490.9 104 464.9 104c-6.3.1-14-1.1-15.9-1.8l-62.9 59.7c-32.7-43.6-76.7-65.9-126.9-67.2-30.5-.7-60.3 6.8-86.2 22.4l-21.1-22C184.1 74.3 221.5 64 260 64.9c43.3 1.1 84.6 16.7 117.7 44.6l41.1-38.6c-1.5-4.7-2.2-9.6-2.2-14.5C416.5 29.7 438.9 8 464.9 8zM256.7 113.4c5.5 0 10.9.4 16.4 1.1 78.1 9.8 133.4 81.1 123.8 159.1-9.8 78.1-81.1 133.4-159.1 123.8-78.1-9.8-133.4-81.1-123.8-159.2 9.3-72.4 70.1-124.6 142.7-124.8zm-59 119.4c.6 22.7 12.2 41.8 32.4 52.2l-11 51.7h73.7l-11-51.7c20.1-10.9 32.1-29 32.4-52.2-.4-32.8-25.8-57.5-58.3-58.3-32.1.8-57.3 24.8-58.2 58.3zM256 160"],lastfm:[512,512,[],"f202","M225.8 367.1l-18.8-51s-30.5 34-76.2 34c-40.5 0-69.2-35.2-69.2-91.5 0-72.1 36.4-97.9 72.1-97.9 66.5 0 74.8 53.3 100.9 134.9 18.8 56.9 54 102.6 155.4 102.6 72.7 0 122-22.3 122-80.9 0-72.9-62.7-80.6-115-92.1-25.8-5.9-33.4-16.4-33.4-34 0-19.9 15.8-31.7 41.6-31.7 28.2 0 43.4 10.6 45.7 35.8l58.6-7c-4.7-52.8-41.1-74.5-100.9-74.5-52.8 0-104.4 19.9-104.4 83.9 0 39.9 19.4 65.1 68 76.8 44.9 10.6 79.8 13.8 79.8 45.7 0 21.7-21.1 30.5-61 30.5-59.2 0-83.9-31.1-97.9-73.9-32-96.8-43.6-163-161.3-163C45.7 113.8 0 168.3 0 261c0 89.1 45.7 137.2 127.9 137.2 66.2 0 97.9-31.1 97.9-31.1z"],"lastfm-square":[448,512,[],"f203","M400 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm-92.2 312.9c-63.4 0-85.4-28.6-97.1-64.1-16.3-51-21.5-84.3-63-84.3-22.4 0-45.1 16.1-45.1 61.2 0 35.2 18 57.2 43.3 57.2 28.6 0 47.6-21.3 47.6-21.3l11.7 31.9s-19.8 19.4-61.2 19.4c-51.3 0-79.9-30.1-79.9-85.8 0-57.9 28.6-92 82.5-92 73.5 0 80.8 41.4 100.8 101.9 8.8 26.8 24.2 46.2 61.2 46.2 24.9 0 38.1-5.5 38.1-19.1 0-19.9-21.8-22-49.9-28.6-30.4-7.3-42.5-23.1-42.5-48 0-40 32.3-52.4 65.2-52.4 37.4 0 60.1 13.6 63 46.6l-36.7 4.4c-1.5-15.8-11-22.4-28.6-22.4-16.1 0-26 7.3-26 19.8 0 11 4.8 17.6 20.9 21.3 32.7 7.1 71.8 12 71.8 57.5.1 36.7-30.7 50.6-76.1 50.6z"],leanpub:[512,512,[],"f212","M345.8 124.4l13.7 226.7-10-.3c-33-.8-65.3 8-93.5 25.5-28.2-17.5-60.5-25.5-93.5-25.5-41.5 0-74.7 9.8-112.5 25.2l28.5-235.3c26-10.7 56-16.5 84-16.5 37.5 0 67.3 12 93.5 38.7 25.2-25.5 53.7-37.8 89.8-38.5zM512 430.9c-23.2 0-43.3-4.7-64.3-14.2-31.2-14.2-63.7-22.8-98.2-22.8-35.5 0-68.3 11.8-93.5 37-25.2-25.2-58-37-93.5-37-34.5 0-67 8.5-98.2 22.8-20.3 9-40.8 14.2-63 14.2H0l38.8-318C74.5 92.6 118 81.1 159.2 81.1c33.8 0 68.5 7 96.8 26.5 28.2-19.5 63-26.5 96.8-26.5 41.2 0 84.7 11.5 120.5 31.7L512 430.9zm-39.5-40.8l-31-255.2c-28-12.7-61.3-19.5-92-19.5-35 0-67.8 11-93.5 35.3-25.8-24.3-58.5-35.3-93.5-35.3-30.7 0-64 6.8-92 19.5l-31 255.2c43-17.7 75.5-30.5 123-30.5 34.3 0 64.5 8.7 93.5 27 29-18.3 59.3-27 93.5-27 47.5 0 80 12.8 123 30.5z"],linkedin:[448,512,[],"f08c","M416 32H31.9C14.3 32 0 46.5 0 64.3v383.4C0 465.5 14.3 480 31.9 480H416c17.6 0 32-14.5 32-32.3V64.3c0-17.8-14.4-32.3-32-32.3zM135.4 416H69V202.2h66.5V416zm-33.2-243c-21.3 0-38.5-17.3-38.5-38.5S80.9 96 102.2 96c21.2 0 38.5 17.3 38.5 38.5 0 21.3-17.2 38.5-38.5 38.5zm282.1 243h-66.4V312c0-24.8-.5-56.7-34.5-56.7-34.6 0-39.9 27-39.9 54.9V416h-66.4V202.2h63.7v29.2h.9c8.9-16.8 30.6-34.5 62.9-34.5 67.2 0 79.7 44.3 79.7 101.9V416z"],"linkedin-in":[448,512,[],"f0e1","M100.3 480H7.4V180.9h92.9V480zM53.8 140.1C24.1 140.1 0 115.5 0 85.8 0 56.1 24.1 32 53.8 32c29.7 0 53.8 24.1 53.8 53.8 0 29.7-24.1 54.3-53.8 54.3zM448 480h-92.7V334.4c0-34.7-.7-79.2-48.3-79.2-48.3 0-55.7 37.7-55.7 76.7V480h-92.8V180.9h89.1v40.8h1.3c12.4-23.5 42.7-48.3 87.9-48.3 94 0 111.3 61.9 111.3 142.3V480z"],linode:[448,512,[],"f2b8","M437.4 226.3c-.3-.9-.9-1.4-1.4-2l-70-38.6c-.9-.6-2-.6-3.1 0l-58.9 36c-.9.6-1.4 1.7-1.4 2.6l-.9 31.4-24-16c-.9-.6-2.3-.6-3.1 0L240 260.9l-1.4-35.1c0-.9-.6-2-1.4-2.3l-36-24.3 33.7-17.4c1.1-.6 1.7-1.7 1.7-2.9l-5.7-132.3c0-.9-.9-2-1.7-2.6L138.6.3c-.9-.3-1.7-.3-2.3-.3L12.6 38.6c-1.4.6-2.3 2-2 3.7L38 175.4c.9 3.4 34 27.4 38.6 30.9l-26.9 12.9c-1.4.9-2 2.3-1.7 3.4l20.6 100.3c.6 2.9 23.7 23.1 27.1 26.3l-17.4 10.6c-.9.6-1.7 2-1.4 3.1 1.4 7.1 15.4 77.7 16.9 79.1l65.1 69.1c.6.6 1.4.6 2.3.9.6 0 1.1-.3 1.7-.6l83.7-66.9c.9-.6 1.1-1.4 1.1-2.3l-2-46 28 23.7c1.1.9 2.9.9 4 0l66.9-53.4c.9-.6 1.1-1.4 1.1-2.3l2.3-33.4 20.3 14c1.1.9 2.6.9 3.7 0l54.6-43.7c.6-.3 1.1-1.1 1.1-2 .9-6.5 10.3-70.8 9.7-72.8zm-204.8 4.8l4 92.6-90.6 61.2-14-96.6 100.6-57.2zm-7.7-180l5.4 126-106.6 55.4L104 97.7l120.9-46.6zM44 173.1L18 48l79.7 49.4 19.4 132.9L44 173.1zm30.6 147.8L55.7 230l70 58.3 13.7 93.4-64.8-60.8zm24.3 117.7l-13.7-67.1 61.7 60.9 9.7 67.4-57.7-61.2zm64.5 64.5l-10.6-70.9 85.7-61.4 3.1 70-78.2 62.3zm82-115.1c0-3.4.9-22.9-2-25.1l-24.3-20 22.3-14.9c2.3-1.7 1.1-5.7 1.1-8l29.4 22.6.6 68.3-27.1-22.9zm94.3-25.4l-60.9 48.6-.6-68.6 65.7-46.9-4.2 66.9zm27.7-25.7l-19.1-13.4 2-34c.3-.9-.3-2-1.1-2.6L308 259.7l.6-30 64.6 40.6-5.8 66.6zm54.6-39.8l-48.3 38.3 5.7-65.1 51.1-36.6-8.5 63.4z"],linux:[448,512,[],"f17c","M194 117.5c-5.7.6-3.7 5.7-6.9 5.7-2.8.3-2.2-6.3 6.9-5.7zm16.6.8c5.1-1.4 5.4 4 8.3 3.1 2.8-1.1 0-6.8-8.3-3.1zM395.2 472c-16.3 8.3-38 26.6-46 34.3-6 5.7-30.9 8.6-44.9 1.4-16.3-8.3-7.7-21.4-32.9-22.3-40.6-.9-46.8.3-70 .9-37.7.9-41.4 25.1-65.7 24.3-16.6-.6-37.4-13.7-73.4-21.1-25.1-5.1-49.4-6.6-54.6-17.7s6.3-23.7 7.1-34.6c.9-14.6-10.9-34.3-2.3-41.7 7.4-6.6 23.1-1.7 33.4-7.4 10.9-6.3 15.4-11.1 15.4-24.6 4 13.7-.3 24.9-9.1 30.3-5.4 3.4-15.4 5.1-23.7 4.3-6.6-.6-10.6.3-12.3 2.9-2.6 3.1-1.7 8.9 1.4 16.3s6.9 12.3 6.3 21.4c-.3 9.1-10.6 20-8.9 27.7.6 2.9 3.4 5.4 10.6 7.4 11.4 3.1 32.3 6.3 52.6 11.1 22.6 5.7 46 16 60.6 14 43.4-6 18.6-52.6 11.7-63.7-36.9-57.7-61.1-95.4-80.6-80.6-4.9 4-5.1-9.7-4.9-15.1.9-18.9 10.3-25.7 16-40.3 10.9-27.7 19.1-59.4 35.7-75.7 12.3-16 31.7-42 35.4-55.7-3.1-29.7-4-61.1-4.6-88.6-.6-29.4 4-55.1 37.1-73.1 19-10.2 61.6-7.8 85.4 9.7 22.3 16.6 36.3 51.7 34.6 76.9-1.1 19.7 2.3 40 8.6 61.1 7.4 24.9 19.1 42.3 38 62.3 22.6 24 40.3 71.1 45.4 101.1 4.6 28-1.7 45.4-7.7 46.3-9.1 1.4-14.9 30.3-43.4 29.1-18.3-.9-20-11.7-25.1-21.1-8.3-14.6-16.6-10-19.7 5.4-1.7 7.7-.6 19.1 2 27.7 5.1 18 3.4 34.9.3 55.7-6 39.4 27.7 46.9 50.3 28 22.3-18.6 27.1-21.4 55.1-31.1 42.6-14.6 28.3-27.4 5.4-35.1-20.6-6.9-21.4-41.4-14-48 1.7 37.1 21.1 42.6 29.1 47.7 35.4 21.7-12.9 39.7-33.7 50.2zM298 174c3.4.6 6-4 5.1-8-1.1-5.4-5.1-3.4-9.7-6.3-5.4-3.4-6.6-9.1-8.6-7.1-5.9 6.6 7.5 20.3 13.2 21.4zM248.6 46.6c2.6 2 4.3-3.1 9.7-5.1 1.4-.6 8 .3 9.4-2.9.3-1.4-3.4-3.1-6-5.1-2.3-2.3-4.6-4.3-6.9-4.3-5.7.6-2.9 6.6-3.7 9.4-1.1 3.1-5.4 5.7-2.5 8zM110.9 258.9c1.4.3 5.4-3.1 7.1-7.1 1.4-4.9 2.9-7.4.6-8.3-2.6-.9-2 4.3-4.6 8.3-2 3.7-7.1 6.5-3.1 7.1zm189.7 104c3.7-4.6 8.3-5.1 14.6-5.1.9-22.9 36-21.1 47.7-11.7 0-5.1-11.1-10-15.7-12 7.7-25.7 4.3-36-.9-60.3-4-18.3-20.9-43.1-34-50.9 3.4 2.9 9.7 11.1 16.3 23.7C340 268 351.4 299.8 344 326c-2.9 10.3-9.7 11.7-14.3 12-20 2.3-8.3-24-16.6-59.7-9.4-40-19.1-42.9-21.4-46-11.7-52-24.6-46.9-28.3-66.3-3.1-17.4 15.1-31.7-9.7-36.6-7.7-1.4-18.6-9.1-22.9-9.7-4.3-.6-6.6-28.9 9.4-29.7 15.7-1.1 18.6 17.7 15.7 25.1-4.6 7.4.3 10.3 8 7.7 6.3-2 2.3-18.6 3.7-20.9-4-24-14-27.4-24.3-29.4-39.4 3.1-21.7 46.6-25.7 42.6-5.7-6-22.3-.6-22.3-4.3.3-22.3-7.1-35.1-17.4-35.4-11.4-.3-16 15.7-16.6 24.9-.9 8.6 4.9 26.6 9.1 25.1 2.9-.9 7.7-6.6 2.6-6.3-2.6 0-6.6-6.3-7.1-13.7-.3-7.4 2.6-14.9 12.3-14.6 11.1.3 11.1 22.6 10 23.4-3.7 2.6-8.3 7.4-8.9 8.3-3.7 6-10.9 7.7-13.7 10.3-4.9 5.1-6 10.9-2.3 12.9 13.1 7.4 8.9 16 27.1 16.6 12 .6 20.9-1.7 29.1-4.3 6.3-2 26.6-6.3 30.9-13.7 2-3.1 4.3-3.1 5.7-2.3 2.9 1.4 3.4 6.9-3.7 8.6-10 2.9-20 8.3-29.1 11.7-8.9 3.7-11.7 5.1-20 6.6-18.9 3.4-32.9-6.9-20.3 5.4 4.3 4 8.3 6.6 19.1 6.3 24-.9 50.6-29.7 53.1-16.9.6 2.9-7.4 6.3-13.7 9.4-22.3 10.9-38 32.6-52.3 25.1-12.9-6.9-25.7-38.6-25.4-24.3.3 22-28.9 41.4-15.4 66.6-8.9 2.3-28.6 44.3-31.4 66-1.7 12.6 1.1 28-2 36.6-4.3 12.6-23.7-12-17.4-42 1.1-5.1 0-6.3-1.4-3.7-7.7 14-3.4 33.7 2.9 47.4 2.6 6 9.1 8.6 14 13.7 10 11.4 49.4 40.6 56.3 47.7 8.9 8.3 6.3 27.7-12 29.7 9.4 17.7 18.6 19.4 18.3 48.3 10.9-5.7 6.6-18.3 2-26.3-3.1-5.7-7.1-8.3-6.3-9.7.6-.9 6.3-5.7 9.4-2 9.7 10.9 28 12.9 47.4 10.3 19.7-2.3 40.9-9.1 50.6-24.9 4.6-7.4 7.7-10 9.7-8.6 2.3 1.1 3.1 6.3 2.9 14.9-.3 9.1-4 18.6-6.6 26.3-2.6 8.9-3.4 14.9 5.1 15.1 2.3-16 6.9-31.7 8-47.7 1.5-18.1-11.6-51.8 2.7-68.7zm-120.3-258c-.6 3.4-.3 5.7 2.3 5.7.3 0 .9 0 .9-.9 1.1-7.1-2.3-12.3-4-12.9-3.4-.9-2.9 4.3-1.1 3.7 1 .1 2.5 1.8 1.9 4.4zm64.9-9.7c-3.7.3-2.6 2-.9 2.6 2.3.6 4.6 4.6 5.1 8.9 0 .6 2.9-.6 2.9-1.4.3-7-5.7-10.4-7.1-10.1z"],maxcdn:[512,512,[],"f136","M461.1 442.7h-97.4L415.6 200c2.3-10.2.9-19.5-4.4-25.7-5-6.1-13.7-9.6-24.2-9.6h-49.3l-59.5 278h-97.4l59.5-278h-83.4l-59.5 278H0l59.5-278-44.6-95.4H387c39.4 0 75.3 16.3 98.3 44.9 23.3 28.6 31.8 67.4 23.6 105.9l-47.8 222.6z"],medium:[448,512,[],"f23a","M446.1 140.2l-139.7 227-97.6-158.7 87.5-142.1c.9-1.5 2.6-2.4 4.4-2.4h.1c.7 0 1.4.2 2 .5l141.9 71c1.8.8 2.4 3.1 1.4 4.7zM162.5 311.7l136.1 68.1-136.1-221.2v153.1zm148.1 73.9l125 60.9c6.8 3.4 12.4 0 12.4-7.7V162.3L310.6 385.6zM147.5 136.2l-131-65.5-8.3-4.1c-1.2-.6-2.3-.9-3.4-.9-1.5 0-2.7.6-3.6 1.6-.9 1-1.4 2.5-1.4 4.4v298.9c0 5.1 3.7 11.1 8.3 13.4l128.7 62.8c1.8.9 3.5 1.3 5 1.3 4.3 0 7.4-3.4 7.4-9V139.2c.1-1.3-.6-2.4-1.7-3z"],medrt:[544,512,[],"f388","M113.7 256c0 121.8 83.9 222.8 193.5 241.1-18.7 4.5-38.2 6.9-58.2 6.9C111.4 504 0 393 0 256S111.4 8 248.9 8c20.1 0 39.6 2.4 58.2 6.9C197.5 33.2 113.7 134.2 113.7 256m297.4 100.3c-77.7 55.4-179.6 47.5-240.4-14.6 5.5 14.1 12.7 27.7 21.7 40.5 61.6 88.2 182.4 109.3 269.7 47 87.3-62.3 108.1-184.3 46.5-272.6-9-12.9-19.3-24.3-30.5-34.2 37.4 78.8 10.7 178.5-67 233.9m-218.8-244c-1.4 1-2.7 2.1-4 3.1 64.3-17.8 135.9 4 178.9 60.5 35.7 47 42.9 106.6 24.4 158 56.7-56.2 67.6-142.1 22.3-201.8-50-65.5-149.1-74.4-221.6-19.8M296 224c-4.4 0-8-3.6-8-8v-40c0-4.4-3.6-8-8-8h-48c-4.4 0-8 3.6-8 8v40c0 4.4-3.6 8-8 8h-40c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h40c4.4 0 8 3.6 8 8v40c0 4.4 3.6 8 8 8h48c4.4 0 8-3.6 8-8v-40c0-4.4 3.6-8 8-8h40c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8h-40z"],meetup:[512,512,[],"f2e0","M99 414.3c1.1 5.7-2.3 11.1-8 12.3-5.4 1.1-10.9-2.3-12-8-1.1-5.4 2.3-11.1 7.7-12.3 5.4-1.2 11.1 2.3 12.3 8zm143.1 71.4c-6.3 4.6-8 13.4-3.7 20 4.6 6.6 13.4 8.3 20 3.7 6.3-4.6 8-13.4 3.4-20-4.2-6.5-13.1-8.3-19.7-3.7zm-86-462.3c6.3-1.4 10.3-7.7 8.9-14-1.1-6.6-7.4-10.6-13.7-9.1-6.3 1.4-10.3 7.7-9.1 14 1.4 6.6 7.6 10.6 13.9 9.1zM34.4 226.3c-10-6.9-23.7-4.3-30.6 6-6.9 10-4.3 24 5.7 30.9 10 7.1 23.7 4.6 30.6-5.7 6.9-10.4 4.3-24.1-5.7-31.2zm272-170.9c10.6-6.3 13.7-20 7.7-30.3-6.3-10.6-19.7-14-30-7.7s-13.7 20-7.4 30.6c6 10.3 19.4 13.7 29.7 7.4zm-191.1 58c7.7-5.4 9.4-16 4.3-23.7s-15.7-9.4-23.1-4.3c-7.7 5.4-9.4 16-4.3 23.7 5.1 7.8 15.6 9.5 23.1 4.3zm372.3 156c-7.4 1.7-12.3 9.1-10.6 16.9 1.4 7.4 8.9 12.3 16.3 10.6 7.4-1.4 12.3-8.9 10.6-16.6-1.5-7.4-8.9-12.3-16.3-10.9zm39.7-56.8c-1.1-5.7-6.6-9.1-12-8-5.7 1.1-9.1 6.9-8 12.6 1.1 5.4 6.6 9.1 12.3 8 5.4-1.5 9.1-6.9 7.7-12.6zM447 138.9c-8.6 6-10.6 17.7-4.9 26.3 5.7 8.6 17.4 10.6 26 4.9 8.3-6 10.3-17.7 4.6-26.3-5.7-8.7-17.4-10.9-25.7-4.9zm-6.3 139.4c26.3 43.1 15.1 100-26.3 129.1-17.4 12.3-37.1 17.7-56.9 17.1-12 47.1-69.4 64.6-105.1 32.6-1.1.9-2.6 1.7-3.7 2.9-39.1 27.1-92.3 17.4-119.4-22.3-9.7-14.3-14.6-30.6-15.1-46.9-65.4-10.9-90-94-41.1-139.7-28.3-46.9.6-107.4 53.4-114.9C151.6 70 234.1 38.6 290.1 82c67.4-22.3 136.3 29.4 130.9 101.1 41.1 12.6 52.8 66.9 19.7 95.2zm-70 74.3c-3.1-20.6-40.9-4.6-43.1-27.1-3.1-32 43.7-101.1 40-128-3.4-24-19.4-29.1-33.4-29.4-13.4-.3-16.9 2-21.4 4.6-2.9 1.7-6.6 4.9-11.7-.3-6.3-6-11.1-11.7-19.4-12.9-12.3-2-17.7 2-26.6 9.7-3.4 2.9-12 12.9-20 9.1-3.4-1.7-15.4-7.7-24-11.4-16.3-7.1-40 4.6-48.6 20-12.9 22.9-38 113.1-41.7 125.1-8.6 26.6 10.9 48.6 36.9 47.1 11.1-.6 18.3-4.6 25.4-17.4 4-7.4 41.7-107.7 44.6-112.6 2-3.4 8.9-8 14.6-5.1 5.7 3.1 6.9 9.4 6 15.1-1.1 9.7-28 70.9-28.9 77.7-3.4 22.9 26.9 26.6 38.6 4 3.7-7.1 45.7-92.6 49.4-98.3 4.3-6.3 7.4-8.3 11.7-8 3.1 0 8.3.9 7.1 10.9-1.4 9.4-35.1 72.3-38.9 87.7-4.6 20.6 6.6 41.4 24.9 50.6 11.4 5.7 62.5 15.7 58.5-11.1zm5.7 92.3c-10.3 7.4-12.9 22-5.7 32.6 7.1 10.6 21.4 13.1 32 6 10.6-7.4 13.1-22 6-32.6-7.4-10.6-21.7-13.5-32.3-6z"],mix:[416,512,[],"f389","M0 64v348.9c0 56.2 88 58.1 88 0V174.3c7.9-52.9 88-50.4 88 6.5v175.3c0 57.9 96 58 96 0V240c5.3-54.7 88-52.5 88 4.3v23.8c0 59.9 88 56.6 88 0V64H0z"],mixcloud:[640,512,[],"f289","M423.3 151.7C415 66.7 343.1 0 255.8 0 183.6 0 119.6 46.5 96.6 114.1 42.1 122.1 0 168.9 0 225.7c0 62.3 50.7 113 113.2 113h289.6c52.3 0 95-42.4 95-94.7 0-45.2-32.1-83.1-74.5-92.3zm-20.4 144.6H113.2c-39 0-70.9-31.6-70.9-70.6s31.8-70.6 70.9-70.6c18.8 0 36.5 7.5 49.8 20.8 20 20 50.1-10.2 30.2-30.2-14.7-14.4-32.7-24.4-52.1-29.3 20-44.4 64.9-74 114.7-74 69.5 0 126 56.5 126 125.7 0 13.6-2.2 26.9-6.4 39.6-8.9 27.5 32.1 38.9 40.1 13.3 2.8-8.3 5-16.9 6.4-25.5 19.4 7.5 33.5 26.3 33.5 48.5.1 28.7-23.5 52.3-52.5 52.3zm235-52.4c0 44-12.7 86.4-37.1 122.7-4.2 6.1-10.8 9.4-17.7 9.4-16.3 0-27.1-18.8-17.4-32.9 19.4-29.3 29.9-63.7 29.9-99.1s-10.5-69.8-29.9-98.8c-15.7-22.8 19.4-47.2 35.2-23.5 24.3 35.8 37 78.2 37 122.2zm-70.9 0c0 31.6-9.1 62-26.9 88.3-4.2 6.1-10.8 9.1-17.7 9.1-17.2 0-27-19-17.4-32.9 13-19.1 19.7-41.3 19.7-64.5 0-23-6.6-45.4-19.7-64.5-15.8-23 19-47.1 35.2-23.5 17.7 26 26.8 56.5 26.8 88z"],modx:[448,512,[],"f285","M356 241.8l36.7 23.7V480l-133-83.8L356 241.8zM440 75H226.3l-23 37.8 153.5 96.5L440 75zm-89 142.8L55.2 32v214.5l46 29L351 217.8zM97 294.2L8 437h213.7l125-200.5L97 294.2z"],monero:[496,512,[],"f38a","M352 384h108.4C417 455.9 338.1 504 248 504S79 455.9 35.6 384H144V256.2L248 361l104-105v128zM88 336V128l159.4 159.4L408 128v208h74.8c8.5-25.1 13.2-52 13.2-80C496 119 385 8 248 8S0 119 0 256c0 28 4.6 54.9 13.2 80H88z"],napster:[496,512,[],"f38b","M298.3 373.6c-14.2 13.6-31.3 24.1-50.4 30.5-19-6.4-36.2-16.9-50.3-30.5h100.7zm44-199.6c20-16.9 43.6-29.2 69.6-36.2V299c0 219.4-328 217.6-328 .3V137.7c25.9 6.9 49.6 19.6 69.5 36.4 56.8-40 132.5-39.9 188.9-.1zm-208.8-58.5c64.4-60 164.3-60.1 228.9-.2-7.1 3.5-13.9 7.3-20.6 11.5-58.7-30.5-129.2-30.4-187.9.1-6.3-4-13.9-8.2-20.4-11.4zM43.8 93.2v69.3c-58.4 36.5-58.4 121.1.1 158.3 26.4 245.1 381.7 240.3 407.6 1.5l.3-1.7c58.7-36.3 58.9-121.7.2-158.2V93.2c-17.3.5-34 3-50.1 7.4-82-91.5-225.5-91.5-307.5.1-16.3-4.4-33.1-7-50.6-7.5zM259.2 352s36-.3 61.3-1.5c10.2-.5 21.1-4 25.5-6.5 26.3-15.1 25.4-39.2 26.2-47.4-79.5-.6-99.9-3.9-113 55.4zm-135.5-55.3c.8 8.2-.1 32.3 26.2 47.4 4.4 2.5 15.2 6 25.5 6.5 25.3 1.1 61.3 1.5 61.3 1.5-13.2-59.4-33.7-56.1-113-55.4zm169.1 123.4c-3.2-5.3-6.9-7.3-6.9-7.3-24.8 7.3-52.2 6.9-75.9 0 0 0-2.9 1.5-6.4 6.6-2.8 4.1-3.7 9.6-3.7 9.6 29.1 17.6 67.1 17.6 96.2 0-.1-.1-.3-4-3.3-8.9z"],nutritionix:[400,512,[],"f38c","M88 8.1S221.4-.1 209 112.5c0 0 19.1-74.9 103-40.6 0 0-17.7 74-88 56 0 0 14.6-54.6 66.1-56.6 0 0-39.9-10.3-82.1 48.8 0 0-19.8-94.5-93.6-99.7 0 0 75.2 19.4 77.6 107.5 0 .1-106.4 7-104-119.8zm312 315.6c0 48.5-9.7 95.3-32 132.3-42.2 30.9-105 48-168 48-62.9 0-125.8-17.1-168-48C9.7 419 0 372.2 0 323.7 0 275.3 17.7 229 40 192c42.2-30.9 97.1-48.6 160-48.6 63 0 117.8 17.6 160 48.6 22.3 37 40 83.3 40 131.7zM120 428c0-15.5-12.5-28-28-28s-28 12.5-28 28 12.5 28 28 28 28-12.5 28-28zm0-66.2c0-15.5-12.5-28-28-28s-28 12.5-28 28 12.5 28 28 28 28-12.5 28-28zm0-66.2c0-15.5-12.5-28-28-28s-28 12.5-28 28 12.5 28 28 28 28-12.5 28-28zM192 428c0-15.5-12.5-28-28-28s-28 12.5-28 28 12.5 28 28 28 28-12.5 28-28zm0-66.2c0-15.5-12.5-28-28-28s-28 12.5-28 28 12.5 28 28 28 28-12.5 28-28zm0-66.2c0-15.5-12.5-28-28-28s-28 12.5-28 28 12.5 28 28 28 28-12.5 28-28zM264 428c0-15.5-12.5-28-28-28s-28 12.5-28 28 12.5 28 28 28 28-12.5 28-28zm0-66.2c0-15.5-12.5-28-28-28s-28 12.5-28 28 12.5 28 28 28 28-12.5 28-28zm0-66.2c0-15.5-12.5-28-28-28s-28 12.5-28 28 12.5 28 28 28 28-12.5 28-28zM336 428c0-15.5-12.5-28-28-28s-28 12.5-28 28 12.5 28 28 28 28-12.5 28-28zm0-66.2c0-15.5-12.5-28-28-28s-28 12.5-28 28 12.5 28 28 28 28-12.5 28-28zm0-66.2c0-15.5-12.5-28-28-28s-28 12.5-28 28 12.5 28 28 28 28-12.5 28-28zm24-39.6c-4.8-22.3-7.4-36.9-16-56-38.8-19.9-90.5-32-144-32S94.8 180.1 56 200c-8.8 19.5-11.2 33.9-16 56 42.2-7.9 98.7-14.8 160-14.8s117.8 6.9 160 14.8z"],odnoklassniki:[320,512,[],"f263","M275.1 334c-27.4 17.4-65.1 24.3-90 26.9l20.9 20.6 76.3 76.3c27.9 28.6-17.5 73.3-45.7 45.7-19.1-19.4-47.1-47.4-76.3-76.6L84 503.4c-28.2 27.5-73.6-17.6-45.4-45.7 19.4-19.4 47.1-47.4 76.3-76.3l20.6-20.6c-24.6-2.6-62.9-9.1-90.6-26.9-32.6-21-46.9-33.3-34.3-59 7.4-14.6 27.7-26.9 54.6-5.7 0 0 36.3 28.9 94.9 28.9s94.9-28.9 94.9-28.9c26.9-21.1 47.1-8.9 54.6 5.7 12.4 25.7-1.9 38-34.5 59.1zM30.3 129.7C30.3 58 88.6 0 160 0s129.7 58 129.7 129.7c0 71.4-58.3 129.4-129.7 129.4s-129.7-58-129.7-129.4zm66 0c0 35.1 28.6 63.7 63.7 63.7s63.7-28.6 63.7-63.7c0-35.4-28.6-64-63.7-64s-63.7 28.6-63.7 64z"],"odnoklassniki-square":[448,512,[],"f264","M184.2 177.1c0-22.1 17.9-40 39.8-40s39.8 17.9 39.8 40c0 22-17.9 39.8-39.8 39.8s-39.8-17.9-39.8-39.8zM448 80v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V80c0-26.5 21.5-48 48-48h352c26.5 0 48 21.5 48 48zm-305.1 97.1c0 44.6 36.4 80.9 81.1 80.9s81.1-36.2 81.1-80.9c0-44.8-36.4-81.1-81.1-81.1s-81.1 36.2-81.1 81.1zm174.5 90.7c-4.6-9.1-17.3-16.8-34.1-3.6 0 0-22.7 18-59.3 18s-59.3-18-59.3-18c-16.8-13.2-29.5-5.5-34.1 3.6-7.9 16.1 1.1 23.7 21.4 37 17.3 11.1 41.2 15.2 56.6 16.8l-12.9 12.9c-18.2 18-35.5 35.5-47.7 47.7-17.6 17.6 10.7 45.8 28.4 28.6l47.7-47.9c18.2 18.2 35.7 35.7 47.7 47.9 17.6 17.2 46-10.7 28.6-28.6l-47.7-47.7-13-12.9c15.5-1.6 39.1-5.9 56.2-16.8 20.4-13.3 29.3-21 21.5-37z"],opencart:[640,512,[],"f23d","M423.3 440.7c0 25.3-20.3 45.6-45.6 45.6s-45.8-20.3-45.8-45.6 20.6-45.8 45.8-45.8c25.4 0 45.6 20.5 45.6 45.8zm-253.9-45.8c-25.3 0-45.6 20.6-45.6 45.8s20.3 45.6 45.6 45.6 45.8-20.3 45.8-45.6-20.5-45.8-45.8-45.8zm291.7-270C158.9 124.9 81.9 112.1 0 25.7c34.4 51.7 53.3 148.9 373.1 144.2 333.3-5 130 86.1 70.8 188.9 186.7-166.7 319.4-233.9 17.2-233.9z"],openid:[448,512,[],"f19b","M271.5 432l-68 32C88.5 453.7 0 392.5 0 318.2c0-71.5 82.5-131 191.7-144.3v43c-71.5 12.5-124 53-124 101.3 0 51 58.5 93.3 135.7 103v-340l68-33.2v384zM448 291l-131.3-28.5 36.8-20.7c-19.5-11.5-43.5-20-70-24.8v-43c46.2 5.5 87.7 19.5 120.3 39.3l35-19.8L448 291z"],opera:[496,512,[],"f26a","M313.9 32.7c-170.2 0-252.6 223.8-147.5 355.1 36.5 45.4 88.6 75.6 147.5 75.6 36.3 0 70.3-11.1 99.4-30.4-43.8 39.2-101.9 63-165.3 63-3.9 0-8 0-11.9-.3C104.6 489.6 0 381.1 0 248 0 111 111 0 248 0h.8c63.1.3 120.7 24.1 164.4 63.1-29-19.4-63.1-30.4-99.3-30.4zm101.8 397.7c-40.9 24.7-90.7 23.6-132-5.8 56.2-20.5 97.7-91.6 97.7-176.6 0-84.7-41.2-155.8-97.4-176.6 41.8-29.2 91.2-30.3 132.9-5 105.9 98.7 105.5 265.7-1.2 364z"],"optin-monster":[512,512,[],"f23c","M464.9 410.6c0 9.2-12.5 15.5-25.6 11.8-9.7-2.6-24.9-14-28.8-21.7-4.5-9.2 3.2-26 15-24.5 12.6 1.3 39.4 20.2 39.4 34.4zM323.5 112.2c-3-57.4-80.2-63.4-100.2-18.7 35.5-19.3 71.8-12.5 100.2 18.7zm-237.1 264c-12.5 1.3-39.3 20.2-39.3 34.4 0 9.2 12.5 15.5 25.6 11.8 9.7-2.6 24.7-14 28.6-21.7 4.7-9.3-3.1-26-14.9-24.5zm396 11.4c.9 2.8 1.5 5.6 1.5 8.6.6 25.1-35.3 50.9-58.5 51.8-13.8.6-27.5-6.7-34-18.7-90.3 3.2-180.6 3.9-270.6 0-6.7 12-20.4 19.1-34.2 18.7-23-.9-58.9-26.7-58.5-51.8.2-3 .6-5.8 1.5-8.6-4.4-7.5-3.9-12.2 4.3-9.2 2.6-4.1 5.6-7.5 8.8-11-2-8.7 1-11.2 8.8-7.3 3.7-2.6 8-5.2 12.7-7.3 0-12.5 9.4-8.9 13.8-4.5 9.9-1.4 16 .6 21.3 4.5v-15.7c-10.3 0-32.3-9-36.5-28.8-4-16.5 2.1-30.3 20-37.8.6-4.7 6.4-11.2 11.8-12.7 6-1.5 9.9 3.7 11.2 8.2 5.9 0 14.1 1.2 16.8 6.4 4.3-.4 8.8-1.1 13.1-1.5-1.9-1.5-4.1-2.8-6.4-3.7-4.1-7.1-11-8.8-19.6-9.2 0-.6 0-1.3.2-2.1-15.7-.4-35-4.5-43.6-14.2-17-18.8-12.7-66.5 9.7-82.3 6.7-4.5 17.2-.6 18.1 7.7 1.9 16.4.3 21.3 20.9 20.6 6.4-6.2 13.3-11.6 21.1-15.9-11.8-1.1-23 1.3-34.8 3 10.1-9.9 19.1-20.2 45.1-33.7 18.7-9.5 39.8-16.6 60.6-18.5-14.8-6.2-31.8-9.5-47.5-13.1 60.8-12.9 138.9-17.6 194.3 29.9 14.4 12.3 25.8 28.8 34 47.7 31.7 3.9 29-4.4 30.7-20 .9-8.2 11.4-12.3 18.1-7.5 11.8 8.4 17.6 24.5 19.6 38.3 1.7 14.2.2 32.9-9.9 43.9-8.6 9.7-27.3 14-42.8 14.4v2.1c-8.8.2-16.1 1.9-20.4 9.2-2.4.9-4.5 2.1-6.7 3.7 4.5.4 9 1.1 13.3 1.5 1.5-4.5 10-6.7 16.8-6.7 1.3-4.3 5.4-9.5 11.2-8.2s11.2 8 11.8 12.7c8.6 3.4 17.6 9.7 20 20.4 1.5 6.4 1.3 12 .2 17.4-4.6 20.1-26.5 28.8-36.5 28.8 0 5.4 0 10.5-.2 15.7 6.4-4.8 13-5.7 21.3-4.5 4.7-4.7 14-7.5 14 4.5 4.5 2.1 9 4.7 12.7 7.3 8-4 10.9-.4 8.6 7.3 3.2 3.4 6.4 7.1 8.8 11 7.7-3 8.4 1.6 4 9.2zm-58.7-202.1c13.8 5.4 20.9 17.6 24.1 28.4.9-8.4-2.1-31.4-11-40.6-5.8-5.8-11.2-4.1-11.2.6 0 4.9-1.1 9.2-1.9 11.6zm-14.9 9.9c10.3 12.5 13.5 33.1 10.1 50.1 8.6-1.7 16.3-4.9 20.9-9.7 1.5-1.7 3-3.9 3.9-6-.9-17-8.2-34-23.6-38.9-2.7 2.6-7.4 3.8-11.3 4.5zm-17.4.6c6 16.3 9.9 34 11.4 51.4 2.8 0 6-.2 9.2-.6 4.7-19.3-.2-41.1-11.2-50.5-2.9-.1-6.4-.1-9.4-.3zM88.8 185.5c-.9-2.4-1.9-6.7-1.9-11.6 0-4.7-5.6-6.4-11.2-.6-9 9.2-11.8 32.2-11 40.6 3.2-10.8 10.3-23 24.1-28.4zm4.5 60c-3.4-17-.2-37.6 10.1-50.1-3.9-.6-8.6-1.9-11.2-4.5-15.5 4.9-22.6 21.9-23.6 38.9 1.1 2.1 2.4 4.3 3.9 6 4.4 4.9 12.2 8 20.8 9.7zm32.9-48.6c-4.1.9-8 2.4-11.8 3.9l-9.7 4.1v-.2c-5.8 11.2-8 27.3-4.3 42.1 3.7.4 6.9.6 10.1.6 1.9-17.6 7.3-34.8 15.7-50.5zm70-18.5c0 33.5 27.3 60.6 60.6 60.6s60.6-27.1 60.6-60.6c0-33.3-27.3-60.4-60.6-60.4s-60.6 27.1-60.6 60.4zm121.3 77.4c7.9 40.3 2.6 51.5 13.1 46.2 12.7-6.4 18.1-31.2 18.3-45.4-10.4-.6-20.9-.6-31.4-.8zm-57-.4v-.2c-.2 4.1.2 30.3 3.4 32.7 8.8 4.3 31.4 3.7 40.6.9 4.3-1.3 1.9-29.4 1.3-33.3-15-.4-30.2-.4-45.3-.1zm-11.2 0v-.2c-15.5.2-30.7.2-46 .6-1.5 7.3-3.7 38.9 1.5 41.1 10.3 4.5 33.1 4.1 43.4 1.3 3.7-2 2-36.2 1.1-42.8zm-68.1 45.7c4.3 1.9 6.9 1.9 7.7-3.4 1.5-6.9 1.9-29.2 3.9-41.5-9.7.2-19.6.6-29.2 1.3-4.3 15.7.2 35.9 17.6 43.6zm-52.2-8.8c34.8 37.4 73.7 68.1 124 84.7 53.7-15.3 92-47.7 129.8-85.1-8.8-3.4-6.1-8.2-5.8-9.2-7.1-.6-14.2-1.5-21.1-2.1-7.5 26.2-28.6 42.1-37.2 25.1-2.1-4.1-2.8-9.2-3.7-13.3-3 6.7-10.5 6.4-19.6 7.1-10.5.9-25.1 1.1-35-2.4-2.4 10.3-8.8 10.3-21.3 11.4-11.2 1.1-38.7 3.2-43.6-8.6-.9 22.8-27.9 8-35.9-5.6-2.6-4.5-4.3-9-5.6-14-6.2.6-12.5 1.3-18.7 2.1 2.1 3 1.3 7.2-6.3 9.9zm-10.1 120.8c-4.5-18.5-14.8-39.6-26.7-43-17.8-5.4-54.8 18.7-52.7 43.4 10.1 15.5 31.8 28.4 47.1 29 14.2.6 28.6-8.8 31.6-23 .4-1.8.7-4 .7-6.4zm5.8-4.7c26.7-15.5 55-28.4 84.3-37.4-30.7-16.3-54.2-38-77.4-61.3-1.7 1.1-4.1 1.9-6.2 2.8-1.3 3.9 6.9 4.2 4.3 9.9-1.7 3.2-6.9 6-12 7.3-1.7 2.1-4.1 3.9-6.2 5.2h-.2c-.2 10.7-.2 21.5.2 32.2 7 12.7 12.1 26.5 13.2 41.3zm255.1 10.1c-29.2-17-58.9-32.9-92-42.1-11 4.9-22.1 9-33.5 12.3-1.7.6-1.7.6-3.4 0-9.5-3-18.5-6.4-27.7-10.5-32 9.2-61.5 23.2-89.4 40.4h-.2v.2c.2 0 .2 0 .2-.2 82 3.1 164.1 2.7 246-.1zm21.5-50.9l-.2.2c.4-11 .6-21.9.6-32.9-2.4-1.3-4.5-3.2-6.4-5.4-5.2-1.1-10.3-4.1-12-7.1-1.5-3.2 1.1-6 4.7-8.2-.2-.4-.4-1.3-.4-1.9-2.4-.6-4.3-1.5-6-2.6-25.1 23.4-52 45.1-82.3 61 31 9.2 60.4 22.4 89 37.8.7-11.6 5.7-28.3 13-40.9zm18.5 2.5c-11.6 3.4-22.1 24.5-26.7 43 0 19 16.9 30.1 32.2 29.4 15.3-.6 37-13.5 47.1-29 2.4-24.7-34.5-48.7-52.6-43.4zm-161.6-211h.2-.2zm0 76.9c22.8 0 41.3-17.2 41.3-38.5 0-28.7-32.2-46.2-57.4-35.3 7.5 2.4 13.1 9.2 13.1 17.2 0 18.5-26.5 25.4-37 9-5.8 27.2 15.4 47.6 40 47.6zM81 429.5c.4 5.2 9.7 10.1 17.2 7.5 5.4-2.1 11.6-8.4 13.8-12.9 2.4-5.6-.9-15.9-7.7-14.6-7.1 1.3-23.7 13.3-23.3 20zm326.8-20c-6.7-1.3-9.9 9-7.5 14.6 1.9 4.5 8.2 10.7 13.8 12.9 7.3 2.6 16.8-2.4 17-7.5.5-6.7-16.2-18.7-23.3-20z"],page4:[496,512,[],"f38d","M248 504C111 504 0 393 0 256S111 8 248 8c20.9 0 41.3 2.6 60.7 7.5L42.3 392H248v112zm0-143.6V146.8L98.6 360.4H248zm96 31.6v92.7c45.7-19.2 84.5-51.7 111.4-92.7H344zm57.4-138.2l-21.2 8.4 21.2 8.3v-16.7zm-20.3 54.5c-6.7 0-8 6.3-8 12.9v7.7h16.2v-10c0-5.9-2.3-10.6-8.2-10.6zM496 256c0 37.3-8.2 72.7-23 104.4H344V27.3C433.3 64.8 496 153.1 496 256zM360.4 143.6h68.2V96h-13.9v32.6h-13.9V99h-13.9v29.6h-12.7V96h-13.9v47.6zm68.1 185.3H402v-11c0-15.4-5.6-25.2-20.9-25.2-15.4 0-20.7 10.6-20.7 25.9v25.3h68.2v-15zm0-103l-68.2 29.7V268l68.2 29.5v-16.6l-14.4-5.7v-26.5l14.4-5.9v-16.9zm-4.8-68.5h-35.6V184H402v-12.2h11c8.6 15.8 1.3 35.3-18.6 35.3-22.5 0-28.3-25.3-15.5-37.7l-11.6-10.6c-16.2 17.5-12.2 63.9 27.1 63.9 34 0 44.7-35.9 29.3-65.3z"],pagelines:[384,512,[],"f18c","M384 312.7c-55.1 136.7-187.1 54-187.1 54-40.5 81.8-107.4 134.4-184.6 134.7-16.1 0-16.6-24.4 0-24.4 64.4-.3 120.5-42.7 157.2-110.1-41.1 15.9-118.6 27.9-161.6-82.2 109-44.9 159.1 11.2 178.3 45.5 9.9-24.4 17-50.9 21.6-79.7 0 0-139.7 21.9-149.5-98.1 119.1-47.9 152.6 76.7 152.6 76.7 1.6-16.7 3.3-52.6 3.3-53.4 0 0-106.3-73.7-38.1-165.2 124.6 43 61.4 162.4 61.4 162.4.5 1.6.5 23.8 0 33.4 0 0 45.2-89 136.4-57.5-4.2 134-141.9 106.4-141.9 106.4-4.4 27.4-11.2 53.4-20 77.5 0 0 83-91.8 172-20z"],palfed:[560,512,[],"f38e","M376.9 194.1c0-47.4-55.2-44.2-95.4-29.8-1.3 39.4-2.5 80.7-3 119.8.7 2.8 2.6 6.2 15.1 6.2 36.7-.1 83.3-42.9 83.3-96.2zm-194.5 72.2c.2 0 6.5-2.7 11.2-2.7 26.6 0 20.7 44.1-14.4 44.1-21.5 0-37.1-18.1-37.1-43 0-42 42.9-95.6 100.7-126.5 1-12.4 3-22 10.5-28.2 11.2-9 26.6-3.5 29.5 11.1 72.2-22.2 135.2 1 135.2 72 0 77.9-79.3 152.6-140.1 138.2-.1 39.4.9 74.4 2.7 100v.2c.2 3.4.6 12.5-5.3 19.1-9.6 10.6-33.4 10-36.4-22.3-4.1-44.4.2-206.1 1.4-242.5-21.5 15-58.5 50.3-58.5 75.9.1 2.4.3 3.9.6 4.6zM0 181.3s-.1 37.4 38.4 37.4h30l22.4 217.2s0 44.3 44.7 44.3h288.9s44.7-.4 44.7-44.3l22.4-217.2h30s38.4 1.2 38.4-37.4c0 0 .1-37.4-38.4-37.4h-30.1c-7.3-25.6-30.2-74.3-119.4-74.3h-28V50.5s-2.7-18.4-21.1-18.4h-85.8s-21.1 0-21.1 18.4v19.1h-28.1s-105 4.2-120.5 74.3h-29S0 142.7 0 181.3z"],paypal:[384,512,[],"f1ed","M111.4 295.9c-3.5 19.2-17.4 108.7-21.5 134-.3 1.8-1 2.5-3 2.5H12.3c-7.6 0-13.1-6.6-12.1-13.9L58.8 46.6c1.5-9.6 10.1-16.9 20-16.9 152.3 0 165.1-3.7 204 11.4 60.1 23.3 65.6 79.5 44 140.3-21.5 62.6-72.5 89.5-140.1 90.3-43.4.7-69.5-7-75.3 24.2zM357.1 152c-1.8-1.3-2.5-1.8-3 1.3-2 11.4-5.1 22.5-8.8 33.6-39.9 113.8-150.5 103.9-204.5 103.9-6.1 0-10.1 3.3-10.9 9.4-22.6 140.4-27.1 169.7-27.1 169.7-1 7.1 3.5 12.9 10.6 12.9h63.5c8.6 0 15.7-6.3 17.4-14.9.7-5.4-1.1 6.1 14.4-91.3 4.6-22 14.3-19.7 29.3-19.7 71 0 126.4-28.8 142.9-112.3 6.5-34.8 4.6-71.4-23.8-92.6z"],phabricator:[496,512,[],"f38f","M323 262.1l-.1-13s21.7-19.8 21.1-21.2l-9.5-20c-.6-1.4-29.5-.5-29.5-.5l-9.4-9.3s.2-28.5-1.2-29.1l-20.1-9.2c-1.4-.6-20.7 21-20.7 21l-13.1-.2s-20.5-21.4-21.9-20.8l-20 8.3c-1.4.5.2 28.9.2 28.9l-9.1 9.1s-29.2-.9-29.7.4l-8.1 19.8c-.6 1.4 21 21 21 21l.1 12.9s-21.7 19.8-21.1 21.2l9.5 20c.6 1.4 29.5.5 29.5.5l9.4 9.3s-.2 31.8 1.2 32.3l20.1 8.3c1.4.6 20.7-23.5 20.7-23.5l13.1.2s20.5 23.8 21.8 23.3l20-7.5c1.4-.6-.2-32.1-.2-32.1l9.1-9.1s29.2.9 29.7-.5l8.1-19.8c.7-1.1-20.9-20.7-20.9-20.7zm-44.9-8.7c.7 17.1-12.8 31.6-30.1 32.4-17.3.8-32.1-12.5-32.8-29.6-.7-17.1 12.8-31.6 30.1-32.3 17.3-.8 32.1 12.5 32.8 29.5zm201.2-37.9l-97-97-.1.1c-75.1-73.3-195.4-72.8-269.8 1.6-50.9 51-27.8 27.9-95.7 95.3-22.3 22.3-22.3 58.7 0 81 69.9 69.4 46.4 46 97.4 97l.1-.1c75.1 73.3 195.4 72.9 269.8-1.6 51-50.9 27.9-27.9 95.3-95.3 22.3-22.3 22.3-58.7 0-81zM140.4 363.8c-59.6-59.5-59.6-156 0-215.5 59.5-59.6 156-59.5 215.6 0 59.5 59.5 59.6 156 0 215.6-59.6 59.5-156 59.4-215.6-.1z"],"pied-piper":[640,512,[],"f2ae","M640 24.9c-80.8 53.6-89.4 92.5-96.4 104.4-6.7 12.2-11.7 60.3-23.3 83.6-11.7 23.6-54.2 42.2-66.1 50-11.7 7.8-28.3 38.1-41.9 64.2-108.1-4.4-167.4 38.8-259.2 93.6 29.4-9.7 43.3-16.7 43.3-16.7 94.2-36 139.3-68.3 281.1-49.2 1.1 0 1.9.6 2.8.8 3.9 2.2 5.3 6.9 3.1 10.8l-53.9 95.8c-2.5 4.7-7.8 7.2-13.1 6.1-126.8-23.8-226.9 17.3-318.9 18.6C24.1 488 0 453.4 0 451.8c0-1.1.6-1.7 1.7-1.7 0 0 38.3 0 103.1-15.3C178.4 294.5 244 245.4 315.4 245.4c0 0 71.7 0 90.6 61.9 22.8-39.7 28.3-49.2 28.3-49.2 5.3-9.4 35-77.2 86.4-141.4 51.5-64 90.4-79.9 119.3-91.8z"],"pied-piper-alt":[576,512,[],"f1a8","M242 187c6.3-11.8 13.2-17 25.9-21.8 27.3-10.3 40.2-30.5 58.9-51.1 11.9 8.4 12 24.6 31.6 23v21.8l6.3.3c37.4-14.4 74.7-30.2 106.6-54.6 48.3-36.8 52.9-50 81.3-100l2-2.6c-.6 14.1-6.3 27.3-12.4 39.9-30.5 63.8-78.7 100.3-146.8 116.7-12.4 2.9-26.4 3.2-37.6 8.9 1.4 9.8 13.2 18.1 13.2 23 0 3.4-5.5 7.2-7.5 8.6-11.2-12.9-16.1-19.3-22.7-22.1-7.6-3.5-63.9-6.4-98.8 10zm137.9 256.9c-19 0-64.1 9.5-79.9 19.8l6.9 45.1c35.7 6.1 70.1 3.6 106-9.8-4.8-10-23.5-55.1-33-55.1zM244 246c-3.2-2-6.3-2.9-10.1-2.9-6.6 0-12.6 3.2-19.3 3.7l1.7 4.9L244 246zm-12.6 31.8l24.1 61.2 21-13.8-31.3-50.9-13.8 3.5zM555.5 0l-.6 1.1-.3.9.6-.6.3-1.4zm-59.2 382.1c-33.9-56.9-75.3-118.4-150-115.5l-.3-6c-1.1-13.5 32.8 3.2 35.1-31l-14.4 7.2c-19.8-45.7-8.6-54.3-65.5-54.3-14.7 0-26.7 1.7-41.4 4.6 2.9 18.6 2.2 36.7-10.9 50.3l19.5 5.5c-1.7 3.2-2.9 6.3-2.9 9.8 0 21 42.8 2.9 42.8 33.6 0 18.4-36.8 60.1-54.9 60.1-8 0-53.7-50-53.4-60.1l.3-4.6 52.3-11.5c13-2.6 12.3-22.7-2.9-22.7-3.7 0-43.1 9.2-49.4 10.6-2-5.2-7.5-14.1-13.8-14.1-3.2 0-6.3 3.2-9.5 4-9.2 2.6-31 2.9-21.5 20.1L15.9 298.5c-5.5 1.1-8.9 6.3-8.9 11.8 0 6 5.5 10.9 11.5 10.9 8 0 131.3-28.4 147.4-32.2 2.6 3.2 4.6 6.3 7.8 8.6 20.1 14.4 59.8 85.9 76.4 85.9 24.1 0 58-22.4 71.3-41.9 3.2-4.3 6.9-7.5 12.4-6.9.6 13.8-31.6 34.2-33 43.7-1.4 10.2-1 35.2-.3 41.1 26.7 8.1 52-3.6 77.9-2.9 4.3-21 10.6-41.9 9.8-63.5l-.3-9.5c-1.4-34.2-10.9-38.5-34.8-58.6-1.1-1.1-2.6-2.6-3.7-4 2.2-1.4 1.1-1 4.6-1.7 88.5 0 56.3 183.6 111.5 229.9 33.1-15 72.5-27.9 103.5-47.2-29-25.6-52.6-45.7-72.7-79.9zm-196.2 46v27.3l11.8-3.4-2.9-23.8h-8.9zm76.1 2.9c0-1.4-.6-3.2-.9-4.6-26.8 0-36.9 3.8-59.5 6.3l2 12.4c9-1.5 58.4-6.6 58.4-14.1z"],"pied-piper-pp":[448,512,[],"f1a7","M205.3 174.6c0 21.1-14.2 38.1-31.7 38.1-7.1 0-12.8-1.2-17.2-3.7v-68c4.4-2.7 10.1-4.2 17.2-4.2 17.5 0 31.7 16.9 31.7 37.8zm52.6 67c-7.1 0-12.8 1.5-17.2 4.2v68c4.4 2.5 10.1 3.7 17.2 3.7 17.4 0 31.7-16.9 31.7-37.8 0-21.1-14.3-38.1-31.7-38.1zM448 80v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V80c0-26.5 21.5-48 48-48h352c26.5 0 48 21.5 48 48zM185 255.1c41 0 74.2-35.6 74.2-79.6 0-44-33.2-79.6-74.2-79.6-12 0-24.1 3.2-34.6 8.8h-45.7V311l51.8-10.1v-50.6c8.6 3.1 18.1 4.8 28.5 4.8zm158.4 25.3c0-44-33.2-79.6-73.9-79.6-3.2 0-6.4.2-9.6.7-3.7 12.5-10.1 23.8-19.2 33.4-13.8 15-32.2 23.8-51.8 24.8V416l51.8-10.1v-50.6c8.6 3.2 18.2 4.7 28.7 4.7 40.8 0 74-35.6 74-79.6z"],pinterest:[496,512,[],"f0d2","M496 256c0 137-111 248-248 248-25.6 0-50.2-3.9-73.4-11.1 10.1-16.5 25.2-43.5 30.8-65 3-11.6 15.4-59 15.4-59 8.1 15.4 31.7 28.5 56.8 28.5 74.8 0 128.7-68.8 128.7-154.3 0-81.9-66.9-143.2-152.9-143.2-107 0-163.9 71.8-163.9 150.1 0 36.4 19.4 81.7 50.3 96.1 4.7 2.2 7.2 1.2 8.3-3.3.8-3.4 5-20.3 6.9-28.1.6-2.5.3-4.7-1.7-7.1-10.1-12.5-18.3-35.3-18.3-56.6 0-54.7 41.4-107.6 112-107.6 60.9 0 103.6 41.5 103.6 100.9 0 67.1-33.9 113.6-78 113.6-24.3 0-42.6-20.1-36.7-44.8 7-29.5 20.5-61.3 20.5-82.6 0-19-10.2-34.9-31.4-34.9-24.9 0-44.9 25.7-44.9 60.2 0 22 7.4 36.8 7.4 36.8s-24.5 103.8-29 123.2c-5 21.4-3 51.6-.9 71.2C65.4 450.9 0 361.1 0 256 0 119 111 8 248 8s248 111 248 248z"],"pinterest-p":[384,512,[],"f231","M204 6.5C101.4 6.5 0 74.9 0 185.6 0 256 39.6 296 63.6 296c9.9 0 15.6-27.6 15.6-35.4 0-9.3-23.7-29.1-23.7-67.8 0-80.4 61.2-137.4 140.4-137.4 68.1 0 118.5 38.7 118.5 109.8 0 53.1-21.3 152.7-90.3 152.7-24.9 0-46.2-18-46.2-43.8 0-37.8 26.4-74.4 26.4-113.4 0-66.2-93.9-54.2-93.9 25.8 0 16.8 2.1 35.4 9.6 50.7-13.8 59.4-42 147.9-42 209.1 0 18.9 2.7 37.5 4.5 56.4 3.4 3.8 1.7 3.4 6.9 1.5 50.4-69 48.6-82.5 71.4-172.8 12.3 23.4 44.1 36 69.3 36 106.2 0 153.9-103.5 153.9-196.8C384 71.3 298.2 6.5 204 6.5z"],"pinterest-square":[448,512,[],"f0d3","M448 80v352c0 26.5-21.5 48-48 48H154.4c9.8-16.4 22.4-40 27.4-59.3 3-11.5 15.3-58.4 15.3-58.4 8 15.3 31.4 28.2 56.3 28.2 74.1 0 127.4-68.1 127.4-152.7 0-81.1-66.2-141.8-151.4-141.8-106 0-162.2 71.1-162.2 148.6 0 36 19.2 80.8 49.8 95.1 4.7 2.2 7.1 1.2 8.2-3.3.8-3.4 5-20.1 6.8-27.8.6-2.5.3-4.6-1.7-7-10.1-12.3-18.3-34.9-18.3-56 0-54.2 41-106.6 110.9-106.6 60.3 0 102.6 41.1 102.6 99.9 0 66.4-33.5 112.4-77.2 112.4-24.1 0-42.1-19.9-36.4-44.4 6.9-29.2 20.3-60.7 20.3-81.8 0-53-75.5-45.7-75.5 25 0 21.7 7.3 36.5 7.3 36.5-31.4 132.8-36.1 134.5-29.6 192.6l2.2.8H48c-26.5 0-48-21.5-48-48V80c0-26.5 21.5-48 48-48h352c26.5 0 48 21.5 48 48z"],"product-hunt":[512,512,[],"f288","M326.3 218.8c0 20.5-16.7 37.2-37.2 37.2h-70.3v-74.4h70.3c20.5 0 37.2 16.7 37.2 37.2zM504 256c0 137-111 248-248 248S8 393 8 256 119 8 256 8s248 111 248 248zm-128.1-37.2c0-47.9-38.9-86.8-86.8-86.8H169.2v248h49.6v-74.4h70.3c47.9 0 86.8-38.9 86.8-86.8z"],pushed:[432,512,[],"f391","M407 111.9l-98.5-9 14-33.4c10.4-23.5-10.8-40.4-28.7-37L22.5 76.9c-15.1 2.7-26 18.3-21.4 36.6l105.1 348.3c6.5 21.3 36.7 24.2 47.7 7l35.3-80.8 235.2-231.3c16.4-16.8 4.3-42.9-17.4-44.8zM297.6 53.6c5.1-.7 7.5 2.5 5.2 7.4L286 100.9 108.6 84.6l189-31zM22.7 107.9c-3.1-5.1 1-10 6.1-9.1l248.7 22.7-96.9 230.7L22.7 107.9zM136 456.4c-2.6 4-7.9 3.1-9.4-1.2L43.5 179.7l127.7 197.6c-7 15-35.2 79.1-35.2 79.1zm272.8-314.5L210.1 337.3l89.7-213.7 106.4 9.7c4 1.1 5.7 5.3 2.6 8.6z"],qq:[384,512,[],"f1d6","M379.1 402.7c-10.3 1.2-40-47-40-47 0 28-14.4 64.4-45.5 90.8 15 4.6 48.9 17.1 40.9 30.7-6.5 11-111.9 7-142.4 3.6-30.4 3.4-135.8 7.4-142.4-3.6-8.1-13.6 25.8-26.1 40.8-30.7C59.4 420.2 45 383.7 45 355.7c0 0-29.7 48.3-40 47-4.8-.6-11.1-26.4 8.3-88.9 2-6.6 14.5-43 15.3-43.1l20.5-51.3C46.3 115.1 89.4 27.7 192 27.7c101.4 0 145.5 85.7 142.9 191.7l20.5 51.3c.8.1 13.2 36.5 15.3 43.1 19.5 62.4 13.2 88.3 8.4 88.9z"],quora:[448,512,[],"f2c4","M440.5 386.7h-29.3c-1.5 13.5-10.5 30.8-33 30.8-20.5 0-35.3-14.2-49.5-35.8 44.2-34.2 74.7-87.5 74.7-153C403.5 111.2 306.8 32 205 32 105.3 32 7.3 111.7 7.3 228.7c0 134.1 131.3 221.6 249 189C276 451.3 302 480 351.5 480c81.8 0 90.8-75.3 89-93.3zM297 329.2C277.5 300 253.3 277 205.5 277c-30.5 0-54.3 10-69 22.8l12.2 24.3c6.2-3 13-4 19.8-4 35.5 0 53.7 30.8 69.2 61.3-10 3-20.7 4.2-32.7 4.2-75 0-107.5-53-107.5-156.7C97.5 124.5 130 71 205 71c76.2 0 108.7 53.5 108.7 157.7.1 41.8-5.4 75.6-16.7 100.5z"],ravelry:[512,512,[],"f2d9","M407.4 61.5C331.6 22.1 257.8 31 182.9 66c-11.3 5.2-15.5 10.6-19.9 19-10.3 19.2-16.2 37.4-19.9 52.7-21.2 25.6-36.4 56.1-43.3 89.9-10.6 18-20.9 41.4-23.1 71.4 0 0-.7 7.6-.5 7.9-35.3-4.6-76.2-27-76.2-27 9.1 14.5 61.3 32.3 76.3 37.9 0 0 1.7 98 64.5 131.2-11.3-17.2-13.3-20.2-13.3-20.2S94.8 369 100.4 324.7c.7 0 1.5.2 2.2.2 23.9 87.4 103.2 151.4 196.9 151.4 6.2 0 12.1-.2 18-.7 14 1.5 27.6.5 40.1-3.9 6.9-2.2 13.8-6.4 20.2-10.8 70.2-39.1 100.9-82 123.1-147.7 5.4-16 8.1-35.5 9.8-52.2 8.7-82.3-30.6-161.6-103.3-199.5zM138.8 163.2s-1.2 12.3-.7 19.7c-3.4 2.5-10.1 8.1-18.2 16.7 5.2-12.8 11.3-25.1 18.9-36.4zm-31.2 121.9c4.4-17.2 13.3-39.1 29.8-55.1 0 0 1.7 48 15.8 90.1l-41.4-6.9c-2.2-9.2-3.5-18.5-4.2-28.1zm7.9 42.8c14.8 3.2 34 7.6 43.1 9.1 27.3 76.8 108.3 124.3 108.3 124.3 1 .5 1.7.7 2.7 1-73.1-11.6-132.7-64.7-154.1-134.4zM386 444.1c-14.5 4.7-36.2 8.4-64.7 3.7 0 0-91.1-23.1-127.5-107.8 38.2.7 52.4-.2 78-3.9 39.4-5.7 79-16.2 115-33 11.8-5.4 11.1-19.4 9.6-29.8-2-12.8-11.1-12.1-21.4-4.7 0 0-82 58.6-189.8 53.7-18.7-32-26.8-110.8-26.8-110.8 41.4-35.2 83.2-59.6 168.4-52.4.2-6.4 3-27.1-20.4-28.1 0 0-93.5-11.1-146 33.5 2.5-16.5 5.9-29.3 11.1-39.4 34.2-30.8 79-49.5 128.3-49.5 106.4 0 193 87.1 193 194.5-.2 76-43.8 142-106.8 174z"],rebel:[512,512,[],"f1d0","M256.5 504C117.2 504 9 387.8 13.2 249.9 16 170.7 56.4 97.7 129.7 49.5c.3 0 1.9-.6 1.1.8-5.8 5.5-111.3 129.8-14.1 226.4 49.8 49.5 90 2.5 90 2.5 38.5-50.1-.6-125.9-.6-125.9-10-24.9-45.7-40.1-45.7-40.1l28.8-31.8c24.4 10.5 43.2 38.7 43.2 38.7.8-29.6-21.9-61.4-21.9-61.4L255.1 8l44.3 50.1c-20.5 28.8-21.9 62.6-21.9 62.6 13.8-23 43.5-39.3 43.5-39.3l28.5 31.8c-27.4 8.9-45.4 39.9-45.4 39.9-15.8 28.5-27.1 89.4.6 127.3 32.4 44.6 87.7-2.8 87.7-2.8 102.7-91.9-10.5-225-10.5-225-6.1-5.5.8-2.8.8-2.8 50.1 36.5 114.6 84.4 116.2 204.8C500.9 400.2 399 504 256.5 504z"],reddit:[512,512,[],"f1a1","M201.5 305.5c-13.8 0-24.9-11.1-24.9-24.6 0-13.8 11.1-24.9 24.9-24.9 13.6 0 24.6 11.1 24.6 24.9 0 13.6-11.1 24.6-24.6 24.6zM504 256c0 137-111 248-248 248S8 393 8 256 119 8 256 8s248 111 248 248zm-132.3-41.2c-9.4 0-17.7 3.9-23.8 10-22.4-15.5-52.6-25.5-86.1-26.6l17.4-78.3 55.4 12.5c0 13.6 11.1 24.6 24.6 24.6 13.8 0 24.9-11.3 24.9-24.9s-11.1-24.9-24.9-24.9c-9.7 0-18 5.8-22.1 13.8l-61.2-13.6c-3-.8-6.1 1.4-6.9 4.4l-19.1 86.4c-33.2 1.4-63.1 11.3-85.5 26.8-6.1-6.4-14.7-10.2-24.1-10.2-34.9 0-46.3 46.9-14.4 62.8-1.1 5-1.7 10.2-1.7 15.5 0 52.6 59.2 95.2 132 95.2 73.1 0 132.3-42.6 132.3-95.2 0-5.3-.6-10.8-1.9-15.8 31.3-16 19.8-62.5-14.9-62.5zM302.8 331c-18.2 18.2-76.1 17.9-93.6 0-2.2-2.2-6.1-2.2-8.3 0-2.5 2.5-2.5 6.4 0 8.6 22.8 22.8 87.3 22.8 110.2 0 2.5-2.2 2.5-6.1 0-8.6-2.2-2.2-6.1-2.2-8.3 0zm7.7-75c-13.6 0-24.6 11.1-24.6 24.9 0 13.6 11.1 24.6 24.6 24.6 13.8 0 24.9-11.1 24.9-24.6 0-13.8-11-24.9-24.9-24.9z"],"reddit-alien":[512,512,[],"f281","M440.3 203.5c-15 0-28.2 6.2-37.9 15.9-35.7-24.7-83.8-40.6-137.1-42.3L293 52.3l88.2 19.8c0 21.6 17.6 39.2 39.2 39.2 22 0 39.7-18.1 39.7-39.7s-17.6-39.7-39.7-39.7c-15.4 0-28.7 9.3-35.3 22l-97.4-21.6c-4.9-1.3-9.7 2.2-11 7.1L246.3 177c-52.9 2.2-100.5 18.1-136.3 42.8-9.7-10.1-23.4-16.3-38.4-16.3-55.6 0-73.8 74.6-22.9 100.1-1.8 7.9-2.6 16.3-2.6 24.7 0 83.8 94.4 151.7 210.3 151.7 116.4 0 210.8-67.9 210.8-151.7 0-8.4-.9-17.2-3.1-25.1 49.9-25.6 31.5-99.7-23.8-99.7zM129.4 308.9c0-22 17.6-39.7 39.7-39.7 21.6 0 39.2 17.6 39.2 39.7 0 21.6-17.6 39.2-39.2 39.2-22 .1-39.7-17.6-39.7-39.2zm214.3 93.5c-36.4 36.4-139.1 36.4-175.5 0-4-3.5-4-9.7 0-13.7 3.5-3.5 9.7-3.5 13.2 0 27.8 28.5 120 29 149 0 3.5-3.5 9.7-3.5 13.2 0 4.1 4 4.1 10.2.1 13.7zm-.8-54.2c-21.6 0-39.2-17.6-39.2-39.2 0-22 17.6-39.7 39.2-39.7 22 0 39.7 17.6 39.7 39.7-.1 21.5-17.7 39.2-39.7 39.2z"],"reddit-square":[448,512,[],"f1a2","M283.2 345.5c2.7 2.7 2.7 6.8 0 9.2-24.5 24.5-93.8 24.6-118.4 0-2.7-2.4-2.7-6.5 0-9.2 2.4-2.4 6.5-2.4 8.9 0 18.7 19.2 81 19.6 100.5 0 2.4-2.3 6.6-2.3 9 0zm-91.3-53.8c0-14.9-11.9-26.8-26.5-26.8-14.9 0-26.8 11.9-26.8 26.8 0 14.6 11.9 26.5 26.8 26.5 14.6 0 26.5-11.9 26.5-26.5zm90.7-26.8c-14.6 0-26.5 11.9-26.5 26.8 0 14.6 11.9 26.5 26.5 26.5 14.9 0 26.8-11.9 26.8-26.5 0-14.9-11.9-26.8-26.8-26.8zM448 80v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V80c0-26.5 21.5-48 48-48h352c26.5 0 48 21.5 48 48zm-99.7 140.6c-10.1 0-19 4.2-25.6 10.7-24.1-16.7-56.5-27.4-92.5-28.6l18.7-84.2 59.5 13.4c0 14.6 11.9 26.5 26.5 26.5 14.9 0 26.8-12.2 26.8-26.8 0-14.6-11.9-26.8-26.8-26.8-10.4 0-19.3 6.2-23.8 14.9l-65.7-14.6c-3.3-.9-6.5 1.5-7.4 4.8l-20.5 92.8c-35.7 1.5-67.8 12.2-91.9 28.9-6.5-6.8-15.8-11-25.9-11-37.5 0-49.8 50.4-15.5 67.5-1.2 5.4-1.8 11-1.8 16.7 0 56.5 63.7 102.3 141.9 102.3 78.5 0 142.2-45.8 142.2-102.3 0-5.7-.6-11.6-2.1-17 33.6-17.2 21.2-67.2-16.1-67.2z"],renren:[512,512,[],"f18b","M214 169.1c0 110.4-61 205.4-147.6 247.4C30 373.2 8 317.7 8 256.6 8 133.9 97.1 32.2 214 12.5v156.6zM255 504c-42.9 0-83.3-11-118.5-30.4C193.7 437.5 239.9 382.9 255 319c15.5 63.9 61.7 118.5 118.8 154.7C338.7 493 298.3 504 255 504zm190.6-87.5C359 374.5 298 279.6 298 169.1V12.5c116.9 19.7 206 121.4 206 244.1 0 61.1-22 116.6-58.4 159.9z"],replyd:[448,512,[],"f393","M320 480H128C57.6 480 0 422.4 0 352V160C0 89.6 57.6 32 128 32h192c70.4 0 128 57.6 128 128v192c0 70.4-57.6 128-128 128zM193.4 273.2c-6.1-2-11.6-3.1-16.4-3.1-7.2 0-13.5 1.9-18.9 5.6-5.4 3.7-9.6 9-12.8 15.8h-1.1l-4.2-18.3h-28v138.9h36.1v-89.7c1.5-5.4 4.4-9.8 8.7-13.2 4.3-3.4 9.8-5.1 16.2-5.1 4.6 0 9.8 1 15.6 3.1l4.8-34zm115.2 103.4c-3.2 2.4-7.7 4.8-13.7 7.1-6 2.3-12.8 3.5-20.4 3.5-12.2 0-21.1-3-26.5-8.9-5.5-5.9-8.5-14.7-9-26.4h83.3c.9-4.8 1.6-9.4 2.1-13.9.5-4.4.7-8.6.7-12.5 0-10.7-1.6-19.7-4.7-26.9-3.2-7.2-7.3-13-12.5-17.2-5.2-4.3-11.1-7.3-17.8-9.2-6.7-1.8-13.5-2.8-20.6-2.8-21.1 0-37.5 6.1-49.2 18.3s-17.5 30.5-17.5 55c0 22.8 5.2 40.7 15.6 53.7 10.4 13.1 26.8 19.6 49.2 19.6 10.7 0 20.9-1.5 30.4-4.6 9.5-3.1 17.1-6.8 22.6-11.2l-12-23.6zm-21.8-70.3c3.8 5.4 5.3 13.1 4.6 23.1h-51.7c.9-9.4 3.7-17 8.2-22.6 4.5-5.6 11.5-8.5 21-8.5 8.2-.1 14.1 2.6 17.9 8zm79.9 2.5c4.1 3.9 9.4 5.8 16.1 5.8 7 0 12.6-1.9 16.7-5.8s6.1-9.1 6.1-15.6-2-11.6-6.1-15.4c-4.1-3.8-9.6-5.7-16.7-5.7-6.7 0-12 1.9-16.1 5.7-4.1 3.8-6.1 8.9-6.1 15.4s2 11.7 6.1 15.6zm0 100.5c4.1 3.9 9.4 5.8 16.1 5.8 7 0 12.6-1.9 16.7-5.8s6.1-9.1 6.1-15.6-2-11.6-6.1-15.4c-4.1-3.8-9.6-5.7-16.7-5.7-6.7 0-12 1.9-16.1 5.7-4.1 3.8-6.1 8.9-6.1 15.4 0 6.6 2 11.7 6.1 15.6z"],rocketchat:[448,512,[],"f394","M448 256.2c0-87.2-99.6-153.3-219.8-153.3-18.8 0-37.3 1.6-55.3 4.8-11.1-10.5-24.2-20-38-27.4C61.2 44.2 0 79.4 0 79.4s56.9 47.1 47.6 88.3c-52.3 52.3-52.5 124.1 0 176.6C56.9 385.6 0 432.6 0 432.6s61.2 35.2 134.9-.8c13.8-7.5 26.9-16.9 38-27.4 18 3.2 36.5 4.8 55.3 4.8 120.3-.1 219.8-65.8 219.8-153zm-219.7 124c-23.7 0-46.3-2.8-67.3-7.8-21.3 25.8-68.1 61.7-113.6 50.1 14.8-16 36.7-43.1 32-87.6-27.3-21.4-43.6-48.7-43.6-78.5 0-68.4 86.2-123.9 192.5-123.9S420.8 188 420.8 256.4c0 68.3-86.2 123.8-192.5 123.8zm25.6-123.9c0 14.2-11.5 25.8-25.6 25.8-14.1 0-25.6-11.5-25.6-25.8 0-14.2 11.5-25.8 25.6-25.8 14.1 0 25.6 11.6 25.6 25.8zm88.9 0c0 14.2-11.4 25.8-25.6 25.8-14.1 0-25.6-11.5-25.6-25.8 0-14.2 11.4-25.8 25.6-25.8 14.1 0 25.6 11.6 25.6 25.8zm-177.9 0c0 14.2-11.4 25.8-25.6 25.8-14.1 0-25.6-11.5-25.6-25.8 0-14.2 11.4-25.8 25.6-25.8 14.2 0 25.6 11.6 25.6 25.8z"],rockrms:[496,512,[],"f395","M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm157.4 419.5h-90l-112-131.3c-17.9-20.4-3.9-56.1 26.6-56.1h75.3l-84.6-99.3-84.3 98.9h-90L193.5 67.2c14.4-18.4 41.3-17.3 54.5 0l157.7 185.1c19 22.8 2 57.2-27.6 56.1-.6 0-74.2.2-74.2.2l101.5 118.9z"],safari:[512,512,[],"f267","M236.9 256.8c0-9.1 6.6-17.7 16.3-17.7 8.9 0 17.4 6.4 17.4 16.1 0 9.1-6.4 17.7-16.1 17.7-9 0-17.6-6.7-17.6-16.1zM504 256c0 137-111 248-248 248S8 393 8 256 119 8 256 8s248 111 248 248zm-26.6 0c0-122.3-99.1-221.4-221.4-221.4S34.6 133.7 34.6 256 133.7 477.4 256 477.4 477.4 378.3 477.4 256zm-72.5 96.6c0 3.6 13 10.2 16.3 12.2-27.4 41.5-69.8 71.4-117.9 83.3l-4.4-18.5c-.3-2.5-1.9-2.8-4.2-2.8-1.9 0-3 2.8-2.8 4.2l4.4 18.8c-13.3 2.8-26.8 4.2-40.4 4.2-36.3 0-72-10.2-103-29.1 1.7-2.8 12.2-18 12.2-20.2 0-1.9-1.7-3.6-3.6-3.6-3.9 0-12.2 16.6-14.7 19.9-41.8-27.7-72-70.6-83.6-119.6l19.1-4.2c2.2-.6 2.8-2.2 2.8-4.2 0-1.9-2.8-3-4.4-2.8L62 294.5c-2.5-12.7-3.9-25.5-3.9-38.5 0-37.1 10.5-73.6 30.2-104.9 2.8 1.7 16.1 10.8 18.3 10.8 1.9 0 3.6-1.4 3.6-3.3 0-3.9-14.7-11.3-18-13.6 28.2-41.2 71.1-70.9 119.8-81.9l4.2 18.5c.6 2.2 2.2 2.8 4.2 2.8s3-2.8 2.8-4.4L219 61.7c12.2-2.2 24.6-3.6 37.1-3.6 37.1 0 73.3 10.5 104.9 30.2-1.9 2.8-10.8 15.8-10.8 18 0 1.9 1.4 3.6 3.3 3.6 3.9 0 11.3-14.4 13.3-17.7 41 27.7 70.3 70 81.7 118.2l-15.5 3.3c-2.5.6-2.8 2.2-2.8 4.4 0 1.9 2.8 3 4.2 2.8l15.8-3.6c2.5 12.7 3.9 25.7 3.9 38.7 0 36.3-10 72-28.8 102.7-2.8-1.4-14.4-9.7-16.6-9.7-2.1 0-3.8 1.7-3.8 3.6zm-33.2-242.2c-13 12.2-134.2 123.7-137.6 129.5l-96.6 160.5c12.7-11.9 134.2-124 137.3-129.3l96.9-160.7z"],schlix:[448,512,[],"f396","M350.5 157.7l-54.2-46.1 73.4-39 78.3 44.2-97.5 40.9zM192 122.1l45.7-28.2 34.7 34.6-55.4 29-25-35.4zm-65.1 6.6l31.9-22.1L176 135l-36.7 22.5-12.4-28.8zm-23.3 88.2l-8.8-34.8 29.6-18.3 13.1 35.3-33.9 17.8zm-21.2-83.7l23.9-18.1 8.9 24-26.7 18.3-6.1-24.2zM59 206.5l-3.6-28.4 22.3-15.5 6.1 28.7L59 206.5zm-30.6 16.6l20.8-12.8 3.3 33.4-22.9 12-1.2-32.6zM1.4 268l19.2-10.2.4 38.2-21 8.8L1.4 268zm59.1 59.3l-28.3 8.3-1.6-46.8 25.1-10.7 4.8 49.2zM99 263.2l-31.1 13-5.2-40.8L90.1 221l8.9 42.2zM123.2 377l-41.6 5.9-8.1-63.5 35.2-10.8 14.5 68.4zm28.5-139.9l21.2 57.1-46.2 13.6-13.7-54.1 38.7-16.6zm85.7 230.5l-70.9-3.3-24.3-95.8 55.2-8.6 40 107.7zm-84.9-279.7l42.2-22.4 28 45.9-50.8 21.3-19.4-44.8zm41 94.9l61.3-18.7 52.8 86.6-79.8 11.3-34.3-79.2zm51.4-85.6l67.3-28.8 65.5 65.4-88.6 26.2-44.2-62.8z"],scribd:[384,512,[],"f28a","M42.3 252.7c-16.1-19-24.7-45.9-24.8-79.9 0-100.4 75.2-153.1 167.2-153.1 98.6-1.6 156.8 49 184.3 70.6l-50.5 72.1-37.3-24.6 26.9-38.6c-36.5-24-79.4-36.5-123-35.8-50.7-.8-111.7 27.2-111.7 76.2 0 18.7 11.2 20.7 28.6 15.6 23.3-5.3 41.9.6 55.8 14 26.4 24.3 23.2 67.6-.7 91.9-29.2 29.5-85.2 27.3-114.8-8.4zm317.7 5.9c-15.5-18.8-38.9-29.4-63.2-28.6-38.1-2-71.1 28-70.5 67.2-.7 16.8 6 33 18.4 44.3 14.1 13.9 33 19.7 56.3 14.4 17.4-5.1 28.6-3.1 28.6 15.6 0 4.3-.5 8.5-1.4 12.7-16.7 40.9-59.5 64.4-121.4 64.4-51.9.2-102.4-16.4-144.1-47.3l33.7-39.4-35.6-27.4L0 406.3l15.4 13.8c52.5 46.8 120.4 72.5 190.7 72.2 51.4 0 94.4-10.5 133.6-44.1 57.1-51.4 54.2-149.2 20.3-189.6z"],searchengin:[460,512,[],"f397","M220.6 130.3l-67.2 28.2V43.2L98.7 233.5l54.7-24.2v130.3l67.2-209.3zm-83.2-96.7l-1.3 4.7-15.2 52.9C80.6 106.7 52 145.8 52 191.5c0 52.3 34.3 95.9 83.4 105.5v53.6C57.5 340.1 0 272.4 0 191.6c0-80.5 59.8-147.2 137.4-158zm311.4 447.2c-11.2 11.2-23.1 12.3-28.6 10.5-5.4-1.8-27.1-19.9-60.4-44.4-33.3-24.6-33.6-35.7-43-56.7-9.4-20.9-30.4-42.6-57.5-52.4l-9.7-14.7c-24.7 16.9-53 26.9-81.3 28.7l2.1-6.6 15.9-49.5c46.5-11.9 80.9-54 80.9-104.2 0-54.5-38.4-102.1-96-107.1V32.3C254.4 37.4 320 106.8 320 191.6c0 33.6-11.2 64.7-29 90.4l14.6 9.6c9.8 27.1 31.5 48 52.4 57.4s32.2 9.7 56.8 43c24.6 33.2 42.7 54.9 44.5 60.3s.7 17.3-10.5 28.5zm-9.9-17.9c0-4.4-3.6-8-8-8s-8 3.6-8 8 3.6 8 8 8 8-3.6 8-8z"],sellsy:[512,512,[],"f213","M435.3 240.8c2.5-10 3.5-20.3 3.5-30.5 0-75.5-61.5-137-137-137-63 0-118 43.3-133 104.3-12.5-10.7-28.5-16.7-45-16.7-37.8 0-68.5 30.7-68.5 68.5 0 6 .8 12.2 2.5 18.2C22.8 264 0 299.5 0 338.3c0 55.5 45.3 100.5 100.5 100.5h311c55.2 0 100.5-45 100.5-100.5 0-46.1-31.7-86.5-76.7-97.5zM158 374.8c0 6.8-5.7 12.5-12.5 12.5h-25.2c-6.8 0-12.5-5.7-12.5-12.5v-90.5c0-6.7 5.7-12.5 12.5-12.5h25.2c6.8 0 12.5 5.8 12.5 12.5v90.5zm73 0c0 6.8-5.8 12.5-12.5 12.5h-25.2c-6.8 0-12.5-5.7-12.5-12.5V267.5c0-6.8 5.7-12.5 12.5-12.5h25.2c6.8 0 12.5 5.7 12.5 12.5v107.3zm73 0c0 6.8-5.7 12.5-12.5 12.5h-25.2c-6.8 0-12.5-5.7-12.5-12.5V242c0-6.8 5.8-12.5 12.5-12.5h25.2c6.8 0 12.5 5.7 12.5 12.5v132.8zm71 0c0 6.8-5.8 12.5-12.5 12.5h-23.2c-6.8 0-12.5-5.7-12.5-12.5V191.5c0-7 5.7-12.7 12.5-12.7h23.2c6.8 0 12.5 5.8 12.5 12.7v183.3z"],servicestack:[496,512,[],"f398","M88 216c81.7 10.2 273.7 102.3 304 232H0c99.5-8.1 184.5-137 88-232zm32-152c32.3 35.6 47.7 83.9 46.4 133.6C249.3 231.3 373.7 321.3 400 448h96C455.3 231.9 222.8 79.5 120 64z"],shirtsinbulk:[448,512,[],"f214","M376 225.4h9.6v29.8H376v-29.8zm0-8.5h9.6v-29.8H376v29.8zm0 76.6h9.6v-29.8H376v29.8zm-32.4-144.7h-29.8v9.3h29.8v-9.3zM376 331.9h9.6v-29.8H376v29.8zm-74.3-183.1h-29.8v9.3h29.8v-9.3zm-42 0h-29.5v9.3h29.5v-9.3zm-41.9 0h-29.5v9.3h29.5v-9.3zM376 178.6h9.6v-29.8h-29.8v9.3H376v20.5zM148.9 408.5l27.2 11.9 3.9-8.8-27.2-11.9-3.9 8.8zm35.2 15.3L211 436l3.9-8.8-26.9-11.9-3.9 8.5zM376 370.2h9.6v-29.8H376v29.8zm-297.3 7.3l27.2 11.9 3.9-8.5-27.2-12.2-3.9 8.8zm35.2 15.5l27.2 11.9 3.9-8.8-27.2-11.9-3.9 8.8zm117.6 34.2l3.9 8.8 27.2-12.2-3.9-8.5-27.2 11.9zm105.1-46.4l3.9 8.5 27.2-11.9-3.9-8.8-27.2 12.2zm-34.9 15.3l3.9 8.8 27.2-11.9-3.9-8.8-27.2 11.9zm-35.2 15.5l3.9 8.8 27.2-11.9-3.9-8.8-27.2 11.9zm35.2-341.5h-29.8v9.3h29.8v-9.3zm83.6 0h-29.5v9.3h29.5v-9.3zm-167.5 0h-29.5v9.3h29.5v-9.3zm125.8 0h-29.8v9.3h29.8v-9.3zm-83.9 0h-29.5v9.3h29.5v-9.3zM422.9 32v360.5l-201 87.5-196.8-87.5V32h397.8zM397 135.8H51v239.8l171.2 76.1L397 375.6V135.8zm0-77.9H51V110h346V57.9zM92.2 70.1H62.7v9.3h29.5v-9.3zm83.9 0h-29.8v9.3h29.8v-9.3zm-42 0h-29.8v9.3h29.8v-9.3zm6.8 210c0-44.5 36.5-81.1 81.1-81.1 44.8 0 81.1 36.5 81.1 81.1 0 44.8-36.3 81.1-81.1 81.1-44.6-.1-81.1-36.3-81.1-81.1zm107.2 16c0 11.7-21.2 12.7-29 12.7-10.9 0-26.4-2.3-31.9-13.2h-.8l-8 16.3c13.2 8.3 25.9 10.9 42 10.9 17.4 0 45.3-5.2 45.3-27.7 0-42.7-69.7-14.5-69.7-33.7 0-11.7 18.4-13.2 26.4-13.2 9.6 0 25.9 2.8 31.6 11.7h.8l7.8-15c-13.5-5.4-24.3-10.6-39.4-10.6-17.9 0-44 5.7-44 28.2 0 39.3 68.9 10.6 68.9 33.6zm-114-147.3h-29.8v9.3h29.8v-9.3zM72 158.1h20.2v-9.3H62.4v29.8H72v-20.5zm0 29h-9.6v29.8H72v-29.8zm104.1-38.3h-29.8v9.3h29.8v-9.3zM72 225.4h-9.6v29.8H72v-29.8zm0 76.7h-9.6v29.8H72v-29.8zm0-38.3h-9.6v29.8H72v-29.8zm0 76.6h-9.6v29.8H72v-29.8z"],simplybuilt:[512,512,[],"f215","M481.2 64h-106c-14.5 0-26.6 11.8-26.6 26.3v39.6H163.3V90.3c0-14.5-12-26.3-26.6-26.3h-106C16.1 64 4.3 75.8 4.3 90.3v331.4c0 14.5 11.8 26.3 26.6 26.3h450.4c14.8 0 26.6-11.8 26.6-26.3V90.3c-.2-14.5-12-26.3-26.7-26.3zM149.8 355.8c-36.6 0-66.4-29.7-66.4-66.4 0-36.9 29.7-66.6 66.4-66.6 36.9 0 66.6 29.7 66.6 66.6 0 36.7-29.7 66.4-66.6 66.4zm212.4 0c-36.9 0-66.6-29.7-66.6-66.6 0-36.6 29.7-66.4 66.6-66.4 36.6 0 66.4 29.7 66.4 66.4 0 36.9-29.8 66.6-66.4 66.6z"],sistrix:[448,512,[],"f399","M448 449L301.2 300.2c20-27.9 31.9-62.2 31.9-99.2 0-93.1-74.7-168.9-166.5-168.9C74.7 32 0 107.8 0 200.9s74.7 168.9 166.5 168.9c39.8 0 76.3-14.2 105-37.9l146 148.1 30.5-31zM166.5 330.8c-70.6 0-128.1-58.3-128.1-129.9S95.9 71 166.5 71s128.1 58.3 128.1 129.9-57.4 129.9-128.1 129.9z"],skyatlas:[576,512,[],"f216","M545.7 318.5c0 56.2-44.8 97.5-100.2 97.5-141.5 0-167.6-212.9-306.7-212.9-125.2 0-125.4 180.9 4.8 180.9 36.2 0 77.5-15.2 106.8-36.2 4.8-3.5 14.4-13.9 19.5-13.9s9.3 4.3 9.3 9.3c0 6.7-11.2 16.3-16 20.5-34.9 30.4-85.5 52.2-131.9 52.2C60.2 416 0 365.6 0 292.4s57.6-127.1 130.3-127.1c158 0 189.7 209.7 308.5 209.7 85.2 0 80.8-119.1 2.9-119.1-14.9 0-29.8 9.9-40 9.9-7.2 0-13.6-6.1-13.6-13.3 0-9.9 4.5-20.2 4.5-30.9 0-56.8-43.4-97.8-99.7-97.8-45.3 0-68.2 31.4-75.7 31.4-5.3 0-9.6-4.3-9.6-9.6 0-4.8 3.5-8.8 6.7-12.3C235.9 108.8 269.5 96 302 96c67.7 0 118.6 49.8 118.6 117.5 0 5.9-.3 11.7-1.1 17.6 10.1-2.7 20.5-4 30.6-4 51.9 0 95.6 38.6 95.6 91.4z"],skype:[448,512,[],"f17e","M424.7 299.8c2.9-14 4.7-28.9 4.7-43.8 0-113.5-91.9-205.3-205.3-205.3-14.9 0-29.7 1.7-43.8 4.7C161.3 40.7 137.7 32 112 32 50.2 32 0 82.2 0 144c0 25.7 8.7 49.3 23.3 68.2-2.9 14-4.7 28.9-4.7 43.8 0 113.5 91.9 205.3 205.3 205.3 14.9 0 29.7-1.7 43.8-4.7 19 14.6 42.6 23.3 68.2 23.3 61.8 0 112-50.2 112-112 .1-25.6-8.6-49.2-23.2-68.1zm-194.6 91.5c-65.6 0-120.5-29.2-120.5-65 0-16 9-30.6 29.5-30.6 31.2 0 34.1 44.9 88.1 44.9 25.7 0 42.3-11.4 42.3-26.3 0-18.7-16-21.6-42-28-62.5-15.4-117.8-22-117.8-87.2 0-59.2 58.6-81.1 109.1-81.1 55.1 0 110.8 21.9 110.8 55.4 0 16.9-11.4 31.8-30.3 31.8-28.3 0-29.2-33.5-75-33.5-25.7 0-42 7-42 22.5 0 19.8 20.8 21.8 69.1 33 41.4 9.3 90.7 26.8 90.7 77.6 0 59.1-57.1 86.5-112 86.5z"],slack:[448,512,[],"f198","M244.2 217.5l19.3 57.7-59.8 20-19.3-57.7 59.8-20zm41.4 243.7C131.6 507.4 65 471.6 18.8 317.6S8.4 97 162.4 50.8C316.4 4.6 383 40.4 429.2 194.4c46.2 154 10.4 220.6-143.6 266.8zM366.2 265c-3.9-12.2-17.2-18.6-29.4-14.7l-29 9.7-19.3-57.7 29-9.7c12.2-3.9 18.6-17.2 14.7-29.4-3.9-12.2-17.2-18.6-29.4-14.7l-29 9.7-10-30.1c-3.9-12.2-17.2-18.6-29.4-14.7-12.2 3.9-18.6 17.2-14.7 29.4l10 30.1-59.8 20.1-10-30.1c-3.9-12.2-17.2-18.6-29.4-14.7-12.2 3.9-18.6 17.2-14.7 29.4l10 30.1-29 9.7c-12.2 3.9-18.6 17.2-14.7 29.4 3.2 9.3 12.2 15.4 21.5 15.8 4.3.6 7.7-1 36.9-10.7l19.3 57.7-29 9.7c-12.2 3.9-18.6 17.2-14.7 29.4 3.2 9.3 12.2 15.4 21.5 15.8 4.3.6 7.7-1 36.9-10.7l10 30.1c3.7 10.8 15.8 18.6 29.4 14.7 12.2-3.9 18.6-17.2 14.7-29.4l-10-30.1 59.8-20.1 10 30.1c3.7 10.8 15.8 18.6 29.4 14.7 12.2-3.9 18.6-17.2 14.7-29.4l-10-30.1 29-9.7c12.2-4.2 18.6-17.5 14.7-29.6z"],"slack-hash":[448,512,[],"f39a","M446.2 270.4c-6.2-19-26.9-29.1-46-22.9l-45.4 15.1-30.3-90 45.4-15.1c19.1-6.2 29.1-26.8 23-45.9-6.2-19-26.9-29.1-46-22.9l-45.4 15.1-15.7-47c-6.2-19-26.9-29.1-46-22.9-19.1 6.2-29.1 26.8-23 45.9l15.7 47-93.4 31.2-15.7-47c-6.2-19-26.9-29.1-46-22.9-19.1 6.2-29.1 26.8-23 45.9l15.7 47-45.3 15c-19.1 6.2-29.1 26.8-23 45.9 5 14.5 19.1 24 33.6 24.6 6.8 1 12-1.6 57.7-16.8l30.3 90L78 354.8c-19 6.2-29.1 26.9-23 45.9 5 14.5 19.1 24 33.6 24.6 6.8 1 12-1.6 57.7-16.8l15.7 47c5.9 16.9 24.7 29 46 22.9 19.1-6.2 29.1-26.8 23-45.9l-15.7-47 93.6-31.3 15.7 47c5.9 16.9 24.7 29 46 22.9 19.1-6.2 29.1-26.8 23-45.9l-15.7-47 45.4-15.1c19-6 29.1-26.7 22.9-45.7zm-254.1 47.2l-30.3-90.2 93.5-31.3 30.3 90.2-93.5 31.3z"],slideshare:[448,512,[],"f1e7","M218.3 217c0 27.8-24.3 50.5-54 50.5-29.8 0-54-22.8-54-50.5 0-28 24.3-50.5 54-50.5s54 22.5 54 50.5zm222.5 43.8c-16 19.8-46.5 44-93 63C397 491.5 227.5 518.3 230.3 432.3c0 1.5-.3-46.3-.3-81.8-3.7-.8-7.5-1.8-12-2.7 0 35.8-.3 86-.3 84.5 2.7 86-166.8 59.3-117.5-108.5-46.5-19-77-43.3-93-63-8-12 .8-24.8 14-15.5 1.8 1.2 3.7 2.5 5.5 3.7V75.5c0-24 18-43.5 40.3-43.5h314.3c22.3 0 40.3 19.5 40.3 43.5V249c1.8-1.2 3.5-2.5 5.2-3.7 13.2-9.3 22 3.5 14 15.5zM400 95.3c0-28.8-9.3-40-35.8-40h-278c-27.8 0-35.5 9.5-35.5 40v168.3c59.3 31 110 25.5 137.8 24.5 11.8-.3 19.3 2 23.8 6.8 1.5 1.5 8.8 8.3 17.8 15 1-13.8 8.8-22.5 29.5-21.8 28.3 1.2 80.3 6.8 140.5-26V95.3zm-110.2 71.2c-29.8 0-54 22.5-54 50.5 0 27.8 24.3 50.5 54 50.5 30 0 54-22.8 54-50.5 0-28-24-50.5-54-50.5z"],snapchat:[496,512,[],"f2ab","M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm169.5 338.9c-3.5 8.1-18.1 14-44.8 18.2-1.4 1.9-2.5 9.8-4.3 15.9-1.1 3.7-3.7 5.9-8.1 5.9h-.2c-6.2 0-12.8-2.9-25.8-2.9-17.6 0-23.7 4-37.4 13.7-14.5 10.3-28.4 19.1-49.2 18.2-21 1.6-38.6-11.2-48.5-18.2-13.8-9.7-19.8-13.7-37.4-13.7-12.5 0-20.4 3.1-25.8 3.1-5.4 0-7.5-3.3-8.3-6-1.8-6.1-2.9-14.1-4.3-16-13.8-2.1-44.8-7.5-45.5-21.4-.2-3.6 2.3-6.8 5.9-7.4 46.3-7.6 67.1-55.1 68-57.1 0-.1.1-.2.2-.3 2.5-5 3-9.2 1.6-12.5-3.4-7.9-17.9-10.7-24-13.2-15.8-6.2-18-13.4-17-18.3 1.6-8.5 14.4-13.8 21.9-10.3 5.9 2.8 11.2 4.2 15.7 4.2 3.3 0 5.5-.8 6.6-1.4-1.4-23.9-4.7-58 3.8-77.1C183.1 100 230.7 96 244.7 96c.6 0 6.1-.1 6.7-.1 34.7 0 68 17.8 84.3 54.3 8.5 19.1 5.2 53.1 3.8 77.1 1.1.6 2.9 1.3 5.7 1.4 4.3-.2 9.2-1.6 14.7-4.2 4-1.9 9.6-1.6 13.6 0 6.3 2.3 10.3 6.8 10.4 11.9.1 6.5-5.7 12.1-17.2 16.6-1.4.6-3.1 1.1-4.9 1.7-6.5 2.1-16.4 5.2-19 11.5-1.4 3.3-.8 7.5 1.6 12.5.1.1.1.2.2.3.9 2 21.7 49.5 68 57.1 4 1 7.1 5.5 4.9 10.8z"],"snapchat-ghost":[448,512,[],"f2ac","M447 375.6c-4.6 10.6-23.8 18.5-58.9 23.9-1.8 2.4-3.3 12.9-5.7 21-1.4 4.9-4.9 7.8-10.6 7.8h-.3c-8.2 0-16.8-3.8-34-3.8-23.2 0-31.2 5.3-49.2 18-19.1 13.5-37.4 25.2-64.8 24-27.7 2-50.8-14.8-63.8-24-18.1-12.8-26.1-18-49.2-18-16.5 0-26.9 4.1-34 4.1-7.1 0-9.8-4.3-10.9-7.9-2.4-8-3.9-18.6-5.7-21.1C41.8 396.8 1 389.7 0 371.5c-.3-4.7 3.1-8.9 7.8-9.7 60.9-10 88.3-72.5 89.4-75.2.1-.2.1-.3.2-.5 3.2-6.6 4-12.1 2.2-16.4-4.4-10.4-23.5-14.1-31.5-17.3-20.8-8.2-23.6-17.6-22.4-24.1 2.1-11.2 19-18.1 28.9-13.5 7.8 3.7 14.7 5.5 20.6 5.5 4.4 0 7.2-1.1 8.7-1.9-1.8-31.4-6.2-76.4 5-101.5 29.6-66.3 92.2-71.4 110.7-71.4.8 0 8-.1 8.8-.1 45.6 0 89.5 23.4 110.9 71.4 11.2 25.1 6.8 69.8 5 101.5 1.4.8 3.8 1.7 7.5 1.9 5.6-.3 12.1-2.1 19.3-5.5 5.3-2.5 12.6-2.2 17.9.1 8.3 3 13.5 8.9 13.6 15.6.2 8.5-7.5 15.9-22.6 21.9-1.9.7-4.1 1.4-6.5 2.2-8.6 2.7-21.5 6.8-25 15.1-1.8 4.3-1.1 9.8 2.2 16.4.1.1.1.3.2.5 1.1 2.7 28.5 65.2 89.5 75.2 5.5.9 9.6 6.9 6.6 13.9z"],"snapchat-square":[448,512,[],"f2ad","M400 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm-6.5 314.9c-3.5 8.1-18.1 14-44.8 18.2-1.4 1.9-2.5 9.8-4.3 15.9-1.1 3.7-3.7 5.9-8.1 5.9h-.2c-6.2 0-12.8-2.9-25.8-2.9-17.6 0-23.7 4-37.4 13.7-14.5 10.3-28.4 19.1-49.2 18.2-21 1.6-38.6-11.2-48.5-18.2-13.8-9.7-19.8-13.7-37.4-13.7-12.5 0-20.4 3.1-25.8 3.1-5.4 0-7.5-3.3-8.3-6-1.8-6.1-2.9-14.1-4.3-16-13.8-2.1-44.8-7.5-45.5-21.4-.2-3.6 2.3-6.8 5.9-7.4 46.3-7.6 67.1-55.1 68-57.1 0-.1.1-.2.2-.3 2.5-5 3-9.2 1.6-12.5-3.4-7.9-17.9-10.7-24-13.2-15.8-6.2-18-13.4-17-18.3 1.6-8.5 14.4-13.8 21.9-10.3 5.9 2.8 11.2 4.2 15.7 4.2 3.3 0 5.5-.8 6.6-1.4-1.4-23.9-4.7-58 3.8-77.1C159.1 100 206.7 96 220.7 96c.6 0 6.1-.1 6.7-.1 34.7 0 68 17.8 84.3 54.3 8.5 19.1 5.2 53.1 3.8 77.1 1.1.6 2.9 1.3 5.7 1.4 4.3-.2 9.2-1.6 14.7-4.2 4-1.9 9.6-1.6 13.6 0 6.3 2.3 10.3 6.8 10.4 11.9.1 6.5-5.7 12.1-17.2 16.6-1.4.6-3.1 1.1-4.9 1.7-6.5 2.1-16.4 5.2-19 11.5-1.4 3.3-.8 7.5 1.6 12.5.1.1.1.2.2.3.9 2 21.7 49.5 68 57.1 4 1 7.1 5.5 4.9 10.8z"],soundcloud:[640,512,[],"f1be","M111.4 256.3l5.8 65-5.8 68.3c-.3 2.5-2.2 4.4-4.4 4.4s-4.2-1.9-4.2-4.4l-5.6-68.3 5.6-65c0-2.2 1.9-4.2 4.2-4.2 2.2 0 4.1 2 4.4 4.2zm21.4-45.6c-2.8 0-4.7 2.2-5 5l-5 105.6 5 68.3c.3 2.8 2.2 5 5 5 2.5 0 4.7-2.2 4.7-5l5.8-68.3-5.8-105.6c0-2.8-2.2-5-4.7-5zm25.5-24.1c-3.1 0-5.3 2.2-5.6 5.3l-4.4 130 4.4 67.8c.3 3.1 2.5 5.3 5.6 5.3 2.8 0 5.3-2.2 5.3-5.3l5.3-67.8-5.3-130c0-3.1-2.5-5.3-5.3-5.3zM7.2 283.2c-1.4 0-2.2 1.1-2.5 2.5L0 321.3l4.7 35c.3 1.4 1.1 2.5 2.5 2.5s2.2-1.1 2.5-2.5l5.6-35-5.6-35.6c-.3-1.4-1.1-2.5-2.5-2.5zm23.6-21.9c-1.4 0-2.5 1.1-2.5 2.5l-6.4 57.5 6.4 56.1c0 1.7 1.1 2.8 2.5 2.8s2.5-1.1 2.8-2.5l7.2-56.4-7.2-57.5c-.3-1.4-1.4-2.5-2.8-2.5zm25.3-11.4c-1.7 0-3.1 1.4-3.3 3.3L47 321.3l5.8 65.8c.3 1.7 1.7 3.1 3.3 3.1 1.7 0 3.1-1.4 3.1-3.1l6.9-65.8-6.9-68.1c0-1.9-1.4-3.3-3.1-3.3zm25.3-2.2c-1.9 0-3.6 1.4-3.6 3.6l-5.8 70 5.8 67.8c0 2.2 1.7 3.6 3.6 3.6s3.6-1.4 3.9-3.6l6.4-67.8-6.4-70c-.3-2.2-2-3.6-3.9-3.6zm241.4-110.9c-1.1-.8-2.8-1.4-4.2-1.4-2.2 0-4.2.8-5.6 1.9-1.9 1.7-3.1 4.2-3.3 6.7v.8l-3.3 176.7 1.7 32.5 1.7 31.7c.3 4.7 4.2 8.6 8.9 8.6s8.6-3.9 8.6-8.6l3.9-64.2-3.9-177.5c-.4-3-2-5.8-4.5-7.2zm-26.7 15.3c-1.4-.8-2.8-1.4-4.4-1.4s-3.1.6-4.4 1.4c-2.2 1.4-3.6 3.9-3.6 6.7l-.3 1.7-2.8 160.8s0 .3 3.1 65.6v.3c0 1.7.6 3.3 1.7 4.7 1.7 1.9 3.9 3.1 6.4 3.1 2.2 0 4.2-1.1 5.6-2.5 1.7-1.4 2.5-3.3 2.5-5.6l.3-6.7 3.1-58.6-3.3-162.8c-.3-2.8-1.7-5.3-3.9-6.7zm-111.4 22.5c-3.1 0-5.8 2.8-5.8 6.1l-4.4 140.6 4.4 67.2c.3 3.3 2.8 5.8 5.8 5.8 3.3 0 5.8-2.5 6.1-5.8l5-67.2-5-140.6c-.2-3.3-2.7-6.1-6.1-6.1zm376.7 62.8c-10.8 0-21.1 2.2-30.6 6.1-6.4-70.8-65.8-126.4-138.3-126.4-17.8 0-35 3.3-50.3 9.4-6.1 2.2-7.8 4.4-7.8 9.2v249.7c0 5 3.9 8.6 8.6 9.2h218.3c43.3 0 78.6-35 78.6-78.3.1-43.6-35.2-78.9-78.5-78.9zm-296.7-60.3c-4.2 0-7.5 3.3-7.8 7.8l-3.3 136.7 3.3 65.6c.3 4.2 3.6 7.5 7.8 7.5 4.2 0 7.5-3.3 7.5-7.5l3.9-65.6-3.9-136.7c-.3-4.5-3.3-7.8-7.5-7.8zm-53.6-7.8c-3.3 0-6.4 3.1-6.4 6.7l-3.9 145.3 3.9 66.9c.3 3.6 3.1 6.4 6.4 6.4 3.6 0 6.4-2.8 6.7-6.4l4.4-66.9-4.4-145.3c-.3-3.6-3.1-6.7-6.7-6.7zm26.7 3.4c-3.9 0-6.9 3.1-6.9 6.9L227 321.3l3.9 66.4c.3 3.9 3.1 6.9 6.9 6.9s6.9-3.1 6.9-6.9l4.2-66.4-4.2-141.7c0-3.9-3-6.9-6.9-6.9z"],speakap:[448,512,[],"f39b","M352 32H96C43.2 32 0 75.2 0 128v256c0 52.8 43.2 96 96 96h256c52.8 0 96-43.2 96-96V128c0-52.8-43.2-96-96-96zM221 382.9c-39.6 0-81.9-17.8-81.9-53.7V302H179v17.8c0 15.1 19.5 24.5 41.9 24.5 24.2 0 41.3-10.4 41.3-29.5 0-23.8-27.2-31.9-54.7-42.6-31.9-12.4-63.1-26.2-63.1-69.1 0-48 38.6-66.4 79.9-66.4 37.6 0 75.5 14.1 75.5 41.9v31.2h-39.9v-16.1c0-12.1-17.8-18.5-35.6-18.5-19.5 0-35.6 8.1-35.6 26.2 0 22.1 22.5 29.2 47 38.9 35.9 12.4 71.1 27.2 71.1 71.5.1 48.6-40.8 71.1-85.8 71.1z"],spotify:[496,512,[],"f1bc","M248 8C111.1 8 0 119.1 0 256s111.1 248 248 248 248-111.1 248-248S384.9 8 248 8zm100.7 364.9c-4.2 0-6.8-1.3-10.7-3.6-62.4-37.6-135-39.2-206.7-24.5-3.9 1-9 2.6-11.9 2.6-9.7 0-15.8-7.7-15.8-15.8 0-10.3 6.1-15.2 13.6-16.8 81.9-18.1 165.6-16.5 237 26.2 6.1 3.9 9.7 7.4 9.7 16.5s-7.1 15.4-15.2 15.4zm26.9-65.6c-5.2 0-8.7-2.3-12.3-4.2-62.5-37-155.7-51.9-238.6-29.4-4.8 1.3-7.4 2.6-11.9 2.6-10.7 0-19.4-8.7-19.4-19.4s5.2-17.8 15.5-20.7c27.8-7.8 56.2-13.6 97.8-13.6 64.9 0 127.6 16.1 177 45.5 8.1 4.8 11.3 11 11.3 19.7-.1 10.8-8.5 19.5-19.4 19.5zm31-76.2c-5.2 0-8.4-1.3-12.9-3.9-71.2-42.5-198.5-52.7-280.9-29.7-3.6 1-8.1 2.6-12.9 2.6-13.2 0-23.3-10.3-23.3-23.6 0-13.6 8.4-21.3 17.4-23.9 35.2-10.3 74.6-15.2 117.5-15.2 73 0 149.5 15.2 205.4 47.8 7.8 4.5 12.9 10.7 12.9 22.6 0 13.6-11 23.3-23.2 23.3z"],"stack-exchange":[448,512,[],"f18d","M43.5 322.8h361.1V342c0 33-25.7 59.5-57.2 59.5h-16.6L254.9 480v-78.5H100.6c-31.5 0-57.2-26.5-57.2-59.5v-19.2zm0-20.7h361.1v-74.4H43.5v74.4zm0-95.7h361.1V132H43.5v74.4zM347.4 32H100.6c-31.5 0-57.2 26.5-57.2 59.2v19.5h361.1V91.2c0-32.7-25.6-59.2-57.1-59.2z"],"stack-overflow":[384,512,[],"f16c","M293.7 300l-181.2-84.5 16.7-36.5 181.3 84.7-16.8 36.3zm48-76L188.2 95.7l-25.5 30.8 153.5 128.3 25.5-30.8zm39.6-31.7L262 32l-32 24 119.3 160.3 32-24zM290.7 311L95 269.7 86.8 309l195.7 41 8.2-39zm31.6 129H42.7V320h-40v160h359.5V320h-40v120zm-39.8-80h-200v39.7h200V360z"],staylinked:[448,512,[],"f39c","M175.9 143.1c3.6-2.8 9-2.6 12 .4l148.3 146-2.4-2.4 38.7 36.1c3.2 3.1 2.9 7.8-.7 10.6L199 476.8c-8.6 6.6-15.1.7-15.1.7L2 306.6c-3.1-3.1-2.6-7.8 1.1-10.7L43 265.5c3.6-2.8 9.1-2.6 12.2.4l132.6 128.7c3.2 3 8.7 3.2 12.4.4l81.3-64.6c3.6-2.8 3.9-7.6.8-10.6l-73.3-71c-3.1-3.1-8.6-3.2-12.2-.4l-.1.1c-3.6 2.8-9.1 2.6-12.2-.4L125.1 192c-3.1-3.1-2.7-7.8.9-10.7l49.9-38.2m12.9 224.6c3.2 3 8.8 3.2 12.5.4l43.9-33.8-.3-.3 6.8-5.2c3.6-2.8 4-7.6.8-10.7l-49.8-47.5c-3.2-3.1-8.7-3.2-12.4-.4l-.1.1c-3.6 2.8-9.2 2.7-12.4-.4l-82.5-80.1c-3.1-3-2.7-7.8 1-10.6l80.4-62.4c3.6-2.8 9-2.6 12.1.4l140 138.7c3.2 3 8.7 3.2 12.3.4l40-31.2c3.6-2.8 3.9-7.6.7-10.6L197.9 34.2c-1.3-1.1-7-4.8-14.2.9L3.1 176.6c-3.7 2.8-4.2 7.6-1.1 10.7l36.9 36.4"],steam:[496,512,[],"f1b6","M496 256c0 137-111.2 248-248.4 248-113.8 0-209.6-76.3-239-180.4l95.2 39.3c6.4 32.1 34.9 56.4 68.9 56.4 39.2 0 71.9-32.4 70.2-73.5l84.5-60.2c52.1 1.3 95.8-40.9 95.8-93.5 0-51.6-42-93.5-93.7-93.5s-93.7 42-93.7 93.5v1.2L176.6 279c-15.5-.9-30.7 3.4-43.5 12.1L0 236.1C10.2 108.4 117.1 8 247.6 8 384.8 8 496 119 496 256zM155.7 384.3l-30.5-12.6a52.79 52.79 0 0 0 27.2 25.8c26.9 11.2 57.8-1.6 69-28.4 5.4-13 5.5-27.3.1-40.3-5.4-13-15.5-23.2-28.5-28.6-12.9-5.4-26.7-5.2-38.9-.6l31.5 13c19.8 8.2 29.2 30.9 20.9 50.7-8.3 19.9-31 29.2-50.8 21zm173.8-129.9c-34.4 0-62.4-28-62.4-62.3s28-62.3 62.4-62.3 62.4 28 62.4 62.3-27.9 62.3-62.4 62.3zm.1-15.6c25.9 0 46.9-21 46.9-46.8 0-25.9-21-46.8-46.9-46.8s-46.9 21-46.9 46.8c.1 25.8 21.1 46.8 46.9 46.8z"],"steam-square":[448,512,[],"f1b7","M185.2 356.5c7.7-18.5-1-39.7-19.6-47.4l-29.5-12.2c11.4-4.3 24.3-4.5 36.4.5 12.2 5.1 21.6 14.6 26.7 26.7 5 12.2 5 25.6-.1 37.7-10.5 25.1-39.4 37-64.6 26.5-11.6-4.8-20.4-13.6-25.4-24.2l28.5 11.8c18.6 7.8 39.9-.9 47.6-19.4zM400 32H48C21.5 32 0 53.5 0 80v160.7l116.6 48.1c12-8.2 26.2-12.1 40.7-11.3l55.4-80.2v-1.1c0-48.2 39.3-87.5 87.6-87.5s87.6 39.3 87.6 87.5c0 49.2-40.9 88.7-89.6 87.5l-79 56.3c1.6 38.5-29.1 68.8-65.7 68.8-31.8 0-58.5-22.7-64.5-52.7L0 319.2V432c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm-99.7 222.5c-32.2 0-58.4-26.1-58.4-58.3s26.2-58.3 58.4-58.3 58.4 26.2 58.4 58.3-26.2 58.3-58.4 58.3zm.1-14.6c24.2 0 43.9-19.6 43.9-43.8 0-24.2-19.6-43.8-43.9-43.8-24.2 0-43.9 19.6-43.9 43.8 0 24.2 19.7 43.8 43.9 43.8z"],"steam-symbol":[448,512,[],"f39d","M395.5 177.5c0 33.8-27.5 61-61 61-33.8 0-61-27.3-61-61s27.3-61 61-61c33.5 0 61 27.2 61 61zm52.5.2c0 63-51 113.8-113.7 113.8L225 371.3c-4 43-40.5 76.8-84.5 76.8-40.5 0-74.7-28.8-83-67L0 358V250.7L97.2 290c15.1-9.2 32.2-13.3 52-11.5l71-101.7c.5-62.3 51.5-112.8 114-112.8C397 64 448 115 448 177.7zM203 363c0-34.7-27.8-62.5-62.5-62.5-4.5 0-9 .5-13.5 1.5l26 10.5c25.5 10.2 38 39 27.7 64.5-10.2 25.5-39.2 38-64.7 27.5-10.2-4-20.5-8.3-30.7-12.2 10.5 19.7 31.2 33.2 55.2 33.2 34.7 0 62.5-27.8 62.5-62.5zm207.5-185.3c0-42-34.3-76.2-76.2-76.2-42.3 0-76.5 34.2-76.5 76.2 0 42.2 34.3 76.2 76.5 76.2 41.9.1 76.2-33.9 76.2-76.2z"],studiovinari:[512,512,[],"f39e","M480.3 187.7l4.2 28v28l-25.1 44.1-39.8 78.4-56.1 67.5-79.1 37.8-17.7 24.5-7.7 12-9.6 4s17.3-63.6 19.4-63.6c2.1 0 20.3.7 20.3.7l66.7-38.6-92.5 26.1-55.9 36.8-22.8 28-6.6 1.4 20.8-73.6 6.9-5.5 20.7 12.9 88.3-45.2 56.8-51.5 14.8-68.4-125.4 23.3 15.2-18.2-173.4-53.3 81.9-10.5-166-122.9L133.5 108 32.2 0l252.9 126.6-31.5-38L378 163 234.7 64l18.7 38.4-49.6-18.1L158.3 0l194.6 122L310 66.2l108 96.4 12-8.9-21-16.4 4.2-37.8L451 89.1l29.2 24.7 11.5 4.2-7 6.2 8.5 12-13.1 7.4-10.3 20.2 10.5 23.9z"],stumbleupon:[512,512,[],"f1a4","M502.9 266v69.7c0 62.1-50.3 112.4-112.4 112.4-61.8 0-112.4-49.8-112.4-111.3v-70.2l34.3 16 51.1-15.2V338c0 14.7 12 26.5 26.7 26.5S417 352.7 417 338v-72h85.9zm-224.7-58.2l34.3 16 51.1-15.2V173c0-60.5-51.1-109-112.1-109-60.8 0-112.1 48.2-112.1 108.2v162.4c0 14.9-12 26.7-26.7 26.7S86 349.5 86 334.6V266H0v69.7C0 397.7 50.3 448 112.4 448c61.6 0 112.4-49.5 112.4-110.8V176.9c0-14.7 12-26.7 26.7-26.7s26.7 12 26.7 26.7v30.9z"],"stumbleupon-circle":[496,512,[],"f1a3","M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 177.5c-9.8 0-17.8 8-17.8 17.8v106.9c0 40.9-33.9 73.9-74.9 73.9-41.4 0-74.9-33.5-74.9-74.9v-46.5h57.3v45.8c0 10 8 17.8 17.8 17.8s17.8-7.9 17.8-17.8V200.1c0-40 34.2-72.1 74.7-72.1 40.7 0 74.7 32.3 74.7 72.6v23.7l-34.1 10.1-22.9-10.7v-20.6c.1-9.6-7.9-17.6-17.7-17.6zm167.6 123.6c0 41.4-33.5 74.9-74.9 74.9-41.2 0-74.9-33.2-74.9-74.2V263l22.9 10.7 34.1-10.1v47.1c0 9.8 8 17.6 17.8 17.6s17.8-7.9 17.8-17.6v-48h57.3c-.1 45.9-.1 46.4-.1 46.4z"],superpowers:[448,512,[],"f2dd","M448 32c-83.3 11-166.8 22-250 33-92 12.5-163.3 86.7-169 180-3.3 55.5 18 109.5 57.8 148.2L0 480c83.3-11 166.5-22 249.8-33 91.8-12.5 163.3-86.8 168.7-179.8 3.5-55.5-18-109.5-57.7-148.2L448 32zm-79.7 232.3c-4.2 79.5-74 139.2-152.8 134.5-79.5-4.7-140.7-71-136.3-151 4.5-79.2 74.3-139.3 153-134.5 79.3 4.7 140.5 71 136.1 151z"],telegram:[496,512,[],"f2c6","M248 8C111 8 0 119 0 256s111 248 248 248 248-111 248-248S385 8 248 8zm121.8 169.9l-40.7 191.8c-3 13.6-11.1 16.9-22.4 10.5l-62-45.7-29.9 28.8c-3.3 3.3-6.1 6.1-12.5 6.1l4.4-63.1 114.9-103.8c5-4.4-1.1-6.9-7.7-2.5l-142 89.4-61.2-19.1c-13.3-4.2-13.6-13.3 2.8-19.7l239.1-92.2c11.1-4 20.8 2.7 17.2 19.5z"],"tencent-weibo":[384,512,[],"f1d5","M72.3 495.8c1.4 19.9-27.6 22.2-29.7 2.9C31 368.8 73.7 259.2 144 185.5c-15.6-34 9.2-77.1 50.6-77.1 30.3 0 55.1 24.6 55.1 55.1 0 44-49.5 70.8-86.9 45.1-65.7 71.3-101.4 169.8-90.5 287.2zM192 .1C66.1.1-12.3 134.3 43.7 242.4 52.4 259.8 79 246.9 70 229 23.7 136.4 91 29.8 192 29.8c75.4 0 136.9 61.4 136.9 136.9 0 90.8-86.9 153.9-167.7 133.1-19.1-4.1-25.6 24.4-6.6 29.1 110.7 23.2 204-60 204-162.3C358.6 74.7 284 .1 192 .1z"],themeisle:[496,512,[],"f2b2","M182 109.3c0-8.8 5.5-19 15.5-19 9.7 0 15.5 10.2 15.5 19 0 9-5.8 19-15.5 19-10 0-15.5-10.1-15.5-19zm266 139.9c0 31.5-10 89.5-31.7 113.5-20 21.8-76.5 53.5-105.8 61.8l-1 .3v28.5c0 14.2-11 26.7-25.5 26.7-8.8 0-17-5-21.5-12.5-4.7 7.5-13 12.5-21.7 12.5-8.8 0-17-5-21.8-12.5-4.5 7.5-12.7 12.5-21.5 12.5-9 0-17-5-21.8-12.5-4.4 7.5-12.7 12.5-21.4 12.5-16.5 0-25.8-13.7-25.8-28.7-14.2 10.7-31.3 17-49.5 17-19.3 0-38-7.2-52.7-20 9-.3 18-2 26.5-5-18.3-5-34.5-16.5-45.5-31.7 18.7 4.1 40.4 1.5 58.8-9.8-19.3-19.3-49.5-51.5-60-76.5-5-11.8-6-27.5-6-40 0-43.5 17.8-140 75.5-140 9.2 0 16.5 4.3 20.2 13 3.3-4.7 6.8-9.2 10.5-13.5 1.8-2.3 5-4.8 6.2-7.3 7-11 10.2-18.5 19-29.7 28.2-36 71.5-60.7 118-60.7 5.3 0 10.5.2 15.5 1 9.5-10.3 22.8-16 36.5-16 12.8 0 26 5.3 35 14.2.7.8 1.2 2 1.2 3 0 3.3-9 11.8-11.3 14.2 3.8 1.3 13.7 6 13.7 10.5 0 2.5-2.5 4.5-4 6.2 27.5 24.3 43.2 58.7 49.2 94.5 3.8-4.5 9-7.5 15-7.5 9.2 0 18.2 6.3 25 12.3 18.5 16.3 22.7 46.5 22.7 69.7zm-283.5-139c0 16 11 32.5 28.3 32.5 17.2 0 28.2-16.5 28.2-32.5 0-15.7-11-32.3-28.2-32.3-17.3.1-28.3 16.6-28.3 32.3zm43.5 91.6c0-17.2 3.3-34.3 7.5-51-45.5 69.6-11.8 161.5 60.3 161.5 18.7 0 37.2-6.8 52.5-17.5 1.8-6.5 3.2-13 3.2-19.8 0-12.5-5.5-18.7-18-18.7-4 0-8 .7-11.8 1.5-55.4 11-93.7 3.2-93.7-56zm-36 223c0-9.8-7.8-18.3-17.8-18.3s-17.5 8.5-17.5 18.3v28.5c0 9.8 7.5 18.5 17.5 18.5s17.8-8.5 17.8-18.5v-28.5zm43 0c0-9.8-7.5-18.3-17.5-18.3s-17.8 8.5-17.8 18.3v28.5c0 9.8 7.7 18.5 17.8 18.5 10 0 17.5-8.7 17.5-18.5v-28.5zm43.5 0c0-9.8-7.7-18.3-17.7-18.3S223 415 223 424.8v28.5c0 9.8 7.7 18.5 17.8 18.5 10 0 17.7-8.5 17.7-18.5v-28.5zm43.5 0c0-9.8-7.7-18.3-17.8-18.3-10 0-17.8 8.5-17.8 18.3v28.5c0 9.8 7.8 18.5 17.8 18.5s17.8-8.7 17.8-18.5v-28.5zm67-142.5C342 334 290 372 230.2 372c-84.5 0-140.5-74-140.5-154.5 0-14.8 1.8-29.3 5.3-43.5-17.5 29.5-26 63.5-26 97.5 0 52.7 21.7 106.5 62.5 140.7 4.5-8.5 13-14.2 22.8-14.2 8.7 0 17 5 21.5 12.5 4.7-7.5 12.7-12.5 21.8-12.5 8.7 0 17 5 21.5 12.5 4.7-7.5 13-12.5 21.8-12.5 8.7 0 17 5 21.7 12.5C267 403 275.3 398 284 398c9.5 0 18.2 5.8 22.5 14 38-31.8 60-80.5 62.5-129.7zm9.3-87.3c0-47-30.2-92.5-81-92.5-26.5 0-51.3 13.3-69 32.3-17.5 58.1-24 119.5 36.3 119.5 25.2 0 85.2-25 73.8 32.3 25.1-22.9 39.9-57.6 39.9-91.6z"],trello:[448,512,[],"f181","M392 32H56C25.1 32 0 57.1 0 88v336c0 30.9 25.1 56 56 56h336c30.9 0 56-25.1 56-56V88c0-30.9-25.1-56-56-56zM194.9 371.4c0 14.8-12 26.9-26.9 26.9H85.1c-14.8 0-26.9-12-26.9-26.9V117.1c0-14.8 12-26.9 26.9-26.9H168c14.8 0 26.9 12 26.9 26.9v254.3zm194.9-112c0 14.8-12 26.9-26.9 26.9H280c-14.8 0-26.9-12-26.9-26.9V117.1c0-14.8 12-26.9 26.9-26.9h82.9c14.8 0 26.9 12 26.9 26.9v142.3z"],tripadvisor:[640,512,[],"f262","M184.9 283.2c0 14.7-11.9 26.6-26.6 26.6s-26.6-11.9-26.6-26.6 11.9-26.6 26.6-26.6 26.6 11.9 26.6 26.6zm294.4-26.6c-14.7 0-26.6 11.9-26.6 26.6 0 14.7 11.9 26.6 26.6 26.6 14.7 0 26.6-11.9 26.6-26.6 0-14.7-11.9-26.6-26.6-26.6zm99.3 155C509 466.2 408.3 454 353.7 384.3l-34.4 51.5-34.1-51c-53.6 67.1-150.7 79.9-219.9 28.9C-5.8 361.3-21 261.1 31.4 190 24.6 167.2 14 145.7 0 126.5l100.3-.1c65.6-40.8 141.7-61.7 219-60 75.4-1.3 149.6 19.2 213.5 59.3l106.9.1c-14.1 19.4-24.8 41-31.5 64.1 52 69.6 38.9 168.1-29.6 221.7zm-290.4-127c0-70.6-57.3-127.9-127.9-127.9-70.6 0-127.9 57.3-127.9 127.9 0 70.6 57.3 127.9 127.9 127.9 70.6-.1 127.8-57.3 127.9-127.9 0 .1 0 0 0 0zM320 273c6-81.6 72.8-145.4 154.6-147.8-49-21.2-101.9-31.7-155.3-30.9-53.4-.5-106.4 9.8-155.7 30.3 82.5 1.7 150.3 66 156.4 148.4zm279.6-32c-24.4-66.3-98-100.2-164.2-75.7-66.3 24.4-100.2 98-75.7 164.2 24.5 66.2 98 100.1 164.3 75.7 66.2-24.4 100.1-97.9 75.6-164.2zm-362.2 42.2v.1c-.1 43.7-35.5 79.1-79.2 79-43.7-.1-79.1-35.5-79-79.2.1-43.7 35.5-79.1 79.2-79 43.6.2 78.9 35.5 79 79.1zm-27.3 0c-.1-28.7-23.3-51.9-52-51.9-28.6.1-51.8 23.3-51.8 52 .1 28.6 23.3 51.8 52 51.8 28.6-.1 51.8-23.3 51.8-51.9zm348.3 0c0 .1 0 .1 0 0 0 43.8-35.5 79.2-79.2 79.1-43.7 0-79.1-35.5-79.1-79.2s35.5-79.1 79.2-79.1c43.6.2 79 35.6 79.1 79.2zm-27.3 0c0-28.6-23.2-51.9-51.9-51.9-28.6 0-51.9 23.2-51.9 51.9 0 28.6 23.2 51.9 51.9 51.9s51.9-23.2 51.9-51.9z"],tumblr:[320,512,[],"f173","M309.8 480.3c-13.6 14.5-50 31.7-97.4 31.7-120.8 0-147-88.8-147-140.6v-144H17.9c-5.5 0-10-4.5-10-10v-68c0-7.2 4.5-13.6 11.3-16 62-21.8 81.5-76 84.3-117.1.8-11 6.5-16.3 16.1-16.3h70.9c5.5 0 10 4.5 10 10v115.2h83c5.5 0 10 4.4 10 9.9v81.7c0 5.5-4.5 10-10 10h-83.4V360c0 34.2 23.7 53.6 68 35.8 4.8-1.9 9-3.2 12.7-2.2 3.5.9 5.8 3.4 7.4 7.9l22 64.3c1.8 5 3.3 10.6-.4 14.5z"],"tumblr-square":[448,512,[],"f174","M400 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm-82.3 364.2c-8.5 9.1-31.2 19.8-60.9 19.8-75.5 0-91.9-55.5-91.9-87.9v-90h-29.7c-3.4 0-6.2-2.8-6.2-6.2v-42.5c0-4.5 2.8-8.5 7.1-10 38.8-13.7 50.9-47.5 52.7-73.2.5-6.9 4.1-10.2 10-10.2h44.3c3.4 0 6.2 2.8 6.2 6.2v72h51.9c3.4 0 6.2 2.8 6.2 6.2v51.1c0 3.4-2.8 6.2-6.2 6.2h-52.1V321c0 21.4 14.8 33.5 42.5 22.4 3-1.2 5.6-2 8-1.4 2.2.5 3.6 2.1 4.6 4.9l13.8 40.2c1 3.2 2 6.7-.3 9.1z"],twitch:[448,512,[],"f1e8","M40.1 32L10 108.9v314.3h107V480h60.2l56.8-56.8h87l117-117V32H40.1zm357.8 254.1L331 353H224l-56.8 56.8V353H76.9V72.1h321v214zM331 149v116.9h-40.1V149H331zm-107 0v116.9h-40.1V149H224z"],twitter:[512,512,[],"f099","M443.8 159.7c.3 4.2.3 8.4.3 12.6 0 128.1-97.5 275.7-275.7 275.7-54.9 0-105.9-15.9-148.8-43.5 7.8.9 15.3 1.2 23.4 1.2 45.3 0 87-15.3 120.3-41.4-42.6-.9-78.3-28.8-90.6-67.2 6 .9 12 1.5 18.3 1.5 8.7 0 17.4-1.2 25.5-3.3-44.4-9-77.7-48-77.7-95.1V199c12.9 7.2 27.9 11.7 43.8 12.3-26.1-17.4-43.2-47.1-43.2-80.7 0-18 4.8-34.5 13.2-48.9 47.7 58.8 119.4 97.2 199.8 101.4-1.5-7.2-2.4-14.7-2.4-22.2 0-53.4 43.2-96.9 96.9-96.9 27.9 0 53.1 11.7 70.8 30.6 21.9-4.2 42.9-12.3 61.5-23.4-7.2 22.5-22.5 41.4-42.6 53.4 19.5-2.1 38.4-7.5 55.8-15-13.2 19.2-29.7 36.3-48.6 50.1z"],"twitter-square":[448,512,[],"f081","M400 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm-48.9 158.8c.2 2.8.2 5.7.2 8.5 0 86.7-66 186.6-186.6 186.6-37.2 0-71.7-10.8-100.7-29.4 5.3.6 10.4.8 15.8.8 30.7 0 58.9-10.4 81.4-28-28.8-.6-53-19.5-61.3-45.5 10.1 1.5 19.2 1.5 29.6-1.2-30-6.1-52.5-32.5-52.5-64.4v-.8c8.7 4.9 18.9 7.9 29.6 8.3a65.447 65.447 0 0 1-29.2-54.6c0-12.2 3.2-23.4 8.9-33.1 32.3 39.8 80.8 65.8 135.2 68.6-9.3-44.5 24-80.6 64-80.6 18.9 0 35.9 7.9 47.9 20.7 14.8-2.8 29-8.3 41.6-15.8-4.9 15.2-15.2 28-28.8 36.1 13.2-1.4 26-5.1 37.8-10.2-8.9 13.1-20.1 24.7-32.9 34z"],usb:[640,512,[],"f287","M641.5 256c0 3.1-1.7 6.1-4.5 7.5L547.9 317c-1.4.8-2.8 1.4-4.5 1.4-1.4 0-3.1-.3-4.5-1.1-2.8-1.7-4.5-4.5-4.5-7.8v-35.6H295.7c25.3 39.6 40.5 106.9 69.6 106.9H392V354c0-5 3.9-8.9 8.9-8.9H490c5 0 8.9 3.9 8.9 8.9v89.1c0 5-3.9 8.9-8.9 8.9h-89.1c-5 0-8.9-3.9-8.9-8.9v-26.7h-26.7c-75.4 0-81.1-142.5-124.7-142.5H140.3c-8.1 30.6-35.9 53.5-69 53.5C32 327.3 0 295.3 0 256s32-71.3 71.3-71.3c33.1 0 61 22.8 69 53.5 39.1 0 43.9 9.5 74.6-60.4C255 88.7 273 95.7 323.8 95.7c7.5-20.9 27-35.6 50.4-35.6 29.5 0 53.5 23.9 53.5 53.5s-23.9 53.5-53.5 53.5c-23.4 0-42.9-14.8-50.4-35.6H294c-29.1 0-44.3 67.4-69.6 106.9h310.1v-35.6c0-3.3 1.7-6.1 4.5-7.8 2.8-1.7 6.4-1.4 8.9.3l89.1 53.5c2.8 1.1 4.5 4.1 4.5 7.2z"],vaadin:[448,512,[],"f39f","M224.5 140.7c1.5-17.6 4.9-52.7 49.8-52.7h98.6c20.7 0 32.1-7.8 32.1-21.6V54.1c0-12.2 9.3-22.1 21.5-22.1S448 41.9 448 54.1v36.5c0 42.9-21.5 62-66.8 62H280.7c-30.1 0-33 14.7-33 27.1 0 1.3-.1 2.5-.2 3.7-.7 12.3-10.9 22.2-23.4 22.2s-22.7-9.8-23.4-22.2c-.1-1.2-.2-2.4-.2-3.7 0-12.3-3-27.1-33-27.1H66.8c-45.3 0-66.8-19.1-66.8-62V54.1C0 41.9 9.4 32 21.6 32s21.5 9.9 21.5 22.1v12.3C43.1 80.2 54.5 88 75.2 88h98.6c44.8 0 48.3 35.1 49.8 52.7h.9zM224 456c11.5 0 21.4-7 25.7-16.3 1.1-1.8 97.1-169.6 98.2-171.4 11.9-19.6-3.2-44.3-27.2-44.3-13.9 0-23.3 6.4-29.8 20.3L224 362l-66.9-117.7c-6.4-13.9-15.9-20.3-29.8-20.3-24 0-39.1 24.6-27.2 44.3 1.1 1.9 97.1 169.6 98.2 171.4 4.3 9.3 14.2 16.3 25.7 16.3z"],viacoin:[384,512,[],"f237","M384 32h-64l-80.7 192h-94.5L64 32H0l48 112H0v48h68.5l13.8 32H0v48h102.8L192 480l89.2-208H384v-48h-82.3l13.8-32H384v-48h-48l48-112zM192 336l-27-64h54l-27 64z"],viadeo:[448,512,[],"f2a9","M276.2 150.5v.7C258.3 98.6 233.6 47.8 205.4 0c43.3 29.2 67 100 70.8 150.5zm32.7 121.7c7.6 18.2 11 37.5 11 57 0 77.7-57.8 141-137.8 139.4l3.8-.3c74.2-46.7 109.3-118.6 109.3-205.1 0-38.1-6.5-75.9-18.9-112 1 11.7 1 23.7 1 35.4 0 91.8-18.1 241.6-116.6 280C95 455.2 49.4 398 49.4 329.2c0-75.6 57.4-142.3 135.4-142.3 16.8 0 33.7 3.1 49.1 9.6 1.7-15.1 6.5-29.9 13.4-43.3-19.9-7.2-41.2-10.7-62.5-10.7-161.5 0-238.7 195.9-129.9 313.7 67.9 74.6 192 73.9 259.8 0 56.6-61.3 60.9-142.4 36.4-201-12.7 8-27.1 13.9-42.2 17zM418.1 11.7c-31 66.5-81.3 47.2-115.8 80.1-12.4 12-20.6 34-20.6 50.5 0 14.1 4.5 27.1 12 38.8 47.4-11 98.3-46 118.2-90.7-.7 5.5-4.8 14.4-7.2 19.2-20.3 35.7-64.6 65.6-99.7 84.9 14.8 14.4 33.7 25.8 55 25.8 79 0 110.1-134.6 58.1-208.6z"],"viadeo-square":[448,512,[],"f2aa","M400 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zM280.7 381.2c-42.4 46.2-120 46.6-162.4 0-68-73.6-19.8-196.1 81.2-196.1 13.3 0 26.6 2.1 39.1 6.7-4.3 8.4-7.3 17.6-8.4 27.1-9.7-4.1-20.2-6-30.7-6-48.8 0-84.6 41.7-84.6 88.9 0 43 28.5 78.7 69.5 85.9 61.5-24 72.9-117.6 72.9-175 0-7.3 0-14.8-.6-22.1-11.2-32.9-26.6-64.6-44.2-94.5 27.1 18.3 41.9 62.5 44.2 94.1v.4c7.7 22.5 11.8 46.2 11.8 70 0 54.1-21.9 99-68.3 128.2l-2.4.2c50 1 86.2-38.6 86.2-87.2 0-12.2-2.1-24.3-6.9-35.7 9.5-1.9 18.5-5.6 26.4-10.5 15.3 36.6 12.6 87.3-22.8 125.6zM309 233.7c-13.3 0-25.1-7.1-34.4-16.1 21.9-12 49.6-30.7 62.3-53 1.5-3 4.1-8.6 4.5-12-12.5 27.9-44.2 49.8-73.9 56.7-4.7-7.3-7.5-15.5-7.5-24.3 0-10.3 5.2-24.1 12.9-31.6 21.6-20.5 53-8.5 72.4-50 32.5 46.2 13.1 130.3-36.3 130.3z"],vimeo:[448,512,[],"f3a0","M403.2 32H44.8C20.1 32 0 52.1 0 76.8v358.4C0 459.9 20.1 480 44.8 480h358.4c24.7 0 44.8-20.1 44.8-44.8V76.8c0-24.7-20.1-44.8-44.8-44.8zM377 180.8c-1.4 31.5-23.4 74.7-66 129.4-44 57.2-81.3 85.8-111.7 85.8-18.9 0-34.8-17.4-47.9-52.3-25.5-93.3-36.4-148-57.4-148-2.4 0-10.9 5.1-25.4 15.2l-15.2-19.6c37.3-32.8 72.9-69.2 95.2-71.2 25.2-2.4 40.7 14.8 46.5 51.7 20.7 131.2 29.9 151 67.6 91.6 13.5-21.4 20.8-37.7 21.8-48.9 3.5-33.2-25.9-30.9-45.8-22.4 15.9-52.1 46.3-77.4 91.2-76 33.3.9 49 22.5 47.1 64.7z"],"vimeo-square":[448,512,[],"f194","M400 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm-16.2 149.6c-1.4 31.1-23.2 73.8-65.3 127.9-43.5 56.5-80.3 84.8-110.4 84.8-18.7 0-34.4-17.2-47.3-51.6-25.2-92.3-35.9-146.4-56.7-146.4-2.4 0-10.8 5-25.1 15.1L64 192c36.9-32.4 72.1-68.4 94.1-70.4 24.9-2.4 40.2 14.6 46 51.1 20.5 129.6 29.6 149.2 66.8 90.5 13.4-21.2 20.6-37.2 21.5-48.3 3.4-32.8-25.6-30.6-45.2-22.2 15.7-51.5 45.8-76.5 90.1-75.1 32.9 1 48.4 22.4 46.5 64z"],"vimeo-v":[448,512,[],"f27d","M447.8 153.6c-2 43.6-32.4 103.3-91.4 179.1-60.9 79.2-112.4 118.8-154.6 118.8-26.1 0-48.2-24.1-66.3-72.3C100.3 250 85.3 174.3 56.2 174.3c-3.4 0-15.1 7.1-35.2 21.1L0 168.2c51.6-45.3 100.9-95.7 131.8-98.5 34.9-3.4 56.3 20.5 64.4 71.5 28.7 181.5 41.4 208.9 93.6 126.7 18.7-29.6 28.8-52.1 30.2-67.6 4.8-45.9-35.8-42.8-63.3-31 22-72.1 64.1-107.1 126.2-105.1 45.8 1.2 67.5 31.1 64.9 89.4z"],vine:[384,512,[],"f1ca","M384 254.7v52.1c-18.4 4.2-36.9 6.1-52.1 6.1-36.9 77.4-103 143.8-125.1 156.2-14 7.9-27.1 8.4-42.7-.8C137 452 34.2 367.7 0 102.7h74.5C93.2 261.8 139 343.4 189.3 404.5c27.9-27.9 54.8-65.1 75.6-106.9-49.8-25.3-80.1-80.9-80.1-145.6 0-65.6 37.7-115.1 102.2-115.1 114.9 0 106.2 127.9 81.6 181.5 0 0-46.4 9.2-63.5-20.5 3.4-11.3 8.2-30.8 8.2-48.5 0-31.3-11.3-46.6-28.4-46.6-18.2 0-30.8 17.1-30.8 50 .1 79.2 59.4 118.7 129.9 101.9z"],vk:[576,512,[],"f189","M545 117.7c3.7-12.5 0-21.7-17.8-21.7h-58.9c-15 0-21.9 7.9-25.6 16.7 0 0-30 73.1-72.4 120.5-13.7 13.7-20 18.1-27.5 18.1-3.7 0-9.4-4.4-9.4-16.9V117.7c0-15-4.2-21.7-16.6-21.7h-92.6c-9.4 0-15 7-15 13.5 0 14.2 21.2 17.5 23.4 57.5v86.8c0 19-3.4 22.5-10.9 22.5-20 0-68.6-73.4-97.4-157.4-5.8-16.3-11.5-22.9-26.6-22.9H38.8c-16.8 0-20.2 7.9-20.2 16.7 0 15.6 20 93.1 93.1 195.5C160.4 378.1 229 416 291.4 416c37.5 0 42.1-8.4 42.1-22.9 0-66.8-3.4-73.1 15.4-73.1 8.7 0 23.7 4.4 58.7 38.1 40 40 46.6 57.9 69 57.9h58.9c16.8 0 25.3-8.4 20.4-25-11.2-34.9-86.9-106.7-90.3-111.5-8.7-11.2-6.2-16.2 0-26.2.1-.1 72-101.3 79.4-135.6z"],vnv:[640,512,[],"f3a1","M104.9 352c-34.1 0-46.4-30.4-46.4-30.4L2.6 210.1S-7.8 192 13 192h32.8c10.4 0 13.2 8.7 18.8 18.1l36.7 74.5s5.2 13.1 21.1 13.1 21.1-13.1 21.1-13.1l36.7-74.5c5.6-9.5 8.4-18.1 18.8-18.1h32.8c20.8 0 10.4 18.1 10.4 18.1l-55.8 111.5S174.2 352 140 352h-35.1zm395 0c-34.1 0-46.4-30.4-46.4-30.4l-55.9-111.5S387.2 192 408 192h32.8c10.4 0 13.2 8.7 18.8 18.1l36.7 74.5s5.2 13.1 21.1 13.1 21.1-13.1 21.1-13.1l36.8-74.5c5.6-9.5 8.4-18.1 18.8-18.1H627c20.8 0 10.4 18.1 10.4 18.1l-55.9 111.5S569.3 352 535.1 352h-35.2zM337.6 192c34.1 0 46.4 30.4 46.4 30.4l55.9 111.5s10.4 18.1-10.4 18.1h-32.8c-10.4 0-13.2-8.7-18.8-18.1l-36.7-74.5s-5.2-13.1-21.1-13.1c-15.9 0-21.1 13.1-21.1 13.1l-36.7 74.5c-5.6 9.4-8.4 18.1-18.8 18.1h-32.9c-20.8 0-10.4-18.1-10.4-18.1l55.9-111.5s12.2-30.4 46.4-30.4h35.1z"],weibo:[512,512,[],"f18a","M407 177.6c7.6-24-13.4-46.8-37.4-41.7-22 4.8-28.8-28.1-7.1-32.8 50.1-10.9 92.3 37.1 76.5 84.8-6.8 21.2-38.8 10.8-32-10.3zM214.8 446.7C108.5 446.7 0 395.3 0 310.4c0-44.3 28-95.4 76.3-143.7C176 67 279.5 65.8 249.9 161c-4 13.1 12.3 5.7 12.3 6 79.5-33.6 140.5-16.8 114 51.4-3.7 9.4 1.1 10.9 8.3 13.1 135.7 42.3 34.8 215.2-169.7 215.2zm143.7-146.3c-5.4-55.7-78.5-94-163.4-85.7-84.8 8.6-148.8 60.3-143.4 116s78.5 94 163.4 85.7c84.8-8.6 148.8-60.3 143.4-116zM347.9 35.1c-25.9 5.6-16.8 43.7 8.3 38.3 72.3-15.2 134.8 52.8 111.7 124-7.4 24.2 29.1 37 37.4 12 31.9-99.8-55.1-195.9-157.4-174.3zm-78.5 311c-17.1 38.8-66.8 60-109.1 46.3-40.8-13.1-58-53.4-40.3-89.7 17.7-35.4 63.1-55.4 103.4-45.1 42 10.8 63.1 50.2 46 88.5zm-86.3-30c-12.9-5.4-30 .3-38 12.9-8.3 12.9-4.3 28 8.6 34 13.1 6 30.8.3 39.1-12.9 8-13.1 3.7-28.3-9.7-34zm32.6-13.4c-5.1-1.7-11.4.6-14.3 5.4-2.9 5.1-1.4 10.6 3.7 12.9 5.1 2 11.7-.3 14.6-5.4 2.8-5.2 1.1-10.9-4-12.9z"],weixin:[576,512,[],"f1d7","M372.3 167.6c6.4 0 12.6.3 18.8 1.1C374.4 90.3 290.3 32 194.7 32 87.6 32 0 104.8 0 197.4c0 53.4 29.3 97.5 77.9 131.6l-19.3 58.6 68-34.1c24.4 4.8 43.8 9.7 68.2 9.7 6.2 0 12.1-.3 18.3-.8-4-12.9-6.2-26.6-6.2-40.8-.1-84.9 73-154 165.4-154zm-104.5-52.9c14.5 0 24.2 9.7 24.2 24.4 0 14.5-9.7 24.2-24.2 24.2-14.8 0-29.3-9.7-29.3-24.2 0-14.7 14.5-24.4 29.3-24.4zm-136.5 48.6c-14.5 0-29.3-9.7-29.3-24.2 0-14.8 14.8-24.4 29.3-24.4 14.8 0 24.4 9.7 24.4 24.4.1 14.6-9.6 24.2-24.4 24.2zm418.8 156.1c0-77.9-77.9-141.3-165.4-141.3-92.7 0-165.4 63.4-165.4 141.3S292 460.7 384.6 460.7c19.3 0 38.9-5.1 58.6-9.9l53.4 29.3-14.8-48.6c39.3-29.4 68.3-68.3 68.3-112.1zm-219.2-24.5c-9.7 0-19.3-9.7-19.3-19.6 0-9.7 9.7-19.3 19.3-19.3 14.8 0 24.4 9.7 24.4 19.3 0 10-9.6 19.6-24.4 19.6zm107.2 0c-9.7 0-19.3-9.7-19.3-19.6 0-9.7 9.7-19.3 19.3-19.3 14.5 0 24.4 9.7 24.4 19.3 0 10-9.9 19.6-24.4 19.6z"],whatsapp:[448,512,[],"f232","M380.9 97.1C339 55.1 283.2 32 223.9 32c-122.4 0-222 99.6-222 222 0 39.1 10.2 77.3 29.6 111L0 480l117.7-30.9c32.4 17.7 68.9 27 106.1 27h.1c122.3 0 224.1-99.6 224.1-222 0-59.3-25.2-115-67.1-157zm-157 341.6c-33.2 0-65.7-8.9-94-25.7l-6.7-4-69.8 18.3L72 359.2l-4.4-7c-18.5-29.4-28.2-63.3-28.2-98.2 0-101.7 82.8-184.5 184.6-184.5 49.3 0 95.6 19.2 130.4 54.1 34.8 34.9 56.2 81.2 56.1 130.5 0 101.8-84.9 184.6-186.6 184.6zm101.2-138.2c-5.5-2.8-32.8-16.2-37.9-18-5.1-1.9-8.8-2.8-12.5 2.8-3.7 5.6-14.3 18-17.6 21.8-3.2 3.7-6.5 4.2-12 1.4-32.6-16.3-54-29.1-75.5-66-5.7-9.8 5.7-9.1 16.3-30.3 1.8-3.7.9-6.9-.5-9.7-1.4-2.8-12.5-30.1-17.1-41.2-4.5-10.8-9.1-9.3-12.5-9.5-3.2-.2-6.9-.2-10.6-.2-3.7 0-9.7 1.4-14.8 6.9-5.1 5.6-19.4 19-19.4 46.3 0 27.3 19.9 53.7 22.6 57.4 2.8 3.7 39.1 59.7 94.8 83.8 35.2 15.2 49 16.5 66.6 13.9 10.7-1.6 32.8-13.4 37.4-26.4 4.6-13 4.6-24.1 3.2-26.4-1.3-2.5-5-3.9-10.5-6.6z"],"whatsapp-square":[448,512,[],"f3a2","M224 122.8c-72.7 0-131.8 59.1-131.9 131.8 0 24.9 7 49.2 20.2 70.1l3.1 5-13.3 48.6 49.9-13.1 4.8 2.9c20.2 12 43.4 18.4 67.1 18.4h.1c72.6 0 133.3-59.1 133.3-131.8 0-35.2-15.2-68.3-40.1-93.2-25-25-58-38.7-93.2-38.7zm77.5 188.4c-3.3 9.3-19.1 17.7-26.7 18.8-12.6 1.9-22.4.9-47.5-9.9-39.7-17.2-65.7-57.2-67.7-59.8-2-2.6-16.2-21.5-16.2-41s10.2-29.1 13.9-33.1c3.6-4 7.9-5 10.6-5 2.6 0 5.3 0 7.6.1 2.4.1 5.7-.9 8.9 6.8 3.3 7.9 11.2 27.4 12.2 29.4s1.7 4.3.3 6.9c-7.6 15.2-15.7 14.6-11.6 21.6 15.3 26.3 30.6 35.4 53.9 47.1 4 2 6.3 1.7 8.6-1 2.3-2.6 9.9-11.6 12.5-15.5 2.6-4 5.3-3.3 8.9-2 3.6 1.3 23.1 10.9 27.1 12.9s6.6 3 7.6 4.6c.9 1.9.9 9.9-2.4 19.1zM400 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zM223.9 413.2c-26.6 0-52.7-6.7-75.8-19.3L64 416l22.5-82.2c-13.9-24-21.2-51.3-21.2-79.3C65.4 167.1 136.5 96 223.9 96c42.4 0 82.2 16.5 112.2 46.5 29.9 30 47.9 69.8 47.9 112.2 0 87.4-72.7 158.5-160.1 158.5z"],whmcs:[448,512,[],"f3a3","M448 161v-21.3l-28.5-8.8-2.2-10.4 20.1-20.7L427 80.4l-29 7.5-7.2-7.5 7.5-28.2-19.1-11.6-21.3 21-10.7-3.2-7-26.4h-22.6l-6.2 26.4-12.1 3.2-19.7-21-19.4 11 8.1 27.7-8.1 8.4-28.5-7.5-11 19.1 20.7 21-2.9 10.4-28.5 7.8-.3 21.7 28.8 7.5 2.4 12.1-20.1 19.9 10.4 18.5 29.6-7.5 7.2 8.6-8.1 26.9 19.9 11.6 19.4-20.4 11.6 2.9 6.7 28.5 22.6.3 6.7-28.8 11.6-3.5 20.7 21.6 20.4-12.1-8.8-28 7.8-8.1 28.8 8.8 10.3-20.1-20.9-18.8 2.2-12.1 29.1-7zm-119.2 45.2c-31.3 0-56.8-25.4-56.8-56.8s25.4-56.8 56.8-56.8 56.8 25.4 56.8 56.8c0 31.5-25.4 56.8-56.8 56.8zm72.3 16.4l46.9 14.5V277l-55.1 13.4-4.1 22.7 38.9 35.3-19.2 37.9-54-16.7-14.6 15.2 16.7 52.5-38.3 22.7-38.9-40.5-21.7 6.6-12.6 54-42.4-.5-12.6-53.6-21.7-5.6-36.4 38.4-37.4-21.7 15.2-50.5-13.7-16.1-55.5 14.1-19.7-34.8 37.9-37.4-4.8-22.8-54-14.1.5-40.9L54 219.9l5.7-19.7-38.9-39.4L41.5 125l53.6 14.1 15.2-15.7-15.2-52 36.4-20.7 36.8 39.4L191 84l11.6-52H245l11.6 45.9L234 72l-6.3-1.7-3.3 5.7-11 19.1-3.3 5.6 4.6 4.6 17.2 17.4-.3 1-23.8 6.5-6.2 1.7-.1 6.4-.2 12.9C153.8 161.6 118 204 118 254.7c0 58.3 47.3 105.7 105.7 105.7 50.5 0 92.7-35.4 103.2-82.8l13.2.2 6.9.1 1.6-6.7 5.6-24 1.9-.6 17.1 17.8 4.7 4.9 5.8-3.4 20.4-12.1 5.8-3.5-2-6.5-6.8-21.2z"],"wikipedia-w":[640,512,[],"f266","M640 51.2l-.3 12.2c-28.1.8-45 15.8-55.8 40.3-25 57.8-103.3 240-155.3 358.6H415l-81.9-193.1c-32.5 63.6-68.3 130-99.2 193.1-.3.3-15 0-15-.3C172 352.3 122.8 243.4 75.8 133.4 64.4 106.7 26.4 63.4.2 63.7c0-3.1-.3-10-.3-14.2h161.9v13.9c-19.2 1.1-52.8 13.3-43.3 34.2 21.9 49.7 103.6 240.3 125.6 288.6 15-29.7 57.8-109.2 75.3-142.8-13.9-28.3-58.6-133.9-72.8-160-9.7-17.8-36.1-19.4-55.8-19.7V49.8l142.5.3v13.1c-19.4.6-38.1 7.8-29.4 26.1 18.9 40 30.6 68.1 48.1 104.7 5.6-10.8 34.7-69.4 48.1-100.8 8.9-20.6-3.9-28.6-38.6-29.4.3-3.6 0-10.3.3-13.6 44.4-.3 111.1-.3 123.1-.6v13.6c-22.5.8-45.8 12.8-58.1 31.7l-59.2 122.8c6.4 16.1 63.3 142.8 69.2 156.7L559.2 91.8c-8.6-23.1-36.4-28.1-47.2-28.3V49.6l127.8 1.1.2.5z"],windows:[448,512,[],"f17a","M0 93.7l183.6-25.3v177.4H0V93.7zm0 324.6l183.6 25.3V268.4H0v149.9zm203.8 28L448 480V268.4H203.8v177.9zm0-380.6v180.1H448V32L203.8 65.7z"],wordpress:[496,512,[],"f19a","M362.3 385l-76.9-228.6s12.7-.8 24.4-2.2c11.3-1.4 10-18.3-1.4-17.4-49.3 3.6-63.3 3.5-112.7 0-11.6-.8-13 16.6-1.4 17.4 10.8 1.1 22.1 2.2 22.1 2.2l33.2 90.8-46.5 139.5-77.5-230.3s12.7-.8 24.4-2.2c11.3-1.4 10-18.3-1.4-17.4-52.1 3.8-64.2 2.5-70.3 2.5 37.9-57.8 103.2-96 177.7-96 55.4 0 105.7 21.3 143.7 55.9-26.2 0-38.5 19.9-38.5 37.6 0 17.4 10.2 32.1 21 49.8 8.3 14.1 17.4 32.4 17.4 58.7.1 18.5-4.5 29.2-37.3 139.7zM43.2 256c0 84.1 49 156.9 120.1 191.5L61.7 169.4c-11.9 26.5-18.5 55.9-18.5 86.6zm216.4 18.5L195.9 460c19.1 5.8 39.3 8.9 60.1 8.9 24.9 0 48.4-4.4 70.6-12.2-.6-.8-1.1-1.9-1.4-3l-65.6-179.2zM504 256c0 136.7-111.3 248-248 248S8 392.7 8 256 119.3 8 256 8s248 111.3 248 248zm-11.3 0c0-130.4-106.3-236.7-236.7-236.7C125.6 19.3 19.3 125.6 19.3 256S125.6 492.7 256 492.7c130.4 0 236.7-106.3 236.7-236.7zm-50.1-102.1c1.1 6.9 1.7 14.1 1.7 21.9 0 21.6-5.5 45.4-16.3 76.4l-65 187.7c63.4-36.8 106-105.2 106-183.8-.2-37.2-9.8-71.8-26.4-102.2z"],wpbeginner:[448,512,[],"f297","M423 311.9c54.1 61.9 4 151.6-88.4 151.6-38.1 0-75.8-17-96.3-48.1-6.6.3-21.8.3-28.5 0-20.6 31.2-58.3 48.1-96.3 48.1-91.9 0-142.7-89.5-88.4-151.6C-51.1 185 55.1 32.5 224 32.5c169 0 275 152.6 199 279.4zM96.2 232h40v-55.9h-40V232zm208.9 82.8v-22.9c-58.2 20.1-127.3 8.8-180.5-32.7l.2 24c49.3 44.6 126.8 55.7 180.3 31.6zm-145-82.8h159.8v-55.9H160.1V232z"],wpexplorer:[512,512,[],"f2de","M512 256c0 141.2-114.7 256-256 256C114.8 512 0 397.3 0 256S114.7 0 256 0s256 114.7 256 256zm-32 0c0-123.2-100.3-224-224-224C132.5 32 32 132.5 32 256s100.5 224 224 224 224-100.5 224-224zM160.9 124.6l86.9 37.1-37.1 86.9-86.9-37.1 37.1-86.9zm110 169.1l46.6 94h-14.6l-50-100-48.9 100h-14l51.1-106.9-22.3-9.4 6-14 68.6 29.1-6 14.3-16.5-7.1zm-11.8-116.3l68.6 29.4-29.4 68.3L230 246l29.1-68.6zm80.3 42.9l54.6 23.1-23.4 54.3-54.3-23.1 23.1-54.3z"],wpforms:[448,512,[],"f298","M448 75.2v361.7c0 24.3-19 43.2-43.2 43.2H43.2C19.3 480 0 461.4 0 436.8V75.2C0 51.1 18.8 32 43.2 32h361.7c24 0 43.1 18.8 43.1 43.2zm-37.3 361.6V75.2c0-3-2.6-5.8-5.8-5.8h-9.3L285.3 144 224 94.1 162.8 144 52.5 69.3h-9.3c-3.2 0-5.8 2.8-5.8 5.8v361.7c0 3 2.6 5.8 5.8 5.8h361.7c3.2.1 5.8-2.7 5.8-5.8zM150.2 186v37H76.7v-37h73.5zm0 74.4v37.3H76.7v-37.3h73.5zm11.1-147.3l54-43.7H96.8l64.5 43.7zm210 72.9v37h-196v-37h196zm0 74.4v37.3h-196v-37.3h196zm-84.6-147.3l64.5-43.7H232.8l53.9 43.7zM371.3 335v37.3h-99.4V335h99.4z"],xing:[384,512,[],"f168","M162.7 210c-1.8 3.3-25.2 44.4-70.1 123.5-4.9 8.3-10.8 12.5-17.7 12.5H9.8c-7.7 0-12.1-7.5-8.5-14.4l69-121.3c.2 0 .2-.1 0-.3l-43.9-75.6c-4.3-7.8.3-14.1 8.5-14.1H100c7.3 0 13.3 4.1 18 12.2l44.7 77.5zM382.6 46.1l-144 253v.3L330.2 466c3.9 7.1.2 14.1-8.5 14.1h-65.2c-7.6 0-13.6-4-18-12.2l-92.4-168.5c3.3-5.8 51.5-90.8 144.8-255.2 4.6-8.1 10.4-12.2 17.5-12.2h65.7c8 0 12.3 6.7 8.5 14.1z"],"xing-square":[448,512,[],"f169","M400 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zM140.4 320.2H93.8c-5.5 0-8.7-5.3-6-10.3l49.3-86.7c.1 0 .1-.1 0-.2l-31.4-54c-3-5.6.2-10.1 6-10.1h46.6c5.2 0 9.5 2.9 12.9 8.7l31.9 55.3c-1.3 2.3-18 31.7-50.1 88.2-3.5 6.2-7.7 9.1-12.6 9.1zm219.7-214.1L257.3 286.8v.2l65.5 119c2.8 5.1.1 10.1-6 10.1h-46.6c-5.5 0-9.7-2.9-12.9-8.7l-66-120.3c2.3-4.1 36.8-64.9 103.4-182.3 3.3-5.8 7.4-8.7 12.5-8.7h46.9c5.7-.1 8.8 4.7 6 10z"],"y-combinator":[448,512,[],"f23b","M448 32v448H0V32h448zM236 287.5L313.5 142h-32.7L235 233c-4.7 9.3-9 18.3-12.8 26.8L210 233l-45.2-91h-35l76.7 143.8v94.5H236v-92.8z"],yahoo:[360,512,[],"f19e","M204.9 288l3.5 195.5c-11.3-2-20.9-3.5-28.7-3.5-7.5 0-17 1.5-28.7 3.5l3.5-195.5C105.7 203.7 56.5 113.1 0 28.5 10.6 31.3 20.4 32 29.5 32c8 0 18.1-.7 30.3-3.5 36.4 64.2 72.9 123.2 119.9 200.4 33.2-54.7 80.9-128.1 119.9-200.4 9.8 2.6 19.6 3.5 29.2 3.5 10.2 0 20.6-.9 31.1-3.5C329.4 71.1 243 221.3 204.9 288z"],yelp:[384,512,[],"f1e9","M136.9 328c-1 .3-109.2 35.7-115.8 35.7-15.2-.9-18.5-16.2-19.9-31.2-1.5-14.2-1.4-29.8.3-46.8 1.9-18.8 5.5-45.1 24.2-44 4.8 0 67.1 25.9 112.7 44.4 17.1 6.8 18.6 35.8-1.5 41.9zm57.9-113.9c1.8 38.2-25.5 48.5-47.2 14.3L41.3 60.4c-1.5-6.6.3-12.4 5.3-17.4C62.2 26.5 146 3.2 168.1 8.9c7.5 1.9 12.1 6.1 13.8 12.6 1.3 8.3 11.5 167.4 12.9 192.6zm-1.4 164.8c0 4.6.2 116.4-1.7 121.5-2.3 6-7 9.7-14.3 11.2-10.1 1.7-27.1-1.9-51-10.7-22-8.1-56.7-21.5-49.3-42.5 2.8-6.9 51.4-62.8 77.3-93.6 12-15.2 39.8-5.5 39 14.1zm180.2-117.8c-5.6 3.7-110.8 28.2-118.1 30.6l.3-.6c-18.1 4.7-35.4-18.5-23.3-34.6 3.7-3.7 65.9-92.4 72.8-97 5.2-3.6 11.3-3.8 18.3-.6 18.4 8.8 55.1 63.1 57.4 84.6-.1 2.9 1.2 11.7-7.4 17.6zm10.1 130.7c-2.7 20.6-44.5 73.4-63.8 81-6.9 2.6-12.9 2-17.7-2-5-3.5-61.8-97.1-64.9-102.3-10.9-16.2 6.8-39.8 25.6-33.2 0 0 110.5 35.7 114.7 39.4 5.2 4.1 7.2 9.8 6.1 17.1z"],yoast:[448,512,[],"f2b1","M91.3 64h186l-7 18.9h-179c-39.7 0-71.9 31.6-71.9 70.3v205.4c0 35.4 24.9 70.3 84 70.3V448H91.3C41.2 448 0 407.8 0 358.5V153.2C0 103.9 40.7 64 91.3 64zM320.4 8h66.5C243.1 386.1 241.2 406.9 202.2 447.3c-20.8 21.6-49.3 31.7-78.3 32.7v-51.1c49.2-7.7 64.6-49.9 64.6-75.3 0-20.1.6-12.6-82.1-223.2h61.4L218.2 287 320.4 8zM448 149.5V448H234c6.6-9.6 10.7-16.3 12.1-19.4h182.5V149.5c0-32.5-17.1-51.9-48.2-62.9l6.7-17.6c41.7 13.6 60.9 43.1 60.9 80.5z"],youtube:[640,512,[],"f167","M238.8 338.6h-24.3v-14c-9.2 10.5-17 15.9-25.5 15.9-15.2 0-17.9-13.5-17.9-28.6V209.6h24.3v95.8c0 7.7-1.2 13.8 5.2 13.8 4.6 0 8.8-4 14-11.3v-98.3h24.3v129zm-85.5-40.9c0 13.7-2.3 23.2-7.2 29.6-6.5 8.8-17.1 13.5-27.3 13.5s-20.7-4.7-27.1-13.5c-5-6.5-7.3-15.9-7.3-29.6v-45.9c0-13.8 2.7-24.2 7.6-30.8 6.5-8.8 15.3-12.4 26.8-12.4 10.2 0 20.4 3.6 26.8 12.4 4.9 6.5 7.7 16.9 7.7 30.7v46zM129 249.2c1.3-12.8-2.7-18.8-10.2-18.8-7.5 0-11.5 6-10.2 18.8v51.1c-1.3 12.8 2.7 19.1 10.2 19.1 7.5 0 11.5-6.3 10.2-19.1v-51.1zm-39.6-83H62.6l-17.8 67.3-17.9-67.3H0c5.5 16.1 31.9 102.2 31.9 102.2v70.2h25.5v-70.2l32-102.2zm483.5 63.9c-12.6 0-11 9.4-11 29.3h21.7c.1-19.4 1.7-29.3-10.7-29.3zm63.2 101.7s-3.7 26.2-15.2 37.7c-14.5 15.1-30.8 15.2-38.2 16.1-53.4 3.8-133.5 4-133.5 4s-99.2-.9-129.7-3.8c-8.5-1.6-27.5-1.1-42.1-16.2-11.4-11.5-15.2-37.7-15.2-37.7-5.3-42.3-5.2-109.5 0-151.7 0 0 3.7-26.2 15.2-37.7 14.5-15.1 30.8-15.2 38.2-16.1 53.4-3.8 133.4-3.8 133.4-3.8h.2s80.1 0 133.4 3.8c7.5.9 23.7 1 38.2 16.1 11.4 11.5 15.2 37.7 15.2 37.7 5.3 42.2 5.3 109.4.1 151.6zM342.3 191.7h28.1v-24.3h-80.5v24.2h26.8v146.9h25.5V191.7zm91.9 19.2H410V308c-5.1 7.2-9.3 11.3-14 11.3-6.4 0-5.2-6.1-5.2-13.8V211h-24.3v100.9c0 15.2 2.8 28.6 17.9 28.6 8.5 0 16.3-5.3 25.5-15.9v14h24.3V210.9zm88.2 38.3c0-18.8-2.8-40.4-21.6-40.4-8.5 0-17 5.2-24.4 14.4v-55.8h-23v171.1h23v-12.9c7.7 9.6 16.2 14.5 24.4 14.5 19.9 0 21.6-20.2 21.6-40v-50.9zm78-26.8c-6.5-8.7-15.7-13.4-27.3-13.4-20 0-35.5 13-35.5 44v44.7c0 28.8 15.2 42.5 36 42.5 12.1 0 21.6-4.6 28-13.8 6.1-8.8 6.2-18.1 6.2-28.9v-3.6h-24.3c0 11.4 2.1 25.3-10.5 25.3-13.5 0-11.2-15.7-11.2-40.7h46c.2-27.1 1.6-44.1-7.4-56.1zm-112 7.7c-3.8 0-8.2 2-12 5.8v77.5c3.9 3.9 8.3 5.8 12.1 5.8 6.7 0 9.7-4.9 9.7-17.7v-54.9c-.1-12.7-3.1-16.5-9.8-16.5z"],"youtube-play":[512,512,[],"f16a","M503 131.2c-6.1-28.7-29.1-48.8-55.3-52.1C405.4 74.4 341.4 72 256 72c-85.5 0-149.3 2.4-191.4 7.1-27.7 3.4-49.2 24.4-55.6 52.1-6 27.6-9 69.2-9 124.8 0 56.6 3 98.2 9 124.8 6.2 28.8 29.1 48.9 55.3 51.7 42.4 5 106.3 7.5 191.8 7.5 85.4 0 149.4-2.5 191.7-7.5 27.5-2.9 49-24.3 55.3-51.7 6-27.6 9-69.2 9-124.8-.1-56.6-3.1-98.2-9.1-124.8zM208 328V184l144 72-144 72z"]},l=Object.getOwnPropertySymbols,h=Object.prototype.hasOwnProperty,v=Object.prototype.propertyIsEnumerable,m=function(){try{if(!Object.assign)return!1;var c=new String("abc");if(c[5]="de","5"===Object.getOwnPropertyNames(c)[0])return!1;for(var z={},l=0;l<10;l++)z["_"+String.fromCharCode(l)]=l;if("0123456789"!==Object.getOwnPropertyNames(z).map(function(c){return z[c]}).join(""))return!1;var h={};return"abcdefghijklmnopqrst".split("").forEach(function(c){h[c]=c}),"abcdefghijklmnopqrst"===Object.keys(Object.assign({},h)).join("")}catch(c){return!1}}()?Object.assign:function(z,m){for(var M,s,e=c(z),H=1;H
+
+
+
@@ -35,6 +38,15 @@
+
+
+
+
+
+
+
+
+
@@ -59,41 +71,50 @@
+
+
+
+
+
+
+
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
@@ -101,8 +122,8 @@
-
-
+
+
@@ -122,12 +143,18 @@
+
+
+
+
+
+
@@ -143,9 +170,18 @@
+
+
+
+
+
+
+
+
+
@@ -182,6 +218,9 @@
+
+
+
@@ -194,6 +233,9 @@
+
+
+
@@ -203,6 +245,9 @@
+
+
+
@@ -227,7 +272,7 @@
-
+
@@ -269,9 +314,21 @@
+
+
+
+
+
+
+
+
+
+
+
+
@@ -293,6 +350,12 @@
+
+
+
+
+
+
@@ -320,6 +383,15 @@
+
+
+
+
+
+
+
+
+
@@ -332,6 +404,15 @@
+
+
+
+
+
+
+
+
+
@@ -341,6 +422,9 @@
+
+
+
@@ -351,7 +435,10 @@
-
+
+
+
+
@@ -371,6 +458,9 @@
+
+
+
@@ -380,6 +470,9 @@
+
+
+
@@ -416,6 +509,9 @@
+
+
+
@@ -434,12 +530,18 @@
+
+
+
+
+
+
@@ -461,12 +563,18 @@
+
+
+
+
+
+
@@ -539,8 +647,8 @@
-
-
+
+
@@ -566,6 +674,9 @@
+
+
+
@@ -593,9 +704,18 @@
+
+
+
+
+
+
+
+
+
@@ -608,6 +728,9 @@
+
+
+
@@ -659,6 +782,9 @@
+
+
+
diff --git a/sprites/light.svg b/sprites/light.svg
index 24293e5c3..fc35acc8e 100644
--- a/sprites/light.svg
+++ b/sprites/light.svg
@@ -1,4 +1,13 @@
+
+
+
+
+
+
+
+
+
@@ -14,6 +23,12 @@
+
+
+
+
+
+
@@ -38,6 +53,9 @@
+
+
+
@@ -176,6 +194,12 @@
+
+
+
+
+
+
@@ -185,24 +209,87 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -272,6 +359,15 @@
+
+
+
+
+
+
+
+
+
@@ -344,12 +440,18 @@
+
+
+
+
+
+
@@ -374,6 +476,12 @@
+
+
+
+
@@ -383,15 +491,30 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -401,6 +524,12 @@
+
+
+
+
+
+
@@ -455,6 +584,9 @@
+
+
+
@@ -524,9 +656,15 @@
+
+
+
+
+
+
@@ -551,6 +689,15 @@
+
+
+
+
+
+
+
+
+
@@ -647,6 +794,30 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -665,6 +836,9 @@
+
+
+
@@ -806,10 +980,10 @@
-
+
-
+
@@ -830,12 +1004,18 @@
+
+
+
+
+
+
@@ -851,6 +1031,9 @@
+
+
+
@@ -875,6 +1058,9 @@
+
+
+
@@ -899,6 +1085,9 @@
+
+
+
@@ -947,6 +1136,12 @@
+
+
+
+
+
+
@@ -962,6 +1157,9 @@
+
+
+
@@ -1004,6 +1202,15 @@
+
+
+
+
+
+
+
+
+
diff --git a/sprites/regular.svg b/sprites/regular.svg
index 49b0f3e05..ade442aae 100644
--- a/sprites/regular.svg
+++ b/sprites/regular.svg
@@ -1,4 +1,13 @@
+
+
+
+
+
+
+
+
+
@@ -14,6 +23,12 @@
+
+
+
+
+
+
@@ -38,6 +53,9 @@
+
+
+
@@ -176,6 +194,12 @@
+
+
+
+
+
+
@@ -185,24 +209,87 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -272,6 +359,15 @@
+
+
+
+
+
+
+
+
+
@@ -344,12 +440,18 @@
+
+
+
+
+
+
@@ -374,6 +476,12 @@
+
+
+
+
@@ -383,15 +491,30 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -401,6 +524,12 @@
+
+
+
+
+
+
@@ -455,6 +584,9 @@
+
+
+
@@ -524,9 +656,15 @@
+
+
+
+
+
+
@@ -551,6 +689,15 @@
+
+
+
+
+
+
+
+
+
@@ -647,6 +794,30 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -665,6 +836,9 @@
+
+
+
@@ -755,8 +929,8 @@
-
-
+
+
@@ -830,12 +1004,18 @@
+
+
+
+
+
+
@@ -851,6 +1031,9 @@
+
+
+
@@ -875,6 +1058,9 @@
+
+
+
@@ -899,6 +1085,9 @@
+
+
+
@@ -947,6 +1136,12 @@
+
+
+
+
+
+
@@ -962,6 +1157,9 @@
+
+
+
@@ -1004,6 +1202,15 @@
+
+
+
+
+
+
+
+
+
diff --git a/sprites/solid.svg b/sprites/solid.svg
index c164cf138..5b4626c73 100644
--- a/sprites/solid.svg
+++ b/sprites/solid.svg
@@ -1,4 +1,13 @@
+
+
+
+
+
+
+
+
+
@@ -14,6 +23,12 @@
+
+
+
+
+
+
@@ -38,6 +53,9 @@
+
+
+
@@ -176,6 +194,12 @@
+
+
+
+
+
+
@@ -185,24 +209,87 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -272,8 +359,17 @@
+
+
+
+
+
+
+
+
+
-
+
@@ -341,14 +437,20 @@
-
-
+
+
+
+
+
-
-
+
+
+
+
+
@@ -374,6 +476,12 @@
+
+
+
+
@@ -383,15 +491,30 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -401,6 +524,12 @@
+
+
+
+
+
+
@@ -455,6 +584,9 @@
+
+
+
@@ -524,9 +656,15 @@
+
+
+
+
+
+
@@ -551,6 +689,15 @@
+
+
+
+
+
+
+
+
+
@@ -647,6 +794,30 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -665,6 +836,9 @@
+
+
+
@@ -830,12 +1004,18 @@
+
+
+
+
+
+
@@ -851,6 +1031,9 @@
+
+
+
@@ -875,6 +1058,9 @@
+
+
+
@@ -899,6 +1085,9 @@
+
+
+
@@ -947,6 +1136,12 @@
+
+
+
+
+
+
@@ -962,6 +1157,9 @@
+
+
+
@@ -1004,6 +1202,15 @@
+
+
+
+
+
+
+
+
+
diff --git a/svgs/brands/adversal.svg b/svgs/brands/adversal.svg
new file mode 100644
index 000000000..125dd5019
--- /dev/null
+++ b/svgs/brands/adversal.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/svgs/brands/audible.svg b/svgs/brands/audible.svg
new file mode 100644
index 000000000..7ee5aef8a
--- /dev/null
+++ b/svgs/brands/audible.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/svgs/brands/avianex.svg b/svgs/brands/avianex.svg
new file mode 100644
index 000000000..409530967
--- /dev/null
+++ b/svgs/brands/avianex.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/svgs/brands/aws.svg b/svgs/brands/aws.svg
new file mode 100644
index 000000000..ae6d7d15c
--- /dev/null
+++ b/svgs/brands/aws.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/svgs/brands/blogger-b.svg b/svgs/brands/blogger-b.svg
new file mode 100644
index 000000000..c313b5212
--- /dev/null
+++ b/svgs/brands/blogger-b.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/svgs/brands/blogger.svg b/svgs/brands/blogger.svg
new file mode 100644
index 000000000..7707557e4
--- /dev/null
+++ b/svgs/brands/blogger.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/svgs/brands/cc-amex.svg b/svgs/brands/cc-amex.svg
index cdf101a19..1f5bef0e8 100644
--- a/svgs/brands/cc-amex.svg
+++ b/svgs/brands/cc-amex.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/svgs/brands/cc-diners-club.svg b/svgs/brands/cc-diners-club.svg
index 1db9c5f46..9fc253a77 100644
--- a/svgs/brands/cc-diners-club.svg
+++ b/svgs/brands/cc-diners-club.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/svgs/brands/cc-discover.svg b/svgs/brands/cc-discover.svg
index b933176b1..670f9c3cc 100644
--- a/svgs/brands/cc-discover.svg
+++ b/svgs/brands/cc-discover.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/svgs/brands/cc-jcb.svg b/svgs/brands/cc-jcb.svg
index b240534f1..1526c2431 100644
--- a/svgs/brands/cc-jcb.svg
+++ b/svgs/brands/cc-jcb.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/svgs/brands/cc-mastercard.svg b/svgs/brands/cc-mastercard.svg
index 5325c2253..7fa94ea05 100644
--- a/svgs/brands/cc-mastercard.svg
+++ b/svgs/brands/cc-mastercard.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/svgs/brands/cc-paypal.svg b/svgs/brands/cc-paypal.svg
index 09e91261f..01ec386b3 100644
--- a/svgs/brands/cc-paypal.svg
+++ b/svgs/brands/cc-paypal.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/svgs/brands/cc-stripe.svg b/svgs/brands/cc-stripe.svg
index 97fa214f2..16f97404d 100644
--- a/svgs/brands/cc-stripe.svg
+++ b/svgs/brands/cc-stripe.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/svgs/brands/cc-visa.svg b/svgs/brands/cc-visa.svg
index a440001f4..ecf387ac0 100644
--- a/svgs/brands/cc-visa.svg
+++ b/svgs/brands/cc-visa.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/svgs/brands/cloudsmith.svg b/svgs/brands/cloudsmith.svg
index ab5a36615..bd2d47041 100644
--- a/svgs/brands/cloudsmith.svg
+++ b/svgs/brands/cloudsmith.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/svgs/brands/creative-commons.svg b/svgs/brands/creative-commons.svg
new file mode 100644
index 000000000..e4722c72e
--- /dev/null
+++ b/svgs/brands/creative-commons.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/svgs/brands/d-and-d.svg b/svgs/brands/d-and-d.svg
new file mode 100644
index 000000000..9411ae036
--- /dev/null
+++ b/svgs/brands/d-and-d.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/svgs/brands/digital-ocean.svg b/svgs/brands/digital-ocean.svg
new file mode 100644
index 000000000..84867cff9
--- /dev/null
+++ b/svgs/brands/digital-ocean.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/svgs/brands/discord.svg b/svgs/brands/discord.svg
new file mode 100644
index 000000000..8b9fabaf0
--- /dev/null
+++ b/svgs/brands/discord.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/svgs/brands/docker.svg b/svgs/brands/docker.svg
new file mode 100644
index 000000000..c4b131982
--- /dev/null
+++ b/svgs/brands/docker.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/svgs/brands/erlang.svg b/svgs/brands/erlang.svg
new file mode 100644
index 000000000..c0a09aaae
--- /dev/null
+++ b/svgs/brands/erlang.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/svgs/brands/facebook-messenger.svg b/svgs/brands/facebook-messenger.svg
new file mode 100644
index 000000000..1ab970792
--- /dev/null
+++ b/svgs/brands/facebook-messenger.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/svgs/brands/firstdraft.svg b/svgs/brands/firstdraft.svg
new file mode 100644
index 000000000..c2bcd3124
--- /dev/null
+++ b/svgs/brands/firstdraft.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/svgs/brands/foursquare.svg b/svgs/brands/foursquare.svg
index c797650ff..130fa9b39 100644
--- a/svgs/brands/foursquare.svg
+++ b/svgs/brands/foursquare.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/svgs/brands/goodreads-g.svg b/svgs/brands/goodreads-g.svg
new file mode 100644
index 000000000..b35546631
--- /dev/null
+++ b/svgs/brands/goodreads-g.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/svgs/brands/goodreads.svg b/svgs/brands/goodreads.svg
new file mode 100644
index 000000000..040163af9
--- /dev/null
+++ b/svgs/brands/goodreads.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/svgs/brands/google-drive.svg b/svgs/brands/google-drive.svg
new file mode 100644
index 000000000..cd8dd52a5
--- /dev/null
+++ b/svgs/brands/google-drive.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/svgs/brands/google-play.svg b/svgs/brands/google-play.svg
new file mode 100644
index 000000000..82cffd530
--- /dev/null
+++ b/svgs/brands/google-play.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/svgs/brands/grunt.svg b/svgs/brands/grunt.svg
new file mode 100644
index 000000000..89a1f5523
--- /dev/null
+++ b/svgs/brands/grunt.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/svgs/brands/gulp.svg b/svgs/brands/gulp.svg
new file mode 100644
index 000000000..0bb37a270
--- /dev/null
+++ b/svgs/brands/gulp.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/svgs/brands/itunes-note.svg b/svgs/brands/itunes-note.svg
new file mode 100644
index 000000000..bb46e7024
--- /dev/null
+++ b/svgs/brands/itunes-note.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/svgs/brands/itunes.svg b/svgs/brands/itunes.svg
new file mode 100644
index 000000000..32736ae83
--- /dev/null
+++ b/svgs/brands/itunes.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/svgs/brands/jenkins.svg b/svgs/brands/jenkins.svg
new file mode 100644
index 000000000..4c2251f1b
--- /dev/null
+++ b/svgs/brands/jenkins.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/svgs/brands/kickstarter-k.svg b/svgs/brands/kickstarter-k.svg
new file mode 100644
index 000000000..4ad8ad2cb
--- /dev/null
+++ b/svgs/brands/kickstarter-k.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/svgs/brands/kickstarter.svg b/svgs/brands/kickstarter.svg
new file mode 100644
index 000000000..c765b1b40
--- /dev/null
+++ b/svgs/brands/kickstarter.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/svgs/brands/laravel.svg b/svgs/brands/laravel.svg
new file mode 100644
index 000000000..a308b7ee6
--- /dev/null
+++ b/svgs/brands/laravel.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/svgs/brands/line.svg b/svgs/brands/line.svg
new file mode 100644
index 000000000..866abd878
--- /dev/null
+++ b/svgs/brands/line.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/svgs/brands/linux.svg b/svgs/brands/linux.svg
index 458fab894..37f2a3c04 100644
--- a/svgs/brands/linux.svg
+++ b/svgs/brands/linux.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/svgs/brands/lyft.svg b/svgs/brands/lyft.svg
new file mode 100644
index 000000000..4283ec51a
--- /dev/null
+++ b/svgs/brands/lyft.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/svgs/brands/mizuni.svg b/svgs/brands/mizuni.svg
new file mode 100644
index 000000000..8cb8d9185
--- /dev/null
+++ b/svgs/brands/mizuni.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/svgs/brands/npm.svg b/svgs/brands/npm.svg
new file mode 100644
index 000000000..ad643c367
--- /dev/null
+++ b/svgs/brands/npm.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/svgs/brands/phoenix-framework.svg b/svgs/brands/phoenix-framework.svg
new file mode 100644
index 000000000..57d9e259a
--- /dev/null
+++ b/svgs/brands/phoenix-framework.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/svgs/brands/playstation.svg b/svgs/brands/playstation.svg
new file mode 100644
index 000000000..3cdd3a326
--- /dev/null
+++ b/svgs/brands/playstation.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/svgs/brands/python.svg b/svgs/brands/python.svg
new file mode 100644
index 000000000..915edb6d1
--- /dev/null
+++ b/svgs/brands/python.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/svgs/brands/rendact.svg b/svgs/brands/rendact.svg
new file mode 100644
index 000000000..b3c45ecca
--- /dev/null
+++ b/svgs/brands/rendact.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/svgs/brands/resolving.svg b/svgs/brands/resolving.svg
new file mode 100644
index 000000000..339cbca04
--- /dev/null
+++ b/svgs/brands/resolving.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/svgs/brands/staylinked.svg b/svgs/brands/staylinked.svg
index 616c5a6ac..696255a14 100644
--- a/svgs/brands/staylinked.svg
+++ b/svgs/brands/staylinked.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/svgs/brands/uber.svg b/svgs/brands/uber.svg
new file mode 100644
index 000000000..569a1cd9c
--- /dev/null
+++ b/svgs/brands/uber.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/svgs/brands/untappd.svg b/svgs/brands/untappd.svg
new file mode 100644
index 000000000..5e0629387
--- /dev/null
+++ b/svgs/brands/untappd.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/svgs/brands/ussunnah.svg b/svgs/brands/ussunnah.svg
new file mode 100644
index 000000000..1dd9ed125
--- /dev/null
+++ b/svgs/brands/ussunnah.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/svgs/brands/viber.svg b/svgs/brands/viber.svg
new file mode 100644
index 000000000..ec16581dd
--- /dev/null
+++ b/svgs/brands/viber.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/svgs/brands/xbox.svg b/svgs/brands/xbox.svg
new file mode 100644
index 000000000..5420576e3
--- /dev/null
+++ b/svgs/brands/xbox.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/svgs/icons.yml b/svgs/icons.yml
index 05e6b4ef2..dd8962042 100644
--- a/svgs/icons.yml
+++ b/svgs/icons.yml
@@ -79,6 +79,18 @@ adn:
styles:
- brands
unicode: f170
+adversal:
+ changes:
+ - 5.0.0
+ label: Adversal
+ search:
+ terms: []
+ sponsored:
+ label: Adversal
+ url: 'https://www.adversal.com'
+ styles:
+ - brands
+ unicode: auto
affiliatetheme:
changes:
- 5.0.0
@@ -1052,6 +1064,15 @@ at:
- regular
- light
unicode: f1fa
+audible:
+ changes:
+ - 5.0.0
+ label: Audible
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: auto
audio-description:
changes:
- '4.6'
@@ -1064,6 +1085,27 @@ audio-description:
- regular
- light
unicode: f29e
+avianex:
+ changes:
+ - 5.0.0
+ label: avianex
+ search:
+ terms: []
+ sponsored:
+ label: avianex
+ url: 'https://www.avianex.de'
+ styles:
+ - brands
+ unicode: auto
+aws:
+ changes:
+ - 5.0.0
+ label: Amazon Web Services (AWS)
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: auto
backward:
changes:
- '1'
@@ -1190,6 +1232,17 @@ bath:
- regular
- light
unicode: f2cd
+battery-bolt:
+ changes:
+ - 5.0.0
+ label: Battery Bolt
+ search:
+ terms: []
+ styles:
+ - solid
+ - regular
+ - light
+ unicode: auto
battery-empty:
changes:
- '4.4'
@@ -1242,6 +1295,17 @@ battery-quarter:
- regular
- light
unicode: f243
+battery-slash:
+ changes:
+ - 5.0.0
+ label: Battery Slash
+ search:
+ terms: []
+ styles:
+ - solid
+ - regular
+ - light
+ unicode: auto
battery-three-quarters:
changes:
- '4.4'
@@ -1463,6 +1527,24 @@ blind:
- regular
- light
unicode: f29d
+blogger:
+ changes:
+ - 5.0.0
+ label: Blogger
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: auto
+blogger-b:
+ changes:
+ - 5.0.0
+ label: Blogger B
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: auto
bluetooth:
changes:
- '4.5'
@@ -1598,9 +1680,7 @@ btc:
search:
terms: []
styles:
- - solid
- - regular
- - light
+ - brands
unicode: f15a
bug:
changes:
@@ -2594,11 +2674,11 @@ circle-o:
- regular
- light
unicode: f10c
-circle-o-notch:
+circle-notch:
changes:
- '4.1'
- 5.0.0
- label: Circle Outlined Notched
+ label: Circle Notched
search:
terms: []
styles:
@@ -3055,15 +3135,13 @@ creative-commons:
search:
terms: []
styles:
- - solid
- - regular
- - light
+ - brands
unicode: f25e
credit-card:
changes:
- '2'
- 5.0.0
- label: credit-card
+ label: Credit Card
search:
terms:
- money
@@ -3096,6 +3174,41 @@ credit-card-alt:
- regular
- light
unicode: f283
+credit-card-blank:
+ changes:
+ - 5.0.0
+ label: Credit Card Blank
+ search:
+ terms:
+ - money
+ - buy
+ - debit
+ - checkout
+ - purchase
+ - payment
+ styles:
+ - solid
+ - regular
+ - light
+ unicode: auto
+credit-card-front:
+ changes:
+ - 5.0.0
+ label: Credit Card Front
+ search:
+ terms:
+ - money
+ - buy
+ - debit
+ - checkout
+ - purchase
+ - payment
+ - chip
+ styles:
+ - solid
+ - regular
+ - light
+ unicode: auto
crop:
changes:
- '3.1'
@@ -3199,6 +3312,15 @@ cuttlefish:
styles:
- brands
unicode: auto
+d-and-d:
+ changes:
+ - 5.0.0
+ label: Dungeons & Dragons
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: auto
dashcube:
changes:
- '4.3'
@@ -3307,6 +3429,24 @@ digg:
styles:
- brands
unicode: f1a6
+digital-ocean:
+ changes:
+ - 5.0.0
+ label: Digital Ocean
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: auto
+discord:
+ changes:
+ - 5.0.0
+ label: Discord
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: auto
discourse:
changes:
- 5.0.0
@@ -3319,11 +3459,20 @@ discourse:
styles:
- brands
unicode: auto
-dot-circle-o:
+docker:
+ changes:
+ - 5.0.0
+ label: Docker
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: auto
+dot-circle:
changes:
- '4'
- 5.0.0
- label: Dot Circle Outlined
+ label: Dot Circle
search:
terms:
- target
@@ -3634,6 +3783,15 @@ eraser:
- regular
- light
unicode: f12d
+erlang:
+ changes:
+ - 5.0.0
+ label: Erlang
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: auto
etsy:
changes:
- '4.7'
@@ -3944,6 +4102,15 @@ facebook-f:
styles:
- brands
unicode: auto
+facebook-messenger:
+ changes:
+ - 5.0.0
+ label: Facebook Messenger
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: auto
facebook-square:
changes:
- '1'
@@ -4315,6 +4482,18 @@ first-order:
styles:
- brands
unicode: f2b0
+firstdraft:
+ changes:
+ - 5.0.0
+ label: firstdraft
+ search:
+ terms: []
+ sponsored:
+ label: firstdraft
+ url: 'http://www.firstdraft.com'
+ styles:
+ - brands
+ unicode: auto
flag:
changes:
- '1'
@@ -4809,6 +4988,24 @@ gofore:
styles:
- brands
unicode: auto
+goodreads:
+ changes:
+ - 5.0.0
+ label: Goodreads
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: auto
+goodreads-g:
+ changes:
+ - 5.0.0
+ label: Goodreads G
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: auto
google:
changes:
- '4.1'
@@ -4819,6 +5016,24 @@ google:
styles:
- brands
unicode: f1a0
+google-drive:
+ changes:
+ - 5.0.0
+ label: Google Drive
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: auto
+google-play:
+ changes:
+ - 5.0.0
+ label: Google Play
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: auto
google-plus:
changes:
- '4.6'
@@ -4912,6 +5127,24 @@ gripfire:
styles:
- brands
unicode: auto
+grunt:
+ changes:
+ - 5.0.0
+ label: Grunt
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: auto
+gulp:
+ changes:
+ - 5.0.0
+ label: Gulp
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: auto
h-square:
changes:
- '3'
@@ -5277,11 +5510,11 @@ home:
- regular
- light
unicode: f015
-hospital-o:
+hospital:
changes:
- '3'
- 5.0.0
- label: hospital Outlined
+ label: hospital
search:
terms:
- building
@@ -5645,6 +5878,24 @@ italic:
- regular
- light
unicode: f033
+itunes:
+ changes:
+ - 5.0.0
+ label: iTunes
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: auto
+itunes-note:
+ changes:
+ - 5.0.0
+ label: Itunes Note
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: auto
jack-o-lantern:
changes:
- 5.0.0
@@ -5656,6 +5907,15 @@ jack-o-lantern:
- regular
- light
unicode: f30e
+jenkins:
+ changes:
+ - 5.0.0
+ label: Jenkis
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: auto
joget:
changes:
- 5.0.0
@@ -5740,6 +6000,24 @@ keycdn:
styles:
- brands
unicode: auto
+kickstarter:
+ changes:
+ - 5.0.0
+ label: Kickstarter
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: auto
+kickstarter-k:
+ changes:
+ - 5.0.0
+ label: Kickstarter K
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: auto
krw:
changes:
- '3.2'
@@ -5779,6 +6057,15 @@ laptop:
- regular
- light
unicode: f109
+laravel:
+ changes:
+ - 5.0.0
+ label: Laravel
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: auto
lastfm:
changes:
- '4.2'
@@ -5911,6 +6198,15 @@ lightbulb-o:
- regular
- light
unicode: f0eb
+line:
+ changes:
+ - 5.0.0
+ label: Line
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: auto
link:
changes:
- '2'
@@ -6194,6 +6490,15 @@ low-vision:
- regular
- light
unicode: f2a8
+lyft:
+ changes:
+ - 5.0.0
+ label: lyft
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: auto
magic:
changes:
- '2'
@@ -6604,6 +6909,18 @@ mixcloud:
styles:
- brands
unicode: f289
+mizuni:
+ changes:
+ - 5.0.0
+ label: Mizuni
+ search:
+ terms: []
+ sponsored:
+ label: Mizuni
+ url: 'http://www.mizuni.com'
+ styles:
+ - brands
+ unicode: auto
mobile:
changes:
- '3'
@@ -6752,6 +7069,15 @@ newspaper-o:
- regular
- light
unicode: f1ea
+npm:
+ changes:
+ - 5.0.0
+ label: npm
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: auto
nutritionix:
changes:
- 5.0.0
@@ -7142,6 +7468,15 @@ phabricator:
styles:
- brands
unicode: auto
+phoenix-framework:
+ changes:
+ - 5.0.0
+ label: Phoenix Framework
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: auto
phone:
changes:
- '2'
@@ -7298,6 +7633,15 @@ play-circle-o:
- regular
- light
unicode: f01d
+playstation:
+ changes:
+ - 5.0.0
+ label: PlayStation
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: auto
plug:
changes:
- '4.2'
@@ -7486,6 +7830,15 @@ puzzle-piece:
- regular
- light
unicode: f12e
+python:
+ changes:
+ - 5.0.0
+ label: Python
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: auto
qq:
changes:
- '4.1'
@@ -7738,6 +8091,18 @@ registered:
- regular
- light
unicode: f25d
+rendact:
+ changes:
+ - 5.0.0
+ label: Rendact
+ search:
+ terms: []
+ sponsored:
+ label: Rendact
+ url: 'https://rendact.com'
+ styles:
+ - brands
+ unicode: auto
renren:
changes:
- '3.2'
@@ -7827,6 +8192,18 @@ replyd:
styles:
- brands
unicode: auto
+resolving:
+ changes:
+ - 5.0.0
+ label: Resolving
+ search:
+ terms: []
+ sponsored:
+ label: Resolving
+ url: 'https://resolving.com'
+ styles:
+ - brands
+ unicode: auto
retweet:
changes:
- '1'
@@ -8188,6 +8565,17 @@ shield:
- regular
- light
unicode: f132
+shield-alt:
+ changes:
+ - 5.0.0
+ label: Shield Alt
+ search:
+ terms: []
+ styles:
+ - solid
+ - regular
+ - light
+ unicode: auto
shield-check:
changes:
- 5.0.0
@@ -9262,7 +9650,7 @@ telegram:
styles:
- brands
unicode: f2c6
-telegram-pl`ane:
+telegram-plane:
changes:
- 5.0.0
label: Telegram Plane
@@ -9913,6 +10301,15 @@ twitter-square:
styles:
- brands
unicode: f081
+uber:
+ changes:
+ - 5.0.0
+ label: Uber
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: auto
umbrella:
changes:
- '2'
@@ -10032,6 +10429,15 @@ unlock-alt:
- regular
- light
unicode: f13e
+untappd:
+ changes:
+ - 5.0.0
+ label: Untappd
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: auto
upload:
changes:
- '1'
@@ -10214,6 +10620,18 @@ users:
- regular
- light
unicode: f0c0
+ussunnah:
+ changes:
+ - 5.0.0
+ label: us-Sunnah Foundation
+ search:
+ terms: []
+ sponsored:
+ label: us-Sunnah Foundation
+ url: 'https://www.ussunnah.org'
+ styles:
+ - brands
+ unicode: auto
utensil-fork:
changes:
- 5.0.0
@@ -10348,6 +10766,15 @@ viadeo-square:
styles:
- brands
unicode: f2aa
+viber:
+ changes:
+ - 5.0.0
+ label: Viber
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: auto
video:
changes:
- '1'
@@ -10718,6 +11145,15 @@ wrench:
- regular
- light
unicode: f0ad
+xbox:
+ changes:
+ - 5.0.0
+ label: Xbox
+ search:
+ terms: []
+ styles:
+ - brands
+ unicode: auto
xing:
changes:
- '3.2'
@@ -10802,3 +11238,15 @@ youtube-play:
styles:
- brands
unicode: f16a
+youtube-square:
+ changes:
+ - '3.2'
+ - 5.0.0
+ label: YouTube Square
+ search:
+ terms:
+ - video
+ - film
+ styles:
+ - brands
+ unicode: f166
diff --git a/svgs/light/address-book.svg b/svgs/light/address-book.svg
new file mode 100644
index 000000000..8c10299dc
--- /dev/null
+++ b/svgs/light/address-book.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/svgs/light/address-card.svg b/svgs/light/address-card.svg
new file mode 100644
index 000000000..f7f862ef0
--- /dev/null
+++ b/svgs/light/address-card.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/svgs/light/adjust.svg b/svgs/light/adjust.svg
new file mode 100644
index 000000000..9c3176add
--- /dev/null
+++ b/svgs/light/adjust.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/svgs/light/ambulance.svg b/svgs/light/ambulance.svg
new file mode 100644
index 000000000..affc2d87e
--- /dev/null
+++ b/svgs/light/ambulance.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/svgs/light/anchor.svg b/svgs/light/anchor.svg
new file mode 100644
index 000000000..328d69f53
--- /dev/null
+++ b/svgs/light/anchor.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/svgs/light/archive.svg b/svgs/light/archive.svg
new file mode 100644
index 000000000..2e068b4c7
--- /dev/null
+++ b/svgs/light/archive.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/svgs/light/asterisk.svg b/svgs/light/asterisk.svg
new file mode 100644
index 000000000..035e46866
--- /dev/null
+++ b/svgs/light/asterisk.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/svgs/light/at.svg b/svgs/light/at.svg
new file mode 100644
index 000000000..f13baa558
--- /dev/null
+++ b/svgs/light/at.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/svgs/light/balance-scale.svg b/svgs/light/balance-scale.svg
new file mode 100644
index 000000000..4a51af576
--- /dev/null
+++ b/svgs/light/balance-scale.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/svgs/light/barcode.svg b/svgs/light/barcode.svg
new file mode 100644
index 000000000..6c38673b0
--- /dev/null
+++ b/svgs/light/barcode.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/svgs/light/bath.svg b/svgs/light/bath.svg
new file mode 100644
index 000000000..3d6422d02
--- /dev/null
+++ b/svgs/light/bath.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/svgs/light/battery-bolt.svg b/svgs/light/battery-bolt.svg
new file mode 100644
index 000000000..596101ca0
--- /dev/null
+++ b/svgs/light/battery-bolt.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/svgs/light/battery-empty.svg b/svgs/light/battery-empty.svg
new file mode 100644
index 000000000..3907ab794
--- /dev/null
+++ b/svgs/light/battery-empty.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/svgs/light/battery-full.svg b/svgs/light/battery-full.svg
new file mode 100644
index 000000000..d39500b21
--- /dev/null
+++ b/svgs/light/battery-full.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/svgs/light/battery-half.svg b/svgs/light/battery-half.svg
new file mode 100644
index 000000000..59d6fbd32
--- /dev/null
+++ b/svgs/light/battery-half.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/svgs/light/battery-quarter.svg b/svgs/light/battery-quarter.svg
new file mode 100644
index 000000000..ae8b16615
--- /dev/null
+++ b/svgs/light/battery-quarter.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/svgs/light/battery-slash.svg b/svgs/light/battery-slash.svg
new file mode 100644
index 000000000..82b869524
--- /dev/null
+++ b/svgs/light/battery-slash.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/svgs/light/battery-three-quarters.svg b/svgs/light/battery-three-quarters.svg
new file mode 100644
index 000000000..15713fd91
--- /dev/null
+++ b/svgs/light/battery-three-quarters.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/svgs/light/bed.svg b/svgs/light/bed.svg
new file mode 100644
index 000000000..12a885968
--- /dev/null
+++ b/svgs/light/bed.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/svgs/light/beer.svg b/svgs/light/beer.svg
new file mode 100644
index 000000000..831efb09a
--- /dev/null
+++ b/svgs/light/beer.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/svgs/light/bell-slash.svg b/svgs/light/bell-slash.svg
new file mode 100644
index 000000000..5cd21530e
--- /dev/null
+++ b/svgs/light/bell-slash.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/svgs/light/bell.svg b/svgs/light/bell.svg
new file mode 100644
index 000000000..e9dafaa09
--- /dev/null
+++ b/svgs/light/bell.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/svgs/light/birthday-cake.svg b/svgs/light/birthday-cake.svg
new file mode 100644
index 000000000..fefc7985f
--- /dev/null
+++ b/svgs/light/birthday-cake.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/svgs/light/bolt.svg b/svgs/light/bolt.svg
new file mode 100644
index 000000000..ed57a4bea
--- /dev/null
+++ b/svgs/light/bolt.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/svgs/light/bookmark.svg b/svgs/light/bookmark.svg
new file mode 100644
index 000000000..7d0ce37c4
--- /dev/null
+++ b/svgs/light/bookmark.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/svgs/light/briefcase.svg b/svgs/light/briefcase.svg
new file mode 100644
index 000000000..42113c65e
--- /dev/null
+++ b/svgs/light/briefcase.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/svgs/light/building.svg b/svgs/light/building.svg
new file mode 100644
index 000000000..15278398a
--- /dev/null
+++ b/svgs/light/building.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/svgs/light/bullseye.svg b/svgs/light/bullseye.svg
new file mode 100644
index 000000000..f4900fc4c
--- /dev/null
+++ b/svgs/light/bullseye.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/svgs/light/calculator.svg b/svgs/light/calculator.svg
new file mode 100644
index 000000000..3c6c2eb7c
--- /dev/null
+++ b/svgs/light/calculator.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/svgs/light/cart-arrow-down.svg b/svgs/light/cart-arrow-down.svg
new file mode 100644
index 000000000..aadaf1233
--- /dev/null
+++ b/svgs/light/cart-arrow-down.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/svgs/light/cart-plus.svg b/svgs/light/cart-plus.svg
new file mode 100644
index 000000000..e88af1607
--- /dev/null
+++ b/svgs/light/cart-plus.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/svgs/light/certificate.svg b/svgs/light/certificate.svg
new file mode 100644
index 000000000..68b60f00b
--- /dev/null
+++ b/svgs/light/certificate.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/svgs/light/circle-notch.svg b/svgs/light/circle-notch.svg
new file mode 100644
index 000000000..c9feccebf
--- /dev/null
+++ b/svgs/light/circle-notch.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/svgs/light/clone.svg b/svgs/light/clone.svg
new file mode 100644
index 000000000..f89126114
--- /dev/null
+++ b/svgs/light/clone.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/svgs/light/comments.svg b/svgs/light/comments.svg
new file mode 100644
index 000000000..404f9fd8c
--- /dev/null
+++ b/svgs/light/comments.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/svgs/light/compass.svg b/svgs/light/compass.svg
new file mode 100644
index 000000000..c0749e16f
--- /dev/null
+++ b/svgs/light/compass.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/svgs/light/credit-card-blank.svg b/svgs/light/credit-card-blank.svg
new file mode 100644
index 000000000..d0219028c
--- /dev/null
+++ b/svgs/light/credit-card-blank.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/svgs/light/credit-card-front.svg b/svgs/light/credit-card-front.svg
new file mode 100644
index 000000000..91909643d
--- /dev/null
+++ b/svgs/light/credit-card-front.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/svgs/light/credit-card.svg b/svgs/light/credit-card.svg
new file mode 100644
index 000000000..2c0bb37b6
--- /dev/null
+++ b/svgs/light/credit-card.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/svgs/light/database.svg b/svgs/light/database.svg
new file mode 100644
index 000000000..f03d67a5d
--- /dev/null
+++ b/svgs/light/database.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/svgs/light/dot-circle.svg b/svgs/light/dot-circle.svg
new file mode 100644
index 000000000..c9ce61d93
--- /dev/null
+++ b/svgs/light/dot-circle.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/svgs/light/ellipsis-h.svg b/svgs/light/ellipsis-h.svg
new file mode 100644
index 000000000..8a1bc3cbe
--- /dev/null
+++ b/svgs/light/ellipsis-h.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/svgs/light/ellipsis-v.svg b/svgs/light/ellipsis-v.svg
new file mode 100644
index 000000000..df2d2a5e1
--- /dev/null
+++ b/svgs/light/ellipsis-v.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/svgs/light/fighter-jet.svg b/svgs/light/fighter-jet.svg
new file mode 100644
index 000000000..7f244504a
--- /dev/null
+++ b/svgs/light/fighter-jet.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/svgs/light/file-audio.svg b/svgs/light/file-audio.svg
index e9a6aa094..3a642ebf8 100644
--- a/svgs/light/file-audio.svg
+++ b/svgs/light/file-audio.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/svgs/light/file-excel.svg b/svgs/light/file-excel.svg
index 732f55586..8aa96d5d6 100644
--- a/svgs/light/file-excel.svg
+++ b/svgs/light/file-excel.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/svgs/light/file-image.svg b/svgs/light/file-image.svg
index 24716260d..74c865363 100644
--- a/svgs/light/file-image.svg
+++ b/svgs/light/file-image.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/svgs/light/file-pdf.svg b/svgs/light/file-pdf.svg
index c371379bd..70cd8df2e 100644
--- a/svgs/light/file-pdf.svg
+++ b/svgs/light/file-pdf.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/svgs/light/file-powerpoint.svg b/svgs/light/file-powerpoint.svg
index c0aa2835c..694b17a37 100644
--- a/svgs/light/file-powerpoint.svg
+++ b/svgs/light/file-powerpoint.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/svgs/light/file-word.svg b/svgs/light/file-word.svg
index d8ddf32d0..791b3c8d6 100644
--- a/svgs/light/file-word.svg
+++ b/svgs/light/file-word.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/svgs/light/genderless.svg b/svgs/light/genderless.svg
new file mode 100644
index 000000000..8635ca1a6
--- /dev/null
+++ b/svgs/light/genderless.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/svgs/light/h-square.svg b/svgs/light/h-square.svg
new file mode 100644
index 000000000..598face69
--- /dev/null
+++ b/svgs/light/h-square.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/svgs/light/hospital.svg b/svgs/light/hospital.svg
new file mode 100644
index 000000000..8f6942a6e
--- /dev/null
+++ b/svgs/light/hospital.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/svgs/light/id-badge.svg b/svgs/light/id-badge.svg
new file mode 100644
index 000000000..aa2f710f4
--- /dev/null
+++ b/svgs/light/id-badge.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/svgs/light/id-card.svg b/svgs/light/id-card.svg
new file mode 100644
index 000000000..82a339088
--- /dev/null
+++ b/svgs/light/id-card.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/svgs/light/mars-double.svg b/svgs/light/mars-double.svg
new file mode 100644
index 000000000..60419e2cc
--- /dev/null
+++ b/svgs/light/mars-double.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/svgs/light/mars-stroke-h.svg b/svgs/light/mars-stroke-h.svg
new file mode 100644
index 000000000..c3b0c5119
--- /dev/null
+++ b/svgs/light/mars-stroke-h.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/svgs/light/mars-stroke-v.svg b/svgs/light/mars-stroke-v.svg
new file mode 100644
index 000000000..350a3a99d
--- /dev/null
+++ b/svgs/light/mars-stroke-v.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/svgs/light/mars-stroke.svg b/svgs/light/mars-stroke.svg
new file mode 100644
index 000000000..8abd3c19a
--- /dev/null
+++ b/svgs/light/mars-stroke.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/svgs/light/mars.svg b/svgs/light/mars.svg
new file mode 100644
index 000000000..55beeffab
--- /dev/null
+++ b/svgs/light/mars.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/svgs/light/medkit.svg b/svgs/light/medkit.svg
new file mode 100644
index 000000000..f39dea6dd
--- /dev/null
+++ b/svgs/light/medkit.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/svgs/light/mercury.svg b/svgs/light/mercury.svg
new file mode 100644
index 000000000..914a2adec
--- /dev/null
+++ b/svgs/light/mercury.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/svgs/light/microchip.svg b/svgs/light/microchip.svg
new file mode 100644
index 000000000..92e279cb2
--- /dev/null
+++ b/svgs/light/microchip.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/svgs/light/neuter.svg b/svgs/light/neuter.svg
new file mode 100644
index 000000000..cb9d0379e
--- /dev/null
+++ b/svgs/light/neuter.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/svgs/light/search-minus.svg b/svgs/light/search-minus.svg
index f237a355d..e70d154bc 100755
--- a/svgs/light/search-minus.svg
+++ b/svgs/light/search-minus.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/svgs/light/search-plus.svg b/svgs/light/search-plus.svg
index 64cdb7dd1..588ca77fb 100755
--- a/svgs/light/search-plus.svg
+++ b/svgs/light/search-plus.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/svgs/light/shield-alt.svg b/svgs/light/shield-alt.svg
new file mode 100644
index 000000000..a13f0267c
--- /dev/null
+++ b/svgs/light/shield-alt.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/svgs/light/shower.svg b/svgs/light/shower.svg
new file mode 100644
index 000000000..edea864d4
--- /dev/null
+++ b/svgs/light/shower.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/svgs/light/sitemap.svg b/svgs/light/sitemap.svg
new file mode 100644
index 000000000..f72e95c51
--- /dev/null
+++ b/svgs/light/sitemap.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/svgs/light/star-half.svg b/svgs/light/star-half.svg
new file mode 100644
index 000000000..d68cc18c8
--- /dev/null
+++ b/svgs/light/star-half.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/svgs/light/suitcase.svg b/svgs/light/suitcase.svg
new file mode 100644
index 000000000..3b5be06f2
--- /dev/null
+++ b/svgs/light/suitcase.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/svgs/light/transgender-alt.svg b/svgs/light/transgender-alt.svg
new file mode 100644
index 000000000..bc92208dd
--- /dev/null
+++ b/svgs/light/transgender-alt.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/svgs/light/transgender.svg b/svgs/light/transgender.svg
new file mode 100644
index 000000000..f3e9c5cf1
--- /dev/null
+++ b/svgs/light/transgender.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/svgs/light/truck.svg b/svgs/light/truck.svg
new file mode 100644
index 000000000..29a34e274
--- /dev/null
+++ b/svgs/light/truck.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/svgs/light/venus-double.svg b/svgs/light/venus-double.svg
new file mode 100644
index 000000000..883df9711
--- /dev/null
+++ b/svgs/light/venus-double.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/svgs/light/venus-mars.svg b/svgs/light/venus-mars.svg
new file mode 100644
index 000000000..c2ce11759
--- /dev/null
+++ b/svgs/light/venus-mars.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/svgs/light/venus.svg b/svgs/light/venus.svg
new file mode 100644
index 000000000..bc0e2642b
--- /dev/null
+++ b/svgs/light/venus.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/svgs/regular/address-book.svg b/svgs/regular/address-book.svg
new file mode 100644
index 000000000..f52931a06
--- /dev/null
+++ b/svgs/regular/address-book.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/svgs/regular/address-card.svg b/svgs/regular/address-card.svg
new file mode 100644
index 000000000..83752ffcc
--- /dev/null
+++ b/svgs/regular/address-card.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/svgs/regular/adjust.svg b/svgs/regular/adjust.svg
new file mode 100644
index 000000000..e95cb89cf
--- /dev/null
+++ b/svgs/regular/adjust.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/svgs/regular/ambulance.svg b/svgs/regular/ambulance.svg
new file mode 100644
index 000000000..ccc4b2056
--- /dev/null
+++ b/svgs/regular/ambulance.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/svgs/regular/anchor.svg b/svgs/regular/anchor.svg
new file mode 100644
index 000000000..39c023e34
--- /dev/null
+++ b/svgs/regular/anchor.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/svgs/regular/archive.svg b/svgs/regular/archive.svg
new file mode 100644
index 000000000..42d066a6e
--- /dev/null
+++ b/svgs/regular/archive.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/svgs/regular/asterisk.svg b/svgs/regular/asterisk.svg
new file mode 100644
index 000000000..8905717ce
--- /dev/null
+++ b/svgs/regular/asterisk.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/svgs/regular/at.svg b/svgs/regular/at.svg
new file mode 100644
index 000000000..0b94e3ca0
--- /dev/null
+++ b/svgs/regular/at.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/svgs/regular/balance-scale.svg b/svgs/regular/balance-scale.svg
new file mode 100644
index 000000000..b14a28ed0
--- /dev/null
+++ b/svgs/regular/balance-scale.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/svgs/regular/barcode.svg b/svgs/regular/barcode.svg
new file mode 100644
index 000000000..6c38673b0
--- /dev/null
+++ b/svgs/regular/barcode.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/svgs/regular/bath.svg b/svgs/regular/bath.svg
new file mode 100644
index 000000000..e8c27f185
--- /dev/null
+++ b/svgs/regular/bath.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/svgs/regular/battery-bolt.svg b/svgs/regular/battery-bolt.svg
new file mode 100644
index 000000000..60a5125ea
--- /dev/null
+++ b/svgs/regular/battery-bolt.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/svgs/regular/battery-empty.svg b/svgs/regular/battery-empty.svg
new file mode 100644
index 000000000..4272cfcca
--- /dev/null
+++ b/svgs/regular/battery-empty.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/svgs/regular/battery-full.svg b/svgs/regular/battery-full.svg
new file mode 100644
index 000000000..74187db8a
--- /dev/null
+++ b/svgs/regular/battery-full.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/svgs/regular/battery-half.svg b/svgs/regular/battery-half.svg
new file mode 100644
index 000000000..4a1179be6
--- /dev/null
+++ b/svgs/regular/battery-half.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/svgs/regular/battery-quarter.svg b/svgs/regular/battery-quarter.svg
new file mode 100644
index 000000000..8c436a1d3
--- /dev/null
+++ b/svgs/regular/battery-quarter.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/svgs/regular/battery-slash.svg b/svgs/regular/battery-slash.svg
new file mode 100644
index 000000000..af178199e
--- /dev/null
+++ b/svgs/regular/battery-slash.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/svgs/regular/battery-three-quarters.svg b/svgs/regular/battery-three-quarters.svg
new file mode 100644
index 000000000..aa042f79a
--- /dev/null
+++ b/svgs/regular/battery-three-quarters.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/svgs/regular/bed.svg b/svgs/regular/bed.svg
new file mode 100644
index 000000000..a4a418984
--- /dev/null
+++ b/svgs/regular/bed.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/svgs/regular/beer.svg b/svgs/regular/beer.svg
new file mode 100644
index 000000000..ab14a9acd
--- /dev/null
+++ b/svgs/regular/beer.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/svgs/regular/bell-slash.svg b/svgs/regular/bell-slash.svg
new file mode 100644
index 000000000..93781ad7b
--- /dev/null
+++ b/svgs/regular/bell-slash.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/svgs/regular/bell.svg b/svgs/regular/bell.svg
new file mode 100644
index 000000000..b2241ae5e
--- /dev/null
+++ b/svgs/regular/bell.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/svgs/regular/birthday-cake.svg b/svgs/regular/birthday-cake.svg
new file mode 100644
index 000000000..c92afec3a
--- /dev/null
+++ b/svgs/regular/birthday-cake.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/svgs/regular/bolt.svg b/svgs/regular/bolt.svg
new file mode 100644
index 000000000..7367c8889
--- /dev/null
+++ b/svgs/regular/bolt.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/svgs/regular/bookmark.svg b/svgs/regular/bookmark.svg
new file mode 100644
index 000000000..71888026f
--- /dev/null
+++ b/svgs/regular/bookmark.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/svgs/regular/briefcase.svg b/svgs/regular/briefcase.svg
new file mode 100644
index 000000000..949b879ba
--- /dev/null
+++ b/svgs/regular/briefcase.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/svgs/regular/building.svg b/svgs/regular/building.svg
new file mode 100644
index 000000000..9d53ad684
--- /dev/null
+++ b/svgs/regular/building.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/svgs/regular/bullseye.svg b/svgs/regular/bullseye.svg
new file mode 100644
index 000000000..8094ff195
--- /dev/null
+++ b/svgs/regular/bullseye.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/svgs/regular/calculator.svg b/svgs/regular/calculator.svg
new file mode 100644
index 000000000..ad26b8bf9
--- /dev/null
+++ b/svgs/regular/calculator.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/svgs/regular/cart-arrow-down.svg b/svgs/regular/cart-arrow-down.svg
new file mode 100644
index 000000000..7eb6d2fe7
--- /dev/null
+++ b/svgs/regular/cart-arrow-down.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/svgs/regular/cart-plus.svg b/svgs/regular/cart-plus.svg
new file mode 100644
index 000000000..70a63819a
--- /dev/null
+++ b/svgs/regular/cart-plus.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/svgs/regular/certificate.svg b/svgs/regular/certificate.svg
new file mode 100644
index 000000000..7d6c893b9
--- /dev/null
+++ b/svgs/regular/certificate.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/svgs/regular/circle-notch.svg b/svgs/regular/circle-notch.svg
new file mode 100644
index 000000000..b50f45b6d
--- /dev/null
+++ b/svgs/regular/circle-notch.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/svgs/regular/clone.svg b/svgs/regular/clone.svg
new file mode 100644
index 000000000..66e9ce3ab
--- /dev/null
+++ b/svgs/regular/clone.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/svgs/regular/comments.svg b/svgs/regular/comments.svg
new file mode 100644
index 000000000..bd0684b21
--- /dev/null
+++ b/svgs/regular/comments.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/svgs/regular/compass.svg b/svgs/regular/compass.svg
new file mode 100644
index 000000000..8bc308b06
--- /dev/null
+++ b/svgs/regular/compass.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/svgs/regular/credit-card-blank.svg b/svgs/regular/credit-card-blank.svg
new file mode 100644
index 000000000..5116af995
--- /dev/null
+++ b/svgs/regular/credit-card-blank.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/svgs/regular/credit-card-front.svg b/svgs/regular/credit-card-front.svg
new file mode 100644
index 000000000..7814e5a6e
--- /dev/null
+++ b/svgs/regular/credit-card-front.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/svgs/regular/credit-card.svg b/svgs/regular/credit-card.svg
new file mode 100644
index 000000000..88944a766
--- /dev/null
+++ b/svgs/regular/credit-card.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/svgs/regular/database.svg b/svgs/regular/database.svg
new file mode 100644
index 000000000..497608193
--- /dev/null
+++ b/svgs/regular/database.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/svgs/regular/dot-circle.svg b/svgs/regular/dot-circle.svg
new file mode 100644
index 000000000..e6133978d
--- /dev/null
+++ b/svgs/regular/dot-circle.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/svgs/regular/ellipsis-h.svg b/svgs/regular/ellipsis-h.svg
new file mode 100644
index 000000000..051504056
--- /dev/null
+++ b/svgs/regular/ellipsis-h.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/svgs/regular/ellipsis-v.svg b/svgs/regular/ellipsis-v.svg
new file mode 100644
index 000000000..53a40c543
--- /dev/null
+++ b/svgs/regular/ellipsis-v.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/svgs/regular/fighter-jet.svg b/svgs/regular/fighter-jet.svg
new file mode 100644
index 000000000..f9209ce65
--- /dev/null
+++ b/svgs/regular/fighter-jet.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/svgs/regular/file-excel.svg b/svgs/regular/file-excel.svg
index 6d359d6ce..481230270 100644
--- a/svgs/regular/file-excel.svg
+++ b/svgs/regular/file-excel.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/svgs/regular/file-image.svg b/svgs/regular/file-image.svg
index f1406c9d3..2ca87e5c8 100644
--- a/svgs/regular/file-image.svg
+++ b/svgs/regular/file-image.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/svgs/regular/file-pdf.svg b/svgs/regular/file-pdf.svg
index 1be9c3c4e..3f2fa4532 100644
--- a/svgs/regular/file-pdf.svg
+++ b/svgs/regular/file-pdf.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/svgs/regular/file-powerpoint.svg b/svgs/regular/file-powerpoint.svg
index ce972c050..41e3505b3 100644
--- a/svgs/regular/file-powerpoint.svg
+++ b/svgs/regular/file-powerpoint.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/svgs/regular/file-word.svg b/svgs/regular/file-word.svg
index e5e699914..2ba499007 100644
--- a/svgs/regular/file-word.svg
+++ b/svgs/regular/file-word.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/svgs/regular/genderless.svg b/svgs/regular/genderless.svg
new file mode 100644
index 000000000..798e8bbd7
--- /dev/null
+++ b/svgs/regular/genderless.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/svgs/regular/h-square.svg b/svgs/regular/h-square.svg
new file mode 100644
index 000000000..a7f84e34b
--- /dev/null
+++ b/svgs/regular/h-square.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/svgs/regular/hospital.svg b/svgs/regular/hospital.svg
new file mode 100644
index 000000000..9e8c1fa60
--- /dev/null
+++ b/svgs/regular/hospital.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/svgs/regular/id-badge.svg b/svgs/regular/id-badge.svg
new file mode 100644
index 000000000..57c5480fc
--- /dev/null
+++ b/svgs/regular/id-badge.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/svgs/regular/id-card.svg b/svgs/regular/id-card.svg
new file mode 100644
index 000000000..5cbae477e
--- /dev/null
+++ b/svgs/regular/id-card.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/svgs/regular/mars-double.svg b/svgs/regular/mars-double.svg
new file mode 100644
index 000000000..d4e81ee81
--- /dev/null
+++ b/svgs/regular/mars-double.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/svgs/regular/mars-stroke-h.svg b/svgs/regular/mars-stroke-h.svg
new file mode 100644
index 000000000..4565ac776
--- /dev/null
+++ b/svgs/regular/mars-stroke-h.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/svgs/regular/mars-stroke-v.svg b/svgs/regular/mars-stroke-v.svg
new file mode 100644
index 000000000..d05bcca00
--- /dev/null
+++ b/svgs/regular/mars-stroke-v.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/svgs/regular/mars-stroke.svg b/svgs/regular/mars-stroke.svg
new file mode 100644
index 000000000..8b5c9a2c8
--- /dev/null
+++ b/svgs/regular/mars-stroke.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/svgs/regular/mars.svg b/svgs/regular/mars.svg
new file mode 100644
index 000000000..34c898266
--- /dev/null
+++ b/svgs/regular/mars.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/svgs/regular/medkit.svg b/svgs/regular/medkit.svg
new file mode 100644
index 000000000..52bb26601
--- /dev/null
+++ b/svgs/regular/medkit.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/svgs/regular/mercury.svg b/svgs/regular/mercury.svg
new file mode 100644
index 000000000..a6162ab99
--- /dev/null
+++ b/svgs/regular/mercury.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/svgs/regular/microchip.svg b/svgs/regular/microchip.svg
new file mode 100644
index 000000000..a53a8ae7a
--- /dev/null
+++ b/svgs/regular/microchip.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/svgs/regular/neuter.svg b/svgs/regular/neuter.svg
new file mode 100644
index 000000000..66a5f5a94
--- /dev/null
+++ b/svgs/regular/neuter.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/svgs/regular/rectangle-portrait.svg b/svgs/regular/rectangle-portrait.svg
index 3804c61a3..4a78c4db0 100755
--- a/svgs/regular/rectangle-portrait.svg
+++ b/svgs/regular/rectangle-portrait.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/svgs/regular/shield-alt.svg b/svgs/regular/shield-alt.svg
new file mode 100644
index 000000000..3e485988a
--- /dev/null
+++ b/svgs/regular/shield-alt.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/svgs/regular/shower.svg b/svgs/regular/shower.svg
new file mode 100644
index 000000000..cf2f3458f
--- /dev/null
+++ b/svgs/regular/shower.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/svgs/regular/sitemap.svg b/svgs/regular/sitemap.svg
new file mode 100644
index 000000000..6fe562d6f
--- /dev/null
+++ b/svgs/regular/sitemap.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/svgs/regular/star-half.svg b/svgs/regular/star-half.svg
new file mode 100644
index 000000000..5eb145676
--- /dev/null
+++ b/svgs/regular/star-half.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/svgs/regular/suitcase.svg b/svgs/regular/suitcase.svg
new file mode 100644
index 000000000..d95310f59
--- /dev/null
+++ b/svgs/regular/suitcase.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/svgs/regular/transgender-alt.svg b/svgs/regular/transgender-alt.svg
new file mode 100644
index 000000000..77a07ec73
--- /dev/null
+++ b/svgs/regular/transgender-alt.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/svgs/regular/transgender.svg b/svgs/regular/transgender.svg
new file mode 100644
index 000000000..1973a2462
--- /dev/null
+++ b/svgs/regular/transgender.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/svgs/regular/truck.svg b/svgs/regular/truck.svg
new file mode 100644
index 000000000..4cb271eb3
--- /dev/null
+++ b/svgs/regular/truck.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/svgs/regular/venus-double.svg b/svgs/regular/venus-double.svg
new file mode 100644
index 000000000..821d44401
--- /dev/null
+++ b/svgs/regular/venus-double.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/svgs/regular/venus-mars.svg b/svgs/regular/venus-mars.svg
new file mode 100644
index 000000000..d14002958
--- /dev/null
+++ b/svgs/regular/venus-mars.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/svgs/regular/venus.svg b/svgs/regular/venus.svg
new file mode 100644
index 000000000..7b96784eb
--- /dev/null
+++ b/svgs/regular/venus.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/svgs/shims.yml b/svgs/shims.yml
new file mode 100644
index 000000000..faa04ed91
--- /dev/null
+++ b/svgs/shims.yml
@@ -0,0 +1,172 @@
+picture:
+ name: image
+
+facebook-official:
+ name: facebook
+ prefix: fab
+
+facebook:
+ name: facebook-f
+ prefix: fab
+
+arrow-circle-o-down:
+ name: arrow-circle-down
+ prefix: far
+
+arrow-circle-o-left:
+ name: arrow-circle-left
+ prefix: far
+
+arrow-circle-o-right:
+ name: arrow-circle-right
+ prefix: far
+
+arrow-circle-o-up:
+ name: arrow-circle-up
+ prefix: far
+
+bar-chart:
+ name: chart-bar
+
+line-chart:
+ name: chart-line
+
+pie-chart:
+ name: chart-pie
+
+area-chart:
+ name: chart-area
+
+caret-square-o-down:
+ name: caret-square-down
+ prefix: far
+
+caret-square-o-left:
+ name: caret-square-left
+ prefix: far
+
+caret-square-o-right:
+ name: caret-square-right
+ prefix: far
+
+caret-square-o-up:
+ name: caret-square-up
+ prefix: far
+
+circle-thin:
+ name: circle
+ prefix: fal
+
+cc:
+ name: closed-captioning
+
+chain-broken:
+ name: unlink
+
+diamond:
+ name: gem
+
+clipboard:
+ name: paste
+
+scissors:
+ name: cut
+
+files-o:
+ name: copy
+ prefix: far
+
+cutlery:
+ name: utensils
+
+file-text:
+ name: file-alt
+
+floppy-o:
+ name: save
+ prefix: far
+
+glass:
+ name: glass-martini
+
+google-plus-official:
+ name: google-plus
+ prefix: fab
+
+google-plus:
+ name: google-plus-g
+ prefix: fab
+
+header:
+ name: heading
+
+meanpath:
+ name: font-awesome
+ prefix: fab
+
+refresh:
+ name: sync
+
+pencil-square-o:
+ name: edit
+
+pencil-square:
+ name: pen-square
+
+sort-asc:
+ name: sort-up
+
+sort-desc:
+ name: sort-down
+
+spoon:
+ name: utensil-spoon
+
+window-close:
+ name: times-square
+
+youtube-square:
+ name: youtube-play
+ prefix: fab
+
+list-alt:
+ name: list-alt
+ prefix: far
+
+linkedin:
+ name: linkedin-in
+ prefix: fab
+
+arrows-alt:
+ name: expand-arrows
+
+calendar:
+ name: calendar-alt
+
+circle-o-notch:
+ name: circle-notch
+
+commenting:
+ name: comment-alt
+
+intersex:
+ name: transgender
+
+thumbs-o-up:
+ name: thumbs-up
+ prefix: far
+
+thumbs-o-down:
+ name: thumbs-down
+ prefix: far
+
+credit-card:
+ name: credit-card
+ prefix: far
+
+credit-card-alt:
+ name: credit-card
+
+creative-commons:
+ name: creative-commons
+ prefix: fab
diff --git a/svgs/solid/address-book.svg b/svgs/solid/address-book.svg
new file mode 100644
index 000000000..79ff7fc62
--- /dev/null
+++ b/svgs/solid/address-book.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/svgs/solid/address-card.svg b/svgs/solid/address-card.svg
new file mode 100644
index 000000000..e6ff4139b
--- /dev/null
+++ b/svgs/solid/address-card.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/svgs/solid/adjust.svg b/svgs/solid/adjust.svg
new file mode 100644
index 000000000..3321b8734
--- /dev/null
+++ b/svgs/solid/adjust.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/svgs/solid/ambulance.svg b/svgs/solid/ambulance.svg
new file mode 100644
index 000000000..d3a223595
--- /dev/null
+++ b/svgs/solid/ambulance.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/svgs/solid/anchor.svg b/svgs/solid/anchor.svg
new file mode 100644
index 000000000..49e5a2971
--- /dev/null
+++ b/svgs/solid/anchor.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/svgs/solid/archive.svg b/svgs/solid/archive.svg
new file mode 100644
index 000000000..26dc87ddd
--- /dev/null
+++ b/svgs/solid/archive.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/svgs/solid/asterisk.svg b/svgs/solid/asterisk.svg
new file mode 100644
index 000000000..1ae190275
--- /dev/null
+++ b/svgs/solid/asterisk.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/svgs/solid/at.svg b/svgs/solid/at.svg
new file mode 100644
index 000000000..f36b82737
--- /dev/null
+++ b/svgs/solid/at.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/svgs/solid/balance-scale.svg b/svgs/solid/balance-scale.svg
new file mode 100644
index 000000000..11e5b91e3
--- /dev/null
+++ b/svgs/solid/balance-scale.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/svgs/solid/barcode.svg b/svgs/solid/barcode.svg
new file mode 100644
index 000000000..6c38673b0
--- /dev/null
+++ b/svgs/solid/barcode.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/svgs/solid/bath.svg b/svgs/solid/bath.svg
new file mode 100644
index 000000000..3bd3cb69c
--- /dev/null
+++ b/svgs/solid/bath.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/svgs/solid/battery-bolt.svg b/svgs/solid/battery-bolt.svg
new file mode 100644
index 000000000..3fccabda6
--- /dev/null
+++ b/svgs/solid/battery-bolt.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/svgs/solid/battery-empty.svg b/svgs/solid/battery-empty.svg
new file mode 100644
index 000000000..29a10289a
--- /dev/null
+++ b/svgs/solid/battery-empty.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/svgs/solid/battery-full.svg b/svgs/solid/battery-full.svg
new file mode 100644
index 000000000..a15792b34
--- /dev/null
+++ b/svgs/solid/battery-full.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/svgs/solid/battery-half.svg b/svgs/solid/battery-half.svg
new file mode 100644
index 000000000..7255a28d7
--- /dev/null
+++ b/svgs/solid/battery-half.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/svgs/solid/battery-quarter.svg b/svgs/solid/battery-quarter.svg
new file mode 100644
index 000000000..1c0ec85ed
--- /dev/null
+++ b/svgs/solid/battery-quarter.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/svgs/solid/battery-slash.svg b/svgs/solid/battery-slash.svg
new file mode 100644
index 000000000..3146604d1
--- /dev/null
+++ b/svgs/solid/battery-slash.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/svgs/solid/battery-three-quarters.svg b/svgs/solid/battery-three-quarters.svg
new file mode 100644
index 000000000..72eff49bd
--- /dev/null
+++ b/svgs/solid/battery-three-quarters.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/svgs/solid/bed.svg b/svgs/solid/bed.svg
new file mode 100644
index 000000000..7cf813fb3
--- /dev/null
+++ b/svgs/solid/bed.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/svgs/solid/beer.svg b/svgs/solid/beer.svg
new file mode 100644
index 000000000..c6035a451
--- /dev/null
+++ b/svgs/solid/beer.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/svgs/solid/bell-slash.svg b/svgs/solid/bell-slash.svg
new file mode 100644
index 000000000..cc19bd414
--- /dev/null
+++ b/svgs/solid/bell-slash.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/svgs/solid/bell.svg b/svgs/solid/bell.svg
new file mode 100644
index 000000000..8a4284779
--- /dev/null
+++ b/svgs/solid/bell.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/svgs/solid/birthday-cake.svg b/svgs/solid/birthday-cake.svg
new file mode 100644
index 000000000..5c80830ee
--- /dev/null
+++ b/svgs/solid/birthday-cake.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/svgs/solid/bolt.svg b/svgs/solid/bolt.svg
new file mode 100644
index 000000000..f343aaa6f
--- /dev/null
+++ b/svgs/solid/bolt.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/svgs/solid/bookmark.svg b/svgs/solid/bookmark.svg
new file mode 100644
index 000000000..dbe224501
--- /dev/null
+++ b/svgs/solid/bookmark.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/svgs/solid/briefcase.svg b/svgs/solid/briefcase.svg
new file mode 100644
index 000000000..e562b45f5
--- /dev/null
+++ b/svgs/solid/briefcase.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/svgs/solid/building.svg b/svgs/solid/building.svg
new file mode 100644
index 000000000..ce0ee867f
--- /dev/null
+++ b/svgs/solid/building.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/svgs/solid/bullseye.svg b/svgs/solid/bullseye.svg
new file mode 100644
index 000000000..8ab9ddd0a
--- /dev/null
+++ b/svgs/solid/bullseye.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/svgs/solid/calculator.svg b/svgs/solid/calculator.svg
new file mode 100644
index 000000000..96eb3b10f
--- /dev/null
+++ b/svgs/solid/calculator.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/svgs/solid/cart-arrow-down.svg b/svgs/solid/cart-arrow-down.svg
new file mode 100644
index 000000000..a0b1f1fea
--- /dev/null
+++ b/svgs/solid/cart-arrow-down.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/svgs/solid/cart-plus.svg b/svgs/solid/cart-plus.svg
new file mode 100644
index 000000000..f43ebd8d8
--- /dev/null
+++ b/svgs/solid/cart-plus.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/svgs/solid/certificate.svg b/svgs/solid/certificate.svg
new file mode 100644
index 000000000..37dcabe0b
--- /dev/null
+++ b/svgs/solid/certificate.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/svgs/solid/chart-area.svg b/svgs/solid/chart-area.svg
index 34df09b68..47c886290 100755
--- a/svgs/solid/chart-area.svg
+++ b/svgs/solid/chart-area.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/svgs/solid/circle-notch.svg b/svgs/solid/circle-notch.svg
new file mode 100644
index 000000000..a43e92dfe
--- /dev/null
+++ b/svgs/solid/circle-notch.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/svgs/solid/circle.svg b/svgs/solid/circle.svg
index fb3c2f0ac..c2db0b25c 100755
--- a/svgs/solid/circle.svg
+++ b/svgs/solid/circle.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/svgs/solid/clock.svg b/svgs/solid/clock.svg
index a66aa99cc..6444d5b9b 100755
--- a/svgs/solid/clock.svg
+++ b/svgs/solid/clock.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/svgs/solid/clone.svg b/svgs/solid/clone.svg
new file mode 100644
index 000000000..c1b558954
--- /dev/null
+++ b/svgs/solid/clone.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/svgs/solid/comments.svg b/svgs/solid/comments.svg
new file mode 100644
index 000000000..35de2b0ff
--- /dev/null
+++ b/svgs/solid/comments.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/svgs/solid/compass.svg b/svgs/solid/compass.svg
new file mode 100644
index 000000000..f8fcbb4e3
--- /dev/null
+++ b/svgs/solid/compass.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/svgs/solid/credit-card-blank.svg b/svgs/solid/credit-card-blank.svg
new file mode 100644
index 000000000..f451cb82d
--- /dev/null
+++ b/svgs/solid/credit-card-blank.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/svgs/solid/credit-card-front.svg b/svgs/solid/credit-card-front.svg
new file mode 100644
index 000000000..31e33a046
--- /dev/null
+++ b/svgs/solid/credit-card-front.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/svgs/solid/credit-card.svg b/svgs/solid/credit-card.svg
new file mode 100644
index 000000000..a0d1a4cc3
--- /dev/null
+++ b/svgs/solid/credit-card.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/svgs/solid/database.svg b/svgs/solid/database.svg
new file mode 100644
index 000000000..78513e94a
--- /dev/null
+++ b/svgs/solid/database.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/svgs/solid/dot-circle.svg b/svgs/solid/dot-circle.svg
new file mode 100644
index 000000000..ea85cd8ee
--- /dev/null
+++ b/svgs/solid/dot-circle.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/svgs/solid/ellipsis-h.svg b/svgs/solid/ellipsis-h.svg
new file mode 100644
index 000000000..920c4750b
--- /dev/null
+++ b/svgs/solid/ellipsis-h.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/svgs/solid/ellipsis-v.svg b/svgs/solid/ellipsis-v.svg
new file mode 100644
index 000000000..91fc10099
--- /dev/null
+++ b/svgs/solid/ellipsis-v.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/svgs/solid/fighter-jet.svg b/svgs/solid/fighter-jet.svg
new file mode 100644
index 000000000..76fb177c1
--- /dev/null
+++ b/svgs/solid/fighter-jet.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/svgs/solid/file-archive.svg b/svgs/solid/file-archive.svg
index b8733bbbe..ad41f1354 100644
--- a/svgs/solid/file-archive.svg
+++ b/svgs/solid/file-archive.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/svgs/solid/file-audio.svg b/svgs/solid/file-audio.svg
index 4f83ebe3b..c491a45a4 100644
--- a/svgs/solid/file-audio.svg
+++ b/svgs/solid/file-audio.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/svgs/solid/file-excel.svg b/svgs/solid/file-excel.svg
index 0aa6a7aa7..62cec9dd2 100644
--- a/svgs/solid/file-excel.svg
+++ b/svgs/solid/file-excel.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/svgs/solid/file-pdf.svg b/svgs/solid/file-pdf.svg
index c86ec15bc..9782667d5 100644
--- a/svgs/solid/file-pdf.svg
+++ b/svgs/solid/file-pdf.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/svgs/solid/file-powerpoint.svg b/svgs/solid/file-powerpoint.svg
index 6df7934f3..bd26fb923 100644
--- a/svgs/solid/file-powerpoint.svg
+++ b/svgs/solid/file-powerpoint.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/svgs/solid/file-word.svg b/svgs/solid/file-word.svg
index d8a22ddb9..f484a94cc 100644
--- a/svgs/solid/file-word.svg
+++ b/svgs/solid/file-word.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/svgs/solid/genderless.svg b/svgs/solid/genderless.svg
new file mode 100644
index 000000000..9c9286734
--- /dev/null
+++ b/svgs/solid/genderless.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/svgs/solid/h-square.svg b/svgs/solid/h-square.svg
new file mode 100644
index 000000000..7c5c650a1
--- /dev/null
+++ b/svgs/solid/h-square.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/svgs/solid/hospital.svg b/svgs/solid/hospital.svg
new file mode 100644
index 000000000..4c0b2981a
--- /dev/null
+++ b/svgs/solid/hospital.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/svgs/solid/id-badge.svg b/svgs/solid/id-badge.svg
new file mode 100644
index 000000000..16d7bddb1
--- /dev/null
+++ b/svgs/solid/id-badge.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/svgs/solid/id-card.svg b/svgs/solid/id-card.svg
new file mode 100644
index 000000000..7b31c3da1
--- /dev/null
+++ b/svgs/solid/id-card.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/svgs/solid/mars-double.svg b/svgs/solid/mars-double.svg
new file mode 100644
index 000000000..49a76e073
--- /dev/null
+++ b/svgs/solid/mars-double.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/svgs/solid/mars-stroke-h.svg b/svgs/solid/mars-stroke-h.svg
new file mode 100644
index 000000000..32ea3f52e
--- /dev/null
+++ b/svgs/solid/mars-stroke-h.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/svgs/solid/mars-stroke-v.svg b/svgs/solid/mars-stroke-v.svg
new file mode 100644
index 000000000..e3c03aace
--- /dev/null
+++ b/svgs/solid/mars-stroke-v.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/svgs/solid/mars-stroke.svg b/svgs/solid/mars-stroke.svg
new file mode 100644
index 000000000..076d1e6d2
--- /dev/null
+++ b/svgs/solid/mars-stroke.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/svgs/solid/mars.svg b/svgs/solid/mars.svg
new file mode 100644
index 000000000..022f88d00
--- /dev/null
+++ b/svgs/solid/mars.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/svgs/solid/medkit.svg b/svgs/solid/medkit.svg
new file mode 100644
index 000000000..2bc4887cb
--- /dev/null
+++ b/svgs/solid/medkit.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/svgs/solid/mercury.svg b/svgs/solid/mercury.svg
new file mode 100644
index 000000000..a93041587
--- /dev/null
+++ b/svgs/solid/mercury.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/svgs/solid/microchip.svg b/svgs/solid/microchip.svg
new file mode 100644
index 000000000..2248d82cc
--- /dev/null
+++ b/svgs/solid/microchip.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/svgs/solid/neuter.svg b/svgs/solid/neuter.svg
new file mode 100644
index 000000000..cb7635d0f
--- /dev/null
+++ b/svgs/solid/neuter.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/svgs/solid/shield-alt.svg b/svgs/solid/shield-alt.svg
new file mode 100644
index 000000000..465e2f8a8
--- /dev/null
+++ b/svgs/solid/shield-alt.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/svgs/solid/shower.svg b/svgs/solid/shower.svg
new file mode 100644
index 000000000..9866d5733
--- /dev/null
+++ b/svgs/solid/shower.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/svgs/solid/sitemap.svg b/svgs/solid/sitemap.svg
new file mode 100644
index 000000000..3210a5881
--- /dev/null
+++ b/svgs/solid/sitemap.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/svgs/solid/star-half.svg b/svgs/solid/star-half.svg
new file mode 100644
index 000000000..f741ffb41
--- /dev/null
+++ b/svgs/solid/star-half.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/svgs/solid/suitcase.svg b/svgs/solid/suitcase.svg
new file mode 100644
index 000000000..f4bdc9b1f
--- /dev/null
+++ b/svgs/solid/suitcase.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/svgs/solid/transgender-alt.svg b/svgs/solid/transgender-alt.svg
new file mode 100644
index 000000000..6c1d1679e
--- /dev/null
+++ b/svgs/solid/transgender-alt.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/svgs/solid/transgender.svg b/svgs/solid/transgender.svg
new file mode 100644
index 000000000..10d73936f
--- /dev/null
+++ b/svgs/solid/transgender.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/svgs/solid/truck.svg b/svgs/solid/truck.svg
new file mode 100644
index 000000000..100e6083e
--- /dev/null
+++ b/svgs/solid/truck.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/svgs/solid/venus-double.svg b/svgs/solid/venus-double.svg
new file mode 100644
index 000000000..8fa1ba94f
--- /dev/null
+++ b/svgs/solid/venus-double.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/svgs/solid/venus-mars.svg b/svgs/solid/venus-mars.svg
new file mode 100644
index 000000000..78089d807
--- /dev/null
+++ b/svgs/solid/venus-mars.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/svgs/solid/venus.svg b/svgs/solid/venus.svg
new file mode 100644
index 000000000..637ef0cc2
--- /dev/null
+++ b/svgs/solid/venus.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/webfonts/fontawesome-brands-900.eot b/webfonts/fontawesome-brands-900.eot
index 23ca46c47..ca1521b55 100644
Binary files a/webfonts/fontawesome-brands-900.eot and b/webfonts/fontawesome-brands-900.eot differ
diff --git a/webfonts/fontawesome-brands-900.svg b/webfonts/fontawesome-brands-900.svg
index 74ba3967d..ae4079260 100644
--- a/webfonts/fontawesome-brands-900.svg
+++ b/webfonts/fontawesome-brands-900.svg
@@ -15,17 +15,20 @@
-
+
+
+
+
@@ -55,7 +67,7 @@
unicode=""
horiz-adv-x="576" d=" M232 274.8C263.8 290 280.4 313 280.4 348.8C280.4 419.4 227.8 436.6 167.1 436.6H0V82.2000000000001H171.8C236.2 82.2000000000001 296.7000000000001 113.1 296.7000000000001 185.1C296.7000000000001 229.6 275.6 262.5 232.0000000000001 274.8zM77.9 376.1H151C179.1 376.1 204.4 368.2 204.4 335.6C204.4 305.5 184.7 293.4 156.9 293.4H77.9V376.1zM161.2 142.4H77.9V240H162.8C197.1 240 218.8 225.7 218.8 189.4C218.8 153.6 192.9 142.4 161.2 142.4zM519.7 383.1H376V418H519.7V383.1zM576 206.8C576 282.7000000000001 531.6 346 451.1 346C372.9000000000001 346 319.8 287.2 319.8 210.2C319.8 130.3 370.1 75.5 451.1 75.5C512.4 75.5 552.1 103.1 571.2 161.8H509C502.3 139.9 474.7 128.3 453.3 128.3C412 128.3 390.3 152.5 390.3 193.6H575.4C575.6999999999999 197.8 576 202.3 576 206.8zM390.4 238C392.7 271.7 415.1 292.8 448.9 292.8C484.3 292.8 502.1 272 505.1 238H390.4z" />
+
+
+
+ horiz-adv-x="576" d=" M576 256.6C538.1 256.8 531.8 257.5 521.5 251.6V256.6C476.2 256.6 468 258.3 456.6 251.4000000000001V256.6H378.4000000000001V251.5C367.0000000000001 258 357.0000000000001 256.6 302.7000000000001 256.6V251C296.4000000000001 254.7 288.2000000000001 256.6 278.4000000000001 256.6H220.4C216.9 252.8 207.9 242.9 204.7000000000001 239.4C192.0000000000001 253.5 194.2000000000001 251 189.2000000000001 256.6H106.1000000000001V164.3H188.1000000000001C191.4000000000001 167.8 201.0000000000001 178.1999999999999 204.2000000000001 181.6999999999999C216.9 167.3999999999999 214.5000000000001 170 219.6000000000001 164.3H268.5000000000001C268.5000000000001 179 268.6000000000001 172.6 268.6000000000001 187.3C280.1000000000001 187.1 292.9000000000001 187.5 302.9000000000001 193.5C302.9000000000001 179.6 302.8000000000001 176.3999999999999 302.8000000000001 164.3H342.4000000000001C342.4000000000001 182.8 342.5000000000001 171.6999999999999 342.5000000000001 189.6C348.7000000000001 189.6 350.2000000000001 189.6 351.9000000000001 189.5C352.0000000000001 188.1999999999999 351.9000000000001 189.5 351.9000000000001 164.3C504.7000000000001 164.3 497.8000000000001 163.1999999999999 508.6000000000001 168.8V164.3C543.4000000000001 164.3 563.4000000000001 162.1 576.1000000000001 170.4V80C576.1000000000001 53.5 554.6000000000001 32 528.1000000000001 32H48C21.5 32 0 53.5 0 80V283.7H26.6C30.8 293.8 28.8 289 33 299H52.2C56.4 289 54.4 293.8 58.6 283.7H111.5V295.1C113.7 290.1 112.6 292.6 116.6 283.7H146.1C148.5 289.2 148.7 289.5 151.2 295.1V283.7H286.7V308.8C293.1 308.8 294.7 308.9 296.5 308.6C296.5 308.6 296.3 297.7 296.6 283.8H363.1V292.7C370.5 286.8 380.5 283.8 392.8 283.8H419.6C423.8 293.9 421.8 289.1 426 299.1H445C451.5 284.1 445.2 298.6 451.6 283.8H504.4V305.7C516.2 286 512.2 292.8 517.6 283.8H559.2V375.8H519.3000000000001V357.4C507.1000000000001 377.6 513.0000000000001 367.8 508.1000000000001 375.8H464.8000000000001V355.2C458.6000000000001 369.8 460.2 366 456.0000000000001 375.8H423.6000000000001C423.2000000000001 375.8 421.3000000000001 375.6 421.3000000000001 376.1H393.7000000000001C380.9000000000001 376.1 370.6 372.9 363.0000000000001 366.8V376.1H323.1000000000001V370.8C312.3000000000001 376.9 302.4000000000001 375.9 258.7000000000001 376.1C258.6 376.1 247.1000000000001 376.2 247.1000000000001 376.1H144.1000000000001C141.6000000000001 370 137.3000000000001 359.7 131.5000000000001 346.1C128.7000000000001 352.1 120.5000000000001 369.9 117.6000000000001 376.1H71.6000000000001V355C64.2000000000001 372.4 66.9000000000001 366 62.6000000000001 376.1H22.9C19.5 368.2 9.2 344.1 -0.2 322.2V432C-0.2 458.5 21.3 480 47.8 480H527.8C554.3 480 575.8 458.5 575.8 432V256.6zM389.4 337.2C389.1 337 388 335 388 329.6C388 323.6 388.9 321.9 389.1 321.7C389.3 321.6 390.2000000000001 321.2 392.5 321.2L399.8 338.1C398.7 338.1 397.7 338.2 396.7 338.2C391.1 338.2 389.7 337.5 389.4 337.2zM369.5 206.3C378.7 203 380.5 196.8 380.5 187.9L380.4 174.1H363.8L363.9 185.6C363.9 197.4 360.1 199.4 349.1 199.4H331.5L331.3999999999999 174.1H314.7999999999999L314.8999999999999 243.4H354.2999999999999C367.2999999999999 243.4 381.3999999999999 241.1 381.3999999999999 224.7C381.2999999999999 217.1 377.2 209.4 369.5 206.3zM363.2 221.6999999999999C363.2 228.0999999999999 357.6 229.0999999999999 352.5 229.0999999999999H331.5V213.4999999999999H352.2C357.8 213.4999999999999 363.2 214.7999999999999 363.2 221.6999999999999zM544.9 228.8H575V243.4H542.1C529.3000000000001 243.4 518.3000000000001 236.8 518.3000000000001 222.7C518.3000000000001 189.7 561.0000000000001 209.9 561.0000000000001 195.3C561.0000000000001 190.2 556.7000000000002 188.9 552.6000000000001 188.9H520.6000000000001L520.5000000000001 174.1H552.5000000000001C560.9000000000001 174.1 570.1000000000001 175.9 575.0000000000001 183V208.8C564.5000000000001 222.6 535.7000000000002 210.1 535.7000000000002 222.3C535.7000000000002 228.1 540.3000000000002 228.8 544.9000000000002 228.8zM445.7 229.1V243.4H390.5L390.4 174.1H445.6L445.7 188.4L407.1 188.7V202.5H445V216.6H407.2V229.1H445.7zM487.9 189H455.7L455.6 174.1999999999999H487.8C502.6 174.1999999999999 514 179.8 514 196.1999999999999C514 229.3999999999999 471.1 207.3999999999999 471.1 222.5C471.1 228.1 476 228.8999999999999 480.3 228.8999999999999H510.7V243.5H477.5C464.7 243.5 454 236.8999999999999 454 222.8C454 189.8 496.7 210.3 496.7 195.4C496.6 190 492 189 487.9 189zM409.8 347.7C392.4 348 376.6 351.8 376.6 328C376.6 316.2 379.4 308.0999999999999 392.7 308.0999999999999H400.1L423.6 362.5999999999999H448.4L476.3 297.2V362.5999999999999H501.6L530.6999999999999 314.5V362.5999999999999H547.5999999999999V293.5999999999999H524L492.8 345.5V293.5999999999999H459.1L452.5 308.9H418.2L411.8 293.5999999999999H392.6C369.8 293.5999999999999 359.6 305.4 359.6 327.5999999999999C359.6 350.9 370.1 362.8999999999999 393.6 362.8999999999999H409.7000000000001V347.7zM424.1 323.2H446.9L435.7 350.8L424.1 323.2zM351.5 362.8H334.6V293.5H351.5V362.8zM313.4 325.5C322.9 322.2 324.4 316.3 324.4 307.0999999999999V293.5999999999999H307.8C307.5 308.4 311.4 318.7 293 318.7H275V293.5999999999999H258.6V362.8999999999999L297.7 362.5999999999999C311 362.5999999999999 325.1 360.5999999999999 325.1 344.2C325.2 336.2 320.8 328.4999999999999 313.4 325.4999999999999zM306.7 340.8C306.7 347.2 301.1 348.2 296 348.2H275V332.9H295.7C301.4 332.9 306.7 334.2 306.7 340.8zM247.2 348.2V362.8H191.7V293.5H247.2V307.8H208.3V321.6H246.1V335.7H208.3V348.2H247.2zM162.6 293.5V347.7L138.6 293.5H124L100 347.7V293.5H66.2L59.8 308.8H25.3L18.9 293.5H1L30.7 362.8H55.2L83.3 297.1V362.8H110.4L132.1 315.8L151.8 362.8H179.4V293.5H162.6zM53.9 323.2L42.4 350.8L31.2 323.2H53.9zM306.9 220.7C306.9 192.8 276.5 197.4 257.6 197.4L257.5 174.1H225.3L204.9 197.1L183.5999999999999 174.1H118.1999999999999L118.2999999999999 243.4H184.7999999999999L205.2999999999999 220.6L226.3 243.4H279C294.6 243.4 306.9 238 306.9 220.7zM194.2 208.9L176.3 229.1H134.6V216.6H170.9V202.5H134.6V188.6999999999999H175.2L194.2 208.8999999999999zM241 236L215.7 208.6L241 180.5V236zM289.3 220.7C289.3 226.8 284.7 229.1 279.1 229.1H257.6V211.5H278.8C284.7 211.5 289.3 214.3 289.3 220.6999999999999z" />
+ horiz-adv-x="576" d=" M239.7 432.1C142.8 432.1 63.9 353.5 63.9 256.3C63.9 159.4 142.8 80.5 239.7 80.5C336.9 80.5 415.5 159.4 415.5 256.3C415.5 353.5 336.9 432.1 239.7 432.1zM199.8 152.5C158.1 168.4 128.4 208.9 128.4 256.3S158.1 344.2000000000001 199.8 360.4V152.5zM279.6 152.2V360.4C321.3 344.2000000000001 351 303.7 351 256.3S321.3 168.4 279.6 152.2000000000001zM528 480H48C21.5 480 0 458.5 0 432V80C0 53.5 21.5 32 48 32H528C554.5 32 576 53.5 576 80V432C576 458.5 554.5 480 528 480zM329.7 64H239.4C133.2 64 45.6 149.5 45.6 254.2C45.6 368.8 133.2 448 239.4 448H329.7C434.7 448 530.4 368.8 530.4 254.2C530.4 149.5 434.7 64 329.7 64z" />
+ horiz-adv-x="576" d=" M83 299.9C83 292 79.8 284.4 74.1 279.2000000000001C69.2 274.8 62.5 272.8 52.2 272.8H48V327H52.2C62.5 327 68.9 325.3 74.1 320.4C79.8 315.4 83 307.8 83 299.9zM504.8 328H499.9V303.1H504.6C514.9 303.1 520.4 307.5 520.4 315.9C520.4 323.8 514.9 328 504.8 328zM576 432V80C576 53.5 554.5 32 528 32H48C21.5 32 0 53.5 0 80V432C0 458.5 21.5 480 48 480H528C554.5 480 576 458.5 576 432zM428 259H473.3V272.8H444V295H472.3V308.8H444V327H473.3V341H428V259zM341.8 341L376.8 256.8H385.4000000000001L420.9000000000001 341H403.4000000000001L381.2000000000001 285.8L359.3000000000001 341H341.8000000000001zM258.8 299.4C258.8 274.8 278.7 254.8 303.4000000000001 254.8C328.0000000000001 254.8 348.0000000000001 274.7000000000001 348.0000000000001 299.4C348.0000000000001 324 328.1000000000001 344 303.4000000000001 344C278.8 344 258.8 324.1 258.8 299.4zM190.8 299.9C190.8 267.4 224.4 247.4 254.1 261.7V280.7C234.8 261.4 207.3 274.9 207.3 299.9C207.3 323.6 234 339 254.1 318.9V337.9C223.9 352.9 190.8 331.1 190.8 299.9zM156.9 271.6C149.3 271.6 143.1 275.3 139.4 282.4L129.1 272.5C146.9 246.4 185.7 254.3 185.7 283.8C185.7 296.9 180.3 302.8 162.1 309.4C152.5 312.8 149.8 315.3 149.8 319.7000000000001C149.8 328.4 164.3 333.8 174.7 322.2000000000001L183.1 333C164 350.1 133.4 341.9000000000001 133.4 318.7000000000001C133.4 307.4 138.6 301.5 153.6 296C179.3 286.9000000000001 168.3 271.6 156.9 271.6zM99.5 299.9C99.5 324 81.5 341 55.4 341H32V259H55.4C86.3 259 99.5 281.4 99.5 299.9zM122.9 341H106.9V259H122.9V341zM544 224C510.7 203.2 317.6 99.6 128 64H529C537.2 64 544 70.8 544 79V224zM544 259L518.1 293.5C530.2 296 536.8000000000001 304.1 536.8000000000001 316.7C536.8000000000001 345.2 506.5000000000001 341.1 483.9000000000001 341.1V259.1H499.9000000000001V291.9H502.1000000000001L524.3000000000001 259.1H544z" />
+ horiz-adv-x="576" d=" M431.5 267.7V300C472.7 300 470 299.8 470 299.8C477.3 298.5 483.3 292.5 483.3 283.8C483.3 275 477.3 269.3 470 268C468.8 267.6 466.7 267.7 431.5 267.7zM474.3 247.5C471.5 248.2 471 248 431.5 248V213C471.1 213 471.5 212.8 474.3 213.5C481.8 215 487.8 221.5 487.8 230.5C487.8 239.2 481.8 246 474.3 247.5zM576 432V80C576 53.5 554.5 32 528 32H48C21.5 32 0 53.5 0 80V432C0 458.5 21.5 480 48 480H528C554.5 480 576 458.5 576 432zM182 319.7H125C125 252.6 135.7 210 89.2 210C69.7 210 50.4 215.7 32 224.8V196.8C62 188.5 100 188.5 100 188.5C197.9 188.5 182 236.2 182 319.7zM360.5 315.2C297.1 331.2 195.5 330.1 195.5 255.9C195.5 178.8 303.7 182.3 360.5 196.7V225C312.9 200.3 253 203 253 256S312.8 311.6 360.5 287.2V315.2zM544 225.5C544 244 527.5 256 506 257.5V258.3C525.5 261 536.3 273.8 536.3 288.5C536.3 307.5 520.5999999999999 318.5 499.3 319.5C499.3 319.5 505.6 319.8 379 319.8V192.3H501.6999999999999C525.9999999999999 192.2 543.9999999999999 205.2 543.9999999999999 225.5z" />
+ horiz-adv-x="576" d=" M482.9 101.7C482.9 94.9 478.3 90 471.7 90C464.9 90 460.5 95.2 460.5 101.7C460.5 108.2 464.9 113.4 471.7 113.4C478.3 113.4 482.9 108.2 482.9 101.7zM172.1 113.4C165 113.4 160.9 108.2 160.9 101.7C160.9 95.2 165 90 172.1 90C178.6 90 183 94.9 183 101.7C182.9 108.2 178.6 113.4 172.1 113.4zM289.6 113.7C284.2 113.7 280.9 110.2 280.1 105H299.2C298.3 110.7 294.8 113.7 289.6 113.7zM397.4 113.4C390.6 113.4 386.5 108.2 386.5 101.7C386.5 95.2 390.6 90 397.4 90C404.2 90 408.6 94.9 408.6 101.7C408.6 108.2 404.2 113.4 397.4 113.4zM503.3 87.3C503.3 86.9999999999999 503.6 86.8 503.6 86.1999999999999C503.6 85.8999999999999 503.3 85.6999999999999 503.3 85.0999999999999C502.9999999999999 84.7999999999999 502.9999999999999 84.5999999999999 502.8 84.2999999999999C502.4999999999999 83.9999999999999 502.3 83.7999999999999 501.6999999999999 83.7999999999999C501.3999999999999 83.4999999999999 501.1999999999999 83.4999999999999 500.5999999999999 83.4999999999999C500.2999999999999 83.4999999999999 500.0999999999999 83.4999999999999 499.4999999999999 83.7999999999999C499.1999999999999 83.7999999999999 498.9999999999999 84.0999999999999 498.6999999999999 84.2999999999999C498.3999999999999 84.5999999999999 498.1999999999999 84.7999999999999 498.1999999999999 85.0999999999999C497.8999999999999 85.5999999999999 497.8999999999999 85.8999999999999 497.8999999999999 86.1999999999999C497.8999999999999 86.6999999999999 497.8999999999999 86.9999999999999 498.1999999999999 87.3C498.1999999999999 87.8 498.4999999999999 88.1 498.6999999999999 88.4C498.9999999999999 88.7 499.1999999999999 88.7 499.4999999999999 88.9C499.9999999999999 89.2 500.2999999999999 89.2 500.5999999999999 89.2C501.0999999999999 89.2 501.3999999999999 89.2 501.6999999999999 88.9C502.1999999999999 88.6 502.4999999999999 88.6 502.8 88.4S502.9999999999999 87.8 503.3 87.3zM501.1 85.9C501.6 85.9 501.6 86.2 501.9 86.2C502.2 86.5 502.2 86.7 502.2 87C502.2 87.3 502.2 87.5 501.9 87.8C501.6 87.8 501.4 88.1 500.8 88.1H499.1999999999999V84.6H499.9999999999999V86H500.3L501.4 84.6H502.2L501.1 85.9zM576 431V79C576 52.5 554.5 31 528 31H48C21.5 31 0 52.5 0 79V431C0 457.5 21.5 479 48 479H528C554.5 479 576 457.5 576 431zM64 291.4C64 214.9 126.1 152.9 202.5 152.9C229.7 152.9 256.4 161.1 279 176C206.1 235.3 206.6 347.2 279 406.5C256.4 421.5 229.7 429.6 202.5 429.6C126.1 429.7 64 367.6 64 291.4zM288 182.6C358.5 237.6 358.2 344.8 288 400.1C217.8 344.8 217.5 237.5 288 182.6zM145.7 106.3C145.7 115 140 120.7 131 121C126.4 121 121.5 119.6 118.2 114.5C115.8 118.6 111.7 121 106 121C102.2 121 98.4 119.6 95.4 115.6V120H87.2V83.3H95.4C95.4 102.2 92.9 113.5 104.4 113.5C114.6 113.5 112.6 103.3 112.6 83.3H120.5C120.5 101.6 118 113.5 129.5 113.5C139.7 113.5 137.7 103.5 137.7 83.3H145.9V106.3zM190.6 120H182.7V115.6C180 118.9 176.2 121 171 121C160.7 121 152.8 112.8 152.8 101.7C152.8 90.5 160.7 82.4 171 82.4C176.2 82.4 180 84.3 182.7 87.8V83.1999999999999H190.6V120zM231.1 94.4C231.1 109.4 208.2 102.6 208.2 109.6C208.2 115.3 220.1 114.4 226.7 110.7L230 117.2C220.6 123.3 199.8 123.2 199.8 109C199.8 94.7 222.7 100.7 222.7 94C222.7 87.7 209.2 88.2 202 93.2L198.5 86.9C209.7 79.3 231.1 80.9 231.1 94.4zM266.5 85.1L264.3 91.9C260.5 89.8 252.1 87.5 252.1 96V112.6H265.2000000000001V120H252.1000000000001V131.2H243.9000000000001V120H236.3000000000001V112.7H243.9000000000001V96C243.9000000000001 78.4 261.2000000000001 81.6 266.5000000000001 85.1zM279.8 98.4999999999999H307.3C307.3 114.6999999999999 299.9000000000001 121.1 289.9000000000001 121.1C279.3 121.1 271.7000000000001 113.2 271.7000000000001 101.8C271.7000000000001 81.3 294.3000000000001 77.9 305.5000000000001 87.6L301.7000000000001 93.6C293.9000000000001 87.2 282.1 87.8 279.8000000000001 98.4999999999999zM338.9000000000001 120C334.3 122 327.3 121.8 323.7000000000001 115.6V120H315.5000000000001V83.3H323.7000000000001V104C323.7000000000001 115.6 333.2000000000001 114.1 336.5000000000001 112.4L338.9000000000001 120zM349.5000000000001 101.6999999999999C349.5000000000001 113.0999999999999 361.1000000000001 116.8 370.2000000000001 110.0999999999999L374.0000000000001 116.5999999999999C362.4000000000001 125.6999999999999 341.3000000000001 120.6999999999999 341.3000000000001 101.5999999999999C341.3000000000001 81.7999999999999 363.7000000000001 77.7999999999999 374.0000000000001 86.5999999999999L370.2000000000001 93.0999999999999C361.0000000000001 86.5999999999999 349.5000000000001 90.4999999999999 349.5000000000001 101.6999999999999zM416.2000000000001 120H408V115.6C399.7 126.6 378.1 120.4 378.1 101.7C378.1 82.5 400.5 77 408 87.8V83.2H416.2V120zM449.9000000000001 120C447.5000000000001 121.1999999999999 438.9000000000001 122.8999999999999 434.7000000000001 115.6V120H426.8000000000001V83.3H434.7000000000001V104C434.7000000000001 115 443.7000000000001 114.3 447.5000000000001 112.4L449.9000000000001 120zM490.2 134.8999999999999H482.3000000000001V115.5999999999999C474.1000000000001 126.4999999999999 452.4000000000001 120.6999999999999 452.4000000000001 101.6999999999999C452.4000000000001 82.3 474.9000000000001 77.0999999999999 482.3000000000001 87.8V83.1999999999999H490.2V134.8999999999999zM497.8000000000001 209.9999999999999V205.3999999999999H498.6000000000001V210H500.5000000000001V210.8H495.9V210H497.8zM504.4000000000001 86.1999999999999C504.4000000000001 86.6999999999999 504.4000000000001 87.2999999999999 504.1000000000001 87.7999999999999C503.8000000000001 88.0999999999999 503.6000000000001 88.5999999999999 503.3000000000001 88.8999999999999C503.0000000000001 89.1999999999999 502.5000000000001 89.3999999999999 502.2 89.6999999999999C501.7 89.6999999999999 501.1 89.9999999999999 500.6 89.9999999999999C500.3 89.9999999999999 499.8 89.6999999999999 499.2 89.6999999999999C498.7 89.3999999999999 498.4 89.1999999999999 498.1 88.8999999999999C497.6 88.5999999999999 497.3 88.0999999999999 497.3 87.7999999999999C497 87.2999999999999 497 86.6999999999999 497 86.1999999999999C497 85.8999999999999 497 85.3999999999999 497.3 84.7999999999999C497.3 84.4999999999999 497.6 83.9999999999999 498.1 83.6999999999999C498.4 83.3999999999999 498.6 83.1999999999999 499.2 82.8999999999999C499.7 82.5999999999999 500.3000000000001 82.5999999999999 500.6 82.5999999999999C501.1 82.5999999999999 501.7 82.5999999999999 502.2 82.8999999999999C502.5000000000001 83.1999999999999 503.0000000000001 83.3999999999999 503.3000000000001 83.6999999999999C503.6000000000001 83.9999999999999 503.8000000000001 84.4999999999999 504.1000000000001 84.7999999999999C504.4000000000001 85.3999999999999 504.4000000000001 85.8999999999999 504.4000000000001 86.1999999999999zM507.6000000000001 210.8999999999999H506.2000000000001L504.6000000000001 207.3999999999999L503.0000000000001 210.8999999999999H501.6000000000001V205.4999999999999H502.4000000000001V209.5999999999999L504.0000000000001 206.0999999999999H505.1000000000001L506.5000000000001 209.5999999999999V205.4999999999999H507.6000000000001V210.8999999999999zM512.0000000000001 291.3999999999999C512.0000000000001 367.5999999999999 449.9000000000001 429.6999999999999 373.5000000000001 429.6999999999999C346.3000000000002 429.6999999999999 319.6000000000002 421.4999999999999 297.0000000000001 406.5999999999999C369.1000000000002 347.2999999999999 370.2000000000001 235.0999999999999 297.0000000000001 176.0999999999999C319.6000000000002 161.0999999999999 346.5000000000001 152.9999999999999 373.5000000000001 152.9999999999999C449.9000000000001 152.8999999999999 512.0000000000001 214.8999999999999 512.0000000000001 291.3999999999999z" />
+ horiz-adv-x="576" d=" M186.3 253.8C186.3 241.6 176.6 232.3 164.3 232.3C155.1 232.3 148.3 237.5 148.3 247.3C148.3 259.5 157.8 269.3 170 269.3C179.3 269.3 186.3 263.6 186.3 253.8zM80.5 302.3H75.8C74.3 302.3 72.8 301.3 72.6 299.6L68.3 272.9000000000001L76.5 273.2000000000001C87.5 273.2000000000001 96 274.7000000000001 98 287.4000000000001C100.3 300.8000000000001 91.8 302.3000000000001 80.5 302.3000000000001zM364.5 302.3H360C358.2 302.3 357 301.3 356.8 299.6L352.6 272.9000000000001L360.6 273.2000000000001C373.6 273.2000000000001 382.6 276.2000000000001 382.6 291.2000000000001C382.5 301.8000000000001 373 302.3000000000001 364.5 302.3000000000001zM576 432V80C576 53.5 554.5 32 528 32H48C21.5 32 0 53.5 0 80V432C0 458.5 21.5 480 48 480H528C554.5 480 576 458.5 576 432zM128.3 296.6C128.3 317.6 112.1 324.6 93.6 324.6H53.6C51.1 324.6 48.6 322.6 48.4 319.9L32 217.8C31.7 215.8 33.2 213.8 35.2 213.8H54.2C56.9 213.8 59.4 216.7 59.7 219.5L64.2 246.1C65.2 253.3 77.4 250.8 82.2 250.8C110.8 250.8 128.3 267.8 128.3 296.6zM212.5 287.8H193.5C189.7 287.8 189.5 282.3 189.3 279.6C183.5 288.1 175.1 289.6 165.6 289.6C141.1 289.6 122.4 268.1 122.4 244.4C122.4 224.9 134.6 212.2 154.1 212.2C163.1 212.2 174.3 217.1 180.6 224.1C180.1 222.6 179.6 219.4 179.6 217.9C179.6 215.6 180.6 213.9 182.8 213.9H200C202.7 213.9 205 216.8 205.5 219.6L215.7 283.9C216 285.8 214.5 287.8 212.5 287.8zM253 189.9L316.7 282.5C317.2 283 317.2 283.5 317.2 284.2C317.2 285.9 315.7 287.7 314 287.7H294.8C293.1 287.7 291.3 286.7 290.3 285.2L263.8 246.2L252.8 283.7C252 285.8999999999999 249.8 287.7 247.3 287.7H228.6C226.9000000000001 287.7 225.4000000000001 285.8999999999999 225.4000000000001 284.2C225.4000000000001 283 244.9000000000001 227.3999999999999 246.6 222.0999999999999C243.9000000000001 218.2999999999999 226.1 193.4999999999999 226.1 190.4999999999999C226.1 188.6999999999999 227.6 187.2999999999999 229.3 187.2999999999999H248.5C250.3 187.3999999999999 252 188.3999999999999 253 189.8999999999999zM412.3 296.6C412.3 317.6 396.1 324.6 377.6 324.6H337.9000000000001C335.2000000000001 324.6 332.7000000000001 322.6 332.4000000000001 319.9L316.2000000000001 217.9C316.0000000000001 215.9 317.5000000000001 213.9 319.4000000000001 213.9H339.9000000000001C341.9000000000001 213.9 343.4000000000001 215.4 343.9000000000001 217.1L348.4000000000001 246.1C349.4000000000001 253.3 361.6 250.8 366.4000000000001 250.8C394.8 250.8 412.3 267.8 412.3 296.6zM496.5 287.8H477.5C473.7 287.8 473.5 282.3 473.2 279.6C467.7 288.1 459.2 289.6 449.5 289.6C425 289.6 406.3 268.1 406.3 244.4C406.3 224.9 418.5 212.2 438 212.2C447.3 212.2 458.5 217.1 464.5 224.1C464.2 222.6 463.5 219.4 463.5 217.9C463.5 215.6 464.5 213.9 466.7 213.9H484C486.7 213.9 489 216.8 489.5 219.6L499.7 283.9C500 285.8 498.5 287.8 496.5 287.8zM544 321.1C544 323.1 542.5 324.6 540.8 324.6H522.3C520.8 324.6 519.3 323.4 519.0999999999999 321.9L502.8999999999999 217.9L502.5999999999999 217.4C502.5999999999999 215.6 504.0999999999999 213.9 506.0999999999999 213.9H522.5999999999999C525.0999999999999 213.9 527.5999999999999 216.8 527.8 219.6L544 320.8V321.1zM454 269.3C441.8 269.3 432.3 259.6 432.3 247.3C432.3 237.6 439.3 232.3 448.5 232.3C460.5 232.3 470.2 241.5 470.2 253.8C470.3 263.6 463.3 269.3 454 269.3z" />
+ horiz-adv-x="576" d=" M398.7 252.3C398.7 237.9000000000001 395 217.1 380.5 217.1C376.8 217.1 373.3 217.8 370.3 219.3V275.2000000000001C380.4000000000001 285.8 398.7 290.4 398.7 252.3zM494.4 285.7000000000001C485.9 285.7000000000001 481.4 278 480.4 261.3H507.8C507.4 277.7000000000001 502.9 285.7000000000001 494.4 285.7000000000001zM576 432V80C576 53.5 554.5 32 528 32H48C21.5 32 0 53.5 0 80V432C0 458.5 21.5 480 48 480H528C554.5 480 576 458.5 576 432zM119.1 227.6C119.1 267.2000000000001 68.7 261.9000000000001 68.7 277C68.7 289.6 97.4 281.1 109.1 275.3000000000001L113.6 303.2000000000001C81.3 318.7000000000001 33.8 313.9000000000001 33.8 274.5000000000001C33.8 254.1000000000001 46.3 245.1000000000001 66.7 237.8000000000001C92 228.6000000000001 86.3 216.9000000000001 72.2 216.9000000000001C62.7 216.9000000000001 47 221.6000000000001 36.8 227.6000000000001L32.3 199.4000000000001C57.9 184.8000000000001 119.1 179.5000000000001 119.1 227.6000000000001zM173.5 281.2000000000001H192.7L197.4 308.9H173.5V342.6L141.3 337.4000000000001L136.8 309L125.3 307L121.1 281.3000000000001H136.6C136.6 224.4 133.7 208.2000000000001 147.6 196.8000000000001C159.7 187.1000000000001 179.7 188.5000000000001 195 192.1000000000001V221.5000000000001C192.8 221.0000000000001 187.5 219.8000000000001 184 219.8000000000001C170.3 219.6000000000001 173.5 229.2000000000001 173.5 281.2000000000001zM271.5 309.6C256.4 312.6 245.9 305.9000000000001 242.3 294.9000000000001L239.8 308.9000000000001H207.1V191.5H244.5000000000001V267.8C252.0000000000001 276.9 266.7000000000001 276 271.4000000000001 275V309.6zM318.1 308.9000000000001H280.7000000000001V191.5H318.1V308.9zM319.1 340.3000000000001C319.1 351.3000000000001 310.4000000000001 360 299.4000000000001 360S279.7000000000001 351.3000000000001 279.7000000000001 340.3000000000001S288.4000000000001 320.4000000000001 299.4000000000001 320.4000000000001S319.1 329.3000000000001 319.1 340.3000000000001zM435.8 253.5000000000001C435.8 273.4000000000001 432.1 288.7000000000001 424.6 298.1C417.9000000000001 306.8000000000001 408.6 311.1 396.9000000000001 311.1C386.2000000000001 311.1 376.7000000000001 306.6 367.7000000000001 297.1L365.7000000000001 308.8000000000001H332.8000000000001V148L370.2000000000001 154.2V191.9C375.9000000000001 190.2 381.9000000000001 189.2 387.2000000000001 189.2C396.4000000000001 189.2 410.1 191.7 420.6 203.2C430.8 214.1 435.8 231.1 435.8 253.5zM495.1 311.1C463.2 311.1 443.5 287.7000000000001 443.5 249.8000000000001C443.5 171.4000000000001 520.6 186.6000000000001 539.2 199.2000000000001L535.2 224.9C524.4000000000001 219.1 483.8000000000001 204.8 480.6 238.4000000000001H542.4C548 276.3000000000001 533.6 311.1 495.1 311.1z" />
+ horiz-adv-x="576" d=" M484.3 278.8S492.2 240.4000000000001 493.9 232.4000000000001H459.4C462.8 241.6 476.0000000000001 277.3000000000001 476.0000000000001 277.3000000000001C475.8000000000001 277 479.4 286.7000000000001 481.5000000000001 292.7000000000001L484.3000000000001 278.8000000000001zM576 432V80C576 53.5 554.5 32 528 32H48C21.5 32 0 53.5 0 80V432C0 458.5 21.5 480 48 480H528C554.5 480 576 458.5 576 432zM156.4 175.7L221.6 335.9H177.7L137.1 226.5L132.7 248.7L118.2 322.4C115.8 332.6 108.5 335.5 99.4 335.9H32.7L32 332.7C48.3 328.5 62.8 322.5 75.6 315.1L112.6 175.7H156.4zM253.9 175.5L279.8 335.9H238.3L212.4 175.5H253.9zM398.2000000000001 227.9C398.4000000000001 246.2 387.3000000000001 260.2 363.4000000000001 271.6C348.9000000000001 278.9 340.0000000000001 283.9 340.0000000000001 291.4C340.2000000000001 298.2 347.5000000000001 305.2 363.9000000000001 305.2C377.4000000000001 305.5 387.3 302.3 394.8 299.1L398.6 297.4L404.2000000000001 332C396.0000000000001 335.2 383.0000000000001 338.8 367.0000000000001 338.8C326.0000000000001 338.8 297.2000000000001 317 297.0000000000001 285.7000000000001C296.7000000000001 262.7000000000001 317.7000000000001 249.9000000000001 333.3000000000001 242.2000000000001C349.3000000000001 234.4000000000001 354.8000000000001 229.2000000000001 354.8000000000001 222.2000000000001C354.6000000000001 211.5000000000001 341.8000000000001 206.5000000000001 329.9000000000001 206.5000000000001C313.3000000000001 206.5000000000001 304.5000000000001 209.1000000000001 291.0000000000001 215.0000000000001L285.5000000000001 217.6000000000001L279.7000000000001 181.6000000000001C289.4000000000001 177.2000000000001 307.3000000000002 173.2000000000001 326.0000000000001 173.1000000000001C369.6000000000002 173.1000000000001 397.9000000000001 194.7000000000001 398.2000000000001 227.9000000000001zM544 175.5L510.5 335.9H478.4C468.5 335.9 461 333 456.7 322.6L395.1 175.5H438.6S445.8 195.3 447.3 199.6H500.6C501.8 194 505.4999999999999 175.5 505.4999999999999 175.5H544z" />
+ unicode=""
+ horiz-adv-x="332" d=" M332.5 92.1C332.5 45.7 294.9 8 248.5 8S164.5 45.7 164.5 92.1S202.1 176.1 248.5 176.1S332.5 138.5 332.5 92.1zM248.5 336C294.9 336 328.5 373.6 328.5 420S294.9 504 248.5 504S160.5 466.4 160.5 420S130.9 344 84.5 344S0.5 302.4000000000001 0.5 256S38.1 176 84.5 176S168.5 209.6 168.5 256S202.1 336 248.5 336z" />
+
+
@@ -145,7 +172,7 @@
unicode=""
horiz-adv-x="448" d=" M446.5 444C446.1 445.5 445.6 447 445.1 448.5C444.2000000000001 451 443.1 453.3 441.8 455.6C440.4000000000001 458 438.8 460.4 437.1 462.5C435 465 432.7000000000001 467.3 430.2000000000001 469.3C429.1 470.2 428.0000000000001 471 426.9000000000001 471.8C425.6 472.7 424.3 473.5 422.9000000000001 474.2C421.1 475.2 419.3 476 417.4000000000001 476.7C415.7000000000001 477.4 413.9000000000001 478 412.0000000000001 478.4C408.2000000000001 479.4 404.1000000000001 479.9 400.0000000000001 479.9H48C21.5 480 0 458.5 0 432V80C0 75.9 0.5 71.8 1.5 68C3.5 60.3 7.3 53.4 12.5 47.7C13.5 46.6 14.6 45.5 15.8 44.4C21.5 39.2 28.4 35.4 36.1 33.4C39.9 32.4 44 31.9 48.1 31.9H400.1C426.6 31.9 448.1 53.4 448.1 79.9V432C448 436.1 447.5 440.2 446.5 444zM416 80C416 71.2 408.8 64 400 64H224V256H32V432C32 440.8 39.2 448 48 448H224V256H416V80z" />
+
+
+
+
@@ -199,8 +238,11 @@
unicode=""
horiz-adv-x="496" d=" M248 468.6C130.6 468.6 35.4 373.4 35.4 256S130.6 43.4 248 43.4S460.6 138.6 460.6 256S365.4 468.6 248 468.6zM150.6 335.7C150.6 389.4 194.3 433.1 248 433.1S345.4 389.4 345.4 335.7V309.1C345.4 304.1 341.5 300.2 336.5 300.2H318.8C313.8 300.2 309.9000000000001 304.1 309.9000000000001 309.1V335.7C309.9000000000001 417.8 185.9 417.8 185.9 335.7V309.1C185.9 304.1 182 300.2 177 300.2H159.3000000000001C154.3000000000001 300.2 150.4 304.1 150.4 309.1V335.7zM389.7 132C389.7 122.3 381.7 114.3 372 114.3H124C114.3 114.3 106.3 122.3 106.3 132V273.7C106.3 283.4 114.3 291.4 124 291.4H372C381.7 291.4 389.7 283.4 389.7 273.7V132zM141.7 269.3V136.4C141.7 133.9 139.8 132 137.3 132H128.4C125.9 132 124 133.9 124 136.4V269.3C124 271.8 125.9 273.7000000000001 128.4 273.7000000000001H137.3C139.8 273.7000000000001 141.7 271.8 141.7 269.3zM283.4 220.6C283.4 207.6 276.2 196.2000000000001 265.7 190.2000000000001V158.6C265.7 153.6 261.8 149.7000000000001 256.8 149.7000000000001H239.1C234.1 149.7000000000001 230.2 153.6 230.2 158.6V190.2000000000001C219.7 196.3000000000001 212.5 207.6 212.5 220.6C212.5 240.3 228.3000000000001 256 247.9000000000001 256S283.4000000000001 240.2000000000001 283.4000000000001 220.6zM248 504C111 504 0 393 0 256S111 8 248 8S496 119 496 256S385 504 248 504zM248 25.7C121 25.7 17.7 129 17.7 256S121 486.3 248 486.3S478.3 383 478.3 256S375 25.7 248 25.7z" />
+
@@ -213,6 +255,9 @@
+
@@ -223,13 +268,13 @@
unicode=""
horiz-adv-x="448" d=" M397.8 480H50.2C22.7 480 0 457.3 0 429.8V82.2C0 54.7 22.7 32 50.2 32H397.8C425.3 32 448 54.7 448 82.2V429.8C448 457.3 425.3 480 397.8 480zM352.4000000000001 195.7C352.4000000000001 191.5 348.8 189.7 344.6 187.9C327.9000000000001 180.7 310 174.2 290.8 174.2C263.9000000000001 174.2 251.4 190.9 219.1 190.9C195.8 190.9 171.3 182.5 151.6 173.6C150.4 173 149.2 173 148 172.4V127C148 125.2 148 123.4 147.4 122.2V121C145 112.6 137.2000000000001 106.7 128.3000000000001 106.7C117.0000000000001 106.7 108 115.7 108 127V345.6C100.2000000000001 351.6 94.9000000000001 361.1 94.9000000000001 371.9C94.9000000000001 390.4 109.8000000000001 405.4 128.4 405.4C146.9 405.4 161.9 390.5 161.9 371.9C161.9 361.1 157.1 351.6 148.8000000000001 345.6V327.1C150.6000000000001 327.7 152.4 328.3 154.2000000000001 329.5C172.7000000000001 337.3 194.8000000000001 343.8 215.7000000000001 343.8C238.4000000000001 343.8 256.3000000000001 337.8 276.6 330.1C280.8 328.3 285 327.7000000000001 289.7000000000001 327.7000000000001C312.4000000000001 327.7000000000001 337.5000000000001 343.8 343.5000000000001 343.8C348.3000000000001 343.8 352.5000000000001 340.2000000000001 352.5000000000001 336V195.7z" />
+ horiz-adv-x="368" d=" M323.1 509H49.9C12.4 509 0 480.7 0 462.9V29.1C0 8.8 12.1 1.4 18.2 -1C24.4 -3.5 41 -5.6 51.1 6.1C180 155.5 182.2 158 182.2 158C185.3 161.4 185.6 161.1 189 161.1H272.4C307.5 161.1 313 186.3 316.7 200.8L365.3 443.8C373.8 486.2 363.1 509 323.1 509zM306.8 435.2L295.4000000000001 375.5C294.2000000000001 369 285.9000000000001 362.3 278.5000000000001 362.3H172.1C160.1 362.3 151.5 354 151.5 342V329C151.5 317 160.1 308.4 172.1 308.4H262.5C270.8 308.4 279.1 299.2000000000001 277.3 290.2000000000001C275.5 281.3 266.8 236.4000000000001 265.9000000000001 231.4000000000001C265.0000000000001 226.5000000000001 259.1 217.9 249.0000000000001 217.9H175.5C162 217.9 158.3000000000001 216.1 149 205.3C149 205.3 140.1 193.9 59.5 97C58.6 96.1 57.7 96.4 57.7 97.3V436.1C57.7 443.8 64.5 452.7 74.3 452.7H293.3000000000001C301.5000000000001 452.7 308.9000000000001 445 306.8000000000001 435.2z" />
@@ -277,8 +322,20 @@
unicode=""
horiz-adv-x="448" d=" M252.8 363.4C252.8 354.6 251.2 345.7000000000001 249.4 337C243.6 309.2 237.8 281.2 232.1 253.4C230.7 247.1 223.8 248.5 218.4 248.5C194.6 248.5 187.9 274.5 187.9 294C187.9 323.3 199.1 362.1 226.4 377.1C230.7 379.6 235.6 381.3 240.5 381.3C251.9 381.3 252.8 373 252.8 363.4zM448 432V80C448 53.5 426.5 32 400 32H48C21.5 32 0 53.5 0 80V432C0 458.5 21.5 480 48 480H400C426.5 480 448 458.5 448 432zM384 245C384 250.1 363.2 282.7 358.5 284.5C356.3 285.4 351.3 286.8 348.9 286.8C325.8 286.8 310.2 276.3 290.7 265.3L290.2 265.8C294.5 295.2000000000001 304.8 323 304.8 353.2000000000001C304.8 397.8 281 415.9000000000001 237.3 415.9000000000001C165.6 415.9000000000001 129.3 345.1 129.3 292.4000000000001C129.3 237.7000000000001 161.3 207.4 215.6 207.4C223.1 207.4 222.5 208.0000000000001 222.5 205.1C212 124.8 166 122.2000000000001 166 146.2000000000001C166 170.6 194 182.7000000000001 194.3000000000001 184.2000000000001C194.1000000000001 191.8000000000001 165 201.4 157.6 201.4C136.5 201.4 124.9 168.4 124.9 150.8C124.9 118.5 145.3 96.1 178.2 96.1C226.4000000000001 96.1 261.6 145.8 272.5 187.8C281.9 225.5 279.5 227.2 284.8 229.9000000000001C304.8 240.0000000000001 320.6 246.7000000000001 343.2 246.7000000000001C354.3 246.7000000000001 362.2 244.4000000000001 379.9 241.5000000000001C381.7 241.4000000000001 384 243.2000000000001 384 245.0000000000001z" />
+
+
+
+
@@ -301,10 +358,16 @@
unicode=""
horiz-adv-x="512" d=" M301.1 300C305.5 295.6 305.5 288.1 301.1 283.7L291.4000000000001 274C287.0000000000001 269.3 279.5000000000001 269.3 274.8 274L264.3 284.5C259.9000000000001 289.2 259.9000000000001 296.4 264.3 301.1L274 310.8C278.4 315.2 285.9 315.2 290.6 310.8L301.1 300zM270.9000000000001 319.7C273.9000000000001 322.7 273.9000000000001 327.5 270.9000000000001 330.2C268.1 333.2 263.4000000000001 333.2 260.4000000000001 330.2C257.6 327.4 257.6 322.7 260.4000000000001 319.7C263.5000000000001 316.9 268.2000000000001 316.9 270.9000000000001 319.7zM244.9000000000001 314.4C241.9000000000001 311.6 241.9000000000001 306.9 244.9000000000001 304.2C247.7000000000001 301.2 252.4000000000001 301.2 255.4000000000001 304.2C258.2000000000001 307 258.2000000000001 311.7 255.4000000000001 314.4C252.4000000000001 317.4 247.7000000000001 317.4 244.9000000000001 314.4zM317.4000000000001 327.7C297.5000000000001 342.1 283.6 370.9 305.5000000000001 395.8C327.1000000000001 420.7 346.2000000000001 413 365.3000000000001 395C377.2000000000001 383.7 394.6000000000001 370.1 382.5000000000001 346.8C370.0000000000001 323.3 337.4000000000001 313.6 317.4000000000001 327.7zM365.1 372.2C356.2000000000001 382.2 341.8 365.3 349.6 356.1C357 347.1 381.7000000000001 353.7 365.1 372.2zM504 256C504 119 393 8 256 8S8 119 8 256S119 504 256 504S504 393 504 256zM437.8 213.4C440.3 229.5 417.6 230 412.6 239.1C399 263.2 384.9000000000001 275.9 358.1 269.5C369.7000000000001 277.5 381.6 275.6 381.6 275.6C381.9000000000001 282 381.6 288.6 372.2000000000001 300.5C376.1 313 372.5000000000001 322.9 372.5000000000001 322.9C388.0000000000001 331.5 399.3000000000001 347.3 401.6000000000001 366.1C405.2000000000001 397.1 382.8000000000001 425.3 351.8000000000001 428.9C329.7000000000001 431.4 308.1000000000001 421.2 297.5000000000001 403.2C274.3000000000001 363.1 298.9000000000001 332.3 319.9000000000001 321.8C305.5000000000001 323.2 285.6 333.7 279.8 356.1C273.2 381.8 282.6 405.9 288.7 417.5C288.7 417.5 284.3 423.3 280.7 426.4C280.7 426.4 266.9 426.4 256.1 421.1C268 436.3 281.3 435.5 281.3 435.5C281.3 441.9 280.7 450.4 277.7 457.1C272.3 468.1 253.8999999999999 470 246 454.3C246.1 454.5 246.3 454.7 246.4 454.8C241.4 442.9 245.3 398.9 263.3 367.6C260.8 366.2 254.2 361.5 250.3 357.6C228.7 347.9 194.1 297.3 194.1 297.3C165.9 286.5 116.9 246.4000000000001 123.5 217.6C123.8 214.6 124.9 212.1 126.5 210.1C123.7 207.9 121 205.1 118.2 201.8C106.3 188 112.9 166.6 135.9 177.4C151.7 184.6 165.5 197.6 172.2 207.8C172.2 207.8 166.7 212.8 155.9 212.2C183.6 218.8 190.2 221.6 202.1 221.3C210.1 217.4 210.1 255.6 210.1 255.6C210.1 270.3 207.9 286.6 199 297.1C211.5 284.9000000000001 228.1 264.4000000000001 227 236.5C226.2 218.2 211.8 213.5 211.8 213.5C202.7 196.9 168.6 147.6 181.4 107.5C181.4 107.5 171.7 122.4 171.2 129.6C153.8 110.2000000000001 124.7 77.3 146.6 65.1C173.2 50.4 255.4 153.7000000000001 272.8 207.4C307.4000000000001 228.2000000000001 328.2 254.7000000000001 336.7 272.4000000000001C358.7 228.9000000000001 432 177.9 437.8 213.4z" />
+
+
+
+
+
+
+
+
@@ -351,6 +432,9 @@
+
@@ -362,7 +446,10 @@
horiz-adv-x="448" d=" M437.4 285.7C437.1 286.6 436.5 287.1 436 287.7L366 326.3C365.1 326.9 364 326.9 362.9 326.3L304 290.3C303.1 289.7 302.6 288.6 302.6 287.7L301.7000000000001 256.3L277.7000000000001 272.3C276.8000000000001 272.9 275.4000000000001 272.9 274.6 272.3L240 251.1L238.6 286.2000000000001C238.6 287.1 238 288.2000000000001 237.2 288.5L201.2 312.8000000000001L234.9 330.2000000000001C236 330.8000000000001 236.6 331.9000000000001 236.6 333.1L230.9 465.4000000000001C230.9 466.3000000000001 230 467.4000000000001 229.2 468.0000000000001L138.6 511.7C137.7 512 136.9 512 136.3 512L12.6 473.4C11.2 472.8 10.3 471.4 10.6 469.7L38 336.6C38.9 333.2 72 309.2 76.6 305.7L49.7 292.8C48.3 291.9 47.7 290.5 48 289.4L68.6 189.1C69.2 186.2 92.3 166 95.7 162.8L78.3 152.1999999999999C77.4 151.5999999999999 76.6 150.1999999999999 76.9 149.0999999999999C78.3 141.9999999999999 92.3 71.3999999999999 93.8 69.9999999999999L158.9 0.8999999999999C159.5 0.2999999999998 160.3 0.2999999999998 161.2 -1e-13C161.8 -1e-13 162.3 0.2999999999999 162.9 0.5999999999999L246.6 67.4999999999999C247.5 68.0999999999999 247.7 68.8999999999999 247.7 69.7999999999999L245.7 115.7999999999999L273.7 92.0999999999999C274.8 91.1999999999999 276.5999999999999 91.1999999999999 277.7 92.0999999999999L344.5999999999999 145.4999999999999C345.4999999999999 146.0999999999999 345.7 146.8999999999999 345.7 147.7999999999999L348 181.1999999999999L368.3 167.1999999999999C369.4 166.2999999999999 370.9 166.2999999999999 372 167.1999999999999L426.6 210.8999999999999C427.2 211.1999999999999 427.7 211.9999999999999 427.7 212.8999999999999C428.6 219.3999999999999 438 283.6999999999999 437.4 285.6999999999999zM232.6 280.9L236.6 188.3L146 127.1L132 223.6999999999999L232.6 280.8999999999999zM224.9 460.9L230.3 334.9L123.7 279.5L104 414.3L224.9 460.9zM44 338.9L18 464L97.7 414.6L117.1 281.7L44 338.9zM74.6 191.1L55.7 282L125.7 223.7L139.4 130.3L74.6 191.1zM98.9 73.4L85.2 140.5L146.9 79.6L156.6 12.2L98.9 73.4zM163.4 8.9L152.8 79.8000000000001L238.5 141.2000000000001L241.6 71.2000000000001L163.4 8.9zM245.4 124C245.4 127.4 246.3 146.9 243.4 149.1L219.1 169.1L241.4 184C243.7 185.7 242.5 189.7 242.5 192L271.9 169.4L272.5 101.1L245.4 124zM339.7 149.4L278.8 100.8L278.2 169.4L343.9 216.3L339.7 149.4zM367.4 175.1L348.3 188.5L350.3 222.5C350.6 223.3999999999999 350 224.5 349.2 225.1L308 252.3L308.6 282.3L373.2000000000001 241.7L367.4000000000001 175.1zM422 214.9L373.7 176.6L379.4 241.7L430.5 278.3L422 214.8999999999999z" />
+ horiz-adv-x="448" d=" M196.1 388.4C195.9 389.8 198 390.7 199.3 391.3C201 392 203.2 392.3 204.8 391.4C205.2 391.2 205.6 390.7 205.4 390.3C205 389.1 203 389.3 201.9 388.7000000000001C200.9 388.2000000000001 200.1 387 198.9 387C197.9 386.9000000000001 196.2 387.4000000000001 196.1 388.4000000000001zM220.8 388.7C221.8 388.2 222.6 387 223.8 387C224.9 387 226.6 387.4 226.7 388.5C226.9 389.9 224.8 390.8 223.5 391.4C221.8 392.1 219.6 392.4 218 391.5C217.6 391.3 217.2 390.8 217.4 390.4C217.7 389.1 219.7 389.3 220.8 388.7zM435.5 78.5C435 70.3 429 64.7 421.6 60.2C406.7000000000001 51.2 384.3 44.4 370.7000000000001 28L368.1 30.2L370.7000000000001 28C356.5000000000001 11.1 339.0000000000001 1.4 322.4000000000001 0.1C305.9000000000001 -1.1999999999999 290.4000000000001 6.4 282.1 23.1V23.2C281 25.3000000000001 280.2000000000001 27.6 279.6 29.9C258.1 28.7 239.4000000000001 35.2 224.5 34.0000000000001C202.5 32.8000000000001 188.7000000000001 27.5000000000001 176.2000000000001 27.4C171.4 16.8 161.9 9.8 150.3000000000001 7.2C134.3000000000001 3.5000000000001 114.2000000000001 7.2 94.4 17.6L96 20.6L94.4 17.6C75.9 27.4 52.4 26.5 35.1 30.1C26.4 31.9 18.8 35.1 15 42.4C11.3 49.7 12 59.7000000000001 17.2 74.1C18.9 79.2000000000001 17.6 86.8 16.4 94.9C15.8 98.8 15.2 102.8 15.2 106.7000000000001C15.2 111.0000000000001 15.9 115.2000000000001 18 119.1C22.5 127.6 29.8 131.2000000000001 36.5 133.6C43.2 136 49.3 137.6 53.5 141.9C58.7 147.4 63.6 156.3 70.1 162.1C67.5 179.3 70.3 197.5 76.3 215.4C88.9 253.3 115.5000000000001 289.6 134.4 312.1C150.5 335 155.2000000000001 353.4000000000001 156.9 376.8C158 408.6 132.4 512.2 234.8 512C315.7000000000001 511.9 311.1 426.6 310.6 380.7C310.3 350.6 326.9000000000001 330.2 344 308.7C359.2 290.7 379.1 264.4 390.5 234.3C399.8 209.6999999999999 403.4 182.5 394.2 155.1999999999999C395.6 154.6999999999999 397 154 398.3 153.1999999999999C399.7 152.3999999999999 401 151.3999999999999 402.3 150.3C408.9000000000001 144.6999999999999 411 136 412.8 127.9C414.7 119.8 416.4000000000001 112.2 420 108.2C431.1 95.8 435.9 86.7 435.5 78.5zM220.8 402.9C224.4 402 229.7 400.5 233.8 398.5C231.7 410.7 238.3 422 245.6 421.5C254.5000000000001 421.2 259.5 406 254.7 394.2C253.9 392.3 251.9 390.8 250.8 389.6C257.5 387.3 261.8 385.5 263.4000000000001 384.7C271.3 394.2 274.2000000000001 410.9 267.7000000000001 425.1C257.9000000000001 446.5 233.5000000000001 446.9 223.7000000000001 424.7C220.5000000000001 417.5 219.8000000000001 409.8 220.8000000000001 402.9zM174.6 384.1C182.4 389.8 181.5 388.8 180.5 389.6C172.5 396.5 173.9 417 182.3000000000001 417.7000000000001C188.6000000000001 418.2000000000001 193.1000000000001 407 191.9 398.1C195 400.2000000000001 198.6 401.7000000000001 202.1 402.7000000000001C203.8 422 193.1 436.2000000000001 183 436.2000000000001C164.1 436.2000000000001 159 398.7000000000001 174.6 384.1zM165.2 363.2000000000001C166.7 358.3 171.3 352.7000000000001 179.9 347.9C187.7 343.3 191.9 336.4 199.9 332.9C202.5 331.8 205.6 331 209.5 330.8C227.9 329.7000000000001 236.6 342.1 247.7 345.7000000000001C259.4 349.4 267.8 356.7000000000001 270.4 363.8C273.6 372.3 268.3 378.5 259.9 382C248.6 386.9 243.6 387.2 237.3 391.3C227 397.9 218.5 400.2 211.4 400.2C197 400.2 188.2 390.4 183.5 386C183 385.5 175.6 380.1 169.4 375.5C165.2 372.2 163.8 368.1 165.2 363.2zM131.7 110.4L112.1 146C105.3 155.2 98.3 160.8 90.2 162C82.5 163.2 77.6 160.6 72.5 155.1C67.7 150 63.7 142.8 58.2 137.1C50.4 130.6 48.9 130.9 38.6 127.2000000000001C32.3 125.0000000000001 27.3 122.6 23.8 115.9C21.1 110.9 21.7 103.7000000000001 22.9 95.9C24.1 88.0000000000001 25.9 79.6 23.5 72.0000000000001V71.8000000000001C18.5 58.1000000000001 18.5 50.1000000000001 20.9 45.4000000000001C28.8 30.0000000000001 67.5 39.3000000000001 97.4 23.5000000000001C128.8 7.1000000000001 170 6.4000000000001 172.7 41.5000000000001C174.8 62.0000000000001 141.2 90.5000000000001 131.7 110.4000000000001zM285.6 74.6C288.8 85.6 291.9000000000001 95.9 292.4000000000001 103.6C293.2000000000001 118.8 294.0000000000001 132.3 296.8 143.5C299.9000000000001 156.1 306.1 166.6 318.2 170.8C320.5 191.9 336.9 191.9 356.5 183.3C375.4 174.8 382.5 167.3 379.3 157.1999999999999C380.3 157.1999999999999 381.3 157.3 383.5 157.1999999999999C388.7 174.0999999999999 369.2 185.1999999999999 352.8 192C355.7 204 355.2 216.1 352.4000000000001 227.7C346.4000000000001 253 329.8 275.5 317.2000000000001 286.7C314.9000000000001 286.8 315.1 284.8 319.8000000000001 280.2C331.4000000000001 269.5 356.9000000000001 231 343.1000000000001 195.3C339.2000000000001 196.3 335.5000000000001 196.8 332.2000000000001 196.6999999999999C326.9000000000001 225.8 314.7000000000001 249.8999999999999 308.6000000000001 261.3C297.1000000000001 282.7 279.1000000000001 326.5999999999999 271.4000000000001 357C266.9000000000001 350.5999999999999 259.0000000000001 345.0999999999999 249.1000000000001 342C244.4000000000001 340.5 239.4000000000001 336.5 233.2000000000001 333C219.3000000000001 325 203.2000000000001 324.2 190.8000000000001 334.2C186.3000000000001 337.8 182.8000000000001 341.8 178.2000000000001 344.5C176.6000000000001 345.4 173.1000000000001 347.8 172.0000000000001 348.5999999999999C170.0000000000001 310.8 144.7000000000001 263.3 132.7000000000001 235.8999999999999C124.4000000000001 216.1999999999999 119.5000000000001 195.0999999999999 118.9000000000001 174.3999999999999C97.1000000000001 203.5 113.0000000000001 240.7 121.5000000000001 256.8C131.0000000000001 274.3999999999999 132.5000000000001 279.3 130.2000000000001 277.5999999999999C121.6000000000001 263.5999999999999 108.2000000000001 241.3 103.0000000000001 218.3999999999999C100.3000000000001 206.5 99.8000000000001 194.3999999999999 103.3000000000001 183.1999999999999C106.8000000000001 172 114.4000000000001 161.6999999999999 127.9000000000001 153.3C127.9000000000001 153.3 152.7000000000001 139 166.2000000000001 120.8C173.6000000000001 110.8 175.9000000000001 102.1 173.6000000000001 95.9C171.1000000000001 89.2 164.0000000000001 87 156.9000000000001 87C161.7000000000001 81 167.2000000000001 74 171.3000000000001 67.4C208.9000000000001 41.7 253.5000000000001 51.7 285.6000000000002 74.6zM415 103.5C405 114.8 407.8 136.6 397.9 145.1C391 151.1 384.3 150.5 375.3 150.2000000000001C367.6 141.4 349.5 130.6 336.9 133.9C325.4 136.8 318.9 150.2000000000001 318.1 163.4C317.8 163.2000000000001 317.4 163.1 317.1 162.9C310 159.0000000000001 306 152.1 303.4 141.8C300.9 131.6 300 118.3 299.2 103.1C298.5 91.3 293 76.7000000000001 289.3 62.5C285.8 49.3 283.5 37.3 288.2 26.2C295.4 11.7 307.7 5.8 321.9 6.9C336.1 8 352.3 16.7 365.5 32.4C387.5 59 427.8 62.1 428.7 78.9C429 84 425.6 91.9 415 103.5zM173.3 363.3C175.3 361.4 178 358.8 181.3 356.2000000000001C187.9 351 197.1 345.6 208.6 345.6C220.2 345.6 231.1 351.5 240.4000000000001 356.4000000000001C245.3000000000001 359 251.3000000000001 363.4000000000001 255.2000000000001 366.8000000000001C259.1 370.2000000000001 261.1 373.1 258.3000000000001 373.4000000000001C255.5000000000001 373.7000000000001 255.7000000000001 370.8000000000001 252.3000000000001 368.3000000000001C247.9000000000001 365.1 242.6000000000001 360.9000000000001 238.4000000000001 358.5C231.0000000000001 354.3000000000001 218.9000000000001 348.3000000000001 208.5000000000001 348.3000000000001C198.1000000000001 348.3000000000001 189.8000000000001 353.1 183.6000000000001 358C180.5000000000001 360.5 177.9000000000001 363 175.9000000000001 364.9000000000001C174.4000000000001 366.3000000000001 174.0000000000001 369.5 171.6000000000001 369.8000000000001C170.2000000000001 369.9000000000001 169.8000000000001 366.1 173.3000000000001 363.3000000000001z" />
+
@@ -370,28 +457,34 @@
unicode=""
horiz-adv-x="448" d=" M446.1 371.8L306.4000000000001 144.8L208.8000000000001 303.5L296.3000000000001 445.6C297.2000000000001 447.1 298.9000000000001 448 300.7000000000001 448H300.8000000000001C301.5000000000001 448 302.2000000000001 447.8 302.8000000000001 447.5L444.7000000000001 376.5C446.5000000000001 375.7 447.1 373.4 446.1 371.8zM162.5 200.3L298.6 132.2000000000001L162.5 353.4000000000001V200.3000000000001zM310.6 126.4L435.6 65.5C442.4000000000001 62.1 448 65.5 448 73.2V349.7L310.6 126.4zM147.5 375.8L16.5 441.3L8.2 445.4C7 446 5.9 446.3 4.8 446.3C3.3 446.3 2.1 445.7000000000001 1.2 444.7000000000001C0.3 443.7000000000001 -0.2 442.2000000000001 -0.2 440.3V141.4C-0.2 136.3 3.5 130.3 8.1 128.0000000000001L136.8 65.2000000000001C138.6 64.3000000000001 140.3 63.9 141.8 63.9C146.1 63.9 149.2 67.3 149.2 72.9V372.8C149.3 374.1 148.6 375.2000000000001 147.5 375.8z" />
+
+
+
@@ -444,12 +540,18 @@
+
+
@@ -471,35 +573,41 @@
+
+
+ unicode=""
+ horiz-adv-x="440" d=" M201.6 384.6C205.7 387.8 211.9 387.6 215.4 384.1L385.4 216.8L382.7 219.5L427 178.1999999999999C430.7 174.6999999999999 430.3 169.1999999999999 426.3 166L228.3 2.0999999999999C218.4 -5.5000000000001 211 1.2999999999999 211 1.2999999999999L2.3 197.4C-1.2 200.9 -0.7 206.4 3.5 209.6L49.3 244.5C53.5 247.7 59.7 247.5 63.2 244L215.1 96.4999999999999C218.8 92.9999999999999 225.1 92.8 229.3 96.1L322.5 170.1C326.6 173.3 327 178.8 323.4 182.3L239.4 263.6C235.8 267.1 229.5 267.3 225.4 264.1L225.3 264C221.2 260.8 214.9 261 211.3 264.5L143.2 328.8C139.7 332.3 140.1 337.8 144.3 341L201.6 384.5999999999999M216.4 127.3C220.1 123.8 226.5 123.6 230.7 126.9L280.9 165.7L280.6 166L288.3 172C292.5 175.2 292.9 180.7 289.2 184.2L232.1 238.6C228.5 242.1 222.0999999999999 242.3 217.9 239.1L217.8 239C213.6 235.8 207.3 235.8999999999999 203.6 239.3999999999999L109 331.2C105.4 334.7 105.9 340.1 110.1 343.4L202.3 414.9C206.4 418.1 212.6 417.9 216.2 414.4L376.6 255.4C380.3 251.9 386.6 251.7 390.7000000000001 254.9L436.5000000000001 290.7C440.6000000000001 293.9 440.9000000000001 299.4 437.2000000000001 302.9L226.7 509.5C225.2 510.7 218.7 515 210.4 508.4L3.6 346.3C-0.6 343.1 -1.2 337.6 2.4 334.1L44.7 292.4000000000001" />
+
@@ -603,11 +714,20 @@
+
+
+
+
@@ -625,7 +748,7 @@
unicode=""
horiz-adv-x="448" d=" M447.8 358.4C445.8 314.8 415.4000000000001 255.1 356.4 179.3C295.5 100.1 244 60.5 201.8 60.5C175.7 60.5 153.6 84.6 135.5 132.8C100.3 262 85.3 337.7 56.2 337.7C52.8 337.7 41.1 330.6 21 316.6L0 343.8C51.6 389.1 100.9 439.5 131.8 442.3C166.7 445.7000000000001 188.1 421.8 196.2 370.8C224.9 189.3 237.6 161.9 289.8 244.1C308.5 273.7000000000001 318.6 296.2000000000001 320 311.7000000000001C324.8 357.6 284.2 354.5 256.7 342.7000000000001C278.7 414.8 320.8 449.8 382.9 447.8C428.7 446.6 450.4 416.7000000000001 447.8 358.4z" />
+
diff --git a/webfonts/fontawesome-brands-900.ttf b/webfonts/fontawesome-brands-900.ttf
index ff19ad50a..bc9ba52b8 100644
Binary files a/webfonts/fontawesome-brands-900.ttf and b/webfonts/fontawesome-brands-900.ttf differ
diff --git a/webfonts/fontawesome-brands-900.woff b/webfonts/fontawesome-brands-900.woff
index 1fa0b7d5c..6bd72eb6a 100644
Binary files a/webfonts/fontawesome-brands-900.woff and b/webfonts/fontawesome-brands-900.woff differ
diff --git a/webfonts/fontawesome-brands-900.woff2 b/webfonts/fontawesome-brands-900.woff2
index 2f025f536..3fbd004ad 100644
Binary files a/webfonts/fontawesome-brands-900.woff2 and b/webfonts/fontawesome-brands-900.woff2 differ
diff --git a/webfonts/fontawesome-light-300.eot b/webfonts/fontawesome-light-300.eot
index 3f3b84efc..073b66ba5 100644
Binary files a/webfonts/fontawesome-light-300.eot and b/webfonts/fontawesome-light-300.eot differ
diff --git a/webfonts/fontawesome-light-300.svg b/webfonts/fontawesome-light-300.svg
index c842a1cf5..113316044 100644
--- a/webfonts/fontawesome-light-300.svg
+++ b/webfonts/fontawesome-light-300.svg
@@ -9,6 +9,15 @@
font-weight="300"
font-style="Light" />
+
+
+
@@ -24,6 +33,12 @@
+
+
@@ -48,6 +63,9 @@
+
@@ -186,6 +204,12 @@
+
+
@@ -195,24 +219,87 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -282,6 +369,15 @@
+
+
+
@@ -351,6 +447,9 @@
+
@@ -360,6 +459,9 @@
+
@@ -384,6 +486,12 @@
+
+
@@ -393,15 +501,30 @@
+
+
+
+
+
@@ -411,6 +534,12 @@
+
+
@@ -465,6 +594,9 @@
+
@@ -534,9 +666,15 @@
+
+
@@ -561,6 +699,15 @@
+
+
+
@@ -598,13 +745,13 @@
unicode=""
horiz-adv-x="576" d=" M501.1 448C533.4 448 544 368.1 544 344.9C544 174.5 375.7 85.3 258.3 85.3C185.3 85.3 124 119.6999999999999 124 119.6999999999999C109.7 119.6999999999999 92.6 64.0999999999999 67.7 64.0999999999999C43.7 64.0999999999999 32 84.6999999999999 32 97.0999999999999C32 125.4999999999999 88.6 147.5999999999999 88.6 163.3999999999999C88.6 163.3999999999999 77.5 181.5 77.5 214.0999999999999C77.5 300.7999999999999 149.8 362.7 230.9 388.3999999999999C289.5 406.8999999999999 414 385.3999999999999 453.8 421.3999999999999C469.4 435.2 477.1 448 501.1 448M501.1 480C463.1 480 446.8 457.9 432.5 445.2L432.4 445.1L432.3 445C406.5 421.6 280.5 437.5 221.3 418.8C124.6 388.3 45.4 313.9 45.4 214C45.4 195.2 48.4 180 51.8 168.7C32.5 153.6 0 132 0 97C0 65.3 27.6 32 67.7 32C98.8 32 116.6 58.9 130.9 80.9C157.5 69.5 204.9 53.3 258.3 53.3C387.2000000000001 53.3 576 150.9 576 344.9C576 398.5 556 480 501.1 480zM158.7 178C213.6 252.9 284.3 287.8 386.4 280.2C395.2 279.5 402.9 286.1 403.6 295C404.3 303.8 397.7 311.5 388.8 312.2C278.2 320.5 195.9 283 132.9 197.1C127.7 190 129.2 180 136.3 174.7000000000001C143.4 169.3000000000001 153.5 170.8000000000001 158.7 178.0000000000001z" />
+
+
+
+
+
+
+
+
@@ -675,6 +846,9 @@
+
@@ -742,7 +916,7 @@
unicode=""
horiz-adv-x="512" d=" M256 480C283.8 480 325 447.9 325 417C325 392.7 319 382 309.6 368H340C370.9 368 396 342.9 396 312C396 292 387.6 273.2 371 256.2L370.8 256H382C412.9 256 438 230.9 438 200C438 185.4 433.6 164.6 413.9 144H424C454.9 144 480 118.9 480 88S454.9 32 424 32H88C59.1 32 32 58.2 32 88C32 116.9 49.3 137.7 77.7 143C77.9 143 89.2 145.2 106.9 148.9C90.3 156.4 74.9 181 74.9 199.9C74.9 227.3 86.1 244.2 112.1 253C112.3 253.1 124.6 257.2 142.9 264C129.7 271.9 116 288 116 305C116 331.6 125.1 353 149.6 363.3C151.4 364.1 256 383 256 480M256 512H224V480C224 452.4 212.8 431.1 189.8 415C180.8 408.7 165.5 400.1 143.5 394.8C141.7 394.4 139.6 393.9 137 392.8C118.4 385 104.4 372.4 95.3 355.4C87.8 341.3 84 324.3 84 305C84 296.1 85.9 287.1 89.6 278.4C59 263.7 42.9 236.9 42.9 200C42.9 189.4 45.5 178.3 50 167.7C19 153.9 0 124.4 0 88C0 65.4 9.7 42.8 26.7 26.1C43.4 9.5 65.8 0 88 0H424C472.5 0 512 39.5 512 88C512 122 492.7 151.5 464.4 166.2C468.7 178.9 470 190.6 470 200C470 234 450.6 263.6 422.3 278.2C426.1 289.1 428 300.4 428 312C428 355.1 396.8 391.1 355.8 398.6C356.5 404.1 356.9000000000001 410.2 356.9000000000001 417C356.9000000000001 430.1 353.1 443.3 345.7000000000001 456C339.8000000000001 466.1 331.5000000000001 475.9 321.8000000000001 484.3C301.7 501.7 277.1 512 256 512zM352 160H160C153.4 160 149.6 152.5 153.6 147.2C176.9 116.1 214.1 96 256 96S335.1 116.1 358.4 147.2C362.4 152.5 358.6 160 352 160zM200 288C173.5 288 152 266.5 152 240S173.5 192 200 192S248 213.5 248 240S226.5 288 200 288zM200 256C191.2 256 184 248.8 184 240C184 235.6 180.4 232 176 232S168 235.6 168 240C168 257.6 182.4 272 200 272C204.4 272 208 268.4 208 264S204.4 256 200 256zM312 288C285.5 288 264 266.5 264 240S285.5 192 312 192S360 213.5 360 240S338.5 288 312 288zM312 256C303.2 256 296 248.8 296 240C296 235.6 292.4 232 288 232S280 235.6 280 240C280 257.6 294.4 272 312 272C316.4 272 320 268.4 320 264S316.4 256 312 256z" />
+ horiz-adv-x="512" d=" M307.8 288.2H107.8C101.2 288.2 95.8 293.6 95.8 300.2V308.2C95.8 314.8 101.2 320.2 107.8 320.2H307.8C314.4000000000001 320.2 319.8 314.8 319.8 308.2V300.2C319.8 293.6 314.4000000000001 288.2 307.8 288.2zM508.3 15L497 3.7C492.3 -1 484.7 -1 480 3.7L351 132.7C348.7 135 347.5 138 347.5 141.2V149.7C310.6 116.3 261.7 96 208 96C93.8 96 1.5 187.1 0 301.3C-1.5 418.3 93.7 513.5 210.7 512C324.9 510.5 416 418.2 416 304C416 250.3 395.7 201.4 362.3 164.5H370.8C374 164.5 377 163.2 379.3 161L508.3 32C513 27.3 513 19.7 508.3 15zM384 304C384 401.3 305.3 480 208 480S32 401.3 32 304S110.7 128 208 128S384 206.7 384 304z" />
+ horiz-adv-x="512" d=" M319.8 308V300C319.8 293.4 314.4000000000001 288 307.8 288H223.8V204C223.8 197.4 218.4 192 211.8 192H203.8C197.2 192 191.8 197.4 191.8 204V288H107.8C101.2 288 95.8 293.4 95.8 300V308C95.8 314.6 101.2 320 107.8 320H191.8V404C191.8 410.6 197.2 416 203.8 416H211.8C218.4 416 223.8 410.6 223.8 404V320H307.8C314.4000000000001 320 319.8 314.6 319.8 308zM508.3 15L497 3.7C492.3 -1 484.7 -1 480 3.7L351 132.7C348.7 135 347.5 138 347.5 141.2V149.7C310.6 116.3 261.7 96 208 96C93.8 96 1.5 187.1 0 301.3C-1.5 418.3 93.7 513.5 210.7 512C324.9 510.5 416 418.2 416 304C416 250.3 395.7 201.4 362.3 164.5H370.8C374 164.5 377 163.2 379.3 161L508.3 32C513 27.3 513 19.7 508.3 15zM384 304C384 401.3 305.3 480 208 480S32 401.3 32 304S110.7 128 208 128S384 206.7 384 304z" />
@@ -837,6 +1011,9 @@
+
@@ -846,6 +1023,9 @@
+
@@ -861,6 +1041,9 @@
+
@@ -882,6 +1065,9 @@
+
@@ -909,6 +1095,9 @@
+
@@ -957,6 +1146,12 @@
+
+
@@ -972,6 +1167,9 @@
+
@@ -1014,6 +1212,15 @@
+
+
+
diff --git a/webfonts/fontawesome-light-300.ttf b/webfonts/fontawesome-light-300.ttf
index 7e6c383e7..34054f5be 100644
Binary files a/webfonts/fontawesome-light-300.ttf and b/webfonts/fontawesome-light-300.ttf differ
diff --git a/webfonts/fontawesome-light-300.woff b/webfonts/fontawesome-light-300.woff
index 6647d0664..26a038ae9 100644
Binary files a/webfonts/fontawesome-light-300.woff and b/webfonts/fontawesome-light-300.woff differ
diff --git a/webfonts/fontawesome-light-300.woff2 b/webfonts/fontawesome-light-300.woff2
index c3203446b..d99ec60e6 100644
Binary files a/webfonts/fontawesome-light-300.woff2 and b/webfonts/fontawesome-light-300.woff2 differ
diff --git a/webfonts/fontawesome-regular-400.eot b/webfonts/fontawesome-regular-400.eot
index 7372588b6..01b0480bc 100644
Binary files a/webfonts/fontawesome-regular-400.eot and b/webfonts/fontawesome-regular-400.eot differ
diff --git a/webfonts/fontawesome-regular-400.svg b/webfonts/fontawesome-regular-400.svg
index 8ee6cb050..5e691d3cf 100644
--- a/webfonts/fontawesome-regular-400.svg
+++ b/webfonts/fontawesome-regular-400.svg
@@ -2,13 +2,22 @@
-
+
+
+
+
@@ -24,6 +33,12 @@
+
+
@@ -48,6 +63,9 @@
+
@@ -186,6 +204,12 @@
+
+
@@ -195,24 +219,87 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -282,6 +369,15 @@
+
+
+
@@ -351,6 +447,9 @@
+
@@ -360,6 +459,9 @@
+
@@ -384,6 +486,12 @@
+
+
@@ -393,15 +501,30 @@
+
+
+
+
+
@@ -411,6 +534,12 @@
+
+
@@ -465,6 +594,9 @@
+
@@ -534,9 +666,15 @@
+
+
@@ -561,6 +699,15 @@
+
+
+
@@ -598,13 +745,13 @@
unicode=""
horiz-adv-x="576" d=" M487.8 432C518.1 432 528 358.7 528 337.5C528 181.2 370.2 99.5 260.1 99.5C191.6 99.5 134.2 131 134.2 131C120.8 131 104.7 80 81.4 80C59 80 48 98.9 48 110.3C48 136.3 101 156.5 101 171C101 171 90.6 187.6 90.6 217.5C90.6 297 158.4 353.7 234.4 377.3C289.3 394.3 406.1 374.5 443.3 407.5C458.1 420.3 465.3 432 487.8 432M487.8 480C444.6 480 425.4000000000001 455.5 411.9 443.8C394.5 428.7000000000001 274.8 440 220.2 423.1C123.8 393.3 42.6 319.2 42.6 217.5C42.6 204.6 44 193.3 46.1 183.6C21.8 165.1 0 143.1 0 110.3C0 71 33.8 32 81.5 32C110.2 32 131 49.8 147.4 72.9C183.3 59.6 221.7 51.5 260.1 51.5C386.9000000000001 51.5 576 145.2 576 337.5C576 399.3 550.9 480 487.8 480zM173.9 178.7C224.3 245.9 288.1 275.5 379.6 268.8C392.8 267.8 404.3 277.8 405.3 291S396.3 315.7 383.1 316.7C273.9000000000001 324.7 194.8 286.7 135.5 207.6C127.5 197 129.7 182 140.3000000000001 174S165.9 168.1 173.9 178.6999999999999z" />
+
+
+
+
+
+
+
+
@@ -675,6 +846,9 @@
+
@@ -742,7 +916,7 @@
unicode=""
horiz-adv-x="512" d=" M256 464C281.8 464 320 434.2 320 405.5C320 383 314.5 373 305.7 360H334C362.7 360 386 336.7 386 308C386 289.4 378.2 272 362.8 256.2L362.6 256H373C401.7 256 425 232.7 425 204C425 190.5 420.9 171.1 402.6 152H412C440.7 152 464 128.7 464 100S440.7 48 412 48H100C73.1 48 48 72.3 48 100C48 126.9 64 146.2 90.4 151.1C90.6 151.1 101 153.1 117.6 156.6C102.2 163.6 87.8 186.4 87.8 204C87.8 229.5 98.2 245.1 122.4 253.3C122.6 253.4000000000001 134 257.2000000000001 151 263.5C138.8 270.8 126.1 285.8 126.1 301.5C126.1 326.2 134.5 346.1 157.3 355.7C158.8 356.4 256 374 256 464M256 512H208V464C208 444.2 200.6 430.2 184.1 418.6C177.1 413.7 165 406.9 147.4 402.7C145.5 402.2 142.4 401.5 138.6 399.9C117.7 391.1 101.2 376.2 90.9 357C82.3 341.1 78 322.5 78 301.5C78 295.9 78.6 290.5 79.7 285.3C53.8 267.5 39.8 239.5 39.8 204C39.8 197 40.7 189.8 42.5 182.6C34.9 177.5 28.2 171.4 22.3 164.4C7.7 146.8 0 124.5 0 100C0 74.2 11 48.5 30.2 29.5C49.1 10.7 74.6 0 100 0H412C467.1 0 512 44.9 512 100C512 133.2 495.7 162.7 470.7 180.9C472.4 189.4 473 197.2 473 204C473 237.3 456.7 266.8 431.6 285C433.2000000000001 292.5 434 300.2 434 308C434 351.2 406.5 388.1 368 402V405.5C368 462.9 306.4 512 256 512zM160 160C153.4 160 149.6 152.5 153.6 147.2C176.9 116.1 214.1 96 256 96S335.1 116.1 358.4 147.2C362.4 152.5 358.6 160 352 160H160zM200 288C173.5 288 152 266.5 152 240S173.5 192 200 192S248 213.5 248 240S226.5 288 200 288zM200 244C197.8 244 196 242.2 196 240C196 233.4 190.6 228 184 228S172 233.4 172 240C172 255.4 184.6 268 200 268C206.6 268 212 262.6 212 256S206.6 244 200 244zM312 288C285.5 288 264 266.5 264 240S285.5 192 312 192S360 213.5 360 240S338.5 288 312 288zM312 244C309.8 244 308 242.2 308 240C308 233.4 302.6 228 296 228S284 233.4 284 240C284 255.4 296.6 268 312 268C318.6 268 324 262.6 324 256S318.6 244 312 244z" />
+ horiz-adv-x="385" d=" M385 48V464C385 490.5 363.5 512 337 512H48C21.5 512 0 490.5 0 464V48C0 21.5 21.5 0 48 0H337C363.5 0 385 21.5 385 48zM48 54V458C48 461.3 50.7 464 54 464H331C334.3 464 337 461.3 337 458V54C337 50.7 334.3 48 331 48H54C50.7 48 48 50.7 48 54z" />
@@ -793,7 +967,7 @@
unicode=""
horiz-adv-x="640" d=" M142.06 238.06L302.06 78.09C332.08 48.0700000000001 384 69.11 384 112.03V183.11C502.18 178.17 505.95 152.12 488.44 93.94C475.27 50.19 524.65 15.23 561.54 40.51C612.15 75.21 640 119.84 640 183.62C640 326.02 512.84 354.64 384 359.23V431.96C384 474.84 332.11 495.96 302.06 465.9L142.06 305.94C123.31 287.2 123.31 256.8 142.06 238.06zM176 272L336 432V312C456.616 312 592 305.487 592 183.62C592 127.82 563.21 99.75 534.4 80C575.4019999999999 216.247 473.571 232 336 232V112L176 272zM14.059 305.9410000000001L174.059 465.903C194.448 486.292 224.881 483.123 242.349 465.593L48 272L242.35 78.397C224.876 60.866 194.429 57.722 174.059 78.091L14.059 238.058C-4.686 256.804 -4.686 287.1960000000001 14.059 305.941z" />
+
@@ -846,6 +1023,9 @@
+
@@ -861,6 +1041,9 @@
+
@@ -882,6 +1065,9 @@
+
@@ -909,6 +1095,9 @@
+
@@ -957,6 +1146,12 @@
+
+
@@ -972,6 +1167,9 @@
+
@@ -1014,6 +1212,15 @@
+
+
+
diff --git a/webfonts/fontawesome-regular-400.ttf b/webfonts/fontawesome-regular-400.ttf
index 25f1bdd52..be227399c 100644
Binary files a/webfonts/fontawesome-regular-400.ttf and b/webfonts/fontawesome-regular-400.ttf differ
diff --git a/webfonts/fontawesome-regular-400.woff b/webfonts/fontawesome-regular-400.woff
index a5ae86f6f..688ef49e7 100644
Binary files a/webfonts/fontawesome-regular-400.woff and b/webfonts/fontawesome-regular-400.woff differ
diff --git a/webfonts/fontawesome-regular-400.woff2 b/webfonts/fontawesome-regular-400.woff2
index 03316aabc..d0af81b17 100644
Binary files a/webfonts/fontawesome-regular-400.woff2 and b/webfonts/fontawesome-regular-400.woff2 differ
diff --git a/webfonts/fontawesome-solid-900.eot b/webfonts/fontawesome-solid-900.eot
index 1a35477d6..ebdd9db3a 100644
Binary files a/webfonts/fontawesome-solid-900.eot and b/webfonts/fontawesome-solid-900.eot differ
diff --git a/webfonts/fontawesome-solid-900.svg b/webfonts/fontawesome-solid-900.svg
index 1ee55a948..ba924dc6a 100644
--- a/webfonts/fontawesome-solid-900.svg
+++ b/webfonts/fontawesome-solid-900.svg
@@ -9,6 +9,15 @@
font-weight="900"
font-style="Solid" />
+
+
+
@@ -24,6 +33,12 @@
+
+
@@ -48,6 +63,9 @@
+
@@ -186,6 +204,12 @@
+
+
@@ -195,24 +219,87 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -282,9 +369,18 @@
+
+
+
+ horiz-adv-x="512" d=" M500 128C506.6 128 512 122.6 512 116V76C512 69.4 506.6 64 500 64H12C5.4 64 0 69.4 0 76V436C0 442.6 5.4 448 12 448H52C58.6 448 64 442.6 64 436V128H500zM372.7 352.5L288 296L202.7 409.7C197.6 416.5 187.2 416 182.8 408.7L96 264V160H480L390.1 347.8C386.9000000000001 354.3 378.7000000000001 356.5 372.7000000000001 352.5z" />
@@ -351,15 +447,21 @@
+
+ horiz-adv-x="512" d=" M256 504C119 504 8 393 8 256S119 8 256 8S504 119 504 256S393 504 256 504z" />
+ horiz-adv-x="512" d=" M256 504C119 504 8 393 8 256S119 8 256 8S504 119 504 256S393 504 256 504zM313.1 153.9L224.9 218C221.8 220.3 220 223.9 220 227.7V396C220 402.6 225.4 408 232 408H280C286.6 408 292 402.6 292 396V258.3L355.5 212.1C360.9 208.2000000000001 362 200.7000000000001 358.1 195.3L329.9000000000001 156.5C326.0000000000001 151.2 318.5000000000001 150 313.1 153.9z" />
+
@@ -384,6 +486,12 @@
+
+
@@ -393,15 +501,30 @@
+
+
+
+
+
@@ -411,6 +534,12 @@
+
+
@@ -465,6 +594,9 @@
+
@@ -534,9 +666,15 @@
+
+
@@ -561,6 +699,15 @@
+
+
+
@@ -598,13 +745,13 @@
unicode=""
horiz-adv-x="576" d=" M395.4 91.2C352 69.6 303.5 56.8 254.6 56.8C172.4 56.8 103.5 96.9 103.5 96.9C87.4 96.9 68.1 32 40.2 32C13.2 32 0 56 0 70.5C0 103.6 63.6 129.4 63.6 147.8C63.6 147.8 51.1 169 51.1 207C51.1 308.2 132.4 380.4 223.7 410.3C289.6 431.9 429.7 406.8 474.4 448.8C492.1 465 500.8 480 527.8 480C564.0999999999999 480 576 386.8 576 359.7C576 248.8 521.5 153.2 395.4 91.2zM141.1 166.8C204.6 256.7 285.6 295.6 398.8 286.8C407.6 286.1 415.3 292.7 416 301.5C416.7 310.3 410.1 318 401.3 318.7C277.3 328.3 185.4 284.8 115 185.1999999999999C109.9 178 111.5999999999999 168 118.8 162.8999999999999C126 157.7999999999999 136 159.5 141.0999999999999 166.7999999999999z" />
+
+
+
+
+
+
+
+
@@ -675,6 +846,9 @@
+
@@ -742,7 +916,7 @@
unicode=""
horiz-adv-x="512" d=" M352 224C352 206.3 337.7 192 320 192S288 206.3 288 224C288 227.3 288.5 230.5 289.4 233.4C291.9 227.8 297.5 224 304 224C312.8 224 320 231.2 320 240C320 246.5 316.1 252.1 310.6 254.6C313.6 255.5 316.7000000000001 256 320 256C337.7 256 352 241.7000000000001 352 224zM224 224C224 206.3 209.7 192 192 192S160 206.3 160 224C160 227.3 160.5 230.5 161.4 233.4C163.9 227.8 169.5 224 176 224C184.8 224 192 231.2 192 240C192 246.5 188.1 252.1 182.6 254.6C185.6 255.5 188.7 256 192 256C209.7 256 224 241.7000000000001 224 224zM224 224C224 206.3 209.7 192 192 192S160 206.3 160 224C160 227.3 160.5 230.5 161.4 233.4C163.9 227.8 169.5 224 176 224C184.8 224 192 231.2 192 240C192 246.5 188.1 252.1 182.6 254.6C185.6 255.5 188.7 256 192 256C209.7 256 224 241.7000000000001 224 224zM512 64C512 28.7 483.3 0 448 0H64C31 0 0 29.9 0 64C0 97 19.7 120.8 52.2 126.9C52.5 127 65.3 129.4 85.6 133.7C66.6 142.3 49 170.4 49 192C49 223.3 61.8 242.6 91.5 252.6C91.7 252.7000000000001 105.8 257.4000000000001 126.7 265.2000000000001C111.6 274.2000000000001 96 292.7000000000001 96 312C96 342.5 106.4 366.9 134.4 378.7C136.4 379.6 256 401.2 256 512C287.7 512 334.8 475.3 334.8 440C334.8 412.3 328 400 317.2 384H352C387.3 384 416 355.3 416 320C416 297.1 406.4 275.6 387.5 256.3L387.2 256H400C435.3 256 464 227.3 464 192C464 175.3 459 151.5 436.5 128H448C483.3 128 512 99.3 512 64zM136 224C136 193.1 161.1 168 192 168S248 193.1 248 224S222.9 280 192 280S136 254.9 136 224zM352 128H160C153.4 128 149.6 120.5 153.6 115.2C177 84.1 214.1 64 256 64S335 84.1 358.4 115.2C362.4 120.5 358.6 128 352 128zM376 224C376 254.9 350.9 280 320 280S264 254.9 264 224S289.1 168 320 168S376 193.1 376 224zM160 224C160 227.3 160.5 230.5 161.4 233.4C163.9 227.8 169.5 224 176 224C184.8 224 192 231.2 192 240C192 246.5 188.1 252.1 182.6 254.6C185.6 255.5 188.7 256 192 256C209.7 256 224 241.7000000000001 224 224S209.7 192 192 192S160 206.3 160 224z" />
+
@@ -846,6 +1023,9 @@
+
@@ -861,6 +1041,9 @@
+
@@ -882,6 +1065,9 @@
+
@@ -909,6 +1095,9 @@
+
@@ -957,6 +1146,12 @@
+
+
@@ -972,6 +1167,9 @@
+
@@ -1014,6 +1212,15 @@
+
+
+
diff --git a/webfonts/fontawesome-solid-900.ttf b/webfonts/fontawesome-solid-900.ttf
index fd44f5bd9..6b944515b 100644
Binary files a/webfonts/fontawesome-solid-900.ttf and b/webfonts/fontawesome-solid-900.ttf differ
diff --git a/webfonts/fontawesome-solid-900.woff b/webfonts/fontawesome-solid-900.woff
index f6b237aa1..9b8650758 100644
Binary files a/webfonts/fontawesome-solid-900.woff and b/webfonts/fontawesome-solid-900.woff differ
diff --git a/webfonts/fontawesome-solid-900.woff2 b/webfonts/fontawesome-solid-900.woff2
index a11591160..26f4250f5 100644
Binary files a/webfonts/fontawesome-solid-900.woff2 and b/webfonts/fontawesome-solid-900.woff2 differ